1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- 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)
This commit is contained in:
Nicola Vitale 2014-06-15 03:43:49 +00:00
parent 8d9dc9ed9e
commit 98f56441f4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357824
3 changed files with 9 additions and 233 deletions

View File

@ -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
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imaging>=1.1.6_2:${PORTSDIR}/graphics/py-imaging
PROJECTHOST= google-chartwrapper
PYDISTUTILS_AUTOPLIST= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
USES= zip
NO_STAGE= yes
EXAMPLESDIR= ${PREFIX}/share/examples/${PYTHON_PKGNAMEPREFIX}${PORTNAME}
DOCSDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME}
PROJECTHOST= google-chartwrapper
.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
.include <bsd.port.mk>

View File

@ -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

View File

@ -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