[pkg-java] r8157 - in trunk: . yuicompressor yuicompressor/debian

dominik-guest at alioth.debian.org dominik-guest at alioth.debian.org
Mon Mar 30 19:34:29 UTC 2009


Author: dominik-guest
Date: 2009-03-30 19:34:29 +0000 (Mon, 30 Mar 2009)
New Revision: 8157

Added:
   trunk/yuicompressor/
   trunk/yuicompressor/debian/
   trunk/yuicompressor/debian/changelog
   trunk/yuicompressor/debian/compat
   trunk/yuicompressor/debian/control
   trunk/yuicompressor/debian/copyright
   trunk/yuicompressor/debian/dirs
   trunk/yuicompressor/debian/docs
   trunk/yuicompressor/debian/rules
   trunk/yuicompressor/debian/watch
Log:
[yuicompressor] initial import (working draft)

Added: trunk/yuicompressor/debian/changelog
===================================================================
--- trunk/yuicompressor/debian/changelog	                        (rev 0)
+++ trunk/yuicompressor/debian/changelog	2009-03-30 19:34:29 UTC (rev 8157)
@@ -0,0 +1,6 @@
+yuicompressor (2.4.2-1) UNRELEASED; urgency=low
+
+  * Initial release (closes: #519938)
+
+ -- Dominik Smatana <dominik.smatana at gmail.com>  Mon, 30 Mar 2009 21:07:44 +0200
+


Property changes on: trunk/yuicompressor/debian/changelog
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/yuicompressor/debian/compat
===================================================================
--- trunk/yuicompressor/debian/compat	                        (rev 0)
+++ trunk/yuicompressor/debian/compat	2009-03-30 19:34:29 UTC (rev 8157)
@@ -0,0 +1 @@
+5


Property changes on: trunk/yuicompressor/debian/compat
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/yuicompressor/debian/control
===================================================================
--- trunk/yuicompressor/debian/control	                        (rev 0)
+++ trunk/yuicompressor/debian/control	2009-03-30 19:34:29 UTC (rev 8157)
@@ -0,0 +1,27 @@
+Source: yuicompressor
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Dominik Smatana <dominik.smatana at gmail.com>
+Build-Depends: cdbs (>= 0.4.52), debhelper (>=5.0.30)
+Build-Depends-Indep: default-jdk-builddep, ant, jargs (>= 1.0)
+Homepage: http://developer.yahoo.com/yui/compressor/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/yuicompressor
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/yuicompressor
+Standards-Version: 3.8.0
+
+Package: yuicompressor
+Architecture: all
+Section: java
+Priority: optional
+Depends: openjdk-6-jre | default-jre, jargs (>= 1.0)
+Description: YUI Compressor is JavaScript/CSS minifier
+ The YUI Compressor is a JavaScript compressor which, in addition to removing
+ comments and white-spaces, obfuscates local variables using the smallest
+ possible variable name. This obfuscation is safe, even when using constructs
+ such as 'eval' or 'with' (although the compression is not optimal is those
+ cases) Compared to jsmin, the average savings is around 20%.
+ .
+ The YUI Compressor is also able to safely compress CSS files. The decision
+ on which compressor is being used is made on the file extension (js or css).
+


Property changes on: trunk/yuicompressor/debian/control
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/yuicompressor/debian/copyright
===================================================================
--- trunk/yuicompressor/debian/copyright	                        (rev 0)
+++ trunk/yuicompressor/debian/copyright	2009-03-30 19:34:29 UTC (rev 8157)
@@ -0,0 +1,64 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=454
+Upstream-Name: YUI Compressor
+Upstream-Maintainer: Julien Lecomte <jlecomte at yahoo-inc.com>
+Upstream-Source: http://developer.yahoo.com/yui/compressor/
+
+Files: *
+Copyright: Copyright 2007-2009, Yahoo! Inc. All rights reserved.
+License: BSD
+ http://developer.yahoo.com/yui/license.html
+ On Debian systems the full text of the BSD License
+ can be found in the '/usr/share/common-licenses/BSD' file.
+
+Files: src/com/yahoo/platform/yui/compressor/CssCompressor.java
+Copyright: Copyright 2007-2009, Yahoo! Inc. All rights reserved.
+License: BSD
+ This code is a port of Isaac Schlueter's cssmin utility.
+ This code is licensed under the BSD License: 
+ http://developer.yahoo.com/yui/license.html
+ On Debian systems the full text of the BSD License
+ can be found in the '/usr/share/common-licenses/BSD' file.
+
+Files: src/org/*
+Copyright: Copyright 1997-1999, Netscape Communications Corporation.
+License: MPL-1.1 | GPL-2+
+ The contents of this file are subject to the Mozilla Public License Version
+ 1.1 (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+ http://www.mozilla.org/MPL/
+ .
+ Software distributed under the License is distributed on an "AS IS" basis,
+ WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ for the specific language governing rights and limitations under the
+ License.
+ .
+ The Original Code is Rhino code, released
+ May 6, 1999.
+ .
+ The Initial Developer of the Original Code is
+ Netscape Communications Corporation.
+ Portions created by the Initial Developer are Copyright (C) 1997-1999
+ the Initial Developer. All Rights Reserved.
+ .
+ Contributor(s):
+   Mike Ang
+   Igor Bukanov
+   Bob Jervis
+   Mike McCabe
+ .
+ Alternatively, the contents of this file may be used under the terms of
+ the GNU General Public License Version 2 or later (the "GPL"), in which
+ case the provisions of the GPL are applicable instead of those above. If
+ you wish to allow use of your version of this file only under the terms of
+ the GPL and not to allow others to use your version of this file under the
+ MPL, indicate your decision by deleting the provisions above and replacing
+ them with the notice and other provisions required by the GPL. If you do
+ not delete the provisions above, a recipient may use your version of this
+ file under either the MPL or the GPL.
+
+Files: debian/*
+Copyright: Copyright 2009, Dominik Smatana <dominik.smatana at gmail.com>
+License: GPL-3
+ On Debian systems the full text of the GNU General Public License version 3
+ can be found in the '/usr/share/common-licenses/GPL-3' file.
+


Property changes on: trunk/yuicompressor/debian/copyright
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/yuicompressor/debian/dirs
===================================================================
--- trunk/yuicompressor/debian/dirs	                        (rev 0)
+++ trunk/yuicompressor/debian/dirs	2009-03-30 19:34:29 UTC (rev 8157)
@@ -0,0 +1,3 @@
+usr/bin
+usr/share/java
+

Added: trunk/yuicompressor/debian/docs
===================================================================
--- trunk/yuicompressor/debian/docs	                        (rev 0)
+++ trunk/yuicompressor/debian/docs	2009-03-30 19:34:29 UTC (rev 8157)
@@ -0,0 +1 @@
+doc/


Property changes on: trunk/yuicompressor/debian/docs
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/yuicompressor/debian/rules
===================================================================
--- trunk/yuicompressor/debian/rules	                        (rev 0)
+++ trunk/yuicompressor/debian/rules	2009-03-30 19:34:29 UTC (rev 8157)
@@ -0,0 +1,19 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/ant.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+DEB_COMPRESS_EXCLUDE := .class
+JAVA_HOME_DIRS       := /usr/lib/jvm/java-6-openjdk
+ANT_HOME             := /usr/share/ant
+DEB_JARS             := $(ANT_HOME)/lib/ant-launcher.jar
+DEB_ANT_BUILD_TARGET := build.jar
+# DEB_BUILDDIR         := 
+DEB_DH_INSTALLCHANGELOGS_ARGS := changes.txt
+
+LIBRARY=yuicompressor
+VERSION=2.4.2
+
+clean:: 
+	-rm -fr build/*


Property changes on: trunk/yuicompressor/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/yuicompressor/debian/watch
===================================================================
--- trunk/yuicompressor/debian/watch	                        (rev 0)
+++ trunk/yuicompressor/debian/watch	2009-03-30 19:34:29 UTC (rev 8157)
@@ -0,0 +1,4 @@
+version=3
+http://www.julienlecomte.net/yuicompressor/ \
+  yuicompressor-([\d\.]*).zip
+


Property changes on: trunk/yuicompressor/debian/watch
___________________________________________________________________
Name: svn:executable
   + *




More information about the pkg-java-commits mailing list