[Midnightbsd-cvs] mports [24561] trunk/devel: add courier unicode

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Oct 21 17:05:55 EDT 2018


Revision: 24561
          http://svnweb.midnightbsd.org/mports/?rev=24561
Author:   laffer1
Date:     2018-10-21 17:05:54 -0400 (Sun, 21 Oct 2018)
Log Message:
-----------
add courier unicode

Modified Paths:
--------------
    trunk/devel/Makefile

Added Paths:
-----------
    trunk/devel/courier-unicode/
    trunk/devel/courier-unicode/Makefile
    trunk/devel/courier-unicode/distinfo
    trunk/devel/courier-unicode/pkg-descr
    trunk/devel/courier-unicode/pkg-plist

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2018-10-21 21:02:59 UTC (rev 24560)
+++ trunk/devel/Makefile	2018-10-21 21:05:54 UTC (rev 24561)
@@ -39,6 +39,7 @@
 SUBDIR += cmake-fedora
 SUBDIR += cmake-gui
 SUBDIR += cmake-modules
+SUBDIR += courier-unicode
 SUBDIR += cppunit
 SUBDIR += cscope
 SUBDIR += ctags

Added: trunk/devel/courier-unicode/Makefile
===================================================================
--- trunk/devel/courier-unicode/Makefile	                        (rev 0)
+++ trunk/devel/courier-unicode/Makefile	2018-10-21 21:05:54 UTC (rev 24561)
@@ -0,0 +1,26 @@
+# $MidnightBSD$
+# $FreeBSD: head/devel/courier-unicode/Makefile 481732 2018-10-10 11:54:58Z madpilot $
+
+PORTNAME=	courier-unicode
+PORTVERSION=	2.1
+CATEGORIES=	devel mail
+MASTER_SITES=	SF/courier/${PORTNAME}/${PORTVERSION}
+
+MAINTAINER=	porgs at MidnightBSD.org
+COMMENT=	Courier implementation of Unicode Standard related algorithms
+
+LICENSE=	gpl3
+
+CONFLICTS=	libunicode-[0-9]*
+
+USES=		compiler:c++11-lang iconv libtool localbase:ldflags \
+		perl5 tar:bzip2
+USE_PERL5=	build
+USE_LDCONFIG=	yes
+GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
+
+post-patch:
+	@${REINPLACE_CMD} 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/configure
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/courier-unicode/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/courier-unicode/distinfo
===================================================================
--- trunk/devel/courier-unicode/distinfo	                        (rev 0)
+++ trunk/devel/courier-unicode/distinfo	2018-10-21 21:05:54 UTC (rev 24561)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1537269115
+SHA256 (courier-unicode-2.1.tar.bz2) = 684cba7fe722b084ae1ffb0a7f71999756409d5ad4c84bce0efeb8887943ea21
+SIZE (courier-unicode-2.1.tar.bz2) = 447917


Property changes on: trunk/devel/courier-unicode/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/courier-unicode/pkg-descr
===================================================================
--- trunk/devel/courier-unicode/pkg-descr	                        (rev 0)
+++ trunk/devel/courier-unicode/pkg-descr	2018-10-21 21:05:54 UTC (rev 24561)
@@ -0,0 +1,19 @@
+Courier library which 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.
+
+This library also implements C++ bindings for these algorithms.
+
+WWW: http://www.courier-mta.org/unicode/


