diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-06-05 21:41:51 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-06-05 21:41:51 +0000 |
commit | 392602d231439d902f8d9c8b7f93bc0119c3e65a (patch) | |
tree | e0f4fe647076d8281399fead107e276691d38dc9 /misc/vfu | |
parent | 77c173eb5cac0c475764d47749423ebf88f125c3 (diff) | |
download | pkgsrc-392602d231439d902f8d9c8b7f93bc0119c3e65a.tar.gz |
Update to V1.51. Changes:
+ 1. Debian `.deb' packages are now supported as archives!
! 2. All paths containing `dir/..' are reduced.
! 3. Now arcive files are recognized by longer extensions
like `.tar.gz'. Result is proper handling of `.tar.gz'
and `.tar.bz2' archives.
+ 4. Added SEE Viewer filters. Now you can view gzipped files
and or add filters for viewing man pages etc.
+ 5. Added ready `panelizers' command to the RescanMenu
( key Ctrl+R ) Can be used as menu alternative to
external panelize option.
! 6. SEE screen draws improved and `< >' bug is fixed.
! 7. GetDirName function now allows dirs only.
+ 8. Added UserMenu ( key `U' ). User external commands
can be attached not to key but to this menu.
+ 9. Bash/Unix-style filename completion added!
-10. Bash/Unix-style completion is now default one!
+11. Now entries in the filelist can be moved ( see
ArrangeMenu/MoveEntry )
!12. Now VFU keeps current file postition after change
of sort order.
!13. Better preserve/copy mode/protection when copy/move
directory subtrees. ( from RO media for example )
!14. Fixed erase of own directories without `write'
permission/mode.
!15. More examples and comments added to the sampe
configuration file: vfu.conf.
Diffstat (limited to 'misc/vfu')
-rw-r--r-- | misc/vfu/Makefile | 18 | ||||
-rw-r--r-- | misc/vfu/files/md5 | 4 | ||||
-rw-r--r-- | misc/vfu/pkg/COMMENT | 2 | ||||
-rw-r--r-- | misc/vfu/pkg/PLIST | 3 |
4 files changed, 15 insertions, 12 deletions
diff --git a/misc/vfu/Makefile b/misc/vfu/Makefile index 2c26274db3b..4681c143a55 100644 --- a/misc/vfu/Makefile +++ b/misc/vfu/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 1999/04/11 17:51:31 hubertf Exp $ +# $NetBSD: Makefile,v 1.9 1999/06/05 21:41:51 hubertf Exp $ # -PKGNAME= vfu-1.50 +PKGNAME= vfu-1.51 DISTNAME= ${PKGNAME}-source WRKSRC= ${WRKDIR}/${PKGNAME} CATEGORIES= misc @@ -13,7 +13,7 @@ HOMEPAGE= http://www.biscom.net/~cade/vfu/ DEPENDS= ncurses-1.9.9g:../../devel/ncurses -MAKE_FLAGS+= CCDEF="-I${LOCALBASE}/include -DVFU_RCPATH1=\\\"${PREFIX}/etc/\\\" -DVFU_RCPATH2=\\\"${PREFIX}/\\\"" \ +MAKE_FLAGS+= CCDEF="-I${LOCALBASE}/include -DVFU_RCPATH1=\\\"${PREFIX}/etc/\\\" -DVFU_RCPATH2=\\\"${PREFIX}/\\\" -D__unix__" \ LDDEF="-L${LOCALBASE}/lib" do-build: @@ -21,16 +21,18 @@ do-build: ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} cd ${WRKSRC}/vfu ; \ ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} + cd ${WRKSRC}/ftparc ; \ + ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/vfu/vfu \ - ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/vfu/vfu ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/ftparc/ftparc ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/vfu ${INSTALL_DATA} \ - ${WRKSRC}/vfu/COPYING \ - ${WRKSRC}/vfu/INSTALL \ + ${WRKSRC}/COPYING \ + ${WRKSRC}/INSTALL \ ${WRKSRC}/vfu/README \ - ${WRKSRC}/vfu/VFU.txt \ + ${WRKSRC}/VFU.txt \ ${PREFIX}/share/doc/vfu ${INSTALL_DATA} \ ${WRKSRC}/vfu.conf \ diff --git a/misc/vfu/files/md5 b/misc/vfu/files/md5 index 31f739f5c75..423efad266c 100644 --- a/misc/vfu/files/md5 +++ b/misc/vfu/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.7 1999/04/11 17:51:32 hubertf Exp $ +$NetBSD: md5,v 1.8 1999/06/05 21:41:51 hubertf Exp $ -MD5 (vfu-1.50-source.tgz) = f5694fbdfad26c868a5de8c1b24efe46 +MD5 (vfu-1.51-source.tgz) = f3b2ee81a574b36c3871bb7fb02486ca diff --git a/misc/vfu/pkg/COMMENT b/misc/vfu/pkg/COMMENT index 51d9ebf992f..cc1e39d6fab 100644 --- a/misc/vfu/pkg/COMMENT +++ b/misc/vfu/pkg/COMMENT @@ -1 +1 @@ -Small, handy, easy-to-use file manager for UNIX/Linux. +Small, handy, easy-to-use file manager diff --git a/misc/vfu/pkg/PLIST b/misc/vfu/pkg/PLIST index 9211d322970..927cc824f21 100644 --- a/misc/vfu/pkg/PLIST +++ b/misc/vfu/pkg/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.3 1999/03/22 15:11:21 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.4 1999/06/05 21:41:52 hubertf Exp $ bin/vfu +bin/ftparc share/doc/vfu/vfurc.example @exec [ -f %D/etc/vfurc ] || /bin/cp -p %D/%F %D/etc/vfurc share/doc/vfu/COPYING |