mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
For the main distfile only. Vendors will need a bigger, separate migration. Ports that don't specify are set to `tarball`.
127 lines
6.7 KiB
Tcl
127 lines
6.7 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup golang 1.0
|
|
|
|
go.setup github.com/muesli/markscribe 0.6.0 v
|
|
revision 0
|
|
|
|
description \
|
|
Your personal markdown scribe with template-engine and Git(Hub) & RSS \
|
|
powers
|
|
|
|
long_description \
|
|
{*}${description}. You can run ${name} as a Github Action.
|
|
|
|
categories textproc
|
|
installs_libs no
|
|
license MIT
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
|
|
destroot {
|
|
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
|
|
}
|
|
|
|
checksums ${distname}${extract.suffix} \
|
|
rmd160 7da8840978b2763d327c69080ff1ca8b310133a5 \
|
|
sha256 3f414311426038e27e8b03d8892f4c485f10d068ba96a75bf2fd1cf23f20c22e \
|
|
size 12867
|
|
|
|
go.vendors google.golang.org/appengine \
|
|
repo github.com/golang/appengine \
|
|
lock v1.1.0 \
|
|
rmd160 874ae548d23bd33336aa130ce85b9468fe80bf38 \
|
|
sha256 2294854ed822f5e6c7a2516c3f84bd939bd36e7aa589446900ce4bd8784c2660 \
|
|
size 302600 \
|
|
golang.org/x/text \
|
|
lock v0.3.2 \
|
|
rmd160 3b9523084f6a8b2e6a6987e49c56f05e22ad69eb \
|
|
sha256 d624899dfd390d9d4a77e5c8e5abd8c45f0b6163e0dc7176aee39f25c5f1bed0 \
|
|
size 7168458 \
|
|
golang.org/x/oauth2 \
|
|
lock d2e6202438be \
|
|
rmd160 08949da5fbafadd0c3bc746eea5d382c54b98dcb \
|
|
sha256 9051bf1f6effb830dd5fa5a9ccbab623dbbba8955d36547b9352f28701f7e54c \
|
|
size 43178 \
|
|
golang.org/x/net \
|
|
lock 244492dfa37a \
|
|
rmd160 e63ff90e39b777708ccef76f0ce1cb24ab762c8a \
|
|
sha256 a8ba70fc7b2dca4e4b3ff7ec45ffc44eca1a6b831d19c38aa9d314e646ec858f \
|
|
size 1172488 \
|
|
github.com/stretchr/testify \
|
|
lock v1.3.0 \
|
|
rmd160 80582370443047a1d7020211865d85d54c036eea \
|
|
sha256 ac782171992e3af1c8ac8384cbf4a39706ec5f9e3c6eed57a246e02dce571762 \
|
|
size 102899 \
|
|
github.com/shurcooL/graphql \
|
|
lock d48a9a75455f \
|
|
rmd160 3750e81ef12b408cc509db12ea293a2b4eb804eb \
|
|
sha256 d9d306eedbb9a83d06e8c63584c043fcbf2a4057e13535826af95859a80d35e7 \
|
|
size 17559 \
|
|
github.com/shurcooL/githubv4 \
|
|
lock 8f68eb5628d0 \
|
|
rmd160 09c348076d26e38f377924b81ecaca2936b3e914 \
|
|
sha256 b7db64c51f03f8f2c0dbe2e0ae16dc2e9bdefcb2245066a74428d801ad4c71f6 \
|
|
size 41092 \
|
|
github.com/pmezard/go-difflib \
|
|
lock v1.0.0 \
|
|
rmd160 fc879bfbdef9e3ff50844def58404e2b5a613ab8 \
|
|
sha256 7cd492737641847266115f3060489a67f63581e521a8ec51efbc280c33fc991f \
|
|
size 11409 \
|
|
github.com/modern-go/reflect2 \
|
|
lock 4b7aa43c6742 \
|
|
rmd160 6fa2904ff627f44d5dc578b8fffc7c3f377f5265 \
|
|
sha256 aa18f2a90ac606288f3fbf4cd20adb11875d1191b902998b6f2a6e6a85b8371b \
|
|
size 14316 \
|
|
github.com/modern-go/concurrent \
|
|
lock e0a39a4cb421 \
|
|
rmd160 0ef9030ea5ad075016eb682677e4780e74685cea \
|
|
sha256 b36fe66542de4d2ca944efc5e5aa5ed39c451717eed2cd57e28f41c865807a53 \
|
|
size 5493 \
|
|
github.com/mmcdole/goxpp \
|
|
lock 0068e33feabf \
|
|
rmd160 201dc6a119c750583b5179a19ee3b2879ddef021 \
|
|
sha256 f00f7d92e0079803d45598cdee069ea6b2709710e1c435bb885724518d8bde6f \
|
|
size 5172 \
|
|
github.com/mmcdole/gofeed \
|
|
lock v1.1.3 \
|
|
rmd160 e98088af10adad74749f4898192358fced436027 \
|
|
sha256 e179cb0c55bda1493ce4b709f589adaa97522be267f7c1336d797565482eba71 \
|
|
size 122901 \
|
|
github.com/json-iterator/go \
|
|
lock v1.1.10 \
|
|
rmd160 963a70cf0a7d056f6b00fb2224687895612a35e2 \
|
|
sha256 e82947d6f32c1cf730c796409eabc8051c208c2eafabe793d196d448529a7f0f \
|
|
size 83377 \
|
|
github.com/golang/protobuf \
|
|
lock v1.3.2 \
|
|
rmd160 c22496279cf6fc64781561cd1b5fef34e0ea61b8 \
|
|
sha256 e467fab2ce26db4265fa0695b13d07fe825391023f7a02d5945a0f0b0913abe7 \
|
|
size 312331 \
|
|
github.com/dustin/go-humanize \
|
|
lock v1.0.0 \
|
|
rmd160 e8641035159ea3e8839ee086f01f966443956303 \
|
|
sha256 e45e3181c07b3e2dad8e1317e91a5bbbee4845067e3e3879a585a5254bc6a334 \
|
|
size 17273 \
|
|
github.com/davecgh/go-spew \
|
|
lock v1.1.1 \
|
|
rmd160 7c02883aa81f81aca14e13a27fdca9e7fbc136f7 \
|
|
sha256 e85d6afa83e64962e0d63dd4812971eccf2b9b5445eda93f46a4406f0c177d5f \
|
|
size 42171 \
|
|
github.com/andybalholm/cascadia \
|
|
lock v1.1.0 \
|
|
rmd160 c4c18622997b68be3afade1a286db552a1bfaba6 \
|
|
sha256 8d077c4917c7122f69fc6b2cfcace0d7c7d74ce41268361a3de180798853cfea \
|
|
size 15498 \
|
|
github.com/PuerkitoBio/goquery \
|
|
lock v1.5.1 \
|
|
rmd160 1f13a037c7c319907cb75674bdc5acce0e3369af \
|
|
sha256 489a73e1e607b6305f7c1d30d0b05c9690605d922e1d92f6051bc3103e64e29f \
|
|
size 101385 \
|
|
github.com/KyleBanks/goodreads \
|
|
lock 28539417959b \
|
|
rmd160 e5c44e113bdf2f55477e618f25855c95aacecb9d \
|
|
sha256 1e05d60cbac10703ff87ee0dcb96e2b26c8ba2208cc825b946089ee6912fd71d \
|
|
size 48468
|