1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
Commit Graph

20871 Commits

Author SHA1 Message Date
Cheng-Lung Sung
0e8f9505bf - Update to 0.8.5 2011-10-31 01:34:54 +00:00
Chris Rees
3c16f745ed - Update to 1.0.7.1
- Re-enable MODSOUNDTOUCH-- no longer broken on amd64
- Add mod_zmq

PR:		ports/162143
Submitted by:	Richard E Neese <r.neese@gmail.com> (maintainer)
2011-10-30 19:31:57 +00:00
Andrej Zverev
a209c62bc6 The ZeroMQ module is a wrapper of the 0MQ message passing library for Perl.
It's a thin wrapper around the C API. Please read http://zeromq.org for more
details on ZeroMQ.

WWW:    http://search.cpan.org/dist/ZeroMQ/
2011-10-30 11:58:49 +00:00
Cheng-Lung Sung
a2288cce22 AnyMQ::AMQP is AnyMQ trait to work with AMQP servers.
WWW: http://search.cpan.org/dist/AnyMQ-AMQP/
2011-10-30 11:55:56 +00:00
Cheng-Lung Sung
7e2f79fedc AnyEvent::RabbitMQ is an AMQP(Advanced Message Queuing Protocol) client
library, that is intended to allow you to interact with AMQP-compliant
message brokers/servers such as RabbitMQ in an asynchronous fashion.

You can use AnyEvent::RabbitMQ to -

  * Declare and delete exchanges
  * Declare, delete, bind and unbind queues
  * Set QoS
  * Publish, consume, get, ack, recover and reject messages
  * Select, commit and rollback transactions

AnyEvnet::RabbitMQ is known to work with RabbitMQ versions 2.5.1 and
version 0-8 of the AMQP specification.

