Commit Graph

2295 Commits

Author SHA1 Message Date
ajacoutot
3ea118d229 Update to backintime 1.0.6. 2011-03-03 13:49:27 +00:00
landry
6c498e11c6 Upstream now does proper releases, update to 0.4 and fix MASTER_SITES (and
set EPOCH to 0).
2011-03-02 12:36:42 +00:00
ajacoutot
c0bb868ea3 Fix typo in man page, we use the _symon user, not symon.
Add rc.d(8) scripts for symon and symux.

ok landry@
2011-03-02 07:13:13 +00:00
ajacoutot
8b4546975f Update to gkrellm-2.3.5. 2011-03-02 06:59:55 +00:00
ajacoutot
22dd2fea9c Tweak example. 2011-03-02 06:50:23 +00:00
ajacoutot
90e4ce3c77 Add /usr/obj and /usr/ports/pobj to the non monitored list.
prodded by and ok landry@
2011-03-02 06:47:40 +00:00
jakemsr
ea82525963 the USB_DEVICEINFO ioctl only requires read access to the usb bus.
open the bus with O_RDONLY instead of O_RDWR to not require write
permission.

ok ajacoutot@
2011-02-02 21:56:03 +00:00
ajacoutot
d40b897cb0 Update to xstatbar-0.5.
This version adds a new '-t' and '-T' switches to specify the time
format.
2011-01-18 19:04:22 +00:00
ajacoutot
9d72cc0d29 Initial work for users management. Not quite there yet...
ok jasper@
2011-01-18 13:07:21 +00:00
ajacoutot
5db42ca029 Disable services with dash, not underscore. 2011-01-17 23:06:20 +00:00
ajacoutot
d6c2be1873 Tweaks.
ok jasper@
2011-01-17 20:49:21 +00:00
ajacoutot
8f195c4751 Fix samba users handling.
ok jasper@
2011-01-17 18:54:42 +00:00
ajacoutot
5184624d6f Populate get_role() with more services.
ok jasper@
2011-01-17 17:49:19 +00:00
ajacoutot
16cba46b6a Finish services handling. Still a bit rought but works fine.
ok jasper@
2011-01-17 15:00:23 +00:00
ajacoutot
eee558b55a Add initial support for rc.d services. 2011-01-17 00:36:28 +00:00
naddy
3f1960b6f3 recognize OpenBSD 4.9 2011-01-15 01:19:35 +00:00
jasper
23bdc66288 Remove mjc@ as maintainer after several generous time-outs. 2011-01-14 22:50:56 +00:00
jasper
a7798bf227 - fix WANTLIB
- newstyle spacing
- add the PDF handbook in various languages

from vadim zhukov (MAINTAINER)
2011-01-11 10:29:20 +00:00
marco
f8295f1bdc move to new version and take maintainership
ok todd laurent
2011-01-10 19:19:37 +00:00
landry
5bfa9eb751 Update to pkg_mgr 0.2.1, fixes a bug when simulating updates/installs as
regular user and some files on the system are only readable by root
(cups, dbus...)
2011-01-07 16:36:19 +00:00
landry
1135670536 +shelldap 2011-01-06 12:17:07 +00:00
landry
6129a567f4 Import shelldap 0.20110106:
Shelldap is a handy shell-like interface for browsing LDAP servers
and editing their content. It keeps command history, has sane
autocompletes, credential caching, site-wide and individual configs,
and it's fun to say.
Shelldap documentation can be viewed using perldoc(1).

with feedback/distfile hosting/ok jasper@.
2011-01-06 12:16:39 +00:00
jeremy
4f9664ab00 REVISION bump for rbx FLAVOR PLIST change.
OK landry@
2011-01-06 04:24:22 +00:00
jasper
6beeb8547c sync 2011-01-05 14:14:32 +00:00
jasper
16aa9a8442 import p5-Proc-Wait3 0.03
from Abel Abraham Camarillo Ojeda
ok landry@
2011-01-05 14:12:07 +00:00
rpointel
6b55ddae1a I learn my alphabet...
moved downtimed to correct place
2011-01-04 18:08:40 +00:00
rpointel
47c74c7ed9 +downtimed 2011-01-04 17:42:01 +00:00
rpointel
a0fc00466d Import downtimed, a program for monitoring operating system downtime.
ok aja@ benoit@
2011-01-04 17:40:42 +00:00
jasper
b8e5167366 - make xml2 reachable again
- remove redundant library from WANTLIB-snmp (from sebastia@)

ok sebastia@ (MAINTAINER)
2010-12-28 15:08:31 +00:00
ajacoutot
4ec44530ca Simplify after recent rc.subr change.
The framework is now stable and we will start documenting it (at last).
2010-12-27 14:50:22 +00:00
landry
08fe227325 Update to pkg_mgr 0.2.. release early, release often :)
Mostly rewritten, properly (sort of) integrates with pkg_* code,
Likely to have bugs, but if noone uses it they won't show up.
Oh, and even features a manpage with feedback from schwarze@ and jmc@.
2010-12-26 19:51:05 +00:00
ajacoutot
b28452a489 Cope with recent rc.subr changes. 2010-12-24 10:40:04 +00:00
jeremy
cffc0382ca +=ruby-directory_watcher 2010-12-20 18:50:27 +00:00
jeremy
0455c278f8 Import ruby-directory_watcher 1.3.2, dependency of ruby-jekyll
The directory watcher operates by scanning a directory at some interval
and generating a list of files based on a user supplied glob pattern. As
the file list changes from one interval to the next, events are
generated and dispatched to registered observers. Three types of events
are supported--added, modified, and removed.
2010-12-20 18:19:54 +00:00
steven
df61492183 update to 3.1.3 2010-12-12 15:10:38 +00:00
landry
cde74941c8 +p5-Plack and its new dependencies 2010-12-11 09:55:51 +00:00
landry
8ced82a6ef Import p5-Filesys-Notify-Simple:
Filesys::Notify::Simple is a simple but unified interface to get
notifications of changes to a given filesystem path. It utilizes
inotify2 on Linux and fsevents on OS X if they're installed, with a
fallback to the full directory scan if they're not available.

(note from importer: it could use a kqueue/libevent backend instead of a
gross full scan every 2 secs, which is not even configurable :)

From Abel Abraham Camarillo Ojeda on ports@
2010-12-11 09:41:40 +00:00
jeremy
746dffb2b7 Update ruby-thor to 0.14.6, required by Rails 3.
This temporarily breaks www/ruby-merb, which will be dealt
with shortly.

ok landry
2010-12-08 21:43:44 +00:00
ajacoutot
df4e1203e4 Bump after recent cpan.port.mk change.
ok jasper@
(final commit)
2010-12-03 11:46:46 +00:00
ajacoutot
4973830405 Set the sgid kmem bit by default.
"no objections" sthen@, ok pval@ (maintainer)
2010-12-02 09:14:53 +00:00
jasper
5b965fc5da SECURITY UPDATE of collectd to 4.10.2, among the regular bugfixes is a fix
for SA42393, collectd "cu_rrd_create_file()" Denial of Service Vulnerability.

ok landry@
2010-11-29 20:20:41 +00:00
dcoppa
326d0ae2e5 Fix WANTLIB and bump.
Ok landry@ (MAINTAINER)
2010-11-27 09:32:09 +00:00
espie
095b509459 libnet PGKSPEC 2010-11-26 14:56:14 +00:00
espie
be2f93f11d since db/v4 has db->=4,<5 as default, no need to specify it explicitly 2010-11-26 14:50:09 +00:00
jeremy
a8bf115817 REVISION bump all ruby ports due to a change in the pkgspec.
Previously, we were using ruby->=1.8,<=1.9, instead of
ruby->=1.8,<1.9.  While this wouldn't cause an issue, since
our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
it's still wrong and should be fixed.  This also fixes the
following minor issues:

Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
Currently we don't have a ruby port that uses FLAVORs that
would differ from MODRUBY_FLAVOR, but it's possible we will
in the future.

Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
REGRESS_DEPENDS.  This probably is not strictly necessary, but
BUILD_PKGPATH is used in more cases, so it is good for
consistency.

Switch to new style *_DEPENDS, with the version specification
at the end.  The remaining cases where this is not done is
because a specific version is used.

Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
the old version is installed when you run a regress test, it
will install the new version first.

Some conversion of spaces to tabs for consistency.

OK landry@
2010-11-24 21:35:13 +00:00
ajacoutot
49e114bcbc pexp is useless here. 2010-11-23 18:53:46 +00:00
giovanni
2523c6b887 Update to 5.40, add rcscript and a patch to correctly handle hw.disknames 2010-11-23 18:21:45 +00:00
jasper
7ca3305ded - add a homepage 2010-11-22 20:10:54 +00:00
espie
fbc20d9b54 missed a few depends 2010-11-22 09:38:08 +00:00
espie
4856ef07e8 missed some new depends 2010-11-22 09:34:10 +00:00
espie
6c283d7e98 new depends 2010-11-20 17:22:40 +00:00
ajacoutot
956cb57b2b Add missing dependency. 2010-11-17 16:34:43 +00:00
robert
f5b4fa5e19 Update to 2.6.3 and make it possible to tell the server from the client
which default node to use in case LDAP is used by setting the FACTER_defnode
environment variable.
2010-11-17 13:07:17 +00:00
ajacoutot
68528fec16 factsync is deprecated, so remove it from the default sample configuration
to prevent warnings.

ok robert@ (maintainer)
2010-11-13 11:18:41 +00:00
robert
d5b153f6e3 sync the default configuration to the new style 2010-11-11 20:40:56 +00:00
robert
e9671a4c38 Make sure that we are not referencing a nil variable when there is
no swap device specified on the machine.
2010-11-11 20:37:29 +00:00
espie
4d0f59f329 last WANTLIB conversion, hopefully 2010-11-11 19:00:48 +00:00
dcoppa
9da2799f80 Clarify usage and switch to pkg-readmes.
With help from and OK fgsch@
2010-11-11 14:52:01 +00:00
jeremy
03d678bbd4 Replace MODRUBY_REV by MODRUBY_LIBREV in PLIST. Use
MODRUBY_EXAMPLEDIR for the examples.  Bump because
MODRUBY_EXAMPLEDIR is a different location than the
old directory used.

OK landry@
2010-11-09 18:44:14 +00:00
jeremy
f4542e4eb3 REVISION bumps for most ruby ports after the ruby.port.mk update.
PKG_ARCH = * removed from many ports as it is added automatically
for pure ruby gem ports.  Switch ports that previously used
GEM_SKIPDEPENDS to adding dependencies or modifying the underlying
gem metadata with patches.

OK landry@
2010-11-08 23:28:53 +00:00
jeremy
cb1c9c889a Update plists for most ruby ports after changes to ruby.port.mk.
Requested as a separate commit by landry@.

