notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: net/Makefile

Number of commits found: 3245 (showing only 100 on this page)

[First Page]  «  13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23  »  [Last Page]

Monday, 25 Oct 2010
01:41 timur search for other commits by this committer
PR:     148841
Fixed incomplete repocopy of net/nss_ldapd into net/nss-pam-ldapd
Original commit
Tuesday, 19 Oct 2010
00:28 pgollucci search for other commits by this committer
This module implements a scalable method of quickly propagating files
to a large number of servers in one or more locations via rsync or
scp.

This module and the included script, ccp, take a much more efficient
approach that is O(log n). Once the file(s) are been copied to a
remote server, that server will be promoted to be used as source
server for copying to remaining servers. Thus, the rate of transfer
increases exponentially rather than linearly.

Servers can be specified in groups (e.g. datacenter) to prevent
copying across groups. This maximizes the number of transfers done
over a local high-speed connection (LAN) while minimizing the number
of transfers over the WAN.

The number of multiple simultaneous transfers per source point is
configurable. The total number of simultaneously forked processes is
limited via Proc::Queue, and is currently hard coded to 32.

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

PR:             ports/151487
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
Original commit
Monday, 18 Oct 2010
12:48 garga search for other commits by this committer
Remove py-samba since it's not supported on samba 3.4 and samba3 is gone

2010-09-01 net/py-samba: Unsupported by the upstream. Please, consider to
upgrade.
Original commit
10:31 garga search for other commits by this committer
Remove expired ports:

2010-09-01 net/samba3: Unsupported by the upstream. Please, consider to upgrade.
2010-09-01 net/samba32: Unsupported by the upstream. Please, consider to
upgrade.
2010-09-01 net/samba33: Unsupported by the upstream. Please, consider to
upgrade.
Original commit
Thursday, 14 Oct 2010
11:36 garga search for other commits by this committer
Remove expired ports:

2010-10-14 devel/p5-P4: Depends of p5-P4-Client, which is DEPRECATED.
2010-01-08 devel/p5-P4-Client: has been broken for 11 months
2010-10-14 net-p2p/btpeer: Does not build with net/Sockets and is unmaintained.
2009-07-01 net-mgmt/net-snmp4: Use net-mgmt/net-snmp port instead
2010-10-14 net/gkrellm_snmp: Depends of net-snmp4, that is deprecated also and
will be removed soon.
2010-10-14 net/Sockets-devel: Older than net/Sockets and unmaintained.
Original commit
Sunday, 10 Oct 2010
05:56 kuriyama search for other commits by this committer
POEx::Role::TCPServer bundles up the lower level
SocketFactory/ReadWrite combination of wheels into a simple
Moose::Role. It builds upon other POEx modules such as
POEx::Role::SessionInstantiation and POEx::Types.

The events for SocketFactory for and for each ReadWrite instantiated
are methods that can be advised in any way deemed fit. Advising these
methods is actually encouraged and can simplify code for the consumer.

The only method that must be provided by the consuming class is
handle_inbound_data.

WWW: http://search.cpan.org/dist/POEx-Role-TCPServer/
Original commit
Friday, 8 Oct 2010
14:21 skreuzer search for other commits by this committer
- Add a new port: net/p5-Net-TcpDumpLog

Read tcpdump/libpcap network packet logs.

WWW:    http://search.cpan.org/dist/Net-TcpDumpLog/
Original commit
Sunday, 26 Sep 2010
08:48 wen search for other commits by this committer
sqtop is a console applicaton to display information about currently active
client connections for a Squid proxy in a convenient way.

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

PR:             ports/150313
Submitted by:   Marco Steinbach <coco@moehre.org>
Original commit
Friday, 24 Sep 2010
01:34 swills search for other commits by this committer
QT support for OAuth-powered network services

WWW:    http://wiki.github.com/ayoy/qoauth/

Approved by:    pgollucci (mentor)
Original commit
Thursday, 23 Sep 2010
02:36 pgollucci search for other commits by this committer
Dico is an implementation of DICT server (RFC 2229).  It is fully
modular: the daemon itself (dicod) provides only the server
functionality, but it knows nothing about database formats.  Actual
searches are performed by functions supplied in loadable modules.  A
single module can serve one or more databases.  The package includes
the following database modules: dictorg, guile, python, and outline.

WWW: http://www.gnu.org/software/dico/

PR:             ports/142504
Submitted by:   Goran Tal
Original commit
Tuesday, 21 Sep 2010
07:33 makc search for other commits by this committer
Connect knemo-kde4
Original commit
Tuesday, 14 Sep 2010
15:54 garga search for other commits by this committer
Remove expired port

