Commit graph

177529 commits

Author SHA1 Message Date
ryoon
44f1446634 Update to 20111021
Changelog:
October 21 2011

Abc2midi bug: %%MIDI control command after a rest causes loss of
synchronization. In the following example



X:1
T: Synchronization Loss after rest (z2)
V:1
V:2
M: 4/4
K:F#dor
V:1
|: A,G, | F,G,F,G, A,B,A,G, | F,4-F,2 :|
V:2
%%MIDI program 65
|:\
%%MIDI control 7 40
 de|  f4 z2
%%MIDI control 7 80
GA|  f4-f2\
:|


The control command is used to modulate the loudness of the alto saxophone
in voice 2. The second control command which attenuates the saxophone
to velocity 80 introduces another delay of z2 causing the following
notes G and A to be played one beat late (into the next bar).

Analysis: The second control command introduces a beat delay because
delta_time is not zero when the function write_event is called. (Delta_time
is not zero after a rest so that the following note will be delayed.)

Fix: write_event should not introduce any delay, so that delta_time was
replaced by 0 in the function call mf_write_midi_event(..). The function
write_event is also called to turn on (off) portamento, to handle
pitch_bend, pedal on and pedal off MIDI commands. (Hopefully, this
change does not introduce a bug in the other functions.)
2011-11-08 11:04:05 +00:00
ryoon
f72f3e6fc9 Added time/abclock version 1.0d 2011-11-08 10:51:19 +00:00
ryoon
c2985ab136 Add abclock 2011-11-08 10:50:35 +00:00
ryoon
0a640807c4 Import abclock-1.0d as time/abclock from wip/abclock by ghen@
Digital clocks are nice for telling exactly what time it is, but, unlike an
analogue clock, they don't give a spatial representation of time. They don't
show where time is coming from or going to.

On the other hand, a bitmap representation of a mechanical clock doesn't tell
time very accurately if the bitmap is very small. And curves and oblique lines
don't look very nice in a small, low-resolution bitmap.

So, this is something different: an analogue clock that isn't tied to the
design of the mechanical clock, but instead uses the natural properties of
bitmaps: straight lines and rectangles.
2011-11-08 10:49:35 +00:00
obache
a489079369 Updated net/ruby-tweetstream to 1.0.5 2011-11-08 09:09:08 +00:00
obache
0cc3fbd205 Update ruby-tweetstream to 1.0.5.
* Use ssl as per twitter requirements.
2011-11-08 09:08:21 +00:00
tron
f76fcaa1b0 Note update of the "wmakerconf" package to version 2.11nb18. 2011-11-08 09:03:22 +00:00
tron
d66249e382 Remove dependency on "imlib2" package. This package wants "libgdk_imlib"
which is provided by the "imlib-gtk" package. As nobody seems to be
missing support for that library there is probably no point in adding
this dependency.
2011-11-08 09:02:46 +00:00
hiramatsu
e282f309e0 Added devel/p5-Clone-Fast version 0.92.
Updated devel/p5-MooseX-ConfigFromFile to 0.03.
2011-11-08 07:58:48 +00:00
hiramatsu
22127f96b2 Update p5-MooseX-ConfigFromFile to 0.03.
Changes from previous:
0.03 - Dec 18, 2010
    - The test suite now uses Test::Fatal instead of Test::Exception (Karen
      Etheridge).
    - Fix bug reported by Strayph in #moose with inheritance RT#63624 (perigrin)
    - Add repository metadata
    - Fix RT#57023, RT#49369.
2011-11-08 07:57:29 +00:00
hiramatsu
f9a1dfcad2 Add p5-Clone-Fast. 2011-11-08 07:56:44 +00:00
hiramatsu
6e09b64eb0 Import perl module Clone::Fast into devel/p5-Clone-Fast. This
package is required to update www/p5-Catalyst-Plugin-Server.

This module is a very optimized version of Clone::More. By taking
advantage of one of Clone::More's 'OPTIMIZATION_HACKS' as well as
removing all the Pure Perl from the "More.pm"
2011-11-08 07:54:36 +00:00
hiramatsu
72992a3bec Add LICENSE. 2011-11-08 07:37:46 +00:00
sbd
e9c5eab9e8 Change a unused variable referacne to a fixed string that I missed when
coping the Mac OS X sdk filename handling.

