Edit

IABSD.fr/ports/sysutils/ruby-sigdump/Makefile

Branch :

  • Show log

    Commit

  • Author : kmos
    Date : 2022-09-20 16:16:38
    Hash : dafe797c
    Message : Setup signal handler which dumps backtrace of running threads and number of allocated objects per class. Require 'sigdump/setup', send SIGCONT, and see /tmp/sigdump-<pid>.log. ok jeremy@

  • sysutils/ruby-sigdump/Makefile
  • COMMENT =		sets up signal handler which dumps a backtrace
    
    DISTNAME =		sigdump-0.2.4
    
    CATEGORIES =		sysutils
    
    HOMEPAGE =		https://github.com/frsyuki/sigdump
    
    MAINTAINER =		Kurt Mosiejczuk <kmos@openbsd.org>
    
    # MIT
    PERMIT_PACKAGE =	Yes
    
    MODULES =		lang/ruby
    
    CONFIGURE_STYLE =	ruby gem
    
    .include <bsd.port.mk>