Commit graph

11561 commits

Author SHA1 Message Date
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
Sunpoet Po-Chuan Hsieh
f61191326d - Update to 0.37
Changes:	http://search.cpan.org/dist/Excel-Writer-XLSX/Changes
Feature safe:	yes
2011-12-02 07:46:36 +00:00
Carlo Strub
079fbdac8b Update to 1.44
PR:		ports/162903
Submitted by:	Ted Faber <faber@lunabase.org> (maintainer)
Approved by:	glarkin@ (mentor)
Feature safe:	yes
2011-12-01 21:12:36 +00:00
TAKATSU Tomonari
bd4f020e31 - Update to 3.6-1
Feature safe:	yes
2011-12-01 13:11:49 +00:00
Anton Berezin
eb0f836b79 Update to 2.20.
Changes:	http://search.cpan.org/dist/Petal/Changes
Feature safe:	yes
2011-12-01 11:03:42 +00:00
Anton Berezin
4ae4e79813 Update to 1.11(.)6.
Changes:	http://search.cpan.org/dist/Perl-Critic/Changes
Feature safe:	yes
2011-12-01 10:33:56 +00:00
Pietro Cerutti
4b7c37750e - Update to 2.0.2
Changelog since 1.4.0

	version 2.0.2

	* Fixed bug #3401971 (node-by-reference on dynamic collections)
	* documentation improvements
	* installer improvements
	* Fixed bug #3403291 (build for Fedora 15)
	* Don't install the .so for test modules
	* Fix for running ctest on Windows

	version 2.0.1

	* Custom Full-text stemming.
	* Custom Full-text tokenization.
	* Fixed scripting bug where apply statement was considered a
	* sequential expr even if the source expr was non-updating and
	* non-sequential.
	* Fixed bug #3394400 (Element replacement, really unexpected result)
	* Fixed bug #3394588 (Unexpected error during pul undo)
	* Fixed bugs #3398511 and #3398552 with "make install"
	* Fixed bug #3398521 for compiling with ZORBA_NO_XMLSCHEMA

	version 2.0

	* Zorba 2.0 is a major rewrite of previous versions. It doesn't claim
	  to preserve backwards compatibility with any 1.X version.
	  Host language API changes have been made to the following components:
		- External functions API
		- XmlDataManager
		- Error reporting
		- Debugger API
	  XQuery language and API changes have been made to the following components:
		- XQuery Scripting Extension
		- Function APIs
		- XQuery Data Definition Facility
		- XQuery modules and module versioning
		- Changes to conform with the latest XQuery 3.0
		- Namespaces of annotations, errors, collations.
	* In addition to host language API and XQuery language improvements, plenty of
	  bug fixes and optimizations have been made.

Feature safe:	yes
2011-11-30 15:34:15 +00:00
Anton Berezin
803b50bffd Update to 1.5007.
Changes:	http://search.cpan.org/dist/Text-Xslate/Changes
Feature safe:	yes
2011-11-30 09:56:03 +00:00
Baptiste Daroussin
2c45b311df upgrade to 0.0.11
add dependency on boost
disable Werror which is a non sense anyway with boost :)

Feature safe:	yes
2011-11-29 13:53:23 +00:00
Anton Berezin
bb7f20039a Update to 0.77.
Changes:	http://search.cpan.org/dist/YAML/Changes
Feature safe:	yes
2011-11-29 13:06:35 +00:00
Anton Berezin
9099c0a0ba Update to 0.13.
Changes:	http://search.cpan.org/dist/Markapl/Changes
Feature safe:	yes
2011-11-29 12:41:01 +00:00
Anton Berezin
87595725c2 Update to 0.31.
Changes:	http://search.cpan.org/dist/Lingua-Identify/Changes
Feature safe:	yes
2011-11-29 09:34:11 +00:00
Sunpoet Po-Chuan Hsieh
d97fed8f2a - Update to 0.36
Changes:	http://search.cpan.org/dist/Excel-Writer-XLSX/Changes
Feature safe:	yes
2011-11-29 09:05:07 +00:00
Wen Heping
de1304c42c - Update to 2.1.0
Feature safe:	yes
2011-11-29 06:32:49 +00:00
Sunpoet Po-Chuan Hsieh
1d99477c46 - Pass maintainership to office@FreeBSD.org
Discussed with:	bapt
Feature safe:	yes
2011-11-28 16:06:13 +00:00
Anton Berezin
72ac4214f6 Update to 1.19.
Changes:	http://search.cpan.org/dist/YAML-Syck/Changes
Feature safe:	yes
2011-11-28 12:10:41 +00:00
Anton Berezin
f3d779a65c Update to 1.16.
Changes:	http://search.cpan.org/dist/String-BufferStack/Changes
Feature safe:	yes
2011-11-28 11:45:18 +00:00
Sunpoet Po-Chuan Hsieh
4830518679 - Update to 0.35
Changes:	http://search.cpan.org/dist/Excel-Writer-XLSX/Changes
Feature safe:	yes
2011-11-28 09:00:24 +00:00
Sunpoet Po-Chuan Hsieh
43f56c7221 - Update to 0.87
Changes:	http://search.cpan.org/dist/Unicode-Collate/Changes
Feature safe:	yes
2011-11-28 07:18:24 +00:00
Sunpoet Po-Chuan Hsieh
ee098eb473 - Update to 2011.11.28
Feature safe:	yes
2011-11-28 07:07:42 +00:00
Sunpoet Po-Chuan Hsieh
010b6dbd53 - Update to 2011.11.27
Feature safe:	yes
2011-11-28 07:07:23 +00:00
Dirk Meyer
afcd9bf461 - add missing prototypes
- add missing includes
- fix build with clang
Feature safe:	yes
2011-11-27 12:47:41 +00:00
Baptiste Daroussin
020aac7d6e Upgrade yajl to 2.0.1 (mirror it my self as upstream still not provide real static distfiles)
Take back maintainership
chase library bump

