head	1.3;
access;
symbols
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2010.01.06.13.24.46;	author wen;	state dead;
branches;
next	1.2;

1.2
date	2007.04.10.03.19.12;	author lwhsu;	state Exp;
branches;
next	1.1;

1.1
date	2006.06.09.08.58.56;	author pav;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Update to 0.17.3
- Replace static plist with dynamic plist
- Remove unneeded patch and file
- take maintainership
@
text
@--- lib/chunks/engines.rb.orig	Wed Feb 28 06:09:26 2007
+++ lib/chunks/engines.rb	Mon Apr  9 22:22:51 2007
@@@@ -40,7 +40,8 @@@@
     require_dependency 'sanitize'
     include Sanitize
     def mask
-      require_dependency 'bluecloth_tweaked'
+      require_dependency 'rubygems'
+      require_gem 'BlueCloth'
       html = BlueCloth.new(@@content, @@content.options[:engine_opts]).to_html
       sanitize_html(html)
     end
@


1.2
log
@Update to 0.11 Patch Level 1 and fix cross site scripting vulnerability

Release info: http://rubyforge.org/frs/shownotes.php?group_id=186&release_id=10014
Security: http://golem.ph.utexas.edu/~distler/blog/archives/001181.html

PR:		111407
Submitted by:	Alexander Logvinov <ports AT logvinov.com>
Approved by:	clsung (mentor)
Security:	http://golem.ph.utexas.edu/~distler/blog/archives/001181.html
@
text
@@


1.1
log
@* Change maintainer email address
* Fix rc.d file to use SIGKILL to terminate
* Add new port option to use bluecloth from ports (improved Markdown syntax support)
* Remove unfetchable MASTER_SITE URL

PR:		ports/98418
Submitted by:	Alastair Rankine <arsptr@@internode.on.net> (maintainer)
@
text
@d1 5
a5 5
--- lib/chunks/engines.rb.orig	Sun Mar 12 15:57:24 2006
+++ lib/chunks/engines.rb	Tue Jun  6 22:45:16 2006
@@@@ -35,7 +35,8 @@@@
 
   class Markdown < AbstractEngine
d10 2
a11 1
       BlueCloth.new(@@content, @@content.options[:engine_opts]).to_html
a12 1
   end
@

