Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jun 1998 07:25:17 +0400 (MSD)
From:      Andrey Zakhvatov <andy@icc.surw.chel.su>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/7037: New port: sted-0.2.2
Message-ID:  <199806240325.HAA04399@icc.surw.chel.su>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.mk>
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 <curses.h>
X+#include <ncurses.h>
X #include <signal.h>
X #include <string.h>
X #include <stdlib.h>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806240325.HAA04399>