From 980f0f22721452e5cc130c8daca4abb4053f8663 Mon Sep 17 00:00:00 2001 From: agc Date: Thu, 23 Oct 1997 20:18:01 +0000 Subject: Initial import of the ssam stream editor - analogous to sed(1), but using the sam command set. Uses the libutf functionality. --- editors/ssam/Makefile | 21 +++++++++++++++++++++ editors/ssam/files/md5 | 1 + editors/ssam/pkg/COMMENT | 1 + editors/ssam/pkg/DESCR | 3 +++ editors/ssam/pkg/PLIST | 2 ++ 5 files changed, 28 insertions(+) create mode 100644 editors/ssam/Makefile create mode 100644 editors/ssam/files/md5 create mode 100644 editors/ssam/pkg/COMMENT create mode 100644 editors/ssam/pkg/DESCR create mode 100644 editors/ssam/pkg/PLIST diff --git a/editors/ssam/Makefile b/editors/ssam/Makefile new file mode 100644 index 00000000000..34f66034242 --- /dev/null +++ b/editors/ssam/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 1997/10/23 20:18:01 agc Exp $ +# New ports collection makefile for: ssam +# Version required: 1.9 +# Date created: Thu Oct 23 21:00:32 BST 1997 +# Whom: Alistair Crooks (agc@netbsd.org) +# + +DISTNAME= ssam-1.9 +CATEGORIES= editors +MASTER_SITES= http://www.westley.demon.co.uk/src/ + +MAINTAINER= agc@netbsd.org + +BUILD_DEPENDS= ${PREFIX}/lib/libutf.a:${PORTSDIR}/misc/libutf +RUN_DEPENDS= ${PREFIX}/etc/langcoll.utf:${PORTSDIR}/misc/libutf + +MAN1= ssam.1 +GNU_CONFIGURE= yes +ALL_TARGET= tst + +.include diff --git a/editors/ssam/files/md5 b/editors/ssam/files/md5 new file mode 100644 index 00000000000..026a4a51a45 --- /dev/null +++ b/editors/ssam/files/md5 @@ -0,0 +1 @@ +MD5 (ssam-1.9.tar.gz) = 00d4b81c8c95e8bbad94b041203cd0d7 diff --git a/editors/ssam/pkg/COMMENT b/editors/ssam/pkg/COMMENT new file mode 100644 index 00000000000..f731ef61ed4 --- /dev/null +++ b/editors/ssam/pkg/COMMENT @@ -0,0 +1 @@ +A UTF-8-aware stream editor, analogous to sed(1), but using the sam command set. diff --git a/editors/ssam/pkg/DESCR b/editors/ssam/pkg/DESCR new file mode 100644 index 00000000000..e8a75168f2a --- /dev/null +++ b/editors/ssam/pkg/DESCR @@ -0,0 +1,3 @@ +This is a stream editor, like sed(1), but using the command set from +Rob Pike's sam editor. Ssam uses the libutf routines, and is UTF-8 +aware. diff --git a/editors/ssam/pkg/PLIST b/editors/ssam/pkg/PLIST new file mode 100644 index 00000000000..41bb2018fcc --- /dev/null +++ b/editors/ssam/pkg/PLIST @@ -0,0 +1,2 @@ +bin/ssam +man/man1/ssam.1.gz -- cgit v1.2.3