[DRE-commits] r5414 - trunk/coderay/debian

Joshua Timberman jtimberman-guest at alioth.debian.org
Tue May 25 07:00:52 UTC 2010


Author: jtimberman-guest
Date: 2010-05-25 07:00:45 +0000 (Tue, 25 May 2010)
New Revision: 5414

Modified:
   trunk/coderay/debian/coderay.1
   trunk/coderay/debian/coderay_stylesheet.1
   trunk/coderay/debian/control
   trunk/coderay/debian/copyright
Log:
sync w/ git repo changes that were used for initial upload

Modified: trunk/coderay/debian/coderay.1
===================================================================
--- trunk/coderay/debian/coderay.1	2010-05-25 06:29:11 UTC (rev 5413)
+++ trunk/coderay/debian/coderay.1	2010-05-25 07:00:45 UTC (rev 5414)
@@ -29,8 +29,8 @@
 This manual page was written by Joshua Timberman <joshua at opscode.com>,
 for the Debian project (and may be used by others). Permission is granted
 to copy, distribute and/or modify this document under the terms of the
-GNU General Public License, Version 2 or any later version published by
-the Free Software Foundation.
+GNU Lesser General Public License, Version 2 or any later version published
+by the Free Software Foundation.
 
-On Debian systems, the complete text of the GNU General Public License
-can be found in /usr/share/common-licenses/GPL.
+On Debian systems, the complete text of the GNU Lesser General Public License
+can be found in /usr/share/common-licenses/LGPL-2.1.

Modified: trunk/coderay/debian/coderay_stylesheet.1
===================================================================
--- trunk/coderay/debian/coderay_stylesheet.1	2010-05-25 06:29:11 UTC (rev 5413)
+++ trunk/coderay/debian/coderay_stylesheet.1	2010-05-25 07:00:45 UTC (rev 5414)
@@ -11,8 +11,9 @@
 This manual page was written by Joshua Timberman <joshua at opscode.com>,
 for the Debian project (and may be used by others). Permission is granted
 to copy, distribute and/or modify this document under the terms of the
-GNU General Public License, Version 2 or any later version published by
-the Free Software Foundation.
+to copy, distribute and/or modify this document under the terms of the
+GNU Lesser General Public License, Version 2 or any later version published
+by the Free Software Foundation.
 
-On Debian systems, the complete text of the GNU General Public License
-can be found in /usr/share/common-licenses/GPL.
+On Debian systems, the complete text of the GNU Lesser General Public License
+can be found in /usr/share/common-licenses/LGPL-2.1.

Modified: trunk/coderay/debian/control
===================================================================
--- trunk/coderay/debian/control	2010-05-25 06:29:11 UTC (rev 5413)
+++ trunk/coderay/debian/control	2010-05-25 07:00:45 UTC (rev 5414)
@@ -12,32 +12,30 @@
 Architecture: all
 Depends: ${misc:Depends}, ruby1.8, libcoderay-ruby
 Description: Helper programs for CodeRay Ruby lib for syntax highlighting
- CodeRay is a syntax highlighting library written in Ruby. It features
- fast HTML generation and an advanced Ruby scanner.
+ CodeRay is a Ruby library that can scan an input file or text in a web
+ page and encode it as syntax highlighted HTML output.
  .
- The scanner parses various languages and the encoders produce output.
+ CodeRay supports many input languages including: C, C++, CSS, Delphi, diff,
+ Groovy, HTML, RHTML (Erb+HTML), Nitro-XHTML, Java, JavaScript, JSON, PHP,
+ Python, Ruby, SQL and YAML.
  .
- The scanners supported are: java, ruby, c, css, debug, delphi, diff, html
- json, java, javascript, nitroxhtml, plaintext, rhtml, ruby, scheme, xml
- and yaml.
+ CodeRay can output to HTML, JSON, XML, Yaml.
  .
- The encoders supported are: html, xml, yaml.
+ The coderay binary scans a file and outputs in HTML.
 
 Package: libcoderay-ruby
 Architecture: all
 Depends: ${misc:Depends}, libcoderay-ruby1.8
 Description: Ruby library for syntax highlighting
