Commit graph

2053 commits

Author SHA1 Message Date
David E. O'Brien
79c91ea656 Update to version 4.62 2002-03-08 06:13:12 +00:00
Pete Fritchman
29371e62ad Add mkfile 1.0, create files suitable for use as swap files.
PR:		32060
Submitted by:	HATANOU Tomomi <hatanou@infolab.ne.jp>
2002-03-05 17:42:43 +00:00
Pete Fritchman
d6a666d5be Add wots 1.22, system log watch/alert utility, similar to swatch,
written in Perl.

PR:		32379
Submitted by:	Bruce M. Simpson <bruce.m.simpson@hushmail.com>
2002-03-03 02:52:56 +00:00
David E. O'Brien
e09d322a01 Update to version 4.61
Submitted by:	Alan Eldridge <ports@geeksrus.net>
2002-02-28 04:02:47 +00:00
Akinori MUSHA
5a4137bd5a Update to 20020227.
portsdb(3):
- Fix the EXTRA_CATEGORIES support that was broken in recent updates.

  PR:		ports/35319
  Submitted by:	Ryan Davis <ryand-bsd@zenspider.com>

pkgtools.conf(5):
- Add a note that a user must run portsdb -Ufu to reflect values of
  EXTRA_CATEGORIES and IGNORE_CATEGORIES.

For the victims of the above bug, please run "portsdb -qu" and then
"portupgrade -q portupgrade".
2002-02-26 21:43:20 +00:00
Akinori MUSHA
70b96a38e1 Update to 20020225.1. Only documentary fixes I forgot to make in
20020225.

- Clarify that portupgrade -O is disregarded if -r or -R is given.
- Reflect the fact that INDEX.rbo no longer exists.
- Document portsdb(1) better regarding PORTS_DBDIR.
2002-02-24 21:52:52 +00:00
Chris D. Faulhaber
40b727f7ee Update port to 0.91 2002-02-24 19:59:08 +00:00
Akinori MUSHA
34448aa4fc Remove cruft. 2002-02-24 19:47:55 +00:00
Akinori MUSHA
b7b76d5ba9 Update to 20020225. Restructure portsdb.
- Merge INDEX.rbo into INDEX.db, and remove INDEX.rbo on portsdb
  rebuild if it exists.

- Reduce the size of INDEX.db by half. :)

- Introduce PORTS_DBDRIVER and allow specifying a db driver for the
  portsdb (INDEX.db), and switch the default portsdb driver from
  db1.85 hash to db1.85 btree.
2002-02-24 19:46:39 +00:00
Andrey A. Chernov
3255e4761d Upgrade to 3.9.11
Submitted by:	Jun Kuriyama <kuriyama@imgsrc.co.jp>
2002-02-24 12:03:39 +00:00
Jimmy Olgeni
fd27bdf0d1 Preload libpam.so.1 in the startup script so that PAM authentication will
actually work.

Submitted by:	MikeM <MyRaQ@mgm51.com>

Add dependency on security/p5-Authen-PAM, and change BUILD_DEPENDS to
RUN_DEPENDS (perl modules are needed at runtime too...).

