1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
Commit Graph

2128 Commits

Author SHA1 Message Date
Erwin Lansing
b5f7ececf8 net/ppptraf: "author has abandoned this program" 2009-08-08 16:34:08 +00:00
Martin Wilke
4eede91cb4 Google::SAML::Request will parse (and, for the sake of completeness,
create) SAML requests as used by Google. Please note that
Google::SAML::Request is by no means a full implementation of the SAML
2.0 standard. But if you want to talk to Google to authenticate users,
you should be fine.

WWW:	http://search.cpan.org/dist/Google-SAML-Request/

PR:		ports/137444
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2009-08-05 12:25:02 +00:00
Martin Wilke
46dc595cbb Google::SAML::Response can be used to generate a signed XML document
that is needed for logging your users into Google using SSO.

You have some sort of web application that can identify and
authenticate users. You want users to be able to use some sort of
Google service such as Google mail.

When using SSO with your Google partner account, your users will send
a request to a Google URL. If the user isn't already logged in to
Google, Google will redirect him to a URL that you can define. Behind
this URL, you need to have a script that authenticates users in your
original framework and generates a SAML response for Google that you
send back to the user whose browser will then submit it back to
Google. If everything works, users will then be logged into their
Google account and they don't even have to know their usernames or
passwords.

WWW:	http://search.cpan.org/dist/Google-SAML-Response/

PR:		ports/137445
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2009-08-05 12:24:31 +00:00
Felippe de Meirelles Motta
c8cb3ab81e This module provides a perl interface to the Twitter APIs. It uses the
same API definitions as Net::Twitter, but without the extra bells and
whistles and without the additional dependencies. Same great taste,
less filling.

This module is related to, but is not part of the "Net::Twitter"
distribution. It's API methods and API method documentation are
generated from "Net::Twitter"'s internals. It exists for those who
cannot, or prefer not to install Moose and its dependencies.

WWW: http://search.cpan.org/dist/Net-Twitter-Lite/
2009-08-04 12:19:43 +00:00
Martin Wilke
546d58321e Getting network addresses from Python
It.s been irritating me for ages that it isn.t possible to
straightforwardly get the network address(es) of the machine
you.re running on from a Python program.

WWW:	http://alastairs-place.net/netifaces/

PR:		ports/137236
Submitted by:	Stanislav Svirid <count at 211.ru>
2009-07-29 14:12:44 +00:00
Martin Wilke
74c3376eb9 opentracker is a open and free bittorrent tracker project.
It aims for minimal resource usage and is intended to run
at your wlan router. Currently it is deployed as an open and
free tracker instance.

WWW: http://erdgeist.org/arts/software/opentracker/

PR:		ports/137130
Submitted by:	utisoft at gmail.com
2009-07-29 13:17:33 +00:00
Dmitry Marakasov
519072fe76 Dbeacon is a distributed multicast monitoring tool. The main purpose of a
beacon is to monitor other beacons' reachability and to collect statistics
such as loss, delay, and jitter between beacons.  Dbeacon supports both
IPv4 and IPv6 multicast and supports collecting information using both Any
Source Multicast (ASM) and Source-Specific Multicast (SSM).

WWW: http://fivebits.net/proj/dbeacon

PR:		136916
Submitted by:	Antonio Querubin <tony@lava.net>
2009-07-28 18:49:41 +00:00
Martin Wilke
a737a379dc Event::tcp is a bunch of glue code to make it very easy to build
client-server style TCP-based services.

WWW:	http://search.cpan.org/dist/Event-tcp/

Submitted by:	Frank Steinborn
2009-07-19 11:15:59 +00:00
Martin Wilke
999c1c17ca This module provides an interface the to Cassandra distributed
database. It uses the Thrift interface. This is changing rapidly and
supports the development version of Cassandra built from Subversion
trunk.

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

PR:		ports/136780
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2009-07-16 21:44:07 +00:00
Kris Moore
eeaaf041bc PC-BSD Networking Utilities
Includes GUI's for setting up and managing ethernet and wireless devices.

WWW: http://www.pcbsd.org/

