1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
Commit Graph

14276 Commits

Author SHA1 Message Date
Nicola Vitale
8de68f8733 This Python package is a random collection of WSGI modules
written by Allan Saddi.

flup is functionally divided into three components:

	* FlupServers
	* FlupMiddleware
	* FlupPublisher

WWW:	http://www.saddi.com/software/flup/

PR:		ports/106828
Submitted by:	Li-Wen Hsu <lwhsu at lwhsu.org>
Approved by:	alexbl (mentor, implicit)
2007-01-14 09:23:27 +00:00
Joe Marcus Clarke
3af2b32e09 Allow nsprpub to be extracted from the distfile. This directory is needed
for a script that wraps system headers for building with GCC 4.x.  This
does not mean the embedded nspr will be used in favor of the system nspr,
but it should fix the build with GCC 4.x.
2007-01-14 07:05:18 +00:00
Martin Wilke
0a61ca6e4d - Update to 0.951
PR:             ports/107746
Submitted by:   miwi
Apporved by:    maintainer
2007-01-13 23:00:52 +00:00
Clement Laforet
37b137103c - Ensure configure script won't force us to use an unwanted apr dbd backend. 2007-01-13 13:18:35 +00:00
Clement Laforet
b16c9ff024 - Update to 2.2.4
- Add dumpio module
- Fix rcorder [1]

PR:		ports/106429 [1]
Submitted by:	Dmitry Pryanishnikov <dmitry@atlantis.dp.ua> [1]
2007-01-13 12:13:12 +00:00
Dirk Meyer
a299053560 - use new macros 2007-01-13 10:55:37 +00:00
Dirk Meyer
d7f59ea8de - update to use new bsd.gnustep.mk
Approved by:	gurkan@linuks.mine.nu
2007-01-13 03:57:25 +00:00
Martin Wilke
525b75d09e - Update to 1.00
PR:             107744
Submitted by:   miwi
Approved by:    maintainer
2007-01-12 21:57:56 +00:00
Martin Wilke
420788b934 - Update to 0.15
PR:             107745
Submitted by:   miwi
Approved by:    maintainer
2007-01-12 21:57:53 +00:00
Martin Wilke
f6e2633d9b - Update to 2.0.6
PR:             107743
Submitted by:   miwi
Approved by:    maintainer
2007-01-12 21:57:35 +00:00
Martin Wilke
e315b729bb Ruby on Rails has a nice feature to create nested parameters that help
with the organization of data in a form - parameters can be an
arbitrarily deep nested structure.

The way this structure is denoted is that when you construct a form the
field names have a special syntax which is parsed.

This plugin supports two syntaxes:

dot notation

        <input name="foo.bar.gorch" />

subscript notation

        <input name="foo[bar][gorch]" />

When reading query parameters from $c->req you can now access all the
items starting with "foo" as one entity using $c->req->param('foo');.
Each subitem, denoted by either the dot or the square brackets, will be
returned as a further deeper hashref.

WWW: http://search.cpan.org/dist/Catalyst-Plugin-Params-Nested

PR:		ports/107785
Submitted by:	Fernan Aguero <fernan at iib.unsam.edu.ar>
2007-01-12 21:54:05 +00:00
Andrew Pantyukhin
e316b01ad0 - Update to 0.6.15
PR:		ports/107857
Submitted by:	Alexander V. Ribchansky <triosoft@triosoft.com.ua> (maintainer)
2007-01-12 21:43:44 +00:00
Martin Wilke
24a798d4da - Update to 0.7.0
PR:		107844
Submitted by:	Li-Wen Hsu <lwhsu@lwhsu.org>
Approved by:	maintainer
2007-01-12 21:16:29 +00:00
Gabor Kovesdan
b92409df5a - Fix RUN_DEPENDS
- Bump PORTREVISION

PR:		ports/107660
Submitted by:	Robert Gogolok <gogo@cs.uni-sb.de>
Approved by:	erwin (mentor),
		Jonathan Weiss <jw@innerewut.de> (maintainer)
2007-01-12 12:48:51 +00:00
Vasil Dimov
a3d99e8e67 Change the way www/plugger-plugins-hubbe depends on print/acroread7:
from executable to a package since the executable acroread7 is not
installed anymore and it is uncertain on which file to depend on.

Depending on package is proof against changes in the pkg-plist of the
depended on port.

Reported by:	kris
2007-01-12 12:07:16 +00:00
Erwin Lansing
b2f268799d Extend the expiration date as a new site has been found. Leave
depricated until the port is updated to the version available there.

