diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2010-01-30 07:34:42 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2010-01-30 07:34:42 +0000 |
commit | e70b7025b03479be01c6812f7d4fea959a7e4554 (patch) | |
tree | dea8615e2a321dac7fac1eee6e3deab6f4f58623 /devel/hachoir-core | |
parent | f606d8f65935ca3c04432a789bcad611b8de182b (diff) | |
download | ports-e70b7025b03479be01c6812f7d4fea959a7e4554.tar.gz ports-e70b7025b03479be01c6812f7d4fea959a7e4554.zip |
Notes
Diffstat (limited to 'devel/hachoir-core')
-rw-r--r-- | devel/hachoir-core/Makefile | 2 | ||||
-rw-r--r-- | devel/hachoir-core/distinfo | 6 | ||||
-rw-r--r-- | devel/hachoir-core/pkg-descr | 2 | ||||
-rw-r--r-- | devel/hachoir-core/pkg-plist | 3 |
4 files changed, 8 insertions, 5 deletions
diff --git a/devel/hachoir-core/Makefile b/devel/hachoir-core/Makefile index 177eac161bd8..401cb7d0f5f8 100644 --- a/devel/hachoir-core/Makefile +++ b/devel/hachoir-core/Makefile @@ -6,7 +6,7 @@ # PORTNAME= hachoir-core -PORTVERSION= 1.2.1 +PORTVERSION= 1.3.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP diff --git a/devel/hachoir-core/distinfo b/devel/hachoir-core/distinfo index c4be2ae72fe2..61759322ff85 100644 --- a/devel/hachoir-core/distinfo +++ b/devel/hachoir-core/distinfo @@ -1,3 +1,3 @@ -MD5 (hachoir-core-1.2.1.tar.gz) = d7227f9d1bcf62f2a5c8f3e6da4f2aee -SHA256 (hachoir-core-1.2.1.tar.gz) = 6a125d88d3b0924d90844722e3478ee3e8e7ff0f592308755c3256524e9218ec -SIZE (hachoir-core-1.2.1.tar.gz) = 95887 +MD5 (hachoir-core-1.3.2.tar.gz) = c0f118cd36a787d6a7ab8abd9d3b1dca +SHA256 (hachoir-core-1.3.2.tar.gz) = 4c3a9c6500054a9e81555e3721fd691cc0fb25b308a3dae14b3a135083da724c +SIZE (hachoir-core-1.3.2.tar.gz) = 91397 diff --git a/devel/hachoir-core/pkg-descr b/devel/hachoir-core/pkg-descr index 814296cbf891..1c285cef07d6 100644 --- a/devel/hachoir-core/pkg-descr +++ b/devel/hachoir-core/pkg-descr @@ -4,4 +4,4 @@ binary stream. A file is split in a tree of fields where the smallest field can be just a bit. There are various field types: integer, string, bits, padding, sub file, etc. -WWW: http://hachoir.org/wiki/hachoir-core +WWW: http://bitbucket.org/haypo/hachoir/wiki/hachoir-core diff --git a/devel/hachoir-core/pkg-plist b/devel/hachoir-core/pkg-plist index c2c49c59d61c..a2eb5c6c56dd 100644 --- a/devel/hachoir-core/pkg-plist +++ b/devel/hachoir-core/pkg-plist @@ -70,6 +70,9 @@ %%PYTHON_SITELIBDIR%%/hachoir_core/field/link.py %%PYTHON_SITELIBDIR%%/hachoir_core/field/link.pyc %%PYTHON_SITELIBDIR%%/hachoir_core/field/link.pyo +%%PYTHON_SITELIBDIR%%/hachoir_core/field/new_seekable_field_set.py +%%PYTHON_SITELIBDIR%%/hachoir_core/field/new_seekable_field_set.pyc +%%PYTHON_SITELIBDIR%%/hachoir_core/field/new_seekable_field_set.pyo %%PYTHON_SITELIBDIR%%/hachoir_core/field/padding.py %%PYTHON_SITELIBDIR%%/hachoir_core/field/padding.pyc %%PYTHON_SITELIBDIR%%/hachoir_core/field/padding.pyo |