summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-08-16 05:36:44 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-08-16 05:36:44 +0000
commit134baa7fc1396b05bfc2019f94acec2f6cf78e3b (patch)
tree4a43eca70a6d4767e84e6c548e6d4ead6e5c7f94 /math
parentThe distfile is now fetchable again, so rescue this port from death row. (diff)
As previously announced, remove these broken/insecure/obsolete ports.
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/rcalc/Makefile34
-rw-r--r--math/rcalc/distinfo2
-rw-r--r--math/rcalc/files/patch-aa11
-rw-r--r--math/rcalc/pkg-descr16
-rw-r--r--math/rcalc/pkg-plist9
6 files changed, 0 insertions, 73 deletions
diff --git a/math/Makefile b/math/Makefile
index 124a7fed3615..96f258ba962a 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -185,7 +185,6 @@
SUBDIR += qhull
SUBDIR += qscanplot
SUBDIR += rascal
- SUBDIR += rcalc
SUBDIR += rpc
SUBDIR += rpy
SUBDIR += ruby-algebra
diff --git a/math/rcalc/Makefile b/math/rcalc/Makefile
deleted file mode 100644
index adda404e4cf7..000000000000
--- a/math/rcalc/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: rcalc
-# Date created: 28 October 1999
-# Whom: Chris D. Faulhaber <jedgar@fxp.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= rcalc
-PORTVERSION= 0.2.2
-PORTREVISION= 1
-CATEGORIES= math gnome
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= rCalc-${PORTVERSION}
-
-MAINTAINER= jedgar@FreeBSD.org
-COMMENT= Symbolic calculator for GNOME
-
-DEPRECATED= "Stale version with many errors"
-EXPIRATION_DATE=2004-07-10
-
-USE_X_PREFIX= yes
-USE_PERL5_BUILD=yes
-USE_GMAKE= yes
-USE_GNOME= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
-
-pre-patch:
- @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${PERL} -pi -e \
- 's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g'
-
-.include <bsd.port.mk>
diff --git a/math/rcalc/distinfo b/math/rcalc/distinfo
deleted file mode 100644
index ded0b0b3b953..000000000000
--- a/math/rcalc/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (rCalc-0.2.2.tar.gz) = 7c2a641b705359e10735b1c8607d6da1
-SIZE (rCalc-0.2.2.tar.gz) = 142656
diff --git a/math/rcalc/files/patch-aa b/math/rcalc/files/patch-aa
deleted file mode 100644
index 0c6b505d86c9..000000000000
--- a/math/rcalc/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/config.c.orig Sat Apr 15 13:21:31 2000
-+++ src/config.c Thu Apr 20 11:52:30 2000
-@@ -191,7 +191,7 @@
-
- /* From the man page of semctl(2)
- */
--#if defined(__GNU_LIBRARY__) && !defined(_SEM_SEMUN_UNDEFINED)
-+#if (defined(__GNU_LIBRARY__) && !defined(_SEM_SEMUN_UNDEFINED)) || defined(__FreeBSD__)
- /* union semun is defined by including <sys/sem.h> */
- #else
- /* according to X/OPEN we have to define it ourselves */
diff --git a/math/rcalc/pkg-descr b/math/rcalc/pkg-descr
deleted file mode 100644
index 9b716fdc8309..000000000000
--- a/math/rcalc/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-rCalc is a symbolic calculator for GNOME, featuring:
-
- * Standard infix expressions - you type something like
- 1+3*sin(pi) and it will be evaluated for you in the
- correct order.
- * Variables (this is where the `symbolic' comes in).
- If you enter an expression like a=1+e^2.5, then the
- result is stored in a variable called a. You can
- then use it in future expressions, like b=sqrt(a*5).
- * Furthermore, variables are stored between sessions
- unless you delete them.
-
-WWW: http://rcalc.sourceforge.net/
-
-- Chris D. Faulhaber
- <jedgar@FreeBSD.org>
diff --git a/math/rcalc/pkg-plist b/math/rcalc/pkg-plist
deleted file mode 100644
index 4087f6c4490d..000000000000
--- a/math/rcalc/pkg-plist
+++ /dev/null
@@ -1,9 +0,0 @@
-bin/rcalc
-share/gnome/apps/Utilities/rCalc.desktop
-share/gnome/help/rCalc/C/index.html
-share/gnome/help/rCalc/C/behave.png
-share/gnome/help/rCalc/C/appear.png
-share/gnome/help/rCalc/C/calculate.png
-share/gnome/help/rCalc/C/topic.dat
-@dirrm share/gnome/help/rCalc/C
-@dirrm share/gnome/help/rCalc