Commit graph

218835 commits

Author SHA1 Message Date
schmonz
3013e74c01 Libtoolize to fix build on OS X 10.9 and (untested) fix shlibs under
Solaris 10. What's tested:

1. devel/cmake with USE_BUILTIN.libexecinfo=no links and runs on:
    * CentOS/amd64 6.5
    * Mac OS X/x86_64 10.9.4 (Darwin 13.3.0)
    * NetBSD/amd64 6.1.4
    * SmartOS/i386 (Joyent SmartMachine 1.8.1, "SunOS 5.11")

2. http://www.gnu.org/software/libc/manual/html_node/Backtraces.html's
   sample program outputs:
    * Mac OS X: the expected backtrace
    * NetBSD: dumps core (but it did before this change, too)
    * SmartOS: the expected backtrace

Bump PKGREVISION.
2014-07-05 20:15:24 +00:00
rodent
f911bcb413 +py-wtforms-{alchemy,components} 2014-07-05 19:45:57 +00:00
rodent
71eff004a9 Added www/py-wtforms-alchemy version 0.12.6 2014-07-05 19:44:52 +00:00
rodent
d742b774e1 Import py27-wtforms-alchemy-0.12.6 as www/py-wtforms-alchemy.
Generates WTForms forms from SQLAlchemy models.
2014-07-05 19:44:34 +00:00
rodent
206bd4c07c Added www/py-wtforms-components version 0.9.3 2014-07-05 19:43:15 +00:00
rodent
a2117c0fbc Import py27-wtforms-components-0.9.3 as www/py-wtforms-components.
Additional fields, validators and widgets for WTForms.
2014-07-05 19:43:01 +00:00
rodent
2577e88532 +py-sqlalchemy-utils 2014-07-05 19:41:18 +00:00
rodent
077bd4b738 Added databases/py-sqlalchemy-utils version 0.26.3 2014-07-05 19:40:38 +00:00
rodent
02bdbe66d8 Import py27-sqlalchemy-utils-0.26.3 as databases/py-sqlalchemy-utils.
Various utility functions and custom data types for SQLAlchemy.
2014-07-05 19:40:25 +00:00
rodent
e3de7f115e +py-fann2 2014-07-05 19:38:59 +00:00
rodent
73a5ae096e Added devel/py-fann2 version 1.0.0 2014-07-05 19:38:12 +00:00
rodent
5423ab59e0 Import py27-fann2-1.0.0 as devel/py-fann2.
This is an update of the python bindings for the Fast Artificial Neural Network
(FANN) library, which were included in fann-2.1.0beta.
2014-07-05 19:38:00 +00:00
rodent
c403020b01 +py-intervals 2014-07-05 19:34:12 +00:00
rodent
74db626969 Added math/py-intervals version 0.3.1 2014-07-05 19:33:32 +00:00
rodent
1c448bfa32 Import py27-intervals-0.3.1 as math/py-intervals.
Python tools for handling intervals (ranges of comparable objects).
2014-07-05 19:33:17 +00:00
rodent
22dc37f205 +py-furl 2014-07-05 19:31:04 +00:00
rodent
c7a989aae6 Added www/py-furl version 0.3.93 2014-07-05 19:30:26 +00:00
rodent
864dd450d5 Import py27-furl-0.3.93 as www/py-furl.
URL manipulation made simple.
2014-07-05 19:30:14 +00:00
rodent
b04b61dfa8 +py-orderedmultidict 2014-07-05 19:29:09 +00:00
rodent
80d52a99e5 Added databases/py-orderedmultidict version 0.7.2 2014-07-05 19:28:22 +00:00
rodent
ec51b8a8e3 Import py27-orderedmultidict-0.7.2 as databases/py-orderedmultidict.
Ordered Multivalue Dictionary - omdict.

A multivalue dictionary is a dictionary that can store multiple values for the
same key. An ordered multivalue dictionary is a multivalue dictionary that
retains the order of insertions and deletions.

omdict retains method parity with dict.
2014-07-05 19:28:06 +00:00
wiz
4f788820f6 Added devel/py-tortoisehg version 3.0.1 2014-07-05 15:34:12 +00:00
wiz
32ba43c739 + py-tortoisehg. 2014-07-05 15:34:00 +00:00
wiz
92be3f7904 Import py27-tortoisehg-3.0.1 as devel/py-tortoisehg, packaged for wip by
nros, krytarowski and myself.

Tortoisehg is a GUI front end for the Mercurial dvcs.
2014-07-05 15:33:03 +00:00
rodent
bbd7c55631 +ruby-websocket 2014-07-05 12:48:11 +00:00
rodent
3d4b2231e3 Added www/ruby-websocket version 1.1.4 2014-07-05 12:34:55 +00:00
rodent
68ed1b593d Import ruby200-websocket-1.1.4 as www/ruby-websocket.
Universal Ruby library to handle WebSocket protocol. It focuses on providing
abstraction layer over WebSocket API instead of providing server or client
functionality.

Currently, WebSocket Ruby supports all existing drafts of WebSocket, which
include:

 * hixie-75
 * hixie-76
 * all hybi drafts (00-13)
 * RFC 6455