OK landry@
2010-11-08 23:24:39 +00:00
jasper
b1d672ae2a - switch to pkg-readmes 2010-11-08 20:12:13 +00:00
jasper
41572393db - switch to pkg-readmes/REVISION/EPOCH
ok pea@ (MAINTAINER)
2010-11-08 08:24:32 +00:00
jasper
6526c60db5 - honor CC/CFLAGS
ok form@ (MAINTAINER)
2010-11-07 19:06:15 +00:00
jasper
71defdbc46 - move to pkg readmes 2010-11-07 18:29:54 +00:00
dcoppa
40bfc1599e +vmwh
OK jasper@
2010-11-07 18:07:50 +00:00
dcoppa
09ccaf282e Import vmwh, a handy vmware userland helper for X.
vmwh is a vmware helper for X11, developed on OpenBSD to run in userland
alongside the vmt(4) vmware kernel driver and the vmmouse Xorg driver.
It detects when the mouse cursor switches back to the host ("ungrabs")
and sends the guest's X11 clipboard data (read from xclip) to the host
through the vmware backdoor, which gets put onto the host's clipboard.
It then detects when the mouse cursor switches back to the guest
("grabs") and replaces the X11 clipboard contents (via xclip) with the
host's, which is read through the vmware backdoor.

OK jasper@
2010-11-07 18:06:00 +00:00
espie
9fb7a3fc28 tk/tcl wantlib conversion 2010-11-06 22:06:57 +00:00
espie
632a3518ab move gettext to new WANTLIB 2010-11-06 16:07:00 +00:00
ajacoutot
53a6778780 Update to backintime-common-1.0.4. 2010-11-05 16:39:10 +00:00
ajacoutot
c7d59dddc2 Update to notification-daemon-0.5.0.
This update brings ~3 years worth of changes and actually fixes several
lock up issues people have been seeing.

ok jasper@
2010-11-04 09:50:44 +00:00
robert
f87d701a5d Update to 2.6.3rc and fix a file locking issue while using LDAP.
Also add a patch for the LDAP connections to make puppet retry
instead of just erroring out.
2010-11-04 07:20:57 +00:00
jasper
6a038a9d8f - what was committed is NOT what I ok'd (found out rather late..). fix this mess. 2010-11-02 08:10:43 +00:00
steven
b9cc183023 change maintainer address
groff not needed

from Igor Zinovik (maintainer)
2010-11-01 19:25:57 +00:00
sthen
7723377a41 use kvm_getproc2, ok maintainer Ben Lovett. 2010-10-30 21:14:00 +00:00
ajacoutot
aac103ff9c Start work to implement services. Not working yet. 2010-10-29 15:05:28 +00:00
steven
feae1cf19b fix homepage
pointed out by Mikolaj Kucharski
2010-10-29 08:29:14 +00:00
steven
d3006f3fa6 +ns4 2010-10-28 11:50:32 +00:00
steven
facdb94461 import ns4 4.3.6
ns4 is a command line configuration management tool.  It allows the
automated backup of node (i.e. routers and switches) configurations to
an FTP/SFTP server or local media on a daily basis to create
configuration archives. It can run ad-hoc commands on multiple nodes as
well as custom scripts for automating complex tasks. It uses Perl and
allows you to manipulate the output of commands using regular
expressions within scripts.  Configuration based cartridges are used to
specify new node types, allowing the user to extend its functionality in
a simple and dynamic way.
2010-10-28 11:49:49 +00:00
steven
08cec9fd54 this builds fine with openbsd libtool so set USE_LIBTOOL=yes
however auto* needs libtoolize or some other libtool macros, therefore add
a build dependency on gnu libtool
2010-10-28 10:02:04 +00:00
merdely
6d0142a635 Oops... debugging line made it in. Remove it. 2010-10-27 22:43:47 +00:00
merdely
5a6883295c + pecl-fileinfo 2010-10-27 22:40:27 +00:00
merdely
926433a339 Initial import of pecl-fileinfo:
The Fileinfo extension allows retrieval of information regarding
vast majority of file.
This information may include dimensions, quality, length etc...

Additionally it can also be used to retrieve the mime type for a
particular file and for text files proper language encoding.

From MAINTAINER: Johan Huldtgren
Tweaks by me and one from sthen
ok sthen
2010-10-27 22:39:16 +00:00
landry
4b07d99a83 Unbreak on a clean box, add lang/ruby to build_depends. 2010-10-27 13:40:29 +00:00
ajacoutot
146540a4bd Document the fact that a system-wide D-BUS daemon needs to be running. 2010-10-26 21:36:33 +00:00
jeremy
9fa1d217ce Use CONFIGURE_STYLE = ruby gem ext to clean things up.
SHARED_ONLY = Yes wasn't set before, but it is set
automatically now, which is the correct setting.  This
requires removing PFRAG.shared and integrating the
contents into PLIST.

ok landry, phessler, sthen
2010-10-26 21:32:32 +00:00
sthen
87acce266a kinfo_procs -> kinfo_proc2 2010-10-26 16:36:59 +00:00
sthen
05e4aa46da kinfo_procs->kinfo_proc2 2010-10-26 16:13:40 +00:00
sthen
e3397f5a31 use kvm_getproc2; ok ajacoutot@ 2010-10-26 09:44:32 +00:00
sthen
9f42d17af7 switch kvm_getprocs to kvm_getproc2 2010-10-25 18:11:26 +00:00
jasper
3c9f8c99b2 - update to 1.7 2010-10-25 17:49:26 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
robert
dd9aaacf04 update to 1.5.8 2010-10-24 10:45:48 +00:00
robert
b124738dc8 missing patch 2010-10-24 10:26:36 +00:00
robert
59069c8a98 Update to version 2.6.2 2010-10-24 10:23:48 +00:00
ajacoutot
113f9ff0c9 Add a missing @sample directory. 2010-10-23 17:04:51 +00:00
naddy
6e72c64c14 oops, restore package name; from RD Thrush 2010-10-22 13:45:02 +00:00
naddy
c7c300c427 - use mandoc(1) for an mdoc(7) page
- some cleanup
2010-10-20 15:36:46 +00:00
naddy
ca9c6bdd67 ports that preformat man pages with mandoc via bsd.man.mk don't need groff 2010-10-20 15:23:04 +00:00
dcoppa
fdfcc77980 Adapt to python 2.6.
From "Tasmanian Devil" <tasm DOT devil AT googlemail DOT com>

