summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-02-09Fix build on SunOS (u_int64_t usage and ambigous math)wiedi3-5/+61
2014-02-09Fix build on SunOS (included paths.h)wiedi3-2/+23
2014-02-09DEPENDS+=devel/py2app if OPSYS == Darwin.rodent2-2/+10
2014-02-09+py-{macholib,modulegraph,py2app}rodent1-1/+4
2014-02-09Added devel/py-py2app version 0.8rodent1-1/+2
2014-02-09Import py27-py2app-0.8 as devel/py-py2app.rodent4-0/+243
py2app is a Python setuptools command which will allow you to make standalone Mac OS X application bundles and plugins from Python scripts. py2app is similar in purpose and design to py2exe for Windows. NOTE: py2app must be used on OSX to build applications, it cannot create Mac applications on other platforms.
2014-02-09Added devel/py-macholib version 1.6rodent1-1/+2
2014-02-09Import py27-macholib-1.6 as devel/py-macholib.rodent4-0/+97
macholib can be used to analyze and edit Mach-O headers, the executable format used by Mac OS X. It's typically used as a dependency analysis tool, and also to rewrite dylib references in Mach-O headers to be @executable_path relative. Though this tool targets a platform specific file format, it is pure python code that is platform and endian independent.
2014-02-09Added devel/py-modulegraph version 0.11rodent1-1/+2
2014-02-09Import py27-modulegraph-0.11 as devel/py-modulegraph.rodent4-0/+58
modulegraph determines a dependency graph between Python modules primarily by bytecode analysis for import statements. modulegraph uses similar methods to modulefinder from the standard library, but uses a more flexible internal representation, has more extensive knowledge of special cases, and is extensible.
2014-02-09+py-altgraph; Packaged originally in pkgsrc-wip by:rodent1-1/+2
jihbed@users.sourceforge.net
2014-02-09Added graphics/py-altgraph version 0.11rodent1-1/+2
2014-02-09Import py27-altgraph-0.11 as graphics/py-altgraph.rodent4-0/+53
altgraph is a fork of graphlib: a graph (network) package for constructing graphs, BFS and DFS traversals, topological sort, shortest paths, etc. with graphviz output.
2014-02-09Updated devel/p5-Data-Section to 0.200005wen1-1/+2
2014-02-09Update to 0.200005wen2-8/+7
Upstream changes: 0.200005 2013-12-11 08:03:08 America/New_York - open DATA handles both :raw and :bytes to avoid content munging on Win32 (thanks, Kenichi Ishigaki!) - This is not yet a perfect solution for Win32. 0.200004 2013-12-01 21:31:02 America/New_York - avoid confusion between \n, \x0d\x0a, and Win32 (thanks, Kenichi Ishigaki!) 0.200003 2013-11-02 07:57:52 America/New_York [THIS MIGHT BREAK STUFF] - stable release of 0.200002, no functional changes 0.200002 2013-10-19 22:11:32 America/New_York (TRIAL RELEASE) [THIS MIGHT BREAK STUFF] - add an "encoding" parameter to set encoding of data section contents; this defaults to UTF-8 (thanks, David Golden!) 0.101622 2013-06-19 21:48:02 America/New_York add a link to an Advent article about Data-Section update bugtracker, repo, etc.
2014-02-09adopt the socket.recvfrom_into() security fix from Python-2.7drochner3-6/+23
bump PKGREV
2014-02-09COMMENT should not include package name, PR pkg/48197obache1-2/+2
2014-02-09fixes MASTER_SITES and HOMEPAGE.obache1-3/+3
noticed by wiz@.
2014-02-09Add frink-license, used by devel/frink.obache1-0/+34
2014-02-09+ frinkobache1-1/+2
2014-02-09Added devel/frink version 2.2.2p4obache1-1/+2
2014-02-09Import frink-2.2.2p4 as devel/frink.obache5-0/+53
Based on packaged in pkgsrc-wip and reqested via PR pkg/48197 by Edgar Fuss. Frink is a tcl formatting and static check program. It can prettify your program, minimise, obfuscate or just sanity check it. It can also do some rewriting.
2014-02-09Add fix for security vulnerability reported in SA56624.tron3-2/+23
Patch taken from Python Mercurial repository.
2014-02-09Updated graphics/pngcrush to 1.7.71; www/py-django to 1.6.2; ↵adam2-5/+6
www/py-django-south to 0.8.3; www/py-django-reversion to 1.8.0
2014-02-09Changes 1.8.0:adam3-7/+15
- Django 1.6 compatibility - Using bulk_create to speed up revision creation. - Including docs in source distribution - Spanish translation - Fixing edge-case bugs in revision middleware
2014-02-09Changes 0.8.3:adam3-7/+13
* A couple of issues with Django 1.6 have been fixed (including bad error handling and a loaddata incompatability) * Migrations now import datetime from a special South module which provides the correct tz-aware or tz-naive version. * A couple of issues fixed, including double-indexing errors, and correct persistence of non-unique indexes across ALTERs. * The new localflavor fields are automatically accepted by the introspector.
2014-02-09Changes 1.6.2:adam2-6/+6
Prevented the base geometry object of a prepared geometry to be garbage collected, which could lead to crash Django. Fixed a crash when executing the changepassword command when the user object representation contained non-ASCII characters. The collectstatic command will raise an error rather than default to using the current working directory if STATIC_ROOT is not set. Combined with the --clear option, the previous behavior could wipe anything below the current working directory. Fixed mail encoding on Python 3.3.3+. Fixed an issue where when settings.DATABASES['default']['AUTOCOMMIT'] = False, the connection wasn’t in autocommit mode but Django pretended it was. Fixed a regression in multiple-table inheritance exclude() queries. Added missing items to django.utils.timezone.__all__. Fixed a field misalignment issue with select_related() and model inheritance. Fixed join promotion for negated AND conditions. Oracle database introspection now works with boolean and float fields. Fixed an issue where lazy objects weren’t actually marked as safe when passed through mark_safe() and could end up being double-escaped
2014-02-09Changes 1.7.71:adam2-6/+6
* Built the Windows binaries using -DTOO_FAR=32767; neglected to do this in versions 1.7.42 through 1.7.70, which caused the Windows binaries to produce different (usually a few bytes larger) results than Linux.
2014-02-09Updated devel/p5-Moose to 2.1204wen1-1/+2
2014-02-09Update to 2.1204wen2-6/+8
Update DEPENDS Upstream changes: 2.1204 2014-02-06 [BUG FIXES] - bump minimum prereq needed for optional test using MooseX::NonMoose (which broke with new Module::Runtime, see 2.1203), so users can install Moose and pass tests before updating MooseX::NonMoose. 2.1203 2014-02-06 [BUG FIXES] - bump prereq on Module::Runtime to properly detect when a module fails to load, and fix how we call these subs (Zefram, RT#92770, RT#86394, RT#92791)
2014-02-09* Use defined version in rubyversion.mk.taca1-13/+6
* Remove use of "both" value in RUBY_JSON_TYPE since it isn't used in any where.
2014-02-09Note update of mail/postfix package to 2.11.0.taca1-1/+2
2014-02-09Update postfix to 2.11.0. Quote from release announce:taca7-109/+43
The main changes in no particular order are: * Support for PKI-less TLS server certificate verification with DANE (DNS-based Authentication of Named Entities) where the CA public key or the server certificate is identified via DNSSEC lookup. This requires a DNS resolver that validates DNSSEC replies. The problem with conventional PKI is that there are literally hundreds of organizations world-wide that can provide a certificate in anyone's name. DANE limits trust to the people who control the target DNS zone and its parent zones. * Support for LMDB databases. Originally developed as part of OpenLDAP, LMDB is the first persistent Postfix database that can be shared among multiple writers such as postscreen daemons (Postfix already supported shared non-persistent memcached caches). Postfix currently requires LMDB version 0.9.11 or later. See LMDB_README for details and limitations. * A new postscreen_dnsbl_whitelist_threshold feature to allow clients to skip postscreen tests based on their DNSBL score. This can eliminate email delays due to "after 220 greeting" protocol tests, which otherwise require that a client reconnects before it can deliver mail. Some providers such as Google don't retry from the same IP address, and that can result in large email delivery delays. * The recipient_delimiter feature now supports different delimiters, for example both "+" and "-". As before, this implementation recognizes exactly one delimiter character per email address, and exactly one address extension per email address. * Advanced master.cf query/update support to access service attributes as "name = value" pairs. For example to turn off chroot on all services use "postconf -F '*/*/chroot = n'", and to change/add a "-o name=value" setting use "postconf -P smtp/inet/name = value". This was developed primarily to allow automated tools to manage Postfix systems without having to parse Postfix configuration files.
2014-02-09Note update of databases/ruby-cassandra package to 0.23.0.taca1-1/+2
2014-02-09Update ruby-cassandra to 0.23.0.taca2-8/+8
v0.23.0 - Update simple_uuid dependency (issue #197, courtesy @tsenart) - Changed to new github url: github.com/cassandra-rb/cassandra
2014-02-09Note update of databases/ruby-arel package to 3.0.3.taca1-1/+2
2014-02-09Update ruby-arel to 3.0.3.taca3-7/+13
== 3.0.3 / 2013-11-12 * Enhancements * Support ANSI 2003 window functions * Bug Fixes * Fix joins in Informix
2014-02-09Note update of devel/ruby-rake package to 10.0.4nb1.taca1-1/+2
2014-02-09* Preserve modified time of saveing rake command file.taca2-9/+12
* Improve handling of gemspec file when the version of bundlerd dosen't match with ruby-rake's version. Should be fix PR pkg/48485.
2014-02-09Use versions in rubyversion.mk.taca2-29/+10
2014-02-09* Define versions of gems, rdoc rake and json which bundledtaca1-2/+30
with Ruby's distribution. * Define some variable for Ruby 2.1.0.
2014-02-09Note update of ISC DHCP related pacakges:taca1-1/+5
net/isc-dhcp4 4.3.0 net/isc-dhclient4 4.3.0 net/isc-dhcpd4 4.3.0 net/isc-dhcrelay4 4.3.0
2014-02-09Update ISC DHCP related pacakges to 4.2.0.taca13-53/+77
Changes since 4.2.0 (new features) - If a client renews before 'dhcp-cache-threshold' percent of its lease has elapsed (default 25%), the server will reuse the allocated lease (provide a lease within the currently allocated lease-time) rather than extend or renew the lease. This absolves the server of needing to perform an fsync() operation on the lease database before reply, which improves performance. [ISC-Bugs #22228] Updated this patch to support asynchronous DDNS. If the server is attempting to do DDNS on a lease it should be udpated and written to disk even if that wouldn't be necessary due to the thresholding. [ISC-Bugs #26311] - The 'no available billing' log line now also logs the name of the last matching billing class tried before failing to provide a billing. [ISC-Bugs #21759] - A problem with missing get_hw_addr function when --enable-use-sockets was used is now solved on GNU/Linux, BSD and GNU/Hurd systems. Note that use-sockets feature was not tested on those systems. Client and server code no longer use MAX_PATH constant that is not defined on GNU/Hurd systems. [ISC-Bugs #25979] - Add a perl script in the contrib directory, dhcp-lease-list.pl, which can parse v4 lease files and output the lease information in a more human friendly manner. This was written by Christian Hammers with some updates by vom and ISC. This is contributed code and is not supported by ISC; however it may be useful to some users. [ISC-Bugs #20680] - Add support in v6 for on-commit, on-expire and on-release. [ISC-Bugs #27912] - Add support for using classes with v6. [ISC-Bugs #26510] - Update the DDNS code to current standards and allow for sharing of DDNS entries between v4 and v6 clients. The new code is used if the ddns-update-style is set to "standard", the older code is still available if ddns-update-style is set to "interim". The oldest DDNS code "ad-hoc" has been removed. Thanks to Thomas Pegeot who submitted a patch for this issue. This patch is based on that work with some modifications. [ISC-Bugs #21139] - Add a configuration option to the server to suppress using fsync(). Enabling this option will mean that fsync() is never called. This may provide better performance but there is also a risk that a lease will not be properly written to the disk after it has been issued to a client and before the server stops. Using this option is not recommended. [ISC-Bugs #34810] - Add some logging statements to indicate when the server is ready to serve. One statement is emitted after the server has finished reading its files and is about to enter the dispatch loop. This is "Server starting service.". The second is emitted when a server determines that both it and its failover peer are in the normal state. This is "failover peer <name>: Both servers normal." [ISC-Bugs #33208] - Add support for accessing options from v6 relays. The v6relay statement allows the administrator to choose which relay to use when searching for an option, see the dhcp-options man page for a description. The host-identifier option has also been updated to support the use of relay options, see the dhcpd.conf man page for a description. [ISC-Bugs #19598] - When doing DDNS if there isn't an appropriate zone statement attempt to find a reasonable nameserver via a DNS resolver. This restores some functionality that was lost in the transition to asynchronous DDNS. Due to the lack of security and increase in fragility of the system when using this feature we strongly recommend the use of appropriate zone statements rather than using this functionality. [ISC-Bugs #30461] - Add support for specifying the address from which to send DDNS updates on the DHCP server. There are two new options "ddns-local-address4" and "ddns-local-address6" that each take one instance of their respective address types. [ISC-Bugs #34779] - Add ignore-client-uids option in the server. This option causes the server to not record a client's uid in its lease. This violates the specification but may also be useful when a client can dual boot using different client ids but the same mac address. Thank you to Brian De Wolf at Cal Poly Pomona for the patch. [ISC-Bugs #32427] [ISC-Bugs #35066] - Extend the DHCPINFORM processing to honor the subnet selection option and take host declarations into account. Thanks to Christof Chen for testing and submitting the patch. [ISC-Bugs #35015] - Extend the hardware expression to look into the lease structure for a hardware address if there is no packet. This allows the server to find the hardware address during on-expiry processing. [ISC-Bugs #24584] - Add definitions for some options that have been specified by the IETF. [ISC-Bugs #29268] [ISC-Bugs #35198] Changes since 4.3.0b1 - Tidy up receive packet processing. Thanks to Brad Plank of GTA for reporting the issue and suggesting a possible patch. [ISC-Bugs #34447] Changes since 4.3.0a1 - Modify the message displayed when a process hits a fatal error. The new message is much shorter and simply points to the README and our website for directions on bug submissions. [ISC-Bugs #24789] - Handle an absent resolv.conf file better. [ISC-Bugs #35194]
2014-02-09Updated devel/p5-Module-Runtime to 0.014wen1-1/+2
2014-02-09Update to 0.014wen2-7/+6
Upstream changes: version 0.014; 2014-02-06 * bugfix: suppress any CORE::GLOBAL::require override, where possible, to avoid use_package_optimistically() being misled into treating missing modules as broken * bugfix: in use_module() and use_package_optimistically(), pass a supplied VERSION parameter through for the version check even if it is undef * tighten use_package_optimistically()'s recognition of can't-locate errors (the same way that base.pm has recently been tightened), so that, when a module fails to load because a module that it uses isn't available, the outer module will be perceived as broken rather than missing * update documentation notes about the state of Unicode handling for module names * in META.{yml,json}, point to public git repository
2014-02-09Updated mail/sendmail-cidrexpand to 8.14.8jnemeth1-1/+2
2014-02-09reset PKGREVISION for sendmail updatejnemeth1-2/+1
2014-02-09Updated mail/sendmail-qtool to 8.14.8jnemeth1-1/+2
2014-02-09reset PKGREVISION for sendmail updatejnemeth1-2/+1
2014-02-09Updated mail/sendmail to 8.14.8jnemeth2-3/+3