head	1.7;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1;
locks; strict;
comment	@# @;


1.7
date	2013.02.14.22.51.42;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.11.17.05.54.20;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.10.23.17.09.04;	author danfe;	state Exp;
branches;
next	1.4;

1.4
date	2012.08.08.16.59.36;	author danfe;	state Exp;
branches;
next	1.3;

1.3
date	2011.07.27.07.34.09;	author danfe;	state Exp;
branches;
next	1.2;

1.2
date	2010.09.09.13.37.25;	author danfe;	state Exp;
branches;
next	1.1;

1.1
date	2007.10.22.20.44.56;	author danfe;	state Exp;
branches;
next	;


desc
@@


1.7
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312245
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Alexey Dokuchaev <danfe@@FreeBSD.org>
# $FreeBSD: head/archivers/hlextract/Makefile 312245 2013-02-14 22:05:15Z lippe $

PORTNAME=	hlextract
PORTVERSION=	2.4.4
CATEGORIES=	archivers games
MASTER_SITES=	http://nemesis.thewavelength.net/files/files/
DISTNAME=	hllib${PORTVERSION:S/.//g}

MAINTAINER=	danilogondolfo@@gmail.com
COMMENT=	Utility to extract data from various Half-Life file formats

LICENSE=	GPLv2

LIB_DEPENDS=	hl:${PORTSDIR}/games/hllib

USE_DOS2UNIX=	yes
USE_ZIP=	yes
WRKSRC=		${WRKDIR}/HLExtract

PATCH_WRKSRC=	${WRKDIR}

PLIST_FILES=	bin/${PORTNAME}

do-build:
	${CC} ${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib \
		${WRKSRC}/Main.c -o ${WRKSRC}/${PORTNAME} -lhl

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin

.include <bsd.port.mk>
@


1.6
log
@Switch exporter over
@
text
@d2 1
a2 1
# $FreeBSD: head/archivers/hlextract/Makefile 306319 2012-10-23 17:09:04Z danfe $
d5 1
a5 1
PORTVERSION=	2.4.3
d10 1
a10 1
MAINTAINER=	ports@@FreeBSD.org
d17 1
d21 2
a24 4
post-patch:
	@@${REINPLACE_CMD} -e 's,linux/limits,sys/param, ; \
		s,HLExtract\.exe,${PORTNAME},' ${WRKSRC}/Main.c

@


1.5
log
@SVN rev 306319 on 2012-10-23 17:09:04Z by danfe

Update HLLib and HLExtract ports to version 2.4.3, which had added support
for new VPK file format (v2), SGA format (v4.0/5.0), and ZIP deflate mode.

Feature safe:	yes
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.4
log
@SVN rev 302299 on 2012-08-08 16:59:36Z by danfe

- Adjust COMMENT and port descriptions where appropriate
- Relinquish to the pool due severe to lack of time :-(
@
text
@d1 1
a1 4
# New ports collection makefile for:	HLExtract
# Date created:				22 Oct 2007
# Whom:					Alexey Dokuchaev <danfe@@FreeBSD.org>
#
a2 1
#
d5 1
a5 1
PORTVERSION=	2.4.2
a17 1
USE_DOS2UNIX=	Main.c
@


1.3
log
@Update to version 2.4.2 and do some minor cleanups.
@
text
@d14 1
a14 1
MAINTAINER=	danfe@@FreeBSD.org
d19 1
a19 1
LIB_DEPENDS=	hl.2:${PORTSDIR}/games/hllib
@


1.2
log
@- Update to version 2.3.0
- Add LICENSE
@
text
@d9 1
a9 1
PORTVERSION=	2.3.0
d27 1
a27 1
post-extract:
d29 1
a29 1
		s,HLExtract\.exe,hlextract,' ${WRKSRC}/Main.c
@


1.1
log
@Add HLExtract, command line utility that can load all HLLib supported
packages and extract multiple items from them while maintaining their
directory structure.

WWW: http://nemesis.thewavelength.net/index.php?p=35
@
text
@d9 1
a9 1
PORTVERSION=	2.0.8
d11 1
a11 2
MASTER_SITES=	http://nemesis.thewavelength.net/files/files/ \
		http://freebsd.nsu.ru/distfiles/
d17 2
@

