File tree Expand file tree Collapse file tree 4 files changed +38
-0
lines changed Expand file tree Collapse file tree 4 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 23622362 SUBDIR += tor-browser
23632363 SUBDIR += trac
23642364 SUBDIR += trac-accountmanager
2365+ SUBDIR += trac-markdownmacro
23652366 SUBDIR += trac-spamfilter
23662367 SUBDIR += trac-tocmacro
23672368 SUBDIR += trafficserver
Original file line number Diff line number Diff line change 1+ PORTNAME = markdownmacro
2+ PORTVERSION = 0.11.10r${REV}
3+ CATEGORIES = www devel python
4+ MASTER_SITES = https://trac-hacks.org/browser/markdownmacro/
5+ PKGNAMEPREFIX = trac-
6+
7+ MAINTAINER = samm@FreeBSD.org
8+ COMMENT = Table of contents macro for Trac
9+ WWW = https://trac-hacks.org/wiki/TocMacro
10+
11+ LICENSE = BSD3CLAUSE
12+ LICENSE_FILE = ${WRKSRC}/COPYING
13+
14+ RUN_DEPENDS = tracd:www/trac \
15+ ${PYTHON_PKGNAMEPREFIX}markdown>=0:textproc/py-markdown@${PY_FLAVOR}
16+
17+ FETCH_BEFORE_ARGS = -o ${DISTFILES}
18+ REV = 18423
19+ WRKSRC = ${WRKDIR}/trunk
20+ USES = python zip
21+ USE_PYTHON = distutils autoplist
22+ NO_ARCH = yes
23+
24+ do-fetch :
25+ @if [ ! -f ${DISTDIR} /${DISTFILES} ]; then \
26+ cd ${DISTDIR} && \
27+ ${FETCH_CMD} ${FETCH_BEFORE_ARGS} \
28+ ' ${MASTER_SITES}trunk?rev=${REV}&format=zip' ; \
29+ fi
30+
31+ .include <bsd.port.mk>
Original file line number Diff line number Diff line change 1+ TIMESTAMP = 1705314367
2+ SHA256 (markdownmacro-0.11.10r18423.zip) = f99e12c1fe67174e73aa95c0d5502c3223b5d931a2e5fc9ad14bc0afc99dea44
3+ SIZE (markdownmacro-0.11.10r18423.zip) = 14329
Original file line number Diff line number Diff line change 1+ This macro implements John Gruber's Markdown lightweight plain text-to-HTML
2+ formatting syntax as a wiki processor macro. It comes with Markdown extensions
3+ to better integrate with the Trac wiki.
You can’t perform that action at this time.
0 commit comments