Commit Graph

1530 Commits

Author SHA1 Message Date
mglocker
ebc1c29128 Builds firmware package for the acx(4) driver.
Help and OK sthen@
2008-12-25 10:39:12 +00:00
mglocker
80b4f27cfb Builds firmware package for the uvideo(4) driver.
Help and OK sthen@
2008-12-25 10:32:13 +00:00
canacar
368b3deb14 Sync to systat:
* Fix byte-order of bytes, packets, age and expire fields.
* Fix the order of traversal when printing the queues.
Reported by many.
2008-12-20 04:36:11 +00:00
pea
decc428c88 Fix patch-bin_fnrancid_in (cvs eats it) and typos in README.OpenBSD (from Frank Habicht <geier at geier.ne.tz>, thanks !).
Bump pkgname
ok ajacoutot@
2008-12-19 12:57:53 +00:00
sthen
44f594b063 remove expiretable; no longer works, and pfctl has the same
functionality. mbalmer@ and pea@ agree.  pointed out by Mitja Muzenic.
2008-12-18 20:46:57 +00:00
sthen
2de953aa61 unlink expiretable; shortly to be removed. no longer works, and
pfctl has the same functionality. mbalmer@ and pea@ agree.
2008-12-18 20:46:03 +00:00
ajacoutot
286444264e - update to notification-daemon-0.4.0
ok jasper@
2008-12-17 12:25:59 +00:00
pea
62fff01c9b +rancid 2008-12-16 21:10:25 +00:00
pea
102dae9b1d Really Awesome New Cisco confIg Differ
RANCID monitors a router's (or more generally a device's)
configuration, including software and hardware (cards, serial numbers,
etc) and uses CVS (Concurrent Version System) to maintain history of 
changes.

With help and advices from okan@ (thanks very much !)

ok okan@ ajacoutot@
2008-12-16 21:07:55 +00:00
jasper
8f33b55275 - remove a bunch of dead master sites
reported by a user, via wcmaier@
2008-12-16 14:54:30 +00:00
jasper
f329f698fc - add hcidump 2008-11-29 09:57:18 +00:00
jasper
fe86351074 import bluez-hcidump 1.42
HCIdump reads raw HCI data coming from and going to a Bluetooth device
and prints to screen commands, events and data in a human-readable form.
Optionally, the dump can be written to a file rather than parsed, and
the dump file can be parsed in a subsequent moment.

from jcs@, with some tweaks by me
requested by uwe@
2008-11-29 09:54:49 +00:00
steven
1b945c5bd5 update to 2.1.3
contains security fix for CVE-2008-5110
2008-11-26 20:09:35 +00:00
ajacoutot
26c5031495 - WANTLIB fix & bump 2008-11-22 21:33:17 +00:00
jasper
7dc04da83f - fix COMMENT here too 2008-11-22 19:29:02 +00:00
jasper
4ad9967aba - escape the # to make the comment a bit more sane 2008-11-22 19:28:24 +00:00
ajacoutot
32dd55048e - regen patches and PLIST
- bump
2008-11-22 11:06:15 +00:00
jasper
2d05f9aa59 - update libgksu to 2.0.7 2008-11-18 11:29:34 +00:00
steven
b9aef06ba5 update to 2.1.2 2008-11-16 20:33:10 +00:00
ajacoutot
c868c6dc18 - fix WANTLIB after neon update 2008-11-13 13:14:51 +00:00
steven
b66a6e943b switch to tcl/tk 8.5, and use the tk module
from Giovanni Bechis with some tweaks
2008-11-10 20:18:14 +00:00
jasper
828ed12d8d - update radmind to 1.13.0
- regen PLIST

from William Yodlowsky (MAINTAINER), thanks!
2008-11-10 09:19:25 +00:00
steven
ad57797716 update to 2.1.1 and take maintainership
with a few patches from author Balazs Scheidler, thanks

some testing by Brian A. Seklecki
2008-11-09 23:27:03 +00:00
ajacoutot
c72b360d72 - update to gkrellm-2.3.2 2008-11-09 13:38:29 +00:00
sthen
4ac8b82cf7 apply dist patch from upstream; 'We recently found and corrected a
serious bug in Bacula that causes jobs to be orphaned or "stuck" in
the director during the pruning process'. Bacula users are advised
to upgrade their directors.

ok merdely
2008-11-04 21:32:44 +00:00
naddy
a57993cf08 Change "${SYSCONFDIR}" to "/etc" for files that are *always* in the
latter location.
2008-10-28 15:21:48 +00:00
pirofti
478a14fa42 Change email addy to my openbsd one.
Suggested and okayed by naddy@, also okayed by mbalmer@.
2008-10-27 11:34:00 +00:00
jasper
f3bd35e4f1 - update ncdu to 1.4 2008-10-24 12:09:37 +00:00
merdely
a23f39a1d5 Update to bacula 2.4.3.
Add no_server PSEUDO_FLAVOR
Reorganize the Makefile some.
Remove dependency on qwt.
Set FULLPKGPATH for -main and -bat to remove backend dependencies
   (found by and solution from naddy@)
Use SUBST_CMD.

ok jdixon@, okan@
2008-10-19 03:44:42 +00:00
robert
b96d28997b add a file to DLLMAP_FILES; bump PKGNAME 2008-10-18 18:05:27 +00:00
robert
9266f3c98b +ndesk-gbus
+ndesk-gbus-glib
2008-10-17 07:11:40 +00:00
robert
4f3caf3bc9 import of ndesk-dbus-glib:
ndesk-dbus is a C# implementation of D-Bus. It's often referred
to as dbus-sharp, or "managed D-Bus" to avoid confusion with
existing bindings (which wrap libdbus).

D-Bus is an inter-process communication framework that lets
applications interface with the system event bus as well as
allowing them to talk to one another in a peer-to-peer
configuration.

This module provides GLib integration as an optional extra.
2008-10-17 07:10:42 +00:00
robert
18476e55c6 import of ndesk-dbus:
ndesk-dbus is a C# implementation of D-Bus. It's often referred
to as dbus-sharp, or "managed D-Bus" to avoid confusion with
existing bindings (which wrap libdbus).

D-Bus is an inter-process communication framework that lets
applications interface with the system event bus as well as
allowing them to talk to one another in a peer-to-peer
configuration.
2008-10-17 07:10:03 +00:00
jcs
0e01c601cc let the mta add a proper date header
bump pkgname
2008-10-16 19:40:31 +00:00
steven
c9371e2f77 +eventlog 2008-10-16 18:32:19 +00:00
steven
1b8ece6c63 import eventlog 0.2.5
The EventLog library aims to be a replacement of the simple syslog() API
provided on UNIX systems. The major difference between EventLog and syslog
is that EventLog tries to add structure to messages.
2008-10-16 18:31:41 +00:00
jcs
a550bb2acf += god 2008-10-08 20:53:47 +00:00
jcs
b5a317542a import god 0.7.3, a process monitoring framework 2008-10-08 20:52:27 +00:00
steven
7e2c100d56 fix master sites 2008-10-06 16:09:13 +00:00
simon
559d88985c bump SHARED_ONLY ports so they get updated and work with the new perl
ok sthen@
2008-10-02 20:30:43 +00:00
kevlo
08b8ce10a8 - show famd daemon startup
- bump PKGNAME