Feature safe:	yes
2011-11-27 10:27:20 +00:00
Brendan Fabeny
5d57d97db9 update math/R to 2.14.0, math/R-cran-sp to 0.9-91, and adjust
dependent ports

Approved by:	linimon (portmgr), thierry, tota, wen
Feature safe:	yes
2011-11-27 07:02:15 +00:00
MIHIRA Sanpei Yoshiro
c703c8876a - Update to 1.1.0
- Use GNU MASTER_SITES macro

PR:	ports/162617
Feature safe:	yes
2011-11-26 04:43:01 +00:00
Sunpoet Po-Chuan Hsieh
793c1de58b - Update to 0.108
Changes:	http://search.cpan.org/dist/Marpa-HTML/Changes
Feature safe:	yes
2011-11-24 17:39:51 +00:00
Sunpoet Po-Chuan Hsieh
57bde6e3f2 - Add missing RUN_DEPENDS
- Respect LOCALBASE
- Pet portlint
- Cosmetic change
- Bump PORTREVISION for dependency change
- Take maintainership
- Add missing trailing slash to WWW

Feature safe:	yes
2011-11-24 16:45:41 +00:00
Dirk Meyer
64061112c4 - fix dependency after rename of old tidy
Feature safe:   yes
2011-11-24 05:42:30 +00:00
Sunpoet Po-Chuan Hsieh
856bf9787c - Update to 0.86
Changes:	http://search.cpan.org/dist/Unicode-Collate/Changes
Feature safe:	yes
2011-11-23 17:21:50 +00:00
Sunpoet Po-Chuan Hsieh
5cc5845298 - Update to 1.23
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/XML-Compile/ChangeLog
Feature safe:	yes
2011-11-23 17:15:17 +00:00
Steve Wills
bbf8d6bb0a - Update to 1.2.0
PR:		ports/162103
Submitted by:	swills (myself)
Approved by:	maintainer timeout (3 weeks)
Feature safe:	yes
2011-11-23 03:18:16 +00:00
Steve Wills
81318c9159 - Update to 1.0.9
PR:		ports/162102
Submitted by:	swills (myself)
Approved by:	maintainer timeout (3 weeks)
Feature safe:	yes
2011-11-23 02:57:32 +00:00
Jun Kuriyama
785dbeab5e - Upgrade to 0.93.
Feature safe:	yes
2011-11-22 01:05:26 +00:00
Wen Heping
f8d8057274 - Update to 1.02
ChangeLog: http://cpansearch.perl.org/src/SCHUBIGER/LaTeX-TOM-1.02/Changes
- Pass maintainership to perl@

Feature safe:	yes
2011-11-21 07:17:04 +00:00
Sunpoet Po-Chuan Hsieh
1a70339af3 - Update to 1.03
Changes:	http://search.cpan.org/dist/Lingua-EN-Numbers/Changes
Feature safe:	yes
2011-11-21 06:18:38 +00:00
Sunpoet Po-Chuan Hsieh
adc676e1a6 - Update to 2011.11.21
Feature safe:	yes
2011-11-21 03:30:31 +00:00
Sunpoet Po-Chuan Hsieh
98d59b14b4 - Update to 2011.11.20
Feature safe:	yes
2011-11-21 03:30:30 +00:00
Sunpoet Po-Chuan Hsieh
69ccb67ee6 - Update to 0.85
Changes:	http://search.cpan.org/dist/Unicode-Collate/Changes
Feature safe:	yes
2011-11-19 20:39:02 +00:00
Martin Wilke
7ce62c98f5 - Update to 1.1.0
Feature safe:	yes
2011-11-19 16:54:19 +00:00
Martin Wilke
599b660664 - Update to 3.6.6
PR:		162584
Submitted by:	"Simon Olofsson" <simon@olofsson.de> (maintainer)
Feature safe:	yes
2011-11-19 15:06:42 +00:00
Steve Wills
13e4977026 - Update to 3.1.5
Feature safe:	yes
2011-11-19 05:40:27 +00:00
Emanuel Haupt
1afcdd5eb1 Remove trailing whitespaces.
Feature safe:	yes
2011-11-18 23:30:13 +00:00
Cheng-Lung Sung
b0e20209eb This module subclasses Pod::Parser and converts POD to Markdown.
WWW: http://search.cpan.org/dist/Pod-Markdown/