2010-02-16 net/csup: is already included in base system of all supported
releases
Original commit
13:33 fjoe search for other commits by this committer
New port: The vblade is the virtual EtherDrive (R) blade, a program that
makes a seekable file available over an ethernet local area network (LAN)
via the ATA over Ethernet (AoE) protocol.

The seekable file is typically a block device like /dev/md0 but even
regular files will work.  Sparse files can be especially convenient.
When vblade exports the block storage over AoE it becomes a storage
target.  Another host on the same LAN can access the storage if it has
a compatible aoe kernel driver.
Original commit
13:30 fjoe search for other commits by this committer
New port: FreeBSD driver for ATA over Ethernet (AoE)

Port author is Stacey D. Son. Two additional patches are added:
- a patch to fix build on FreeBSD 7 and later [1]
- a patch to fix device detection >2TB [2]

Submitted by:   pluknet [1], fjoe [2]
Tested by:      George Mamalakis
Original commit
Thursday, 9 Sep 2010
09:56 pav search for other commits by this committer
Yconalyzer is a low-overhead pcap utility that provides a bird's eye
view of traffic on a particular TCP port, displaying a distribution of
duration, volume and throughput over all connections while being able
to narrow down to a connection as well.

WWW:    http://yconalyzer.sourceforge.net/

PR:             ports/150360
Submitted by:   Gea-Suan Lin <gslin@gslin.org>
Original commit
Wednesday, 8 Sep 2010
05:37 pgollucci search for other commits by this committer
2010-08-01 net-p2p/javadc: is ancient, unmaintained, works only with JDK 1.3, no
master site
2010-09-01 net/pathchar: has been broken for 2+ years, no sources available
2010-08-05 www/linux-nvu: NVU 1.0, released June 2005, is the last official
release of NVU.  Kompozer has picked up where NVU has left off. Please consider
using  /pr/www/kompozer instead
Original commit
05:25 pgollucci search for other commits by this committer
audio/audacious-crossfade||2010-09-08|Broken for 6+ months, unmaintained
audio/ecamegapedal||2010-09-08|Has expired: Abandonned since 2004, please use
audio/jack-rack or audio/creox instead.
comms/asmodem||2010-09-08|Broken for 6+ months, unmaintained
comms/ltmdm||2010-09-08|Broken for 6+ months, unmaintained
comms/yawmppp||2010-09-08|Broken for 6+ months, unmaintained
devel/p5-ORBit||2010-09-08|Broken for 6+ months, unmaintained
emulators/p-interp||2010-09-08|Broken for 6+ months, unmaintained
graphics/visionegg||2010-09-08|Broken for 6+ months, unmaintained
japanese/okphone||2010-09-08|Broken for 6+ months, unmaintained
java/openjit||2010-09-08|Broken for 6+ months, unmaintained
multimedia/xmps-win32-plugin||2010-09-08|Broken for 6+ months, unmaintained
net-mgmt/tknetmon||2010-09-08|Broken for 6+ months, unmaintained
net/arpd||2010-09-08|Broken for 6+ months, unmaintained
net/vomit||2010-09-08|Broken for 6+ months, unmaintained
sysutils/xwipower||2010-09-08|Broken for 6+ months, unmaintained
www/lws||2010-09-08|Broken for 6+ months, unmaintained

Reported by:    FreeBSD unmaintained ports which are currently marked broken
                monthly reminder
Original commit
03:44 swills search for other commits by this committer
Perl interface to RabbitMQ

WWW: http://search.cpan.org/~jesus/Net-RabbitMQ/

Approve by:     pgollucci (mentor)
Original commit
Wednesday, 1 Sep 2010
21:17 makc search for other commits by this committer
Connect cagibi
Original commit
Tuesday, 31 Aug 2010
23:13 garga search for other commits by this committer
Ressurrect net/Sockets-devel, removed this afternoon, net-p2p/btpeer depends of
it and because of this INDEX has BROKEN

Pointyhat to:   garga@
Original commit
15:24 garga search for other commits by this committer
Remove net/Sockets-devel, older than stable and unmaintained
Original commit
Thursday, 26 Aug 2010
13:12 bapt search for other commits by this committer
Net::Google::Code is a simple client library for projects hosted in
Google Code.

WWW: http://search.cpan.org/dist/Net-Google-Code/