ok ajacoutot@
2008-10-02 01:15:38 +00:00
landry
a62e640727 Remove garbage chars in manpage, and correctly install it.
Discussed with upstream.
2008-10-01 20:14:09 +00:00
sthen
f15935de57 Mark pkg_mgr as being arch-independent.
ok landry@
2008-10-01 12:24:04 +00:00
landry
3d10a4b0fc Update to conky 1.6.1.
conkyrc.sample disappeared, and src/openbsd.h is missing from distfile.
ok jasper@ & vlad glagolev (MAINTAINER)
2008-09-30 09:54:19 +00:00
ajacoutot
a7e480e196 - GNU cp is needed all the way; fix restore function 2008-09-30 08:15:06 +00:00
simon
c4d0866563 remove dependencies to modules coming with the new perl and bump 2008-09-29 22:53:57 +00:00
martynas
6b99e69f75 - add neon to LIB_DEPENDS, so that netxml driver always builds
- upsimage.cgi used upsimage_cgi_LDFLAGS to tweak for -all-static,
and not *_LDADD as upsstats.cgi and upsset.cgi did.  as a result
upsimage.cgi was linked dynamically, therefore broken inside chroot
- add USE_GMAKE, so that it builds on landisk
- make lib-depends-check happy
- add @bin marker for bin/snmp-ups
- bump all PKGNAMEs
ok sthen@
2008-09-27 17:30:08 +00:00
martynas
530ab60608 Apapche -> Apache. ok wcmaier@ 2008-09-26 19:00:58 +00:00
ajacoutot
cf10739f24 - SYSCONFDIR and LOCALBASE are already part of the generic SUBST_VARS
looks good to landry@
2008-09-18 13:37:41 +00:00
okan
08c5eb12ad update to 0.5.01 from MAINTAINER (Bruno Bigras)
ok merdely@
2008-09-17 02:40:27 +00:00
martynas
f025b2164e update to nut-2.2.2, which contains the old agiler driver from 2.2.0
(now called agiler-old)
upses such as the below can now work again:
{0x0665, 0x5161, &agiler_old_subdriver},        /* Belkin F6C1200-UNV */
{0x06da, 0x0003, &agiler_old_subdriver},        /* Mustek Powermust */
{0x0f03, 0x0001, &agiler_old_subdriver},        /* Unitek Alpha 1200Sx *
ok sthen@
2008-09-08 19:38:30 +00:00
landry
589d72e28f Add support for sensors through hw.sensors sysctls, currently temperature,
fan speed and voltages.
From a diff by Josh Elsasser on ports@ a while ago, thanks!

ok ajacoutot@ (maintainer)
2008-09-02 11:28:05 +00:00
okan
26e674ecc9 - update to 0.16
- add bin marker and clarify license while here
- take MAINTAINER

ok msf@
2008-08-26 00:03:54 +00:00
ajacoutot
2eda52dcb3 - add sparc64 to the list of apm(4) capable arches (needs -current) 2008-08-21 07:30:16 +00:00
ajacoutot
5ececfcc55 - use SUBST_CMD
- fix PATHs in documentation
- add a default gkrellmd.conf
- make the server use the unpriviledged _gkrellmd user by default
- add sparc64 to the list of apm(4) capable arches and s/powerpc/macppc
2008-08-21 07:23:44 +00:00
naddy
470f889e92 superseded by sysmerge(8) 2008-08-20 15:04:19 +00:00
okan
22b34057c9 update to 0.4.12 from Bruno Bigras (MAINTAINER)
ok merdely@
2008-07-29 00:09:07 +00:00
dhill
7bac9148c5 upgrade to 1.1
OK maintainer
2008-07-15 18:13:05 +00:00
msf
0cb855a9fd that should have been ${LOCALBASE}/bin/rake, adjust. again from bernd@ 2008-07-12 08:07:23 +00:00
msf
c78edd0f0a use the full path to rake in do-regress:, suggested by bernd@ 2008-07-11 11:14:07 +00:00
msf
de579d0490 update to facter 1.5.0 and enable regression tests
ok mcbride@ sturm@
2008-07-11 10:39:10 +00:00
jasper
9957069cd6 - make the crontabs work 2008-07-07 16:24:16 +00:00
jasper
680eb5603c - update dwdiff to 1.4
(includes unicode support via icu4c)
2008-07-07 07:32:48 +00:00
ajacoutot
76fb2d8fd3 - update to gkrellweather-2.0.7
from David Hill, thanks!
- remove unused pre-configure target
- respect CFLAGS
2008-07-05 08:36:47 +00:00
ajacoutot
7a64cf7405 - set SHARED_ONLY instead of !NO_SHARED_ARCHS
- set GPL version
2008-07-05 08:35:39 +00:00
brad
bfec222465 Allow lsof to recognize 4.4.
ok naddy@
2008-07-02 19:02:19 +00:00
ajacoutot
16102201ce - Armin Wolfermann will maintain this baby, thanks!
- update to version 1.13 from new MAINTAINER
- regen PLIST while here
2008-07-02 17:58:47 +00:00
ajacoutot
95e343fe4c - remove Dan Harnett from MAINTAINER per his request
- bump
2008-07-01 16:41:19 +00:00
ajacoutot
44b97bb7e2 - fix compilation under sparc64
noticed by sturm@
2008-07-01 10:17:35 +00:00
naddy
6ab65d942a Include proper prototype for malloc() and all functions.
Fixes a segfault on LP64 archs, noticed by Aaron Stellman.
2008-06-28 16:36:21 +00:00
ajacoutot
a19c0117d1 - make it use the GNU version of cp(1) because flyback needs the
"--link" option for its incremental backups handling

ok jasper@
2008-06-26 13:14:06 +00:00
ajacoutot
9e3918c712 - add .desktop file ; from jasper@
- ignore broken symlink errors so we don't crash at startup

ok jasper@
2008-06-26 10:21:03 +00:00
martynas
9ff4557468 There's a fine utility in base, called ftp. There's no reason at
all that some of the ports RUN_DEPEND on wget.
"Nice!" naddy@, who also went even further and made libxml not
BUILD_DEPEND on wget.
2008-06-20 10:49:42 +00:00
ckuethe
c6cc591744 ajacoutot reminded me about the license marker and the @bin plist notation.
thanks.
2008-06-20 06:23:15 +00:00
ckuethe
b1c5d0b857 add fdupes 2008-06-20 06:04:24 +00:00
ckuethe
cd39f46e3e fdupes is a utility to find duplicate files in a directory hierarchy.
submitted by Antti Harri
"sounds like you should import it" pvalchev@
2008-06-20 06:03:43 +00:00
steven
eb6f97a927 update Paul Irofti's e-mail address, diff from him. 2008-06-19 09:09:42 +00:00
landry
06e7b2ac77 bump PKGNAMEs after lang/ruby module change. 2008-06-14 23:53:05 +00:00
ajacoutot
e80f05d4bf - add amd64, arm and sparc to APM capable archs
thanks a lot to sthen@ for painful testing on zaurus ;-)
ok sthen@
2008-06-13 17:38:39 +00:00
canacar
e70dad7d7a Make pftop build again after the lates pf changes. Filtering against
'gateway' addres/ports does not work (yet) due to the address handling
changes in pf. Other functionality should work. Also fixes two minor
bugs reported by many.  Suggestions and ok naddy@
2008-06-13 00:38:12 +00:00
okan
df84cbc73c +duplicity 2008-06-09 18:28:15 +00:00
okan
8e6a03f69c import duplicity
Duplicity incrementally backs up files and directory by encrypting
tar-format volumes with GnuPG and uploading them to a remote (or local)
file server.  Currently local, ftp, ssh/scp, rsync, WebDAV, WebDAVs, HSi
and Amazon S3 backends are available.  Because duplicity uses librsync,
the incremental archives are space efficient and only record the parts
of files that have changed since the last backup.  Currently duplicity
supports deleted files, full unix permissions, directories, symbolic
links, fifos, etc., but not hard links.

The duplicity package also includes the rdiffdir utility.  Rdiffdir is
an extension of librsync's rdiff to directories - it can be used to
produce signatures and deltas of directories as well as regular files.
These signatures and deltas are in GNU tar format.

based on the original submission from Bruno Bigras <bruno@burnbox.net>

feedback and ok wcmaier@ merdely@
2008-06-09 18:27:45 +00:00
sthen
d99fd73c33 sync WANTLIB following cairo update, bump package versions. 2008-06-06 10:27:55 +00:00
bernd
1d5ee919c6 Fix depends and regen PLIST. 2008-06-05 07:22:59 +00:00
sturm
2b9c94f8cc drop maintainer, i don't use it anymore 2008-06-05 04:54:43 +00:00
ajacoutot
5dcd16b39e - use the in-tree intltool utilities (textproc/intltool MODULE) instead
of the ones bundled in sources
PLIST_DB seems happy with the change so no bump
2008-06-03 14:56:09 +00:00
naddy
96e19cba19 - update to 5.2.2
- fix the inclusion of the version number in the program
2008-05-22 19:45:19 +00:00
canacar
a8b91e2a69 Make pftop compile after the pf header changes in n2k8 2008-05-22 06:46:44 +00:00
bernd
a445754c55 Adjust comment regarding ONLY_FOR_ARCHS.
from brad@
2008-05-19 07:44:37 +00:00
jasper
a289be90fe - add stan 2008-05-18 21:09:13 +00:00
jasper
63f5732e55 import stan 0.4.1
Stan is a console application that analyzes binary streams and
calculates several useful statistical information from the observed
data.  It features statistical, pattern and bit analysis. Stan has been
designed as a "swiss-knife" for first steps in reverse engineering and
cryptographic analysis.

from zinovik at kspu.karelia.ru (MAINTAINER), with tweaks by me.
2008-05-18 21:06:19 +00:00
okan
3d18bfdef0 - update to 1.23
- fix license marker

ok merdely@
2008-05-18 20:32:53 +00:00
kili
03e96a6b7b Upstream changed the distfile, so host the previous on my machine.
asked bt ajacoutot@
2008-05-18 15:53:54 +00:00
ckuethe
4129b57628 no more perfd 2008-05-14 06:28:06 +00:00
ckuethe
4a8d394781 Bye-bye perfd. The apmd in base has done a pretty good job for quite a while. 2008-05-14 06:27:28 +00:00
mglocker
fe6ce05ac0 Update to latest release 1.0.
OK mbalmer@
2008-05-13 20:57:39 +00:00
bernd
9824d384ac Update to ruby-capistrano-2.3.0. 2008-05-09 19:04:07 +00:00
naddy
a9074c7da9 mergemaster has been superseded by sysmerge(8) 2008-05-08 14:59:49 +00:00
rui
f48ef5e2af - maintenance update to sleuthkit 2.52. 2008-05-05 19:50:17 +00:00
merdely
514e27736e Update to 1.4.1.
From James Turner (MAINTAINER)
ok okan@
2008-04-25 18:19:09 +00:00