b602 FreshPorts -- java/icedtea-web
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
icedtea-web 1.3.2 java on this many watch lists=6 search for ports that depend on this port An older version of this port was marked as vulnerable.
A free Java plug-in and Java Web Start for OpenJDK
Maintained by: java@FreeBSD.org search for ports maintained by this maintainer
Port Added: 11 Jul 2011 20:51:02
Also Listed In: www
License: GPLv2


The IcedTea-Web project provides a Free Software web browser plugin running
applets written in the Java programming language and an implementation of
Java Web Start, originally based on the NetX project.

WWW: http://icedtea.classpath.org/wiki/IcedTea-Web
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. archivers/zip
  2. shells/bash
  3. java/openjdk6
  4. www/libxul
  5. devel/pkgconf
  6. devel/gmake
  7. x11/libX11
  8. lang/perl5.14
  9. textproc/intltool
Required To Run:
  1. shells/bash
  2. java/openjdk6
  3. www/libxul
  4. x11/libX11
  5. devel/gio-fam-backend
Required Libraries:
  1. devel/glib20
  2. devel/pcre
  3. accessibility/atk
  4. x11-toolkits/gtk20
  5. x11-toolkits/pango
There are no ports dependent upon this port

To install the port: cd /usr/ports/java/icedtea-web/ && make install clean
To add the package: pkg_add -r icedtea-web


Configuration Options
===> The following configuration options are available for icedtea-web-1.3.2:
     PLUGIN=on: Enable the browser plug-in
     RHINO=off: Add support for Proxy Auto Config files
     TEST=off: Add support for running regression test
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://icedtea.classpath.org/download/source/
  3. http://icedtea.wildebeest.org/download/source/

Number of commits found: 30

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
29 Apr 2013 08:57:13
Original commit files touched by this commit  1.3.2
bapt search for other commits by this committer
Rely on bsdtar to autodetermine the format of the distfiles when possible

For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.

Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
26 Apr 2013 23:26:07
Original commit files touched by this commit  1.3.2
jkim search for other commits by this committer
Update to 1.3.2.
23 Apr 2013 11:46:54
Original commit files touched by this commit  1.3.1
bapt search for other commits by this committer
Convert j* categories to USES=pkgconfig
09 Nov 2012 22:45:19
Original commit files touched by this commit  1.3.1
jkim search for other commits by this committer
Add libxul19 as a possible Gecko.

Feature safe:	yes
08 Nov 2012 18:22:11
Original commit files touched by this commit  1.3.1
jkim search for other commits by this committer
- Update to 1.3.1.
- Tidy up dependencies, trim Makefile header, and clean up style.

Feature safe:	yes
10 Sep 2012 19:19:33
Original commit files touched by this commit  1.3_1
beat search for other commits by this committer
- Move libxul 1.9.2 to www/libxul19
- Update www/libxul to 10.0.7
- Update all dependent ports to use www/libxul19 (no functional changes)
- Bump PORTREVISION on ports where libxul is a run dependency as the
  resulting package will change.

Submitted by:	Jan Beich <jbeich@tormail.org>
With hat:	gecko
10 Sep 2012 19:15:11
Original commit files touched by this commit  1.3
jkim search for other commits by this committer
- Add perl as a build dependency.
- Fix perl path for javac wrapper. [1]

PR:		ports/170772 [1]
10 Sep 2012 18:34:58
Original commit files touched by this commit  1.3
jkim search for other commits by this committer
Set LC_ALL instead of LANG.  Some users still complain about locale issues.
07 Sep 2012 18:59:28
Original commit files touched by this commit  1.3
jkim search for other commits by this committer
Catch up with icedtea.classpath.org changes to fix fetch & extract issues.

Reported by:	osa, barbara (barbara dot freebsd at gmail dot com)
06 Sep 2012 21:21:00
Original commit files touched by this commit  1.3
jkim search for other commits by this committer
Remove an unnecessary change in the previous commit.
06 Sep 2012 21:15:59
Original commit files touched by this commit  1.3
jkim search for other commits by this committer
Update to 1.3.
27 Aug 2012 17:43:39
Original commit files touched by this commit  1.2.1_1
jkim search for other commits by this committer
Allow java/openjdk7 to build and execute Java plugin.  A necessary patch for
OpenJDK7 was committed as r303173.
13 Aug 2012 21:27:49
Original commit files touched by this commit  1.2.1_1
jkim search for other commits by this committer
Fix web plugin crash with Firefox 14.

PR:		ports/170352
Obtained from:	IcedTea Project (PR1106)
31 Jul 2012 20:02:09
Original commit files touched by this commit  1.2.1
jkim search for other commits by this committer
Update to 1.2.1.
26 Jul 2012 05:40:24
Original commit files touched by this commit  1.2_2
 This port version is marked as vulnerable.
bapt search for other commits by this committer
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
24 Jul 2012 16:55:48
Original commit files touched by this commit  1.2_2
 This port version is marked as vulnerable.
jkim search for other commits by this committer
Fix broken r300965.  The options should be defined prior to including
bsd.port.options.mk.  While here, convert NOPORTDOCS to DOCS option.

Pointed by:	bapt
16 Jul 2012 18:12:35
Original commit files touched by this commit  1.2_2
 This port version is marked as vulnerable.
jkim search for other commits by this committer
Use the new options framework.
01 Jun 2012 05:26:28
Original commit files touched by this commit  1.2_2
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- update png to 1.5.10
06 Mar 2012 00:38:48
Original commit files touched by this commit  1.2_1
 This port version is marked as vulnerable.
jkim search for other commits by this committer
Fix javaws launcher.  This shell script now uses bash extensions.
05 Mar 2012 23:51:06
Original commit files touched by this commit  1.2
 This port version is marked as vulnerable.
jkim search for other commits by this committer
Update to 1.2.
08 Nov 2011 17:40:22
Original commit files touched by this commit  1.1.4
 This port version is marked as vulnerable.
jkim search for other commits by this committer
Update to 1.1.4.
28 Sep 2011 22:03:08
Original commit files touched by this commit  1.1.3
 This port version is marked as vulnerable.
jkim search for other commits by this committer
Update to 1.1.3.
31 Aug 2011 20:09:13
Original commit files touched by this commit  1.1.2
 This port version is marked as vulnerable.
jkim search for other commits by this committer
Make portlint happy.
31 Aug 2011 19:52:13
Original commit files touched by this commit  1.1.2
 This port version is marked as vulnerable.
jkim search for other commits by this committer
Update to 1.1.2.
13 Jul 2011 19:17:36
Original commit files touched by this commit  1.1
 This port version is marked as vulnerable.
jkim search for other commits by this committer
Specify JAVA_VERSION correctly to fix another build breakage.

Reported by:    David Wolfskill (david at catwhisker dot org)
Pointy hat to:  jkim
12 Jul 2011 22:53:45
Original commit files touched by this commit  1.1
 This port version is marked as vulnerable.
jkim search for other commits by this committer
Replace "readlink -f" with realpath(1).  This should fix "make test" on
7.4 and 8.2 when both "RHINO" and "TEST" options are enabled.

Suggested by:   Warren Block (wblock at wonkity dot com)
12 Jul 2011 19:21:03
Original commit files touched by this commit  1.1
 This port version is marked as vulnerable.
jkim search for other commits by this committer
Fix various build and installation issues.

- Replace various Linuxisms in Makefile with little more portable code.
Remove now unnecessary build dependency of sysutils/coreutils.
- Install launcher wrappers with INSTALL_SCRIPT[1].
- Rename javaws launcher to itweb-javaws throughout.  This conflicts with
a symlink created by java/javavmwrapper[2].

PR:             ports/158826 [1]
Reported by:    glewis [2]
11 Jul 2011 23:13:16
Original commit files touched by this commit  1.1
 This port version is marked as vulnerable.
jkim search for other commits by this committer
Add LICENSE.
11 Jul 2011 22:35:12
Original commit files touched by this commit  1.1
 This port version is marked as vulnerable.
jkim search for other commits by this committer
Fix build with Rhino support.
11 Jul 2011 20:50:42
Original commit files touched by this commit  1.1
 This port version is marked as vulnerable.
jkim search for other commits by this committer
The IcedTea-Web project provides a Free Software web browser plugin running
applets written in the Java programming language and an implementation of
Java Web Start, originally based on the NetX project.

WWW: http://icedtea.classpath.org/wiki/IcedTea-Web

Number of commits found: 30

2863
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24539
Broken 216
Deprecated 478
Ignore 632
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 516
Interactive 33
new 24 hours 2
new 48 hours6
new 7 days31
new fortnight62
new month215

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0