Commit graph

2564 commits

Author SHA1 Message Date
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
Dima Panov
baee0a62c6 - Update net/remmina and its plugins to 1.0.0 release
- Add gnome and nx plugins

Big thanks to Koichiro IWAIO for his work!

Submitted by:	Koichiro IWAIO <meta AT vmeta DOT jp> via mail
2013-06-20 01:59:25 +00:00
Olli Hauer
3ae7902d7a - new port py-pysphere
Python API for interaction with the vSphere Web Services SDK.

Among other operations, it provides easy interfaces to:

- Connect to VMWare's ESX, ESXi, Virtual Center, Virtual Server hosts
- Query hosts, datacenters, resource pools, virtual machines
- VM: Power on, power off, reset, revert to snapshot, get properties, update
  vmware tools, clone, migrate.
- vSphere 5.0 Guest Operations: create/delete/move files and directories.
  Upload/download files from the guest system. List/start/stop processes in
  the guest system.
- Create and delete snapshots
- Hosts statistics and performance monitoring

An of course, you can use it to access all the vSphere API through python.

It's built upon a slightly modified version of ZSI (that comes bundled-in)
which makes it really fast in contrast to other python SOAP libraries that
don't provide code generation.

WWW: https://code.google.com/p/pysphere/
2013-06-15 19:39:56 +00:00
Sunpoet Po-Chuan Hsieh
82e73e2144 - Add rubygem-dropbox-sdk 1.5.1
dropbox-sdk is a library that provides a plain function-call interface to the
Dropbox API web endpoints.

WWW: https://www.dropbox.com/developers
RG:  https://rubygems.org/gems/dropbox-sdk
2013-06-13 11:54:04 +00:00
Kubilay Kocak
94be97aef3 net/py-twitter-tools: Python API and CLI toolset for Twitter [NEW PORT]
The Minimalist Twitter API for Python is a Python API for Twitter, everyone's
favorite Web 2.0 Facebook-style status updater for people on the go.

Also included is a twitter command-line tool for getting your friends' tweets
and setting your own tweet from the safety and security of your favorite shell
and an IRC bot that can announce Twitter updates to an IRC channel.

WWW: https://github.com/sixohsix/twitter
2013-06-12 13:05:01 +00:00
Glen Barber
6bd3ace4b6 - Add new port: net/urtwn-firmware-kmod:
Realtek RTL8188CU/RTL8192CU firmware kernel module
 - Add LEGAL entry
 - Hope INDEX isn't broken

Submitted by:	rpaulo (original)
2013-06-08 02:27:21 +00:00
Baptiste Daroussin
148a3ec2b6 Samba34 is no more maintained upstream and expired for 3 month, consider using samba36 2013-06-04 21:48:49 +00:00
Hiroki Sato
8b5bbb8c9d Add net/pxe-pdhcp, an implementation of Preboot Execution Environment (PXE)
server which can cooperate with an existing DHCP server.
2013-06-03 04:26:24 +00:00
Gabor Kovesdan
b2064df69f This a BSD-licensed version of the RFC5766 TURN Server implementation,
with IPv6 and DTLS extensions.

WWW: http://code.google.com/p/rfc5766-turn-server/

Submitted by:	Oleg Moskalenko <mom040267@gmail.com> (via private mail)
2013-06-02 09:39:19 +00:00
Antoine Brodin
427a7866b7 New port: rubygem-pcaprub
libpcap bindings for ruby
WWW: https://github.com/shadowbq/pcaprub

Approved by:	miwi, eadler (mentors, implicit)
2013-05-31 21:09:20 +00:00
Martin Wilke
c3c6a5428a Wrapper for Mail.Ru simple network protocol IProto. Support 2 modes: block via
Ruby's TCPSocket and non block via EventMachine with fiblers. Wrapper used in
Tarantool ruby client and private libs.

WWW: https://github.com/mailru/iproto-ruby

PR:		ports/178621
Submitted by:	Gvozdikov Veniamin <g.veniamin@googlemail.com>
2013-05-29 00:42:21 +00:00
William Grzybowski
ffdd97b0e6 Grive is an independent implementation of Google Drive client. It uses
the Google Document List API to talk to the servers in Google.

