Commit Graph

2470 Commits

Author SHA1 Message Date
ajacoutot
2bab059acd Better COMMENT. 2012-05-16 07:47:21 +00:00
jasper
83fb508ecf sync 2012-05-16 06:11:04 +00:00
jasper
aafb3f253b import logfmon 1.1
The logfmon daemon monitors a set of syslog log files and matches each
new entry against the rules defined in its configuration file.  Each
rule may be tested against entries from a single file, a set of files or
from all files. Depending on the rule, a command may be executed or the
entry may be ignored. All unmatched messages are batched together and
mailed every 15 minutes, or whatever alternative time is specified in
the configuration file.

from Tom Doherty
ok aja@
2012-05-16 06:10:18 +00:00
jasper
3583d15ad2 switch to lua.port.mk 2012-05-15 19:38:01 +00:00
jasper
02255fa12c sync with new lua.port.mk 2012-05-15 17:34:05 +00:00
mpi
2649d4b541 +usbutils 2012-05-15 13:46:03 +00:00
mpi
6bb73d53eb Import usbutils-005
Utility used to display information about USB devices.

ok sthen@, ajacoutot@ (on a previous diff)
2012-05-15 13:44:52 +00:00
sthen
0acae659a4 update Sys::Syscall to 0.23 (test fix only)
- drop maintainer per his request.
2012-05-14 10:06:49 +00:00
pascal
8ebd80cad7 Update to 1.15; doesn't need groff.
ok ajacoutot@ sthen@ giovanni@
2012-05-14 09:56:13 +00:00
ajacoutot
cbeb0bab0d Fix nut-xml after recent neon update. 2012-05-14 06:26:52 +00:00
jasper
ddda8698fa regen PLIST 2012-05-11 20:49:58 +00:00
ajacoutot
2ccc6edecc Fix removal of user/group. 2012-05-11 18:19:10 +00:00
ajacoutot
29fce94f67 Bugfix update to accountsservice-0.6.20. 2012-05-11 15:32:46 +00:00
william
b65ae45914 conflict with logsentry; spotted by Markus Lude, thanks.
ok sthen
2012-05-11 03:35:29 +00:00
jasper
8a652f90b6 import node-syslog 1.1.2
node-syslog is a Node.JS module to work with the system log (syslog)
daemon on UNIX system.

ok sthen@
2012-05-09 15:26:10 +00:00
jasper
9566522718 sync 2012-05-09 15:25:19 +00:00
ajacoutot
40a337aa16 Update to cyphertite-1.2.2.
from David Hill (maintainer)
2012-05-09 14:36:15 +00:00
sthen
f4acc97ae6 LOCALBASE->TRUEPREFIX, pointed out by aja@ 2012-05-08 19:05:06 +00:00
william
fa5ef5d96b +logtail 2012-05-08 02:56:55 +00:00
william
035c9a7d91 Import logtail (from logcheck-1.3.14)
logtail displays lines from a standard text file and keeps track of the
offset of the end of the file so that subsequent runs only display new
lines. The file's inode is also recorded so that rotated logs can be
detected.

ok sthen
2012-05-08 02:54:10 +00:00
robert
b2a040d37c update to 2.7.14 2012-05-05 19:32:01 +00:00
robert
0665d2d40b update to 1.6.8 2012-05-05 19:29:49 +00:00
lum
9d8eb28b79 update to toprump-0.14.7
sync with recent changes to top(1).
2012-05-04 09:46:58 +00:00
gsoares
01aed3d8b6 bugfix update to 2.4; (maintainer timeout)
From Holger Mikolon <holger at mikolon.com> (thanks)
2012-05-01 05:32:41 +00:00
jasper
702bfef43c switch to MASTER_SITE_DEBIAN 2012-04-30 19:22:08 +00:00
ajacoutot
689f54b24a --localstatedir=/var is the default now. 2012-04-28 10:52:08 +00:00
ajacoutot
3f0ee525f1 Use LOCALSTATEDIR. 2012-04-28 10:51:44 +00:00
ajacoutot
45b1ca577c Update to cyphertite-1.2.1.
from David Hill (maintainer)
2012-04-28 09:30:05 +00:00
naddy
0d61a49cd0 update to 2.12: -r now follows only command-line symlinks 2012-04-26 21:13:10 +00:00
gonzalo
d48f44e99e Update for autossh to 1.4c using autoconf infrastructure and also drop unnecessary
VERSION variable (pointed by sthen@), now autossh use configure.

