NOTICE: This package has been removed from pkgsrc

./x11/liblbxutil, Low Bandwith X extension (LBX) utility routines

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


Branch: CURRENT, Version: 1.1.0nb2, Package name: liblbxutil-1.1.0nb2, Maintainer: pkgsrc-users

liblbxutil - Low Bandwith X extension (LBX) utility routines


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

Master sites: (Expand)

SHA1: 99616bab0ca0afeaa9c0a19222091b1ff4f18680
RMD160: d719285993a86ac0b364997e9261373d5aad9912
Filesize: 261.99 KB

Version history: (Expand)


CVS history: (Expand)


   2017-09-16 21:27:31 by Thomas Klausner | Files touched by this commit (372)
Log message:
Reset maintainer
   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.
   2015-10-23 11:53:35 by Tobias Nygren | Files touched by this commit (3)
Log message:
Fix build on Darwin. Although why anyone would want to use this I do not
know, this is just to fix the modular-xorg meta package.
   2015-10-22 16:34:45 by Tobias Nygren | Files touched by this commit (4)
Log message:
Does not need a fortran compiler. Please do not add fortran
to USE_LANGUAGES just to appease broken configure scripts.
   2015-07-02 14:38:33 by Blue Rats | Files touched by this commit (59)
Log message:
Adding:

libXaw3d
libXprintAppUtil
liblbxutil
mkcomposecache
proxymngr
rstart
xcmsdb
xdbedizzy
xedit
xf86dga
xmh
xpr
xrx
xtrap

from pkgsrc-wip as requested by wiz@ last quarter. LICENSE can be fixed
later.
   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.
   2010-06-26 02:39:59 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Mark explicitly as broken.
   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.