Port details |
- jedit Powerful programmer's text editor written in Java
- 5.7.0,1 editors
=21 5.7.0,1Version of this port present on the latest quarterly branch. - Maintainer: danilo@FreeBSD.org
 - Port Added: 2000-06-22 10:18:20
- Last Update: 2024-12-31 08:57:55
- Commit Hash: 0835676
- People watching this port, also watch:: bison, libxml2, unzip, pcre, gettext
- Also Listed In: java
- License: GPLv2
- WWW:
- https://jedit.sourceforge.net/
- Description:
- jEdit is an Open Source programmer's text editor written in Java. It is
released under the GNU General Public License. jEdit was written for Java 1.1
with Swing 1.1, and also runs under Java 2.
As far as text editors written in Java go, jEdit is one of the best. It has an
easy to use, intuitive interface, and enough features and flexibility to please
even the most hard-core programmer. A very incomplete list of jEdit's features
follows.
o Syntax highlighting for 200+ file types (including C, C++, Java, Perl, etc)
o Semi-intelligent auto indent in C, C++ and Java modes
o Bracket highlighting and matching
o Powerful macro system
o Auto-expanding abbreviations for the frequiently used strings
o Powerful search and replace - supports regular expressions and multiple file
search/replace; Search and replace operations can be recorded in macros
o Any number of strings and caret positions can be stored for later use in
so-called registers
o Rectangular selections for working with column-based files
o Any number of editor windows can be opened, and each view can be split into
multiple panes for side-by-side viewing of multiple files
o Unlimited undo/redo
¦ ¦ ¦ ¦ 
- 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/editors/jedit/ && make install clean
- To add the package, run one of these commands:
- pkg install editors/jedit
- pkg install jedit
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: jedit
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1722976090
SHA256 (jedit5.7.0install.jar) = f08a7428a631c26bbb624b092a12facaf85bec69c861267108f6ddbf54f2a681
SIZE (jedit5.7.0install.jar) = 3908188
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- x11.pc : x11/libX11
- Runtime dependencies:
-
- java : java/openjdk11
- x11.pc : x11/libX11
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for jedit-5.7.0,1:
DOCS=on: Build and/or install documentation
MACROS=on: Install default set of macros (highly recommended)
===> Use 'make config' to modify these settings
- Options name:
- editors_jedit
- USES:
- cpe java xorg
- 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 |
5.7.0,1 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 |
5.7.0,1 11 Sep 2024 22:07:31
    |
Danilo Egea Gondolfo (danilo)  |
editors/jedit: Update to 5.7.0 |
5.6.0_1,1 10 Jan 2024 08:16:01
    |
Baptiste Daroussin (bapt)  |
MAN?PREFIX: eleminate its usage and move man to share/man |
5.6.0,1 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) |
5.6.0,1 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 ) |
5.6.0,1 20 Jul 2022 14:21:49
    |
Tobias C. Berner (tcberner)  |
editors: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohout <shanee@augusta.de>
* Andrej Zverev <az@inec.ru>
* Andrey Zakhvatov
* Anton Tornqvist <antont@inbox.lv>
* Bill Fumerola <billf@chc-chimes.com>
* Bob Eager <bob@eager.cx>
* Chris D. Faulhaber <jedgar@fxp.org> (Only the first 15 lines of the commit message are shown above ) |
5.6.0,1 06 Apr 2021 14:31:13
    |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
5.6.0,1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
5.6.0,1 27 Oct 2020 20:44:53
  |
danilo  |
editors/jedit: Update to 5.6.0. This version requires Java 11. |
5.5.0_1,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 |
5.5.0,1 05 Nov 2019 15:48:41
  |
zeising  |
Add USES=xorg USES=gl, ports categories e
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'e'. |
5.5.0,1 03 May 2018 02:03:05
  |
danilo  |
- Update to 5.5.0 |
5.4.0,1 08 May 2017 13:39:16
  |
danilo  |
- Update to 5.4.0 |
5.3.0,1 19 May 2016 10:21:25
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
5.3.0,1 23 Oct 2015 11:00:44
  |
danilo  |
- Update to 5.3.0 |
5.2.0,1 09 May 2015 08:28:35
  |
amdmi3  |
- Add CPE info
Approved by: portmgr blanket |
5.2.0,1 06 Feb 2015 12:21:12
  |
danilo  |
- Update to 5.2.0 |
5.1.0,1 23 Jan 2015 16:03:58
  |
antoine  |
Remove explicit dependency on javavmwrapper for ports that USE_JAVA |
5.1.0,1 27 Oct 2014 12:19:13
  |
bapt  |
Cleanup plist |
5.1.0,1 23 Jul 2014 01:45:47
  |
adamw  |
Remove backslashes from single- and double-quotes in COMMENT and _DESC
strings, that were passed through rather than escaping anything.
Approved by: portmgr (not really, but it touches unstaged ports) |
5.1.0,1 05 Jan 2014 19:17:03
  |
danilo  |
- Fix the man page installation. Install all files manually. The java installer
seems not to respect the paths. |
5.1.0,1 06 Oct 2013 20:55:20
  |
danilo  |
- Change maintainer email to @FreeBSD.org
- Add stage support
- Add pkg-plist file
Approved by: wg/culot (mentors, implicit) |
5.1.0,1 20 Sep 2013 16:36:24
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors) |
5.1.0,1 07 Aug 2013 06:31:47
  |
jgh  |
- update to 5.1.0, attach gplv2 license
- pass maintainership to submitter
- properly support DOCS (instscript no longer required)
PR: 181009
Submitted by: danilogondolfo@gmail.com |
5.0.0,1 04 Jan 2013 07:10:24
  |
