aboutsummaryrefslogtreecommitdiff
path: root/sysutils
Commit message (Collapse)AuthorAgeFilesLines
* upgrade to 1.1Ying-Chieh Liao2001-12-123-2/+22
| | | | | | | | PR: 32748 Submitted by: maintainer Notes: svn path=/head/; revision=51409
* Update to 20011210 which brings several usability improvements.Akinori MUSHA2001-12-106-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pkgtools.conf(5): - Turn HOLD_PORTS into HOLD_PKGS. - List `bsdpan-*' in HOLD_PKGS by default. Requested by: Anton Berezin <tobez@tobez.org> pkgdb(1): - Support HOLD_PKGS and make -f/--force overrite the setting. pkg_fetch(1): - Dig the temporary directory and the packages directory before fetching. Requested by: Chris Dillon <cdillon@wolves.k12.mo.us> - Properly quote the fetch command line arguments. portupgrade(1): - Fix a bug that -Pf did not properly work. Reported by: The Anarcat <anarcat@anarcat.dyndns.org> - Make -p/--package build packages for the ports that are installed as dependency as well. Suggested by: Vivek Khera <khera@kcilink.com> - Make -p/--package build packages for those which requisite packages are upgraded as well, when they are given from the command line or -r is specified. Suggested by: Vivek Khera <khera@kcilink.com>, Lev Serebryakov <lev@serebryakov.spb.ru> - Do not regard a packaging error as an installation error. - Make -Nf override HOLD_PKGS. - Suggest specifying -f when skipping a package. - Detect a checksum mismatch error properly from a build log. portinstall(1): (portupgrade -N) - Only upgrade required packages of a newly installed port when -R is specified. portversion(1): - Support HOLD_PKGS. overall/miscellaneous: - Introduce lazy initialization for config variables and make the initialization process a little bit quicker. - Fix some typos in the manpages. Submitted by: Dan Langille <dan@langille.org>, kuriyama@FreeBSD.org - Add shell completion definitions for pkg_tarup(1). - Provide a replacement of the weekly status-pkg report script (/etc/periodic/weekly/400.status-pkg), which is installed as $PREFIX/etc/pkgtools.status-pkg.sh. port: - Add a missing entry of pkg_which to pkg_plist. - Do not remove the zsh site-functions directory on deinstallation when zsh is installed. Notes: svn path=/head/; revision=51301
* Update modules: man, quota.Jimmy Olgeni2001-12-092-2/+5
| | | | Notes: svn path=/head/; revision=51299
* Update to 1.14.Akinori MUSHA2001-12-082-2/+2
| | | | Notes: svn path=/head/; revision=51224
* Initial import of x11-wm/bbapm, an APM meter for BlackboxPatrick Li2001-12-0811-0/+160
| | | | | | | | | PR: 29461 Submitted by: Adam Weinberger <monkey@crackula.com>, \ Scott Renfro <scott@renfro.org> (additional patches) Notes: svn path=/head/; revision=51200
* Fix a problem with auto{conf,make}: some build magic was introduced toPete Fritchman2001-12-076-6/+6
| | | | | | | | | | | | | | | make sure that the "autoconf" and "automake" binaries KDE looked for were found and were autoconf213 and automake14 (as there are issues with the latest versions), but the logic in setting $PATH was wrong. This puts ${WRKSRC}/auto-bin before the rest of the users $PATH. This fixes KDE auto* problems if automake14 and automake-1.5 are both installed. PR: 32512 Submitted by: Alan Eldridge <alane@geeksrus.net> Approved by: will Notes: svn path=/head/; revision=51183
* Style: convert spaces to tabs, remove extra tabs from should-be-empty line.Jimmy Olgeni2001-12-051-2/+2
| | | | Notes: svn path=/head/; revision=51099
* Update the bind8 module.Jimmy Olgeni2001-12-052-2/+3
| | | | Notes: svn path=/head/; revision=51098
* * Add missing patch file to compile correctly with libwrapLars Koeller2001-12-053-19/+66
| | | | | | | | * Use --disable-install-distdir instead of patching Makefile * Bump port revision Notes: svn path=/head/; revision=51091
* Update to 1.2.5.Hajimu UMEMOTO2001-12-0510-22/+80
| | | | Notes: svn path=/head/; revision=51088
* Upgrade KDE to 2.2.2:Will Andrews2001-12-0421-30/+201
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * General: - Support for objprelink. - Hack for autoconf 2.13/automake 1.4. Note that we can't use the standard USE_AUTO* because they change things in work/*; KDE has its own way of doing that. - Light cleanup of extra dirs in the PLISTs provided by my mkplistpkg[1] script. - Speedups of both compile and runtime through the usage of --disable-debug and --enable-final. The latter did not work with the kdemultimedia package, unfortunately. - Patch updates. * audio/kdemultimedia2: - Patch to fix KSCD on FreeBSD[2]. It works very well now. * deskutils/kdepim: - Enable kpilot[3]. Pull in the latest pilot-link stuff. * devel/kdesdk, * devel/kdevelop: - No specific changes. * devel/qt-designer: - Make this port depend almost entirely on qt23 to make it more maintainable, so I don't have to keep hacking the patches to get them to apply. * editors/koffice, * games/kdegames, * graphics/kdegraphics: - No specific changes. * misc/kdeaddons: - SDL is required now. Cull SDL PLIST_SUB and such. - Fix breakage from hardcoding "sdl-config". * misc/kdeutils2: - Fix problem with klaptopdaemon[4] where it didn't properly display the battery time. This patch is untested, but applied. * net/kdenetwork2: - Fix DCC for KSIRC[5]. - Remove ktalkd from the build. It requires some weird thing in the configure script that I don't have time to look at. * sysutils/kdeadmin: - No specific changes. * textproc/kdoc: - Remove bogus requirement that kdoc requires Perl 5.6.0; it sure seems to operate fine with >= 5.005. But I'll let time tell. * www/quanta: - No specific changes (--disable-debug support only). * x11/kde2: - No specific changes. * x11/kdebase2: - Fix ksysguard compile by merging the files from the HEAD branch of KDE CVS that were missing at release time for FreeBSD[6]. :\ * x11/kdelibs2: - Recognize CUPS' spinoff[7]. - Add libxslt dependency since it was removed from kdelibs. - Fix libxml compile problems[8] (accomplished by upgrading). - Remove libkformula from port Makefile; this library has been spun off into koffice. - Fix mode problems with DCOP[9]. This allows you to save files properly. It also seems to be a FreeBSD specific problem. - Fix bashisms in kdeprint/imagetops script[10]. * x11-clocks/kdetoys2: - No specific changes. * x11-toolkits/qt23: - Do NOT upgrade to QT 2.3.2[11]. - Allow devel/qt-designer to depend on this port entirely for the patches by adding a perlre to accomplish this. * x11-wm/kdeartwork: - No specific changes. Thanks to the FreeBSD/KDE[1] team[12] who helped me test these out! [1] http://freebsd.kde.org/; http://www.databits.net/cgi-bin/cvsweb.cgi/scripts/portbuild/mkplistpkg [2] Submitted by: Matthew Holmes <matt@speakeasy.net> [3] PR: 31914 Submitted by: Alan Eldridge <alane@geeksrus.net> [4] PR: 28475 Submitted by: Arun Sharma <arun@sharmas.dhs.org> [5] Submitted by: Luc Morin <luc_m@videotron.ca> [6] Found at: http://webcvs.kde.org/kdebase/ksysguard/ksysguardd/FreeBSD/ [7] PR: 32321 Reported by: gad Submitted by: James A. Halstead <jah4007@cs.rit.edu> [8] PR: 32055 Reported by: William Richard <wrichard@trivalley.com>, others [9] PR: 31629 Submitted by: Alan Eldridge <alane@geeksrus.net> [10] PR: 32358 Submitted by: Alexander N. Kabaev <ak03@gte.com> [11] PR: 31809 Requested by: Nathan Ahlstrom <nrahlstr@winternet.com> (denied) [12] http://freebsd.kde.org/contact.shtml; http://lists.csociety.org/pipermail/kde-freebsd; http://lists.csociety.org/listinfo/kde-freebsd Notes: svn path=/head/; revision=51005
* * Add HTML documentationLars Koeller2001-12-033-6/+127
| | | | | | | * Fix problems with libwrap support Notes: svn path=/head/; revision=50994
* Update to version 1.2.Steve Price2001-12-033-71/+28
| | | | | | | | PR: 31928 Submitted by: maintainer Notes: svn path=/head/; revision=50932
* Update to 1.19 Use DOCSDIRPatrick Li2001-12-032-5/+4
| | | | Notes: svn path=/head/; revision=50929
* Fix WWWPatrick Li2001-12-031-1/+1
| | | | Notes: svn path=/head/; revision=50922
* Update to version 1.4.14.Steve Price2001-12-028-20/+48
| | | | | | | | PR: 32369 Submitted by: maintainer Notes: svn path=/head/; revision=50878
* Forgotten to bump PORTREVISION ;-(Lars Koeller2001-12-021-0/+1
| | | | Notes: svn path=/head/; revision=50858
* Patchfile for fixing wrong path to mail binary.Lars Koeller2001-12-021-0/+95
| | | | Notes: svn path=/head/; revision=50856
* Fixing missing brace in startup script and wrong path to mail binary.Lars Koeller2001-12-021-1/+3
| | | | Notes: svn path=/head/; revision=50854
* Add apcupsd 3.8.3, a daemon for controlling APC UPS.Lars Koeller2001-12-0210-0/+342
| | | | | | | | PR: 31478 Submitted by: Lars Koeller <Lars.Koeller@Uni-Bielefeld.DE> Notes: svn path=/head/; revision=50851
* Do not alter the module configuration for postgresql: it has already beenJimmy Olgeni2001-12-021-12/+1
| | | | | | | integrated in the webmin distribution. Notes: svn path=/head/; revision=50849
* Chase main distfile checksum change.Jimmy Olgeni2001-12-021-1/+1
| | | | | | | | | | The new distfile fixes an HTML form bug in the stock sendmail module (the "User Email" page). Noticed by: Forrest Aldrich <forrie@forrie.com> Notes: svn path=/head/; revision=50848
* Update port to version 0.91 (with sendmail module patch).Jimmy Olgeni2001-11-302-13/+7
| | | | Notes: svn path=/head/; revision=50769
* o Use MASTER_SITE_LOCAL since the author's site vanishedChris D. Faulhaber2001-11-272-3/+4
| | | | | | | | months ago. o Update email (jedgar@fxp.org -> jedgar@FreeBSD.org) Notes: svn path=/head/; revision=50646
* Add httplog. Apache log rollover program with strftime(3) filenameAnders Nordby2001-11-256-0/+59
| | | | | | | support. Notes: svn path=/head/; revision=50546
* Add WWW.Dirk Froemberg2001-11-254-0/+8
| | | | Notes: svn path=/head/; revision=50533
* Update to 20011125. (This should be the last beta)Akinori MUSHA2001-11-242-2/+2
| | | | Notes: svn path=/head/; revision=50503
* Update webmin module: acl.Jimmy Olgeni2001-11-242-2/+3
| | | | Notes: svn path=/head/; revision=50499
* Update to 20011124b.Akinori MUSHA2001-11-242-2/+2
| | | | Notes: svn path=/head/; revision=50462
* Update to 20011124.Akinori MUSHA2001-11-242-2/+2
| | | | Notes: svn path=/head/; revision=50460
* Update to 1.6Patrick Li2001-11-235-67/+15
| | | | | | | | PR: 32187 Submitted by: maintainer Notes: svn path=/head/; revision=50401
* Mark as BROKEN: this port needs to be updated to use the new ports layout.Pete Fritchman2001-11-211-0/+2
| | | | | | | | | If anybody wants to help msmith@, please drop him a line. Approved by: maintainer Notes: svn path=/head/; revision=50348
* Update to 20011121b.Akinori MUSHA2001-11-212-2/+2
| | | | Notes: svn path=/head/; revision=50326
* Update module dnsadmin (Bind 4 administration).Jimmy Olgeni2001-11-212-2/+3
| | | | Notes: svn path=/head/; revision=50325
* add ttyloadYing-Chieh Liao2001-11-216-0/+33
| | | | | | | Give a color-coded graph of load averages over time Notes: svn path=/head/; revision=50314
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵Mario Sergio Fujikawa Ferreira2001-11-204-4/+4
| | | | | | | the later case Notes: svn path=/head/; revision=50306
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵Mario Sergio Fujikawa Ferreira2001-11-201-1/+1
| | | | | | | the later case Notes: svn path=/head/; revision=50301
* Style police: remove trailing space in WWW tagMario Sergio Fujikawa Ferreira2001-11-201-1/+1
| | | | Notes: svn path=/head/; revision=50294
* Update to 20011121.Akinori MUSHA2001-11-203-9/+15
| | | | Notes: svn path=/head/; revision=50283
* Update to 1.1pre4, which lets the 'mkdir' command create parent directoriesPeter Pentchev2001-11-192-2/+2
| | | | | | | | | | as needed (equivalent to mkdir -p) and corrects a couple of option names in the manual page synopsis. Submitted by: olgeni (the manual page fixes) Notes: svn path=/head/; revision=50212
* Fix cdda2wav for ATAPI drives.Dirk Froemberg2001-11-186-0/+26
| | | | | | | Submitted by: Naoya Nishimura <nishinao@m3.kcn.ne.jp> Notes: svn path=/head/; revision=50184
* One thing I missed.. spell 'chown root.wheel' as 'chown root:wheel'.Peter Wemm2001-11-181-0/+11
| | | | Notes: svn path=/head/; revision=50165
* Update rtty to 4.0. This is posixified vs. the old bsd tty interface.Peter Wemm2001-11-183-16/+16
| | | | Notes: svn path=/head/; revision=50164
* Update to 20011118, with steady improvements.Akinori MUSHA2001-11-174-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | overall: - Perform better checks on pkgname and origin. - Deprecate the use of PKGREPOSITORY and PKGREPOSITORYSUBDIR. Use PACKAGES for PKGREPOSITORY and hardcode 'All'. pkg_deinstall: - -P/--preserve: Only preserve shared libraries with version numbers. Keeping *.so files may be harmful because it allows ld to pick them up and produce new binaries linked with the libraries of removed packages. It is enough to only preserve *.so.* files to retain compatibility. portsclean: - -P/--pkgclean: Clean dead symlinks as well. - Fix the manpage: supply missing words. portupgrade: - Detect NO_LATEST_LINK and LATEST_LINK and use them to determine the name of the latest package to fetch. pkgdb: - Improve the score computer. Try not to suggest a stupid guess. ;) pkg_fetch, pkg_glob, pkg_sort, pkgdb, portsdb, portversion: - Do not show help twice when -h/--help is given. Reported by: Masami Kobayashi <masami@tncc.jp> pkgtools.conf: - Explain how to use EXTRA_CATEGORIES. Notes: svn path=/head/; revision=50162
* Add nwclient602Matt Jacob2001-11-161-0/+1
| | | | Notes: svn path=/head/; revision=50102
* Add NetWorker client based on 6.0.2 NetWorker release. Corrects some problemsMatt Jacob2001-11-166-0/+278
| | | | | | | | | and bugs seen in other port. Because we don't really test as much as we would like, this gets entered as a new port so the old software is still easily available. Notes: svn path=/head/; revision=50101
* Update module: proftpd.Jimmy Olgeni2001-11-152-2/+4
| | | | Notes: svn path=/head/; revision=50085
* Maintainer is now committer so change to new email address.Patrick Li2001-11-1513-13/+13
| | | | | | | Approved by: lioux Notes: svn path=/head/; revision=50033
* add slmonYing-Chieh Liao2001-11-139-0/+79
| | | | | | | S-Lang System Monitor Notes: svn path=/head/; revision=49973
* Update to version 4.60David E. O'Brien2001-11-092-2/+2
| | | | | | | | + Added special handling to and corrected bugs in the matching of IPv4 in IPv6 addresses to -i6:<...> selectors. Notes: svn path=/head/; revision=49881