summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-02-03make "daap" support an option which if off per default -- it dependsdrochner3-14/+18
on "avahi" bump PKGREVISION
2010-02-03Added fonts/umefont-ttf version 0.412wiz1-1/+2
2010-02-03DESTDIR supportjoerg1-1/+6
2010-02-03+ umefont-ttf.wiz1-1/+2
2010-02-03Initial import of umefont-ttf-412, packaged for wip by Ryo ONODERA.wiz4-0/+87
This package contains 18 Japanese fonts of Umefont family. Ume Gothic/Ume P Gothic and O5/C4/C5/S4/S5 Ume UI Gothic and O5 Ume Mincho/Ume P Mincho and S3
2010-02-03Use -P (--packagingroot) instead of -R (--installroot).obache1-2/+2
packaging fake root should be set with -P. (-R is for really using there and package will be registerd as there).
2010-02-03done - pear-Net_Sieve-1.1.7 [pkg/42680]obache1-2/+1
2010-02-03revert previous commit. it was commited accidently.obache1-2/+2
2010-02-03Updated net/pear-Net_Sieve to 1.1.7obache2-3/+4
2010-02-03Update pear-Net_Sieve to 1.1.7.obache2-7/+9
Based on PR#42680 by Wen Heping. While here, set LICENSE and marked as user-destdir ready. 1.1.7 Changelog: * Fixed STARTTLS support (Bug #14205). * Added connect options and EXTERNAL authentication 1.1.6 Changelog: * Fixed Bug #9273 * Fixed copy/paste error in CRAM and DIGEST authentication error case. 1.1.5 Changelog: * Fixed Bug connect() bug * Fixed Request #8071 1.1.4 Changelog: * Fixed Bug #8452 Unterminated read loop * Fixed Bug #7845 Add mbstring support * Added Request #8071 Enable the ability to toggle TLS support if available. * Added Request #8453 Clean up PHPDoc and comments 1.1.3 Changelog: * Correctly Fixed Bug #3519 Net_Sieve w/ externally established sockets * Fixed Bug #7197 getScript() truncates long scripts * Added PHPUnit2 regression test script 1.1.2 Changelog: * Fixed Request #4053 Added STARTTLS support for PHP 5.1 and above * Fixed Bug #3519 Net_Sieve w/ externally established sockets * Fixed Bug #4794 drops protocol prefix, e.g. "ssl://" in referrals * Fixed STARTTLS detection * Allow $options[] to be passed to Net_Socket
2010-02-03Add -n option for DESTDIR to skip dependency check,obache1-3/+3
and also move -f option here.
2010-02-03Updated devel/p5-Wx-Perl-DataWalker to 0.02nb1sno1-1/+2
2010-02-03Use b3.mk of x11/p5-Wx to avoid build errors, bumping revisionsno1-2/+3
2010-02-03Updated editors/p5-Padre to 0.56sno1-1/+2
2010-02-03Updating editors/p5-Padre from 0.55 to 0.56sno2-11/+14
pkgsrc changes: - Adjusting dependencies according to upstream META.yml - Adjusting module type (for build) - Using b3.mk from x11/p5-Wx to ensure correct BUILD_DEPENDS for Wx bindings Upstream changes: 0.56 2010.02.01 - Plugins may now add their GUI elements to the view menu (SEWI) - Padre now displays a dynamic to-do list generated from comments in your source code (CORION) - Landed new Padre::Startup module which is dramatically faster when loading files into an existing Padre via the single instance server, and finally provides a mechanism for allowing configuration to disable the startup splash image (ADAMK) - Changed a few configuration settings to create a more consistent naming pattern for them (ADAMK) - Audited dependencies and updated a variety of them (ADAMK) - Ctrl-Shift-W is now bound to "Close This Project" (ADAMK) - Added an option for traceing Padre subroutine calls to the developer plugin (SEWI) - Uses correct make from Config.pm for the run menu item -> Build and run tests (KTHAKORE) - Speedup and less false-shows for autocomplete (SEWI) - Speedup while changing tabs (use the correct project dir) (SEWI) - Simple refocus on document after command run (KTHAKORE) - Fixed ticket #822: main window could be off screen on start (BLAKEW) - padre-client allows you to use Padre for commit messages and other synchronous edit events (CORION) - WIN32, Converted the --desktop registry code to Win32::TieRegistry and removed hardcoded strawberry paths (AZAWAWI) - WIN32, padre.exe will run with the same UAC privileges as same as the invoker (AZAWAWI) - Disable debugger menu items when there is no document (AZAWAWI) - Fixed a Padre debugger crash when an unsaved document is debugged (AZAWAWI) - Fixed Padre no-document crash with Find Next/Find Previous functionality (AZAWAWI) - Make sure that windows context key shows the refactor menu items in the right-click pop-up menu (AZAWAWI) - Used Module::CoreList::is_deprecated to display deprecated CORE modules in help search title (AZAWAWI) - Padre::Util::Win32::ExecuteProcessAndWait doesn't automatically inherit the same Cwd as the parent process. Added support for explicit cwd parameter and make the syntax checker pass the cwd to it. Syntax checking of test scripts and such should now work as intended on Win32(ADAMK) - Audit uses of Padre::Util::Win32 to only load it via require. Added a TRACE warning to verify it never gets loaded on non-Win32 (ADAMK) - Tuned the locking for ->close_where, which should make a variety of functions like "Close This Project" and "Close Other Projects" noticably faster (ADAMK) - Changed func_foo config variables to feature_foo, in anticipation of of a future equivalent to the Mozilla "about:config" control (ADAMK) - Added feature_cursormemory to allow disabling of Padre's feature to remember the location in the file you were scrolled to (ADAMK) - Added a fast ascii shortcut to the very slow encode detector. Opening files all of a sudden gets much faster if you have ascii files (ADAMK) - Bumped ORLite to 1.38 to get faster ARRAY object support and Class::XSAccessor acceleration support. If they cause problems, these changes can be safely backed out. (ADAMK) - Fixed the mass-error-popups on mimetypes without help provider (SEWI) - During DB locks (which are the most likely place for things to make changes to the database) disable synchronous SQLite writes. This will reduce the time that Padre blocks, at the risk of config.db corruption if there is a hardware failure or operating system crash. (ADAMK) - Fixed ticket #837: padre.exe should be able to be placed in c:\strawberry\perl\site\bin (AZAWAWI) - Improved "Goto Line" dialog to be smarter with better validation/error messages (AZAWAWI) - Open Resource can now display Perl package names for matching resources (AZAWAWI) - Fixed #838: Author tests should all check RELEASE_TESTING and/or AUTOMATED_TESTING (RHEBUS, AZAWAWI) - Fixed Regex Editor dialog destruction bug where multiple ->Show and ->Destroy could lead to a Padre crash on WIN32 (AZAWAWI) - Project detection differentiates between four different subclasses of Perl build systems (three of those correctly) (ADAMK) - Function List has resource locking around it and properly triggers a refresh when we show it for an already open document (ADAMK) - "Goto Line" dialog now supports going to lines and positions (AZAWAWI) - Fixed perl to refactor action prefix for refactor menu for consistency (AZAWAWI) - Fixed ticket #841: Quick Menu Access should show the location of the menu item on the menu system (AZAWAWI)
2010-02-03Added games/marathon-trilogy version 1.0wiz1-1/+2
2010-02-03+ marathon-trilogy.wiz1-1/+2
2010-02-03Initial import of marathon-trilogy-1.0:wiz5-0/+277
The original trilogy from Bungie, playable using the Aleph One game engine.
2010-02-03Use b3.mk of x11/p5-Wx to avoid build errors, bumping revisionsno1-3/+3
2010-02-03Add buildlink3.mk to ensure each depending package has right BUILD_DEPENDSsno1-0/+22
2010-02-03Updated devel/p5-version to 0.8000sno2-3/+3
2010-02-03Updating devel/p5-version from 0.7900 to 0.8000sno2-6/+6
Upstream changes: 2010-01-21 John Peacock <john.peacock@havurah-software.org> * Tagging version '0.80' using shipit. * Ignore previous and existing tarballs * Release to CPAN with just the assertion fix for older compilers. * Bump $VERSION in all files in preparation for quick CPAN release * Currently failed attempt to merge with bleadperl
2010-02-03Updated games/gbrainy to 1.30wiz2-3/+3
2010-02-03Update to 1.30:wiz3-15/+101
Version 1.3 * Re-architectured for better multiplatform support * Personal records tracking * Improved player scoring algorithm * Better accessibility * 9 new verbal analogies and a new logic puzzle * Mallard documentation * More HIG compliant * Bug fixes
2010-02-03add a patch from upstream CVS to fix a bug which could make keysdrochner3-3/+47
unusable on passphrase changes bump PKGREVISION
2010-02-03Updated misc/mnemosyne to 1.2.2wiz2-3/+3
2010-02-03Update to 1.2.2:wiz3-11/+11
-Added support routines for Tim Bourke's Mnemogogo plugin, which enables you to review cards on Java-based phones. See http://www.tbrk.org/software/mnemogogo.html -fix rare hang in preprocessing paths (reported by LooM). -Remove hidden limit on grade 1 cards. -Italian translation by Enrico Leoni. -Turkish translation by Sercan Oruc. -Updated German translation by Dimitri Scheftner. -Updated French translation by Christophe Mealares and Yannick Voglaire. -Hungarian translation by bkile.
2010-02-03Updated mail/gmime24 to 2.4.15wiz2-3/+3
2010-02-03Update to 2.4.15. Extract of changes since .11:wiz2-6/+6
* gmime/gmime-encodings.h (GMIME_UUENCODE_LEN): Fixed to prevent possible buffer overflows. * configure.in: Bumped version to 2.4.14 and disabled strict-aliasing which causes bugs in GMime. * gmime/gmime-filter-crlf.c (filter_filter): Fixed bug #606875 by not trying to skip multiple characters per pass thru the loop when encountering the first '.' of a possible '..' sequence. * configure.in: Bumped version to 2.4.12 * gmime/gmime-utils.c (g_mime_utils_decode_8bit): Make sure to always increment inptr as we force-convert it to ascii. Thanks to Damian Pietras for finding this bug. * gmime-2.4.pc.in: Moved -lz -lnsl, etc into Libs.private. Fixes bug #603273.
2010-02-03Updated devel/mercurial to 1.4.3wiz2-3/+3
2010-02-03Update to 1.4.3:wiz2-7/+7
1.4.3 - 2010-02-01 This is a scheduled bugfix release. * Mercurial license has changed from GPLv2 to GPLv2+ * speed up copy detection in merge, status, and diff * templates: fix relative path expansion on style setting * merge: fix merging of already-merged subrepos * summary: fix i18n issue reporting clean working directories * hgweb: improve IIS PATH_INFO handling * relink: Windows support
2010-02-03+ fotoxx-9.5, gmime24-2.4.15, texmaker-1.9.9.wiz1-4/+4
2010-02-03pkglint cleanup.wiz2-4/+8
2010-02-03Updated devel/cppcheck to 1.40nb1wiz1-1/+2
2010-02-03Create and install manual page.wiz4-7/+74
Add "qt" option for the qt4 GUI, default off. Improve COMMENT. Set LICENSE. Bump PKGREVISION for additionally installed man page.
2010-02-03avoid pbulk dependency fallout (BROKEN alone will suffice)tnn1-2/+2
2010-02-03+python-2.5.5 [CVE-2009-3560, CVE-2009-3720].taca1-1/+2
2010-02-03Updated security/cvm to 0.96schmonz1-1/+2
2010-02-03Update to 0.96. From the changelog:schmonz2-6/+10
- Added support for checking permissions in cvm-qmail. See discussion of $CVM_QMAIL_CHECK_PERMS in cvm-qmail.html - Added support for I/O timeouts for cvm-local modules. - Fixed the SQLite module to copy the row data. - Fixed cvm-qmail dieing if control/locals is missing. pkgsrc changes: set LICENSE and support DESTDIR.
2010-02-03Update PATCH_SITES and HOMEPAGE.obache1-3/+3
2010-02-03Update HOMEPAGE and MASTER_SITES.obache1-3/+3
2010-02-03+ nmap-5.21 [pkg/42723]obache1-2/+2
2010-02-03Updated devel/p5-Test-Fixture-DBIC-Schema to 0.03sno1-1/+2
2010-02-03Updating devel/p5-Test-Fixture-DBIC-Schema from 0.02nb1 to 0.03sno2-7/+9
pkgsrc changes: - Adding license definition - Adjusting dependencies Upstream changes: 0.03 Wed Jan 20 02:42:18 2010 - add awareness for views and don't write on them
2010-02-03Updated net/p5-Net-Twitter to 3.11003sno1-1/+2
2010-02-03Updating net/p5-Net-Twitter from 3.09000 to 3.11003sno2-9/+10
pkgsrc changes: - Adjusting dependencies Upstream changes: 3.11003 2009-01-29 - Renamed "retweeted_of_me" REST API call to the correct "retweets_of_me" (Dan Moore @mgrdcm) - Back the Moose requirement down to 0.09 (earliest version with native traits) 3.11002 2009-01-28 - Use Moose 0.94 with native traits (resolves CPAN testers failing reports) 3.11001 2009-01-28 - Honor synthetic args (authenticate and since) for Lists API calls 3.11000 2009-01-27 - Lists API overhaul; bug fixes, added parameters, documentation - Create meaninful names for anonymous classes; better error context - Added "Paging and Cursors" documentation section 3.10003 2009-12-15 - Oops! Fixed bug in new test in t/10_net-twitter-regression.t (oh, the irony!) 3.10002 2009-12-15 - Added netrc_machine option to new with default 'api.twitter.com' - Fixed: netrc failed without trait API::REST - Fixed: retweeted_{to,of}_me API URLs (RT#52784) 3.10001 2009-11-26 - Fixed: new t/51_rate_limit.t needs to skip tests unless LWP >= 5.819 3.10000 2009-11-24 - Fixed: ssl not applied when both Lists and REST api used - Added Role::RateLimit - Added trends_available and trends_location methods to the REST API - Documented the lat and long parameters to update
2010-02-03Use sun-jdk6 on Darwin-10.minskim1-1/+3
2010-02-03Updated databases/p5-Rose-DBx-TestDB to 0.05sno1-1/+2
2010-02-03Updating databases/p5-Rose-DBx-TestDB from 0.04nb1 to 0.05sno2-10/+11
pkgsrc changes: - Adding license definition - Adjusting dependencies Upstream changes: 0.05 06 Jan 2010 * use sigtrap so that clean up happens if script dies or ^C * register defaults so that RDBO::Loader->make_classes works.
2010-02-03Updated databases/p5-Rose-DBx-Garden to 0.16sno1-1/+2