With this fixes:

- updated option string up to OpenSSH 5.6
- when using -f, set gate_time to 0; the assumption is that
  it is being used for infrastructure (i.e. in a system startup),
  has been tested, and bombing out just because the remote end is
  not up is not the desired behaviour.
- add AUTOSSH_MAXLIFETIME
- fix poll flags so not checking for writable when write done
- compile time TOUCH_PIDFILE option to touch pid file on connection test.

Maintainer drop the maintainership, so I take care of this now.

OK aja@, okan@.
2012-04-24 12:37:44 +00:00
ajacoutot
22cbbee56d Update to deja-dup-22.1. 2012-04-24 07:59:26 +00:00
espie
4ed7caa04f first pass at handling sqlite3 move 2012-04-23 17:15:17 +00:00
ajacoutot
14ea07a98a Update to accountsservice-0.6.18. 2012-04-23 13:37:55 +00:00
ajacoutot
51b9e23926 Fix rcscript path. 2012-04-22 11:43:36 +00:00
sthen
c37807dc6b use pecl.port.mk, ok jasper@ 2012-04-19 21:30:26 +00:00
gonzalo
e75411c8e9 Little update for ncdu:
* Use hash table to speed up hard link detection
    * Added read-only option (-r)
    * Use KiB instead of kiB (#3399279)

Tested on i386.

USE_GROFF is not needed.

OK jasper@, aja@
2012-04-18 19:51:33 +00:00
nigel
de366fb0d5 Update for rfork removal.
Ok sthen@
2012-04-14 09:27:27 +00:00
pascal
4e04a5d009 Fix conky with rthreads. Joint work with kurt@, with input from guenther@.
ok benoit@ (maintainer)
2012-04-13 21:21:10 +00:00
sthen
64acccc545 set --localstatedir=/var and fix a few file locations, ok ajacoutot@ 2012-04-13 20:53:19 +00:00
jasper
a96f028cca - update to 2.7.13, fixes various security issues
cve-2012-1906 cve-2012-1986 cve-2012-1987 cve-2012-1988 cve-2012-1989

ok robert@ (MAINTAINER
2012-04-13 08:18:30 +00:00
sthen
ad9e877d40 +entr 2012-04-12 14:56:09 +00:00
sthen
20c93a8203 ports/sysutils/entr, from Eric Radman, ok dcoppa@
entr - a utility for running arbitrary commands when files change.
Uses kqueue(2) to avoid polling. Reads a list of files provided on
STDIN and runs the supplied command if any of them are modified.
2012-04-12 14:55:47 +00:00
sthen
e3936faf0a No need for a MESSAGE warning us about modifications needed when upgrading
from a 4-year-old version ;)  OK merdely@.
2012-04-12 01:00:23 +00:00
sthen
e7754ca9e1 update to moreutils 0.46, fixing a manpage typo and reading from named pipes
in combine(1)'s xor mode.
2012-04-11 14:41:40 +00:00
sthen
8da06bfdee simpler; from aja@ 2012-04-06 11:59:48 +00:00
sthen
b10b785f50 In freedt, change svscan's rc script to shut down daemons started by svscan
when "svscan stop" is run. From Marcus Merighi with feedback from me.
2012-04-06 11:47:54 +00:00
merdely
4eb8f1f912 Update to 0.23. Remove some unneeded depends. Remove USE_GROFF.
Update pkg/DESCR (requested by and suggestion from okan)
ok okan@
2012-04-05 21:20:29 +00:00
sthen
6a2ea507b5 update to symon 2.85 2012-04-05 14:33:48 +00:00
ajacoutot
6bf9dbe8fc Install man pages with proper perms so that a regular user can read them. 2012-04-05 10:33:45 +00:00
jasper
4f6e160902 - disable -Werror to unbreak the build after the recent libgcrypt update. 2012-04-05 09:20:12 +00:00