aboutsummaryrefslogtreecommitdiff
path: root/databases/go-carbon
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Go ports: cleanup, finish transition to USES=go started with r505321 (cat. ↵Dmitri Goutnik2019-09-291-6/+4
| | | | | | | | | | | | | | | audio-mail) - Remove custom build/install targets left in place after r505321 - Switch to the new GO_TARGET tuple syntax introduced in r512001 - Switch to go:modules when upstream already uses them Reviewed by: tobik Approved by: araujo (mentor), portmgr (adamw) Differential Revision: https://reviews.freebsd.org/D21741 Notes: svn path=/head/; revision=513274
* Mk/Uses/go.mk: Drop PLIST_SUB for GO_PKGNAMETobias Kortkamp2019-08-011-4/+4
| | | | | | | | | | | | | | | | | | | | GO_PKGNAME defaults to ${PORTNAME}. As a result it is often too general and can produce bad results with make makeplist. For example, in mail/aerc it produces bogus entries like man/man5/%%GO_PKGNAME%%-sendmail.5.gz since GO_PKGNAME=aerc there. Having it in PLIST_SUB was only useful for Go libraries which we no longer support. Only 2 ports use it currently but do not really need to and are easily fixed. Approved by: dg@syrec.org (maintainer) Differential Revision: https://reviews.freebsd.org/D21114 Notes: svn path=/head/; revision=507751
* Convert all Go ports to USES=goTobias Kortkamp2019-06-291-2/+0
| | | | | | | | | | | | | | | | | | | | This allows for port testing with lang/go-devel via GO_PORT, setting up the Go build environment in a single place, and is step one in simplifying Go ports that often define too complicated do-build targets themselves. USES=go gains new arguments 'run' to add lang/go to RUN_DEPENDS and 'no_targets' for ports with composite builds that call 'go' themselves and do not need the do-build/do-install targets of USES=go. PR: 238849 Submitted by: dg@syrec.org (also D20745) Reviewed by: mat, tobik Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D20746 Notes: svn path=/head/; revision=505321
* databases/go-carbon: Improve rc.d scriptKoichiro Iwao2018-04-022-17/+18
| | | | | | | | | | | Fixes an error with restart. PR: 226937 Submitted by: Andreas Andersson <a.andersson.thn@gmail.com> Approved by: hrs (mentor, implicit) Notes: svn path=/head/; revision=466198
* databases/go-carbon: Prevent overwriting config files by adding the @sample ↵Yuri Victorovich2018-03-202-6/+7
| | | | | | | | | | keyword PR: 226796 Submitted by: Andreas Andersson <a.andersson.thn@gmail.com> (maintainer) Notes: svn path=/head/; revision=465077
* New port: databases/go-carbonKurt Jaeger2018-03-196-0/+123
go-carbon is a go implementation of the carbon component of the graphite project. It has support for multiple cpu's and can achieve higher concurrency. WWW: https://github.com/lomik/go-carbon PR: 226732 Submitted by: Andreas Andersson <a.andersson.thn@gmail.com> Notes: svn path=/head/; revision=465028