summaryrefslogtreecommitdiffstats
path: root/math/clarence
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-01-30 18:43:02 +0000
committerijliao <ijliao@FreeBSD.org>2002-01-30 18:43:02 +0000
commitb8719ecf7412e9d9152ecf21f28ae260dcefd51d (patch)
tree1b461469dd3318007188e0ce2086aacad411d058 /math/clarence
parentd8c617125e0f36b2ee9c7c8b7b2b104980bbf09b (diff)
downloadFreeBSD-ports-b8719ecf7412e9d9152ecf21f28ae260dcefd51d.zip
FreeBSD-ports-b8719ecf7412e9d9152ecf21f28ae260dcefd51d.tar.gz
add clarence 0.1.8
Programmer's calculator
Diffstat (limited to 'math/clarence')
-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
5 files changed, 34 insertions, 0 deletions
diff --git a/math/clarence/Makefile b/math/clarence/Makefile
new file mode 100644
index 0000000..a74615a
--- /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 0000000..52f94c2
--- /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 0000000..0d4c51f
--- /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 0000000..33b59b4
--- /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 0000000..efe2743
--- /dev/null
+++ b/math/clarence/pkg-plist
@@ -0,0 +1 @@
+bin/clarence
OpenPOWER on IntegriCloud