Sunpoet Po-Chuan Hsieh
8d9001747f
- Update to 0.43
...
Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes
2011-12-21 12:00:54 +00:00
Philip M. Gollucci
70e3b2b710
- Standardize the BROKEN= message for ruby 1.9 for rubgems so tb/ph can tag it
...
With Hat: ruby@
2011-12-20 23:03:12 +00:00
Jason Helfman
d343539d3a
move contributor address => jgh
...
Approved by: crees (mentor)
2011-12-20 17:10:19 +00:00
Ruslan Makhmatkhanov
4713473b44
Mark this port BROKEN and DEPRECATED. Set for removal on 2012-01-20.
...
Runtime is broken because Google closing free usage of API. Project is closed.
PR: 163420
Submitted by: Oleg Ginzburg <olevole@olevole.ru> (maintainer)
Approved by: novel (mentor, implicit)
2011-12-20 11:50:03 +00:00
Frederic Culot
2accc4a7a0
- Update to 0.88
...
Changes: http://search.cpan.org/dist/Filter-Simple/Changes
2011-12-20 09:12:12 +00:00
Thomas Abthorpe
08d733d3d4
- Reassign to the heap do to mail bounce
...
<timbob@bigpond.com>: host extmail.bigpond.com[61.9.168.122] said: 550 5.1.1
<timbob@bigpond.com> recipient rejected. IB603a (in reply to RCPT TO
command)
Final-Recipient: rfc822; timbob@bigpond.com
Original-Recipient: rfc822;timbob@bigpond.com
Action: failed
Status: 5.1.1
Remote-MTA: dns; extmail.bigpond.com
Diagnostic-Code: smtp; 550 5.1.1 <timbob@bigpond.com> recipient rejected.
With hat: portmgr
2011-12-20 05:20:00 +00:00
Philip M. Gollucci
ebb4724d76
- Update to 3.1.12
...
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic
2011-12-20 05:11:57 +00:00
Philip M. Gollucci
3ca0ea2834
- Add missing WWW lines
2011-12-20 00:35:52 +00:00
Philip M. Gollucci
72e8a40a13
- One WWW line in pkg-descr will do just fine
2011-12-20 00:29:16 +00:00
Philip M. Gollucci
7832ddf953
- Point at the homepage consistently as defined by rubygems.org
2011-12-20 00:21:54 +00:00
Philip M. Gollucci
d8dcc70473
- Fix version requirements
2011-12-19 23:52:45 +00:00
Erwin Lansing
560f1f562f
Fix mismerge
...
Submitted by: Jan Beich <jbeich@tormail.net>
2011-12-19 11:15:16 +00:00
Sunpoet Po-Chuan Hsieh
7fe77cc278
- Update to 2011.12.19
2011-12-19 01:24:32 +00:00
Sunpoet Po-Chuan Hsieh
31a830127a
- Update to 2011.12.18
2011-12-19 01:24:20 +00:00
Ruslan Makhmatkhanov
9ebd3bc0cd
- Add first portion of dependencies needed for Plone 4 import.
...
Submitted by: rm (myself, via github)
Approved by: novel (mentor)
2011-12-18 19:27:58 +00:00
Sunpoet Po-Chuan Hsieh
3297357b3a
- Update to 1.57
...
Changes: http://search.cpan.org/dist/CAM-PDF/CHANGES
2011-12-18 19:13:56 +00:00
Sunpoet Po-Chuan Hsieh
aefc27ecfd
- Update to 0.42
...
Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes
2011-12-18 18:57:55 +00:00
Martin Wilke
dde7047b55
rstyoutube is a package for embedding YouTube videos in reStructuredText
...
documents.
WWW: http://bitbucket.org/cliff/rstyoutube
PR: ports/163343
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
2011-12-18 09:04:41 +00:00
Martin Wilke
83452530d4
- Unbreak
...
- Update WWW
PR: 163419
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
2011-12-18 09:03:46 +00:00
Martin Wilke
347fda6b61
- Update to 4.3.1
...
PR: 163061
Submitted by: TERAMOTO Masahiro <markun@onohara.to> (maintainer)
2011-12-18 08:58:13 +00:00
Sunpoet Po-Chuan Hsieh
2d5507e60a
- Update to 1.56
...
- Add TEST_DEPENDS
- Remove outdated PERL_LEVEL check
Changes: http://search.cpan.org/dist/CAM-PDF/CHANGES
2011-12-18 08:28:50 +00:00
Philip M. Gollucci
0ab09ae069
- Update to 0.13.4
...
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic
2011-12-17 04:12:08 +00:00
Philip M. Gollucci
8d20cbf718
fast_xs provides C extensions for escaping text.
...
The original String#fast_xs method is based on the xchar code by Sam Ruby:
o intertwingly.net/stories/2005/09/28/xchar.rb
o intertwingly.net/blog/2005/09/28/XML-Cleansing
_why also packages an older version with Hpricot (patches submitted). The
version here should be compatible with the latest version of Hpricot code.
Ruby on Rails will automatically use String#fast_xs from either Hpricot or this
gem version with the bundled Builder package.
String#fast_xs is an almost exact translation of Sam Ruby's original
implementation (String#to_xs), but it does escape a " (which is an
optional, but all parsers are able ot handle it. XML::Builder as packaged in
Rails 2.0 will be automatically use String#fast_xs instead of String#to_xs
available.
WWW: http://fast-xs.rubyforge.org/
PR: ports/163362
Submitted by: Scott Sanders <scott@jssjr.com>
Sponsored by: RideCharge Inc. / Taxi Magic
2011-12-16 22:23:34 +00:00
Philip M. Gollucci
66f31bdae7
Async (EventMachine) HTTP client, with support for:
...
o Asynchronous HTTP API for single & parallel request execution
o Keep-Alive and HTTP pipelining support
o Auto-follow 3xx redirects with max depth
o Automatic gzip & deflate decoding
o Streaming response processing
o Streaming file uploads
o HTTP proxy and SOCKS5 support
o Basic Auth & OAuth
o Connection-level & Global middleware support
o HTTP parser via http_parser.rb
o Works wherever EventMachine runs: Rubinius, JRuby, MRI
WWW: https://github.com/igrigorik/em-http-request
PR: ports/163361
Submitted by: Scott Sanders <scott@jssjr.com>
Sponsored by: RideCharge Inc. / Taxi Magic
2011-12-16 22:22:45 +00:00
Philip M. Gollucci
102d3c72a7
- Fix gem dep versions acording to rubygems.org
2011-12-16 19:33:15 +00:00
Anton Berezin
e790034300
Update to 0.50.
...
Changes: http://search.cpan.org/dist/Lingua-Identify/Changes
Feature safe: yes
2011-12-14 14:14:44 +00:00
Anton Berezin
51a53eea01
Update to 2011121001.
...
Changes: http://search.cpan.org/dist/Regexp-Common/Changes
Feature safe: yes
2011-12-14 13:31:39 +00:00
Erwin Lansing
bf30b2a318
Respect CC
...
PR: 163171
Submitted by: Jan Beich <jbeich@tormail.net>
2011-12-14 10:11:39 +00:00
Sunpoet Po-Chuan Hsieh
d52d72db88
- Unbreak this port: update RUN_DEPEDNDS (LOCALBASE/bin/tidy -> LOCALBASE/bin/tidy4)
...
PR: ports/163207
Submitted by: Simon Dick <simond@irrelevant.org> (maintainer)
2011-12-12 16:42:50 +00:00
Sunpoet Po-Chuan Hsieh
714c3011bc
- Update to 2011.12.12
...
Feature safe: yes
2011-12-12 06:47:25 +00:00
Sunpoet Po-Chuan Hsieh
980d4e05f9
- Update to 2011.12.11
...
Feature safe: yes
2011-12-12 06:47:03 +00:00
Martin Matuska
d1e4b3f0a2
Update to 1.1.2
...
Feature safe: yes
2011-12-11 17:51:25 +00:00
Sunpoet Po-Chuan Hsieh
dd11bf0e93
- Update to 0.110
...
Changes: http://search.cpan.org/dist/Marpa-HTML/Changes
Feature safe: yes
2011-12-11 17:08:51 +00:00
Sunpoet Po-Chuan Hsieh
21c5a20805
- Update to 0.41
...
Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes
Feature safe: yes
2011-12-11 17:08:09 +00:00
Wen Heping
717348fda2
- Update to 0.10
...
- Reset maintainer to perl@
Feature safe: yes
2011-12-11 09:55:13 +00:00
Eitan Adler
e3bddccc84
- update to 1.3
...
PR: ports/163174
Submitted by: gjb@freebsd.org (maintainer)
Feature safe: yes
2011-12-11 01:58:37 +00:00
TAKATSU Tomonari
44643ebccb
- Update to 3.6-2
...
Feature safe: yes
2011-12-10 07:27:30 +00:00
Michael Scheidell
5902ff20f1
-Update to 3.4.0
...
PR: ports/162281
Submitted by: Hung-Yi Chen <gaod@hychen.org>
Approved by: gslin@gslin.org (maintainer timeout, 30 days), mentor (gabor)
Feature safe: yes
2011-12-08 10:54:18 +00:00
Sunpoet Po-Chuan Hsieh
5870416bc0
- Update to 0.40
...
Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes
Feature safe: yes
2011-12-08 07:21:06 +00:00
Thierry Thomas
c24f4ab395
Drop maintainership to office.
...
Feature safe: yes
Seen with: bapt
2011-12-05 21:07:05 +00:00
Pav Lucistnik
e6ec19cf4d
- Mark BROKEN: tidy now installs as tidy-4
...
Reported by: pointyhat
Feature safe: yes
2011-12-05 17:39:47 +00:00
Sunpoet Po-Chuan Hsieh
5468d240d0
- Add p5-String-ToIdentifier-EN 0.06
...
String::ToIdentifier::EN provides a utility method, "to_identifier" for
converting an arbitrary string into a readable representation using the ASCII
subset of \w for use as an identifier in a computer program. The intent is to
make unique identifier names from which the content of the original string can
be easily inferred by a human just by reading the identifier.
If you need the full set of \w including Unicode, see the subclass
String::ToIdentifier::EN::Unicode.
Currently, this process is one way only, and will likely remain this way.
The default is to create camelCase identifiers, or you may pass in a separator
char of your choice such as _.
Binary char groups will be separated by _ even in camelCase identifiers to make
them easier to read, e.g.: foo_2_0xFF_Bar.
WWW: http://search.cpan.org/dist/String-ToIdentifier-EN/
Feature safe: yes
2011-12-05 11:32:45 +00:00
Sunpoet Po-Chuan Hsieh
85c62a657a
- Update to 0.39
...
Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes
Feature safe: yes
2011-12-05 09:18:57 +00:00
Sunpoet Po-Chuan Hsieh
57b574dd90
- Update to 0.7.4
...
Changes: https://github.com/lsegal/yard/blob/master/ChangeLog
Feature safe: yes
2011-12-05 05:15:59 +00:00
Sunpoet Po-Chuan Hsieh
14ae3beaf8
- Update to 2011.12.05
...
Feature safe: yes
2011-12-05 03:11:03 +00:00
Sunpoet Po-Chuan Hsieh
83387cbe95
- Update to 2011.12.04
...
Feature safe: yes
2011-12-05 03:10:47 +00:00
Sunpoet Po-Chuan Hsieh
6a1acb05a1
- Update to 20111202
...
Feature safe: yes
2011-12-05 03:10:06 +00:00
Baptiste Daroussin
e8eeb36983
- update to 0.2.4
...
Feature safe: yes
2011-12-03 21:22:52 +00:00
Sunpoet Po-Chuan Hsieh
1f68001adf
- Update to 0.38
...
Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes
Feature safe: yes
2011-12-03 10:00:36 +00:00
Steve Wills
7ad7b092b1
- Update to 3.1.11
...
Feature safe: yes
2011-12-02 19:42:30 +00:00