[prev in list] [next in list] [prev in thread] [next in thread] 

List:       fink-commits
Subject:    [cvs] dists/10.7/stable/main/finkinfo/web libjs-jquery-event-drag.info, 1.5, 1.6
From:       "Justin F. Hallett" <thesin () users ! sourceforge ! net>
Date:       2014-02-27 16:58:52
Message-ID: E1WJ4IR-0000V3-Ob () sfs-ml-1 ! v29 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/web
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv5683

Modified Files:
	libjs-jquery-event-drag.info 
Log Message:
  * Use uglifyjs to compress JavaScript instead of yui-compressor
  * Control: Replacing 'javascript' with 'JavaScript'
  * Added jQuery FullScreen
  * Updating jQuery Cookie for 1.4.0
  * Fix all descriptions to work with new very limiting validator rule of 45
    char.  That being said I really think starting the desc with a lowercase
    should be allow (things like jQuery are not really good to capitalize)


Index: libjs-jquery-event-drag.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/web/libjs-jquery-event-drag.info,v
 retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- libjs-jquery-event-drag.info	28 Oct 2013 21:05:43 -0000	1.5
+++ libjs-jquery-event-drag.info	27 Feb 2014 16:58:49 -0000	1.6
@@ -1,46 +1,47 @@
 Package: libjs-jquery-event-drag
-Version: 0.8
-Revision: 2.2
+Version: 0.9
+Revision: 1.1
 ###
-BuildDepends: yui-compressor
+BuildDepends: node-uglify
 Depends: <<
 	javascript-common,
 	libjs-jquery
 <<
 ###
-Source: mirror:debian:pool/main/j/jquery-goodies/jquery-goodies_8.orig.tar.gz
-Source-MD5: f00cf9250803c5987afba84e26b8017a
-SourceDirectory: jquery-goodies-8
+Source: mirror:debian:pool/main/j/jquery-goodies/jquery-goodies_9.orig.tar.gz
+Source-MD5: 8ad484ec06a2e3b54c628a75a1064e1c
+SourceDirectory: jquery-goodies-9
 ###
 PatchScript: <<
 perl -pi -e "s,DXImageTransform\.Microsoft\.AlphaImageLoader.src=',DXImageTransform.Microsoft.AlphaImageLoader\(src='/javascript/jquery-fancybox/,g" \
fancybox/jquery.fancybox.css  <<
 ###
 CompileScript: <<
-yui-compressor event-drag/jquery.event.drag.js -o \
                event-drag/jquery.event.drag.min.js
-yui-compressor event-drop/jquery.event.drop.js -o \
                event-drop/jquery.event.drop.min.js
-yui-compressor easing/jquery.easing.js -o easing/jquery.easing.min.js
-yui-compressor easing/jquery.easing.compatibility.js -o \
                easing/jquery.easing.compatibility.min.js
-yui-compressor galleriffic/js/jquery.galleriffic.js -o \
                galleriffic/js/jquery.galleriffic.min.js
-yui-compressor meiomask/jquery.meiomask.js -o meiomask/jquery.meiomask.min.js
-yui-compressor mousewheel/jquery.mousewheel.js -o \
                mousewheel/jquery.mousewheel.min.js
-yui-compressor jquery-history/jquery.history.js -o  \
                jquery-history/jquery.history.min.js
-yui-compressor opacityrollover/jquery.opacityrollover.js -o \
                opacityrollover/jquery.opacityrollover.min.js
-yui-compressor jush/jush.js -o jush/jush.min.js
-yui-compressor jfeed/build/dist/jquery.jfeed.js -o \
                jfeed/build/dist/jquery.jfeed.min.js
-yui-compressor form/jquery.form.js -o form/jquery.form.min.js
-yui-compressor tipsy/src/javascripts/jquery.tipsy.js -o \
                tipsy/src/javascripts/jquery.tipsy.min.js
