Port details |
- hlextract Utility to extract data from various Half-Life file formats
- 2.4.6 archivers =2 2.4.6Version of this port present on the latest quarterly branch.
- Maintainer: kpedersen@disroot.org
- Port Added: 2007-10-23 00:39:13
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: games
- License: GPLv2
- WWW:
- https://developer.valvesoftware.com/wiki/HLLib
- Description:
- HLExtract is a command line utility written in C that can load all HLLib
supported packages and extract multiple items from them while maintaining
their directory structure. Currently, BSP, GCF, NCF, PAK, SGA, VPK, WAD,
XZP, and ZIP (store/deflate) package formats are supported.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- hlextract>0:archivers/hlextract
- To install the port:
- cd /usr/ports/archivers/hlextract/ && make install clean
- To add the package, run one of these commands:
- pkg install archivers/hlextract
- pkg install hlextract
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: hlextract
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1622323696
SHA256 (hllib246.zip) = ed12bee31ec867a92e3daf4c52653ea2afb78c4ce69ca01a6f1588068ae5a1e9
SIZE (hllib246.zip) = 419924
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- libhl.so : games/hllib
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- archivers_hlextract
- USES:
- dos2unix zip
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.4.6 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.4.6 20 Jul 2022 14:20:49 |
Tobias C. Berner (tcberner) |
archivers: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Albert Vernon <f3cun3c02@sneakemail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Kuehn <freebsd@nagilum.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Zhuravlev <zaa@zaa.pp.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Anders Nordby <anders@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.4.6 01 Jun 2021 04:52:26 |
Li-Wen Hsu (lwhsu) Author: Karsten Pedersen |
archivers/hlextract: Update to 2.4.6
Pass maintainership to the submitter
PR: 256250 |
2.4.4 19 May 2021 19:56:25 |
Danilo Egea Gondolfo (danilo) |
archivers/hlextract: Drop maintainership |
2.4.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.4.4 26 Jul 2016 16:51:16 |
mat |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
2.4.4 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
2.4.4 30 Oct 2015 13:55:08 |
danilo |
- Remove BROKEN from archivers/hlextract
The checksum was mismatching because the zip file named hllib244.zip is actually
the hllib 2.45 now (and it's failing to build). I've uploaded the original file
to my local directory until it be fixed. |
2.4.4 25 Oct 2015 19:35:28 |
antoine |
Deprecate ports broken for more than 6 months |
2.4.4 05 Apr 2015 15:15:50 |
antoine |
Mark a few ports BROKEN in astro and archivers category (unfetchable) |
2.4.4 07 Mar 2014 15:35:40 |
bapt |
Convert archivers to USES=zip |
2.4.4 07 Mar 2014 10:34:23 |
bapt |
Convert to dos2unix
Use bsdtar to extrace zip |
2.4.4 25 Sep 2013 20:16:31 |
danilo |
- Change maintainer email to @FreeBSD.org
- Use new LIB_DEPENDS syntax
- Add staging support
Approved by: wg (mentor) |
2.4.4 20 Sep 2013 13:11:21 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers) |
2.4.4 14 Feb 2013 22:05:16 |
lippe |
- Update to 2.4.4
- Pass maintainership to submitter
- Make CLANG happy
PR: ports/176042
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> |
2.4.3 23 Oct 2012 17:09:04 |
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 |
2.4.2 08 Aug 2012 16:59:36 |
danfe |
- Adjust COMMENT and port descriptions where appropriate
- Relinquish to the pool due severe to lack of time :-( |
2.4.2 27 Jul 2011 07:34:09 |
danfe |
Update to version 2.4.2 and do some minor cleanups. |
2.3.0 18 Mar 2011 17:59:51 |
miwi |
- Get Rid MD5 support
With hat: portmgr (myself) |
2.3.0 09 Sep 2010 13:37:25 |
danfe |
- Update to version 2.3.0
- Add LICENSE |
2.0.8 22 Oct 2007 20:44:56 |
danfe |
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 |