Commit graph

8638 commits

Author SHA1 Message Date
wiz
991dcdf978 Mark as BROKEN_IN pkgsrc-2006Q1 according to
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html
2006-05-18 20:29:58 +00:00
drochner
6f5e7e8c8f update to 1.14.1
changes:
-Enable the ODF support in the thumbnailer's schema.
-some bugfixes

also register the schema file with gconf so that thumbnails for
office/odf are actually created
2006-05-17 17:21:41 +00:00
wiz
63a1621b47 Update to 2.7.7, from Brook Milligan in PR 33498.
Previous version was 2.7.6c, but I'm not sure which of
the following changes were before 2.7.6c, so I'll list all
changes since 2.7.5:
# Version 2.7.6 revision a/b/c/d/e (08/19/2005-02/18/06)

    * Added WS-Security authentication, tokens, and signatures with new 'wsse' plugin, see documentation in 'doc' directory and 'samples/wsse'.
    * Added 'doc' directory for documentation and moved soapdoc2.html and soapdoc2.pdf.
    * Added SOAP_XML_INDENT flag.
    * Added soap_sender_fault_subcode() and soap_receiver_fault_subcode() for SOAP 1.2 subcodes.
    * Added WITH_DOM compile flag to enable flushing serialized and deserialized data to DOM (as well as a stream).
    * Added soapcpp2 option -L.
    * Added soapcpp2 option -a.
    * Added wsdl2h option -a (for backward compatibility).
    * Added wsdl2h option -d.
    * Added WITH_TCPFIN comile flag to enable optional shutdown with how=1 (TCPFIN) after final sends to force EOF on other side (used to be the default behavior).
    * Added schema substitutionGroup support.
    * Added soap_ssl_init().
    * Improved DOM implementation and documentation.
    * Improved AS400 portability.
    * Improved schema choice support.
    * Fixed wsdl2h multiple schema include issue.
    * Fixed soaps2dateTime and soap_timegm functions when timegm is not available.
    * Fixed exc-c14n formatting.
    * Fixed SOAP 1.2 fault handling.
    * Fixed missing soap_flag___item2 issue.
    * Fixed partial MIME boundary parsing issue.
    * Fixed base64 parsing with WITH_FAST.
    * Fixed MIME encoding of \r\r sequence.
    * Fixed QName normalization issue.
    * Fixed relative path schema import.
    * Fixed MTOM cid matching with URL encoded IDs.
    * Fixed wide-character (wchar_t*) XML attribute handling.
    * Fixed std::vector element id-ref ordering in deserializer.

# Version 2.7.7 (04/07/2006)

    * Added streaming MTOM support (see also example in samples/mtom-stream).
    * Added long double serialization support with custom serializer (custom/long_double.h).
    * Added automatic detection of application's soap_malloc() data overruns in DEBUG mode.
    * Improved time_t and struct tm (custom/struct_tm.h) serialization.
    * Fixed issue with a wrongly generated namespace map entry.
    * Fixed PalmOS socket connection issues.
    * Fixed XML attributes with bitmask enumeration (enum*) values.
2006-05-16 22:37:27 +00:00
dogcow
68052c76fe Pentium-M should be scheduled as pentium-m, not pentium4m. 2006-05-16 16:43:10 +00:00
joerg
928b9af7ea Fix up pthread related source:
- PTHREAD_MUTEX_RECURSIVE is POSIX, _NP doesn't exist
- try to link when looking for pthread_mutex_timedlock
- don't hard-code -lpthread

Bump revision, since the generated library changed.
2006-05-16 15:56:43 +00:00
joerg
7c306bc246 Uses C++. 2006-05-15 19:41:49 +00:00
joerg
71277f9567 Fix errno. 2006-05-15 19:41:45 +00:00
joerg
2ece44ef85 Uses C++. 2006-05-15 19:27:55 +00:00
seb
5a99e6dd5e Add & enable p5-ExtUtils-CBuilder, p5-ExtUtils-ParseXS, p5-Module-Install
and p5-Module-Install-RTx
2006-05-15 15:04:27 +00:00
seb
a42074a946 Initial addition of p5-Module-Install-RTx version 0.11 into the NetBSD packages
Collection.

This Perl 5 module is a helper module for RT extension writers to
install files into an existing RT installation.
2006-05-15 15:01:19 +00:00
seb
8736dd1694 Initial addition of p5-Module-Install version 0.62 into the NetBSD packages
Collection.

