Commit graph

178843 commits

Author SHA1 Message Date
wiz
2bd71bac65 Update to 2.8.7rel.2 as 2.8.7nb4.
Same distfile name, different contents.

Changes:
2010-06-21 (2.8.7rel.2)
* add limit-check for too-long URIs in href's (RedHat #605286) -TD
* fix a few places still referring to "2-8-6" -TD
2011-11-30 14:02:59 +00:00
wiz
774b51c67d Add libwildmidi option (recommended over fluidsynth by the musicpd author). 2011-11-30 13:53:19 +00:00
wiz
eb5bd70d87 Describe libwildmidi. 2011-11-30 13:52:55 +00:00
wiz
1d8bec99da Added audio/libwildmidi version 0.2.3.4 2011-11-30 13:49:51 +00:00
wiz
aa38b2738a + libwildmidi. 2011-11-30 13:49:29 +00:00
wiz
7d74685487 Initial import of libwildmidi-0.2.3.4, packaged for wip by Pierre Allegraud.
WildMIDI is a simple software midi player which has a core softsynth
library that can be use with other applications.

The WildMIDI library uses Gravis Ultrasound patch files to convert
MIDI files into audio which is them passed back to the calling
application for further processing or output. The API of the library
is designed so that it is easy to include WildMIDI into applications
that wish to include MIDI file playback. With multiple MIDI file support
you can develope applications to mix several midi files together at the
same time and with the next release you will be able to use a different
patch set for each MIDI file.
2011-11-30 13:47:15 +00:00
wiz
2c0aaffb50 Updated emulators/yabause to 0.9.11 2011-11-30 12:08:04 +00:00
wiz
071668f474 Update to 0.9.11, provided by Timothy Lee Roden in PR 45670:
0.9.10 -> 0.9.11
 general:
  - Now using CMake as the default build system.
    For now, autotools based build and "custom" build systems are still supported.
  - New Cocoa port
  - Added a dynamic recompiling SH2 core for x86 and ARM
  - New SCSP implementation
  - Major update of the software renderer from the yabause-rr team
  - Added an option to allow to execute from the cache
  - Improvements to the OpenGL renderer
 carbon port:
  - Improvements
 gtk port:
  - Added command line option to enable/disable frame skipping / limiting.
  - Added frame skipping/limiting configuration in settings.
  - Added --autoload command line option
  - Vdp2 layers can be toggled from the Vdp2 debug window
 qt port:
  - Added command line support
2011-11-30 12:07:52 +00:00
wiz
26ad34e771 Add all option descriptions for musicpd. 2011-11-30 12:02:46 +00:00
wiz
7473a45180 Fix build with latest libaudiofile. 2011-11-30 12:02:25 +00:00
wiz
21328f16a1 Add more options. 2011-11-30 12:01:58 +00:00
wiz
e1eb4a6122 Updated audio/libaudiofile to 0.3.1nb1 2011-11-30 11:59:49 +00:00
wiz
e015e45d8a Remove:
typedef struct _AFvirtualfile AFvirtualfile;
from af_vfs.h, the same line is in audiofile.h (which it includes),
and this breaks the build of musicpd.
Bump PGKREVISION.
2011-11-30 11:59:39 +00:00
drochner
c109f4ca71 add patch from upstream to fix sign extension bug which can lead
to out-of-bounds array read
(possible DOS, CVE-2011-4362)
bump PKGREV
2011-11-30 11:13:59 +00:00
drochner
f28e2eb512 mention recent updates 2011-11-30 11:10:16 +00:00
drochner
9c39436a94 update to 4.4.4
changes:
-minor feature additions
-bugfixes
2011-11-30 11:00:50 +00:00
drochner
188c235937 update to 1.14
changes:
-Added interactive tutorial
-Improved CSV import
-reduced size of output SVG files
-misc graph feature additions
-UI improvements
-bugfixes
2011-11-30 10:59:13 +00:00
drochner
9eb6df105e add patch from upstream to fix signedness error in hash calculation
which can lead to an overwrite or segfault
bump PKGREV
2011-11-30 10:55:49 +00:00
obache
ce6eb81ff7 Updated mail/milter-manager to 1.8.2 2011-11-30 10:51:50 +00:00
obache
ebf6e4ef5a Update milter-manager to 1.8.2.
1.8.2: 2011-11-29

