Date: Sat, 20 Dec 2014 22:17:50 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375136 - in head/devel: . libfwsi Message-ID: <201412202217.sBKMHow2089981@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <antoine@FreeBSD.org> +# $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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412202217.sBKMHow2089981>