From 6a5bc5bca621097917b889f22e2117182bd3b39e Mon Sep 17 00:00:00 2001 From: zuntum Date: Wed, 22 May 2002 12:26:16 +0000 Subject: Initial import of oggasm-1.4.0 [as pkgsrc/audio/oggasm] 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. Provided by Rui-Xiang Guo in pkg/16580, slightly modified by me. --- audio/oggasm/DESCR | 5 +++++ audio/oggasm/Makefile | 27 +++++++++++++++++++++++++++ audio/oggasm/PLIST | 3 +++ audio/oggasm/distinfo | 4 ++++ 4 files changed, 39 insertions(+) create mode 100644 audio/oggasm/DESCR create mode 100644 audio/oggasm/Makefile create mode 100644 audio/oggasm/PLIST create mode 100644 audio/oggasm/distinfo (limited to 'audio/oggasm') 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 -- cgit v1.2.3