Feature safe:	yes
2011-11-18 08:39:20 +00:00
Cheng-Lung Sung
063328c019 - Update to 0.34
Feature safe:	yes
2011-11-18 02:19:00 +00:00
Sunpoet Po-Chuan Hsieh
ef6c22b0a2 - Fix CATEGORIES: it should be rubygems, not ruby
Feature safe:	yes
2011-11-16 18:57:10 +00:00
Sunpoet Po-Chuan Hsieh
ce4eb80cae - Update to 0.106
Changes:	http://search.cpan.org/dist/Marpa-HTML/Changes
Feature safe:	yes
2011-11-16 18:00:18 +00:00
Sunpoet Po-Chuan Hsieh
49886bfcd2 - Update to 4.70
- Sort *_DEPENDS

Changes:	http://search.cpan.org/dist/Data-FormValidator/Changes
Feature safe:	yes
2011-11-16 00:56:18 +00:00
TAKATSU Tomonari
8361e1265d - Move PKGNAMEPREFIX defined in each R-cran- related ports Makefile
to Mk/bsd.cran.mk

PR:		ports/162238
Submitted by:	tota (myself)
Approved by:	wen (maintainer of Mk/bsd.cran.mk and many related ports),
		David Naylor <naylor_DOT_b_DOT_david_AT_gmail_DOT_com>
		  (maintainer of math/R-cran-RSvgDevice and math/R-cran-car),
		Dan Rue <drue_AT_therub_DOT_org>
		  (maintainer of math/R-cran-psych, timeout > 2 weeks)
Feature safe:	yes
2011-11-15 20:09:02 +00:00
Sunpoet Po-Chuan Hsieh
0ff7036fcc - Add PORTSCOUT knob
Feature safe:	yes
2011-11-15 18:05:34 +00:00
Sunpoet Po-Chuan Hsieh
e062dc3d8f - Document minimal required version of dependency
- Cosmetic change

Feature safe:	yes
2011-11-15 16:51:20 +00:00
Cheng-Lung Sung
1aad0cbae3 - Update to 1.6.8
PR:		ports/162566
Submitted by:	lwhsu
Feature safe:	yes
2011-11-15 02:43:22 +00:00
Frederic Culot
b4df780d9c - Update to 0.107
Changes:	http://search.cpan.org/dist/HTML-HTML5-Parser/Changes
Feature safe:	yes
2011-11-14 13:51:08 +00:00
Wen Heping
c852f82b9c This package provides a parser and renderers for the classic Zope
"structured text" markup dialect (STX). STX is a plain text markup
in which document structure is signalled primarily by identation.

WWW: http://pypi.python.org/pypi/zope.structuredtext

Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github)
Feature safe:	yes
2011-11-14 06:34:55 +00:00
Sunpoet Po-Chuan Hsieh
601bd10ca1 - Update to 2011.11.14
Feature safe:	yes
2011-11-14 01:56:44 +00:00
Sunpoet Po-Chuan Hsieh
d4a0759bf4 - Update to 2011.11.13
Feature safe:	yes
2011-11-14 01:56:31 +00:00
Sunpoet Po-Chuan Hsieh
f8a497a693 - Update to 20111102
Feature safe:	yes
2011-11-14 01:54:33 +00:00
Chris Rees
aa924570c7 Update version of textproc/lucene
PR:		ports/161119
Submitted by:	Pedro Giffuni <giffunip@tutopia.com>
Approved by:	Maintainer implicit (clsung)
Feature safe:	yes
2011-11-13 17:46:02 +00:00
Chris Rees
8ecec8d2ff Lucene version 3.x has many new features.
Lucene 2.9.4 is based on Java 4, while the Lucene 3.x series is based on Java 5.
Java 4 was deprecated recently on FreeBSD.
Versions of lucene and py-lucene are meant to match and since py-lucene was
updated recently to version 3.4.0 it was only natural to do this update.

PR:		ports/161119
Submitted by:	Pedro Giffuni <giffunip@tutopia.com>
Approved by:	maintainer timeout (gerrit.beine@gmx.de)
Feature safe:	yes
2011-11-13 17:43:52 +00:00
Chris Rees
6ab02ccd5e Make @dirrms conditional for %%DOCSDIR%% on NOPORTDOCS
PR:		ports/162136
Submitted by:	4720@hushmail.com
Approved by:	[no rejections from any maintainer within 14 days]
Feature safe:	yes
2011-11-13 17:33:47 +00:00
Sunpoet Po-Chuan Hsieh
efa9e0dea0 - Add p5-XML-LibXML-Cache 0.10
XML::LibXML::Cache is a cache for XML::LibXML documents loaded from files. It is
useful to speed up loading of XML files in persistent web applications.

