Date: Thu, 16 Jul 2009 18:11:20 GMT From: Stefan Bethke <stb@lassitu.de> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/136824: New port: www/ttf2eot Message-ID: <200907161811.n6GIBKlQ043086@www.freebsd.org> Resent-Message-ID: <200907161820.n6GIK2vY036428@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 136824 >Category: ports >Synopsis: New port: www/ttf2eot >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: Thu Jul 16 18:20:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Stefan Bethke >Release: -current >Organization: - >Environment: >Description: Very small utility to convert TTF files to EOT. EOT is used by Internet Explorer to support css @font-face declarations. >How-To-Repeat: >Fix: # 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: # # www/ttf2eot # www/ttf2eot/Makefile # www/ttf2eot/distinfo # www/ttf2eot/pkg-descr # echo c - www/ttf2eot mkdir -p www/ttf2eot > /dev/null 2>&1 echo x - www/ttf2eot/Makefile sed 's/^X//' >www/ttf2eot/Makefile << 'bee40c7d3219358fc48103f51288c17f' X# New ports collection makefile for: ttf2eot X# Date Created: July 16 2009 X# Whom: Stefan Bethke <stb@lassitu.de> X# X# $FreeBSD$ X# X XPORTNAME= ttf2eot XPORTVERSION= 0.0.2.2 XCATEGORIES= www XMASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} XDISTNAME= ${PORTNAME}-0.0.2-2 X XMAINTAINER= stb@lassitu.de XCOMMENT= Convert TTF font file to EOT web embeddable file X X#MAN1= fpdns.1 XNO_MAN= yes XPLIST_FILES= bin/ttf2eot X XUSE_GMAKE= yes XALL_TARGET= ttf2eot X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/ttf2eot ${PREFIX}/bin X X.include <bsd.port.mk> bee40c7d3219358fc48103f51288c17f echo x - www/ttf2eot/distinfo sed 's/^X//' >www/ttf2eot/distinfo << '7e9e0f96a287429c7d158cb490b8ef5e' XMD5 (ttf2eot-0.0.2-2.tar.gz) = 97c9ceb0ded362bf2e6dd3a3a9360f8d XSHA256 (ttf2eot-0.0.2-2.tar.gz) = 023cf04d7c717657e92afe566518bf2a696ab22a2a8eba764340000bebff8db8 XSIZE (ttf2eot-0.0.2-2.tar.gz) = 4951 7e9e0f96a287429c7d158cb490b8ef5e echo x - www/ttf2eot/pkg-descr sed 's/^X//' >www/ttf2eot/pkg-descr << '9186dbce9e76e54f8a13b9da473ecddd' XVery small utility to convert TTF files to EOT. XEOT is used by Internet Explorer to support css @font-face declarations. X XWWW: http://code.google.com/p/ttf2eot/ 9186dbce9e76e54f8a13b9da473ecddd exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907161811.n6GIBKlQ043086>