From owner-cvs-all@FreeBSD.ORG Sat Apr 19 08:00:40 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 E56A237B412; Sat, 19 Apr 2003 08:00:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CBC943FA3; Sat, 19 Apr 2003 08:00:40 -0700 (PDT) (envelope-from fjoe@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 h3JF0e0U059594; Sat, 19 Apr 2003 08:00:40 -0700 (PDT) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3JF0evc059593; Sat, 19 Apr 2003 08:00:40 -0700 (PDT) Message-Id: <200304191500.h3JF0evc059593@repoman.freebsd.org> From: Max Khon Date: Sat, 19 Apr 2003 08:00:40 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/converters Makefile ports/converters/konwert Makefile distinfo pkg-descr pkg-plist ports/converters/konwert/files patch-Makefile 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: Sat, 19 Apr 2003 15:00:41 -0000 fjoe 2003/04/19 08:00:40 PDT FreeBSD ports repository Modified files: converters Makefile Added files: converters/konwert Makefile distinfo pkg-descr pkg-plist converters/konwert/files patch-Makefile Log: New port: konwert Konwert is a package for conversion between various character encodings. By encodings author imply not only different charsets like Windows-1252, KOI8-R or UTF-8 but also the different representations of characters like TeX escaping, quoted-printable and even RFC 1345 mnemonics. The autodetect of the encodings is also implemented. There are also filter filterm which allow to make separate input and output conversions of the encodings for the given command. It can help e.g. when our terminal is unable to display non-ASCII characters or to enter them from the keyboard. PR: 50614 Submitted by: Alex Semenyaka Revision Changes Path 1.81 +1 -0 ports/converters/Makefile 1.1 +42 -0 ports/converters/konwert/Makefile (new) 1.1 +2 -0 ports/converters/konwert/distinfo (new) 1.1 +54 -0 ports/converters/konwert/files/patch-Makefile (new) 1.1 +12 -0 ports/converters/konwert/pkg-descr (new) 1.1 +1001 -0 ports/converters/konwert/pkg-plist (new)