A bug fix release of 1.8.1.

milter-core

Fixes

  * [event-loop][glib] fix memory leaks since 1.6.6.

  * [core] fix memory leak when delete header.
2011-11-30 10:51:31 +00:00
drochner
f37c162034 reset PKGREV for base pkg update 2011-11-30 10:51:24 +00:00
drochner
782190b8d8 update to 1.6.7
changes:
-bugfixes
-translation updates
2011-11-30 10:50:08 +00:00
drochner
1cde73cc22 update to 1.3.0
changes:
-minor feature additions
-bugfixes

tested with osmarender
2011-11-30 10:44:46 +00:00
obache
c4e2876637 Updated textproc/groonga to 1.2.8 2011-11-30 10:40:03 +00:00
obache
72ad6bf72d Updage groonga to 1.2.8.
Release 1.2.8 - 2011/11/29
--------------------------

Improvements
^^^^^^^^^^^^

* [grntest] Removed max number of bytes in a line limitation.
* [grntest] Added `--pid-path` option.
* Fixed a crash bug when accessing zlib/lzo compressed
  column. Note that compressed column access will leak memories. To
  resolve this, we need to improve API. We will do it in the feature.
  [GtiHub#5][GtiHub#6] [Reported by Takayuki Yamaguchi]
* Fix a bug that needless column values are cleared by delete.
* [deb] Enabled experimental zlib and lzo support.
* [rpm] Enabled experimental zlib and lzo support.
* Supported truncation. [#892]
* Enabled grn_dat that is a read lock free double array implementation.
* [pkg-config] Added groonga_version variable to groonga.pc.
* Re-supported `--disable-static`. [groonga-dev,00612]
  [Suggested by Kenichi Aramaki]
* [munin] Stopped to install Munin plugins by default.
* Stopped to install RedHat platform related files by default.
* Supported object renaming. [#1167]
* [munin] Added a Munin plugin that measures throughput. [#1171]
* [geo] Improved geo_in_rectangle performance. The new
  implementation will be 2x faster than the old
  implementation in many cases. [#1173]
* [macports] Moved groonga's MacPorts to the official
  repository. [Imported by Hiroshi Umemoto]
* [geo] Changed geo literal conversion from in degree to in
  msec algorithm to round-off from truncation.
* Supported a table as defrag target. It means that variable
  size value columns in the table are defrag targets. [#1175]
* Removed associated path on remove. [#1180]
* [deb] Supported i386.
* [rpm] Supported i386.
* [windows] Supported x86.

Fixes
^^^^^

* Fixed a bug that wrong index is used in sort. [#766]
  [Reported by Horikoshi Yuki]
* [libedit] Fixed a bug that needed initialization is
  omitted. [GitHub#7] [Patch by SHIDARA Yoji]
* [doc] Fixed a typo in documentation. [GitHub#8] [Patch by zunda]
2011-11-30 10:39:30 +00:00
he
37167a334c Note update/patch of po4a. 2011-11-30 10:14:10 +00:00
he
6b73fce4bd Add patch-ac to import fixes from newer po4a to make newish perl
not emit warnings and errors for now-deprecated constructs.
Add comments to the existing patch files.
Bump PKGREVISION.
2011-11-30 10:13:38 +00:00
wiz
bfa838ae8c Fix previous. 2011-11-30 09:21:39 +00:00
tron
2c1530d2fc Add comment for last change. 2011-11-30 08:52:02 +00:00
tron
7f1085b34e Ignore compiler warnings if GCC 4.1.* is used. This fixes the build
under NetBSD/amd64 5.1_STABLE.
2011-11-30 08:29:36 +00:00
sbd
1e8312973f Check for a builtin libuuid by looking for a real uuid.pc and use in instead
of a faked up pkg-config file.
2011-11-30 08:04:20 +00:00
sbd
95b30e0987 Modify the builtin.mk file so it matches the template in
pkgsrc/mk/buildlink3/bsd.builtin.mk and change the fake uuid.pc so its
similar to what's used in other builtins (and a little bit simpler).
2011-11-30 07:57:09 +00:00
minskim
e3828a43b5 Note update of emacs-snapshot. 2011-11-30 04:29:49 +00:00
minskim
571d96d2d1 Update emacs-snapshot to 24.0.91.20111128.
Changes:
        * whitespace.el (whitespace-newline): Use a different foreground
        color for 16-color light-background displays.

        * server.el (server-eval-and-print): Allow C-g (bug#6585).

        * xdisp.c (redisplay_window): If cursor row is not fully visible
        after recentering, and scroll-conservatively is set to a large
        number, scroll window by a few more lines to make the cursor fully
        visible and out of scroll-margin.  (Bug#10105)
        (start_display): Don't move to the next line if the display should
        start at a newline that is part of a display vector or an overlay
        string.  (Bug#10119)
2011-11-30 04:29:09 +00:00
wiz
239505d67a Updated graphics/graphviz to 2.26.3nb5 2011-11-29 23:04:30 +00:00
wiz
02a738e21c There is no reason this package must care about lib/lua/5.1. Remove @pkgdir
for it from the PLIST.  Bump PKGREVISION.
2011-11-29 23:04:20 +00:00
pettai
78acbd000f Updated security/pam-tacplus to 1.3.5 2011-11-29 22:25:04 +00:00
pettai
d9dfdabe6b 1.3.5
* This version will be dedicated to Darren Besler, thank you for your major
  contribution!

* libtac version is now 1.7.1
* magic.c: magic_inited is only used for linux
* Finally got rid of all goto illness!
* Changed tabsize to 4
* Fixed missing xalloc.h in authen_s.c
* Get PAM_RHOST from PAM stack and use it as rem_addr
* Added _pam_get_rhost() and _pam_get_user()

* A long list of things done by Darren Besler...
* A list of bugs fixed by Darren Besler...
* And other things done by Darren Besler...

1.3.4
* removed encrypt option just check if there is a secret (key).
* removed first_hit option because you can get the same behaviour by using only
  one server.
* added multiple secret support.
* connect.c: improved connection error handling by using getpeername() to check
  if connection is still valid.
* properly handle multiple servers when authenticating.

1.3.3
* pam_tacplus.h: changed bitflags to hex.
* Added gitignore for build stuff.
* connect.c: removed ifdef for sys/socket.h, it will be included anyway for
  other platforms.
* connect.c: improved connection error handling.

1.3.2
* Added autotool configuration files.
* Added pam_tacplus.spec file.
* Added license information to all files and the license itself.
* All AV pairs are now available to the PAM environment.
* Rewritten attribute loop in function pam_sm_acct_mgmt() for debug and
  future use of AV pairs.
* Fixed attribute buffer in author_r.c.

1.3.1
* Added custom password prompt option.
* Removed password logging when in debug mode.

1.3.0
* Released version 1.3.0 based on 1.2.13.
  This release finally includes support for TACACS+ chap and login
  authentication. The default is still pap for backward compatibility.

1.2.13
* Changed spaces into tabs for pam_tacplus.c so make it more readable.
* Did some minor cleanup.
* Added login option so you can choose which TACACS+ authentication you want to
  use. You can use pap, chap or login (ascii) at the moment. The default login
  option is pap.
* Added cont_s.c needed for TACACS+ login authentication.

1.2.12
* Missing network byte order convertion to host byte order in function's
  tac_account_read, tac_authen_pap_read and tac_author_read.
* Fixed potential memory leak.
2011-11-29 22:24:25 +00:00
minskim
6c73292540 Note update of ko.TeX packages. 2011-11-29 21:21:33 +00:00
minskim
dfbd96228a Update tex-kotex-dev{,-doc} to 0.3.
Changes:
- remove code suppressing char orphan in xetexko
- remove obsolete files from luatexko
- provides [nounfonts] option in luatexko.sty
- remove hyperref outuni routine from luatexko.sty
- remove plain tex latin font setting in xetexko-space.sty and
  luatexko.{tex,lua}
- consider some chinese center-aligned full stop in xetexko-space
- introduced hanjahook.sty. updated xetexko-dotemph and hangulhook
2011-11-29 21:20:59 +00:00
minskim
08b6467c0f Update tex-kotex{,-doc} to 0.3.
Changes:
- compatibility with memoir in kosections-utf.tex
- update hanja-to-hangul tables
2011-11-29 21:16:00 +00:00
minskim
d7dcca6683 Update tex-kotex-utils to 0.3.
Changes:
- Added kotexindy for indexing Korean.
2011-11-29 21:05:36 +00:00
wiz
d52c76850d Updated games/gbrainy to 2.06 2011-11-29 20:57:49 +00:00
wiz
986a1880b2 Updated misc/dialog to 1.1.20111020 2011-11-29 20:53:59 +00:00
wiz
0dbaffe756 Update to 1.1-20111020:
2011/10/20
	+ fix --analyze warnings for clang versions 2.8, 2.9.
	+ add configure check for lint program.
	+ add check in dlg_getc() in case its window is freed as a side effect
	  of removing callbacks.
	+ fix logic in freeing subwindows (report by xDog Walker).
	+ fix a regression in logic distinguishing between inputmenu and menu
	  widgets (report by xDog Walker).
	+ minor fixes to library manpage.

2011/10/18
	+ modify header-sh.in to work around limit on sed script length on
	  HPUX.
	+ add a special case of parameter parsing for "--trace" to the
	  initialization done before calling init_dialog(), to allow users to
	  capture the initial state of the parameter list before any options
	  are processed and removed.  This is only done if "--trace" is the
	  first option, otherwise it is handled in the common options as before
	  (report by xDog Walker).
	+ modify samples/testdata-8bit, discarding $1 from the parameter list
	  if it was used, so that the source'ing scripts can consistently use
	  "$@" to insert parameters before the widget, e.g., as an alternative
	  to using $DIALOGOPTS (report by xDog Walker).
	+ modify treatment of function pointers in menubox.c, make
	  dlg_renamed_menutext() and dlg_dummy_menutext() visible to library
	  users (request by xDog Walker).
	+ add dlg_count_real_columns(), use to modify centering for "--hline"
	  text to account for "\Z"s (report by xDog Walker).
	+ improve check in dlg_draw_arrows2() for conflict between the window
	  title and up-arrow marker to take into account that the given window
	  may not be the top-level window of the widget.
	+ change width of page up/down mouse areas in fselect panes to use the
	  full width of the panes rather than only the portion from the left
	  margin to the up/down arrow.
	+ add/use dlg_draw_box2() and dlg_draw_bottom_box2() to use the
	  secondary borders.
	+ modify rc-file read/write to accept/generate color values that refer
	  to previously-processed items in the color table.  This reduces the
	  number of distinct colors that must be specified to set up a color
	  scheme.
	+ add color table entries for secondary borders, i.e., the ones that
	  are normally drawn with the dialog's text-colors (Debian #641168).
	+ modify fselect.c to scan the current directory if the input field
	  happens to be empty (Debian #640905).
	+ repeated the discussion of environment variables that can override
	  the exit-status values in the manpage's return-codes section
	  (Debian #642105).
	+ add an example to the manpage showing how to override the form
	  widget's keys used for field/button traversal (Debian #642108).
	+ modify call to dlg_register_window() in formbox.c so that the editing
	  bindings are attached to the form sub-window rather than the
	  top-level dialog window.  Also change the name by which the editing
	  bindings are bound for editbox.c, fselect.c and inputbox.c, so that
	  the editing and navigation bindings can be different.
	+ correct logic in dlg_lookup_key() so that it matches the widget name
	  before using a binding from .dialogrc, allowing the inner/outer
	  windows of form and other editing widgets to have different bindings.
	+ modify dlg_register_window() to call dlg_dump_window_keys() after
	  its updates, via the --trace output, to supplement the manpage
	  description of key bindings (Debian #642108).
	+ add DLGK_FORM_PREV and DLGK_FORM_NEXT key-bindings to form.c, to
	  allow binding a single key to traverse both form-fields and buttons
	  (Debian #642108).
	+ modify dlg_parse_rc() to check for error return from
	  dlg_parse_bindkey().
	+ add function dlg_dump_window_keys(), to help with debugging widgets.
	+ add CR, LF, TAB, FF and ESC to table of curses names to help make
	  key bindings more readable.
	+ update table of dialog key-names so that helpfile and trace are
	  dumped properly.
	+ correct dlg_dump_keys(), which was showing only the first item in
	  the matched binding table.
	+ save/restore window current position in dlg_update_mixedgauge().
	+ pass return-code from pause_for_ok() from dlg_progressbox() when
	  pauseopt is set, rather than only DLG_OK.
	+ call setlocale() in init_dialog() rather than relying on on-demand
	  use within inputstr.c, since there are paths in textbox widget which
	  do not exercise the latter (report by xDog Walker).
	+ fix some places where checks for "\Z" were done without also checking
	  dialog_vars.colors (report by Moray Henderson).
	+ correct logic for DIALOGOPTS parsing so that the parse happens only
	  once unless memory leak checking is enabled (report by xDog Walker).
	+ remove an incorrect free() call in dlg_free_gauge() (report by xDog
	  Walker).
	+ modify dlg_trace_win() to log wide-characters (report by xDog Walker).
	+ make traces shorter by skipping repeated ERR's, but showing the
	  number skipped (report by xDog Walker).
	+ improve description in manpage to distinguish program box and
	  progress box from tailboxes (adapted from email by xDog Walker).
	+ modify dlg_trace_win() so that it looks for the topmost window in a
	  dialog.  Because subwindows share space with the top window, tracing
	  the latter shows the whole widget (report by xDog Walker).
	+ expand tracing so that each window is traced before soliciting input,
	  making the ^T feature to print a window on demand partly redundant
	  (suggested by xDog Walker).
	+ cosmetic change in dialog.h to avoid "*/*" strings from comments next
	  to "*" (report by xDog Walker).
	+ ensure result from dlg_align_columns() has trailing null on each
	  string.  Analysis was hindered by libc6's continuance of libc5's
	  early-1990s misfeature of clearing the result from malloc, noting
	  that libc6's documentation incorrectly claims that it does not do
	  this (report by xDog Walker).
2011-11-29 20:53:49 +00:00
wiz
78d81076ee Update to 2.06:
Version 2.06
* 1 bug fix
* Updated Spanish
2011-11-29 20:52:07 +00:00
minskim
84ea9180b7 Update tex-kotex-base{,-doc} to 0.3.
Changes:
- Sync with TeX Live 2011.
2011-11-29 20:35:32 +00:00
wiz
1bde36875c Updated audio/lame to 3.99.3 2011-11-29 20:26:58 +00:00
wiz
5ca23726ef Update to 3.99.3:
LAME 3.99.3   November 26 2011

    Robert Hegemann
        Fix for tracker item [ 3441349 ] --tg does not handle genre number when adding unicode tag


LAME 3.99.2   November 18 2011

    Robert Hegemann
        Due to some bugs in 3rd party HW/SW decoders, those were not be able to make use of LAME's extended info tag anymore, resulting in problems with things like gapless playback.


LAME 3.99.1   November 5 2011

    Robert Hegemann
        Fixes for several issues with ID3v2 unicode tags, using Big-Endian text encodings. Because of several other software (like Windows Media Player), LAME writes Little-Endian unicode tags only.
        Thanks to Taihei Monma, for reporting these issues. Tracker items: [ 3431203, 3431222, 3431241 ]


LAME 3.99   October 15 2011

    3.99 beta 1 becomes 3.99


LAME 3.99 beta 1   not yet released

    Robert Hegemann
        Fix for Bugtracker item [ 3395813 ] id3tag_set_fieldvalue for URL link frames Broken
        Fix for Bugtracker item [ 3368977 ] Wave Parser doesn't pad chunks
        Fix for Bugtracker item [ 3034259 ] confusing fatal error: can't update LAME-tag frame!

LAME 3.99 beta 0   not officially released

    Josep Maria Antolín Segura
        Documentation work
    Rogério Brito
        Improve Debian packaging.
            Include suggestions made by Fabian Greffrat
            Update version of the Debian package to reflect that it is taken from CVS.
            Get rid of a transitional package
            Much more to come...
        Minor fix to validate the history file correctly
    Robert Hegemann
        Porting of LAME mp3rtp program to Windows platform
        Fix: for free format mp3 above 320 kbps, the maximum allowed bits was limited too far.
        Changed behaviour: LAME replaces common suffixes by MP3/WAV when no output filename was given. For example, a simple lame x.wav will create output file x.mp3
        UNICODE support on Windows OS, file names and ID3v2 tags; related: Bugtracker item [ 3052230 ] Lame.exe can't find files with non-ASCII names
        Added support for WAVE FORMAT IEEE FLOAT input files
        New switch --swap-channel added, see tracker item [ 1118412 ] RFE: option to swap L and R channels
        New switches -m l and -m r to select either left or right channel for mono encoding.
        Feature request item [ 3134258 ] Allow larger images with LAME (>128KB)
        Fix for Bugtracker item [ 2962223 ] Encoder delay and padding values ignored when re-encoding
        Fix for Bugtracker item [ 2986823 ] Error when building Lame with NASM support -still exists
        Fix for Bugtracker item [ 3125235 ] make -f Makefile.mingw32 fails
        Fix for Bugtracker item [ 3021935 ] ID3 tag TXXX cannot be used more than once
        Fix for Bugtracker item [ 3025801 ] gain_analysis.h needs int constants
        Fix for Bugtracker item [ 3277412 ] Segmentation fault at layer2.c:105 with --decode
        Changes in new VBR code:
            tuning on PSY model
            tuning on VBR scale and resulting bitrates
            Minor bug fix for sfb21 encoding
        All encoding modes use the PSY model from new VBR code, addresses Bugtracker item [ 3187397 ] Strange compression behavior
        Fix for a possible out of bounds array access in HIP decoder, addresses Bugtracker item [ 3091776 ] crash at III_dequantize_sample

LAME 3.98.4    March 22 2010

    Joseph Flynn
        Improvements for LAME DirectShow filter:
            Added support for the DirectShow IAMStreamConfig Interface to the LAME encoder filter output pin.
            Modified the DirectShow filter registration section so that the LAME Encoder filter is correctly registered in the Audio Compressors filter category. This will allow third-party encoding applications using the DirectShow System Device Enumerator Interface to correctly detect the LAME encoder when querying the Audio Compressors filter group.
            Modified the filter registration information so that the MP3 audio subtype is correctly reported as being supported on the encoder output pin. This will allow third-party encoding applications using the DirectShow IFilterMapper2 Interface to recognize that the LAME encoder supports MP3 output.
            Altered the Filter Merit Value that was being used when the filter was registered so that it is now using the standard DirectShow compressor filter merit value of MERIT_DO_NOT_USE (0x200000). Previously, the filter was being registered using a value of MERIT_SW_COMPRESSOR (0x100000), which was at a lower priority (i.e. worse priority) than MERIT_DO_NOT_USE. This prevented the LAME Encoder filter from being selected for use by some third-party encoding applications.
            Added code to calculate the frame length of the audio frames used for the nBlockSize element of the WAVEFORMATEX output structure. Previously this value was simply hard-coded to 1.
    Robert Hegemann
        Fix for Bugtracker item [ 2973877 ] A problem regarding the new drain code

LAME 3.98.3    February 27 2010

    Rogério Brito:
        Update the debian packaging for the new release.
    Robert Hegemann
        The ignore-tag-errors switch had no effect when embedding album art, fixed.
        Library API change: lame_decode functions are now obsolete but still present, please use hip_decode instead. The reason for this change is: lame_decode functions use a single global variable within the library to store decoder setup, hip_decode functions don't. The encoder now uses hip_decode internally and it is now possible to use clipdetect feature while reencoding mp3 to mp3.
        Workaround for FFMPEG bug, which uses to call lame_encode_flush more than once in a loop.
        Windows: program icon and version info added (when building with VC9)
        Fix for Bugtracker item [ 2688413 ] lib name problem in Microsoft Visual Studio 6
        Fix for Bugtracker items [ 2051870, 242365tracker item [ 2723518 ] resampling in 3.98 and 3.99alpha
        Fix for Bugtracker item [ 2891879 ] Because of Windows API change, there was a problem with the prority switch.
        Fix for Bugtracker item [ 2893101 ] Access Violation in BladeMP3EncDL0, ships with MS Windows): enabling the new-drain-code seems to solve that issue better, than restricting the buffer size (see below: 3.98 beta 1, May 16 2007).
        Patch submitted by Bernhard Doebler, tracker item [ 2807676 ] Error when building Lametem [ 2406420 ] compile lame_enc.dll under cygwin
2011-11-29 20:26:48 +00:00
wiz
249ba3f1c1 Updated audio/libaudiofile to 0.3.1 2011-11-29 19:39:41 +00:00