summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2006-05-11Uses C++.schmonz1-1/+2
2006-05-11Uses C++.joerg1-1/+3
2006-05-11Uses C++.joerg1-1/+2
2006-05-11Add javacc.minskim1-1/+2
2006-05-11Import javacc.minskim4-0/+225
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-09Uses C++.joerg1-1/+2
2006-05-09Fix typo in comment.wiz1-2/+2
2006-05-09Make pkglint happy about the comment in the Makefileadrianp2-10/+11
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-08Patch configure to allow build with apr >= 0.9.10 (along withepg2-1/+18
versions < 0.9.5 which should not be allowed, but we address that with BUILDLINK_API_DEPENDS.apr). Closes PR 33439.
2006-05-08add "-c99" to the CFLAGS if using MIPSProjschauma1-1/+7
2006-05-08explicitely depend on py-xml, as suggested by Jon Voris on pkgsrc-usersdrochner1-1/+2
2006-05-07Update "apr" package to version 0.9.12.2.0.58 and "apache" packagetron3-8/+10
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-06Fix RT_I18N_DIR, which unbreaks devel/RTFM. No bump required because onlycube1-2/+2
RTFM uses that value.
2006-05-05Updated devel/p5-File-Slurp to 9999.12abs2-6/+6
- 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-04Add sgb.minskim1-1/+2
2006-05-04Import sgb.minskim6-0/+231
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-04Add a dependency on ruby-stream, which is required by rgl/traversal.minskim1-1/+4
Bump PKGREVISION.
2006-05-04Add ruby-stream.minskim1-1/+2
2006-05-04Import ruby-stream.minskim5-0/+63
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-03Add ruby-rglminskim1-1/+2
2006-05-03Import ruby-rgl.minskim5-0/+166
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-03Enable NLS on every platform. Previously it was enabled on Linux but notminskim2-2/+48
on NetBSD. Bump PKGREVISION.
2006-05-03Add ruby-priority-queue.minskim1-1/+2
2006-05-03Import ruby-priority-queue.minskim4-0/+34
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-02Remove RESTRICTED; 1.11 has a BSD-like license.gdt1-5/+1
2006-05-02Note addition of devel/p5-IO-Capture.jlam1-1/+2
2006-05-02Import IO::Capture-0.05 as devel/p5-IO-Capture.jlam4-0/+26
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-02Fix HOMEPAGE to point to more relevant location.jlam1-2/+2
2006-05-02Update devel/p5-Spiffy to 0.30. Changes from version 0.24 include:jlam2-7/+7
* Use faster runtime code in `field`. * Squelch redefine warnings * Make Spiffy modules play nice with autouse
2006-05-02Note addition of devel/p5-VCP-Dest-svk.jlam1-1/+2
2006-05-02Import VCP::Dest::svk-0.28 as devel/p5-VCP-Dest-svk.jlam4-0/+28
VCP::Dest::svk allows inserting revisions into a Subversion repository via the svk interface through the VCP API.
2006-05-02Note addition of devel/p5-VCP.jlam1-1/+2
2006-05-02Initial import of the VCP-autrijus-snapshot-0.9-20050110 as devel/p5-VCP.jlam4-0/+35
This is a *BETA* snapshot of the VCP sources, which is as-yet unreleased. vcp ('version copy') copies versions of files from one repository to another, translating as much metadata as possible along the way. This allows you to copy and translate files and their histories between revision storage systems.
2006-05-01Changes 0.5.13:adam6-30/+23
Added dictionaries for Finnish, French, Gaelic and Swedish (for printable extractors). Word history extraction works (wordleaker). exiv2 works. Added Python binding. libextractor becomes a GNU package. Thumbnails work.
2006-05-01Update to 1.0.2adrianp3-35/+7
> 2006.04.18 - 1.0.2 > - 0006902: [security] XSS in mantis bug track system .... (thraxisp) > - 0006859: [bugtracker] Can send reminders to all recipients (thraxisp) > > 2006.02.18 - 1.0.1 > - 0006722: [installation] Remaining mysqli_ install problems (ref. #0006672): my sqli_real_escape_string() expects parameter 1 to be link (thraxisp) > - 0006672: [installation] install.php assumes mysql extension, fails with mysqli extension (thraxisp) > - 0006668: [filters] Parse error while saving new filter: Call to undefined function: string_strip_tags() (thraxisp) > > 2006.02.04 - 1.0.0 > - 0006044: [security] 'Return' _GET is not checked (thraxisp) > - 0006650: [security] ADOdb can be exploited to execute arbitrary SQL code (vboctor) > - 0006659: [security] Cross site scripting vulnerability (thraxisp) > - 0006634: [filters] Filter does not work with profiles (vboctor)
2006-05-01Add and enable RTx-Shredder and RTx-RightsMatrix.cube1-1/+3
2006-05-01Initial import of RTx::RightsMatrix (as RTx-RightsMatrix), version 0.03.00,cube5-0/+82
into the NetBSD Packages Collection. Managing access rights in RT can be cumbersome, and RTx::RightsMatrix aims at making the RT administrator's life easier by providing an efficient GUI to manage rights.
2006-05-01Initial import of RTx::Shredder (as RTx-Shredder), version 0.03, into thecube5-0/+85
NetBSD Packages Collection. RTx::Shredder allows a RT administrator to safely remove data from the database by providing an API in the form of a PERL module and a Web interface as well as a command-line interface to use it. Tickets, attachments, users and transactions can be deleted with it.
2006-05-01Adapt to new version of RT, using its dirs.mk, and fix a PLIST bug (a testcube1-13/+6
already provided by devel/rt3 was overwritten, which lead to various issues when de-installing). Bump PKGREVISION.
2006-05-01Update rt3 to version 3.4.5. This is _not_ an easy update, although thecube10-165/+268
changes are apparently minor to a end user (but not for the site administrator). It'd very hard and very long to provide a full list of changes. The main changes in RT 3.4 are a complete rework of how Custom Fields are handled, which means there is a lot more flexibility in that area now (including Custom Fields for users, per-queue, per-transaction). RT 3.4 is also supposed to be faster, which certainly is no bad news. Another bonus of RT 3.4 are the availability of extensions, and I will commit RTx::Shredder and RTx::RightsMatrix very soon. Updating RT is not an easy task, be sure to backup your database, and don't forget to grant the new rights to relevant people. In pkgsrc, rt3 is also seeing a few changes. The main one is the situation of the "local" path, which is now set to /var/rt3, which seems less lame to me than the previous value. It could be debated, though.
2006-05-01Added a missing .endif, found by pkglint.rillig1-1/+2
2006-04-30Install arch/unix headers as well, useful for mostly platform independentjoerg2-3/+23
programs normally getting it from internal apr. Bump revision.
2006-04-30when using mipspro compiler, pass '-c99'jschauma1-1/+7
2006-04-28Use vsnprintf, not _vsnprintf. While the interface is not standard,joerg3-3/+24
using protected names is even worth. They might not even exist everywhere.
2006-04-27update to 1.12.2drochner2-7/+6
changes: * Fix incorrect rendering when in x86 64-bit precision mode https://bugs.freedesktop.org/show_bug.cgi?id=5200 * Misc bug fixes.
2006-04-26Ant hasn't depended on crimson in a very long time -- it has a built-intv1-4/+2
Xerces copy in the distribution. Remove DEPENDS and bump PKGREVISION.
2006-04-24Update to version 20060424 of devel/netbsd-iscsi.agc2-6/+6
Changes since previous version: + Some minor formatting cleanup in the header files. + Properly pad the names with spaces (with thanks to Bill Studenmund) + Use the official T10 vendor name, "NetBSD". + Minor cleanup in the INQUIRY command + Rather than just punting on the REPORT LUNs SCSI command, emulate it properly. This change makes the target work with the Solaris initiator: AVAILABLE DISK SELECTIONS: 0. c1d0 <DEFAULT cyl 29728 alt 2 hd 64 sec 63> /pci@0,0/pci-ide@1f,1/ide@0/cmdk@0,0 1. c2t5d0 <DEFAULT cyl 97 alt 2 hd 64 sec 32> /iscsi/disk@0000iqn.1994-04.org.netbsd.iscsi-target%3Atarget00001,0 Specify disk (enter its number): 1
2006-04-23Modify packages that set PKG_USERS and PKG_GROUPS to follow the newjlam3-6/+13
syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47.
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig12-26/+26
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-20+p5-Proc-PID-Filegrant1-1/+2