FreeBSD Bugzilla – Attachment 193489 Details for
Bug 228308
[NEW PORT] devel/kcov: ptrace-based coverage analyzer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
devel/kcov: new port
devel_kcov2.diff (text/plain), 4.55 KB, created by
Alan Somers
on 2018-05-17 17:02:27 UTC
(
hide
)
Description:
devel/kcov: new port
Filename:
MIME Type:
Creator:
Alan Somers
Created:
2018-05-17 17:02:27 UTC
Size:
4.55 KB
patch
obsolete
>Index: devel/Makefile >=================================================================== >--- devel/Makefile (revision 470152) >+++ devel/Makefile (working copy) >@@ -1256,6 +1256,7 @@ > SUBDIR += kaptain > SUBDIR += kcachegrind > SUBDIR += kcachegrind-kde4 >+ SUBDIR += kcov > SUBDIR += kdbg > SUBDIR += kde-dev-scripts > SUBDIR += kde-dev-scripts-kde4 >Index: devel/kcov/Makefile >=================================================================== >--- devel/kcov/Makefile (nonexistent) >+++ devel/kcov/Makefile (working copy) >@@ -0,0 +1,45 @@ >+# $FreeBSD$ >+ >+PORTNAME= kcov >+DISTVERSIONPREFIX= v >+DISTVERSION= 35-57 >+DISTVERSIONSUFFIX= -g69dfa9c >+CATEGORIES= devel >+ >+MAINTAINER= asomers@FreeBSD.org >+COMMENT= Coverage checker for ELF, Bash, and Python programs >+ >+LICENSE= GPLv2 MIT # MIT for bundled handlebars, jquery, tablesorter >+LICENSE_COMB= multi >+LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING >+ >+BUILD_DEPENDS= binutils>=2.30:devel/binutils >+LIB_DEPENDS= libcurl.so:ftp/curl \ >+ libintl.so:devel/gettext-runtime \ >+ libdw.so:devel/elfutils \ >+ libelf.so:devel/elfutils >+ >+OPTIONS_DEFINE= DOCS >+ >+USES= cmake:outsource shebangfix python:build >+ >+# Remove -DPORTVERSION (and associated patch) when basing the port on an >+# official release >+CMAKE_ARGS= -DKCOV_INSTALL_MANDIR=${PREFIX}/man -DPORTVERSION=${PORTVERSION} >+ >+SHEBANG_GLOB= '*.py' >+ >+# Use a GitHub tag until version 36 gets released, whenever that might be >+USE_GITHUB= yes >+GH_ACCOUNT= SimonKagstrom >+ >+PLIST_FILES= bin/kcov \ >+ man/man1/kcov.1.gz >+ >+PORTDOCS= COPYING.externals \ >+ ChangeLog >+ >+post-stage: >+ ${RM} ${STAGEDIR}${DOCSDIR}/COPYING >+ >+.include <bsd.port.mk> > >Property changes on: devel/kcov/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/kcov/distinfo >=================================================================== >--- devel/kcov/distinfo (nonexistent) >+++ devel/kcov/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1526570477 >+SHA256 (SimonKagstrom-kcov-v35-57-g69dfa9c_GH0.tar.gz) = 67772479b2cdc4bff42788306a786bbd0caf23fe25c67abeb6fa3c73bc66d653 >+SIZE (SimonKagstrom-kcov-v35-57-g69dfa9c_GH0.tar.gz) = 301899 > >Property changes on: devel/kcov/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/kcov/files/patch-src_CMakeLists.txt >=================================================================== >--- devel/kcov/files/patch-src_CMakeLists.txt (nonexistent) >+++ devel/kcov/files/patch-src_CMakeLists.txt (working copy) >@@ -0,0 +1,11 @@ >+--- src/CMakeLists.txt.orig 2018-05-17 15:34:12 UTC >++++ src/CMakeLists.txt >+@@ -72,7 +72,7 @@ add_custom_command( >+ OUTPUT version.c >+ COMMAND "${CMAKE_COMMAND}" >+ -E echo >+- "const char *kcov_version = \\\"${POD_VERSION}\\\"\;" >++ "const char *kcov_version = \\\"${PORTVERSION}\\\"\;" >+ > version.c >+ ) >+ > >Property changes on: devel/kcov/files/patch-src_CMakeLists.txt >___________________________________________________________________ >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/kcov/pkg-descr >=================================================================== >--- devel/kcov/pkg-descr (nonexistent) >+++ devel/kcov/pkg-descr (working copy) >@@ -0,0 +1,8 @@ >+Kcov is a FreeBSD/Linux/OSX code coverage tester for compiled languages, Python >+and Bash. Kcov was originally a fork of Bcov, but has since evolved to support >+a large feature set in addition to that of Bcov. >+ >+Kcov, like Bcov, uses DWARF debugging information for compiled programs to make >+it possible to collect coverage information without special compiler switches. >+ >+WWW: https://simonkagstrom.github.io/kcov/index.html > >Property changes on: devel/kcov/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
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 228308
:
193473
|
193489
|
193657
|
193676
|
193686