summaryrefslogtreecommitdiff
path: root/archivers/gzip
diff options
context:
space:
mode:
authorkim <kim>1999-09-18 14:27:54 +0000
committerkim <kim>1999-09-18 14:27:54 +0000
commitb5cba0ff2162afb7ac46f7c3a96a86019389ce95 (patch)
tree1d42d865d070efe0f8852d6623cbeabd641ad2ae /archivers/gzip
parent43e8ef404808a29235e230966627bea69c91003f (diff)
downloadpkgsrc-b5cba0ff2162afb7ac46f7c3a96a86019389ce95.tar.gz
gzip 1.2.4a meta-package
Diffstat (limited to 'archivers/gzip')
-rw-r--r--archivers/gzip/Makefile27
-rw-r--r--archivers/gzip/pkg/COMMENT1
-rw-r--r--archivers/gzip/pkg/DESCR5
-rw-r--r--archivers/gzip/pkg/PLIST2
4 files changed, 35 insertions, 0 deletions
diff --git a/archivers/gzip/Makefile b/archivers/gzip/Makefile
new file mode 100644
index 00000000000..06abb8682b3
--- /dev/null
+++ b/archivers/gzip/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/09/18 14:27:54 kim Exp $
+#
+
+DISTNAME= gzip-1.2.4a
+CATEGORIES= archivers
+MASTER_SITES= # empty
+DISTFILES= # empty
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.gnu.org/software/gzip/gzip.html
+
+DEPENDS+= gzip-base-1.2.4a:../../archivers/gzip-base
+DEPENDS+= gzip-info-1.2.4a:../../archivers/gzip-info
+
+EXTRACT_ONLY= # empty
+NO_CHECKSUM= yes
+NO_PATCH= yes
+NO_CONFIGURE= yes
+NO_BUILD= yes
+
+do-install: # empty
+
+.if exists(/usr/bin/gzip)
+IGNORE= "is part of your NetBSD distribution"
+.endif
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/archivers/gzip/pkg/COMMENT b/archivers/gzip/pkg/COMMENT
new file mode 100644
index 00000000000..b31909ab609
--- /dev/null
+++ b/archivers/gzip/pkg/COMMENT
@@ -0,0 +1 @@
+The "meta-package" for the GZIP compression utility.
diff --git a/archivers/gzip/pkg/DESCR b/archivers/gzip/pkg/DESCR
new file mode 100644
index 00000000000..f0965afd27c
--- /dev/null
+++ b/archivers/gzip/pkg/DESCR
@@ -0,0 +1,5 @@
+GZIP (GNU zip) is a popular data compression program written by
+Jean-Loup Gailly <gzip@gnu.org> for the GNU project.
+
+This package provides easy installation of both the actual GZIP
+utility and its associated info documentation.
diff --git a/archivers/gzip/pkg/PLIST b/archivers/gzip/pkg/PLIST
new file mode 100644
index 00000000000..6a722dcc56f
--- /dev/null
+++ b/archivers/gzip/pkg/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1999/09/18 14:27:55 kim Exp $
+@comment this plist intentionally left empty