Commit graph

169805 commits

Author SHA1 Message Date
gdt
4b104be917 Update to 0.16.1 (via mail from $MAINTAINER)
paexec.1 and paexec_reorder.1 are included in paexec-0.16.1.tgz.
  Just like in paexec<=0.15.1 pod2man is not needed
  for building.
2011-03-23 14:49:47 +00:00
taca
8103a12825 Update ruby-activeresource3 package to 3.0.5.
Version update only.
2011-03-23 14:49:01 +00:00
taca
e7f00b2ac2 Update ruby-activerecord3 package to 3.0.5.
*Rails 3.0.5 (unreleased)*

* Model.where(:column => 1).where(:column => 2) will always produce an
  AND query.

  [Aaron Patterson]

* Deprecated support for interpolated association conditions in the
  form of :conditions => 'foo = #{bar}'.

  Instead, you should use a proc, like so:

  Before:

    has_many :things, :conditions => 'foo = #{bar}'

  After:

    has_many :things, :conditions => proc { "foo = #{bar}" }

  Inside the proc, 'self' is the object which is the owner of the
  association, unless you are eager loading the association, in which
  case 'self' is the class which the association is within.

  You can have any "normal" conditions inside the proc, so the
  following will work too:

    has_many :things, :conditions => proc { ["foo = ?", bar] }

  Previously :insert_sql and :delete_sql on has_and_belongs_to_many
  association allowed you to call 'record' to get the record being
  inserted or deleted. This is now passed as an argument to the proc.

  [Jon Leighton]
2011-03-23 14:48:12 +00:00
taca
fd3cfd7355 Update ruby-actionpack3 package to 3.0.5.
Version update only.
2011-03-23 14:46:51 +00:00
taca
41657796c5 Update ruby-activesupport3 package to 3.0.5.
Version update only.
2011-03-23 14:46:00 +00:00
taca
5ba9f9ce64 Note update of misc/rubygems package to 1.6.2. 2011-03-23 14:35:40 +00:00
taca
5e6c94b918 Update rubygems package to 1.6.2.
For complete changes, please refer:

	https://github.com/rubygems/rubygems/blob/master/History.txt
2011-03-23 14:35:04 +00:00
taca
6d9f079be2 Switch to utilize lang/ruby/rail.mk. 2011-03-23 14:27:14 +00:00
taca
8cf4e1d79a Add code fragment to select version of Ruby on Rails.
User settable variable is RUBY_RAILS_DEFAULT: 2 or 3.  (default 2)
2011-03-23 14:22:49 +00:00
taca
a7c94aff53 Note update of ruby-json packages to 1.5.1.
textproc/ruby-json-pure
	textproc/ruby-json
2011-03-23 14:14:22 +00:00
taca
ac53ddc1d5 Update ruby-json to 1.5.1.
2011-01-24 (1.5.1)
  * Made rake-compiler build a fat binary gem. This should fix issue
    https://github.com/flori/json/issues#issue/54.
2011-01-22 (1.5.0)
  * Included Java source codes for the Jruby extension made by Daniel Luz
    <dev@mernen.com>.
  * Output full exception message of deep_const_get to aid debugging.
  * Fixed an issue with ruby 1.9 Module#const_defined? method, that was
    reported by Riley Goodside.
2011-03-23 14:12:58 +00:00
taca
18ca501dde Update ruby-json-pure to 1.5.1.
2011-01-24 (1.5.1)
  * Made rake-compiler build a fat binary gem. This should fix issue
    https://github.com/flori/json/issues#issue/54.
2011-01-22 (1.5.0)
  * Included Java source codes for the Jruby extension made by Daniel Luz
    <dev@mernen.com>.
  * Output full exception message of deep_const_get to aid debugging.
  * Fixed an issue with ruby 1.9 Module#const_defined? method, that was
    reported by Riley Goodside.
