Port details |
- mapyrus Software for creating plots of points, lines, etc
- 1.802 graphics =3 1.802Version of this port present on the latest quarterly branch.
- Maintainer: nivit@FreeBSD.org
- Port Added: 2006-04-28 03:24:43
- Last Update: 2024-12-31 08:57:55
- Commit Hash: 0835676
- People watching this port, also watch:: hp48xgcc, hte, disco, zsnes, stunnel
- Also Listed In: java print
- License: LGPL21
- WWW:
- https://mapyrus.sourceforge.net
- Description:
- Mapyrus is software for creating plots of points, lines, polygons
and labels to PostScript (high resolution, up to A0 paper size),
Portable Document Format (PDF), Scalable Vector Graphics (SVG) format
and web image output formats.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- mapyrus>0:graphics/mapyrus
- To install the port:
- cd /usr/ports/graphics/mapyrus/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/mapyrus
- pkg install mapyrus
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mapyrus
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1601072625
SHA256 (mapyrus-1.802.zip) = 9ed7196efe8ee5d1399cc23e46e622d97df6acd9bac09b1198c9a636283692c8
SIZE (mapyrus-1.802.zip) = 5142891
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
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for mapyrus-1.802:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- graphics_mapyrus
- USES:
- java zip
- pkg-message:
- For install:
- Start Mapyrus from a terminal window with a command like:
java -classpath /usr/local/share/java/mapyrus/mapyrus.jar org.mapyrus.Mapyrus myfile.mapyrus
(If a real X-Windows display is not available, use the
-Djava.awt.headless=true startup variable).
or simply:
mapyrus myfile.mapyrus
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.802 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.802 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
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.802 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.802 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.802 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.802 25 Sep 2020 22:28:31 |
nivit |
- Update to 1.802 |
1.801_1 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.801 13 Aug 2019 16:03:12 |
mat |
Convert to UCL & cleanup pkg-message (categories e-g) |
1.801 17 Apr 2018 16:02:58 |
nivit |
- Update to 1.801
- Add LICENSE_FILE |
1.401 05 Nov 2015 12:36:25 |
mat |
Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR: 204056
Submitted by: mat
Reviewed by: bapt
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D2735 |
1.401 02 Feb 2015 22:56:47 |
nivit |
- Update to 1.401
- Sort variables
- Use COPYTREE_SHARE to install examples |
1.302_1 20 Oct 2014 17:04:21 |
bapt |
Cleanup plist |
1.302_1 30 Mar 2014 15:43:49 |
nivit |
- Fix a typo in mapyrus script, that prevented the program to start
(bump PORTREVISION)
- Remove leading article from COMMENT
- Add support for stage dir |
10 Mar 2014 14:49:26
|
bapt |
Convert g* to USES=zip |
1.302 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
1.302 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
1.302 13 Jun 2013 20:18:12 |
nivit |
- Update to 1.302
- Add JAVA_VERSION to SUB_LIST
- Remove Author field from pkg-descr, fix WWW one
Build log: http://goo.gl/pGex8
Release notes: http://goo.gl/hIJz7 |
1.202_1 10 Dec 2012 13:54:33 |
bapt |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (final)
Bump revision of graphics/mapyrus because package is modified |
1.202 10 Dec 2012 13:18:29 |
bapt |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part2) |
1.202 10 Sep 2012 02:37:55 |
linimon |
Update Makefile to match distinfo to try to unbreak port.
Hat: portmgr |
1.201 06 Sep 2012 21:58:21 |
nivit |
- Update to 1.202
- Restore %%VAR%%s inadvertently replaced in a previous commit (r300533),
and remove trailing whitespaces (files/mapyrus.in)
BuildLog: http://goo.gl/32Z0f |
1.201 05 Jul 2012 20:30:09 |
nivit |
- Update to 1.201
- Convert to the new options framework |
1.105 10 Aug 2011 20:26:26 |
nivit |
- Update to 1.105 |
1.104 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.104 24 Jun 2011 14:36:30 |
nivit |
- Update to 1.104 |
1.102 17 May 2011 12:35:42 |
nivit |
- Update to 1.102
- Set LICENSE variable to LGPL21 |
1.007 20 Sep 2010 20:24:51 |
nivit |
- Update to 1.007 |
1.006 12 Sep 2010 06:07:28 |
nivit |
- Update to 1.006 |
0.901 03 Jan 2010 16:04:13 |
nivit |
- Update 0.901 |
0.807 22 Aug 2009 00:23:13 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
0.807 14 Jan 2009 09:51:23 |
nivit |
- Update to 0.807 |
0.806 07 Oct 2008 08:46:37 |
nivit |
- Update to 0.806 |
0.805 24 Jul 2008 11:08:21 |
nivit |
- Update to 0.805 |
0.804_1 06 Jun 2008 13:35:04 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.804 30 May 2008 12:21:31 |
nivit |
- Update to 0.804 |
0.803 31 Mar 2008 22:15:39 |
nivit |
- Update to 0.803 |
0.801 21 Feb 2008 12:39:00 |
nivit |
- Update to 0.801 |
0.704 24 Aug 2007 13:26:13 |
nivit |
- Update to 0.704
- Replace WITH_EXAMPLES knob with NOPORTEXAMPLES |
0.702_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}. |
0.702 09 Mar 2007 08:38:10 |
nivit |
- Updated to 0.702 |
0.701 24 Jan 2007 09:17:46 |
nivit |
- Updated to 0.701
Approved by: alexbl (mentor, implicit) |
0.614 07 Jan 2007 22:51:31 |
nivit |
- Updated to 0.614
Approved by: alexbl (mentor) |
0.613 10 Dec 2006 01:21:51 |
nivit |
- Updated email address in my ports
Approved by: alexbl (mentor) |
0.613 27 Nov 2006 13:24:29 |
miwi |
- Update to 0.613
PR: ports/105859
Submitted by: nivit@email.it (Nicola Vitale) (maintainer) |
0.612 08 Nov 2006 23:34:54 |
rafan |
- Update to 0.612
PR: ports/105238
Submitted by: Nicola Vitale (maintainer) |
0.610 24 Sep 2006 02:49:18 |
clsung |
- Update to 0.610
PR: ports/103515
Submitted by: maintainer (Nicola Vitale) |
0.609_1 23 Sep 2006 02:28:20 |
rafan |
- Fix mapyrus script: removed quotes around the variable JAVA_AWT_HEADLESS,
otherwise mapyrus does not run under X.
- Removed an email address from pkg-descr
PR: ports/103478
Submitted by: Nicola Vitale <nivit at email.it> (maintainer) |
0.609 20 Sep 2006 03:36:59 |
rafan |
- Update to 0.609
PR: ports/103402
Submitted by: Nicola Vitale <nivit at email.it> (maintainer) |
0.608 05 Aug 2006 10:29:12 |
miwi |
- Update to 0.608
PR: ports/101097
Submitted by: Nicola Vitale <nivit(at)email.it> (maintainer)
Approved by: krion (mentor) |
0.607 11 Jun 2006 17:41:41 |
hq |
Update to 0.607
PR: 98769
Submitted by: maintainer |
0.606 28 Apr 2006 15:44:51 |
hq |
- Set Java required version to 1.4+ (as specified on the main website)
- Use javavmwrapper to avoid hardcoding a particular JVM
- Use 'exec' in the launcher shell script
- Quote "$@" in launcher shell script
- Cleanup redundant SUB_LIST entries
PR: 96461
Approved by: maintainer |
0.606 28 Apr 2006 03:16:02 |
ijliao |
add mapyrus 0.606
A software for creating plots of points, lines, etc
PR: 96317
Submitted by: Nicola Vitale <nivit@email.it> |