WWW: http://search.cpan.org/dist/AnyEvent-RabbitMQ/
2011-10-30 11:04:47 +00:00
Cheng-Lung Sung
f6034a52f1 This module implements the frame (de)serialization and representation
of the Advanced Message Queue Protocol (http://www.amqp.org/).

It is to be used in conjunction with client or server software that
does the actual TCP/IP communication. While it's being written with
AMQP version 0-8 in mind, as the spec is defined by an external xml
file, support for 0-9, 0-9-1 and eventually 0-10 is hoped for.

WWW:	http://search.cpan.org/dist/Net-AMQP/
2011-10-30 08:21:11 +00:00
Cheng-Lung Sung
1d85975c5a - Update to 0.40 2011-10-29 13:56:24 +00:00
Cheng-Lung Sung
a9bbc7e0b4 - Update to 0.61 2011-10-29 12:39:10 +00:00
Martin Wilke
01c8586ad0 - Fix build on FreeBSD 10 2011-10-29 10:39:40 +00:00
Martin Wilke
69a39f5f38 - Fix build on FreeBSD 10
Reported by:	pointyhat
2011-10-29 10:03:08 +00:00
Koop Mast
8e3f371244 Fix build on FreeBSD 10.
Approved by:	portmgr (miwi)
2011-10-29 09:37:46 +00:00
Sunpoet Po-Chuan Hsieh
d29b20b236 - Add rubygem-oauth2 0.5.1
OAuth2 is a Ruby wrapper for the OAuth 2.0 specification. This is a work in
progress, being built first to solve the pragmatic process of connecting to
existing OAuth 2.0 endpoints (a.k.a. Facebook) with the goal of building it up
to meet the entire specification over time.

WWW: https://github.com/intridea/oauth2
WWW: https://rubygems.org/gems/oauth2
2011-10-29 03:59:21 +00:00
Chris Rees
b2ef903783 Update to 1.0.7
PR:		ports/162059
Submitted by:	Richard Neese <r.neese@gmail.com> (maintainer)
2011-10-28 21:56:51 +00:00
Cheng-Lung Sung
250c73a74b - Update to 1.4.3 2011-10-28 10:08:42 +00:00
Cheng-Lung Sung
2afc66e56b - Update to 0.8.4 2011-10-28 03:29:36 +00:00
Cheng-Lung Sung
0153b38454 - Update to 1.4.2 2011-10-28 03:28:06 +00:00
Sunpoet Po-Chuan Hsieh
8c443d07e1 - Update to 1.2.2
Changes:	http://sourceforge.net/projects/phpldapadmin/files/phpldapadmin-php5/1.2.2/
PR:		ports/162065
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
2011-10-27 17:01:43 +00:00
Martin Wilke
49f39ecd21 - Update to 1.5.5 2011-10-27 14:10:21 +00:00
Martin Wilke
a780ddec3f - Update to 1.0.5 2011-10-27 14:07:18 +00:00
Dirk Meyer
0eb0396989 - update to 1.6
Submitted by:	Mikhail T.
2011-10-27 12:14:12 +00:00
Pav Lucistnik
e15827beb1 - Mark BROKEN: does not compile
param/pyparam_util.c: In function 'lp_from_py_object':
  param/pyparam_util.c:50: error: expected expression before 'struct'

Reported by:	pointyhat
2011-10-26 22:45:56 +00:00
Florian Smeets
f3afe41b9c - make this port fetchable again
- remove BROKEN/EXPIRY_DATE

PR:		ports/160272
Submitted by:	Eugene Grosbein <ports@grosbein.net> (maintainer)
2011-10-26 20:00:31 +00:00
Eitan Adler
be916c23ea radsecproxy is a generic RADIUS proxy that in addition to to usual RADIUS
UDP transport, also supports TLS (RadSec), as well as RADIUS over TCP and
DTLS. The aim is for the proxy to have sufficient features to be flexible,
while at the same time to be small, efficient and easy to configure.

WWW: http://software.uninett.no/radsecproxy/

PR:		ports/147943
Submitted by:	Honza Betik <honza@betik.cz>
Approved by:	bapt (mentor)
2011-10-26 18:44:49 +00:00
Steve Wills
d95cdefe12 - Mark MAKE_JOBS_UNSAFE as this fails to build with MAKE_JOBS enabled for me 2011-10-26 15:17:47 +00:00
Sunpoet Po-Chuan Hsieh
b1c42e9b23 - Mark DEPRECATED: Disappeared from CPAN
- Set EXPIRATION_DATE to 2011-11-26 (1 month later)
2011-10-26 11:11:26 +00:00
Sunpoet Po-Chuan Hsieh
62d8522a75 - Add p5-Net-Subnet 1.02
This is a simple but fast pure Perl module for determining whether a given IP
address is in a given set of IP subnets. It's iterative, and it doesn't use any
fancy tries, but because it uses simple bitwise operations on strings it's still
very fast.

All documented functions are exported by default.

Subnets have to be given in "address/mask" or "address/length" (CIDR) format.
The Socket and Socket6 modules are used to normalise addresses, which means that
any of the address formats supported by inet_aton and inet_pton can be used with
Net::Subnet.

WWW: http://search.cpan.org/dist/Net-Subnet/

PR:		ports/161335
Submitted by:	Henk van Oers <hvo.pm@xs4all.nl>
2011-10-26 11:08:02 +00:00
Cheng-Lung Sung
fc1029312a - Update to 0.21 2011-10-26 02:54:49 +00:00
Sunpoet Po-Chuan Hsieh
30b4c0bd5d - Update to 0.64
Changes:	http://search.cpan.org/dist/Net-SIP/Changes
2011-10-25 18:34:04 +00:00
Philippe Audeoud
aefd42fa12 - Update to 0.40
- Changelog: http://cpansearch.perl.org/src/RKITOVER/Net-SSH2-0.40/Changes
2011-10-25 12:58:52 +00:00
Ryan Steinmetz
6f21699b1b - Resolve launch error after previous update
- Bump PORTREVISION

Reported by:	navigium@grindcore.ch
2011-10-24 17:35:01 +00:00
Greg Larkin
c7af433997 - Fixed PHP code injection vulnerability by incorporating upstream patch
- Bumped PORTREVISION

  NOTE: VuXML ID to follow shortly

PR:		ports/161954
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Security:	http://packetstormsecurity.org/files/106120/phpldapadmin-inject.txt
Security:	http://sourceforge.net/tracker/?func=detail&aid=3417184&group_id=61828&atid=498546
2011-10-24 13:10:35 +00:00
Doug Barton
989772c9ac The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
2011-10-24 09:11:38 +00:00
Doug Barton
2b1dacc826 Remove more tags from pkg-descr files fo the form:
- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
2011-10-24 04:17:37 +00:00
Stanislav Sedov
422bce3414 - Return my ports back to the pool. I was unable to make any fixes to
my ports in the past 3 weeks while ports were broken on any 10.x
  machines, which means I'm unable to maintain them.  So let people know
  that there's no available support for them until things are back to
  normal (which also means that anyone with spare time will be able
  to fix them without getting approval).
2011-10-24 03:33:20 +00:00
Ryan Steinmetz
cc58fb0aa9 - Fix devfs test issue when running on FreeBSD 10.x. (FreeBSD prior to 7.x is
no longer supported, so this test is no longer needed)

Submitted by:	zi@FreeBSD.org
Approved by:	Douglas Thrift <douglas@douglasthrift.net> (maintainer)
2011-10-22 21:28:24 +00:00
Thierry Thomas
76112f209b Neubot is a research project on network neutrality of the NEXA Center for
Internet & Society at Politecnico di Torino. The project is based on a
lightweight open-source program that interested users can download and install
on their computers. The program runs in background and periodically performs
transmission tests with some test servers and with other instances of the
program itself. These transmission tests probe the Internet using various
application level protocols. The program saves tests results locally and uploads
them on the project servers. The collected dataset contains samples from various
Providers and allows to monitor network neutrality.

WWW: http://www.neubot.org/
2011-10-22 14:39:17 +00:00
Pawel Pekala
e429eeb987 Ldaptor is a pure-Python library that implements:
* LDAP client logic
    * separately-accessible LDAP and BER protocol message generation/parsing
    * ASCII-format LDAP filter generation and parsing
    * LDIF format data generation
    * Samba password changing logic

Also included is a web-based user interface to search and edit information in
an LDAP directory and a set of LDAP utilities for use from the command line.

WWW: http://github.com/antong/ldaptor

PR:		ports/157738
Submitted by:	Attila Nagy <bra@fsn.hu>
2011-10-22 13:34:42 +00:00
Ryan Steinmetz
b3735f5387 - Fix devfs test issue when running on FreeBSD 10.x. (FreeBSD prior to 7.x is no longer supported, so this test is no longer needed) 2011-10-22 13:31:31 +00:00
Pawel Pekala
e18894dad2 Update to version 0.5.18
PR:		ports/158897
Submitted by:	Jin-Sih Lin <linpct@gmail.com>
Approved by:	maintainer timeout
2011-10-22 10:27:23 +00:00
TAKATSU Tomonari
1bb05ce0f5 - Update to 1.1.2 2011-10-22 03:53:48 +00:00
Timur I. Bakeyev
c0f72da994 Use samba36 as a master port 2011-10-22 01:20:51 +00:00
Emanuel Haupt
a83a0744cb Mark BROKEN
Discussed with:	jadawin
Notified by:	pav
2011-10-21 13:56:36 +00:00
Ryan Steinmetz
ca2fb25c87 - Take maintainership per private email conversation with current maintainer 2011-10-21 13:42:24 +00:00
Timur I. Bakeyev
379e561e98 New version of net/samba36 port - 3.6.1. 2011-10-21 02:12:22 +00:00
Cy Schubert
25810fe893 Update 4.2.7p210 --> 4.2.7p225 2011-10-21 00:10:03 +00:00
Cy Schubert
96c581a284 Update 4.2.6p4-RC2 --> 4.2.6p5-RC1 2011-10-21 00:08:42 +00:00
Cy Schubert
560336c399 Update 4.2.6p3 --> 4.2.6p4 2011-10-21 00:06:38 +00:00
Jun Kuriyama
4f34e3a827 This module provide TCP-based MessagePack RPC server/client
implementation.

AnyEvent::MPRPC provide you a couple of export functions that are
shortcut of AnyEvent::MPRPC::Client and AnyEvent::MPRPC::Server.  One
is mprpc_client for Client, another is mprpc_server for Server.

WWW: http://search.cpan.org/dist/AnyEvent-MPRPC/
2011-10-20 03:21:17 +00:00
Ryan Steinmetz
344e4327c0 - Update to 4.2.3 2011-10-20 02:28:51 +00:00
Ryan Steinmetz
2967a2bfa8 - Bring back a patch to fix ntraceroute on 64-bit systems (this was missed whenever this port was revived)
- Bump PORTREVISION

Submitted by:	Gleb Kozyrev <gleb@gkoz.com>
Obtained from:	Bill Fenner <fenner@research.att.com>, ports/103988
2011-10-19 16:48:23 +00:00