diff options
author | adamw <adamw@FreeBSD.org> | 2003-07-13 08:36:54 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-07-13 08:36:54 +0800 |
commit | 8c8fa76102b5ecc31af5c14b06ce2aa4a066af95 (patch) | |
tree | 4a1d428265c62504400056a5920d088298f9f3a4 /audio | |
parent | 5edd14a0a7823206d5c01129d3810a2635431a2a (diff) | |
download | freebsd-ports-gnome-8c8fa76102b5ecc31af5c14b06ce2aa4a066af95.tar.gz freebsd-ports-gnome-8c8fa76102b5ecc31af5c14b06ce2aa4a066af95.tar.zst freebsd-ports-gnome-8c8fa76102b5ecc31af5c14b06ce2aa4a066af95.zip |
Add crip.
crip is a terminal-based ripper/encoder/tagger tool for creating Ogg
Vorbis/FLAC files under UNIX/Linux. It is well-suited for anyone (especially
the perfectionist) who seeks to make a lot of files from CDs and have them all
properly labeled and professional-quality with a minimum of hassle and yet
still have flexibility and full control over everything.
PR: ports/53942
Submitted by: Philip Paeps <philip@paeps.cx>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/crip/Makefile | 31 | ||||
-rw-r--r-- | audio/crip/distinfo | 1 | ||||
-rw-r--r-- | audio/crip/pkg-descr | 9 | ||||
-rw-r--r-- | audio/crip/pkg-plist | 4 |
5 files changed, 46 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 858594f371dd..ef3c50a36e83 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -43,6 +43,7 @@ SUBDIR += cmp3 SUBDIR += cmt SUBDIR += cplay + SUBDIR += crip SUBDIR += csound SUBDIR += csound-manual SUBDIR += cymbaline diff --git a/audio/crip/Makefile b/audio/crip/Makefile new file mode 100644 index 000000000000..19ccf97c4209 --- /dev/null +++ b/audio/crip/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: crip +# Date created: 30 June 2003 +# Whom: Philip Paeps <philip@paeps.cx> +# +# $FreeBSD$ +# + +PORTNAME= crip +PORTVERSION= 3.4 +CATEGORIES= audio +MASTER_SITES= http://bach.dynet.com/crip/src/ + +MAINTAINER= philip@paeps.cx +COMMENT= Terminal-based ripper/encoder/tagger + +RUN_DEPENDS= ${SITE_PERL}/CDDB_get.pm:${PORTSDIR}/audio/p5-CDDB_get \ + cdparanoia:${PORTSDIR}/audio/cdparanoia \ + oggenc:${PORTSDIR}/audio/vorbis-tools \ + vorbisgain:${PORTSDIR}/audio/vorbisgain + +do-build: + ${CC} ${CFLAGS} -o ${WRKSRC}/wav_find_beginning ${WRKSRC}/wav_find_beginning.c + ${CC} ${CFLAGS} -o ${WRKSRC}/wav_find_end ${WRKSRC}/wav_find_end.c + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/crip ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/editcomment ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/wav_find_beginning ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/wav_find_end ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/audio/crip/distinfo b/audio/crip/distinfo new file mode 100644 index 000000000000..1f51e54b8fad --- /dev/null +++ b/audio/crip/distinfo @@ -0,0 +1 @@ +MD5 (crip-3.4.tar.gz) = ba5414767cd9c80d8e00b1be1679b2e8 diff --git a/audio/crip/pkg-descr b/audio/crip/pkg-descr new file mode 100644 index 000000000000..d79039ae98f3 --- /dev/null +++ b/audio/crip/pkg-descr @@ -0,0 +1,9 @@ +crip is a terminal-based ripper/encoder/tagger tool for creating Ogg +Vorbis/FLAC files under UNIX/Linux. It is well-suited for anyone (especially +the perfectionist) who seeks to make a lot of files from CDs and have them all +properly labeled and professional-quality with a minimum of hassle and yet +still have flexibility and full control over everything. + +WWW: http://bach.dynet.com/crip/ + +- Philip Paeps <philip@paeps.cx> diff --git a/audio/crip/pkg-plist b/audio/crip/pkg-plist new file mode 100644 index 000000000000..e5b989e43ec1 --- /dev/null +++ b/audio/crip/pkg-plist @@ -0,0 +1,4 @@ +bin/crip +bin/editcomment +bin/wav_find_beginning +bin/wav_find_end |