diff options
| author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-01-30 18:43:02 +0000 | 
|---|---|---|
| committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-01-30 18:43:02 +0000 | 
| commit | 403038cd4d3205149481a7ba7d440d9d6b5eec8c (patch) | |
| tree | a67235478a631bc772fc9c1080a73ea9e62d1ecd | |
| parent | Update to 1.2: Single line bugfix. (diff) | |
add clarence 0.1.8
Programmer's calculator
Notes
Notes:
    svn path=/head/; revision=54038
| -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  | 
