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>
This commit is contained in:
Edwin Groothuis 2003-06-06 12:22:21 +00:00
parent dcef1b77c5
commit 9f89ab7bed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82356
5 changed files with 29 additions and 0 deletions

View File

@ -133,6 +133,7 @@
SUBDIR += psgml-emacs20
SUBDIR += psgml-mule
SUBDIR += psgml-xemacs21-mule
SUBDIR += puff
SUBDIR += qemacs
SUBDIR += rox-edit
SUBDIR += sam

18
editors/puff/Makefile Normal file
View File

@ -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>

1
editors/puff/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (puff-0.42.tar.gz) = 17e5637c78415fbbc6116170d979af8b

7
editors/puff/pkg-descr Normal file
View File

@ -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

2
editors/puff/pkg-plist Normal file
View File

@ -0,0 +1,2 @@
bin/puff
etc/puff.conf.sample