diff --git a/archivers/py-compressed-rtf/Makefile b/archivers/py-compressed-rtf/Makefile index aea6b4433d38..a539f2c90726 100644 --- a/archivers/py-compressed-rtf/Makefile +++ b/archivers/py-compressed-rtf/Makefile @@ -1,23 +1,23 @@ PORTNAME= compressed-rtf DISTVERSION= 1.0.7 CATEGORIES= archivers python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= compressed_rtf-${PORTVERSION} -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Compressed RTF compression and decompression package WWW= https://github.com/delimitry/compressed_rtf LICENSE= MIT LICENSE_FILE= ${FILESDIR}/LICENSE BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= python USE_PYTHON= autoplist pep517 NO_ARCH= yes .include diff --git a/archivers/py-zipstream-ng/Makefile b/archivers/py-zipstream-ng/Makefile index 4c3d2975ed68..4848db2cbe0c 100644 --- a/archivers/py-zipstream-ng/Makefile +++ b/archivers/py-zipstream-ng/Makefile @@ -1,21 +1,21 @@ PORTNAME= zipstream-ng DISTVERSION= 1.8.0 PORTREVISION= 1 CATEGORIES= archivers python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= zipstream_ng-${PORTVERSION} -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Modern and easy to use streamable zip file generator WWW= https://github.com/pR0Ps/zipstream-ng/ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils pytest .include diff --git a/astro/starfetch/Makefile b/astro/starfetch/Makefile index eea241fce5d3..ff9ec7053a62 100644 --- a/astro/starfetch/Makefile +++ b/astro/starfetch/Makefile @@ -1,25 +1,25 @@ PORTNAME= starfetch DISTVERSION= 0.0.4 CATEGORIES= astro MASTER_SITES= https://github.com/Haruno19/starfetch/releases/download/${DISTVERSION}/ -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Command line tool that displays constellations WWW= https://github.com/Haruno19/starfetch LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE CXXFLAGS+= -std=c++17 post-patch: @${REINPLACE_CMD} -e '/^string path = /s#=.*#= "${DATADIR}/";#' ${WRKSRC}/src/starfetch.cpp do-build: ${CXX} ${CPPFLAGS} ${CXXFLAGS} ${LDFLAGS} ${WRKSRC}/src/starfetch.cpp -o ${WRKSRC}/starfetch do-install: ${INSTALL_PROGRAM} ${WRKSRC}/starfetch ${STAGEDIR}${PREFIX}/bin/starfetch (cd ${WRKSRC}/res && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} '! -name \._*') .include diff --git a/audio/puddletag/Makefile b/audio/puddletag/Makefile index 4e782422c192..97fa8d6102d9 100644 --- a/audio/puddletag/Makefile +++ b/audio/puddletag/Makefile @@ -1,39 +1,39 @@ PORTNAME= puddletag DISTVERSION= 2.4.0 PORTREVISION= 1 CATEGORIES= audio python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Powerful, simple, audio tag editor WWW= https://puddletag.net LICENSE= GPLv2 GPLv3 LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}configobj>=0:devel/py-configobj@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mutagen>=0:audio/py-mutagen@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyparsing>=0:devel/py-pyparsing@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}unidecode>=0:converters/py-unidecode@${PY_FLAVOR} \ chromaprint>=0:audio/chromaprint USES= desktop-file-utils pyqt:5 python USE_PYQT= pyqt5:run USE_PYTHON= autoplist distutils NO_ARCH= yes OPTIONS_DEFINE= LEVENSHTEIN LXML PYACOUSTID OPTIONS_DEFAULT= LEVENSHTEIN LXML PYACOUSTID LEVENSHTEIN_DESC= Enable better string matching LXML_DESC= Enable better HTML parsing PYACOUSTID_DESC= Enable support for tagging audio files using web based Tag Sources LEVENSHTEIN_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Levenshtein>=0:devel/py-Levenshtein@${PY_FLAVOR} LXML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} PYACOUSTID_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyacoustid>=0:audio/py-pyacoustid@${PY_FLAVOR} .include diff --git a/audio/py-pocketsphinx/Makefile b/audio/py-pocketsphinx/Makefile index f3a8816a9569..c78c0839077e 100644 --- a/audio/py-pocketsphinx/Makefile +++ b/audio/py-pocketsphinx/Makefile @@ -1,32 +1,32 @@ PORTNAME= pocketsphinx PORTVERSION= 0.1.15 PORTREVISION= 5 CATEGORIES= audio python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Python interface to CMU Sphinxbase and Pocketsphinx libraries WWW= https://github.com/bambocher/pocketsphinx-python LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= swig40>0:devel/swig40 LIB_DEPENDS= libasound.so:audio/alsa-lib \ libpulse-simple.so:audio/pulseaudio \ libpulse.so:audio/pulseaudio USES= python USE_PYTHON= distutils BINARY_ALIAS= swig=swig40 CFLAGS+= -I${LOCALBASE}/include post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pocketsphinx/_pocketsphinx${PYTHON_EXT_SUFFIX}.so ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/sphinxbase/_ad_alsa${PYTHON_EXT_SUFFIX}.so ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/sphinxbase/_ad_pulse${PYTHON_EXT_SUFFIX}.so ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/sphinxbase/_sphinxbase${PYTHON_EXT_SUFFIX}.so .include diff --git a/audio/py-supysonic/Makefile b/audio/py-supysonic/Makefile index 35a27a993747..0a94f63e1b2c 100644 --- a/audio/py-supysonic/Makefile +++ b/audio/py-supysonic/Makefile @@ -1,68 +1,68 @@ PORTNAME= supysonic DISTVERSION= 0.7.9 PORTREVISION= 1 CATEGORIES= audio python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Python implementation of the Subsonic server API WWW= https://supysonic.readthedocs.io/ LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}flask>0:www/py-flask@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mediafile>0:devel/py-mediafile@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}peewee>0:databases/py-peewee@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}watchdog>0:devel/py-watchdog@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zipstream-ng>0:archivers/py-zipstream-ng@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils USE_RC_SUBR= supysonic \ supysonic-daemon SUB_LIST= PYTHON_CMD=${PYTHON_CMD} \ USER=supysonic \ GROUP=supysonic USERS= supysonic GROUPS= supysonic PLIST_SUB= GROUP=supysonic \ USER=supysonic OPTIONS_DEFINE= PGSQL SQLITE3 OPTIONS_DEFAULT= GUNICORN SQLITE3 PGSQL MYSQLCLIENT OPTIONS_MULTI= WSGI OPTIONS_MULTI_WSGI= GEVENT GUNICORN WAITRESS OPTIONS_RADIO= MYSQL OPTIONS_RADIO_MYSQL= MYSQLCLIENT PYMYSQL GEVENT_DESC= Install with gevent GUNICORN_DESC= Install with gunicorn MYSQLCLIENT_DESC= Install with MySQLdb PYMYSQL_DESC= Install with pymysql WAITRESS_DESC= Install with waitress GEVENT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gevent>0:devel/py-gevent GUNICORN_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gunicorn>0:www/py-gunicorn MYSQLCLIENT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mysqlclient>0:databases/py-mysqlclient@${PY_FLAVOR} PGSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>0:databases/py-psycopg2@${PY_FLAVOR} PYMYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pymysql>0:databases/py-pymysql@${PY_FLAVOR} SQLITE3_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} WAITRESS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}waitress>0:www/py-waitress post-install: @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${FILESDIR}/supysonic.conf ${STAGEDIR}${ETCDIR}/supysonic.conf.sample .for dir in cache log run @${MKDIR} ${STAGEDIR}/var/${dir}/supysonic .endfor .include diff --git a/databases/adminerevo/Makefile b/databases/adminerevo/Makefile index 301a26232087..26b080076de0 100644 --- a/databases/adminerevo/Makefile +++ b/databases/adminerevo/Makefile @@ -1,30 +1,30 @@ PORTNAME= adminerevo DISTVERSION= 4.8.4 CATEGORIES= databases www MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${PORTVERSION}/ DISTNAME= adminer-${DISTVERSION} EXTRACT_SUFX= .php EXTRACT_ONLY= -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Database management in a single PHP file WWW= https://adminerevo.org \ https://github.com/${PORTNAME}/${PORTNAME} LICENSE= APACHE20 GPLv3 LICENSE_COMB= dual USES= php USE_PHP= session NO_ARCH= yes NO_BUILD= yes SUB_FILES= pkg-message SUB_LIST= PHPVER="${PHP_VER}" do-install: ${MKDIR} ${STAGEDIR}${WWWDIR} ${INSTALL_DATA} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${STAGEDIR}${WWWDIR}/index.php .include diff --git a/databases/py-mariadb/Makefile b/databases/py-mariadb/Makefile index 4c042f47ad64..b64ad2726741 100644 --- a/databases/py-mariadb/Makefile +++ b/databases/py-mariadb/Makefile @@ -1,24 +1,24 @@ PORTNAME= mariadb DISTVERSION= 1.1.12 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Python MariaDB extension WWW= https://github.com/mariadb-corporation/mariadb-connector-python LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} LIB_DEPENDS= libmariadb.so:databases/mariadb-connector-c RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/_mariadb.cpython-${PYTHON_VER:S/.//1}.so .include diff --git a/devel/git-delta/Makefile b/devel/git-delta/Makefile index 5d5c624f600b..65eb9825f0e0 100644 --- a/devel/git-delta/Makefile +++ b/devel/git-delta/Makefile @@ -1,48 +1,48 @@ PORTNAME= delta DISTVERSION= 0.18.2 PORTREVISION= 5 CATEGORIES= devel PKGNAMEPREFIX= git- -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Syntax-highlighting pager for git/diff WWW= https://dandavison.github.io/delta/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libonig.so:devel/oniguruma RUN_DEPENDS= git:devel/git USES= cargo cpe CPE_VENDOR= ${PORTNAME}_project USE_GITHUB= yes GH_ACCOUNT= dandavison TEST_TARGET= test CONFLICTS_INSTALL= delta PLIST_FILES= bin/delta OPTIONS_DEFINE= BASH FISH ZSH OPTIONS_DEFAULT= BASH FISH ZSH BASH_PLIST_FILES= etc/bash_completion.d/_${PORTNAME}.bash FISH_PLIST_FILES= share/fish/vendor_functions.d/${PORTNAME}.fish ZSH_PLIST_FILES= share/zsh/site-functions/_${PORTNAME} post-install-BASH-on: ${MKDIR} ${STAGEDIR}${LOCALBASE}/etc/bash_completion.d ${INSTALL_DATA} ${WRKSRC}/etc/completion/completion.bash \ ${STAGEDIR}${PREFIX}/etc/bash_completion.d/_${PORTNAME}.bash post-install-FISH-on: @${MKDIR} ${STAGEDIR}${PREFIX}/share/fish/vendor_functions.d ${INSTALL_DATA} ${WRKSRC}/etc/completion/completion.fish \ ${STAGEDIR}${PREFIX}/share/fish/vendor_functions.d/${PORTNAME}.fish post-install-ZSH-on: @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${WRKSRC}/etc/completion/completion.zsh \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_${PORTNAME} .include diff --git a/devel/py-etcd3gw/Makefile b/devel/py-etcd3gw/Makefile index 6b26b347c2a5..18556fc9e7dd 100644 --- a/devel/py-etcd3gw/Makefile +++ b/devel/py-etcd3gw/Makefile @@ -1,22 +1,22 @@ PORTNAME= etcd3gw DISTVERSION= 2.4.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Python client for etcd3 grpc-gateway v3 API WWW= https://docs.openstack.org/etcd3gw/latest/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=0:devel/py-pbr@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=0:devel/py-pbr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}futurist>=0:devel/py-futurist@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils .include diff --git a/devel/py-pyaml-env/Makefile b/devel/py-pyaml-env/Makefile index 96cbd62d1c2e..1aeccb6dc050 100644 --- a/devel/py-pyaml-env/Makefile +++ b/devel/py-pyaml-env/Makefile @@ -1,23 +1,23 @@ PORTNAME= pyaml-env DISTVERSION= 1.2.2 PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyaml_env-${PORTVERSION} -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Provides yaml file parsing with environment variable resolution WWW= https://github.com/mkaranasou/pyaml_env LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes .include diff --git a/devel/py-red-black-tree-mod/Makefile b/devel/py-red-black-tree-mod/Makefile index 19e98186187c..49691fe3db50 100644 --- a/devel/py-red-black-tree-mod/Makefile +++ b/devel/py-red-black-tree-mod/Makefile @@ -1,21 +1,21 @@ PORTNAME= red-black-tree-mod DISTVERSION= 1.22 PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Flexible python implementation of red black trees WWW= https://stromberg.dnsalias.org/~strombrg/${PORTNAME} \ https://pypi.org/project/${PORTNAME} LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes .include diff --git a/devel/py-strictyaml/Makefile b/devel/py-strictyaml/Makefile index 1d11e2cb0e5d..01eb243ccb6f 100644 --- a/devel/py-strictyaml/Makefile +++ b/devel/py-strictyaml/Makefile @@ -1,22 +1,22 @@ PORTNAME= strictyaml DISTVERSION= 1.7.3 PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Strict, typed YAML parser WWW= https://hitchdev.com/${PORTNAME} LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-dateutil>=0:devel/py-python-dateutil@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes .include diff --git a/devel/py-wait-for2/Makefile b/devel/py-wait-for2/Makefile index dbde6407eabd..4988b81ebfc1 100644 --- a/devel/py-wait-for2/Makefile +++ b/devel/py-wait-for2/Makefile @@ -1,21 +1,21 @@ PORTNAME= wait-for2 DISTVERSION= 0.3.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= wait_for2-${DISTVERSION} -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Handle simultaneous cancellation and future completion WWW= https://pypi.org/project/${PORTNAME} \ https://github.com/Traktormaster/${PORTNAME} LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes .include diff --git a/editors/vis/Makefile b/editors/vis/Makefile index 5d50832f72ad..36eb0bc314bb 100644 --- a/editors/vis/Makefile +++ b/editors/vis/Makefile @@ -1,64 +1,64 @@ PORTNAME= vis DISTVERSIONPREFIX= v DISTVERSION= 0.9 CATEGORIES= editors -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Vi-like editor based on Plan 9's structural regular expressions WWW= https://github.com/martanne/${PORTNAME} LICENSE= CC0-1.0 ISCL MIT LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS+= libtermkey.so:devel/libtermkey TEST_DEPENDS= vim>0:editors/vim USES+= gmake lua pkgconfig USE_GITHUB= yes GH_ACCOUNT= martanne GH_TAGNAME= b7074021b7bfb0932b889b9560dd22df31cef818:test HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} INSTALL_TARGET= install-strip TEST_TARGET= test REINPLACE_ARGS= -i '' OPTIONS_DEFINE= LPEG NLS TRE OPTIONS_DEFAULT= LPEG TRE OPTIONS_RADIO= CLIPBOARD OPTIONS_RADIO_CLIPBOARD= WL_COPY XCLIP XSEL OPTIONS_SUB= yes LPEG_DESC= Syntax highlighting TRE_DESC= More memory efficient regex search WL_COPY_DESC= Use wl-copy XCLIP_DESC= Use xclip XSEL_DESC= Use xsel-conrad LPEG_RUN_DEPENDS= ${LUA_PKGNAMEPREFIX}lpeg>=0.8.1:devel/lua-lpeg@${LUA_FLAVOR} NLS_USES= gettext-runtime TRE_IMPLIES= NLS TRE_LIB_DEPENDS= libtre.so:textproc/libtre WL_COPY_RUN_DEPENDS= wl-clipboard>0:x11/wl-clipboard XCLIP_RUN_DEPENDS= xclip>0:x11/xclip XSEL_RUN_DEPENDS= xsel-conrad>0:x11/xsel-conrad post-extract: ${CP} -a ${WRKSRC_test}/test/ ${WRKSRC}/test post-patch: ${REINPLACE_CMD} -e 's,%%ETCDIR%%,${ETCDIR},1' \ -e 's,%%PREFIX%%,${PREFIX},1' \ ${WRKSRC}/man/vis.1 \ ${WRKSRC}/vis-lua.c \ ${WRKSRC}/vis-single.c post-install: @(cd ${STAGEDIR}${PREFIX}/bin; ${MV} vis vise) @(cd ${STAGEDIR}${PREFIX}/share/man/man1; ${MV} vis.1 vise.1) .include diff --git a/graphics/asciinema-agg/Makefile b/graphics/asciinema-agg/Makefile index d08118ee7007..e1ca279d7de4 100644 --- a/graphics/asciinema-agg/Makefile +++ b/graphics/asciinema-agg/Makefile @@ -1,21 +1,21 @@ PORTNAME= agg DISTVERSIONPREFIX= v DISTVERSION= 1.4.2 PORTREVISION= 15 CATEGORIES= graphics PKGNAMEPREFIX= asciinema- -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Asciinema gif generator WWW= https://github.com/asciinema/agg LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cargo USE_GITHUB= yes GH_ACCOUNT= asciinema PLIST_FILES= bin/agg .include diff --git a/graphics/py-colorthief/Makefile b/graphics/py-colorthief/Makefile index 943c01395832..99e0ef420dbf 100644 --- a/graphics/py-colorthief/Makefile +++ b/graphics/py-colorthief/Makefile @@ -1,20 +1,20 @@ PORTNAME= colorthief DISTVERSION= 0.2.1 PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Module for grabbing the color palette from an image WWW= https://github.com/fengsp/color-thief-py/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils .include diff --git a/graphics/py-colorz/Makefile b/graphics/py-colorz/Makefile index ce0d0b781387..af178d8e7fe2 100644 --- a/graphics/py-colorz/Makefile +++ b/graphics/py-colorz/Makefile @@ -1,22 +1,22 @@ PORTNAME= colorz DISTVERSION= 1.0.3 PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Color scheme generator WWW= https://github.com/metakirby5/colorz/ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes .include diff --git a/graphics/py-haishoku/Makefile b/graphics/py-haishoku/Makefile index d7cc0c69fff5..0a81272deb1a 100644 --- a/graphics/py-haishoku/Makefile +++ b/graphics/py-haishoku/Makefile @@ -1,20 +1,20 @@ PORTNAME= haishoku DISTVERSION= 1.1.8 PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Tool for grabbing the representative color palette from an image WWW= https://github.com/LanceGin/haishoku/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils .include diff --git a/graphics/pywal/Makefile b/graphics/pywal/Makefile index 0f80ce8730bc..8a5061063747 100644 --- a/graphics/pywal/Makefile +++ b/graphics/pywal/Makefile @@ -1,47 +1,47 @@ PORTNAME= pywal DISTVERSION= 3.3.0 PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Generate and change color-schemes on the fly WWW= https://github.com/dylanaraps/pywal LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes OPTIONS_DEFINE= IMAGEMAGICK OPTIONS_DEFAULT= IMAGEMAGICK OPTIONS_GROUP= BACKEND WALLPAPER OPTIONS_GROUP_BACKEND= COLORTHIEF COLORZ HAISHOKU OPTIONS_GROUP_WALLPAPER= BGS FEH HABAK HSETROOT NITROGEN BACKEND_DESC= Color backend to use BGS_DESC= Install with x11/bgs COLORTHIEF_DESC= Install with graphics/py-colorthief COLORZ_DESC= Install with graphics/py-colorz FEH_DESC= Install with graphics/feh HABAK_DESC= Install with x11/habak HAISHOKU_DESC= Install with graphics/py-haishoku HSETROOT_DESC= Install with x11/hsetroot NITROGEN_DESC= Install with sysutils/nitrogen WALLPAPER_DESC= Universal wallpaper setting BGS_RUN_DEPENDS= bgs>0:x11/bgs COLORTHIEF_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorthief>0:graphics/py-colorthief@${PY_FLAVOR} COLORZ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorz>0:graphics/py-colorz@${PY_FLAVOR} FEH_RUN_DEPENDS= feh>0:graphics/feh HABAK_RUN_DEPENDS= habak>0:x11/habak HAISHOKU_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}haishoku>0:graphics/py-haishoku@${PY_FLAVOR} HSETROOT_RUN_DEPENDS= hsetroot>0:x11/hsetroot IMAGEMAGICK_USES= magick:run NITROGEN_RUN_DEPENDS= nitrogen>0:sysutils/nitrogen .include diff --git a/graphics/vhs/Makefile b/graphics/vhs/Makefile index ea698bcd00d3..a2cf2ffa08de 100644 --- a/graphics/vhs/Makefile +++ b/graphics/vhs/Makefile @@ -1,32 +1,32 @@ PORTNAME= vhs DISTVERSIONPREFIX= v DISTVERSION= 0.9.0 PORTREVISION= 3 CATEGORIES= graphics -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Your CLI home video recorder WWW= https://github.com/charmbracelet/vhs LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= bash>0:shells/bash \ ffmpeg>0:multimedia/ffmpeg \ ttyd>0:sysutils/ttyd USES= go:modules GO_MODULE= github.com/charmbracelet/vhs PLIST_FILES= bin/vhs OPTIONS_RADIO= BROWSER OPTIONS_RADIO_BROWSER= CHROMIUM UNGOOGLED_CHROMIUM BROWSER_DESC= Browser driver to web automation and scraping CHROMIUM_DESC= Install google chromium UNGOOGLED_CHROMIUM_DESC= Install ungoogled-chromium CHROMIUM_RUN_DEPENDS= chromium>0:www/chromium UNGOOGLED_CHROMIUM_RUN_DEPENDS= ungoogled-chromium>0:www/ungoogled-chromium .include diff --git a/irc/py-sopel-help/Makefile b/irc/py-sopel-help/Makefile index 2397d6464ea6..be6675d50aff 100644 --- a/irc/py-sopel-help/Makefile +++ b/irc/py-sopel-help/Makefile @@ -1,29 +1,29 @@ PORTNAME= sopel-help DISTVERSION= 0.5.2 CATEGORIES= irc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= sopel_help-${PORTVERSION} -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Help plugin for Sopel WWW= https://github.com/sopel-irc/${PORTNAME} LICENSE= EFLv2 LICENSE_GROUPS= FSF GPL OSI LICENSE_NAME= Eiffel Forum License, version 2 LICENSE_FILE= ${WRKSRC}/LICENSE.txt LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sopel>=0:irc/py-sopel@${PY_FLAVOR} USES= python USE_PYTHON= autoplist pep517 NO_ARCH= yes .include diff --git a/irc/py-sopel/Makefile b/irc/py-sopel/Makefile index 8886912b37c1..a86588f03e89 100644 --- a/irc/py-sopel/Makefile +++ b/irc/py-sopel/Makefile @@ -1,58 +1,58 @@ PORTNAME= sopel DISTVERSION= 8.0.2 CATEGORIES= irc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Easy-to-use and highly extensible IRC Bot framework WWW= https://sopel.chat/ LICENSE= EFLv2 LICENSE_GROUPS= FSF GPL OSI LICENSE_NAME= Eiffel Forum License, version 2 LICENSE_FILE= ${FILESDIR}/COPYING LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}GeoIP2>0:net/py-GeoIP2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}importlib-metadata>0:devel/py-importlib-metadata@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}praw>0:www/py-praw@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy14>0:databases/py-sqlalchemy14@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xmltodict>=0.12:devel/py-xmltodict@${PY_FLAVOR} USES= python USE_PYTHON= autoplist pep517 USE_RC_SUBR= sopel NO_ARCH= yes SUB_FILES+= pkg-message SUB_LIST+= PYTHON_CMD=${PYTHON_CMD} USERS= sopel GROUPS= sopel PLIST_SUB= GROUP="${GROUPS:[0]}" \ USER="${USERS:[0]}" post-install: @${MKDIR} ${STAGEDIR}/${ETCDIR} @${CP} ${FILESDIR}/sopel-default.cfg ${STAGEDIR}/${ETCDIR}/sopel-default.cfg.sample .for dir in run log db @${MKDIR} ${STAGEDIR}/var/${dir}/sopel .endfor @${MKDIR} ${STAGEDIR}/var/db/sopel/www .for script in sopel sopel-config sopel-plugins ${SED} -e "s|%%PYTHON_SHEBANG%%|#!${PYTHON_CMD}|" ${FILESDIR}/${script}.py \ > ${STAGEDIR}${PREFIX}/bin/${script} ${CHMOD} 555 ${STAGEDIR}${PREFIX}/bin/${script} .endfor .include diff --git a/multimedia/gtk-pipe-viewer/Makefile b/multimedia/gtk-pipe-viewer/Makefile index 71ab535b0d00..4214b0a91656 100644 --- a/multimedia/gtk-pipe-viewer/Makefile +++ b/multimedia/gtk-pipe-viewer/Makefile @@ -1,14 +1,14 @@ PORTNAME= pipe-viewer PKGNAMEPREFIX= gtk- -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Application for searching and playing videos from YouTube (gtk) CONFLICTS_INSTALL= multimedia/pipe-viewer MASTERDIR= ${.CURDIR}/../pipe-viewer OPTIONS_DEFAULT= FORK_MANAGER GTK3 JSON_XS LINE_BREAK LOCAL_CACHE \ READLINE SHARE_DIR YT_DLP .include "${MASTERDIR}/Makefile" diff --git a/multimedia/pipe-viewer/Makefile b/multimedia/pipe-viewer/Makefile index f547fda030e1..d3d20782191e 100644 --- a/multimedia/pipe-viewer/Makefile +++ b/multimedia/pipe-viewer/Makefile @@ -1,64 +1,64 @@ PORTNAME= pipe-viewer DISTVERSION= 0.5.6 CATEGORIES= multimedia perl5 -MAINTAINER?= DtxdF@disroot.org +MAINTAINER?= dtxdf@FreeBSD.org COMMENT?= Application for searching and playing videos from YouTube WWW= https://github.com/trizen/pipe-viewer LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= p5-Data-Dump>0:devel/p5-Data-Dump \ p5-IO-Compress-Brotli>0:archivers/p5-IO-Compress-Brotli \ p5-JSON>0:converters/p5-JSON \ p5-libwww>0:www/p5-libwww \ p5-LWP-Protocol-https>0:www/p5-LWP-Protocol-https USES= perl5 USE_GITHUB= yes GH_ACCOUNT= trizen USE_PERL5= modbuild CONFLICTS_INSTALL?= multimedia/gtk-pipe-viewer NO_ARCH= yes OPTIONS_DEFINE= FORK_MANAGER GTK3 JSON_XS LOCAL_CACHE READLINE \ SHARE_DIR OPTIONS_DEFAULT?= FORK_MANAGER JSON_XS LINE_BREAK LOCAL_CACHE \ READLINE YT_DLP OPTIONS_RADIO= FIXED_WIDTH YOUTUBE OPTIONS_RADIO_FIXED_WIDTH= CHAR_WIDTH LINE_BREAK OPTIONS_RADIO_YOUTUBE= YT_DLP OPTIONS_SUB= yes CHAR_WIDTH_DESC= Install with p5-Unicode-LineBreak FIXED_WIDTH_DESC= Fixed-width formatting FORK_MANAGER_DESC= Enable *_parallel config-options support JSON_XS_DESC= Faster JSON deserialization LINE_BREAK_DESC= Install with p5-Text-CharWidth LOCAL_CACHE_DESC= Local cache support SHARE_DIR_DESC= Install with p5-File-ShareDir YOUTUBE_DESC= Youtube support YT_DLP_DESC= Enable Youtube support with yt-dlp CHAR_WIDTH_RUN_DEPENDS= p5-Text-CharWidth>0:textproc/p5-Text-CharWidth FORK_MANAGER_RUN_DEPENDS= p5-Parallel-ForkManager>0:devel/p5-Parallel-ForkManager GTK3_RUN_DEPENDS= p5-Gtk3>0:x11-toolkits/p5-Gtk3 GTK3_CONFIGURE_ON= --gtk JSON_XS_RUN_DEPENDS= p5-JSON-XS>0:converters/p5-JSON-XS LINE_BREAK_RUN_DEPENDS= p5-Unicode-LineBreak>0:textproc/p5-Unicode-LineBreak LOCAL_CACHE_RUN_DEPENDS= p5-LWP-UserAgent-Cached>0:www/p5-LWP-UserAgent-Cached READLINE_RUN_DEPENDS= p5-Term-ReadLine-Gnu>0:devel/p5-Term-ReadLine-Gnu SHARE_DIR_RUN_DEPENDS= p5-File-ShareDir>0:devel/p5-File-ShareDir YT_DLP_RUN_DEPENDS= yt-dlp>0:www/yt-dlp post-install-GTK3-on: (cd ${STAGEDIR}${DESKTOPDIR} && ${LN} -sf \ ../../${SITE_PERL_REL}/auto/share/dist/WWW-PipeViewer/gtk-pipe-viewer.desktop) (cd ${STAGEDIR}${PREFIX}/share/pixmaps && ${LN} -sf \ ../../${SITE_PERL_REL}/auto/share/dist/WWW-PipeViewer/icons/gtk-pipe-viewer.png) .include diff --git a/net-im/teleirc/Makefile b/net-im/teleirc/Makefile index 3f227b43cc91..e28a04d60a84 100644 --- a/net-im/teleirc/Makefile +++ b/net-im/teleirc/Makefile @@ -1,49 +1,49 @@ PORTNAME= teleirc DISTVERSIONPREFIX= v DISTVERSION= 2.3.0 PORTREVISION= 13 CATEGORIES= net-im -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Telegram/IRC bridge for use with any IRC channel and Telegram group WWW= https://teleirc.com/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= go:modules USE_GITHUB= yes GH_ACCOUNT= ritlug GH_TUPLE= caarlos0:env:v6.0.0:caarlos0_env_v6/vendor/github.com/caarlos0/env/v6 \ davecgh:go-spew:v1.1.0:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ go-playground:assert:v1.2.1:go_playground_assert/vendor/gopkg.in/go-playground/assert.v1 \ go-playground:locales:v0.12.1:go_playground_locales/vendor/github.com/go-playground/locales \ go-playground:universal-translator:v0.16.0:go_playground_universal_translator/vendor/github.com/go-playground/universal-translator \ go-playground:validator:v9.29.1:go_playground_validator/vendor/github.com/go-playground/validator \ go-telegram-bot-api:telegram-bot-api:v4.6.4:go_telegram_bot_api_telegram_bot_api/vendor/github.com/go-telegram-bot-api/telegram-bot-api \ golang:mock:v1.4.3:golang_mock/vendor/github.com/golang/mock \ joho:godotenv:v1.3.0:joho_godotenv/vendor/github.com/joho/godotenv \ kyokomi:emoji:v2.1.0:kyokomi_emoji/vendor/github.com/kyokomi/emoji \ leodido:go-urn:v1.1.0:leodido_go_urn/vendor/github.com/leodido/go-urn \ lrstanley:girc:4fc93959e1a7:lrstanley_girc/vendor/github.com/lrstanley/girc \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ stretchr:testify:v1.3.0:stretchr_testify/vendor/github.com/stretchr/testify \ technoweenie:multipartstreamer:v1.0.1:technoweenie_multipartstreamer/vendor/github.com/technoweenie/multipartstreamer USE_RC_SUBR= teleirc GO_TARGET= ./cmd/teleirc.go:teleirc GO_BUILDFLAGS= -ldflags "-X main.version=${PORTVERSION}" USERS= teleirc GROUPS= teleirc PLIST_SUB= GROUP="${GROUPS:[0]}" \ USER="${USERS:[0]}" post-install: @${MKDIR} ${STAGEDIR}/${PREFIX}/etc @${CP} ${WRKSRC}/env.example ${STAGEDIR}/${PREFIX}/etc/teleirc.conf.sample .include diff --git a/net-mgmt/ipcalc/Makefile b/net-mgmt/ipcalc/Makefile index 1aa9abd1d067..a49c87a9e2d7 100644 --- a/net-mgmt/ipcalc/Makefile +++ b/net-mgmt/ipcalc/Makefile @@ -1,29 +1,29 @@ PORTNAME= ipcalc PORTVERSION= 0.51 CATEGORIES= net-mgmt -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= IP Calculator WWW= https://jodies.de/ipcalc LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/license USES= perl5 shebangfix USE_GITHUB= yes GH_ACCOUNT= kjokjo SHEBANG_FILES= ipcalc CONFLICTS_INSTALL= gnu-ipcalc NO_ARCH= yes NO_BUILD= yes PLIST_FILES= bin/ipcalc do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include diff --git a/net/py-aiostalk/Makefile b/net/py-aiostalk/Makefile index 227305893890..e21b3b90e30e 100644 --- a/net/py-aiostalk/Makefile +++ b/net/py-aiostalk/Makefile @@ -1,21 +1,21 @@ PORTNAME= aiostalk DISTVERSION= 1.3.1 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Python asyncio client for the beanstalkd work queue WWW= https://github.com/koodaamo/aiostalk LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}greenstalk>=0:net/py-greenstalk@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes .include diff --git a/net/py-greenstalk/Makefile b/net/py-greenstalk/Makefile index cda44795944f..443dfbec5d55 100644 --- a/net/py-greenstalk/Makefile +++ b/net/py-greenstalk/Makefile @@ -1,23 +1,23 @@ PORTNAME= greenstalk DISTVERSION= 2.1.0 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Python client for the beanstalkd work queue WWW= https://github.com/justinmayhew/greenstalk LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= python USE_PYTHON= autoplist pep517 NO_ARCH= yes .include diff --git a/net/py-speedometer/Makefile b/net/py-speedometer/Makefile index ec588e75b122..8a747bbc4c96 100644 --- a/net/py-speedometer/Makefile +++ b/net/py-speedometer/Makefile @@ -1,23 +1,23 @@ PORTNAME= Speedometer DISTVERSION= 2.9 PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Chart network TX/RX and file download rates on the console WWW= https://excess.org/speedometer/ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urwid>0:devel/py-urwid@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes .include diff --git a/security/enc/Makefile b/security/enc/Makefile index 2d7ee5bd67b2..2b31552ecf04 100644 --- a/security/enc/Makefile +++ b/security/enc/Makefile @@ -1,33 +1,33 @@ PORTNAME= enc DISTVERSION= 1.1.3 PORTREVISION= 9 CATEGORIES= security -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Modern and friendly CLI alternative to GnuPG WWW= https://github.com/life4/enc LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= life4 GH_TUPLE= ProtonMail:go-crypto:afb1ddc0824c:protonmail_go_crypto/vendor/github.com/ProtonMail/go-crypto \ ProtonMail:go-mime:7d82a3887f2f:protonmail_go_mime/vendor/github.com/ProtonMail/go-mime \ ProtonMail:gopenpgp:v2.7.4:protonmail_gopenpgp_v2/vendor/github.com/ProtonMail/gopenpgp/v2 \ cloudflare:circl:v1.3.7:cloudflare_circl/vendor/github.com/cloudflare/circl \ golang:crypto:v0.18.0:golang_crypto/vendor/golang.org/x/crypto \ golang:sync:v0.6.0:golang_sync/vendor/golang.org/x/sync \ golang:sys:v0.16.0:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.14.0:golang_text/vendor/golang.org/x/text \ inconshreveable:mousetrap:v1.1.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ matryer:is:v1.4.0:matryer_is/vendor/github.com/matryer/is \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ spf13:cobra:v1.8.0:spf13_cobra/vendor/github.com/spf13/cobra \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag PLIST_FILES= bin/enc .include diff --git a/security/py-passhole/Makefile b/security/py-passhole/Makefile index 98d49592b793..5cddfbe4da36 100644 --- a/security/py-passhole/Makefile +++ b/security/py-passhole/Makefile @@ -1,28 +1,28 @@ PORTNAME= passhole DISTVERSION= 1.10.1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Secure hole for your passwords (KeePass CLI) WWW= https://pypi.org/project/passhole \ https://github.com/Evidlo/passhole LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0:devel/py-colorama@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pykeepass-cache>=0:security/py-pykeepass-cache@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pykeepass>=0:security/py-pykeepass@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pynput>=0:x11/py-pynput@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyotp>=0:security/py-pyotp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}qrcode>=0:textproc/py-qrcode@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes .include diff --git a/security/py-pykeepass-cache/Makefile b/security/py-pykeepass-cache/Makefile index c7f74385f1d1..8e0fd7b45a70 100644 --- a/security/py-pykeepass-cache/Makefile +++ b/security/py-pykeepass-cache/Makefile @@ -1,24 +1,24 @@ PORTNAME= pykeepass-cache DISTVERSION= 2.0.3 PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Database caching for PyKeePass WWW= https://pypi.org/project/pykeepass-cache \ https://github.com/libkeepass/pykeepass_cache LICENSE= GPLv3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}daemon>=0:devel/py-daemon@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pykeepass>=0:security/py-pykeepass@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rpyc>=0:devel/py-RPyC@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes .include diff --git a/security/py-pykeepass/Makefile b/security/py-pykeepass/Makefile index b671518ad017..6856c073a1a3 100644 --- a/security/py-pykeepass/Makefile +++ b/security/py-pykeepass/Makefile @@ -1,28 +1,28 @@ PORTNAME= pykeepass DISTVERSION= 4.1.1 DISTVERSIONSUFFIX= .post1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Python library to interact with keepass databases WWW= https://pypi.org/project/pykeepass \ https://github.com/libkeepass/pykeepass LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argon2-cffi>=0:security/py-argon2-cffi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}construct>=0:devel/py-construct@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycryptodomex>=0:security/py-pycryptodomex@${PY_FLAVOR} USES= python USE_PYTHON= autoplist pep517 NO_ARCH= yes .include diff --git a/security/su-exec/Makefile b/security/su-exec/Makefile index 02a4a5c4ab5b..78174b9f1690 100644 --- a/security/su-exec/Makefile +++ b/security/su-exec/Makefile @@ -1,33 +1,33 @@ PORTNAME= su-exec DISTVERSIONPREFIX= v DISTVERSION= 0.2 CATEGORIES= security -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Switch user and group id and exec WWW= https://github.com/ncopa/su-exec LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE FLAVORS= default static default_CONFLICTS_INSTALL= su-exec-static static_PKGNAMESUFFIX= -static static_CONFLICTS_INSTALL= su-exec USE_GITHUB= yes GH_ACCOUNT= ncopa .if ${FLAVOR:U} == static LDFLAGS+= -static .endif PLIST_FILES= bin/su-exec do-build: cd ${WRKSRC} && ${CC} ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} -o su-exec su-exec.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/su-exec ${STAGEDIR}${PREFIX}/bin .include diff --git a/sysutils/appjail/Makefile b/sysutils/appjail/Makefile index 966b3f4c8c77..62c04fdbe51b 100644 --- a/sysutils/appjail/Makefile +++ b/sysutils/appjail/Makefile @@ -1,43 +1,43 @@ PORTNAME= appjail DISTVERSIONPREFIX= v DISTVERSION= 3.9.0 CATEGORIES= sysutils -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Simple and easy-to-use tool for creating portable jails WWW= https://github.com/DtxdF/AppJail/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= DtxdF GH_PROJECT= AppJail ALL_TARGET= utils-strip CONFLICTS= appjail-devel PORTDOCS= README.md OPTIONS_DEFINE= DEBOOTSTRAP DOAS DOCS GIT OCI DEBOOTSTRAP_DESC= Support for Debian and Ubuntu jails DOAS_DESC= Add support for unprivileged users OCI_DESC= Add support for OCI DEBOOTSTRAP_RUN_DEPENDS= debootstrap>0:sysutils/debootstrap DOAS_RUN_DEPENDS= doas>0:security/doas GIT_RUN_DEPENDS= git>0:devel/git OCI_RUN_DEPENDS= buildah>0:sysutils/buildah \ jq>0:textproc/jq do-install-DOCS-on: @${MKDIR} ${STAGEDIR}/${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}/${DOCSDIR} post-install: ${MKDIR} ${STAGEDIR}/${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/share/examples/appjail/appjail.conf ${STAGEDIR}/${ETCDIR}/appjail.conf.sample .include diff --git a/sysutils/autorestic/Makefile b/sysutils/autorestic/Makefile index 6c4c67b7a15c..73c420db8c63 100644 --- a/sysutils/autorestic/Makefile +++ b/sysutils/autorestic/Makefile @@ -1,21 +1,21 @@ PORTNAME= autorestic DISTVERSIONPREFIX= v DISTVERSION= 1.8.3 PORTREVISION= 3 CATEGORIES= sysutils -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Config driven, easy backup cli for restic WWW= https://github.com/cupcakearmy/${PORTNAME} LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= restic:sysutils/restic USES= go:modules GO_MODULE= github.com/cupcakearmy/${PORTNAME} PLIST_FILES= bin/${PORTNAME} .include diff --git a/sysutils/catsit/Makefile b/sysutils/catsit/Makefile index 01a3bbd226a6..1bc97d044a24 100644 --- a/sysutils/catsit/Makefile +++ b/sysutils/catsit/Makefile @@ -1,22 +1,22 @@ PORTNAME= catsit DISTVERSION= 1.4 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://git.causal.agency/catsit/snapshot/ -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Process supervisor WWW= https://git.causal.agency/catsit/ LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE MAKE_ARGS= MANDIR=${PREFIX}/share/man post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/catsit-timer ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/catsit-watch ${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/catsitd ${TOUCH} ${STAGEDIR}${PREFIX}/etc/catsit.conf .include diff --git a/sysutils/gh-md-toc/Makefile b/sysutils/gh-md-toc/Makefile index aa18724b6d97..735f4ae7aea7 100644 --- a/sysutils/gh-md-toc/Makefile +++ b/sysutils/gh-md-toc/Makefile @@ -1,34 +1,34 @@ PORTNAME= gh-md-toc DISTVERSION= 0.10.0 CATEGORIES= sysutils -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Easy TOC creation for GitHub README.md WWW= https://github.com/ekalinin/github-markdown-toc LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= curl>0:ftp/curl \ jq>0:textproc/jq USE_GITHUB= yes GH_ACCOUNT= ekalinin GH_PROJECT= github-markdown-toc NO_BUILD= yes PLIST_FILES= bin/gh-md-toc PORTDOCS= README.md OPTIONS_DEFINE= DOCS do-install: ${INSTALL_SCRIPT} ${WRKSRC}/gh-md-toc ${STAGEDIR}${PREFIX}/bin do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include diff --git a/sysutils/imgurbash2/Makefile b/sysutils/imgurbash2/Makefile index 1d9f8e9ccc42..32080114c6b7 100644 --- a/sysutils/imgurbash2/Makefile +++ b/sysutils/imgurbash2/Makefile @@ -1,39 +1,39 @@ PORTNAME= imgurbash2 DISTVERSION= 3.3 CATEGORIES= sysutils -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Upload or delete images and videos to imgur WWW= https://github.com/ram-on/imgurbash2/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= bash>0:shells/bash \ curl>0:ftp/curl USE_GITHUB= yes GH_ACCOUNT= ram-on NO_BUILD= yes PLIST_FILES= bin/${PORTNAME} \ ${DOCSDIR}/examples.md OPTIONS_RADIO= CLIPBOARD OPTIONS_RADIO_CLIPBOARD= WL_COPY XCLIP XSEL WL_COPY_DESC= Use wl-copy XCLIP_DESC= Use xclip XSEL_DESC= Use xsel-conrad WL_COPY_RUN_DEPENDS= wl-clipboard>0:x11/wl-clipboard XCLIP_RUN_DEPENDS= xclip>0:x11/xclip XSEL_RUN_DEPENDS= xsel-conrad>0:x11/xsel-conrad do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/examples.md ${STAGEDIR}${DOCSDIR} .include diff --git a/sysutils/initool/Makefile b/sysutils/initool/Makefile index ffff640dc7e2..81db00e8abdd 100644 --- a/sysutils/initool/Makefile +++ b/sysutils/initool/Makefile @@ -1,34 +1,34 @@ PORTNAME= initool DISTVERSIONPREFIX= v DISTVERSION= 1.0.0 CATEGORIES= sysutils -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Manipulate INI files from the command line WWW= https://github.com/dbohdan/initool LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= mlton>0:lang/mlton LIB_DEPENDS= libgmp.so:math/gmp USE_GITHUB= yes GH_ACCOUNT= dbohdan ALL_TARGET= initool PLIST_FILES= bin/initool PORTDOCS= README.md OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/initool ${STAGEDIR}${PREFIX}/bin do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include diff --git a/sysutils/littlejet/Makefile b/sysutils/littlejet/Makefile index 4e3485692fc3..bd375d0061ed 100644 --- a/sysutils/littlejet/Makefile +++ b/sysutils/littlejet/Makefile @@ -1,31 +1,31 @@ PORTNAME= littlejet DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 CATEGORIES= sysutils -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Create, deploy, manage and scale FreeBSD jails anywhere WWW= https://github.com/DtxdF/LittleJet/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= cpdup>=0:sysutils/cpdup \ jq>=0:textproc/jq \ sansi>=0:textproc/sansi USE_GITHUB= yes GH_ACCOUNT= DtxdF GH_PROJECT= LittleJet NO_BUILD= yes PORTDOCS= README.md OPTIONS_DEFINE= DOCS do-install-DOCS-on: @${MKDIR} ${STAGEDIR}/${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}/${DOCSDIR} .include diff --git a/sysutils/mprocs/Makefile b/sysutils/mprocs/Makefile index d13c3f22fa4c..5422093c0521 100644 --- a/sysutils/mprocs/Makefile +++ b/sysutils/mprocs/Makefile @@ -1,21 +1,21 @@ PORTNAME= mprocs DISTVERSIONPREFIX= v DISTVERSION= 0.7.3 CATEGORIES= sysutils -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Run multiple commands in parallel WWW= https://github.com/pvolok/mprocs/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= cargo gmake USE_GITHUB= yes GH_ACCOUNT= pvolok CARGO_INSTALL_PATH= src PLIST_FILES= bin/mprocs .include diff --git a/sysutils/py-appjail-gui/Makefile b/sysutils/py-appjail-gui/Makefile index 258a4d2ea251..4c43668fc44e 100644 --- a/sysutils/py-appjail-gui/Makefile +++ b/sysutils/py-appjail-gui/Makefile @@ -1,38 +1,38 @@ PORTNAME= appjail-gui DISTVERSIONPREFIX= v DISTVERSION= 0.1.0 PORTREVISION= 1 CATEGORIES= sysutils www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Graphical User Interface for AppJail WWW= https://github.com/DtxdF/${PORTNAME} LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}commentjson>=0:devel/py-commentjson@${PY_FLAVOR} USES= python USE_GITHUB= yes GH_ACCOUNT= DtxdF USE_PYTHON= autoplist distutils USE_RC_SUBR= appjail_gui NO_ARCH= yes SUB_LIST= PYTHON_CMD=${PYTHON_CMD} OPTIONS_DEFAULT= NICEGUI_GUI OPTIONS_SINGLE= NICEGUI OPTIONS_SINGLE_NICEGUI= NICEGUI_GUI NICEGUI_NOGUI NICEGUI_GUI_DESC= Use www/py-nicegui NICEGUI_NOGUI_DESC= Use www/py-nicegui-nogui NICEGUI_GUI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nicegui>=0:www/py-nicegui@${PY_FLAVOR} NICEGUI_NOGUI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nicegui-nogui>=0:www/py-nicegui-nogui@${PY_FLAVOR} .include diff --git a/sysutils/py-director/Makefile b/sysutils/py-director/Makefile index e46d7abb27a4..76230f1a021d 100644 --- a/sysutils/py-director/Makefile +++ b/sysutils/py-director/Makefile @@ -1,34 +1,34 @@ PORTNAME= director DISTVERSIONPREFIX= v DISTVERSION= 0.13.1 CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Define and run multi-jail environments with AppJail WWW= https://github.com/DtxdF/${PORTNAME} LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyaml-env>=0:devel/py-pyaml-env@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-dotenv>=0:www/py-python-dotenv@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psutil>=0:sysutils/py-psutil@${PY_FLAVOR} USES= python USE_GITHUB= yes GH_ACCOUNT= DtxdF USE_PYTHON= autoplist distutils NO_ARCH= yes PORTDOCS= README.md OPTIONS_DEFINE= DOCS do-install-DOCS-on: @${MKDIR} ${STAGEDIR}/${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}/${DOCSDIR} .include diff --git a/sysutils/py-howdoi/Makefile b/sysutils/py-howdoi/Makefile index 4cf39da96d2a..3a5eb7f9272f 100644 --- a/sysutils/py-howdoi/Makefile +++ b/sysutils/py-howdoi/Makefile @@ -1,29 +1,29 @@ PORTNAME= howdoi PORTVERSION= 2.0.20 PORTREVISION= 3 CATEGORIES= sysutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Instant coding answers via the command line WWW= https://github.com/gleitz/howdoi LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>0:devel/py-appdirs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cachelib>0:www/py-cachelib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}colorama>0:devel/py-colorama@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cssselect>0:www/py-cssselect@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}keep>0:sysutils/py-keep@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyquery>0:devel/py-pyquery@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rich>0:textproc/py-rich@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils .include diff --git a/sysutils/py-keep/Makefile b/sysutils/py-keep/Makefile index 514f6df26c0b..88e5dd2cb3d2 100644 --- a/sysutils/py-keep/Makefile +++ b/sysutils/py-keep/Makefile @@ -1,32 +1,32 @@ PORTNAME= keep PORTVERSION= 2.10.1 PORTREVISION= 2 CATEGORIES= sysutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Personal shell command keeper WWW= https://github.com/OrkoHunter/keep LICENSE= MIT LICENSE_FILE= ${FILESDIR}/LICENSE.md RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}terminaltables>0:textproc/py-terminaltables@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}PyGithub>0:devel/py-PyGithub@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils SUB_FILES= pkg-message PORTDATA= completions/keep.zsh \ completions/keep.bash post-install: @${MKDIR} ${STAGEDIR}${DATADIR}/completions (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDATA} ${STAGEDIR}${DATADIR}/completions) .include diff --git a/sysutils/py-overlord/Makefile b/sysutils/py-overlord/Makefile index 0569e20f6f99..7c86c586ab30 100644 --- a/sysutils/py-overlord/Makefile +++ b/sysutils/py-overlord/Makefile @@ -1,63 +1,63 @@ PORTNAME= overlord DISTVERSIONPREFIX= v DISTVERSION= 0.8.0 CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Deploy FreeBSD jails as fast as you code WWW= https://github.com/DtxdF/${PORTNAME} LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiofiles>=0:devel/py-aiofiles@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}aiostalk>=0:net/py-aiostalk@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}asciitree>=0:graphics/py-asciitree@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dnspython>=0:dns/py-dnspython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}etcd3gw>=0:devel/py-etcd3gw@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}httpx-retries>=0:www/py-httpx-retries@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}humanfriendly>=0:textproc/py-humanfriendly@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ifaddr>=0:net/py-ifaddr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mako>=0:textproc/py-mako@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psutil>=0:sysutils/py-psutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyaml-env>=0:devel/py-pyaml-env@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyjwt>=0:www/py-pyjwt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pymemcache>=0:databases/py-pymemcache@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-dotenv>=0:www/py-python-dotenv@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}supervisor>=0:sysutils/py-supervisor@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tornado>=0:www/py-tornado@${PY_FLAVOR} \ beanstalkd>=0:net/beanstalkd \ memcached>=0:databases/memcached USES= python USE_GITHUB= yes GH_ACCOUNT= DtxdF USE_PYTHON= distutils NO_ARCH= yes SUB_FILES= pkg-message SUB_LIST= PYTHON_PKGNAMEPREFIX=${PYTHON_PKGNAMEPREFIX} PORTDOCS= README.md OPTIONS_DEFINE= DOCS post-install: ${INSTALL_DATA} ${WRKSRC}/.overlord.yml ${STAGEDIR}${PREFIX}/etc/overlord.yml.sample @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/supervisord/supervisord.d/overlord.ini ${STAGEDIR}${DATADIR}/overlord.ini @cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} install-libexec @cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} install-manpages @${MKDIR} ${STAGEDIR}/var/log/overlord post-install-DOCS-on: @${MKDIR} ${STAGEDIR}/${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}/${DOCSDIR} .include diff --git a/sysutils/py-pyinfra/Makefile b/sysutils/py-pyinfra/Makefile index 295f00712104..09a93a79e9ec 100644 --- a/sysutils/py-pyinfra/Makefile +++ b/sysutils/py-pyinfra/Makefile @@ -1,65 +1,65 @@ PORTNAME= pyinfra DISTVERSIONPREFIX= v DISTVERSION= 3.3.1 CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Automates infrastructure using Python WWW= https://pyinfra.com/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>2:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}configparser>0:devel/py-configparser@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}distro>=1.6<2:sysutils/py-distro@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gevent>=1.5:devel/py-gevent@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>2<4:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=16.1:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}paramiko>=2.7<4:security/py-paramiko@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-dateutil>2<3:devel/py-python-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pywinrm>0:security/py-pywinrm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typeguard>0:devel/py-typeguard@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyyaml>6:devel/py-pyyaml@${PY_FLAVOR} USES= pytest python USE_GITHUB= yes GH_ACCOUNT= pyinfra-dev USE_PYTHON= autoplist distutils # 'test_sshuserclient' fails because paramiko.PKey doesn't have the 'from_type_string' method # which was added in 3.2 and we currently have paramiko==2.x.x PYTEST_BROKEN_TESTS= test_sshuserclient # Most of the ignored tests fail because docker is missing. # The *_ensure_newline_* ones fail when pyinfra is not installed first. PYTEST_IGNORED_TESTS= test_int_docker_install_package_ubuntu \ test_e2e_ssh_sudo_password \ test_int_local_file_no_changes \ test_int_local_directory_no_changes \ test_int_local_link_no_changes \ test_int_local_line_no_changes \ test_int_local_line_ensure_newline_true \ test_int_local_line_ensure_newline_false # TestSSHUserConfig.test_missing_hostkey is failing currently, due to an # undocumented dependency on code only available in paramiko >= 3.2: # https://github.com/pyinfra-dev/pyinfra/issues/1290 NO_ARCH= yes .include .if ${PYTHON_REL} < 31000 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>3.6:devel/py-importlib-metadata@${PY_FLAVOR} .endif .if ${PYTHON_REL} < 31100 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR} .endif .include diff --git a/sysutils/rdfind/Makefile b/sysutils/rdfind/Makefile index e16d00af501d..fdf9615edfdf 100644 --- a/sysutils/rdfind/Makefile +++ b/sysutils/rdfind/Makefile @@ -1,25 +1,25 @@ PORTNAME= rdfind DISTVERSION= 1.7.0 CATEGORIES= sysutils MASTER_SITES= https://rdfind.pauldreik.se/ -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Utility to find duplicate files based on their content WWW= https://rdfind.pauldreik.se/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libnettle.so:security/nettle USES= autoreconf localbase:ldflags GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share PLIST_FILES= bin/${PORTNAME} \ share/man/man1/${PORTNAME}.1.gz post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include diff --git a/sysutils/reproduce/Makefile b/sysutils/reproduce/Makefile index 2fa5ae49b019..7edc6f481dc3 100644 --- a/sysutils/reproduce/Makefile +++ b/sysutils/reproduce/Makefile @@ -1,27 +1,27 @@ PORTNAME= reproduce DISTVERSIONPREFIX= v DISTVERSION= 0.5.0 CATEGORIES= sysutils -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= AppJail image builder WWW= https://github.com/DtxdF/reproduce LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= DtxdF NO_BUILD= yes PLIST_FILES= bin/appjail-reproduce PORTDOCS= README.md OPTIONS_DEFINE= DOCS do-install-DOCS-on: @${MKDIR} ${STAGEDIR}/${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}/${DOCSDIR} .include diff --git a/sysutils/walk/Makefile b/sysutils/walk/Makefile index 45a03af22570..0789e46f99d1 100644 --- a/sysutils/walk/Makefile +++ b/sysutils/walk/Makefile @@ -1,31 +1,31 @@ PORTNAME= walk DISTVERSIONPREFIX= v DISTVERSION= 1.13.0 PORTREVISION= 1 CATEGORIES= sysutils -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Terminal file manager WWW= https://github.com/antonmedv/${PORTNAME} LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/antonmedv/${PORTNAME} CONFLICTS_INSTALL= 4ti2 PLIST_FILES= bin/${PORTNAME} OPTIONS_RADIO= CLIPBOARD OPTIONS_RADIO_CLIPBOARD= WL_COPY XCLIP XSEL WL_COPY_DESC= Use wl-copy XCLIP_DESC= Use xclip XSEL_DESC= Use xsel-conrad WL_COPY_RUN_DEPENDS= wl-clipboard>0:x11/wl-clipboard XCLIP_RUN_DEPENDS= xclip>0:x11/xclip XSEL_RUN_DEPENDS= xsel-conrad>0:x11/xsel-conrad .include diff --git a/sysutils/yank/Makefile b/sysutils/yank/Makefile index c7983ea3fdc4..3c424511464b 100644 --- a/sysutils/yank/Makefile +++ b/sysutils/yank/Makefile @@ -1,25 +1,25 @@ PORTNAME= yank DISTVERSION= 1.3.0 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://github.com/mptre/yank/releases/download/v${DISTVERSION}/ -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Yank terminal output to clipboard WWW= https://github.com/mptre/yank/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE MAKE_ARGS= MANPREFIX=${PREFIX}/share/man \ PREFIX=${PREFIX} PLIST_FILES= bin/yank \ share/man/man1/yank.1.gz OPTIONS_DEFINE= CLIPBOARD OPTIONS_DEFAULT= CLIPBOARD CLIPBOARD_DESC= Clipboard support CLIPBOARD_RUN_DEPENDS= xsel-conrad>=0:x11/xsel-conrad .include diff --git a/textproc/py-ebcdic/Makefile b/textproc/py-ebcdic/Makefile index cd1689d4aacb..d23107e6232a 100644 --- a/textproc/py-ebcdic/Makefile +++ b/textproc/py-ebcdic/Makefile @@ -1,25 +1,25 @@ PORTNAME= ebcdic PORTVERSION= 1.1.1 PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= textproc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Additional EBCDIC codecs WWW= https://github.com/roskakori/CodecMapper LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= python USE_GITHUB= yes GH_ACCOUNT= roskakori GH_PROJECT= CodecMapper USE_PYTHON= autoplist distutils unittest NO_ARCH= yes WRKSRC_SUBDIR= ${PORTNAME} .include diff --git a/textproc/py-fasttext-predict/Makefile b/textproc/py-fasttext-predict/Makefile index 9115c89ec69a..cfa432933393 100644 --- a/textproc/py-fasttext-predict/Makefile +++ b/textproc/py-fasttext-predict/Makefile @@ -1,25 +1,25 @@ PORTNAME= fasttext-predict DISTVERSION= 0.9.2.2 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Python package for fasttext WWW= https://pypi.org/project/${PORTNAME} \ https://github.com/searxng/${PORTNAME} LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pybind11>=0:devel/py-pybind11@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= python USE_PYTHON= autoplist pep517 post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/fasttext_pybind.cpython-${PYTHON_VER:S/.//}.so .include diff --git a/textproc/py-pscript/Makefile b/textproc/py-pscript/Makefile index 10b476eab8cb..205b1d480c68 100644 --- a/textproc/py-pscript/Makefile +++ b/textproc/py-pscript/Makefile @@ -1,21 +1,21 @@ PORTNAME= pscript DISTVERSION= 0.8.0 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Python to JavaScript compiler WWW= https://pscript.readthedocs.io/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=0:devel/py-flit-core@${PY_FLAVOR} USES= python USE_PYTHON= autoplist pep517 NO_ARCH= yes .include diff --git a/textproc/py-python-pptx/Makefile b/textproc/py-python-pptx/Makefile index 0651526b7691..e12dd5f3d8a2 100644 --- a/textproc/py-python-pptx/Makefile +++ b/textproc/py-python-pptx/Makefile @@ -1,29 +1,29 @@ PORTNAME= python-pptx DISTVERSION= 1.0.2 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python_pptx-${DISTVERSION} -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Generate and manipulate Open XML PowerPoint (.pptx) files WWW= https://github.com/scanny/python-pptx LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=3.1.0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pillow>=3.3.2:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}XlsxWriter>=0.5.7:textproc/py-xlsxwriter@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}behave>0:devel/py-behave@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.0.1:devel/py-pyparsing@${PY_FLAVOR} USES= python USE_PYTHON= autoplist pep517 pytest NO_ARCH= yes .include diff --git a/textproc/py-pytomlpp/Makefile b/textproc/py-pytomlpp/Makefile index b9d35a7587a2..6a594b60b216 100644 --- a/textproc/py-pytomlpp/Makefile +++ b/textproc/py-pytomlpp/Makefile @@ -1,24 +1,24 @@ PORTNAME= pytomlpp DISTVERSION= 1.0.13 PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Python wrapper for toml++ WWW= https://pypi.org/project/${PORTNAME}/ \ https://github.com/bobfang1992/${PORTNAME} LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pybind11>=0:devel/py-pybind11@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/_impl.cpython-${PYTHON_VER:S/.//}.so .include diff --git a/textproc/py-reindent/Makefile b/textproc/py-reindent/Makefile index 383795817662..d87f7c0c14a5 100644 --- a/textproc/py-reindent/Makefile +++ b/textproc/py-reindent/Makefile @@ -1,17 +1,17 @@ PORTNAME= reindent DISTVERSION= 3.5.1 PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Reindent python scripts WWW= https://pypi.org/project/reindent/ LICENSE= PD USES= python USE_PYTHON= autoplist distutils .include diff --git a/textproc/py-vbuild/Makefile b/textproc/py-vbuild/Makefile index 8ecbb36c7dc4..17361ce8665d 100644 --- a/textproc/py-vbuild/Makefile +++ b/textproc/py-vbuild/Makefile @@ -1,23 +1,23 @@ PORTNAME= vbuild DISTVERSION= 0.8.2 PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Simple module to extract html/script/style from a VueJS file WWW= https://github.com/manatlan/vbuild LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pscript>=0:textproc/py-pscript@${PY_FLAVOR} USES= python USE_PYTHON= autoplist pep517 NO_ARCH= yes .include diff --git a/www/badwolf/Makefile b/www/badwolf/Makefile index 9241584afa82..a0988795a887 100644 --- a/www/badwolf/Makefile +++ b/www/badwolf/Makefile @@ -1,47 +1,47 @@ PORTNAME= badwolf DISTVERSION= 1.3.0 PORTREVISION= 3 CATEGORIES= www MASTER_SITES= https://hacktivis.me/releases/ -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Minimalist and privacy-oriented WebKitGTK browser WWW= https://hacktivis.me/projects/badwolf LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS+= libharfbuzz.so:print/harfbuzz \ libwebkit2gtk-4.0.so:www/webkit2-gtk@40 USES= desktop-file-utils gnome ninja pkgconfig USE_GNOME= atk cairo gdkpixbuf gtk30 libxml2 pango HAS_CONFIGURE= yes CONFIGURE_ENV= WITH_WEBKITGTK=4.0 OPTIONS_DEFINE= GSTREAMER NLS OPTIONS_DEFAULT= GSTREAMER LIBSOUP OPTIONS_SINGLE= URI_PARSER OPTIONS_SINGLE_URI_PARSER= GURI LIBSOUP OPTIONS_SUB= yes GURI_DESC= Use GUri from glib-2.0 LIBSOUP_DESC= Use libsoup URI_PARSER_DESC= URI PARSER GSTREAMER_USES= gstreamer GSTREAMER_USE= GSTREAMER=bad,good,libav GURI_CONFIGURE_ENV= WITH_URI_PARSER=guri LIBSOUP_LIB_DEPENDS= libsoup-2.4.so:devel/libsoup LIBSOUP_CONFIGURE_ENV= WITH_URI_PARSER=libsoup2 NLS_USES= gettext NLS_EXTRA_PATCHES_OFF= ${PATCHDIR}/extra-patch-configure GURI_USE_GNOME= glib20 LIBAV_USE_GSTREAMER= libav post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include diff --git a/www/dasherr/Makefile b/www/dasherr/Makefile index 12ae4ccbaac0..e0b0563c1d6e 100644 --- a/www/dasherr/Makefile +++ b/www/dasherr/Makefile @@ -1,24 +1,24 @@ PORTNAME= dasherr DISTVERSION= 1.05.01 CATEGORIES= www MASTER_SITES= https://github.com/erohtar/Dasherr/releases/download/v${DISTVERSION}/ DISTNAME= ${PORTNAME}.${DISTVERSION} -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Lightweight dashboard for self-hosted services (and bookmarks) WWW= https://github.com/erohtar/Dasherr/ LICENSE= GPLv3 USES= php zip NO_ARCH= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/www do-install: ${MKDIR} ${STAGEDIR}${WWWDIR} cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} .include diff --git a/www/p5-LWP-UserAgent-Cached/Makefile b/www/p5-LWP-UserAgent-Cached/Makefile index e195e6cc10d2..306fe8f09d7c 100644 --- a/www/p5-LWP-UserAgent-Cached/Makefile +++ b/www/p5-LWP-UserAgent-Cached/Makefile @@ -1,19 +1,19 @@ PORTNAME= LWP-UserAgent-Cached PORTVERSION= 0.08 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= LWP::UserAgent with simple caching mechanism WWW= https://metacpan.org/dist/LWP-UserAgent-Cached/ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure NO_ARCH= yes .include diff --git a/www/py-httpx-retries/Makefile b/www/py-httpx-retries/Makefile index a06943fcc8e0..bc3702d822c4 100644 --- a/www/py-httpx-retries/Makefile +++ b/www/py-httpx-retries/Makefile @@ -1,24 +1,24 @@ PORTNAME= httpx-retries DISTVERSION= 0.4.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= httpx_retries-${PORTVERSION} -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Retry layer for HTTPX WWW= https://will-ockmore.github.io/httpx-retries/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-fancy-pypi-readme>=0:devel/py-hatch-fancy-pypi-readme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx>=0:www/py-httpx@${PY_FLAVOR} USES= python USE_PYTHON= autoplist pep517 NO_ARCH= yes .include diff --git a/www/py-nicegui-highcharts/Makefile b/www/py-nicegui-highcharts/Makefile index d55794cd1cfb..260d583ab633 100644 --- a/www/py-nicegui-highcharts/Makefile +++ b/www/py-nicegui-highcharts/Makefile @@ -1,33 +1,33 @@ PORTNAME= nicegui-highcharts DISTVERSION= 2.1.0 CATEGORIES= www graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= nicegui_highcharts-${PORTVERSION} -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= NiceGUI extension providing highcharts elements WWW= https://github.com/zauberzeug/nicegui-highcharts LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} USES= python USE_PYTHON= autoplist pep517 NO_ARCH= yes OPTIONS_DEFAULT= NICEGUI_GUI OPTIONS_SINGLE= NICEGUI OPTIONS_SINGLE_NICEGUI= NICEGUI_GUI NICEGUI_NOGUI NICEGUI_GUI_DESC= Use www/py-nicegui NICEGUI_NOGUI_DESC= Use www/py-nicegui-nogui NICEGUI_GUI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nicegui>=0:www/py-nicegui@${PY_FLAVOR} NICEGUI_NOGUI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nicegui-nogui>=0:www/py-nicegui-nogui@${PY_FLAVOR} .include diff --git a/www/py-nicegui-nogui/Makefile b/www/py-nicegui-nogui/Makefile index 67e04023f728..ee354f208e01 100644 --- a/www/py-nicegui-nogui/Makefile +++ b/www/py-nicegui-nogui/Makefile @@ -1,13 +1,13 @@ PORTNAME= nicegui PKGNAMESUFFIX= -nogui -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Create web-based user interfaces with Python (nogui) CONFLICTS_INSTALL= www/py-nicegui MASTERDIR= ${.CURDIR}/../py-nicegui OPTIONS_DEFAULT= PLOTLY MATPLOTLIB .include "${MASTERDIR}/Makefile" diff --git a/www/py-nicegui/Makefile b/www/py-nicegui/Makefile index 37d123e55a44..7263b4f7d45b 100644 --- a/www/py-nicegui/Makefile +++ b/www/py-nicegui/Makefile @@ -1,69 +1,69 @@ PORTNAME= nicegui DISTVERSION= 2.18.0 CATEGORIES= www graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT?= Create web-based user interfaces with Python WWW= https://nicegui.io/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiofiles>=0:devel/py-aiofiles@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}aiohttp>=0:www/py-aiohttp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}docutils>=0:textproc/py-docutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fastapi>=0:www/py-fastapi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}h11>=0:net/py-h11@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}httpx>=0:www/py-httpx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ifaddr>=0:net/py-ifaddr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}itsdangerous>=0:security/py-itsdangerous@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}markdown2>=0:textproc/py-markdown2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}orjson>=0:devel/py-orjson@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-engineio>=0:devel/py-python-engineio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-multipart>=0:www/py-python-multipart@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-socketio>=0:devel/py-python-socketio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}starlette>=0:www/py-starlette@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urllib3>=0:net/py-urllib3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}uvicorn>=0:www/py-uvicorn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}vbuild>=0:textproc/py-vbuild@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wait-for2>=0:devel/py-wait-for2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}watchfiles>=0:devel/py-watchfiles@${PY_FLAVOR} USES= python shebangfix USE_PYTHON= autoplist pep517 SHEBANG_FILES= nicegui/scripts/pack.py CONFLICTS_INSTALL?= www/py-nicegui-nogui NO_ARCH= yes OPTIONS_DEFINE= LIBSASS MATPLOTLIB PLOTLY REDIS OPTIONS_DEFAULT?= LIBSASS MATPLOTLIB PLOTLY PYWEBVIEW_QT REDIS OPTIONS_RADIO= PYWEBVIEW OPTIONS_RADIO_PYWEBVIEW= PYWEBVIEW_GTK PYWEBVIEW_QT LIBSASS_DESC= Enable support for libsass MATPLOTLIB_DESC= Enable support for matplotlib PLOTLY_DESC= Enable support for plotly PYWEBVIEW_DESC= Enable support for native mode PYWEBVIEW_GTK_DESC= Use GTK port PYWEBVIEW_QT_DESC= Use QT port LIBSASS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libsass>=0:www/py-libsass@${PY_FLAVOR} MATPLOTLIB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR} PLOTLY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plotly>=0:graphics/py-plotly@${PY_FLAVOR} PYWEBVIEW_GTK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pywebview-gtk>=0:www/py-pywebview-gtk@${PY_FLAVOR} PYWEBVIEW_QT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pywebview-qt>=0:www/py-pywebview-qt@${PY_FLAVOR} REDIS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}redis>=0:databases/py-redis@${PY_FLAVOR} .include diff --git a/www/py-proxy_tools/Makefile b/www/py-proxy_tools/Makefile index 027e83ffb103..090209361c82 100644 --- a/www/py-proxy_tools/Makefile +++ b/www/py-proxy_tools/Makefile @@ -1,19 +1,19 @@ PORTNAME= proxy_tools DISTVERSION= 0.1.0 PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Simple proxy implementation for Python WWW= https://github.com/jtushman/proxy_tools LICENSE= MIT USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes .include diff --git a/www/py-pywebview-gtk/Makefile b/www/py-pywebview-gtk/Makefile index 804d477fef51..6298e370e715 100644 --- a/www/py-pywebview-gtk/Makefile +++ b/www/py-pywebview-gtk/Makefile @@ -1,32 +1,32 @@ PORTNAME= pywebview DISTVERSION= 5.3.2 PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= -gtk -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Build GUI for your Python program with JavaScript, HTML, and CSS (gtk) WWW= https://github.com/r0x0r/pywebview LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk@40 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bottle>=0:www/py-bottle@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}proxy_tools>=0:www/py-proxy_tools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} USES= gnome python USE_GNOME+= gtk30:run pygobject3:run USE_PYTHON= autoplist cryptography pep517 CONFLICTS_INSTALL= www/py-${PORTNAME}-qt NO_ARCH= yes .include diff --git a/www/py-pywebview-qt/Makefile b/www/py-pywebview-qt/Makefile index d471e1ef1302..00fb5a447af0 100644 --- a/www/py-pywebview-qt/Makefile +++ b/www/py-pywebview-qt/Makefile @@ -1,32 +1,32 @@ PORTNAME= pywebview DISTVERSION= 5.3.2 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= -qt -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Build GUI for your Python program with JavaScript, HTML, and CSS (qt) WWW= https://github.com/r0x0r/pywebview LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bottle>=0:www/py-bottle@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}proxy_tools>=0:www/py-proxy_tools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyside2>=0:devel/pyside2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}QtPy>=0:devel/py-QtPy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} USES= pyqt:5 python USE_PYQT= webengine:run USE_PYTHON= autoplist cryptography pep517 CONFLICTS_INSTALL= www/py-${PORTNAME}-gtk NO_ARCH= yes .include diff --git a/www/py-searxng-devel/Makefile b/www/py-searxng-devel/Makefile index c71d54ca09a5..3e9a22d192c0 100644 --- a/www/py-searxng-devel/Makefile +++ b/www/py-searxng-devel/Makefile @@ -1,62 +1,62 @@ PORTNAME= searxng DISTVERSION= 20250203 PORTREVISION= 1 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= -devel -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Free internet metasearch engine WWW= https://docs.searxng.org/ LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=0:devel/py-babel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}brotli>=0:archivers/py-brotli@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fasttext-predict>=0:textproc/py-fasttext-predict@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}flask-babel>=0:devel/py-flask-babel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}flask>=0:www/py-flask@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}httpx-socks>=0:www/py-httpx-socks@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}httpx>=0:www/py-httpx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}isodate>=0:devel/py-isodate@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}langdetect>=0:textproc/py-langdetect@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}markdown-it-py>=0:textproc/py-markdown-it-py@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}msgspec>=0:devel/py-msgspec@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-dateutil>=0:devel/py-python-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytomlpp>=0:textproc/py-pytomlpp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}redis>=0:databases/py-redis@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setproctitle>=0:devel/py-setproctitle@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typer>=0:devel/py-typer@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}uvloop>=0:devel/py-uvloop@${PY_FLAVOR} USES= python USE_GITHUB= yes GH_TAGNAME= 4ab7984edde27b36b158f678d83b993ad4126619 USE_PYTHON= autoplist distutils USE_RC_SUBR= searxng CONFLICTS= searx NO_ARCH= yes SUB_FILES= searxng SUB_LIST= PYTHON_CMD=${PYTHON_CMD} post-patch: # expect dependencies to be backwards-compatible, otherwise it is difficult to have a port @${REINPLACE_CMD} -e 's|==|>=|' ${WRKSRC}/requirements.txt post-install: # move settings to etc/ /usr/local/lib/python3.x/site-packages/searx/settings.yml @${MV} ${STAGEDIR}${PYTHON_SITELIBDIR}/searx/settings.yml ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.yml.sample @${LN} -s ${PREFIX}/etc/${PORTNAME}.yml ${STAGEDIR}${PYTHON_SITELIBDIR}/searx/settings.yml .include diff --git a/www/rustypaste-cli/Makefile b/www/rustypaste-cli/Makefile index 4a7516ea0b5f..d9e20f7cfb8e 100644 --- a/www/rustypaste-cli/Makefile +++ b/www/rustypaste-cli/Makefile @@ -1,34 +1,34 @@ PORTNAME= rustypaste-cli DISTVERSIONPREFIX= v DISTVERSION= 0.9.4 CATEGORIES= www -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= CLI tool for rustypaste WWW= https://github.com/orhun/rustypaste-cli LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_i386= compilation fails: error[E0080]: evaluation of constant value failed USES= cargo USE_GITHUB= yes GH_ACCOUNT= orhun CARGO_FEATURES= --no-default-features PLIST_DIRS= ${EXAMPLESDIR} PLIST_FILES= ${EXAMPLESDIR}/config.toml \ bin/rpaste OPTIONS_DEFINE= NATIVE_CERTS NATIVE_CERTS_DESC= Support using the OS TLS trust store NATIVE_CERTS_VARS= CARGO_FEATURES+=use-native-certs post-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/config.toml ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/www/rustypaste/Makefile b/www/rustypaste/Makefile index 22213f0e571b..e277cb5a88bb 100644 --- a/www/rustypaste/Makefile +++ b/www/rustypaste/Makefile @@ -1,62 +1,62 @@ PORTNAME= rustypaste DISTVERSIONPREFIX= v DISTVERSION= 0.16.1 CATEGORIES= www -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Minimal file upload/pastebin service WWW= https://blog.orhun.dev/blazingly-fast-file-sharing LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_i386= compilation fails: error[E0080]: evaluation of constant value failed LIB_DEPENDS= libzstd.so:archivers/zstd USES= cargo USE_GITHUB= yes GH_ACCOUNT= orhun USE_RC_SUBR= ${PORTNAME} CARGO_FEATURES= --no-default-features SUB_LIST+= USER=${RUSTYPASTE_USER} USERS= ${RUSTYPASTE_USER} GROUPS= ${RUSTYPASTE_GROUP} RUSTYPASTE_USER= ${PORTNAME} RUSTYPASTE_GROUP= ${RUSTYPASTE_USER} PLIST_SUB+= GROUP=${RUSTYPASTE_USER} \ USER=${RUSTYPASTE_GROUP} OPTIONS_DEFINE= SHUTTLE OPTIONS_DEFAULT= OPENSSL OPTIONS_RADIO= TLS OPTIONS_RADIO_TLS= OPENSSL RUSTLS OPENSSL_DESC= Use distro OpenSSL (binary size is reduced ~20%) RUSTLS_DESC= Use modern TLS library in Rust SHUTTLE_DESC= Enable an entry point for deploying on Shuttle OPENSSL_USES= ssl OPENSSL_VARS= CARGO_FEATURES+=openssl RUSTLS_VARS= CARGO_FEATURES+=rustls SHUTTLE_BUILD_DEPENDS= protoc:devel/protobuf SHUTTLE_VARS= CARGO_FEATURES+=shuttle UPLOAD_PATH= /var/db/${PORTNAME} post-patch: @${REINPLACE_CMD} -e '/^upload_path[[:space:]]*=/s#=.*#= "${UPLOAD_PATH}"#' ${WRKSRC}/config.toml post-install: ${MKDIR} ${STAGEDIR}${ETCDIR} ${MKDIR} ${STAGEDIR}/${UPLOAD_PATH} ${ECHO_CMD} 'CONFIG="${ETCDIR}/${PORTNAME}.toml"' > ${STAGEDIR}${ETCDIR}/${PORTNAME}.env.sample ${CP} ${WRKSRC}/config.toml ${STAGEDIR}${ETCDIR}/${PORTNAME}.toml.sample .include diff --git a/x11/habak/Makefile b/x11/habak/Makefile index 9704c91ccdab..021a2d68ec4c 100644 --- a/x11/habak/Makefile +++ b/x11/habak/Makefile @@ -1,24 +1,24 @@ PORTNAME= habak DISTVERSION= 0.2.5 PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= SF/fvwm-crystal/habak/${DISTVERSION} -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Background changing app WWW= https://sourceforge.net/projects/fvwm-crystal/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS+= libImlib2.so:graphics/imlib2 \ libX11.so:x11/libX11 USES= localbase:ldflags PLIST_FILES= bin/${PORTNAME} do-install: (cd ${WRKSRC}/src && ${INSTALL_PROGRAM} ${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}) .include diff --git a/x11/lemonbar-xft/Makefile b/x11/lemonbar-xft/Makefile index c1d5ae29bb3a..b2a08858dea3 100644 --- a/x11/lemonbar-xft/Makefile +++ b/x11/lemonbar-xft/Makefile @@ -1,30 +1,30 @@ PORTNAME= lemonbar-xft DISTVERSION= g20201213 PORTREVISION= 1 CATEGORIES= x11 -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Fork of lemonbar with support for Xft (fontconfig typefaces) WWW= https://gitlab.com/protesilaos/lemonbar-xft LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig USES= gmake localbase:ldflags perl5 xorg USE_XORG= xcb xft x11 USE_PERL5= build CONFLICTS_INSTALL= lemonbar PLIST_FILES= bin/lemonbar \ share/man/man1/lemonbar.1.gz USE_GITLAB= yes GL_ACCOUNT= protesilaos GL_TAGNAME= 0042efd2ec1477ab96eb044ebba72a10aefff21f .include