Date: Sun, 4 Nov 2012 10:54:19 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306961 - head/graphics/batik Message-ID: <201211041054.qA4AsJZg065660@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhale Date: Sun Nov 4 10:54:18 2012 New Revision: 306961 URL: http://svn.freebsd.org/changeset/ports/306961 Log: - Add LICENSE (AL2) - Add PORTDOCS - Update COMMENT - Update pkg-descr - Trim Makefile header - Bump PORTREVISION since installed files will change - Pass maintainership to submitter PR: ports/173207 Submitted by: nemysis <nemysis@gmx.ch> Approved by: makc, avilla (mentors, implicit) Feature safe: yes Modified: head/graphics/batik/Makefile (contents, props changed) head/graphics/batik/pkg-descr (contents, props changed) Modified: head/graphics/batik/Makefile ============================================================================== --- head/graphics/batik/Makefile Sun Nov 4 09:54:21 2012 (r306960) +++ head/graphics/batik/Makefile Sun Nov 4 10:54:18 2012 (r306961) @@ -1,20 +1,17 @@ -# Ports collection makefile for: batik -# Date created: Feb 25, 2004 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= batik PORTVERSION= 1.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics java -MASTER_SITES= ${MASTER_SITE_APACHE} -MASTER_SITE_SUBDIR= xmlgraphics/${PORTNAME} +MASTER_SITES= APACHE/xmlgraphics/${PORTNAME} DISTNAME= ${PORTNAME}-src-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org -COMMENT= SVG Toolkit +MAINTAINER= nemysis@gmx.ch +COMMENT= Java based SVG toolkit + +LICENSE= AL2 USE_ZIP= yes USE_JAVA= 1.5+ @@ -27,7 +24,17 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER INSTALL_WRKSRC= ${WRKSRC}/${PORTNAME}-${PORTVERSION} DATADIR= ${JAVASHAREDIR}/${PORTNAME} +PORTDOCS= CHANGES NOTICE README + +.include <bsd.port.options.mk> + do-install: cd ${INSTALL_WRKSRC} && ${COPYTREE_SHARE} . ${DATADIR} +post-install: +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} +.endif + .include <bsd.port.mk> Modified: head/graphics/batik/pkg-descr ============================================================================== --- head/graphics/batik/pkg-descr Sun Nov 4 09:54:21 2012 (r306960) +++ head/graphics/batik/pkg-descr Sun Nov 4 10:54:18 2012 (r306961) @@ -1,5 +1,5 @@ -Batik is a Java technology based toolkit for applications or applets -that want to use images in the Scalable Vector Graphics (SVG) format -for various purposes, such as viewing, generation or manipulation. +Batik is a Java based toolkit for applications that handle images +in the Scalable Vector Graphics (SVG) format for various purposes, +such as viewing, generation, or manipulation. WWW: http://xml.apache.org/batik/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211041054.qA4AsJZg065660>