OK dcoppa@, sthen@, fgsch@
2010-10-20 11:29:46 +00:00
ajacoutot
e3ee3f0207 Remove USE_X11=No, it's no needed. 2010-10-19 15:21:03 +00:00
naddy
c7f430a406 sync with 4.8, no need for groff 2010-10-19 14:37:01 +00:00
espie
709b054ab9 USE_GROFF=Yes 2010-10-19 07:43:00 +00:00
sthen
adba505abf - adapt io monitor to handle the new hw.disknames format (devname: or
devname:uid), problem reported by Anton Maksimenkov with a different diff.

- new-style lib_depends/wantlib

- let ports-standard DEBUG=xxx work as expected and produce binaries
with symbols

sm_io.c diff looks good to henning@
2010-10-19 01:07:13 +00:00
jasper
b0a8cebee9 - use_x11 comes from gnome.port.mk now 2010-10-18 13:41:15 +00:00
sthen
9a44ad2def Don't use LOG_MAKEPRI, it's undocumented, confusing, and in this port
is used incorrectly.
2010-10-17 14:20:53 +00:00
landry
225f233452 +apachetop 2010-10-17 11:15:59 +00:00
landry
c1df600c23 Import apachetop 0.12.6 from maintainer Gonzalo L. R., with some tweaks
by me and dcoppa@. 
ApacheTop is a curses-based top-like display for Apache information,
including requests per second, bytes per second, most popular URLs, etc.
ok benoit@ dcoppa@
2010-10-17 11:15:29 +00:00
landry
a3a28e175e +p5-Parse-DMIDecode 2010-10-15 22:45:33 +00:00
landry
c294c43f6d Import p5-Parse-DMIDecode from MAINTAINER Mikolaj Kucharski.
Parse::DMIDecode module provides an OO interface to SMBIOS information
through the dmidecode(8) command which is known to work under a number of
Linux, BSD and BeOS variants.
With tweaks from and ok sthen@
2010-10-15 22:44:46 +00:00
jasper
0ec918b1ee - regen WANTLIB here too 2010-10-13 19:12:56 +00:00
jasper
ccd1c9491a - regen WANTLIB
- lowercase a comment
2010-10-13 19:12:33 +00:00
jasper
f7a727af9c - get the cflags and libs from gkrellm, which makes more sense and fixes the build.
- add rcs id's to patches while here.
2010-10-13 17:34:26 +00:00
robert
36904a728e Check for EVP_PKEY_encrypt_old in by linking toe automagic test program
to -lcrypto and -lss. This fixes bacula "autodetecting" the OpenSSL version.

bump pkgnames
2010-10-12 19:47:06 +00:00
jasper
c09474bc0f sync 2010-10-12 16:49:38 +00:00
jasper
5a4e4d77c7 import py-daemon 1.6
This library implements the well-behaved daemon specification of PEP
3143, "Standard daemon process library".
[...]

ok sthen@
2010-10-12 16:49:09 +00:00
sthen
44a262f24d +py-lockfile 2010-10-12 14:54:00 +00:00
sthen
a70bc110a2 import ports/sysutils/py-lockfile, ok jasper@
The lockfile package exports a LockFile class which provides a simple API for
locking files.  Unlike the Windows msvcrt.locking function, the fcntl.lockf
and flock functions, and the deprecated posixfile module, the API is
identical across both Unix (including Linux and Mac) and Windows platforms.
The lock mechanism relies on the atomic nature of the link (on Unix) and
mkdir (on Windows) system calls.  An implementation based on SQLite is also
provided, more as a demonstration of the possibilities it provides than as
production-quality code.
2010-10-12 14:51:56 +00:00
jasper
e34499f593 - fix WANTLIB after cairo update. 2010-10-11 08:11:24 +00:00
dcoppa
6bd5ddac53 Update to xjobs-20100915
From Rene Maroufi (maintainer)
2010-10-08 16:34:08 +00:00
ajacoutot
04b03547b3 Move to new DEPENDS.
from Kirill Bychkov (maintainer)
2010-10-05 09:04:11 +00:00
sthen
e8250f2824 - new-style WANTLIB/LIB_DEPENDS/REVISION
- sync WANTLIB
- suggest suitable group for serial ports in MESSAGE
- take MAINTAINER
2010-10-03 22:21:49 +00:00
jasper
00cb1bd2c0 - unbreak after the openssl update
ok sthen@
2010-10-03 21:41:01 +00:00
armani
320054b099 Add dcled
ok jasper@
2010-10-03 21:14:22 +00:00
armani
067fc0c48d Import dcled, userland driver for Dream Link USB LED Message Board
ok jasper@
2010-10-03 21:13:27 +00:00
jasper
9f83ce8c6e switch to MODCPAN_EXAMPLES 2010-10-03 15:10:07 +00:00
jasper
6ebf168d2c robert@ will be the new master of puppet 2010-09-30 15:39:11 +00:00
ajacoutot
21da929ec9 Fix DEPENDS after gtk+2 and gdk-pixbuf split.
ok jasper@
2010-09-30 07:21:18 +00:00
jeremy
82143f7987 Remove MASTER_SITES from most ruby gem ports, specify it in ruby.port.mk
All ruby .gem files are now hosted on rubygems.org in the same
directory.  If the ruby gem CONFIGURE_STYLE is used, make the
default MASTER_SITES that directory.

