1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
Commit Graph

1888 Commits

Author SHA1 Message Date
Akinori MUSHA
3c299339fe Update to 20010821, with many improvements.
Overall:
	- Disregard -r and -R when -a is also specified; there is no
	  need to recurse when you do with everything.
	- Fix a bug in -r and -R routines where it might fail in error
	  if dependencies of a package were all wrong.
	  [Caught by: Mamoru Iwaki <iwaki@bsp.bc.niigata-u.ac.jp>]
	- Fix the support for the case where PORTSDIR is a symlink.
	- Squeeze //'s.
	- Run `stty sane' before building each port, on interrupt, and
	  before exit.
	- Accept portorigin_glob and pkgname_glob with paths, except
	  for -x/--exclude.

portupgrade:
	- Fix `portupgrade -Ni' (portinstall -i).
	- Skip ports and packages that once failed, and do not try to
	  upgrade multiple packages of an origin.
	- If a port or a package failed to build or install, skip its
	  dependents.  This behavior can be overridden by the new
	  option, -g/--go-on.

pkgdepfix:
	- Backup +CONTENTS files before removing duplicates.

portsclean:
	- Start implementing -L/--libclean.

misc/tcsh/complete.sample:
	- Add a simple example of tcsh completion definitions.
	  [Contributed by: kuwa@flab.fujitsu.co.jp]
2001-08-21 12:29:39 +00:00
Alexander Langer
01f0b6c7bc Better handling for gtk-config. This is still not perfect.
Submitted by:	Oliver Lehmann <lehmann@ans-netz.de> (MAINTAINER)
2001-08-20 17:05:10 +00:00
Brian Somers
222cd6b5dd Handle snprintf() returning < 0 (not just -1)
MFC after:	2 weeks
2001-08-20 15:09:33 +00:00
Brian Somers
d390477901 Handle snprintf() returning -1.
MFC after:	2 weeks
2001-08-20 13:24:38 +00:00
Dmitry Sivachenko
40fc1c1564 Finish upgrading to version 2.2. 2001-08-20 10:33:21 +00:00
Akinori MUSHA
1d9fa666db Update to 20010820.
portupgrade:
	Fix -A and -B which were broken when I introduced -L.
	[Submitted by: Ollivier Robert <roberto@keltia.freenix.fr>]

portsdb:
	Implement -M/--master-recursive, -R/--upward-recursive and
	-x/--exclude, and sort the result in dependency order.
2001-08-19 15:36:12 +00:00
Akinori MUSHA
0e40d5d606 Update to 20010819, with small improvements.
portsdb:
	Do not clobber the INDEX file until the new one is ready,
	so you don't have a zero-sized INDEX while updating it.

pkgdepfix:
	Implement an origin duplicates fixer (only invoked when -o is
	specified), and when it fixes one, redo the whole session.

        Make the cyclic dependencies fixer a bit more intelligent.

portcvsweb:
	Conform to the Secure BROWSER (SB) Specification proposed by
	David A. Wheeler.

	cf. http://www.dwheeler.com/browse/secure_browser.html
	    http://www.tuxedo.org/~esr/BROWSER/
2001-08-19 07:29:30 +00:00
Ying-Chieh Liao
94d56e77bd - Dont use gmake anymore
- Remove ugly do-configure and use Makefile.FREEBSD as the Makefile
  for the program
- Add do-install target
- Remove COPYING from installing into docs directory
  (as if we dont got enough copies of the GPL floating around)
- Sort pkg-plist

PR:		29780
Submitted by:	MAINTAINER
2001-08-18 23:22:13 +00:00
Akinori MUSHA
6ace020ffa Update to 20010818b.
- Introduce a new environment variable "PORTS_INDEX", to specify an
  alternate ports INDEX file location.  You can set this to something
  like `/usr/ports/INDEX.txt" not to overwrite the one under the
  control of CVSup/CVS/CTM.

- Fix portinstall (portupgrade -N) which I broke recently by mistake.

- Change the report format.  It shouldn't be too verbose unless you
  specify -v.
2001-08-18 10:02:12 +00:00
Ying-Chieh Liao
9f49242b7a add abck
Manage intrusion attemps recorded in the system log

PR:		29259
Submitted by:	Tim Daneliuk <tundra@tundraware.com>
2001-08-18 08:14:46 +00:00
Akinori MUSHA
35eb2ad7c0 Oops, the distfile was named wrong. Bump to 20010818.
Submitted by:	many people
2001-08-18 05:22:30 +00:00
Akinori MUSHA
cd8fb9d41a Update to 20010817b.
- Include the hotfix.
- Unbreak `portversion -t'.
2001-08-17 18:53:04 +00:00
Ying-Chieh Liao
4a056d796f Simplification of idled.sh
PR:		28693
Submitted by:	James Howard <howardjp@well.com>
2001-08-17 16:19:41 +00:00
Akinori MUSHA
4a164369fa Fix the shebang lines of commands to specify the absolute path of
ruby, instead of "/usr/bin/env ruby".

Requested by:	OOTOMO Hiroyuki <wbhacker@tky3.3web.ne.jp>
2001-08-17 14:20:35 +00:00
Ying-Chieh Liao
a26a168208 This patch fixes the following problems:
* cfengine deadlocking in the resolver due to being linked against libc_r
    * cfd issuing 'ioctl:  No such network device' whenever it is invoked.

change maintainer email
add more docs
Patches obtained from Michael Kyle <mike@rainc.com>

PR:		29649
Submitted by:	MAINTAINER
2001-08-17 14:20:09 +00:00
Akinori MUSHA
3f01e5bc4c Apply a hotfix against a bug introduced in the latest version where it
fails in error when one specifies -r and has an empty +REQUIRED_BY.
2001-08-17 11:29:05 +00:00
Akinori MUSHA
aeb1f34225 Update to 20010817, with many improvements and some new features.
pkg_deinstall/pkg_glob, portupgrade:
  - Fix the glob expander to exclude not installed packages recorded
    in +CONTENTS and +REQUIRED_BY files.

pkg_deinstall/pkg_glob, portupgrade, portversion:
  - Properly handle regular expression errors.

pkg_glob:
  - Properly define a signal handler.
  - Show a better report.

portsdb: (overall)
   - Try doing make INDEX when no INDEX file is present, and if it
     fails raise an exception.

portupgrade:
  - Add a new option: -L/--log-prefix, with which a user can save a
    build & installation log file for each port/package.
  - Show a concise and helpful message for each upgrading error.  It
    now autoatically guesses the reason of each failure using the same
    algorithm that Ports Wraith's processlogs script uses.
  - Fix a bug where 'portupgrade -aE' raised an error.

