summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
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
2006-04-20Initial import of p5-Proc-PID-File 1.24.grant4-0/+27
This Perl module is useful for writers of daemons and other processes that need to tell whether they are already running, in order to prevent multiple process instances. The module accomplishes this via *nix-style pidfiles, which are files that store a process identifier.
2006-04-20+php-memcachegrant1-1/+2
2006-04-20Initial import of php-memcache 2.0.1.grant3-0/+20
This module provides the PHP API for memcached, the memory cache daemon.
2006-04-20Add & enable p5-SVN-Notifyseb1-1/+2
2006-04-20Initial addition of p5-SVN-Notify version 2.57 as devel/p5-SVN-Notify in theseb4-0/+36
NetBSD Packages Collection. The Perl5 module SVN::Notify provide a class that may be used for sending email messages for Subversion repository activity. There are a number of different modes supported, and SVN::Notify is fully subclassable, to easily add new functionality. By default, A list of all the files affected by the commit will be assembled and listed in a single message. An additional option allows diffs to be calculated for the changes and either appended to the message or added as an attachment. The included subclass, SVN::Notify::HTML, allows the messages to be sent in HTML format. A svnnotify script is also provided.
2006-04-20Updated to 0.25.hiramatsu2-6/+6
Changes from 0.22: 0.25 Fri Mar 31 18:28:17 JST 2006 - added a 'follow_best_practice' class method that causes the accessors to be called 'get_foo' and 'set_foo' instead of just 'foo' - added 'accessor_name_for' and 'mutator_name_for' methods that you can override in your subclass to create your own names for accessors. (That idea taken from Class::DBI.) 0.23 Sat Feb 25 19:46:08 GMT 2006 - rewrote the tests. Now using Test::More
2006-04-19opencm needs krb5. Allow proper detection based on KRB5BASE instead ofjoerg3-6/+17
hard-coded list in configure. Bump revision.
2006-04-19Depend on either ap2-perl or p5-Apache-Test (defaulting to the latter ofcube1-3/+3
course) for Apache::Test, as both provide it.
2006-04-19Correct configure test for munlockall as well. Bump revision.joerg3-6/+15
2006-04-18Bump version to netbsd-20060417 to include the build fixes for Mac OS X.agc2-6/+6
2006-04-17Remove teTeX1 packages, as proposed on tech-pkg on Jan 28, 2006.wiz7-194/+1
Unsupported and vulnerable. No dissenting voices.
2006-04-17More PKGREVISION bumps for png-1.2.9nb2 update.wiz1-2/+2