Add proper return codes to the startup script.
2002-02-24 11:26:31 +00:00
Akinori MUSHA
77c302b6e7 Fix a typo (replace overkill): abs_db_driver -> abs_db_dir. (fixes
`portinstall category/portname', etc.)

Bump PORTREVISION.
2002-02-21 05:23:53 +00:00
Pete Fritchman
638a212801 Update to 1.3.3
PR:		33972
Submitted by:	Alan Eldridge <ports@geeksrus.net>
Approved by:	maintainer timeout
2002-02-21 02:28:40 +00:00
Pete Fritchman
a4249f854c Add enteruser 1.0, extensible script for adding new users.
PR:		35135
Submitted by:	Danny Howard <dannyman@toldme.com>
2002-02-20 16:57:15 +00:00
Jimmy Olgeni
78576ecfb2 Update module: bind8. 2002-02-20 16:25:19 +00:00
Akinori MUSHA
3233729ade Fix the zsh completion definition for portinstall/portupgrade -N.
Bump PORTREVISION. (Sorry for non-zsh users ;)

Submitted by:	Olivier Roux <skoot@club-internet.fr>
2002-02-20 15:21:05 +00:00
Mark Pulford
c3258f6d3e Add tmpwatch 2.8.1, a utility for removing files based on when they
were last accessed.
2002-02-20 13:03:34 +00:00
Akinori MUSHA
db6720949c Update to 20020220.1.
- 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.
2002-02-20 05:58:16 +00:00
Pete Fritchman
0a37121ca4 Add mixer 1.0, a startup/shutdown script to preserve mixer settings
across reboots.

PR:		35028
Submitted by:	Mike Meyer <mwm@mired.org>
2002-02-20 05:38:44 +00:00
Akinori MUSHA
a441109e27 Update to 20020220.
- Reflect environment variables defined in pkgtools.conf properly.
  (Now ENV['PORTS_DBDIR'] is reflected properly)

  Reported by:	Mori Kouji <mori@tri.asanuma.co.jp>
2002-02-19 19:09:14 +00:00
Mark Pulford
661b341f1c Updated to 0.8b.
PR:		35072
Submitted by:	maintainer
2002-02-19 10:06:44 +00:00
Akinori MUSHA
c76e2dd505 Update to 20020218. No bugfixes, just a couple of improvements.
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.
2002-02-18 05:42:48 +00:00
Patrick Li
76619cc186 Update to 1.07
PR:		35026
Submitted by:	maintainer
2002-02-17 06:39:59 +00:00
Hajimu UMEMOTO
ca4a38264d Update to 1.2.9. 2002-02-16 05:56:44 +00:00
Jimmy Olgeni
05d77104ad Update module: inetd. 2002-02-15 20:07:29 +00:00
Akinori MUSHA
a7ef39af39 Update to 0.5. 2002-02-15 11:18:54 +00:00
Patrick Li
5fee4ed56b Pass the maintainership wand to Jason Harris <jharris@widomaker.com>
Submitted by:	Jason Harris <jharris@widomaker.com>
2002-02-14 23:35:46 +00:00
Akinori MUSHA
80fe15d7b7 Remove an accidentally mingled debug print from portcvsweb(1).
Bump PORTREVISION.
2002-02-14 17:53:15 +00:00
Ade Lovett
f43da67820 Remove (broken) screensaver-capplet code, in favor of the code from
x11/xscreensaver-gnome
2002-02-14 00:03:47 +00:00
Akinori MUSHA
b470af5478 Update to 20020213.1 which fixes the PKG_DBDRIVER problem introduced
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
2002-02-13 11:19:34 +00:00
Akinori MUSHA
03a588a8cd Repack 20020213 to slide the following change in.
- Make the experimental feature easier to try out.  Allow defining
  ENV['PKG_DBDRIVER'] in pkgtools.conf.

<ja>Irekaeru nara ima no uchi.. ;)</ja>
2002-02-13 03:48:20 +00:00
Patrick Li
c5d93040b7 Update to 373
PR:		34892
Submitted by:	Jason Harris <jharris@widomaker.com>
2002-02-13 03:17:53 +00:00
Akinori MUSHA
80c012f48e Update to 20020213.
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.
2002-02-13 03:06:05 +00:00
Ade Lovett
21cb270f57 Fixing packaging error (non-existent file)
Found by:	little script trying to make controlcenter and
		xscreensaver work nicely together :)
2002-02-13 01:50:27 +00:00
Maxim Sobolev
fe1e4525a0 Update to 1.4.0.4. 2002-02-12 17:48:20 +00:00
David E. O'Brien
4ea01ba363 fix byteorder -- tcplist -n returns the IP address in network order
instead of host order.

PR:		34873
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-02-12 15:31:41 +00:00
Trevor Johnson
a98e3ec8b3 Update maintainer's e-mail address.
PR:	34866
2002-02-12 08:30:29 +00:00
Hajimu UMEMOTO
46bcdf1b7b One more breakage on Alpha.
Reported by:	Xavier Beaudouin <kiwi@oav.net>
2002-02-12 02:48:27 +00:00
Hajimu UMEMOTO
eeaac44eb2 apm and sensor are available only on i386.
Reported by:	Xavier Beaudouin <kiwi@oav.net>
2002-02-11 18:37:23 +00:00
Jimmy Olgeni
021900e87b Update jabber module and MSC theme. 2002-02-11 10:11:55 +00:00
Patrick Li
3c28bfb5a5 Update to 0.6.0 2002-02-11 00:38:47 +00:00
Kris Kennaway
cc99216876 Update to pstree 2.17 (fixes -a option to show commandline args)
PR:		34297
Submitted by:	Alan Eldridge <ports@geeksrus.net>
2002-02-10 21:17:08 +00:00
Pete Fritchman
6b7d345509 Fix pkg-plist.
PR:		34786
Submitted by:	darren <igla@batterybackups.net>
2002-02-10 10:21:35 +00:00
Jimmy Olgeni
4cbed426c6 * Update modules: postgresql, mysql, proftpd.
* 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.
2002-02-08 10:05:11 +00:00
Christian Weisgerber
2da0affcd4 MAINTAINER resigns.
Submitted by:	David Lebel <lebel@lebel.org>
2002-02-07 22:43:57 +00:00
Peter Pentchev
863b8c0aed Install Gerritt Pape's manual pages unless WITHOUT_MAN is defined.
Properly remove the sample svscan.sh script at deinstall time.
2002-02-07 14:57:58 +00:00
Maxim Sobolev
7d412b8e6e Update to 1.4.0.3. 2002-02-07 13:46:49 +00:00
James E. Housley
bee60d32c3 A small patch to allow the command line to override the ENV in healthdc.
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>
2002-02-05 01:43:06 +00:00
Akinori MUSHA
123c2a69f5 o Update to 20020205. The best release ever, I hope. :)
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.
2002-02-04 17:47:31 +00:00
Pete Fritchman
85645168f8 Update to 5.1 2002-02-04 08:08:11 +00:00