| non port: www/Makefile |
Number of commits found: 5891 (showing only 100 on this page) |
|
Sunday, 29 Jul 2007
|
10:51 miwi
The book review module allows a site to publish book reviews.
WWW: http://drupal.org/project/bookreview
PR: ports/114963
Submitted by: Geoff Glasson <g_glasson at jimali.dyndns.org>
 |
10:05 nobutaka
Add emacs-w3m-emacs21, simple front-end to w3m for emacs21.
 |
|
Saturday, 28 Jul 2007
|
09:21 lwhsu
Add asterisk-stat 2.0.1, ASTERISK Call Detail Records Analizer.
PR: ports/113738
Submitted by: Fumihiko Kimura <jfkimura at yahoo.com>
 |
|
Saturday, 21 Jul 2007
|
14:32 lbr
This Catalyst plugin will store your session data in whatever cache module you
have configured.
 |
|
Monday, 16 Jul 2007
|
12:44 sat
Add port www/xpi-firebug:
Firebug integrates with Firefox to put a wealth of web development tools
at your fingertips while you browse. You can edit, debug, and monitor
CSS, HTML, and JavaScript live in any web page.
WWW: http://www.getfirebug.com/
PR: ports/114527
Submitted by: Lapo Luchini <lapo@lapo.it>
 |
|
Saturday, 14 Jul 2007
|
22:56 miwi
Haml is a markup language that's used to cleanly and simply describe the XHTML
of any web document without the use of inline code. Haml functions as a
replacement for inline page templating systems such as PHP, ASP, and ERB, the
templating language used in most Ruby on Rails applications.
However, Haml avoids the need for explicitly coding XHTML into the template,
because it itself is a description of the XHTML, with some code to generate
dynamic content.
WWW: http://haml.hamptoncatlin.com/
PR: ports/114568
Submitted by: Robert Gogolok <gogo at cs.uni-sb.de>
 |
|
Tuesday, 10 Jul 2007
|
21:40 pav
"A Java based HTTP/HTTPS proxy for assessing web application
vulnerability. It supports editing/viewing HTTP messages on-the-fly.
Other featuers include spiders, client certificate, proxy-chaining,
intelligent scanning for XSS and SQL injections etc."
WWW: http://www.parosproxy.org/
PR: ports/114047
Submitted by: Wesley Shields <wxs@atarininja.org>
 |
14:06 danfe
- Enable SSL by default in www/lynx
- Unregister CONFLICTS with lynx-ssl
- Canonicalize Makefile header
- s/=\?/=/ since no longer master port
- Deorbit www/lynx-ssl
Approved by: maintainer
 |
|
Sunday, 8 Jul 2007
|
15:06 rafan
Drood is a lightweight, kqueue-based, connection-multiplexing, HTTP/1.1
server, intended as an alternative to larger, more complex web servers for
websites where the server requirements are simple. Drood supports
name-based virtual hosting.
WWW: http://www.mammothcheese.ca/munger.html
--
James Bailie <jimmy@mammothcheese.ca>
http://www.mammothcheese.ca
PR: ports/114395
Submitted by: James Bailie <jimmy at mammothcheese.ca>
 |
05:24 skv
Add p5-Catalyst-View-ClearSilver 0.01, clearSilver view class for
Catalyst.
 |
|
Saturday, 7 Jul 2007
|
15:28 pav
This is a collection of modules to add multi-lingual capabilities to Drupal
sites. It provides content translation facilities for nodes and taxonomy,
interface translation for anonymous users when used with the locale module,
and browser language detection. It also includes a block for language
selection and manages translation relationships for nodes and taxonomy
terms.
WWW: http://drupal.org/project/i18n
PR: ports/113728
Submitted by: Nick Hilliard <nick@foobar.org>
Repocopied by: marcus
 |
|
Friday, 6 Jul 2007
|
23:07 miwi
Provides basic Radius auth services for Apache.
WWW: http://www.outoforder.cc/projects/apache/mod_auth_xradius/
PR: ports/114287
Submitted by: mwlucas@
 |
|
Monday, 2 Jul 2007
|
02:54 clsung
Add p5-HTML-Adsense 0.2, create adsense widgets easily.
PR: ports/114128
Submitted by: Gea-Suan Lin <gslin at gslin.org>
 |