This Perl 5 module is a standalone, extensible installer for Perl
modules.  It is designed to be a drop-in replacement for
ExtUtils::MakeMaker, and is a descendent of CPAN::MakeMaker.
2006-05-15 14:59:52 +00:00
seb
64fa4cecce Initial addition of p5-ExtUtils-ParseXS version 2.15 into the NetBSD packages
Collection.

This Perl 5 module will compile XS code into C code by embedding
the constructs necessary to let C functions manipulate Perl values
and creates the glue necessary to let Perl access those functions.
The compiler uses typemaps to determine how to map C function
parameters and variables to Perl values.
2006-05-15 14:58:32 +00:00
seb
83ec3d40d1 Initial addition of p5-ExtUtils-CBuilder version 0.18 into the NetBSD packages
Collection.

This Perl 5 module can build the C portions of Perl modules by
invoking the appropriate compilers and linkers in a cross-platform
manner.  It was motivated by the "Module::Build" project, but may
be useful for other purposes as well.  However, it is not intended
as a general cross-platform interface to all your C building
needs.
2006-05-15 14:56:51 +00:00
rillig
13665a4577 Imported qconf.
QConf allows you to have a nice configure script for your qmake-based
project. It is intended for developers who don?t need (or want) to use
the more complex GNU autotools. With qconf/qmake, it is easy to maintain
a cross-platform project that uses a familiar configuration interface on
unix.
2006-05-15 11:19:24 +00:00
seb
00524aefbb Uses C++.
While here fix pkglint warning wrt whitespace.
2006-05-14 15:28:32 +00:00
adam
07b2f1165e Fix buildlink3.mk 2006-05-13 20:32:15 +00:00
adam
2fcba38677 Changes 2.10.2:
* Added --enable-api-properties, --enable-api-vfuncs, and --enable-api-exceptions.
  When using these, the API, and any API generated by gmmproc, will be
  changed. This allows users of embedded platforms to reduce the code size of *mm
  libraries and *mm-using applications, at the small cost of losing some rarely-used
  API. Alternatives exist for that API, as show in the examples.
2006-05-13 19:15:51 +00:00
minskim
7bba8d2c8f Add a missing file to PLIST. Bump PKGREVISION. 2006-05-13 19:00:56 +00:00
rillig
fee5e7a437 Fixed pkglint warnings. 2006-05-13 11:31:11 +00:00
minskim
fa5157ed20 Remove references to teTeX1. 2006-05-13 03:44:23 +00:00
gdt
b35f01cd5d USE_LANGUAGES+= c++ 2006-05-12 21:01:59 +00:00
schmonz
980c1da9bf Uses C++. 2006-05-11 14:55:17 +00:00
joerg
d5a176c669 Uses C++. 2006-05-11 13:55:38 +00:00
joerg
dad4616e38 Uses C++. 2006-05-11 13:45:17 +00:00
minskim
d4d4b48275 Add javacc. 2006-05-11 03:51:11 +00:00
minskim
78251a8cbc Import javacc.
Java Compiler Compiler [tm] (JavaCC [tm]) is the most popular parser
generator for use with Java [tm] applications.  A parser generator is
a tool that reads a grammar specification and converts it to a Java
program that can recognize matches to the grammar.  In addition to the
parser generator itself, JavaCC provides other standard capabilities
related to parser generation such as tree building (via a tool called
JJTree included with JavaCC), actions, debugging, etc.
2006-05-11 03:50:02 +00:00
joerg
b79fbb8bcb Uses C++. 2006-05-09 16:31:25 +00:00
wiz
464d94199b Fix typo in comment. 2006-05-09 12:37:36 +00:00
adrianp
c2c1d95907 Make pkglint happy about the comment in the Makefile
Add an extra CPPFLAGS to the bl3.mk to ensure the correct regexp files are
picked up by any package that requires this one. From Aleksey Cheusov.
2006-05-09 12:34:18 +00:00
epg
6feccdad58 Patch configure to allow build with apr >= 0.9.10 (along with
versions < 0.9.5 which should not be allowed, but we address that
with BUILDLINK_API_DEPENDS.apr).

