./x11/xp, Fast X11 text file viewer using Athena widgets

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.2b10nb4, Package name: xp-1.2b10nb4, Maintainer: jdc

Release 2.0 of xp

xp started as a filter to simply display stdin in an Athena text
widget. It grew to be a more general file displayer with an emphasis
on ease of browsing and searching, but I've tried to keep its interface
(and implementation) simple and make it useful in shell scripts.

xp tries to be reasonably efficient in use of memory when displaying
large files, given that the text widgets requires the whole file to be
in memory, by using a read-only text widget and freeing memory when a
file is no longer displayed (so if you go back to a previously
displayed file it gets re-opened).

xp incorporates Henry Spencer's implementation of egrep style regular
expression matching. The xp distribution includes that part of the
regexp distribution which it requires.

gerry.tomlinson@ncl.ac.uk November 1995


Required to build:
[pkgtools/x11-links] [pkgtools/cwrappers]

Master sites:

Filesize: 42.027 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 13:35:01 by Nia Alarie | Files touched by this commit (674)
Log message:
x11: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
   2021-10-07 17:14:47 by Nia Alarie | Files touched by this commit (675)
Log message:
x11: Remove SHA1 hashes for distfiles
   2016-04-01 12:23:44 by Jonathan Perkin | Files touched by this commit (1)
Log message:
Fix PKGMANDIR install.
   2016-03-29 17:13:59 by Pierre Pronchery | Files touched by this commit (1)
Log message:
Add support for CFLAGS and LDFLAGS to x11/xp

This fixes building the package with PKGSRC_MKPIE. It is not a leaf package
but only one other package depends on it (x11/libXprintAppUtil).

Reviewed by wiz@
   2016-03-10 08:40:24 by Thomas Klausner | Files touched by this commit (3)
Log message:
The strerror fix removed patch-aa from distinfo.
Finish the removal, and add some necessary overrides to the Makefile.
   2016-03-09 07:52:02 by Tobias Nygren | Files touched by this commit (3)
Log message:
fix build on Linux
   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.
   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.