From root@offworld.cqasys.com  Tue Jan 24 07:46:41 2006
Return-Path: <root@offworld.cqasys.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2791816A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 24 Jan 2006 07:46:41 +0000 (GMT)
	(envelope-from root@offworld.cqasys.com)
Received: from imf21aec.mail.bellsouth.net (imf21aec.mail.bellsouth.net [205.152.59.69])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B216A43D46
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 24 Jan 2006 07:46:40 +0000 (GMT)
	(envelope-from root@offworld.cqasys.com)
Received: from ibm63aec.bellsouth.net ([65.7.181.160])
          by imf21aec.mail.bellsouth.net with ESMTP
          id <20060124074517.JJQR14108.imf21aec.mail.bellsouth.net@ibm63aec.bellsouth.net>
          for <FreeBSD-gnats-submit@freebsd.org>;
          Tue, 24 Jan 2006 02:45:17 -0500
Received: from offworld.cqasys.com ([65.7.181.160])
          by ibm63aec.bellsouth.net with ESMTP
          id <20060124074512.NHCQ29460.ibm63aec.bellsouth.net@offworld.cqasys.com>;
          Tue, 24 Jan 2006 02:45:12 -0500
Received: by offworld.cqasys.com (Postfix, from userid 0)
	id 2417B39833; Tue, 24 Jan 2006 02:45:12 -0500 (EST)
Message-Id: <20060124074512.2417B39833@offworld.cqasys.com>
Date: Tue, 24 Jan 2006 02:45:12 -0500 (EST)
From: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: CPE1704TKS@bellsouth.net
Subject: [NEW PORT] archivers/xar: OpenDarwin XML eXtensible ARchiver
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         92250
>Category:       ports
>Synopsis:       [NEW PORT] archivers/xar: OpenDarwin XML eXtensible ARchiver
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    garga
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 24 07:50:02 GMT 2006
>Closed-Date:    Wed Jan 25 16:55:47 GMT 2006
>Last-Modified:  Wed Jan 25 16:55:47 GMT 2006
>Originator:     Jeffrey H. Johnson
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD offworld.cqasys.com 6.0-STABLE FreeBSD 6.0-STABLE #21: Wed Jan 18 22:35:45 EST 2006
>Description:
The XAR project aims to provide an easily extensible archive format. 
Important design decisions include an easily extensible XML table of 
contents for random access to archived files, storing the toc at the 
beginning of the archive to allow for efficient handling of streamed 
archives,  the ability to  handle files of  arbitrarily large sizes, 
the ability to choose independent  encodings for individual files in 
the archive, the ability to  store checksums for individual files in 
both compressed  and uncompressed form, and the ability to query the 
table of content's rich meta-data.