PR:             ports/149985
Submitted by:   Frederic Culot <frederic at culot.org>
Approved by:    jadawin (co-mentor)
Original commit
Tuesday, 24 Aug 2010
03:37 lwhsu search for other commits by this committer
- Retire net/tintin++-devel

PR:             ports/146736
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> (maintainer)
Original commit
Sunday, 22 Aug 2010
13:00 lwhsu search for other commits by this committer
Add rubygem-net-ldap 0.1.1, pure Ruby LDAP support library with most
client features.

PR:             ports/149808
Submitted by:   Jyun-Yan You <jyyou at cs.nctu.edu.tw>
Original commit
03:41 lwhsu search for other commits by this committer
Add py-eventlet 0.9.9, concurrent networking library for Python.

PR:             ports/148828
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
Original commit
Wednesday, 18 Aug 2010
19:17 makc search for other commits by this committer
Connect rsplib
Original commit
Monday, 16 Aug 2010
19:02 arved search for other commits by this committer
Add x2goclient, QTversion of the x2go terminalserverclient
Original commit
18:12 acm search for other commits by this committer
- New port: net/fpc-ldap

Free Pascal interface to OpenLDAP

PR:             146001
Submitted by:   Christopher Key <cjk32 __ at _ cam.ac.uk>
Original commit
Thursday, 12 Aug 2010
20:20 ohauer search for other commits by this committer
PR:            14471
Submitted by:  Guerkan Karaman <gk.freebsd _at_ googlemail.com>
Approved by:   glarkin (mentor)

gPXE is an open-source PXE implementation and bootloader.

Create network booting code that allows computers to load
their operating system from a network or to extend an
existing PXE implementation with support for additional
protocols, such iSCSI, HTTP, TFTP, NFS, FTP and ATA
over Ethernet.

WWW: http://etherboot.org/wiki/index.php
Original commit
Wednesday, 11 Aug 2010
03:26 dougb search for other commits by this committer
Properly sort p5-IO-Socket-INET6
Original commit
Tuesday, 10 Aug 2010
03:33 nemoliu search for other commits by this committer
- Rename net/p5-IO-INET6 to net/p5-IO-Socket-INET6.

PR:     ports/148309
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Original commit
03:21 avl search for other commits by this committer
Remmina plugin for XDMCP protocol.

WWW: http://remmina.sourceforge.net/
Original commit
03:17 avl search for other commits by this committer
Remmina plugin for VNC protocol.

WWW: http://remmina.sourceforge.net/
Original commit
03:14 avl search for other commits by this committer
Remmina plugin for Telepathy support.

WWW: http://remmina.sourceforge.net/
Original commit
03:09 avl search for other commits by this committer
Remmina plugin for RDP protocol.

WWW: http://remmina.sourceforge.net/
Original commit
03:05 avl search for other commits by this committer
Localized messages for Remmina plugins.

WWW: http://remmina.sourceforge.net/
Original commit
02:56 avl search for other commits by this committer
Remmina is a remote desktop client written in GTK+, aiming to be useful for
system administrators and travellers, who need to work with lots of remote
computers in front of either large monitors or tiny netbooks. Remmina supports
multiple network protocols in an integrated and consistant user interface.

This metaport installs Remmina plugins for RDP, Telepathy, VNC and
XDMCP protocols.

WWW: http://remmina.sourceforge.net/
Original commit
Wednesday, 4 Aug 2010
20:00 ohauer search for other commits by this committer
PR:             ports/148997
Submitted by:   ohauer
Approved by:    glarkin (mentor)

Say helo to new port subnetcalc

SubNetCalc is an IPv4/IPv6 subnet address calculator. For given IPv4 or IPv6
address and netmask or prefix length, it calculates network address, broadcast
address, maximum number of hosts and host address range. The output is
colourized for better readability (e.g. network part, host part). Also, it
prints the addresses in binary format for better understandability.

Furthermore, it can identify the address type (e.g. multicast, unique local,
site local, etc.) and extract additional information from the address
(e.g. type, scope, interface ID, etc.). Finally, it can generate IPv6 unique
local prefixes.

WWW: http://www.iem.uni-due.de/~dreibh/subnetcalc/
Original commit
04:08 avl search for other commits by this committer
FreeRDP is a fork of the rdesktop project that intends to rapidly start moving
forward and implement features that rdesktop lacks the most.

Improvements:

 * Support for cursors on Windows Server 2008 R2
 * Support for bitmap caching, which provides a good performance boost
 * Support for Windows Server 2008 Terminal Services Session Broker Load
   Balancing
 * New keyboard input system based on the XKB database, providing better support
   for international keyboards

