Port details |
- hachoir-metadata Extract metadata from files
- 1.3.3_1 sysutils
=1 1.3.3_1Version of this port present on the latest quarterly branch.
- DEPRECATED: Outdated, uses EOLed python27
This port expired on: 2020-02-08
- Maintainer: lwhsu@FreeBSD.org
- Port Added: 2007-01-25 04:46:19
- Last Update: 2020-02-11 14:40:24
- SVN Revision: 525826
- People watching this port, also watch:: p5-Unicode-CheckUTF8, ap24-mod_auth_pgsql2, gaupol, mkvtoolnix
- Also Listed In: python
- License: not specified in port
- WWW:
- http://bitbucket.org/haypo/hachoir/wiki/hachoir-metadata
- Description:
- hachoir-metadata is tool to extract metadata from multimedia files
(sound, video, archives, etc.)
* Support invalid / truncated files
* Unicode compliant (charset ISO-8859-XX, UTF-8, UTF-16), convert
string to your terminal charset
* Remove duplicate values (and if a string is a substring of another,
just keep the longest one)
* Set priority to value, so it's possible to filter metadata (option
--level)
* Only depends on hachoir-parser (and not on libmatroska, libmpeg2,
libvorbis, etc.)
WWW: http://bitbucket.org/haypo/hachoir/wiki/hachoir-metadata
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- hachoir-metadata>0:sysutils/hachoir-metadata
- No installation instructions:
- This port has been deleted.
- PKGNAME: hachoir-metadata
- Package flavors (<flavor>: <package>)
- distinfo:
- SHA256 (hachoir-metadata-1.3.3.tar.gz) = ec403f13a44e2cf3d26001f8f440cdc4329a316a4c971035944bfadacc90eb3c
SIZE (hachoir-metadata-1.3.3.tar.gz) = 52304
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- __init__.py : devel/hachoir-parser
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- Runtime dependencies:
-
- __init__.py : devel/hachoir-parser
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- NOTE: dependencies for deleted ports are notoriously suspect
- This port is required by:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- python:2.7
- 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 |
1.3.3_1 11 Feb 2020 14:40:24 |
rene |
Remove expired ports:
2020-02-08 devel/hachoir-core: Outdated, uses EOLed python27
2020-02-08 devel/hachoir-parser: Outdated, uses EOLed python27
2020-02-08 devel/hachoir-regex: Outdated, uses EOLed python27
2020-02-08 sysutils/hachoir-metadata: Outdated, uses EOLed python27
2020-02-08 sysutils/hachoir-subfile: Outdated, uses EOLed python27
2020-02-08 sysutils/hachoir-urwid: Outdated, uses EOLed python27
2020-02-08 sysutils/hachoir-wx: Outdated, uses EOLed python27 |
1.3.3_1 07 Jan 2020 10:20:00 |
antoine |
Deprecate hachoir ports
With hat: portmgr |
1.3.3_1 07 Oct 2017 06:11:17 |
antoine |
hachoir-* is not compatible with python3
With hat: portmgr |
1.3.3_1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.3.3_1 22 Nov 2014 09:13:36 |
antoine |
Cleanup plist |
1.3.3_1 24 Oct 2014 16:56:10 |
mva |
- Convert ports of sysutils/ to new USES=python
Approved by: portmgr (implicit) |
1.3.3_1 19 Nov 2013 17:07:02 |
lwhsu |
- Support STAGEDIR |
1.3.3_1 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
1.3.3_1 31 May 2013 09:02:44 |
antoine |
- Trim Makefile header
- Install optimized bytecode and be prefix clean (PYDISTUTILS_INSTALLARGS+=
has to be used after bsd.port.pre.mk is included)
PR: ports/178468
Approved by: maintainer timeout (3 weeks), miwi, eadler (mentors, implicit) |
1.3.3 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.3.3 16 Aug 2010 16:44:29 |
lwhsu |
- Update to 1.3.3 |
1.3.2 03 Apr 2010 17:59:55 |
lwhsu |
- Update to 1.3.2 |
1.3.1 30 Jan 2010 07:35:59 |
lwhsu |
- Update to 1.3.1
- Update WWW |
1.2.1 29 Jan 2009 09:03:14 |
lwhsu |
- Update to 1.2.1 |
1.2 07 Sep 2008 19:58:18 |
lwhsu |
- Update to 1.2 |
1.1 04 Apr 2008 04:34:22 |
lwhsu |
- Update to 1.1 |
1.0.1 13 Jul 2007 18:04:23 |
sat |
- Update hachoir suite:
- core to 1.0.1 [1]
- parser to 1.0 [2]
- metadata to 1.0.1
- urwid to 1.0.1 [3]
- Transfer maintainership to lwhsu
- Add regex and subfile:
hachoir-regex is a Python library for regular expression manupulation.
You can use a|b (or) and a+b (and) operators. Expressions are optimized
during the construction: merge ranges, simplify repetitions, etc. It
also contains a class for pattern matching allowing to search multiple
strings and regex at the same time.
WWW: http://hachoir.org/wiki/hachoir-regex
hachoir-subfile is a tool based on hachoir-parser to find subfiles in
any binary stream.
WWW: http://hachoir.org/wiki/hachoir-subfile
PR: ports/114557 [1], ports/114558 [2], ports/114559 [3]
Submitted by: lwhsu [1], [2], [3] |
0.10.0 15 Apr 2007 00:50:59 |
sat |
- Update hachoir to latest versions:
- core to 0.9.0
- parser to 0.10.0
- metadata to 0.10.0
- urwid to 0.9.0 |
0.9.0 04 Mar 2007 10:21:49 |
sat |
- Update hachoir tools to latest versions
PR: ports/109832, ports/109833, ports/109834, ports/109835
Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> |
0.8.2 25 Jan 2007 04:45:45 |
sat |
Add ports sysutils/hachoir-metadata and sysutils/hachoir-urwid:
hachoir-metadata is tool to extract metadata from multimedia files
(sound, video, archives, etc.)
hachoir-urwid is the most sexy user interface based on hachoir-parser
to explore a binary file.
WWW: http://hachoir.org/wiki/hachoir-metadata
WWW: http://hachoir.org/wiki/hachoir-urwid |