aboutsummaryrefslogtreecommitdiffstats
path: root/net/htpdate/Makefile
blob: 1112b583c59ef3b267ad0125d8960cd276d44045 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:    htpdate
# Date created:         9 Jun 2005
# Whom:             Vsevolod Stakhov <vsevolod@highsecure.ru>
#
# $FreeBSD$
#

PORTNAME=   htpdate
PORTVERSION=    0.8.8
CATEGORIES= net ipv6
MASTER_SITES=   http://www.clevervest.com/htp/archive/c/

MAINTAINER= vsevolod@FreeBSD.org
COMMENT=    Time synchronization over http utility

USE_BZIP2=  yes

MANCOMPRESSED=  no
NOMANCOMPRESS=  yes
MAN8=   htpdate.8.gz

PLIST_FILES=    bin/htpdate

do-install:
    @${INSTALL_PROGRAM} ${WRKSRC}/htpdate ${PREFIX}/bin
    @${INSTALL_MAN} ${WRKSRC}/${MAN8} ${MAN8PREFIX}/man/man8

.include <bsd.port.mk>
lass='commitgraph'>| * | | | Some updates on state tests, note on outdated structureholgerd772017-08-301-4/+19 | * | | | Updated the test structure of BlockchainTests, removed outdated informationholgerd772017-08-301-82/+91 | * | | | Added note on outdated docs, seek for helpholgerd772017-08-302-1/+7 | * | | | Updated test doc URL in README, added some contribution notesholgerd772017-08-303-1/+21 | * | | | Added doc rst files from the Homestead docsholgerd772017-08-309-8/+598 | * | | | Add initial Sphinx docs directory, added docs/_build/ folder to .gitignoreholgerd772017-08-305-0/+249 |/ / / / * | | | Merge pull request #288 from ethereum/fillchain-stRandomYoichi Hirai2017-08-301-54/+40 |\ \ \ \ | |/ / / |/| | | | * | | --fillchain BlockchainTests/GeneralStateTests/stRandom/randomStatetest642_d0g...Yoichi Hirai2017-08-301-54/+40 |/ / / * | | Merge pull request #285 from ethereum/log-as-hashYoichi Hirai2017-08-291-1509/+128 |\ \ \ | * | | Replace the remaining log arrays with log hashesYoichi Hirai2017-08-291-1509/+128 * | | | Merge pull request #283 from ethereum/returndatasize_after_staticcallYoichi Hirai2017-08-298-0/+772 |\ \ \ \ | |/ / / |/| | | | * | | add 'returndatacopy_after_successful_delegatecall' state testJared Wasinger2017-08-292-0/+193 | * | | add 'returndatacopy_after_successful_callcode' state testJared Wasinger2017-08-292-0/+193 | * | | add 'returndatasize_after_successful_delegatecall' state testJared Wasinger2017-08-292-0/+193 | * | | add 'returndatasize_after_successful_staticcall' state testJared Wasinger2017-08-292-0/+193 |/ / / * | | Merge pull request #282 from ethereum/precompiled-failure-means-balance-revertYoichi Hirai2017-08-291-3/+3 |\ \ \ | * | | This change is a part of the fix to https://github.com/ethereum/cpp-ethereum/...Yoichi Hirai2017-08-281-3/+3 |/ / / * / / add randomTest642 that fails on geth. a call to precompiled 007Dimitry2017-08-283-0/+896 |/ / * | Merge pull request #279 from ethereum/filled-hive-testsYoichi Hirai2017-08-28