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: 3252 (showing only 100 on this page)

[First Page]  «  16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26  »  [Last Page]

Tuesday, 18 Mar 2008
19:48 beech search for other commits by this committer
- Add legacy version for users of 5.x and 6.x

Skype is a free program that uses the latest P2P technology to bring
affordable and high-quality voice communications to people all over
the world.
Original commit
Tuesday, 11 Mar 2008
21:13 stas search for other commits by this committer
- Update enlightenment-devel and EFL libraries to the latest snapshot
- Deprecate old unsupported apps and modules (entice, devian, eveil, engage)
- Split evas and ecore to separate modules to handle dependencies properly
- Disable PAM in enlightenment-devel as it don't work anyway (requires root
  privilegies)
- Add DBUS support.

Thanks to:      az
Original commit
Monday, 10 Mar 2008
11:32 jadawin search for other commits by this committer
A module to simplify connecting up to a LDAP server.

WWW: http://search.cpan.org/~bronto/Net-LDAP-Express-0.11/

PR:             ports/121505
Submitted by:   Zane C, Bowers <vvelox at vvelox.net>
Approved by:    thierry@ (mentor)
Original commit
Thursday, 28 Feb 2008
01:07 miwi search for other commits by this committer
2007-11-22 x11-themes/indubstrial: yes
2008-01-14 x11-themes/gtk-smooth-engine: Redundant port (now included in
gtk-engines), no release since 2005
2007-09-21 security/amavis-perl: depends on misc/compat3x, which has security
problems
2007-12-31 sysutils/cdbakeoven: Abandonware
2008-01-04 net/gnu-finger: no active development and known security
vulnerabilities.
2007-11-16 misc/seizedesktop: development stalled for years, outdated,
unmaintained
Original commit
Monday, 25 Feb 2008
18:20 gabor search for other commits by this committer
Net::Google::AuthSub - Interact with sites that implement Google style AuthSub.

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

PR:             ports/120943
Submitted by:   Felippe de Meirelles Motta <lippemail at gmail.com>
Original commit
Friday, 22 Feb 2008
13:50 vanilla search for other commits by this committer
Add spnetkit, it's a C++ wrapper for BSD-style sockets.
Original commit
Tuesday, 19 Feb 2008
21:44 edwin search for other commits by this committer
freeradius-devel was removed but still in net/Makefile

PR:             ports/120846
Submitted by:   Yoshihiro Ota <ota@j.email.ne.jp>
Original commit
20:18 beech search for other commits by this committer
vnStat is a console-based network traffic monitor. It keeps a log of
hourly, daily and monthly network traffic for the selected interface(s).
However, it isn't a packet sniffer. The traffic information is analyzed
from the proc(5) filesystem. That way vnStat can be used even
without root permissions.

PR:             ports/120825
Submitted by:   Dennis Herrmann <adox at mcx2.org> (maintainer)
Original commit
Sunday, 17 Feb 2008
11:12 miwi search for other commits by this committer
This takes from a search and turns it into a hash.

The returned has is in the following format.

{DN}{ldap}{attribute}[array of values for this attribute]

The reason for the {ldap} is to allow for other values and
the like to be tagged onto a hash for a DN that are unrelated to LDAP.

This function does not make any attempt to check if the search succedded
or not.

WWW: http://search.cpan.org/dist/Net-LDAP-LDAPhash/