There are still a few uses of MASTER_SITE_RUBYFORGE in the tree, for
some ports that aren't gems, or where the .gem file isn't hosted on
rubygems.org, or where the hashes don't match.  Most of these will be
dealt with in the near future.

OK landry@
2010-09-28 20:12:16 +00:00
ajacoutot
2b2cd2ab04 Set USE_LIBTOOL to gnu for now as it needs libtoolize. 2010-09-28 17:57:23 +00:00
jasper
0b28789ddc - don't install gzipped man pages
ok aja@
maintainer timed-out
2010-09-28 07:02:57 +00:00
stephan
5cd1c38ec4 update to 0.08, ok jasper@, 'looks ok' sthen@. 2010-09-27 13:00:13 +00:00
steven
455275a703 indicate reason for gnu libtool 2010-09-25 20:45:24 +00:00
steven
29dba6a7aa seems to build fine with openbsd libtool 2010-09-25 18:54:19 +00:00
jasper
e69d27ef62 - sync 2010-09-25 05:33:04 +00:00
jasper
2cb31241a8 import torture 1.0
torture is a suite of programs designed to torture specific either
specific parts or the system as a whole.

torture and port by thib, with tweaks from armani@
ok armani@
2010-09-25 05:32:38 +00:00
steven
69e7eb3acc no longer requires gnu libtool 2010-09-24 21:10:16 +00:00
steven
0166d70ee4 update to 3.1.2
somehow it got stuck in my tree for a while
2010-09-24 17:54:16 +00:00
sthen
f2d94ea127 bump 2010-09-24 15:37:42 +00:00
jeremy
d765f5df76 Bump all ruby ports not already handled.
In the upgrade from ruby 1.8.6 to 1.8.7, the PLISTs changed
due to differences in how RDoc processes files.

This also has a number of changes to the regress tests to
work with the changes to devel/ruby-rake.  It moves most of
the regress tests to use MODRUBY_REGRESS.

OK jcs@, landry@, jasper@, sthen@
2010-09-23 22:30:24 +00:00
stsp
f2ebd6315d Update to 0.6.10.
ok jim@ (MAINTAINER)
2010-09-23 12:59:21 +00:00
ajacoutot
a3d8975442 Hook up system-tools-backends, ok jasper@ 2010-09-22 16:08:26 +00:00
landry
f9e60e32e4 Use gnu libtool, the infamous '.libs/bat vs bat' issue is back when
using ports libtool. To be revisited.
2010-09-22 06:56:57 +00:00
joshe
63a5598e93 Add support for reading newer ext2 filesystems with 256-byte inodes.
ok jasper@
2010-09-21 23:17:33 +00:00
stsp
faeb10fc82 Fix handling of symlinks in subdirectories; ok pyr@ 2010-09-21 19:17:31 +00:00
ajacoutot
ef70779734 Make this work on non-human arches too.
ok jasper@
2010-09-17 13:37:57 +00:00
sthen
0c4ebf1bcd missing MODPY_SETUPTOOLS and bump 2010-09-16 08:18:31 +00:00
pea
7729581bc6 Fix a deprecationWarning with python 2.6
ok jasper@
2010-09-15 09:02:50 +00:00
landry
93d2e80a38 Add a patch so that autohell correctly detects struct diskstats
dc_rbytes member, fixing the build.
2010-09-13 08:54:21 +00:00
jasper
fab4167387 - move distfiles/ to a proper mirroring location. 2010-09-12 16:49:08 +00:00
ajacoutot
baf7e88ba9 Import system-tools-backends-2.10.1
The System Tools Backends (s-t-b for short) are a set of cross-platform
modules for Unix systems. The backends provide a common DBus interface
to all platforms to modify or read the system configuration in a system
independent fashion. Historically, access to system configuration has
<...>


This is a WIP, hence not hooked to the build.
DO NOT try this at home or you will harm yourself, you have been warned.

