Commit graph

75530 commits

Author SHA1 Message Date
hubertf
afea1931b6 Update adjustkernel to 1.7. Changes:
* Update copyright year
 * Change syntax to not require mandatory options (think about the word!)
 * Document short options
 * Mention /var/run/dmesg.boot
 * Expand examples section a bit
 * Xref dmesg(8)
 * Document a known bug

OK'd by mjl@
2005-02-28 00:48:52 +00:00
wiz
4e7bffac60 - p5-MailTools, thanks adrianp. 2005-02-28 00:44:39 +00:00
wiz
330312fbf0 pkg_chk-1.56, now with -N. 2005-02-28 00:44:12 +00:00
wiz
14c8b0a575 Update to 1.56:
Add new -N option, showing for each installed package any corresponding
entries in pkgsrc/doc/TODO (to give you an idea what updates you could
be interested in :) ).
While here, sort options in usage.
Ok'd by abs@.
2005-02-28 00:43:48 +00:00
adrianp
48413adff0 - Note p5-MailTools bump to 1.66 2005-02-27 23:53:31 +00:00
adrianp
e3e4f416a7 - Update from 1.62 to 1.66
> version 1.66: Thu Jan 20 10:16:10 CET 2005
>
> 	- Extended explanation that Mail::Address is limited.
>
> 	- Added examples/mail-mailer.pl, contributed by [Bruno Negrão]
>
> 	- use Mail::Mailer qw(mail) sets default mailer.  Doc update by
> 	  [Slavan Rezic]
>
> 	- Mail::Mailer::smtp now can authenticate SSL [Aaron J. Mackey]
>
> version 1.65: Wed Nov 24 15:43:17 CET 2004
>
> 	- Remove "minimal" comments from Mail::Address
>
>         - [Dan Grillo] suggested some improvements to Mail::Address::name(),
> 	  and some more were added.
>
> 	- [Slavan Rezic] small typo.
>
> version 1.64: Tue Aug 17 22:24:22 CEST 2004
>
> 	- CPAN failed to index 1.63 correctly, so hopefully it will
> 	  work now.
>
> version 1.63: Mon Aug 16 17:28:15 CEST 2004
>
> 	- [Craig Davison] Fixed date format in Mail::Field::Date to
> 	  comply to the RFC
>
> 	- [Alex Vandiver] patched the email address parser to be able
> 	  to understand a list of addresses separated by ';', as Outlook
> 	  does. The ';' is the group separator, which was not understood
> 	  by MailTools before, but valid according to the RFCs.
>
> 	- [Torsten Luettgert] found that field labels like '-' where not
> 	  beautified correctly.
>
> 	- [Slavan Rezic] Updated doc in Mail::Mailer: referred to $command
> 	  which doesn't mean anything, and "testfile" is working differently.
>
> 	- [chris] Mail::Message::Field::wellformedName() will upper-case
> 	  *-ID as part in the fieldname.
2005-02-27 23:52:01 +00:00
wiz
c0f7cf34e5 We already have ns-flash-7.0.25, remove 6.0.79 from TODO. 2005-02-27 23:29:44 +00:00
wiz
2fc74e7562 kdbg-1.9.6 is a beta version, remove it. 2005-02-27 23:12:11 +00:00
wiz
5805320395 firefox source packages have been updated. 2005-02-27 23:09:12 +00:00
wiz
f0222a4c5d bash updated to 3.0pl16. 2005-02-27 23:07:16 +00:00
wiz
4de5918644 Update to 3.0pl16, pulling in the first 16 official patches for bash.
Various bugfixes.
Some whitespace cleanup while here.
2005-02-27 23:06:50 +00:00
wiz
898a95411d mtr{,-gtk} updated to 0.69. 2005-02-27 22:50:12 +00:00
wiz
c2bf053ad7 Update to 0.69:
v0.69 make distclean should now also remove "rej" files.
        Antonio Querubin: update getopt.h . More cleanups using
        new infrastructure.
        rcw: Fixed IPV6 support: When compiled in an IPV6-supporting
        environment, but when the kernel doesn't support IPV6, mtr would
        fail to start.
  v0.68 included some old patches.
        included patch from Antonio Querubin for better IPV6 support
        restructured some more whitespace.
        added mtr.h where "global" things should go. Not finished
        moving things around, but now that the infrastructure is there,
        it should be easy.
