diff options
author | nivit <nivit@FreeBSD.org> | 2014-06-15 11:43:49 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2014-06-15 11:43:49 +0800 |
commit | e547253abb84138f389eea020ca77aa60f64f003 (patch) | |
tree | 460e1146c35511f1a9d28feda906dcd6f9f762bc /graphics | |
parent | 6b83b7ed562b911f4357955b8a03762c2fb441fc (diff) | |
download | freebsd-ports-gnome-e547253abb84138f389eea020ca77aa60f64f003.tar.gz freebsd-ports-gnome-e547253abb84138f389eea020ca77aa60f64f003.tar.zst freebsd-ports-gnome-e547253abb84138f389eea020ca77aa60f64f003.zip |
- Remove docs/examples because the relative distfile is no
longer available
- Add LICENSE (BSD3CLAUSE)
- Use auto plist
- Add support for stage dir
- Bump PORTREVISION (pkg-plist changed)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-gchartwrapper/Makefile | 34 | ||||
-rw-r--r-- | graphics/py-gchartwrapper/distinfo | 6 | ||||
-rw-r--r-- | graphics/py-gchartwrapper/pkg-plist | 202 |
3 files changed, 9 insertions, 233 deletions
diff --git a/graphics/py-gchartwrapper/Makefile b/graphics/py-gchartwrapper/Makefile index 5329fbd773db..08966cb8e4cb 100644 --- a/graphics/py-gchartwrapper/Makefile +++ b/graphics/py-gchartwrapper/Makefile @@ -3,42 +3,22 @@ PORTNAME= GChartWrapper PORTVERSION= 0.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics python -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ - LOCAL/nivit/${PORTNAME}/ +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTFILES= ${PORTNAME}-${PORTVERSION}.zip -.if !defined(NOPORTDOCS) || !defined(NOPORTEXAMPLES) -DISTFILES+= ${PORTNAME}-extras-${PORTVERSION}.zip -.endif MAINTAINER= nivit@FreeBSD.org COMMENT= Python Google Chart Wrapper -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imaging>=1.1.6_2:${PORTSDIR}/graphics/py-imaging - -USE_PYTHON= yes -USE_PYDISTUTILS= yes -USES= zip -NO_STAGE= yes +LICENSE= BSD3CLAUSE -EXAMPLESDIR= ${PREFIX}/share/examples/${PYTHON_PKGNAMEPREFIX}${PORTNAME} -DOCSDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imaging>=1.1.6_2:${PORTSDIR}/graphics/py-imaging PROJECTHOST= google-chartwrapper +PYDISTUTILS_AUTOPLIST= yes -.if !defined(NOPORTDOCS) -post-extract: - @cd ${WRKDIR} && ${RM} -R doc/.svn && ${RM} -R demo/.svn -.endif - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} && cd ${WRKDIR}/doc && ${COPYTREE_SHARE} . ${DOCSDIR} -.endif -.if !defined(NOPORTEXAMPLES) - @${MKDIR} ${EXAMPLESDIR} && cd ${WRKDIR}/demo && ${COPYTREE_SHARE} . ${EXAMPLESDIR} -.endif +USE_PYTHON= yes +USE_PYDISTUTILS= yes .include <bsd.port.mk> diff --git a/graphics/py-gchartwrapper/distinfo b/graphics/py-gchartwrapper/distinfo index cf9b0a954514..5ed035366005 100644 --- a/graphics/py-gchartwrapper/distinfo +++ b/graphics/py-gchartwrapper/distinfo @@ -1,4 +1,2 @@ -SHA256 (GChartWrapper-0.9.zip) = 9b431445dff05e101f0db3e861886430581c37cb626d294e2ed94559aac3cc1e -SIZE (GChartWrapper-0.9.zip) = 28566 -SHA256 (GChartWrapper-extras-0.9.zip) = f2d10f0bf70ae17ae8a3975756e0ad65637820c82a30233895420c8b043e2023 -SIZE (GChartWrapper-extras-0.9.zip) = 1044677 +SHA256 (GChartWrapper-0.9.tar.gz) = 0a6f4bad170569c443baf78d79af2fdb3f1b03431c466cef0785704c3a151bc4 +SIZE (GChartWrapper-0.9.tar.gz) = 25480 diff --git a/graphics/py-gchartwrapper/pkg-plist b/graphics/py-gchartwrapper/pkg-plist deleted file mode 100644 index 62fbf0304d92..000000000000 --- a/graphics/py-gchartwrapper/pkg-plist +++ /dev/null @@ -1,202 +0,0 @@ -%%PYTHON_SITELIBDIR%%/GChartWrapper/GChart.py -%%PYTHON_SITELIBDIR%%/GChartWrapper/GChart.pyc -%%PYTHON_SITELIBDIR%%/GChartWrapper/GChart.pyo -%%PYTHON_SITELIBDIR%%/GChartWrapper/__init__.py -%%PYTHON_SITELIBDIR%%/GChartWrapper/__init__.pyc -%%PYTHON_SITELIBDIR%%/GChartWrapper/__init__.pyo -%%PYTHON_SITELIBDIR%%/GChartWrapper/charts/__init__.py -%%PYTHON_SITELIBDIR%%/GChartWrapper/charts/__init__.pyc -%%PYTHON_SITELIBDIR%%/GChartWrapper/charts/__init__.pyo -%%PYTHON_SITELIBDIR%%/GChartWrapper/charts/templatetags/__init__.py -%%PYTHON_SITELIBDIR%%/GChartWrapper/charts/templatetags/__init__.pyc -%%PYTHON_SITELIBDIR%%/GChartWrapper/charts/templatetags/__init__.pyo -%%PYTHON_SITELIBDIR%%/GChartWrapper/charts/templatetags/charts.py -%%PYTHON_SITELIBDIR%%/GChartWrapper/charts/templatetags/charts.pyc -%%PYTHON_SITELIBDIR%%/GChartWrapper/charts/templatetags/charts.pyo -%%PYTHON_SITELIBDIR%%/GChartWrapper/constants.py -%%PYTHON_SITELIBDIR%%/GChartWrapper/constants.pyc -%%PYTHON_SITELIBDIR%%/GChartWrapper/constants.pyo -%%PYTHON_SITELIBDIR%%/GChartWrapper/encoding.py -%%PYTHON_SITELIBDIR%%/GChartWrapper/encoding.pyc -%%PYTHON_SITELIBDIR%%/GChartWrapper/encoding.pyo -%%PYTHON_SITELIBDIR%%/GChartWrapper/tests.py -%%PYTHON_SITELIBDIR%%/GChartWrapper/tests.pyc -%%PYTHON_SITELIBDIR%%/GChartWrapper/tests.pyo -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper-module.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper-pysrc.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.Bubble-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.GChart'-module.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.GChart'-pysrc.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.GChart'.Axes-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.GChart'.Bubble-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.GChart'.GChart-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.GChart'.HorizontalBarGroup-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.GChart'.HorizontalBarStack-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.GChart'.Line-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.GChart'.LineXY-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.GChart'.Map-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.GChart'.Meter-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.GChart'.Note-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.GChart'.Pie-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.GChart'.Pie3D-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.GChart'.PieC-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.GChart'.Pin-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.GChart'.QRCode-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.GChart'.Radar-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.GChart'.RadarSpline-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.GChart'.Scatter-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.GChart'.Sparkline-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.GChart'.Text-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.GChart'.Venn-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.GChart'.VerticalBarGroup-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.GChart'.VerticalBarStack-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.GChart'._AbstractGChart-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.GChart-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.HorizontalBarGroup-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.HorizontalBarStack-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.Line-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.LineXY-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.Map-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.Meter-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.Note-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.Pie-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.Pie3D-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.PieC-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.Pin-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.QRCode-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.Radar-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.RadarSpline-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.Scatter-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.Sparkline-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.Text-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.Venn-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.VerticalBarGroup-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.VerticalBarStack-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.charts-module.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.charts-pysrc.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.charts.templatetags-module.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.charts.templatetags-pysrc.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.charts.templatetags.charts-module.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.charts.templatetags.charts-pysrc.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.charts.templatetags.charts.BubbleNode-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.charts.templatetags.charts.ChartNode-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.charts.templatetags.charts.FancyNode-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.charts.templatetags.charts.GenericNode-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.charts.templatetags.charts.NoteNode-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.charts.templatetags.charts.PinNode-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.charts.templatetags.charts.TextNode-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.charts.views-module.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.charts.views-pysrc.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.constants-module.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.constants-pysrc.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.encoding-module.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.encoding-pysrc.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.encoding.Encoder-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.jinja2-module.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.jinja2-pysrc.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.jinja2.ChartExtension-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.mako-module.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.mako-pysrc.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.testing-module.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.testing-pysrc.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.testing.TestClass-class.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.tests-module.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.tests-pysrc.html -%%PORTDOCS%%%%DOCSDIR%%/GChartWrapper.tests.TestChartTypes-class.html -%%PORTDOCS%%%%DOCSDIR%%/api-objects.txt -%%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%%/redirect.html -%%PORTDOCS%%%%DOCSDIR%%/toc-GChartWrapper-module.html -%%PORTDOCS%%%%DOCSDIR%%/toc-GChartWrapper.GChart'-module.html -%%PORTDOCS%%%%DOCSDIR%%/toc-GChartWrapper.charts-module.html -%%PORTDOCS%%%%DOCSDIR%%/toc-GChartWrapper.charts.templatetags-module.html -%%PORTDOCS%%%%DOCSDIR%%/toc-GChartWrapper.charts.templatetags.charts-module.html -%%PORTDOCS%%%%DOCSDIR%%/toc-GChartWrapper.charts.views-module.html -%%PORTDOCS%%%%DOCSDIR%%/toc-GChartWrapper.constants-module.html -%%PORTDOCS%%%%DOCSDIR%%/toc-GChartWrapper.encoding-module.html -%%PORTDOCS%%%%DOCSDIR%%/toc-GChartWrapper.jinja2-module.html -%%PORTDOCS%%%%DOCSDIR%%/toc-GChartWrapper.mako-module.html -%%PORTDOCS%%%%DOCSDIR%%/toc-GChartWrapper.testing-module.html -%%PORTDOCS%%%%DOCSDIR%%/toc-GChartWrapper.tests-module.html -%%PORTDOCS%%%%DOCSDIR%%/toc-everything.html -%%PORTDOCS%%%%DOCSDIR%%/toc.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/adv_icon_pin.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/adv_letter_pin.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/axes.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/axes_position.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bar.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bar_text.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bar_zero.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/concentric_pie.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/currency_bar.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/czech_and_unicode.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fancy_radar.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fill.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/financial.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/grid.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/guide_bhg.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/guide_bhs.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/guide_bvg.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/guide_bvs.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/guide_bvs_scale.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/guide_chbh_clipped.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/guide_chbh_size.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/guide_granularity_150.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/guide_granularity_20.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/guide_granularity_300.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/guide_granularity_40.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/guide_granularity_80.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/guide_intro.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/guide_line_lc.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/guide_map.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/guide_meter.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/guide_radar.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/guide_sparkline.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hvz.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/icon_pin.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interval.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jacobian.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/large_bubble_icon.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/large_bubble_icon_texts.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/large_bubble_texts.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/legend.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/legend2.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/legend_position.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/letter_pin.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/line.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/margins.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/markerfill.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/markers.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/min_max.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/multiline.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/numpy.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/omitted_colors.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/packman.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pie.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/qr_code.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scatter.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/small_bubble_icon.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sticky_note.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/text.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/text_pin.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/thought_note.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tick_marks.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/title.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/venn.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/weather_note.html -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%PYTHON_SITELIBDIR%%/GChartWrapper/charts/templatetags -@dirrm %%PYTHON_SITELIBDIR%%/GChartWrapper/charts -@dirrm %%PYTHON_SITELIBDIR%%/GChartWrapper |