summaryrefslogtreecommitdiff
path: root/sysutils (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-11-05add pcre to LIB_DEPENDS in the gtk20 case.Oliver Lehmann1-1/+2
Noted By: Stefan Thurner <thurners@t-online.de> Notes: svn path=/head/; revision=93173
2003-11-04Update modules: mysql-1.110-5, proc-1.110-7, samba-1.110-4,Jimmy Olgeni2-4/+9
sendmail-1.110-7. Notes: svn path=/head/; revision=93112
2003-11-04Upgrade to Ganglia Web Frontend 2.5.4. PR ports/58658 (maintainer-update).Mark Linimon4-6/+11
Notes: svn path=/head/; revision=93107
2003-11-04Update to Ganglia Monitor Core 2.5.4, plus enhancements bringingMark Linimon14-207/+862
FreeBSD support up to the level of Linux support. PR: ports/58657 (maintainer-update). Notes: svn path=/head/; revision=93106
2003-11-04Chase the libxslt shared lib version with a PORTREVISION bump.Joe Marcus Clarke1-2/+2
Notes: svn path=/head/; revision=93101
2003-11-04Fix broken on 5.1 (about nfs include path).Sergey A. Osokin5-116/+301
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Approved by: maintainer (timeout) PR: 58591 Notes: svn path=/head/; revision=93059
2003-11-03Reset maintainer to ports@FreeBSD.org. Requested by: kris.Mark Linimon2-2/+2
Notes: svn path=/head/; revision=92931
2003-11-03Mark BROKEN (see bento logs). These ports are scheduled for removalKris Kennaway2-0/+4
after Feb 2 2004 if they are still broken at that time and no fixes have been submitted by PR. Notes: svn path=/head/; revision=92921
2003-11-03Reset maintainer of ports owned by inactive committers who were just retired.Kris Kennaway1-1/+1
Notes: svn path=/head/; revision=92900
2003-11-02Add dependencies on gettext and libiconv to avoid building its included versionOliver Braun2-4/+6
of the gettext library. PR: ports/58442 Submitted by: Simon Barner <barner@in.tum.de> Approved by: maintainer Notes: svn path=/head/; revision=92868
2003-11-02- Update to version 0.2Kirill Ponomarev3-3/+3
* The code was reorganized and all the SMTP logic was moved to its own file. * CC: works now * General code cleanup PR: 58804 Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer) Notes: svn path=/head/; revision=92834
2003-11-02[Patch] pkg_tree additional switchesEdwin Groothuis2-0/+66
I found convinient some additional key to the pkg_tree utility, and I propose to include them. The patches can be placed in files directory. PR: ports/46810 Submitted by: Vladimir I. Chukharev <chu@gpi.ru> Approved by: moi Notes: svn path=/head/; revision=92822
2003-11-02ports with possibly unreachable MAINTAINERsEdwin Groothuis3-3/+3
*** addresses that may be dead, even though the error is temporary: *** addresses that seem to be dead, but give a hint to a new address: PR: ports/58694 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=92819
2003-11-01- Properly spell pre-everything with two colonsSergei Kolobov2-8/+8
- Clarify message about ATAng support in 5.x - s/ECHO/ECHO_MSG/ Notes: svn path=/head/; revision=92793
2003-11-01Add runwhen 2003.10.31, tools for running commands at particular times.Sergei Kolobov6-0/+100
The biggest difference between runwhen and other schedulers is that runwhen doesn't have a single daemon overseeing multiple jobs. The runwhen tools essentially act as a glorified sleep command. Perhaps runwhen does nothing that at(1) doesn't, and there are lots of things at(1) does that runwhen doesn't: - runwhen doesn't change user IDs - thus it will never run anything as the wrong user. - It doesn't keep a central daemon running at all times - thus it won't break if that daemon dies. - It doesn't require any modifications to the system boot procedure. - It doesn't log through syslog(3) - thus it won't make a mess on the console if syslogd(1) isn't running. - It doesn't centralize storage of scheduled jobs (or any other per-job information) - thus unprivileged users can install and use it without cooperation from root, and without the use of a setuid program to handle changes. - It doesn't send output through mail - thus it doesn't break if there is no mail system installed. - It doesn't check access control files - thus it doesn't gratuitously deny users. Author: Paul Jarc <prj@po.cwru.edu> WWW: http://multivac.cwru.edu/runwhen/ PR: 58789 Submitted by: David Thiel <lx@redundancy.redundancy.org> Notes: svn path=/head/; revision=92791
2003-11-01o) Fix MASTER_SITESLars Koeller2-6/+2
o) Fix documentation in pkg-desc PR: ports/58570 Submitted by: elvis@sslab.cs.ccu.edu.tw Notes: svn path=/head/; revision=92773
2003-11-01Unbreak build on 4-STABLE and 5.1-RELEASE. Add a warning which statesBruce M Simpson6-4/+130
that 5.1-CURRENT is required in order to monitor ATA devices. Notes: svn path=/head/; revision=92765
2003-10-31Update obsolete dependencies with USE_RUBY_FEATURES.Akinori MUSHA1-4/+2
Notes: svn path=/head/; revision=92734
2003-10-31Retire the following ports; they have been integrated into ruby18 andAkinori MUSHA5-53/+0
ruby16-shim-ruby18: devel/ruby-yaml net/ruby-drb net/ruby-gserver net/ruby-soap net/ruby-xmlrpc security/ruby-openssl sysutils/ruby-devel-logger textproc/ruby-rexml www/ruby-webrick Notes: svn path=/head/; revision=92732
2003-10-31- Update to 5.22Sergei Kolobov4-4/+4
PR: 58747 Submitted by: maintainer Notes: svn path=/head/; revision=92728
2003-10-30update xcdroast to 0.98.a.15Oliver Lehmann4-45/+33
Notes: svn path=/head/; revision=92661
2003-10-30Add minirsyslogd 1.02: minimal, fast and secure syslog receiver.Sergei Kolobov5-0/+42
minirsyslogd is a minimalistic, fast and secure (through lack of bloat) remote-only syslog receiver suitable for hardened log receiver hosts and/or central log receivers that receive several gigabyte of logs each day. It will not deal with local syslog data. It does not have a multitude of configuration, alerting or scripting options. It will however automatically split inbound syslog data according to IP address, date and current hour, and do so as rapidly and (I hope) securely as possible. Author: Mikael Olsson <mikael.olsson@clavister.com> WWW: http://www.clueby4.org/minirsyslogd/ PR: 58737 Submitted by: lx@redundancy.redundancy.org Notes: svn path=/head/; revision=92658
2003-10-30Replace absolute perl path with ${PERL} in CGI scripts (fixesJimmy Olgeni2-0/+6
-STABLE). Add empty configuration directory else the module will report an error. Noticed by: Daan van de Linde <daan@xs4all.nl> Notes: svn path=/head/; revision=92652
2003-10-30o) Upps, removal of files/patch-var-64bit was lost ...Lars Koeller2-50/+0
Notes: svn path=/head/; revision=92637
2003-10-30o) Uptate to version 1.32cLars Koeller6-34/+42
Notes: svn path=/head/; revision=92635
2003-10-29- Update to 0.12.0:Sergei Kolobov2-2/+2
= service directory now defaults to /var/service instead of /service - documentation is improved. Notes: svn path=/head/; revision=92596
2003-10-29- Fix build on 5.xKirill Ponomarev4-20/+56
- Use DOCSDIR PR: 58285 Submitted by: Samy Al Bahra <samy@kerneled.com> Notes: svn path=/head/; revision=92592
2003-10-29Per distfile survey, chase new mastersite. Informed maintainer.Mark Linimon3-3/+3
Notes: svn path=/head/; revision=92537
2003-10-28Fix build on -CURRENT.Sergey A. Osokin6-11/+210
Also: - replace <xxx> with <xxx.h> due to Standard C++. - In my observation, when include "devstats.h", - In 4.x or earlier version, we use checkversion(), getnumdevs() ... But In 5.x, it should be repalce with devstat_checkversion(kvm_t *), devstat_getnumdevs(kvm_t *) respectively. In summary, function in 4.x's devstats.h can add prefix word "devstat Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Maintainership to: submitter PR: 58596 Notes: svn path=/head/; revision=92452
2003-10-28Correct PKGORIGIN precisely according to PR/58268.Foxfair Hu1-1/+1
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=92426
2003-10-28According to bento logs, this port does not build on sparc64 and alphaOliver Lehmann1-0/+2
because they do not have APM. This patch disables this package on these platforms. PR: ports/58137 Submitted By: maintainer Notes: svn path=/head/; revision=92414
2003-10-28Bump PORTREVISION (regarding to the last commit)Oliver Lehmann1-0/+1
Notes: svn path=/head/; revision=92405
2003-10-28Does not build the included version of libintl, use the gettext one.Oliver Lehmann3-3/+49
PR: ports/58375 Submitted By: Simon Barner <barner@in.tum.de> Notes: svn path=/head/; revision=92403
2003-10-28Update to 1.14.Norikatsu Shigemura2-2/+2
PR: ports/58510 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Approved by: Lapo Luchini <lapo@lapo.it> (maintainer) Notes: svn path=/head/; revision=92385
2003-10-27Maintainer is @FreeBSD.ORG.Wes Peters1-1/+1
Prompted by: linimon@ Notes: svn path=/head/; revision=92351
2003-10-27Update to 1.2.1Mathieu Arnold3-9/+24
Add a way of having the conf into $PREFIX Add man pages PR: 57957 Submitted by: maintainer Notes: svn path=/head/; revision=92325
2003-10-26Fix minor style nit and add NO_MTREE as this is a Linux port.Bruce M Simpson1-1/+1
Notes: svn path=/head/; revision=92238
2003-10-26Change mastersite to reflect its new location. Source: distfile survey.Mark Linimon1-1/+1
Notes: svn path=/head/; revision=92169
2003-10-26Remove obsolete mastersite per distfile survey. Google does notMark Linimon1-1/+2
show any alternative sites. Notes: svn path=/head/; revision=92168
2003-10-26Many of the Slackware mirrors no longer mirror this distfile sinceMark Linimon1-2/+1
it's quite old (relates to Slackware 3.6 while the current is 9.2). So, remove a mastersite per distfile survey. Notes: svn path=/head/; revision=92167
2003-10-26Remove obsolete mastersite per distfile survey.Mark Linimon1-2/+1
Notes: svn path=/head/; revision=92166
2003-10-26Remove obsolete mastersite per distfile survey.Mark Linimon1-2/+1
Notes: svn path=/head/; revision=92165
2003-10-25- Update to version 0.4.3Kirill Ponomarev3-2/+12
PR: 58523 Submitted by: Ports Fury Notes: svn path=/head/; revision=92142
2003-10-25o) Fix amd64 build error in src/lib/var.cLars Koeller2-0/+50
Submitted by: Kern Sibbald <kern@sibbald.com> Notes: svn path=/head/; revision=92115
2003-10-25Add virtualmin, a virtual host management system based on webmin.Jimmy Olgeni6-0/+148
Notes: svn path=/head/; revision=92111
2003-10-24utilize SITE_PERLYing-Chieh Liao36-133/+119
PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
2003-10-24Add smartmontools 5.21, S.M.A.R.T. disk monitoring tools.Sergei Kolobov11-0/+197
The smartmontools package contains two utility programs (smartctl and smartd) to control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.) built into most modern ATA and SCSI hard disks. It is derived from the smartsuite package, and includes support for ATA/ATAPI-5 disks. PR: 58085 Submitted by: Eduard Martinescu <martines@rochester.rr.com> Approved by: krion (implicit) Notes: svn path=/head/; revision=92042
2003-10-23- Update to 1.38Sergei Kolobov6-58/+50
PR: 58296 Submitted by: maintainer Approved by: krion (implicit) Notes: svn path=/head/; revision=91996
2003-10-23Change to my @FreeBSD.org address.Sergei Kolobov6-6/+6
Approved by: krion Notes: svn path=/head/; revision=91927
2003-10-22Fix bento build by explicity looking for dependency in ${LOCALBASE}/sbinSergei Kolobov1-1/+1
Noticed by: bento via kris Approved by: krion Notes: svn path=/head/; revision=91909