aboutsummaryrefslogtreecommitdiff
path: root/lang/jython
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* lang/jython: update to 2.7.0Ruslan Makhmatkhanov2015-11-203-100/+1824
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=402105
* - Add LICENSESunpoet Po-Chuan Hsieh2015-07-122-1/+3
| | | | | | | - Fix PLIST Notes: svn path=/head/; revision=391801
* Cleanup plistBaptiste Daroussin2014-10-271-112/+0
| | | | Notes: svn path=/head/; revision=371587
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-051-1/+1
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=360810
* - Update to version 2.5.3Marcus von Appen2013-12-013-22/+36
| | | | | | | | - Enable staging support - Pet portlint Notes: svn path=/head/; revision=335418
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-6/+2
| | | | | | | suppress any reference to JAVA_VERSION= 1.5+ (part2) Notes: svn path=/head/; revision=308604
* - Update to 2.5.2Li-Wen Hsu2011-03-263-27/+281
| | | | Notes: svn path=/head/; revision=271781
* - Update to 2.5.1Li-Wen Hsu2010-06-093-209/+893
| | | | Notes: svn path=/head/; revision=256199
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with H,I,J,K,L Notes: svn path=/head/; revision=240071
* 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 2.2.Hye-Shik Chang2007-08-273-406/+597
| | | | | | | - Pass maintainership to python@ team. Notes: svn path=/head/; revision=198361
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Update for bsd.java.mk 2.0Hye-Shik Chang2006-06-031-1/+2
| | | | | | | | PR: 98387 Submitted by: hq Notes: svn path=/head/; revision=164306
* Remove USE_REINPLACE from the categories starting with LEdwin Groothuis2006-05-091-1/+0
| | | | Notes: svn path=/head/; revision=161836
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Add SIZE data.Hye-Shik Chang2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104400
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* De-pkg-comment for my ports.Hye-Shik Chang2003-02-251-1/+0
| | | | Notes: svn path=/head/; revision=76449
* Use per-user cachedir instead of root's that causes some problems.Hye-Shik Chang2003-02-142-330/+23
| | | | | | | | Submitted by: Shannon -jj Behrens <jj@nttmcl.com> PR: 48267 Notes: svn path=/head/; revision=75488
* Updating my email address.Hye-Shik Chang2002-06-251-1/+1
| | | | | | | Approved by: cjh (mentor) Notes: svn path=/head/; revision=61912
* unbreak by fix dependenciesYing-Chieh Liao2002-05-201-3/+1
| | | | | | | | PR: 38344 Submitted by: maintainer Notes: svn path=/head/; revision=59534
* BROKEN: Does not buildKris Kennaway2002-05-201-0/+2
| | | | Notes: svn path=/head/; revision=59510
* bsd.java.mk-ifyYing-Chieh Liao2002-04-013-8/+2
| | | | | | | | PR: 36592 Submitted by: maintainer Notes: svn path=/head/; revision=57107
* Add jythonc to the symlinks in bin/. Also create the links from pkg-plistJimmy Olgeni2002-01-282-3/+8
| | | | | | | | | for better binary package support. Approved by: maintainer Notes: svn path=/head/; revision=53900
* Update port to version 2.1.Jimmy Olgeni2002-01-223-7/+12
| | | | | | | | PR: 33392 Submitted by: Hye Shik Chang <perky@fallin.lv> Notes: svn path=/head/; revision=53539
* Update to version 2.1.b2Kevin Lo2001-12-223-2/+5
| | | | | | | | PR: 33077 Submitted by: MAINTAINER Notes: svn path=/head/; revision=51976
* upgrade to 2.1b1Ying-Chieh Liao2001-12-063-459/+804
| | | | | | | | PR: 32544 Submitted by: maintainer Notes: svn path=/head/; revision=51125
* - update to 2.1.a3Pete Fritchman2001-09-213-22/+172
| | | | | | | | | | | - depend on javamwrapper instead of the java binary - install into PREFIX, not LOCALBASE PR: 30678 Submitted by: maintainer Notes: svn path=/head/; revision=48028
* Java now lives in ${LOCALBASE}/linux-jdk1.3.1, not in linux-jdk1.3.0.Maxim Sobolev2001-06-051-1/+1
| | | | | | | | Submitted by: Ernst de Haan <ernst@jollem.com> No responce from: kevlo (maintainer of linux-jdk13) Notes: svn path=/head/; revision=43518
* Add jython 2.0, an implementation of Python Interpreter with PureWill Andrews2001-04-075-0/+716
Java. PR: 26302 Submitted by: Hye-Shik Chang <perky@python.or.kr> Notes: svn path=/head/; revision=40996