Commit Graph

2011 Commits

Author SHA1 Message Date
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