aboutsummaryrefslogtreecommitdiff
path: root/editors/jedit
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-1/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* editors/jedit: Update to 5.6.0. This version requires Java 11.Danilo Egea Gondolfo2020-10-274-6/+12
| | | | Notes: svn path=/head/; revision=553495
* Clean up after java/openjdk6 and java/openjdk6-jre removalJung-uk Kim2019-11-262-2/+2
| | | | | | | | | | | | | | | 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
* Add USES=xorg USES=gl, ports categories eNiclas Zeising2019-11-051-1/+1
| | | | | | | | Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories starting with 'e'. Notes: svn path=/head/; revision=516802
* - Update to 5.5.0Danilo Egea Gondolfo2018-05-033-4/+6
| | | | Notes: svn path=/head/; revision=468911
* - Update to 5.4.0Danilo Egea Gondolfo2017-05-083-6/+13
| | | | Notes: svn path=/head/; revision=440432
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-8/+8
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* - Update to 5.3.0Danilo Egea Gondolfo2015-10-233-3/+10
| | | | Notes: svn path=/head/; revision=400010
* - Add CPE infoDmitry Marakasov2015-05-091-0/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=385869
* - Update to 5.2.0Danilo Egea Gondolfo2015-02-063-3/+6
| | | | Notes: svn path=/head/; revision=378530
* Remove explicit dependency on javavmwrapper for ports that USE_JAVAAntoine Brodin2015-01-231-2/+0
| | | | Notes: svn path=/head/; revision=377747
* Cleanup plistBaptiste Daroussin2014-10-271-17/+0
| | | | Notes: svn path=/head/; revision=371560
* Remove backslashes from single- and double-quotes in COMMENT and _DESCAdam Weinberger2014-07-231-1/+1
| | | | | | | | | strings, that were passed through rather than escaping anything. Approved by: portmgr (not really, but it touches unstaged ports) Notes: svn path=/head/; revision=362615
* - Fix the man page installation. Install all files manually. The java ↵Danilo Egea Gondolfo2014-01-051-6/+15
| | | | | | | installer seems not to respect the paths. Notes: svn path=/head/; revision=338817
* - Change maintainer email to @FreeBSD.orgDanilo Egea Gondolfo2013-10-062-31/+358
| | | | | | | | | | - Add stage support - Add pkg-plist file Approved by: wg/culot (mentors, implicit) Notes: svn path=/head/; revision=329628
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | editors) Notes: svn path=/head/; revision=327720
* - update to 5.1.0, attach gplv2 licenseJason Helfman2013-08-074-15/+32
| | | | | | | | | | | - pass maintainership to submitter - properly support DOCS (instscript no longer required) PR: 181009 Submitted by: danilogondolfo@gmail.com Notes: svn path=/head/; revision=324330
* - update to 5.0.0Jason Helfman2013-01-042-8/+4
| | | | Notes: svn path=/head/; revision=309916
* - Update to 4.5.2Martin Wilke2012-07-282-3/+3
| | | | | | | | PR: 170146 Submitted by: Ports Fury Notes: svn path=/head/; revision=301634
* - Update to 4.5.0Martin Wilke2012-03-042-3/+3
| | | | | | | | PR: 165615 Submitted by: Armin Pirkovitsch <armin@frozen-zone.org> Notes: svn path=/head/; revision=292626
* - Update to 4.4.2Martin Wilke2011-11-142-3/+3
| | | | | | | | | PR: 162554 Submitted by: Armin Pirkovitsch <armin@frozen-zone.org> Feature safe: yes Notes: svn path=/head/; revision=285775
* - Update MAINTAINER: use canonical format for ports@FreeBSD.orgSunpoet Po-Chuan Hsieh2011-10-021-1/+1
| | | | Notes: svn path=/head/; revision=282794
* 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
* - Update to 4.4.1Wen Heping2011-06-232-5/+5
| | | | | | | | | | - Reset maintainer PR: ports/158169 Submitted by: Linh Pham <question+fbsdports@closedsrc.org> (previous maintainer) Notes: svn path=/head/; revision=276103
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to 4.3.2Martin Wilke2010-05-102-4/+4
| | | | | | | | PR: 146450 Submitted by: Linh Pham <question+fbsdports@closedsrc.org> (maintainer) Notes: svn path=/head/; revision=254046
* - Update to 4.3.1Martin Wilke2010-01-312-4/+4
| | | | | | | | PR: 143377 Submitted by: Linh Pham <question+fbsdports@closedsrc.org> (maintainer) Notes: svn path=/head/; revision=248872
* - Remove unneeded pkg-descr fileWen Heping2009-12-232-8/+7
| | | | | | | - Restore files/jedit.sh.in Notes: svn path=/head/; revision=246495
* - Update to 4.3Wen Heping2009-12-233-16/+8
| | | | | | | | PR: ports/141912 Submitted by: Linh Pham <question+fbsdports@closedsrc.org> (maintainer) Notes: svn path=/head/; revision=246493
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+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
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-4/+3
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - 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
* This no longer seems to hang during buildKris Kennaway2006-09-031-4/+0
| | | | Notes: svn path=/head/; revision=171950
* Add SHA256Marcus Alves Grando2005-11-131-0/+1
| | | | | | | | PR: 88949 Submitted by: maintainer Notes: svn path=/head/; revision=148151
* Assign new maintainerHerve Quiroz2005-02-251-1/+1
| | | | Notes: svn path=/head/; revision=129769
* Register conflict with editors/jedit-develHerve Quiroz2005-02-211-0/+2
| | | | Notes: svn path=/head/; revision=129520
* - Update to bsd.java.mk 2.0Herve Quiroz2005-01-295-26/+30
| | | | | | | | | | | - Fix dynamic plist creation where all JAVASHAREDIR would be listed (and thus removed with the port) (!) - Use SUB_LIST and tweak the launcher shell script - Move displayed information into pkg-message - Use DATADIR=${JAVASHAREDIR}/${PORTNAME} Notes: svn path=/head/; revision=127579
* - Update to 4.2Volker Stolz2004-09-023-743/+19
| | | | | | | | | | - Dynamically generate plist, it's self-contained PR: ports/71182 Submitted by: Linh Pham Notes: svn path=/head/; revision=117944
* Tidy up whitespace.Trevor Johnson2004-04-101-1/+1
| | | | Notes: svn path=/head/; revision=106671
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* Let be hohest: I really don't have a time now to properly maintain allMaxim Sobolev2003-07-291-1/+1
| | | | | | | | these great pieces of software, so that let others with more free time to take over them. Notes: svn path=/head/; revision=85841
* Update to 4.1.0.Maxim Sobolev2003-03-234-59/+434
| | | | Notes: svn path=/head/; revision=77236
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Correct ports that were abusing the FORBIDDEN variable and replace withSean Chittenden2003-02-071-1/+1
| | | | | | | | | | | | | | | | | | | | | either IGNORE or BROKEN. Since there seems to be some confusion, for the record: BROKEN is reserved for ports that don't work. This will prevent users from installing the port, but please note that ports marked as BROKEN will still be built by bento IGNORE is reserved for ports that should not be built for one reason or another (including bento). Users and bento will not build ports marked as IGNORE. FORBIDDEN is reserved for security breakages only!!! Only mark a port as FORBIDDEN if there is a security issue with the port at the time. Reviewed by: kris (portmgr) Notes: svn path=/head/; revision=75004
* Update to 4.0.0.Maxim Sobolev2002-04-185-39/+264
| | | | Notes: svn path=/head/; revision=57859
* Update to 3.2.2.Maxim Sobolev2001-09-103-2/+4
| | | | Notes: svn path=/head/; revision=47602
* Update to 3.2.1.Maxim Sobolev2001-09-053-2/+10
| | | | Notes: svn path=/head/; revision=47452
* Update to 3.2.0.Maxim Sobolev2001-08-293-116/+23
| | | | Notes: svn path=/head/; revision=47072