|
Tuesday, 26 Jun 2007
|
06:48 sat
Add port www/xpi-stylish:
Stylish is an extension that allows easy management of user styles.
User styles empower your browsing experience by letting you fix ugly
sites, customize the look of your browser or mail client, or just have
fun. With an online repository at userstyles.org, you don't even need
to know how to write styles yourself; just a couple clicks and the
chosen style is applied. Stylish is to CSS what Greasemonkey is to
JavaScript, and unlike other methods of using user styles, most styles
take effect immediately.
WWW: http://userstyles.org/stylish/
 |
|
Monday, 25 Jun 2007
|
18:19 miwi
The Pylons web framework is aimed at making webapps and large
programmatic website development in Python easy. Several key points:
* A framework to make writing web applications in Python easy
* Inspired by Rails and TurboGears
* Utilizes a minimalist, component-based philosophy that makes it easy
to expand on
* Harness existing knowledge about Python
Pylons makes it easy to expand on your knowledge of Python to master
Pylons for web development. Using a MVC style dispath, Python
knowledge is used at various levels:
* The Controller is just a basic Python class, called for each
request. Customizing the response is as easy as overriding __call__
to make your webapp work how you want.
* Myghty templating compiles directly to Python byte-code for speed
and utilizes Python for template control rather than creating its
own template syntax for "for, while, etc"
WWW: http://www.pylonshq.com/
PR: ports/113970
Submitted by: Denis Shaposhnikov <dsh at vlink.ru>
 |
18:16 miwi
WebHelpers is package aimed at providing helper functions for use
within web applications.
These functions are intended to ease web development with template
languages by removing common view logic and encapsulating it in
re-usable modules as well as occasionally providing objects for use
within controllers to assist with common web development paradigms.
WWW: http://pylonshq.com/WebHelpers/
PR: ports/113969
Submitted by: Denis Shaposhnikov <dsh at vlink.ru>
 |
|
Sunday, 24 Jun 2007
|
17:26 hrs
Add www/wikicalc, an open source wiki-spreadsheet.
 |
|
Friday, 22 Jun 2007
|
11:43 mat
Add a new port www/p5-Template-Alloy
Template::Alloy represents the mixing of features and capabilities from all of
the major mini-language based template systems.
 |
|
Tuesday, 19 Jun 2007
|
12:34 lbr
FormCanary will examine your outgoing HTML and add a canary value to
each form. When the form is submitted, the value of the canary is com-
pared against one saved in the session at page generation time. If the
canary that's sent doesn't match the one in the session (or there is no
canary at all), the request is halted.
There is no way to get params into your application without a correct
canary. This is good for preventing "cross-site request attacks".
This module is compatible with FormBuilder. Just drop it into your use
line and have secure submit-once-only forms. Yay.
Inspired by:
http://www.25hoursaday.com/weblog/2007/06/05/WhatRubyOnRailsCanLearnFromASPNET.a
spx
 |
|
Monday, 18 Jun 2007
|
11:14 pav
Provides a block displaying titles of nodes in a scrolling news
ticker.
This module was sponsored by Koumbit.org.
WWW: http://drupal.org/project/taxonomy_ticker
PR: ports/113724
Submitted by: Nick Hilliard <nick@foobar.org>
 |
02:16 edwin
maintainer update: drupal5-nice_menus-5.x-1.x-dev-20070609
New port drupal5-nice_menus. Please repocopy drupal4-nice_menus
first.
PR: ports/113727
Submitted by: Nick Hilliard <nick@foobar.org>
 |
|
Saturday, 16 Jun 2007
|
03:56 dryice
New port py-beaker, it will be used by the new version of py-mako
 |
|
Friday, 15 Jun 2007
|
08:30 osa
Connect nginx-devel to build.
 |
|
Thursday, 14 Jun 2007
|
21:14 miwi
- Repocopy www/mediawiki to www/mediawiki19
- Fix MASTER_SITES
- Add conflicts for MediaWiki 1.10
PR: 113523
Submitted by: Gerrit Beine<gerrit.beine@gmx.de> (maintainer)
Repocopied by: marcus
 |
