1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

devel/libfsfat: new port

Library and tools to access the File Allocation Table (FAT) file system
WWW: https://github.com/libyal/libfsfat
This commit is contained in:
Antoine Brodin 2023-02-22 13:20:00 +00:00
parent 857fbed615
commit 91ac20d702
5 changed files with 53 additions and 0 deletions

View File

@ -1230,6 +1230,7 @@
SUBDIR += libfreefare
SUBDIR += libfsapfs
SUBDIR += libfsext
SUBDIR += libfsfat
SUBDIR += libfshfs
SUBDIR += libfsntfs
SUBDIR += libfsxfs

29
devel/libfsfat/Makefile Normal file
View File

@ -0,0 +1,29 @@
PORTNAME= libfsfat
# If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH
DISTVERSION= experimental-20220925
CATEGORIES= devel
MASTER_SITES= https://github.com/libyal/libfsfat/releases/download/${PORTVERSION:E}/ \
LOCAL/antoine
MAINTAINER= antoine@FreeBSD.org
COMMENT= Library and tools to access the File Allocation Table File System
WWW= https://github.com/libyal/libfsfat
LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-python --with-openssl=no
CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config
USES= fuse libtool pathfix pkgconfig python
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/libfsfat/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1676995935
SHA256 (libfsfat-experimental-20220925.tar.gz) = 8e161d46088c62be3d6277cf660d45886e0ad3da905473e5046fff033edc0c35
SIZE (libfsfat-experimental-20220925.tar.gz) = 1692529

1
devel/libfsfat/pkg-descr Normal file
View File

@ -0,0 +1 @@
Library and tools to access the File Allocation Table (FAT) file system

19
devel/libfsfat/pkg-plist Normal file
View File

@ -0,0 +1,19 @@
bin/fsfatinfo
bin/fsfatmount
include/libfsfat.h
include/libfsfat/codepage.h
include/libfsfat/definitions.h
include/libfsfat/error.h
include/libfsfat/extern.h
include/libfsfat/features.h
include/libfsfat/types.h
lib/libfsfat.a
lib/libfsfat.so
lib/libfsfat.so.1
lib/libfsfat.so.1.0.0
%%PYTHON_SITELIBDIR%%/pyfsfat.a
%%PYTHON_SITELIBDIR%%/pyfsfat.so
libdata/pkgconfig/libfsfat.pc
man/man1/fsfatinfo.1.gz
man/man1/fsfatmount.1.gz
man/man3/libfsfat.3.gz