summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-10-21Updated textproc/p5-Pod-Coverage to 0.18.obache2-3/+3
2006-10-21Update p5-Pod-Coverage to 0.18.obache2-8/+7
Based on patch privided by Martin Wilke via PR 34421. And this version depend on p5-Devel-Symdump>=2.01. 0.18 Friday 4th August, 2006 Rewrite _CvGV in terms of B::CV - no xs dependency anymore (suggested by Tim Bunce) Add the (FETCH|MODIFY)_$foo_ATTRIBUTES methods to the private stoplists. (rt #12451) Support documentation where the method name is documented in a ::qualified style (rt #14635) Ignores new (5.8) magic CLONE and CLONE_SKIP methods. (rt #17489) Added a nonwhitespace option (Alex - rt #14950)
2006-10-21Updated devel/p5-Devel-Symdump to 2.0604.obache2-3/+3
2006-10-21Update p5-Devel-Symdump to 2.0604.obache2-6/+6
ndreas J. Koenig <andreas.koenig.gmwojprw@franz.ak.mind.de> * release 2.0604 * adjust test suite to accept main::+ introduced by named captures 2006-09-20 Andreas J. Koenig <andreas.koenig.gmwojprw@franz.ak.mind.de> * relase 2.0603 * add LICENSE field to Makefile.PL to also have it in the META.yml 2006-07-19 Andreas J. Koenig <andreas.koenig.gmwojprw@franz.ak.mind.de> * release 2.0602 * adjust test suite to accept new variable in bleadperl, the hash $main::^H 2006-05-03 Andreas J. Koenig <andreas.koenig.gmwojprw@franz.ak.mind.de> * release 2.0601 * add copyright and license
2006-10-21Added security/rainbowcrack version 1.2adrianp1-1/+2
2006-10-21+rainbowcrackadrianp1-1/+2
2006-10-21Import rainbowcrack from pkgsrc-wip, packaged by David Howlandadrianp5-0/+100
RainbowCrack is a general propose implementation of Philippe Oechslin's faster time-memory trade-off technique. In short, the RainbowCrack tool is a hash cracker. A traditional brute force cracker try all possible plaintexts one by one in cracking time. It is time consuming to break complex password in this way. The idea of time-memory trade-off is to do all cracking time computation in advance and store the result in files so called "rainbow table". It does take a long time to precompute the tables. But once the one time precomputation is finished, a time-memory trade-off cracker can be hundreds of times faster than a brute force cracker, with the help of precomputed tables.
2006-10-21Updated devel/p5-Test-Simple to 0.64.obache2-3/+3
2006-10-21Update p5-Test-Simple to 0.64.obache3-11/+11
0.64 Sun Jul 16 02:47:29 PDT 2006 * 0.63's change to test_fail() broke backwards compatibility. They have been removed for the time being. test_pass() went with it. This is [rt.cpan.org 11317] and [rt.cpan.org 11319]. - skip() will now warn if you get the args backwards. 0.63 Sun Jul 9 02:36:36 PDT 2006 * Fixed can_ok() to gracefully handle no class name. Submitted by "Pete Krawczyk" <perl@bsod.net> Implemented by "Richard Foley" <richard.foley@rfi.net> [rt.cpan.org 15654] * Added test_pass() to Test::Builder::Tester rather than having to call test_out("ok 1 - foo"). <chromatic@wgz.org> [rt.cpan.org 11317] * test_fail() now accepts a test diagnostic rather than having to call test_out() separately. <chromatic@wgz.org> [rt.cpan.org 11319] - Changed Test::Builder::Tester docs to show best practice using test_fail() and test_pass(). - isnt_num() doc example wrongly showed is_num(). <chromatic@wgz.org> - Fixed a minor typo in the BAIL_OUT() docs. <Jeff Deifik> - Removed the LICENSE field from the Makefile.PL as the release of MakeMaker with that feature has been delayed.
2006-10-20Added chat/anope version 1.7.17adrianp1-1/+2
2006-10-20+anopeadrianp1-1/+2
2006-10-20Anope is a set of Services for IRC networks that allows users toadrianp7-0/+331
manage their nicks and channels in a secure and efficient way, and administrators to manage their network with powerful tools.
2006-10-20Updated www/drupal to 4.7.4adrianp1-1/+2
2006-10-20Update to 4.7.4adrianp2-6/+11
Make pkglint happy * Fix problems reported using the bug tracking system * Fixes for three security issues: http://drupal.org/files/sa-2006-024/advisory.txt http://drupal.org/files/sa-2006-025/advisory.txt http://drupal.org/files/sa-2006-026/advisory.txt
2006-10-20remove --enable-memory-limit - 8MB is too low, and this justjdolecek5-10/+8
duplicates process resource limits, which already provide necessary "safety net" protection against rogue scripts bump PKGREVISION for this adressess PR pkg/32007 by "pancake" also remove --enable-track-vars, since that configure argument is long gone from PHP
2006-10-20comment out odbc module - it kills Apache/PHP when enabled duejdolecek2-6/+8
to threaded unixodbc Adresses pkg/32395 by Arnaud LACOMBE
2006-10-20Mark as broken - unixodbc is threaded and if the module is enabledjdolecek1-1/+3
in php.ini, this causes quick crash for Apache1 or CLI/CGI PHP
2006-10-20Added audio/mt-daapd version 0.2.4adrianp1-1/+2
2006-10-20+mt-daapdadrianp1-1/+2
2006-10-20mt-daapd is a program which acts as an iTunes (DAAP) server for Linuxadrianp6-0/+168
and other POSIX unixes. It may eventually support Win32 as well. Some random features that it supports: Supports the Roku SoundBridge (query/browse/index support) Supports periodic rescans of the database Can advertise shoutcast streams Supports password-protected shares Is web-configurable and managable Support dynamic playlists, like iTunes "Smart playlists" Probably other things I've forgotten All is not perfect, however. Currently, there are several drawbacks to it: database is indexed by inode, so all music must be on one filesystem browse by artist is slow on Roku, times out (with large databases ~10K songs) Probably other things I've forgotten
2006-10-20Added www/august -- simple HTML editor.reed2-2/+4
2006-10-20Import august.reed5-0/+67
August is a very simple, free HTML editor for the UNIX platform. It is a non-WYSIWYG editor like Aswedit or Hotdog. It has buttons to insert standard HTML tags and other common simple text editor commands. August is written with the Tcl/TK scripting language and graphical toolkit. It's distributed as a single script, which means that if you know Tcl/Tk you can very easily customize August yourself. (This is old and out-dated but I am loking for something that will be real easy for children to use.)
2006-10-20This is a meta package so supress some more stages. Fixes attemptmarkd1-3/+6
to do portability checks on nonexistant files.
2006-10-20added support for IRIX 5schwarz1-1/+10
2006-10-20Updated devel/p5-Cache-Simple-TimedExpiry to 0.26.obache2-3/+3
2006-10-20Update devel/p5-Cache-Simple-TimedExpiry to 0.26.obache2-7/+6
Patch provided by Martin Wilke via PR 34326. Changes: 0.26 Thu Aug 24 18:16:08 EDT 2006 - Signature fixed on distribution 0.25 Wed Aug 23 01:25:36 EDT 2006 - The last release was...ill-considered and missing a "defined" 0.24 - Quiet down a warning on expirey
2006-10-20PLIST correctionshannonjr2-2/+7
2006-10-20+ docbook-xsl-1.71.1, ingo-1.1.2, python24-2.4.4, sylpheed-claws-2.5.6.wiz1-2/+5
2006-10-20Added entries for updating libgpg-error, gnupg-devel and gpgmeshannonjr1-1/+4
2006-10-20Bump PKGREVISION for gpgsm change just committed.shannonjr1-1/+2
2006-10-20Fix gpgsm option so that it builds and works.shannonjr5-2/+57
2006-10-20Re: pkg/34856: upgrade to GnuPG 1.9.93shannonjr13-12/+308
This release is mainly to fix bugs found in 1.9.92.
2006-10-20Update to 1.4 (Required by gnupg-devel 1.93)shannonjr2-6/+6
2006-10-20Updated databases/db4 to 4.4.20nb1.obache1-1/+2
2006-10-20Add two official patches. Bump pkgrevision.obache2-3/+10
3. Fix a bug where cursor lookups on secondary databases with off-page duplicates could fail. [#14240] 4. Fix a bug where cache buffer retrieval could race with a checkpoint call, potentially causing database environment recovery to fail. [#14657]
2006-10-20Fix "if [ ... == ...]" in a build script.tron2-1/+15
2006-10-20Update xlockmore and xlockmore-lite to 5.23.hubertf3-7/+9
Changes: * Fixed core for toneclock (fixed similar code in ico). Remove XSetFont on global GC dclock, marquee, nose, puzzle, xjack, bomb. image now can handle messages xlock -mode image -message "unicycle" If message is too big for little window it will randomly move around. solitare draw line errors fixed. dclock to handle user defined messages (nothing really to do with a clock, actually, but the man page already says "Shows a floating digital clock or message"). nose mode tried to simplify talking code and fix small bugs like do not print tabs (it prints a box char for me) or not handling linefeeds correctly at end of message. * DirectColor fix thanks to Jouk Jansen. Mallocing for error should check success pointed out by Dan Lukes. Using method in xlock.c, with some changes, did similar changes for passwd.c and resources.c PAM checking allocation fix and null resistant ReadXString thanks to Dan Lukes <dan AT obluda.cz>. Added stipples to life3d. Noticed ant3d would probably leak if in mono... fixed. thick option for maze thanks to Alex Austin <circuitsoft.alex AT gmail.com>. Also changed MINGRIDSIZE to 2. Removed extra pixel space to the right and bottom of path... some people may like this so its an option... threed (not really 3D, a better name would be nice). fzort fix for uninitialized memory read thanks to Mauro Persano <mauro_persano AT yahoo.com> Fix to avoid running OpenGL on a StaticGray, GrayScale, and StaticColor on Sun. Sun's glxCreateContext core dumps on Solaris 10. Turned off XRaiseWindow for Cygwin as it was stopping me from logging in. Added -DSYNCHRONIZE option to config.h.in for help in debugging X errors. Fixed a problem with random colors from petri mode PseudoColor.
2006-10-20Berkeley DB now on Oracle.obache1-6/+5
2006-10-20Fixed "test ==".rillig2-1/+15
2006-10-20DocBook typos.rillig1-3/+3
2006-10-20ls(1) on MacOS X returns 0 on error.rillig1-2/+11
2006-10-20Perl is needed at run time. PKGREVISION++rillig1-1/+4
2006-10-20Fixed a typo in CONFIGURE_ARGS and some references to WRKDIR.rillig1-2/+6
PKGREVISION++
2006-10-20Bump exmh off the list (now at 2.7.2)dsainty1-2/+1
2006-10-20Updated mail/exmh to 2.7.2dsainty1-1/+2
2006-10-20Update to Exmh 2.7.2:dsainty4-21/+22
* 2.7.2 More bug fixes, plus some performance improvements for the new sequences code added in 2.6. The exmh-strip utility is integrated as "Save/Extract Attachments". * 2.7.1 (Wasn't officially released in tarball form.) * 2.7.0 Accumulates over a year of minor fixes in the CVS tree. Also fix some pkglint complaints, and take maintainership.
2006-10-20Added *_USER and *_GRUOP to BUILD_DEFS.rillig1-1/+4
2006-10-19Fixed "test ==" and VARBASE. PKGREVISION++.rillig3-18/+45
2006-10-19Fixed "test ==".rillig4-1/+156
2006-10-19Removed unnecessary .gz.rillig1-2/+2