summaryrefslogtreecommitdiff
path: root/sysutils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Set LATEST_LINK to "xperfmon3".Akinori MUSHA2001-11-061-0/+2
| | | | Notes: svn path=/head/; revision=49700
* Add another MASTER_SITE.Pete Fritchman2001-11-061-1/+2
| | | | | | | | PR: 29719 Submitted by: maintainer Notes: svn path=/head/; revision=49681
* assign new MAINTAINER.FUJISHIMA Satsuki2001-11-061-1/+1
| | | | | | | | PR: 31110 Submitted by: Seamus Venasse <svenasse@polaris.ca> Notes: svn path=/head/; revision=49677
* Update to 20011106.Akinori MUSHA2001-11-066-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pkgdb: - Make the dependency guesser rather more intelligent and show a score when suggesting a candidate to the user. - Check for the pkgdb directory ownership before starting to fix it. pkg_deinstall: - Emit a warning if none matches given patterns. pkg_glob: - Do not sort package names in dependency order but in alphabetical order. (see pkg_sort(1) below) pkg_sort: - This is a new command to sort given lines of package names in dependency order. portversion: - Fix the portversion -c output again. misc.: - Fix typos in the zsh compdef's: PKGDBDIR -> PKG_DBDIR. Notes: svn path=/head/; revision=49665
* Repacked; I released this version before committing everything. ;)Akinori MUSHA2001-11-042-2/+2
| | | | Notes: svn path=/head/; revision=49583
* Update to 20011105.Akinori MUSHA2001-11-044-22/+12
| | | | | | | | | | - portupgrade: Do not go fetch "Latest" packages unless -P is given twice. - Fix and improve wording in the manual pages. Notes: svn path=/head/; revision=49582
* Update module: quota.Jimmy Olgeni2001-11-042-2/+3
| | | | Notes: svn path=/head/; revision=49577
* update AUTHOR emailMario Sergio Fujikawa Ferreira2001-11-041-1/+1
| | | | | | | Submitted by: MAINTAINER Notes: svn path=/head/; revision=49550
* Upgrade to 1.47. Change the maintainer's address.Mikhail Teterin2001-11-042-3/+3
| | | | | | | | | Submitted by: myself Reviewed by: maintainer Approved by: maintainer Notes: svn path=/head/; revision=49546
* Update my MAINTAINER address.Christian Weisgerber2001-11-031-1/+1
| | | | | | | Approved by: trevor Notes: svn path=/head/; revision=49545
* Update to 20011104, which fixes another couple of bugs that areAkinori MUSHA2001-11-034-4/+4
| | | | | | | | | | | | | | | | | | recently mingled. - Fix a bug where portupgrade fails in error if -f is given and it tries to reinstall the same version of a package. Reported by: Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> FreeBSD PR: 31730 - Fix a bug where portversion reports results all reversed. ;( Reported by: Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> FreeBSD PR: 31731 Notes: svn path=/head/; revision=49538
* Update to 20011103.Akinori MUSHA2001-11-034-4/+6
| | | | | | | | | | | | | | | | - Fix a problem where it fails to parse uname(1)'s output when it has a release suffix; e.g. `4.4-STABLE-20011103-JPSNAP i386'. Reported by: Mark Russell <mark@mark.net.au> - Add a minimal manual page for pkgtools.conf(5). - portversion: Fix a typo: errir -> error. Found by: TOGAWA Satoshi <toga@puyo.org> Notes: svn path=/head/; revision=49526
* Update the servers index module.Jimmy Olgeni2001-11-022-1/+3
| | | | Notes: svn path=/head/; revision=49516
* Update to 20011102.2.Akinori MUSHA2001-11-024-4/+4
| | | | | | | | | | Fix a recently caused problem where portupgrade might raise an error during detecting obsoleted dependencies. Reported by: Fritz Heinrichmeyer <jfh@jfh00.fernuni-hagen.de> Notes: svn path=/head/; revision=49494
* Update to 20011102.1. Rewrite PREFIX in the startup script properly.Akinori MUSHA2001-11-024-4/+4
| | | | | | | Reported by: Jimmy Olgeni <olgeni@uli.it> Notes: svn path=/head/; revision=49490
* Fix a typo and unbreak portversion -c/-v.Akinori MUSHA2001-11-024-4/+4
| | | | | | | Reported by: Masahide -mac- NODA <mac@clave.gr.jp> Notes: svn path=/head/; revision=49485
* Update port to 0.90. Version 0.89 had some session authentication problemsJimmy Olgeni2001-11-012-4/+3
| | | | | | | | | with FreeBSD. Submitted by: clive Notes: svn path=/head/; revision=49466
* Update to 20011101, keeping things stable, safe and clean.Akinori MUSHA2001-11-014-34/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | portupgrade: Properly remove obsoleted dependencies in an upgrade. This reduces pkgdb(1)'s turn. portversion: Inspect the origin port to get the latest version if a package's origin is not found in the ports database. Distinguish between `origin is not recorded' and `origin port is not found'. Now the flag `#' represents the former and the flag `?' represents the latter. - Resurrect the flag `!', which means `port Makefile broken'. - Yes, the meanings of `#' and `!' have been reversed. Because we would hardly see ports missing origins any longer, I decided to assign `!' to the one we see more often. portsdb: Call make_describe_pass[12] with the full paths. This fixes a problem where `portsdb -U' cannot run them if ${PREFIX}/sbin is not in the PATH. miscellaneous: Improve the build process. - Move shebang line adjustment and ${PREFIX} substitution from the port Makefile to the source Makefiles. - Add Makefile.compat in order to support old systems which doesn't have the SCRIPTS framework. (4.3 or prior) Notes: svn path=/head/; revision=49453
* Update to 1.2.4.Hajimu UMEMOTO2001-10-314-4/+4
| | | | Notes: svn path=/head/; revision=49431
* Update port to version 0.89, with new useradmin module.Jimmy Olgeni2001-10-312-14/+4
| | | | Notes: svn path=/head/; revision=49428
* Update to 1.1pre2, which adds the '-c command' switch to makePeter Pentchev2001-10-302-2/+2
| | | | | | | | | | | | | | | | | | penv take lots of different, exciting actions: [roam@straylight:v0 /usr/ports/textproc/docproj]$ penv -c mkdir [roam@straylight:v0 /usr/ports/textproc/docproj]$ penv -c set JADETEX=no [roam@straylight:v0 /usr/ports/textproc/docproj]$ penv -S A4=yes [roam@straylight:v0 /usr/ports/textproc/docproj]$ penv -L JADETEX=no A4=yes [roam@straylight:v0 /usr/ports/textproc/docproj]$ penv -c reset A4 [roam@straylight:v0 /usr/ports/textproc/docproj]$ penv -R JADETEX [roam@straylight:v0 /usr/ports/textproc/docproj]$ penv -L [roam@straylight:v0 /usr/ports/textproc/docproj]$ Notes: svn path=/head/; revision=49394
* Prepare ground for gdk-pixbuf update to 0.13.0 - its include files have beenMaxim Sobolev2001-10-304-4/+8
| | | | | | | | moved aroud, so all ports that don't pay attention to an output of `gdk-pixbuf-config --cflags' need to be fixed. Notes: svn path=/head/; revision=49380
* Update to 1.1pre1, which introduces the -p option to only displayPeter Pentchev2001-10-302-3/+2
| | | | | | | | | | | | | | | | | | | the path to the environment directory to be used. This allows you to do neat things like: [roam@straylight:v0 /usr/ports/textproc/docproj]$ mkdir -p `penv -p` [roam@straylight:v0 /usr/ports/textproc/docproj]$ echo no > `penv -p`/JADETEX [roam@straylight:v0 /usr/ports/textproc/docproj]$ echo yes > `penv -p`/A4 [roam@straylight:v0 /usr/ports/textproc/docproj]$ penv -L JADETEX=no A4=yes [roam@straylight:v0 /usr/ports/textproc/docproj]$ penv make clean all install ..and watch the port build fly! Notes: svn path=/head/; revision=49368
* Update to 20011030. Some minor bugs/typos were fixed.Akinori MUSHA2001-10-296-62/+48
| | | | | | | | | | | | | | | | | | | | | | portupgrade: - Fix quotes. [Submitted by: Jimmy Olgeni <olgeni@uli.it>] - Do not ask whether to install a port twice. (portinstall/-N) - Complete missing words in the manpage. pkgdb: - Comment out deleted pkgdeps properly. misc.: - Convert the install script to Makefiles. - Change the examples/docs subdirectory name from `portupgrade' to `pkgtools'. Notes: svn path=/head/; revision=49346
* - update to 0.1.46Pete Fritchman2001-10-293-3/+3
| | | | | | | | | | PR: 29999 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> - we don't own share/pixmaps, don't try to @dirrm it Notes: svn path=/head/; revision=49323
* Update to 20011029.1.Akinori MUSHA2001-10-294-4/+4
| | | | | | | | - Add portsclean -P/--pkgclean to clean obsolete package tarballs. - Fix manpages a bit. Notes: svn path=/head/; revision=49316
* Update to 20011029. With this update, the binary package support hasAkinori MUSHA2001-10-284-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reached the one step higher level. It's *really* powerful. Enjoy! :) portupgrade: - Greatly improve the procedure of binary upgrading (-P/-PP): When a fetched package is not of the latest version: 1) If -PP is given and the package is at least newer than the current installation, put up with it and do an upgrade. 2) If -PP is given and the package is now newer than the current installation, give up. 3) Else, fall back to the port. This way you can now do binary upgrades just as you'd expect. - Improve the new installation procedure as well. - Allow using ports glob patterns in the configutation variables MAKE_ARGS and HOLD_PORTS. - If a port/package matches multiple entries of MAKE_ARGS, join all the arguments using the space as separator. pkg_fetch: - Introduce a new {environment,configuration} variable PKG_SITES. You can now specify multiple URI's to fetch packages from. - When a URI is given, check for the last path component and if it is not "Latest" or "All", fetch the dependent ports from the same directory. (-R) - Do not repeat same error messages. - Properly reflect the environment variables defined in pkgtools.conf. pkg_deinstall: - Add a timestamp hack as well as portupgrade to let the pkgdb engine properly detect an update of PKG_DBDIR. pkgdb: - When the user chooses to delete a dependency, comment the line out instead of deleting it. pkgtools.conf: - Provide some useful predefined constants and functions. Notes: svn path=/head/; revision=49300
* There's no such host as gw.feral.com any more.Matt Jacob2001-10-271-2/+1
| | | | Notes: svn path=/head/; revision=49266
* Upgrade to 2.2.1.Dmitry Sivachenko2001-10-2715-12/+39
| | | | | | | | Submitted by: SASAKI Katuhiro <sahiro@crest.ocn.ne.jp> (with slight modifications) Notes: svn path=/head/; revision=49256
* Roll a new tarball instead of a tarball + a tiny patch.Akinori MUSHA2001-10-264-10/+8
| | | | Notes: svn path=/head/; revision=49232
* Oops, fix a stupid fat-fingered bug.Akinori MUSHA2001-10-264-8/+10
| | | | Notes: svn path=/head/; revision=49229
* Update to 20011027, the latest and greatest release ever, with lots ofAkinori MUSHA2001-10-264-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | people's help. Thanks so much! portupgrade: - D'oh! Fix a stupid bug where portupgrade didn't modify dependencies when upgrading a package while portupgrade _is_ meant to do that. ;) But you don't need to worry: `pkgdb -F' can always handle that situation. This bug had been there since 2 October, and was finally exposed by the newly introduced dependency sanity checks. I guess you has been annoyed by the warnings, but they are gone now. ;) Reported by: Ollivier Robert <roberto@eurocontrol.fr> - Make portupgrade download packages from a remote site if -P is specified. Now one can do binary upgrading in a handy way: portupgrade -P foo bar Instead of: portupgrade -FP foo bar && portupgrade -P foo bar Although the latter is friendlier to dialup users. - Add a delay between deinstallation and installation to let pkgdb properly detect the update of PKG_DBDIR entries. - Since pkg_add(1) is mute, always show a progress message when invoking it no matter whether -v is given or not. - Make -f override "hold" marks set in pkgtools.conf. pkgdb: - Since the dbm routines in libc seem to dead lock in some cases, slightly change the DB format and bump the DB version accordingly. Reported by: Ollivier Robert <roberto@eurocontrol.fr> and others - Make sure to check DB version when checking for a DB. (-u) pkg_fetch, pkgdb, portsclean, portsdb: - Make them read the configuration file and add the -q/--no-config option just as other tools. pkgtools.conf: - Add examples for PKG_FETCH, PACKAGEROOT and PACKAGESITE. - Introduce new configuration variables: IGNORE_CATEGORIES and EXTRA_CATEGORIES. - Now one can set common environment variables in this file. - Now all the tools read this file by default. overall: - Reword and enhance the manual pages and the usage instructions. - Clarify the explanation about port/package dependency. Submitted by: Jos Backus <josb@cncdsl.com> (Thanks a lot!) Notes: svn path=/head/; revision=49228
* Update modules: proc, custom.Jimmy Olgeni2001-10-252-2/+5
| | | | Notes: svn path=/head/; revision=49191
* Update port to 0.90Chris D. Faulhaber2001-10-245-24/+15
| | | | Notes: svn path=/head/; revision=49173
* Update to 20011024.Akinori MUSHA2001-10-246-4/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | portupgrade, portversion, pkg_deinstall, pkg_glob: Introduce the configuration file `pkgtools.conf' for the pkgtools suite. Currently portupgrade(1), portversion(1), pkg_deinstall(1) and pkg_glob(1) use it. Add a new option -q/--no-config to avoid reading the configuration file. Introduce dependency sanity checks. If an inconsistency is detected, immediately abort a process suggesting the user should run `pkgdb -F'. Add a new option -O/--omit-check to omit the sanity checks. pkgdb: Fix the origin guesser's minor bug when the origin port directory does not exist. portupgrade: Add a new option -y/--yes, which lets portupgrade assume user answers yes to all the questions. Make sure to ask user where it should. (Get -N and -i right) Fix a bug where portinstall -i didn't work interactively. [Submitted by: Gregory Neil Shapiro <gshapiro@gshapiro.net>] portsdb: Attempt to offer fast INDEX generation. Now it generates an INDEX file more than a few minutes faster. overall: Emit a warning when pkgdb cannot be updated though it is not up-to-date. Finally remove -E/--regex. Use the ':RE' glob pattern instead. Notes: svn path=/head/; revision=49172
* Give alternate distfile locationMartin Cracauer2001-10-231-1/+1
| | | | Notes: svn path=/head/; revision=49145
* Update to 1.2.3.Hajimu UMEMOTO2001-10-238-20/+22
| | | | Notes: svn path=/head/; revision=49135
* fix minor nitDavid E. O'Brien2001-10-201-2/+4
| | | | Notes: svn path=/head/; revision=49011
* Update to version 4.59David E. O'Brien2001-10-202-4/+4
| | | | | | | | | | | | | * IPv4 and IPv6 network files can be selected with -i4 and -i6. (IPv6 network file selection is only possible when lsof supports IPv6 for the dialect.) * Added new output field for raw device number in hex. The field is identified with 'r'. This field is NOT selected when -F or -F0 is specified so that its appearance won't disturb existing scripts that process field output. Notes: svn path=/head/; revision=49010
* Update to 0.2.0Mario Sergio Fujikawa Ferreira2001-10-192-2/+2
| | | | | | | | PR: 31381 Submitted by: maintainer Notes: svn path=/head/; revision=48966
* Update to version 2.4.7Kevin Lo2001-10-193-23/+21
| | | | | | | | PR: 31248 Submitted by: Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw> Notes: svn path=/head/; revision=48956
* Update to 3.7.6Mario Sergio Fujikawa Ferreira2001-10-174-45/+8
| | | | | | | | | PR: 30786 Submitted by: Gerald Pfeifer <admin@dbai.tuwien.ac.at> Approved by: MAINTAINER (3 weeks timeout and port has been broken far longer) Notes: svn path=/head/; revision=48885
* New port ticker.app version 0.1.0: Ticker dockapp for Window MakerMario Sergio Fujikawa Ferreira2001-10-166-0/+42
| | | | | | | | PR: 31267 Submitted by: Patrick Li <pat@databits.net> Notes: svn path=/head/; revision=48827
* Update for NFS changes in 5-CURRENT.David E. O'Brien2001-10-152-3/+3
| | | | Notes: svn path=/head/; revision=48816
* I goofed on the packaging.David E. O'Brien2001-10-152-0/+2
| | | | Notes: svn path=/head/; revision=48814
* ltrace is a dynamic library tracer. ltrace is a debugging tool, similar toDavid E. O'Brien2001-10-156-0/+39
| | | | | | | strace, but it traces library calls instead of system calls. Notes: svn path=/head/; revision=48813
* Update to 20011015, a stable maintenance release.Akinori MUSHA2001-10-144-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | portupgrade: Fix a couple of bugs where `portupgrade -h | more' doesn't show the usage nicely. Reported by: Gregory Neil Shapiro <gshapiro@gshapiro.net> portsclean: Make good use of portsdb and pkgdb, use lazy (but virtually sufficient) checks and get distclean much faster. (both -D and -DD) portsdb: Do not fail even if some categories are missing in the ports tree. Reported and tested by: Jos Backus <josb@cncdsl.com> And some other internal bugfixes that do not affect the user tools. Notes: svn path=/head/; revision=48765
* add x86infoYing-Chieh Liao2001-10-149-0/+101
| | | | | | | | | | Utility to display information about the systems x86 processor(s) PR: 30116 Submitted by: Erik Greenwald <erik@smluc.org> Notes: svn path=/head/; revision=48763
* Remove one of the master sites.Anton Berezin2001-10-141-2/+1
| | | | | | | | PR: 31245 Submitted by: maintainer Notes: svn path=/head/; revision=48760
* Dont split info file.Vanilla I. Shu2001-10-143-4/+14
| | | | Notes: svn path=/head/; revision=48756