svn commit: r414390 - in head/devel: . libfwnt
Antoine Brodin
antoine at FreeBSD.org
Sun May 1 07:48:28 UTC 2016
Author: antoine
Date: Sun May 1 07:48:26 2016
New Revision: 414390
URL: https://svnweb.freebsd.org/changeset/ports/414390
Log:
New port: devel/libfwnt
libfwnt is a library for Windows NT data types.
WWW: https://github.com/libyal/libfwnt
Added:
head/devel/libfwnt/
head/devel/libfwnt/Makefile (contents, props changed)
head/devel/libfwnt/distinfo (contents, props changed)
head/devel/libfwnt/pkg-descr (contents, props changed)
head/devel/libfwnt/pkg-plist (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sun May 1 07:33:15 2016 (r414389)
+++ head/devel/Makefile Sun May 1 07:48:26 2016 (r414390)
@@ -1206,6 +1206,7 @@
SUBDIR += libfsntfs
SUBDIR += libftdi
SUBDIR += libftdi1
+ SUBDIR += libfwnt
SUBDIR += libfwsi
SUBDIR += libg19
SUBDIR += libg19draw
Added: head/devel/libfwnt/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libfwnt/Makefile Sun May 1 07:48:26 2016 (r414390)
@@ -0,0 +1,31 @@
+# Created by: Antoine Brodin <antoine at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= libfwnt
+# If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH
+DISTVERSION= experimental-20160418
+CATEGORIES= devel
+MASTER_SITES= https://github.com/libyal/libfwnt/releases/download/${PORTVERSION:E}/ \
+ LOCAL/antoine
+
+MAINTAINER= antoine at FreeBSD.org
+COMMENT= Library for Windows NT data types
+
+LICENSE= LGPL3+
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE}
+USES= gettext libtool pathfix python
+USE_LDCONFIG= yes
+INSTALL_TARGET= install-strip
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E}
+
+PORTDOCS= AUTHORS ChangeLog
+
+OPTIONS_DEFINE= DOCS
+
+post-install-DOCS-on:
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
+
+.include <bsd.port.mk>
Added: head/devel/libfwnt/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libfwnt/distinfo Sun May 1 07:48:26 2016 (r414390)
@@ -0,0 +1,2 @@
+SHA256 (libfwnt-experimental-20160418.tar.gz) = f672ef5031a2dab3d390a886b5129424527bdae5b7eb87451f6ca5d688b00151
+SIZE (libfwnt-experimental-20160418.tar.gz) = 1141892
Added: head/devel/libfwnt/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libfwnt/pkg-descr Sun May 1 07:48:26 2016 (r414390)
@@ -0,0 +1,3 @@
+libfwnt is a library for Windows NT data types.
+
+WWW: https://github.com/libyal/libfwnt
Added: head/devel/libfwnt/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libfwnt/pkg-plist Sun May 1 07:48:26 2016 (r414390)
@@ -0,0 +1,14 @@
+include/libfwnt.h
+include/libfwnt/definitions.h
+include/libfwnt/error.h
+include/libfwnt/extern.h
+include/libfwnt/features.h
+include/libfwnt/types.h
+lib/libfwnt.a
+lib/libfwnt.so
+lib/libfwnt.so.1
+lib/libfwnt.so.1.0.0
+%%PYTHON_SITELIBDIR%%/pyfwnt.a
+%%PYTHON_SITELIBDIR%%/pyfwnt.so
+libdata/pkgconfig/libfwnt.pc
+man/man3/libfwnt.3.gz
More information about the svn-ports-all
mailing list