View | Details | Raw Unified | Return to bug 256250
Collapse All | Expand All

(-)b/archivers/hlextract/Makefile (-3 / +3 lines)
Lines 1-12 Link Here
1
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
1
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
2
2
3
PORTNAME=	hlextract
3
PORTNAME=	hlextract
4
PORTVERSION=	2.4.4
4
PORTVERSION=	2.4.6
5
CATEGORIES=	archivers games
5
CATEGORIES=	archivers games
6
MASTER_SITES=	LOCAL/danilo
6
MASTER_SITES=	https://github.com/osen/distfiles/raw/main/
7
DISTNAME=	hllib${PORTVERSION:S/.//g}
7
DISTNAME=	hllib${PORTVERSION:S/.//g}
8
8
9
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	kpedersen@disroot.org
10
COMMENT=	Utility to extract data from various Half-Life file formats
10
COMMENT=	Utility to extract data from various Half-Life file formats
11
11
12
LICENSE=	GPLv2
12
LICENSE=	GPLv2
(-)b/archivers/hlextract/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (hllib244.zip) = cb94da1c32e9577dce1aa2bbb77f283212684afcd7814d42228c9ffff71d3699
1
TIMESTAMP = 1622323696
2
SIZE (hllib244.zip) = 593745
2
SHA256 (hllib246.zip) = ed12bee31ec867a92e3daf4c52653ea2afb78c4ce69ca01a6f1588068ae5a1e9
3
SIZE (hllib246.zip) = 419924
(-)b/archivers/hlextract/pkg-descr (-1 / +1 lines)
Lines 3-6 supported packages and extract multiple items from them while maintaining Link Here
3
their directory structure.  Currently, BSP, GCF, NCF, PAK, SGA, VPK, WAD,
3
their directory structure.  Currently, BSP, GCF, NCF, PAK, SGA, VPK, WAD,
4
XZP, and ZIP (store/deflate) package formats are supported.
4
XZP, and ZIP (store/deflate) package formats are supported.
5
5
6
WWW: http://nemesis.thewavelength.net/index.php?p=35
6
WWW: https://developer.valvesoftware.com/wiki/HLLib

Return to bug 256250