aboutsummaryrefslogtreecommitdiff
path: root/editors/dkns
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2008-02-04 15:17:03 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2008-02-04 15:17:03 +0000
commit3a6d4150c45d533190964aadaf8e78493179d89f (patch)
treeb50170301c05f557cde151d125a5354b7c417baf /editors/dkns
parent21a94873ca8f9425afce6c292ddfbb8a08cd2f86 (diff)
downloadports-3a6d4150c45d533190964aadaf8e78493179d89f.tar.gz
ports-3a6d4150c45d533190964aadaf8e78493179d89f.zip
Dickens is a simple, one-buffer-in-one-window, console text editor.
Dickens only understands UNIX-style text files expressed in ASCII, and is therefore of little or no use to the non-English-speaking world. Dickens is written in Munger(1). Features include interactive filename completion, tags support, regular-expression search-and-replace, and unlimited undo/redo. WWW: http://www.mammothcheese.ca/munger.html -- James Bailie <jimmy@mammothcheese.ca> http://www.mammothcheese.ca PR: ports/120242 Submitted by: James Bailie <jimmy at mammothcheese.ca>
Notes
Notes: svn path=/head/; revision=206707
Diffstat (limited to 'editors/dkns')
-rw-r--r--editors/dkns/Makefile22
-rw-r--r--editors/dkns/distinfo3
-rw-r--r--editors/dkns/pkg-descr14
3 files changed, 39 insertions, 0 deletions
diff --git a/editors/dkns/Makefile b/editors/dkns/Makefile
new file mode 100644
index 000000000000..cac123a01bcf
--- /dev/null
+++ b/editors/dkns/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: drood
+# Date created: Sun, 03 Feb 2008 23:06:00 EST
+# Whom: James Bailie <jimmy@mammothcheese.ca>
+#
+# $FreeBSD$
+#
+
+PORTNAME= dkns
+PORTVERSION= 1.74
+CATEGORIES= editors
+MASTER_SITES= http://www.mammothcheese.ca/
+
+MAINTAINER= jimmy@mammothcheese.ca
+COMMENT= Simple console text editor.
+
+RUN_DEPENDS= munger:${PORTSDIR}/lang/munger
+MAN1= dkns.1
+MANCOMPRESSED= yes
+
+PLIST_FILES= bin/dkns
+
+.include <bsd.port.mk>
diff --git a/editors/dkns/distinfo b/editors/dkns/distinfo
new file mode 100644
index 000000000000..6cf7cf11e386
--- /dev/null
+++ b/editors/dkns/distinfo
@@ -0,0 +1,3 @@
+MD5 (dkns-1.74.tar.gz) = c124621ce6d5df6af6b4f65ad75e0293
+SHA256 (dkns-1.74.tar.gz) = 58e249aca0919fb388dd5255f6a2a3d0a82b026be2c2b86d64ad22568c71a8ca
+SIZE (dkns-1.74.tar.gz) = 33768
diff --git a/editors/dkns/pkg-descr b/editors/dkns/pkg-descr
new file mode 100644
index 000000000000..ebeba0313f50
--- /dev/null
+++ b/editors/dkns/pkg-descr
@@ -0,0 +1,14 @@
+Dickens is a simple, one-buffer-in-one-window, console text editor.
+
+Dickens only understands UNIX-style text files expressed in ASCII, and is
+therefore of little or no use to the non-English-speaking world.
+
+Dickens is written in Munger(1). Features include interactive filename
+completion, tags support, regular-expression search-and-replace, and
+unlimited undo/redo.
+
+WWW: http://www.mammothcheese.ca/munger.html
+
+--
+James Bailie <jimmy@mammothcheese.ca>
+http://www.mammothcheese.ca