mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
x11-fonts/charis-compact: Update to 6.200
Update MASTER_SITES and WWW variables. Add NO_ARCH=yes. Add LICENSE_FILE. Switch to DISTVERSION. Submitter takes maintainership. PR: 283776
This commit is contained in:
parent
b8696eebd6
commit
c54a6fbd1e
2 changed files with 16 additions and 17 deletions
|
@ -1,34 +1,32 @@
|
||||||
PORTNAME= CharisSILCompact
|
PORTNAME= CharisSILCompact
|
||||||
PORTVERSION= 4.114
|
DISTVERSION= 6.200
|
||||||
PORTREVISION= 2
|
|
||||||
CATEGORIES= x11-fonts
|
CATEGORIES= x11-fonts
|
||||||
#unfortunately, the SIL server embeds timestamps in the distfile, so we use a static local copy
|
# Use the port maintainer's GitHub to fetch the font, since the SIL server
|
||||||
.if defined(MAINTAINER_MODE)
|
# embeds dynamic content into the file.
|
||||||
MASTER_SITES= http://scripts.sil.org/ttw/fonts2go.cgi?family=CharisSIL&pkg=Compact&ver=${PORTVERSION}&filename=/
|
MASTER_SITES= https://raw.githubusercontent.com/zoliky/distfiles/refs/heads/main/
|
||||||
.else
|
|
||||||
MASTER_SITES= LOCAL/bf
|
|
||||||
.endif
|
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@zoltankiraly.com
|
||||||
COMMENT= Charis SIL TrueType font collection, compact variant
|
COMMENT= Charis SIL TrueType font collection, compact variant
|
||||||
WWW= https://scripts.sil.org/cms/scripts/page.php?item_id=CharisSILfont
|
WWW= https://software.sil.org/charis/
|
||||||
|
|
||||||
LICENSE= OFL11
|
LICENSE= OFL11
|
||||||
|
LICENSE_FILE= ${WRKSRC}/OFL.txt
|
||||||
|
|
||||||
USES= fonts zip
|
USES= fonts zip
|
||||||
|
|
||||||
|
NO_ARCH= yes
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
|
|
||||||
.for type in B BI I R
|
SUB_FILES= pkg-message
|
||||||
|
|
||||||
|
.for type in Bold BoldItalic Italic Regular
|
||||||
PLIST_FILES+= ${FONTSDIR}/${PORTNAME}-${type}.ttf
|
PLIST_FILES+= ${FONTSDIR}/${PORTNAME}-${type}.ttf
|
||||||
.endfor
|
.endfor
|
||||||
|
|
||||||
|
PORTDOCS= FONTLOG.txt OFL-FAQ.txt README.txt
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
PORTDOCS= FONTLOG.txt OFL-FAQ.txt OFL.txt README.txt feat_set_tuned.xml
|
|
||||||
|
|
||||||
SUB_FILES= pkg-message
|
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${MKDIR} ${STAGEDIR}${FONTSDIR}
|
${MKDIR} ${STAGEDIR}${FONTSDIR}
|
||||||
(cd ${WRKSRC} ; ${INSTALL_DATA} *.ttf ${STAGEDIR}${FONTSDIR})
|
(cd ${WRKSRC} ; ${INSTALL_DATA} *.ttf ${STAGEDIR}${FONTSDIR})
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
SHA256 (CharisSILCompact-4.114.zip) = b8df263c64d1590c419e0cb4317666312036da07ea6f2f2bea49736453042095
|
TIMESTAMP = 1735763322
|
||||||
SIZE (CharisSILCompact-4.114.zip) = 2743777
|
SHA256 (CharisSILCompact-6.200.zip) = 868dc7a27492937a7aa21215e363537ce2af7bf63321d5e1ef54004e44ce9e12
|
||||||
|
SIZE (CharisSILCompact-6.200.zip) = 2066001
|
||||||
|
|
Loading…
Add table
Reference in a new issue