Bug 174614 - [new port] devel/libregf
Summary: [new port] devel/libregf
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Max Brazhnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-21 18:40 UTC by Antoine Brodin
Modified: 2013-01-09 00:10 UTC (History)
0 users

See Also:


Attachments
libregf.shar (2.59 KB, text/plain)
2012-12-21 18:40 UTC, Antoine Brodin
no flags Details
libregf.shar (2.44 KB, application/x-shar)
2013-01-04 21:29 UTC, Antoine Brodin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Brodin freebsd_committer freebsd_triage 2012-12-21 18:40:00 UTC
Library and tools to support the Windows NT Registry File (REGF) format
WWW:	http://code.google.com/p/libregf/
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-12-21 18:40:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->antoine

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Antoine Brodin freebsd_committer freebsd_triage 2012-12-21 18:48:09 UTC
Responsible Changed
From-To: antoine->freebsd-ports-bugs

I am not a ports committer.
Comment 3 Max Brazhnikov freebsd_committer freebsd_triage 2012-12-21 22:50:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->makc

I'll take it.
Comment 4 Antoine Brodin freebsd_committer freebsd_triage 2013-01-04 21:29:24 UTC
Hello,

Attached is an updated version which uses the new "USE_FUSE" varibale.

Antoine
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-01-09 00:08:49 UTC
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@FreeBSD.org
+# $FreeBSD$
+
+PORTNAME=	libregf
+DISTVERSION=	alpha-20121112
+CATEGORIES=	devel
+MASTER_SITES=	GOOGLE_CODE
+
+MAINTAINER=	antoine@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
+@dirrm include/libregf
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 6 Max Brazhnikov freebsd_committer freebsd_triage 2013-01-09 00:09:12 UTC
State Changed
From-To: open->closed

New port added. Thanks!