Port details |
- jython Implementation of Python Interpreter in Pure Java
- 2.7.0 lang
=6 2.7.0Version of this port present on the latest quarterly branch. - Maintainer: python@FreeBSD.org
 - Port Added: 2001-04-07 01:56:17
- Last Update: 2024-12-31 08:57:55
- Commit Hash: 0835676
- People watching this port, also watch:: vim, pcre, sox, aalib, unzip
- Also Listed In: java python
- License: PSFL APACHE20
- WWW:
- https://www.jython.org/
- Description:
- Jython is an implementation of the high-level, dynamic,
object-oriented language Python seamlessly integrated
with the Java platform. The predecessor to Jython,
JPython, is certified as 100% Pure Java. Jython is
freely available for both commercial and non-commercial
use and is distributed with source code.
¦ ¦ ¦ ¦ 
- 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/lang/jython/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/jython
- pkg install jython
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: jython
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (jython-installer-2.7.0.jar) = b44352ece72382268a60e2848741c96609a91d796bb9a9c6ebeff62f0c12c9cf
SIZE (jython-installer-2.7.0.jar) = 92889527
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:
-
- bash : shells/bash
- Runtime dependencies:
-
- bash : shells/bash
- java : java/openjdk8
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Run
-
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:
- No options to configure
- Options name:
- lang_jython
- 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 |
2.7.0 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 |
2.7.0 17 Sep 2023 05:30:09
    |
Koichiro Iwao (meta)  Author: Michael Osipov |
*/*: Use only HTTPS to fetch ports from Maven Central
Maven Central supports HTTPS only for quite some time now and responds
with "Not Implemented" over HTTP.
Source: https://blog.sonatype.com/central-repository-moving-to-https
PR: 272867 |
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) |
2.7.0 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 ) |
2.7.0 20 Jul 2022 14:22:15
    |
Tobias C. Berner (tcberner)  |
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above ) |
2.7.0 19 Oct 2021 10:43:33
    |
Stefan Eßer (se)  |
lang/jython: Add CPE information
Approved by: portmgr (blanket) |
2.7.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.7.0 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 |
2.7.0 28 May 2017 23:16:40
  |
sunpoet  |
Use DISTVERSIONPREFIX instead of DISTNAME |
2.7.0 01 Apr 2016 14:08:38
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
2.7.0 20 Nov 2015 22:14:01
  |
rm  |
lang/jython: update to 2.7.0
- update to 2.7.0
- change MASTER_SITES to use https and modern mirror as suggested by [1]
- Jython uses two licenses, indicate that in the port. Extract the licenses from
the jar earlier so ports framework can find them
- the port complains when trying to build with openjdk6, so set JAVA_VERSION
to 1.7+
- mark NO_ARCH
- null the PATH for installer invocation. If installer finds python2.7 in PATH
it installs python wrapper script instead of bash one. [2]
- exclude "ensurepip" module from the installation as it doesn't build on
FreeBSD
- change kinda dirty and not obvious replacement of "-cl"(asspath) to addition
to JAVA_OPTS. This hack is needed to place jython cachedir into user's home
directory, as it needs to be writable by the user invoking jython (Only the first 15 lines of the commit message are shown above ) |
2.5.3 12 Jul 2015 16:08:17
  |
sunpoet  |
- Add LICENSE
- Fix PLIST |
2.5.3 27 Oct 2014 15:23:31
  |
bapt  |
Cleanup plist |
2.5.3 05 Jul 2014 19:27:04
  |
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Categories J-L.
CR: D305
Approved by: portmgr (swills) |
2.5.3 01 Dec 2013 17:59:07
  |
mva  |
- Update to version 2.5.3
- Enable staging support
- Pet portlint |
2.5.2 20 Sep 2013 19:53:10
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
2.5.2 10 Dec 2012 13:18:29
  |
bapt  |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part2) |
2.5.2 26 Mar 2011 04:48:25
 |
lwhsu  |
- Update to 2.5.2 |
2.5.1 09 Jun 2010 11:39:43
 |
lwhsu  |
- Update to 2.5.1 |
2.2_1 22 Aug 2009 00:24:37
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with H,I,J,K,L |
2.2_1 06 Jun 2008 13:41:15
 |
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) |
2.2 27 Aug 2007 07:45:23
 |
perky  |
- Update to 2.2.
- Pass maintainership to python@ team. |
2.1_3 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}. |
2.1_2 03 Jun 2006 17:27:44
 |
perky  |
Update for bsd.java.mk 2.0
PR: 98387
Submitted by: hq |
2.1_2 09 May 2006 20:52:24
 |
edwin  |
Remove USE_REINPLACE from the categories starting with L |
2.1_2 22 Jan 2006 12:42:24
 |
edwin  |
SHA256ify
Approved by: krion@ |
2.1_2 18 Mar 2004 07:38:48
 |
perky  |
Add SIZE data.
Submitted by: trevor |
2.1_2 04 Feb 2004 05:21:48
 |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
2.1_1 25 Feb 2003 06:25:36
 |
perky  |
De-pkg-comment for my ports. |
2.1_1 14 Feb 2003 04:51:33
 |
perky  |
Use per-user cachedir instead of root's that causes some problems.
Submitted by: Shannon -jj Behrens <jj@nttmcl.com>
PR: 48267 |
2.1 25 Jun 2002 07:50:58
 |
perky  |
Updating my email address.
Approved by: cjh (mentor) |
2.1 20 May 2002 15:10:42
 |
ijliao  |
unbreak by fix dependencies
PR: 38344
Submitted by: maintainer |
2.1 20 May 2002 05:27:12
 |
kris  |
BROKEN: Does not build |
2.1 01 Apr 2002 03:34:55
 |
ijliao  |
bsd.java.mk-ify
PR: 36592
Submitted by: maintainer |
28 Jan 2002 11:28:22
    |
olgeni  |
Add jythonc to the symlinks in bin/. Also create the links from pkg-plist for
better binary package support. |
22 Jan 2002 11:33:21
    |
olgeni  |
Update port to version 2.1. |
22 Dec 2001 12:43:09
    |
kevlo  |
Update to version 2.1.b2 |
06 Dec 2001 09:57:42
    |
ijliao  |
upgrade to 2.1b1 |
21 Sep 2001 06:54:59
    |
petef  |
- update to 2.1.a3 - depend on javamwrapper instead of the java binary -
install into PREFIX, not LOCALBASE |
05 Jun 2001 10:45:36
    |
sobomax  |
Java now lives in ${LOCALBASE}/linux-jdk1.3.1, not in linux-jdk1.3.0. |
07 Apr 2001 05:56:17
    |
will  |
Add jython 2.0, an implementation of Python Interpreter with Pure Java. |