Date: Fri, 12 Mar 2021 18:34:25 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568193 - in head/devel: . libvsgpt Message-ID: <202103121834.12CIYPp5020822@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Fri Mar 12 18:34:25 2021 New Revision: 568193 URL: https://svnweb.freebsd.org/changeset/ports/568193 Log: New port: devel/libvsgpt libvsgpt is a library to access the GUID Partition Table (GPT) volume system format. WWW: https://github.com/libyal/libvsgpt Added: head/devel/libvsgpt/ head/devel/libvsgpt/Makefile (contents, props changed) head/devel/libvsgpt/distinfo (contents, props changed) head/devel/libvsgpt/pkg-descr (contents, props changed) head/devel/libvsgpt/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Mar 12 18:12:50 2021 (r568192) +++ head/devel/Makefile Fri Mar 12 18:34:25 2021 (r568193) @@ -1378,6 +1378,7 @@ SUBDIR += libvmdk SUBDIR += libvolume_id SUBDIR += libvshadow + SUBDIR += libvsgpt SUBDIR += libvslvm SUBDIR += libvterm SUBDIR += libwfut Added: head/devel/libvsgpt/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libvsgpt/Makefile Fri Mar 12 18:34:25 2021 (r568193) @@ -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> Added: head/devel/libvsgpt/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libvsgpt/distinfo Fri Mar 12 18:34:25 2021 (r568193) @@ -0,0 +1,3 @@ +TIMESTAMP = 1612809574 +SHA256 (libvsgpt-experimental-20210207.tar.gz) = 74b62d05ca57e47c62dfbe1a4a942438691d248f8b56e3c6ab9748277c07eade +SIZE (libvsgpt-experimental-20210207.tar.gz) = 1490075 Added: head/devel/libvsgpt/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libvsgpt/pkg-descr Fri Mar 12 18:34:25 2021 (r568193) @@ -0,0 +1,4 @@ +libvsgpt is a library to access the GUID Partition Table (GPT) volume system +format. + +WWW: https://github.com/libyal/libvsgpt Added: head/devel/libvsgpt/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libvsgpt/pkg-plist Fri Mar 12 18:34:25 2021 (r568193) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103121834.12CIYPp5020822>