Index: devel/unicode-data/Makefile =================================================================== --- devel/unicode-data/Makefile (nonexistent) +++ devel/unicode-data/Makefile (working copy) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= unicode-data +PORTVERSION= 9.0.0 +CATEGORIES= devel +MASTER_SITES= http://www.unicode.org/Public/zipped/${PORTVERSION}/ +DISTFILES= UCD.zip \ + Unihan.zip +DIST_SUBDIR= unicode/${PORTVERSION}/ +EXTRACT_ONLY= UCD.zip + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Unicode data from unicode.org + +USES= zip + +NO_WRKSUBDIR= yes +NO_BUILD= yes + +do-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/share/${PORTNAME} + cd ${WRKSRC} && ${COPYTREE_SHARE} . \ + ${STAGEDIR}${PREFIX}/share/${PORTNAME}/ + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/Unihan.zip \ + ${STAGEDIR}${PREFIX}/share/${PORTNAME}/ + +.include Property changes on: devel/unicode-data/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: devel/unicode-data/distinfo =================================================================== --- devel/unicode-data/distinfo (nonexistent) +++ devel/unicode-data/distinfo (working copy) @@ -0,0 +1,5 @@ +TIMESTAMP = 1470738390 +SHA256 (unicode/9.0.0//UCD.zip) = df9e028425816fd5117eaea7173704056f88f7cd030681e457c6f3827f9390ec +SIZE (unicode/9.0.0//UCD.zip) = 5655592 +SHA256 (unicode/9.0.0//Unihan.zip) = 6afdd48fb3c5d79a527ed27ce2582b2f684c09e16f5d0837fe7e5b0204f46362 +SIZE (unicode/9.0.0//Unihan.zip) = 6558824 Property changes on: devel/unicode-data/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property 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 Index: devel/unicode-data/pkg-descr =================================================================== --- devel/unicode-data/pkg-descr (nonexistent) +++ devel/unicode-data/pkg-descr (working copy) @@ -0,0 +1,3 @@ + + +WWW: http://www.unicode.org/ucd/ Property changes on: devel/unicode-data/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property 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 Index: devel/unicode-data/pkg-plist =================================================================== --- devel/unicode-data/pkg-plist (nonexistent) +++ devel/unicode-data/pkg-plist (working copy) @@ -0,0 +1,63 @@ +%%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%%/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%%/PropList.txt +%%DATADIR%%/PropertyAliases.txt +%%DATADIR%%/PropertyValueAliases.txt +%%DATADIR%%/ReadMe.txt +%%DATADIR%%/ScriptExtensions.txt +%%DATADIR%%/Scripts.txt +%%DATADIR%%/SpecialCasing.txt +%%DATADIR%%/StandardizedVariants.html +%%DATADIR%%/StandardizedVariants.txt +%%DATADIR%%/TangutSources.txt +%%DATADIR%%/USourceData.txt +%%DATADIR%%/USourceGlyphs.pdf +%%DATADIR%%/UnicodeData.txt +%%DATADIR%%/Unihan.zip +%%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/DerivedNumericType.txt +%%DATADIR%%/extracted/DerivedNumericValues.txt Property changes on: devel/unicode-data/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property 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 Index: deskutils/gucharmap/Makefile =================================================================== --- deskutils/gucharmap/Makefile (revision 419782) +++ deskutils/gucharmap/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gucharmap -PORTVERSION= 3.18.2 +PORTVERSION= 9.0.0 CATEGORIES= deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -17,16 +17,26 @@ PORTSCOUT= limitw:1,even -USES= desktop-file-utils gettext gmake gnome libtool pathfix \ +USES= desktop-file-utils gmake gnome libtool localbase pathfix \ pkgconfig tar:xz USE_GNOME= gnomeprefix gtk30 intlhack introspection:build GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-unicode-data=${LOCALBASE}/share/unicode-data/ +# Specify absolute directory where the Unicode data +# files reside. If 'none', downloads the files to the +# build directory. + USE_LDCONFIG= yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.gnome.Charmap.enums.xml \ org.gnome.Charmap.gschema.xml +OPTIONS_SUB= yes +OPTIONS_DEFINE= NLS + +NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls +#USE_GCC= 4.8+ + .include Index: deskutils/gucharmap/distinfo =================================================================== --- deskutils/gucharmap/distinfo (revision 419782) +++ deskutils/gucharmap/distinfo (working copy) @@ -1,2 +1,3 @@ -SHA256 (gnome3/gucharmap-3.18.2.tar.xz) = 80141d3e892c3c4812c1a8fad8f89978559ef19e933843267e6e9a5524c09ec9 -SIZE (gnome3/gucharmap-3.18.2.tar.xz) = 2031560 +TIMESTAMP = 1470736876 +SHA256 (gnome3/gucharmap-9.0.0.tar.xz) = d698ce4bba5486f7e32e9a4ec0ecd916926fb876640856746121d8ae8012765c +SIZE (gnome3/gucharmap-9.0.0.tar.xz) = 1007252