diff options
Diffstat (limited to 'audio/oggasm')
-rw-r--r-- | audio/oggasm/DESCR | 5 | ||||
-rw-r--r-- | audio/oggasm/Makefile | 27 | ||||
-rw-r--r-- | audio/oggasm/PLIST | 3 | ||||
-rw-r--r-- | audio/oggasm/distinfo | 4 |
4 files changed, 39 insertions, 0 deletions
diff --git a/audio/oggasm/DESCR b/audio/oggasm/DESCR new file mode 100644 index 00000000000..574c49858eb --- /dev/null +++ b/audio/oggasm/DESCR @@ -0,0 +1,5 @@ +Oggasm is a program that makes converting your mp3 collection into oggs +at all but painless process. Using oggenc and mpg321(or mpg123), with perl +glueing it all together, oggasm is able to go through an entire collection, +identify id3 tags and then convert those mp3s into oggs while keeping +the id3 tags intact. diff --git a/audio/oggasm/Makefile b/audio/oggasm/Makefile new file mode 100644 index 00000000000..e3284fdbd96 --- /dev/null +++ b/audio/oggasm/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/05/22 12:26:16 zuntum Exp $ +# + +DISTNAME= oggasm_1.4.0 +PKGNAME= ${DISTNAME:S/_/-/} +CATEGORIES= audio +MASTER_SITES= http://oggasm.sourceforge.net/ + +MAINTAINER= rxg@netbsd.org +HOMEPAGE= http://oggasm.sourceforge.net/ +COMMENT= perform batch conversion of mp3s into oggs + +DEPENDS+= mpg123>=0.59.18:../../audio/mpg123 +DEPENDS+= vorbis-tools>=1.0.0.7:../../audio/vorbis-tools +DEPENDS+= p5-MP3-Info>=1.00:../../audio/p5-MP3-Info + +USE_PERL5= yes +REPLACE_PERL= ${WRKSRC}/oggasm + +NO_BUILD= yes +WRKSRC= ${WRKDIR}/${PKGNAME} + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/oggasm ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/oggasm.1 ${PREFIX}/man/man1 + +.include "../../mk/bsd.pkg.mk" diff --git a/audio/oggasm/PLIST b/audio/oggasm/PLIST new file mode 100644 index 00000000000..d92fc5b11c7 --- /dev/null +++ b/audio/oggasm/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/05/22 12:26:16 zuntum Exp $ +bin/oggasm +man/man1/oggasm.1 diff --git a/audio/oggasm/distinfo b/audio/oggasm/distinfo new file mode 100644 index 00000000000..e72fc6f736a --- /dev/null +++ b/audio/oggasm/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/05/22 12:26:16 zuntum Exp $ + +SHA1 (oggasm_1.4.0.tar.gz) = 3a418b63b2b681a42ec1198a0c94b0f2209d1374 +Size (oggasm_1.4.0.tar.gz) = 35042 bytes |