Port details |
- batik Java based SVG toolkit
- 1.16 graphics =2 1.16Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2004-03-02 03:12:09
- Last Update: 2024-12-31 08:57:55
- Commit Hash: 0835676
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: java
- License: APACHE20
- WWW:
- https://xmlgraphics.apache.org/batik/
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/graphics/batik/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/batik
- pkg install batik
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: batik
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1676292676
SHA256 (batik-bin-1.16.tar.gz) = 6386c9e97e3ab0ac75f9f98d90e4b6454ee09fb9f47ca0e790e60cab44bc7d83
SIZE (batik-bin-1.16.tar.gz) = 13682724
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- java : java/openjdk8
- This port is required by:
- for Build
-
- math/scilab
-
Deleted ports which required this port:
- for Run
-
- math/scilab
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for batik-1.16:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- graphics_batik
- USES:
- cpe java
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.16 31 Dec 2024 08:57:55 |
Muhammad Moinur Rahman (bofh) |
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201 |
1.16 08 Nov 2023 18:43:07 |
Max Brazhnikov (makc) |
math/scilab: drop maintainership
Release math/scilab and its prerequisites |
1.16 19 Feb 2023 10:58:46 |
Max Brazhnikov (makc) |
graphics/batik: update to 1.16 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.14 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.14 20 Jul 2022 14:22:04 |
Tobias C. Berner (tcberner) |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
1.14 23 Jul 2021 10:27:55 |
Max Brazhnikov (makc) |
graphics/batik: Update to 1.14 |
1.13 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.13 01 Jun 2020 20:01:47 |
makc |
graphics/batik:
- Update to 1.13 (mainly bug fix release) |
1.12 26 Nov 2019 21:46:13 |
jkim |
Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342 |
1.12 12 Nov 2019 08:06:22 |
makc |
graphics/batik:
- Update to 1.12 |
1.11 22 Aug 2019 16:49:31 |
makc |
graphics/batik:
- Update to 1.11
- Switch to the binary distribution since building from the sources
requires maven
- Update WWW |
1.7_3 02 Nov 2016 09:05:58 |
makc |
Take maintainership of math/scilab dependencies |
1.7_3 20 Oct 2016 15:58:13 |
rakuco |
Reassign makc's ports back to the pool.
See "Maintainer Reset" in
https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit
was in March 31st (r412218), and his ports have been timing out since at least
July (r418155).
I also emailed him 2 weeks ago and have received no response so far. |
1.7_3 26 May 2016 19:11:59 |
antoine |
Add back INSTALL_WRKSRC, it's needed |
1.7_3 25 May 2016 15:43:34 |
mat |
Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.
Sponsored by: Absolight |
1.7_3 25 Aug 2015 10:03:09 |
makc |
Convert my ports to new options helpers |
1.7_3 31 Mar 2015 20:54:53 |
makc |
graphics/batik:
- Add CPE info [1]
- Clean up Makefile from superfluous variables
PR: 198960 [1]
Submitted by: shun.fbsd.pr@dropcut.net |
1.7_3 20 Oct 2014 17:04:21 |
bapt |
Cleanup plist |
1.7_3 01 May 2014 16:49:42 |
makc |
Grab unmaintained dependencies for math/scilab |
1.7_3 05 Apr 2014 14:22:29 |
nemysis |
- Reset maintainer to ports@ |
10 Mar 2014 14:49:26
|
bapt |
Convert g* to USES=zip |
1.7_3 01 Jan 2014 18:25:10 |
nemysis |
- Change DOCS, add batik-docs
- Change to use USE_JAVA=1.6+
- Add DOCS Option
Approved by: pawel / wg (mentors, implicit) |
1.7_3 30 Dec 2013 20:55:19 |
ohauer |
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@) |
1.7_3 18 Dec 2013 10:20:49 |
nemysis |
- Change maintainer email of my ports to @FreeBSD.org
Approved by: pawel / wg (mentors, implicit) |
1.7_3 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
1.7_3 04 Nov 2012 10:54:19 |
jhale |
- 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 |
1.7_2 21 Jul 2011 05:03:02 |
linimon |
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.
Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .
PR: ports/158969
Submitted by: rene
Tested on: pointyhat-west -exp |
1.7_2 29 Nov 2010 23:10:51 |
makc |
- Disable documentation, it fails to build anyway
- Simplify Makefile
- Use static plist
- Remove md5 sum
- Reformat description |
1.7_1 25 Sep 2010 18:26:00 |
makc |
Prevent out of memory error during build
PR: ports/150847
Submitted by: Rob Farmer <rfarmer at predatorlabs.net> |
1.7_1 04 Sep 2010 07:00:52 |
makc |
Build batik-all.jar required for scilab.
PR: ports/150134
Submitted by: Rob Farmer <rfarmer at predatorlabs.net> |
1.7 13 Mar 2009 16:21:30 |
miwi |
- Update to 1.7
PR: 132489
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) |
1.6_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.6 01 Jan 2007 14:13:43 |
miwi |
- Update to 1.6 |
1.5.1_1 12 Apr 2006 09:42:34 |
vs |
Restrict to JAVA_VERSION=1.3 1.4: Does not build with JDK 1.5
(setting -source 1.4 is not sufficient) |
1.5.1_1 26 Nov 2005 01:48:16 |
pav |
- Add SHA256 |
1.5.1_1 30 Apr 2005 01:39:47 |
kris |
Now builds on 4.x |
1.5.1_1 24 Dec 2004 04:26:09 |
hq |
- Update to bsd.java.mk 2.0
- Use USE_ANT
- Forbid the use of Jikes to build the port
- Use INSTALL_DATA to install documentation and JAR files
- Honor Porter's handbook guidelines for Java ports: install in
DATADIR=${JAVASHAREDIR}/{PORTNAME} [1]
- Build dynamic packing list from the distribution files (not from the
installed files) to avoid inconsistencies
- Bump PORTREVISION
Approved by: ijliao [1] |
1.5.1 09 Dec 2004 10:29:50 |
krion |
BROKEN: Does not compile on 4.x |
1.5.1 02 Mar 2004 03:11:39 |
ijliao |
add batik 1.5.1
SVG Toolkit |