WWW: http://freerdp.sourceforge.net/
Original commit
Monday, 2 Aug 2010
20:55 lwhsu search for other commits by this committer
Add scribe 2.2, aggregating log data streamed in real time.

PR:             ports/148631
Submitted by:   Jui-Nan Lin <jnlin at csie.nctu.edu.tw>
Original commit
Wednesday, 28 Jul 2010
23:07 kuriyama search for other commits by this committer
Net::CIDR::MobileJP is an utility to detect an ip address is mobile
(cellular) ip address or not.

WWW: http://search.cpan.org/dist/Net-CIDR-MobileJP/
Original commit
Monday, 26 Jul 2010
23:23 marcus search for other commits by this committer
Remove this port now that avahi-app takes care of installing gir files.
Original commit
Wednesday, 14 Jul 2010
02:18 miwi search for other commits by this committer
Kwooty is a .nzb usenet binary downloader for KDE4.

It supports automatic file verifying/repairing
with par2 files and automatic .rar archive extraction.

WWW: http://kwooty.sourceforge.net/

PR:             ports/146780
Submitted by:   Mina R Waheeb <sycner at gmail.com>
Original commit
Friday, 2 Jul 2010
17:23 arved search for other commits by this committer
Add x2goclient, A client to connect to an x2go server.

Feature safe:   yes
Original commit
17:18 arved search for other commits by this committer
Add x2go nxproxy, a fork of the NoMachine nxproxy.
This program is used by the x2go client.

Feature safe:yes
Original commit
Monday, 28 Jun 2010
07:58 pav search for other commits by this committer
- Update to 1.2.3
- Provide ports for both ipv4 and ipv6 reincarnation

Submitted by:   Jiri Kubicek <jiri.kubicek@kraxnet.cz>
Feature safe:   yes
Original commit
Saturday, 19 Jun 2010
07:13 lwhsu search for other commits by this committer
Add googlecl 0.9.5, command line tools for the Google Data APIs.

Feature safe:   yes
Original commit
Saturday, 12 Jun 2010
01:11 wen search for other commits by this committer
Apache ActiveMQ is the most popular and powerful open source messaging
and Integration Patterns provider.

WWW:    http://activemq.apache.org

PR:             ports/147759
Submitted by:   Gvozdikov Veniamin <g.veniamin@googlemail.com>
Original commit
Friday, 11 Jun 2010
22:26 jpaetzel search for other commits by this committer
Add net/freeswitch-core, part of a revamp to the freeswitch ports

PR:     ports/145369
Submitted by:   Eric F Crist <ecrist@secure-computing.net>
Approved by:    itetcu@ (mentor)
Original commit
Wednesday, 9 Jun 2010
18:21 jacula search for other commits by this committer
This is a C-language AMQP client library for use with AMQP servers
speaking protocol versions 0-8 and 0-9-1. This port only speaks the
0-9-1 protocol version, for 0-8 use net/rabbitmq-c.

 - <http://www.rabbitmq.com/>
 - <http://www.amqp.org/>
 - <http://hg.rabbitmq.com/rabbitmq-c>

WWW: http://hg.rabbitmq.com/rabbitmq-c

PR:             ports/145260
Submitted by:   Geoff Garside <rabbitmq@geoffgarside.co.uk>
Approved by:    pgj (mentor)
Original commit
18:03 jacula search for other commits by this committer
This is a C-language AMQP client library for use with AMQP servers
speaking protocol versions 0-8 and 0-9-1. This port only speaks the
0-8 protocol version, for 0-9-1 use net/rabbitmq-c-devel.

 - <http://www.rabbitmq.com/>
 - <http://www.amqp.org/>
 - <http://hg.rabbitmq.com/rabbitmq-c>

WWW: http://hg.rabbitmq.com/rabbitmq-c

PR:             ports/145242
Submitted by:   Geoff Garside <rabbitmq@geoffgarside.co.uk>
Approved by:    pgj (mentor)
Original commit
00:15 wxs search for other commits by this committer
Remove isc-dhcp30* as they have been deprecated since March 2009.
Original commit
Monday, 7 Jun 2010
03:51 pgj search for other commits by this committer
Fast, memory-efficient, low-level socket functions that use
'Data.ByteString's instead of 'String's.

WWW: http://github.com/tibbe/network-bytestring
Original commit
Sunday, 6 Jun 2010
20:46 pgollucci search for other commits by this committer
Whois is an intelligent pure Ruby WHOIS client and parser.

