Commit graph

173921 commits

Author SHA1 Message Date
adam
ebf38bd213 Revision bump after updating perl to 5.14.1 2011-08-07 05:38:14 +00:00
jnemeth
7de85296ed Bump PKGREVISION for perl update. 2011-08-07 02:40:32 +00:00
mspo
f74c902a8f Upgrade to latest version.
This is mostly a bug fix release.
2011-08-07 02:16:03 +00:00
mspo
90adab58f6 1.73 2011-08-06 00:00:00
- Made Mojo::UserAgent slightly more efficient.
        - Improved documentation.

1.72    2011-08-05 00:00:00
        - Changed default keep alive timeout in Mojo::Server::Daemon from 5
          to 15 seconds.
        - Improved documentation.
        - Fixed small alternative placeholder value bug in routes.
        - Fixed small bug in Mojo::IOWatcher.
        - Fixed small bug in Mojo::IOLoop::Client.

1.71    2011-08-05 00:00:00
        - Improved Mojo::IOWatcher to use higher resolution timers.

1.70    2011-08-04 00:00:00
        - Added EXPERIMENTAL defer method to Mojo::IOLoop.
        - Added extended callback support to Mojo::IOLoop::Trigger.
        - Improved documentation.
        - Improved tests.
        - Fixed a few small bugs in Mojo::URL. (sshaw)

1.69    2011-08-03 00:00:00
        - Added EXPERIMENTAL module Mojo::IOLoop::Trigger.
        - Modernized Mojo::HelloWorld.
        - Improved HTML healing capabilities of Mojo::DOM::HTML.
        - Improved HTML rendering in Mojo::DOM::HTML.
        - Improved 64bit support in Mojo::Transaction::WebSocket.
        - Improved documentation.
        - Fixed memory leak in Mojo::IOLoop::Client.
        - Fixed memory leak in Mojolicious.
        - Fixed small bug in Mojo::IOLoop::Server.

1.68    2011-07-29 00:00:00
        - Moved is_ipv4 and is_ipv6 methods from Mojo::URL to
          Mojo::IOLoop::Resolver.
        - Improved documentation.

1.67    2011-07-27 00:00:00
        - Improved documentation.
        - Fixed version command.
        - Fixed small Mojo::DOM bug. (akron)

1.66    2011-07-27 00:00:00
        - Added EXPERIMENTAL detect method to Mojo::IOWatcher.
        - Improved Mojo::IOLoop::Resolver efficiency.
        - Improved documentation.
        - Fixed typos. (crab)

1.65    2011-07-25 00:00:00
        - Added EXPERIMENTAL modules Mojo::IOLoop::Client,
          Mojo::IOLoop::EventEmitter, Mojo::IOLoop::Server and
          Mojo::IOLoop::Stream, which contain extracted functionality from
          Mojo::IOLoop.
        - Added EXPERIMENTAL module Mojo::IOWatcher::EV. (xantus)
        - Removed modules Mojo::IOWatcher::Epoll and Mojo::IOWatcher::KQueue,
          since Mojo::IOWatcher::EV is a much better alternative.
        - Renamed Mojo::Resolver to Mojo::IOLoop::Resolver.
        - Improved Mojolicious::Routes to automatically disable the routing
          cache if conditions are used.
        - Improved route constraint alternatives.
        - Improved documentation browser CSS. (judofyr)
        - Improved documentation.
        - Fixed small bug in get command.

1.64    2011-07-10 00:00:00
        - Added EXPERIMENTAL module Mojo::DOM::HTML.
        - Improved documentation.

1.63    2011-07-10 00:00:00
        - Added EXPERIMENTAL modules Mojo::DOM::CSS and
          Mojo::DOM::Collection.
        - Renamed Mojo::Transactor to Mojo::UserAgent::Transactor.

1.62    2011-07-10 00:00:00
        - Merged Mojo::HTML into Mojo::DOM again.
        - Improved documentation.

1.61    2011-07-09 00:00:00
        - Added module Mojo::HTML, which contains extracted functionality
          from Mojo::DOM.
        - Improved documentation.
