Commit graph

85889 commits

Author SHA1 Message Date
jmmv
5f5df1842b Make nss and nspr install pkg-config files. Bump their PKGREVISION. 2005-10-16 11:15:10 +00:00
heinz
37d6c84f87 Updated
sysutils/p5-Sys-Hostname-Long to 1.4
 net/p5-Net-CIDR-Lite to 0.18
 mail/p5-razor-agents to 2.77
 security/p5-IO-Socket-SSL to 0.97
 mail/p5-Mail-SPF-Query to 1.997
2005-10-16 09:50:38 +00:00
heinz
63f2e25dc0 Updated to version 1.997.
This fixes PR pkg/29993.

No pkgsrc changes:

Changes since version 1.996:
============================
At least a patch for hanging spfd connections (DNS_RESOLVER_TIMEOUT) was added.
The rest is unknown, "Changes" does not tell us much...
2005-10-16 09:45:52 +00:00
seb
f01e6ca40e x11/render package had been moved as x11/renderext. 2005-10-16 08:57:30 +00:00
heinz
35e71db591 Updated to version 0.97.
No pkgsrc changes.

Changes since version 0.96:
===========================
v0.97
        - Writes now correctly return errors.  (Problem noted by
          Dominique Quatravaux <dom at idealx.com>).
        - CA paths now work without passing an empty SSL_ca_file
          argument.  (Problem found by Phil Pennock, <phil.pennock
          at globnix.org>).
        - IO::Socket::SSL now automatically passes Proto => tcp (if
          not already specified) to IO::Socket::INET to work around
          /etc/services files with udp entries listed first.  (Fix
          suggested by Phil Pennock).
        - $socket->accept() now returns the peer address in array
          context for better conformance with IO::Socket::INET.
          However, if you were doing "map { $_->accept } (@sockets)",
          or similar tricks, you will need to use "scalar" to get the
          old behavior back.  (Problem noted by Nils Sowen, <n.sowen
          at kon.de>).
        - IO::Socket::SSL should now properly block on reads larger
          than the buffer size of Net::SSLeay.  (Problem found by Eric
          Jergensen, <eric at dvns.com>).
        - IO::Socket::SSL should now send CA Certs (if necessary)
          along with certificates.  (Problem found by <roy at
          momentous.ca>).
        - Timeouts should now work, but be aware that if multiple
          reads/writes are necessary to complete a connection, then
          each one may have a separate timeout.  (Request from
          Dominique Quatravaux <dom at idealx.com>).
        - In certain cases, start_SSL() would misplace a socket's
          fileno, causing problems with starting SSL.  This should now
          be fixed.  (Problem found by <russ at zerotech.net>).
        - IO::Socket::SSL now requires a minimum of Net::SSLeay 1.21.
2005-10-16 08:46:07 +00:00
heinz
192ce0da51 Updated to version 2.77.
Pkgsrc changes:
  - Archive is only available as .tar.bz2.

