aboutsummaryrefslogtreecommitdiff
path: root/sysutils
Commit message (Collapse)AuthorAgeFilesLines
* Fix the zsh completion definition for portinstall/portupgrade -N.Akinori MUSHA2002-02-202-0/+8
| | | | | | | | | Bump PORTREVISION. (Sorry for non-zsh users ;) Submitted by: Olivier Roux <skoot@club-internet.fr> Notes: svn path=/head/; revision=54986
* Add tmpwatch 2.8.1, a utility for removing files based on when theyMark Pulford2002-02-207-0/+75
| | | | | | | were last accessed. Notes: svn path=/head/; revision=54975
* Update to 20020220.1.Akinori MUSHA2002-02-204-8/+10
| | | | | | | | | | | | | | | - Fix a bug where it referenced the obsoleted PortsDB::PORTS_DIR. - Depend on ruby-bdb1 and make bdb1_btree (db 1.85 btree) the default pkgdb driver/format. This probably fixes the problem where pkgdb is unexpectedly broken and rebuilt from scratch. - Support pkgdb driver fallback. (bdb -> bdb1 -> dbm) - Show the pkgdb driver (format) on updating/rebuilding. Notes: svn path=/head/; revision=54945
* Add mixer 1.0, a startup/shutdown script to preserve mixer settingsPete Fritchman2002-02-206-0/+45
| | | | | | | | | | across reboots. PR: 35028 Submitted by: Mike Meyer <mwm@mired.org> Notes: svn path=/head/; revision=54941
* Update to 20020220.Akinori MUSHA2002-02-194-16/+10
| | | | | | | | | | - Reflect environment variables defined in pkgtools.conf properly. (Now ENV['PORTS_DBDIR'] is reflected properly) Reported by: Mori Kouji <mori@tri.asanuma.co.jp> Notes: svn path=/head/; revision=54923
* Updated to 0.8b.Mark Pulford2002-02-192-2/+2
| | | | | | | | PR: 35072 Submitted by: maintainer Notes: svn path=/head/; revision=54904
* Update to 20020218. No bugfixes, just a couple of improvements.Akinori MUSHA2002-02-184-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | pkg_sort(1), portupgrade(1): - Sort packages by build-time dependencies in addition to run-time dependencies. This slightly slows sorting down but offers faultless upgrading. Inspired by: ade portcvsweb(1): - Accept a pkgname_glob, a portorigin_glob, and a cvs module alias. portcvsweb bash-1\* portcvsweb portupgrade portcvsweb \*/fd protcvsweb sys/i386/conf etc. etc... - Suppress ident(1)'s error message. - Add -h, -q and -v. Notes: svn path=/head/; revision=54843
* Update to 1.07Patrick Li2002-02-176-26/+32
| | | | | | | | PR: 35026 Submitted by: maintainer Notes: svn path=/head/; revision=54796
* Update to 1.2.9.Hajimu UMEMOTO2002-02-1610-158/+6
| | | | Notes: svn path=/head/; revision=54770
* Update module: inetd.Jimmy Olgeni2002-02-152-2/+3
| | | | Notes: svn path=/head/; revision=54764
* Update to 0.5.Akinori MUSHA2002-02-152-2/+7
| | | | Notes: svn path=/head/; revision=54744
* Pass the maintainership wand to Jason Harris <jharris@widomaker.com>Patrick Li2002-02-141-1/+1
| | | | | | | Submitted by: Jason Harris <jharris@widomaker.com> Notes: svn path=/head/; revision=54716
* Remove an accidentally mingled debug print from portcvsweb(1).Akinori MUSHA2002-02-142-0/+8
| | | | | | | Bump PORTREVISION. Notes: svn path=/head/; revision=54710
* Remove (broken) screensaver-capplet code, in favor of the code fromAde Lovett2002-02-1412-600/+32
| | | | | | | x11/xscreensaver-gnome Notes: svn path=/head/; revision=54677
* Update to 20020213.1 which fixes the PKG_DBDRIVER problem introducedAkinori MUSHA2002-02-136-8/+8
| | | | | | | | | | | | | | | in the last version. For the victims please manually reinstall the portupgrade port, as always. ;) Reported by: many users (Sorry!) Use some logic and keep pkg_add/pkg_delete from complaining about the @exec/@unexec return codes. Submitted by: olgeni Notes: svn path=/head/; revision=54653
* Repack 20020213 to slide the following change in.Akinori MUSHA2002-02-132-2/+2
| | | | | | | | | | - Make the experimental feature easier to try out. Allow defining ENV['PKG_DBDRIVER'] in pkgtools.conf. <ja>Irekaeru nara ima no uchi.. ;)</ja> Notes: svn path=/head/; revision=54639
* Update to 373Patrick Li2002-02-132-2/+2
| | | | | | | | PR: 34892 Submitted by: Jason Harris <jharris@widomaker.com> Notes: svn path=/head/; revision=54635
* Update to 20020213.Akinori MUSHA2002-02-134-8/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pkgdb(1): - Set the default answer to no when a score is under 80%. pkgdb(1), portupgrade(1): - Add a BUGS entry to each of the two man pages to note that a user must run pkgdb -fu to rebuild a corrupt pkgdb. pkgdb(3): - Add a silly workaround against a possible bug of the dbm module to keep a pkgdb from getting insane and rebuilt. - [exp.] Add a knob environment variable PKG_DBDRIVER to specify an alternative binary database format for pkgdb. The available options are: "bdb_btree": DB 3.x/4.x B+tree; requires databases/ruby-bdb. "bdb_hash" or just "bdb": DB 3.x/4.x hash; requires databases/ruby-bdb. "bdb1_btree" or just "btree": DB 1.85 B+tree; requires databases/ruby-bdb1. "bdb1_hash", or just "bdb1" or "hash": DB 1.85 hash; requires databases/ruby-bdb1. This should be equivalent to the default except some tuning parameters, but it is quite possible that ruby-bdb1 is stabler than the standard dbm module included in ruby. default: DB 1.85 hash; uses ruby's standard dbm module. In principle, a B+tree database is faster to store data, a little bit slower to extract data, and takes more space than a hash database. This is still an experimental/undocumented feature only for those interested, although I don't believe it brings any unstability. Note that you can always run pkgdb -fu to rebuild a database. portcvsweb(1): - Invoke browsers with system() instead of exec() so that it will properly try every browser in turn - exec('/bin/sh', '-c', '..') may cause an error within /bin/sh but it never returns. Reported by: Jimmy Olgeni <olgeni@FreeBSD.org> portsclean(1): - Make portsclean -D remove empty directories (recursively) as well. Notes: svn path=/head/; revision=54634
* Fixing packaging error (non-existent file)Ade Lovett2002-02-138-4/+4
| | | | | | | | Found by: little script trying to make controlcenter and xscreensaver work nicely together :) Notes: svn path=/head/; revision=54630
* Update to 1.4.0.4.Maxim Sobolev2002-02-1216-56/+20
| | | | Notes: svn path=/head/; revision=54615
* fix byteorder -- tcplist -n returns the IP address in network orderDavid E. O'Brien2002-02-122-1/+13
| | | | | | | | | | instead of host order. PR: 34873 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=54614
* Update maintainer's e-mail address.Trevor Johnson2002-02-122-2/+2
| | | | | | | PR: 34866 Notes: svn path=/head/; revision=54594
* One more breakage on Alpha.Hajimu UMEMOTO2002-02-122-0/+46
| | | | | | | Reported by: Xavier Beaudouin <kiwi@oav.net> Notes: svn path=/head/; revision=54582
* apm and sensor are available only on i386.Hajimu UMEMOTO2002-02-114-0/+108
| | | | | | | Reported by: Xavier Beaudouin <kiwi@oav.net> Notes: svn path=/head/; revision=54567
* Update jabber module and MSC theme.Jimmy Olgeni2002-02-112-5/+5
| | | | Notes: svn path=/head/; revision=54545
* Update to 0.6.0Patrick Li2002-02-112-3/+3
| | | | Notes: svn path=/head/; revision=54504
* Update to pstree 2.17 (fixes -a option to show commandline args)Kris Kennaway2002-02-102-2/+2
| | | | | | | | PR: 34297 Submitted by: Alan Eldridge <ports@geeksrus.net> Notes: svn path=/head/; revision=54499
* Fix pkg-plist.Pete Fritchman2002-02-101-0/+2
| | | | | | | | PR: 34786 Submitted by: darren <igla@batterybackups.net> Notes: svn path=/head/; revision=54481
* * Update modules: postgresql, mysql, proftpd.Jimmy Olgeni2002-02-083-4/+18
| | | | | | | | | | | | * Update the MSC theme. * Stop the webmin service when the port is deinstalled, and restart it properly when it is update (if BATCH is set then nothing happens, so sysinstall will be happy at install time). Also, fix a $BATCH -> ${BATCH} error in Makefile. Notes: svn path=/head/; revision=54367
* MAINTAINER resigns.Christian Weisgerber2002-02-071-1/+1
| | | | | | | Submitted by: David Lebel <lebel@lebel.org> Notes: svn path=/head/; revision=54330
* Install Gerritt Pape's manual pages unless WITHOUT_MAN is defined.Peter Pentchev2002-02-073-1/+20
| | | | | | | Properly remove the sample svscan.sh script at deinstall time. Notes: svn path=/head/; revision=54314
* Update to 1.4.0.3.Maxim Sobolev2002-02-0724-76/+336
| | | | Notes: svn path=/head/; revision=54310
* A small patch to allow the command line to override the ENV in healthdc.James E. Housley2002-02-052-2/+2
| | | | | | | | | | NOTE: I still have a lot of other patches that I am working on, they haven't been forgotten. Submitted by: David McNett <nugget@slacker.com> Notes: svn path=/head/; revision=54218
* o Update to 20020205. The best release ever, I hope. :)Akinori MUSHA2002-02-048-34/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pkg_deinstall(1), portupgrade(1): - Properly print the legend. pkg_glob(1), portsdb(1): - Do not print an empty line when the result list is empty. pkgdb(1): - Greatly improve the origin fixing procedure. Do the origin duplicateness check before checking dependencies and avoid redoing the origin check. - Show the user CVS history on the spot via the CVSweb. portcvsweb(1): - Allow specifying a no longer existent port file/directory. "portcvsweb net/ruby-uri" now works. - Change the default BROWSER value from 'lynx' to 'w3m:lynx:links:mozilla:netscape'. portupgrade(1): - Fix a bug where portupgrade tried to use a package with a different origin when the package name is identical to that of what it wants except for the version part. pkgdb(3): - Abolish the [You have no permission to update the pkgdb -- using a slow method] message. Instead, run 'pkgdb -u' via sudo(8) when under portupgrade -s, or stop the process immediately with a message that the user must run the command as root. pkgtools.conf(5): - Allow specifying unofficial ports' origin globs in HOLD_PKGS as well as package globs. overall/miscellaneous: - Change --no-config to --noconfig in order to get the -q option really working. Since --no-config was regarded a negative form of --config, it didn't work as expected. - Fix some bugs in the zsh compdefs and add missing descriptions for some options. o Use bzip2 instead of gzip for the distribution tarball to save 20KB. As the portupgrade user base is growing significantly, I'll get more serious about the download size issue from now on. The next few releases will be distributed in patches against this version. Notes: svn path=/head/; revision=54209
* Update to 5.1Pete Fritchman2002-02-044-16/+13
| | | | Notes: svn path=/head/; revision=54194
* House distfiles at ${MASTER_SITE_LOCAL} until the main distribution sitePete Fritchman2002-02-041-1/+3
| | | | | | | | | reappears. Submitted by: fenner's distfile survey Notes: svn path=/head/; revision=54179
* Update to 1.2.3Patrick Li2002-02-022-3/+4
| | | | | | | | PR: 34555, 33854 Submitted by: maintainer, gary@outloud.org Notes: svn path=/head/; revision=54139
* Update module: bind8.Jimmy Olgeni2002-02-012-2/+4
| | | | Notes: svn path=/head/; revision=54112
* Update the pkg_tarup dependency; misc/pkg_tarup -> sysutils/pkg_tarup.Akinori MUSHA2002-02-012-2/+2
| | | | Notes: svn path=/head/; revision=54099
* Move pkg_tarup from misc to sysutils, where the port should dwell.Akinori MUSHA2002-02-012-1/+2
| | | | | | | | Approved by: portmgr Repocopied by: joe Notes: svn path=/head/; revision=54095
* Update to 1.0.1.Akinori MUSHA2002-01-313-46/+95
| | | | Notes: svn path=/head/; revision=54059
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-297-17/+17
| | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Notes: svn path=/head/; revision=53959
* Tweak the startup script so that it is *really* a FreeBSD startupPeter Pentchev2002-01-282-3/+31
| | | | | | | | | | | | | | | script; that is, add 'start|stop' argument processing and the ability to actually stop the script. Bump PORTREVISION to indicate a functionality change - or rather, to indicate a change that actually makes this a FreeBSD port.. Final push by: Dan Langille <dan@langille.org> in a somewhat unrelated e-mail exchange Obtained from: a svscan SysV init script that I somehow managed to lose the source and URL for :( Notes: svn path=/head/; revision=53924
* Update to 3.8.5Patrick Li2002-01-282-2/+2
| | | | | | | | | PR: 34218 Submitted by: Edward Ping-Da Chuang <edwardc@firebird.org.tw> Approved by: maintainer Notes: svn path=/head/; revision=53907
* Update to version 2.1.Anders Nordby2002-01-283-8/+10
| | | | Notes: svn path=/head/; revision=53882
* Update to 20020128. This makes the second stage to more utilize theAkinori MUSHA2002-01-274-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pkg_which database. (The first stage was 'portsclean -L'.) Hopefully these tools will support divided/obsoleted/renamed ports some way in the not-too-distant future.. pkgdb(1): - Make pkgdb(1) -F provide a user an option to unregister stale packages, in addition to deinstalling them. - Reword: 'remove a package record' -> 'unregister a package', etc. . pkg_deinstall(1): - Add a new option: -c, --collate Check if any of the installed files of each package have been overwritten by other packages, and do not deinstall if any. pkg_which(1): - Make pkg_which(1) capable of showing multiple file owner packages. - Add a new option: -c/--collate PKGNAME Show files installed by the given packge that have been overwritten by other packages. - Strip -c/-o's argument of PKG_DBDIR and a trailing slash. - Be less verbose unless -v is given. pkgdb(3): - Record and handle files that are installed by multiple packages. - Bump the DB version. - Squeeze series of slashes seen in the output of 'pkg_info -L'. - Show the reason for rebuilding a package database. Notes: svn path=/head/; revision=53880
* Update modules: useradmin, custom, jabber.Jimmy Olgeni2002-01-272-1/+5
| | | | Notes: svn path=/head/; revision=53839
* Update MASTER_SITES to reflect mirror site reorganisation.Dirk Meyer2002-01-271-2/+2
| | | | | | | | PR: 34325 Submitted by: andrew@ugh.net.au Notes: svn path=/head/; revision=53835
* Update to 2.1.0Patrick Li2002-01-275-14/+36
| | | | | | | | PR: 34221 Submitted by: maintainer Notes: svn path=/head/; revision=53813
* Fix malloc.h brokenness on -current. The build still fails forKris Kennaway2002-01-261-1/+1
| | | | | | | another reason. Notes: svn path=/head/; revision=53769