mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
audio/*: Move manpages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
e175ea3baf
commit
7a95f29d58
17 changed files with 57 additions and 39 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= spectmorph
|
PORTNAME= spectmorph
|
||||||
DISTVERSION= 0.6.1
|
DISTVERSION= 0.6.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= https://github.com/swesterfeld/spectmorph/releases/download/${DISTVERSION}/
|
MASTER_SITES= https://github.com/swesterfeld/spectmorph/releases/download/${DISTVERSION}/
|
||||||
|
|
||||||
|
@ -29,6 +30,7 @@ USE_LDCONFIG= yes
|
||||||
SHEBANG_FILES= tools/sminstbuilder.in
|
SHEBANG_FILES= tools/sminstbuilder.in
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
|
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib -lfftw3f_threads
|
LDFLAGS+= -L${LOCALBASE}/lib -lfftw3f_threads
|
||||||
|
|
||||||
|
|
|
@ -188,17 +188,17 @@ lib/vst/spectmorph_vst.so
|
||||||
libdata/pkgconfig/spectmorph.pc
|
libdata/pkgconfig/spectmorph.pc
|
||||||
libdata/pkgconfig/spectmorphglui.pc
|
libdata/pkgconfig/spectmorphglui.pc
|
||||||
libdata/pkgconfig/spectmorphgui.pc
|
libdata/pkgconfig/spectmorphgui.pc
|
||||||
man/man1/smenc.1.gz
|
|
||||||
man/man1/sminspector.1.gz
|
|
||||||
man/man1/sminstbuilder.1.gz
|
|
||||||
man/man1/smjack.1.gz
|
|
||||||
man/man1/smplay.1.gz
|
|
||||||
man/man1/smsfimport.1.gz
|
|
||||||
man/man1/smstrip.1.gz
|
|
||||||
man/man1/smtool.1.gz
|
|
||||||
man/man1/smwavset.1.gz
|
|
||||||
man/man1/spectmorphoscgui.1.gz
|
|
||||||
share/applications/smjack.desktop
|
share/applications/smjack.desktop
|
||||||
|
share/man/man1/smenc.1.gz
|
||||||
|
share/man/man1/sminspector.1.gz
|
||||||
|
share/man/man1/sminstbuilder.1.gz
|
||||||
|
share/man/man1/smjack.1.gz
|
||||||
|
share/man/man1/smplay.1.gz
|
||||||
|
share/man/man1/smsfimport.1.gz
|
||||||
|
share/man/man1/smstrip.1.gz
|
||||||
|
share/man/man1/smtool.1.gz
|
||||||
|
share/man/man1/smwavset.1.gz
|
||||||
|
share/man/man1/spectmorphoscgui.1.gz
|
||||||
share/pixmaps/smjack.png
|
share/pixmaps/smjack.png
|
||||||
%%DATADIR%%/instruments/standard/alto-flute.smset
|
%%DATADIR%%/instruments/standard/alto-flute.smset
|
||||||
%%DATADIR%%/instruments/standard/alto-saxophone.smset
|
%%DATADIR%%/instruments/standard/alto-saxophone.smset
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= tosha
|
PORTNAME= tosha
|
||||||
PORTVERSION= 0.6
|
PORTVERSION= 0.6
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= LOCAL/markp
|
MASTER_SITES= LOCAL/markp
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,15 @@
|
||||||
--- Makefile.orig 1998-12-16 12:34:09 UTC
|
--- Makefile.orig 1998-12-16 12:34:09 UTC
|
||||||
+++ Makefile
|
+++ Makefile
|
||||||
@@ -17,7 +17,7 @@ MANDIR=$(PREFIX)/man
|
@@ -8,7 +8,7 @@ ETCDIR=$(PREFIX)/etc
|
||||||
|
PREFIX?=/usr/local
|
||||||
|
BINDIR=$(PREFIX)/bin
|
||||||
|
ETCDIR=$(PREFIX)/etc
|
||||||
|
-MANDIR=$(PREFIX)/man
|
||||||
|
+MANDIR=$(PREFIX)/share/man
|
||||||
|
|
||||||
|
###################################################
|
||||||
|
###### ######
|
||||||
|
@@ -17,7 +17,7 @@ CFLAGS?=-O2
|
||||||
###################################################
|
###################################################
|
||||||
|
|
||||||
CFLAGS?=-O2
|
CFLAGS?=-O2
|
||||||
|
@ -9,7 +18,7 @@
|
||||||
|
|
||||||
.if (exists(/usr/include/camlib.h))
|
.if (exists(/usr/include/camlib.h))
|
||||||
CFLAGS+=-DCAM
|
CFLAGS+=-DCAM
|
||||||
@@ -53,15 +53,10 @@ pcmfade: pcmfade.o utils.o
|
@@ -53,15 +53,10 @@ install: $(BINS)
|
||||||
$(CC) $(CFLAGS) -o pcmfade pcmfade.o utils.o
|
$(CC) $(CFLAGS) -o pcmfade pcmfade.o utils.o
|
||||||
|
|
||||||
install: $(BINS)
|
install: $(BINS)
|
||||||
|
|
|
@ -2,6 +2,6 @@ bin/pcmfade
|
||||||
bin/pcmplay
|
bin/pcmplay
|
||||||
bin/tosha
|
bin/tosha
|
||||||
etc/tosharc
|
etc/tosharc
|
||||||
man/man1/pcmfade.1.gz
|
share/man/man1/pcmfade.1.gz
|
||||||
man/man1/pcmplay.1.gz
|
share/man/man1/pcmplay.1.gz
|
||||||
man/man1/tosha.1.gz
|
share/man/man1/tosha.1.gz
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= tse3
|
PORTNAME= tse3
|
||||||
PORTVERSION= 0.3.1
|
PORTVERSION= 0.3.1
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME:tu}/${PORTVERSION}
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME:tu}/${PORTVERSION}
|
||||||
|
|
||||||
|
@ -13,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
USES= gmake libtool
|
USES= gmake libtool
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
CONFIGURE_ARGS= --without-doc-install \
|
CONFIGURE_ARGS= --without-doc-install \
|
||||||
--without-aRts
|
--without-aRts
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
|
@ -107,8 +107,8 @@ include/tse3/util/Track.h
|
||||||
lib/libtse3.so
|
lib/libtse3.so
|
||||||
lib/libtse3.so.0
|
lib/libtse3.so.0
|
||||||
lib/libtse3.so.0.0.0
|
lib/libtse3.so.0.0.0
|
||||||
man/man1/tse3play.1.gz
|
share/man/man1/tse3play.1.gz
|
||||||
man/man3/tse3.3.gz
|
share/man/man3/tse3.3.gz
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/About.html
|
%%PORTDOCS%%%%DOCSDIR%%/About.html
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/Article.html
|
%%PORTDOCS%%%%DOCSDIR%%/Article.html
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/Bugs.html
|
%%PORTDOCS%%%%DOCSDIR%%/Bugs.html
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= wavplay
|
PORTNAME= wavplay
|
||||||
PORTVERSION= 2.0
|
PORTVERSION= 2.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= SF/${PORTNAME}/Release%20Downloads/
|
MASTER_SITES= SF/${PORTNAME}/Release%20Downloads/
|
||||||
|
|
||||||
|
@ -15,6 +16,7 @@ ONLY_FOR_ARCHS_REASON= does not play sound correctly
|
||||||
|
|
||||||
USES= autoreconf libtool:build
|
USES= autoreconf libtool:build
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
|
|
||||||
OPTIONS_DEFINE= X11
|
OPTIONS_DEFINE= X11
|
||||||
OPTIONS_SUB= yes
|
OPTIONS_SUB= yes
|
||||||
|
|
|
@ -2,4 +2,4 @@ bin/wavplay
|
||||||
bin/wavplay-config
|
bin/wavplay-config
|
||||||
bin/wavrec
|
bin/wavrec
|
||||||
%%X11%%bin/xltwavplay
|
%%X11%%bin/xltwavplay
|
||||||
man/man1/wavplay.1.gz
|
share/man/man1/wavplay.1.gz
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= x42-plugins
|
PORTNAME= x42-plugins
|
||||||
DISTVERSION= 20230706 # the version is published here: http://gareus.org/misc/x42-plugins.php
|
DISTVERSION= 20230706 # the version is published here: http://gareus.org/misc/x42-plugins.php
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= http://gareus.org/misc/x42-plugins/
|
MASTER_SITES= http://gareus.org/misc/x42-plugins/
|
||||||
PKGNAMESUFFIX= -lv2
|
PKGNAMESUFFIX= -lv2
|
||||||
|
@ -34,7 +35,7 @@ USE_GL= glu gl
|
||||||
USE_GITHUB= nodefault
|
USE_GITHUB= nodefault
|
||||||
GH_TUPLE= x42:convoLV2:ff291a3:x/convoLV2zita4
|
GH_TUPLE= x42:convoLV2:ff291a3:x/convoLV2zita4
|
||||||
|
|
||||||
MAKE_ENV= BUILDOPENGL=yes BUILDGTK=no LV2DIR=${PREFIX}/lib/lv2 MANDIR=${PREFIX}/man/man1
|
MAKE_ENV= BUILDOPENGL=yes BUILDGTK=no LV2DIR=${PREFIX}/lib/lv2 MANDIR=${PREFIX}/share/man/man1
|
||||||
SHEBANG_FILES= stepseq.lv2/gridgen.sh
|
SHEBANG_FILES= stepseq.lv2/gridgen.sh
|
||||||
|
|
||||||
CXXFLAGS+= -std=c++98
|
CXXFLAGS+= -std=c++98
|
||||||
|
|
|
@ -100,15 +100,15 @@ lib/lv2/zeroconvo.lv2/manifest.ttl
|
||||||
lib/lv2/zeroconvo.lv2/presets.ttl
|
lib/lv2/zeroconvo.lv2/presets.ttl
|
||||||
lib/lv2/zeroconvo.lv2/zeroconvolv.so
|
lib/lv2/zeroconvo.lv2/zeroconvolv.so
|
||||||
lib/lv2/zeroconvo.lv2/zeroconvolv.ttl
|
lib/lv2/zeroconvo.lv2/zeroconvolv.ttl
|
||||||
man/man1/x42-darc.1.gz
|
share/man/man1/x42-darc.1.gz
|
||||||
man/man1/x42-dpl.1.gz
|
share/man/man1/x42-dpl.1.gz
|
||||||
man/man1/x42-fat1.1.gz
|
share/man/man1/x42-fat1.1.gz
|
||||||
man/man1/x42-fil4.1.gz
|
share/man/man1/x42-fil4.1.gz
|
||||||
man/man1/x42-matrixmixer.1.gz
|
share/man/man1/x42-matrixmixer.1.gz
|
||||||
man/man1/x42-meter.1.gz
|
share/man/man1/x42-meter.1.gz
|
||||||
man/man1/x42-mixtri.1.gz
|
share/man/man1/x42-mixtri.1.gz
|
||||||
man/man1/x42-phaserotate.1.gz
|
share/man/man1/x42-phaserotate.1.gz
|
||||||
man/man1/x42-scope.1.gz
|
share/man/man1/x42-scope.1.gz
|
||||||
man/man1/x42-spectr.1.gz
|
share/man/man1/x42-spectr.1.gz
|
||||||
man/man1/x42-stepseq.1.gz
|
share/man/man1/x42-stepseq.1.gz
|
||||||
man/man1/x42-tuna.1.gz
|
share/man/man1/x42-tuna.1.gz
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= xfce4-mixer
|
PORTNAME= xfce4-mixer
|
||||||
PORTVERSION= 4.18.1
|
PORTVERSION= 4.18.1
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= audio xfce
|
CATEGORIES= audio xfce
|
||||||
MASTER_SITES= XFCE/apps
|
MASTER_SITES= XFCE/apps
|
||||||
DIST_SUBDIR= xfce4
|
DIST_SUBDIR= xfce4
|
||||||
|
@ -29,6 +29,7 @@ USE_XFCE= libmenu panel xfconf
|
||||||
USE_XORG= x11
|
USE_XORG= x11
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
|
||||||
OPTIONS_DEFINE= KEYBINDER NLS
|
OPTIONS_DEFINE= KEYBINDER NLS
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
bin/xfce4-mixer
|
bin/xfce4-mixer
|
||||||
lib/xfce4/panel/plugins/libmixer.so
|
lib/xfce4/panel/plugins/libmixer.so
|
||||||
man/man1/xfce4-mixer.1.gz
|
|
||||||
share/applications/xfce4-mixer.desktop
|
share/applications/xfce4-mixer.desktop
|
||||||
%%NLS%%share/locale/ar/LC_MESSAGES/xfce4-mixer.mo
|
%%NLS%%share/locale/ar/LC_MESSAGES/xfce4-mixer.mo
|
||||||
%%NLS%%share/locale/ast/LC_MESSAGES/xfce4-mixer.mo
|
%%NLS%%share/locale/ast/LC_MESSAGES/xfce4-mixer.mo
|
||||||
|
@ -59,6 +58,7 @@ share/applications/xfce4-mixer.desktop
|
||||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-mixer.mo
|
%%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-mixer.mo
|
||||||
%%NLS%%share/locale/zh_HK/LC_MESSAGES/xfce4-mixer.mo
|
%%NLS%%share/locale/zh_HK/LC_MESSAGES/xfce4-mixer.mo
|
||||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-mixer.mo
|
%%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-mixer.mo
|
||||||
|
share/man/man1/xfce4-mixer.1.gz
|
||||||
share/pixmaps/xfce4-mixer/chain-broken.png
|
share/pixmaps/xfce4-mixer/chain-broken.png
|
||||||
share/pixmaps/xfce4-mixer/chain.png
|
share/pixmaps/xfce4-mixer/chain.png
|
||||||
share/xfce4/mixer/icons/hicolor/16x16/status/audio-input-microphone-muted.png
|
share/xfce4/mixer/icons/hicolor/16x16/status/audio-input-microphone-muted.png
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= xfmpc
|
PORTNAME= xfmpc
|
||||||
PORTVERSION= 0.3.1
|
PORTVERSION= 0.3.1
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= audio xfce
|
CATEGORIES= audio xfce
|
||||||
MASTER_SITES= XFCE/apps
|
MASTER_SITES= XFCE/apps
|
||||||
DIST_SUBDIR= xfce4
|
DIST_SUBDIR= xfce4
|
||||||
|
@ -21,6 +21,7 @@ USE_XFCE= libmenu
|
||||||
USE_XORG= ice sm x11
|
USE_XORG= ice sm x11
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
|
||||||
OPTIONS_DEFINE= NLS
|
OPTIONS_DEFINE= NLS
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
bin/xfmpc
|
bin/xfmpc
|
||||||
man/man1/xfmpc.1.gz
|
|
||||||
share/applications/xfmpc.desktop
|
share/applications/xfmpc.desktop
|
||||||
%%NLS%%share/locale/am/LC_MESSAGES/xfmpc.mo
|
%%NLS%%share/locale/am/LC_MESSAGES/xfmpc.mo
|
||||||
%%NLS%%share/locale/ar/LC_MESSAGES/xfmpc.mo
|
%%NLS%%share/locale/ar/LC_MESSAGES/xfmpc.mo
|
||||||
|
@ -54,3 +53,4 @@ share/applications/xfmpc.desktop
|
||||||
%%NLS%%share/locale/ur_PK/LC_MESSAGES/xfmpc.mo
|
%%NLS%%share/locale/ur_PK/LC_MESSAGES/xfmpc.mo
|
||||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/xfmpc.mo
|
%%NLS%%share/locale/zh_CN/LC_MESSAGES/xfmpc.mo
|
||||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/xfmpc.mo
|
%%NLS%%share/locale/zh_TW/LC_MESSAGES/xfmpc.mo
|
||||||
|
share/man/man1/xfmpc.1.gz
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= xoscope
|
PORTNAME= xoscope
|
||||||
PORTVERSION= 2.0
|
PORTVERSION= 2.0
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= audio hamradio
|
CATEGORIES= audio hamradio
|
||||||
MASTER_SITES= SF
|
MASTER_SITES= SF
|
||||||
|
|
||||||
|
@ -15,6 +15,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||||
libfreetype.so:print/freetype2
|
libfreetype.so:print/freetype2
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
CONFIGURE_ARGS= --prefix=${STAGEDIR}${PREFIX} --sysconfdir=${STAGEDIR}${PREFIX}
|
CONFIGURE_ARGS= --prefix=${STAGEDIR}${PREFIX} --sysconfdir=${STAGEDIR}${PREFIX}
|
||||||
USES= gmake gnome pkgconfig tar:tgz xorg
|
USES= gmake gnome pkgconfig tar:tgz xorg
|
||||||
USE_GNOME= cairo gdkpixbuf2 gtk20
|
USE_GNOME= cairo gdkpixbuf2 gtk20
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
bin/xoscope
|
bin/xoscope
|
||||||
man/man1/xoscope.1.gz
|
share/man/man1/xoscope.1.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue