From owner-cvs-all@FreeBSD.ORG Wed Jan 7 06:59:44 2004 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 3094E16A4CE; Wed, 7 Jan 2004 06:59:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41EEA43D46; Wed, 7 Jan 2004 06:59:43 -0800 (PST) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i07Exh0B064226; Wed, 7 Jan 2004 06:59:43 -0800 (PST) (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i07ExhPr064225; Wed, 7 Jan 2004 06:59:43 -0800 (PST) (envelope-from demon) Message-Id: <200401071459.i07ExhPr064225@repoman.freebsd.org> From: Dmitry Sivachenko Date: Wed, 7 Jan 2004 06:59:43 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/russian Makefile ports/russian/libcyrillic Makefile distinfo pkg-descr pkg-plist ports/russian/libcyrillic/files Makefile.bsd 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: Wed, 07 Jan 2004 14:59:44 -0000 demon 2004/01/07 06:59:43 PST FreeBSD ports repository Modified files: russian Makefile Added files: russian/libcyrillic Makefile distinfo pkg-descr pkg-plist russian/libcyrillic/files Makefile.bsd Log: New port: libcyrillic. This C library allows to convert cyrillic text from any to any of the following cyrillic charsets: windows-1251, koi8-r, koi8-u, iso-8859-5, x-mac-cyrillic and ibm866. Automatic detection of charset is possible for any of those. The library also contains a number of automation features and useful service wrappers that are ready to be easily plugged into any application whenever one needs more wise features instead of just dumb converting. PR: 60042 Submitted by: Pavel Novikov Revision Changes Path 1.57 +1 -0 ports/russian/Makefile 1.1 +26 -0 ports/russian/libcyrillic/Makefile (new) 1.1 +1 -0 ports/russian/libcyrillic/distinfo (new) 1.1 +36 -0 ports/russian/libcyrillic/files/Makefile.bsd (new) 1.1 +9 -0 ports/russian/libcyrillic/pkg-descr (new) 1.1 +5 -0 ports/russian/libcyrillic/pkg-plist (new)