Index: head/textproc/py-hyperestraier-python/Makefile =================================================================== --- head/textproc/py-hyperestraier-python/Makefile (revision 225585) +++ head/textproc/py-hyperestraier-python/Makefile (revision 225586) @@ -1,33 +1,32 @@ # New ports collection makefile for: py-hyperestraier-python # Date created: 30 March 2007 # Whom: Junji NAKANISHI # # $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 MAINTAINER= jun-g@daemonfreaks.com COMMENT= Pure Python HyperEstraier library WRKSRC= ${WRKDIR}/${PORTNAME} USE_PYTHON= yes USE_PYDISTUTILS=yes PORTEXAMPLES= example.py asyn_example.py EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}${PKGNAMESUFFIX} post-install: .if !defined(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/exapmle.py ${EXAMPLESDIR}/example.py ${INSTALL_DATA} ${WRKSRC}/asyn_example.py ${EXAMPLESDIR}/ .endif .include Property changes on: head/textproc/py-hyperestraier-python/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/textproc/py-hyperestraier-python/distinfo =================================================================== --- head/textproc/py-hyperestraier-python/distinfo (revision 225585) +++ head/textproc/py-hyperestraier-python/distinfo (revision 225586) @@ -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 Property changes on: head/textproc/py-hyperestraier-python/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/textproc/py-hyperestraier-python/pkg-descr =================================================================== --- head/textproc/py-hyperestraier-python/pkg-descr (revision 225585) +++ head/textproc/py-hyperestraier-python/pkg-descr (revision 225586) @@ -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 Property changes on: head/textproc/py-hyperestraier-python/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property