- CodeRay is a syntax highlighting library written in Ruby. It features
- fast HTML generation and an advanced Ruby scanner.
+ CodeRay is a Ruby library that can scan an input file or text in a web
+ page and encode it as syntax highlighted HTML output.
  .
- The scanner parses various languages and the encoders produce output.
+ CodeRay supports many input languages including: C, C++, CSS, Delphi, diff,
+ Groovy, HTML, RHTML (Erb+HTML), Nitro-XHTML, Java, JavaScript, JSON, PHP,
+ Python, Ruby, SQL and YAML.
  .
- The scanners supported are: java, ruby, c, css, debug, delphi, diff, html
- json, java, javascript, nitroxhtml, plaintext, rhtml, ruby, scheme, xml
- and yaml.
+ CodeRay can output to HTML, JSON, XML, Yaml.
  .
- The encoders supported are: html, xml, yaml.
- .
  This is a dummy package depending on the library for the current default
  version of Ruby.
 
@@ -45,13 +43,13 @@
 Architecture: all
 Depends: ${misc:Depends}, ruby1.8
 Description: Ruby 1.8 library for syntax highlighting
- CodeRay is a syntax highlighting library written in Ruby. It features
- fast HTML generation and an advanced Ruby scanner.
+ CodeRay is a Ruby library that can scan an input file or text in a web
+ page and encode it as syntax highlighted output.
  .
- The scanner parses various languages and the encoders produce output.
+ CodeRay supports many input languages including: C, C++, CSS, Delphi, diff,
+ Groovy, HTML, RHTML (Erb+HTML), Nitro-XHTML, Java, JavaScript, JSON, PHP,
+ Python, Ruby, SQL and YAML.
  .
- The scanners supported are: java, ruby, c, css, debug, delphi, diff, html
- json, java, javascript, nitroxhtml, plaintext, rhtml, ruby, scheme, xml
- and yaml.
- .
- The encoders supported are: html, xml, yaml.
+ CodeRay can output to HTML, JSON, XML, Yaml.
+ This is package contains the library for the current default
+ version of Ruby 1.8.

Modified: trunk/coderay/debian/copyright
===================================================================
--- trunk/coderay/debian/copyright	2010-05-25 06:29:11 UTC (rev 5413)
+++ trunk/coderay/debian/copyright	2010-05-25 07:00:45 UTC (rev 5414)
@@ -16,7 +16,52 @@
 
 The Debian packaging is:
     Copyright (C) 2010 Deepak Tripathi <apenguinlinux at gmail.com>
+    Copyright (C) 2009 Opscode, Inc <legal at opscode.com>
     Copyright (C) 2009 Joshua Timberman <joshua at opscode.com>
 and is licensed under the GPL version 3, 
 see `/usr/share/common-licenses/GPL-3'.
 
+./lib/term/ansicolor.rb:
+
+  Copyright (C) 2009, Florian Frank <flori at ping.de>
+
+  GNU GENERAL PUBLIC LICENSE
+  Version 2
+
+  See /usr/share/common-licenses/GPL-2
+
+./lib/coderay/encoders/term.rb
+
+    Copyright (C) 2009, Rob Aldred (http://robaldred.co.uk)
+    Copyright (C) 2009, Nathan Weizenbaum (http://nex-3.com)
+    
+    Licensed under the MIT License.
+
+    Permission is hereby granted, free of charge, to any person obtaining
+    a copy of this software and associated documentation files (the
+    "Software"), to deal in the Software without restriction, including
+    without limitation the rights to use, copy, modify, merge, publish,
+    distribute, sublicense, and/or sell copies of the Software, and to
+    permit persons to whom the Software is furnished to do so, subject to
+    the following conditions:
+
+    The above copyright notice and this permission notice shall be
+    included in all copies or substantial portions of the Software.
+
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+    NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+    LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+    OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+    WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+./lib/coderay/scanners/sql.rb
+
+   Copyright (C) 2009, Josh Goebel
+
+    GNU LESSER GENERAL PUBLIC LICENSE
+    Version 2.1, February 1999
+
+    See /usr/share/common-licenses/LGPL-2.1
+




More information about the Pkg-ruby-extras-commits mailing list