Import anonymous-pro fonts. with feedback from and ok landry@
This commit is contained in:
parent
330aebe695
commit
810395cf83
30
x11/anonymous-pro/Makefile
Normal file
30
x11/anonymous-pro/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/09/06 06:23:55 matthieu Exp $
|
||||
|
||||
COMMENT = fixed width sans font designed especially for coders
|
||||
PKG_ARCH = *
|
||||
VERSION = 1.001
|
||||
PKGNAME = anonymous-pro-${VERSION}
|
||||
DISTNAME = AnonymousPro-${VERSION}
|
||||
EXTRACT_SUFX = .zip
|
||||
CATEGORIES = x11
|
||||
|
||||
MASTER_SITES = http://www.ms-studio.com/FontSales/
|
||||
HOMEPAGE = http://www.ms-studio.com/FontSales/anonymouspro.html
|
||||
|
||||
# OFL http://scripts.sil.org/OFL
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
NO_BUILD = Yes
|
||||
NO_REGRESS = Yes
|
||||
FONTSDIR = ${PREFIX}/lib/X11/fonts/anonymous-pro
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/anonymous-pro
|
||||
${INSTALL_DATA_DIR} ${FONTSDIR}
|
||||
${INSTALL_DATA} ${WRKDIST}/*.ttf ${FONTSDIR}
|
||||
${INSTALL_DATA} ${WRKDIST}/*.txt ${PREFIX}/share/anonymous-pro
|
||||
|
||||
.include <bsd.port.mk>
|
5
x11/anonymous-pro/distinfo
Normal file
5
x11/anonymous-pro/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (AnonymousPro-1.001.zip) = 1SBeOwutUKiFlrLzcxNCCA==
|
||||
RMD160 (AnonymousPro-1.001.zip) = zaE33wYRty5SnDFbFItfNmnfj8Y=
|
||||
SHA1 (AnonymousPro-1.001.zip) = P72wYrLNnXCOeZrsVINELTmjiFw=
|
||||
SHA256 (AnonymousPro-1.001.zip) = fxt7uBgb5uGixq6XlQpzZmOGrmFfGdreyQehBC4LsV0=
|
||||
SIZE (AnonymousPro-1.001.zip) = 286506
|
4
x11/anonymous-pro/pkg/DESCR
Normal file
4
x11/anonymous-pro/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
Anonymous Pro is a family of four fixed-width fonts designed
|
||||
especially with coding in mind. Characters that could be mistaken for
|
||||
one another (O, 0, I, l, 1, etc.) have distinct shapes to make them
|
||||
easier to tell apart in the context of source code.
|
12
x11/anonymous-pro/pkg/PLIST
Normal file
12
x11/anonymous-pro/pkg/PLIST
Normal file
@ -0,0 +1,12 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/09/06 06:23:55 matthieu Exp $
|
||||
lib/X11/fonts/
|
||||
@fontdir lib/X11/fonts/anonymous-pro/
|
||||
lib/X11/fonts/anonymous-pro/Anonymous Pro B.ttf
|
||||
lib/X11/fonts/anonymous-pro/Anonymous Pro BI.ttf
|
||||
lib/X11/fonts/anonymous-pro/Anonymous Pro I.ttf
|
||||
lib/X11/fonts/anonymous-pro/Anonymous Pro.ttf
|
||||
share/anonymous-pro/
|
||||
share/anonymous-pro/FONTLOG.txt
|
||||
share/anonymous-pro/OFL-FAQ.txt
|
||||
share/anonymous-pro/OFL.txt
|
||||
share/anonymous-pro/README.txt
|
Loading…
Reference in New Issue
Block a user