Commit graph

4866 commits

Author SHA1 Message Date
abs
1386ca7e03 Update to bl3. All test built with jdk or sun-jdk14.
jakarta-tomcat4 has other issues independant of this - will patch next
2004-06-28 17:28:56 +00:00
jmmv
ff19add443 Update to 2.6.2:
Fixes
* Fix build on Solaris (Lazlo Peter)

Translators
* Rostislav Raykov (bg)
* Miloslav Trmac (cs)
* Adam Weinberger (en_CA)
* Åsmund Skjæveland (nn)
* Raphael Higino (pt_BR)
2004-06-28 14:22:23 +00:00
recht
f42539f89d Update to SOAPpy-0.11.4
changes:

- Bug fixes:

    - SOAPpy/Server.py: Check if header information contains SOAPAction
      key before checking its value.

    - Fixes for generating SOAP from complexType arrays, contributed by
      antonio.beamud@linkend.com

    - Fixed bug that caused typedArrayTypes to lose their type
      information when rendered to SOAP and added corresponding
      test case.

- New Features

   - Enhancements to fault handling: The faultType Faultstring is now
     a non-variable string (i.e. no nsmethod in it) so that it can be
     programmatically checked.  In addition fault handlers can now be
     registered to handle specific types of faults.

   - SOAPpy/Server.py: Modified unregsiterObject function to take
     optional namespace/path args to be consistent with registerObject.

   - SOAPpy/Server.py: Added an unregisterObject function

   - Changes to allow SOAPBuilder so it can handle a 'raw' Python object.

For details see:
http://sourceforge.net/project/showfiles.php?group_id=26590
2004-06-27 23:00:24 +00:00
abs
9714835f9d Update samba2 to samba-2.2.8anb8
Fix PLIST - it seems to install in share/doc/samba2 not share/doc/samba
2004-06-27 19:44:23 +00:00
grant
11aa6c5c5d on Solaris, binaries that use libpcap.a always need -lnsl and -lsocket
for the socket functions.
2004-06-27 12:04:45 +00:00
adrianp
951d9d1016 Update p5-Socket6 to 0.17
Ok'ed wiz@/snj@

From the CHANGELOG:

2004-03-24  Hajimu UMEMOTO  <ume@mahoroba.org>

	* Socket6.pm: Bump version number to 0.17.

	* Socket6.xs: Shut up signed/unsigned mismatch warning from
	Microsoft C++.

		Reported by:	"David Town" <dtown@cpan.org>

	* Makefile.PL: CC is not a valid parameter for WriteMakefile().
	Use CONFIGURE instead.

		Submitted by:	"David Town" <dtown@cpan.org>

	* Socket6.pm: Correct typos (inaddr6_* -> in6addr_*).

		Submitted by:	"David Town" <dtown@cpan.org>

