aboutsummaryrefslogtreecommitdiff
path: root/sysutils
Commit message (Collapse)AuthorAgeFilesLines
* Doing this is lame and causes the -current build to fail:Kris Kennaway2002-08-231-0/+13
| | | | | | | | int true = 1; while (true) { Notes: svn path=/head/; revision=64921
* Update useradmin module.Jimmy Olgeni2002-08-232-2/+4
| | | | Notes: svn path=/head/; revision=64911
* BerkeleyDB cleanup - stage 2Ade Lovett2002-08-224-7/+8
| | | | | | | | Update databases/db3 to 3.3.11, and fix the few ports that need sorting after the shlib version update, and a slight API change from 3.2.x->3.3.x Notes: svn path=/head/; revision=64836
* Update to 2.0.1.1.Joe Marcus Clarke2002-08-224-6/+6
| | | | Notes: svn path=/head/; revision=64804
* Update to version 1.2.5.Brian S. Dean2002-08-222-2/+2
| | | | Notes: svn path=/head/; revision=64790
* Add man pages.Christian Weisgerber2002-08-212-0/+14
| | | | | | | | | PR: 41756 Submitted by: Jos Backus <jos@catnook.com> Approved by: maintainer Notes: svn path=/head/; revision=64768
* Change MAINTAINER to my FreeBSD address.Oliver Braun2002-08-211-1/+1
| | | | | | | Approved by: dwcjr (mentor) Notes: svn path=/head/; revision=64751
* Update WWWKevin Lo2002-08-211-1/+1
| | | | | | | | PR: 41838 Submitted by: MAINTAINER Notes: svn path=/head/; revision=64742
* Initial import of lire 1.1.Kevin Lo2002-08-217-0/+793
| | | | | | | | | | Lire is a logfile analyse toolkit for multiple applications. PR: 41813 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=64729
* Update to 1.0.2.Akinori MUSHA2002-08-203-67/+79
| | | | Notes: svn path=/head/; revision=64719
* Remove unnecessary setting in CONFIGURE_ENVYen-Ming Lee2002-08-201-3/+1
| | | | | | | | | | | | | | | | | | Reason: EXT2_NOTAIL_FL is defined in header file in newer version (v1.27), so that set CPPFLAGS="-I${LOCALBASE}/include" will cause to include the existing header file (maybe v1.22 or earlier, if installed) which doesn't define EXT2_NOTAIL_FL in it. Alternative: Deinstalll older version of e2fsprogs then build again will be fine. PR: ports/41795 Reviewed by: ijliao (mentor) Approved by: ijliao (mentor) Notes: svn path=/head/; revision=64684
* Fix build.Christian Weisgerber2002-08-152-93/+80
| | | | | | | Submitted by: Philip M. Gollucci <gollucci@wam.umd.edu> Notes: svn path=/head/; revision=64555
* Update majordomo module.Jimmy Olgeni2002-08-152-2/+3
| | | | Notes: svn path=/head/; revision=64549
* Import gkrellmwho 0.4.Christian Weisgerber2002-08-138-0/+75
| | | | | | | | | | | A GKrellm-Plugin that horizontally scrolls in a panel a list of currently logged on users (excluding the invoking user). PR: 41554 Submitted by: Steffen Vogelreuter <Steffen@Vogelreuter.De> Notes: svn path=/head/; revision=64465
* Fix a typo in pkg_descr (pointed out by olgeni) and update to versionBrian S. Dean2002-08-093-3/+3
| | | | | | | 1.2.4. Notes: svn path=/head/; revision=64305
* Update to 0.3. This is mainly a bug fix release with some added translations.Joe Marcus Clarke2002-08-093-9/+12
| | | | Notes: svn path=/head/; revision=64300
* Update to 0.2.7.Christian Weisgerber2002-08-092-2/+2
| | | | | | | | PR: 41481 Submitted by: A. J. Robinson <adrian.j.robinson@lineone.net> Notes: svn path=/head/; revision=64289
* Fix typo in pkg-comment, and update to version 1.2.3.Brian S. Dean2002-08-093-3/+3
| | | | Notes: svn path=/head/; revision=64278
* Add cdroot: a utility for automating the creation of a full FreeBSDBrian S. Dean2002-08-096-0/+34
| | | | | | | installation on a bootable CD-ROM. Current version is 1.2.2. Notes: svn path=/head/; revision=64263
* Update MASTER_SITES to use sourceforge sitePatrick Li2002-08-071-4/+2
| | | | | | | | PR: ports/41418 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Notes: svn path=/head/; revision=64162
* - Update to 1.3Patrick Li2002-08-072-7/+6
| | | | | | | | | | - Update MASTER_SITES and maintainer email address PR: ports/41396 Submitted by: maintainer Notes: svn path=/head/; revision=64161
* Update postgresql module.Jimmy Olgeni2002-08-072-3/+3
| | | | Notes: svn path=/head/; revision=64147
* Update to 2.0.1.Joe Marcus Clarke2002-08-078-66/+28
| | | | Notes: svn path=/head/; revision=64138
* Update to 0.6.Akinori MUSHA2002-08-062-2/+2
| | | | Notes: svn path=/head/; revision=64114
* Update module: lpadmin (security fix).Jimmy Olgeni2002-08-052-2/+4
| | | | Notes: svn path=/head/; revision=64074
* Update to 20020805.Akinori MUSHA2002-08-054-14/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pkgdb(1): - Do not fail in error when a non-installed package is specified with -o. pkg_fetch(1): - Support bzip2'd packages (*.tbz). - Slightly fix messages. - Introduce OS_PATCHLEVEL and exclude `-p#' from OS_RELEASE. FreeBSD PR: ports/40375 Submitted by: Andriy Gapon <agapon@excite.com> (partly) portsclean(1): - -P/--pkgclean: Sweep away bzip2'd packages (*.tbz) too. portupgrade(1): - Support bzip2'd packages (*.tbz). pkgtools.conf(5): - Provide a couple of new utility functions, deorigin(origin) and rc_file(origin_or_pkgname). - Fix an example and provide some more examples. - Introduce OS_PATCHLEVEL and exclude `-p#' from OS_RELEASE. misc.: - zsh compdefs: Look for *.tbz too. Notes: svn path=/head/; revision=64039
* o) Add a notice to read the manual for site configuration, especiallyLars Koeller2002-08-051-0/+4
| | | | | | | to get a propper shutdown sequence. Notes: svn path=/head/; revision=64031
* o) Change apcupsd.org -> apcupsd.com due to massive network reachabilityLars Koeller2002-08-052-2/+2
| | | | | | | | | | | issues of the .org domain from some networks. They are both the same sites. PR: - Submitted by: Nuno Teixeira <nunotex@pt-quorum.com> Notes: svn path=/head/; revision=64030
* Upgrade to 3.39.OKAZAKI Tetsurou2002-08-042-2/+5
| | | | | | | | PR: 41326 Submitted by: maintainer Notes: svn path=/head/; revision=63994
* Upgrade to cdrtools-1.11a28.Dirk Froemberg2002-08-046-8/+8
| | | | Notes: svn path=/head/; revision=63961
* Upgrade to 1.27Clive Lin2002-08-046-24/+130
| | | | | | | | PR: ports/41293 Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com> Notes: svn path=/head/; revision=63951
* ruby-optparse is now part of ruby16-shim-ruby18.Akinori MUSHA2002-08-032-4/+2
| | | | Notes: svn path=/head/; revision=63897
* The startup script supportes an argument of status which is just a quick way toChristian Weisgerber2002-08-022-2/+5
| | | | | | | | | | | | | | see if the daemon is running. The case when the daemon wasn't apparently running was missing a "fi". While we're here, fancify the grep a little and fix the fact that it shows you the script is running as well as the daemon. Reported by: Jonathan Towne <jontow@twcny.rr.com> PR: 41252 Submitted by: Andrew Stevenson <andrew@ugh.net.au> Notes: svn path=/head/; revision=63866
* fix misspelling of LIB_DEPENDS that prevented gettext dep from being recognizedAlan Eldridge2002-08-011-1/+1
| | | | Notes: svn path=/head/; revision=63860
* Chase shlib rev of devel/gettextAde Lovett2002-08-014-4/+4
| | | | | | | | Submitted by: lots and lots Pointy hat to: ade Notes: svn path=/head/; revision=63850
* Add cfengine2.Tony Finch2002-07-301-0/+1
| | | | Notes: svn path=/head/; revision=63752
* New port for cfengine-2.0.3 after repo-copy from the cfengine-1.x port.Tony Finch2002-07-3013-161/+132
| | | | | | | | PR: 35037 Approved by: will Notes: svn path=/head/; revision=63751
* Update cfengine MASTER_SITESGordon Tetlow2002-07-294-4/+4
| | | | | | | | PR: ports/41123 Submitted by: fanf@ Notes: svn path=/head/; revision=63708
* Update MASTER_SITES to use MASTER_SITE_REDHAT_LINUXPatrick Li2002-07-281-2/+2
| | | | | | | | PR: ports/41048 Submitted by: maintainer Notes: svn path=/head/; revision=63652
* Update to 2.12Patrick Li2002-07-272-4/+5
| | | | | | | | PR: ports/41032 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=63615
* Updated to use MASTER_SITE_REDHAT_LINUX.Mark Pulford2002-07-261-1/+2
| | | | | | | Submitted by: Tilman Linneweh <tilman@arved.de> Notes: svn path=/head/; revision=63601
* Update MASTER_SITESChris D. Faulhaber2002-07-261-1/+1
| | | | | | | | PR: 41004 Submitted by: Adam Weinberger <adamw@vectors.cx> Notes: svn path=/head/; revision=63600
* Fix a type from last change.James E. Housley2002-07-261-1/+1
| | | | | | | Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=63595
* - Use bzip'd tarballs because of reduce size (some)Patrick Li2002-07-259-23/+10
| | | | | | | | | - Update WWW (some) - Do not resort to patching configure script (perl substitution) to fix the program-prefix issue (some) Notes: svn path=/head/; revision=63572
* Update to 0.5Patrick Li2002-07-253-17/+12
| | | | Notes: svn path=/head/; revision=63567
* Project site movedPatrick Li2002-07-252-2/+2
| | | | Notes: svn path=/head/; revision=63564
* Chase the new MASTER_SITE for updates.Jimmy Olgeni2002-07-251-1/+1
| | | | | | | Submitted by: Kevin Golding <kevin@caomhin.demon.co.uk> Notes: svn path=/head/; revision=63533
* There is no reason to conditionally install healthd.sh.sampleJames E. Housley2002-07-251-4/+1
| | | | Notes: svn path=/head/; revision=63526
* Conditionally install/uninstall etc/rc.d/healthd.shJames E. Housley2002-07-252-1/+8
| | | | | | | | | | Bump PORTREVISION PR: 40109 Submitted by: Ying-Chieh Liao <ijliao@FreeBSD.org> Notes: svn path=/head/; revision=63523
* Update to 1.10Patrick Li2002-07-243-43/+4
| | | | | | | | PR: ports/40953 Submitted by: maintainer Notes: svn path=/head/; revision=63489