Approved by:	miwi (mentor)
2009-07-14 21:25:40 +00:00
Martin Wilke
d0615c5484 Net::Rendezvous::Publish - publish Rendezvous services
WWW:	http://search.cpan.org/dist/Net-Rendezvous-Publish/

PR:		ports/136690
Submitted by:	TERAMOTO Masahiro <markun at onohara.to>
2009-07-13 07:41:02 +00:00
Timur I. Bakeyev
68ba860c28 Add samba4-devel port. 2009-07-12 19:41:56 +00:00
Dennis Herrmann
71e6c9d667 Rubytter is simple twitter library. Supports OAuth
and Implemented with API methods.

WWW:    http://github.com/jugyo/rubytter/tree/master
2009-07-12 13:13:01 +00:00
Bruce M Simpson
4f013d0fa9 Add a stub port to install the vendor-neutral
AMQP 0.8 XML specification in a fairly central place.
This is hard versioned like the autotools ports.
2009-07-05 00:31:30 +00:00
Bruce M Simpson
1e5447a9bc Add new port py-txamqp, an asynchronous-capable AMQP messing transport
module for Python/Twisted, by Esteve Fernandez.

Tested with RabbitMQ 1.6.0 on FreeBSD 7.2-STABLE, i386 and amd64, using
Esteve's example code here:
        http://fluidinfo.com/esteve/stuff/txamqp_consumer.py
        http://fluidinfo.com/esteve/stuff/txamqp_publisher.py

Note: The Thrift-in-AMQP support is not yet built as it depends on the
Thrift bindings for Python which need to be fixed.
2009-07-04 19:17:11 +00:00
Juergen Lock
b79f1aea40 This is a Linux Fedora 10 infrastructure port for...
OpenLDAP is a suite of Lightweight Directory Access Protocol (v3) servers,
clients, utilities and development tools.

This package includes the following major components:

 * slapd - a stand-alone LDAP directory server
 * LDIF tools - data conversion tools for use with slapd

This is the latest stable release of OpenLDAP Software for general use.

WWW: http://www.OpenLDAP.org/

Obtained from:	Peter Jeremy <peterjeremy@optushome.com.au>
2009-07-03 20:58:10 +00:00
Martin Wilke
6523a12cd1 p5::Jifty::Plugin::Authentication::Ldap is a LDAP Authentication Plugin
for p5-Jifty.

WWW:	http://search.cpan.org/dist/Jifty-Plugin-Authentication-Ldap/

PR:		ports/135558
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-06-19 05:34:14 +00:00
Renato Botelho
efde59074e GeoIP searches a GeoIP database for a given host or IP address, and
returns information about the country where the IP address is allocated.

This is a GeoIP implementation for rubygems

WWW:	http://geoip.rubyforge.org
2009-06-15 20:47:57 +00:00
Martin Wilke
c5c56c0611 - Disconnect net/p5-ZConf-BGSet 2009-06-15 20:30:18 +00:00
Martin Wilke
8378ab6259 - Disconnect net/p5-ZConf-Mail 2009-06-15 19:34:27 +00:00
Erwin Lansing
4edaeceb77 Remove net/openpbx.org as it has been marked BROKEN for over 2 years. 2009-06-13 19:53:56 +00:00
Erwin Lansing
cb72646662 Remove net/evolution-rss as it has been marked BROKEN for over 4 months. 2009-06-13 19:51:20 +00:00
Thomas Abthorpe
fb8553c316 - Link citrix_xenapp to the build 2009-06-12 20:24:28 +00:00
Dmitry Marakasov
cdbf23a172 Clamz is a little command-line program to
download MP3 files from Amazon.com's music
store. It is intended to serve as a
substitute for Amazon's official MP3
Downloader, which is not free software
(and therefore is only available in binary
form for a limited set of platforms.)

Clamz can be used to download either individual
songs or complete albums that you have purchased
from Amazon.

Text from http://code.google.com/p/clamz/.

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