jgh  |
- update to 5.0.0 |
4.5.2,1 28 Jul 2012 05:32:51
 |
miwi  |
- Update to 4.5.2
PR: 170146
Submitted by: Ports Fury |
4.5.0,1 04 Mar 2012 04:45:06
 |
miwi  |
- Update to 4.5.0
PR: 165615
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org> |
4.4.2,1 14 Nov 2011 14:31:11
 |
miwi  |
- Update to 4.4.2
PR: 162554
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org>
Feature safe: yes |
4.4.1,1 02 Oct 2011 14:40:47
 |
sunpoet  |
- Update MAINTAINER: use canonical format for ports@FreeBSD.org |
4.4.1,1 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 |
4.4.1,1 23 Jun 2011 08:17:57
 |
wen  |
- Update to 4.4.1
- Reset maintainer
PR: ports/158169
Submitted by: Linh Pham <question+fbsdports@closedsrc.org> (previous
maintainer) |
4.3.2,1 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
4.3.2,1 10 May 2010 05:39:59
 |
miwi  |
- Update to 4.3.2
PR: 146450
Submitted by: Linh Pham <question+fbsdports@closedsrc.org> (maintainer) |
4.3.1,1 31 Jan 2010 00:46:03
 |
miwi  |
- Update to 4.3.1
PR: 143377
Submitted by: Linh Pham <question+fbsdports@closedsrc.org> (maintainer) |
4.3,1 23 Dec 2009 13:01:16
 |
wen  |
- Remove unneeded pkg-descr file
- Restore files/jedit.sh.in |
4.3,1 23 Dec 2009 12:26:48
 |
wen  |
- Update to 4.3
PR: ports/141912
Submitted by: Linh Pham <question+fbsdports@closedsrc.org> (maintainer) |
4.2_3 06 Jun 2008 13:25:59
 |
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) |
4.2_2 19 Apr 2008 17:56:05
 |
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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) |
4.2_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}. |
4.2 03 Sep 2006 00:02:05
 |
kris  |
This no longer seems to hang during build |
4.2 13 Nov 2005 21:20:47
 |
mnag  |
Add SHA256
PR: 88949
Submitted by: maintainer |
4.2 25 Feb 2005 14:55:47
 |
hq  |
Assign new maintainer |
4.2 21 Feb 2005 23:32:03
 |
hq  |
Register conflict with editors/jedit-devel |
4.2 29 Jan 2005 00:01:49
 |
hq  |
- Update to bsd.java.mk 2.0
- 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} |
4.2 02 Sep 2004 15:18:51
 |
vs  |
- Update to 4.2
- Dynamically generate plist, it's self-contained
PR: ports/71182
Submitted by: Linh Pham |
4.1.0_1 10 Apr 2004 17:26:55
 |
trevor  |
Tidy up whitespace. |
4.1.0_1 04 Feb 2004 05:21:48
 |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
4.1.0 29 Jan 2004 07:24:56
 |
trevor  |
SIZEify. |
4.1.0 29 Jul 2003 09:12:37
 |
sobomax  |
Let be hohest: I really don't have a time now to properly maintain all
these great pieces of software, so that let others with more free time
to take over them. |
4.1.0 23 Mar 2003 09:48:01
 |
sobomax  |
Update to 4.1.0. |
4.0.0 07 Mar 2003 06:00:45
 |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
4.0.0 07 Feb 2003 02:44:22
 |
seanc  |
Correct ports that were abusing the FORBIDDEN variable and replace with
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) |
4.0.0 18 Apr 2002 16:57:19
 |
sobomax  |
Update to 4.0.0. |
10 Sep 2001 12:07:50
    |
sobomax  |
Update to 3.2.2. |
05 Sep 2001 14:50:22
    |
sobomax  |
Update to 3.2.1. |
29 Aug 2001 10:36:33
    |
sobomax  |
Update to 3.2.0. |
29 Aug 2001 06:18:08
    |
asami  |
Mark it FORBIDDEN for PARALLEL_PACKAGE_BUILD case -- hang. |
23 Apr 2001 11:39:43
    |
sobomax  |
Update to 3.1.0. |
09 Apr 2001 09:15:43
    |
sobomax  |
Make all files fetchable. |
05 Apr 2001 11:31:58
    |
sobomax  |
Update to 3.0.2. |
29 Jan 2001 13:59:00
    |
sobomax  |
Actually update to 3.0.1. Previously announced port "update" was only
downloading distfile, but installing previous version from older distfile. Bump
PORTREVISION to indicate that update is required. |
23 Jan 2001 18:22:21
    |
sobomax  |
Update to 3.0.1. |
07 Jan 2001 17:46:44
    |
sobomax  |
Fix typo. |
25 Dec 2000 13:09:23
    |
sobomax  |
Update to 3.0.0. |
06 Nov 2000 08:41:40
    |
sobomax  |
Update to 2.6.0. |
01 Nov 2000 15:51:11
    |
sobomax  |
Whitespace-only: Make indentation uniform across my ports. |
27 Oct 2000 10:24:09
    |
sobomax  |
${ENV} --> ${SETENV} |
08 Oct 2000 02:02:27
    |
asami  |
Convert category editors to new layout. |
26 Sep 2000 14:11:54
    |
sobomax  |
Let the user-defined CLASSPATH environment variable to take precedence
(important when OpenJIT used). |
01 Aug 2000 10:15:14
    |
sobomax  |
Update to 2.5.1. |
12 Jul 2000 15:34:14
    |
sobomax  |
Update to 2.5.0. |
22 Jun 2000 14:18:20
    |
sobomax  |
New jedit port - a powerfull programmer's text editor with many unique features
written in Java. |