Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Dec 2006 09:04:15 +0900 (YAKT)
From:      Alexander Logvinov <ports@logvinov.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Alexander Logvinov <ports@logvinov.com>
Subject:   ports/107007: [new port] textproc/svn2cl: Subversion ChangeLog generator
Message-ID:  <200612210004.kBL04FnS057323@blg.akavia.ru>
Resent-Message-ID: <200612211220.kBLCKJ9B068000@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         107007
>Category:       ports
>Synopsis:       [new port] textproc/svn2cl: Subversion ChangeLog generator
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 21 12:20:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Logvinov
>Release:        FreeBSD 6.1-RELEASE-p3 i386
>Organization:
>Environment:

>Description:

    Subversion ChangeLog generator
    
>How-To-Repeat:

>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	svn2cl
#	svn2cl/Makefile
#	svn2cl/distinfo
#	svn2cl/pkg-descr
#	svn2cl/pkg-plist
#
echo c - svn2cl
mkdir -p svn2cl > /dev/null 2>&1
echo x - svn2cl/Makefile
sed 's/^X//' >svn2cl/Makefile << 'END-of-svn2cl/Makefile'
X# New ports collection makefile for:    svn2cl
X# Date created:                         20 December 2006
X# Whom:                                 Alexander Logvinov <ports@logvinov.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	svn2cl
XPORTVERSION=	0.8
XCATEGORIES=	textproc
XMASTER_SITES=	http://ch.tudelft.nl/~arthur/svn2cl/
X
XMAINTAINER=	ports@logvinov.com
XCOMMENT=	Subversion ChangeLog generator
X
XRUN_DEPENDS=	${LOCALBASE}/bin/xsltproc:${PORTSDIR}/textproc/libxslt \
X		${LOCALBASE}/bin/svn:${PORTSDIR}/devel/subversion
X
XNO_BUILD=	yes
XMAN1=		${PORTNAME}.1
XPORTDOCS=	ChangeLog NEWS README TODO
XDATAFILES=	authors.xml svn2cl.xsl svn2cl.xsl svn2html.css svn2html.xsl
X
Xpost-patch:
X	@${REINPLACE_CMD} -e 's|XSL="$$dir|XSL="${DATADIR}|' ${WRKSRC}/${PORTNAME}.sh
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}
X	${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1
X	@${MKDIR} ${DATADIR}
X.for i in ${DATAFILES}
X	${INSTALL_DATA} ${WRKSRC}/${i} ${DATADIR}
X.endfor
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X.for i in ${PORTDOCS}
X	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
X.endfor
X.endif
X
X.include <bsd.port.mk>
END-of-svn2cl/Makefile
echo x - svn2cl/distinfo
sed 's/^X//' >svn2cl/distinfo << 'END-of-svn2cl/distinfo'
XMD5 (svn2cl-0.8.tar.gz) = 240cb722c31823cd37c39361efbc37f1
XSHA256 (svn2cl-0.8.tar.gz) = 46bc4998c5ce54da86771c0f7b027c1e877f5dc5a5fb7a30fcbbfe0eb244fdc8
XSIZE (svn2cl-0.8.tar.gz) = 16820
END-of-svn2cl/distinfo
echo x - svn2cl/pkg-descr
sed 's/^X//' >svn2cl/pkg-descr << 'END-of-svn2cl/pkg-descr'
Xsvn2cl is a simple xsl transformation and shell script wrapper for generating
Xa classic GNU-style ChangeLog from a subversion repository log. It is made
Xfrom several changelog-like scripts using common xslt constructs found in
Xdifferent places.
X
XWWW: http://ch.tudelft.nl/~arthur/svn2cl/
END-of-svn2cl/pkg-descr
echo x - svn2cl/pkg-plist
sed 's/^X//' >svn2cl/pkg-plist << 'END-of-svn2cl/pkg-plist'
Xbin/svn2cl
X%%DATADIR%%/authors.xml
X%%DATADIR%%/svn2cl.xsl
X%%DATADIR%%/svn2html.css
X%%DATADIR%%/svn2html.xsl
X@dirrmtry share/svn2cl
END-of-svn2cl/pkg-plist
exit
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612210004.kBL04FnS057323>