diff --git a/pisi-index.xml b/pisi-index.xml index 644ac98bd9..f448e03d80 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -13112,6 +13112,67 @@ + + + cppunit + http://www.freedesktop.org/wiki/Software/cppunit + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + programming.tool + C++ port of the famous JUnit framework for unit testing + Popüler JUnit test çatısının C++ sürümü + cppunit is a C++ unit testing framework. It started its life as a port of JUnit to C++ by Michael Feathers. + cppunit, C++ uygulama geliştiricileri tarafından yazdıkları uygulamaların test edilmesi amacıyla kullanılabilecek bir test altyapısıdır. + http://dev-www.libreoffice.org/src/cppunit-1.13.2.tar.gz + + grep + libtool + + programming/tool/cppunit/pspec.xml + + + cppunit + + /usr/lib + /usr/share/doc + + + + cppunit-devel + Contains the headers and other files necessary for developing programs that use cppunit + + cppunit + libgcc + + + /usr/bin + /usr/include + /usr/share/aclocal + /usr/lib/pkgconfig + /usr/share/man + + + + + 2014-01-21 + 1.13.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2013-02-09 + 1.13.1 + First release. + Marcin Bojara + marcin@pisilinux.org + + + signon diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index ee9a6a55e2..624e1ed4c3 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -e5d166e7cbb028fcec9d74e38c23907c00deb875 \ No newline at end of file +42e90c3ee96b06ba67e81813e8d7d75fdb2b3799 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 76cd13f4a9..613007fb57 100644 Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum index 3085324392..1894edbc0c 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -a9f285565b7af3634b5103cdc9370c6801d1e744 \ No newline at end of file +8df572d9af0ad572789d908ac892b5b7f8952eab \ No newline at end of file diff --git a/programming/tool/cppunit/actions.py b/programming/tool/cppunit/actions.py new file mode 100644 index 0000000000..7e232ab035 --- /dev/null +++ b/programming/tool/cppunit/actions.py @@ -0,0 +1,23 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + autotools.configure("--disable-static --disable-html-docs --disable-doxygen") + +def build(): + autotools.make() + +def check(): + autotools.make("check") + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "THANKS", "TODO") diff --git a/programming/tool/cppunit/pspec.xml b/programming/tool/cppunit/pspec.xml new file mode 100644 index 0000000000..15df258485 --- /dev/null +++ b/programming/tool/cppunit/pspec.xml @@ -0,0 +1,62 @@ + + + + + cppunit + http://www.freedesktop.org/wiki/Software/cppunit + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + C++ port of the famous JUnit framework for unit testing + cppunit is a C++ unit testing framework. It started its life as a port of JUnit to C++ by Michael Feathers. + http://dev-www.libreoffice.org/src/cppunit-1.13.2.tar.gz + + grep + libtool + + + + + cppunit + + /usr/lib + /usr/share/doc + + + + + cppunit-devel + Contains the headers and other files necessary for developing programs that use cppunit + + cppunit + libgcc + + + /usr/bin + /usr/include + /usr/share/aclocal + /usr/lib/pkgconfig + /usr/share/man + + + + + + 2014-01-21 + 1.13.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2013-02-09 + 1.13.1 + First release. + Marcin Bojara + marcin@pisilinux.org + + + diff --git a/programming/tool/cppunit/translations.xml b/programming/tool/cppunit/translations.xml new file mode 100644 index 0000000000..97278dd1f6 --- /dev/null +++ b/programming/tool/cppunit/translations.xml @@ -0,0 +1,8 @@ + + + + cppunit + Popüler JUnit test çatısının C++ sürümü + cppunit, C++ uygulama geliştiricileri tarafından yazdıkları uygulamaların test edilmesi amacıyla kullanılabilecek bir test altyapısıdır. + +