Commit graph

170290 commits

Author SHA1 Message Date
is
9194cb187a License is GPL V2. Hinted in Readme.1st, verified with author. (COPYING
is missing in the top level directory, but available in ../x11/viewfax/ and
../tcl/faxview/. COPYING is available in 1.1.37 (TODO: upgrade).
2011-04-06 15:03:02 +00:00
wiz
bfc194aba6 + atk-2.0.0, cheese-3.0.0, imp-5.0, ingo-2.0, kde4-4.6.2, libX11-1.4.3,
libgnomekbd-3.0.0, puzzles-9147, tomboy-1.6.0, xkeyboard-config-2.2.1,
  xrdb-1.0.9.
2011-04-06 14:18:30 +00:00
adam
bc6f2b3538 Updated devel/scmgit to 1.7.4.3 2011-04-06 14:09:28 +00:00
adam
6040ed8c45 Changes 1.7.4.3:
* "git apply" used to confuse lines updated by previous hunks as lines
  that existed before when applying a hunk, contributing misapplication
  of patches with offsets.
* "git branch --track" (and "git checkout --track --branch") used to
  allow setting up a random non-branch that does not make sense to follow
  as the "upstream".  The command correctly diagnoses it as an error.
* "git checkout $other_branch" silently removed untracked symbolic links
  in the working tree that are in the way in order to check out paths
  under it from the named branch.
* "git cvsimport" did not bail out immediately when the cvs server cannot
  be reached, spewing unnecessary error messages that complain about the
  server response that it never got.
* "git diff --quiet" did not work very well with the "--diff-filter" option.
* "git grep -n" lacked a long-hand synonym --line-number.
* "git stash apply" reported the result of its operation by running
  "git status" from the top-level of the working tree; it should (and
  now does) run it from the user's working directory.
2011-04-06 14:08:27 +00:00
adam
304b9a7fde Updated devel/ncurses to 5.9 2011-04-06 14:03:44 +00:00
adam
acc04e0086 Changes 5.9:
* various build-fixes for the rpm/dpkg scripts.
* add "--enable-rpath-link" option to Ada95/configure, to allow
  packages to suppress the rpath feature which is normally used for
  the in-tree build of sample programs.
* corrected definition of libdir variable in Ada95/src/Makefile.in,
  needed for rpm script.
* add "--with-shared" option to Ada95/configure script, to allow
  making the C-language parts of the binding use appropriate compiler
  options if building a shared library with gnat.
2011-04-06 14:02:47 +00:00
taca
c861972fb5 Note update of time/ruby-tzinfo package to 0.3.26. 2011-04-06 13:37:58 +00:00
taca
38236c29f0 Update ruby-tzinfo package to 0.3.26.
== Version 0.3.26 (tzdata v2011e) - 2-Apr-2011

* Updated to tzdata version 2011e
  (http://article.gmane.org/gmane.comp.time.tz/3707).
2011-04-06 13:37:26 +00:00
taca
2be8e34c23 Note update of ruby on rails 3 related pacakges.
devel/ruby-activesupport3	3.0.6
	devel/ruby-activemodel		3.0.6
	devel/ruby-actionpack3		3.0.6
	databases/ruby-activerecord3	3.0.6
	www/ruby-activeresource3	3.0.6
	mail/ruby-actionmailer3		3.0.6
	devel/ruby-railties		3.0.6
	www/ruby-rails3			3.0.6
2011-04-06 13:36:02 +00:00
taca
4a3ba6c120 Update ruby-rails3 package to 3.0.6.
(Ruby on Rails meta pacakge, no change but version.)
2011-04-06 13:31:02 +00:00
taca
d149202ce2 Update ruby-railties package to 3.0.6.
No chagne but version.
2011-04-06 13:29:47 +00:00
taca
4bc5db72f8 Update ruby-actionmailer3 package to 3.0.6.
*Rails 3.0.6 (April 5, 2011)

* Don't allow i18n to change the minor version, version now set to ~>
  0.5.0 [Santiago Pastorino]
2011-04-06 13:28:53 +00:00
taca
7acab10b1a Update ruby-activeresource3 pacakge to 3.0.6.
No changes but version.
2011-04-06 13:27:55 +00:00
taca
2d91d07046 Update ruby-activerecord3 package to 3.0.6.
*Rails 3.0.6 (April 5, 2011)

* Un-deprecate reorder method [Sebastian Martinez]

* Extensions are applied when calling +except+ or +only+ on relations.
  Thanks to Iain Hecker.

* Schemas set in set_table_name are respected by the mysql adapter. LH #5322

* Fixed a bug when empty? was called on a grouped Relation that wasn't loaded.
  LH #5829

* Reapply extensions when using except and only. Thanks Iain Hecker.

* Binary data is escaped when being inserted to SQLite3 Databases. Thanks
  Naruse!
2011-04-06 13:27:01 +00:00
taca
ae3011edcd Update ruby-actionpack3 pacakge to 3.0.6.
*Rails 3.0.6 (April 5, 2011)

* Fixed XSS vulnerability in `auto_link`.  `auto_link` no longer marks input as
  html safe.  Please make sure that calls to auto_link() are wrapped in a
  sanitize(), or a raw() depending on the type of input passed to auto_link().
  For example:

    <%= sanitize(auto_link(some_user_input)) %>

  Thanks to Torben Schulz for reporting this.  The fix can be found here:
  61ee3449674c591747db95f9b3472c5c3bd9e84d

* Fixes the output of `rake routes` to be correctly match to the
  behavior of the application, as the regular expression used to match
  the path is greedy and won't capture the format part by default
  [Prem Sichanugrist]

* Fixes an issue with number_to_human when converting values which are
  less than 1 but greater than -1 [Josh Kalderimis]

* Sensitive query string parameters (specified in
  config.filter_parameters) will now be filtered out from the request
  paths in the log file. [Prem Sichanugrist, fxn]

* URL parameters which return nil for to_param are now removed from
  the query string [Andrew White]

* Don't allow i18n to change the minor version, version now set to ~>
  0.5.0 [Santiago Pastorino]

* Make TranslationHelper#translate use the :rescue_format option in
  I18n 0.5.0 [Sven Fuchs]

* Fix regression: javascript_include_tag shouldn't raise if you
  register an expansion key with nil or [] value [Santiago Pastorino]

* Fix Action caching bug where an action that has a non-cacheable
  response always renders a nil response body. It now correctly
  renders the response body. [Cheah Chu Yeow]
2011-04-06 13:26:03 +00:00
taca
db94ee079a Update ruby-activemodel package to 3.0.6.
*Rails 3.0.6 (April 5, 2011)

* Fix when database column name has some symbolic characters
  (e.g. Oracle CASE# VARCHAR2(20)) #5818 #6850 [Robert Pankowecki,
  Santiago Pastorino]

* Fix length validation for fixnums #6556 [Andriy Tyurnikov]

* Fix i18n key collision with namespaced models #6448 [yves.senn]
2011-04-06 13:24:48 +00:00
taca
e195850644 Update ruby-activesupport3 package to 3.0.6. 2011-04-06 13:23:30 +00:00
taca
9f6ee13f31 Start update of Ruby on Rails 3.0.6. 2011-04-06 13:23:03 +00:00
obache
8b9bcdf0eb Mention groonga-suggest-learner option. 2011-04-06 13:20:23 +00:00
obache
a090f4983c + groonga 2011-04-06 13:18:24 +00:00
obache
4b1d0333c6 Added textproc/groonga version 1.2.0 2011-04-06 13:17:20 +00:00
obache
c1304f244a Import groonga-1.2.0 as textproc/groonga.
gronnga is an open-source filltext search engine and column store.
It lets you write high-performance applications that requires fulltext search.
2011-04-06 13:17:03 +00:00
obache
978371c790 + zeromq 2011-04-06 13:10:55 +00:00
obache
017134c1bc Added net/zeromq version 2.0.11 2011-04-06 13:10:06 +00:00
obache
edf20cda79 Import zeromq-2.0.11 as net/zeromq.
The 0MQ lightweight messaging kernel is a library which extends the
standard socket interfaces with features traditionally provided by
specialised messaging middleware products. 0MQ sockets provide an
abstraction of asynchronous message queues, multiple messaging
patterns, message filtering (subscriptions), seamless access to
multiple transport protocols and more.
2011-04-06 13:09:52 +00:00
obache
3bcdcac1a1 + msgpack 2011-04-06 13:02:43 +00:00
obache
d4cc98f6a8 Added devel/msgpack version 0.5.5 2011-04-06 13:01:57 +00:00
obache
3bc4b0c305 Import msgpack-0.5.5 as devel/msgpack.
MessagePack is an efficient object serialization library, which are very compact
and fast data format, with rich data structures compatible with JSON.
2011-04-06 13:01:30 +00:00
obache
a0fcd177c4 + swath 2011-04-06 11:46:36 +00:00
obache
6203463925 Added textproc/swath version 0.4.1 2011-04-06 11:43:58 +00:00
obache
82b1e71be8 Import swath-0.4.1 as textproc/swath.
Swath is a general-purpose utility to workaround the lack of such capability
in applications.  It analyzes the given Thai text by consulting a Thai word
list for word boundaries, before outputting the same text with the predefined
word delimitors inserted.

It can read many kinds of input, including plain text and structured documents
like HTML, RTF, LaTeX and Lambda (Unicode version of LaTeX with Omega
typesetter kernel).
2011-04-06 11:43:39 +00:00
ryoon
48e8b2ac15 * Add workaround for curses detection. 2011-04-06 11:27:59 +00:00
he
c762e37d2a Ahem, add in the explanation I had written for the new patch.. 2011-04-06 11:25:30 +00:00
he
18cba3be8f Note update of lang/parrot to 3.2.0. 2011-04-06 11:23:29 +00:00
he
7e62f10325 Update parrot from version 3.1.0 to 3.2.0.
Pkgsrc changes:
 o Adapt existing patches to changes in upstream code
 o Add a fix for the stat() / lstat() tests in parrot; will be reported
   upstream as a bug.

Upstream changes:

- Core
  + Full support for Unicode filenames on Linux and Win32
  + The configuration option --cxx is gone
  + New Generational GC implemented. To enable it run Configure.pl --gc=gms
  + Now op definitions are semantically parsed. It opens possibilities for
    future optimizations of parrot core.
  + A statement convert the '.param' PIR systax
  + A PMC is implemented for low-level buffer access which separate the
    representation from the pointers
  + Support added for 'long double', 'long long', and 64-bit to StructView
  + In math.h are tools available for Inf/NaN
  + Signature PMCs are used pervasively
- Languages
  + A few tests in Cardinal are fixed
  + A binary .dmg is created of Rakudo Star for OS X
  + Winxed
    - Minor fixes, refactors and cleaning
    - New predefs replace, push and provide a way to access multiple return
      values
    - Operators exits, class and .* (indirect method call) added
    - $loadlib directive
    - -o option to installable driver added
    - Indent generated PIR is added to improve clarity and avoid imcc pitfalls
      with non indented sub bodys
- Community
  + M0 roadmap is in progress
- Documentation
  + 'make docs' target, which was serving only to generate superfluous POD
    files, has been removed.
  + Svn remnants from PDDs are removed
- Tests
  + Added 'make release_check' target so that Release Manager can double-check
    tarball
  + Probes added for 'long long' and 64-bit C types
- Rosella
  Rosella is a collection of tools and building blocks for Parrot
  + A working proxy library is created, that make mostly-transparent custom
    proxies for many types of Parrot PMCs
  + A mockobject testing library is created, using the new proxy library
  + The PLA test suite is updated to use the new Rosella testing tools,
    including the new mockobjects to test callbacks
2011-04-06 11:22:57 +00:00
obache
6bf7eaa484 Updated devel/libthai to 0.1.15 2011-04-06 11:13:46 +00:00
obache
682efbbc43 Update libthai to 0.1.15.
LibThai 0.1.15 (24 March 2011):
* Updated word break dictionary.
2011-04-06 11:13:32 +00:00
wiz
22b3bcbdb7 Bump PKGREVISION for libpng, very late. From Robert Elz. 2011-04-06 10:52:05 +00:00
roy
171ddfd02e Compile on DragonFlyBSD.
Fixes PR pkg/44772
2011-04-06 10:35:38 +00:00
cegger
6aa9c43221 make ocaml-findlib and ocaml a build dependency as discussed with wiz@ 2011-04-06 10:03:00 +00:00
cegger
60b502b83d Added Xen 4.1 packages 2011-04-06 09:30:49 +00:00
cegger
3c423ace88 add xen 4.1 2011-04-06 09:16:39 +00:00
roy
513febdd95 Updated net/dhcpcd to 5.2.12 2011-04-06 09:12:56 +00:00
roy
df9c32fcee Import dhcpcd-5.2.12 with the following changes:
* 20-resolv.conf now uses the correct variable for $IF_METRIC
* Compiles on RedHat9
* Exclude interface values when dumping the lease
* Parse static value subnet_mask when it exists instead of deriving from
  ip address
* logger calls now resemble dhcpcd calls to syslog(3)
* Reject offered IP address if INADDR_BROADCAST or INADDR_ANY
* Change the route if source address has changed
* Handle partial UDP checksums so we work in Xen domU
  Thanks to Marius Tomaschewski <mt@suse.de>
* Note the address we are requesting in the broadcast log entry
* When operating on one interface, respect the timeout for in dhcpcd.conf
* Escape | and & characters before passing the value to the shell
  Ensure we set a valid hostname, DNS domain and NIS domain.
  Document the need for input validation in dhcpcd-run-hooks(8).
  Fixes CVE-2011-996
  Based on a patch to dhcpcd-3 by Marius Tomaschewski <mt@suse.de>
2011-04-06 09:12:36 +00:00
cegger
38d07fb5f4 The Xen virtual machine monitor allows running several virtual machines
on a single physical machine.  The xentools41 package contains the
tools to create, destroy and control the virtual machines.

This package contains the tools for Xen 4.1.x

Release notes:
The Xen team is pleased to announce the release of Xen 4.1.

The result of nearly 12 months of development, new features include:
  * A re-architected and improved XL toolstack replacing XM/XEND
  * Prototype credit2 scheduler designed for latency-sensitive workloads and
    very large systems.
  * CPU Pools for advanced partitioning.
  * Support for large systems (>255 processors)
  * Support for x86 Advanced Vector eXtension (AVX).
  * New Memory Access API enabling integration of 3rd party security
    solutions into Xen virtualized environments.
  * Many IOMMU fixes (both Intel VT-d IOMMU and AMD IOMMU).
  * Many toolstack and buildsystem fixes for Linux and NetBSD hosts.
  * Thirdparty libs: libvirt driver for libxl has been merged to upstream
    libvirt.
  * HVM guest PXE boot enhancements, replacing gPXE with iPXE.
  * Even better stability through our new automated regression tests.

Detailed release notes, including a more extensive feature list:
   http://wiki.xen.org/xenwiki/Xen4.1

To download tarballs:
   http://xen.org/products/xen_source.html
Or the Mercurial source repository (tag 'RELEASE-4.1.0'):
   http://xenbits.xen.org/xen-unstable.hg

And the announcement on the Xen blog:
   http://blog.xen.org/index.php/2011/03/25/xen-4-1-releases/

Thanks to the many people who have contributed to this release!

  Regards,
  The Xen Team
2011-04-06 09:10:26 +00:00
cegger
30bf917389 Xen is a virtual machine monitor which supports running multiple
guests operating systems on a single machine.  Guest OSes (also called "domains"
)
require a modified kernel which supports Xen hypercalls in replacement
to access to the physical hardware.  At boot, the xen kernel is loaded
along with the guest kernel for the first domain (called domain0).
domain0 has privileges to access the physical hardware (PCI
and ISA devices), administrate other domains and provide virtual
devices (disks and network) to other domains.

This package contains the Xen4 kernel itself.

Release notes:
The Xen team is pleased to announce the release of Xen 4.1.

The result of nearly 12 months of development, new features include:
  * A re-architected and improved XL toolstack replacing XM/XEND
  * Prototype credit2 scheduler designed for latency-sensitive workloads and
    very large systems.
  * CPU Pools for advanced partitioning.
  * Support for large systems (>255 processors)
  * Support for x86 Advanced Vector eXtension (AVX).
  * New Memory Access API enabling integration of 3rd party security
    solutions into Xen virtualized environments.
  * Many IOMMU fixes (both Intel VT-d IOMMU and AMD IOMMU).
  * Many toolstack and buildsystem fixes for Linux and NetBSD hosts.
  * Thirdparty libs: libvirt driver for libxl has been merged to upstream
    libvirt.
  * HVM guest PXE boot enhancements, replacing gPXE with iPXE.
  * Even better stability through our new automated regression tests.

Detailed release notes, including a more extensive feature list:
   http://wiki.xen.org/xenwiki/Xen4.1

To download tarballs:
   http://xen.org/products/xen_source.html
Or the Mercurial source repository (tag 'RELEASE-4.1.0'):
   http://xenbits.xen.org/xen-unstable.hg

And the announcement on the Xen blog:
   http://blog.xen.org/index.php/2011/03/25/xen-4-1-releases/

Thanks to the many people who have contributed to this release!

  Regards,
  The Xen Team
2011-04-06 09:05:53 +00:00
cegger
7ff97c267d add buildlink3. Needed for xentools41. 2011-04-06 08:44:23 +00:00
sborrill
ca03711022 Fix -x11 package option. 2011-04-06 08:14:21 +00:00
obache
ed706137fd tell ca-file to configure same as www/epiphany, or failed to configure without the file 2011-04-06 08:10:22 +00:00
adam
7d3bccdc04 Updated textproc/xmlrpc-c to 1.16.34 2011-04-06 07:47:13 +00:00