Commit graph

172078 commits

Author SHA1 Message Date
cheusov
0d62b79a0c Added misc/send-pr version 3.113.1 2011-05-29 13:51:41 +00:00
cheusov
1ecea24412 send-pr is a tool used to submit problem reports (PRs) to a central
GNATS support site.
2011-05-29 13:51:30 +00:00
wiz
5c6a751b40 Updated devel/cppcheck to 1.48 2011-05-29 11:52:22 +00:00
wiz
f8bb588afa Update to 1.48. Ok reed except for the cmake dependency :)
Release notes for 1.48

There are no major new features in 1.48. There are more and better
checks.

New check: Wrong usage of ! operator in conditions.  Example: if
(!x == 0) {

New check: Use "throw" without arguments to rethrow exceptions.

New check: Comparison of substring with string literal will
always/never match because size doesn't match.

New check: Postfix increment of boolean

New check: Clarify condition with parantheses (when there are
assignment + comparison) Example: if (a = b > 0) {


Release notes for 1.47

It is now possible to exclude files and folders from the analysis.
Use -i on the command line (i=ignore).

Custom rules can now be created using regular expressions. To read
more about creating custom rules, see
http://sourceforge.net/projects/cppcheck/files/Articles/

A new XML format is launched. To use this format, the --xml-version=2
is used. The new xml format is incompatible with the xml format
used in previous versions. The old XML format will still be used
unless --xml-version=2 is given, so your existing scripts, tools
and plugins should still work.

New check: sizeof used on array variable that is a function parameter.
The expected bahaviour is most likely that the sizeof result is
the size of the array, but the actual sizeof result is the size of
the pointer.

New check: catching exception by value. It is better to catch by
reference for various reasons.

New check: memset calls filling 0 bytes. The given size might be
wrong.
2011-05-29 11:52:12 +00:00
obache
9e7f390a41 Updated net/mikutter to 0.0.3.6 2011-05-29 06:55:13 +00:00
obache
70fc9a88f8 Update mikutter to 0.0.3.6.
after 0.0.3.5, included escape.rb is required
(crash with one from ruby-escape package, so it must be removed).

0.0.3.6
* fix: Unshown right click menu on timeline with ruby-1.8.
* fix: Always crash to assign new short cut keys with ruby-1.8
* fix: Segmentation fault at update of MiraclePainter with ruby-1.8.
* fix: Crash of string selection with ruby-1.8.
* fix: bug of shown muted users on timeline.
* fixes retweet and un-retweet mikutter command.
* add mikutter comand for cancel fav.
* new feature: search selection with Google.
* include some using files of ruby-hmac-0.4.0.
* and other misc fixes.

0.0.3.5
* Changes TL rendering method
  * speeding up
    * work in progress for some features
  * renovation of short cut key settings
    * allow to assign a shortcut key to all functions with right-click menu.
2011-05-29 06:54:59 +00:00
obache
5cfdd2af87 Updated uim to 1.7.0. 2011-05-29 06:15:38 +00:00
obache
082f8528cb Update uim to 1.7.0.
Based on PR#44989 by YAMASHIRO, Jun.  add a missing PLIST entry.

Overview of changes from 1.7.0-alpha to 1.7.0
=============================================
* Fixes
  - Generic IM
    * Fix sort order of Wubi86 and Zhengma tables in 1.7.0-alpha

  - GTK+3 bridge
    * Avoid repeated changes of subwindow size in some annotation text


Overview of changes from 1.6.x to 1.7.0-alpha
=============================================
* New features
  - GTK+3 bridge
  - uim-candwin-gtk3
  - uim-candwin-tbl-gtk3
  - uim-dict-gtk3
  - uim-im-switcher-gtk3
  - uim-input-pad-ja-gtk3
  - uim-pref-gtk3
  - uim-toolbar-gtk3
  - uim-toolbar-gtk3-systray
    * Support GTK+3

  - uim-toolbar-applet-gnome3
    * Support GNOME3

* Fixes
  - uim Scheme library
    * Fix im-acquire-text brokeness

  - uim-toolbar-qt4
    * Fix bug: Can't set starting position of Qt4 toolbar (#34034)

  - uim-notify
    * Fix compilation with libnotify >= 0.7.0

  - uim-tutcode
    * Fix behavior with interactive bushu conversion

  - uim-skk
    * Fix crash upon an illegal line in SKK dictionary

  - Emacs bridge
    * Don't disturb other leim's modelines (#35318)

  - Qt4 bridge
    * Fix crash of applications upon exit when widget style of
      QGtkStyle is used

  - uim-dict-gtk
    * Fix a minor bug

* Enhancements
  - uim-tutcode
    * Postfix mazegaki conversion
    * Postfix bushu conversion
    * Add inflection support for postfix and prefix mazegaki conversion
    * Kanji code (JIS/Kuten/Unicode) input mode
    * History input mode

  - libuim
    * Support locale with EUC-JIS-2004 and EUC-JISX0213 encodings

  - generic-predict
    * Add support for completion with Google Suggest

* Others
  - GTK+2 bridge
    * Discard support for version below 2.14.
2011-05-29 06:13:57 +00:00
taca
9a5a54f730 Note update of lang/ruby18-base package to 1.8.7.334nb2. 2011-05-29 01:38:07 +00:00
taca
de52602f79 Add a patch for CVE-2011-0188 from repository as ruby19-base.
Bump PKGREVISION.
2011-05-29 01:36:24 +00:00
obache
b4a783c479 accept python26 and 27, because just not accept 24. 2011-05-29 00:38:59 +00:00
dholland
45975ca352 SETGIDGAME -> USE_GAMESGROUP 2011-05-28 23:23:49 +00:00
dholland
4cca69e306 Add trivial patch to makefile, now passes MAKE_JOBS=4. 2011-05-28 23:02:33 +00:00
dholland
2c7b74aa36 Minor rototill and respin patches; add patch comments, etc. I was taking
a shot at making it work on LP64, but there seem to be deeper problems
than the usual sorts of things. Add a comment in the makefile documenting
a case that fails on LP64 but not ILP32. PKGREVISION++.
2011-05-28 22:41:43 +00:00
cheusov
7ea69b6885 remove two buggy heirloom entries I produced 2011-05-28 22:02:19 +00:00
cheusov
9a59e3c058 Provide DESTDIR and UNPRIVILEGED installation support
Add LICENCE
Fix a few pkglint warnings
2011-05-28 17:27:08 +00:00
bad
02eeec1400 Do not rename disassemble.RB to disaassemble.rb and install it.
It depends on gems that Do Not Work(tm) und recent versions ruby 1.8.x.
This makes ruby-debug work again.

PKGREVISION++

XXX the other .RB files seem to have been using uppcase so they do not
get loaded but I am not touching this yet.
2011-05-28 16:32:10 +00:00
gls
dd6316ae28 Updated audio/picard to 0.14 2011-05-28 16:21:59 +00:00
gls
4828aa4c84 Update audio/picard to version 0.14
Upstream changes:

Version 0.14 - 2011-05-15
 * Fixed a problem with network operations hanging after a network error
(#5794, #5884)
 * ID3v2.3 with UTF-16 is now the default ID3 version
 * Option to set preferred release types for improved album matching
 * Added support for sorting the album/file lists (#75)
 * Fixed OptimFROG tag reading (#5859)
 * Fixed colors for a white-on-black color scheme (#5846)
 * Added an option to replace non-ASCII punctuation (#5834)
 * Support for writing release group and work IDs, currently unused (#5805)
 * Fixed saving of the release event format tag (#5250)
 * Added support for the language and script tags (#943)
 * Plugins can now use track-track relationships (#5849)
 * Allowed external drives to be visible in the file browser panel on OS X
(#5308)
2011-05-28 16:21:41 +00:00
drochner
eba3072dd8 the patch isn't needed anymore, upstream uses a wrapper now 2011-05-28 15:28:41 +00:00
mspo
a1a98b833c "screen," -> GNU Screen as pointed out by Snader_LB in freenode as a DESCR clarification/typo 2011-05-28 14:11:47 +00:00
wiz
8d60456122 Bump PKGREVISION for symlink fix. 2011-05-28 13:54:33 +00:00
ryoon
dc61eecc70 Make symlink from asound-pulse.conf to asound.conf,
not from /${EMULSUBDIR}/etc/asound-pulse.conf
2011-05-28 13:40:40 +00:00
mspo
1f51600df3 upgrade to 7486. Adds two new tools: mk-table-usage and mk-tcp-model 2011-05-28 12:28:46 +00:00
ryoon
11be9eb896 Replace NO_SRC_ON* with NO_BIN_ON*.
Thank you, wiz@.
2011-05-28 12:05:22 +00:00
taca
8d5f035654 Note update of www/drupal6 package to 6.22. 2011-05-28 11:54:31 +00:00
taca
5390cf93ac Update drupal6 pacakge to 6.22.
Drupal 6.22, 2011-05-25
----------------------
- Made Drupal 6 work better with IIS and Internet Explorer.
- Fixed .po file imports to work better with custom textgroups.
- Improved code documentation at various places.
- Fixed a variety of other bugs.
2011-05-28 11:53:55 +00:00
taca
b867d6dab6 Note update of www/drupal6 package to 6.21. 2011-05-28 11:46:25 +00:00
taca
db1c25e05d Update drupal6 pacakge to 6.21.
Drupal 6.21, 2011-05-25
----------------------
- Fixed security issues (Cross site scripting), see SA-CORE-2011-001.
  http://drupal.org/node/1168756
2011-05-28 11:45:51 +00:00
cheusov
bf747f5671 Add missed tools to heirloom-awk and heirloom-grep, tested on Linux 2011-05-28 11:42:05 +00:00
obache
c03ec3b300 Add user-destdir installation support. 2011-05-28 11:32:03 +00:00
ryoon
d495ae7da7 Updated fonts/ricty-ttf to 3.0.1 2011-05-28 11:16:16 +00:00
ryoon
3e65b80527 Update to 3.0.1
The generated ttf files are almost as same as 2.0.1.
Version 3.0.1 or later, only generating script is provided.
DO NOT DISTRIBUTE GENERATED TRUETYPE TTF FILE.
2011-05-28 11:15:24 +00:00
asau
df1d7921d5 Updated devel/fossil to 201105231.51112 2011-05-28 10:33:16 +00:00
asau
197502af2f Update Fossil to release 2011-05-23 15:11:12
New in release 2011-05-23 15:11:12:

This release merges in the windows internationalization patches.
Fossil should now work better on windows machines that use a
non-ASCII and non-UTF8 code page for the DOS box.


New in release 2011-05-12 14:56:52:

This release adds an enhanced configuration sync capability
which entails an irreversible schema change.
You _must_ run "fossil rebuild" on all of your repositories after
updating to this version of fossil.

Other changes in this release include:

  * Refactor the "add", "rm", and "addremove" commands to
    simplify the code and fix various problems.
  * Added a "diff" hyperlink after each file in the "Show Files"
    timeline view.
  * The "fossil open" and "fossil co" commands always prompt
    before overwriting preexisting files unless the --force
    option is used.
  * Enhanced the merge-conflict markup to show both recent
    versions and the common-ancestor version.
  * Change the definition of what it means to be a "leaf"
    check-in, to be consistent and to work better for most
    people.
  * Commands that recursively decend through the file hierarchy
    ("fossil extra", "fossil clean", etc.) will now ignore
    nested checkouts.
  * Automatically delete the _FOSSIL_ file upon a failed "open".
  * Improvements to the "annotate" feature.
  * Other minor bug fixes.
2011-05-28 10:33:00 +00:00
cheusov
3d07d2b7a8 DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
cheusov
dfaec020db Update "used by ..." entries 2011-05-28 10:03:38 +00:00
cheusov
d86120748a add heirloom-shl, oked by sponsors 2011-05-28 10:02:12 +00:00
cheusov
3e065ff2b0 Added sysutils/heirloom-shl version 070715 2011-05-28 10:01:16 +00:00
cheusov
80167b2884 heirloom-shl, a part of heirllom tools 2011-05-28 10:01:05 +00:00
cheusov
338977009a add heirloom-printenv, oked by sponsors 2011-05-28 09:58:05 +00:00
cheusov
cc6d654e29 Added misc/heirloom-printenv version 070715 2011-05-28 09:57:06 +00:00
cheusov
9d9e76278c heirloom-printenv, a part of heirloom collection 2011-05-28 09:56:56 +00:00
cheusov
1a575d242f add heirloom-random, oked by sponsors 2011-05-28 09:53:58 +00:00
cheusov
0b7e6e7b51 Added misc/heirloom-random version 070715 2011-05-28 09:53:00 +00:00
cheusov
3e20549cef heirloom-random, a part of heirloom tools 2011-05-28 09:52:50 +00:00
cheusov
ec10f3022d add libuxre, oked by sponsors 2011-05-28 09:48:49 +00:00
cheusov
c738bcdb80 Added devel/libuxre version 070715 2011-05-28 09:48:17 +00:00
cheusov
a4d54d3cbb Regexp library from heirloom collection aware of utf-8 2011-05-28 09:48:07 +00:00
cheusov
74fd0fa374 add heirloom-hd, approved by sponsors 2011-05-28 09:42:51 +00:00