From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 30 09:30:19 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9969E16A4DD for ; Wed, 30 Aug 2006 09:30:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1589343D46 for ; Wed, 30 Aug 2006 09:30:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7U9UIth070923 for ; Wed, 30 Aug 2006 09:30:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7U9UITO070922; Wed, 30 Aug 2006 09:30:18 GMT (envelope-from gnats) Resent-Date: Wed, 30 Aug 2006 09:30:18 GMT Resent-Message-Id: <200608300930.k7U9UITO070922@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gürkan Sengün Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EAB316A4E2 for ; Wed, 30 Aug 2006 09:22:40 +0000 (UTC) (envelope-from tar@florida.ethz.ch) Received: from florida.ethz.ch (florida.ethz.ch [195.176.48.76]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7835043D4C for ; Wed, 30 Aug 2006 09:22:38 +0000 (GMT) (envelope-from tar@florida.ethz.ch) Received: from florida.ethz.ch (localhost [127.0.0.1]) by florida.ethz.ch (8.13.6/8.13.6) with ESMTP id k7U9LrNg025330 for ; Wed, 30 Aug 2006 11:21:54 +0200 (CEST) (envelope-from tar@florida.ethz.ch) Received: (from tar@localhost) by florida.ethz.ch (8.13.6/8.13.6/Submit) id k7U9LrJk025329; Wed, 30 Aug 2006 11:21:53 +0200 (CEST) (envelope-from tar) Message-Id: <200608300921.k7U9LrJk025329@florida.ethz.ch> Date: Wed, 30 Aug 2006 11:21:53 +0200 (CEST) From: Gürkan Sengün To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/102682: new port: math/edenmath.app - Scientific calcualtor for GNUstep X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gürkan Sengün List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Aug 2006 09:30:19 -0000 >Number: 102682 >Category: ports >Synopsis: new port: math/edenmath.app - Scientific calcualtor for GNUstep >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 30 09:30:18 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gürkan Sengün >Release: FreeBSD 6.1-RELEASE sparc64 >Organization: http://www.linuks.mine.nu >Environment: System: FreeBSD florida.ethz.ch 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 15:56:53 UTC 2006 root@s-dallas.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC sparc64 >Description: EdenMath is a scientific calculator. It does standard arithmetic, probability, and trigonometric functions. >How-To-Repeat: >Fix: --- edenmath.app.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # Makefile # distinfo # pkg-descr # pkg-plist # echo x - Makefile sed 's/^X//' >Makefile << 'END-of-Makefile' X# New ports collection makefile for: edenmath.app X# Date created: 30 Aug 2006 X# Whom: gurkan@linuks.mine.nu X# X# $FreeBSD$ X# X XPORTNAME= edenmath.app XPORTVERSION= 1.1.1 XCATEGORIES= math XMASTER_SITES= http://www.eskimo.com/~pburns/EdenMath/ XDISTNAME= EdenMath_GNUstep-${PORTVERSION} X XMAINTAINER= gurkan@linuks.mine.nu XCOMMENT= Scientific calcualtor for GNUstep X XWRKSRC= ${WRKDIR}/${DISTNAME} XUSE_GMAKE= yes XUSE_GNUSTEP= yes XUSE_GNUSTEP_PREFIX= yes XUSE_GNUSTEP_BACK= yes XUSE_GNUSTEP_BUILD= yes XUSE_GNUSTEP_INSTALL= yes XMAKEFILE= GNUmakefile X X.include END-of-Makefile echo x - distinfo sed 's/^X//' >distinfo << 'END-of-distinfo' XMD5 (EdenMath_GNUstep-1.1.1.tar.gz) = 94cab18ecaab10eb9924eb60b556f86e XSHA256 (EdenMath_GNUstep-1.1.1.tar.gz) = fb149a898bae0f08cb86efa388f2847c1ddfe6a6738f4ee6de7eeaa2c9cc444f XSIZE (EdenMath_GNUstep-1.1.1.tar.gz) = 39807 END-of-distinfo echo x - pkg-descr sed 's/^X//' >pkg-descr << 'END-of-pkg-descr' XEdenMath is a scientific calculator. It does standard arithmetic, Xprobability, and trigonometric functions. X XWWW: http://www.eskimo.com/~pburns/EdenMath/ X XGürkan Sengün Xgurkan@linuks.mine.nu END-of-pkg-descr echo x - pkg-plist sed 's/^X//' >pkg-plist << 'END-of-pkg-plist' XLocal/Applications/EdenMath.app XLocal/Applications/EdenMath.app/EdenMath XLocal/Applications/EdenMath.app/library_paths.openapp XLocal/Applications/EdenMath.app/Resources XLocal/Applications/EdenMath.app/Resources/Info-gnustep.plist XLocal/Applications/EdenMath.app/Resources/EdenMath.tiff XLocal/Applications/EdenMath.app/Resources/EdenMath.desktop XLocal/Applications/EdenMath.app/Resources/Bulgarian.lproj XLocal/Applications/EdenMath.app/Resources/Bulgarian.lproj/MainMenu.gorm XLocal/Applications/EdenMath.app/Resources/Bulgarian.lproj/MainMenu.gorm/xy.tiff XLocal/Applications/EdenMath.app/Resources/Bulgarian.lproj/MainMenu.gorm/data.info XLocal/Applications/EdenMath.app/Resources/Bulgarian.lproj/MainMenu.gorm/10x.tiff XLocal/Applications/EdenMath.app/Resources/Bulgarian.lproj/MainMenu.gorm/ex.tiff XLocal/Applications/EdenMath.app/Resources/Bulgarian.lproj/MainMenu.gorm/data.classes XLocal/Applications/EdenMath.app/Resources/Bulgarian.lproj/MainMenu.gorm/objects.gorm XLocal/Applications/EdenMath.app/Resources/English.lproj XLocal/Applications/EdenMath.app/Resources/English.lproj/MainMenu.gorm XLocal/Applications/EdenMath.app/Resources/English.lproj/MainMenu.gorm/xy.tiff XLocal/Applications/EdenMath.app/Resources/English.lproj/MainMenu.gorm/data.info XLocal/Applications/EdenMath.app/Resources/English.lproj/MainMenu.gorm/10x.tiff XLocal/Applications/EdenMath.app/Resources/English.lproj/MainMenu.gorm/ex.tiff XLocal/Applications/EdenMath.app/Resources/English.lproj/MainMenu.gorm/data.classes XLocal/Applications/EdenMath.app/Resources/English.lproj/MainMenu.gorm/objects.gorm XLocal/Applications/EdenMath.app/stamp.make X@dirrm Local/Applications/EdenMath.app/Resources/Bulgarian.lproj X@dirrm Local/Applications/EdenMath.app/Resources/English.lproj X@dirrm Local/Applications/EdenMath.app/Resources X@dirrm Local/Applications/EdenMath.app END-of-pkg-plist exit --- edenmath.app.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: