Commit Graph

67004 Commits

Author SHA1 Message Date
Edwin Groothuis
9b20aabe3e Replaced Perl-RE by one working for sed.
Noticed by: bento
2002-11-14 11:15:01 +00:00
Ernst de Haan
86de1126a1 New port: Jakarta Commons Logging library.
See:
http://jakarta.apache.org/commons/logging.html
2002-11-14 10:55:13 +00:00
Ernst de Haan
2d91f2e2c6 Improved output from do-install target. 2002-11-14 10:49:10 +00:00
Ernst de Haan
62602a65ac Not including version number in JAR file name.
Bumped PORTREVISION.
2002-11-14 10:44:52 +00:00
Tilman Keskinoz
142c1389d0 The author fixed the installation of the documentation
and updated the distfile.
Chase MD5 and bump PORTREVISION because of PLIST changes.

Approved by:	kris (mentor)
2002-11-14 10:37:19 +00:00
Ernst de Haan
f4a22be2e2 New port: Jakarta Commons BeanUtils.
See:
http://jakarta.apache.org/commons/beanutils.html
2002-11-14 10:23:58 +00:00
Tilman Keskinoz
a293128476 Update to 3.6.3
This fixes the on-mouse-over crash reported by many.
2002-11-14 10:13:11 +00:00
Ernst de Haan
a1b6c3b80c Fixed meta information in header (creation date and description). 2002-11-14 10:00:03 +00:00
Vanilla I. Shu
4ada0e3411 The Terminus Font is designed for long (8 and more hours per day) work
with computers. Version 3.96 contains 528 characters, which cover code
pages ISO8859-1, ISO8859-2, ISO8859-5, ISO8859-15, Windows-1250,
Windows-1251, Windows-1252, IBM-437, KOI8-R, KOI8-U, KOI8-E, KOI8-F,
Bulgarian-MIK, Paratype-PT154, Paratype-PT254, IBM-855, IBM-866 and
Macintosh-Ukrainian.

PR:		ports/45281
Submitted by:	Kang-min Liu <gugod@gugod.org>
2002-11-14 09:26:06 +00:00
Ernst de Haan
018389a815 Installing in correct locations.
Bumped PORTREVISION.
2002-11-14 09:18:51 +00:00
Ernst de Haan
7c9f4056a1 New port: Jakarta Commons CLI library.
Java-library for command line arguments and options.
2002-11-14 09:02:09 +00:00
Ernst de Haan
8e75d2de77 Not including version number in JAR file anymore.
Bumped PORTREVISION.
2002-11-14 08:57:14 +00:00
Akinori MUSHA
6fc7593b1e Update to 3.5.0.
PR:		45283
Submitted by:	Takayuki Nakao <t@nakao.org> (MAINTAINER)
2002-11-14 08:46:47 +00:00
Edwin Groothuis
17c5ec6b2b Fixed RE in REINPLACE_CMD.
Noticed by bento.
2002-11-14 08:44:10 +00:00
Akinori MUSHA
0c2b1eb0f6 Update to 20021113, a maintenance release.
portupgrade(1):
- Check return status of hardly failing commands also.

pkgdb(1):
- Add -Q/--quiet and -QQ for internal use.

portsclean(1):
- Ditto.

overall:
- Reduce /bin/sh process calls by replacing shell redirection to
  /dev/null with pkgdb -Q/portsclean -Q/fetch -q. (I know I can do
  fork, dup and exec if necessary)

- Eliminate zombies during running.  Formerly waitpid's against
  terminated processes are delayed until Ruby gets short of resource
  and thus runs a GC, but now portupgrade(1), pkgdb(1) and
  portsclean(1) explicitly kick a waitpid immediately after each
  popen() is done.

  PR:		ports/38075
  Submitted by:	Chris J. Mutter <cjm@s2.enemy.org>
  Reported by:	several others
2002-11-14 08:32:39 +00:00
Edwin Groothuis
cdc24b2385 Fixed damage done to the regular expression by REINPLACE_CMD
Noticed on: bento
2002-11-14 07:59:21 +00:00
Edwin Groothuis
bb340c1e0e Changed REINPLACE_CMD with SED since it needed to modify a file in files/
Noticed on: bento
2002-11-14 07:56:53 +00:00
Edwin Groothuis
e28de47a8b Change REINPLACE_CMD to a real SED since it would otherwise try to
modify the files/ directory.
Noticed by: bento
2002-11-14 07:51:23 +00:00
Adam Weinberger
b7ebe93889 Fix creative capitalization of variable name, which led to the installation
of many unnecessary files. Bump PORTREVISION, because the pkg-plist changed.

