[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: gaf.git: branch: master updated (1.7.1-20110619-267-g7a54f5f)



The branch, master has been updated
       via  7a54f5fbdc0985ff9d2e399c2386bac7b53b093a (commit)
      from  c63deda32d9480e7b5b5597d3fb1fed8e6591805 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 utils/docs/Makefile.am         |    3 +-
 utils/docs/pads_backannotate.1 |   68 ++++++++++++++++++++++++++++++++++++++++
 utils/docs/pcb_backannotate.1  |   60 +++++++++++++++++++++++++++++++++++
 3 files changed, 130 insertions(+), 1 deletions(-)
 create mode 100644 utils/docs/pads_backannotate.1
 create mode 100644 utils/docs/pcb_backannotate.1


=================
 Commit Messages
=================

commit 7a54f5fbdc0985ff9d2e399c2386bac7b53b093a
Author: Dan McMahill <dan@xxxxxxxxxxxx>
Commit: Dan McMahill <dan@xxxxxxxxxxxx>

    Add man pages for pcb_backannotate and pads_backannotate.
    
    Affects-bug: lp-698849

:100644 100644 70cd8f5... ab662ba... M	utils/docs/Makefile.am
:000000 100644 0000000... 1d7792b... A	utils/docs/pads_backannotate.1
:000000 100644 0000000... a856807... A	utils/docs/pcb_backannotate.1

=========
 Changes
=========

commit 7a54f5fbdc0985ff9d2e399c2386bac7b53b093a
Author: Dan McMahill <dan@xxxxxxxxxxxx>
Commit: Dan McMahill <dan@xxxxxxxxxxxx>

    Add man pages for pcb_backannotate and pads_backannotate.
    
    Affects-bug: lp-698849

diff --git a/utils/docs/Makefile.am b/utils/docs/Makefile.am
index 70cd8f5..ab662ba 100644
--- a/utils/docs/Makefile.am
+++ b/utils/docs/Makefile.am
@@ -15,7 +15,8 @@ else
 	@echo 'The documentation cannot be built from the sources.'
 endif
 
-dist_man_MANS = gsch2pcb.1 grenum.1 gxyrs.1 refdes_renum.1 schdiff.1
+dist_man_MANS = gsch2pcb.1 grenum.1 gxyrs.1 pads_backannotate.1 \
+	pcb_backannotate.1 refdes_renum.1 schdiff.1
 
 
 # Rules for converting man->html
diff --git a/utils/docs/pads_backannotate.1 b/utils/docs/pads_backannotate.1
new file mode 100644
index 0000000..1d7792b
--- /dev/null
+++ b/utils/docs/pads_backannotate.1
@@ -0,0 +1,68 @@
+.TH pads_backannotate 1 "June 19th, 2011" "gEDA Project" 1.7.1.20110619
+
+.SH NAME
+.B pads_backannotate 
+\- backannotates changes from a PADS engineering change order (ECO) file to schematic
+
+.SH SYNOPSIS
+.B pads_backannoate \-h\||\-\-help
+
+.B pads_backannoate \-V\||\-\-version
+
+.B pads_backannoate
+[options]
+.I ecofile.eco infile1.sch [infile2.sch ...]  
+
+
+.SH DESCRIPTION
+
+The
+.I pads_backannotate
+program reads an engineering change order (ECO) file generated by the PADS program
+and backannotates the requested changes to a gschem schematic or schematics.
+Refer to the PADS manual for a complete description of the ECO file format.  
+
+.SH OPTIONS
+.TP
+\-h, \-\-help
+prints help message and exits
+.TP
+\-n, \-\-nocopy
+Leave the modified schematic files in new files
+whose names are generated by appending 
+.I ".new"
+to the
+original file names.  The default is to overwrite the original.
+.TP
+\-V, \-\-verbose
+operate verbosely
+.TP
+\-v, \-\-version
+prints version information and exits
+
+.SH EXIT STATUS
+.I pads_backannotate
+will return
+.B 0
+if all files processed successfully,
+.B non-zero
+if the command did not complete successfully.
+
+.SH BUGS
+Rather than parsing and processing schematic files directly, this utility should
+be rewritten using the gEDA scheme API.  This would take advantage of the existing
+parsers for the schematic files.
+
+Reference designator renaming is fully supportd.  Pin and gate swapping is parsed
+but not automatically applied to the schematic database.  Instead, a report listing
+the manual pin and gate swapping that is required.  The other features of the ECO
+file are not supported yet.
+
+.SH SEE ALSO
+gnetlist(1), gschem(1)
+
+Also refer to "Forward/Backward Annotation Between gEDA/gaf and PADS PowerPCB" which
+may be found at http://geda.seul.org/wiki/geda:fbabgapp
+
+
+
diff --git a/utils/docs/pcb_backannotate.1 b/utils/docs/pcb_backannotate.1
new file mode 100644
index 0000000..a856807
--- /dev/null
+++ b/utils/docs/pcb_backannotate.1
@@ -0,0 +1,60 @@
+.TH pcb_backannotate 1 "June 19th, 2011" "gEDA Project" 1.7.1.20110619
+
+.SH NAME
+.B pcb_backannotate
+\- backannotates changes from a PCB annotation file to schematic
+
+.SH SYNOPSIS
+.B pcb_backannoate \-h\||\-\-help
+
+.B pcb_backannoate \-V\||\-\-version
+
+.B pcb_backannoate
+[options]
+.I ecofile.eco infile1.sch [infile2.sch ...]  
+
+
+.SH DESCRIPTION
+
+The
+.I pcb_backannotate
+program reads an engineering change order (ECO) file generated by the PCB program
+and backannotates the requested changes to a gschem schematic or schematics.
+Refer to the PCB manual for a complete description of the ECO file format.  
+
+.SH OPTIONS
+.TP
+\-h, \-\-help
+prints help message and exits
+.TP
+\-n, \-\-nocopy
+Leave the modified schematic files in new files
+whose names are generated by appending 
+.I ".new"
+to the
+original file names.  The default is to overwrite the original.
+.TP
+\-V, \-\-verbose
+operate verbosely
+.TP
+\-v, \-\-version
+prints version information and exits
+
+.SH EXIT STATUS
+.I pcb_backannotate
+will return
+.B 0
+if all files processed successfully,
+.B non-zero
+if the command did not complete successfully.
+
+.SH BUGS
+Rather than parsing and processing schematic files directly, this utility should
+be rewritten using the gEDA scheme API.  This would take advantage of the existing
+parsers for the schematic files.
+
+.SH SEE ALSO
+gnetlist(1), gschem(1), pcb(1)
+
+
+




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs