summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-06-06 12:22:21 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-06-06 12:22:21 +0000
commit9f89ab7bed88b47f3151c4c38f1fac222eb79141 (patch)
treeb5151f1fdf2e07e96bd08d15ac9006092ba79bab /editors
parentUpdate port: www/p5-Apache-AuthCookie (diff)
New port: puff (text editor) (very easy port)
Puff is an editor that is named after "Puff the fractal dragon" (see fortune). Primary features: - Simple and lightweight - Can open multiple files - Clipboard is an open file - Keys may be reassigned - Source is easy to extend PR: ports/50607 Submitted by: Leif Pedersen <bilbo@developerpit.com>
Notes
Notes: svn path=/head/; revision=82356
Diffstat (limited to 'editors')
-rw-r--r--editors/Makefile1
-rw-r--r--editors/puff/Makefile18
-rw-r--r--editors/puff/distinfo1
-rw-r--r--editors/puff/pkg-descr7
-rw-r--r--editors/puff/pkg-plist2
5 files changed, 29 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile
index 5d17657db92d..3b27b906e526 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -133,6 +133,7 @@
SUBDIR += psgml-emacs20
SUBDIR += psgml-mule
SUBDIR += psgml-xemacs21-mule
+ SUBDIR += puff
SUBDIR += qemacs
SUBDIR += rox-edit
SUBDIR += sam
diff --git a/editors/puff/Makefile b/editors/puff/Makefile
new file mode 100644
index 000000000000..ea7680a06065
--- /dev/null
+++ b/editors/puff/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: puff
+# Date created: 10 April 2003
+# Whom: Leif Pedersen <bilbo@developerpit.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= puff
+PORTVERSION= 0.42
+CATEGORIES= editors
+MASTER_SITES= ftp://ftp.developerpit.com/puff/
+
+MAINTAINER= bilbo@developerpit.com
+COMMENT= Simple and efficient text editor
+
+WRKSRC= ${WRKDIR}/puff
+
+.include <bsd.port.mk>
diff --git a/editors/puff/distinfo b/editors/puff/distinfo
new file mode 100644
index 000000000000..0ca59f5dacf8
--- /dev/null
+++ b/editors/puff/distinfo
@@ -0,0 +1 @@
+MD5 (puff-0.42.tar.gz) = 17e5637c78415fbbc6116170d979af8b
diff --git a/editors/puff/pkg-descr b/editors/puff/pkg-descr
new file mode 100644
index 000000000000..18063093cb26
--- /dev/null
+++ b/editors/puff/pkg-descr
@@ -0,0 +1,7 @@
+Puff is an editor that is named after "Puff the fractal dragon" (see fortune).
+Primary features:
+ - Simple and lightweight
+ - Can open multiple files
+ - Clipboard is an open file
+ - Keys may be reassigned
+ - Source is easy to extend
diff --git a/editors/puff/pkg-plist b/editors/puff/pkg-plist
new file mode 100644
index 000000000000..55db46fd3760
--- /dev/null
+++ b/editors/puff/pkg-plist
@@ -0,0 +1,2 @@
+bin/puff
+etc/puff.conf.sample