# New ports collection makefile for: latex-beamer # Date created: 24 Jan 2004 # Whom: hrs@FreeBSD.org # # $FreeBSD$ PORTNAME= latex-beamer PORTVERSION= 3.07 PORTREVISION= 1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= hrs@FreeBSD.org COMMENT= A LaTeX class to create a beamer presentation BUILD_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX-base RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base \ ${LOCALBASE}/${TEXMFDIR}/tex/latex/pgf/basiclayer/pgf.sty:${PORTSDIR}/print/latex-pgf NO_BUILD= YES PLIST= ${WRKDIR}/pkg-plist TEXMFDIR= share/texmf TEXMFDIR_LSR= ${LOCALBASE}/${TEXMFDIR}/ls-R MKTEXLSR= ${LOCALBASE}/bin/mktexlsr CLASSDIR= ${TEXMFDIR}/tex/latex/${PORTNAME:S/^latex-//} CLASS_SUBDIRS= base emulation emacs examples extensions lyx themes DOC_SUBDIRS= AUTHORS ChangeLog FILES INSTALL README TODO \ doc solutions pre-install: ${RM} -f ${PLIST} ${TOUCH} ${PLIST} cd ${WRKSRC} && ( \ ${FIND} ${CLASS_SUBDIRS} -type f | \ ${SED} -e "s%^%${CLASSDIR:S,^${PREFIX}/,,}/%"; \ ${FIND} ${CLASS_SUBDIRS} -type d | \ ${SORT} -r | ${SED} -e "s,^,@dirrm ${CLASSDIR:S,^${PREFIX}/,,}/,"; \ ) >> ${PLIST} .if !defined(NOPORTDOCS) cd ${WRKSRC} && ( \ ${FIND} ${DOC_SUBDIRS} -type f | \ ${SED} -e "s%^%${DOCSDIR:S,^${PREFIX}/,,}/%"; \ ${FIND} ${DOC_SUBDIRS} -type d | \ ${SORT} -r | ${SED} -e "s%^%@dirrm ${DOCSDIR:S,^${PREFIX}/,,}/%"; \ ${ECHO_CMD} "@dirrm ${DOCSDIR:S,^${PREFIX}/,,}"; \ ) >> ${PLIST} .endif ${ECHO_CMD} "@unexec ${MKTEXLSR} ${PREFIX}/${TEXMFDIR}" >> ${PLIST} ${ECHO_CMD} "@exec ${MKTEXLSR} ${PREFIX}/${TEXMFDIR}" >> ${PLIST} do-install: ${MKDIR} ${PREFIX}/${CLASSDIR} ( cd ${WRKSRC} && ${TAR} cf - ${CLASS_SUBDIRS} ) | \ ( cd ${PREFIX}/${CLASSDIR} && ${TAR} xf - ) .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ( cd ${WRKSRC} && ${TAR} cf - ${DOC_SUBDIRS} ) | \ ( cd ${DOCSDIR} && ${TAR} xf - ) .endif post-install: ${MKTEXLSR} ${PREFIX}/${TEXMFDIR} .include info-2.8.9'>dependabot/npm_and_yarn/dashboard/assets/hosted-git-info-2.8.9 Tangerine full node (https://github.com/tangerine-network/go-tangerine)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cmd/geth: removed multiline supportJeffrey Wilcke2016-02-271-1/+0
* Merge pull request #2265 from fjl/downloader-memJeffrey Wilcke2016-02-261-1/+1
|\
| * eth/downloader: fix header download limitingFelix Lange2016-02-261-1/+1
|/
* Merge pull request #2260 from karalabe/ethash-cache-fixesPéter Szilágyi2016-02-2427-3400/+190
|\
| * Godeps, eth, tests: update ethash, used shared for testingPéter Szilágyi2016-02-2427-3400/+190
* | Merge pull request #2251 from karalabe/increase-downlaoder-queuePéter Szilágyi2016-02-242-1/+6
|\ \
| * | eth/downloader: bump the download queue size to prevent starvationPéter Szilágyi2016-02-232-1/+6
* | | Merge pull request #2242 from jimenezrick/upstream-cryptoJeffrey Wilcke2016-02-2468-633/+925
|\ \ \
| * | | generators: Don't generate params/protocol_params.go with +x bitRicardo Catalinas Jiménez2016-02-222-1/+1
| * | | common/natspec: Remove old unnused fileRicardo Catalinas Jiménez2016-02-221-253/+0
| * | | ethdb: Remove outdated README pointing to an old linkRicardo Catalinas Jiménez2016-02-221-11/+0
| * | | common: Remove dead codeRicardo Catalinas Jiménez2016-02-222-36/+0
| * | | common: Remove empty linesRicardo Catalinas Jiménez2016-02-221-2/+0
| * | | crypto: Remove dead codeRicardo Catalinas Jiménez2016-02-222-11/+0
| * | | crypto: Add backward compatible aliases for Sha3{,Hash}()Ricardo Catalinas Jiménez2016-02-221-0/+4
| * | | all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}()Ricardo Catalinas Jiménez2016-02-2248-92/+92
| * | | crypto/sha3: Export Keccak-256 hash functionRicardo Catalinas Jiménez2016-02-221-0/+3
| * | | crypto/sha3: Remove import path checking from vendored codeRicardo Catalinas Jiménez2016-02-221-1/+1
| * | | crypto/sha3: Copy latest code from "golang.org/x/crypto/sha3"Ricardo Catalinas Jiménez2016-02-2213-0/+1269
| * | | crypto/sha3: Delete old copied codeRicardo Catalinas Jiménez2016-02-222-671/+0
* | | | Merge pull request #2218 from karalabe/time-drift-warningPéter Szilágyi2016-02-242-4/+149
|\ \ \ \ | |_|_|/ |/| | |
| * | | p2p/discover: emphasize warning, add 10 min cooldownPéter Szilágyi2016-02-242-18/+39
| * | | psp/discovery: NTP sanity check clock drift in case of expirationsPéter Szilágyi2016-02-242-4/+128
* | | | Merge pull request #2252 from karalabe/disable-metrics-metaopsPéter Szilágyi2016-02-241-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | ethdb: fully disable metrics if not requested (oops?)Péter Szilágyi2016-02-231-0/+4
|/ / /
* | | Merge pull request #2147 from prasanna/add-vagrantfilePéter Szilágyi2016-02-232-0/+31
|\ \ \ | |_|/ |/| |
| * | Added Vagrantfile so that developers can spin up a VM to build gethPrasanna Pendse2016-02-152-0/+31
* | | Merge pull request #2234 from obscuren/tx-rpc-fixPéter Szilágyi2016-02-231-9/+9
|\ \ \
| * | | eth: fixed homestead tx checkJeffrey Wilcke2016-02-201-9/+9
| | |/ | |/|
* | | Merge pull request #2220 from karalabe/fix-rollback-lockPéter Szilágyi2016-02-231-2/+28
|\ \ \
| * | | eth/downloader: fix partial rollback and ancestor lookupPéter Szilágyi2016-02-191-2/+28
| | |/ | |/|
* | | Merge pull request #2095 from karalabe/trie-node-iteratorPéter Szilágyi2016-02-236-11/+574
|\ \ \ | |_|/ |/| |
| * | core/state, trie: switch iterator panics to error fieldsPéter Szilágyi2016-02-164-45/+62
| * | core/state, trie: node iterator reports parent hashes tooPéter Szilágyi2016-02-162-15/+27
| * | core/state, trie: surface iterator entry hashesPéter Szilágyi2016-02-166-20/+114
| * | core/state, trie: add node iterator, test state/trie sync consistencyPéter Szilágyi2016-02-164-11/+451
| |/
* | Merge pull request #2116 from obscuren/homesteadJeffrey Wilcke2016-02-19838-10016/+195245
|\ \
| * | core: Added new TD strategy which mitigate the risk for selfish miningJeffrey Wilcke2016-02-182-6/+17
| * | core, core/vm, crypto: fixes for homesteadJeffrey Wilcke2016-02-1824-195/+226
| * | tests: updated homestead testsJeffrey Wilcke2016-02-18800-11178/+181716
| * | parmas, crypto, core, core/vm: homestead consensus protocol changesGustav Simonsson2016-02-1855-9278/+23927
* | | Merge pull request #2227 from bas-vk/mathrandomFelix Lange2016-02-1912-46/+815
|\ \ \
| * | | console: seed random number generatorBas van Kervel2016-02-1912-46/+815
| |/ /
* | | Merge pull request #2226 from fjl/eip-8Jeffrey Wilcke2016-02-1914-182/+764
|\ \ \ | |/ / |/| |
| * | p2p: EIP-8 changesFelix Lange2016-02-194-149/+443
| * | p2p/discover: EIP-8 changesFelix Lange2016-02-192-1/+122
| * | rlp: add "tail" struct tagFelix Lange2016-02-196-26/+163
| * | crypto/ecies: make authenticated shared data workFelix Lange2016-02-122-6/+36
* | | Merge pull request #2206 from fjl/update-depsJeffrey Wilcke2016-02-17