Thank to Matthias Rampke in PR#45581 for catching this.
2011-11-08 07:30:08 +00:00
shattered
948d8a9736 PR/36986 -- two new options: -D -- print DESCR file of matched package to
stdout; -P -- search in PLIST files.
2011-11-07 20:27:30 +00:00
minskim
a8e2d4ccf5 Set PKG_DEDTDIR_SUPPORT for ruby-xz. 2011-11-07 20:05:34 +00:00
drochner
db3b4c0a1f oops, forgot to commit 2011-11-07 18:00:25 +00:00
drochner
bfe9bd331f add patch from upstream to fix possible buffer overflow in LZW decoder
by invalid GIF file (CVE-2011-2896)
bump PKGREV
2011-11-07 17:59:47 +00:00
taca
469c02ea88 Note update of mail/postfix package to 2.8.7. 2011-11-07 15:37:05 +00:00
taca
c04e5bb698 Update postfix pacakge to 2.8.7.
Postfix stable release 2.8.7 is available. This contains a workaround
for a problem that is fixed in Postfix 2.9.

    * The postscreen daemon, which is not enabled by default, sent
      non-compliant SMTP responses (220- followed by 421) when it
      could not give a connection to a real smtpd process. These
      responses caused some remote SMTP clients to return mail as
      undeliverable.

      The workaround is to hang up after sending 220- without sending
      the 421 "sorry" reply; this is harmless.

      The complete fix involves too much change for a stable release:
      send the 220 greeting, wait for the EHLO command, then send
      the 421 "sorry" reply and hang up.
2011-11-07 15:36:07 +00:00
hiramatsu
e8d53b5bec Updated devel/p5-Software-License to 0.103.004.
Updated www/p5-CSS to 1.09.
2011-11-07 15:14:24 +00:00
hiramatsu
f68ded8e85 Update p5-CSS to 1.09.
Change from previous;
1.09
 -Recompiled P::RD Grammar against newer version to fix https://rt.cpan.org/Public/Bug/Display.html?id=53948
2011-11-07 15:13:15 +00:00
hiramatsu
4a783e0b92 Update p5-Software-License to 0.103004.
Changes from previous:
0.103004  2011-11-02 21:44:26 America/New_York
          update FSF's address

0.103003  2011-10-31 23:14:47 America/New_York
          use more direct links to GFDL 1.2 and 1.3

0.103002  2011-06-01 22:34:06 America/New_York
          add GFDL 1.3

