[IBSimu/f17] 1.0.5b

Tom Callaway spot at fedoraproject.org
Thu Mar 22 01:54:13 UTC 2012


commit 48b8ea0d33549231475ca813ace8fb894d2c66f0
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Wed Mar 21 21:54:10 2012 -0400

    1.0.5b

 IBSimu.spec    |   39 +++-
 docfooter.html |    8 +
 docheader.html |   10 +
 docstyle.css   |  676 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 main.dxy       |   11 +
 main_dev.dxy   |   15 ++
 sources        |    2 +-
 webfooter.html |   17 ++
 webheader.html |   45 ++++
 9 files changed, 809 insertions(+), 14 deletions(-)
---
diff --git a/IBSimu.spec b/IBSimu.spec
index f3814d6..e084c56 100644
--- a/IBSimu.spec
+++ b/IBSimu.spec
@@ -1,13 +1,25 @@
+%global postrel b
+
 Name:           IBSimu
-Version:        1.0.4
-Release:        7%{?dist}
+Version:        1.0.5
+Release:        1.b%{?dist}
 Summary:        Ion beam simulator
 
 Group:          System Environment/Libraries
 License:        GPLv2+
 
 URL:            http://ibsimu.sourceforge.net/
-Source0:        http://downloads.sourceforge.net/project/ibsimu/ibsimu/libibsimu-%{version}.tar.gz
+Source0:        http://downloads.sourceforge.net/project/ibsimu/ibsimu/libibsimu-%{version}%{?postrel}.tar.gz
+
+# These files were omitted from the 1.0.5b tarball.
+# I had to dig them out of git. :P
+Source1:	docfooter.html
+Source2:	docheader.html
+Source3:	docstyle.css
+Source4:	main.dxy
+Source5:	main_dev.dxy
+Source6:	webfooter.html
+Source7:	webheader.html
 
 #These two patches allow IBSimu to be built on RHEL5. The cairo requirement is to strict
 #and a gtk call can be removed since it only provides tooltips
@@ -15,10 +27,6 @@ Source0:        http://downloads.sourceforge.net/project/ibsimu/ibsimu/libibsimu
 Patch0 :        libibsimu-lower-cairo.patch
 Patch1:         libibsimu-remove-gtk_widget_set_tooltip_text.patch
 
-#size_t no longer defined in vector for new gcc++ 
-#Reported upstream. 
-Patch2:         libibsimu-cstddef.patch
-
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %if 0%{?rhel} == 5
@@ -69,12 +77,14 @@ The %{name}-devel package contains libraries and header files for
 developing applications that use %{name}.
 
 %prep
-%setup -q -n libibsimu-%{version}
+%setup -q -n libibsimu-%{version}%{?postrel}
 %if 0%{?rhel} == 5
 %patch0 -p1
 %patch1 -p1
 %endif
-%patch2 -p1
+
+# Copy in missing doc files
+cp %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} %{SOURCE7} doc/
 
 %build
 %if 0%{?rhel} == 5
@@ -101,17 +111,20 @@ make check
 
 %files
 %defattr(-,root,root,-)
-%{_libdir}/libibsimu.so.*
+%{_libdir}/libibsimu*.so.*
 %doc README COPYING
 
 %files devel
 %defattr(-,root,root,-)
-%{_includedir}/ibsimu
-%{_libdir}/libibsimu.so
-%{_libdir}/pkgconfig/ibsimu.pc
+%{_includedir}/ibsimu*
+%{_libdir}/libibsimu*.so
+%{_libdir}/pkgconfig/ibsimu*.pc
 %doc doc/html
 
 %changelog
+* Wed Mar 21 2012 Tom Callaway <spot at fedoraproject.org> - 1.0.5-1.b
+- update to 1.0.5b
+
 * Tue Feb 28 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.4-7
 - Rebuilt for c++ ABI breakage
 