http://svn.maxidoors.ru/udmsearch-ruby/
http://maxidoors.ru/udmsearch/

Submitted by:	Charles Sprickman <spork@bway.net>
2007-01-12 08:01:44 +00:00
Joe Marcus Clarke
dfcb6155d6 Update to 3.35. 2007-01-12 07:21:28 +00:00
Nicola Vitale
903460fc41 - Bumped PORTREVISION
- Removed option -D (ignored by the new version of easy_install),
  added -q to files/pkg-deinstall.in
- Updated path to the Python egg of devel/py-kid (dependency),
  fixing build on pointyhat (reported by kris@)

Approved by:	alexbl (mentor, implicit)
2007-01-11 14:12:22 +00:00
Anton Berezin
f39ebe0b51 Update to 1.16. 2007-01-11 09:44:11 +00:00
Xin LI
541f0a28be Remove previously added security patch against session table
exhaustion, as it causes more problems in the latest phpbb
version.  Users are advised to drop and re-create their
session tables (phpbb_sessions, phpbb_sessions_keys) without
using "HEAP" tables.

Approved by:	maintainer (via e-mail)
2007-01-11 08:31:07 +00:00
Martin Wilke
9fd11841f2 - Update to 1.10
PR:		ports/107742
Submitted by:	miwi
Approved by:	maintainer
2007-01-11 07:42:27 +00:00
Ying-Chieh Liao
614c844bbd fix plist
Submitted by:	pointyhat via kris
2007-01-11 01:07:16 +00:00
Martin Wilke
f89d5b93a5 This storage module will store session data in a database using DBIx::Class.
WWW: http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-DBIC/

PR:		ports/107781
Submitted by:	Fernan Aguero <fernan at iib.unsam.edu.ar>
2007-01-10 23:40:23 +00:00
Martin Wilke
b06e081819 This storage module will store session data in a database using DBIx::Class.
WWW: http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-DBIC/

PR:		ports/107784
Submitted by:	Fernan Aguero <fernan at iib.unsam.edu.ar>
2007-01-10 23:04:01 +00:00
Martin Wilke
9297c97c51 Converts a CGI query into structured data using a dotted name convention
similar to TT2.

expand_cgi works with CGI.pm, Apache::Request or anything with an appropriate
"param" method. Or you can use expand_hash directly.

If you prefer to use a different flattening convention then CGI::Expand can
be subclassed.

WWW: http://search.cpan.org/dist/CGI-Expand

PR:		ports/107780
Submitted by:	Fernan Aguero <fernan at iib.unsam.edu.ar>
2007-01-10 23:00:42 +00:00
Lars Thegler
b108b01c92 Update to 1.15 2007-01-10 19:46:42 +00:00
Kris Kennaway
7239c1b4bc Update to adzap 20061217
Submitted by:	Norbert Koch <nkoch@demig.de>
PR:		ports/107465
2007-01-10 19:23:02 +00:00
Martin Wilke
04ca5caaaa - Fix size mismatch. File is retard for few littl bugfixes.
Submitted by:	pointyhat
2007-01-10 17:59:45 +00:00
Martin Wilke
160eeb5428 - Update to 1.1
Submitted by:	farrokhi
2007-01-09 22:25:31 +00:00
Martin Wilke
cced382deb - Update to 3.5
Submitted by:	farrokhi
2007-01-09 21:34:01 +00:00
Martin Wilke
ade01835be This Perl module is for implementing the SCGI interface for an application
server.  Essentially, it is a 'next generation' FastCGI type protocol.

WWW: http://python.ca/nas/scgi/protocol.txt

PR:		ports/107710
Submitted by:	Vivek Khera <vivek at khera.org>
2007-01-09 21:11:19 +00:00
Mathieu Arnold
dd2322a3a2 Update to 0.025 2007-01-09 15:00:47 +00:00
Alex Dupre
b02ba484a4 Mark BROKEN and set the expiration date since the project is dead
and distfile disappeared.
2007-01-09 06:58:19 +00:00
Brooks Davis
35f2a30570 Transfer maintainership of drupal and drupal-textile to Nick Hilliard.
Thanks for taking this on.
2007-01-09 03:19:03 +00:00
Brooks Davis
855a2f788c Add @'s in front of ${CHOWN} calls. 2007-01-09 03:15:19 +00:00
Brooks Davis
2b26465969 Drop maintainership.
Because this port will likely stop working fairly quickly without a
maintainer, deprecate it and set it to expire Feb 1st.  If you use this
port, you may want to become the maintainer.
2007-01-09 03:13:55 +00:00
Brooks Davis
3de6c09b02 Fix up the pkg-desc a bit.
Actually remove BROKEN following my uprade and fix over the weekend.
2007-01-09 03:07:27 +00:00
Cheng-Lung Sung
fc31be24c8 - Fix breakage of pkg-plist.
PR:		ports/107111
Submitted by:	KIMURA Yasuhiro <yasu_AT_utahime dot org>
Approved by:	maintainer (timeout)
2007-01-09 02:43:51 +00:00
Martin Wilke
3abd0db76d - Add to ipv6 category
PR:		ports/107053
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
Approved by:	maintainer
2007-01-08 12:38:22 +00:00
Cheng-Lung Sung
27cfa353f7 - Update to 0.07
- Reset maintainer to perl@FreeBSD.org

PR:		ports/107590
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2007-01-08 03:46:25 +00:00
Nicola Vitale
765b576c81 - Updated to 20061129.1.64
Approved by:	alexbl (mentor)
2007-01-07 22:12:33 +00:00
Andrew Pantyukhin
1249464961 - Update to 0.9.0.1 2007-01-07 19:21:32 +00:00
Andrew Pantyukhin
903f44032e - Update to 0.5.97.03 2007-01-07 19:15:02 +00:00
Andrew Pantyukhin
cb5ac38ca1 - Update to 0.8.7 2007-01-07 19:12:37 +00:00
Andrew Pantyukhin
97b009be31 - Update to 1.31 2007-01-07 19:08:37 +00:00
Andrew Pantyukhin
b7ac2ea030 - Update to 1.1.4.5.061221 2007-01-07 19:02:00 +00:00
Andrew Pantyukhin
c7ee65690d - Update to 0.7.13 2007-01-07 18:53:59 +00:00
Nicola Vitale
b171b6f540 Load, configure, and compose WSGI applications and servers
Paste Deployment is a system for finding and configuring WSGI
applications and servers. For WSGI application consumers it provides a
single, simple function (loadapp) for loading a WSGI application from
a configuration file or a Python Egg. For WSGI application providers
it only asks for a single, simple entry point to your application, so
that application users don't need to be exposed to the implementation
details of your application.

The result is something a system administrator can install and manage
without knowing any Python, or the details of the WSGI application or
its container.

This tool provides code to load WSGI applications and servers from
URIs; these URIs can refer to Python Eggs for INI-style configuration
files. Paste Script provides commands to serve applications based on
this configuration file.

Author:	Ian Bicking <ianb at colorstudy com>
WWW:	http://pythonpaste.org/deploy/

PR:		ports/106755
Submitted by:	Dryice Liu	<dryice at dryice.name>
Approved by:	alexbl (mentor)
Reviewed by:	dryice (maintainer)
2007-01-07 09:53:55 +00:00
Nicola Vitale
7baae07735 - Fixed PYPASTE_EGG value
Reviewed by:	dryice (maintainer)
Approved by:	alexbl (mentor)
2007-01-07 09:49:49 +00:00
Ying-Chieh Liao
8cfd3c6cf4 add rubygem-layout-yullio 0.9.0
A combination of Mollio CSS/HTML template and Yahoo UI grid
2007-01-07 04:01:10 +00:00
Yen-Ming Lee
facdfda5ec - update to 2.0.6
PR:		107607
Submitted by:	leeym
Approved by:	maintainer
2007-01-06 09:34:40 +00:00
Brooks Davis
be0fe44509 Add www/drupal-nice_menus:
Nice Menus is a module for the Drupal CMS which enables drop-down /
right / left expandable menus. The module uses CSS to display the menus
on browsers which have functional CSS.  Internet Explorer is supported
using Javascript.

Three styles of menus are currently possible: horizontal (menus drop
down); vertical (menus drop to the left); vertical (menus drop to the
right).

WWW: http://drupal.org/project/nice_menus

Submitted by:	Nick Hilliard <nick@foobar.org>
2007-01-06 04:38:37 +00:00
Brooks Davis
178d2caefa Add www/drupal-attachment:
This module is an alternative to Drupal's included upload module. It
uses the filemanager module to allow a unique namespace per node and
support large number of files. In addition this module allows you to
give each attachment a title and description.

Submitted by:	Nick Hilliard <nick@foobar.org>
2007-01-06 04:35:45 +00:00
Brooks Davis
e6d219ba55 Add drupal-filemanager
This module adds a full featured file management API for your modules
to use. This API is module development and does not directly add
functionality to your site. This module is required for the attachment
module which is an alternative to Drupal's included upload module.