2011-03-23 14:12:05 +00:00
obache
838fc2c67a * Fixes installation issue on FreeBSD and /DragonFly other than i386.
* Enable sound support for DragonFly.
2011-03-23 14:09:31 +00:00
adam
630bcb328c Changes 1.0.7:
* Fix wrong generation of directives of static methods in autosummary.
* Import PIL as ``from PIL import Image``.
* Fix longtables with captions in LaTeX output.
* Make token references work as hyperlinks again in LaTeX output.
* Show warnings by default when reference labels cannot be found.
* Include line number when complaining about missing reference
  targets in nitpicky mode.
* Fix inline display of graphviz diagrams in LaTeX output.
* Build using app.build() in setup command.
* Fix a bug in the inheritance diagram exception that caused base
  classes to be skipped if one of them is a builtin.
* Fix general index links for C++ domain objects.
* Make admonition boundaries in LaTeX output visible.
* Fix KeyErrors occurring on rebuild after removing a file.
* Fix a traceback when removing files with globbed toctrees.
* If an autodoc object cannot be imported, always re-read the
  document containing the directive on next build.
* If an autodoc object cannot be imported, show the full traceback
  of the import error.
* Fix a bug where the removal of download files and images wasn't
  noticed.
* Implement ``~`` cross-reference prefix for the C domain.
* Fix regression of LaTeX output.
* Fix lookup of class attribute documentation on descriptors
  so that comment documentation now works.
* Fix traceback with ``only`` directives preceded by targets.
* Fix tracebacks occurring for duplicate C++ domain objects.
* Fix JavaScript domain links to objects with ``$`` in their name.
2011-03-23 11:41:49 +00:00
adam
bc6972462c Changes 2.5.5:
* built documentation is no longer part of release.

Changes 2.5.4:
* Fixed extensions not loading properly with overlays.
* Work around a bug in cpython for the debugger that causes segfaults
  on 64bit big-endian architectures.

Changes 2.5.3:
* fixed an operator precedence error introduced in 2.5.2.  Statements
  like "-foo.bar" had their implicit parentheses applied around the
  first part of the expression ("(-foo).bar") instead of the more
  correct "-(foo.bar)".

Changes 2.5.2:
* improved setup.py script to better work with assumptions people
  might still have from it (``--with-speedups``).
* fixed a packaging error that excluded the new debug support.
2011-03-23 11:38:31 +00:00
adam
c5ac721cac Updated graphics/pngcheck to 2.3.0 2011-03-23 10:57:35 +00:00
adam
5693f4c0ed Changes 2.3.0:
This version adds a new ANSI-colorized-output option (probably optimized for
dark-background xterms) and more informative output for interlaced images.
2011-03-23 10:56:55 +00:00
adam
5db3bf7c55 Updated graphics/pngcrush to 1.7.15 2011-03-23 10:50:18 +00:00
adam
6fbc0cafd9 Updated dvipng to 1.4; py-django to 1.3; removed mkvtoolnix-old and liblzo 2011-03-23 10:41:05 +00:00
adam
71ddac1dd8 Changes 1.3:
Django 1.3’s focus has mostly been on resolving smaller, long-standing feature
requests, but that hasn’t prevented a few fairly significant new features from
landing, including:
* A framework for writing class-based views.
* Built-in support for using Python’s logging facilities.
* Contrib support for easy handling of static files.
* Django’s testing framework now supports (and ships with a copy of) the
  unittest2 library.
2011-03-23 10:38:48 +00:00
adam
ef6e976073 Removed archivers/liblzo successor archivers/lzo 2011-03-23 10:33:29 +00:00
adam
c2d1f6fbbe Removed multimedia/mkvtoolnix-old successor multimedia/mkvtoolnix 2011-03-23 10:30:39 +00:00
wiz
b9d44743a5 Updated sysutils/mktemp to 1.7 2011-03-23 10:16:36 +00:00
wiz
b0d9b4607f Update to 1.7, based on PR 44014 from Aleksey Cheusov.
Set LICENSE.

Major changes in upstream

        Temporary file names now include digits in addition to letters.
        mktemp will now terminate after 2*N^62 attempts, where N
            is the number of Xs in the template.  Previously it would try
            forever.
        Fixed UTF8 formatting of the grave accent character in the manual.