diff --git a/docfooter.html b/docfooter.html
new file mode 100644
index 0000000..d8a3cd5
--- /dev/null
+++ b/docfooter.html
@@ -0,0 +1,8 @@
+<hr class="footer"/><address class="footer"><small>
+Reference manual for Ion Beam Simulator $projectnumber<br />
+Generated on by <a href="http://www.doxygen.org/index.html">Doxygen</a> $doxygenversion on $datetime.
+</small></address>
+
+</div>
+</body>
+</html>
diff --git a/docheader.html b/docheader.html
new file mode 100644
index 0000000..3487b77
--- /dev/null
+++ b/docheader.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
+<title>$title</title>
+<link href="$relpath$tabs.css" rel="stylesheet" type="text/css"/>
+<link href="$relpath$docstyle.css" rel="stylesheet" type="text/css"/>
+</head>
+<body>
+<div class="main">
diff --git a/docstyle.css b/docstyle.css
new file mode 100644
index 0000000..baa2f24
--- /dev/null
+++ b/docstyle.css
@@ -0,0 +1,676 @@
+body, table, div, p, dl {
+	font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
+	font-size: 14px;
+        color: black;
+        padding: 0px 0px 0px 0px;
+}
+
+body {
+        padding: 20px 0px 20px 0px;
+}
+
+.main {
+        position: relative;
+        width: 1000px;
+        margin:  0px auto 0px auto;
+        padding: 0px 0px 0px 0px;
+}
+
+/* @group Heading Levels */
+
+h1 {
+	font-size: 150%;
+}
+
+h2 {
+	font-size: 120%;
+}
+
+h3 {
+	font-size: 100%;
+}
+
+dt {
+	font-weight: bold;
+}
+
+div.multicol {
+    /*
+	-moz-column-gap: 1em;
+	-webkit-column-gap: 1em;
+	-moz-column-count: 3;
+	-webkit-column-count: 3;
+	*/
+}
+
+p.startli, p.startdd, p.starttd {
+	margin-top: 2px;
+}
+
+p.endli {
+	margin-bottom: 0px;
+}
+
+p.enddd {
+	margin-bottom: 4px;
+}
+
+p.endtd {
+	margin-bottom: 2px;
+}
+
+/* @end */
+
+caption {
+	font-weight: bold;
+}
+
+span.legend {
+        font-size: 70%;
+        text-align: center;
+}
+
+h3.version {
+        font-size: 90%;
+        text-align: center;
+}
+
+div.qindex, div.navtab{
+	background-color: #EBEFF6;
+	border: 1px solid #A3B4D7;
+	text-align: center;
+	margin: 2px;
+	padding: 2px;
+}
+
+div.qindex, div.navpath {
+	width: 100%;
+	line-height: 140%;
+}
+
+div.navtab {
+	margin-right: 15px;
+}
+
+/* @group Link Styling */
+
+a {
+	color: #3D578C;
+	font-weight: normal;
+	text-decoration: none;
+}
+
+.contents a:visited {
+	color: #4665A2;
+}
+
+a:hover {
+	text-decoration: underline;
+}
+
+a.qindex {
+	font-weight: bold;
+}
+
+a.qindexHL {
+	font-weight: bold;
+	background-color: #9CAFD4;
+	color: #ffffff;
+	border: 1px double #869DCA;
+}
+
+.contents a.qindexHL:visited {
+        color: #ffffff;
+}
+
+a.el {
+	font-weight: bold;
+}
+
+a.elRef {
+}
+
+a.code {
+	color: #4665A2;
+}
+
+a.codeRef {
+	color: #4665A2;
+}
+
+/* @end */
+
+dl.el {
+	margin-left: -1cm;
+}
+
+.fragment {
+	font-family: monospace, fixed;
+	font-size: 105%;
+}
+
+pre.fragment {
+	border: 1px solid #C4CFE5;
+	background-color: #FBFCFD;
+	padding: 4px 6px;
+	margin: 4px 8px 4px 2px;
+	overflow: auto;
+	word-wrap: break-word;
+	font-size:  9pt;
+	line-height: 125%;
+}
+
+div.ah {
+	background-color: black;
+	font-weight: bold;
+	color: #ffffff;
+	margin-bottom: 3px;
+	margin-top: 3px;
+	padding: 0.2em;
+	border: solid thin #333;
+	border-radius: 0.5em;
+/*	-webkit-border-radius: .5em;
+	-moz-border-radius: .5em;
+	-webkit-box-shadow: 2px 2px 3px #999;
+	-moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
+	background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(0.3, #444));
+	background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000);*/
+}
+
+div.groupHeader {
+	margin-left: 16px;
+	margin-top: 12px;
+	margin-bottom: 6px;
+	font-weight: bold;
+}
+
+div.groupText {
+	margin-left: 16px;
+	font-style: italic;
+}
+
+body {
+	background: white;
+	color: black;
+        margin: 0;
+}
+
+div.contents {
+	margin-top: 10px;
+	margin-left: 10px;
+	margin-right: 10px;
+}
+
+td.indexkey {
+	background-color: #EBEFF6;
+	font-weight: bold;
+	border: 1px solid #C4CFE5;
+	margin: 2px 0px 2px 0;
+	padding: 2px 10px;
+}
+
+td.indexvalue {
+	background-color: #EBEFF6;
+	border: 1px solid #C4CFE5;
+	padding: 2px 10px;
+	margin: 2px 0px;
+}
+
+tr.memlist {
+	background-color: #EEF1F7;
+}
+
+p.formulaDsp {
+	text-align: center;
+}
+
+img.formulaDsp {
+	
+}
+
+img.formulaInl {
+	vertical-align: middle;
+}
+
+div.center {
+	text-align: center;
+        margin-top: 0px;
+        margin-bottom: 0px;
+        padding: 0px;
+}
+
+div.center img {
+	border: 0px;
+}
+
+address.footer {
+	text-align: right;
+	padding-right: 12px;
+}
+
+img.footer {
+	border: 0px;
+	vertical-align: middle;
+}
+
+/* @group Code Colorization */
+
+span.keyword {
+	color: #008000
+}
+
+span.keywordtype {
+	color: #604020
+}
+
+span.keywordflow {
+	color: #e08000
+}
+
+span.comment {
+	color: #800000
+}
+
+span.preprocessor {
+	color: #806020
+}
+
+span.stringliteral {
+	color: #002080
+}
+
+span.charliteral {
+	color: #008080
+}
+
+span.vhdldigit { 
+	color: #ff00ff 
+}
+
+span.vhdlchar { 
+	color: #000000 
+}
+
+span.vhdlkeyword { 
+	color: #700070 
+}
+
+span.vhdllogic { 
+	color: #ff0000 
+}
+
+/* @end */
+
+/*
+.search {
+	color: #003399;
+	font-weight: bold;
+}
+
+form.search {
+	margin-bottom: 0px;
+	margin-top: 0px;
+}
+
+input.search {
+	font-size: 75%;
+	color: #000080;
+	font-weight: normal;
+	background-color: #e8eef2;
+}
+*/
+
+td.tiny {
+	font-size: 75%;
+}
+
+.dirtab {
+	padding: 4px;
+	border-collapse: collapse;
+	border: 1px solid #A3B4D7;
+}
+
+th.dirtab {
+	background: #EBEFF6;
+	font-weight: bold;
+}
+
+hr {
+	height: 0px;
+	border: none;
+	border-top: 1px solid #4A6AAA;
+}
+
+hr.footer {
+	height: 1px;
+}
+
+/* @group Member Descriptions */
+
+table.memberdecls {
+	border-spacing: 0px;
+	padding: 0px;
+}
+
+.mdescLeft, .mdescRight,
+.memItemLeft, .memItemRight,
+.memTemplItemLeft, .memTemplItemRight, .memTemplParams {
+	background-color: #F9FAFC;
+	border: none;
+	margin: 4px;
+	padding: 1px 0 0 8px;
+}
+
+.mdescLeft, .mdescRight {
+	padding: 0px 8px 4px 8px;
+	color: #555;
+}
+
+.memItemLeft, .memItemRight, .memTemplParams {
+	border-top: 1px solid #C4CFE5;
+}
+
+.memItemLeft, .memTemplItemLeft {
+        white-space: nowrap;
+}
+
+.memTemplParams {
+	color: #4665A2;
+        white-space: nowrap;
+}
+
+/* @end */
+
+/* @group Member Details */
+
+/* Styles for detailed member documentation */
+
+.memtemplate {
+	font-size: 80%;
+	color: #4665A2;
+	font-weight: normal;
+	margin-left: 3px;
+}
+
+.memnav {
+	background-color: #EBEFF6;
+	border: 1px solid #A3B4D7;
+	text-align: center;
+	margin: 2px;
+	margin-right: 15px;
+	padding: 2px;
+}
+
+.memitem {
+	padding: 0;
+	margin-bottom: 10px;
+}
+
+.memname {
+        white-space: nowrap;
+        font-weight: bold;
+        margin-left: 6px;
+}
+
+.memproto {
+        border-top: 1px solid #A8B8D9;
+        border-left: 1px solid #A8B8D9;
+        border-right: 1px solid #A8B8D9;
+        padding: 6px 0px 6px 0px;
+        color: #253555;
+        font-weight: bold;
+        text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
+        /* firefox specific markup */
+	/*
+        -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
+        -moz-border-radius-topright: 8px;
+        -moz-border-radius-topleft: 8px;
+	*/
+        /* webkit specific markup */
+	/*
+        -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
+        -webkit-border-top-right-radius: 8px;
+        -webkit-border-top-left-radius: 8px;*/
+        background-image:url('nav_f.png');
+        background-repeat:repeat-x;
+        background-color: #E2E8F2;
+
+}
+
+.memdoc {
+        border-bottom: 1px solid #A8B8D9;      
+        border-left: 1px solid #A8B8D9;      
+        border-right: 1px solid #A8B8D9; 
+        padding: 2px 5px;
+        background-color: #FBFCFD;
+        border-top-width: 0;
+        /* firefox specific markup */
+	/*
+        -moz-border-radius-bottomleft: 8px;
+        -moz-border-radius-bottomright: 8px;
+        -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
+        background-image: -moz-linear-gradient(center top, #FFFFFF 0%, #FFFFFF 60%, #F7F8FB 95%, #EEF1F7);
+	*/
+        /* webkit specific markup */
+	/*
+        -webkit-border-bottom-left-radius: 8px;
+        -webkit-border-bottom-right-radius: 8px;
+        -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
+        background-image: -webkit-gradient(linear,center top,center bottom,from(#FFFFFF), color-stop(0.6,#FFFFFF), color-stop(0.60,#FFFFFF), color-stop(0.95,#F7F8FB), to(#EEF1F7));
+	*/
+}
+
+.paramkey {
+	text-align: right;
+}
+
+.paramtype {
+	white-space: nowrap;
+}
+
+.paramname {
+	color: #602020;
+	white-space: nowrap;
+}
+.paramname em {
+	font-style: normal;
+}
+
+/* @end */
+
+/* @group Directory (tree) */
+
+/* for the tree view */
+
+.ftvtree {
+	font-family: sans-serif;
+	margin: 0px;
+}
+
+/* these are for tree view when used as main index */
+
+.directory {
+	font-size: 9pt;
+	font-weight: bold;
+	margin: 5px;
+}
+
+.directory h3 {
+	margin: 0px;
+	margin-top: 1em;
+	font-size: 11pt;
+}
+
+/*
+The following two styles can be used to replace the root node title
+with an image of your choice.  Simply uncomment the next two styles,
+specify the name of your image and be sure to set 'height' to the
+proper pixel height of your image.
+*/
+
+/*
+.directory h3.swap {
+	height: 61px;
+	background-repeat: no-repeat;
+	background-image: url("yourimage.gif");
+}
+.directory h3.swap span {
+	display: none;
+}
+*/
+
+.directory > h3 {
+	margin-top: 0;
+}
+
+.directory p {
+	margin: 0px;
+	white-space: nowrap;
+}
+
+.directory div {
+	display: none;
+	margin: 0px;
+}
+
+.directory img {
+	vertical-align: -30%;
+}
+
+/* these are for tree view when not used as main index */
+
+.directory-alt {
+	font-size: 100%;
+	font-weight: bold;
+}
+
+.directory-alt h3 {
+	margin: 0px;
+	margin-top: 1em;
+	font-size: 11pt;
+}
+
+.directory-alt > h3 {
+	margin-top: 0;
+}
+
+.directory-alt p {
+	margin: 0px;
+	white-space: nowrap;
+}
+
+.directory-alt div {
+	display: none;
+	margin: 0px;
+}
+
+.directory-alt img {
+	vertical-align: -30%;
+}
+
+/* @end */
+
+div.dynheader {
+        margin-top: 8px;
+}
+
+address {
+	font-style: normal;
+	color: #2A3D61;
+}
+
+table.doxtable {
+	border-collapse:collapse;
+}
+
+table.doxtable td, table.doxtable th {
+	border: 1px solid #2D4068;
+	padding: 3px 7px 2px;
+}
+
+table.doxtable th {
+	background-color: #374F7F;
+	color: #FFFFFF;
+	font-size: 110%;
+	padding-bottom: 4px;
+	padding-top: 5px;
+	text-align:left;
+}
+
+.tabsearch {
+	top: 0px;
+	left: 10px;
+	height: 36px;
+	background-image: url('tab_b.png');
+	z-index: 101;
+	overflow: hidden;
+	font-size: 13px;
+}
+
+.navpath ul
+{
+	font-size: 11px;
+	background-image:url('tab_b.png');
+	background-repeat:repeat-x;
+	height:30px;
+	line-height:30px;
+	color:#8AA0CC;
+	border:solid 1px #C2CDE4;
+	overflow:hidden;
+	margin:0px;
+	padding:0px;
+}
+
+.navpath li
+{
+	list-style-type:none;
+	float:left;
+	padding-left:10px;
+	padding-right: 15px;
+	background-image:url('bc_s.png');
+	background-repeat:no-repeat;
+	background-position:right;
+	color:#364D7C;
+}
+
+.navpath a
+{
+	height:32px;
+	display:block;
+	text-decoration: none;
+	outline: none;
+}
+
+.navpath a:hover
+{
+	color:#6884BD;
+}
+
+div.summary
+{
+	float: right;
+	font-size: 8pt;
+	padding-right: 5px;
+	width: 50%;
+	text-align: right;
+}       
+
+div.summary a
+{
+	white-space: nowrap;
+}
+
+div.header
+{
+        background-image:url('nav_h.png');
+        background-repeat:repeat-x;
+	background-color: #F9FAFC;
+	margin:  0px;
+	border-bottom: 1px solid #C4CFE5;
+}
+
+div.headertitle
+{
+	padding: 5px 5px 5px 10px;
+}
+
diff --git a/main.dxy b/main.dxy
new file mode 100644
index 0000000..8688483
--- /dev/null
+++ b/main.dxy
@@ -0,0 +1,11 @@
+/*! \mainpage %IBSimu Reference Manual
+
+This is the reference manual for the %IBSimu simulation package. This
+manual is generated by Doxygen from the documentation embedded
+in the source code. Please see
+
+- <a href="classes.html">Class Index</a>
+- <a href="files.html">File List</a>
+
+*/
+
diff --git a/main_dev.dxy b/main_dev.dxy
new file mode 100644
index 0000000..599286a
--- /dev/null
+++ b/main_dev.dxy
@@ -0,0 +1,15 @@
+/*! \mainpage %IBSimu Reference Manual
+
+This is the reference manual for the development version of the IBSimu
+simulation package built on 06 Feb 2012. If you are using the
+development version of the code, you should build your own
+documentation to be sure you that you are reading a correct version of
+manual. This version of the manual is valid for the master branch
+development version on 06 Feb 2012. This manual is generated by
+Doxygen from the documentation embedded in the source code. Please see
+
+- <a href="classes.html">Class Index</a>
+- <a href="files.html">File List</a>
+
+*/
+
diff --git a/sources b/sources
index 144a292..8d7eb55 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-00a0b5b4156b1f908a975de99af4b85c  libibsimu-1.0.4.tar.gz
+71f04b78a1165dbea0549a137f6fe2e8  libibsimu-1.0.5b.tar.gz
diff --git a/webfooter.html b/webfooter.html
new file mode 100644
index 0000000..fc1db31
--- /dev/null
+++ b/webfooter.html
@@ -0,0 +1,17 @@
+<div class="bottombanner">
+<p>
+<hr />
+Reference manual for Ion Beam Simulator $projectnumber<br />
+Generated by <a href="http://www.doxygen.org/index.html">Doxygen</a> $doxygenversion on $datetime.
+</p>
+</div>
+
+</div>
+<!-- maincol ends -->
+
+</div>
+<!-- main ends -->
+
+</body>
+</html>
+
diff --git a/webheader.html b/webheader.html
new file mode 100644
index 0000000..914447d
--- /dev/null
+++ b/webheader.html
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
+"http://www.w3.org/TR/xhtml-basic/xhtml11-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+  <link rel="StyleSheet" href="../style.css" type="text/css" media="all" />
+  <link rel="shortcut icon" href="../logo_16x16.png" />
+  <title>IBSimu - $title</title>
+  <meta name="author" content="Taneli Kalvas" />
+  <meta name="description" content="IBSimu homepage" />
+  <meta name="keywords" content="Ion Beam Simulator, IBSimu, ion, optics, extraction, simulation, modelling, beam" />
+</head>
+<body>
+
+<div class="main">
+
+<div class="leftbanner">
+<img src="../logo_180x180.png" />
+
+<h5>Navigation</h5>
+<p>
+<a href="../index.html">Main Page</a><br />
+<a href="../download.html">Download</a><br />
+<a href="../support.html">Support</a><br />
+<a href="../installation.html">Installation</a><br />
+<a href="../tutorial.html">Tutorial</a><br />
+<a href="../examples.html">Examples</a><br />
+<a href="../manual.html">Reference Manual</a><br />
+&nbsp;&nbsp;&nbsp;<a href="index.html">Version 1.0.5dev</a><br />
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="classes.html">Class Index</a><br />
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="files.html">File List</a><br />
+&nbsp;&nbsp;&nbsp;<a href="../manual_1_0_5b/index.html">Version 1.0.5b</a><br />
+&nbsp;&nbsp;&nbsp;<a href="../manual_1_0_4dev/index.html">Version 1.0.4dev</a><br />
+&nbsp;&nbsp;&nbsp;<a href="../manual_1_0_4/index.html">Version 1.0.4</a><br />
+<a href="../publications.html">Publications</a><br />
+</p>
+
+<hr />
+Hosted by
+<a href="http://sourceforge.net/projects/ibsimu"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=386618&amp;type=10" width="80" height="15" alt="Get Ion Beam Simulator at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a>
+
+</div>
+
+<div class="maincol">
+


More information about the scm-commits mailing list