This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Please upload: t1lib-5.1.0-1/t1lib-x11-5.1.0-1


Hi

Please upload at your earliest convinience.


-------------------------------- cut here ------------------------------------
#!/bin/bash

mkdir -p t1lib/t1lib-x11

cd t1lib
# wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/t1lib/setup.hint
wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/t1lib/t1lib-5.1.0-1-src.tar.bz2
wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/t1lib/t1lib-5.1.0-1.tar.bz2

cd t1lib-x11
# wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/t1lib/t1lib-x11/setup.hint
wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/t1lib/t1lib-x11/t1lib-x11-5.1.0-1.tar.bz2
-------------------------------- cut here ------------------------------------


DESCRIPTION:
============
Library for generating character- and string-glyphs from Adobe Type 1 fonts.


CYGWIN NEWS:
============

* Routine update
  
  
t1lib NEWS
==========

- Check against MultipleMasterFonts somewhat more tolerant, so that
  Type 1 Fonts automatically created from Multiple Master Fonts (e.g.
  using Mmpfb) should now be acceptable.


- The configure-machinery had been somewhat out of date and has been 
  updated. The distributed configure script has been generated by
  AutoConf 2.59 and the redistributed libtool parts are taken from  
  GNU libtool 1.5.10.


- Top-Level TeX-file in the doc subdirectory adapted to recent TeX
  systems' requirements.


- Added IsoLatin9.enc to distribution.


- Subsetting extended so that it works for SEAC-constructed composites
  even if no AFM composite character information is available


- Somewhat more intelligent defaults for subsetting when composite
  characters are included in the subset.


- Reallocation had been broken by relocation of internal StandardEncoding
  vector. This problem turned out on systems where realloc() actually
  returned a different pointer. 


- Fix for outline code on 64bit systems. This involves a redefinition
  of the T1_PATHPOINT struct. This should be uncritical because for 32bit
  systems there is no difference, whereas on 64bit systems, this has never 
  worked correctly before.


- DESTDIR support in Makefile.in by Volker Zell


- Support for XLFD font database format (in which the fonts' names appear
  in the first place on a line).


- Further Bug Fixes


		
Thanks
  Volker


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]