Commit Graph

2028 Commits

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