Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 May 2004 23:20:47 +0900
From:      Kimura Fuyuki <fuyuki@hadaly.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/66816: New port: print/libotf - Library for handling OpenType fonts
Message-ID:  <86ekph3jgg.wl%fuyuki@hadaly.org>
Resent-Message-ID: <200405181430.i4IEUL2a071912@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         66816
>Category:       ports
>Synopsis:       New port: print/libotf - Library for handling OpenType fonts
>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:   Tue May 18 07:30:21 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Kimura Fuyuki
>Release:        FreeBSD 5.2.1-RELEASE-p5 i386
>Organization:
>Environment:

  FreeBSD ns.nigredo.org 5.2.1-RELEASE-p5 i386

>Description:
The library "libotf" provides the following facilites.

    o Read Open Type Layout Tables from OTF file.  Currently these
      tables are supported; head, name, cmap, GDEF, GSUB, and GPOS.

    o Convert a Unicode character sequence to a glyph code sequence by
      using the above tables.

WWW: http://tsukuba.m17n.org/libotf/

>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:
#
#	libotf
#	libotf/distinfo
#	libotf/pkg-descr
#	libotf/pkg-plist
#	libotf/Makefile
#
echo c - libotf
mkdir -p libotf > /dev/null 2>&1
echo x - libotf/distinfo
sed 's/^X//' >libotf/distinfo << 'END-of-libotf/distinfo'
XMD5 (libotf-0.9.tar.gz) = 09fd82c268718f95cd367c3b6faddfe2
XSIZE (libotf-0.9.tar.gz) = 256323
END-of-libotf/distinfo
echo x - libotf/pkg-descr
sed 's/^X//' >libotf/pkg-descr << 'END-of-libotf/pkg-descr'
XThe library "libotf" provides the following facilites.
X
X    o Read Open Type Layout Tables from OTF file.  Currently these
X      tables are supported; head, name, cmap, GDEF, GSUB, and GPOS.
X
X    o Convert a Unicode character sequence to a glyph code sequence by
X      using the above tables.
X
XWWW: http://tsukuba.m17n.org/libotf/
END-of-libotf/pkg-descr
echo x - libotf/pkg-plist
sed 's/^X//' >libotf/pkg-plist << 'END-of-libotf/pkg-plist'
Xbin/libotf-config
Xbin/otfdump
Xbin/otflist
Xbin/otftobdf
Xbin/otfview
Xinclude/otf.h
Xlib/libotf.a
Xlib/libotf.la
Xlib/libotf.so
Xlib/libotf.so.0
END-of-libotf/pkg-plist
echo x - libotf/Makefile
sed 's/^X//' >libotf/Makefile << 'END-of-libotf/Makefile'
X# New ports collection makefile for:   libotf
X# Date created:                18 May 2004
X# Whom:                        Kimura Fuyuki <fuyuki@hadaly.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	libotf
XPORTVERSION=	0.9
XCATEGORIES=	print devel
XMASTER_SITES=	http://tsukuba.m17n.org/libotf/
X
XMAINTAINER=	fuyuki@hadaly.org
XCOMMENT=	Library for handling OpenType fonts
X
XLIB_DEPENDS=	freetype.9:${PORTSDIR}/print/freetype2
X
XUSE_XLIB=	yes
XUSE_LIBTOOL_VER=	15
XMAKE_ARGS=	AM_CPPFLAGS="-I${X11BASE}/include"
XINSTALLS_SHLIB=	yes
X
X.include <bsd.port.mk>
END-of-libotf/Makefile
exit

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86ekph3jgg.wl%fuyuki>