Commit graph

50 commits

Author SHA1 Message Date
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
jlam
83147ffa68 Remove some unnecessarily strong dependencies on perl that resulted
from including perl5/buildlink3.mk.  These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16 19:10:37 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
07b46baa43 Add RMD160 digests 2005-02-24 11:02:49 +00:00
hubertf
9a981bcfbe Sign over maintainership to tech-pkg@ 2005-02-21 20:26:08 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
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.
2004-10-03 00:12:51 +00:00
adam
f4698a9a23 Fixed problem with statfs; do not force compiler optimisations any more 2004-05-24 09:10:06 +00:00
snj
b475357407 Convert to buildlink3 and fix a spelling error in DESCR. 2004-04-11 17:27:57 +00:00
wiz
b2f9fd1837 Add USE_LANGUAGES= c c++ on recommendation by jlam. 2004-02-19 14:59:10 +00:00
wiz
1ebe369b11 regen 2004-01-23 23:22:49 +00:00
wiz
3f52756ad3 Make build on -current.
Also, this package can use native curses since 1.6V; replace
USE_NCURSES with appropriate INCOMPAT_CURSES.
2004-01-23 23:22:41 +00:00
jlam
a9f08159c4 Back out last change related to moving ncurses/buildlink2.mk to
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.
2003-09-28 09:13:55 +00:00
grant
7a71199b50 move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it provides
support for base system curses/ncurses as well as ncurses itself.

suggested by wiz.
2003-09-27 17:07:34 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
jmmv
d03495a466 Convert this package to the bsd.pkg.install.mk framework. Fix handling of the
system wide configuration file in PKG_SYSCONFDIR.
Use MASTER_SITE_BACKUP, as the distfile is no longer hosted at sunsite.
Bump PKGREVISION to 1.
2003-07-14 10:07:10 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
wiz
0fd75d0851 Note in USE_NCURSES variable which functions actually are missing for this
to build with native curses.
2003-01-24 13:36:17 +00:00
wiz
2bd0737533 buildlink1 -> buildlink2. 2002-10-25 17:51:44 +00:00
jschauma
82f26389a3 Beautify: correct tab-stops. 2002-08-16 02:50:02 +00:00
jschauma
5aaada8a85 Add USE_NCURSES to ensure, uh, use of ncurses ;-)
(Buildlink alone is not satisfactory, it seems?)
Fixes build-problem reported in Huberts last bulk-build.
2002-07-24 22:48:23 +00:00
hubertf
2157a8d988 Forgot to nuke these in last commit. 2002-05-30 13:10:13 +00:00
hubertf
4e848384cc Update vfu to 3.04. Changes:
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)
2002-05-25 15:04:04 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
jlam
9820a22a90 In package Makefiles, create FILES_SUBST instead of duplicating sed
expression for substituting in DEINSTALL/INSTALL scripts.  Use "${CMP} -s"
instead of "diff -q" since the former is more portable across OSes.
2001-07-13 07:09:17 +00:00
jlam
d3934f8268 Create the examples directory before trying to install into it. 2001-06-20 05:29:22 +00:00
jlam
6dcb41e0dc Convert to use buildlink.mk files for ncurses dependency and mark as
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.
2001-06-20 05:27:32 +00:00
agc
08509d612a Prefer sunsite and its mirrors to the original MASTER_SITE, but keep it in
as backup.

Move to sha1 digest, and add distfile size.
2001-05-09 15:08:00 +00:00
agc
9e8d6c8b8d + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:33:31 +00:00
wiz
a8775fb2fb Replace metalab URLs by MASTER_SITE_SUNSITE (even though the distfiles
are currently not there)
2001-02-28 11:25:25 +00:00
wiz
a13ea108bb Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +00:00
wiz
69067597d1 USE_CURSES instead of hardwired ncurses dependency. 2001-01-07 14:34:39 +00:00
wiz
73d3569b5a echo -> ${ECHO} 2000-09-03 12:33:29 +00:00
jlam
06f0a4c3c2 Use new PERL5 variable instead of ${LOCALBASE}/bin/perl. 2000-08-27 02:46:03 +00:00
hubertf
266648019e Fixup ELF lib handling 2000-06-15 21:08:54 +00:00
hubertf
7d0e270d9e 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.
2000-06-15 20:56:02 +00:00
hubertf
d705e79725 Updated vfu to 3.00. Changes:
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. )
2000-05-22 00:49:52 +00:00
mycroft
20169ca76d Don't call echo() and nl() after endwin(). 2000-04-29 04:15:40 +00:00
jlam
24ef86f870 Update dependency on ncurses to >=4.2 2000-01-15 18:46:22 +00:00
rh
3c6c51be42 defuzz 1999-11-27 23:03:54 +00:00
agc
f4d5171de1 Add package patch checksum files. 1999-07-09 14:09:02 +00:00
jlam
a48bf91fc2 * Update ncurses dependency.
* Pass correct linker options to make this ELF-aware.
1999-07-06 08:05:51 +00:00
hubertf
392602d231 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.
1999-06-05 21:41:51 +00:00
hubertf
fa271580d6 Update to v1.50.
Changes: numerous bugfixes.
1999-04-11 17:51:31 +00:00
hubertf
839c2d508f update to 1.46 1999-03-22 15:11:21 +00:00
hubertf
5832c2befd Update to 1.45 1999-03-05 00:27:31 +00:00
hubertf
85c1d5c16c Update to V1.44. Changes:
1.44: 14.Feb.98

      + 1. Auto mounting on change directory added.
           ( see Options/AutoMount )
           If you chdir to a directory which contains only
           one file named `automount', then VFU will try to
           mount this directory automatically. After mounting
           `automount' file won't be visible. You can create
           file with `echo > automount' command.

      + 2. Unmount feature added to the `JumpToMountpoint'
           menu ( key `j' ).

      + 3. PreserveSelection option added. If this option is
           enabled VFU will preserve selected files after
           rescanning files list. ( see Options menu )

      + 4. Added Ctrl+Z key to the Directory Tree View for
           update the current (under cursor) directory size.

      ! 5. Fixed tilde `~' expansion -- now standalone
           `~' or `~username' are expanded properly.

      + 6. RecursiveRescanning can be canceled with ESC now.
      ! 7. Options(Toggles) separators bug fixed.
      ! 8. User External Utilities are enabled in InArchive mode
           as it should be. (considered bug)
      ! 9. Dotfiles `.filename' colorization fixed.
1999-02-18 00:45:51 +00:00
hubertf
40ee75cbd8 Update to V1.43.
Changes: Fixed problem with terminals >80x25, new features, menu border
for mono terminals, new options, few bugs fixed.
1999-02-15 03:20:12 +00:00
frueauf
5abfb04be9 pkglint: cleanup Makefile and add missing rcs ids. 1999-02-10 15:14:10 +00:00
hubertf
d2e4835b25 Update to v1.42
Changes: Fixed problem with displaying large file-/directory sizes (>2GB)
and added external scanning (panelize).
1999-02-04 01:20:59 +00:00
hubertf
2952c0004e Small, handy, easy-to-use file manager for UNIX/Linux. 1999-01-26 23:31:46 +00:00