Bug 7037 - New port: sted-0.2.2
Summary: New port: sted-0.2.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1998-06-24 04:30 UTC by Andrey Zakhvatov
Modified: 1998-07-04 00:47 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Zakhvatov 1998-06-24 04:30:00 UTC
   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

Fix: 

Please, check and commit this port.
Comment 1 Steve Price freebsd_committer freebsd_triage 1998-07-04 00:44:31 UTC
State Changed
From-To: open->closed

New ports committed, thanks!