# Ports collection makefile for: ftpd-tls # Date created: 21 August 2003 # Whom: marius@alchemy.franken.de # # $FreeBSD$ # PORTNAME= ftpd-tls PORTVERSION= 20031008 PORTREVISION= 2 CATEGORIES= ftp security MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= marius MAINTAINER= marius@FreeBSD.org COMMENT= Ftp server supporting FTP AUTH TLS GNU_CONFIGURE= YES USE_OPENSSL= YES USE_RC_SUBR= ftpd-tls.sh MAN8= ftpd-tls.8 CONFIGURE_ARGS= --with-openssl-dir=${OPENSSLBASE} CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} PKGMESSAGE= ${WRKDIR}/pkg-message .include .if ${OSVERSION} < 400000 BROKEN= "Not supported on systems prior to FreeBSD 4.0 (missing getaddrinfo())" .endif post-patch: .for i in README.TLS ftpd.8.TLS pathnames.h tlsutil.c @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/${i} .endfor @${SED} 's|%%PREFIX%%|${PREFIX}|g; s|%%DOCSDIR%%|${DOCSDIR}|g' \ ${PKGDIR}/pkg-message > ${WRKDIR}/pkg-message do-install: @${INSTALL_PROGRAM} ${WRKSRC}/ftpd ${PREFIX}/libexec/ftpd-tls @${INSTALL_MAN} ${WRKSRC}/ftpd.8.TLS ${PREFIX}/man/man8/ftpd-tls.8 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for i in README.TLS draft-murray-auth-ftp-ssl-09.txt @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif .if !exists(${PREFIX}/etc/ftpd-tls) @${MKDIR} ${PREFIX}/etc/ftpd-tls @${CHMOD} 700 ${PREFIX}/etc/ftpd-tls .endif .if (!exists(${PREFIX}/etc/ftpd-tls/ftpusers)) && (exists(/etc/ftpusers)) @${INSTALL_DATA} /etc/ftpusers ${PREFIX}/etc/ftpd-tls .endif pre-install: # Make sure there's no startup script left over from a previous installation. @${RM} -f ${PREFIX}/etc/rc.d/ftpd-tls.sh post-install: @${CAT} ${WRKDIR}/pkg-message .include ubmit' value='switch'/> Tangerine fork of Ethereum tests (https://github.com/tangerine-network/tests)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* refill VMTestsDimitry2018-09-26609-23307/+24569
* VMTests/: refill with new spaces, only source hash changesEverett Hildenbrandt2018-06-07609-609/+609
* test.py, VMTests, src/VMTestsFiller, JSONSchema/: output newline at end of fi...Everett Hildenbrandt2018-06-07609-609/+609
* Makefile, VMTests/vmPerformance: enable all tests being runEverett Hildenbrandt2018-06-0718-54/+54
* VMTests/*: refilling (only source hash changes)Everett Hildenbrandt2018-06-02590-590/+590
* VMTests/*: formattingEverett Hildenbrandt2018-06-02607-23878/+22620
* VMTests/.../sdiv_dejavu: correct test expect section and refillEverett Hildenbrandt2018-06-021-41/+39
* VMTests/.../exp8: add test of EXP 0 0Everett Hildenbrandt2018-06-021-0/+50
* VMTests: refill all VMtests, just version bumps to tools usedEverett Hildenbrandt2018-05-31590-1247/+1234
* Merge pull request #444 from pirapira/remove-blockhash-vm-testsYoichi Hirai2018-05-1168-3669/+0
|\
| * Remove more VM tests that touch the world stateYoichi Hirai2018-04-1456-3082/+0
| * Remove VM tests that use `BALANCE` instructionYoichi Hirai2018-04-125-241/+0
| * Remove VM tests using the mock BLOCKHASH instruction just for VM testsYoichi Hirai2018-04-127-346/+0
* | add vm test for arithmetic (add) after byteJared Wasinger2018-04-181-0/+52
|/
* Remove VM random tests that contain `BALANCE`Yoichi Hirai2018-04-102-102/+0
* refill all the testsDimitry2017-10-07677-1402/+2896
* refill splited VMtestsDimitry2017-09-01706-1807322/+32330
* Replace the remaining log arrays with log hashesYoichi Hirai2017-08-291-1509/+128
* Merge pull request #273 from ethereum/vmIO-fixYoichi Hirai2017-08-251-145/+145
|\
| * Fix the filler and fill vmIOandFlowOperationsTestYoichi Hirai2017-08-241-145/+145
* | Replace more logs with log hashesYoichi Hirai2017-08-24