1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
Commit Graph

1856 Commits

Author SHA1 Message Date
Akinori MUSHA
327f03d400 Update to 20011105.
- portupgrade: Do not go fetch "Latest" packages unless -P is given
  twice.

- Fix and improve wording in the manual pages.
2001-11-04 20:35:17 +00:00
Jimmy Olgeni
331f4f7931 Update module: quota. 2001-11-04 17:33:57 +00:00
Mario Sergio Fujikawa Ferreira
5dc31d718d update AUTHOR email
Submitted by:	MAINTAINER
2001-11-04 06:25:07 +00:00
Mikhail Teterin
35f671f1e4 Upgrade to 1.47. Change the maintainer's address.
Submitted by:	myself
Reviewed by:	maintainer
Approved by:	maintainer
2001-11-04 01:30:42 +00:00
Christian Weisgerber
4fbb2f66a7 Update my MAINTAINER address.
Approved by:	trevor
2001-11-03 22:22:34 +00:00
Akinori MUSHA
6436b1fde9 Update to 20011104, which fixes another couple of bugs that are
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
2001-11-03 20:51:54 +00:00
Akinori MUSHA
e8aa44c1f6 Update to 20011103.
- 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>
2001-11-03 12:21:15 +00:00
Jimmy Olgeni
1fc2c97730 Update the servers index module. 2001-11-02 20:29:12 +00:00
Akinori MUSHA
30348dda27 Update to 20011102.2.
Fix a recently caused problem where portupgrade might raise an error
during detecting obsoleted dependencies.

Reported by:	Fritz Heinrichmeyer <jfh@jfh00.fernuni-hagen.de>
2001-11-02 13:01:48 +00:00
Akinori MUSHA
4110b42784 Update to 20011102.1. Rewrite PREFIX in the startup script properly.
Reported by:	Jimmy Olgeni <olgeni@uli.it>
2001-11-02 11:17:49 +00:00
Akinori MUSHA
b09902db7f Fix a typo and unbreak portversion -c/-v.
Reported by:	Masahide -mac- NODA <mac@clave.gr.jp>
2001-11-02 07:12:33 +00:00
Jimmy Olgeni
1e0e991a49 Update port to 0.90. Version 0.89 had some session authentication problems
with FreeBSD.

Submitted by:	clive
2001-11-01 20:12:45 +00:00
Akinori MUSHA
ac6b1d0d4e Update to 20011101, keeping things stable, safe and clean.
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)
2001-11-01 14:52:18 +00:00
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