diff options
author | miwi <miwi@FreeBSD.org> | 2009-01-09 23:31:27 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-01-09 23:31:27 +0800 |
commit | f31d5243086394c92ec253e9fc1154e7a5a19c50 (patch) | |
tree | a09b711a5662754f2d14eeda710d2440cd69d24a | |
parent | aec2bbea7161154c8524e016d43537cd9e75c858 (diff) | |
download | freebsd-ports-gnome-f31d5243086394c92ec253e9fc1154e7a5a19c50.tar.gz freebsd-ports-gnome-f31d5243086394c92ec253e9fc1154e7a5a19c50.tar.zst freebsd-ports-gnome-f31d5243086394c92ec253e9fc1154e7a5a19c50.zip |
- Update to 0.10.7
PR: 130196
Submitted by: "Junji NAKANISHI" <jun-g@daemonfreaks.com>
-rw-r--r-- | textproc/py-hyperestraier-python/Makefile | 5 | ||||
-rw-r--r-- | textproc/py-hyperestraier-python/distinfo | 6 | ||||
-rw-r--r-- | textproc/py-hyperestraier-python/pkg-descr | 6 |
3 files changed, 9 insertions, 8 deletions
diff --git a/textproc/py-hyperestraier-python/Makefile b/textproc/py-hyperestraier-python/Makefile index 1bf546282d13..5612749002a7 100644 --- a/textproc/py-hyperestraier-python/Makefile +++ b/textproc/py-hyperestraier-python/Makefile @@ -5,10 +5,9 @@ # $FreeBSD$ PORTNAME= hyperestraier -PORTVERSION= 0.10.6 +PORTVERSION= 0.10.7 CATEGORIES= textproc python -MASTER_SITES= CHEESESHOP \ - http://www.liris.org/tech/program/hyperestraier-purepython/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= -python EXTRACT_SUFX= .tgz diff --git a/textproc/py-hyperestraier-python/distinfo b/textproc/py-hyperestraier-python/distinfo index 8842a0f9ce06..6d1b1d4f5ddc 100644 --- a/textproc/py-hyperestraier-python/distinfo +++ b/textproc/py-hyperestraier-python/distinfo @@ -1,3 +1,3 @@ -MD5 (hyperestraier-0.10.6.tgz) = 0ebb2414a19fc04c1314df73bacf64b1 -SHA256 (hyperestraier-0.10.6.tgz) = 1d17800d26a593c893f2beada55250712d6b2c1e46d2565835676889a3c16214 -SIZE (hyperestraier-0.10.6.tgz) = 10457 +MD5 (hyperestraier-0.10.7.tgz) = 4cee8d16877e62b784ca37518310586a +SHA256 (hyperestraier-0.10.7.tgz) = 3ebdcc3ee46f254f45ceb4ecb2dfb6b6d5e2233ad73743acb11af5909caa872c +SIZE (hyperestraier-0.10.7.tgz) = 10502 diff --git a/textproc/py-hyperestraier-python/pkg-descr b/textproc/py-hyperestraier-python/pkg-descr index bf0362c1ca91..d6d0e8e5d09b 100644 --- a/textproc/py-hyperestraier-python/pkg-descr +++ b/textproc/py-hyperestraier-python/pkg-descr @@ -1,3 +1,5 @@ -This is HyperEstraier pure python implementation. +HyperEstraier client API implemented with pure Python. It works with +synchronous manner. Since version 0.10, it also works with asyn manner +based on Twisted library. -WWW: http://www.liris.org/tech/program/hyperestraier-purepython/ +WWW: http://coderepos.org/share/wiki/PyHyperEstraier |