Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Oct 2020 08:40:35 +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: r552222 - in head/devel: . libfsext
Message-ID:  <202010130840.09D8eZrK091871@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Oct 13 08:40:35 2020
New Revision: 552222
URL: https://svnweb.freebsd.org/changeset/ports/552222

Log:
  New port: devel/libfsext
  
  Library and tools to access the Extended File System
  WWW: https://github.com/libyal/libfsext

Added:
  head/devel/libfsext/
  head/devel/libfsext/Makefile   (contents, props changed)
  head/devel/libfsext/distinfo   (contents, props changed)
  head/devel/libfsext/pkg-descr   (contents, props changed)
  head/devel/libfsext/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Oct 13 08:36:35 2020	(r552221)
+++ head/devel/Makefile	Tue Oct 13 08:40:35 2020	(r552222)
@@ -1160,6 +1160,7 @@
     SUBDIR += libfortuna
     SUBDIR += libfreefare
     SUBDIR += libfsapfs
+    SUBDIR += libfsext
     SUBDIR += libfsntfs
     SUBDIR += libftdi
     SUBDIR += libftdi1

Added: head/devel/libfsext/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libfsext/Makefile	Tue Oct 13 08:40:35 2020	(r552222)
@@ -0,0 +1,30 @@
+# $FreeBSD$
+
+PORTNAME=	libfsext
+# If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH
+DISTVERSION=	experimental-20200819
+CATEGORIES=	devel
+MASTER_SITES=	https://github.com/libyal/libfsext/releases/download/${PORTVERSION:E}/ \
+		LOCAL/antoine
+
+MAINTAINER=	antoine@FreeBSD.org
+COMMENT=	Library and tools to access the Extended File System
+
+LICENSE=	LGPL3+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--enable-python
+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/libfsext/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libfsext/distinfo	Tue Oct 13 08:40:35 2020	(r552222)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1600637130
+SHA256 (libfsext-experimental-20200819.tar.gz) = 1af9be0346680f9385a7237dcae2cc7b466977f10a90244b74a328745ae95bc6
+SIZE (libfsext-experimental-20200819.tar.gz) = 1576133

Added: head/devel/libfsext/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libfsext/pkg-descr	Tue Oct 13 08:40:35 2020	(r552222)
@@ -0,0 +1,3 @@
+Library and tools to access the Extended File System
+
+WWW: https://github.com/libyal/libfsext

Added: head/devel/libfsext/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libfsext/pkg-plist	Tue Oct 13 08:40:35 2020	(r552222)
@@ -0,0 +1,17 @@
+bin/fsextinfo
+include/libfsext.h
+include/libfsext/codepage.h
+include/libfsext/definitions.h
+include/libfsext/error.h
+include/libfsext/extern.h
+include/libfsext/features.h
+include/libfsext/types.h
+lib/libfsext.a
+lib/libfsext.so
+lib/libfsext.so.1
+lib/libfsext.so.1.0.0
+%%PYTHON_SITELIBDIR%%/pyfsext.a
+%%PYTHON_SITELIBDIR%%/pyfsext.so
+libdata/pkgconfig/libfsext.pc
+man/man1/fsextinfo.1.gz
+man/man3/libfsext.3.gz



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