From 9f89ab7bed88b47f3151c4c38f1fac222eb79141 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Fri, 6 Jun 2003 12:22:21 +0000 Subject: [PATCH] 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 --- editors/Makefile | 1 + editors/puff/Makefile | 18 ++++++++++++++++++ editors/puff/distinfo | 1 + editors/puff/pkg-descr | 7 +++++++ editors/puff/pkg-plist | 2 ++ 5 files changed, 29 insertions(+) create mode 100644 editors/puff/Makefile create mode 100644 editors/puff/distinfo create mode 100644 editors/puff/pkg-descr create mode 100644 editors/puff/pkg-plist 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 +# +# $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 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