notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: lang/jython/pkg-plist

Number of commits found: 14

Friday, 20 Nov 2015
22:14 rm search for other commits by this committer
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>
Original commitRevision:402105 
Sunday, 12 Jul 2015
16:08 sunpoet search for other commits by this committer
- Add LICENSE
- Fix PLIST
Original commitRevision:391801 
Monday, 27 Oct 2014
15:23 bapt search for other commits by this committer
Cleanup plist
Original commitRevision:371587 
Sunday, 1 Dec 2013
17:59 mva search for other commits by this committer
- Update to version 2.5.3
- Enable staging support
- Pet portlint
Original commitRevision:335418 
Saturday, 26 Mar 2011
04:48 lwhsu search for other commits by this committer
- Update to 2.5.2
Original commit
Wednesday, 9 Jun 2010
11:39 lwhsu search for other commits by this committer
- Update to 2.5.1
Original commit
Monday, 27 Aug 2007
07:45 perky search for other commits by this committer
- Update to 2.2.
- Pass maintainership to python@ team.
Original commit
Friday, 14 Feb 2003
04:51 perky search for other commits by this committer
Use per-user cachedir instead of root's that causes some problems.

Submitted by:   Shannon -jj Behrens <jj@nttmcl.com>
PR:             48267
Original commit
Monday, 28 Jan 2002
11:28 olgeni search for other commits by this committer
Add jythonc to the symlinks in bin/. Also create the links from pkg-plist   for
better binary package support.    
Original commit
Tuesday, 22 Jan 2002
11:33 olgeni search for other commits by this committer
Update port to version 2.1.    
Original commit
Saturday, 22 Dec 2001
12:43 kevlo search for other commits by this committer
Update to version 2.1.b2    
Original commit
Thursday, 6 Dec 2001
09:57 ijliao search for other commits by this committer
upgrade to 2.1b1    
Original commit
Friday, 21 Sep 2001
06:54 petef search for other commits by this committer
- update to 2.1.a3   - depend on javamwrapper instead of the java binary   -
install into PREFIX, not LOCALBASE    
Original commit
Saturday, 7 Apr 2001
05:56 will search for other commits by this committer
Add jython 2.0, an implementation of Python Interpreter with Pure   Java.    
Original commit

Number of commits found: 14