This module caches the document object after the first load and returns the
cached version on subsequent loads. Documents are reloaded whenever the document
file changes. Changes to other files referenced during parsing also cause a
reload. This includes external DTDs, external entities or XIncludes.

WWW: http://search.cpan.org/dist/XML-LibXML-Cache/

Feature safe:	yes
2011-11-13 16:56:26 +00:00
Sunpoet Po-Chuan Hsieh
4e5204c7c9 - Add p5-Marpa-HTML 0.102
Marpa::HTML does "high-level" parsing of HTML. It allows handlers to be
specified for elements, terminals and other components in the hierarchical
structure of an HTML document. Marpa::HTML is an extremely liberal HTML parser.
Marpa::HTML does not reject any documents, no mater how poorly they fit the HTML
standards.

WWW: http://search.cpan.org/dist/Marpa-HTML/

Feature safe:	yes
2011-11-13 13:22:44 +00:00
Cheng-Lung Sung
ee86d34b4d - Update to 1.5.0
Feature safe:	yes
2011-11-13 01:59:55 +00:00
Cheng-Lung Sung
05e95d1a6b - Update to 2.0.3
PR:		ports/162000
Submitted by:	clsung
Approved by:	maintainer (Eric)
Feature safe:	yes
2011-11-13 01:59:24 +00:00
Martin Wilke
7f68c3aec0 - Add patches to fix
CVS-2009-2414
		CVS-2009-2416
		CVS-2011-1944

Discussion with:bapt
Approved by:	secteam (myself)
Obtained from:	fedora/gentoo
Security:	http://www.vuxml.org/freebsd/ce4b3af8-0b7c-11e1-846b-00235409fd3e.html
		http://www.vuxml.org/freebsd/ce4b3af8-0b7c-11e1-846b-00235409fd3e.html
		http://www.vuxml.org/freebsd/5a7d4110-0b7a-11e1-846b-00235409fd3e.html
Feature safe:	yes
2011-11-12 16:05:28 +00:00
Steve Wills
d554a7a736 - Update to 1.4.4
PR:		ports/162106
Approved by:	Eric <freebsdports@chillibear.com> (maintainer)
Feature safe:	yes
2011-11-12 15:46:14 +00:00
Sergey Skvortsov
a514a963ea Update to 1.75
Changes:	http://cpansearch.perl.org/src/SHLOMIF/XML-LibXSLT-1.75/Changes
Feature safe:   yes
2011-11-11 19:09:50 +00:00
Sergey Skvortsov
c828c06c29 Update to 1.88
Changes:	http://cpansearch.perl.org/src/SHLOMIF/XML-LibXML-1.88/Changes
Feature safe:   yes
2011-11-11 19:03:44 +00:00
Baptiste Daroussin
3bddfb58a4 - update to 0.0.10
Feature safe:	yes
2011-11-11 18:21:24 +00:00
Wen Heping
d59d10533c This implementation of Gettext for Python includes a Msgfmt class
which can be used to generate compiled mo files from Gettext po
files and includes support for the newer msgctxt keyword.

WWW: http://pypi.python.org/pypi/python-gettext

Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github)
Feature safe:	yes
2011-11-11 08:17:55 +00:00
Wen Heping
bd392915ba The Zope3 Template Attribute Languate (TAL) specifies the custom
namespace and attributes which are used by the Zope Page Templates
renderer to inject dynamic markup into a page. It also includes
the Macro Expansion for TAL (METAL) macro language used in page
assembly.

