diff options
author | edwin <edwin@FreeBSD.org> | 2003-06-06 20:22:21 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-06-06 20:22:21 +0800 |
commit | 1a562b5834b52663d168b1199bb32748785cd8ec (patch) | |
tree | 737968f5504225fd8a96bf0b57212141aa314099 /editors | |
parent | 8db22b420e20a0142fbc5fe63520d260b45f4d9c (diff) | |
download | freebsd-ports-gnome-1a562b5834b52663d168b1199bb32748785cd8ec.tar.gz freebsd-ports-gnome-1a562b5834b52663d168b1199bb32748785cd8ec.tar.zst freebsd-ports-gnome-1a562b5834b52663d168b1199bb32748785cd8ec.zip |
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>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 1 | ||||
-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 |
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 |