1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
Commit Graph

301011 Commits

Author SHA1 Message Date
Martin Wilke
38d3ac6755 - Trim header 2013-05-29 08:14:48 +00:00
Martin Wilke
5efa8451a1 - Mark BROKEN fails to build 2013-05-29 08:08:54 +00:00
Emanuel Haupt
922010b579 Fix build on HEAD by adding USE_GCC=any (uses unicode in source code). 2013-05-29 07:46:48 +00:00
Emanuel Haupt
1c26962289 Fix build on HEAD by adding USE_GCC=any (uses nested functions). 2013-05-29 06:41:11 +00:00
Emanuel Haupt
bf6d30647a Update to 0.030 2013-05-29 06:24:41 +00:00
Emanuel Haupt
db4ca3c2e5 Update to 2.4.2 2013-05-29 06:15:49 +00:00
Emanuel Haupt
63fd5c1e26 Update to 293
Changelog:
http://invisible-island.net/xterm/xterm.log-contents.html#xterm_293
2013-05-29 06:08:05 +00:00
Martin Wilke
1a58e5eb63 - Update to 0.3a
PR:		179057
Submitted by:	Ports Fury
2013-05-29 05:30:58 +00:00
Martin Wilke
670eef5b96 - Update MASTER_SITES
- Add License
- Trim Header
- Add WWW
PR:		179056
Submitted by:	ports fury
2013-05-29 05:30:23 +00:00
Martin Wilke
59f42d83c0 - Update to 2.6.2
PR:		179055
Submitted by:	Ports Fury
2013-05-29 05:29:30 +00:00
Martin Wilke
f28515085f - Fix build with clang
- Support PORTDOCS/PLIST_FILES
- Add MAKE_JOBS_UNSAFE
- Trim header

PR:		179058
Submitted by:	Ports Fury
2013-05-29 05:28:26 +00:00
Martin Wilke
33fb7c4466 - Update MASTER_SITES
- Add LICENSE
- Add MAKE_JOBS_SAFE
- Support CC/CFLAGS properly
- Support STRIP properly

PR:		179059
Submitted by:	Ports Fury
2013-05-29 05:26:53 +00:00
Martin Wilke
727fa1d184 - Update to 6.2.05
PR:		179061
Submitted by:	Ports Fury
2013-05-29 05:25:49 +00:00
Martin Wilke
6931cd8505 - Update MASTER_SITES
- Add LICENSE
- Trim header
- OptionsNG

PR:		179062
Submitted by:	ports fury
2013-05-29 05:25:00 +00:00
Martin Wilke
6d87f42e78 - Update to 6.2.0
PR:		179064
Submitted by:	Ports Fury
2013-05-29 05:23:40 +00:00
Martin Wilke
01b1a609cc This is python module for RFC 5451 Authentication-Results Headers
generation and parsing.
It also supports Authentication Results extensions:

RFC 5617 DKIM/ADSP
RFC 6008 DKIM signature identification (header.b)
RFC 6212 Vouch By Reference (VBR)
draft-kucherawy-dmarc-base-00 DMARC

WWW: https://launchpad.net/authentication-results-python/

PR:		ports/177824
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2013-05-29 05:23:13 +00:00
Jason Helfman
0129a04b17 - adoption of optionsNG
- add trace options to ncurses{-deve}
- doc knob conversion in subversion{16}
- trim headers/comments
- eliminate some processing of bsd.port.pre.mk

Approved by:	portmgr (miwi)
2013-05-29 04:46:28 +00:00
Martin Wilke
88109113b6 Its ruby client for Tarantool Key-Value Storage
WWW: https://github.com/mailru/tarantool-ruby

PR:		ports/178624
Submitted by:	Gvozdikov Veniamin <g.veniamin@googlemail.com>
2013-05-29 00:47:41 +00:00
Martin Wilke
9215180e72 This is an implementation of MurmurHash3 - noncriptographic hash function.
WWW: https://github.com/funny-falcon/murmurhash3-ruby

