Commit Graph

1575 Commits

Author SHA1 Message Date
Akinori MUSHA
1dbfd9ba82 Add ruby-quota, a Ruby library to manipulate filesystem quotas. 2001-06-21 14:29:16 +00:00
Mario Sergio Fujikawa Ferreira
099338b1c8 - This patch is unnecessary for port version 0.84 added in rev 1.5
of Makefile
- Overlook on port update

PR:		28266
Submitted by:	Patrick Li <pat@databits.net>
2001-06-21 01:39:21 +00:00
Jimmy Olgeni
b8a5ba0954 Update modules: file, useradmin. 2001-06-19 21:04:28 +00:00
James E. Housley
150a7b6b49 Use proper syntax in chown
PR:		28263
Submitted by:	Patrick Li <pat@databits.net>
2001-06-19 01:48:35 +00:00
Ying-Chieh Liao
152af61e11 better etc file management
Submitted by:	olgeni
2001-06-17 17:34:34 +00:00
Jimmy Olgeni
c5c4c0d757 Add etc/ files management, and preserve etc/monitord.conf at "make install"
time (it was overwritten by the program's Makefile).
2001-06-17 17:26:49 +00:00
Akinori MUSHA
a86edf2a86 Whoops, 20010617 had an installation problem. 2001-06-17 11:43:11 +00:00
Akinori MUSHA
3eab80a70e Revise pkg-descr. 2001-06-17 10:12:43 +00:00
Akinori MUSHA
396b2f3afd Update to 20010617.
portupgrade:
  Add a new option: -N/--new.  If it is specified, portupgrade
  installs a new one when a specified package is not installed.

portinstall:
  New command equivalent to `portupgrade -N'.  You can specify a port
  origin to name the one you want to install, too:
    e.g. `portinstall shells/zsh'
2001-06-17 07:38:49 +00:00
Ying-Chieh Liao
8494d965b5 add management for etc files
Submitted by:	olgeni
2001-06-17 01:08:13 +00:00
Peter Pentchev
5d0e1ef13c Change maintainer's email address:
clefevre@citeweb.net -> clefevre@redirect.to

PR:		27867 (followup)
Submitted by:	maintainer
2001-06-16 13:58:39 +00:00
Jimmy Olgeni
af02b92da7 Update modules: lpadmin, useradmin, file. 2001-06-16 09:02:54 +00:00
David E. O'Brien
94f6e78181 Update to 4.56.4.
This fixes the fdescfs support in the latest 5-CURRENT (post FS /sys reorg).
2001-06-16 06:27:18 +00:00
David W. Chapman Jr.
2f64b67322 Update to version 1.45
Remove unneeded patch (patch-ae)
Add new locales in pkg-plist

PR:		27920
Submitted by:	maintainer
2001-06-16 04:54:12 +00:00
David E. O'Brien
03d252a698 Fix a typo that breaks the Makefile. 2001-06-16 02:10:56 +00:00
David E. O'Brien
d46da60024 LSOF's configure uses `FREEBSD_SYS' as a way to override /usr/src/sys as
the path to the kernel sources.  Make the port Makefile follow suit.

Submitted by:	dd
2001-06-16 00:06:56 +00:00
David E. O'Brien
92409f305d spell check 2001-06-15 23:57:14 +00:00
David E. O'Brien
478fe098ef Update to 4.56.3.
LSOF now *requires* a populated /usr/src if building on a machine using
devfs (ie, 5-CURRENT).  There is no other currently existing way for it
to get the information it needs.
2001-06-15 22:12:53 +00:00
Akinori MUSHA
a3b2597105 Update to 20010615.
This is a maintenance release.

  - Manpages provided.
  - Ports DB got faster.
  - Wording fixed.
  - New feature added to portsdb(1): you can use it to expand
    port/pkgname globs. (archivers/p5-*, zsh, gnome*, etc.)
2001-06-15 09:36:29 +00:00
Maxim Sobolev
1146dab36b Use ${PYTHON_SITELIBDIR} where appropriate. 2001-06-13 14:33:37 +00:00
Mark Pulford
961a5675c5 Add colorize 0.3.0, a robust log colorizer.
PR:		28113
Submitted by:	petef@databits.net
2001-06-13 07:19:08 +00:00
Jimmy Olgeni
c36088653f Update modules "useradmin" and "cron".
Remove unused WEBMIN_SERVER variable.
2001-06-12 22:34:55 +00:00
Anton Berezin
c8df88ddad Updated MAINTAINER to my new committer email address.
Do the same for pkg-descr files.

Approved by:	markm
2001-06-12 19:25:41 +00:00
Ying-Chieh Liao
20a9ea21d0 upgrade to 1.0.6
change master site & WWW
2001-06-12 06:55:10 +00:00
Brian Somers
4ea5ea75c1 Remove -O and -Wall from CFLAGS and use whatever's already there
Suggested by: will
2001-06-11 07:31:18 +00:00
Brian Somers
4a166800d8 Fix some option-parsing bugs (missing breaks)
Change sprintf -> snprintf
Change -O2 -> -O
2001-06-10 22:04:44 +00:00
Akinori MUSHA
aa878d3f24 Oops, wrong checksum. 2001-06-10 21:06:39 +00:00
Akinori MUSHA
da51098583 Update to 20010611, with many changes and enhancements.
Beware of bugs, just in case. ;)

