diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2010-08-23 05:33:27 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2010-08-23 05:33:27 +0800 |
commit | b2b684ced326c4d943be506ea39f1a2cd6250896 (patch) | |
tree | ebf9defa7d11952d6ca4db3555a5a46bed4c3724 /textproc | |
parent | fc1d028cc5090d0e904d4fe48f252908b3196eee (diff) | |
download | freebsd-ports-gnome-b2b684ced326c4d943be506ea39f1a2cd6250896.tar.gz freebsd-ports-gnome-b2b684ced326c4d943be506ea39f1a2cd6250896.tar.zst freebsd-ports-gnome-b2b684ced326c4d943be506ea39f1a2cd6250896.zip |
Add libcue 1.4.0, CUE Sheet Parser Library.
PR: ports/149887
Submitted by: buganini at gmail.com
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-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 |
5 files changed, 48 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 049a13188322..3c3cc0ae9352 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -307,6 +307,7 @@ SUBDIR += lexxia SUBDIR += libcroco SUBDIR += libcsv + SUBDIR += libcue SUBDIR += libebml SUBDIR += libextractor SUBDIR += libkmfl 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 |