mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
devel/libphdi: new port
Library and tools to access the Parallels Hard Disk image format WWW: https://github.com/libyal/libphdi
This commit is contained in:
parent
5757df366a
commit
857fbed615
@ -1330,6 +1330,7 @@
|
||||
SUBDIR += libpeak
|
||||
SUBDIR += libpeas
|
||||
SUBDIR += libpff
|
||||
SUBDIR += libphdi
|
||||
SUBDIR += libphk
|
||||
SUBDIR += libphonenumber
|
||||
SUBDIR += libplist
|
||||
|
29
devel/libphdi/Makefile
Normal file
29
devel/libphdi/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
PORTNAME= libphdi
|
||||
# If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH
|
||||
DISTVERSION= experimental-20221025
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://github.com/libyal/libphdi/releases/download/${PORTVERSION:E}/ \
|
||||
LOCAL/antoine
|
||||
|
||||
MAINTAINER= antoine@FreeBSD.org
|
||||
COMMENT= Library and tools to access the Parallels Hard Disk image format
|
||||
WWW= https://github.com/libyal/libphdi
|
||||
|
||||
LICENSE= LGPL3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-python
|
||||
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/libphdi/distinfo
Normal file
3
devel/libphdi/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1676992208
|
||||
SHA256 (libphdi-experimental-20221025.tar.gz) = 899fc28652c6a48f1421537df71316b77eef5f64cecd062e14ee30686488311e
|
||||
SIZE (libphdi-experimental-20221025.tar.gz) = 1912255
|
1
devel/libphdi/pkg-descr
Normal file
1
devel/libphdi/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
Library and tools to access the Parallels Hard Disk image (PHDI) format.
|
18
devel/libphdi/pkg-plist
Normal file
18
devel/libphdi/pkg-plist
Normal file
@ -0,0 +1,18 @@
|
||||
bin/phdiinfo
|
||||
bin/phdimount
|
||||
include/libphdi.h
|
||||
include/libphdi/codepage.h
|
||||
include/libphdi/definitions.h
|
||||
include/libphdi/error.h
|
||||
include/libphdi/extern.h
|
||||
include/libphdi/features.h
|
||||
include/libphdi/types.h
|
||||
lib/libphdi.a
|
||||
lib/libphdi.so
|
||||
lib/libphdi.so.1
|
||||
lib/libphdi.so.1.0.0
|
||||
%%PYTHON_SITELIBDIR%%/pyphdi.a
|
||||
%%PYTHON_SITELIBDIR%%/pyphdi.so
|
||||
libdata/pkgconfig/libphdi.pc
|
||||
man/man1/phdiinfo.1.gz
|
||||
man/man3/libphdi.3.gz
|
Loading…
Reference in New Issue
Block a user