NOTICE: This package has been removed from pkgsrc

./x11/printproto, Print extension headers from X.org

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.0.5nb1, Package name: printproto-1.0.5nb1, Maintainer: joerg

Definitions needed by the X Print server, library, and clients.

From the modular X.org X11 project.


Required to build:
[pkgtools/cwrappers] [x11/xorgproto]

Master sites: (Expand)

SHA1: 4ddb7781ebc2418d681a6f5e16d777aed56ea35e
RMD160: 8a4f72eb4f21c3297a68381c5254fc7aea26a4ed
Filesize: 217.343 KB

Version history: (Expand)


CVS history: (Expand)


   2015-11-04 04:29:14 by Alistair G. Crooks | Files touched by this commit (670)
Log message:
Add SHA512 digests for distfiles for x11 category

Problems found locating distfiles:
        Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2
        Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz
        Package xservers: missing distfile xservers-3.3.6.5.tar.bz2
        Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz
        Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz

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.
   2014-03-10 12:05:54 by Jonathan Perkin | Files touched by this commit (57)
Log message:
Search for pkgconfig files in lib${LIBABISUFFIX} and share directories
as appropriate.  This is required for X11_TYPE=native on Red Hat Linux.
   2012-10-29 06:07:25 by Aleksej Saushev | Files touched by this commit (563)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-07-02 18:03:46 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Set MISC_MAN_SUFFIX unconditionally.
   2012-06-26 12:37:53 by Jonathan Perkin | Files touched by this commit (1)
Log message:
Fix manual page location on Solaris.
   2012-05-29 16:18:48 by Thomas Klausner | Files touched by this commit (4) | Package updated
Log message:
Update to 1.0.5:

Alan Coopersmith (7):
      Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
      Move Xprint protocol spec & overview man pages from xorg-docs
      Sun's copyrights belong to Oracle now
      config: Add missing AC_CONFIG_SRCDIR & AM_MAINTAINER_MODE
      config: Replace obsolete usage of AC_OUTPUT with AC_CONFIG_FILES
      Add README with pointers to mailing lists, git, bugzilla, the true status, etc.
      printproto 1.0.5

Gaetan Nadon (1):
      config: update AC_PREREQ statement to 2.60

Paulo Cesar Pereira de Andrade (1):
      Janitor: Correct make distcheck and dont distribute autogen.sh

Paulo Zanoni (1):
      Use docbookx.dtd version 4.3 for all docs
   2009-06-14 20:25:20 by Joerg Sonnenberger | Files touched by this commit (321)
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.