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

14233 Commits

Author SHA1 Message Date
Martin Wilke
3e1bfca783 - Update to 2.0.11
PR:		ports/107917
Submitted by:	Christian Lackas <delta@lackas.net> (maintainer)
2007-01-15 14:56:00 +00:00
Sergey A. Osokin
d443039175 Update to 0.5.6.
Submitted by:	Gea-Suan Lin (gslin at gslin dot org)
PR:	107945
2007-01-15 09:28:59 +00:00
Cheng-Lung Sung
4c5de3ef8e - Update to 3.56 2007-01-15 02:54:39 +00:00
Ying-Chieh Liao
e05af3866e fix plist
Submitted by:	pointyhat via kris
2007-01-15 02:06:42 +00:00
Cheng-Lung Sung
be5939ab2a - version number of libprelude has changed
- bump PORTREVISION

PR:		ports/107862
Submitted by:	clsung
Approved by:	maintainer (Robin Gruyters)
2007-01-15 01:23:09 +00:00
Cheng-Lung Sung
b1aa3e2227 - Update to 1.7.1
- Try to distribute config, data files
Note: config files are located in ${PREFIX}/etc/lightsquid now

PR:		ports/107810
Submitted by:	maintainer (Alexander Logvinov)
2007-01-15 01:18:55 +00:00
Dirk Meyer
12925bd2e8 - cleanup MASTER_SITES 2007-01-14 10:21:49 +00:00
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