FreeBSD Bugzilla – Attachment 193473 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_kcov.diff (text/plain), 3.38 KB, created by
Alan Somers
on 2018-05-17 01:29:52 UTC
(
hide
)
Description:
devel/kcov: new port
Filename:
MIME Type:
Creator:
Alan Somers
Created:
2018-05-17 01:29:52 UTC
Size:
3.38 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,39 @@ >+# $FreeBSD$ >+ >+PORTNAME= kcov >+PORTVERSION= 35.55.20180516 >+CATEGORIES= devel >+ >+MAINTAINER= asomers@FreeBSD.org >+COMMENT= Coverage checker for ELF, Bash, and Python programs >+ >+LICENSE= GPLv2 >+ >+BUILD_DEPENDS= binutils>=2.30:devel/binutils \ >+ cmake:devel/cmake >+LIB_DEPENDS= libcurl.so:ftp/curl \ >+ libintl.so:devel/gettext-runtime \ >+ libdw.so:devel/elfutils \ >+ libelf.so:devel/elfutils >+ >+USES= cmake:outsource shebangfix python:build >+ >+CMAKE_ARGS+= -DKCOV_INSTALL_MANDIR=${PREFIX}/man >+ >+python_CMD= ${PYTHON_CMD} >+SHEBANG_REGEX= '.*\.py' >+ >+# Use a GitHub tag until version 36 gets released, whenever that might be >+USE_GITHUB= yes >+GH_ACCOUNT= SimonKagstrom >+GH_PROJECT= kcov >+GH_TAGNAME= 69dfa9c >+ >+PLIST_FILES= bin/kcov \ >+ man/man1/kcov.1.gz >+ >+PORTDOCS= COPYING \ >+ COPYING.externals \ >+ ChangeLog >+ >+.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 = 1526500915 >+SHA256 (SimonKagstrom-kcov-35.55.20180516-69dfa9c_GH0.tar.gz) = 329bfbd9da30faea40f7376c4e71657c966486988d579d45e981b80c3d00fd16 >+SIZE (SimonKagstrom-kcov-35.55.20180516-69dfa9c_GH0.tar.gz) = 301874 > >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/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