6b72 FreshPorts -- www/dojo-shrinksafe
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
dojo-shrinksafe 1.9.0 www on this many watch lists=0 search for ports that depend on this port
JavaScript code compressor
Maintained by: glarkin@FreeBSD.org search for ports maintained by this maintainer
Port Added: 02 May 2008 02:49:24
Also Listed In: java
License: not specified in port


The Dojo Toolkit's compressor, ShrinkSafe, uses the Rhino JavaScript
interpreter to safely rename variables and reduce the size of your
scripts without interferring with their operation. It does not
change any public APIs making it easy to use in your JavaScript
development process.

WWW:	http://shrinksafe.dojotoolkit.org/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

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

Required To Run:
  1. java/openjdk6
There are no ports dependent upon this port

To install the port: cd /usr/ports/www/dojo-shrinksafe/ && make install clean
To add the package: pkg_add -r dojo-shrinksafe


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/glarkin/
  3. ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/glarkin/
  4. ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/glarkin/
  5. ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/glarkin/
  6. ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/glarkin/
  7. ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/glarkin/
  8. ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/glarkin/
  9. http://download.dojotoolkit.org/release-1.9.0/
  10. http://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/glarkin/

Number of commits found: 17

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
21 May 2013 23:28:02
Original commit files touched by this commit  1.9.0
glarkin search for other commits by this committer
- Updated to 1.9.0
- Fixed a documentation URL
10 Dec 2012 13:43:44
Original commit files touched by this commit  1.4.2
bapt search for other commits by this committer
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION=	1.5+ (part3)
29 Jul 2012 11:17:04
Original commit files touched by this commit  1.4.2
cs search for other commits by this committer
Fix typos in COMMENT

Approved by:	portmgr@ (implicit)
21 Jul 2011 05:03:02
Original commit files touched by this commit  1.4.2
linimon search for other commits by this committer
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk.  As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no).  Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.

Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .

PR:             ports/158969
Submitted by:   rene
Tested on:      pointyhat-west -exp
19 Mar 2011 12:38:54
Original commit files touched by this commit  1.4.2
miwi search for other commits by this committer
- Get Rid MD5 support
15 Mar 2010 17:14:51
Original commit files touched by this commit  1.4.2
glarkin search for other commits by this committer
- Updated to 1.4.2
- Fixed some broken URLs after distro web site reorg
27 Jan 2010 16:54:11
Original commit files touched by this commit  1.4.1
glarkin search for other commits by this committer
- Updated to 1.4.1
14 Jan 2010 19:59:01
Original commit files touched by this commit  1.4.0
glarkin search for other commits by this committer
- Updated to 1.4.0
10 Nov 2009 22:28:44
Original commit files touched by this commit  1.3.2
glarkin search for other commits by this committer
- Updated to 1.3.2
07 May 2009 04:21:25
Original commit files touched by this commit  1.3.1
glarkin search for other commits by this committer
- Update to 1.3.1
23 Dec 2008 14:18:13
Original commit files touched by this commit  1.2.3
glarkin search for other commits by this committer
- Updated to 1.2.3
21 Nov 2008 20:23:04
Original commit files touched by this commit  1.2.2
glarkin search for other commits by this committer
- Updated to 1.2.2
16 Oct 2008 13:17:37
Original commit files touched by this commit  1.2.0
glarkin search for other commits by this committer
- Updated to 1.2.0

Approved by:    beech (mentor, implicit)
18 Jul 2008 21:05:20
Original commit files touched by this commit  1.1.1_1
glarkin search for other commits by this committer
Changed my MAINTAINER address to
glarkin@FreeBSD.org.

Approved by:    beech (mentor)
06 Jun 2008 14:07:24
Original commit files touched by this commit  1.1.1_1
edwin search for other commits by this committer
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)
05 Jun 2008 23:40:01
Original commit files touched by this commit  1.1.1
miwi search for other commits by this committer
- Update to 1.1.1

PR:             123857
Submitted by:   Greg Larkin <glarkin@sourcehosting.net> (maintainer)
02 May 2008 02:48:55
Original commit files touched by this commit  1.1.0
beech search for other commits by this committer
- New port dojo-shrinksafe-1.1.0

The Dojo Toolkit's compressor, ShrinkSafe, uses the Rhino JavaScript
interpreter to safely rename variables and reduce the size of your
scripts without interferring with their operation. It does not
change any public APIs making it easy to use in your JavaScript
development process.

PR:             ports/123298
Submitted by:   Greg Larkin <glarkin at sourcehosting.net>

Number of commits found: 17

286a
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 487
Ignore 634
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 123
Set to expire 525
Interactive 33
new 24 hours 8
new 48 hours11
new 7 days34
new fortnight58
new month222

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