WWW: http://www.opendarwin.org/projects/xar/

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- xar-1.3.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:
#
#	xar
#	xar/Makefile
#	xar/distinfo
#	xar/pkg-descr
#	xar/files
#	xar/files/patch-aa
#	xar/pkg-plist
#
echo c - xar
mkdir -p xar > /dev/null 2>&1
echo x - xar/Makefile
sed 's/^X//' >xar/Makefile << 'END-of-xar/Makefile'
X# New ports collection makefile for:	xar
X# Date created:		24 January 2005
X# Whom:			CPE1704TKS@bellsouth.net <Jeffrey H. Johnson>
X#
X# $FreeBSD: ports/archivers/xar/Makefile,v 1.0 2005/01/24 01:45:36 trn Exp $
X#
X
XPORTNAME=	xar
XDISTVERSION=	1.3
XCATEGORIES=	archivers
XMASTER_SITES=	http://www.opendarwin.org/projects/xar/ \
X		http://distfiles-msn.opendarwin.org/ \
X		http://distfiles-od.opendarwin.org/ \
X		http://distfiles.opendarwin.org/
X
XMAINTAINER=	CPE1704TKS@bellsouth.net
XCOMMENT=	OpenDarwin XML eXtensible ARchiver
X
XLIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl
X
XINSTALLS_SHLIB=	yes
X
XUSE_GNOME=	libxml2
XUSE_GMAKE=	yes
XUSE_OPENSSL=	yes
X
XGNU_CONFIGURE=	yes
X
XMAN1=		xar.1
X
X.include <bsd.port.mk>
END-of-xar/Makefile
echo x - xar/distinfo
sed 's/^X//' >xar/distinfo << 'END-of-xar/distinfo'
XMD5 (xar-1.3.tar.gz) = 757103c9abeef77004a86af55a01452b
XSHA256 (xar-1.3.tar.gz) = 654263d29dfe079dde2cb1b30cb208aa81b5b338135b25315c1e5d1325a66dd2
XSIZE (xar-1.3.tar.gz) = 114402
END-of-xar/distinfo
echo x - xar/pkg-descr
sed 's/^X//' >xar/pkg-descr << 'END-of-xar/pkg-descr'
XThe XAR project aims to provide an easily extensible archive format. 
XImportant design decisions include an easily extensible XML table of 
Xcontents for random access to archived files, storing the toc at the 
Xbeginning of the archive to allow for efficient handling of streamed 
Xarchives,  the ability to  handle files of  arbitrarily large sizes, 
Xthe ability to choose independent  encodings for individual files in 
Xthe archive, the ability to  store checksums for individual files in 
Xboth compressed  and uncompressed form, and the ability to query the 
Xtable of content's rich meta-data.
X
XWWW: http://www.opendarwin.org/projects/xar/
END-of-xar/pkg-descr
echo c - xar/files
mkdir -p xar/files > /dev/null 2>&1
echo x - xar/files/patch-aa
sed 's/^X//' >xar/files/patch-aa << 'END-of-xar/files/patch-aa'
X--- include/xar.h.in.orig	Tue Jan 24 02:14:31 2006
X+++ include/xar.h.in	Tue Jan 24 02:14:45 2006
X@@ -36,6 +36,7 @@
X 
X #define XAR_VERSION "@XAR_VERSION@"
X 
X+#include <sys/limits.h>
X #include <sys/types.h>
X #include <stdint.h>
X 
END-of-xar/files/patch-aa
echo x - xar/pkg-plist
sed 's/^X//' >xar/pkg-plist << 'END-of-xar/pkg-plist'
Xbin/xar
Xinclude/xar/xar.h
Xlib/libxar.so.1
Xlib/libxar.so
END-of-xar/pkg-plist
exit
--- xar-1.3.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->garga 
Responsible-Changed-By: garga 
Responsible-Changed-When: Tue Jan 24 18:04:31 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=92250 
State-Changed-From-To: open->feedback 
State-Changed-By: garga 
State-Changed-When: Wed Jan 25 10:43:32 UTC 2006 
State-Changed-Why:  
Ask for submitter fix. 

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

From: Renato Botelho <garga@FreeBSD.org>
To: bug-followup@FreeBSD.org,  CPE1704TKS@bellsouth.net
Cc:  
Subject: Re: ports/92250: [NEW PORT] archivers/xar: OpenDarwin XML eXtensible
 ARchiver
Date: Wed, 25 Jan 2006 08:42:10 -0200

 The port doesn't build on FreeBSD 4.x, like you can see here:
 
 http://srvmix.galle.com.br/tb/errors/4-STABLE/xar-1.3.log
 
 Could you provide a fix? Or, if you want, i can mark the port as
 BROKEN on 4.x systems.
 
 Thanks
 -- 
 Renato Botelho <garga @ FreeBSD.org>
                <freebsd @ galle.com.br>
 GnuPG Key: http://www.FreeBSD.org/~garga/pubkey.asc

