Mailinglist Archive: yast-commit (693 mails)
| < Previous | Next > |
[yast-commit] r56247 - in /branches/tmp/locilka/c-a-d: ./ agents/ doc/ doc/autodocs/ package/ src/ src/clients/ src/config/ testsuite/ testsuite/tests/
- From: locilka@xxxxxxxxxxxxxxxx
- Date: Fri, 20 Mar 2009 13:19:33 -0000
- Message-id: <E1LkedJ-0004tk-Rk@xxxxxxxxxxxxxxxx>
Author: locilka
Date: Fri Mar 20 14:19:33 2009
New Revision: 56247
URL: http://svn.opensuse.org/viewcvs/yast?rev=56247&view=rev
Log:
C&D project
initial (and not working) revision
Added:
branches/tmp/locilka/c-a-d/
branches/tmp/locilka/c-a-d/.cvsignore
branches/tmp/locilka/c-a-d/MAINTAINER
branches/tmp/locilka/c-a-d/Makefile.cvs
branches/tmp/locilka/c-a-d/RPMNAME
branches/tmp/locilka/c-a-d/VERSION
branches/tmp/locilka/c-a-d/agents/
branches/tmp/locilka/c-a-d/agents/.cvsignore
branches/tmp/locilka/c-a-d/agents/Makefile.am
branches/tmp/locilka/c-a-d/configure.in.in
branches/tmp/locilka/c-a-d/doc/
branches/tmp/locilka/c-a-d/doc/.cvsignore
branches/tmp/locilka/c-a-d/doc/Makefile.am
branches/tmp/locilka/c-a-d/doc/autodocs/
branches/tmp/locilka/c-a-d/doc/autodocs/.cvsignore
branches/tmp/locilka/c-a-d/doc/autodocs/Makefile.am
branches/tmp/locilka/c-a-d/package/
branches/tmp/locilka/c-a-d/package/.cvsignore
branches/tmp/locilka/c-a-d/package/yast2-c-a-d.changes
branches/tmp/locilka/c-a-d/src/
branches/tmp/locilka/c-a-d/src/.cvsignore
branches/tmp/locilka/c-a-d/src/Makefile.am
branches/tmp/locilka/c-a-d/src/clients/
branches/tmp/locilka/c-a-d/src/clients/Makefile.am
branches/tmp/locilka/c-a-d/src/clients/c-a-d.ycp
branches/tmp/locilka/c-a-d/src/config/
branches/tmp/locilka/c-a-d/src/config/Makefile.am
branches/tmp/locilka/c-a-d/src/config/c-a-d.desktop
branches/tmp/locilka/c-a-d/src/config/c-a-d.xml
branches/tmp/locilka/c-a-d/testsuite/
branches/tmp/locilka/c-a-d/testsuite/.cvsignore
branches/tmp/locilka/c-a-d/testsuite/Makefile.am
branches/tmp/locilka/c-a-d/testsuite/tests/
branches/tmp/locilka/c-a-d/testsuite/tests/.cvsignore
branches/tmp/locilka/c-a-d/testsuite/tests/CAD.err
branches/tmp/locilka/c-a-d/testsuite/tests/CAD.out
branches/tmp/locilka/c-a-d/testsuite/tests/CAD.ycp
branches/tmp/locilka/c-a-d/yast2-c-a-d.spec.in
Added: branches/tmp/locilka/c-a-d/.cvsignore
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/.cvsignore?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/.cvsignore (added)
+++ branches/tmp/locilka/c-a-d/.cvsignore Fri Mar 20 14:19:33 2009
@@ -0,0 +1,20 @@
+Makefile
+Makefile.am
+Makefile.am.common
+Makefile.in
+aclocal.m4
+config.cache
+config.guess
+config.h.in
+config.log
+config.status
+config.sub
+configure
+configure.in
+depcomp
+install-sh
+missing
+mkinstalldirs
+stamp-h
+c-a-d.pot
+autom4te.cache
Added: branches/tmp/locilka/c-a-d/MAINTAINER
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/MAINTAINER?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/MAINTAINER (added)
+++ branches/tmp/locilka/c-a-d/MAINTAINER Fri Mar 20 14:19:33 2009
@@ -0,0 +1 @@
+Lukas Ocilka <locilka@xxxxxxx>
Added: branches/tmp/locilka/c-a-d/Makefile.cvs
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/Makefile.cvs?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/Makefile.cvs (added)
+++ branches/tmp/locilka/c-a-d/Makefile.cvs Fri Mar 20 14:19:33 2009
@@ -0,0 +1,22 @@
+#
+# Makefile.cvs
+#
+PREFIX = /usr
+
+LIB = $(shell y2tool get-lib)
+
+configure: all
+ ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB)
+
+all:
+ y2tool y2autoconf
+ y2tool y2automake
+ autoreconf --force --install
+
+install: configure
+ make
+ make install
+
+reconf: all
+ ./config.status --recheck
+ ./config.status
Added: branches/tmp/locilka/c-a-d/RPMNAME
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/RPMNAME?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/RPMNAME (added)
+++ branches/tmp/locilka/c-a-d/RPMNAME Fri Mar 20 14:19:33 2009
@@ -0,0 +1 @@
+yast2-c-a-d
Added: branches/tmp/locilka/c-a-d/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/VERSION?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/VERSION (added)
+++ branches/tmp/locilka/c-a-d/VERSION Fri Mar 20 14:19:33 2009
@@ -0,0 +1 @@
+2.15.0
Added: branches/tmp/locilka/c-a-d/agents/.cvsignore
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/agents/.cvsignore?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/agents/.cvsignore (added)
+++ branches/tmp/locilka/c-a-d/agents/.cvsignore Fri Mar 20 14:19:33 2009
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
Added: branches/tmp/locilka/c-a-d/agents/Makefile.am
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/agents/Makefile.am?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/agents/Makefile.am (added)
+++ branches/tmp/locilka/c-a-d/agents/Makefile.am Fri Mar 20 14:19:33 2009
@@ -0,0 +1,7 @@
+# Makefile.am for c-a-d/agents
+
+agent_SCRIPTS =
+
+scrconf_DATA =
+
+EXTRA_DIST = $(agent_SCRIPTS) $(scrconf_DATA)
Added: branches/tmp/locilka/c-a-d/configure.in.in
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/configure.in.in?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/configure.in.in (added)
+++ branches/tmp/locilka/c-a-d/configure.in.in Fri Mar 20 14:19:33 2009
@@ -0,0 +1,12 @@
+## YCP module configure.in.in
+
+## Initialize
+@YAST2-INIT-COMMON@
+@YAST2-INIT-YCP@
+
+## some common checks
+@YAST2-CHECKS-COMMON@
+@YAST2-CHECKS-YCP@
+
+## and generate the output...
+@YAST2-OUTPUT@
Added: branches/tmp/locilka/c-a-d/doc/.cvsignore
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/doc/.cvsignore?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/doc/.cvsignore (added)
+++ branches/tmp/locilka/c-a-d/doc/.cvsignore Fri Mar 20 14:19:33 2009
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
Added: branches/tmp/locilka/c-a-d/doc/Makefile.am
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/doc/Makefile.am?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/doc/Makefile.am (added)
+++ branches/tmp/locilka/c-a-d/doc/Makefile.am Fri Mar 20 14:19:33 2009
@@ -0,0 +1,10 @@
+# Makefile.am for c-a-d/doc
+
+SUBDIRS = autodocs
+
+htmldir = $(docdir)
+
+doc_DATA =
+html_DATA =
+
+EXTRA_DIST = $(doc_DATA) $(html_DATA)
Added: branches/tmp/locilka/c-a-d/doc/autodocs/.cvsignore
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/doc/autodocs/.cvsignore?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/doc/autodocs/.cvsignore (added)
+++ branches/tmp/locilka/c-a-d/doc/autodocs/.cvsignore Fri Mar 20 14:19:33 2009
@@ -0,0 +1,3 @@
+Makefile
+Makefile.in
+*.html
Added: branches/tmp/locilka/c-a-d/doc/autodocs/Makefile.am
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/doc/autodocs/Makefile.am?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/doc/autodocs/Makefile.am (added)
+++ branches/tmp/locilka/c-a-d/doc/autodocs/Makefile.am Fri Mar 20 14:19:33 2009
@@ -0,0 +1,3 @@
+# Makefile.am for c-a-d/doc/autodocs
+
+include $(top_srcdir)/autodocs-ycp.ami
Added: branches/tmp/locilka/c-a-d/package/.cvsignore
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/package/.cvsignore?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/package/.cvsignore (added)
+++ branches/tmp/locilka/c-a-d/package/.cvsignore Fri Mar 20 14:19:33 2009
@@ -0,0 +1,2 @@
+*.spec
+*.bz2
Added: branches/tmp/locilka/c-a-d/package/yast2-c-a-d.changes
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/package/yast2-c-a-d.changes?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/package/yast2-c-a-d.changes (added)
+++ branches/tmp/locilka/c-a-d/package/yast2-c-a-d.changes Fri Mar 20 14:19:33
2009
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Fri Mar 20 14:05:51 2009 - locilka@xxxxxxx
+
+- initial version
Added: branches/tmp/locilka/c-a-d/src/.cvsignore
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/src/.cvsignore?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/src/.cvsignore (added)
+++ branches/tmp/locilka/c-a-d/src/.cvsignore Fri Mar 20 14:19:33 2009
@@ -0,0 +1,4 @@
+Makefile
+Makefile.in
+*.ybc
+.dep
Added: branches/tmp/locilka/c-a-d/src/Makefile.am
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/src/Makefile.am?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/src/Makefile.am (added)
+++ branches/tmp/locilka/c-a-d/src/Makefile.am Fri Mar 20 14:19:33 2009
@@ -0,0 +1,6 @@
+#
+# Makefile.am for c_a_d/src
+#
+
+SUBDIRS = clients config
+
Added: branches/tmp/locilka/c-a-d/src/clients/Makefile.am
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/src/clients/Makefile.am?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/src/clients/Makefile.am (added)
+++ branches/tmp/locilka/c-a-d/src/clients/Makefile.am Fri Mar 20 14:19:33 2009
@@ -0,0 +1,13 @@
+#
+# Makefile.am for wagon/src/clients
+#
+
+sbin_SCRIPTS = wagon
+
+client_DATA = $(wildcard *.ycp)
+
+YCPCFLAGS = -M ../modules
+
+EXTRA_DIST = $(sbin_SCRIPTS) $(client_DATA)
+
+include $(top_srcdir)/Makefile.am.common
Added: branches/tmp/locilka/c-a-d/src/clients/c-a-d.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/src/clients/c-a-d.ycp?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/src/clients/c-a-d.ycp (added)
+++ branches/tmp/locilka/c-a-d/src/clients/c-a-d.ycp Fri Mar 20 14:19:33 2009
@@ -0,0 +1,93 @@
+/*
------------------------------------------------------------------------------
+ * Copyright (c) 2006 Novell, Inc. All Rights Reserved.
+ *
+ *
+ * This program is free software; you can redistribute it and/or modify it
under
+ * the terms of version 2 of the GNU General Public License as published by the
+ * Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
details.
+ *
+ * You should have received a copy of the GNU General Public License along with
+ * this program; if not, contact Novell, Inc.
+ *
+ * To contact Novell about this file by physical or electronic mail, you may
find
+ * current contact information at www.novell.com.
+ *
------------------------------------------------------------------------------
+ */
+
+/**
+ * File: clients/c-a-d.ycp
+ * Package: Configuration of c-a-d
+ * Summary: Main file
+ * Authors: Lukas Ocilka <locilka@xxxxxxx>
+ *
+ * $Id: c-a-d.ycp 27914 2006-02-13 14:32:08Z locilka $
+ *
+ * Main file for c-a-d configuration. Uses all other files.
+ */
+
+{
+
+/***
+ * <h3>Configuration of c-a-d</h3>
+ */
+
+textdomain "c-a-d";
+
+/* The main () */
+y2milestone ("----------------------------------------");
+y2milestone ("CAD module started");
+
+import "Progress";
+import "Report";
+import "Summary";
+
+import "CommandLine";
+include "c-a-d/wizards.ycp";
+
+map cmdline_description = $[
+ "id" : "c-a-d",
+ /* Command line help text for the Xc-a-d module */
+ "help" : _("Configuration of c-a-d"),
+ "guihandler" : CADSequence,
+ "initialize" : CAD::Read,
+ "finish" : CAD::Write,
+ "actions" : $[
+ // FIXME TODO: fill the functionality description here
+ ],
+ "options" : $[
+ // FIXME TODO: fill the option descriptions here
+ ],
+ "mappings" : $[
+ // FIXME TODO: fill the mappings of actions and options here
+ ]
+];
+
+/* is this proposal or not? */
+boolean propose = false;
+list args = WFM::Args();
+if(size(args) > 0) {
+ if(is(WFM::Args(0), path) && WFM::Args(0) == .propose) {
+ y2milestone("Using PROPOSE mode");
+ propose = true;
+ }
+}
+
+/* main ui function */
+any ret = nil;
+
+if(propose) ret = CADAutoSequence();
+else ret = CommandLine::Run(cmdline_description);
+y2debug("ret=%1", ret);
+
+/* Finish */
+y2milestone("CAD module finished");
+y2milestone("----------------------------------------");
+
+return ret;
+
+/* EOF */
+}
Added: branches/tmp/locilka/c-a-d/src/config/Makefile.am
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/src/config/Makefile.am?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/src/config/Makefile.am (added)
+++ branches/tmp/locilka/c-a-d/src/config/Makefile.am Fri Mar 20 14:19:33 2009
@@ -0,0 +1,14 @@
+#
+# Makefile.am for wagon/src/config
+#
+
+controldir = $(yast2dir)/control
+
+control_DATA = $(wildcard *.xml)
+
+desktop_DATA = $(wildcard *.desktop)
+
+EXTRA_DIST = $(desktop_DATA) $(control_DATA)
+
+check-local:
+ xmllint --relaxng $(controldir)/control.rng --noout $(control_DATA)
Added: branches/tmp/locilka/c-a-d/src/config/c-a-d.desktop
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/src/config/c-a-d.desktop?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/src/config/c-a-d.desktop (added)
+++ branches/tmp/locilka/c-a-d/src/config/c-a-d.desktop Fri Mar 20 14:19:33 2009
@@ -0,0 +1,25 @@
+[Desktop Entry]
+Type=Application
+Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-Misc;
+
+X-KDE-ModuleType=Library
+X-KDE-RootOnly=true
+X-KDE-HasReadOnlyMode=true
+X-KDE-Library=yast2
+X-SuSE-YaST-Call=c-a-d
+
+X-SuSE-YaST-Group=Misc
+X-SuSE-YaST-Argument=
+X-SuSE-YaST-RootOnly=true
+X-SuSE-YaST-AutoInst=
+X-SuSE-YaST-Geometry=
+X-SuSE-YaST-SortKey=
+X-SuSE-YaST-AutoInstResource=c-a-d
+
+Icon=yast-c-a-d
+Exec=/sbin/yast2 c-a-d
+
+Name=CAD
+GenericName=c-a-d
+X-KDE-SubstituteUID=true
+StartupNotify=true
Added: branches/tmp/locilka/c-a-d/src/config/c-a-d.xml
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/src/config/c-a-d.xml?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/src/config/c-a-d.xml (added)
+++ branches/tmp/locilka/c-a-d/src/config/c-a-d.xml Fri Mar 20 14:19:33 2009
@@ -0,0 +1,76 @@
+<?xml version="1.0"?>
+<!--
+ Use /usr/share/YaST2/control/control.rng for control file validation,
+ e.g., xmllint -noout -relaxng /usr/share/YaST2/control/control.rng
${XML_FILE}
+-->
+<productDefines xmlns="http://www.suse.com/1.0/yast2ns"
+ xmlns:config="http://www.suse.com/1.0/configns">
+
+<!-- This workflow is part of the yast2-c-a-d package -->
+
+<!--
+Work around for the text domain
+textdomain="c-a-d"
+-->
+ <textdomain>c-a-d</textdomain>
+
+ <globals>
+ </globals>
+
+ <software>
+ </software>
+
+ <proposals config:type="list">
+ <proposal>
+ <label>...</label>
+ <mode>normal</mode>
+ <stage>normal</stage>
+ <name>cad_proposal</name>
+ <enable_skip>no</enable_skip>
+
+ <proposal_modules config:type="list">
+ <proposal_module>cad_codecs</proposal_module>
+ <proposal_module>cad_drivers</proposal_module>
+ </proposal_modules>
+ </proposal>
+ </proposals>
+
+ <workflows config:type="list">
+
+ <workflow>
+ <defaults>
+ <archs>all</archs>
+ <enable_back>yes</enable_back>
+ <enable_next>yes</enable_next>
+ </defaults>
+
+ <label>C and D</label>
+ <mode>normal</mode>
+ <stage>normal</stage>
+
+ <modules config:type="list">
+ <module>
+ <label>System Analysis</label>
+ <name>cad_welcome</name>
+ <execute>inst_cad_welcome</execute>
+ <enable_back>no</enable_back>
+ </module>
+
+ <module>
+ <label>Installation Proposal</label>
+ <name>cad_proposal</name>
+ <execute>inst_proposal</execute>
+ <proposal>cad_proposal</proposal>
+ </module>
+
+ <module>
+ <label>Installation</label>
+ <name>update_url_dialog</name>
+ <execute>wagon_update_url</execute>
+ </module>
+ </modules>
+ </workflow>
+
+ </workflows>
+
+</productDefines>
Added: branches/tmp/locilka/c-a-d/testsuite/.cvsignore
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/testsuite/.cvsignore?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/testsuite/.cvsignore (added)
+++ branches/tmp/locilka/c-a-d/testsuite/.cvsignore Fri Mar 20 14:19:33 2009
@@ -0,0 +1,11 @@
+Makefile
+Makefile.in
+site.exp
+*.sum
+*.log
+tmp.out*
+tmp.err*
+tmp.log*
+config
+run
+*.test
Added: branches/tmp/locilka/c-a-d/testsuite/Makefile.am
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/testsuite/Makefile.am?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/testsuite/Makefile.am (added)
+++ branches/tmp/locilka/c-a-d/testsuite/Makefile.am Fri Mar 20 14:19:33 2009
@@ -0,0 +1,21 @@
+#
+# Makefile.am for .../testsuite
+#
+# Do not edit this file (Makefile.am) as it will be overwritten!
+#
+
+AUTOMAKE_OPTIONS = dejagnu
+EXTRA_DIST = $(wildcard tests/*.out) $(wildcard tests/*.err) $(wildcard
tests/*.ycp) $(wildcard tests/*.yh)
+
+testsuite_prepare = @ydatadir@/testsuite/Makefile.testsuite
+
+all-local: $(testsuite_prepare)
+ make -f $(testsuite_prepare) RPMNAME=$(RPMNAME) srcdir=$(srcdir)
+
+clean-local: $(testsuite_prepare)
+ make -f $(testsuite_prepare) RPMNAME=$(RPMNAME) srcdir=$(srcdir) clean
+
+check-local: $(testsuite_prepare)
+ make -f $(testsuite_prepare) RPMNAME=$(RPMNAME) srcdir=$(srcdir) check
+
+# EOF
Added: branches/tmp/locilka/c-a-d/testsuite/tests/.cvsignore
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/testsuite/tests/.cvsignore?rev=56247&view=auto
==============================================================================
(empty)
Added: branches/tmp/locilka/c-a-d/testsuite/tests/CAD.err
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/testsuite/tests/CAD.err?rev=56247&view=auto
==============================================================================
(empty)
Added: branches/tmp/locilka/c-a-d/testsuite/tests/CAD.out
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/testsuite/tests/CAD.out?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/testsuite/tests/CAD.out (added)
+++ branches/tmp/locilka/c-a-d/testsuite/tests/CAD.out Fri Mar 20 14:19:33 2009
@@ -0,0 +1,2 @@
+Dump CAD::Modified
+Return false
Added: branches/tmp/locilka/c-a-d/testsuite/tests/CAD.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/testsuite/tests/CAD.ycp?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/testsuite/tests/CAD.ycp (added)
+++ branches/tmp/locilka/c-a-d/testsuite/tests/CAD.ycp Fri Mar 20 14:19:33 2009
@@ -0,0 +1,13 @@
+{
+
+// testedfiles: CAD.ycp
+
+include "testsuite.ycp";
+TESTSUITE_INIT([], nil);
+
+import "CAD";
+
+DUMP("CAD::Modified");
+TEST(``(CAD::Modified()), [], nil);
+
+}
Added: branches/tmp/locilka/c-a-d/yast2-c-a-d.spec.in
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/yast2-c-a-d.spec.in?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/yast2-c-a-d.spec.in (added)
+++ branches/tmp/locilka/c-a-d/yast2-c-a-d.spec.in Fri Mar 20 14:19:33 2009
@@ -0,0 +1,31 @@
+@HEADER-COMMENT@
+
+@HEADER@
+Requires: yast2
+BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-devtools
yast2-testsuite
+
+BuildArchitectures: noarch
+
+Summary: Configuration of c-a-d
+
+%description
+-
+
+@PREP@
+
+@BUILD@
+
+@INSTALL@
+
+@CLEAN@
+
+%files
+%defattr(-,root,root)
+%dir @yncludedir@/c-a-d
+@yncludedir@/c-a-d/*
+@clientdir@/c-a-d.ycp
+@clientdir@/c-a-d_*.ycp
+@moduledir@/CAD.*
+@moduledir@/CAD2.*
+@desktopdir@/c-a-d.desktop
+%doc @docdir@
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Fri Mar 20 14:19:33 2009
New Revision: 56247
URL: http://svn.opensuse.org/viewcvs/yast?rev=56247&view=rev
Log:
C&D project
initial (and not working) revision
Added:
branches/tmp/locilka/c-a-d/
branches/tmp/locilka/c-a-d/.cvsignore
branches/tmp/locilka/c-a-d/MAINTAINER
branches/tmp/locilka/c-a-d/Makefile.cvs
branches/tmp/locilka/c-a-d/RPMNAME
branches/tmp/locilka/c-a-d/VERSION
branches/tmp/locilka/c-a-d/agents/
branches/tmp/locilka/c-a-d/agents/.cvsignore
branches/tmp/locilka/c-a-d/agents/Makefile.am
branches/tmp/locilka/c-a-d/configure.in.in
branches/tmp/locilka/c-a-d/doc/
branches/tmp/locilka/c-a-d/doc/.cvsignore
branches/tmp/locilka/c-a-d/doc/Makefile.am
branches/tmp/locilka/c-a-d/doc/autodocs/
branches/tmp/locilka/c-a-d/doc/autodocs/.cvsignore
branches/tmp/locilka/c-a-d/doc/autodocs/Makefile.am
branches/tmp/locilka/c-a-d/package/
branches/tmp/locilka/c-a-d/package/.cvsignore
branches/tmp/locilka/c-a-d/package/yast2-c-a-d.changes
branches/tmp/locilka/c-a-d/src/
branches/tmp/locilka/c-a-d/src/.cvsignore
branches/tmp/locilka/c-a-d/src/Makefile.am
branches/tmp/locilka/c-a-d/src/clients/
branches/tmp/locilka/c-a-d/src/clients/Makefile.am
branches/tmp/locilka/c-a-d/src/clients/c-a-d.ycp
branches/tmp/locilka/c-a-d/src/config/
branches/tmp/locilka/c-a-d/src/config/Makefile.am
branches/tmp/locilka/c-a-d/src/config/c-a-d.desktop
branches/tmp/locilka/c-a-d/src/config/c-a-d.xml
branches/tmp/locilka/c-a-d/testsuite/
branches/tmp/locilka/c-a-d/testsuite/.cvsignore
branches/tmp/locilka/c-a-d/testsuite/Makefile.am
branches/tmp/locilka/c-a-d/testsuite/tests/
branches/tmp/locilka/c-a-d/testsuite/tests/.cvsignore
branches/tmp/locilka/c-a-d/testsuite/tests/CAD.err
branches/tmp/locilka/c-a-d/testsuite/tests/CAD.out
branches/tmp/locilka/c-a-d/testsuite/tests/CAD.ycp
branches/tmp/locilka/c-a-d/yast2-c-a-d.spec.in
Added: branches/tmp/locilka/c-a-d/.cvsignore
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/.cvsignore?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/.cvsignore (added)
+++ branches/tmp/locilka/c-a-d/.cvsignore Fri Mar 20 14:19:33 2009
@@ -0,0 +1,20 @@
+Makefile
+Makefile.am
+Makefile.am.common
+Makefile.in
+aclocal.m4
+config.cache
+config.guess
+config.h.in
+config.log
+config.status
+config.sub
+configure
+configure.in
+depcomp
+install-sh
+missing
+mkinstalldirs
+stamp-h
+c-a-d.pot
+autom4te.cache
Added: branches/tmp/locilka/c-a-d/MAINTAINER
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/MAINTAINER?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/MAINTAINER (added)
+++ branches/tmp/locilka/c-a-d/MAINTAINER Fri Mar 20 14:19:33 2009
@@ -0,0 +1 @@
+Lukas Ocilka <locilka@xxxxxxx>
Added: branches/tmp/locilka/c-a-d/Makefile.cvs
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/Makefile.cvs?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/Makefile.cvs (added)
+++ branches/tmp/locilka/c-a-d/Makefile.cvs Fri Mar 20 14:19:33 2009
@@ -0,0 +1,22 @@
+#
+# Makefile.cvs
+#
+PREFIX = /usr
+
+LIB = $(shell y2tool get-lib)
+
+configure: all
+ ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB)
+
+all:
+ y2tool y2autoconf
+ y2tool y2automake
+ autoreconf --force --install
+
+install: configure
+ make
+ make install
+
+reconf: all
+ ./config.status --recheck
+ ./config.status
Added: branches/tmp/locilka/c-a-d/RPMNAME
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/RPMNAME?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/RPMNAME (added)
+++ branches/tmp/locilka/c-a-d/RPMNAME Fri Mar 20 14:19:33 2009
@@ -0,0 +1 @@
+yast2-c-a-d
Added: branches/tmp/locilka/c-a-d/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/VERSION?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/VERSION (added)
+++ branches/tmp/locilka/c-a-d/VERSION Fri Mar 20 14:19:33 2009
@@ -0,0 +1 @@
+2.15.0
Added: branches/tmp/locilka/c-a-d/agents/.cvsignore
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/agents/.cvsignore?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/agents/.cvsignore (added)
+++ branches/tmp/locilka/c-a-d/agents/.cvsignore Fri Mar 20 14:19:33 2009
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
Added: branches/tmp/locilka/c-a-d/agents/Makefile.am
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/agents/Makefile.am?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/agents/Makefile.am (added)
+++ branches/tmp/locilka/c-a-d/agents/Makefile.am Fri Mar 20 14:19:33 2009
@@ -0,0 +1,7 @@
+# Makefile.am for c-a-d/agents
+
+agent_SCRIPTS =
+
+scrconf_DATA =
+
+EXTRA_DIST = $(agent_SCRIPTS) $(scrconf_DATA)
Added: branches/tmp/locilka/c-a-d/configure.in.in
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/configure.in.in?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/configure.in.in (added)
+++ branches/tmp/locilka/c-a-d/configure.in.in Fri Mar 20 14:19:33 2009
@@ -0,0 +1,12 @@
+## YCP module configure.in.in
+
+## Initialize
+@YAST2-INIT-COMMON@
+@YAST2-INIT-YCP@
+
+## some common checks
+@YAST2-CHECKS-COMMON@
+@YAST2-CHECKS-YCP@
+
+## and generate the output...
+@YAST2-OUTPUT@
Added: branches/tmp/locilka/c-a-d/doc/.cvsignore
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/doc/.cvsignore?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/doc/.cvsignore (added)
+++ branches/tmp/locilka/c-a-d/doc/.cvsignore Fri Mar 20 14:19:33 2009
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
Added: branches/tmp/locilka/c-a-d/doc/Makefile.am
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/doc/Makefile.am?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/doc/Makefile.am (added)
+++ branches/tmp/locilka/c-a-d/doc/Makefile.am Fri Mar 20 14:19:33 2009
@@ -0,0 +1,10 @@
+# Makefile.am for c-a-d/doc
+
+SUBDIRS = autodocs
+
+htmldir = $(docdir)
+
+doc_DATA =
+html_DATA =
+
+EXTRA_DIST = $(doc_DATA) $(html_DATA)
Added: branches/tmp/locilka/c-a-d/doc/autodocs/.cvsignore
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/doc/autodocs/.cvsignore?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/doc/autodocs/.cvsignore (added)
+++ branches/tmp/locilka/c-a-d/doc/autodocs/.cvsignore Fri Mar 20 14:19:33 2009
@@ -0,0 +1,3 @@
+Makefile
+Makefile.in
+*.html
Added: branches/tmp/locilka/c-a-d/doc/autodocs/Makefile.am
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/doc/autodocs/Makefile.am?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/doc/autodocs/Makefile.am (added)
+++ branches/tmp/locilka/c-a-d/doc/autodocs/Makefile.am Fri Mar 20 14:19:33 2009
@@ -0,0 +1,3 @@
+# Makefile.am for c-a-d/doc/autodocs
+
+include $(top_srcdir)/autodocs-ycp.ami
Added: branches/tmp/locilka/c-a-d/package/.cvsignore
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/package/.cvsignore?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/package/.cvsignore (added)
+++ branches/tmp/locilka/c-a-d/package/.cvsignore Fri Mar 20 14:19:33 2009
@@ -0,0 +1,2 @@
+*.spec
+*.bz2
Added: branches/tmp/locilka/c-a-d/package/yast2-c-a-d.changes
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/package/yast2-c-a-d.changes?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/package/yast2-c-a-d.changes (added)
+++ branches/tmp/locilka/c-a-d/package/yast2-c-a-d.changes Fri Mar 20 14:19:33
2009
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Fri Mar 20 14:05:51 2009 - locilka@xxxxxxx
+
+- initial version
Added: branches/tmp/locilka/c-a-d/src/.cvsignore
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/src/.cvsignore?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/src/.cvsignore (added)
+++ branches/tmp/locilka/c-a-d/src/.cvsignore Fri Mar 20 14:19:33 2009
@@ -0,0 +1,4 @@
+Makefile
+Makefile.in
+*.ybc
+.dep
Added: branches/tmp/locilka/c-a-d/src/Makefile.am
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/src/Makefile.am?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/src/Makefile.am (added)
+++ branches/tmp/locilka/c-a-d/src/Makefile.am Fri Mar 20 14:19:33 2009
@@ -0,0 +1,6 @@
+#
+# Makefile.am for c_a_d/src
+#
+
+SUBDIRS = clients config
+
Added: branches/tmp/locilka/c-a-d/src/clients/Makefile.am
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/src/clients/Makefile.am?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/src/clients/Makefile.am (added)
+++ branches/tmp/locilka/c-a-d/src/clients/Makefile.am Fri Mar 20 14:19:33 2009
@@ -0,0 +1,13 @@
+#
+# Makefile.am for wagon/src/clients
+#
+
+sbin_SCRIPTS = wagon
+
+client_DATA = $(wildcard *.ycp)
+
+YCPCFLAGS = -M ../modules
+
+EXTRA_DIST = $(sbin_SCRIPTS) $(client_DATA)
+
+include $(top_srcdir)/Makefile.am.common
Added: branches/tmp/locilka/c-a-d/src/clients/c-a-d.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/src/clients/c-a-d.ycp?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/src/clients/c-a-d.ycp (added)
+++ branches/tmp/locilka/c-a-d/src/clients/c-a-d.ycp Fri Mar 20 14:19:33 2009
@@ -0,0 +1,93 @@
+/*
------------------------------------------------------------------------------
+ * Copyright (c) 2006 Novell, Inc. All Rights Reserved.
+ *
+ *
+ * This program is free software; you can redistribute it and/or modify it
under
+ * the terms of version 2 of the GNU General Public License as published by the
+ * Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
details.
+ *
+ * You should have received a copy of the GNU General Public License along with
+ * this program; if not, contact Novell, Inc.
+ *
+ * To contact Novell about this file by physical or electronic mail, you may
find
+ * current contact information at www.novell.com.
+ *
------------------------------------------------------------------------------
+ */
+
+/**
+ * File: clients/c-a-d.ycp
+ * Package: Configuration of c-a-d
+ * Summary: Main file
+ * Authors: Lukas Ocilka <locilka@xxxxxxx>
+ *
+ * $Id: c-a-d.ycp 27914 2006-02-13 14:32:08Z locilka $
+ *
+ * Main file for c-a-d configuration. Uses all other files.
+ */
+
+{
+
+/***
+ * <h3>Configuration of c-a-d</h3>
+ */
+
+textdomain "c-a-d";
+
+/* The main () */
+y2milestone ("----------------------------------------");
+y2milestone ("CAD module started");
+
+import "Progress";
+import "Report";
+import "Summary";
+
+import "CommandLine";
+include "c-a-d/wizards.ycp";
+
+map cmdline_description = $[
+ "id" : "c-a-d",
+ /* Command line help text for the Xc-a-d module */
+ "help" : _("Configuration of c-a-d"),
+ "guihandler" : CADSequence,
+ "initialize" : CAD::Read,
+ "finish" : CAD::Write,
+ "actions" : $[
+ // FIXME TODO: fill the functionality description here
+ ],
+ "options" : $[
+ // FIXME TODO: fill the option descriptions here
+ ],
+ "mappings" : $[
+ // FIXME TODO: fill the mappings of actions and options here
+ ]
+];
+
+/* is this proposal or not? */
+boolean propose = false;
+list args = WFM::Args();
+if(size(args) > 0) {
+ if(is(WFM::Args(0), path) && WFM::Args(0) == .propose) {
+ y2milestone("Using PROPOSE mode");
+ propose = true;
+ }
+}
+
+/* main ui function */
+any ret = nil;
+
+if(propose) ret = CADAutoSequence();
+else ret = CommandLine::Run(cmdline_description);
+y2debug("ret=%1", ret);
+
+/* Finish */
+y2milestone("CAD module finished");
+y2milestone("----------------------------------------");
+
+return ret;
+
+/* EOF */
+}
Added: branches/tmp/locilka/c-a-d/src/config/Makefile.am
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/src/config/Makefile.am?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/src/config/Makefile.am (added)
+++ branches/tmp/locilka/c-a-d/src/config/Makefile.am Fri Mar 20 14:19:33 2009
@@ -0,0 +1,14 @@
+#
+# Makefile.am for wagon/src/config
+#
+
+controldir = $(yast2dir)/control
+
+control_DATA = $(wildcard *.xml)
+
+desktop_DATA = $(wildcard *.desktop)
+
+EXTRA_DIST = $(desktop_DATA) $(control_DATA)
+
+check-local:
+ xmllint --relaxng $(controldir)/control.rng --noout $(control_DATA)
Added: branches/tmp/locilka/c-a-d/src/config/c-a-d.desktop
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/src/config/c-a-d.desktop?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/src/config/c-a-d.desktop (added)
+++ branches/tmp/locilka/c-a-d/src/config/c-a-d.desktop Fri Mar 20 14:19:33 2009
@@ -0,0 +1,25 @@
+[Desktop Entry]
+Type=Application
+Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-Misc;
+
+X-KDE-ModuleType=Library
+X-KDE-RootOnly=true
+X-KDE-HasReadOnlyMode=true
+X-KDE-Library=yast2
+X-SuSE-YaST-Call=c-a-d
+
+X-SuSE-YaST-Group=Misc
+X-SuSE-YaST-Argument=
+X-SuSE-YaST-RootOnly=true
+X-SuSE-YaST-AutoInst=
+X-SuSE-YaST-Geometry=
+X-SuSE-YaST-SortKey=
+X-SuSE-YaST-AutoInstResource=c-a-d
+
+Icon=yast-c-a-d
+Exec=/sbin/yast2 c-a-d
+
+Name=CAD
+GenericName=c-a-d
+X-KDE-SubstituteUID=true
+StartupNotify=true
Added: branches/tmp/locilka/c-a-d/src/config/c-a-d.xml
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/src/config/c-a-d.xml?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/src/config/c-a-d.xml (added)
+++ branches/tmp/locilka/c-a-d/src/config/c-a-d.xml Fri Mar 20 14:19:33 2009
@@ -0,0 +1,76 @@
+<?xml version="1.0"?>
+<!--
+ Use /usr/share/YaST2/control/control.rng for control file validation,
+ e.g., xmllint -noout -relaxng /usr/share/YaST2/control/control.rng
${XML_FILE}
+-->
+<productDefines xmlns="http://www.suse.com/1.0/yast2ns"
+ xmlns:config="http://www.suse.com/1.0/configns">
+
+<!-- This workflow is part of the yast2-c-a-d package -->
+
+<!--
+Work around for the text domain
+textdomain="c-a-d"
+-->
+ <textdomain>c-a-d</textdomain>
+
+ <globals>
+ </globals>
+
+ <software>
+ </software>
+
+ <proposals config:type="list">
+ <proposal>
+ <label>...</label>
+ <mode>normal</mode>
+ <stage>normal</stage>
+ <name>cad_proposal</name>
+ <enable_skip>no</enable_skip>
+
+ <proposal_modules config:type="list">
+ <proposal_module>cad_codecs</proposal_module>
+ <proposal_module>cad_drivers</proposal_module>
+ </proposal_modules>
+ </proposal>
+ </proposals>
+
+ <workflows config:type="list">
+
+ <workflow>
+ <defaults>
+ <archs>all</archs>
+ <enable_back>yes</enable_back>
+ <enable_next>yes</enable_next>
+ </defaults>
+
+ <label>C and D</label>
+ <mode>normal</mode>
+ <stage>normal</stage>
+
+ <modules config:type="list">
+ <module>
+ <label>System Analysis</label>
+ <name>cad_welcome</name>
+ <execute>inst_cad_welcome</execute>
+ <enable_back>no</enable_back>
+ </module>
+
+ <module>
+ <label>Installation Proposal</label>
+ <name>cad_proposal</name>
+ <execute>inst_proposal</execute>
+ <proposal>cad_proposal</proposal>
+ </module>
+
+ <module>
+ <label>Installation</label>
+ <name>update_url_dialog</name>
+ <execute>wagon_update_url</execute>
+ </module>
+ </modules>
+ </workflow>
+
+ </workflows>
+
+</productDefines>
Added: branches/tmp/locilka/c-a-d/testsuite/.cvsignore
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/testsuite/.cvsignore?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/testsuite/.cvsignore (added)
+++ branches/tmp/locilka/c-a-d/testsuite/.cvsignore Fri Mar 20 14:19:33 2009
@@ -0,0 +1,11 @@
+Makefile
+Makefile.in
+site.exp
+*.sum
+*.log
+tmp.out*
+tmp.err*
+tmp.log*
+config
+run
+*.test
Added: branches/tmp/locilka/c-a-d/testsuite/Makefile.am
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/testsuite/Makefile.am?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/testsuite/Makefile.am (added)
+++ branches/tmp/locilka/c-a-d/testsuite/Makefile.am Fri Mar 20 14:19:33 2009
@@ -0,0 +1,21 @@
+#
+# Makefile.am for .../testsuite
+#
+# Do not edit this file (Makefile.am) as it will be overwritten!
+#
+
+AUTOMAKE_OPTIONS = dejagnu
+EXTRA_DIST = $(wildcard tests/*.out) $(wildcard tests/*.err) $(wildcard
tests/*.ycp) $(wildcard tests/*.yh)
+
+testsuite_prepare = @ydatadir@/testsuite/Makefile.testsuite
+
+all-local: $(testsuite_prepare)
+ make -f $(testsuite_prepare) RPMNAME=$(RPMNAME) srcdir=$(srcdir)
+
+clean-local: $(testsuite_prepare)
+ make -f $(testsuite_prepare) RPMNAME=$(RPMNAME) srcdir=$(srcdir) clean
+
+check-local: $(testsuite_prepare)
+ make -f $(testsuite_prepare) RPMNAME=$(RPMNAME) srcdir=$(srcdir) check
+
+# EOF
Added: branches/tmp/locilka/c-a-d/testsuite/tests/.cvsignore
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/testsuite/tests/.cvsignore?rev=56247&view=auto
==============================================================================
(empty)
Added: branches/tmp/locilka/c-a-d/testsuite/tests/CAD.err
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/testsuite/tests/CAD.err?rev=56247&view=auto
==============================================================================
(empty)
Added: branches/tmp/locilka/c-a-d/testsuite/tests/CAD.out
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/testsuite/tests/CAD.out?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/testsuite/tests/CAD.out (added)
+++ branches/tmp/locilka/c-a-d/testsuite/tests/CAD.out Fri Mar 20 14:19:33 2009
@@ -0,0 +1,2 @@
+Dump CAD::Modified
+Return false
Added: branches/tmp/locilka/c-a-d/testsuite/tests/CAD.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/testsuite/tests/CAD.ycp?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/testsuite/tests/CAD.ycp (added)
+++ branches/tmp/locilka/c-a-d/testsuite/tests/CAD.ycp Fri Mar 20 14:19:33 2009
@@ -0,0 +1,13 @@
+{
+
+// testedfiles: CAD.ycp
+
+include "testsuite.ycp";
+TESTSUITE_INIT([], nil);
+
+import "CAD";
+
+DUMP("CAD::Modified");
+TEST(``(CAD::Modified()), [], nil);
+
+}
Added: branches/tmp/locilka/c-a-d/yast2-c-a-d.spec.in
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/locilka/c-a-d/yast2-c-a-d.spec.in?rev=56247&view=auto
==============================================================================
--- branches/tmp/locilka/c-a-d/yast2-c-a-d.spec.in (added)
+++ branches/tmp/locilka/c-a-d/yast2-c-a-d.spec.in Fri Mar 20 14:19:33 2009
@@ -0,0 +1,31 @@
+@HEADER-COMMENT@
+
+@HEADER@
+Requires: yast2
+BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-devtools
yast2-testsuite
+
+BuildArchitectures: noarch
+
+Summary: Configuration of c-a-d
+
+%description
+-
+
+@PREP@
+
+@BUILD@
+
+@INSTALL@
+
+@CLEAN@
+
+%files
+%defattr(-,root,root)
+%dir @yncludedir@/c-a-d
+@yncludedir@/c-a-d/*
+@clientdir@/c-a-d.ycp
+@clientdir@/c-a-d_*.ycp
+@moduledir@/CAD.*
+@moduledir@/CAD2.*
+@desktopdir@/c-a-d.desktop
+%doc @docdir@
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |