diff options
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/edenmath/Makefile | 26 | ||||
-rw-r--r-- | math/edenmath/distinfo | 3 | ||||
-rw-r--r-- | math/edenmath/pkg-descr | 6 | ||||
-rw-r--r-- | math/edenmath/pkg-plist | 25 |
5 files changed, 61 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 27ec5fb4ff27..99e61d4ab2a1 100644 --- a/math/Makefile +++ b/math/Makefile @@ -46,6 +46,7 @@ SUBDIR += djbfft SUBDIR += drgeo SUBDIR += e + SUBDIR += edenmath SUBDIR += eispack SUBDIR += elmer-mathlibs SUBDIR += elmer-umfpack diff --git a/math/edenmath/Makefile b/math/edenmath/Makefile new file mode 100644 index 000000000000..69f896914f2e --- /dev/null +++ b/math/edenmath/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: edenmath.app +# Date created: 30 Aug 2006 +# Whom: gurkan@linuks.mine.nu +# +# $FreeBSD$ +# + +PORTNAME= edenmath +PORTVERSION= 1.1.1 +CATEGORIES= math +MASTER_SITES= http://www.eskimo.com/~pburns/EdenMath/files/ +DISTNAME= EdenMath_GNUstep-${PORTVERSION} + +MAINTAINER= gurkan@linuks.mine.nu +COMMENT= Scientific calcualtor for GNUstep + +WRKSRC= ${WRKDIR}/${DISTNAME} +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/edenmath/distinfo b/math/edenmath/distinfo new file mode 100644 index 000000000000..9b92a1251a74 --- /dev/null +++ b/math/edenmath/distinfo @@ -0,0 +1,3 @@ +MD5 (EdenMath_GNUstep-1.1.1.tar.gz) = 94cab18ecaab10eb9924eb60b556f86e +SHA256 (EdenMath_GNUstep-1.1.1.tar.gz) = fb149a898bae0f08cb86efa388f2847c1ddfe6a6738f4ee6de7eeaa2c9cc444f +SIZE (EdenMath_GNUstep-1.1.1.tar.gz) = 39807 diff --git a/math/edenmath/pkg-descr b/math/edenmath/pkg-descr new file mode 100644 index 000000000000..1afefaaa231f --- /dev/null +++ b/math/edenmath/pkg-descr @@ -0,0 +1,6 @@ +EdenMath is a scientific calculator. It does standard arithmetic, +probability, and trigonometric functions. + +WWW: http://www.eskimo.com/~pburns/EdenMath/ + +gurkan@linuks.mine.nu diff --git a/math/edenmath/pkg-plist b/math/edenmath/pkg-plist new file mode 100644 index 000000000000..2397cdd6819f --- /dev/null +++ b/math/edenmath/pkg-plist @@ -0,0 +1,25 @@ +Local/Applications/EdenMath.app/EdenMath +Local/Applications/EdenMath.app/Resources/Bulgarian.lproj/MainMenu.gorm/10x.tiff +Local/Applications/EdenMath.app/Resources/Bulgarian.lproj/MainMenu.gorm/data.classes +Local/Applications/EdenMath.app/Resources/Bulgarian.lproj/MainMenu.gorm/data.info +Local/Applications/EdenMath.app/Resources/Bulgarian.lproj/MainMenu.gorm/ex.tiff +Local/Applications/EdenMath.app/Resources/Bulgarian.lproj/MainMenu.gorm/objects.gorm +Local/Applications/EdenMath.app/Resources/Bulgarian.lproj/MainMenu.gorm/xy.tiff +Local/Applications/EdenMath.app/Resources/EdenMath.desktop +Local/Applications/EdenMath.app/Resources/EdenMath.tiff +Local/Applications/EdenMath.app/Resources/English.lproj/MainMenu.gorm/10x.tiff +Local/Applications/EdenMath.app/Resources/English.lproj/MainMenu.gorm/data.classes +Local/Applications/EdenMath.app/Resources/English.lproj/MainMenu.gorm/data.info +Local/Applications/EdenMath.app/Resources/English.lproj/MainMenu.gorm/ex.tiff +Local/Applications/EdenMath.app/Resources/English.lproj/MainMenu.gorm/objects.gorm +Local/Applications/EdenMath.app/Resources/English.lproj/MainMenu.gorm/xy.tiff +Local/Applications/EdenMath.app/Resources/Info-gnustep.plist +Local/Applications/EdenMath.app/library_paths.openapp +Local/Applications/EdenMath.app/stamp.make +@dirrm Local/Applications/EdenMath.app/Resources/English.lproj/MainMenu.gorm +@dirrm Local/Applications/EdenMath.app/Resources/English.lproj +@dirrm Local/Applications/EdenMath.app/Resources/Bulgarian.lproj/MainMenu.gorm +@dirrm Local/Applications/EdenMath.app/Resources/Bulgarian.lproj +@dirrm Local/Applications/EdenMath.app/Resources +@dirrm Local/Applications/EdenMath.app +@dirrmtry Local/Applications |