Commit Graph

1962 Commits

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