aboutsummaryrefslogtreecommitdiff
path: root/java/jfreechart
Commit message (Collapse)AuthorAgeFilesLines
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* java: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Alex Dupre <ale@FreeBSD.org> * Alex Semenyaka <alex@rinet.ru> * Alexander Yerenkow <yerenkow@gmail.com> * Anton Yudin (<contact@toha.org.ua>) * Anton Yudin <toha@toha.org.ua> * Benjamin Close <benjsc@FreeBSD.org> * Björn König <bkoenig@alpha-tierchen.de> * Conor McDermottroe <ports@mcdermottroe.com> * Danilo Egea Gondolfo <danilo@FreeBSD.org * Dave Glowacki <dglo@ssec.wisc.edu> * Ernst de Haan <znerd@FreeBSD.org> * Eugene Grosbein <ports@grosbein.net> * Filippo Natali <filippo@widestore.net> * Gerrit Beine <gerrit.beine@gmx.de> * Greg Lewis <glewis@FreeBSD.org> * Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> * Jason Helfman <jgh@FreeBSD.org> * Jeremy <karlj000@unbc.ca> * Johannes Dieterich <dieterich@ogolem.org> * Johannes Dieterich <jmd@FreeBSD.org> * Jonathan Chen <jonc@chen.org.nz> * Jose Marques * Jose Marques <noway@nohow.demon.co.uk> * Lapo Luchini <lapo@lapo.it> * Lev Serebryakov <lev@FreeBSD.org> * Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> * Matthew Dillon <dillon@backplane.com> * Maxim Sobolev <sobomax@FreeBSD.org> * Mikhail T. <mi@aldan.algebra.com> * Mikhail T. <michael@fun-box.ru> * Mikhail Teterin * Nicola Vitale <nivit@FreeBSD.org> * Nicola Vitale <nivit@email.it> * OISHI Masakuni <yamasa@bsdhouse.org> * OKAZAKI Tetsurou * Pedro Giffuni * Simeo Reig <reig.simeo@gmail.com> * Sutra Zhou <zhoushuqun@gmail.com> * Tom Judge <tj@FreeBSD.org> * Volker Stolz <vs@FreeBSD.org> * Wen Heping <wenheping@gmail.com> * Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw> * gldisater@gldis.ca * ijliao * jake@checker.org * jpbeconne * lon_kamikaze@gmx.de * mi * nordwick@xcf.berkeley.edu * nork@FreeBSD.org * olgeni@FreeBSD.org * rasputin * rfarmer@predatorlabs.net * rtdean@cytherianage.net * tux@pinguru.net With hat: portmgr
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Clean up after java/openjdk6 and java/openjdk6-jre removalJung-uk Kim2019-11-261-1/+0
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=518482
* Convert to UCL & cleanup pkg-message (categories h-k)Mathieu Arnold2019-08-131-4/+6
| | | | Notes: svn path=/head/; revision=508880
* Apparently now builds on powerpc64.Mark Linimon2018-10-271-2/+0
| | | | | | | | | PR: 232401 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=483126
* Mark as broken on powerpc64.Mark Linimon2018-06-171-0/+2
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=472588
* The output of tools like awk, date, sort, tr,... depends on the currentTijl Coosemans2017-01-181-1/+1
| | | | | | | | | | | | | | | | | | | | | locale set by the user. Add LANG=C and LC_ALL=C at the beginning of bsd.port.mk and export them so all commands are executed with the C locale. LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3) as default value for LC_* variables, so normally it isn't used when LC_ALL is set, but there's code out there that looks at LANG directly so it's safer to set it as well. The only commands not captured by this are != assignments before any inclusion of bsd.port.*mk. Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a different locale (e.g. USE_LOCALE=en_US.UTF-8). PR: 215882 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=431796
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-1/+1
| | | | | | | | Apologies in advance, I know java drives its short bus very, very slowly through qat. Building these 3 ports will probably wedge it for weeks. Notes: svn path=/head/; revision=361957
* Work around build failures with JDK7 and later.Jung-uk Kim2014-06-051-0/+1
| | | | | | | Reported by: exp-run (PR190511) Notes: svn path=/head/; revision=356710
* Upgrade to version 1.0.17.Jimmy Olgeni2014-05-262-19/+17
| | | | | | | | | | | - Add LICENSE - Replace WITHOUT_COMPILE with COMPILE option - Replace NOPORTDOCS with MDOCS - Use COPYTREE_SHARE - Remove indefinite article from COMMENT Notes: svn path=/head/; revision=355358
* Add staging support.Jimmy Olgeni2014-05-141-13/+5
| | | | Notes: svn path=/head/; revision=354048
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | java) Notes: svn path=/head/; revision=327738
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-7/+2
| | | | | | | suppress any reference to JAVA_VERSION= 1.5+ (part2) Notes: svn path=/head/; revision=308604
* Upgrade to version 1.0.14.Jimmy Olgeni2012-10-082-3/+3
| | | | Notes: svn path=/head/; revision=305535
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,Mark Linimon2011-07-211-1/+1
| | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=278068
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Take maintainership from ports@ and upgrade to 1.0.13.Jimmy Olgeni2010-10-052-9/+5
| | | | Notes: svn path=/head/; revision=262444
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with H,I,J,K,L Notes: svn path=/head/; revision=240071
* - Update to 1.0.10.Marcelo Araujo2008-12-232-6/+5
| | | | | | | - Reset maintainership. Notes: svn path=/head/; revision=224646
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* - Update to 1.0.9.Marcelo Araujo2008-01-202-6/+5
| | | | | | | | | - Use SF macro. Approved by: stas (mentor, implicit) Notes: svn path=/head/; revision=205874
* - Update to 1.0.8a.Marcelo Araujo2008-01-012-5/+4
| | | | | | | Approved by: stas (mentor, implicit) Notes: svn path=/head/; revision=204819
* - Change my mail address to araujo@.Marcelo Araujo2007-06-291-1/+1
| | | | | | | Approved by: stas (mentor) Notes: svn path=/head/; revision=194470
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update to 1.0.5Martin Wilke2007-04-202-4/+4
| | | | | | | | | PR: 111880 Submitted by: miwi Approved by: maintainer Notes: svn path=/head/; revision=190476
* - Update to 1.0.4Martin Wilke2007-02-272-4/+4
| | | | | | | | PR: 109321 Submitted by: Marcelo Araujo <araujo@bsdmail.org> (maintainer) Notes: svn path=/head/; revision=186101
* - Update to 1.0.3Martin Wilke2007-01-082-5/+5
| | | | | | | | | - Pass maintainership to submitter PR: Marcelo Araujo <araujo@bsdmail.org> Notes: svn path=/head/; revision=181776
* Update to 1.0.1.Konstantin Belousov2006-06-232-4/+4
| | | | | | | | | PR: ports/99253 Approved by: pav Approved by: pjd (mentor) Notes: svn path=/head/; revision=166136
* - Update to 1.0.0 [1]Herve Quiroz2006-02-073-40/+25
| | | | | | | | | | | | | | | | - Add 'graphics' category [2] - Move RUN_DEPENDS [2] - Use USE_ANT - JAVAJARDIR -> JAVALIBDIR - Do not set JAVA_BUILD/JAVA_RUN, just set NO_BUILD when needed - Cleanup: remove now useless PLIST_SUB entries - ECHO_CMD -> ECHO_MSG - Trim whitespaces in pkg-descr Reported by: thierry [1], portlint [2] Notes: svn path=/head/; revision=155407
* - Add SHA256Pav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149334
* Reset bouncing maintainer addresses.Mark Linimon2005-10-101-1/+1
| | | | | | | | Hat: portmgr Source: Edwin's updated distfile tracker Notes: svn path=/head/; revision=144759
* Pacify distfile survey.Mark Linimon2005-10-101-1/+1
| | | | Notes: svn path=/head/; revision=144756
* . Update to 0.9.20. [1]Greg Lewis2004-06-222-7/+7
| | | | | | | | | | . Use JAVAJARDIR in the packing list while I'm here. PR: 68168 [1] Submitted by: Sepherosa Ziehau <sepherosa@softhome.net> (maintainer) [1] Notes: svn path=/head/; revision=111971
* This should have been committed with the other 05/30/2004 changes.Mark Linimon2004-06-041-0/+6
| | | | | | | | | | Pass the pointy hat, please. PR: ports/67322 Submitted by: Sepherosa Ziehau <sepherosa at softhome.org> Notes: svn path=/head/; revision=110830
* Upgrade to 0.9.18. Tweak original port a little according to ports'Mark Linimon2004-05-302-9/+44
| | | | | | | | | | CHANGES file. Assign maintainership. PR: ports/67322 Submitted by: Sepherosa Ziehau <sepherosa at softhome.org> Notes: svn path=/head/; revision=110347
* Use PLIST_FILES.Trevor Johnson2004-02-052-1/+1
| | | | | | | Reviewed by: marcus Notes: svn path=/head/; revision=100076
* . Update to 0.9.16. There are a few tweaks to the original submission.Greg Lewis2004-02-012-5/+26
| | | | | | | | PR: 62061 Submitted by: Sepherosa Ziehau <sepherosa@softhome.net> Notes: svn path=/head/; revision=99678
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* add jfreechart 0.9.13Ying-Chieh Liao2003-11-124-0/+38
A free Java class library for generating charts Notes: svn path=/head/; revision=93771