mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
New port: devel/libfsxfs
Library and tools to access the SGI X File System WWW: https://github.com/libyal/libfsxfs
This commit is contained in:
parent
34c00f2e0a
commit
83f3113caa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559284
@ -1172,6 +1172,7 @@
|
||||
SUBDIR += libfsext
|
||||
SUBDIR += libfshfs
|
||||
SUBDIR += libfsntfs
|
||||
SUBDIR += libfsxfs
|
||||
SUBDIR += libftdi
|
||||
SUBDIR += libftdi1
|
||||
SUBDIR += libfwnt
|
||||
|
30
devel/libfsxfs/Makefile
Normal file
30
devel/libfsxfs/Makefile
Normal file
@ -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>
|
3
devel/libfsxfs/distinfo
Normal file
3
devel/libfsxfs/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1606828787
|
||||
SHA256 (libfsxfs-experimental-20201117.tar.gz) = 633685964f33e80be678a93b549d68ad38c6584ada11c7bc6076f9275b4852d4
|
||||
SIZE (libfsxfs-experimental-20201117.tar.gz) = 1635073
|
3
devel/libfsxfs/pkg-descr
Normal file
3
devel/libfsxfs/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Library and tools to access the SGI X File System
|
||||
|
||||
WWW: https://github.com/libyal/libfsxfs
|
17
devel/libfsxfs/pkg-plist
Normal file
17
devel/libfsxfs/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user