diff --git a/audio/abcde/Makefile b/audio/abcde/Makefile index 79d50347969e..5c40120bbfe3 100644 --- a/audio/abcde/Makefile +++ b/audio/abcde/Makefile @@ -1,73 +1,73 @@ # Created by: Munish Chopra PORTNAME= abcde DISTVERSION= 2.9.3 CATEGORIES= audio MASTER_SITES= http://abcde.einval.com/download/ -MAINTAINER= arved@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Front-end shell script to encode CDs in flac/mp3/ogg/speex format LICENSE= ART10 GPLv2 LICENSE_COMB= dual RUN_DEPENDS= cd-discid:audio/cd-discid \ cdparanoia:audio/cdparanoia \ lame:audio/lame \ eyeD3:audio/py-eyed3 \ oggenc:audio/vorbis-tools \ bash:shells/bash USES= shebangfix NO_ARCH= yes NO_BUILD= yes SHEBANG_FILES= abcde abcde-musicbrainz-tool cddb-tool SUB_FILES= pkg-message OPTIONS_GROUP= CODEC RIPPER OPTIONS_GROUP_CODEC= AAC FLAC MPP OPUS SPEEX OPTIONS_GROUP_RIPPER= CDDA2WAV DAGRAB OPTIONS_DEFINE= MUSICBRAINZ NORMALIZE REPLAYGAIN OPTIONS_DEFAULT= MUSICBRAINZ AAC_RUN_DEPENDS= faac:audio/faac CDDA2WAV_RUN_DEPENDS= cdda2wav:sysutils/cdrtools DAGRAB_RUN_DEPENDS= dagrab:audio/dagrab FLAC_RUN_DEPENDS= flac:audio/flac MPP_RUN_DEPENDS= mpcenc:audio/musepack MUSICBRAINZ_DESC= Enable MusicBrainz DiscID support MUSICBRAINZ_USES= perl5 MUSICBRAINZ_USE= PERL5=run MUSICBRAINZ_RUN_DEPENDS= \ p5-MusicBrainz-DiscID>=0:audio/p5-MusicBrainz-DiscID \ p5-WebService-MusicBrainz>=1:www/p5-WebService-MusicBrainz NORMALIZE_DESC= Enable normalize support NORMALIZE_RUN_DEPENDS= normalize:audio/normalize OPUS_RUN_DEPENDS= opusenc:audio/opus-tools REPLAYGAIN_DESC= Enable (vorbis|mp3)gain support REPLAYGAIN_RUN_DEPENDS= mp3gain:audio/mp3gain \ vorbisgain:audio/vorbisgain SPEEX_RUN_DEPENDS= speexenc:audio/speex post-patch: @${REINPLACE_CMD} -e \ 's|\([[:space:]]\)\(/etc/abcde.conf\)|\1${PREFIX}\2|' \ ${WRKSRC}/abcde @${REINPLACE_CMD} -e \ 's|\(fI\)\(/etc/abcde.conf\)|\1${PREFIX}\2|' \ ${WRKSRC}/abcde.1 do-install: (cd ${WRKSRC} && ${INSTALL_SCRIPT} abcde cddb-tool \ ${STAGEDIR}${PREFIX}/bin) (cd ${WRKSRC} && ${INSTALL_DATA} abcde.conf \ ${STAGEDIR}${PREFIX}/etc/abcde.conf.sample) (cd ${WRKSRC} && ${INSTALL_MAN} abcde.1 cddb-tool.1 \ ${STAGEDIR}${MANPREFIX}/man/man1) post-install-MUSICBRAINZ-on: (cd ${WRKSRC} && ${INSTALL_SCRIPT} abcde-musicbrainz-tool \ ${STAGEDIR}${PREFIX}/bin) .include diff --git a/audio/gradio/Makefile b/audio/gradio/Makefile index 93a1cd90e63d..59e98f6988e7 100644 --- a/audio/gradio/Makefile +++ b/audio/gradio/Makefile @@ -1,30 +1,30 @@ # Created by: arved PORTNAME= gradio PORTVERSION= 7.3 DISTVERSIONPREFIX= v CATEGORIES= audio -MAINTAINER= arved@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= GTK3 app for finding and listening to internet radio stations LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.md BUILD_DEPENDS= valac:lang/vala LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ libjson-glib-1.0.so:devel/json-glib USES= gettext gnome meson pkgconfig python:3.4+,env sqlite USE_GITHUB= yes GH_ACCOUNT= haecker-felix GH_PROJECT= Gradio USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 USE_GSTREAMER1= mpg123 soup GLIB_SCHEMAS= de.haeckerfelix.gradio.gschema.xml post-patch: ${REINPLACE_CMD} -e "s,python3,${PYTHON_CMD}," ${WRKSRC}/meson_post_install.sh .include diff --git a/audio/ladspa/Makefile b/audio/ladspa/Makefile index fd3534947adb..19a3d0c64b9c 100644 --- a/audio/ladspa/Makefile +++ b/audio/ladspa/Makefile @@ -1,43 +1,43 @@ # Created by: Tilman Linneweh PORTNAME= ladspa PORTVERSION= 1.17 CATEGORIES= audio MASTER_SITES= http://www.ladspa.org/download/ DISTNAME= ladspa_sdk_${PORTVERSION} -MAINTAINER= arved@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Linux Audio Developer's Simple Plugin API LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/doc/COPYING LIB_DEPENDS= libsndfile.so:audio/libsndfile USES= gmake tar:tgz USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/ladspa_sdk_${PORTVERSION} PROGRAM_FILES= analyseplugin applyplugin listplugins PLUGIN_FILES= amp.so delay.so filter.so noise.so sine.so PLUGIN_DIR?= ${STAGEDIR}${PREFIX}/lib/ladspa/ ALL_TARGET= targets BUILD_WRKSRC= ${WRKSRC}/src post-patch: ${REINPLACE_CMD} -e 's,-ldl,,; s,-O3,${CFLAGS},; s,-Werror ,,; \ s,^CC,#CC,;s,^CPP,#CPP,;s,CPP,CXX,; s,^CXXFLAGS.*=,CXXFLAGS+=,; \ s,lsndfile,lsndfile -L${LOCALBASE}/lib,;s,I\.,I. -I${LOCALBASE}/include,' \ ${WRKSRC}/src/Makefile do-install: ${INSTALL_DATA} ${WRKSRC}/src/ladspa.h ${STAGEDIR}${PREFIX}/include .for file in ${PROGRAM_FILES} ${INSTALL_PROGRAM} ${WRKSRC}/bin/${file} ${STAGEDIR}${PREFIX}/bin .endfor @${MKDIR} ${PLUGIN_DIR} .for file in ${PLUGIN_FILES} ${INSTALL_LIB} ${WRKSRC}/plugins/${file} ${PLUGIN_DIR} .endfor .include diff --git a/audio/swhplugins/Makefile b/audio/swhplugins/Makefile index d297cfd6d01d..87b2ca60bb81 100644 --- a/audio/swhplugins/Makefile +++ b/audio/swhplugins/Makefile @@ -1,44 +1,44 @@ # Created by: Tilman Linneweh PORTNAME= swhplugins PORTVERSION= 0.4.17 DISTVERSIONPREFIX= v CATEGORIES= audio -MAINTAINER= arved@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Steve Harris' huge Collection of LADSPA Plugins LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa \ ${LOCALBASE}/include/fftw3.h:math/fftw3 \ p5-XML-Parser>=0:textproc/p5-XML-Parser LIB_DEPENDS= libfftw3f.so:math/fftw3-float USES= autoreconf gmake libtool localbase:ldflags pkgconfig shebangfix USE_GITHUB= yes GH_ACCOUNT= swh GH_PROJECT= ladspa SHEBANG_FILES= makestub.pl GNU_CONFIGURE= yes USE_LDCONFIG= yes CFLAGS+= -fPIC -DPIC -fgnu89-inline OPTIONS_DEFINE= NLS 3DNOW SSE OPTIONS_SUB= yes 3DNOW_DESC= use 3DNow! instructions SSE_DESC= use SSE instructions NLS_USES= gettext NLS_LDFLAGS= -lintl NLS_CONFIGURE_ENABLE= nls NLS_USES_OFF= gettext-tools 3DNOW_CONFIGURE_ENABLE= 3dnow SSE_CONFIGURE_ENABLE= sse .include diff --git a/benchmarks/netio/Makefile b/benchmarks/netio/Makefile index d74dbd1f6be6..5d453c843cc1 100644 --- a/benchmarks/netio/Makefile +++ b/benchmarks/netio/Makefile @@ -1,40 +1,40 @@ # Created by: arved PORTNAME= netio PORTVERSION= 1.33 CATEGORIES= benchmarks net DISTNAME= netio133 -MAINTAINER= arved@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Network benchmark USES= dos2unix gmake LICENSE= UNKNOWN LICENSE_NAME= unknown LICENSE_TEXT= Usage permitted for non-commercial purposes only. Sale for profit is not permitted. LICENSE_PERMS= auto-accept USE_GITHUB= yes GH_ACCOUNT= kai-uwe-rommel PLIST_FILES= bin/netio CFLAGS+= -DUNIX -DSOCKLEN_T LIBS+= -pthread MAKE_ENV= OUT=-o OPTIONS_DEFINE= IPV6 IPV6_PLIST_FILES= bin/netio6 do-build: @(cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} O=.o CFLAGS="${CFLAGS}" ${MAKE_CMD} all) do-build-IPV6-on: @(cd ${WRKSRC} && \ ${MAKE_ENV} O=.6o X=6 CFLAGS="${CFLAGS} -DUSE_IPV6" ${MAKE_CMD} all) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/netio ${STAGEDIR}${PREFIX}/bin do-install-IPV6-on: ${INSTALL_PROGRAM} ${WRKSRC}/netio6 ${STAGEDIR}${PREFIX}/bin .include diff --git a/devel/colormake/Makefile b/devel/colormake/Makefile index 70e9e8a70101..c9bd24232acc 100644 --- a/devel/colormake/Makefile +++ b/devel/colormake/Makefile @@ -1,30 +1,30 @@ PORTNAME= colormake PORTVERSION= 0.9 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://bre.klaki.net/programs/colormake/ -MAINTAINER= arved@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Wrapper to color gmake output RUN_DEPENDS= gmake:devel/gmake \ bash:shells/bash NO_BUILD= yes USES= perl5 shebangfix USE_PERL5= run SHEBANG_FILES= colormake.pl PLIST_FILES= bin/colormake bin/colormake.pl bin/colormake-short bin/clmake \ bin/clmake-short post-patch: cd ${WRKSRC} && \ ${REINPLACE_CMD} -e "s,make ,gmake ,g;s,/bin/bash,${LOCALBASE}/bin/bash,g" \ colormake colormake-short clmake clmake-short do-install: cd ${WRKSRC} && \ ${INSTALL_SCRIPT} colormake.pl colormake colormake-short clmake \ clmake-short ${STAGEDIR}${PREFIX}/bin .include diff --git a/devel/py-kitchen/Makefile b/devel/py-kitchen/Makefile index 188a608b2329..e1b9c2bef061 100644 --- a/devel/py-kitchen/Makefile +++ b/devel/py-kitchen/Makefile @@ -1,17 +1,17 @@ PORTNAME= kitchen PORTVERSION= 1.2.6 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= arved@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Kitchen contains a cornucopia of useful code LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= python:3.6+ USE_GITHUB= yes GH_ACCOUNT= fedora-infra USE_PYTHON= distutils autoplist .include diff --git a/devel/websocketpp/Makefile b/devel/websocketpp/Makefile index 2ae5fbc71c1f..748292e7ad2a 100644 --- a/devel/websocketpp/Makefile +++ b/devel/websocketpp/Makefile @@ -1,22 +1,22 @@ PORTNAME= websocketpp PORTVERSION= 0.8.2 CATEGORIES= devel -MAINTAINER= arved@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Header-only implementation of the WebSocket protocol LICENSE= MIT BSD3CLAUSE ZLIB LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING USES= cmake:insource cpe CPE_VENDOR= zaphoyd USE_GITHUB= yes GH_ACCOUNT= zaphoyd NO_ARCH= yes post-stage: # https://github.com/zaphoyd/websocketpp/issues/781 @${RMDIR} ${STAGEDIR}${PREFIX}/include/websocketpp/CMakeFiles .include diff --git a/games/moon-buggy/Makefile b/games/moon-buggy/Makefile index 21a9eb08f217..a37fd42c8b33 100644 --- a/games/moon-buggy/Makefile +++ b/games/moon-buggy/Makefile @@ -1,25 +1,25 @@ # Created by: Ralf Becker PORTNAME= moon-buggy PORTVERSION= 1.0.51 PORTREVISION= 4 CATEGORIES= games MASTER_SITES= http://seehuhn.de/media/programs/ -MAINTAINER= arved@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Drive a buggy across the moons surface LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= ncurses GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ --sharedstatedir=/var/games INFO= moon-buggy post-install: ${CHMOD} ${BINMODE} ${STAGEDIR}${PREFIX}/bin/moon-buggy .include diff --git a/misc/img2xterm/Makefile b/misc/img2xterm/Makefile index 325661efd0ba..fe3e8b3e012f 100644 --- a/misc/img2xterm/Makefile +++ b/misc/img2xterm/Makefile @@ -1,25 +1,25 @@ PORTNAME= img2xterm PORTVERSION= 1.0.0 DISTVERSIONPREFIX= v PORTREVISION= 3 CATEGORIES= misc -MAINTAINER= arved@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Display images on 256 color xterms LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick6 USE_GITHUB= yes GH_ACCOUNT= kfei USES= gmake ncurses PLIST_FILES= bin/img2xterm .include do-install: ${INSTALL_PROGRAM} ${WRKSRC}/img2xterm ${STAGEDIR}${PREFIX}/bin .include diff --git a/net-im/libmesode/Makefile b/net-im/libmesode/Makefile index 1dfb4f6eb92a..ce19d85f6e62 100644 --- a/net-im/libmesode/Makefile +++ b/net-im/libmesode/Makefile @@ -1,21 +1,21 @@ PORTNAME= libmesode PORTVERSION= 0.10.1 CATEGORIES= net-im -MAINTAINER= arved@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Lightweight XMPP library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt LIB_DEPENDS= libexpat.so:textproc/expat2 USE_GITHUB= yes GH_ACCOUNT= boothj5 USES= libtool pkgconfig autoreconf ssl GNU_CONFIGURE= yes INSTALL_TARGET=install-strip CONFIGURE_ARGS+= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig USE_LDCONFIG= yes .include diff --git a/net-im/libstrophe/Makefile b/net-im/libstrophe/Makefile index ca379028e169..4b378f7c2112 100644 --- a/net-im/libstrophe/Makefile +++ b/net-im/libstrophe/Makefile @@ -1,21 +1,21 @@ PORTNAME= libstrophe PORTVERSION= 0.11.0 CATEGORIES= net-im -MAINTAINER= arved@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Lightweight XMPP library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt LIB_DEPENDS= libexpat.so:textproc/expat2 USES= libtool pkgconfig autoreconf ssl USE_GITHUB= yes GH_ACCOUNT= strophe GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig USE_LDCONFIG= yes INSTALL_TARGET=install-strip .include diff --git a/net/ssldump/Makefile b/net/ssldump/Makefile index 7de6809ee974..0605814474da 100644 --- a/net/ssldump/Makefile +++ b/net/ssldump/Makefile @@ -1,35 +1,35 @@ # Created by: Kris Kennaway PORTNAME= ssldump PORTVERSION= 0.9b3 PORTREVISION= 5 CATEGORIES= net security MASTER_SITES= SF PATCHFILES= 2-ssldump-tls12.diff PATCH_SITES= https://gist.githubusercontent.com/mtigas/5969597/raw/e62ea9ab8a66ad264ffac47c5047c8d7ba94a67f/ -MAINTAINER= arved@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= SSLv3/TLS network protocol analyzer USES= ssl GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-openssl=${OPENSSLBASE} \ --sbindir=${PREFIX}/bin OPTIONS_DEFINE= AES AES_DESC= Enable AES support from CVS (EXPERIMENTAL) PLIST_FILES= bin/ssldump man/man1/ssldump.1.gz .include .if ${PORT_OPTIONS:MAES} EXTRA_PATCHES+= ${FILESDIR}/extra-patch-aes .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ssldump ${STAGEDIR}${PREFIX}/bin/ssldump ${INSTALL_MAN} ${WRKSRC}/ssldump.1 ${STAGEDIR}${PREFIX}/man/man1/ .include diff --git a/textproc/luceneplusplus/Makefile b/textproc/luceneplusplus/Makefile index af028a043668..dc7b51d66354 100644 --- a/textproc/luceneplusplus/Makefile +++ b/textproc/luceneplusplus/Makefile @@ -1,32 +1,32 @@ PORTNAME= lucene++ PORTVERSION= 3.0.8 PORTREVISION= 1 DISTVERSIONPREFIX= rel_ CATEGORIES= textproc -MAINTAINER= arved@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= C++ port of the Lucene library LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LGPL.license LIB_DEPENDS= libboost_system.so:devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= luceneplusplus GH_PROJECT= LucenePlusPlus USES= cmake compiler:c++11-lang USE_LDCONFIG= yes CMAKE_OFF= ENABLE_TEST ENABLE_DEMO .include post-patch: ${REINPLACE_CMD} "/cotire/d" ${WRKSRC}/src/contrib/CMakeLists.txt \ ${WRKSRC}/src/core/CMakeLists.txt \ ${WRKSRC}/src/test/CMakeLists.txt ${REINPLACE_CMD} 's,include/pkgconfig,libdata/pkgconfig,;s,include/cmake,share/lucene++/cmake,' \ ${WRKSRC}/src/config/core/CMakeLists.txt \ ${WRKSRC}/src/config/contrib/CMakeLists.txt .include diff --git a/textproc/py-markdown-math/Makefile b/textproc/py-markdown-math/Makefile index ab2fdcc9c02c..4398da67eceb 100644 --- a/textproc/py-markdown-math/Makefile +++ b/textproc/py-markdown-math/Makefile @@ -1,19 +1,19 @@ PORTNAME= markdown-math PORTVERSION= 0.8 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-${PORTNAME}-${PORTVERSION} -MAINTAINER= arved@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Math formulas support to Python-Markdown LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>=2.0.3:textproc/py-markdown@${PY_FLAVOR} USES= python:3.2+ USE_PYTHON= distutils autoplist .include diff --git a/textproc/py-markups/Makefile b/textproc/py-markups/Makefile index 5173402e5789..4224de728e92 100644 --- a/textproc/py-markups/Makefile +++ b/textproc/py-markups/Makefile @@ -1,16 +1,16 @@ PORTNAME= Markups PORTVERSION= 3.1.2 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= arved@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Wrapper around various text markup languages LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= python:3.7+ USE_PYTHON= distutils autoplist .include diff --git a/textproc/retext/Makefile b/textproc/retext/Makefile index 9ec7e398ccdd..0dd4740e441d 100644 --- a/textproc/retext/Makefile +++ b/textproc/retext/Makefile @@ -1,34 +1,34 @@ PORTNAME= retext DISTVERSION= 7.2.2 CATEGORIES= textproc -MAINTAINER= arved@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Markdown editor LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE_GPL RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>=2.0.3:textproc/py-markdown@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Markups>=3.0.0:textproc/py-markups@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}markdown-math>=0.6:textproc/py-markdown-math@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}docutils>=0:textproc/py-docutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}enchant>=0:textproc/py-enchant@${PY_FLAVOR} USES= python:3.2+ desktop-file-utils pyqt:5 qt:5 USE_GITHUB= yes GH_ACCOUNT= retext-project GH_PROJECT= retext USE_PYTHON= distutils autoplist noflavors USE_QT= linguisttools_build USE_PYQT= core_run sip_run gui_run widgets_run printsupport_run \ network_run BINARY_ALIAS= lrelease=${LRELEASE} NO_ARCH= yes post-patch: ${REINPLACE_CMD} -e "s,lrelease,${LRELEASE}," ${WRKSRC}/setup.py .include