2004-03-23  Hajimu UMEMOTO  <ume@mahoroba.org>

	* Provide substitutes for systems the lack support for inet_ntop()
	and inet_pton().

		Submitted by:	"David Town" <dtown@cpan.org>

	* Add support for MSWin32.  It was tested with the following
	configuration:

	  - ActivePerl 5.8.0 (805)
	  - Windows 2000
	  - Microsoft IPv6 Technology Preview for Windows 2000 (not needed
	    for XP)
	    (http://msdn.microsoft.com/downloads/sdks/platform/tpipv6.asp)
	  - Microsoft Visual C++ v6.0
	  - Microsoft Platform SDK February 2003 (must have at least
	    August 2001)
	    (http://www.microsoft.com/msdownload/platformsdk/sdkupdate/downlevel.htm)

		Submitted by:	"David Town" <dtown@cpan.org>

	* t/use.t: Pass an empty string as the SERVICENAME to
	getaddrinfo().  MSWin32's getaddrinfo() doesn't like "0" as a
	numeric servname.

		Submitted by:	"David Town" <dtown@cpan.org>

2004-02-21  Hajimu UMEMOTO  <ume@mahoroba.org>

	* Socket6.pm: Bump version number to 0.16.

	* aclocal.m4: inet_ntop and inet_pton are in libnsl on Solaris.

	Submitted by:	Mike McCauley <mikem@open.com.au>

2004-01-05  Hajimu UMEMOTO  <ume@mahoroba.org>

	* Socket6.pm: Bump version number to 0.14.

	* gailookup.pl.in: Though some systems has NI_WITHSCOPEID, RFC
	2553 doesn't mention it, and RFC 3493 deprecated it.  So, make use
	of NI_WITHSCOPEID optional.

	* gailookup.pl.in: Add -S option which suppress scopeid.  RFC 3493
	system always adds scopeid in a result of getnameinfo().

	* Socket6.xs: Make pack_sockaddr_in6() and pack_sockaddr_in6_all()
	actual work on systems which have sin6_len in struct sockaddr_in6.

2004-01-04  Hajimu UMEMOTO  <ume@mahoroba.org>

	* aclocal.m4: getaddrinfo() is a macro on some systems.

	* Socket6.pm: Bump version number to 0.13.

	* getaddrinfo.c (getaddrinfo): EAI_NODATA was deprecated in RFC
	3493.  return EAI_NONAME instead.

	* getnameinfo.c (getnameinfo): add support for NI_NAMEREQD.

2003-12-29  Hajimu UMEMOTO  <ume@mahoroba.org>

	* add simple test.
2004-06-26 22:02:12 +00:00
jmmv
6156e53e77 Finish move of p5-Net-Jabber from net to the chat category. 2004-06-26 11:02:12 +00:00
wiz
fa20d9dd3b Remove unneeded chunk. 2004-06-25 17:25:01 +00:00
wiz
28947f296e Add and enable ctorrent, provided by Ola Eriksson in PR 26047. 2004-06-25 17:22:05 +00:00
wiz
fed7c2d2cd Initial import of ctorrent.
CTorrent is a BitTorrent client written in the C programming language.
It currently runs on most Linux variants, MacOS and FreeBSD, but
hopefully on Windows as well! CTorrent is built as a console program,
which means that it doesn't require any graphical components (such as an
X server) on the machine you are running it on, you can even run it
remotely through a terminal if you wish.
2004-06-25 17:20:47 +00:00
adrianp
7e78a7a752 Update smokeping to 1.30
- Add option to build with SpeedyCGI support (USE_SPEEDY)
- Use @RCD_SCRIPTS_SHELL@ instead of hardcoded /bin/sh
- Use REPLACE_PERL instead of patch/sed hack

Closes PR #25549 submitted by me.

Ok'ed wiz@/bouyer@

From the CHANGELOG:

2004/05/12 -- 1.30

* fix nodata_color syntax --tobi

* when inserting unknown values into sorted rtt list, do this on the outside
  ... U:U:1:2:3:U:U and not in the middle. This will make the graphs more
  smokei when there is data loss. --tobi

* config files with different probes should work ... fixed problem introduced
  in 1.29 --tobi

2004/05/08 -- 1.29
* while running, make all die and warn things go to the log file if there is
  one --tobi
* added rawlog option for logging actual gatherd data --tobi (for virtela)
* added alertee option to send a copy of any alert generated to additional
  'perbranche' people --tobi
* cgi should not complain about non existing hosts ... the daemon does that i
  already --tobi
* actually allow empty alerts -- tobi

* added nodata_color property to specify background color for graph when
  when no data is available --  David Hull <hull@dslextreme.com>
2004-06-23 22:25:44 +00:00
hamajima
74b65bdf4f used SUBST_*. 2004-06-23 04:58:21 +00:00
wiz
fd16054be3 Fix a typo and improve grammar. 2004-06-22 18:31:58 +00:00
hamajima
ad913ea3d2 Applied feedback from Hideyuki KURASHINA in pkg/25776.
And fix path in manpage.
2004-06-22 16:08:27 +00:00
tv
5ad8ca6505 ou.edu no longer has mrtg. 2004-06-21 19:10:31 +00:00
martti
fc3543644c Updated mrtg to 2.10.14
* new option subtitle for indexmaker
* added new options for printing date inside the graph:
  TimeStrPos[] and TimeStrFmt[]
* fix indexmaker when used with 14all
* translation updates
* added 3com RMON VLAN detection to cfgmaker
2004-06-21 16:20:14 +00:00
xtraeme
2fe52b11c9 Do not link to libX11 and libXpm, X11 support is really useless here. 2004-06-20 21:53:18 +00:00
xtraeme
1e73555403 Bump PKGREVISION and remove X11 support where appropiate. 2004-06-20 21:52:07 +00:00
xtraeme
3b5e5a59bc Honour PKG_SYSCONFDIR in net/mrtg, and sync MESSAGE properly.
Bump PKGREVISION to 1.
2004-06-15 17:12:13 +00:00
salo
66749a96f9 Updated to version 3.0.6.
Changes:
 - completion for bm: URL scheme implemented.
 - fixed `du' command with large files >2Gb.
 - fixed saving old directory when no cd verification is performed.
 - compilation on HP-UX fixed.
2004-06-14 08:42:17 +00:00
kleink
723e4916d5 Update with today's IPv6 Sub-TLA assignment changes, bringing us to
jwhois-3.2.2nb6.
2004-06-12 09:39:46 +00:00
jschauma
db2957928f Address PR pkg/24607 by Georg Schwarz to make this build and install under
IRIX:
- add flexibility to PLIST
- add configure arguments to point to openssl if not builtin
- don't use '-print0' to find(1).  IRIX' find does not have this capability,
  and since we know for a fact that it will not be needed, we can leave it
  out in this case.
2004-06-10 20:03:11 +00:00
markd
f549361661 update to kde 3.2.3
changes:
* kppp: Fix flow control for non-English users
* kppp: Added /dev/ttyS4 device. Custom devices still cannot be set
  unfortunately.
* kget: Fix filesize display for files > 2GB
* kopete: Don't add temporary Yahoo! contacts to the serverside list.
* kopete: Kopete doesn't save settings when exiting KDE
* kopete: Close button doesn't close application when the system tray is
  disabled
* kopete: Ignoring incoming IRC conversations crashes Kopete
* kopete: Avoid using libpng if no image is present
* kopete: When I type more than one space in a row, Kopete sends the
  characters "&nbsp"
* kopete: Yahoo won't connect with correct password on AMD64
2004-06-10 12:09:22 +00:00
lha
a1aaa47795 NetBSD needs SO_REUSEPORT, should use "int" not "long" otherwise it
wont work on big-endian LP64 machines.
2004-06-10 10:20:28 +00:00
tron
859f9f6a46 Quote ${ULIMIT_CMD_datasize} properly to avoid early evaluation. 2004-06-09 08:27:49 +00:00
tron
6aa866b9a0 Unlimit datasize in shell startup script. This is necessary to make the
Java program work with Sun's JRE 1.4. Bump package revision.
2004-06-09 08:25:39 +00:00
martti
c0b56782d7 Enable IPv6 support in Linux 2004-06-08 19:04:37 +00:00
cjep
f6887a97b1 Add USE_INET6 to BUILD_DEFS as these packages use it. Part of PR#25743 from
Georg Schwarz.
2004-06-08 12:23:59 +00:00
markd
af0afe0fb9 Remove mention of kmail,kmailcvt,knode,korn. 2004-06-05 22:04:40 +00:00
nathanw
445e3a1cf5 Add and enable howl. 2004-06-05 19:04:42 +00:00
nathanw
430ea6efc6 Initial import of Howl 0.9.5.
Howl is a cross-platform implementation of the Zeroconf networking standard.
Branded as Rendezvous tm by Apple Computer, Inc., Zeroconf standardizes
networking protocols for delivering hassle-free ad-hoc networking, service
discovery, and IP configuration.

Howl version 0.6 contains both runtime components, which deliver the
Zeroconf/Rendezvous functionality, and an SDK for embedding Zeroconf/Rendezvous
functionality in your applications.
2004-06-05 19:03:12 +00:00
taca
ee9ace7941 Update ja-samba package to 2.2.9.1.0 (samba-2.2.9-ja-1.0).
- Introduce adduser/deluser script from samba2 package.
- Here is changes:

              Changelog of Samba2.2 Japanese Edition

                                                    Samba Users Group Japan

   Here is the fix list of Samba2.2 Japanese Edition.
   The sign of each line means:

   *: Fix of Samba Japanese Edition only
   x: Fix of sending a patch to Samba Team
   c: Fix of being commited a patch by Samba Team
   o: Fix of adopting a patch created by Samba team

samba-2.2.8a-ja-1.2alpha3
~~~~~~~~~~~~~~~~~~~~~~~~~
      o Fixed oplocks problem for Linux kernel 2.4 or later
                                                          [sugj-tech:6096]

samba-2.2.8a-ja-1.2alpha2
~~~~~~~~~~~~~~~~~~~~~~~~~
   Changes to the internationalized version
      * Support Kerberos V not only for FreeBSD           [sugj-tech:6030]
      * Adjust some directory specifications for RPM      [sugj-tech:6029]
      * Fixed unavailable winbind auth problem on FreeBSD [sugj-tech:6049]
      * Fixed smbwrapper.64.so problem for 64bit Solaris  [sugj-tech:6048]

   Changes to the original version
      * Suppressed abortion in some commands when resolve order is specified
                                                          [sugj-tech:6031]
      * Fixed unchangeable password problem when Samba is PDC for BSDish OS
                                                          [sugj-tech:6073]

samba-2.2.8a-ja-1.2alpha1
~~~~~~~~~~~~~~~~~~~~~~~~~
   Changes to the internationalized version
      * Fixed unavailable Japanese problem for username in username map
                                                          [samba-jp:15437]

   Changes to the original version
      * Fixed build problem with Mac OS X                 [samba-jp:15461]
      * Fixed unaccessable problem in BSD/OS, Mac OS X    [samba-jp:15472]
2004-06-05 13:16:35 +00:00
hamajima
ab6746c381 Add and enable dtcp 2004-06-05 07:47:37 +00:00
hamajima
c9fd1a174a New package for dtcp-20030228, Dynamic Tunnel Configuration Protocol daemon and client 2004-06-05 07:43:25 +00:00
minskim
286b465b38 - Use -ltcl and -ltk instead of -ltcl83 and -ltk83, which are
version-dependent.
- Buildlink tcl-scotty.
- Enable pkgviews installation.
2004-06-05 04:30:44 +00:00
minskim
c893ce2e7f - Use buildlink framework.
- Switch to Tk 8.4.
- Share distinfo with tcl-scotty.
2004-06-05 04:10:21 +00:00
minskim
91068be19e Enable pkgviews installation. 2004-06-04 14:48:59 +00:00
minskim
6c8483a9fd Use buildlink framework and switch to Tcl 8.4.
Bump PKGREVISION due to the tcl dependency change.
2004-06-04 14:47:02 +00:00
minskim
a273e6619e Remove tk from CATEGORIES sinec this package depends on tcl only. 2004-06-04 14:44:31 +00:00
abs
d68a235c89 Add jdk14 (and in some cases jdk13) 2004-06-03 20:13:03 +00:00
recht
eb333f91f1 Fix typo: it's == and not = 2004-06-02 22:19:20 +00:00
recht
c14ae4c40d Add --disable-pcap-restart to CONFIGURE_ARGS in case of FreeBSD to
avoid crashes because of the old pcap library.
Patch provided by pancake at phreaker dot net in PR 25792.

Bump PKGREVISION to 1.
2004-06-02 22:06:01 +00:00
adam
e0da231292 Changes 3.0.5:
* 'bm:' URL scheme added
* some bugs fixed
2004-06-02 12:20:13 +00:00
kristerw
eb03424be9 Remove obsolete packages, per discussion on tech-pkg. 2004-06-01 21:46:36 +00:00
recht
133d040faf MASTER_SITE moved.
Comment out the homepage since it's unavaible and I didn't find a new one.
Addresses PR 25781 by Jim Spath.
2004-06-01 17:51:28 +00:00
recht
b5054d7e61 update to libsoup-devel-2.1.10
No real NEWS file, so I'm guessing from the ChangeLog that it's
the usual bugfixing stuff.
2004-06-01 16:58:06 +00:00
kristerw
7510202d93 Depend on security/openssh instead of security/ssh for machines that
do not have /usr/bin/ssh.
2004-05-31 22:13:16 +00:00
xtraeme
f4e3a28619 Enable pkgviews installation. 2004-05-31 22:01:41 +00:00
minskim
101b04ee11 Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
2004-05-31 16:47:47 +00:00
tron
57cdafd025 Use "-Ls ..." instead of deprecated "-s" command line option when
starting the daemons.
2004-05-31 11:47:29 +00:00