summaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2003-06-02 13:48:22 +0000
committerfjoe <fjoe@FreeBSD.org>2003-06-02 13:48:22 +0000
commit4bf4af3c39d9cd4c1a3651fc9ee1beaea4861984 (patch)
tree26804643066fecee0734561c8a84130f90c82187 /archivers
parentd21b983add41e7a9393a5d6929165db647b87d7e (diff)
downloadFreeBSD-ports-4bf4af3c39d9cd4c1a3651fc9ee1beaea4861984.zip
FreeBSD-ports-4bf4af3c39d9cd4c1a3651fc9ee1beaea4861984.tar.gz
New port: nwreckdum
Utility for extracting/creating Quake PAK file. Submitted by: Alexey Dokuchaev
Diffstat (limited to 'archivers')
-rw-r--r--archivers/Makefile1
-rw-r--r--archivers/nwreckdum/Makefile19
-rw-r--r--archivers/nwreckdum/distinfo1
-rw-r--r--archivers/nwreckdum/pkg-descr4
-rw-r--r--archivers/nwreckdum/pkg-plist1
5 files changed, 26 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile
index 9e058bd..6da19db 100644
--- a/archivers/Makefile
+++ b/archivers/Makefile
@@ -32,6 +32,7 @@
SUBDIR += mtf
SUBDIR += nomarch
SUBDIR += nulib
+ SUBDIR += nwreckdum
SUBDIR += p5-Archive-Tar
SUBDIR += p5-Archive-Zip
SUBDIR += p5-Compress-Bzip2
diff --git a/archivers/nwreckdum/Makefile b/archivers/nwreckdum/Makefile
new file mode 100644
index 0000000..bbb0b56
--- /dev/null
+++ b/archivers/nwreckdum/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: nwreckdum
+# Date created: 27 May 2003
+# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= nwreckdum
+PORTVERSION= 0.0.6
+CATEGORIES= archivers games
+MASTER_SITES= http://freebsd.nsu.ru/distfiles/
+
+MAINTAINER= danfe@regency.nsu.ru
+COMMENT= Utility for extracting/creating Quake PAK files
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+
+.include <bsd.port.mk>
diff --git a/archivers/nwreckdum/distinfo b/archivers/nwreckdum/distinfo
new file mode 100644
index 0000000..1462592
--- /dev/null
+++ b/archivers/nwreckdum/distinfo
@@ -0,0 +1 @@
+MD5 (nwreckdum-0.0.6.tar.gz) = 562365450e837a383fd19f8b71df75a6
diff --git a/archivers/nwreckdum/pkg-descr b/archivers/nwreckdum/pkg-descr
new file mode 100644
index 0000000..d569e21
--- /dev/null
+++ b/archivers/nwreckdum/pkg-descr
@@ -0,0 +1,4 @@
+NWReckDum is Quake PAK file format manipulator. It allows you to
+extract and create your PAK files easily from command line.
+
+Author: Daniel Reed <n@ml.org>
diff --git a/archivers/nwreckdum/pkg-plist b/archivers/nwreckdum/pkg-plist
new file mode 100644
index 0000000..7fd3619
--- /dev/null
+++ b/archivers/nwreckdum/pkg-plist
@@ -0,0 +1 @@
+bin/nwreckdum
OpenPOWER on IntegriCloud