2011-08-07 01:49:59 +00:00
tron
57fa141e5f Note update of the "p5-HTML-Format" package to version 2.10. 2011-08-06 23:40:41 +00:00
tron
f30fbcbab9 Update "p5-HTML-Format" package to version 2.10. Changes since version 2.04:
- Tests reworked to not use subtests.  Development versions
  of Test::More do not support subtests, and the smokers
  that are running with these dev versions then send me
  confusing test failures.  This is a pain.
- Reworking of HTML quote issue in FormatPS
- Now remap all double quotes to " in FormatPS (which is not
  really right, but the best I can do with latin1 output)
- RT#69426 - issues with HTML quotes
- UTF8 handling requires perl 5.8, so minimum requirement bumped
- Release unchanged except for version number after a period
  to see if test release threw up any issues...
- Code gardening - no functionality modifications - includes:-
- Moved old DEBUG framework to Smart::Comments
- Ensured variables are declared my as much as possible
- Ensure strict/warnings used as far as possible
- use base rather than playing games with @ISA
- Changes above enforce a requirement of perl 5.6.1
- Robo-reformatted by perltidy
- Stripped function prototypes where used
- Passes standard perl critic with one exclusion
- Tweaks for comprehensibility - splitting sections etc
- Smoke tests on windows showed needed make PS tests less strict
- Changed the github location to be all lowercase
- Releasing this as a stop gap - will do further work now
  incompatibilities dealt with
- Added dependancies for font metrics files
- Documentation tidy up - but needs further work
- new TRIAL release - intend to push this as full release if OK
- Git conversion
- Dist::Zilla conversion
- RT#54636 - UNIVERSAL::Can deprecated
- RT#56278 - RTF formatting parameters ignored by new
- Start of a new test harness
- TRIAL release pushed out.  Aiming to improve docs and maybe
  hit rest of RT queue before a full release.
2011-08-06 23:40:27 +00:00
ryoon
8b31bed84b Remove etm 2011-08-06 23:24:12 +00:00
ryoon
9615d70644 Updated time/etm to 855 2011-08-06 23:23:47 +00:00
ryoon
9293ccd2a1 Update to 855
* File format is changed. You can find converter
  at http://www.duke.edu/~dgraham/ETM/

Changelog:
855    2011-08-05
	Modified old2new.py to avoid overwritting existing files.
854    2011-08-05
	Fixed erratic action timer behavior. Removed an unused entry from
	etmrc and corrected the documentation for 'increment' to indicate
	that it only applies to actions created with the action timer.
853    2011-08-03
	Added checks to prevent the automatic update for previous users of
	etm from overwriting either *.txt or *.text files in the (new)
	etmdata directory.
852    2011-08-02
	Fixed bug in command line help display for outline view.
851    2011-08-02
	Added n (newer) and w (start gui) to the command line options for
	e.py.
850    2011-07-31
	Restored 'A' command to create an action with a specified extent
	without starting timer. When opening project file in external
	editor, reload if modification time has changed. Store timer details
	in a hash to avoid string manipulations and dropped fields.
849    2011-07-31
	etmRC tweaks.
848    2011-07-28
	Fixed bug in converting weekday abbreviations to 2-letter, uppercase
	ones in @w entries. Added old2new.txt to the basic upload. Removed
	redundant 'extent' entry from etmrc.
847    2011-07-28
	Fixed error in showing ending date in datebar. Used end_date but
	should be end_date - oneday. Allow relative date in setting
	begin_date as well as end_date, e.g., -e '-21'.
846    2011-07-27
	No more rotating files. Instead create, e.g, 2011/07_actns.text in
	the etmActions directory in July 2011 and similarly events, notes
	and tasks and for other months and years.
845    2011-07-23
	Added tag new for changeset 36046d531589
844    2011-07-22
	Added starting time option for actions.
843    2011-07-20
	More etmRC tweaks. This seems to work on all platforms.
842    2011-07-20
	Windoz weak - use r'''var''' to prevent expansions of \n, \t and so
	forth in paths.