portversion:
  - Support -r/-R/-x as other tools do.
  - Fix a bug where `portversion -E' raises an error.
2001-08-17 07:51:41 +00:00
Jimmy Olgeni
cdc319b269 Remove tar-related warnings when unpacking updates (use --unlink). 2001-08-16 09:48:50 +00:00
Dirk Froemberg
7c73e71457 Fix typo.
Submitted by:	John Reynolds <jreynold@sedona.ch.intel.com>
2001-08-16 09:23:24 +00:00
Akinori MUSHA
329c977502 Conditionalize bzip2 dependencies. 2001-08-15 20:33:16 +00:00
Akinori MUSHA
8342bdd6ad Update to 20010816b.
Fix a trivial but annoying behavior.  Print progress messages during
(automatically) updating the ports database to stderr instead of
stdout, so the output of `portversion -c > script' won't contain any
unexpected progress messages.
2001-08-15 19:41:32 +00:00
Akinori MUSHA
9309946588 Sorry. Just repacked. I had something I forgot to change. ;) 2001-08-15 17:32:12 +00:00
Akinori MUSHA
abe0b6818c Update to 20010816 with some enhancements and an important change.
(No bugs have been found in the previous version)

portupgrade, portversion, pkg_deinstall, pkg_glob, portsdb:

  - Add a new option -E/--regex, which allows you to use the extended
    regular expression instead of the shell glob pattern to specify
    packages or ports.

portupgrade:

  - [IMPORTANT] Turn -c/--clean and -C/--cleanup on by default.
    [Suggested by: Ian Dowse <iedowse@maths.tcd.ie>}

  - Now that -c/--clean is on by default, -Fc no longer means
    "fetch-only + do distclean before each fetch".  Instead, a new
    option -D/--distclean is added which can be used with or without
    -F/--fetch.

  - Add new options -w/--noclean and -W/--nocleanup.

  - Always do `make clean-depends' before building dependent ports.

  - Add a new option -E/--regex, which allows you to use the extended
    regular expression to specify packages.

  - Add a long option --use-packages-only for -PP.

  - Rewrite the WARNING section of the manpage and mention
  pkgdepfix(1) in it.
    [Suggested by: Ian Dowse <iedowse@maths.tcd.ie>]

pkg_glob, pkg_deinstall:

  - Add back long options.
2001-08-15 17:24:02 +00:00
Will Andrews
b4a7c57e95 *sigh* They changed the path to the tarballs again. This was verified
on my local mirror at ftp://csociety-ftp.ecn.purdue.edu/pub/kde/.  :\

Submitted by:	scottl
2001-08-15 16:25:13 +00:00
Will Andrews
3901adbb04 Update to KDE 2.2:
* All patches except sysutils/kdeadmin/files/patch-rpmMessages.c:
	- Either obsoleted or merged into KDE.
 * All pkg-plists:
	- Huge diffs are due to mass conversion from static HTML pages
	  to XML/XSL versions.
 * audio/kdemultimedia2:
	- aRts + Noatun, etc. now work and play MP3s et al properly,
	  using the mpg123 aRtsplugin.  Remove mpeglib[,_artsplug]
	  from compile.
 * converters/kdesupport2:
	- Obsolete.  No longer used in this version of KDE.
 * deskutils/kdepim:
	- Use autoconf and account for brokenness in the configure
	  script by replacing invocations of INSTALL under libical
	  with the proper incantations.
	- Per David O'Brien's request, move libimap to libkimap;
	  this was performed by Rik Hemsley <rikkus@kde.org>.
 * devel/kdesdk:
	- New module with some helpful tools.  One in particular that
	  seems demanded is ``kbabel'', which, as I've been told, is
	  a translator's wet dream.
	- Workaround dumb problem in kbabel's libgettext (which I could
	  not figure out how to remove) by replacing its error() with
	  errc().  KBabel seems to run fine with this patch.
 * devel/kdevelop:
	- Fix lame check for libkdeui.so.* by replacing it with just
	  a check for libkdeui.so.  It's been/being removed from
	  kdevelop after 2.2.
 * editors/koffice:
	- Fix kivio compile errors by substituting in PTHREAD_LIBS
	  in the correct place.  Compensate for kivio's dependency
	  on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so
	  in kivio.desktop.
 * games/kdegames2:
	- Some new games.
 * graphics/kdegraphics2:
	- Fix link errors in libkscan and kamera where they
	  require gettext (ie: add -lintl).
	- Fix compile error in kamera.cpp which is dependent on a
	  correctly done gphoto2.. of course, this will only help
	  people who've manually installed gphoto2 themselves.
 * net/kdenetwork2:
	- Mimelib was moved here (reason for removal of kdesupport2).
 * misc/kdeaddons:
	- New module to FreeBSD ports; some simple addons for KDE2.
	  Suggested by Lauri Watts <lauri@kde.org>.
 * misc/kdeutils2:
	- Added a couple manpages.
 * x11-clocks/kdetoys2:
	- Some new apps.
 * sysutils/kdeadmin:
	- Remove kuser from compile because it has some problems.  ;\
 * x11/kdelibs2:
	- Add libFAM dependency to help people who run FAM; FAM
	  increases the overall desktop responsiveness.
	  Submitted by Lauri Watts <lauri@kde.org>.
	- Add CUPS dependency to bring in KDE's new print system.
	- Add bzip2/libxml2 dependencies to support the new help kioslave.
	- Disable installation of libltdl stuff to prevent conflicts
	  with other stuff.  Submitted by wjv.
	- Add pkg-req script to avoid conflicts with kdelibs11; add
	  to Makefile too.  Submitted by benno.
	- Be sure to remove the pth header conflicts stuff from the
	  arts/mcop_mt section.
	- Fix problem with configure trying to find -lfam in the
	  wrong place.
	- Remove kspell and api subdirs from doc; we don't need them,
	  and there are problems trying to build/install them.
	  Submitted by Lauri Watts <lauri@kde.org>.
 * x11/kdebase2:
	- Solve link permissions problem by changing the modes on
	  files installed by kdesktop/init/Templates to 644.
	  Submitted by Jim Durham <durham@w2xo.pgh.pa.us>.
 * x11/kde2:
	- Bump version; no other changes.

Special thanks to Lauri Watts <lauri@kde.org> for helping me test
packages generated by these changes on a virgin system.  I believe
that this is the best-tested update I've ever done for KDE, and it
really shines this time around.

I just noticed there are a couple other PRs in the PR db that need
to be addressed.  I will take care of those by tomorrow.  Sorry...

PR:			22735, 28549
Blanket approval by:	demon (kdesdk, kdevelop)
2001-08-15 12:43:08 +00:00
Alexander Langer
b0b1faedf1 Update to 0.98.a.9 Alpha9.
Submitted by:	maintainer
2001-08-15 02:10:15 +00:00
Alexander Langer
9485690a76 - Update to Alpha9 (because, since updating cdrecord,
Alpha8 would not compile)
- Enable non-root mode
- Update maintainer email

Submitted by:	maintainer
2001-08-14 20:12:45 +00:00
Johann Visagie
d57089583c - Update to version 1.18
- Still BROKEN on -CURRENT
2001-08-14 14:39:33 +00:00
Maxim Sobolev
6ebce0e531 Unbroke with threaded Mesa.
Submitted by:	bento
2001-08-14 08:30:58 +00:00
Akinori MUSHA
767ba54af5 Update to 20010814, with some enhanced support for coping with cyclic
dependencies.

- Fix a bug in the cyclic dependencies handler where it couldn't
  always cope with a cycle properly.
  [Problem found by: Fritz Heinrichmeyer <jfh@jfh00.fernuni-hagen.de>]
- Don't emit a confusing error message "Cannot update the ports DB!"
  on a recoverable error.
- Implement a cyclic dependencies fixer in pkgdepfix(1).

(Cyclic dependencies could never be generated if ports are made
properly..)
2001-08-13 20:45:15 +00:00
Kevin Lo
c2320220d4 - Update to version 1.1.1
- Takeover as MAINTAINER

PR: 29512
Submitted by: Anders Nordby <anders@fix.no>
2001-08-13 13:21:05 +00:00
Ying-Chieh Liao
e1d1b7cabb add anteater
A MTA log analyzer
2001-08-13 04:00:41 +00:00
Akinori MUSHA
70c675f6dc Reword more. 2001-08-11 21:19:33 +00:00
Akinori MUSHA
60adc2eea9 Update to 20010812, just a minor update.
- Reword and fix documents.
- Make portsdb -U not imply -u.
2001-08-11 19:58:30 +00:00
Akinori MUSHA
d62ad1dfb1 Update pkg-comment and pkg-descr. 2001-08-11 19:41:33 +00:00
Akinori MUSHA
68b126ec35 Add a hotfix to support the "MD5 (file) = IGNORE" case. 2001-08-11 10:07:05 +00:00
Akinori MUSHA
6bb28a13bd Update to 20010811.
portsclean:
  - Rewrite in Ruby and implement the distfiles cleaner. [new]

portsdb:
  - Show a progress message while updating INDEX.*.
  - Record version information into INDEX.rdo.
  - Record category information into INDEX.rdo and enhance the API
    accordingly.
  - Introduce the automatic PORTS_DBDIR selector.  Now it will use
    whichever writable directory in the following ones: $PORTS_DBDIR,
    $PORTS_DIR, /usr/ports, $PKG_DBDIR, /var/db/pkg, $TMPDIR, /var/tmp,
    /tmp (checked in the order named)

portcvsweb:
  - New tool: a tool to open CVSweb to view a CVS log. [new]
2001-08-11 09:22:05 +00:00
Mario Sergio Fujikawa Ferreira
f81a289da1 o unecho Makefile commands
o re-phrase PKGMESSAGE and typo fix: PREFIX -> /usr/local
o gracefull install/deinstall of a default configuration file

PR:		28917
Submitted by:	MAINTAINER,
		Karaszi Istvan <raszi@bigfoot.com>
2001-08-10 16:43:58 +00:00
Akinori MUSHA
cff77daeb5 Update to 20010809.
pkg_deinstall:
	- Bring in most of the options of pkg_delete(1).
	- Add a new option `-P', which preserves shared libraries.
	- List failed packages if any.
	- Obsolete GNU style long options, which take space and would
	  only rarely be used.