Changes since version 2.72:
===========================
  2.77 (Aug 15, 2005)
    *   Fix to a broken bunzip archive.
  2.76 (Aug 15, 2005)
    *   When no reporter identity is found, attempt to register
        automatically.
    *   When -home is specified on the command line, default
        "global_razorhome" to the provided value. [Gentoo #101070]
  2.75 (July 6, 2005)
    *   Removed two debugging statements accidentally checked into 2.74.
    *   Applied syslog patch from Debian bug #295727 to reintroduce support
        for 'sys-syslog' and 'syslog' log targets. [Feature #1229433]
    *   Modified Makefile.PL to honor DESTDIR when installing section 5 man
        pages. [Bug #1227167]
    *   Fixed failure for razor-agents to exit with error when unknown
        parameters were specified. [Bug #1229450]
    *   Fixed bug for when razor-agents was invoked without ``-f'' but
        reading from STDIN, causing the shell to be unusable until the
        forked background process was killed off. [Bug #1229887]
  2.74 (June 28, 2005)
    *   Fixed handling of configuration options; under certain
        circumstances, neither the defaults nor the configuration file would
        set necessary variables such as "listfile_discovery".
    *   Fixed handling of -home option; when provided, it will be accepted
        without further checks.
    *   Fixed installation of man(5) pages by non-root users to local man
        directories. [Patch #1227162]
    *   Reverted a patch that was intended to add support for overriding
        razorhome under certain circumstances. The patch introduced new
        issues with external program integration (eg. Amavis). [Bug
        #1074391]
    *   Corrected a spelling error in a debug message.
    *   Added several defined checks to avoid unnecessary warnings when
        manipulating server lists.
    *   Corrected the preprocessing fix shipped with 2.70 and updated the
        test suite to match. [Bug #1001417]
    *   Updated preproc implementation (deHTMLxs) to match other clients.
2005-10-16 08:29:06 +00:00
heinz
1d4c7ed88b Updated to version 0.18.
No pkgsrc changes.

Changes since version 0.15:
=====================================
0.18  Sat May 20 01:00:00 2005
    - Documented bin_find().
    - Added pod tests. Watch my kwalitee go up! Woohoo!
0.17  Wed May 18 12:00:00 2005
    - Fixed last fix and corresponding test.
0.16  Wed May 18 10:00:00 2005
    - Fixed divide by zero on find with empty spanner.
      Reported by jgmyers via rt.cpan.org.
    - Fixed pod errors.
2005-10-16 08:20:26 +00:00
heinz
123eee6133 Updated to version 1.4.
Pkgsrc changes:
  - Removed patch-aa (in Long.pm) and the pre-configure target because our
    workaround for the problem on Solaris ("hostname --fqdn" changing the
    name of the machine) is no longer necessary.
  - Added SVR4_PKGNAME.

Relevant changes since version 1.0:
==========================
        New version to fix major Solaris problem
        Thanks to patch from Piotr Klaban
        and many others for reporting the problem.
2005-10-16 08:06:55 +00:00
reed
0c1f4bdf3d Just like this configure doesn't support --infodir, it doesn't
support --mandir. Also add to the patch to allow this
PKGMANDIR customization.
2005-10-16 05:07:58 +00:00
minskim
580bc265dc Add and enable p5-HTTP-GHTTP. 2005-10-16 05:03:30 +00:00
minskim
a4912542a8 Import p5-HTTP-GHTTP from pkgsrc-wip. Packaged by xtraeme@ and
improved by hiramatsu@.

This is a fairly low level interface to the Gnome project's libghttp,
which allows you to process HTTP requests to HTTP servers.  There also
exists a slightly higher level interface - a simple get() function which
takes a URI as a parameter.

It allows you to make very simple HTTP requests, without the weight of
something like LWP.  This makes it very useful in situations where
memory and speed are at a premium, such as mod_perl.

It has full support for proxy requests and authenticated requests.
2005-10-16 05:01:06 +00:00
minskim
3660d052fe Add and enable p5-Term-Screen. 2005-10-16 04:51:51 +00:00
minskim
55f7114638 Import p5-Term-Screen from pkgsrc-wip. Packaged by pancake, and
improved by Hiramatsu Yoshifumi.

This module provides a simple interface to the terminal control
features for character mode terminals.
2005-10-16 04:46:27 +00:00
schmonz
8c7dd175a6 - getmail-4.3.13 2005-10-16 02:43:47 +00:00
schmonz
47ceb079a9 Note getmail update. 2005-10-16 02:20:19 +00:00
schmonz
1cf77b8429 Update to 4.3.13. From the changelog:
-add BrokenUIDLPOP3SSLRetriever as SSL version of BrokenUIDLPOP3Retriever,
  based on an idea by a user of the Debian package.  Thanks: Daniel Burrows,
  Fredrik Steen.

  -remove deprecated "strict" argument from message/header parsing calls.
  While it was possible to suppress the warning that resulted when using
  Python 2.4,  it appears many getmail users couldn't bother to do that
  and complained to me instead.
2005-10-16 02:19:39 +00:00
tonio
cfe6a146ae Updated lang/elk to 3.99.6 2005-10-15 23:08:39 +00:00
tonio
ae27dd5309 Update lang/elk to 3.99.6
Update HOMEPAGE and MASTER_SITES
3.99.* use autoconf/automake and libtool. It should work on alpha and other 64
platforms
Convert to use the option framework. Options xaw and motif enable xaw and motif
widget support. Both imply x11 support.

The update should fix PR 31750
2005-10-15 23:07:21 +00:00
tonio
e113dad136 Add xaw and motif options. Respectively enable xaw and motif support 2005-10-15 23:01:10 +00:00
jmmv
d1a4d54591 Use tabs to indent, not spaces. 2005-10-15 22:20:59 +00:00
tonio
562fe13e11 Update misc/figlet to 2.2.2 2005-10-15 22:17:13 +00:00
tonio
89252c6115 Update misc/figlet to 2.2.2
Changes in FIGlet 2.2.2
-----------------------

License changed from "Artistic License" to "Academic Free
License" as agreed by FIGlet authors. 05 July 2005

Also, updated the patch to use BSD_INSTALL_*
2005-10-15 22:16:05 +00:00
jmmv
8fd9a29be3 Use tabs to indent, not spaces. 2005-10-15 22:06:20 +00:00
wiz
6f28e08c3a + crimsonfields-0.4.9, getmail-4.3.13, mkvtoolnix-1.6.0, ncurses-5.5,
p5-DBD-Sybase-1.07, snd-7.16.
- p5-Archive-Tar-1.26, p5-Compress-Zlib-1.41, p5-IO-Zlib-1.04 (thanks, heinz).
2005-10-15 21:55:50 +00:00
tonio
f0298b258a Add a patch from the freebsd kaffe port maintainer (anholt) to fix kaffe
under freebsd x86_64
2005-10-15 21:49:53 +00:00
heinz
d8de52d07f Removed p5-Archive-Tar-1.26, p5-Compress-Zlib-1.41, p5-IO-Zlib-1.04.
Working on p5-Net-DNS-0.53 and p5-razor-agents-2.77.
2005-10-15 21:44:52 +00:00
heinz
5875f811d7 Updated
security/p5-Digest to 1.12
  devel/p5-Compress-Zlib to 1.41
  devel/p5-IO-Zlib to 1.04
  archivers/p5-Archive-Tar to 1.26
2005-10-15 21:36:32 +00:00
wiz
39571191fd vorbis-tools updated to 1.1.1. 2005-10-15 21:24:53 +00:00
wiz
1dbd81bae2 Update to 1.1.1:
Thise release includes some bug and documentation fixes, but no new
encoder modes. However, oggenc from this release now properly supports
the new CBR engine introduced in libvorbis 1.1.0 but the 1.1.1 release
of both libraries is required for things to work properly. Not that
there was never a 1.1.0 release of vorbis-tools because of this issue.

The ogginfo tool also now recognizes and reports information from Ogg
Theora files.
2005-10-15 21:24:16 +00:00
tonio
b08e747b68 Update MASTERSITES and HOMEPAGE to use http://home.comcast.net/~bobyetman/
Fix PR 31821
2005-10-15 21:23:00 +00:00
heinz
b9ccab9929 Updated to version 1.26.
Pkgsrc changes:
  - Require version 1.01 of p5-IO-Zlib, as Makefile.PL suggests.
  - New prerequisite p5-Text-Diff, due to new program 'ptardiff'

Changes since version 1.22:
===========================
* important changes in version 1.26 22/8/2005:
-   the 'ptardiff' was not included in the exe_files section
    of the makefile.pl, meaning it didn't get installed by default.

* important changes in version 1.25 20/8/2005:
-   Move the changes into it's own file
-   Add patch from abeltje to make tests pass on VMS. This is *just*
    the tests -- code may need some extra work to be reliable  (#12678)
-   Add faq about accessing 'tar.Z' files, as provided by Paul Marquess
-   Add a warning if the read() call from new() fails to return data
-   Address #13636, where heuristics were 'upgrading' a file to a
    directory if the file had an @LongLink entry, and the shortened
    filename ended in a '/'.
-   Add ptardiff program as suggested by KWILLIAMS (#13658)

* important changes in version 1.24 3/5/2005:
-   Fix a bug where alternate absolute extract paths would add an
    extra directory upon extract (bug #11342)
-   Added support for 'perlio' (available for perl5.8 and up).
    See the Archive::Tar documentation for details

* important changes in version 1.23 3/12/2004:
-   03_file.t wasn't present in the MANIFEST
2005-10-15 20:56:03 +00:00
heinz
668d04258d Added appropriate TEST_TARGET. 2005-10-15 20:24:53 +00:00
tonio
e7f7dc1960 Update print/auxtex to 11.81 2005-10-15 20:13:08 +00:00
tonio
e3e8ae1a9e Adapt the MESSAGE to the new startup scheme 2005-10-15 20:11:35 +00:00
tonio
0e33c06b36 Update print/auctex to 11.81
This release contains preview-latex
(which install could be disabled by an option, but is it useful ?)
Many bugfixes, and support for different languages
2005-10-15 20:09:35 +00:00
heinz
104634286a Update to version 1.04.
Pkgsrc changes:
 - Added HOMEPAGE.

Relevant changes since version 1.01:
===========================
 * fixes for various tests
 * Added support for external gzip.
2005-10-15 20:05:07 +00:00
heinz
c62c0a3881 Updated to version 1.41.
No pkgsrc changes.

Changes since version 1.35
==========================
  1.41 - 4 October 2005
      * added hints/mpeix.pl file supplied by Ken Hirsch
  1.40 - 23 September 2005
      * Fixed failure of 03examples.t for some windows systems.
  1.39 - 15 September 2005
      * Fixed dTHX macro for 5.00503 on FreeBSD
  1.38 - 6 September 2005
      * Integrate core change 25304 -- Symbian Update
      * Added libscan to Makefile.PL
  1.37 - 12 August 2005
      * Change to t/03examples.t for VMS from Abe Timmerman
  1.36 - 3 August 2005
      * Renamed zlib-src-1.2.3 to zlib-src to help VMS
      * Fixed Makefile.PL for VMS
      * Fixed t/03examples.t for VMS
      * Added a couple of notes about incompatibility with Unix compress.
2005-10-15 19:51:17 +00:00
tonio
838126dafb Updated databases/abook to 0.5.4 2005-10-15 19:17:40 +00:00
tonio
1e8ecbb8ce Update database/abook to 0.5.4
This release contains mainly an update of autoconf/automake,
code cleanups and minor fixes
2005-10-15 19:13:34 +00:00
minskim
87b0634fb3 Add and enable Terminal-0.2.4. 2005-10-15 18:54:23 +00:00
minskim
cbae0516c1 Remove files that should have not been imported. 2005-10-15 18:52:39 +00:00
minskim
d7fe3f51a8 Import Terminal-0.2.4. Packaged by Kibum Han.
Terminal is a modern terminal emulator for the Unix/Linux desktop -
primarly for the Xfce desktop environment.  It was developed because
of the need for a lightweight and easy to use terminal emulator in the
Xfce desktop environment, that doesn't require the user to install the
GNOME plattform, but still provides a worthy alternative to the GNOME
terminal emulator.
2005-10-15 18:47:39 +00:00
wiz
273a916a73 libvorbis updated to 1.1.1. 2005-10-15 18:14:32 +00:00
wiz
584fa3b4b3 Update to 1.1.1.
This releases includes some bug and documentation fixes, but no new
encoder modes.
2005-10-15 18:14:03 +00:00
tonio
b2c9519e6b Note update of misc/vera to 1.16, remove vera 1.14 from TODO 2005-10-15 17:52:17 +00:00
tonio
e974ba9768 Update misc/vera to 1.16
Update Homepage, and use ${INFO_DIR} instead of info/
This fixes PR 31790, the old version's distfile was removed from MASTER_SITE
2005-10-15 17:50:27 +00:00
wiz
404e6648c1 + crimson-0.4.9, glade2-2.12.1, mldonkey-2.6.5, mldonkey-gui-2.6.5.
- ap2-auth-ldap-3.05, sendmail-8.13.5, turba-2.0.3 (thanks, adrianp!).
2005-10-15 17:13:44 +00:00
wiz
5afa60901f tiff updated to 3.7.4. 2005-10-15 17:12:19 +00:00
wiz
bb7729e647 Update to 3.7.4:
MAJOR CHANGES:
     * Fixed important bug in custom tags handling code..

   ------------------------------------------------

   CHANGES IN THE SOFTWARE CONFIGURATION:
     * Applied patch from Patrick Welche (all scripts moved in the 'config'
       and 'm4' directories).
     * SConstruct, libtiff/SConstruct: Added the first very preliminary
       support for SCons software building tool (http://www.scons.org/). This
       is experimental infrastructure and it will exist along with the
       autotools stuff.
     * port/lfind.c: Added lfind() replacement module.

   ------------------------------------------------

   CHANGES IN LIBTIFF:
     * tif_dir.c: When prefreeing tv->value in TIFFSetFieldV also set it to
       NULL to avoid double free when re-setting custom string fields as per:
       http://bugzilla.remotesensing.org/show_bug.cgi?id=922
     * tif_dir.c: Fixed up support for swapping "double complex" values (128
       bits as 2 64 bits doubles). GDAL gcore tests now pass on bigendian
       (macosx) system.
     * libtiff/{tif_dirread.c, tif_dirinfo.c}: Do not upcast BYTEs to SHORTs
       in the TIFFFetchByteArray(). Remove TIFFFetchExtraSamples() function,
       use TIFFFetchNormalTag() instead as per bug
       http://bugzilla.remotesensing.org/show_bug.cgi?id=831 Remove
       TIFFFetchExtraSamples() function, use TIFFFetchNormalTag() instead.
     * tif_print.c: Fixed printing of the BYTE and SBYTE arrays.
     * tif_write.c: Do not check the PlanarConfiguration field in the
       TIFFWriteCheck() function in case of single band images (as per TIFF
       spec).
     * libtiff/{tif_dir.c, tif_dir.h, tif_dirinfo.c, tif_print.c}: Make
       FieldOfViewCotangent, MatrixWorldToScreen, MatrixWorldToCamera,
       ImageFullWidth, ImageFullLength and PrimaryChromaticities tags custom.

   ------------------------------------------------

   CHANGES IN THE TOOLS:
     * tiffcp.c: Fixed WhitePoint tag copying.

   ------------------------------------------------

   CHANGES IN THE CONTRIB AREA:
     * tiffdump.c: Added support for TIFF_IFD datatype.
     * addtiffo/{tif_overview.c, tif_ovrcache.c, tif_ovrcache.h}: Make
       overviews working for contiguous images.
2005-10-15 17:11:51 +00:00
wiz
74688d199f Xft2 updated to 2.1.7. 2005-10-15 16:56:50 +00:00