841    2011-07-20
	Replaced open with codecs.open in etmRC and etmData.
840    2011-07-20
	For Windoz, write new etmrc using default file encoding.
839    2011-07-20
	More etmRC tweaks. Check for modification of etmrc after external
	edit before warning about restart.
838    2011-07-20
	More etmRC tweaks.
837    2011-07-18
	Tweaks for etmRC paths. wxpython 2.8.12.
836    2011-07-18
	Added check_rotating to etmRC to create appropriate archive files
	before migrating old data files.
835    2011-07-18
	Added .text extension to rotating archive and backup files.
834    2011-07-17
	Added check_newinstall, make_examples and make_holidays to etmRC.
833    2011-07-17
	Removed len(v)>2 test in etmData.getLeaf.
832    2011-07-16
	Use extension 'text' instead of 'txt' for new format data files.
	Automatically copy old files to ~./etm/etmdata, make format changes
	and change the extentsion.
831    2011-07-16
	Hack to make locale work for 12-month calendar in both os x and
	linux. Corrected bug in rc in which a new rc file would not be
	created. Added print statements to trace rc.
830    2011-07-14
	Fixed wrong indent in etmData. Fixed old2new to replace '@p #' with
	'@e +#'.
829    2011-07-13
	Make search involve all tuples, regardless of date.
828    2011-07-13
	Help improvements.
827    2011-07-11
	Save error messages when loading data and report in both CLI and
	GUI.
826    2011-07-10
	Reorganized Item Options help tab and added Examples tab.
825    2011-07-10
	Fixed bug in showing week with no items.
824    2011-07-09
	Colors output from the command line. Added Cmd loop to cli.
823    2011-07-08
	Ctrl-F now exports selection in vCal format to 'export.ics' in
	export directory.
822    2011-07-08
	Details support. With a leaf selected, Ctrl-P shows both the item
	and its details nicely formatted. Ctrl-Y works similarly. When
	adding '-d' to outline display options, using '-d len' would show
	both the times and their locations, extents and notes. Using '-d *'
	would show all details.
821    2011-07-07
	Prerequisites with finish dates and with or without repetitions are
	now handled correctly.
820    2011-06-30
	Changed str() to unicode() in etmData
819    2011-06-30
	Enabled action timer to be restarted after stopping.
818    2011-06-30
	Busy/Free now works from gui and cli. Modified prep_dist to confirm
	if hg stat is non-null.
817    2011-06-29
	Export to vcal (-v store_true) and export to CSV (-x string) where
	string is composed of single character tuple labels, e.g., -x ymdp
	for year, month, day, priority.
816    2011-06-28
	Fixed bug in char2PageMode involving 'action' v 'actions'.
815    2011-06-28
	Added priority.
814    2011-06-24
	First pass at Ctrl-Tab completion.
813    2011-06-24
	Add missing fields to hash and then use hash2Str instead of
	appending field to existing string.
812    2011-06-22
	Changed etm info to show common prefix and relative paths for data
	files.
811    2011-06-22
	Added export to vCal/iCal bound to v parser in cli and ^V in the
	gui.
810    2011-06-19
	'A' with timer stopped now creates a new action without using the
	timer.
809    2011-06-17
	Added tags with possibly mulitple switches similar to nts.
808    2011-06-17
	Preserve options including groupby cols when selecting dates in
	calendar.
807    2011-06-15
	Fixed bug in sunmoon error reporting for timeout.
806    2011-06-15
	Get dates as 1/1 of current year minus 1 year and 12/31 of current
	year plus 5 years with integer defaults for years set in etm rc.
	Work on colors and attributes. Don't hide notes by default in
	standard view.
805    2011-06-08
	Added create project. Fixed bug in calling textwrap instead of
	text_wrap.
804    2011-06-07
	Fixed bug in assigning action to beginby. Handle non-tuple groupby.
	Work on help.
803    2011-06-07
	Fixed yank and print in html windows.
802    2011-06-07
	Clear outline and busy options with shift-enter but save them to use
	as defaults for later usage.