portupgrade:
	- Make portupgrade use pkg_deinstall instead of pkg_delete, to
	  utilize its -P option.

	- Now portupgrade always uninstalls old packages, but
	  preserves shared libraries by default.  The -u option has
	  been changed to mean "Do not preserve old shared libraries".
	  Note, however, that its behavior is the same as before, it
	  is just the default behavior that has been changed.

	  With this change, portupgrade no longer leaves extra garbage
	  even if you don't specify -u, but only old versions of
	  shared libraries for safety. :)

	- Utilize $tmpdir properly for pkg_tarup. (previously
	  PKGREPOSITORY was used prior to PKG_TMPDIR or TMPDIR)

	- Add a notice regarding the disk space for backup files.

Since it's my birthday today, I just wish this update doesn't contain
terrible bugs.. ;)
2001-08-08 22:30:02 +00:00
Mario Sergio Fujikawa Ferreira
2888862231 New port reed version 4.6: A text pager with autoscrolling and more
PR:		29533
Submitted by:	Pete Fritchman <petef@databits.net>
2001-08-08 06:52:42 +00:00
Ruslan Ermilov
f365b3aba4 s/should must/must/ plus markup nit. 2001-08-07 13:50:36 +00:00
Peter Pentchev
ef3c6ba25e Update MASTER_SITES: ftp.BSDpro.com changed to ftp.spot.org.
PR:		29494
Submitted by:	maintainer
2001-08-07 12:37:22 +00:00
Peter Pentchev
92237bf944 Fix an mtree problem on bento: the installation utility was
changing the modes on several directories to 2755.
Guess I should have noticed this at my first installworld
after testing this port.  Bad me, no cookie.

Submitted by:	bento
2001-08-06 20:40:48 +00:00
Ying-Chieh Liao
739a40aaed upgrade to 0.8.7
PR:		29243
Submitted by:	MAINTAINER
2001-08-04 18:36:38 +00:00
Dmitry Sivachenko
3181216419 Upgrade to 0.9.2;
Correct WWW.
2001-08-04 13:26:41 +00:00
Hajimu UMEMOTO
2ded10faae - Update to 1.2.1
- Update patch-af and pkg-descr for new release
- NOPORTDOCS support for pkg-plist and sort it

PR:		29396
2001-08-03 20:25:56 +00:00
Shigeyuki Fukushima
a8784447fc Correct grammatical mistakes in an english manpage.
Submitted by:	mrakm
2001-08-03 13:24:59 +00:00
Dirk Froemberg
7e0bca4d14 Fix dependency for cdrecord (cdrecord was renamed to cdrtools). 2001-08-02 09:14:28 +00:00
Dirk Froemberg
58da4a7acb Cut down to a slave port for cdrtools-1.10 and thus upgrade to 1.14. 2001-08-02 09:04:08 +00:00
Dirk Froemberg
9f6bd07423 Remove cdrecord (was renamed to cdrtools). 2001-08-02 09:00:47 +00:00
Dirk Froemberg
fe773ba07c cdrecord was renamed to cdrtools. 2001-08-02 08:56:34 +00:00
Dirk Froemberg
63ee14dd88 Upgrade to cdrtools-1.10 after repository copy from cdrecord.
Add knobs for mkisofs slave port.
2001-08-02 08:55:16 +00:00
Akinori MUSHA
032137d53e Update to 20010802, only a minor update.
overall:
- Fix commands not to quit when user answers ^D to a yes/no question.
- Call pkg_* commands in fullpaths.

portupgrade:
- When -s is specified, run sudo to build & install dependent ports
  when some are missing, too.

portsclean:
- This is a new command which cleans ports' working directories.
2001-08-02 08:19:23 +00:00
Mario Sergio Fujikawa Ferreira
e53cc61fc9 o Add NOPORTDOCS support
o Be more graceful with install/deinstall: handle situation
  where man/ru_RU.KOI8-R exists prior to installation of this port,
  i.e., it cannot be a symlink
o Protect configuration file with perms 0400

This is a followup commit to the following PR

PR:		29024
2001-07-31 18:37:09 +00:00
Mario Sergio Fujikawa Ferreira
46290e0811 o Update to version 1.1.4
o PREFIX safeness
o hier(7) police: share/ipa/examples -> share/examples/ipa
o better deinstall:
	- remove all pending directories
	- more graceful removal of startup files
