[Midnightbsd-cvs] mports [24917] trunk/textproc: add utf8proc, update py-mako
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Feb 3 13:27:54 EST 2019
Revision: 24917
http://svnweb.midnightbsd.org/mports/?rev=24917
Author: laffer1
Date: 2019-02-03 13:27:53 -0500 (Sun, 03 Feb 2019)
Log Message:
-----------
add utf8proc, update py-mako
Modified Paths:
--------------
trunk/textproc/Makefile
trunk/textproc/py-mako/Makefile
trunk/textproc/py-mako/distinfo
Added Paths:
-----------
trunk/textproc/utf8proc/
trunk/textproc/utf8proc/Makefile
trunk/textproc/utf8proc/distinfo
trunk/textproc/utf8proc/pkg-descr
Modified: trunk/textproc/Makefile
===================================================================
--- trunk/textproc/Makefile 2019-02-03 18:16:36 UTC (rev 24916)
+++ trunk/textproc/Makefile 2019-02-03 18:27:53 UTC (rev 24917)
@@ -201,6 +201,7 @@
SUBDIR += txt2man
SUBDIR += unoconv
SUBDIR += urlview
+SUBDIR += utf8proc
SUBDIR += wv
SUBDIR += wv2
SUBDIR += xalan-j
Modified: trunk/textproc/py-mako/Makefile
===================================================================
--- trunk/textproc/py-mako/Makefile 2019-02-03 18:16:36 UTC (rev 24916)
+++ trunk/textproc/py-mako/Makefile 2019-02-03 18:27:53 UTC (rev 24917)
@@ -1,7 +1,7 @@
# $MidnightBSD$
PORTNAME= mako
-PORTVERSION= 1.0.6
+PORTVERSION= 1.0.7
CATEGORIES= textproc www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -20,6 +20,6 @@
${PYTHON_PKGNAMEPREFIX}Babel>0:devel/py-babel
USES= python
-USE_PYTHON= autoplist distutils
+USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>
Modified: trunk/textproc/py-mako/distinfo
===================================================================
--- trunk/textproc/py-mako/distinfo 2019-02-03 18:16:36 UTC (rev 24916)
+++ trunk/textproc/py-mako/distinfo 2019-02-03 18:27:53 UTC (rev 24917)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1479379557
-SHA256 (Mako-1.0.6.tar.gz) = 48559ebd872a8e77f92005884b3d88ffae552812cdf17db6768e5c3be5ebbe0d
-SIZE (Mako-1.0.6.tar.gz) = 575112
+TIMESTAMP = 1500792547
+SHA256 (Mako-1.0.7.tar.gz) = 4e02fde57bd4abb5ec400181e4c314f56ac3e49ba4fb8b0d50bba18cb27d25ae
+SIZE (Mako-1.0.7.tar.gz) = 564418
Added: trunk/textproc/utf8proc/Makefile
===================================================================
--- trunk/textproc/utf8proc/Makefile (rev 0)
+++ trunk/textproc/utf8proc/Makefile 2019-02-03 18:27:53 UTC (rev 24917)
@@ -0,0 +1,34 @@
+# $MidnightBSD$
+
+PORTNAME= utf8proc
+PORTVERSION= 2.1.0
+DISTVERSIONPREFIX= v
+CATEGORIES= textproc devel
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= UTF-8 processing library
+
+LICENSE= mit
+LICENSE_FILE= ${WRKSRC}/LICENSE.md
+
+USES= gmake
+USE_GITHUB= yes
+GH_ACCOUNT= JuliaLang
+USE_LDCONFIG= yes
+MAKE_ARGS= prefix=${PREFIX}
+PLIST_FILES= include/utf8proc.h \
+ lib/libutf8proc.a \
+ lib/libutf8proc.so \
+ lib/libutf8proc.so.2 \
+ lib/libutf8proc.so.${PORTVERSION}
+PORTDOCS= NEWS.md README.md
+
+OPTIONS_DEFINE= DOCS
+
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libutf8proc.so
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ cd ${WRKSRC} && \
+ ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
+
+.include <bsd.port.mk>
Property changes on: trunk/textproc/utf8proc/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/textproc/utf8proc/distinfo
===================================================================
--- trunk/textproc/utf8proc/distinfo (rev 0)
+++ trunk/textproc/utf8proc/distinfo 2019-02-03 18:27:53 UTC (rev 24917)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1549218453
+SHA256 (utf8proc-v2.1.0_GH0.tar.gz) = 25ccc5619ac400f9eaf24aafaae5b625afa1961e140b8dd6072b393267833260
+SIZE (utf8proc-v2.1.0_GH0.tar.gz) = 151842
Property changes on: trunk/textproc/utf8proc/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/textproc/utf8proc/pkg-descr
===================================================================
--- trunk/textproc/utf8proc/pkg-descr (rev 0)
+++ trunk/textproc/utf8proc/pkg-descr 2019-02-03 18:27:53 UTC (rev 24917)
@@ -0,0 +1,9 @@
+utf8proc is a library for processing UTF-8 encoded Unicode strings.
+Some features are Unicode normalization, stripping of default ignorable
+characters, case folding and detection of grapheme cluster boundaries.
+A special character mapping is available, which converts for example the
+characters "Hyphen" (U+2010), "Minus" (U+2212) and
+"Hyphen-Minus" (U+002D, ASCII Minus) all into the ASCII minus sign, to
+make them equal for comparisons.
+
+WWW: http://julialang.org/utf8proc/
Property changes on: trunk/textproc/utf8proc/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
More information about the Midnightbsd-cvs
mailing list