diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2010-08-22 21:33:27 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2010-08-22 21:33:27 +0000 |
commit | eeed177451f49068ba47185a6188378700ddca8b (patch) | |
tree | 1cd56908e924502d9d991aba43a9425c84bee103 /textproc/libcue | |
parent | 4528e8657ba1514dcc835dd7ea3d1d0c4f89ad54 (diff) | |
download | ports-eeed177451f49068ba47185a6188378700ddca8b.tar.gz ports-eeed177451f49068ba47185a6188378700ddca8b.zip |
Notes
Diffstat (limited to 'textproc/libcue')
-rw-r--r-- | textproc/libcue/Makefile | 26 | ||||
-rw-r--r-- | textproc/libcue/distinfo | 3 | ||||
-rw-r--r-- | textproc/libcue/pkg-descr | 6 | ||||
-rw-r--r-- | textproc/libcue/pkg-plist | 12 |
4 files changed, 47 insertions, 0 deletions
diff --git a/textproc/libcue/Makefile b/textproc/libcue/Makefile new file mode 100644 index 000000000000..aef4e805faa6 --- /dev/null +++ b/textproc/libcue/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: libcue +# Date created: 23 Aug 2010 +# Whom: buganini@gmail.com +# +# $FreeBSD$ +# + +PORTNAME= libcue +PORTVERSION= 1.4.0 +CATEGORIES= textproc +MASTER_SITES= SF + +MAINTAINER= buganini@gmail.com +COMMENT= CUE Sheet Parser Library + +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} +USE_BZIP2= yes +USE_LDCONFIG= yes +USE_GETTEXT= yes + +post-extract: + ${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \ + ${WRKSRC}/src/libcue/Makefile.in + +.include <bsd.port.mk> diff --git a/textproc/libcue/distinfo b/textproc/libcue/distinfo new file mode 100644 index 000000000000..1a0fca595a81 --- /dev/null +++ b/textproc/libcue/distinfo @@ -0,0 +1,3 @@ +MD5 (libcue-1.4.0.tar.bz2) = 5f5045f00e6ac92d9a057fe5b0982c69 +SHA256 (libcue-1.4.0.tar.bz2) = 8b7276ec2a2b3918cbc59a3cc03c68dc0775965cc20e4b88757b852ff369729e +SIZE (libcue-1.4.0.tar.bz2) = 249426 diff --git a/textproc/libcue/pkg-descr b/textproc/libcue/pkg-descr new file mode 100644 index 000000000000..67d63530ebc6 --- /dev/null +++ b/textproc/libcue/pkg-descr @@ -0,0 +1,6 @@ +Libcue is intended to parse a so called cue sheet from a char string or a file +pointer. For handling of the parsed data a convenient API is available. This +project is meant as a fork of cuetools by Svend Sorensen which saw it last +release in 02/2006. + +WWW: http://sourceforge.net/projects/libcue/ diff --git a/textproc/libcue/pkg-plist b/textproc/libcue/pkg-plist new file mode 100644 index 000000000000..8dba562bd3cb --- /dev/null +++ b/textproc/libcue/pkg-plist @@ -0,0 +1,12 @@ +include/libcue-1.4/libcue/cd.h +include/libcue-1.4/libcue/cdtext.h +include/libcue-1.4/libcue/libcue.h +include/libcue-1.4/libcue/rem.h +include/libcue-1.4/libcue/time.h +lib/libcue.a +lib/libcue.la +lib/libcue.so +lib/libcue.so.1 +libdata/pkgconfig/libcue.pc +@dirrm include/libcue-1.4/libcue +@dirrm include/libcue-1.4 |