From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 11 21:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AF16512A for ; Mon, 11 Nov 2013 21:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8F06F29C4 for ; Mon, 11 Nov 2013 21:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rABLe0aL086058 for ; Mon, 11 Nov 2013 21:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rABLe0CP086057; Mon, 11 Nov 2013 21:40:00 GMT (envelope-from gnats) Resent-Date: Mon, 11 Nov 2013 21:40:00 GMT Resent-Message-Id: <201311112140.rABLe0CP086057@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, Eric Turgeon Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D3B40E66 for ; Mon, 11 Nov 2013 21:38:53 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A651B299E for ; Mon, 11 Nov 2013 21:38:53 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rABLcrwM066806 for ; Mon, 11 Nov 2013 21:38:53 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rABLcrpj066805; Mon, 11 Nov 2013 21:38:53 GMT (envelope-from nobody) Message-Id: <201311112138.rABLcrpj066805@oldred.freebsd.org> Date: Mon, 11 Nov 2013 21:38:53 GMT From: Eric Turgeon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/183873: Want to add a port for pywarrior editor. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Nov 2013 21:40:00 -0000 >Number: 183873 >Category: ports >Synopsis: Want to add a port for pywarrior editor. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Nov 11 21:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Eric Turgeon >Release: FreeBSD 9.2 amd64 >Organization: GhostBSD >Environment: FreeBSD ericbsd.ghostbsd.org 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: I have create a port for Pywarrior an open source, terminal based, python editor. >How-To-Repeat: >Fix: Patch attached with submission follows: # 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: # # pywarrior/ # pywarrior/pkg-plist # pywarrior/pkg-descr # pywarrior/Makefile # pywarrior/distinfo # echo c - pywarrior/ mkdir -p pywarrior/ > /dev/null 2>&1 echo x - pywarrior/pkg-plist sed 's/^X//' >pywarrior/pkg-plist << '99ca79c32aec3c2ebb3fe433af089293' Xbin/pywarrior 99ca79c32aec3c2ebb3fe433af089293 echo x - pywarrior/pkg-descr sed 's/^X//' >pywarrior/pkg-descr << '678d7ec271d783fdaa4a9a3a3c6e94db' XPywarrior is an open source, terminal based, python editor and text editor and has Color Support, Syntax Highlighting, Automatic Debugging , Comment Formatting, Inline Commands (no separate read/write modes), Built-in Help Function (similar to help in the python interpreter), Split-screen Mode, A ‘run’ command (test code BEFORE saving it) and Ability to Save Files with Basic Encryption supported feature. X XWWW: http://www.mindspring.com/~torajima/pywarrior/pywarrior.html 678d7ec271d783fdaa4a9a3a3c6e94db echo x - pywarrior/Makefile sed 's/^X//' >pywarrior/Makefile << 'fa1f0bd31d2006232b2f165d9d9e6299' X# Created by: Eric Turgeon ericturgeon@ghostbsd.org X# Date created: November 11 2013 X X XPORTNAME= pywarrior XPORTVERSION= 1.04 XPORTREVISION= 0 XCATEGORIES= editors XMASTER_SITES= SF/ghostbsdproject/distfiles/ X XMAINTAINER= ericturgeon@ghostbsd.org XCOMMENT= Pywarrior is an open source, terminal based, python editor. X XUSE_PYTHON= yes X XNO_BUILD= yes X XPLIST_DIRS= bin/pywarrior X Xdo-install: X @${INSTALL_SCRIPT} ${WRKSRC}/pywarrior ${PREFIX}/bin X X.include fa1f0bd31d2006232b2f165d9d9e6299 echo x - pywarrior/distinfo sed 's/^X//' >pywarrior/distinfo << 'ace0b01edc07a7c1857b1778ef1b0fcd' XSHA256 (pywarrior-1.04.tar.gz) = bf1cd8d4f1ec3c9982db05f278b76797e234f0e8275587b8c81f746242102e39 XSIZE (pywarrior-1.04.tar.gz) = 57389 ace0b01edc07a7c1857b1778ef1b0fcd exit >Release-Note: >Audit-Trail: >Unformatted: