diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-04-27 12:57:56 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-04-27 12:57:56 +0000 |
commit | d1d1dea9d050362d2d46fd71ef2cb6778e833eb2 (patch) | |
tree | 5ed9bd7d30c54c9b41dcb74a9c1000dabd297ba8 /audio/ripenc | |
parent | 0d388c0d41e21f0a2c58a55400dfcccc9f7d95ff (diff) | |
download | ports-d1d1dea9d050362d2d46fd71ef2cb6778e833eb2.tar.gz ports-d1d1dea9d050362d2d46fd71ef2cb6778e833eb2.zip |
Notes
Diffstat (limited to 'audio/ripenc')
-rw-r--r-- | audio/ripenc/Makefile | 22 | ||||
-rw-r--r-- | audio/ripenc/distinfo | 1 | ||||
-rw-r--r-- | audio/ripenc/pkg-comment | 1 | ||||
-rw-r--r-- | audio/ripenc/pkg-descr | 16 | ||||
-rw-r--r-- | audio/ripenc/pkg-plist | 1 |
5 files changed, 41 insertions, 0 deletions
diff --git a/audio/ripenc/Makefile b/audio/ripenc/Makefile new file mode 100644 index 000000000000..31f8b6566502 --- /dev/null +++ b/audio/ripenc/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: ripenc +# URL: http://www.asde.com/~mjparme/index.htm +# Version required: 0.6 +# Date created: 28 February 1999 +# Whom: Joao Carlos Mendes Luis <jonny@jonny.eng.br> +# +# $Id: $ +# + +DISTNAME= ripenc0.6 +PKGNAME= ripenc-0.6 +CATEGORIES= audio +MASTER_SITES= http://www.asde.com/~mjparme/ + +MAINTAINER= jonny@jonny.eng.br + +NO_BUILD= Shell Script + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/ripenc ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/audio/ripenc/distinfo b/audio/ripenc/distinfo new file mode 100644 index 000000000000..d6270e7d7126 --- /dev/null +++ b/audio/ripenc/distinfo @@ -0,0 +1 @@ +MD5 (ripenc0.6.tar.gz) = 3c2051a3b9d77c03056235d434c5fba1 diff --git a/audio/ripenc/pkg-comment b/audio/ripenc/pkg-comment new file mode 100644 index 000000000000..f6de14c165ab --- /dev/null +++ b/audio/ripenc/pkg-comment @@ -0,0 +1 @@ +Script that automates the ripping, encoding, and naming of CD's diff --git a/audio/ripenc/pkg-descr b/audio/ripenc/pkg-descr new file mode 100644 index 000000000000..685f2c054583 --- /dev/null +++ b/audio/ripenc/pkg-descr @@ -0,0 +1,16 @@ +Bourne shell script RIPENC (short for "rip and encode"). This script +supports cdparanoia, cdda2wav and tosha (a FreeBSD ripper) for ripping +and bladeenc, 8hz-mp3 and l3enc for encoding. RIPENC also utilizes +CDDB lookups to name the songs as they are ripped. Cda, which is +included in the XMCD package, must be used if you wish to utilize CDDB +naming. A manual naming option is also available. + +This is version 0.6 (released Feb 27, 1999). + +URL: http://www.asde.com/~mjparme/index.htm + +-- +Ported by: Joao Carlos Mendes Luis <jonny@jonny.eng.br> + +Note: This port does not depend on the binary utilities referenced +above. Choose and install then based on your own preferences. diff --git a/audio/ripenc/pkg-plist b/audio/ripenc/pkg-plist new file mode 100644 index 000000000000..81b6b5f39bb1 --- /dev/null +++ b/audio/ripenc/pkg-plist @@ -0,0 +1 @@ +bin/ripenc |