From owner-svn-ports-head@freebsd.org Sun Sep 4 07:53:16 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 B8C5CBCF532; Sun, 4 Sep 2016 07:53:16 +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 91762141; Sun, 4 Sep 2016 07:53:16 +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 u847rFt2015734; Sun, 4 Sep 2016 07:53:15 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u847rFwA015729; Sun, 4 Sep 2016 07:53:15 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201609040753.u847rFwA015729@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 4 Sep 2016 07:53:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421310 - in head/devel: . libscca 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, 04 Sep 2016 07:53:16 -0000 Author: antoine Date: Sun Sep 4 07:53:15 2016 New Revision: 421310 URL: https://svnweb.freebsd.org/changeset/ports/421310 Log: New port: devel/libscca Library and tools to access the Windows Prefetch File (SCCA) format WWW: https://github.com/libyal/libscca Added: head/devel/libscca/ head/devel/libscca/Makefile (contents, props changed) head/devel/libscca/distinfo (contents, props changed) head/devel/libscca/pkg-descr (contents, props changed) head/devel/libscca/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Sep 4 07:53:06 2016 (r421309) +++ head/devel/Makefile Sun Sep 4 07:53:15 2016 (r421310) @@ -1349,6 +1349,7 @@ SUBDIR += librolegen SUBDIR += libruin SUBDIR += libs11n + SUBDIR += libscca SUBDIR += libsearpc SUBDIR += libserialport SUBDIR += libserver Added: head/devel/libscca/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libscca/Makefile Sun Sep 4 07:53:15 2016 (r421310) @@ -0,0 +1,33 @@ +# Created by: Antoine Brodin +# $FreeBSD$ + +PORTNAME= libscca +DISTVERSION= alpha-20160108 +CATEGORIES= devel +MASTER_SITES= https://github.com/libyal/libscca/releases/download/${PORTVERSION:E}/ \ + LOCAL/antoine + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Library and tools to access the Windows Prefetch File (SCCA) format + +LICENSE= LGPL3+ +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libfwnt.so:devel/libfwnt + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} --with-libfwnt=${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/libscca/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libscca/distinfo Sun Sep 4 07:53:15 2016 (r421310) @@ -0,0 +1,3 @@ +TIMESTAMP = 1470501775 +SHA256 (libscca-alpha-20160108.tar.gz) = 35f51db36dee54278ba855c285bd9ee4dc2688f8190d5d6642bd34dfc9676498 +SIZE (libscca-alpha-20160108.tar.gz) = 1516664 Added: head/devel/libscca/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libscca/pkg-descr Sun Sep 4 07:53:15 2016 (r421310) @@ -0,0 +1,3 @@ +Library and tools to access the Windows Prefetch File (SCCA) format + +WWW: https://github.com/libyal/libscca Added: head/devel/libscca/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libscca/pkg-plist Sun Sep 4 07:53:15 2016 (r421310) @@ -0,0 +1,17 @@ +bin/sccainfo +include/libscca.h +include/libscca/codepage.h +include/libscca/definitions.h +include/libscca/error.h +include/libscca/extern.h +include/libscca/features.h +include/libscca/types.h +lib/libscca.a +lib/libscca.so +lib/libscca.so.1 +lib/libscca.so.1.0.0 +%%PYTHON_SITELIBDIR%%/pyscca.a +%%PYTHON_SITELIBDIR%%/pyscca.so +libdata/pkgconfig/libscca.pc +man/man1/sccainfo.1.gz +man/man3/libscca.3.gz