*/*: sync with upstream
Taken from: HardenedBSD
This commit is contained in:
parent
78b33233f0
commit
466ccfe7cd
67 changed files with 582 additions and 313 deletions
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= MMseqs2
|
||||
DISTVERSION= 13-45111
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= biology
|
||||
|
||||
MAINTAINER= jwb@FreeBSD.org
|
||||
|
|
@ -20,18 +20,14 @@ USE_PERL5= build
|
|||
SHEBANG_GLOB= *.sh
|
||||
GH_ACCOUNT= soedinglab
|
||||
|
||||
CMAKE_ARGS+= -DUSE_SYSTEM_ZSTD:BOOL=ON
|
||||
CMAKE_ARGS+= -DUSE_SYSTEM_ZSTD:BOOL=ON -DDISABLE_IPS4O:BOOL=ON
|
||||
LDFLAGS+= -lpthread
|
||||
|
||||
PLIST_FILES= bin/mmseqs ${DATADIR}/bash-completion.sh
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
# Hangs when built with clang and SSE or x86-64 only. Works fine with
|
||||
# -march=native. Upstream is investigating. To build fully optimized,
|
||||
# non-portable binary with clang: env CFLAGS='-O2 -march=native' make
|
||||
.if ${ARCH} == "amd64" && empty(CFLAGS:M*march=native*)
|
||||
USE_GCC= yes
|
||||
# Need at least SSE2 for decent performance. x86-64 groups SSE2 with other
|
||||
# common features in low-end AMD64 CPUs.
|
||||
CFLAGS+= -march=x86-64
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= babel
|
||||
PORTVERSION= 2010.01.16
|
||||
PORTREVISION= 56
|
||||
PORTREVISION= 57
|
||||
CATEGORIES= converters lisp
|
||||
PKGNAMEPREFIX= cl-
|
||||
DISTFILES= # none
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= pspg
|
||||
DISTVERSION= 5.0.2
|
||||
DISTVERSION= 5.0.5
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= dmgk@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1623077278
|
||||
SHA256 (okbob-pspg-5.0.2_GH0.tar.gz) = c5bf3d7d2721c8afc3c8a9f70e26039572e48d29598c54c586ae5285493ffd8f
|
||||
SIZE (okbob-pspg-5.0.2_GH0.tar.gz) = 1826312
|
||||
TIMESTAMP = 1624988011
|
||||
SHA256 (okbob-pspg-5.0.5_GH0.tar.gz) = 0bafcddf47d880995b4d53d9159e201c8943317e3a565dc6d35ca478a9714f35
|
||||
SIZE (okbob-pspg-5.0.5_GH0.tar.gz) = 1828909
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= alexandria
|
||||
PORTVERSION= 1.2
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel lisp
|
||||
PKGNAMEPREFIX= cl-
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= infix
|
||||
PORTVERSION= 19960628
|
||||
PORTREVISION= 60
|
||||
PORTREVISION= 61
|
||||
CATEGORIES= devel lisp
|
||||
PKGNAMEPREFIX= cl-
|
||||
DISTFILES= # none
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= port
|
||||
PORTVERSION= 2002.10.02.1
|
||||
PORTREVISION= 58
|
||||
PORTREVISION= 59
|
||||
CATEGORIES= devel lisp
|
||||
PKGNAMEPREFIX= cl-
|
||||
DISTFILES= # none
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= split-sequence
|
||||
PORTVERSION= 20011114.1
|
||||
PORTREVISION= 57
|
||||
PORTREVISION= 58
|
||||
CATEGORIES= devel lisp
|
||||
PKGNAMEPREFIX= cl-
|
||||
DISTFILES= # none
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= trivial-features
|
||||
PORTVERSION= 2010.01.16
|
||||
PORTREVISION= 57
|
||||
PORTREVISION= 58
|
||||
CATEGORIES= devel lisp
|
||||
PKGNAMEPREFIX= cl-
|
||||
DISTFILES= # none
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= trivial-gray-streams
|
||||
PORTVERSION= 2008.11.02
|
||||
PORTREVISION= 57
|
||||
PORTREVISION= 58
|
||||
CATEGORIES= devel lisp
|
||||
PKGNAMEPREFIX= cl-
|
||||
DISTFILES= # none
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ BROKEN_sparc64= cannot build: coredump: illegal instruction
|
|||
|
||||
USES= cpe pkgconfig shebangfix tar:tgz
|
||||
|
||||
SNAPSHOT= 20210403
|
||||
SNAPSHOT= 20210626
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --datadir=${PREFIX}/share \
|
||||
--with-terminfo-dirs="${PREFIX}/share/terminfo:${LOCALBASE}/share/site-terminfo" \
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1618230890
|
||||
SHA256 (ncurses/ncurses-6.2-20210403.tgz) = 581f980063b1a75a0f8aa888af80e034d194e5c717303ccfadad47444dbb7ed6
|
||||
SIZE (ncurses/ncurses-6.2-20210403.tgz) = 3564520
|
||||
TIMESTAMP = 1624983987
|
||||
SHA256 (ncurses/ncurses-6.2-20210626.tgz) = 0ffd7087372ab4be379edc0c4550bbad06ac29d59f398f220b42e5ccc767bbbe
|
||||
SIZE (ncurses/ncurses-6.2-20210626.tgz) = 3574593
|
||||
|
|
|
|||
|
|
@ -270,6 +270,7 @@ libdata/pkgconfig/tinfo.pc
|
|||
%%MANPAGES%%man/man3/erasechar.3x.gz
|
||||
%%MANPAGES%%man/man3/erasechar_sp.3x.gz
|
||||
%%MANPAGES%%man/man3/erasewchar.3x.gz
|
||||
%%MANPAGES%%man/man3/erasewchar_sp.3x.gz
|
||||
%%MANPAGES%%man/man3/exit_curses.3x.gz
|
||||
%%MANPAGES%%man/man3/exit_terminfo.3x.gz
|
||||
%%MANPAGES%%man/man3/extended_color_content.3x.gz
|
||||
|
|
@ -463,6 +464,7 @@ libdata/pkgconfig/tinfo.pc
|
|||
%%MANPAGES%%man/man3/killchar.3x.gz
|
||||
%%MANPAGES%%man/man3/killchar_sp.3x.gz
|
||||
%%MANPAGES%%man/man3/killwchar.3x.gz
|
||||
%%MANPAGES%%man/man3/killwchar_sp.3x.gz
|
||||
%%MANPAGES%%man/man3/leaveok.3x.gz
|
||||
%%MANPAGES%%man/man3/legacy_coding.3x.gz
|
||||
%%MANPAGES%%man/man3/link_field.3x.gz
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $MCom: ports/finance/gnucash-docs/Makefile,v 1.7 2007/08/04 03:51:29 marcus Exp $
|
||||
|
||||
PORTNAME= gnucash-docs
|
||||
DISTVERSION= 4.5
|
||||
DISTVERSION= 4.6
|
||||
CATEGORIES= finance gnome
|
||||
MASTER_SITES= SF/gnucash/gnucash%20%28stable%29/${PORTVERSION}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1616955332
|
||||
SHA256 (gnucash-docs-4.5.tar.gz) = 91fd04afc8d9b700e9f034321aa782b52adf13c559e3a94410e0774c180afa43
|
||||
SIZE (gnucash-docs-4.5.tar.gz) = 71534508
|
||||
TIMESTAMP = 1624871157
|
||||
SHA256 (gnucash-docs-4.6.tar.gz) = 5c4f8957d4e4a27bd7be3bc42f6a0823c1bfa4da1efff3fc17d57db43899c58c
|
||||
SIZE (gnucash-docs-4.6.tar.gz) = 73704192
|
||||
|
|
|
|||
|
|
@ -1297,24 +1297,56 @@ share/gnome/help/gnucash-help/C/figures/Help_Trans_Assoc_Dialog.png
|
|||
share/gnome/help/gnucash-help/C/figures/Help_Trans_Assoc_Symbols.png
|
||||
share/gnome/help/gnucash-help/C/figures/Help_TxRptOpt_Screen.png
|
||||
share/gnome/help/gnucash-help/C/figures/Main-window-callouts.png
|
||||
share/gnome/help/gnucash-help/C/figures/home.png
|
||||
share/gnome/help/gnucash-help/C/figures/left.png
|
||||
share/gnome/help/gnucash-help/C/figures/right.png
|
||||
share/gnome/help/gnucash-help/C/figures/up.png
|
||||
share/gnome/help/gnucash-help/C/figures/column-selector-0.png
|
||||
share/gnome/help/gnucash-help/C/figures/column-selector-1.png
|
||||
share/gnome/help/gnucash-help/C/figures/main-window-small.png
|
||||
share/gnome/help/gnucash-help/C/figures/splash.png
|
||||
share/gnome/help/gnucash-help/C/figures/welcome-cancel.png
|
||||
share/gnome/help/gnucash-help/C/figures/welcome.png
|
||||
share/gnome/help/gnucash-help/C/figures/window-main-empty.png
|
||||
share/gnome/help/gnucash-help/C/figures/window-tip.png
|
||||
share/gnome/help/gnucash-help/C/gnc-docbookx.dtd
|
||||
share/gnome/help/gnucash-help/C/gnucash-help.xml
|
||||
share/gnome/help/gnucash-help/de/Help_ch_Account-Actions.xml
|
||||
share/gnome/help/gnucash-help/de/Help_ch_Business.xml
|
||||
share/gnome/help/gnucash-help/de/Help_ch_Customize.xml
|
||||
share/gnome/help/gnucash-help/de/Help_ch_GUIMenus.xml
|
||||
share/gnome/help/gnucash-help/de/Help_ch_GettingHelp.xml
|
||||
share/gnome/help/gnucash-help/de/Help_ch_GettingStarted.xml
|
||||
share/gnome/help/gnucash-help/de/Help_ch_Intro.xml
|
||||
share/gnome/help/gnucash-help/de/Help_ch_Reports.xml
|
||||
share/gnome/help/gnucash-help/de/Help_ch_Tools_Assistants.xml
|
||||
share/gnome/help/gnucash-help/de/Help_ch_Transactions.xml
|
||||
share/gnome/help/gnucash-help/de/Help_chartofaccts.xml
|
||||
share/gnome/help/gnucash-help/de/Help_chtacctseg.xml
|
||||
share/gnome/help/gnucash-help/de/Help_fdl-appendix.xml
|
||||
share/gnome/help/gnucash-help/de/Help_legal.xml
|
||||
share/gnome/help/gnucash-help/de/Help_tips-appendix.xml
|
||||
share/gnome/help/gnucash-help/de/Help_txf-categories.xml
|
||||
share/gnome/help/gnucash-help/de/figures/home.png
|
||||
share/gnome/help/gnucash-help/de/figures/left.png
|
||||
share/gnome/help/gnucash-help/de/figures/right.png
|
||||
share/gnome/help/gnucash-help/de/figures/up.png
|
||||
share/gnome/help/gnucash-help/de/figures/Help_AccountReg_Screen.png
|
||||
share/gnome/help/gnucash-help/de/figures/Help_AccountTreeCreate.png
|
||||
share/gnome/help/gnucash-help/de/figures/Help_AccountTree_Screen.png
|
||||
share/gnome/help/gnucash-help/de/figures/Help_Budget_Screen.png
|
||||
share/gnome/help/gnucash-help/de/figures/Help_CSV_Import_transactions_Preview.png
|
||||
share/gnome/help/gnucash-help/de/figures/Help_CSV_Transaction_Import_Assistant.png
|
||||
share/gnome/help/gnucash-help/de/figures/Help_Choose_Export_Settings.png
|
||||
share/gnome/help/gnucash-help/de/figures/Help_Import_Map_Editor.png
|
||||
share/gnome/help/gnucash-help/de/figures/Help_Import_MatchPicker.png
|
||||
share/gnome/help/gnucash-help/de/figures/Help_Import_QIF_Druid.png
|
||||
share/gnome/help/gnucash-help/de/figures/Help_Import_Transaction_matcher_1.png
|
||||
share/gnome/help/gnucash-help/de/figures/Help_Reconcile_Screen.png
|
||||
share/gnome/help/gnucash-help/de/figures/Help_Report_Screen.png
|
||||
share/gnome/help/gnucash-help/de/figures/Help_Scheduled_Transactions.png
|
||||
share/gnome/help/gnucash-help/de/figures/Help_Trans_Assoc_Dialog.png
|
||||
share/gnome/help/gnucash-help/de/figures/Main-window-callouts.png
|
||||
share/gnome/help/gnucash-help/de/figures/column-selector-0.png
|
||||
share/gnome/help/gnucash-help/de/figures/column-selector-1.png
|
||||
share/gnome/help/gnucash-help/de/figures/main-window-small.png
|
||||
share/gnome/help/gnucash-help/de/figures/splash.png
|
||||
share/gnome/help/gnucash-help/de/figures/tip-window.png
|
||||
share/gnome/help/gnucash-help/de/figures/welcome-cancel.png
|
||||
share/gnome/help/gnucash-help/de/figures/welcome.png
|
||||
share/gnome/help/gnucash-help/de/figures/window-main-empty.png
|
||||
share/gnome/help/gnucash-help/de/gnc-docbookx.dtd
|
||||
share/gnome/help/gnucash-help/de/gnucash-help.xml
|
||||
share/gnome/help/gnucash-help/it/figures/Help_AccountReg_Screen.png
|
||||
|
|
@ -1333,10 +1365,6 @@ share/gnome/help/gnucash-help/it/figures/Help_Pref_Sched.png
|
|||
share/gnome/help/gnucash-help/it/figures/Help_Pref_Windows.png
|
||||
share/gnome/help/gnucash-help/it/figures/Help_Report_Screen.png
|
||||
share/gnome/help/gnucash-help/it/figures/Main-window-callouts.png
|
||||
share/gnome/help/gnucash-help/it/figures/home.png
|
||||
share/gnome/help/gnucash-help/it/figures/left.png
|
||||
share/gnome/help/gnucash-help/it/figures/right.png
|
||||
share/gnome/help/gnucash-help/it/figures/up.png
|
||||
share/gnome/help/gnucash-help/it/gnc-docbookx.dtd
|
||||
share/gnome/help/gnucash-help/it/gnucash-help.xml
|
||||
share/gnome/help/gnucash-help/pt/Help_ch_Account-Actions.xml
|
||||
|
|
@ -1374,9 +1402,5 @@ share/gnome/help/gnucash-help/pt/figures/Help_TxRptOpt_Screen.png
|
|||
share/gnome/help/gnucash-help/pt/figures/Main-window-callouts.png
|
||||
share/gnome/help/gnucash-help/pt/figures/Report_Screen.png
|
||||
share/gnome/help/gnucash-help/pt/figures/Report_Screen_pt_PT.png
|
||||
share/gnome/help/gnucash-help/pt/figures/home.png
|
||||
share/gnome/help/gnucash-help/pt/figures/left.png
|
||||
share/gnome/help/gnucash-help/pt/figures/right.png
|
||||
share/gnome/help/gnucash-help/pt/figures/up.png
|
||||
share/gnome/help/gnucash-help/pt/gnc-docbookx.dtd
|
||||
share/gnome/help/gnucash-help/pt/gnucash-help.xml
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
# $MCom: ports/finance/gnucash/Makefile,v 1.26 2008/12/31 03:25:18 mezz Exp $
|
||||
|
||||
PORTNAME= gnucash
|
||||
PORTVERSION= 4.5
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 4.6
|
||||
CATEGORIES= finance gnome
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION}
|
||||
|
||||
|
|
@ -23,7 +22,8 @@ LIB_DEPENDS= libgnome-keyring.so:security/libgnome-keyring \
|
|||
libguile-2.2.so:lang/guile2 \
|
||||
libgc-threaded.so:devel/boehm-gc-threaded \
|
||||
libboost_date_time.so:devel/boost-libs \
|
||||
libicudata.so:devel/icu
|
||||
libicudata.so:devel/icu\
|
||||
libharfbuzz.so:print/harfbuzz
|
||||
RUN_DEPENDS= p5-libwww>=0:www/p5-libwww \
|
||||
p5-Date-Manip>=0:devel/p5-Date-Manip \
|
||||
p5-Finance-Quote>=0:finance/p5-Finance-Quote
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1616955122
|
||||
SHA256 (gnucash-4.5.tar.bz2) = bc1f48a8453488a2e9f6b83b68613aa55caebe4d2983460bdac7e084b46cffdc
|
||||
SIZE (gnucash-4.5.tar.bz2) = 14472274
|
||||
TIMESTAMP = 1624869965
|
||||
SHA256 (gnucash-4.6.tar.bz2) = 251b01dfb9f9c679db26926f934ca4d13c7092a485be04f60e2031d85a445733
|
||||
SIZE (gnucash-4.6.tar.bz2) = 14591886
|
||||
|
|
|
|||
|
|
@ -66,7 +66,6 @@ include/gnucash/gnc-cell-renderer-popup.h
|
|||
include/gnucash/gnc-cell-renderer-text-flag.h
|
||||
include/gnucash/gnc-cell-renderer-text-view.h
|
||||
include/gnucash/gnc-cell-view.h
|
||||
include/gnucash/gnc-combott.h
|
||||
include/gnucash/gnc-commodity-edit.h
|
||||
include/gnucash/gnc-commodity.h
|
||||
include/gnucash/gnc-component-manager.h
|
||||
|
|
@ -409,6 +408,7 @@ lib/guile/2.2/site-ccache/gnucash/reports/standard/dashboard.go
|
|||
lib/guile/2.2/site-ccache/gnucash/reports/standard/equity-statement.go
|
||||
lib/guile/2.2/site-ccache/gnucash/reports/standard/general-journal.go
|
||||
lib/guile/2.2/site-ccache/gnucash/reports/standard/general-ledger.go
|
||||
lib/guile/2.2/site-ccache/gnucash/reports/standard/ifrs-cost-basis.go
|
||||
lib/guile/2.2/site-ccache/gnucash/reports/standard/income-gst-statement.go
|
||||
lib/guile/2.2/site-ccache/gnucash/reports/standard/income-statement.go
|
||||
lib/guile/2.2/site-ccache/gnucash/reports/standard/invoice.go
|
||||
|
|
@ -939,7 +939,23 @@ share/metainfo/gnucash.appdata.xml
|
|||
%%DATADIR%%/accounts/zh_CN/acctchrt_spouseinc.gnucash-xea
|
||||
%%DATADIR%%/accounts/zh_CN/acctchrt_spouseretire.gnucash-xea
|
||||
%%DATADIR%%/accounts/zh_HK/acctchrt_business.gnucash-xea
|
||||
%%DATADIR%%/accounts/zh_TW/acctchrt_brokerage.gnucash-xea
|
||||
%%DATADIR%%/accounts/zh_TW/acctchrt_business.gnucash-xea
|
||||
%%DATADIR%%/accounts/zh_TW/acctchrt_carloan.gnucash-xea
|
||||
%%DATADIR%%/accounts/zh_TW/acctchrt_cdmoneymkt.gnucash-xea
|
||||
%%DATADIR%%/accounts/zh_TW/acctchrt_checkbook.gnucash-xea
|
||||
%%DATADIR%%/accounts/zh_TW/acctchrt_childcare.gnucash-xea
|
||||
%%DATADIR%%/accounts/zh_TW/acctchrt_common.gnucash-xea
|
||||
%%DATADIR%%/accounts/zh_TW/acctchrt_eduloan.gnucash-xea
|
||||
%%DATADIR%%/accounts/zh_TW/acctchrt_fixedassets.gnucash-xea
|
||||
%%DATADIR%%/accounts/zh_TW/acctchrt_homeloan.gnucash-xea
|
||||
%%DATADIR%%/accounts/zh_TW/acctchrt_homeown.gnucash-xea
|
||||
%%DATADIR%%/accounts/zh_TW/acctchrt_otherloan.gnucash-xea
|
||||
%%DATADIR%%/accounts/zh_TW/acctchrt_renter.gnucash-xea
|
||||
%%DATADIR%%/accounts/zh_TW/acctchrt_retiremt.gnucash-xea
|
||||
%%DATADIR%%/accounts/zh_TW/acctchrt_spouseinc.gnucash-xea
|
||||
%%DATADIR%%/accounts/zh_TW/acctchrt_spouseretire.gnucash-xea
|
||||
%%DATADIR%%/accounts/zh_TW/acctchrt_vehicle.gnucash-xea
|
||||
%%DATADIR%%/chartjs/Chart.bundle.js
|
||||
%%DATADIR%%/chartjs/Chart.bundle.min.js
|
||||
%%DATADIR%%/checks/deluxe.chk
|
||||
|
|
@ -1270,6 +1286,7 @@ share/guile/site/2.2/gnucash/reports/standard/dashboard.scm
|
|||
share/guile/site/2.2/gnucash/reports/standard/equity-statement.scm
|
||||
share/guile/site/2.2/gnucash/reports/standard/general-journal.scm
|
||||
share/guile/site/2.2/gnucash/reports/standard/general-ledger.scm
|
||||
share/guile/site/2.2/gnucash/reports/standard/ifrs-cost-basis.scm
|
||||
share/guile/site/2.2/gnucash/reports/standard/income-gst-statement.scm
|
||||
share/guile/site/2.2/gnucash/reports/standard/income-statement.scm
|
||||
share/guile/site/2.2/gnucash/reports/standard/invoice.scm
|
||||
|
|
|
|||
|
|
@ -1,88 +0,0 @@
|
|||
Drop after lang/rust is updated to 1.53 or later
|
||||
https://github.com/rust-lang/rust/pull/79278
|
||||
|
||||
error[E0658]: or-patterns syntax is experimental
|
||||
--> common/src/comp/inventory/item/mod.rs:858:14
|
||||
|
|
||||
858 | (SpriteKind::DungeonChest0
|
||||
| ______________^
|
||||
859 | | | SpriteKind::DungeonChest1
|
||||
860 | | | SpriteKind::DungeonChest2
|
||||
861 | | | SpriteKind::DungeonChest3
|
||||
... |
|
||||
866 | | | SpriteKind::Crate
|
||||
867 | | | SpriteKind::ChestBuried) => {
|
||||
| |_____________________________________^
|
||||
|
|
||||
= note: see issue #54883 <https://github.com/rust-lang/rust/issues/54883> for more information
|
||||
= help: add `#![feature(or_patterns)]` to the crate attributes to enable
|
||||
|
||||
error[E0658]: or-patterns syntax is experimental
|
||||
--> voxygen/anim/src/biped_large/spin.rs:93:21
|
||||
|
|
||||
93 | if let Some(ToolKind::Axe | ToolKind::Hammer | ToolKind::Dagger) = active_tool_kind {
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
|
||||
= note: see issue #54883 <https://github.com/rust-lang/rust/issues/54883> for more information
|
||||
= help: add `#![feature(or_patterns)]` to the crate attributes to enable
|
||||
|
||||
error[E0658]: or-patterns syntax is experimental
|
||||
--> voxygen/src/audio/sfx/mod.rs:337:25
|
||||
|
|
||||
337 | / object::Body::Arrow
|
||||
338 | | | object::Body::MultiArrow
|
||||
339 | | | object::Body::ArrowSnake
|
||||
340 | | | object::Body::ArrowTurret,
|
||||
| |___________________________________________________^
|
||||
|
|
||||
= note: see issue #54883 <https://github.com/rust-lang/rust/issues/54883> for more information
|
||||
= help: add `#![feature(or_patterns)]` to the crate attributes to enable
|
||||
|
||||
error[E0658]: or-patterns syntax is experimental
|
||||
--> world/src/sim/map.rs:237:22
|
||||
|
|
||||
237 | (None | Some(RiverKind::Lake { .. } | RiverKind::Ocean), _) => Rgb::new(
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
|
||||
= note: see issue #54883 <https://github.com/rust-lang/rust/issues/54883> for more information
|
||||
= help: add `#![feature(or_patterns)]` to the crate attributes to enable
|
||||
|
||||
--- common/src/lib.rs.orig 2021-06-12 08:55:34 UTC
|
||||
+++ common/src/lib.rs
|
||||
@@ -12,6 +12,7 @@
|
||||
iter_map_while,
|
||||
label_break_value,
|
||||
option_zip,
|
||||
+ or_patterns,
|
||||
trait_alias,
|
||||
type_alias_impl_trait
|
||||
)]
|
||||
--- voxygen/anim/src/lib.rs.orig 2021-06-12 08:55:34 UTC
|
||||
+++ voxygen/anim/src/lib.rs
|
||||
@@ -1,5 +1,6 @@
|
||||
#![feature(const_generics)]
|
||||
#![feature(generic_associated_types)]
|
||||
+#![feature(or_patterns)]
|
||||
#![allow(incomplete_features)]
|
||||
#[cfg(all(feature = "be-dyn-lib", feature = "use-dyn-lib"))]
|
||||
compile_error!("Can't use both \"be-dyn-lib\" and \"use-dyn-lib\" features at once");
|
||||
--- voxygen/src/lib.rs.orig 2021-06-12 08:55:34 UTC
|
||||
+++ voxygen/src/lib.rs
|
||||
@@ -8,6 +8,7 @@
|
||||
const_generics,
|
||||
drain_filter,
|
||||
once_cell,
|
||||
+ or_patterns,
|
||||
trait_alias
|
||||
)]
|
||||
#![recursion_limit = "2048"]
|
||||
--- world/src/lib.rs.orig 2021-06-12 08:55:34 UTC
|
||||
+++ world/src/lib.rs
|
||||
@@ -13,6 +13,7 @@
|
||||
const_generics,
|
||||
const_panic,
|
||||
label_break_value,
|
||||
+ or_patterns,
|
||||
array_map
|
||||
)]
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= kphotoalbum
|
||||
DISTVERSION= 5.7.0
|
||||
DISTVERSION= 5.8.1
|
||||
CATEGORIES= graphics kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/
|
||||
DIST_SUBDIR= KDE
|
||||
|
|
@ -8,7 +8,6 @@ MAINTAINER= kde@FreeBSD.org
|
|||
COMMENT= Image viewer and organizer for KDE
|
||||
|
||||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libexiv2.so:graphics/exiv2 \
|
||||
libexpat.so:textproc/expat2 \
|
||||
|
|
@ -20,7 +19,7 @@ USES= cmake compiler:c++11-lang desktop-file-utils jpeg kde:5 \
|
|||
USE_KDE= archive auth codecs completion config \
|
||||
configwidgets coreaddons ecm i18n \
|
||||
iconthemes jobwidgets kio marble purpose service \
|
||||
sonnet textwidgets widgetsaddons xmlgui
|
||||
solid sonnet textwidgets widgetsaddons windowsystem xmlgui
|
||||
USE_QT= concurrent core dbus declarative gui location network phonon4 \
|
||||
printsupport sql webchannel widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1596961561
|
||||
SHA256 (KDE/kphotoalbum-5.7.0.tar.xz) = b97135ebe4606a4e68ab0f38399a79db3e22eaba109e50c0841fe097a4c9a031
|
||||
SIZE (KDE/kphotoalbum-5.7.0.tar.xz) = 11784500
|
||||
TIMESTAMP = 1624898331
|
||||
SHA256 (KDE/kphotoalbum-5.8.1.tar.xz) = acbb0ec72ba2879cfea9a2b8d3f4a7e8be7c61021e9ac7c32871d18723b3f8ee
|
||||
SIZE (KDE/kphotoalbum-5.8.1.tar.xz) = 11792320
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ bin/kphotoalbum
|
|||
bin/open-raw.pl
|
||||
etc/xdg/kphotoalbumrc
|
||||
lib/libkpabase.so
|
||||
lib/libkpaexif.so
|
||||
lib/libkpathumbnails.so
|
||||
share/applications/org.kde.kphotoalbum-import.desktop
|
||||
share/applications/org.kde.kphotoalbum.desktop
|
||||
|
|
@ -269,8 +270,6 @@ share/icons/hicolor/64x64/apps/kphotoalbum.png
|
|||
%%DATADIR%%/demo/spiff_2.jpg
|
||||
%%DATADIR%%/demo/sunset.jpg
|
||||
%%DATADIR%%/demo/wayne.jpg
|
||||
%%DATADIR%%/pics/movie-clip.png
|
||||
%%DATADIR%%/pics/multiconfig.jpg
|
||||
%%DATADIR%%/pics/pin.png
|
||||
%%DATADIR%%/pics/search.jpg
|
||||
%%DATADIR%%/pics/splash-large.png
|
||||
|
|
@ -349,6 +348,7 @@ share/locale/hi/LC_MESSAGES/kphotoalbum.mo
|
|||
share/locale/hne/LC_MESSAGES/kphotoalbum.mo
|
||||
share/locale/hr/LC_MESSAGES/kphotoalbum.mo
|
||||
share/locale/hu/LC_MESSAGES/kphotoalbum.mo
|
||||
share/locale/ia/LC_MESSAGES/kphotoalbum.mo
|
||||
share/locale/is/LC_MESSAGES/kphotoalbum.mo
|
||||
share/locale/it/LC_MESSAGES/kphotoalbum.mo
|
||||
share/locale/ja/LC_MESSAGES/kphotoalbum.mo
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= gcc
|
||||
PORTVERSION= 8.5.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= GCC
|
||||
PKGNAMESUFFIX= ${SUFFIX}
|
||||
|
|
@ -12,6 +13,7 @@ COMMENT= GNU Compiler Collection 8
|
|||
LICENSE= GPLv3 GPLv3RLE
|
||||
LICENSE_COMB= multi
|
||||
|
||||
DEPRECATED= Unsupported by upstream. Use GCC 10 or newer instead.
|
||||
ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 armv7 i386 powerpc powerpc64 powerpcspe
|
||||
|
||||
LIB_DEPENDS= libgmp.so:math/gmp \
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= kotlin
|
||||
PORTVERSION= 1.5.0
|
||||
PORTVERSION= 1.5.20
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= https://github.com/JetBrains/kotlin/releases/download/v${PORTVERSION}/
|
||||
DISTNAME= kotlin-compiler-${PORTVERSION}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1620200870
|
||||
SHA256 (kotlin-compiler-1.5.0.zip) = 0343fc1f628fec1beccc9e534d2b8b7a0f8964b97e21563585d44d6d928ed1b7
|
||||
SIZE (kotlin-compiler-1.5.0.zip) = 61733880
|
||||
TIMESTAMP = 1624547557
|
||||
SHA256 (kotlin-compiler-1.5.20.zip) = edf34263ddaabd48f7ec59661e4c0d1dc868462fd3a1ea323083d0e3e83a8a8b
|
||||
SIZE (kotlin-compiler-1.5.20.zip) = 63014452
|
||||
|
|
|
|||
|
|
@ -59,6 +59,7 @@ bin/kotlinc-jvm
|
|||
%%DATADIR%%/lib/kotlin-test.jar
|
||||
%%DATADIR%%/lib/kotlinx-coroutines-core.jar
|
||||
%%DATADIR%%/lib/kotlinx-serialization-compiler-plugin.jar
|
||||
%%DATADIR%%/lib/lombok-compiler-plugin.jar
|
||||
%%DATADIR%%/lib/mutability-annotations-compat.jar
|
||||
%%DATADIR%%/lib/noarg-compiler-plugin.jar
|
||||
%%DATADIR%%/lib/parcelize-compiler.jar
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
# pinned to exact versions of everything used to build them.
|
||||
|
||||
PORTNAME= sbcl
|
||||
DISTVERSION= 2.1.5
|
||||
DISTVERSION= 2.1.6
|
||||
DISTVERSIONSUFFIX= -source
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= lang lisp
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
TIMESTAMP = 1623132979
|
||||
SHA256 (sbcl-2.1.5-source.tar.bz2) = 965807ecd65a9590d68a0ed408b544e7e49a1f6e337ebd2b25e34788bcc8a8c5
|
||||
SIZE (sbcl-2.1.5-source.tar.bz2) = 6566902
|
||||
SHA256 (sbcl-2.1.5-documentation-html.tar.bz2) = 42b53afd9355c69541be73bf648047d6aa88d0001526b84d643517b5dbafcb27
|
||||
SIZE (sbcl-2.1.5-documentation-html.tar.bz2) = 232259
|
||||
TIMESTAMP = 1624948238
|
||||
SHA256 (sbcl-2.1.6-source.tar.bz2) = 8b210c5dd20a466ca438bc7f628812640d0b4acdfad20bec168a6a5dabc1cdef
|
||||
SIZE (sbcl-2.1.6-source.tar.bz2) = 6579274
|
||||
SHA256 (sbcl-2.1.6-documentation-html.tar.bz2) = e59131726a1bcdd24d1203519c164ffac79d9a89f1eb115d8e65121139a8827e
|
||||
SIZE (sbcl-2.1.6-documentation-html.tar.bz2) = 231738
|
||||
SHA256 (sbcl-1.2.7-x86-64-freebsd-binary.tar.bz2) = c61f5e777e56921d2452d0fa6b71024ccd9b99bc659676498d398b8663176492
|
||||
SIZE (sbcl-1.2.7-x86-64-freebsd-binary.tar.bz2) = 10463348
|
||||
SHA256 (sbcl-1.2.7-x86-freebsd-binary.tar.bz2) = cf68bfab780a14964d9593f5b47fa3e174cf43e95ae3e558712d218f1c37bdbe
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= maxima
|
||||
PORTVERSION= 5.44.0
|
||||
PORTREVISION= 13
|
||||
PORTREVISION= 14
|
||||
CATEGORIES= math lisp tk
|
||||
MASTER_SITES= SF/maxima/Maxima-source/${PORTVERSION}-source
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= vtk
|
||||
DISTVERSION= 9.0.1
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= math graphics
|
||||
MASTER_SITES= https://vtk.org/files/release/${VTK_SHORT_VER}/
|
||||
PKGNAMESUFFIX= 9
|
||||
|
|
|
|||
|
|
@ -0,0 +1,44 @@
|
|||
--- Rendering/OpenGL2/vtkXOpenGLRenderWindow.cxx.orig 2020-06-26 13:24:40 UTC
|
||||
+++ Rendering/OpenGL2/vtkXOpenGLRenderWindow.cxx
|
||||
@@ -61,10 +61,22 @@ typedef ptrdiff_t GLsizeiptr;
|
||||
|
||||
#include <sstream>
|
||||
|
||||
+// Patch from upstream b3b088e8
|
||||
+#include <X11/Xatom.h>
|
||||
+#include <X11/cursorfont.h>
|
||||
+
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/Xutil.h>
|
||||
-#include <X11/cursorfont.h>
|
||||
|
||||
+/*
|
||||
+ * Work-around to get forward declarations of C typedef of anonymous
|
||||
+ * structs working. We do not want to include XUtil.h in the header as
|
||||
+ * it populates the global namespace.
|
||||
+ */
|
||||
+struct vtkXVisualInfo : public XVisualInfo
|
||||
+{
|
||||
+};
|
||||
+
|
||||
#define GLX_CONTEXT_MAJOR_VERSION_ARB 0x2091
|
||||
#define GLX_CONTEXT_MINOR_VERSION_ARB 0x2092
|
||||
typedef GLXContext (*glXCreateContextAttribsARBProc)(
|
||||
@@ -224,7 +236,7 @@ int XEventTypeEquals(Display*, XEvent* event, XPointer
|
||||
return event->type == EventType;
|
||||
}
|
||||
|
||||
-XVisualInfo* vtkXOpenGLRenderWindow::GetDesiredVisualInfo()
|
||||
+vtkXVisualInfo* vtkXOpenGLRenderWindow::GetDesiredVisualInfo()
|
||||
{
|
||||
XVisualInfo* v = nullptr;
|
||||
|
||||
@@ -258,7 +270,7 @@ XVisualInfo* vtkXOpenGLRenderWindow::GetDesiredVisualI
|
||||
vtkErrorMacro(<< "Could not find a decent visual\n");
|
||||
}
|
||||
}
|
||||
- return (v);
|
||||
+ return reinterpret_cast<vtkXVisualInfo*>(v);
|
||||
}
|
||||
|
||||
vtkXOpenGLRenderWindow::vtkXOpenGLRenderWindow()
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
--- Rendering/OpenGL2/vtkXOpenGLRenderWindow.h.orig 2020-06-26 13:24:40 UTC
|
||||
+++ Rendering/OpenGL2/vtkXOpenGLRenderWindow.h
|
||||
@@ -28,11 +28,11 @@
|
||||
#include "vtkOpenGLRenderWindow.h"
|
||||
#include "vtkRenderingOpenGL2Module.h" // For export macro
|
||||
#include <X11/Xlib.h> // Needed for X types used in the public interface
|
||||
-#include <X11/Xutil.h> // Needed for X types used in the public interface
|
||||
#include <stack> // for ivar
|
||||
|
||||
class vtkIdList;
|
||||
class vtkXOpenGLRenderWindowInternal;
|
||||
+struct vtkXVisualInfo;
|
||||
|
||||
class VTKRENDERINGOPENGL2_EXPORT vtkXOpenGLRenderWindow : public vtkOpenGLRenderWindow
|
||||
{
|
||||
@@ -112,7 +112,7 @@ class VTKRENDERINGOPENGL2_EXPORT vtkXOpenGLRenderWindo
|
||||
*/
|
||||
virtual Colormap GetDesiredColormap();
|
||||
virtual Visual* GetDesiredVisual();
|
||||
- virtual XVisualInfo* GetDesiredVisualInfo();
|
||||
+ virtual vtkXVisualInfo* GetDesiredVisualInfo();
|
||||
virtual int GetDesiredDepth();
|
||||
//@}
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Thierry Thomas <thierry@pompo.net>
|
||||
|
||||
PORTNAME= toxic
|
||||
PORTVERSION= 0.10.1
|
||||
PORTVERSION= 0.11.1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= net-im
|
||||
|
||||
|
|
@ -26,15 +26,18 @@ USES= compiler:c11 desktop-file-utils gettext-runtime gmake ncurses openal:al,a
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= JFreegman
|
||||
|
||||
OPTIONS_DEFINE= X11 PYTHON
|
||||
OPTIONS_DEFAULT=X11
|
||||
OPTIONS_DEFINE= GAMES X11 PYTHON
|
||||
OPTIONS_DEFAULT=GAMES X11
|
||||
|
||||
GAMES_DESC= Includes a games module
|
||||
GAMES_MAKE_ARGS_OFF= DISABLE_GAMES=1
|
||||
|
||||
X11_USES= gnome xorg
|
||||
X11_USE= GNOME=gdkpixbuf2,glib20 XORG=x11
|
||||
X11_MAKE_ARGS_OFF= DISABLE_X11=1 DISABLE_DESKTOP_NOTIFY=1
|
||||
X11_LIB_DEPENDS=libnotify.so:devel/libnotify
|
||||
|
||||
PYTHON_USES= python:3.7+
|
||||
PYTHON_USES= python:3.8+
|
||||
PYTHON_MAKE_ARGS= ENABLE_PYTHON=1
|
||||
|
||||
CFLAGS+= -I${NCURSESINC} -pthread
|
||||
|
|
@ -44,9 +47,10 @@ MAKE_ENV= USER_CFLAGS="${CFLAGS}" USER_LDFLAGS="${LDFLAGS}" \
|
|||
MANDIR="${MANPREFIX}/man"
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
post-patch-PYTHON-on:
|
||||
${REINPLACE_CMD} -e '/PYTHON3_LIBS/ s|python3|python-${PYTHON_VER}|' \
|
||||
-e 's|python3-config|${PYTHON_VERSION}-config|g' \
|
||||
pre-configure-PYTHON-on:
|
||||
${REINPLACE_CMD} -e '/PYTHON3_LIBS/ s|python3|python-${PYTHON_VER}|' \
|
||||
-e 's|python3-config|${PYTHON_VERSION}-config|g' \
|
||||
-e 's|--ldflags|--ldflags --embed|' \
|
||||
${WRKSRC}/cfg/checks/python.mk
|
||||
|
||||
pre-configure:
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1611216893
|
||||
SHA256 (JFreegman-toxic-v0.10.1_GH0.tar.gz) = b3cfbea28135fbc48c083276160cef02de755b60f6cfe1bd6efc1b5fdd4b92fe
|
||||
SIZE (JFreegman-toxic-v0.10.1_GH0.tar.gz) = 1165118
|
||||
TIMESTAMP = 1624959986
|
||||
SHA256 (JFreegman-toxic-v0.11.1_GH0.tar.gz) = 5df8f3cf21c2b228546399f0c2a77c6d8f5356939a85c32222a4f6a26b82688a
|
||||
SIZE (JFreegman-toxic-v0.11.1_GH0.tar.gz) = 1204163
|
||||
|
|
|
|||
|
|
@ -15,25 +15,23 @@ BUILD_DEPENDS= asciidoc:textproc/asciidoc \
|
|||
LIB_DEPENDS= libzmq.so:net/libzmq4
|
||||
|
||||
USES= autoreconf libtool pkgconfig shebangfix
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= zeromq
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
SHEBANG_FILES= doc/mkman mkdoc model/chkopts.pl model/rename_class
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-drafts="yes" \
|
||||
--with-docs="yes" \
|
||||
--with-libzmq=${LOCALBASE} \
|
||||
--with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig
|
||||
|
||||
MAKE_ENV= V=1
|
||||
INSTALL_TARGET= install-strip
|
||||
TEST_TARGET= check
|
||||
|
||||
SHEBANG_FILES= doc/mkman mkdoc \
|
||||
model/chkopts.pl \
|
||||
model/rename_class
|
||||
CPPFLAGS+= -Wno-error
|
||||
|
||||
CONFLICTS_INSTALL= czmq-3.*
|
||||
|
||||
CONFIGURE_ARGS= --with-libzmq=${LOCALBASE} \
|
||||
--with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig \
|
||||
--enable-drafts="yes" \
|
||||
--with-docs="yes"
|
||||
|
||||
MAKE_ENV= V=1
|
||||
CPPFLAGS+= -Wno-error
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= tcplog_dumper
|
||||
PORTVERSION= 0.1.0
|
||||
PORTVERSION= 0.1.1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= net
|
||||
|
||||
|
|
@ -9,7 +9,8 @@ COMMENT= Dump data from the tcp_log device
|
|||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
ONLY_FOR_ARCHS= amd64
|
||||
ONLY_FOR_ARCHS= aarch64 amd64 mips64 mips64el mips64elhf mips64hf powerpc64 powerpc64le riscv64 riscv64sf
|
||||
ONLY_FOR_ARCHS_REASON= Only 64-bit platforms are supported
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= Netflix
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1595634460
|
||||
SHA256 (Netflix-tcplog_dumper-v0.1.0_GH0.tar.gz) = 388ea1dbd5f47ee6141950bbfd414f3f610f2d3a91b1dedef630cddcd5d134b0
|
||||
SIZE (Netflix-tcplog_dumper-v0.1.0_GH0.tar.gz) = 19824
|
||||
TIMESTAMP = 1624980089
|
||||
SHA256 (Netflix-tcplog_dumper-v0.1.1_GH0.tar.gz) = 2592e8d9a1133bcb151a7f1546c46dfbacf57d4924bc339573ccfbd623b2a1df
|
||||
SIZE (Netflix-tcplog_dumper-v0.1.1_GH0.tar.gz) = 22115
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= pdftk
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.2.2
|
||||
DISTVERSION= 3.2.3
|
||||
CATEGORIES= print java
|
||||
MASTER_SITES= https://repo.maven.apache.org/maven2/:bcprov
|
||||
DISTFILES= ${_BCPROV_JAR}:bcprov
|
||||
|
|
@ -21,7 +21,7 @@ RUN_DEPENDS= ${JAVAJARDIR}/commons-lang3.jar:java/apache-commons-lang3
|
|||
USE_ANT= yes
|
||||
USE_GITLAB= yes
|
||||
GL_ACCOUNT= pdftk-java
|
||||
GL_COMMIT= eefd0b5178e1cafd25a0ae762b8535c7f13a5a4e
|
||||
GL_COMMIT= 8093f78c32f8dd4ab706dbcca85beddea2371dd7
|
||||
USE_JAVA= yes
|
||||
ALL_TARGET= jar
|
||||
NO_ARCH= yes
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
TIMESTAMP = 1617891943
|
||||
TIMESTAMP = 1624809523
|
||||
SHA256 (org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.jar) = a4f463ce552b908a722fa198ef4892a226b3225e453f8df10d5c0a5bfe5db6b6
|
||||
SIZE (org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.jar) = 4771726
|
||||
SHA256 (pdftk-java-pdftk-eefd0b5178e1cafd25a0ae762b8535c7f13a5a4e_GL0.tar.gz) = 495e95d1559d3b7657b61249ef7c74fc609617cf95a788058c5c4d1e07f277ff
|
||||
SIZE (pdftk-java-pdftk-eefd0b5178e1cafd25a0ae762b8535c7f13a5a4e_GL0.tar.gz) = 1415327
|
||||
SHA256 (pdftk-java-pdftk-8093f78c32f8dd4ab706dbcca85beddea2371dd7_GL0.tar.gz) = 1053b15dbfcd14994507ace6d41ac0216be369ad9d6ae5836028d132a40e29ff
|
||||
SIZE (pdftk-java-pdftk-8093f78c32f8dd4ab706dbcca85beddea2371dd7_GL0.tar.gz) = 2269844
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= afni
|
||||
DISTVERSIONPREFIX= AFNI_
|
||||
DISTVERSION= 21.1.16
|
||||
DISTVERSION= 21.1.20
|
||||
CATEGORIES= science biology graphics perl5 python
|
||||
|
||||
MAINTAINER= fernape@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1624524451
|
||||
SHA256 (afni-afni-AFNI_21.1.16_GH0.tar.gz) = f0789952fab74d6915f6b45d4a216a0ccb3b7e29a19f542566d53b5a1d74dbb9
|
||||
SIZE (afni-afni-AFNI_21.1.16_GH0.tar.gz) = 43767701
|
||||
TIMESTAMP = 1624974356
|
||||
SHA256 (afni-afni-AFNI_21.1.20_GH0.tar.gz) = 5a4a3f42c51a0ad37d509bd0c678ed7c9592c661ed11dd28d1c4b7ba98e969cd
|
||||
SIZE (afni-afni-AFNI_21.1.20_GH0.tar.gz) = 43774986
|
||||
|
|
|
|||
|
|
@ -375,6 +375,7 @@
|
|||
SUBDIR += nacl
|
||||
SUBDIR += ncrack
|
||||
SUBDIR += ncrypt
|
||||
SUBDIR += nebula
|
||||
SUBDIR += nettle
|
||||
SUBDIR += nextcloud-end_to_end_encryption
|
||||
SUBDIR += nextcloud-passman
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= md5
|
||||
PORTVERSION= 1.8.5
|
||||
PORTREVISION= 57
|
||||
PORTREVISION= 58
|
||||
CATEGORIES= security lisp
|
||||
PKGNAMEPREFIX= cl-
|
||||
DISTFILES= # none
|
||||
|
|
|
|||
69
security/nebula/Makefile
Normal file
69
security/nebula/Makefile
Normal file
|
|
@ -0,0 +1,69 @@
|
|||
PORTNAME= nebula
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.4.0
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= ashish@FreeBSD.org
|
||||
COMMENT= Scalable overlay networking tool
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= go:modules
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= slackhq
|
||||
GH_TUPLE= \
|
||||
anmitsu:go-shlex:648efa622239:anmitsu_go_shlex/vendor/github.com/anmitsu/go-shlex \
|
||||
armon:go-radix:v1.0.0:armon_go_radix/vendor/github.com/armon/go-radix \
|
||||
beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \
|
||||
cespare:xxhash:v2.1.1:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \
|
||||
cyberdelia:go-metrics-graphite:39f87cc3b432:cyberdelia_go_metrics_graphite/vendor/github.com/cyberdelia/go-metrics-graphite \
|
||||
davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \
|
||||
flynn:go-shlex:3f9db97f8568:flynn_go_shlex/vendor/github.com/flynn/go-shlex \
|
||||
flynn:noise:4bdb43be3117:flynn_noise/vendor/github.com/flynn/noise \
|
||||
go-yaml:yaml:9f266ea9e77c:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \
|
||||
go-yaml:yaml:v2.2.7:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \
|
||||
gogo:protobuf:v1.3.2:gogo_protobuf/vendor/github.com/gogo/protobuf \
|
||||
golang:crypto:0c34fe9e7dc2:golang_crypto/vendor/golang.org/x/crypto \
|
||||
golang:net:e18ecbb05110:golang_net/vendor/golang.org/x/net \
|
||||
golang:protobuf:v1.5.0:golang_protobuf/vendor/github.com/golang/protobuf \
|
||||
golang:sys:f84b799fce68:golang_sys/vendor/golang.org/x/sys \
|
||||
golang:term:7de9c90e9dd1:golang_term/vendor/golang.org/x/term \
|
||||
google:gopacket:v1.1.19:google_gopacket/vendor/github.com/google/gopacket \
|
||||
imdario:mergo:v0.3.8:imdario_mergo/vendor/github.com/imdario/mergo \
|
||||
kardianos:service:v1.1.0:kardianos_service/vendor/github.com/kardianos/service \
|
||||
konsorten:go-windows-terminal-sequences:v1.0.2:konsorten_go_windows_terminal_sequences/vendor/github.com/konsorten/go-windows-terminal-sequences \
|
||||
matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \
|
||||
miekg:dns:v1.1.25:miekg_dns/vendor/github.com/miekg/dns \
|
||||
nbrownus:go-metrics-prometheus:6e6d5173d99c:nbrownus_go_metrics_prometheus/vendor/github.com/nbrownus/go-metrics-prometheus \
|
||||
pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \
|
||||
prometheus:client_golang:v1.2.1:prometheus_client_golang/vendor/github.com/prometheus/client_golang \
|
||||
prometheus:client_model:d1d2010b5bee:prometheus_client_model/vendor/github.com/prometheus/client_model \
|
||||
prometheus:common:v0.7.0:prometheus_common/vendor/github.com/prometheus/common \
|
||||
prometheus:procfs:v0.0.8:prometheus_procfs/vendor/github.com/prometheus/procfs \
|
||||
protocolbuffers:protobuf-go:v1.26.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \
|
||||
rcrowley:go-metrics:cac0b30c2563:rcrowley_go_metrics/vendor/github.com/rcrowley/go-metrics \
|
||||
sirupsen:logrus:v1.4.2:sirupsen_logrus/vendor/github.com/sirupsen/logrus \
|
||||
skip2:go-qrcode:da1b6568686e:skip2_go_qrcode/vendor/github.com/skip2/go-qrcode \
|
||||
songgao:water:fd331bda3f4b:songgao_water/vendor/github.com/songgao/water \
|
||||
stretchr:testify:v1.6.1:stretchr_testify/vendor/github.com/stretchr/testify \
|
||||
vishvananda:netlink:00009fb8606a:vishvananda_netlink/vendor/github.com/vishvananda/netlink \
|
||||
vishvananda:netns:0a2b9b5464df:vishvananda_netns/vendor/github.com/vishvananda/netns
|
||||
|
||||
GO_TARGET= ./cmd/nebula ./cmd/nebula-cert
|
||||
USE_RC_SUBR= ${PORTNAME}
|
||||
PLIST_FILES= bin/nebula \
|
||||
bin/nebula-cert \
|
||||
etc/${PORTNAME}/config.yml.example
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e s,/etc/nebula,${PREFIX}/etc/${PORTNAME}, \
|
||||
-e /dev:/s/nebula1/tun1/ \
|
||||
${WRKSRC}/examples/config.yml
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/etc/${PORTNAME}
|
||||
${INSTALL_DATA} ${WRKSRC}/examples/config.yml \
|
||||
${STAGEDIR}${PREFIX}/etc/${PORTNAME}/config.yml.example
|
||||
|
||||
.include <bsd.port.mk>
|
||||
75
security/nebula/distinfo
Normal file
75
security/nebula/distinfo
Normal file
|
|
@ -0,0 +1,75 @@
|
|||
TIMESTAMP = 1624985029
|
||||
SHA256 (slackhq-nebula-v1.4.0_GH0.tar.gz) = e8d79231f6100a2cd240d6a092d0dcc2bfccadffa83cb40e99b7328f6c75c2ec
|
||||
SIZE (slackhq-nebula-v1.4.0_GH0.tar.gz) = 165669
|
||||
SHA256 (anmitsu-go-shlex-648efa622239_GH0.tar.gz) = 516a11f3532d0dba519ecac7691a0b983b96f01b97795987aae9db5353bafdd4
|
||||
SIZE (anmitsu-go-shlex-648efa622239_GH0.tar.gz) = 3853
|
||||
SHA256 (armon-go-radix-v1.0.0_GH0.tar.gz) = 9e5238a553708bccf930d1f9d0ce62ce30d92602b64ea248585ce06ec7bfee17
|
||||
SIZE (armon-go-radix-v1.0.0_GH0.tar.gz) = 5975
|
||||
SHA256 (beorn7-perks-v1.0.1_GH0.tar.gz) = 98db84bb0224a26094e6adba91b7ee7a1a7ace28cb648d818f8e779e6a19f825
|
||||
SIZE (beorn7-perks-v1.0.1_GH0.tar.gz) = 10867
|
||||
SHA256 (cespare-xxhash-v2.1.1_GH0.tar.gz) = 0ee31178d2c5a1249be4e26294a2f428008dc4e1ecbbfbe47f74e41026df1148
|
||||
SIZE (cespare-xxhash-v2.1.1_GH0.tar.gz) = 9292
|
||||
SHA256 (cyberdelia-go-metrics-graphite-39f87cc3b432_GH0.tar.gz) = 702a9c872e66b4797c682cc7d455c2bde25ee8032ee9f68afb88a36d8901e2e0
|
||||
SIZE (cyberdelia-go-metrics-graphite-39f87cc3b432_GH0.tar.gz) = 3915
|
||||
SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e
|
||||
SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152
|
||||
SHA256 (flynn-go-shlex-3f9db97f8568_GH0.tar.gz) = fbe293093bb4dbb07985d7ee5f6cd975fe4065d7c7106d711cb48d6bf480c7e8
|
||||
SIZE (flynn-go-shlex-3f9db97f8568_GH0.tar.gz) = 7677
|
||||
SHA256 (flynn-noise-4bdb43be3117_GH0.tar.gz) = 4ac467d1b6c6c0c772d0cef800d4064fbf7ac1c40d29e1c12c7b332392972455
|
||||
SIZE (flynn-noise-4bdb43be3117_GH0.tar.gz) = 209646
|
||||
SHA256 (go-yaml-yaml-9f266ea9e77c_GH0.tar.gz) = 63efc9aabcbb56b2c9469927784fd67ecb3a79720c4fa754c511335a04156d04
|
||||
SIZE (go-yaml-yaml-9f266ea9e77c_GH0.tar.gz) = 86898
|
||||
SHA256 (go-yaml-yaml-v2.2.7_GH0.tar.gz) = 74afe4be0fa4482de73cfaf952dc6c8d41088b687c3f9de4a7ced86d2bbe0cb4
|
||||
SIZE (go-yaml-yaml-v2.2.7_GH0.tar.gz) = 72651
|
||||
SHA256 (gogo-protobuf-v1.3.2_GH0.tar.gz) = 2bb4b13d6e56b3911f09b8e9ddd15708477fbff8823c057cc79dd99c9a452b34
|
||||
SIZE (gogo-protobuf-v1.3.2_GH0.tar.gz) = 2038725
|
||||
SHA256 (golang-crypto-0c34fe9e7dc2_GH0.tar.gz) = deab6194c4b5d5ceefa40e8c7fc82a4288ff6e8577cdbde406e781c62624f491
|
||||
SIZE (golang-crypto-0c34fe9e7dc2_GH0.tar.gz) = 1726075
|
||||
SHA256 (golang-net-e18ecbb05110_GH0.tar.gz) = c30374f6fd34c6b77d53224aa3ba7458e3773d7e6e4fa16d88fb05c7d05e0e89
|
||||
SIZE (golang-net-e18ecbb05110_GH0.tar.gz) = 1253124
|
||||
SHA256 (golang-protobuf-v1.5.0_GH0.tar.gz) = 10bbe0880bb400a63944409f685c55a3f65adf4360caab0cae068c699a9c07fa
|
||||
SIZE (golang-protobuf-v1.5.0_GH0.tar.gz) = 171512
|
||||
SHA256 (golang-sys-f84b799fce68_GH0.tar.gz) = 460f5326b83bac46e12e1fd6ec1fed7ddba3756cdc9c9de7ba3f3226c588fa81
|
||||
SIZE (golang-sys-f84b799fce68_GH0.tar.gz) = 1087830
|
||||
SHA256 (golang-term-7de9c90e9dd1_GH0.tar.gz) = 73603eaab2ab2bfe05061d64ad09f8ed7469de6964a672398f7bf82cffb4b1da
|
||||
SIZE (golang-term-7de9c90e9dd1_GH0.tar.gz) = 15239
|
||||
SHA256 (google-gopacket-v1.1.19_GH0.tar.gz) = 31efa87cc9d2b41e5e66c7daa8839d841d2a43cc477bf595c9e8c24ef6903830
|
||||
SIZE (google-gopacket-v1.1.19_GH0.tar.gz) = 950745
|
||||
SHA256 (imdario-mergo-v0.3.8_GH0.tar.gz) = 8722e1280a333b1b17541dc05102200e1c9e8ee85f45fc66a4ba629b97a870e6
|
||||
SIZE (imdario-mergo-v0.3.8_GH0.tar.gz) = 18180
|
||||
SHA256 (kardianos-service-v1.1.0_GH0.tar.gz) = c25317a6d00aa14bdb01e545230109d8acac404b4d5c0cb60d28580b5440d94d
|
||||
SIZE (kardianos-service-v1.1.0_GH0.tar.gz) = 24360
|
||||
SHA256 (konsorten-go-windows-terminal-sequences-v1.0.2_GH0.tar.gz) = e61f6422c7d1222c4c642b9134e5a4576a89ff651ef947487faa8ef33b6b4cfe
|
||||
SIZE (konsorten-go-windows-terminal-sequences-v1.0.2_GH0.tar.gz) = 1987
|
||||
SHA256 (matttproud-golang_protobuf_extensions-v1.0.1_GH0.tar.gz) = 2def0ee6f6b12b1efc0e3007d89f598608a072610e805c3655ea9d13c3ead49b
|
||||
SIZE (matttproud-golang_protobuf_extensions-v1.0.1_GH0.tar.gz) = 37184
|
||||
SHA256 (miekg-dns-v1.1.25_GH0.tar.gz) = e94ac821ccdcb32dd227af714b7fa9ce03d307d23f8818352ef2d571dc60e3cd
|
||||
SIZE (miekg-dns-v1.1.25_GH0.tar.gz) = 179389
|
||||
SHA256 (nbrownus-go-metrics-prometheus-6e6d5173d99c_GH0.tar.gz) = 39a7479e4d71377c7b06a12d5213d79e9178947929239232d0ad56f4cfe9fcc1
|
||||
SIZE (nbrownus-go-metrics-prometheus-6e6d5173d99c_GH0.tar.gz) = 6543
|
||||
SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda
|
||||
SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398
|
||||
SHA256 (prometheus-client_golang-v1.2.1_GH0.tar.gz) = fe6a626322d22d8ce9780320fd04a64a90c9a7aa62ec88809651072b30a10e6a
|
||||
SIZE (prometheus-client_golang-v1.2.1_GH0.tar.gz) = 142465
|
||||
SHA256 (prometheus-client_model-d1d2010b5bee_GH0.tar.gz) = 4bbf143b7127ff4cb458219e651dab7fb7607c0a716ad77b727c68b2f1406a69
|
||||
SIZE (prometheus-client_model-d1d2010b5bee_GH0.tar.gz) = 10525
|
||||
SHA256 (prometheus-common-v0.7.0_GH0.tar.gz) = 71b1dce2afd959f9fcab3b5e097dfa9d398a61749851d290114746a3f8f119ae
|
||||
SIZE (prometheus-common-v0.7.0_GH0.tar.gz) = 100520
|
||||
SHA256 (prometheus-procfs-v0.0.8_GH0.tar.gz) = 1c26c8b86a9b1902684f860f94d0bf4b94abcc570e456bf9a74d1c9d83643872
|
||||
SIZE (prometheus-procfs-v0.0.8_GH0.tar.gz) = 126299
|
||||
SHA256 (protocolbuffers-protobuf-go-v1.26.0_GH0.tar.gz) = 26218474bcf776ecf32d7d194c6bfaca8e7b4f0c087e5b595fd50fbb31409676
|
||||
SIZE (protocolbuffers-protobuf-go-v1.26.0_GH0.tar.gz) = 1270215
|
||||
SHA256 (rcrowley-go-metrics-cac0b30c2563_GH0.tar.gz) = d509efdc86ad876288937eeec07ac73c0d72a65dbf507984a40f927aac5e91cc
|
||||
SIZE (rcrowley-go-metrics-cac0b30c2563_GH0.tar.gz) = 37569
|
||||
SHA256 (sirupsen-logrus-v1.4.2_GH0.tar.gz) = 67f2ddf467b7e63d2d2529d227946a331e245aeef7e2e4521ae82647b5ef84d9
|
||||
SIZE (sirupsen-logrus-v1.4.2_GH0.tar.gz) = 41373
|
||||
SHA256 (skip2-go-qrcode-da1b6568686e_GH0.tar.gz) = af179c37da861a43242fb4383186724b34866d7b5bd3e54ca44031a2b9f92046
|
||||
SIZE (skip2-go-qrcode-da1b6568686e_GH0.tar.gz) = 36693
|
||||
SHA256 (songgao-water-fd331bda3f4b_GH0.tar.gz) = fa222380bb34071fa51cf2d5cf2ece74e9df7b656b38bb027552bf1cf6a6d0e6
|
||||
SIZE (songgao-water-fd331bda3f4b_GH0.tar.gz) = 17081
|
||||
SHA256 (stretchr-testify-v1.6.1_GH0.tar.gz) = 40fd7204ab72ca9d8759f1cc3604dd17f556a0f9177f6fc05dd0cad9f06e708f
|
||||
SIZE (stretchr-testify-v1.6.1_GH0.tar.gz) = 84215
|
||||
SHA256 (vishvananda-netlink-00009fb8606a_GH0.tar.gz) = e160b9f3eabb53a031fdf74e04e9c7b6083999d848109384cafe9e4858adccfc
|
||||
SIZE (vishvananda-netlink-00009fb8606a_GH0.tar.gz) = 138016
|
||||
SHA256 (vishvananda-netns-0a2b9b5464df_GH0.tar.gz) = 15f89c51e1daf9b0c24d80ad38a2dbbec2efd7214e36120dc1383702387ec679
|
||||
SIZE (vishvananda-netns-0a2b9b5464df_GH0.tar.gz) = 8004
|
||||
38
security/nebula/files/nebula.in
Normal file
38
security/nebula/files/nebula.in
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
#!/bin/sh
|
||||
|
||||
# PROVIDE: nebula
|
||||
# REQUIRE: LOGIN DAEMON NETWORKING
|
||||
# KEYWORD: shutdown
|
||||
|
||||
# To enable nebula, add 'nebula_enable="YES"' to /etc/rc.conf or
|
||||
# /etc/rc.conf.local
|
||||
|
||||
# Optional settings:
|
||||
# nebula_config (string): Full path to nebula configuration file
|
||||
# (%%PREFIX%%/etc/nebula/config.yml)
|
||||
# nebula_logfile (string): Full path to nebula log file
|
||||
# (/var/log/nebula.log)
|
||||
|
||||
. /etc/rc.subr
|
||||
|
||||
name="nebula"
|
||||
rcvar="nebula_enable"
|
||||
desc="Scalable overlay networking tool with a focus on performance, simplicity and security"
|
||||
|
||||
load_rc_config $name
|
||||
|
||||
# Defaults
|
||||
: ${nebula_enable:=NO}
|
||||
: ${nebula_config:=%%PREFIX%%/etc/nebula/config.yml}
|
||||
: ${nebula_logfile:=/var/log/nebula.log}
|
||||
|
||||
command="/usr/sbin/daemon"
|
||||
actual_command="%%PREFIX%%/bin/nebula"
|
||||
command_args="-c -t nebula -o ${nebula_logfile} ${actual_command} -config ${nebula_config}"
|
||||
|
||||
required_files="${nebula_config} ${command}"
|
||||
|
||||
extra_commands="configtest"
|
||||
configtest_cmd="${actual_command} -test -config ${nebula_config}"
|
||||
|
||||
run_rc_command "$1"
|
||||
9
security/nebula/pkg-descr
Normal file
9
security/nebula/pkg-descr
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
Nebula is a scalable overlay networking tool with
|
||||
a focus on performance, simplicity and security.
|
||||
It lets you seamlessly connect computers anywhere
|
||||
in the world. Nebula is portable, and runs on Linux,
|
||||
OSX, Windows, iOS, and Android. It can be used to
|
||||
connect a small number of computers, but is also
|
||||
able to connect tens of thousands of computers.
|
||||
|
||||
WWW: https://github.com/slackhq/nebula
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= chezmoi
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.0.13
|
||||
DISTVERSION= 2.0.16
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= samir@noir.im
|
||||
|
|
@ -21,11 +21,11 @@ GH_TUPLE= Masterminds:goutils:v1.1.1:masterminds_goutils/vendor/github.com/Maste
|
|||
Microsoft:go-winio:v0.5.0:microsoft_go_winio/vendor/github.com/Microsoft/go-winio \
|
||||
ProtonMail:go-crypto:c05353c2d58c:protonmail_go_crypto/vendor/github.com/ProtonMail/go-crypto \
|
||||
acomagu:bufpipe:v1.0.3:acomagu_bufpipe/vendor/github.com/acomagu/bufpipe \
|
||||
alecthomas:chroma:v0.9.1:alecthomas_chroma/vendor/github.com/alecthomas/chroma \
|
||||
alecthomas:chroma:v0.9.2:alecthomas_chroma/vendor/github.com/alecthomas/chroma \
|
||||
alecthomas:colour:v0.1.0:alecthomas_colour/vendor/github.com/alecthomas/colour \
|
||||
alecthomas:repr:bb82daffcca2:alecthomas_repr/vendor/github.com/alecthomas/repr \
|
||||
aymerick:douceur:v0.2.0:aymerick_douceur/vendor/github.com/aymerick/douceur \
|
||||
bmatcuk:doublestar:v4.0.1:bmatcuk_doublestar_v4/vendor/github.com/bmatcuk/doublestar/v4 \
|
||||
bmatcuk:doublestar:v4.0.2:bmatcuk_doublestar_v4/vendor/github.com/bmatcuk/doublestar/v4 \
|
||||
charmbracelet:glamour:v0.3.0:charmbracelet_glamour/vendor/github.com/charmbracelet/glamour \
|
||||
coreos:go-semver:v0.3.0:coreos_go_semver/vendor/github.com/coreos/go-semver \
|
||||
danieljoos:wincred:v1.1.0:danieljoos_wincred/vendor/github.com/danieljoos/wincred \
|
||||
|
|
@ -33,27 +33,28 @@ GH_TUPLE= Masterminds:goutils:v1.1.1:masterminds_goutils/vendor/github.com/Maste
|
|||
davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \
|
||||
dlclark:regexp2:v1.4.0:dlclark_regexp2/vendor/github.com/dlclark/regexp2 \
|
||||
emirpasic:gods:v1.12.0:emirpasic_gods/vendor/github.com/emirpasic/gods \
|
||||
etcd-io:bbolt:v1.3.5:etcd_io_bbolt/vendor/go.etcd.io/bbolt \
|
||||
etcd-io:bbolt:v1.3.6:etcd_io_bbolt/vendor/go.etcd.io/bbolt \
|
||||
fsnotify:fsnotify:v1.4.9:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \
|
||||
go-errgo:errgo:v2.1.0:go_errgo_errgo/vendor/gopkg.in/errgo.v2 \
|
||||
go-git:gcfg:v1.5.0:go_git_gcfg/vendor/github.com/go-git/gcfg \
|
||||
go-git:go-billy:v5.3.1:go_git_go_billy_v5/vendor/github.com/go-git/go-billy/v5 \
|
||||
go-git:go-git:v5.4.0:go_git_go_git_v5/vendor/github.com/go-git/go-git/v5 \
|
||||
go-git:go-git:v5.4.2:go_git_go_git_v5/vendor/github.com/go-git/go-git/v5 \
|
||||
go-ini:ini:v1.62.0:go_ini_ini/vendor/gopkg.in/ini.v1 \
|
||||
go-warnings:warnings:v0.1.2:go_warnings_warnings/vendor/gopkg.in/warnings.v0 \
|
||||
go-yaml:yaml:496545a6307b:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \
|
||||
go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \
|
||||
godbus:dbus:v5.0.4:godbus_dbus_v5/vendor/github.com/godbus/dbus/v5 \
|
||||
golang:appengine:v1.6.7:golang_appengine/vendor/google.golang.org/appengine \
|
||||
golang:crypto:c07d793c2f9a:golang_crypto/vendor/golang.org/x/crypto \
|
||||
golang:net:fe42d452be8f:golang_net/vendor/golang.org/x/net \
|
||||
golang:oauth2:f6687ab2804c:golang_oauth2/vendor/golang.org/x/oauth2 \
|
||||
golang:crypto:5ff15b29337e:golang_crypto/vendor/golang.org/x/crypto \
|
||||
golang:net:04defd469f4e:golang_net/vendor/golang.org/x/net \
|
||||
golang:oauth2:a8dc77f794b6:golang_oauth2/vendor/golang.org/x/oauth2 \
|
||||
golang:protobuf:v1.5.2:golang_protobuf/vendor/github.com/golang/protobuf \
|
||||
golang:sys:0cec03c779c1:golang_sys/vendor/golang.org/x/sys \
|
||||
golang:term:a79de5458b56:golang_term/vendor/golang.org/x/term \
|
||||
golang:sys:59db8d763f22:golang_sys/vendor/golang.org/x/sys \
|
||||
golang:term:6886f2dfbf5b:golang_term/vendor/golang.org/x/term \
|
||||
golang:text:v0.3.6:golang_text/vendor/golang.org/x/text \
|
||||
google:go-github:v35.2.0:google_go_github_v35/vendor/github.com/google/go-github/v35 \
|
||||
google:go-github:v36.0.0:google_go_github_v36/vendor/github.com/google/go-github/v36 \
|
||||
google:go-querystring:v1.1.0:google_go_querystring/vendor/github.com/google/go-querystring \
|
||||
google:gops:v0.3.18:google_gops/vendor/github.com/google/gops \
|
||||
google:renameio:v1.0.1:google_renameio/vendor/github.com/google/renameio \
|
||||
google:uuid:v1.2.0:google_uuid/vendor/github.com/google/uuid \
|
||||
gopherjs:gopherjs:fce0ec30dd00:gopherjs_gopherjs/vendor/github.com/gopherjs/gopherjs \
|
||||
|
|
@ -66,25 +67,25 @@ GH_TUPLE= Masterminds:goutils:v1.1.1:masterminds_goutils/vendor/github.com/Maste
|
|||
kevinburke:ssh_config:v1.1.0:kevinburke_ssh_config/vendor/github.com/kevinburke/ssh_config \
|
||||
lucasb-eyer:go-colorful:v1.2.0:lucasb_eyer_go_colorful/vendor/github.com/lucasb-eyer/go-colorful \
|
||||
magiconair:properties:v1.8.5:magiconair_properties/vendor/github.com/magiconair/properties \
|
||||
mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \
|
||||
mattn:go-runewidth:v0.0.12:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \
|
||||
microcosm-cc:bluemonday:v1.0.9:microcosm_cc_bluemonday/vendor/github.com/microcosm-cc/bluemonday \
|
||||
mattn:go-isatty:v0.0.13:mattn_go_isatty/vendor/github.com/mattn/go-isatty \
|
||||
mattn:go-runewidth:v0.0.13:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \
|
||||
microcosm-cc:bluemonday:v1.0.14:microcosm_cc_bluemonday/vendor/github.com/microcosm-cc/bluemonday \
|
||||
mitchellh:copystructure:v1.2.0:mitchellh_copystructure/vendor/github.com/mitchellh/copystructure \
|
||||
mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \
|
||||
mitchellh:mapstructure:v1.4.1:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \
|
||||
mitchellh:reflectwalk:v1.0.2:mitchellh_reflectwalk/vendor/github.com/mitchellh/reflectwalk \
|
||||
muesli:combinator:v0.3.0:muesli_combinator/vendor/github.com/muesli/combinator \
|
||||
muesli:reflow:v0.3.0:muesli_reflow/vendor/github.com/muesli/reflow \
|
||||
muesli:termenv:v0.8.1:muesli_termenv/vendor/github.com/muesli/termenv \
|
||||
muesli:termenv:v0.9.0:muesli_termenv/vendor/github.com/muesli/termenv \
|
||||
olekukonko:tablewriter:v0.0.5:olekukonko_tablewriter/vendor/github.com/olekukonko/tablewriter \
|
||||
pelletier:go-toml:v1.9.1:pelletier_go_toml/vendor/github.com/pelletier/go-toml \
|
||||
pelletier:go-toml:v1.9.3:pelletier_go_toml/vendor/github.com/pelletier/go-toml \
|
||||
pkg:diff:20ebb0f2a09e:pkg_diff/vendor/github.com/pkg/diff \
|
||||
pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \
|
||||
pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \
|
||||
protocolbuffers:protobuf-go:v1.26.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \
|
||||
protocolbuffers:protobuf-go:v1.27.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \
|
||||
rivo:uniseg:v0.2.0:rivo_uniseg/vendor/github.com/rivo/uniseg \
|
||||
rogpeppe:go-internal:v1.8.0:rogpeppe_go_internal/vendor/github.com/rogpeppe/go-internal \
|
||||
rs:zerolog:v1.22.0:rs_zerolog/vendor/github.com/rs/zerolog \
|
||||
rs:zerolog:v1.23.0:rs_zerolog/vendor/github.com/rs/zerolog \
|
||||
sergi:go-diff:v1.1.0:sergi_go_diff/vendor/github.com/sergi/go-diff \
|
||||
shopspring:decimal:v1.2.0:shopspring_decimal/vendor/github.com/shopspring/decimal \
|
||||
smartystreets:assertions:v1.2.0:smartystreets_assertions/vendor/github.com/smartystreets/assertions \
|
||||
|
|
@ -93,18 +94,18 @@ GH_TUPLE= Masterminds:goutils:v1.1.1:masterminds_goutils/vendor/github.com/Maste
|
|||
spf13:cobra:v1.1.3:spf13_cobra/vendor/github.com/spf13/cobra \
|
||||
spf13:jwalterweatherman:v1.1.0:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \
|
||||
spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \
|
||||
spf13:viper:v1.7.1:spf13_viper/vendor/github.com/spf13/viper \
|
||||
spf13:viper:v1.8.1:spf13_viper/vendor/github.com/spf13/viper \
|
||||
stretchr:objx:v0.3.0:stretchr_objx/vendor/github.com/stretchr/objx \
|
||||
stretchr:testify:v1.7.0:stretchr_testify/vendor/github.com/stretchr/testify \
|
||||
subosito:gotenv:v1.2.0:subosito_gotenv/vendor/github.com/subosito/gotenv \
|
||||
twpayne:go-shell:v0.3.0:twpayne_go_shell/vendor/github.com/twpayne/go-shell \
|
||||
twpayne:go-vfs:v3.0.0:twpayne_go_vfs_v3/vendor/github.com/twpayne/go-vfs/v3 \
|
||||
twpayne:go-xdg:v6.0.0:twpayne_go_xdg_v6/vendor/github.com/twpayne/go-xdg/v6 \
|
||||
uber-go:atomic:v1.7.0:uber_go_atomic/vendor/go.uber.org/atomic \
|
||||
uber-go:atomic:v1.8.0:uber_go_atomic/vendor/go.uber.org/atomic \
|
||||
uber-go:multierr:v1.7.0:uber_go_multierr/vendor/go.uber.org/multierr \
|
||||
xanzy:ssh-agent:v0.3.0:xanzy_ssh_agent/vendor/github.com/xanzy/ssh-agent \
|
||||
yuin:goldmark-emoji:v1.0.1:yuin_goldmark_emoji/vendor/github.com/yuin/goldmark-emoji \
|
||||
yuin:goldmark:v1.3.7:yuin_goldmark/vendor/github.com/yuin/goldmark \
|
||||
yuin:goldmark:v1.3.8:yuin_goldmark/vendor/github.com/yuin/goldmark \
|
||||
zalando:go-keyring:v0.1.1:zalando_go_keyring/vendor/github.com/zalando/go-keyring \
|
||||
DHowett:go-plist:1454fab16a06:go_plist/vendor/howett.net/plist
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
TIMESTAMP = 1622579429
|
||||
SHA256 (twpayne-chezmoi-v2.0.13_GH0.tar.gz) = 819fc3d86ea3dee8bad45887720f7cdfa106eb56fa4132a0d682cbac3a48e834
|
||||
SIZE (twpayne-chezmoi-v2.0.13_GH0.tar.gz) = 2289532
|
||||
TIMESTAMP = 1624915031
|
||||
SHA256 (twpayne-chezmoi-v2.0.16_GH0.tar.gz) = 2c36b9511a226143f16205d50f85b695e877518ab2e5a1ca2decd8902d037520
|
||||
SIZE (twpayne-chezmoi-v2.0.16_GH0.tar.gz) = 2293308
|
||||
SHA256 (Masterminds-goutils-v1.1.1_GH0.tar.gz) = 6eed023c54f386a71f360e19d34f7a43e640ac44dfc39c22ad4afd7ae04aaa3d
|
||||
SIZE (Masterminds-goutils-v1.1.1_GH0.tar.gz) = 14847
|
||||
SHA256 (Masterminds-semver-v3.1.1_GH0.tar.gz) = d029a39800f201d5b95ec5dbf653e5b20aab757783a6876be1b3017d1c4a444f
|
||||
|
|
@ -13,16 +13,16 @@ SHA256 (ProtonMail-go-crypto-c05353c2d58c_GH0.tar.gz) = f6c1f45da1f7947b5484e5de
|
|||
SIZE (ProtonMail-go-crypto-c05353c2d58c_GH0.tar.gz) = 308315
|
||||
SHA256 (acomagu-bufpipe-v1.0.3_GH0.tar.gz) = 9d34d4a015aa069649b951c36d4dc50fdbf6a2075717812ba68b9260d5c79986
|
||||
SIZE (acomagu-bufpipe-v1.0.3_GH0.tar.gz) = 3020
|
||||
SHA256 (alecthomas-chroma-v0.9.1_GH0.tar.gz) = 0a5b7aa765473fc37fd1d9ff431e8f250315690bc2e8a06a40c260e485f91c77
|
||||
SIZE (alecthomas-chroma-v0.9.1_GH0.tar.gz) = 655564
|
||||
SHA256 (alecthomas-chroma-v0.9.2_GH0.tar.gz) = a669dcfd1f53c36fd952e290ed19371f60fa4905a9abdedf9e4d70a38b0e61f8
|
||||
SIZE (alecthomas-chroma-v0.9.2_GH0.tar.gz) = 737060
|
||||
SHA256 (alecthomas-colour-v0.1.0_GH0.tar.gz) = fb8eea76e2fbb0aa1f214836d0f7b40b0d0405489c8c67299f0a9753d7415601
|
||||
SIZE (alecthomas-colour-v0.1.0_GH0.tar.gz) = 3527
|
||||
SHA256 (alecthomas-repr-bb82daffcca2_GH0.tar.gz) = d35c177b07f2f100263ce2fb0ea5c1c0960331385d34b39711c9ace79c443b8f
|
||||
SIZE (alecthomas-repr-bb82daffcca2_GH0.tar.gz) = 6317
|
||||
SHA256 (aymerick-douceur-v0.2.0_GH0.tar.gz) = ceed015cddc99b600ccbbd6aa0ebe39063554049f70153887d3df7c21fefedbb
|
||||
SIZE (aymerick-douceur-v0.2.0_GH0.tar.gz) = 20914
|
||||
SHA256 (bmatcuk-doublestar-v4.0.1_GH0.tar.gz) = dda2c543fef7dc889a1b3f4ed6895baeb77242fa35d289bf51389ac6f96be707
|
||||
SIZE (bmatcuk-doublestar-v4.0.1_GH0.tar.gz) = 18356
|
||||
SHA256 (bmatcuk-doublestar-v4.0.2_GH0.tar.gz) = 4d2d47c00f64cb16c1cf60c4eb368c4c0706018914cb14b87d918462a46889e2
|
||||
SIZE (bmatcuk-doublestar-v4.0.2_GH0.tar.gz) = 18750
|
||||
SHA256 (charmbracelet-glamour-v0.3.0_GH0.tar.gz) = 159a9fdbc95367ee014ef6eef76e2046f97eee78849234339f61f43a39af670c
|
||||
SIZE (charmbracelet-glamour-v0.3.0_GH0.tar.gz) = 533766
|
||||
SHA256 (coreos-go-semver-v0.3.0_GH0.tar.gz) = 1b72134483db366fb43f216727d6bc110086d4450ce0d226960cf4ce823d6eb9
|
||||
|
|
@ -37,8 +37,8 @@ SHA256 (dlclark-regexp2-v1.4.0_GH0.tar.gz) = 774718cb87c5cc7b954e4f17056f6a189c8
|
|||
SIZE (dlclark-regexp2-v1.4.0_GH0.tar.gz) = 205882
|
||||
SHA256 (emirpasic-gods-v1.12.0_GH0.tar.gz) = 889d06b5f88db9e2dae19a799a35324c4f59305aa5e966dcdb4b637e70607ff9
|
||||
SIZE (emirpasic-gods-v1.12.0_GH0.tar.gz) = 76825
|
||||
SHA256 (etcd-io-bbolt-v1.3.5_GH0.tar.gz) = 63fed2e9bbdcc2aa279c2a7ea4a59c39bc21616ec2c96abff0020872beb3dbad
|
||||
SIZE (etcd-io-bbolt-v1.3.5_GH0.tar.gz) = 96494
|
||||
SHA256 (etcd-io-bbolt-v1.3.6_GH0.tar.gz) = a2e524f7f32c44fa0765de192ac0789c585010cadd2c2ddcf9518e858a96ec1f
|
||||
SIZE (etcd-io-bbolt-v1.3.6_GH0.tar.gz) = 98025
|
||||
SHA256 (fsnotify-fsnotify-v1.4.9_GH0.tar.gz) = 4f888b1cb132026227826751d156c0a2958e7d492e5e38386cde8848ef494dcb
|
||||
SIZE (fsnotify-fsnotify-v1.4.9_GH0.tar.gz) = 31900
|
||||
SHA256 (go-errgo-errgo-v2.1.0_GH0.tar.gz) = f6b10d77db65cb5a6c425be0f695e43b98e3e10ec83340209ac5bf4bf5c1b837
|
||||
|
|
@ -47,8 +47,8 @@ SHA256 (go-git-gcfg-v1.5.0_GH0.tar.gz) = 662e46a93aba5ffe383e55597ce5749447e5c8e
|
|||
SIZE (go-git-gcfg-v1.5.0_GH0.tar.gz) = 28522
|
||||
SHA256 (go-git-go-billy-v5.3.1_GH0.tar.gz) = 7d715d7cf11f731dc0466bf93903ba7fe6ac70d086bb862fc24e718d9ddc209e
|
||||
SIZE (go-git-go-billy-v5.3.1_GH0.tar.gz) = 29365
|
||||
SHA256 (go-git-go-git-v5.4.0_GH0.tar.gz) = bd054ede0fd043311558f5d72e6e78d3c74454f39a37f417bcfa61d07a079af1
|
||||
SIZE (go-git-go-git-v5.4.0_GH0.tar.gz) = 463518
|
||||
SHA256 (go-git-go-git-v5.4.2_GH0.tar.gz) = bbdb5f61f027fb949f4091160e26af07c62ca80089b6efbb4d524c69158bbdcf
|
||||
SIZE (go-git-go-git-v5.4.2_GH0.tar.gz) = 461782
|
||||
SHA256 (go-ini-ini-v1.62.0_GH0.tar.gz) = 926ca2ff49018dc5c0991f3a790bc2083a3c52c470167d42f0f0bcd6642ff64e
|
||||
SIZE (go-ini-ini-v1.62.0_GH0.tar.gz) = 50314
|
||||
SHA256 (go-warnings-warnings-v0.1.2_GH0.tar.gz) = 4712c4ceae321433d8c1d9ebc6afd154d7932c849129ded48b1c4a51c21275e8
|
||||
|
|
@ -61,24 +61,26 @@ SHA256 (godbus-dbus-v5.0.4_GH0.tar.gz) = cc43459f4c165c1f782aea9a1b79405b5a07cab
|
|||
SIZE (godbus-dbus-v5.0.4_GH0.tar.gz) = 69965
|
||||
SHA256 (golang-appengine-v1.6.7_GH0.tar.gz) = c623d81235f7c9699e299b328191d813337dd57dcc800d7afdb5130e8c321a8f
|
||||
SIZE (golang-appengine-v1.6.7_GH0.tar.gz) = 333007
|
||||
SHA256 (golang-crypto-c07d793c2f9a_GH0.tar.gz) = bd1e0856c43287c6ebd20d59e2b4f2ffa91c5cc275dbb02bb2cfc822e6dc18a4
|
||||
SIZE (golang-crypto-c07d793c2f9a_GH0.tar.gz) = 1732023
|
||||
SHA256 (golang-net-fe42d452be8f_GH0.tar.gz) = c7e6cff40e77036dde500b7293aaeddcb36e6f61647cedeb3a13678ff129ac1b
|
||||
SIZE (golang-net-fe42d452be8f_GH0.tar.gz) = 1251727
|
||||
SHA256 (golang-oauth2-f6687ab2804c_GH0.tar.gz) = 27c3e0a310558e28bb92068320ea50b5c03c75a06312d37a7fa5e517e1e79f8d
|
||||
SIZE (golang-oauth2-f6687ab2804c_GH0.tar.gz) = 79618
|
||||
SHA256 (golang-crypto-5ff15b29337e_GH0.tar.gz) = 094d3a6563b4e2d7ce5e4ac2ff5f79bc14a4a7111a3310270e63505705a43cb6
|
||||
SIZE (golang-crypto-5ff15b29337e_GH0.tar.gz) = 1732042
|
||||
SHA256 (golang-net-04defd469f4e_GH0.tar.gz) = 6009a6f0989341df975799276ff1c49af650d4a4ed3fd6db3501b91eb601810d
|
||||
SIZE (golang-net-04defd469f4e_GH0.tar.gz) = 1252122
|
||||
SHA256 (golang-oauth2-a8dc77f794b6_GH0.tar.gz) = e34d8db55a58999b332200d7f10c39a4fa1e805b6c8e6735a47f1cf7ccf7094c
|
||||
SIZE (golang-oauth2-a8dc77f794b6_GH0.tar.gz) = 80926
|
||||
SHA256 (golang-protobuf-v1.5.2_GH0.tar.gz) = 088cc0f3ba18fb8f9d00319568ff0af5a06d8925a6e6cb983bb837b4efb703b3
|
||||
SIZE (golang-protobuf-v1.5.2_GH0.tar.gz) = 171702
|
||||
SHA256 (golang-sys-0cec03c779c1_GH0.tar.gz) = 3f02c01a4394b5c6868065916b40a2d3ec230dd1574f1383284f5159ea3b6c8a
|
||||
SIZE (golang-sys-0cec03c779c1_GH0.tar.gz) = 1197020
|
||||
SHA256 (golang-term-a79de5458b56_GH0.tar.gz) = e2456003e6399902c70947a068f3e0f043de033c8ade1713d8d7294a5c6521ab
|
||||
SIZE (golang-term-a79de5458b56_GH0.tar.gz) = 14927
|
||||
SHA256 (golang-sys-59db8d763f22_GH0.tar.gz) = 6750e53436faf4b1552ec2ad79f3709b631e6111cc392b4620afd58a34d5f755
|
||||
SIZE (golang-sys-59db8d763f22_GH0.tar.gz) = 1201561
|
||||
SHA256 (golang-term-6886f2dfbf5b_GH0.tar.gz) = e2e151fcf388487e6d70ce589408f9848a78843a790e3bae5409c86b10493bf9
|
||||
SIZE (golang-term-6886f2dfbf5b_GH0.tar.gz) = 14933
|
||||
SHA256 (golang-text-v0.3.6_GH0.tar.gz) = f66bebcf21985b0a713d67c6c35dfc9800d3b6d00d62b83ed0ce5b2ed4cb9760
|
||||
SIZE (golang-text-v0.3.6_GH0.tar.gz) = 8351095
|
||||
SHA256 (google-go-github-v35.2.0_GH0.tar.gz) = c4fbf478e97d7e7a68229d668e7e4580d7b31cd0783fa72b0e9baa59903ca60f
|
||||
SIZE (google-go-github-v35.2.0_GH0.tar.gz) = 474316
|
||||
SHA256 (google-go-github-v36.0.0_GH0.tar.gz) = fa0cb08aa84229db8179fc5ad7b772fd11d3e8235fc6f69713d2f354c321c41b
|
||||
SIZE (google-go-github-v36.0.0_GH0.tar.gz) = 476590
|
||||
SHA256 (google-go-querystring-v1.1.0_GH0.tar.gz) = a5641dee688eb2c733608ce5a88d8181c93ad9f5083fd97fadbccb91afad9a56
|
||||
SIZE (google-go-querystring-v1.1.0_GH0.tar.gz) = 10423
|
||||
SHA256 (google-gops-v0.3.18_GH0.tar.gz) = 4e08c1d2b94a47580afcf27bf728b2e0ded356c659408a67f3336b1b8b9392f4
|
||||
SIZE (google-gops-v0.3.18_GH0.tar.gz) = 1101083
|
||||
SHA256 (google-renameio-v1.0.1_GH0.tar.gz) = 940b6a2f036652a375679afb880f8bb90ade33118e5fdceb3a9ac03e0a5d86b5
|
||||
SIZE (google-renameio-v1.0.1_GH0.tar.gz) = 10480
|
||||
SHA256 (google-uuid-v1.2.0_GH0.tar.gz) = 53ba896ce398435b3ba4f9375f5d4908b09c79daaa54ecd4e5000b7bef984380
|
||||
|
|
@ -103,12 +105,12 @@ SHA256 (lucasb-eyer-go-colorful-v1.2.0_GH0.tar.gz) = b3ee835cc398287452377266313
|
|||
SIZE (lucasb-eyer-go-colorful-v1.2.0_GH0.tar.gz) = 970830
|
||||
SHA256 (magiconair-properties-v1.8.5_GH0.tar.gz) = f85ea629d145006f4df18fd8251fa005d95c311b068848043232f52d247ba45c
|
||||
SIZE (magiconair-properties-v1.8.5_GH0.tar.gz) = 30514
|
||||
SHA256 (mattn-go-isatty-v0.0.12_GH0.tar.gz) = addbdc341d7685ed4cc8d2d8a8fd2bd9b784bde00d0ea99fb251039fc10c611c
|
||||
SIZE (mattn-go-isatty-v0.0.12_GH0.tar.gz) = 4548
|
||||
SHA256 (mattn-go-runewidth-v0.0.12_GH0.tar.gz) = 5fe59a999a3dffe33595d8e40806bcba11aa447cd73eb60a8b9a7f8b724a232f
|
||||
SIZE (mattn-go-runewidth-v0.0.12_GH0.tar.gz) = 17354
|
||||
SHA256 (microcosm-cc-bluemonday-v1.0.9_GH0.tar.gz) = 3892fe14aaa91bc740a00ed3735fe5e885f37c18d45bd08e47b3f9a4a5dfe1c2
|
||||
SIZE (microcosm-cc-bluemonday-v1.0.9_GH0.tar.gz) = 162429
|
||||
SHA256 (mattn-go-isatty-v0.0.13_GH0.tar.gz) = d25318d3c4e174e1ffb5d90c9d3e6887cc050f76e403b7b3d6163f4338fac952
|
||||
SIZE (mattn-go-isatty-v0.0.13_GH0.tar.gz) = 4440
|
||||
SHA256 (mattn-go-runewidth-v0.0.13_GH0.tar.gz) = 9b2aeafa5d95a40b32067ba22accdf42cc83414ec5b433ea7de330791beaa196
|
||||
SIZE (mattn-go-runewidth-v0.0.13_GH0.tar.gz) = 17353
|
||||
SHA256 (microcosm-cc-bluemonday-v1.0.14_GH0.tar.gz) = 07e130ce403cf006429c6ebc5ac0630bda1c0f5db45a0afb1d2639287b5fb0ec
|
||||
SIZE (microcosm-cc-bluemonday-v1.0.14_GH0.tar.gz) = 165361
|
||||
SHA256 (mitchellh-copystructure-v1.2.0_GH0.tar.gz) = 0f3c6a9d91d695470c22acaba390878a03e3c106a453c4b0b8abebfb76c1a009
|
||||
SIZE (mitchellh-copystructure-v1.2.0_GH0.tar.gz) = 9951
|
||||
SHA256 (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 646671c73a84a8dfb4a5a76b80c7b63549ffefa906524d45077301bc7da76600
|
||||
|
|
@ -121,26 +123,26 @@ SHA256 (muesli-combinator-v0.3.0_GH0.tar.gz) = 8117bfae420c5e6027aaea5cd179e945f
|
|||
SIZE (muesli-combinator-v0.3.0_GH0.tar.gz) = 4177
|
||||
SHA256 (muesli-reflow-v0.3.0_GH0.tar.gz) = f797b8c25d447e314ad92b155433562446c683924171be1698ad44f24c79f651
|
||||
SIZE (muesli-reflow-v0.3.0_GH0.tar.gz) = 21245
|
||||
SHA256 (muesli-termenv-v0.8.1_GH0.tar.gz) = c8b5227225a47f7b163709426f95c25476f58727a999239486f0079cb0c18f62
|
||||
SIZE (muesli-termenv-v0.8.1_GH0.tar.gz) = 408132
|
||||
SHA256 (muesli-termenv-v0.9.0_GH0.tar.gz) = 6f664fb4a0c79a030c5cff540d45d269406e568963a4e502c9bcb90e285f6313
|
||||
SIZE (muesli-termenv-v0.9.0_GH0.tar.gz) = 408240
|
||||
SHA256 (olekukonko-tablewriter-v0.0.5_GH0.tar.gz) = 14a1294a8267facc9bc99a230b8871517e6db284ccc7e39030313befa124677f
|
||||
SIZE (olekukonko-tablewriter-v0.0.5_GH0.tar.gz) = 19568
|
||||
SHA256 (pelletier-go-toml-v1.9.1_GH0.tar.gz) = 346af947035c53c0c818cf7de81fd8f5b00ef21f7ab4468f4c103354d18f47f5
|
||||
SIZE (pelletier-go-toml-v1.9.1_GH0.tar.gz) = 101410
|
||||
SHA256 (pelletier-go-toml-v1.9.3_GH0.tar.gz) = 9cde535cade919d774a185846ba84cffda814d30cc9d2791f5fd1a3b5856c2a4
|
||||
SIZE (pelletier-go-toml-v1.9.3_GH0.tar.gz) = 106357
|
||||
SHA256 (pkg-diff-20ebb0f2a09e_GH0.tar.gz) = b3d039b2243fcff8f53fadb13541ca00238599eb2510a04c8cfa54ac0d5195fa
|
||||
SIZE (pkg-diff-20ebb0f2a09e_GH0.tar.gz) = 200589
|
||||
SHA256 (pkg-errors-v0.9.1_GH0.tar.gz) = 56bfd893023daa498508bfe161de1be83299fcf15376035e7df79cbd7d6fa608
|
||||
SIZE (pkg-errors-v0.9.1_GH0.tar.gz) = 13415
|
||||
SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda
|
||||
SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398
|
||||
SHA256 (protocolbuffers-protobuf-go-v1.26.0_GH0.tar.gz) = 26218474bcf776ecf32d7d194c6bfaca8e7b4f0c087e5b595fd50fbb31409676
|
||||
SIZE (protocolbuffers-protobuf-go-v1.26.0_GH0.tar.gz) = 1270215
|
||||
SHA256 (protocolbuffers-protobuf-go-v1.27.0_GH0.tar.gz) = 5a928abfdcc7972e92738e7af2b8d1a41f4b2b7511d5b4f4f5b1ce3705668f45
|
||||
SIZE (protocolbuffers-protobuf-go-v1.27.0_GH0.tar.gz) = 1276749
|
||||
SHA256 (rivo-uniseg-v0.2.0_GH0.tar.gz) = 3ad738b5c9162ede110d75b23564b6e40e52dd9150ebbced402f4f70be106197
|
||||
SIZE (rivo-uniseg-v0.2.0_GH0.tar.gz) = 44036
|
||||
SHA256 (rogpeppe-go-internal-v1.8.0_GH0.tar.gz) = a423c3d03d47d263d7ff1c90ba3911c9025bb7f060b5a46af8229e00962df8ed
|
||||
SIZE (rogpeppe-go-internal-v1.8.0_GH0.tar.gz) = 129034
|
||||
SHA256 (rs-zerolog-v1.22.0_GH0.tar.gz) = 3498a2648ee1d72edccce6a388aa7890d18a179942ac3bb6509b96bb08a77dec
|
||||
SIZE (rs-zerolog-v1.22.0_GH0.tar.gz) = 161398
|
||||
SHA256 (rs-zerolog-v1.23.0_GH0.tar.gz) = 7ee17ebdf039e69c18ffb76f40e2061985887d488d697d90bc203eaaf61a34f4
|
||||
SIZE (rs-zerolog-v1.23.0_GH0.tar.gz) = 162054
|
||||
SHA256 (sergi-go-diff-v1.1.0_GH0.tar.gz) = 3d4362670655e970366d555418f3c8d179c217c0499ef5573ab7176352229451
|
||||
SIZE (sergi-go-diff-v1.1.0_GH0.tar.gz) = 43552
|
||||
SHA256 (shopspring-decimal-v1.2.0_GH0.tar.gz) = 59fa76645f63d7383d3f306fe2f7136d923e2aa514d9a9353938d9654b842f58
|
||||
|
|
@ -157,8 +159,8 @@ SHA256 (spf13-jwalterweatherman-v1.1.0_GH0.tar.gz) = 4fd850a792c5738954c4801cf54
|
|||
SIZE (spf13-jwalterweatherman-v1.1.0_GH0.tar.gz) = 6871
|
||||
SHA256 (spf13-pflag-v1.0.5_GH0.tar.gz) = 9a2cae1f8e8ab0d2cc8ebe468e871af28d9ac0962cf0520999e3ba85f0c7b808
|
||||
SIZE (spf13-pflag-v1.0.5_GH0.tar.gz) = 50796
|
||||
SHA256 (spf13-viper-v1.7.1_GH0.tar.gz) = de85215b50e9fbb2cdf63b0aa9df826a866dff8f718ba2dc3f5866e98d5bd39a
|
||||
SIZE (spf13-viper-v1.7.1_GH0.tar.gz) = 82641
|
||||
SHA256 (spf13-viper-v1.8.1_GH0.tar.gz) = af59d3ee994ab946c6bdce204a481e82d6c8f3eca97d80ccd72d89a5555bba59
|
||||
SIZE (spf13-viper-v1.8.1_GH0.tar.gz) = 94755
|
||||
SHA256 (stretchr-objx-v0.3.0_GH0.tar.gz) = 831cb044305e573d9ed18928b87feb1d31d1f17f3f54ec962d037c36f5463e24
|
||||
SIZE (stretchr-objx-v0.3.0_GH0.tar.gz) = 80456
|
||||
SHA256 (stretchr-testify-v1.7.0_GH0.tar.gz) = 560c0984072cb436b17bbce5699b205d5aa2beb58ef7a94530d7724b5739a8d6
|
||||
|
|
@ -171,16 +173,16 @@ SHA256 (twpayne-go-vfs-v3.0.0_GH0.tar.gz) = 181040a0b21ab53bf6907cbb605aff51acad
|
|||
SIZE (twpayne-go-vfs-v3.0.0_GH0.tar.gz) = 16739
|
||||
SHA256 (twpayne-go-xdg-v6.0.0_GH0.tar.gz) = 17b18ce31c59b4f216c19b1cc775e3cd698af0bd50262c1f8a47420fd9c16e4c
|
||||
SIZE (twpayne-go-xdg-v6.0.0_GH0.tar.gz) = 5943
|
||||
SHA256 (uber-go-atomic-v1.7.0_GH0.tar.gz) = 4d655e90a23d023b36607e2ce94c3b7bf650d41c81c0faff32432581d9099ad1
|
||||
SIZE (uber-go-atomic-v1.7.0_GH0.tar.gz) = 18566
|
||||
SHA256 (uber-go-atomic-v1.8.0_GH0.tar.gz) = b280cc92ab920672973a4b6087b7996d0131620d6b67859ad05267f29ca7fae0
|
||||
SIZE (uber-go-atomic-v1.8.0_GH0.tar.gz) = 19843
|
||||
SHA256 (uber-go-multierr-v1.7.0_GH0.tar.gz) = 7b9b6b812f64ad756ada9dd72db1a8be51cdbfa831defe9111cb4e0877138242
|
||||
SIZE (uber-go-multierr-v1.7.0_GH0.tar.gz) = 15054
|
||||
SHA256 (xanzy-ssh-agent-v0.3.0_GH0.tar.gz) = 7ce80a93d0fdbeb6760f97d6d166d11c215b809e50f0a80c78b8730c61582858
|
||||
SIZE (xanzy-ssh-agent-v0.3.0_GH0.tar.gz) = 8421
|
||||
SHA256 (yuin-goldmark-emoji-v1.0.1_GH0.tar.gz) = 9188fe9ed18f4560fdae3577a4bb63e3cbd20e0ae4ed68ae1058788b6aa0cec0
|
||||
SIZE (yuin-goldmark-emoji-v1.0.1_GH0.tar.gz) = 31694
|
||||
SHA256 (yuin-goldmark-v1.3.7_GH0.tar.gz) = 78413a0691a44eba3f5089354271cc867e59d14d8b42652948c9b1be3e11473a
|
||||
SIZE (yuin-goldmark-v1.3.7_GH0.tar.gz) = 233703
|
||||
SHA256 (yuin-goldmark-v1.3.8_GH0.tar.gz) = 971b693a90b0379e48b4b4b4ce44502ea1047b5ec7adcf799c7752f1153477e1
|
||||
SIZE (yuin-goldmark-v1.3.8_GH0.tar.gz) = 233886
|
||||
SHA256 (zalando-go-keyring-v0.1.1_GH0.tar.gz) = 08971e1a330ec954b778cde60a8484157f8f5a8e4ee4bd0b05874d624d902f04
|
||||
SIZE (zalando-go-keyring-v0.1.1_GH0.tar.gz) = 10007
|
||||
SHA256 (DHowett-go-plist-1454fab16a06_GH0.tar.gz) = 9f239acbb8e2994e13e6b309b60c5b9eb8e165158d20f9e9f5f9b36c85811856
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
# Created by: Gabriel M. Dutra <0xdutra@gmail.com>
|
||||
|
||||
PORTNAME= tflint
|
||||
PORTVERSION= 0.28.1
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.29.1
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= 0xdutra@gmail.com
|
||||
|
|
@ -11,49 +11,67 @@ COMMENT= Terraform Linter
|
|||
LICENSE= MPL20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= go:modules
|
||||
USES= go:modules
|
||||
|
||||
GH_TUPLE= \
|
||||
post-extract:
|
||||
@${RM} -r ${WRKSRC}/vendor/cloud.google.com/go/storage
|
||||
@${RLN} ${WRKSRC_googleapis_google_cloud_go_storage}/storage ${WRKSRC}/vendor/cloud.google.com/go/storage
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= terraform-linters
|
||||
GH_TUPLE= Masterminds:semver:v3.1.1:masterminds_semver_v3/vendor/github.com/Masterminds/semver/v3 \
|
||||
agext:levenshtein:v1.2.2:agext_levenshtein/vendor/github.com/agext/levenshtein \
|
||||
apparentlymart:go-cidr:v1.1.0:apparentlymart_go_cidr/vendor/github.com/apparentlymart/go-cidr \
|
||||
apparentlymart:go-textseg:v13.0.0:apparentlymart_go_textseg_v13/vendor/github.com/apparentlymart/go-textseg/v13 \
|
||||
apparentlymart:go-versions:v1.0.1:apparentlymart_go_versions/vendor/github.com/apparentlymart/go-versions \
|
||||
aws:aws-sdk-go:v1.38.25:aws_aws_sdk_go/vendor/github.com/aws/aws-sdk-go \
|
||||
aws:aws-sdk-go:v1.38.55:aws_aws_sdk_go/vendor/github.com/aws/aws-sdk-go \
|
||||
bgentry:go-netrc:9fd32a8b3d3d:bgentry_go_netrc/vendor/github.com/bgentry/go-netrc \
|
||||
bmatcuk:doublestar:v1.1.5:bmatcuk_doublestar/vendor/github.com/bmatcuk/doublestar \
|
||||
census-instrumentation:opencensus-go:v0.22.4:census_instrumentation_opencensus_go/vendor/go.opencensus.io \
|
||||
fatih:color:v1.10.0:fatih_color/vendor/github.com/fatih/color \
|
||||
golang:appengine:v1.6.6:golang_appengine/vendor/google.golang.org/appengine \
|
||||
golang:crypto:0c34fe9e7dc2:golang_crypto/vendor/golang.org/x/crypto \
|
||||
golang:crypto:c07d793c2f9a:golang_crypto/vendor/golang.org/x/crypto \
|
||||
golang:groupcache:8c9f03a8e57e:golang_groupcache/vendor/github.com/golang/groupcache \
|
||||
golang:lint:738671d3881b:golang_lint/vendor/golang.org/x/lint \
|
||||
golang:mock:v1.5.0:golang_mock/vendor/github.com/golang/mock \
|
||||
golang:mod:v0.3.0:golang_mod/vendor/golang.org/x/mod \
|
||||
golang:net:e18ecbb05110:golang_net/vendor/golang.org/x/net \
|
||||
golang:net:6b1517762897:golang_net/vendor/golang.org/x/net \
|
||||
golang:oauth2:5d25da1a8d43:golang_oauth2/vendor/golang.org/x/oauth2 \
|
||||
golang:protobuf:v1.4.3:golang_protobuf/vendor/github.com/golang/protobuf \
|
||||
golang:sys:1e4c9ba3b0c4:golang_sys/vendor/golang.org/x/sys \
|
||||
golang:sys:47abb6519492:golang_sys/vendor/golang.org/x/sys \
|
||||
golang:text:v0.3.5:golang_text/vendor/golang.org/x/text \
|
||||
golang:tools:eafbe7b904eb:golang_tools/vendor/golang.org/x/tools \
|
||||
golang:xerrors:5ec99f83aff1:golang_xerrors/vendor/golang.org/x/xerrors \
|
||||
google:go-cmp:v0.5.5:google_go_cmp/vendor/github.com/google/go-cmp \
|
||||
google:go-cmp:v0.5.6:google_go_cmp/vendor/github.com/google/go-cmp \
|
||||
google:go-genproto:0bd0a958aa1d:google_go_genproto/vendor/google.golang.org/genproto \
|
||||
google:go-github:v35.2.0:google_go_github_v35/vendor/github.com/google/go-github/v35 \
|
||||
google:go-querystring:v1.0.0:google_go_querystring/vendor/github.com/google/go-querystring \
|
||||
google:uuid:v1.2.0:google_uuid/vendor/github.com/google/uuid \
|
||||
googleapis:gax-go:v2.0.5:googleapis_gax_go_v2/vendor/github.com/googleapis/gax-go \
|
||||
googleapis:google-api-go-client:v0.34.0:googleapis_google_api_go_client/vendor/google.golang.org/api \
|
||||
googleapis:google-cloud-go:storage/v1.10.0:googleapis_google_cloud_go_storage \
|
||||
googleapis:google-cloud-go:v0.65.0:googleapis_google_cloud_go/vendor/cloud.google.com/go \
|
||||
grpc:grpc-go:v1.32.0:grpc_grpc_go/vendor/google.golang.org/grpc \
|
||||
hashicorp:aws-sdk-go-base:v0.7.1:hashicorp_aws_sdk_go_base/vendor/github.com/hashicorp/aws-sdk-go-base \
|
||||
hashicorp:errwrap:v1.1.0:hashicorp_errwrap/vendor/github.com/hashicorp/errwrap \
|
||||
hashicorp:go-cleanhttp:v0.5.2:hashicorp_go_cleanhttp/vendor/github.com/hashicorp/go-cleanhttp \
|
||||
hashicorp:go-getter:v1.5.3:hashicorp_go_getter/vendor/github.com/hashicorp/go-getter \
|
||||
hashicorp:go-hclog:v0.15.0:hashicorp_go_hclog/vendor/github.com/hashicorp/go-hclog \
|
||||
hashicorp:go-multierror:v1.1.1:hashicorp_go_multierror/vendor/github.com/hashicorp/go-multierror \
|
||||
hashicorp:go-plugin:v1.4.1:hashicorp_go_plugin/vendor/github.com/hashicorp/go-plugin \
|
||||
hashicorp:go-retryablehttp:v0.5.2:hashicorp_go_retryablehttp/vendor/github.com/hashicorp/go-retryablehttp \
|
||||
hashicorp:go-safetemp:v1.0.0:hashicorp_go_safetemp/vendor/github.com/hashicorp/go-safetemp \
|
||||
hashicorp:go-uuid:v1.0.1:hashicorp_go_uuid/vendor/github.com/hashicorp/go-uuid \
|
||||
hashicorp:go-version:v1.3.0:hashicorp_go_version/vendor/github.com/hashicorp/go-version \
|
||||
hashicorp:hcl:v2.10.0:hashicorp_hcl_v2/vendor/github.com/hashicorp/hcl/v2 \
|
||||
hashicorp:logutils:v1.0.0:hashicorp_logutils/vendor/github.com/hashicorp/logutils \
|
||||
hashicorp:terraform-svchost:f050f53b9734:hashicorp_terraform_svchost/vendor/github.com/hashicorp/terraform-svchost \
|
||||
hashicorp:terraform:v0.15.1:hashicorp_terraform/vendor/github.com/hashicorp/terraform \
|
||||
hashicorp:terraform:v0.15.3:hashicorp_terraform/vendor/github.com/hashicorp/terraform \
|
||||
hashicorp:yamux:2f1d1f20f75d:hashicorp_yamux/vendor/github.com/hashicorp/yamux \
|
||||
jessevdk:go-flags:v1.5.0:jessevdk_go_flags/vendor/github.com/jessevdk/go-flags \
|
||||
jmespath:go-jmespath:v0.4.0:jmespath_go_jmespath/vendor/github.com/jmespath/go-jmespath \
|
||||
jstemmer:go-junit-report:v0.9.1:jstemmer_go_junit_report/vendor/github.com/jstemmer/go-junit-report \
|
||||
klauspost:compress:v1.11.2:klauspost_compress/vendor/github.com/klauspost/compress \
|
||||
mattn:go-colorable:v0.1.8:mattn_go_colorable/vendor/github.com/mattn/go-colorable \
|
||||
mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \
|
||||
mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \
|
||||
|
|
@ -66,14 +84,12 @@ GH_TUPLE= \
|
|||
sourcegraph:jsonrpc2:35a74f039c6a:sourcegraph_jsonrpc2/vendor/github.com/sourcegraph/jsonrpc2 \
|
||||
spf13:afero:v1.2.2:spf13_afero/vendor/github.com/spf13/afero \
|
||||
terraform-linters:tflint-plugin-sdk:v0.8.2:terraform_linters_tflint_plugin_sdk/vendor/github.com/terraform-linters/tflint-plugin-sdk \
|
||||
terraform-linters:tflint-ruleset-aws:v0.4.0:terraform_linters_tflint_ruleset_aws/vendor/github.com/terraform-linters/tflint-ruleset-aws \
|
||||
terraform-linters:tflint-ruleset-aws:v0.4.1:terraform_linters_tflint_ruleset_aws/vendor/github.com/terraform-linters/tflint-ruleset-aws \
|
||||
ulikunitz:xz:v0.5.8:ulikunitz_xz/vendor/github.com/ulikunitz/xz \
|
||||
vmihailenco:msgpack:v4.3.12:vmihailenco_msgpack_v4/vendor/github.com/vmihailenco/msgpack/v4 \
|
||||
vmihailenco:tagparser:v0.1.1:vmihailenco_tagparser/vendor/github.com/vmihailenco/tagparser \
|
||||
zclconf:go-cty-yaml:v1.0.2:zclconf_go_cty_yaml/vendor/github.com/zclconf/go-cty-yaml \
|
||||
zclconf:go-cty:v1.8.2:zclconf_go_cty/vendor/github.com/zclconf/go-cty
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= terraform-linters
|
||||
zclconf:go-cty:v1.8.3:zclconf_go_cty/vendor/github.com/zclconf/go-cty
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
TIMESTAMP = 1621380782
|
||||
SHA256 (terraform-linters-tflint-v0.28.1_GH0.tar.gz) = 83df9ebc95b7a1b126d2fdc79e83c3e1d749a94f16c7fc500270f97c59c69c9d
|
||||
SIZE (terraform-linters-tflint-v0.28.1_GH0.tar.gz) = 1202816
|
||||
TIMESTAMP = 1623785622
|
||||
SHA256 (terraform-linters-tflint-v0.29.1_GH0.tar.gz) = 09ce37790ec0df7f9e0a6d3d9d207e8a0081799fac0fea46d14bdf35ee1267ed
|
||||
SIZE (terraform-linters-tflint-v0.29.1_GH0.tar.gz) = 1226534
|
||||
SHA256 (Masterminds-semver-v3.1.1_GH0.tar.gz) = d029a39800f201d5b95ec5dbf653e5b20aab757783a6876be1b3017d1c4a444f
|
||||
SIZE (Masterminds-semver-v3.1.1_GH0.tar.gz) = 24506
|
||||
SHA256 (agext-levenshtein-v1.2.2_GH0.tar.gz) = b238bfd1dce6da173913c27cf2e172d58a55e7e6b7fc11736c7e45bd1af4818f
|
||||
SIZE (agext-levenshtein-v1.2.2_GH0.tar.gz) = 13098
|
||||
SHA256 (apparentlymart-go-cidr-v1.1.0_GH0.tar.gz) = 359897e7e89bf1d8efa69ae5ec490c0a88ba4892fffbf94b17244355e0893503
|
||||
|
|
@ -9,42 +11,60 @@ SHA256 (apparentlymart-go-textseg-v13.0.0_GH0.tar.gz) = 7479ac3309883e2bdb6f5620
|
|||
SIZE (apparentlymart-go-textseg-v13.0.0_GH0.tar.gz) = 133786
|
||||
SHA256 (apparentlymart-go-versions-v1.0.1_GH0.tar.gz) = dd20062b09a925ee61afbbb28de52368a09b5cad5ba9c20222a8830403eed83f
|
||||
SIZE (apparentlymart-go-versions-v1.0.1_GH0.tar.gz) = 32515
|
||||
SHA256 (aws-aws-sdk-go-v1.38.25_GH0.tar.gz) = 2fe8d4fa5e6d97561b83c59a44992a96c25602401479ae06b063bb1932900ab8
|
||||
SIZE (aws-aws-sdk-go-v1.38.25_GH0.tar.gz) = 18821721
|
||||
SHA256 (aws-aws-sdk-go-v1.38.55_GH0.tar.gz) = 8e705adefa600bfe287462c18a0119fdf0eb09de93877f13a4ec139787db4001
|
||||
SIZE (aws-aws-sdk-go-v1.38.55_GH0.tar.gz) = 19330591
|
||||
SHA256 (bgentry-go-netrc-9fd32a8b3d3d_GH0.tar.gz) = 95d8d03789e5cdd3b4ecf138bd8d710021620de8b555ced49706d1b71d267037
|
||||
SIZE (bgentry-go-netrc-9fd32a8b3d3d_GH0.tar.gz) = 8406
|
||||
SHA256 (bmatcuk-doublestar-v1.1.5_GH0.tar.gz) = a5634b115c6d1f119df62fd8a0db985188a31647a6690ce449c6449d5458681b
|
||||
SIZE (bmatcuk-doublestar-v1.1.5_GH0.tar.gz) = 8719
|
||||
SHA256 (census-instrumentation-opencensus-go-v0.22.4_GH0.tar.gz) = f230d965b9ddf15178df13209527c3e15c96cafa1c8a7a1b7eb39d0c424baf37
|
||||
SIZE (census-instrumentation-opencensus-go-v0.22.4_GH0.tar.gz) = 170499
|
||||
SHA256 (fatih-color-v1.10.0_GH0.tar.gz) = a00342a7ffb8b119346dce56e152a111cbb9eab3970c429cc2ed4272aec2858e
|
||||
SIZE (fatih-color-v1.10.0_GH0.tar.gz) = 1267532
|
||||
SHA256 (golang-appengine-v1.6.6_GH0.tar.gz) = 0c3d1e1c7ba0b97ea3457ddd169aac0667dbbb8c8d81e011632751f75bfbb624
|
||||
SIZE (golang-appengine-v1.6.6_GH0.tar.gz) = 332981
|
||||
SHA256 (golang-crypto-0c34fe9e7dc2_GH0.tar.gz) = deab6194c4b5d5ceefa40e8c7fc82a4288ff6e8577cdbde406e781c62624f491
|
||||
SIZE (golang-crypto-0c34fe9e7dc2_GH0.tar.gz) = 1726075
|
||||
SHA256 (golang-crypto-c07d793c2f9a_GH0.tar.gz) = bd1e0856c43287c6ebd20d59e2b4f2ffa91c5cc275dbb02bb2cfc822e6dc18a4
|
||||
SIZE (golang-crypto-c07d793c2f9a_GH0.tar.gz) = 1732023
|
||||
SHA256 (golang-groupcache-8c9f03a8e57e_GH0.tar.gz) = b92f918daa48048fd360f14d1a4aed6e70c1176ae6b00b0dc04094bb088e9865
|
||||
SIZE (golang-groupcache-8c9f03a8e57e_GH0.tar.gz) = 26047
|
||||
SHA256 (golang-lint-738671d3881b_GH0.tar.gz) = c3c30939f0592da3a4b470afd40cdf2924a2749e251b4188f53a918445fb67b4
|
||||
SIZE (golang-lint-738671d3881b_GH0.tar.gz) = 31848
|
||||
SHA256 (golang-mock-v1.5.0_GH0.tar.gz) = 7a8212b8332072626d1ce440883929a28ab18450926bc5164d926c6e5cae61ff
|
||||
SIZE (golang-mock-v1.5.0_GH0.tar.gz) = 66429
|
||||
SHA256 (golang-mod-v0.3.0_GH0.tar.gz) = bc97bb300928a00cfe64d97b3240c760668060cda0767e0d0b413e506fc3fa0a
|
||||
SIZE (golang-mod-v0.3.0_GH0.tar.gz) = 93941
|
||||
SHA256 (golang-net-e18ecbb05110_GH0.tar.gz) = c30374f6fd34c6b77d53224aa3ba7458e3773d7e6e4fa16d88fb05c7d05e0e89
|
||||
SIZE (golang-net-e18ecbb05110_GH0.tar.gz) = 1253124
|
||||
SHA256 (golang-net-6b1517762897_GH0.tar.gz) = abba75259e1f26e95c2b0c60c9fee04692e75b113a33d3a09be092fd844671ea
|
||||
SIZE (golang-net-6b1517762897_GH0.tar.gz) = 1251211
|
||||
SHA256 (golang-oauth2-5d25da1a8d43_GH0.tar.gz) = 359a1ce0493a717f0d30e964d6ebfedca99becdd188383c4853a5010ffc36feb
|
||||
SIZE (golang-oauth2-5d25da1a8d43_GH0.tar.gz) = 59450
|
||||
SHA256 (golang-protobuf-v1.4.3_GH0.tar.gz) = 5736f943f8647362f5559689df6154f3c85d261fb088867c8a68494e2a767610
|
||||
SIZE (golang-protobuf-v1.4.3_GH0.tar.gz) = 171969
|
||||
SHA256 (golang-sys-1e4c9ba3b0c4_GH0.tar.gz) = f12d6935b9f5ae575b41fcaf7a64ea9063fa2ba2b173cf8b83a7793e98e3d0e2
|
||||
SIZE (golang-sys-1e4c9ba3b0c4_GH0.tar.gz) = 1218175
|
||||
SHA256 (golang-sys-47abb6519492_GH0.tar.gz) = c52177674b0381f88e1ec97ba6dac5e8cac3f1b1fe159c0c30d01d87015090c9
|
||||
SIZE (golang-sys-47abb6519492_GH0.tar.gz) = 1218592
|
||||
SHA256 (golang-text-v0.3.5_GH0.tar.gz) = f85d1185ba116cd40ef8cf702fe1d960ed41d039c08fd314dbeb5866f3166f27
|
||||
SIZE (golang-text-v0.3.5_GH0.tar.gz) = 8348127
|
||||
SHA256 (golang-tools-eafbe7b904eb_GH0.tar.gz) = 39d0bd8279cbc06be0e9d13dfff5203a0402c4dd4b2dd756bd00a5e72921fa19
|
||||
SIZE (golang-tools-eafbe7b904eb_GH0.tar.gz) = 2614881
|
||||
SHA256 (golang-xerrors-5ec99f83aff1_GH0.tar.gz) = 71975d658357e170fd6a41f92539cde8b39c9cd8bfe5931b6311bc5f5c0da0d7
|
||||
SIZE (golang-xerrors-5ec99f83aff1_GH0.tar.gz) = 13664
|
||||
SHA256 (google-go-cmp-v0.5.5_GH0.tar.gz) = 8f1a0041f484812ae219e7548a13d5269c947cfcdea6031d40cdc85cd0663b3e
|
||||
SIZE (google-go-cmp-v0.5.5_GH0.tar.gz) = 102358
|
||||
SHA256 (google-go-cmp-v0.5.6_GH0.tar.gz) = cba2118596f694c135b3f3d6fe49b73ca2a7882aa4d7f346e341cb106afce5f1
|
||||
SIZE (google-go-cmp-v0.5.6_GH0.tar.gz) = 104421
|
||||
SHA256 (google-go-genproto-0bd0a958aa1d_GH0.tar.gz) = 7c6130c31b6e20ef371de46f9119c5ff36f5a89a68598fe76f138e2610468e0e
|
||||
SIZE (google-go-genproto-0bd0a958aa1d_GH0.tar.gz) = 12849218
|
||||
SHA256 (google-go-github-v35.2.0_GH0.tar.gz) = c4fbf478e97d7e7a68229d668e7e4580d7b31cd0783fa72b0e9baa59903ca60f
|
||||
SIZE (google-go-github-v35.2.0_GH0.tar.gz) = 474316
|
||||
SHA256 (google-go-querystring-v1.0.0_GH0.tar.gz) = 59fdfd4d740c85c60c35d3e09b587cfa2b435e78178ac4a23950afbece7118ed
|
||||
SIZE (google-go-querystring-v1.0.0_GH0.tar.gz) = 7529
|
||||
SHA256 (google-uuid-v1.2.0_GH0.tar.gz) = 53ba896ce398435b3ba4f9375f5d4908b09c79daaa54ecd4e5000b7bef984380
|
||||
SIZE (google-uuid-v1.2.0_GH0.tar.gz) = 14158
|
||||
SHA256 (googleapis-gax-go-v2.0.5_GH0.tar.gz) = 3089affe6f5e27f7a6d494cb399aa6baf232384f763f548ad5ddfbea0e88e59c
|
||||
SIZE (googleapis-gax-go-v2.0.5_GH0.tar.gz) = 15328
|
||||
SHA256 (googleapis-google-api-go-client-v0.34.0_GH0.tar.gz) = 5aa90d5ba4057990bf1a72a8c9a2c22de14aa8aad2012180585b9090ec3ef06e
|
||||
SIZE (googleapis-google-api-go-client-v0.34.0_GH0.tar.gz) = 16853510
|
||||
SHA256 (googleapis-google-cloud-go-storage-v1.10.0_GH0.tar.gz) = 297719ab65558ec14f43b75166cd1e7069ab2c4fdf22269c5a43986e709630cc
|
||||
SIZE (googleapis-google-cloud-go-storage-v1.10.0_GH0.tar.gz) = 2780039
|
||||
SHA256 (googleapis-google-cloud-go-v0.65.0_GH0.tar.gz) = 82bb2a54634993985f3a45bd8d110313041ade261a474f3d794524801fa19658
|
||||
SIZE (googleapis-google-cloud-go-v0.65.0_GH0.tar.gz) = 2858914
|
||||
SHA256 (grpc-grpc-go-v1.32.0_GH0.tar.gz) = 47a991a1d561738839e74803e350a276b4b753ae4af329091cb35ad2a117dcb2
|
||||
SIZE (grpc-grpc-go-v1.32.0_GH0.tar.gz) = 1053458
|
||||
SHA256 (hashicorp-aws-sdk-go-base-v0.7.1_GH0.tar.gz) = d7a683288a173da2ffae2f521612e352875aa5afcca8ff6d2b0a60543a3641e1
|
||||
|
|
@ -53,6 +73,8 @@ SHA256 (hashicorp-errwrap-v1.1.0_GH0.tar.gz) = 0d73891a7a179e50a142ac8832db97b17
|
|||
SIZE (hashicorp-errwrap-v1.1.0_GH0.tar.gz) = 8581
|
||||
SHA256 (hashicorp-go-cleanhttp-v0.5.2_GH0.tar.gz) = 091d90c479401bc9047454c25f91a97a6707e6a279ce778e4881cf6b0191a47f
|
||||
SIZE (hashicorp-go-cleanhttp-v0.5.2_GH0.tar.gz) = 8094
|
||||
SHA256 (hashicorp-go-getter-v1.5.3_GH0.tar.gz) = 14d63e61f5f255fafa3533a4dcbf89ef48bc93ac7144701fd0b0f222a12489b6
|
||||
SIZE (hashicorp-go-getter-v1.5.3_GH0.tar.gz) = 80992
|
||||
SHA256 (hashicorp-go-hclog-v0.15.0_GH0.tar.gz) = 03e8bd42481801d49a2b0c798e631d5d448360310d96ed4b914d40f7ba0b7c12
|
||||
SIZE (hashicorp-go-hclog-v0.15.0_GH0.tar.gz) = 25948
|
||||
SHA256 (hashicorp-go-multierror-v1.1.1_GH0.tar.gz) = 8d1bb3377310e8ffe4c7b5672c5de1eaed153402aebd15d6e5b9673c356a065f
|
||||
|
|
@ -61,6 +83,8 @@ SHA256 (hashicorp-go-plugin-v1.4.1_GH0.tar.gz) = b2d971c9c98ef6f5873ba590fc8b7e6
|
|||
SIZE (hashicorp-go-plugin-v1.4.1_GH0.tar.gz) = 86569
|
||||
SHA256 (hashicorp-go-retryablehttp-v0.5.2_GH0.tar.gz) = 5fad29cb49d59a82ef500bad9c0ea2165313dee08ea857441f9ad498d32bad02
|
||||
SIZE (hashicorp-go-retryablehttp-v0.5.2_GH0.tar.gz) = 14858
|
||||
SHA256 (hashicorp-go-safetemp-v1.0.0_GH0.tar.gz) = a8403273db1a477a73ea06c406f6f81e64c0e7099671c0a25c5a441f439f832f
|
||||
SIZE (hashicorp-go-safetemp-v1.0.0_GH0.tar.gz) = 6545
|
||||
SHA256 (hashicorp-go-uuid-v1.0.1_GH0.tar.gz) = 2e4e3f95caaf954f54a01b82094533ae3e2cdd754c81f7a977b86aa23cbf4135
|
||||
SIZE (hashicorp-go-uuid-v1.0.1_GH0.tar.gz) = 6847
|
||||
SHA256 (hashicorp-go-version-v1.3.0_GH0.tar.gz) = a459b2d8a3ca4d67fc13869a7869fa6c8aff6491d465b2cbe2842b56df87cfba
|
||||
|
|
@ -71,8 +95,8 @@ SHA256 (hashicorp-logutils-v1.0.0_GH0.tar.gz) = 9e3c7cee3552acacd2ad1d212f87c682
|
|||
SIZE (hashicorp-logutils-v1.0.0_GH0.tar.gz) = 7753
|
||||
SHA256 (hashicorp-terraform-svchost-f050f53b9734_GH0.tar.gz) = bbd386eb56b88aafb50e832d3ce6d804b995aab7b9f68626f1e812d8d72d3c47
|
||||
SIZE (hashicorp-terraform-svchost-f050f53b9734_GH0.tar.gz) = 28358
|
||||
SHA256 (hashicorp-terraform-v0.15.1_GH0.tar.gz) = ec4926ff56952ddc43d15523ea7c359e260139d33d938057b19ff05b695722cd
|
||||
SIZE (hashicorp-terraform-v0.15.1_GH0.tar.gz) = 2817442
|
||||
SHA256 (hashicorp-terraform-v0.15.3_GH0.tar.gz) = 173487c8d305052461266d710bb1353590fee1f312ce714e2aa3423c3f2f1937
|
||||
SIZE (hashicorp-terraform-v0.15.3_GH0.tar.gz) = 2855131
|
||||
SHA256 (hashicorp-yamux-2f1d1f20f75d_GH0.tar.gz) = 9481b16c104ebac8dc992358826db2ddadab0993131627a689dbf1f7c572f755
|
||||
SIZE (hashicorp-yamux-2f1d1f20f75d_GH0.tar.gz) = 23277
|
||||
SHA256 (jessevdk-go-flags-v1.5.0_GH0.tar.gz) = d4bf30f729cbc16d2aa0095ac10ca4fadc8f092b9a28990c0cfca2345c3e7ffd
|
||||
|
|
@ -81,6 +105,8 @@ SHA256 (jmespath-go-jmespath-v0.4.0_GH0.tar.gz) = aa86d00b6836345eee196c13df2df0
|
|||
SIZE (jmespath-go-jmespath-v0.4.0_GH0.tar.gz) = 128861
|
||||
SHA256 (jstemmer-go-junit-report-v0.9.1_GH0.tar.gz) = 4999e6d8feefe5b89eb9c2b3845a3c0ecdb6f0b0ba4e9785567a43f8952fff15
|
||||
SIZE (jstemmer-go-junit-report-v0.9.1_GH0.tar.gz) = 17764
|
||||
SHA256 (klauspost-compress-v1.11.2_GH0.tar.gz) = ab6492e353cac5e62800cdce4b0d4eca2aaf5c277fd2eb26b1a047980876dc93
|
||||
SIZE (klauspost-compress-v1.11.2_GH0.tar.gz) = 17344860
|
||||
SHA256 (mattn-go-colorable-v0.1.8_GH0.tar.gz) = 1027954f9abbe06b6e117e3047af70204dd0eb4f8c27fcd459fb2574b279755f
|
||||
SIZE (mattn-go-colorable-v0.1.8_GH0.tar.gz) = 9571
|
||||
SHA256 (mattn-go-isatty-v0.0.12_GH0.tar.gz) = addbdc341d7685ed4cc8d2d8a8fd2bd9b784bde00d0ea99fb251039fc10c611c
|
||||
|
|
@ -105,13 +131,15 @@ SHA256 (spf13-afero-v1.2.2_GH0.tar.gz) = b577afca7e9839aa7cf0ddd712af553aec671b7
|
|||
SIZE (spf13-afero-v1.2.2_GH0.tar.gz) = 46157
|
||||
SHA256 (terraform-linters-tflint-plugin-sdk-v0.8.2_GH0.tar.gz) = 41892d8bfc107c1d43176b43d83e8df92f9e214cb2861439a9f729746833ab7e
|
||||
SIZE (terraform-linters-tflint-plugin-sdk-v0.8.2_GH0.tar.gz) = 74922
|
||||
SHA256 (terraform-linters-tflint-ruleset-aws-v0.4.0_GH0.tar.gz) = f17ebfad2d72ee35fb202b3635b321928da255de08f974889a5a566d4afcfccf
|
||||
SIZE (terraform-linters-tflint-ruleset-aws-v0.4.0_GH0.tar.gz) = 665041
|
||||
SHA256 (terraform-linters-tflint-ruleset-aws-v0.4.1_GH0.tar.gz) = 930326475c05495033480ed8d532430bcead8bae6e8c85737f6eb83aad4f6f95
|
||||
SIZE (terraform-linters-tflint-ruleset-aws-v0.4.1_GH0.tar.gz) = 666946
|
||||
SHA256 (ulikunitz-xz-v0.5.8_GH0.tar.gz) = 55390974e162efe975940569da7110185ac81a52c3c8f556f289dffc1483600f
|
||||
SIZE (ulikunitz-xz-v0.5.8_GH0.tar.gz) = 478381
|
||||
SHA256 (vmihailenco-msgpack-v4.3.12_GH0.tar.gz) = 57b532f7dc4e7757c7d3b857d58d7f3e8eec1d39e9c4d93d4e86fbc506e23cfd
|
||||
SIZE (vmihailenco-msgpack-v4.3.12_GH0.tar.gz) = 31602
|
||||
SHA256 (vmihailenco-tagparser-v0.1.1_GH0.tar.gz) = 0d83a863ff6488f469cb783a3910079fd158b3b400da1aa44f27ec93961a2c08
|
||||
SIZE (vmihailenco-tagparser-v0.1.1_GH0.tar.gz) = 3649
|
||||
SHA256 (zclconf-go-cty-yaml-v1.0.2_GH0.tar.gz) = 31102eb50cb6159d7dbbc82447477ec27914a6f3f0069af9e4b53116748755e3
|
||||
SIZE (zclconf-go-cty-yaml-v1.0.2_GH0.tar.gz) = 59431
|
||||
SHA256 (zclconf-go-cty-v1.8.2_GH0.tar.gz) = 24610748c70d7ff11336fa12bbd524f6978711f7e9ee0015ab58e06a71a8e491
|
||||
SIZE (zclconf-go-cty-v1.8.2_GH0.tar.gz) = 194830
|
||||
SHA256 (zclconf-go-cty-v1.8.3_GH0.tar.gz) = 422bda239f1904bb59f9268a238ba8a4001fbee6c0efbb7df60266d50515f921
|
||||
SIZE (zclconf-go-cty-v1.8.3_GH0.tar.gz) = 195415
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= meta
|
||||
PORTVERSION= 0.1
|
||||
PORTREVISION= 58
|
||||
PORTREVISION= 59
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= textproc lisp
|
||||
PKGNAMEPREFIX= cl-
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= cl-ppcre
|
||||
PORTVERSION= 2.1.1
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= textproc lisp
|
||||
DISTFILES= # none
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= lml
|
||||
PORTVERSION= 2.5.7
|
||||
PORTREVISION= 55
|
||||
PORTREVISION= 56
|
||||
CATEGORIES= www textproc
|
||||
PKGNAMEPREFIX= cl-
|
||||
DISTFILES= # none
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= librespeed
|
||||
DISTVERSION= 5.2.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www net
|
||||
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
|
||||
|
||||
|
|
@ -11,6 +12,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
|
||||
USES= php:flavors,web
|
||||
|
||||
USE_PHP= ctype json openssl pdo session
|
||||
|
||||
USE_GITHUB= YES
|
||||
GH_PROJECT= speedtest
|
||||
|
||||
|
|
@ -25,7 +28,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES
|
|||
OPTIONS_RADIO= BACKEND
|
||||
OPTIONS_RADIO_BACKEND= MYSQL PGSQL SQLITE
|
||||
|
||||
MYSQL_USE= PHP=mysqli
|
||||
MYSQL_USE= PHP=pdo_mysql
|
||||
PGSQL_USE= PHP=pdo_pgsql
|
||||
SQLITE_USE= PHP=pdo_sqlite
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@ You can mostly follow the guide on: https://fdossena.com/speedtest/qs_v5_ubuntu1
|
|||
For more advanced docs: https://github.com/librespeed/speedtest/blob/master/doc.md
|
||||
|
||||
Copy your preferred example from %%PREFIX%%/share/examples/librespeed to %%PREFIX%%/www/librespeed/index.html.
|
||||
To use the backend feature, be sure to copy a -full example and rebuild the port with backend support.
|
||||
To use the backend (i.e. telemetry) feature, be sure to copy a -full example and rebuild
|
||||
the port with backend support.
|
||||
|
||||
cd %%PREFIX%%/share/examples/librespeed
|
||||
cp -a example-singleServer-full.html %%PREFIX%%/www/librespeed/index.html
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME?= nginx
|
||||
PORTVERSION= 1.21.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://nginx.org/download/ \
|
||||
LOCAL/osa
|
||||
|
|
|
|||
|
|
@ -246,7 +246,7 @@ NAXSI_NGINX_VER= 1.3
|
|||
NAXSI_GH_TUPLE= nbs-system:naxsi:${NAXSI_NGINX_VER}:naxsi
|
||||
NAXSI_VARS= DSO_EXTMODS+=naxsi NAXSI_SUBDIR=/naxsi_src
|
||||
|
||||
NJS_GH_TUPLE= nginx:njs:0.6.0:njs
|
||||
NJS_GH_TUPLE= nginx:njs:0.6.1:njs
|
||||
NJS_VARS= DSO_EXTMODS+=njs NJS_SUBDIR=/nginx
|
||||
NJS_USES= libedit
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
TIMESTAMP = 1623764719
|
||||
TIMESTAMP = 1624972070
|
||||
SHA256 (nginx-1.21.0.tar.gz) = fe192a4bac2bd3a769e8695cb9fe14a00e57eaceb919095347a83b5b2afc0771
|
||||
SIZE (nginx-1.21.0.tar.gz) = 1063682
|
||||
SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae
|
||||
|
|
@ -111,8 +111,8 @@ SHA256 (SpiderLabs-ModSecurity-nginx-v1.0.1_GH0.tar.gz) = c969a78659bb47c84929de
|
|||
SIZE (SpiderLabs-ModSecurity-nginx-v1.0.1_GH0.tar.gz) = 31920
|
||||
SHA256 (nbs-system-naxsi-1.3_GH0.tar.gz) = 439c8677372d2597b4360bbcc10bc86490de1fc75695b193ad5df154a214d628
|
||||
SIZE (nbs-system-naxsi-1.3_GH0.tar.gz) = 235626
|
||||
SHA256 (nginx-njs-0.6.0_GH0.tar.gz) = 9060272f24bede008931aefd2badc476553af4cdfd34557884bc021e8d9fe7b5
|
||||
SIZE (nginx-njs-0.6.0_GH0.tar.gz) = 528419
|
||||
SHA256 (nginx-njs-0.6.1_GH0.tar.gz) = 179b0e342bc6d6c3526b048ed272371e38ae8e061c3e596a305cb254a1299850
|
||||
SIZE (nginx-njs-0.6.1_GH0.tar.gz) = 529124
|
||||
SHA256 (opentracing-contrib-nginx-opentracing-2d81c29_GH0.tar.gz) = b082bb8e0f4de2e3361c9cae79e266856de1e5b26a43611e08446b7c2bc0b2b4
|
||||
SIZE (opentracing-contrib-nginx-opentracing-2d81c29_GH0.tar.gz) = 664357
|
||||
SHA256 (konstruxi-ngx_postgres-8aa7359_GH0.tar.gz) = c69ad4495de7c7883ebc23e1e6c4cc83a4ac6a7fddd4d5c12e49d33b65f7c50b
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
PORTNAME= stumpwm
|
||||
DISTVERSION= 20.11-3
|
||||
DISTVERSIONSUFFIX= -g72a4e2c
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= x11-wm lisp
|
||||
|
||||
MAINTAINER= jrm@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= clx
|
||||
DISTVERSION= 0.7.5.65
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= x11 lisp
|
||||
PKGNAMEPREFIX= cl-
|
||||
PKGNAMESUFFIX= -sbcl
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= nwg-drawer
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.1.2
|
||||
DISTVERSION= 0.1.3
|
||||
CATEGORIES= x11
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
TIMESTAMP = 1624743946
|
||||
SHA256 (nwg-piotr-nwg-drawer-v0.1.2_GH0.tar.gz) = 3ee097c467b024621d22e3863303d36050ff45060ccfd59905e3bfdd2664761c
|
||||
SIZE (nwg-piotr-nwg-drawer-v0.1.2_GH0.tar.gz) = 3272095
|
||||
TIMESTAMP = 1625003657
|
||||
SHA256 (nwg-piotr-nwg-drawer-v0.1.3_GH0.tar.gz) = a17552da43a0c7b837f2d7d0d36ad94061953ac14c905336625824ac43b250df
|
||||
SIZE (nwg-piotr-nwg-drawer-v0.1.3_GH0.tar.gz) = 3273308
|
||||
SHA256 (allan-simon-go-singleinstance-d0997106ab37_GH0.tar.gz) = f8cee874873fe9fc1a81e8a7ca83df85c57aa86279c09cb8cba10d5feb7ed295
|
||||
SIZE (allan-simon-go-singleinstance-d0997106ab37_GH0.tar.gz) = 2819
|
||||
SHA256 (dlasky-gotk3-layershell-5cca0b819261_GH0.tar.gz) = a4548130c9fcc87302568b382fc4952aaaea262e04540480dddfd220f878c4fc
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Alex Dupre <ale@FreeBSD.org>
|
||||
|
||||
PORTNAME= rsibreak
|
||||
DISTVERSION= 0.12.13
|
||||
DISTVERSION= 0.12.14
|
||||
CATEGORIES= x11 kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION:R}/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1586075744
|
||||
SHA256 (rsibreak-0.12.13.tar.xz) = 3740be7fbf3c7eae72a2d482e781f62b858373a3e71a2f0d87fbd72f8bf47f1a
|
||||
SIZE (rsibreak-0.12.13.tar.xz) = 550544
|
||||
TIMESTAMP = 1624942587
|
||||
SHA256 (rsibreak-0.12.14.tar.xz) = 1ce37ef875ffa1964db80ddb0898b3f762134592f573fabb9950c467b92a5b7a
|
||||
SIZE (rsibreak-0.12.14.tar.xz) = 562176
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@ share/applications/org.kde.rsibreak.desktop
|
|||
share/dbus-1/interfaces/org.rsibreak.rsiwidget.xml
|
||||
share/doc/HTML/ca/rsibreak/index.cache.bz2
|
||||
share/doc/HTML/ca/rsibreak/index.docbook
|
||||
share/doc/HTML/ca/rsibreak/logo.png
|
||||
share/doc/HTML/ca/rsibreak/statistics.png
|
||||
share/doc/HTML/ca/rsibreak/suspend.png
|
||||
share/doc/HTML/de/rsibreak/index.cache.bz2
|
||||
share/doc/HTML/de/rsibreak/index.docbook
|
||||
share/doc/HTML/en/rsibreak/index.cache.bz2
|
||||
share/doc/HTML/en/rsibreak/index.docbook
|
||||
share/doc/HTML/en/rsibreak/logo.png
|
||||
|
|
@ -30,6 +30,8 @@ share/doc/HTML/uk/rsibreak/index.docbook
|
|||
share/doc/HTML/uk/rsibreak/popup.png
|
||||
share/doc/HTML/uk/rsibreak/statistics.png
|
||||
share/doc/HTML/uk/rsibreak/suspend.png
|
||||
share/doc/HTML/zh_CN/rsibreak/index.cache.bz2
|
||||
share/doc/HTML/zh_CN/rsibreak/index.docbook
|
||||
share/icons/hicolor/128x128/apps/rsibreak.png
|
||||
share/icons/hicolor/16x16/actions/rsibreak0.png
|
||||
share/icons/hicolor/16x16/actions/rsibreak1.png
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue