Commit Graph

766 Commits

Author SHA1 Message Date
marcm
d924e08315 Update to 1.2.1, a substantial update from 1.0.0.
Changes are listed here:
http://www.exploits.org/nut/release/1.2/new-1.2.1.txt

ok sturm@
2003-01-16 23:42:18 +00:00
naddy
396f952d09 Update to 2.57, builds again. From Willem Dijkstra <wpd@xs4all.nl>. 2003-01-10 19:24:50 +00:00
dhartmei
ec12c0a67b adjust to latest api changes 2003-01-09 22:06:06 +00:00
lebel
132360bec6 +proctools 2003-01-06 18:04:21 +00:00
lebel
ab2982a2ca initial import of sysutils/proctools 0.3:
--
Submitted by James Devenish (j-devenish@users.sourceforge.net)
Modified by danh@

Proctools  provides  the  pgrep and pkill commands which can
scan for and send signals to processes that are  matched  by
command-line options.

The  pgrep  utility displays process IDs for those processes
that match the requirements specified on the command line.

The pkill utility sends a signal to process  IDs  for  those
processes  that match the requirements specified on the com-
mand line.

WWW: http://sourceforge.net/projects/proctools
2003-01-06 18:03:44 +00:00
pvalchev
22ab8c13dd put a proper config.guess so autoconf can recognise macppc 2003-01-04 20:04:09 +00:00
naddy
95699b6a1e Use getifaddrs() to fetch network interface list. This is simpler
and works on alpha, too.
2003-01-03 17:58:34 +00:00
pvalchev
a6f97ab8ea obey LOCALBASE; Okan Demirmen <odemirmen@khaoz.org> 2003-01-02 06:27:03 +00:00
pvalchev
08b8eaf5f4 sync patch 2003-01-02 06:26:44 +00:00
naddy
8deae8d43c sync patches 2003-01-01 21:21:00 +00:00
jakob
9bb66e5bc1 update to v1.5.24 2002-12-30 10:48:53 +00:00
jakob
8e2cab6b32 update to v1.4.17 2002-12-30 10:41:04 +00:00
pvalchev
4d9627f908 final round:
cast NULL sentinel to void * so it is 64bit on alpha & sparc64, use
NULL instead of '0' where appropriate.
2002-12-30 09:15:26 +00:00
fgsch
6256399a40 and more.. 2002-12-29 20:19:09 +00:00
jcs
89ca92e4fb remove myself as maintainer 2002-12-28 20:03:22 +00:00
margarida
7cf19d0259 Update to version 3.1
--
This release optionally makes use of OpenSSL, it is now
possible to monitor processes forged with SSL. It is also
possible to run monit's HTTP server with SSL.
Also added:
Timestamp monitoring for files and directories and an SSH
protocol test.

brad@ ok
2002-12-26 00:45:55 +00:00
margarida
4d76371683 Update to version 1.2c
brad@ ok
2002-12-26 00:30:53 +00:00
pvalchev
07fbe7f6e1 Update to lsof-4.66.
Thanks to the author Vic Abell for integrating patches and cooperating
all the way!
2002-12-23 01:42:35 +00:00
pvalchev
34ab898826 sync man page with reality (see PSCMD); from maintainer Sebastian Stark 2002-12-22 20:25:27 +00:00
margarida
87ca578da4 Add MASTER_SITE;
Add license;
Cosmetic changes;
Take maintainership, agreed by previous MAINTAINER.

brad@ ok
2002-12-22 01:43:32 +00:00
pvalchev
972bff3d84 lsof-4.65 2002-12-12 08:14:24 +00:00
pvalchev
bdfb335d0c There is no longer need to specify the type of sparc to lsof, remove
useless definitions which are no longer relevant to the source, and
thus make this port non-interactive on sparc.
2002-12-12 07:24:38 +00:00
pvalchev
9d70d2f293 do not assume char is signed by default; ok maintainer Ian 2002-12-11 23:31:20 +00:00
brad
fb4ec1cc36 change e-mail address.
--
From: MAINTAINER
2002-12-09 15:37:23 +00:00
pvalchev
482cfd82fa Update Jim's address in those as well 2002-12-03 22:45:32 +00:00
nino
ddfd88f86e Transfer maintainership to Jim Geovedi <negative@magnesium.net>. 2002-12-03 19:26:34 +00:00
dhartmei
389aa03d01 Patches from author/maintainer to make it work with -current. 2002-12-02 00:02:27 +00:00
dhartmei
fb5e8b16cd Update from author/maintainer:
Some changes to symon:
- multiple tcp clients to symux was broken (2.54)
- added a perl module to interact with symux (2.54)
- added a debug module for debug vars in kernel
- network code is redone, everything = ip v4/6 agnostic
- network addresses in config need no longer be resolvable
2002-12-01 01:58:42 +00:00
fgsch
bd26e5a31d Update to dist. patch 20021118.
Switch to autoconf for now until some issues are solved.
2002-11-30 08:32:36 +00:00
margarida
1efb04c0c4 Add monit 2002-11-29 23:26:54 +00:00
margarida
211e4fad94 Add monit
--
monit is an utility for monitoring and managing daemons
or similar programs running on a Unix system.
It will start specified programs if they are not running 
and restart programs not responding.
It supports MD5 checksums, alert notifications, an http
interface among other useful features.

brad@ ok
2002-11-29 23:22:21 +00:00
margarida
bee65e0422 Add p5-Unix-Syslog 2002-11-25 21:10:17 +00:00
margarida
3d30c95fa6 Add p5-Unix-Syslog
--
Module that provides access to the system logger available
on most UNIX systems via Perl's XSUBs (Perl's C interface).

From: Ibrahim Khalifa <ibo@toontown.org>

brad@ ok
2002-11-25 21:08:14 +00:00
margarida
5d5b187582 Add p5-Mon 2002-11-24 13:58:13 +00:00
margarida
b4daa73739 Add p5-Mon;
--
This perl module is used to interact with "mon" clients.
It supports a protocol-independent API for retrieving the status
of the Mon server, and performing certain operations, such as
disableing hosts and service checks.

brad@ ok
2002-11-24 13:55:23 +00:00
brad
da069b14dc bye bye. 2002-11-24 00:48:35 +00:00
margarida
8928e21d73 Update to version 1.2b
brad@ ok
2002-11-24 00:29:53 +00:00
wilfried
20fd574a99 Project site moved 2002-11-23 14:27:28 +00:00
margarida
30b07f8162 Change MAINTAINER address to margarida@openbsd.org ;
cosmetic changes.

brad@ ok
2002-11-22 02:37:36 +00:00
margarida
fb5b28a3a9 add autossh 2002-11-21 00:27:32 +00:00
margarida
35a29a40e6 add autossh port;
--
autossh is a program to start a copy of SSH and monitor it, restarting
it as necessary should it die or stop passing traffic.
The idea and the mechanism are from rstunnel (Reliable SSH Tunnel),
but implemented in C.

ok and review from brad@
2002-11-21 00:17:58 +00:00
jcs
2b8c942378 drop kmem privileges like solaris does, required for gtk+-1.2.10p1
bump pkgname

from dan weeks <danimal at danimal.org>
2002-11-20 01:51:42 +00:00
brad
659dd40d8a add p5-Filesys-DiskSpace 2002-11-17 02:54:01 +00:00
brad
f6d4b66141 add p5-Filesys-DiskSpace port;
--
This routine displays information on a file system such as its type,
the amount of disk space occupied, the total disk space and the number
of inodes.

From: Margarida Sequeira <niness@devilness.org>
2002-11-17 02:49:28 +00:00
brad
0d17ee69de add mac-robber 2002-11-17 00:51:06 +00:00
brad
55181cd4f4 add mac-robber port;
--
mac-robber is a forensics and incident response program that collects
Modified, Access, and Change (MAC) times from files.
Its output can be used as input to the 'mactime' tool in The @stake
Sleuth Kit (TASK) to make a time line of file activity.

From: Margarida Sequeira <niness@devilness.org>
2002-11-17 00:48:00 +00:00
brad
485a58b889 upgrade to task 1.52
--
From: MAINTAINER
2002-11-16 21:27:57 +00:00
pvalchev
e48e2977c0 revert wrong login_ldap commit which broke a number of rules; port may
be resurrected later when/if issues are worked out
2002-11-07 07:04:49 +00:00
pvalchev
f3e7245b35 Remove bogus BROKEN="compilation errors" for alpha, since this appears
to relate to what I just fixed...
2002-11-07 06:37:47 +00:00
pvalchev
3368955fef Only build apm parts based on /dev/apm existence (i386 & macppc are the
only ones having APM support atm); fixes build on at least hp300.
Thanks for testing and original report to Heiko.Rommel@Uni-Bielefeld.DE
bump PKGNAME
2002-11-07 06:21:18 +00:00
shell
9ea360cfe6 enable login_ldap 2002-11-06 16:13:25 +00:00
shell
4bcd85503d Initial import of login_ldap-3.2
Submitted by Peter Werner <peterw@ifost.org.au>
----
This port is for OpenBSD administrators wanting to authenticate
users off an LDAP server. It uses the BSD Authentication API.

Please visit WWW for information on updates and commercial support.

WWW: http://www.ifost.org.au/~peterw/
License: BSD
2002-11-06 16:12:05 +00:00
naddy
9340a03413 No regression tests available. 2002-10-28 19:53:43 +00:00
dhartmei
274a41046e Update to 2.53, from maintainer. 2002-10-26 01:09:14 +00:00
naddy
e1ef9e0c8d nut flavor changed 2002-10-16 11:25:05 +00:00
marcm
dd73fa6eb5 * Update to 1.0.0
* CGIs are now a SUBPACKAGE and work with chrooted Apache

* Make myself MAINTAINER

* Mark conflict with upad-2.0

