From owner-cvs-ports@FreeBSD.ORG Sat Sep 2 17:49:08 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 358AB16A4DA; Sat, 2 Sep 2006 17:49:08 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07D6C43D6B; Sat, 2 Sep 2006 17:49:08 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k82Hn7d7049458; Sat, 2 Sep 2006 17:49:07 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k82Hn7xj049457; Sat, 2 Sep 2006 17:49:07 GMT (envelope-from sat) Message-Id: <200609021749.k82Hn7xj049457@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sat, 2 Sep 2006 17:49:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc Makefile ports/textproc/minised Makefile distinfo pkg-descr X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Sep 2006 17:49:08 -0000 sat 2006-09-02 17:49:07 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/minised Makefile distinfo pkg-descr Log: Add port textproc/minised: This is a smaller, cheaper, faster SED implementation. Minix uses it. GNU used to use it, until they built their own sed around an extended (some would say over-extended) regexp package. For embedded use we searched for a tiny sed implementation especially for use with the dietlibc and found Eric S. Raymond's sed implementation quite handy. Though it suffered several bugs and was not under active maintenance anymore. After sending a bunch of fixes we agreed to continue maintaining this lovely, historic sed implementation. Along a lot fixes and cleanups, further speedups, and some missing features and POSIX conformance, we also added a test-suite to the package, so regressions are quickly and easily uncovered. WWW: http://www.exactcode.de/oss/minised/ Author: ExactCode Revision Changes Path 1.1055 +1 -0 ports/textproc/Makefile 1.1 +27 -0 ports/textproc/minised/Makefile (new) 1.1 +3 -0 ports/textproc/minised/distinfo (new) 1.1 +16 -0 ports/textproc/minised/pkg-descr (new)