Index: devel/Makefile =================================================================== --- devel/Makefile (revision 526095) +++ devel/Makefile (working copy) @@ -463,6 +463,7 @@ SUBDIR += deforaos-libsystem SUBDIR += deheader SUBDIR += delta + SUBDIR += delve SUBDIR += dep SUBDIR += deployer SUBDIR += derelict-sdl2 Index: devel/delve/Makefile =================================================================== --- devel/delve/Makefile (nonexistent) +++ devel/delve/Makefile (working copy) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= delve +DISTVERSIONPREFIX= v +DISTVERSION= 1.4.0 +CATEGORIES= devel + +MAINTAINER= dmitry.wagin@ya.ru +COMMENT= Delve is a debugger for the Go programming language. + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +CONFLICTS_INSTALL= dlv # bin/dlv + +ONLY_FOR_ARCHS= amd64 + +USES= go:modules + +USE_GITHUB= yes +GH_ACCOUNT= go-delve + +GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} +GO_TARGET= ./cmd/dlv + +PLIST_FILES= bin/dlv + +.include Property changes on: devel/delve/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/delve/distinfo =================================================================== --- devel/delve/distinfo (nonexistent) +++ devel/delve/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1581672137 +SHA256 (go-delve-delve-v1.4.0_GH0.tar.gz) = 56f5e208a6d72e3fb00ba65fbd4255c41904c37169892478011ed24df034667c +SIZE (go-delve-delve-v1.4.0_GH0.tar.gz) = 7784835 Property changes on: devel/delve/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/delve/pkg-descr =================================================================== --- devel/delve/pkg-descr (nonexistent) +++ devel/delve/pkg-descr (working copy) @@ -0,0 +1,7 @@ +Delve is a debugger for the Go programming language. The goal of the project is +to provide a simple, full featured debugging tool for Go. Delve should be easy to +invoke and easy to use. Chances are if you're using a debugger, things aren't +going your way. With that in mind, Delve should stay out of your way as much as +possible. + +WWW: https://github.com/go-delve/delve Property changes on: devel/delve/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/delve/pkg-message =================================================================== --- devel/delve/pkg-message (nonexistent) +++ devel/delve/pkg-message (working copy) @@ -0,0 +1,15 @@ +[ +{ type: install + message: <>/etc/sysctl.conf.local +echo "security.bsd.unprivileged_proc_debug=1">>/etc/sysctl.conf.local + +Then, either reboot or run the following commands to implement the above +changes: + +service sysctl reload +EOM +} +] Property changes on: devel/delve/pkg-message ___________________________________________________________________ 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