Submitted by:	Nick Hilliard <nick@foobar.org>
2007-01-06 04:32:49 +00:00
Brooks Davis
874c88d048 Upgrade drupal to 4.7.5 fixing a couple security issues.
Upgrade drupal-pubcookie and drupal-textile to the 4.7 versions.

Submitted by:	Nick Hilliard <nick at foobar dot org> (upgrade to 4.7.4)
Security:	vid:3d8d3548-9d02-11db-a541-000ae42e9b93
2007-01-05 21:32:19 +00:00
Martin Wilke
b1d96f89ef 2006-12-23 www/emp: project is shutting down
2006-12-01 textproc/nfbtrans: Unfetchable
2007-01-05 20:26:24 +00:00
Lars Balker Rasmussen
12822574e2 Update to v0.0.18 2007-01-05 19:49:00 +00:00
Lars Balker Rasmussen
01a1a5fe6f Update to 5.7006 2007-01-05 19:46:25 +00:00
Lars Balker Rasmussen
77c1b33af0 Update to 1.02 2007-01-05 19:45:08 +00:00
Lars Balker Rasmussen
3503c4cc84 Add p5-Catalyst-Manual 5.700501, the Catalyst developer's manual. 2007-01-05 19:38:40 +00:00
Lars Balker Rasmussen
5a7bb63a73 Add p5-HTML-Widget-DBIC 0.01, subclass of HTML::Widget for dealing with
DBIx::Class.
2007-01-05 19:37:50 +00:00
Lars Balker Rasmussen
fb164db5de Update to 0.05 2007-01-05 18:56:56 +00:00
Lars Balker Rasmussen
190f5d608a Update to 0.12 2007-01-05 18:52:06 +00:00
Lars Balker Rasmussen
e19d948811 Update to 0.07 2007-01-05 18:50:36 +00:00
Lars Balker Rasmussen
b8bc22f2a2 Update to 0.10 2007-01-05 18:46:47 +00:00
Lars Balker Rasmussen
cd30d8c815 Update to 0.24 2007-01-05 18:42:13 +00:00
Lars Balker Rasmussen
49bc011c5b Update to 0.08 2007-01-05 18:19:53 +00:00
Martin Wilke
376eff4768 2006-12-01 www/rt3-elixus: Broken due the new mod_perl2 API 2007-01-05 17:55:16 +00:00
Martin Wilke
2782bcfe89 2006-12-01 net-p2p/gnome-btdownload: does not run with BitTorrent 4.x yet
2006-12-01 print/ec-fonts-mftraced: Installs files before 'make install'
2006-12-01 print/yatex-xemacs-mule: hangs during build
2006-12-01 security/gnu-crypto: Does not compile
2006-12-01 www/linux-beonex: Security issues. From http://www.beonex.com/ 'The currently available Beonex Communicator 0.8 builds have several known security bugs'
2007-01-05 16:54:27 +00:00
Martin Wilke
a7b502fd1f www/mediawiki13: No longer supported, please upgrade your wiki installation
www/mediawiki15: No longer supported, please upgrade your wiki installation
2007-01-05 15:53:48 +00:00
Rong-En Fan
2c2782d238 - Update to 0.764
- Pass maintainership to submitter

PR:		ports/107543
Submitted by:	Marcelo Araujo <araujo at bsdmail.org>
2007-01-05 14:51:58 +00:00
Lars Balker Rasmussen
93aeda485e Update to 0.15
PR:		107260
Submitted by:	Yen-Ming Lee <leeym@freebsd.org>
2007-01-05 08:46:35 +00:00
Lars Balker Rasmussen
af72721dd3 Update to 0.13
PR:		104375
Submitted by:	Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
2007-01-05 08:44:11 +00:00
Lars Balker Rasmussen
8e9c44460c Update to 0.15
PR:		104603 (was 0.14)
Submitted by:	Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
2007-01-05 08:39:29 +00:00
Martin Wilke
26f7d74027 - Change from www/data to www/
- Bump PORTREVISION

