a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
curses.buildlink2.mk. This was wrong because we _really_ do want to
express that we want _n_curses when we include the buildlink2.mk file.
We should have a better way to say that the NetBSD curses doesn't
quite work well enough. In fact, it's far better to depend on ncurses
by default, and exceptionally note when it's okay to use NetBSD curses
for specific packages. We will look into this again in the future.
3.04: 24.May.2002
% 0. This version should be named over `04' as result of
large number of changes (most internal ones)...
Still I'll wait next release to be able receive any
bug reports before major version change...
(there is about 1.5 years since 3.03:))
+ 1. Added FastSizeCache option -- turns off directory
resolving for directory size cache which means that
the cache will act faster but you won't get sizes for
symlinked dirs.
+ 2. Added `Randomize' function to file list arrange menu.
! 3. Rename tools now work on filename only, not on the full
pathname (usual bug in recursive scanning -- Ctrl+R)
! 4. Fixed loops on incremental searches in the files list and
directory tree.
+ 5. Actual files size is now reported before copy/move.
+ 6. Size chache is now auto-cleaned on dir size recalculation.
+ 7. Now errors on copy/move/symlink/erase can be ignored (always
skipped quietly).
! 8. Temporary files used for view filters are now removed.
! 9. Now all temporary files and directories are set owner
read/write/traverse permission only.
!10. Fixed problem with browsing/user commands for files inside
archive.
!11. Fixed problem when quit unsaved file that cannot be saved
from the internal editor.
!12. Fixed `Name###' arrange mode.
+13. Now file list can be sorted separately by modify, change and
access time.
!14. Fixed directory size cache for symlink-ed dirs.
!15. Now VFU accepts trigger `.automount' just like `automount'.
!16. Now extension colors loaded from DIR_COLORS are added to
those from vfu.conf (not overwritten)
!17. Internal: changed all PSZCluster+StrSplitter to VArray+VTrie
!18. Fixed configuration file problems (missing archives etc.)
!19. SIGWINCH finally works, i.e. VFU redraws on terminal resize
(please report any problems regarding this one!)
3.03: 31.Dec.2000
! 1. Documentation fixed to address directory bookmarks in the
vfu.conf correctly. ( bookmark#=path )
! 2. Added option for VFU to handle Ctrl+Z, Ctrl+C, Ctrl+\ as
it is expected (suspend,interrupt,quit).
To use it you have to export UNICON_NO_RAW environment var
with any value. ( for bash: `export UNICON_NO_RAW=1' )
! 3. User menu is fixed.
+ 4. Change directory completion menu is now sorted.
+ 5. Sequential rename function added (Tools/Rename menu)
+ 6. Now directory sizes cache is removed from the directory
tree, so you can have directory sizes saved even if you
don't have directory tree built.
3.02: 01.Aug.2000
! 1. Several DJGPP (DOS/Win9x) portability fixups.
! 2. Fixed problem with input line for long directory names.
! 3. Fixed directory tree sizes calculation.
+ 4. Added inode size cache for directories that are new to
the currently saved directory tree. (unix version only)
! 5. Fixed major bug in file move procedure.
! 6. Fixed extension masking `for all' in user externals.
- 7. Now all path lists in vfu.conf (like TrimTree) are
`:' separated (or `;' for dos version)
USE_BUILDLINK_ONLY. Add patches to remove explicit passing of
-I/usr/include/ncurses to the compiler, and move the example configuration
file to ${PREFIX}/share/examples/vfu. Add DEINSTALL/INSTALL scripts to
handle copying the sample config file to the config directory at install
time and removing it at deinstall time.
+ 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.
3.00: xx.Apr.2000
% 0. Hello again! :)
The VFU development was suspended nearly an year
ago. Now it is resumed and a lot of changes took place!
First of all -- VFU was completely rewritten/revised(!),
so many (internal?) features were added, some removed,
other changed. Below I will list some key features in
this version, but probably I'll forget some things or
else...
% 1. There are no big changes in the user interface and feel.
- 2. Now reading/extracting archives is removed from inside
VFU to external (perl) utilities. This will help adding
new archives and debugging existing ones.
- 3. Now archives' structure is followed as the local file
system, i.e. you will browse directory by directory
but not the whole archive content as before. Perhaps
option for recursive (whole content) browsing will be
added in the future.
+ 4. Now you can cancel copy/move procedures at stage you
want even during single file copy process!
(It was not possible in older versions)
! 5. The rare problem of showing total percentages over 100%
during copy/move is finally (and hopefully:)) fixed.
+ 6. Now files in archive can be masked and files mask can
be changed inside archive.
! 7. Some access/terminal emulation problems are fixed.
( i.e. some `difficult' key functions are accessible
and from menus etc. )