1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
Commit Graph

45787 Commits

Author SHA1 Message Date
Ralf S. Engelschall
f502c4cb20 Upgrade to Str 0.9.5 2001-08-16 14:08:35 +00:00
Johann Visagie
b408acb655 Add zope-zmysqlda 2.0.7, a MySQL Database Adapter for the Zope web
application framework.
2001-08-16 14:02:18 +00:00
Dmitry Sivachenko
306fed238a Do not coredump when viewing files larger that 8Mb.
Bump PORTREVISION
Minor cosmetic fixes in the Makefile.

Submitted by:	Pavel Biryukov <pavel@svegapro.ru>
2001-08-16 13:51:31 +00:00
Maxim Sobolev
a91db81e2c - Update distinfo;
- Fix pkg-plist.

Submitted by:	bento
2001-08-16 13:32:16 +00:00
Anton Berezin
e685251ff4 Give up PDL maintainership. 2001-08-16 13:22:24 +00:00
Maxim Sobolev
44e5d4aa86 Update to 0.9.2. 2001-08-16 13:13:50 +00:00
Maxim Sobolev
b61a15faef Update to 1.6.2. 2001-08-16 13:13:18 +00:00
Maxim Sobolev
fd6f670789 Update to 0.11. 2001-08-16 13:12:47 +00:00
Johann Visagie
1bb3a6a5ec Add zope-guf 1.2.4, a roll-your-own user folder product for Zope. 2001-08-16 12:21:47 +00:00
Dmitry Sivachenko
c1fce1cc6a Upgrade to 2.2.3.2 2001-08-16 12:12:16 +00:00
Ying-Chieh Liao
51b1eb82e8 upgrade to 0.96
drop maintainership
2001-08-16 12:10:17 +00:00
Akinori MUSHA
0d6bb222c4 Retire ruby-sha1, which has been integrated into ruby's standard
distribution.
2001-08-16 11:40:30 +00:00
Akinori MUSHA
aa4885a8f1 Update lang/ruby and lang/ruby-devel to the latest snapshots.
(as of 2001/08/16 20:00 JST)
2001-08-16 11:38:45 +00:00
Maxim Sobolev
972960bd4c Remove lib*.la files after installation, because presence of this files
breaks gnomedb build on 4-STABLE.

Reported by:	*many*
2001-08-16 11:28:27 +00:00
Johann Visagie
044f74f787 Add ports of Zope products to the "zope" virtual category. 2001-08-16 11:21:01 +00:00
Johann Visagie
da2984f6cb Additionally add squishdot to the (virtual) category "zope". 2001-08-16 10:57:00 +00:00
Johann Visagie
5163137087 Add zope-zpt 1.4.0 - Zope Page Templates (ZPT) may be used to separate
design and logic elements in Zope applications.
2001-08-16 10:53:22 +00:00
OKAZAKI Tetsurou
7fb9451c41 Add py-unit 1.4.1, testing framework for Python.
PR:		29734
Submitted by:	Shell Hung <shell@shellhung.org>
2001-08-16 10:53:11 +00:00
Dmitry Sivachenko
b017fbe820 Upgrade to 2.0 2001-08-16 10:43:08 +00:00
Jimmy Olgeni
490edc1948 Update port to version 0.15.3. 2001-08-16 10:09:04 +00:00
Jimmy Olgeni
34ae051d1d Fix typo in WWW: webdab.org -> webdav.org. 2001-08-16 10:05:45 +00:00
Sheldon Hearn
5269f240e3 * Update to exim-3.33:
- Fixes bug where setting local part to /dev/null without setting
    file_transport caused Exim to crash.

  - Other fixes do not apply to FreeBSD.

* Now that RELENG_4 has bzip2 in the base system, use the bz2
  distfiles.
2001-08-16 09:54:51 +00:00
Anton Berezin
a12d0bea79 Update net/net/p5-NetAddr-IP to 2.23. 2001-08-16 09:51:34 +00:00
Jimmy Olgeni
cdc319b269 Remove tar-related warnings when unpacking updates (use --unlink). 2001-08-16 09:48:50 +00:00
Jesper Skriver
641b0fc843 Hand over MAINTAINER to Michael Lyngbøl <lyngbol@wheel.dk> 2001-08-16 09:45:22 +00:00
Jimmy Olgeni
d20e03f107 Update port to version 2.7.6, make it work with Python 2.1.1.
Assign maintainership to Anders Nordby <anders@fix.no> (approved by current maintainer)

