aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts/dejavu
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2004-12-24 17:57:36 +0800
committerahze <ahze@FreeBSD.org>2004-12-24 17:57:36 +0800
commit74fcc6b6bb0dc7c7e67c4881da2f40786279f939 (patch)
treef7d57099176bafb5d416d8d3580a377346f538e0 /x11-fonts/dejavu
parent971ed74c7cddb3025469e2d713ecb6742da64f37 (diff)
downloadfreebsd-ports-gnome-74fcc6b6bb0dc7c7e67c4881da2f40786279f939.tar.gz
freebsd-ports-gnome-74fcc6b6bb0dc7c7e67c4881da2f40786279f939.tar.zst
freebsd-ports-gnome-74fcc6b6bb0dc7c7e67c4881da2f40786279f939.zip
Update COMMENT to make sense
Diffstat (limited to 'x11-fonts/dejavu')
-rw-r--r--x11-fonts/dejavu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fonts/dejavu/Makefile b/x11-fonts/dejavu/Makefile
index 85c15663ba33..ea808b594967 100644
--- a/x11-fonts/dejavu/Makefile
+++ b/x11-fonts/dejavu/Makefile
@@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-ttf-${PORTVERSION}
MAINTAINER= ahze@FreeBSD.org
-COMMENT= Clone of Bitstream Vera Fonts with a wider range of characters
+COMMENT= Bitstream Vera Fonts clone with a wider range of characters
BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig
RUN_DEPENDS= ${BUILD_DEPENDS}
c81'>Add test case for a contract executing EXTCODEHASH with a dynamic argument.Adrian Sutton2018-11-121-0/+93 * | Add test case for a contract executing EXTCODEHASH on itself.Adrian Sutton2018-11-121-0/+86 * | Merge pull request #538 from ajsutton/memory-write-testswinsvega2018-11-094-0/+264 |\ \ | * | Add comment to new tests explaining what they're covering.Adrian Sutton2018-11-094-4/+16 | * | Add tests to cover cases where data is copied to a memory range longer than t...Adrian Sutton2018-11-034-0/+252 | |/ * | Merge pull request #484 from ethereum/extcodehashwinsvega2018-11-095-0/+538 |\ \ | |/ |/| | * fill initial stExtCodeHash testsextcodehashDimitry2018-11-091-0/+94 | * stExtCodeHash WIPDimitry2018-10-114-0/+444 * | sstore collision overwrite sstoreDimitry2018-10-252-0/+323 * | sstore xxx testsDimitry2018-10-1817-275/+2701 * | more test scenarios around test casesDimitry2018-10-1714-82/+1614 * | fill as blockchain testsDimitry2018-10-163-10/+201 * | sstore refund bugDimitry2018-10-151-0/+68 * | more sstore testsDimitry2018-10-154-0/+363 |/ * refill stCreate2 with new gasPriceDimitry2018-10-051-1/+1 * fix yml testsDimitry2018-10-035-10/+10 * blockchain test source updatesDimitry2018-10-022-0/+127 * correct Constantinople expect section in state testsDimitry2018-09-25190-406/+4645 * create2 smart init codeDimitry2018-09-141-0/+112 * (RevertDepthCreateAddressCollision) for CREATE2Dimitry2018-09-141-0/+150 * recursive create2Dimitry2018-09-141-0/+77 * push32 without bytes at the endDimitry2018-09-141-0/+62 * create2 on depth 1023 1024Dimitry2018-09-142-0/+159 * create2 oog in initDimitry2018-09-121-0/+85 * REVERT in CREATE2Dimitry2018-09-124-0/+292 * RevertDepthCreate2 OOGDimitry2018-09-111-0/+129 * returndatacopy after create2 testsDimitry2018-09-113-0/+190 * Merge pull request #500 from mattdean-digicatapult/add-new-touched-cleanup-casewinsvega2018-09-101-0/+73 |\ | * Add new touched cleanup caseMatthew Dean2018-09-101-0/+73 * | more create2 testsDimitry2018-09-084-4/+315 * | create2 check fields in init codeDimitry2018-09-081-0/+187 * | create2 call precompiles from init codeDimitry2018-09-061-0/+233 |/ * more create2 collision testsDimitry2018-09-057-11/+310 * refill collision testDimitry2018-09-041-3/+38 * create2 bounds + yoichi testsDimitry2018-09-045-0/+359 * create2 OOG testsDimitry2018-09-038-1/+541 * Suicide in create2 testsDimitry2018-08-312-0/+247 * create2 init code testsDimitry2018-08-282-0/+296 * create2 testDimitry2018-08-279-0/+865 * fix sar 2^256 0 testDimitry2018-08-081-3/+4 * sar00 testDimitry2018-07-271-0/+105 * sar 0 256-1 testDimitry2018-07-271-0/+106 * check returndatasize after failing createDimitry2018-07-061-0/+67 * check returndata after failing createDimitry2018-07-061-0/+75 * create failure due to deployment cost testsDimitry2018-07-035-0/+388 * fix remaining testsDimitry2018-05-181-9/+26 * restore ecmul testDimitry2018-05-151-3/+6 * fix more tests with coinbase touchDimitry2018-05-153-9/+50 * fix more tests with touch coinbaseDimitry2018-05-1525-71/+548 * fix more testsDimitry2018-05-153-2/+88 * fix more testsDimitry2018-05-155-12/+90 * fix oog transaction executionDimitry2018-05-151-1/+7 * Merge pull request #428 from ethereum/touched-revert-createYoichi Hirai2018-05-091-0/+63 |\ | * Test whether a failed create transaction reverts account deletionYoichi Hirai2018-03-091-0/+63 * | Add a test case where the same contract performs selfdestruct twiceYoichi Hirai2018-04-241-0/+64 * | Add a test where the same account performs selfdestruct twiceYoichi Hirai2018-04-201-0/+67 * | add test which checks codesize/extcodesize on contract in initJared Wasinger2018-04-181-0/+55 * | Add a GeneralStateTest filler instead of a removed VMtestYoichi Hirai2018-04-101-0/+58 * | Merge pull request #442 from ethereum/id-input-is-biggerYoichi Hirai2018-04-061-0/+66 |\ \ | * | Add a test that calls the ID precompiled contract with a smaller outputYoichi Hirai2018-03-301-0/+66 * | | Add a test that executes a single `REVERT` on an empty stackYoichi Hirai2018-04-031-0/+59 |/ / * | Merge pull request #424 from ethereum/sarYoichi Hirai2018-03-2616-0/+1682 |\ \ | * | Add Fillers for SAR testsYoichi Hirai2018-03-2316-0/+1682 * | | Add fillers for SHR testsYoichi Hirai2018-03-2211-0/+1199 |/ / * | Rename duplicated keys in filler JSON filesYoichi Hirai2018-03-2279-260/+247 * | Remove duplicate properties from fillersYoichi Hirai2018-03-1968-71/+71 * | Merge pull request #421 from ethereum/more-shiftswinsvega2018-03-1710-0/+1086 |\ \ | * | Add more shl testsYoichi Hirai2018-03-1010-0/+1086 | |/ * / Add a filler for identity_to_bigger testYoichi Hirai2018-03-141-0/+66 |/ * Merge pull request #419 from ethereum/init-create-revertYoichi Hirai2018-03-011-0/+75 |\ | * revert in CREATE in init code, followed by returndatasize/copyYoichi Hirai2018-02-271-0/+75 * | Add (shl 0 1) testYoichi Hirai2018-03-011-0/+109 * | Add directories for tests for shift instructionsYoichi Hirai2018-02-271-0/+1 |/ * replace 0x1 with 0x01Dimitry2018-02-1791-273/+273 * fix syntax in testsDimitry2018-02-172-5/+5 * fix stCreateTestDimitry2018-02-174-13/+100 * fix stRevertTestDimitry2018-02-177-18/+154 * fix stStaticCallDimitry2018-02-1723-4/+403 * fix stZeroKnowledge2Dimitry2018-02-17130-320/+6686 * fix stZeroKnowledgeDimitry2018-02-16133-301/+7137 * fix stBugsDimitry2018-02-162-6/+6 * fix stMemoryStressTestDimitry2018-02-167-7/+226 * fix stQuadraticComplexityTestDimitry2018-02-1616-0/+498 * fix stArgsZeroOneBalanceDimitry2018-02-168-20/+34 * fix stBadOpcodesDimitry2018-02-161-2/+3 * fix stPreCompiledContracts2Dimitry2018-02-165-6/+110 * fix stPreCompiledContracts empty expectDimitry2018-02-1693-132/+1649 * update stSolidityTestDimitry2018-02-0713-13/+13 * refill stZeroKnowledge2Dimitry2018-02-07130-130/+130 * update stZeroKnowledge fillersDimitry2018-02-07133-186/+186 * refill and update stSpecialTest, stStackTest, stZeroCallsDimitry2018-02-0731-70/+31 * update stSpecialTest fillersDimitry2018-02-0712-18/+18 * refill stRecursiveDimitry2018-02-072-4/+4 * refill stQuadraticComplexityDimitry2018-02-072-1/+14112 * update stPreCompiledContracts, stEIP158Specific, stQuadraticComplexityDimitry2018-02-07120-300/+140 * update stCodeSize stBadOpcodeDimitry2018-02-073-3/+3 * refill stBugsDimitry2018-02-063-3/+23 * refill stAttack stBadOpcodeDimitry2018-02-063-5/+5 * refill stArgsZeroOneBalanceDimitry2018-02-0646-94/+91 * refill stZeroCallsTestDimitry2018-02-0624-24/+24 * update stWalletTest fillersDimitry2018-02-0642-54/+54 * update stTransitionTest fillersDimitry2018-02-069-9/+9 * update stTransitionTest fillersDimitry2018-02-0544-77/+77 * update stSystemOperations fillersDimitry2018-02-0565-90/+90 * refill stStaticCallDimitry2018-02-053-5/+8 * update stStaticCall fillersDimitry2018-02-05