-yui-compressor fancybox/jquery.fancybox.js -o fancybox/jquery.fancybox.min.js
-yui-compressor cookie/jquery.cookie.js -o cookie/jquery.cookie.min.js
-yui-compressor metadata/jquery.metadata.js -o metadata/jquery.metadata.min.js
-yui-compressor tablesorter/jquery.tablesorter.js -o \
                tablesorter/jquery.tablesorter.min.js
-yui-compressor tablesorter/addons/pager/jquery.tablesorter.pager.js -o \
                tablesorter/addons/pager/jquery.tablesorter.pager.min.js
-yui-compressor treetable/src/jquery.treeTable.js -o \
                treetable/src/jquery.treeTable.min.js
-yui-compressor livequery/jquery.livequery.js -o  livequery/jquery.livequery.min.js
-yui-compressor countdown/jquery.countdown.js -o countdown/jquery.countdown.min.js
-yui-compressor resize/jquery.ba-resize.js -o resize/jquery.ba-resize.min.js
-yui-compressor uploadify/jquery.uploadify.js -o uploadify/jquery.uploadify.min.js
-yui-compressor slides/source/slides.jquery.js -o slides/source/slides.min.jquery.js
+uglifyjs -o event-drag/jquery.event.drag.min.js event-drag/jquery.event.drag.js
+uglifyjs -o event-drop/jquery.event.drop.min.js event-drop/jquery.event.drop.js
+uglifyjs -o easing/jquery.easing.min.js easing/jquery.easing.js
+uglifyjs -o easing/jquery.easing.compatibility.min.js \
easing/jquery.easing.compatibility.js +uglifyjs -o \
galleriffic/js/jquery.galleriffic.min.js galleriffic/js/jquery.galleriffic.js \
+uglifyjs -o meiomask/jquery.meiomask.min.js meiomask/jquery.meiomask.js +uglifyjs -o \
mousewheel/jquery.mousewheel.min.js mousewheel/jquery.mousewheel.js +uglifyjs -o \
jquery-history/jquery.history.min.js jquery-history/jquery.history.js +uglifyjs -o \
opacityrollover/jquery.opacityrollover.min.js \
opacityrollover/jquery.opacityrollover.js +uglifyjs -o jush/jush.min.js jush/jush.js
+uglifyjs -o jfeed/build/dist/jquery.jfeed.min.js jfeed/build/dist/jquery.jfeed.js
+uglifyjs -o form/jquery.form.min.js form/jquery.form.js
+uglifyjs -o tipsy/src/javascripts/jquery.tipsy.min.js \
tipsy/src/javascripts/jquery.tipsy.js +uglifyjs -o fancybox/jquery.fancybox.min.js \
fancybox/jquery.fancybox.js +uglifyjs -o cookie/jquery.cookie.min.js \
cookie/jquery.cookie.js +uglifyjs -o metadata/jquery.metadata.min.js \
metadata/jquery.metadata.js +uglifyjs -o tablesorter/jquery.tablesorter.min.js \
tablesorter/jquery.tablesorter.js +uglifyjs -o \
tablesorter/addons/pager/jquery.tablesorter.pager.min.js \
tablesorter/addons/pager/jquery.tablesorter.pager.js +uglifyjs -o \
treetable/src/jquery.treeTable.min.js treetable/src/jquery.treeTable.js +uglifyjs -o \
livequery/jquery.livequery.min.js livequery/jquery.livequery.js +uglifyjs -o \
countdown/jquery.countdown.min.js countdown/jquery.countdown.js +uglifyjs -o \
resize/jquery.ba-resize.min.js resize/jquery.ba-resize.js +uglifyjs -o \
uploadify/jquery.uploadify.min.js uploadify/jquery.uploadify.js +uglifyjs -o \
slides/source/slides.min.jquery.js slides/source/slides.jquery.js +uglifyjs -o \
fullscreen/fullscreen/jquery.fullscreen.min.js \
fullscreen/fullscreen/jquery.fullscreen.js  <<
 ###
 InstallScript: <<