PR:		ports/178623
Submitted by:	Gvozdikov Veniamin <g.veniamin@googlemail.com>
2013-05-29 00:46:26 +00:00
Martin Wilke
d07903a74d It is an implementation of Sumbur consistent spreading algorithm.
WWW: https://github.com/mailru/sumbur-ruby

PR:		ports/178622
Submitted by:	Gvozdikov Veniamin <g.veniamin@googlemail.com>
2013-05-29 00:44:15 +00:00
Martin Wilke
c3c6a5428a Wrapper for Mail.Ru simple network protocol IProto. Support 2 modes: block via
Ruby's TCPSocket and non block via EventMachine with fiblers. Wrapper used in
Tarantool ruby client and private libs.

WWW: https://github.com/mailru/iproto-ruby

PR:		ports/178621
Submitted by:	Gvozdikov Veniamin <g.veniamin@googlemail.com>
2013-05-29 00:42:21 +00:00
Martin Wilke
a0421aa4bf It is specialized versions of methods for working with binary data.
It were written cause:

- MRI's #pack and #unpack seems to be slow
- result of #pack is often appended to a string at the very next step.
- usually we need to drop unpacked string head

WWW: https://github.com/funny-falcon/bin_utils

PR:		ports/178619
Submitted by:	Gvozdikov Veniamin <g.veniamin@googlemail.com>
2013-05-29 00:40:56 +00:00
Martin Wilke
42b80a9144 - Update to 1.10
PR:		179007
Submitted by:	maintainer
2013-05-29 00:38:53 +00:00
Martin Wilke
59732b90e6 - Update to 2.33.0
PR:		179024
Submitted by:	Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
2013-05-29 00:37:44 +00:00
Martin Wilke
eabfefee87 Keyczar is an open source cryptographic toolkit designed to make it easier and
safer for developers to use cryptography in their applications. Keyczar supports
authentication and encryption with both symmetric and asymmetric keys. Some
features of Keyczar include:

* A simple API
* Key rotation and versioning
* Safe default algorithms, modes, and key lengths
* Automated generation of initialization vectors and ciphertext signatures
* Java, Python, and C++ implementations
* International support in Java (Python coming soon)

Keyczar was originally developed by members of the Google Security Team and is
released under an Apache 2.0 license.

WWW: http://www.keyczar.org/

PR:		ports/179025
Submitted by:	Douglas Thrift <douglas@douglasthrift.net>
2013-05-29 00:36:46 +00:00
Martin Wilke
ed807b4a4b SecretService provides a way to securely storing passwords and other secrets in
Python.

It uses DBus Secret Service API that is supported by GNOME Keyring (>= 2.30) and
KWallet (>= 4.8).

It allows to create new passwords, delete and search for passwords matching
given attributes. It also supports graphical prompts when unlocking is needed.

WWW: http://pypi.python.org/pypi/SecretStorage

PR:		ports/179026
Submitted by:	Douglas Thrift <douglas@douglasthrift.net>
2013-05-29 00:35:48 +00:00
Martin Wilke
1903f918c7 Pyfilesystem is a Python module that provides a simplified common interface to
many types of filesystem. Filesystems exposed via Pyfilesystem can also be
served over the network, or 'mounted' on the native filesystem.

Pyfilesystem simplifies working directories and paths, even if you only intend
to work with local files. Differences in path formats between platforms are
abstracted away, and you can write code that sand-boxes any changes to a given
directory.

WWW: http://code.google.com/p/pyfilesystem/

PR:		ports/179027
Submitted by:	Douglas Thrift <douglas@douglasthrift.net>
2013-05-29 00:34:17 +00:00
Martin Wilke
2c28023524 - Unbreak build
PR:		179031
Submitted by:	aaintainer
2013-05-29 00:32:37 +00:00
Brooks Davis
04519a73d5 Work around build problems on some systems running HEAD.
PR:		ports/178910
Obtained from:	pkgsrc
2013-05-28 20:28:03 +00:00
Antoine Brodin
a3f1ca63d6 Update dosage to 2.3
Approved by:	eadler, miwi (mentors, implicit)
2013-05-28 19:53:05 +00:00
Antoine Brodin
353f78ef1c Update pmd to 5.0.4
Pass maintainership to submitter

