aboutsummaryrefslogtreecommitdiff
path: root/games/hllib
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2010-09-09 13:25:31 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2010-09-09 13:25:31 +0000
commitebff1278654d369834a4c6119f864c1d9178eeba (patch)
tree8bd16ccfd33ad4fd8a20e8eb578688cdfc6c3302 /games/hllib
parent135815e4ab57932aa549d962f71f10f73470ed27 (diff)
downloadports-ebff1278654d369834a4c6119f864c1d9178eeba.tar.gz
ports-ebff1278654d369834a4c6119f864c1d9178eeba.zip
- Update to version 2.3.0
- Add LICENSE
Notes
Notes: svn path=/head/; revision=260846
Diffstat (limited to 'games/hllib')
-rw-r--r--games/hllib/Makefile9
-rw-r--r--games/hllib/distinfo6
-rw-r--r--games/hllib/pkg-descr3
3 files changed, 10 insertions, 8 deletions
diff --git a/games/hllib/Makefile b/games/hllib/Makefile
index a15f32075254..d9790d372140 100644
--- a/games/hllib/Makefile
+++ b/games/hllib/Makefile
@@ -6,15 +6,16 @@
#
PORTNAME= hllib
-PORTVERSION= 2.0.6
+PORTVERSION= 2.3.0
CATEGORIES= games devel
-MASTER_SITES= http://nemesis.thewavelength.net/files/files/ \
- http://freebsd.nsu.ru/distfiles/
-DISTNAME= ${PORTNAME}208
+MASTER_SITES= http://nemesis.thewavelength.net/files/files/
+DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}
MAINTAINER= danfe@FreeBSD.org
COMMENT= Library to work with various Half-Life file formats
+LICENSE= LGPL21
+
USE_ZIP= yes
USE_DOS2UNIX= Makefile
USE_LDCONFIG= yes
diff --git a/games/hllib/distinfo b/games/hllib/distinfo
index b941dbdee71d..af183621e107 100644
--- a/games/hllib/distinfo
+++ b/games/hllib/distinfo
@@ -1,3 +1,3 @@
-MD5 (hllib208.zip) = 4065e54e092ab657a9250393d8e5548d
-SHA256 (hllib208.zip) = 0f43a282887ac007f6ecb0bd081fefb486c1fd63c9e92e3e9febe536f846e7d9
-SIZE (hllib208.zip) = 316370
+MD5 (hllib230.zip) = 1fc568dc8ea2e293511b921628b5c26d
+SHA256 (hllib230.zip) = a979cbbbe34aca7e9116144e1e4bf2f7608d604d66fd72e70ceefbf057a59817
+SIZE (hllib230.zip) = 538400
diff --git a/games/hllib/pkg-descr b/games/hllib/pkg-descr
index daf5949172a6..db73bfd4d170 100644
--- a/games/hllib/pkg-descr
+++ b/games/hllib/pkg-descr
@@ -3,6 +3,7 @@ formats and provides a simple interface for all of them. HLLib is written
in native C++ but exposes both a C and C++ interfaces which can be used in
any C or C++ application (additional languages may also use the library with
standard C imports). HLLib works natively in both Windows and *nix. BSP,
-GCF, NCF, PAK, WAD, XZP, and uncompressed ZIP package formats are supported.
+GCF, NCF, PAK, VPK, WAD, XZP, and uncompressed ZIP package formats are
+supported.
WWW: http://nemesis.thewavelength.net/index.php?p=35