@@ -48,7 +49,7 @@
 install -m 0644 event-drag/*.js %i/share/javascript/jquery-event-drag
 <<
 DocFiles: event-drag/License_and_Changelog.txt event-drag/demo
-Description: jQuery Event Drag
+Description: Event Drag for jQuery
 DescDetail: <<
 A jquery special event plugin that makes the task of adding complex
 drag interactions, to any element, simple and powerful.
@@ -77,7 +78,7 @@
 install -d -m 0755 %i/share/javascript/jquery-event-drop
 install -m 0644 event-drop/*.js %i/share/javascript/jquery-event-drop
 	<<
-	Description: jQuery Event Drop
+	Description: Event Drop for jQuery
 	DescDetail: <<
 A jquery special event plugin that makes the task of adding complex
 drop interactions, to any element, simple and powerful.
@@ -110,7 +111,7 @@
 install -m 0644 galleriffic/js/* %i/share/javascript/jquery-galleriffic
 cp -R galleriffic/css %i/share/javascript/jquery-galleriffic
 	<<
-	Description: jQuery Galleriffic plugin
+	Description: Galleriffic for jQuery
 	DescDetail: <<
 Galleriffic is a jQuery plugin that provides a rich, post-back free experience
 optimized to handle high volumes of photos while conserving bandwidth.
@@ -127,7 +128,7 @@
    * API for controlling the gallery with custom controls
    * Support for image captions
    * Flexible configuration
-   * Graceful degradation when javascript is not available
+   * Graceful degradation when JavaScript is not available
    * Support for multiple galleries per page
 	<<
 	DescUsage: <<
@@ -165,7 +166,7 @@
 install -m 0644 jfeed/build/dist/* %i/share/javascript/jquery-jfeed
 install -m 0644 jfeed/proxy.php %i/share/javascript/jquery-jfeed
 	<<
-	Description: jQuery RSS/Atom feed parser plugin
+	Description: RSS/Atom feed parser for jQuery
 	DescDetail: <<
 jFeed is a generic RSS/Atom feed parser, currently parses RSS 0.91, 0.92,
 1.0, 2.0 and Atom 1.0 feeds.
@@ -194,7 +195,7 @@
 install -d -m 0755 %i/share/javascript/jquery-jush
 install -m 0644 jush/* %i/share/javascript/jquery-jush
 	<<
-	Description: jQuery Syntax Highlighter
+	Description: Syntax Highlighter for jQuery
 	DescDetail: <<
 JavaScript Syntax Highlighter can be used for client-side syntax highlighting
 of following languages: HTML, CSS, JavaScript, PHP, SQL, HTTP and SMTP
@@ -238,7 +239,7 @@
 install -d -m 0755 %i/share/javascript/jquery-meiomask
 install -m 0644 meiomask/*.js %i/share/javascript/jquery-meiomask
 	<<
-	Description: jQuery mask plugin
+	Description: Mask for jQuery
 	DescDetail: <<
 meioMask is a simple use plugin for creating and applying masks at
 text input fields.
@@ -282,7 +283,7 @@
 install -d -m 0755 %i/share/javascript/jquery-mousewheel
 install -m 0644 mousewheel/*.js %i/share/javascript/jquery-mousewheel
 	<<
-	Description: jQuery Mousewheel Plugin
+	Description: Mousewheel for jQuery
 	DescDetail: <<
 A jQuery plugin that adds cross-browser mouse wheel support.
 	<<
@@ -310,7 +311,7 @@
 install -d -m 0755 %i/share/javascript/jquery-easing
 install -m 0644 easing/* %i/share/javascript/jquery-easing
 	<<
-	Description: jQuery Easing Plugin
+	Description: Easing for jQuery
 	DescDetail: <<
 A jQuery plugin from GSGD to give advanced easing options.
 	<<
@@ -338,10 +339,10 @@
 install -d -m 0755 %i/share/javascript/jquery-history
 install -m 0644 jquery-history/* %i/share/javascript/jquery-history
 	<<
-	Description: jQuery history plugin
+	Description: History for jQuery
 	DescDetail: <<
 A jQuery history plugin helps you to support back/forward buttons and
-bookmarks in your javascript applications. You can store the application
+bookmarks in your JavaScript applications. You can store the application
 state into URL hash and restore the state from it.
 	<<
 	DescUsage: <<
@@ -368,7 +369,7 @@
 install -d -m 0755 %i/share/javascript/jquery-opacityrollover
 install -m 0644 opacityrollover/* %i/share/javascript/jquery-opacityrollover
 	<<
-	Description: jQuery Opacity Rollover plugin
+	Description: Opacity rollover for jQuery
 	DescDetail: <<
 A jQuery plugin for opacity rollover effect.
 	<<
@@ -396,7 +397,7 @@
 install -d -m 0755 %i/share/javascript/jquery-form
 install -m 0644 form/* %i/share/javascript/jquery-form
 	<<
-	Description: jQuery Form Plugin
+	Description: Form for jQuery
 	DescDetail: <<
 The jQuery Form Plugin allows you to easily and unobtrusively upgrade HTML
 forms to use AJAX. The main methods, ajaxForm and ajaxSubmit, gather
@@ -431,7 +432,7 @@
 cp -R tipsy/src/images %i/share/javascript/jquery-tipsy
 cp -R tipsy/src/stylesheets %i/share/javascript/jquery-tipsy
 	<<
-	Description: jQuery Facebook-style tooltip plugin
+	Description: Facebook-style tooltip for jQuery
 	DescDetail: <<
 Tipsy is a jQuery plugin for creating a Facebook-like tooltips effect
 based on an anchor tag's title attribute.
@@ -473,7 +474,7 @@
 install -d -m 0755 %i/share/javascript/jquery-fancybox
 install -m 0644 fancybox/* %i/share/javascript/jquery-fancybox
 	<<
-	Description: fancy lightbox alternative
+	Description: Fancy lightbox alternative for jQuery
 	DescDetail: <<
 FancyBox is a tool for displaying images, html content and multi-media
 in a Mac-style "lightbox" that floats overtop of web page.
@@ -514,7 +515,7 @@
 install -d -m 0755 %i/share/javascript/jquery-cookie
 install -m 0644 cookie/jquery.cookie*js %i/share/javascript/jquery-cookie
 	<<
-	Description: jQuery cookie plugin
+	Description: Cookie for jQuery
 	DescDetail: <<
 A simple, lightweight utility plugin for reading, writing and
 deleting cookies.
@@ -544,7 +545,7 @@
 install -d -m 0755 %i/share/javascript/jquery-metadata
 install -m 0644 metadata/*.js %i/share/javascript/jquery-metadata
 	<<
-	Description: jQuery plugin for parsing metadata from elements
+	Description: Metadata parsing for jQuery
 	DescDetail: <<
 Sets the type of metadata to use. Metadata is encoded in JSON, and each
 property in the JSON will become a property of the element itself.
@@ -643,7 +644,7 @@
 install -m 0644 treetable/src/*.css %i/share/javascript/jquery-treetable
 cp -R treetable/src/images %i/share/javascript/jquery-treetable
 	<<
-	Description: jQuery treeTable Plugin
+	Description: TreeTable for jQuery
 	DescDetail: <<
 The treeTable plugin allows you to display a tree in a table, i.e. a
 directory structure or a nested list. Each branch in this tree can be
@@ -688,7 +689,7 @@
 install -d -m 0755 %i/share/javascript/jquery-livequery
 install -m 0644 livequery/*.js %i/share/javascript/jquery-livequery
 	<<
-	Description: jQuery Live Query
+	Description: Live query for jQuery
 	DescDetail: <<
 Live Query (formerly Behavior) utilizes the power of jQuery selectors by
 binding events or firing callbacks for matched elements auto-magically,
@@ -723,7 +724,7 @@
 install -m 0644 countdown/*.css %i/share/javascript/jquery-countdown
 ln -s %p/share/javascript/jquery-countdown/jquery-countdown.min.js \
%i/share/javascript/jquery-countdown/jquery-countdown.pack.js  <<
-	Description: jQuery Countdown
+	Description: Countdown for jQuery
 	DescDetail: <<
 A jQuery plugin that sets a div or span to show a countdown to a given time.
 	<<
@@ -756,7 +757,7 @@
 install -d -m 0755 %i/share/javascript/jquery-resize
 install -m 0644 resize/*js %i/share/javascript/jquery-resize
 	<<
-	Description: jQuery resize
+	Description: Resize for jQuery
 	DescDetail: <<
 With jQuery resize event, resize event handlers can be bound to elements other
 than window.
@@ -778,7 +779,7 @@
 SplitOff20: <<
   Package: libjs-jquery-resize-doc
   DocFiles: resize/docs/*
-  Description: jQuery resize (doc)
+  Description: Resize for jQuery (doc)
   DescDetail: <<
 With jQuery resize event, resize event handlers can be bound to elements other
 than window.
@@ -808,7 +809,7 @@
 install -m 0644 uploadify/uploadify-cancel.png %i/share/javascript/jquery-uploadify
 ln -s %p/share/javascript/swfupload/swfupload.swf \
%i/share/javascript/jquery-uploadify/uploadify.swf  <<
-	Description: jQuery plugin for easy multiple file upload
+	Description: Easy multiple file upload for jQuery
 	DescDetail: <<
 Uploadify is a jQuery plugin that allows you to easily add multiple file
 upload functionality to your website.
@@ -870,7 +871,7 @@
 ln -s %p/share/doc/libjs-jquery-slides/examples/Linking/img/background.png \
%i/share/doc/libjs-jquery-slides/examples/Product/img/background.png  ln -s \
%p/share/doc/libjs-jquery-slides/examples/Linking/img/loading.gif \
%i/share/doc/libjs-jquery-slides/examples/Product/img/loading.gif  <<
-	Description: Simple slideshow plugin for jQuery
+	Description: Simple slideshow for jQuery
 	DescDetail: <<
 A simple slideshow plugin for jQuery packed with a useful set of features to
 help novice and advanced developers alike create elegant and user-friendly
@@ -890,5 +891,37 @@
 	<<
 <<
 
+SplitOff23: <<
+	Package: libjs-jquery-fullscreen
+	Depends: <<
+		javascript-common,
+		libjs-jquery
+	<<
+	DocFiles: fullscreen/readme.md
+	InstallScript: <<
+install -d -m 0755 %i/share/javascript/jquery-fullscreen
+install -m 0644 fullscreen/fullscreen/jquery.fullscreen*.js \
%i/share/javascript/jquery-fullscreen +	<<
+	Description: FullScreen for jQuery
+	DescDetail: <<
+A jQuery plugin that wraps around the Full Screen API and works
+around various browser differences. Works in FF 10, Chrome and Safari. It
+is useful for presenting users with an easier to read version of your web
+pages, or zooming <canvas> and <video> elements.
+	<<
+	DescUsage: <<
+In order to make use of fullscreen in your html, include the following
+lines in your html header
+
+    <script language="javascript" type="text/javascript"
+    src="/javascript/jquery/jquery.js"></script>
+
+    <script language="javascript" type="text/javascript"
+    src="/javascript/jquery-fullscreen/jquery.fullscreen.js"></script>
+
+Web site: http://tutorialzine.com/2012/02/enhance-your-website-fullscreen-api/
+	<<
+<<
+
 License: GPL
 Maintainer: Justin F. Hallett <thesin@users.sourceforge.net>


------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic