pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/trunkver



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Fri Feb 28 14:05:11 UTC 2025

Added Files:
        pkgsrc/devel/trunkver: DESCR Makefile PLIST distinfo go-modules.mk

Log Message:
Add trunkver: Versioning scheme for continuously delivered software

TrunkVer is a versioning scheme for continuously-delivered, trunk-based
applications and systems that don't follow a release scheme.

It is a syntax-compatible drop-in replacement for SemVer and replaces
the version with meaningful meta data, telling you at a glance what the
artifact is, when it was built and where you may find the build log.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/trunkver/DESCR \
    pkgsrc/devel/trunkver/Makefile pkgsrc/devel/trunkver/PLIST \
    pkgsrc/devel/trunkver/distinfo pkgsrc/devel/trunkver/go-modules.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/trunkver/DESCR
diff -u /dev/null pkgsrc/devel/trunkver/DESCR:1.1
--- /dev/null   Fri Feb 28 14:05:11 2025
+++ pkgsrc/devel/trunkver/DESCR Fri Feb 28 14:05:10 2025
@@ -0,0 +1,6 @@
+TrunkVer is a versioning scheme for continuously-delivered, trunk-based
+applications and systems that don't follow a release scheme.
+
+It is a syntax-compatible drop-in replacement for SemVer and replaces
+the version with meaningful meta data, telling you at a glance what the
+artifact is, when it was built and where you may find the build log.
Index: pkgsrc/devel/trunkver/Makefile
diff -u /dev/null pkgsrc/devel/trunkver/Makefile:1.1
--- /dev/null   Fri Feb 28 14:05:11 2025
+++ pkgsrc/devel/trunkver/Makefile      Fri Feb 28 14:05:10 2025
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2025/02/28 14:05:10 schmonz Exp $
+
+DISTNAME=      trunkver-1.1.0
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=crftd-tech/}
+GITHUB_TAG=    ${PKGVERSION_NOREV}
+
+MAINTAINER=    schmonz%NetBSD.org@localhost
+HOMEPAGE=      https://trunkver.org/
+COMMENT=       Versioning scheme for continuously delivered software
+LICENSE=       mit
+
+USE_LANGUAGES= c
+
+.include "go-modules.mk"
+
+.include "../../lang/go/go-module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/trunkver/PLIST
diff -u /dev/null pkgsrc/devel/trunkver/PLIST:1.1
--- /dev/null   Fri Feb 28 14:05:11 2025
+++ pkgsrc/devel/trunkver/PLIST Fri Feb 28 14:05:10 2025
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2025/02/28 14:05:10 schmonz Exp $
+bin/trunkver
Index: pkgsrc/devel/trunkver/distinfo
diff -u /dev/null pkgsrc/devel/trunkver/distinfo:1.1
--- /dev/null   Fri Feb 28 14:05:11 2025
+++ pkgsrc/devel/trunkver/distinfo      Fri Feb 28 14:05:11 2025
@@ -0,0 +1,62 @@
+$NetBSD: distinfo,v 1.1 2025/02/28 14:05:11 schmonz Exp $
+
+BLAKE2s (github.com__masterminds_semver_v3_@v_v3.3.1.mod) = 96bf188a3cbbfad7a9cd0d144d8ae142c44e0eeae8c25d978bfba92ecff45bca
+SHA512 (github.com__masterminds_semver_v3_@v_v3.3.1.mod) = 9e2a4c7ceb1c6a44aeb8cfe48f6626e85b561286a1385a83e624ed1ebdf06630f62363fea8ee4c73ab362c8d4c12ed34b7356918d1fd6a134f7ae24cace34b20
+Size (github.com__masterminds_semver_v3_@v_v3.3.1.mod) = 49 bytes
+BLAKE2s (github.com__masterminds_semver_v3_@v_v3.3.1.zip) = 469c8f114c4e58d579112a470220fb0bfc857ea13b20c864433dec0cb2c2ae18
+SHA512 (github.com__masterminds_semver_v3_@v_v3.3.1.zip) = 2bdbf0f437a731e4ed71825cabadefba1c20383b147f65af17314513fa7da8aff14362c6ebd4a2ed6c0debb4fbdda523436f26f959e842e134a77c850b2757a6
+Size (github.com__masterminds_semver_v3_@v_v3.3.1.zip) = 34769 bytes
+BLAKE2s (github.com_cpuguy83_go-md2man_v2_@v_v2.0.4.mod) = 5d28aa7bd4d3be65c094ff1eff00044ed7a895928d188f7a279b5bd9a596d393
+SHA512 (github.com_cpuguy83_go-md2man_v2_@v_v2.0.4.mod) = d39412bb14c058291d07276337f802547bfb1a682cc65199cb04334f8089b6ea5d4d73587c2765c518f9e27fa3421c276eaea616d7cfbe36a2a244326edf1cb5
+Size (github.com_cpuguy83_go-md2man_v2_@v_v2.0.4.mod) = 100 bytes
+BLAKE2s (github.com_davecgh_go-spew_@v_v1.1.1.mod) = eee11d0ec5d2260dc11d9bfe8f9d523e54530b71cc8357f43c0214b3b74bef5c
+SHA512 (github.com_davecgh_go-spew_@v_v1.1.1.mod) = 5e079462f7e0dff0efda71f580aa185700cfa936b718a19d0e2a8c63212e47a07022dca0c282832d48e5165aae8e82aeeeb2ac3664268f1148fc772010fb860e
+Size (github.com_davecgh_go-spew_@v_v1.1.1.mod) = 34 bytes
+BLAKE2s (github.com_davecgh_go-spew_@v_v1.1.1.zip) = 5281c0e301579c764ebf96f97056ba8fc1a8142d98f2fe44aabb07d7e8ae4f3e
+SHA512 (github.com_davecgh_go-spew_@v_v1.1.1.zip) = 7b4e4df2fea731e23e05437f26f24e32b2e99028d685b72e3a726c1cb616ada4a77ca4fb9db4a6fae48178cc5172e724b74499bc776d63a9110cb97377d5edeb
+Size (github.com_davecgh_go-spew_@v_v1.1.1.zip) = 60320 bytes
+BLAKE2s (github.com_inconshreveable_mousetrap_@v_v1.1.0.mod) = 8fff520201806b7001b58363f7bfcfa3ed234c4f128af4ebb7804b421afb12b3
+SHA512 (github.com_inconshreveable_mousetrap_@v_v1.1.0.mod) = 43d24d46c0d976a69a05f7b7030efdb1c904995fa16fc869c920989bcbff7cef072bc53f44bdb53bada8476ea3827bcd2134b5ce42a120c124fbc49891fa558f
+Size (github.com_inconshreveable_mousetrap_@v_v1.1.0.mod) = 53 bytes
+BLAKE2s (github.com_inconshreveable_mousetrap_@v_v1.1.0.zip) = 0dfce2df64f6599dce42a842db25a947c1e2f643cf2b36383bb38ed0a72a0428
+SHA512 (github.com_inconshreveable_mousetrap_@v_v1.1.0.zip) = 2c247ee4c779853f967f78093bca5643a2b83e8e65f0039a29864cf64594903794b4ae5806bc35691fe718e84478c9b7dbaaa8cc2c1fdc8201f41238bef3bad1
+Size (github.com_inconshreveable_mousetrap_@v_v1.1.0.zip) = 6350 bytes
+BLAKE2s (github.com_pmezard_go-difflib_@v_v1.0.0.mod) = 365dee34dcd09f0fbcccb2fff0be74a00fe71a80b9104b1ad3a3c199a48f5a28
+SHA512 (github.com_pmezard_go-difflib_@v_v1.0.0.mod) = c3d5c48cdb8ba6af7071a07cfede06e0ab67e3726d9de592a952fad40167dcbdd9621dc2c4df1bd3c28eb99d70b1b6d8d812441237c35bf492e5b7f07bd33902
+Size (github.com_pmezard_go-difflib_@v_v1.0.0.mod) = 37 bytes
+BLAKE2s (github.com_pmezard_go-difflib_@v_v1.0.0.zip) = 5b631670d8d429f45417bea476ff18b8836c766d83f061aa1c4c8352bb5c33b6
+SHA512 (github.com_pmezard_go-difflib_@v_v1.0.0.zip) = 3b85697185ba85cdef6202444ab6cabeabfad8a03d66b3839a852586b1f91ddae7897a57c8c138d5647022aa44906c7ef3c5339d520f90eeea0742a935da8cf2
+Size (github.com_pmezard_go-difflib_@v_v1.0.0.zip) = 12433 bytes
+BLAKE2s (github.com_russross_blackfriday_v2_@v_v2.1.0.mod) = f0bc812b934149988d4ab1dcc12c2c63777f0a0d18126b5cba0e35ea880b775b
+SHA512 (github.com_russross_blackfriday_v2_@v_v2.1.0.mod) = ac376a387fa39fe35dc4d073d8becd74e79f52e9d36b0a6628740dfe0e7c1f4fb6533fc262212663b105afcaa104082e055fa87d20cb3068359faae6dcba7738
+Size (github.com_russross_blackfriday_v2_@v_v2.1.0.mod) = 42 bytes
+BLAKE2s (github.com_spf13_cobra_@v_v1.8.1.mod) = 96bd527547931b753f6ce6512893ddcfc62b88e00e6b8036b8bfdc50f9525050
+SHA512 (github.com_spf13_cobra_@v_v1.8.1.mod) = b1883380508c782682d0f773e936aa92cc27236e304ad4c923fbecc123b3398fe76d92bfb54e24aaa1112d6bf664263dbed48a257685a26f069edbe0ff68977f
+Size (github.com_spf13_cobra_@v_v1.8.1.mod) = 194 bytes
+BLAKE2s (github.com_spf13_cobra_@v_v1.8.1.zip) = bf6d4a4f476322c6e2afbc3fed6b5a83582a0900480a05f947bf39dda440d387
+SHA512 (github.com_spf13_cobra_@v_v1.8.1.zip) = 2321dc70e0d9478be997692bd31fb071c63dfac9d641f1eaf66d44b0bb11eb51fe6f0a8b596e2eaa31af876ff6470e10631975440ba44026b46ca3f771f32249
+Size (github.com_spf13_cobra_@v_v1.8.1.zip) = 231907 bytes
+BLAKE2s (github.com_spf13_pflag_@v_v1.0.5.mod) = 1b1abf476b994d1f08514612e3291343509d867ac0dbe4ebd4316f0e296a4486
+SHA512 (github.com_spf13_pflag_@v_v1.0.5.mod) = 8071c316d33aff1d8ffcabaeb42e8f9320465d83600cb57ac5ef071569f948d5cfd69e1bd2e92855c061395c1b814e84d1705f42e37f00d5bc713b6e724f29f5
+Size (github.com_spf13_pflag_@v_v1.0.5.mod) = 39 bytes
+BLAKE2s (github.com_spf13_pflag_@v_v1.0.5.zip) = 4b3cdadae11a8d2432c380818c116751885b01f307e8c59fb626cc10f07dfc44
+SHA512 (github.com_spf13_pflag_@v_v1.0.5.zip) = 9a81f0635ca8ac059c48a15cbf625a7c91513f95a9b402ba166d48ab72d5d38cbd941d5309446f5637bd7c23eef35b60fef2f06e8b557f415dd8409a6ddf43e9
+Size (github.com_spf13_pflag_@v_v1.0.5.zip) = 88931 bytes
+BLAKE2s (github.com_stretchr_testify_@v_v1.10.0.mod) = 0317549c119eb38810e67f8e8f89fa203792a68baeacdc0c1d3bb886f81d0de5
+SHA512 (github.com_stretchr_testify_@v_v1.10.0.mod) = 8bf7fe5e45d3a607073bae16a3bb3211d2a61bb433519b7ec33e22ff7dc54817881b4940151e72444250d930f766ecb8306072c50697db3282b67c40a6cd58e6
+Size (github.com_stretchr_testify_@v_v1.10.0.mod) = 417 bytes
+BLAKE2s (github.com_stretchr_testify_@v_v1.10.0.zip) = a109dd8729d5f087758cdddcb838a0c2505753afbdffae9016cf1792bd27a384
+SHA512 (github.com_stretchr_testify_@v_v1.10.0.zip) = cf875e0e49c51df6b42f1a8cd7c338ea9c62eba1de77ed757c0e69c7ca39963aa89fa263b71e3f389e54bd789c165ea4844594c98f9349ea4bacc34027f9fa50
+Size (github.com_stretchr_testify_@v_v1.10.0.zip) = 130241 bytes
+BLAKE2s (gopkg.in_check.v1_@v_v0.0.0-20161208181325-20d25e280405.mod) = 35cd1964700502d06b8c987979fb4dbddc41a5cda3368d037211b89d3587521f
+SHA512 (gopkg.in_check.v1_@v_v0.0.0-20161208181325-20d25e280405.mod) = 9ac0f80ef05881387cb2f48f81560f3207fe586ea16495383662e6d62e43d93fac01dfe72e1d0063d3ab065331dab3a8098d7da4f1830ba1aff6f27f8e1bc1b2
+Size (gopkg.in_check.v1_@v_v0.0.0-20161208181325-20d25e280405.mod) = 25 bytes
+BLAKE2s (gopkg.in_yaml.v3_@v_v3.0.1.mod) = 17da54ba1894b4653d4c1ab1ae6e9fe03928a96c69cdc8db6b6ea9e34d673991
+SHA512 (gopkg.in_yaml.v3_@v_v3.0.1.mod) = 307ca9123efc577ca04828996ee9d8edbb51794ccb4b8d9f169ba689e7276aa5f6ae106a04b22b7fab853ffacfebcbf74468b64eaefd57445864c1fbc77fad9d
+Size (gopkg.in_yaml.v3_@v_v3.0.1.mod) = 95 bytes
+BLAKE2s (gopkg.in_yaml.v3_@v_v3.0.1.zip) = 2e80fa896e65b1ae160400012c71aeac70e22a31cac82ec4921c85a93d65774c
+SHA512 (gopkg.in_yaml.v3_@v_v3.0.1.zip) = d57b0d42c71ad6503415e42979b51b0dc7f6344072c728ab2e3d4bab88da7b7d775e7f261868909f990f6b44aed6c533966c97bbe333a0acd65fc8bac9d1d4ff
+Size (gopkg.in_yaml.v3_@v_v3.0.1.zip) = 104623 bytes
+BLAKE2s (trunkver-1.1.0.tar.gz) = 3c38b4ec33e1f4d1945591c0c2680634d9f63cf0d7379a29cb25852156a12bcb
+SHA512 (trunkver-1.1.0.tar.gz) = bc6b1fcc09ac48383e6b8d1308856b1febc926de3a617714b4b27d5821a03241f10f506f1b8ab091342036e9ab37f18a75d95d4779b8bd486faa2d5bdf16eaba
+Size (trunkver-1.1.0.tar.gz) = 248302 bytes
Index: pkgsrc/devel/trunkver/go-modules.mk
diff -u /dev/null pkgsrc/devel/trunkver/go-modules.mk:1.1
--- /dev/null   Fri Feb 28 14:05:11 2025
+++ pkgsrc/devel/trunkver/go-modules.mk Fri Feb 28 14:05:11 2025
@@ -0,0 +1,21 @@
+# $NetBSD: go-modules.mk,v 1.1 2025/02/28 14:05:11 schmonz Exp $
+
+GO_MODULE_FILES+=      github.com/!masterminds/semver/v3/@v/v3.3.1.mod
+GO_MODULE_FILES+=      github.com/!masterminds/semver/v3/@v/v3.3.1.zip
+GO_MODULE_FILES+=      github.com/cpuguy83/go-md2man/v2/@v/v2.0.4.mod
+GO_MODULE_FILES+=      github.com/davecgh/go-spew/@v/v1.1.1.mod
+GO_MODULE_FILES+=      github.com/davecgh/go-spew/@v/v1.1.1.zip
+GO_MODULE_FILES+=      github.com/inconshreveable/mousetrap/@v/v1.1.0.mod
+GO_MODULE_FILES+=      github.com/inconshreveable/mousetrap/@v/v1.1.0.zip
+GO_MODULE_FILES+=      github.com/pmezard/go-difflib/@v/v1.0.0.mod
+GO_MODULE_FILES+=      github.com/pmezard/go-difflib/@v/v1.0.0.zip
+GO_MODULE_FILES+=      github.com/russross/blackfriday/v2/@v/v2.1.0.mod
+GO_MODULE_FILES+=      github.com/spf13/cobra/@v/v1.8.1.mod
+GO_MODULE_FILES+=      github.com/spf13/cobra/@v/v1.8.1.zip
+GO_MODULE_FILES+=      github.com/spf13/pflag/@v/v1.0.5.mod
+GO_MODULE_FILES+=      github.com/spf13/pflag/@v/v1.0.5.zip
+GO_MODULE_FILES+=      github.com/stretchr/testify/@v/v1.10.0.mod
+GO_MODULE_FILES+=      github.com/stretchr/testify/@v/v1.10.0.zip
+GO_MODULE_FILES+=      gopkg.in/check.v1/@v/v0.0.0-20161208181325-20d25e280405.mod
+GO_MODULE_FILES+=      gopkg.in/yaml.v3/@v/v3.0.1.mod
+GO_MODULE_FILES+=      gopkg.in/yaml.v3/@v/v3.0.1.zip



Home | Main Index | Thread Index | Old Index