mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 03:16:44 -04:00
x11-fonts/doulos-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: 283774
This commit is contained in:
parent
6bf6bde035
commit
b8696eebd6
2 changed files with 16 additions and 17 deletions
|
@ -1,32 +1,30 @@
|
|||
PORTNAME= DoulosSILCompact
|
||||
PORTVERSION= 4.110
|
||||
PORTREVISION= 3
|
||||
DISTVERSION= 6.200
|
||||
CATEGORIES= x11-fonts
|
||||
#unfortunately, the SIL server embeds timestamps in the distfile, so we use a static local copy
|
||||
.if defined(MAINTAINER_MODE)
|
||||
MASTER_SITES= http://scripts.sil.org/ttw/fonts2go.cgi?family=DoulosSIL&pkg=Compact&ver=${PORTVERSION}&filename=/
|
||||
.else
|
||||
MASTER_SITES= LOCAL/bf
|
||||
.endif
|
||||
# Use the port maintainer's GitHub to fetch the font, since the SIL server
|
||||
# embeds dynamic content into the file.
|
||||
MASTER_SITES= https://raw.githubusercontent.com/zoliky/distfiles/refs/heads/main/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= ports@zoltankiraly.com
|
||||
COMMENT= Doulos SIL TrueType font collection, compact variant
|
||||
WWW= https://scripts.sil.org/cms/scripts/page.php?item_id=DoulosSILfont
|
||||
WWW= https://software.sil.org/doulos/
|
||||
|
||||
LICENSE= OFL11
|
||||
LICENSE_FILE= ${WRKSRC}/OFL.txt
|
||||
|
||||
USES= fonts zip
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_FILES= ${FONTSDIR}/${PORTNAME}-R.ttf
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
PLIST_FILES= ${FONTSDIR}/${PORTNAME}-Regular.ttf
|
||||
|
||||
PORTDOCS= FONTLOG.txt OFL-FAQ.txt README.txt
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
PORTDOCS= FONTLOG.txt OFL-FAQ.txt OFL.txt README.txt feat_set_tuned.xml
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${FONTSDIR}
|
||||
@(cd ${WRKSRC} ; ${INSTALL_DATA} *.ttf ${STAGEDIR}${FONTSDIR})
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (DoulosSILCompact-4.110.zip) = 9a9ccec7a722ba86d7b45aa335fa4fdab23e46392876358b6ac99dc6233a8b92
|
||||
SIZE (DoulosSILCompact-4.110.zip) = 1491644
|
||||
TIMESTAMP = 1735753228
|
||||
SHA256 (DoulosSILCompact-6.200.zip) = 04b9dbac3bf45d64dc896ba237f77111479c719799cfb4e3bf416ea8eb6be8d3
|
||||
SIZE (DoulosSILCompact-6.200.zip) = 784016
|
||||
|
|
Loading…
Add table
Reference in a new issue