Commit Graph

1584 Commits

Author SHA1 Message Date
OKAZAKI Tetsurou
88f263f5c0 Add du2ps 2.1, filter for converting output of du to PostScript file.
PR:		27848
Submitted by:	Yoshihiko Sarumaru <mistral@imasy.or.jp>
2001-06-26 21:03:15 +00:00
Akinori MUSHA
9caf58e05d Update to 20010627. Enhance the behaviors of some flags:
-B CMD
    --beforebuild CMD	Run the sapecified command before each build.  If the
			command exits in failure, the port/package will be
			skipped.  Here is some typical uses:

			portupgrade -B 'cvs update' 'gnome*'

			portupgrade -aB 'test ! `make -V IS_INTERACTIVE`'

    -x GLOB
    --exclude GLOB	Exclude packages matching the specified glob pattern.
			Exclusion is performed after recursing dependency in
			response to -r and/or -R, which means, for example,
			the following command will upgrade all the packages
			depending on XFree86 but leave XFree86 as it is:

			portupgrade -rx XFree86 XFree86
2001-06-26 17:02:41 +00:00
Kevin Lo
147a4a2e5c Update to version 1.1.3
PR: 28422
Submitted by: MAINTAINER
2001-06-26 12:21:30 +00:00
Andrey A. Chernov
966c3a0792 Upgrade to 3.9.9 2001-06-25 05:11:41 +00:00
Dima Dorfman
c31622c1e6 Add readlink, a tool to dereference a symbol link and print the name
of the target.
2001-06-24 23:46:26 +00:00
Dima Dorfman
74aada477d Remove duplicate words where appropriate.
Approved by:	sobomax, obrien
2001-06-24 20:29:39 +00:00
Ben Smithurst
1acf2a18ce remove -g -O0, that was only for debugging... 2001-06-23 19:24:18 +00:00
Kevin Lo
8a15d7787a Update to version 1.1
PR: 28336
Submitted by: MAINTAINER
2001-06-23 14:38:21 +00:00
Akinori MUSHA
c74e098113 Update to 20010622, a maintenance release with better diagnostic
messages.
2001-06-22 14:53:14 +00:00
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