sws was born out of a project requirement for a small universal Web
server that could run on any POSIX platform to serve static
content. Since it is written in /bin/sh it should run on any
BSD/GNU-Linux/Unix system.
PR: 197694
Differential Revision: https://reviews.freebsd.org/D1988
Reviewed by: swills
Approved by: swills (mentor)
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.
Protocol::HTTP2 is HTTP/2 protocol (draft 17) implementation with stateful
decoders/encoders of HTTP/2 frames. You may use this module to implement your
own HTTP/2 client/server/intermediate on top of your favorite event loop over
plain or tls socket.
WWW: http://search.cpan.org/dist/Protocol-HTTP2/
This is the continuance of the CGI::Fast module from the CGI distribution.
CGI::Fast is a subclass of the CGI object created by CGI.pm. It is specialized
to work with the FCGI module, which greatly speeds up CGI scripts by turning
them into persistently running server processes. Scripts that perform
time-consuming initialization processes, such as loading large modules or
opening persistent database connections, will see large performance
improvements.
If there are no problems with this port, in a week I'll transfer maintainership
to perl@.
The Perl CGI module has been deprecated from the core Perl distribution, and
will be removed in the upcoming Perl 5.22. We already have a www/p5-CGI.pm
port, but at an older version. There were incompatible changes introduced in
p5-CGI-4.00 (in particular, components began to be spun off into separate
packages).
Going forward it will be important for us to have the current p5-CGI
module in the ports tree, but the older version should probably remain, at
least for now, to maximize compatibility.
This commit registers conflicts between p5-CGI and p5-CGI.pm. We should
probably consider renaming p5-CGI.pm to p5-CGI-3 to make the difference
clearer.
I'm putting myself as maintainer in case this port causes problems. If
everything is good in a week I'll transfer it over to perl@.
H2O is a very fast HTTP server written in C. It can also be used as a library.
It supports:
- HTTP/1.0, HTTP/1.1
- [HTTP/2](http://http2.github.io/)
- draft 16 (and draft 14 to support older clients)
- persistent connections
- chunked encoding
- negotiation methods: NPN, ALPN, Upgrade, direct
- dependency and weight-based prioritization
- server push
- TLS
- uses [OpenSSL](https://www.openssl.org/)
- forward secrecy
- AEAD ciphers
- OCSP stapling (automatically enabled)
- session resumption (internal memory)
- conditional GET using last-modified / etag
- mime-type configuration
- reverse proxy
- persistent upstream connection
PR: 197519
Submitted by: Dave Cottlehuber <dch@skunkwerks.at>
Autobahn|Python is a networking library that is part of the Autobahn
project and provides implementations of:
* The WebSocket Protocol
* The Web Application Messaging Protocol (WAMP)
for Twisted and asyncio, on Python 2 & 3 and for writing servers and
clients.
WebSocket allows bidirectional real-time messaging on the Web and WAMP
adds asynchronous Remote Procedure Calls and Publish & Subscribe on top
of WebSocket.
WWW: http://autobahn.ws/python
WSAccell is WebSocket accelerator for AutobahnPython, ws4py and Tornado.
WSAccell replaces per-byte process in them with Cython version.
WWW: https://github.com/methane/wsaccel
WebDAV server protocol compliance test suite.
Tests include:
- OPTIONS for DAV: header
- PUT, GET with byte comparison
- MKCOL
- DELETE (collections, non-collections)
- COPY, MOVE using combinations of:
o overwrite t/f
o destination exists/doesn't exist
o collection/non-collection
- Property manipulation and querying:
o set, delete, replace properties
o persist dead props across COPY
o namespace handling
- Locking
o attempts to modify locked resource (as lock owner, not owner)
o shared/exclusive locks, lock discovery
usage: litmus <url> <username> <password>
WWW: http://www.webdav.org/neon/litmus/
Submitted by: pi@FreeBSD.org
with remote OAuth enabled applications. On the client site, it is a
replacement for Flask-OAuth. But it does more than that, it also
helps you to create OAuth providers.
WWW: https://github.com/lepture/flask-oauthlib/
Django used to include a comments framework; since Django 1.6 it's been
separated to a separate project. This is that project.
This framework can be used to attach comments to any model, so you can use
it for comments on blog entries, photos, book chapters, or anything else.
WWW: https://github.com/django/django-contrib-comments
2015-01-31 audio/py-eyed3-06: In audio/abcde dependency has been changed to audio/py-eyed3
2015-01-31 mail/postfix210: Use mail/postfix instead.
2015-01-31 net-im/venom: No more support from the project
2015-02-01 security/openssh-portable66: security/openssh-portable now has all patches working. This port is obsolete.
2015-01-31 www/p5-WWW-Scraper-ISBN-Driver: Merged to www/p5-WWW-Scraper-ISBN by upstream
2015-01-31 www/p5-WWW-Scraper-ISBN-Record: Merged to www/p5-WWW-Scraper-ISBN by upstream
2015-01-26 audio/qmidinet: Broken for more than 6 months
2015-01-26 audio/wmauda: Broken for more than 6 months
2015-01-26 audio/x11amp: Broken for more than 6 months
2015-01-26 devel/p5-Log-Any-Adapter: devel/p5-Log-Any-Adapter merged into devel/p5-Log-Any by upstream
2015-01-26 ftp/rexx-curl: Broken for more than 6 months
2015-01-26 net-im/pidgin-audacious-remote: Broken for more than 6 months
2015-01-26 www/lifetype: Broken for more than 6 months
2015-01-26 www/ump: Broken for more than 6 months
Use `$ gandi` to easily create and manage web resources from the command line.
* `$ gandi domain` to buy and manage your domain names
* `$ gandi paas` to create and deploy your web applications
* `$ gandi vm` to spin up and upgrade your virtual machines
* `$ gandi` to list all available commands
WWW: https://github.com/Gandi/gandi.cli
An HTTP/1.1 pipelining implementation atop Net::HTTP. A pipelined
connection sends multiple requests to the HTTP server without waiting
for the responses. The server will respond in-order.
WWW: http://docs.seattlerb.org/net-http-pipeline/
LWP::UserAgent suitable for simulating and testing network calls.
It overrides a few key low-level methods of LWP::UserAgent that are
concerned with actually sending your request over the network,
allowing an interception of that request and simulating a particular
response. This greatly facilitates testing of client networking
code where the server follows a known protocol.
WWW: http://search.cpan.org/dist/Test-LWP-UserAgent/
pyCardDAV is a simple to use CardDAV CLI client. It has built in support for
mutt's query_command but also works very well solo (and with other MUAs).
pyCardDAV consists of pycardsyncer, a program for syncing your CardDAV
resource into a local database and of pc_query, a program for querying the
local database.
Features:
* Tested against davical, owncloud and sabredav
* Import the sender's address directly from mutt
* Add email addresses directly from mutt
* Backup and import to and from .vcf files
WWW: http://lostpackets.de/pycarddav
PR: 189098 (with changes)
Submitted by: Samir Noir <samir noir im>
parses POST form data.
URL::Encode::XS suggests that it shouldn't be used directly, and that
URL::Encode should be used as the interface. There is not currently a
p5-URL-Encode port.
WWW::Mechanize::PhantomJS automates the headless webbrowser PhantomJS
and handles DOM handling, CSS selector, JSON, Canvas, SVG, and of
course JavaScript.
WWW: http://search.cpan.org/dist/WWW-Mechanize-PhantomJS/
Selenium is a test tool that allows you to write automated web
application UI tests in any programming language against any HTTP
website using any mainstream JavaScript-enabled browser. This module
is an implementation of the client for the Remote driver that
Selenium provides.
WWW: http://search.cpan.org/dist/Selenium-Remote-Driver/
2014-12-31 graphics/ender: Unused by EFL 1.11
2014-12-31 graphics/enesim: Unused by EFL 1.11
2014-12-31 graphics/etch: Unused by EFL 1.11
2014-12-31 www/egueb: Unused by EFL 1.11
2014-12-31 x11-wm/e17-module-comp-scale: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-eektool: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-elfe: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-empris: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-engage: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-eooorg: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-everything-aspell: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-everything-mpris: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-everything-pidgin: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-everything-shotgun: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-everything-wallpaper: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-exebuf: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-execwatch: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-flame: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-iiirk: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-itask: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-mail: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-moon: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-news: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-photo: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-rain: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-screenshot: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-slideshow: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-taskbar: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-uptime: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-weather: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-winlist-ng: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-winselector: Broken and updates aren't available
Spyne is a Python RPC toolkit that makes it easy to expose online services that
have a well-defined API using multiple protocols and transports.
It integrates with popular Python web frameworks as well as libraries like
SQLAlchemy to keep your code as DRY (Don't Repeat Yourself) as possible.
WWW: https://pypi.python.org/pypi/spyne
WWW: http://spyne.io/
This port only supplies the WebKit2 library for gtk3, and has some API changes.
The webkitgtk project switch to cmake. Due to issues I don't understand
yet we can't use USES=cmake yet.
Use USES=compiler:c++11-lib to replace custom dancing around with clang
and OSVERSION.
Make 8.x as IGNORE, because of c++ and other issues.
- adjust ports depending on neon, bump PORTREVISION
Changelog:
Fix memory leak with GnuTLS (Werner Baumann, Patrick Ohly).
Fix possible crash after DNS lookup errors on Windows (Olivier Goffart).
Don't fail if the SSL cert changes between connections with OpenSSL, behaviour now matches that with GnuTLS.
Fix PKCS#11 support under OpenSSL with TLS 1.2.
Fix static linking with pkg-config file (Alan H)
PR: 195786
Differential Revision: https://reviews.freebsd.org/D1319
Submitted by: ohauer
Reviewed by: portmgr (bapt, mat)
Approved by: portmgr, lev (implicit)
This is the official Ruby wrapper for the Tumblr v2 API.
It supports all endpoints currently available on the Tumblr API.
WWW: https://github.com/tumblr/tumblr_client
PR: 195758
Differential Revision: https://reviews.freebsd.org/D1278
Submitted by: Michael Moll <kvedulv@kvedulv.de>
Approved by: kswills (mentor)
wrappers for objects exposed by the Reddit API. This module handles HTTP
communication, basic session management (e.g. storing an active login session),
and communication with Reddit's external API.