diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-06-15 20:56:02 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-06-15 20:56:02 +0000 |
commit | 7d0e270d9e326f7e2514d1b1fe2c95036299ae01 (patch) | |
tree | 6ac62ad1004c4edf11dbcb53d11707cd67ac3bc9 /misc | |
parent | f8b5a7c34959ae5bf0a2560ead5e2c1f8495ae95 (diff) | |
download | pkgsrc-7d0e270d9e326f7e2514d1b1fe2c95036299ae01.tar.gz |
Update vfu to 3.01. HISTORY (CHANGE.LOG):
+ feature add
- feature changed
x feature removed
! bugfix
% note
3.01: 07.Jun.2000
! 1. Fixed SeeEditor bug when editing new files (that
does not exist)
! 2. Fixed install script to se correct permissions.
! 3. Fixed build.netbsd to se correct global configuration
files locations.
+ 4. GlobalSelect/HideDotFiles added.
! 5. Fixed build.netbsd.
- 6. Now directory tree automation (rescanning etc.) is
disabled by default (see Options/AutoDirTree).
! 7. Fixed zero-sized files bug in SeeViewer.
! 8. Alt+B browse/view current file w/o filters.
+ 9. Now install script set sample config file into
/usr/local/etc (to get personal config file you
have to copy /usr/local/etc/vfu.conf to ~/.vfu/vfu.conf
or ~/$RC_PREFIX/vfu/vfu.conf if you have set $RC_PREFIX )
!10. Ctrl+L refresh/redraw page problem is now fixed.
!11. Several little fixups.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/vfu/Makefile | 4 | ||||
-rw-r--r-- | misc/vfu/files/md5 | 4 | ||||
-rw-r--r-- | misc/vfu/files/patch-sum | 5 | ||||
-rw-r--r-- | misc/vfu/patches/patch-aa | 31 | ||||
-rw-r--r-- | misc/vfu/patches/patch-ab | 13 | ||||
-rw-r--r-- | misc/vfu/pkg/PLIST | 4 |
6 files changed, 18 insertions, 43 deletions
diff --git a/misc/vfu/Makefile b/misc/vfu/Makefile index b170591118c..777118d0fe0 100644 --- a/misc/vfu/Makefile +++ b/misc/vfu/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2000/05/22 00:49:52 hubertf Exp $ +# $NetBSD: Makefile,v 1.13 2000/06/15 20:56:02 hubertf Exp $ # -DISTNAME= vfu-3.00 +DISTNAME= vfu-3.01 CATEGORIES= misc MASTER_SITES= http://www.biscom.net/~cade/away/vfu/ \ ftp://metalab.unc.edu/pub/Linux/utils/file/managers/ diff --git a/misc/vfu/files/md5 b/misc/vfu/files/md5 index daa050f3705..6da0a3635f9 100644 --- a/misc/vfu/files/md5 +++ b/misc/vfu/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.9 2000/05/22 00:49:53 hubertf Exp $ +$NetBSD: md5,v 1.10 2000/06/15 20:56:02 hubertf Exp $ -MD5 (vfu-3.00.src.tar.gz) = f90093ec22387e5719c553852eb50373 +MD5 (vfu-3.01.src.tar.gz) = 1675c0ab0ef751935001b4717784d6a2 diff --git a/misc/vfu/files/patch-sum b/misc/vfu/files/patch-sum index 6cb29f8f5ba..68372b18c9e 100644 --- a/misc/vfu/files/patch-sum +++ b/misc/vfu/files/patch-sum @@ -1,4 +1,3 @@ -$NetBSD: patch-sum,v 1.4 2000/05/22 00:49:53 hubertf Exp $ +$NetBSD: patch-sum,v 1.5 2000/06/15 20:56:03 hubertf Exp $ -MD5 (patch-aa) = ba3297b367973d90468b61f1302e71eb -MD5 (patch-ab) = d3432f6f69cd3a8bb545d150119933d7 +MD5 (patch-aa) = 0adc9d0ce023ca5971e5dbd98ee7f1ae diff --git a/misc/vfu/patches/patch-aa b/misc/vfu/patches/patch-aa index e612ed7388d..cace2cbc27c 100644 --- a/misc/vfu/patches/patch-aa +++ b/misc/vfu/patches/patch-aa @@ -1,24 +1,13 @@ -$NetBSD: patch-aa,v 1.5 2000/05/22 00:49:53 hubertf Exp $ +$NetBSD: patch-aa,v 1.6 2000/06/15 20:56:03 hubertf Exp $ ---- build.netbsd.orig Mon May 22 01:48:50 2000 -+++ build.netbsd Mon May 22 01:58:16 2000 -@@ -4,7 +4,7 @@ +--- build.netbsd.orig Thu Jun 15 22:36:43 2000 ++++ build.netbsd Thu Jun 15 22:37:03 2000 +@@ -15,7 +15,7 @@ - echo Compiling VSLIB... - cd vslib --make CCDEF="-I${LOCALBASE}/include" -+make CCDEF="-I${LOCALBASE}/include" LDDEF="-Wl,-R${PREFIX}/lib -L${PREFIX}/lib" - if [ -e libvslib.a ]; then - echo VSLIB compiled ok. + echo Compiling VFU... + cd vfu +-make CCDEF="-I${LOCALBASE}/include -DFILENAME_CONF_GLOBAL0=\"${PREFIX}/etc/\" -DFILENAME_CONF_GLOBAL1=\"${PREFIX}/\" " LDDEF="-L${LOCALBASE}/lib" ++make CCDEF="-I${LOCALBASE}/include -DFILENAME_CONF_GLOBAL0=\\\"${PREFIX}/etc/\\\" -DFILENAME_CONF_GLOBAL1=\\\"${PREFIX}/\\\" " LDDEF="-L${LOCALBASE}/lib" + if [ -e vfu ]; then + echo VFU compiled ok. else -@@ -26,10 +26,10 @@ - - echo Compiling ftparc... - cd ftparc --make -+make CCDEF="-I${LOCALBASE}/include -D__unix__" LDDEF="-Wl,-R${PREFIX}/lib -L${PREFIX}/lib" - if [ -e ftparc ]; then - echo ftparc compiled ok. - else - echo ftparc compilation failed... - fi diff --git a/misc/vfu/patches/patch-ab b/misc/vfu/patches/patch-ab deleted file mode 100644 index 26adb22ba7b..00000000000 --- a/misc/vfu/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.5 2000/05/22 00:49:53 hubertf Exp $ - ---- vslib/unicon.cpp.orig Mon May 22 02:00:33 2000 -+++ vslib/unicon.cpp Mon May 22 02:01:57 2000 -@@ -192,8 +192,6 @@ - { - delwin(conio_scr); - endwin(); -- echo(); -- nl(); - }; - - void con_suspend() diff --git a/misc/vfu/pkg/PLIST b/misc/vfu/pkg/PLIST index 6eb25d9dae4..a09b0a92988 100644 --- a/misc/vfu/pkg/PLIST +++ b/misc/vfu/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2000/05/22 00:49:54 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.6 2000/06/15 20:56:03 hubertf Exp $ bin/vfu bin/ftparc bin/rx_auto @@ -12,4 +12,4 @@ share/doc/vfu/COPYING share/doc/vfu/INSTALL share/doc/vfu/README share/doc/vfu/VFU.txt -@dirrm share/doc/vfu/ +@dirrm share/doc/vfu |