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]  «  15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25  »  [Last Page]

Sunday, 15 Feb 2009
20:24 miwi search for other commits by this committer
A versitile background setter supporting random backgrounds
that uses ZConf as the setting storage backend.

zbgset - Background setter.
zbgset-admin - Manages the settings.

WWW: http://search.cpan.org/~vvelox/ZConf-BGSet/

PR:             ports/131517
Submitted by:   Zane C, Bowers <vvelox at vvelox.net>
Original commit
14:22 timur search for other commits by this committer
Rename sanba32-devel into samba32 to finish repocopy
Original commit
Saturday, 14 Feb 2009
21:33 cy search for other commits by this committer
Ntp is no longer in release candidate status. Remove the ntp-rc port.
Original commit
21:17 sobomax search for other commits by this committer
Add asterisk16 after repo-copy from net/asterisk. Some functions (e.g.
DAHDI support) are still missed and will be added on later date.
Original commit
Tuesday, 3 Feb 2009
22:38 miwi search for other commits by this committer
2009-01-19 games/emacs-chess: has been broken for more than 6 months
2009-02-01 devel/subversion-devel: Use devel/subversion or
devel/subversion-freebsd instead of this port
2009-01-19 devel/hs-hat: has been broken for more than 6 months
2009-01-19 devel/hs-hpl: has been broken for more than 6 months
2009-01-19 databases/mysqlbigram: has been broken for more than 6 months
2009-01-19 mail/claws-mail-clamav: has been broken for more than 6 months
2009-01-19 mail/sylpheed2-devel: has been broken for more than 6 months
2009-01-19 www/pecl-mnogosearch: has been broken for more than 6 months
2009-01-31 x11-fonts/mathfonts: This port was supported by Mozilla 1.8
(including Firefox 2.0) - to be replaced by  STIX fonts for Firefox 3.x
2009-01-19 x11-wm/fluxspace: has been broken for more than 6 months
2009-01-31 x11-wm/expocity: project has been abandoned
2009-01-19 x11/bbuname: has been broken for more than 6 months
2009-01-19 security/squidclam: has been broken for more than 6 months
2009-01-19 print/virtualpaper: depends on broken, expired port
2009-01-19 print/ifhp: has been broken for more than 6 months
2009-01-19 net-p2p/peercast: has been forbidden for more than 6 months
2009-01-19 palm/pdbc: has been broken for more than 6 months
2009-01-19 net-mgmt/NeTraMet: has been broken for more than 6 months
2009-01-19 net-im/sulci: has been broken for more than 6 months
2009-01-19 multimedia/mjpegtools-yuvfilters: has been broken for more than 6
months
2009-01-19 multimedia/helixplayer: has been broken for more than 6 months
2009-01-19 lang/quack: has been broken for more than 6 months
2009-01-19 misc/pybliographer: has been broken for more than 6 months
2009-01-19 net/versuch: has been broken for more than 6 months
2009-01-19 net/py-mantissa: has been broken for more than 6 months
2009-01-19 net/libunpipc: has been broken for more than 6 months
2009-01-19 net/gnometelnet: has been broken for more than 6 months
2009-01-19 net/gacxtool: depends on expired, broken port
2009-01-19 devel/py-coro: has been broken for more than 6 months
2009-01-19 chinese/stardict2-dict-zh_TW: has been broken for more than 6 months
2009-01-19 x11-themes/gtk-industrial-theme: has been broken for more than 6
months
Original commit
Monday, 26 Jan 2009
22:48 pgollucci search for other commits by this committer
- Fix INDEX
- relocate net/p5-IO-MultiPipe -> devel/p5-IO-MultiPipe

Pointhat:       me :(
Original commit
17:44 pgollucci search for other commits by this committer
This module implements various functions needed for making a ZConf backed mail
cleint. It also currently includes two small utilities, listed below.

zcmailcompose - Composes a mail message and sends it using the specified
 account.
zcgetmail - A getmail replacement using ZConf::Mail.

WWW: http://search.cpan.org/dist/ZConf-Mail/

PR:             ports/ports/130564
Submitted by:   Zane C, Bowers <vvelox at vvelox.net>
Original commit
17:44 pgollucci search for other commits by this committer
Normally if a part of a pipe fails, depending on the location, it won't
be detected. This breaks down a command involving pipes and runs each
command seperately.

It uses open3 to run each chunk of the pipe.

    use IO::MultiPipe;

    my $pipes = IO::MultiPipe->new();

    #This sets the pipe that will be run.
    $pipes->set('sed s/-// | sed s/123/abc/ | sed s/ABC/abc/');
    if ($pipes->{error}){
        print "Error!\n";
    }

    #'123-ABCxyz' through the command set above.
    my $returned=$pipes->run('123-ABCxyz');

WWW: http://search.cpan.org/~vvelox/IO-MultiPipe/

PR:             ports/ports/130563
Submitted by:   Zane C, Bowers <vvelox at vvelox.net>
Original commit
Friday, 23 Jan 2009
12:33 gerald search for other commits by this committer
Remove net/mpich.  It fails to build, does not have a maintainer, no
other port depends on it, and has been superseded by net/mpich2.

Discussed with: pav
Original commit
Thursday, 22 Jan 2009
00:54 kuriyama search for other commits by this committer
Add p5-URI-Template-Restrict 0.02, perl extension for restricted URI
Templates handler.
Original commit
Sunday, 18 Jan 2009
23:11 makc search for other commits by this committer
Add new port net/wpa_gui:

wpa_gui is a nice GUI frontend for wpa_supplicant tool.

WWW:    http://hostap.epitest.fi/wpa_supplicant/

PR:             ports/130347
Submitted by:   Ilya Bakulin <webmaster at kibab.com>
Approved by:    miwi (implicit)
Original commit
Thursday, 15 Jan 2009
12:03 miwi search for other commits by this committer
- Connect net/spread4
Original commit
Wednesday, 14 Jan 2009
06:44 acm search for other commits by this committer
- Now it's part of fpc-fcl-net
Original commit
06:23 acm search for other commits by this committer
- This unit was renamed to devel/fpc-fcl-async
Original commit
Tuesday, 13 Jan 2009
09:42 az search for other commits by this committer
Net::OpenSSH is a secure shell client package implemented on top of
OpenSSH binary client (ssh).
Original commit
Thursday, 8 Jan 2009
10:24 pav search for other commits by this committer
- Remove net/nvnet, it's been in base since FreeBSD 6.0
Original commit
Sunday, 28 Dec 2008
17:22 miwi search for other commits by this committer
The purpose of vnstati is to provide image output support for
statistics collected using vnstat(1). However, the image file
format is limited to png. All basic outputs of vnStat are
supported excluding live traffic features. The image can be
outputted either to a file or to standard output.

vnstati is the image output command for vnstat(1). It provides
png image file output from database files created using vnStat.

WWW:    http://humdi.net/vnstat/

PR:             ports/129994
Submitted by:   Dennis Herrmann <adox at mcx2.org>
Original commit
Monday, 22 Dec 2008
08:24 beech search for other commits by this committer
The FreeRADIUS Client is a framework and library for writing RADIUS
Clients which additionally includes radlogin, a flexible RADIUS aware
login replacement, a command line program to send RADIUS
authentication/authorisation requests and accounting records and a
utility to query the status of a RADIUS server.  All these programs are
based on a library which lets you develop a RADIUS-aware application in
less than 50 lines of C code. It is highly portable and runs on Linux,
many BSD variants and Solaris.

PR:             ports/129250
Submitted by:   netch at netch.kiev.ua
Original commit
Sunday, 14 Dec 2008
10:32 miwi search for other commits by this committer
Rubygem-oauth is a RubyGem for implementing both OAuth clients and
servers in Ruby applications.

WWW:    http://oauth.rubyforge.org/

PR:             ports/129514
Submitted by:   wenheping <wenheping at gmail.com>
Original commit
Sunday, 7 Dec 2008
20:36 miwi search for other commits by this committer
2008-09-19 japanese/escpf: Has been broken for more than 6 months
2008-09-19 java/java-gcj-compat: Has been broken for more than 6 months
2008-09-19 lang/screamer: Has been broken for more than 6 months
2008-10-01 misc/documancer: Unmaintained upstream
2008-09-19 misc/ipbt: Has been broken for more than 6 months
2008-10-13 multimedia/manslide: Use multimedia/smile instead
2008-09-19 net/globus4: Has been broken for more than 6 months
2008-09-19 net/p5-Parallel-MPI: Has been broken for more than 6 months
2008-01-28 net/p54u: website disappeared
2008-09-19 net-im/ginsu: Has been broken for more than 6 months
2008-09-19 net-p2p/py-kenosis-bittorrent: Has been broken for more than 6 months
2008-09-19 sysutils/sjog: Has been broken for more than 6 months
2008-09-19 textproc/Ebnf2ps: Has been broken for more than 6 months
2008-09-19 www/roxen: Has been broken for more than 6 months
2008-09-19 x11-fm/evidence: Has been broken for more than 6 months
Original commit
Saturday, 6 Dec 2008
15:33 miwi search for other commits by this committer
py-oauth is a python libarary for OAuth. OAuth is an open
protocol to allow API authentication in a simple and standard
method from desktop and web applications.

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

PR:             ports/129410
Submitted by:   Wen Heping <wenheping at gmail.com>
Original commit
Friday, 5 Dec 2008
14:05 skv search for other commits by this committer
Add p5-XML-RPC 0.8, pure Perl implementation for an XML-RPC client and
server.
Original commit
Thursday, 4 Dec 2008
19:51 miwi search for other commits by this committer
Proxies are special objects which serve as mostly-transparent wrappers
around another object, intervening in the apparent behavior of the
wrapped object only when necessary to apply the policy (e.g., access
checking, location brokering, etc.) for which the proxy is responsible.

WWW: http://pypi.python.org/pypi/zope.proxy

PR:             ports/129159
Submitted by:   Wen Heping <wenheping at gmail.com>
Original commit
Saturday, 29 Nov 2008
20:53 miwi search for other commits by this committer
pecl-oauth is a php interface to the oauth protocol.
Oauth is an authorization protocol built on top of
HTTP which allows applications to securely access
data without having to store usernames and passwords.

WWW: http://pecl.php.net/package/oauth/

PR:             ports/129167
Submitted by:   Wen Heping <wenheping at gmail.com>
Original commit
Sunday, 23 Nov 2008
16:28 miwi search for other commits by this committer
Sort::Key::IPv4
Sorts lists of objects by some property containing an IPv4 address

WWW: http://search.cpan.org/dist/Sort-Key-IPv4/
Original commit
Sunday, 9 Nov 2008
23:04 miwi search for other commits by this committer
Rubygem-macaddr is a cross platform mac address determination
for ruby.

WWW:    http://codeforpeople.com/lib/ruby

PR:             ports/128625
Submitted by:   Wen Heping <wenheping at gmail.com>
Original commit
Saturday, 8 Nov 2008
20:07 miwi search for other commits by this committer
LinKNX is a backend for controlling a KNX/EIB home and building automation
system. It connects to eibd which is part of the BCU SDK and keeps state of
KNX devices such as lamps, window blinds, heating and so on.
Furthermore it provides a powerful, rule-based event after treatment, e.g.
for switching other KNX devices, sending e-mail or SMS or executing a shell
command. You can configure and control the LinKNX daemon using an XML-style
protocol via TCP network socket or Unix domain socket.

WWW: http://linknx.sourceforge.net/

PR:             ports/128320
Submitted by:   Björn König <bkoenig at alpha-tierchen.de>
Original commit
20:00 miwi search for other commits by this committer
An interface for communicating with Twitter's public API.
Send status updates, fetch information, add friends, etc.

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

PR:             ports/128647
Submitted by:   Wen Heping <wenheping at gmail.com>
Original commit
Saturday, 25 Oct 2008
19:09 miwi search for other commits by this committer
The Perl 5 module Net::MAC allows you to
    - store a MAC address in a Perl object
    - find out information about a stored MAC address
    - convert a MAC address into a specified format
    - easily compare two MAC addresses for string or numeric equality

WWW: http://search.cpan.org/dist/Net-MAC/
Original commit
Friday, 24 Oct 2008
20:15 glarkin search for other commits by this committer
This module provides a Perlish interface to the Mosso CloudFiles
service.

WWW:    http://search.cpan.org/dist/Net-Mosso-CloudFiles/
Original commit
Wednesday, 15 Oct 2008
16:02 miwi search for other commits by this committer
Net_Nmap is a simple interface for Nmap, the
free and open source utility for network
exploration or security auditing.

Net_Nmap can be used to auto discovery hosts
and services in your network or simply to
parse Nmap XML output.

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

PR:             ports/128059
Submitted by:   Wen Heping<wenheping at gmail.com>
Original commit
Tuesday, 14 Oct 2008
18:49 lwhsu search for other commits by this committer
Add py-netaddr 0.5.2, a python library for the manipulation of network
address manipulation.

PR:             ports/128090
Submitted by:   Yi-Jheng Lin <yzlin at cs.nctu.edu.tw>
Original commit
Monday, 13 Oct 2008
12:01 edwin search for other commits by this committer
Sort isc-dhcp30-*
Add isc-dhcp31-*
Original commit
11:10 edwin search for other commits by this committer
Move isc-dhcp3-(server|client|relay) to isc-dhcp30-(server|client|relay)
to make space for the isc-dhcp31 and isc-dhcp40 servers of it.
Original commit
Sunday, 12 Oct 2008
11:37 miwi search for other commits by this committer
- Connect net/pear-XML_RPC2
Original commit
01:37 timur search for other commits by this committer
Add new experimantal version of Samba 3.2.4
Original commit
Saturday, 11 Oct 2008
14:51 miwi search for other commits by this committer
arp-scan is a command-line tool that uses the ARP
protocol to discover and fingerprint IP hosts on
the local network.

WWW:    http://www.nta-monitor.com/tools/arp-scan/

PR:             ports/127963
Submitted by:   Wen Heping <wenheping at gmail.com>
Original commit
Monday, 29 Sep 2008
18:49 bsam search for other commits by this committer
Seems that it's worth having this port for it's package:
% cd /exp/ports/net/unison-nox11
% make all-depends-list | wc -l
5
% cd /usr/ports/net/unison
% make all-depends-list | wc -l
198

PR:             ports/127117
Submitted by:   bsam
Original commit
07:49 miwi search for other commits by this committer
Subclassable and hostless URIs

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

PR:             ports/127658
Submitted by:   Oleg Mamontov <oleg at mamontov.net>
Original commit
Thursday, 25 Sep 2008
11:40 garga search for other commits by this committer
This is the old version of Socket, that is available inside perl, so, the port
isn't needed here, i've added it by mistake.

Now it's time to clean this removing the port.

Discussed with: tobez
Original commit
Tuesday, 23 Sep 2008
00:54 edwin search for other commits by this committer
tftp-hpa is an enhanced version of the BSD TFTP client and server.
It possesses a number of bugfixes and enhancements over the original.
It has been made portable and will work on pretty much any modern
Unix variant.

WWW: http://www.kernel.org/pub/software/network/tftp/

PR:             ports/127293
Submitted by:   Edwin Groothuis <edwin@mavetju.org>
Original commit
Sunday, 7 Sep 2008
03:52 mnag search for other commits by this committer
- Remove py-zsi-devel
Original commit
Thursday, 4 Sep 2008
12:10 jadawin search for other commits by this committer
Twitux is a very simple GNOME client for Twitter. It handles private
messages, friends and public timelines, and just sits in your tray bar
until until new messages arrive.

PR:             ports/126910
Submitted by:   Arnaud Berthomier
Thanks to:      miwi@
Original commit
Tuesday, 2 Sep 2008
09:36 chinsan search for other commits by this committer
- Connect xmlrpc-c-devel to build
Original commit
Saturday, 30 Aug 2008
01:20 amdmi3 search for other commits by this committer
A tool to measure bandwidth and response times between two
hosts using Internet Control Message Protocol (ICMP) echo
request/echo reply mechanism.

WWW: http://tclmon.vsi.ru/utils.php

PR:             126928
Submitted by:   Oleg Derevenetz <oleg at serv2 dot vsi dot ru>
Original commit
Wednesday, 27 Aug 2008
14:19 flz search for other commits by this committer
Add net/mono-zeroconf, a cross platform Zero Configuration Networking
library for Mono and .NET.
Original commit
Thursday, 14 Aug 2008
21:10 amdmi3 search for other commits by this committer
Wizd is serving all your media files (video, audio, photo...) to your
Syabas-based network player.

WWW:    http://wizd.sourceforge.net/

PR:             ports/125178
Submitted by:   Ayumi M <ayu at commun dot jp>
Original commit
Saturday, 9 Aug 2008
16:52 miwi search for other commits by this committer
The KDE FreeBSD team is proud to announce the release of KDE 4.1.0
for FreeBSD. The official KDE 4.1.0 release notes can be found at
http://www.kde.org/announcements/4.1/.

Some note:

* Prefix
KDE4 will be install into a custom prefixes namely ${LOCALBASE}/kde4.
KDE4 and KDE3 can co-exist

* Sound
For sound to work, it is necessary to have dbus and hal enabled
in your system. Please see the respective documentation on how
to enable these.

For more Informations see the HEADS UP at ports@ and kde-freebsd@
or our wiki page http://wiki.freebsd.org/KDE4/Install.

Have fun!
Original commit
Friday, 8 Aug 2008
03:36 cy search for other commits by this committer
Add new ntp release candidate (ntp-rc) slave port, using net/ntp as as
its master.
Original commit
Tuesday, 5 Aug 2008
23:06 timur search for other commits by this committer
Add new port, that installs only smbclient out of samba3 suite for ports,
that need only it's functionality instead of full net/samba3 port.

Submitted by:   garga
Original commit
17:01 lippe search for other commits by this committer
- Connect ladvd to the build.

Approved by:    gabor (mentor, implicit)
Original commit
Friday, 25 Jul 2008
08:46 bsam search for other commits by this committer
Skyfish saves the information being sent via the HTTP protocol to disk.
Allow filtering by type, file size and simultaneously listening several
network interfaces. It's possible  to grab sattelite internet traffic.

WWW: http://www.lissyara.su/?id=1677
- Surkov Andrey
nsand@sura.ru

PR:             ports/124218
Submitted by:   Nsand <nsand at sura.ru>
Original commit
Wednesday, 23 Jul 2008
08:12 pav search for other commits by this committer
- silky port has been deleted

Forgotten by:   wxs
Original commit
Tuesday, 22 Jul 2008
18:10 bsam search for other commits by this committer
A driver for DVB S-1401 PCI card. Written by paradox (http://paradox.org.ua/).
In this version of the driver there is no support of TV. Only data.

For additional information, see readme in source tarball

WWW: http://paradox.org.ua/

PR:             ports/124489
Submitted by:   Alex Keda <admin at lissyara.su>
Original commit
Monday, 14 Jul 2008
01:51 vanilla search for other commits by this committer
Add rabbitmq 1.3.0, rabbitMQ is an implementation of AMQP.

PR:             ports/125553
Submitted by:   Phillip Neumann <pneumann at gmail.com>
Original commit
Wednesday, 9 Jul 2008
12:20 edwin search for other commits by this committer
Net port: devel/p5-ZConf A configuration system allowing for either
file or LDAP backed storage.

        A configuration system allowing for either file or LDAP
        backed storage.

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

PR:             ports/124958
Submitted by:   "Zane C.B." <vvelox@vvelox.net>
Original commit
Thursday, 3 Jul 2008
07:16 beech search for other commits by this committer
- Remove p5-Chooser
Original commit
06:35 beech search for other commits by this committer
- New port p5-Chooser-1.1.6

- A system for choosing a value for something. Takes a string composed of
various
  tests, arguements, and etc and returns a value based on it.

PR:             ports/124956
Submitted by:   Zane C, Bowers <vvelox at vvelox.net>
Original commit
Sunday, 29 Jun 2008
11:04 miwi search for other commits by this committer
A Java native interface (JNI) to ICMP (ping), formerly a part of the base
OpenNMS package.

WWW: http://www.opennms.org/index.php/Jicmp

PR:             ports/124990
Submitted by:   Ryan T. Dean <rtdean at cytherianage.net>
Original commit
Saturday, 28 Jun 2008
22:42 miwi search for other commits by this committer
 Provides a methode for creating paths in LDAP simply.

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

PR:             ports/124951
Submitted by:   Zane C, Bowers <vvelox at vvelox.net>
Original commit
22:41 miwi search for other commits by this committer
Automatically make some default decisions some LDAP DNs and scopes.

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

PR:             ports/124952
Submitted by:   Zane C, Bowers <vvelox at vvelox.net>
Original commit
Thursday, 19 Jun 2008
15:28 flz search for other commits by this committer
Remove net/openospfd-devel as it has been unmaintained for a while.
Original commit
Wednesday, 18 Jun 2008
23:06 pav search for other commits by this committer
- Delete expired port net/vls: Development has been moved to multimedia/vlc
Original commit
23:02 pav search for other commits by this committer
- Delete expired port net/p5-Net-Z3950: does not compile with yaz 3.x,
  deprecated in favor of ZOOM-Perl (net/p5-Net-Z3950-ZOOM)
Original commit
23:00 pav search for other commits by this committer
- Delete expired port net/xarchie: No servers active anymore
Original commit
22:57 pav search for other commits by this committer
- Delete expired port net/archie: No servers active anymore
Original commit
22:55 pav search for other commits by this committer
- Delete expired net/apache-soap port: Development has been ceased, superseded
  by www/axis.
Original commit
Tuesday, 17 Jun 2008
05:52 sobomax search for other commits by this committer
Add rtpproxy - a high-performance RTP proxy server for the SIP
Express Router (SER) or OpenSER.
Original commit
Friday, 13 Jun 2008
23:41 wxs search for other commits by this committer
Add httpry:

"httpry is a specialized packet sniffer designed for displaying and logging
HTTP traffic. It is not intended to perform analysis itself, but to capture,
parse, and log the traffic for later analysis. It can be run in real-time
displaying the traffic as it is parsed, or as a daemon process that logs to an
output file. It is written to be as lightweight and flexible as possible, so
that it can be easily adaptable to different applications."

WWW: http://dumpsterventures.com/jason/httpry/

Submitted by:   Richard Bejtlich (private mail)
Original commit
02:37 edwin search for other commits by this committer
[NEW PORT] net/tn5250j: A 5250 terminal emulator for the AS/400 written in Java

        A feature-rich graphical Telnet 5250 emulator written in Java.

        WWW:    http://tn5250j.sourceforge.net/

PR:             ports/124537
Submitted by:   Marcin Cieslak <saper@system.pl>
Original commit
Thursday, 5 Jun 2008
22:01 miwi search for other commits by this committer
This module allows easy access to Feeds, Presences and Users at jaiku.com.
It requires an API key retreivable from http://api.jaiku.com/ for each
username you wish to authenticate.

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

PR:             ports/124242
Submitted by:   Ying-Chieh Liao <ijliao at csie.nctu.edu.tw>
Original commit
01:44 wxs search for other commits by this committer
This is a port of ptpd, the Precision Time Protocol, which is an
implementation of IEEE 1588.

http://ptpd.sourceforge.net/

Submitted by:   gnn (private mail/IRC)
Approved by:    garga (mentor, implicit)
Original commit
Tuesday, 3 Jun 2008
18:04 bsam search for other commits by this committer
SkyStar2 driver. Written by paradox (http://paradox.org.ua/)

For additional information (in Russian), see end of
http://forum.lissyara.su/viewtopic.php?t=622

WWW: http://paradox.org.ua/
Original commit
08:16 miwi search for other commits by this committer
The goal of the GNOME Online Desktop is to adapt the desktop to become
the perfect window for online applications like GMail, Photobucket,
Facebook, EBay, Wikipedia, and countless others that user and
developer momentum is shifting towards.

WWW:    http://live.gnome.org/OnlineDesktop

PR:             ports/124198
Submitted by:   Ashish Shukla <wahjava at gmail.com>
Original commit
Saturday, 31 May 2008
15:19 lwhsu search for other commits by this committer
Add p5-BBS-Client 0.03, a Client Module For BBS Systems.

PR:             ports/124129
Submitted by:   Yi-Jheng, Lin <yzlin at cs.nctu.edu.tw>
Original commit
Friday, 30 May 2008
21:50 miwi search for other commits by this committer
Engine providing live updates of online data to the desktop.

WWW:    http://ftp.gnome.org/pub/GNOME/sources/desktop-data-model/

PR:             ports/124078
Submitted by:   Ashish Shukla <wahjava at gmail.com>
Original commit
14:13 garga search for other commits by this committer
Daemon::Generic provides a framework for starting, stopping, reconfiguring
daemon-like programs. The framework provides for standard commands that work
for as init.d files and as apachectl-like commands.

Programs that use Daemon::Generic subclass Daemon::Generic to override its
behavior. Almost everything that Genric::Daemon does can be overridden as
needed.

WWW:    http://search.cpan.org/dist/Daemon-Generic/

PR:             ports/124133
Submitted by:   BluePex Security Solutions <freebsd-ports at bluepex.com>
Original commit
14:12 garga search for other commits by this committer
This module is just a translation of the C socket.h file. Unlike the old
mechanism of requiring a translated socket.ph file, this uses the h2xs program
(see the Perl source distribution) and your native C compiler. This means
that it has a far more likely chance of getting the numbers right. This includes
all of the commonly used pound-defines like AF_INET, SOCK_STREAM, etc.

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

PR:             ports/124132
Submitted by:   BluePex Security Solutions <freebsd-ports at bluepex.com>
Original commit
Tuesday, 27 May 2008
09:01 miwi search for other commits by this committer
- Connect net/pear-Net_LDAP2 to the build
Original commit
Thursday, 15 May 2008
15:08 gahr search for other commits by this committer
- New port: jrdesktop

jrdesktop is an open source software for viewing and/or controlling
a remote PC. Besides then screenshots, keyboard and mouse events transfer,
jrdesktop includes many additional features (file transfer, data compression,
color conversion, ...).

http://jrdesktop.sourceforge.net/

Approved by:    miwi (mentor)
Original commit
Thursday, 8 May 2008
11:07 vsevolod search for other commits by this committer
Add perl client for beanstalkd, in-memory workqueue daemon.

Submitted by:   Anton Yuzhaninov <citrin @ citrin.ru> via private email
Original commit
Saturday, 3 May 2008
09:20 jadawin search for other commits by this committer
scnc is a SSL Capable Netcat with SSL support, TCP and UDP
proxying and IPV4/IPV6 proxying features.

WWW: http://gomor.org/bin/view/GomorOrg/SslNetcat

PR:             ports/123300
Submitted by:   Sofian Brabez <sbrabez at gmail.com>
Approved by:    tabthorpe (mentor)
Original commit
Friday, 2 May 2008
03:18 beech search for other commits by this committer
- New port rubygem-rightaws-1.7.1

RightScale's AWS gems provide robust, fast, and secure Ruby interfaces
to Amazon EC2, Amazon S3, Amazon SQS, and Amazon SDB. The gems use
Amazon's REST and query interfaces to provide full programmatic
control. An optional robust HTTP layer retries and clears transient
errors.

PR:             ports/123315
Submitted by:   Greg Larkin <glarkin at sourcehosting.net>
Original commit
02:57 beech search for other commits by this committer
- New port rubygem-righthttpconnection-1.2.1

RightScale's AWS gems provide robust, fast, and secure Ruby interfaces
to Amazon EC2, Amazon S3, Amazon SQS, and Amazon SDB. The gems use
Amazon's REST and query interfaces to provide full programmatic
control. An optional robust HTTP layer retries and clears transient
errors.

PR:             ports/123314
Submitted by:   Greg Larkin <glarkin at sourcehosting.net>
Original commit
Wednesday, 30 Apr 2008
14:13 clsung search for other commits by this committer
REST::Google -
This module provides OO interface to Google REST (aka AJAX) API.
Currently support for Search, Feeds and Translate services.

WWW: http://search.cpan.org/dist/REST-Google/
Original commit
Tuesday, 29 Apr 2008
19:04 miwi search for other commits by this committer
Net::Netrc is a pure-Ruby module providing ftp(1)-style .netrc
parsing. It is inspired by Graham Barr's Perl Net::Netrc module.

WWW:    http://net-netrc.rubyforge.org/

PR:             ports/122709
Submitted by:   IWATSUKI Hiroyuki <don at na.rim.or.jp>
Original commit
Sunday, 27 Apr 2008
19:46 miwi search for other commits by this committer
This package contains a parser for URI Templates as defined
in the URI Template draft that is currently being proposed to
the IETF.

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

PR:             ports/122533
Submitted by:   Wen heping <wenheping at gmail.com>
Original commit
Friday, 25 Apr 2008
20:23 miwi search for other commits by this committer
2007-12-31 misc/kde3-i18n-id: "Distfile no longer available, outdated"
2008-04-02 net/dhcp-agent: Dhcp-agent has not been updated since 2003, it does 
not build with guile-1.8, and it is unmaintained
2008-04-22 net/ocaml-netclient: is part of ocaml-net
2008-04-06 net/samplicator: Project has vanished
2008-03-20 graphics/entice: Broken and unmaintained
Original commit
Saturday, 19 Apr 2008
21:37 miwi search for other commits by this committer
Net_Vpopmaild is a pear Class for accessing Vpopmail's vpopmaild
daemon. It supports all vpopmaild commands, such as adding/removing
domains, users, robots (autoresponders), and ezmlm lists (todo),
as well as modifying domain limits, ip maps, etc.

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

PR:             ports/122689
Submitted by:   Wen heping <wenheping at gmail.com>)
Original commit
Thursday, 17 Apr 2008
14:27 wxs search for other commits by this committer
This package provides support for using UDP through Tcl. The package
provides a new channel type and attempts to permit the use of packet
oriented UDP over stream oriented Tcl channels.

PR:             ports/122315
Submitted by:   Frank Fenor <frank@fenor.de>
Approved by:    garga (mentor)
Original commit
Tuesday, 15 Apr 2008
07:32 lth search for other commits by this committer
Add p5-XML-Compile-SOAP-Daemon 0.10, base class for SOAP message
servers.
Original commit
Monday, 14 Apr 2008
04:06 lx search for other commits by this committer
Adding libfixbuf to support IPFIX and IPV6 in the upcoming silktools
update.
Original commit
00:26 clsung search for other commits by this committer
POE::Component::Client::Twitter is a POE component for Twitter API.

WWW:    http://search.cpan.org/dist/POE-Component-Client-Twitter/

PR:             ports/122716
Submitted by:   Masahiro Teramoto <markun at onohara.to>
Original commit
Friday, 11 Apr 2008
12:55 vsevolod search for other commits by this committer
Add port net/beanstalkd - fast workqueue service.
Original commit
Thursday, 10 Apr 2008
04:13 clsung search for other commits by this committer
Sprinkle is a broker which implements a simple messaging protocol
called STOMP.

WWW:    http://www.thuswise.org/sprinkle/

PR:             ports/122613
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
Original commit
Wednesday, 26 Mar 2008
03:14 clsung search for other commits by this committer
Hiveminder is a collaborate todo list organizer, built with Jifty.

This module uses Hiveminder's REST API to let you manage your tasks
any way you want to.

This module is built on top of Net::Jifty. Consult that module's
documentation for the lower-level interface.

WWW:    http://search.cpan.org/dist/Net-Hiveminder/
Original commit
Monday, 24 Mar 2008
20:02 beech search for other commits by this committer
- New port p5-Net-Amazon-Thumbnail-0.06

The Alexa Site Thumbnail web service provides developers with
programmatic access to thumbnail images for the home pages of web
sites. It offers access to Alexa's large and growing collection of
images, gathered from its comprehensive web crawl. This web service
enables developers to enhance web sites, search results, web
directories, blog entries, and other web real estate with Alexa
thumbnail images.

PR:             ports/121915
Submitted by:   Greg Larkin <glarkin at sourcehosting.net>
Original commit
19:21 beech search for other commits by this committer
- New port net/p5-Net-Amazon-Signature

This module creates the encrypted signature needed to login to
Amazon's Mechanical Turk and Alexa web services and any other web
services that Amazon might make in the future that require an
encrypted signature, assuming they follow the same convention.

PR:             ports/121911
Submitted by:   Greg Larkin <glarkin at sourcehosting.net>
Original commit
03:50 marcus search for other commits by this committer
The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 for
FreeBSD.  The official GNOME 2.22 release notes can be found at
http://library.gnome.org/misc/release-notes/2.22/ .  On the FreeBSD front,
this release features an updated hal port with support for video4linux
devices, DRM (Direct Rendering), and better support of removable media.  Work
is also underway to tie webkit more closely into GNOME.  As part of the
GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well.
Be sure to consult UPDATING on the proper steps to upgrade all of your
GNOME ports.

This release would not have been possible without the contributions and
testing efforts of the following people:

Pawel Worach
kan
edwin
Peter Ulrich Kruppa
J. W. Ballantine
Yasuda Keisuke
Andriy Gapon
Original commit
Saturday, 22 Mar 2008
00:42 clsung search for other commits by this committer
Jifty is a full-stack web framework. It provides an optional REST interface
for applications. Using this module, you can interact with that
REST interface to write client-side utilities.

You can use this module directly, but you'll be better off subclassing it.

This module also provides a number of convenient methods for writing
short scripts. For example, passing use_config => 1 to new will look at
the config file for the username and password (or SID) of the user.
If neither is available, it will prompt the user for them.

WWW:    http://search.cpan.org/dist/Net-Jifty/
Original commit

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

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