2014-07-05 12:34:44 +00:00
rodent
41e0dc4bf3 Added textproc/ruby-yard version 0.8.7.4 2014-07-05 12:33:26 +00:00
rodent
4a73840b8d Import ruby200-yard-0.8.7.4 as textproc/ruby-yard.
YARD is a documentation generation tool for the Ruby programming language. It
enables the user to generate consistent, usable documentation that can be
exported to a number of formats very easily, and also supports extending for
custom Ruby constructs such as custom class level definitions.
2014-07-05 12:33:15 +00:00
rodent
96e0b434f3 +ruby-tiny_tds 2014-07-05 12:31:11 +00:00
rodent
0fadece007 Added databases/ruby-tiny_tds version 0.6.2 2014-07-05 12:30:31 +00:00
rodent
c2528b8f71 Import ruby200-tiny_tds-0.6.2 as databases/ruby-tiny_tds.
TinyTDS - A modern, simple and fast FreeTDS library for Ruby using DB-Library.
Developed for the ActiveRecord SQL Server adapter.
2014-07-05 12:29:25 +00:00
rodent
2f28f591f1 +ruby-shoulda 2014-07-05 12:25:31 +00:00
rodent
5c7a73041d Added meta-pkgs/ruby-shoulda version 3.5.0 2014-07-05 12:25:01 +00:00
rodent
c301cadd44 Import ruby200-shoulda-3.5.0 as meta-pkgs/ruby-shoulda.
The shoulda gem is a meta gem with two dependencies:

 * shoulda-context (official documentation)
 * shoulda-matchers (official documentation)
2014-07-05 12:24:50 +00:00
rodent
4be5d46aa5 +ruby-shoulda-{context,matchers} 2014-07-05 12:23:24 +00:00
rodent
1457ce1e51 Added devel/ruby-shoulda-context version 1.2.1 2014-07-05 12:21:59 +00:00
rodent
d4c5701e53 Import ruby200-shoulda-context-1.2.1 as devel/ruby-shoulda-context.
Shoulda's contexts make it easy to write understandable and maintainable tests
for Test::Unit. It's fully compatible with your existing tests in Test::Unit,
and requires no retooling to use.
2014-07-05 12:21:46 +00:00
rodent
d158026227 Added devel/ruby-shoulda-matchers version 2.6.1 2014-07-05 12:21:03 +00:00
rodent
fe32493659 Import ruby200-shoulda-matchers-2.6.1 as devel/ruby-shoulda-matchers.
shoulda-matchers provides Test::Unit- and RSpec-compatible one-liners that test
common Rails functionality. These tests would otherwise be much longer, more
complex, and error-prone.
2014-07-05 12:20:51 +00:00
tron
85c797abcc Remove current master site which is no longer working and re-enable
GNU master sites which are now working.
2014-07-05 11:21:29 +00:00
jperkin
8a6f504806 Limit to ruby193 and newer, there is no ruby18-nokogiri dependency.
Fixes bulk builds.
2014-07-05 09:52:45 +00:00
martin
778569f717 Updated cross/gcc-mips-current to 4.9.0nb5 2014-07-05 09:04:10 +00:00
martin
29bb52401e Make types (size_t and ptrdiff_t), predefines and link specs the same
as the in-tree compiler.
2014-07-05 09:03:49 +00:00
wiz
8d849005e9 Updated security/kpcli to 2.7nb1 2014-07-05 05:17:38 +00:00
wiz
caeb6e9a78 Add dependency on p5-Term-ReadLine-Perl. Either that or
...-Gnu is needed for kpcli to work.
Bump PKGREVISION.
2014-07-05 05:17:27 +00:00
richard
ed131363eb Use bash on SunOS, as pdksh (at least on x86_64) has issues for the moment. 2014-07-05 05:10:48 +00:00
ryoon
103b0451d0 Updated devel/nss to 3.16.3 2014-07-05 04:54:19 +00:00
ryoon
5470cb1766 Update to 3.16.2
Changelog:
Network Security Services (NSS) 3.16.3 is a patch release for NSS 3.16.

This release consists primarily of CA certificate changes as listed
below, and fixes an issue with a recently added utility function.

New Functions:
* CERT_GetGeneralNameTypeFromString (This function was already added
  in NSS 3.16.2, however, it wasn't declared in a public header file.)

Notable Changes:
* The following 1024-bit CA certificates were Removed
  - Entrust.net Secure Server Certification Authority
  - GTE CyberTrust Global Root
  - ValiCert Class 1 Policy Validation Authority
  - ValiCert Class 2 Policy Validation Authority
  - ValiCert Class 3 Policy Validation Authority
* Additionally, the following CA certificate was Removed as
  requested by the CA:
  - TDC Internet Root CA
* The following CA certificates were Added:
  - Certification Authority of WoSign
  - CA 沃通根证书
  - DigiCert Assured ID Root G2
  - DigiCert Assured ID Root G3
  - DigiCert Global Root G2
  - DigiCert Global Root G3
  - DigiCert Trusted Root G4
  - QuoVadis Root CA 1 G3
  - QuoVadis Root CA 2 G3
  - QuoVadis Root CA 3 G3
* The Trust Bits were changed for the following CA certificates
  - Class 3 Public Primary Certification Authority
  - Class 3 Public Primary Certification Authority
  - Class 2 Public Primary Certification Authority - G2
  - VeriSign Class 2 Public Primary Certification Authority - G3
  - AC Raíz Certicámara S.A.
  - NetLock Uzleti (Class B) Tanusitvanykiado
  - NetLock Expressz (Class C) Tanusitvanykiado
2014-07-05 04:53:39 +00:00
dholland
73e270a978 Generate a correct error message, instead of referring to a variable
that gets changed on the next line.
2014-07-04 21:20:52 +00:00