pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Imported tarlz-0.16.



Module Name:	pkgsrc-wip
Committed By:	Aleksej Lebedev <root%zta.lk@localhost>
Pushed By:	zhtw
Date:		Thu Mar 12 14:05:50 2020 +0100
Changeset:	ec4c99d9c21ec31f5932d6bcfe60535dd2270aec

Added Files:
	lzlib/buildlink3.mk
	tarlz/DESCR
	tarlz/Makefile
	tarlz/PLIST
	tarlz/distinfo

Log Message:
Imported tarlz-0.16.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ec4c99d9c21ec31f5932d6bcfe60535dd2270aec

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 lzlib/buildlink3.mk | 22 ++++++++++++++++++++++
 tarlz/DESCR         |  0
 tarlz/Makefile      | 23 +++++++++++++++++++++++
 tarlz/PLIST         |  5 +++++
 tarlz/distinfo      |  6 ++++++
 5 files changed, 56 insertions(+)

diffs:
diff --git a/lzlib/buildlink3.mk b/lzlib/buildlink3.mk
new file mode 100644
index 0000000000..9b3780023b
--- /dev/null
+++ b/lzlib/buildlink3.mk
@@ -0,0 +1,22 @@
+# $NetBSD$
+# XXX
+# XXX This file was created automatically using createbuildlink-3.17.
+# XXX After this file has been verified as correct, the comment lines
+# XXX beginning with "XXX" should be removed.  Please do not commit
+# XXX unverified buildlink3.mk files.
+# XXX
+# XXX Packages that only install static libraries or headers should
+# XXX include the following line:
+# XXX
+# XXX	BUILDLINK_DEPMETHOD.lzlib?=	build
+
+BUILDLINK_TREE+=	lzlib
+
+.if !defined(LZLIB_BUILDLINK3_MK)
+LZLIB_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.lzlib+=	lzlib>=1.11
+BUILDLINK_PKGSRCDIR.lzlib?=	../../wip/lzlib
+.endif	# LZLIB_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-lzlib
diff --git a/tarlz/DESCR b/tarlz/DESCR
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/tarlz/Makefile b/tarlz/Makefile
new file mode 100644
index 0000000000..8810e3fb6d
--- /dev/null
+++ b/tarlz/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+DISTNAME=	tarlz-0.16
+CATEGORIES=	archivers
+MASTER_SITES=	http://download.savannah.gnu.org/releases/lzip/tarlz/
+EXTRACT_SUFX=	.tar.lz
+
+MAINTAINER=	root%zta.lk@localhost
+HOMEPAGE=	http://download.savannah.gnu.org/releases/lzip/tarlz/
+COMMENT=	Combined implementation of tar archiver and lzip compressor
+LICENSE=	gnu-gpl-v2
+
+HAS_CONFIGURE=	yes
+USE_LANGUAGES=	c++
+
+TOOLS+=	gmake
+
+CONFIGURE_ARGS+=    --prefix=${PREFIX} --mandir=${PREFIX}/${PKGMANDIR}
+CONFIGURE_ARGS+=    CXXFLAGS="${CFLAGS}"
+CONFIGURE_ARGS+=    LDFLAGS="${LDFLAGS}"
+
+.include "../../wip/lzlib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tarlz/PLIST b/tarlz/PLIST
new file mode 100644
index 0000000000..5c4c3111e1
--- /dev/null
+++ b/tarlz/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD$
+bin/tarlz
+man/man1/tarlz.1
+share/info/dir
+share/info/tarlz.info
diff --git a/tarlz/distinfo b/tarlz/distinfo
new file mode 100644
index 0000000000..c7f70c74dd
--- /dev/null
+++ b/tarlz/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (tarlz-0.16.tar.lz) = a18ca4d86baea7f93f7d87278f23e41fc446e6c0
+RMD160 (tarlz-0.16.tar.lz) = daff3bfc704bb292a6c2e998d400b722aa72a842
+SHA512 (tarlz-0.16.tar.lz) = 619cb5807e58cbb267e0bd4780e578a069de2bd721c4ff84416b0d551d79c4172d453ee7e0c610b3c5da5a9f5068f5d134638c39ab67c05a5e853257abb2ff00
+Size (tarlz-0.16.tar.lz) = 93946 bytes


Home | Main Index | Thread Index | Old Index