PR:             ports/120589
Submitted by:   Zane C, Bowers <vvelox at vvelox.net>
Original commit
10:38 miwi search for other commits by this committer
The Flow module provides the decoding function for NetFlow version 5,9
and IPFIX, and the encoding function for NetFlow version 9 and IPFIX.
It supports NetFlow version 9 (RFC3945) and NetFlow version 5
(http://www.cisco.com/) and IPFIX(draft-ietf-ipfix-protocol-26.txt).
Regretfully, it doesn't provide the full specification of IPFIX, yet.
It is future work. You can easily make the Flow Proxy, Protocol Converter
and Flow Concentrator by using the combination of both function. And also,
you can make the flexible Collector which can receive any Templates
by using the Storable perl module.

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

PR:             ports/120747
Submitted by:   Tsung-Han Yeh <snowfly at yuntech.edu.tw>
Original commit
Saturday, 16 Feb 2008
10:52 miwi search for other commits by this committer
rtpbreak detects, reconstructs and analyzes any RTP [rfc1889] session through
heuristics over the UDP network traffic. It works well with SIP, H.323, SCCP
and any other signaling protocol. In particular, it doesn't require the presence
of RTCP packets (voipong needs them) that aren't always transmitted from the
recent VoIP clients.

WWW:    http://xenion.antifork.org/rtpbreak/

PR:             ports/120728
Submitted by:   Prudhvi Krishna <prudhvikrishna at gmail.com>
Original commit
Thursday, 31 Jan 2008
10:15 edwin search for other commits by this committer
It all started when we got some new routers, which told me the
following when trying to upload configuration or download images
from it: The TFTP server doesn't support the blocksize option.

My curiousity was triggered, it took me some reading of RFCs and
other documentation to find out what was possible and what could
be done. Was plain TFTP very simple in its handshake, TFTP with
options was kind of messy because of its backwards capability: The
first packet returned could either be an acknowledgement of options,
or the first data packet.

Going through the source code of src/libexec/tftpd and going through
the code of src/usr.bin/tftp showed that there was a lot of duplicate
code, and the addition of options would only increase the amount
of duplicate code. After all, both the client and the server can
act as a sender and receiver.

At the end, it ended up with a nearly complete rewrite of the tftp
client and server. It has been tested against the following TFTP
clients and servers:

- Itself (yay!)
- The standard FreeBSD tftp client and server
- The Fedora Core 6 tftp client and server
- Cisco router tftp client
- Extreme Networks tftp client

It supports the following RFCs:

RFC1350 - THE TFTP PROTOCOL (REVISION 2)
RFC2347 - TFTP Option Extension
RFC2348 - TFTP Blocksize Option
RFC2349 - TFTP Timeout Interval and Transfer Size Options
RFC3617 - Uniform Resource Identifier (URI) Scheme and Applicability
          Statement for the Trivial File Transfer Protocol (TFTP)

It supports the following unofficial TFTP Options as described at
http://www.compuphase.com/tftp.htm:

blksize2 - Block size restricted to powers of 2, excluding protocol headers
rollover - Block counter roll-over (roll back to zero or to one)

From the tftp program point of view the following things are changed:

- New commands: "blocksize", "blocksize2", "rollover" and "options"
- Development features: "debug" and "packetdrop"

If you try this tftp/tftpd implementation, please let me know if
it works (or doesn't work) and against which implementaion so I can
get a list of confirmed working systems.

Author: Edwin Groothuis <edwin@FreeBSD.org>
Original commit
Sunday, 27 Jan 2008
20:25 clement search for other commits by this committer
- Remove net/cactid
Original commit
Friday, 25 Jan 2008
16:34 dinoex search for other commits by this committer
UPnP IGD client lightweight library

The usage of the miniUPnP client library is useful whenever an application
needs to listen for incoming connections.
Examples : P2P applications, FTP clients for active mode, IRC (for DCC)
or IM applications, network games, any server.

WWW: http://miniupnp.free.fr/
Original commit
Sunday, 20 Jan 2008
21:38 kuriyama search for other commits by this committer
OpenBSD's Relay Daemon (previously known as hoststated).

relayd is a daemon to relay and dynamically redirect incoming
connections to a target host. Its main purposes are to run as a
load-balancer, application layer gateway, or transparent proxy. The
daemon is able to monitor groups of hosts for availability, which is
determined by checking for a specific service common to a host group.

WWW: http://spootnik.org/relayd/

# This port will work on $OSVERSION >= 700049.
# If you want to use on RELENG_6, apply a patch in
#
http://www.openbsd.org/cgi-bin/cvsweb/src/sys/net/pf_table.c.diff?r1=1.67&r2=1.68
Original commit
Friday, 18 Jan 2008
20:57 beech search for other commits by this committer
- Add freeradius2

Approved by:    linimon (mentor)
Original commit
Saturday, 12 Jan 2008
16:40 miwi search for other commits by this committer
This module handles the SOAP protocol. The first implementation is SOAP1.1
(http://www.w3.org/TR/2000/NOTE-SOAP-20000508/), which is still most often
used. The SOAP1.2 definition (http://www.w3.org/TR/soap12/) is quite
different; this module tries to define a sufficiently abstract interface to
hide the protocol differences.
WWW:    http://search.cpan.org/dist/XML-Compile-SOAP/

PR:             ports/119421
Submitted by:   Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
Original commit
16:28 miwi search for other commits by this committer
A Net::Proxy object represents a proxy that accepts connections and then
relays the data transfered between the source and the destination.
The goal of this module is to abstract the different methods used to
connect from the proxy to the destination.
A proxy is a program that transfer data across a network boundary
between a client and a server. Net::Proxy introduces the concept of
"connectors" (implemented as Net::Proxy::Connector subclasses), which
abstract the server part (connected to the client) and the client part
(connected to the server) of the proxy.
This architecture makes it easy to implement specific techniques to
cross a given network boundary, possibly by using a proxy on one side of
the network fence, and a reverse-proxy on the other side of the fence.

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

PR:             ports/119301
Submitted by:   Philippe Audeoud <jadawin at tuxaco.net>
Original commit
Tuesday, 8 Jan 2008
14:55 lwhsu search for other commits by this committer
- Resurrect freeradius-devel and update to 2.0.0-pre2

PR:             ports/117161
Submitted by:   David Wood <david AT wood2.org.uk>
Original commit
Tuesday, 1 Jan 2008
11:52 ume search for other commits by this committer
New port - mpd-l2tp-ipv6pd-client

A sample implementaiton set of "L2TP-IPv6PD" client using mpd.
"OCN IPv6", provided by NTT Communications Corp, was the first
commercial tunnel service using "L2TP-IPv6PD".

NOTE: This port runs on FreeBSD 6.3 and later.  If you want to run it
on FreeBSD 6.2, you need to apply following diff to your ng_ksocket:

http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/netgraph/ng_ksocket.c.diff?r1=1.59&r2=1.60

WWW: http://www.ocn.v6.ntt.net/ocnipv6/pdf/ocnipv6uni_ver1.0.pdf
Original commit
Monday, 31 Dec 2007
17:23 lme search for other commits by this committer
dhcpcd is an RFC2131 compliant DHCP client.

WWW: http://dhcpcd.berlios.de

PR:             ports/119173
Submitted by:   Roy Marples <roy (AT) marples.name>
Original commit
Thursday, 27 Dec 2007
22:10 miwi search for other commits by this committer
- Connect net/tcptraceroute-devel
Original commit
Tuesday, 18 Dec 2007
01:53 vanilla search for other commits by this committer
Add netembryo 0.0.4, a network abstraction library used by for feng,
libnemesi, felix.

PR:             ports/117920
Submitted by:   Emmanuel Richiardone (err at tollari.org)
Original commit
Monday, 17 Dec 2007
23:29 miwi search for other commits by this committer
The European Installation Bus (EIB) is a field bus system for home and building
automation. This package contains the EIBnet/IP tunneling and routing daemon
which is part of the BCU SDK. It provides access to an EIB bus over TCP/IP and
Unix domain sockets.

WWW: http://www.auto.tuwien.ac.at/~mkoegler/index.php/eibd

PR:             ports/118471
Submitted by:   Björn König <bkoenig at alpha-tierchen.de>
Original commit
16:41 sem search for other commits by this committer
dhcprelya is a light DHCP relay agent written for Yandex company for
high loaded routers with tens interfaces and thousands hosts behind them.

It's fast and does not depend on any side library. Some ideas was
taken from Edwin's dhcprelay (net/dhcprelay) which has some shortages.

It's distributed under BSD license.
Original commit
01:43 araujo search for other commits by this committer
- Move sipp to new category benchmarks. [1]
- Update to 2.0.20071024. [2]

PR:             ports/117305 [1], ports/117463 [2]
Submitted by:   araujo [1], Artem Naluzhnyy <tut@nhamon.com.ua> (maintainer) [2]
Approved by:    stas (mentor, implicit)
Original commit
Sunday, 16 Dec 2007
19:33 marcus search for other commits by this committer
Add vinagre, a VNC viewer for the GNOME Desktop.

WWW: http://www.gnome.org/projects/vinagre/
Original commit
19:32 marcus search for other commits by this committer
Add gtk-vnc, a GTK+ VNC widget with C and Python bindings.

WWW: http://gtk-vnc.sourceforge.net/
Original commit
11:52 beech search for other commits by this committer
- New port prosearch-0.17.2
- File search and navigation system.

PR:             ports/116641
Submitted by:   Oleg Alexeenkov <proler@gmail.com> (maintainer)
Approved by:    linimon (mentor)
Original commit
Saturday, 15 Dec 2007
16:36 miwi search for other commits by this committer
AstManProxy is a multi-threaded proxy server for Asterisk written in
C/P-threads.
It is designed to handle communication with multiple Asterisk servers. It also
acts as a single point of contact for applications. AstManProxy supports
multiple input/output formats, including Standard, XML, CSV, and HTTP, HTTPS and
SSL.

WWW:            http://www.popvox.com/astmanproxy/
Author:         David C. Troy <dave@popvox.com>

PR:             ports/117864
Submitted by:   ditesh at gathani.org
Original commit
Friday, 14 Dec 2007
14:01 tobez search for other commits by this committer
Add net/p5-Net-IPTrie, a Perl module for building IPv4 and IPv6 address
space hierarchies.

Submitted by:   Matthew Luckie <mjl@luckie.org.nz>
Original commit
Wednesday, 12 Dec 2007
13:33 miwi search for other commits by this committer
This module provides a Perlish interface to Amazon SQS.

WWW:    http://search.cpan.org/~swhitaker/Amazon-SQS-Simple-0.5/

PR:             ports/117720
Submitted by:   Greg Larkin <glarkin at sourcehosting.net>
Original commit
13:30 miwi search for other commits by this committer
This module provides a Perlish interface to Amazon Elastic Compute Cloud.

WWW:    http://search.cpan.org/~jkim/Net-Amazon-EC2-0.04/

PR:             ports/117684
Submitted by:   Greg Larkin <glarkin at sourcehosting.net>
Original commit
13:29 miwi search for other commits by this committer
Perl module for check various parts of Uniform Resource Locators.

WWW:    http://search.cpan.org/dist/Test-URI/

PR:             ports/117679
Submitted by:   TAKAHASHI Kaoru <kaoru at kaisei.org>
Original commit
13:21 miwi search for other commits by this committer
This module provides a Perlish interface to Amazon Mechanical Turk.

WWW:    http://search.cpan.org/~mturk/

PR:             ports/117641
Submitted by:   Greg Larkin <glarkin at sourcehosting.net>
Original commit
12:45 miwi search for other commits by this committer
Net::GrowlClient provides a complete object oriented interface
to send Mac OS X Growl notifications across the network.

Author: Raphael ROULET <raphael@perl-auvergne.com>
WWW:    http://search.cpan.org/~castor/Net-GrowlClient/

PR:             ports/118184
Submitted by:   Masahiro Teramoto <markun at onohara.to>
Original commit
Thursday, 1 Nov 2007
11:26 beech search for other commits by this committer
- Drag from attic

Approved by:    portmgr (linimon, kris), sat (mentor)
Original commit
Sunday, 28 Oct 2007
19:43 pav search for other commits by this committer
- Update luasocket to 2.0.2, set luasocket port to lua 5.1
- Add lua 5.0 compatible slave port

PR:             ports/117168
Submitted by:   Andrew Turner <andrew+ports@fubar.geek.nz> (maintainer)
Original commit
Friday, 26 Oct 2007
19:58 ahze search for other commits by this committer
Qt 4 bindings to the avahi mDNS service discovery system.

WWW: http://www.avahi.org/
Original commit
Wednesday, 24 Oct 2007
23:37 marcus search for other commits by this committer
Presenting GNOME 2.20.1 and all related works for FreeBSD.  The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).

The FreeBSD GNOME team would also like to thank our various testers and
contributors:

Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)

PRs fixed in this release:

111272, 113470, 115995, 116338
Original commit
13:31 sem search for other commits by this committer
First public release of the mpd-5.x branch.
The main goal of this branch is to implement new
operation principles based on dynamic on-demand
links/bundles creation.

Repocopied from:        net/mpd4
Repocopied by:          marcus
Submitted by:           maintainer
Original commit
10:22 ijliao search for other commits by this committer
add p5-Net-OAuth 0.04
An implementation of the OAuth protocol
Original commit
Friday, 19 Oct 2007
03:05 alepulver search for other commits by this committer
- Resurrect net/unison-devel port.
- Add CONFLICTS to net/unison.

PR:             ports/116713
Submitted by:   Dan Pelleg <daniel+unison@pelleg.org>
Original commit
Tuesday, 16 Oct 2007
21:12 beech search for other commits by this committer
- No longer needed. Update pending to main port.

Approved by:    linimon (co-mentor)
Original commit
Thursday, 11 Oct 2007
16:17 vd search for other commits by this committer
Remove expired leaf ports:
2007-03-19 devel/qextmdi: is unfetchable, website disappeared
2007-06-01 net/rboot: The project is no longer under development, and has no
homepage
Original commit
Tuesday, 9 Oct 2007
15:56 miwi search for other commits by this committer
This package is an object-oriented interface for developing Trackback
clients and servers.

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

PR:             ports/116993
Submitted by:   Cory R. King <coryking at mozimedia.com>
Original commit
09:22 miwi search for other commits by this committer
libtrace is a library for trace processing. It supports multiple input methods,
including device capture, raw and gz-compressed trace, and sockets; and mulitple
input formats, including pcap and DAG.

WWW: http://research.wand.net.nz/software/libtrace.php

PR:             ports/117036
Submitted by:   Matt Peterson <matt at peterson.org>
Original commit
Monday, 8 Oct 2007
18:18 miwi search for other commits by this committer
liboping is a C library to generate ICMP echo requests, better known as
"ping packets". It is intended for use in network monitoring applications
or applications that would otherwise need to fork ping(1) frequently.
Included is a sample application, called oping, which demostrates the
library's abilities. It is like ping, ping6, and fping rolled into one.

WWW: http://verplant.org/liboping/

PR:             ports/116735
Submitted by:   Matt Peterson <matt at peterson.org>
Original commit
Friday, 5 Oct 2007
23:33 sat search for other commits by this committer
- Sort category Makefiles

Inspired by:    Jason Harris <jharris@widomaker.com>
Howto:          http://twiki.cenkes.org/Cenkes/SortingCategoryMakefiles
Original commit
Friday, 28 Sep 2007
12:26 edwin search for other commits by this committer
[NEW PORT] net/fping+ipv6: Quickly ping N hosts w/o flooding the
network - IPv6 version

        This is an IPv6 only version of fping. The fping with IPv6 patch cannot
handle
        IPv4 ping, therefore I think it is better to have two distinct port:
        fping - IPv4 only
        fping+ipv6 - IPv6 only

        Maintainer of fping also copied. He can maintain both port if he agrees.
        -------------------------------------------------

        A tool to quickly ping N number of hosts to determine their reachability
        without flooding the network.

        fping is different from ping in that you can specify any number of
        hosts on the command line, or specify a file containing the lists
        of hosts to ping. Instead of trying one host until it timeouts or
        replies, fping will send out a ping packet and move on to the next
        host in a round-robin fashion. If a host replies, it is noted and
        removed from the list of hosts to check. If a host does not respond
        within a certain time limit and/or retry limit it will be considered
        unreachable.

        Unlike ping, fping is meant to be used in scripts and its
        output is easy to parse.
        This is an IPv6 only version.

        WWW: http://www.fping.com/

        Generated with FreeBSD Port Tools 0.77

PR:             ports/112185
Submitted by:   Janos Mohacsi <janos.mohacsi@bsd.hu>
Original commit
Sunday, 23 Sep 2007
12:34 edwin search for other commits by this committer
[newport] net/yate-devel

        Newport: net/yate

        Yate is a telephony engine aimed at creating a telephony
        server that performs well enough to deal with PBX requirements
        and also flexible enough for complex Gateway and IVR
        solutions.

        WWW: http://YATE.null.ro/

PR:             ports/114814
Submitted by:   Balwinder S Dheeman <bdheeman@hotmail.com>
Original commit
01:19 ehaupt search for other commits by this committer
Add tftpgrab 0.2, a TFTP stream extractor.

PR:             116532
Submitted by:   Wesley Shields <wxs at atarininja.org>
Original commit
Tuesday, 18 Sep 2007
16:06 miwi search for other commits by this committer
2007-08-22 java/jdk11-doc: Obsolete version of jdk
2007-08-22 databases/java-sqlrelay: Depends on obsolete version of jdk
2007-08-22 mail/yuzu: Depends on obsolete version of jdk
2007-08-29 net/ng_netflow: already in base in all supported versions of FreeBSD
2007-08-22 java/jdk12-doc: Obsolete version of jdk
2007-08-22 japanese/netypesv: Depends on obsolete version of jdk
Original commit
08:02 miwi search for other commits by this committer
GSAMBAD is an easy to use GTK+ frontend for the SAMBA file and print
server. It features multiple local and remote user and group imports, on
the fly share creation and user handling, including randomization of
usernames and passwords. PDF printing to shared/private directories or
email. It also features three levels of domain management strategies.

WWW: http://gadmintools.org
Original commit
06:43 acm search for other commits by this committer
- New port: net/fpc-pcap

Free Pascal unit for libpcap library
Original commit
Monday, 17 Sep 2007
15:24 miwi search for other commits by this committer
A plugin for IRSSI which implements the SILC (Secure Internet Live
Conferencing) protocol.

WWW: http://www.silcnet.org

PR:             ports/115767
Submitted by:   Wesley Shields <wxs at atarininja.org>
Original commit
01:37 clsung search for other commits by this committer
NuSOAP is a rewrite of SOAPx4, provided by NuSphere and Dietrich
Ayala. It is a set of PHP classes - no PHP extensions required - that
allow developers to create and consume web services based on SOAP 1.1,
WSDL 1.1 and HTTP 1.0/1.1.

WWW:    http://sourceforge.net/projects/nusoap/

PR:             ports/116174
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
Original commit
Friday, 14 Sep 2007
03:02 linimon search for other commits by this committer
Remove ntp-stable.

Forgotten by:   cy
Original commit
Saturday, 8 Sep 2007
05:42 edwin search for other commits by this committer
New port: net/csocks SOCKS Client v4/v5 RFC Compliant with many features

        This is a port of csocks, A socks client with many features

        WWW: http://csocks.virtuale.org

PR:             ports/115265
Submitted by:   Raffaele De Lorenzo <raffaele.delorenzo@libero.it>
Original commit
Friday, 7 Sep 2007
23:29 edwin search for other commits by this committer
New port: net/gateway6 free IPv6 tunnel

        From README:

        TSP is a control protocol used to establish and maintain
        static tunnels. The Gateway6 Client is used on the host
        computer to connect to a tunnel broker using the TSP protocol
        and to get the information for its tunnel. When it receives
        the information for the tunnel, the Gateway6 client creates
        the static tunnel on its operating system.

        The Gateway6 Client code is mostly identical for all client
        platforms.  However, creating the static tunnel is operating
        system dependent and is done by a script called by the
        Gateway6 Client. These scripts are located under the template
        directory in the Gateway6 Client installation directory.

        The script executed by the Gateway6 Client to configure the
        tunnel interface is customized for each type of supported
        operating system and takes care of all specifics for the
        target operating system.  On Unix systems, it is a shell
        script. This separation of the binary and script enables
        fast and easy additions of new operating systems, as has
        been shown by the community contributions for many operating
        systems.

        WWW: http://www.go6.net/

PR:             ports/114544
Submitted by:   Michael Scholz <mike@fth-devel.net>
Original commit
Thursday, 6 Sep 2007
08:13 pav search for other commits by this committer
- Remove expired net/openbgpd-devel port; it's older than the non-devel one
Original commit
Tuesday, 28 Aug 2007
17:15 sat search for other commits by this committer
Add port net/gwhois:

gwhois is a generic whois client. It strives to know for all existing
tlds and all ip address range the appropiate whois server to ask. You
can simple call gwhois with a query for some domain or some ip and it
will ask the right server for you! It can even query webforms which
are unfortunately the only query type supported by many bad nics.

gwhois can also be used as a whois server. You can call it from the
inetd and make it accessable via a normal standard whois client. This
allows for example using a windows client and still make use of the
enhanced features of gwhois.

WWW: http://freshmeat.net/projects/gwhois/

Based on:       pkgsrc-wip, Gentoo Portage
Original commit
09:40 miwi search for other commits by this committer
This package consists of three classes which handles the encoding
and decoding of data in Bittorrent format. You can also extract
useful informations from .torrent files, create .torrent files
and query the torrent's scrape page to get its statistics.
PHP5 only.

WWW: http://pear.php.net/package/File_Bittorrent2/

PR:             ports/115891
Submitted by:   Zhen REN <bg1tpt at gmail.com>
Original commit
Monday, 27 Aug 2007
08:21 miwi search for other commits by this committer
- Connect net/openospfd
Original commit
Saturday, 25 Aug 2007
20:33 chinsan search for other commits by this committer
Add grsync 0.6, GTK frontend for rsync.

PR:             ports/115785
Submitted by:   Ganael Laplanche <ganael.laplanche at martymac.com>
Original commit
Thursday, 23 Aug 2007
12:18 miwi search for other commits by this committer
pyrad is a Python implementation of a RADIUS client as described in RFC2865.
It takes care of all the details like building RADIUS packets, sending them
and decoding responses.

WWW: http://www.wiggy.net/code/pyrad/

PR:             ports/115458
Submitted by:   Blaz Zupan <blaz at si.FreeBSD.org>
Original commit
Wednesday, 22 Aug 2007
06:20 edwin search for other commits by this committer
Remove obsolete port.
Original commit
Saturday, 11 Aug 2007
11:34 edwin search for other commits by this committer
[repocopy] net/py-rrdtool_lgpl -> databases/py-rrdtool_lgpl

        Follow the migration of net/rrdtool to databases/rrdtool

PR:             ports/114320
Submitted by:   Edwin Groothuis <edwin@freebsd.org>
Approved by:    maintainer timeout
Original commit
11:30 edwin search for other commits by this committer
[repocopy] net/php4-rrdtool -> databases/php4-rrdtool

        Follow the migration of net/rrdtool to databases/rrdtool

PR:             ports/114316
Submitted by:   Edwin Groothuis <edwin@freebsd.org>
Approved by:    mat@
Original commit
11:27 edwin search for other commits by this committer
[repocopy] net/p5-RRD-Simple -> databases/p5-RRD-Simple

        Chase the migration of net/rrdtool to databases/rrdtool

PR:             ports/114315
Submitted by:   Edwin Groothuis <edwin@freebsd.org>
Approved by:    chinsan@
Original commit
11:25 edwin search for other commits by this committer
[repocopy] net/p5-POE-Component-RRDTool -> databases/p5-POE-Component-RRDToo

        Chase the migration of net/rrdtool to databases/rrdtool

PR:             ports/114314
Submitted by:   Edwin Groothuis <edwin@freebsd.org>
Approved by:    maintainer timeout
Original commit
11:22 edwin search for other commits by this committer
[repocopy] net/jrobin -> databases/jrobin

        Chase the migration of net/rrdtool to databases/rrdtool

PR:             ports/114313
Submitted by:   Edwin Groothuis <edwin@freebsd.org>
Approved by:    maintainer timeout
Original commit
11:18 edwin search for other commits by this committer
[repocopy] move net/rrdtool10 to databases/rrdtool10

        Chase the move of net/rrdtool to databases/rrdtool. Since
        this is the same program, this one also has to be moved.

PR:             ports/114311
Submitted by:   Edwin Groothuis <edwin@freebsd.org>
Approved by:    lth@
Original commit
11:13 edwin search for other commits by this committer
[repocopy] net/smokeping -> databases/smokeping

        Based on the description of this port, it belongs more in
        net-mgmt than in net.

PR:             ports/114323
Submitted by:   Edwin Groothuis <edwin@freebsd.org>
Approved by:    lth@
Original commit
Wednesday, 8 Aug 2007
16:10 araujo search for other commits by this committer
- haproxy-devel added to ports/net/Makefile.

Submitted by:   erwin
Approved by:    erwin (portmgr, in mentor's absence)
Original commit
Sunday, 5 Aug 2007
20:59 miwi search for other commits by this committer
A package implemented of Pingback in PHP, able to sending and
receiving a pingback.

WWW: http://pear.php.net/package/Services_Pingback/
Original commit
Friday, 3 Aug 2007
08:48 clsung search for other commits by this committer
- add p5-Net-Twitter
twitter.com provides a web 2.0 type of ubiquitous presence.
This module allows you to set your status, as well as the statuses of
your friends.

You can view the latest status of Net::Twitter on it's own twitter
timeline at http://twitter.com/net_twitter

WWW:    http://search.cpan.org/dist/Net-Twitter/
Original commit
Wednesday, 1 Aug 2007
10:38 kevlo search for other commits by this committer
Initial import of ntlmaps 0.9.9.0.1

NTLM Authorization Proxy Server (APS) is a proxy software that allows you
to authenticate via an MS Proxy Server using the proprietary NTLM protocol.
Original commit
Friday, 27 Jul 2007
21:17 sem search for other commits by this committer
- New port: p5-Net-Ping

This module contains methods to test the reachability of remote
hosts on a network.  A ping object is first created with optional
parameters, a variable number of hosts may be pinged multiple
times and then the connection is closed.

WWW: http://search.cpan.org/dist/Net-Ping
Original commit
14:59 miwi search for other commits by this committer
This Cisco IPPhone module was created to provide a simple convenient
method to display Cisco IP Phone objects and gather input from a Cisco
7940 or 7960 IP Phone.  This module supports all known Cisco XML objects
for 7940 and 7960 phones.  Knowledge of Cisco XML syntax is not a
requirement.

This Perl module gives the ability to use simple PERL objects to display XML
on the IP Phone unlike to Cisco Software Development Kit (SDK) which uses
Microsoft IIS Server, ASP's, JSP's, Javascript, COM Objects, and requires
knowledge of XML syntax.

PR:             ports/114968
Submitted by:   Simun Mikecin < numisemis at yahoo dot com >
Original commit
Saturday, 14 Jul 2007
22:34 miwi search for other commits by this committer
- Remove jffnms after repocopy to net-mgmt
Original commit
Tuesday, 10 Jul 2007
01:54 clsung search for other commits by this committer
Twitter4R provides an object based API to query or update your Twitter
account via pure Ruby. It hides the ugly HTTP/REST code from your code.

WWW: http://twitter4r.rubyforge.org/
Original commit
Monday, 9 Jul 2007
03:08 marcus search for other commits by this committer
Remove gnet-glib2 as it has been replace by net/gnet2 for some time.
Original commit
Sunday, 8 Jul 2007
01:06 edwin search for other commits by this committer
[repocopy] net//php5-rrdtool -> databases//php5-rrdtool

        Follow the migration of net/rrdtool to databases/rrdtool

PR:             ports/114317
Submitted by:   Edwin Groothuis <edwin@freebsd.org>
Approved by:    Rick van der Zwet <rick@wzoeterwoude.net>
Original commit
00:56 edwin search for other commits by this committer
[repocopy] net/py-rrdpipe -> databases/py-rrdpipe

        Follow the migration of net/rrdtool to databases/rrdtool

PR:             ports/114318
Submitted by:   Edwin Groothuis <edwin@freebsd.org>
Original commit
00:51 edwin search for other commits by this committer
Follow the migration of net/rrdtool to databases/rrdtool

PR:             ports/114321
Submitted by:   Edwin Groothuis <edwin@freebsd.org>
Approved by:    Janos Mohacsi <mohacsi@niif.hu>
Original commit
00:47 edwin search for other commits by this committer
[repocopy] net/rubygem-rrdtool -> databases/rubygem-rrdtool

        Follow the migration of net/rrdtool to databases/rrdtool

PR:             ports/114322
Submitted by:   Edwin Groothuis <edwin@freebsd.org>
Approved by:    Konstantin Saurbier <saurbier@math.uni-bielefeld.de>
Original commit
Thursday, 5 Jul 2007
06:19 edwin search for other commits by this committer
First steps in a big migration:

    Move net/rrdtool to databases/rrdtool.

    It's an itch which needs to be scratched: net/rrdtool came from
    net/mrtg, which was a good location for it. net/mrtg has later
    been moved to net-mgmt/mrtg. net/rrdtool is "Round Robin Database
    Tools", therefor it's better if it moves to databases/rrdtool.
    Same with net/rrdtool10.

PR:             ports/112942
Submitted by:   Edwin Groothuis <edwin@mavetju.org>
Original commit
Tuesday, 3 Jul 2007
16:45 delphij search for other commits by this committer
Remove net/obnc: A new version of this port is available from base system.
Original commit
Saturday, 30 Jun 2007
10:39 vanilla search for other commits by this committer
Add p5-Net-SSH-Expect 0.05, SSH wrapper to execute remote commands.

PR:             ports/114147
Submitted by:   Tsung-Han Yeh <snowfly at yuntech.edu.tw>
Original commit
Saturday, 23 Jun 2007
09:50 vanilla search for other commits by this committer
Add spserver,
it's a tcp server framework library written in C++ based on libevent.
Original commit
Tuesday, 19 Jun 2007
20:26 miwi search for other commits by this committer
- Add net/pear-Net_URL2

Reported by:    erwin cron
Original commit
Monday, 18 Jun 2007
15:31 sat search for other commits by this committer
- Complete repomove of net/zabbix-agent to net-mgmt/zabbix-agent

PR:             ports/113658
Repocopy by:    marcus
Original commit
11:09 sem search for other commits by this committer
- Move net/cacti to net-mgmt category
- Fix format of previous line in MOVED (pointyhat to pav)

PR:             ports/113495
Submitted by:   edwin
Original commit
Monday, 11 Jun 2007
05:13 miwi search for other commits by this committer
RRDman is a set of utilities that manipulate the RRDtool database files.
Currently it consists of the following utilities:

    * rrd_hwreapply: Re-apply Holt-Winters prediction parameters to RRD data

RRDman is hosted as a subproject of RRFW

WWW:    http://rrfw.sourceforge.net/rrdman/

PR:             ports/113449
Submitted by:   Janos Mohacsi <janos.mohacsi at bsd.hu>
Original commit
Thursday, 7 Jun 2007
10:08 clsung search for other commits by this committer
Add py-s3cmd 0.9.2, unix-like tools to manipulate stored files from the
command line.

PR:             ports/112334
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
Original commit
Wednesday, 6 Jun 2007
21:45 miwi search for other commits by this committer
Iffinder is a tool for discover IP interfaces which belong to same
router.

WWW: http://www.caida.org/tools/measurement/iffinder/

PR:             ports/113288
Submitted by:   dikshie at sfc.wide.ad.jp
Original commit
14:13 naddy search for other commits by this committer
Remove obsolete net/sixxs-heartbeatd.  Please use net/sixxs-aiccu instead.

PR:             112443
Submitted by:   Craig Butler <craig001@lerwick.hopto.org>
Original commit
Monday, 4 Jun 2007
12:02 gabor search for other commits by this committer
Remove expired ports:

2007-05-15 devel/ups-debug: only runs on FreeBSD 4.X/386
2007-03-10 korean/han: Broken on all supported versions of FreeBSD
2007-05-11 net/tspc2: development is discontinued
Original commit
07:57 miwi search for other commits by this committer
Wackamole is an application that helps with making a cluster highly
available.

It manages a bunch of virtual IPs, that should be available
to the outside world at all times. Wackamole ensures that a single
machine within a cluster is listening on each virtual IP address
that Wackamole manages. If it discovers that particular machines
within the cluster are not alive, it will almost immediately ensure
that other machines acquire these public IPs.
At no time will more than one machine listen on any virtual IP.

Wackamole also works toward achieving a balanced distribution of
number IPs on the machine within the cluster it manages.

WWW:    http://www.backhand.org/wackamole/

PR:             ports/112368
Submitted by:   Marcin Cieslak <saper at system.pl>
Original commit

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

[First Page]  «  16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26  »  [Last Page]