Index: devel/Makefile =================================================================== --- devel/Makefile (revision 525493) +++ 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,24 @@ +# $FreeBSD$ + +PORTNAME= delve +DISTVERSIONPREFIX= v +DISTVERSION= 1.3.2 +CATEGORIES= devel + +MAINTAINER= dmitry.wagin@ya.ru +COMMENT= Delve is a debugger for the Go programming language. + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= go + +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 = 1581098159 +SHA256 (go-delve-delve-v1.3.2_GH0.tar.gz) = a1879caba7caee970e38b57aa81575b9b3e5a17f0ceef05e1f3d09d94f296e5c +SIZE (go-delve-delve-v1.3.2_GH0.tar.gz) = 7732880 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