Property changes on: trunk/devel/courier-unicode/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/courier-unicode/pkg-plist
===================================================================
--- trunk/devel/courier-unicode/pkg-plist	                        (rev 0)
+++ trunk/devel/courier-unicode/pkg-plist	2018-10-21 21:05:54 UTC (rev 24561)
@@ -0,0 +1,77 @@
+include/courier-unicode-categories-tab.h
+include/courier-unicode-script-tab.h
+include/courier-unicode.h
+lib/libcourier-unicode.a
+lib/libcourier-unicode.so
+lib/libcourier-unicode.so.4
+lib/libcourier-unicode.so.4.1.0
+man/man3/unicode::iconvert::convert.3.gz
+man/man3/unicode::iconvert::convert_tocase.3.gz
+man/man3/unicode::iconvert::fromu.3.gz
+man/man3/unicode::iconvert::tou.3.gz
+man/man3/unicode::iso_8859_1.3.gz
+man/man3/unicode::linebreak_callback_base.3.gz
+man/man3/unicode::linebreak_callback_save_buf.3.gz
+man/man3/unicode::linebreak_iter.3.gz
+man/man3/unicode::linebreakc_callback_base.3.gz
+man/man3/unicode::linebreakc_iter.3.gz
+man/man3/unicode::tolower.3.gz
+man/man3/unicode::toupper.3.gz
+man/man3/unicode::ucs_2.3.gz
+man/man3/unicode::ucs_4.3.gz
+man/man3/unicode::utf_8.3.gz
+man/man3/unicode::wordbreak_callback_base.3.gz
+man/man3/unicode_category_lookup.3.gz
+man/man3/unicode_convert.3.gz
+man/man3/unicode_convert_deinit.3.gz
+man/man3/unicode_convert_fromu_init.3.gz
+man/man3/unicode_convert_fromu_tobuf.3.gz
+man/man3/unicode_convert_fromutf8.3.gz
+man/man3/unicode_convert_init.3.gz
+man/man3/unicode_convert_tobuf.3.gz
+man/man3/unicode_convert_tocase.3.gz
+man/man3/unicode_convert_tocbuf_fromutf8_init.3.gz
+man/man3/unicode_convert_tocbuf_init.3.gz
+man/man3/unicode_convert_tocbuf_toutf8_init.3.gz
+man/man3/unicode_convert_tou_init.3.gz
+man/man3/unicode_convert_tou_tobuf.3.gz
+man/man3/unicode_convert_toutf8.3.gz
+man/man3/unicode_convert_uc.3.gz
+man/man3/unicode_default_chset.3.gz
+man/man3/unicode_grapheme_break.3.gz
+man/man3/unicode_html40ent_lookup.3.gz
+man/man3/unicode_isalnum.3.gz
+man/man3/unicode_isalpha.3.gz
+man/man3/unicode_isblank.3.gz
+man/man3/unicode_isdigit.3.gz
+man/man3/unicode_isgraph.3.gz
+man/man3/unicode_islower.3.gz
+man/man3/unicode_ispunct.3.gz
+man/man3/unicode_isspace.3.gz
+man/man3/unicode_isupper.3.gz
+man/man3/unicode_lb_end.3.gz
+man/man3/unicode_lb_init.3.gz
+man/man3/unicode_lb_next.3.gz
+man/man3/unicode_lb_next_cnt.3.gz
+man/man3/unicode_lb_set_opts.3.gz
+man/man3/unicode_lbc_end.3.gz
+man/man3/unicode_lbc_init.3.gz
+man/man3/unicode_lbc_next.3.gz
+man/man3/unicode_lbc_next_cnt.3.gz
+man/man3/unicode_lbc_set_opts.3.gz
+man/man3/unicode_lc.3.gz
+man/man3/unicode_locale_chset.3.gz
+man/man3/unicode_script.3.gz
+man/man3/unicode_tc.3.gz
+man/man3/unicode_u_ucs2_native.3.gz
+man/man3/unicode_u_ucs4_native.3.gz
+man/man3/unicode_uc.3.gz
+man/man3/unicode_wb_end.3.gz
+man/man3/unicode_wb_init.3.gz
+man/man3/unicode_wb_next.3.gz
+man/man3/unicode_wb_next_cnt.3.gz
+man/man3/unicode_wbscan_end.3.gz
+man/man3/unicode_wbscan_init.3.gz
+man/man3/unicode_wbscan_next.3.gz
+man/man7/courier-unicode.7.gz
+share/aclocal/courier-unicode.m4


Property changes on: trunk/devel/courier-unicode/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list