SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
42
sysutils/gitmux/Makefile
Normal file
42
sysutils/gitmux/Makefile
Normal file
|
@ -0,0 +1,42 @@
|
|||
COMMENT = git in your tmux status bar
|
||||
|
||||
MODGO_MODNAME = github.com/arl/gitmux
|
||||
MODGO_VERSION = v0.7.9
|
||||
REVISION = 0
|
||||
|
||||
DISTNAME = gitmux-${MODGO_VERSION}
|
||||
|
||||
CATEGORIES = sysutils devel
|
||||
|
||||
HOMEPAGE = https://github.com/arl/gitmux
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = lang/go
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gitmux
|
||||
${INSTALL_DATA} ${WRKSRC}/README.md ${PREFIX}/share/doc/gitmux
|
||||
|
||||
MODGO_MODULES = \
|
||||
github.com/arl/gitstatus v0.5.1 \
|
||||
github.com/davecgh/go-spew v1.1.0 \
|
||||
github.com/kr/pretty v0.1.0 \
|
||||
github.com/kr/pty v1.1.1 \
|
||||
github.com/kr/text v0.1.0 \
|
||||
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e \
|
||||
github.com/pmezard/go-difflib v1.0.0 \
|
||||
github.com/rogpeppe/go-internal v1.8.1 \
|
||||
github.com/stretchr/objx v0.1.0 \
|
||||
github.com/stretchr/testify v1.7.0 \
|
||||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 \
|
||||
gopkg.in/errgo.v2 v2.1.0 \
|
||||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
||||
|
||||
MODGO_MODFILES = \
|
||||
github.com/stretchr/testify v1.3.0 \
|
||||
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 \
|
||||
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
|
||||
|
||||
.include <bsd.port.mk>
|
60
sysutils/gitmux/distinfo
Normal file
60
sysutils/gitmux/distinfo
Normal file
|
@ -0,0 +1,60 @@
|
|||
SHA256 (gitmux-v0.7.9.zip) = dpDCNcNWX2ynZahOv+NCwF/UPkRq5rf7aO5V0HH7Ock=
|
||||
SHA256 (go_modules/github.com/arl/gitstatus/@v/v0.5.1.mod) = yrC2EL5b7k1zlJF1YKwZrsULXRpg7UsYS7h/Gs1EDhs=
|
||||
SHA256 (go_modules/github.com/arl/gitstatus/@v/v0.5.1.zip) = 6OqUQZimZgK0RRnh0eU0qOTo2IMWfj7WKkBBP6blnJg=
|
||||
SHA256 (go_modules/github.com/davecgh/go-spew/@v/v1.1.0.mod) = vLKTkyUSN7eaF7bBm/KRNPQ+j0OMMZiYj81GGhzfBcw=
|
||||
SHA256 (go_modules/github.com/davecgh/go-spew/@v/v1.1.0.zip) = C1ppGuuLavMb0rtkCXPqfovx7ZvFiJ2iIL9E3AbZaSw=
|
||||
SHA256 (go_modules/github.com/kr/pretty/@v/v0.1.0.mod) = 49XUbS9qyUpmalS16GfsFr8ZnZ9LcAgnzXMWB+/dEJo=
|
||||
SHA256 (go_modules/github.com/kr/pretty/@v/v0.1.0.zip) = BgY9IUV+Btwqukpb0JdxFH7D2KtAsiTyblXFp2CJykM=
|
||||
SHA256 (go_modules/github.com/kr/pty/@v/v1.1.1.mod) = baTJxzZERolOXvh34Z+YXNUdZxzm6PTKh4YrRJ9t1/Y=
|
||||
SHA256 (go_modules/github.com/kr/pty/@v/v1.1.1.zip) = EEdNeodcvSuddMm7j7mSZLeGPyBMdhBgd5f/GNWAvwA=
|
||||
SHA256 (go_modules/github.com/kr/text/@v/v0.1.0.mod) = L7qVKeXBPd5i83Hvc4O68E1xMlAdrGqgjpEPnsC/hcU=
|
||||
SHA256 (go_modules/github.com/kr/text/@v/v0.1.0.zip) = k2OkyPHzOHo2AU3lG0d7gxoTmB/FmlZl+dIWCb6p53w=
|
||||
SHA256 (go_modules/github.com/pkg/diff/@v/v0.0.0-20210226163009-20ebb0f2a09e.mod) = XVuUVOLQIK8MdgNWjoaQS5m+/E1dZ8OoUF9hIVib0R8=
|
||||
SHA256 (go_modules/github.com/pkg/diff/@v/v0.0.0-20210226163009-20ebb0f2a09e.zip) = 81sj/dK5Ui3dRsxcAWG08HZcUUR11dTKKoasoxOIyL0=
|
||||
SHA256 (go_modules/github.com/pmezard/go-difflib/@v/v1.0.0.mod) = dLLnZushU3eGTVh7rfV+lVIfaS0qeGCzx3WQk/nJvsI=
|
||||
SHA256 (go_modules/github.com/pmezard/go-difflib/@v/v1.0.0.zip) = 3gTOzBpLjVPkNXBRAmeUvLxU8uaiYM+sUIzmnV1kV6A=
|
||||
SHA256 (go_modules/github.com/rogpeppe/go-internal/@v/v1.8.1.mod) = NYwJs9mb11rRqcq3avrFIpJcE3epnXBI/cpKS0GJxQQ=
|
||||
SHA256 (go_modules/github.com/rogpeppe/go-internal/@v/v1.8.1.zip) = 09hoVBgbn6AI8pSheY1VAze+RMgoXbqfKFTzCNI5MdI=
|
||||
SHA256 (go_modules/github.com/stretchr/objx/@v/v0.1.0.mod) = E1A1TVLSKHpiM27MDVYjLUxHaZr5u6ScZ8K0glTamPE=
|
||||
SHA256 (go_modules/github.com/stretchr/objx/@v/v0.1.0.zip) = H6ENq0BO1/yO0qAz+HhBh9XfNRPO04Qc455G03hQ6x0=
|
||||
SHA256 (go_modules/github.com/stretchr/testify/@v/v1.3.0.mod) = qwY9UVSo6HMLztTFJpjldw61C/rjR768NeykiLjj9uM=
|
||||
SHA256 (go_modules/github.com/stretchr/testify/@v/v1.7.0.mod) = //gWjZjmoHFWxFShtuklUJ8xd+lsFVUW1/lrQHnMo78=
|
||||
SHA256 (go_modules/github.com/stretchr/testify/@v/v1.7.0.zip) = WkbM6+/1EN8+L204Qu550/aNDnsVVM1u6TOQ1otsazQ=
|
||||
SHA256 (go_modules/gopkg.in/check.v1/@v/v0.0.0-20161208181325-20d25e280405.mod) = XDBuDWM81moRtA4uX7vG2kIRDbfXLqPBUkzrRe5Awz8=
|
||||
SHA256 (go_modules/gopkg.in/check.v1/@v/v1.0.0-20180628173108-788fd7840127.mod) = XDBuDWM81moRtA4uX7vG2kIRDbfXLqPBUkzrRe5Awz8=
|
||||
SHA256 (go_modules/gopkg.in/check.v1/@v/v1.0.0-20180628173108-788fd7840127.zip) = S8U17SqsSKIxr4tgBaC19gadrauaPWWx6fH+kcdNjmE=
|
||||
SHA256 (go_modules/gopkg.in/errgo.v2/@v/v2.1.0.mod) = 4wUgQkglZieWb/hcfcWRzy0OfeIJTQ9GWEnxtioQJ0g=
|
||||
SHA256 (go_modules/gopkg.in/errgo.v2/@v/v2.1.0.zip) = a4lUgZog7FKYKiBv0+uUYp/1PFeQqndTTm2Nr33gG+4=
|
||||
SHA256 (go_modules/gopkg.in/yaml.v3/@v/v3.0.0-20200313102051-9f266ea9e77c.mod) = IVeYYKIDBvz0OxvSNNH7oxlJnHdhG3HAX5vzupDauTk=
|
||||
SHA256 (go_modules/gopkg.in/yaml.v3/@v/v3.0.0-20210107192922-496545a6307b.mod) = IVeYYKIDBvz0OxvSNNH7oxlJnHdhG3HAX5vzupDauTk=
|
||||
SHA256 (go_modules/gopkg.in/yaml.v3/@v/v3.0.0-20210107192922-496545a6307b.zip) = UWm1Yl08NR8T6KTsSAL3CQcnAbRB7ZIYHGBR7OU2Fak=
|
||||
SIZE (gitmux-v0.7.9.zip) = 16889
|
||||
SIZE (go_modules/github.com/arl/gitstatus/@v/v0.5.1.mod) = 130
|
||||
SIZE (go_modules/github.com/arl/gitstatus/@v/v0.5.1.zip) = 28499
|
||||
SIZE (go_modules/github.com/davecgh/go-spew/@v/v1.1.0.mod) = 34
|
||||
SIZE (go_modules/github.com/davecgh/go-spew/@v/v1.1.0.zip) = 60546
|
||||
SIZE (go_modules/github.com/kr/pretty/@v/v0.1.0.mod) = 67
|
||||
SIZE (go_modules/github.com/kr/pretty/@v/v0.1.0.zip) = 11159
|
||||
SIZE (go_modules/github.com/kr/pty/@v/v1.1.1.mod) = 25
|
||||
SIZE (go_modules/github.com/kr/pty/@v/v1.1.1.zip) = 14199
|
||||
SIZE (go_modules/github.com/kr/text/@v/v0.1.0.mod) = 64
|
||||
SIZE (go_modules/github.com/kr/text/@v/v0.1.0.zip) = 12591
|
||||
SIZE (go_modules/github.com/pkg/diff/@v/v0.0.0-20210226163009-20ebb0f2a09e.mod) = 36
|
||||
SIZE (go_modules/github.com/pkg/diff/@v/v0.0.0-20210226163009-20ebb0f2a09e.zip) = 219375
|
||||
SIZE (go_modules/github.com/pmezard/go-difflib/@v/v1.0.0.mod) = 37
|
||||
SIZE (go_modules/github.com/pmezard/go-difflib/@v/v1.0.0.zip) = 12433
|
||||
SIZE (go_modules/github.com/rogpeppe/go-internal/@v/v1.8.1.mod) = 143
|
||||
SIZE (go_modules/github.com/rogpeppe/go-internal/@v/v1.8.1.zip) = 207657
|
||||
SIZE (go_modules/github.com/stretchr/objx/@v/v0.1.0.mod) = 32
|
||||
SIZE (go_modules/github.com/stretchr/objx/@v/v0.1.0.zip) = 34637
|
||||
SIZE (go_modules/github.com/stretchr/testify/@v/v1.3.0.mod) = 154
|
||||
SIZE (go_modules/github.com/stretchr/testify/@v/v1.7.0.mod) = 216
|
||||
SIZE (go_modules/github.com/stretchr/testify/@v/v1.7.0.zip) = 105564
|
||||
SIZE (go_modules/gopkg.in/check.v1/@v/v0.0.0-20161208181325-20d25e280405.mod) = 25
|
||||
SIZE (go_modules/gopkg.in/check.v1/@v/v1.0.0-20180628173108-788fd7840127.mod) = 25
|
||||
SIZE (go_modules/gopkg.in/check.v1/@v/v1.0.0-20180628173108-788fd7840127.zip) = 41465
|
||||
SIZE (go_modules/gopkg.in/errgo.v2/@v/v2.1.0.mod) = 133
|
||||
SIZE (go_modules/gopkg.in/errgo.v2/@v/v2.1.0.zip) = 15087
|
||||
SIZE (go_modules/gopkg.in/yaml.v3/@v/v3.0.0-20200313102051-9f266ea9e77c.mod) = 95
|
||||
SIZE (go_modules/gopkg.in/yaml.v3/@v/v3.0.0-20210107192922-496545a6307b.mod) = 95
|
||||
SIZE (go_modules/gopkg.in/yaml.v3/@v/v3.0.0-20210107192922-496545a6307b.zip) = 105245
|
1
sysutils/gitmux/pkg/DESCR
Normal file
1
sysutils/gitmux/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Show git status in your tmux status bar.
|
3
sysutils/gitmux/pkg/PLIST
Normal file
3
sysutils/gitmux/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@bin bin/gitmux
|
||||
share/doc/gitmux/
|
||||
share/doc/gitmux/README.md
|
Loading…
Add table
Add a link
Reference in a new issue