It provides a flexible and programmable API to query WHOIS
servers and look up IP/domain WHOIS information. It also
offers command-line interface to run WHOIS queries from
the console.

It is a OS-independent library and does not require external
C libraries or Gems.

WWW: http://www.ruby-whois.org/
WWW: http://rubygems.org/gems/whois

PR:             ports/147563
Submitted by:   Eric Freeman <freebsdports at chillibear.com>
Original commit
Saturday, 5 Jun 2010
16:12 miwi search for other commits by this committer
Drive ssh or other interactive shell, local or remote (like 'expect')

WWW:    http://search.cpan.org/dist/IPC-Session/

PR:             ports/147286
Submitted by:   Alexander Kriventsov <avk at vl.ru>
Original commit
09:40 fjoe search for other commits by this committer
New ports:
- net/libfb - foneBRIDGE configuration library
- net/fonulator - foneBRIDGE configuration utility
Original commit
Monday, 24 May 2010
11:46 johans search for other commits by this committer
- Remove net/dgd-net as previously announced:
  all network functionality is now included in net/dgd
Original commit
Friday, 21 May 2010
21:44 pgj search for other commits by this committer
A very simple package providing a cross-platform means of determining
the hostname.

WWW: http://hackage.haskell.org/package/hostname
Original commit
Wednesday, 19 May 2010
12:10 pgj search for other commits by this committer
A system-independent interface for user-level packet capture.

WWW: http://hackage.haskell.org/package/pcap

PR:             ports/146655
Submitted by:   Ju Pengfei <jupengfei@gmail.com>
Original commit
Monday, 10 May 2010
02:24 miwi search for other commits by this committer
OnionCat creates a transparent IP layer on top of Tor's hidden services.
It transmits any kind of IP-based data transparently through the Tor
network on a location hidden basis.

You can think of it as a point-to-multipoint VPN between hidden services.

OnionCat is based on anonymizing transport layers like Tor.

WWW:    http://www.cypherpunk.at/onioncat/

PR:             ports/146433
Submitted by:   "ports@c0decafe.net" <ports@c0decafe.net>
Original commit
Thursday, 6 May 2010
20:24 wxs search for other commits by this committer
Welcome net/isc-dhcp41-server, net/isc-dhcp41-client and net/isc-dhcp41-relay
to the tree.

There's still a small bit of work to do including adding conflicts for the
existing DHCP ports (which should have been conflicting with each other
already) and add a 41-devel port so people can use the headers and libraries.
Original commit
Wednesday, 5 May 2010
12:58 tobez search for other commits by this committer
Add net/p5-Net-Appliance-Session 1.36, a Perl module that helps
to run command-line sessions to network appliances.
Original commit
12:29 tobez search for other commits by this committer
Add net/p5-Net-Appliance-Phrasebook 1.8, a Perl module that
implements a network appliance command-line phrasebook.
Original commit
11:20 tobez search for other commits by this committer
Add net/p5-Net-IRR 0.08, a Perl module that provides an interface to the
Internet Route Registry Daemon.
Original commit
Sunday, 2 May 2010
10:45 miwi search for other commits by this committer
2010-04-30 audio/py-flac: has been marked IGNORE for past 24 months
2010-02-20 databases/mysql-connector-java50: Old version: please use
databases/mysql-connector-java instead
2010-04-15 databases/p5-DBIx-Class-HTML-FormFu: This module is obsoleted by
www/p5-HTML-FormFu-Model-DBIC
2010-04-29 devel/py-rbtree: "does not build with new pyrex and it's not active
maintained"
2010-04-08 devel/tavrasm: No longer maintained, use devel/avra instead
2010-04-27 mail/postfix23: it's no longer maintened by upstream developer
2010-04-30 math/libgmp4: Use math/gmp instead.
2010-04-04 misc/ezload: does not build with new USB stack in 8-STABLE
2010-01-31 misc/gkrellmbgchg: use misc/gkrellmbgchg2
2010-03-04 multimedia/kbtv: no longer under development by author
2010-02-16 net/plb: broken; abandoned by author; use net/relayd or www/nginx
instead
2010-04-30 security/vpnd: This software is no longer developed
2010-03-15 textproc/isearch: abandoned upstream, uses an obsolete version of
GCC, not used by any other port
2010-04-02 www/caudium12: No longer maintained upstream, please switch to
www/caudium14
2010-03-08 www/p5-Catalyst-Plugin-Cache-FileCache: Deprecated by module author
in favor of www/p5-Catalyst-Plugin-Cache
Original commit
Saturday, 24 Apr 2010
11:50 miwi search for other commits by this committer
Bunny is an AMQP (Advanced Message Queuing Protocol) client, written in Ruby,
that is intended to allow you to interact with AMQP-compliant message
brokers/servers such as RabbitMQ in a synchronous fashion.