WWW: http://www.lbreda.com/grive/

PR:		ports/178025
Submitted by:	Key-Teck SIN <ktsin@acm.org>
Approved by:	culot (mentor)
2013-05-24 10:16:58 +00:00
Jimmy Olgeni
cfeac9d14e Add net/ranch, an Erlang library to accept TCP connections with a
small code base and low latency.
2013-05-23 20:31:42 +00:00
Wesley Shields
c746349377 libnids-libnet11 is a slave port of libnids that specifically uses libnet11.
This is required because vortex needs libnids built with libnet11 while other
ports (dsniff) needs libnids built with libnet10.
2013-05-17 02:00:55 +00:00
Ruslan Makhmatkhanov
1935804eec Add libosip2 port version 4.0.0, that is API incompatible with version
in net/libosip. This patch was submitted as an update against net/libosip
but it was decided to add it as a separate port.

oSIP is an implementation of SIP.

SIP stands for the Session Initiation Protocol and is described by the
rfc2543 (soon to be deprecated by latest revisions). This library aims
to provide multimedia and telecom software developers an easy and powerful
interface to initiate and control SIP based sessions in their applications.
SIP is a open standard replacement from IETF for H323.

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

PR:		175104
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2013-05-12 13:37:17 +00:00
Antoine Brodin
6d6c406b58 New port: tcpsplit
Breaks a libpcap trace along TCP connection boundaries
WWW: http://www.icir.org/mallman/software/tcpsplit/

PR:		ports/177441
Submitted by:	Lars Eggert
Approved by:	eadler (mentor)
2013-05-03 20:39:58 +00:00
Maxim Sobolev
8700536dda Add p5-Net-Syslog - a perl extension for sending syslog messages to a remote
syslogd.

Sponsored by:	pbxpress.it
2013-05-03 06:41:43 +00:00
Koop Mast
05d2886d27 Add Gstreamer 1.0.7. This is the new stable version of the
Gstreamer multimedia framework.

Use the USE_GSTREAMER1 macro to select Gstreamer 1.0 plugins. A new chapter
for the porters handbook about gstreamer is a work in progress.

X related plugins are now stand alone. The gio plugin is now part of the
gstreamer1-plugins port and the oss plugins are now part of the
gstreamer1-plugins-good port.

Note that the pulseaudio plugin is missing because it needs a newer version
of pulseaudio. Also there are still a number of plugins from -bad which
haven't been ported to the 1.0 API yet.
2013-04-27 20:56:38 +00:00
Olivier Duchateau
63168a341a HTTPS client for httplib and urllib2 based on PyOpenSSL.
WWW: http://ndg-security.ceda.ac.uk/wiki/ndg_httpsclient
2013-04-26 16:43:59 +00:00
Wesley Shields
4863f45fda Vortex is a near real time IDS and network surveillance engine for TCP stream
data. Vortex decouples packet capture, stream reassembly, and real time
constraints from analysis. Vortex is used to provide TCP stream data to a
separate analyzer program.

Feature safe: yes
2013-04-18 15:03:15 +00:00
Rene Ladan
71efc58616 Remove expired ports:
2013-04-10 www/p5-Apache-GopherHandler: Depends on p5-Net-Gopher which is deprecated and expired
2013-04-10 net/p5-Gopher-Server: Depends on p5-Net-Gopher which is deprecated and expired
2012-04-17 net/p5-Net-Gopher: gone from CPAN

Feature safe:	yes
2013-04-16 15:03:08 +00:00
Gabor Pali
bd8d410bbe - Update Haskell ports from the development repository
- Avoid self-dependency for print/hs-hscolour (when HSCOLOUR is set)
  Contributed by: ashish

New ports (5):

devel/hs-geniplate                       0.6.0.3
devel/hs-uuid                            1.2.9
net/hs-maccatcher                        2.1.5
net/hs-publicsuffixlist                  0.0.3
textproc/hs-regex-tdfa                   1.1.8

Removed ports (1):

math/hs-Agda-executable                  2.3.0.1_3

Updated ports (115):

