Commit graph

92816 commits

Author SHA1 Message Date
minskim
0b0d3de25a Set DIST_SUBDIR due to the distfile change (.java files were removed). 2006-02-09 22:07:12 +00:00
wiz
025f6f764b Note kmymoney2 PKGREVISION bump. 2006-02-09 21:47:30 +00:00
wiz
1b09ae391d Add libofx option, addressing second part of PR 32439 by Gary Duzan.
Turn it on by default and bump PKGREVISION.

Fix pkglint warnings and whitespace nits while here.
2006-02-09 21:46:47 +00:00
wiz
5ded6b1c5a Describe libofx option. 2006-02-09 21:45:39 +00:00
heinz
6ddcdbe567 Updated p5-Net-DNS to 0.55. 2006-02-09 21:39:36 +00:00
ghen
e79fbf84b4 Updated wm/icewm and wm/icewm-imlib to 1.2.25. 2006-02-09 21:37:20 +00:00
ghen
4f8e9eed88 Update to IceWM 1.2.25. Changes:
1.2.25: 2006-02-03
	- fix resize of maximized windows when taskbar set to AutoHide
	- fix support for screens 0.1 and up

1.2.25pre1: 2006-01-31
	- fix format in window size/position display (Bert Wesarg)
	- fix configure to use pkg-config for xft (Marius Feraru)
	- fix build with Sun Forte C++ (Grant McDorman)
	- icewmtray crash fixes (Grant McDorman)

1.2.24: 2006-01-22
	- option to --replace an extisting window manager
        - change menu scroll wheel direction (Thomas Holder)
        - paint desktop tray background (Thomas Holder)
        - gcc 4.1 build fixes (Hanno Boeck)
	- fix gcc strict aliasing errors (Pavel Nemec)

1.2.24pre1: 2005-12-04
	- restore Dutch translation from Ton Kersten
	- zh_TW translation from Wei-Lun Chao
	- fix TaskBarKeepBelow=1 preference
	- fix problems in horizontal maximization
	- implemented support for --replace option
	- Make shaped decorations work in 21 bit graphics cards
          (like those common in sparcs) -- Bernhard R. Link

Ok with wiz.
2006-02-09 21:36:40 +00:00
heinz
d01d93f3dd Updated to version 0.55.
Pkgsrc changes:
  - Removed hacks.mk. Net::DNS should work on Mac OS 10.4 withouth this
    workaround.
  - The package has two options now: "inet6" and "online-tests".
  - p5-Net-DNS requires an additional package, p5-Net-IP.

Relevant changes since version 0.49:
====================================
- many bug fixes (see Changes and rt.cpan.org)

Feature Net::DNS::Nameserver loop_once()
   Uncommented the documentation of the loop_once() function and introduced
   get_open_tcp() that reports if there are any open TCP sockets (useful
   when using loop_once().

   loop_once() itself was introduced in version 0.53_02

Feature async nameserver behaviour.

Fix IPv6 on AIX
    Binding to the local interface did not work when local address was
    specified as "0" instead of "::". The problem was identified,
    reported and fixed by Achim Adam.

Feature
    Net::DNS::RR::OPT

    added the the size(), do(),set_do() and clear_do() methods.

Feature:
      Added "ignqrid" as an attribute to the Resolver.

      use as:
      ok (my $res=Net::DNS::Resolver->new(nameservers => ['127.0.0.1'],
				    port => 5354,
				    recurse => 0,
				    igntc => 1,
				    ignqrid => 1,
				    ),

      When the attribute is set to a non-zero value replies with the
      qr bit clear and replies with non-matching query ids are
      happily accepted. This opens the possibility to accept spoofed
      answers. YOU CAN BURN YOURSELF WITH THIS FEATURE.

      It is set to 0 per default and remains, except for this changes file
      an undocumented feature.

Fix: Makefile.PL: Minor tweak to recognize Mac OS X 10.4 not so relevant
    since netdnslib is distributed with the code.

Feature: Calling the Net::DNS::Resolver::dnssec method with a non-zero
    argument will set the udppacketsize to 2048. The method will
    also carp a warning if you pass a non-zero argument when
    Net::DNS::SEC is not installed.

Feature: IPv6 transport support
     IPv6 transport has been added to the resolver and to the
     nameserver code.

     To use IPv6 please make sure that you have IO::Socket::INET6 version
     2.01 or later installed.

     If IPv6 transport is available Net::DNS::Resolver::Recurse will make
     use of it (picking randomly between IPv4 and IPv6 transport) use
     the force_v4() method to only force IPv4.

Feature: Binary characters in labels
     RFC 1035 3.1:

       Domain names in messages are expressed in terms of a sequence of
       labels.  Each label is represented as a one octet length field
       followed by that number of octets.  Since every domain name ends
       with the null label of the root, a domain name is terminated by a
       length byte of zero.  The high order two bits of every length octet
       must be zero, and the remaining six bits of the length field limit
       the label to 63 octets or less.

     Unfortunatelly dname attributes are stored strings throughout
     Net::DNS.  (With hindsight dnames should have had their own class
     in which one could have preserved the wire format.).

     To be able to represent all octets that are allowed in domain
     names I took the approach to use the "presentation format" for
     the attributes. This presentation format is defined in RFC 1035
     5.1.

     I added code to parse presentation format domain names that has
     escpaped data such as \ddd and \X (where X is not a number) to
     wireformat and vice verse. In the conversion from wire format to
     presentation format the characters that have special meaning in a
     zone file are escaped (so that they can be cut-n-pasted without
     pain).

     These are " (0x22), $ (0x24), (0x28), ) (0x29), . (0x2e) , ;
     (0x3b), @ (ox40) and \ (0x5c). The number between brackets
     representing the ascii code in hex.

     Note that wherever a name occurs as a string in Net::DNS it is
     now in presentation format.

     For those that dealth with 'hostnames' (subset of all possible
     domain names) this will be a completely transparent change.

     Details:

     I added netdnslib wich contains Net::DNS's own dn_expand. Its
     implemented in C and the source is a hodgepodge of Berkeley based
     code and sniplets from ISC's bind9 distribution. The behavior, in
     terms of which chars are escaped, is similare to bind9.

     There are some functions added to DNS.pm that do conversion from
     presentation and wire format and back. They should only be used
     internally (although they live in EXPORT_OK.)

     For esotheric test cases see t/11-escapedchars.t.
2006-02-09 21:35:46 +00:00
rillig
48469f7f99 Fixed pkglint warnings. 2006-02-09 18:29:01 +00:00
rillig
bda4fb0259 Fixed pkglint warnings. 2006-02-09 18:17:52 +00:00
rillig
453a37093e Fixed pkglint -Wall warnings, as noted in PR 32773. 2006-02-09 18:07:57 +00:00
agc
eb0c9fdfd4 Note the removal of devel/intel-iscsi - it has been superceded by netbsd-iscsi. 2006-02-09 17:20:47 +00:00
agc
2e3fa84a1a Remove the old intel-iscsi package - it has been superceded by netbsd-iscsi. 2006-02-09 17:19:39 +00:00
agc
6e86a48fcf Note the addition of devel/netbsd-iscsi 2006-02-09 16:51:42 +00:00
agc
8b56612f6c Add and enable netbsd-iscsi 2006-02-09 16:50:36 +00:00
agc
105ae1b5f8 Initial import of the NetBSD iSCSI target and test harness, version
20060209. This is taken from the NetBSD src/dist/iscsi tree.

	iSCSI is an IETF standard (RFC 3720) for remote access to block-level
	storage.  It can be thought of as similar to NFS, except that an NFS
	server exports files; the iSCSI target exports blocks to the iSCSI
	initiators, which are the clients.

	To set up the target, you need to edit the /etc/iscsi/targets file.
	It has a certain layout, to provide a means of (a) mirroring and (b)
	combining multiple areas to present one large contiguous area of
	storage.  This can be multiply-layered.

This package will replace the earlier intel-iscsi package, on which it is
based.
2006-02-09 16:49:07 +00:00
abs
e601c4b9ac update cpuflags to 0.98:
For those playing on the bleeding edge with optimise_gcc.mk,
	disable -ffast-math for perl. NetBSD/i386 perl5.8.7 reports
	'49/49!=1' as true under -ffast-math
2006-02-09 13:46:51 +00:00
abs
ae2da2cd22 update cpuflags to 0.98:
For those playing on the bleeding edge with optimise_gcc.mk,
	disable -ffast-math for perl. NetBSD/i386 perl5.8.7 reports
	'49/49!=1' as true under -ffast-math
2006-02-09 13:45:04 +00:00
joerg
52b147a1ae Use PKGNAME_NOREV as base for DISTNAME. Different fix for PR 32783. 2006-02-09 13:30:19 +00:00
tonio
309bb2eedc Fix MASTERSITES, from PR pkg/32782, by Robert Elz 2006-02-09 12:48:59 +00:00
adam
94341af2a8 Updated graphics/Mesa to 6.4.2 2006-02-09 12:29:10 +00:00
adam
b5468d064f 6.4.2 February 2, 2006
New:
	- added OSMesaColorClamp() function/feature
	- added wglGetExtensionStringARB() function
    Bug fixes:
	- fixed some problems when building on Windows
	- GLw header files weren't installed by installmesa script (bug 5396)
	- GL/glfbdev.h file was missing from tarballs
	- fixed TNL initialization bug which could lead to crash (bug 5791)
2006-02-09 12:27:42 +00:00
adam
58e3af1080 Updated graphics/gimp24 to 2.3.7 2006-02-09 12:01:44 +00:00
adam
4877e7c0e6 Changes 2.3.7:
- depend on GTK+ 2.8, use some of the new features
- removed workarounds for problems in GTK+ 2.6
- moved Align Visible Layers to the Image menu
- started to add a new vectors PDB API
- make it more obvious that docks can be rearranged by drag and drop
- modified the behaviour of the Tab key
- added --license command-line option
- improved dither matrix for RGB->Indexed conversion
- added PDB API to stroke with any paint method
- gave some plug-ins more sensible names
- keep settings of brush/pattern/font/... button popups across sessions
- reduced number of memory allocations by declaring some strings as static
- some improvements to the plug-in preview widgets
- added links to important topics in the user manual
- let the configure script display a summary of options
- bug fixes and code cleanup
2006-02-09 12:00:37 +00:00
shannonjr
58b559ded1 Added entry for updating prelude-manager 2006-02-09 11:03:44 +00:00
shannonjr
2de4fb3c5f Update to 0.9.3. Changes:
- Only send TLS alert if there is one queued, fix a possible crash.
- Emit warning if prelude-failover problem arise.
- Improve error handling.
- Improve db plugin log option, "-" now mean stdout.
- Various bug fixes.
2006-02-09 11:01:57 +00:00
drochner
e891a92ab1 update to 8.05 (RCS rev 1.315)
this adds color management
(I've made this optional for now, enabled per default, just in case
some platform has problems with lcms)
2006-02-09 10:58:20 +00:00
kleink
628a7de4c0 Note the addition of time/p5-Time-TAI64 2.10. 2006-02-09 10:43:28 +00:00
kleink
f0daa8b241 Add and enable p5-Time-TAI64. 2006-02-09 10:42:34 +00:00
kleink
9f58af98a4 Initial import of p5-Time-TAI 2.10 into the Packages Collection.
This Module makes available to the user functions to convert TAI64 strings
to unix timestamps suitable to make time calculations.
2006-02-09 10:41:48 +00:00
ghen
b606dc9661 Remove ssl from PKG_SUPPORTED_OPTIONS because it's in a PKG_OPTIONS_GROUP now. 2006-02-09 09:09:28 +00:00
adam
51df2c1b45 Updated games/scummvm to 0.8.2 2006-02-09 08:26:36 +00:00
adam
6c8e38eec5 Changes 0.8.2:
General:
   - Fixed OS X bundle building when using GCC 3.3.

 SCUMM:
   - Added support for rotating and scaling of sprites in HE games.

 Sword2:
   - Fixed last-minute crash when playing sound effects.

 WinCE Port:
   - Should fix weird crashes with DOTT stamp and in FOA
   - Fixed Monkey Island blocking keyboard panel on Smartphones
   - Fixed QVGA Smartphone detection (mean it this time :p)
   - Fixed Smartphone double right click issue.
2006-02-09 08:24:48 +00:00
wiz
a101b0eadf + file-roller-2.12.3, gnome-backgrounds-2.12.3.1, gnome-desktop-2.12.3,
gnome-games-2.12.3, gnome-themes-2.12.3, gnome2-control-center-2.12.3,
  gsasl-0.2.11, ipsec-tools-0.6.5, libgnomeui-2.12.3, libidn-0.6.2,
  metacity-2.12.3, nagios-2.0 [replacing netsaint],
  nautilus-cd-burner-2.12.3, oss-3.99.4a, rdiff-backup-1.0.4
  [pkg/32777].
2006-02-08 21:45:01 +00:00
joerg
f293e120ff Add pthread dependencies for DragonFly, otherwise the Python linkage
test fails.
2006-02-08 19:47:08 +00:00
drochner
daec5a2a80 also require glibmm>=2.8.0 2006-02-08 18:53:44 +00:00
drochner
7303653d15 this insists in glib2>=2.8.0 2006-02-08 18:50:52 +00:00
drochner
253f748f5e this uses pkg-config 2006-02-08 18:49:26 +00:00
drochner
16bad37d53 update to 2.12.3
changes:
-bugfixes
-translation updates
2006-02-08 18:41:11 +00:00
drochner
d529815707 update to 3.8.2
chanhes: translation updates
2006-02-08 18:39:34 +00:00
drochner
35071e77ee update to 2.12.2
changes:
-Dropped many dead files.
-added translations
2006-02-08 18:36:41 +00:00
drochner
064342bd2c update to 2.12.3
changes:
-bugfixes
-translation updates
2006-02-08 18:34:20 +00:00
drochner
78ba5aa61e update to 2.12.3
changes:
-Use virtual desktop size when computing size of pager
-bugfixes
-translation update
2006-02-08 18:32:07 +00:00
drochner
dc4cf8b955 update to 1.0.4
changes:
-bugfixes
-build improvements
2006-02-08 18:29:17 +00:00
drochner
e671e9d870 update to 2.3.10
Major changes with respect to 2.2.6 include:
require GTK+ >= 2.4.0
new address completion widget.
new themeable icon scheme.
new composer attachment handling widget.
migrate from GnomeFileEntry to GtkFileChooser.
IMAP IDLE support.
2006-02-08 18:25:24 +00:00
minskim
d3c48bbe18 Fix a bug that prevented this package from compiling on Solaris
and Darwin.  Patch from the iperf mailing list.
2006-02-08 18:15:26 +00:00
joerg
3546694304 Add DragonFly support. 2006-02-08 17:18:53 +00:00
seb
22ca339d8f Note initial addition of p5-Test-WWW-Mechanize version 1.08 as
www/p5-Test-WWW-Mechanize into the NetBSD Packages Collection.

Test::WWW::Mechanize Perl5 module provides a subclass of WWW::Mechanize
that incorporates features for web application testing.
2006-02-08 17:08:04 +00:00
seb
c0cdc7bfe9 Add & enable p5-Test-WWW-Mechanize 2006-02-08 17:07:22 +00:00
seb
f67df56fe7 Initial import of p5-Test-WWW-Mechanize version 1.08 as
www/p5-Test-WWW-Mechanize into the NetBSD Packages Collection.

Test::WWW::Mechanize Perl5 module provides a subclass of WWW::Mechanize
that incorporates features for web application testing.
2006-02-08 17:06:14 +00:00