# 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 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 END-of-libotf/Makefile exit