diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-10-26 14:13:03 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-10-26 14:13:03 +0000 |
commit | 97a3d786f0241d4e3a5b63fdcfef1bfa8cda8b46 (patch) | |
tree | f9c225b4cfd8162322976e4110b2843f90064bab /archivers | |
parent | 33d459dc813657556c8bccd6a73f6efb3209ddc7 (diff) | |
download | ports-97a3d786f0241d4e3a5b63fdcfef1bfa8cda8b46.tar.gz ports-97a3d786f0241d4e3a5b63fdcfef1bfa8cda8b46.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/nwreckdum/Makefile | 4 | ||||
-rw-r--r-- | archivers/nwreckdum/pkg-descr | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/archivers/nwreckdum/Makefile b/archivers/nwreckdum/Makefile index 278c95ed812f..160c15a2f663 100644 --- a/archivers/nwreckdum/Makefile +++ b/archivers/nwreckdum/Makefile @@ -8,7 +8,9 @@ CATEGORIES= archivers games DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${GH_COMMIT} MAINTAINER= ports@FreeBSD.org -COMMENT= Utility for manipulating of Quake PAK files +COMMENT= Utility for manipulating of Quake packed data files + +LICENSE= GPLv2 USE_GITHUB= yes GH_ACCOUNT= danfe diff --git a/archivers/nwreckdum/pkg-descr b/archivers/nwreckdum/pkg-descr index f131688a9243..684973931e3a 100644 --- a/archivers/nwreckdum/pkg-descr +++ b/archivers/nwreckdum/pkg-descr @@ -1,4 +1,4 @@ -NWReckDum is Quake PAK file format manipulator. It allows you to list, -extract, and create your PAK files easily from command line. +NWReckDum is Quake PACK file format (.pak) manipulator. It allows one to +list, extract, and create packed game data files easily from command line. Author: Daniel Reed <n@ml.org> |