FreeBSD Bugzilla – Attachment 214750 Details for
Bug 246653
New port: devel/doctest Header-only C++ unit testing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
new package (svn diff format)
doctest.diff (text/plain), 2.80 KB, created by
nick black
on 2020-05-22 08:53:16 UTC
(
hide
)
Description:
new package (svn diff format)
Filename:
MIME Type:
Creator:
nick black
Created:
2020-05-22 08:53:16 UTC
Size:
2.80 KB
patch
obsolete
>Index: devel/doctest/Makefile >=================================================================== >--- devel/doctest/Makefile (nonexistent) >+++ devel/doctest/Makefile (working copy) >@@ -0,0 +1,18 @@ >+# $FreeBSD$ >+ >+PORTNAME=doctest >+DISTVERSION=2.3.8 >+CATEGORIES=devel >+MASTER_SITES=https://github.com/onqtam/doctest/ >+ >+MAINTAINER=nickblack@linux.com >+COMMENT=Header-only C++ unit-testing >+ >+LICENSE=MIT >+LICENSE_FILE=${WRKSRC}/LICENSE.txt >+ >+USES=cmake compiler:c++17-lang >+USE_GITHUB=yes >+GH_ACCOUNT=onqtam >+ >+.include <bsd.port.mk> > >Property changes on: devel/doctest/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/doctest/distinfo >=================================================================== >--- devel/doctest/distinfo (nonexistent) >+++ devel/doctest/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1590135965 >+SHA256 (onqtam-doctest-2.3.8_GH0.tar.gz) = d7232437eceb46ad5de03cacdee770c80f2e53e7b8efc1c8a8ed29539f64efa5 >+SIZE (onqtam-doctest-2.3.8_GH0.tar.gz) = 2242231 > >Property changes on: devel/doctest/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/doctest/pkg-descr >=================================================================== >--- devel/doctest/pkg-descr (nonexistent) >+++ devel/doctest/pkg-descr (working copy) >@@ -0,0 +1,4 @@ >+A fast, feature-rich C++11/14/17/20 single-header testing framework for >+unit tests and TDD, inspired by Catch. >+ >+WWW: https://github.com/onqtam/doctest > >Property changes on: devel/doctest/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/doctest/pkg-plist >=================================================================== >--- devel/doctest/pkg-plist (nonexistent) >+++ devel/doctest/pkg-plist (working copy) >@@ -0,0 +1 @@ >+include/doctest/doctest.h > >Property changes on: devel/doctest/pkg-plist >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 246653
: 214750