0.103001  2011-04-28 07:20:39 America/New_York
          re-import text of GPL 1 and 2 to get new FSF address (RT #67795)

0.103000  2011-03-31 22:31:03 America/New_York
          improve method dependency chains (thanks, Flavio Poletti)

          add Custom license to stick the whole license in a file
          -- still probably a bit experiemental -- thanks, Flavio Poletti

0.102341  2010-12-11 10:22:56 America/New_York
          add note to Artistic 2 that it's GPL compatible
2011-11-07 15:12:31 +00:00
hans
b326ae8502 Libtorrent and rtorrent need gcc>=4.2.1, at least on some architectures.
Explicitly exclude architectures known to work with older gcc versions
(alpha, i386 and x86_64 for now). Ok by tron.
2011-11-07 13:10:31 +00:00
drochner
34de9828a5 mention recent updates 2011-11-07 12:37:52 +00:00
drochner
cea2bbfe5c sync w/ base pkg 2011-11-07 12:28:54 +00:00
drochner
785d067914 update to 2.1
changes:
-Experimental --scale-down and --auto-zoom tiling support
-The button-options -0 through -9 are no longer supported.
 Use .config/feh/buttons instead (see feh manpage)
-more minor UI changes
-bugfixes
2011-11-07 12:26:59 +00:00
drochner
49b65739f6 update to 1.4.5
changes:
-bugfixes
-cleanup, spelling fixes
2011-11-07 12:14:15 +00:00
drochner
6a5705abf1 update to 1.13
changes:
* Graphs are rendered in separate threads for speed and a responsive
  user interface
* A changed Graph is rendered immediately on document modification,
  improving latency
* A new ternary plot widget is included
* Size of pages can be modified individually in a document
* Binary data import added
* NPY/NPZ numpy data import added
* Axis and tick labels on axes can be rotated at 45 deg intervals
* Labels can be plotted next to points on non-orthogonal plots
* Add an option for DPI of output EPS and PDF files* Graphs are rendered
  in separate threads for speed and a responsive user interface
* A changed Graph is rendered immediately on document modification,
  improving latency
* A new ternary plot widget is included
* Size of pages can be modified individually in a document
* Binary data import added
* NPY/NPZ numpy data import added
* Axis and tick labels on axes can be rotated at 45 deg intervals
* Labels can be plotted next to points on non-orthogonal plots
* Add an option for DPI of output EPS and PDF files
-more minor changes
-bugfixes
2011-11-07 12:09:50 +00:00
drochner
02b79893de sync w/ base pkg 2011-11-07 12:05:17 +00:00
drochner
1ee12e3026 update to 0.11.1
This switches to the 0.11 release branch (which took years to get
officially stable, although the release candidates were completely
usable).
changes:
-many bugfixes
-added some command line options to tools
-improved logging

0.11 is compatible to 0.10 -- if 0.11 programs are used in a client
setup installed by 0.10 a script should be modified to avoid spurious
email warnings -- see the release notes
2011-11-07 12:04:34 +00:00
taca
85fd9e8cf4 Don't require 'yaml' unconditionaly but try to call Gem.load_yaml.
Avoid possible problem of ruby192-base with ruby-psych installed.
2011-11-07 11:56:25 +00:00
drochner
81f10ccf10 update to 1.2.8.14
changes: minor bugfixes
2011-11-07 11:28:39 +00:00
drochner
80e6ea787b update to 1.18
changes:
-bugfixes
-cleanup: does not generate pre-0.11 devhelp files any more
2011-11-07 11:26:27 +00:00
wiz
7f769a616e Mark as not make-jobs safe (I had two lines of
CC cmd/util.o
with a resulting truncated util.o file in a -j16 build).
2011-11-07 11:24:26 +00:00
drochner
64307b673f update to 4.8.6
changes: minor bugfixes
2011-11-07 11:23:17 +00:00
drochner
262ce8d2dd update to 4.13
changes: minor feature additions (added some directives and operators)
2011-11-07 11:22:21 +00:00
drochner
97df727166 update to 2.4.11
changes:
-Switched %n behaviour to be linear increasing, instead of a folder index
-translation updates
2011-11-07 11:04:21 +00:00
drochner
74e3426b63 update to 2.4.11
changes:
-support for many new cameras
-fixes to various backends
-bugfixes
2011-11-07 11:03:05 +00:00
drochner
1a0820e814 update for new release date 2011-11-07 10:45:36 +00:00
drochner
a5121bf8d6 update to 0.7.7
"fixes around 90 bugs, several of which are security relevant"
(sorry, no details in the release notes)
2011-11-07 10:43:35 +00:00
minskim
921c24a91d Note update of tex-kpathsea. 2011-11-07 08:29:55 +00:00
minskim
873b6e9440 Update tex-kpathsea to 2011.24417.
Changes:
- Removed context.cnf.
2011-11-07 08:29:13 +00:00
minskim
921b04be54 Note PKGREVISION bump of kpathsea. 2011-11-07 08:28:16 +00:00
minskim
ee7174beb8 Add the following configuration settings to texmf.cnf:
- LUAINPUTS.lualatex
- LUAINPUTS.dvilualatex
- RISINPUTS
- BLTXMLINPUTS
2011-11-07 08:27:35 +00:00
schmonz
910f840c02 Updated www/ikiwiki to 3.20111106 2011-11-07 03:45:18 +00:00
schmonz
eee6477dd1 Update to 3.20111106. From the changelog:
* searchquery.tmpl: Track escaping change in upstream template.
     Thanks Olly Betts for review.
   * svn: Support subversion 1.7, which does not have .svn in each
     subdirectory.
   * rst: import docutils lazily, to avoid errors during ikiwiki --setup.
     Closes: #637604 (Thanks, smcv)
   * Make the setup automator create YAML formatted files.
   * Fix handling of discussion page creation links to make discussion pages
     in the right place and with the right case. Broken by page case
     preservation feature added in 3.20110707.
2011-11-07 03:43:18 +00:00
wiz
d8d4b91dcd Updated graphics/png to 1.5.6 2011-11-06 23:53:56 +00:00
wiz
8278595a5a Update to 1.5.6, which integrated part of patch-aa (see beta04).
Version 1.5.6beta01 [September 22, 2011]
  Fixed some 64-bit type conversion warnings in pngrtran.c
  Moved row_info from png_struct to a local variable.
  The various interlace mask arrays have been made into arrays of
    bytes and made PNG_CONST and static (previously some arrays were
    marked PNG_CONST and some weren't).
  Additional checks have been added to the transform code to validate the
    pixel depths after the transforms on both read and write.
  Removed some redundant code from pngwrite.c, in png_destroy_write_struct().
  Changed chunk reading/writing code to use png_uint_32 instead of png_byte[4].
    This removes the need to allocate temporary strings for chunk names on
    the stack in the read/write code.  Unknown chunk handling still uses the
    string form because this is exposed in the API.

Version 1.5.6beta02 [September 26, 2011]
  Added a note in the manual the png_read_update_info() must be called only
    once with a particular info_ptr.
  Fixed a typo in the definition of the new PNG_STRING_FROM_CHUNK(s,c) macro.

Version 1.5.6beta03 [September 28, 2011]
  Revised test-pngtest.sh to report FAIL when pngtest fails.
  Added "--strict" option to pngtest, to report FAIL when the failure is
    only because the resulting valid files are different.
  Revised CMakeLists.txt to work with mingw and removed some material from
    CMakeLists.txt that is no longer useful in libpng-1.5.

Version 1.5.6beta04 [October 5, 2011]
  Fixed typo in Makefile.in and Makefile.am ("-M Wl" should be "-M -Wl")."

Version 1.5.6beta05 [October 12, 2011]
  Speed up png_combine_row() for interlaced images. This reduces the generality
    of the code, allowing it to be optimized for Adam7 interlace.  The masks
    passed to png_combine_row() are now generated internally, avoiding
    some code duplication and localizing the interlace handling somewhat.
  Align png_struct::row_buf - previously it was always unaligned, caused by
    a bug in the code that attempted to align it; the code needs to subtract
    one from the pointer to take account of the filter byte prepended to
    each row.
  Optimized png_combine_row() when rows are aligned. This gains a small
    percentage for 16-bit and 32-bit pixels in the typical case where the
    output row buffers are appropriately aligned. The optimization was not
    previously possible because the png_struct buffer was always misaligned.
  Fixed bug in png_write_chunk_header() debug print, introduced in 1.5.6beta01.

Version 1.5.6beta06 [October 17, 2011]
  Removed two redundant tests for unitialized row.
  Fixed a relatively harmless memory overwrite in compressed text writing
    with a 1 byte zlib buffer.
  Add ability to call png_read_update_info multiple times to pngvalid.c.
  Fixes for multiple calls to png_read_update_info. These fixes attend to
    most of the errors revealed in pngvalid, however doing the gamma work
    twice results in inaccuracies that can't be easily fixed.  There is now
    a warning in the code if this is going to happen.
  Turned on multiple png_read_update_info in pngvalid transform tests.
  Prevent libpng from overwriting unused bits at the end of the image when
    it is not byte aligned, while reading. Prior to libpng-1.5.6 libpng would
    overwrite the partial byte at the end of each row if the row width was not
    an exact multiple of 8 bits and the image is not interlaced.

Version 1.5.6beta07 [October 21, 2011]
  Made png_ptr->prev_row an aligned pointer into png_ptr->big_prev_row
    (Mans Rullgard).

Version 1.5.6rc01 [October 26, 2011]
  Changed misleading "Missing PLTE before cHRM" warning to "Out of place cHRM"

Version 1.5.6rc02 [October 27, 2011]
  Added LSR() macro to defend against buggy compilers that evaluate non-taken
    code branches and complain about out-of-range shifts.

Version 1.5.6rc03 [October 28, 2011]
  Renamed the LSR() macro to PNG_LSR() and added PNG_LSL() macro.
  Fixed compiler warnings with Intel and MSYS compilers. The logical shift
    fix for Microsoft Visual C is required by other compilers, so this
    enables that fix for all compilers when using compile-time constants.
    Under MSYS 'byte' is a name declared in a system header file, so we
    changed the name of a local variable to avoid the warnings that result.
  Added #define PNG_ALIGN_TYPE PNG_ALIGN_NONE to contrib/pngminim/*/pngusr.h

Version 1.5.6 [November 3, 2011]
  No changes.
2011-11-06 23:53:46 +00:00
wiz
0b08e13a6e + bzr-2.4.2, caff-1.1.4, cue-20100426 [pkg/45557], feh-2.1,
kid3-2.0.1, libmicrohttpd-0.9.16, mathomatic-15.7.0,
  modular-xorg-server-1.11.2, pbzip2-1.1.6, png-1.5.6, puppet-2.7.6,
  samba35-3.5.12, viewvc-1.1.12, x264-devel-20111106, yasm-1.2.0.
2011-11-06 23:47:33 +00:00