Update to latest release.
ChangeLog says: 2006-04-01 Adam Jackson <ajax@freedesktop.org> * Makefile.am: Add ft.h and ftfuncs.h to the install set for Xprint's benefit. * configure.ac: Bump to 1.1 for new header files and bugfixes. 2006-03-31 Daniel Stone <daniel@freedesktop.org> * src/fontfile/ffcheck.c: Change BUILD_* to XFONT_*. (Drew Parsons) Minor cleanup: remove random #ifndef CRAY. 2006-03-20 Adam Jackson <ajax@freedesktop.org> * src/Makefile.am: Bug #6247: Fix build on Cygwin. (Yaakov Selkowitz) 2006-02-21 Daniel Stone <daniel@freedesktop.org> * src/fc/fserve.c: Don't crash when we receive an FS_Error from the font server (Guillem Jover). 2005-12-14 Kevin E. Martin <kem-at-freedesktop-dot-org> * configure.ac: Update package version number for final X11R7 release candidate. 2005-12-09 Kevin E. Martin <kem-at-freedesktop-dot-org> * configure.ac: * src/fontfile/Makefile.am: Bug #5175: Make encodingsdir configurable. 2005-12-03 Kevin E. Martin <kem-at-freedesktop-dot-org> * configure.ac: Update package version number for X11R7 RC3 release. 2005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org> * xfont.pc.in: Update pkgconfig files to separate library build-time dependencies from application build-time dependencies. * configure.ac: Update dependencies to work with separate build roots. 2005-11-09 Kevin E. Martin <kem-at-freedesktop-dot-org> * configure.ac: Update package version number for X11R7 RC2 release. 2005-10-18 Kevin E. Martin <kem-at-freedesktop-dot-org> * configure.ac: Update package version number for RC1 release. 2005-10-05 Kevin E. Martin <kem-at-freedesktop-dot-org> * src/FreeType/Makefile.am: * src/builtins/Makefile.am: Include missing files 2005-10-03 Adam Jackson <ajax@freedesktop.org> * src/fontcache/Makefile.am: Bug #4677: Don't install libfontcache.so. 2005-09-09 Daniel Stone <daniel@freedesktop.org> * configure.ac: AC_DEFINE FONTCACHE rather than XFONT_FONTCACHE, as the former is used in the code, and the latter in Makefile.ams for an AM_CONDITIONAL.
This commit is contained in:
parent
680f17d4ec
commit
30dfe05cab
3 changed files with 10 additions and 9 deletions
|
@ -1,9 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.14 2006/04/18 18:27:50 jeremy-c-reed Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2006/04/28 05:52:12 jeremy-c-reed Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libXfont-0.99.0
|
||||
DISTNAME= libXfont-1.1.0
|
||||
CATEGORIES= x11 devel
|
||||
MASTER_SITES= http://xorg.freedesktop.org/X11R7.0-RC0/lib/
|
||||
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/lib/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= tech-pkg@NetBSD.org
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2005/10/17 19:25:33 jeremy-c-reed Exp $
|
||||
@comment $NetBSD: PLIST,v 1.5 2006/04/28 05:52:12 jeremy-c-reed Exp $
|
||||
include/X11/fonts/bdfint.h
|
||||
include/X11/fonts/bitmap.h
|
||||
include/X11/fonts/bufio.h
|
||||
|
@ -12,8 +12,9 @@ include/X11/fonts/fontmod.h
|
|||
include/X11/fonts/fontshow.h
|
||||
include/X11/fonts/fontutil.h
|
||||
include/X11/fonts/fontxlfd.h
|
||||
include/X11/fonts/ft.h
|
||||
include/X11/fonts/ftfuncs.h
|
||||
include/X11/fonts/pcf.h
|
||||
lib/libXfont.la
|
||||
lib/libfontcache.la
|
||||
lib/pkgconfig/xfont.pc
|
||||
@comment @dirrm include/X11/fonts
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.4 2005/10/17 19:25:33 jeremy-c-reed Exp $
|
||||
$NetBSD: distinfo,v 1.5 2006/04/28 05:52:10 jeremy-c-reed Exp $
|
||||
|
||||
SHA1 (libXfont-0.99.0.tar.bz2) = ed4f4abe317c18ddffc8b90321fa1859ab922267
|
||||
RMD160 (libXfont-0.99.0.tar.bz2) = 4ae7f3af4bb169d1832efe636832c9612428669f
|
||||
Size (libXfont-0.99.0.tar.bz2) = 584112 bytes
|
||||
SHA1 (libXfont-1.1.0.tar.bz2) = 0f09897deed6c07c56064f9d3e5b9fad7840bb54
|
||||
RMD160 (libXfont-1.1.0.tar.bz2) = 36f8180891623d362379b77eb24a18a45a1e9b2e
|
||||
Size (libXfont-1.1.0.tar.bz2) = 591235 bytes
|
||||
|
|
Loading…
Reference in a new issue