diff options
author | danfe <danfe@FreeBSD.org> | 2012-10-26 22:13:03 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2012-10-26 22:13:03 +0800 |
commit | af26d3b3f8dd9c699d96b98e6e08b1e0cc464c41 (patch) | |
tree | f9c225b4cfd8162322976e4110b2843f90064bab /archivers | |
parent | b1b589fbb3b285c89a8b812b163217c733818612 (diff) | |
download | freebsd-ports-gnome-af26d3b3f8dd9c699d96b98e6e08b1e0cc464c41.tar.gz freebsd-ports-gnome-af26d3b3f8dd9c699d96b98e6e08b1e0cc464c41.tar.zst freebsd-ports-gnome-af26d3b3f8dd9c699d96b98e6e08b1e0cc464c41.zip |
- Add LICENSE (GPLv2)
- Refine COMMENT and port description
Feature safe: yes
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> |