Re-import Adobe fonts collection.
Existing fonts/adobe-source-code-pro and fonts/adobe-source-sans-pro ports have fetching broken and have too many similar. Also, there is a serif font released as well. This commit removes old versions. okay sthen@
This commit is contained in:
parent
dff817dc30
commit
90773ff8d5
@ -1,33 +0,0 @@
|
|||||||
# $OpenBSD: Makefile,v 1.5 2015/03/31 09:45:09 ajacoutot Exp $
|
|
||||||
|
|
||||||
COMMENT = monospaced OpenType fonts designed for coding environments
|
|
||||||
PKG_ARCH = *
|
|
||||||
VERSION = 1.017
|
|
||||||
DISTNAME = SourceCodePro_FontsOnly-${VERSION}
|
|
||||||
PKGNAME = adobe-source-code-pro-${VERSION}
|
|
||||||
CATEGORIES = fonts x11
|
|
||||||
EXTRACT_SUFX = .zip
|
|
||||||
REVISION = 0
|
|
||||||
|
|
||||||
HOMEPAGE = http://sourceforge.net/projects/sourcecodepro.adobe/
|
|
||||||
|
|
||||||
# OFL http://scripts.sil.org/OFL
|
|
||||||
PERMIT_PACKAGE_CDROM = Yes
|
|
||||||
|
|
||||||
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=sourcecodepro.adobe/}
|
|
||||||
|
|
||||||
NO_BUILD = Yes
|
|
||||||
NO_TEST = Yes
|
|
||||||
|
|
||||||
INST_DIR = ${PREFIX}/share/fonts/adobe-source-code-pro
|
|
||||||
|
|
||||||
do-install:
|
|
||||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/adobe-source-code-pro
|
|
||||||
${INSTALL_DATA_DIR} ${INST_DIR}
|
|
||||||
${INSTALL_DATA} ${WRKDIST}/TTF/*.ttf ${WRKDIST}/OTF/*.otf ${INST_DIR}
|
|
||||||
${INSTALL_DATA} ${WRKDIST}/LICENSE.txt \
|
|
||||||
${PREFIX}/share/doc/adobe-source-code-pro
|
|
||||||
${INSTALL_DATA} ${WRKDIST}/*.html \
|
|
||||||
${PREFIX}/share/doc/adobe-source-code-pro
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||||||
SHA256 (SourceCodePro_FontsOnly-1.017.zip) = gTa0aGMJxCjvBzNWqxeML36Pe2+t1abGG2ogZGN3sh8=
|
|
||||||
SIZE (SourceCodePro_FontsOnly-1.017.zip) = 799805
|
|
@ -1 +0,0 @@
|
|||||||
A set of monospaced OpenType fonts designed for coding environments.
|
|
@ -1,21 +0,0 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.4 2015/03/31 09:45:09 ajacoutot Exp $
|
|
||||||
share/doc/adobe-source-code-pro/
|
|
||||||
share/doc/adobe-source-code-pro/LICENSE.txt
|
|
||||||
share/doc/adobe-source-code-pro/ReadMe.html
|
|
||||||
share/doc/adobe-source-code-pro/SourceCodeProReadMe.html
|
|
||||||
share/fonts/
|
|
||||||
@fontdir share/fonts/adobe-source-code-pro/
|
|
||||||
share/fonts/adobe-source-code-pro/SourceCodePro-Black.otf
|
|
||||||
share/fonts/adobe-source-code-pro/SourceCodePro-Black.ttf
|
|
||||||
share/fonts/adobe-source-code-pro/SourceCodePro-Bold.otf
|
|
||||||
share/fonts/adobe-source-code-pro/SourceCodePro-Bold.ttf
|
|
||||||
share/fonts/adobe-source-code-pro/SourceCodePro-ExtraLight.otf
|
|
||||||
share/fonts/adobe-source-code-pro/SourceCodePro-ExtraLight.ttf
|
|
||||||
share/fonts/adobe-source-code-pro/SourceCodePro-Light.otf
|
|
||||||
share/fonts/adobe-source-code-pro/SourceCodePro-Light.ttf
|
|
||||||
share/fonts/adobe-source-code-pro/SourceCodePro-Medium.otf
|
|
||||||
share/fonts/adobe-source-code-pro/SourceCodePro-Medium.ttf
|
|
||||||
share/fonts/adobe-source-code-pro/SourceCodePro-Regular.otf
|
|
||||||
share/fonts/adobe-source-code-pro/SourceCodePro-Regular.ttf
|
|
||||||
share/fonts/adobe-source-code-pro/SourceCodePro-Semibold.otf
|
|
||||||
share/fonts/adobe-source-code-pro/SourceCodePro-Semibold.ttf
|
|
@ -1,33 +0,0 @@
|
|||||||
# $OpenBSD: Makefile,v 1.7 2015/03/31 09:45:09 ajacoutot Exp $
|
|
||||||
|
|
||||||
COMMENT = set of OpenType fonts designed for user interfaces
|
|
||||||
PKG_ARCH = *
|
|
||||||
VERSION = 1.050
|
|
||||||
DISTNAME = SourceSansPro_FontsOnly-${VERSION}
|
|
||||||
PKGNAME = adobe-source-sans-pro-${VERSION}
|
|
||||||
CATEGORIES = fonts x11
|
|
||||||
EXTRACT_SUFX = .zip
|
|
||||||
REVISION = 0
|
|
||||||
|
|
||||||
HOMEPAGE = http://sourceforge.net/projects/sourcesans.adobe/
|
|
||||||
|
|
||||||
# OFL http://scripts.sil.org/OFL
|
|
||||||
PERMIT_PACKAGE_CDROM = Yes
|
|
||||||
|
|
||||||
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=sourcesans.adobe/}
|
|
||||||
|
|
||||||
NO_BUILD = Yes
|
|
||||||
NO_TEST = Yes
|
|
||||||
|
|
||||||
INST_DIR = ${PREFIX}/share/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 ${WRKDIST}/OTF/*.otf ${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>
|
|
@ -1,2 +0,0 @@
|
|||||||
SHA256 (SourceSansPro_FontsOnly-1.050.zip) = w3n171OYF1e5qhFc/Qd16fqSF19dYRqzu+V2ifo8XwA=
|
|
||||||
SIZE (SourceSansPro_FontsOnly-1.050.zip) = 1556479
|
|
@ -1,10 +0,0 @@
|
|||||||
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.
|
|
@ -1,31 +0,0 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.4 2015/03/31 09:45:09 ajacoutot Exp $
|
|
||||||
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
|
|
||||||
share/fonts/
|
|
||||||
@fontdir share/fonts/adobe-source-sans-pro/
|
|
||||||
share/fonts/adobe-source-sans-pro/SourceSansPro-Black.otf
|
|
||||||
share/fonts/adobe-source-sans-pro/SourceSansPro-Black.ttf
|
|
||||||
share/fonts/adobe-source-sans-pro/SourceSansPro-BlackIt.otf
|
|
||||||
share/fonts/adobe-source-sans-pro/SourceSansPro-BlackIt.ttf
|
|
||||||
share/fonts/adobe-source-sans-pro/SourceSansPro-Bold.otf
|
|
||||||
share/fonts/adobe-source-sans-pro/SourceSansPro-Bold.ttf
|
|
||||||
share/fonts/adobe-source-sans-pro/SourceSansPro-BoldIt.otf
|
|
||||||
share/fonts/adobe-source-sans-pro/SourceSansPro-BoldIt.ttf
|
|
||||||
share/fonts/adobe-source-sans-pro/SourceSansPro-ExtraLight.otf
|
|
||||||
share/fonts/adobe-source-sans-pro/SourceSansPro-ExtraLight.ttf
|
|
||||||
share/fonts/adobe-source-sans-pro/SourceSansPro-ExtraLightIt.otf
|
|
||||||
share/fonts/adobe-source-sans-pro/SourceSansPro-ExtraLightIt.ttf
|
|
||||||
share/fonts/adobe-source-sans-pro/SourceSansPro-It.otf
|
|
||||||
share/fonts/adobe-source-sans-pro/SourceSansPro-It.ttf
|
|
||||||
share/fonts/adobe-source-sans-pro/SourceSansPro-Light.otf
|
|
||||||
share/fonts/adobe-source-sans-pro/SourceSansPro-Light.ttf
|
|
||||||
share/fonts/adobe-source-sans-pro/SourceSansPro-LightIt.otf
|
|
||||||
share/fonts/adobe-source-sans-pro/SourceSansPro-LightIt.ttf
|
|
||||||
share/fonts/adobe-source-sans-pro/SourceSansPro-Regular.otf
|
|
||||||
share/fonts/adobe-source-sans-pro/SourceSansPro-Regular.ttf
|
|
||||||
share/fonts/adobe-source-sans-pro/SourceSansPro-Semibold.otf
|
|
||||||
share/fonts/adobe-source-sans-pro/SourceSansPro-Semibold.ttf
|
|
||||||
share/fonts/adobe-source-sans-pro/SourceSansPro-SemiboldIt.otf
|
|
||||||
share/fonts/adobe-source-sans-pro/SourceSansPro-SemiboldIt.ttf
|
|
Loading…
x
Reference in New Issue
Block a user