PR:		135401
Submitted by:	Helko Glathe <glathe.helko@googlemail.com>
2009-06-10 15:41:41 +00:00
Edwin Groothuis
0f1a30b26b Curses based overview for the statistics generated by the Huawei
E169 3G USB modem. Please note that this requires at least FreeBSD
7.2 because it makes use of the u3g(4) driver.
2009-05-31 23:05:29 +00:00
Pav Lucistnik
351086c7cd - net/tftp-hpa and ftp/tftp-hpa are the same thing. Remove the one more
recently added.

Approved by:	maintainer
2009-05-31 20:59:51 +00:00
Martin Wilke
3117541723 This package helps you to encode and decode punycode strings easily.
WWW: http://pear.php.net/package/Net_IDNA/

PR:		ports/134962
Submitted by:	Michael Frey <frey at raum3.de>
2009-05-30 18:41:46 +00:00
Cy Schubert
a19335147f net/ntp is no longer in RC status. It has gone GA. 2009-05-23 04:21:24 +00:00
Warner Losh
37dbf4fe52 Firmware port for bwi driver. 2009-05-09 21:41:50 +00:00
Jose Alonso Cardenas Marquez
3ced25fd58 - New port: net/gambas2-gb-net
The gambas networking component
2009-05-09 01:04:00 +00:00
Dmitry Marakasov
086927bf87 Simpleproxy program acts as simple tcp proxy. It listens for local
socket, and any connection to this port will be forwarded to another
socket at remote host.

WWW: http://www.crocodile.org/software.html

PR:		134266
Submitted by:	pluknet <pluknet at gmail dot com>
2009-05-07 02:23:55 +00:00
Dennis Herrmann
9dcf393901 - Remove net/vnstati, use net/vnstat
Approved by:    tabthorpe (co-mentor)
2009-04-30 17:18:17 +00:00
Martin Wilke
4a4fdcec5f Grdc is a remote desktop client based on GTK+ and GNOME.
The Grdc GNOME applet:

 * A GNOME Desktop applet for easy-access of Grdc main features
 * List all remote desktop files and make the connection easily
 * Support remote desktop files grouping feature

WWW: http://grdc.sourceforge.net/

PR:		ports/133955
Submitted by:	Alexander Logvinov <ports at logvinov.com>
2009-04-26 23:45:29 +00:00
Greg Larkin
fdca9b7f02 The RightScale Flexiscale gem has been designed to provide a robust
interface to Flexiscale's existing API.

WWW:    http://rightaws.rubyforge.org/
2009-04-23 21:21:34 +00:00
Greg Larkin
a8d9f08b68 The RightScale Slicehost gem has been designed to provide a robust
interface to Slicehost's existing API.

WWW:    http://rightaws.rubyforge.org/
2009-04-23 21:21:16 +00:00
Greg Larkin
d2d8711830 The RightScale GoGrid gem has been designed to provide a robust
interface to GoGrid's existing API.

WWW:    http://rightaws.rubyforge.org/
2009-04-23 21:11:32 +00:00
Martin Wilke
6abfdf6db9 Grdc is a remote desktop client based on GTK+ and GNOME.
The Grdc main program:

 * A pure GTK+ 2.0 application!
 * Maintain a list of remote desktop files for most frequently used servers
 * Make quick connections by directly putting in the server name
 * Remote desktops with higher resolutions are scrollable/scalable in both
   window and fullscreen mode
 * Viewport fullscreen mode: remote desktop automatically scrolls when the
   mouse moves over the screen edge.
 * Floating toolbar in fullscreen mode, allows you to switch between modes,
   toggle keyboard grabbing, minimize, etc.
 * RDP protocol is supported by rdesktop; VNC protocol is supported by
   libvncclient; SSH tunneling is supported by libssh.

WWW: http://grdc.sourceforge.net/

PR:		ports/133673
Submitted by:	Alexander Logvinov <ports at logvinov.com>
2009-04-23 17:30:12 +00:00
Martin Wilke
5642db925b Socket::Class provides a simple, fast and efficient way to
communicate with sockets. It operates outside of the Perl
IO layer and can be used as a replacement to IO::Socket.
Little parts of Bluetooth technology has been integrated.

WWW:	http://search.cpan.org/dist/Socket-Class/

PR:		ports/133796
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-04-23 09:14:40 +00:00
Cheng-Lung Sung
e7b2e8d088 Net::GitHub - Perl Interface for github.com
http://github.com is a popular git host.

