pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/fonts/gentium-ttf



Module Name:    pkgsrc
Committed By:   joerg
Date:           Tue Mar 28 13:25:26 UTC 2023

Modified Files:
        pkgsrc/fonts/gentium-ttf: Makefile PLIST distinfo

Log Message:
Update Gentium to 1.03

Rerelease under OFL 1.1 with cleaned up packaging


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/fonts/gentium-ttf/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/fonts/gentium-ttf/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/fonts/gentium-ttf/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/fonts/gentium-ttf/Makefile
diff -u pkgsrc/fonts/gentium-ttf/Makefile:1.7 pkgsrc/fonts/gentium-ttf/Makefile:1.8
--- pkgsrc/fonts/gentium-ttf/Makefile:1.7       Wed Nov  9 13:14:13 2022
+++ pkgsrc/fonts/gentium-ttf/Makefile   Tue Mar 28 13:25:26 2023
@@ -1,21 +1,17 @@
-# $NetBSD: Makefile,v 1.7 2022/11/09 13:14:13 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2023/03/28 13:25:26 joerg Exp $
 #
 
-DISTNAME=      Gentium_102_W
-PKGNAME=       gentium-ttf-1.02
-PKGREVISION=   1
+DISTNAME=      Gentium-1.03
+PKGNAME=       gentium-ttf-1.03
 CATEGORIES=    fonts
+MASTER_SITES=  https://software.sil.org/downloads/r/gentium/
 EXTRACT_SUFX=  .zip
 
-WRKSRC=                ${WRKDIR}/Gentium102
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://scripts.sil.org/FontDownloadsGentium
-COMMENT=       Free TrueType fonts from Bitstream, useful for web viewing
+MAINTAINER=    joerg%NetBSD.org@localhost
+HOMEPAGE=      https://software.sil.org/gentium/
+COMMENT=       Modern international font for Latin and Greek scripts
 LICENSE=       ofl-v1.1
 
-MASTER_SITES=  ${MASTER_SITE_LOCAL}
-
 NO_CONFIGURE=  YES
 NO_BUILD=      YES
 
@@ -24,9 +20,6 @@ FONTS_DIRS.ttf+=      ${PREFIX}/share/fonts/X
 INSTALLATION_DIRS=     share/fonts/X11/TTF
 
 do-install:
-       ${INSTALL_DATA} ${WRKSRC}/GenAI102.TTF ${DESTDIR}${FONTS_DIRS.ttf}/genai102.ttf
-       ${INSTALL_DATA} ${WRKSRC}/GenAR102.TTF ${DESTDIR}${FONTS_DIRS.ttf}/genar102.ttf
-       ${INSTALL_DATA} ${WRKSRC}/GenI102.TTF ${DESTDIR}${FONTS_DIRS.ttf}/geni102.ttf
-       ${INSTALL_DATA} ${WRKSRC}/GenR102.TTF ${DESTDIR}${FONTS_DIRS.ttf}/genr102.ttf
+       ${INSTALL_DATA} ${WRKSRC}/*.ttf ${DESTDIR}${FONTS_DIRS.ttf}
 
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/fonts/gentium-ttf/PLIST
diff -u pkgsrc/fonts/gentium-ttf/PLIST:1.2 pkgsrc/fonts/gentium-ttf/PLIST:1.3
--- pkgsrc/fonts/gentium-ttf/PLIST:1.2  Sun Jun  1 16:35:34 2014
+++ pkgsrc/fonts/gentium-ttf/PLIST      Tue Mar 28 13:25:26 2023
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.2 2014/06/01 16:35:34 wiz Exp $
-share/fonts/X11/TTF/genai102.ttf
-share/fonts/X11/TTF/genar102.ttf
-share/fonts/X11/TTF/geni102.ttf
-share/fonts/X11/TTF/genr102.ttf
+@comment $NetBSD: PLIST,v 1.3 2023/03/28 13:25:26 joerg Exp $
+share/fonts/X11/TTF/Gentium-I.ttf
+share/fonts/X11/TTF/Gentium-R.ttf
+share/fonts/X11/TTF/GentiumAlt-I.ttf
+share/fonts/X11/TTF/GentiumAlt-R.ttf

Index: pkgsrc/fonts/gentium-ttf/distinfo
diff -u pkgsrc/fonts/gentium-ttf/distinfo:1.4 pkgsrc/fonts/gentium-ttf/distinfo:1.5
--- pkgsrc/fonts/gentium-ttf/distinfo:1.4       Tue Oct 26 10:27:12 2021
+++ pkgsrc/fonts/gentium-ttf/distinfo   Tue Mar 28 13:25:26 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:27:12 nia Exp $
+$NetBSD: distinfo,v 1.5 2023/03/28 13:25:26 joerg Exp $
 
-BLAKE2s (Gentium_102_W.zip) = ad2f7f730337ed1432bcd45f7fb03fdf81e89b1b6c7674a9e6cef5d2f366b731
-SHA512 (Gentium_102_W.zip) = 4eebed69a778f990639fce83b27e5f1dfc26c112f022621c897c7bc9b1d40d1a66a02d9d940fc09874f7973ac4fc13b554235e69bb883e8db66023d827a7e2dd
-Size (Gentium_102_W.zip) = 988420 bytes
+BLAKE2s (Gentium-1.03.zip) = 9299d262ae18c0393c0fe43a73cc9c70d31712e4a91bd7aa404bb5244ea842da
+SHA512 (Gentium-1.03.zip) = 74bc06b351fb8ff051fd73f810b5397649950feed5743d9266584ae625092087dded13b392cf1623791e807ab07bb00235885d80713b7d7e8752793224db8fb3
+Size (Gentium-1.03.zip) = 956638 bytes



Home | Main Index | Thread Index | Old Index