cppunit C++ port of the famous JUnit framework for unit testing

This commit is contained in:
groni
2015-11-27 22:55:39 +01:00
parent 6cd153b280
commit bb6ef4f62a
7 changed files with 156 additions and 2 deletions
+61
View File
@@ -13112,6 +13112,67 @@
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>cppunit</Name>
<Homepage>http://www.freedesktop.org/wiki/Software/cppunit</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<PartOf>programming.tool</PartOf>
<Summary xml:lang="en">C++ port of the famous JUnit framework for unit testing</Summary>
<Summary xml:lang="tr">Popüler JUnit test çatısının C++ sürümü</Summary>
<Description xml:lang="en">cppunit is a C++ unit testing framework. It started its life as a port of JUnit to C++ by Michael Feathers.</Description>
<Description xml:lang="tr">cppunit, C++ uygulama geliştiricileri tarafından yazdıkları uygulamaların test edilmesi amacıyla kullanılabilecek bir test altyapısıdır.</Description>
<Archive type="targz" sha1sum="0eaf8bb1dcf4d16b12bec30d0732370390d35e6f">http://dev-www.libreoffice.org/src/cppunit-1.13.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>grep</Dependency>
<Dependency>libtool</Dependency>
</BuildDependencies>
<SourceURI>programming/tool/cppunit/pspec.xml</SourceURI>
</Source>
<Package>
<Name>cppunit</Name>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>cppunit-devel</Name>
<Summary xml:lang="en">Contains the headers and other files necessary for developing programs that use cppunit</Summary>
<RuntimeDependencies>
<Dependency release="2">cppunit</Dependency>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/share/aclocal</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2014-01-21</Date>
<Version>1.13.2</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2013-02-09</Date>
<Version>1.13.1</Version>
<Comment>First release.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>signon</Name>
+1 -1
View File
@@ -1 +1 @@
e5d166e7cbb028fcec9d74e38c23907c00deb875
42e90c3ee96b06ba67e81813e8d7d75fdb2b3799
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
a9f285565b7af3634b5103cdc9370c6801d1e744
8df572d9af0ad572789d908ac892b5b7f8952eab
+23
View File
@@ -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")
+62
View File
@@ -0,0 +1,62 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>cppunit</Name>
<Homepage>http://www.freedesktop.org/wiki/Software/cppunit</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<Summary>C++ port of the famous JUnit framework for unit testing</Summary>
<Description>cppunit is a C++ unit testing framework. It started its life as a port of JUnit to C++ by Michael Feathers.</Description>
<Archive sha1sum="0eaf8bb1dcf4d16b12bec30d0732370390d35e6f" type="targz">http://dev-www.libreoffice.org/src/cppunit-1.13.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>grep</Dependency>
<Dependency>libtool</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>cppunit</Name>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>cppunit-devel</Name>
<Summary>Contains the headers and other files necessary for developing programs that use cppunit</Summary>
<RuntimeDependencies>
<Dependency release="current">cppunit</Dependency>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/share/aclocal</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2014-01-21</Date>
<Version>1.13.2</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2013-02-09</Date>
<Version>1.13.1</Version>
<Comment>First release.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>cppunit</Name>
<Summary xml:lang="tr">Popüler JUnit test çatısının C++ sürümü</Summary>
<Description xml:lang="tr">cppunit, C++ uygulama geliştiricileri tarafından yazdıkları uygulamaların test edilmesi amacıyla kullanılabilecek bir test altyapısıdır.</Description>
</Source>
</PISI>