o deploy BSD_INSTALL_* var where appropriate

PR:		29024
Submitted by:	maintainer
2001-07-31 17:42:34 +00:00
Akinori MUSHA
5790871d31 Update to 1.11. 2001-07-31 15:34:24 +00:00
Mario Sergio Fujikawa Ferreira
46737ce94d o Update to version 3.7.5
o LIB_DEPENDS on gdbm
o Better deinstall handling
o Several port style changes
o Add both WWW and Author tags

PR:		28799
Submitted by:	Alec Wolman <wolman@cs.washington.edu>
Approved by:	maintainer
2001-07-30 18:18:38 +00:00
Akinori MUSHA
9bcd672114 Update to 20010730 with some enhancements.
portupgrade:
- Make portupgrade a little bit more fail-safe by restoring modified
dependency info on installation failure.

portversion:
- Make portversion refer to the ports database and run several times
faster. (!)

portsdb:
- Do not immediately fail in error when it finds an error in the INDEX
  file, but skip the line and continue.
2001-07-30 14:01:02 +00:00
Mario Sergio Fujikawa Ferreira
058fe5053d Update to version 0.3.1
PR:		29212
Submitted by:	maintainer
2001-07-29 23:13:29 +00:00
Akinori MUSHA
2ee75b5cf1 Update to 20010727 with a couple of new commands added. (No changes
have been made to the existing utilities)

pkg_deinstall:	This is a package deinstaller with wildcards and
		dependency recursion support.

pkg_glob:	This is a package glob expander with wildcards and
		dependency recursion support.
2001-07-26 19:28:42 +00:00
Steve Price
3f663e605b Don't redeclare (incorrectly) callrpc on FreeBSD/Alpha. 2001-07-25 17:40:24 +00:00
Ying-Chieh Liao
319d643c9a add lsmlib
A lib that creates a libxml2 tree w/ info. token on a *NIX filesystem
2001-07-24 15:06:22 +00:00
David W. Chapman Jr.
1866150a6d Update to 1.31
Rename patches to sensible names
Sync port with archivers/star

PR:		29092
Submitted by:	maintainer
2001-07-23 03:31:22 +00:00
Jimmy Olgeni
964b8c4593 Update: bind8 module, Caldera theme. 2001-07-22 11:59:16 +00:00
Mark Pulford
93c06df5b9 Add ndir 0.8.5, a featureful directory lister. 2001-07-22 08:41:28 +00:00
Mark Pulford
752abc08f3 Update to 0.38
PR:		29133
Submitted by:	maintainer
2001-07-22 04:39:19 +00:00
Mark Pulford
b83021ffd7 Update to 1.66
PR:		29125
Submitted by:	maintainer
2001-07-22 03:25:29 +00:00
John Polstra
c6b0ce7761 Update ports which depend on cvsup-bin or cvsupd-bin to use the
cvsup port instead.  I am removing the *-bin ports.
2001-07-21 18:45:52 +00:00
Mark Pulford
1a0c777f91 Update to 1.2
PR:		29106
Submitted by:	Konrad Heuer <kheuer@gwdu60.gwdg.de>
2001-07-21 06:09:26 +00:00
Ying-Chieh Liao
c4c7e89e88 add lfm
Last File Manager
2001-07-20 20:54:19 +00:00
Ying-Chieh Liao
85b1e5c39f upgrade to 0.4.3
drop maintainership
2001-07-20 07:03:27 +00:00
Ying-Chieh Liao
2ff3ae9ae5 upgrade to 1.1.1
drop maintainership
2001-07-20 06:47:57 +00:00
David E. O'Brien
aff9c67b1f Perform a major cleanup of the usr.sbin Makefiles.
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.
2001-07-20 06:20:32 +00:00
David E. O'Brien
8ef2aeebc1 Remove GCC'isms in CFLAGS. 2001-07-20 04:23:01 +00:00
David E. O'Brien
923951d741 Update to version 4.57. 2001-07-20 01:56:35 +00:00
Akinori MUSHA
fe58ca2bec Add ruby-application.rb, easy logging facility for Ruby applications. 2001-07-19 18:32:08 +00:00
Mark Pulford
2289bdd5af Update to 1.62. Add USE_PYTHON while I'm here..
PR:		29044
Submitted by:	maintainer
2001-07-19 13:55:53 +00:00
Ben Smithurst
27e7821094 Document the two recent changes to diskcheckd's behaviour and configuration
syntax.
2001-07-18 22:29:54 +00:00
Akinori MUSHA
506d8e3421 Update to 0.4. 2001-07-17 04:51:21 +00:00
Akinori MUSHA
62f0245b8c Update to 20010714, a maintenance release.
2001-07-14 17:05  knu

	* misc/zsh/: _pkgdepfix, _portupgrade, _portversion: Improve zsh
	compdefs.

2001-07-14 16:40  knu

	* portupgrade.1: Fix manpage.
	[Submitted by: Sean Chittenden <sean@chittenden.org>]

2001-07-03 14:26  knu

	* pkgdepfix.1, portsdb, portsdb.1, portsdb.rb, portupgrade.1:
	Introduce a new environment variable PORTS_DBDIR, which specifies
	an alternative ports database directory.  This is useful when
	/usr/ports is on a readonly filesystem.
	[Requested by: Makoto MATSUSHITA <matusita@jp.freebsd.org>]

	Warn and abort the update if PORTS_DBDIR is not writable,
	instead of just failing in error.
2001-07-14 08:12:05 +00:00
Mark Pulford
1688c73bad Updated to 1.4 2001-07-13 04:42:55 +00:00
Ben Smithurst
62cc92f957 Update master sites. 2001-07-12 21:45:49 +00:00
Ying-Chieh Liao
37f515f90a change master site and maintainer email
PR:		28770
Submitted by:	MAINTAINER
2001-07-08 18:36:42 +00:00
Kevin Lo
dfd5092def Initial import of log_analysis-0.37.
log_analysis is a log file analysis engine that extracts relevant
data for any of the recognized log messages and produces a summary
that is much easier to read.

PR: 28711
Submitted by: Pete Fritchman <petef@databits.net>
2001-07-08 15:55:56 +00:00
Mark Pulford
f6c3579379 Update changed WWW
PR:		28814
Submitted by:	Anders Nordby <anders@fix.no>
2001-07-08 14:35:03 +00:00
Ying-Chieh Liao
827ac39580 Add NOPORTDOCS support to pkg-plist
PR:		28579, 28582, 28583, 28585, 28586, 28587, 28590, 28591, 28595, 28599
Submitted by:	Patrick Li <pat@databits.net>
2001-07-08 07:25:57 +00:00
Brian Somers
3651ff4ba6 Upgrade to version 1.6 2001-07-07 17:47:58 +00:00
Ying-Chieh Liao
8aef1c394e add tdir
Display directories with files ordered by ending "extension".