archivers/hs-zip-archive                 0.1.3.3          --> 0.1.3.4
archivers/hs-zlib-conduit                0.5.0.3_1        --> 1.0.0
audio/hs-OpenAL                          1.4.0.1_3        --> 1.4.0.2
databases/hs-persistent                  1.1.4            --> 1.1.5.1
databases/hs-persistent-sqlite           1.1.2            --> 1.1.5
databases/hs-persistent-template         1.1.2.1          --> 1.1.2.4
devel/hs-Boolean                         0.1.2            --> 0.2
devel/hs-ansi-terminal                   0.5.5.1          --> 0.6
devel/hs-base64-bytestring               1.0.0.0_1        --> 1.0.0.1
devel/hs-base64-conduit                  0.5.1            --> 1.0.0
devel/hs-basic-prelude                   0.3.2.0          --> 0.3.4.0
devel/hs-bifunctors                      3.2              --> 3.2.0.1
devel/hs-blaze-builder-conduit           0.5.0.3_1        --> 1.0.0
devel/hs-classy-prelude                  0.4.3            --> 0.5.3
devel/hs-classy-prelude-conduit          0.4.3            --> 0.5.3
devel/hs-cmdargs                         0.10.1_1         --> 0.10.2
devel/hs-conduit                         0.5.6            --> 1.0.2
devel/hs-darcs                           2.8.3_1          --> 2.8.4
devel/hs-either                          3.1              --> 3.4
devel/hs-errors                          1.3.1            --> 1.4.1
devel/hs-filestore                       0.6              --> 0.6.0.1
devel/hs-filesystem-conduit              0.5.0.2_1        --> 1.0.0
devel/hs-git-annex                       3.20130124       --> 4.20130323
devel/hs-hashtables                      1.0.1.8_1        --> 1.1.0.2
devel/hs-haskeline                       0.6.4.7_3        --> 0.7.0.3
devel/hs-hint                            0.3.3.5_1        --> 0.3.3.6
devel/hs-hoogle                          4.2.15           --> 4.2.16
devel/hs-hspec                           1.4.3            --> 1.4.4
devel/hs-lens                            3.8.5            --> 3.8.7.3
devel/hs-logict                          0.5.0.2_1        --> 0.6
devel/hs-monad-logger                    0.2.3.2          --> 0.3.0.1
devel/hs-monad-par                       0.3_3            --> 0.3.4.1
devel/hs-mueval                          0.8.2_3          --> 0.9
devel/hs-profunctors                     3.2              --> 3.3
devel/hs-project-template                0.1.1            --> 0.1.3
devel/hs-readline                        1.0.1.0_8        --> 1.0.3.0
devel/hs-reflection                      1.1.6            --> 1.1.7
devel/hs-resourcet                       0.4.4_1          --> 0.4.5
devel/hs-show                            0.4.1.2_4        --> 0.5
devel/hs-simple-reflect                  0.2_1            --> 0.3.1
devel/hs-smallcheck                      0.6.2            --> 1.0.2
devel/hs-testpack                        2.1.2_3          --> 2.1.2.1
devel/hs-threads                         0.5.0.1_1        --> 0.5.0.2
devel/hs-time-compat                     0.1.0.2_1        --> 0.1.0.3
devel/hs-unix-time                       0.1.4_1          --> 0.1.5
devel/hs-uulib                           0.9.14_4         --> 0.9.15
mail/hs-email-validate                   0.3.2_1          --> 1.0.0
mail/hs-mime-types                       0.1.0.2          --> 0.1.0.3
math/hs-Agda                             2.3.0.1_3        --> 2.3.2
math/hs-NumInstances                     1.0_4            --> 1.2
math/hs-comonad                          3.0.1.1          --> 3.0.2
math/hs-contravariant                    0.2.0.2_3        --> 0.4
math/hs-distributive                     0.3              --> 0.3.1
math/hs-math-functions                   0.1.1.2_1        --> 0.1.3.0
net/hs-network-conduit                   0.6.2.2          --> 1.0.0
net/hs-sendfile                          0.7.8_1          --> 0.7.9
net/hs-simple-sendfile                   0.2.10           --> 0.2.11
net/hs-socks                             0.4.2_1          --> 0.5.0
security/hs-crypto-api                   0.10.2_3         --> 0.11
security/hs-crypto-conduit               0.4.3            --> 0.5.0
security/hs-monadcryptorandom            0.5_1            --> 0.5.1
security/hs-skein                        0.1.0.11         --> 0.1.0.12
security/hs-tls                          1.1.1            --> 1.1.2
textproc/hs-HStringTemplate              0.6.12_1         --> 0.7.1
textproc/hs-attoparsec                   0.10.3.0         --> 0.10.4.0
textproc/hs-attoparsec-conduit           0.5.0.3_1        --> 1.0.0
textproc/hs-blaze-html                   0.5.1.3          --> 0.6.0.0
textproc/hs-case-insensitive             0.4.0.4          --> 1.0
textproc/hs-citeproc-hs                  0.3.7            --> 0.3.8
textproc/hs-highlighting-kate            0.5.3.5          --> 0.5.3.8
textproc/hs-hs-bibutils                  4.16             --> 4.17
textproc/hs-html-conduit                 0.1.0.4_1        --> 1.1.0
textproc/hs-hxt-regex-xmlschema          9.0.4_4          --> 9.1.0
textproc/hs-pandoc                       1.9.4.5_1        --> 1.11.1
textproc/hs-pandoc-types                 1.9.1_3          --> 1.10
textproc/hs-tagstream-conduit            0.5.3_1          --> 0.5.4
textproc/hs-xml-conduit                  1.0.3.3_1        --> 1.1.0.3
textproc/hs-xmlhtml                      0.2.0.3_1        --> 0.2.1
textproc/hs-yaml                         0.8.2            --> 0.8.2.3
www/hs-activehs                          0.3.0.1_1        --> 0.3.1
www/hs-authenticate                      1.3.2_1          --> 1.3.2.6
www/hs-fastcgi                           3001.0.2.3_7     --> 3001.0.2.4
www/hs-gitit                             0.10.1.2         --> 0.10.3.1
www/hs-hS3                               0.5.6_5          --> 0.5.7
www/hs-hamlet                            1.1.3.1          --> 1.1.6.3
www/hs-happstack-server                  7.1.1_1          --> 7.1.7
www/hs-heist                             0.11.0           --> 0.11.1
www/hs-hjsmin                            0.1.4            --> 0.1.4.1
www/hs-http-conduit                      1.8.7            --> 1.9.0
www/hs-http-reverse-proxy                0.1.1.1          --> 0.1.1.3
www/hs-http-server                       1.0.1_1          --> 1.0.2
www/hs-http-types                        0.7.3.0.1_1      --> 0.8.0
www/hs-shakespeare                       1.0.2_1          --> 1.0.3.1
www/hs-shakespeare-css                   1.0.2_1          --> 1.0.3
www/hs-shakespeare-js                    1.1.1            --> 1.1.2.1
www/hs-snap                              0.11.0           --> 0.11.2
www/hs-snap-core                         0.9.2.2_1        --> 0.9.3.1
www/hs-snap-server                       0.9.2.4_1        --> 0.9.3.3
www/hs-wai                               1.3.0.1_1        --> 1.4.0
www/hs-wai-app-static                    1.3.1_1          --> 1.3.1.2
www/hs-wai-extra                         1.3.2            --> 1.3.2.4
www/hs-wai-test                          1.3.0_1          --> 1.3.0.4
www/hs-warp                              1.3.7.1          --> 1.3.7.4
www/hs-yesod                             1.1.7.2          --> 1.1.9.2
www/hs-yesod-auth                        1.1.3            --> 1.1.5.3
www/hs-yesod-core                        1.1.7.1          --> 1.1.8.2
www/hs-yesod-default                     1.1.3            --> 1.1.3.2
www/hs-yesod-form                        1.2.0.2          --> 1.2.1.3
www/hs-yesod-json                        1.1.2_1          --> 1.1.2.1
www/hs-yesod-platform                    1.1.7.2          --> 1.1.8
www/hs-yesod-routes                      1.1.1.1_1        --> 1.1.2
www/hs-yesod-static                      1.1.1.2          --> 1.1.2.2
www/hs-yesod-test                        0.3.3            --> 0.3.5
x11-wm/hs-xmonad-contrib                 0.11             --> 0.11.1
x11/hs-X11                               1.6.0.2          --> 1.6.1.1

Please note that port revisions for dependent ports are bumped.

Obtained from:	FreeBSD Haskell
2013-03-29 22:43:58 +00:00
Martin Wilke
02dd0b6153 This does a basic check if something is a perl script or not.
It can also optionally exclude scripts that use /usr/bin/env.

WWW: http://search.cpan.org/dist/Script-isAperlScripat/

PR:		ports/176837
Submitted by:	Zane C, Bowers-Hadley <vvelox@vvelox.net>
2013-03-29 01:51:02 +00:00
Steve Wills
649853092c TigerVNC is a high-performance, platform-neutral implementation of VNC,
a client/server application that allows users to launch and interact with
graphical applications on remote machines.

WWW: http://tigervnc.org/

PR:		ports/175801
Submitted by:	Koichiro IWAO <meta+ports@vmeta.jp>
2013-03-24 15:05:45 +00:00
Niclas Zeising
efd451bb07 Add net/ostinato 2013-03-09 21:02:26 +00:00
Nicola Vitale
ed9c9cedc1 C++ Qt based Twitter library
WWW: https://github.com/minimoog/QTweetLib
2013-03-06 22:54:15 +00:00
Rene Ladan
ba2885d840 Remove expired, unmaintained ports:
2013-03-01 sysutils/sge60: Ancient and unsupported release
2013-03-01 sysutils/sge61: Ancient and unsupported release
2013-03-05 x11-themes/sapphire-themes: Broken for more than 6 month
2013-03-05 misc/fep: Broken for more than 6 month
2013-03-05 devel/gauche-gaunit: Broken for more than 6 month
2013-03-05 games/tuxracer_golf: Broken for more than 6 month
2013-03-05 net/bfilter: Broken for more than 6 month
2013-03-05 graphics/fnlib: Broken for more than 6 month
2013-03-05 print/gfontview: Broken for more than 6 month
2013-03-05 print/hugelatex: Broken for more than 6 month
2013-03-05 misc/gtktalog: Broken for more than 6 month
2013-03-05 x11/wterm: Broken for more than 6 month
2013-03-05 databases/xapian-bindings10: Broken for more than 6 month
2013-03-05 databases/adstudio: Broken for more than 6 month
2013-03-05 misc/splitvt: Broken for more than 6 month
2013-03-05 sysutils/udesc_dump: Broken for more than 6 month
2013-03-05 textproc/gxditview: Broken for more than 6 month
2013-03-05 x11/powershell: Broken for more then 6 month
2013-03-06 15:05:43 +00:00
Hiroki Sato
18eb550f56 Resurrect net/ct and net/v6eval, IPv6 Conformance Test Kit. 2013-03-05 20:20:51 +00:00
Baptiste Daroussin
5f82b6d00b 2013-02-27 security/lep: No more upstream, no more public distfiles
2013-02-27 devel/cvsmapfs: No more upstream, no more public distfiles
2013-02-27 devel/sid: No more upstream, no more public distfiles
2013-02-27 net-mgmt/nrpep: No more upstream, no more public distfiles
2013-02-27 devel/py-ez_xml: No more upstream, no more public distfiles
2013-02-27 security/IMHear: No more upstream, no more public distfiles
2013-02-27 comms/scud: No more upstream, no more public distfiles
2013-02-27 devel/lexi: No more upstream, no more public distfiles
2013-02-27 games/pentix: No more upstream, no more public distfiles
2013-02-27 net/py-mp-random: No more upstream, no more public distfiles
2013-02-27 sysutils/rcsedit: No more upstream, no more public distfiles
2013-02-27 sysutils/bsdsar: No more upstream, no more public distfiles
2013-02-27 sysutils/sarah: No more upstream, no more public distfiles
2013-03-03 22:59:34 +00:00
Jason Helfman
1495500dbb - add new port: net/svnup
A lightweight, dependency-free program to pull source using the svn protocol.

