summaryrefslogtreecommitdiff
path: root/www/aswiki/files/patch-scanner.rb
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-10-15 12:44:10 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-10-15 12:44:10 +0000
commitc3ce1ddc75fb38dffc019d42295a987ba1620c77 (patch)
treeda17db1f48b35781b37fb35a622c7f764319a3f5 /www/aswiki/files/patch-scanner.rb
parentDrop support for ruby-lua4 (diff)
2013-10-15 www/rubygem-staticmatic: No longer maintained upstream
2013-10-10 www/ruby-nora: Does not work with Ruby 1.9 www/aswiki 2013-10-10 textproc/ruby-amrita: Does not work with Ruby 1.9 2013-10-15 security/flowtag: Does not work with Ruby 1.9 2013-10-10 lang/ruby-lua4: Does not work with Ruby 1.9 2013-10-15 dns/dnsdoctor: Does not work with Ruby 1.9
Notes
Notes: svn path=/head/; revision=330396
Diffstat (limited to 'www/aswiki/files/patch-scanner.rb')
-rw-r--r--www/aswiki/files/patch-scanner.rb16
1 files changed, 0 insertions, 16 deletions
diff --git a/www/aswiki/files/patch-scanner.rb b/www/aswiki/files/patch-scanner.rb
deleted file mode 100644
index 3f21ea325135..000000000000
--- a/www/aswiki/files/patch-scanner.rb
+++ /dev/null
@@ -1,16 +0,0 @@
---- aswiki/scanner.rb.dist Fri Jan 17 22:56:47 2003
-+++ aswiki/scanner.rb Tue May 4 22:17:21 2004
-@@ -97,11 +97,11 @@
- q.push [:TABLE_END, tmp]
- elsif tmp = sc.scan(/\A\|\|/)
- q.push [:TABLE, tmp]
-- elsif tmp = sc.scan(/\A\[img:#{URI::REGEXP::PATTERN::X_ABS_URI}\s+[^]]+?\]/xn)
-+ elsif tmp = sc.scan(/\A\[img:#{URI::REGEXP::PATTERN::X_ABS_URI}\s+[^\]]+?\]/xn)
- q.push [:MOINHREFIMG, tmp]
- # elsif tmp = sc.scan(/\A\[\S+ +\S+?\]/)
- # elsif tmp = sc.scan(/\A\[\S+ +[^]]+?\]/)
-- elsif tmp = sc.scan(/\A\[#{URI::REGEXP::PATTERN::X_ABS_URI}\s+[^]]+?\]/xn)
-+ elsif tmp = sc.scan(/\A\[#{URI::REGEXP::PATTERN::X_ABS_URI}\s+[^\]]+?\]/xn)
- q.push [:MOINHREF, tmp]
- elsif tmp = sc.scan(/\A\{\{/)
- q.push [:ESCAPE_BEGIN, tmp]