Commit graph

211393 commits

Author SHA1 Message Date
wiz
9adfe4d622 Updated HOMEPAGE, remove obsolete MASTER_SITES.
Add patch for python-3.x compatibility.
2014-01-17 14:45:26 +00:00
wiz
42ba159120 Updated audio/py-audioread to 1.0.1 2014-01-17 14:35:15 +00:00
wiz
b81a729c8a Update to 1.0.1 and fix python-3.x compatibility problem.
Changes:
1.0.1
    When GStreamer fails to report a duration, raise an exception
    instead of silently setting the duration field to None.
2014-01-17 14:35:06 +00:00
wiz
4328ce8d25 + abcmidi-20140112, calibre-1.20, cdialog-1.2.20140112,
gnome-commander-1.2.8.17, highlight-3.17, kde4-4.12.2,
  konversation-1.5, libxmp-4.2.2, liferea-1.10.5, mksh-49,
  puzzles-10116, py-audioread-1.0.1, py-cassa-1.11.0, py-icalendar-3.6,
  py-jinja2-2.7.2, py-psycopg2-2.5.2, tcpreplay-4.0.1, veusz-1.20,
  viewvc-1.1.22, vttest-20140116, webmin-1.670, x264-devel-20140111.
2014-01-17 14:18:19 +00:00
wiz
a7bee6894b + Added audio/py-audioread version 1.0.0 [drochner 2013-04-02] 2014-01-17 14:15:17 +00:00
wiz
738bbed7d5 Fix PKGNAME to use PYPKGPREFIX. 2014-01-17 14:03:28 +00:00
obache
9bf2a0bf25 + ruby-http 2014-01-17 13:24:06 +00:00
obache
dfe8ced645 Added www/ruby-http version 0.5.0 2014-01-17 13:23:08 +00:00
obache
a90b5faf86 Import ruby-http-0.5.0 as www/ruby-http.
part of PR pkg/48447

