diff options
-rw-r--r-- | fonts/Makefile | 3 | ||||
-rw-r--r-- | fonts/comic-neue/DESCR | 2 | ||||
-rw-r--r-- | fonts/comic-neue/Makefile | 19 | ||||
-rw-r--r-- | fonts/comic-neue/PLIST | 25 | ||||
-rw-r--r-- | fonts/comic-neue/distinfo | 6 |
5 files changed, 54 insertions, 1 deletions
diff --git a/fonts/Makefile b/fonts/Makefile index 7d26b447278..798246be1b8 100644 --- a/fonts/Makefile +++ b/fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.335 2020/01/17 16:17:21 ng0 Exp $ +# $NetBSD: Makefile,v 1.336 2020/03/05 14:14:27 nia Exp $ # COMMENT= Fonts @@ -40,6 +40,7 @@ SUBDIR+= biznet-iso8859_2 SUBDIR+= cantarell-fonts SUBDIR+= cascadia-ttf SUBDIR+= chkfontpath +SUBDIR+= comic-neue SUBDIR+= consolamono-ttf SUBDIR+= courier-prime SUBDIR+= croscorefonts diff --git a/fonts/comic-neue/DESCR b/fonts/comic-neue/DESCR new file mode 100644 index 00000000000..dbf5a6387a6 --- /dev/null +++ b/fonts/comic-neue/DESCR @@ -0,0 +1,2 @@ +Comic Neue aspires to be the casual script choice for everyone including +the typographically savvy. diff --git a/fonts/comic-neue/Makefile b/fonts/comic-neue/Makefile new file mode 100644 index 00000000000..912b65e2afe --- /dev/null +++ b/fonts/comic-neue/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2020/03/05 14:14:27 nia Exp $ + +DISTNAME= comic-neue-2.3 +CATEGORIES= fonts +MASTER_SITES= http://www.comicneue.com/ +EXTRACT_SUFX= .zip + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.comicneue.com/ +COMMENT= Font that fixes the shortcomings of Comic Sans +LICENSE= ofl-v1.1 + +WRKSRC= ${WRKDIR} + +post-install: + ${FIND} ${DESTDIR}${PREFIX} -name '.*' -print0 | ${XARGS} -0 rm -f + +.include "../../mk/fonts.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/fonts/comic-neue/PLIST b/fonts/comic-neue/PLIST new file mode 100644 index 00000000000..af58fc259d6 --- /dev/null +++ b/fonts/comic-neue/PLIST @@ -0,0 +1,25 @@ +@comment $NetBSD: PLIST,v 1.1 2020/03/05 14:14:27 nia Exp $ +share/fonts/X11/OTF/ComicNeue-Angular-Regular.otf +share/fonts/X11/OTF/ComicNeue-Angular_Bold.otf +share/fonts/X11/OTF/ComicNeue-Angular_Bold_Oblique.otf +share/fonts/X11/OTF/ComicNeue-Angular_Light.otf +share/fonts/X11/OTF/ComicNeue-Angular_Light_Oblique.otf +share/fonts/X11/OTF/ComicNeue-Angular_Oblique.otf +share/fonts/X11/OTF/ComicNeue-Regular.otf +share/fonts/X11/OTF/ComicNeue_Bold.otf +share/fonts/X11/OTF/ComicNeue_Bold_Oblique.otf +share/fonts/X11/OTF/ComicNeue_Light.otf +share/fonts/X11/OTF/ComicNeue_Light_Oblique.otf +share/fonts/X11/OTF/ComicNeue_Oblique.otf +share/fonts/X11/TTF/ComicNeue-Angular-Bold-Oblique.ttf +share/fonts/X11/TTF/ComicNeue-Angular-Bold.ttf +share/fonts/X11/TTF/ComicNeue-Angular-Light-Oblique.ttf +share/fonts/X11/TTF/ComicNeue-Angular-Light.ttf +share/fonts/X11/TTF/ComicNeue-Angular-Regular-Oblique.ttf +share/fonts/X11/TTF/ComicNeue-Angular-Regular.ttf +share/fonts/X11/TTF/ComicNeue-Bold-Oblique.ttf +share/fonts/X11/TTF/ComicNeue-Bold.ttf +share/fonts/X11/TTF/ComicNeue-Light-Oblique.ttf +share/fonts/X11/TTF/ComicNeue-Light.ttf +share/fonts/X11/TTF/ComicNeue-Regular-Oblique.ttf +share/fonts/X11/TTF/ComicNeue-Regular.ttf diff --git a/fonts/comic-neue/distinfo b/fonts/comic-neue/distinfo new file mode 100644 index 00000000000..1694be3e05c --- /dev/null +++ b/fonts/comic-neue/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2020/03/05 14:14:27 nia Exp $ + +SHA1 (comic-neue-2.3.zip) = 2d194eccf2efcaf9872b4d1c0f510c7bb9318b87 +RMD160 (comic-neue-2.3.zip) = c75b17f6af085ba6b8e59ebb9dcabcc1b8294787 +SHA512 (comic-neue-2.3.zip) = 37adcc314f6d4bdc888e056488b209c4a8f3ee5f51618960a733e9d88ee513bafb2abf2b3d9d5bc4d2106297cf38645a8ab56c0fe79974b2ee6e0528aebaf4f5 +Size (comic-neue-2.3.zip) = 2093174 bytes |