From owner-cvs-all@FreeBSD.ORG Wed Aug 5 09:10:55 2009 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 0978E106566B; Wed, 5 Aug 2009 09:10:55 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EC4868FC0C; Wed, 5 Aug 2009 09:10:54 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n759AsUs003112; Wed, 5 Aug 2009 09:10:54 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n759AscR003111; Wed, 5 Aug 2009 09:10:54 GMT (envelope-from miwi) Message-Id: <200908050910.n759AscR003111@repoman.freebsd.org> From: Martin Wilke Date: Wed, 5 Aug 2009 09:10:54 +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/p5-MARC-Charset Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Aug 2009 09:10:55 -0000 miwi 2009-08-05 09:10:54 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/p5-MARC-Charset Makefile distinfo pkg-descr pkg-plist Log: MARC::Charset allows you to turn MARC-8 encoded strings into UTF-8 strings. MARC-8 is a single byte character encoding that predates unicode, and allows you to put non-Roman scripts in MARC bibliographic records. WWW: http://search.cpan.org/dist/MARC-Charset PR: ports/137433 Submitted by: Wen Heping Revision Changes Path 1.1367 +1 -0 ports/textproc/Makefile 1.1 +28 -0 ports/textproc/p5-MARC-Charset/Makefile (new) 1.1 +3 -0 ports/textproc/p5-MARC-Charset/distinfo (new) 1.1 +6 -0 ports/textproc/p5-MARC-Charset/pkg-descr (new) 1.1 +10 -0 ports/textproc/p5-MARC-Charset/pkg-plist (new)