diff options
author | antoine <antoine@FreeBSD.org> | 2014-12-21 06:17:49 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-12-21 06:17:49 +0800 |
commit | 96eee1984207a3f032a5dc5224005c6011e1664e (patch) | |
tree | bd9a3b131d7260cb76d4ce5a033baebd10a805eb /devel | |
parent | cce88bd170f0606604ccfecca050a968588b1e59 (diff) | |
download | freebsd-ports-gnome-96eee1984207a3f032a5dc5224005c6011e1664e.tar.gz freebsd-ports-gnome-96eee1984207a3f032a5dc5224005c6011e1664e.tar.zst freebsd-ports-gnome-96eee1984207a3f032a5dc5224005c6011e1664e.zip |
New port: devel/libfwsi
Library to access the Windows Shell Item format.
WWW: https://github.com/libyal/libfwsi
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/libfwsi/Makefile | 31 | ||||
-rw-r--r-- | devel/libfwsi/distinfo | 2 | ||||
-rw-r--r-- | devel/libfwsi/pkg-descr | 3 | ||||
-rw-r--r-- | devel/libfwsi/pkg-plist | 15 |
5 files changed, 52 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 29bb95cbb8aa..7596410f8561 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1025,6 +1025,7 @@ SUBDIR += libfreefare SUBDIR += libftdi SUBDIR += libftdi1 + SUBDIR += libfwsi SUBDIR += libg19 SUBDIR += libg19draw SUBDIR += libgalago diff --git a/devel/libfwsi/Makefile b/devel/libfwsi/Makefile new file mode 100644 index 000000000000..3cbcd33d1c58 --- /dev/null +++ b/devel/libfwsi/Makefile @@ -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> diff --git a/devel/libfwsi/distinfo b/devel/libfwsi/distinfo new file mode 100644 index 000000000000..5ac92d0f3e80 --- /dev/null +++ b/devel/libfwsi/distinfo @@ -0,0 +1,2 @@ +SHA256 (libfwsi-experimental-20141116.tar.gz) = c9f22a17e0be5bde7a3b52737803535bf117612b2b1b0e74c79a58fc48bb9fdb +SIZE (libfwsi-experimental-20141116.tar.gz) = 1171988 diff --git a/devel/libfwsi/pkg-descr b/devel/libfwsi/pkg-descr new file mode 100644 index 000000000000..94edcd3be824 --- /dev/null +++ b/devel/libfwsi/pkg-descr @@ -0,0 +1,3 @@ +Library to access the Windows Shell Item format. + +WWW: https://github.com/libyal/libfwsi diff --git a/devel/libfwsi/pkg-plist b/devel/libfwsi/pkg-plist new file mode 100644 index 000000000000..6c1737145982 --- /dev/null +++ b/devel/libfwsi/pkg-plist @@ -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 |