It is based on a great deal of useful code from amqp by Aman Gupta and Carrot
by Amos Elliston.

You can use Bunny to :
* Create and delete exchanges
* Create and delete queues
* Publish and consume messages

Bunny is known to work with RabbitMQ versions 1.5.4 and above with version 0-8
of the AMQP specification.

WWW: http://github.com/celldee/bunny

PR:             ports/145841
Submitted by:   renchap at cocoa-x.com
Original commit
Friday, 23 Apr 2010
23:45 dinoex search for other commits by this committer
- PHP 5.2 slave port
PR:             145772
Submitted by:   Alex Keda
Original commit
22:19 dinoex search for other commits by this committer
- PHP 5.2 slave port
PR:             145772
Submitted by:   Alex Keda
Original commit
22:18 dinoex search for other commits by this committer
- PHP 5.2 slave port
PR:             145772
Submitted by:   Alex Keda
Original commit
15:59 dinoex search for other commits by this committer
- PHP 5.2 slave port
PR:             145772
Submitted by:   Alex Keda
Original commit
Thursday, 22 Apr 2010
22:04 rene search for other commits by this committer
Add babeld 0.98, a distance-vector routing protocol.

PR:             ports/145861
Submitted by:   Hung-Yi Chen <gaod at hychen.org>
Approved by:    tabthorpe (mentor)
Original commit
Tuesday, 20 Apr 2010
22:11 sahil search for other commits by this committer
AnyEvent::Twitter::Stream - Receive Twitter streaming API in an event loop

WWW: http://search.cpan.org/dist/AnyEvent-Twitter-Stream/
Original commit
Thursday, 8 Apr 2010
06:16 wen search for other commits by this committer
Net::Traceroute::PurePerl implements traceroute(1) functionality for
perl5. It allows you to trace the path IP packets take to a destination.
It is implemented by using raw sockets to act just like the regular
traceroute.

You must also be root to use the raw sockets.

WWW: http://search.cpan.org/dist/Net-Traceroute-PurePerl

PR:             ports/145277
Submitted by:   Ju Pengfei <jupengfei@gmail.com>
Original commit
00:22 sylvio search for other commits by this committer
- aims to simplify the basic interactions with the Cassandra database.

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

PR:             ports/145436
Submitted by:   Gea-Suan Lin <gslin@gslin.org>
Approved by:    itetcu (mentor, implicit)
Original commit
Sunday, 4 Apr 2010
04:43 glewis search for other commits by this committer
. Split the kernel mudlib out of the main dgd port and into its own
  separate port (dgd-kernel) to put it on an equal footing with the
  other mudlib port (dgd-lpmud).  This also causes less update churn
  and reflects the current state of the distributions themselves.
Original commit
Friday, 2 Apr 2010
13:06 pav search for other commits by this committer
sslh lets one accept both HTTPS and SSH connections on the same port. It makes
it possible to connect to an SSH server on port 443 (e.g. from inside a
corporate firewall) while still serving HTTPS on that port.

WWW:    http://www.rutschle.net/tech/sslh.shtml

PR:             ports/145113
Submitted by:   Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
Original commit
05:21 kuriyama search for other commits by this committer
A superdaemon for hot-deploying server programs.

WWW: http://search.cpan.org/dist/Server-Starter/
Original commit
Monday, 29 Mar 2010
08:27 wen search for other commits by this committer
A Perl module for using Google Spreadsheets API.

WWW:    http://search.cpan.org/~danjou/Net-Google-Spreadsheets/

PR:             ports/145151
Submitted by:   Gunter Wambaugh <gunter@six-two.net>
Original commit
04:13 wen search for other commits by this committer
Net::Google::DataAPI is base implementations for modules to negotiate
with Google Data APIs.

WWW:    http://search.cpan.org/~danjou/Net-Google-DataAPI/

PR:             ports/145150
Submitted by:   Gunter Wambaugh <gunter@six-two.net>
Original commit
Monday, 8 Mar 2010
23:35 miwi search for other commits by this committer
Automatically figure out some server information automatically.

WWW: http://search.cpan.org/~vvelox/Net-LDAP-AutoServer/

