Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Oct 2020 08:34:51 +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: r552220 - in head/devel: . libcreg
Message-ID:  <202010130834.09D8YpdZ086391@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Oct 13 08:34:51 2020
New Revision: 552220
URL: https://svnweb.freebsd.org/changeset/ports/552220

Log:
  New port: devel/libcreg
  
  Library and tools to access the Windows 9x/Me Registry File (CREG) format.
  WWW: https://github.com/libyal/libcreg

Added:
  head/devel/libcreg/
  head/devel/libcreg/Makefile   (contents, props changed)
  head/devel/libcreg/distinfo   (contents, props changed)
  head/devel/libcreg/pkg-descr   (contents, props changed)
  head/devel/libcreg/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Oct 13 08:28:19 2020	(r552219)
+++ head/devel/Makefile	Tue Oct 13 08:34:51 2020	(r552220)
@@ -1106,6 +1106,7 @@
     SUBDIR += libconcurrent
     SUBDIR += libconfig
     SUBDIR += libconfuse
+    SUBDIR += libcreg
     SUBDIR += libcrossguid
     SUBDIR += libcutl
     SUBDIR += libcwd

Added: head/devel/libcreg/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libcreg/Makefile	Tue Oct 13 08:34:51 2020	(r552220)
@@ -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>

Added: head/devel/libcreg/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libcreg/distinfo	Tue Oct 13 08:34:51 2020	(r552220)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1601241029
+SHA256 (libcreg-experimental-20200725.tar.gz) = 79ec60a9b670868921688ff8b16a4db38316a975dab4b28db0a08fc96364dfef
+SIZE (libcreg-experimental-20200725.tar.gz) = 1518033

Added: head/devel/libcreg/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libcreg/pkg-descr	Tue Oct 13 08:34:51 2020	(r552220)
@@ -0,0 +1,3 @@
+Library and tools to access the Windows 9x/Me Registry File (CREG) format.
+
+WWW: https://github.com/libyal/libcreg

Added: head/devel/libcreg/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libcreg/pkg-plist	Tue Oct 13 08:34:51 2020	(r552220)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010130834.09D8YpdZ086391>