PR:		28305
Submitted by:	Bourne-again Superuser <toor@tundraware.com> (hmmmm....)
2001-07-07 03:43:12 +00:00
Brian Somers
a891a73796 Add back this patch which was missing in the release 1.5 tarball :( 2001-07-07 00:28:57 +00:00
Peter Pentchev
c31290a31b Add service-config, a utility suite for creation svscan service directories.
PR:		28661
Submitted by:	Pete Fritchman <petef@databits.net>
2001-07-06 15:34:55 +00:00
Daniel Harris
6ece907f40 Checksum change: Makefile.in and configure.in added to slightly, no changes
we need to worry about.
2001-07-04 23:19:21 +00:00
Ben Smithurst
2a23ca4ae8 Add older CD types, matcd, mcd, scd.
Submitted by:	imp
2001-07-04 18:33:01 +00:00
Ben Smithurst
3b9facb34e Exclude acd*, cd*, and md* from being checked by default. 2001-07-04 17:47:23 +00:00
Ben Smithurst
3343795784 * Read 64k at a time with variable length pauses between instead of
reading variable sized blocks of data every second.  This should be
  more efficient.

Suggested & tested by:	se

* Add a syntax for excluding CD-ROM drives etc.

Suggested by: des, se, many others...

Manual page updates coming soon.
2001-07-04 17:43:43 +00:00
Maxim Sobolev
cbfe7948ca Add e2fsprogs 1.22, a set of utilities and library to manipulate an ext2
filesystem.

WARNING: The sole reason why I'm adding this port is to allow me upgrade
	 gnomeutils port to the latest version. For some very strange reason
	 this new version requires libext2fs to build. The only thing I know
	 for sure about e2fsprogs is that it compiles cleanly on 4-STABLE and
	 5-CURRENT systems - I have not tested it in action. Please use it
	 with extremal precaution, because due to its low-level nature and
	 Linux roots it can do Very Bad Things[tm] to your data, set fire
	 on your house, kill your cat or something else even more horrible. If
	 someone wants to take over maintainership please feel free to do so.
2001-07-03 18:13:14 +00:00
Brian Somers
650e3176f5 Upgrade to version 1.5
This version pushes a better (working) version of the local changes
back into the main yggdrasil sources.
2001-07-03 15:45:54 +00:00
James E. Housley
9743c1375c Update to version 0.45.0 2001-07-02 01:40:11 +00:00
Kevin Lo
3b767a77fa Update to version 1.05
PR: 28559
Submitted by: MAINTAINER
2001-07-01 15:36:45 +00:00
Akinori MUSHA
abac4151e5 Update to 0.3, in which the patches to support *BSD have been merged. 2001-07-01 07:55:57 +00:00
Jimmy Olgeni
6abf872d30 Update modules: bind8, net, software. 2001-06-30 08:51:39 +00:00
Jimmy Olgeni
d3c6da4c04 Update port to version 0.87. 2001-06-28 22:57:39 +00:00
Kevin Lo
0ccd3c3d94 Update to version 1.4.1
PR: 28459
Submitted by: MAINTAINER
2001-06-28 12:39:04 +00:00
Dima Dorfman
996cc083ae Actually install the man page. 2001-06-28 02:31:52 +00:00
Johann Visagie
afc010f63a Updating my email address in my remaining ports.
Prompted by:	vanilla
2001-06-27 10:15:01 +00:00
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
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
Mario Sergio Fujikawa Ferreira
0d0a5e9461 - Install additional 3d objects
- Be verbose during installation
- Add PKGMESSAGE with run instructions

Submitted by:	maintainer
2001-06-02 04:12:13 +00:00
Akinori MUSHA
e9a5e89b99 De-typo (s/priviledge/privilege/g) with no PORTREVISION bump. 2001-06-01 15:17:01 +00:00
Akinori MUSHA
4fea95ebd9 Update portupgrade to 1.40. A bug with pkgdep has been fixed.
I'd like to call this a stable release, and take a rest for a while
until the next stable release. ;)
2001-06-01 12:22:06 +00:00
Akinori MUSHA
435ce6fdea Update portupgrade to 1.39.
* Fix file permissions and owners of replaced files.
* Stop raising a false alarm. (which was harmless, though..)
2001-06-01 11:28:38 +00:00
Akinori MUSHA
5ce67365d6 Update portupgrade to 1.36.
* No need to recurse @pkgdep search, really.
* Support the latest pkg_tarup.
* Backup +REQUIRED_BY a bit earlier, just in case.
* If it fails to copy the new +REQUIRED_BY to the package's dbdir,
  emit a message and save the file in TMPDIR.
2001-06-01 03:22:46 +00:00
Akinori MUSHA
26ed7e223c A package file can often be bigger than /tmp's capacity, so create
tarballs in TMPDIR if defined or /var/tmp when PKGREPOSITORY is not
defined.

Suggested by:	Jimmy Olgeni <olgeni@uli.it>
2001-06-01 03:08:43 +00:00
Akinori MUSHA
002a0185d3 Apply a hotfix against a critical bug that +CONTENTS are lost when you
do upgrade as root and TMPDIR and /var/db/pkg are on different
filesystems.
2001-05-31 15:18:00 +00:00
Jimmy Olgeni
80fb81f0c9 Update miniserv.pl: it could leave password information in the environment
of servers started by webmin.
2001-05-31 11:02:04 +00:00
Akinori MUSHA
caa8a3b243 Update to 1.34. Now it never tries to yield root priviledges
unless -y is specified.
2001-05-31 05:38:02 +00:00
Akinori MUSHA
a01e84a0c6 Update to 1.33. More operations need root priviledges. 2001-05-31 05:12:59 +00:00
Akinori MUSHA
bec4f9dede Update portupgrade to 1.31 and portversion to 1.7.
* Fix the Makefile/PKGNAME error detection.
  [Reported by:	Tadayuki OKADA <tadayuki@mediaone.net>]

* Implement -y/--yield which yields root priledges where needed.

* Implement -Y/--yield-command which specifies the command to yield
  root priledges. (default: sudo)
2001-05-31 03:32:59 +00:00
Maxim Sobolev
45fd345920 - Add windowmaker as a secondary category;
- install documentation.

PR:		27771
Submitted by:	maintainer
2001-05-30 19:34:49 +00:00
Akinori MUSHA
a47f237214 Update to portupgrade 1.29.
portupgrade:
	- Fix a bug that -s/--sort didn't work.  D'oh!
	- Make -u/--uninstall fail-safe.  It backs up old
	  installations with the help of pkg_tarup and restores on
	  installation failure.
        - Show option errors more gracefully.
        - Die on signals more gracefully.

portversion:
	- Show option errors more gracefully.
        - Die on signals more gracefully.
2001-05-30 07:00:21 +00:00
Mario Sergio Fujikawa Ferreira
4a31d9e168 New port: Window Maker dockapp that displays cpu load and a realtime
3d object

Submitted by:	Patrick Li <pat@databits.net>
2001-05-30 03:11:45 +00:00
Mario Sergio Fujikawa Ferreira
5cc2d360c5 - give maintainership to submitter
- update port to version 1.18
- add NOPORTDOCS support to PLIST
- be more minimalistic about patching, move some of the responsability
to CONFIGURE_ARGS

