Commit Graph

2211 Commits

Author SHA1 Message Date
ajacoutot
18b712adda Unbreak: sync WANTLIB/MODULES after my recent gettext work.
spotted by naddy@, thanks!
2011-07-11 13:09:45 +00:00
robert
a9eaa6abb2 switch to lang/php 2011-07-08 22:31:59 +00:00
sthen
17ac4e4b4e more @pkgpath 2011-07-08 21:20:49 +00:00
sthen
f327fd8ea2 this one needs another @pkgpath to be considered as an update (updates will
still not be seamless as we can't replace @sampled files with plain files,
but pkg_add -ui will ask the right questions)
2011-07-08 21:09:18 +00:00
sthen
dc44bd1435 +gsmartcontrol 2011-07-08 18:17:34 +00:00
sthen
9e6a668801 import ports/sysutils/gsmartcontrol, incorporating bits from giovanni@'s
version of the same port, tweak + ok aja@

GSmartControl is a graphical user interface for smartctl (from the
smartmontools package), which is a tool for querying and controlling
SMART (Self-Monitoring, Analysis, and Reporting Technology) data
on modern hard disk drives.

It allows you to inspect the drive's SMART data to determine its
health, as well as run various tests on it.
2011-07-08 18:17:12 +00:00
jasper
95dde884f1 - fix patch names 2011-07-08 11:19:35 +00:00
dcoppa
d565673e24 Make upower behave like apmd (check for minutes_left to be > 0, not >= 0)
While here, reword comment a little bit.

OK ajacoutot@
2011-07-08 08:16:09 +00:00
ajacoutot
70ac96c395 rc_scripts -> pkg_scripts 2011-07-08 02:14:58 +00:00
dcoppa
35708a7e9c Update to upower-0.9.12 plus fixes.
Discussed with and OK landry@, ajacoutot@
2011-07-07 19:02:43 +00:00
ajacoutot
ebf18cf0c6 Use the gettext MODULE 2011-07-07 00:22:37 +00:00
ajacoutot
2db5a00fb1 Add some magic to handle the gettext MODULE. 2011-07-07 00:08:35 +00:00
ajacoutot
ebc307bb8c Use the devel/gettext MODULE. 2011-07-06 21:09:55 +00:00
jasper
55fc46b1dd - move away from old kinfo_proc2 2011-07-06 13:41:29 +00:00
jasper
a302d05e8b - move away from old kinfo_proc2 2011-07-06 13:15:40 +00:00
jasper
64274487e7 - move away from old kinfo_proc2 2011-07-06 13:02:01 +00:00
jasper
9d42a3ba0f - move away from old kinfo_proc2
- add mising comment
2011-07-06 12:50:15 +00:00
jasper
4c6e57fabb - move away from kinfo_proc2
- fix a few implicit declarations while here
2011-07-06 12:45:04 +00:00
jasper
6005b2727f move away from kinfo_proc2 2011-07-06 12:32:51 +00:00
jasper
43b115ae28 More ossp-uuid vs e2fs-uuid cleaning: rename uuid.pc to ossp-uuid.pc
and e2fs-uuid.pc to uuid.pc. uuid.pc is what all projects using
pkg-config expect to find when looking for the "standard" uuid lib nowadays.

prompted by aja@
ok aja@ landry@ sthen@
2011-07-06 07:21:24 +00:00
jasper
8f7c2fde6a - adjust after recent curl update
ok landry@
2011-07-05 08:18:29 +00:00
edd
ec6895fd73 link supuner 2011-07-04 20:06:36 +00:00
edd
12c92e995e Import sysutils/supuner.
Supuner (SUPpress UNless ERror) executes a command and manipulates its
stderr and stdout, allowing the user control over when they are
displayed and / or outputted.

From Laurence Tratt with minor tweaks from myself and kili.