PR:             ports/144087
Submitted by:   Zane C, Bowers <vvelox at vvelox.net>
Original commit
00:02 wen search for other commits by this committer
LimeLight Purge Service API.

WWW: http://search.cpan.org/dist/Net-LimeLight-Purge/

PR:             ports/144532
Submitted by:   Gea-Suan Lin <gslin@gslin.org>
Feature safe:   yes
Original commit
Wednesday, 3 Mar 2010
02:29 glarkin search for other commits by this committer
This is the client portion of the OpenMQ open-source Java Message
Service implementation.

PR:             ports/141412
Submitted by:   Radim Kolar <hsn at sendmail.cz>
Feature safe:   yes
Original commit
Tuesday, 2 Mar 2010
19:21 glarkin search for other commits by this committer
Open Message Queue is a complete message-oriented middle-ware
platform. High quality, enterprise ready messaging.

WWW:    https://mq.dev.java.net/

PR:             ports/141411
Submitted by:   Radim Kolar <hsn at sanatana.iol.cz>
Feature safe:   yes
Original commit
Sunday, 28 Feb 2010
03:25 wen search for other commits by this committer
Crypt::DH::GMP is a (somewhat) portable replacement to Crypt::DH,
implemented mostly in C.

Crypt::DH uses Math::BigInt, which is a very feature-full and fast
interface to perform high-precision math.

WWW: http://search.cpan.org/dist/Crypt-DH-GMP

PR:             ports/144344
Submitted by:   Andrey Kostenko <andrey@kostenko.name>
Feature safe:   yes
Original commit
Thursday, 25 Feb 2010
13:48 miwi search for other commits by this committer
You can use this Python module to convert amongst many different
notations and to manage couples of address/netmask in the CIDR
notation.

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

PR:             ports/144197
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
Feature safe:   yes
Original commit
12:47 sem search for other commits by this committer
2010-01-22 net/mpd: obsoleted, unsupported port. Use net/mpd4, net/mpd5 instead

Feature safe: yes
Original commit
Thursday, 18 Feb 2010
22:25 imp search for other commits by this committer
Add bwn-firmware-kmod to the mix.

Feature safe: yes
Original commit
Saturday, 13 Feb 2010
18:45 miwi search for other commits by this committer
Toonel.net exploits a tunneling technique combined with data compression.
It runs compressed data frames from toonel client to one of the toonel
servers and then these are forwarded to the target host. Reducing the
size of resources that are transferred between the server and the client
makes more efficient use of the user's bandwidth.

WWW:    http://toonel.net

PR:             ports/143552
Submitted by:   Gvozdikov Veniamin <g.veniamin at googlemail.com>
Original commit
Wednesday, 10 Feb 2010
16:27 bms search for other commits by this committer
Add new port jpcap, a Java JNI wrapper for libpcap.

Note: The Sourceforge version is bit-rotted. This has been tested
on amd64; there are no docs installed (yet).
Original commit
Friday, 5 Feb 2010
01:08 timur search for other commits by this committer
New 3.4.x branch of the Samba server. New features, new bugs :)
Original commit
Wednesday, 3 Feb 2010
04:52 kuriyama search for other commits by this committer
OAuth framework.

