From owner-freebsd-ports Tue Jun 23 20:30:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA12588 for freebsd-ports-outgoing; Tue, 23 Jun 1998 20:30:33 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA12501 for ; Tue, 23 Jun 1998 20:30:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA03138; Tue, 23 Jun 1998 20:30:01 -0700 (PDT) Received: from rich.chel.su (root@mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA10524 for ; Tue, 23 Jun 1998 20:21:48 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by rich.chel.su (8.7.2/Murphy) with ESMTP id JAA01895 for ; Wed, 24 Jun 1998 09:22:25 +0600 (UDT) Received: (from andy@localhost) by icc.surw.chel.su (8.8.5/8.8.4) id HAA04399; Wed, 24 Jun 1998 07:25:17 +0400 (MSD) Message-Id: <199806240325.HAA04399@icc.surw.chel.su> Date: Wed, 24 Jun 1998 07:25:17 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7037: New port: sted-0.2.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7037 >Category: ports >Synopsis: New port: sted-0.2.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jun 23 20:30:00 PDT 1998 >Last-Modified: >Originator: Andrey Zakhvatov >Organization: South Ural Railway ICC >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: >Description: This is a port of Simple/Small/Stupid Text Editor. sted, which is an abbreviation for Small/Stupid (you choose) Text Editor, is a small and/or stupid text editor. So far it doesn't do much. You can edit files, load them and save them. # 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: # # sted-0.2.2 # sted-0.2.2/Makefile # sted-0.2.2/files # sted-0.2.2/files/md5 # sted-0.2.2/patches # sted-0.2.2/patches/patch-ab # sted-0.2.2/patches/patch-aa # sted-0.2.2/pkg # sted-0.2.2/pkg/PLIST # sted-0.2.2/pkg/COMMENT # sted-0.2.2/pkg/DESCR # echo c - sted-0.2.2 mkdir -p sted-0.2.2 > /dev/null 2>&1 echo x - sted-0.2.2/Makefile sed 's/^X//' >sted-0.2.2/Makefile << 'END-of-sted-0.2.2/Makefile' X# New ports collection makefile for: sted X# Version required: 0.2.2 X# Date created: 19 May 1998 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= sted-0.2.2 XCATEGORIES= editors XMASTER_SITES= http://user.tninet.se/~uxm165t/ X XMAINTAINER= andy@icc.surw.chel.su X XWRKSRC= ${WRKDIR}/sted X XMAN1= sted.1 X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/sted ${PREFIX}/bin X @ ${INSTALL_MAN} ${WRKSRC}/sted.1 ${PREFIX}/man/man1 X.if !defined(NOPORTDOCS) X @ ${MKDIR} ${PREFIX}/share/doc/sted X.for file in CHANGES COPYING README X @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/sted X.endfor X.endif X X.include END-of-sted-0.2.2/Makefile echo c - sted-0.2.2/files mkdir -p sted-0.2.2/files > /dev/null 2>&1 echo x - sted-0.2.2/files/md5 sed 's/^X//' >sted-0.2.2/files/md5 << 'END-of-sted-0.2.2/files/md5' XMD5 (sted-0.2.2.tar.gz) = d16597d6ce5f723227a92b3cc99d8e9b END-of-sted-0.2.2/files/md5 echo c - sted-0.2.2/patches mkdir -p sted-0.2.2/patches > /dev/null 2>&1 echo x - sted-0.2.2/patches/patch-ab sed 's/^X//' >sted-0.2.2/patches/patch-ab << 'END-of-sted-0.2.2/patches/patch-ab' X--- sted.c Sun May 17 13:15:08 1998 X+++ /home/andy/tmp/wrk/sted.c Tue May 19 10:42:21 1998 X@@ -34,7 +34,7 @@ X **************************************************************************/ X X X-#include X+#include X #include X #include X #include END-of-sted-0.2.2/patches/patch-ab echo x - sted-0.2.2/patches/patch-aa sed 's/^X//' >sted-0.2.2/patches/patch-aa << 'END-of-sted-0.2.2/patches/patch-aa' X--- Makefile Sun May 17 13:09:10 1998 X+++ /home/andy/tmp/wrk/Makefile Tue May 19 10:42:14 1998 X@@ -5,10 +5,10 @@ X X X #Compiler, change if you're using some other compiler X-CC = gcc X+#CC = gcc X X #Compiler and linker options X-C_OPTS = -Wall -O2 X+C_OPTS = ${CFLAGS} X L_OPTS = -lncurses X X #Install directory END-of-sted-0.2.2/patches/patch-aa echo c - sted-0.2.2/pkg mkdir -p sted-0.2.2/pkg > /dev/null 2>&1 echo x - sted-0.2.2/pkg/PLIST sed 's/^X//' >sted-0.2.2/pkg/PLIST << 'END-of-sted-0.2.2/pkg/PLIST' Xbin/sted Xman/man1/sted.1.gz Xshare/doc/sted/CHANGES Xshare/doc/sted/COPYING Xshare/doc/sted/README X@dirrm share/doc/sted END-of-sted-0.2.2/pkg/PLIST echo x - sted-0.2.2/pkg/COMMENT sed 's/^X//' >sted-0.2.2/pkg/COMMENT << 'END-of-sted-0.2.2/pkg/COMMENT' XSimple/Small/Stupid Text Editor. END-of-sted-0.2.2/pkg/COMMENT echo x - sted-0.2.2/pkg/DESCR sed 's/^X//' >sted-0.2.2/pkg/DESCR << 'END-of-sted-0.2.2/pkg/DESCR' Xsted, which is an abbreviation for Small/Stupid (you choose) Text XEditor, is a small and/or stupid text editor. So far it doesn't do Xmuch. You can edit files, load them and save them. X Xhttp://user.tninet.se/~uxm165t/sted.html END-of-sted-0.2.2/pkg/DESCR exit >How-To-Repeat: >Fix: Please, check and commit this port. >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message