20:03 sat
Add port www/xpi-customizegoogle:
CustomizeGoogle is a Firefox extension that enhances Google search
results by adding extra information (like links to Yahoo, Ask.com,
MSN etc) and removing unwanted information (like ads and spam).
* Use Google Suggest (suggest words while you're typing)
* Add links to competitors
* Removes image copying restrictions in Google Book Search
* Secure Gmail and Google Calendar, switch to https
* Block Google Analytics cookies
* Hide the Gmail spam counter
* Make URL previews on sponsored links visible
* Add favicons in the web search result
* Remove ads
* Anonymize your Google userid
* Add a result counter in search result
* Filter spammy websites from search results
* Add links to WayBack Machine (webpage history)
* Remove click tracking
* Add links from Google to your bookmark manager
* Use a fixed font for Gmail mail bodies
* Stream Google search result pages
* Sticky Google Preferences
WWW: http://www.customizegoogle.com/
 |
03:55 clsung
Add p5-FCGI-Async 0.10, module to allow use of FastCGI asynchronously.
PR: ports/113507
Submitted by: Gea-Suan Lin <gslin at gslin.org>
 |
|
Tuesday, 12 Jun 2007
|
20:45 miwi
- Connect www/squid30
 |
13:26 chinsan
Add p5-chklinks 3.06, a non-threaded Perl link checker.
PR: ports/113421
Submitted by: chinsan
 |
|
Monday, 11 Jun 2007
|
19:06 sat
Add port www/rsstail:
RSSTail is more or less an rss reader: it monitors an rss-feed and if
it detects a new entry it'll emit only that new entry.
WWW: http://www.vanheusden.com/rsstail/
Author: Folkert van Heusden <folkert@vanheusden.com>
 |
18:58 sat
Add port www/rsstool:
rsstool is a tool to read, parse, merge, and write RSS (and Atom)
feeds. It has some other functions built-in like text, HTML, or
property file output, or templates with custom tags to insert RSS
feeds into pages that could be uploaded to a server that supports
only static HTML.
WWW: http://rsstool.y7.ath.cx/
Author: Dirk <noisyb at users.berlios.de>
 |
05:21 miwi
- Connect www/dotproject-devel
 |
|
Friday, 8 Jun 2007
|
23:15 miwi
Generates XHTML snippets from BBCode.
WWW: http://code.google.com/p/postmarkup/
PR: ports/113437
Submitted by: Chao Shin <quakelee at cn.freebsd.org>
 |
|
Wednesday, 6 Jun 2007
|
13:27 miwi
HTML::FillInForm::ForceUTF8 is a subclass of HTML::FillInForm that forces
utf8 flag on html and parameters. This allows you to prevent filling
garbled result.
WWW: http://search.cpan.org/dist/HTML-FillInForm-ForceUTF8/
PR: ports/113357
Submitted by: Tomoyuki Sakurai <cherry at trombik.org>
 |
09:41 clsung
Add phpbb-devel 3.0r1, a PHP-based bulletin board / discussion forum
system.
PR: ports/113214
Submitted by: Zhen REN <bg1tpt at gmail.com>
 |
|
Monday, 4 Jun 2007
|
15:42 gabor
Remove expired ports:
2007-01-01 textproc/ruby-html-parser: distfile and homepage disappeared
2007-03-10 textproc/ruby-libxslt: Broken on all supported versions of FreeBSD
2007-05-26 www/py-htmltestcase: Upstream site disappeared and dependency is set
to expire
 |
|
Sunday, 3 Jun 2007
|
20:04 lwhsu
Add asterisk-gui 0.0.1r20070501, an asterisk ajax web manager.
PR: ports/111559
Submitted by: pneumann at gmail.com
 |
|
Friday, 1 Jun 2007
|
18:22 arved
Add newsbeuter, an RSS feedreader for the Console
 |
|
Wednesday, 30 May 2007
|
03:08 clsung
Add p5-Catalyst-Plugin-Authentication-OpenID 0.02, openID
Authentication.
PR: ports/112401
Submitted by: Gea-Suan Lin <gslin at gslin.org>
 |
|
Tuesday, 29 May 2007
|
16:11 miwi
An interface for accessing Digg's web services API
at http://services.digg.com.
WWW: http://pear.php.net/package/Services_Digg/
PR: ports/112727
Submitted by: Zhen REN <bg1tpt at gmail.com>
 |
|
Sunday, 27 May 2007
|
19:47 miwi
This plugin provides content negotiation mechanism for Trac wiki pages. With
this plugin, your trac site can provides multiple localized pages for users.
WWW: http://trac-hacks.org/wiki/TracWikiNegotiatorPlugin
Submitted by: Gerrit Beine <gerrit.beine at gmx.de>
 |
19:46 miwi
Add support for ticket dependencies to Trac
WWW: http://trac-hacks.org/wiki/MasterTicketsPlugin
Submitted by: Gerrit Beine <gerrit.beine at gmx.de>
 |
19:44 miwi
This is a small plugin to allow deleting tickets from within Trac. This as a
method of dealing with tickets very often, it is a commonly requested feature,
and it is needed on rare occasions (generally dealing with spam).
WWW: http://trac-hacks.org/wiki/TicketDeletePlugin
Submitted by: Gerrit Beine <gerrit.beine at gmx.de>
 |
19:41 miwi
WikiTemplates is a Trac plugin. This plugin will provide you a way to include
parts of other wiki pages, the templates, into our current wiki page.
WWW: http://trac-hacks.org/wiki/WikiTemplatesPlugin
Submitted by: Gerrit Beine <gerrit.beine at gmx.de>
 |
19:40 miwi
This plugin allows Trac plugins to export select parts of their interface via
XML-RPC.
It also includes some exported functions for manipulating tickets, with plans
to include interfaces to other parts of Trac's API.
WWW: http://trac-hacks.org/wiki/XmlRpcPlugin
Submitted by: Gerrit Beine <gerrit.beine at gmx.de>
 |
19:38 miwi
LDAP support with group management has been added as a Trac extension. This
extension enables to use existing LDAP groups to grant permissions rather than
defining permissions for every single user on the system. The latest release
also permits to store permissions (both users and groups permissions) in the
LDAP directory itself rather than in the SQL backend.
WWW: http://trac-hacks.org/wiki/LdapPlugin
Submitted by: Gerrit Beine <gerrit.beine at gmx.de>
 |
19:36 miwi
The PageListPlugin for Trac provides a wiki syntax extension to create dynamic
list of wiki names that match a specific string.
For example,
pagelist:HowTo
would list all the wiki pages that end with HowTo
WWW: http://trac-hacks.org/wiki/PageListPlugin
Submitted by: Gerrit Beine <gerrit.beine at gmx.de>
 |
19:36 miwi
The intent of this is to allow an administrator to mark a Ticket as "Pending"
to indicate that information has been requested from the reporter. If the
reporter doesn't reply with in the allotted timeframe, the ticket will
automatically be closed.
This works well when combined with the SimpleTicketPlugin
WWW: http://trac-hacks.org/wiki/PendingTicketPlugin
Submitted by: Gerrit Beine <gerrit.beine at gmx.de>
 |
19:35 miwi
Send a text only mail with a reminder on new and open tickets
WWW: http://www.trac-hacks.org/wiki/TicketRemindScript
Submitted by: Gerrit Beine <gerrit.beine at gmx.de>
 |
19:34 miwi
Allows you to hide ticket fields for simplified entry.
The full list of built-in properties you can hide is:
* owner
* priority
* milestone
* component
* severity
* keywords
* cc
WWW: http://trac-hacks.org/wiki/SimpleTicketPlugin
Submitted by: Gerrit Beine <gerrit.beine at gmx.de>
 |
19:34 miwi
The RestrictedAreaPlugin is a pretty simple Trac plugin that allows the Trac
administrator to set up restricted areas which are accessible only for
privileged users. The access is controlled via the new Trac action
RESTRICTED_AREA_ACCESS and a list of paths configured in the Trac INI-file.
WWW: http://trac-hacks.org/wiki/RestrictedAreaPlugin
Submitted by: Gerrit Beine <gerrit.beine at gmx.de>
 |
19:33 miwi
The TocMacro generates a table of contents for the current page or a set of
pages.
WWW: http://trac-hacks.org/wiki/TocMacro
Submitted by: Gerrit Beine <gerrit.beine at gmx.de>
 |
19:33 miwi
This plugin allows you to rename wiki pages.
WWW: http://trac-hacks.org/wiki/WikiRenamePlugin
Submitted by: Gerrit Beine <gerrit.beine at gmx.de>
 |
19:32 miwi
Lists all wiki pages that are linked to but not created in wikis, ticket
descriptions and ticket comments.
WWW: http://trac-hacks.org/wiki/WantedPagesPlugin
Submitted by: Gerrit Beine <gerrit.beine at gmx.de>
 |
17:35 miwi
A blogging system for Trac.
TracBlogPlugin allows one to harness the power of TagsPlugin to generate blogs.
It provides a wiki macro so that blogs can be inserted in any wiki page.
It also provides a navigation component.
WWW: http://trac-hacks.org/wiki/TracBlogPlugin
Submitted by: Gerrit Beine <gerrit.beine at gmx.de>
 |
17:34 miwi
This is a release of the SARA package email2trac that contains utilities that
we use to convert emails to trac tickets. The initial setup was made by Daniel
Lundin from Edgewall Software. SARA has extend the initial setup, with the
following extensions:
* HTML messages
* Attachments
* Use commandline options
* Use config file to change the behaviour of the email2trac.py program
* unicode support for special characters in the headers of an email message
WWW: https://subtrac.sara.nl/oss/email2trac
Submitted by: Gerrit Beine <gerrit.beine at gmx.de>
 |
17:33 miwi
Edit all trac.ini options via the WebAdminPlugin
WWW: http://trac-hacks.org/wiki/IniAdminPlugin
Submitted by: Gerrit Beine <gerrit.beine at gmx.de>
 |
17:32 miwi
A plugin for displaying code tags (XXX, FIXME, TODO, etc.)
WWW: http://trac-hacks.org/wiki/CodeTagsPlugin
Submitted by: Gerrit Beine <gerrit.beine at gmx.de>
 |
17:32 miwi
This plugin adds new navigation item "Calendar". Calendar is (or is aimed to
be) the tool for planning of tasks with associated date and time. E.g. ticket
to be solved, a conference to attend, or a call to be made can be planned with
Calendar. Items for given week are displayed in an overview with resolution of
15 minutes. Three small monthly views are also available, with days containing
items marked.
Certain items may be prioritized, and are then displayed in a bright color to
stand out.
WWW: http://trac-hacks.org/wiki/CalendarPlugin
Submitted by: Gerrit Beine <gerrit.beine at gmx.de>
 |
17:31 miwi
Various things for dealing with the wiki as a hierarchy
WWW: http://trac-hacks.org/wiki/HierWikiPlugin
Submitted by: Gerrit Beine <gerrit.beine at gmx.de>
 |
15:29 miwi
The MacroPostPlugin allows macros to use post in forms.
WWW: http://trac-hacks.org/wiki/MacroPostPlugin
Submitted by: Gerrit Beine <gerrit.beine at gmx.de>
 |
|
Friday, 25 May 2007
|
00:47 marcus
Add an entry for gtkhtml38.
 |
|
Friday, 4 May 2007
|
02:27 clsung
Add p5-WebService-CIA 1.1, information from the CIA World Factbook.
PR: ports/112348
Submitted by: Gea-Suan Lin <gslin at gslin.org>
 |
02:11 clsung
Add p5-Net-Amazon-AWIS 0.32, use the Amazon Alexa Web Information
Service.
PR: ports/112341
Submitted by: Gea-Suan Lin <gslin at gslin.org>
 |
|
Thursday, 3 May 2007
|
22:29 alepulver
So here is my little effort, it is supposed to download complete Web sites.
You give it an URL, and down it goes on, happily downloading every linked URL
in that site.
Features:
* While it goes, it changes the original pages, all the links get changed to
relative links, so that you can surf the site in your hard disk without
those pesky absolute links.
* Limited Ftp support, it will download the files but not recursively.
* Resumes downloading if interrupted.
* Filters not to download certain kind of files.
* You can get a site map before downloading.
* Getleft can follow links to external sites.
* Multilingual support, at present Getleft supports Dutch, English, Esperanto,
German, French, Italian, Polish, Korean, Portuguese, Russian, Turkish and
Spanish.
WWW: http://personal1.iddeo.es/andresgarci/getleft/english/
 |
|
Tuesday, 1 May 2007
|
19:33 sat
- Update cherokee-devel to the latest snapshot
- Connect to the build
PR: ports/111389, ports/112114
Submitted by: Beech Rintoul <beech@alaskaparadise.com> (maintainer)
 |
|
Sunday, 29 Apr 2007
|
21:34 miwi
This package provides an object oriented interface to the API of the
W3 HTML Validator application (http://validator.w3.org/). With this
package you can connect to a running instance of the validator and
retrieve the validation results (true|false) as well as the errors
and warnings for a web page.
WWW: http://pear.php.net/package/Services_W3C_HTMLValidator
 |
03:25 nemoliu
Geronimo is a Java EE 5 application server which is developed by the Apache
Geronimo open source community and it is under the Apache License.
WWW: http://geronimo.apache.org/
PR: 110932
Approved by: delphij (mentor)
 |
|
Thursday, 26 Apr 2007
|
20:17 lth
Add p5-Catalyst-Component-ACCEPT_CONTEXT 0.02, make the Catalyst request
context available in Models and Views.
 |
19:38 miwi
Maruku is a Markdown interpreter for Ruby.
It also implements the syntax of PHP Markdown extra.
WWW: http://maruku.rubyforge.org/
PR: ports/112153
Submitted by: Alexander Logvinov <ports at logvinov.com>
 |
|
Tuesday, 24 Apr 2007
|
06:43 sat
- Sort www/Makefile
PR: ports/112052
Submitted by: Jason Harris <jharris@widomaker.com>
 |
04:01 dryice
New port py-routes. This is a Python re-implementation of the Rails routes
system for mapping URL's to Controllers/Actions and generating URL's.
Approved by: itetcu (mentor, implicit)
 |
|
Monday, 23 Apr 2007
|
20:16 sat
Add port www/vee:
vee is a zero configuration, command line blog tool that is written in
Bourne shell in a single file. It uses vi as the editor, but this can
be changed out.
WWW: http://www.0x743.com/vee/
Author: Brett D. Estrade <estrabd+vee at gmail>
 |
10:06 miwi
Ocsigen is a web programming framework for OCaml. It can be used as a web
server, serving static pages, but it is also possible to implement entire
web sites as OCaml modules.
WWW: http://www.ocsigen.org
PR: ports/111759
Submitted by: Jaap Boender <jaapb at kerguelen.org>
 |
09:04 sat
Add port www/newsfeed:
NewsFeed is an RSS/RDF/Atom reader and aggregator for UNIX-like
operating systems. It is written in Python and uses Mark Pilgrim's
Universal Feed Parser for downloading and parsing feeds.
WWW: http://home.arcor.de/mdoege/newsfeed/
Author: Martin C. Doege <mdoege@compuserve.com>
 |
09:00 miwi
ikiwiki is a wiki compiler. It converts wiki pages into html pages
suitable for publishing on a website. Unlike many wikis, ikiwiki does
not have its own ad-hoc means of storing page history, and instead
uses a revision control system such as Subversion.
WWW: http://ikiwiki.info/
PR: ports/112007
Submitted by: Henrik Brix Andersen <henrik at brixandersen.dk>
 |
08:59 sat
Add port www/py-feedfinder:
You're writing an RSS reader and a reader types in diveintomark.org.
How are you supposed to subscribe to that? feedfinder uses RSS
autodiscovery, Atom autodiscovery, spidering, URL correction, and Web
service queries -- whatever it takes -- to find the feed.
WWW: http://www.aaronsw.com/2002/feedfinder/
 |
01:28 ijliao
add rubygem-taggable 2.0.2
Add tagging capabilities to your ActiveRecord objects
 |
|
Saturday, 21 Apr 2007
|
13:13 stas
- Add port for www/squidview
Squidview is a program that displays the squid proxy server log file in a nice
fashion, providing the log file is in squid's native reporting fashion. It has
features such as search, report generation, monitor mode and supports three log
files.
WWW: http://www.rillion.net/squidview
 |
|
Monday, 16 Apr 2007
|
11:16 miwi
Smart Cache Loader is most configurable web batch downloader in world! If you
have a very specific needs to grab some portions of web site -- this is
right tool for you! This program can be also used as web crawler if you
need to crawl defined parts of www site(s).
WWW: http://scloader.sourceforge.net/
PR: ports/111595
Submitted by: Radim Kolar <hsn at sanatana.dharma>
 |
04:51 lwhsu
Add py-restclient 0.9.8, convenient library for writing REST clients.
Approved by: clsung (mentor)
 |
|
Sunday, 15 Apr 2007
|
21:58 stas
- www/xsm was repocopied to www/extsm to resolve a possible conflict with
future x11/xsm import.
 |
11:11 stas
This module sets httpd process titles to reflect the request currently
processed, so they will be visible in top(1) or ps(1). Useful for
debugging purposes.
Author: Stanislav Sedov <stas@FreeBSD.org>
 |
|
Saturday, 14 Apr 2007
|
20:21 stas
Vimperator is a free browser add-on for Firefox, which makes it look and behave
like the Vim text editor. It has similar key bindings, and you could call it
a modal webbrowser, as key bindings differ according to which mode you are in.
Author: Martin Stubenschrott
WWW: http://vimperator.mozdev.net/
 |
|
Friday, 13 Apr 2007
|
20:49 nivit
Trac-bzr is an extension for Trac, so its revision browser
can show Bazaar branches
WWW: http://bazaar-vcs.org/TracBzr
PR: ports/111230
Submitted by: Radim Kolar <hsn at sanatana.dharma>
 |
16:26 lwhsu
Add mod_authnz_external 3.1.0, allows users authentication based on
external mechanisms on apache 2.2.
PR: ports/110877
Submitted by: José García Juanino <jjuanino at gmail.com>
Approved by: clsung (mentor)
 |
|
Wednesday, 11 Apr 2007
|
14:54 stas
Add xsm 1.0, an eXtensible Site Manager.
PR: ports/101064
Submitted by: me
 |
|
Tuesday, 10 Apr 2007
|
17:59 miwi
2007-04-06 sysutils/tct: this port is obsolete, please use sysutils/sleuthkit
instead
2007-04-10 textproc/ocaml-yaxi: Does not build
2007-04-10 ukrainian/pine.language: Leaves behind config file on deinstall
2007-04-10 www/mod_zap: Incomplete pkg-plist
2007-04-10 www/sahana2: Conflicting dependencies: php4 vs php5
2007-04-10 www/urchin5: Does not install
2007-04-07 databases/cyrus-smlacapd: this software is obsolete
 |
16:22 nivit
CTemplate is a simple but powerful, extremely fast HTML template system for
C language. It provides separation between code and presentation.
Author: Alex Pesternikov
WWW: http://ctemplate.sourceforge.net/
PR: ports/111160
Submitted by: Alex Pesternikov <ap at page2rss.com>
 |
|
Monday, 9 Apr 2007
|
20:43 miwi
CGI::FCKeditor is FCKeditor(http://www.fckeditor.net/) Controller for Perl OOP.
FCKeditor(http://www.fckeditor.net/) is necessary though it is natural.
Author: Kazuma Shiraiwa <cyberlib@gmail.com>
WWW: http://search.cpan.org/dist/CGI-FCKeditor/
PR: ports/111259
Submitted by: Tsung-Han Yeh <snowfly at yuntech.edu.tw>
 |
|
Saturday, 7 Apr 2007
|
19:30 rafan
Add drupal5-google_analytics , adds the Google Analytics web statistics
tracking system to your website..
PR: ports/111233
Submitted by: Nick Hilliard <nick at foobar.org>
 |
19:27 rafan
Add drupal5-adsense , allows web site owners to display ads on their
site using Google AdSense.
PR: ports/111232
Submitted by: Nick Hilliard <nick at foobar.org>
 |
|
Friday, 6 Apr 2007
|
08:50 erwin
Hook drupal5-taxonomy_access up to the build.
 |
08:35 erwin
Hook drupal5-gsitemap up to the build.
 |
08:24 lbr
New port: www/p5-Catalyst-Plugin-Setenv, Set up the environment from Catalyst's
config file
 |
08:24 lbr
New port: www/p5-Catalyst-Plugin-LogWarnings, Log perl warnings to your Catalyst
log object
 |
08:23 lbr
New port: www/p5-Catalyst-Plugin-ConfigLoader-Environment, Configure your
application with environment variables
 |
08:23 lbr
New port: www/p5-Catalyst-Plugin-Cache-Store-FastMmap, FastMmap cache store for
Catalyst::Plugin::Cache
 |
08:22 lbr
New port: www/p5-Catalyst-Plugin-Cache, Flexible caching support for Catalyst
 |
08:22 lbr
New port: www/p5-Catalyst-Plugin-C3, Catalyst Plugin to subvert NEXT to use
Class::C3
 |
08:21 lbr
New port: www/p5-Catalyst-Model-XML-Feed, Use RSS/Atom feeds as a Catalyst Model
 |
Number of commits found: 5891 (showing only 100 on this page) |