mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
devel/libvsapm: new port
Library and tools to access the APM volume system format
This commit is contained in:
parent
812ed750c7
commit
2b7bec35c8
@ -1453,6 +1453,7 @@
|
||||
SUBDIR += libvirt-java
|
||||
SUBDIR += libvmdk
|
||||
SUBDIR += libvolume_id
|
||||
SUBDIR += libvsapm
|
||||
SUBDIR += libvsgpt
|
||||
SUBDIR += libvshadow
|
||||
SUBDIR += libvslvm
|
||||
|
29
devel/libvsapm/Makefile
Normal file
29
devel/libvsapm/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
PORTNAME= libvsapm
|
||||
# If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH
|
||||
DISTVERSION= experimental-20231123
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://github.com/libyal/libvsapm/releases/download/${PORTVERSION:E}/ \
|
||||
LOCAL/antoine
|
||||
|
||||
MAINTAINER= antoine@FreeBSD.org
|
||||
COMMENT= Library and tools to access the APM volume system format
|
||||
WWW= https://github.com/libyal/libvsapm
|
||||
|
||||
LICENSE= LGPL3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-python
|
||||
CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config
|
||||
USES= 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/libvsapm/distinfo
Normal file
3
devel/libvsapm/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1707754708
|
||||
SHA256 (libvsapm-experimental-20231123.tar.gz) = b411d8b469bef63cafd8b048cf63cb5c91cc2769e3c009a0e74274d857b93c8d
|
||||
SIZE (libvsapm-experimental-20231123.tar.gz) = 1456629
|
2
devel/libvsapm/pkg-descr
Normal file
2
devel/libvsapm/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
libvsapm is a library to access the Apple Partition Map (APM) volume system
|
||||
format.
|
17
devel/libvsapm/pkg-plist
Normal file
17
devel/libvsapm/pkg-plist
Normal file
@ -0,0 +1,17 @@
|
||||
bin/vsapminfo
|
||||
include/libvsapm.h
|
||||
include/libvsapm/codepage.h
|
||||
include/libvsapm/definitions.h
|
||||
include/libvsapm/error.h
|
||||
include/libvsapm/extern.h
|
||||
include/libvsapm/features.h
|
||||
include/libvsapm/types.h
|
||||
lib/libvsapm.a
|
||||
lib/libvsapm.so
|
||||
lib/libvsapm.so.1
|
||||
lib/libvsapm.so.1.0.0
|
||||
%%PYTHON_SITELIBDIR%%/pyvsapm.a
|
||||
%%PYTHON_SITELIBDIR%%/pyvsapm.so
|
||||
libdata/pkgconfig/libvsapm.pc
|
||||
man/man1/vsapminfo.1.gz
|
||||
man/man3/libvsapm.3.gz
|
Loading…
Reference in New Issue
Block a user