The HTTP Gem is an easy-to-use client library for making requests from Ruby.
It uses a simple method chaining system for building requests, similar to
libraries like JQuery or Python's Requests.
2014-01-17 13:22:51 +00:00
obache
69367a929e Updated www/ruby-http_parser.rb to 0.6.0 2014-01-17 13:19:39 +00:00
obache
0d95f54cfa Update ruby-http_parser.rb to 0.6.0.
jruby related improvements and bug fixes
2014-01-17 13:19:18 +00:00
wiz
14e1e1ba7c Mark as PYTHON_VERSIONS_INCOMPATIBLE=26:
SyntaxError: ('invalid syntax',
('/usr/pkg/lib/python2.6/site-packages/billiard/_connection3.py',
851, 47, '    _ready_errors = {_winapi.ERROR_BROKEN_PIPE,
_winapi.ERROR_NETNAME_DELETED}\n'))
2014-01-17 13:13:28 +00:00
obache
78d5f8b50a +ruby-descendants_tracker
+ruby-equalizer
+ruby-memoizable
+ruby-thread_safe
2014-01-17 13:02:45 +00:00
obache
6861371f71 Added misc/ruby-memoizable version 0.4.0 2014-01-17 13:01:22 +00:00
obache
181004bba4 Import ruby-memoizable-0.4.0 as misc/ruby-memoizable.
part of PR pkg/48447

Memoization is an optimization that saves the return value of a method
so it doesn't need to be re-computed every time that method is called.
2014-01-17 13:01:09 +00:00
obache
0ae803361d Added misc/ruby-thread_safe version 0.1.3 2014-01-17 13:00:13 +00:00
obache
f2246ffb38 Import ruby-thread_safe-0.1.3 as misc/ruby-thread_safe.
part of PR pkg/48447

Threadsafe is a collection of thread-safe versions of common core
Ruby classes.
2014-01-17 13:00:00 +00:00
obache
dadd25d4bb Added misc/ruby-equalizer version 0.0.9 2014-01-17 12:57:43 +00:00
obache
0bcbe983e9 Import ruby-equalizer-0.0.9 as misc/ruby-equalizer.
part of PR pkg/48447

Module to define equality, equivalence and inspection methods.
2014-01-17 12:57:28 +00:00
obache
67935a7eca Added misc/ruby-descendants_tracker version 0.0.3 2014-01-17 12:54:40 +00:00
obache
e5fd9b2c6b Import ruby-descendants_tracker-0.0.3 as misc/ruby-descendants_tracker.
part of PR pkg/48447

Small module to track descendants in an unobtrusive way.
2014-01-17 12:54:09 +00:00
obache
831ac77647 + ruby-buftok 2014-01-17 12:50:59 +00:00
obache
c9f0224d7b Added textproc/ruby-buftok version 0.2.0 2014-01-17 12:50:18 +00:00
obache
98b886831e Import ruby-buftok-0.2.0 as textproc/ruby-buftok.
part of PR pkg/48447.

BufferedTokenizer extracts token delimited entities from a sequence of
arbitrary inputs.
2014-01-17 12:49:50 +00:00
adam
84647f6369 Updated mail/dovecot2 to 2.2.10 2014-01-17 11:52:18 +00:00
adam
588af83bf4 Changes 2.2.10:
+ auth: passdb/userdb dict rewrite to support much more complex
  setups. See doc/example-config/dovecot-dict-auth.conf.ext.
  The old settings will continue to work.
+ auth: Added userdb result_success/failure/tempfail and skip
  settings, similar to passdb's. See
  http://wiki2.dovecot.org/UserDatabase
+ imap: Implemented SETQUOTA command for admin user when quota_set is
  configured. See http://master.wiki2.dovecot.org/Quota/Configuration
+ quota: Support "*" and "?" wildcards in mailbox names in quota_rules
+ mysql: Added ssl_verify_server_cert=no|yes parameter. This currently
  defaults to "no" to make sure nothing breaks, but likely will become
  "yes" in Dovecot v2.3.
+ ldap: Added blocking=yes setting to use auth worker processes for
  ldap lookups. This is a workaround for now to be able to use multiple
  simultaneous LDAP connections.
+ pop3c+dsync performance improvements
- quota-status: quota_grace was ignored
- ldap: Fixed memory leak with auth_bind=yes and without
  auth_bind_userdn.
- imap: Don't send HIGHESTMODSEQ anymore on SELECT/EXAMINE when
  CONDSTORE/QRESYNC has never before been enabled for the mailbox.
- imap: Fixes to handling mailboxes without permanent modseqs.
  (When [NOMODSEQ] is returned by SELECT, mainly with in-memory
  indexes.)
- imap: Various fixes to METADATA support.
- stats plugin: Processes that only temporarily dropped privileges
  (e.g. indexer-worker) may have been logging errors about not being
  able to open /proc/self/io.
2014-01-17 11:50:49 +00:00
pho
275e2f126e Fix build on Darwin 9. 2014-01-17 10:03:23 +00:00
adam
68125d4567 Updated devel/git to 1.8.5.3 2014-01-17 09:54:14 +00:00
adam
1f5b1070de Also used by git-svn/Makefile 2014-01-17 09:53:50 +00:00
adam
21f1bab686 Quickly removed PKGREVISION, so no one will notice! :-) 2014-01-17 09:51:35 +00:00
adam
63554fd2b4 Changes 1.8.5.3:
* The "--[no-]informative-errors" options to "git daemon" were parsed
  a bit too loosely, allowing any other string after these option
  names.
* A "gc" process running as a different user should be able to stop a
  new "gc" process from starting.
* An earlier "clean-up" introduced an unnecessary memory leak to the
  credential subsystem.
* "git mv A B/", when B does not exist as a directory, should error
  out, but it didn't.
* "git rev-parse <revs> -- <paths>" did not implement the usual
  disambiguation rules the commands in the "git log" family used in
  the same way.
* "git cat-file --batch=", an admittedly useless command, did not
  behave very well.
Also contains typofixes, documentation updates and trivial code clean-ups.
2014-01-17 09:50:38 +00:00
adam
98a6355709 Updated wm/windowmaker to 0.95.5; emulators/wine to 1.6.2 (courtesy of Nat Sloss) 2014-01-17 09:07:21 +00:00
adam
ebc7be42e7 Changes 1.6.2:
- Color management support updated to liblcms version 2.
- Various bug fixes.
2014-01-17 09:01:58 +00:00
adam
0b445f6e70 Changes 0.95.5:
* Window Maker can now maximize windows to the top/bottom halves of the screen as well as to the corners (top left, top right etc). The keyboard shortcuts to do that can be configured via WPrefs
* Support for drawers in the dock has been added
* Keyboard shortcuts to move windows between workspaces
* Window border colours and width are now configurable
* The menu is now able to parse command-generated proplist style menus. WPrefs support for this has been added too
* Plus a few other new features and a lot of bug fixes and code cleanups by various people.
2014-01-17 08:48:06 +00:00
obache
928b066a9e ruby version restriction from www/ruby-multipart-post 2014-01-17 08:41:05 +00:00
obache
dd32c0169e Updated www/ruby-faraday to 0.9.0 2014-01-17 08:37:14 +00:00
obache
ebfed7363f Update Faraday to 0.9.0.
## v0.9.0

