summaryrefslogtreecommitdiff
path: root/misc/jive
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-02-19 03:38:56 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-02-19 03:38:56 +0000
commitb0e758d164f33e3c2f7515d42441048040456f96 (patch)
treeb68486ddc4b611ca8d598f35ea094189f273b261 /misc/jive
parentUse ANSI escape sequences for TERM == xterm*, rather than just xterm. (diff)
Jive is a filter that converts English text to Jive.
Jive reads from standard input and writes to standard output.
Notes
Notes: svn path=/head/; revision=5687
Diffstat (limited to 'misc/jive')
-rw-r--r--misc/jive/Makefile26
-rw-r--r--misc/jive/distinfo1
-rw-r--r--misc/jive/pkg-comment1
-rw-r--r--misc/jive/pkg-descr2
-rw-r--r--misc/jive/pkg-plist2
5 files changed, 32 insertions, 0 deletions
diff --git a/misc/jive/Makefile b/misc/jive/Makefile
new file mode 100644
index 000000000000..b05ecddd6a47
--- /dev/null
+++ b/misc/jive/Makefile
@@ -0,0 +1,26 @@
+# ex:ts=8
+# Ports collection makefile for: jive
+# Version required: 1.0
+# Date created: Mon Feb 17, 1997
+# Whom: David O'Brien (obrien@NUXI.com)
+#
+# $Id: Makefile,v 1.2 1997/01/25 18:08:40 obrien Exp $
+#
+
+DISTNAME= jive-1.1
+CATEGORIES= misc
+MASTER_SITES= ${MASTER_SITE_SUNSITE}
+#MASTER_SITE_SUBDIR= games/amusements
+MASTER_SITE_SUBDIR= Incoming
+
+MAINTAINER= obrien@FreeBSD.org
+
+WRKSRC= ${WRKDIR}/jive
+MAN1= jive.1
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/jive ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1
+
+
+.include <bsd.port.mk>
diff --git a/misc/jive/distinfo b/misc/jive/distinfo
new file mode 100644
index 000000000000..879d8e366209
--- /dev/null
+++ b/misc/jive/distinfo
@@ -0,0 +1 @@
+MD5 (jive-1.1.tar.gz) = 6d1132f08857d67b94e45339f5dbed29
diff --git a/misc/jive/pkg-comment b/misc/jive/pkg-comment
new file mode 100644
index 000000000000..6b375b012996
--- /dev/null
+++ b/misc/jive/pkg-comment
@@ -0,0 +1 @@
+filter that converts English text to Jive
diff --git a/misc/jive/pkg-descr b/misc/jive/pkg-descr
new file mode 100644
index 000000000000..c26174ccfe11
--- /dev/null
+++ b/misc/jive/pkg-descr
@@ -0,0 +1,2 @@
+Jive is a filter that converts English text to Jive.
+Jive reads from standard input and writes to standard output.
diff --git a/misc/jive/pkg-plist b/misc/jive/pkg-plist
new file mode 100644
index 000000000000..9fb7f303f765
--- /dev/null
+++ b/misc/jive/pkg-plist
@@ -0,0 +1,2 @@
+bin/jive
+man/man1/jive.1.gz