From owner-svn-ports-head@freebsd.org Sun May 1 07:48:28 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62B29B28E68; Sun, 1 May 2016 07:48:28 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 30FBB189B; Sun, 1 May 2016 07:48:28 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u417mR5E060537; Sun, 1 May 2016 07:48:27 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u417mQEt060532; Sun, 1 May 2016 07:48:26 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201605010748.u417mQEt060532@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 1 May 2016 07:48:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414390 - in head/devel: . libfwnt 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.22 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: Sun, 01 May 2016 07:48:28 -0000 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 +# $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@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 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