* Add HTTPClient adapter (@hakanensari)
* Improve Retry handler (@mislav)
* Remove autoloading by default (@technoweenie)
* Improve internal docs (@technoweenie, @mislav)
* Respect user/password in http proxy string (@mislav)
* Adapter options are structs.  Reinforces consistent options across adapters
  (@technoweenie)
* Stop stripping trailing / off base URLs in a Faraday::Connection. (@technoweenie)
* Add a configurable URI parser. (@technoweenie)
* Remove need to manually autoload when using the authorization header helpers on `Faraday::Connection`. (@technoweenie)
* `Faraday::Adapter::Test` respects the `Faraday::RequestOptions#params_encoder` option. (@technoweenie)
2014-01-17 08:36:59 +00:00
obache
67bf7b2b3b Updated www/ruby-multipart-post to 2.0.0 2014-01-17 08:32:24 +00:00
obache
d33d8ca3fd Update ruby-multipart-post to 2.0.0.
=== 2.0.0 / 2013-12-21

- Drop Ruby 1.8 compatibility
- GH #21: Fix FilePart length calculation for Ruby 1.9 when filename contains
  multibyte characters (hexfet)
- GH #20: Ensure upload responds to both #content_type and #original_filename
  (Steven Davidovitz)
- GH #31: Support setting headers on any part of the request (Socrates Vicente)
- GH #30: Support array values for params (Gustav Ernberg)
- GH #32: Fix respond_to? signature (Leo Cassarani)
- GH #33: Update README to markdown (Jagtesh Chadha)
- GH #35: Improved handling of array-type parameters (Steffen Grunwald)
2014-01-17 08:32:07 +00:00
pho
483188f375 Record cocoa and quartz modules on Darwin in PLIST. 2014-01-17 08:13:29 +00:00
pho
16235ff399 Enable XFree86-DGA mouse and keyboard inputs. Bump revision.
The configure script determines the availability of libXxf86dga only by the existence of X11/extensions/xf86dga.h. This leads to a linkage error on platforms (e.g. Darwin) where the header in question can be found in the system default path but the corresponding library is installed elsewhere. The problem goes away if we had the library buildlinked, and I see no reason for not enabling DGA input anyway.
2014-01-17 08:06:07 +00:00
obache
647eaa7743 Updated inputmethod/ibus-chewing to 1.4.7 2014-01-17 07:55:35 +00:00
obache
3ac387c4d4 Update ibus-chewing to 1.4.7.
* Fri Jan 17 2014 Ding-Yi Chen <dchen at redhat.com> - 1.4.7
- Target "translation" is built separately with all,
  in order to tame multiple job make.

* Thu Jan 16 2014 Ding-Yi Chen <dchen at redhat.com> - 1.4.6
- Fixed Build for RHEL7
2014-01-17 07:54:54 +00:00
rodent
de614af055 +py-hatop 2014-01-17 03:41:35 +00:00
rodent
db4b8c5536 Added net/py-hatop version 0.7.7 2014-01-17 03:40:48 +00:00
rodent
064a92905c Import py27-hatop-0.7.7 as net/py-hatop.
HATop is an interactive ncurses client and real-time monitoring, statistics
displaying tool for the HAProxy TCP/HTTP load balancer.

HATop's appearance is similar to top(1). It supports various modes for detailed
statistics of all configured proxies and services in near realtime. In addition,
it features an interactive CLI for the haproxy unix socket. This allows
administrators to control the given haproxy instance (change server weight, put
servers into maintenance mode, ...) directly out of hatop (using keybinds or
the CLI) and monitor the results immediately.

HATop is written in pure Python and has no external dependencies.
2014-01-17 03:40:35 +00:00
asau
978ca32f39 Treat FreeBSD as other BSD systems. 2014-01-17 02:33:20 +00:00
jnemeth
1ec3c5406d sort 2014-01-17 01:50:00 +00:00
tron
c1c2e069cb Note update of the "cacti" package to version 0.8.8bnb1. 2014-01-16 21:10:22 +00:00
tron
240e5b34d0 Improve packaging of this package:
1.) Handle installation of the script to determine the amount of free
    memory and swap space on the local machine automatically.
2.) Fix the NetBSD implementation of the above script.
3.) Create a wrapper shell script for invoking Cacti's poller.
4.) Simplify the installation instrunctions using the above enhancements.
5.) Don't included the log file in the package list. It doesn't belong
    there and "pkg_delete" will correctly complain that it has been
    modified.

ToDo:
- The log file and the "rrdtool" database still need to be moved to
  a directory under "${VARBASE}".
- "config.php" should really be a config file to allow using a
  non-default password for the MySQL database. But the file would have
  to be readable by both the user of the webserver and that cacti user.
2014-01-16 21:10:00 +00:00