diff --git a/science/py-pydicom/Makefile b/science/py-pydicom/Makefile index e643a158a57c..6cac80651cfa 100644 --- a/science/py-pydicom/Makefile +++ b/science/py-pydicom/Makefile @@ -1,20 +1,19 @@ # Created by: Wen Heping PORTNAME= pydicom PORTVERSION= 2.2.0 DISTVERSIONPREFIX=v CATEGORIES= science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wen@FreeBSD.org COMMENT= Read, modify, and write DICOM files with Python code LICENSE= MIT USES= python:3.6+ shebangfix USE_GITHUB= yes -GH_ACCOUNT= pydicom USE_PYTHON= distutils autoplist NO_ARCH= yes .include diff --git a/security/ct-submit/Makefile b/security/ct-submit/Makefile index 408455d22745..01b669e0b6c1 100644 --- a/security/ct-submit/Makefile +++ b/security/ct-submit/Makefile @@ -1,23 +1,21 @@ # Created by: Jim Ohlstein PORTNAME= ct-submit PORTVERSION= 1.1.2 PORTREVISION= 1 CATEGORIES= security www MAINTAINER= jim@ohlste.in COMMENT= Submission utility for transparency logs LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go - +USES= go USE_GITHUB= yes -GH_ACCOUNT= grahamedgecombe -GH_PROJECT= ct-submit -GH_TAGNAME= 7bb2541 +GH_ACCOUNT= grahamedgecombe +GH_TAGNAME= 7bb2541 PLIST_FILES= bin/ct-submit .include diff --git a/security/git-secret/Makefile b/security/git-secret/Makefile index 562eef4c8222..d2352facb264 100644 --- a/security/git-secret/Makefile +++ b/security/git-secret/Makefile @@ -1,31 +1,30 @@ PORTNAME= git-secret DISTVERSION= 0.2.5 CATEGORIES= security MAINTAINER= mail@sobolevn.me COMMENT= Bash tool to store your private data inside a git repository LICENSE= MIT #MASTER_SITES= https://github.com/sobolevn/git-secret/archive/ RUN_DEPENDS= bash:shells/bash gawk:lang/gawk git:devel/git gpg2:security/gnupg USE_GITHUB= yes GH_ACCOUNT= sobolevn -GH_PROJECT= git-secret GH_TAGNAME= 94d5ae4 NO_ARCH= yes SCRIPTS= git-secret ALL_TARGET= git-secret post-extract: @cd ${WRKSRC} && ${CAT} src/version.sh src/_utils/*.sh src/commands/*.sh src/main.sh > git-secret do-install: ${INSTALL_SCRIPT} ${WRKSRC}/git-secret ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/man/man1/*.1 ${STAGEDIR}${PREFIX}/man/man1/ ${INSTALL_MAN} ${WRKSRC}/man/man7/*.7 ${STAGEDIR}${PREFIX}/man/man7/ .include diff --git a/security/gost-engine/Makefile b/security/gost-engine/Makefile index de9320035037..efe3f8160bce 100644 --- a/security/gost-engine/Makefile +++ b/security/gost-engine/Makefile @@ -1,54 +1,52 @@ # Created by: Eugene Grosbein PORTNAME= gost-engine DISTVERSION= g20190421 CATEGORIES= security MAINTAINER= eugen@FreeBSD.org COMMENT= Implementation of the Russian GOST crypto algorithms for OpenSSL LICENSE= OpenSSL LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_SSL= libressl libressl-devel BROKEN_SSL_REASON_libressl= needs features only available in OpenSSL 1.1.1+ BROKEN_SSL_REASON_libressl-devel=needs features only available in OpenSSL 1.1.1+ USES= cmake ssl +USE_GITHUB= yes +GH_PROJECT= engine +GH_TAGNAME= 7ed64cd ENGINESDIR?= ${PREFIX}/lib/engines-1.1 CMAKE_ARGS+= -DOPENSSL_ROOT_DIR=${OPENSSLBASE} \ -DOPENSSL_ENGINES_DIR=${ENGINESDIR} -USE_GITHUB= yes -GH_ACCOUNT= gost-engine -GH_PROJECT= engine -GH_TAGNAME= 7ed64cd - SUB_FILES= pkg-message OPTIONS_DEFINE= DOCS .include .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200085 BROKEN_SSL+= base BROKEN_SSL_REASON_base= needs features only available in OpenSSL 1.1.1+ .endif post-patch: ${REINPLACE_CMD} 's/-Werror //' ${WRKSRC}/CMakeLists.txt post-install: ( cd ${STAGEDIR}${PREFIX}/lib/engines-1.1 && ${MV} gost.so libgost.so ) post-install-DOCS-off: ( cd ${STAGEDIR}${PREFIX}/man/man1 && ${RM} gost12sum.1 gostsum.1 ) post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ( cd ${WRKSRC} && ${INSTALL_MAN} INSTALL.md README.gost README.md \ ${STAGEDIR}${DOCSDIR} ) .include diff --git a/security/openvpn-auth-ldap/Makefile b/security/openvpn-auth-ldap/Makefile index efc9758af4cb..fddd09bfd5a2 100644 --- a/security/openvpn-auth-ldap/Makefile +++ b/security/openvpn-auth-ldap/Makefile @@ -1,63 +1,60 @@ # Created by: Nick Barkas PORTNAME= openvpn-auth-ldap PORTVERSION= 2.0.4 PORTREVISION= 1 DISTVERSIONPREFIX= auth-ldap- CATEGORIES= security net-vpn MAINTAINER= mandree@FreeBSD.org COMMENT= LDAP authentication plugin for OpenVPN LICENSE= BSD3CLAUSE BUILD_DEPENDS= re2c:devel/re2c \ check>=0:devel/check \ libobjc2>=0:lang/libobjc2 \ ${LOCALBASE}/include/openvpn-plugin.h:security/openvpn # this port doesn't require ssl itself, but OpenLDAP needs it # and https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235776 # appears to document issues on some systems when --with-openssl # is missing. USES= autoreconf objc ssl tar:xz - +USE_GITHUB= yes +GH_ACCOUNT= threerings GNU_CONFIGURE= yes USE_OPENLDAP= yes CONFIGURE_ARGS+= --with-openldap=${LOCALBASE} \ --with-openvpn=${LOCALBASE}/include \ --with-objc-runtime=GNU \ --with-openssl=${OPENSSLBASE} -USE_GITHUB= yes -GH_ACCOUNT= threerings -GH_PROJECT= openvpn-auth-ldap - PORTDOCS= README PORTEXAMPLES= auth-ldap.conf PLIST_FILES= lib/openvpn-auth-ldap.so OBJCFLAGS+= -L${LOCALBASE}/lib -I${LOCALBASE}/include -fPIC CFLAGS+= -fPIC -fcommon OPTIONS_DEFINE= DOCS EXAMPLES .include CONFIGURE_ENV+= OBJC="${CC}" post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/openvpn-auth-ldap.so .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .endif .if ${PORT_OPTIONS:MEXAMPLES} ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/auth-ldap.conf ${STAGEDIR}${EXAMPLESDIR} .endif .include CC+= ${DEBUG_FLAGS} .include diff --git a/security/pam_script/Makefile b/security/pam_script/Makefile index af693265ec7d..8f13569b83f3 100644 --- a/security/pam_script/Makefile +++ b/security/pam_script/Makefile @@ -1,38 +1,35 @@ PORTNAME= pam_script PORTVERSION= 1.1.9 CATEGORIES= security MASTER_SITES= GH MAINTAINER= natalino.picone@nozominetworks.com COMMENT= PAM script module allows to hook user space scripts on PAM events LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf libtool shebangfix +USES= autoreconf libtool shebangfix +GNU_CONFIGURE= yes USE_GITHUB= yes - -SHEBANG_FILES= etc/tally - GH_ACCOUNT= jeroennijhof -GH_PROJECT= pam_script GH_TAGNAME= 1.1.9 +SHEBANG_FILES= etc/tally -GNU_CONFIGURE= yes PATCHDIR= ${.CURDIR}/files do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/pam-script.d ${INSTALL_LIB} ${WRKSRC}/.libs/pam_script.so ${STAGEDIR}${PREFIX}/lib/pam_script.so ${INSTALL_SCRIPT} ${WRKSRC}/etc/pam_script ${STAGEDIR}${PREFIX}/etc/pam_script .for i in etc/logscript etc/tally ${INSTALL_SCRIPT} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/etc/pam-script.d .endfor post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in AUTHORS COPYING ChangeLog README NEWS etc/README.pam_script etc/README.examples ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor .include diff --git a/security/sedutil/Makefile b/security/sedutil/Makefile index 577a4dbbff79..862927bca0e0 100644 --- a/security/sedutil/Makefile +++ b/security/sedutil/Makefile @@ -1,27 +1,25 @@ PORTNAME= sedutil PORTVERSION= 1.12 CATEGORIES= security MAINTAINER= ken@FreeBSD.org COMMENT= Self Encrypting Drive utility LICENSE= GPLv3+ USES= gmake pkgconfig - USE_GITHUB= yes GH_ACCOUNT= kendmerry -GH_PROJECT= sedutil GH_TAGNAME= 3122ba0 BUILD_WRKSRC= ${WRKSRC}/freebsd/CLI ALL_TARGET= build PLIST_FILES+= bin/sedutil-cli SEDUTIL_SD= ${BUILD_WRKSRC}/dist/Release/CLang-Generic SEDUTIL_PROG= sedutil-cli do-install: ${INSTALL_PROGRAM} ${SEDUTIL_SD}/${SEDUTIL_PROG} ${STAGEDIR}${PREFIX}/bin .include diff --git a/sysutils/boot-extract/Makefile b/sysutils/boot-extract/Makefile index 25db6f63f213..821253dbdc4a 100644 --- a/sysutils/boot-extract/Makefile +++ b/sysutils/boot-extract/Makefile @@ -1,22 +1,20 @@ PORTNAME= boot-extract PORTVERSION= g20190614 CATEGORIES= sysutils MAINTAINER= freebsd@sysctl.cz COMMENT= Android Boot image extraction tool LICENSE= GPLv2 USES= gmake - USE_GITHUB= yes GH_ACCOUNT= csimmonds -GH_PROJECT= boot-extract GH_TAGNAME= 486995f PLIST_FILES= bin/boot-extract do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include diff --git a/sysutils/cbsd-mq-api/Makefile b/sysutils/cbsd-mq-api/Makefile index 1dd9d2fef92d..b73bd6e44c23 100644 --- a/sysutils/cbsd-mq-api/Makefile +++ b/sysutils/cbsd-mq-api/Makefile @@ -1,34 +1,32 @@ PORTNAME= cbsd-mq-api PORTVERSION= 0.1 CATEGORIES= sysutils MAINTAINER= olevole@olevole.ru COMMENT= Simplified API for creating and destroying CBSD virtual environments LICENSE= BSD2CLAUSE USES= go - USE_GITHUB= yes GH_ACCOUNT= cbsd -GH_PROJECT= cbsd-mq-api GH_TUPLE= beanstalkd:go-beanstalk:3bed00be7a17:beanstalkd/src/github.com/beanstalkd/go-beanstalk \ gorilla:mux:d07530f46e1e:gorilla_mux/vendor/github.com/gorilla/mux \ golang:crypto:5ff15b29337e:golang_crypto/vendor/golang.org/x/crypto USE_RC_SUBR= cbsd-mq-api USERS= cbsd GROUPS= cbsd PLIST_FILES= bin/cbsd-mq-api \ "@sample etc/cbsd-mq-api.json.sample" post-extract: ${LN} -sf ${WRKSRC}/src ${WRKDIR} ${LN} -sf ${WRKSRC} ${WRKDIR}/src/${PORTNAME} do-install: ${INSTALL_PROGRAM} ${WRKDIR}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/cbsd-mq-api ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-${GH_TAGNAME}/etc/cbsd-mq-api.json ${STAGEDIR}${PREFIX}/etc/cbsd-mq-api.json.sample .include diff --git a/sysutils/cbsd-mq-router/Makefile b/sysutils/cbsd-mq-router/Makefile index b2fd501d4c3f..32fb1dfad860 100644 --- a/sysutils/cbsd-mq-router/Makefile +++ b/sysutils/cbsd-mq-router/Makefile @@ -1,34 +1,32 @@ PORTNAME= cbsd-mq-router PORTVERSION= 0.2 CATEGORIES= sysutils MAINTAINER= olevole@olevole.ru COMMENT= CBSD message queue router LICENSE= BSD2CLAUSE RUN_DEPENDS= beanstalkd:net/beanstalkd USES= go - USE_GITHUB= yes GH_ACCOUNT= cbsd -GH_PROJECT= cbsd-mq-router USE_RC_SUBR= cbsd-mq-router PLIST_FILES= bin/cbsd-mq-router "@sample etc/cbsd-mq-router.json.sample" GH_TUPLE= beanstalkd:go-beanstalk:3bed00be7a17:beanstalkd/src/github.com/beanstalkd/go-beanstalk \ golang:crypto:5ea612d1eb83:golang_crypto/vendor/golang.org/x/crypto \ golang:term:6a3ed077a48d:golang_term/vendor/golang.org/x/term \ golang:sys:9a76102bfb43:golang_sys/vendor/golang.org/x/sys post-extract: ${LN} -sf ${WRKSRC}/src ${WRKDIR} ${LN} -sf ${WRKSRC} ${WRKDIR}/src/${PORTNAME} do-install: ${INSTALL_PROGRAM} ${WRKDIR}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/cbsd-mq-router ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-${GH_TAGNAME}/etc/cbsd-mq-router.json ${STAGEDIR}${PREFIX}/etc/cbsd-mq-router.json.sample .include diff --git a/sysutils/containerd/Makefile b/sysutils/containerd/Makefile index 6e66cd4ead87..4f3c4c94ffdd 100644 --- a/sysutils/containerd/Makefile +++ b/sysutils/containerd/Makefile @@ -1,35 +1,33 @@ PORTNAME= containerd DISTVERSIONPREFIX=v DISTVERSION= 1.5.5 CATEGORIES= sysutils MAINTAINER= decke@FreeBSD.org COMMENT= Open and reliable container runtime LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= bash:shells/bash \ go:lang/go USES= cpe gmake - USE_GITHUB= yes -GH_ACCOUNT= containerd GH_SUBDIR= src/github.com/containerd/containerd CPE_VENDOR= linuxfoundation MAKE_ENV= ${GO_ENV} \ GOFLAGS="${GO_BUILDFLAGS}" \ VERSION="${DISTVERSION}" PLIST_FILES= bin/containerd \ bin/containerd-shim \ bin/containerd-stress \ bin/ctr do-install: @(cd ${WRKSRC} && ${SETENV} DESTDIR="${STAGEDIR}${PREFIX}" ${MAKE_CMD} install) .include diff --git a/sysutils/direnv/Makefile b/sysutils/direnv/Makefile index 5914a51e44e7..aa8ec532f9ef 100644 --- a/sysutils/direnv/Makefile +++ b/sysutils/direnv/Makefile @@ -1,39 +1,37 @@ PORTNAME= direnv PORTVERSION= 2.27.0 DISTVERSIONPREFIX= v CATEGORIES= sysutils MAINTAINER= swills@FreeBSD.org COMMENT= Environment variable manager for your shell LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= bash:shells/bash USES= gmake go:modules - USE_GITHUB= yes -GH_ACCOUNT= direnv GH_SUBDIR= src/github.com/direnv/direnv MAKE_ENV= GOPATH=${WRKSRC} MAKEFILE= GNUmakefile GH_TUPLE= BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \ direnv:go-dotenv:4cce6d1a66f7:direnv_go_dotenv/vendor/github.com/direnv/go-dotenv \ golang:mod:v0.4.0:golang_mod/vendor/golang.org/x/mod \ golang:sys:b77594299b42:golang_sys/vendor/golang.org/x/sys \ mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty PLIST_FILES= bin/direnv \ man/man1/direnv-stdlib.1.gz \ man/man1/direnv.1.gz do-install: ${INSTALL_PROGRAM} ${WRKDIR}/bin/direnv \ ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/man/direnv.1 ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/man/direnv-stdlib.1 \ ${STAGEDIR}${MANPREFIX}/man/man1 .include diff --git a/sysutils/dnf/Makefile b/sysutils/dnf/Makefile index 3a2ed4337748..eb5a905166cd 100644 --- a/sysutils/dnf/Makefile +++ b/sysutils/dnf/Makefile @@ -1,36 +1,35 @@ PORTNAME= dnf DISTVERSION= 4.8.0 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org COMMENT= Dandified YUM, the next-generation version of YUM LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= libcomps>0:misc/libcomps \ libdnf>0:sysutils/libdnf \ rpm4>0:archivers/rpm4 \ ${PYTHON_PKGNAMEPREFIX}gpgme>0:security/py-gpgme@${PY_FLAVOR} USES= cmake gettext-tools python USE_GITHUB= yes GH_ACCOUNT= rpm-software-management -GH_PROJECT= dnf CMAKE_OFF= FREEBSD_INSTALL_DOC CMAKE_ARGS= -DPYTHON_DESIRED=${PYTHON_MAJOR_VER} INSTALL_TARGET= install NO_ARCH= yes post-patch: @${REINPLACE_CMD} -e "s|'/usr/bin'|'${PREFIX}/bin'|" ${WRKSRC}/bin/dnf*.in post-install: cd ${STAGEDIR}${PREFIX}/bin && \ ${LN} -s dnf-3 dnf && \ ${LN} -s dnf-automatic-3 dnf-automatic .include diff --git a/sysutils/dtc/Makefile b/sysutils/dtc/Makefile index c4a3250ab70f..3091ee08bc8e 100644 --- a/sysutils/dtc/Makefile +++ b/sysutils/dtc/Makefile @@ -1,31 +1,29 @@ PORTNAME= dtc PORTVERSION= 1.6.0 DISTVERSIONPREFIX= v CATEGORIES= sysutils PATCH_SITES= https://github.com/dgibson/dtc/commit/ PATCHFILES+= ca19c3db2b.patch:-p1 # https://github.com/dgibson/dtc/pull/41 MAINTAINER= uboot@FreeBSD.org COMMENT= Device Tree Compiler LICENSE= GPLv2 LIB_DEPENDS= libyaml.so:textproc/libyaml USES= bison compiler:c11 gmake pkgconfig shebangfix +USE_GITHUB= yes +GH_ACCOUNT= dgibson USE_LDCONFIG= yes SHEBANG_FILES= dtdiff TEST_TARGET= check TEST_ENV= STATSZ="stat -f %Uz" -USE_GITHUB= yes -GH_ACCOUNT= dgibson -GH_PROJECT= dtc - MAKE_ARGS+= PREFIX=${PREFIX} NO_PYTHON=yes \ INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ INSTALL_LIB="${INSTALL_LIB}" .include diff --git a/sysutils/ftwin/Makefile b/sysutils/ftwin/Makefile index 80194bf72180..1785b21b6c87 100644 --- a/sysutils/ftwin/Makefile +++ b/sysutils/ftwin/Makefile @@ -1,43 +1,40 @@ PORTNAME= ftwin PORTVERSION= 0.8.10 CATEGORIES= sysutils MAINTAINER= shoesoft@gmx.net COMMENT= Useful tool to find duplicate files LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libapr-1.so:devel/apr1 \ libexpat.so:textproc/expat2 \ libgdbm.so:databases/gdbm \ libgd.so:graphics/gd \ libpcre.so:devel/pcre \ libpuzzle.so:graphics/libpuzzle USES= autoreconf bdb libarchive pkgconfig tar:bzip2 - +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-archive=${LOCALBASE} USE_GITHUB= yes GH_ACCOUNT= fpesce -GH_PROJECT= ftwin GH_TAGNAME= 3355fd9 - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-archive=${LOCALBASE} MAKE_ARGS= CFLAGS="${CFLAGS}" PORTDOCS= AUTHORS EXAMPLES TODO CHANGES KNOWN_BUGS VERSION README PLIST_FILES= bin/ftwin man/man8/ftwin.8.gz OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e \ 's|-Werror -g -ggdb|| ; \ s|-O0||' ${WRKSRC}/Makefile.am post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/sysutils/fusefs-xfuse/Makefile b/sysutils/fusefs-xfuse/Makefile index 03f1d85da0e2..015d63eb349c 100644 --- a/sysutils/fusefs-xfuse/Makefile +++ b/sysutils/fusefs-xfuse/Makefile @@ -1,61 +1,60 @@ PORTNAME= xfuse DISTVERSIONPREFIX= v DISTVERSION= 0.1.0-alpha PORTREVISION= 1 CATEGORIES= sysutils PKGNAMEPREFIX= fusefs- MAINTAINER= mail@KhaledEmara.dev COMMENT= Read-only FUSE server implementing XFS LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= cargo fuse USE_GITHUB= yes GH_ACCOUNT= KhaledEmaraDev -GH_PROJECT= xfuse GH_TAGNAME= 9c8824 CARGO_CRATES= ansi_term-0.11.0 \ atty-0.2.14 \ autocfg-1.0.1 \ bitflags-1.2.1 \ byteorder-1.4.3 \ cfg-if-1.0.0 \ clap-2.33.3 \ crc-2.0.0 \ crc-catalog-1.1.1 \ fuse-0.3.1 \ hermit-abi-0.1.18 \ libc-0.2.97 \ log-0.3.9 \ log-0.4.14 \ num-derive-0.3.3 \ num-traits-0.2.14 \ pkg-config-0.3.19 \ proc-macro2-1.0.27 \ quote-1.0.9 \ strsim-0.8.0 \ syn-1.0.73 \ term_size-0.3.2 \ textwrap-0.11.0 \ thread-scoped-1.0.2 \ time-0.1.44 \ unicode-width-0.1.8 \ unicode-xid-0.2.2 \ uuid-0.8.2 \ wasi-0.10.0+wasi-snapshot-preview1 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 PLIST_FILES= bin/xfs-fuse \ man/man1/xfs-fuse.1.gz post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xfs-fuse ${INSTALL_MAN} ${WRKSRC}/doc/xfs-fuse.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include diff --git a/sysutils/ganglia-webfrontend/Makefile b/sysutils/ganglia-webfrontend/Makefile index 4126715b5690..790a05c7d193 100644 --- a/sysutils/ganglia-webfrontend/Makefile +++ b/sysutils/ganglia-webfrontend/Makefile @@ -1,57 +1,56 @@ PORTNAME= ganglia PORTVERSION= 3.7.2 PORTREVISION= 2 CATEGORIES= sysutils net parallel www PKGNAMESUFFIX= -webfrontend MAINTAINER= jwb@FreeBSD.org COMMENT= Ganglia cluster monitor, web frontend LICENSE= BSD3CLAUSE RUN_DEPENDS= ${LOCALBASE}/sbin/gmond:sysutils/ganglia-monitor-core USES= php:web USE_GITHUB= yes -GH_ACCOUNT= ganglia GH_PROJECT= ganglia-web USE_PHP= filter gd session xml NO_ARCH= yes NO_BUILD= yes WWWDIR= ${PREFIX}/www/ganglia PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" WWWDIR="${WWWDIR}" SUB_FILES+= pkg-message REINPLACE_ARGS= -i '' CONFIG_FILES= default.json event_color.json events.json view_default.json post-patch: @${REINPLACE_CMD} -e 's|@vargwebstatedir@|${DATADIR}|' \ -e 's|@vargmetadir@|/var/db/ganglia|' \ -e 's|/usr/bin/rrdtool|${LOCALBASE}/bin/rrdtool|' \ ${WRKSRC}/conf_default.php.in @${REINPLACE_CMD} -e 's|@GWEB_VERSION@|${PORTVERSION}|' \ ${WRKSRC}/version.php.in do-install: @${CP} ${WRKSRC}/conf_default.php.in ${WRKSRC}/conf_default.php @${CP} ${WRKSRC}/version.php.in ${WRKSRC}/version.php (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} \ "! ( -name .git -o -name \.gitignore -o -name \.travis.yml -o \ -name AUTHORS -o -name COPYING -o -name Makefile -o -name \ README -o -name TODO -o -name *\.in -o -name conf -o -path \ \./conf/* -o -name debian -o -path \./debian/* -o -name \ ganglia-web\.spec )") @${MKDIR} ${STAGEDIR}${DATADIR}/conf/sql @${MKDIR} ${STAGEDIR}${DATADIR}/dwoo/cache @${MKDIR} ${STAGEDIR}${DATADIR}/dwoo/compiled .for file in ${CONFIG_FILES} ${INSTALL_DATA} ${WRKSRC}/conf/${file} ${STAGEDIR}${DATADIR}/conf/${file}.sample .endfor ${INSTALL_DATA} ${WRKSRC}/conf/sql/* ${STAGEDIR}${DATADIR}/conf/sql/ .include diff --git a/sysutils/hatop/Makefile b/sysutils/hatop/Makefile index 4de7eba3ed31..4356f25f7c5a 100644 --- a/sysutils/hatop/Makefile +++ b/sysutils/hatop/Makefile @@ -1,37 +1,36 @@ # Created by: Jim Riggs PORTNAME= hatop PORTVERSION= 0.8.1 DISTVERSIONPREFIX= v CATEGORIES= sysutils net MAINTAINER= mikeg@bsd-box.net COMMENT= Interactive real-time monitoring tool for the HAProxy unix socket LICENSE= GPLv3+ RUN_DEPENDS= ${LOCALBASE}/sbin/haproxy:net/haproxy USES= python shebangfix USE_GITHUB= yes GH_ACCOUNT= jhunt -GH_PROJECT= hatop SHEBANG_FILES= bin/hatop NO_ARCH= yes NO_BUILD= yes PLIST_FILES= bin/hatop man/man1/hatop.1.gz PORTDOCS= HACKING KEYBINDS README.rst OPTIONS_DEFINE= DOCS do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bin/hatop ${STAGEDIR}${PREFIX}/bin/hatop ${INSTALL_MAN} ${WRKSRC}/man/hatop.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR}) .include diff --git a/sysutils/ioc/Makefile b/sysutils/ioc/Makefile index aa7124e7d2c7..c48b1adf21db 100644 --- a/sysutils/ioc/Makefile +++ b/sysutils/ioc/Makefile @@ -1,39 +1,36 @@ PORTNAME= ioc PORTVERSION= 0.8.2 CATEGORIES= sysutils MAINTAINER= stefan@gronke.net COMMENT= Jail management CLI using libioc LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt BROKEN= needs devel/py-libioc RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}libioc>0:devel/py-libioc@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}texttable>0:textproc/py-texttable@${PY_FLAVOR} USES= python:3.6+ - USE_GITHUB= yes GH_ACCOUNT= bsdci -GH_PROJECT= ioc +USE_RC_SUBR= ioc NO_ARCH= yes NO_BUILD= yes -USE_RC_SUBR= ioc - post-patch: @${REINPLACE_CMD} -e "s#LIB_DIR =.*#LIB_DIR = \"${PREFIX}/lib/ioc\"#" ${WRKSRC}/bin/ioc pre-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/ioc do-install: ${INSTALL_SCRIPT} ${WRKSRC}/rc.d/ioc ${STAGEDIR}${PREFIX}/etc/rc.d ${INSTALL_SCRIPT} ${WRKSRC}/bin/ioc ${STAGEDIR}${PREFIX}/bin (cd ${WRKSRC}/ && ${COPYTREE_SHARE} ioc_cli ${STAGEDIR}${PREFIX}/lib/ioc) .include diff --git a/sysutils/mackerel-agent/Makefile b/sysutils/mackerel-agent/Makefile index d1be9a3458c9..196c7a4a26f2 100644 --- a/sysutils/mackerel-agent/Makefile +++ b/sysutils/mackerel-agent/Makefile @@ -1,215 +1,214 @@ PORTNAME= mackerel-agent DISTVERSIONPREFIX= v DISTVERSION= 0.72.1 CATEGORIES= sysutils MAINTAINER= meta@FreeBSD.org COMMENT= Agent program to post your hosts' metrics to mackerel.io LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_RC_SUBR= mackerel_agent USE_GITHUB= yes GH_ACCOUNT= mackerelio -GH_PROJECT= mackerel-agent GH_TUPLE= \ BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \ Djarvur:go-err113:aea10b59be24:djarvur_go_err113/vendor/github.com/Djarvur/go-err113 \ Masterminds:semver:v1.5.0:masterminds_semver/vendor/github.com/Masterminds/semver \ OpenPeeDeeP:depguard:v1.0.1:openpeedeep_depguard/vendor/github.com/OpenPeeDeeP/depguard \ Songmu:gocredits:v0.2.0:songmu_gocredits/vendor/github.com/Songmu/gocredits \ Songmu:goxz:v0.7.0:songmu_goxz/vendor/github.com/Songmu/goxz \ Songmu:prompter:v0.5.0:songmu_prompter/vendor/github.com/Songmu/prompter \ Songmu:retry:v0.1.0:songmu_retry/vendor/github.com/Songmu/retry \ Songmu:timeout:v0.4.0:songmu_timeout/vendor/github.com/Songmu/timeout \ Songmu:wrapcommander:v0.1.0:songmu_wrapcommander/vendor/github.com/Songmu/wrapcommander \ StackExchange:wmi:cbe66965904d:stackexchange_wmi/vendor/github.com/StackExchange/wmi \ alexkohler:prealloc:v1.0.0:alexkohler_prealloc/vendor/github.com/alexkohler/prealloc \ ashanbrown:forbidigo:v1.1.0:ashanbrown_forbidigo/vendor/github.com/ashanbrown/forbidigo \ ashanbrown:makezero:4155955488a0:ashanbrown_makezero/vendor/github.com/ashanbrown/makezero \ beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \ bkielbasa:cyclop:v1.2.0:bkielbasa_cyclop/vendor/github.com/bkielbasa/cyclop \ bombsimon:wsl:v3.3.0:bombsimon_wsl_v3/vendor/github.com/bombsimon/wsl/v3 \ cespare:xxhash:v2.1.1:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \ charithe:durationcheck:v0.0.6:charithe_durationcheck/vendor/github.com/charithe/durationcheck \ chavacava:garif:87a70f3d418b:chavacava_garif/vendor/github.com/chavacava/garif \ cpuguy83:go-md2man:v2.0.0:cpuguy83_go_md2man_v2/vendor/github.com/cpuguy83/go-md2man/v2 \ daixiang0:gci:v0.2.8:daixiang0_gci/vendor/github.com/daixiang0/gci \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ daviddengcn:go-colortext:186a3d44e920:daviddengcn_go_colortext/vendor/github.com/daviddengcn/go-colortext \ denis-tingajkin:go-header:v0.4.2:denis_tingajkin_go_header/vendor/github.com/denis-tingajkin/go-header \ dominikh:go-tools:v0.1.4:dominikh_go_tools/vendor/honnef.co/go/tools \ dsnet:compress:v0.0.1:dsnet_compress/vendor/github.com/dsnet/compress \ esimonov:ifshort:v1.0.2:esimonov_ifshort/vendor/github.com/esimonov/ifshort \ ettle:strcase:v0.1.1:ettle_strcase/vendor/github.com/ettle/strcase \ fatih:color:v1.12.0:fatih_color/vendor/github.com/fatih/color \ fatih:structtag:v1.2.0:fatih_structtag/vendor/github.com/fatih/structtag \ fsnotify:fsnotify:v1.4.9:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ fzipp:gocyclo:v0.3.1:fzipp_gocyclo/vendor/github.com/fzipp/gocyclo \ go-critic:go-critic:v0.5.6:go_critic_go_critic/vendor/github.com/go-critic/go-critic \ go-ini:ini:v1.51.0:go_ini_ini/vendor/gopkg.in/ini.v1 \ go-ole:go-ole:v1.2.5:go_ole_go_ole/vendor/github.com/go-ole/go-ole \ go-toolsmith:astcast:v1.0.0:go_toolsmith_astcast/vendor/github.com/go-toolsmith/astcast \ go-toolsmith:astcopy:v1.0.0:go_toolsmith_astcopy/vendor/github.com/go-toolsmith/astcopy \ go-toolsmith:astequal:v1.0.0:go_toolsmith_astequal/vendor/github.com/go-toolsmith/astequal \ go-toolsmith:astfmt:v1.0.0:go_toolsmith_astfmt/vendor/github.com/go-toolsmith/astfmt \ go-toolsmith:astp:v1.0.0:go_toolsmith_astp/vendor/github.com/go-toolsmith/astp \ go-toolsmith:strparse:v1.0.0:go_toolsmith_strparse/vendor/github.com/go-toolsmith/strparse \ go-toolsmith:typep:v1.0.2:go_toolsmith_typep/vendor/github.com/go-toolsmith/typep \ go-xmlfmt:xmlfmt:d5b6f63a941b:go_xmlfmt_xmlfmt/vendor/github.com/go-xmlfmt/xmlfmt \ go-yaml:yaml:9f266ea9e77c:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \ go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ gobwas:glob:v0.2.3:gobwas_glob/vendor/github.com/gobwas/glob \ gofrs:flock:v0.8.0:gofrs_flock/vendor/github.com/gofrs/flock \ golang:appengine:v1.6.6:golang_appengine/vendor/google.golang.org/appengine \ golang:lint:738671d3881b:golang_lint/vendor/golang.org/x/lint \ golang:mod:v0.4.2:golang_mod/vendor/golang.org/x/mod \ golang:net:a5a99cb37ef4:golang_net/vendor/golang.org/x/net \ golang:oauth2:bf48bf16ab8d:golang_oauth2/vendor/golang.org/x/oauth2 \ golang:protobuf:v1.4.2:golang_protobuf/vendor/github.com/golang/protobuf \ golang:snappy:v0.0.1:golang_snappy/vendor/github.com/golang/snappy \ golang:sync:036812b2e83c:golang_sync/vendor/golang.org/x/sync \ golang:sys:977fb7262007:golang_sys/vendor/golang.org/x/sys \ golang:term:de623e64d2a6:golang_term/vendor/golang.org/x/term \ golang:text:v0.3.6:golang_text/vendor/golang.org/x/text \ golang:tools:8287d5da45e4:golang_tools/vendor/golang.org/x/tools \ golang:xerrors:5ec99f83aff1:golang_xerrors/vendor/golang.org/x/xerrors \ golangci:check:cfe4005ccda2:golangci_check/vendor/github.com/golangci/check \ golangci:dupl:3e9179ac440a:golangci_dupl/vendor/github.com/golangci/dupl \ golangci:go-misc:927a3d87b613:golangci_go_misc/vendor/github.com/golangci/go-misc \ golangci:gofmt:244bba706f1a:golangci_gofmt/vendor/github.com/golangci/gofmt \ golangci:golangci-lint:v1.40.1:golangci_golangci_lint/vendor/github.com/golangci/golangci-lint \ golangci:lint-1:297bf364a8e0:golangci_lint_1/vendor/github.com/golangci/lint-1 \ golangci:maligned:b1d89398deca:golangci_maligned/vendor/github.com/golangci/maligned \ golangci:misspell:v0.3.5:golangci_misspell/vendor/github.com/golangci/misspell \ golangci:revgrep:cd28932614b5:golangci_revgrep/vendor/github.com/golangci/revgrep \ golangci:unconvert:28b1c447d1f4:golangci_unconvert/vendor/github.com/golangci/unconvert \ google:go-cmp:v0.5.5:google_go_cmp/vendor/github.com/google/go-cmp \ google:go-github:v17.0.0:google_go_github/vendor/github.com/google/go-github \ google:go-querystring:v1.0.0:google_go_querystring/vendor/github.com/google/go-querystring \ gordonklaus:ineffassign:2e10b2664254:gordonklaus_ineffassign/vendor/github.com/gordonklaus/ineffassign \ gostaticanalysis:analysisutil:v0.4.1:gostaticanalysis_analysisutil/vendor/github.com/gostaticanalysis/analysisutil \ gostaticanalysis:comment:v1.4.1:gostaticanalysis_comment/vendor/github.com/gostaticanalysis/comment \ gostaticanalysis:forcetypeassert:01d4955beaa5:gostaticanalysis_forcetypeassert/vendor/github.com/gostaticanalysis/forcetypeassert \ gostaticanalysis:nilerr:v0.1.1:gostaticanalysis_nilerr/vendor/github.com/gostaticanalysis/nilerr \ hashicorp:errwrap:v1.0.0:hashicorp_errwrap/vendor/github.com/hashicorp/errwrap \ hashicorp:go-multierror:v1.1.1:hashicorp_go_multierror/vendor/github.com/hashicorp/go-multierror \ hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ jessevdk:go-flags:v1.5.0:jessevdk_go_flags/vendor/github.com/jessevdk/go-flags \ jgautheron:goconst:v1.4.0:jgautheron_goconst/vendor/github.com/jgautheron/goconst \ jingyugao:rowserrcheck:d907ca737bb1:jingyugao_rowserrcheck/vendor/github.com/jingyugao/rowserrcheck \ jirfag:go-printf-func-name:7558a9eaa5af:jirfag_go_printf_func_name/vendor/github.com/jirfag/go-printf-func-name \ jpillora:backoff:3050d21c67d7:jpillora_backoff/vendor/github.com/jpillora/backoff \ julz:importas:841f0c0fe66d:julz_importas/vendor/github.com/julz/importas \ kisielk:errcheck:v1.6.0:kisielk_errcheck/vendor/github.com/kisielk/errcheck \ kisielk:gotool:v1.0.0:kisielk_gotool/vendor/github.com/kisielk/gotool \ kulti:thelper:v0.4.0:kulti_thelper/vendor/github.com/kulti/thelper \ kunwardeep:paralleltest:v1.0.2:kunwardeep_paralleltest/vendor/github.com/kunwardeep/paralleltest \ kyoh86:exportloopref:v0.1.8:kyoh86_exportloopref/vendor/github.com/kyoh86/exportloopref \ ldez:gomoddirectives:v0.2.1:ldez_gomoddirectives/vendor/github.com/ldez/gomoddirectives \ ldez:tagliatelle:v0.2.0:ldez_tagliatelle/vendor/github.com/ldez/tagliatelle \ leighmcculloch:gochecknoglobals:acfc0b28355a:leighmcculloch_gochecknoglobals/vendor/4d63.com/gochecknoglobals \ mackerelio:checkers:60cbd7b55456:mackerelio_checkers/vendor/github.com/mackerelio/checkers \ mackerelio:go-check-plugins:v0.39.3:mackerelio_go_check_plugins/vendor/github.com/mackerelio/go-check-plugins \ mackerelio:go-mackerel-plugin-helper:v0.1.0:mackerelio_go_mackerel_plugin_helper/vendor/github.com/mackerelio/go-mackerel-plugin-helper \ mackerelio:go-mackerel-plugin:v0.1.1:mackerelio_go_mackerel_plugin/vendor/github.com/mackerelio/go-mackerel-plugin \ mackerelio:go-osstat:v0.2.0:mackerelio_go_osstat/vendor/github.com/mackerelio/go-osstat \ mackerelio:golib:v1.2.0:mackerelio_golib/vendor/github.com/mackerelio/golib \ mackerelio:mackerel-agent-plugins:v0.64.2:mackerelio_mackerel_agent_plugins/vendor/github.com/mackerelio/mackerel-agent-plugins \ mackerelio:mackerel-client-go:v0.17.0:mackerelio_mackerel_client_go/vendor/github.com/mackerelio/mackerel-client-go \ mackerelio:mkr:v0.45.1:mackerelio_mkr/vendor/github.com/mackerelio/mkr \ magiconair:properties:v1.8.1:magiconair_properties/vendor/github.com/magiconair/properties \ maratori:testpackage:v1.0.1:maratori_testpackage/vendor/github.com/maratori/testpackage \ matoous:godox:6504466cf951:matoous_godox/vendor/github.com/matoous/godox \ mattn:go-colorable:v0.1.8:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-encoding:v0.0.2:mattn_go_encoding/vendor/github.com/mattn/go-encoding \ mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-runewidth:v0.0.9:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ mattn:go-zglob:v0.0.3:mattn_go_zglob/vendor/github.com/mattn/go-zglob \ mattn:goveralls:v0.0.9:mattn_goveralls/vendor/github.com/mattn/goveralls \ matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ mbilski:exhaustivestruct:v1.2.0:mbilski_exhaustivestruct/vendor/github.com/mbilski/exhaustivestruct \ mgechev:dots:c36f7dcfbb81:mgechev_dots/vendor/github.com/mgechev/dots \ mgechev:revive:v1.0.6:mgechev_revive/vendor/github.com/mgechev/revive \ mholt:archiver:v3.1.1:mholt_archiver/vendor/github.com/mholt/archiver \ mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ mitchellh:mapstructure:v1.1.2:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ moricho:tparallel:v0.2.1:moricho_tparallel/vendor/github.com/moricho/tparallel \ motemen:go-cli:9961a876eb5f:motemen_go_cli/vendor/github.com/motemen/go-cli \ motemen:go-colorine:45d19169413a:motemen_go_colorine/vendor/github.com/motemen/go-colorine \ mvdan:gofumpt:v0.1.1:mvdan_gofumpt/vendor/mvdan.cc/gofumpt \ mvdan:interfacer:c20040233aed:mvdan_interfacer/vendor/mvdan.cc/interfacer \ mvdan:lint:adc824a0674b:mvdan_lint/vendor/mvdan.cc/lint \ mvdan:unparam:aac4ce9116a7:mvdan_unparam/vendor/mvdan.cc/unparam \ nakabonne:nestif:v0.3.0:nakabonne_nestif/vendor/github.com/nakabonne/nestif \ natefinch:atomic:a62ce929ffcc:natefinch_atomic/vendor/github.com/natefinch/atomic \ nbutton23:zxcvbn-go:fa2cb2858354:nbutton23_zxcvbn_go/vendor/github.com/nbutton23/zxcvbn-go \ nishanths:exhaustive:v0.1.0:nishanths_exhaustive/vendor/github.com/nishanths/exhaustive \ nishanths:predeclared:v0.2.1:nishanths_predeclared/vendor/github.com/nishanths/predeclared \ nwaples:rardecode:v1.0.0:nwaples_rardecode/vendor/github.com/nwaples/rardecode \ olekukonko:tablewriter:v0.0.5:olekukonko_tablewriter/vendor/github.com/olekukonko/tablewriter \ pelletier:go-toml:v1.2.0:pelletier_go_toml/vendor/github.com/pelletier/go-toml \ phayes:checkstyle:bfd46e6a821d:phayes_checkstyle/vendor/github.com/phayes/checkstyle \ pierrec:lz4:v2.4.0:pierrec_lz4/vendor/github.com/pierrec/lz4 \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ polyfloyd:go-errorlint:74da32850375:polyfloyd_go_errorlint/vendor/github.com/polyfloyd/go-errorlint \ prometheus:client_golang:v1.7.1:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ prometheus:client_model:v0.2.0:prometheus_client_model/vendor/github.com/prometheus/client_model \ prometheus:common:v0.10.0:prometheus_common/vendor/github.com/prometheus/common \ prometheus:procfs:v0.1.3:prometheus_procfs/vendor/github.com/prometheus/procfs \ protocolbuffers:protobuf-go:v1.25.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ quasilyte:go-ruleguard:v0.3.4:quasilyte_go_ruleguard/vendor/github.com/quasilyte/go-ruleguard \ quasilyte:regex:30656e2c4a95:quasilyte_regex_syntax/vendor/github.com/quasilyte/regex \ russross:blackfriday:v2.0.1:russross_blackfriday_v2/vendor/github.com/russross/blackfriday/v2 \ ryancurrah:gomodguard:v1.2.0:ryancurrah_gomodguard/vendor/github.com/ryancurrah/gomodguard \ ryanrolds:sqlclosecheck:v0.3.0:ryanrolds_sqlclosecheck/vendor/github.com/ryanrolds/sqlclosecheck \ sanposhiho:wastedassign:v1.0.0:sanposhiho_wastedassign/vendor/github.com/sanposhiho/wastedassign \ securego:gosec:v2.7.0:securego_gosec_v2/vendor/github.com/securego/gosec/v2 \ sergi:go-diff:v1.1.0:sergi_go_diff/vendor/github.com/sergi/go-diff \ shazow:go-diff:b6b7b6733b8c:shazow_go_diff/vendor/github.com/shazow/go-diff \ shirou:gopsutil:v2.20.9:shirou_gopsutil/vendor/github.com/shirou/gopsutil \ shurcooL:sanitized_anchor_name:v1.0.0:shurcool_sanitized_anchor_name/vendor/github.com/shurcooL/sanitized_anchor_name \ sirupsen:logrus:v1.8.1:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ sonatard:noctx:v0.0.1:sonatard_noctx/vendor/github.com/sonatard/noctx \ sourcegraph:go-diff:v0.6.1:sourcegraph_go_diff/vendor/github.com/sourcegraph/go-diff \ spf13:afero:v1.1.2:spf13_afero/vendor/github.com/spf13/afero \ spf13:cast:v1.3.0:spf13_cast/vendor/github.com/spf13/cast \ spf13:cobra:v1.1.3:spf13_cobra/vendor/github.com/spf13/cobra \ spf13:jwalterweatherman:v1.0.0:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ spf13:viper:v1.7.1:spf13_viper/vendor/github.com/spf13/viper \ ssgreg:nlreturn:v2.1.0:ssgreg_nlreturn_v2/vendor/github.com/ssgreg/nlreturn/v2 \ stretchr:objx:v0.2.0:stretchr_objx/vendor/github.com/stretchr/objx \ stretchr:testify:v1.7.0:stretchr_testify/vendor/github.com/stretchr/testify \ subosito:gotenv:v1.2.0:subosito_gotenv/vendor/github.com/subosito/gotenv \ tcnksm:go-gitconfig:v0.1.2:tcnksm_go_gitconfig/vendor/github.com/tcnksm/go-gitconfig \ tdakkota:asciicheck:e657995f937b:tdakkota_asciicheck/vendor/github.com/tdakkota/asciicheck \ tetafro:godot:v1.4.6:tetafro_godot/vendor/github.com/tetafro/godot \ timakin:bodyclose:cb6215831a94:timakin_bodyclose/vendor/github.com/timakin/bodyclose \ tomarrell:wrapcheck:v2.1.0:tomarrell_wrapcheck_v2/vendor/github.com/tomarrell/wrapcheck/v2 \ tommy-muehle:go-mnd:v2.3.2:tommy_muehle_go_mnd_v2/vendor/github.com/tommy-muehle/go-mnd/v2 \ ulikunitz:xz:v0.5.6:ulikunitz_xz/vendor/github.com/ulikunitz/xz \ ultraware:funlen:v0.0.3:ultraware_funlen/vendor/github.com/ultraware/funlen \ ultraware:whitespace:v0.0.4:ultraware_whitespace/vendor/github.com/ultraware/whitespace \ urfave:cli:v1.22.5:urfave_cli/vendor/github.com/urfave/cli \ uudashr:gocognit:v1.0.1:uudashr_gocognit/vendor/github.com/uudashr/gocognit \ xi2:xz:48954b6210f8:xi2_xz/vendor/github.com/xi2/xz \ yeya24:promlinter:v0.1.0:yeya24_promlinter/vendor/github.com/yeya24/promlinter \ yudai:gojsondiff:v1.0.0:yudai_gojsondiff/vendor/github.com/yudai/gojsondiff \ yudai:golcs:ecda9a501e82:yudai_golcs/vendor/github.com/yudai/golcs post-patch: ${REINPLACE_CMD} -e "s|/etc|${PREFIX}/etc|" ${WRKSRC}/config/config_unix.go post-stage: ${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/mackerel-agent.sample.conf ${STAGEDIR}${ETCDIR} ${MV} ${STAGEDIR}${ETCDIR}/mackerel-agent.sample.conf \ ${STAGEDIR}${ETCDIR}/mackerel-agent.conf.sample .include diff --git a/sysutils/nvme-cli/Makefile b/sysutils/nvme-cli/Makefile index 170a8a3520f6..ad0aab3a4900 100644 --- a/sysutils/nvme-cli/Makefile +++ b/sysutils/nvme-cli/Makefile @@ -1,26 +1,24 @@ # Created by: imp PORTNAME= nvme-cli PORTVERSION= 1.8.1 CATEGORIES= sysutils MAINTAINER= imp@FreeBSD.org COMMENT= Port of Linux nvme cli utility LICENSE= GPLv2 # only tested on amd64, all other archs are no-go until we're sure amd64 works. # And there's plenty in amd64 that compiles, but won't run (eg using /sys/, etc) ONLY_FOR_ARCHS= amd64 BROKEN_FreeBSD_11= Uses newer API than in 11.x USES= gmake - -PLIST_FILES= sbin/nvme - USE_GITHUB= yes GH_ACCOUNT= bsdimp -GH_PROJECT= nvme-cli GH_TAGNAME= c92d871 +PLIST_FILES= sbin/nvme + .include diff --git a/sysutils/oc/Makefile b/sysutils/oc/Makefile index 565a703c72a9..4ad31ac9a925 100644 --- a/sysutils/oc/Makefile +++ b/sysutils/oc/Makefile @@ -1,218 +1,217 @@ # Created by: John Hixson PORTNAME= oc PORTVERSION= 4.9 DISTVERSIONPREFIX= release- CATEGORIES= sysutils MAINTAINER= jhixson@freebsd.org COMMENT= OpenShift Command Line LICENSE= APACHE20 LICENSE_FILE= ${GO_WRKSRC}/LICENSE ONLY_FOR_ARCHS= amd64 USES= go:modules LIB_DEPENDS= libassuan.so:security/libassuan \ libgpg-error.so:security/libgpg-error \ libgpgme.so:security/gpgme PLIST_FILES= bin/oc USE_GITHUB= yes GH_ACCOUNT= openshift -GH_PROJECT= oc GH_SUBDIR= src/github.com/openshift/oc GIT_COMMIT= ddd7170fca667fef6397f5f27f7a5a41d7769b75 GH_TUPLE= \ AaronO:go-git-http:1d9485b3a98f:aarono_go_git_http/vendor/github.com/AaronO/go-git-http \ Azure:go-ansiterm:d185dfc1b5a1:azure_go_ansiterm/vendor/github.com/Azure/go-ansiterm \ Azure:go-autorest:79a63e70c4d8:azure_go_autorest_adal \ Azure:go-autorest:autorest/v0.11.18:azure_go_autorest_autorest \ Azure:go-autorest:b3a0b30a7423:azure_go_autorest_date \ Azure:go-autorest:logger/v0.2.1:azure_go_autorest_logger \ Azure:go-autorest:tracing/v0.6.0:azure_go_autorest_tracing \ Azure:go-autorest:v14.2.0:azure_go_autorest/vendor/github.com/Azure/go-autorest \ MakeNowJust:heredoc:bb23615498cd:makenowjust_heredoc/vendor/github.com/MakeNowJust/heredoc \ Microsoft:go-winio:v0.5.0:microsoft_go_winio/vendor/github.com/Microsoft/go-winio \ Microsoft:hcsshim:v0.8.20:microsoft_hcsshim/vendor/github.com/Microsoft/hcsshim \ PuerkitoBio:purell:v1.1.1:puerkitobio_purell/vendor/github.com/PuerkitoBio/purell \ PuerkitoBio:urlesc:de5bf2ad4578:puerkitobio_urlesc/vendor/github.com/PuerkitoBio/urlesc \ RangelReale:osincli:fababb0555f2:rangelreale_osincli/vendor/github.com/RangelReale/osincli \ alexbrainman:sspi:e580b900e9f5:alexbrainman_sspi/vendor/github.com/alexbrainman/sspi \ alicebob:sqlittle:v1.4.0:alicebob_sqlittle/vendor/github.com/alicebob/sqlittle \ aws:aws-sdk-go:v1.35.24:aws_aws_sdk_go/vendor/github.com/aws/aws-sdk-go \ beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \ blang:semver:v3.5.1:blang_semver/vendor/github.com/blang/semver \ census-instrumentation:opencensus-go:v0.22.3:census_instrumentation_opencensus_go/vendor/go.opencensus.io \ cespare:xxhash:v2.1.1:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \ chai2010:gettext-go:c6fed771bfd5:chai2010_gettext_go/vendor/github.com/chai2010/gettext-go \ containerd:cgroups:v1.0.1:containerd_cgroups/vendor/github.com/containerd/cgroups \ containerd:containerd:v1.5.1:containerd_containerd/vendor/github.com/containerd/containerd \ containerd:continuity:v0.1.0:containerd_continuity/vendor/github.com/containerd/continuity \ containers:image:v5.15.0:containers_image_v5/vendor/github.com/containers/image/v5 \ containers:libtrust:14b96171aa3b:containers_libtrust/vendor/github.com/containers/libtrust \ containers:ocicrypt:v1.1.2:containers_ocicrypt/vendor/github.com/containers/ocicrypt \ containers:storage:v1.33.0:containers_storage/vendor/github.com/containers/storage \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ daviddengcn:go-colortext:511bcaf42ccd:daviddengcn_go_colortext/vendor/github.com/daviddengcn/go-colortext \ docker:distribution:v2.7.1:docker_distribution/vendor/github.com/docker/distribution \ docker:go-connections:v0.4.0:docker_go_connections/vendor/github.com/docker/go-connections \ docker:go-metrics:v0.0.1:docker_go_metrics/vendor/github.com/docker/go-metrics \ docker:go-units:v0.4.0:docker_go_units/vendor/github.com/docker/go-units \ docker:libtrust:aabc10ec26b7:docker_libtrust/vendor/github.com/docker/libtrust \ elazarl:goproxy:ecfe977594f1:elazarl_goproxy/vendor/github.com/elazarl/goproxy \ emicklei:go-restful:v2.9.5:emicklei_go_restful/vendor/github.com/emicklei/go-restful \ evanphx:json-patch:v4.11.0:evanphx_json_patch/vendor/github.com/evanphx/json-patch \ exponent-io:jsonpath:d6023ce2651d:exponent_io_jsonpath/vendor/github.com/exponent-io/jsonpath \ fatih:camelcase:v1.0.0:fatih_camelcase/vendor/github.com/fatih/camelcase \ form3tech-oss:jwt-go:v3.2.3:form3tech_oss_jwt_go/vendor/github.com/form3tech-oss/jwt-go \ fsnotify:fsnotify:v1.4.9:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ fsouza:go-dockerclient:v1.7.1:fsouza_go_dockerclient/vendor/github.com/fsouza/go-dockerclient \ fvbommel:sortorder:v1.0.1:fvbommel_sortorder/vendor/github.com/fvbommel/sortorder \ ghodss:yaml:v1.0.0:ghodss_yaml/vendor/github.com/ghodss/yaml \ go-asn1-ber:asn1-ber:f715ec2f112d:go_asn1_ber_asn1_ber/vendor/gopkg.in/asn1-ber.v1 \ go-errors:errors:v1.0.1:go_errors_errors/vendor/github.com/go-errors/errors \ go-git:gcfg:v1.5.0:go_git_gcfg/vendor/github.com/go-git/gcfg \ go-git:go-billy:v5.1.0:go_git_go_billy_v5/vendor/github.com/go-git/go-billy/v5 \ go-git:go-git:v5.3.0:go_git_go_git_v5/vendor/github.com/go-git/go-git/v5 \ go-inf:inf:v0.9.1:go_inf_inf/vendor/gopkg.in/inf.v0 \ go-ldap:ldap:v2.5.1:go_ldap_ldap/vendor/gopkg.in/ldap.v2 \ go-logr:logr:v0.4.0:go_logr_logr/vendor/github.com/go-logr/logr \ go-openapi:jsonpointer:v0.19.5:go_openapi_jsonpointer/vendor/github.com/go-openapi/jsonpointer \ go-openapi:jsonreference:v0.19.5:go_openapi_jsonreference/vendor/github.com/go-openapi/jsonreference \ go-openapi:swag:v0.19.14:go_openapi_swag/vendor/github.com/go-openapi/swag \ go-warnings:warnings:v0.1.2:go_warnings_warnings/vendor/gopkg.in/warnings.v0 \ go-yaml:yaml:496545a6307b:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \ go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ gogo:protobuf:v1.3.2:gogo_protobuf/vendor/github.com/gogo/protobuf \ golang:appengine:v1.6.5:golang_appengine/vendor/google.golang.org/appengine \ golang:crypto:0c34fe9e7dc2:golang_crypto/vendor/golang.org/x/crypto \ golang:exp:6cc2880d07d6:golang_exp/vendor/golang.org/x/exp \ golang:groupcache:41bb18bfe9da:golang_groupcache/vendor/github.com/golang/groupcache \ golang:net:37e1c6afe023:golang_net/vendor/golang.org/x/net \ golang:oauth2:bf48bf16ab8d:golang_oauth2/vendor/golang.org/x/oauth2 \ golang:protobuf:v1.5.2:golang_protobuf/vendor/github.com/golang/protobuf \ golang:sync:036812b2e83c:golang_sync/vendor/golang.org/x/sync \ golang:sys:59db8d763f22:golang_sys/vendor/golang.org/x/sys \ golang:term:6a3ed077a48d:golang_term/vendor/golang.org/x/term \ golang:text:v0.3.6:golang_text/vendor/golang.org/x/text \ golang:time:f8bda1e9f3ba:golang_time/vendor/golang.org/x/time \ golang:tools:v0.1.2:golang_tools/vendor/golang.org/x/tools \ golangplus:testing:v1.0.0:golangplus_testing/vendor/github.com/golangplus/testing \ gonum:blas:f22b278b28ac:gonum_blas/vendor/github.com/gonum/blas \ gonum:floats:c233463c7e82:gonum_floats/vendor/github.com/gonum/floats \ gonum:graph:50b27dea7ebb:gonum_graph/vendor/github.com/gonum/graph \ gonum:internal:f884aa714029:gonum_internal/vendor/github.com/gonum/internal \ gonum:lapack:e4cdc5a0bff9:gonum_lapack/vendor/github.com/gonum/lapack \ gonum:mathext:8a4bf007ea55:gonum_mathext/vendor/github.com/gonum/mathext \ gonum:matrix:c518dec07be9:gonum_matrix/vendor/github.com/gonum/matrix \ gonum:stat:41a0da705a5b:gonum_stat/vendor/github.com/gonum/stat \ google:btree:v1.0.1:google_btree/vendor/github.com/google/btree \ google:go-cmp:v0.5.5:google_go_cmp/vendor/github.com/google/go-cmp \ google:go-genproto:f16073e35f0c:google_go_genproto/vendor/google.golang.org/genproto \ google:gofuzz:v1.1.0:google_gofuzz/vendor/github.com/google/gofuzz \ google:shlex:e7afc7fbc510:google_shlex/vendor/github.com/google/shlex \ google:starlark-go:8dd3e2ee1dd5:google_starlark_go/vendor/go.starlark.net \ google:uuid:v1.2.0:google_uuid/vendor/github.com/google/uuid \ googleapis:gnostic:v0.5.5:googleapis_gnostic/vendor/github.com/googleapis/gnostic \ googleapis:google-cloud-go:v0.54.0:googleapis_google_cloud_go/vendor/cloud.google.com/go \ gorilla:mux:v1.8.0:gorilla_mux/vendor/github.com/gorilla/mux \ gregjones:httpcache:9cad4c3443a7:gregjones_httpcache/vendor/github.com/gregjones/httpcache \ grpc:grpc-go:v1.38.0:grpc_grpc_go/vendor/google.golang.org/grpc \ imdario:mergo:v0.3.12:imdario_mergo/vendor/github.com/imdario/mergo \ inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ jbenet:go-context:d14ea06fba99:jbenet_go_context/vendor/github.com/jbenet/go-context \ jmespath:go-jmespath:v0.4.0:jmespath_go_jmespath/vendor/github.com/jmespath/go-jmespath \ joelanford:ignore:63d4919d8fb2:joelanford_ignore/vendor/github.com/joelanford/ignore \ jonboulle:clockwork:v0.2.2:jonboulle_clockwork/vendor/github.com/jonboulle/clockwork \ josharian:intern:v1.0.0:josharian_intern/vendor/github.com/josharian/intern \ json-iterator:go:v1.1.11:json_iterator_go/vendor/github.com/json-iterator/go \ kubernetes-sigs:kustomize:kyaml/v0.11.0:kubernetes_sigs_kustomize_2/vendor/github.com/kubernetes-sigs/kustomize/kyaml \ kubernetes-sigs:kustomize:api/v0.8.11:kubernetes_sigs_kustomize/vendor/github.com/kubernetes-sigs/kustomize/api \ kubernetes-sigs:kustomize:kustomize/v4.2.0:kubernetes_sigs_kustomize_1/vendor/github.com/kubernetes-sigs/kustomize/v4 \ kubernetes-sigs:structured-merge-diff:v4.1.2:kubernetes_sigs_structured_merge_diff/vendor/sigs.k8s.io/structured-merge-diff/v4 \ kubernetes-sigs:yaml:v1.2.0:kubernetes_sigs_yaml/vendor/sigs.k8s.io/yaml \ kubernetes:api:v0.22.0-rc.0:kubernetes_api/vendor/k8s.io/api \ kubernetes:apiserver:v0.22.0-rc.0:kubernetes_apiserver/vendor/k8s.io/apiserver \ kubernetes:component-base:v0.22.0-rc.0:kubernetes_component_base/vendor/k8s.io/component-base \ kubernetes:component-helpers:v0.22.0-rc.0:kubernetes_component_helpers/vendor/k8s.io/component-helpers \ kubernetes:klog:v2.9.0:kubernetes_klog/vendor/k8s.io/klog/v2 \ kubernetes:kube-openapi:95288971da7e:kubernetes_kube_openapi/vendor/k8s.io/kube-openapi \ kubernetes:metrics:v0.22.0-rc.0:kubernetes_metrics/vendor/k8s.io/metrics \ kubernetes:utils:4b05e18ac7d9:kubernetes_utils/vendor/k8s.io/utils \ liggitt:tabwriter:89fcab3d43de:liggitt_tabwriter/vendor/github.com/liggitt/tabwriter \ lithammer:dedent:v1.1.0:lithammer_dedent/vendor/github.com/lithammer/dedent \ mailru:easyjson:v0.7.6:mailru_easyjson/vendor/github.com/mailru/easyjson \ matttproud:golang_protobuf_extensions:c182affec369:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ mitchellh:go-wordwrap:v1.0.0:mitchellh_go_wordwrap/vendor/github.com/mitchellh/go-wordwrap \ moby:buildkit:c3a857e3fca0:moby_buildkit/vendor/github.com/moby/buildkit \ moby:moby:v20.10.3:moby_moby/vendor/github.com/docker/docker \ moby:spdystream:v0.2.0:moby_spdystream/vendor/github.com/moby/spdystream \ moby:sys:mount/v0.2.0:moby_sys_mount/vendor/github.com/moby/sys \ moby:sys:mountinfo/v0.4.1:moby_sys_mountinfo \ moby:term:9d4ed1856297:moby_term/vendor/github.com/moby/term \ modern-go:concurrent:bacd9c7ef1dd:modern_go_concurrent/vendor/github.com/modern-go/concurrent \ modern-go:reflect2:v1.0.1:modern_go_reflect2/vendor/github.com/modern-go/reflect2 \ monochromegane:go-gitignore:205db1a8cc00:monochromegane_go_gitignore/vendor/github.com/monochromegane/go-gitignore \ morikuni:aec:v1.0.0:morikuni_aec/vendor/github.com/morikuni/aec \ mtrmac:gpgme:v0.1.2:mtrmac_gpgme/vendor/github.com/mtrmac/gpgme \ mxk:go-flowrate:cca7078d478f:mxk_go_flowrate/vendor/github.com/mxk/go-flowrate \ opencontainers:go-digest:v1.0.0:opencontainers_go_digest/vendor/github.com/opencontainers/go-digest \ opencontainers:image-spec:775207bd45b6:opencontainers_image_spec/vendor/github.com/opencontainers/image-spec \ opencontainers:runc:v1.0.1:opencontainers_runc/vendor/github.com/opencontainers/runc \ opencontainers:runtime-spec:1c3f411f0417:opencontainers_runtime_spec/vendor/github.com/opencontainers/runtime-spec \ openshift:api:85e1d547cdee:openshift_api/vendor/github.com/openshift/api \ openshift:build-machinery-go:1bb7fd1518d3:openshift_build_machinery_go/vendor/github.com/openshift/build-machinery-go \ openshift:client-go:1811c1b3fc0e:openshift_client_go/vendor/github.com/openshift/client-go \ openshift:gssapi:5fb4217df13b:openshift_gssapi/vendor/github.com/apcera/gssapi \ openshift:kubernetes-apimachinery:c26349f8e2c9:openshift_kubernetes_apimachinery/vendor/k8s.io/apimachinery \ openshift:kubernetes-cli-runtime:1570202448c3:openshift_kubernetes_cli_runtime/vendor/k8s.io/cli-runtime \ openshift:kubernetes-kubectl:9c6734b9d97d:openshift_kubernetes_kubectl/vendor/k8s.io/kubectl \ openshift:library-go:f3b4cc9813a9:openshift_library_go/vendor/github.com/openshift/library-go \ peterbourgon:diskv:v2.0.1:peterbourgon_diskv/vendor/github.com/peterbourgon/diskv \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ pkg:profile:v1.3.0:pkg_profile/vendor/github.com/pkg/profile \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ prometheus:client_golang:v1.11.0:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ prometheus:client_model:v0.2.0:prometheus_client_model/vendor/github.com/prometheus/client_model \ prometheus:common:v0.26.0:prometheus_common/vendor/github.com/prometheus/common \ prometheus:procfs:v0.6.0:prometheus_procfs/vendor/github.com/prometheus/procfs \ protocolbuffers:protobuf-go:v1.26.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ russross:blackfriday:v1.5.2:russross_blackfriday/vendor/github.com/russross/blackfriday \ sirupsen:logrus:v1.8.1:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ spf13:cobra:v1.1.3:spf13_cobra/vendor/github.com/spf13/cobra \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ stretchr:testify:v1.7.0:stretchr_testify/vendor/github.com/stretchr/testify \ syndtr:gocapability:42c35b437635:syndtr_gocapability/vendor/github.com/syndtr/gocapability \ xeipuuv:gojsonpointer:02993c407bfb:xeipuuv_gojsonpointer/vendor/github.com/xeipuuv/gojsonpointer \ xlab:treeprint:a009c3971eca:xlab_treeprint/vendor/github.com/xlab/treeprint post-extract: @${RM} -r ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest @${RLN} ${WRKSRC_azure_go_autorest_autorest}/autorest ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest @${RM} -r ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest/adal @${RLN} ${WRKSRC_azure_go_autorest_adal}/autorest/adal ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest/adal @${RM} -r ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest/date @${RLN} ${WRKSRC_azure_go_autorest_date}/autorest/date ${WRKSRC}/vendor/github.com/Azure/go-autorest/autorest/date @${RM} -r ${WRKSRC}/vendor/github.com/Azure/go-autorest/logger @${RLN} ${WRKSRC_azure_go_autorest_logger}/logger ${WRKSRC}/vendor/github.com/Azure/go-autorest/logger @${RM} -r ${WRKSRC}/vendor/github.com/Azure/go-autorest/tracing @${RLN} ${WRKSRC_azure_go_autorest_tracing}/tracing ${WRKSRC}/vendor/github.com/Azure/go-autorest/tracing @${RM} -r ${WRKSRC}/vendor/github.com/moby/sys/mountinfo @${RLN} ${WRKSRC_moby_sys_mountinfo}/mountinfo ${WRKSRC}/vendor/github.com/moby/sys/mountinfo GO_BUILDFLAGS= -ldflags="-s -w \ -X github.com/openshift/oc/pkg/version.commitFromGit=${DISTVERSIONPREFIX}${PORTVERSION} \ -X github.com/openshift/oc/pkg/version.versionFromGit=${PORTVERSION} \ -X github.com/openshift/oc/pkg/version.majorFromGit=${PORTVERSION:S/\.[0-9]+$//} \ -X github.com/openshift/oc/pkg/version.miniorFromGit=${PORTVERSION:S/^[0-9]+\.//} \ -X github.com/openshift/oc/pkg/version.gitTreeState=dirty" GO_TARGET= ./cmd/${PORTNAME} .include diff --git a/sysutils/openzfs-kmod/Makefile b/sysutils/openzfs-kmod/Makefile index cf9884c5ab7d..bdcc19845418 100644 --- a/sysutils/openzfs-kmod/Makefile +++ b/sysutils/openzfs-kmod/Makefile @@ -1,75 +1,74 @@ PORTNAME= openzfs PORTVERSION= 2021073000 DISTVERSIONPREFIX= v CATEGORIES= sysutils PKGNAMESUFFIX?= -kmod MAINTAINER= freqlabs@FreeBSD.org COMMENT= OpenZFS kernel module for FreeBSD LICENSE= CDDL BROKEN_i386= build fails USES= cpe kmod USE_GITHUB= yes -GH_ACCOUNT= openzfs GH_PROJECT= zfs GH_TAGNAME= 7eebcd2be KMODTARGET?= openzfs.ko PLIST_FILES= ${KMODDIR}/${KMODTARGET} OPTIONS_DEFINE= DEBUG INVARIANTS GCOV OPTIONS_SUB= yes GCOV_DESC= Build kernel module with GCOV support (Requires gcc) INVARIANTS_DESC= Build kernel module with INVARIANTS INVARIANTS_IMPLIES= DEBUG .include .if (${OSVERSION} < 1200504) || (${OSVERSION} >= 1300000 && ${OSVERSION} < 1300013) IGNORE= needs FreeBSD 12/13 with AES-CCM support .endif .if ${OSVERSION} >= 1300000 OPTIONS_DEFAULT= DEBUG INVARIANTS .endif MAKE_OPTS+= SYSDIR=${SRC_BASE}/sys .if ${PORT_OPTIONS:MDEBUG} MAKE_OPTS+= WITH_DEBUG=true PLIST_FILES+= ${KMODDIR}/${KMODTARGET}.debug .endif .if ${PORT_OPTIONS:MINVARIANTS} MAKE_OPTS+= WITH_INVARIANTS=true .endif .if ${PORT_OPTIONS:MGCOV} USE_GCC= yes MAKE_OPTS+= WITH_GCOV=true .endif ZFS_META_GITREV= ${GH_PROJECT}-${GH_TAGNAME} ZFS_META_RELEASE= ${GH_PROJECT}_${GH_TAGNAME} ZFS_META_VERSION= ${DISTVERSIONPREFIX}${PORTVERSION} post-patch: ${ECHO} '#define ZFS_META_GITREV "${ZFS_META_GITREV}"' > ${WRKSRC}/include/zfs_gitrev.h ${ECHO} '#define ZFS_META_RELEASE "${ZFS_META_RELEASE}"' > ${WRKSRC}/zfs_config.h ${ECHO} '#define ZFS_META_VERSION "${ZFS_META_VERSION}"' >> ${WRKSRC}/zfs_config.h do-build: (cd ${WRKSRC}/module/ && make -f Makefile.bsd CC=${CC} ${MAKE_OPTS}) do-install: ${INSTALL} ${WRKSRC}/module/openzfs.ko ${STAGEDIR}${KMODDIR}/${KMODTARGET} .if ${PORT_OPTIONS:MDEBUG} ${INSTALL} ${WRKSRC}/module/openzfs.ko.debug ${STAGEDIR}${KMODDIR}/${KMODTARGET}.debug .endif .include diff --git a/sysutils/openzfs/Makefile b/sysutils/openzfs/Makefile index 47f047dad966..880604355d5d 100644 --- a/sysutils/openzfs/Makefile +++ b/sysutils/openzfs/Makefile @@ -1,54 +1,53 @@ PORTNAME= openzfs PORTVERSION= 2021073000 DISTVERSIONPREFIX= v CATEGORIES= sysutils MAINTAINER= freqlabs@FreeBSD.org COMMENT= OpenZFS userland for FreeBSD LICENSE= CDDL BROKEN_aarch64= invokes x86 assembler BROKEN_riscv64= fails to compile: btree_test.c:462:49: result of comparison of constant -1 with expression of type 'char' is always true RUN_DEPENDS= openzfs-kmod>=0:sysutils/openzfs-kmod USES+= autoreconf:build cpe libtool gmake gettext-runtime python:3.3+,build shebangfix GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --with-config="user" OPTIONS_DEFINE= DEBUG PYTHON TESTS PYTHON_DESC= Build the pyzfs library, arc_summary, arcstat, and dbufstat utilities TESTS_DESC= Install the ZFS Test Suite OPTIONS_SUB= yes USE_GITHUB= yes -GH_ACCOUNT= openzfs GH_PROJECT= zfs GH_TAGNAME= 7eebcd2be .include .if (${OSVERSION} < 1200504) || (${OSVERSION} >= 1300000 && ${OSVERSION} < 1300013) IGNORE= needs FreeBSD 12/13 with AES-CCM support .endif .if ${PORT_OPTIONS:MDEBUG} CONFIGURE_ARGS+= --enable-debug --enable-debuginfo .endif .if ${PORT_OPTIONS:MPYTHON} CONFIGURE_ARGS+= --with-python=${PYTHON_VER} BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi@${PY_FLAVOR} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi@${PY_FLAVOR} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sysctl>0:devel/py-sysctl@${PY_FLAVOR} .else CONFIGURE_ARGS+= --without-python .endif pre-configure: cd ${WRKSRC} && ./autogen.sh .include diff --git a/sysutils/pax-utils/Makefile b/sysutils/pax-utils/Makefile index d07648321cc3..54d3289ebbe8 100644 --- a/sysutils/pax-utils/Makefile +++ b/sysutils/pax-utils/Makefile @@ -1,47 +1,45 @@ # Created by: Timothy Redaelli PORTNAME= pax-utils PORTVERSION= 1.3.2 DISTVERSIONPREFIX= v CATEGORIES= sysutils MAINTAINER= sbz@FreeBSD.org COMMENT= Various ELF related utils for ELF32, ELF64 binaries LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= xmlto:textproc/xmlto USES= gmake tar:xz USE_GITHUB= yes - GH_ACCOUNT= gentoo -GH_PROJECT= pax-utils PLIST_FILES= bin/dumpelf \ bin/pspax \ bin/scanelf \ bin/scanmacho \ man/man1/dumpelf.1.gz \ man/man1/pspax.1.gz \ man/man1/scanelf.1.gz \ man/man1/scanmacho.1.gz PORTDOCS= BUGS COPYING README.md TODO OPTIONS_DEFINE= DOCS pre-install: @(cd ${WRKSRC}/man; ${GMAKE} man) do-install: .for f in dumpelf pspax scanelf scanmacho ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man/${f}.1 ${STAGEDIR}${PREFIX}/man/man1 .endfor do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include diff --git a/sysutils/pc-networkmanager/Makefile b/sysutils/pc-networkmanager/Makefile index dacb0a5fa167..71a85b655fb9 100644 --- a/sysutils/pc-networkmanager/Makefile +++ b/sysutils/pc-networkmanager/Makefile @@ -1,33 +1,32 @@ PORTNAME= pc-networkmanager PORTVERSION= 201710031301 PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= jt@ixsystems.com COMMENT= TrueOS Qt based network manager LICENSE= BSD2CLAUSE ONLY_FOR_ARCHS= amd64 LIB_DEPENDS= libtrueos-ui.so:sysutils/trueos-libqt5 MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} MAKE_JOBS_UNSAFE= yes USES= gl qmake qt:5 shebangfix tar:xz SHEBANG_FILES= src/NetworkManager/resources/umts_stick USE_LDCONFIG= yes USE_QT= core gui network svg linguist \ buildtools x11extras widgets USE_GL+= gl QMAKE_ARGS= CONFIG+="configure" USE_GITHUB= yes GH_ACCOUNT= trueos -GH_PROJECT= pc-networkmanager GH_TAGNAME= ae50abf3ba522a7685f275157455f6d424453bb2 .include diff --git a/sysutils/py-python-nomad/Makefile b/sysutils/py-python-nomad/Makefile index 18ca58c04a6d..e538b9d422b8 100644 --- a/sysutils/py-python-nomad/Makefile +++ b/sysutils/py-python-nomad/Makefile @@ -1,23 +1,20 @@ PORTNAME= python-nomad PORTVERSION= 1.2.1 CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= jhixson@FreeBSD.org COMMENT= Python client for nomad LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.20.0:www/py-requests@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.20.0:www/py-requests@${PY_FLAVOR} -USES= python:3.3+ - +USES= python USE_GITHUB= yes GH_ACCOUNT= jrxFive -GH_PROJECT= python-nomad - -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include diff --git a/sysutils/py-tarsnapper/Makefile b/sysutils/py-tarsnapper/Makefile index b62c0fc06a06..6d6b631716b2 100644 --- a/sysutils/py-tarsnapper/Makefile +++ b/sysutils/py-tarsnapper/Makefile @@ -1,27 +1,26 @@ # Created by: philip@FreeBSD.org PORTNAME= tarsnapper PORTVERSION= 0.4 CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= philip@FreeBSD.org COMMENT= Tarsnap wrapper which expires backups using a gfs-scheme LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= python:3.6+ USE_PYTHON= distutils autoplist USE_GITHUB= yes GH_ACCOUNT= miracle2k -GH_PROJECT= tarsnapper RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyaml>0:textproc/py-pyaml@${PY_FLAVOR} \ tarsnap>=0:sysutils/tarsnap .include diff --git a/sysutils/sensu-go/Makefile b/sysutils/sensu-go/Makefile index 41256b7e47a3..1d680c070ef9 100644 --- a/sysutils/sensu-go/Makefile +++ b/sysutils/sensu-go/Makefile @@ -1,61 +1,60 @@ PORTNAME= sensu-go DISTVERSION= 5.11.1 PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= jp+ports@supplntr.io COMMENT= Ephemeral infrastructure and distributed applications monitoring LICENSE= APACHE20 ONLY_FOR_ARCHS= amd64 i386 BUILD_DEPENDS= bash:shells/bash USES= go USE_GITHUB= yes -GH_PROJECT= sensu-go GH_ACCOUNT= sensu GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} OPTIONS_DEFINE= SENSU_AGENT SENSU_CLI SENSU_BE OPTIONS_DEFAULT= SENSU_AGENT OPTIONS_SUB= yes SENSU_AGENT_DESC= Install sensu-agent daemon SENSU_AGENT_VARS= GO_TARGETS+=agent GO_BIN_TARGETS+=sensu-agent \ USE_RC_SUBR+=sensu-agent SENSU_CLI_DESC= Install sensuctl binary SENSU_CLI_VARS= GO_TARGETS+=cli GO_BIN_TARGETS+=sensuctl SENSU_BE_DESC= Install sensu-backend daemon (unsupported) SENSU_BE_VARS= GO_TARGETS+=backend GO_BIN_TARGETS+=sensu-backend \ USE_RC_SUBR+=sensu-backend SENSU_BE_BROKEN= Currently not tested under FreeBSD .include post-patch: @${REINPLACE_CMD} '/git rev/d' ${WRKSRC}/build.sh @${REINPLACE_CMD} '/exec.Command("git"/d' ${WRKSRC}/version/cmd/version/version.go do-build: .for GO_TARGET in ${GO_TARGETS} @(cd ${GO_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GO_ENV} ./build.sh build_${GO_TARGET}) .endfor do-install: .for GO_BIN_TARGET in ${GO_BIN_TARGETS} ${INSTALL_PROGRAM} ${GO_WRKSRC}/target/freebsd-${ARCH:S/^i//}/${GO_BIN_TARGET} ${STAGEDIR}${PREFIX}/bin .endfor post-install-SENSU_AGENT-on: ${INSTALL_DATA} ${PATCHDIR}/sensu-agent.yml.sample \ ${STAGEDIR}${PREFIX}/etc/sensu-agent.yml.sample post-install-SENSU_BE-on: ${INSTALL_DATA} ${PATCHDIR}/sensu-backend.yml.sample \ ${STAGEDIR}${PREFIX}/etc/sensu-backend.yml.sample .include diff --git a/sysutils/terraform-docs/Makefile b/sysutils/terraform-docs/Makefile index 540715390af9..61d7f7b4e348 100644 --- a/sysutils/terraform-docs/Makefile +++ b/sysutils/terraform-docs/Makefile @@ -1,73 +1,70 @@ PORTNAME= terraform-docs DISTVERSION= 0.15.0 DISTVERSIONPREFIX= v CATEGORIES= sysutils textproc MAINTAINER= 0xdutra@gmail.com COMMENT= Generate documentation from Terraform modules LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:modules - +USES= go:modules USE_GITHUB= yes -GH_ACCOUNT= terraform-docs - GH_TUPLE= \ BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \ agext:levenshtein:v1.2.2:agext_levenshtein/vendor/github.com/agext/levenshtein \ apparentlymart:go-textseg:v13.0.0:apparentlymart_go_textseg_v13/vendor/github.com/apparentlymart/go-textseg/v13 \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ dominikh:go-tools:v0.2.0:dominikh_go_tools/vendor/honnef.co/go/tools \ fatih:color:v1.7.0:fatih_color/vendor/github.com/fatih/color \ fsnotify:fsnotify:v1.4.9:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ go-ini:ini:v1.62.0:go_ini_ini/vendor/gopkg.in/ini.v1 \ go-yaml:yaml:496545a6307b:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \ go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ golang:mod:v0.4.2:golang_mod/vendor/golang.org/x/mod \ golang:net:a5a99cb37ef4:golang_net/vendor/golang.org/x/net \ golang:protobuf:v1.5.2:golang_protobuf/vendor/github.com/golang/protobuf \ golang:sys:977fb7262007:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.5:golang_text/vendor/golang.org/x/text \ golang:tools:v0.1.2:golang_tools/vendor/golang.org/x/tools \ golang:xerrors:5ec99f83aff1:golang_xerrors/vendor/golang.org/x/xerrors \ google:go-cmp:v0.5.5:google_go_cmp/vendor/github.com/google/go-cmp \ google:go-genproto:f16073e35f0c:google_go_genproto/vendor/google.golang.org/genproto \ grpc:grpc-go:v1.38.0:grpc_grpc_go/vendor/google.golang.org/grpc \ hashicorp:go-hclog:v0.15.0:hashicorp_go_hclog/vendor/github.com/hashicorp/go-hclog \ hashicorp:go-plugin:v1.4.2:hashicorp_go_plugin/vendor/github.com/hashicorp/go-plugin \ hashicorp:go-version:v1.3.0:hashicorp_go_version/vendor/github.com/hashicorp/go-version \ hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ hashicorp:hcl:v2.10.1:hashicorp_hcl_v2/vendor/github.com/hashicorp/hcl/v2 \ hashicorp:yamux:3520598351bb:hashicorp_yamux/vendor/github.com/hashicorp/yamux \ iancoleman:orderedmap:v0.2.0:iancoleman_orderedmap/vendor/github.com/iancoleman/orderedmap \ imdario:mergo:v0.3.12:imdario_mergo/vendor/github.com/imdario/mergo \ inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ magiconair:properties:v1.8.5:magiconair_properties/vendor/github.com/magiconair/properties \ mattn:go-colorable:v0.1.4:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.10:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ mitchellh:go-testing-interface:v1.0.0:mitchellh_go_testing_interface/vendor/github.com/mitchellh/go-testing-interface \ mitchellh:go-wordwrap:v1.0.0:mitchellh_go_wordwrap/vendor/github.com/mitchellh/go-wordwrap \ mitchellh:mapstructure:v1.4.1:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ mvdan:xurls:v2.3.0:mvdan_xurls/vendor/mvdan.cc/xurls/v2 \ oklog:run:v1.0.0:oklog_run/vendor/github.com/oklog/run \ pelletier:go-toml:v1.9.3:pelletier_go_toml/vendor/github.com/pelletier/go-toml \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ protocolbuffers:protobuf-go:v1.26.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ spf13:afero:v1.6.0:spf13_afero/vendor/github.com/spf13/afero \ spf13:cast:v1.3.1:spf13_cast/vendor/github.com/spf13/cast \ spf13:cobra:v1.2.1:spf13_cobra/vendor/github.com/spf13/cobra \ spf13:jwalterweatherman:v1.1.0:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ spf13:viper:v1.8.1:spf13_viper/vendor/github.com/spf13/viper \ stretchr:testify:v1.7.0:stretchr_testify/vendor/github.com/stretchr/testify \ subosito:gotenv:v1.2.0:subosito_gotenv/vendor/github.com/subosito/gotenv \ terraform-docs:plugin-sdk:49b620c0a2da:terraform_docs_plugin_sdk/vendor/github.com/terraform-docs/plugin-sdk \ terraform-docs:terraform-config-inspect:9c1f178932fa:terraform_docs_terraform_config_inspect/vendor/github.com/terraform-docs/terraform-config-inspect \ zclconf:go-cty:v1.8.0:zclconf_go_cty/vendor/github.com/zclconf/go-cty PLIST_FILES= bin/${PORTNAME} .include diff --git a/sysutils/trueos-libqt5/Makefile b/sysutils/trueos-libqt5/Makefile index fbfef8aae029..c121cd4622a5 100644 --- a/sysutils/trueos-libqt5/Makefile +++ b/sysutils/trueos-libqt5/Makefile @@ -1,33 +1,32 @@ PORTNAME= trueos-libqt5 PORTVERSION= 20171003 PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= jt@ixsystems.com COMMENT= TrueOS QT5 Library LICENSE= BSD2CLAUSE ONLY_FOR_ARCHS= amd64 USES= gl qmake qt:5 shebangfix tar:xz MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes USE_QT= core gui network svg linguist \ buildtools x11extras widgets USE_GL+= gl WRKSRC_SUBDIR= src-qt5 QMAKE_ARGS= CONFIG+="configure" USE_GITHUB= yes GH_ACCOUNT= trueos -GH_PROJECT= trueos-libqt5 GH_TAGNAME= 9e92b465d823185c9b96f2017e06f2a06b6143fa .include diff --git a/sysutils/xdu/Makefile b/sysutils/xdu/Makefile index eef8541aacc0..a7e8bc98ffe6 100644 --- a/sysutils/xdu/Makefile +++ b/sysutils/xdu/Makefile @@ -1,19 +1,18 @@ # Created by: asami PORTNAME= xdu PORTVERSION= 3.0 PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= cy@FreeBSD.org COMMENT= Graphically display output of du USE_GITHUB= yes GH_ACCOUNT= vlasovskikh -GH_PROJECT= xdu USES= imake xorg USE_XORG= ice sm x11 xaw xext xmu xpm xt PLIST_FILES= bin/xdu lib/X11/app-defaults/XDu man/man1/xdu.1.gz .include