From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 30 09:30:21 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 E959816A4DD for ; Wed, 30 Aug 2006 09:30:21 +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 73D8E43D45 for ; Wed, 30 Aug 2006 09:30:21 +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 k7U9ULfI071011 for ; Wed, 30 Aug 2006 09:30:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7U9UL9Q071006; Wed, 30 Aug 2006 09:30:21 GMT (envelope-from gnats) Resent-Date: Wed, 30 Aug 2006 09:30:21 GMT Resent-Message-Id: <200608300930.k7U9UL9Q071006@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 5948616A4DD for ; Wed, 30 Aug 2006 09:29:41 +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 C781C43D6D for ; Wed, 30 Aug 2006 09:29:36 +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 k7U9Sq7w027827 for ; Wed, 30 Aug 2006 11:28:52 +0200 (CEST) (envelope-from tar@florida.ethz.ch) Received: (from tar@localhost) by florida.ethz.ch (8.13.6/8.13.6/Submit) id k7U9SqnH027826; Wed, 30 Aug 2006 11:28:52 +0200 (CEST) (envelope-from tar) Message-Id: <200608300928.k7U9SqnH027826@florida.ethz.ch> Date: Wed, 30 Aug 2006 11:28:52 +0200 (CEST) From: Gürkan Sengün To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/102684: new port: x11/stepulator.app - Scientific calculator implementing RPN notation 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:22 -0000 >Number: 102684 >Category: ports >Synopsis: new port: x11/stepulator.app - Scientific calculator implementing RPN notation 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:19 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: 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). >How-To-Repeat: >Fix: --- stepulator.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: stepulator.app X# Date created: 30 Aug 2006 X# Whom: gurkan@linuks.mine.nu X# X# $FreeBSD$ X# X XPORTNAME= stepulator.app XPORTVERSION= 1.0 XCATEGORIES= math XMASTER_SITES= http://www.linuks.mine.nu/stepulator/ XDISTNAME= stepulator-gs-${PORTVERSION} XEXTRACT_SUFX= .tar.Z X XMAINTAINER= gurkan@linuks.mine.nu XCOMMENT= Scientific calculator implementing RPN notation for GNUstep X XWRKSRC= ${WRKDIR}/Stepulator-gs 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 (stepulator-gs-1.0.tar.Z) = ca745d84e3d24efde9966f35c24b47be XSHA256 (stepulator-gs-1.0.tar.Z) = 35ee45bac0e5f1d829251f7a3f81be1cc372e4a489ba7f3529e1e658ffe50673 XSIZE (stepulator-gs-1.0.tar.Z) = 23966 END-of-distinfo echo x - pkg-descr sed 's/^X//' >pkg-descr << 'END-of-pkg-descr' XStepulator is a scientific calculator implementing the RPN notation. XIt is developed in Objective-C and is currently being maintained on GNUstep Xand Mac OS X (Cocoa). X XWWW: http://www.linuks.mine.nu/stepulator/ 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/Stepulator.app XLocal/Applications/Stepulator.app/Stepulator XLocal/Applications/Stepulator.app/library_paths.openapp XLocal/Applications/Stepulator.app/Resources XLocal/Applications/Stepulator.app/Resources/Info-gnustep.plist XLocal/Applications/Stepulator.app/Resources/Stepulator.gorm XLocal/Applications/Stepulator.app/Resources/Stepulator.gorm/data.classes XLocal/Applications/Stepulator.app/Resources/Stepulator.gorm/objects.gorm XLocal/Applications/Stepulator.app/Resources/Stepulator.desktop XLocal/Applications/Stepulator.app/Resources/StepulatorInfo.plist XLocal/Applications/Stepulator.app/stamp.make X@dirrm System/Applications/Stepulator.app/Resources X@dirrm System/Applications/Stepulator.app END-of-pkg-plist exit --- stepulator.app.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: