Commit Graph

940 Commits

Author SHA1 Message Date
avsm
8c19dbebc8 plug a whole bunch of off-by-ones in various scanf routines;
patches submitted upstream, PKGNAME bumped
2003-06-17 00:52:12 +00:00
kevlo
9aa552a75c upgrade to version 2.2 2003-06-10 06:32:56 +00:00
fgsch
246ba658ce update to distrib. patch 20030605. 2003-06-06 07:39:59 +00:00
avsm
3a81e742e2 this is under gpl/artistic - mark all PERMIT_ to yes
from Jeff Bachtel <jeff@cepheid.org>
2003-06-05 14:48:17 +00:00
margarida
fdeb15157a New HOMEPAGE and MASTER_SITE.
New file mentioning these changes, therefore new distinfo.
2003-06-01 23:41:04 +00:00
margarida
74873b26a8 Update monit to version 3.2
--
Main changes:
*  Monit now reloads configuration ONLY after it receives SIGHUP.
   Automatic reload based on monit's control file timestamp is now
   defunct.
*  New monit command 'reload' is added. If used, it will reinitialize
   a running monit daemon (send it the SIGHUP signal).
*  A new monit option '-t' is added. If used, monit will run a syntax
   check for the control file and exit with the status.
*  The ssl version for TCPSSL tests can now explicitly be set if auto-
   detection should fail. (Thanks to Mark Foster  for
   the bugreport)
*  Added support for LDAPv2 and LDAPv3, and DWP.
*  Restart method added to monit httpd cervlet
*  Alert messages in passive mode fixed
*  Console command "monit restart [service]" in daemon mode fixed
*  Start/stop/restart race condition fixed.
Changelog: http://www.tildeslash.com/monit/changes.html

Patches OpenBSD specific submitted to authors.
2003-06-01 23:14:16 +00:00
margarida
5c8194c1b0 Update multitail to version 2.7.1
--
Patch accepted by author, therefore removed.
Several bugfixes and some enhancements.
Changelog: http://www.vanheusden.com/multitail/changelog.html
2003-06-01 19:19:17 +00:00
lebel
bdeec35bc0 +p5-Proc-ProcessTable 2003-05-30 14:42:34 +00:00
lebel
08d56bf157 initial import of sysutils/p5-Proc-ProcessTable 0.38:
--
Perl interface to the unix process table.

(had this in my tree for god knows who long, so here it goes).
2003-05-30 14:41:39 +00:00
lebel
1e4c052555 +freedt 2003-05-28 15:40:04 +00:00
lebel
f4f5b767ff initial import of sysutils/freedt-0.17:
--
freedt is a reimplementation of Dan Bernstein's daemontools under the GNU GPL,
sharing no code with the original implementation.

It currently includes feature-equivalent replacements for argv0, envdir,
envuidgid, setlock, setuidgid, softlimit, supervise, svc, svok, svscan, svstat
and recordio. It also includes dumblog (a simple multilog replacement),
mkservice (a script for automatically creating service directories), anonidentd
(an anonimising identd implementation) and ratelimit (a bandwidth-limiting
filter along the lines of recordio). All the tools include usage messages; for
instance, do "ratelimit -h" for a brief rundown of the options.

Please note that this package is not a drop-in replacement for daemontools; the
internal state files in service directories are different, and the error
messages (and a few of the options) aren't quite the same. 

WWW: http://azz.us-lot.org/code/freedt.html
2003-05-28 15:39:26 +00:00
fgsch
cf34769ddc update to mtools 3.9.9 dist. patch 20030524. 2003-05-26 02:02:07 +00:00
jolan
f0b22143e0 "{HOMEPAGE}" -> "${HOMEPAGE}" 2003-05-22 09:33:15 +00:00
pvalchev
3964a1b127 tentakel-0.3.1 - This release fixes a long standing bug that prevented use
of IP addresses and hostnames with dots in hostlists.
from maintainer seb@todesplanet.de
2003-05-19 19:08:49 +00:00
naddy
6e9db99da2 install files with proper permissions (was 000 before); from grange@ 2003-05-17 19:39:31 +00:00
brad
41999d78e1 Fix format string issue, this is not exploitable on OpenBSD because
the binary is not installed suid root.

http://marc.theaimsgroup.com/?l=bugtraq&m=105285564307225&w=2
2003-05-17 01:12:23 +00:00
naddy
8ad0db4e2a Oops. Fix a fatal typo and ignore aliases.db. 2003-05-13 20:40:04 +00:00
pvalchev
f6b98261b3 Fix build on sparc - do not use ctob macro that should not be used in
userland (and breaks build on sparc) instead use sysconf(3) to get
page size.
lead to the right direction by naddy & miod - thanks
Problem reported by John Pavlakis <xyloplax@yahoo.com>
2003-05-13 04:09:13 +00:00
pvalchev
cb0a77dd4e update mirror list 2003-05-13 04:06:11 +00:00
naddy
7dc019e695 Building this port requires the kernel sources to be available under /sys.
Put in a sanity check for this.  ok pvalchev@
2003-05-13 03:30:39 +00:00
naddy
83b1018ce3 Catch up with 14 months worth of changes in the FreeBSD version. 2003-05-12 21:54:32 +00:00
sturm
9044ff3b89 - /etc -> SYSCONFDIR
- don't change SYSCONFDIR
2003-05-12 21:16:42 +00:00
margarida
bdb5d632a1 Add sleuthkit
Remove task
2003-05-12 13:18:16 +00:00
margarida
c778e25d62 Import of sleuthkit-1.62
--
The Sleuth Kit (previously known as TASK) is a collection of 
UNIX-based command line file system forensic tools that allow 
an investigator to examine NTFS, FAT, FFS, EXT2FS, and EXT3FS 
file systems of a suspect computer in a non-intrusive fashion. 
The tools have a layer-based design and can extract data from 
internal file system structures. Because the tools do not rely 
on the operating system to process the file systems, deleted 
and hidden content is shown.

This port replaces TASK, previously removed.
2003-05-12 13:16:02 +00:00
margarida
e58e72ab0b Remove TASK as it is now known as Sleuthkit, TASK doesn't exist
anynore.
Sleuthkit is about to be imported.
2003-05-12 13:10:35 +00:00
avsm
e672e84db5 security update to LPRng-3.8.21; psbanner created a very insecure
tmp file.
2003-05-09 22:50:15 +00:00
margarida
a4a8adb66b Add support for internal resolver (with adns).
Add patch (sent upstream) that fixes a problem
with the resolver, when it is enabled.
From MAINTAINER: Michael Coulter <mjc@bitz.ca>
2003-05-05 03:37:09 +00:00
margarida
353981dd55 Add multitail 2003-05-04 17:49:02 +00:00
margarida
05bb2ebc95 Initial import of multitail-2.4
--
multitail allows the viewing of one or multiple files like
the original tail(1) program. 
The difference is that this program creates multiple windows
windows on the console (with ncurses). It can also use colors
while displaying the logfiles for faster recognizing which
lines are important and which are not. It is optimized for
terminal-sessions through slow links.
2003-05-04 17:47:42 +00:00
margarida
5297edb0cb Add modlogan 2003-05-02 02:54:42 +00:00
margarida
5065b47ba4 Initial import of modlogan-0.8.7
--
ModLogAn is a modular logfile analyzer which is able to analyze
15 logfiles from different servers.
Its template engine generates XHTML based on usersupplied themes
which makes it possible to provide different look and feel.
It's written in C and provides a plugin system.

From: Michael Coulter <mjc@bitz.ca> with some changes from me.
2003-05-02 02:53:05 +00:00
avsm
102bae898d sigh, oops 2003-04-30 14:59:34 +00:00
avsm
00c47f6be4 update to bubblemon-1.2.9
from Jim Geovedi <jim@orangutan.corebsd.or.id>
also an overflow patch from me
2003-04-30 14:57:15 +00:00
wilfried
6edb76a202 site was reorganized 2003-04-27 07:03:30 +00:00
sturm
aec565d316 /etc -> SYSCONFDIR 2003-04-26 15:00:32 +00:00
sturm
2e70d794ec don't compile useless test program which breaks built on ELF archs due to
libwrap issues

