From antoine@newdump.dreadbsd.org  Fri Mar  8 17:13:31 2013
Return-Path: <antoine@newdump.dreadbsd.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 361B9E65
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  8 Mar 2013 17:13:31 +0000 (UTC)
	(envelope-from antoine@newdump.dreadbsd.org)
Received: from newdump.dreadbsd.org (unknown [IPv6:2a01:e0b:1:64:240:63ff:fee8:7c0b])
	by mx1.freebsd.org (Postfix) with ESMTP id C4897628
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  8 Mar 2013 17:13:30 +0000 (UTC)
Received: from newdump.dreadbsd.org (localhost [127.0.0.1])
	by newdump.dreadbsd.org (8.14.5/8.14.5) with ESMTP id r28HDL4q065569
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 8 Mar 2013 18:13:21 +0100 (CET)
	(envelope-from antoine@newdump.dreadbsd.org)
Received: (from antoine@localhost)
	by newdump.dreadbsd.org (8.14.5/8.14.5/Submit) id r28HDFoO065568;
	Fri, 8 Mar 2013 17:13:15 GMT
	(envelope-from antoine)
Message-Id: <201303081713.r28HDFoO065568@newdump.dreadbsd.org>
Date: Fri, 8 Mar 2013 17:13:15 GMT
From: Antoine Brodin <antoine@freebsd.org>
Reply-To: Antoine Brodin <antoine@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [new port] devel/libmsiecf alpha-20130305
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         176753
>Category:       ports
>Synopsis:       [new port] devel/libmsiecf alpha-20130305
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 08 17:20:00 UTC 2013
>Closed-Date:    Sat Mar 09 16:36:43 UTC 2013
>Last-Modified:  Sat Mar  9 16:40:04 UTC 2013
>Originator:     Antoine Brodin
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
none
>Environment:
System: FreeBSD everglades 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64


>Description:
Library and tools to access the Microsoft Internet Explorer (MSIE) Cache File
(index.dat) files
WWW: http://code.google.com/p/libmsiecf/

>How-To-Repeat:
>Fix:


