- Typo in directory name
- Bump PKGNAME ok djm@
This commit is contained in:
parent
0d5e74ffc6
commit
cfd2ec88eb
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/11/11 04:05:25 djm Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2004/11/11 12:41:33 alek Exp $
|
||||
|
||||
COMMENT= "Python charting and plotting API"
|
||||
|
||||
DISTNAME= matplotlib-0.64
|
||||
PKGNAME= ${DISTNAME:S/^/py-/}
|
||||
PKGNAME= py-${DISTNAME}p0
|
||||
CATEGORIES= graphics devel
|
||||
|
||||
HOMEPAGE= http://matplotlib.sourceforge.net/
|
||||
@ -36,12 +36,12 @@ post-extract:
|
||||
@rm -f ${WRKSRC}/lib/matplotlib/legend.py.orig
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/py-mathplotlib
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/py-mathplotlib/data
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/py-matplotlib
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/py-matplotlib/data
|
||||
${INSTALL_DATA} ${WRKSRC}/examples/*.* ${WRKSRC}/examples/README \
|
||||
${PREFIX}/share/examples/py-mathplotlib
|
||||
${PREFIX}/share/examples/py-matplotlib
|
||||
${INSTALL_DATA} ${WRKSRC}/examples/data/* \
|
||||
${PREFIX}/share/examples/py-mathplotlib/data
|
||||
${PREFIX}/share/examples/py-matplotlib/data
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/11/11 04:05:26 djm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2004/11/11 12:41:33 alek Exp $
|
||||
%%SHARED%%
|
||||
lib/python${MODPY_VERSION}/site-packages/matplotlib/
|
||||
lib/python${MODPY_VERSION}/site-packages/matplotlib/__init__.py
|
||||
@ -102,133 +102,133 @@ lib/python${MODPY_VERSION}/site-packages/matplotlib/transforms.py
|
||||
lib/python${MODPY_VERSION}/site-packages/matplotlib/transforms.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/matplotlib/windowing.py
|
||||
lib/python${MODPY_VERSION}/site-packages/matplotlib/windowing.pyc
|
||||
share/examples/py-mathplotlib/
|
||||
share/examples/py-mathplotlib/README
|
||||
share/examples/py-mathplotlib/__init__.py
|
||||
share/examples/py-mathplotlib/alignment_test.py
|
||||
share/examples/py-mathplotlib/anim.py
|
||||
share/examples/py-mathplotlib/anim_tk.py
|
||||
share/examples/py-mathplotlib/anscombe.py
|
||||
share/examples/py-mathplotlib/arctest.py
|
||||
share/examples/py-mathplotlib/axes_demo.py
|
||||
share/examples/py-mathplotlib/axes_props.py
|
||||
share/examples/py-mathplotlib/axhspan_demo.py
|
||||
share/examples/py-mathplotlib/backend_driver.py
|
||||
share/examples/py-mathplotlib/bar_stacked.py
|
||||
share/examples/py-mathplotlib/barchart_demo.py
|
||||
share/examples/py-mathplotlib/barh_demo.py
|
||||
share/examples/py-mathplotlib/break.py
|
||||
share/examples/py-mathplotlib/color_demo.py
|
||||
share/examples/py-mathplotlib/colours.py
|
||||
share/examples/py-mathplotlib/coords_demo.py
|
||||
share/examples/py-mathplotlib/coords_report.py
|
||||
share/examples/py-mathplotlib/csd_demo.py
|
||||
share/examples/py-mathplotlib/cursor_demo.py
|
||||
share/examples/py-mathplotlib/custom_ticker1.py
|
||||
share/examples/py-mathplotlib/customize_rc.py
|
||||
share/examples/py-mathplotlib/dash_control.py
|
||||
share/examples/py-mathplotlib/data/
|
||||
share/examples/py-mathplotlib/data/AAPL.dat
|
||||
share/examples/py-mathplotlib/data/INTC.dat
|
||||
share/examples/py-mathplotlib/data/ct.raw
|
||||
share/examples/py-mathplotlib/data/eeg.dat
|
||||
share/examples/py-mathplotlib/data/embedding_in_wx3.xrc
|
||||
share/examples/py-mathplotlib/data/intc.csv
|
||||
share/examples/py-mathplotlib/data/membrane.dat
|
||||
share/examples/py-mathplotlib/data/msft.csv
|
||||
share/examples/py-mathplotlib/data/s1045.ima
|
||||
share/examples/py-mathplotlib/data_helper.py
|
||||
share/examples/py-mathplotlib/date_demo1.py
|
||||
share/examples/py-mathplotlib/date_demo2.py
|
||||
share/examples/py-mathplotlib/date_demo_convert.py
|
||||
share/examples/py-mathplotlib/date_demo_rrule.py
|
||||
share/examples/py-mathplotlib/dynamic_demo.py
|
||||
share/examples/py-mathplotlib/dynamic_demo_wx.py
|
||||
share/examples/py-mathplotlib/dynamic_image_gtkagg.py
|
||||
share/examples/py-mathplotlib/dynamic_image_wxagg.py
|
||||
share/examples/py-mathplotlib/embedding_in_gtk.py
|
||||
share/examples/py-mathplotlib/embedding_in_gtk2.py
|
||||
share/examples/py-mathplotlib/embedding_in_tk.py
|
||||
share/examples/py-mathplotlib/embedding_in_wx.py
|
||||
share/examples/py-mathplotlib/embedding_in_wx2.py
|
||||
share/examples/py-mathplotlib/embedding_in_wx3.py
|
||||
share/examples/py-mathplotlib/embedding_in_wx4.py
|
||||
share/examples/py-mathplotlib/errorbar_demo.py
|
||||
share/examples/py-mathplotlib/figimage_demo.py
|
||||
share/examples/py-mathplotlib/figlegend_demo.py
|
||||
share/examples/py-mathplotlib/figtext.py
|
||||
share/examples/py-mathplotlib/fill_between.py
|
||||
share/examples/py-mathplotlib/fill_demo.py
|
||||
share/examples/py-mathplotlib/fill_spiral.py
|
||||
share/examples/py-mathplotlib/finance_demo.py
|
||||
share/examples/py-mathplotlib/font_table_ttf.py
|
||||
share/examples/py-mathplotlib/fonts_demo.py
|
||||
share/examples/py-mathplotlib/fonts_demo_kw.py
|
||||
share/examples/py-mathplotlib/ftface_props.py
|
||||
share/examples/py-mathplotlib/ganged_plots.py
|
||||
share/examples/py-mathplotlib/gdtest.py
|
||||
share/examples/py-mathplotlib/gtk_spreadsheet.py
|
||||
share/examples/py-mathplotlib/histogram_demo.py
|
||||
share/examples/py-mathplotlib/histogram_demo_canvasagg.py
|
||||
share/examples/py-mathplotlib/image_demo.py
|
||||
share/examples/py-mathplotlib/image_demo2.py
|
||||
share/examples/py-mathplotlib/image_demo3.py
|
||||
share/examples/py-mathplotlib/image_demo_na.py
|
||||
share/examples/py-mathplotlib/image_interp.py
|
||||
share/examples/py-mathplotlib/image_origin.py
|
||||
share/examples/py-mathplotlib/integral_demo.py
|
||||
share/examples/py-mathplotlib/interactive.py
|
||||
share/examples/py-mathplotlib/interactive2.py
|
||||
share/examples/py-mathplotlib/invert_axes.py
|
||||
share/examples/py-mathplotlib/layer_images.py
|
||||
share/examples/py-mathplotlib/legend_demo.py
|
||||
share/examples/py-mathplotlib/legend_demo2.py
|
||||
share/examples/py-mathplotlib/line_styles.py
|
||||
share/examples/py-mathplotlib/log_bar.py
|
||||
share/examples/py-mathplotlib/log_demo.py
|
||||
share/examples/py-mathplotlib/log_test.py
|
||||
share/examples/py-mathplotlib/logo.py
|
||||
share/examples/py-mathplotlib/major_minor_demo1.py
|
||||
share/examples/py-mathplotlib/major_minor_demo2.py
|
||||
share/examples/py-mathplotlib/mathtext_demo.py
|
||||
share/examples/py-mathplotlib/matplotlib_icon.py
|
||||
share/examples/py-mathplotlib/movie_demo.py
|
||||
share/examples/py-mathplotlib/mpl_with_glade.glade
|
||||
share/examples/py-mathplotlib/mpl_with_glade.py
|
||||
share/examples/py-mathplotlib/mri_demo.py
|
||||
share/examples/py-mathplotlib/mri_with_eeg.py
|
||||
share/examples/py-mathplotlib/multiline.py
|
||||
share/examples/py-mathplotlib/multiple_figs_demo.py
|
||||
share/examples/py-mathplotlib/object_picker.py
|
||||
share/examples/py-mathplotlib/pcolor_demo.py
|
||||
share/examples/py-mathplotlib/pcolor_demo2.py
|
||||
share/examples/py-mathplotlib/pcolor_small.py
|
||||
share/examples/py-mathplotlib/polar_demo.py
|
||||
share/examples/py-mathplotlib/polar_demo2.py
|
||||
share/examples/py-mathplotlib/polar_scatter.py
|
||||
share/examples/py-mathplotlib/poormans_contour.py
|
||||
share/examples/py-mathplotlib/print_stdout.py
|
||||
share/examples/py-mathplotlib/psd_demo.py
|
||||
share/examples/py-mathplotlib/pstest.py
|
||||
share/examples/py-mathplotlib/pythonic_matplotlib.py
|
||||
share/examples/py-mathplotlib/scatter_demo.py
|
||||
share/examples/py-mathplotlib/scatter_demo2.py
|
||||
share/examples/py-mathplotlib/scatter_profile.py
|
||||
share/examples/py-mathplotlib/simple_plot.py
|
||||
share/examples/py-mathplotlib/specgram_demo.py
|
||||
share/examples/py-mathplotlib/stem_plot.py
|
||||
share/examples/py-mathplotlib/stock_demo.py
|
||||
share/examples/py-mathplotlib/subplot_demo.py
|
||||
share/examples/py-mathplotlib/system_monitor.py
|
||||
share/examples/py-mathplotlib/table_demo.py
|
||||
share/examples/py-mathplotlib/text_handles.py
|
||||
share/examples/py-mathplotlib/text_themes.py
|
||||
share/examples/py-mathplotlib/to_numeric.py
|
||||
share/examples/py-mathplotlib/two_scales.py
|
||||
share/examples/py-mathplotlib/vertical_ticklabels.py
|
||||
share/examples/py-mathplotlib/vline_demo.py
|
||||
share/examples/py-mathplotlib/webapp_demo.py
|
||||
share/examples/py-mathplotlib/wxcursor_demo.py
|
||||
share/examples/py-matplotlib/
|
||||
share/examples/py-matplotlib/README
|
||||
share/examples/py-matplotlib/__init__.py
|
||||
share/examples/py-matplotlib/alignment_test.py
|
||||
share/examples/py-matplotlib/anim.py
|
||||
share/examples/py-matplotlib/anim_tk.py
|
||||
share/examples/py-matplotlib/anscombe.py
|
||||
share/examples/py-matplotlib/arctest.py
|
||||
share/examples/py-matplotlib/axes_demo.py
|
||||
share/examples/py-matplotlib/axes_props.py
|
||||
share/examples/py-matplotlib/axhspan_demo.py
|
||||
share/examples/py-matplotlib/backend_driver.py
|
||||
share/examples/py-matplotlib/bar_stacked.py
|
||||
share/examples/py-matplotlib/barchart_demo.py
|
||||
share/examples/py-matplotlib/barh_demo.py
|
||||
share/examples/py-matplotlib/break.py
|
||||
share/examples/py-matplotlib/color_demo.py
|
||||
share/examples/py-matplotlib/colours.py
|
||||
share/examples/py-matplotlib/coords_demo.py
|
||||
share/examples/py-matplotlib/coords_report.py
|
||||
share/examples/py-matplotlib/csd_demo.py
|
||||
share/examples/py-matplotlib/cursor_demo.py
|
||||
share/examples/py-matplotlib/custom_ticker1.py
|
||||
share/examples/py-matplotlib/customize_rc.py
|
||||
share/examples/py-matplotlib/dash_control.py
|
||||
share/examples/py-matplotlib/data/
|
||||
share/examples/py-matplotlib/data/AAPL.dat
|
||||
share/examples/py-matplotlib/data/INTC.dat
|
||||
share/examples/py-matplotlib/data/ct.raw
|
||||
share/examples/py-matplotlib/data/eeg.dat
|
||||
share/examples/py-matplotlib/data/embedding_in_wx3.xrc
|
||||
share/examples/py-matplotlib/data/intc.csv
|
||||
share/examples/py-matplotlib/data/membrane.dat
|
||||
share/examples/py-matplotlib/data/msft.csv
|
||||
share/examples/py-matplotlib/data/s1045.ima
|
||||
share/examples/py-matplotlib/data_helper.py
|
||||
share/examples/py-matplotlib/date_demo1.py
|
||||
share/examples/py-matplotlib/date_demo2.py
|
||||
share/examples/py-matplotlib/date_demo_convert.py
|
||||
share/examples/py-matplotlib/date_demo_rrule.py
|
||||
share/examples/py-matplotlib/dynamic_demo.py
|
||||
share/examples/py-matplotlib/dynamic_demo_wx.py
|
||||
share/examples/py-matplotlib/dynamic_image_gtkagg.py
|
||||
share/examples/py-matplotlib/dynamic_image_wxagg.py
|
||||
share/examples/py-matplotlib/embedding_in_gtk.py
|
||||
share/examples/py-matplotlib/embedding_in_gtk2.py
|
||||
share/examples/py-matplotlib/embedding_in_tk.py
|
||||
share/examples/py-matplotlib/embedding_in_wx.py
|
||||
share/examples/py-matplotlib/embedding_in_wx2.py
|
||||
share/examples/py-matplotlib/embedding_in_wx3.py
|
||||
share/examples/py-matplotlib/embedding_in_wx4.py
|
||||
share/examples/py-matplotlib/errorbar_demo.py
|
||||
share/examples/py-matplotlib/figimage_demo.py
|
||||
share/examples/py-matplotlib/figlegend_demo.py
|
||||
share/examples/py-matplotlib/figtext.py
|
||||
share/examples/py-matplotlib/fill_between.py
|
||||
share/examples/py-matplotlib/fill_demo.py
|
||||
share/examples/py-matplotlib/fill_spiral.py
|
||||
share/examples/py-matplotlib/finance_demo.py
|
||||
share/examples/py-matplotlib/font_table_ttf.py
|
||||
share/examples/py-matplotlib/fonts_demo.py
|
||||
share/examples/py-matplotlib/fonts_demo_kw.py
|
||||
share/examples/py-matplotlib/ftface_props.py
|
||||
share/examples/py-matplotlib/ganged_plots.py
|
||||
share/examples/py-matplotlib/gdtest.py
|
||||
share/examples/py-matplotlib/gtk_spreadsheet.py
|
||||
share/examples/py-matplotlib/histogram_demo.py
|
||||
share/examples/py-matplotlib/histogram_demo_canvasagg.py
|
||||
share/examples/py-matplotlib/image_demo.py
|
||||
share/examples/py-matplotlib/image_demo2.py
|
||||
share/examples/py-matplotlib/image_demo3.py
|
||||
share/examples/py-matplotlib/image_demo_na.py
|
||||
share/examples/py-matplotlib/image_interp.py
|
||||
share/examples/py-matplotlib/image_origin.py
|
||||
share/examples/py-matplotlib/integral_demo.py
|
||||
share/examples/py-matplotlib/interactive.py
|
||||
share/examples/py-matplotlib/interactive2.py
|
||||
share/examples/py-matplotlib/invert_axes.py
|
||||
share/examples/py-matplotlib/layer_images.py
|
||||
share/examples/py-matplotlib/legend_demo.py
|
||||
share/examples/py-matplotlib/legend_demo2.py
|
||||
share/examples/py-matplotlib/line_styles.py
|
||||
share/examples/py-matplotlib/log_bar.py
|
||||
share/examples/py-matplotlib/log_demo.py
|
||||
share/examples/py-matplotlib/log_test.py
|
||||
share/examples/py-matplotlib/logo.py
|
||||
share/examples/py-matplotlib/major_minor_demo1.py
|
||||
share/examples/py-matplotlib/major_minor_demo2.py
|
||||
share/examples/py-matplotlib/mathtext_demo.py
|
||||
share/examples/py-matplotlib/matplotlib_icon.py
|
||||
share/examples/py-matplotlib/movie_demo.py
|
||||
share/examples/py-matplotlib/mpl_with_glade.glade
|
||||
share/examples/py-matplotlib/mpl_with_glade.py
|
||||
share/examples/py-matplotlib/mri_demo.py
|
||||
share/examples/py-matplotlib/mri_with_eeg.py
|
||||
share/examples/py-matplotlib/multiline.py
|
||||
share/examples/py-matplotlib/multiple_figs_demo.py
|
||||
share/examples/py-matplotlib/object_picker.py
|
||||
share/examples/py-matplotlib/pcolor_demo.py
|
||||
share/examples/py-matplotlib/pcolor_demo2.py
|
||||
share/examples/py-matplotlib/pcolor_small.py
|
||||
share/examples/py-matplotlib/polar_demo.py
|
||||
share/examples/py-matplotlib/polar_demo2.py
|
||||
share/examples/py-matplotlib/polar_scatter.py
|
||||
share/examples/py-matplotlib/poormans_contour.py
|
||||
share/examples/py-matplotlib/print_stdout.py
|
||||
share/examples/py-matplotlib/psd_demo.py
|
||||
share/examples/py-matplotlib/pstest.py
|
||||
share/examples/py-matplotlib/pythonic_matplotlib.py
|
||||
share/examples/py-matplotlib/scatter_demo.py
|
||||
share/examples/py-matplotlib/scatter_demo2.py
|
||||
share/examples/py-matplotlib/scatter_profile.py
|
||||
share/examples/py-matplotlib/simple_plot.py
|
||||
share/examples/py-matplotlib/specgram_demo.py
|
||||
share/examples/py-matplotlib/stem_plot.py
|
||||
share/examples/py-matplotlib/stock_demo.py
|
||||
share/examples/py-matplotlib/subplot_demo.py
|
||||
share/examples/py-matplotlib/system_monitor.py
|
||||
share/examples/py-matplotlib/table_demo.py
|
||||
share/examples/py-matplotlib/text_handles.py
|
||||
share/examples/py-matplotlib/text_themes.py
|
||||
share/examples/py-matplotlib/to_numeric.py
|
||||
share/examples/py-matplotlib/two_scales.py
|
||||
share/examples/py-matplotlib/vertical_ticklabels.py
|
||||
share/examples/py-matplotlib/vline_demo.py
|
||||
share/examples/py-matplotlib/webapp_demo.py
|
||||
share/examples/py-matplotlib/wxcursor_demo.py
|
||||
share/py-matplotlib/
|
||||
share/py-matplotlib/.matplotlibrc
|
||||
share/py-matplotlib/Vera.ttf
|
||||
|
Loading…
Reference in New Issue
Block a user