svn commit: r306443 - head/archivers/nwreckdum

Alexey Dokuchaev danfe at FreeBSD.org
Fri Oct 26 14:13:04 UTC 2012


Author: danfe
Date: Fri Oct 26 14:13:03 2012
New Revision: 306443
URL: http://svn.freebsd.org/changeset/ports/306443

Log:
  - Add LICENSE (GPLv2)
  - Refine COMMENT and port description
  
  Feature safe:	yes

Modified:
  head/archivers/nwreckdum/Makefile
  head/archivers/nwreckdum/pkg-descr

Modified: head/archivers/nwreckdum/Makefile
==============================================================================
--- head/archivers/nwreckdum/Makefile	Fri Oct 26 14:07:37 2012	(r306442)
+++ head/archivers/nwreckdum/Makefile	Fri Oct 26 14:13:03 2012	(r306443)
@@ -8,7 +8,9 @@ CATEGORIES=	archivers games
 DISTNAME=	${GH_ACCOUNT}-${GH_PROJECT}-${GH_COMMIT}
 
 MAINTAINER=	ports at 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

Modified: head/archivers/nwreckdum/pkg-descr
==============================================================================
--- head/archivers/nwreckdum/pkg-descr	Fri Oct 26 14:07:37 2012	(r306442)
+++ head/archivers/nwreckdum/pkg-descr	Fri Oct 26 14:13:03 2012	(r306443)
@@ -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 at ml.org>


More information about the svn-ports-head mailing list