aboutsummaryrefslogtreecommitdiff
path: root/devel/veepee
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-04-11 01:45:19 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-04-11 01:45:19 +0000
commit41697e88c8e64cba6f86393bbb49ccb87191d2af (patch)
tree47340045992a2fc500fa1fee61be770269504739 /devel/veepee
parent29f03bf761e40965e7502d09ce8b51af4dbd094e (diff)
Notes
Diffstat (limited to 'devel/veepee')
-rw-r--r--devel/veepee/Makefile57
-rw-r--r--devel/veepee/distinfo2
-rw-r--r--devel/veepee/files/patch-aa10
-rw-r--r--devel/veepee/files/patch-ab20
-rw-r--r--devel/veepee/files/patch-ac11
-rw-r--r--devel/veepee/files/patch-ad11
-rw-r--r--devel/veepee/pkg-descr18
-rw-r--r--devel/veepee/pkg-plist22
8 files changed, 0 insertions, 151 deletions
diff --git a/devel/veepee/Makefile b/devel/veepee/Makefile
deleted file mode 100644
index 40a6e28696cd..000000000000
--- a/devel/veepee/Makefile
+++ /dev/null
@@ -1,57 +0,0 @@
-# Ports collection Makefile for: veepee
-# Date created: 2 August 2000
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= veepee
-PORTVERSION= 1.0
-PORTREVISION= 4
-CATEGORIES= devel python gnome
-MASTER_SITES= http://www.river-bank.demon.co.uk/software/
-DISTNAME= VeePee-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A user orientated scripting environment for embedding in applications
-DEPRECATED= "has distfile problems\; no response from website to inquiries"
-EXPIRATION_DATE= "April 09, 2004"
-
-BROKEN= "fails to compile"
-
-LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd
-
-USE_GNOME= gnomelibs
-USE_XLIB= yes
-USE_PYTHON= yes
-USE_LIBTOOL_VER= 13
-USE_REINPLACE= yes
-CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS} ${PYTHON_LIBS}"
-CONFIGURE_ARGS= --with-gd-includes=${LOCALBASE}/include \
- --disable-kde
-.if exists(/usr/lib/libcrypto.a)
-PYTHON_LIBS+= -lssl -lcrypto
-.endif
-
-pre-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
- ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|#include <values.h>||g' \
- ${WRKSRC}/pymod/gdchart/gdc_pie.c
-
-post-configure:
- @${REINPLACE_CMD} -e \
- 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \
- ${WRKSRC}/libtool
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/veepee
- ${MKDIR} ${PREFIX}/share/examples/veepee
- cd ${WRKSRC}/doc && \
- ${INSTALL_DATA} GNOMEapi.txt controls.txt ${PREFIX}/share/doc/veepee
- cd ${WRKSRC}/examples && \
- ${INSTALL_SCRIPT} *.py ${PREFIX}/share/examples/veepee
-.endif
-
-.include <bsd.port.mk>
diff --git a/devel/veepee/distinfo b/devel/veepee/distinfo
deleted file mode 100644
index 0b74b82aa428..000000000000
--- a/devel/veepee/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (VeePee-1.0.tar.gz) = 9c1e072235113a0f735a22f7321a3094
-SIZE (VeePee-1.0.tar.gz) = 258495
diff --git a/devel/veepee/files/patch-aa b/devel/veepee/files/patch-aa
deleted file mode 100644
index af445caffcd7..000000000000
--- a/devel/veepee/files/patch-aa
+++ /dev/null
@@ -1,10 +0,0 @@
---- pymod/gdchart/gdchartint.h 2000/08/02 11:03:55 1.1
-+++ pymod/gdchart/gdchartint.h 2000/08/02 11:04:14
-@@ -8,6 +8,7 @@
- #define _GDCHARTINT_H
-
-
-+#include <float.h>
- #include <gd.h>
-
- #include "gdchart.h"
diff --git a/devel/veepee/files/patch-ab b/devel/veepee/files/patch-ab
deleted file mode 100644
index 43cdf45a3a18..000000000000
--- a/devel/veepee/files/patch-ab
+++ /dev/null
@@ -1,20 +0,0 @@
---- configure.orig Fri Nov 15 00:03:54 2002
-+++ configure Fri Nov 15 00:04:22 2002
-@@ -2764,7 +2764,7 @@
- then
- if test -f $vp_pyconfigdir/Makefile
- then
-- with_extra_libs=`grep '^LIBS.*=' $vp_pyconfigdir/Makefile | sed 's/.*=//'`
-+ with_extra_libs=`grep '^LIBS*=' $vp_pyconfigdir/Makefile | sed 's/.*=//'`
- fi
- fi
-
-@@ -2777,7 +2777,7 @@
- VP_GDLDFLAGS="-L$vp_gd_libdir"
- VP_PYMODDIR=$vp_python_moddir
- VP_PYDYNLIBDIR=$vp_python_dynlibdir
--VP_PYINTERPLIB=$vp_python_interplib
-+VP_PYINTERPLIB="$vp_python_interplib -lreadline -lcrypt"
-
-
-
diff --git a/devel/veepee/files/patch-ac b/devel/veepee/files/patch-ac
deleted file mode 100644
index 80e6d6803b20..000000000000
--- a/devel/veepee/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- GNOME/gvpshell/Makefile.in 2000/08/02 11:36:23 1.1
-+++ GNOME/gvpshell/Makefile.in 2000/08/02 11:37:38
-@@ -95,7 +95,7 @@
-
- bin_PROGRAMS = gvpshell
- gvpshell_LDFLAGS = -L../gvplib $(VP_GLDFLAGS)
--gvpshell_LDADD = -lgvplib $(VP_GLIBS)
-+gvpshell_LDADD = ../gvplib/libgvplib.la $(VP_GLIBS)
-
- gvpshell_SOURCES = gvpshell.h gvpshell.c main.c
-
diff --git a/devel/veepee/files/patch-ad b/devel/veepee/files/patch-ad
deleted file mode 100644
index 80345f24a189..000000000000
--- a/devel/veepee/files/patch-ad
+++ /dev/null
@@ -1,11 +0,0 @@
---- pylib/appwin.c 2000/08/02 11:59:43 1.1
-+++ pylib/appwin.c 2000/08/02 11:59:48
-@@ -224,7 +224,7 @@
-
- /* If this is the default window then also set sys.argv. */
-
-- if (ptr == NULL)
-+ if ((ptr == NULL) && (argc != 0))
- PySys_SetArgv(argc,argv);
-
- unlock:
diff --git a/devel/veepee/pkg-descr b/devel/veepee/pkg-descr
deleted file mode 100644
index c5e0c6dcc8f0..000000000000
--- a/devel/veepee/pkg-descr
+++ /dev/null
@@ -1,18 +0,0 @@
-VeePee, at its current stage of development, is a set of components aimed at
-GNOME and KDE application developers to enable them to easily add scripting
-capabilities to their applications.
-
-Script-enabling an application gives the user the ability to extend the
-application in a way that suits the user. It allows them to adapt the
-application to solve problems that you hadn't considered when developing the
-application. It empowers your users.
-
-VeePee provides a consistent scripting environment. Users who develop scripting
-skills will find that those skills are transferable to all applications that
-embed VeePee.
-
-VeePee provides the user with a set of simple but powerful GUI controls. A
-VeePee scripted GUI has the same look and feel as the embedding application,
-whether it be a GNOME or a KDE application.
-
-WWW: http://www.thekompany.com/projects/vp/
diff --git a/devel/veepee/pkg-plist b/devel/veepee/pkg-plist
deleted file mode 100644
index 4b1bb56da45e..000000000000
--- a/devel/veepee/pkg-plist
+++ /dev/null
@@ -1,22 +0,0 @@
-bin/gvpshell
-bin/vpshell
-include/gvpinterpreter.h
-include/gvpscript.h
-include/gvpvalue.h
-lib/libgvplib.a
-lib/libgvplib.so
-lib/libgvplib.so.0
-lib/%%PYTHON_VERSION%%/site-packages/libgvpmodule.a
-lib/%%PYTHON_VERSION%%/site-packages/libgvpmodule.so
-lib/%%PYTHON_VERSION%%/site-packages/libgvpmodule.so.0
-lib/%%PYTHON_VERSION%%/site-packages/vp.py
-lib/%%PYTHON_VERSION%%/site-packages/vp.pyc
-share/doc/veepee/GNOMEapi.txt
-share/doc/veepee/controls.txt
-share/examples/veepee/charts.py
-share/examples/veepee/controls.py
-share/examples/veepee/info.py
-share/examples/veepee/message.py
-share/examples/veepee/signals.py
-@dirrm share/doc/veepee
-@dirrm share/examples/veepee