2011-03-23 10:16:22 +00:00
adam
1783b5a793 Changes 1.14:
This release changes raw PostScript processing to avoid the
non-rendering PostScript specials created by hyperref. A command-line
switch to turn off raw PostScript rendering has been added. Finally, a
few bugs has been fixed, such as correct decoding of the -T switch, a
CRLF bug when reading configuration files in Windows, and a few bugs
associated to subprocesses.
2011-03-23 10:09:44 +00:00
obache
0c82940039 need to include additional headers to build with gcc44. 2011-03-23 09:19:39 +00:00
taca
b1b9ce1443 One more mistake, missing PLIST for sk. 2011-03-23 09:17:36 +00:00
adam
2aa5b1320a Changes 1.7.15:
* Force bit_depth to 1, 2, or 4 when -plte_len is <=2, <=4, or <=16 and
  the -bit_depth option is not present, to avoid writing invalid palette
  indexes.
2011-03-23 09:00:23 +00:00
obache
e6516f444d revert unwanted commit accidently. 2011-03-23 08:11:37 +00:00
obache
327c7852d9 remove needless assignment, it break strict-aliasing. 2011-03-23 08:10:33 +00:00
obache
aa5f18f2bc bsd.fast.prefs.mk should not be included from packages. 2011-03-23 07:49:47 +00:00
asau
116158c0f7 Updated biology/gromacs to 4.5.4 2011-03-23 05:37:44 +00:00
asau
928bfcc9fd Update to Gromacs 4.5.4:
* Fixed pdb2gmx picking up force field from local instead of
library directory
* Made pdb2gmx vsite generation work again for certain His namings.
* Fixed incorrect virial and pressure averages with certain
nst... values (instantaneous values correct)
* Fixed incorrect cosine viscosity output
* New -multidir alternative for mdrun -multi option
* Several minor fixes in analysis tools
* Several updates to the program documentation
2011-03-23 05:36:29 +00:00
asau
06f47432bc Updated parallel/openmpi to 1.5.3 2011-03-23 05:33:58 +00:00
asau
c80c1fd2e4 Update to OpenMPI 1.5.3:
1.5.3
-----

- Add missing "affinity" MPI extension (i.e., the OMPI_Affinity_str()
  API) that was accidentally left out of the 1.5.2 release.


1.5.2
-----

- Replaced all custom topology / affinity code with initial support
  for hwloc v1.1.1 (PLPA has been removed -- long live hwloc!).  Note
  that hwloc is bundled with Open MPI, but an external hwloc can be
  used, if desired.  See README for more details.
- Many CMake updates for Windows builds.
- Updated opal_cr_thread_sleep_wait MCA param default value to make it
  less aggressive.
- Updated debugger support to allow Totalview attaching from jobs
  launched directly via srun (not mpirun).  Thanks to Nikolay Piskun
  for the patch.
- Added more FTB/CIFTS support.
- Fixed compile error with the PGI compiler.
- Portability fixes to allow the openib BTL to run on the Solaris
  verbs stack.
- Fixed multi-token command-line issues when using the mpirun
  --debug switch.  For example:
      mpirun --debug -np 2 a.out "foo bar"
  Thanks to Gabriele Fatigati for reporting the issue.
- Added ARM support.
- Added the MPI_ROOT environment variable in the Open MPI Linux SRPM
  for customers who use the BPS and LSF batch managers.
- Updated ROMIO from MPICH v1.3.1 (plus one additional patch).
- Fixed some deprecated MPI API function notification messages.
- Added new "bfo" PML that provides failover on OpenFabrics networks.
- Fixed some buffer memcheck issues in MPI_*_init.
- Added Solaris-specific chip detection and performance improvements.
- Fix some compile errors on Solaris.
- Updated the "rmcast" framework with bug fixes, new functionality.
- Updated the Voltaire FCA component with bug fixes, new
  functionality.  Support for FCA version 2.1.
- Fix gcc 4.4.x and 4.5.x over-aggressive warning notifications on
  possibly freeing stack variables.  Thanks to the Gentoo packagers
  for reporting the issue.