PR:		107151
Submitted by:	miwi
Approved by:	maintainer
2007-01-05 08:18:49 +00:00
Lars Balker Rasmussen
d6a8029cc6 Add p5-Catalyst-Controller-BindLex 0.03, stash your lexical goodness.
PR:		ports/104509
Submitted by:	Fernan Aguero  <fernan at iib.unsam.edu.ar>
2007-01-05 07:00:55 +00:00
Cheng-Lung Sung
ace6e72272 - Update to 1.9.2 2007-01-05 03:40:32 +00:00
Cheng-Lung Sung
7012cdd49c - Update to version 4.0.4
PR:		ports/107452
Submitted by:	maintainer (Gerrit Beine)
2007-01-05 01:46:45 +00:00
Anton Berezin
20ae624b97 Update to 1.15. 2007-01-04 19:42:50 +00:00
Anton Berezin
e5f205dc43 Update to 1.14. 2007-01-04 14:18:50 +00:00
Nicola Vitale
b128041c50 - Updated path to the Python egg of www/py-formencode (dependency)
Approved by:	alexbl (mentor)
2007-01-04 13:04:28 +00:00
Nicola Vitale
512c81064a - Added another MASTER_SITE
- Added files/pkg-deinstall.in files/pkg-install.in
- Removed files/patch-setup.py (it now uses devel/setuptools)
- Taken maintainership by dryice@

PR:		106772
Approved by:	alexbl (mentor), dryice (maintainer)
2007-01-04 12:57:08 +00:00
Ying-Chieh Liao
c0edc70531 add p5-WebService-ISBNDB 0.32
A Perl extension to access isbndb.com
2007-01-04 10:05:08 +00:00
Cheng-Lung Sung
2ab4e5f16f - Update to 1.4.1
PR:		ports/107502
Submitted by:	Thomas Abthorpe <thomas_AT_goodking dot ca>
2007-01-04 07:42:17 +00:00
Jeremy Messenger
7eb4b07a40 Update to 2.0.3. 2007-01-04 02:16:21 +00:00
Cheng-Lung Sung
b446759533 - Update to 0.72 2007-01-04 01:43:44 +00:00
Martin Wilke
59058c95fb - Update to 3.1.0
PR:		ports/107422
Submitted by:	Jean-Baptiste Quenot <jbq@caraldi.com> (maintainer)
2007-01-03 21:15:45 +00:00
Hiroki Sato
567160c635 Cleanup unreachable sites:
- SunSITE.sut.ac.jp has officially closed.
- sut.ac.jp is now replaced with tus.ac.jp.
- www.seki.ee.kagu.tus.ac.jp does not respond for a long time.
- www.people.or.jp has officially closed.
2007-01-03 16:39:20 +00:00
Martin Wilke
6a398052e0 The [[TracNav]] macro implements fully customizable navigation bar for the Trac
wiki engine. The contents of the navigation bar is a wiki page itself and can
be edited like any other wiki page. The navigation bar supports hierarchical
ordering of topics.

WWW: http://trac-hacks.org/wiki/TracNav

PR:		ports/107462
Submitted by:	Gerrit Beine <gerrit.beine at gmx.de>
2007-01-03 16:06:20 +00:00
Aaron Dalton
654a94c229 Update to v1.11 2007-01-03 16:03:04 +00:00
Martin Wilke
24794e47c4 - Update to 1.0.30
PR:		ports/107471
Submitted by:	Xavier Beaudouin <kiwi@oav.net> (maintainer)
2007-01-03 15:54:08 +00:00
Martin Wilke
1dcd8eadfd This plugin uses the new content conversion API in Trac's trunk to export Wiki
pages to a PDF. The link appers in the Download in other formats list at the
bottom of Wiki pages.

This plugin uses htmldoc to perform the conversion.

WWW: http://trac-hacks.org/wiki/PageToPdfPlugin

PR:		ports/107270
Submitted by:	Gerrit Beine <gerrit.beine at gmx.de>
2007-01-03 14:29:35 +00:00
Renato Botelho
db9936570e - Update to 2.2.3.1 2007-01-03 10:40:47 +00:00
Yen-Ming Lee
892419f733 - not to touch filesystem before 'make install'
(http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.2006122405/p5-Gantry-3.45.log)
2007-01-03 04:39:00 +00:00
Brooks Davis
98201dbbf1 Nuke a bogus temporary file. 2007-01-03 04:02:32 +00:00
Rong-En Fan
b8f166a70d - Update to 2007.01.01
PR:		ports/107428
Submitted by:	Pankov Pavel <pankov_p at mail.ru> (maintainer)
2007-01-03 01:26:40 +00:00
Johan van Selst
e592966f86 - Update to 3.4b23 2007-01-02 16:33:09 +00:00
Xin LI
2a0f8acf8d Update to 1.5.6 2007-01-02 16:28:12 +00:00
MANTANI Nobutaka
019407f8fe Fix a format string vulnerability.
Security:	http://sourceforge.net/tracker/index.php?func=detail&aid=1612792&group_id=39518&atid=425439
2007-01-02 14:02:22 +00:00
Roman Bogorodskiy
3d0dcc46ab - Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here
2007-01-02 08:54:13 +00:00