From owner-svn-ports-head@FreeBSD.ORG Wed Oct 2 18:26:58 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 909BF258; Wed, 2 Oct 2013 18:26:58 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7DE132F2D; Wed, 2 Oct 2013 18:26:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r92IQwR2095563; Wed, 2 Oct 2013 18:26:58 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r92IQvfN095558; Wed, 2 Oct 2013 18:26:57 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201310021826.r92IQvfN095558@svn.freebsd.org> From: Antoine Brodin Date: Wed, 2 Oct 2013 18:26:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329092 - in head/devel: . libolecf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Oct 2013 18:26:58 -0000 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 +# $FreeBSD$ + +PORTNAME= libolecf +DISTVERSION= alpha-20130928 +CATEGORIES= devel +MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSS0hEb0pjU2h6a2c/ \ + LOCAL/antoine + +MAINTAINER= antoine@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 + +post-install: +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} +.endif + +.include 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 +@dirrm include/libolecf