801    2011-06-06
	Combined 'view' and 'item' into 'options'. Don't show null options
	in the status bar. Hide details now seems to work with various
	groupby settings.
800    2011-06-06
	Basic command line parsing and output now works.
2011-08-06 23:22:14 +00:00
ryoon
7c75b622ce Sort 2011-08-06 22:58:33 +00:00
ryoon
cc43f16fc0 Added textproc/queequeg version 0.91 2011-08-06 22:57:26 +00:00
ryoon
3a706ea2eb Add queequeg 2011-08-06 22:56:49 +00:00
ryoon
13253a79e7 Import queequeg-0.91 as textproc/queequeg from wip/queequeg
Queequeg is a tiny English grammar checker for non-native speakers
who are not used to verb conjugation and number agreement. We
especially focus on people who're writing academic papers or business
documents where thorough checking is required. We aim to reduce
this laborious work with automated checking. Queequeg is named
after a character in Herman Melville's masterpiece.
2011-08-06 22:55:34 +00:00
ryoon
40231d747a Added databases/py-cdb version 0.34 2011-08-06 22:51:48 +00:00
ryoon
43da507c24 Add py-cdb 2011-08-06 22:50:52 +00:00
ryoon
032a6a6a42 Import py-cdb-0.34 as databases/py-cdb from wip/py-cdb
D. J. Bernstein's constant database library adapted as a python
extension module. Like GDBM and kin, cdb files map keys to values.
The file format boasts wickedly fast lookups and atomic updates.
2011-08-06 22:49:44 +00:00
ryoon
fcdba92066 Fix typos. 2011-08-06 22:23:34 +00:00
ryoon
49b2b932d7 Revert previous mistake. 2011-08-06 22:21:58 +00:00
ryoon
c2a511329a Already committed as x11/libunique3 2011-08-06 22:16:01 +00:00
ryoon
4195a5cca2 Added graphics/gource version 0.35 2011-08-06 22:07:06 +00:00
ryoon
c26377b0ea Add gource 2011-08-06 22:05:59 +00:00
ryoon
81f46408d4 Import gource-0.35 as graphics/gource from wip/gource.
Software projects are displayed by Gource as an animated tree with
the root directory of the project at its centre. Directories appear
as branches with files as leaves. Developers can be seen working
on the tree at the times they contributed to the project.

Currently Gource includes built-in log generation support for Git,
Mercurial and Bazaar and SVN (as of 0.29). Gource can also parse
logs produced by several third party tools for CVS repositories.
2011-08-06 22:03:53 +00:00
adam
3f96081358 Changes 1.72:
* Extra checks of search arguments for possible SQL injection attacks
* Remove excess parentheses in debug SQL
* Fix parsing of foo.* in SQLA::Tree
* Fix bindtype fail when using -between with arrayrefref literals
* Add handling for NULL for -in
* The -nest operator has entered semi-deprecated status and has been
  undocumented. Please do not use it in new code
2011-08-06 20:56:08 +00:00
adam
066fef127f Changes 2.08:
* Fix t/matlab.t failing on Windows (RT 64629)
* Applied patch from RT 51669 (POD rendering)
* Applied patch from RT 61334 (fix croak in new_from_string)
* Make reference check less strict in _new_from_row_or_cols (requested by MJD)

Changes 2.06:
* added submatrix() (exactly the same behavior as sec() from PDL, for 2D
  matrices)
* t/submatrix.t created
* t/decompose_LR.t created
* !!!NEED documentation for submatrix()
2011-08-06 20:53:17 +00:00
adam
4088193286 Changes 2.01080605:
* p5p in its infinite wisdom removed (automatically generated) defines for
  PERL_POLLUTE... Now every extension needs to add them back by hand...
