[Midnightbsd-cvs] mports [24621] trunk/textproc: add UCD port
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Nov 21 18:02:28 EST 2018
Revision: 24621
http://svnweb.midnightbsd.org/mports/?rev=24621
Author: laffer1
Date: 2018-11-21 18:02:27 -0500 (Wed, 21 Nov 2018)
Log Message:
-----------
add UCD port
Modified Paths:
--------------
trunk/textproc/Makefile
Added Paths:
-----------
trunk/textproc/UCD/
trunk/textproc/UCD/Makefile
trunk/textproc/UCD/distinfo
trunk/textproc/UCD/pkg-descr
trunk/textproc/UCD/pkg-plist
Modified: trunk/textproc/Makefile
===================================================================
--- trunk/textproc/Makefile 2018-11-21 22:35:19 UTC (rev 24620)
+++ trunk/textproc/Makefile 2018-11-21 23:02:27 UTC (rev 24621)
@@ -2,6 +2,7 @@
COMMENT = Text processing utilities (does not include desktop publishing)
+SUBDIR += UCD
SUBDIR += agrep
SUBDIR += asciidoc
SUBDIR += aspell
Added: trunk/textproc/UCD/Makefile
===================================================================
--- trunk/textproc/UCD/Makefile (rev 0)
+++ trunk/textproc/UCD/Makefile 2018-11-21 23:02:27 UTC (rev 24621)
@@ -0,0 +1,49 @@
+# $MidnightBSD$
+
+PORTNAME= UCD
+PORTVERSION= 11.0.0
+CATEGORIES= textproc
+MASTER_SITES= http://www.unicode.org/Public/zipped/${PORTVERSION}/:src\
+ ftp://www.unicode.org/Public/zipped/${PORTVERSION}/:src \
+ http://www.unicode.org/:lic
+DISTFILES= ${PORTNAME}.zip:src \
+ copyright.html:lic
+DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
+EXTRACT_ONLY=
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Unicode Character Database
+
+LICENSE= Unicode_License_Agreement
+LICENSE_NAME= Unicode License Agreement
+LICENSE_FILE= ${_DISTDIR}/copyright.html
+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+
+OPTIONS_DEFINE= HAN
+OPTIONS_DEFAULT=HAN
+OPTIONS_SUB= yes
+HAN_DESC= Unified Han database of Hanzi/Kanji/Hanja Chinese characters
+
+NO_ARCH= yes
+NO_BUILD= yes
+
+.include <bsd.mport.options.mk>
+
+.if ${PORT_OPTIONS:MHAN}
+DISTFILES+= Unihan.zip:src
+.endif
+
+DATADIR= ${PREFIX}/share/unicode/ucd
+
+do-install:
+ ${MKDIR} ${STAGEDIR}${DATADIR}
+ (cd ${STAGEDIR}${DATADIR} && \
+ ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${PORTNAME}.zip ${EXTRACT_AFTER_ARGS})
+.if ${PORT_OPTIONS:MHAN}
+ (cd ${STAGEDIR}${DATADIR} && \
+ ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/Unihan.zip ${EXTRACT_AFTER_ARGS})
+ # Gucharmap also needs this zipfile
+ ${INSTALL_DATA} ${_DISTDIR}/Unihan.zip ${STAGEDIR}${DATADIR}
+.endif
+
+.include <bsd.port.mk>
Property changes on: trunk/textproc/UCD/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/UCD/distinfo
===================================================================
--- trunk/textproc/UCD/distinfo (rev 0)
+++ trunk/textproc/UCD/distinfo 2018-11-21 23:02:27 UTC (rev 24621)
@@ -0,0 +1,7 @@
+TIMESTAMP = 1528390545
+SHA256 (UCD-11.0.0/UCD.zip) = 7a0f297f845b38454c1939ef773dbd0355ae6c00eaa34cdc84139de956a7b8a3
+SIZE (UCD-11.0.0/UCD.zip) = 5751718
+SHA256 (UCD-11.0.0/copyright.html) = 341d64a621d779d29ed33b771798a0bc5c2acf88f28a00f355d0f70c14fe8a06
+SIZE (UCD-11.0.0/copyright.html) = 16443
+SHA256 (UCD-11.0.0/Unihan.zip) = 72079d9d64acd452e1496f67b975a82a989f0023f37aed092c51cf13567fc833
+SIZE (UCD-11.0.0/Unihan.zip) = 6747669
Property changes on: trunk/textproc/UCD/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/UCD/pkg-descr
===================================================================
--- trunk/textproc/UCD/pkg-descr (rev 0)
+++ trunk/textproc/UCD/pkg-descr 2018-11-21 23:02:27 UTC (rev 24621)
@@ -0,0 +1,5 @@
+The Unicode Character Database (UCD) consists of a number of data files listing
+Unicode character properties and related data. It also includes data files
+containing test data for conformance to several important Unicode algorithms.
+
+WWW: http://unicode.org/ucd/
Property changes on: trunk/textproc/UCD/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/textproc/UCD/pkg-plist
===================================================================
--- trunk/textproc/UCD/pkg-plist (rev 0)
+++ trunk/textproc/UCD/pkg-plist 2018-11-21 23:02:27 UTC (rev 24621)
@@ -0,0 +1,74 @@
+%%DATADIR%%/ArabicShaping.txt
+%%DATADIR%%/BidiBrackets.txt
+%%DATADIR%%/BidiCharacterTest.txt
+%%DATADIR%%/BidiMirroring.txt
+%%DATADIR%%/BidiTest.txt
+%%DATADIR%%/Blocks.txt
+%%DATADIR%%/CJKRadicals.txt
+%%DATADIR%%/CaseFolding.txt
+%%DATADIR%%/CompositionExclusions.txt
+%%DATADIR%%/DerivedAge.txt
+%%DATADIR%%/DerivedCoreProperties.txt
+%%DATADIR%%/DerivedNormalizationProps.txt
+%%DATADIR%%/EastAsianWidth.txt
+%%DATADIR%%/EmojiSources.txt
+%%DATADIR%%/EquivalentUnifiedIdeograph.txt
+%%DATADIR%%/HangulSyllableType.txt
+%%DATADIR%%/Index.txt
+%%DATADIR%%/IndicPositionalCategory.txt
+%%DATADIR%%/IndicSyllabicCategory.txt
+%%DATADIR%%/Jamo.txt
+%%DATADIR%%/LineBreak.txt
+%%DATADIR%%/NameAliases.txt
+%%DATADIR%%/NamedSequences.txt
+%%DATADIR%%/NamedSequencesProv.txt
+%%DATADIR%%/NamesList.html
+%%DATADIR%%/NamesList.txt
+%%DATADIR%%/NormalizationCorrections.txt
+%%DATADIR%%/NormalizationTest.txt
+%%DATADIR%%/NushuSources.txt
+%%DATADIR%%/PropList.txt
+%%DATADIR%%/PropertyAliases.txt
+%%DATADIR%%/PropertyValueAliases.txt
+%%DATADIR%%/ReadMe.txt
+%%DATADIR%%/ScriptExtensions.txt
+%%DATADIR%%/Scripts.txt
+%%DATADIR%%/SpecialCasing.txt
+%%DATADIR%%/StandardizedVariants.txt
+%%DATADIR%%/TangutSources.txt
+%%DATADIR%%/USourceData.txt
+%%DATADIR%%/USourceGlyphs.pdf
+%%DATADIR%%/UnicodeData.txt
+%%DATADIR%%/Unihan.zip
+%%DATADIR%%/Unihan_DictionaryIndices.txt
+%%DATADIR%%/Unihan_DictionaryLikeData.txt
+%%DATADIR%%/Unihan_IRGSources.txt
+%%DATADIR%%/Unihan_NumericValues.txt
+%%DATADIR%%/Unihan_OtherMappings.txt
+%%DATADIR%%/Unihan_RadicalStrokeCounts.txt
+%%DATADIR%%/Unihan_Readings.txt
+%%DATADIR%%/Unihan_Variants.txt
+%%DATADIR%%/VerticalOrientation.txt
+%%DATADIR%%/auxiliary/GraphemeBreakProperty.txt
+%%DATADIR%%/auxiliary/GraphemeBreakTest.html
+%%DATADIR%%/auxiliary/GraphemeBreakTest.txt
+%%DATADIR%%/auxiliary/LineBreakTest.html
+%%DATADIR%%/auxiliary/LineBreakTest.txt
+%%DATADIR%%/auxiliary/SentenceBreakProperty.txt
+%%DATADIR%%/auxiliary/SentenceBreakTest.html
+%%DATADIR%%/auxiliary/SentenceBreakTest.txt
+%%DATADIR%%/auxiliary/WordBreakProperty.txt
+%%DATADIR%%/auxiliary/WordBreakTest.html
+%%DATADIR%%/auxiliary/WordBreakTest.txt
+%%DATADIR%%/extracted/DerivedBidiClass.txt
+%%DATADIR%%/extracted/DerivedBinaryProperties.txt
+%%DATADIR%%/extracted/DerivedCombiningClass.txt
+%%DATADIR%%/extracted/DerivedDecompositionType.txt
+%%DATADIR%%/extracted/DerivedEastAsianWidth.txt
+%%DATADIR%%/extracted/DerivedGeneralCategory.txt
+%%DATADIR%%/extracted/DerivedJoiningGroup.txt
+%%DATADIR%%/extracted/DerivedJoiningType.txt
+%%DATADIR%%/extracted/DerivedLineBreak.txt
+%%DATADIR%%/extracted/DerivedName.txt
+%%DATADIR%%/extracted/DerivedNumericType.txt
+%%DATADIR%%/extracted/DerivedNumericValues.txt
Property changes on: trunk/textproc/UCD/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