Commit graph

3005 commits

Author SHA1 Message Date
Mathieu Arnold
314f59245c Add EPP::Client::* gems, an extensible framework for building EPP clients.
Sponsored by:	Absolight
2015-03-03 15:58:06 +00:00
Nicola Vitale
e0d98e9032 This is a Python implementation of RFC6570, URI Template, and can expand
templates up to and including Level 4 in that specification.

WWW: https://github.com/uri-templates/uritemplate-py/
2015-03-03 15:41:26 +00:00
Rene Ladan
6c8f6be862 Remove expired ports:
2015-02-28 finance/openerp-server: Broken for more than 6 months
2015-02-28 graphics/p5-Geo-KML
2015-02-28 mail/postfix-tls: TLS is now a default for postfix / postfix-current
2015-02-28 net/spserver: Broken for more than 6 months
2015-02-28 net/xrdesktop: Unmaintained upstream - please use net/xrdesktop2 instead
2015-02-28 www/mediawiki122: Deprecated by upstream, use www/mediawiki12{3,4} instead
2015-02-28 www/mod_cplusplus: written for apache 2.0, no longer maintained upstream
2015-02-28 www/py-django15: not supported by upstream

math/isabelle and ports-mgmt/porteasy have pending updates, so preserve them.
2015-03-01 00:30:58 +00:00
Guido Falsi
66e513aa9b G.729 codec for Asterisk PBX based on audio/bcg729.
WWW: http://asterisk.hosting.lv/
2015-02-26 13:19:08 +00:00
MANTANI Nobutaka
d92c3969a9 Add dshell, extensible network forensic analysis framework. 2015-02-25 14:35:07 +00:00
MANTANI Nobutaka
b33451a07c Add py-pygeoip, pure Python GeoIP API. 2015-02-25 14:31:44 +00:00
Sunpoet Po-Chuan Hsieh
756ce8bede - Add rubygem-fog-serverlove 0.1.1
Fog::Serverlove is a module for the 'fog' gem to support ServerLove.

WWW: https://github.com/fog/fog-serverlove
RG:  https://rubygems.org/gems/fog-serverlove
2015-02-19 19:44:37 +00:00
Sunpoet Po-Chuan Hsieh
5b828573e0 - Add rubygem-fog-aws 0.1.0
Fog::Aws is a module for the 'fog' gem to support Amazon Web Services.

WWW: https://github.com/fog/fog-aws
RG:  https://rubygems.org/gems/fog-aws
2015-02-19 19:44:02 +00:00
Kurt Jaeger
3c7777a791 New port: net/libmaxminddb
The libmaxminddb library provides a C library for reading MaxMind DB
files, including the GeoIP2 databases from MaxMind. This is a custom
binary format designed to facilitate fast lookups of IP addresses while
allowing for great flexibility in the type of data associated with an
address.

WWW: https://github.com/maxmind/libmaxminddb

PR:		197713
Submitted by:	fullermd@over-yonder.net
2015-02-16 19:32:54 +00:00
John Marino
f3609d50e6 Add new port: net/pimd
PR:		196346
Submitted by:	Olivier Cochard

pimd is a lightweight, stand-alone implementation of Protocol Independent
Multicast-Sparse Mode
2015-02-06 12:52:52 +00:00
Joe Marcus Clarke
96f2762ee5 Add support for building wireshark with Qt 5 GUI support. Note: not all of
the GTK+ features have been ported to Qt yet.

PR:		196728
Submitted by:	olevole@olevole.ru
2015-02-04 16:37:21 +00:00
Guido Falsi
6ef0a1b4f5 Xrdesktop2 is a GTK2-Perl frontend for Rdesktop, which allows for the
saving, and editing of session configurations.

Xrdesktop2's intent is to handle Rdesktop's available commandline options,
by presenting them in a [Perl/GTK2] GUI. Xrdesktop2 currently handles most
any of the options you're likely to be interested in. Future versions will
undoubtedly add more.

WWW: http://BSDforge.com/projects/net/xrdesktop2/

PR:		197157
Submitted by:	Chris Hutchinson <portmaster@BSDforge.com>
2015-02-01 11:07:29 +00:00
Guido Falsi
7814518f78 - Remove owncloud-csync, it's been merged in net/mirall, please use that
- Remove uneeded CONFLICTS in deskutils/mirall

PR:		196440
Submitted by:	6yearold@gmail.com (maintainer)
2015-02-01 09:13:05 +00:00
Rodrigo Osorio
539bbf72e1 Resurect net/balance, a generic TCP proxy with round robin features
PR:		193368
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com>
2015-01-26 22:04:39 +00:00
Jun Kuriyama
d9641eb28a AMQP client with RabbitMQ extensions in Go.
WWW: https://github.com/streadway/amqp
2015-01-25 22:32:44 +00:00
Rene Ladan
dbe759b042 net/fspd: revive
- stage
- add a static pkg-plist
- add DOCS knob
- do not build SGML documentation (jade fails)
- only install man pages for client commands if CLIENTS option is set

Changes from me:
- flip NOCLIENTS option into a CLIENTS option
- drop MLINKS files
- use @sample
- other minor Makefile changes

PR:		193393
Submitted by:	Radim Kolar
2015-01-18 15:14:17 +00:00
Sunpoet Po-Chuan Hsieh
8d7f4745d1 - Add p5-XML-Compile-WSDL11 3.03
XML::Compile::WSDL11 understands WSDL version 1.1. An WSDL file defines a set of
messages to be send and received over (SOAP) connections. This involves encoding
of the message to be send into XML, sending the message to the server, collect
the answer, and finally decoding the XML to Perl.

As end-user, you do not have to worry about the complex details of the messages
and the way to exchange them: it's all simple Perl for you. Also, faults are
handled automatically. The only complication you have to worry about is to shape
a nested HASH structure to the sending message structure.
XML::Compile::Schema::template() may help you.

