Commit graph

175391 commits

Author SHA1 Message Date
drochner
03812f7b5d update to 2.34.1
This switches to the latest release branch.
2011-09-12 17:00:47 +00:00
drochner
9991daef91 update to 1.0.7.12
changes:
-use Qt4 GUI
-comes with fonts -- less dependency on TeX
-various cleanup and feature improvements
2011-09-12 16:59:25 +00:00
taca
f4b45109ee Fix build problem with jpeglib. 2011-09-12 16:52:56 +00:00
drochner
def227490e I'm apparently the last living gqview user, so take MAINTAINERship 2011-09-12 16:50:55 +00:00
taca
4b824b92ed * Fix build problem by using own getline().
* Add LICENSE.
* Add comments to patch files.
2011-09-12 16:46:45 +00:00
taca
e13901a925 Note update of www/contao210-translations package to 20110912. 2011-09-12 16:39:05 +00:00
taca
0dbf6f713f Update contao210-translations package to 20110912.
Finnish, Guarani and Swedish language files are updated.
2011-09-12 16:38:27 +00:00
taca
490d5c68fc Note update of net/mirror package to 2.9nb3. 2011-09-12 16:36:20 +00:00
taca
69539c01e7 * Avoid to use timelocal.pl since it cause warning with perl 5.14 now.
* Allow deleting remote directories.  (It is needed to put local file tree
  to remote with  mirror.

Bump PKGREVISION.
2011-09-12 16:35:43 +00:00
taca
cab2416e85 Note update of mail/proxsmtp package to 1.9. 2011-09-12 16:31:15 +00:00
taca
cdba877307 Update proxsmtp to 1.9.
1.9 [2011-01-23]
 - Fix build warnings.
 - Fix problem on linux not detecting netfilter headers.
 - Add true transparent proxying, where both client and server have no
   knowledge of the proxy. Documented at the proxsmtp web page.
 - Use capabilities to have transparent proxying without running as root.
 - Implement a simple reject filter, so no scripts need to be run.
 - Allow skipping of filtering for authenticated connections.
 - Bump up the top number of simultaneous connections.
 - Add client IP addresses to the log line.

1.8 [2008-06-30]
 - Make the XFOWARD HELO available as a environment variable in scripts. [Glenn Matthys]
 - Send an RSET to the server after filter fails an email.
 - Fix an uninitialized pid variable.

1.7 [2007-05-28]
 - Use my real name 'Stef Walter'
   See: http://memberwebs.com/nielsen/

1.6 [2006-11-13]
  - On FreeBSD fix problem where stderr wasn't processed when filter
    didn't read stdin.
  - Add strcasestr which is missing on Solaris.
  - Add back 'Header' option which was accidentally removed in 1.5. Blush!

1.5 [2006-09-05]
  - Added support for setting the REMOTE variable when an XFORWARD
    command is seen.

1.4 [2006-08-10]
  - Fix crasher after connection closes unexpectedly.
  - Fix problem with waiting for processes [Jeff Fisher]
  - Better message for 'busy' [Akihiro Sagawa]

1.3 [2005-10-21]
  - Handle condition of server refusing data transfers more gracefully.
  - Less chatty when setting timeouts fail
  - Drop privileges after binding to port. Allows listening on ports < 1024
  - Ported to Solaris
  - Fix problem with binding to certain 'long' addresses
  - Support embedded NULLs in email data.
  - Fix problems with empty addresses in logs.
  - Don't let exchange send it's strange binary data through the proxy
  - Don't reject emails when server is overloaded or errors.
  - Don't reject emails when starting the filter command fails.

1.2.1 [2005-04-15]
  - Fixed bug (introduced in 1.2) when 'Header' option is not present.

1.2  [2005-03-24]
  - Don't leak file descriptors when clamsmtpd can't connect to outgoing
        SMTP server [Chris Mason]
  - 'Header' configuration option with special format arguments [Olivier Beyssac]
  - Supress weird warnings when looking up names of local unix connections.

1.1  [2005-01-27]
  - Fixed crasher when outgoing connection couldn't be established
  - Removed erroneous chown line from clamsmtpd.sh
2011-09-12 16:30:30 +00:00
taca
92cb0d3b01 Note update of mail/mew package to 6.3nb3. 2011-09-12 16:27:51 +00:00
taca
a81377ec96 Make cmew command usable with ruby19.
pkgsrc change: add comments to patch files.

Bump PKGREVISION.
2011-09-12 16:27:18 +00:00
taca
b65c2007e4 Add some patches to fix build problem of databases/php-mssql with recent
updated databases/freetds.
2011-09-12 16:24:32 +00:00
taca
2cd3616c46 Note update of devel/ragel package to 6.7. 2011-09-12 16:20:22 +00:00
taca
098361b742 Update ragel package to 6.7.
Ragel 6.7 - May 22, 2011
========================
 -The C vim file now supports L,l on the end of literal numbers, other syntax
  highlighting fixes.
 -Added an explicit cast when modifying _trans to eliminate compiler warnings
  on Windows/VC++
 -Fix for ruby 1.9 compatibility.
 -Fix for include directories (-I option) on Windows/VC++
 -Can now rename data variable in C# code generator.
 -Fix for non-char alphtype in C# code generator.
 -Fix for signedness of wide char in C code generator. when comparing the wide
  type against a literal we need to pick the right signedness for the literal.
 -Fixed arithmetic overflow in generated C# code. The C# _acts and _nacts vars
  should not be typed based on the size of the array elements they point to.
  Fixes a bug reported by Attila Sztupák.
 -Made the -L option work for Ruby.
 -Enhanced ragel.m4 (from Diego).
 -Applied GO patch from Justine Tunney.
 -Applied D2 patch from Johannes Pfau.
 -Applied Ocaml patch from ygrek.
2011-09-12 16:19:45 +00:00
taca
d913052d7a Note update of databases/ruby-cassandra package to 0.12.1. 2011-09-12 16:09:01 +00:00
taca
425e086bbc Update ruby-cassandra pacakge to 0.12.1.
v0.12.1
- Fix issue with simple_uuid dependency.
- Fix issue with get_range & get_range_batch keeping all results when a block is given. Resolves Issue# 112.

v0.12.0 Changed thrift_client dependency to 0.7.0
2011-09-12 16:08:29 +00:00
taca
6eeb48a4d8 Note update of devel/ruby-thrift_client package to 0.7.1. 2011-09-12 16:07:47 +00:00
taca
15b19c2499 Update ruby-thrift_client pacakge to 0.7.1.
v0.7.1 Added support for :before_method and :on_exception callback types.
Added support for registering multiple callbacks of a given type.

v0.7.0 Updated thrift gem dependency to 0.7.0
2011-09-12 16:07:10 +00:00
taca
a703a7ffaa Note update of devel/ruby-thrift package to 0.7.0. 2011-09-12 16:06:16 +00:00
taca
37e193a2f6 Update ruby-thrift package to 0.7.0.
(This is Ruby language binding for gem dependency.)

Changes are too many to write here, please refer
http://svn.apache.org/viewvc/thrift/tags/thrift-0.7.0/CHANGES in detail.
2011-09-12 16:04:49 +00:00
taca
8761a226f4 Note update of devel/libthrift package to 0.7.0. 2011-09-12 15:51:44 +00:00
taca
c815e65e2f Update libthrift pacakge to 0.7.0.
Changes are too many to write here, please refer
http://svn.apache.org/viewvc/thrift/tags/thrift-0.7.0/CHANGES in detail.
2011-09-12 15:51:02 +00:00
taca
20b3b67506 Note update of finance/ruby-activemerchant package to 1.17.0 and
finance/ruby-braintree package to 2.11.0.
2011-09-12 14:54:19 +00:00
taca
c1a08a464b Update ruby-braintree package to 2.11.0.
Changes are unknown.
2011-09-12 14:53:17 +00:00
taca
d35754da74 Update ruby-activemerchant package to 1.17.0.
== Version 1.17.0 (August 23, 2011)

* Add Payflow Link integration [jduff]
* Add CardSave gateway [MrJaba/jduff]]
* Quickpay: Support protocal version 4 and fraud parameters [anderslemke/jduff]
* Authorize.net: Add status_recurring [mm1/jduff]
* Paypal Express: Support specifying :items with purchase [sivabudh/jduff]
* ePay: Add Sweden and Norway to supported countries [ePay/jduff]
* Brainreee: Support passing merchant_account_id parameter [braintreeps/jduff]
* Paypal Express: Remove deprecated Address field in favor of ShipToAddress[jduff]
* Add Optimal Payments gateway [jamie/jduff]
* Documentation improvements [dasch/nhemsley/jstorimer/jduff]
* Authorize.Net: Pass through first name, last name, and zip for refunds. [ntalbott]
2011-09-12 14:52:29 +00:00
cheusov
9e2c22f577 Updated pkgtools/distbb to 0.41.0 2011-09-12 14:51:44 +00:00
cheusov
3829ad0bf4 Update to 0.41.0
FIX: Do not use packages with non-empry PKG_FAIL_REASON for building
  a dependency graph if there are ones without such marker. This
  unbreaks rare failures of bulk builds.

  Changes in dependency graph generation. Old algorithm leads to too
  many failures caused by weak [BUILD_]DEPENDS in pkgsrc. Old
  algorithm is available using "distbb -m1".

  rmd160 and sha512 checksums are generated for packages in pkg_summary(5).

  A number of sanity checks and tips for packagers have been
  implemented which are a part of final report.

  stage_report has been renamed to stage_send_report

  New script pkg_summary2build_deps for building dependency graph