WWW: http://search.cpan.org/dist/OAuth-Lite/
Original commit
Tuesday, 2 Feb 2010
15:45 glarkin search for other commits by this committer
This is a port of IBM's Really Small Message Broker (RSMB). RSMB is a small
message broker that implements the MQTT protocol (http://mqtt.org/).

This port installs the Linux binary for use with the Linuxulator.

WWW: http://www.alphaworks.ibm.com/tech/rsmb

PR:             ports/140445
Submitted by:   Andrew Stevenson <andrew at ugh.net.au>
Original commit
Saturday, 23 Jan 2010
13:55 beat search for other commits by this committer
- Remove net/mugshot: No longer working, Mastersite disappeared and
  depends on obsolete www/firefox.

Approved by:    Ashish SHUKLA <wahjava AT gmail.com> (maintainer, via
                private mail)
Original commit
Wednesday, 20 Jan 2010
19:14 miwi search for other commits by this committer
2010-01-08 audio/dino: has been broken for 7 months
2010-01-08 devel/asis-gpl: has been broken for 3 months
2010-01-08 devel/florist-gpl: has been broken for 3 months
2010-01-08 devel/kdesvn: has been broken for 4 months
2010-01-08 devel/radrails: has been broken for 3 months
2010-01-08 devel/rubygem-rtags: has been broken for 5 months
2010-01-12 games/hattrickorganizer: Has been broken for quite some time
2010-01-08 games/laughingman: has been broken for 3 months
2010-01-08 devel/aunit: has been broken for 3 months
2010-01-18 devel/gdb53: has been broken for 3 months
2010-01-08 lang/ccscript: has been broken for 4 months
2010-01-08 lang/gnat-glade: has been broken for 3 months
2010-01-08 lang/xsb: has been broken for 6 months
2010-01-08 multimedia/nmm: has been broken for 3 months
2010-01-08 multimedia/sabbu: has been broken for 3 months
2010-01-08 net/adasockets: has been broken for 3 months
2010-01-08 textproc/bidiv: has been broken for 3 months
2010-01-08 textproc/xmlada-gps: has been broken for 3 months
Original commit
Monday, 18 Jan 2010
06:46 pgollucci search for other commits by this committer
- remove broken/expired ports@ ports

Approved by: portmgr (miwi)

audio/ccaudio||2010-01-18|Has expired: has been broken for 4 months
audio/py-libmpdclient||2010-01-18|Has expired: has been broken for 3 months
chinese/gbk2uni||2010-01-18|Has expired: has been broken for 6 months
chinese/iiimf-le-xcin||2010-01-18|Has expired: has been broken for 3 months
devel/adabindx||2010-01-18|Has expired: has been broken for 3 months
devel/agide||2010-01-18|Has expired: has been broken for 6 months
devel/asis||2010-01-18|Has expired: has been broken for 3 months
devel/callgrind||2010-01-18|Has expired: Included in devel/valgrind
devel/florist||2010-01-18|Has expired: has been broken for 3 months
editors/xml2rfc-xxe||2010-01-18|Has expired: has been broken for 4 months
graphics/gephex||2010-01-18|Has expired: has been broken for 3 months
graphics/irit||2010-01-18|Has expired: has been broken for 3 months
graphics/pixieplus||2010-01-18|Has expired: has been broken for 6 months
japanese/expect||2010-01-18|Has expired: has been broken for 3 months
lang/pnetc||2010-01-18|Has expired: has been broken for 5 months
mail/libnewmail||2010-01-18|Has expired: has been broken for 3 months
net-mgmt/flowscan||2010-01-18|Has expired: has been broken for 5 months
net/astmanproxy||2010-01-18|Has expired: has been broken for 3 months
palm/prc-tools||2010-01-18|Has expired: has been broken for 4 months
print/latex-msc||2010-01-18|Has expired: has been broken for 3 months
science/xloops-ginac||2010-01-18|Has expired: has been broken for 3 months
shells/bush||2010-01-18|Has expired: has been broken for 3 months
textproc/iiimf-gnome-im-switcher||2010-01-18|Has expired: has been broken for 4
months
textproc/iiimf-gtk||2010-01-18|Has expired: has been broken for 3 months
x11-toolkits/gtkada-devel||2010-01-18|Has expired: has been broken for 3 months
x11-toolkits/gtkada||2010-01-18|Has expired: has been broken for 3 months
x11-wm/ion-2||2010-01-18|Has expired: has been broken for 4 months
Original commit
Wednesday, 6 Jan 2010
21:45 mi search for other commits by this committer
udpxy is a UDP-to-HTTP multicast traffic relay daemon:
it forwards UDP traffic from a given multicast subscription
to the requesting HTTP client.

WWW: http://udpxy.sourceforge.net/

PR:             ports/ports/142223
Submitted by:   Alex Deiter <Alex.Deiter at Gmail.COM>
Original commit
Saturday, 26 Dec 2009
16:18 miwi search for other commits by this committer
This is a library to handle UPnP IGD port mapping.

WWW:    http://www.gupnp.org/
Original commit
16:18 miwi search for other commits by this committer
GUPnP-AV is a collection of helpers for building AV (audio/video)
applications using GUPnP.

WWW:    http://www.gupnp.org/
Original commit
16:17 miwi search for other commits by this committer
GUPnP-UI provides a collection of simple GTK+ widgets on top of GUPnP

WWW:    http://www.gupnp.org/
Original commit
13:54 miwi search for other commits by this committer
GUPnP implements the UPnP specification: resource announcement and discovery,
description, control, event notification, and presentation
(GUPnP includes basic web server functionality through libsoup).

WWW:    http://www.gupnp.org/
Original commit

Number of commits found: 3245 (showing only 100 on this page)

[First Page]  «  13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23  »  [Last Page]