PR:		ports/173241
PR:		ports/177236
PR:		ports/178291
Submitted by:	Danilo Egea Gondolfo
Approved by:	miwi (mentor)
2013-05-28 19:41:51 +00:00
Antoine Brodin
e104b0d92c - Unbreak with clang using -Wno-error=return-type (this is old K&R code)
- Trim Makefile header
- Use PORT_OPTIONS PORTSDOC DATADIR
2013-05-28 19:38:34 +00:00
Jimmy Olgeni
9dc00938e7 Make fetchable again; upgrade to 8.1.11 while I'm here.
PR:		ports/178481
Submitted by:	John Marino <draco@marino.st>
2013-05-28 19:34:51 +00:00
Olivier Duchateau
eb06ec1446 rst2html5 generates HTML5 documents from standalone reStructuredText sources.
It's complet rewrite of the docutils rst2html.

WWW: https://bitbucket.org/andre_felipe_dias/rst2html5
2013-05-28 18:54:09 +00:00
Olivier Duchateau
c768a9ebe6 - Update to 0.2.4
ChangeLog: http://docs.wand-py.org/en/0.2-maintenance/changes.html#version-0-2-4
2013-05-28 18:43:36 +00:00
Sergey A. Osokin
ce83d20fd5 Update third-party rtmp module from 0.9.18 to 1.0.0. 2013-05-28 17:18:02 +00:00
Sergey A. Osokin
921fc968f7 Update third-party modules:
o) lua from 0.8.1 to 0.8.2;
o) srcache from 0.20 to 0.21.
2013-05-28 16:15:28 +00:00
Sergey A. Osokin
a6ced1ba93 Update from 3.0.19 to 4.0.4:
o) www/rubygem-passenger;
o) third-party passenger module for www/nginx and www/nginx-devel.
2013-05-28 16:03:07 +00:00
Steve Wills
fe65acf33b - Hopefully final update to the note about ruby, this way seems to work better 2013-05-28 15:54:09 +00:00
Brendan Fabeny
e80e131996 Update math/R to 3.0.1-patched, and adjust dependent ports;
synchronize math/rpy with upstream repository

Reviewed by:	wen
Approved by:	wen, tota
2013-05-28 15:15:05 +00:00
Steve Wills
e84a004d0c - Try again to fix the UPDATING entry for ruby. Thanks to bdrewery for the help. 2013-05-28 14:46:02 +00:00
Jase Thew
2b8774d2ca - Document znc null pointer dereference vulnerability. 2013-05-28 14:23:29 +00:00
Jase Thew
3b928a9984 - Add patch to fix null pointer dereferences in webadmin module
Reported by:	    Albert Kult (via email)
Obtained from:	    2bd410ee55
Security:	    19751e06-c798-11e2-a373-000c29833058
2013-05-28 14:21:35 +00:00
Martin Wilke
7ae9607313 - Trim header
- Convert to PEAR_AUTOINSTALl
2013-05-28 14:07:30 +00:00
Martin Wilke
1fd20eaf89 - Trim header
- Convert to PEAR_AUTOINSTALL
2013-05-28 14:06:46 +00:00
Sergey A. Osokin
5e85c19363 Add libeio - event-based fully asynchronous I/O library for C. 2013-05-28 14:06:14 +00:00
Martin Wilke
225ad50757 - Trim HEADER
- Convert to PEAR_AUTOINSTALL
2013-05-28 14:06:07 +00:00
Martin Wilke
87145b3084 - Convert to PEAR_AUTOINSTALL
- Trim header
2013-05-28 14:05:24 +00:00
Sergey A. Osokin
61b02a97a9 Update from 1.0.0 to 1.1.4.
Takeover maintainership.

Approved by:	Jacob Atzen <jatzen@gmail.com> (via private mail)
2013-05-28 13:52:49 +00:00
Martin Wilke
b039ce0762 - Update to 2.0.0
PR:		178868
Submitted by:	Ports Fury
2013-05-28 13:49:59 +00:00