2011-08-06 20:49:25 +00:00
adam
50e64ed92b Revision bump after updating perl to 5.14.1 2011-08-06 20:42:24 +00:00
adam
c6e6876ecc Revision bump after updating perl to 5.14.1 2011-08-06 20:32:13 +00:00
adam
726e749f67 Changes 2.18.1:
* Fix LANG testing issue
* Fix bug when async commands issued immediately after a COPY
2011-08-06 20:31:02 +00:00
adam
b066c6c3db Revision bump after updating perl to 5.14.1 2011-08-06 20:28:14 +00:00
adam
6bf82152e2 Changes 1.33:
* Production release, no changes from 1.32_04

Changes 1.32_04:
* Updated to SQLite 3.7.6.3
* Made util/getsqlite.pl state that it needs fixing to work for
  SQLite 3.7.5+ when it dies at the last step, and outline what the
  user needs to do manually instead, until getsqlite is fixed

Changes 1.32_03:
* Updated to SQLite 3.7.6.2
* Resolved 67843 for DBD-SQLite: savepoint rollback alters AC state

Changes 1.32_02:
* Updated to SQLite 3.7.5
* Resolved 65267 for DBD-SQLite: Add RTree support option;
  skip fts3/metadata tests if those features are disabled
* Resolved 65267: Add RTree support option
* Added sqlite_see_if_its_a_number database handle attribute
  to deal with issues caused by (quoted) bind values against
  numbers such as return values from a function etc.
2011-08-06 20:27:17 +00:00
adam
e5f6eec54b Changes 0.08:
* Regenerate dist using latest ExtUtils::MakeMaker
* Now needs Perl 5.8
2011-08-06 20:21:33 +00:00
adam
21c1225261 Changes 1.31:
* Recently introduced test sql_type_cast.t cannot work with DBI less
  than 1.611.
* Minor change to Makefile.PL to avoid use of unitialised warning on
  $ENV{LD_LIBRARY_PATH} in warning when it is not set.