WWW: http://jcm.dsl.visi.com/freebsd/svnup/

PR:		176381
Submitted by:	jcm@visi.com
2013-02-28 06:59:13 +00:00
Pawel Pekala
917a58ad41 LIBNFS is a client library for accessing NFS shares over a network.
LIBNFS offers three different APIs, for different use :
1, RAW : A fully async low level RPC library for NFS protocols
2, NFS ASYNC : A fully asynchronous library for high level vfs functions
3, NFS SYNC : A synchronous library for high level vfs functions

WWW: https://github.com/sahlberg/libnfs

PR:		ports/172777
Submitted by:	Manuel Creach <manuel.creach@icloud.com>
2013-02-26 23:12:28 +00:00
Timur I. Bakeyev
9f1abfd905 And here also... 2013-02-24 02:21:00 +00:00
Frederic Culot
8012880232 Kippo is a medium interaction SSH honeypot designed to log brute force
attacks and, most importantly, the entire shell interaction performed
by the attacker.

WWW: http://code.google.com/p/kippo/
2013-02-22 16:22:49 +00:00
Dirk Meyer
2e784cb3be - retire net/libnet-devel 2013-02-18 21:59:56 +00:00
Timur I. Bakeyev
ae6b9a8f6d New 4.0.3 revision of the net/samba4 port. Now we have our own AD! 2013-02-18 14:24:56 +00:00
Martin Wilke
df2e80c8b4 afpfs-ng is an Apple Filing Protocol client that will allow BSD,
Linux and Mac OS X systems to access files exported from a
Mac OS system with AFP over TCP.

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