WWW: http://pypi.python.org/pypi/zope.tal

Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github)
Feature safe:	yes
2011-11-11 08:08:27 +00:00
Cheng-Lung Sung
b16a4315ce - Update to 0.06
Feature safe:	yes
2011-11-11 05:27:19 +00:00
Mark Linimon
3a4d0a2ea1 Mark as broken on powerpc-9: segfault.
Hat:		portmgr
Feature safe:	yes
2011-11-11 04:34:45 +00:00
Max Brazhnikov
ab1a24cca3 Take maintainership
Feature safe:	yes
2011-11-11 00:43:21 +00:00
Pietro Cerutti
7c6950f5c6 - Update to 2.3.0
Feature safe:	yes
2011-11-10 14:22:22 +00:00
Mark Linimon
7d8608ab13 Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)
Hat:		portmgr
2011-11-10 05:38:32 +00:00
Emanuel Haupt
cfe7a8b985 Freshmeat is now called Freecode. Change all freshmeat.net URLs for to
freecode.com (for ports@ and ehaupt@).
2011-11-09 21:53:33 +00:00
Martin Wilke
e1c6649edf - Remove WITH_FBSD10_FIX, is no longer needed 2011-11-09 15:26:04 +00:00
Martin Matuska
674cfa3fd7 Update to 1.0.1 2011-11-09 08:52:49 +00:00
Wen Heping
aa466be3f8 - Update to 1.7 2011-11-09 08:26:23 +00:00
Eitan Adler
c7dfb24152 - fix WWW in pkg-descr
Submitted by:	"Matthew Seaman" <m.seaman@infracaninophile.co.uk>
Approved by:	bapt,sahil (mentors, implicit)
2011-11-08 21:59:32 +00:00
Li-Wen Hsu
19e42a14b8 - Update to 1.1.2
PR:		ports/162359
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
2011-11-08 16:31:44 +00:00
Wen Heping
975bca6126 - Update to 3.1.0 2011-11-08 02:05:28 +00:00
Sunpoet Po-Chuan Hsieh
689f9a8251 - Update to 2011.11.07 2011-11-07 03:34:07 +00:00
Sunpoet Po-Chuan Hsieh
aa03efae50 - Update to 2011.11.06 2011-11-07 03:33:50 +00:00
Sunpoet Po-Chuan Hsieh
fe583e8f39 - Update to 0.84
Changes:	http://search.cpan.org/dist/Unicode-Collate/Changes
2011-11-07 03:30:54 +00:00
Martin Wilke
7d5f7c7259 - Update to 0.8.1 2011-11-06 15:33:42 +00:00
Martin Wilke
b4fd1d9bc5 - Update to 1.124 2011-11-06 15:33:23 +00:00
Sunpoet Po-Chuan Hsieh
7183655863 - Add p5-XML-LibXML-PrettyPrint 0.002
Long XML files can be daunting for humans to read. Of course, XML is really
designed for computers to read - not people - but there are times when mere
mortals do need to read and edit XML by hand. For example, if your application
stores its configuration in XML, or you need to dump some XML to STDOUT for
debugging purposes.

Syntax highlighting helps, but to really make sense of some XML, proper
indentation can be vital. Hence XML::LibXML::PrettyPrint - it can be applied to
an XML::LibXML DOM tree to reformat it into a more readable result.

Pretty-printing XML is not as CPU-efficient as dumping it out sloppily, so
unless you're pretty sure that a human is going to need to make sense of your
XML, you should probably not use this module.

WWW: http://search.cpan.org/dist/XML-LibXML-PrettyPrint/
2011-11-05 17:09:54 +00:00
Sunpoet Po-Chuan Hsieh
aac3602dfb - Update to 0.9.5
Changes:	http://search.cpan.org/dist/PDF-Table/Changes
PR:		ports/161806
Submitted by:	sunpoet (myself)
Approved by:	Michael Scheidell <michael.scheidell@secnap.com> (maintainer)
2011-11-05 17:02:48 +00:00
Sunpoet Po-Chuan Hsieh
37a6debc88 - Update to 0.14
Changees:	http://search.cpan.org/dist/Text-VimColor/Changes
PR:		ports/161879
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 15 days)
2011-11-05 16:58:15 +00:00
Sunpoet Po-Chuan Hsieh
ba8e0b6569 - Update to 0.34
Changes:	http://search.cpan.org/dist/Excel-Writer-XLSX/Changes
2011-11-05 16:37:46 +00:00
Sunpoet Po-Chuan Hsieh
d0054ae161 - Update to 20111103
Changes:	http://search.cpan.org/dist/URI-Find/Changes
2011-11-05 16:09:05 +00:00
Martin Matuska
e747a476ef Update to 1.1.1 2011-11-05 14:48:43 +00:00
Steve Wills
8940a5474c - Change maintainer to ruby@ so that any ruby@ folks can update them 2011-11-03 14:43:28 +00:00
Martin Matuska
ea5c31f850 Update to 1.0.2 2011-11-03 09:09:58 +00:00
TAKATSU Tomonari
301da2635f - Update to 1.0.4 2011-11-03 01:56:10 +00:00
Eitan Adler
08b62e4c3e - fix explicit use of unzip in ports
PR:		ports/153429
Submitted by:	Alex Kozlov <spam@rm-rf.kiev.ua>
Approved by:	maintainers (hq, gabor, amdmi3)
Approved by:	maintainer timeout
Approved by:	bapt,sahil (mentors, implicit)
2011-11-03 00:38:47 +00:00
Koop Mast
ba7ff2952c Do the WITH_FBSD10_FIX manualy, because it doesn't do the right thing (yet).
This should unbreak the python bindings.

