diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-09-08 01:18:40 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-09-08 01:18:40 +0800 |
commit | ff393e3c42a8362cdb41498433e282bb3d348b1b (patch) | |
tree | bc9e4659a836f912214fd4659d0deafbdd8ab961 /math/stepulator | |
parent | 1aac993e07435a1968a9ff712e4fa9c44b8819eb (diff) | |
download | freebsd-ports-gnome-ff393e3c42a8362cdb41498433e282bb3d348b1b.tar.gz freebsd-ports-gnome-ff393e3c42a8362cdb41498433e282bb3d348b1b.tar.zst freebsd-ports-gnome-ff393e3c42a8362cdb41498433e282bb3d348b1b.zip |
Stepulator is a scientific calculator implementing the RPN notation.
It is developed in Objective-C and is currently being maintained on GNUstep
and Mac OS X (Cocoa).
PR: 102684
Submitted by: Gürkan Sengün
Diffstat (limited to 'math/stepulator')
-rw-r--r-- | math/stepulator/Makefile | 28 | ||||
-rw-r--r-- | math/stepulator/distinfo | 3 | ||||
-rw-r--r-- | math/stepulator/pkg-descr | 5 | ||||
-rw-r--r-- | math/stepulator/pkg-plist | 12 |
4 files changed, 48 insertions, 0 deletions
diff --git a/math/stepulator/Makefile b/math/stepulator/Makefile new file mode 100644 index 000000000000..cc279aeee616 --- /dev/null +++ b/math/stepulator/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: stepulator.app +# Date created: 30 Aug 2006 +# Whom: gurkan@linuks.mine.nu +# +# $FreeBSD$ +# + +PORTNAME= stepulator +PORTVERSION= 1.0 +CATEGORIES= math +MASTER_SITES= http://www.linuks.mine.nu/stepulator/ \ + http://florida.ethz.ch/ports/distfiles/ +DISTNAME= ${PORTNAME}-gs-${PORTVERSION} +EXTRACT_SUFX= .tar.Z + +MAINTAINER= gurkan@linuks.mine.nu +COMMENT= Scientific calculator implementing RPN notation for GNUstep + +WRKSRC= ${WRKDIR}/Stepulator-gs +USE_GMAKE= yes +USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes +USE_GNUSTEP_BACK= yes +USE_GNUSTEP_BUILD= yes +USE_GNUSTEP_INSTALL= yes +MAKEFILE= GNUmakefile + +.include <bsd.port.mk> diff --git a/math/stepulator/distinfo b/math/stepulator/distinfo new file mode 100644 index 000000000000..7d800c017c93 --- /dev/null +++ b/math/stepulator/distinfo @@ -0,0 +1,3 @@ +MD5 (stepulator-gs-1.0.tar.Z) = ca745d84e3d24efde9966f35c24b47be +SHA256 (stepulator-gs-1.0.tar.Z) = 35ee45bac0e5f1d829251f7a3f81be1cc372e4a489ba7f3529e1e658ffe50673 +SIZE (stepulator-gs-1.0.tar.Z) = 23966 diff --git a/math/stepulator/pkg-descr b/math/stepulator/pkg-descr new file mode 100644 index 000000000000..2f6a1d72105e --- /dev/null +++ b/math/stepulator/pkg-descr @@ -0,0 +1,5 @@ +Stepulator is a scientific calculator implementing the RPN notation. +It is developed in Objective-C and is currently being maintained on GNUstep +and Mac OS X (Cocoa). + +WWW: http://www.linuks.mine.nu/stepulator/ diff --git a/math/stepulator/pkg-plist b/math/stepulator/pkg-plist new file mode 100644 index 000000000000..10c087fecbb3 --- /dev/null +++ b/math/stepulator/pkg-plist @@ -0,0 +1,12 @@ +Local/Applications/Stepulator.app/Resources/Info-gnustep.plist +Local/Applications/Stepulator.app/Resources/Stepulator.desktop +Local/Applications/Stepulator.app/Resources/Stepulator.gorm/data.classes +Local/Applications/Stepulator.app/Resources/Stepulator.gorm/objects.gorm +Local/Applications/Stepulator.app/Resources/StepulatorInfo.plist +Local/Applications/Stepulator.app/Stepulator +Local/Applications/Stepulator.app/library_paths.openapp +Local/Applications/Stepulator.app/stamp.make +@dirrm Local/Applications/Stepulator.app/Resources/Stepulator.gorm +@dirrm Local/Applications/Stepulator.app/Resources +@dirrm Local/Applications/Stepulator.app +@dirrmtry Local/Applications |