Add adobe-source-sans-pro, a free sans-serif font from Adobe.
Name suggested by ajacoutot@, comment fix by naddy@. ok ajacoutot@, naddy@
This commit is contained in:
parent
b81709215a
commit
dcc7587643
@ -1,7 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2012/05/14 11:20:16 dcoppa Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2012/08/19 14:35:33 matthieu Exp $
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR += acrofonts
|
||||
SUBIDR += adobe-source-sans-pro
|
||||
SUBDIR += anonymous-pro
|
||||
SUBDIR += arabeyes-ttf
|
||||
SUBDIR += artwiz-aleczapka
|
||||
|
35
fonts/adobe-source-sans-pro/Makefile
Normal file
35
fonts/adobe-source-sans-pro/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# $OpenBSD: Makefile,v 1.1 2012/08/19 14:35:33 matthieu Exp $
|
||||
|
||||
COMMENT = set of OpenType fonts designed for user interfaces
|
||||
PKG_ARCH = *
|
||||
VERSION = 1.033
|
||||
DISTNAME = SourceSansPro_FontsOnly-${VERSION}
|
||||
PKGNAME = adobe-source-sans-pro-${VERSION}
|
||||
CATEGORIES = fonts x11
|
||||
EXTRACT_SUFX = .zip
|
||||
|
||||
HOMEPAGE = http://sourceforge.net/projects/sourcesans.adobe/
|
||||
|
||||
# OFL http://scripts.sil.org/OFL
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=sourcesans.adobe/}
|
||||
|
||||
NO_BUILD = Yes
|
||||
NO_REGRESS = Yes
|
||||
|
||||
INST_DIR = ${PREFIX}/lib/X11/fonts/adobe-source-sans-pro
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/adobe-source-sans-pro
|
||||
${INSTALL_DATA_DIR} ${INST_DIR}
|
||||
${INSTALL_DATA} ${WRKDIST}/TTF/*.ttf ${INST_DIR}
|
||||
${INSTALL_DATA} ${WRKDIST}/LICENSE.txt \
|
||||
${PREFIX}/share/doc/adobe-source-sans-pro
|
||||
${INSTALL_DATA} ${WRKDIST}/*.html \
|
||||
${PREFIX}/share/doc/adobe-source-sans-pro
|
||||
|
||||
.include <bsd.port.mk>
|
2
fonts/adobe-source-sans-pro/distinfo
Normal file
2
fonts/adobe-source-sans-pro/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (SourceSansPro_FontsOnly-1.033.zip) = bUfRn56OAhGvJMrSVOb9aa8W8t3oyQJRYDlgfA8hPI0=
|
||||
SIZE (SourceSansPro_FontsOnly-1.033.zip) = 1372793
|
10
fonts/adobe-source-sans-pro/pkg/DESCR
Normal file
10
fonts/adobe-source-sans-pro/pkg/DESCR
Normal file
@ -0,0 +1,10 @@
|
||||
Source Sans Pro was designed by Paul D. Hunt as Adobe's first open
|
||||
source typeface family, conceived primarily as a typeface for user
|
||||
interfaces
|
||||
|
||||
The typeface is inspired by the forms of the American Type Founders'
|
||||
gothics by Morris Fuller Benton. It is currently available in six
|
||||
weights, from ExtraLight to Black, in upright and italic styles. The
|
||||
typeface has wide language support for Latin script, including Western
|
||||
and Eastern European languages, Vietnamese, pinyin Romanization of
|
||||
Chinese, and Navajo.
|
19
fonts/adobe-source-sans-pro/pkg/PLIST
Normal file
19
fonts/adobe-source-sans-pro/pkg/PLIST
Normal file
@ -0,0 +1,19 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1 2012/08/19 14:35:33 matthieu Exp $
|
||||
lib/X11/fonts/
|
||||
lib/X11/fonts/adobe-source-sans-pro/
|
||||
lib/X11/fonts/adobe-source-sans-pro/SourceSansPro-Black.ttf
|
||||
lib/X11/fonts/adobe-source-sans-pro/SourceSansPro-BlackIt.ttf
|
||||
lib/X11/fonts/adobe-source-sans-pro/SourceSansPro-Bold.ttf
|
||||
lib/X11/fonts/adobe-source-sans-pro/SourceSansPro-BoldIt.ttf
|
||||
lib/X11/fonts/adobe-source-sans-pro/SourceSansPro-ExtraLight.ttf
|
||||
lib/X11/fonts/adobe-source-sans-pro/SourceSansPro-ExtraLightIt.ttf
|
||||
lib/X11/fonts/adobe-source-sans-pro/SourceSansPro-It.ttf
|
||||
lib/X11/fonts/adobe-source-sans-pro/SourceSansPro-Light.ttf
|
||||
lib/X11/fonts/adobe-source-sans-pro/SourceSansPro-LightIt.ttf
|
||||
lib/X11/fonts/adobe-source-sans-pro/SourceSansPro-Regular.ttf
|
||||
lib/X11/fonts/adobe-source-sans-pro/SourceSansPro-Semibold.ttf
|
||||
lib/X11/fonts/adobe-source-sans-pro/SourceSansPro-SemiboldIt.ttf
|
||||
share/doc/adobe-source-sans-pro/
|
||||
share/doc/adobe-source-sans-pro/LICENSE.txt
|
||||
share/doc/adobe-source-sans-pro/ReadMe.html
|
||||
share/doc/adobe-source-sans-pro/SourceSansProReadMe.html
|
Loading…
x
Reference in New Issue
Block a user