Submitted by:	Patrick Li <pat@databits.net>
2001-05-30 03:07:25 +00:00
Akinori MUSHA
459053e850 Update to 1.28 which fixes a bug when a package does not have @pkgdep
or +REQUIRED_BY.

Reported by: Jimmy Olgeni <olgeni@uli.it>

I'll debug harder next time.  Sorry for this. :(
2001-05-29 23:07:28 +00:00
Akinori MUSHA
a3b1fbaca7 Update to portupgrade 1.27.
Everything should now be fine while bug reports and thoughtful
suggestions are always welcome.
2001-05-29 22:21:34 +00:00
Akinori MUSHA
cbe50db5a9 Apply a hotfix to fix a couple of bugs/misfeatures. 2001-05-29 21:42:06 +00:00
Akinori MUSHA
5b36cf09a5 Update portupgrade to 1.26 and portversion to 1.4.
This is a milestone release for me.  Enjoy. :>

portupgrade changes:
  - Implement -s/--sort which sorts packages in the dependency order.
  - Implement -R/--upward-recursive, and get -r/--recursive working for
    upgrading as well. (Finally!)
  - Add -DBATCH to the make fetch' commandline to prevent ports from
    dumbly waiting for user input.

  Greatly inspired by: Jimmy Olgeni <olgeni@uli.it> (Thanks!!)

portversion changes:
  - Make command output optimal by using portupgrade's -s option.
  - Report possible ports' Makefile breakage.
2001-05-29 21:11:47 +00:00
Daniel Harris
0ed6d16f6e Add xin 1.0.0, splits standard input and pipes into a command.
PR:		27566
Submitted by:	Mark Pulford <mark@kyne.com.au>
2001-05-27 17:22:39 +00:00
Ying-Chieh Liao
58d856e60e upgrade to 1.1.5
PR:		27228
Submitted by:	maintainer
2001-05-27 12:48:45 +00:00
Ying-Chieh Liao
3373a1b524 add userlist
Prints a list of all usernames in /etc/passwd

PR:		27207
Submitted by:	Jamie Heckford <jamie@jamiesdomain.org.uk>
2001-05-25 19:59:17 +00:00
Ying-Chieh Liao
74ca402fb4 Fix port to build with XFree86 4
change maintainer

PR:		26730
Submitted by:	Anders Nordby <anders@fix.no> (new maintainer)
No response from:	old maintainer
2001-05-25 19:44:57 +00:00
Ying-Chieh Liao
6f98c77390 add maint
System maintenance package written in Python and CSH

PR:		27022
Submitted by:	Dale Weber <netman@dynaplex.net>
2001-05-25 19:09:53 +00:00
Mario Sergio Fujikawa Ferreira
69feeee703 1) Install leapsecs.dat (leapseconds support)
2) Add PKGMESSAGE with additional FreeBSD specific installation
   information
3) Install sample startup script
4) Bump PORTREVISION due to (1)

PR:		27617
Submitted by:	Vivek Khera <khera@kciLink.com>
2001-05-25 14:58:06 +00:00
Josef Karthauser
f1c80f1988 I'm looking after these ports for Andreas for a while so I've
changed the MAINTAINER line to an email alias that directs mail to
us both.
2001-05-24 20:34:27 +00:00
Jimmy Olgeni
733070f1ef Set the correct pathnames for the postgresql module in the default
configuration file.

Noticed by:	mi
2001-05-23 10:55:49 +00:00
Peter Pentchev
070526d073 Update to 1.8.
Submitted by:	fenner's distfile checking scripts
2001-05-22 17:30:44 +00:00
Ying-Chieh Liao
53e5daddca upgrade to 0.2.0
PR:		27513
Submitted by:	maintainer
2001-05-22 17:18:49 +00:00
Jimmy Olgeni
cadcbc7274 Updated modules: man, shell, mysql
* man

    A search that returns only one match will display a Location: line
    instead of going directly to the result.

* shell

    On Solaris, the path is not set correctly for commands entered, causing
    those outside /usr/sbin:/usr/sbin not to be found.

* mysql

    Clicking on a user, host, database, table or column privilege to edit
    it brings up the wrong record.

For the full change log, see http://www.webmin.com/webmin/updates.html.

I also removed the WITH_UPDATES option: updates are now installed by
default. The updates filenames have a proper version and revision number,
and when a new update comes out the port should no longer break because of
sudden md5 changes.

The WEBMIN_MODULES section now fits 80 columns.
2001-05-22 15:23:23 +00:00
Ade Lovett
d03692c58f Move gnomecanvas dependency from x11/gnomecore to
sysutils/gnomecontrolcenter.  Wierd stuff[tm] was happening
with the nightly build after the change that I missed.
2001-05-21 15:02:58 +00:00
Will Andrews
d9ea8a1921 Add msyslog 1.04b, a flexible and easy to integrate syslog daemon.
PR:		27308
Submitted by:	Anders Nordby <anders@fix.no>
2001-05-20 02:54:49 +00:00
Akinori MUSHA
1e3888f0dc Fix a rmdir line so it never fails.
Submitted by:	Jimmy Olgeni <olgeni@FreeBSD.org>
2001-05-18 14:20:15 +00:00
Akinori MUSHA
5c13f9369e Update to 1.25. 2001-05-17 18:23:40 +00:00
Ade Lovett
5ed28dbe7a SWitch maintainership of core GNOME ports to a small group of
committers (gnome@FreeBSD.org), since this is now definitely too big
for just one person.
2001-05-11 16:36:50 +00:00
Vanilla I. Shu
a7be7f3bb1 Upgrade to 1.4.
PR:		ports/26826
Submitted by:	maintainer
2001-05-11 16:34:25 +00:00
Ade Lovett
2268d85efb Update to 0.5.1 2001-05-10 19:34:48 +00:00
Vanilla I. Shu
bb0ddae530 Upgrade to latest version:
p5-Apache-MP3		=>	2.16
	p5-Convert-UUlib	=>	0.111
	p5-Email-Find		=>	0.03
	p5-GD			=>	1.33
	p5-HTML-Parser		=>	3.24
	p5-I18N-Charset		=>	1.08
	p5-I18N-LangTags	=>	0.20
	p5-MIME-Lite		=>	2.111
	p5-Set-Scalar		=>	1.09
	p5-Sort-ArbBiLex	=>	3.4
	p5-URI			=>	1.12
	p5-Unix-Syslog		=>	0.95

and change MAINTAINER to ports@FreeBSD.org:
	p5-Convert-UUlib
	p5-Unix-Syslog

Approved by:	maintainer
2001-05-10 09:34:24 +00:00
Peter Pentchev
5069db76e5 Almost revert a change made in daemontools-0.70's supervise, where
the one-second sleep between invocations was moved to after the actual
invocation.  This sleep could be interrupted by a SIGCHLD in the case
of a failing service, and the service could be restarted way more than
the documented once-per-second.  Move the sleep back before the fork(),
just don't sleep before the very first fork, so the service starts faster.

Silence by:	Daniel J. Bernstein (no telling if he'll fix this in later
		daemontools releases, so I guess we'll have to do it as part
		of our port..)
