From owner-svn-ports-all@freebsd.org Thu Dec 20 19:28:41 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C565313514EC; Thu, 20 Dec 2018 19:28:41 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6C2198F444; Thu, 20 Dec 2018 19:28:41 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5EBFB2192; Thu, 20 Dec 2018 19:28:41 +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 wBKJSfBB008738; Thu, 20 Dec 2018 19:28:41 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBKJSeJm008733; Thu, 20 Dec 2018 19:28:40 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201812201928.wBKJSeJm008733@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 20 Dec 2018 19:28:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487899 - in head/devel: . libfsapfs X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head/devel: . libfsapfs X-SVN-Commit-Revision: 487899 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6C2198F444 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.975,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2018 19:28:42 -0000 Author: antoine Date: Thu Dec 20 19:28:39 2018 New Revision: 487899 URL: https://svnweb.freebsd.org/changeset/ports/487899 Log: New port: devel/libfsapfs Library and tools to access the Apple File System (APFS) WWW: https://github.com/libyal/libfsapfs Added: head/devel/libfsapfs/ head/devel/libfsapfs/Makefile (contents, props changed) head/devel/libfsapfs/distinfo (contents, props changed) head/devel/libfsapfs/pkg-descr (contents, props changed) head/devel/libfsapfs/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Dec 20 18:36:21 2018 (r487898) +++ head/devel/Makefile Thu Dec 20 19:28:39 2018 (r487899) @@ -1456,6 +1456,7 @@ SUBDIR += libfmt SUBDIR += libfortuna SUBDIR += libfreefare + SUBDIR += libfsapfs SUBDIR += libfsntfs SUBDIR += libftdi SUBDIR += libftdi1 Added: head/devel/libfsapfs/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libfsapfs/Makefile Thu Dec 20 19:28:39 2018 (r487899) @@ -0,0 +1,40 @@ +# Created by: Antoine Brodin +# $FreeBSD$ + +PORTNAME= libfsapfs +# If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH +DISTVERSION= experimental-20181215 +CATEGORIES= devel +MASTER_SITES= https://github.com/libyal/libfsapfs/releases/download/${PORTVERSION:E}/ \ + LOCAL/antoine + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Library and tools to access the Apple File System (APFS) + +LICENSE= LGPL3+ +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= python${PYTHON2_DEFAULT}:lang/python${PYTHON2_DEFAULT:S/.//} \ + python${PYTHON3_DEFAULT}:lang/python${PYTHON3_DEFAULT:S/.//} +RUN_DEPENDS= python${PYTHON2_DEFAULT}:lang/python${PYTHON2_DEFAULT:S/.//} \ + python${PYTHON3_DEFAULT}:lang/python${PYTHON3_DEFAULT:S/.//} + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-python2 --enable-python3 --with-openssl=no +CONFIGURE_ENV= PYTHON2_CONFIG=${LOCALBASE}/bin/python${PYTHON2_DEFAULT}-config \ + PYTHON3=${LOCALBASE}/bin/python${PYTHON3_DEFAULT} \ + PYTHON3_CONFIG=${LOCALBASE}/bin/python${PYTHON3_DEFAULT}-config +USES= fuse libtool pathfix pkgconfig +USE_LDCONFIG= yes +INSTALL_TARGET= install-strip +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} +PLIST_SUB= PYTHON2_SITELIBDIR=lib/python${PYTHON2_DEFAULT}/site-packages \ + PYTHON3_SITELIBDIR=lib/python${PYTHON3_DEFAULT}/site-packages + +OPTIONS_DEFINE= NLS + +NLS_USES= gettext +NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE} +NLS_CONFIGURE_OFF= --disable-nls + +.include Added: head/devel/libfsapfs/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libfsapfs/distinfo Thu Dec 20 19:28:39 2018 (r487899) @@ -0,0 +1,3 @@ +TIMESTAMP = 1544884054 +SHA256 (libfsapfs-experimental-20181215.tar.gz) = 7a886ceb58a87663bee00a2aaaf72eaa50ac3ab0af35ddb6935895dd92e04402 +SIZE (libfsapfs-experimental-20181215.tar.gz) = 1954522 Added: head/devel/libfsapfs/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libfsapfs/pkg-descr Thu Dec 20 19:28:39 2018 (r487899) @@ -0,0 +1,3 @@ +Library and tools to access the Apple File System (APFS) + +WWW: https://github.com/libyal/libfsapfs Added: head/devel/libfsapfs/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libfsapfs/pkg-plist Thu Dec 20 19:28:39 2018 (r487899) @@ -0,0 +1,21 @@ +bin/fsapfsinfo +bin/fsapfsmount +include/libfsapfs.h +include/libfsapfs/codepage.h +include/libfsapfs/definitions.h +include/libfsapfs/error.h +include/libfsapfs/extern.h +include/libfsapfs/features.h +include/libfsapfs/types.h +lib/libfsapfs.a +lib/libfsapfs.so +lib/libfsapfs.so.1 +lib/libfsapfs.so.1.0.0 +%%PYTHON2_SITELIBDIR%%/pyfsapfs.a +%%PYTHON2_SITELIBDIR%%/pyfsapfs.so +%%PYTHON3_SITELIBDIR%%/pyfsapfs.a +%%PYTHON3_SITELIBDIR%%/pyfsapfs.so +libdata/pkgconfig/libfsapfs.pc +man/man1/fsapfsinfo.1.gz +man/man1/fsapfsmount.1.gz +man/man3/libfsapfs.3.gz