When the definitions are spread over multiple files you will need to use
addWSDL() (wsdl) or importDefinitions() (additional schema's) explicitly.
Usually, interreferences between those files are broken. Often they reference
over networks (you should never trust). So, on purpose you must explicitly load
the files you need from local disk! (of course, it is simple to find one-liners
as work-arounds, but I will to tell you how!)

WWW: http://search.cpan.org/dist/XML-Compile-WSDL11/
2015-01-15 16:51:50 +00:00
Sunpoet Po-Chuan Hsieh
bfc190d08a - Add p5-URI-ws 0.03
After URI::ws is installed, the URI package provides the same set of methods for
WebSocket URIs as it does for HTTP ones. For secure WebSockets, see URI::wss.

WWW: http://search.cpan.org/dist/URI-ws/
2015-01-11 13:29:02 +00:00
Sunpoet Po-Chuan Hsieh
7f515c0660 - Add p5-Acme-HTTP 0.10
Acme::HTTP provides high-level access to Net::HTTP::NB and Net::HTTPS::NB.

WWW: http://search.cpan.org/dist/Acme-HTTP/
2015-01-11 13:27:47 +00:00
Kurt Jaeger
e06006f8c0 New port: net/yami4
YAMI4 is a messaging solution for distributed systems.
It is a set of libraries for several platforms and programming languages.
This port installs the core and C++ libraries with documentation.

WWW: http://www.inspirel.com/yami4/

PR:		184471
Submitted by:	prog@msobczak.com
2015-01-03 19:46:55 +00:00
Guido Falsi
3bf0b40353 Connect net/unison240 tot he build. 2015-01-01 18:22:25 +00:00
Sunpoet Po-Chuan Hsieh
b6f713216c - Add p5-IO-Socket-UNIX-Util 0.05
IO::Socket::UNIX::Util provides Unix domain socket utilities.

WWW: http://search.cpan.org/dist/IO-Socket-UNIX-Util/
2015-01-01 16:09:16 +00:00
Sunpoet Po-Chuan Hsieh
a10d98ec81 - Add rubygem-fog-storm_on_demand 0.1.0
Fog::StormOnDemand is a module for the fog gem to support StormOnDemand.

WWW: https://github.com/fog/fog-storm_on_demand
RG:  https://rubygems.org/gems/fog-storm_on_demand
2014-12-28 13:18:57 +00:00
Sunpoet Po-Chuan Hsieh
5108b679d6 - Add rubygem-fog-ecloud 0.0.2
Fog::Ecloud is a module for the fog gem to support Terremark EnterpriseCloud.

WWW: https://github.com/fog/fog-ecloud
RG:  https://rubygems.org/gems/fog-ecloud
2014-12-28 13:18:24 +00:00
Sunpoet Po-Chuan Hsieh
32072abe0e - Add rubygem-fog-atmos 0.1.0
Fog::Atmos is a module for the fog gem to support Atmos Cloud Storage.

WWW: https://github.com/fog/fog-atmos
RG:  https://rubygems.org/gems/fog-atmos
2014-12-28 13:17:52 +00:00
Sunpoet Po-Chuan Hsieh
46e3316ba2 - Add rubygem-t 2.8.0
t is a command-line power tool for Twitter. The CLI takes syntactic cues from
the Twitter SMS commands, but it offers vastly more commands and capabilities
than are available via SMS.

WWW: http://sferik.github.io/t
RG:  https://rubygems.org/gems/t
2014-12-25 17:08:52 +00:00
Steve Wills
1ebab2e45c net/google-startup-scripts: create port for Google startup scripts 2014-12-25 00:51:54 +00:00
Mark Felder
72bdcb4cfb Welcome ntimed to the ports tree. This is a new NTP client authored by
phk.

Anyone is welcome to steal or update this port. I'm just bringing it to
the tree so the masses can start playing with it and providing phk
feedback.
2014-12-22 01:02:56 +00:00
Pawel Pekala
2b59780179 Advanced Exchange Access (AXA) is a suite of tools and library code
that brings the capabilities of the Farsight Security Information
Exchange (SIE) right to a remote user's network.

WWW: https://github.com/farsightsec/axa

PR:		195695
Submitted by:	truckman@FreeBSD.org
2014-12-15 22:38:15 +00:00
Guido Falsi
8962a0c995 Add asterisk13 port.
Fix CONFLICTS for asterisk ports and remove long deleted entries
references.

Upstream announce: http://blogs.digium.com/2014/10/28/asterisk-13-0-0-now-available/
2014-12-15 14:46:25 +00:00
Guido Falsi
1305d65ff1 PJSIP is a free and open source multimedia communication library
written in C language implementing standard based protocols such
as SIP, SDP, RTP, STUN, TURN, and ICE. It combines signaling protocol
(SIP) with rich multimedia framework and NAT traversal functionality
into high level API that is portable and suitable for almost any
type of systems ranging from desktops, embedded systems, to mobile
handsets.

WWW: http://www.pjsip.org/

Please note that default options are tailored for use by the upcoming
asterisk13 port.
2014-12-15 14:42:32 +00:00
Pawel Pekala
206c197fad This PECL extension enables you to get the geo location information of an IP
address, such as country, region or state, city, latitude and longitude, US
ZIP code, time zone, Internet Service Provider (ISP) or company name, domain
name, net speed, area code, weather station code, weather station name,
mobile country code (MCC), mobile network code (MNC) and carrier brand,
elevation, and usage type.

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

PR:		195421
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
2014-12-13 18:20:21 +00:00
Pawel Pekala
b6c31f0d28 IP2Location is a C library that enables the user to find the country, region,
city, latitude, longitude, zip code, time zone, ISP, domain name, connection
type, area code, weather, mobile network, elevation, usage type by IP address
or hostname originates from.  It contains a demo IP2Location IP-COUNTRY BIN
database which consists of real data for IP address range 0.0.0.0 to 99.255.
255.255.  This database contains IP address blocks as key and countries as
values.

WWW: http://www.ip2location.com/c.aspx

PR:		195420
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
2014-12-13 18:00:10 +00:00
Cy Schubert
b868903507 NTP is now release candidate with 4.2.7p484.
Upline now uses devel branch for release candidates,
thus remove net/ntp-rc.
2014-12-12 02:26:34 +00:00
Dmitry Marakasov
a770b14f8e Megatools is a collection of programs for accessing Mega
service from a command line of your desktop or server.

Megatools allow you to copy individual files as well as
entire directory trees to and from the cloud. You can also
perform streaming downloads for example to preview videos
and audio files, without needing to download the entire
file.

WWW: http://megatools.megous.com/

PR:		195723
Submitted by:	max@kostikov.co
2014-12-11 23:06:14 +00:00
Kurt Jaeger
881676c3cc New port: net/p5-XMLRPC-Lite
XMLRPC::Lite is a collection of Perl modules which provides a simple
interface to the XML-RPC Protocol (XML-RPC) both on client and
server side. Based on SOAP::Lite module, it gives you access to
all features and transports available in that module.

WWW: http://search.cpan.org/dist/XMLRPC-Lite/

PR:		195008
Submitted by:	Vick Khera <vivek@khera.org>
2014-12-11 05:13:59 +00:00
Alexey Dokuchaev
9d29351fc1 Sort entries alphabetically across all categories to avoid extra repo churn. 2014-12-07 16:21:36 +00:00
Sunpoet Po-Chuan Hsieh
2d787ccc91 - Add rubygem-fog-vmfusion 0.0.1
Fog::Vmfusion is a module for the fog gem to support VMware Fusion.

WWW: https://github.com/fog/fog-vmfusion
RG:  https://rubygems.org/gems/fog-vmfusion
2014-12-04 15:23:10 +00:00
Sunpoet Po-Chuan Hsieh
ebdea4aedd - Add rubygem-opennebula 4.10.1
OpenNebula is an open-source project delivering a simple but feature-rich and
flexible solution to build and manage enterprise clouds and virtualized data
centers. This gem provides libraries needed to talk to OpenNebula.

WWW: http://opennebula.org/
RG:  https://rubygems.org/gems/opennebula
2014-12-04 15:12:31 +00:00
Sunpoet Po-Chuan Hsieh
d3cca23d62 - Add rubygem-rbvmomi 1.8.2
RbVmomi is a Ruby interface to the vSphere API. Like the Perl and Java SDKs, you
can use it to manage ESX and VirtualCenter servers. The current release supports
the vSphere 5.0 API.

WWW: https://github.com/vmware/rbvmomi
RG:  https://rubygems.org/gems/rbvmomi
2014-12-04 15:11:20 +00:00
Rene Ladan
3b3ed051bc Remove expired ports:
2014-11-26 vietnamese/vnlpr: Broken for more than 6 months
2014-11-26 devel/fsmgenerator: Broken for more than 6 months
2014-11-26 graphics/multiraw: Depends on broken and deprecated graphics/dcraw-m
2014-11-26 news/fidogate-ds: Broken for more than 6 months
2014-11-26 net/py-yadis: Broken for more than 6 months
2014-11-26 textproc/ruby-diff: Broken for more than 6 months
2014-11-26 audio/cowbell: Broken for more than 6 months
2014-11-26 lang/ironpython: Broken for more than 6 months
2014-11-26 www/dpsearch: Broken for more than 6 months
2014-11-26 multimedia/y4mscaler: Broken for more than 6 months
2014-11-26 devel/rubygem-dep_selector: Broken for more than 6 months
2014-11-29 14:33:15 +00:00
Bartek Rutkowski
a1830e824a net/malo-firmware-kmod: NEW PORT - Marvell Libertas 88W8335 firmware
Marvell Libertas 88W8335 firmware files are not free because Marvell
refuses to grant distribution rights.  As a result, we need to build the
firmware using ports.

This firmware files are comed from OpenBSD malo driver.

WWW: http://www.nazgul.ch/malo/

PR:		193588
Submitted by:	Juan Ramon Molina Menor <info@juanmolina.eu>
2014-11-27 21:57:11 +00:00
Grzegorz Blach
273c6e6d76 - Merge EFL libraries into devel/efl and update to 1.12.0
- Update x11-toolkits/elementary to 1.12.0
- Update x11-wm/enlightenment to 0.19.1
- Update graphics/evas_generic_loaders-* to 1.12.0
- Update devel/e_dbus to 1.7.10
- Update benchmarks/expedite to 1.7.10
- Move some of x11-wm/e17-module-* to x11-wm/e-module-*
  and update to recent snapshots
- Add multimedia/emotion_generic_players-vlc
- Add multimedia/rage

Reviewed by:	crees, antoine
2014-11-25 03:07:22 +00:00
Sunpoet Po-Chuan Hsieh
3cad2966c9 - Add rubygem-fog-voxel 0.0.1
Fog::Voxel is a module for the fog gem to support Voxel.

WWW: https://github.com/fog/fog-voxel
RG:  https://rubygems.org/gems/fog-voxel
2014-11-24 19:11:18 +00:00
Sunpoet Po-Chuan Hsieh
aab6e8bc60 - Add rubygem-fog-terremark 0.0.3
Fog::Terremark is a module for the fog gem to support Terremark vCloud.

WWW: https://github.com/fog/fog-terremark
RG:  https://rubygems.org/gems/fog-terremark
2014-11-24 19:10:44 +00:00
Sunpoet Po-Chuan Hsieh
3b07745a57 - Connect rubygem-fog-profitbricks and rubygem-fog-sakuracloud 2014-11-24 19:09:49 +00:00
Sunpoet Po-Chuan Hsieh
2b81fe806e - Add rubygem-fog-profitbricks 0.0.1
Fog::profitbricks is a module for the fog gem to support ProfitBricks.

WWW: https://github.com/fog/fog-profitbricks
RG:  https://rubygems.org/gems/fog-profitbricks
2014-11-24 19:06:45 +00:00
Mathieu Arnold
94e41d0070 Remove net/p5-SOAP-Transport-TCP, it has been integrated into net/p5-SOAP-Lite.
While there, run MOVEDlint, and cleanup two obsolote entries.

Sponsored by:	Absolight
2014-11-24 17:39:12 +00:00
Colin Percival
ed859ed10c Add bsdec2-image-upload port:
Tool for uploading disk images into Amazon EC2 and creating Amazon
  Machine Images from them.

This will be used to build FreeBSD/EC2 images in the future.
2014-11-23 22:34:43 +00:00
Koop Mast
af3811313c The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.

This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.

Apart from updating ports to newer versions

GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example xscreensaver
can be used for sessions started without GDM.

Shell Extensions can be installed via https://extensions.gnome.org/ , we have
ported a few that can't be installed via this way.
The old gnome-utils and gnome-games ports where split up into single ports
and where converted to meta-ports.
gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but
if you use startx you need to do this yourself.

Upgrade instructions:

Delete the old and conflicting packages:
# pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \
    guile gcalctool gnome-media libgnomekbd
# pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \
    evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center

For package users the following lines will be enough:
# pkg upgrade
# pkg install gnome3

For ports users should do the following:
# portmaster -a
# portmaster x11/gnome3

We are currently aware of two issues. The first issue is a bug in the
file monitoring code in the glib20 port. This bug causes glib programs
to crash when files in a monitored directory are added or removed.
Upstream is aware of the problem, but since the problem is quite complex
there is no solution yet. This problem isn't restricted to BSD.

The second issue is that on certain video cards totem will display a
purple/pink overlay on the video. It not clear yet where the issues
comes from.

Major thanks goes to Gustau Perez for being a driving force behind getting
GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs.

This update was also made possible by:
	Joe Maloney
	Kris Moore
	Beeblebrox
	Ryan Lortie
	Antoine Jacoutot
	and everyone I missed
2014-11-19 11:49:04 +00:00
John Marino
e31de1153b Add new port net/p5-Net-Nmsg
PR:		194276
Submitted by:	Don Lewis

Net::Nmsg is a perl binding to libnmsg, the reference implementation of
the NMSG binary structured message interchange format. The NMSG
documentation describes the format as:

  The NMSG format is an efficient encoding of typed, structured data
  into payloads which are packed into containers which can be
  transmitted over the network or stored to disk. Each payload is
  associated with a specific message schema. Modules implementing a
  certain message schema along with functionality to convert between
  binary and presentation formats can be loaded at runtime by libnmsg.
  nmsgtool provides a command line interface to control the
  transmission, storage, creation, and conversion of NMSG payloads.
2014-11-04 17:45:53 +00:00
Bartek Rutkowski
2ff7eaddcc net/motsognir: NEW PORT - Full-featured gopher server without dependencies
Motsognir is a robust, reliable and easy to install open-source gopher server
for Unix-like systems (Linux, BSD, and anything else POSIX-compliant).

The Motsognir gopher server is meant to be used for small projects (like home
servers), but should scale well on bigger architectures as well. All the
configuration is done via a single configuration file, which has very
reasonable defaults. That makes Motsognir easily maintainable, and allows the
administrator to have a full knowledge of what features are allowed/enabled on
the server. Motsognir supports server-side CGI applications and PHP scripts, is
plainly compatible with UTF-8 filesystems, and is entirely written in ANSI C
without external dependencies.

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

PR:		184203
Submitted by:	Mateusz Viste <mateusz@viste.fr>
Approved by:	mentors (implicit)
2014-10-31 09:13:09 +00:00
Rene Ladan
79d0c9d76c Remove expired ports:
2014-10-28 lang/kroc: Broken for more than 6 months
2014-10-28 net/slirp: Broken for more than 6 months
2014-10-28 22:24:25 +00:00
Dmitry Marakasov
93c6b5cf52 Package provides configuration and customization of cloud instance.
WWW: https://launchpad.net/cloud-init

PR:		194295
Submitted by:	harm@weites.com
2014-10-27 19:48:03 +00:00
Kurt Jaeger
e026290fb1 net/macchanger: Add to the build
PR:		187363
Pointy hat to:	myself
2014-10-22 05:35:17 +00:00
Kurt Jaeger
a89add406a New port: net/ng_mikrotik_eoip
Netgraph node for Mikrotik Ethernet-over-IP tunneling support

WWW: http://imax.in.ua/ng_mikrotik_eoip/

PR:		193420
Submitted by:	gelraen.ua@gmail.com
2014-10-21 05:25:33 +00:00
Steven Kreuzer
6476a7b449 Python Client built against the Wolfram|Alpha v2.0 API
WWW: https://bitbucket.org/jaraco/wolframalpha
2014-10-17 17:45:27 +00:00
Vanilla I. Shu
90e67e34b2 Add dpdk 1.7.1, intel(R) DPDK: Software libraries for packet processing.
PR:		ports/194072
Submitted by:	bruce.richardson@intel.com
2014-10-16 05:59:54 +00:00
Matthias Andree
03136b4d11 Revive net/tcptraceroute-devel port, with a new maintainer.
Update MASTER_SITES, add LICENSE.

NOTE: this has some minor changes over the original submission, detailed
in the PR.

PR:		193511
Submitted by:	C. Hutchinson <portmaster@bsdforge.com>
2014-10-11 01:00:45 +00:00
Steve Wills
595b3b4d64 net/rubygem-omniauth-facebook: create port
Facebook OAuth2 Strategy for OmniAuth

WWW: https://github.com/mkdynamic/omniauth-facebook
2014-10-09 21:01:50 +00:00
Lars Engels
6d89ef33f4 Add net/linux-c6-avahi-libs and add it as a dependency of emulators/linux-c6.
Differential Revision:	D902
Approved by:		portmgr (bapt)
2014-10-06 09:48:38 +00:00
Steve Wills
71c4d7610c net/rubygem-omniauth-openid: create port
OpenID strategy for OmniAuth.

WWW: https://github.com/intridea/omniauth-openid
2014-10-06 04:03:05 +00:00
Steve Wills
eb63611078 net/rubygem-omniauth-github-discourse: create port
Fork of Official OmniAuth strategy for GitHub.

WWW: https://github.com/intridea/omniauth-github
2014-10-06 03:47:16 +00:00
Rene Ladan
67eb00ba41 Remove expired ports:
2014-08-31 net/libnet10: Superseded by net/libnet
2014-09-30 net/despoof: Depends on expired net/libnet10
2014-09-30 sysutils/gpkgdep: Requires old pkg_info
2014-09-30 security/vida: Depends on expired net/libnet10
2014-09-30 net/nemesis: Depends on expired net/libnet10
2014-09-30 net-mgmt/sing: Depends on expired net/libnet10
2014-09-30 net-mgmt/gps: Depends on expired net/libnet10
2014-09-30 net/ttlscan: Depends on expired net/libnet10
2014-09-30 security/zombiezapper: Depends on expired net/libnet10
2014-09-30 dns/dnshijacker: Depends on expired net/libnet10
2014-09-30 net/xboxproxy: Depends on expired net/libnet10
2014-09-30 net-mgmt/scdp: Depends on expired net/libnet10
2014-09-30 net-mgmt/angst: Depends on expired net/libnet10
2014-09-30 security/py-otr: Abandoned upstream
2014-09-30 net-p2p/cdonkey: depends on deprecated db41 version
2014-09-30 12:28:26 +00:00
Steve Wills
be1b91d61c net/rubygem-octokit: create port
Simple wrapper for the GitHub API

WWW: https://github.com/octokit/octokit.rb

Submitted by:	xmj
2014-09-27 04:33:25 +00:00
Johannes Jost Meixner
05317facbe Update CentOS base to 6.5, add userland ports
The Fedora 10 infrastructure ports have been in use since June 2009 and, while
having served a great deed, have become unsupported upstream and hence affected
by unfixed security vulnerabilities. In addition to that, many recent Linux
binaries need newer libc / stdlibc++ versions.

This commit adds the linux-c6- userland as drop-in replacement for the -f10
infrastructure, as well as upgrading the linux_base-c6 port to CentOS 6.5.

If you want to switch to linux-c6 ports, please define at /etc/make.conf:

    OVERRIDE_LINUX_BASE_PORT=c6
    OVERRIDE_LINUX_NONBASE_PORTS=c6

Additionally, please add the following line to /etc/sysctl.conf:

    compat.linux.osrelease=2.6.18

Upgrading procedures are shown in /usr/ports/UPDATING.

This work has been inspired by Artyom Mirgorodskiy's post to emulation@ in
November 2013, using and extending mav@'s work. It has been tested extensively
and most reported issues were already fixed. Please report any additional bug
or "features" to the emulation mailing list.

Many thanks to: mav@, rene@, allanjude@, netchild@, antoine@, everyone who's
filed Issues and Pull requests on GitHub,

PR:		186820
Differential Revision:	https://reviews.freebsd.org/D793
Reviewed by:	allanjude, antoine, bapt, rene
Approved by:	portmgr (antoine, bapt)
Approved by:	koobs (mentor)
Sponsored by:	Perceivon Hosting Inc.
2014-09-22 10:40:00 +00:00
Rene Ladan
7eafff56c3 Remove expired ports
Keep some which are optional dependencies of non-expired ports
2014-09-18 sysutils/moreutils-parallel: Use moreutils-parallel in sysutils/moreutils instead
2014-09-20 science/ruby-netcdf: Depends on deprecated math/ruby-narray
2014-09-20 x11-toolkits/ruby-fox16: RubyForge shutdown May 15 2014
2014-09-20 math/ruby-gnuplot: Depends on deprecated math/ruby-narray
2014-09-20 science/ruby-gphys: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-fftw3: Depends on deprecated math/ruby-narray
2014-09-20 science/ruby-dcl: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-numru_misc: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-narray: RubyForge shutdown May 15 2014
2014-09-20 textproc/ruby-liquid: RubyForge shutdown May 15 2014
2014-09-20 comms/callsign: RubyForge shutdown May 15 2014
2014-09-20 misc/ruby-vpim: RubyForge shutdown May 15 2014
2014-09-20 net/ruby-ldap: RubyForge shutdown May 15 2014
2014-09-20 devel/rubygem-echoe: Depends on deprecated rubyforge
2014-09-20 www/ruby-borges: RubyForge shutdown May 15 2014
2014-09-20 www/ruby-fcgiwrap: RubyForge shutdown May 15 2014
2014-09-20 www/rubygem-scrubyt: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-multi: RubyForge shutdown May 15 2014
2014-09-20 databases/ruby-dbd_sqlite3: RubyForge shutdown May 15 2014
2014-09-20 math/ruby-gsl: RubyForge shutdown May 15 2014
2014-09-20 security/ruby-gpgme: RubyForge shutdown May 15 2014
2014-09-20 multimedia/vodcatcher: RubyForge shutdown May 15 2014
2014-09-20 japanese/ruby-ming: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-statgrab: RubyForge shutdown May 15 2014
2014-09-20 security/ruby-crypt: RubyForge shutdown May 15 2014
2014-09-20 sysutils/philesight: Depends on deprecated devel/ruby-locale2
2014-09-20 multimedia/podcatcher: RubyForge shutdown May 15 2014
2014-09-20 audio/ruby-mp3info: RubyForge shutdown May 15 2014
2014-09-20 multimedia/ruby-flvtool2: RubyForge shutdown May 15 2014
2014-09-20 audio/ruby-freedb: RubyForge shutdown May 15 2014
2014-09-20 graphics/ruby-ming: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-locale2: RubyForge shutdown May 15 2014
2014-09-20 devel/rubygem-rubyforge: RubyForge shutdown May 15 2014
2014-09-20 databases/ruby-dbd_odbc: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-fastri: RubyForge shutdown May 15 2014
2014-09-20 devel/ri-emacs: RubyForge shutdown May 15 2014
2014-09-20 security/p5-openxpki-client-html-mason: security/p5-openxpki-0.15+ abandoned Mason UI technology in favor of FastCGI
2014-09-20 09:45:04 +00:00
TAKATSU Tomonari
cb729064dc - Rename ruby-growl to rubygem-ruby-growl
- Update to 4.1
- Pass maintainership to ruby@
- Add LICENSE
- Update pkg-descr
2014-09-20 01:58:20 +00:00
Kurt Jaeger
bb2f76c9c3 New port: net/kamailio 4.1.6
Kamailio is an open source SIP proxy server that is capable of
handling thousands of up calls in a second. Among the features
it provides, are support for TCP, UDP and SCTP, secure communication
via TLS for VoIP (voice, video), accounting, the most popular open
source databases and much more.

Originally starting out as the SIP Express Router (SER) project by
the Fraunhofer Society in 2001, the design team got together in
2008, merged old and new source code and rebranded SER to Kamailio.

WWW: http://www.kamailio.org/

PR:		181301
Submitted by:	Oliver Mahmoudi <olivermahmoudi@gmail.com>
Reviewed by:	marino
2014-09-19 18:02:46 +00:00
Steven Kreuzer
db318ffe12 Simple API access to Google Spreadsheets
WWW: http://burnash.github.io/gspread/
2014-09-16 16:20:26 +00:00
Vanilla I. Shu
a3c13c914d Add ipaddress-1.0.6.
PR:		ports/193574
Submitted by:	Nikolay Dachev <nikolay dachev info>
2014-09-15 02:13:55 +00:00
Antoine Brodin
40b87d9ae0 Remove an expired port and fix MOVED
2014-09-12 net/ruby-net-geoip: Broken
2014-09-13 17:55:24 +00:00
Bartek Rutkowski
ffed97e336 net/py-pyvmomi: new port - official VMware vSphere API
pyVmomi is the Python SDK for the VMware vSphere API
that allows you to manipulate ESX, ESXi, and vCenter.

- Forgot to include net/Makefile initially, fixing this

Submitted by:	Bartek Rutkowski <robak@FreeBSD.org>
Approved by:	mentors (implicit)
2014-09-12 08:54:29 +00:00
Jason E. Hale
fece7496d7 New port: net/go-cs
go-cs is a program for concurrently executing ssh(1)/scp(1) on a number
of hosts.  It is intended to automate running remote commands or copying
files between hosts on a network.

WWW: http://github.com/akosela/go-cs

PR:		193470
Submitted by:	Andy Kosela <akosela@andykosela.com>
2014-09-12 01:39:55 +00:00
John Marino
4afa6c0abb Remove three unrelated unstaged ports 2014-09-09 22:48:40 +00:00
John Marino
27bb955352 Remove unstaged lang/ezm3 and three cvsup* ports as casualties 2014-09-09 22:19:46 +00:00
Steve Wills
9359c5a775 net/rubygem-lita-gems: add port for rubygem-lita-gems
Lita handler for rubygems.org querying

WWW: https://github.com/marsz/lita-gems
2014-09-09 18:55:08 +00:00
John Marino
e1a58b0f0b Add new port net/cvsup-static
The ports lang/ezm3, net/cvsup and net/cvsup-without-gui ports have
expired and will be removed as soon as today.  This port provides
a statically-compiled version of cvsup-without-gui to offer cvsup on
the amd64 platform of all supported releases of FreeBSD.

This hasn't been available since ezm3 coredumps on newer releases, and
now it's BROKEN due to being unstaged.

PR:		192180
Submitted by:	delphij@
2014-09-09 10:39:05 +00:00
John Marino
82eea73608 Remove unstaged lang/otcl and three staged ports that depend it 2014-09-07 17:48:35 +00:00
Antoine Brodin
abf2c54925 2014-08-31 net/libexosip2-legacy: Superseded by net/libexosip2
2014-08-31 net/libosip: Superseded by net/libosip2
2014-09-07 09:24:15 +00:00
John Marino
83f077d48f Remove 4 (mostly) unstaged freeswitch ports
The audio/freeswitch-music port was actually staged, but it lost its
purpose after the other 3 ports supporting the development version of
FreeSwitch were removed due to lack of maintenance and staging.
2014-09-06 21:06:15 +00:00
Alex Dupre
f23aed7bde Import PHP 5.6 branch! 2014-09-04 14:24:25 +00:00
Hajimu UMEMOTO
a5a9cdf79f - Resurrect net/irrd with stagify.
- Take maintainership.
- Strip installed binary.
- Use shebangfix for perl scripts.
2014-09-02 18:01:38 +00:00
Baptiste Daroussin
39a5b78f87 Remove non staged ports without pending PR from net-p2p, net and news 2014-09-01 23:05:26 +00:00
Adam Weinberger
103461f308 - Update GeoIP to 1.6.2 and switch to its new github location.
- Add net/geoipupdate, the formal tool to fetch updates. It is for paid
  subscribers. People using the free version should continue using the
  geoipupdate.sh script in net/GeoIP.

This program is used to fetch the GeoIP2 and GeoIP databases. It requires
an active GeoIP subscription.

Please see https://www.maxmind.com/en/geolocation_landing for details about
obtaining a subscription.

If you wish to install the free versions of the GeoIP databases, please
use the geoipudate.sh script provided in net/GeoIP.

WWW: https://github.com/maxmind/geoipupdate
2014-08-27 15:53:24 +00:00
Steve Wills
dd1fde9059 net/rubygem-fog-softlayer: add port for newer version of rubygem-fog
Module for the 'fog' gem to support SoftLayer Cloud

WWW: https://github.com/fog/fog-softlayer
2014-08-26 01:37:46 +00:00
Gabor Pali
04fe1b9af9 - Update pandoc to 1.13.0.1
- Update gitit to 0.10.5
- Update texmath to 0.8
- Update zip-archive to 0.2.3.4
- Add haddock-library: Library exposing some functionality of Haddock
- Add hoauth2: Haskell OAuth2 authentication
- Add JuicyPixels: Picture loading/serialization

Obtained from:	FreeBSD Haskell
2014-08-25 18:29:57 +00:00
Adam Weinberger
721817fc75 Add net/h323plus.
H.323 Plus (or, "H323plus") is a multi-platform H323 Video Conferencing
library formerly known as OpenH323. The new name was chosen to reflect
the fact that the open source H.323 project now contains even
more more functionality than ever before.

WWW: http://www.h323plus.org/

PR:		192912
Submitted by:	Nikola Kolev
2014-08-24 16:36:01 +00:00
John Marino
a17c92dfad add new port net/quiterss
PR:		192390
Submitted by:	coder (tuxfamily.org)

QuiteRSS is a open-source cross-platform RSS/Atom news feeds reader.
WWW: http://quiterss.org/
2014-08-23 23:35:27 +00:00
Antoine Brodin
3e0a67c81e 2014-08-20 deskutils/horde3-hermes: EOL in April 2012
2014-08-20 deskutils/horde3-klutz: EOL in April 2012
2014-08-20 deskutils/horde3-kronolith: EOL in April 2012
2014-08-20 deskutils/horde3-mnemo: EOL in April 2012
2014-08-20 devel/horde3-chora: EOL in April 2012
2014-08-20 ftp/horde3-gollem: EOL in April 2012
2014-08-20 games/linux-steam: Unmaintained interactive port
2014-08-20 games/linux-ut2004-demo: Unmaintained restricted ancient demo
2014-08-20 mail/horde3-dimp: EOL in April 2012
2014-08-20 mail/horde3-forwards: EOL in April 2012
2014-08-20 mail/horde3-ingo: EOL in April 2012
2014-08-20 mail/horde3-mimp: EOL in April 2012
2014-08-20 mail/horde3-vacation: EOL in April 2012
2014-08-20 net-mgmt/horde3-nic: EOL in April 2012
2014-08-20 net-mgmt/nocol: Unmaintained interactive port
2014-08-20 net-mgmt/ourmon: Unmaintained interactive port
2014-08-20 net/wowzamediaserverpro: Unmaintained interactive port
2014-08-20 news/p5-NNML: Unmaintained interactive port
2014-08-20 print/dvips: Unmaintained interactive port
2014-08-20 print/xdvi: Unmaintained interactive port
2014-08-20 security/horde3-jeta: EOL in April 2012
2014-08-20 security/hunch: Likely unused interactive port
2014-08-20 www/horde3-ansel: EOL in April 2012
2014-08-20 www/horde3-meta: EOL in April 2012
2014-08-20 www/horde3-passwd: EOL in April 2012
2014-08-20 www/horde3-trean: EOL in April 2012
2014-08-20 www/wwwcount: Ancient interactive port
2014-08-20 x11-clocks/xalarm: Unmaintained interactive port
2014-08-20 06:30:29 +00:00
Antoine Brodin
edbafdc32e Remove net/rsmb, MOVED entry was already added on 2014-08-13 2014-08-19 18:40:39 +00:00
Sunpoet Po-Chuan Hsieh
4f98e75a7d - Add p5-Net-SPDY 0.1_5
Net::SPDY distribution contains implementation of SPDY protocol. You probably
want to use Net::SPDY::Session to implement SPDY clients and servers.

WWW: http://search.cpan.org/dist/Net-SPDY/
2014-08-17 19:38:30 +00:00
Steve Wills
eddfd2e601 net/syncthing-discosrv: add syncthing discovery server 2014-08-15 02:32:06 +00:00
Steve Wills
83044542ff net/syncthing-cli: add command line interface to syncthing 2014-08-15 02:22:01 +00:00
Steve Wills
1a2ad91174 net/syncthing: add port for syncthing
Syncthing replaces proprietary sync and cloud services with something open,
trustworthy and decentralized.

WWW: http://syncthing.net/
2014-08-14 17:39:29 +00:00
Steve Wills
db657216a4 net/google-daemon: add net/google-daemon, user daemon for Google Compute Engine
Google daemon runs in the background and provides the following services:

- Creates new accounts based on the instance metadata.
- Configures ssh to accept the accounts' public keys from the instance metadata.
2014-08-10 23:27:34 +00:00
Gabor Pali
cc55544233 - Update The Glorious Glasgow Haskell Compiler to version 7.8.3
- Update Haskell Platform to version 2014.2.0.0
- Update Yesod Platform to version 1.2.13
- Update Gtk2Hs to version 0.12.5
- Update Pandoc to version 1.12.4.2
- Update git-annex to version 5.20140717
- Unbreak wxHaskell ports

Please note that port revisions for all the Haskell ports without version
changes are bumped.

New ports (69):

databases/hs-esqueleto: Type-safe EDSL for SQL queries on persistent backends
devel/hs-Glob: Globbing library
devel/hs-STMonadTrans: Monad transformer version of the ST monad
devel/hs-auto-update: Efficiently run periodic, on-demand actions
devel/hs-asn1-encoding: ASN1 data reader and writer in RAW, BER and DER forms
devel/hs-asn1-parse: Simple monadic parser for ASN1 stream types
devel/hs-atomic-primops: Safe approach to CAS and other atomic operations
devel/hs-boxes: 2D text pretty-printing library
devel/hs-byteable: Type class for sequence of bytes
devel/hs-chunked-data: Typeclasses for dealing with chunked data
devel/hs-conduit-combinators: Commonly used conduit functions
devel/hs-conduit-extra: Conduit adapters for common libraries
devel/hs-data-hash: Combinators for building fast hashing functions
devel/hs-deepseq-generics: Generics-based Control.DeepSeq.rnf implementation
devel/hs-dlist-instances: Difference lists instances
devel/hs-enclosed-exceptions: Catching exceptions within enclosed computations
devel/hs-equivalence: Maintaining equivalence relations as union-find
devel/hs-exceptions: Extensible optionally-pure exceptions
devel/hs-free: Monads for free
devel/hs-hslua: Lua language interpreter embedding in Haskell
devel/hs-keys: Keyed functors and containers
devel/hs-monad-loops: Monadic loops
devel/hs-monads-tf: Monad classes, using type families
devel/hs-mono-traversable: Traversing monomorphic containers
devel/hs-prelude-extras: Higher-order versions of Prelude classes
devel/hs-prettyclass: Pretty printing class similar to Show
devel/hs-scientific: Numbers represented using scientific notation
devel/hs-securemem: Auto scrubbing and const time eq, memory chunk
devel/hs-shake: Build system library, like Make, but more accurate dependencies
devel/hs-stm-chans: Additional types of channels for STM
devel/hs-streaming-commons: Common functions for streaming data libraries
devel/hs-text-icu: Bindings to the ICU library
devel/hs-tf-random: High-quality splittable pseudorandom number generator
devel/hs-transformers-compat: Compatibility shim for transformers
devel/hs-vector-binary-instances: Binary instances for vector
devel/hs-vector-instances: Orphan Instances for 'Data.Vector'
devel/hs-vector-th-unbox: Deriver for Data.Vector.Unboxed with Template Haskell
dns/hs-dns: DNS library in Haskell
dns/hs-gnuidn: Bindings for GNU IDN
net/hs-connection: Simple and easy network connections API
net/hs-gsasl: Bindings for GNU libgsasl
net/hs-iproute: IP Routing Table
net/hs-network-protocol-xmpp: Client library for the XMPP protocol
security/hs-DRBG: Deterministic random bit generator
security/hs-cipher-aes128: AES and common modes using AES-NI when available
security/hs-cipher-blowfish: Blowfish cipher
security/hs-cipher-camellia: Camellia block cipher primitives
security/hs-cipher-des: DES and 3DES primitives
security/hs-crypto-cipher-types: Generic cryptography cipher types
security/hs-crypto-random: Simple cryptographic random related types
security/hs-cryptohash-conduit: Cryptohash conduit
security/hs-cryptohash-cryptoapi: Crypto-api interfaces for cryptohash
security/hs-gnutls: Bindings for GNU libgnutls
security/hs-x509: X509 reader and writer
security/hs-x509-store: X.509 collection accessing and storing methods
security/hs-x509-system: Per-operating-system X.509 accessors and storage
security/hs-x509-validation: X.509 Certificate and CRL validation
sysutils/hs-ekg: Remote monitoring of processes
sysutils/hs-ekg-core: Tracking of system metrics
textproc/hs-appar: Simple applicative parser
textproc/hs-libxml-sax: Bindings for the libXML2 SAX interface
textproc/hs-uri: Library for working with URIs
textproc/hs-xml-hamlet: Hamlet-style quasiquoter for XML content
www/hs-DAV: RFC 4918 WebDAV support
www/hs-http-client: HTTP client engine
www/hs-http-client-tls: http-client backend with TLS support
www/hs-warp-tls: HTTP over SSL/TLS support for Warp via the TLS package
www/hs-yesod-auth-hashdb: Authentication plugin for Yesod
www/hs-yesod-bin: Yesod helper executable

Updated ports (279):

archivers/hs-zip-archive                 0.1.3.4_5        --> 0.2.3.2
archivers/hs-zlib-enum                   0.2.3_6          --> 0.2.3.1
audio/hs-ALUT                            2.2.0.0_14       --> 2.3.0.1
audio/hs-OpenAL                          1.4.0.2_5        --> 1.6.0.0
audio/hs-libmpd                          0.8.0.2_5        --> 0.8.0.5
benchmarks/hs-criterion                  0.6.2.1_6        --> 0.8.1.0
converters/hs-aeson                      0.6.1.0_6        --> 0.7.0.6
converters/hs-dataenc                    0.14.0.5_5       --> 0.14.0.7
databases/hs-mysql                       0.1.1.4_8        --> 0.1.1.6
databases/hs-persistent                  1.2.0.1_4        --> 1.3.1.1
databases/hs-persistent-sqlite           1.2.0_4          --> 1.3.0.5
databases/hs-persistent-template         1.2.0_4          --> 1.3.1.4
devel/hs-Boolean                         0.2_5            --> 0.2.1
devel/hs-ConfigFile                      1.1.1_9          --> 1.1.2
devel/hs-DrIFT                           2.2.3_8          --> 2.4.2
devel/hs-MemoTrie                        0.6.1_6          --> 0.6.2
devel/hs-MissingH                        1.2.0.0_6        --> 1.2.1.0
devel/hs-MonadCatchIO-mtl                0.3.0.5_6        --> 0.3.1.0
devel/hs-MonadCatchIO-transformers       0.3.0.0_8        --> 0.3.1.0
devel/hs-MonadRandom                     0.1.9_4          --> 0.1.13
devel/hs-SafeSemaphore                   0.9.0_6          --> 0.10.1
devel/hs-Stream                          0.4.6.1_6        --> 0.4.7.1
devel/hs-TypeCompose                     0.9.9_5          --> 0.9.10
devel/hs-abstract-deque                  0.2_4            --> 0.3
devel/hs-abstract-par                    0.3.1_8          --> 0.3.3
devel/hs-alex                            3.0.5_4          --> 3.1.3
devel/hs-ansi-terminal                   0.6_5            --> 0.6.1.1
devel/hs-ansi-wl-pprint                  0.6.6_6          --> 0.6.7.1
devel/hs-asn1-types                      0.1.3_4          --> 0.2.3
devel/hs-async                           2.0.1.4_4        --> 2.0.1.5
devel/hs-base16-bytestring               0.1.1.5_7        --> 0.1.1.6
devel/hs-basic-prelude                   0.3.5.0_4        --> 0.3.8
devel/hs-bifunctors                      3.2.0.1_5        --> 4.1.1.1
devel/hs-blaze-builder                   0.3.1.1_4        --> 0.3.3.2
devel/hs-blaze-builder-enumerator        0.2.0.5_6        --> 0.2.0.6
devel/hs-blaze-textual                   0.2.0.8_6        --> 0.2.0.9
devel/hs-bloomfilter                     1.2.6.10_7       --> 2.0.0.0
devel/hs-bytestring-show                 0.3.5.5_4        --> 0.3.5.6
devel/hs-c2hs                            0.16.4_6         --> 0.17.2
devel/hs-cabal-install                   1.16.0.2_4       --> 1.18.0.5
devel/hs-cereal                          0.3.5.2_7        --> 0.4.0.1
devel/hs-checkers                        0.3.1_5          --> 0.3.2
devel/hs-classy-prelude                  0.5.7_4          --> 0.9.3
devel/hs-classy-prelude-conduit          0.5.3_5          --> 0.9.3
devel/hs-cmdargs                         0.10.3_4         --> 0.10.9
devel/hs-conduit                         1.0.5_4          --> 1.1.7
devel/hs-configurator                    0.2.0.2_6        --> 0.3.0.0
devel/hs-convertible                     1.0.11.1_8       --> 1.1.0.0
devel/hs-cpphs                           1.16_5           --> 1.18.5
devel/hs-data-pprint                     0.2.1.4_6        --> 0.2.3
devel/hs-directory-tree                  0.11.0_6         --> 0.12.0
devel/hs-dlist                           0.5_13           --> 0.7.1
devel/hs-either                          3.4_5            --> 4.3.0.1
devel/hs-enumerator                      0.4.19_8         --> 0.4.20
devel/hs-errors                          1.4.1_5          --> 1.4.7
devel/hs-fast-logger                     0.3.1_7          --> 2.2.0
devel/hs-fgl                             5.4.2.4_9        --> 5.5.0.1
devel/hs-file-embed                      0.0.4.7_5        --> 0.0.7
devel/hs-filestore                       0.6.0.1_5        --> 0.6.0.3
devel/hs-fsnotify                        0.0.11_4         --> 0.1.0.3
devel/hs-gconf                           0.12.1.1_6       --> 0.12.5.0
devel/hs-generic-deriving                1.5.0_4          --> 1.6.3
devel/hs-geniplate                       0.6.0.3_5        --> 0.6.0.4
devel/hs-ghc-events                      0.4.2.0_6        --> 0.4.3.0
devel/hs-ghc-mtl                         1.0.1.2_6        --> 1.2.1.0
devel/hs-gio                             0.12.4_6         --> 0.12.5.3
devel/hs-glade                           0.12.1_10        --> 0.12.5.0
devel/hs-glib                            0.12.4_6         --> 0.12.5.4
devel/hs-gtk2hs-buildtools               0.12.4_6         --> 0.12.5.2
devel/hs-haddock                         2.13.2_4         --> 2.14.2
devel/hs-happy                           1.18.10_6        --> 1.19.4
devel/hs-hashable                        1.1.2.5_4,1      --> 1.2.2.0,1
devel/hs-hashed-storage                  0.5.10_6         --> 0.5.11
devel/hs-hashtables                      1.1.0.2_5        --> 1.1.2.1
devel/hs-haskell-src                     1.0.1.5_8        --> 1.0.1.6
devel/hs-haskell-src-exts                1.13.5_6         --> 1.15.0.1
devel/hs-hasktags                        0.68.2_5         --> 0.69.0
devel/hs-hastache                        0.5.0_5          --> 0.6.0
devel/hs-hinotify                        0.3.5_6          --> 0.3.7
devel/hs-hint                            0.3.3.6_5        --> 0.4.2.0
devel/hs-hlint                           1.8.45_4         --> 1.9.3
devel/hs-hoogle                          4.2.16_5         --> 4.2.34
devel/hs-hslogger                        1.2.1_6          --> 1.2.4
devel/hs-hspec                           1.5.4_4          --> 1.11.0
devel/hs-hspec-expectations              0.3.2_4          --> 0.6.0.1
devel/hs-kqueue                          0.1.2.4_6        --> 0.1.2.6
devel/hs-language-c                      0.3.2.1_11       --> 0.4.5
devel/hs-language-javascript             0.5.7_6          --> 0.5.13
devel/hs-largeword                       1.0.5_4          --> 1.2.3
devel/hs-lens                            3.9.0.2_4        --> 4.3.3
devel/hs-lifted-base                     0.2.0.5_4        --> 0.2.3.0
devel/hs-logict                          0.6_5            --> 0.6.0.2
devel/hs-mmap                            0.5.8_7          --> 0.5.9
devel/hs-mmorph                          1.0.0_4          --> 1.0.3
devel/hs-monad-control                   0.3.2.1_4        --> 0.3.3.0
devel/hs-monad-logger                    0.3.1.1_4        --> 0.3.7.1
devel/hs-monad-par                       0.3.4.2_4        --> 0.3.4.6
devel/hs-monad-par-extras                0.3.2_8          --> 0.3.3
devel/hs-mtl                             2.1.2_6          --> 2.1.3.1
devel/hs-mueval                          0.9_5            --> 0.9.1.1
devel/hs-murmur-hash                     0.1.0.6_6        --> 0.1.0.7
devel/hs-optparse-applicative            0.5.2.1_5        --> 0.9.1.1
devel/hs-parallel                        3.2.0.3_6        --> 3.2.0.4
devel/hs-pcre-light                      0.4_13           --> 0.4.0.2
devel/hs-primitive                       0.5.0.1_6        --> 0.5.2.1
devel/hs-profunctors                     3.3.0.1_4        --> 4.2.0.1
devel/hs-project-template                0.1.3_5          --> 0.1.4.1
devel/hs-quickcheck-io                   0.1.0_4          --> 0.1.1
devel/hs-reflection                      1.3.2_4          --> 1.5.1
devel/hs-resource-pool                   0.2.1.1_6        --> 0.2.3.0
devel/hs-resourcet                       0.4.7.1_4        --> 1.1.2.3
devel/hs-safe                            0.3.3_9          --> 0.3.7
devel/hs-setenv                          0.1.0_6          --> 0.1.1.1
devel/hs-simple-reflect                  0.3.1_5          --> 0.3.2
devel/hs-smallcheck                      1.0.2_5          --> 1.1.1
devel/hs-syb                             0.4.0_4          --> 0.4.1
devel/hs-syb-with-class                  0.6.1.4_6        --> 0.6.1.5
devel/hs-system-fileio                   0.3.11_5         --> 0.3.14
devel/hs-system-filepath                 0.4.7_6          --> 0.4.12
devel/hs-tagged                          0.6_4            --> 0.7.2
devel/hs-temporary                       1.1.2.4_6        --> 1.2.0.3
devel/hs-test-framework                  0.8_7            --> 0.8.0.3
devel/hs-test-framework-hunit            0.3.0_7          --> 0.3.0.1
devel/hs-test-framework-quickcheck2      0.3.0.1_7        --> 0.3.0.3
devel/hs-text                            0.11.3.1_4       --> 1.1.0.0
devel/hs-threads                         0.5.0.2_5        --> 0.5.1.2
devel/hs-threadscope                     0.2.2_6          --> 0.2.4
devel/hs-timezone-olson                  0.1.2_5          --> 0.1.4
devel/hs-timezone-series                 0.1.2_5          --> 0.1.3
devel/hs-transformers-base               0.4.1_9          --> 0.4.2
devel/hs-uniplate                        1.6.10_6         --> 1.6.12
devel/hs-unix-compat                     0.4.1.1_4        --> 0.4.1.3
devel/hs-unix-time                       0.1.8_4          --> 0.3.3
devel/hs-unordered-containers            0.2.3.1_4        --> 0.2.4.0
devel/hs-utf8-light                      0.4.0.1_8        --> 0.4.2
devel/hs-utf8-string                     0.3.7_9          --> 0.3.8
devel/hs-utility-ht                      0.0.9_4          --> 0.0.10
devel/hs-uuagc                           0.9.42.3_4       --> 0.9.51
devel/hs-uuagc-cabal                     1.0.4.0_7        --> 1.0.5.0
devel/hs-uuid                            1.2.13_4         --> 1.3.3
devel/hs-uulib                           0.9.15_5         --> 0.9.16
devel/hs-vault                           0.2.0.4_5        --> 0.3.0.3
devel/hs-vector                          0.10.0.1_6       --> 0.10.9.1
devel/hs-vector-algorithms               0.5.4.2_6        --> 0.6.0.3
devel/hs-void                            0.6_4            --> 0.6.1
devel/hs-word8                           0.0.3_5          --> 0.1.1
graphics/hs-HGL                          3.2.0.2_14       --> 3.2.0.5
graphics/hs-cairo                        0.12.4_6         --> 0.12.5.3
graphics/hs-svgcairo                     0.12.1.1_8       --> 0.12.5.2
mail/hs-email-validate                   1.0.0_5          --> 2.0.1
mail/hs-mime                             0.3.4_6          --> 0.4.0.1
mail/hs-mime-mail                        0.4.1.2_7        --> 0.4.5.2
mail/hs-mime-types                       0.1.0.3_5        --> 0.1.0.4
math/hs-Agda                             2.3.2_6          --> 2.4.0.2
math/hs-categories                       1.0.5_5          --> 1.0.6
math/hs-comonad                          3.0.2_5          --> 4.2.2
math/hs-contravariant                    0.4_5            --> 1.1
math/hs-data-lens                        2.10.2_7         --> 2.10.5
math/hs-data-lens-template               2.1.7_7          --> 2.1.8
math/hs-distributive                     0.3.1_5          --> 0.4.4
math/hs-math-functions                   0.1.3.0_5        --> 0.1.5.2
math/hs-mwc-random                       0.12.0.1_6       --> 0.13.1.2
math/hs-nats                             0.1_5            --> 0.2
math/hs-pointed                          3.0.2_6          --> 4.1
math/hs-probability                      0.2.4_8          --> 0.2.4.1
math/hs-semigroupoids                    3.0.2_6          --> 4.0.4
math/hs-semigroups                       0.9.1_4          --> 0.15.2
math/hs-statistics                       0.10.3.1_4       --> 0.13.2.1
math/hs-vector-space                     0.8.6_7          --> 0.8.7
multimedia/hs-gstreamer                  0.12.1.2_6       --> 0.12.5.0
net/hs-network                           2.4.1.2_4        --> 2.4.2.3
net/hs-network-info                      0.2.0.3_6        --> 0.2.0.5
net/hs-network-multicast                 0.0.7_6          --> 0.0.11
net/hs-simple-sendfile                   0.2.11_5         --> 0.2.15
net/hs-socks                             0.5.1_4          --> 0.5.4
science/hs-bio                           0.5.2_8          --> 0.5.3
security/hs-HsOpenSSL                    0.10.3.3_6       --> 0.11
security/hs-RSA                          1.2.2.0_7        --> 2.0.0
security/hs-SHA                          1.6.1_6          --> 1.6.4.1
security/hs-certificate                  1.3.7_4          --> 1.3.9
security/hs-cipher-aes                   0.1.8_4          --> 0.2.8
security/hs-cipher-rc4                   0.1.2_5          --> 0.1.4
security/hs-clientsession                0.9_4            --> 0.9.0.3
security/hs-cprng-aes                    0.3.4_6          --> 0.5.2
security/hs-crypto-api                   0.12.1_4         --> 0.13
security/hs-crypto-conduit               0.5.2_4          --> 0.5.4
security/hs-crypto-numbers               0.1.3_5          --> 0.2.3
security/hs-crypto-pubkey                0.1.3_4          --> 0.2.4
security/hs-crypto-pubkey-types          0.3.2_4          --> 0.4.2.2
security/hs-cryptocipher                 0.5.0_4          --> 0.6.2
security/hs-cryptohash                   0.9.0_4          --> 0.11.6
security/hs-entropy                      0.2.1_9          --> 0.3.2
security/hs-monadcryptorandom            0.5.1_5          --> 0.6.1
security/hs-pem                          0.1.2_6          --> 0.2.2
security/hs-pwstore-fast                 2.3_7            --> 2.4.1
security/hs-skein                        1.0.3_4          --> 1.0.9
security/hs-tls                          1.1.2_5          --> 1.2.8
sysutils/hs-angel                        0.3.4_6          --> 0.5.0
sysutils/hs-cpu                          0.1.1_7          --> 0.1.2
textproc/hs-Diff                         0.2.0_5          --> 0.3.0
textproc/hs-HStringTemplate              0.7.1_5          --> 0.7.3
textproc/hs-HaXml                        1.24_4           --> 1.24.1
textproc/hs-attoparsec-enumerator        0.3.1_7          --> 0.3.3
textproc/hs-blaze-html                   0.6.1.1_4        --> 0.7.0.2
textproc/hs-blaze-markup                 0.5.1.5_4        --> 0.6.1.0
textproc/hs-case-insensitive             1.0.0.2_4        --> 1.1.0.3
textproc/hs-citeproc-hs                  0.3.8_5          --> 0.3.9
textproc/hs-feed                         0.3.8_13         --> 0.3.9.2
textproc/hs-hexpat                       0.20.3_6         --> 0.20.6
textproc/hs-highlighting-kate            0.5.3.9_4        --> 0.5.8.5
textproc/hs-html-conduit                 1.1.0_5          --> 1.1.0.5
textproc/hs-hxt                          9.3.1.1_7        --> 9.3.1.4
textproc/hs-hxt-charproperties           9.1.1_9          --> 9.1.1.1
textproc/hs-hxt-unicode                  9.0.2_9          --> 9.0.2.2
textproc/hs-pandoc-types                 1.10_5           --> 1.12.4.1
textproc/hs-parsec                       3.1.3_6          --> 3.1.5
textproc/hs-regex-pcre-builtin           0.94.4.5.8.31_5  --> 0.94.4.8.8.35
textproc/hs-regex-tdfa                   1.1.8_5          --> 1.2.0
textproc/hs-stringsearch                 0.3.6.4_6        --> 0.3.6.5
textproc/hs-tagsoup                      0.12.8_6         --> 0.13.1
textproc/hs-tagstream-conduit            0.5.4_5          --> 0.5.5.1
textproc/hs-texmath                      0.6.1.5_4        --> 0.6.7
textproc/hs-xml-conduit                  1.1.0.3_5        --> 1.2.1
textproc/hs-xml-types                    0.3.3_6          --> 0.3.4
textproc/hs-xmlhtml                      0.2.1_5          --> 0.2.3.2
textproc/hs-yaml                         0.8.2.4_4        --> 0.8.8.4
www/hs-HTTP                              4000.2.8_4       --> 4000.2.10
www/hs-authenticate                      1.3.2.6_5        --> 1.3.2.9
www/hs-cgi                               3001.1.7.5_4,1   --> 3001.1.8.5,1
www/hs-cookie                            0.4.0.1_6        --> 0.4.1.2
www/hs-css-text                          0.1.1_10         --> 0.1.2.1
www/hs-gitit                             0.10.3.1_5       --> 0.10.4
www/hs-hS3                               0.5.7_5          --> 0.5.8
www/hs-happstack                         7.0.1_7          --> 7.0.2
www/hs-happstack-server                  7.1.7.1_4        --> 7.3.7
www/hs-heist                             0.12.0_4         --> 0.13.1.2
www/hs-hjsmin                            0.1.4.1_5        --> 0.1.4.7
www/hs-http-conduit                      1.9.3_4          --> 2.1.4
www/hs-http-reverse-proxy                0.1.1.6_4        --> 0.4.0.1
www/hs-http-server                       1.0.2_5          --> 1.0.4
www/hs-http-types                        0.8.0_5          --> 0.8.5
www/hs-oeis                              0.3.1_10         --> 0.3.5
www/hs-path-pieces                       0.1.2_6          --> 0.1.4
www/hs-recaptcha                         0.1_9            --> 0.1.0.2
www/hs-shakespeare                       1.0.5_4          --> 2.0.1.1
www/hs-snap                              0.12.0_4         --> 0.13.2.8
www/hs-snap-core                         0.9.3.1_5        --> 0.9.6.3
www/hs-snap-server                       0.9.3.3_5        --> 0.9.4.5
www/hs-wai                               1.4.0_5          --> 3.0.1.1
www/hs-wai-app-static                    1.3.1.2_5        --> 3.0.0
www/hs-wai-extra                         1.3.4_4          --> 3.0.1.2
www/hs-wai-logger                        0.3.0_7          --> 2.2.0
www/hs-warp                              1.3.8.1_4        --> 3.0.0.5
www/hs-webkit                            0.12.4_8         --> 0.12.6.1
www/hs-xss-sanitize                      0.3.3_6          --> 0.3.5.2
www/hs-yesod                             1.2.0.1_4        --> 1.2.6.1
www/hs-yesod-auth                        1.2.0_4          --> 1.3.4
www/hs-yesod-core                        1.2.0.4_4        --> 1.2.19
www/hs-yesod-form                        1.3.0_4          --> 1.3.14
www/hs-yesod-persistent                  1.2.0_4          --> 1.2.3
www/hs-yesod-routes                      1.2.0_4          --> 1.2.0.7
www/hs-yesod-static                      1.2.0_4          --> 1.2.4
www/hs-yesod-test                        1.2.0_4          --> 1.2.3.2
x11-toolkits/hs-GLURaw                   1.3.0.0_4        --> 1.4.0.1
x11-toolkits/hs-GLUT                     2.4.0.0_5,1      --> 2.5.1.1,1
x11-toolkits/hs-OpenGL                   2.8.0.0_4,1      --> 2.9.2.0,1
x11-toolkits/hs-OpenGLRaw                1.3.0.0_5        --> 1.5.0.0
x11-toolkits/hs-gtk                      0.12.4_6         --> 0.12.5.7
x11-toolkits/hs-gtkglext                 0.12.1_10        --> 0.12.5.0
x11-toolkits/hs-gtksourceview2           0.12.3.1_8       --> 0.12.5.0
x11-toolkits/hs-pango                    0.12.4_6         --> 0.12.5.3
x11-toolkits/hs-vte                      0.12.1_10        --> 0.12.5.0
x11-toolkits/hs-wx                       0.90.0.1_8       --> 0.90.1.0
x11-toolkits/hs-wxc                      0.90.0.4_7       --> 0.90.1.1
x11-toolkits/hs-wxcore                   0.90.0.3_7       --> 0.90.1.1
x11-toolkits/hs-wxdirect                 0.90.0.1_8       --> 0.90.1.1
x11-wm/hs-xmonad-contrib                 0.11.1_6         --> 0.11.3
x11/hs-X11                               1.6.1.1_6        --> 1.6.1.2
x11/hs-xmobar                            0.17_4           --> 0.21

Removed ports (28):

archivers/hs-zlib-conduit: Deprecated in favor of conduit-extra
devel/hs-IORefCAS: Deprecated in favor of atomic-primops
devel/hs-StateVar: Deprecated
devel/hs-Tensor: Depcrecated
devel/hs-attempt: Deprecated in favor of exceptions
devel/hs-base64-conduit: Deprecated in favor of conduit-combinators
devel/hs-blaze-builder-conduit: Deprecated in favor of conduit-extra
devel/hs-failure: Deprecated in favor or exceptions
devel/hs-filesystem-conduit: Deprecated in favor of conduit-combinators
devel/hs-haskeline: Become part of GHC
devel/hs-pool-conduit: Deprecated in favor of resource-pool
devel/hs-profunctor-extras: Absorbed into profunctors
devel/hs-terminfo: Become part of GHC
devel/hs-transformers: Become part of GHC
math/hs-comonad-transformers: Deprecated in favor of comonad
math/hs-comonads-fd: Deprecated in favor of comonad
math/hs-groupoids: Deprecated in favor of semigroupoids
math/hs-semigroupoid-extras: Deprecated in favor of semigroupoids
net/hs-network-conduit: Deprecated in favor of conduit-extra
security/hs-tls-extra: Deprecated in favor of tls
textproc/hs-attoparsec-conduit: Deprecated in favor of conduit-extra
textproc/hs-xhtml: Become part of GHC
www/hs-hamlet: Deprecated in favor of shakespeare
www/hs-shakespeare-css: Deprecated in favor of shakespeare
www/hs-shakespeare-i18n: Deprecated in favor of shakespeare
www/hs-shakespeare-js: Deprecated in favor of shakespeare
www/hs-shakespeare-text: Deprecated in favor of shakespeare
www/hs-wai-test: Deprecated in favor of wai-extra

Approved by:	portmgr (implicit, touching unstaged ports)
Obtained from:	FreeBSD Haskell
2014-08-10 22:34:50 +00:00
Steve Wills
e3b82e3af7 net/google-cloud-sdk: add port for google cloud tools
Wasn't able to find any kind of version for this at all, so use todays date,
along with a prefix that will hopefully allow to avoid PORTEPOCH later.
2014-08-10 03:09:33 +00:00
John Marino
68c3f4e0bc Add new port net/p5-Net-RabbitFoot
PR:		191713
Submitted by:	Bill Brinzer

     ================================================================

Net::RabbitFoot is an AMQP(Advanced Message Queuing Protocol) client library,
that is intended to allow you to interact with AMQP-compliant message
brokers/servers such as RabbitMQ in an asynchronous fashion.
2014-08-07 13:34:49 +00:00
John Marino
c32c356c4a Add new port net/sie-nmsg
PR:		190731
Submitted by:	Don Lewis (truckman@)

     ================================================================

This package extends the libnmsg runtime <net/nmsg> to support the
following message types:

SIE/dnsdedupe
SIE/newdomain
SIE/qr
SIE/reputation
SIE/delay
2014-08-07 11:17:35 +00:00
John Marino
aa961f501b Add new port net/nmsg
PR:		190601
Submitted by:	Don Lewis (truckman@)

     ================================================================

The NMSG format is an efficient encoding of typed, structured data into
payloads which are packed into containers which can be transmitted over
the network or stored to disk. libnmsg is the reference implementation
of this format and provides an extensible interface for creating and
parsing messages in NMSG format. The NMSG format relies on Google
Protocol Buffers to encode the payload header. Individual NMSG payloads
are distinguished by assigned vendor ID and message type values and
libnmsg provides a modular interface for registering handlers for
specific message types. libnmsg makes it easy to build new message
types using the protobuf-c compiler.
2014-08-07 11:02:58 +00:00
Sunpoet Po-Chuan Hsieh
e6663c15cf - Add p5-Net-HTTP-Spore-Middleware-Header 0.03
Net::HTTP::Spore::Middleware::Header is a middleware that add header on each
request. You can specify for exemple a Content-Type to pass.

WWW: http://search.cpan.org/dist/Net-HTTP-Spore-Middleware-Header/
2014-08-01 16:21:19 +00:00
Sunpoet Po-Chuan Hsieh
54e345822d - Add p5-Net-HTTP-Spore 0.06
Net::HTTP::Spore is an implementation of the SPORE specification.

To use this client, you need to use or to write a SPORE specification of an API.
A description of the SPORE specification format is available at [1].

[1] http://github.com/SPORE/specifications/blob/master/spore_description.pod

WWW: http://search.cpan.org/dist/Net-HTTP-Spore/
2014-08-01 16:20:06 +00:00
Rene Ladan
36e34f48e2 Remove expired ports:
2014-07-23 chinese/big5con: Fails to build with new utmpx
2014-07-23 chinese/hztty: Fails to build with new utmpx
2014-07-23 irc/solid-ircd: Fails to build with new utmpx
2014-07-23 korean/eterm: Fails to build with new utmpx
2014-07-23 mail/biffer: Fails to build with new utmpx
2014-07-23 misc/c-hey: Fails to build with new utmpx
2014-07-23 misc/wminfo: Fails to build with new utmpx
2014-07-23 net/sendfile: Fails to build with new utmpx
2014-07-23 net-im/centericq: Fails to build with new utmpx
2014-07-23 security/chkrootkit: Fails to build with new utmpx
2014-07-23 security/openfwtk: Fails to build with new utmpx
2014-07-23 security/pam_alreadyloggedin: Fails to build with new utmpx
2014-07-23 security/srp: Fails to build with new utmpx
2014-07-23 security/sud: Fails to build with new utmpx
2014-07-23 sysutils/hyperic-sigar: Fails to build with new utmpx
2014-07-23 sysutils/lookupd: Fails to build with new utmpx
2014-07-23 sysutils/lookupd_ldap: Fails to build with new utmpx
2014-07-23 sysutils/p5-Sys-Utmp: Fails to build with new utmpx
2014-07-23 sysutils/syslog-ng2: Fails to build with new utmpx
2014-07-23 sysutils/yawho: Fails to build with new utmpx
2014-07-24 18:36:19 +00:00
Rene Ladan
172eefaac0 Remove expired ports:
2014-07-21 accessibility/at-poke: Depends on expired libgailgnome
2014-04-10 misc/bigboard: gnome-panel will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 net/desktop-data-model: gnome-desktop 2.x will be updated in the GNOME 3 import
2014-07-21 net/online-desktop: Disappeared upstream, depends on expired ports
2014-07-21 08:39:11 +00:00
Kurt Jaeger
7b57200a3d New port: net/openggsn
OpenGGSN is an implementation of the Gateway GPRS Support Node element
in the GPRS core network.
OpenGGSN was developed in 2002 to 2004 by Mondru AB and was abandoned
for some years before adopted by the Osmocom project.

WWW: http://openbsc.osmocom.org/trac/wiki/OpenGGSN

PR:		191876
Submitted by:	koue@chaosophia.net (maintainer)
2014-07-16 05:56:38 +00:00
Tijl Coosemans
c5f5a1d39d - Move net/linphone-base to replace net/linphone and update to version 3.7.0
- Adjust ports that depended on linphone-base to depend on net/ortp or
  net/mediastreamer instead
- Mark net-im/libjingle deprecated (part of Google Talk)

Approved by:	portmgr (implicit, PORTREVISION bump of unstaged port)
2014-07-14 10:29:38 +00:00
Tijl Coosemans
021e8650b1 Temporarily remove net/linphone slave port. It will be replaced by
net/linphone-base master port but cannot happen in one commit due to a
pre-commit hook that disallows file replacements.
2014-07-14 10:11:31 +00:00
Tijl Coosemans
d1085dc0a2 Restore linphone-base, accidentally removed in previous commit 2014-07-13 12:53:03 +00:00
Tijl Coosemans
46bd1799ba New port: net/belle-sip
Belle-sip is a SIP (RFC3261) implementation written in C, with an object
oriented API.

* RFC3261 compliant implementation of SIP parser, writer, transactions and
  dialog layers
* http client api
* support of client TLS certificate
* fully asynchronous transport layer (UDP, TCP, TLS)
* fully asynchronous DNS resolution with SRV
* full dual-stack IPv6 support
* SIP transaction state machines with lastest corrections (RFC6026)
* automatic management of request refreshes with network disconnection
  resiliency thanks to the "refresher" object
* supported platforms: Linux, Mac OSX, windows XP+, iOS, Android,
  Blackberry 10

PR:		191528
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-07-13 12:50:30 +00:00
Olivier Duchateau
60a0ef534b uGet is a very powerful download manager application, with large inventory
of features but is still very light-weight and low on resources.

General features:
- Downloads queue
- Resume downloads
- Advanced download categories
- Clipboard monitor
- Batch downloads
- Multi-protocol
- Scheduler

WWW: http://ugetdm.com/
2014-07-12 11:25:04 +00:00
Tijl Coosemans
13d4d5d91d New port: net/mediastreamer
Mediastreamer2 is a powerful and lightweight streaming engine specialized
in voice/video telephony applications.

It is the library that is responsible for all the receiving and sending of
multimedia streams in linphone, including voice/video capture, encoding and
decoding, and rendering.
2014-07-11 15:52:23 +00:00
Rene Ladan
a503f94127 Remove expired port:
2014-07-06 net/ttbudget: does not build, mastersite disapperead, not staged
2014-07-06 13:03:38 +00:00
Rene Ladan
a1334cc533 Remove expired ports:
2014-06-30 www/trac-TracDuplicates: Broken for more than 5 months
2014-06-30 mail/hotwayd: Protocol changed, software unusable
2014-06-30 mail/ilohamail-devel: Upstream disappeared
2014-06-30 games/tyrquake: Broken for more than 5 months
2014-06-30 net/gkrellmqst: GKrellM 1.X is no longer being developed, consider using 2.X.
2014-06-30 security/p5-Jifty-Plugin-OpenID: Broken for more than 5 months
2014-06-30 games/sumwars: Broken for more than 5 months
2014-06-30 audio/ruby-esound: Broken for more than 5 months
2014-06-30 x11-toolkits/py-pyqwt: Broken for more than 5 months
2014-06-30 net-im/ysm: Broken for more than 5 months
2014-06-30 net-mgmt/send: Broken for more than 5 months
2014-06-30 net/p5-Jifty-Plugin-Authentication-Ldap: Broken for more than 5 months
2014-06-30 net-p2p/bittyrant: Broken for more than 5 months
2014-06-30 sysutils/gkrellm: GKrellM 1.X is no longer being developed, consider using 2.X.
2014-06-30 audio/gkrellmms: GKrellM 1.X is no longer being developed, consider using 2.X.
2014-06-30 audio/gkrellmvolume: GKrellM 1.X is no longer being developed, consider using 2.X.
2014-06-30 misc/gkrellmlaunch: GKrellM 1.X is no longer being developed, consider using 2.X.
2014-06-30 misc/gkrellmfmonitor: GKrellM 1.X is no longer being developed, consider using 2.X.
2014-06-30 misc/gkrellshoot: GKrellM 1.X is no longer being developed, consider using 2.X.
2014-06-30 polish/sms2: sms2 is no longer being developed, consider using alternative software.
2014-06-30 x11-toolkits/py-wmdockapps: Crufty and nothing depends on this
2014-06-30 audio/tagger: Ancient, unmaintained
2014-06-30 www/mod_wsgi2: No longer supported, please use www/mod_wsgi3 instead
2014-06-30 security/botan: Botan 1.8 have known bugs and is no longer supported upstream, migrate to security/botan110
2014-06-30 08:37:49 +00:00
John Marino
1a4672f9fe Add net port net/tclsoap (after 1.5 year wait)
This PR was submitted 5 January 2013.  It suffered a bit of bitrot, but
staging worked out of the box.  I made some minor adjustments.

PR:		174988
Submitted by:	Sebastien Santoro

     ================================================================

tclsoap provides support for building clients and servers
for the SOAP remote procedure call protocol from Tcl. SOAP
is an XML based RPC mechanism which provides cross-platform
cross language compatability.
2014-06-19 09:01:15 +00:00
Baptiste Daroussin
c988bec51c Remove callweaver, the project is dead
Approved by:	melifaro (maintainer)
2014-06-12 10:51:59 +00:00
John Marino
f2aad7685c Resurrect net/wackmole and upgrade version 2.14 => 2.15
This port was removed because it's dependency "spread" was removed.
Spread has returned, and now this one returns with a new version.

  * maintainership passed to submitter (old version was not unmaintained)
  * pkg-descr rewritten, WWW updated
  * LIB_DEPENDS format updated
  * distfile mirror added
  * USES+= tar:xz used
  * patches regenerated

PR:		189403
Submitted by:	Chris Hutchison
Fixes by:	marino
2014-06-11 14:25:01 +00:00
Rene Ladan
bc6d2aeff6 Remove net/cvsup-mirror: www, doc, gnats, ports repo gone; src repo deprecated 2014-06-01 20:17:14 +00:00
Sunpoet Po-Chuan Hsieh
c11fb52a8e - Add pecl-mosquitto 0.2.2
Mosquitto provides support for the MQTT protocol, including publishing,
subscribing, and an event loop.

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

PR:		ports/190262
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
2014-05-26 16:15:33 +00:00
Sunpoet Po-Chuan Hsieh
1b5302634a - Add libexosip2-legacy 3.6.0 (repocopied from net/libexosip2)
- Add LICENSE
- Convert to new LIB_DEPENDS format
- Mark CONFLICTS_INSTALL with net/libexosip2

PR:		ports/188315
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
2014-05-25 18:37:51 +00:00
Steve Wills
8dc7ac012f Mosquitto is an open source implementation of a server for version 3.1 of the
MQTT protocol.

WWW: http://mosquitto.org/

PR:		ports/189451
Submitted by:	Joseph Benden <joe@thrallingpenguin.com>
2014-05-25 12:20:49 +00:00
Tim Bishop
7fe4513846 Self Service Password is a web-based LDAP client. It provides easy,
anywhere-accessible, multi-language service to change your LDAP password.
Since it is a web application, this LDAP browser works on many platforms,
making change of your LDAP/AD password accessible from any location.

WWW: http://ltb-project.org/wiki/documentation/self-service-password/latest/start

PR:		ports/185297
Submitted by:	Krzysztof Stryjek <ports@bsdserwis.com>
2014-05-24 15:11:55 +00:00
Steve Wills
5ede0f0069 - Create new port for the 0.1.x version of rubygem-rubyntlm for use with an
upcoming port of rubygem-winrm which is required by an upcoming update to
sysutils/vagrant

PR:		ports/189428
Submitted by:	Joseph Benden <joe@thrallingpenguin.com>
2014-05-14 16:49:26 +00:00
Sunpoet Po-Chuan Hsieh
f89e586449 - Add pecl-yp 1.0.0
NIS (formerly called Yellow Pages) allows network management of important
administrative files (e.g. the password file).

WWW: http://pecl.php.net/packages/yp

PR:		ports/189665
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
2014-05-13 14:34:41 +00:00
Edwin Groothuis
f53405b505 Remove net/ipfw-graph.
Not done anything on it for a looooong time.
2014-05-11 05:44:13 +00:00
Rui Paulo
d080d285d8 Add rubygem-netrc.
This is a library for handling netrc files and is a pre-requisite for the
Heroku CLI.

Reviewed by:	swills
Approved by:	swills
2014-05-09 05:25:56 +00:00
Rene Ladan
32e92194b7 Remove expired ports:
2014-04-30 x11-toolkits/gigi: Does not compile on 10 or higher
2014-04-30 net/asterisk-oh323: Depends on broken and unsupported asterisk14
2014-04-30 net/asterisk14: Broken and unsupported
2014-04-30 net/asterisk14-addons: Depends on broken and unsupported asterisk14
2014-04-30 ports-mgmt/pkg_install: Replaced by ports-mgmt/pkg
2014-05-01 x11-drivers/xf86-input-magictouch: Does not compile
2014-05-01 x11-drivers/xf86-video-cyrix: requires pciVideoPtr typedef
2014-05-01 x11-drivers/xf86-video-sis-intel: requires pciVideoPtr typedef
2014-05-01 net/py-spreadmodule: Depends on expired net/spread
2014-05-01 net/p5-Spread-Message: Depends on expired net/spread
2014-05-01 net/p5-POE-Component-Spread: Depends on expired net/spread
2014-05-01 net/p5-Spread-Session: Depends on expired net/spread
2014-05-01 sysutils/wmmemload: Broken
2014-05-01 lang/ml-pnet: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono
2014-05-01 lang/treecc: PNET dependency decommissioned Dec 2012
2014-05-01 lang/pnetlib: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono
2014-05-01 lang/pnet-base: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono
2014-05-01 benchmarks/pnetmark: PNET dependency decommissioned Dec 2012
2014-05-01 lang/pnet: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono
2014-05-01 x11-wm/stumpwm: Broken for more than 4 months
2014-05-01 sysutils/cpupowerd: Not maintained from upstream anymore and only supports ancient AMD K8.
2014-05-01 net/pchar: Obsolete, abandoned
2014-05-03 x11-fonts/texcm-ttf: Should be replaced by x11-fonts/stix-fonts
2014-05-04 10:51:02 +00:00
Rene Ladan
496193d869 Remove expired port:
2014-05-01 net/wackamole: Depends on expired www/spread
2014-05-04 10:25:35 +00:00
Rene Ladan
8b3c8800eb Remove expired ports:
2014-04-16 ports-mgmt/pkgsearch: Upstream disappeared
2014-04-17 science/flounder: Unmaintained since 2002
2014-04-17 security/nbaudit: Unmaintained since 2002
2014-04-17 security/saint: Unmaintained since 2002
2014-04-17 graphics/gozer: Unmaintained since 2002
2014-04-17 misc/pdfmap: Unmaintained since 2002
2014-04-17 devel/showgrammar: Unmaintained since 2002
2014-04-17 biology/libgenome: Unmaintained since 2002
2014-04-17 deskutils/narval: Unmaintained since 2002
2014-04-17 devel/fampp: Unmaintained since 2002
2014-04-17 net-p2p/py-fngrab: Unmaintained since 2002
2014-04-17 misc/wmfirew: Unmaintained since 2002
2014-04-17 x11-wm/e16utils: Unmaintained since 2002
2014-04-17 misc/salias: Unmaintained since 2002
2014-04-17 print/latex2slides: Unmaintained since 2002
2014-04-17 lang/sxm: Unmaintained since 2002
2014-04-17 textproc/pybook: Unmaintained since 2002
2014-04-17 mail/mailcrypt: Unmaintained since 2002
2014-04-17 japanese/elvis: Unmaintained since 2002
2014-04-17 devel/prototype: Unmaintained since 2002
2014-04-17 print/wprint: Unmaintained since 2002
2014-04-17 science/euler: Unmaintained since 2002
2014-04-17 multimedia/gopchop: Unmaintained since 2002
2014-04-17 science/gdis: Unmaintained since 2002
2014-04-17 net/googolplex: Unmaintained since 2002
2014-04-17 lang/logo: Unmaintained since 2002
2014-04-17 textproc/roap: Unmaintained since 2002
2014-04-17 x11-wm/afterstep-i18n: Unmaintained since 2002
2014-04-17 games/yamsweeper: Unmaintained since 2002
2014-04-17 net-mgmt/echolot: Unmaintained since 2002
2014-04-17 security/pam_smb: Unmaintained since 2002
2014-04-18 devel/lua-redis-parser: Broken for more than 6 months
2014-04-18 biology/finchtv: Broken for more than 6 months
2014-04-18 net-im/ari-yahoo: Broken for more than 1 year (http://www.icculus.org/ari-yahoo/)
2014-04-18 11:17:45 +00:00
Diane Bruce
6260a8a4fe aprsc (pronounced a-purrs-c) is a plain APRS-IS server intended to be used
on the core and Tier2 APRS-IS servers. It is written in the C language,
and it runs on Linux and Unix servers.

If you need igate or other radio-interfacing features, aprsc is not for you.

- toyo
toyokun@gmail.com

WWW: http://he.fi/aprsc

PR:		ports/188539
Submitted by:	toyokun@gmail.com
2014-04-18 00:19:41 +00:00
Rene Ladan
bac6e092c4 Remove expired ports:
2014-04-12 net/pvm++: Unmaintained since 2001
2014-04-12 devel/ixlib: Unmaintained since 2001
2014-04-12 mail/althea: Unmaintained since 2001
2014-04-12 graphics/claraocr: Unmaintained since 2001
2014-04-12 graphics/qvplay: Unmaintained since 2001
2014-04-12 print/guitartex: Unmaintained since 2001
2014-04-12 print/pnm2ppa: Unmaintained since 2001
2014-04-12 graphics/opendis: Unmaintained since 2001
2014-04-12 net/gnome-mud: Unmaintained since 2001
2014-04-12 graphics/maverik: Unmaintained since 2001
2014-04-12 biology/rasmol: Unmaintained since 2001
2014-04-12 mail/mail2procmailrc: Unmaintained since 2001
2014-04-12 science/felt: Unmaintained since 2001
2014-04-12 textproc/pardiff: Unmaintained since 2001
2014-04-12 lang/klone: Unmaintained since 2001
2014-04-12 net/rmsg: Unmaintained since 2001
2014-04-12 net/sharity-light: Unmaintained since 2001
2014-04-12 biology/genpak: Unmaintained since 2001
2014-04-12 net/forg: Unmaintained since 2001
2014-04-12 misc/txt2regex: Unmaintained since 2001
2014-04-12 textproc/ipdf: Unmaintained since 2001
2014-04-12 graphics/plotmtv: Unmaintained since 2001
2014-04-12 devel/happydoc: Unmaintained since 2001
2014-04-12 print/cpp2latex: Unmaintained since 2001
2014-04-12 graphics/svg2swf: Unmaintained since 2001
2014-04-12 devel/flick: Unmaintained since 2001
2014-04-12 mail/smail: Unmaintained since 2001
2014-04-12 net/net-http: Unmaintained since 2001
2014-04-12 security/cfv: Unmaintained since 2001
2014-04-12 graphics/camediaplay: Unmaintained since 2001
2014-04-12 math/umatrix: Unmaintained since 2001
2014-04-13 10:55:38 +00:00
Rene Ladan
7e5f1066a3 Remove expired ports:
2014-03-10 www/p5-CGI-modules: No more public distfiles
2014-04-10 www/p5-WWW-Link: Depends on expired www/p5-CGI-modules
2014-03-10 www/sbox-dtc: No more public distfiles
2014-04-10 sysutils/dtc: Depends on expired www/sbox-dtc
2014-03-10 textproc/glimpse: No more public distfiles
2014-04-10 ftp/ftplocate: Depends on expired textproc/glimpse
2014-04-10 misc/tkman: Depends on expired textproc/glimpse
2014-04-09 devel/asl: Unmaintained since 1997
2014-04-09 net/pcnfsd: Unmaintained since 1997
2014-04-10 cad/chipmunk: Unmaintained since 1999
2014-04-10 graphics/comix: Insists on installing in /usr/local, and uses nautilus2 which is deprecated.
2014-04-10 www/mambo: Broken for more than 6 months
2014-04-10 devel/lua-rds-parser: Broken for more than 6 months
2014-04-10 editors/the: Unmaintained since 1999
2014-04-10 japanese/exmh2: Unmaintained since 1999
2014-04-10 net/freewais-sf: Unmaintained since 1999
2014-04-10 editors/elvis: Unmaintained since 1999
2014-04-10 japanese/sed: Unmaintained since 1999
2014-04-10 x11-fm/xfm: Unmaintained since 1999
2014-04-10 print/rtf2latex: Unmaintained since 1999
2014-04-10 graphics/fbm: Unmaintained since 1999
2014-04-11 devel/p5-Penguin-Easy: Unmaintained since 2000
2014-04-11 emulators/prodosemu: Unmaintained since 2000
2014-04-11 security/gtkportscan: Unmaintained since 2000
2014-04-11 graphics/xmfract: Unmaintained since 2000
2014-04-11 databases/xmbase-grok: Unmaintained since 2000
2014-04-11 emulators/svr4_base: Unmaintained since 2000
2014-04-11 math/freefem: Unmaintained since 2000
2014-04-11 graphics/tiff2png: Unmaintained since 2000
2014-04-11 math/wingz: Unmaintained since 2000
2014-04-11 lang/STk: Unmaintained since 2000
2014-04-11 graphics/kdc2tiff: Unmaintained since 2000
2014-04-11 math/xlispstat: Unmaintained since 2000
2014-04-11 databases/typhoon: Unmaintained since 2000
2014-04-11 graphics/dc20ctrl: Unmaintained since 2000
2014-04-11 www/fhttpd: Unmaintained since 2000
2014-04-11 graphics/xmorph: Unmaintained since 2000
2014-04-11 editors/axe: Unmaintained since 2000
2014-04-11 www/cgic: Unmaintained since 2000
2014-04-11 13:20:44 +00:00
Baptiste Daroussin
2c8c6c8970 2014-04-10 deskutils/nautilus-locked-folder: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 www/screem: gnome-menus 2.x will be updated in the GNOME 3 import
2014-04-10 deskutils/nautilus-actions: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 deskutils/nautilus-sendto: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 deskutils/nautilus-open-terminal: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 sysutils/eiciel: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 sysutils/nautilus-cd-burner: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 x11-fm/py-nautilus: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 sysutils/sensors-applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 net/link-monitor-applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 net/netspeed_applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 net/remmina-applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 misc/uf-view: gnome-desktop 2.x will be updated in the GNOME 3 import
2014-04-10 textproc/uim-gnome: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 audio/istream: gnome-panel will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 mail/contact-lookup-applet: gnome-panel will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 security/tuntun: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 misc/quick-lounge-applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 sysutils/bubblemon2: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-11 12:42:45 +00:00
Alexey Dokuchaev
c7d659d4f8 Add a port of system clock synchronization client and server (chrony).
WWW: http://chrony.tuxfamily.org/

PR:	ports/174263
2014-04-08 17:06:58 +00:00
Nicola Vitale
c7216c95de Command line interface for testing internet bandwidth using speedtest.net
WWW: https://github.com/sivel/speedtest-cli
2014-04-08 03:09:01 +00:00
Sunpoet Po-Chuan Hsieh
3f2ebc1508 - Add py-simplesoap 1.10
PySimpleSOAP (Python Simple SOAP) library for client and server webservices
interfaces, aimed to be as small and easy as possible, supporting most common
functionality. Initially it was inspired by PHP Soap Extension (mimicking it
functionality, simplicity and ease of use), with many advanced features added.

Goals:
- Simple: less than 200LOC client/server concrete implementation for easy
  maintainability and enhancments.
- Flexible: adapted to several SOAP dialects (Java Axis, .Net, JBoss), with the
  posibility of fine-tuning XML request and responses
- Pythonic: no artifacts, no class generation, no special types, RPC calls
  parameters and return values are simple python structures (dicts, list, etc.)
- Dynamic: no definition (WSDL) required, dynamic generation and parsing
  supported (cached in a pickle file for performance, supporting fixing broken
  WSDL)
- Easy: simple xml manipulation, including basic serialization and raw
  object-like access to SOAP messages
- Extensible: supports several HTTP wrappers (httplib2, pycurl, urllib2) for
  special transport needs over SSL and proxy (ISA)

WWW: https://code.google.com/p/pysimplesoap/
2014-04-03 21:59:18 +00:00
Max Brazhnikov
65b2b253dc KDE/FreeBSD team presents KDE SC 4.12.4 and KDE Workspace 4.11.8!
KDE ports:
- Convert to USES=tar:xz

devel/p5-perlqt, multimedia/kdemultimedia4-ffmpegthumbs:
- Convert LIB_DEPENDS to new style

devel/p5-perlqt, devel/p5-perlkde:
- Don't remove directories installed by perl port

net/kdnssd:
- moved to net/zeroconf-ioslave (renamed upstream)

x11/kdelibs4:
- Clean up non-standard shared mime files and directories after deinstall

The area51 repository features commits by Alonso Schaich
<alonsoschaich@fastmail.fm> and makc.
2014-04-03 09:49:10 +00:00
Rene Ladan
3de1607e21 Remove expired ports:
2014-03-07 emulators/gxmame: Depends on deprecated emulators/xmame
2014-03-07 emulators/pyxmame: Depends on deprecated emulators/xmame
2014-03-07 emulators/xmess: No more public distfiles
2014-03-07 benchmarks/xdd: No more public distfiles
2014-03-07 chinese/srecite: No more public distfiles
2014-03-07 games/hlstats: No more public distfiles
2014-03-07 audio/teamspeak_server: No more public distfiles
2014-03-07 games/utserver: No more public distfiles
2014-03-07 databases/p5-hp200lx-db: No more public distfiles
2014-03-07 audio/teamspeak_client: No more public distfiles
2014-03-10 german/vtiger: Depends on expiring www/vtiger
2014-03-10 www/gallery: No more public distfiles
2014-03-10 www/vtiger: No more public distfiles
2014-03-10 net/linux-nx-client: No more public distfiles
2014-03-10 emulators/extract-xiso: No more public distfiles
2014-03-10 www/trac-wantedpages: No more public distfiles
2014-03-10 www/trac-ldap: No more public distfiles
2014-03-10 www/trac-codetags: No more public distfiles
2014-03-10 www/trac-addcomment: No more public distfiles
2014-03-10 www/trac-nav: No more public distfiles
2014-03-10 www/baikal: No more public distfiles
2014-03-10 www/trac-pagetopdf: No more public distfiles
2014-03-10 sysutils/logmon: No more public distfiles
2014-03-10 www/trac-simpleticket: No more public distfiles
2014-03-10 www/trac-wikinegotiator: No more public distfiles
2014-03-10 www/trac-pagelist: No more public distfiles
2014-03-10 www/trac-remind: No more public distfiles
2014-03-10 www/trac-macropost: No more public distfiles
2014-03-10 mail/vexim: No more public distfiles
2014-03-10 lang/rscheme: No more public distfiles
2014-03-30 00:46:52 +00:00
Pawel Pekala
67f5645e57 C++ Qt based JSON RPC2 library
WWW: http://bitbucket.org/devonit/qjsonrpc

PR:		ports/187070
Submitted by:	Serguei Okladnikov <oklaspec@gmail.com>
2014-03-29 16:01:36 +00:00
Frederic Culot
f9d587d1c3 Net::DHCP::Watch is a module to help monitor remote DHCP servers.
It opens an udp socket to send and receive responses to and from
a DHCP server. It stores the last connection status information.

This module can help to write some simple code to implement a
reliable DHCP service over complex or simple networks.

WWW: http://search.cpan.org/dist/Net-DHCP-Watch/

PR:		ports/187622
Submitted by: 	Lawrence "The Dreamer" Chen <beastie@tardisi.com>
2014-03-29 08:17:53 +00:00
Rene Ladan
0a26f84351 Remove expired ports:
2014-03-23 deskutils/lxshortcut: Now distributed with x11/libfm-1.2.0
2014-03-23 databases/p5-Ima-DBI-Contextual: deprecated by upstream
2014-03-23 databases/p5-Class-DBI-Lite: deprecated by upstream
2014-03-23 net/AquaGatekeeper: Binary port of software abandoned by the vendor
2014-03-23 mail/mailutils: This port needs to be taken care of, it suffers from bit rot.  Especially with options other than GUILE, uninstall may leave files behind
2014-03-23 games/xflame: No more public distfiles
2014-03-23 games/p5-Algorithm-Pair-Best: Use games/p5-Algorithm-Pair-Best2 instead
2014-03-24 x11-wm/hackedbox: Abandonware
2014-03-23 emulators/hfs: No upstream, no public distfiles; consider using 'sysutils/hfsutils'
2014-03-23 games/fuhquake: Upstream disappeared; no more public distfiles; unmaintained
2014-03-24 19:51:54 +00:00
Kubilay Kocak
3badd61d6d devel/py-pyzmq: Move to net/ category, Update to 14.1.1
- Move from devel/ to net/ category with other ZeroMQ ports
- Update to 14.1.1
- Update CATEGORIES order (put primary first)
- Update MOVED, devel/Makefile and net/Makefile

Approved by: maintainer (via email)
2014-03-22 06:53:46 +00:00
Ryan Steinmetz
3b3db1acf7 New port: net/pwhois:
The Prefix WhoIs Project provides a whois-compatible client and server
framework for disclosing various up-to-date routing information.
Instead of using registrar-originated network information (which is often
unspecific or inaccurate), Prefix WhoIs uses the Internet's global routing
table as gleaned from a number of routing peers around the world. Other
sources of information, such as imported data from ARIN are also supported
(a separate agreement with ARIN is required).

WWW: http://pwhois.org/
2014-03-20 20:07:10 +00:00
Alexey Dokuchaev
ba31c6c887 Kill bogus EOL whitespace. 2014-03-15 15:58:50 +00:00
Rene Ladan
ddd93f2773 Remove expired ports:
2014-03-14 net/pppd23: Depends on PPPDISC
2014-03-14 net/ipa_ip6fw: Depends on IPv6 ipfw firewall
2014-03-14 palm/synce-hal: Requires pppd
2014-03-14 net/pppoa: Broken on FreeBSD 8 and later since june 2009
2014-03-14 09:14:01 +00:00
Josh Paetzel
a2242e8e9d Nuke openistgt from orbit. Between istgt now supporting target reload
and more importantly the kernel iSCSI work there is no point to
this port.
2014-03-13 04:42:30 +00:00
Rene Ladan
c9a690d33c Remove expired ports:
2014-03-10 deskutils/libopensync-plugin-synce: No more public distfiles
2014-03-10 irc/irchat-pj-xemacs21-mule: No more public distfiles
2014-03-10 irc/pure-xemacs21-mule: No more public distfiles
2014-03-10 lang/dice: No more public distfiles
2014-03-10 irc/dcc: No more public distfiles
2014-03-10 sysutils/backupme: No more public distfiles
2014-03-10 net/freeswitch-curl-devel: No more public distfiles
2014-03-10 misc/freeswitch-pizzademo-devel: No more public distfiles
2014-03-10 emulators/cygne-sdl: No more public distfiles
2014-03-10 mail/newmail: No more public distfiles
2014-03-10 x11-toolkits/xscoop: No more public distfiles
2014-03-10 security/didentd: No more public distfiles
2014-03-10 sysutils/wait_on: No more public distfiles
2014-03-10 net/freeswitch-sbc-devel: No more public distfiles
2014-03-10 multimedia/gxanim: No more public distfiles
2014-03-10 www/nd: No more public distfiles
2014-03-10 lang/fbbi: No more public distfiles
2014-03-10 textproc/csv2xml: No more public distfiles
2014-03-10 www/trac-calendar: No more public distfiles
2014-03-10 misc/stan: No more public distfiles
2014-03-10 japanese/gtkicq: No more public distfiles
2014-03-10 net/nc6: No more public distfiles
2014-03-10 net/jpcap: No more public distfiles
2014-03-10 games/quake-extras: No more public distfiles
2014-03-10 net/asfrecorder: No more public distfiles
2014-03-10 sysutils/pyrenamer: No more public distfiles
2014-03-10 palm/synce-sync-engine: No more public distfiles
2014-03-10 www/linux-mplayer-plugin: No more public distfiles
2014-03-10 net-mgmt/airport: No more public distfiles
2014-03-10 textproc/manued.el: No more public distfiles
2014-03-10 sysutils/jailer: No more public distfiles
2014-03-10 sysutils/blimitd: No more public distfiles
2014-03-10 print/abntex: No more public distfiles
2014-03-10 sysutils/monkeytail: No more public distfiles
2014-03-10 dns/dns_mre: No more public distfiles
2014-03-10 japanese/libjcode: No more public distfiles
2014-03-10 sysutils/jailutils: No more public distfiles
2014-03-10 net/freeswitch-vanilla-devel: No more public distfiles
2014-03-10 sysutils/hdup: No more public distfiles
2014-03-10 print/cups-smb-backend: No more public distfiles
2014-03-10 x11/settitle: No more public distfiles
2014-03-10 sysutils/anteater: No more public distfiles
2014-03-10 www/trac-pendingticket: No more public distfiles
2014-03-10 www/admuser: No more public distfiles
2014-03-10 x11-themes/gnome-icons-snowish: No more public distfiles
2014-03-10 www/metacafe_dl: No more public distfiles
2014-03-10 irc/irchat-pj-emacs21: No more public distfiles
2014-03-10 www/horde3-wicked: No more public distfiles
2014-03-10 java/drexelsnmp: No more public distfiles
2014-03-10 mail/sigit: No more public distfiles
2014-03-10 misc/freeswitch-scripts-devel: No more public distfiles
2014-03-10 www/vtiger-customerportal: No more public distfiles
2014-03-10 irc/pure-emacs21: No more public distfiles
2014-03-10 www/extsm: No more public distfiles
2014-03-10 misc/cwish: No more public distfiles
2014-03-10 www/phpscheduleit: No more public distfiles
2014-03-10 palm/synce-serial: No more public distfiles
2014-03-10 palm/synce-vdccm: No more public distfiles
2014-03-10 net/freeswitch-insideout-devel: No more public distfiles
2014-03-10 sysutils/fusefs-fur: No more public distfiles
2014-03-10 mail/clamfilter: No more public distfiles
2014-03-10 textproc/cost: No more public distfiles
2014-03-10 palm/synce-gvfs: No more public distfiles
2014-03-10 net/nxserver: No more public distfiles
2014-03-10 sysutils/throttle: No more public distfiles
2014-03-10 japanese/aterm: No more public distfiles
2014-03-10 mail/teapop: No more public distfiles
2014-03-10 www/eldav.el: No more public distfiles
2014-03-10 graphics/gsnapshot: No more public distfiles
2014-03-10 japanese/zangband: No more public distfiles
2014-03-10 audio/xmms-wma: No more public distfiles
2014-03-10 misc/projectionlib: No more public distfiles
2014-03-10 11:50:26 +00:00
Rene Ladan
9a05af2f93 Remove expired port:
2014-03-10 net/freenx: Depends on expiring net/nxserver
2014-03-10 09:41:41 +00:00
Rene Ladan
5d077b50ad Remove expired ports with no active website:
2014-03-07 deskutils/phprojekt: No more public distfiles
2014-03-07 deskutils/libopensync-plugin-synce-legacy: No more public distfiles
2014-03-07 dns/skadns: No more public distfiles
2014-03-07 sysutils/gkrellmwho2: No more public distfiles
2014-03-07 audio/xmms-musepack: No more public distfiles
2014-03-07 archivers/bzip: No more public distfiles
2014-03-07 devel/cvsstat: No more public distfiles
2014-03-07 graphics/enfle: No more public distfiles
2014-03-07 audio/oggsplit: No more public distfiles
2014-03-07 devel/picasm: No more public distfiles
2014-03-07 databases/mysql-udf-preg: No more public distfiles
2014-03-07 devel/py-gitpython: No more public distfiles
2014-03-07 net/mars_nwe: No more public distfiles
2014-03-07 audio/fmio: No more public distfiles
2014-03-08 09:49:50 +00:00
Max Brazhnikov
4cd1e8830e KDE/FreeBSD team is happy to present Qt 5 in ports!
Alberto Villa (avilla@) has done all the hard work to create Qt 5 ports.
Trivial update from 5.2.0-beta1 to 5.2.1 by me.

Special thanks for Adriaan de Groot <groot@kde.org> for his assistance for
Qt-5.2.0 update.

Approved by:	portmgr (bapt) (for Mk/bsd.port.mk)
2014-03-03 16:50:32 +00:00
Rene Ladan
ef50dbb213 PHP 5.2 has reached it end-of-life in the FreeBSD Ports Tree, time
to say goodbye.  Upstream unsupported it since 2011-01-06 (see
http://php.net/eol.php )

Strip PHP 5.2 out of Mk/bsd.php.mk
2014-03-01 00:06:29 +00:00
Rene Ladan
8c2bb3c399 Remove expired ports:
2014-02-28 x11-drivers/xf86-video-radeonhd: Abandond upstream since 2010
2014-02-28 net/asterisk10: asterisk 10 reached EOL on 2013-12-15
2014-02-28 10:37:48 +00:00
Rene Ladan
529cd25c5b Remove expired ports:
2014-02-26 www/trac-hierwiki: Runtime is broken, doesn't support Trac>0.11
2014-02-27 net-p2p/microdc2: Broken for more than 6 month
2014-02-27 www/openvrml: Broken for more than 6 month
2014-02-27 science/peekabot: Broken for more than 6 month
2014-02-27 misc/xbiso: Broken for more than 6 month
2014-02-27 net/hornetq: Broken for more than 6 month
2014-02-27 sysutils/slmon: Broken for more than 6 month
2014-02-27 www/trac-revtree: Broken for more than 6 months
2014-02-27 security/crack: Broken for more than 6 month
2014-02-27 sysutils/graphicboot: Broken for more then 6 month
2014-02-27 graphics/kgraphviewer: Broken for more than 6 month
2014-02-27 sysutils/ckl: Broken for more than 6 month
2014-02-27 japanese/trac: Broken for more than 6 month
2014-02-27 lang/opa: Broken for more than 6 month
2014-02-27 sysutils/mmore: Broken for more than 6 month
2014-02-27 www/trac-announcer: Broken for more than 6 month
2014-02-27 22:39:42 +00:00
John Marino
55e2264671 Add new port net/anet (Ada IPv4 and IPv6 sockets binding library)
The ANet library was created on Linux and the unfortunate result is that
it is highly Linux-specific.  Luckily it has an implementation testsuite,
so patches to make it work on BSD can be reasonably tested.  The current
status is annoted in pkg-message:

=========================================================================
Beware of the IPv6 multicast functions.  Sending does work, but the
default interface effectively is invalid on *BSD.  A specific interface
needs to be provided rather than leaving interface blank (zero).

Multicast receiving may not currently work.  The test for IPv6 multicast
fails.  The test chunk is sent (verified with separate monitoring tool)
but never detected.  Hopefully the cause will be understood and fixed
soon.

AF_NETLINK and AF_PACKET protocols are not supported by *BSD, so the
associated tests have been removed.  Every test other than IPv6 Multicast
passes.  You may want to replace "em0" with this system's interface in
the test suite is to be run (see files/patch-tests_socket__tests.adb).
2014-02-25 14:57:07 +00:00
Sunpoet Po-Chuan Hsieh
fb23a6f087 - Add pecl-apn 1.0.3
- While I'm here, add IGNORE_WITH_PHP

apn is a PHP extension to introduce simple yet powerful interface for sending
push notifications to iOS and OS X devices from within your PHP code.

WWW: http://libcapn.org/php-apn/

PR:		ports/186938
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
2014-02-23 15:21:58 +00:00
Sunpoet Po-Chuan Hsieh
78faace909 - Add libcapn 1.0.0 Beta 3
libcapn is a C Library to interact with the Apple Push Notification Service
using simple and intuitive API. With the library you can easily send push
notifications to iOS and Mac OS X devices.

WWW: http://libcapn.org/

PR:		ports/186936
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
2014-02-23 15:21:17 +00:00
John Marino
aacb269b56 Resurrect net/adasockets port (dormant 4 years)
This is an IPv4-only socket bindings library for Ada.
2014-02-22 02:18:35 +00:00
Ryan Steinmetz
5ef19f08db New port: net/exaddos:
ExaDDOS is an application able to gather different data sources to present a
real time unified view of your network.

It can gather:
* SNMP information at your edge
* IPFIX export from your routers

And present it using a web interface. Our goal is to very quickly integrate
it with ExaBGP to allow a "one click" anti-DDOS solution.

Features include:
* An RRD based solution for interface traffic graphing
* AS-STATS to find which peers are our top talkers
* NFSEN to collect, store and search flows
* An ExaDDOS like internal solution, to quickly identify which IPs are
  causing an attack

WWW: https://github.com/Exa-Networks/exaddos
2014-02-20 21:06:43 +00:00
Sunpoet Po-Chuan Hsieh
c6ec7f883b - Add p5-GeoIP2 0.040002
This distribution provides an API for the GeoIP2 web services and databases. The
API also works with the free GeoLite2 databases.

See GeoIP2::WebService::Client for details on the web service client API and
GeoIP2::Database::Reader for the database API.

WWW: http://search.cpan.org/dist/GeoIP2/
2014-02-19 17:25:31 +00:00
Sunpoet Po-Chuan Hsieh
452f97d97f - Add p5-MaxMind-DB-Reader 0.050003
MaxMind::DB::Reader provides functionality to read MaxMind DB files.

WWW: http://search.cpan.org/dist/MaxMind-DB-Reader/
2014-02-18 21:30:29 +00:00
Max Brazhnikov
e9c34f4c34 KDE/FreeBSD team presents KDE SC 4.12.2 and KDE Workspace 4.11.6!
Among changes:
- Switch KDE4_PREFIX to ${LOCALBASE}
- Remove now needless misc/kde4-shared-mime-info port
- Add stage support
- Remove ancient CONFLICTS (KDE 4.9 and less) and LATEST_LINK
- Squeeze MASTER_SITES/MASTER_SITE_SUBDIR
- Convert LIB_DEPENDS to new style
- Use options helpers
- Drop support for FreeBSD 7.x
- Remove Qt/KDE 3 related workarounds
- Remove local patches and use upstream version scheme for libraries
- sysutils/kdeadmin4, net/kdenetwork4, devel/kdesdk4,
  and x11-clocks/kdetoys4 ports have been split.
- devel/kcachegrind is now a part of KDE SC [1]
- more logs in area51 repo...

New ports:
  devel/kde-dev-scripts:	KDE development scripts
  devel/kde-dev-utils:		KDE development utilities
  games/klickety:		Tetris themed solitaire
  games/picmi:			Single player logic-based puzzle game
  textproc/libkomparediff2:	Library to compare files and strings

The area51 repository features commits by Schaich Alonso, avilla, rakuco
and myself.

PR:		ports/186491
Exp-run:	by bdrewery
Approved by:	beat (former maintainer) [1]
2014-02-18 14:23:03 +00:00
Sunpoet Po-Chuan Hsieh
794559e08b - Add p5-MaxMind-DB-Common 0.031002
MaxMind::DB::Common provides code shared by the DB reader and writer modules.

WWW: http://search.cpan.org/dist/MaxMind-DB-Common/
2014-02-16 10:43:06 +00:00
Tijl Coosemans
e6ed249397 Introduce MPICH version 3.1rc3 in net/mpich (copied from net/mpich2) as
upstream MPICH2 has been renamed back to MPICH.
2014-02-14 20:27:26 +00:00
Ryan Steinmetz
0e237a5530 - Copy net/isc-dhcp42-* to net/isc-dhcp43-*
- Update to 4.3.0
2014-02-05 03:38:57 +00:00
Bernhard Froehlich
1f48c0980e RemoteBox is a graphical (GTK) VirtualBox client, which lets you administer
guests or virtual machines which reside on a remote server or even your
local machine if desired.

WWW: http://remotebox.knobgoblin.org.uk/

PR:		ports/183995
Submitted by:	Haowu Ge <ghw@7axu.com>
2014-01-30 15:45:16 +00:00
Martin Matuska
1b7d97b184 The Foreman Smart Proxy is a project which provides a restful API to various
sub-systems.

Its goal is to provide API for a higher level orchestration tools (such as
Foreman). The Smart proxy provides an easy way to add or extended existing
subsystems and API's.

Currently supported are:
DHCP - ISC DHCP and MS DHCP Servers
DNS - Bind and MS DNS Servers
TFTP - any UNIX based tftp server
Puppet - Any Puppet server from 0.24.x
Puppet CA - Manage certificate signing, cleaning and autosign on a Puppet CA
            server
BMC - BMC management etc

WWW: http://theforeman.org
2014-01-29 11:46:59 +00:00
Dmitry Marakasov
6270f9f8ae - Keep category Makefiles sorted 2014-01-28 03:25:28 +00:00
Ruslan Makhmatkhanov
a8eb1a972a Rsync-bpc is a customized version of rsync that is used as part of BackupPC,
an open source backup system.

The main change to rsync is adding a shim layer that emulates the system calls
for accessing the file system so that rsync can directly read/write files in
BackupPC's format.

Rsync-bpc is fully line-compatible with vanilla rsync, so it can talk to rsync
servers and clients.

Rsync-bpc serves no purpose outside of BackupPC.

WWW: http://backuppc.sourceforge.net/

PR:		182434
Submitted by:	Alexander Moisseev <moiseev@mezonplus.ru>
2014-01-26 23:37:32 +00:00
Raphael Kubo da Costa
a87c66f8f6 Add net/libkfbapi.
This will be used by future KDE versions, and it doesn't hurt adding it in
advance.

  Library for accessing Facebook services.
  WWW: http://projects.kde.org/libkfbapi
2014-01-26 01:06:24 +00:00
Timur I. Bakeyev
c755a680b5 Add new 4.1 branch of the Samba suite.
Sponsored by:	aliens
2014-01-13 23:30:52 +00:00
Ruslan Makhmatkhanov
42117228e2 Remove net/erlyvideo because it was broken for some time now with recent erlang
versions. Also development of erlyvideo is abandoned upstream. Suggest users to
install flussonic instead (erlyvideo successor from the same developers).
2014-01-06 11:14:15 +00:00
Rene Ladan
4119601730 Remove expired ports:
2014-01-01 net/pypvm: Dead upstream and suspected that there are no users of port
2014-01-01 www/mawstats: Upstream development dead, use www/[j]awstats instead
2014-01-01 devel/p5-Dialog
2014-01-01 textproc/referrercop: distfile unfetchable
2014-01-01 www/notftp: distfile unfetchable
2014-01-01 www/mod_lisp2: distfile unfetchable
2014-01-01 12:22:41 +00:00
Rene Ladan
f8bf9bfdb2 Remove expired ports:
2013-12-30 security/dazuko: Currently, the project has not an active development and maintainer
2013-12-31 mail/p5-Mail-SPF-Query: Use mail/p5-Mail-SPF instead
2013-12-31 x11-fonts/etlfonts: master site gone
2013-12-31 net/gateway6: Unsupported upstream, consider using net/gogoc
2013-12-31 10:07:43 +00:00
Rene Ladan
2d6594220d Remove expired port and fix INDEX:
2013-12-19 net/freeswitch: Depends on expired net/freeswitch-core
2013-12-20 20:19:09 +00:00
Rene Ladan
97f8402e5f Remove expired ports:
2013-12-18 x11-fonts/ppantsfonts: Broken for more than 6 month
2013-12-19 x11-toolkits/gtksourceview-sharp: Depends on expired devel/mono-tools
2013-11-18 devel/mono-tools: Broken for more than 6 month
2013-12-19 textproc/p5-XML-SAXDriver-Sablotron: Depends on expired textproc/p5-XML-Sablotron
2013-11-18 textproc/p5-XML-Sablotron: Broken for more than 6 month
2013-11-18 net/freeswitch-core: Broken for more than 6 month
2013-12-19 misc/freeswitch-pizzademo: Depends on expired net/freeswitch-core
2013-12-19 misc/freeswitch-scripts: Depends on expired net/freeswitch-core
2013-12-19 www/p5-HTML-Webmake: Depends on expired textproc/p5-XML-Sablotron
2013-12-20 19:02:51 +00:00
Kubilay Kocak
c71b83c89e devel/zmq: Move to net/libzmq2 & update to align with other ZeroMQ ports
All other core ZeroMQ library ports have been moved to the net/ category
along with the czmq client library. This change completes the set,
enabling greater flexibility and choice for maintainers of ZeroMQ-based
software in the ports tree.

- Move devel/zmq to net/libzmq2
- Update devel/ and net/ category Makefiles
- Add MOVED entry
- Update LIB_DEPENDS in dependent ports

net/libzmq2:

- Switch primary category to net
- Enable STAGE support
- Add DEBUG option
- Update COMMENT to match libzmq[34]
- Update pkg-descr to match libzmq[34]
- Update CONFLICTS
- Add LICENSE
- Sort USE_* section
- Remove MAN macros and move entries to pkg-plist
- Add regression-test target for QA

Reviewed by:	makc
Approved by:	Gea-Suan Lin <gslin@gslin.org> (maintainer, via email)
2013-12-04 14:08:03 +00:00
Sunpoet Po-Chuan Hsieh
65500ed125 - Add ndpi 1.4.0
- While I'm here:
  - Use PORTVERSION
  - Use USES=pathfix
  - Use PLIST_SUB
  - Update WWW

nDPI is a ntop-maintained superset of the popular OpenDPI library. Its goal is
to extend the original library by adding new protocols that are otherwise
available only on the paid version of OpenDPI. Furthermore, we have modified
nDPI do be more suitable for traffic monitoring applications, by disabling
specific features that slow down the DPI engine while being them un-necessary
for network traffic monitoring.

WWW: http://www.ntop.org/products/ndpi/

PR:		ports/184209
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2013-12-02 08:02:31 +00:00
Sunpoet Po-Chuan Hsieh
5034f925da - Add ntopng 1.1
ntopng is a new generation flexible and feature-rich tool for monitoring and
troubleshooting local area networks.  It provides command line and web
interfaces, the latter via an embedded web server.  ntop is based on libpcap.

WWW: http://www.ntop.org/products/ntop/

PR:		ports/184197
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2013-12-02 08:00:56 +00:00
Danilo Egea Gondolfo
d45a10307d - New port net/openmpi-devel. Version 1.7 of Open MPI.
Open MPI is a project combining technologies and resources from several
other projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in order to
build the best MPI library available.  A completely new MPI-2 compliant
implementation, Open MPI offers advantages for system and software
vendors, application developers and computer science researchers.
2013-11-29 23:55:54 +00:00
Kubilay Kocak
e2b70a7be6 devel/czmq: Move to net/czmq, Update to 2.0.3
- Update to 2.0.3
- Update pkg-plist
- Switch primary category to net/
- Update COMMENT to match other ZeroMQ ports and Google Juice
- Point LIB_DEPENDS to the latest libzmq4 port
- Remove gmake from USES (make works fine)
- Group USE/USES entries together and sort
- Add regression-test target
- pkg-descr: Tab->space in WWW:
- Whitespace alignment

- Move devel/czmq to net/czmq
- Update Makefile entries in devel/ and net/
- Add a MOVED entry
2013-11-29 13:48:04 +00:00
Kubilay Kocak
d63f864482 devel/zmq-devel: Move to net/libzmq3, add DEBUG and PGM options
- Copy devel/zmq-devel to net/libzmq3
- Delete devel/zmq-devel
- Remove from devel/Makefile
- Add a MOVED entry for zmq-devel
- Add libzmq3 to net/Makefile
- Switch primary category

- Add DEBUG and PGM (Multicast) options
- Remove PKGNAMESUFFIX
- Update COMMENT to align with libzqm4
- Update pkg-descr to align with libzmq4
- Add LICENSE
- Update CONFLICTS
- Tweak the regression-test target to build before running

Reviewed by:	kwm, wg
2013-11-28 11:57:02 +00:00
Kubilay Kocak
ffec8704f3 net/libzmq4: ZeroMQ core library (Version 4) [NEW PORT]
ZeroMQ - Distributed Computing Made Simple

 * The socket library that acts as a concurrency framework.
 * Carries messages across inproc, IPC, TCP, and multicast.
 * Connect N-to-N via fanout, pubsub, pipeline, request-reply.
 * Asynch I/O for scalable multicore message-passing apps.

Version 4 Features:

 * New wire level protocol, ZMTP/3.0
 * New security framework with PLAIN and CURVE mechanisms
 * New ZMQ_STREAM socket type

WWW: http://www.zeromq.org/

PR:		ports/183730
Reviewed by:	kwm, wg
2013-11-28 11:41:56 +00:00
Rene Ladan
af0ce9a069 Remove expired ports:
2013-11-24 net/ftelnetd: "Unfetchable due to parked MASTER_SITES"
2013-11-24 games/BillardGL: Unplayable, development ceased
2013-11-25 sysutils/rsyslog6-pgsql: Use sysutils/rsyslog7
2013-11-25 sysutils/rsyslog6-relp: Use sysutils/rsyslog7
2013-11-25 sysutils/rsyslog6-gnutls: Use sysutils/rsyslog7
2013-11-25 sysutils/rsyslog6-rfc3195: Use sysutils/rsyslog7
2013-11-25 sysutils/rsyslog6-gssapi: Use sysutils/rsyslog7
2013-11-25 sysutils/rsyslog6: Use sysutils/rsyslog7
2013-11-25 sysutils/rsyslog6-snmp: Use sysutils/rsyslog7
2013-11-25 sysutils/rsyslog6-mysql: Use sysutils/rsyslog7
2013-11-25 sysutils/rsyslog6-dbi: Use sysutils/rsyslog7
2013-11-25 12:02:45 +00:00
Koop Mast
a236e2d0bf Say hello to Mate 1.6.
Mate is a lite desktop forked from gnome2.

Most of the work is done by Jeremy Messenger (mezz@). The only thing I did
was update a few ports to later 1.6 release and attempting to keep up with
ports infra changes. Resulting bugs are all mine.

Mate is a sort of replacement for Gnome 2. So people wanting to keep a
Gnome 2 like desktop should switch. Gnome 2 will be replaced by Gnome 3
in the near future. This switch will be announce with a transition time
so people have more time to switch if they haven't already.

This release was made possible by everyone that send friendly pokes to
keep mate on my mind.

Approved by:	portmgr (bapt)
2013-11-23 11:39:07 +00:00
George V. Neville-Neil
6302331efd Remove the ptpd port as the protocol and software are no longer supported.
In a 6 months the ptpd2 ports will be renamed.

MFC after:	6 months
2013-11-20 13:51:49 +00:00
Sunpoet Po-Chuan Hsieh
736da92a7b - Add p5-Net-Google-PicasaWeb 0.11
- While I'm here:
  - Add LICENSE
  - Fix *_DEPENDS
  - Convert to new Perl framework
  - Support STAGEDIR
  - Sort PLIST

Net::Google::PicasaWeb - use Google's Picasa Web API

This is both a library and a set of simple scripts for
reading information about a Google PicasaWeb account.

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

PR:		ports/180314
Submitted by:	Anes Mukhametov <anes@anes.su>
2013-11-18 19:24:53 +00:00
Baptiste Daroussin
c9d1e3963c Second run a removing EOLed lua 5.0
devel/lua50-filename
devel/lua50-gettext
devel/lua50-posix
devel/lua50-pty
lang/tolua++50
lang/tolua50
net/lua50-luasocket

Approved by:	apache (ohauer) and amdmi3
2013-11-18 15:53:43 +00:00
Rene Ladan
dc20ad9d05 Remove expired ports:
2013-11-18 devel/libXGP: Broken for more than 6 month
2013-11-18 deskutils/google-gadgets: Broken for more than 6 month
2013-11-18 palm/synce-trayicon: Broken for more than 6 month
2013-11-18 security/linux-pam-docs: Broken for more than 6 month
2013-11-18 net-p2p/mooseekd: Broken for more than 6 month
2013-11-18 textproc/p5-Lucene: Broken for more than 6 month
2013-11-18 net-mgmt/zenpack-dellmonitor: Broken for more than 6 month
2013-11-18 x11-wm/fbpager: BRoken for more than 6 month
2013-11-18 net/hf6to4: Broken for more than 6 month
2013-11-18 x11-themes/kde-icons-exquisite: Broken for more than 6 month
2013-11-18 x11-themes/kde-icons-marbles-translucent: Broken for more than 6 month
2013-11-18 security/dissembler: Broken for more than 6 month
2013-11-18 net-mgmt/zenpack-apachemonitor: Broken for more than 6 month
2013-11-18 textproc/rst.el: Broken for more than 6 month
2013-11-18 net-mgmt/zenpack-ntpmonitor: Broken for more than 6 month
2013-11-18 x11-themes/kde-icons-steel: Broken for more than 6 month
2013-11-18 databases/drizzle: Broken for more than 6 month
2013-11-18 devel/p5-File-Lock: Broken for more than 6 month
2013-11-18 devel/valide: Broken for more than 6 month
2013-11-18 databases/gomysql: Broken for more than 6 month
2013-11-18 databases/p5-DBZ_File: BRoken for more than 6 month
2013-11-18 devel/monodevelop-vala: Broken for more than 6 month
2013-11-18 devel/gonzui: Broken for more than 6 month
2013-11-18 devel/monodevelop-java: Broken for more than 6 month
2013-11-18 lang/objc: Broken for more than 6 month
2013-11-18 devel/klee: Broken for more than 6 month
2013-11-18 databases/p5-DBD-InterBase: Broken for more than 6 month
2013-11-18 devel/simulavr: Broken for more than 6 month
2013-11-18 japanese/mobileimap: Broken for more than 6 month
2013-11-18 devel/libYGP: Broken for more than 6 month
2013-11-18 devel/monodevelop-python: Broken for more than 6 month
2013-11-18 13:54:17 +00:00
Mathieu Arnold
23c9e0f223 Remove a duplicate. 2013-11-15 22:21:06 +00:00
Mathieu Arnold
58854117a4 Add p5-Net-CIDR-Set 0.11, manipulate sets of IP addresses.
PR:		ports/180296
Submitted by:	Anes Mukhametov <anes@anes.su>
2013-11-15 14:48:13 +00:00
Tijl Coosemans
9edf275cfa - Ressurect net/wizd and assign to new maintainer.
- Extract files in WRKSRC rather than WRKDIR because USE_RC_SUBR=wizd
  overwrites WRKDIR/wizd.
- Remove carriage return from existing patches.
- Add patches to fix parallel build.
- Staging.

PR:		ports/182495
Submitted by:	"Scot W. Hetzel" <swhetzel@gmail.com>
2013-11-12 16:28:52 +00:00
Rusmir Dusko
c81692220a gspreadsheet is a wrapper around a wrapper to get Google spreadsheets to look
like csv.DictReader.  If you're used to working with CSVs or a human, you'll
find that working with Google's Python API for spreadsheets is so frustrating.
With gspreadsheet, you can adapt your existing csv code to work with Google
Spreadsheets with just two line changes. As an added bonus, if you alter the
dict, those changes get saved back to the original spreadsheet.

WWW: https://github.com/texastribune/gspreadsheet

PR:		ports/181832
Submitted by:	Johannes Jost Meixner <xmj@chaot.net>
Approved by:	wg (mentor)
2013-10-29 18:10:58 +00:00
Steve Wills
cbe2b41915 - Add a version of rubygem-bunny that's locked to version 0.6.0 for use by
rubygem-chef-expander
2013-10-29 16:38:07 +00:00
Steve Wills
cb909b8fa1 A LDAP strategy for OmniAuth.
WWW: https://github.com/gitlabhq/omniauth-ldap

PR:		ports/182766
Submitted by:	Loic Blot <loic.blot@unix-experience.fr>
2013-10-25 02:28:44 +00:00
Steve Wills
c4f6ef512a Ruby/NTLM provides message creator and parser for the NTLM authentication.
WWW: https://github.com/winrb/rubyntlm

PR:		ports/182759
Submitted by:	Loic Blot <loic.blot@unix-experience.fr>
2013-10-25 01:16:42 +00:00
Xin LI
c3e4a4ac67 net/shadowsocks-libev is a lightweight tunnel proxy which can help you get
through firewalls.

PR:		ports/182575
Submitted by:	Xiaoding Liu <xiaoding freebsd xiaoding.org>
2013-10-23 23:29:56 +00:00
Martin Matuska
27258225d4 This Horde class provides abstract class for use in creating PHP network
socket clients.

WWW: http://pear.horde.org
2013-10-22 16:15:08 +00:00
Mathieu Arnold
319503240c Remove net/p5-SOAP-Lite-060.
It's not used any more and conflicts with net/p5-SOAP-Lite.
2013-10-21 13:15:46 +00:00
Steve Wills
7dd49b9872 OmniAuth strategy for Twitter
WWW: https://github.com/arunagw/omniauth-twitter

PR:		ports/182701
Submitted by:	Loic Blot <loic.blot@unix-experience.fr>
2013-10-21 02:23:06 +00:00
Steve Wills
3f7ce77342 A Google OAuth2 strategy for OmniAuth 1.x
WWW: https://rubygems.org/gems/omniauth-google-oauth2

PR:		ports/182700
Submitted by:	Loic Blot <loic.blot@unix-experience.fr>
2013-10-21 02:10:23 +00:00
Steve Wills
e1071e6432 Official OmniAuth strategy for GitHub
WWW: https://github.com/intridea/omniauth-github

PR:		ports/182699
Submitted by:	Loic Blot <loic.blot@unix-experience.fr>
2013-10-21 01:59:58 +00:00
Steve Wills
6f220ed4e6 An abstract OAuth2 strategy for OmniAuth.
WWW: https://rubygems.org/gems/omniauth-oauth2

PR:		ports/182698
Submitted by:	Loic Blot <loic.blot@unix-experience.fr>
2013-10-21 01:40:12 +00:00
Steve Wills
3a659e95a4 A generic OAuth (1.0/1.0a) strategy for OmniAuth.
WWW: https://github.com/intridea/omniauth-oauth

PR:		ports/182697
Submitted by:	Loic Blot <loic.blot@unix-experience.fr>
2013-10-20 23:48:06 +00:00
Steve Wills
7a203affa8 Generic connection pool for Ruby
WWW: https://github.com/mperham/connection_pool

PR:		ports/182664
Submitted by:	Loic Blot <loic.blot@unix-experience.fr>
2013-10-20 12:29:45 +00:00
Rusmir Dusko
db4ca19e0a A simple tool to convert packet captures in 802.11 format to Ethernet format.
Lots of tools can only understand Ethernet link types, so I wrote this
tool to convert captures to a format that they can understand.
Note that this tool is really only useful for encrypted traffic.

Specify a wireless packet capture as an input file, and the name of the
desired Ethernet-format output file. Wlan2eth will only convert data frames
to the output file, which will likely result in a significantly smaller output
packet capture file. Note that wlan2eth will only convert unencrypted frames.

WWW: http://www.willhackforsushi.com/?page_id=79

PR:		ports/179095
Submitted by:	nemysis (self)
Approved by:	wg/pawel (mentors)
2013-10-16 21:37:38 +00:00
Baptiste Daroussin
b0ba8ed4f7 Remove one more port depending on gnome1
Approved by:	lewiz@compsoc.man.ac.uk (maintainer)
2013-10-15 09:23:28 +00:00
Ryan Steinmetz
4bdac80de4 - Copy from net/freeradius2
- Update to 3.0.0

PR:		ports/182822
Requested by:	Dewayne <dewayne.geraghty@heuristicsystems.com.au>
2013-10-13 23:53:57 +00:00
Edwin Groothuis
a621d50459 Remove net/ngrep-lib: Obsoleted and doesn't work on 10.0 2013-10-11 10:12:53 +00:00
Rusmir Dusko
96380d01ae GtkNetCat is a Graphic User Interface for netcat. Netcat provides system
functions as a computer networking utility for reading from and writing
to network connections on either TCP or UDP.

WWW: http://wiki.lxde.org/en/GtkNetCat

PR:		ports/179844
Submitted by:	nemysis (self)
Approved by:	wg/pawel (mentors)
2013-10-06 23:52:26 +00:00
Baptiste Daroussin
eb7bb6a16a Removed unmaintained (ports@) or gnome@ ports depending on gnome1
Approved by:	gnome (implicit)
2013-10-05 14:42:53 +00:00
Kris Moore
3443a9dee4 - Remove another port made obsolete by sysutils/pcbsd-utils-qt4 2013-09-27 11:28:09 +00:00
Koop Mast
96e0477a61 Actualy hook up avahi-gtk3.
Submitted by:	linimon
2013-09-21 08:40:44 +00:00
Koop Mast
9e6673f04f Move ptlib26, opal3 and ekiga3 to unversioned ports and update to:
ptlib to 2.10.10
opal to 3.10.10
ekiga to 4.0.1
2013-09-20 21:50:39 +00:00
Jun Kuriyama
7c30d89d31 Client library for APNs that support the extended format.
WWW: http://search.cpan.org/dist/Net-APNs-Extended/
2013-09-20 09:00:12 +00:00
Nicola Vitale
9828a7fc22 Dropbox Uploader is a BASH script which can be used to upload, download, delete,
list files (and more!) from Dropbox, an online file sharing, synchronization and
backup service.

WWW: https://github.com/andreafabrizi/Dropbox-Uploader
2013-09-10 14:05:23 +00:00
Thomas Abthorpe
2212d0a885 - Remove net/p5-SOAP-Transport-HTTP-Plack
- Duplicate of www/p5-SOAP-Transport-HTTP-Plack
- This should fix the portbuild bot

With hat:	portmgr
2013-09-10 03:47:54 +00:00
Sunpoet Po-Chuan Hsieh
c86e83b96f - Add p5-SOAP-Transport-HTTP-Plack 0.03
SOAP::Transport::HTTP::Plack - transport for Plack [1] PSGI toolkit for
SOAP::Lite module.

The module is quite similar to SOAP::Transport::HTTP::Apache.

Docs were stolen completely from SOAP::Transport::HTTP::Nginx.

[1] http://search.cpan.org/~miyagawa/Plack/

WWW: http://search.cpan.org/dist/SOAP-Transport-HTTP-Plack/

PR:		ports/172317
Submitted by:	Takefu <takefu@airport.fm>
2013-09-09 18:19:41 +00:00
Rene Ladan
27abcfb125 Remove expired ports:
2013-08-28 lang/gdc: Broken for more than 6 month
2013-08-31 net-im/cli-msn: MSN Messenger service terminated 30 APR 2013
2013-09-01 x11-toolkits/wxd: Depends on deprecated lang/gdc
2013-09-01 security/openvpn22: Please migrate to a newer OpenVPN version
2013-09-01 devel/dsss: Depends on expired lang/gdc
2013-09-01 graphics/qcamview: Broken on FreeBSD 8 and newer
2013-09-01 www/cacheboy15-devel: Broken on FreeBSD 8 and newer
2013-09-01 graphics/spcaview: Broken on FreeBSD 8 and newer
2013-09-01 comms/uticom: Broken on FreeBSD 8 and newer
2013-09-01 net/ipex: Broken on FreeBSD 8 and newer
2013-09-01 graphics/phpsview: Broken on FreeBSD 8 and newer
2013-09-01 misc/usbrh: Broken on FreeBSD 8 and newer
2013-09-01 net/atmsupport: Broken on FreeBSD 8 and newer
2013-09-01 comms/ib-kmod: Broken on FreeBSD 8 and newer
2013-09-01 net/libproxy-mozjs: Does not work with newer libxul
2013-09-01 www/helixplugin: Does not work with newer libxul
2013-09-01 deskutils/chmsee: Does not work with newer libxul
2013-09-01 www/moonshine: Does not work with newer libxul
2013-09-01 x11/ggiterm: Unmaintained and broken
2013-09-01 graphics/libggigcp: Unmaintained
2013-09-01 graphics/libggimisc: Unmaintained
2013-09-01 graphics/libggiwmh: Unmaintained
2013-09-01 devel/libgiigic: Unmaintained
2013-09-01 games/koth: Unmaintained
2013-09-01 15:06:45 +00:00
Bryan Drewery
52c6ac3e26 - Disconnect ports removed in r325546 2013-08-29 02:28:57 +00:00
Rene Ladan
339dff263e Remove expired port:
2013-08-28 net/gatekeeper: Vulnerable for than 2 month
2013-08-28 07:45:33 +00:00
Rene Ladan
829b60e37d Remove expired ports:
2013-08-27 lang/ldc-devel: Broken for more than 6 month
2013-08-27 www/mod_smooth_streaming: Broken for more than 6 month
2013-08-27 www/p5-Apache2-Scoreboard: Broken for more than 6 month
2013-08-27 sysutils/avfs: Broken for more than 6 month
2013-08-27 multimedia/mp4split: Broken for more than 6 month
2013-08-27 net-mgmt/noc: Broken for more than 6 month
2013-08-27 sysutils/empower: Broken for more than 6 month
2013-08-27 emulators/xgngeo: Broken for more than 6 month
2013-08-27 graphics/geglmm: Broken for more than 6 month
2013-08-27 sysutils/libumberlog: Broken for more than 6 month
2013-08-27 net/wizd: Broken for more than 6 month
2013-08-27 net-p2p/nicotine-plus: Broken for more than 6 month
2013-08-27 palm/barry: Broken for more than 6 month
2013-08-27 x11-themes/kde-icons-noia-warm: Broken for more than 6 month
2013-08-27 news/lottanzb: Broken for more than 6 month
2013-08-27 textproc/xaira: Broken for more than 6 month
2013-08-27 graphics/f90gl: Broken for more than 6 month
2013-08-27 multimedia/linux-gspca-kmod: Broken for more than 6 month
2013-08-27 x11/cl-clx-sbcl: Broken for more than 6 month
2013-08-27 math/dislin: Broken for more than 6 month
2013-08-27 irc/smuxi: Broken for more than 6 month
2013-08-27 18:57:00 +00:00
Rene Ladan
fda6ef5a18 Remove expired ports:
2013-08-24 mail/p5-Mail-CClient: Broken for more than 6 month
2013-08-24 net/slbd: Broken on FreeBSD 8 and newer
2013-08-24 comms/hso-kmod: Broken on FreeBSD 8 and newer
2013-08-26 12:02:30 +00:00
Mathieu Arnold
a254b1538c Add p5-Net-Works 0.06, APIs for IP addresses and networks.
PR:		ports/174360
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu>
2013-08-22 15:28:16 +00:00
William Grzybowski
610a5eb1a0 Netlib is a collection of network utility classes,
used by the pathod and mitmproxy projects.

It differs from other projects in some fundamental
respects, because both pathod and mitmproxy often
need to violate standards.

WWW: https://pypi.python.org/pypi/netlib

PR:		ports/180746
Submitted by:	Hung-Yi Chen <gaod hychen.org>
2013-08-21 14:42:17 +00:00
Steve Wills
a464253baf Helpful CLI utilities for querying and connecting to EC2 instances
WWW: https://github.com/FlipPath/ec2-cli-tools
2013-08-13 00:59:25 +00:00
John Marino
5f8ef5d27e Add new port: net/polyorb
PolyORB is a middleware implementation providing development tools and an
innovative runtime library architecture for collaboration of application
components using open standards for distributed systems.

Polyorb has to be carefully matched with its compiler.  For the Ada
framework compiler, this means version "GPL 2012" despite "GPL 2013" being
available now.  However, a Polyorb developer told me that GPL 2012 was a
bit unstable and recommended that I create a custom tarball from the
Adacore subversion repository using the last revision compatible with
gcc-aux.  The approximate version number of 2.9 was adopted.

THis custom distfile is based on rev 201373 (23 Jan 2013).
The documentation from GPL 2012 was included in this new distfile rather
than embarking on the painful process of regenerating all 5 versions.

Approved by:	bapt/culot (mentors, implicit)
2013-08-12 14:21:36 +00:00
Jun Kuriyama
9c4ac443ca POSIX::getpeername provides getpeername(2). perl's core getpeername
needs a open file handle.  POSIX::getpeername allows you to get
peername from sockfd.

WWW: http://search.cpan.org/dist/POSIX-getpeername/
2013-08-10 16:40:46 +00:00
Jun Kuriyama
735c7c8e28 The primary purpose of this is to use file descriptors instead of file
handles for socket operations. File descriptors can be shared between
threads and not need dup file handles for each threads.

WWW: http://search.cpan.org/dist/POSIX-Socket/
2013-08-10 15:30:16 +00:00
Antoine Brodin
92f32ce697 New port: rubygem-network_interface
This gem was originally added to the Metasploit Pcaprub gem.  It's been spun
out into its own gem for anyone who might want to programmatically get
information on their network interfaces.

WWW: https://github.com/rapid7/network_interface
2013-07-29 20:21:09 +00:00
Alexey Dokuchaev
530537e14e Remove net/ns2, which is practically identical copy of net/ns. 2013-07-29 08:32:16 +00:00
Rene Ladan
66fee90926 KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.

Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports

PR:		ports/180745
Submitted by:	rene
Approved by:	portmgr (bapt)
Exp-run by:	bapt
2013-07-26 19:19:20 +00:00
TAKATSU Tomonari
0112725114 - Move misc/rabbit to misc/rubygem-rabbit [1]
- Update to 2.1.1 [1]
- Split rabbiter and rabbirack into net/rubygem-rabbiter and
  www/rubygem-rabbirack, respectively

PR:		ports/173383 (based on) [1]
Submitted by:	Shin-ya Murakami <murashin_AT_gfd-dennou_DOT_org> [1]
2013-07-24 11:22:09 +00:00
Pawel Pekala
11e564a1d5 OWAMP is a command line client application and a policy daemon used
to determine one way latencies between hosts. It is an implementation
of the OWAMP protocol as defined by
http://www.rfc-editor.org/rfc/rfc4656.txt. (When referring to the
protocol within this document, "OWAMP" will be in italicized. In
all other instances, "OWAMP" will be referring to this implementation.)

With roundtrip-based measurements, it is hard to isolate the direction
in which congestion is experienced. One-way measurements solve this
problem and make the direction of congestion immediately apparent.
Since traffic can be asymmetric at many sites that are primarily
producers or consumers of data, this allows for more informative
measurements. One-way measurements allow the user to better isolate
the effects of specific parts of a network on the treatment of
traffic.

WWW: http://www.internet2.edu/performance/owamp/

PR:		ports/180594
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu>
2013-07-23 21:16:10 +00:00
Marcus von Appen
f23c3dcab9 iLBC (internet Low Bitrate Codec) is a FREE speech codec suitable for robust
voice communication over IP. The codec is designed for narrow band speech and
results in a payload bit rate of 13.33 kbit/s with an encoding frame length
of 30 ms and 15.20 kbps with an encoding length of 20 ms. The iLBC codec
enables graceful speech quality degradation in the case of lost frames,
which occurs in connection with lost or delayed IP packets.

WWW: http://github.com/dekkers/libilbc
2013-07-22 17:06:58 +00:00
Hiroki Sato
6a6c9b116c Add net/packetdrill, a network stack testing tool.
The packetdrill scripting tool enables quick, precise tests for entire
TCP/UDP/IPv4/IPv6 network stacks, from the system call layer down to
the NIC hardware. packetdrill currently works on Linux, FreeBSD,
OpenBSD, and NetBSD. It can test network stack behavior over physical
NICs on a LAN, or on a single machine using a tun virtual network
device.
2013-07-20 21:37:46 +00:00
Koop Mast
e45ae39631 Add new avahi-header port. 2013-07-14 21:50:32 +00:00
Koop Mast
bfa3958c83 Update to 0.6.31.
Trim headers, update to new USES, remove obsolete Qt3 bindings.
Add new gtk3 avahi library. Misc cleanups.

Obtained from:	GNOME devel repo
2013-07-14 21:17:21 +00:00
Glen Barber
54feb91247 Remove net/urtwn-firmware-kmod, integrated to head/ as of r253139.
Submitted by:	hiren
2013-07-12 23:55:21 +00:00
Felippe de Meirelles Motta
b0f033659e Csync is a lightweight utility to synchronize files between two directories on
a system or between multiple systems.

It synchronizes bidirectionally and allows the user to keep two copies of files
and directories in sync. csync uses widely adopted protocols, such as smb or
sftp, so that there is no need for a server component. It is a user-level
program which means you do not to be a superuser or administrator.

WWW: http://owncloud.org/sync-clients/

PR:		ports/178946, ports/177900
Submitted by:	arrowdodger <6yearold@gmail.com>
Reviewed by:	lippe@
2013-07-08 21:31:53 +00:00
Steve Wills
7437ac93d8 - Remove unneeded backrev port 2013-07-02 12:20:09 +00:00
Steve Wills
ad2da2b257 - Actually set rubygem-bunny060 port to correct version
- Add NO_LATEST_LINK to rubygem-bunny060
- Connect rubygem-bunny060 to build
2013-07-02 02:16:57 +00:00
Rene Ladan
d8885b58f9 Remove expired ports:
2013-07-01 net/openldap23-sasl-client: Unmaintained by upstream
2013-07-01 net/openldap23-server: Unmaintained by upstream
2013-07-01 net/openldap23-client: Unmaintained by upstream
2013-07-01 www/py-django13: Unsupported version
2013-07-01 devel/libtifiles: Superseded by devel/libtifiles2
2013-07-01 comms/libticables: Superseded by comms/libticables2
2013-07-01 devel/libticalcs: Superseded by comms/libticalcs2
2013-07-01 emulators/tiemu2: Superseded by emulators/tiemu3
2013-07-01 09:19:36 +00:00
Antoine Brodin
f84d843e4e New port: rubygem-packetfu
A mid-level packet manipulation library for Ruby
2013-06-30 12:44:35 +00:00
Felippe de Meirelles Motta
946b368825 Hans makes it possible to tunnel IPv4 through ICMP echo packets, so you
could call it a ping tunnel. This can be useful when you find yourself
in the situation that your Internet access is firewalled, but pings are
allowed.

WWW: http://code.gerade.org/hans/

PR:		ports/177649
Submitted by:	Alexander Panyushkin <vsityz@gmail.com>
2013-06-28 20:45:36 +00:00
Felippe de Meirelles Motta
f408b00516 ProxyChains is a UNIX program, that hooks network-related libc functions
in dynamically linked programs via a preloaded DLL and redirects the
connections through SOCKS4a/5 or HTTP proxies.

WWW: http://sourceforge.net/projects/proxychains-ng/

PR:		ports/175068
Submitted by:	nemysis <nemysis@gmx.ch>
2013-06-26 20:52:19 +00:00
Felippe de Meirelles Motta
97eba58c3c Net::Google::SafeBrowsing2 implements the Google Safe Browsing
v2 API.

The library passes most of the unit tests listed in the API
documentation. See the documentation
(http://code.google.com/apis/safebrowsing/developers_guide_v2.html)
for more details about the failed tests.

The Google Safe Browsing database must be stored and managed locally.
Net::Google::SafeBrowsing2::Sqlite uses Sqlite as the storage back-end,
Net::Google::SafeBrowsing2::MySQL uses MySQL. Other storage mechanisms
(databases, memory, etc.) can be added and used transparently with this module.

You may want to look at "Google Safe Browsing v2: Implementation Notes"
(http://www.zscaler.com/research/Google%20Safe%20Browsing%20v2%20API.pdf),
a collection of notes and real-world numbers about the API. This is intended
for people who want to learn more about the API, whether as a user or to
make their own implementation.

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

PR:		ports/179819
Submitted by:	Alexandre Biancalana <ale@biancalanas.net>
2013-06-24 18:36:18 +00:00
Alex Dupre
7fe96c1093 Welcome PHP 5.5!
Future steps:
- rename current php5 ports to php54
- make php55 the default one after an exp-run
2013-06-24 14:32:11 +00:00
Kubilay Kocak
493e765c37 net/py-pynsq: [NEW PORT] The official Python client library for NSQ
pynsq provides high-level nsq.Reader and nsq.Writer classes for building
consumers and producers and two low-level modules for both sync and async
communication over the NSQ Protocol (if you wanted to write your own
high-level functionality).

WWW: https://github.com/bitly/pynsq
2013-06-22 10:43:26 +00:00
Marcus von Appen
c5a4db7c11 Welcome SDL2 to the FreeBSD ports system!
A set of new SDL2 related ports has been added, which are essentially
the same as their corresponding port for SDL1.2:

    audio/sdl2_mixer
    graphics/sdl2_image
    graphics/sdl2_ttf
    net/sdl2_net

A set of new USE_SDL knobs is available to enable SDL2 and its related
ports to be added as dependency to ports. Use either of

  USE_SDL= sdl2 image2 mixer2 net2 ttf2

to pull in the specific sdl2_* or sdl20 port.
2013-06-21 19:56:27 +00:00
Kubilay Kocak
b110de5600 net/turses: [NEW PORT] Python Twitter client for the console
A Twitter client for the console. The goal of the project is to build a
full-featured, lightweight, and extremely configurable Twitter client.

Features:

 - Multiple timelines (buffers)
 - Multi-column
 - Tweet, Reply, Retweet, Delete tweet
 - Follow/Unfollow
 - Favorite/Unfavorite
 - Direct Messages
 - Open URLs in browser
 - Thread view
 - Unread count
 - Search
 - View users tweets
 - Fully customizable
 - Multiple accounts
 - View user profile

WWW: https://github.com/alejandrogomez/turses
2013-06-21 12:35:50 +00:00