Approved by:	nbm (maintainer)
2001-05-10 07:10:24 +00:00
Mario Sergio Fujikawa Ferreira
af8f097b8f Add port WMMemMon version 0.1.0: Mem/Swap monitoring dockapp for
WindowMaker

Submitted by:	Patrick Li <pat@databits.net>
2001-05-10 03:37:17 +00:00
Vanilla I. Shu
001c3c4aa2 Upgrade
p5-Apache-AuthTicket		=>	0.31
  p5-Apache-AuthenCache		=>	0.04
  p5-Business-CreditCard	=>	0.23
  p5-CGI-Cache			=>	1.03
  p5-Crypt-CipherSaber		=>	0.60
  p5-Crypt-SSLeay		=>	0.25
  p5-File-Cache			=>	0.16
  p5-Filter			=>	1.23
  p5-FreezeThaw			=>	0.41
  p5-HTML-Stream		=>	1.49
  p5-Mail-Audit			=>	1.10
  p5-Mail-Box			=>	1.111
  p5-Mail-IMAPClient		=>	2.1.2
  p5-Mail-Sender		=>	0.7.08
  p5-Math-FixedPrecision	=>	0.14
  p5-Math-GMP			=>	1.07
  p5-NNTPClient			=>	0.37
  p5-Net-SSLeay			=>	1.07
  p5-Proc-Background		=>	1.03
  p5-Quota			=>	1.3.3
  p5-Text-Template		=>	1.31
  p5-WWW-Search			=>	2.19
  p5-XML-RSS			=>	0.97
  p5-chart			=>	fix pkg-plist
2001-05-10 01:20:55 +00:00
Peter Pentchev
f54c9ced5c unquote executes a specified program after unquoting a specified list
of arguments, allowing safe passing of shell metacharacters.
2001-05-08 08:32:54 +00:00
Chris D. Faulhaber
5f5f7cd552 Update port to 0.0.10
Submitted by:	Elliot L. Tobin <tobin@mail.eecis.udel.edu>
2001-05-07 13:57:36 +00:00
Clive Lin
36bbe50a64 Add tcl82 to BUILD_DEPENDS.
Approved by: MAINTAINER
2001-05-07 09:06:19 +00:00
Greg Lehey
0c961f7f98 New port, dirdiff, a graphical tool for displaying the differences
between directory trees and for merging changes from one tree into
another.

Obtained from:	Paul Mackerras <paulus@samba.org>
2001-05-07 06:47:19 +00:00
Akinori MUSHA
f84a6b38d1 Backout the previous fix which wasn't actually needed.. 2001-05-06 17:01:50 +00:00
Akinori MUSHA
e6094a50ca Make it compile with Ruby 1.7 (make RUBY_VER=1.7). 2001-05-06 16:13:33 +00:00
Maxim Sobolev
e50f598537 Update to 0.8.1. 2001-05-06 10:45:39 +00:00
Yukihiro Nakai
bea337f470 Update MASTER_SITES
PR:		i386/26780
Submitted by:	A.G. Russell <arussell@djv.net>
2001-05-05 22:47:59 +00:00
Jimmy Olgeni
f5ec58140c Update module: postgresql.
From the change log:

  * The module reports the error "The PostgreSQL database on your system is
  version , but Webmin only supports versions 6.5 and above". This is often
  caused by the shared libraries needed by Postgres not being in Webmin's
  shared library path.

See also http://www.webmin.com/webmin/updates.html for previous module
changes.

Also, a cosmetic change: be a bit more verbose when unpacking updated
modules.

PORTREVISION bump, but this will only affect people using the WITH_UPDATES
option.
2001-05-05 10:47:28 +00:00
Ade Lovett
48d56577d5 The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole
bunch of GNOME applications under one convenient building mechanism.

Applications include:

mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa,
bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm,
gnucash and abiword.
2001-05-04 21:51:17 +00:00
Ade Lovett
bc47cccc84 Various patches (mainly shared library revision changes) for those
ports that depend on GNOME and need to change for 1.4
2001-05-04 21:41:30 +00:00
Ade Lovett
03af2187bd Update to GNOME 1.4 -- massive changes all around, for the sake of
CVS repo bloat, I'll only list the updates.

  graphics/imlib		1.9.9  -> 1.9.10
  textproc/xml-i18n-tools	0.8    -> 0.8.1
  x11/gnomelibs			1.2.11 -> 1.2.13
  devel/oaf			0.6.2  -> 0.6.5
  devel/gconf			0.12   -> 1.0.0
  devel/gnomevfs		0.5    -> 1.0
  graphics/gdk-pixbuf		0.9.0  -> 0.11.0
  sysutils/gnomecontrolcenter	1.2.2  -> 1.4.0.1
  print/gnomeprint		0.25   -> 0.28
  devel/bonobo			0.37   -> 1.0.3
  audio/gnomeaudio		1.0.0  -> 1.4.0
  x11/gnomecore			1.2.4  -> 1.4.0.3
  devel/libgtop			1.0.11 -> 1.0.12
  x11/gnomeapplets		1.2.4  -> 1.4.0.1
  misc/gnomeuserdocs		          NEW 1.4.1
  misc/gnomeutils		1.2.1  -> 1.4.0
  deskutils/gnomepim		1.2.0  -> 1.4.0
  games/gnomegames		1.2.0  -> 1.4.0.1
  print/ggv			0.95   -> 1.0
  editors/ghex			1.1.4  -> 1.2
  devel/bugbuddy		1.2    -> 2.0.1
  devel/glade			0.5.11 -> 0.6.2
  sysutils/gtop			1.0.12 -> 1.0.13
  x11/xalf			          NEW 0.11
  x11-toolkits/py-gtk		0.6.6  -> 0.6.7
  x11-toolkits/py-gnome		1.0.53 -> 1.4.0
  x11-toolkits/guile-gtk	0.19   -> 0.20
  x11-toolkits/guile-gnome	0.10   -> 0.20
  devel/libsigc++		1.0.1  -> 1.0.3
  x11-toolkits/gnome--		1.1.15 -> 1.1.17
  x11-toolkits/panel--		          NEW 0.1
  x11-fm/gnomemc		4.5.51 -> 4.5.54
