ports/155300: [new port] x11-fonts/paratype-fonts: ParaType font collection for languages of Russia

Alexey Illarionov littlesavage at rambler.ru
Sun Mar 6 01:30:11 UTC 2011


>Number:         155300
>Category:       ports
>Synopsis:       [new port] x11-fonts/paratype-fonts: ParaType font collection for languages of Russia
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 06 01:30:11 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Alexey Illarionov
>Release:        
>Organization:
>Environment:
>Description:
ParaType PT Sans and PT Serif fonts
http://www.paratype.com/public/
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	paratype-fonts
#	paratype-fonts/pkg-descr
#	paratype-fonts/Makefile
#	paratype-fonts/pkg-plist
#	paratype-fonts/distinfo
#
echo c - paratype-fonts
mkdir -p paratype-fonts > /dev/null 2>&1
echo x - paratype-fonts/pkg-descr
sed 's/^X//' >paratype-fonts/pkg-descr << '6b38d0674bbb2f3d3f1f99ce6a469ad2'
XThe ParaType PT Sans and PT Serif font families were developed as part of the
X"Public Types of Russian Federation" project. The main aim of the project is
Xto give a possibility to the peoples of Russia to read and write their native
Xlanguages, using free/libre fonts.
X
XThe fonts beside standard Western, Central European and Cyrillic code pages
Xcontain characters of all title languages of Russian Federation that make them
Xunique and very important tool of the modern digital communications.
X
XPT Sans is based on Russian sans serif types of the second part of the XX
Xcentury, but at the same time has a very distinctive features of modern
Xhumanistic design. The family consists of 8 styles: 4 basic styles; 2 captions
Xstyles for small sizes and 2 narrows styles for economic setting.
X
XPT Serif is a transitional serif face with humanistic terminals designed for
Xuse together with PT Sans. It consists of 6 styles: 4 basic styles and 2
Xcaptions styles for small sizes.
X
XDesigned by Alexandra Korolkova, Olga Umpeleva and Vladimir Yefimov.
XReleased by ParaType.
X
XWWW: http://www.paratype.com/public/
6b38d0674bbb2f3d3f1f99ce6a469ad2
echo x - paratype-fonts/Makefile
sed 's/^X//' >paratype-fonts/Makefile << 'a153260827b90c5087ca4d28e1340293'
X# New ports collection makefile for:	paratype-fonts
X# Date created:		05 March 2011
X# Whom:			Alexey Illarionov <littlesavage at rambler.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	paratype-fonts
XPORTVERSION=	2.004
XCATEGORIES=	x11-fonts
XMASTER_SITES=	http://www.fontstock.com/public/	\
X		${MASTER_SITE_LOCAL}
XDISTFILES=	PTSansOFL.zip PTSerifOFL.zip
X
XMAINTAINER=	littlesavage at rambler.ru
XCOMMENT=	ParaType font collection for languages of Russia
X
XBUILD_DEPENDS=	fc-cache:${PORTSDIR}/x11-fonts/fontconfig
XRUN_DEPENDS=	fc-cache:${PORTSDIR}/x11-fonts/fontconfig
X
XLICENSE=	OFL
XLICENSE_FILE=	${WRKSRC}/PTSansPTSerifOFL.txt
XLICENSE_NAME=	SIL Open Font License (OFL)
XLICENSE_PERMS=	auto-accept
X
XNO_BUILD=	YES
XNO_WRKSUBDIR=	YES
XUSE_ZIP=	YES
X
XPLIST_SUB=	FONTSDIR="${FONTSDIR:S|${PREFIX}/||}"
XFONTSNAME=	ParaType
XFONTSDIR=	${PREFIX}/lib/X11/fonts/${FONTSNAME}
X
Xdo-install:
X	${MKDIR} ${FONTSDIR}
X	${INSTALL_DATA} ${WRKSRC}/*.ttf ${FONTSDIR}
X
Xpost-install:
X	@${ECHO_MSG} "===> Running fc-cache"
X	-${LOCALBASE}/bin/fc-cache -f -v ${FONTSDIR}
X
X.include <bsd.port.mk>
a153260827b90c5087ca4d28e1340293
echo x - paratype-fonts/pkg-plist
sed 's/^X//' >paratype-fonts/pkg-plist << '08e9c0d4f07e3bcb16c12e44a1b93bbd'
X%%FONTSDIR%%/PTC55F.ttf
X%%FONTSDIR%%/PTC75F.ttf
X%%FONTSDIR%%/PTF55F.ttf
X%%FONTSDIR%%/PTF56F.ttf
X%%FONTSDIR%%/PTF75F.ttf
X%%FONTSDIR%%/PTF76F.ttf
X%%FONTSDIR%%/PTN57F.ttf
X%%FONTSDIR%%/PTN77F.ttf
X%%FONTSDIR%%/PTS55F.ttf
X%%FONTSDIR%%/PTS56F.ttf
X%%FONTSDIR%%/PTS75F.ttf
X%%FONTSDIR%%/PTS76F.ttf
X%%FONTSDIR%%/PTZ55F.ttf
X%%FONTSDIR%%/PTZ56F.ttf
X at unexec rm %D/%%FONTDIR%%/fonts.cache-1 2>/dev/null || /usr/bin/true
X at dirrm %%FONTSDIR%%
X at exec %%X11BASE%%/bin/fc-cache -f -v %%FONTSDIR%% || /usr/bin/true
08e9c0d4f07e3bcb16c12e44a1b93bbd
echo x - paratype-fonts/distinfo
sed 's/^X//' >paratype-fonts/distinfo << 'bf8c8f8c800b74c85daef9da859d1bd3'
XSHA256 (PTSansOFL.zip) = 7105b5e7d9965b5b2fa189b5a84c66a8252b3432c0293f1350c15ad159447ee1
XSIZE (PTSansOFL.zip) = 1600360
XSHA256 (PTSerifOFL.zip) = 1bf55f3cf143a5e22501de18e597677ed81aaad9c12019146a9e3735e06543a5
XSIZE (PTSerifOFL.zip) = 1029464
bf8c8f8c800b74c85daef9da859d1bd3
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list