Commit Graph

59109 Commits

Author SHA1 Message Date
Anton Berezin
083db0afd9 Update to 1.28.
PR:		39328
Approved by:	maintainer
2002-06-15 13:21:23 +00:00
Ernst de Haan
8c44357135 Upgrade to JUMP 0.3. Added an alternative download location.
Not removing ${PREFIX}/share/java at deinstallation anymore
since it is part of the base hierarchy now.
2002-06-15 13:08:52 +00:00
Doug Barton
474d18267c Update to version 2.30, which has numerous bug fixes, better RBL
support, better language support, and other improvements.

The PR provided the new dependency, however the port needed
some portlint and other cleanup:

* Whitespace (spaces -> tabs)
* Wonky commands/paths/etc. replaced by ${VARIABLES} where appropriate
* Added some more files to PORTSDOCS, and tightened it up a bit
with a for loop
* Sorted the plist

It was also necessary to add a patch that provides the user with an
option as to whether or not to use dccproc. We have no port for it,
and porting it doesn't look fun. If the SA authors don't intend to
add this option to the base, I'll fix the (fairly simple) patch
to follow proper "one patch per file" rules.

PR:		ports/39319
Submitted by:	Alex Vasylenko <lxv@a-send-pr.sink.omut.org>
2002-06-15 09:56:34 +00:00
Joe Marcus Clarke
515147d6b6 Update to GNOME 2.0 Release Candidate 1...the "Fever Pitch" release. 2002-06-15 09:05:13 +00:00
Yoichi NAKAYAMA
5f1422a7d6 Add patch to fix bugs.
* Fix typo in elscreen-show-list.
* Avoid error when message contains "%" in elscreen-message.
(I've sent same patch to the author.)
2002-06-15 07:05:19 +00:00
Greg Lewis
269a85dc0e Revive the nethack32 port.
Approved by:	knu
2002-06-15 02:34:47 +00:00
Greg Lewis
10c8d61b5d You die... But wait... Your medallion begins to glow!--More--
You feel much better!  The medallion crumbles to dust!--More--
You survived that attempt on your life.

Approved by:	knu
2002-06-15 02:33:45 +00:00
Doug Barton
a5e07169fa Update to 0.23:
Fixed Net::DNS::mx() to work properly in scalar context.

Fixed taint issue when Net::DNS::Resolver::nameservers() is passed
a hostname as an argument.
2002-06-15 00:49:59 +00:00
Yoshio MITA
3048597ca6 Update Mozilla japanese language package
PR:		ports/38981 and following discussions with PR author.
Submitted by:	Mayama Ko
2002-06-15 00:22:06 +00:00
Martin Blapp
31f9fb5ff6 Add Russian OpenOffice slave port 2002-06-15 00:15:06 +00:00
Martin Blapp
72c16cc1d3 Add Korean OpenOffice slave port 2002-06-15 00:14:13 +00:00
Martin Blapp
7e2183b92a Add Japanese OpenOffice slave port 2002-06-15 00:13:36 +00:00
Martin Blapp
aa68814503 Add German OpenOffice slave port 2002-06-15 00:12:40 +00:00
Martin Blapp
cdad1a0fd7 Add French OpenOffice slave port 2002-06-15 00:10:08 +00:00
Martin Blapp
7c1f6bee85 Add Swedish OpenOffice slave port 2002-06-15 00:08:28 +00:00
Martin Blapp
c273f51ece Add Polish OpenOffice slave port 2002-06-15 00:07:45 +00:00
Martin Blapp
cc630272c2 Add Italian OpenOffice slave port 2002-06-15 00:07:06 +00:00
Martin Blapp
9fd06989c8 Add Spanish OpenOffice slave port 2002-06-15 00:06:23 +00:00
Martin Blapp
28ad8a6acd Add Arabic OpenOffice slave port 2002-06-15 00:05:33 +00:00
Martin Blapp
57d315da89 Add Turkish OpenOffice slave port 2002-06-15 00:04:43 +00:00
Martin Blapp
11240e4486 Add Portuguese OpenOffice slave port 2002-06-15 00:03:53 +00:00
Martin Blapp
9e53567023 Add Dutch OpenOffice slave port 2002-06-15 00:01:50 +00:00
Martin Blapp
2baacf5ce8 Add Greek OpenOffice slave port 2002-06-15 00:00:51 +00:00
Martin Blapp
a02a3d208e Add Danish OpenOffice port 2002-06-14 23:59:47 +00:00
Martin Blapp
5dc75c5f56 Preparations to add OO ports for other languages. I'll add later OO
slave ports for 12 languages.

Obtained from:		lioux (slave port skeletons)
2002-06-14 23:05:41 +00:00
Patrick Li
7376214b3f Install library properly without stripping the symbols
PR:		39138
Submitted by:	Matthew Landauer <mlandauer@yahoo.com>
2002-06-14 22:04:33 +00:00
Patrick Li
24a1c852ed Update to 1.02c
PR:		39220
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-06-14 21:47:45 +00:00
Patrick Li
96cd4dd6fd Update to 1.1.1
Update maintainer email address

PR:		39303
Submitted by:	maintainer
2002-06-14 21:35:55 +00:00
Patrick Li
2bf3a3add3 Update to 0.7.8
PR:		39302
Submitted by:	maintainer
2002-06-14 21:30:36 +00:00
James E. Housley
9966701b9f Update to 4207 2002-06-14 20:27:57 +00:00
Joe Marcus Clarke
ee840f0aae Update to 1.0.7. 2002-06-14 20:11:58 +00:00
Andrey A. Chernov
f7a14c95a8 Remove GCC2 requirement, it builds fine with recently fixed GCC3 under -current
too (and I confirm it).

PR:	39300
Submitted by:	Alexander Kabaev <ak03@gte.com>
2002-06-14 19:38:27 +00:00
Greg Lewis
2f62ed9f9d . Fix the dependencies for this port following the renaming of the JDK
ports.
. Use (and define if necessary) ${FIND} and ${CPIO}, rather than
  /usr/bin/find and /usr/bin/cpio, respectively.

Reviewed by:	znerd
2002-06-14 19:08:49 +00:00
Stefan Eßer
73e6113793 Use $WRKSRC instead of $WRKDIR/$DISTNAME. 2002-06-14 18:16:29 +00:00
Stefan Eßer
014bd4330f Fix build on -current: initialization of FILE* outfile = stdout failed.
Testing the port revealed, that the SHAR archives could not be retrieved,
but a TAR archive is available from wuarchive, so I converted the port
to use it. This simplified the Makefile considerably as a side effect.

Approved by:	me@FreeBSD.org (port maintainer)
2002-06-14 18:14:16 +00:00
Akinori MUSHA
88b8420988 Get the IGNORE warning working. ${DISTFILES} cannot be referenced in
a .if condition before reading through bsd.port.post.mk.

Approved by:	netchild (MAINTAINER)
2002-06-14 15:54:18 +00:00
David W. Chapman Jr.
29100c0abd Update to 2.3.5
Submitted by:	maintainer
2002-06-14 15:14:00 +00:00
Anton Berezin
1fa3224f7e Add p5-Time-Piece, a perl module implementing time objects. 2002-06-14 14:35:36 +00:00
Christian Weisgerber
9e93966b7c * Take maintainership.
* Fix compilation with gcc 3.1; from Marc Espie <espie@openbsd.org>.
* Override variables with MAKE_ARGS instead of patching Makefile.
2002-06-14 14:33:24 +00:00
Johann Visagie
51d9e9ebf4 - Update to version 0.5 2002-06-14 13:26:59 +00:00
Thomas Gellekum
164cfe2626 Upgrade to 21.0. 2002-06-14 11:19:43 +00:00
Thomas Gellekum
5abd985434 Use new PYTHONPREFIX_*DIR variables to make these ports PREFIX-clean. 2002-06-14 11:19:13 +00:00
Thomas Gellekum
8d6c870a31 - Support development versions of Python.
- Allow installation to python-specific hierarchy. This will
  benefit users of Zope and mod_python.
- Add PYTHON_*DIR variables to PLIST_SUB.

PR:		38769
Submitted by:	Hye-Shik Chang <perky@fallin.lv>
2002-06-14 11:17:08 +00:00
Andrey A. Chernov
32f7857930 Remove myself from MAINTAINER 2002-06-14 11:08:08 +00:00
Ying-Chieh Liao
5102c29909 add py-rt 2.5
Python Routeing Toolkit
2002-06-14 09:45:04 +00:00
Peter Pentchev
e756b17c46 Fix a segfault when authenticating against the system passwd file:
there's little sense in passing an integer port number to a string
comparison routine :)
Bump PORTREVISION.

Reported by:	Rudy <rudy@tzone.it>
2002-06-14 09:38:41 +00:00
Ying-Chieh Liao
a8ffa62f35 add libosip 0.8.6
oSIP is an implementation of SIP
2002-06-14 08:57:57 +00:00
Joseph Koshy
3badfeb037 [ports/devel/gettext-old] no longer installs shared library "libintl.so.1",
required by this program.  Work-around: edit the binary in-place and
change this dependency to the more current "libintl.so.2" (no adverse
effects seen).

Add an explicit "LIB_DEPENDS" line.  Bump PORTREVISION.

PR:		ports/38078
Submitted by:	Rainer Goellner <rgoellner@gmx.de>
2002-06-14 08:56:06 +00:00
Ying-Chieh Liao
12aab1afb7 upgrade to 2.1.1
PR:		39255
Submitted by:	maintainer
2002-06-14 07:32:09 +00:00
Ying-Chieh Liao
6ffcaa9250 add py-freebsd 0.1
Python interface to FreeBSD-specific system libraries

PR:		39253
Submitted by:	Hye-Shik Chang <perky@fallin.lv>
2002-06-14 07:29:30 +00:00