OK jakob@ (MAINTAINER)
2003-04-24 09:08:38 +00:00
wilfried
0f6e84cd07 +tentakel 2003-04-17 22:45:47 +00:00
wilfried
9bf486236e Import tentakel 0.3; submitted by Sebastian Stark <seb@todesplanet.de>
Tentakel is a simple program for executing the same command on many
hosts in parallel using ssh or rsh. It takes care of managing remote
return errors and remote stderr/stdout as well.
2003-04-17 22:45:19 +00:00
wilfried
ec9ee30b1b knutclient 2003-04-17 09:19:04 +00:00
wilfried
7eadf751ed Import knutclient 0.6.0; submitted by Craig Barraclough <craigba@creative.com.au>
KNUTClient is a graphical interface to NUT - the Network UPS Tool.
KNUTClient allows realtime monitoring of UPS variables such as load,
voltage and temperature. Supports accessing NUT across networks.
2003-04-17 09:18:56 +00:00
jsyn
43d7195899 quote COMMENTs; ok naddy@ 2003-04-10 18:08:56 +00:00
pvalchev
f98fb61fab - mention 3.3 here too; pointed out by jsyn@
- remove useless stupid arch-specific comment that the author
insists on keeping... *sigh*
2003-04-01 23:48:30 +00:00
pvalchev
4c1b25e71a recognise 3.3 2003-04-01 22:58:38 +00:00
jsyn
59b652f9d0 update to lsof-4.67; ok pvalchev@ 2003-04-01 18:50:16 +00:00
avsm
53dde9105d Update to LPRng-3.8.20, which unbreaks it
Tested by Jeff Bachtel <jeff@cepheid.org> many moons ago
2003-04-01 12:35:38 +00:00
dhartmei
41dacd1074 update to 2.60, introduces an mbuf statistics probe. 2003-03-31 22:13:51 +00:00
sturm
f42fce71f8 USE_X11=Yes 2003-03-31 14:49:13 +00:00
marcm
06aaa0b2ef Handle SYSCONFDIR properly and make this compile on vax (and probably the
other NO_SHARED_ARCHS as well).
2003-03-30 16:19:25 +00:00
david
7d586cefbb spelling and double word fixes
ok pvalchev@
2003-03-28 22:25:00 +00:00
david
1424c03933 .Dd date should be written formally Month day, year
ok pvalchev@
2003-03-28 22:11:24 +00:00
henning
301f5c8ac2 fix symon on sparc64.
patch taken from symon 2.60 which Willem released after I told him it's broken
and gave him shell access to a sparc64 box.

ok pval@
2003-03-23 19:05:22 +00:00
sturm
0bdf9cbdaf fix PLIST by "make update-plist"
OK pvalchev@
2003-03-08 00:42:32 +00:00
pvalchev
db084e84a2 cast NULL sentinel to void * to make sure it's 64-bit on 64-bit architectures 2003-03-02 21:22:22 +00:00
david
e74e4a4773 fix more spelling errors/typos
ok pvalchev@
2003-03-02 05:35:10 +00:00
naddy
235cd5c889 Update to 2.58, fixes a rare bug in symon/sm_io.c. strsep() would
clobber stream information and make the first stream in the
configuration file disappear.
2003-02-27 19:21:37 +00:00
naddy
3efffb4f66 Now that nut is multi-packaged, building nut,no_cgi here doesn't make sense
any longer.
2003-02-27 02:05:44 +00:00
naddy
48168fe117 If upsd conflicts with nut, nut conflicts with upsd, too. 2003-02-27 02:02:04 +00:00
david
32bf3deee8 necessary is spelled necessary.
similar is spelled similar.
functionality is spelled functionality.
ok brad@ jmc@
2003-02-26 15:13:04 +00:00
david
3e6f238637 remove double word stuttering
ok pvalchev@ brad@
2003-02-26 02:57:55 +00:00
dhartmei
a36d2c90c4 missing memset(), could lead to DIOCGETRULES error in rules view. 2003-02-21 23:02:58 +00:00
pvalchev
3238ba4b18 enable login_ldap 2003-02-21 20:57:18 +00:00
pvalchev
be2cb935f5 login_ldap now ready to go in, after the appropriate work i asked for is done:
* Upgrade to new version 3.3 (security update from previous, see advisory)
 * remove MESSAGE and enable-script
 * INSTALL/DEINSTALL scripts to properly place binary in /usr/libexec/auth
 * correct LIB_DEPENDS on openldap-client
 * no setuid root anymore!
 * new maintainer Sebastian Stark
 * honor PREFIX in manpage
2003-02-21 20:56:22 +00:00
naddy
6106eacaa1 Fix package conflicts, directory removal, and RCS IDs. 2003-02-17 23:54:49 +00:00
naddy
cd5442e847 Update to 2.0.
From: Jacob Meuser <jakemsr@jakemsr.com>
2003-02-17 15:32:58 +00:00
margarida
cd73b24cc1 Update to version 1.2d 2003-02-16 19:02:19 +00:00
naddy
66711e7c52 Master site moved. 2003-02-12 15:40:39 +00:00
jcs
f5e97d6b50 += p5-Quota 2003-02-05 21:14:15 +00:00
jcs
725b18a3ae import of sysutils/p5-Quota-1.4.6, a quota manipulation module 2003-02-05 21:11:55 +00:00
naddy
15876ca3c7 add/fix RCS Ids; suggested by Jolan Luff <jolan@cryptonomicon.org> 2003-02-04 22:59:48 +00:00
dhartmei
1b0eead24b Fix breakage from recent pf changes, macros PF_IN/PF_OUT changed, and they
were (ab)used as indices for the statistics counter arrays. Use literal
indices instead.
2003-01-24 20:15:41 +00:00
naddy
ca9987784a Update to OpenBSD 3.2 base and FreeBSD 5.0 color code.
Add -h flag (human readable sizes).  Link statically, just in case.
2003-01-20 01:45:14 +00:00
pvalchev
4aeaa0581b fix mastersite and add a new one; maintainer Vladimir Popov 2003-01-19 09:20:46 +00:00
marcm
180ff60ee0 Missing patch from last commit, oops. 2003-01-18 18:29:27 +00:00
marcm
72af77da5c 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@

Note: the initial checkin aborted half way through, before any log
messages were generated.  What you see here is the second half of the
commit, the first half is already in-tree.
2003-01-17 06:23:43 +00:00
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
angelos
d08672788b Oopsie 2001-05-07 05:37:57 +00:00
angelos
ce1ab6522f xps 3.21 initial port.
Graphical display of process tree.
2001-05-07 05:35:58 +00:00
lebel
13b92baa7a sysutils: integrate COMMENT, bump NEED_VERSION. 2001-05-06 03:58:56 +00:00
fgsch
afa9e63273 - Update to dist. patch 20010330.
- Integrate COMMENT.
- bump NEED_VERSION.
2001-05-05 22:43:34 +00:00
espie
b186afd8b2 , -> : in flavor deps. 2001-05-05 21:28:04 +00:00
camield
643cc1206a PERMIT_PACKAGE_*: Yes -> No
No license, or license not clear
2001-04-22 12:04:43 +00:00
wilfried
50eef9f0b3 give unnumbered ports a version number 2001-04-19 10:41:14 +00:00
naddy
613102dea7 Pull COMMENT into Makefile, bump NEED_VERSION.
Add comment with license type.
2001-04-14 11:36:13 +00:00
naddy
c3bbc28146 1. Integrate COMMENT, new NEED_VERSION
2. General cleanup in wmmon/wmmon.c
3. If you have root privs and exit, you'll get "Broken pipe". This occurs
upon execution of XCloseDisplay() (which followed by exit(0)). Handle it
with signal(SIGPIPE, exit).

Submitted by maintainer.
2001-04-14 02:38:31 +00:00
espie
d9dd750fa2 Wrong dep 2001-04-07 15:25:40 +00:00
naddy
c7f4e64e63 - integrate COMMENT into Makefile
- update HOMEPAGE
- make plugins work correctly; from Matt Bing <matt@anzen.com>
submitted by maintainer
2001-04-02 02:04:40 +00:00
danh
732abfb621 bump NEED_VERSION and integrate COMMENT 2001-03-28 19:35:25 +00:00
wilfried
853d7d06e7 - integrate COMMENT
- bump NEED_VERSION
- run ispell & fmt on DESCR
2001-03-28 09:59:37 +00:00
obecian
3ddc7889cb kill pkg/COMMENT 2001-03-28 09:43:30 +00:00
obecian
b0a75aed3b + integrate COMMENT
+ bump NEED_VERSION
2001-03-28 08:33:55 +00:00
brad
68c377e5e2 gmake -> ${MAKE_PROGRAM} 2001-03-23 15:56:04 +00:00
brad
3e8d522623 - mkdir -> ${INSTALL_DATA_DIR}
- kill off FreeBSD-ism (NOPORTDOCS knob)
--
Patch from: Pete Fritchman <petef@databits.net>
2001-03-22 22:06:35 +00:00
jakob
c9a3233af5 remove ports/sysutils/xntpd, replaced by ports/net/ntp. 2001-03-20 15:31:11 +00:00
wilfried
c3713ccace respect CC/CFLAGS, ok maintainer 2001-03-19 17:40:06 +00:00
naddy
db5d4e0164 Update to 1.0.7; from maintainer Joshua Stein <jcs@rt.fm>.
Changes:
- Updated ja.po.
- Add man page.
- POP3/IMAP connections can be on non-standard port numbers if you
  enter server:port instead of just the server in the config.
- IMAP checking could not handle untagged responses to LOGIN.
- Meminfo label initialization and mua_is_launched fixes.
2001-03-17 18:25:42 +00:00
wilfried
f665e6e231 Add MASTER_SITES 2001-03-14 12:23:10 +00:00
wilfried
146dc1daf0 respect CC/CFLAGS 2001-03-12 15:07:25 +00:00
wilfried
f64648eb9a respect CC/CFLAGS
change to unified diff format
add cvs tag
2001-03-12 15:02:26 +00:00
wilfried
61ec94c7f6 -clean up (match Makefile.template)
-add USE_X11 where forgotten
2001-03-09 14:28:45 +00:00
danh
8a790be23e - update to safecat 1.5 which includes important bugfixes
reported by camield@
2001-03-09 14:08:21 +00:00
danh
3cdc129858 +safecat 2001-03-04 17:38:08 +00:00