robert
b5a16facbc
Renable puppet to ruby-puppet as it was before
2010-05-07 15:53:34 +00:00
ajacoutot
c7fda7f1e9
s/Linux/Unix
...
Just imported, no bump.
2010-05-04 12:57:01 +00:00
ajacoutot
0756b1d601
+backintime
2010-05-04 12:54:19 +00:00
ajacoutot
2af53dc412
Import backintime-0.9.26.
...
Back In Time is a simple backup tool for Linux inspired from the flyback
project and TimeVault. The backup is done by taking snapshots of a
specified set of directories.
ok jasper@
2010-05-04 12:53:49 +00:00
william
2a82342e49
Update to eventlog-0.2.9; ok steven@
2010-05-04 02:56:47 +00:00
steven
03f62136bd
major update to 3.1.1
...
based on a diff from william@
2010-05-03 20:51:17 +00:00
sthen
92a9a827e6
missing bump; thanks naddy@ for reporting
2010-04-29 22:10:01 +00:00
sthen
a878f31c5c
- unbreak following sensor changes
...
- skip over ifm->ifm_version != RTM_VERSION messages
- sync WANTLIBs, bump everything
- drop ajacoutot@ as maintainer per his request
2010-04-27 21:53:56 +00:00
sthen
884315f468
adjust for sensors changes, unbreaks the build.
2010-04-27 20:56:11 +00:00
steven
c1e90ca01a
use gnu libtool here for now
2010-04-26 20:09:18 +00:00
sthen
c82ffd07a1
- Fix for updated sensors API, borrowed from systat(1).
...
Reported/tested by "Tasmanian Devil" and myself.
- Adjust sample configs to use the sensor name format we have been
using for the last few releases.
2010-04-26 09:44:24 +00:00
pea
f1345f3dc9
Update to 2.3.3.
...
ok okan@
2010-04-23 11:18:43 +00:00
lum
5329a3cbdd
update to toprump-0.13.4: bug fix release
...
ok sthen@ landry@
2010-04-19 06:43:36 +00:00
ajacoutot
e3420f192d
Set group kmem on lsof binary (we are still NOT running sgid of course).
...
ok sthen@ pvalchev@ (maintainer)
2010-04-19 05:56:44 +00:00
ajacoutot
9cb31f3652
Consistency: remove the 1, 2 or even 3 empty blank lines.
...
sthen@ agrees
2010-04-15 14:29:16 +00:00
stephan
adad0fc877
update to 1.09, needs current p5-Test-Script. ok jasper@
2010-04-14 07:36:54 +00:00
sthen
fcd45c897c
+shmux
2010-04-12 09:18:29 +00:00
sthen
0d44329f9d
import sysutils/shmux, based on a submission from Olivier Cherrier
...
long ago. ok jasper@
shmux is program for executing the same command on many hosts in
parallel. For each target, a child process is spawned by shmux, and a
shell on the target obtained one of the supported methods: rsh, ssh, or
sh. The output produced by the children is received by shmux and either
(optionally) output in turn to the user using an easy to read format, or
written to files for later processing making it well suited for use in
scripts.
2010-04-12 09:16:33 +00:00
dhill
722629cac3
update to 2.0.8 fixing buffer overflows from sthen@
...
small patch to GrabWeather by me.
ok sthen@
2010-04-10 13:11:30 +00:00
mglocker
13981d693e
Bump to uvideo-firmware 1.2 (includes info file).
2010-04-09 17:40:19 +00:00
mglocker
1baa351a88
Bump to apcd 0.2; fixes mdoc upstream.
...
OK naddy@
2010-04-08 20:57:06 +00:00
naddy
0c98645668
mdoc fixes; install cat pages
2010-04-08 14:48:16 +00:00
robert
a7db849eff
the mono module handles some dependencies now, so remove the ones that
...
are not needed anymore and bump pkgname everywhere
2010-04-05 10:52:50 +00:00
naddy
e45c38a1ff
mdoc fixes
2010-04-04 15:34:01 +00:00
schwarze
64852ccdc4
closing .Bl by .El is not optional;
...
AFAIK this is the last fatal issue killing ports with mandoc(1)...
ok sthen@
2010-04-03 22:45:14 +00:00
sthen
34c75493b2
fix mandoc build; ok schwarze@
2010-04-03 22:08:20 +00:00
sthen
f919c1a707
fix mandoc build; ok schwarze@
...
(some non-fatal errors remain, to be handled separately)
2010-04-03 22:04:44 +00:00
naddy
7a8adb3987
mdoc fixes
2010-04-03 20:07:06 +00:00
kili
8a94f61ac7
Follow e2fsprogs changes, regen PLIST and adjust WANTLIB.
...
ok and prodded by ajacoutot@
2010-04-03 11:54:56 +00:00
kili
bf1fa4f36b
Follow e2fsprogs changes.
2010-04-03 11:54:19 +00:00
kili
834c9f8bd5
rename libuuid to libe2fs-uuid and move it back to ${LOCALBASE}/lib.
...
Rename the uuid(3) manpage to e2fs-uuid(3). Merge subpackackages back
into one single package.
ok and prodded by ajacoutot@
ok landry@
2010-04-03 11:53:58 +00:00
ajacoutot
994271e0dd
Unfuck previous (my bad): move uuid.3 to -uuid and comment it so that is
...
doesn't conflict with devel/uuid... this is nightmarish!
2010-04-02 21:19:07 +00:00
sthen
a0b7829ace
sync WANTLIB, bump PKGNAMEs
2010-04-02 20:53:51 +00:00
ajacoutot
60ab40f9ea
Use MODGETTEXT_LIB_DEPENDS.
...
Install man_page and regen PLIST.
2010-04-02 18:08:56 +00:00
jasper
a61768d255
- add xjobs
2010-04-02 11:42:29 +00:00
jasper
071978da07
import xjobs 20100311
...
xjobs reads job descriptions line by line and executes them in parallel.
xjobs is most useful on multiprocessor machines when one needs to
execute several time consuming commands that could possibly be run in
parallel. It works similar to xargs, but starts several processes
simultaneously and gives only one line of arguments to each utility
call.
from rene maroufi, with minor tweaks by me
2010-04-02 11:41:20 +00:00
jasper
588920d185
- use MODPY_EGG_VERSION
...
ok pea@
2010-04-02 11:35:42 +00:00
ajacoutot
1952035f37
This needs to depend on mono-gnome.
...
spotted by sthen@
2010-04-01 07:20:17 +00:00
sthen
5c5a608f6c
update to 2.4.3, tested by Denny White and Aaron Stellman
...
note that with USB UPS, you may have to allow permissions on
further ugen subdevices (e.g. ugen0.01 as well as ugen0.00).
2010-03-31 22:11:11 +00:00
lum
d09da1e4b9
update to toprump-0.13.3: another bug fix and small code tidy.
...
ok landry@
2010-03-31 06:40:52 +00:00
landry
b645a4a97c
Fix HOMEPAGE and MASTER_SITES. Bump.
2010-03-30 07:32:27 +00:00
ajacoutot
38d2466bd1
s/LOCALBASE/TRUEPREFIX/
...
ok merdely@ (maintainer)
2010-03-28 16:05:25 +00:00
ajacoutot
8c4e8b84ef
+lat
2010-03-26 13:13:48 +00:00
ajacoutot
b31a3672d8
Import lat-1.2.3
...
thanks to the Hungarian team for fixing mono ;-)
lat stands for LDAP Administration Tool. The tool allows you to browse
LDAP-based directories and add/edit/delete entries contained within. It
can store profiles for quick access to different servers.
<...>
2010-03-26 13:13:12 +00:00
jasper
20d76fc935
- update bubblemon-docktapp to 1.46
...
- switch to gtk+2
ok wilfried@ (MAINTAINER)
2010-03-25 06:23:34 +00:00
lum
e3f363d75f
Bug fix and small code tidy
...
ok landry@ sthen@
2010-03-24 10:34:04 +00:00
stephan
b1834052a7
update to 0.07, ok jasper@
2010-03-23 16:21:28 +00:00
pea
61a08ed116
Update to 1.2.8
...
Take maintainership
ok sthen@
2010-03-23 10:19:48 +00:00
jasper
7883967a65
- remove wmcube-gdk
2010-03-22 17:43:27 +00:00
jasper
318ed4bf52
- remove old app that's using an ancient toolkit. sysutils/wmcube could be
...
used a replacement for this one.
ok wilfried@ (MAINTAINER)
2010-03-22 17:43:09 +00:00