diff options
author | tron <tron@pkgsrc.org> | 1999-02-04 19:37:01 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-02-04 19:37:01 +0000 |
commit | e6c175e7500bbbc888212dae3baf60be9392335b (patch) | |
tree | 10bec6000c961b831869516d2ec3f7ccfaf4e221 /audio | |
parent | a971dd9739ed2853e29321c3c12719d5926f6c0e (diff) | |
download | pkgsrc-e6c175e7500bbbc888212dae3baf60be9392335b.tar.gz |
Initial import of FreeBSD's "x11amp" port:
X11-based MP3 player with nice graphical interface
Diffstat (limited to 'audio')
-rw-r--r-- | audio/x11amp/Makefile | 33 | ||||
-rw-r--r-- | audio/x11amp/files/md5 | 2 | ||||
-rw-r--r-- | audio/x11amp/pkg/COMMENT | 1 | ||||
-rw-r--r-- | audio/x11amp/pkg/DESCR | 9 | ||||
-rw-r--r-- | audio/x11amp/pkg/PLIST | 13 |
5 files changed, 58 insertions, 0 deletions
diff --git a/audio/x11amp/Makefile b/audio/x11amp/Makefile new file mode 100644 index 00000000000..6b7ee957c05 --- /dev/null +++ b/audio/x11amp/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: x11amp +# Version required: 0.7 +# Date created: 13 Jul 1998 +# Whom: Donald Burr <dburr@FreeBSD.ORG> +# +# FreeBSD Id: Makefile,v 1.6 1998/12/11 11:56:13 jkh Exp +# + +DISTNAME= x11amp-freebsd-0.8 +PKGNAME= x11amp-0.8 +CATEGORIES= audio +MASTER_SITES= ftp://www.se.opensound.com/pub/oss/ossapps/ +EXTRACT_SUFX= .tar.gz + +MAINTAINER= dburr@FreeBSD.ORG + +NO_BUILD= YES +NO_FILTER_SHLIBS= YES + +.include <bsd.port.pre.mk> + +.if ${PORTOBJFORMAT} == "elf" +STRIP= +DISTNAME= x11amp-freebsd-0.8-elf +ROOT= ${WRKDIR}/usr/local +.else +ROOT= ${WRKDIR}/x11amp +.endif + +do-install: + @tar -cpf - -C ${ROOT} . | tar -xpf - -C ${PREFIX} + +.include <bsd.port.post.mk> diff --git a/audio/x11amp/files/md5 b/audio/x11amp/files/md5 new file mode 100644 index 00000000000..22f4fb99f4d --- /dev/null +++ b/audio/x11amp/files/md5 @@ -0,0 +1,2 @@ +MD5 (x11amp-freebsd-0.8-elf.tar.gz) = c99a9f664e11d60ee683967bfa64b227 +MD5 (x11amp-freebsd-0.8.tar.gz) = 222bde0a35ab680e2fff2806c92f06b4 diff --git a/audio/x11amp/pkg/COMMENT b/audio/x11amp/pkg/COMMENT new file mode 100644 index 00000000000..28af9b6d763 --- /dev/null +++ b/audio/x11amp/pkg/COMMENT @@ -0,0 +1 @@ +X11-based MP3 player with nice graphical interface diff --git a/audio/x11amp/pkg/DESCR b/audio/x11amp/pkg/DESCR new file mode 100644 index 00000000000..b721d4734f7 --- /dev/null +++ b/audio/x11amp/pkg/DESCR @@ -0,0 +1,9 @@ +x11amp is a graphical (X11) MP3 player, with a user interface similar +to the WinAMP MP3 player for Windows. Please see http://x11amp.ml.org/ +for more information. + +This version will work with either the standard FreeBSD audio driver +or with the Open Sound System (OSS) sound driver. This is an advanced, +high quality, commercial sound driver for FreeBSD. You may evaluate it +for free for 7 days, after which you must purchase it for $20. Please see +http://www.opensound.com/ for more details. diff --git a/audio/x11amp/pkg/PLIST b/audio/x11amp/pkg/PLIST new file mode 100644 index 00000000000..3c060a1b7ed --- /dev/null +++ b/audio/x11amp/pkg/PLIST @@ -0,0 +1,13 @@ +bin/x11amp +share/x11amp/Players/libwav.a +share/x11amp/Players/libamp.la +share/x11amp/Players/libamp.a +share/x11amp/Players/libwav.la +share/x11amp/Players/libwav.so.8.0 +@exec ln -fs %D/%F %B/libwav.so +@unexec rm -f %B/libwav.so +share/x11amp/Players/libamp.so.8.0 +@exec ln -fs %D/%F %B/libamp.so +@unexec rm -f %B/libamp.so +@dirrm share/x11amp/Players +@dirrm share/x11amp |