[DRE-commits] r4045 - in trunk/coderay: . bin debian

Joshua Timberman jtimberman-guest at alioth.debian.org
Mon Aug 31 04:02:33 UTC 2009


Author: jtimberman-guest
Date: 2009-08-31 04:02:32 +0000 (Mon, 31 Aug 2009)
New Revision: 4045

Added:
   trunk/coderay/debian/
   trunk/coderay/debian/changelog
   trunk/coderay/debian/coderay.1
   trunk/coderay/debian/coderay.dirs
   trunk/coderay/debian/coderay.manpages
   trunk/coderay/debian/coderay_stylesheet.1
   trunk/coderay/debian/compat
   trunk/coderay/debian/control
   trunk/coderay/debian/copyright
   trunk/coderay/debian/rules
   trunk/coderay/debian/watch
Modified:
   trunk/coderay/bin/coderay
   trunk/coderay/bin/coderay_stylesheet
Log:
[svn-inject] Applying Debian modifications to trunk

Modified: trunk/coderay/bin/coderay
===================================================================
--- trunk/coderay/bin/coderay	2009-08-31 04:02:20 UTC (rev 4044)
+++ trunk/coderay/bin/coderay	2009-08-31 04:02:32 UTC (rev 4045)
@@ -1,4 +1,4 @@
-#!/usr/bin/env ruby
+#! /usr/bin/ruby1.8
 # CodeRay Executable
 #
 # Version: 0.1

Modified: trunk/coderay/bin/coderay_stylesheet
===================================================================
--- trunk/coderay/bin/coderay_stylesheet	2009-08-31 04:02:20 UTC (rev 4044)
+++ trunk/coderay/bin/coderay_stylesheet	2009-08-31 04:02:32 UTC (rev 4045)
@@ -1,4 +1,4 @@
-#!/usr/bin/env ruby
+#! /usr/bin/ruby1.8
 require 'coderay'
 
 puts CodeRay::Encoders[:html]::CSS.new.stylesheet


Property changes on: trunk/coderay/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: trunk/coderay/debian/changelog
===================================================================
--- trunk/coderay/debian/changelog	                        (rev 0)
+++ trunk/coderay/debian/changelog	2009-08-31 04:02:32 UTC (rev 4045)
@@ -0,0 +1,5 @@
+coderay (0.8.3-1) unstable; urgency=low
+
+  * Initial release (Closes: #540662)
+
+ -- Joshua Timberman <joshua at opscode.com>  Sun, 09 Aug 2009 08:07:54 -0600

Added: trunk/coderay/debian/coderay.1
===================================================================
--- trunk/coderay/debian/coderay.1	                        (rev 0)
+++ trunk/coderay/debian/coderay.1	2009-08-31 04:02:32 UTC (rev 4045)
@@ -0,0 +1,36 @@
+.TH CODERAY 1 "August 2009"
+.SH NAME
+coderay \- scans a file and generates syntax-highlighted html output
+.SH SYNOPSIS
+.B coderay
+[\fIoptions\fR] [\fIfilename\fR]
+.br
+.SH DESCRIPTION
+This manual page documents briefly the
+.B coderay
+command.
+.SH OPTIONS
+.TP
+.B \-<lang>
+Specify language of input file.
+.TP
+.B \-<format>
+Specify format of output file (default HTML)
+.SH SEE ALSO
+Run
+.B coderay
+without any arguments to see full usage message.
+.TP
+.BR coderay_stylesheet (1).
+.br
+.SH AUTHOR
+coderay was written by Kornelius Kalnbach.
+.PP
+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.
+
+On Debian systems, the complete text of the GNU General Public License
+can be found in /usr/share/common-licenses/GPL.

Added: trunk/coderay/debian/coderay.dirs
===================================================================
--- trunk/coderay/debian/coderay.dirs	                        (rev 0)
+++ trunk/coderay/debian/coderay.dirs	2009-08-31 04:02:32 UTC (rev 4045)
@@ -0,0 +1 @@
+usr/bin

Added: trunk/coderay/debian/coderay.manpages
===================================================================
--- trunk/coderay/debian/coderay.manpages	                        (rev 0)
+++ trunk/coderay/debian/coderay.manpages	2009-08-31 04:02:32 UTC (rev 4045)
@@ -0,0 +1,2 @@
+debian/coderay.1
+debian/coderay_stylesheet.1

Added: trunk/coderay/debian/coderay_stylesheet.1
===================================================================
--- trunk/coderay/debian/coderay_stylesheet.1	                        (rev 0)
+++ trunk/coderay/debian/coderay_stylesheet.1	2009-08-31 04:02:32 UTC (rev 4045)
@@ -0,0 +1,18 @@
+.TH CODERAY_STYLESHEET 1 "August 2009"
+.SH NAME
+coderay_stylesheet \- output the default cascading stylesheet used by CodeRay.
+.SH SYNOPSIS
+.B coderay_stylesheet
+.SH DESCRIPTION
+This script simply outputs the default cascading stylesheet used by CodeRay, so that it may be saved and customized for usage on a web site using the CodeRay library.
+.SH AUTHOR
+coderay and coderay_stylesheet was written by Kornelius Kalnbach.
+.PP
+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.
+
+On Debian systems, the complete text of the GNU General Public License
+can be found in /usr/share/common-licenses/GPL.

Added: trunk/coderay/debian/compat
===================================================================
--- trunk/coderay/debian/compat	                        (rev 0)
+++ trunk/coderay/debian/compat	2009-08-31 04:02:32 UTC (rev 4045)
@@ -0,0 +1 @@
+7

Added: trunk/coderay/debian/control
===================================================================
--- trunk/coderay/debian/control	                        (rev 0)
+++ trunk/coderay/debian/control	2009-08-31 04:02:32 UTC (rev 4045)
@@ -0,0 +1,67 @@
+Source: coderay
+Section: ruby
+Priority: extra
+Maintainer: Joshua Timberman <joshua at opscode.com>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7), cdbs, ruby-pkg-tools (>= 0.8)
+Build-Depends-Indep: ruby1.8
+Standards-Version: 3.8.2
+Homepage: http://coderay.rubychan.de/
+
+Package: coderay
+Architecture: all
+Depends: ${misc:Depends}, ruby1.8, libcoderay-ruby
+Description: Helper programs for CodeRay Ruby lib for syntax highlighting
+ Syntax highlighting means: You put your code in, and you get it back 
+ colored; Keywords, strings, floats, comments - all in different colors. 
+ And with line numbers.
+ .
+ .
+   * makes code easier to read and maintain
+   * lets you detect syntax errors faster
+   * helps you to understand the syntax of a language
+   * looks nice
+   * is what everybody should have on their website
+
+Package: libcoderay-ruby
+Architecture: all
+Depends: ${misc:Depends}, libcoderay-ruby1.8
+Description: Ruby library for syntax highlighting
+ Syntax highlighting means: You put your code in, and you get it back 
+ colored; Keywords, strings, floats, comments - all in different colors. 
+ And with line numbers.
+ .
+ .
+   * makes code easier to read and maintain
+   * lets you detect syntax errors faster
+   * helps you to understand the syntax of a language
+   * looks nice
+   * is what everybody should have on their website
+ .
+ This package is part of the Ruby library extras, a suplement to Ruby's 
+ standard library.
+ .
+ This is a dummy package depending on the library for the current default
+ version of Ruby.
+
+Package: libcoderay-ruby1.8
+Architecture: all
+Depends: ${misc:Depends}, ruby1.8
+Description: Ruby 1.8 library for syntax highlighting
+ Syntax highlighting means: You put your code in, and you get it back 
+ colored; Keywords, strings, floats, comments - all in different colors. 
+ And with line numbers.
+ .
+ Syntax Highlighting
+   * makes code easier to read and maintain
+   * lets you detect syntax errors faster
+   * helps you to understand the syntax of a language
+   * looks nice
+   * is what everybody should have on their website
+   * solves all your problems and makes the girls run after you
+ .
+ This package is part of the Ruby library extras, a suplement to Ruby's 
+ standard library.
+ .
+ This package is part of the Ruby library extras, a supplement to Ruby's
+ standard library for version 1.8.