Reported by:	miwi and pointyhat (via pav)
2011-11-02 22:49:26 +00:00
Philip M. Gollucci
19334d785f - Fix depend versions according to rubygems.org [again]
With Hat:	ruby@
Tested by:	P6 TB Full rubygem run
2011-11-02 18:05:08 +00:00
Philip M. Gollucci
47a9c48310 - sync apache13 related EXPIRATION_DATE
With Hat:	apache@
2011-11-02 03:43:44 +00:00
Doug Barton
a1b8c7234f Remove ports@ ports that have been DEPRECATED for at least 1 month
audio/shoutcast		Unfetchable; website rearranged
audio/linux-shoutcast	Unfetchable; website rearranged
chinese/scim-chewing	Does not configure
converters/py-cjkcodecs	Integrated into every python version in the tree
databases/kpogre	Does not compile
deskutils/mhc		Does not fetch
deskutils/org-mode.el6	Does not fetch
deskutils/gemcal	Does not fetch
devel/erlang-thrift	Does not build
dns/domtools		Does not fetch
editors/richtext	Does not compile
games/vultures-claw	Does not fetch
games/bomb		Does not fetch
games/lgeneral-data	Bad plist
games/linux-enemyterritory-jaymod	Does not fetch
games/xphotohunter	Does not fetch
graphics/gimpshop	Fails to patch
graphics/lightspark-devel	Does not compile
graphics/xmms-plazma	Does not fetch
graphics/py-cgkit	Does not fetch, does not compile on ia64, powerpc, or sparc64
japanese/rxvt		Does not fetch, fails to build with new utmpx
japanese/epic4		Some distfiles do not fetch
java/jde		Does not fetch
java/kaffe		Does not fetch
korean/gdick	HTMLs from the Yahoo! Korea Dictionary cannot be parsed, other runtime problems
korean/hanterm-xf86	Does not compile
korean/stardict2-dict-kr Does not fetch
lang/p5-JavaScript	Does not fetch
lang/TenDRA	Website disappeared; last release 2006, Does not compile on recent FreeBSD-9
mail/freepops		Does not build
mail/itraxp		Does not build
misc/tellico		Leaves file behind on deinstall
net/gsambad		Does not fetch
net/nocatauth-gateway	Uses a UID registered to another port
net/nocatauth-server	Uses a UID registered to another port
net/libosip2		Does not fetch
net/kmuddy		Does not fetch
net/netboot		Does not build
net-mgmt/jffnms		Does not fetch
net-p2p/frostwire	Does not fetch
net-p2p/azureus		Does not fetch
news/cleanscore		Does not fetch
news/nntpswitch		Does not fetch
news/p5-NewsLib		Does not fetch
russian/cyrproxy	Does not fetch
science/gerris		Does not fetch
security/opensaml	Does not fetch
sysutils/wmbattery	Does not fetch
sysutils/cpuburn	No more public distfiles
textproc/tei-guidelines-p4	Does not fetch
textproc/tei-p4		Does not fetch
textproc/py-hyperestraier	Does not fetch
textproc/tdtd.el	Does not fetch
textproc/tei-lite	Does not fetch
www/phpwiki13		Does not fetch
www/p5-Apache-Scoreboard	Depends on mod_perl
www/p5-B-LexInfo	Broken due the new mod_perl2 API
www/phpwiki		Does not fetch
www/smb2www		Apache13 is deprecated, migrate to 2.2.x+ now
www/spip		Checksum is changing daily
www/monkey		Does not fetch
x11-toolkits/jdic	Does not fetch
x11-toolkits/py-kde	Does not compile
2011-11-02 01:35:45 +00:00
Pav Lucistnik
396d13cdbe - Mark BROKEN on 7.X: overwrites files installed by dependency
Reported by:	pointyhat
2011-11-02 01:10:37 +00:00
Philip M. Gollucci
24d3feefdb Send ports@ ruby ports over ruby@
most of these were from stas@
2011-11-01 22:59:35 +00:00
Doug Barton
f8a3aced5e Add EXPIRATION_DATE= 2011-11-30 to recently BROKEN ports that do not
already have one.
2011-11-01 22:51:56 +00:00
Philip M. Gollucci
a12579eb17 - Over to ruby@ based on ports@ e-mail 2011-11-01 22:51:26 +00:00
Rene Ladan
30184cb9ff Over to the Office team.
Approved by:	bapt
2011-11-01 22:16:47 +00:00
Baptiste Daroussin
13a72fec4d remove the question which could lead to the installation of a file not tracked by the plist.
now it is no more interactive

PR:		ports/162073
2011-11-01 22:14:54 +00:00
Doug Barton
02622773e6 Remove comments and optional dependencies for ports which are
about to be removed.
2011-11-01 21:59:38 +00:00
Martin Matuska
59236e6c00 Update to 1.1.1 2011-11-01 21:20:13 +00:00
Sunpoet Po-Chuan Hsieh
343777afc4 - Update to 0.83
Changes:	http://search.cpan.org/dist/Unicode-Collate/Changes
2011-11-01 15:08:25 +00:00
Koop Mast
0ce7a25ea5 Make sure the FreeBSD 10 fix, doesn't blow away local changes.
Reported by:	Marco Steinbach <coco@executive-computing.de>
		Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-11-01 11:08:35 +00:00
