svn commit: r310116 - in head/devel: . libregf
Max Brazhnikov
makc at FreeBSD.org
Wed Jan 9 00:08:42 UTC 2013
Author: makc
Date: Wed Jan 9 00:08:40 2013
New Revision: 310116
URL: http://svnweb.freebsd.org/changeset/ports/310116
Log:
Add new port devel/libregf:
Library and tools to support the Windows NT Registry File (REGF) format.
WWW: http://code.google.com/p/libregf/
PR: ports/174614
Submitted by: antoine@
Added:
head/devel/libregf/
head/devel/libregf/Makefile (contents, props changed)
head/devel/libregf/distinfo (contents, props changed)
head/devel/libregf/pkg-descr (contents, props changed)
head/devel/libregf/pkg-plist (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Tue Jan 8 23:58:30 2013 (r310115)
+++ head/devel/Makefile Wed Jan 9 00:08:40 2013 (r310116)
@@ -1047,6 +1047,7 @@
SUBDIR += librcd
SUBDIR += libreadline-java
SUBDIR += libredblack
+ SUBDIR += libregf
SUBDIR += librelp
SUBDIR += libruin
SUBDIR += libs11n
Added: head/devel/libregf/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libregf/Makefile Wed Jan 9 00:08:40 2013 (r310116)
@@ -0,0 +1,41 @@
+# Created by: antoine at FreeBSD.org
+# $FreeBSD$
+
+PORTNAME= libregf
+DISTVERSION= alpha-20121112
+CATEGORIES= devel
+MASTER_SITES= GOOGLE_CODE
+
+MAINTAINER= antoine at FreeBSD.org
+COMMENT= Library and tools to support the Windows NT Registry File format
+
+LICENSE= LGPL3
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --enable-python
+USE_FUSE= yes
+USE_GETTEXT= yes
+USE_GNOME= gnomehack
+USE_ICONV= yes
+USE_PYTHON= yes
+USE_LDCONFIG= yes
+
+LDFLAGS+= -L${LOCALBASE}/lib
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E}
+
+MAN1= regfinfo.1
+MAN3= libregf.3
+
+OPTIONS_DEFINE= DOCS
+
+PORTDOCS= AUTHORS ChangeLog
+
+.include <bsd.port.options.mk>
+
+post-install:
+.if ${PORT_OPTIONS:MDOCS}
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
+.endif
+
+.include <bsd.port.mk>
Added: head/devel/libregf/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libregf/distinfo Wed Jan 9 00:08:40 2013 (r310116)
@@ -0,0 +1,2 @@
+SHA256 (libregf-alpha-20121112.tar.gz) = 7b348c3c10bce727c3ed3b2a21a246ec5ea7f7492f27732076db2e4a12996d7f
+SIZE (libregf-alpha-20121112.tar.gz) = 1356588
Added: head/devel/libregf/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libregf/pkg-descr Wed Jan 9 00:08:40 2013 (r310116)
@@ -0,0 +1,3 @@
+Library and tools to support the Windows NT Registry File (REGF) format.
+
+WWW: http://code.google.com/p/libregf/
Added: head/devel/libregf/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libregf/pkg-plist Wed Jan 9 00:08:40 2013 (r310116)
@@ -0,0 +1,20 @@
+bin/regfexport
+bin/regfinfo
+bin/regfmount
+bin/regfreport
+include/libregf.h
+include/libregf/codepage.h
+include/libregf/definitions.h
+include/libregf/error.h
+include/libregf/extern.h
+include/libregf/features.h
+include/libregf/types.h
+lib/libregf.a
+lib/libregf.la
+lib/libregf.so
+lib/libregf.so.1
+%%PYTHON_SITELIBDIR%%/pyregf.a
+%%PYTHON_SITELIBDIR%%/pyregf.la
+%%PYTHON_SITELIBDIR%%/pyregf.so
+libdata/pkgconfig/libregf.pc
+ at dirrm include/libregf
More information about the svn-ports-head
mailing list