Added: trunk/coderay/debian/copyright
===================================================================
--- trunk/coderay/debian/copyright	                        (rev 0)
+++ trunk/coderay/debian/copyright	2009-08-31 04:02:32 UTC (rev 4045)
@@ -0,0 +1,23 @@
+This package was debianized by Joshua Timberman <joshua at opscode.com> on
+Sun, 09 Aug 2009 08:07:54 -0600.
+
+It was downloaded from http://coderay.rubychan.de/
+
+Upstream Author: Kornelius Kalnbach <murphy at rubychan.de>
+
+Copyright: 2009, Kornelius Kalnbach <murphy at rubychan.de>
+
+License:
+
+    GNU LESSER GENERAL PUBLIC LICENSE
+    Version 2.1, February 1999
+
+    See /usr/share/common-licenses/LGPL-2.1 
+
+The Debian packaging is:
+
+    Copyright (C) 2009 Joshua Timberman <joshua at opscode.com>
+
+and is licensed under the GPL version 3, 
+see `/usr/share/common-licenses/GPL-3'.
+

Added: trunk/coderay/debian/rules
===================================================================
--- trunk/coderay/debian/rules	                        (rev 0)
+++ trunk/coderay/debian/rules	2009-08-31 04:02:32 UTC (rev 4045)
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+# CDBS file to build the Ruby CodeRay package.
+#
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
+
+install/libcoderay-ruby1.8::
+	mv $(CURDIR)/debian/libcoderay-ruby1.8/usr/bin/coderay* $(CURDIR)/debian/coderay/usr/bin/
+	rmdir $(CURDIR)/debian/libcoderay-ruby1.8/usr/bin
+	rm  $(CURDIR)/debian/libcoderay-ruby1.8/usr/lib/ruby/1.8/README


Property changes on: trunk/coderay/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/coderay/debian/watch
===================================================================
--- trunk/coderay/debian/watch	                        (rev 0)
+++ trunk/coderay/debian/watch	2009-08-31 04:02:32 UTC (rev 4045)
@@ -0,0 +1,2 @@
+version=3
+http://rubyforge.org/frs/?group_id=704 .*/coderay-([\d\.]*).*




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