1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

New port: devel/libfshfs

Library and tools to access the Mac OS Hierarchical File System (HFS)
WWW: https://github.com/libyal/libfshfs
This commit is contained in:
Antoine Brodin 2020-12-26 10:23:30 +00:00
parent 14e60de0d4
commit 34c00f2e0a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559283
5 changed files with 54 additions and 0 deletions

View File

@ -1170,6 +1170,7 @@
SUBDIR += libfreefare
SUBDIR += libfsapfs
SUBDIR += libfsext
SUBDIR += libfshfs
SUBDIR += libfsntfs
SUBDIR += libftdi
SUBDIR += libftdi1

30
devel/libfshfs/Makefile Normal file
View File

@ -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>

3
devel/libfshfs/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1604738737
SHA256 (libfshfs-experimental-20201104.tar.gz) = b7c566986a8ece99c5427eb13fb2122b640d1b9cf5d8056b54f7139837aa9fa9
SIZE (libfshfs-experimental-20201104.tar.gz) = 1914552

3
devel/libfshfs/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
Library and tools to access the Mac OS Hierarchical File System (HFS)
WWW: https://github.com/libyal/libfshfs

17
devel/libfshfs/pkg-plist Normal file
View File

@ -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