From owner-svn-ports-head@freebsd.org Sun Jan 24 07:25:44 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 114E5A8F4E1; Sun, 24 Jan 2016 07:25:44 +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 E01AC1E50; Sun, 24 Jan 2016 07:25:43 +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 u0O7Pgf1040601; Sun, 24 Jan 2016 07:25:42 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0O7PgwK040596; Sun, 24 Jan 2016 07:25:42 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201601240725.u0O7PgwK040596@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 24 Jan 2016 07:25:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407088 - in head/devel: . libfsntfs 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.20 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, 24 Jan 2016 07:25:44 -0000 Author: antoine Date: Sun Jan 24 07:25:42 2016 New Revision: 407088 URL: https://svnweb.freebsd.org/changeset/ports/407088 Log: New port: devel/libfsntfs Library and tools to access the New Technology File System (NTFS) WWW: https://github.com/libyal/libfsntfs Added: head/devel/libfsntfs/ head/devel/libfsntfs/Makefile (contents, props changed) head/devel/libfsntfs/distinfo (contents, props changed) head/devel/libfsntfs/pkg-descr (contents, props changed) head/devel/libfsntfs/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Jan 24 07:17:12 2016 (r407087) +++ head/devel/Makefile Sun Jan 24 07:25:42 2016 (r407088) @@ -1185,6 +1185,7 @@ SUBDIR += libfirm SUBDIR += libfortuna SUBDIR += libfreefare + SUBDIR += libfsntfs SUBDIR += libftdi SUBDIR += libftdi1 SUBDIR += libfwsi Added: head/devel/libfsntfs/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libfsntfs/Makefile Sun Jan 24 07:25:42 2016 (r407088) @@ -0,0 +1,31 @@ +# Created by: Antoine Brodin +# $FreeBSD$ + +PORTNAME= libfsntfs +# If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH +DISTVERSION= experimental-20160108 +CATEGORIES= devel +MASTER_SITES= https://github.com/libyal/libfsntfs/releases/download/${PORTVERSION:E}/ \ + LOCAL/antoine + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Library and tools to access the New Technology File System (NTFS) + +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/libfsntfs/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libfsntfs/distinfo Sun Jan 24 07:25:42 2016 (r407088) @@ -0,0 +1,2 @@ +SHA256 (libfsntfs-experimental-20160108.tar.gz) = c986f37f3fc62ee68d560099e552f2d7831903d28960c5b244715beb76a13378 +SIZE (libfsntfs-experimental-20160108.tar.gz) = 1620796 Added: head/devel/libfsntfs/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libfsntfs/pkg-descr Sun Jan 24 07:25:42 2016 (r407088) @@ -0,0 +1,3 @@ +Library and tools to access the New Technology File System (NTFS) + +WWW: https://github.com/libyal/libfsntfs Added: head/devel/libfsntfs/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libfsntfs/pkg-plist Sun Jan 24 07:25:42 2016 (r407088) @@ -0,0 +1,17 @@ +bin/fsntfsinfo +include/libfsntfs.h +include/libfsntfs/codepage.h +include/libfsntfs/definitions.h +include/libfsntfs/error.h +include/libfsntfs/extern.h +include/libfsntfs/features.h +include/libfsntfs/types.h +lib/libfsntfs.a +lib/libfsntfs.so +lib/libfsntfs.so.1 +lib/libfsntfs.so.1.0.0 +%%PYTHON_SITELIBDIR%%/pyfsntfs.a +%%PYTHON_SITELIBDIR%%/pyfsntfs.so +libdata/pkgconfig/libfsntfs.pc +man/man1/fsntfsinfo.1.gz +man/man3/libfsntfs.3.gz