Next | Query returned 26 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2015-11-03 21:45:25 by Alistair G. Crooks | Files touched by this commit (776)
Log message:
Add SHA512 digests for distfiles for fonts category

Problems found locating distfiles:
	Package acroread7-chsfont: missing distfile acrobat7-fonts/chsfont.tar.gz
	Package acroread7-font-share: missing distfile acrobat7-fonts/korfont.tar.gz
	Package acroread7-korfont: missing distfile acrobat7-fonts/korfont.tar.gz
	Package acroread9-chtfont: missing distfile \ 
acrobat9-fonts/FontPack910_cht_i486-linux.tar.bz2
	Package acroread9-jpnfont: missing distfile \ 
acrobat9-fonts/FontPack910_jpn_i486-linux.tar.bz2
	Package cyberbase-ttf: missing distfile cyberbit-ttf/Cyberbase.ZIP
	Package cyberbit-ttf: missing distfile cyberbit-ttf/Cyberbit.ZIP
	Package pixel-sagas-startrek: missing distfile PS_Font_Fontana.zip
	Package pixel-sagas-startrek: missing distfile PS_Font_Montalban.zip
	Package pixel-sagas-startrek: missing distfile PS_Font_Probert.zip
	Package pixel-sagas-startrek: missing distfile PS_Font_Sternbach.zip
	Package pixel-sagas-startrek: missing distfile PS_Font_Trek_Arrowcaps.zip
	Package umefont-ttf: missing distfile umefont_560.tar.xz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2015-03-15 21:41:17 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
Update to 1.3.1:

This release fixes the autoconf macros installed for use generating the
other Xorg font packages to respect the $PKG_CONFIG variable that some
build systems, especially cross-compilers, require; and updates the
license notice in map-JISX0201.1976-0 to the current version from
Unicode Consortium.

Adam Jackson (1):
      configure: Drop AM_MAINTAINER_MODE

Alan Coopersmith (3):
      Fix a bunch of clang integer size conversion warnings in ucs2any
      Update map-JISX0201.1976-0 to current version from Unicode Consortium
      font-util 1.3.1

Colin Walters (1):
      autogen.sh: Implement GNOME Build API

Ross Burton (1):
      fontutil.m4.in: use $PKG_CONFIG instead of pkg-config
   2012-10-03 20:28:33 by Aleksej Saushev | Files touched by this commit (154)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-06-11 07:56:34 by OBATA Akio | Files touched by this commit (1)
Log message:
Require hacks for fixing autoconf + space in variable name issue.
   2012-06-10 17:27:41 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 1.3.0.

1.3.0:
This release includes a number of bug fixes and code cleanups of
the utilities, as well as improvements to the GNU autoconf macros
for X.Org font packages for cross-compiling support.

Existing font packages will need to have autoreconf run after installing
the new fontutil.m4 to take advantage of the cross-compilation fixes - the
next release of the font packages will include this fix in the configure
scripts distributed in their tarballs.

1.2.0:
This release adds two new options that some of the font packages will
offer in their configure scripts:

  --disable-all-encodings option to the macros used in the bdf font
    packages, to set the default to disabled for all encodings so that
    builders/packagers wanting to build just a subset of encodings can
    start with none and add the ones they want instead of having to disable
    all those they don't want.

  --with-fc-confdir to specify the path to fontconfig's configuration
    files directory (normally /etc/fonts), for packages like bh-ttf that
    install fontconfig configuration snippets.   If not specified,
    the default will be the confdir variable from fontconfig.pc if present
    (which it won't be until the next fontconfig release), otherwise
    ${sysconfdir}/fonts.

Existing font packages will need to have autoreconf run after installing
the new fontutil.m4 to take advantage of this fix - the next release of
the font packages will include this fix in the configure scripts
distributed in their tarballs.
   2010-09-09 20:54:40 by Joerg Sonnenberger | Files touched by this commit (3)
Log message:
font-util-1.1.1:
Add a bunch of macros for common code.
Fix passing of hexadecimal arguments to bdftruncate
   2009-08-09 01:19:48 by Thomas Klausner | Files touched by this commit (5) | Package removed
Log message:
Update to 1.0.2:

Alan Coopersmith (3):
      Update license of code copyrighted by the NetBSD Foundation
      Add missing copyright/license notices to COPYING
      Add README with pointers to mailing list, bugzilla & git repos

James Cloos (4):
      Rename .cvsignore to .gitignore
      Add *~ to .gitignore to skip patch/emacs droppings
      Replace bdftruncate Perl script with C program
      Replace static ChangeLog with dist-hook to generate from git log

Julien Cristau (1):
      Bump to 1.0.2
   2009-08-09 01:18:58 by Thomas Klausner | Files touched by this commit (1)
Log message:
pkglint fix: reorder lines.
   2009-06-14 19:54:16 by Joerg Sonnenberger | Files touched by this commit (64)
Log message:
Remove @dirrm entries from PLISTs
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.

Next | Query returned 26 messages, browsing 11 to 20 | Previous