based on the WebKit web content engine and the GTK+ toolkit.
It is very fast, extensible by Lua and licensed under the
GNU GPLv3 license. It is primarily targeted at power users,
developers and any people with too much time on their hands
who want to have fine-grained control over their web browsers
behaviour and interface.
WWW: http://luakit.org
PR: ports/166415
Submitted by: gugabsd <gugabsd@mundounix.com.br>
applications. The library integrates with Django's builtin
authentication system, so most applications require minimal changes to
support OpenID login.
The library also includes the following features:
* Basic user details are transfered from the OpenID server via the
Simple Registration extension.
* It can be configured to use a fixed OpenID server URL, for use in
single sign on deployments.
* It supports the Launchpad teams extension to request team
membership information.
WWW: https://launchpad.net/django-openid-auth
PR: ports/164670
Submitted by: Matthew X. Economou <xenophon+fbsdports@irtnog.org>
easy. When combined with ZFS and vnet, FreeBSD jails make for a basic
cloud-like infrastructure.
WWW: https://github.com/lattera/drupal-jailadmin
PR: ports/165632
Submitted by: Shawn Webb <bsdports@wayfair.com>
mod_myvhost is Apache module for dynamically configured name based mass virtual
hosting with PHP, virtual host's configurations and PHP settings are stored in
database.
No need to have every vhost in apache's configuration file, no need to restart
apache after configuration changed (vhost added|deleted, vhost rootdir changed,
vhost unblocked/unblocked...).
After all, it is capable to change settings of PHP4/5 dynamically (if php is
loadable module or it is linked with apache) for any vhost. By default, it sets
open_basedir as vhost's rootdir to prevent user from stoling files from other
users and from your server, but you have ability to change almost any parameter
that exists in php.ini, for example, you can turn on safe_mode or
register_globals for particular vhost, if it has old php scripts that use global
variables.
WWW: http://code.google.com/p/mod-myvhost/
requested on FreeBSD-apache list by Igor Popov <ipopovi@gmail.com> (Author)
http://lists.freebsd.org/pipermail/freebsd-apache/2012-March/002700.html
Feature safe: yes
Plack::Middleware::ForceEnv modifies the environment passed to the application
by adding your specified key value pairs. This is primarily useful when testing
apps under plackup (or similar) in a development environment.
WWW: http://search.cpan.org/dist/Plack-Middleware-ForceEnv/
Feature safe: yes
FTP protocol (whereever the HTTP protocol could also be used). It
provides both RETR/REST retrieval and STOR/APPE upload, using the
same user/permissions model as httpd (so it shares the same security
considerations as mod_dav plus mod_dav_fs).
WWW: http://httpd.apache.org/mod_ftp/
Feature safe: yes
of numeric time-series data on an enterprise level.
WWW: http://launchpad.net/graphite
PR: ports/165285
Submitted by: Evan Sarmiento <esarmiento@wayfair.com>
It also affords space efficient code, highly concurrent loads, and
portability to many deployment backends (via the wai package), from CGI
to stand-alone serving. Yesod also focuses on developer productivity.
Yesod integrates well with tools for all your basic web development (wai,
persistent, and shakespeare/hamlet).
WWW: http://www.yesodweb.com/
Obtained from: FreeBSD Haskell
application that have strong compile-time guarantees of correctness. It
also affords space efficient code and portability to many deployment
backends, from CGI to stand-alone serving.
WWW: http://www.yesodweb.com/
Obtained from: FreeBSD Haskell
simple variable interpolation. Shakespeare templates can be used inline
with a quasi-quoter or in an external file. Shakespeare interpolates
variables according to the type being inserted. In this case, the
variable type needs a ToText instance.
WWW: http://www.yesodweb.com/book/templates
Obtained from: FreeBSD Haskell
simple variable interpolation. Shakespeare templates can be used inline
with a quasi-quoter or in an external file. Shakespeare interpolates
variables according to the type being inserted. In this case, the
variable type needs a ToJavascript instance.
There is also shakespeare-coffeescript for coffeescript templates.
Coffescript is a language that compiles down to javascript. It expects
a coffeescript compiler in your path, and variable should be a ToCoffee
instance.
WWW: http://www.yesodweb.com/book/templates
Obtained from: FreeBSD Haskell
translated content. It has a simple syntax for translators, while
allowing the ful power of Haskell for applying complex grammar rules.
WWW: http://www.yesodweb.com/book/i18n
Obtained from: FreeBSD Haskell
simple variable interpolation. Shakespeare templates can be used inline
with a quasi-quoter or in an external file. Shakespeare interpolates
variables according to the type being inserted. In this case, the
variable type needs a ToCss instance.
This package contains 2 CSS template languages. The Cassius language
uses whitespace to avoid the need for closing brackets and semi-colons.
Lucius does not care about whitespace and is a strict superset of CSS.
There are also some significant conveniences added for CSS.
WWW: http://www.yesodweb.com/book/templates
Obtained from: FreeBSD Haskell
via Quasi-Quoting, and generating extremely efficient output code. The
syntax is white-space sensitive, and it helps you avoid cross-site
scripting issues and 404 errors.
WWW: http://www.yesodweb.com/book/templates
Obtained from: FreeBSD Haskell
simple variable interpolation. Shakespeare templates can be used inline
with a quasi-quoter or in an external file. Shakespeare interpolates
variables according to the type being inserted.
WWW: http://www.yesodweb.com/book/templates
Obtained from: FreeBSD Haskell
connection. It also provides higher-level functions which allow you to
avoid direct usage of enumerators.
WWW: http://github.com/snoyberg/http-enumerator
Obtained from: FreeBSD Haskell
and uploaded files can be modified either directly via the VCS's
command-line tools or through the wiki's web interface. Pandoc is used
for markup processing, so pages may be written in (extended) markdown,
reStructuredText, LaTeX, HTML, or literate Haskell, and exported in ten
different formats, including LaTeX, ConTeXt, DocBook, RTF, OpenOffice
ODT, and MediaWiki markup.
Notable features include:
* plugins: dynamically loaded page transformations written in Haskell.
* conversion of TeX math to MathML for display in web browsers.
* syntax highlighting of source code files and code snippets.
* Atom feeds (site-wide and per-page).
* a library, Network.Gitit, that makes it simple to include a gitit
wiki in any happstack application.
WWW: http://gitit.net/
Obtained from: FreeBSD Haskell
where it left off. Happstack-State spares you the need to deal with all
the marshalling, consistency, and configuration headache that you would
have if you used an external DBMS for this purpose. Its component model
makes it easy to compose big applications from smaller reliable parts.
Use event subscription to trigger IO actions and support comet-style or
irc-bot applications.
WWW: http://happstack.com/
Obtained from: FreeBSD Haskell
routing requests, handling query parameters, generating responses,
working with cookies, serving files, and more.
WWW: http://happstack.com/
Obtained from: FreeBSD Haskell
easy to use template-haskell function. Spare yourself the need to
write, run, and maintain code that marshalls your data to/from an
external relational database just for efficient queries. The
happstack-ixset relies on generics and TH to spare you the boilerplate
normally required for such tasks.
WWW: http://happstack.com/
Obtained from: FreeBSD Haskell
* Deriving instances for your datatypes.
* Producing default values of Haskell datatypes.
* Normalizing values of Haskell datatypes.
* Marshalling Haskell values to and from XML.
* Marshalling Haskell values to and from HTML forms.
WWW: http://happstack.com/
Obtained from: FreeBSD Haskell
agnostic web server that focuses on web applications using modern
browser technologies.
WWW: http://mongrel2.org/
PR: ports/163256
Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
content on the World Wide Web and intranets. It is based on Django
and written in Python.
WWW: http://django-cms.org/
PR: ports/164624
Submitted by: Matthew X. Economou <xenophon+fbsdports@irtnog.org>
A fresh look at blocks. With django-sekizai you can define
placeholders where your blocks get rendered and at different places in
your templates append to those blocks. This is especially useful for
css and javascript. Your subtemplates can now define css and
javscript files to be included, and the css will be nicely put at the
top and the javascript to the bottom, just like you should. Also
sekizai will ignore any duplicate content in a single block.
WWW: https://github.com/ojii/django-sekizai
PR: ports/164622
Submitted by: Matthew X. Economou <xenophon+fbsdports@irtnog.org>
server status in multiprocess Plack servers such as Starman and
Starlet. This middleware changes status only before and after
executing the application. so cannot monitor keepalive session and
network i/o wait.
WWW: http://search.cpan.org/dist/Plack-Middleware-ServerStatus-Lite/
Currently adds /sitemap and /sitemap.xml where the former is a basic
HTML list and the latter is an XML document of URLS.
WWW: http://search.cpan.org/dist/Dancer-Plugin-SiteMap/
PR: ports/164558
Submitted by: Grzegorz Blach <magik@roorback.net>
Protocol::SocketIO is a set of modules that implement Socket.IO protocol without
depending on event loops, HTTP parsers and HTTP servers.
WWW: http://search.cpan.org/dist/Protocol-SocketIO/
Allows 3rd party apps to dynamically insert template inclusions into your apps
at pre-defined plugin points.
WWW: https://bitbucket.org/bkroeze/django-caching-app-plugins/
PR: ports/164053
Submitted by: Kevin Golding <ports@caomhin.org>
management and manipulation functionality as well as a complete photo gallery
solution. Effects, include reflections and transparent watermarks. Photologue
embraces the Django admin and smoothly integrates with photo thumbnails and
effect previews.
WWW: http://code.google.com/p/django-photologue/
PR: ports/164054
Submitted by: Kevin Golding <ports@caomhin.org>
2011-12-31 www/squid30: This version of Squid is no longer actively maintained upstream
2011-12-31 devel/slglade: Depends on non-functional x11-toolkits/slgtk
2011-12-31 x11-toolkits/slgtk: Does not work with newer GTK+, upstream development has ceased
2011-12-31 x11-toolkits/slgtkdatabox: Depends on non-functional x11-toolkits/slgtk
(http://stf-storage.github.com) dispatcher component. It does not know
how to actually store or retrieve data, so you must implement that
portion yourself.
The reason this exists is mainly to allow you to testing systems that
interact with STF servers. For example, setting up the main STF
implementation is quite a pain if all you want to do is to test your
application, but with this module, you can easily create a dummy STF
dispatcher.
WWW: http://search.cpan.org/dist/STF-Dispatcher-PSGI/
2011-12-01 www/xpi-mousegestures: Development has been ceased and not compatible with Firefox > 2.
2011-12-01 www/xpi-mozex: Development has been ceased and not compatible with Firefox > 3.
Readability algorithm to detect the main body of the page, usually
skipping headers, footers, navigation, etc.
WWW: http://search.cpan.org/dist/HTML-ExtractMain/
PR: ports/163557
Submitted by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
Squid caching proxy server (http://www.squid-cache.org) With it, you
can dynamically alter URI requests that pass through Squid based on
various criteria.
It uses a state machine to parse URIs and rules, and a constant database
to store and access those rules.
WWW: http://projects.martini.nu/volta/
PR: ports/162935
Submitted by: Mahlon E. Smith
management to your entire infrastructure.
WWW: http://www.opscode.com/chef/
Submitted by: Scott Sanders <scott@jsssr.com>
Sponsored by: Ride Charge Inc. / Taxi Magic
o Asynchronous HTTP API for single & parallel request execution
o Keep-Alive and HTTP pipelining support
o Auto-follow 3xx redirects with max depth
o Automatic gzip & deflate decoding
o Streaming response processing
o Streaming file uploads
o HTTP proxy and SOCKS5 support
o Basic Auth & OAuth
o Connection-level & Global middleware support
o HTTP parser via http_parser.rb
o Works wherever EventMachine runs: Rubinius, JRuby, MRI
WWW: https://github.com/igrigorik/em-http-request
PR: ports/163360
Submitted by: Scott Sanders <scott@jssjr.com>
Sponsored by: RideCharge Inc. / Taxi Magic
Much thanks to Wen Heping for actually adding all the needed ports
for this update and testing.
A lot of thanks goes to Doug Barton and Chris Rees for the help with
rc-script.
Submitted by: rm (myself, via github)
Approved by: novel, miwi (mentors)
Feature safe: yes
server (useful for Plack::Middleware::SocketIO or Flash WebSocket
fallback).
No need to run Flash Policy server as root on 843 port!
Usage is exactly the same as Twiggy, whenever you run twiggy command,
replace it with fliggy and you're ready to go.
WWW: http://search.cpan.org/dist/Fliggy/
Feature safe: yes
for mod_perl written by Uri Guttman. It has a very simple markup
scheme, but does nearly any templating task you could want as
installed (and provides for callbacks if you want to extend it).
WWW: http://search.cpan.org/dist/Template-Simple/
PR: ports/163047
Submitted by: Ken McGlothlen <ken.mcglothlen@gmail.com>
Feature safe: yes
Router::Simple is a simple router class. Its main purpose is to serve as a
dispatcher for web applications. Router::Simple can match against PSGI $env
directly, which means it's easy to use with PSGI supporting web frameworks.
WWW: http://search.cpan.org/dist/Router-Simple/
Feature safe: yes
inline Javascript or CSS in a Django templates into
cacheable static files by using the compress template tag.
WWW: https://github.com/jezdez/django_compressor
PR: ports/159083
Submitted by: Lung-Pin Chang <changlp@cs.nctu.edu.tw>
Feature safe: yes
Calendar.
The GDATA Provider is an adapter that connects the internals of
Mozilla's Lightning calendar add-on to Google Calendar RESTful
data services. This allows you to view, edit and manipulate
Google calendars within Lightning.
Feature safe: yes
clients on low-latency, high-bandwidth connections and take advantage of
features in Unix/Unix-like kernels. Slow clients should only be served by
placing a reverse proxy capable of fully buffering both the the request and
response in between Unicorn and slow clients.
WWW: http://unicorn.bogomips.org/
Feature safe: yes
servers. It is designed for preforking servers such as Rainbows! and Unicorn,
but should support any Rack HTTP server under Ruby 1.9, 1.8 and Rubinius on
platforms supporting POSIX shared memory. It may also be used as a generic
scoreboard for sharing atomic counters across multiple processes.
WWW: http://raindrops.bogomips.org/
Feature safe: yes
things in the Django framework.
Features:
render_to decorator - reduce typing in django views.
signals decorator - allow use signals as decorators.
ajax_request decorator - returns JsonResponse with this dict as content.
autostrip decorator - strip text form fields before validation.
get_object_or_None function - similar to get_object_or_404, but
returns None if object not found.
get_config function - get settings from django.conf if exists,
return default value otherwise.
AutoOneToOne field - creates related object on first call if it
doesn't exist yet.
HttpResponseReload - reload and stay on same page from where request
was made.
StaticServer middleware - instead of configuring urls.py, just
add this middleware and it will serve you static files.
JSONField - custom field that lets you easily store JSON data in one of
your model fields.
WWW: https://bitbucket.org/offline/django-annoying/wiki/Home
Feature safe: yes
Control (version 1.0 and 2.0).
Currently the remote protocol, Firefox and Chrome for Selenium 2.0 are
supported, as well as the Selenium 1.0 bindings. As work will progresses we'll
add more "native" drivers.
WWW: http://seleniumhq.org/
PR: ports/162548
Submitted by: maintainer (Douglas William Thrift)
Feature safe: yes
Parse::HTTP::UserAgent implements a rules-based parser and tries to identify
MSIE, FireFox, Opera, Safari & Chrome first. It then tries to identify Mozilla,
Netscape, Robots and the rest will be tried with a generic parser. There is also
a structure dumper, useful for debugging.
User agent strings are a complete mess since there is no standard format for
them. They can be in various formats and can include more or less information
depending on the vendor's (or the user's) choice. Also, it is not dependable
since it is some arbitrary identification string. Any user agent can fake
another. So, why deal with such a useless mess? You may want to see the choice
of your visitors and can get some reliable data (even if some are fake) and
generate some nice charts out of them or just want to send an HttpOnly cookie if
the user agent seems to support it (and send a normal one if this is not the
case). However, browser sniffing for client-side coding is considered a bad
habit.
WWW: http://search.cpan.org/dist/Parse-HTTP-UserAgent/
Feature safe: yes
LWPx::TimedHTTP performs an HTTP request exactly the same as LWP does normally
except for the fact that it times each stage of the request and then inserts the
results as header.
It's useful for debugging where abouts in a connection slow downs are occuring.
WWW: http://search.cpan.org/dist/LWPx-TimedHTTP/
Feature safe: yes
Features
Parsing RSS Feeds
Fetching feeds from the web
Showing headlines
Showing the article's descriptions
Categories for feeds
Articles can be rated
Simple HTML rendering on GNUstep
Serializing obtained feed-information to hard-disk
Managing (Adding, removing) feeds
Parsing ATOM feeds.
Author: Guenther Noack
WWW: http://gap.nongnu.org/grr/index.html
Piston is a relatively small Django application that lets you
create application programming interfaces (API) for your sites.
It has several unique features:
* Ties into Django's internal mechanisms.
* Supports OAuth out of the box (as well as Basic/Digest or custom auth.)
* Doesn't require tying to models, allowing arbitrary resources.
* Speaks JSON, YAML, Python Pickle & XML (and HATEOAS.)
* Ships with a convenient reusable library in Python
* Respects and encourages proper use of HTTP (status codes, ...)
* Has built in (optional) form validation (via Django), throttling, etc.
* Supports streaming, with a small memory footprint.
WWW: https://bitbucket.org/jespern/django-piston
audio/shoutcast Unfetchable; website rearranged
audio/linux-shoutcast Unfetchable; website rearranged
chinese/scim-chewing Does not configure
converters/py-cjkcodecs Integrated into every python version in the tree
databases/kpogre Does not compile
deskutils/mhc Does not fetch
deskutils/org-mode.el6 Does not fetch
deskutils/gemcal Does not fetch
devel/erlang-thrift Does not build
dns/domtools Does not fetch
editors/richtext Does not compile
games/vultures-claw Does not fetch
games/bomb Does not fetch
games/lgeneral-data Bad plist
games/linux-enemyterritory-jaymod Does not fetch
games/xphotohunter Does not fetch
graphics/gimpshop Fails to patch
graphics/lightspark-devel Does not compile
graphics/xmms-plazma Does not fetch
graphics/py-cgkit Does not fetch, does not compile on ia64, powerpc, or sparc64
japanese/rxvt Does not fetch, fails to build with new utmpx
japanese/epic4 Some distfiles do not fetch
java/jde Does not fetch
java/kaffe Does not fetch
korean/gdick HTMLs from the Yahoo! Korea Dictionary cannot be parsed, other runtime problems
korean/hanterm-xf86 Does not compile
korean/stardict2-dict-kr Does not fetch
lang/p5-JavaScript Does not fetch
lang/TenDRA Website disappeared; last release 2006, Does not compile on recent FreeBSD-9
mail/freepops Does not build
mail/itraxp Does not build
misc/tellico Leaves file behind on deinstall
net/gsambad Does not fetch
net/nocatauth-gateway Uses a UID registered to another port
net/nocatauth-server Uses a UID registered to another port
net/libosip2 Does not fetch
net/kmuddy Does not fetch
net/netboot Does not build
net-mgmt/jffnms Does not fetch
net-p2p/frostwire Does not fetch
net-p2p/azureus Does not fetch
news/cleanscore Does not fetch
news/nntpswitch Does not fetch
news/p5-NewsLib Does not fetch
russian/cyrproxy Does not fetch
science/gerris Does not fetch
security/opensaml Does not fetch
sysutils/wmbattery Does not fetch
sysutils/cpuburn No more public distfiles
textproc/tei-guidelines-p4 Does not fetch
textproc/tei-p4 Does not fetch
textproc/py-hyperestraier Does not fetch
textproc/tdtd.el Does not fetch
textproc/tei-lite Does not fetch
www/phpwiki13 Does not fetch
www/p5-Apache-Scoreboard Depends on mod_perl
www/p5-B-LexInfo Broken due the new mod_perl2 API
www/phpwiki Does not fetch
www/smb2www Apache13 is deprecated, migrate to 2.2.x+ now
www/spip Checksum is changing daily
www/monkey Does not fetch
x11-toolkits/jdic Does not fetch
x11-toolkits/py-kde Does not compile
can work in an agile way. It's still a work in progress, but we're already
using it on a daily basis and continually improve on it. We hope you'll
find it useful too!
WWW: http://www.redminebacklogs.net/
2011-11-01 games/phpua-engine: apache13 is deprecated, migrate to 2.2.x+ now
2011-11-01 games/phpua-hl: depends on phpua-engine
2011-11-01 games/phpua-ut: depends on phpua-engine
2011-11-01 games/phpua-cod: depends on phpua-engine
2011-11-01 games/uox3: No more public distfiles
2011-11-01 games/phpua-q3: depends on phpua-engine
2011-11-01 games/phpua-bf: depends on phpua-engine
2011-10-30 graphics/kallery: does not build; last release 20010511
2011-10-28 graphics/gtksee: depends on unfetchable port archivers/bzip; last release 2004
2011-11-01 mail/mailscanner-mrtg: apache13 is deprecated, migrate to 2.2.x+ now
2011-10-31 net-p2p/qbittorrent-28-nox11: Please migrate to net-p2p/qbittorrent-29
2011-10-31 net-p2p/qbittorrent-28: Please migrate to net-p2p/qbittorrent-29
2011-10-31 net-p2p/dctc-gui-qt No more public distfiles
2011-10-31 net-p2p/dctc-gui No more public distfiles
2011-09-01 net-p2p/dctc: No more public distfiles
2011-11-01 www/slash: apache13 is deprecated, migrate to 2.2.x+ now
2011-11-01 databases/maatkit: Upstream support dropped. Please consider using databases/percona-toolkit
2011-11-01 databases/mysqlman: apache13 is deprecated, migrate to 2.2.x+ now
2011-11-01 databases/mysql-editor: apache13 is deprecated, migrate to 2.2.x+ now
2011-09-30 databases/gnats: Security issues
audio/p5-MusicBrainz-Client Disappeared from CPAN
editors/doxymacs Depends on www/w3-4, which is DEPRECATED
graphics/libart Does not fetch, no more public distfiles
java/jboss4 Does not build with new ant
korean/hanterm Depends on korean/johabfonts, which is DEPRECATED, fails to build with new utmpx
korean/johabfonts No more public distfiles, installs into /
korean/hlatex-psfonts-uhc-extra Depends on korean/hlatex, which is DEPRECATED
korean/texinfo Depends on korean/hlatex, which is DEPRECATED
korean/hlatex No more public distfiles
mail/jboss-mailservices Depends on java/jboss4, which is DEPRECATED
misc/p5-Geography-NationalGrid-TW Depends on misc/p5-Geography-NationalGrid, which is DEPRECATED
misc/p5-Geography-NationalGrid Disappeared from CPAN
multimedia/fxtv Depends on multimedia/mplex, which is DEPRECATED
multimedia/mplex Upstream disapeared and distfile is not available
net/py-timeoutsocket Upstream disapear and distfile is no more available
textproc/p5-XML-LibRSVG Unmaintained and not used anymore
textproc/javacc No more public distfiles
www/w3-4/Makefile Upstream disapeared and distfile is not available
www/commonist Depends on textproc/javacc, which is DEPRECATED
www/newsfeed Depends on net/py-timeoutsocket, which is DEPRECATED
x11/fbsd-icons Upstream disapear and distfile is no more available
x11-themes/geramik Depends on x11-toolkits/qtpixmap, which is DEPRECATED
x11-toolkits/qtpixmap No more public distfiles
x11-wm/fvwm95-i18n Depends on x11/fbsd-icons, which is DEPRECATED
x11-wm/fvwm95 Depends on x11/fbsd-icons, which is DEPRECATED
net-http-persistent manages persistent connections using Net::HTTP plus a speed
fix for Ruby 1.8. It's thread-safe too! Using persistent HTTP connections can
dramatically increase the speed of HTTP. Creating a new HTTP connection for
every request involves an extra TCP round-trip and causes TCP congestion
avoidance negotiation to start over. Net::HTTP supports persistent connections
with some API methods but does not handle reconnection gracefully.
Net::HTTP::Persistent supports reconnection and retry according to RFC 2616.
WWW: https://github.com/drbrain/net-http-persistent
WWW: https://rubygems.org/gems/net-http-persistent
makes python-requests support Open Authentication version 1.0.
This hook is based on python-oauth2 and uses portions of its code
at the moment, kudos to the authors and contributors for doing a
huge effort in providing OAuth to python httplib2.
WWW: https://github.com/maraujop/requests-oauth-hook
released and is in production use at many sites, it is also under heavy
development in an effort to expand and improve the module.
Right now, Passwd provides fairly complete support for changing passwords
via Poppassd, LDAP, Unix expect scripts, the Unix smbpasswd command for
SMB/CIFS passwords, Kolab, ADSI, Pine, Serv-U FTP, VMailMgr, vpopmail,
and SQL passwords.
WWW: http://www.horde.org/apps/passwd/
Apache's error log is not very clean: The log messages are mixed with
other web applications' noise; and especially if you use mod_fastcgi,
every line will be prepended with a long prefix.
An alternative is logging to a file. But then you have to make sure that
multiple processes won't corrupt the log file. The module Log::Handler
by Jonny Schulz does exactly this, because it supports message-wise flocking.
This module is a wrapper for said Log::Handler.
create any number of galleries and subgalleries, share galleries among
other Horde users or even make them public.
WWW: http://www.horde.org/apps/ansel/
no one has stepped up to deal with:
archivers/pecl-phar Vulnerable since 2011-01-13
comms/libsyncml Depends on devel/libsoup22, which is FORBIDDEN
databases/mysql323-server Vulnerable since 2006-10-29
databases/mysql323-client Vulnerable since 2006-10-29
databases/mysql323-scripts Vulnerable since 2006-10-29
databases/mysql40-server Vulnerable since 2006-10-29
databases/mysql40-client Vulnerable since 2006-10-29
databases/mysql40-scripts Vulnerable since 2006-10-29
databases/p5-DBD-mysql40
Depends on databases/mysql40-server, which is FORBIDDEN
deskutils/buoh Depends on devel/libsoup22, which is FORBIDDEN
deskutils/libopensync-plugin-syncml
Depends on comms/libsyncml, which is DEPRECATED
devel/libsoup22 Vulnerable since 2011-07-28
dns/bind9-sdb-ldap Vulnerable since 2011-06-04
dns/bind9-sdb-postgresql Vulnerable since 2011-06-04
ftp/wgetpro Vulnerable since 2004-12-14
games/quake2forge Vulnerable since 2005-01-21
graphics/linux-tiff Vulnerable since 2004-10-13
japanese/mutt Vulnerable since 2007-07-29
japanese/asterisk14-sounds Depends on net/asterisk14, which is FORBIDDEN
net/asterisk14 Vulnerable since 2011-06-25
net/isc-dhcp31-client Vulnerable since 2011-04-10
net/isc-dhcp31-server Vulnerable since 2011-04-10
net/isc-dhcp31-relay Vulnerable since 2011-04-10
net/asterisk-app-ldap Depends on net/asterisk14, which is FORBIDDEN
net/asterisk-app-notify Depends on net/asterisk14, which is FORBIDDEN
net/asterisk-oh323
Depends on net/asterisk14, which is FORBIDDEN, does not compile on sparc64
net/asterisk14-addons Depends on net/asterisk14, which is FORBIDDEN
net/astfax Depends on net/asterisk14, which is FORBIDDEN
net-mgmt/nagios2 Vulnerable since 2009-06-30
www/gforge Vulnerable since 2005-08-09
www/linux-flashplugin7 Vulnerable since at least 2008-05-30
www/opera-devel Vulnerable since 2010-06-25, does not fetch
www/plone3 Vulnerable and unsupported upstream
www/serendipity-devel Vulnerable since 2008-04-25
www/ziproxy Vulnerable since 2010-06-15
www/asterisk-gui Depends on net/asterisk14, which is FORBIDDEN
x11-toolkits/linux-pango Vulnerable since 2009-05-13
for markup rules, parsing, and rendering. It supports Creole, Mediawiki,
Tiki Wiki, and its own markup engine.
Some of Wicked's features are:
Configurable markup engine
HTML, plain text, Latex, reStructuredText output rendering
Change tracking and revision history
Full-text searching
Per-page permissions
Attachments with versioning
Wiki synchronization
WWW: http://www.horde.org/apps/wicked/
pages and resources on them. It does this by rewriting the resources using
filters that implement web performance best practices. Webmasters and web
developers can use mod_pagespeed to improve the performance of their web pages
when serving content with the Apache HTTP Server.
WWW: http://code.google.com/speed/page-speed/docs/module.html
PocketIO is a server implementation of SocketIO in Perl, you still need
socket.io javascript library on the client.
PocketIO aims to have API as close as possible to the node.js implementation and
sometimes it might look not very perlish.
WWW: http://search.cpan.org/dist/PocketIO/
Web::Query is a yet another scraping framework, have a jQuery like
interaface.
Yes, I know ingy's pQuery. But it's just a alpha quality. It doesn't
works. Web::Query built at top of the CPAN modules,
HTML::TreeBuilder::XPath, LWP::UserAgent, and HTML::Selector::XPath.
So, this module uses HTML::Selector::XPath, then this module only
supports CSS3 selector supported by HTML::Selector::XPath. Web::Query
doesn't support jQuery's extended quries(yet?).
WWW: http://search.cpan.org/dist/Web-Query/
PR: ports/161229
Submitted by: Gea-Suan Lin <gslin@gslin.org>
cleanly encapsulating handling logic.
It's a library for accessing web services in Ruby,
specifically designed for building RESTful service
oriented architectures in Ruby that need to be fast
enough to process calls to multiple services within
the client's HTTP request/response life cycle.
WWW: https://github.com/dbalatero/typhoeus
PR: ports/158313
Submitted by: Eric Freeman <freebsdports@chillibear.com>
vulnerabilities listed in portaudit, and those
that depend on them - part 1
math/mupad
Relies on xpm, vulnerable since 2004-09-15
net-p2p/torrentflux
Vulnerable since 2006-10-07
net/tptest
Vulnerable since 2009-12-17
security/pgp6
Vulnerable since 2005-07-31
www/p5-RTx-RightsMatrix
Only works with www/rt36, which is FORBIDDEN
www/p5-RTx-Shredder
Only works with www/rt36, which is FORBIDDEN
www/p5-RTx-Statistics
Only works with www/rt36, which is FORBIDDEN
www/plone
Vulnerable since 2011-02-10
www/pyblosxom
Vulnerable since 2009-02-11
www/rt36
Vulnerable since 2009-12-09
www/zope-archetypes
Depends on www/plone, which is FORBIDDEN
www/zope-calendaring
Depends on www/plone, which is FORBIDDEN
www/zope-coreblog2
Depends on www/plone, which is FORBIDDEN
www/zope-i18nlayer
Depends on www/plone, which is FORBIDDEN
www/zope-plonelanguagetool
Depends on www/plone, which is FORBIDDEN
www/zope-simpleblog
Depends on www/plone, which is FORBIDDEN
DEPRECATED without EXPIRATION_DATE, and the ports that depend
on them.
audio/mt-daapd
Use audio/firefly instead
databases/p5-DBIx-Class-Validation
Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED
devel/p5-Class-Data-Accessor
Please consider using p5-Class-Accessor-Grouped or p5-Moose
graphics/libflash
gplflash is no longer supported. Please use gnash instead
graphics/flashplayer
Depends on DEPRECATED graphics/libflash
japanese/p5-FormValidator-Simple-Plugin-Number-Phone-JP
Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED
net/p5-OAuth-Lite
Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED
net-mgmt/py-snmp
use net-mgmt/py-snmp4 instead
net-mgmt/py-twistedSNMP
Relies on net-mgmt/py-snmp, which is DEPRECATED
net-p2p/gift
unmaintained upstream for several years
net-p2p/giftcurs
unmaintained upstream for several years
net-p2p/giftoxic
unmaintained upstream for several years
net-p2p/giftui
unmaintained upstream for several years
net-p2p/apollon
Depends on net-p2p/gift, which is DEPRECATED
textproc/p5-FormValidator-Simple
Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED
www/flashplugin-mozilla
gplflash is no longer supported. Please use graphics/gnash, \
www/p5-HTML-Widget
Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED
www/p5-Catalyst-Plugin-AutoRestart
Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED
www/p5-Catalyst-Example-InstantCRUD
Depends on www/p5-HTML-Widget, which is DEPRECATED
www/p5-Catalyst-Plugin-FormValidator-Simple
Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED
www/p5-Catalyst-Plugin-HTML-Widget
Depends on www/p5-HTML-Widget, which is DEPRECATED
www/asterisk-fop
Depends on www/flashplugin-mozilla which is DEPRECATED
www/p5-Handel
Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED
www/p5-DBIx-Class-HTMLWidget
Depends on www/p5-HTML-Widget, which is DEPRECATED
www/p5-HTML-Widget-DBIC
Disappear from CPAN
x11-wm/fvwm24
No longer supported by fvwm.org
WW browser Links well known and now hacked for more features including
tabs, basic auth and toolbar, hot key for images, form entry saving, much
better X fonts, etc.
PR: ports/152045
Submitted by: Peter Vereshagin <peter@vereshagin.org>
Protocol::XMLRPC is an XML-RPC protocol implementation. Method parameters types
are guessed just like in JSON, but you can pass explicit type if guessing is
wrong for you. Read more about parameter creation at
Protocol::XMLRPC::ValueFactory.
It differs from other modules because it doesn't provide any mechanism for
making actual HTTP requests. This way it can be used either in async or sync
modes with your favorite http client or a web framework.
WWW: http://search.cpan.org/dist/Protocol-XMLRPC/
2011-09-01 sysutils/wots: No more public distfiles
2011-09-15 sysutils/gpart: Upstream disappeared
2011-09-01 sysutils/plod: No more public distfiles
2011-09-01 sysutils/checkservice: BROKEN for more than 6 month
2011-09-01 security/nsm-console: BROKEN for more than 6 month
2011-09-01 security/fressh: No more public distfiles
2011-09-01 palm/pose: No more public distfiles
2011-09-01 palm/isilo: No more public distfiles
2011-09-01 news/ija: BROKEN for more than 6 month
2011-09-01 news/PicMonger: Abandonware
widely used Apache Axis SOAP stack. There are two implementations of the Apache
Axis2 Web services engine - Apache Axis2/Java and Apache Axis2/C
WWW: http://axis.apache.org/axis2/java/core/
PR: ports/159269
Reviewed by: glewis
Submitted by: Jason Helfman <jhelfman@e-e.com>
Approved by: bapt (mentor)
Adds a clear cache toolbar button. After installing the extension, find the
clear cache button in the toolbar customization panel.
WWW: http://chrisholtz.com/
PR: ports/160738
Submitted by: Barbara <barbara.xxx1975@libero.it>
HTTP::Server::Simple::Authen is an HTTP::Server::Simple plugin to allow HTTP
authentication. Authentication scheme is pluggable and you can use whatever
Authentication protocol that Authen::Simple supports.
You can use authenticate method whatever you want to authenticate the request.
The method returns $username taken from the request if the authentication is
successful, and undef otherwise. The code in "SYNOPSIS" requires authentication
for all the requests and behaves just the same as Apache's Require valid-user.
WWW: http://search.cpan.org/dist/HTTP-Server-Simple-Authen/
Rpad is an interactive, web-based analysis program. Rpad pages are
interactive workbook-type sheets based on R, an open-source
implementation of the S language. Rpad is an analysis package, a
web-page designer, and a gui designer all wrapped in one. Rpad makes
it easy to develop powerful data analysis applications that can be
shared with others (most likely on an intranet). The user doesn't
have to install anything--everything's done through a browser.
WWW: http://cran.r-project.org/web/packages/Rpad/
maintains a database of long URLs, each of which has a unique identifier.
WWW: http://search.cpan.org/dist/WWW-Shorten-Googl/
PR: ports/160607
Submitted by: Jonathan Pater <cowboyneal@gmail.com>
2011-09-01 x11-toolkits/p5-GdkPixbuf: Disappear from CPAN
2011-09-01 x11-toolkits/XawPlus: No more public distfiles
2011-09-01 x11-fonts/gnome-font-sampler: No more public distfiles
2011-09-01 x11/xvattr: No more public distfiles
2011-09-01 www/xitami: No more public distfiles
2011-09-01 www/webredirect: No more public distfiles
2011-09-01 www/webglimpse: No more public distfiles
2011-09-01 www/squishdot: No more public distfiles
2011-09-01 www/py-forgethtml: No more public distfiles
2011-09-01 www/mmosaic: No more public distfiles
2011-09-01 www/ljsm: No more public distfiles
2011-09-01 www/ljpms: No more public distfiles
2011-09-01 www/ashe: No more public distfiles
2011-09-01 textproc/europass-xsl: BROKEN for more than 6 month
2011-09-01 textproc/carthage: No more public distfiles
but never had EXPIRATION_DATE set, and therefore never removed.
audio/gx2osd No more distfiles
devel/p5-Getopt-Mixed Use devel/p5-Getopt-Long instead
net/AquaGatekeeper2 Binary port of software abandoned by the vendor
net/xwhois Unmaintained upstream for several years
www/p5-Catalyst-Engine-HTTP-POE Use p5-Catalyst-Engine-HTTP-Prefork instead
www/p5-Catalyst-Model-DBIC Obsoleted by www/p5-Catalyst-Model-DBIC-Schema
www/p5-Catalyst-Plugin-Cache-Store-FastMmap Deprecated, not depended on
www/p5-HTTP-MobileAttribute Use www/p5-HTTP-MobileAgent instead
2011-08-29 www/drupal5-securepages: Use drupal[67] instead
2011-08-29 www/drupal5-xmlsitemap: Use drupal[67] instead
2011-08-29 www/drupal5-token: Use drupal[67] instead
2011-08-29 www/drupal5-cck: Use drupal[67] instead
2011-08-29 www/drupal5-disknode: Use drupal[67] instead
2011-08-29 www/drupal5-views: Use drupal[67] instead
2011-08-29 www/drupal5-ubercart: Use drupal[67] instead
2011-08-29 www/drupal5-taxonomy_access: Use drupal[67] instead
2011-08-29 www/drupal5-insert-view: Use drupal[67] instead
2011-08-29 www/drupal5-thickbox: Use drupal[67] instead
2011-08-29 www/drupal5-taxonomy_ticker: Use drupal[67] instead
2011-08-29 www/drupal5-tinymce: Use drupal[67] instead
2011-08-29 www/drupal5: Use drupal[67] instead
2011-08-29 www/drupal5-adsense: Use drupal[67] instead
2011-08-29 www/drupal5-tagadelic: Use drupal[67] instead
2011-08-29 www/drupal5-imagefield: Use drupal[67] instead
2011-08-29 www/drupal5-nodewords: Use drupal[67] instead
2011-08-29 www/drupal5-bluebreeze: Use drupal[67] instead
2011-08-29 www/drupal5-imagecache: Use drupal[67] instead
2011-08-29 www/drupal5-nice_menus: Use drupal[67] instead
2011-08-29 www/drupal5-ubrowser: Use drupal[67] instead
2011-08-29 www/drupal5-google_analytics: Use drupal[67] instead
2011-08-29 www/drupal5-bookreview: Use drupal[67] instead
2011-08-29 www/drupal5-tapir: Use drupal[67] instead
2011-08-29 www/drupal5-i18n: Use drupal[67] instead
2011-08-29 www/drupal5-simplenews: Use drupal[67] instead
2011-08-29 www/drupal5-workflow_ng: Use drupal[67] instead
Plack::Test::ExternalServer allows your to run your Plack::Test tests against an
external server instead of just against a local application through either
mocked HTTP or a locally spawned server.
See Plack::Test on how to write tests that can use this module.
WWW: http://search.cpan.org/dist/Plack-Test-ExternalServer/
TicketTemplate enable users to create ticket using templates
which can be customized by Trac administrator and themselves.
Approved by: erwin (mentor)
Feature safe: yes
This plugin automatically adds a default CC list when a new ticket
is created, based on its initial component.
Approved by: erwin (mentor)
Feature safe: yes
according to whether different aspects of the request match regular
expressions you specify. These environment variables can be used by
other parts of the server to make decisions about actions to be taken,
e.g. by using mod_qos or to propagate supplemental information to the
appliaction via HTTP header data. mod_setenvifplus is derived from the
standard Apache modules mod_setenvif and mod_headers.
WWW: http://modsetenvifplus.sourceforge.net/
PR: ports/158709
Submitted by: Jim Riggs <ports at christianserving.org>
FCGI is a Fast CGI module for Perl. It's based on the FCGI module that comes
with Open Market's FastCGI Developer's Kit.
FCGI.pm isn't Unicode aware, only characters within the range 0x00-0xFF are
supported. Attempts to output strings containing characters above 0xFF results
in a exception: (F) Wide character in %s.
Users who wants the previous (FCGI.pm <= 0.68) incorrect behavior can disable
the exception by using the bytes pragma.
WWW: http://search.cpan.org/dist/FCGI/
access to your music. Use it to share your music with friends,
or to listen to your own music while at work.
You can stream to multiple players simultaneously,
for instance to one player in your kitchen and another in your living
room.
PR: ports/159367
Submitted by: Nicole Reid <root@cooltrainer.org>
Haskell. For more information or to download the latest version, you can visit
the Snap project website.
The Snap HTTP server is a high performance, epoll-enabled, iteratee-based web
server library written in Haskell. Together with the "snap-core" library upon
which it depends, it provides a clean and efficient Haskell programming
interface to the HTTP protocol.
Higher-level facilities for building web applications (like user/session
management, component interfaces, data modeling, etc.) are planned but not
yet implemented, so this release will mostly be of interest for those who:
* need a fast and minimal HTTP API at roughly the same level of abstraction
as Java servlets, or
* are interested in contributing to the Snap Framework project.
WWW: http://snapframework.com/
Obtained from: FreeBSD Haskell
2011-08-01 www/firefox35: Upstream support dropped. Please consider using www/firefox instead.
2011-08-01 www/firefox35-i18n: Upstream support dropped. Please consider using www/firefox-i18n instead.
2011-08-03 comms/ruby-serialport: Doesn't work with Ruby 1.9
2011-08-03 databases/ruby-search-namazu: Doesn't work with Ruby 1.9
2011-08-03 databases/ruby-sqlite: Doesn't work with Ruby 1.9
2011-08-03 databases/rubygem-kirbybase: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-eet: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-filelock: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-filemagic: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-metaruby: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-poll: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-rrb: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-strongtyping: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-textbuf: Doesn't work with Ruby 1.9
2011-08-03 graphics/ruby-graph: Doesn't work with Ruby 1.9
2011-08-03 graphics/ruby-libpng: Doesn't work with Ruby 1.9
2011-08-03 japanese/ruby-kakasi: Doesn't work with Ruby 1.9
2011-08-03 lang/ruby-extensions: Doesn't work with Ruby 1.9
2011-08-03 lang/ruby-lua: Doesn't work with Ruby 1.9
2011-08-03 lang/ruby-perl: Doesn't work with Ruby 1.9
2011-08-03 mail/ruby-tmail: Doesn't work with Ruby 1.9
2011-08-03 math/ruby-bitset: Doesn't work with Ruby 1.9
2011-08-03 math/ruby-bitvector: Doesn't work with Ruby 1.9
2011-08-03 math/ruby-gmp: Doesn't work with Ruby 1.9
2011-08-03 net/ruby-mpi: Doesn't work with Ruby 1.9
2011-08-03 net/ruby-nis: Doesn't work with Ruby 1.9
2011-08-03 net/ruby-pcap: Doesn't work with Ruby 1.9
2011-08-03 net/ruby-romp: Doesn't work with Ruby 1.9
2011-08-03 net/ruby-spread: Doesn't work with Ruby 1.9
2011-08-03 print/ruby-pdflib: Doesn't work with Ruby 1.9
2011-08-03 security/ruby-aes: Doesn't work with Ruby 1.9
2011-08-03 security/ruby-blowfish: Doesn't work with Ruby 1.9
2011-08-03 security/ruby-cast_256: Doesn't work with Ruby 1.9
2011-08-03 security/ruby-mcrypt: Doesn't work with Ruby 1.9
2011-08-03 security/ruby-pam: Doesn't work with Ruby 1.9
2011-08-03 sysutils/ruby-log4r: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-csv: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-formvalidator: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-gdome: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-htmltools: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-nqxml: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-quixml: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-raspell: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-tempura: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-xtemplate: Doesn't work with Ruby 1.9
2011-08-03 www/ruby-tmpl: Doesn't work with Ruby 1.9
Storage Service (S3), allowing Haskell developers to reliably store and
retrieve arbitrary amounts of data from anywhere on the Internet.
WWW: http://gregheartsfield.com/hS3/
Obtained from: FreeBSD Haskell
2011-08-08 russian/messarge: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 russian/pgp.language: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 security/ifd-gempc410: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 security/libidea: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 security/rain: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 sysutils/Tee: Has expired: No more public distfile
2011-08-08 sysutils/curly: Has expired: No more public distfiles
2011-08-08 sysutils/i855vidctl10: Has expired: No more public distfiles
2011-08-08 sysutils/ltrace: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 sysutils/rsyslog3-snmp: Has expired: unsupported upstream
2011-08-08 sysutils/xapply: Has expired: No more public distfiles
2011-08-08 textproc/asm2html: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 textproc/diff-mode.el: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 vietnamese/gtk-im-vi: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 www/campsite: Has expired: Does not work
2011-08-08 www/p5-PLP: Has expired: No more upstream, looks like an abandonware
2011-08-08 www/wcol: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 x11-toolkits/sdl_gui: Has expired: Looks like an abandonware, no more public distfiles
The LWP::Protocol::http10 module provide support for using HTTP/1.0 protocol
with LWP. To use it you need to call LWP::Protocol::implementor() to override
the standard handler for http URLs.
This module used to be bundled with the libwww-perl, but it was unbundled in
v6.02 as part of the general cleanup for the 6-series. LWP::Protocol::http10 is
deprecated.
WWW: http://search.cpan.org/dist/LWP-Protocol-http10/
The LWP::Protocol::https module provide support for using https schemed URLs
with LWP. This module is a plug-in to the LWP protocol handling, so you don't
use it directly. Once the module is installed LWP is able to access sites using
HTTP over SSL/TLS.
If hostname verification is requested by LWP::UserAgent's ssl_opts, and neither
SSL_ca_file nor SSL_ca_path is set, then SSL_ca_file is implied to be the one
provided by Mozilla::CA. If the Mozilla::CA module isn't available SSL requests
will fail. Either install this module, set up an alternative SSL_ca_file or
disable hostname verification.
This module used to be bundled with the libwww-perl, but it was unbundled in
v6.02 in order to be able to declare its dependencies properly for the CPAN
tool-chain. Applications that need https support can just declare their
dependency on LWP::Protocol::https and will no longer need to know what
underlying modules to install.
WWW: http://search.cpan.org/dist/LWP-Protocol-https/