portupgrade:
  - Sort packages by default and remove -s/--sort.
  - Rename -y/--yield/-Y/--yield-command to -s/--sudo/-S/--sudo-command.
  - Implement -a/--all.
  - Implement -x/--exclude=GLOB.
  - Exit on OptionParser::ParseError immediately.
  - Do not call "make fetch-recursive" but just "make fetch", now that
    portupgrade does recursion itself.
  - In fetch mode, specify -DPACKAGE_BUILDING for ports that define
    IS_INTERACTIVE. [Submitted by: Jimmy Olgeni <olgeni@uli.it>]]

portversion:
  - Exit on OptionParser::ParseError immediately.

portsdb:
  - New tool: which updates INDEX and INDEX.db in the ports directory.

pkgdepfix:
  - Implement origin fixer with intelligent guessing, finally!
    (-o/--fix-origin)
  - Make pkgdep guessing more intelligent.
2001-06-10 20:57:39 +00:00
Akinori MUSHA
05fdb110d3 Do not record @srcdir.
Submitted by:	Jimmy Olgeni <olgeni@uli.it>
2001-06-10 20:44:42 +00:00
David W. Chapman Jr.
3022bf4466 Add new port, Slay, a utility that kills a persons shell, as well as any process belonging to that user.
PR:		27704
Submitted by:	Jeff Palmer <scorpio@drkshdw.org>
Reviewed by:	keichii
2001-06-10 17:45:26 +00:00
Mario Sergio Fujikawa Ferreira
96184d3b55 - Update port to version 0.84
- Add windowmaker as secondary category
- Add NOPORTDOCS support to Makefile and PLIST
- Update WWW tag inside DESCR

Submitted by:	Patrick Li <pat@databits.net>
Approved by:	maintainer (timeout after 2 weeks)
2001-06-09 19:39:02 +00:00
Jimmy Olgeni
65af172a79 Chase distfile checksum. A diff with the previous release shows that only
some German related message files have been changed.

Noticed by:	Mars G Miro <mars@cannoncreek.com>
2001-06-09 11:47:52 +00:00
Akinori MUSHA
c2e939e56c Clarify that portupgrade can do upgrade by means of both the port and
the package.
2001-06-09 05:50:11 +00:00
Akinori MUSHA
b718988ce7 Change pkg_tarup to ${LOCALBASE}/sbin/pkg_tarup in RUN_DEPENDS.
Found by:	bento
2001-06-09 01:48:47 +00:00
Peter Pentchev
ed218409bd timelimit executes a command and terminates the spawned process
after a given time with a given signal.  A 'warning' signal
is sent first, then, after a timeout, a 'kill' signal, similar
to the way init(8) operates on shutdown.

