Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4019
Added Files:
fontforge-10.5.info fontforge-10.6.info
Removed Files:
fontforge.info
Log Message:
adjust versions for different distros
--- fontforge.info DELETED ---
--- NEW FILE: fontforge-10.6.info ---
Info2: <<
Package: fontforge
Version: 20080828
Revision: 101
Type: python (2.6)
Distribution: 10.6
License: BSD
Description: Outline font editor
DescDetail: <<
An outline font editor that lets you create your own postscript,
truetype, opentype, cid-keyed, multi-master, cff, svg and bitmap (bdf)
fonts, or edit existing ones. Also lets you convert one format to
another. FontForge has support for many Macintosh font formats.
This program was formerly called PfaEdit.
<<
DescUsage: <<
Will use autotrace or potrace to trace bitmaps if available.
The python extension uses /usr/bin/python%type_raw[python] and is
installed
into %p/lib/system-python%type_raw[python]/site-packages to avoid
conflicts.
Add %p/lib/system-python%type_raw[python]/site-packages to PYTHONPATH or
use
sys.path.append('%p/lib/system-python%type_raw[python]/site-packages')
from your scripts.
<<
DescPort: <<
Makefile ignores CPPFLAGS and LDFLAGS so we use CFLAGS instead.
Had to remove setting of DYLD_LIBRARY_PATH in start.c.
Caused ImageIO problems. Yuck.
Enabled python scripting. Uses system's python.
Patched Makefile.in's to remove useless -I and reorder flags.
Reenabled building shared libs; put them into %p/lib/%n.
Now installs a .app wrapper bundle at %p/Applications/FontForge.app
<<
Homepage: http://fontforge.sourceforge.net/
Maintainer: Daniel Johnson <[email protected]>
Source: mirror:sourceforge:%n/%n_full-%v.tar.bz2
Source-MD5: 3c232a6e412d8b443b0b881332dbc26c
SourceDirectory: %n-%v
Source2: mirror:sourceforge:%n/%n_htdocs-20080824.tar.bz2
Source2-MD5: 5eee3058485b52208dfca1d46aeb96aa
Source2ExtractDir: %n-%v/htdocs
Source3: http://fontforge.sourceforge.net/cidmaps.tgz
Source3-MD5: 5f00607e4bbe014cdfd5b23bb0943666
Source3Rename: cidmaps-20080720.tgz
Source3ExtractDir: %n-%v/cidmap
Depends: <<
freetype219-shlibs,
giflib-shlibs,
libgettext3-shlibs,
libiconv,
libjpeg-shlibs,
libpng3-shlibs,
libspiro0-shlibs,
libtiff-shlibs,
libuninameslist1-shlibs,
libxml2-shlibs,
x11
<<
BuildDepends: <<
fink (>= 0.28.0),
freetype219,
gettext-tools,
giflib,
libgettext3-dev,
libiconv-dev,
libjpeg,
libpng3,
libspiro0,
libtiff,
libuninameslist1,
libxml2,
x11-dev
<<
Recommends: autotrace-bin | potrace
Conflicts: pfaedit
Replaces: pfaedit
DocFiles: AUTHORS INSTALL LICENSE README-Mac.html README-Unix.html VERSION
PatchFile: %n.patch
PatchFile-MD5: 105ed15ed07ad03bdf70862085281a81
PatchScript: <<
%{default_script}
#Use system's python to build the python extension.
#Extension gets put in
%p/lib/system-python%type_raw[python]/site-packages
#to avoid interfering with Fink's python packages.
perl -pi -e 's,python setup.py install,env ARCHFLAGS=''
/usr/bin/python%type_raw[python] setup.py install
--install-lib=%p/lib/system-python%type_raw[python]/site-packages,'
Makefile.dynamic.in
#Make extension look for private libs in %p/lib/%n
perl -pi -e 's,/lib/,/lib/%n/,g' pyhook/loadfontforge.h
<<
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
NoSetCPPFLAGS: True
NoSetLDFLAGS: True
SetCFLAGS: -Os -I%p/include/libxml2
SetLIBRARY_PATH: %p/lib/freetype219/lib:%p/lib:/usr/X11R6/lib
SetLDFLAGS: -L%p/lib/freetype219/lib -L%p/lib -L/usr/X11R6/lib
ConfigureParams: <<
--mandir='${prefix}/share/man'\
--libdir='${prefix}/lib/%n'\
--with-x\
--x-includes=/usr/X11R6/include\
--x-libraries=/usr/X11R6/lib\
--with-regular-link\
--with-devicetables\
--with-python=/usr/bin/python%type_raw[python]\
--enable-shared=yes\
--enable-static=no\
--enable-libff\
--enable-pyextension\
--enable-type3\
--enable-double\
--enable-pasteafter\
--enable-tilepath\
--without-freetype-src
<<
CompileScript: <<
#!/bin/bash -ev
export CPATH="%p/lib/freetype219/include:%p/include"
export PATH="%p/lib/freetype219/bin:$PATH"
export F77=no
./configure %c
make STATIC_LIBS="-L%p/lib -L%p/lib/freetype219/lib -lgif -lpng -lz
-ltiff -ljpeg -lxml2 -luninameslist -lfreetype -lintl -lspiro"
<<
InstallScript: <<
make install prefix=%i
/bin/rm -rf %i/include
/bin/ln -s %p/bin/fontforge
fontforge/FontForge.app/Contents/MacOS/FontForge
<<
AppBundles: fontforge/FontForge.app
Shlibs: <<
!%p/lib/%n/libfontforge.1.dylib
!%p/lib/%n/libgdraw.4.dylib
!%p/lib/%n/libgunicode.3.dylib
!%p/lib/%n/libgutils.1.dylib
!%p/lib/%n/libgioftp.1.dylib
<<
<<
--- NEW FILE: fontforge-10.5.info ---
Info2: <<
Package: fontforge
Version: 20080828
Revision: 101
Type: python (2.5)
Distribution: 10.5
License: BSD
Description: Outline font editor
DescDetail: <<
An outline font editor that lets you create your own postscript,
truetype, opentype, cid-keyed, multi-master, cff, svg and bitmap (bdf)
fonts, or edit existing ones. Also lets you convert one format to
another. FontForge has support for many Macintosh font formats.
This program was formerly called PfaEdit.
<<
DescUsage: <<
Will use autotrace or potrace to trace bitmaps if available.
The python extension uses /usr/bin/python%type_raw[python] and is
installed
into %p/lib/system-python%type_raw[python]/site-packages to avoid
conflicts.
Add %p/lib/system-python%type_raw[python]/site-packages to PYTHONPATH or
use
sys.path.append('%p/lib/system-python%type_raw[python]/site-packages')
from your scripts.
<<
DescPort: <<
Makefile ignores CPPFLAGS and LDFLAGS so we use CFLAGS instead.
Had to remove setting of DYLD_LIBRARY_PATH in start.c.
Caused ImageIO problems. Yuck.
Enabled python scripting. Uses system's python.
Patched Makefile.in's to remove useless -I and reorder flags.
Reenabled building shared libs; put them into %p/lib/%n.
Now installs a .app wrapper bundle at %p/Applications/FontForge.app
<<
Homepage: http://fontforge.sourceforge.net/
Maintainer: Daniel Johnson <[email protected]>
Source: mirror:sourceforge:%n/%n_full-%v.tar.bz2
Source-MD5: 3c232a6e412d8b443b0b881332dbc26c
SourceDirectory: %n-%v
Source2: mirror:sourceforge:%n/%n_htdocs-20080824.tar.bz2
Source2-MD5: 5eee3058485b52208dfca1d46aeb96aa
Source2ExtractDir: %n-%v/htdocs
Source3: http://fontforge.sourceforge.net/cidmaps.tgz
Source3-MD5: 5f00607e4bbe014cdfd5b23bb0943666
Source3Rename: cidmaps-20080720.tgz
Source3ExtractDir: %n-%v/cidmap
Depends: <<
freetype219-shlibs,
giflib-shlibs,
libgettext3-shlibs,
libiconv,
libjpeg-shlibs,
libpng3-shlibs,
libspiro0-shlibs,
libtiff-shlibs,
libuninameslist1-shlibs,
libxml2-shlibs,
x11
<<
BuildDepends: <<
fink (>= 0.28.0),
freetype219,
gettext-tools,
giflib,
libgettext3-dev,
libiconv-dev,
libjpeg,
libpng3,
libspiro0,
libtiff,
libuninameslist1,
libxml2,
x11-dev
<<
Recommends: autotrace-bin | potrace
Conflicts: pfaedit
Replaces: pfaedit
DocFiles: AUTHORS INSTALL LICENSE README-Mac.html README-Unix.html VERSION
PatchFile: %n.patch
PatchFile-MD5: 105ed15ed07ad03bdf70862085281a81
PatchScript: <<
%{default_script}
#Use system's python to build the python extension.
#Extension gets put in
%p/lib/system-python%type_raw[python]/site-packages
#to avoid interfering with Fink's python packages.
perl -pi -e 's,python setup.py install,env ARCHFLAGS=''
/usr/bin/python%type_raw[python] setup.py install
--install-lib=%p/lib/system-python%type_raw[python]/site-packages,'
Makefile.dynamic.in
#Make extension look for private libs in %p/lib/%n
perl -pi -e 's,/lib/,/lib/%n/,g' pyhook/loadfontforge.h
<<
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
NoSetCPPFLAGS: True
NoSetLDFLAGS: True
SetCFLAGS: -Os -I%p/include/libxml2
SetLIBRARY_PATH: %p/lib/freetype219/lib:%p/lib:/usr/X11R6/lib
SetLDFLAGS: -L%p/lib/freetype219/lib -L%p/lib -L/usr/X11R6/lib
ConfigureParams: <<
--mandir='${prefix}/share/man'\
--libdir='${prefix}/lib/%n'\
--with-x\
--x-includes=/usr/X11R6/include\
--x-libraries=/usr/X11R6/lib\
--with-regular-link\
--with-devicetables\
--with-python=/usr/bin/python%type_raw[python]\
--enable-shared=yes\
--enable-static=no\
--enable-libff\
--enable-pyextension\
--enable-type3\
--enable-double\
--enable-pasteafter\
--enable-tilepath\
--without-freetype-src
<<
CompileScript: <<
#!/bin/bash -ev
export CPATH="%p/lib/freetype219/include:%p/include"
export PATH="%p/lib/freetype219/bin:$PATH"
export F77=no
./configure %c
make STATIC_LIBS="-L%p/lib -L%p/lib/freetype219/lib -lgif -lpng -lz
-ltiff -ljpeg -lxml2 -luninameslist -lfreetype -lintl -lspiro"
<<
InstallScript: <<
make install prefix=%i
/bin/rm -rf %i/include
/bin/ln -s %p/bin/fontforge
fontforge/FontForge.app/Contents/MacOS/FontForge
<<
AppBundles: fontforge/FontForge.app
Shlibs: <<
!%p/lib/%n/libfontforge.1.dylib
!%p/lib/%n/libgdraw.4.dylib
!%p/lib/%n/libgunicode.3.dylib
!%p/lib/%n/libgutils.1.dylib
!%p/lib/%n/libgioftp.1.dylib
<<
<<
------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs