summaryrefslogtreecommitdiff
path: root/devel/cutter
AgeCommit message (Collapse)AuthorFilesLines
2014-01-01Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump.wiz1-2/+2
2013-10-19Revbump after updating textproc/icuadam1-2/+2
2013-10-10Recursive revbump from pango-1.36.0ryoon1-2/+2
2013-09-02Revbump after cairo updateadam1-2/+2
2013-06-17restrict kludge for lib/39986 only using gccobache1-1/+4
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz1-2/+2
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-05-24Bump PKGREVISION for libproxy shlib major bump.wiz1-2/+2
2013-05-09Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.adam1-2/+2
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2013-01-26Revbump after graphics/jpeg and textproc/icuadam1-1/+2
2012-12-23Update cutter to 1.2.2.obache3-8/+10
== [release-1-2-2] 1.2.2: 2012-10-29 We began to support Ubuntu 12.10 (Quantal Quetzal). There are some improvements and fixed bugs. === Cutter ==== Improvements * [doc] Added release procedure documentation. * [doc] Improved documentation about Travis-CI configuraion. * Supported Ubuntu 12.10 (Quantal Quetzal). ==== Fixes * [sample][GTK+] Fixed missing GLIB_LIBS that has flags for GModule. [Reported by Hiroshi Umemoto] === CppCutter ==== Fixes * Fixed a bug that wrong data function is searched. === GCutter ==== Fixes * [sample] Fixed missing function call in sample code. === Thanks * Hiroshi Umemoto
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-08Revbump after updating graphics/pangoadam1-2/+2
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron1-2/+2
requested by Thomas Klausner.
2012-09-15recursive bump from libffi shlib major bumpobache2-4/+4
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-07Revbump after updating graphics/cairoadam1-1/+2
2012-08-19Update cutter to 1.2.1.obache3-8/+13
=== Cutter ==== Improvements * [UI][GTK+] Supported GTK+ < 2.22 for Debian GNU/Linux squeeze. * [UI][console] Supported growlnotify.exe for windows. * [UI][GTK+] Added menubar. * [UI][GTK+] Improved to log an error message for showing URI. * [UI][GTK+] Supported --with-fallback-browser option to customize fallback browser. * Improved to use "()" as a part of function about backtrace. * [UI][console] Added more color acceptable TERMs (xterm-256color, screen-256color, screen-color) * Added Travis CI integration. * Supported backtrace on SIGBUS [Patch by Kiwamu Okabe] * Added Homebrew related paths by default on Mac OS X. ==== Changes * [doc][Mac OS X] Recommended to use the official MacPorts repository. [Suggested by Hiroshi Umemoto] * Supported Fedora 17. * Dropped Fedora 16 support. * Supported Ubuntu Precise. ==== Fixes * [Clang] Fixed not to add extra "()" for function name of backtrace. * Fixed compilation failure on MinGW. === CppCutter ==== Improvements * Supported nested namespace test case built by g++
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd1-2/+2
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2012-04-27Recursive bump from icu shlib major bumped to 49.obache1-2/+2
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz2-4/+4
2012-02-06Revbump forwiz2-3/+4
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-01-02Update cutter to 1.2.0.obache3-8/+12
== [release-1-2-0] 1.2.0: 2011-12-31 We improved C++ support and test runner interface. === Cutter ==== Improvements * [UI][console] Changed to show messages on failure, error and so on immediately. You need to use (({--show-detail-immediately=no})) command line option to show messages on end of test like earlier versions. * [UI][GTK+] Supported iterated test. * [UI][GTK+] Supported re-run test. * [UI][GTK+] Unified cancel button and re-run button. ==== Changes * Enabled deprecated GLib API. You need to use (({--disable-deprecated-glib-api})) configure option to disable deprecated GLib API. * Supported Fedora 16. * Dropped Fedora 15 support. === CppCutter ==== Improvements * Added more supported types by ((<cppcut_assert_equal()>)). * Added ((<cppcut_assert_not_equal()>)). * Added ((<cppcut_assert_null()>)). * Added ((<cppcut_assert_not_null()>)). * Added ((<cppcut_assert_operator()>)).
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-1/+2
2011-10-23Update cutter to 1.1.9.obache3-15/+7
= NEWS --- The history of Cutter == [release-1-1-9] 1.1.9: 2011-10-22 We move the repository to GitHub from SF.net. === Cutter ==== Changes * Added Ubuntu Oneiric Ocelot support. * Added CentOS 6 support. ==== Fixes * Fixed as success test count with thread. [SF.net #3383253] [Reported by Romain Tartière] === Thanks * Romain Tartière
2011-08-02Update cutter to 1.1.8.obache3-8/+9
== [release-1-1-8] 1.1.8: 2011-07-31 === Cutter ==== Improvements * Supported notify-send availability detection. * Added --mode=play option that plays test result from test log. * Updated documents for Solaris 10. * Supported assertion failures in other thread. Bug #3341429 [Reported by Romain Tartière] ==== Changes * Added Debian GNU/Linux wheezy support. * Removed Ubuntu Maverick Meerkat support. * Added Ubuntu Natty Narwhal support. * Removed Fedora 14 support. * Added Fedora 15 support. === cut-diff ==== Improvements * Made --label option optional.
2011-07-21recursive bump from gnome-vfs drop crypto dependency.obache1-2/+2
2011-06-10recursive bump from icu shlib major bump.obache1-2/+2
2011-04-22recursive bump from gettext-lib shlib bump.obache2-2/+4
2011-02-13Update cutter to 1.1.7.obache4-23/+35
While here, add pdf option to enable pdf support without GTK2+. = NEWS --- The history of Cutter == [release-1-1-7] 1.1.7: 2011-02-13 === Cutter ==== Improvements * Supported growlnotify. ==== Changes * Droped Debian GNU/Linux lenny support. ==== Fixes * Fixed using unknown symbol on CentOS 5.5. [Reported by Hiroaki Nakamura] === Document ===== Fixes * Fixed typos in tutorial. [Reported by Hiroaki Nakamura] === Thanks * Hiroaki Nakamura
2011-02-08Update cutter to 1.1.6.obache3-50/+22
== [release-1-1-6] 1.1.6: 2011-02-09 === Cutter ==== Improvment * Renamed an utility: * ((<cut_build_fixture_data_path()>)) -> ((<cut_build_fixture_path()>)) * Added utitlities: * ((<gcut_take_string()>)) * ((<cut_get_fixture_data()>)) * ((<gcut_get_fixture_data()>)) * ((<GCutEventLoop>)) * ((<GCutGLibEventLoop>)) * Supported Debian GNU/Linux squeeze. [Suggested by Romuald Conty] * Supported Ubuntu Maverick Meerkat. * Supported Fedora 14. * cutter.m4: supported --config-cache. * cutter.m4: supported custom Makefile for --enable-coverage. (specify custome Makefile name to AC_CHECK_COVERAGE() argument) * Supported notify-send. ==== Fixes * Fixed a wrong test. [Suggested by Ilya Barygin] === cut-diff ==== Improvements * Added ((<--label option|cut-diff#--label>)) that specify labels in header. === Thanks * Romuald Conty * Ilya Barygin
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-1/+2
2011-01-09configure require xgettext, msgmerge and msgfmt.obache1-2/+2
2010-12-21Import cutter-1.1.5 as devel/cutter.obache6-0/+560
Cutter is a xUnit family Unit Testing Framework for C and C++. This is a list of features of Cutter: * easy to write tests. * outputs result with useful format for debugging. * tests are built as shared libraries.