--- libmsiecf.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	libmsiecf
#	libmsiecf/pkg-plist
#	libmsiecf/pkg-descr
#	libmsiecf/distinfo
#	libmsiecf/Makefile
#
echo c - libmsiecf
mkdir -p libmsiecf > /dev/null 2>&1
echo x - libmsiecf/pkg-plist
sed 's/^X//' >libmsiecf/pkg-plist << 'f96b8066fe36ad57d417268407ea7380'
Xbin/msiecfexport
Xbin/msiecfinfo
Xinclude/libmsiecf.h
Xinclude/libmsiecf/codepage.h
Xinclude/libmsiecf/definitions.h
Xinclude/libmsiecf/error.h
Xinclude/libmsiecf/extern.h
Xinclude/libmsiecf/features.h
Xinclude/libmsiecf/types.h
Xlib/libmsiecf.a
Xlib/libmsiecf.la
Xlib/libmsiecf.so
Xlib/libmsiecf.so.1
X%%PYTHON_SITELIBDIR%%/pymsiecf.a
X%%PYTHON_SITELIBDIR%%/pymsiecf.la
X%%PYTHON_SITELIBDIR%%/pymsiecf.so
Xlibdata/pkgconfig/libmsiecf.pc
X@dirrm include/libmsiecf
f96b8066fe36ad57d417268407ea7380
echo x - libmsiecf/pkg-descr
sed 's/^X//' >libmsiecf/pkg-descr << 'f1146afdfb981350a3dfa7a38cd34bfa'
XLibrary and tools to access the Microsoft Internet Explorer (MSIE) Cache File
X(index.dat) files
X
XWWW: http://code.google.com/p/libmsiecf/
f1146afdfb981350a3dfa7a38cd34bfa
echo x - libmsiecf/distinfo
sed 's/^X//' >libmsiecf/distinfo << '17ee561d00df1c312e7737cb7343c905'
XSHA256 (libmsiecf-alpha-20130305.tar.gz) = 801cc90ed8414714930a3f6b95498edcb5da3137408431da80d2dac506770b38
XSIZE (libmsiecf-alpha-20130305.tar.gz) = 1290626
17ee561d00df1c312e7737cb7343c905
echo x - libmsiecf/Makefile
sed 's/^X//' >libmsiecf/Makefile << 'a6feea163abb04b99ef96b61f61d4501'
X# Created by: Antoine Brodin <antoine@FreeBSD.org>
X# $FreeBSD$
X
XPORTNAME=	libmsiecf
XDISTVERSION=	alpha-20130305
XCATEGORIES=	devel
XMASTER_SITES=	GOOGLE_CODE
X
XMAINTAINER=	antoine@FreeBSD.org
XCOMMENT=	Library and tools to access the MSIE index.dat files
X
XLICENSE=	LGPL3
X
XGNU_CONFIGURE=	yes
XCONFIGURE_ARGS=	--enable-python
XUSE_GETTEXT=	yes
XUSES=		pathfix
XUSE_ICONV=	yes
XUSE_PYTHON=	yes
XUSE_LDCONFIG=	yes
X
XLDFLAGS+=	-L${LOCALBASE}/lib
XWRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:E}
X
XMAN1=		msiecfexport.1 msiecfinfo.1
XMAN3=		libmsiecf.3
X
XOPTIONS_DEFINE=	DOCS
X
XPORTDOCS=	AUTHORS ChangeLog
X
X.include <bsd.port.options.mk>
X
Xpost-install:
X.if ${PORT_OPTIONS:MDOCS}
X	@${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
a6feea163abb04b99ef96b61f61d4501
exit
--- libmsiecf.shar ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->antoine 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Mar 8 17:20:18 UTC 2013 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=176753 
Responsible-Changed-From-To: antoine->freebsd-ports-bugs 
Responsible-Changed-By: antoine 
Responsible-Changed-When: Fri Mar 8 17:21:06 UTC 2013 
Responsible-Changed-Why:  
Back to freebsd-ports-bugs 

http://www.freebsd.org/cgi/query-pr.cgi?pr=176753 
Responsible-Changed-From-To: freebsd-ports-bugs->rm 
Responsible-Changed-By: rm 
Responsible-Changed-When: Fri Mar 8 21:07:50 UTC 2013 
Responsible-Changed-Why:  
I will take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=176753 
State-Changed-From-To: open->closed 
State-Changed-By: rm 
State-Changed-When: Sat Mar 9 16:36:42 UTC 2013 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=176753 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/176753: commit references a PR
Date: Sat,  9 Mar 2013 16:30:21 +0000 (UTC)

 Author: rm
 Date: Sat Mar  9 16:30:10 2013
 New Revision: 313725
 URL: http://svnweb.freebsd.org/changeset/ports/313725
 
 Log:
   Library and tools to access the Microsoft Internet Explorer (MSIE) Cache File
   (index.dat) files
   
   WWW: http://code.google.com/p/libmsiecf/
   
   PR:		176753
   Submitted by:	Antoine Brodin <antoine@FreeBSD.org>
 
 Added:
   head/devel/libmsiecf/
   head/devel/libmsiecf/Makefile   (contents, props changed)
   head/devel/libmsiecf/distinfo   (contents, props changed)
   head/devel/libmsiecf/pkg-descr   (contents, props changed)
   head/devel/libmsiecf/pkg-plist   (contents, props changed)
 Modified:
   head/devel/Makefile
 
 Modified: head/devel/Makefile
 ==============================================================================
 --- head/devel/Makefile	Sat Mar  9 16:10:57 2013	(r313724)
 +++ head/devel/Makefile	Sat Mar  9 16:30:10 2013	(r313725)
 @@ -1028,6 +1028,7 @@
      SUBDIR += libmonetra
      SUBDIR += libmowgli
      SUBDIR += libmpcbdm
 +    SUBDIR += libmsiecf
      SUBDIR += libmsocket
      SUBDIR += libmtrie
      SUBDIR += libnaji
 
 Added: head/devel/libmsiecf/Makefile
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/devel/libmsiecf/Makefile	Sat Mar  9 16:30:10 2013	(r313725)
 @@ -0,0 +1,40 @@
 +# Created by: Antoine Brodin <antoine@FreeBSD.org>
 +# $FreeBSD$
 +
 +PORTNAME=	libmsiecf
 +DISTVERSION=	alpha-20130305
 +CATEGORIES=	devel
 +MASTER_SITES=	GOOGLE_CODE
 +
 +MAINTAINER=	antoine@FreeBSD.org
 +COMMENT=	Library and tools to access the MSIE index.dat files
 +
 +LICENSE=	LGPL3
 +
 +GNU_CONFIGURE=	yes
 +CONFIGURE_ARGS=	--enable-python
 +USE_GETTEXT=	yes
 +USES=		pathfix
 +USE_ICONV=	yes
 +USE_PYTHON=	yes
 +USE_LDCONFIG=	yes
 +
 +LDFLAGS+=	-L${LOCALBASE}/lib
 +WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:E}
 +
 +MAN1=		msiecfexport.1 msiecfinfo.1
 +MAN3=		libmsiecf.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/libmsiecf/distinfo
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/devel/libmsiecf/distinfo	Sat Mar  9 16:30:10 2013	(r313725)
 @@ -0,0 +1,2 @@
 +SHA256 (libmsiecf-alpha-20130305.tar.gz) = 801cc90ed8414714930a3f6b95498edcb5da3137408431da80d2dac506770b38
 +SIZE (libmsiecf-alpha-20130305.tar.gz) = 1290626
 
 Added: head/devel/libmsiecf/pkg-descr
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/devel/libmsiecf/pkg-descr	Sat Mar  9 16:30:10 2013	(r313725)
 @@ -0,0 +1,4 @@
 +Library and tools to access the Microsoft Internet Explorer (MSIE) Cache File
 +(index.dat) files
 +
 +WWW: http://code.google.com/p/libmsiecf/
 
 Added: head/devel/libmsiecf/pkg-plist
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/devel/libmsiecf/pkg-plist	Sat Mar  9 16:30:10 2013	(r313725)
 @@ -0,0 +1,18 @@
 +bin/msiecfexport
 +bin/msiecfinfo
 +include/libmsiecf.h
 +include/libmsiecf/codepage.h
 +include/libmsiecf/definitions.h
 +include/libmsiecf/error.h
 +include/libmsiecf/extern.h
 +include/libmsiecf/features.h
 +include/libmsiecf/types.h
 +lib/libmsiecf.a
 +lib/libmsiecf.la
 +lib/libmsiecf.so
 +lib/libmsiecf.so.1
 +%%PYTHON_SITELIBDIR%%/pymsiecf.a
 +%%PYTHON_SITELIBDIR%%/pymsiecf.la
 +%%PYTHON_SITELIBDIR%%/pymsiecf.so
 +libdata/pkgconfig/libmsiecf.pc
 +@dirrm include/libmsiecf
 _______________________________________________
 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"
 
>Unformatted:
