diff options
author | jschauma <jschauma@pkgsrc.org> | 2002-07-08 14:25:03 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2002-07-08 14:25:03 +0000 |
commit | 704db0f623433b9a53bd3eba82b17728dde5fe44 (patch) | |
tree | 4ed1570146dec64e80f703250b1ec325564919f7 /sysutils/xnc/Makefile | |
parent | 5404b7fa910782cccd16258475e86da26f1f36ea (diff) | |
download | pkgsrc-704db0f623433b9a53bd3eba82b17728dde5fe44.tar.gz |
Update xnc to version 4.4.7 using most of the patches provided in PR pkg/14037
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.
Diffstat (limited to 'sysutils/xnc/Makefile')
-rw-r--r-- | sysutils/xnc/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/sysutils/xnc/Makefile b/sysutils/xnc/Makefile index 125f45be14a..0c2dc384ce5 100644 --- a/sysutils/xnc/Makefile +++ b/sysutils/xnc/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.5 2002/03/17 16:07:15 fredb Exp $ +# $NetBSD: Makefile,v 1.6 2002/07/08 14:25:03 jschauma Exp $ -DISTNAME= xnc-4.4.5.src -PKGNAME= xnc-4.4.5 +DISTNAME= xnc-4.4.7.src +PKGNAME= xnc-4.4.7 PKGREVISION= 1 CATEGORIES= sysutils x11 MASTER_SITES= http://www.xnc.dubna.su/src/ -MAINTAINER= rxg@ms25.url.com.tw +MAINTAINER= jschauma@netbsd.org HOMEPAGE= http://xnc.dubna.su/ COMMENT= File manager for X Window @@ -18,7 +18,10 @@ GNU_CONFIGURE= yes post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xnc ${INSTALL_DATA} ${WRKSRC}/Docs/* ${PREFIX}/share/doc/xnc + ${INSTALL_MAN_DIR} ${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/yo-man/*.1 ${PREFIX}/man/man1/ +.include "../../graphics/tiff/buildlink.mk" .include "../../graphics/jpeg/buildlink.mk" .include "../../graphics/png/buildlink.mk" .include "../../mk/x11.buildlink.mk" |