diff --git a/net/td-system-tools/Makefile b/net/td-system-tools/Makefile index 7b8fb83c4d80..564b51a96ca1 100644 --- a/net/td-system-tools/Makefile +++ b/net/td-system-tools/Makefile @@ -1,119 +1,119 @@ PORTNAME= td-system-tools -DISTVERSION= 2.7.4 +DISTVERSION= 2.7.7 CATEGORIES= net MASTER_SITES= https://www.nntb.no/~dreibh/system-tools/download/ MAINTAINER= thomas.dreibholz@gmail.com COMMENT= Tools for basic system management and maintenance WWW= https://www.nntb.no/~dreibh/system-tools/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= bash:shells/bash \ getopt>=0:misc/getopt -USES= cmake shebangfix tar:xz +USES= cmake gettext-runtime shebangfix tar:xz CFLAGS+= -std=c23 OPTIONS_DEFINE= CONFIGURE_GRUB \ FINGERPRINT_SSH_KEYS \ GET_SYSTEM_INFO \ GIMP_SCRIPTS \ GIMP_SCRIPTS_EXAMPLES \ NLS \ PRINT_UTF8 \ RANDOM_SLEEP \ RESET_MACHINE_ID \ SYSTEM_INFO \ SYSTEM_INFO_DEFAULT_BANNER \ SYSTEM_INFO_EXAMPLES \ SYSTEM_INFO_IN_PROFILES \ SYSTEM_MAINTENANCE \ TEXT_BLOCK \ TRY_HARD \ UNIX_TIMESTAMP_TOOLS \ X509_TOOLS OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NCONFIGURE_GRUB:NGIMP_SCRIPTS:NGIMP_SCRIPTS_EXAMPLES} OPTIONS_SUB= yes CONFIGURE_GRUB_DESC= Include Configure-GRUB FINGERPRINT_SSH_KEYS_DESC= Include Fingerprint-SSH-Keys GET_SYSTEM_INFO_DESC= Include get-system-info GIMP_SCRIPTS_DESC= Include GIMP-Scripts GIMP_SCRIPTS_EXAMPLES_DESC= Include GIMP-Scripts example files NLS_DESC= Build with Internationalization (i18n) support PRINT_UTF8_DESC= Include Print-UTF8 RANDOM_SLEEP_DESC= Include Random-Sleep RESET_MACHINE_ID_DESC= Include Reset-Machine-ID SYSTEM_INFO_DEFAULT_BANNER_DESC= Include System-Info Default Banner SYSTEM_INFO_DESC= Include System-Info SYSTEM_INFO_EXAMPLES_DESC= Include System-Info Examples SYSTEM_INFO_IN_PROFILES_DESC= Include System-Info in Profiles SYSTEM_MAINTENANCE_DESC= Include System-Maintenance TEXT_BLOCK_DESC= Include Text-Block TRY_HARD_DESC= Include Try-Hard UNIX_TIMESTAMP_TOOLS_DESC= Include Unix-Timestamp Tools X509_TOOLS_DESC= Include X.509 Tools CONFIGURE_GRUB_CMAKE_BOOL= WITH_CONFIGURE_GRUB FINGERPRINT_SSH_KEYS_CMAKE_BOOL= WITH_FINGERPRINT_SSH_KEYS GET_SYSTEM_INFO_CMAKE_BOOL= WITH_GET_SYSTEM_INFO GIMP_SCRIPTS_RUN_DEPENDS= fc-list:x11-fonts/fontconfig \ gimp:graphics/gimp3-app \ gm:graphics/GraphicsMagick \ noto-basic>0:x11-fonts/noto-basic \ opensans-ttf>0:x11-fonts/opensans-ttf GIMP_SCRIPTS_CMAKE_BOOL= WITH_GIMP_SCRIPTS GIMP_SCRIPTS_EXAMPLES_IMPLIES= GIMP_SCRIPTS GIMP_SCRIPTS_EXAMPLES_CMAKE_BOOL= WITH_GIMP_SCRIPTS_EXAMPLES NLS_USES= gettext NLS_CMAKE_BOOL= WITH_I18N PRINT_UTF8_CMAKE_BOOL= WITH_PRINT_UTF8 RANDOM_SLEEP_CMAKE_BOOL= WITH_RANDOM_SLEEP RESET_MACHINE_ID_USES= sudo RESET_MACHINE_ID_CMAKE_BOOL= WITH_RESET_MACHINE_ID SYSTEM_INFO_IMPLIES= GET_SYSTEM_INFO \ PRINT_UTF8 SYSTEM_INFO_RUN_DEPENDS= figlet:misc/figlet \ mbuffer:misc/mbuffer SYSTEM_INFO_CMAKE_BOOL= WITH_SYSTEM_INFO SYSTEM_INFO_DEFAULT_BANNER_IMPLIES= SYSTEM_INFO SYSTEM_INFO_DEFAULT_BANNER_CMAKE_BOOL= WITH_SYSTEM_INFO_DEFAULT_BANNER SYSTEM_INFO_EXAMPLES_IMPLIES= SYSTEM_INFO SYSTEM_INFO_EXAMPLES_CMAKE_BOOL= WITH_SYSTEM_INFO_EXAMPLES SYSTEM_INFO_IN_PROFILES_IMPLIES= SYSTEM_INFO SYSTEM_INFO_IN_PROFILES_CMAKE_BOOL= WITH_SYSTEM_INFO_IN_PROFILES SYSTEM_MAINTENANCE_USES= sudo SYSTEM_MAINTENANCE_CMAKE_BOOL= WITH_SYSTEM_MAINTENANCE TEXT_BLOCK_CMAKE_BOOL= WITH_TEXT_BLOCK TRY_HARD_IMPLIES= RANDOM_SLEEP TRY_HARD_CMAKE_BOOL= WITH_TRY_HARD UNIX_TIMESTAMP_TOOLS_CMAKE_BOOL= WITH_UNIX_TIMESTAMP_TOOLS X509_TOOLS_IMPLIES= PRINT_UTF8 \ TEXT_BLOCK X509_TOOLS_RUN_DEPENDS= mbuffer:misc/mbuffer X509_TOOLS_USES= python ssl:run X509_TOOLS_CMAKE_BOOL= WITH_X509_TOOLS X509_TOOLS_VARS= SHEBANG_FILES+=src/X509/generate-test-certificates .include diff --git a/net/td-system-tools/distinfo b/net/td-system-tools/distinfo index 6459ff0eac0b..f0a18a324a15 100644 --- a/net/td-system-tools/distinfo +++ b/net/td-system-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1781414141 -SHA256 (td-system-tools-2.7.4.tar.xz) = 9a174f220f9fe84d873aa22a093ee02a3e2c6aca1f2b5cb1a01f1e4984387e3d -SIZE (td-system-tools-2.7.4.tar.xz) = 2875296 +TIMESTAMP = 1782922362 +SHA256 (td-system-tools-2.7.7.tar.xz) = ed912751bc893af9117c0b6340a633058f676636f749e5076bf5f6568edb15e9 +SIZE (td-system-tools-2.7.7.tar.xz) = 2881316 diff --git a/net/td-system-tools/pkg-plist b/net/td-system-tools/pkg-plist index 36d07bd5a87b..09253fc4c520 100644 --- a/net/td-system-tools/pkg-plist +++ b/net/td-system-tools/pkg-plist @@ -1,141 +1,141 @@ %%FINGERPRINT_SSH_KEYS%%bin/Fingerprint-SSH-Keys %%RESET_MACHINE_ID%%bin/Reset-Machine-ID %%SYSTEM_INFO%%bin/System-Info %%SYSTEM_MAINTENANCE%%bin/System-Maintenance %%X509_TOOLS%%bin/check-certificate %%CONFIGURE_GRUB%%bin/configure-grub %%X509_TOOLS%%bin/der2pem %%X509_TOOLS%%bin/extract-pem %%GET_SYSTEM_INFO%%bin/get-system-info %%GIMP_SCRIPTS%%bin/gs-bumpmap %%GIMP_SCRIPTS%%bin/gs-caption %%GIMP_SCRIPTS%%bin/gs-clothify %%GIMP_SCRIPTS%%bin/gs-glossytext %%GIMP_SCRIPTS%%bin/gs-list-fonts %%GIMP_SCRIPTS%%bin/gs-list-gradients %%GIMP_SCRIPTS%%bin/gs-list-patterns %%GIMP_SCRIPTS%%bin/gs-mosaic %%GIMP_SCRIPTS%%bin/gs-oilify %%GIMP_SCRIPTS%%bin/gs-oldphoto %%GIMP_SCRIPTS%%bin/gs-resize-with-cropping %%GIMP_SCRIPTS%%bin/gs-test-gimp %%X509_TOOLS%%bin/pem2der %%PRINT_UTF8%%bin/print-utf8 %%RANDOM_SLEEP%%bin/random-sleep %%X509_TOOLS%%bin/test-tls-connection %%TEXT_BLOCK%%bin/text-block %%UNIX_TIMESTAMP_TOOLS%%bin/time2unixts %%TRY_HARD%%bin/try-hard %%UNIX_TIMESTAMP_TOOLS%%bin/unixts2time %%X509_TOOLS%%bin/view-certificate %%X509_TOOLS%%bin/view-crl %%SYSTEM_INFO_IN_PROFILES%%etc/profile.d/system-info.csh %%SYSTEM_INFO_IN_PROFILES%%etc/profile.d/system-info.sh %%SYSTEM_INFO_DEFAULT_BANNER%%etc/system-info.d/01-example %%SYSTEM_INFO_DEFAULT_BANNER%%etc/system-info.d/banner-helper %%SYSTEM_MAINTENANCE%%etc/system-maintenance.d/XX-example %%SYSTEM_INFO_EXAMPLES%%share/System-Info/01-example %%SYSTEM_INFO_EXAMPLES%%share/System-Info/09-hostname-example %%SYSTEM_INFO_EXAMPLES%%share/System-Info/10-company-logo-example %%SYSTEM_INFO_EXAMPLES%%share/System-Info/banner-helper %%FINGERPRINT_SSH_KEYS%%share/bash-completion/completions/Fingerprint-SSH-Keys %%RESET_MACHINE_ID%%share/bash-completion/completions/Reset-Machine-ID %%SYSTEM_INFO%%share/bash-completion/completions/System-Info %%SYSTEM_MAINTENANCE%%share/bash-completion/completions/System-Maintenance %%X509_TOOLS%%share/bash-completion/completions/check-certificate %%CONFIGURE_GRUB%%share/bash-completion/completions/configure-grub %%X509_TOOLS%%share/bash-completion/completions/der2pem %%X509_TOOLS%%share/bash-completion/completions/extract-pem %%GET_SYSTEM_INFO%%share/bash-completion/completions/get-system-info %%GIMP_SCRIPTS%%share/bash-completion/completions/gs-bumpmap %%GIMP_SCRIPTS%%share/bash-completion/completions/gs-caption %%GIMP_SCRIPTS%%share/bash-completion/completions/gs-clothify %%GIMP_SCRIPTS%%share/bash-completion/completions/gs-glossytext %%GIMP_SCRIPTS%%share/bash-completion/completions/gs-mosaic %%GIMP_SCRIPTS%%share/bash-completion/completions/gs-oilify %%GIMP_SCRIPTS%%share/bash-completion/completions/gs-oldphoto %%GIMP_SCRIPTS%%share/bash-completion/completions/gs-resize-with-cropping %%GIMP_SCRIPTS%%share/bash-completion/completions/gs-test-gimp %%X509_TOOLS%%share/bash-completion/completions/pem2der %%PRINT_UTF8%%share/bash-completion/completions/print-utf8 %%RANDOM_SLEEP%%share/bash-completion/completions/random-sleep %%X509_TOOLS%%share/bash-completion/completions/test-tls-connection %%TEXT_BLOCK%%share/bash-completion/completions/text-block %%UNIX_TIMESTAMP_TOOLS%%share/bash-completion/completions/time2unixts %%TRY_HARD%%share/bash-completion/completions/try-hard %%UNIX_TIMESTAMP_TOOLS%%share/bash-completion/completions/unixts2time %%X509_TOOLS%%share/bash-completion/completions/view-certificate %%X509_TOOLS%%share/bash-completion/completions/view-crl %%CONFIGURE_GRUB%%share/configure-grub/grub-defaults-nornet %%CONFIGURE_GRUB%%share/configure-grub/grub-defaults-standard %%NLS%%%%FINGERPRINT_SSH_KEYS%%share/locale/de/LC_MESSAGES/Fingerprint-SSH-Keys.mo %%NLS%%%%RESET_MACHINE_ID%%share/locale/de/LC_MESSAGES/Reset-Machine-ID.mo %%NLS%%%%SYSTEM_INFO%%share/locale/de/LC_MESSAGES/System-Info.mo %%NLS%%%%SYSTEM_MAINTENANCE%%share/locale/de/LC_MESSAGES/System-Maintenance.mo %%NLS%%%%X509_TOOLS%%share/locale/de/LC_MESSAGES/check-certificate.mo %%NLS%%%%X509_TOOLS%%share/locale/de/LC_MESSAGES/extract-pem.mo %%NLS%%%%PRINT_UTF8%%share/locale/de/LC_MESSAGES/print-utf8.mo %%NLS%%%%RANDOM_SLEEP%%share/locale/de/LC_MESSAGES/random-sleep.mo %%NLS%%%%X509_TOOLS%%share/locale/de/LC_MESSAGES/test-tls-connection.mo %%NLS%%%%TEXT_BLOCK%%share/locale/de/LC_MESSAGES/text-block.mo %%NLS%%%%UNIX_TIMESTAMP_TOOLS%%share/locale/de/LC_MESSAGES/time2unixts.mo %%NLS%%%%TRY_HARD%%share/locale/de/LC_MESSAGES/try-hard.mo %%NLS%%%%UNIX_TIMESTAMP_TOOLS%%share/locale/de/LC_MESSAGES/unixts2time.mo %%NLS%%%%X509_TOOLS%%share/locale/de/LC_MESSAGES/view-certificate.mo %%NLS%%%%X509_TOOLS%%share/locale/de/LC_MESSAGES/view-crl.mo %%NLS%%%%FINGERPRINT_SSH_KEYS%%share/locale/nb/LC_MESSAGES/Fingerprint-SSH-Keys.mo %%NLS%%%%RESET_MACHINE_ID%%share/locale/nb/LC_MESSAGES/Reset-Machine-ID.mo %%NLS%%%%SYSTEM_INFO%%share/locale/nb/LC_MESSAGES/System-Info.mo %%NLS%%%%SYSTEM_MAINTENANCE%%share/locale/nb/LC_MESSAGES/System-Maintenance.mo %%NLS%%%%X509_TOOLS%%share/locale/nb/LC_MESSAGES/check-certificate.mo %%NLS%%%%X509_TOOLS%%share/locale/nb/LC_MESSAGES/extract-pem.mo %%NLS%%%%PRINT_UTF8%%share/locale/nb/LC_MESSAGES/print-utf8.mo %%NLS%%%%RANDOM_SLEEP%%share/locale/nb/LC_MESSAGES/random-sleep.mo %%NLS%%%%X509_TOOLS%%share/locale/nb/LC_MESSAGES/test-tls-connection.mo %%NLS%%%%TEXT_BLOCK%%share/locale/nb/LC_MESSAGES/text-block.mo %%NLS%%%%UNIX_TIMESTAMP_TOOLS%%share/locale/nb/LC_MESSAGES/time2unixts.mo %%NLS%%%%TRY_HARD%%share/locale/nb/LC_MESSAGES/try-hard.mo %%NLS%%%%UNIX_TIMESTAMP_TOOLS%%share/locale/nb/LC_MESSAGES/unixts2time.mo %%NLS%%%%X509_TOOLS%%share/locale/nb/LC_MESSAGES/view-certificate.mo %%NLS%%%%X509_TOOLS%%share/locale/nb/LC_MESSAGES/view-crl.mo %%FINGERPRINT_SSH_KEYS%%share/man/man1/Fingerprint-SSH-Keys.1.gz %%RESET_MACHINE_ID%%share/man/man1/Reset-Machine-ID.1.gz %%SYSTEM_INFO%%share/man/man1/System-Info.1.gz %%SYSTEM_MAINTENANCE%%share/man/man1/System-Maintenance.1.gz %%X509_TOOLS%%share/man/man1/check-certificate.1.gz %%CONFIGURE_GRUB%%share/man/man1/configure-grub.1.gz %%X509_TOOLS%%share/man/man1/der2pem.1.gz %%X509_TOOLS%%share/man/man1/extract-pem.1.gz %%GET_SYSTEM_INFO%%share/man/man1/get-system-info.1.gz %%GIMP_SCRIPTS%%share/man/man1/gs-bumpmap.1.gz %%GIMP_SCRIPTS%%share/man/man1/gs-caption.1.gz %%GIMP_SCRIPTS%%share/man/man1/gs-clothify.1.gz %%GIMP_SCRIPTS%%share/man/man1/gs-glossytext.1.gz %%GIMP_SCRIPTS%%share/man/man1/gs-list-fonts.1.gz %%GIMP_SCRIPTS%%share/man/man1/gs-list-gradients.1.gz %%GIMP_SCRIPTS%%share/man/man1/gs-list-patterns.1.gz %%GIMP_SCRIPTS%%share/man/man1/gs-mosaic.1.gz %%GIMP_SCRIPTS%%share/man/man1/gs-oilify.1.gz %%GIMP_SCRIPTS%%share/man/man1/gs-oldphoto.1.gz %%GIMP_SCRIPTS%%share/man/man1/gs-resize-with-cropping.1.gz %%GIMP_SCRIPTS%%share/man/man1/gs-test-gimp.1.gz %%X509_TOOLS%%share/man/man1/pem2der.1.gz %%PRINT_UTF8%%share/man/man1/print-utf8.1.gz %%RANDOM_SLEEP%%share/man/man1/random-sleep.1.gz %%X509_TOOLS%%share/man/man1/test-tls-connection.1.gz %%TEXT_BLOCK%%share/man/man1/text-block.1.gz %%UNIX_TIMESTAMP_TOOLS%%share/man/man1/time2unixts.1.gz %%TRY_HARD%%share/man/man1/try-hard.1.gz %%UNIX_TIMESTAMP_TOOLS%%share/man/man1/unixts2time.1.gz %%X509_TOOLS%%share/man/man1/view-certificate.1.gz %%X509_TOOLS%%share/man/man1/view-crl.1.gz %%X509_TOOLS%%share/system-tools/CertificateHelper.py %%X509_TOOLS%%share/system-tools/generate-test-certificates -%%GIMP_SCRIPTS_EXAMPLES%%share/system-tools/gimp-scripts-examples/Bergen.webp +%%GIMP_SCRIPTS_EXAMPLES%%share/system-tools/gimp-scripts-examples/Bergen.jpeg %%GIMP_SCRIPTS_EXAMPLES%%share/system-tools/gimp-scripts-examples/Fractal.fsf -%%GIMP_SCRIPTS_EXAMPLES%%share/system-tools/gimp-scripts-examples/Portobello.webp +%%GIMP_SCRIPTS_EXAMPLES%%share/system-tools/gimp-scripts-examples/Portobello.jpeg %%X509_TOOLS%%share/system-tools/make-test-certificates %%TEXT_BLOCK%%share/text-block/example1.txt %%TEXT_BLOCK%%share/text-block/example2.txt %%TEXT_BLOCK%%share/text-block/insert.txt %%TEXT_BLOCK%%share/text-block/numbers.txt