diff options
author | David Thiel <lx@FreeBSD.org> | 2007-07-08 00:04:59 +0000 |
---|---|---|
committer | David Thiel <lx@FreeBSD.org> | 2007-07-08 00:04:59 +0000 |
commit | 3d1f8f9cddc6109d8bc56654fdcbda245f941488 (patch) | |
tree | 994ad4d00a571b20823bea397613c1548f2e17ff /audio/tagger | |
parent | 41b87247c256d080623f3268925fcae98af02279 (diff) |
Adding tagger, a command line tagger for ogg-vorbis and ID3 tags.
Notes
Notes:
svn path=/head/; revision=195185
Diffstat (limited to 'audio/tagger')
-rw-r--r-- | audio/tagger/Makefile | 26 | ||||
-rw-r--r-- | audio/tagger/distinfo | 3 | ||||
-rw-r--r-- | audio/tagger/files/patch-configure | 11 | ||||
-rw-r--r-- | audio/tagger/pkg-descr | 3 |
4 files changed, 43 insertions, 0 deletions
diff --git a/audio/tagger/Makefile b/audio/tagger/Makefile new file mode 100644 index 000000000000..60a0ade1a0dc --- /dev/null +++ b/audio/tagger/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: tagger +# Date created: 2007-07-07 +# Whom: David Thiel <lx@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= tagger +PORTVERSION= 0.2.7 +CATEGORIES= audio +MASTER_SITES= http://onion.dynserv.net/~timo/files/ \ + http://redundancy.redundancy.org/mirror/ + +MAINTAINER= lx@FreeBSD.org +COMMENT= CLI Ogg/Vorbis and MP3 ID3v1/ID3v1.1 tag editor + +USE_BZIP2= yes +USE_GMAKE= yes +HAS_CONFIGURE= yes +CONFIGURE_ARGS+=prefix=${TARGETDIR} mandir=${TARGETDIR}/man +CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +PLIST_FILES= bin/tagger + +.include <bsd.port.mk> diff --git a/audio/tagger/distinfo b/audio/tagger/distinfo new file mode 100644 index 000000000000..d54f530dbe85 --- /dev/null +++ b/audio/tagger/distinfo @@ -0,0 +1,3 @@ +MD5 (tagger-0.2.7.tar.bz2) = b5535b3f22a899ceb1728617b190f13f +SHA256 (tagger-0.2.7.tar.bz2) = 5d75526f3d421790ecfca78f333a9811a1e11e7f9794114d8b1a26b3bb1b05a7 +SIZE (tagger-0.2.7.tar.bz2) = 33200 diff --git a/audio/tagger/files/patch-configure b/audio/tagger/files/patch-configure new file mode 100644 index 000000000000..658f56506a8c --- /dev/null +++ b/audio/tagger/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Sat Jul 7 16:57:39 2007 ++++ configure Sat Jul 7 16:57:47 2007 +@@ -11,7 +11,7 @@ + check_cc_flag -std=gnu99 -pipe -Wall -Wshadow -Wcast-align -Wpointer-arith \ + -Wwrite-strings -Wundef -Wmissing-prototypes -Wredundant-decls + +- for i in -Wdeclaration-after-statement -Wold-style-definition -Wno-pointer-sign ++ for i in -Wdeclaration-after-statement -Wold-style-definition + do + check_cc_flag $i + done diff --git a/audio/tagger/pkg-descr b/audio/tagger/pkg-descr new file mode 100644 index 000000000000..4a95382b7762 --- /dev/null +++ b/audio/tagger/pkg-descr @@ -0,0 +1,3 @@ +[description of the port] + +WWW: http://port.home.page/ |