New port: devel/libcreg

Library and tools to access the Windows 9x/Me Registry File (CREG) format.
WWW: https://github.com/libyal/libcreg
This commit is contained in:
Antoine Brodin
2020-10-13 08:34:51 +00:00
parent 8db030b3cf
commit 08812e6582
5 changed files with 55 additions and 0 deletions
+1
View File
@@ -1106,6 +1106,7 @@
SUBDIR += libconcurrent
SUBDIR += libconfig
SUBDIR += libconfuse
SUBDIR += libcreg
SUBDIR += libcrossguid
SUBDIR += libcutl
SUBDIR += libcwd
+29
View File
@@ -0,0 +1,29 @@
# $FreeBSD$
PORTNAME= libcreg
DISTVERSION= experimental-20200725
CATEGORIES= devel
MASTER_SITES= https://github.com/libyal/libcreg/releases/download/${PORTVERSION:E}/ \
LOCAL/antoine
MAINTAINER= antoine@FreeBSD.org
COMMENT= Library and tools to access the Windows 9x/Me Registry File format
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: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
View File
@@ -0,0 +1,3 @@
TIMESTAMP = 1601241029
SHA256 (libcreg-experimental-20200725.tar.gz) = 79ec60a9b670868921688ff8b16a4db38316a975dab4b28db0a08fc96364dfef
SIZE (libcreg-experimental-20200725.tar.gz) = 1518033
+3
View File
@@ -0,0 +1,3 @@
Library and tools to access the Windows 9x/Me Registry File (CREG) format.
WWW: https://github.com/libyal/libcreg
+19
View File
@@ -0,0 +1,19 @@
bin/cregexport
bin/creginfo
bin/cregmount
include/libcreg.h
include/libcreg/codepage.h
include/libcreg/definitions.h
include/libcreg/error.h
include/libcreg/extern.h
include/libcreg/features.h
include/libcreg/types.h
lib/libcreg.a
lib/libcreg.so
lib/libcreg.so.1
lib/libcreg.so.1.0.0
%%PYTHON_SITELIBDIR%%/pycreg.a
%%PYTHON_SITELIBDIR%%/pycreg.so
libdata/pkgconfig/libcreg.pc
man/man1/creginfo.1.gz
man/man3/libcreg.3.gz