Commit graph

20 commits

Author SHA1 Message Date
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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.
2006-03-04 21:28:51 +00:00
joerg
5f504824c0 Add DragonFly support. When will the Large File Hacks for/from Linux
finally die?
2006-02-24 19:05:40 +00:00
rillig
79d30e1ecb Fixed pkglint warnings and one that has been discovered by wiz. 2006-02-23 23:01:00 +00:00
rillig
3efe8f8368 Added a patch that passes the pkgsrc LDFLAGS to the compiler and linker. 2006-02-23 18:03:57 +00:00
rillig
d4909077d6 Updated multitail to 3.8.6.
Changes since 3.8.5:
- Made the cursor keys work in the scrollback screen.
2006-02-17 13:50:18 +00:00
rillig
e6cd99b6c7 Updated multitail to 3.8.5.
Changes include:
- Many bug fixes.
- Many portability improvements.
- Interactive mode for adding/removing log files on-the-fly.
2006-02-16 06:05:31 +00:00
jlam
e46a9dd380 Create directories before installing files into them. 2005-06-17 03:50:19 +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
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
snj
01ad400f85 Convert to buildlink3. 2004-04-18 19:16:20 +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
martti
1ba8eec232 COMMENT should start with a capital letter. 2003-07-21 17:01:11 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmc
3080d12839 Upgrade this to 2.4 (as 2.0 no longer exists for download).
Changes since 2.0:

Version 2.1: this release features filename completion when adding files through
 the menu
Version 2.2: fileselectors now shows the files sorted, has page up/down support
and actually works :-) Also the windows are now initially filled as much as poss
ible.
Version 2.3: field delimiters (for -cf) can be any size now (not just one charac
ter), statuslines are now optional, if a window closes, a popup-box is displayed
 (can be switched off), fixed a small memory-leak, fixed a potential segfault, f
ixed a couple of (sp)lint-warnings, radically changed the errorhandling, some fi
xes to get thing work (again) on MacOS-X. WARNING: the installationlocation has
been changed to /usr/bin! So first do make uninstall on the previous release!
Version 2.4: --retry now also works on platforms where tail does not support --r
etry, MultiTail works again on Solaris, added merge-mode: all files are merged
 into one window, made window-selection into a scrollable window, fixed compilat
ion-warnings, windows are filled as much as possible again on Solaris
2003-05-12 04:16:15 +00:00
mjl
4cbc43834e Update multitail to 2.0
- you can now also tail external commands with MultiTail.
  - negating regular expressions did not work.
2003-04-23 11:56:33 +00:00
mjl
d7c9984637 Initial import of multitail 1.8
multitail lets you view one or multiple files like the original tail
program. The difference is that this program creates multiple windows
on your console (with ncurses). It can also use colors while displaying
the logfiles for faster recognizing which lines are important and which
are not. It is optimized for terminal-sessions through slow links.

Note: I tried to make it NOT depend on ncurses and use the built-in
      curses instead.
2003-04-18 08:44:16 +00:00