summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-01-30 18:43:02 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-01-30 18:43:02 +0000
commit403038cd4d3205149481a7ba7d440d9d6b5eec8c (patch)
treea67235478a631bc772fc9c1080a73ea9e62d1ecd /math
parentUpdate to 1.2: Single line bugfix. (diff)
add clarence 0.1.8
Programmer's calculator
Notes
Notes: svn path=/head/; revision=54038
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/clarence/Makefile28
-rw-r--r--math/clarence/distinfo1
-rw-r--r--math/clarence/pkg-comment1
-rw-r--r--math/clarence/pkg-descr3
-rw-r--r--math/clarence/pkg-plist1
6 files changed, 35 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index 193dc5c3c5ac..d5924ef22458 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -15,6 +15,7 @@
SUBDIR += calcoo
SUBDIR += calctool
SUBDIR += ccmath
+ SUBDIR += clarence
SUBDIR += cln
SUBDIR += concorde
SUBDIR += cxsc
diff --git a/math/clarence/Makefile b/math/clarence/Makefile
new file mode 100644
index 000000000000..a74615a15536
--- /dev/null
+++ b/math/clarence/Makefile
@@ -0,0 +1,28 @@
+# ex:ts=8
+# Ports collection makefile for: clarence
+# Date created: Jan 30, 2002
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= clarence
+PORTVERSION= 0.1.8
+CATEGORIES= math python
+MASTER_SITES= http://nrn.ll.pl/pasp/
+
+MAINTAINER= ports@FreeBSD.org
+
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/GDK.py:${PORTSDIR}/x11-toolkits/py-gtk
+
+USE_PYTHON= yes
+NO_BUILD= yes
+WRKSRC= ${WRKDIR}/${PORTNAME}
+
+post-patch:
+ @${PERL} -pi -e "s,#!/usr/bin/python,#!/usr/bin/env python,g" ${WRKSRC}/clarence.py
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/clarence.py ${PREFIX}/bin/clarence
+
+.include <bsd.port.mk>
diff --git a/math/clarence/distinfo b/math/clarence/distinfo
new file mode 100644
index 000000000000..52f94c2c38c2
--- /dev/null
+++ b/math/clarence/distinfo
@@ -0,0 +1 @@
+MD5 (clarence-0.1.8.tar.gz) = c55611a9da9f5e6d483d3b982cbb701a
diff --git a/math/clarence/pkg-comment b/math/clarence/pkg-comment
new file mode 100644
index 000000000000..0d4c51f14e17
--- /dev/null
+++ b/math/clarence/pkg-comment
@@ -0,0 +1 @@
+Programmer's calculator
diff --git a/math/clarence/pkg-descr b/math/clarence/pkg-descr
new file mode 100644
index 000000000000..33b59b4ad860
--- /dev/null
+++ b/math/clarence/pkg-descr
@@ -0,0 +1,3 @@
+Clarence is a small Gtk gui based programmer's calculator.
+
+WWW: http://nrn.ll.pl/pasp/clarence.html
diff --git a/math/clarence/pkg-plist b/math/clarence/pkg-plist
new file mode 100644
index 000000000000..efe274305340
--- /dev/null
+++ b/math/clarence/pkg-plist
@@ -0,0 +1 @@
+bin/clarence