2e676175ca
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/ PR: ports/92250 Submitted by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
37 lines
732 B
Makefile
37 lines
732 B
Makefile
# New ports collection makefile for: xar
|
|
# Date created: 24 January 2005
|
|
# Whom: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xar
|
|
DISTVERSION= 1.3
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= http://www.opendarwin.org/projects/xar/ \
|
|
http://distfiles-msn.opendarwin.org/ \
|
|
http://distfiles-od.opendarwin.org/ \
|
|
http://distfiles.opendarwin.org/
|
|
|
|
MAINTAINER= CPE1704TKS@bellsouth.net
|
|
COMMENT= OpenDarwin XML eXtensible ARchiver
|
|
|
|
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
USE_GNOME= libxml2
|
|
USE_GMAKE= yes
|
|
USE_OPENSSL= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= xar.1
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 500000
|
|
BROKEN= Does not build on FreeBSD < 5.x
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|