aboutsummaryrefslogtreecommitdiff
path: root/editors/ssam
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2006-04-17 18:33:58 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2006-04-17 18:33:58 +0000
commit27110d3c232e624a5c2e699e38743b1a1dcd174c (patch)
treeb642506eac1e3e69b6d27d4cc1d13f6cda70fae7 /editors/ssam
parenta79efa673e7feac3e9cc6df6529b218c775aed2d (diff)
downloadports-27110d3c232e624a5c2e699e38743b1a1dcd174c.tar.gz
ports-27110d3c232e624a5c2e699e38743b1a1dcd174c.zip
Notes
Diffstat (limited to 'editors/ssam')
-rw-r--r--editors/ssam/Makefile29
-rw-r--r--editors/ssam/distinfo3
-rw-r--r--editors/ssam/pkg-descr6
3 files changed, 38 insertions, 0 deletions
diff --git a/editors/ssam/Makefile b/editors/ssam/Makefile
new file mode 100644
index 000000000000..b9e7a3275523
--- /dev/null
+++ b/editors/ssam/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: ssam
+# Date Created: 25 February 2006
+# Whom: Serge Gagnon <serge.gagnon@b2b2c.ca>
+#
+# $FreeBSD$
+#
+
+PORTNAME= ssam
+PORTVERSION= 1.9
+CATEGORIES= editors
+MASTER_SITES= http://www.westley.demon.co.uk/src/
+
+MAINTAINER= serge.gagnon@b2b2c.ca
+COMMENT= Stream editor that uses the UTF routines with the sam(1) command set
+
+BUILD_DEPENDS= ${LOCALBASE}/include/ure.h:${PORTSDIR}/misc/libutf
+
+GNU_CONFIGURE= YES
+ALL_TARGET= ssam
+
+PLIST_FILES= bin/ssam
+
+MAN1= ssam.1
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/ssam ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/ssam.1 ${MANPREFIX}/man/man1/
+
+.include <bsd.port.mk>
diff --git a/editors/ssam/distinfo b/editors/ssam/distinfo
new file mode 100644
index 000000000000..bfee2e0278f0
--- /dev/null
+++ b/editors/ssam/distinfo
@@ -0,0 +1,3 @@
+MD5 (ssam-1.9.tar.gz) = 00d4b81c8c95e8bbad94b041203cd0d7
+SHA256 (ssam-1.9.tar.gz) = 711853d09aa321ef6cec340f9162ff05890bf880d0ca7155aa63d14b7b699e78
+SIZE (ssam-1.9.tar.gz) = 41186
diff --git a/editors/ssam/pkg-descr b/editors/ssam/pkg-descr
new file mode 100644
index 000000000000..dc0b3c4306c3
--- /dev/null
+++ b/editors/ssam/pkg-descr
@@ -0,0 +1,6 @@
+Ssam(1) is analogous to the stream editor sed(1), but uses the
+sam(1) command set to provide improved functionality, and is aware
+of the UTF character set. It uses the UTF-aware regular
+expression library, ure(3).
+
+WWW: http://www.westley.demon.co.uk/software.html