2011-09-12 14:51:03 +00:00
taca
87d00d1d41 Note update of databases/ruby-sequel package to 3.27.0. 2011-09-12 14:46:37 +00:00
taca
7bd2a34fbc Update ruby-sequel pacakge to 3.27.0.
=== 3.27.0 (2011-09-01)

* Add support for native prepared statements to the tinytds adapter
  (jeremyevans)

* Add support for native prepared statements and stored procedures to the
  mysql2 adapter (jeremyevans)

* Support dropping primary key, foreign key, and unique constraints on MySQL
  via the drop_constraint :type option (jeremyevans)

* Add Sequel::SQLTime class for handling SQL time columns (jeremyevans)

* Typecast DateTime objects to Date for date columns (jeremyevans)

* When typecasting Date objects to timestamps, make the resulting objects
  always have no fractional date components (jeremyevans)

* Add Model.dataset_module for simplifying many def_dataset_method calls
  (jeremyevans)

* Make prepared_statements_safe plugin work on classes without datasets
  (jeremyevans)

* Make Dataset#hash work correctly when referencing SQL::Expression instances
  (jeremyevans)

* Handle allowed mass assignment methods correctly when including modules in
  classes or extending instances with modules (jeremyevans)

* Fix Model#hash to work correctly with composite primary keys and with no
  primary key (jeremyevans)

