From owner-svn-ports-head@FreeBSD.ORG Sat Dec 20 22:17:51 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C60D75CB; Sat, 20 Dec 2014 22:17:51 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B1A582ACE; Sat, 20 Dec 2014 22:17:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBKMHpKe089986; Sat, 20 Dec 2014 22:17:51 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBKMHow2089981; Sat, 20 Dec 2014 22:17:50 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201412202217.sBKMHow2089981@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 20 Dec 2014 22:17:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375136 - in head/devel: . libfwsi 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.18-1 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: Sat, 20 Dec 2014 22:17:52 -0000 Author: antoine Date: Sat Dec 20 22:17:49 2014 New Revision: 375136 URL: https://svnweb.freebsd.org/changeset/ports/375136 QAT: https://qat.redports.org/buildarchive/r375136/ Log: New port: devel/libfwsi Library to access the Windows Shell Item format. WWW: https://github.com/libyal/libfwsi Added: head/devel/libfwsi/ head/devel/libfwsi/Makefile (contents, props changed) head/devel/libfwsi/distinfo (contents, props changed) head/devel/libfwsi/pkg-descr (contents, props changed) head/devel/libfwsi/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Dec 20 22:13:08 2014 (r375135) +++ head/devel/Makefile Sat Dec 20 22:17:49 2014 (r375136) @@ -1025,6 +1025,7 @@ SUBDIR += libfreefare SUBDIR += libftdi SUBDIR += libftdi1 + SUBDIR += libfwsi SUBDIR += libg19 SUBDIR += libg19draw SUBDIR += libgalago Added: head/devel/libfwsi/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libfwsi/Makefile Sat Dec 20 22:17:49 2014 (r375136) @@ -0,0 +1,31 @@ +# Created by: Antoine Brodin +# $FreeBSD$ + +PORTNAME= libfwsi +# If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH +DISTVERSION= experimental-20141116 +CATEGORIES= devel +MASTER_SITES= https://github.com/libyal/libfwsi/releases/download/${PORTVERSION:E}/ \ + LOCAL/antoine + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Library to access the Windows Shell Item format + +LICENSE= LGPL3 + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} +USES= gettext iconv libtool pathfix python:2 +USE_LDCONFIG= yes +INSTALL_TARGET= install-strip +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} + +PORTDOCS= AUTHORS ChangeLog + +OPTIONS_DEFINE= DOCS + +post-install: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} + +.include Added: head/devel/libfwsi/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libfwsi/distinfo Sat Dec 20 22:17:49 2014 (r375136) @@ -0,0 +1,2 @@ +SHA256 (libfwsi-experimental-20141116.tar.gz) = c9f22a17e0be5bde7a3b52737803535bf117612b2b1b0e74c79a58fc48bb9fdb +SIZE (libfwsi-experimental-20141116.tar.gz) = 1171988 Added: head/devel/libfwsi/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libfwsi/pkg-descr Sat Dec 20 22:17:49 2014 (r375136) @@ -0,0 +1,3 @@ +Library to access the Windows Shell Item format. + +WWW: https://github.com/libyal/libfwsi Added: head/devel/libfwsi/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libfwsi/pkg-plist Sat Dec 20 22:17:49 2014 (r375136) @@ -0,0 +1,15 @@ +include/libfwsi.h +include/libfwsi/codepage.h +include/libfwsi/definitions.h +include/libfwsi/error.h +include/libfwsi/extern.h +include/libfwsi/features.h +include/libfwsi/types.h +lib/libfwsi.a +lib/libfwsi.so +lib/libfwsi.so.1 +lib/libfwsi.so.1.0.0 +%%PYTHON_SITELIBDIR%%/pyfwsi.a +%%PYTHON_SITELIBDIR%%/pyfwsi.so +libdata/pkgconfig/libfwsi.pc +man/man3/libfwsi.3.gz