aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-bin_utils/Makefile
blob: fb3cc15c3831afbd53bdebf764ffe8c4595afdb8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
# $FreeBSD$

PORTNAME=   bin_utils
PORTVERSION=    0.0.3
CATEGORIES= devel rubygems
MASTER_SITES=   RG

MAINTAINER= g.veniamin@googlemail.com
COMMENT=    Extracting binary integers from binary string and packing back

RUBY_VER=   1.9
USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>
-042-33/+67 | |\ \ \ | | * | | Implement fixed position onboarding optionfragosti2018-07-032-33/+67 | * | | | Remove unused importfragosti2018-07-031-1/+0 | * | | | Add end comment to hotjar tracking codefragosti2018-07-031-0/+1 | * | | | Add media file and remove stray commentfragosti2018-07-032-2/+15 | |/ / / | * | | Add media query abstraction around ScreenWidths and stop relayer grid hover e...fragosti2018-07-035-10/+22 | * | | Remove max-width from onboarding card to support iPadfragosti2018-07-031-1/+1 | * | | Only auto-start onboarding if blockchain is loadedfragosti2018-07-031-2/+5 * | | | Merge pull request #812 from 0xProject/fix/revert-assertions-improvementsAlex Browne2018-07-0424-221/+298 |\ \ \ \ | * | | | Move NodeType caching out of web3-wrapper and into our internal codeAlex Browne2018-07-043-12/+19 | * | | | Update CHANGELOG.json for ethereum-types and web3-wrapperAlex Browne2018-07-042-0/+14 | * | | | Add TransactionReceiptStatus type to ethereum-typesAlex Browne2018-07-042-3/+5 | * | | | Actually cache node type in web3-wrapperAlex Browne2018-07-041-0/+6 | * | | | Improve robustness of revert reason assertionsAlex Browne2018-07-0321-221/+269 | | | * | Specify the lint rule to disableJacob Evans2018-07-041-3/+3 | | | * | Fix unused importsJacob Evans2018-07-031-6/+1 | | | * | Merge branch 'v2-prototype' into eth-lightwallet-subprovider-finalJacob Evans2018-07-0353-194/+297 | | | |\ \ | | | * | | compiler and ts lint are confused about ContractEventArgsJacob Evans2018-07-031-8/+23 | | | * | | Remove duplicated typescript-typings in package.jsonJacob Evans2018-07-021-1/+0 | | | * | | Remove duplicate type definitions.Jacob Evans2018-07-023-59/+2 | | | * | | Merge branch 'v2-prototype' into eth-lightwallet-subprovider-finalJacob Evans2018-07-02282-8797/+9337 | | | |\ \ \ | | | * | | | Use PrivateKeySubprovider inside eth lightwalletJacob Evans2018-07-023-71/+57 | | | * | | | Small stylistic tweaksFabio Berger2018-06-263-11/+1 | | | * | | | Update yarn.lockFabio Berger2018-06-261-11/+43 | | | * | | | Fix and imprrove ethLightWalletSubproviderFabio Berger2018-06-263-15/+17 | | | * | | | Remove legacy named subproviderFabio Berger2018-06-261-100/+0 | | | * | | | Format typeFabio Berger2018-06-261-20/+47 | | | * | | | Remove duplicate typeFabio Berger2018-06-261-23/+0 | | | * | | | Fix Tslint issuesFabio Berger2018-06-269-41/+31 | | | * | | | Add eth-lightwallet subprovider and testsCavan2018-06-266-11/+218 | | | * | | | Move eth-lightwallet declaration to typingsCavan2018-06-262-38/+26 | | | * | | | Format subprovider using prettierCavan2018-06-262-18/+8 | | | * | | | Update changelogsCavan2018-06-262-0/+16 | | | * | | | Remove timestamps and fix typingsCavan2018-06-263-3/+27 | | | * | | | Formatting and standards updatesCavan2018-06-264-0/+320 | | | | | | * Add missing undefined checkFabio Berger2018-07-041-0/+1 | | | | | | * improve commentFabio Berger2018-07-041-1/+1 | | | | | | * remove console.logFabio Berger2018-07-041-1/+0 | | | | | | * Fix conditionalFabio Berger2018-07-041-3/+4 | | | | | | * Rename to InjectedProvider and make publicConfigStore optionalFabio Berger2018-07-041-3/+3 | | | | | | * Remove hack since latest web3-provider-engine fixed underlying issueFabio Berger2018-07-041-5/+0 | | | | | | * Fix instance variable nameFabio Berger2018-07-041-6/+6 | | | | | | * Fix linterFabio Berger2018-07-041-1/+1 | | | | | | * Fix typeFabio Berger2018-07-041-1/+5 | | | | | | * Fix package.jsonFabio Berger2018-07-041-1/+1 | | | | | | * Rename subprovider in blockchain.tsFabio Berger2018-07-041-2/+2 | | | | | | * Remove unused imported Web3.jsFabio Berger2018-07-044-5/+1 | | | | | | * Remove dep on Web3 in Website. Introduced InjectedWeb3 type.Fabio Berger2018-07-044-13/+32 | | | | | | * Fix importFabio Berger2018-07-041-1/+1 | | | | | | * Refactor testnet-faucet to use web3Wrapper instead of web3 directlyFabio Berger2018-07-043-19/+13 | | | | | | * Replace use of web3 w/ web3wrapper in subproviders and rename injectedWeb3 to...Fabio Berger2018-07-044-16/+36 | |_|_|_|_|/ |/| | | | | * | | | | | Merge pull request #799 from 0xProject/feature/website/wallet-menuBrandon Millman2018-07-049-199/+213 |\ \ \ \ \ \ | * | | | | | Remove InstallPromptBrandon Millman2018-07-042-61/+0 | * | | | | | Implement clickaway for wallet menu on mobileBrandon Millman2018-07-042-14/+24 | * | | | | | Add optional onClick to Link simple menu itemBrandon Millman2018-07-031-2/+7 | * | | | | | Lint fixesBrandon Millman2018-07-024-17/+5 | * | | | | | More cleanupBrandon Millman2018-07-022-31/+31 | * | | | | | Consolidate logic for common menu itemsBrandon Millman2018-07-023-33/+74 | * | | | | | Give connected header accessory more paddingBrandon Millman2018-07-021-9/+13 | * | | | | | Implement correct behavior for menu in the walletBrandon Millman2018-07-026-31/+52 | * | | | | | Add menu to walletBrandon Millman2018-07-021-8/+32 | * | | | | | Implement simple menuBrandon Millman2018-07-025-91/+50 | * | | | | | Clean up a bit of the provider display logicBrandon Millman2018-07-023-73/+80 | * | | | | | Implement icon buttonBrandon Millman2018-07-022-2/+18 | | |_|_|/ / | |/| | | | * | | | | | Merge pull request #815 from 0xProject/update-dependenciesFabio Berger2018-07-0410-73/+58 |\ \ \ \ \ \ | * | | | | | Fix alignmentFabio Berger2018-07-047-7/+7 | * | | | | | Update blockstream to latest version, propogate errors to top-level callersFabio Berger2018-07-044-66/+51 | * | | | | | Update web3-provider-engine version w/o caretFabio Berger2018-07-037-7/+7 | * | | | | | Update web3-provider-engineFabio Berger2018-07-037-7/+7 |/ / / / / / * | | | | | Merge pull request #801 from feuGeneA/patch-3Fabio Berger2018-07-031-2/+1 |\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | * | | | | in subproviders, cite typescript-typings only onceF. Eugene Aumson2018-07-021-2/+1 | |/ / / / * | | | | Merge pull request #806 from 0xProject/feature/website/mobile-readable-web3-n...Brandon Millman2018-07-034-0/+11 |\ \ \ \ \ | * | | | | Add human readable names for Toshi and CipherBrandon Millman2018-07-034-0/+11 * | | | | | Merge pull request #808 from 0xProject/feature/website/better-balance-formattingBrandon Millman2018-07-035-18/+31 |\ \ \ \ \ \ | * | | | | | Add better balance formatting rules for balances and usd valuesBrandon Millman2018-07-035-18/+31 | | |_|_|/ / | |/| | | | * | | | | | Merge pull request #810 from 0xProject/feature/wesbite/remove-add-balanceBrandon Millman2018-07-035-42/+2 |\ \ \ \ \ \ | * | | | | | Remove increase balance link from balance_bounded_input componentBrandon Millman2018-07-035-42/+2 * | | | | | | Use new lock svgBrandon Millman2018-07-032-2/+5 |/ / / / / / * | / / / / Always show the wrap ether row in between ETH and WETHBrandon Millman2018-07-032-18/+20 | |/ / / / |/| | | | * | | | | Update start onboarding copy and relayer grid empty colorBrandon Millman2018-07-03