Commit Graph

1217 Commits

Author SHA1 Message Date
bernd
7a29af4d84 Use TRUEPREFIX instead of PREFIX. ok sturm@ 2007-06-05 18:25:22 +00:00
rui
f61112c32a update multitail to 5.0.4, regen patches while here
ok aanriot@
2007-06-02 14:29:49 +00:00
jcs
cb9da7a10f when the laptop volume is muted, it's kind of hard to notice the
little flashing battery icon when the battery is about to die

so as long as we're talking to /dev/apm, store the battery level and
show when it changes ("Battery level changed to low")
2007-06-01 16:44:10 +00:00
jcs
72dff0e80b for openbsd, talk to /dev/apm to hook up ac state changes instead of
/proc/apm
2007-06-01 01:54:53 +00:00
naddy
517b4e6bc4 update to 2.1.0; from new maintainer Christian Rueger 2007-05-30 19:51:38 +00:00
rui
bcd6c37cc9 based on a submission by diego casati <diego.casati@gmail.com>
help and ok naddy@
2007-05-29 21:40:14 +00:00
rui
6ef0616a8b update monit to 4.9, regen patches while here
changelog: http://www.tildeslash.com/monit/dist/CHANGES.txt

ok Ben Lovett (maintainer), kili@
2007-05-28 16:14:58 +00:00
naddy
b42296d203 maintenance update to 5.0.3 2007-05-26 20:44:23 +00:00
ajacoutot
c9aa6ffdfe +filelight 2007-05-22 15:30:37 +00:00
ajacoutot
5a088944e1 Import filelight-1.0
Filelight creates an interactive map of concentric segmented-rings that
helps visualise disk usage on your computer.
It is like a pie-chart, but the segments nest, allowing you to see not
only which directories take up all your space, but which directories and
files inside those directories are the real culprits.

thanks to steven@ for improving my pathetic patch...
ok steven@
2007-05-22 15:29:38 +00:00
marco
d884567cb6 Add timeout parameter for io run. 2007-05-18 14:48:16 +00:00
henning
bf3bca3741 update to 2.0.5 + a fix to make bcmxcp work correctly again
partially from and ok mbalmer
2007-05-18 12:22:45 +00:00
henning
2780c70985 big rework of the cpu stat module, killing differences between
arches with and without kern_cptime2. fixes single-processor i386/amd64.
with some help from Willem Dijkstra (symon author), ok simon
2007-05-18 12:07:37 +00:00
aanriot
d0c01fc256 PKG_ARCH=*
ok jasper@
2007-05-17 18:15:51 +00:00
ckuethe
d51d9c621e author re-rolled distfile without changing version number. noticed by naddy. 2007-05-16 21:46:13 +00:00
steven
811d3ce006 shorten COMMENT 2007-05-16 06:53:29 +00:00
martynas
f4d7093c3e .tar.gz is the default so remove the line; ok steven@ 2007-05-15 21:40:01 +00:00
ckuethe
935b9cf2f7 Update to memtester 4.0.7
ok rui
2007-05-14 21:44:35 +00:00
jasper
58949a01e6 add snippet to DESCR about TPB and bsd.mp
ok mk@
2007-05-13 11:42:39 +00:00
mcbride
89873c72be Update to puppet-0.22.4
ok robert@
2007-05-11 07:46:38 +00:00
ajacoutot
e474c217ec - replace famd.conf with fam.conf in man pages since it's what we use
- don't hardcode paths

discussed with and ok alek@
2007-05-10 19:56:19 +00:00
ajacoutot
6f86359253 - "bind" is not a configuration option ; set local_only to true instead
ok alek@
2007-05-09 06:12:27 +00:00
steven
1d11ee4ac4 prefer awk instead of gawk if gawk is installed.
from Dave Steinberg <dave at redterror.net> via maintainer Will Maier

regen patches while here.
2007-05-08 16:16:56 +00:00
bernd
d02e18ad69 Use xenocara expat. 2007-05-02 13:00:53 +00:00
ajacoutot
f34ffc5881 - rephrase MESSAGE now that sgi_fam is part of /etc/rpc by default
ok jasper@
2007-04-30 16:24:33 +00:00
steven
1637ef3b14 avoid copying CVS/ 2007-04-28 10:36:28 +00:00
jasper
5cfda9a3a5 add fam 2007-04-27 22:02:07 +00:00
jasper
98ef4ecd06 import File Alteration Monitor 2.7.0
FAM, the File Alteration Monitor, provides an API which applications can
use to be notified when specific files or directories are changed.

