[Midnightbsd-cvs] mports [19602] trunk/archivers/zutils: add zutils
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Jul 15 20:38:15 EDT 2015
Revision: 19602
http://svnweb.midnightbsd.org/mports/?rev=19602
Author: laffer1
Date: 2015-07-15 20:38:14 -0400 (Wed, 15 Jul 2015)
Log Message:
-----------
add zutils
Added Paths:
-----------
trunk/archivers/zutils/
trunk/archivers/zutils/Makefile
trunk/archivers/zutils/distinfo
trunk/archivers/zutils/pkg-descr
trunk/archivers/zutils/pkg-plist
Added: trunk/archivers/zutils/Makefile
===================================================================
--- trunk/archivers/zutils/Makefile (rev 0)
+++ trunk/archivers/zutils/Makefile 2015-07-16 00:38:14 UTC (rev 19602)
@@ -0,0 +1,35 @@
+# Created by: Albert Vernon <f3cun3c02 at sneakemail.com>
+# $FreeBSD: head/archivers/zutils/Makefile 389858 2015-06-16 19:10:00Z danilo $
+# $MidnightBSD$
+
+PORTNAME= zutils
+PORTVERSION= 1.4
+CATEGORIES= archivers
+MASTER_SITES= SAVANNAH/zutils
+EXTRACT_SUFX= .tar.lz
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Utilities for searching in bzip2, gzip, lzip, and xz archives
+
+LICENSE= gpl2
+
+EXTRACT_DEPENDS= lzip:${PORTSDIR}/archivers/lzip
+
+INFO= zutils
+
+GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
+
+do-extract:
+ @${MKDIR} ${WRKDIR}
+ @(cd ${WRKDIR} ; ${LOCALBASE}/bin/lzip -cd \
+ ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} | ${TAR} -xf -)
+
+post-patch:
+ # Remove compiler hardcoded flags and use environment
+ @${REINPLACE_CMD} '23,26d' ${WRKSRC}/configure
+
+post-install:
+ @-${RM} ${PREFIX}/info/dir
+
+.include <bsd.port.mk>
Property changes on: trunk/archivers/zutils/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/archivers/zutils/distinfo
===================================================================
--- trunk/archivers/zutils/distinfo (rev 0)
+++ trunk/archivers/zutils/distinfo 2015-07-16 00:38:14 UTC (rev 19602)
@@ -0,0 +1,2 @@
+SHA256 (zutils-1.4.tar.lz) = c84dfe9c56933387aba5187aafb132cfc37119c885cecf24ae62c2dc83023f53
+SIZE (zutils-1.4.tar.lz) = 42707
Property changes on: trunk/archivers/zutils/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/archivers/zutils/pkg-descr
===================================================================
--- trunk/archivers/zutils/pkg-descr (rev 0)
+++ trunk/archivers/zutils/pkg-descr 2015-07-16 00:38:14 UTC (rev 19602)
@@ -0,0 +1,17 @@
+Zutils is a collection of utilities able to deal with any combination
+of compressed and non-compressed files transparently. If any given
+file, including standard input, is compressed, its decompressed
+content is used. Compressed files are decompressed on the fly; no
+temporary files are created.
+
+The provided utilities are:
+Zcat - Decompresses and copies files to standard output.
+Zcmp - Decompresses and compares two files byte by byte.
+Zdiff - Decompresses and compares two files line by line.
+Zgrep - Decompresses and searches files for a regular expression.
+Ztest - Tests integrity of compressed files.
+Zupdate - Recompresses files to lzip format.
+
+The supported compressors are bzip2, gzip, lzip, and xz.
+
+WWW: http://www.nongnu.org/zutils/zutils.html
Property changes on: trunk/archivers/zutils/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/archivers/zutils/pkg-plist
===================================================================
--- trunk/archivers/zutils/pkg-plist (rev 0)
+++ trunk/archivers/zutils/pkg-plist 2015-07-16 00:38:14 UTC (rev 19602)
@@ -0,0 +1,15 @@
+bin/zcat
+bin/zcmp
+bin/zdiff
+bin/zegrep
+bin/zfgrep
+bin/zgrep
+bin/zupdate
+bin/ztest
+etc/zutilsrc
+man/man1/zcat.1.gz
+man/man1/zcmp.1.gz
+man/man1/zdiff.1.gz
+man/man1/zgrep.1.gz
+man/man1/zupdate.1.gz
+man/man1/ztest.1.gz
Property changes on: trunk/archivers/zutils/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list