[svn:parrot] r48236 - trunk/ports/debian/patches

allison at svn.parrot.org allison at svn.parrot.org
Sat Jul 31 17:23:51 UTC 2010


Author: allison
Date: Sat Jul 31 17:23:49 2010
New Revision: 48236
URL: https://trac.parrot.org/parrot/changeset/48236

Log:
Add a patch to insert a man file for the ops2c executable.

Added:
   trunk/ports/debian/patches/04_fix_opsc_man.patch
Modified:
   trunk/ports/debian/patches/series

Added: trunk/ports/debian/patches/04_fix_opsc_man.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/ports/debian/patches/04_fix_opsc_man.patch	Sat Jul 31 17:23:49 2010	(r48236)
@@ -0,0 +1,50 @@
+--- parrot-2.6.0.orig/compilers/opsc/README.pod	(revision 0)
++++ parrot-2.6.0/compilers/opsc/README.pod	(revision 0)
+@@ -0,0 +1,47 @@
++# Copyright (C) 2010, Parrot Foundation.
++# $Id: $
++
++=head1 NAME
++
++opsc - An opcode compiler for Parrot
++
++=head1 DESCRIPTION
++
++Ops-to-C is a compiler to generate opcode definition files in C from
++Parrot's opcode definition language.
++
++=head1 SYNOPSIS
++
++ opsc [-options] <file>
++
++=head1 OPTIONS
++
++=over 4
++
++=item -c, --core
++
++Generate C code for core ops (for use only in building the Parrot VM)
++
++=item -d, --dynamic
++
++Generate C code for dynamic ops in a single file.
++
++=item -q, --quiet
++
++Only report error messages, other messages are silent.
++
++=item -h, --help
++
++Print usage information.
++
++=item -n, --no-lines
++
++Do not print #line directives in generated C code.
++
++=item -g, --debug
++
++Perform all processing but do not write to any files.
++
++=back
++
++=cut

Modified: trunk/ports/debian/patches/series
==============================================================================
--- trunk/ports/debian/patches/series	Sat Jul 31 16:00:44 2010	(r48235)
+++ trunk/ports/debian/patches/series	Sat Jul 31 17:23:49 2010	(r48236)
@@ -1 +1,2 @@
 03_fix_nqp_man.patch
+04_fix_opsc_man.patch


More information about the parrot-commits mailing list