svn commit: r329092 - in head/devel: . libolecf
Antoine Brodin
antoine at FreeBSD.org
Wed Oct 2 18:26:58 UTC 2013
Author: antoine
Date: Wed Oct 2 18:26:57 2013
New Revision: 329092
URL: http://svnweb.freebsd.org/changeset/ports/329092
Log:
New port: libolecf
Library and tools to access the OLE 2 Compound File (OLECF) format
WWW: http://code.google.com/p/libolecf/
Added:
head/devel/libolecf/
head/devel/libolecf/Makefile (contents, props changed)
head/devel/libolecf/distinfo (contents, props changed)
head/devel/libolecf/pkg-descr (contents, props changed)
head/devel/libolecf/pkg-plist (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Wed Oct 2 18:25:44 2013 (r329091)
+++ head/devel/Makefile Wed Oct 2 18:26:57 2013 (r329092)
@@ -1058,6 +1058,7 @@
SUBDIR += liboil
SUBDIR += libol
SUBDIR += libole2
+ SUBDIR += libolecf
SUBDIR += liboobs
SUBDIR += liboop
SUBDIR += libopendaap
Added: head/devel/libolecf/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libolecf/Makefile Wed Oct 2 18:26:57 2013 (r329092)
@@ -0,0 +1,34 @@
+# Created by: Antoine Brodin <antoine at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= libolecf
+DISTVERSION= alpha-20130928
+CATEGORIES= devel
+MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSS0hEb0pjU2h6a2c/ \
+ LOCAL/antoine
+
+MAINTAINER= antoine at FreeBSD.org
+COMMENT= Library and tools to access the OLE 2 Compound File (OLECF) format
+
+LICENSE= LGPL3
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG}
+USES= fuse gettext iconv pathfix pkgconfig
+USE_PYTHON= -2.7
+USE_LDCONFIG= yes
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E}
+
+PORTDOCS= AUTHORS ChangeLog
+
+OPTIONS_DEFINE= DOCS
+
+.include <bsd.port.options.mk>
+
+post-install:
+.if ${PORT_OPTIONS:MDOCS}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
+.endif
+
+.include <bsd.port.mk>
Added: head/devel/libolecf/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libolecf/distinfo Wed Oct 2 18:26:57 2013 (r329092)
@@ -0,0 +1,2 @@
+SHA256 (libolecf-alpha-20130928.tar.gz) = e41507c6ce9fe79bc89fc3c24cb9d4facf529a6dbdeed72da152740809c5443e
+SIZE (libolecf-alpha-20130928.tar.gz) = 1402421
Added: head/devel/libolecf/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libolecf/pkg-descr Wed Oct 2 18:26:57 2013 (r329092)
@@ -0,0 +1,3 @@
+Library and tools to access the OLE 2 Compound File (OLECF) format
+
+WWW: http://code.google.com/p/libolecf/
Added: head/devel/libolecf/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libolecf/pkg-plist Wed Oct 2 18:26:57 2013 (r329092)
@@ -0,0 +1,23 @@
+bin/olecfexport
+bin/olecfinfo
+bin/olecfmount
+include/libolecf.h
+include/libolecf/codepage.h
+include/libolecf/definitions.h
+include/libolecf/error.h
+include/libolecf/extern.h
+include/libolecf/features.h
+include/libolecf/ole.h
+include/libolecf/types.h
+lib/libolecf.a
+lib/libolecf.la
+lib/libolecf.so
+lib/libolecf.so.1
+%%PYTHON_SITELIBDIR%%/pyolecf.a
+%%PYTHON_SITELIBDIR%%/pyolecf.la
+%%PYTHON_SITELIBDIR%%/pyolecf.so
+libdata/pkgconfig/libolecf.pc
+man/man1/olecfexport.1.gz
+man/man1/olecfinfo.1.gz
+man/man3/libolecf.3.gz
+ at dirrm include/libolecf
More information about the svn-ports-all
mailing list