Closes PR 33439.
2006-05-08 20:03:31 +00:00
jschauma
2b19a763b4 add "-c99" to the CFLAGS if using MIPSPro 2006-05-08 20:01:21 +00:00
drochner
17264dc55b explicitely depend on py-xml, as suggested by Jon Voris on pkgsrc-users 2006-05-08 12:43:56 +00:00
tron
97d23b0a13 Update "apr" package to version 0.9.12.2.0.58 and "apache" package
to version 2.0.58. Change since Apache relase 2.0.55:
- Legal: Restored original years in copyright notices.
- mod_cgid: run the get_suexec_identity hook within the request-handler
  instead of within cgid. Apache#36410.
- core: Prevent read of unitialized memory in ap_rgetline_core.
  Apache#39282.
- mod_proxy: Report the proxy server name correctly in the "Via:" header,
  when UseCanonicalName is Off. Apache#11971.
- mod_isapi: Various trivial code-fixes to permit mod_isapi to load and
  run on Unix.
- HTML-escape the Expect error message.  Not classed as security as
  an attacker has no way to influence the Expect header a victim will
  send to a target site.  Reported by Thiago Zaninotti
  <thiango nstalker.com>.
- SECURITY: CVE-2005-3357 (cve.mitre.org)
  mod_ssl: Fix a possible crash during access control checks if a
  non-SSL request is processed for an SSL vhost (such as the
  "HTTP request received on SSL port" error message when an 400
  ErrorDocument is configured, or if using "SSLEngine optional").
  Apache#37791.
- SECURITY: CVE-2005-3352 (cve.mitre.org)
  mod_imap: Escape untrusted referer header before outputting in HTML
  to avoid potential cross-site scripting.  Change also made to
  ap_escape_html so we escape quotes.  Reported by JPCERT.
- Add APR/APR-Util Compiled and Runtime Version numbers to the
  output of 'httpd -V'.
- Ensure that the proper status line is written to the client, fixing
  incorrect status lines caused by filters which modify r->status without
  resetting r->status_line, such as the built-in byterange filter.
- Default handler: Don't return output filter apr_status_t values.
  Apache#31759.
- mod_speling: Stop crashing with certain non-file requests.
- keep the Content-Length header for a HEAD with no response body.
  Apache#18757
- Modify apr[util] .h detection to avoid breakage on VPATH builds
  using Solaris make (amoung others) and avoid breakage in ./buildconf
  when srclib/apr[-util] are symlinks rather than directories proper.
- Avoid server-driven negotiation when a CGI script has emitted an
  explicit "Status:" header. Apache#38070.
- mod_log_config now logs all Set-Cookie headers if the %{Set-Cookie}o
  format is used. Apache#27787.
- mod_cache: Correctly handle responses with a 301 status. Apache#37347.
- mod_proxy_http: Prevent data corruption of POST request bodies when
  client accesses proxied resources with SSL. Apache#37145.
- Elimiated the NET_TIME filter, restructuring the timeout logic.
  This provides a working mod_echo on all platforms, and ensures any
  custom protocol module is at least given an initial timeout value
  based on the <VirtualHost > context's Timeout directive.
- mod_ssl: Correct issue where mod_ssl does not pick up the
  ssl-unclean-shutdown setting when configured. Apache#34452.
- Document the ReceiveBufferSize change done in r157583.
- mod_deflate: Merge the Vary header, instead of Setting it. Fixes
  applications that send the Vary Header themselves. Apache#37559.
- mod_dav: Fix a null pointer dereference in an error code path during the
  handling of MKCOL.
- mod_mime_magic: Handle CRLF-format magic files so that it works with
  the default installation on Windows.
- Write message to error log if AuthGroupFile cannot be opened.
  Apache#37566.
- Add ReceiveBufferSize directive to control the TCP receive buffer.
- mod_cache: Fix 'Vary: *' behavior to be RFC compliant. Apache#16125.
- Remove the base href tag from proxy_ftp, as it breaks relative
  links for clients not using an Authorization header.
- http_request.c: Add missing va_end call.
- Add httxt2dbm to support/ for creating RewriteMap DBM Files.
- support/check_forensic: Fix temp file usage
- Chunk filter: Fix chunk filter to create correct chunks in the case that
  a flush bucket is surrounded by data buckets.
- mod_cgi(d): Remove block on OPTIONS method so that scripts can
  respond to OPTIONS directly rather than via server default.
  Apache#15242
- Added new module mod_version, which provides version dependent
  configuration containers.
- Add core version query function (ap_get_server_revision) and
  accompanying ap_version_t structure (minor MMN bump).