OK kili@
2011-07-04 20:04:54 +00:00
dcoppa
fd2b25c43e Add missed build dependency on gobject-introspection
OK ajacoutot@
2011-07-04 17:44:27 +00:00
dhill
013300b6c0 update to cyphertite 0.2.0
- added automated remote metadata mode
- added remote differential backup capability
- added restart support for metadata upload and download.
- enabled keeplives on connected sockets
- enabled throughput TOS on IPv4 connected sockets
- startup wizard enhancements
- version printing of dependencies
- permissions now set with umask 077
- manpage updates
- minor bug fixes
2011-07-04 16:41:45 +00:00
ajacoutot
d5392a8408 Better, from robert@ and pirofti@ 2011-07-04 05:16:47 +00:00
ajacoutot
f1e73ba9cd Implement user (un)locking. 2011-07-04 01:35:57 +00:00
naddy
8ad093516a install source man page 2011-07-04 00:39:07 +00:00
ajacoutot
ca0d3b83a2 ooops 2011-07-03 23:26:39 +00:00
ajacoutot
aad2e6be34 Rework the getgrouplist patch. 2011-07-03 23:26:25 +00:00
naddy
9dfdcb8b27 Install source man pages. Drop USE_GROFF. 2011-07-03 22:38:12 +00:00
ajacoutot
cb653b8a48 Tweak. 2011-07-03 20:16:35 +00:00
kili
6b9d5c3083 +detox 2011-06-30 21:01:19 +00:00
kili
09ddf91c6a detox is a program that renames files to make them easier to work
with under Unix and related operating systems.  Spaces and various
other unsafe characters (such as "$") get replaced with "_".  ISO
8859-1 (Latin-1) characters can be replaced as well, as can UTF-8
characters.  More details are contained in the detox.1 man page.

ok dcoppa@, landry@ (6 months ago)
2011-06-30 21:00:29 +00:00
jasper
0927362ecd fix lsof after FMARK and FDEFER rename
input from matthew@
ok pvalchev@ (MAINTAINER)
2011-06-30 19:13:58 +00:00
dcoppa
fe950005a3 Zap remaining hardcoded /usr/local paths.
Today's just not my day...

ok landry@
2011-06-27 11:36:36 +00:00
ajacoutot
7ed562a515 One shall not hardcode /usr/local. 2011-06-27 10:15:13 +00:00
dcoppa
9dfca49522 sync (+hotplug-diskmount) 2011-06-27 10:12:31 +00:00
dcoppa
2ffa1c87e2 Import hotplug-diskmount, a disk auto-mounter helper for the
hotplugd(8) daemon.

From its author (and maintainer) Alexey Vatchenko <av@bsdua.org>
with tweaks by me.

OK landry@
2011-06-27 10:06:56 +00:00
sthen
1886deef73 - fix segfault at startup, thanks to Liviu Daia
- switch temporary kvm_getproc2 / struct kinfo_proc2 to
kvm_getprocs / struct kinfo_proc now that the old API has
been fully replaced

- add an rc.d script
2011-06-26 10:29:11 +00:00
naddy
c9eec3b493 bugfix update to 2.9 2011-06-24 15:46:35 +00:00
naddy
dbfd750590 Cope with bsd.man.mk changes and install source man pages.
While here, also update some PLISTs, fix PREFIX use, etc.
ok landry@
2011-06-23 22:50:26 +00:00
sthen
f64076cf8b update license url; thanks Richard Toohey. 2011-06-22 11:35:12 +00:00
naddy
02d9b5258b remove USE_GROFF from ports that already ship a preformatted page
in their source
2011-06-21 20:21:21 +00:00
naddy
dd00a8e076 simply install the source man page 2011-06-21 20:17:53 +00:00
giovanni
a61d324385 Update to 5.41, initial diff by robert at openbsd dot pap dot st
with tweaks by me.
2011-06-21 08:48:34 +00:00
ajacoutot
1b47f2c9b0 Fix localstatedir. 2011-06-21 07:18:57 +00:00
sthen
00ffd620f1 update to moreutils 0.45, adds support for "ts '%.s'" to print sub-second
timestamps since the epoch when timestamping standard input.

$ ls | ts %.s
1308578507.263414 CVS
1308578507.263924 Makefile
1308578507.263997 distinfo
1308578507.264716 patches
1308578507.264815 pkg
2011-06-20 14:02:36 +00:00
landry
20ab02eecb Fix history in upower :
- don't try to fetch from dev/apm if the fd isn't available yet (to be
  discussed with upstream)
- use var/db/upower to store history files

Fixes graphs in gnome-power-statistics...
2011-06-17 15:08:36 +00:00
ajacoutot
447a06c34b Fix path to gdm/custom.conf. 2011-06-17 14:27:55 +00:00