ok naddy@ and nate@
2002-10-14 16:14:33 +00:00
jakob
444af02f5b enable tcp wrappers support 2002-10-10 17:28:21 +00:00
dhartmei
644418c929 add symon 2002-10-08 08:11:04 +00:00
dhartmei
f0d7843bec symon is a system monitoring tool consisting of a small probe which
gathers various data (cpu, memory, network interfaces, pf statistics,
disk io) and transfers it to a central server which stores it in
RRD databases.
2002-10-08 07:56:42 +00:00
jakob
aae29753fe split into stable and development 2002-10-06 13:15:55 +00:00
jakob
a153356c22 syslog-ng 2002-10-05 21:58:09 +00:00
fgsch
2331d3ee68 - update to distrib. patch 20020203.
- switch to distinfo.
- remove NEED_VERSION.
- update HOMEPAGE and MASTER_SITES.
2002-10-05 19:09:26 +00:00
jakob
a34e359be4 syslog-ng, a syslogd replacement 2002-10-05 14:18:16 +00:00
pvalchev
c01a6ea16b Mark BROKEN: very outdated and with possible security holes, see various
bugtraq postings (installed setuid root)
2002-09-28 01:20:43 +00:00
pvalchev
9f5bb51dae This was clearly not tested on an ELF system... 2002-09-25 07:09:53 +00:00
jsyn
8e28f6554a add packetstorm backup distsite 2002-09-18 19:52:28 +00:00
jsyn
b7c1d66d3b +task 2002-09-18 07:23:04 +00:00
jsyn
9772af64d0 Import of task-1.50:
--
The @stake Sleuth Kit (TASK) is the only open source forensic toolkit
for a complete analysis of Microsoft and UNIX file systems.  TASK
enables investigators to identify and recover evidence from images
acquired during incident response or from live systems.

WWW: http://www.atstake.com/research/tools/task/

MAINTAINER= Margarida Sequeira <niness@devilness.org>
2002-09-18 07:21:48 +00:00
pvalchev
180b2cf3ff Since this has been converted to use sysctl interface, there is no longer
need to install it setgid kmem (duh); ok jakob
2002-09-17 19:50:48 +00:00
wilfried
519b108933 remove NEED_VERSION from my remaining ports 2002-09-17 15:22:26 +00:00
wilfried
fd127ac438 remove NEED_VERSION from ports that haven't changed in a long while 2002-09-17 14:46:06 +00:00
pvalchev
914dd31960 Recognise OpenBSD 3.2 2002-09-15 19:17:16 +00:00
pvalchev
db49f6f6e7 sync 2002-09-15 19:17:03 +00:00
pvalchev
921af0db98 remove dead master site 2002-09-15 19:00:35 +00:00
danh
44809833d7 these are not likely to change anytime soon, so drop NEED_VERSION now 2002-09-12 16:41:26 +00:00
pvalchev
b2e00f2ca7 a master site changed; from Loic Tortay <loict@bougon.net> 2002-09-12 05:02:38 +00:00
lebel
92b55ab337 update sysutils/pftop to 0.3; from MAINTAINER 2002-09-12 01:01:01 +00:00
jakob
59f3012142 fix PKGNAME vs DISTNAME 2002-09-10 09:24:40 +00:00
jakob
448fbef0f9 add patch from form@ to switch to sysctl interface
bump package patch version and nuke NEED_VERSION
2002-09-08 12:46:03 +00:00
jakob
dcc9813e18 update to v0.5 2002-09-07 19:21:55 +00:00
pvalchev
7d8ca26447 Initial import of pftop-0.2
pfTop is a curses-based utility for real-time display of
active states and rules for pf. It is a cross between top
and pfctl -sr and pfctl -ss.

Maintainer Can Erkin Acar <canacar@eee.metu.edu.tr>
2002-09-06 06:19:58 +00:00
lebel
16bbe58faf +pftop 2002-09-05 12:40:08 +00:00
lebel
e120ed42d9 initial import of sysutils/pftop 0.2:
--
pfTop is a curses-based utility for real-time display of
active states and rules for pf. It is a cross between top
and pfctl -sr and pfctl -ss.

WWW: http://www.eee.metu.edu.tr/~canacar/pftop/

Submitted by Can Erkin Acar <canacar@eee.metu.edu.tr>
2002-09-05 12:39:29 +00:00
mpech
a8924e572b Remove Oleg Safiullin from MAINTAINERS.
form@ ok
2002-09-01 18:49:00 +00:00
wcobb
bcae81740d - pull in errx() prototype from <err.h>.
- main() is int.
ok pvalchev@
2002-08-29 01:58:57 +00:00
wcobb
5504835822 - pull in errx prototype from <err.h>.
- fix format strings.
ok pvalchev@
2002-08-29 01:57:15 +00:00
kevlo
5832314d0d - don't use hardcoded to /etc; pointed out by naddy@
- use ${PREFIX}/share/examples/upsd for examples,
  not ${PREFIX}/lib/upsd
- use {INSTALL,DEINSTALL} for notification messages for config files
2002-08-05 02:25:28 +00:00
naddy
69b936af70 add missing SHA1 and RMD160 checksums 2002-08-02 23:37:44 +00:00
jcs
cf0a5f4d1c update to gkrellm-1.2.13
apm support works on macppc, patch sent upstream
all from peter hessler <phessler at sfobug.org>
2002-07-29 03:46:28 +00:00
naddy
105815cc3e sync with archivers/star 2002-07-21 01:00:18 +00:00
naddy
d7829e8b47 Allow this to build with compilers other than cc/gcc. 2002-07-21 00:39:02 +00:00
naddy
b03fa7dd3c Allow this to build with compilers other than cc/gcc. 2002-07-21 00:11:11 +00:00
naddy
6b6b35187d Show kernel processes as well.
From maintainer Sebastian Stark <seb@todesplanet.de>.
2002-06-29 14:25:53 +00:00
kevlo
56191dcb86 add mencal 2002-06-26 02:33:51 +00:00
kevlo
a8a7fca3f8 Initial import of mencal 2.0
Mencal is a simple variation of the well-known unix command cal.
The main difference is that you can have some periodically repeating
days highlighted in color.
2002-06-26 02:33:09 +00:00
jcs
37d9e00eff update to gkrellm-1.2.12 2002-06-23 23:42:13 +00:00
naddy
57ce35b6b8 belatedly bump package version because of man page addition;
requested by maintainer Sebastian Stark <seb@todesplanet.de>
2002-06-21 20:44:37 +00:00
naddy
544ce921a7 add man page; from maintainer Sebastian Stark <seb@todesplanet.de> 2002-06-20 13:32:04 +00:00
naddy
43228f507b update to 2.17; from J.A. Neitzel <jneitzel@sdf.lonestar.org>
ok maintainer
2002-06-18 22:15:35 +00:00
form
4a988d4c63 CPU meter -> USR/NICE/SYS/INT/ILDE 2002-06-17 02:34:18 +00:00
pvalchev
413d9d4504 sync with USB namespace changes 2002-06-16 19:36:33 +00:00
form
a3f64ee0a5 better 2002-06-13 03:56:14 +00:00
form
3f71f9f1c9 remove unneeded patch 2002-06-13 03:53:25 +00:00
form
8e8feccbec Battery meter support.
Thanks to mpech@ for testing.
2002-06-13 02:54:58 +00:00
jsyn
6ee7ab6dde sort; kill dangling # 2002-06-11 22:32:12 +00:00
naddy
7b7c815554 smkisofs -> mkisofs: no more name clash now that /usr/sbin/mkisofs
has been removed; from maintainer Jacob Meuser <jakemsr@jakemsr.com>.

Bump package version.
2002-06-05 21:41:07 +00:00
danh
e7f9dcd025 update to safecat 1.9 2002-06-04 13:17:34 +00:00
nino
9a3bed6800 Update to bubblemon 1.0.11.
Ok naddy@.
2002-05-21 18:48:45 +00:00
wilfried
4ddc5c3e1c add licence comment, clean up MASTER_SITES 2002-05-15 09:30:21 +00:00
naddy
1d55402be7 enable cdrtools 2002-05-13 14:10:35 +00:00
naddy
3c3737c0da Import cdrtools 1.10; submitted by Jacob Meuser <jakemsr@jakemsr.com>.
The cdrtools software includes programs to create and/or extract
ISO 9660 filesystems, verify their integrity, and write them to
disc.
2002-05-13 14:08:50 +00:00
form
5dd45f8e9b bye bye MASTER_SITE_SIBDIR 2002-05-13 02:56:50 +00:00
naddy
d83b82f13e add missing HOMEPAGE references 2002-05-11 11:49:36 +00:00
millert
28ef82dd9f Update port to rtty-4.0.shar.gz with patches fed back to Vixie.
Make default group dialer, not wheel, to match default OpenBSD
device permissions.
2002-05-08 18:42:10 +00:00
espie
4bd8242e0b might reenable if someone looks at it. 2002-05-05 15:07:18 +00:00
pvalchev
1254f69abe End sentence with a period. (some people copied/pasted too much) 2002-04-26 03:35:33 +00:00
pvalchev
596d558aed update to lsof-4.63 2002-04-23 21:36:54 +00:00
jakob
f56a5718b5 update to skill v4.1; from author 2002-04-23 18:55:29 +00:00
hugh
6799cf0e49 Add sysgen. 2002-04-21 12:08:29 +00:00
hugh
4ba410029e Import sysgen, a program to calculate QBUS CSR and Vector assignments. 2002-04-21 12:04:24 +00:00
jcs
2730b531dc Update to gkrellm-1.2.11 2002-04-19 00:30:50 +00:00
naddy
7fcde08289 - cut down DESCR to a reasonable size; from Sebastian Stark <seb@todesplanet.de>
- include prototype for malloc()
- regen patches with update-patches and add RCS IDs
- cleanup
2002-04-17 21:38:11 +00:00
naddy
7957522faf Fix cgi flavor by compensating for broken autoconf setup. 2002-04-09 16:20:12 +00:00
naddy
e5230d5c9f Add missing RCS Id. 2002-04-07 01:54:47 +00:00
pvalchev
f4cfe90677 simplify fix 2002-03-29 04:28:34 +00:00
pvalchev
3a362a2b2a ugly hacks in the cgi flavor to make this link with new binutils 2002-03-29 03:03:24 +00:00
pvalchev
b0f605dd6c recognize 3.1; reminded by brad 2002-03-24 20:26:36 +00:00
espie
d900d189e1 Bump NEED_VERSION 2002-03-21 21:25:50 +00:00
espie
e3edfb9aea md5->distinfo 2002-03-21 20:20:41 +00:00
jcs
bb274e6992 Update to gkrellm-1.2.10 2002-03-21 02:13:24 +00:00
form
e5debc1dbe upgrade to 1.8.0
make it compile on -current (ugly hack for very ugly sources)...
2002-03-18 06:51:24 +00:00
ian
4e90af0f19 Update to maintainer's new version 1.3, adds signal name handling. 2002-03-06 19:47:03 +00:00
jcs
38d6f927c2 Update to gkrellm-1.2.9 2002-02-26 03:08:57 +00:00
jcs
f9c7cf0105 fix segfault in setting preferences, reported by ex0dus-at-p3ngu1n.org
also enables cdrom eject code

sent to upstream author
2002-02-26 01:19:08 +00:00
pvalchev
ab4b094775 - store getopt's return value into an int, not a char
- getopt(3) returns -1 when out of arguments, not EOF
- rename patches with update-patches
2002-02-23 23:45:18 +00:00
naddy
4e6cb91f8a getopt() returns int and -1 at end 2002-02-20 21:17:52 +00:00
kevlo
6d0aace6b2 - update HOMEPAGE and MASTER_SITES
- bump NEED_VERSION
2002-02-18 03:45:18 +00:00
naddy
67149dce32 Update to 1.26: Upstream integration of CVSID fix, minor cosmetics. 2002-02-12 16:22:04 +00:00
angelos
d735adbc5b Exit when warning that proper option has not been given for Sparc build. 2002-02-03 03:15:31 +00:00
pvalchev
cd454f7e48 Read kernel symbols from /dev/ksyms; this way lsof works with kernels with
any names, compressed or not.  Closes PR 2361
2002-01-29 19:40:51 +00:00
pvalchev
719b98ce8b sync 2002-01-29 19:37:37 +00:00
pvalchev
1bcb65551c Update to lsof-4.61 2002-01-25 00:58:18 +00:00
naddy
e5115c7f9f sync with color code in FreeBSD-CURRENT 2002-01-23 01:27:31 +00:00
naddy
bf465fdd20 * fix a long-standing bug where files without RCS Ids wouldn't be compared;
pointed out by brad@
* mention in man page that -r can be used with etcXX.tgz; from ian@
2002-01-22 23:19:50 +00:00
jcs
60b9c67dda build with recent glib change regarding pthread
noticed by naddy@
2002-01-20 23:51:31 +00:00
jcs
cfa0377fbd Update to gkrellm-1.2.8 2002-01-06 21:06:50 +00:00
naddy
4461feeb83 fix from Seiichi SATO <ssato@sh.rim.or.jp>, through maintainer 2002-01-06 16:54:49 +00:00
wilfried
80b4070bff update to wmcube-gdk-0.98p2 2002-01-04 22:32:53 +00:00
naddy
e6d8030632 Fix build with libgtop 1.0.13; from maintainer Nils Nordman <nino@nforced.com>. 2001-12-27 13:06:59 +00:00
form
4f64700c25 md5 -> distinfo 2001-12-27 03:59:43 +00:00
mark
ce7c609bd9 update maintainer address 2001-12-24 07:51:05 +00:00
pvalchev
8f715f9467 add homepage 2001-12-24 06:56:52 +00:00
pvalchev
107cd46a96 Update to lsof-4.61B.n+obsd
Take maintainership, ok angelos
- Fix uvm kernel detection on ELF archs, enable lsof on them.  Replaced
check with a better one.  Understand how nlist() works.
2001-12-23 21:17:50 +00:00
pvalchev
924a66c44e grep for proper kernel symbols for uvm detection, fix ELF-based arches. ok angelos 2001-12-18 03:46:33 +00:00
pvalchev
c637c689bc recognize 3.0, ok naddy 2001-12-16 18:40:11 +00:00
naddy
05bef34816 +bchunk 2001-12-14 01:39:22 +00:00
naddy
d47b6595f5 Import bchunk 1.1.1.
Submitted by Dave Watson <dave@elephantride.org>.

binchunker converts a CD image in a ".bin / .cue" format (sometimes
".raw / .cue") to a set of .iso and .cdr tracks.
2001-12-14 01:38:08 +00:00
form
7154bd505e better colors 2001-12-06 04:09:54 +00:00
form
56eb00d026 sync with -current UVM changes 2001-12-06 03:40:07 +00:00
kevlo
7472b8e0a2 drop maintainership. I didn't use them for a long time... 2001-11-26 07:46:43 +00:00
wilfried
2e26126d8d update HOMEPAGE 2001-11-20 20:22:06 +00:00
pvalchev
4b38587637 NO_REGRESS 2001-11-18 07:41:46 +00:00
pvalchev
78a6ca1593 unbreak: sync with -current uvm header files reorganization; 10x naddy 2001-11-17 00:50:19 +00:00
espie
00ce723944 Kill remaining RUN_DEPENDS/BUILD_DEPENDS first parters. 2001-11-13 22:13:22 +00:00
danh
ec0a445436 NO_REGRESS= Yes 2001-11-13 20:14:39 +00:00
wilfried
4d968fbdca NO_REGRESS=Yes, from maintainer 2001-11-10 15:44:57 +00:00
espie
0e6f6f93bb Kill first component of BUILD_DEPENDS.
Fix sawfish comment while I'm at it.
`window manager for the X windows system'.
Like DUH ! It's going to be a window manager for my microwave oven ?
2001-11-10 15:00:47 +00:00
wilfried
8754c740de Add location that holds bubblemons previous locations, from maintainer 2001-11-09 22:22:58 +00:00
naddy
9cb295c3c6 +colorls 2001-11-05 18:56:52 +00:00
naddy
3b2ca39bb5 Import colorls.
This is a simple hack, taken from FreeBSD, to OpenBSD's ls(1) to
use ANSI sequences to display file attributes in color.
2001-11-05 18:55:28 +00:00
jcs
b0dd0446ed NO_REGRESS=Yes 2001-11-02 17:52:58 +00:00
jcs
486265f8da Oops 2001-11-01 02:29:21 +00:00
jcs
704135a460 Update to gkrellm-1.2.4 2001-11-01 02:28:53 +00:00
wilfried
65edd2eac1 sayonara gtk module 2001-10-31 20:03:44 +00:00
naddy
2269529943 Update to bubblemon 1.0.9. Changes of interest from the Changelog:
* Added support for building on OpenBSD.
* Reworked the GOAD workaround (again) as the new version didn't seem
  to work too well.
* Added missing build dependency.
Submitted by maintainer Nils Nordman <nino@nforced.com>.
2001-10-29 18:09:47 +00:00
wilfried
baf0e42cc6 use gtk module 2001-10-29 09:27:42 +00:00
jcs
6c98bdd375 use gtk module, bump NEED_VERSION accordingly 2001-10-29 03:15:39 +00:00
espie
100196f27a Zap default MAINTAINER from Makefile.
Especially now that the default line is more verbose.
2001-10-28 13:05:44 +00:00
wilfried
a4ea75b758 update homepages 2001-10-26 22:21:44 +00:00
wilfried
3eacd8597d define regress tests 2001-10-25 22:34:48 +00:00
naddy
716a9beb18 no regression test framework 2001-10-25 16:14:51 +00:00
espie
d4a8bd7c69 full lib depends 2001-10-24 12:36:02 +00:00
espie
e529f84b99 Bad depend. 2001-10-15 22:54:50 +00:00
naddy
2cec5808a5 add mirror site 2001-10-11 15:39:58 +00:00
heko
85b46d13a6 Mark the port as broken for now because of security issues. Will be
updated later.
(The current port will also not install correctly if databases/db is
 installed.)
naddy@ ok
2001-10-09 16:02:06 +00:00
naddy
7b922d408f add category x11/gnome; from maintainer Nils Nordman <nino@nforced.com> 2001-10-09 15:33:35 +00:00
naddy
e5802fc466 * Use in-tree libtool patches
* Bump NEED_VERSION
* Fix and improve CATEGORIES
Submitted by maintainer Nils Nordman <nino@nforced.com>
2001-10-07 20:55:10 +00:00
drahn
65dc1c4a74 Allow this port to be built for macppc. ok naddy@ 2001-10-03 21:16:03 +00:00
heko
c08cfd29ad o Force reautoconf to prevent AC_PATH_PROG brokenness. Fixes building
when the databases/db port is installed.
o GNU mirrors don't hold this version of cfengine any more, use
  ftp://ftp.gnu.org/old-gnu/cfengine/.
input from naddy@
2001-10-01 13:07:45 +00:00
pvalchev
be54d47d8c CONFIGURE_STYLE=gnu w/ proper MODGNU_CONFIG_GUESS_DIRS
needed for the powerpc -> macppc name change
2001-09-28 06:02:12 +00:00
naddy
c8cffd911c +mergemaster 2001-09-27 17:31:44 +00:00
naddy
fa26e9db95 Import mergemaster 1.25.
The mergemaster script is designed to aid you during a system upgrade
in updating the various configuration and other files associated
with OpenBSD.
2001-09-27 17:30:11 +00:00
naddy
7012262544 * Use variables instead of hardcoded prefixes.
* Take care to set a sane PATH.
* Add set -e
* Copy example files into ${PREFIX}/share/examples/PORTNAME.
* Replace PKGNAME with P_NAME in INSTALL/DEINSTALL scripts, unclear
  since it already exists in the Makefile with a different value.
* Change output of INSTALL/DEINSTALL to be more like other scripts
  found in the tree(suggested by heko@).

Submitted by maintainer Nils Nordman <nino@nforced.com>.
2001-09-20 18:51:02 +00:00
naddy
5756c1e5fe remove gratuitous gmake dependencies 2001-09-20 18:39:12 +00:00
jcs
76b922d346 Remove vim tags 2001-09-15 23:26:38 +00:00
todd
59087f2b1a crank NEED_VERSION= because these require current
use ${HOMEPAGE} in pkg/DESCR
2001-09-14 14:41:29 +00:00
todd
812ba71dbc various gnome base and related ports enabled 2001-09-13 21:38:39 +00:00
todd
5f5434d3f1 GNOME panel applet that displays the CPU + memory load 2001-09-13 20:51:03 +00:00
naddy
9a0787c39f remove leading "a" and "an" from COMMENT 2001-09-09 17:56:59 +00:00
fgsch
cb714ad13f Update to dist. patch 20010819. 2001-09-04 22:58:21 +00:00
wilfried
0afd1343de update to wmcube-gdk-0.98p1
upstream author incorporated my patches
2001-08-30 08:58:05 +00:00
wilfried
3e5ac9a8ae update to bubblemon-dockapp-1.4
upstream author incorporated my patches
2001-08-30 08:46:21 +00:00
wilfried
b3db8e0c65 + bubblemon-dockapp
+ wmcube-gdk
2001-08-28 14:36:00 +00:00
wilfried
2055d09aec This is modified and optimized version of wmCube 0.98. Changes
include much faster redraws, significantly lower CPU usage, ability
to specify color for both flat-shaded and wireframe objects, and
transparent CPU load / zoom buttons.
2001-08-28 14:32:49 +00:00
wilfried
d214ba7773 This is a system monitoring dockapp, visually based on the GNOME
"BubbleMon" applet (here). Basically, it displays CPU and memory
load as bubbles in a jar of water. But that's where similarity ends.
New bubblemon-dockapp features translucent CPU load meter (for
accurate CPU load measurement), yellow duck swimming back and forth
on the water surface (just for fun), and fading load average and
memory usage screens.
2001-08-28 14:24:28 +00:00
wilfried
c07f96cbad changed to use sysctl instead of kvm, no need for setgid 2001-08-28 14:08:57 +00:00
naddy
97bec8f6ae Update to version 1.2.2.
Submitted by maintainer Joshua Stein <jcs@rt.fm>.

- Hostname panel can also display system name
- Move krells out of the way only if data is displayed in panels
- Bugfixes:
 - Close open files before launching panel commands and net timer
   command.
 - Allow "owner" as well as "user" for fstab mounting.
 - Added a Polish translation.
2001-08-24 01:58:13 +00:00
form
429bbbd298 Fix compilation on -current.
Thanks to pedro@jazznet.pt
2001-08-17 12:28:37 +00:00
camield
ad4eef25be -daemontools 2001-08-14 21:31:05 +00:00
camield
9ed54027d3 license does not permit modification, to allow for proper
integration in OpenBSD
2001-08-14 21:30:03 +00:00
lebel
ed1b11e7c6 -clockspeed, -service-config 2001-08-14 20:34:09 +00:00
lebel
ce58061c37 since this depends on daemontools and daemontools was removed, we also
have to remove this one.

The reason?

license does not allow modification to allow for proper integration
in OpenBSD
2001-08-14 20:27:08 +00:00
lebel
a0a9f6bd31 license does not allow modification to allow for proper integration
in OpenBSD.
2001-08-14 20:24:37 +00:00
naddy
762e1071dd - update to 1.2.1
- add plugin directory
from Joshua Stein <jcs@rt.fm>
2001-08-06 23:40:51 +00:00
millert
352052b49c No need to define EXTRACT_SUFX to the default value; heko@iki.fi 2001-08-01 20:55:50 +00:00
naddy
bc6d456b08 Update to version 1.2.0; from maintainer.
NOTE: Some configuration issues:
   o Net and inet command launching will need re-entering.
   o Inet charts can't use data saved by 1.0.x versions.
   o Plugins that were automatically enabled by being in
      ~/.gkrellm/plugins will now have to be enabled on the plugins
      config page.  A consequence of this is that your existing
      configuration setup for these plugins may be lost.

   o CPU charts can now show nice time, which also uses a new theme
     image.
   o Added an alert interface so limits can be set for triggering
     warn and alarm commands.  Builtin APM and sensor (temps, fan, volt)
     monitors can have alerts set.  Alerts can use the gvoice plugin.
   o User selectable fonts.
   o User plugin placements.
   o User definable format strings for drawing chart labels.
   o Right click on most panels to open the monitor config window.
     NOTE: To adjust panel heights, right click on them.
   o There is no longer compatibility with pre 0.10.0 theme formats (the
     change was announced a year ago).
2001-08-01 20:24:37 +00:00
pvalchev
f45f6a3aa6 do not hardcode /usr/local, use LOCALBASE instead 2001-07-28 18:49:14 +00:00
naddy
17608ea330 Maintenance update to 1.31. 2001-07-19 22:12:07 +00:00
naddy
49afc89ea6 MASTER_SITES fix by Heikki Korpela <heko@saitti.net>:
- Add ftp.funet.fi and ftp.sunet.se mirrors where available.
- Remove broken ftp.funet.fi references.
2001-07-13 11:23:37 +00:00
fgsch
d235d93c3a - Update to mtools-3.9.8 dist. patch 20010604.
- Minor cosmetical changes to Makefile.
2001-07-09 00:37:40 +00:00
lebel
619fd9b942 Twenty-two ports have HOMEPAGE in their Makefile, but not in DESCR;
from Jason Peel <jsyn@nthought.com>
2001-07-02 16:19:04 +00:00
pvalchev
a0238a8c71 UVM is not optional anymore
remove NOT_FOR_ARCHS as only sun3 is left and there is no need for it
2001-06-27 19:57:20 +00:00
pvalchev
f06b1d4627 pmax is gone 2001-06-25 01:09:26 +00:00
pvalchev
5dd7c423c7 Print a warning that this requires UVM kernel to work. 2001-06-20 15:51:13 +00:00
pvalchev
e8a2398d62 Remove deprecated LICENSE_TYPE and set appropriate # comments
with its contents.
2001-06-20 01:43:11 +00:00
avsm
42f06829d1 - update to LPRng-3.7.4
- this unbreaks and fakes the port
- new maintainer

Work by Jeff Bachtel <jeff@cepheid.org>, some fixes by me

## Not one person on ports@ showed interest in testing this out,
## so if you have a printer then please give feedback
2001-06-19 17:26:42 +00:00
lebel
4b76e6e148 sysutils/clockspeed won't build on non-Pentium; from maintainer. 2001-06-19 16:50:39 +00:00
pvalchev
96ac12b1e8 + xuvmstat 2001-06-16 17:07:56 +00:00
pvalchev
70f19c4602 xuvmstat gives a graphical display of the current UVM
status on the machine.
2001-06-16 17:05:25 +00:00
pvalchev
1938fbc4fc Bring this into the XXI century:
* Place the sample config file in ${SYSCONFDIR} and make that the default
path (instead of lib/)
* Correct path to template file - share/examples
* Use INSTALL/DEINSTALL scripts to place the config file and print the
appropriate warnings instead of messing with @exec/@unexec in PLIST
* Don't mess with permissions in the install target, use BSD_INSTALL* macros
* Rename patch, make -> ${MAKE_PROGRAM}
* Run DESCR through fmt(1)
work by me and naddy@
2001-06-14 03:18:27 +00:00
lebel
14b110149e typo and fmt; reported by nick.bsd@be.wanadoo.com 2001-06-11 11:31:58 +00:00
lebel
1cb1750309 here is this pesky md5 file. 2001-06-09 18:55:07 +00:00
lebel
7aecac8947 +service-config 2001-06-09 18:40:55 +00:00
lebel
4baa70b88e initial import for service-config 0.51:
--
What is service-config? The programs in service-config create and
configure svscan-format service directories.
 
* server-config creates an svscan-format directory for an arbitrary
  service.
* rules-config configures access rules for use by a service.
* svscan-config configures a service to run svscan.
* ipc-config configures a service to run ipcserver.
* ipcx-config configures a service to run ipcserver using access
  rules.
* tcp-config configures a service to run tcpserver.
* tcpx-config configures a service to run tcpserver using access
  rules.
 
WWW: http://www.superscript.com/service-config/intro.html
2001-06-09 18:39:44 +00:00
angelos
cc63863652 4.57B pre-release 2001-06-07 00:33:32 +00:00
danh
7c902af7de update MASTER_SITES and HOMEPAGE 2001-06-04 17:23:08 +00:00
naddy
3a936947a1 +pstree 2001-05-30 14:08:45 +00:00
naddy
d4819f19f1 Import of pstree-2.16.
Submitted by Sebastian Stark <seb@todesplanet.de>.

pstree is a frontend for ps and displays the process listing in a tree.
2001-05-30 14:07:15 +00:00
naddy
2f67ccd13e update gkrellm to version 1.0.8; from maintainer 2001-05-27 00:38:30 +00:00
nate
43d0f2034d upslog is in bin, not sbin
pointed out by rick@neverslow.com and sturm@physik.rwth-aachen.de
2001-05-22 18:13:15 +00:00
wilfried
1f4756c4a1 fix buffer overflow in fscanfs, reported by Alexander Y. Yurchenko 2001-05-15 15:29:00 +00:00
danh
597373f912 update to safecat 1.8 2001-05-09 19:13:52 +00:00
millert
0ca0f96cdd add wdsetup 2001-05-09 18:30:29 +00:00
millert
94c1b9145a Western Digital and SMC ethernet card configuration program; checked by lebel@ 2001-05-09 17:53:43 +00:00
angelos
0cdad9ec27 Add COMMENT line 2001-05-09 04:31:18 +00:00
angelos
6844b98118 USE_MOTIF, not NEED_MOTIF -- pointed out by ho@ 2001-05-08 02:47:22 +00:00
angelos
f0950931fd USE_MOTIF = any, not "yes"! 2001-05-07 06:32:33 +00:00
angelos
5d33a45786 Correct checksum 2001-05-07 06:29:30 +00:00
angelos
ce39b3dfd3 Add xps 2001-05-07 05:41:25 +00:00
angelos
2f13c0266c xps 3.21, initial import (take 2)
Graphical display of process forest.
2001-05-07 05:38:33 +00:00