FreeBSD Bugzilla – Attachment 129245 Details for
Bug 173207
[PATCH] graphics/batik: Makefile changed, OptionsNG, take maintainership
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
batik-1.7_3.patch
batik-1.7_3.patch (text/plain), 3.67 KB, created by
nemysis
on 2012-10-30 10:40:00 UTC
(
hide
)
Description:
batik-1.7_3.patch
Filename:
MIME Type:
Creator:
nemysis
Created:
2012-10-30 10:40:00 UTC
Size:
3.67 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/graphics/batik/Makefile ./Makefile >--- /usr/ports/graphics/batik/Makefile 2011-07-21 07:02:37.000000000 +0200 >+++ ./Makefile 2012-10-30 00:16:34.000000000 +0100 >@@ -7,14 +7,15 @@ > > 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 toolkit SVG Toolkit >+ >+LICENSE= AL2 > > USE_ZIP= yes > USE_JAVA= 1.5+ >@@ -27,7 +28,18 @@ > INSTALL_WRKSRC= ${WRKSRC}/${PORTNAME}-${PORTVERSION} > DATADIR= ${JAVASHAREDIR}/${PORTNAME} > >+PORTDATA= * >+PORTDOCS= CHANGES NOTICE README >+ >+.include <bsd.port.options.mk> >+ > do-install: >- cd ${INSTALL_WRKSRC} && ${COPYTREE_SHARE} . ${DATADIR} >+ 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> >diff -ruN --exclude=CVS /usr/ports/graphics/batik/pkg-descr ./pkg-descr >--- /usr/ports/graphics/batik/pkg-descr 2010-11-30 00:10:50.000000000 +0100 >+++ ./pkg-descr 2012-10-30 00:41:07.000000000 +0100 >@@ -1,5 +1,14 @@ >-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 which handle images in the >+Scalable Vector Graphics (SVG) format for various purposes, such as viewing, >+generation or manipulation. >+ >+The project's ambition is to give developers a set of core modules which can >+be used together or individually to support specific SVG solutions. >+Examples of modules are an SVG parser, an SVG generator and an SVG DOM >+implementation. Another ambition of the Batik project is to make it highly >+extensible (for example, Batik allows the developer to handle custom SVG tags). >+Even though the goal of the project is to provide a set of core modules, one >+of the deliveries is a full fledged SVG Viewer implementation which validates >+the various modules and their inter-operability. > > WWW: http://xml.apache.org/batik/ >diff -ruN --exclude=CVS /usr/ports/graphics/batik/pkg-plist ./pkg-plist >--- /usr/ports/graphics/batik/pkg-plist 2010-11-30 00:10:50.000000000 +0100 >+++ ./pkg-plist 1970-01-01 01:00:00.000000000 +0100 >@@ -1,36 +0,0 @@ >-%%DATADIR%%/batik-rasterizer.jar >-%%DATADIR%%/batik-slideshow.jar >-%%DATADIR%%/batik-squiggle.jar >-%%DATADIR%%/batik-svgpp.jar >-%%DATADIR%%/batik-ttf2svg.jar >-%%DATADIR%%/batik.jar >-%%DATADIR%%/extensions/batik-rasterizer-ext.jar >-%%DATADIR%%/extensions/batik-squiggle-ext.jar >-%%DATADIR%%/lib/batik-all.jar >-%%DATADIR%%/lib/batik-anim.jar >-%%DATADIR%%/lib/batik-awt-util.jar >-%%DATADIR%%/lib/batik-bridge.jar >-%%DATADIR%%/lib/batik-codec.jar >-%%DATADIR%%/lib/batik-css.jar >-%%DATADIR%%/lib/batik-dom.jar >-%%DATADIR%%/lib/batik-ext.jar >-%%DATADIR%%/lib/batik-extension.jar >-%%DATADIR%%/lib/batik-gui-util.jar >-%%DATADIR%%/lib/batik-gvt.jar >-%%DATADIR%%/lib/batik-parser.jar >-%%DATADIR%%/lib/batik-script.jar >-%%DATADIR%%/lib/batik-svg-dom.jar >-%%DATADIR%%/lib/batik-svggen.jar >-%%DATADIR%%/lib/batik-swing.jar >-%%DATADIR%%/lib/batik-transcoder.jar >-%%DATADIR%%/lib/batik-util.jar >-%%DATADIR%%/lib/batik-xml.jar >-%%DATADIR%%/lib/js.jar >-%%DATADIR%%/lib/pdf-transcoder.jar >-%%DATADIR%%/lib/xalan-2.6.0.jar >-%%DATADIR%%/lib/xerces_2_5_0.jar >-%%DATADIR%%/lib/xml-apis-ext.jar >-%%DATADIR%%/lib/xml-apis.jar >-@dirrm %%DATADIR%%/lib >-@dirrm %%DATADIR%%/extensions >-@dirrm %%DATADIR%%
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 173207
: 129245 |
129246