Index: head/devel/py-parsedatetime/Makefile =================================================================== --- head/devel/py-parsedatetime/Makefile (revision 194028) +++ head/devel/py-parsedatetime/Makefile (revision 194029) @@ -1,53 +1,53 @@ # New ports collection makefile for: py-parsedatetime # Date created: Feb. 24, 2007 # Whom: Li-Wen Hsu # # $FreeBSD$ # PORTNAME= parsedatetime -PORTVERSION= 0.8.3 +PORTVERSION= 0.8.4 CATEGORIES= devel python MASTER_SITES= http://code-bear.com/code/parsedatetime/ \ - http://cheeseshop.python.org/packages/source/p/parsedatetime/ \ + CHEESESHOP \ http://parsedatetime.googlecode.com/files/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lwhsu@FreeBSD.org COMMENT= Python module for parsing 'human readable' date/time expressions BUILD_DEPENDS= ${EASY_INSTALL_CMD}:${PORTSDIR}/devel/py-setuptools RUN_DEPENDS= ${EASY_INSTALL_CMD}:${PORTSDIR}/devel/py-setuptools USE_PYTHON= yes USE_PYDISTUTILS= yes EASY_INSTALL_CMD?= easy_install-${PYTHON_VER} PYDISTUTILS_BUILD_TARGET= bdist_egg PYDISTUTILS_INSTALL_TARGET= easy_install PYDISTUTILS_INSTALLARGS= -O 1 -N -S ${PYTHON_SITELIBDIR} ${WRKSRC}/dist/${PARSEDATETIME_EGG} PARSEDATETIME_EGG= ${PORTNAME}-${PORTVERSION}-py${PYTHON_VER}.egg PLIST_SUB+= EASY_INSTALL_CMD=${EASY_INSTALL_CMD} \ PARSEDATETIME_EGG=${PARSEDATETIME_EGG} \ PARSEDATETIME_EGG_VER="${PORTNAME}==${PORTVERSION}" -.if !defined(NOPORTDOCS) DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} -.endif EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} EXAMPLES= README.txt basic.py with_locale.py post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${CP} -R ${WRKSRC}/docs/ ${DOCSDIR} .endif +.if !defined(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} .for f in ${EXAMPLES} ${INSTALL_DATA} ${WRKSRC}/examples/${f} ${EXAMPLESDIR} .endfor +.endif .include Property changes on: head/devel/py-parsedatetime/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/devel/py-parsedatetime/distinfo =================================================================== --- head/devel/py-parsedatetime/distinfo (revision 194028) +++ head/devel/py-parsedatetime/distinfo (revision 194029) @@ -1,3 +1,3 @@ -MD5 (parsedatetime-0.8.3.tar.gz) = 09c82e2d2e421cc12caf820796775ee3 -SHA256 (parsedatetime-0.8.3.tar.gz) = 7d4b7dadd3f39c00a8db153894c06ce4a0c082756fdf2781f869bd12ea953590 -SIZE (parsedatetime-0.8.3.tar.gz) = 181563 +MD5 (parsedatetime-0.8.4.tar.gz) = f8fc4129f03ec60b093f2cf51ed3b1ea +SHA256 (parsedatetime-0.8.4.tar.gz) = c2a54ec88a9214c4117ca768254721f5a3053f0d93b02afa1a64a9f5e447eab4 +SIZE (parsedatetime-0.8.4.tar.gz) = 182970 Property changes on: head/devel/py-parsedatetime/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/devel/py-parsedatetime/pkg-plist =================================================================== --- head/devel/py-parsedatetime/pkg-plist (revision 194028) +++ head/devel/py-parsedatetime/pkg-plist (revision 194029) @@ -1,80 +1,80 @@ @unexec %%EASY_INSTALL_CMD%% -q -m -S %D/%%PYTHON_SITELIBDIR%% %%PARSEDATETIME_EGG_VER%% %%PYTHON_SITELIBDIR%%/%%PARSEDATETIME_EGG%% @exec %%EASY_INSTALL_CMD%% -q -N -S %D/%%PYTHON_SITELIBDIR%% %%PARSEDATETIME_EGG_VER%% %%PORTDOCS%%%%DOCSDIR%%/PyICU-module.html %%PORTDOCS%%%%DOCSDIR%%/PyICU-pysrc.html %%PORTDOCS%%%%DOCSDIR%%/class-tree.html %%PORTDOCS%%%%DOCSDIR%%/crarr.png %%PORTDOCS%%%%DOCSDIR%%/epydoc.css %%PORTDOCS%%%%DOCSDIR%%/epydoc.js %%PORTDOCS%%%%DOCSDIR%%/exceptions.AssertionError-class.html %%PORTDOCS%%%%DOCSDIR%%/frames.html %%PORTDOCS%%%%DOCSDIR%%/help.html %%PORTDOCS%%%%DOCSDIR%%/identifier-index.html %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/module-tree.html %%PORTDOCS%%%%DOCSDIR%%/parsedatetime-module.html %%PORTDOCS%%%%DOCSDIR%%/parsedatetime-pysrc.html %%PORTDOCS%%%%DOCSDIR%%/parsedatetime.parsedatetime-module.html %%PORTDOCS%%%%DOCSDIR%%/parsedatetime.parsedatetime-pysrc.html %%PORTDOCS%%%%DOCSDIR%%/parsedatetime.parsedatetime.Calendar-class.html %%PORTDOCS%%%%DOCSDIR%%/parsedatetime.parsedatetime_consts-module.html %%PORTDOCS%%%%DOCSDIR%%/parsedatetime.parsedatetime_consts-pysrc.html %%PORTDOCS%%%%DOCSDIR%%/parsedatetime.parsedatetime_consts.Constants-class.html %%PORTDOCS%%%%DOCSDIR%%/parsedatetime.parsedatetime_consts.pdtLocale_au-class.html %%PORTDOCS%%%%DOCSDIR%%/parsedatetime.parsedatetime_consts.pdtLocale_en-class.html %%PORTDOCS%%%%DOCSDIR%%/parsedatetime.parsedatetime_consts.pdtLocale_es-class.html %%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests-module.html %%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests-pysrc.html %%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestAustralianLocale-module.html %%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestAustralianLocale-pysrc.html %%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestAustralianLocale.test-class.html %%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestComplexDateTimes-module.html %%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestComplexDateTimes-pysrc.html %%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestComplexDateTimes.test-class.html %%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestErrors-module.html %%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestErrors-pysrc.html %%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestErrors.test-class.html %%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestInc-module.html %%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestInc-pysrc.html %%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestInc.test-class.html %%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestMultiple-module.html %%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestMultiple-pysrc.html %%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestMultiple.test-class.html %%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestPhrases-module.html %%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestPhrases-pysrc.html %%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestPhrases.test-class.html %%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestRanges-module.html %%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestRanges-pysrc.html %%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestRanges.test-class.html %%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestSimpleDateTimes-module.html %%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestSimpleDateTimes-pysrc.html %%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestSimpleDateTimes.test-class.html %%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestSimpleOffsets-module.html %%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestSimpleOffsets-pysrc.html %%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestSimpleOffsets.test-class.html %%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestUnits-module.html %%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestUnits-pysrc.html %%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestUnits.test-class.html %%PORTDOCS%%%%DOCSDIR%%/toc-PyICU-module.html %%PORTDOCS%%%%DOCSDIR%%/toc-everything.html %%PORTDOCS%%%%DOCSDIR%%/toc-parsedatetime-module.html %%PORTDOCS%%%%DOCSDIR%%/toc-parsedatetime.parsedatetime-module.html %%PORTDOCS%%%%DOCSDIR%%/toc-parsedatetime.parsedatetime_consts-module.html %%PORTDOCS%%%%DOCSDIR%%/toc-parsedatetime.tests-module.html %%PORTDOCS%%%%DOCSDIR%%/toc-parsedatetime.tests.TestAustralianLocale-module.html %%PORTDOCS%%%%DOCSDIR%%/toc-parsedatetime.tests.TestComplexDateTimes-module.html %%PORTDOCS%%%%DOCSDIR%%/toc-parsedatetime.tests.TestErrors-module.html %%PORTDOCS%%%%DOCSDIR%%/toc-parsedatetime.tests.TestInc-module.html %%PORTDOCS%%%%DOCSDIR%%/toc-parsedatetime.tests.TestMultiple-module.html %%PORTDOCS%%%%DOCSDIR%%/toc-parsedatetime.tests.TestPhrases-module.html %%PORTDOCS%%%%DOCSDIR%%/toc-parsedatetime.tests.TestRanges-module.html %%PORTDOCS%%%%DOCSDIR%%/toc-parsedatetime.tests.TestSimpleDateTimes-module.html %%PORTDOCS%%%%DOCSDIR%%/toc-parsedatetime.tests.TestSimpleOffsets-module.html %%PORTDOCS%%%%DOCSDIR%%/toc-parsedatetime.tests.TestUnits-module.html %%PORTDOCS%%%%DOCSDIR%%/toc.html %%PORTDOCS%%@dirrm %%DOCSDIR%% -%%EXAMPLESDIR%%/README.txt -%%EXAMPLESDIR%%/basic.py -%%EXAMPLESDIR%%/with_locale.py -@dirrm %%EXAMPLESDIR%% +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/with_locale.py +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% Property changes on: head/devel/py-parsedatetime/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property