pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/courier-unicode Import courier-unicode-1.4 as mai...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c2445423cabb
branches: trunk
changeset: 358403:c2445423cabb
user: mef <mef%pkgsrc.org@localhost>
date: Sun Feb 12 02:14:01 2017 +0000
description:
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.
diffstat:
mail/courier-unicode/DESCR | 13 +++++++
mail/courier-unicode/Makefile | 20 +++++++++++
mail/courier-unicode/PLIST | 74 +++++++++++++++++++++++++++++++++++++++++++
mail/courier-unicode/distinfo | 6 +++
4 files changed, 113 insertions(+), 0 deletions(-)
diffs (129 lines):
diff -r 0d7d9b2c2094 -r c2445423cabb mail/courier-unicode/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/courier-unicode/DESCR Sun Feb 12 02:14:01 2017 +0000
@@ -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.
diff -r 0d7d9b2c2094 -r c2445423cabb mail/courier-unicode/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/courier-unicode/Makefile Sun Feb 12 02:14:01 2017 +0000
@@ -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@localhost
+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"
diff -r 0d7d9b2c2094 -r c2445423cabb mail/courier-unicode/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/courier-unicode/PLIST Sun Feb 12 02:14:01 2017 +0000
@@ -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
diff -r 0d7d9b2c2094 -r c2445423cabb mail/courier-unicode/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/courier-unicode/distinfo Sun Feb 12 02:14:01 2017 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index