from alek@, with minor tweaks by me

feedback and ok espie@ martynas@
2007-04-27 22:00:55 +00:00
msf
540389de57 +logpp 2007-04-23 09:06:53 +00:00
msf
e0c2706061 initial import of logpp 0.13
Logpp is a tool for preprocessing event logs and feeding relevant
information to other programs for storing or in-depth analysis.

During its work, logpp reads lines appended to input files (like tail(1)
in -f mode), matches the lines with patterns (e.g., regular
expressions), converts matching lines according to given templates, and
writes the results to given destinations.

Logpp supports multi-line matching and several types of output
destinations like regular files, FIFOs, external programs, and the
system logger.Therefore, logpp can act as a filter in front of the
more complex event log analysis system and increase the system's
performance by weeding out irrelevant log data; it can work as a syslog
gateway between the system logger and the application that doesn't use
syslog(3); it can convert multiline log messages to shorter single
line messages, and accomplish other log pre-processing tasks.

ok sturm@ jasper@
2007-04-23 09:04:41 +00:00
ian
8ab0c2ae93 New maintainer Giovanni Bechis <g.bechis a t snb dot it>; tweak pkg/DESCR; pkg bump. 2007-04-17 23:55:21 +00:00
marco
5b7a5f8a8a Modify iogen to terminate all children when either data corruption or
data loss occurs.  This trigers a major version bump.
2007-04-16 17:46:31 +00:00
mbalmer
c3c2194761 Update to tabled-1.0.5:
- tabled can now listen on a local fifo and on a network socket
- a command line client, tablec, has been added to speak to a tabled daemon
  over the net
- network exchange can be protected by a secret hash
2007-04-14 06:32:19 +00:00
sturm
9e171d12e6 grub 2007-04-13 08:29:57 +00:00
sturm
1dc3539474 initial import of grub 0.97
GNU GRUB, the GRand Unified Bootloader, a flexible and powerful boot loader
program for PCs, i386-only.

with feedback from and ok bernd
2007-04-13 08:29:17 +00:00
jasper
d86ecfca5d unify my e-mail address and bump PKGNAMEs.
"looks good" sturm@
2007-04-12 18:59:35 +00:00
naddy
1c5f0ae4f8 maintenance update to 5.0.0; ok ckuethe@ 2007-04-10 21:01:50 +00:00
steven
96109a64cf USE_LIBTOOL 2007-04-06 06:33:22 +00:00
ckuethe
a68a37bba5 New checksum style 2007-04-05 19:23:42 +00:00
ckuethe
f507b9bcaa Forgot to add memtester to Makefile. Prompted by David Krause 2007-04-05 19:23:04 +00:00
espie
d4ebcd974d more base64 checksums 2007-04-05 17:26:05 +00:00
jasper
c3025d185e add p5-File-Which 2007-04-04 05:51:07 +00:00
jasper
df5b1f2677 import p5-File-Which 0.05
File::Which was created to be able to get the paths to executable
programs on systems under which the `which' program wasn't implemented
in the shell.

ok msf@
2007-04-04 05:49:39 +00:00
steven
acf2447876 USE_LIBTOOL, regen patches 2007-04-01 07:08:39 +00:00
mbalmer
a304c7734b Update to sec version 2.4.1 and add SHA256 checksum
* improved the daemonization code.
* changed Sys::Syslog::openlog() options from 'cons,pid' to 'pid'.
* starting from this version, 'logonly' action has an optional parameter.

From maintainer, Okan Demirmem <okan@demirmen.com>
2007-03-28 13:51:55 +00:00
robert
121a3c1e8c replace zaurus with arm in the ONLY_FOR_ARCHS variable to allow
building on armish too
2007-03-26 07:20:58 +00:00
aanriot
1321376d20 remove proctools, which was tagged "COMES_WITH= 3.9".
ok sturm@
2007-03-22 21:43:19 +00:00
aanriot
e6a7636695 disconnect proctools.
ok sturm@
2007-03-22 21:38:25 +00:00
jolan
e865c85ca9 update to stress-0.18.9, from rui reis 2007-03-19 11:18:10 +00:00
naddy
0064f34ace LP64 fix; problem reported by Bryan Irvine 2007-03-15 18:15:12 +00:00