* Model#exists? now returns false without issuing a query for new model
  objects (jeremyevans)
2011-09-12 14:45:51 +00:00
taca
2ce1881694 Note update of www/ruby-css-parser package to 1.2.5. 2011-09-12 14:44:44 +00:00
taca
5a938d67a3 Update ruby-css-parser package to 1.2.5. (A package depending to version
1.1.* of this one dosen't exist any more.)

Changes are unknown.
2011-09-12 14:44:08 +00:00
taca
8594e77644 Note update of www/ruby-patron package to 0.4.16. 2011-09-12 14:40:02 +00:00
taca
85b7089504 Update ruby-patron package to 0.4.16.
Changes are unknown.
2011-09-12 14:39:22 +00:00
cheusov
e12e9380ef Updated pkgtools/pkg_summary-utils to 0.56.1 2011-09-12 14:36:10 +00:00
cheusov
db87ea55c4 Update to 0.56.1
pkg_lint_summary:
    - Serious fix in recently added -n option (misprint actually :-/ )
2011-09-12 14:35:54 +00:00
taca
6ff136827c Note update of www/ruby-net-http-persistent package to 2.0. 2011-09-12 13:54:37 +00:00
taca
6d8a4b117c Update ruby-net-http-persistent package to 2.0.
=== 2.0 / 2011-08-26

* Incompatibility
  * Net::HTTP::Persistent#verify_mode now defaults to
    OpenSSL::SSL::VERIFY_PEER.  This may cause HTTPS request failures if your
    default certificate store lacks the correct certificates.
2011-09-12 13:53:59 +00:00
taca
e1d5c8b248 Remove previous added line. 2011-09-12 13:51:15 +00:00
taca
cfa55c83b7 Revert previous update, it would be break a depending package. 2011-09-12 13:50:49 +00:00
taca
476beac53f Note update of www/ruby-css-parser package to 1.2.5. 2011-09-12 13:49:00 +00:00
taca
84c844122e Update ruby-css-parser package to 1.2.5.
Changes are unknown.
2011-09-12 13:48:13 +00:00
taca
6c1097d902 Note update of textproc/ruby-libxml package to 2.2.2. 2011-09-12 13:46:39 +00:00
taca
81dc4e1556 Update ruby-libxml pacakge to 2.2.2.
= Release History

== 2.2.2 / 2011-08-13 Charlie Savage

* ++API CHANGE+++

Reader#relax_ng_validate now takes a RelaxNG object.  This is
what the documentation has always said it takes, but it previously
took a string.  In addition, it now returns true or false instead of 0 or -1.

Reader#schema_validate now takes a Schema object.  This is
what the documentation has always said it takes, but it previously
took a string.  In addition, it now returns true or false instead of 0 or -1.

Fixes GitHub issue #30.

* Added Parser::Context#close and HTMLParser::Context#close methods that
  allow the underlying io stream (file, string, etc) to be closed.  Once a
  parser is done parsing its data, it now calls one of these methods.
  This means that if you parse thousands of files at the same time,
  without running Ruby's garbage colllector, you won't get a too
  many files open error.  Fixes GitHub issue #29.

* Fixed bug where Node#inner_xml caused an error when it had no child nodes.
  Fixes GitHub issues #31

* Don't require 'rake' in the gemspec to avoid annoying Bunlder bugs
2011-09-12 13:45:52 +00:00
taca
c123a36b1c Note update of textproc/ruby-json-pure and textproc/ruby-json
package to 1.5.4.
2011-09-12 13:43:31 +00:00
taca
2c92134840 Update ruby-json and ruby-json-pure package to 1.5.4.
2011-08-31 (1.5.4)
  * Fix memory leak when used from multiple JRuby. (Patch by
    jfirebaugh@github).
  * Apply patch by Eric Wong <nocode@yhbt.net> that fixes garbage collection
    problem reported in https://github.com/flori/json/issues/46.
  * Add :quirks_mode option to parser and generator.
  * Add support for Rational and Complex number additions via json/add/complex
    and json/add/rational requires.
2011-09-12 13:42:29 +00:00
taca
a993ebfd70 Note update of textproc/ruby-haml package to 3.1.3. 2011-09-12 13:40:30 +00:00
taca
41b8683d2f Update ruby-haml package to 3.1.3.
3.1.3

* Stop partial layouts from being displayed twice.
2011-09-12 13:39:52 +00:00
taca
c192d33be3 Note update of textproc/ruby-diff-lcs package to 1.1.3. 2011-09-12 13:38:54 +00:00