Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id C3DA67A1FC for ; Sun, 12 Feb 2017 02:14:03 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3826A8557B; Sun, 12 Feb 2017 02:14:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B5B6984CEF for ; Sun, 12 Feb 2017 02:14:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id aRpHRO3LfPpT for ; Sun, 12 Feb 2017 02:14:01 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9C8FD84CEA for ; Sun, 12 Feb 2017 02:14:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8D7BBFBE3; Sun, 12 Feb 2017 02:14:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148686564130540" MIME-Version: 1.0 Date: Sun, 12 Feb 2017 02:14:01 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/mail/courier-unicode To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20170212021401.8D7BBFBE3@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_148686564130540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Feb 12 02:14:01 UTC 2017 Added Files: pkgsrc/mail/courier-unicode: DESCR Makefile PLIST distinfo Log Message: Import courier-unicode-1.4 as mail/courier-unicode. This library implements several algorithms related to the Unicode Standard: - Look up uppercase, lowercase, and titlecase equivalents of a unicode character - Implementation of grapheme and work breaking rules - Implementation of line breaking rules - Several ancillary functions, like looking up the unicode character that corresponds to some HTML 4.0 entity (such as "&", for example), and determining the normal width or a double-width status of a unicode character. Also, an adaptation of the iconv(3) API for this unicode library - Look up the Unicode script property - Look up the category property This library also implements C++ bindings for these algorithms. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/mail/courier-unicode/DESCR \ pkgsrc/mail/courier-unicode/Makefile pkgsrc/mail/courier-unicode/PLIST \ pkgsrc/mail/courier-unicode/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148686564130540 Content-Disposition: inline Content-Length: 5116 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/mail/courier-unicode/DESCR diff -u /dev/null pkgsrc/mail/courier-unicode/DESCR:1.1 --- /dev/null Sun Feb 12 02:14:01 2017 +++ pkgsrc/mail/courier-unicode/DESCR Sun Feb 12 02:14:01 2017 @@ -0,0 +1,13 @@ +This library implements several algorithms related to the Unicode Standard: + - Look up uppercase, lowercase, and titlecase equivalents of a unicode + character + - Implementation of grapheme and work breaking rules + - Implementation of line breaking rules + - Several ancillary functions, like looking up the unicode character + that corresponds to some HTML 4.0 entity (such as "&", for example), + and determining the normal width or a double-width status of a unicode + character. Also, an adaptation of the iconv(3) API for this unicode + library + - Look up the Unicode script property + - Look up the category property +This library also implements C++ bindings for these algorithms. Index: pkgsrc/mail/courier-unicode/Makefile diff -u /dev/null pkgsrc/mail/courier-unicode/Makefile:1.1 --- /dev/null Sun Feb 12 02:14:01 2017 +++ pkgsrc/mail/courier-unicode/Makefile Sun Feb 12 02:14:01 2017 @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2017/02/12 02:14:01 mef Exp $ + +DISTNAME= courier-unicode-1.4 +CATEGORIES= mail +MASTER_SITES= https://sourceforge.net/projects/courier/files/courier-unicode/${PKGVERSION_NOREV}/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.courier-mta.org/unicode/ +COMMENT= Implements several algorithms related to the Unicode Standard +LICENSE= gnu-gpl-v3 + +USE_TOOLS+= gmake autoconf aclocal automake +USE_LANGUAGES+= c c++ +GNU_CONFIGURE= yes + +pre-configure: + (cd ${WRKSRC}; autoconf; aclocal; automake) + +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/mail/courier-unicode/PLIST diff -u /dev/null pkgsrc/mail/courier-unicode/PLIST:1.1 --- /dev/null Sun Feb 12 02:14:01 2017 +++ pkgsrc/mail/courier-unicode/PLIST Sun Feb 12 02:14:01 2017 @@ -0,0 +1,74 @@ +@comment $NetBSD: PLIST,v 1.1 2017/02/12 02:14:01 mef Exp $ +include/courier-unicode-categories-tab.h +include/courier-unicode-script-tab.h +include/courier-unicode.h +lib/libcourier-unicode.la +man/man3/unicode::iconvert::convert.3 +man/man3/unicode::iconvert::convert_tocase.3 +man/man3/unicode::iconvert::fromu.3 +man/man3/unicode::iconvert::tou.3 +man/man3/unicode::iso_8859_1.3 +man/man3/unicode::linebreak_callback_base.3 +man/man3/unicode::linebreak_callback_save_buf.3 +man/man3/unicode::linebreak_iter.3 +man/man3/unicode::linebreakc_callback_base.3 +man/man3/unicode::linebreakc_iter.3 +man/man3/unicode::tolower.3 +man/man3/unicode::toupper.3 +man/man3/unicode::ucs_2.3 +man/man3/unicode::ucs_4.3 +man/man3/unicode::utf_8.3 +man/man3/unicode::wordbreak_callback_base.3 +man/man3/unicode_category_lookup.3 +man/man3/unicode_convert.3 +man/man3/unicode_convert_deinit.3 +man/man3/unicode_convert_fromu_init.3 +man/man3/unicode_convert_fromu_tobuf.3 +man/man3/unicode_convert_fromutf8.3 +man/man3/unicode_convert_init.3 +man/man3/unicode_convert_tobuf.3 +man/man3/unicode_convert_tocase.3 +man/man3/unicode_convert_tocbuf_fromutf8_init.3 +man/man3/unicode_convert_tocbuf_init.3 +man/man3/unicode_convert_tocbuf_toutf8_init.3 +man/man3/unicode_convert_tou_init.3 +man/man3/unicode_convert_tou_tobuf.3 +man/man3/unicode_convert_toutf8.3 +man/man3/unicode_convert_uc.3 +man/man3/unicode_default_chset.3 +man/man3/unicode_grapheme_break.3 +man/man3/unicode_html40ent_lookup.3 +man/man3/unicode_isalnum.3 +man/man3/unicode_isalpha.3 +man/man3/unicode_isblank.3 +man/man3/unicode_isdigit.3 +man/man3/unicode_isgraph.3 +man/man3/unicode_islower.3 +man/man3/unicode_ispunct.3 +man/man3/unicode_isspace.3 +man/man3/unicode_isupper.3 +man/man3/unicode_lb_end.3 +man/man3/unicode_lb_init.3 +man/man3/unicode_lb_next.3 +man/man3/unicode_lb_next_cnt.3 +man/man3/unicode_lb_set_opts.3 +man/man3/unicode_lbc_end.3 +man/man3/unicode_lbc_init.3 +man/man3/unicode_lbc_next.3 +man/man3/unicode_lbc_next_cnt.3 +man/man3/unicode_lbc_set_opts.3 +man/man3/unicode_lc.3 +man/man3/unicode_locale_chset.3 +man/man3/unicode_script.3 +man/man3/unicode_tc.3 +man/man3/unicode_u_ucs2_native.3 +man/man3/unicode_u_ucs4_native.3 +man/man3/unicode_uc.3 +man/man3/unicode_wb_end.3 +man/man3/unicode_wb_init.3 +man/man3/unicode_wb_next.3 +man/man3/unicode_wb_next_cnt.3 +man/man3/unicode_wbscan_end.3 +man/man3/unicode_wbscan_init.3 +man/man3/unicode_wbscan_next.3 +man/man7/courier-unicode.7 Index: pkgsrc/mail/courier-unicode/distinfo diff -u /dev/null pkgsrc/mail/courier-unicode/distinfo:1.1 --- /dev/null Sun Feb 12 02:14:01 2017 +++ pkgsrc/mail/courier-unicode/distinfo Sun Feb 12 02:14:01 2017 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/02/12 02:14:01 mef Exp $ + +SHA1 (courier-unicode-1.4.tar.bz2) = 722d554f78e5decec24c418ccea01651fecbee25 +RMD160 (courier-unicode-1.4.tar.bz2) = a5006b510799b341e6f3d266b34b3df31be5bf11 +SHA512 (courier-unicode-1.4.tar.bz2) = 1d9cc3efbbafa88631e37de0647d2e873a8264a02a0ce588687b90e15dedb60c23058312abbc771ed1ddf824ba7c81b16adebfe9db69da953b9856eb66d31264 +Size (courier-unicode-1.4.tar.bz2) = 434338 bytes --_----------=_148686564130540--