2005-02-27 22:49:43 +00:00
wiz
99a9ac2ce1 devilspie updated to 0.8. 2005-02-27 22:43:55 +00:00
wiz
f888f5ac3b Update to 0.8:
Devil's Pie "Mystery Boxes" 0.8
===============================

* Bring back --apply-to-existing, so you can work on existing windows
* Add maximized_horizontally and _vertically to the resize action (John Russell)
* Add an execute action (John Russell)
* Add an opacity setting action (Guido Boehm)
* Generate decent matcher/action documentation at build-time from the source
* Check that regular expressions parsed correctly, fixing a common bug
* Less compile warnings
2005-02-27 22:43:24 +00:00
veego
b2daa161e3 Put back part of the ${PKGMINOR} handling, but keep the PKGREVISION at 2,
due too the nb1 usage in the DISTNAME.
2005-02-27 22:42:30 +00:00
veego
4488cdcf48 Bumpd the PKGREVISION for the following packages:
emulators/compat13
  emulators/compat14
  emulators/compat14-crypto
  emulators/twin
  lang/blackdown-jdk13
  multimedia/transcode
because of a broken PLIST_SRC handling introduced in mk/bsd.pkg.mk
rev 1.1593 and fixed in rev 1.1596.

compat13 was bumped to nb2 so we don't have different package version on
different archs (alpha had an nb1 before but all other had no PKGREVISION).
2005-02-27 22:30:43 +00:00
veego
d53b01d221 Fix PLIST_SRC error introduced in rev 1.1593.
Before this fix it would include
  PLIST.common
then _only_ one of the following
  PLIST.${OPSYS}
  PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g}
  PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g}
  PLIST
and then PLIST.common_end.

Now, uses all of the following PLIST files, in that order:

PLIST.common
PLIST.${OPSYS}
PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g}
PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g}
PLIST
PLIST.common_end
2005-02-27 22:10:25 +00:00
jschauma
e57735a4e2 make this work on IRIX
ok jmmv@
2005-02-27 22:06:10 +00:00
jmmv
b5667fd740 Some more pthread fixes: set PTHREAD_OPTS+=require and include the pthread
buildlink file in buildlink3.mk.  From tv@.
2005-02-27 21:57:53 +00:00
jschauma
cc21798bb0 Start to make this work on (even older) IRIX: check for __sgi rather than sgi
This was originally reported in PR 28819 by Georg Schwarz for db4 and
also noted by Georg to apply to this package.
2005-02-27 21:50:26 +00:00
jschauma
af6cf2fcff make this work on (even older) IRIX: check for __sgi rather than sgi
This was originally reported in PR 28819 by Georg Schwarz for db4 and
also noted by Georg to apply to this package.
2005-02-27 21:42:42 +00:00
dmcmahill
e64be73dbf make this work on solaris (pick the correct config name) 2005-02-27 21:33:17 +00:00
jmmv
4aca7c7930 Include pthread.buildlink3.mk; it's needed during the configure stage.
Pointed out by tv@.
2005-02-27 17:40:10 +00:00
peter
b5362e6d00 Fix installation on NetBSD 1.6.
Reviewed by wiz@
2005-02-27 17:33:44 +00:00
taya
f286df5808 Oops, previous commit was using gtk2.
switch to use gtk1.
2005-02-27 15:15:24 +00:00
taya
4215e71519 Note update of firefox to 1.0.1, add firefox-gtk1-1.0.1,
and removal of firefox-gtk2
2005-02-27 13:31:03 +00:00
taya
a9a8d98489 www/firefox switched to use gtk2.
remove www/firefox-gtk2.
2005-02-27 13:29:16 +00:00
taya
3162b43624 remove firefox-gtk2 & add firefox-gtk1 2005-02-27 13:25:47 +00:00
taya
04e3c4afaa Import gtk1 version of www/firefox. 2005-02-27 13:25:01 +00:00
wiz
92100355bf p5-HTML-TableExtract updated to 1.09. 2005-02-27 13:24:45 +00:00
wiz
e28945f61b Update to 1.09:
1.09  Fri Feb 25 17:49:00 EST 2005
        - Tables can now be selected by table tag attributes
        - lineage() method now returns row and column information, as
          well as depth and count, for each ancestor (potential
          backwards incompatability, entries are now 4 element arrays
          now rather than 2)
        - header matching and column retention enhancements
        - header retention
        - old-style procedures deprecated in prepration for them to
          become methods
        - various bug fixes
2005-02-27 13:24:13 +00:00
wiz
1edaf38534 Updated p5-HTML-Tagset to 3.04. 2005-02-27 13:23:35 +00:00
wiz
12d1383c35 Update to 3.04:
* Realese 3.04 -- just a rebundling; no actual code changes
	  [sic]
2005-02-27 13:23:00 +00:00
taya
7628fd3c33 Update firefox to 1.0.1.
And switched to use gtk2.

Changes from release notes:

*  Improved stability
* International Domain Names are now displayed as punycode.
(To show International Domain Names in Unicode, set the
"network.IDN_show_punycode" preference to false.)
* Several security fixes.
MFSA 2005-29  Internationalized Domain Name (IDN) homograph spoofing
MFSA 2005-28 Unsafe /tmp/plugtmp directory exploitable to erase user's files
MFSA 2005-27 Plugins can be used to load privileged content
MFSA 2005-26 Cross-site scripting by dropping javascript: link on tab
MFSA 2005-25 Image drag and drop executable spoofing
MFSA 2005-24 HTTP auth prompt tab spoofing
MFSA 2005-23 Download dialog source spoofing
MFSA 2005-22 Download dialog spoofing using Content-Disposition header
MFSA 2005-21 Overwrite arbitrary files downloading .lnk twice
MFSA 2005-20 XSLT can include stylesheets from arbitrary hosts
MFSA 2005-19 Autocomplete data leak
MFSA 2005-18 Memory overwrite in string library
MFSA 2005-17 Install source spoofing with user:pass@host
MFSA 2005-16 Spoofing download and security dialogs with overlapping windows
MFSA 2005-15 Heap overflow possible in UTF8 to Unicode conversion
MFSA 2005-14 SSL "secure site" indicator spoofing
MFSA 2005-13 Window Injection Spoofing
2005-02-27 13:20:43 +00:00
wiz
33f2b69c6d g-wrap updated to 1.9.4. 2005-02-27 13:20:01 +00:00
wiz
51cb236673 Update to 1.9.4:
- Enhanced generics support: now all arguments of methods are
    specialized, not only the first one.

  - Bugfixes
    + Now ships with (g-wrap gw-wct) compatibilty module needed by
      GnuCash at runtime.
    + Fixes for handling output arguments:
      - Wrapped functions with void return value and output arguments
	now return expected results
      - Optional argument count is now correctly computed in the
        presence of output arguments
    + The libffi alignment requirements are now honored. This fixes bus
      errors on many non-x86 architectures.
    + On big-endian architectures libffi-wrapped functions that return
      char now work correctly.
    + Some "uninitialized variable" warnings were fixed in generated code
      which caused compiles with GCC 4.0 to fail (Debian Bug#290305).
2005-02-27 13:19:20 +00:00
jmmv
4e7302c100 libgnomecups updated to 0.1.14. 2005-02-27 12:54:41 +00:00
jmmv
29c3674961 Update to 0.1.14:
2004-11-16  Jody Goldberg <jody@gnome.org>

	* libgnomecups/gnome-cups-printer.c (gnome_cups_printer_set_name) :
	  Add a decl in the header.

	* libgnomecups/gnome-cups-printer.c (update_attributes) : disable the
	  optimization that went directly to a printer when we knew it's host.
	  This caused problems when the remote printer was not accessible, or
	  for machines with unresolveable localnames (eg SuSE).  People can
	  re-enable it if they'd like (eg RedHat) by tweaking the magic global
	  static variable go_directly_to_printer_when_possible.
	(_gnome_cups_printer_get_host) : ditto.

2004-10-27  Jody Goldberg <jody@gnome.org>

	* libgnomecups/gnome-cups-printer.c (gnome_cups_printer_set_name) : new
	(gnome_cups_printer_set_description) :
	    s/CUPS_ADD_PRINTER/IPP_SET_PRINTER_ATTRIBUTES/
	(gnome_cups_printer_set_location) : ditto

2004-10-14  Jody Goldberg <jody@gnome.org>

	http://bugzilla.gnome.org/show_bug.cgi?id=151218
	* libgnomecups/gnome-cups-request.c (gnome_cups_request_new) : patch
	  minor leak.

2004-10-10  Malcolm Tredinnick <malcolm@commsecure.com.au>

	* configure.in: Wrap the GETTEXT_PACKAGE string in quotes.
	Unbreaks the build.

2004-10-09  James Henstridge  <james@jamesh.id.au>

	* acconfig.h, acinclude.m4: remove unnecessary autoconf/automake
	cruft.

	* libgnomecups/Makefile.am: don't set LDFLAGS variable, since it
	is meant to be a user variable.  Don't define GNOMELOCALEDIR,
	since it is done in the configure script now.

	* configure.in: remove some macro calls that are unnecessary with
	newer versions of Automake.

	* autogen.sh: ask for Automake >= 1.7
2005-02-27 12:52:56 +00:00
adam
cd47d4400d Updated ImageMagick to 6.2.0-2 2005-02-27 12:38:27 +00:00
adam
aa16cd994b Chanes 6.2.0-2:
* The Tru64 UNIX 4.0D/5.1 C++ compiler doesn't support ios::binary.
  There is an #ifdef for this, MISSING_STD_IOS_BINARY, but nothing sets
  it in configure.ac. So, I whipped up something to test it. I've tested
  this with the Sun, HP, IBM, SGI, and GNU C++ compilers.
* Bitmaps in wmf files which are drawed via ipa_bmp_draw (in coders/wmf.c)
  are not scaled to the output size, but drawn with the original size.
* Shear no longer produces artifacts for a 0 y-shear (e.g. 60x0).
* The PerlMagick memory, disk, etc., limits were not being set for values
  other than unlimited.
* Not all memory allocated in GetTransformTokens & GetStyleTokens are freed
  in SVG parsing.
2005-02-27 12:37:30 +00:00
veego
397ac3aa7d Note the update of transcode to 0.6.12nb4. 2005-02-27 12:04:39 +00:00
veego
71050b5026 Add back lib/transcode/export_xvid.so to PLIST which was removed in rev 1.2.
This file is just an symlink to export_xvid4.so created by the Makefile
and not part of an .la File.

Move lib/transcode/libxvidcore.so.4 to PLIST.i386, because the link is only
created on i386.

Bump PKGREVISION.

Old HOMEPAGE and MASTER_SITES are no longer valid. Change it to the new
pages for transcode 0.6.14, but only two MASTER_SITES have the old file.

ToDo: Update to 0.6.14.
2005-02-27 12:03:09 +00:00
wiz
fce6dc0f29 Use .else, not .elseif with no clause (should be .elif anyway...). 2005-02-27 11:56:10 +00:00
wiz
57180b1527 + efax-gtk-2.2.15, mathomatic-12.1c, mkvtoolnix-1.4.0, msmtp-1.3.8,
p5-HTML-TableExtract-1.09, potrace-1.6, smlnj-110.53.
2005-02-27 11:53:31 +00:00
markd
070cf77de5 Add kamera. PR 29265 from Matthias Pfaller cleaned up slightly by me.
Bump PKGREVISION.
2005-02-27 11:48:57 +00:00
markd
bbe12f34ec Bump required version of doxygen to 1.4.0 and add the additional files this
version creates to the PLIST.
Also save the kdelibs-apidocs/common symlink, that kdelibs installs, prior
to install and restore it afterwards.
Bump PKGREVISION.
2005-02-27 11:39:33 +00:00
wiz
766c5dea46 Explicitly set PREFIX; some files were installed in the wrong place (/share). 2005-02-27 11:24:16 +00:00
wiz
7b08a74b0e Drop trailing whitespace. 2005-02-27 11:16:30 +00:00
wiz
902b890d28 Unbreak package: It's ".elif", not ".elseif".
Remove empty line.
2005-02-27 11:14:49 +00:00