- Make the openib component be verbose when it disqualifies itself due
  to MPI_THREAD_MULTIPLE.
- Minor man page fixes.
- Various checkpoint / restart fixes.
- Fix race condition in the one-sided unlock code.  Thanks to
  Guillaume Thouvenin for finding the issue.
- Improve help message aggregation.
- Add OMPI_Affinity_str() optional user-level API function (i.e., the
  "affinity" MPI extension).  See README for more details.
- Added btl_tcp_if_seq MCA parameter to select a different ethernet
  interface for each MPI process on a node.  This parameter is only
  useful when used with virtual ethernet interfaces on a single
  network card (e.g., when using virtual interfaces give dedicated
  hardware resources on the NIC to each process).
- Changed behavior of mpirun to terminate if it receives 10 (or more)
  SIGPIPEs.
- Fixed oversubscription detection.
- Added new mtl_mx_board and mtl_mx_endpoint MCA parameters.
- Added ummunotify support for OpenFabrics-based transports.  See the
  README for more details.
2011-03-23 05:32:29 +00:00
taca
d97b0e19d9 Make sure to update distinfo... 2011-03-23 00:36:49 +00:00
tez
7dba999f62 document kerberos-prefix-cmds 2011-03-23 00:17:32 +00:00
tez
cb053519d0 Kerberos V5 is an authentication system developed at MIT. It is a network
authentication protocol designed to provide strong authentication for
client/server applications by using secret-key cryptography. (Kerberos
5 is discussed in RFC 1510.)

This package provides MIT Kerberos applications and servers for telnet,
the r-services and ftp.  These were recently split from the mit-krb5
package due to upstream making the same split.
2011-03-23 00:01:38 +00:00
tez
e02c424c99 remove 3 more old patches that got missed 2011-03-22 23:35:59 +00:00
tez
dc3953a58d Update MIT Kerberos to v1.8.3 with the latest security patches up to and
including MITKRB5-SA-2011-003.

Please see http://web.mit.edu/kerberos/ for the change logs since v1.4.2

Note that the r-services, telnetd and ftpd services and the related client
applications are now in a separate pacakge security/mit-krb5-appl.
2011-03-22 23:31:04 +00:00
tez
fefcb23d19 add mit-krb5-appl (split out of mit-krb5) 2011-03-22 23:20:49 +00:00
abs
bf4ca8e37c looks like "make mps" may have been missed... 2011-03-22 23:09:10 +00:00
gls
d6642286bf gtk-doc requires msgfmt to build, so add it to USE_TOOLS.
Should fix build on DragonFly as reported in PR pkg/44757 by F. Tigeot.
2011-03-22 22:03:41 +00:00
gls
1381df303a Updated www/p5-Mojolicious to 1.15 2011-03-22 19:14:30 +00:00
gls
eafc67688e Update www/p5-Mojolicious to 1.15
From Christian Sturm in PR pkg/44755.

1.15 2011-03-18 00:00:00
        - Changed default log level in "production" mode from "error" to
          "info".
        - Improved lookup method in Mojo::IOLoop.
        - Fixed a serious Mojo::DOM bug. (moritz)
2011-03-22 19:14:16 +00:00
darcy
b96e104f8a Missed one error in my last update. 2011-03-22 17:29:29 +00:00
minskim
dc190f8001 Note update of tex-koma-script. 2011-03-22 17:08:21 +00:00
minskim
92be119df6 Update tex-koma-script to 3.08a.
Changes:
     * scrlfile.dtx: internal \@gobbleopt renamed due to a compatibility
       issue with ntheorem
     * scrktare.dtx: file date changed
     * scrktare.dtx: missing % at one \AtBeginDocument added
2011-03-22 17:07:32 +00:00
minskim
840164b1f4 Note update of tex-fwlw{,-doc}. 2011-03-22 16:59:04 +00:00
minskim
20039089f6 Update tex-fwlw{,-doc} to 2010.
Changes:
- pagestyle fwlwhead: header line hsa first word and last word
- pagestyle NextWordFoot: foot line has page number and next-page
  first word, but only on odd pages
2011-03-22 16:58:15 +00:00