summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-03-11Updated pkglint to 4.93.rillig1-1/+2
2010-03-11Updated pkglint to 4.93.rillig2-4/+6
Changes since 4.92: - Changes for the changing pkgsrc infrastructure - Added basic support for LICENSE expressions
2010-03-11Oops.gls1-1/+2
Forgot to mention update of sysutils/ipa to 2.0.7.
2010-03-11Don't run tests at build time. Fixes PR pkg/42955asau1-4/+8
The package is inherently broken though, there is little reason to keep it these days anyway. I suggest you don't use it like all the world around.
2010-03-11remove unused leftovertnn1-2/+1
2010-03-11simplify previous fixtnn1-5/+3
2010-03-11Sqlite is no longer supported, sqlite3 is the default nowadam1-8/+4
2010-03-11mawk(1) doesn't know how to take length() of an array.tnn1-3/+6
2010-03-11add patch from upstream (rev. 10778) to fix problems with PDF display,drochner3-2/+17
from Dennis den Brok per PR pkg/42946
2010-03-11fix a format string mismatch with 64-bit time_t which made the programdrochner3-6/+15
crash with PDF files (on NetBSD-current), bump PKGREVISION
2010-03-11Updated www/neon to 0.29.3gdt2-3/+3
2010-03-11Update to 0.29.3.gdt2-6/+6
* Change ne_sock_close() to no longer wait for SSL closure alert: o fixes possible hang with IIS servers when closing SSL connection o this reverts the behaviour with OpenSSL to match 0.28.x, and changes the behaviour with GnuTLS to match that with OpenSSL * Fix memory leak with GnuTLS * API clarification in ne_sock_close(): o SSL closure handling now documented o return value semantics fixed to describe the implementation
2010-03-11+ py-dpktpettai1-1/+2
2010-03-11Added net/py-dpkt version 1.6pettai1-1/+2
2010-03-11Fast, simple packet creation / parsing, with definitions forpettai5-0/+239
the basic TCP/IP protocols.
2010-03-11Updated misc/stellarium to 0.10.4adam1-1/+2
2010-03-11Changes 0.10.4:adam5-20/+57
* Bug fix release. * Fixed unpredictable openGL related crashes on win32. * Fixed run on MacOSX Tiger/Leopard/Snow Leopard. * Disable OpenGL shaders by default for stars and atmosphere. User activate it by setting use_glshaders = true in the [main] section of the config.ini * Fixed the handling of the Qt -graphicssystem parameter. Now it is ignored if it is not used properly. * Improved OpenGLES2 support (not finished yet). * Added Qt widgets flags on the main windows to avoid filling background (this boosted the program a lot on linux).
2010-03-11Updated mail/p5-Catalyst-View-Email to 0.23sno1-1/+2
2010-03-11Updating mail/p5-Catalyst-View-Email from 0.13nb1 to 0.23sno2-13/+21
pkgsrc changes: - Add license definition - Adjust dependencies Upstream changes: 0.23 2010-01-30 - removed Email::Send::Test from t/lib/* views 0.22 2010-01-28 - small fixes, version bumpage etc 0.21_01 2010-01-27 - dev release to test recent fixes 0.21 2010-01-27 - provided a sane MANIFEST.SKIP for dzil 0.20 2010-01-26 - fix transport instantiation thanks to Chris Nehren <apeiron@cpan.org> 0.19 2010-01-18 - fixed optional dependencies - added META stuff back in 0.18 2010-01-17 - Fixed version dependencies for failing regressions - added Email::Send::Test as a dependency 0.17 2010-01-14 - fixed MANIFEST 0.16 2010-01-12 - Fixed a Makefile.PL issue 0.15 2010-01-12 - Fixed teeny version issue with Email::Sender::Simple 0.14 2010-01-09 - Ported over to using Email::Sender::Simple, and Moose - Fixed Mason test so that it doesn't choke, as around 'process' seems to make it die.
2010-03-11Updated mail/p5-Email-Sender to 0.100460sno1-1/+2
2010-03-11Updating mail/p5-Email-Sender from 0.004nb1 to 0.100460sno2-14/+14
pkgsrc changes: - Adjust license - Adjust dependencies Upstream changes: 0.100460 2010-02-15 12:58:18 America/New_York avoid using AutoPrereq, as it brings in build_requires as requires 0.100450 2010-02-14 17:55:48 America/New_York allow timeout option to SMTP transport 0.100110 2010-01-11 10:43:57 America/New_York Email::Sender::Failure is now a Throwable::Error now uses Try::Tiny for internal exception handling 0.093380 2009-12-04 12:29:55 America/New_York bump Moose prereq to 0.70 based on feedback from ANDK 0.093110 2009-11-07 allow uppercase env vars to set transport attributes (charsbar) add "message" attribute to successes returned by SMTP transports 0.092840 2009-10-10 fix packaging error 0.092820 2009-10-09 improve reliability of t/sendmail.t (thanks, Mark Grimes) 0.091940 2009-07-12 packaging fixes (EU:MM version for LICENSE param) rt #47817 0.091930 2009-07-12 add some more common sendmail locations to default search 0.091870 2009-07-06 exclude unwanted methods from Email::Sender::Transport to suppress a new warning from Moose role composition 0.091740 2009-06-23 no code changes remove prereq of Test::More 0.88; weird things happened 0.091661 2009-06-15 THIS RELEASE MAY BREAK YOUR CODE... but probably not Email::Sender::Simple has been added, along with a manual Email::Sender is now a role Email::Sender::Transport is now a role, too; subclasses will break
2010-03-11Added devel/p5-Throwable version 0.100090sno2-2/+4
2010-03-11Importing package for perl5 module Throwable as dependency for scheduledsno3-0/+38
update of mail/p5-Email-Sender Throwable is a role for classes that are meant to be thrown as exceptions to standard program flow. It is very simple and does only two things: saves any previous value for $@ and calls die $self. Throwable::Error is a base class for exceptions that will be thrown to signal errors and abort normal program flow. Throwable::Error is an alternative to Exception::Class, the features of which are largely provided by the Moose object system atop which Throwable::Error is built. Throwable::Error performs the Throwable role.
2010-03-11Removing mail/p5-Email-MIME-Modifier version 1.456, because it's mergedsno3-33/+0
into mail/p5-Email-MIME >= 1.900
2010-03-11Removed mail/p5-Email-MIME-Modifiersno1-1/+2
2010-03-11Removing package mail/p5-Email-MIME-Creator version 1.444, because it'ssno3-31/+0
merged into mail/p5-Email-MIME>=1.900
2010-03-11Removed mail/p5-Email-MIME-Creatorsno1-1/+2
2010-03-11Updated mail/p5-Email-MIME to 1.903sno1-1/+2
2010-03-11Updating mail/p5-Email-MIME from 1.863 to 1.903sno2-8/+18
pkgsrc changes: - Add license definition - Add conflict/supersedes entry for merged modules - Adjust dependencies Upstream changes: 1.903 2009-12-23 correct typo in body_set_str (RT #53004) (thanks, Herbert Leitz) 1.902 2009-11-11 allow for padding spaces in the Content-Transfer-Encoding header (Geraint Edwards) 1.901 2009-11-05 bump up Email::MIME::Encodings version required 1.900 2009-11-03 merge in Email-MIME-Modifier and Email-MIME-Creator add better support for Unicode with body_str, header_str_set, etc.
2010-03-11Email::Simple::Creator is merged into Email::Simple-2.100sno3-29/+0
2010-03-11Removed mail/p5-Email-Simple-Creatorsno1-1/+2
2010-03-11Updated mail/p5-Email-Simple to 2.100sno1-1/+2
2010-03-11Updating mail/p5-Email-Simple from 2.005 to 2.100sno2-7/+13
pkgsrc changes: - Add license definition - Add conflict/supersedes for merged in module Email::Simple::Creator - Add dependency to Email::Date::Format Upstream changes: 2.100 2009-11-03 merge Email-Simple-Creator into Email-Simple distribution
2010-03-11Updated mail/p5-Email-Date-Format to 1.002nb2sno1-1/+2
2010-03-11Updating mail/p5-Email-Date-Format from 1.002nb1 to 1.002nb2sno1-3/+4
pkgsrc changes: - Add license definition - Time::Local is in Perl core since Perl 5.0 - adjust dependency
2010-03-11Updated textproc/p5-Text-SimpleTable to 2.02sno1-1/+2
2010-03-11Updating textproc/p5-Text-SimpleTable from 2.01 to 2.02sno2-6/+6
Upstream changes: 2.02 2010-03-09 00:00:00 - Cleaned up tests.
2010-03-11+ amsn-0.98.3obache1-1/+2
2010-03-11remove option to build with an older version of dependency as thatspz2-15/+3
older dependency (tk83) is no longer around.
2010-03-11updated patch -> distinfo needs an update toospz1-2/+2
2010-03-11vimmartti1-1/+2
2010-03-11Updated vim to 7.2.394martti3-4/+14
4898 7.2.392 netbeans hangs reading from a socket at the maximum block size 9605 7.2.393 Mac: Can't build with different Xcode developer tools dir 4298 7.2.394 .lzma and .xz files are not supported
2010-03-11+ py-clutter-gstobache1-1/+2
2010-03-11Added multimedia/py-clutter-gst version 1.0.0obache1-1/+2
2010-03-11Import py-clutter-gst-1.0.0 as multimedia/py-clutter-gst.obache4-0/+44
This archive provides Python bindings for the Clutter-GStreamer integration library.
2010-03-11+ py-clutter-gtkobache1-1/+2
2010-03-11Added graphics/py-clutter-gtk version 0.10.0obache1-1/+2
2010-03-11Import py-clutter-gtk-0.10.0 as graphics/py-clutter-gtk.obache4-0/+44
This archive provides Python bindings for the clutter-gtk integration library.
2010-03-11Add buildlink3.mkobache1-0/+19
2010-03-11Add missing PLIST entries.dmcmahill2-19/+53