From owner-cvs-all@FreeBSD.ORG Fri Jun 6 05:22:23 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F347237B401; Fri, 6 Jun 2003 05:22:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A075D43FAF; Fri, 6 Jun 2003 05:22:22 -0700 (PDT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h56CMM0U026966; Fri, 6 Jun 2003 05:22:22 -0700 (PDT) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h56CMM6c026965; Fri, 6 Jun 2003 05:22:22 -0700 (PDT) Message-Id: <200306061222.h56CMM6c026965@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 6 Jun 2003 05:22:22 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors Makefile ports/editors/puff Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2003 12:22:23 -0000 edwin 2003/06/06 05:22:22 PDT FreeBSD ports repository Modified files: editors Makefile Added files: editors/puff Makefile distinfo pkg-descr pkg-plist Log: 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 Revision Changes Path 1.237 +1 -0 ports/editors/Makefile 1.1 +18 -0 ports/editors/puff/Makefile (new) 1.1 +1 -0 ports/editors/puff/distinfo (new) 1.1 +7 -0 ports/editors/puff/pkg-descr (new) 1.1 +2 -0 ports/editors/puff/pkg-plist (new)