non port: www/Makefile |
Number of commits found: 5252 (showing only 100 on this page) |
Friday, 4 Mar 2011
|
13:58 miwi
HTML::Defaultify - Pre-fill default values into an existing HTML form
WWW: http://www.jmarshall.com/tools/defaultify/
PR: ports/154816
Submitted by: Takefu <takefu@airport.fm>
|
10:32 martymac
Remove extra spaces after port names
Approved by: portmgr@, ehaupt (mentor)
|
08:41 clsung
Faraday
Modular HTTP client library using middleware heavily inspired by Rack.
WWW: http://github.com/technoweenie/faraday
|
05:38 sunpoet
- Add p5-HTTP-Tiny 0.010
HTTP::Tiny is a small, simple, correct HTTP/1.1 client.
WWW: http://search.cpan.org/dist/HTTP-Tiny/
|
Thursday, 3 Mar 2011
|
15:11 clsung
multipart-post adds a streamy multipart form post capability to Net::HTTP. Also
supports other methods besides POST.
WWW: http://github.com/nicksieger/multipart-post
|
00:45 wen
AWS stands for Ada Web Server, but it is more than just another webserver...
AWS is a complete framework to develop web based applications. The main
part of the framework is the embedded web server. This small yet powerful
web server can be embedded into your application so your application will be
able to talk with a standard web browser such as Microsoft Internet Explorer
or Netscape Communicator. Around this web server, a lot of services have
been developed.
The framework includes:
* seb parameters module * session server
* SOAP support * WSDL generation from Ada
* template parser * AJAX support
* HTTPS/SSL support * large server support
* virtual hosting support * server push
* directory browser * status page
* log module * hotplug module
* light communications API * configuration API
* client API * web page service
* SMTP support * LDAP support
* Jabber support
WWW: http://libre.adacore.com/libre/tools/aws/
PR: ports/153828
Submitted by: John Marino <freebsdml@marino.st>
|
Wednesday, 2 Mar 2011
|
03:33 wen
Dancer::Plugin::Feed provides an easy way to generate RSS or Atom feed.
This module relies on XML::Feed.
WWW: http://search.cpan.org/dist/Dancer-Plugin-Feed/
PR: ports/155173
Submitted by: Grzegorz Blach <magik@roorback.net>
|
Sunday, 27 Feb 2011
|
16:22 miwi
Remove:
www/py-turbodjango
www/py-turbosetup
textproc/py-csv
devel/py-uuid
|
Saturday, 26 Feb 2011
|
17:30 skv
Add foswiki-ModPerlEngineContrib , permits Foswiki to be executed under
mod_perl.
|
15:16 lwhsu
Add reviewboard 1.5.4, a web-based code review tool.
|
15:11 kuriyama
mod_auth_tkt is a lightweight single-sign-on authentication module for
apache, supporting versions 1.3.x, 2.0.x, and 2.2.x. It uses secure
cookie-based tickets to implement a single-signon framework that works
across multiple apache instances and servers.
WWW: http://www.openfusion.com.au/labs/mod_auth_tkt/
|
14:55 lwhsu
Add py-djblets 0.6.7, a collection of useful classes and functions for
Django.
|
14:50 lwhsu
Add py-django-evolution 0.6.2, a database schema evolution tool for the
Django web framework.
|
14:48 kuriyama
Plack::Middleware::Precompressed is an alternative (or rather,
complement) to middlewares like Deflater, which will compress response
bodies on the fly. For dynamic resources, that behaviour is
necessary, but for static resources it is a waste: identical entities
will be compressed over and over. Instead, Precompressed allows you
to compress static resources once, e.g. as part of your build process,
and then serve the compressed resource in place of the uncompressed
one for compression-enabled clients.
To do so, it appends a .gz suffix to the request URI and tries to
serve that. If that fails, it will try again with the unmodified URI.
WWW: http://search.cpan.org/dist/Plack-Middleware-Precompressed/
|
14:46 lwhsu
Add py-django-storages 1.1.1, generic storages for Django.
|
10:34 kuriyama
Plack::Middleware::IEnosniff is middleware for Plack. This middleware
adds HTTP Header 'X-Content-Type-Options: nosniff' for safe. Sending
X-Content-Type-Options response header with the value nosniff will
prevent Internet Explorer from MIME-sniffing a response away from the
declared content-type.
WWW: http://search.cpan.org/dist/Plack-Middleware-IEnosniff/
|
09:02 kuriyama
I18N::AcceptLanguage matches language preference to available
languages per rules defined in RFC 2616, section 14.4: HTTP/1.1 -
Header Field Definitions - Accept-Language.
WWW: http://search.cpan.org/dist/I18N-AcceptLanguage/
|
Friday, 25 Feb 2011
|
09:46 miwi
- Part 1 of python24 removal
- Clean up bsd.python.mk (remove PYWSGIREF, PYHASHLIB, PYCTYPES and
PYEXPAT) all these is now part of python
since python25
Remove:
textproc/py-expat
devel/py-ctypes
security/py-hashlib
www/py-wsgiref
|
Tuesday, 15 Feb 2011
|
09:17 miwi
The goal of this project is to create a new way of writing Django template tags
which is fully compatible with the current Django templating infrastructure.
This new way should be easy, clean and require as little boilerplate code as
possible while still staying as powerful as possible.
Features:
* Class based template tags.
* Template tag argument parser.
* Declarative way to define arguments.
* Supports (theoretically infinite) parse-until blocks.
* Extensible!
WWW: http://github.com/ojii/django-classy-tags/
|
Monday, 14 Feb 2011
|
04:08 miwi
mod_gnutls uses the GnuTLS library to provide SSL 3.0, TLS 1.0, TLS
1.1 and 1.2 encryption for Apache HTTPD. It is similar to mod_ssl in
purpose, but does not use OpenSSL.
WWW: http://www.outoforder.cc/projects/apache/mod_gnutls/
PR: ports/154463
Submitted by: Fumiyuki Shimizu <fumifumi at abacustech.jp>
|
Sunday, 13 Feb 2011
|
10:46 culot
Feersum is an HTTP server built on EV. It fully supports the PSGI 1.03 spec
including the psgi.streaming interface and is compatible with Plack. PSGI 1.1,
which has yet to be published formally, is also supported. Feersum also has
its own "native" interface which is similar in a lot of ways to PSGI, but is
not compatible with PSGI or PSGI middleware.
Feersum uses a single-threaded, event-based programming architecture to scale
and can handle many concurrent connections efficiently in both CPU and RAM.
It skips doing a lot of sanity checking with the assumption that a "front-end"
HTTP/HTTPS server is placed between it and the Internet.
WWW: http://search.cpan.org/dist/Feersum
PR: ports/153320
Submitted by: Grzegorz Blach <magik AT roorback.net>
|
Saturday, 12 Feb 2011
|
16:18 miwi
- Fix a typo in typo344
Reported by Helmut Schneider
|
04:50 miwi
PivotX is free software to help you maintain dynamic sites such as
weblogs, online journals and other frequently updated websites in
general. It's written in PHP and uses *flat files* or MySQL as a
database.
Since PivotX is an entirely different beast than pivot-weblog (Pivot
1.x), upgrading from Pivot 1.x will take a while to do properly.
(http://book.pivotx.net/page/4-1)
WWW: http://pivotx.net/
PR: ports/154093
Submitted by: Fumiyuki Shimizu <fumifumi at abacustech.jp>
|
Saturday, 5 Feb 2011
|
11:30 miwi
- Connect typo344 to the build
PR: 153950
Feature safe: yes
|
09:39 miwi
Web::oEmbed is a module that implements oEmbed consumer.
WWW: http://search.cpan.org/dist/Web-oEmbed/
PR: ports/153988
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Feature safe: yes
|
Wednesday, 2 Feb 2011
|
03:57 swills
URI::Escape::JavaScript provides JavaScript's escape() and unescape() functions.
It works simplar to homonymous functions of JavaScript.
WWW: http://search.cpan.org/dist/URI-Escape-JavaScript/
PR: ports/154140
Submitted by: Konstantin Menshikov <kostjnspb at yandex.ru>
Approved by: wxs (mentor)
Feature safe: yes
|
Monday, 31 Jan 2011
|
15:35 jpaetzel
FusionPBX is an opensource PHP5 based frontend web gui for freeswitch.
WWW: http://www.fusionpbx.com
PR: ports/153992
Submitted by: Richard Neese <r.neese at gmail.com>
Feature safe: yes
|
Sunday, 30 Jan 2011
|
12:12 miwi
DavClient is a scriptable WebDAV command line client for Ruby
for managing content on webservers that support the WebDAV extensions.
WWW: http://davclient.rubyforge.org/
PR: ports/154126
Submitted by: Mikhail T. <michael at fun-box.ru>
Feature safe: yes
|
12:11 miwi
This gem provides a Rails generator to install jQuery and the jQuery-ujs
driver into your Rails 3 application, and then have them included
automatically instead of Prototype.
WWW: http://rubygems.org/gems/jquery-rails
PR: ports/153967
Submitted by: Jason Helfman <jhelfman at experts-exchange.com>
Feature safe: yes
|
12:10 miwi
Ruby API wrapper for Lighthouse
WWW: http://rubygems.org/gems/lighthouse-api
PR: ports/153968
Submitted by: Jason Helfman <jhelfman at experts-exchange.com>
Feature safe: yes
|
11:50 miwi
Template::Mustache is a templating system, generally used to make HTML.
WWW: http://search.cpan.org/dist/Template-Mustache/
PR: ports/154198
Submitted by: Kurt Lidl <kurt.lidl at cello.com>
Feature safe: yes
|
Thursday, 27 Jan 2011
|
12:43 tobez
Add www/p5-Scrappy 0.62, a web crawler Perl module.
Feature safe: yes
|
Tuesday, 18 Jan 2011
|
06:14 wen
Nibbleblog it's a powerful engine for creation and manipulation of
BLOG's completely free. Very simple to install and configure. The
database used is based on XML files and this way it is not necessary
to use MySQL or similar DBMS.
WWW: http://www.nibbleblog.com/
PR: ports/154033
Submitted by: Marek Holienka <marekholienka@gmail.com>
Feature safe: yes
|
Sunday, 16 Jan 2011
|
01:56 swills
xxxterm is a minimalists web browser. It strives to be vi-like for heavy
keyboard users while maintaining traditional web browser behaviour. It is ISC
licensed. It is based on webkit using GTK+.
WWW: http://opensource.conformal.com/wiki/XXXTerm
PR: ports/154025
Submitted by: Aldis Berjoza <aldis at bsdroot.lv>
Approved by: wxs (mentor)
Feature safe: yes
|
Friday, 14 Jan 2011
|
12:29 jadawin
blah WWW::Mechanize::SpamCop is used to automate spam reporting on
spamcop.net's web site.
WWW: http://search.cpan.org/dist/WWW-Mechanize-SpamCop/
PR: ports/153595
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Feature safe: yes
|
Tuesday, 11 Jan 2011
|
19:08 bapt
Add closure-linter 2.2.6, javaScript linter.
The Closure Linter enforces the guidelines set by the Google JavaScript Style
Guide. The linter handles style issues so that you can focus on the code.
WWW: http://code.google.com/p/closure-linter/
PR: ports/153866
Submitted by: Julien Laffaye <kimelto at gmail.com>
Feature safe: yes
|
Sunday, 9 Jan 2011
|
22:10 jpaetzel
BigBlueButton enables universities and colleges to deliver
a high-quality learning experience to remote students.
WWW: http://www.bigbluebutton.org/
|
Friday, 7 Jan 2011
|
02:21 wen
phpScheduleIt is a web-based resource scheduling system that allows
administered management of reservations on any number of resources.
Typical applications are conference room or machine reservation
management. Written in PHP and tested on MySQL.
WWW: http://sourceforge.net/projects/phpscheduleit/
PR: ports/153678
Submitted by: Marian Jamrich <jamrich.majo@gmail.com>
|
02:11 wen
An implementation of the Instapaper client API.
(see http://www.instapaper.com/api)
WWW: http://search.cpan.org/dist/WWW-Instapaper-Client/
PR: ports/153707
Submitted by: TERAMOTO Masahiro <markun@onohara.to>
|
Tuesday, 4 Jan 2011
|
12:22 mezz
There is no port that depend this library. Therefore, remove it.
|
03:32 mezz
The x11/libcapplet has been broken for over a year (will be two in June 2011)
and no one has any of interest to fix it. It's an ancient software and
is part of GNOME 1. It's time for us to get rid of some of GNOME 1 stuff as
the GNOME 3 is coming sometimes in 2011. Any ports that required libcappet
are removed and ports that have optional aren't remove.
PR: ports/153355
Discussed with: My team, FreeBSD GNOME Team
Tested by: pointyhat-exp (thanks pav!)
|
Monday, 3 Jan 2011
|
14:38 garga
Remove expired ports:
2011-01-01 audio/emphasis: abandoned upstream
2011-01-01 converters/ecore-txt: abandoned upstream
2011-01-01 deskutils/estickies: abandoned upstream
2011-01-01 devel/ecore-job: abandoned upstream
2011-01-01 devel/engrave: abandoned upstream
2011-01-01 devel/evfs: abandoned upstream
2011-01-01 devel/ruby-ecore: abandoned upstream
2011-01-01 graphics/exhibit: abandoned upstream
2011-01-01 graphics/epsilon: abandoned upstream
2011-01-01 graphics/esmart: abandoned upstream
2011-01-01 graphics/ruby-edje: abandoned upstream
2011-01-01 graphics/ruby-esmart: abandoned upstream
2011-01-01 graphics/ruby-evas: abandoned upstream
2011-01-01 graphics/ruby-redact: abandoned upstream
2011-01-01 multimedia/eclair: abandoned upstream
2011-01-01 security/phpmyid: Development has ceased.
2011-01-01 sysutils/ecore-config: abandoned upstream
2011-01-01 sysutils/extrackt: abandoned upstream
2011-01-01 textproc/exml: abandoned upstream
2011-01-02 www/mod_accesscookie: upstream is gone
2011-01-02 www/mod_vdbh: upstream is gone
2011-01-02 www/mod_auth_any: upstream is gone
2011-01-02 www/mod_log_data: upstream is gone and will be unsupported by ASF
when 2.4.0 is release, migrate to 2.2.x+ now
2011-01-01 x11-fm/entropyfm: abandoned upstream
2011-01-01 x11-themes/e17-splash-fortune: abandoned upstream
2011-01-01 x11-themes/e17-splash-shiny: abandoned upstream
2011-01-01 x11-themes/e17-splash-takara: abandoned upstream
2011-01-01 x11-themes/e17-theme-blue_eyed: abandoned upstream
2011-01-01 x11-themes/e17-theme-dali: abandoned upstream
2011-01-01 x11-themes/e17-theme-gant: abandoned upstream
2011-01-01 x11-themes/e17-theme-japan2007: abandoned upstream
2011-01-01 x11-themes/e17-theme-kor: abandoned upstream
2011-01-01 x11-themes/e17-theme-milky: abandoned upstream
2011-01-01 x11-themes/e17-theme-night_bling: abandoned upstream
2011-01-01 x11-themes/e17-theme-simply_white: abandoned upstream
2011-01-01 x11-themes/e17-splash-azul: abandoned upstream
2011-01-01 x11-themes/e17-splash-blue: abandoned upstream
2011-01-01 x11-themes/e17-splash-clean: abandoned upstream
2011-01-01 x11-themes/e17-splash-logo: abandoned upstream
2011-01-01 x11-toolkits/etk: abandoned upstream
2011-01-01 x11-toolkits/ewl: abandoned upstream
2011-01-01 x11-toolkits/enhance: abandoned upstream
2011-01-01 x11-wm/e17-module-bling: abandoned upstream
2011-01-01 x11-wm/e17-module-mixer: abandoned upstream
2011-01-01 x11-wm/e17-utils: abandoned upstream
2011-01-01 x11/elicit: abandoned upstream
2011-01-01 x11/enity: abandoned upstream
2011-01-01 x11/examine: abandoned upstream
2011-01-01 x11/ecore-desktop: abandoned upstream
|
Saturday, 1 Jan 2011
|
14:09 beat
- Finally remove www/mozilla as no other port longer depends on Mozilla.
Mozilla is unmaintained upstream for years, broken and has security
issues. Please consider using www/seamonkey2 or www/firefox instead.
Happy New Year!
|
Friday, 31 Dec 2010
|
17:35 rene
Garbage-collect expired ports:
2010-12-30 databases/p5-sqlrelay: broken and upstream disapeared
2010-12-30 devel/php-dbg2: No upstream support
2010-12-30 dns/fourcdns: upstream has disapeared
2010-12-31 emulators/win4bsd: Development has ceased and distfile is no longer
available
2010-12-31 french/mozilla-flp: www/seamonkey port is deprecated. Consider using
the www/firefox-i18n.
2010-12-31 french/xtel: Minitel services will be discontinued at the end of
2010.
2010-12-30 ftp/ftpq: upstream has disapeared
2010-12-30 graphics/paintlib: does not compile with new tiff and no more
maintained upstream
2010-12-30 graphics/g3dviewer: does not build with gcc 4.2, upstream disapeared
2010-12-30 lang/scriba: Does not compile with gcc 4.2+, looks like abandonware
2010-12-30 math/rascal: Broken on every arch since 2008, looks like an
abandonware
2010-12-31 net-mgmt/nrg: Project has vanished. Use cacti instead.
2010-12-31 security/hostsentry: Project is dead.
2010-12-31 sysutils/kcube: Project has vanished
2010-12-31 www/cybercalendar: has been unmaintained since 2001 and is unusable
with dates after 2010 (see ports/150974)
2010-12-31 www/flock: Flock 3 moves from Firefox to Chromium
2010-12-31 www/linux-flock: Flock 3 moves from Firefox to Chromium
2010-12-30 x11-clocks/xtu: Looks like abandonware
Leave java/tya in for now, as it has outstanding PRs.
|
17:13 nivit
The modules in the Python standard library don't provide a way to upload large
Files via HTTP without having to load the entire file into memory first.
poster provides support for both streaming POST requests as well as
multipart/form-data encoding of string or file parameters.
WWW: http://atlee.ca/software/poster
|
13:57 tota
- Add a new port: www/testlink
TestLink is a web based Test Management tool. The application provides Test
specification, Test plans and execution, Reporting, Requirements specification
and collaborate with well-known bug trackers.
WWW: http://www.teamst.org/
|
06:35 wen
This module makes DateTime easily accesible within a Catalyst application
via the Catalyst::Plugin interface.
WWW: http://search.cpan.org/~jkiser/Catalyst-Plugin-DateTime
PR: ports/153487
Submitted by: "Mikhail T." <michael@fun-box.ru>
|
Monday, 27 Dec 2010
|
20:38 pgollucci
A simple Simple HTTP and REST client for Ruby, inspired by the Sinatra
microframework style of specifying actions: get, put, post, delete.
WWW: https://github.com/archiloque/rest-client
PR: ports/153336
Submitted by: Renaud Chaput <renchap at cocoa-x.com>
|
Tuesday, 21 Dec 2010
|
04:03 pgollucci
Dancer::Plugin::DataFu is an HTML form and table rendering engine with data
validation support.
WWW: http://search.cpan.org/~awncorp/Dancer-Plugin-DataFu/
PR: ports/153316
Submitted by: Grzegorz Blach <magik at roorback.net>
|
Thursday, 16 Dec 2010
|
23:08 beech
Hook hastymail2 into build.
PR: ports/152632
Approved by: itetcu (mentor) (implicit)
|
02:55 wen
webtrees is the web's leading online collaborative genealogy
application. webtrees works from standard GEDCOM files, and is
therefore compatible with every major desktop application. webtrees
aims to to be efficient and effective by using the right combination
of third-party tools, design techniques and open standards.
WWW: http://webtrees.net/
PR: ports/153160
Submitted by: "J.R. Oldroyd" <fbsd@opal.com>
|
Sunday, 12 Dec 2010
|
22:07 pgollucci
Plack::Middleware::XForwardedFor will look for X-Forwarded-For header
in the incomming request and change REMOTE_ADDR to the real client IP.
WWW: http://search.cpan.org/dist/Plack-Middleware-XForwardedFor/
PR: ports/153051
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
Saturday, 11 Dec 2010
|
21:54 pgollucci
Tatsumaki is a toy port of Tornado for Perl using Plack (with
non-blocking extensions) and AnyEvent.
It allows you to write a web application that does a immediate
response with template rendering, IO-bound delayed response (like
fetching third party API or XML feeds), server push streaming and
long-poll Comet in a clean unified API.
WWW: http://search.cpan.org/dist/Tatsumaki/
PR: ports/153007
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
21:54 pgollucci
Perlanet is a program for creating programs that aggregate web feeds
(both RSS and Atom). Web pages like this are often called "Planets"
after the Python software which originally popularised them. Perlanet
is a planet builder written in Perl - hence "Perlanet".
WWW: http://search.cpan.org/dist/Perlanet/
PR: ports/153005
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
08:46 nivit
qooxdoo is a comprehensive and innovative Ajax application
framework. Leveraging object-oriented JavaScript allows developers to
build impressive cross-browser applications. No HTML, CSS nor DOM
knowledge is needed.
It includes a platform-independent development tool chain, a
state-of-the-art GUI toolkit and an advanced client-server
communication layer.
WWW: http://qooxdoo.org/
|
Friday, 10 Dec 2010
|
04:50 pgollucci
OhlohWidgetsMacro is a plugin for Trac which embeds Ohloh widgets.
WWW: http://www.schwarz.eu/opensource/projects/ohloh_widgets_macro
PR: ports/151062
Submitted by: Douglas Thrift
|
Thursday, 9 Dec 2010
|
15:59 sunpoet
- Add googlebook_dl 20100502
googlebook_dl is a command-line utility for downloading books from Google Books.
PR: ports/152827
Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua>
|
Wednesday, 8 Dec 2010
|
19:18 pgollucci
Fixes an exploitable bug in CGI multipart parsing which affects Ruby <= 1.8.5.
When multipart boundary attributes contain non-halting regular
expression strings, the boundary searcher in the CGI module does not properly
escape the parameter and will execute arbitrary regular expressions.
This fix adds escaping for the user data.
* Affected application servers: standalone CGI, Mongrel, WEBrick
* Unaffected: FastCGI, Ruby 1.8.6 (all servers)
* Unknown: mod_ruby
This fix will not modify versions of Ruby greater than 1.8.5, and is
cumulative with previous CGI multipart vulnerability fixes.
WWW: http://blog.evanweaver.com/#cgi_multipart_eof_fix
|
09:57 nivit
LESS extends CSS with: variables, mixins, operations and nested rules.
Best of all, LESS uses existing CSS syntax. This means you can rename
your current .css files to .less and they'll just work.
WWW: http://lesscss.org/
|
Tuesday, 7 Dec 2010
|
20:37 pgollucci
That was a bad idea b/c of conflicts with the master www/apache22 port.
|
19:25 pgollucci
Apache 2.2 with the itk MPM enabled.
WWW: http://httpd.apache.org/
WWW: http://mpm-itk.sesse.net/
PR: ports/151969
Submitted by: Tom Judge <tom at tomjudge.com>
|
19:24 pgollucci
Apache 2.2 with the event MPM enabled.
WWW: http://httpd.apache.org/
PR: ports/151969
Submitted by: Tom Judge <tom at tomjudge.com>
|
19:24 pgollucci
Apache 2.2 with the worker MPM enabled.
WWW: http://httpd.apache.org/
PR: ports/151969
Submitted by: Tom Judge <tom at tomjudge.com>
|
19:24 pgollucci
Apache 2.2 with the prefork MPM enabled.
WWW: http://httpd.apache.org/
PR: ports/151969
Submitted by: Tom Judge <tom at tomjudge.com>
|
19:18 pgollucci
This module helps manage FCGI based web applications by providing a wrapper
which handles most of the low-level FCGI details for you. It can run FCGI
programs as simple scripts or as full standalone socket based servers who
are managed by FCGI::Engine::ProcManager.
WWW: http://search.cpan.org/dist/FCGI-Engine/
PR: ports/152803
Submitted by: Anes Muhametov <anes at anes.su>
|
Sunday, 5 Dec 2010
|
21:09 ohauer
- new port trac-TracGoogleAnalytics
Previously known as Google Analytics Plugin, this plugin will enable
your trac environment to be logged by Google Analytics.
It adds the necessary javascript code to log your environment, plus, it
also logs the downloads of regular filenames which end with a specific
extension; these extensions are defined by you; and also external links.
WWW: http://google.ufsoft.org/wiki/TracGoogleAnalytics
PR: ports/151466
Submitted by: Douglas William Thrift <douglas _at_ douglasthrift.net>
|
20:51 rene
Revert the 'minor tweak'.
|
08:20 ade
Minor tweakage
|
Saturday, 4 Dec 2010
|
21:32 rene
Garbage collect old ports:
2010-11-15 archivers/linux-par2cmdline: Native version available
2010-11-15 audio/bmp-musepack: does not build with audio/musepack
2010-11-15 audio/libmpcdec: superseded by audio/musepack
2010-11-15 audio/py-musepack: does not build with audio/musepack
2010-12-01 chinese/chinput3: Development has ceased.
2010-12-01 emulators/dynagen-devel: Please install emulators/dynagen instead
2010-11-24 net-p2p/gift-fasttrack: unmaintained upstream
2010-11-24 net-p2p/gift-gnutella: unmaintained upstream
2010-11-24 net-p2p/gift-openft: unmaintained upstream
2010-11-24 net-p2p/pyslsk: unmantained upstream, use net-p2p/nicotine-plus
2010-11-11 security/pamsfs: SFS is dead, this project is dead, and site is gone
2010-11-10 www/p5-Catalyst-Plugin-CommandLine: The module is not needed any
more. With new Catalyst (at least 5.7014) it works out of the box.
|
Thursday, 2 Dec 2010
|
15:08 pav
Dwoo is a PHP5 Template Engine that was started in early 2008. The idea came
from the fact that Smarty, a well known template engine, is getting older and
older. It carries the weight of it's age, having old features that are
inconsistent compared to newer ones, being written for PHP4 its Object Oriented
aspect doesn't take advantage of PHP5's more advanced features in the area,
etc. Hence Dwoo was born, hoping to provide a more up to date and stronger
engine. So far it has proven to be faster than Smarty in many areas, and it
provides a compatibility layer to allow developers that have been using Smarty
for years to switch their application over to Dwoo progressively.
WWW: http://dwoo.org/
PR: ports/151718
Submitted by: Joe Horn <joehorn@gmail.com>
|
Tuesday, 30 Nov 2010
|
21:48 jpaetzel
Add py-django-profiles 0.2, a user-profile application for Django.
|
20:35 beech
Update of piwigo (the software formerly known as PHPWebGallery) to version
2.1.3.
Add entry to MOVED
Hook into build and unhook phpwebgallery
PR: ports/150863
Submitted by: Goran Lowkrantz <glz@hidden-powers.com> (maintainer)
Approved by: itetcu
|
07:36 beech
Hook codeigniter-devel into build
|
Monday, 29 Nov 2010
|
11:58 kuriyama
Rename p5-Mojo to p5-Mojolicious to reflect distname in CPAN.
Approved by: maintainer
|
Saturday, 27 Nov 2010
|
02:02 pgollucci
Flask-Uploads allows your application to flexibly and efficiently handle file
uploading and serving the uploaded files.
WWW: http://pypi.python.org/pypi/Flask-Uploads
PR: ports/151628
Submitted by: Olivier Duchateau <duchateau.olivier at gmail.com>
|
02:00 pgollucci
Flask is a microframework for Python based on Werkzeug and Jinja 2.
WWW: http://flask.pocoo.org/
PR: ports/151625
Submitted by: Olivier Duchateau <duchateau.olivier at gmail.com>
|
00:37 pgollucci
Time stamping authority module for apache22.
WWW: http://opentsa.org/
PR: ports/152571
Submitted by: ubique
|
Friday, 26 Nov 2010
|
13:53 rea
New port: www/redmine-http-auth
Plugin for doing HTTP-based authentication in Redmine. Also contains
the generic module, bsd.redmine.mk, for making Redmine plugins.
Reviewed by: decke
Approved by: garga (mentor)
PR: ports/150507
|
03:13 wen
- Connect www/moodle2
|
Thursday, 25 Nov 2010
|
06:23 wen
web.go is the simplest way to write web applications in the Go programming
language. It's ideal for writing simple, performant backend web services.
web.go should be familiar to people who've developed websites with higher-level
web frameworks like sinatra, pylons, or web.py. It is designed to be a
lightweight web framework that doesn't impose any scaffolding on the user.
Some features include:
* Routing to url handlers based on regular expressions
* Secure cookies
* Support for fastcgi and scgi
* Web applications are compiled to native code. This means very fast
execution and page render speed
* Serving static files
WWW: https://github.com/hoisie/web.go
|
Wednesday, 24 Nov 2010
|
05:20 pgollucci
The blogspam site exists to provide a service which allows you to
test whether a submitted blog/forum comment is SPAM or not, in real-time.
We can identify many common SPAM characteristics and using them allow
comments to be blocked - cutting down on the SPAM that might otherwise
affect your site.
WWW: http://blogspam.net/
PR: ports/152421
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
Tuesday, 23 Nov 2010
|
14:53 kuriyama
This is a Perlbal plugin to allow any PSGI application run natively
inside Perlbal process.
WWW: http://search.cpan.org/dist/Perlbal-Plugin-PSGI/
|
11:17 kuriyama
PSGI/Plack is where it's at. Dancer's routing syntax is really cool,
but it does a lot of things I don't usually want. What I really want
is Dancer-like sugar as an extremely thin layer over my
teeth^H^H^H^H^H PSGI apps.
WWW: http://search.cpan.org/dist/Flea/
|
09:32 pav
Support Incident Tracker (or SiT!) is a Free Software/Open Source (GPL)
web based application which uses PHP and MySQL for tracking technical support
calls/emails (also commonly known as a 'Help Desk' or 'Support Ticket System').
Manage contacts, sites, technical support contracts and support incidents in
one place. Send emails directly from SiT!, attach files and record every
communication in the incident log. SiT is aware of Service Level Agreements and
incidents are flagged if they stray outside of them.
WWW: http://sitracker.org
PR: ports/151784
Submitted by: <carsten@sitracker.org>
|
04:52 fjoe
Reconnect back asterisk-stat now that asterisk 1.4 depends are fixed.
|
01:25 cperciva
Unhook asterisk-stat from the build until its dependencies are corrected.
INDEX broken: 10 hours, 56 minutes, and 45 seconds ago
|
Monday, 22 Nov 2010
|
22:20 skreuzer
This module can be used to parse the content of tables in HTML text. The
parser returns an arrayref consisting of data for each table found within the
passed-in text.
WWW: http://search.cpan.org/dist/HTML-TableContentParser/
|
18:01 sunpoet
- Add p5-CGI-Thin 0.52
This module is a very lightweight parser of CGI forms. And it has a special
feature that it will return an array if the same key is used twice in the
form. You can force an array even if only one value returned to avoid
complications.
The hash %cgi_data will have all the form data from either a POST or GET form
and will also work for "multipart/form-data" forms necessary for uploading
files.
WWW: http://search.cpan.org/dist/CGI-Thin/
PR: ports/152115
Submitted by: Phil Phillips <pphillips@experts-exchange.com>
|
14:58 kuriyama
This module allows you to integrate Mojo applications with the
AnyEvent framework. For example, you can run a web interface for a
long-lived AnyEvent daemon.
WWW: http://search.cpan.org/dist/AnyEvent-Mojo/
|
02:33 kuriyama
Every HTTP::Exception is a Exception::Class - Class. So the same
mechanisms apply as with Exception::Class-classes. In fact have a look
at Exception::Class' docs for more general information on exceptions
and Exception::Class::Base for information on what methods a caught
exception also has.
HTTP::Exception is only a factory for HTTP::Exception::XXX (where X is
a number) subclasses. That means that HTTP::Exception->new(404)
returns a HTTP::Exception::404 object, which in turn is a
HTTP::Exception::Base - Object.
WWW: http://search.cpan.org/dist/HTTP-Exception/
|
Saturday, 20 Nov 2010
|
22:22 sunpoet
- Add p5-CGI-Application-Plugin-Apache 1.01
CGI::Application::Plugin::Apache provides easy access to Apache::* modules
for CGI::Application.
WWW: http://search.cpan.org/dist/CGI-Application-Plugin-Apache/
PR: ports/152383
Submitted by: Kurt Lidl <kurt.lidl@cello.com>
|
18:25 skv
Add htmlcompressor 0.9.4, HTML/XML Compressor.
|
17:52 sunpoet
- Add p5-HTML-GenerateUtil 1.10
HTML::GenerateUtil is a module provides C language version of various helper
routines for generating HTML output.
WWW: http://search.cpan.org/dist/HTML-GenerateUtil/
PR: ports/152380
Submitted by: Kurt Lidl <kurt.lidl@cello.com>
|
Friday, 19 Nov 2010
|
06:32 wen
Catalyst::Plugin::ErrorCatcher allows you to do More Stuff with the
information that would normally only be seen on the Catalyst Error
Screen courtesy of the Catalyst::Plugin::StackTrace plugin.
WWW: http://search.cpan.org/dist/Catalyst-Plugin-ErrorCatcher
PR: ports/152320
Submitted by: Andrey Kostenko <andrey@kostenko.name>
|
06:24 wen
Rose::HTML::Objects is a framework for creating a reusable set of HTML
widgets as mutable Perl objects that can be serialized to HTML or XHTML
for display purposes.
The Rose::HTML::Object class may be used directly to represent a generic
tag with an explicitly set element name and arbitrary attributes. There
are also methods for parent/child manipulation.
WWW: http://search.cpan.org/dist/Rose-HTML-Objects
|
Thursday, 11 Nov 2010
|
05:09 pgollucci
This is a port of mod_auth_mellon, which is an apache module built around lasso
that provides a SAML 2 SP endpoint.
WWW: http://docs.feide.no/fs-0050
WWW: http://code.google.com/p/modmellon/
PR: ports/152083
Submitted by: Tom Judge <tom at tomjudge.com>
|
05:08 pgollucci
mod_whatkilledus is an experimental module for Apache httpd 2.x which
tracks the current request and logs a report of the active request
when a child process crashes.
Requirements: Apache httpd >= 2.0.49 must be built with the
--enable-exception-hook configure option and mod_so enabled.
Activating mod_whatkilledus:
1. Load it like any other DSO.
LoadModule whatkilledus_module modules/mod_whatkilledus.so
2. Enable exception hooks for modules like mod_whatkilledus:
EnableExceptionHook On
3. Choose where the report on current activity should be written. If
you want it reported to some place other than the error log, use the
WhatKilledUsLog directive to specify a fully-qualified filename for
the log. Note that the web server user id (e.g., "nobody") must
be able to create or append to this log file, as the log file is
not opened until a crash occurs.
WWW: http://people.apache.org/~trawick/exception_hook.html
PR: ports/151932
Submitted by: Frank Wall <fw at moov.de>
|
05:08 pgollucci
mod_backtrace is an experimental module for Apache httpd 2.x which
collects backtraces when a child process crashes. Currently it is
implemented only on Linux and FreeBSD, but other platforms could be
supported in the future.
Requirements: Apache httpd >= 2.0.49 must be built with the
--enable-exception-hook configure option and mod_so enabled.
Activating mod_backtrace:
1. Load it like any other DSO:
LoadModule backtrace_module modules/mod_backtrace.so
2. Enable exception hooks for modules like mod_backtrace:
EnableExceptionHook On
3. Choose where backtrace information should be written.
If you want backtraces from crashes to be reported some place other
than the error log, use the BacktraceLog directive to specify a
fully-qualified filename for the log to which backtraces will be
written. Note that the web server user id (e.g., "nobody") must
be able to create or append to this log file, as the log file is
WWW: http://people.apache.org/~trawick/exception_hook.html
PR: ports/151931
Submitted by: Frank Wall <fw at moov.de>
|
Monday, 8 Nov 2010
|
13:51 kuriyama
A fast and easy way to integrate your apps with Facebook.
This is a Perl interface to the Facebook Graph API
http://developers.facebook.com/docs/api. With this module you can
currently query public Facebook data, query privileged Facebook data,
and build a privileged Facebook application. See the TODO for all
that this module cannot yet do.
WWW: http://search.cpan.org/dist/Facebook-Graph/
|
10:08 garga
Remove expired ports:
2010-11-07 devel/libisc: Unlikely to be used...
2010-11-08 emulators/vmware-guestd3: Depends of misc/compat3x, that is
deprecated and set to be removed
2010-11-08 emulators/vmware-tools3: Depends of misc/compat3x, that is deprecated
and set to be removed
2010-10-08 misc/compat3x: "Only FreeBSD 6.4+ are supported in ports"
2010-11-08 misc/bidwatcher: Obsoleted by JBidwatcher and changes at
http://ebay.com
2010-11-08 security/vscan: Depends of misc/compat3x, that is deprecated and set
to be removed
2010-11-08 www/ssserver: Depends of misc/compat3x, that is deprecated and set to
be removed
|
Number of commits found: 5252 (showing only 100 on this page) |