[Midnightbsd-cvs] mports [20382] trunk/textproc: add libcue
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Oct 2 22:54:42 EDT 2015
Revision: 20382
http://svnweb.midnightbsd.org/mports/?rev=20382
Author: laffer1
Date: 2015-10-02 22:54:42 -0400 (Fri, 02 Oct 2015)
Log Message:
-----------
add libcue
Modified Paths:
--------------
trunk/textproc/Makefile
Added Paths:
-----------
trunk/textproc/libcue/
trunk/textproc/libcue/Makefile
trunk/textproc/libcue/distinfo
trunk/textproc/libcue/pkg-descr
trunk/textproc/libcue/pkg-plist
Modified: trunk/textproc/Makefile
===================================================================
--- trunk/textproc/Makefile 2015-10-03 02:49:13 UTC (rev 20381)
+++ trunk/textproc/Makefile 2015-10-03 02:54:42 UTC (rev 20382)
@@ -54,6 +54,7 @@
SUBDIR += jade
SUBDIR += latex-service
SUBDIR += libcroco
+SUBDIR += libcue
SUBDIR += libtre
SUBDIR += libuninameslist
SUBDIR += libwpd
Added: trunk/textproc/libcue/Makefile
===================================================================
--- trunk/textproc/libcue/Makefile (rev 0)
+++ trunk/textproc/libcue/Makefile 2015-10-03 02:54:42 UTC (rev 20382)
@@ -0,0 +1,20 @@
+# Created by: buganini at gmail.com
+# $MidnightBSD$
+# $FreeBSD: head/textproc/libcue/Makefile 368161 2014-09-14 07:54:27Z amdmi3 $
+
+PORTNAME= libcue
+PORTVERSION= 1.4.0
+CATEGORIES= textproc
+MASTER_SITES= SF
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= CUE Sheet Parser Library
+
+LICENSE= gpl2
+
+GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
+USES= gettext libtool pathfix tar:bzip2
+INSTALL_TARGET= install-strip
+
+.include <bsd.port.mk>
Property changes on: trunk/textproc/libcue/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/libcue/distinfo
===================================================================
--- trunk/textproc/libcue/distinfo (rev 0)
+++ trunk/textproc/libcue/distinfo 2015-10-03 02:54:42 UTC (rev 20382)
@@ -0,0 +1,2 @@
+SHA256 (libcue-1.4.0.tar.bz2) = 8b7276ec2a2b3918cbc59a3cc03c68dc0775965cc20e4b88757b852ff369729e
+SIZE (libcue-1.4.0.tar.bz2) = 249426
Property changes on: trunk/textproc/libcue/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/libcue/pkg-descr
===================================================================
--- trunk/textproc/libcue/pkg-descr (rev 0)
+++ trunk/textproc/libcue/pkg-descr 2015-10-03 02:54:42 UTC (rev 20382)
@@ -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/
Property changes on: trunk/textproc/libcue/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/libcue/pkg-plist
===================================================================
--- trunk/textproc/libcue/pkg-plist (rev 0)
+++ trunk/textproc/libcue/pkg-plist 2015-10-03 02:54:42 UTC (rev 20382)
@@ -0,0 +1,10 @@
+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.so
+lib/libcue.so.1
+lib/libcue.so.1.0.4
+libdata/pkgconfig/libcue.pc
Property changes on: trunk/textproc/libcue/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list