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: ports/92250: [NEW PORT] archivers/xar: OpenDarwin XML eXtensible ARchiver Message-ID: <20060124074512.2417B39833@offworld.cqasys.com> Resent-Message-ID: <200601240750.k0O7o34b014951@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 92250 >Category: ports >Synopsis: [NEW PORT] archivers/xar: OpenDarwin XML eXtensible ARchiver >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jan 24 07:50:02 GMT 2006 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060124074512.2417B39833>