PR:		ports/172780
Submitted by:	Manuel Creach <manuel.creach@icloud.com>
2013-02-18 04:43:58 +00:00
Baptiste Daroussin
8784922ccb 2012-05-10 graphics/solang: BROKEN for more than 6 month
2012-05-10 math/octave-devel: BROKEN for more than 6 month
2012-05-10 net/spnetkit: BROKEN for more than 6 month
2013-02-14 08:21:18 +00:00
Chris Rees
16cc3b1cec KNC is Kerberised NetCat. It works in basically the same way as either netcat
or stunnel except that it is uses GSS-API to secure the communication. You can
use it to construct client/server applications while keeping the Kerberos
libraries out of your programs address space quickly and easily.

WWW: http://oskt.secure-endpoints.com/knc.html

PR:		ports/175952
Submitted by:	Denis Generalov <gd@rambler-co.ru>
2013-02-09 17:55:38 +00:00
Philippe Audeoud
97e7deb419 This class provides methods for making parallel, asynchronous requests
to the OpenStack API. This distribution comes with a command line tool
stackattack which heavily uses this class.

WWW:	http://search.cpan.org/dist/Net-OpenStack-Attack/

PR:		ports/175914
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
2013-02-07 07:37:45 +00:00
Baptiste Daroussin
7f59a530b0 - update libcmis to 0.3 version,
- nuke libcmis03
2013-02-05 07:35:44 +00:00
Ryan Steinmetz
64aef1e447 - Remove deprecated ports
- Update MOVED
2013-02-04 13:04:39 +00:00
Max Brazhnikov
cb8b1428c6 KDE/FreeBSD team presents KDE SC 4.9.5 ports!
- kdebindings ports have been renamed to match upstream.
- kdemultimedia and kdenetwork have been split.
- New port games/pairs added.
- Trim Makefile header
- Convert to new option framework
- New USE_KDE4 components: libkcddb, libkcompactdisc
- Update:
	databases/akonadi to 1.9.0
	devel/grantlee to 0.3.0
	textproc/rasqal to 0.9.30
	textproc/redland-bindings to 1.0.16.1
	textproc/soprano to 2.9.0
	x11-toolkits/attica to 0.4.1

The area51 repository features commits by Schaich Alonso, avilla, dbn,
jhale, makc and rakuco.

Contributors:
- Oleg Sidorkin
- Tobias Berner
- Kurt Jaeger
2013-02-03 20:10:37 +00:00