ok jasper@
2010-09-10 13:49:59 +00:00
jasper
8868c8786e - remove maintainer; he timed-out many many times in the past with multiple ports
and timed-out too after a long period for this change.
2010-09-07 19:21:42 +00:00
kili
f2bec09df9 Bring back PKGNAME-main. While here, add pthread to WANTLIB and bump
-main and -snmp.
2010-09-07 18:26:29 +00:00
landry
56a34dfaf4 Update to collectd 4.10.1, from Simon Kuhnle, thanks! 2010-09-07 11:12:05 +00:00
jasper
43aa8b80b6 - fix build for gcc2 2010-09-05 20:33:20 +00:00
kili
cb0a43faf5 Don't mix old (p*) and new (REVISION) style.
Bump for real, which needs an EPOCH in this case (without it,
you can't update from *p6p0).
2010-09-05 12:24:11 +00:00
jasper
4d6b61871c - fix more homepage/master sites 2010-09-02 08:26:09 +00:00
jasper
bd1ba7d0a8 - fix homepages/master site 2010-09-02 08:22:24 +00:00
ajacoutot
f7296e021c Remove PKGNAME=${DISTNAME} constructs where possible, as this is the
default anyway.

ok jasper@
2010-08-31 08:15:44 +00:00
fgsch
7097e45c16 More bumps for python. 2010-08-30 21:52:53 +00:00
fgsch
94c6a5abc6 Bump revision after python's default change. 2010-08-30 17:57:31 +00:00
jasper
796434d963 - remove dead homepage
- regen PLIST while here
2010-08-30 16:41:20 +00:00
steven
47241773b6 update to 4.6.4 2010-08-26 21:28:58 +00:00
ajacoutot
ac742228f2 When the no_python FLAVOR is selected, make sure the server subpackage does
not depend on python.

spotted by naddy@
2010-08-25 06:55:45 +00:00
jasper
c2c9cf81d2 - update ddrescue to 1.12 2010-08-24 11:40:21 +00:00
ajacoutot
b6adee10c6 Bugfixe update to d-feet-0.1.12. 2010-08-24 06:49:43 +00:00
jasper
ce4938eda6 - add dtpstree 2010-08-19 20:58:13 +00:00
jasper
ac313a1df7 import dtpstree 1.0.3
another tree of processes with some nice features

from douglas thrift (MAINTAINER)
2010-08-19 20:56:42 +00:00
landry
db55a93296 Make snmp/rrdtool/pgsql/mysql subpackages RUN_DEPENDS on -main
subpackage, same version. It makes very little sense to only install a
plugin.. bump corresponding REVISIONs.
With tweaks from sthen@, agreed by espie@
2010-08-08 07:41:40 +00:00
merdely
933c12c4c5 Fix links to documentation in MESSAGE-{main,server}.
From Jiri B.
ok sthen@
2010-08-05 13:32:27 +00:00
sthen
3e541d707c Fix MASTER_SITES, this is based on part of a diff from Daniel Dickman
(the other part, adding HOMEPAGE, can be revisited later). No pkg change.
2010-08-03 23:39:58 +00:00
ajacoutot
cc322b975f Add example on how to enable this if wanted.
Move to new DEPENDS.
2010-08-01 15:31:57 +00:00
steven
a55c3089fb make it detect scsi disks properly (off by one).
while here also detect vnd devices.

"groovy" landry@
2010-07-30 22:49:27 +00:00
benoit
30ccc49d51 - update dwdiff to 1.8.2 2010-07-30 21:11:10 +00:00
naddy
f455e7b60b include function prototypes 2010-07-30 14:36:30 +00:00
steven
047051570a +rsyslog 2010-07-29 21:40:47 +00:00
steven
656504ee5d import rsyslog-4.6.3
Rsyslog is an enhanced multi-threaded syslogd with a focus on
security and reliability. Among others, it offers support for
on-demand disk buffering, reliable syslog over TCP, SSL, TLS and
RELP, writing to databases (MySQL, PostgreSQL, Oracle, and many
more), email alerting, fully configurable output formats (including
high-precision timestamps), the ability to filter on any part of
the syslog message, on-the-wire message compression, and the ability
to convert text files to syslog. It is a drop-in replacement for
stock syslogd and able to work with the same configuration file
syntax. Its advanced features make it suitable for enterprise-class,
encryption protected syslog relay chains while at the same time
being very easy to setup for the novice user.

initial port from todd@, improved by sthen@ and me
2010-07-29 21:40:21 +00:00
giovanni
e639755956 Update to 4.83
ok pvalchev@ (Maintainer)
2010-07-26 07:25:40 +00:00
todd
cc236c358b +librelp 2010-07-26 03:47:40 +00:00
todd
ffd4e19f65 librelp 1.0.0
librelp is an implementation of RELP, Reliable Event Logging Protocol.
RELP assures that no message is lost, not even when connections break
and a peer becomes unavailable.

The current version of RELP has a minimal window of opportunity for
message duplication after a session has been broken due to network
problems. In this case, a few messages may be duplicated (a problem
that also exists with plain tcp syslog). Future versions of RELP
will address this shortcoming.

feedback from stuart and steven m.
2010-07-25 17:12:56 +00:00
benoit
3df52ad69e - update dwdiff to 1.8.1
ok ajacoutot@
2010-07-25 13:00:27 +00:00
naddy
30dd457b1e recognize OpenBSD 4.8 2010-07-24 23:01:56 +00:00
benoit
8211a280f2 - update dwdiff to 1.8
- use new WANTLIB/LIB_DEPENDS style

ok sthen@
2010-07-23 20:59:09 +00:00
steven
18cb78a3b8 - by default, find the config file in the location we installed it.
- install a better sample config file, which mimics OpenBSD's syslogd
  and no longer spits all kinds of warnings just because we are using
  syslog-ng >= 3

this allows to start syslog-ng without extra arguments and have something
basically working.

requested by jcs@

let me know if you find issues with the new config file.
2010-07-22 21:03:03 +00:00
steven
36b7470fe6 update to 0.2.12 2010-07-22 20:56:23 +00:00
landry
233c804269 Make sure netinet/in.h is included before arpa/inet.h.
Fixes build with -Wsystem-headers. While here use REVISION/fix DEPENDS
2010-07-22 14:40:49 +00:00
ajacoutot
04e9f6d209 Compile with -pthread. 2010-07-22 09:24:20 +00:00
merdely
efb04a08a8 Update to 0.21 2010-07-21 15:18:16 +00:00
merdely
b92ffdaba9 Update bacula to 5.0.2.
Fixes the weird install issues with the bat binary

New features can be found here:
http://www.bacula.org/5.0.x-manuals/en/main/main/New_Features_in_5_0_0.html

Thanks to sthen for help with the new wantlib/lib_depends stuff,
removing the sqlite flavor, ...

Thanks to giovanni for pointing out a ${TRUEPREFIX} -> /usr/local that
crept into one of my patch files.

ok sthen@
2010-07-20 14:38:39 +00:00
ajacoutot
f809246d18 Enable threads.
This is needed, otherwise when the kqueue(2) backend runs out of fds,
gamin will not be able to fallback to polling.
2010-07-20 14:30:25 +00:00
ajacoutot
1110564b89 From upstream 779c0153fc0bd3c2e302dac1979d17638f054229:
Configuration reload on every query.
Set has_data to true after the data is loaded to prevent excessive
reloading of config files.
2010-07-18 15:41:22 +00:00
ajacoutot
6d25002e5e Fix some warnings. 2010-07-16 10:04:10 +00:00
giovanni
f3c1e34f02 Update to 1.2.2 from maintainer Nicolas P. M. Legrand 2010-07-15 10:32:26 +00:00
sthen
d55e1837f6 use REVISION 2010-07-13 20:14:21 +00:00
ajacoutot
b4900052b8 Fix memleaks by including string.h where needed.
While here, switch to new REVISION/DEPENDS.
2010-07-13 14:10:35 +00:00
naddy
ee7b6e1473 fix dependencies 2010-07-10 13:54:22 +00:00
ajacoutot
bf73d995ac Remove build_depends on gtk-doc. First we don't use it
(--disable-gtk-doc) and more important, it creates a dependency loop as
reported by Markus Lude.
2010-07-08 15:20:45 +00:00
ajacoutot
8d3f67593e +consolekit
+polkit

"go ahead" landry@
ok jasper@ robert@
2010-07-07 16:34:38 +00:00
sebastia
71a7f5a4db adapt to the new SO_PEERCRED.
OK sthen@, landry@
2010-07-07 13:58:11 +00:00
ajacoutot
a704bdc2a8 fmt(1). 2010-07-07 08:20:28 +00:00
ajacoutot
8213a2228a Extend MESSAGE, from sthen@
Tweak PLIST while here.
2010-07-07 07:28:03 +00:00
espie
1fbd86e4c8 idn comes indirectly from curl 2010-07-05 20:37:30 +00:00
ajacoutot
0a444e2256 Missing RCS Ids (from landry@). 2010-07-05 15:40:01 +00:00
ajacoutot
297c7449b9 Add more comments to example files.
Add a MESSAGE to explain how to disable polkit.
2010-07-05 15:22:16 +00:00
ajacoutot
7f2e4d5345 Fix directory installation paths.
Add sample policies adapted from Fedora. These are not installed by
default, you can install them manually or use them as starting point for
writing new policies.
2010-07-05 07:42:43 +00:00
ajacoutot
a31c5fe799 Extend some comments. 2010-07-05 06:51:40 +00:00
ajacoutot
a212cc3267 Disable console activation for now. It does work with our userland
threads.
2010-07-03 04:02:53 +00:00
ajacoutot
18012eff58 Add missing BUILD_DEPENDS, spotted by pirofti@. 2010-07-02 21:47:43 +00:00
ajacoutot
d361e1af08 Fix authentication. 2010-07-02 05:04:47 +00:00
ajacoutot
d8d62baae3 Update d-feet, the DBus debugger to version 0.1.10. 2010-07-01 20:24:55 +00:00
jasper
5f6a750149 - add luastatgrab 2010-07-01 20:19:07 +00:00
jasper
6ea2524aeb import luastatgrab 0.2.2
Libstatgrab binding for Lua.
2010-07-01 20:17:47 +00:00
naddy
fe67fde1b4 maintenance update to 5.2.6 2010-07-01 17:34:21 +00:00
ajacoutot
ae35fec04d Some tweaks and remove BROKEN.
*** While basic functionnality works, this is NOT hooked up yet as more
things are coming and there is still a glib2/pthread bug preventing a
console to be detected as active.
2010-07-01 07:50:59 +00:00
ajacoutot
988c97edf0 Import polkit-0.97.
PolicyKit is an application-level toolkit for defining and handling the
policy that allows unprivileged processes to speak to privileged
processes. It is a framework for centralizing the decision making
process with respect to granting access to privileged operations for
unprivileged applications. PolicyKit is specifically targeting
applications in rich desktop environments on multi-user UNIX-like
operating systems. It does not imply or rely on any exotic kernel
features.


bsd_auth(3) support is based on the Slackware Linux shadow
authentication port.
Several patches from FreeBSD and NetBSD.

*While basic functionnality works, this is NOT hooked up yet as more
things are coming*
2010-07-01 07:46:21 +00:00
ajacoutot
3d37d40774 Fix get_kinfo_proc() with help from robert@ 2010-07-01 01:00:09 +00:00
ajacoutot
661f9491be Bring in more tweaks and fixes. 2010-06-30 22:51:33 +00:00
ajacoutot
182b905e44 Make use of getsockopt(2) SO_PEERCRED so we can use c_pid.
Requires a very current current...
2010-06-30 20:48:30 +00:00
landry
c5ecc41930 Oops. collectd-snmp manpage doesnt belong to -main, and it's already in
-snmp. Fixes conflicts between pkgs.
2010-06-29 20:17:18 +00:00
stsp
e51b275de3 Add missing .El to fix man page build with mandoc.
ok pyr@ who will probably roll this into a new upstream release later
2010-06-29 14:21:23 +00:00
ajacoutot
1f9980cc7b We don't want getpid() here. 2010-06-29 04:27:11 +00:00
ajacoutot
031e2520b7 Fix socket credential support.
Tweak COMMENT while here.
2010-06-28 15:55:21 +00:00
ajacoutot
bf3c68be19 This patch is not needed anymore. 2010-06-28 13:34:50 +00:00
ajacoutot
9fd32b1067 Remove. 2010-06-28 13:31:49 +00:00
ajacoutot
4c1f5cbb5a Update to consolekit-0.4.1.
WIP, need uncommited stuffs and does wrong things for now, so it is still
marked as BROKEN.
2010-06-27 22:15:38 +00:00
ckuethe
2907a0a4c9 update to latest memtester, ok jim@ 2010-06-27 04:59:13 +00:00
sthen
484427e60a Note in MESSAGE that the _nut user must have permission to access the
relevant device nodes if using a USB UPS. Suggested by Alexey Suslikov.
2010-06-26 11:11:12 +00:00
ajacoutot
d68fdf6eb2 Remove non working policykit. It's been deprecated by polkit anyway.
ok robert@
2010-06-26 03:42:59 +00:00
landry
5fd12e4669 Full stop for DESCR-files, pass --disable-static to LIBTOOL_FLAGS, and
@comment .la for plugins. Bump PKGNAMEs.
prodded by/ok ajacoutot@
2010-06-24 06:53:36 +00:00
landry
fe31ac1882 +collectd 2010-06-23 18:05:00 +00:00
landry
da4ec499a5 Import of collectd 4.10, yet another monitoring daemon :
collectd gathers statistics about the system it is running on and stores
this information. Those statistics can then be used to find current
performance bottlenecks (i.e. performance analysis) and predict future
system load (i.e. capacity planning). Or if you just want pretty graphs
of your private server and are fed up with some homegrown solution
you're at the right place, too ;).

Reworked by bernd@ to use MULTI_PACKAGES instead of FLAVORS, thanks!
With feedback from Nico Szalay.

ok bernd@
2010-06-23 18:04:26 +00:00
sebastia
b5542258a3 update my e-mail address, and bump those packages
OK, landry@, sthen@
2010-06-18 22:20:03 +00:00
sthen
78355991cf add a missing space in MESSAGE-main's sample rc.local fragment; Kirill Bychkov 2010-06-17 18:43:43 +00:00
sthen
56cdcbb727 update symon to 2.82, rolling in our patches. New version pointed out
by maintainer/upstream Willem Dijkstra.
2010-06-15 10:47:08 +00:00
landry
df231a2341 +snapdl 2010-06-12 09:19:54 +00:00
landry
8eb6f3033f Import snapdl 1.2.1, from maintainer/developer Nicolas Legrand:
snapdl helps you finding mirrors with snapshots of -current synced with
the main mirror http://ftp.OpenBSD.org, and download the sets from the
fastest one.
2010-06-12 09:19:18 +00:00
lum
60200ed048 update to toprump-0.14.1: bug fix and '-L threshold' added. 2010-06-10 06:06:26 +00:00
form
0e371854d3 update to 4.10 2010-05-31 07:35:55 +00:00
sthen
5768ad4599 Various small fixes suggested by aja@ 2010-05-27 10:21:39 +00:00
lum
e2584a3007 update to stress-1.0.4: bug fix release
ok sthen@ landry@
2010-05-26 04:51:16 +00:00
sthen
80eb17c7c8 +apcupsd 2010-05-25 21:57:22 +00:00
sthen
8005714669 Import ports/sysutils/apcupsd, a daemon for monitoring APC UPSes.
We already have sysutils/apc-upsd which hasn't been maintained upstream
in >10 years, which I intend to rm unless there are objections.

From maintainer Kirill Bychkov with various input from myself.

Apcupsd can be used for power mangement and controlling most of APC's
UPS models. Apcupsd works with most of APC's Smart-UPS models as well as
most simple signalling models such a Back-UPS, and BackUPS-Office.
During a power failure, apcupsd will inform the users about the power
failure and that a shutdown may occur. If power is not restored, a
system shutdown will follow when the battery is exhausted, a timeout
(seconds) expires, or runtime expires based on internal APC calculations
determined by power consumption rates.
2010-05-25 21:56:33 +00:00
espie
d2e4e9943c fix gcc4 2010-05-24 22:03:21 +00:00
espie
05e1bda5b3 fix build with gcc4 2010-05-24 10:20:37 +00:00
ajacoutot
bd0a147bd4 Default depends on the no_tk FLAVOR of expect.
Fix build during bulk.

ok pea@ (maintainer)
2010-05-24 06:40:41 +00:00
espie
7312f59eb7 remove non-sensical cast 2010-05-23 13:54:45 +00:00
naddy
6f18dbddb0 fix fallout from the removal of dkio.h from ioctl.h 2010-05-20 15:41:33 +00:00
naddy
1870ba070a fix fallout from the removal of dkio.h from ioctl.h 2010-05-20 15:00:18 +00:00
robert
07e011aa34 Update to 0.25.5 and replace the their new stupid /var/lib/puppet
default workdir with /var/puppet
2010-05-18 18:44:37 +00:00
ajacoutot
1c8fd740da Store the example file where it belongs. 2010-05-17 12:01:26 +00:00
ajacoutot
fc908f7fe4 Bump after recent mono MODULE change.
"sure" robert@
2010-05-15 09:40:17 +00:00
ajacoutot
95566c7065 Smallish new release. 2010-05-12 18:01:20 +00:00
ajacoutot
0408ce61c2 Update to xstatbar-0.4 that has most of the port patches. 2010-05-12 17:20:22 +00:00
ajacoutot
3106cefa0e Fix use of open(2).
based on an "obnoxious remark" from kili@ ;-)
ok edd@ dcoppa@
2010-05-12 13:06:54 +00:00
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