Changes 1.30_7:
* Some time ago (I don't know when) a few internal errors generated by
  DBD::ODBC got ignored. There are about 5 of them but I seriously
  doubt anyone would hit any other than the data truncated error
  (which is reported by the ODBC driver anyway) and "no select
  statement currently executing". You can see rt_68720.t in the t
  directory for an example of the latter.
* An extra argument has been added to the sub associated with
  odbc_err_handler.  The arguments passed to the odbc_err_handler are
  now state (string), error (string), native error code (number) and
  the status returned from the last ODBC API. The status will be
  SQL_ERROR (-1) for errors or SQL_SUCCESS_WITH_INFO (1) for
  informational messages.
2011-08-06 20:18:39 +00:00
adam
416751c407 Revision bump after updating perl to 5.14.1 2011-08-06 20:11:02 +00:00
adam
8e29765c58 Changes 1.41:
* Changed incorrect verion number

Changes 1.40:
* Fixed bug rt44591 second preapre giving an error
* Fixed bug rt57981 warnings during clone
* Fixed bug rt63191 Synopsis errors
* Fixed bug rt66813 Google's group link in the POD
2011-08-06 20:10:13 +00:00
adam
557f833e91 Revision bump after updating perl to 5.14.1 2011-08-06 20:00:57 +00:00
gls
896a3d2384 libofa has a new home @ googlecode. Fix HOMEPAGE and add a new MASTER_SITES.
While here, add LICENSE.
2011-08-06 19:43:21 +00:00
gls
39bd0a5c48 Updated audio/picard to 0.15.1 2011-08-06 19:29:50 +00:00
gls
abd596b873 Update audio/picard to 0.15.1
Upstream changelog:

  Version 0.15.1 - 2011-07-31
   * "Other versions" menu now displays release labels and catalog numbers.
   * Added CD-R, 8cm CD to the format mapping.
   * Picard no longer fails to load releases with new or unknown media formats.
   * Fixed album metadata processor plugins not working (#5960)
   * Fixed requests stopping at midnight (#5963)
   * Stopped using QDateTime for timing requests (for Qt 4.6 compatibility) (#5967)
   * Fixed display of ampersands in the "other versions" menu. (#5969)
   * Fixed use of numerical functions in advanced scripting.

  Version 0.15 - 2011-07-17
   * Added options for using standardized track, release, and artist metadata.
   * Added preferred release format support.
   * Expanded preferred release country support to allow multiple countries.
   * Added support for tagging non-album tracks (standalone recordings).
   * Added several new tags: %_originaldate%, %_recordingcomment%, and
 %_releasecomment%
   * Changes to request queuing: added separate high and low priority queues for
each host.
   * Tagger scripts now run after metadata plugins finish (#5850)
   * The "compilation" tag can now be $unset or modified via tagger script.
   * Added a shortcut (Ctrl+I) for Edit->Details.
   * Miscellaneous bug fixes.

  Version 0.15beta1 - 2011-05-29
   * Support for the NGS web service
2011-08-06 19:29:37 +00:00
gls
a2683cca43 Updated audio/py-mutagen to 1.20 2011-08-06 19:17:01 +00:00
gls
87afd3df18 Update audio/py-mutagen to 1.20
1.20 - 2010.08.04
 * ASF: Don't store blocks over 64K in the MetadataObject block;
   use the MetadataLibraryBlock instead. (#60, Luká# Lalinský)
 * ID3: Faster parsing of files with lots of padding. (#65, Christoph Reiter)
 * FLAC: Correct check for audio data start. (#67)
2011-08-06 19:16:32 +00:00
wiz
ab366dc03b Updated devel/bison to 2.5nb1 2011-08-06 17:15:51 +00:00
wiz
1080e82dfa Do not install yacc.1. Addresses PR 45161 by Thomas Cort.
Add comment to patch-aa while here.
2011-08-06 17:15:42 +00:00
wiz
22dbc77502 Updated wm/openbox to 3.5.0 2011-08-06 17:09:13 +00:00
wiz
8b6cc78165 Update to 3.5 and add comments to patches.
3.5.0:
  * New alt-tab dialog shows windows in a vertical list.
  * Improved Xinerama support.
  * Allow icons in menus.
  * Theme options for prompt dialogs (osd.button.unpressed.*,
    osd.button.pressed.*, osd.button.focused.*)
  * Addresses bug #4877, #4596, #4617, #4752, #4663, #4662, #4586, #2319,
    #4341, #4519, #4543, #4503, #4355, #4072, #3702, #4284
  * Lots of additional bug fixes and performance improvements.
2011-08-06 17:09:03 +00:00
cheusov
b742beedd2 Update to version 0.9. This fixes build failures on Linux (PR 44001).
Support for NetBSD was added.
Fixes for pkglint warnings. Oked by wiz@
2011-08-06 16:36:41 +00:00
wiz
bfb9e8b05d Updated devel/cfitsio to 3.280 2011-08-06 15:44:32 +00:00
wiz
84cad0b5e5 Update to 3.280:
Version 3.28 - 12 May 2011

   - added an enhancement to the tiled-image compression method when compressing
     floating-point image using the standard (lossy) quantization method.  In
     cases where an image tile cannot be quantized,  The floating-point pixel values
     will be losslessly compressed with gzip before writing them to the tile-
     compressed file.  Previously, the uncompressed pixel values would have
     been written to the file, which obviously requires more disk space.

   - made significant internal changes to the structure of the tile compression
     and uncompression routines in imcompress.c to make them more modular and
     easier to maintain.

   - modified configure.in and configure to force it to build a Universal
     binary on Mac OS X.

   - modified the ffiter function in putcol.c to properly clean up allocated
     memory if an error occurs.

   - in quantize.c, when searching for the min and max values in a float array,
     initialize the max value to -FLT_MAX instead of FLT_MIN (and similarly
     for double array).
2011-08-06 15:44:20 +00:00
adam
15170e1163 Revision bump after updating perl to 5.14.1 2011-08-06 15:24:33 +00:00
adam
e506315f89 Changes 1.89:
* make it compile and test successfully with libdb 5.1, but
  do not add any new symbols or functionality.
2011-08-06 15:23:35 +00:00
jakllsch
3f18e29c5c Updated multimedia/gst-plugins0.10-v4l2 to 0.10.30nb1 2011-08-06 15:19:40 +00:00