aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2004-08-04 11:33:28 +0800
committerijliao <ijliao@FreeBSD.org>2004-08-04 11:33:28 +0800
commit58d0eb6e7f1a5d54af82280f381fd20077a91540 (patch)
tree791b17aa896135e2cd467f724010e315907ddca0 /graphics
parent3a687c5f14eeef2b04818964d51f63ba5d4b9a11 (diff)
downloadfreebsd-ports-gnome-58d0eb6e7f1a5d54af82280f381fd20077a91540.tar.gz
freebsd-ports-gnome-58d0eb6e7f1a5d54af82280f381fd20077a91540.tar.zst
freebsd-ports-gnome-58d0eb6e7f1a5d54af82280f381fd20077a91540.zip
oops... it's better put into math/ category
Diffstat (limited to 'graphics')
-rw-r--r--graphics/py-matplotlib/Makefile53
-rw-r--r--graphics/py-matplotlib/distinfo2
-rw-r--r--graphics/py-matplotlib/files/patch-setup.py11
-rw-r--r--graphics/py-matplotlib/files/patch-setupext.py19
-rw-r--r--graphics/py-matplotlib/pkg-descr8
5 files changed, 0 insertions, 93 deletions
diff --git a/graphics/py-matplotlib/Makefile b/graphics/py-matplotlib/Makefile
deleted file mode 100644
index 9887931906f0..000000000000
--- a/graphics/py-matplotlib/Makefile
+++ /dev/null
@@ -1,53 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: py-matplotlib
-# Date created: Aug 4, 2004
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= matplotlib
-PORTVERSION= 0.60.2
-CATEGORIES= graphics python
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A plotting library uses a syntax familiar to matlab users
-
-BUILD_DEPENDS= ${PYNUMERIC} \
- ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
- ${LOCALBASE}/lib/libagg.a:${PORTSDIR}/graphics/agg
-LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
-RUN_DEPENDS= ${PYNUMERIC} \
- ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
-
-USE_PYTHON= 2.2+
-USE_PYDISTUTILS= yes
-USE_GNOME= gtk20 pygtk2
-CFLAGS+= -I${X11BASE}/include
-
-DATADIR= ${PREFIX}/share/py-${PORTNAME}
-EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
-
-PLISTDIR= ${PYTHON_SITELIBDIR}/${PORTNAME} ${DATADIR}
-.if !defined(NOPORTDOCS)
-PLISTDIR+= ${EXAMPLESDIR}
-.endif
-
-.include <bsd.port.pre.mk>
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${EXAMPLESDIR}
- ${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR}
-.endif
-.for dir in ${PLISTDIR}
- @${FIND} ${dir} ! -type d | \
- ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
- @${FIND} ${dir} -type d | ${SORT} -r | \
- ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
-.endfor
-
-.include <bsd.port.post.mk>
diff --git a/graphics/py-matplotlib/distinfo b/graphics/py-matplotlib/distinfo
deleted file mode 100644
index ce5e55ab3c32..000000000000
--- a/graphics/py-matplotlib/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (matplotlib-0.60.2.tar.gz) = e4d28311bd5457039a8ff7d26028c6d5
-SIZE (matplotlib-0.60.2.tar.gz) = 1533161
diff --git a/graphics/py-matplotlib/files/patch-setup.py b/graphics/py-matplotlib/files/patch-setup.py
deleted file mode 100644
index b594846178ec..000000000000
--- a/graphics/py-matplotlib/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig Wed Aug 4 11:22:03 2004
-+++ setup.py Wed Aug 4 11:22:48 2004
-@@ -66,7 +66,7 @@
- data.extend(glob.glob('images/*.ppm'))
- data.append('.matplotlibrc')
-
--data_files=[('share/matplotlib', data),]
-+data_files=[('share/py-matplotlib', data),]
-
- cxx = glob.glob('CXX/*.cxx')
- cxx.extend(glob.glob('CXX/*.c'))
diff --git a/graphics/py-matplotlib/files/patch-setupext.py b/graphics/py-matplotlib/files/patch-setupext.py
deleted file mode 100644
index 9da36040aac7..000000000000
--- a/graphics/py-matplotlib/files/patch-setupext.py
+++ /dev/null
@@ -1,19 +0,0 @@
---- setupext.py.orig Fri Jul 9 19:51:16 2004
-+++ setupext.py Wed Aug 4 10:57:03 2004
-@@ -37,6 +37,7 @@
- 'linux' : ['/usr/local', '/usr',],
- 'darwin' : [os.getenv('MPLIB_BASE') or '/usr/local', '/usr', '/sw'],
- 'freebsd4' : [os.getenv('MBLIB_BASE') or '/usr/local', '/usr'],
-+ 'freebsd5' : [os.getenv('MBLIB_BASE') or '/usr/local', '/usr'],
- 'sunos5' : [os.getenv('MPLIB_BASE') or '/usr/local',],
- }
-
-@@ -220,7 +221,7 @@
- else:
- module.include_dirs.extend([o.tcl_inc, o.tk_inc])
- module.library_dirs.extend([o.tcl_lib, o.tk_lib])
-- module.libraries.extend(['tk'+o.tkv, 'tcl'+o.tkv])
-+ module.libraries.extend(['tk84', 'tcl84'])
-
-
- def add_windowing_flags(module):
diff --git a/graphics/py-matplotlib/pkg-descr b/graphics/py-matplotlib/pkg-descr
deleted file mode 100644
index f639c0131b3d..000000000000
--- a/graphics/py-matplotlib/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-matplotlib is a python 2D plotting library which produces publication quality
-figures using in a variety of hardcopy formats (PNG, JPG, PS, SVG) and
-interactive GUI environments (WX, GTK, Tkinter) across platforms. matplotlib
-can be used in python scripts, interactively from the python shell (ala matlab
-or mathematica), in web application servers generating dynamic charts, or
-embedded in GTK, Tk or WX applications; see backends.
-
-WWW: http://matplotlib.sourceforge.net/