Noticed by:	marcus
Approved by:	pat
2002-11-14 07:38:28 +00:00
Joe Marcus Clarke
06a847d05a Add pkgview to the list. 2002-11-14 07:36:56 +00:00
Joe Marcus Clarke
4e3c45e690 Add pkgview, a utility to determine the version of installed GNOME 2
components as well as determine the overall version of GNOME 2 installed.
2002-11-14 07:34:09 +00:00
Doug Barton
c51ab41d20 * Bump PORTREVISION to reflect the ISC security patches
* Switch to DOCSDIR for PORTDOCS, which in addition to being
more aesthetically pleasing also reduces a gratuitous
mismatch when PORT_REPLACES_BASE
2002-11-14 07:32:46 +00:00
Doug Barton
e5ea67970d This is the patch provided by ISC, re-generated to work in our system. 2002-11-14 07:28:36 +00:00
Edwin Groothuis
20315038e1 USE_REINPLACE is now obsolete for this port. 2002-11-14 07:21:51 +00:00
Edwin Groothuis
feb9f3a962 Removed the pre-patch since it didn't change any files.
Noticed by: bento and kris@
2002-11-14 07:20:05 +00:00
Masafumi Max NAKANE
a67b340bea Cannaserver now has the -u option which allow you to specify who should
own the server process.  So instead of patching up the source to
drop the root privilege, just use this.
Suggested by:	AIDA Shinra <aida-s@jcom.home.ne.jp>
2002-11-14 02:25:20 +00:00
Masafumi Max NAKANE
c62e5cfc9f The LinkFileList hack, introduced in Rev 1.7.
Pointed-out by:	AIDA Shinra <aida-s@jcom.home.ne.jp>
2002-11-14 00:00:55 +00:00
Christian Weisgerber
3e0fe146f9 Fix pkg-deinstall handling.
Submitted by:	Cyrille Lefevre <cyrille.lefevre@laposte.net>
2002-11-13 22:49:02 +00:00
Kris Kennaway
a2c2c928f1 Use standard PORTDOCS in PLIST_SUB instead of rolling our own, and
fix a syntax error in post-install target
2002-11-13 22:45:36 +00:00
Mario Sergio Fujikawa Ferreira
d3f09456d0 o Fix PLIST
o Bump PORTREVISION
2002-11-13 22:24:55 +00:00
Mario Sergio Fujikawa Ferreira
62d2754341 Improve GNU auto* tools disabling 2002-11-13 22:18:36 +00:00
Kris Kennaway
d1e0a5fd72 Add back ALL_TARGET, erroneously deleted in previous commit 2002-11-13 22:14:31 +00:00
Mario Sergio Fujikawa Ferreira
743481ddf7 Update to 0.9.60 2002-11-13 22:08:13 +00:00
Kris Kennaway
2de9d14f2d Expand out %%DOCSDIR%% to share/doc/bogofilter since DOCSDIR is not
passed via PLIST_SUB (and is not a suitable variable to use in pkg-plist
anyway).  This fixes the pkg-plist
2002-11-13 21:57:53 +00:00
Adam Weinberger
d5506c8b2d Update gnomevfs2 2.0.4 -> 2.0.4.1.
Mostly bugfixes.

Approved by:	pat
2002-11-13 21:37:27 +00:00
Joe Marcus Clarke
1f2e12478c Actually add the patch that enables IPv4 mapped IPv6 address support. 2002-11-13 21:16:39 +00:00
Joe Marcus Clarke
3af4fc3ea1 Enable support for IPv4 mapped IPv6 addresses. This will help get
phoenix working under -CURRENT if nspr is also installed.

Submitted by:	ume
2002-11-13 21:16:03 +00:00
Alan Eldridge
36f099f21a I may as well be a masochist and take this one too, since I've got the
auto* twin terrors already.
2002-11-13 21:13:17 +00:00
Mario Sergio Fujikawa Ferreira
7e447426ca New port atlc version 4.0.1: A tool to calculate the impedance of
transmission lines

Submitted by:	blackend
2002-11-13 20:21:29 +00:00
James E. Housley
7e61461193 Update to DAT 4233 2002-11-13 20:17:38 +00:00
Pete Fritchman
7d5c6b6f79 Revise the package description to point out how this tool is
different than the base lockf(1).

Reviewed by:	maintainer
Requested by:	sheldonh
2002-11-13 19:52:09 +00:00
Pete Fritchman
26e6ca3c9e Update to 1.5.0.
PR:		44746
Submitted by:	Nick Hilliard <nick@foobar.org>
2002-11-13 19:47:02 +00:00
Pete Fritchman
9e8d00728d Add flashpluginwrapper 0.20021113, a wrapper allowing use of
linux-flashplugin with native mozilla.
2002-11-13 19:35:14 +00:00
Mario Sergio Fujikawa Ferreira
18cf29fea7 New port minivmac version 0.1.7: A miniature Macintosh emulator
Submitted by:	blackend
2002-11-13 19:22:30 +00:00
Mario Sergio Fujikawa Ferreira
7618128fa0 New port cascade version 1.4: A simple tool to analyze noise and
distortion of a RF system

Submitted by:	blackend
2002-11-13 19:12:13 +00:00
Mario Sergio Fujikawa Ferreira
ac43e8a05b o Update to 0.9.6
o Use FreeBSD optimized byteswap routines if 4.7-RELEASE or later
2002-11-13 19:08:09 +00:00
Alexander Leidinger
94afc39b85 Add missing patches, see log of Makefile for more.
Pointy hat to:	netchild
2002-11-13 18:56:34 +00:00
Joe Marcus Clarke
79f1308d7e Add gob2. 2002-11-13 17:54:50 +00:00
Joe Marcus Clarke
0cb6ef2e50 Add gob2 after a repo copy from x11-toolkits/gob. Gob2 is a GObject
pre-processor for Glib-2.
2002-11-13 17:54:21 +00:00
Christian Weisgerber
951e8c596f Import plgrenouille 0.61.5.
Bandwidth measurement and statics collection tool for a French
project to this purpose.

PR:		41133
Submitted by:	Cyrille Lefevre <cyrille.lefevre@laposte.net>
2002-11-13 17:30:05 +00:00