diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-05-19 08:43:57 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-05-19 08:43:57 +0000 |
commit | 2fda01388a0199aba24417d179593864368d08a8 (patch) | |
tree | 2171abc7857f69203362adad018250508ced673a /textproc | |
parent | 0cd2e65d8443d24e77891726052d83d9fa6bd57b (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/libebml/Makefile | 35 | ||||
-rw-r--r-- | textproc/libebml/distinfo | 1 | ||||
-rw-r--r-- | textproc/libebml/pkg-descr | 6 | ||||
-rw-r--r-- | textproc/libebml/pkg-plist | 29 |
5 files changed, 72 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 7ae1c62738c5..191c15814b63 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -128,6 +128,7 @@ SUBDIR += lacheck SUBDIR += latex2html SUBDIR += latte + SUBDIR += libebml SUBDIR += liblrdf SUBDIR += libtre SUBDIR += libxml diff --git a/textproc/libebml/Makefile b/textproc/libebml/Makefile new file mode 100644 index 000000000000..efbb431ffe91 --- /dev/null +++ b/textproc/libebml/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: libebml +# Date created: Mon May 19 08:29:44 UTC 2003 +# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= libebml +PORTVERSION= 0.4.2 +CATEGORIES= textproc +MASTER_SITES= http://matroska.sourceforge.net/downloads/ + +MAINTAINER= lioux@FreeBSD.org +COMMENT= EBML (Extensible Binary Meta Language), sort of binary version of XML + +USE_BZIP2= yes +USE_GMAKE= yes +USE_REINPLACE= yes +BUILD_WRKSRC= ${WRKSRC}/make/linux +INSTALL_WRKSRC= ${WRKSRC}/make/linux + +# Installs dir with proper permissions +INSTALL_DATA_DIR= ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755 + +do-configure: + @${REINPLACE_CMD} -E \ + -e 's|^(prefix)[[:space:]]*=.*$$|\1=${PREFIX}|; \ + s,^(CXX|LD)[[:space:]]*=.*$$,\1=${CXX},; \ + s|^(CXXFLAGS)[[:space:]]*=(.*)$$|\1+=\2|; \ + s|^(INSTALL)[[:space:]]*=.*$$|\1=|; \ + s|^(INSTALL_DIR_OPTS)[[:space:]]*=.*$$|\1=${INSTALL_DATA_DIR}|; \ + s,^(INSTALL_OPTS_LIB|INSTALL_OPTS)[[:space:]]*=.*$$,\1=${INSTALL_DATA},' \ + ${WRKSRC}/make/linux/Makefile + +.include <bsd.port.mk> diff --git a/textproc/libebml/distinfo b/textproc/libebml/distinfo new file mode 100644 index 000000000000..554fbd6ca3a6 --- /dev/null +++ b/textproc/libebml/distinfo @@ -0,0 +1 @@ +MD5 (libebml-0.4.2.tar.bz2) = d07a4b9323e615d320c0460ce1b69009 diff --git a/textproc/libebml/pkg-descr b/textproc/libebml/pkg-descr new file mode 100644 index 000000000000..011ccea2a019 --- /dev/null +++ b/textproc/libebml/pkg-descr @@ -0,0 +1,6 @@ +[ excerpt from developer's site ] + +Library for EBML (Extensible Binary Meta Language), sort of a binary +version of XML. + +WWW: http://www.matroska.org/ diff --git a/textproc/libebml/pkg-plist b/textproc/libebml/pkg-plist new file mode 100644 index 000000000000..a5a6a7fe73f0 --- /dev/null +++ b/textproc/libebml/pkg-plist @@ -0,0 +1,29 @@ +include/ebml/Debug.h +include/ebml/EbmlBinary.h +include/ebml/EbmlConfig.h +include/ebml/EbmlContexts.h +include/ebml/EbmlCrc32.h +include/ebml/EbmlDate.h +include/ebml/EbmlElement.h +include/ebml/EbmlEndian.h +include/ebml/EbmlFloat.h +include/ebml/EbmlHead.h +include/ebml/EbmlId.h +include/ebml/EbmlMaster.h +include/ebml/EbmlSInteger.h +include/ebml/EbmlStream.h +include/ebml/EbmlString.h +include/ebml/EbmlSubHead.h +include/ebml/EbmlTypes.h +include/ebml/EbmlUInteger.h +include/ebml/EbmlUnicodeString.h +include/ebml/EbmlVersion.h +include/ebml/EbmlVoid.h +include/ebml/IOCallback.h +include/ebml/StdIOCallback.h +include/ebml/StdInclude.h +include/ebml/api/c/libebml_t.h +lib/libebml.a +@dirrm include/ebml/api/c +@dirrm include/ebml/api +@dirrm include/ebml |