Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F152828803
D23953.id69147.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
9 KB
Referenced Files
None
Subscribers
None
D23953.id69147.diff
View Options
Index: finance/bitmark-wallet/Makefile
===================================================================
--- /dev/null
+++ finance/bitmark-wallet/Makefile
@@ -0,0 +1,60 @@
+# Created by: Christopher Hall <hsw@bitmark.com>
+# $FreeBSD$
+
+PORTNAME= bitmark-wallet
+PORTVERSION= 0.6.4
+DISTVERSIONPREFIX= v
+CATEGORIES= finance
+
+MAINTAINER= jim@bitmark.com
+COMMENT= Bitmark HD Wallet
+
+LICENSE= ISCL
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= pkgconfig go:modules
+
+USE_GITHUB= yes
+GH_ACCOUNT= bitmark-inc:DEFAULT
+GH_TUPLE= \
+ NebulousLabs:entropy-mnemonics:bc7e13c5ccd8:nebulouslabs_entropy_mnemonics/vendor/github.com/NebulousLabs/entropy-mnemonics \
+ bitgoin:address:v0.0.1:bitgoin_address/vendor/github.com/bitgoin/address \
+ bitgoin:packer:v0.0.1:bitgoin_packer/vendor/github.com/bitgoin/packer \
+ bitmark-inc:bitmarkd:v0.12.4:bitmark_inc_bitmarkd/vendor/github.com/bitmark-inc/bitmarkd \
+ bitmark-inc:logger:v0.3.4:bitmark_inc_logger/vendor/github.com/bitmark-inc/logger \
+ boltdb:bolt:v1.3.1:boltdb_bolt/vendor/github.com/boltdb/bolt \
+ btcsuite:fastsha256:637e65642941:btcsuite_fastsha256/vendor/github.com/btcsuite/fastsha256 \
+ cihub:seelog:f561c5e57575:cihub_seelog/vendor/github.com/cihub/seelog \
+ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \
+ fsnotify:fsnotify:v1.4.7:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \
+ go-ini:ini:v1.51.0:go_ini_ini/vendor/gopkg.in/ini.v1 \
+ go-yaml:yaml:v2.2.4:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \
+ golang:crypto:2aa609cf4a9d:golang_crypto/vendor/golang.org/x/crypto \
+ golang:sys:749cb33beabd:golang_sys/vendor/golang.org/x/sys \
+ golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \
+ hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \
+ inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \
+ magiconair:properties:v1.8.1:magiconair_properties/vendor/github.com/magiconair/properties \
+ mitchellh:mapstructure:v1.1.2:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \
+ pelletier:go-toml:v1.2.0:pelletier_go_toml/vendor/github.com/pelletier/go-toml \
+ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \
+ spf13:afero:v1.1.2:spf13_afero/vendor/github.com/spf13/afero \
+ spf13:cast:v1.3.0:spf13_cast/vendor/github.com/spf13/cast \
+ spf13:cobra:v0.0.6:spf13_cobra/vendor/github.com/spf13/cobra \
+ spf13:jwalterweatherman:v1.0.0:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \
+ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \
+ spf13:viper:v1.6.2:spf13_viper/vendor/github.com/spf13/viper \
+ stretchr:testify:v1.4.0:stretchr_testify/vendor/github.com/stretchr/testify \
+ subosito:gotenv:v1.2.0:subosito_gotenv/vendor/github.com/subosito/gotenv
+
+SHARE_FILES= README.md
+PLIST_FILES= bin/${PORTNAME}
+PLIST_FILES+= "@sample etc/${PORTNAME}.conf.sample"
+
+GO_TARGET+= ./command/${PORTNAME}
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKDIR}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/command/${PORTNAME}/wallet.conf.sample ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample
+
+.include <bsd.port.mk>
Index: finance/bitmark-wallet/distinfo
===================================================================
--- /dev/null
+++ finance/bitmark-wallet/distinfo
@@ -0,0 +1,61 @@
+TIMESTAMP = 1583129874
+SHA256 (bitmark-inc-bitmark-wallet-v0.6.4_GH0.tar.gz) = 193417048748fb25d9a9fafcc4ffa250568d88d8093ee3f7e3ce2911f53efa94
+SIZE (bitmark-inc-bitmark-wallet-v0.6.4_GH0.tar.gz) = 33933
+SHA256 (NebulousLabs-entropy-mnemonics-bc7e13c5ccd8_GH0.tar.gz) = d407c2a4505fb65d8bf020ffa0d51c362313a76b0079ab7768a4297e736a639f
+SIZE (NebulousLabs-entropy-mnemonics-bc7e13c5ccd8_GH0.tar.gz) = 28107
+SHA256 (bitgoin-address-v0.0.1_GH0.tar.gz) = 86d15b1b8ffa4c35f591be5c682436fa8f8fc680741f2de661abccf579f8818b
+SIZE (bitgoin-address-v0.0.1_GH0.tar.gz) = 997580
+SHA256 (bitgoin-packer-v0.0.1_GH0.tar.gz) = 8b9f8811f5da9e7619234aa212b4e2634931ececedf77c50ecc565ce8875521c
+SIZE (bitgoin-packer-v0.0.1_GH0.tar.gz) = 4880
+SHA256 (bitmark-inc-bitmarkd-v0.12.4_GH0.tar.gz) = 36401fcee56c3d19f4cddcd34098a33a94a7fad23e0b4d807cf9f756246ce61f
+SIZE (bitmark-inc-bitmarkd-v0.12.4_GH0.tar.gz) = 446701
+SHA256 (bitmark-inc-logger-v0.3.4_GH0.tar.gz) = 7ae8ea52f6a2e395d073477572bddcd8ea8b1e43e782c9c882c1dab7f727096e
+SIZE (bitmark-inc-logger-v0.3.4_GH0.tar.gz) = 6060
+SHA256 (boltdb-bolt-v1.3.1_GH0.tar.gz) = b5ae498b780f535a5d308c188dee1329b3536275d29ad6758876084c0b8586a8
+SIZE (boltdb-bolt-v1.3.1_GH0.tar.gz) = 83437
+SHA256 (btcsuite-fastsha256-637e65642941_GH0.tar.gz) = 41e800ac7beda78cf2462c92ea8db87d78f66a40a3c41d86524f4d19bc06d9ad
+SIZE (btcsuite-fastsha256-637e65642941_GH0.tar.gz) = 12310
+SHA256 (cihub-seelog-f561c5e57575_GH0.tar.gz) = e7fae3b72e1e5c5a3898ae76accd411903996e7ec75d7af3b97bba12dcdf762f
+SIZE (cihub-seelog-f561c5e57575_GH0.tar.gz) = 66529
+SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e
+SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152
+SHA256 (fsnotify-fsnotify-v1.4.7_GH0.tar.gz) = b7530d973d0ab0e58ad8ce1b9a4b963d6f57b3d72f2f9e13d49846976361b1cd
+SIZE (fsnotify-fsnotify-v1.4.7_GH0.tar.gz) = 31139
+SHA256 (go-ini-ini-v1.51.0_GH0.tar.gz) = 6c98311d375afbe36a246c5d29acb5cb428634a4186e591ce9b7fe2fa4f2a471
+SIZE (go-ini-ini-v1.51.0_GH0.tar.gz) = 43536
+SHA256 (go-yaml-yaml-v2.2.4_GH0.tar.gz) = 9004c9709200d52ef6e5c69af3f71f3adb1a2b7e884ea7597f306bf54b1f007c
+SIZE (go-yaml-yaml-v2.2.4_GH0.tar.gz) = 72209
+SHA256 (golang-crypto-2aa609cf4a9d_GH0.tar.gz) = 5fe90bd9def2114d4772a2e394ac1a5e015b2bca17678f358371f93eb332536e
+SIZE (golang-crypto-2aa609cf4a9d_GH0.tar.gz) = 1726702
+SHA256 (golang-sys-749cb33beabd_GH0.tar.gz) = 28c13d4255f8f0ecb56011e096bf4daa98bebbe691d23f9e9d2fad84315c638e
+SIZE (golang-sys-749cb33beabd_GH0.tar.gz) = 1468372
+SHA256 (golang-text-v0.3.2_GH0.tar.gz) = 0b9309698f5708531c5377ab1e29b423a6d9e20c55a8d386c3b8283428212f22
+SIZE (golang-text-v0.3.2_GH0.tar.gz) = 7168069
+SHA256 (hashicorp-hcl-v1.0.0_GH0.tar.gz) = 50632428210503070fd2fde748c88b7414bf84a6a0eadebf9d8e596a033bead2
+SIZE (hashicorp-hcl-v1.0.0_GH0.tar.gz) = 70658
+SHA256 (inconshreveable-mousetrap-v1.0.0_GH0.tar.gz) = 5edc7731c819c305623568e317aa253d342be3447def97f1fa9e10eb5ad819f6
+SIZE (inconshreveable-mousetrap-v1.0.0_GH0.tar.gz) = 2290
+SHA256 (magiconair-properties-v1.8.1_GH0.tar.gz) = 4449df3d2be86608bfc997228f66f1cff57bf620cc5bf9ba44339c7e4c5612dd
+SIZE (magiconair-properties-v1.8.1_GH0.tar.gz) = 29735
+SHA256 (mitchellh-mapstructure-v1.1.2_GH0.tar.gz) = 53fbc06b125ff1c9c73a4eb1764346932671a29c67a45a92e2ebc6855635069b
+SIZE (mitchellh-mapstructure-v1.1.2_GH0.tar.gz) = 20980
+SHA256 (pelletier-go-toml-v1.2.0_GH0.tar.gz) = 1a5a620f680033f17e34148bee8f26d96d8c27ff1d7f56f0fe1c7253595b5244
+SIZE (pelletier-go-toml-v1.2.0_GH0.tar.gz) = 57496
+SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda
+SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398
+SHA256 (spf13-afero-v1.1.2_GH0.tar.gz) = 66554a6b09b0009340ae77c119d5a14e2460bb3aea56e75e138c87e621f3803b
+SIZE (spf13-afero-v1.1.2_GH0.tar.gz) = 45309
+SHA256 (spf13-cast-v1.3.0_GH0.tar.gz) = e685282ea33f89e9354d148ad1886f532bcebe86b0b60a167988f7c6d081085f
+SIZE (spf13-cast-v1.3.0_GH0.tar.gz) = 11085
+SHA256 (spf13-cobra-v0.0.6_GH0.tar.gz) = d3fcd886a86551173e44082920590a44ba8a7d892e4e4443ff7aee0e935583d0
+SIZE (spf13-cobra-v0.0.6_GH0.tar.gz) = 117290
+SHA256 (spf13-jwalterweatherman-v1.0.0_GH0.tar.gz) = 2ece12b964e0d230b10851555185d42d3c81b401efda044265ae716eb1d0bc2d
+SIZE (spf13-jwalterweatherman-v1.0.0_GH0.tar.gz) = 6392
+SHA256 (spf13-pflag-v1.0.5_GH0.tar.gz) = 9a2cae1f8e8ab0d2cc8ebe468e871af28d9ac0962cf0520999e3ba85f0c7b808
+SIZE (spf13-pflag-v1.0.5_GH0.tar.gz) = 50796
+SHA256 (spf13-viper-v1.6.2_GH0.tar.gz) = 9b17f295fd994c65e4f0338b321115f89d30c88f05bdbeb97d8bf1b971351b02
+SIZE (spf13-viper-v1.6.2_GH0.tar.gz) = 52000
+SHA256 (stretchr-testify-v1.4.0_GH0.tar.gz) = 3ae072321569a8cd6d77de8f3be774165e136198ce808df0a31589237ba59698
+SIZE (stretchr-testify-v1.4.0_GH0.tar.gz) = 110085
+SHA256 (subosito-gotenv-v1.2.0_GH0.tar.gz) = 5f6826992c11981018c77377f33dbc56d0be932e0d38a2f51e795c99725e7ba5
+SIZE (subosito-gotenv-v1.2.0_GH0.tar.gz) = 7359
Index: finance/bitmark-wallet/pkg-descr
===================================================================
--- /dev/null
+++ finance/bitmark-wallet/pkg-descr
@@ -0,0 +1,5 @@
+This is a general purposed hd-wallet. Bitmark use this
+wallet to pay for transferring. Currently, it supports
+both bitcoin and litecoin.
+
+WWW: https://github.com/bitmark-inc/bitmark-wallet
Index: finance/bitmark-wallet/pkg-message
===================================================================
--- /dev/null
+++ finance/bitmark-wallet/pkg-message
@@ -0,0 +1,19 @@
+[
+{ type: install
+ message: <<EOM
+* Please keep all configuration and wallet data files files under the
+ configuration directory secure. By default this directory is:
+
+ ${XDG_CONFIG_HOME}/bitmark-wallet/
+
+* Note that bitmark-wallet requires bitcoind and litecoind daemons to
+ be setup for localhost RPC access. It is recommended that both the
+ net-p2p/bitcoin-daemon and the net-p2p/litecoin-daemon be installed
+ for a minimum configuration.
+
+* It is possible to use both main and test networks on both
+ cryptocurrency blockchains if all four configuration files are
+ create and each combination has its own working directory.
+EOM
+}
+]
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 18, 9:30 AM (19 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31711049
Default Alt Text
D23953.id69147.diff (9 KB)
Attached To
Mode
D23953: New port finance/bitmark-wallet (v0.6.4): hybrid bitcoin/litecoin mainnet/testnet wallet with the ability to set IP_RETURN data
Attached
Detach File
Event Timeline
Log In to Comment