2006-05-07 12:35:27 +00:00
cube
815638bde5 Fix RT_I18N_DIR, which unbreaks devel/RTFM. No bump required because only
RTFM uses that value.
2006-05-06 07:14:45 +00:00
abs
a2f50fa7df Updated devel/p5-File-Slurp to 9999.12
- Fixed bug on windows with classic slurping and File::Slurp not
  agreeing on newline conversion.
- Added t/newline.t test to check for that fix.
- When passing text data by scalar reference to write_file under
  windows, the buffer is copied so the newline conversion won't
  modify the caller's data.
- Thanks to Johan Lodin <lodin@cpan.org> for a test script which
  I modified into t/newline.t
2006-05-05 17:50:49 +00:00
minskim
1d8e75186b Add sgb. 2006-05-04 09:37:36 +00:00
minskim
be4959a550 Import sgb.
The Stanford GraphBase is a highly portable collection of programs and
data for researchers who study combinatorial algorithms and data
structures.  All files are in the public domain and usable with only
one restriction: They must not be changed! A ``change file'' mechanism
allows local customization while the master files stay intact.

The programs are intended to be interesting in themselves as examples
of ``literate programming.''  Thus, the Stanford GraphBase can also be
regarded as a collection of approximately 30 essays for programmers to
enjoy reading, whether or not they are doing algorithmic research.
The programs are written in CWEB, a combination of TeX and C that is
easy to use by anyone who knows those languages and easy to read by
anyone familiar with the rudiments of C.
2006-05-04 09:35:33 +00:00
minskim
65e0b7cb1e Add a dependency on ruby-stream, which is required by rgl/traversal.
Bump PKGREVISION.
2006-05-04 01:38:02 +00:00
minskim
f0f3b06d0b Add ruby-stream. 2006-05-04 01:31:55 +00:00
minskim
20112fc260 Import ruby-stream.
Module Stream defines an interface for external iterators.  A stream
can be seen as an iterator on a sequence of objects x1, ..., xn.  The
state of the stream is uniquely determined by the following methods:
at_beginning?, at_end?, current, and peek.  State changes are done
with the following operations: set_to_begin, set_to_end, forward, and
backward.
2006-05-04 01:29:57 +00:00
minskim
674b4ea0b3 Add ruby-rgl 2006-05-03 23:13:35 +00:00
minskim
5eceb539d5 Import ruby-rgl.
RGL is a framework for graph data structures and algorithms.  The
design of the library is much influenced by the Boost Graph Library
(BGL) which is written in C++ heavily using its template mechanism.
RGL provides some general purpose graph classes that conform to the
interface for how the structure of a graph can be accessed using a
generic interface that hides the details of the graph data structure
implementation, but they are not meant to be the only graph classes.
As in BGL, the main contribution of the RGL is the formulation of this
interface.
2006-05-03 23:11:03 +00:00
minskim
c7be41f87c Enable NLS on every platform. Previously it was enabled on Linux but not
on NetBSD.  Bump PKGREVISION.
2006-05-03 15:41:05 +00:00
minskim
314b133dd2 Add ruby-priority-queue. 2006-05-03 05:19:41 +00:00
minskim
9f18761b19 Import ruby-priority-queue.
This is a fibonacci-heap priority-queue implementation.  This project
is different from K. Kodamas PQueue in that it allows a decrease key
operation.  That makes PriorityQueue usable for algorithms like
dijkstras shortest path algorithm, while PQueue is more suitable for
Heapsort and the like.
2006-05-03 05:17:48 +00:00
gdt
321c0663d2 Remove RESTRICTED; 1.11 has a BSD-like license. 2006-05-02 12:26:30 +00:00
jlam
82d2e1d750 Note addition of devel/p5-IO-Capture. 2006-05-02 04:02:15 +00:00
jlam
b57c2591bb Import IO::Capture-0.05 as devel/p5-IO-Capture.
IO::Capture defines an abstract base class that can be used to create
any number of useful sub-classes that capture output being sent on a
filehandle such as STDOUT or STDERR.  Several modules come with the
distribution that define sub-classes of IO::Capture to do just that,
i.e., capture STDOUT and STDERR.
2006-05-02 04:01:09 +00:00
jlam
ee00abb38e Fix HOMEPAGE to point to more relevant location. 2006-05-02 03:35:35 +00:00
jlam
ddd49788ba Update devel/p5-Spiffy to 0.30. Changes from version 0.24 include:
* Use faster runtime code in `field`.
    * Squelch redefine warnings
    * Make Spiffy modules play nice with autouse
2006-05-02 03:30:21 +00:00