debian/0000755000000000000000000000000012217704715007174 5ustar debian/libjs-sax.install0000644000000000000000000000004512217702115012447 0ustar lib/sax.js usr/share/javascript/sax/ debian/docs0000644000000000000000000000002212217702115010031 0ustar README.md AUTHORS debian/watch0000644000000000000000000000021512217702747010226 0ustar version=3 opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/node-sax-$1.tar.gz/ \ https://github.com/isaacs/sax-js/releases .*/v?(\d\S*)\.tar\.gz debian/control0000644000000000000000000000210412217704655010577 0ustar Source: sax.js Section: web Priority: extra Maintainer: Debian Javascript Maintainers Uploaders: David Paleino , Jérémy Lal Build-Depends: debhelper (>= 8~) , dh-buildinfo Standards-Version: 3.9.4 Homepage: https://github.com/isaacs/sax-js Vcs-Git: git://anonscm.debian.org/collab-maint/sax.js.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/sax.js.git Package: libjs-sax Architecture: all Depends: ${misc:Depends} Recommends: javascript-common Description: event-based streaming XML parser - JavaScript library A sax-style parser for XML and HTML. . It's a very simple tool to parse through an XML string, or to create a streaming HTML parser. Package: node-sax Architecture: all Depends: ${misc:Depends} , nodejs Description: event-based streaming XML parser - Node.js module A sax-style parser for XML and HTML. . It's a very simple tool to parse through an XML string, or to create a streaming HTML parser. . Node.js is an event-based server-side javascript engine. debian/node-sax.install0000644000000000000000000000003312217702115012266 0ustar lib/sax.js usr/lib/nodejs/ debian/copyright0000644000000000000000000001145012217704074011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: sax Source: https://github.com/isaacs/sax-js Files: * Copyright: © 2010-2013, Isaac Z. Schlueter License: BSD-2-clause Files: debian/* Copyright: © 2011-2012, David Paleino License: Expat Files: examples/strict.dtd Copyright: 1999 World Wide Web Consortium, (Massachusetts Institute of Technology, European Research Consortium for Informatics and Mathematics, Keio University, Beihang) License: W3C License: BSD-2-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. License: W3C This work (and included software, documentation such as READMEs, or other related items) is being provided by the copyright holders under the following license. By obtaining, using and/or copying this work, you (the licensee) agree that you have read, understood, and will comply with the following terms and conditions. . Permission to copy, modify, and distribute this software and its documentation, with or without modification, for any purpose and without fee or royalty is hereby granted, provided that you include the following on ALL copies of the software and documentation or portions thereof, including modifications: . 1. The full text of this NOTICE in a location viewable to users of the redistributed or derivative work. . 2. Any pre-existing intellectual property disclaimers, notices, or terms and conditions. If none exist, the W3C Software Short Notice should be included (hypertext is preferred, text is permitted) within the body of any redistributed or derivative code. . 3. Notice of any changes or modifications to the files, including the date changes were made. (We recommend you provide URIs to the location from which the code is derived.) . THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS. . COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENTATION. . The name and trademarks of copyright holders may NOT be used in advertising or publicity pertaining to the software without specific, written prior permission. Title to copyright in this software and any associated documentation will at all times remain with copyright holders. debian/source/0000755000000000000000000000000012217702115010464 5ustar debian/source/format0000644000000000000000000000001412217702115011672 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212217702115010362 0ustar 8 debian/rules0000755000000000000000000000024112217702115010241 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ override_dh_install: dh_install dh_buildinfo debian/changelog0000644000000000000000000000173712217704715011056 0ustar sax.js (0.5.5-1) unstable; urgency=low * Upstream update * copyright: + rename MIT to expat + Source is from github, not npmjs.org + Upstream switched to BSD-2-clause + Add W3C license for examples/strict.dtd * watch github * Standards-Version 3.9.4 -- Jérémy Lal Mon, 23 Sep 2013 02:22:34 +0200 sax.js (0.4.0-1) unstable; urgency=low * New upstream version * Updated debian/copyright * Standards-Version bump to 3.9.3, no changes needed -- David Paleino Sun, 08 Apr 2012 20:49:28 +0200 sax.js (0.3.5-1) unstable; urgency=low * New upstream version -- David Paleino Sat, 31 Dec 2011 12:40:39 +0100 sax.js (0.3.3-1) unstable; urgency=low * New upstream version -- David Paleino Wed, 16 Nov 2011 23:25:30 +0100 sax.js (0.2.5-1) unstable; urgency=low * Initial release (Closes: #645517) -- David Paleino Sun, 16 Oct 2011 17:36:06 +0200