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:
parent
dcef1b77c5
commit
9f89ab7bed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82356
@ -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
18
editors/puff/Makefile
Normal 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
1
editors/puff/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (puff-0.42.tar.gz) = 17e5637c78415fbbc6116170d979af8b
|
7
editors/puff/pkg-descr
Normal file
7
editors/puff/pkg-descr
Normal 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
2
editors/puff/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/puff
|
||||
etc/puff.conf.sample
|
Loading…
Reference in New Issue
Block a user