WWW:		http://ringwraith.online.bg/devel/sys/timelimit/
Author:		Peter Pentchev <roam@orbitel.bg>
2001-06-08 23:07:13 +00:00
Mark Pulford
3246a363a8 Updated MAINTAINER to my new committer email address
Reviewed by:	will
2001-06-08 05:36:46 +00:00
James E. Housley
4ec1a59c35 Updates the msyslog port to the latest version: 1.04d
PR:		27856
Submitted by:	Anders Nordby <anders@fix.no>
2001-06-07 11:12:51 +00:00
Peter Pentchev
6403f1a2ba Maintainer address change: dom@myrddin.demon.co.uk -> dom@happygiraffe.net
PR:		27923
Submitted by:	maintainer
Reviewed by:	awk -F\| '$6 ~ /dom@myrddin/ {print $2;}' /usr/ports/INDEX ;)
2001-06-07 07:46:06 +00:00
Munechika SUMIKAWA
449dee5c9d URL was changed. 2001-06-07 06:06:16 +00:00
Akinori MUSHA
322fde13d1 Update to 20010607b.
portupgrade:
  - Change the meaning of -P/--use-packages.  If specified once, it
    uses packages whenever available or uses ports.  If specified
    twice, it never try to use ports but only uses packages.

  - The package directory is now specified via the environment
    variable, by PKGREPOSITORY and PKGREPOSITORYSUBDIR.

Print the usages to stdout instead of stderr.
2001-06-07 03:17:47 +00:00
Akinori MUSHA
ea9d950857 Update to 20010607.
portupgrade:
  - Implement -P/--use-packages, which everyone bugged me with. :>

pkgdepfix:
  - Add "delete" to the choices as to how to deal with a stale
    dependency.
  - Alter the prompt message.
  - Add zsh compdef.
2001-06-06 20:05:57 +00:00
Jimmy Olgeni
bb1e1d09c6 Update port to version 0.86, add better handling of BATCH in "make install"
and pkg_add, don't let setup.sh start the service. The setup script is now
automatically called when not installing in batch mode.

Also, "borrow" better pkg-plist implementation from the vim5 port: it
allows to have @execs at the end of pkg-plist (thanks to O'Brien :-))
2001-06-06 11:48:57 +00:00
Akinori MUSHA
d10d546f44 Update to 20010606b.
pkgdepfix:
  - Implement automatic guessing.
  - Add yes-to-all to the choices of yes/no prompt.
  - Do "stty sane" on interrupt.

portupgrade:
  - Backing up +REQUIRED_BY must have been done before pkg_delete.
    [Submitted by: SASAKI Katuhiro <sahiro@vanilla.freemail.ne.jp>]

Because of the portupgrade bug, portupgrade -u would have broken some
of your +REQUIRED_BY files.  Please fix them up with pkgdepfix.
2001-06-06 08:33:16 +00:00
Akinori MUSHA
3f909a39ff From now on I use release dates for this port's version numbers, and
this is version 20010606.

A new tool pkgdepfix is added.  It allows you to interactively fix
/var/db/pkg's @pkgdep / +REQUIRED_BY discrepancies.  Run this
periodically to let portupgrade properly trace dependencies.
2001-06-05 17:33:21 +00:00
Jimmy Olgeni
9875204ad6 Cosmetic only: make some layout fixes, make some commands silent. 2001-06-05 14:06:56 +00:00
Kevin Lo
7266ee393a Update to version 1.17
PR: 27871
Submitted by: MAINTAINER
2001-06-05 12:47:32 +00:00
Ruslan Ermilov
bdc8739080 mdoc(7) police: minor markup cleanup. 2001-06-04 13:21:46 +00:00
Doug Barton
c9191e35ba Beautify a little with an @, and correct the sed for PREFIX
to not include the trailing slash.
2001-06-04 02:34:08 +00:00
Poul-Henning Kamp
81e7224513 Add diskcheck-daemon.
With a small disk being 20GB these days, chances are pretty good that
an ailing sector will not be read while still being recoverable by
the drive.

Diskcheck daemon will read disks in the background at a low rate and
that way give the diskdrive a chance to detect and correct soft read
errors before they become hard errors.

Idea by:	phk
Written by:     ben
2001-06-03 20:02:03 +00:00
Akinori MUSHA
551a15f1e3 Update portupgrade to 1.42.
I think I have finally fixed the problem some people have seen that it
deletes a package registry in some cases!  At the same time, -m and -p
now works properly again.

Those problems were all due to Shellwords::shellwords' destroying its
given string.  Thanks to Tadayuki OKADA <tadayuki@mediaone.net> for
sending me a report that made me realize what the problem was.
2001-06-02 13:21:58 +00:00