diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-01-31 02:43:02 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-01-31 02:43:02 +0800 |
commit | b8719ecf7412e9d9152ecf21f28ae260dcefd51d (patch) | |
tree | 1b461469dd3318007188e0ce2086aacad411d058 /math | |
parent | d8c617125e0f36b2ee9c7c8b7b2b104980bbf09b (diff) | |
download | freebsd-ports-gnome-b8719ecf7412e9d9152ecf21f28ae260dcefd51d.tar.gz freebsd-ports-gnome-b8719ecf7412e9d9152ecf21f28ae260dcefd51d.tar.zst freebsd-ports-gnome-b8719ecf7412e9d9152ecf21f28ae260dcefd51d.zip |
add clarence 0.1.8
Programmer's calculator
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/clarence/Makefile | 28 | ||||
-rw-r--r-- | math/clarence/distinfo | 1 | ||||
-rw-r--r-- | math/clarence/pkg-comment | 1 | ||||
-rw-r--r-- | math/clarence/pkg-descr | 3 | ||||
-rw-r--r-- | math/clarence/pkg-plist | 1 |
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 |