Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Dec 2020 10:23:31 +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: r559283 - in head/devel: . libfshfs
Message-ID:  <202012261023.0BQANVKT042128@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Dec 26 10:23:30 2020
New Revision: 559283
URL: https://svnweb.freebsd.org/changeset/ports/559283

Log:
  New port: devel/libfshfs
  
  Library and tools to access the Mac OS Hierarchical File System (HFS)
  WWW: https://github.com/libyal/libfshfs

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Dec 26 10:17:20 2020	(r559282)
+++ head/devel/Makefile	Sat Dec 26 10:23:30 2020	(r559283)
@@ -1170,6 +1170,7 @@
     SUBDIR += libfreefare
     SUBDIR += libfsapfs
     SUBDIR += libfsext
+    SUBDIR += libfshfs
     SUBDIR += libfsntfs
     SUBDIR += libftdi
     SUBDIR += libftdi1

Added: head/devel/libfshfs/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libfshfs/Makefile	Sat Dec 26 10:23:30 2020	(r559283)
@@ -0,0 +1,30 @@
+# $FreeBSD$
+
+PORTNAME=	libfshfs
+# If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH
+DISTVERSION=	experimental-20201104
+CATEGORIES=	devel
+MASTER_SITES=	https://github.com/libyal/libfshfs/releases/download/${PORTVERSION:E}/ \
+		LOCAL/antoine
+
+MAINTAINER=	antoine@FreeBSD.org
+COMMENT=	Library and tools to access the Mac OS Hierarchical File System (HFS)
+
+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/libfshfs/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libfshfs/distinfo	Sat Dec 26 10:23:30 2020	(r559283)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1604738737
+SHA256 (libfshfs-experimental-20201104.tar.gz) = b7c566986a8ece99c5427eb13fb2122b640d1b9cf5d8056b54f7139837aa9fa9
+SIZE (libfshfs-experimental-20201104.tar.gz) = 1914552

Added: head/devel/libfshfs/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libfshfs/pkg-descr	Sat Dec 26 10:23:30 2020	(r559283)
@@ -0,0 +1,3 @@
+Library and tools to access the Mac OS Hierarchical File System (HFS)
+
+WWW: https://github.com/libyal/libfshfs

Added: head/devel/libfshfs/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libfshfs/pkg-plist	Sat Dec 26 10:23:30 2020	(r559283)
@@ -0,0 +1,17 @@
+bin/fshfsinfo
+include/libfshfs.h
+include/libfshfs/codepage.h
+include/libfshfs/definitions.h
+include/libfshfs/error.h
+include/libfshfs/extern.h
+include/libfshfs/features.h
+include/libfshfs/types.h
+lib/libfshfs.a
+lib/libfshfs.so
+lib/libfshfs.so.1
+lib/libfshfs.so.1.0.0
+%%PYTHON_SITELIBDIR%%/pyfshfs.a
+%%PYTHON_SITELIBDIR%%/pyfshfs.so
+libdata/pkgconfig/libfshfs.pc
+man/man1/fshfsinfo.1.gz
+man/man3/libfshfs.3.gz



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