mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
New port: devel/libvsgpt
libvsgpt is a library to access the GUID Partition Table (GPT) volume system format. WWW: https://github.com/libyal/libvsgpt
This commit is contained in:
parent
b09d530f51
commit
d97783e47b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=568193
5 changed files with 56 additions and 0 deletions
|
@ -1378,6 +1378,7 @@
|
|||
SUBDIR += libvmdk
|
||||
SUBDIR += libvolume_id
|
||||
SUBDIR += libvshadow
|
||||
SUBDIR += libvsgpt
|
||||
SUBDIR += libvslvm
|
||||
SUBDIR += libvterm
|
||||
SUBDIR += libwfut
|
||||
|
|
31
devel/libvsgpt/Makefile
Normal file
31
devel/libvsgpt/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
|||
# Created by: Antoine Brodin <antoine@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libvsgpt
|
||||
# If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH
|
||||
DISTVERSION= experimental-20210207
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://github.com/libyal/libvsgpt/releases/download/${PORTVERSION:E}/ \
|
||||
LOCAL/antoine
|
||||
|
||||
MAINTAINER= antoine@FreeBSD.org
|
||||
COMMENT= Library and tools to access the GPT volume system format
|
||||
|
||||
LICENSE= LGPL3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-python
|
||||
CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config
|
||||
USES= libtool pathfix python:3.6+
|
||||
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/libvsgpt/distinfo
Normal file
3
devel/libvsgpt/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1612809574
|
||||
SHA256 (libvsgpt-experimental-20210207.tar.gz) = 74b62d05ca57e47c62dfbe1a4a942438691d248f8b56e3c6ab9748277c07eade
|
||||
SIZE (libvsgpt-experimental-20210207.tar.gz) = 1490075
|
4
devel/libvsgpt/pkg-descr
Normal file
4
devel/libvsgpt/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
libvsgpt is a library to access the GUID Partition Table (GPT) volume system
|
||||
format.
|
||||
|
||||
WWW: https://github.com/libyal/libvsgpt
|
17
devel/libvsgpt/pkg-plist
Normal file
17
devel/libvsgpt/pkg-plist
Normal file
|
@ -0,0 +1,17 @@
|
|||
bin/vsgptinfo
|
||||
include/libvsgpt.h
|
||||
include/libvsgpt/codepage.h
|
||||
include/libvsgpt/definitions.h
|
||||
include/libvsgpt/error.h
|
||||
include/libvsgpt/extern.h
|
||||
include/libvsgpt/features.h
|
||||
include/libvsgpt/types.h
|
||||
lib/libvsgpt.a
|
||||
lib/libvsgpt.so
|
||||
lib/libvsgpt.so.1
|
||||
lib/libvsgpt.so.1.0.0
|
||||
%%PYTHON_SITELIBDIR%%/pyvsgpt.a
|
||||
%%PYTHON_SITELIBDIR%%/pyvsgpt.so
|
||||
libdata/pkgconfig/libvsgpt.pc
|
||||
man/man1/vsgptinfo.1.gz
|
||||
man/man3/libvsgpt.3.gz
|
Loading…
Add table
Reference in a new issue