Martin Wilke
693b6fe97b
TracDuplicates is a plugin for trac that will allow to dupe a bug against
...
another generating "Marked" comments like bugzilla does in both affected
bugs.
WWW: https://github.com/nmaier/TracDuplicates
PR: ports/176582
Submitted by: Gea-Suan Lin <gslin@gslin.org>
2013-03-02 14:36:46 +00:00
Emanuel Haupt
78fb2b0d60
A hassle-free way to serve an RSS, Atom, or other XML feed from your Catalyst
...
application.
2013-03-01 23:41:46 +00:00
TAKATSU Tomonari
3ddf0bf4bf
- Add new port: www/rubygem-em-twitter
...
EM-Twitter is an EventMachine-based ruby client for the Twitter
Streaming API.
WWW: https://github.com/spagalloco/em-twitter
2013-02-27 20:41:54 +00:00
Steve Wills
0a358ae5f0
EM-Socksify: Transparent SOCKS support for any EventMachine protocol
...
Dealing with SOCKS proxies is pain. EM-Socksify provides a simple shim to setup
& negotiate a SOCKS5 connection for any EventMachine protocol. To add SOCKS
support, all you have to do is include the module and provide your destination
address.
WWW: https://github.com/igrigorik/em-socksify
2013-02-27 01:39:58 +00:00
Tom Judge
92ce58089d
This module implement RPC::ExtDirect gateway for CGI environment.
...
It was successfully tested in Apache CGI and
HTTP::Server::Simple::CGI applications.
WWW: http://search.cpan.org/dist/CGI-ExtDirect/
2013-02-23 19:24:51 +00:00
Tom Judge
248f712004
RPC::ExtDirect is a Perl implementation for Ext.Direct remoting protocol
...
used in Ext JS JavaScript framework by Sencha Inc.
WWW: http://search.cpan.org/dist/RPC-ExtDirect/
2013-02-23 18:58:57 +00:00
Martin Wilke
ef9fffd806
Provides flat static pages to a Flask application, based on text files
...
as opposed to a relational database.
WWW: https://github.com/SimonSapin/Flask-FlatPages
PR: ports/176219
Submitted by: Oleg Pudeyev <oleg@bsdpower.com>
2013-02-18 02:18:47 +00:00
Martin Wilke
5d88134c1c
Frozen-Flask freezes a Flask application into a set of static files.
...
The result can be hosted without any server-side software other than
a traditional web server.
This project used to be called Flask-Static.
WWW: http://pythonhosted.org/Frozen-Flask/
PR: ports/176220
Submitted by: Oleg Pudeyev <oleg@bsdpower.com>
2013-02-18 02:17:02 +00:00
Martin Wilke
c6210f6aca
Download-gemist downloads video's from the Dutch uitzending gemist site.
...
Included tools:
### download-gemist
Can download a single episode from the episode URL.
### download-gemist-guide
This fetches information from a program page. You can use it download multiple
videos.
WWW: http://code.arp242.net/download-gemist
PR: ports/173567
Submitted by: Martin Tournoij <martin@arp242.net>
2013-02-10 14:28:22 +00:00
Martin Wilke
24ddeed1fc
A common API for running Django on non-relational/NoSQL databases
...
www.allbuttonspressed.com/projects/djangotoolbox
PR: ports/175198
Submitted by: John Hixson <john@ixsystems.com>
2013-02-09 14:04:13 +00:00
Jun Kuriyama
da4e577754
This module implements a secure way to encode session data. It is
...
primarily intended for storing session data in browser cookies, but
could be used with other backend storage where security of stored
session data is important.
WWW: http://search.cpan.org/dist/Session-Storage-Secure/
2013-02-05 13:48:42 +00:00
Jun Kuriyama
689df35dc3
Transport for Plack ( http://search.cpan.org/~miyagawa/Plack/ ) PSGI
...
toolkit for SOAP::Lite module.
WWW: http://search.cpan.org/dist/SOAP-Transport-HTTP-Plack/
2013-02-03 22:19:40 +00:00
Vanilla I. Shu
191e0def67
Add pecl-solr 1.0.2, the Apache Solr PHP extension.
...
PR: ports/173574
Submitted by: Hung-Yi Chen <gaod@hychen.org>
2013-02-01 07:56:38 +00:00
Jason Helfman
3fd5079077
- has expired and reached EOL, unsupported upstream
...
http://tomcat.apache.org/security-5.html#Apache_Tomcat_5.x_vulnerabilities
2013-01-31 19:33:11 +00:00
Baptiste Daroussin
bf25f6b6b4
2012-10-20 multimedia/libdvdplay: No more public_distfiles
...
www/p5-Bundle-Sledge
2012-07-11 devel/p5-Class-Fields: considered obsolete by upstream
2013-01-27 12:07:22 +00:00
Steve Wills
c01f039976
Add rubygem-eventmachine_httpserver 0.2.1, eventMachine HTTP Server.
...
PR: ports/172118
Submitted by: Kimo <kimor79@yahoo.com>
2013-01-23 02:48:34 +00:00
Steve Wills
29430dedad
Add rubygem-async_sinatra 1.0.0, a Sinatra plugin to provide async
...
responses.
PR: ports/172117
Submitted by: Kimo <kimor79@yahoo.com>
2013-01-23 02:43:16 +00:00
Jun Kuriyama
9ddd681b5e
This plugin integrates HTTP::MobileAgent and Amon2.
...
This module adds $c->mobile_agent() method to the context object. The
agent class is generated by $c->req.
WWW: http://search.cpan.org/dist/Amon2-Plugin-Web-MobileAgent/
2013-01-22 00:58:34 +00:00
Jun Kuriyama
838b61da71
Plack::Middleware::MemoryUsage is middleware for measuring process
...
memory.
Enabling Plack::Middleware::MemoryUsage causes huge performance
penalty. So I HIGHLY RECOMMEND to enable this middleware only on
development env or not processing every request on production using
Plack::Middleware::Conditional.
WWW: http://search.cpan.org/dist/Plack-Middleware-MemoryUsage/
2013-01-21 22:30:55 +00:00
Jun Kuriyama
176e4c68ca
LWP::Protocol::PSGI is a module to hijack any code that uses
...
LWP::UserAgent underneath such that any HTTP or HTTPS requests can be
routed to your own PSGI application.
WWW: http://search.cpan.org/dist/LWP-Protocol-PSGI/
2013-01-20 23:03:34 +00:00
Jun Kuriyama
dff7e9616b
Sinatra-ish framework on Amon2.
...
WWW: http://search.cpan.org/dist/Amon2-Lite/
2013-01-20 13:58:51 +00:00
Jun Kuriyama
71ce771a91
This is a Log::Dispatch glue for Amon2. This module still maintained,
...
but I don't use this module on production environment today. I'm a
user of Log::Minimal.
WWW: http://search.cpan.org/dist/Amon2-Plugin-LogDispatch/
2013-01-20 11:51:07 +00:00
Jun Kuriyama
06980420e5
Amon2 is simple, readable, extensible, STABLE, FAST web application
...
framework based on Plack.
WWW: http://search.cpan.org/dist/Amon2/
2013-01-20 06:45:20 +00:00
Jun Kuriyama
81c0c71366
This module fills in HTML forms with Perl data, which re-implements
...
HTML::FillInForm using regexp-based parser, not using HTML::Parser.
The difference in the parsers makes HTML::FillInForm::Lite about 2
times faster than HTML::FillInForm.
WWW: http://search.cpan.org/dist/HTML-FillInForm-Lite/
2013-01-20 06:10:47 +00:00
Jun Kuriyama
7e34825b00
HTML::Template::Pro is a fast lightweight C/Perl+XS reimplementation
...
of HTML::Template (as of 2.9) and HTML::Template::Expr (as of
0.0.7). It is not intended to be a complete replacement, but to be a
fast implementation of HTML::Template if you don't need querying, the
extended facility of HTML::Template. Designed for heavy upload,
resource limitations, abcence of mod_perl.
WWW: http://search.cpan.org/dist/HTML-Template-Pro/
2013-01-19 10:10:37 +00:00
Jun Kuriyama
84075e657f
Router::Simple::Sinatraish is toolkit library for sinatra-ish WAF.
...
WWW: http://search.cpan.org/dist/Router-Simple-Sinatraish/
2013-01-18 06:40:18 +00:00
Jun Kuriyama
0f01847cbc
AnyEvent::HTTP::LWP::UserAgent uses AnyEvent::HTTP inside but have an
...
interface of LWP::UserAgent. You can safely use this module in Coro
environment (and possibly in AnyEvent too).
WWW: http://search.cpan.org/dist/AnyEvent-HTTP-LWP-UserAgent/
2013-01-13 02:22:44 +00:00
Jason Helfman
b7899c7f19
- port has expired, incompatible building against ant
...
- no upstream successor builds with non-EOL'd tomcat version
Approved by: maintainer, loader@freebsdmall.com
2013-01-11 21:52:47 +00:00
Philippe Audeoud
5554bea48d
This module provides a Perl wrapper around the Pushover
...
( http://pushover.net ) RESTful API. You'll need to register with Pushover to
obtain an API token for yourself and for your application before you'll be
able to do anything with this module.
WWW: http://search.cpan.org/dist/WebService-Pushover/
PR: ports/174720
Submitted by: gslin@gslin.org
2013-01-03 09:32:47 +00:00
Jason Helfman
a019ae7a2e
- add new port: www/p5-Catalyst-Plugin-StatusMessage
...
Handle passing of status (success and error) messages between screens of
a web application.
WWW: http://search.cpan.org/dist/Catalyst-Plugin-StatusMessage/
PR: 174737
Submitted by: fw@moov.de
2012-12-30 08:11:08 +00:00
Jun Kuriyama
c1d6fdfcb5
With ActsAsTaggableOn, you can tag a single model on several contexts,
...
such as skills, interests, and awards. It also provides other
advanced functionality.
https://rubygems.org/gems/acts-as-taggable-on
2012-12-28 13:56:58 +00:00
Rene Ladan
dacc956327
ws4py is a Python package implementing the WebSocket protocol as defined
...
in RFC 6455. It provides client and server implementations alike that
can be using different techniques like threads, micro-threads,
or event loops.
WWW: http://www.defuze.org/oss/ws4py/docs/
2012-12-23 20:22:37 +00:00
Grzegorz Blach
2d250bb95e
- Update Enlightenment to 0.17.0
...
- Update EFL to 1.7.4
- Convert to OptionsNG
Approved by: crees (mentor)
2012-12-22 20:54:59 +00:00
Gabor Pali
f6f83c9efc
- Update The Glorious Glasgow Haskell Compiler to version 7.4.2
...
- Update Haskell Platform to version 2012.4.0.0
- Update Gtk2Hs to 0.12.4
- Transfer maintainership of math/hs-math-functions to haskell@ [1]
Please note that port revisions for all the Haskell ports without version
changes are bumped.
Some further highlights of the update:
- Trim Makefile headers
- Enable dynamic libraries and dynamic linking by default
- Enable bootstrapping by versions of GHC and HsColour already installed
- Use GCC and binutils from ports
New ports (32):
devel/hs-List 0.5.1
devel/hs-ReadArgs 1.2.1
devel/hs-SafeSemaphore 0.9.0
devel/hs-activehs-base 0.3.0.2
devel/hs-async 2.0.1.3
devel/hs-basic-prelude 0.3.1.0
devel/hs-classy-prelude 0.4.1
devel/hs-classy-prelude-conduit 0.4.1
devel/hs-data-pprint 0.2.1.4
devel/hs-date-cache 0.3.0
devel/hs-fsnotify 0.0.4
devel/hs-hinotify 0.3.5
devel/hs-hspec-expectations 0.3.0.3
devel/hs-kqueue 0.1.2.4
devel/hs-monad-logger 0.2.3
devel/hs-optparse-applicative 0.4.2
devel/hs-project-template 0.1.0.1
devel/hs-setenv 0.1.0
devel/hs-simple-reflect 0.2
devel/hs-threads 0.5.0.1
devel/hs-time-compat 0.1.0.2
devel/hs-unix-time 0.1.4
devel/hs-word8 0.0.2
graphics/hs-dia-base 0.1.1.2
graphics/hs-dia-functions 0.2.1.3
mail/hs-mime-types 0.1.0.0
net/hs-network-info 0.2.0.3
net/hs-network-multicast 0.0.7
security/hs-cipher-aes 0.1.5
textproc/hs-hexpat 0.20.3
www/hs-activehs 0.3.0.1
www/hs-http-reverse-proxy 0.1.0.6
Updated ports (211):
archivers/hs-tar 0.4.0.0_1 --> 0.4.0.1
archivers/hs-zip-archive 0.1.1.8_1 --> 0.1.2.1
archivers/hs-zlib 0.5.3.3_1 --> 0.5.4.0
archivers/hs-zlib-bindings 0.1.0.1_1 --> 0.1.1.2
archivers/hs-zlib-conduit 0.4.0.2 --> 0.5.0.3
archivers/hs-zlib-enum 0.2.2.1_1 --> 0.2.3
audio/hs-libmpd 0.8.0_1 --> 0.8.0.1
benchmarks/hs-criterion 0.6.0.1_2 --> 0.6.2.0
converters/hs-dataenc 0.14.0.3_2 --> 0.14.0.4
converters/hs-json 0.5_1 --> 0.7
databases/hs-persistent 0.9.0.4_1 --> 1.0.2.2
databases/hs-persistent-sqlite 0.9.0.2_1 --> 1.0.1
databases/hs-persistent-template 0.9.0.2_1 --> 1.0.0.2
devel/hs-Boolean 0.0.1_5 --> 0.1.1
devel/hs-DeepArrow 0.3.5_2 --> 0.3.7
devel/hs-HUnit 1.2.4.2_2 --> 1.2.5.1
devel/hs-MemoTrie 0.5_1 --> 0.6.1
devel/hs-MissingH 1.1.1.0_2 --> 1.2.0.0
devel/hs-MonadCatchIO-mtl 0.3.0.4_3 --> 0.3.0.5
devel/hs-QuickCheck 2.4.2_1 --> 2.5.1.1
devel/hs-Stream 0.4.6_2 --> 0.4.6.1
devel/hs-TypeCompose 0.9.1_2 --> 0.9.7
devel/hs-abstract-deque 0.1.5_1 --> 0.1.6
devel/hs-alex 3.0.1_1 --> 3.0.2
devel/hs-arrows 0.4.4.0_4 --> 0.4.4.1
devel/hs-asn1-data 0.6.1.3_1 --> 0.7.1
devel/hs-base-unicode-symbols 0.2.2.3_2 --> 0.2.2.4
devel/hs-base64-bytestring 0.1.2.0 --> 1.0.0.0
devel/hs-blaze-builder-conduit 0.4.0.2_1 --> 0.5.0.3
devel/hs-blaze-builder-enumerator 0.2.0.4_1 --> 0.2.0.5
devel/hs-blaze-textual 0.2.0.6_2 --> 0.2.0.8
devel/hs-bytestring-nums 0.3.5_2 --> 0.3.6
devel/hs-c2hs 0.16.3_3 --> 0.16.4
devel/hs-cmdargs 0.9.5_1 --> 0.10.1
devel/hs-conduit 0.4.2_1 --> 0.5.5
devel/hs-configurator 0.2.0.0_2 --> 0.2.0.1
devel/hs-cpphs 1.14 --> 1.15
devel/hs-darcs 2.8.1_1 --> 2.8.3
devel/hs-data-default 0.4.0_1 --> 0.5.0
devel/hs-directory-tree 0.10.1 --> 0.11.0
devel/hs-edit-distance 0.2.1_1 --> 0.2.1.1
devel/hs-fast-logger 0.0.2_2 --> 0.3.1
devel/hs-file-embed 0.0.4.4_1 --> 0.0.4.6
devel/hs-filemanip 0.3.5.2_6 --> 0.3.6.2
devel/hs-filestore 0.5_1 --> 0.5.0.1
devel/hs-filesystem-conduit 0.4.0_1 --> 0.5.0.2
devel/hs-gconf 0.12.1_3 --> 0.12.1.1
devel/hs-ghc-events 0.4.0.0_2 --> 0.4.2.0
devel/hs-ghc-mtl 1.0.1.1_2 --> 1.0.1.2
devel/hs-gio 0.12.3_1 --> 0.12.4
devel/hs-git-annex 3.20120807 --> 3.20121211
devel/hs-glib 0.12.3.1_1 --> 0.12.4
devel/hs-gtk2hs-buildtools 0.12.3.1_1 --> 0.12.4
devel/hs-haddock 2.10.0_1 --> 2.11.0
devel/hs-happy 1.18.9_1 --> 1.18.10
devel/hs-hashable 1.1.2.3_1 --> 1.1.2.5
devel/hs-hashed-storage 0.5.9_2 --> 0.5.10
devel/hs-hashtables 1.0.1.6_1 --> 1.0.1.8
devel/hs-haskell-src-exts 1.13.3_1 --> 1.13.5
devel/hs-hastache 0.4.1 --> 0.4.2
devel/hs-hint 0.3.3.4_1 --> 0.3.3.5
devel/hs-hlint 1.8.30 --> 1.8.39
devel/hs-hoogle 4.2.11_1 --> 4.2.14
devel/hs-hslogger 1.1.5_2 --> 1.2.1
devel/hs-hspec 1.2.0.1 --> 1.4.2
devel/hs-language-javascript 0.5.4_1 --> 0.5.7
devel/hs-largeword 1.0.1_2 --> 1.0.3
devel/hs-lifted-base 0.1.1_1 --> 0.2
devel/hs-logict 0.5.0.1_1 --> 0.5.0.2
devel/hs-monad-control 0.3.1.3_1 --> 0.3.1.4
devel/hs-mtl 2.1.1_1 --> 2.1.2
devel/hs-murmur-hash 0.1.0.5_2 --> 0.1.0.6
devel/hs-parallel 3.2.0.2_1 --> 3.2.0.3
devel/hs-pool-conduit 0.1.0.2_1 --> 0.1.0.3
devel/hs-primitive 0.4.1_2 --> 0.5.0.1
devel/hs-resource-pool 0.2.1.0_1 --> 0.2.1.1
devel/hs-resourcet 0.3.3.1 --> 0.4.4
devel/hs-silently 1.2.0.2 --> 1.2.4
devel/hs-split 0.1.4.3 --> 0.2.1.1
devel/hs-stm 2.3_1 --> 2.4
devel/hs-syb 0.3.6.1_1 --> 0.3.7
devel/hs-syb-with-class 0.6.1.3_2 --> 0.6.1.4
devel/hs-system-fileio 0.3.8 --> 0.3.10
devel/hs-system-filepath 0.4.6_1 --> 0.4.7
devel/hs-tagged 0.4.2.1_1 --> 0.4.4
devel/hs-temporary 1.1.2.3_1 --> 1.1.2.4
devel/hs-terminfo 0.3.2.4 --> 0.3.2.5
devel/hs-test-framework 0.6_1 --> 0.8
devel/hs-test-framework-hunit 0.2.7_2 --> 0.3.0
devel/hs-test-framework-quickcheck2 0.2.12.2_1 --> 0.3.0.1
devel/hs-text 0.11.2.0_1 --> 0.11.2.3
devel/hs-threadscope 0.2.1_3 --> 0.2.2
devel/hs-uniplate 1.6.7_1 --> 1.6.10
devel/hs-unix-compat 0.3.0.1_1 --> 0.4.0.0
devel/hs-unordered-containers 0.2.1.0_1 --> 0.2.2.1
devel/hs-uuagc 0.9.40.3_1 --> 0.9.42.2
devel/hs-uuagc-cabal 1.0.2.0_2 --> 1.0.4.0
devel/hs-vault 0.2.0.0_1 --> 0.2.0.1
devel/hs-vector 0.9.1_2 --> 0.10.0.1
devel/hs-vector-algorithms 0.5.4_1 --> 0.5.4.2
devel/hs-void 0.5.6 --> 0.5.8
ftp/hs-curl 1.3.7_3 --> 1.3.8
graphics/hs-cairo 0.12.3.1_1 --> 0.12.4
lang/hs-unlambda 0.1_6 --> 0.1.3
mail/hs-email-validate 0.2.8_1 --> 0.3.2
mail/hs-mime 0.3.3.2 --> 0.3.4
mail/hs-mime-mail 0.4.1.1_2 --> 0.4.1.2
math/hs-categories 1.0.3_1 --> 1.0.4
math/hs-comonad 1.1.1.6_1 --> 3.0.0.2
math/hs-comonad-transformers 2.1.2 --> 3.0
math/hs-data-lens 2.10.0_1 --> 2.10.2
math/hs-data-lens-template 2.1.5_1 --> 2.1.7
math/hs-math-functions 0.1.1.1_2 --> 0.1.1.2 [1]
math/hs-mwc-random 0.12.0.0_1 --> 0.12.0.1
math/hs-pointed 2.1.0.2_1 --> 3.0.1
math/hs-semigroupoids 1.3.4 --> 3.0.0.1
math/hs-semigroups 0.8.3.2_1 --> 0.8.4.1
math/hs-statistics 0.10.1.0_1 --> 0.10.2.0
math/hs-vector-space 0.8.2 --> 0.8.6
multimedia/hs-gstreamer 0.12.1.1_1 --> 0.12.1.2
net/hs-network 2.3.0.13_1 --> 2.3.1.0
net/hs-network-conduit 0.4.0.1_1 --> 0.6.1.1
net/hs-pcap 0.4.5.1_4 --> 0.4.5.2
net/hs-sendfile 0.7.6_1 --> 0.7.8
net/hs-simple-sendfile 0.2.4 --> 0.2.8
net/hs-socks 0.4.1_1 --> 0.4.2
print/hs-hscolour 1.20.2,1 --> 1.20.3,1
security/hs-Crypto 4.2.5_1 --> 4.2.5.1
security/hs-HsOpenSSL 0.10.3.2 --> 0.10.3.3
security/hs-RSA 1.2.1.0_1 --> 1.2.2.0
security/hs-SHA 1.5.0.1_1 --> 1.6.1
security/hs-certificate 1.2.3_1 --> 1.3.3
security/hs-clientsession 0.7.5_1 --> 0.8.0.1
security/hs-cprng-aes 0.2.3_2 --> 0.2.4
security/hs-crypto-conduit 0.3.2_1 --> 0.4.1
security/hs-crypto-pubkey-types 0.1.1_1 --> 0.2.0
security/hs-cryptocipher 0.3.5 --> 0.3.6
security/hs-cryptohash 0.7.5_1 --> 0.7.9
security/hs-digest 0.0.1.1_1 --> 0.0.1.2
security/hs-monadcryptorandom 0.4.1_1 --> 0.5
security/hs-pureMD5 2.1.0.3_2 --> 2.1.2.1
security/hs-pwstore-fast 2.2_2 --> 2.3
security/hs-skein 0.1.0.7_1 --> 0.1.0.10
security/hs-tls 0.9.5_1 --> 1.0.2
security/hs-tls-extra 0.4.6_1 --> 0.5.0
sysutils/hs-angel 0.3.2_1 --> 0.3.3
textproc/hs-HStringTemplate 0.6.8_2 --> 0.6.12
textproc/hs-attoparsec-conduit 0.4.0.1_1 --> 0.5.0.3
textproc/hs-attoparsec-enumerator 0.3_2 --> 0.3.1
textproc/hs-blaze-html 0.5.0.0 --> 0.5.1.1
textproc/hs-blaze-markup 0.5.1.0_1 --> 0.5.1.2
textproc/hs-case-insensitive 0.4.0.1_2 --> 0.4.0.3
textproc/hs-citeproc-hs 0.3.4_1 --> 0.3.6
textproc/hs-double-conversion 0.2.0.4_2 --> 0.2.0.5
textproc/hs-highlighting-kate 0.5.1_1 --> 0.5.3.3
textproc/hs-hs-bibutils 4.12_4 --> 4.15
textproc/hs-html-conduit 0.0.1_1 --> 0.1.0.4
textproc/hs-hxt 9.2.2_1 --> 9.3.1.1
textproc/hs-lhs2tex 1.17_4 --> 1.18.1
textproc/hs-pandoc 1.9.4.2 --> 1.9.4.5
textproc/hs-parsec 3.1.2_1 --> 3.1.3
textproc/hs-regex-pcre-builtin 0.94.2.1.7.7_4 --> 0.94.4.3.8.31
textproc/hs-regex-posix 0.95.1_2 --> 0.95.2
textproc/hs-stringsearch 0.3.6.3_2 --> 0.3.6.4
textproc/hs-tagsoup 0.12.6_2 --> 0.12.8
textproc/hs-tagstream-conduit 0.3.2_1 --> 0.5.3
textproc/hs-texmath 0.6.0.6_1 --> 0.6.1.1
textproc/hs-xml-conduit 0.7.0.3_1 --> 1.0.3.3
textproc/hs-xml-types 0.3.2 --> 0.3.3
textproc/hs-xmlhtml 0.2.0.2 --> 0.2.0.3
textproc/hs-yaml 0.7.0.3 --> 0.8.1.1
www/hs-HTTP 4000.2.3_1 --> 4000.2.5
www/hs-authenticate 1.2.1.1_1 --> 1.3.2
www/hs-cookie 0.4.0_1 --> 0.4.0.1
www/hs-gitit 0.10.0.1 --> 0.10.0.2
www/hs-hamlet 1.0.1.4 --> 1.1.1.1
www/hs-happstack 7.0.0_1 --> 7.0.1
www/hs-happstack-server 7.0.3 --> 7.1.1
www/hs-heist 0.8.1.1 --> 0.8.2
www/hs-hjsmin 0.1.2_1 --> 0.1.3
www/hs-http-conduit 1.4.1.10 --> 1.8.4.3
www/hs-http-date 0.0.2_1 --> 0.0.3
www/hs-http-server 1_5 --> 1.0.1
www/hs-http-types 0.6.11_1 --> 0.7.3.0.1
www/hs-path-pieces 0.1.1_1 --> 0.1.2
www/hs-shakespeare 1.0.0.2_1 --> 1.0.2
www/hs-shakespeare-css 1.0.1.2_1 --> 1.0.2
www/hs-shakespeare-js 1.0.0.3_1 --> 1.1.0
www/hs-shakespeare-text 1.0.0.2_1 --> 1.0.0.5
www/hs-snap 0.9.0.1 --> 0.9.2.2
www/hs-snap-core 0.9.0 --> 0.9.2.2
www/hs-snap-server 0.9.0 --> 0.9.2.4
www/hs-wai 1.2.0.3 --> 1.3.0.1
www/hs-wai-app-static 1.2.0.4 --> 1.3.0.4
www/hs-wai-extra 1.2.0.5 --> 1.3.0.4
www/hs-wai-logger 0.1.4_1 --> 0.3.0
www/hs-wai-test 1.2.0.2_1 --> 1.3.0
www/hs-warp 1.2.2 --> 1.3.5
www/hs-yesod 1.0.1.6_1 --> 1.1.4.1
www/hs-yesod-auth 1.0.2.1_1 --> 1.1.2
www/hs-yesod-core 1.0.1.2_1 --> 1.1.6.1
www/hs-yesod-default 1.0.1.1_1 --> 1.1.2
www/hs-yesod-form 1.0.0.4_1 --> 1.2.0.1
www/hs-yesod-json 1.0.0.1_1 --> 1.1.2
www/hs-yesod-persistent 1.0.0.1_1 --> 1.1.0
www/hs-yesod-platform 1.0.5 --> 1.1.5
www/hs-yesod-routes 1.0.1.2_1 --> 1.1.1.1
www/hs-yesod-static 1.0.0.3_1 --> 1.1.1.1
www/hs-yesod-test 0.2.1 --> 0.3.1.1
x11-toolkits/hs-gtk 0.12.3.1 --> 0.12.4
x11-toolkits/hs-pango 0.12.3_1 --> 0.12.4
Removed ports (1):
textproc/hs-xml2html 0.1.2.3_1
Approved by: wen (maintainer) [1]
Obtained from: FreeBSD Haskell
2012-12-20 02:23:04 +00:00
Philippe Audeoud
00207cd6aa
Nginx::Simple is a Perl module which allows for a "Apache mod_perl-like"
...
interface.
WWW: http://search.cpan.org/dist/Nginx-Simple/
PR: ports/171164
Submitted by: simond@irrelevant.org
2012-12-19 14:36:05 +00:00
Baptiste Daroussin
81dd1a2214
DeforaOS desktop web browser
...
PR: ports/172992
Submitted by: Olivier Cochard-Labbe <olivier@cochard.me>
2012-12-19 12:43:12 +00:00
Martin Matuska
b8c5e3dffd
Trean is a web-based bookmarks application that provides management
...
of browser bookmarks, including support for tagging, link checking
and searching bookmarks.
WWW: http://www.horde.org/apps/trean/
2012-12-18 13:39:54 +00:00
Martin Matuska
0e4ff235c8
Rename horde4-* apps to horde-* (www part)
2012-12-18 07:21:12 +00:00
Jason Helfman
e8f3e5dc95
add new port: www/blastbeat
...
BlastBeat is an high-performance HTTP/HTTPS/SPDY proxy for new generation
web apps (websockets, socket.io, push, comet...).
WWW: https://github.com/unbit
PR: 174266
Submitted by: g.veniamin@googlemail.com
2012-12-15 01:05:47 +00:00
Martin Matuska
1e429944f9
Rename old horde applications to horde3- prefix
2012-12-12 12:24:01 +00:00
Adam Weinberger
f788a52d5d
Add www/baikal, a great lightweight CalDAV/CardDAV server.
...
Baikal is a lightweight CalDAV and CardDAV server. It is
compatible with the calendar and contacts apps from Apple's
iOS and OS X, Android, Evolution, Mozilla Thunderbird, and
any other CalDAV/CardDAV capable application. Baikal supports
authentication with multiple users and calendars, and comes
with a spiffy web-based administration interface.
Baikal does not start a daemon or open any ports. It must
run at the root of a VirtualHost or subdomain. See the included
sample Apache and Nginx configurations, and INSTALL.md for all
the gory details.
WWW: http://baikal.codr.fr/
Feature safe: yes
2012-12-06 19:27:45 +00:00
Wen Heping
6f8b16ac32
- Rename www/moodle2 to www/moodle23
...
Feature safe: yes
2012-12-05 11:42:13 +00:00
Wen Heping
ba132edf6d
- Add www/mediawiki120 for new version of mediawiki
...
- Adjust CONFLICTS
Feature safe: yes
2012-12-05 08:37:52 +00:00
Wen Heping
1e5ce6db4e
- Add www/moodle24 for the new version of moodle
...
- Adjust CONFLICTS
Feature safe: yes
2012-12-05 07:28:55 +00:00
Chris Rees
69b6c82d3d
Update typo3 to 6.0.0
...
Preserve 4.7 as typo347
PR: ports/173976
Submitted by: Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer)
Feature safe: yes
2012-12-01 12:04:41 +00:00
Jason Helfman
4075471601
- has expired, dead upstream
...
Feature safe: yes
2012-11-30 22:55:40 +00:00
Baptiste Daroussin
64cbbc48e9
2012-11-28 www/p5-Sledge: depends on mod_perl 1 which is gone
...
2012-11-28 www/p5-Sledge-Plugin-CacheContent: depends on mod_perl 1 which is gone
2012-11-28 www/p5-Sledge-Plugin-Download: depends on mod_perl 1 which is gone
2012-11-28 www/p5-Sledge-Plugin-Dumper: depends on mod_perl 1 which is gone
2012-11-28 www/p5-Sledge-Plugin-HTML2HDML: depends on mod_perl 1 which is gone
2012-11-28 www/p5-Sledge-Plugin-Log: depends on mod_perl 1 which is gone
2012-11-28 www/p5-Sledge-Plugin-NoCache: depends on mod_perl 1 which is gone
2012-11-28 www/p5-Sledge-Plugin-SaveUpload: depends on mod_perl 1 which is gone
2012-11-28 www/p5-Sledge-Plugin-ScratchPad: depends on mod_perl 1 which is gone
2012-11-28 www/p5-Sledge-Plugin-SessionAutoCleanup: depends on mod_perl 1 which is gone
2012-11-28 www/p5-Sledge-Plugin-XSLT: depends on mod_perl 1 which is gone
2012-11-28 www/p5-Sledge-SessionManager-CookieStore: depends on mod_perl 1 which is gone
2012-11-28 www/p5-Sledge-Template-Expr: depends on mod_perl 1 which is gone
Approved by: dhn (maintainer)
Feature safe: yes
2012-11-28 17:12:35 +00:00
Baptiste Daroussin
376abe627b
2012-11-26 emulators/gcube: No more public distfiles
...
2012-11-26 games/stepbill: No more public distfiles
2012-11-26 deskutils/ktagebuch: No more public distfiles
2012-11-26 games/jetpack: No more public distfiles
2012-11-26 games/tremor: No more public distfiles
2012-11-26 graphics/jpeg2pdf: No more public distfiles
2012-11-26 java/westhawksnmp: No more public distfiles
2012-11-26 japanese/tcl76: No more public distfiles
2012-11-26 math/stepulator: No more public distfiles
2012-11-26 editors/jedit-devel: Stable version is more recent than devel
2012-11-26 www/trac-wikirename: Functionality of this plugin is included in the Trac core since 0.12
Feature safe: yes
2012-11-28 15:08:00 +00:00
Baptiste Daroussin
127f0f78f6
2012-11-27 graphics/morpheus: Depends on the expired gtkglarea
...
2012-11-27 devel/jakarta-commons-chain: Depends on the expired devel/portlet-api
2012-11-27 math/p5-Math-LinearCombination: Depends on the expired p5-Class-Field
2012-11-26 x11/padkey: No more public distfiles
2012-11-26 japanese/gicq: No more public distfiles and development ceased
2012-11-26 www/momspider: No more public distfiles
2012-11-26 japanese/perl5: Recent perl supports correctly japanese, consider using them
2012-11-26 sysutils/fuser: No more public distfiles
2012-11-26 textproc/ascii2pdf: No more public distfiles
Feature safe: yes
2012-11-28 09:19:01 +00:00
Baptiste Daroussin
18210032c9
2012-11-26 benchmarks/gsbench: No more public distfiles
...
2012-11-26 benchmarks/xengine: No more public distfiles
2012-11-26 biology/belvu: No more public distfiles
2012-11-26 multimedia/kaffeine-mozilla: No more public distfiles
2012-11-26 www/gnustep-ticker: Abandonware
2012-11-26 net/tryst-examples: Abandonware
2012-11-26 net/tryst: Abandonware
Feature safe: yes
2012-11-28 09:05:54 +00:00