Beat Gaetzi
fd25d36cde
- Use USE_FIREFOX_BUILD instead of custom Firefox dependency line.
...
- Update distinfo (The new tarball contains the 1.6.3 release. The previous
one actually contained version 1.6.3b1. Verified by diff(1)).
- Bump PORTREVISION.
PR: ports/155325
Submitted by: Grzegorz Blach <magik@roorback.net> (maintainer)
2011-03-07 06:18:57 +00:00
Cheng-Lung Sung
9436b20234
Faraday Middleware
...
Collection of Faraday middlewares used in some of my API wrappers
WWW: http://wynnnetherland.com/projects/faraday-middleware/
2011-03-07 03:11:38 +00:00
Pav Lucistnik
62ebff95c5
- Chase libextractor shlib raise
...
Reported by: pointyhat
Pointy hat to: vd
2011-03-06 23:19:02 +00:00
Beat Gaetzi
d73c03efb5
- Replace custom Firefox dependency lines with USE_FIREFOX_BUILD
...
Approved by: Jonathan Chen <jonc AT chen.org.nz> (maintainer)
2011-03-06 20:09:29 +00:00
Beat Gaetzi
865a1b63d1
- Add support for powerpc64
...
Submitted by: andreast@
2011-03-06 19:46:51 +00:00
Sunpoet Po-Chuan Hsieh
cdb9ee2d1f
- Update to 2.2.7
...
- Use GOOGLE_CODE macro
- Use = instead of += for *_DEPENDS
- Restrict USE_PYTHON range to 2.x
- Use PLIST_FILES instead of PLIST
Changes: http://code.google.com/p/closure-linter/source/detail?r=7
PR: ports/155248
Submitted by: sunpoet (myself)
Approved by: Julien Laffaye <kimelto@gmail.com> (maintainer)
2011-03-05 22:06:17 +00:00
Martin Wilke
268477f7ef
- Bump PORTREVISION to force rebuild after python update.
2011-03-05 12:05:28 +00:00
Nicola Vitale
b916158f6d
- Update to 1.4.2
...
PR: ports/154716
Submitted by: lwhsu
2011-03-05 09:26:05 +00:00
Beat Gaetzi
e9c5864f08
- Update to 3.6.15
2011-03-04 23:31:15 +00:00
Sylvio Cesar Teixeira
38658b6eda
Support for serving static media from within django app directories
...
WWW: http://github.com/divio/django-appmedia
PR: ports/155273
Submitted by: Kurt Lidl <kurt.lidl@cello.com>
2011-03-04 20:30:50 +00:00
Mark Linimon
b223c0b6d6
Add previously forgotten subdir py-cherrypy-devel.
2011-03-04 20:04:10 +00:00
Brooks Davis
a6a942e42e
Upgrade to version 2.0.2.
2011-03-04 14:44:50 +00:00
Martin Wilke
7268ad6bb1
- Add missing php dependency
...
PR: 155038
Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
Approved by: maintainer
2011-03-04 14:21:40 +00:00
Martin Wilke
c1116b0fbe
- Update to 0.3.3
...
PR: 155237
Submitted by: Kurt Lidl <kurt.lidl@cello.com>
2011-03-04 14:02:32 +00:00
Martin Wilke
b31f62ede6
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>
2011-03-04 13:58:35 +00:00
Ganael LAPLANCHE
dba9688ee4
Remove extra spaces after port names
...
Approved by: portmgr@, ehaupt (mentor)
2011-03-04 10:32:13 +00:00
Cheng-Lung Sung
d51390d2ab
- Update to 1.2.4
2011-03-04 09:47:31 +00:00
Nicola Vitale
64b7093e29
- Update to 3.2.0
...
- Install test/native-server.ini, and test/fastcgi.conf
only if Python version < 3
- Set USE_PYTHON to "yes"
- Use devel/py-setuptools to install the module
2011-03-04 09:35:18 +00:00
Cheng-Lung Sung
96f31d5b33
Faraday
...
Modular HTTP client library using middleware heavily inspired by Rack.
WWW: http://github.com/technoweenie/faraday
2011-03-04 08:41:49 +00:00
Martin Wilke
dc418ca97e
- Update to 0.6.0
...
PR: 154650
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by: maintainer
2011-03-04 05:56:32 +00:00
Sunpoet Po-Chuan Hsieh
253e238cd4
- Add CONFLICTS: www/p5-WWW-GitHub-Gist
...
- Remove obsolete MD5 checksum
2011-03-04 05:45:39 +00:00
Sunpoet Po-Chuan Hsieh
7918bb4caa
- Update to 0.06
...
Changes: http://search.cpan.org/dist/WWW-GitHub-Gist/Changes
PR: ports/154929
Submitted by: clsung
Approved by: Denny Lin <dennylin93@hs.ntnu.edu.tw> (maintainer)
2011-03-04 05:44:37 +00:00
Sunpoet Po-Chuan Hsieh
22726349db
- 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/
2011-03-04 05:38:13 +00:00
Wen Heping
5fc2e848ba
- Update to 3.0.5
2011-03-04 03:05:20 +00:00
Wen Heping
a517acc4cc
- Update to 3.0.5
...
- Update RUN_DEPENDS
2011-03-04 02:57:20 +00:00
Wen Heping
9143b1b3f1
- Bump PORTREVISION to chase the update of libexif
2011-03-04 02:19:07 +00:00
Sergey Skvortsov
7de76dd8de
Update to 5.80032
...
Changes: http://cpansearch.perl.org/src/BOBTFISH/Catalyst-Runtime-5.80032/Changes
2011-03-03 20:33:21 +00:00
Cheng-Lung Sung
c781213753
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
2011-03-03 15:11:32 +00:00
Cheng-Lung Sung
713fb27252
- update to 1.10214
2011-03-03 14:35:57 +00:00
Cheng-Lung Sung
27b438f5ed
- Update to 0.7.4
2011-03-03 10:14:17 +00:00
Oliver Lehmann
6f4ce81280
Welcome XFCE 4.8 to the portstree!
...
Special Thanks to: miwi, Olivier Duchateau <duchateau.olivier@gmail.com>
2011-03-03 10:12:30 +00:00
Wen Heping
8f5acab7c3
- Update to 1.2
...
PR: ports/155075
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2011-03-03 08:14:10 +00:00
Olli Hauer
7bec6e6008
- fix my last commit to fix apache22 as default
...
should be RUN_DEPENDS not BUILD_DEPENDS
2011-03-03 06:37:23 +00:00
Martin Wilke
27e6155207
- Drop maintainership
...
- While here drop MD5
2011-03-03 06:05:47 +00:00
Martin Wilke
9615c667b9
- Update to 2.2.24
2011-03-03 06:00:55 +00:00
Beat Gaetzi
dd3ba2e2ba
- Update to 2.0.12
...
Security: http://www.vuxml.org/freebsd/45f102cd-4456-11e0-9580-4061862b8c22.html
2011-03-03 04:39:49 +00:00
Cheng-Lung Sung
01de4fa308
- Update to 1.2.8
2011-03-03 02:57:37 +00:00
Wen Heping
2896d3abc3
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>
2011-03-03 00:45:55 +00:00
Olli Hauer
96cec8053e
- fix depends if apache22 is the default
...
- remove MD5 from distinfo
- followup for PR ports/147009 [1]
PR: ports/147009 [1]
2011-03-02 23:54:54 +00:00
Olli Hauer
3a33ff2b08
- fix depends if apache22 is the default
...
- remove MD5 from distinfo
- followup for PR ports/147009 [1]
PR: ports/155216 ports/147009 [1]
Submitted by: ohauer
2011-03-02 23:26:47 +00:00
Sergey A. Osokin
46d0d89c09
Update from 3.0.3 to 3.0.4:
...
o) www/rubygem-passenger; (1)
o) passenger support for www/nginx and www/nginx-devel. (2)
Adopt passenger's version update for extra patches.
Do not bump PORTREVISIONs. (2)
Approved by: Jacob Atzen <jatzen@gmail.com> (maintainer) (1)
2011-03-02 19:13:55 +00:00
Andrej Zverev
1c4109476f
Correct version for perl 5.12. a->alpha->_1 in this case;
...
PR: ports/155197
Submitted by: az@
2011-03-02 18:18:16 +00:00
Beat Gaetzi
cc779479fd
- Update to 1.9.2.14
...
- Add support for powerpc64 [1]
Submitted by: andreast@ [1]
Security: http://www.vuxml.org/freebsd/45f102cd-4456-11e0-9580-4061862b8c22.html
2011-03-02 16:32:43 +00:00
Sunpoet Po-Chuan Hsieh
01fe92b462
- Update to 3.44.1
...
- Add LICENSE
Changes: http://www.httrack.com/history.txt
2011-03-02 10:59:02 +00:00
Cheng-Lung Sung
cbcd3360c9
- Update to 0.8.4
2011-03-02 09:33:03 +00:00
Andrey A. Chernov
d9a4162f9b
Upgrade to 2.8.8dev.8
2011-03-02 06:46:57 +00:00
Wen Heping
b89040770a
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>
2011-03-02 03:33:14 +00:00
Beat Gaetzi
776ca00edd
- Update to 3.5.17
2011-03-01 22:13:35 +00:00
Beat Gaetzi
386419ac19
- Update to 3.6.14
2011-03-01 21:59:55 +00:00
Beat Gaetzi
3d376cdc9b
- Update to 3.6.14
...
- Add support for powerpc64 [1]
Submitted by: andreast@ [1]
2011-03-01 21:57:17 +00:00