aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/svn2cl/Makefile
blob: 7593b2e553ebdcaee797a745c11699584f25065c (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
29
30
31
32
33
34
35
36
37
38
39
40
41
# New ports collection makefile for:    svn2cl
# Date created:                         20 December 2006
# Whom:                                 Alexander Logvinov <ports@logvinov.com>
#
# $FreeBSD$
#

PORTNAME=   svn2cl
PORTVERSION=    0.11
CATEGORIES= textproc
MASTER_SITES=   http://ch.tudelft.nl/~arthur/svn2cl/

MAINTAINER= avl@FreeBSD.org
COMMENT=    Subversion ChangeLog generator

RUN_DEPENDS=    ${LOCALBASE}/bin/xsltproc:${PORTSDIR}/textproc/libxslt \
        ${LOCALBASE}/bin/svn:${PORTSDIR}/devel/subversion

NO_BUILD=   yes
MAN1=       ${PORTNAME}.1
PORTDOCS=   ChangeLog NEWS README TODO
DATAFILES=  authors.xml svn2cl.xsl svn2html.css svn2html.xsl

post-patch:
    @${REINPLACE_CMD} -e 's|XSL="$$dir|XSL="${DATADIR}|' ${WRKSRC}/${PORTNAME}.sh

do-install:
    ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}
    ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1
    @${MKDIR} ${DATADIR}
.for i in ${DATAFILES}
    ${INSTALL_DATA} ${WRKSRC}/${i} ${DATADIR}
.endfor
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
    ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>
d>- Take maintainership, Update pending.dinoex2002-12-101-1/+1 * o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-4/+1 * Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2 * Make this build and install cleanly on alpha so as to unblock the kdegallatin2002-06-023-23/+35 * Fix build problem on 5-current.motoyuki2002-04-111-0/+14 * Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-3/+3 * Update to version 2.80.2.steve2000-12-112-1/+7 * Convert to PORTNAME/PORTVERSION. lfview had an invalid versionasami2000-04-141-3/+3 * Correct man page entrycpiazza1999-12-051-2/+1 * The manpage is in section n and isn't compressed.steve1999-11-271-1/+2 * FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1 * Change Id->FreeBSD.obrien1999-08-251-1/+1 * Commit #2/4 to enforce Caps, no period. I ran this oe ashoek1999-06-271-1/+1 * Turn off sound support except on the i386 port.steve1999-06-231-5/+7 * Fix path for shareds objects.tg1999-06-071-1/+1 * Use FreeBSD-ELF shared objects for the new supported codecs.tg1999-05-314-34/+49 * More WWW: additionsmharo1999-05-071-1/+1 * Add homepage. Incidentally, this DESCR is a little long.hoek1999-04-271-0/+2 * Update to 2.80.1flathill1999-03-313-49/+53 * Remove extraneous x11 from CATEGORIES.steve1998-11-211-2/+2 * Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineasami1998-11-111-13/+13 * Provide replacements for the NetBSD (a.out) .o modules from the Linux (ELF)markm1998-09-272-5/+15 * Convert to ELF.markm1998-09-152-20/+21 * Wow. Checkout the number of manpages that are in EZWGL. I think that'shoek1998-08-191-1/+0 * Upgrade to 2.70.7.0.tg1998-04-283-88/+70 * "$(INCDIR)" -> "$(INCDIR)/X11" to make XFree86-3.3 config files happy.asami1997-06-131-0/+17 * Upgrade, 2.70.6.3 -> 2.70.6.4.max1997-06-103-17/+19 * Master site has moved.asami1996-12-071-8/+5 * Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-11-181-1/+0 * Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-2/+2 * Upgrade to 2.70.6.3ache1996-09-27