Commit Graph

1843 Commits

Author SHA1 Message Date
Hajimu UMEMOTO
086bcfa480 Update to 1.2.4. 2001-10-31 17:58:46 +00:00
Jimmy Olgeni
87ce2d50ca Update port to version 0.89, with new useradmin module. 2001-10-31 15:32:31 +00:00
Peter Pentchev
b4883e02cb Update to 1.1pre2, which adds the '-c command' switch to make
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]$
2001-10-30 19:04:54 +00:00
Maxim Sobolev
3428db513a Prepare ground for gdk-pixbuf update to 0.13.0 - its include files have been
moved aroud, so all ports that don't pay attention to an output of
`gdk-pixbuf-config --cflags' need to be fixed.
2001-10-30 12:42:02 +00:00
Peter Pentchev
83dba97842 Update to 1.1pre1, which introduces the -p option to only display
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!
2001-10-30 09:43:48 +00:00
Akinori MUSHA
b890a420cd Update to 20011030. Some minor bugs/typos were fixed.
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'.
2001-10-29 22:18:30 +00:00
Pete Fritchman
075a870c71 - update to 0.1.46
PR:		29999
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de>

- we don't own share/pixmaps, don't try to @dirrm it
2001-10-29 10:25:54 +00:00
Akinori MUSHA
db561cd3cc Update to 20011029.1.
- Add portsclean -P/--pkgclean to clean obsolete package tarballs.
- Fix manpages a bit.
2001-10-29 08:20:34 +00:00
Akinori MUSHA
2393eee237 Update to 20011029. With this update, the binary package support has
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.
2001-10-28 21:50:20 +00:00
Matt Jacob
8458b62518 There's no such host as gw.feral.com any more. 2001-10-27 16:20:27 +00:00
Dmitry Sivachenko
c96b4198d0 Upgrade to 2.2.1.
Submitted by:		SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
(with slight modifications)
2001-10-27 08:50:18 +00:00
Akinori MUSHA
3d7d67d9cc Roll a new tarball instead of a tarball + a tiny patch. 2001-10-26 19:16:22 +00:00
Akinori MUSHA
1727c88b10 Oops, fix a stupid fat-fingered bug. 2001-10-26 19:08:44 +00:00
Akinori MUSHA
90003baa60 Update to 20011027, the latest and greatest release ever, with lots of
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!)
2001-10-26 18:16:18 +00:00
Jimmy Olgeni
e3477a68a9 Update modules: proc, custom. 2001-10-25 12:54:15 +00:00
Chris D. Faulhaber
95fb90fdf6 Update port to 0.90 2001-10-24 14:01:17 +00:00
Akinori MUSHA
145882753d Update to 20011024.
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.
2001-10-24 13:08:20 +00:00
Martin Cracauer
b29b1387a2 Give alternate distfile location 2001-10-23 21:14:14 +00:00
Hajimu UMEMOTO
0e8bed7cab Update to 1.2.3. 2001-10-23 16:50:04 +00:00
David E. O'Brien
5935210eec fix minor nit 2001-10-20 19:18:54 +00:00
David E. O'Brien
a3463c1318 Update to version 4.59
* 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.
2001-10-20 19:17:41 +00:00
Mario Sergio Fujikawa Ferreira
397f81c2b4 Update to 0.2.0
PR:		31381
Submitted by:	maintainer
2001-10-19 23:11:19 +00:00
Kevin Lo
12588aef8b Update to version 2.4.7
PR: 31248
Submitted by: Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw>
2001-10-19 16:31:58 +00:00
Mario Sergio Fujikawa Ferreira
932f27376d Update to 3.7.6
PR:		30786
Submitted by:	Gerald Pfeifer <admin@dbai.tuwien.ac.at>
Approved by:	MAINTAINER (3 weeks timeout and port has been broken far longer)
2001-10-17 19:14:21 +00:00
Mario Sergio Fujikawa Ferreira
2c7268a8e4 New port ticker.app version 0.1.0: Ticker dockapp for Window Maker
PR:		31267
Submitted by:	Patrick Li <pat@databits.net>
2001-10-16 01:04:21 +00:00
David E. O'Brien
65ada083b9 Update for NFS changes in 5-CURRENT. 2001-10-15 20:16:07 +00:00
David E. O'Brien
ae9b4d0503 I goofed on the packaging. 2001-10-15 20:10:27 +00:00
David E. O'Brien
a0bdaffbf3 ltrace is a dynamic library tracer. ltrace is a debugging tool, similar to
strace, but it traces library calls instead of system calls.
2001-10-15 20:07:30 +00:00
Akinori MUSHA
6348927743 Update to 20011015, a stable maintenance release.
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.
2001-10-14 19:53:01 +00:00
Ying-Chieh Liao
0b278f3c0b add x86info
Utility to display information about the systems x86 processor(s)

PR:		30116
Submitted by:	Erik Greenwald <erik@smluc.org>
2001-10-14 18:13:23 +00:00
Anton Berezin
0bfc62a083 Remove one of the master sites.
PR:		31245
Submitted by:	maintainer
2001-10-14 16:48:00 +00:00
Vanilla I. Shu
1f4a791a73 Dont split info file. 2001-10-14 15:36:56 +00:00
Akinori MUSHA
1b3e75281d Update to 20011012. Fix several minor bugs and make it a stable
release again. (Hopefully)

portupgrade:

  Delete an unneeded exception snatcher.  This fixes a bug where ports
  marked as IGNORE are not properly skipped.

pkgdb:

  Rebuild pkgdb if it looks like broken, instead of resulting in
  failure.

  Unbreak regexp match. ;)

  Fix a typo of a variable name in an error message.
  [Reported by: Stijn Hoop <stijn@win.tue.nl>]

portsdb:

  Allow a port dir to be a symlink to a directory.

  Add support for the case where some catetories are missing in a
  ports tree.
  [Submitted by: Jos Backus <josb@cncdsl.com>]
2001-10-11 19:53:14 +00:00
Ying-Chieh Liao
813b775b23 add pkg_tree
Get a 'graphical' tree-overview of installed packages

PR:		30776
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2001-10-11 14:14:03 +00:00
Mark Pulford
205e500371 Add flog 1.3, a small STDIN-to-file logger with support for log
rotation.

PR:		31099
Submitted by:	Anders Nordby <anders@fix.no>
2001-10-10 10:29:18 +00:00
Mario Sergio Fujikawa Ferreira
67fe376f99 New port wmzazof version 0.3: A simple dockapp that displays the
uptime, free and used memory

PR:		31091
Submitted by:	Patrick Li <pat@databits.net>
2001-10-10 02:50:21 +00:00
Akinori MUSHA
fa0cf70254 Update to 20011010.1, with a couple of fixes.
pkgdb:
  Fix a type error and unbreak date-based pkg glob.
  [Reported by: Ollivier Robert <roberto@keltia.freenix.fr>]

portupgrade:
  Silence pkg_info when it does not find a package.
  [Submitted by: Jimmy Olgeni <olgeni@uli.it>]
2001-10-09 20:23:46 +00:00
Akinori MUSHA
cb169bd332 Update to 20011010.
pkgdb:

  Make pkgdb fixer's dependency guesser aware of language specific
  categories.  Now it suggests ja-qt-2.3.1 instead of qt-1.45_1 for
  a missing qt-2.3.1.

  Do not fail over a package entry that has no +COMMENT file, like an
  XFree86 package entry faked by the FreeBSD installer.
  [Reported by: Ollivier Robert <roberto@eurocontrol.fr>]

portsdb:

  Do not allow specifying a ports glob using a relative path to the
  current directory. This prevents the tools from confusing when the
  current directory is under PORTS_DIR.

  Give a better progress display.
2001-10-09 17:05:35 +00:00
Ying-Chieh Liao
27eb7dab43 upgrade to 2.0.0
PR:		31153
Submitted by:	Jerry A! <jerry@thehutt.org>
2001-10-09 07:54:23 +00:00
Doug Barton
276d9b8ab8 * Update to 0.45.1, which as numerous new features, new UPS', and
many bugfixes. Check out http://www.exploits.org/nut/release/new-0.45.1.txt
for more details. Highlights include experimental USB support, and the
various programs dropping more privileges after startup.

* Clean up the Makefile a little by grouping more of the CGI-dependent
stuff together. Improve the pkg-plist in this regard as well. Make a
directory and install a conf file sample that the software Makefile's
are missing for some reason.

* Make the cgi directory depend on one of the previously
discussed plans to use PREFIX/www/cgi-bin if it exists already, and
PREFIX/share/apache if not.
2001-10-07 23:01:18 +00:00
Doug Barton
be7420e844 Take over maintainership, update coming 2001-10-07 07:19:05 +00:00
Pete Fritchman
afbebb0cfe Set maintainer to ports@FreeBSD.org
Submitted by:	Anders Nordby <anders@fix.no> (previous maintainer)
2001-10-07 02:03:45 +00:00
Akinori MUSHA
022de76493 Update to 20011006.1, a hotfix release. This fixes a bug where pkgdb fails to
create a new database for the very first time. (Run "pkgdb -fu" if you have
20011006 installed)

Fix MAN1 entries.

Remove old database pkgdb.byfile.db on installation.
(new database is named pkgdb.db)
2001-10-06 21:01:34 +00:00
Akinori MUSHA
0d292eefc6 Update to 20011006 with many improvements.
Beware, there can probably be some bugs left in the new pkgdb code.
In such a case please run "pkgdb -fu" to fix the situation.

overall:

  Utilize pkgdb better and optimize.

portupgrade:

  Do not scan packages all at once when -P is given, but find one per
  request.  [Requested by: Hideaki OKADA <hokada@isl.melco.co.jp>]

  Create a backup package record in tmpdir instead of pkgdbdir, in
  order not to update pkgdbdir's mtime.

  Rephrase/add messages.

portinstall:

  Commit major changes and improvements over portinstall.

  Now it warns and asks the user for confirmation if a port is being
  installed when a package of the same origin is already installed.

  Upgrade all the required packages before installing a new port.
  [Requested by: Hajimu UMEMOTO <ume@mahoroba.org>]

  Do not install ports immediately but queue them up, then install
  them after upgrading all the specified and required packages.

pkgdb:

  Record pkgname <=> origin mapping in the pkgdb and make full use of
  it instead of repeatedly calling pkg_info -o which has undesirable
  overheads.

  Make portupgrade, pkg_deinstall update the pkgdb after they
  install/deinstall packages or modify package records.

  Integrate pkgdepfix(1) within. (pkgdb -F/--fix)

  Add -o/--origin, which looks up an origin of a package in pkgdb.

  Detect added/deleted/reinstalled packages more strictly so pkgdb can
  keep being sane and consistent.

  Do not fail over a small conflict found during updating pkgdb;
  portupgrade should not be aborted by such a minor problem.

pkgdepfix:

  Obsolete -o and turn -o on by default.  Now we can look up an origin
  of a package so quickly thanks to the pkgdb.

  Integrate into pkgdb(1). (pkgdb -F/--fix)

portsdb:

  A date spec is not a valid ports glob; emit a warning if specified.
  [Found by: Hajimu UMEMOTO <ume@mahoroba.org>]
2001-10-06 15:52:58 +00:00
Maxim Sobolev
5720c40936 Unbroke on recent -stable. 2001-10-05 12:43:25 +00:00
Akinori MUSHA
8f61b4e8de Update to 1.13. 2001-10-05 07:44:44 +00:00
Pete Fritchman
7d9be77142 Update to 1.1.6
PR:		31030
Submitted by:	maintainer
2001-10-05 00:16:49 +00:00
Dmitry Sivachenko
da7b4d9a19 Update to 1.0rc1. 2001-10-04 22:03:43 +00:00
Mark Pulford
d7b04d31b9 Updated to 0.7b.
PR:		30973
Submitted by:	maintainer
2001-10-02 12:12:31 +00:00
Akinori MUSHA
39b71db358 De-typo: s/compt/compat/.
Submitted by:	olgeni
2001-10-02 12:09:59 +00:00