Commit graph

33 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
2f4f03f811 Use DISTVERSIONPREFIX instead of DISTNAME 2017-05-28 23:16:40 +00:00
Mathieu Arnold
a9dcad2fff Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:08:37 +00:00
Ruslan Makhmatkhanov
ea1c2647d9 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
- write comments to not obvious parts of the installation
- wrapper script is now placed in bin/ directory in JYTHON_PREFIX rather then
  in root, fix that
- Jython uses *$py.class files as an analog for *.pyc ones in plain Python,
  installer puts pre-compiled *$py.class files into the STAGEDIR. We need to
  recompile that because, after installation:
  1) If we invoke Jython as user - it can't use the *$py.class files as they
     have different source path inside, slowing down the startup;
  2) If we invoke jython as root - it will recompile the *$py.class files
     breaking the de-installation process of the package. Compilation phase
     always have non-portrelated errors, so we need to ignore it's exit code
- Don't ignore the exit code of symlink installation as we don't expect that to fail

[1] https://central.maven.org/
[2] https://hg.python.org/jython/file/tip/installer/src/java/org/python/util/install/StartScriptGenerator.java#l22

PR:		204231
Submitted by:	Sergey Kozlov <kozlov.sergey.404@gmail.com>
2015-11-20 22:14:01 +00:00
Sunpoet Po-Chuan Hsieh
68b0deb8b6 - Add LICENSE
- Fix PLIST
2015-07-12 16:08:16 +00:00
Baptiste Daroussin
77cba41a62 Cleanup plist 2014-10-27 15:23:30 +00:00
Jimmy Olgeni
021be14f65 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)
2014-07-05 19:27:03 +00:00
Marcus von Appen
bc5bfbbcb1 - Update to version 2.5.3
- Enable staging support
- Pet portlint
2013-12-01 17:59:07 +00:00
Baptiste Daroussin
888ab73a81 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
Baptiste Daroussin
7c354b1913 Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION=	1.5+ (part2)
2012-12-10 13:18:28 +00:00
Li-Wen Hsu
401374f66e - Update to 2.5.2 2011-03-26 04:48:25 +00:00
Li-Wen Hsu
ae4458e873 - Update to 2.5.1 2010-06-09 11:39:43 +00:00
Dmitry Marakasov
0074c5fa8c - Switch SourceForge ports to the new File Release System: categories starting with H,I,J,K,L 2009-08-22 00:24:37 +00:00
Edwin Groothuis
090059a210 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)
2008-06-06 14:17:21 +00:00
Hye-Shik Chang
4bd491fc9a - Update to 2.2.
- Pass maintainership to python@ team.
2007-08-27 07:45:23 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Hye-Shik Chang
80fdbaefc4 Update for bsd.java.mk 2.0
PR:		98387
Submitted by:	hq
2006-06-03 17:27:43 +00:00
Edwin Groothuis
7c6393360c Remove USE_REINPLACE from the categories starting with L 2006-05-09 20:52:24 +00:00
Edwin Groothuis
c92c635b24 SHA256ify
Approved by: krion@
2006-01-22 12:42:24 +00:00
Hye-Shik Chang
4fada1630a Add SIZE data.
Submitted by:	trevor
2004-03-18 07:38:47 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Hye-Shik Chang
fbc660cb2c De-pkg-comment for my ports. 2003-02-25 06:25:35 +00:00
Hye-Shik Chang
27778a8628 Use per-user cachedir instead of root's that causes some problems.
Submitted by:	Shannon -jj Behrens <jj@nttmcl.com>
PR:		48267
2003-02-14 04:51:33 +00:00
Hye-Shik Chang
10cb7d0c73 Updating my email address.
Approved by: cjh (mentor)
2002-06-25 07:50:58 +00:00
Ying-Chieh Liao
748524212d unbreak by fix dependencies
PR:		38344
Submitted by:	maintainer
2002-05-20 15:10:42 +00:00
Kris Kennaway
215c9c1c64 BROKEN: Does not build 2002-05-20 05:27:12 +00:00
Ying-Chieh Liao
1bf1bf7eba bsd.java.mk-ify
PR:		36592
Submitted by:	maintainer
2002-04-01 03:34:55 +00:00
Jimmy Olgeni
e41d0ca355 Add jythonc to the symlinks in bin/. Also create the links from pkg-plist
for better binary package support.

Approved by:	maintainer
2002-01-28 11:28:22 +00:00
Jimmy Olgeni
81f6593f15 Update port to version 2.1.
PR:		33392
Submitted by:	Hye Shik Chang <perky@fallin.lv>
2002-01-22 11:33:20 +00:00
Kevin Lo
b10fef8ec3 Update to version 2.1.b2
PR: 33077
Submitted by: MAINTAINER
2001-12-22 12:43:09 +00:00
Ying-Chieh Liao
421ad10a61 upgrade to 2.1b1
PR:		32544
Submitted by:	maintainer
2001-12-06 09:57:42 +00:00
Pete Fritchman
e05cf51cb4 - update to 2.1.a3
- depend on javamwrapper instead of the java binary
- install into PREFIX, not LOCALBASE

PR:		30678
Submitted by:	maintainer
2001-09-21 05:54:58 +00:00
Maxim Sobolev
5fb9532005 Java now lives in ${LOCALBASE}/linux-jdk1.3.1, not in linux-jdk1.3.0.
Submitted by:	Ernst de Haan <ernst@jollem.com>
No responce from:	kevlo (maintainer of linux-jdk13)
2001-06-05 09:45:35 +00:00
Will Andrews
03f59161c3 Add jython 2.0, an implementation of Python Interpreter with Pure
Java.

PR:		26302
Submitted by:	Hye-Shik Chang <perky@python.or.kr>
2001-04-07 04:56:17 +00:00