Commit graph

16166 commits

Author SHA1 Message Date
obache
617ad31034 Import ruby-memoize-1.3.1 as devel/ruby-memoize.
The memoize library allows you to cache methods for faster lookup.
Cached results can either be stored in memory (the default) or to
a file.
2011-02-25 02:34:13 +00:00
adam
a352243f5b Changes 1.46.0:
New Libraries
* Icl: Interval Container Library, interval sets and maps and aggregation of
  associated values, from Joachim Faulhaber.
Updated Libraries
* Array:
  - Added support for cbegin/cend
  - Fixed a problem with the Sun compiler
* Asio:
  - Fixed a problem on older Linux kernels (where epoll is used without timerfd
    support) that prevents timely delivery of deadline_timer handlers, after
    the program has been running for some time
* Bind:
  - make_adaptable now documented
* Concept Check:
  - fixed warnings with self-assignment
* Filesystem:
  - Version 3 of the library is now the default.
  - IBM vacpp: Workaround for compiler bug affecting iterator_facade
  - Verify, clarify, document that <boost/config/user.hpp> can be used to
    specify BOOST_FILESYSTEM_VERSIO
  - Replaced C-style assert with BOOST_ASSERT.
  - Undeprecated unique_path(). Instead, add a note mentioning the workaround
   for lack of thread safety and possible change to cwd. unique_path() is just
   too convenient to deprecate!
  - Cleared several GCC warnings.
  - Changed V2 code to use BOOST_THROW_EXCEPTION.
  - Windows: Fix status() to report non-symlink reparse point correctly.
  - Add symlink_option to recursive_directory_iterator, allowing control over
    recursion into directory symlinks. Note that the default is changed to not
    recurse into directory symlinks.
  - Reference documentation cleanup, including fixing missing and broken links,
    and adding missing functions.
  - Miscellaneous implementation code cleanup.
* Fusion:
  - vector copy constructor now copies sequence members in the same order on different platforms
* Graph:
  - Fixed Graphviz output to work on Visual C++ 7.1.
  - Replaced assert with BOOST_ASSERT.
  - Changed to Boost.Filesystem v3.
More...
2011-02-24 11:05:34 +00:00
adam
e556663701 Changes 6.2:
a. Fixed a bug that caused the unconverted filename to be added to the list of
   completions when the application specified filename conversion functions.
b. Fixed a bug that caused the wrong filename to be passed to opendir when the
   application has specified a filename dequoting function.
c. Fixed a bug when repeating a character search in vi mode in the case where
   there was no search to repeat.
d. When show-all-if-ambiguous is set, the completion routines no longer insert
   a common match prefix that is shorter than the text being completed.
e. The full set of vi editing commands may now be used in callback mode.
   dimensions while running in `no-echo' mode.
h. Fixed a bug that caused readline to dump core if an application called
   rl_prep_terminal without setting rl_instream.
i. Fixed a bug that caused meta-prefixed characters bound to incremental
   search forward or backward to not be recognized if they were typed
   subsequently.
j. The incremental search code treats key sequences that map to the same
   functions as (default) ^G, ^W, and ^Y as equivalent to those characters.
k. Fixed a bug in menu-complete that caused it to misbehave with large
   negative argument.
l. Fixed a bug that caused vi-mode yank-last-arg to ring the bell when invoked
   at the end of the line.
m. Fixed a bug that made an explicit argument of 0 to yank-last-arg behave
   as if it were a negative argument.
n. Fixed a bug that caused directory names in words to be completed to not
   be dequoted correctly.

New Features
a. The history library does not try to write the history filename in the
   current directory if $HOME is unset.  This closes a potential security
   problem if the application does not specify a history filename.
b. New bindable variable `completion-display-width' to set the number of
   columns used when displaying completions.
c. New bindable variable `completion-case-map' to cause case-insensitive
   completion to treat `-' and `_' as identical.
d. There are new bindable vi-mode command names to avoid readline's case-
   insensitive matching not allowing them to be bound separately.
e. New bindable variable `menu-complete-display-prefix' causes the menu
   completion code to display the common prefix of the possible completions
   before cycling through the list, instead of after.
2011-02-23 11:00:17 +00:00
adam
136b5f27c7 Changes 2.8.4:
* Fix crash in GraphVizWriter when GRAPHVIZ_TARGET_IGNORE_REGEX is used
* FindPerlLibs: Add notice of copyright
* libarchive: Define major/minor/makedev only where needed
* libarchive: Use OpenSSL only if CMAKE_USE_OPENSSL
* Fix documentation of MSVC_VERSION
* Silence the may be used uninitialized warnings: initialize stuff.
* CPack Tests the different ways of packaging components
* Avoid foreach IN LISTS syntax which is not supported by CMake 2.6
2011-02-22 15:05:33 +00:00
sborrill
14e195e620 Update to 20110222.
Changes include
- man page claims that you can use auth type = none, but in reality this
didn't work (insisted on a username being given and then used, plus always
advertised CHAP to the target). Make initiator work as advertised (i.e.
defaults to auth type none and so don't require a username).
- document -D option to iscsi-initiator
- Remove hostname from pathname to storage in mount point.
This means /mnt/mytarget.domain.local/target0/storage is now
/mnt/target0/storage.
- Note limitations of CHAP implementation in BUGS section.
- Skip target if TargetName is empty.
- Use relevant TargetAddress, not just first one we happen to find.
- Handle NOP-OUT CmdSN and immediate bit.
- Handle NOP-IN TransferTag=0xffffffff.
- Interim solution for dealing with Underflow bit in iSCSI response.
- iscsi-initiator now talks to istgt and other targets.
- Retry read capacity. Device may not be ready on first access, so need to
wait and re-issue.
2011-02-22 13:33:22 +00:00
taca
33e824faca Bump PKGREVISION due to ABI change of ruby18-base. 2011-02-21 16:01:10 +00:00
jmmv
acb3fd1e57 Forcibly delete any stale cache files during deinstall. For example, the
gio-querymodules utility does not delete the file when no modules are left,
so we were left with a giomodule.cache file after removing glib2 that was
not managed by any package.

Also, and as a side effect, ensure that the files are created during
install time so that in-place updates work correctly.

Bump PKGREVISION to 2.
2011-02-20 17:40:54 +00:00
jmmv
91e4325ccd TOOLS_NOOP is not enough to catch all calls to glib-compile-schemas because
some packages deduce the full name to the tool instead of relying on the
PATH.

Attempt to do better by setting the GLIB_COMPILE_SCHEMAS variable to
a non-absolute name during the build, hoping that such packages do define
this Makefile variable.

This should fix the build of evince as reported in PR pkg/44589.
2011-02-20 15:07:40 +00:00
taca
9c2f013bbe Add missing patch file, something was wrong since patches/CVS directory
existed but patches directory wasn't cvs added...

Bump PKGREVISION.
2011-02-20 02:12:08 +00:00
schwarz
55fc5930e5 Updated libosip to 3.5.0 2011-02-19 17:02:57 +00:00
kefren
75527f093d Update to 2.4.2. This release is mainly a bug fix release, but it also
includes some new features and improvements:

 * Support for future MonoDroid releases
 * Support for running ASP.NET 4.0 applications (XSP4).
2011-02-19 15:33:27 +00:00
minskim
df041367ce pvs needs tex-amsmath, not the entire teTeX. 2011-02-19 00:42:21 +00:00
reed
3ccc3949fa Disable build/install of doxygen-built HTML docs.
No change to working package.
This was reported in PR #44596
2011-02-18 18:00:43 +00:00
sborrill
3439172446 SDK for Citrix XenServer 5.6 FP1
Citrix XenServer includes a XML-RPC based API, providing programmatic access
to the extensive set of XenServer management features and tools. The
XenServer API can be called from a remote system as well as local to the
XenServer host. Remote calls are generally made securely over HTTPS, using
port 443.
2011-02-17 09:54:02 +00:00
markd
410419725b fix build with gcc4.3 2011-02-17 09:45:00 +00:00
markd
8b55e35272 Fix build with gcc 4.3 2011-02-17 08:31:50 +00:00
markd
df0e3d4349 Update to kdbg 2.2.2
Changes since 2.2.0
-------------------

Bugfixes

Changes since 2.1.1
-------------------

Features:

- Source code windows have now a tab attached, which makes switching
  source files much easier.

- Source code windows now show line numbers at the left.

- There are now "Find Next" and "Find Previous" commands with shortcuts
  F3 and Shift+F3.

- Improved support of template types in the type tables (which are used
  to show structure members next to a structure variable). Notably, the
  number of elements in STL and Qt collection classes are shown.

- Arguments for the debugged program can be passed on KDbg's command line.

Bug fixes
2011-02-17 07:48:35 +00:00
gls
ac05d64a3c Update to 0.6.1
Upstream changes:

2011-01-28  Joerg Billeter  <j@bitron.ch>
Release 0.6.1

Fix memory leak in LinkedList.clear
Based on patch by Travis Reitter, fixes bug 639254.

2011-01-20  Maciej Piechotka  <uzytkownik2@gmail.com>
Remove depending on order of iteration in read-only collections' test

2010-11-20  Maciej Piechotka  <uzytkownik2@gmail.com>
Fix memory leak on freeingi LinkedList
If fixes issue described in bug #63522
2011-02-16 21:43:27 +00:00
wiz
b4fd4f0903 Quell a pkglint warning. 2011-02-14 23:31:34 +00:00
drochner
b9a933759a update to 1.2.0
changes:
-header cleanup
-bugfixes
2011-02-14 18:57:14 +00:00
obache
bbc10c6636 gave up maintainership of Gnome related packages. 2011-02-14 01:07:41 +00:00
obache
3191e971bc Update cutter to 1.1.7.
While here, add pdf option to enable pdf support without GTK2+.

= NEWS --- The history of Cutter

== [release-1-1-7] 1.1.7: 2011-02-13

=== Cutter

==== Improvements

  * Supported growlnotify.

==== Changes

  * Droped Debian GNU/Linux lenny support.

==== Fixes

  * Fixed using unknown symbol on CentOS 5.5.
    [Reported by Hiroaki Nakamura]

=== Document

===== Fixes

  * Fixed typos in tutorial.
    [Reported by Hiroaki Nakamura]

=== Thanks

  * Hiroaki Nakamura
2011-02-13 12:59:50 +00:00
obache
fcef9fa870 gave up maintainership.
I have no modern MacOS X environment anymore.
2011-02-13 06:29:34 +00:00
obache
aaf4ab735b Fixes build on SUA 6.0.
It have both inityes.h and stdint.h, but SIZE_MAX is only in stdint.h,
so let to include both header file.
2011-02-12 01:58:54 +00:00
tnn
ce57998993 revbump(1) for devel/libevent update. 2011-02-11 21:22:02 +00:00
tnn
822834c905 Update to libevent-2.0.10.
Supposedly API backwards-compatible with libevent 1.x.
Will need a recursive revbump for shlib name changes, though.

All regression tests pass except "thread_conditions_simple". Not sure
why yet, but it's new API so shouldn't break anything existing in pkgsrc
today.

Changes in libevent 2.0 include cleaner interfaces, buffered I/O improvements,
improved multithreading and openssl integration.
2011-02-11 21:13:47 +00:00
obache
7e7bb6fcea Update ruby-gnome2 to 0.90.7.
Removed deprecated binding packages.

== Ruby-GNOME2 0.90.7: 2011-02-02

NOTE: 0.90.x releases are for 1.0.0 major release.

A package fix release of 0.90.6.

=== Changes

==== Ruby/GLib2

  * Improvments
    * force remove "-Wl,--noundefined" linker option because
      Ruby-GNOME2 packages doesn't support the option.
      [Dobai-Pataky Bálint, Kouhei Sutou]

==== Ruby/GTK2

  * Improvments
    * use "MS-Windows" GTK+ theme by default on Windows.
      [ashbb, Kouhei Sutou]

=== Thanks

  * ashbb
  * Dobai-Pataky Bálint

== Ruby-GNOME2 0.90.6: 2011-01-29

NOTE: 0.90.x releases are for 1.0.0 major release.

Removed deprecated packages. All supported packages support
RubyGems. All supported packages except Ruby/VTE,
Ruby/GStreamer and Ruby/GtkMozEmbed support also Windows
binary bundled gem.

=== Changes

==== All

  * remove all deprecated packages.
    [Masaaki Aoyagi]
  * all supported packages support RubyGems.
    [Masaaki Aoyagi]

==== Ruby/GLib2

  * Imrpovements
    * add gnome2-raketask.rb that is a utility library to
      define Rake tasks for Ruby-GNOME2 packages.
      [Masaaki Aoyagi, Kouhei Sutou]

  * Fixes
    * fix GType conversion.
      [Kouhei Sutou]
    * fix rcairo installed by RubyGems detection.
      [Masaaki Aoyagi]

==== Ruby/GIO2

  * Improvements
    * support GIO 2.26.
      [Nikolai Weibull]

==== Ruby/GStreamer

  * Improvements
    * add Gst::MissingURISourceMessage.
      [Vincent Carmona, Kouhei Sutou]
    * support RubyGems.
      [Masaaki Aoyagi]

==== Ruby/Pango

  * Fixes
    * rename Pango::LayoutIter#at_last_line! to
      at_last_line? because at_last_line is a predicate
      method. (at_last_line! still exists for backward compatibility.)
      [mrkn, Kouhei Sutou]

==== Ruby/GtkMozEmbed

  * Improvements
    * support RubyGems.
      [Masaaki Aoyagi]
  * Fixes
    * support "2.0b7" style module version. #3141244
      [reandr, Kouhei Sutou]

==== Ruby/GooCanvas

  * Improvements
    * support RubyGems.
      [Masaaki Aoyagi]

==== Ruby/GtkSourceView2

  * Improvements
    * support RubyGems.
      [Masaaki Aoyagi]

==== Ruby/VTE

  * Improvements
    * support RubyGems.
      [Masaaki Aoyagi]

=== Thanks

  * Vincent Carmona
  * mrkn
  * reandr
  * Nikolai Weibull
  * Masaaki Aoyagi
2011-02-11 13:50:06 +00:00
jmmv
91d733a75e Update to 20110121:
* lua-mode now lives in github.
* Small patch to show how to make Emacs automatically use lua-mode for
  files that have a hash-bang line containing "lua", even if they don't
  have a ".lua" suffix.
* Customization of indent level and comments.
2011-02-11 10:05:30 +00:00
adam
dcfb85627d Added devel/py-mako version 0.3.6 2011-02-11 08:25:35 +00:00
adam
a6adf539a9 Mako is a template library written in Python. It provides a familiar, non-XML
syntax which compiles into Python modules for maximum performance. Mako's
syntax and API borrows from the best ideas of many others, including Django
templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded
Python (i.e. Python Server Page) language, which refines the familiar ideas of
componentized layout and inheritance to produce one of the most straightforward
and flexible models available, while also maintaining close ties to Python
calling and scoping semantics.
2011-02-11 08:24:02 +00:00
agc
cc2f92c85a update ldpc package to pkgrevision 1
fix a packaging botch whereby the file of random numbers was not installed,
and a reference to the build directory was embedded in the executables.

now the regression tests run to completion:

	Running ex-dep:

	Running ex-ham7a:

	Running ex-ham7b:

	Running ex-ldpc-encode:

	Running ex-ldpc36-1000a:

	Running ex-ldpc36-5000a:

	Running ex-ldpcvar-5000a:

	Running ex-wrong-model:
	155c155
	< Bit error rate (on message bits only): 1.320e-02
	---
	> Bit error rate (on message bits only): 1.299e-02
2011-02-10 16:15:36 +00:00
obache
2c2682f0ee Update gobject-introspection to 0.10.2.
regenerate *.c and bug fixes.
2011-02-10 05:17:13 +00:00
taca
f3a8f0d29f Update ruby-railties package to 3.0.4.
* More strict dependency reflect gemspec's description.

Not documented but includes fix for security problem:
 http://weblog.rubyonrails.org/2011/2/8/csrf-protection-bypass-in-ruby-on-rails
2011-02-09 13:04:29 +00:00
taca
2f7561c449 Update ruby-activemodel package to 3.0.4.
* More strict dependency reflect gemspec's description.
* It is update of version only for Ruby on Rails 3.0.4 update.
2011-02-09 12:57:46 +00:00
taca
3ceb782354 Update ruby-activesupport3 package to 3.0.4.
* 3.0.4 updates version only for Ruby on Rails 3.0.4 update.


*Rails 3.0.3 (November 16, 2010)*

* No changes.


*Rails 3.0.2 (November 15, 2010)*

* Added before_remove_const callback to ActiveSupport::Dependencies.remove_unloadable_constants! [Andrew White]
2011-02-09 12:56:48 +00:00
ryoon
965e29c760 Add emacs23nox to EMACS_VERSIONS_ACCEPTED. 2011-02-09 12:45:33 +00:00
taca
a0068931cf Update ruby-activesupport package to 2.3.11.
It is update of version only for Ruby on Rails 2.3.11 update.
2011-02-09 12:37:58 +00:00
rumko
b68966711d Add missing header for DragonFly
To compile initiator.c, inttypes.h has to be included like it is for some
of the other files.

ok@ agc
2011-02-09 09:41:44 +00:00
dholland
3ef0844f72 Build fix for AIX from J Raynor in PR 41433. 2011-02-09 05:52:07 +00:00
drochner
fbe4159a5e +gps 2011-02-08 18:36:34 +00:00
drochner
764369e474 add gps-5.0.0, a Multi-language IDE with an emphasis on Ada, from
John Marino per PR pkg/44440
(Python wasn't regognized for me, that's why I've commented it
out for now. Needs a second look.)
2011-02-08 18:32:23 +00:00
obache
10b7ef0483 Update cutter to 1.1.6.
== [release-1-1-6] 1.1.6: 2011-02-09

=== Cutter

==== Improvment

  * Renamed an utility:
    * ((<cut_build_fixture_data_path()>)) -> ((<cut_build_fixture_path()>))
  * Added utitlities:
    * ((<gcut_take_string()>))
    * ((<cut_get_fixture_data()>))
    * ((<gcut_get_fixture_data()>))
    * ((<GCutEventLoop>))
    * ((<GCutGLibEventLoop>))
  * Supported Debian GNU/Linux squeeze.
    [Suggested by Romuald Conty]
  * Supported Ubuntu Maverick Meerkat.
  * Supported Fedora 14.
  * cutter.m4: supported --config-cache.
  * cutter.m4: supported custom Makefile for
    --enable-coverage. (specify custome Makefile name to
    AC_CHECK_COVERAGE() argument)
  * Supported notify-send.

==== Fixes

  * Fixed a wrong test.
    [Suggested by Ilya Barygin]

=== cut-diff

==== Improvements

  * Added ((<--label option|cut-diff#--label>)) that specify
    labels in header.

=== Thanks

  * Romuald Conty
  * Ilya Barygin
2011-02-08 04:53:19 +00:00
schnoebe
9183be950b Bring in boost-license, 1.0. Certified by OSI as an Open Source
license.
2011-02-06 18:54:49 +00:00
obache
c3e77bfa32 Skip multibyte handling if neither mbsinit nor mbrtowc exists.
Patch taken from upstream bug #24687 and fixes PR#42925.
2011-02-06 13:04:04 +00:00
obache
cf416cae4c uintmax_t is defined in stdint.h on SUA, include it additionally. 2011-02-06 12:09:50 +00:00
markd
069046a0aa CFLAGS+=-D__STDC_CONSTANT_MACROS so that UINT64_C() is defined for C++
as it is used in ffmpeg's <libavutil/common.h>
2011-02-06 08:00:05 +00:00
schnoebe
0fee4a144b correct the distinfo for patch-ae. 2011-02-06 07:14:21 +00:00
schnoebe
58be860474 Oops, drat.. Forgot to purge the wip references from the packages
before importing.

wip  references now all purged.
2011-02-06 06:08:06 +00:00
schnoebe
bd5ec0a1f7 Add poco. 2011-02-06 05:56:56 +00:00
schnoebe
f585e7443c Import Poco 1.4.0
The POCO C++ Libraries (POCO stands for POrtable COmponents) are
open source C++ class libraries that simplify and accelerate the
development of network-centric, portable applications in C++. The
libraries integrate perfectly with the C++ Standard Library and
fill many of the functional gaps left open by it. Their modular
and efficient design and implementation makes the POCO C++ Libraries
extremely well suited for embedded development, an area where the
C++ programming language is becoming increasingly popular, due to
its suitability for both low-level (device I/O, interrupt handlers,
etc.) and high-level object-oriented development. Of course, the
POCO C++ Libraries are also ready for enterprise-level challenges.
2011-02-06 05:55:14 +00:00
adam
92c70897fb Fix building on Mac OS X. Fix building with Clang. 2011-02-03 21:52:33 +00:00
drochner
1f11d4c8ce +gprbuild-aux 2011-02-03 19:08:19 +00:00
drochner
abc6dca3ca add gprbuild-aux-20101120, a Multi-language project builder,
from John Marino per PR pkg/44438
2011-02-03 19:04:02 +00:00
wiz
491616296e Add upstream bug report and remove unnecessary chunk. 2011-02-03 15:12:45 +00:00
imil
1e6345a2fc add & enable p5-Term-Shell 2011-02-03 13:31:17 +00:00
imil
b488dcc915 Initial import of p5-Term-Shell, version 0.02, into the NetBSD Packages
Collection.

Term::Shell makes it joyfully easy to write command-line interfaces in Perl.
All the boring details like command-line parsing and terminal handling are
done for you.
2011-02-03 13:28:05 +00:00
wiz
79b3698b27 Update to 1.7.5:
1.7.5 (2011-02-01)

This is a quick bugfix release to include some fixes accidentally
dropped from 1.7.4.

  subrepo: fix update -C with svn subrepos when cwd != repo.root
  subrepo: make update -C clean the working directory for svn subrepos
  url: add --insecure option to bypass verification of ssl certificates
  win32mbcs: Fix typo in documentation

1.7.4 (2011-02-01)

This is a scheduled bugfix release that smooths out some of the
rough edged introduced with 1.7.3's HTTPS certificate verification.

  bookmarks: always write undo file
  bookmarks: respect rollbacks dryrun parameter
  hgrc.5: mention that web.cacerts are run through util.expandpath
  opener: force copy on 'a'ppend if nlinks() returns 0 (issue1922)
  subrepo: compare svn subrepo state to last committed revision
  subrepo: do not report known files inside repositories as unknown
  url: 'ssh known host'-like checking of fingerprints of HTTPS certificates (see CACertificates)
  url: check subjectAltName when verifying ssl certificate
  url: expand path for web.cacerts
  url: fix UnicodeDecodeError on certificate verification error
  win32: add cacert.pem file to Inno Setup installer
  win32: win32console.GetStdHandle() can return None
2011-02-03 12:36:37 +00:00
jnemeth
9d6a7ad276 mock -> py-mock 2011-02-03 08:04:37 +00:00
taca
8206284873 Update checksum of patch-cj. 2011-02-03 06:12:32 +00:00
ryoon
b377bf9442 set LICENSE. 2011-02-02 11:31:17 +00:00
ryoon
2cb2770b22 Update to 1.3.0.
RP pkg/44475

Changelog:
New in CSSC-1.3.0, 2010-11-07

        * This release is identical to CSSC-1.3.0rc1 apart from the
          version number.

New in CSSC-1.3.0rc1, 2010-05-16

        * The CSSC manual is now published under version 1.3 of the
          GNU Free Documentation License.

 	* The code and build system have been modernised and some
          redundant files have been removed.  This may make it harder
          to build CSSC on very old systems.  However, it's now easier
          to maintain.  If CSSC no longer builds on a system that's
          important to you, please send mail to <bug-cssc@gnu.org>
          explaining your problem.

	* CSSC now uses the GNU portability library, gnulib.

	* CSSC now requires a C++ compiler with working exceptions and
          a working STL implementation.

	* Adoption of some STL data structures has made some parts of
          CSSC faster, notably "val".

	* CSSC now includes unit tests.  We also run the y2k tests for
          "make check".  If valgrind is installed, it will be used to
          for verification during tests.  You can turn this off by
          givig the --without-valgrind option to configure.

	* The configure script now supports a new option
          "--enable-warnings" which enables many GCC warning options.

New in CSSC-1.2.0, 2009-04-11

	* This stable release is almost identical to the 1.1.1 test
          release; there are no functional changes.

New in CSSC-1.1.1, 2008-01-18

	* Updated the NEWS file to give estimated release dates
	  and user-visible changes for ancient releases.

	* The -l and -L options of "get" are now implemented.

	* If you use "admin -dlX" to unlock release X, but all
	  releases are locked, an explanatory error message is issued.
	  Previously, the attempt was simply silently ignored.

	* prs no longer has a -R option.

	* When CSSC tools are passed the name of a directory on the
	  command line, they operate on the SCCS files in that directory.
	  As of this release, subdirectories are ignored (instead of
	  generating an error when CSSC tries to open the directory as
	  a file).

New in CSSC-1.1.0, 2007-12-17

	* GNU CSSC is now distributed under version 3 of the GNU General
	  Public License.  The documentation is distributed under
          version 1.2 of the GNU Free Documentation License.

	* We now require the C++ compiler to support exceptions in
          order to compile successfully.  Previously, CSSC allowed
          compilation without exceptions, but this meant that graceful
	  recovery from failures was not possible.

	* Fixed a spurious failure when writing out the SCCS file when
          the Y flag is set in the SCCS file.

	* "sccs unedit /tmp/SCCS/s.foo" will no longer cause the
	  deletion of ./s.foo, if it exists.  Instead, ./foo will be
          deleted, as intended.

	* Support for some older SCCS files as produced by Unix System III
	  (some of these have leading spaces in the counts of inserted/
	  deleted/unchanged lines in the delta table).

	* Compilation fixes for Darwin
2011-02-02 11:29:07 +00:00
drochner
ea3fe182a9 +gnatpython 2011-02-01 20:56:21 +00:00
drochner
a7c10f2725 add gnatpython-20101207, testing support for Ada programs, from
John Marino per PR pkg/44441
2011-02-01 20:44:47 +00:00
jwise
ec219f97d4 The mem-overflow test contains a declaration of an empty struct, which breaks
on at least SunPro cc, and presumably some other non-gcc compilers.  Skip this
test for now, pending a better fix.
2011-02-01 19:20:14 +00:00
reed
9c0f70768a Add devel/log4cxx 2011-01-31 17:29:51 +00:00
reed
afee5ba9cf New package: log4cxx
Apache log4cxx is a logging framework for C++ patterned after Apache
log4j. Logging can be selectively enabled or disabled, and sent to
different and multiple output targets in user-chosen formats.
2011-01-31 17:27:43 +00:00
obache
bce77af020 Update ruby-pkg-config to 1.0.8.
== 1.0.8 - 2011/01/30

* fix a bug that multiple PKGConfig.add_path doesn't work.
2011-01-30 12:10:30 +00:00
markd
382216dfe8 Fix build with gcc4.3 2011-01-30 02:08:18 +00:00
jnemeth
c0b358559a add and enable RBTools 2011-01-30 00:58:14 +00:00
jnemeth
a37de9ed85 RBTools provides the post-review command:
post-review is a command line tool for Windows, Linux and MacOS X
that simplifies both creating and updating review requests.  It
can look at your source directory, generate a diff, and upload it
to a new or existing review request on an associated Review Board
server.  This saves a lot of time over the web UI, and for some
types of code repositories (such as Perforce), its actually required
in order to produce a compatible diff.
2011-01-30 00:55:59 +00:00
gdt
ae05bf0482 +mock 2011-01-29 14:57:09 +00:00
gdt
2c27e3e253 Import py26-mock-0.7.0b4 as devel/py-mock.
mock is a Python module that provides a core Mock class.  It removes
the need to create a host of stubs throughout your test suite.  After
performing an action, you can make assertions about which methods /
attributes were used and arguments they were called with.  You can
also specify return values and set needed attributes in the normal
way.
2011-01-29 14:53:14 +00:00
obache
e25f45a15e Fix automatic BUILDLINK_ABI_DEPENDS pattern update. 2011-01-29 11:53:17 +00:00
wiz
55878b768c Fix build with png-1.5. 2011-01-29 11:09:44 +00:00
adam
5861e7d545 Changes 1.7.3.5:
* The xfuncname pattern used by "git diff" and "git grep" to show the
  last notable line in context were broken for python and ruby for a long
  time.
* "git merge" into an unborn branch removed an untracked file "foo" from
  the working tree when merged branch had "foo" (this fix was already in
  1.7.3.3 but was omitted from the release notes by mistake).
* "git status -s" did not quote unprintable characters in paths as
  documented.
* "git am --abort" used to always reset to the commit at the beginning of
  the last "am" invocation that has stopped, losing any unrelated commits
  that may have been made since then.  Now it refrains from doing so and
  instead issues a warning.
* "git blame" incorrectly reused bogusly cached result of textconv
  filter for files from the working tree.
* "git commit" used to abort after the user edited the log message
  when the committer information was not correctly set up.  It now
  aborts before starting the editor.
* "git commit --date=invalid" used to silently ignore the incorrectly
  specified date; it is now diagnosed as an error.
* "git rebase --skip" to skip the last commit in a series used to fail
  to run post-rewrite hook and to copy notes from old commits that have
  successfully been rebased so far.  Now it do (backmerge ef88ad2).
* "gitweb" tried to show a wrong feed logo when none was specified.
2011-01-28 08:11:30 +00:00
adam
f4242317b9 Changes 1.2:
* Fix build error when cross-compiling to MinGW.

Changes 1.1:
* Update gnulib files.
* The core library is now compiled with many warning flags.
  Some warnings have been fixed too.

Changes 1.0:
* Update gnulib files.

Changes 0.4.2:
* Fix endian related bug in self test.
* Add a note in README about NTLM being a insecure protocol.
* Cleaned up internal endianness handling.
* Update of gnulib files.

Changes 0.4.1:
* Update of gnulib files.

Changes 0.4.0:
* Only public API functions are exported in shared library.
  Using libtool's -export-symbols-regex.
* Update of gnulib files.
2011-01-28 07:44:25 +00:00
adam
2b28348294 We don't BUILDLINK_PASSTHRU_DIRS magic on Mac OS X any more. 2011-01-27 14:15:05 +00:00
drochner
422a8a4f83 -add patch from https://bugzilla.gnome.org/show_bug.cgi?id=639882 to fix
possible heap corruption when parsing a corrupt font (CVE-2011-0020)
-being here, add a patch from upstream to fix a scaling inconsistency
bump PKGREV
2011-01-27 14:04:51 +00:00
drochner
1ec0bc2bed reset PKGREV for base pkg update 2011-01-26 23:30:38 +00:00
wiz
58f23cbce1 Add missing ".o". Found by Matthieu Herrb in PR 44461. 2011-01-26 10:13:48 +00:00
obache
30e316a44d configure require xgettext, msgmerge and msgfmt. 2011-01-25 05:24:28 +00:00
obache
004dc82899 Fixes dependency
* change dependency on py-cairo and gobject-introspection to build.
  Those are required by configure script, but not required by
  installed files. Furthermore, this package is python-version-independent
  part of py-gobject, but full dependency of those packages introduce
  dependency on certain python version.
* add direct full dependency on libffi, because it is already in  buildlink3.mk.
  (previously, it was indirect dependency from gobject-introspection, but
   py-gobject is using it directly).

Bump PKGREVISION.
2011-01-24 08:30:00 +00:00
tnn
a70cd48112 include pyversion.mk for ${PYPKGPREFIX} 2011-01-23 22:28:17 +00:00
tnn
c4baf1dd8d it cannot accept python23 because a dependency doesn't. 2011-01-23 22:27:36 +00:00
tnn
d02cd66565 need pyversion.mk for ${PYPKGPREFIX} here. 2011-01-23 22:13:42 +00:00
agc
e81f515156 Add support for MirBSD to pkgsrc. Patches from Benny Siegert and
Thorsten Glaser.
2011-01-23 19:07:24 +00:00
markd
7265a561a3 set FREEBL_NO_DEPEND=0 in MAKE_ENV otherwise Linux2.6 defaults to
FREEBL_NO_DEPEND=1 and files not in PLIST are installed.
OKed by tnn.
2011-01-23 11:18:27 +00:00
markd
a4c6035b88 Update to kdevelop 4.1.1
bugfixes and improved translations
2011-01-23 08:53:09 +00:00
markd
2d92c179cd Update to KDE SC 4.5.5
bugfixes and translation updates
2011-01-23 07:55:12 +00:00
schwarz
a989f3f259 GConf says it requires gio>=2.25.9 2011-01-22 17:58:53 +00:00
wiz
8ef533f984 Remove --without-libintl-prefix that's not recognized by recent
configure scripts for quite some time now.
2011-01-21 21:24:11 +00:00
dmcmahill
258c211803 Remove some level 0 formatting which is not allowed for an 'article'.
That is only allowed for a 'book'.  Fixes build when asciidoc-8.6.3
is used.
2011-01-21 13:09:51 +00:00
tnn
e2e9a8e0b9 enable for hppa*-*-netbsd* 2011-01-21 09:21:57 +00:00
drochner
efd41cbca9 +mk-configure 2011-01-20 21:39:46 +00:00
drochner
13ccda2c68 import mk-configure-0.21.0, a lightweight but powerful replacement for
GNU autotools, from Aleksey Cheusov per pkgsrc-wip
(needed for the runawk pkg to be imported in a minute)
2011-01-20 21:36:24 +00:00
adam
c91441be75 Fix building with special CFLAGS, e.g. on Mac OS X with -isysroot 2011-01-19 13:18:26 +00:00
uebayasi
219af4404e Update GNU GLOBAL from 5.4 to 5.9.3.
Big changes:

- Allows the symbolic links which point to directories, and treats
  the names of struct, union, enum and enum member as definitions.
  (5.7)

- Uses GPLv3 and LGPLv3 license. (5.6)

- Becomes GNU BOKINware. (5.5)

Details:

	http://cvs.savannah.gnu.org/viewvc/global/global/NEWS?view=markup

Bunch of incompatible format changes.  DON'T FORGET TO RE-GENERATE TAGS!
2011-01-19 04:24:15 +00:00
markd
d6f8bfde5c Pass in INSTALL_{DATA,LIB} to make rather than hardcoding path of install.
Fixes install on Arch Linux.
2011-01-18 10:34:38 +00:00
jmmv
55453c9fc4 Add a schemas.mk file to let packages that install GSettings schemas to
rebuild the precompiled database upon install/deinstall.  This is mostly
a copy/paste of the same logic to deal with gio modules found in modules.mk.

No PKGREVISION bump because this does not affect the glib2 package in
itself.
2011-01-18 10:03:59 +00:00
is
e7dbc998f9 Revert the last change to avoid cyclic dependencies. 2011-01-17 20:52:58 +00:00