From 0846159b5920698ff773329d5a7d6e8e6c895c6d Mon Sep 17 00:00:00 2001 From: youri Date: Tue, 22 Jan 2019 16:08:11 +0000 Subject: Remove, it was already imported as unicode-character-database. --- fonts/unicode-ucd/DESCR | 1 - fonts/unicode-ucd/Makefile | 34 ------------------------ fonts/unicode-ucd/PLIST | 66 ---------------------------------------------- fonts/unicode-ucd/distinfo | 10 ------- 4 files changed, 111 deletions(-) delete mode 100644 fonts/unicode-ucd/DESCR delete mode 100644 fonts/unicode-ucd/Makefile delete mode 100644 fonts/unicode-ucd/PLIST delete mode 100644 fonts/unicode-ucd/distinfo (limited to 'fonts') diff --git a/fonts/unicode-ucd/DESCR b/fonts/unicode-ucd/DESCR deleted file mode 100644 index 107f9ef20dc..00000000000 --- a/fonts/unicode-ucd/DESCR +++ /dev/null @@ -1 +0,0 @@ -Unicode Character Database diff --git a/fonts/unicode-ucd/Makefile b/fonts/unicode-ucd/Makefile deleted file mode 100644 index a02ae7e6c1f..00000000000 --- a/fonts/unicode-ucd/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2019/01/21 17:13:24 youri Exp $ -# - -VERSION= 11.0.0 -PKGNAME= unicode-ucd-${VERSION} -DISTNAME= UCD -CATEGORIES= fonts -MASTER_SITES+= http://www.unicode.org/Public/zipped/${VERSION}/ -DISTFILES= UCD.zip Unihan.zip - -EXTRACT_ONLY= UCD.zip - -MAINTAINER= youri@NetBSD.org -HOMEPAGE= https://www.unicode.org/ -COMMENT= Unicode Character Database -LICENSE= unicode - -WRKSRC= ${WRKDIR} -DIST_SUBDIR= ${DISTNAME} -NO_CONFIGURE= YES -NO_BUILD= YES - -INSTALLATION_DIR= ${DESTDIR}${PREFIX}/share/unicode/ucd/ - -do-install: - ${INSTALL_DATA_DIR} ${INSTALLATION_DIR}/auxiliary - ${INSTALL_DATA_DIR} ${INSTALLATION_DIR}/extracted - ${INSTALL_DATA} ${WRKSRC}/auxiliary/* ${INSTALLATION_DIR}/auxiliary - ${INSTALL_DATA} ${WRKSRC}/extracted/* ${INSTALLATION_DIR}/extracted - ${INSTALL_DATA} ${WRKSRC}/*.txt ${WRKSRC}/*.pdf ${INSTALLATION_DIR} - # Required by gucharmap - ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/Unihan.zip ${INSTALLATION_DIR} - -.include "../../mk/bsd.pkg.mk" diff --git a/fonts/unicode-ucd/PLIST b/fonts/unicode-ucd/PLIST deleted file mode 100644 index a56e23cbf21..00000000000 --- a/fonts/unicode-ucd/PLIST +++ /dev/null @@ -1,66 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2019/01/21 16:57:41 youri Exp $ -share/unicode/ucd/ArabicShaping.txt -share/unicode/ucd/BidiBrackets.txt -share/unicode/ucd/BidiCharacterTest.txt -share/unicode/ucd/BidiMirroring.txt -share/unicode/ucd/BidiTest.txt -share/unicode/ucd/Blocks.txt -share/unicode/ucd/CJKRadicals.txt -share/unicode/ucd/CaseFolding.txt -share/unicode/ucd/CompositionExclusions.txt -share/unicode/ucd/DerivedAge.txt -share/unicode/ucd/DerivedCoreProperties.txt -share/unicode/ucd/DerivedNormalizationProps.txt -share/unicode/ucd/EastAsianWidth.txt -share/unicode/ucd/EmojiSources.txt -share/unicode/ucd/EquivalentUnifiedIdeograph.txt -share/unicode/ucd/HangulSyllableType.txt -share/unicode/ucd/Index.txt -share/unicode/ucd/IndicPositionalCategory.txt -share/unicode/ucd/IndicSyllabicCategory.txt -share/unicode/ucd/Jamo.txt -share/unicode/ucd/LineBreak.txt -share/unicode/ucd/NameAliases.txt -share/unicode/ucd/NamedSequences.txt -share/unicode/ucd/NamedSequencesProv.txt -share/unicode/ucd/NamesList.txt -share/unicode/ucd/NormalizationCorrections.txt -share/unicode/ucd/NormalizationTest.txt -share/unicode/ucd/NushuSources.txt -share/unicode/ucd/PropList.txt -share/unicode/ucd/PropertyAliases.txt -share/unicode/ucd/PropertyValueAliases.txt -share/unicode/ucd/ReadMe.txt -share/unicode/ucd/ScriptExtensions.txt -share/unicode/ucd/Scripts.txt -share/unicode/ucd/SpecialCasing.txt -share/unicode/ucd/StandardizedVariants.txt -share/unicode/ucd/TangutSources.txt -share/unicode/ucd/USourceData.txt -share/unicode/ucd/USourceGlyphs.pdf -share/unicode/ucd/UnicodeData.txt -share/unicode/ucd/Unihan.zip -share/unicode/ucd/VerticalOrientation.txt -share/unicode/ucd/auxiliary/GraphemeBreakProperty.txt -share/unicode/ucd/auxiliary/GraphemeBreakTest.html -share/unicode/ucd/auxiliary/GraphemeBreakTest.txt -share/unicode/ucd/auxiliary/LineBreakTest.html -share/unicode/ucd/auxiliary/LineBreakTest.txt -share/unicode/ucd/auxiliary/SentenceBreakProperty.txt -share/unicode/ucd/auxiliary/SentenceBreakTest.html -share/unicode/ucd/auxiliary/SentenceBreakTest.txt -share/unicode/ucd/auxiliary/WordBreakProperty.txt -share/unicode/ucd/auxiliary/WordBreakTest.html -share/unicode/ucd/auxiliary/WordBreakTest.txt -share/unicode/ucd/extracted/DerivedBidiClass.txt -share/unicode/ucd/extracted/DerivedBinaryProperties.txt -share/unicode/ucd/extracted/DerivedCombiningClass.txt -share/unicode/ucd/extracted/DerivedDecompositionType.txt -share/unicode/ucd/extracted/DerivedEastAsianWidth.txt -share/unicode/ucd/extracted/DerivedGeneralCategory.txt -share/unicode/ucd/extracted/DerivedJoiningGroup.txt -share/unicode/ucd/extracted/DerivedJoiningType.txt -share/unicode/ucd/extracted/DerivedLineBreak.txt -share/unicode/ucd/extracted/DerivedName.txt -share/unicode/ucd/extracted/DerivedNumericType.txt -share/unicode/ucd/extracted/DerivedNumericValues.txt diff --git a/fonts/unicode-ucd/distinfo b/fonts/unicode-ucd/distinfo deleted file mode 100644 index 231a8252f0c..00000000000 --- a/fonts/unicode-ucd/distinfo +++ /dev/null @@ -1,10 +0,0 @@ -$NetBSD: distinfo,v 1.1 2019/01/21 16:57:41 youri Exp $ - -SHA1 (UCD/UCD.zip) = 8daffb1dc3c4789d2587939bbc87e78d14dcee49 -RMD160 (UCD/UCD.zip) = 13edac49ae4ca540864a2cfc32f4462e739606da -SHA512 (UCD/UCD.zip) = 954a499ff072727c8778e711fb1753834adf09277c9e9a2592c02b59971860f9a407c7e9985ed1e6bdda7a3cf3b1cd6316599c4bffe8b0625413f874486830c1 -Size (UCD/UCD.zip) = 5751718 bytes -SHA1 (UCD/Unihan.zip) = 3a142b3fb4d1b99fd851cd1741d05567b950fc03 -RMD160 (UCD/Unihan.zip) = 43b96568e4e09f5da35a994b2e93bd8fe0e1cd58 -SHA512 (UCD/Unihan.zip) = a045e79545f1ec3529a8556d41c73b20809979e002f98314068c6f91daa79abb2ab3ab383090651b55fb55e343d8fcf67bea822d93d6e3221a206d58ef9e3a7b -Size (UCD/Unihan.zip) = 6747669 bytes -- cgit v1.2.3