From: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
To: bug-followup@FreeBSD.org, garga@FreeBSD.org
Cc:  
Subject: Re: ports/92250: [NEW PORT] archivers/xar: OpenDarwin XML eXtensible ARchiver
Date: Wed, 25 Jan 2006 11:26:29 -0500 (EST)

 >Submitter-Id:	current-users
 >Originator:	Jeffrey H. Johnson
 >Organization:	
 >Confidential:	no 
 >Synopsis:	Re: ports/92250: [NEW PORT] archivers/xar: OpenDarwin XML eXtensible ARchiver
 >Severity:	non-critical
 >Priority:	low
 >Category:	ports 
 >Class:		change-request
 >Release:	FreeBSD 6.0-STABLE i386
 >Environment:
 System: FreeBSD offworld.cqasys.com 6.0-STABLE FreeBSD 6.0-STABLE #21: Wed Jan 18 22:35:45 EST 2006
 >Description:
 
 This should work correctly on FreeBSD 4 as well.  If not, please mark as
 BROKEN on 4 unless somebody knows why offhand.
 
 Generated with FreeBSD Port Tools 0.63
 >How-To-Repeat:
 >Fix:
 
 --- xar-1.3.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:
 #
 #	xar
 #	xar/Makefile
 #	xar/distinfo
 #	xar/pkg-descr
 #	xar/files
 #	xar/files/patch-include-xar.h.in
 #	xar/pkg-plist
 #
 echo c - xar
 mkdir -p xar > /dev/null 2>&1
 echo x - xar/Makefile
 sed 's/^X//' >xar/Makefile << 'END-of-xar/Makefile'
 X# New ports collection makefile for:	xar
 X# Date created:		24 January 2005
 X# Whom:			CPE1704TKS@bellsouth.net <Jeffrey H. Johnson>
 X#
 X# $FreeBSD: ports/archivers/xar/Makefile,v 1.0 2005/01/24 01:45:36 trn Exp $
 X#
 X
 XPORTNAME=	xar
 XDISTVERSION=	1.3
 XCATEGORIES=	archivers
 XMASTER_SITES=	http://www.opendarwin.org/projects/xar/ \
 X		http://distfiles-msn.opendarwin.org/ \
 X		http://distfiles-od.opendarwin.org/ \
 X		http://distfiles.opendarwin.org/
 X
 XMAINTAINER=	CPE1704TKS@bellsouth.net
 XCOMMENT=	OpenDarwin XML eXtensible ARchiver
 X
 XLIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl
 X
 XINSTALLS_SHLIB=	yes
 X
 XUSE_GNOME=	libxml2
 XUSE_GMAKE=	yes
 XUSE_OPENSSL=	yes
 X
 XGNU_CONFIGURE=	yes
 X
 XMAN1=		xar.1
 X
 X.include <bsd.port.mk>
 END-of-xar/Makefile
 echo x - xar/distinfo
 sed 's/^X//' >xar/distinfo << 'END-of-xar/distinfo'
 XMD5 (xar-1.3.tar.gz) = 757103c9abeef77004a86af55a01452b
 XSHA256 (xar-1.3.tar.gz) = 654263d29dfe079dde2cb1b30cb208aa81b5b338135b25315c1e5d1325a66dd2
 XSIZE (xar-1.3.tar.gz) = 114402
 END-of-xar/distinfo
 echo x - xar/pkg-descr
 sed 's/^X//' >xar/pkg-descr << 'END-of-xar/pkg-descr'
 XThe XAR project aims to provide an easily extensible archive format. 
 XImportant design decisions include an easily extensible XML table of 
 Xcontents for random access to archived files, storing the toc at the 
 Xbeginning of the archive to allow for efficient handling of streamed 
 Xarchives,  the ability to  handle files of  arbitrarily large sizes, 
 Xthe ability to choose independent  encodings for individual files in 
 Xthe archive, the ability to  store checksums for individual files in 
 Xboth compressed  and uncompressed form, and the ability to query the 
 Xtable of content's rich meta-data.
 X
 XWWW: http://www.opendarwin.org/projects/xar/
 END-of-xar/pkg-descr
 echo c - xar/files
 mkdir -p xar/files > /dev/null 2>&1
 echo x - xar/files/patch-include-xar.h.in
 sed 's/^X//' >xar/files/patch-include-xar.h.in << 'END-of-xar/files/patch-include-xar.h.in'
 X--- include/xar.h.in.orig	Wed Jan 25 11:09:33 2006
 X+++ include/xar.h.in	Wed Jan 25 11:16:05 2006
 X@@ -37,7 +37,7 @@
 X #define XAR_VERSION "@XAR_VERSION@"
 X 
 X #include <sys/types.h>
 X-#include <stdint.h>
 X+#include <limits.h>
 X 
 X struct xar_header {
 X 	uint32_t magic;
 END-of-xar/files/patch-include-xar.h.in
 echo x - xar/pkg-plist
 sed 's/^X//' >xar/pkg-plist << 'END-of-xar/pkg-plist'
 Xbin/xar
 Xinclude/xar/xar.h
 Xlib/libxar.so.1
 Xlib/libxar.so
 END-of-xar/pkg-plist
 exit
 --- xar-1.3.shar ends here ---
 
State-Changed-From-To: feedback->closed 
State-Changed-By: garga 
State-Changed-When: Wed Jan 25 16:55:45 UTC 2006 
State-Changed-Why:  
New port added. Marked as BROKEN on 4.x. Thanks for contributing! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=92250 
>Unformatted:
