Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7827

Added Files:
        cppunit.info cppunit.patch 
Log Message:
import from 10.4-transitional


--- NEW FILE: cppunit.patch ---
--- cppunit-1.8.0.orig/doc/Makefile.in  Thu Apr 11 06:08:47 2002
+++ cppunit-1.8.0/doc/Makefile.in       Mon Mar 15 21:18:55 2004
@@ -263,7 +263,7 @@
 
 
 @[EMAIL PROTECTED]:
[EMAIL PROTECTED]@      cp -dpR html/* $(DESTDIR)$(htmldir)
[EMAIL PROTECTED]@      cp -pR html/* $(DESTDIR)$(htmldir)
 
 # Automake's "distcheck" is sensitive to having files left over
 # after "make uninstall", so we have to clean up the install hook.

--- NEW FILE: cppunit.info ---
Package: cppunit
Version: 1.8.0
Revision: 3
Architecture: powerpc
GCC: 3.3
Maintainer: Mark Treiber <[EMAIL PROTECTED]>
License: LGPL

# Dependencies:
Depends: %N-shlibs (=%v-%r)
BuildDepends: doxygen, gcc3.3
BuildDependsOnly: True

# Unpack Phase:
Source: mirror:sourceforge:cppunit/cppunit-%v.tar.gz
Source-MD5: 9f18d97ca99b4f095f5ff18139df59c3

# Patch Phase:
Patch: %n.patch

# Compile Phase:
SetCXX: g++-3.3
ConfigureParams: --mandir=${prefix}/share/man
CompileScript: ./configure %c; make

# Install Phase:
InstallScript: <<
 make install prefix=%i
 <<
SplitOff: <<
 Package: %N-shlibs
 Files: lib/libcppunit-1.8.0.dylib lib/libcppunit-1.8.0.0.0.dylib
 Shlibs: <<
 %p/lib/libcppunit-1.8.0.dylib 1.0.0 %n (>=1.8.0-1)
 <<
 DocFiles: <<
 AUTHORS BUGS COPYING NEWS README THANKS TODO
 <<
<<
DocFiles: <<
 AUTHORS BUGS COPYING NEWS README THANKS TODO
 <<
Description: C++ Port of JUnit framework for unit testing
DescDetail: <<
CppUnit is a C++ unit testing framework.  It started its life as a
port of JUnit.

Features:
- XML output with hook for additional data
- Compiler like text output to integrate with an IDE
- Helper macros for easier test suite declaration
- Hierarchical test fixture support
- Test registry to reduce compilation need
- Test plug-in for faster compile/test cycle (self testable dynamic library)
- Protector to encapsulate test execution (allow capture of exception
        not derived from std::exception)
- MfcTestRunner
- QT based graphic test runner
<<
DescPackaging: <<
 This version is compiled with g++-3.3, even in the 10.4 tree.  If it is
 ever updated to a more recent compiler, any packages which depend on
 this one must be updated at the same time.
<<
Homepage: http://cppunit.sourceforge.net



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to