mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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
This commit is contained in:
parent
67ed184d8e
commit
5f18e6915d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172519
5 changed files with 49 additions and 0 deletions
|
@ -320,6 +320,7 @@
|
|||
SUBDIR += spooles
|
||||
SUBDIR += spooles-mpich
|
||||
SUBDIR += ss
|
||||
SUBDIR += stepulator
|
||||
SUBDIR += superlu
|
||||
SUBDIR += superlu_mt
|
||||
SUBDIR += surf
|
||||
|
|
28
math/stepulator/Makefile
Normal file
28
math/stepulator/Makefile
Normal file
|
@ -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>
|
3
math/stepulator/distinfo
Normal file
3
math/stepulator/distinfo
Normal file
|
@ -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
|
5
math/stepulator/pkg-descr
Normal file
5
math/stepulator/pkg-descr
Normal file
|
@ -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/
|
12
math/stepulator/pkg-plist
Normal file
12
math/stepulator/pkg-plist
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue