[Midnightbsd-cvs] mports [17455] trunk/archivers: add lzip port

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 21 17:32:50 EDT 2014


Revision: 17455
          http://svnweb.midnightbsd.org/mports/?rev=17455
Author:   laffer1
Date:     2014-09-21 17:32:48 -0400 (Sun, 21 Sep 2014)
Log Message:
-----------
add lzip port

Modified Paths:
--------------
    trunk/archivers/Makefile

Added Paths:
-----------
    trunk/archivers/lzip/
    trunk/archivers/lzip/Makefile
    trunk/archivers/lzip/distinfo
    trunk/archivers/lzip/pkg-descr

Modified: trunk/archivers/Makefile
===================================================================
--- trunk/archivers/Makefile	2014-09-21 21:30:32 UTC (rev 17454)
+++ trunk/archivers/Makefile	2014-09-21 21:32:48 UTC (rev 17455)
@@ -24,6 +24,7 @@
 SUBDIR += linux-f10-upx
 SUBDIR += linux-ucl
 SUBDIR += linux-upx
+SUBDIR += lzip
 SUBDIR += lzo2
 SUBDIR += lzop
 SUBDIR += p5-Archive-Tar

Added: trunk/archivers/lzip/Makefile
===================================================================
--- trunk/archivers/lzip/Makefile	                        (rev 0)
+++ trunk/archivers/lzip/Makefile	2014-09-21 21:32:48 UTC (rev 17455)
@@ -0,0 +1,24 @@
+# Created by: Sylvio Cesar <sylvio at FreeBSD.org>
+# $MidnightBSD$
+# $FreeBSD: head/archivers/lzip/Makefile 346728 2014-03-02 01:40:36Z gerald $
+
+PORTNAME=	lzip
+PORTVERSION=	1.15
+CATEGORIES=	archivers
+MASTER_SITES=	SAVANNAH/lzip
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Lossless data compressor based on the LZMA algorithm
+
+LICENSE=	gpl3
+
+PLIST_FILES=	bin/lzip \
+		man/man1/lzip.1.gz
+
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	CXX="${CXX}" \
+		CXXFLAGS="${CXXFLAGS}" \
+		LDFLAGS="${LDFLAGS}"
+INFO=		lzip
+
+.include <bsd.port.mk>


Property changes on: trunk/archivers/lzip/Makefile
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/archivers/lzip/distinfo
===================================================================
--- trunk/archivers/lzip/distinfo	                        (rev 0)
+++ trunk/archivers/lzip/distinfo	2014-09-21 21:32:48 UTC (rev 17455)
@@ -0,0 +1,2 @@
+SHA256 (lzip-1.15.tar.gz) = 7cd3fcda68fc9900efcf7784313e3bdd1303fef1a0546db9723f5e5564dd05b6
+SIZE (lzip-1.15.tar.gz) = 97409


Property changes on: trunk/archivers/lzip/distinfo
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/archivers/lzip/pkg-descr
===================================================================
--- trunk/archivers/lzip/pkg-descr	                        (rev 0)
+++ trunk/archivers/lzip/pkg-descr	2014-09-21 21:32:48 UTC (rev 17455)
@@ -0,0 +1,10 @@
+Lzip is a lossless data compressor with a user interface similar to the one
+of gzip or bzip2.  Lzip decompresses almost as fast as gzip and compresses
+more than bzip2, which makes it well suited for software distribution and
+data archiving.  Lzip is a clean implementation of the LZMA algorithm.
+
+The lzip file format is designed for long-term data archiving.  It is
+clean, provides very safe four factor integrity checking, and is backed
+by the recovery capabilities of lziprecover.
+
+WWW: http://www.nongnu.org/lzip/


Property changes on: trunk/archivers/lzip/pkg-descr
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list