Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Dec 2020 10:26:23 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r559284 - in head/devel: . libfsxfs
Message-ID:  <202012261026.0BQAQNl1042448@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012261026.0BQAQNl1042448>