Doug Barton
ef1a7001c8 x11-toolkits/gambas2-gb-qt has been broken for over a year.
Remove it, and the ports that depend on it.
2011-11-01 05:19:50 +00:00
Doug Barton
2555968c05 audio/mp3butler Depends on audio/p5-MusicBrainz-Client which is DEPRECATED
audio/p5-MusicBrainz-Client	Disappeared from CPAN
editors/doxymacs	Depends on www/w3-4, which is DEPRECATED
graphics/libart		Does not fetch, no more public distfiles
java/jboss4		Does not build with new ant
korean/hanterm		Depends on korean/johabfonts, which is DEPRECATED, fails to build with new utmpx
korean/johabfonts	No more public distfiles, installs into /
korean/hlatex-psfonts-uhc-extra	Depends on korean/hlatex, which is DEPRECATED
korean/texinfo		Depends on korean/hlatex, which is DEPRECATED
korean/hlatex		No more public distfiles
mail/jboss-mailservices	Depends on java/jboss4, which is DEPRECATED
misc/p5-Geography-NationalGrid-TW	Depends on misc/p5-Geography-NationalGrid, which is DEPRECATED
misc/p5-Geography-NationalGrid	Disappeared from CPAN
multimedia/fxtv		Depends on multimedia/mplex, which is DEPRECATED
multimedia/mplex	Upstream disapeared and distfile is not available
net/py-timeoutsocket	Upstream disapear and distfile is no more available
textproc/p5-XML-LibRSVG	Unmaintained and not used anymore
textproc/javacc		No more public distfiles
www/w3-4/Makefile	Upstream disapeared and distfile is not available
www/commonist		Depends on textproc/javacc, which is DEPRECATED
www/newsfeed		Depends on net/py-timeoutsocket, which is DEPRECATED
x11/fbsd-icons		Upstream disapear and distfile is no more available
x11-themes/geramik	Depends on x11-toolkits/qtpixmap, which is DEPRECATED
x11-toolkits/qtpixmap	No more public distfiles
x11-wm/fvwm95-i18n	Depends on x11/fbsd-icons, which is DEPRECATED
x11-wm/fvwm95		Depends on x11/fbsd-icons, which is DEPRECATED
2011-11-01 04:34:28 +00:00
Raphael Kubo da Costa
3c3b3eb2f3 Update to 2.7.3.
Approved by:	avilla (mentor, implicit)
2011-10-31 22:10:47 +00:00
Pawel Pekala
8e82b5aa82 - Update to version 1.0.0
- Add entry in UPDATING about API change

PR:             ports/161933
Submitted by:   Olivier Duchateau <duchateau.olivier@gmail.com>
Approved by:    maintainer
2011-10-31 18:02:14 +00:00
Sunpoet Po-Chuan Hsieh
26db699b9d - Update to 0.09
- Add my LOCAL to MASTER_SITES which also eliminate portlint warning
2011-10-31 17:08:49 +00:00
Koop Mast
7ce817e113 Spell WRKSRC correctly.
Submitted by:	pav
2011-10-31 11:56:37 +00:00
Koop Mast
a829062c83 Update poppler to 0.18.0.
The qt3 bindings are removed upstream.
The glib library lost the last gdk-pixbuf code. And rename it from
-gtk to -glib.

Thanks to:	pav for a exp-runs
		bapt for double checking the libreoffice ports
2011-10-31 09:53:19 +00:00
Baptiste Daroussin
e4068d2e33 - add depend on libiconv
- bump portrevision
2011-10-31 09:25:53 +00:00
Sunpoet Po-Chuan Hsieh
551fae9181 - Update to 2011.10.31 2011-10-31 03:27:08 +00:00
Sunpoet Po-Chuan Hsieh
b074611eaf - Update to 2011.10.30 2011-10-31 03:26:37 +00:00
Steve Wills
8288096b12 - Update to 1.4.9
PR:		ports/162171
Submitted by:	swills (me)
Approved by:	wen (maintainer)
2011-10-31 01:03:29 +00:00
Steve Wills
a7b1a89afd - Update to 2.3.0 [1]
- Drop maintainership [2]

PR:		ports/162137 [1]
Submitted by:	swills (me) [1]
Requested by:	peter.schuller@infidyne.com (maintainer) [2] (private email)
2011-10-30 16:03:49 +00:00
Sunpoet Po-Chuan Hsieh
e21ac54168 - Change MASTER_SITES to my LOCAL to avoid implicit change of non-versioned
dist files
- Set DIST_SUBDIR: move dist files to DISTDIR/hyphen
- Set WRKSRC
- Use DATADIR
- Use PLIST_DIRSTRY for DATADIR
- Cosmetic change
- Bump PORTREVISION for PLIST change
2011-10-30 15:10:00 +00:00
Sunpoet Po-Chuan Hsieh
835639faa9 - Update to 3.3.7
- Fix typo in WWW
2011-10-30 14:44:15 +00:00
Sunpoet Po-Chuan Hsieh
cb46c66ce1 - Update to 0.82
Changes:	http://search.cpan.org/dist/Unicode-Collate/Changes
2011-10-30 14:42:48 +00:00
Sunpoet Po-Chuan Hsieh
607c51cde0 - Fix typo in WWW 2011-10-30 12:24:18 +00:00
Koop Mast
32ea452695 Fix build with FreeBSD 10
Approved by:	portmgr (miwi)
2011-10-29 19:01:59 +00:00
Martin Wilke
85ea2127c9 - Fix build on FreeBSD 10 2011-10-29 17:40:45 +00:00
Martin Wilke
b40a9298b9 - Fix build on FreeBSD 10 2011-10-29 17:04:21 +00:00
Steve Wills
8a04cb2eb1 Ruby wrapper for pygmentize.
WWW:	https://github.com/github/albino
2011-10-29 14:57:45 +00:00
Steve Wills
25bd2abf68 kramdown is yet-another-markdown-parser but fast, pure Ruby, using a strict
syntax definition and supporting several common extensions.

