summaryrefslogtreecommitdiff
path: root/math/rcalc
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-04-20 22:39:56 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-04-20 22:39:56 +0000
commit3b2266d7ec737e4bcfdd0809a4015c5729aa3e50 (patch)
treeadd0ef3158d714f11c9ba92b829e221b55f9d9b5 /math/rcalc
parentUpgrade to version 1.2.3 with a CVS of a few hours ago. New stuff in (diff)
Update port to 0.2.1
Notes
Notes: svn path=/head/; revision=27829
Diffstat (limited to 'math/rcalc')
-rw-r--r--math/rcalc/Makefile8
-rw-r--r--math/rcalc/distinfo2
-rw-r--r--math/rcalc/files/patch-aa11
-rw-r--r--math/rcalc/pkg-descr4
-rw-r--r--math/rcalc/pkg-plist10
5 files changed, 27 insertions, 8 deletions
diff --git a/math/rcalc/Makefile b/math/rcalc/Makefile
index f034f9ec4fb4..1a3c05363357 100644
--- a/math/rcalc/Makefile
+++ b/math/rcalc/Makefile
@@ -6,17 +6,15 @@
#
PORTNAME= rcalc
-PORTVERSION= 0.1
+PORTVERSION= 0.2.1
CATEGORIES= math gnome
-MASTER_SITES= http://members.xoom.com/ratsoft/download/
+MASTER_SITES= http://download.sourceforge.net/rcalc/
DISTNAME= rCalc-${PORTVERSION}
-MAINTAINER= jedgar@fxp.org
+MAINTAINER= jedgar@FreeBSD.org
LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs
-FETCH_BEFORE_ARGS+= -b # members.xoom.com is broken
-
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
diff --git a/math/rcalc/distinfo b/math/rcalc/distinfo
index faf8abc252ac..285f41ea3c95 100644
--- a/math/rcalc/distinfo
+++ b/math/rcalc/distinfo
@@ -1 +1 @@
-MD5 (rCalc-0.1.tar.gz) = 06bad68e9286d03a2598244458437943
+MD5 (rCalc-0.2.1.tar.gz) = e3aedade9bb9cd1dd3abd21e1c030879
diff --git a/math/rcalc/files/patch-aa b/math/rcalc/files/patch-aa
new file mode 100644
index 000000000000..0c6b505d86c9
--- /dev/null
+++ b/math/rcalc/files/patch-aa
@@ -0,0 +1,11 @@
+--- 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
index 565a3a3758cd..9b716fdc8309 100644
--- a/math/rcalc/pkg-descr
+++ b/math/rcalc/pkg-descr
@@ -10,7 +10,7 @@ rCalc is a symbolic calculator for GNOME, featuring:
* Furthermore, variables are stored between sessions
unless you delete them.
-WWW: http://rat.spunge.org/rcalc/
+WWW: http://rcalc.sourceforge.net/
- Chris D. Faulhaber
-jedgar@fxp.org
+ <jedgar@FreeBSD.org>
diff --git a/math/rcalc/pkg-plist b/math/rcalc/pkg-plist
index 4b32dca3bad2..ace0f118ded6 100644
--- a/math/rcalc/pkg-plist
+++ b/math/rcalc/pkg-plist
@@ -1 +1,11 @@
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
+@unexec rmdir %D/share/gnome/apps/Utilities 2>/dev/null || true
+@unexec rmdir %D/share/gnome/help 2>/dev/null || true