mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 16:07:38 -04:00
audio/*: Move manpages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
be396f0514
commit
8d59f2fa7a
25 changed files with 76 additions and 67 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= beets
|
PORTNAME= beets
|
||||||
DISTVERSION= 1.6.0
|
DISTVERSION= 1.6.0
|
||||||
PORTREVISION= 4
|
PORTREVISION= 5
|
||||||
CATEGORIES= audio python
|
CATEGORIES= audio python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}confuse>=1.0.0:devel/py-confuse@${PY_FLAVOR}
|
||||||
USES= python
|
USES= python
|
||||||
USE_PYTHON= autoplist distutils optsuffix
|
USE_PYTHON= autoplist distutils optsuffix
|
||||||
|
|
||||||
PLIST_FILES= man/man1/beet.1.gz man/man5/beetsconfig.5.gz
|
PLIST_FILES= share/man/man1/beet.1.gz share/man/man5/beetsconfig.5.gz
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
||||||
|
@ -88,7 +88,7 @@ WEB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flask>=0:www/py-flask@${PY_FLAVOR}
|
||||||
WEB_CORS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask-Cors>=0:www/py-flask-cors@${PY_FLAVOR}
|
WEB_CORS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask-Cors>=0:www/py-flask-cors@${PY_FLAVOR}
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${INSTALL} ${WRKSRC}/man/beet.1 ${STAGEDIR}${PREFIX}/man/man1/
|
${INSTALL} ${WRKSRC}/man/beet.1 ${STAGEDIR}${PREFIX}/share/man/man1/
|
||||||
${INSTALL} ${WRKSRC}/man/beetsconfig.5 ${STAGEDIR}${PREFIX}/man/man5/
|
${INSTALL} ${WRKSRC}/man/beetsconfig.5 ${STAGEDIR}${PREFIX}/share/man/man5/
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PORTNAME= cd-discid
|
PORTNAME= cd-discid
|
||||||
DISTVERSION= 1.4-14
|
DISTVERSION= 1.4-14
|
||||||
DISTVERSIONSUFFIX= -ga69bd89
|
DISTVERSIONSUFFIX= -ga69bd89
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
|
@ -13,9 +14,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= taem
|
GH_ACCOUNT= taem
|
||||||
|
|
||||||
MAKE_ARGS+= MANDIR=${PREFIX}/man/man1
|
MAKE_ARGS+= MANDIR=${PREFIX}/share/man/man1
|
||||||
|
|
||||||
PLIST_FILES= bin/cd-discid \
|
PLIST_FILES= bin/cd-discid \
|
||||||
man/man1/cd-discid.1.gz
|
share/man/man1/cd-discid.1.gz
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= d11amp
|
PORTNAME= d11amp
|
||||||
DISTVERSION= 0.61
|
DISTVERSION= 0.61
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= https://www.dettus.net/d11amp/
|
MASTER_SITES= https://www.dettus.net/d11amp/
|
||||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||||
|
@ -19,14 +19,14 @@ LIB_DEPENDS= libmpg123.so:audio/mpg123 \
|
||||||
USES= gnome pkgconfig tar:bz2
|
USES= gnome pkgconfig tar:bz2
|
||||||
USE_GNOME= cairo gdkpixbuf2 gtk40
|
USE_GNOME= cairo gdkpixbuf2 gtk40
|
||||||
|
|
||||||
MAKE_ARGS= INSTALLMAN=${STAGEDIR}${PREFIX}/man
|
MAKE_ARGS= INSTALLMAN=${STAGEDIR}${PREFIX}/share/man
|
||||||
TEST_ENV= SHA256_CMD=sha256 TMP_DIR=/tmp/d11amp/
|
TEST_ENV= SHA256_CMD=sha256 TMP_DIR=/tmp/d11amp/
|
||||||
TEST_TARGET= check
|
TEST_TARGET= check
|
||||||
|
|
||||||
LDFLAGS+= -Wl,--as-needed
|
LDFLAGS+= -Wl,--as-needed
|
||||||
|
|
||||||
PLIST_FILES= bin/d11amp \
|
PLIST_FILES= bin/d11amp \
|
||||||
man/man1/d11amp.1.gz
|
share/man/man1/d11amp.1.gz
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/d11amp
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/d11amp
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= dcd
|
PORTNAME= dcd
|
||||||
PORTVERSION= 0.99.2
|
PORTVERSION= 0.99.2
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= SF/${PORTNAME}player/${PORTNAME}player/${PORTVERSION}
|
MASTER_SITES= SF/${PORTNAME}player/${PORTNAME}player/${PORTVERSION}
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ LIB_DEPENDS= libcdaudio.so:audio/libcdaudio
|
||||||
USES= gmake
|
USES= gmake
|
||||||
|
|
||||||
PLIST_FILES= bin/dcd \
|
PLIST_FILES= bin/dcd \
|
||||||
man/man1/dcd.1.gz
|
share/man/man1/dcd.1.gz
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
# Handle namespace collision with libcdaudio
|
# Handle namespace collision with libcdaudio
|
||||||
|
|
|
@ -54,8 +54,8 @@
|
||||||
- install -m 755 -d ${HOME}/${CDI}
|
- install -m 755 -d ${HOME}/${CDI}
|
||||||
+ install -m 755 -d ${DESTDIR}${PREFIX}/bin
|
+ install -m 755 -d ${DESTDIR}${PREFIX}/bin
|
||||||
+ install -m 755 -s dcd ${DESTDIR}${PREFIX}/bin
|
+ install -m 755 -s dcd ${DESTDIR}${PREFIX}/bin
|
||||||
+ install -m 755 -d ${DESTDIR}${PREFIX}/man/man1
|
+ install -m 755 -d ${DESTDIR}${PREFIX}/share/man/man1
|
||||||
+ install -m 644 dcd.1 ${DESTDIR}${PREFIX}/man/man1
|
+ install -m 644 dcd.1 ${DESTDIR}${PREFIX}/share/man/man1
|
||||||
|
|
||||||
depend:
|
depend:
|
||||||
makedepend -- ${CFLAGS} ${EXTRA_CFLAGS} -- ${SRCS}
|
makedepend -- ${CFLAGS} ${EXTRA_CFLAGS} -- ${SRCS}
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PORTNAME= flac123
|
PORTNAME= flac123
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 2.1.1
|
DISTVERSION= 2.1.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
|
|
||||||
MAINTAINER= multimedia@FreeBSD.org
|
MAINTAINER= multimedia@FreeBSD.org
|
||||||
|
@ -19,13 +20,14 @@ USES= autoreconf cpe
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
PORTDOCS= README.remote
|
PORTDOCS= README.remote
|
||||||
|
|
||||||
PLIST_FILES= bin/flac123 \
|
PLIST_FILES= bin/flac123 \
|
||||||
man/man1/flac123.1.gz
|
share/man/man1/flac123.1.gz
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
PORTNAME= jack_umidi
|
PORTNAME= jack_umidi
|
||||||
PORTVERSION= 1.1.2
|
PORTVERSION= 1.1.2
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
|
@ -21,7 +22,7 @@ MAKE_ARGS+= HAVE_MAN="YES" \
|
||||||
|
|
||||||
SUB_FILES= jack_umidi.conf
|
SUB_FILES= jack_umidi.conf
|
||||||
|
|
||||||
PLIST_FILES= man/man8/jack_umidi.8.gz \
|
PLIST_FILES= share/man/man8/jack_umidi.8.gz \
|
||||||
sbin/jack_umidi
|
sbin/jack_umidi
|
||||||
|
|
||||||
OPTIONS_DEFINE= DEBUG DEVD_SCRIPT
|
OPTIONS_DEFINE= DEBUG DEVD_SCRIPT
|
||||||
|
@ -30,6 +31,9 @@ DEVD_SCRIPT_DESC= Install devd script to auto-launch jack_umidi
|
||||||
DEBUG_MAKE_ARGS= HAVE_DEBUG="YES"
|
DEBUG_MAKE_ARGS= HAVE_DEBUG="YES"
|
||||||
DEVD_SCRIPT_PLIST_FILES= etc/devd/jack_umidi.conf
|
DEVD_SCRIPT_PLIST_FILES= etc/devd/jack_umidi.conf
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
${REINPLACE_CMD} -e 's|$${PREFIX}/man/man|$${PREFIX}/share/man/man|' ${WRKSRC}/Makefile
|
||||||
|
|
||||||
post-install-DEVD_SCRIPT-on::
|
post-install-DEVD_SCRIPT-on::
|
||||||
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/devd
|
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/devd
|
||||||
${INSTALL_DATA} ${WRKDIR}/jack_umidi.conf \
|
${INSTALL_DATA} ${WRKDIR}/jack_umidi.conf \
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= lv2proc
|
PORTNAME= lv2proc
|
||||||
DISTVERSION= 0.5.1
|
DISTVERSION= 0.5.1
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= SF/naspro/naspro/${DISTVERSION}/
|
MASTER_SITES= SF/naspro/naspro/${DISTVERSION}/
|
||||||
|
|
||||||
|
@ -19,9 +19,10 @@ LIB_DEPENDS= liblilv-0.so:audio/lilv \
|
||||||
|
|
||||||
USES= gmake pkgconfig tar:bz2
|
USES= gmake pkgconfig tar:bz2
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
|
|
||||||
PLIST_FILES= bin/lv2proc \
|
PLIST_FILES= bin/lv2proc \
|
||||||
man/man1/lv2proc.1.gz
|
share/man/man1/lv2proc.1.gz
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= musicpd
|
PORTNAME= musicpd
|
||||||
PORTVERSION= 0.23.15
|
PORTVERSION= 0.23.15
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= https://www.musicpd.org/download/mpd/${PORTVERSION:R}/
|
MASTER_SITES= https://www.musicpd.org/download/mpd/${PORTVERSION:R}/
|
||||||
DISTNAME= mpd-${PORTVERSION}
|
DISTNAME= mpd-${PORTVERSION}
|
||||||
|
@ -242,8 +243,8 @@ do-install:
|
||||||
|
|
||||||
do-install-MANPAGES-on:
|
do-install-MANPAGES-on:
|
||||||
${INSTALL_MAN} ${WRKSRC}/_build/doc/${PORTNAME}.1 \
|
${INSTALL_MAN} ${WRKSRC}/_build/doc/${PORTNAME}.1 \
|
||||||
${STAGEDIR}${PREFIX}/man/man1
|
${STAGEDIR}${PREFIX}/share/man/man1
|
||||||
${INSTALL_MAN} ${WRKSRC}/_build/doc/${PORTNAME}.conf.5 \
|
${INSTALL_MAN} ${WRKSRC}/_build/doc/${PORTNAME}.conf.5 \
|
||||||
${STAGEDIR}${PREFIX}/man/man5
|
${STAGEDIR}${PREFIX}/share/man/man5
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
bin/musicpd
|
bin/musicpd
|
||||||
@sample etc/musicpd.conf.sample
|
@sample etc/musicpd.conf.sample
|
||||||
%%MANPAGES%%man/man1/musicpd.1.gz
|
%%MANPAGES%%share/man/man1/musicpd.1.gz
|
||||||
%%MANPAGES%%man/man5/musicpd.conf.5.gz
|
%%MANPAGES%%share/man/man5/musicpd.conf.5.gz
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= ncmpcpp
|
PORTNAME= ncmpcpp
|
||||||
DISTVERSION= 0.9.2
|
DISTVERSION= 0.9.2
|
||||||
PORTREVISION= 12
|
PORTREVISION= 13
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= https://ncmpcpp.rybczak.net/stable/
|
MASTER_SITES= https://ncmpcpp.rybczak.net/stable/
|
||||||
|
|
||||||
|
@ -23,10 +23,11 @@ USES= compiler:c++14-lang gnome iconv libtool localbase ncurses \
|
||||||
pkgconfig readline tar:bzip2
|
pkgconfig readline tar:bzip2
|
||||||
USE_GNOME= glib20
|
USE_GNOME= glib20
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
CONFIGURE_ENV= ncursesw_CFLAGS="-L${NCURSESLIB}" ncursesw_LIBS="-lncursesw"
|
CONFIGURE_ENV= ncursesw_CFLAGS="-L${NCURSESLIB}" ncursesw_LIBS="-lncursesw"
|
||||||
|
|
||||||
PLIST_FILES= bin/ncmpcpp \
|
PLIST_FILES= bin/ncmpcpp \
|
||||||
man/man1/ncmpcpp.1.gz
|
share/man/man1/ncmpcpp.1.gz
|
||||||
PORTDOCS= AUTHORS CHANGELOG.md COPYING bindings config
|
PORTDOCS= AUTHORS CHANGELOG.md COPYING bindings config
|
||||||
|
|
||||||
OPTIONS_DEFINE= CLOCK DOCS OUTPUTS TAGLIB VISUALIZER
|
OPTIONS_DEFINE= CLOCK DOCS OUTPUTS TAGLIB VISUALIZER
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= pa-applet
|
PORTNAME= pa-applet
|
||||||
PORTVERSION= g20181009
|
PORTVERSION= g20181009
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
|
|
||||||
MAINTAINER= glowiak1111@yandex.com
|
MAINTAINER= glowiak1111@yandex.com
|
||||||
|
@ -16,6 +16,7 @@ LIB_DEPENDS= libpulse.so:audio/pulseaudio \
|
||||||
USES= autoreconf gnome pkgconfig
|
USES= autoreconf gnome pkgconfig
|
||||||
USE_GNOME= cairo gdkpixbuf2 gtk30
|
USE_GNOME= cairo gdkpixbuf2 gtk30
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= fernandotcl
|
GH_ACCOUNT= fernandotcl
|
||||||
GH_TAGNAME= 3b4f8b3
|
GH_TAGNAME= 3b4f8b3
|
||||||
|
@ -24,6 +25,6 @@ DESKTOP_ENTRIES= "PulseAudio Applet" "${COMMENT}" \
|
||||||
"audio-volume-high" "${PORTNAME}" \
|
"audio-volume-high" "${PORTNAME}" \
|
||||||
"GNOME;GTK;System;" true
|
"GNOME;GTK;System;" true
|
||||||
|
|
||||||
PLIST_FILES= bin/pa-applet man/man1/pa-applet.1.gz
|
PLIST_FILES= bin/pa-applet share/man/man1/pa-applet.1.gz
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= pianobar
|
PORTNAME= pianobar
|
||||||
PORTVERSION= 2022.04.01
|
PORTVERSION= 2022.04.01
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
|
|
||||||
MAINTAINER= jhixson@FreeBSD.org
|
MAINTAINER= jhixson@FreeBSD.org
|
||||||
|
@ -21,7 +21,7 @@ MAKE_ENV+= V=1
|
||||||
USES= alias gmake localbase pkgconfig tar:bzip2
|
USES= alias gmake localbase pkgconfig tar:bzip2
|
||||||
|
|
||||||
PLIST_FILES= bin/pianobar \
|
PLIST_FILES= bin/pianobar \
|
||||||
man/man1/pianobar.1.gz
|
share/man/man1/pianobar.1.gz
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= PromyLOPh
|
GH_ACCOUNT= PromyLOPh
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- Makefile.orig 2016-06-02 06:49:26 UTC
|
|
||||||
+++ Makefile
|
|
||||||
@@ -4,7 +4,7 @@ PREFIX:=/usr/local
|
|
||||||
BINDIR:=${PREFIX}/bin
|
|
||||||
LIBDIR:=${PREFIX}/lib
|
|
||||||
INCDIR:=${PREFIX}/include
|
|
||||||
-MANDIR:=${PREFIX}/share/man
|
|
||||||
+MANDIR:=${PREFIX}/man
|
|
||||||
DYNLINK:=0
|
|
||||||
CFLAGS?=-O2 -DNDEBUG
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= play
|
PORTNAME= play
|
||||||
PORTVERSION= 1.0
|
PORTVERSION= 1.0
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= PORTS_JP
|
MASTER_SITES= PORTS_JP
|
||||||
|
|
||||||
|
@ -14,13 +14,13 @@ EXPIRATION_DATE= 2024-02-19
|
||||||
|
|
||||||
USES= uidfix
|
USES= uidfix
|
||||||
|
|
||||||
MAKE_ARGS= CFLAGS="${CFLAGS}" MANDIR="${PREFIX}/man/ja/man" BINDIR="${PREFIX}/bin"
|
MAKE_ARGS= CFLAGS="${CFLAGS}" MANDIR="${PREFIX}/share/man/ja/man" BINDIR="${PREFIX}/bin"
|
||||||
# XXX PIE static libraries are not supported by base system /usr/share/mk
|
# XXX PIE static libraries are not supported by base system /usr/share/mk
|
||||||
MAKE_ARGS+= WITHOUT_PIE=true
|
MAKE_ARGS+= WITHOUT_PIE=true
|
||||||
|
|
||||||
CONFLICTS= sox
|
CONFLICTS= sox
|
||||||
|
|
||||||
PLIST_FILES= bin/play man/ja/man1/play.1.gz
|
PLIST_FILES= bin/play share/man/ja/man1/play.1.gz
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= pm3umpdl
|
PORTNAME= pm3umpdl
|
||||||
PORTVERSION= 1.0.0
|
PORTVERSION= 1.0.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= audio deskutils
|
CATEGORIES= audio deskutils
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
MASTER_SITE_SUBDIR= CPAN:VVELOX
|
MASTER_SITE_SUBDIR= CPAN:VVELOX
|
||||||
|
@ -15,7 +16,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/mpc:audio/musicpc
|
||||||
|
|
||||||
USES= perl5
|
USES= perl5
|
||||||
|
|
||||||
PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
|
PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz
|
||||||
|
|
||||||
do-extract:
|
do-extract:
|
||||||
@${MKDIR} ${WRKSRC}
|
@${MKDIR} ${WRKSRC}
|
||||||
|
@ -30,6 +31,6 @@ do-install:
|
||||||
${INSTALL_DATA} -v ${WRKSRC}/${DISTNAME} \
|
${INSTALL_DATA} -v ${WRKSRC}/${DISTNAME} \
|
||||||
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||||
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \
|
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \
|
||||||
${STAGEDIR}${PREFIX}/man/man1/${PORTNAME}.1
|
${STAGEDIR}${PREFIX}/share/man/man1/${PORTNAME}.1
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= pms
|
PORTNAME= pms
|
||||||
PORTVERSION= 0.42
|
PORTVERSION= 0.42
|
||||||
PORTREVISION= 14
|
PORTREVISION= 15
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= SF
|
MASTER_SITES= SF
|
||||||
|
|
||||||
|
@ -12,10 +12,11 @@ LICENSE= GPLv3
|
||||||
|
|
||||||
USES= gettext gnome ncurses pkgconfig tar:bzip2
|
USES= gettext gnome ncurses pkgconfig tar:bzip2
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
USE_GNOME= glib20
|
USE_GNOME= glib20
|
||||||
|
|
||||||
PLIST_FILES= bin/${PORTNAME} \
|
PLIST_FILES= bin/${PORTNAME} \
|
||||||
man/man1/pms.1.gz
|
share/man/man1/pms.1.gz
|
||||||
|
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LIBS+= -L${LOCALBASE}/lib
|
LIBS+= -L${LOCALBASE}/lib
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= rebot3
|
PORTNAME= rebot3
|
||||||
PORTVERSION= 1.0.2
|
PORTVERSION= 1.0.2
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= http://www.headmqa.com/${PORTNAME}/ \
|
MASTER_SITES= http://www.headmqa.com/${PORTNAME}/ \
|
||||||
http://www.bayofrum.net/dist/${PORTNAME}/
|
http://www.bayofrum.net/dist/${PORTNAME}/
|
||||||
|
@ -16,7 +17,7 @@ RUN_DEPENDS= p5-CDDB>=0:audio/p5-CDDB \
|
||||||
USES= perl5
|
USES= perl5
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
|
|
||||||
PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
|
PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
# Yes, we know it's perl, but we don't want to type '.pl' the whole time.
|
# Yes, we know it's perl, but we don't want to type '.pl' the whole time.
|
||||||
|
@ -29,6 +30,6 @@ do-install:
|
||||||
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl \
|
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl \
|
||||||
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||||
@${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.pl.1 \
|
@${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.pl.1 \
|
||||||
${STAGEDIR}${PREFIX}/man/man1/${PORTNAME}.1
|
${STAGEDIR}${PREFIX}/share/man/man1/${PORTNAME}.1
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= rexima
|
PORTNAME= rexima
|
||||||
PORTVERSION= 1.4
|
PORTVERSION= 1.4
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= SUNSITE/apps/sound/mixers
|
MASTER_SITES= SUNSITE/apps/sound/mixers
|
||||||
|
|
||||||
|
@ -10,6 +11,6 @@ WWW= http://www.svgalib.org/rus/rexima.html
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
USES= ncurses
|
USES= ncurses
|
||||||
PLIST_FILES= bin/rexima man/man1/rexima.1.gz
|
PLIST_FILES= bin/rexima share/man/man1/rexima.1.gz
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- Makefile.orig 2003-06-30 12:45:27 UTC
|
--- Makefile.orig 2003-06-30 12:45:27 UTC
|
||||||
+++ Makefile
|
+++ Makefile
|
||||||
@@ -1,13 +1,12 @@
|
@@ -1,15 +1,14 @@
|
||||||
# Makefile - makefile for rexima
|
# Makefile - makefile for rexima
|
||||||
|
|
||||||
-CC=gcc
|
-CC=gcc
|
||||||
|
@ -14,9 +14,12 @@
|
||||||
#
|
#
|
||||||
-PREFIX=/usr/local
|
-PREFIX=/usr/local
|
||||||
BINDIR=$(PREFIX)/bin
|
BINDIR=$(PREFIX)/bin
|
||||||
MANDIR=$(PREFIX)/man/man1
|
-MANDIR=$(PREFIX)/man/man1
|
||||||
|
+MANDIR=$(PREFIX)/share/man/man1
|
||||||
|
|
||||||
@@ -17,14 +16,14 @@ MANDIR=$(PREFIX)/man/man1
|
# You shouldn't need to edit below this line.
|
||||||
|
#--------------------------------------------------------
|
||||||
|
@@ -17,14 +16,14 @@ rexima: rexima.o
|
||||||
all: rexima
|
all: rexima
|
||||||
|
|
||||||
rexima: rexima.o
|
rexima: rexima.o
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PORTNAME= tagutil
|
PORTNAME= tagutil
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 3.1
|
DISTVERSION= 3.1
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
|
|
||||||
MAINTAINER= alex@kaworu.ch
|
MAINTAINER= alex@kaworu.ch
|
||||||
|
@ -18,11 +18,11 @@ USES= cmake compiler:c++11-lang iconv pkgconfig
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= kAworu
|
GH_ACCOUNT= kAworu
|
||||||
|
|
||||||
CMAKE_ARGS= -DMAN_PATH=${PREFIX}/man
|
CMAKE_ARGS= -DMAN_PATH=${PREFIX}/share/man
|
||||||
CMAKE_SOURCE_PATH= ${WRKSRC}/src
|
CMAKE_SOURCE_PATH= ${WRKSRC}/src
|
||||||
|
|
||||||
PLIST_FILES= bin/tagutil \
|
PLIST_FILES= bin/tagutil \
|
||||||
man/man1/tagutil.1.gz
|
share/man/man1/tagutil.1.gz
|
||||||
|
|
||||||
OPTIONS_DEFINE= JSON
|
OPTIONS_DEFINE= JSON
|
||||||
OPTIONS_MULTI= MEDIA
|
OPTIONS_MULTI= MEDIA
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= umix
|
PORTNAME= umix
|
||||||
PORTVERSION= 1.0.2
|
PORTVERSION= 1.0.2
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= SF
|
MASTER_SITES= SF
|
||||||
|
|
||||||
|
@ -10,9 +10,10 @@ WWW= https://umix.sourceforge.net/
|
||||||
|
|
||||||
USES= alias ncurses
|
USES= alias ncurses
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
|
|
||||||
PLIST_FILES= bin/umix \
|
PLIST_FILES= bin/umix \
|
||||||
man/man1/umix.1.gz
|
share/man/man1/umix.1.gz
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e \
|
@${REINPLACE_CMD} -e \
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= vimpc
|
PORTNAME= vimpc
|
||||||
PORTVERSION= 0.09.2
|
PORTVERSION= 0.09.2
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
|
|
||||||
|
@ -21,11 +21,11 @@ USE_GITHUB= yes
|
||||||
GH_ACCOUNT= boysetsfrog
|
GH_ACCOUNT= boysetsfrog
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
CONFIGURE_ARGS= --enable-taglib=no
|
CONFIGURE_ARGS= --enable-taglib=no
|
||||||
|
|
||||||
PLIST_FILES= bin/vimpc \
|
PLIST_FILES= bin/vimpc \
|
||||||
man/man1/vimpc.1.gz \
|
share/man/man1/vimpc.1.gz \
|
||||||
${DOCSDIR}/help.txt
|
${DOCSDIR}/help.txt
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= xanalyser
|
PORTNAME= xanalyser
|
||||||
PORTVERSION= 1.32
|
PORTVERSION= 1.32
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= audio hamradio
|
CATEGORIES= audio hamradio
|
||||||
MASTER_SITES= http://arvin.schnell-web.net/xanalyser/ \
|
MASTER_SITES= http://arvin.schnell-web.net/xanalyser/ \
|
||||||
LOCAL/db
|
LOCAL/db
|
||||||
|
@ -17,8 +17,9 @@ USE_XORG= x11 xmu ice sm xt xext
|
||||||
USE_CXXSTD= c++14 # to fix build on 14 with clang-16 that has c++20 by default: error: ISO C++17 does not allow 'register' storage class specifier
|
USE_CXXSTD= c++14 # to fix build on 14 with clang-16 that has c++20 by default: error: ISO C++17 does not allow 'register' storage class specifier
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
|
|
||||||
PLIST_FILES= bin/xanalyser lib/X11/app-defaults/XAnalyser man/man1/xanalyser.1.gz
|
PLIST_FILES= bin/xanalyser lib/X11/app-defaults/XAnalyser share/man/man1/xanalyser.1.gz
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
|
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= zita-njbridge
|
PORTNAME= zita-njbridge
|
||||||
DISTVERSION= 0.4.8
|
DISTVERSION= 0.4.8
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= https://kokkinizita.linuxaudio.org/linuxaudio/downloads/
|
MASTER_SITES= https://kokkinizita.linuxaudio.org/linuxaudio/downloads/
|
||||||
|
|
||||||
|
@ -19,13 +19,13 @@ USE_LDCONFIG= yes
|
||||||
|
|
||||||
WRKSRC_SUBDIR= source
|
WRKSRC_SUBDIR= source
|
||||||
|
|
||||||
MAKE_ARGS= MANDIR=${PREFIX}/man/man1
|
MAKE_ARGS= MANDIR=${PREFIX}/share/man/man1
|
||||||
|
|
||||||
PLIST_FILES= bin/zita-j2n \
|
PLIST_FILES= bin/zita-j2n \
|
||||||
bin/zita-n2j \
|
bin/zita-n2j \
|
||||||
man/man1/zita-j2n.1.gz \
|
share/man/man1/zita-j2n.1.gz \
|
||||||
man/man1/zita-n2j.1.gz \
|
share/man/man1/zita-n2j.1.gz \
|
||||||
man/man1/zita-njbridge.1.gz
|
share/man/man1/zita-njbridge.1.gz
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${STRIP_CMD} \
|
@${STRIP_CMD} \
|
||||||
|
|
Loading…
Add table
Reference in a new issue