ports/130416: [UPDATE] archivers/lzmautils-devel - to 4.999.7beta (with name change)
David Naylor
naylor.b.david at gmail.com
Mon Jan 12 12:40:04 UTC 2009
>Number: 130416
>Category: ports
>Synopsis: [UPDATE] archivers/lzmautils-devel - to 4.999.7beta (with name change)
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Mon Jan 12 12:40:03 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: David Naylor
>Release: FreeBSD 8.0-CURRENT
>Organization:
Private
>Environment:
FreeBSD dragonmini.dg 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Sun Dec 21 20:04:04 SAST 2008 root at dragonmini.dg:/tmp/usr/src/sys/GENERIC amd64
>Description:
The developer has released a new version of lzmautils (and has renamed it xz). Could you please move archivers/lzmautils-devel to archivers/xz and then replace the content with the attached shar.
I have disabled NTL in the port since there does not appear to be any translations (and thus no need for NLS). I assume the ports infrastructure will handle NOPORTSDOC being set (and I don't need to do anything with regards to Makefiles?)
I made the binaries dynamically linked? Is this desirable behaviour (the default is to have the binaries statically linked)?
Should I submit other PR's to get lzma, lzmalib and lzmautils CONFLICTS updated?
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
# 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:
#
# xz
# xz/Makefile
# xz/distinfo
# xz/pkg-descr
# xz/pkg-plist
#
echo c - xz
mkdir -p xz > /dev/null 2>&1
echo x - xz/Makefile
sed 's/^X//' >xz/Makefile << '981f0fe2dfad2a2b5e2b5a6a51c8266e'
X# New ports collection makefile for: xz
X# Date created: 12 Jan 2009
X# Whom: David Naylor <dragonsa at highveldmail.co.za>
X#
X# $FreeBSD$
X#
X
XPORTNAME= xz
XPORTVERSION= 4.999.7
XCATEGORIES= archivers
XMASTER_SITES= http://tukaani.org/lzma/
XDISTNAME= ${PORTNAME}-${PORTVERSION}beta
X
XMAINTAINER= dragonsa at highveldmail.co.za
XCOMMENT= LZMA compression and decompression tools
X
XCONFLICTS= lzma-[0-9]* lzmalib-[0.9]* lzmautils-[0-9]* \
X lzmautils-devel-4.999.3alpha
X
XUSE_LDCONFIG= yes
XGNU_CONFIGURE= yes
X
XCONFIGURE_ARGS+= --disable-static --disable-nls # No translations apparent
X
X.if defined(WITHOUT_THREADS)
XCONFIGURE_ARGS+= --disable-threads
X.endif
X
XMAN1= lzdiff.1 lzgrep.1 lzmore.1
XMLINKS= lzdiff.1 lzcmp.1 \
X lzgrep.1 lzegrep.1 \
X lzgrep.1 lzfgrep.1 \
X lzmore.1 lzless.1
X
X.include <bsd.port.mk>
981f0fe2dfad2a2b5e2b5a6a51c8266e
echo x - xz/distinfo
sed 's/^X//' >xz/distinfo << 'efbfe52515f2d891ab6dacde449482ae'
XMD5 (xz-4.999.7beta.tar.gz) = be561c1c5597cfa2aa6122854492b2ce
XSHA256 (xz-4.999.7beta.tar.gz) = 9180324c2d6060f5cd50794a8f789b7af4cce51befcf64fac58d4091360ec13c
XSIZE (xz-4.999.7beta.tar.gz) = 864650
efbfe52515f2d891ab6dacde449482ae
echo x - xz/pkg-descr
sed 's/^X//' >xz/pkg-descr << 'f54cbe465eb09e4b0f0eb39d719edb9b'
XLZMA Utils is an attempt to provide LZMA compression to POSIX-like
Xsystems. The idea is to have a gzip-like command line tool and
Xzlib-like library, which would make it easy to adapt the new
Xcompression technology to existing applications.
X
XWWW: http://tukaani.org/lzma/
f54cbe465eb09e4b0f0eb39d719edb9b
echo x - xz/pkg-plist
sed 's/^X//' >xz/pkg-plist << '032c2197ec47a9a4f979440297c758bb'
Xbin/lzcat
Xbin/lzcmp
Xbin/lzdiff
Xbin/lzegrep
Xbin/lzfgrep
Xbin/lzgrep
Xbin/lzless
Xbin/lzma
Xbin/lzmadec
Xbin/lzmore
Xbin/unlzma
Xbin/unxz
Xbin/xz
Xbin/xzcat
Xbin/xzdec
Xinclude/lzma.h
Xinclude/lzma/base.h
Xinclude/lzma/bcj.h
Xinclude/lzma/block.h
Xinclude/lzma/check.h
Xinclude/lzma/container.h
Xinclude/lzma/delta.h
Xinclude/lzma/filter.h
Xinclude/lzma/index.h
Xinclude/lzma/index_hash.h
Xinclude/lzma/lzma.h
Xinclude/lzma/stream_flags.h
Xinclude/lzma/subblock.h
Xinclude/lzma/version.h
Xinclude/lzma/vli.h
Xlib/liblzma.la
Xlib/liblzma.so
Xlib/liblzma.so.0
Xlib/pkgconfig/liblzma.pc
X at dirrmtry lib/pkgconfig
X at dirrm include/lzma
032c2197ec47a9a4f979440297c758bb
exit
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list