From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 10 03:20:15 2003 Return-Path: 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 084DE16A4D0 for ; Mon, 10 Nov 2003 03:20:15 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA9FA43FD7 for ; Mon, 10 Nov 2003 03:20:10 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAABKAFY049303 for ; Mon, 10 Nov 2003 03:20:10 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAABKANk049302; Mon, 10 Nov 2003 03:20:10 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 10 Nov 2003 03:20:10 -0800 (PST) Resent-Message-Id: <200311101120.hAABKANk049302@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, Antonio Bonifati Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DD9116A4CE for ; Mon, 10 Nov 2003 03:17:01 -0800 (PST) Received: from venus.deis.unical.it (venus.deis.unical.it [160.97.29.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49BA143FEC for ; Mon, 10 Nov 2003 03:17:00 -0800 (PST) (envelope-from ant@venus.deis.unical.it) Received: from venus.deis.unical.it (localhost.deis.unical.it [127.0.0.1]) hAABKFLf026795; Mon, 10 Nov 2003 12:20:15 +0100 (CET) (envelope-from ant@venus.deis.unical.it) Received: (from ant@localhost) by venus.deis.unical.it (8.12.8p1/8.12.8/Submit) id hAABKDPZ026794; Mon, 10 Nov 2003 12:20:13 +0100 (CET) Message-Id: <200311101120.hAABKDPZ026794@venus.deis.unical.it> Date: Mon, 10 Nov 2003 12:20:13 +0100 (CET) From: Antonio Bonifati To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: ant@venus.deis.unical.it Subject: ports/59110: New port: Notepad clone X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Antonio Bonifati List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Nov 2003 11:20:15 -0000 >Number: 59110 >Category: ports >Synopsis: New port: Notepad clone >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: Mon Nov 10 03:20:10 PST 2003 >Closed-Date: >Last-Modified: >Originator: Antonio Bonifati >Release: FreeBSD 4.9-RELEASE i386 >Organization: >Environment: System: FreeBSD venus.deis.unical.it 4.9-RELEASE FreeBSD 4.9-RELEASE #1: Sat Nov 8 12:27:32 CEST 2003 root@venus.deis.unical.it:/usr/src/sys/compile/VENUS i386 >Description: Win95/98 (TM) Notepad clone written in Tcl/Tk >How-To-Repeat: >Fix: --- tpad.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: # # /usr/ports/editors/tpad/ # /usr/ports/editors/tpad/Makefile # /usr/ports/editors/tpad/distinfo # /usr/ports/editors/tpad/pkg-descr # /usr/ports/editors/tpad/pkg-plist # echo c - /usr/ports/editors/tpad/ mkdir -p /usr/ports/editors/tpad/ > /dev/null 2>&1 echo x - /usr/ports/editors/tpad/Makefile sed 's/^X//' >/usr/ports/editors/tpad/Makefile << 'END-of-/usr/ports/editors/tpad/Makefile' X# New ports collection makefile for: tpad X# Date created: 10 November 2003 X# Whom: Antonio Bonifati X# X# $FreeBSD$ X# X XPORTNAME= tpad XPORTVERSION= 1.0 XCATEGORIES= editors tcl84 tk84 XMASTER_SITES= http://monitor.deis.unical.it/ant/tpad/ \ X http://queen.rett.polimi.it/~ant/tcl/script/ XDISTNAME= ${PORTNAME}-${PORTVERSION}.tcl XEXTRACT_SUFX= XEXTRACT_ONLY= X XMAINTAINER= ant@monitor.deis.unical.it XCOMMENT= Win95/98 (TM) Notepad clone written in Tcl/Tk X XRUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 X XNO_BUILD= yes X Xdo-install: X ${INSTALL_SCRIPT} ${DISTDIR}/${DISTFILES} ${PREFIX}/bin/tpad X X.include END-of-/usr/ports/editors/tpad/Makefile echo x - /usr/ports/editors/tpad/distinfo sed 's/^X//' >/usr/ports/editors/tpad/distinfo << 'END-of-/usr/ports/editors/tpad/distinfo' XMD5 (tpad-1.0.tcl) = 145d45dd4954243c8e94a9d745c2721b END-of-/usr/ports/editors/tpad/distinfo echo x - /usr/ports/editors/tpad/pkg-descr sed 's/^X//' >/usr/ports/editors/tpad/pkg-descr << 'END-of-/usr/ports/editors/tpad/pkg-descr' XThe executable tpad is a wish(1) shell script. X XI think the only difference with Notepad Xis that it doesn't limit the size of the Xfile to edit :-) X XWWW: http://monitor.deis.unical.it/ant/tpad/ X X- Antonio Bonifati Xant@monitor.deis.unical.it END-of-/usr/ports/editors/tpad/pkg-descr echo x - /usr/ports/editors/tpad/pkg-plist sed 's/^X//' >/usr/ports/editors/tpad/pkg-plist << 'END-of-/usr/ports/editors/tpad/pkg-plist' Xbin/tpad END-of-/usr/ports/editors/tpad/pkg-plist exit --- tpad.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: