From owner-cvs-all@FreeBSD.ORG Sat Jun 14 11:06:20 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5465A106564A; Sat, 14 Jun 2008 11:06:20 +0000 (UTC) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 489138FC14; Sat, 14 Jun 2008 11:06:20 +0000 (UTC) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m5EB6Kex070314; Sat, 14 Jun 2008 11:06:20 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m5EB6KWR070313; Sat, 14 Jun 2008 11:06:20 GMT (envelope-from roam) Message-Id: <200806141106.m5EB6KWR070313@repoman.freebsd.org> From: Peter Pentchev Date: Sat, 14 Jun 2008 11:06:20 +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/bomstrip Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 14 Jun 2008 11:06:20 -0000 roam 2008-06-14 11:06:20 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/bomstrip Makefile distinfo pkg-descr pkg-plist Log: Add the bomstrip port - strip the UTF-8 BOM bytes from text files, implemented in many programming languages. The port uses my patchset which adds three new implementations, some build infrastructure, a manual page and a couple of other fixes. Author: Mechiel Lukkien WWW: http://www.xs4all.nl/~mechiel/projects/bomstrip/ Revision Changes Path 1.1240 +1 -0 ports/textproc/Makefile 1.1 +28 -0 ports/textproc/bomstrip/Makefile (new) 1.1 +9 -0 ports/textproc/bomstrip/distinfo (new) 1.1 +20 -0 ports/textproc/bomstrip/pkg-descr (new) 1.1 +49 -0 ports/textproc/bomstrip/pkg-plist (new)