From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 26 14:30:24 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 7528716A4F1 for ; Tue, 26 Sep 2006 14:30:24 +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 7F12243D64 for ; Tue, 26 Sep 2006 14:30:20 +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 k8QEUK4f054398 for ; Tue, 26 Sep 2006 14:30:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8QEUKTv054397; Tue, 26 Sep 2006 14:30:20 GMT (envelope-from gnats) Resent-Date: Tue, 26 Sep 2006 14:30:20 GMT Resent-Message-Id: <200609261430.k8QEUKTv054397@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 9464D16A40F for ; Tue, 26 Sep 2006 14:27:19 +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 233AE43D58 for ; Tue, 26 Sep 2006 14:27:18 +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 k8QEOA1I044366 for ; Tue, 26 Sep 2006 16:24:10 +0200 (CEST) (envelope-from tar@florida.ethz.ch) Received: (from root@localhost) by florida.ethz.ch (8.13.6/8.13.6/Submit) id k8QEOAmC044365; Tue, 26 Sep 2006 16:24:10 +0200 (CEST) (envelope-from tar) Message-Id: <200609261424.k8QEOAmC044365@florida.ethz.ch> Date: Tue, 26 Sep 2006 16:24:10 +0200 (CEST) From: Gürkan Sengün To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/103680: new port: science/gtamsanalyzer - Qualitative Research Software for the Free World 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: Tue, 26 Sep 2006 14:30:24 -0000 >Number: 103680 >Category: ports >Synopsis: new port: science/gtamsanalyzer - Qualitative Research Software for the Free World 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: Tue Sep 26 14: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: GTAMS Analyzer is a complete coding and analysis package. It is a "port" of TAMS Analyzer for Macintosh OS X. Note, at some point the two projects will have identical file formats, at which point the initial G (for GNUstep) will be dropped. GTAMS stands for GNUstep Text Analysis Markup System, it is a convention for identifying themes in text. The software offers a wide range of tools for applying themes to texts and identifying patterns of themes within and between texts. >How-To-Repeat: >Fix: --- gtamsanalyzer.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: # # gtamsanalyzer # gtamsanalyzer/Makefile # gtamsanalyzer/distinfo # gtamsanalyzer/pkg-descr # gtamsanalyzer/pkg-plist # echo c - gtamsanalyzer mkdir -p gtamsanalyzer > /dev/null 2>&1 echo x - gtamsanalyzer/Makefile sed 's/^X//' >gtamsanalyzer/Makefile << 'END-of-gtamsanalyzer/Makefile' X# New ports collection makefile for: gtamsanalyzer X# Date created: 26 Sep 2006 X# Whom: gurkan@linuks.mine.nu X# X# $FreeBSD$ X# X XPORTNAME= gtamsanalyzer XPORTVERSION= 0.42 XCATEGORIES= science XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XDISTNAME= GTAMSAnalyzer.src.${PORTVERSION} X XMAINTAINER= gurkan@linuks.mine.nu XCOMMENT= Qualitative Research Software for the Free World for GNUstep X XWRKSRC= ${WRKDIR}/${DISTNAME}/Source 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-gtamsanalyzer/Makefile echo x - gtamsanalyzer/distinfo sed 's/^X//' >gtamsanalyzer/distinfo << 'END-of-gtamsanalyzer/distinfo' XMD5 (GTAMSAnalyzer.src.0.42.tar.gz) = ead0357b0827d5d5db1ac3f7645993ac XSHA256 (GTAMSAnalyzer.src.0.42.tar.gz) = 3be09220f713ce47e73049a93abf8555d6b7ff1d16cef0c18c2cd525e30b3816 XSIZE (GTAMSAnalyzer.src.0.42.tar.gz) = 1014662 END-of-gtamsanalyzer/distinfo echo x - gtamsanalyzer/pkg-descr sed 's/^X//' >gtamsanalyzer/pkg-descr << 'END-of-gtamsanalyzer/pkg-descr' XGTAMS Analyzer is a complete coding and analysis package. It is a "port" of XTAMS Analyzer for Macintosh OS X. Note, at some point the two projects will Xhave identical file formats, at which point the initial G (for GNUstep) Xwill be dropped. GTAMS stands for GNUstep Text Analysis Markup System, it Xis a convention for identifying themes in text. The software offers a wide Xrange of tools for applying themes to texts and identifying patterns of Xthemes within and between texts. X XWWW: http://tamsys.sourceforge.net/gtams/ END-of-gtamsanalyzer/pkg-descr echo x - gtamsanalyzer/pkg-plist sed 's/^X//' >gtamsanalyzer/pkg-plist << 'END-of-gtamsanalyzer/pkg-plist' END-of-gtamsanalyzer/pkg-plist exit --- gtamsanalyzer.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: