Age | Commit message (Collapse) | Author | Files | Lines |
|
by former MAINTAINER Rui-Xiang Guo (rxg at ms25 dot url dot com dot tw).
Some modifications by me to adjust patches (which were for 4.4.6) to 4.4.7.
Changes from 4.4.6 to 4.4.7:
-Changed to a new method of detection pseudotty type, works well on more
platforms including CygWin32.
-IVES command line viewer and editor has been renamed. 'vs' to 'iview', 'es' to
'iedit'. This was made becouse older names conflict with another applications.
-New image library for using with IVES. Now XNC can view the following image
formats:
* GIF
* JPG (with external or built in libjpeg)
* PNG (with external or built in libpng)
* TIF (with external libtiff)
* BMP
* PCX
* PNM
* PCD
* LBM
* XPM
-Fixed bug in running UPGRADE/INSTALL inside RPM archives.
-Fixed legal issues, added some copyrights
-Small bug fixes, as usual. Thanks to all who reported.
Changes from 4.4.5 to 4.4.6:
-Added new program 'xncloader' for faster xnc starting up.
-Fixed bug with wrong display rxvt terminal contents.
-Fixed small bug in FTP vfs.
Set MAINTAINER to myself as Riu no longer uses this pkg. If there are any
volunteers who wish to take over, please feel free to change this.
|
|
|
|
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
|
|
|
|
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
|
|
use X11_BUILDLINK_MK as a test value. Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
|
|
X Northern Captain is a X Window file manager that allows to create, copy,
move, rename, delete, view and edit files in a Virtual File System (VFS).
VFS consists from a normal disk space and a Archive File System (AFS).
All file operations in AFS can be done exactly as in normal file system.
The IVES - file viewer and editor for X Window included, provides a
comprehensive way to view and edit images in many different formats: GIF,
JPEG, PCX, BMP, XBM, XPM, TIFF, TGA, PCD, PNG.
Package provided by Rui-Xiang Guo <xg@ms25.url.com.tw> in PR pkg/13835
|