PR:		29738
Submitted by:	Anders Nordby <anders@fix.no>
2001-08-16 09:31:29 +00:00
Anton Berezin
18943d5820 Update converters/p5-Text-Iconv to 1.2.
PR:		29628
Submitted by:	Pete Fritchman <petef@databits.net>
Approved by:	maintainer
2001-08-16 09:28:04 +00:00
Dirk Froemberg
7c73e71457 Fix typo.
Submitted by:	John Reynolds <jreynold@sedona.ch.intel.com>
2001-08-16 09:23:24 +00:00
MIHIRA Sanpei Yoshiro
35fef80e21 Fix enviroment variable `DIFF_OPTIONS' problem
Fix --ignore-case option

   That port fails to work when DIFF_OPTIONS is set to something like "-u"
   and the "-i" option to wdiff also fails to work (not the -i option is
   not in the man page but it is in the NEWS file).

Submitted by:	Dave Chapeskie <dchapes@ddm.crosswinds.net>
2001-08-16 08:04:58 +00:00
Clive Lin
0e6e60f2b8 Support %%PORTDOCS%%.
PR: ports/29748
Submitted by: Patrick Li <pat@databits.net>
Okay'd by: keichii (MAINTAINER)
2001-08-16 07:28:02 +00:00
Akinori MUSHA
3c15924825 Fix plist. 2001-08-16 06:14:17 +00:00
Jacques Vidrine
3f20731536 Use _PATH_UTMP. Normally, the configure script attempts
to determine the location of utmp by nosing around /var/run,
/var/adm, and so on.  This fails in bento's build environment,
and it's not the right thing to do anyway.
2001-08-16 02:00:28 +00:00
Mikhail Teterin
898e952ce9 Fix a bug in my patch, which caused the temporary file to be unlinked
unfairly. Thanks, Alex!

Submitted by:	Alexander Leidinger
2001-08-15 22:41:46 +00:00
Will Andrews
9cf3af7dc9 Oops, fix KOffice 1.1rc1 pointer too. :\
Submitted by:	scottl
2001-08-15 21:20:53 +00:00
Anton Berezin
fb131f8836 Add p5-Data-HexDump 0.02, a simple hexadecimal dumper.
PR:		29543
Submitted by:	Sergey Skvortsov <skv@protey.ru>
2001-08-15 20:37:48 +00:00
Akinori MUSHA
329c977502 Conditionalize bzip2 dependencies. 2001-08-15 20:33:16 +00:00
James E. Housley
fe366a9431 Update to 4154. 2001-08-15 20:15:27 +00:00
Anton Berezin
0f2ff67431 Update mail/libesmtp to 0.8.4.
PR:		29677
Submitted by:	maintainer
2001-08-15 20:02:34 +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
4fb930a694 Update to 0.9. 2001-08-15 19:19:19 +00:00
Akinori MUSHA
fa5fed5bbe Change PREFIX from /usr to the default not to harm bento.
Prepare rc.d scripts that do ldconfig on startup, because
$PREFIX/lib/compat and $PREFIX/lib/compat/aout are no longer included
in the default $ldconfig_paths and $ldconfig_paths_aout, respectively.
2001-08-15 18:17:47 +00:00
Anton Berezin
00c407a449 Fix ftp/p5-Net-FTPServer build on -stable.
PR:		29690
Submitted by:	maintainer
2001-08-15 17:45:22 +00:00
Anton Berezin
8cf1555e38 USE_PERL5 + do-configure: ==> PERL_CONFIGURE.
Fix this port for -current.

Submitted by:	bento logs
2001-08-15 17:40:51 +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
David E. O'Brien
20e050b64d Major overhall and style clean up. 2001-08-15 16:54:42 +00:00
Jun Kuriyama
6bf8422cee o Update to version 1.16.
o Remove redundant BUILD_DEPENDS (only need to depend on p5-Net once).
o Add USE_PERL5.
o Sort pkg-plist.
o Don't fail on deinstall if other Mail:: modules are installed.

PR:		ports/29663
Submitted by:	Pete Fritchman <petef@databits.net>
2001-08-15 16:38:08 +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
Trevor Johnson
6951c4641b Replace the defunct master site with a working one.
PR:		29127
Submitted by:	maintainer
2001-08-15 15:02:16 +00:00
Trevor Johnson
d468e3bf49 Update to 0.1.5.
PR:		29683
Submitted by:	maintainer
2001-08-15 14:32:18 +00:00