2001-05-04 21:39:58 +00:00
David E. O'Brien
63f643c150 Update to version 1.3.
Submitted by:	Christian Weisgerber <naddy@mips.inka.de>
2001-05-04 16:20:15 +00:00
David E. O'Brien
cc7af9b1ee Update to 4.56. 2001-05-03 16:53:16 +00:00
David E. O'Brien
9b66f80631 Update to 4.55.2.
This version fixes a minor issue on 5-FreeBSD.
2001-05-02 17:48:46 +00:00
Michael Haro
aca1b521b5 Update to 1.0.p15
PR:		26764
Submitted by:	maintainer
2001-05-01 10:19:46 +00:00
Akinori MUSHA
f0fd2f71b1 Point WWW: at the English page instead of the Japanese one. 2001-05-01 09:18:18 +00:00
David E. O'Brien
72293a0b34 Update to 4.55.1.
This version recognizes 4.3FreeBSD so the benign warning isn't given.
2001-04-30 16:21:00 +00:00
Akinori MUSHA
a411428b81 Add pdumpfs, a daily backup system similar to Plan9's dumpfs. 2001-04-30 11:06:34 +00:00
Peter Wemm
ef240b2e69 Add a port for paicc (paint changed characters). This is an incredibly
useful tool as it allows you to have arbitary command lines refreshed in
a top-like fashion.  eg: paicc -c 'date; uptime; vmstat -i'
2001-04-28 23:42:14 +00:00
Josef Karthauser
3556489659 Stat::lsMode generates mode and permission strings that look like
the ones generated by the Unix ls -l command.  For example, a
regular file that is readable by everyone and writable only by its
owner has the mode string -rw-r--r--.  Stat::lsMode will either
examine the file and produce the right mode string for you, or you
can pass it the mode that you get back from Perl's stat call.

PR:	ports/26847
2001-04-28 14:21:40 +00:00
Jimmy Olgeni
2dc6788a1f Fix a bug that prevented updates to be installed.
The line:

  for webmin_module in "${WEBMIN_MODULES}"

must be rewritten as:

  for webmin_module in ${WEBMIN_MODULES}

else the port will not unpack the update tarball.

This is a very stupid bug by me. Pass the pointy hat :-(

PORTREVISION bump: people using the WITH_UPDATES option should upgrade to
this version of the port. People who do not use WITH_UPDATES and run the
stock webmin release, or update it by hand, are unaffected by this patch.
2001-04-28 13:34:35 +00:00
Maxim Sobolev
982cb0b9ca Update to 0.1.1.
PR:		26906
Submitted by:	Soren Boll Overgaard <root@treebeard.tolkien.dk>
2001-04-28 07:09:11 +00:00
Daniel Harris
c073814b7f Fix stupid mistake. It really did work here... 2001-04-28 01:42:22 +00:00
Daniel Harris
f0d20428a9 Fix stupid mistake. I swear it worked here. 2001-04-28 01:40:26 +00:00
Matthew Hunt
04682670ea Correct fennerage by chasing new MASTER_SITE. Since the new path
includes "obsolete" we probably shouldn't expect many upgrades to this
program...
2001-04-27 10:23:49 +00:00
Jimmy Olgeni
abfd7cde86 Fix typo in pkg-descr: instaled -> installed 2001-04-27 10:23:46 +00:00
Jimmy Olgeni
ff9fbae35a Update modules: apache, squid, useradmin.
From the webmin updates page:

* Apache Webserver: if Webmin is used in non-english language mode,
  "<Directory>" sections created using this module may be wrongly written
  out as something like "<Directorio>".

* Squid Proxy Server: the cache_dir directive is not properly supported in
  squid 2.4.

* Users and Groups: passwords for users created or modified from a batch
  file are not set correctly.

(see also http://www.webmin.com/webmin/updates.html)

While I'm here, check if a webmin configuration directory already exists at
install time (post-install target): in this case, automatically run the webmin
setup script (it will insert the proper Perl paths in the webmin scripts).

Users who have multiple or different configuration directories will have to
run the script manually, as before.

PORTREVISION bump to advertise the new changes.
2001-04-26 11:45:24 +00:00
SADA Kenji
085587f830 Notate more detailed functionarity of this script.
Approved by:	maintainer
2001-04-24 17:16:47 +00:00
Kevin Lo
da33e580ee Upgrade to version 1.1.2
PR: 26745
Submitted by: MAINTAINER
2001-04-24 13:20:02 +00:00
SADA Kenji
f401541c9b - minor update of the script.
- import script file into port skeleton.
- change maintainer's mail address.

PR:		ports/26762
Submitted by:	maintainer
2001-04-23 17:27:50 +00:00
Bill Fenner
d8187fd02f Stick distfiles in my local_distfiles, since maintainer is having trouble
with his servers.
2001-04-22 16:55:23 +00:00
Jimmy Olgeni
e5f938b82d Update port to version 1.4.11 (needs devel/libol 0.2.21)
PR:		26706
Submitted by:	Vince Valenti <vince@blue-box.net>
2001-04-20 15:54:37 +00:00
Munechika SUMIKAWA
cf8a7ba193 Make buildable on FreeBSD-current. 2001-04-20 14:31:42 +00:00
Shigeyuki Fukushima
d57d9f68e7 Fix fatal error when printing error message(using device message).
Submitted by:	Kenneth Ingham <ingham@i-pi.com>
2001-04-20 13:14:16 +00:00
Maxim Sobolev
cfb4b33100 Add wmcpuload 0.0.3a, an "lcd" dockapp for windowmaker, which
displays the current cpuload.

PR:		26687
Submitted by:	Soeren Boll Overgaard <boll@tolkien.dk>
2001-04-19 08:40:47 +00:00
Daniel Harris
14c317729b Fix this port on -current. 2001-04-19 02:18:38 +00:00
Daniel Harris
9558a9d8ba Fix this port for -current. 2001-04-19 01:41:27 +00:00
Akinori MUSHA
1070496ff8 Update to 1.23.
- Add BSD-style license notice.
- Show the revision on help (-h).
- Do distclean before each fetch if -c is specified with -F.
2001-04-18 19:52:11 +00:00
Maxim Sobolev
d9bacbd1d2 Update to 0.8.0. 2001-04-18 19:15:32 +00:00
Akinori MUSHA
3be9dc4719 Update to 1.20.
2001-04-18 03:36  knu

	* misc/zsh/_portupgrade: Add -F.

2001-04-18 03:35  knu

	* portupgrade: Add -F/--fetch option to make dial-up users happy.

	Submitted by:	Jimmy Olgeni <olgeni@uli.it>
			(He suggested -e, but I prefered -F)

	Show what version a package is upgraded to to help a user decide
	whether to upgrade or not.

	Submitted by:	Timothy Smith <tim@mysql.com>

Resurrect portversion for what it's worth as a reference code.  The
problems that kept it from working has been addressed and will
hopefully be fixed soon. :)
2001-04-17 18:51:48 +00:00
Will Andrews
921ae36307 Add bubblemon-dockapp 1.32, X eye candy for displaying CPU and
memory load in a dock.

PR:		26615
Submitted by:	Mark Pulford <mark@kyne.com.au>
2001-04-17 18:23:49 +00:00
Will Andrews
d78539adcc Add dim 1.0, a directory lister which sorts the file list in 2D.
PR:		26533
Submitted by:	Mark Pulford <mark@kyne.com.au>
2001-04-17 18:17:51 +00:00
Peter Pentchev
b1a6f82db2 Add proper PERL_VER support.
Submitted by:	Anton Berezin <tobez@tobez.org>
2001-04-17 13:28:57 +00:00
Hajimu UMEMOTO
c43976b9b2 Update to 1.0.8. 2001-04-17 12:57:18 +00:00
Peter Pentchev
35bb2e211a Update to 1.3.
PR:		26419
Submitted by:	maintainer
2001-04-17 09:35:09 +00:00