From ff393e3c42a8362cdb41498433e282bb3d348b1b Mon Sep 17 00:00:00 2001 From: dinoex Date: Thu, 7 Sep 2006 17:18:40 +0000 Subject: =?UTF-8?q?Stepulator=20is=20a=20scientific=20calculator=20impleme?= =?UTF-8?q?nting=20the=20RPN=20notation.=20It=20is=20developed=20in=20Obje?= =?UTF-8?q?ctive-C=20and=20is=20currently=20being=20maintained=20on=20GNUs?= =?UTF-8?q?tep=20and=20Mac=20OS=20X=20(Cocoa).=20PR:=09=09102684=20Submitt?= =?UTF-8?q?ed=20by:=09G=C3=BCrkan=20Seng=C3=BCn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- math/Makefile | 1 + math/stepulator/Makefile | 28 ++++++++++++++++++++++++++++ math/stepulator/distinfo | 3 +++ math/stepulator/pkg-descr | 5 +++++ math/stepulator/pkg-plist | 12 ++++++++++++ 5 files changed, 49 insertions(+) create mode 100644 math/stepulator/Makefile create mode 100644 math/stepulator/distinfo create mode 100644 math/stepulator/pkg-descr create mode 100644 math/stepulator/pkg-plist diff --git a/math/Makefile b/math/Makefile index 99e61d4..4213a00 100644 --- a/math/Makefile +++ b/math/Makefile @@ -320,6 +320,7 @@ SUBDIR += spooles SUBDIR += spooles-mpich SUBDIR += ss + SUBDIR += stepulator SUBDIR += superlu SUBDIR += superlu_mt SUBDIR += surf diff --git a/math/stepulator/Makefile b/math/stepulator/Makefile new file mode 100644 index 0000000..cc279ae --- /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 diff --git a/math/stepulator/distinfo b/math/stepulator/distinfo new file mode 100644 index 0000000..7d800c0 --- /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 0000000..2f6a1d7 --- /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 0000000..10c087f --- /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 -- cgit v1.1