WWW:	http://search.cpan.org/dist/Net-GitHub/
2009-04-22 09:16:47 +00:00
Hajimu UMEMOTO
f0cb5f11b4 New port - p5-Net-INET6Glue
Make common modules IPv6 ready by hotpatching
2009-04-07 16:02:44 +00:00
Steven Kreuzer
5a3a432f12 Please welcome Net::OAuth::Simple
A simple Perl wrapper around the OAuth protocol

Approved by:	wxs (mentor)
2009-04-02 14:35:47 +00:00
Cy Schubert
31692c85b4 An ntp release candidate is now available. Port has been resurrected. 2009-04-01 00:10:23 +00:00
Martin Wilke
d568c421a2 2009-03-27 net/sipxcalllib: old version, needs updating
2009-03-27 net/sipxcommserverlib: old version, needs updating, and does not compile
2009-03-27 net/sipxconfig: depends on broken port net/sipxcommserverlib
2009-03-27 net/sipxmediaadapterlib: old version, needs updating
2009-03-27 net/sipxmedialib: old version, needs updating
2009-03-27 net/sipxpbx: depends on broken port net/sipxcommserverlib
2009-03-27 net/sipxproxy: depends on broken port net/sipxcommserverlib
2009-03-27 net/sipxportlib: old version, needs updating
2009-03-27 net/sipxpublisher: depends on broken port net/sipxcommserverlib
2009-03-27 net/sipxregistry: depends on broken port net/sipxcommserverlib
2009-03-27 net/sipxtacklib: old version, needs updating
2009-03-27 net/sipxvxml: old version, needs updating
2009-03-28 22:52:24 +00:00
Edwin Groothuis
0fa28722d2 Remove net/penguintv-devel since the development version has not
been used for a long long time.
2009-03-23 04:10:01 +00:00
Bruce M Simpson
7ac2945bce Add new port igmpproxy.
This is an IGMPv2 aware multicast forwarding proxy.
It cannot be run simultaneously with other multicast
routing daemons.

PR:		ports/130174
Submitted by:	Alexander Chernikov
2009-03-18 15:18:53 +00:00
Wesley Shields
d3475bbc71 PKtAnon performs network trace anonymization. It is highly configurable
and uses anonymization profiles. Anonymization profiles allow for
mapping of arbitrary anonymization primitives to protocol attributes,
thus providing high flexibility and easy usability. A huge number of
anonymization primitives and network protocols are supported and ready
to use for online and offline anonymization.

WWW:	http://www.tm.uka.de/software/pktanon/
2009-03-12 04:03:16 +00:00
Martin Wilke
0cea91c5c7 This module implements the encoding and decoding of the IPv6 layer.
RFC: 2460

WWW: http://search.cpan.org/dist/Net-Frame-Layer-IPv6/

PR:		ports/132448
Submitted by:	Mars G Miro <spry at anarchy.in.the.ph>
2009-03-11 16:40:48 +00:00
Martin Wilke
169e2af541 These modules implement the encoding and decoding of the ICMPv6 layer.
RFCs: 2463, 2461, 2460

WWW: http://search.cpan.org/dist/Net-Frame-Layer-ICMPv6/

PR:		ports/132445
Submitted by:	Mars G Miro <spry at anarchy.in.the.ph>
2009-03-11 16:40:07 +00:00
Li-Wen Hsu
63b5e60b89 Add istgt 20090223, an iSCSI target for FreeBSD 7.x with ZFS.
PR:		ports/132016
Submitted by:	Daisuke Aoyama <aoyama at peach.ne.jp>
2009-03-11 00:01:31 +00:00
Beat Gaetzi
c051a2080a It is new generation of TSOCKS.
Torsocks allows you to use most socks-friendly applications in
a safe way with Tor. It ensures that DNS requests are handled
safely and explicitly rejects UDP traffic from the application
you're using.

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

PR:		ports/131653
Submitted by:	Andrei Lavreniyuk <andy.lavr AT gmail.com>
Approved by:	miwi (mentor)
2009-03-08 13:57:27 +00:00