From owner-svn-ports-all@freebsd.org Sat Dec 26 10:26:24 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 751EE4B4C5D; Sat, 26 Dec 2020 10:26:24 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4D30N02tzWz3N70; Sat, 26 Dec 2020 10:26:24 +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 560C313266; Sat, 26 Dec 2020 10:26:24 +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 0BQAQOIC042452; Sat, 26 Dec 2020 10:26:24 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BQAQNl1042448; Sat, 26 Dec 2020 10:26:23 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202012261026.0BQAQNl1042448@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 26 Dec 2020 10:26:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559284 - in head/devel: . libfsxfs X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head/devel: . libfsxfs X-SVN-Commit-Revision: 559284 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 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: Sat, 26 Dec 2020 10:26:24 -0000 Author: antoine Date: Sat Dec 26 10:26:22 2020 New Revision: 559284 URL: https://svnweb.freebsd.org/changeset/ports/559284 Log: New port: devel/libfsxfs Library and tools to access the SGI X File System WWW: https://github.com/libyal/libfsxfs Added: head/devel/libfsxfs/ head/devel/libfsxfs/Makefile (contents, props changed) head/devel/libfsxfs/distinfo (contents, props changed) head/devel/libfsxfs/pkg-descr (contents, props changed) head/devel/libfsxfs/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Dec 26 10:23:30 2020 (r559283) +++ head/devel/Makefile Sat Dec 26 10:26:22 2020 (r559284) @@ -1172,6 +1172,7 @@ SUBDIR += libfsext SUBDIR += libfshfs SUBDIR += libfsntfs + SUBDIR += libfsxfs SUBDIR += libftdi SUBDIR += libftdi1 SUBDIR += libfwnt Added: head/devel/libfsxfs/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libfsxfs/Makefile Sat Dec 26 10:26:22 2020 (r559284) @@ -0,0 +1,30 @@ +# $FreeBSD$ + +PORTNAME= libfsxfs +# If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH +DISTVERSION= experimental-20201117 +CATEGORIES= devel +MASTER_SITES= https://github.com/libyal/libfsxfs/releases/download/${PORTVERSION:E}/ \ + LOCAL/antoine + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Library and tools to access the SGI X File System + +LICENSE= LGPL3+ +LICENSE_FILE= ${WRKSRC}/COPYING + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-python --with-openssl=no +CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config +USES= libtool pathfix python:3.5+ +USE_LDCONFIG= yes +INSTALL_TARGET= install-strip +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} + +OPTIONS_DEFINE= NLS + +NLS_USES= gettext +NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE} +NLS_CONFIGURE_OFF= --disable-nls + +.include Added: head/devel/libfsxfs/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libfsxfs/distinfo Sat Dec 26 10:26:22 2020 (r559284) @@ -0,0 +1,3 @@ +TIMESTAMP = 1606828787 +SHA256 (libfsxfs-experimental-20201117.tar.gz) = 633685964f33e80be678a93b549d68ad38c6584ada11c7bc6076f9275b4852d4 +SIZE (libfsxfs-experimental-20201117.tar.gz) = 1635073 Added: head/devel/libfsxfs/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libfsxfs/pkg-descr Sat Dec 26 10:26:22 2020 (r559284) @@ -0,0 +1,3 @@ +Library and tools to access the SGI X File System + +WWW: https://github.com/libyal/libfsxfs Added: head/devel/libfsxfs/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libfsxfs/pkg-plist Sat Dec 26 10:26:22 2020 (r559284) @@ -0,0 +1,17 @@ +bin/fsxfsinfo +include/libfsxfs.h +include/libfsxfs/codepage.h +include/libfsxfs/definitions.h +include/libfsxfs/error.h +include/libfsxfs/extern.h +include/libfsxfs/features.h +include/libfsxfs/types.h +lib/libfsxfs.a +lib/libfsxfs.so +lib/libfsxfs.so.1 +lib/libfsxfs.so.1.0.0 +%%PYTHON_SITELIBDIR%%/pyfsxfs.a +%%PYTHON_SITELIBDIR%%/pyfsxfs.so +libdata/pkgconfig/libfsxfs.pc +man/man1/fsxfsinfo.1.gz +man/man3/libfsxfs.3.gz