diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-06-06 12:22:21 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-06-06 12:22:21 +0000 |
commit | 9f89ab7bed88b47f3151c4c38f1fac222eb79141 (patch) | |
tree | b5151f1fdf2e07e96bd08d15ac9006092ba79bab /editors/puff | |
parent | dcef1b77c5be3c6a8b1629db9570739adde55674 (diff) | |
download | ports-9f89ab7bed88b47f3151c4c38f1fac222eb79141.tar.gz ports-9f89ab7bed88b47f3151c4c38f1fac222eb79141.zip |
Notes
Diffstat (limited to 'editors/puff')
-rw-r--r-- | editors/puff/Makefile | 18 | ||||
-rw-r--r-- | editors/puff/distinfo | 1 | ||||
-rw-r--r-- | editors/puff/pkg-descr | 7 | ||||
-rw-r--r-- | editors/puff/pkg-plist | 2 |
4 files changed, 28 insertions, 0 deletions
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 |