summaryrefslogtreecommitdiff
path: root/archivers/untar
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-01-20 05:50:00 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-01-20 05:50:00 +0000
commit3f88e62a9dbe17e9abdc6225e52b91527aa27503 (patch)
tree707c616208291c825057f19cdbccc2bb87f2920f /archivers/untar
parentNew port textproc/spellutils: newsbody & pospell spell-checking utilities. (diff)
New Ports / archivers/untar
PR: Report ports/41084 Submitted by: KIMURA Shigekazu <zau50357@lion.zero.ad.jp>
Notes
Notes: svn path=/head/; revision=73609
Diffstat (limited to 'archivers/untar')
-rw-r--r--archivers/untar/Makefile31
-rw-r--r--archivers/untar/distinfo1
-rw-r--r--archivers/untar/files/Makefile.untar11
-rw-r--r--archivers/untar/pkg-comment1
-rw-r--r--archivers/untar/pkg-descr1
-rw-r--r--archivers/untar/pkg-plist1
6 files changed, 46 insertions, 0 deletions
diff --git a/archivers/untar/Makefile b/archivers/untar/Makefile
new file mode 100644
index 000000000000..8fe7b2b8b774
--- /dev/null
+++ b/archivers/untar/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: untar
+# Date created: 14 Jul 2002
+# Whom: KIMURA Shigekazu <zau50357@lion.zero.ad.jp>
+#
+# $FreeBSD$
+#
+
+PORTNAME= untar
+PORTVERSION= 1.4
+PORTREVISION= 1
+CATEGORIES= archivers
+MASTER_SITES= ftp://ftp.cs.pdx.edu/pub/elvis/
+DISTNAME= ${PORTNAME}
+EXTRACT_SUFX= .c
+EXTRACT_ONLY=
+
+MAINTAINER= zau50357@lion.zero.ad.jp
+
+NO_WRKSUBDIR= yes
+NO_INSTALL_MANPAGES= yes
+
+PROG= untar
+
+pre-patch:
+ @${CP} ${DISTDIR}/untar.c ${WRKSRC}
+ @${CP} ${FILESDIR}/Makefile.untar ${WRKSRC}/Makefile
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PROG} ${PREFIX}/bin
+
+.include <bsd.port.mk>
diff --git a/archivers/untar/distinfo b/archivers/untar/distinfo
new file mode 100644
index 000000000000..1d1bad8ac3cf
--- /dev/null
+++ b/archivers/untar/distinfo
@@ -0,0 +1 @@
+MD5 (untar.c) = 2ff9fde53ff509b54412f57b2821f882
diff --git a/archivers/untar/files/Makefile.untar b/archivers/untar/files/Makefile.untar
new file mode 100644
index 000000000000..8a7e04645b6a
--- /dev/null
+++ b/archivers/untar/files/Makefile.untar
@@ -0,0 +1,11 @@
+# Makefile for untar-1.4
+# For FreeBSD-[43].X
+
+PROG= untar
+SRCS= untar.c
+NOMAN= yes
+
+CFLAGS+= -D_POSIX_SOURCE
+LDFLAGS+= -static
+
+.include <bsd.prog.mk>
diff --git a/archivers/untar/pkg-comment b/archivers/untar/pkg-comment
new file mode 100644
index 000000000000..64598ecebc9c
--- /dev/null
+++ b/archivers/untar/pkg-comment
@@ -0,0 +1 @@
+Lists/Extracts files from a "*.tgz" or "*.gz" archive
diff --git a/archivers/untar/pkg-descr b/archivers/untar/pkg-descr
new file mode 100644
index 000000000000..c2e9ff6e1b2d
--- /dev/null
+++ b/archivers/untar/pkg-descr
@@ -0,0 +1 @@
+ untar
diff --git a/archivers/untar/pkg-plist b/archivers/untar/pkg-plist
new file mode 100644
index 000000000000..bd02a6988539
--- /dev/null
+++ b/archivers/untar/pkg-plist
@@ -0,0 +1 @@
+bin/untar