WWW:	http://kramdown.rubyforge.org/
2011-10-29 13:50:38 +00:00
Koop Mast
841b1cbd4f Fix build on FreeBSD 10 2011-10-29 10:39:44 +00:00
Martin Wilke
69a39f5f38 - Fix build on FreeBSD 10
Reported by:	pointyhat
2011-10-29 10:03:08 +00:00
Martin Wilke
c6f888194d - Fix build on FreeBSD 10 2011-10-29 08:45:31 +00:00
Martin Wilke
3d7e506643 - Fix build on FreeBSD 10
Reported by:	pointyhat
2011-10-29 07:20:16 +00:00
Sunpoet Po-Chuan Hsieh
ce621d4448 - Update to 0.33
Changes:	http://search.cpan.org/dist/Excel-Writer-XLSX/Changes
2011-10-29 06:23:41 +00:00
Sunpoet Po-Chuan Hsieh
350d53b4ed - Add RG as secondary WWW 2011-10-29 03:55:32 +00:00
Raphael Kubo da Costa
950ecd955e Update to 2.7.2.
Approved by:	avilla (mentor, implicit)
2011-10-29 02:52:18 +00:00
Cheng-Lung Sung
5f693b1f27 - Update to 0.39 2011-10-29 00:08:40 +00:00
Martin Wilke
6fab8b8200 - Fix build on FreeBSD 10
Approved by:	kwm implicit
2011-10-28 18:21:28 +00:00
Martin Wilke
3a61669522 - Fix build FreeBSD 10 2011-10-28 18:00:25 +00:00
Koop Mast
d2c7ed4da0 Add WITH_FBSD10_FIX=yes, to fix build on FreeBSD 10.0.
Submitted by:	beat@
2011-10-28 17:07:54 +00:00
Cheng-Lung Sung
a7b34405b9 You can think of pss as an enhanced grep designed to search
inside source code files. pss is very similar to the Perl ack
tool (see https://bitbucket.org/eliben/pss/wiki/PssAndAck).

WWW:	https://bitbucket.org/eliben/pss
2011-10-28 09:32:15 +00:00
Adam Weinberger
9e57be564d MultiMarkdown, or MMD, is a tool to help turn minimally marked-up plain
text into well formatted documents, including HTML, PDF (by way of
LaTeX), OPML, or OpenDocument (specifically, Flat OpenDocument or
'.fodt', which can in turn be converted into RTF, Microsoft Word, or
virtually any other word-processing format).

MMD is a superset of the Markdown syntax, originally created by John
Gruber. It adds multiple syntax features (tables, footnotes, and
citations, to name a few), in addition to the various output formats
listed above (Markdown only creates HTML). Additionally, it builds in
'smart' typography for various languages (proper left- and right-sided
quotes, for example).

MultiMarkdown was originally a fork of the Markdown Perl code, but as of
version 3.0 has been rewritten as a fork of peg-markdown by John
MacFarlane, written in C. It can be compiled for any major operating
system, and as a native binary runs much faster than the Perl version it
replaces.

NOTE: To use the mmd2pdf script, you must install print/latexmk.

WWW: http://www.fletcherpenney.net/multimarkdown/
2011-10-27 22:18:55 +00:00
TAKATSU Tomonari
83dea4aa6a - Update to 1.0.3 2011-10-27 15:33:30 +00:00
TAKATSU Tomonari
fff7b08d4c - Update to 1.0.2 2011-10-27 14:45:33 +00:00
Erwin Lansing
08ea16d509 Apply FreeBSD 10 workaround for some high profile ports to
unbreak a lot of dependent ports.

Submitted by:	beat
Tested on:	pointyhat i386-9-exp and i386-10
2011-10-27 10:03:59 +00:00
Steve Wills
ad172226dc Sass adapter for the Rails asset pipeline.
WWW:	http://rubygems.org/gems/sass-rails
2011-10-27 03:04:14 +00:00
Steve Wills
8f36548b19 - Update Rails to 3.1.1 and associated changes
With hat:	ruby@
2011-10-27 03:02:52 +00:00
Dryice Dong Liu
117fa96ec2 - saved from expiration cause the dependency textproc/htmlize.el is
saved
- update my mail address
2011-10-26 15:07:37 +00:00
Dryice Dong Liu
5735064918 - update to 1.39
- un-broken
- saved from expiration
- take the maintainership. Thanks the previous maintainers!
2011-10-26 15:05:24 +00:00