Index: deskutils/py-khal/Makefile =================================================================== --- deskutils/py-khal/Makefile (revision 0) +++ deskutils/py-khal/Makefile (working copy) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= khal +PORTVERSION= 0.4.0 +CATEGORIES= deskutils python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= che@bein.link +COMMENT= CalDAV-based calendar + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=3.2:${PORTSDIR}/devel/py-click \ + ${PYTHON_PKGNAMEPREFIX}icalendar>=3.8.2:${PORTSDIR}/devel/py-icalendar \ + ${PYTHON_PKGNAMEPREFIX}urwid>=1.2.1:${PORTSDIR}/devel/py-urwid \ + ${PYTHON_PKGNAMEPREFIX}xdg>=0.25:${PORTSDIR}/devel/py-xdg \ + ${PYTHON_PKGNAMEPREFIX}pytz>=2014.10:${PORTSDIR}/devel/py-pytz \ + ${PYTHON_PKGNAMEPREFIX}dateutil>=2.3:${PORTSDIR}/devel/py-dateutil \ + ${PYTHON_PKGNAMEPREFIX}configobj>=5.0.6:${PORTSDIR}/devel/py-configobj \ + ${PYTHON_PKGNAMEPREFIX}tzlocal>=1.0:${PORTSDIR}/devel/py-tzlocal \ + ${PYTHON_PKGNAMEPREFIX}vdirsyncer>=0.4.3:${PORTSDIR}/deskutils/py-vdirsyncer + +USES= python +USE_PYTHON= autoplist distutils + +.include Property changes on: deskutils/py-khal/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: deskutils/py-khal/distinfo =================================================================== --- deskutils/py-khal/distinfo (revision 0) +++ deskutils/py-khal/distinfo (working copy) @@ -0,0 +1,2 @@ +SHA256 (khal-0.4.0.tar.gz) = 9762783cfe1343772da7fd5e287ecfbd825f25e29482b3d32834b41837111e84 +SIZE (khal-0.4.0.tar.gz) = 43665 Property changes on: deskutils/py-khal/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: deskutils/py-khal/pkg-descr =================================================================== --- deskutils/py-khal/pkg-descr (revision 0) +++ deskutils/py-khal/pkg-descr (working copy) @@ -0,0 +1,5 @@ +Khal is a calendar program for the terminal for viewing, adding and editing +events and calendars. Khal is build on the iCalendar and vdir (allowing the +use of vdirsyncer for CalDAV compatibility) standards. + +WWW: http://lostpackets.de/khal/ Property changes on: deskutils/py-khal/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/lighttpd/Makefile =================================================================== --- www/lighttpd/Makefile (revision 0) +++ www/lighttpd/Makefile (revision 380974) @@ -0,0 +1,230 @@ +# Created by: k@123.org +# $FreeBSD$ + +PORTNAME?= lighttpd +PORTVERSION= 1.4.35 +PORTREVISION= 5 +CATEGORIES?= www +MASTER_SITES?= http://download.lighttpd.net/lighttpd/releases-1.4.x/ + +MAINTAINER?= mat@FreeBSD.org +COMMENT?= Secure, fast, compliant, and flexible Web Server + +.if !defined(_BUILDING_LIGHTTPD_MODULE) +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING +.endif + +LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre + +GNU_CONFIGURE= yes +USES= gmake libtool pkgconfig tar:bzip2 + +USE_AUTOTOOLS= autoconf autoheader aclocal automake +AUTOMAKE_ARGS= -a -c -f +CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/lighttpd +INSTALL_TARGET= install-strip + +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +.if !defined(_BUILDING_LIGHTTPD_MODULE) +USE_RC_SUBR= lighttpd + +OPTIONS_DEFINE= BZIP2 DOCS FAM GDBM IPV6 LIBEV LUA MEMCACHE MYSQL MYSQLAUTH \ + NODELAY LDAP OPENSSL SPAWNFCGI VALGRIND WEBDAV + +OPTIONS_DEFAULT= IPV6 OPENSSL + +BZIP2_DESC= bzip2 support (mod_compress) +GDBM_DESC= gdbm storage (mod_trigger_b4_dl) +LDAP_DESC= LDAP authentication +LUA_DESC= lua support (mod_cml, mod_magnet) +MEMCACHE_DESC= memcached storage (mod_trigger_b4_dl) +MYSQL_DESC= MySQL support (mod_mysql_vhost) +MYSQLAUTH_DESC= MySQL authentication (requires WITH_MYSQL) +NODELAY_DESC= Set TCP_NODELAY on listening sockets +SPAWNFCGI_DESC= Depend on spawn-fcgi utility +VALGRIND_DESC= valgrind support +WEBDAV_DESC= WebDAV support + +FAM_USES= fam +FAM_CONFIGURE_ON= --with-fam +FAM_CONFIGURE_ENV= FAM_CFLAGS="-I${LOCALBASE}/include" FAM_LIBS="-L${LOCALBASE}/lib" + +LIGHTTPD_CONF_FILES= lighttpd.conf modules.conf + +LIGHTTPD_CONF_D_FILES= access_log.conf \ + auth.conf cgi.conf cml.conf \ + compress.conf debug.conf dirlisting.conf \ + evhost.conf expire.conf fastcgi.conf \ + magnet.conf mime.conf mysql_vhost.conf proxy.conf \ + rrdtool.conf scgi.conf secdownload.conf \ + simple_vhost.conf ssi.conf status.conf \ + trigger_b4_dl.conf userdir.conf webdav.conf + +LIGHTTPD_LOGROOT?= /var/log/lighttpd +LIGHTTPD_WEBROOT?= ${PREFIX}/www/data +LIGHTTPD_USER?= www +LIGHTTPD_GROUP?= www + +PLIST_SUB+= LOGROOT="${LIGHTTPD_LOGROOT}" \ + USER="${LIGHTTPD_USER}" \ + GROUP="${LIGHTTPD_GROUP}" \ + MKDIR="${MKDIR}" \ + CHOWN="${CHOWN}" + +.endif # !defined(_BUILDING_LIGHTTPD_MODULE) + +.include + +.if !defined(_BUILDING_LIGHTTPD_MODULE) +# Default REQUIRE to rc.d script +_REQUIRE= DAEMON + +.if ${PORT_OPTIONS:MDOCS} +DOCS= AUTHORS COPYING INSTALL NEWS README +PORTDOCS= ${DOCS} +.endif + +.if ${PORT_OPTIONS:MOPENSSL} +USE_OPENSSL= yes +CONFIGURE_ARGS+= --with-openssl \ + --with-openssl-includes=${OPENSSLINC} \ + --with-openssl-libs=${OPENSSLLIB} +.endif + +.if ${PORT_OPTIONS:MBZIP2} +CONFIGURE_ARGS+= --with-bzip2 +.endif + +.if ${PORT_OPTIONS:MGDBM} +LIB_DEPENDS+= libgdbm.so:${PORTSDIR}/databases/gdbm +CONFIGURE_ARGS+= --with-gdbm +.endif + +.if empty(PORT_OPTIONS:MIPV6) +CONFIGURE_ARGS+= --disable-ipv6 +.endif + +.if ${PORT_OPTIONS:MLIBEV} +CONFIGURE_ARGS+= --with-libev=${LOCALBASE} +LIB_DEPENDS+= libev.so:${PORTSDIR}/devel/libev +.endif + +.if ${PORT_OPTIONS:MLUA} +USES+= lua:51 +CONFIGURE_ARGS+= --with-lua +CONFIGURE_ENV+= LUA_CFLAGS="-I${LUA_INCDIR}" LUA_LIBS="-L${LUA_LIBDIR} -llua-${LUA_VER}" +.endif + +.if ${PORT_OPTIONS:MMEMCACHE} +LIB_DEPENDS+= libmemcache.so:${PORTSDIR}/databases/libmemcache +CONFIGURE_ARGS+= --with-memcache +.endif + +.if ${PORT_OPTIONS:MMYSQL} +USE_MYSQL= yes +CONFIGURE_ARGS+= --with-mysql +_REQUIRE+= mysql +.endif + +.if ${PORT_OPTIONS:MMYSQLAUTH} && empty(PORT_OPTIONS:MMYSQL) +IGNORE= option WITH_MYSQLAUTH requires WITH_MYSQL +.endif + +.if ${PORT_OPTIONS:MMYSQLAUTH} +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-mysqlauth +PORTDOCS+= README.mysqlauth mysql_auth.sql +.endif + +.if ${PORT_OPTIONS:MNODELAY} +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-nodelay +.endif + +.if ${PORT_OPTIONS:MLDAP} +USE_OPENLDAP= yes +CONFIGURE_ARGS+= --with-ldap +_REQUIRE+= slapd +.endif + +.if ${PORT_OPTIONS:MSPAWNFCGI} +RUN_DEPENDS+= spawn-fcgi:${PORTSDIR}/www/spawn-fcgi +.endif + +.if ${PORT_OPTIONS:MVALGRIND} +BUILD_DEPENDS+= valgrind:${PORTSDIR}/devel/valgrind +RUN_DEPENDS+= valgrind:${PORTSDIR}/devel/valgrind +CONFIGURE_ARGS+= --with-valgrind +.endif + +.if ${PORT_OPTIONS:MWEBDAV} +USE_GNOME+= libxml2 +LIB_DEPENDS+= libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \ + libsqlite3.so:${PORTSDIR}/databases/sqlite3 +CONFIGURE_ARGS+= --with-webdav-props --with-webdav-locks +.endif + +SUB_LIST+= REQUIRE="${_REQUIRE}" + +post-patch: + @${REINPLACE_CMD} -e 's|-std=gnu99||' \ + ${WRKSRC}/configure ${WRKSRC}/configure.ac + @${REINPLACE_CMD} -E -e \ + 's|^(server.document-root.*=).*|\1 "${PREFIX}/www/data/"|' \ + -e "s|/etc/lighttpd|${PREFIX}/etc/lighttpd|g" \ + -e 's|^(server.event-handler.*=).*|\1 "freebsd-kqueue"|' \ + -e 's|^(server.network-backend.*=).*|\1 "writev"|' \ + -e "s|^(server.username.*=).*|\1 \"${LIGHTTPD_USER}\"|" \ + -e "s|^(server.groupname.*=).*|\1 \"${LIGHTTPD_GROUP}\"|" \ + -e "s|^(var.log_root.*=).*|\1 \"${LIGHTTPD_LOGROOT}\"|" \ + -e "s|^(var.home_dir.*=).*|\1 \"/var/spool/lighttpd\"|" \ + -e "s|^(var.server_root.*=).*|\1 \"${LIGHTTPD_WEBROOT}\"|" \ + ${WRKSRC}/doc/config/lighttpd.conf + @${REINPLACE_CMD} -e "s|/etc/lighttpd|${PREFIX}/etc/lighttpd|g" \ + ${WRKSRC}/doc/config/conf.d/auth.conf + @${REINPLACE_CMD} -e "s|/usr/bin/python|${LOCALBASE}/bin/python|" \ + ${WRKSRC}/doc/config/conf.d/cgi.conf \ + ${WRKSRC}/tests/*.conf + @${ECHO} >> ${WRKSRC}/doc/config/lighttpd.conf + @${ECHO} "# IPv4 listening socket" >> \ + ${WRKSRC}/doc/config/lighttpd.conf + @${ECHO} "\$$SERVER[\"socket\"] == \"0.0.0.0:80\" { }" >> \ + ${WRKSRC}/doc/config/lighttpd.conf + +post-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/etc/lighttpd/conf.d ${STAGEDIR}${PREFIX}/etc/lighttpd/vhosts.d +.for FILE in ${LIGHTTPD_CONF_FILES} + @${INSTALL_DATA} ${WRKSRC}/doc/config/${FILE} \ + ${STAGEDIR}${PREFIX}/etc/lighttpd/${FILE}.sample +.endfor +.for FILE in ${LIGHTTPD_CONF_D_FILES} + @${INSTALL_DATA} ${WRKSRC}/doc/config/conf.d/${FILE} \ + ${STAGEDIR}${PREFIX}/etc/lighttpd/conf.d/${FILE}.sample +.endfor + @${INSTALL_DATA} ${WRKSRC}/doc/config/vhosts.d/vhosts.template \ + ${STAGEDIR}${PREFIX}/etc/lighttpd/vhosts.d/vhosts.template + +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${STAGEDIR}${DOCSDIR} +. for FILE in ${DOCS} + @${INSTALL_DATA} ${WRKSRC}/${FILE} ${STAGEDIR}${DOCSDIR}/${FILE} +. endfor +.endif +.if ${PORT_OPTIONS:MMYSQLAUTH} +. for FILE in README.mysqlauth mysql_auth.sql + @${INSTALL_DATA} ${FILESDIR}/${FILE} ${STAGEDIR}${DOCSDIR}/${FILE} +. endfor +.endif + @${MKDIR} -m 0700 ${STAGEDIR}${LIGHTTPD_LOGROOT} + +test: build + @cd ${WRKSRC}/tests && ${SETENV} ${MAKE_ENV} ${MAKE} \ + ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} \ + check-TESTS + +regression-test: test + +.endif # !defined(_BUILDING_LIGHTTPD_MODULE) + +.include Property changes on: www/lighttpd/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/lighttpd/distinfo =================================================================== --- www/lighttpd/distinfo (revision 0) +++ www/lighttpd/distinfo (revision 380974) @@ -0,0 +1,6 @@ +SHA256 (lighttpd-1.4.35.tar.bz2) = 4a71c1f6d8af41ed894b507720c4c17184dc320590013881d5170ca7f15c5bf7 +SIZE (lighttpd-1.4.35.tar.bz2) = 665955 +SHA256 (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch.gz) = d7c3704d5253c4f3c18459f89059063b311e50096cd2c38fc982cec683c32e61 +SIZE (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch.gz) = 44695 +SHA256 (lighttpd-1.4.26_mod_geoip.patch.gz) = db43cc0ed7c808b5eed3185d97346e70dea0f1ef4fa9ed436d08e4faff7f97e7 +SIZE (lighttpd-1.4.26_mod_geoip.patch.gz) = 3267 Property changes on: www/lighttpd/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/lighttpd/files/COPYING.mod_h264_streaming =================================================================== --- www/lighttpd/files/COPYING.mod_h264_streaming (revision 0) +++ www/lighttpd/files/COPYING.mod_h264_streaming (revision 380974) @@ -0,0 +1,341 @@ +License + +THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS +CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS +PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE +WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS +PROHIBITED. + +BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND +AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS +LICENSE MAY BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU +THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF +SUCH TERMS AND CONDITIONS. + +1. Definitions + + 1. "Adaptation" means a work based upon the Work, or upon the +Work and other pre-existing works, such as a translation, +adaptation, derivative work, arrangement of music or other +alterations of a literary or artistic work, or phonogram or +performance and includes cinematographic adaptations or any other +form in which the Work may be recast, transformed, or adapted +including in any form recognizably derived from the original, except +that a work that constitutes a Collection will not be considered an +Adaptation for the purpose of this License. For the avoidance of +doubt, where the Work is a musical work, performance or phonogram, +the synchronization of the Work in timed-relation with a moving +image ("synching") will be considered an Adaptation for the purpose +of this License. + 2. "Collection" means a collection of literary or artistic works, +such as encyclopedias and anthologies, or performances, phonograms +or broadcasts, or other works or subject matter other than works +listed in Section 1(g) below, which, by reason of the selection and +arrangement of their contents, constitute intellectual creations, in +which the Work is included in its entirety in unmodified form along +with one or more other contributions, each constituting separate and +independent works in themselves, which together are assembled into a +collective whole. A work that constitutes a Collection will not be +considered an Adaptation (as defined above) for the purposes of this +License. + 3. "Distribute" means to make available to the public the +original and copies of the Work or Adaptation, as appropriate, +through sale or other transfer of ownership. + 4. "License Elements" means the following high-level license +attributes as selected by Licensor and indicated in the title of +this License: Attribution, Noncommercial, ShareAlike. + 5. "Licensor" means the individual, individuals, entity or +entities that offer(s) the Work under the terms of this License. + 6. "Original Author" means, in the case of a literary or artistic +work, the individual, individuals, entity or entities who created +the Work or if no individual or entity can be identified, the +publisher; and in addition (i) in the case of a performance the +actors, singers, musicians, dancers, and other persons who act, +sing, deliver, declaim, play in, interpret or otherwise perform +literary or artistic works or expressions of folklore; (ii) in the +case of a phonogram the producer being the person or legal entity +who first fixes the sounds of a performance or other sounds; and, +(iii) in the case of broadcasts, the organization that transmits the +broadcast. + 7. "Work" means the literary and/or artistic work offered under +the terms of this License including without limitation any +production in the literary, scientific and artistic domain, whatever +may be the mode or form of its expression including digital form, +such as a book, pamphlet and other writing; a lecture, address, +sermon or other work of the same nature; a dramatic or +dramatico-musical work; a choreographic work or entertainment in +dumb show; a musical composition with or without words; a +cinematographic work to which are assimilated works expressed by a +process analogous to cinematography; a work of drawing, painting, +architecture, sculpture, engraving or lithography; a photographic +work to which are assimilated works expressed by a process analogous +to photography; a work of applied art; an illustration, map, plan, +sketch or three-dimensional work relative to geography, topography, +architecture or science; a performance; a broadcast; a phonogram; a +compilation of data to the extent it is protected as a copyrightable +work; or a work performed by a variety or circus performer to the +extent it is not otherwise considered a literary or artistic work. + 8. "You" means an individual or entity exercising rights under +this License who has not previously violated the terms of this +License with respect to the Work, or who has received express +permission from the Licensor to exercise rights under this License +despite a previous violation. + 9. "Publicly Perform" means to perform public recitations of the +Work and to communicate to the public those public recitations, by +any means or process, including by wire or wireless means or public +digital performances; to make available to the public Works in such +a way that members of the public may access these Works from a place +and at a place individually chosen by them; to perform the Work to +the public by any means or process and the communication to the +public of the performances of the Work, including by public digital +performance; to broadcast and rebroadcast the Work by any means +including signs, sounds or images. + 10. "Reproduce" means to make copies of the Work by any means +including without limitation by sound or visual recordings and the +right of fixation and reproducing fixations of the Work, including +storage of a protected performance or phonogram in digital form or +other electronic medium. + +2. Fair Dealing Rights. Nothing in this License is intended to +reduce, limit, or restrict any uses free from copyright or rights +arising from limitations or exceptions that are provided for in +connection with the copyright protection under copyright law or +other applicable laws. + +3. License Grant. Subject to the terms and conditions of this +License, Licensor hereby grants You a worldwide, royalty-free, +non-exclusive, perpetual (for the duration of the applicable +copyright) license to exercise the rights in the Work as stated +below: + + 1. to Reproduce the Work, to incorporate the Work into one or +more Collections, and to Reproduce the Work as incorporated in the +Collections; + 2. to create and Reproduce Adaptations provided that any such +Adaptation, including any translation in any medium, takes +reasonable steps to clearly label, demarcate or otherwise identify +that changes were made to the original Work. For example, a +translation could be marked "The original work was translated from +English to Spanish," or a modification could indicate "The original +work has been modified."; + 3. to Distribute and Publicly Perform the Work including as +incorporated in Collections; and, + 4. to Distribute and Publicly Perform Adaptations. + +The above rights may be exercised in all media and formats whether +now known or hereafter devised. The above rights include the right +to make such modifications as are technically necessary to exercise +the rights in other media and formats. Subject to Section 8(f), all +rights not expressly granted by Licensor are hereby reserved, +including but not limited to the rights described in Section 4(e). + +4. Restrictions. The license granted in Section 3 above is expressly +made subject to and limited by the following restrictions: + + 1. You may Distribute or Publicly Perform the Work only under the +terms of this License. You must include a copy of, or the Uniform +Resource Identifier (URI) for, this License with every copy of the +Work You Distribute or Publicly Perform. You may not offer or impose +any terms on the Work that restrict the terms of this License or the +ability of the recipient of the Work to exercise the rights granted +to that recipient under the terms of the License. You may not +sublicense the Work. You must keep intact all notices that refer to +this License and to the disclaimer of warranties with every copy of +the Work You Distribute or Publicly Perform. When You Distribute or +Publicly Perform the Work, You may not impose any effective +technological measures on the Work that restrict the ability of a +recipient of the Work from You to exercise the rights granted to +that recipient under the terms of the License. This Section 4(a) +applies to the Work as incorporated in a Collection, but this does +not require the Collection apart from the Work itself to be made +subject to the terms of this License. If You create a Collection, +upon notice from any Licensor You must, to the extent practicable, +remove from the Collection any credit as required by Section 4(d), +as requested. If You create an Adaptation, upon notice from any +Licensor You must, to the extent practicable, remove from the +Adaptation any credit as required by Section 4(d), as requested. + 2. You may Distribute or Publicly Perform an Adaptation only +under: (i) the terms of this License; (ii) a later version of this +License with the same License Elements as this License; (iii) a +Creative Commons jurisdiction license (either this or a later +license version) that contains the same License Elements as this +License (e.g., Attribution-NonCommercial-ShareAlike 3.0 US) +("Applicable License"). You must include a copy of, or the URI, for +Applicable License with every copy of each Adaptation You Distribute +or Publicly Perform. You may not offer or impose any terms on the +Adaptation that restrict the terms of the Applicable License or the +ability of the recipient of the Adaptation to exercise the rights +granted to that recipient under the terms of the Applicable License. +You must keep intact all notices that refer to the Applicable +License and to the disclaimer of warranties with every copy of the +Work as included in the Adaptation You Distribute or Publicly +Perform. When You Distribute or Publicly Perform the Adaptation, You +may not impose any effective technological measures on the +Adaptation that restrict the ability of a recipient of the +Adaptation from You to exercise the rights granted to that recipient +under the terms of the Applicable License. This Section 4(b) applies +to the Adaptation as incorporated in a Collection, but this does not +require the Collection apart from the Adaptation itself to be made +subject to the terms of the Applicable License. + 3. You may not exercise any of the rights granted to You in +Section 3 above in any manner that is primarily intended for or +directed toward commercial advantage or private monetary +compensation. The exchange of the Work for other copyrighted works +by means of digital file-sharing or otherwise shall not be +considered to be intended for or directed toward commercial +advantage or private monetary compensation, provided there is no +payment of any monetary compensation in con-nection with the +exchange of copyrighted works. + 4. If You Distribute, or Publicly Perform the Work or any +Adaptations or Collections, You must, unless a request has been made +pursuant to Section 4(a), keep intact all copyright notices for the +Work and provide, reasonable to the medium or means You are +utilizing: (i) the name of the Original Author (or pseudonym, if +applicable) if supplied, and/or if the Original Author and/or +Licensor designate another party or parties (e.g., a sponsor +institute, publishing entity, journal) for attribution ("Attribution +Parties") in Licensor's copyright notice, terms of service or by +other reasonable means, the name of such party or parties; (ii) the +title of the Work if supplied; (iii) to the extent reasonably +practicable, the URI, if any, that Licensor specifies to be +associated with the Work, unless such URI does not refer to the +copyright notice or licensing information for the Work; and, (iv) +consistent with Section 3(b), in the case of an Adaptation, a credit +identifying the use of the Work in the Adaptation (e.g., "French +translation of the Work by Original Author," or "Screenplay based on +original Work by Original Author"). The credit required by this +Section 4(d) may be implemented in any reasonable manner; provided, +however, that in the case of a Adaptation or Collection, at a +minimum such credit will appear, if a credit for all contributing +authors of the Adaptation or Collection appears, then as part of +these credits and in a manner at least as prominent as the credits +for the other contributing authors. For the avoidance of doubt, You +may only use the credit required by this Section for the purpose of +attribution in the manner set out above and, by exercising Your +rights under this License, You may not implicitly or explicitly +assert or imply any connection with, sponsorship or endorsement by +the Original Author, Licensor and/or Attribution Parties, as +appropriate, of You or Your use of the Work, without the separate, +express prior written permission of the Original Author, Licensor +and/or Attribution Parties. + 5. + + For the avoidance of doubt: + 1. Non-waivable Compulsory License Schemes. In those +jurisdictions in which the right to collect royalties through any +statutory or compulsory licensing scheme cannot be waived, the +Licensor reserves the exclusive right to collect such royalties for +any exercise by You of the rights granted under this License; + 2. Waivable Compulsory License Schemes. In those +jurisdictions in which the right to collect royalties through any +statutory or compulsory licensing scheme can be waived, the Licensor +reserves the exclusive right to collect such royalties for any +exercise by You of the rights granted under this License if Your +exercise of such rights is for a purpose or use which is otherwise +than noncommercial as permitted under Section 4(c) and otherwise +waives the right to collect royalties through any statutory or +compulsory licensing scheme; and, + 3. Voluntary License Schemes. The Licensor reserves the +right to collect royalties, whether individually or, in the event +that the Licensor is a member of a collecting society that +administers voluntary licensing schemes, via that society, from any +exercise by You of the rights granted under this License that is for +a purpose or use which is otherwise than noncommercial as permitted +under Section 4(c). + 6. Except as otherwise agreed in writing by the Licensor or as +may be otherwise permitted by applicable law, if You Reproduce, +Distribute or Publicly Perform the Work either by itself or as part +of any Adaptations or Collections, You must not distort, mutilate, +modify or take other derogatory action in relation to the Work which +would be prejudicial to the Original Author's honor or reputation. +Licensor agrees that in those jurisdictions (e.g. Japan), in which +any exercise of the right granted in Section 3(b) of this License +(the right to make Adaptations) would be deemed to be a distortion, +mutilation, modification or other derogatory action prejudicial to +the Original Author's honor and reputation, the Licensor will waive +or not assert, as appropriate, this Section, to the fullest extent +permitted by the applicable national law, to enable You to +reasonably exercise Your right under Section 3(b) of this License +(right to make Adaptations) but not otherwise. + +5. Representations, Warranties and Disclaimer + +UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING AND TO +THE FULLEST EXTENT PERMITTED BY APPLICABLE LAW, LICENSOR OFFERS THE +WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND +CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, +INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF +LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF +ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW +THE EXCLUSION OF IMPLIED WARRANTIES, SO THIS EXCLUSION MAY NOT APPLY +TO YOU. + +6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY +APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY +LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR +EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE +WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + +7. Termination + + 1. This License and the rights granted hereunder will terminate +automatically upon any breach by You of the terms of this License. +Individuals or entities who have received Adaptations or Collections +from You under this License, however, will not have their licenses +terminated provided such individuals or entities remain in full +compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will +survive any termination of this License. + 2. Subject to the above terms and conditions, the license granted +here is perpetual (for the duration of the applicable copyright in +the Work). Notwithstanding the above, Licensor reserves the right to +release the Work under different license terms or to stop +distributing the Work at any time; provided, however that any such +election will not serve to withdraw this License (or any other +license that has been, or is required to be, granted under the terms +of this License), and this License will continue in full force and +effect unless terminated as stated above. + +8. Miscellaneous + + 1. Each time You Distribute or Publicly Perform the Work or a +Collection, the Licensor offers to the recipient a license to the +Work on the same terms and conditions as the license granted to You +under this License. + 2. Each time You Distribute or Publicly Perform an Adaptation, +Licensor offers to the recipient a license to the original Work on +the same terms and conditions as the license granted to You under +this License. + 3. If any provision of this License is invalid or unenforceable +under applicable law, it shall not affect the validity or +enforceability of the remainder of the terms of this License, and +without further action by the parties to this agreement, such +provision shall be reformed to the minimum extent necessary to make +such provision valid and enforceable. + 4. No term or provision of this License shall be deemed waived +and no breach consented to unless such waiver or consent shall be in +writing and signed by the party to be charged with such waiver or +consent. + 5. This License constitutes the entire agreement between the +parties with respect to the Work licensed here. There are no +understandings, agreements or representations with respect to the +Work not specified here. Licensor shall not be bound by any +additional provisions that may appear in any communication from You. +This License may not be modified without the mutual written +agreement of the Licensor and You. + 6. The rights granted under, and the subject matter referenced, +in this License were drafted utilizing the terminology of the Berne +Convention for the Protection of Literary and Artistic Works (as +amended on September 28, 1979), the Rome Convention of 1961, the +WIPO Copyright Treaty of 1996, the WIPO Performances and Phonograms +Treaty of 1996 and the Universal Copyright Convention (as revised on +July 24, 1971). These rights and subject matter take effect in the +relevant jurisdiction in which the License terms are sought to be +enforced according to the corresponding provisions of the +implementation of those treaty provisions in the applicable national +law. If the standard suite of rights granted under applicable +copyright law includes additional rights not granted under this +License, such additional rights are deemed to be included in the +License; this License is not intended to restrict the license of any +rights under applicable law. Property changes on: www/lighttpd/files/COPYING.mod_h264_streaming ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/lighttpd/files/README.mysqlauth =================================================================== --- www/lighttpd/files/README.mysqlauth (revision 0) +++ www/lighttpd/files/README.mysqlauth (revision 380974) @@ -0,0 +1,45 @@ +References: +http://redmine.lighttpd.net/issues/752 +http://redmine.lighttpd.net/attachments/1012/03_all_lighttpd-1.4.23-mysql_auth.diff +http://redmine.lighttpd.net/attachments/download/1012/03_all_lighttpd-1.4.23-mysql_auth.diff + +This patch allows lighttpd to authenticate users against mySQL DBbr +NOTE: Only basic auth is implemented. Passwords are stored as MD5 hash in DB + +make mysql db and user (read mySQL doc's if you don't know how) +import lighttpd-1.4.11-mysql_auth.sql + +open lighttpd.conf and add +(be sure that you comment out any other auth - according to lighttpd docs) + +auth.backend = "mysql" +auth.backend.mysql.host = "localhost" +auth.backend.mysql.user = "db_user" +auth.backend.mysql.pass = "db_pass" +auth.backend.mysql.db = "db_name" +auth.backend.mysql.port = "0" # (for default port 0, always needed) +auth.backend.mysql.socket = "" # (for default leave blank, always needed) +auth.backend.mysql.users_table = "users_table" +auth.backend.mysql.col_user = "col_name_username" +auth.backend.mysql.col_pass = "col_name_password" # (md5 hash of password) +auth.backend.mysql.col_realm = "col_realm_name" + +configure lighttpd to use it (same as every other auth) + +auth.require = ( "/some_path" => + ( + "method" => "basic", + "realm" => "some_realm", + "require" => "some_user", + ) +) + +start lighttpd + +P.S. patch include more complicated setup with separate table for domains. +If you are interested please contact with me to obtain more information. + +Bugs, Patches and Suggestions +Send me E-Mail: drJeckyll@Jeckyll.net + +-- drJeckyll Property changes on: www/lighttpd/files/README.mysqlauth ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/lighttpd/files/extra-patch-mysqlauth =================================================================== --- www/lighttpd/files/extra-patch-mysqlauth (revision 0) +++ www/lighttpd/files/extra-patch-mysqlauth (revision 380974) @@ -0,0 +1,455 @@ +diff -Naur new/lighttpd-1.4.23/src/http_auth.c old/lighttpd-1.4.23/src/http_auth.c +--- src/http_auth.c 2009-06-11 14:05:06.000000000 +0400 ++++ src/http_auth.c 2009-10-08 10:10:15.000000000 +0400 +@@ -24,6 +24,7 @@ + #include + #include + #include ++#include + + #include "server.h" + #include "log.h" +@@ -291,6 +292,117 @@ + stream_close(&f); + } else if (p->conf.auth_backend == AUTH_BACKEND_LDAP) { + ret = 0; ++ } else if (p->conf.auth_backend == AUTH_BACKEND_MYSQL) { ++ MYSQL_RES *result; ++ MYSQL_ROW row; ++ int port = atoi(p->conf.auth_mysql_port->ptr); ++ char q[255]; ++ ++ if (p->conf.auth_mysql_socket->ptr != NULL) ++ if (0 == strcmp(p->conf.auth_mysql_socket->ptr, "")) p->conf.auth_mysql_socket->ptr = NULL; ++ ++ p->conf.mysql_conn = mysql_init(NULL); ++ ++ if (mysql_real_connect(p->conf.mysql_conn, p->conf.auth_mysql_host->ptr, p->conf.auth_mysql_user->ptr, p->conf.auth_mysql_pass->ptr, p->conf.auth_mysql_db->ptr, port, p->conf.auth_mysql_socket->ptr, 0)) ++ { ++//#define MY_HOSTING ++ ++#ifdef MY_HOSTING ++ char my_full_realm[255]; ++ char *my_realm = NULL; ++ char *my_domain = NULL; ++ ++ char *uname; ++ size_t unamelen; ++ ++ unamelen = strlen(username->ptr); ++ uname = malloc(unamelen*2+1); ++ ++ mysql_real_escape_string(p->conf.mysql_conn, ++ uname, username->ptr, ++ (unsigned long)unamelen); ++ ++ strcpy(my_full_realm, realm->ptr); ++ my_realm = strtok(my_full_realm, "@"); ++ ++ if (my_realm != NULL) ++ my_domain = strtok(NULL, "@"); ++ ++ sprintf(q, "SELECT %s FROM %s, %s WHERE %s='%s' AND %s='%s' AND %s='%s' AND %s=%s", ++ p->conf.auth_mysql_col_pass->ptr, ++ ++ p->conf.auth_mysql_users_table->ptr, ++ p->conf.auth_mysql_domains_table->ptr, ++ ++ p->conf.auth_mysql_col_user->ptr, ++ uname, ++ ++ p->conf.auth_mysql_col_realm->ptr, ++ my_realm, ++ ++ p->conf.auth_mysql_col_domain->ptr, ++ my_domain, ++ ++ p->conf.auth_mysql_domains_table_col_domain_id->ptr, ++ p->conf.auth_mysql_users_table_col_domain_id->ptr ++ ); ++ ++ free(uname); ++#else ++ // sanitize username & realm by taguchi@ff.iij4u.or.jp ++ char *uname, *urealm; ++ size_t unamelen, urealmlen; ++ ++ unamelen = strlen(username->ptr); ++ urealmlen = strlen(realm->ptr); ++ uname = malloc(unamelen*2+1); ++ urealm = malloc(urealmlen*2+1); ++ ++ mysql_real_escape_string(p->conf.mysql_conn, ++ uname, username->ptr, ++ (unsigned long)unamelen); ++ ++ mysql_real_escape_string(p->conf.mysql_conn, ++ urealm, realm->ptr, ++ (unsigned long)unamelen); ++ ++ mysql_real_escape_string(p->conf.mysql_conn, ++ urealm, realm->ptr, ++ (unsigned long)urealmlen); ++ ++ sprintf(q, "SELECT %s FROM %s WHERE %s='%s' AND %s='%s'", ++ p->conf.auth_mysql_col_pass->ptr, ++ p->conf.auth_mysql_users_table->ptr, ++ p->conf.auth_mysql_col_user->ptr, ++ uname, ++ p->conf.auth_mysql_col_realm->ptr, ++ urealm ++ ); ++ ++ free(uname); ++ free(urealm); ++#endif ++ ++ mysql_query(p->conf.mysql_conn, q); ++ result = mysql_store_result(p->conf.mysql_conn); ++ if (mysql_num_rows(result) == 1) ++ { ++ /* found */ ++ row = mysql_fetch_row(result); ++ buffer_copy_string_len(password, row[0], strlen(row[0])); ++ ++ ret = 0; ++ } else ++ { ++ /* not found */ ++ ret = -1; ++ } ++ ++ mysql_free_result(result); ++ mysql_close(p->conf.mysql_conn); ++ ++ p->conf.mysql_conn = NULL; ++ } + } else { + return -1; + } +@@ -831,6 +943,60 @@ + + return 0; + #endif ++ } else if (p->conf.auth_backend == AUTH_BACKEND_MYSQL) { ++ /* ++ we check for md5 crypt() now ++ request by Nicola Tiling ++ */ ++ if (password->ptr[0] == '$' && password->ptr[2] == '$') ++ { ++ char salt[32]; ++ char *crypted; ++ size_t salt_len = 0; ++ char *dollar = NULL; ++ ++ if (NULL == (dollar = strchr(password->ptr + 3, '$'))) { ++ fprintf(stderr, "%s.%d\n", __FILE__, __LINE__); ++ return -1; ++ } ++ ++ salt_len = dollar - password->ptr; ++ ++ if (salt_len > sizeof(salt) - 1) ++ { ++ fprintf(stderr, "%s.%d\n", __FILE__, __LINE__); ++ return -1; ++ } ++ ++ strncpy(salt, password->ptr, salt_len); ++ ++ salt[salt_len] = '\0'; ++ ++ crypted = crypt(pw, salt); ++ ++ if (0 == strcmp(password->ptr, crypted)) ++ { ++ return 0; ++ } else { ++ fprintf(stderr, "%s.%d\n", __FILE__, __LINE__); ++ } ++ } else ++ /* plain md5 check now */ ++ { ++ li_MD5_CTX Md5Ctx; ++ HASH HA1; ++ char a1[256]; ++ ++ li_MD5_Init(&Md5Ctx); ++ li_MD5_Update(&Md5Ctx, (unsigned char *)pw, strlen(pw)); ++ li_MD5_Final(HA1, &Md5Ctx); ++ ++ CvtHex(HA1, a1); ++ ++ if (0 == strcmp(password->ptr, a1)) { ++ return 0; ++ } ++ } + } + return -1; + } +diff -Naur new/lighttpd-1.4.23/src/http_auth.h old/lighttpd-1.4.23/src/http_auth.h +--- src/http_auth.h 2009-03-31 02:16:59.000000000 +0400 ++++ src/http_auth.h 2009-10-08 10:13:56.000000000 +0400 +@@ -8,13 +8,15 @@ + # define USE_LDAP + # include + #endif ++#include + + typedef enum { + AUTH_BACKEND_UNSET, + AUTH_BACKEND_PLAIN, + AUTH_BACKEND_LDAP, + AUTH_BACKEND_HTPASSWD, +- AUTH_BACKEND_HTDIGEST ++ AUTH_BACKEND_HTDIGEST, ++ AUTH_BACKEND_MYSQL + } auth_backend_t; + + typedef struct { +@@ -49,6 +51,22 @@ + buffer *ldap_filter_pre; + buffer *ldap_filter_post; + #endif ++ ++ MYSQL *mysql_conn; ++ buffer *auth_mysql_host; ++ buffer *auth_mysql_user; ++ buffer *auth_mysql_pass; ++ buffer *auth_mysql_db; ++ buffer *auth_mysql_port; ++ buffer *auth_mysql_socket; ++ buffer *auth_mysql_users_table; ++ buffer *auth_mysql_col_user; ++ buffer *auth_mysql_col_pass; ++ buffer *auth_mysql_col_realm; ++ buffer *auth_mysql_domains_table; ++ buffer *auth_mysql_col_domain; ++ buffer *auth_mysql_domains_table_col_domain_id; ++ buffer *auth_mysql_users_table_col_domain_id; + } mod_auth_plugin_config; + + typedef struct { +diff -Naur new/lighttpd-1.4.23/src/Makefile.am old/lighttpd-1.4.23/src/Makefile.am +--- src/Makefile.am.orig 2013-12-03 17:17:52.000000000 +0100 ++++ src/Makefile.am 2014-01-21 20:48:24.645439249 +0100 +@@ -243,7 +243,7 @@ + lib_LTLIBRARIES += mod_auth.la + mod_auth_la_SOURCES = mod_auth.c http_auth.c + mod_auth_la_LDFLAGS = -module -export-dynamic -avoid-version +-mod_auth_la_LIBADD = $(CRYPT_LIB) $(SSL_LIB) $(LDAP_LIB) $(LBER_LIB) $(common_libadd) ++mod_auth_la_LIBADD = $(MYSQL_LIBS) $(CRYPT_LIB) $(SSL_LIB) $(LDAP_LIB) $(LBER_LIB) $(common_libadd) + + lib_LTLIBRARIES += mod_rewrite.la + mod_rewrite_la_SOURCES = mod_rewrite.c +diff -Naur lighttpd-1.4.23/src/Makefile.in old/lighttpd-1.4.23/src/Makefile.in +--- src/Makefile.in.orig 2014-01-20 13:09:11.000000000 +0100 ++++ src/Makefile.in 2014-01-21 20:48:37.115438375 +0100 +@@ -852,7 +852,7 @@ + mod_compress_la_LIBADD = $(Z_LIB) $(BZ_LIB) $(common_libadd) + mod_auth_la_SOURCES = mod_auth.c http_auth.c + mod_auth_la_LDFLAGS = -module -export-dynamic -avoid-version +-mod_auth_la_LIBADD = $(CRYPT_LIB) $(SSL_LIB) $(LDAP_LIB) $(LBER_LIB) $(common_libadd) ++mod_auth_la_LIBADD = $(MYSQL_LIBS) $(CRYPT_LIB) $(SSL_LIB) $(LDAP_LIB) $(LBER_LIB) $(common_libadd) + mod_rewrite_la_SOURCES = mod_rewrite.c + mod_rewrite_la_LDFLAGS = -module -export-dynamic -avoid-version + mod_rewrite_la_LIBADD = $(PCRE_LIB) $(common_libadd) +diff -Naur new/lighttpd-1.4.23/src/mod_auth.c old/lighttpd-1.4.23/src/mod_auth.c +--- src/mod_auth.c 2009-04-11 16:08:19.000000000 +0400 ++++ src/mod_auth.c 2009-10-08 10:24:13.000000000 +0400 +@@ -6,6 +6,7 @@ + #include + #include + #include ++#include + + #include "plugin.h" + #include "http_auth.h" +@@ -83,6 +84,20 @@ + if (s->ldap) ldap_unbind_s(s->ldap); + #endif + ++ buffer_free(s->auth_mysql_host); ++ buffer_free(s->auth_mysql_user); ++ buffer_free(s->auth_mysql_pass); ++ buffer_free(s->auth_mysql_db); ++ buffer_free(s->auth_mysql_socket); ++ buffer_free(s->auth_mysql_users_table); ++ buffer_free(s->auth_mysql_col_user); ++ buffer_free(s->auth_mysql_col_pass); ++ buffer_free(s->auth_mysql_col_realm); ++ buffer_free(s->auth_mysql_domains_table); ++ buffer_free(s->auth_mysql_col_domain); ++ buffer_free(s->auth_mysql_domains_table_col_domain_id); ++ buffer_free(s->auth_mysql_users_table_col_domain_id); ++ + free(s); + } + free(p->config_storage); +@@ -120,6 +135,21 @@ + PATCH(ldap_filter_post); + #endif + ++ PATCH(auth_mysql_host); ++ PATCH(auth_mysql_user); ++ PATCH(auth_mysql_pass); ++ PATCH(auth_mysql_db); ++ PATCH(auth_mysql_port); ++ PATCH(auth_mysql_socket); ++ PATCH(auth_mysql_users_table); ++ PATCH(auth_mysql_col_user); ++ PATCH(auth_mysql_col_pass); ++ PATCH(auth_mysql_col_realm); ++ PATCH(auth_mysql_domains_table); ++ PATCH(auth_mysql_col_domain); ++ PATCH(auth_mysql_domains_table_col_domain_id); ++ PATCH(auth_mysql_users_table_col_domain_id); ++ + /* skip the first, the global context */ + for (i = 1; i < srv->config_context->used; i++) { + data_config *dc = (data_config *)srv->config_context->data[i]; +@@ -169,6 +199,34 @@ + PATCH(auth_ldap_bindpw); + } else if (buffer_is_equal_string(du->key, CONST_STR_LEN("auth.backend.ldap.allow-empty-pw"))) { + PATCH(auth_ldap_allow_empty_pw); ++ } else if (buffer_is_equal_string(du->key, CONST_STR_LEN("auth.backend.mysql.host"))) { ++ PATCH(auth_mysql_host); ++ } else if (buffer_is_equal_string(du->key, CONST_STR_LEN("auth.backend.mysql.user"))) { ++ PATCH(auth_mysql_user); ++ } else if (buffer_is_equal_string(du->key, CONST_STR_LEN("auth.backend.mysql.pass"))) { ++ PATCH(auth_mysql_pass); ++ } else if (buffer_is_equal_string(du->key, CONST_STR_LEN("auth.backend.mysql.db"))) { ++ PATCH(auth_mysql_db); ++ } else if (buffer_is_equal_string(du->key, CONST_STR_LEN("auth.backend.mysql.port"))) { ++ PATCH(auth_mysql_port); ++ } else if (buffer_is_equal_string(du->key, CONST_STR_LEN("auth.backend.mysql.socket"))) { ++ PATCH(auth_mysql_user); ++ } else if (buffer_is_equal_string(du->key, CONST_STR_LEN("auth.backend.mysql.users_table"))) { ++ PATCH(auth_mysql_users_table); ++ } else if (buffer_is_equal_string(du->key, CONST_STR_LEN("auth.backend.mysql.col_user"))) { ++ PATCH(auth_mysql_col_user); ++ } else if (buffer_is_equal_string(du->key, CONST_STR_LEN("auth.backend.mysql.col_pass"))) { ++ PATCH(auth_mysql_col_pass); ++ } else if (buffer_is_equal_string(du->key, CONST_STR_LEN("auth.backend.mysql.col_realm"))) { ++ PATCH(auth_mysql_col_realm); ++ } else if (buffer_is_equal_string(du->key, CONST_STR_LEN("auth.backend.mysql.domains_table"))) { ++ PATCH(auth_mysql_domains_table); ++ } else if (buffer_is_equal_string(du->key, CONST_STR_LEN("auth.backend.mysql.col_domain"))) { ++ PATCH(auth_mysql_col_domain); ++ } else if (buffer_is_equal_string(du->key, CONST_STR_LEN("auth.backend.mysql.domains_table_col_domain_id"))) { ++ PATCH(auth_mysql_domains_table_col_domain_id); ++ } else if (buffer_is_equal_string(du->key, CONST_STR_LEN("auth.backend.mysql.users_table_col_domain_id"))) { ++ PATCH(auth_mysql_users_table_col_domain_id); + } + } + } +@@ -323,10 +381,24 @@ + { "auth.backend.ldap.starttls", NULL, T_CONFIG_BOOLEAN, T_CONFIG_SCOPE_CONNECTION }, /* 8 */ + { "auth.backend.ldap.bind-dn", NULL, T_CONFIG_STRING, T_CONFIG_SCOPE_CONNECTION }, /* 9 */ + { "auth.backend.ldap.bind-pw", NULL, T_CONFIG_STRING, T_CONFIG_SCOPE_CONNECTION }, /* 10 */ +- { "auth.backend.ldap.allow-empty-pw", NULL, T_CONFIG_BOOLEAN, T_CONFIG_SCOPE_CONNECTION }, /* 11 */ ++ { "auth.backend.ldap.allow-empty-pw", NULL, T_CONFIG_BOOLEAN, T_CONFIG_SCOPE_CONNECTION }, + { "auth.backend.htdigest.userfile", NULL, T_CONFIG_STRING, T_CONFIG_SCOPE_CONNECTION }, /* 12 */ + { "auth.backend.htpasswd.userfile", NULL, T_CONFIG_STRING, T_CONFIG_SCOPE_CONNECTION }, /* 13 */ + { "auth.debug", NULL, T_CONFIG_SHORT, T_CONFIG_SCOPE_CONNECTION }, /* 14 */ ++ { "auth.backend.mysql.host", NULL, T_CONFIG_STRING, T_CONFIG_SCOPE_CONNECTION }, ++ { "auth.backend.mysql.user", NULL, T_CONFIG_STRING, T_CONFIG_SCOPE_CONNECTION }, ++ { "auth.backend.mysql.pass", NULL, T_CONFIG_STRING, T_CONFIG_SCOPE_CONNECTION }, ++ { "auth.backend.mysql.db", NULL, T_CONFIG_STRING, T_CONFIG_SCOPE_CONNECTION }, ++ { "auth.backend.mysql.port", NULL, T_CONFIG_STRING, T_CONFIG_SCOPE_CONNECTION }, ++ { "auth.backend.mysql.socket", NULL, T_CONFIG_STRING, T_CONFIG_SCOPE_CONNECTION }, ++ { "auth.backend.mysql.users_table", NULL, T_CONFIG_STRING, T_CONFIG_SCOPE_CONNECTION }, ++ { "auth.backend.mysql.col_user", NULL, T_CONFIG_STRING, T_CONFIG_SCOPE_CONNECTION }, ++ { "auth.backend.mysql.col_pass", NULL, T_CONFIG_STRING, T_CONFIG_SCOPE_CONNECTION }, ++ { "auth.backend.mysql.col_realm", NULL, T_CONFIG_STRING, T_CONFIG_SCOPE_CONNECTION }, /* 23 */ ++ { "auth.backend.mysql.domains_table", NULL, T_CONFIG_STRING, T_CONFIG_SCOPE_CONNECTION }, ++ { "auth.backend.mysql.col_domain", NULL, T_CONFIG_STRING, T_CONFIG_SCOPE_CONNECTION }, ++ { "auth.backend.mysql.domains_table_col_domain_id", NULL, T_CONFIG_STRING, T_CONFIG_SCOPE_CONNECTION }, ++ { "auth.backend.mysql.users_table_col_domain_id", NULL, T_CONFIG_STRING, T_CONFIG_SCOPE_CONNECTION }, /* 27 */ + { NULL, NULL, T_CONFIG_UNSET, T_CONFIG_SCOPE_UNSET } + }; + +@@ -355,6 +427,22 @@ + s->auth_debug = 0; + + s->auth_require = array_init(); ++ s->mysql_conn = NULL; ++ s->auth_mysql_host = buffer_init(); ++ s->auth_mysql_user = buffer_init(); ++ s->auth_mysql_pass = buffer_init(); ++ s->auth_mysql_db = buffer_init(); ++ s->auth_mysql_port = buffer_init(); ++ s->auth_mysql_socket = buffer_init(); ++ s->auth_mysql_users_table = buffer_init(); ++ s->auth_mysql_col_user = buffer_init(); ++ s->auth_mysql_col_pass = buffer_init(); ++ s->auth_mysql_col_realm = buffer_init(); ++ s->auth_mysql_domains_table = buffer_init(); ++ s->auth_mysql_col_domain = buffer_init(); ++ s->auth_mysql_domains_table_col_domain_id = buffer_init(); ++ s->auth_mysql_users_table_col_domain_id = buffer_init(); ++ + + #ifdef USE_LDAP + s->ldap_filter_pre = buffer_init(); +@@ -377,7 +465,20 @@ + cv[12].destination = s->auth_htdigest_userfile; + cv[13].destination = s->auth_htpasswd_userfile; + cv[14].destination = &(s->auth_debug); +- ++ cv[15].destination = s->auth_mysql_host; ++ cv[16].destination = s->auth_mysql_user; ++ cv[17].destination = s->auth_mysql_pass; ++ cv[18].destination = s->auth_mysql_db; ++ cv[19].destination = s->auth_mysql_port; ++ cv[20].destination = s->auth_mysql_socket; ++ cv[21].destination = s->auth_mysql_users_table; ++ cv[22].destination = s->auth_mysql_col_user; ++ cv[23].destination = s->auth_mysql_col_pass; ++ cv[24].destination = s->auth_mysql_col_realm; ++ cv[25].destination = s->auth_mysql_domains_table; ++ cv[26].destination = s->auth_mysql_col_domain; ++ cv[27].destination = s->auth_mysql_domains_table_col_domain_id; ++ cv[28].destination = s->auth_mysql_users_table_col_domain_id; + p->config_storage[i] = s; + ca = ((data_config *)srv->config_context->data[i])->value; + +@@ -394,6 +495,8 @@ + s->auth_backend = AUTH_BACKEND_PLAIN; + } else if (0 == strcmp(s->auth_backend_conf->ptr, "ldap")) { + s->auth_backend = AUTH_BACKEND_LDAP; ++ } else if (0 == strcmp(s->auth_backend_conf->ptr, "mysql")) { ++ s->auth_backend = AUTH_BACKEND_MYSQL; + } else { + log_error_write(srv, __FILE__, __LINE__, "sb", "auth.backend not supported:", s->auth_backend_conf); + +@@ -534,6 +637,28 @@ + return (ret); + break; + } ++ case AUTH_BACKEND_MYSQL: { ++ int port = atoi(s->auth_mysql_port->ptr); ++ ++ if (p->conf.auth_mysql_socket->ptr != NULL) ++ if (0 == strcmp(s->auth_mysql_socket->ptr, "")) s->auth_mysql_socket->ptr = NULL; ++ ++ s->mysql_conn = mysql_init(NULL); ++ if (!mysql_real_connect(s->mysql_conn, s->auth_mysql_host->ptr, s->auth_mysql_user->ptr, s->auth_mysql_pass->ptr, s->auth_mysql_db->ptr, port, NULL, 0)) ++ { ++ log_error_write(srv, __FILE__, __LINE__, "sbsbsbsbss", ++ "opening connection to mysql:", s->auth_mysql_host, ++ "user:", s->auth_mysql_user, ++ "pass:", s->auth_mysql_pass, ++ "db:", s->auth_mysql_db, ++ "failed:", strerror(errno)); ++ ++ return HANDLER_ERROR; ++ } ++ mysql_close(s->mysql_conn); ++ ++ break; ++ } + default: + break; + } Property changes on: www/lighttpd/files/extra-patch-mysqlauth ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/lighttpd/files/extra-patch-nodelay =================================================================== --- www/lighttpd/files/extra-patch-nodelay (revision 0) +++ www/lighttpd/files/extra-patch-nodelay (revision 380974) @@ -0,0 +1,15 @@ +--- src/network.c.orig Tue Jan 26 14:33:01 2010 ++++ src/network.c Tue Jan 26 14:37:39 2010 +@@ -226,6 +226,12 @@ + log_error_write(srv, __FILE__, __LINE__, "ss", "socketsockopt failed:", strerror(errno)); + goto error_free_socket; + } ++ if(srv_socket->addr.plain.sa_family == AF_INET || srv_socket->addr.plain.sa_family == AF_INET6 ) { ++ if (setsockopt(srv_socket->fd, IPPROTO_TCP, TCP_NODELAY, &val, sizeof(val)) < 0) { ++ log_error_write(srv, __FILE__, __LINE__, "ss", "socketsockopt failed:", strerror(errno)); ++ goto error_free_socket; ++ } ++ } + + switch(srv_socket->addr.plain.sa_family) { + #ifdef HAVE_IPV6 Property changes on: www/lighttpd/files/extra-patch-nodelay ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/lighttpd/files/h264_streaming.conf =================================================================== --- www/lighttpd/files/h264_streaming.conf (revision 0) +++ www/lighttpd/files/h264_streaming.conf (revision 380974) @@ -0,0 +1,19 @@ +####################################################################### +## +## H.264 Streaming Module +## ------------------------ +## +server.modules += ( "mod_h264_streaming" ) + +## +## Configure streaming for .mp4 files +## +h264-streaming.extensions = ( ".mp4", ".f4v" ) + +## +## Bandwidth shaping +## +#h264-streaming.buffer-seconds = 10 + +## +####################################################################### Property changes on: www/lighttpd/files/h264_streaming.conf ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/lighttpd/files/lighttpd.in =================================================================== --- www/lighttpd/files/lighttpd.in (revision 0) +++ www/lighttpd/files/lighttpd.in (revision 380974) @@ -0,0 +1,138 @@ +#!/bin/sh +# +# $FreeBSD$ +# +# PROVIDE: lighttpd +# REQUIRE: %%REQUIRE%% +# KEYWORD: shutdown +# +# Add the following lines to /etc/rc.conf to enable lighttpd: +# +# lighttpd_enable (bool): Set it to "YES" to enable lighttpd +# Default is "NO". +# lighttpd_conf (path): Set full path to configuration file. +# Default is "%%PREFIX%%/etc/lighttpd/lighttpd.conf". +# lighttpd_pidfile (path): Set full path to pid file. +# Default is "/var/run/lighttpd.pid". +# +# Add the following lines to /etc/rc.conf for multiple instances: +# (overrides lighttpd_conf and lighttpd_pidfile from above) +# +# lighttpd_instances (string): Instances of lighttpd +# Default is "" (no instances). +# lighttpd_${i}_conf (path): Set full path to instance configuration file. +# Default is "%%PREFIX%%/etc/lighttpd/${i}.conf". +# lighttpd_${i}_pidfile (path): Set full path to instance pid file +# Default is "/var/run/lighttpd_${i}.pid". +# + +. /etc/rc.subr + +name="lighttpd" +rcvar=lighttpd_enable + +load_rc_config $name + +: ${lighttpd_enable="NO"} +: ${lighttpd_pidfile="/var/run/${name}.pid"} + +# Compatibility for old configuration file location +deprecated_conf= +if [ -z "${lighttpd_conf}" ]; then + if [ -f "%%PREFIX%%/etc/lighttpd.conf" ]; then + deprecated_conf=1 + lighttpd_conf="%%PREFIX%%/etc/lighttpd.conf" + else + lighttpd_conf="%%PREFIX%%/etc/lighttpd/lighttpd.conf" + fi +fi + +command=%%PREFIX%%/sbin/lighttpd +stop_postcmd=stop_postcmd +restart_precmd="lighttpd_checkconfig" +graceful_precmd="lighttpd_checkconfig" +graceful_cmd="lighttpd_graceful" +gracefulstop_cmd="lighttpd_gracefulstop" +configtest_cmd="lighttpd_checkconfig" +extra_commands="reload graceful gracefulstop configtest" +command_args="-f ${lighttpd_conf}" +pidfile=${lighttpd_pidfile} +required_files=${lighttpd_conf} + +lighttpd_check_deprecated() +{ + if [ -n "${deprecated_conf}" ]; then + echo "" + echo "*** NOTICE: ***" + echo "The default location of %%PREFIX%%/etc/lighttpd.conf is deprecated" + echo "Please consider moving to %%PREFIX%%/etc/lighttpd/lighttpd.conf" + echo "" + fi +} + +lighttpd_checkconfig() +{ + echo "Performing sanity check on ${name} configuration:" + eval "${command} ${command_args} -t" +} + +lighttpd_gracefulstop() +{ + echo "Stopping ${name} gracefully." + sig_reload="INT" + run_rc_command reload +} + +lighttpd_graceful() +{ + lighttpd_gracefulstop + rm -f ${pidfile} + run_rc_command start +} + +lighttpd_run_instance() +{ + _i="$1" + _rcmd="$2" + name=${_orig_name}_${_i} + eval ${name}_enable=${lighttpd_enable} + eval lighttpd_conf=\"\${lighttpd_${_i}_conf:-"%%PREFIX%%/etc/lighttpd/${_i}.conf"}\" + eval lighttpd_pidfile=\"\${lighttpd_${_i}_pidfile:-"/var/run/lighttpd_${_i}.pid"}\" + command_args="-f ${lighttpd_conf}" + pidfile=${lighttpd_pidfile} + required_files=${lighttpd_conf} + run_rc_command ${_rcmd} +} + +stop_postcmd() +{ + rm -f ${pidfile} +} + +if [ -n "${lighttpd_instances}" ]; then + _orig_name="${name}" + _run_cmd="$1" + if [ $# -gt 0 ]; then + shift + fi + if [ -n "$*" ]; then + _run_instances="$*" + fi + if [ -n "${_run_instances}" ]; then + for _a in $_run_instances; do + for _in in ${lighttpd_instances}; do + if [ "$_a" = "$_in" ]; then + _runlist="${_runlist} ${_a}" + fi + done + done + else + _runlist="${lighttpd_instances}" + fi + for _in in ${_runlist}; do + lighttpd_run_instance $_in $_run_cmd + done +else + start_precmd="lighttpd_check_deprecated" + run_rc_command "$1" +fi Property changes on: www/lighttpd/files/lighttpd.in ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/lighttpd/files/mysql_auth.sql =================================================================== --- www/lighttpd/files/mysql_auth.sql (revision 0) +++ www/lighttpd/files/mysql_auth.sql (revision 380974) @@ -0,0 +1,10 @@ +CREATE TABLE `vhosts_secure`( + vhost_secure_id bigint(20) NOT NULL AUTO_INCREMENT, + vhost_secure_username varchar(255) NOT NULL, + vhost_secure_password varchar(255) NOT NULL, + vhost_secure_realm varchar(255) NOT NULL + PRIMARY KEY (vhost_secure_id), + INDEX i_username (vhost_secure_username), + INDEX i_password (vhost_secure_password), + INDEX i_realm (vhost_secure_realm) +); Property changes on: www/lighttpd/files/mysql_auth.sql ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/lighttpd/files/patch-configure.ac =================================================================== --- www/lighttpd/files/patch-configure.ac (revision 0) +++ www/lighttpd/files/patch-configure.ac (revision 380974) @@ -0,0 +1,22 @@ +--- configure.ac.orig 2012-11-19 11:05:29.000000000 +0100 ++++ configure.ac 2012-11-21 14:22:53.723233779 +0100 +@@ -16,6 +16,7 @@ + dnl Checks for programs. + AC_PROG_CC + AM_PROG_CC_C_O ++AM_PROG_AR + AC_PROG_LD + AC_PROG_INSTALL + AC_PROG_AWK +@@ -30,11 +31,6 @@ + dnl AM_PROG_AR requires automake 1.11 (and uses AC_COMPILE_IFELSE which wants AC_USE_SYSTEM_EXTENSIONS) + m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) + +-dnl check environment +-AC_AIX +-AC_ISC_POSIX +-AC_MINIX +- + dnl AC_CANONICAL_HOST + case $host_os in + *darwin*|*cygwin*|*aix*|*mingw* ) NO_RDYNAMIC=yes;; Property changes on: www/lighttpd/files/patch-configure.ac ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/lighttpd/files/patch-src-fdevent.h =================================================================== --- www/lighttpd/files/patch-src-fdevent.h (revision 0) +++ www/lighttpd/files/patch-src-fdevent.h (revision 380974) @@ -0,0 +1,11 @@ +--- src/fdevent.h.orig 2011-12-19 07:41:33.183877666 +0100 ++++ src/fdevent.h 2011-12-19 07:42:01.457863868 +0100 +@@ -54,7 +54,7 @@ + # include + #endif + +-#if defined HAVE_SYS_EVENT_H && defined HAVE_KQUEUE ++#if defined HAVE_SYS_EVENT_H && defined HAVE_KQUEUE && !defined HAVE_LIBEV + # define USE_FREEBSD_KQUEUE + # include + #endif Property changes on: www/lighttpd/files/patch-src-fdevent.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/lighttpd/files/pkg-descr.mod_geoip =================================================================== --- www/lighttpd/files/pkg-descr.mod_geoip (revision 0) +++ www/lighttpd/files/pkg-descr.mod_geoip (revision 380974) @@ -0,0 +1,4 @@ +mod_geoip is a lighttpd module that looks up the country code +for the IP address making the request without using reverse DNS. + +WWW: http://redmine.lighttpd.net/wiki/1/Docs:ModGeoip Property changes on: www/lighttpd/files/pkg-descr.mod_geoip ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/lighttpd/files/pkg-descr.mod_h264_streaming =================================================================== --- www/lighttpd/files/pkg-descr.mod_h264_streaming (revision 0) +++ www/lighttpd/files/pkg-descr.mod_h264_streaming (revision 380974) @@ -0,0 +1,9 @@ +This is the H264 Streaming Module for the lighttpd webserver. +Its features are as follows: + + * Timeshifting seek + * Virtual video clips + * Network efficiency + * Encoding + +WWW: http://h264.code-shop.com/trac/wiki/Mod-H264-Streaming-Lighttpd-Version2 Property changes on: www/lighttpd/files/pkg-descr.mod_h264_streaming ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/lighttpd/files/pkg-plist.mod_geoip =================================================================== --- www/lighttpd/files/pkg-plist.mod_geoip (revision 0) +++ www/lighttpd/files/pkg-plist.mod_geoip (revision 380974) @@ -0,0 +1,2 @@ +@sample etc/lighttpd/conf.d/geoip.conf.sample +lib/lighttpd/mod_geoip.so Property changes on: www/lighttpd/files/pkg-plist.mod_geoip ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/lighttpd/files/pkg-plist.mod_h264_streaming =================================================================== --- www/lighttpd/files/pkg-plist.mod_h264_streaming (revision 0) +++ www/lighttpd/files/pkg-plist.mod_h264_streaming (revision 380974) @@ -0,0 +1,2 @@ +@sample etc/lighttpd/conf.d/h264_streaming.conf.sample +lib/lighttpd/mod_h264_streaming.so Property changes on: www/lighttpd/files/pkg-plist.mod_h264_streaming ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/lighttpd/pkg-descr =================================================================== --- www/lighttpd/pkg-descr (revision 0) +++ www/lighttpd/pkg-descr (revision 380974) @@ -0,0 +1,8 @@ +lighttpd a secure, fast, compliant and very flexible web-server which +has been optimized for high-performance environments. It has a very +low memory footprint compared to other webservers and takes care of +cpu-load. Its advanced feature-set (FastCGI, CGI, Auth, Output-Compression, +URL-Rewriting and many more) make lighttpd the perfect webserver-software +for every server that is suffering load problems. + +WWW: http://www.lighttpd.net/ Property changes on: www/lighttpd/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/lighttpd/pkg-plist =================================================================== --- www/lighttpd/pkg-plist (revision 0) +++ www/lighttpd/pkg-plist (revision 380974) @@ -0,0 +1,66 @@ +@sample etc/lighttpd/lighttpd.conf.sample +@sample etc/lighttpd/modules.conf.sample +@sample etc/lighttpd/conf.d/access_log.conf.sample +@sample etc/lighttpd/conf.d/auth.conf.sample +@sample etc/lighttpd/conf.d/cml.conf.sample +@sample etc/lighttpd/conf.d/cgi.conf.sample +@sample etc/lighttpd/conf.d/compress.conf.sample +@sample etc/lighttpd/conf.d/debug.conf.sample +@sample etc/lighttpd/conf.d/dirlisting.conf.sample +@sample etc/lighttpd/conf.d/evhost.conf.sample +@sample etc/lighttpd/conf.d/expire.conf.sample +@sample etc/lighttpd/conf.d/fastcgi.conf.sample +@sample etc/lighttpd/conf.d/magnet.conf.sample +@sample etc/lighttpd/conf.d/mime.conf.sample +@sample etc/lighttpd/conf.d/mysql_vhost.conf.sample +@sample etc/lighttpd/conf.d/proxy.conf.sample +@sample etc/lighttpd/conf.d/rrdtool.conf.sample +@sample etc/lighttpd/conf.d/scgi.conf.sample +@sample etc/lighttpd/conf.d/secdownload.conf.sample +@sample etc/lighttpd/conf.d/simple_vhost.conf.sample +@sample etc/lighttpd/conf.d/ssi.conf.sample +@sample etc/lighttpd/conf.d/status.conf.sample +@sample etc/lighttpd/conf.d/trigger_b4_dl.conf.sample +@sample etc/lighttpd/conf.d/userdir.conf.sample +@sample etc/lighttpd/conf.d/webdav.conf.sample +etc/lighttpd/vhosts.d/vhosts.template +lib/lighttpd/mod_access.so +lib/lighttpd/mod_accesslog.so +lib/lighttpd/mod_alias.so +lib/lighttpd/mod_auth.so +lib/lighttpd/mod_cgi.so +lib/lighttpd/mod_cml.so +lib/lighttpd/mod_compress.so +lib/lighttpd/mod_dirlisting.so +lib/lighttpd/mod_evasive.so +lib/lighttpd/mod_evhost.so +lib/lighttpd/mod_expire.so +lib/lighttpd/mod_extforward.so +lib/lighttpd/mod_fastcgi.so +lib/lighttpd/mod_flv_streaming.so +lib/lighttpd/mod_indexfile.so +lib/lighttpd/mod_magnet.so +lib/lighttpd/mod_mysql_vhost.so +lib/lighttpd/mod_proxy.so +lib/lighttpd/mod_redirect.so +lib/lighttpd/mod_rewrite.so +lib/lighttpd/mod_rrdtool.so +lib/lighttpd/mod_scgi.so +lib/lighttpd/mod_secdownload.so +lib/lighttpd/mod_setenv.so +lib/lighttpd/mod_simple_vhost.so +lib/lighttpd/mod_ssi.so +lib/lighttpd/mod_staticfile.so +lib/lighttpd/mod_status.so +lib/lighttpd/mod_trigger_b4_dl.so +lib/lighttpd/mod_userdir.so +lib/lighttpd/mod_usertrack.so +lib/lighttpd/mod_webdav.so +man/man8/lighttpd.8.gz +sbin/lighttpd +sbin/lighttpd-angel +@dirrm lib/lighttpd +@dirrmtry etc/lighttpd/vhosts.d +@dirrmtry etc/lighttpd/conf.d +@dirrmtry etc/lighttpd +@dirrmtry(%%USER%%,%%GROUP%%,700) %%LOGROOT%% Property changes on: www/lighttpd/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/npm/Makefile =================================================================== --- www/npm/Makefile (revision 0) +++ www/npm/Makefile (revision 380974) @@ -0,0 +1,82 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= npm +PORTVERSION= 2.6.1 +CATEGORIES= www +MASTER_SITES= LOCAL/sunpoet + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Node package manager + +LICENSE= MIT + +OPTIONS_SINGLE= BACKEND +OPTIONS_SINGLE_BACKEND= IOJS NODE NODE_DEVEL NODE010 +OPTIONS_DEFAULT=NODE +IOJS_DESC= Use www/iojs as backend +NODE_DESC= Use www/node as backend +NODE_DEVEL_DESC=Use www/node-devel as backend +NODE010_DESC= Use www/node010 as backend + +MAKE_ARGS= npm_config_prefix=${STAGEDIR}${PREFIX} +NO_BUILD= yes +REINPLACE_ARGS= -i '' +USES= cpe python:2 tar:xz + +MANPREFIX= ${PREFIX}/lib/node_modules/npm + +CPE_VENDOR= npmjs +CPE_PRODUCT= node_packaged_modules + +IOJS_RUN_DEPENDS= iojs>=1.0.0:${PORTSDIR}/www/iojs +NODE_DEVEL_RUN_DEPENDS= node-devel>=0.8.0:${PORTSDIR}/www/node-devel +NODE_RUN_DEPENDS= node>=0.8.0:${PORTSDIR}/www/node +NODE010_RUN_DEPENDS= node010>=0.8.0:${PORTSDIR}/www/node010 + +post-patch: + @${REINPLACE_CMD} -e 's|node cli.js|& --cache ${WRKDIR}/.cache|' ${WRKSRC}/Makefile + @${ECHO_CMD} 'MANPATH ${PREFIX}/lib/node_modules/npm/man' > ${WRKDIR}/npm.conf + @${REINPLACE_CMD} -e 's|exec python|exec ${PYTHON_CMD}|' ${WRKSRC}/node_modules/node-gyp/gyp/gyp + +post-install: + ${INSTALL_DATA} ${WRKDIR}/npm.conf ${STAGEDIR}${PREFIX}/etc/man.d/npm.conf + +# maintainer section: +# require: bash, git, gmake, perl, node + +MS_DISTNAME= ${PORTNAME}-${MS_VERSION} +MS_RELEASES= ${MS_WRKSRC}/releases +MS_VERSION= `${CAT} ${MS_VERSIONFILE}` +MS_VERSIONFILE= ${MS_WRKSRC}/.version +MS_WRKSRC= ${WRKSRC}/tmp + +GITHUB_PROJECT= ${PORTNAME} +GITHUB_RELEASES=https://github.com/npm/npm/releases/latest +GITHUB_TARBALL= https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/${GITHUB_VERSION}.tar.gz +GITHUB_USER= npm +GITHUB_VERSION= v${MS_VERSION} + +maketar: do-clean + @${MKDIR} ${MS_WRKSRC}/ + @${FETCH_BINARY} ${FETCH_ARGS:C/A//} -o ${MS_RELEASES} ${GITHUB_RELEASES} + @${GREP} -o '/${GITHUB_USER}/${GITHUB_PROJECT}/archive/[^"]*\.tar\.gz' ${MS_RELEASES} | ${HEAD} -1 | ${CUT} -d/ -f5 | ${SED} 's|^v||; s|\.tar\.gz$$||' > ${MS_VERSIONFILE} + @${ECHO_MSG} "*** Updating from ${PORTVERSION} to ${MS_VERSION} ..." + @${FETCH_BINARY} ${FETCH_ARGS:C/A//} -o ${MS_WRKSRC}/${MS_DISTNAME}.tar.gz ${GITHUB_TARBALL} + @${MKDIR} ${MS_WRKSRC}/${MS_DISTNAME}/ + @${TAR} -xf ${MS_WRKSRC}/${MS_DISTNAME}.tar.gz -C ${MS_WRKSRC}/${MS_DISTNAME}/ --strip-components 1 + @${REINPLACE_CMD} -e 's|${MAKE}|${GMAKE}|g; /^install: / s| docclean||' ${MS_WRKSRC}/${MS_DISTNAME}/Makefile + @${REINPLACE_CMD} -e 's| && ${MAKE} -j8 doc||' ${MS_WRKSRC}/${MS_DISTNAME}/package.json + @${REINPLACE_CMD} -e 's|linkBins, linkMans|linkBins|; /manRoot/ s|, "share"||' ${MS_WRKSRC}/${MS_DISTNAME}/lib/build.js ${MS_WRKSRC}/${MS_DISTNAME}/lib/unbuild.js + @${REINPLACE_CMD} -e '1 s|#!/bin/bash|#!${LOCALBASE}/bin/bash|; s|${MAKE}|${GMAKE}|g; s|perl -pi|perl -p|' ${MS_WRKSRC}/${MS_DISTNAME}/scripts/doc-build.sh + @${GREP} -lr share/man ${MS_WRKSRC}/${MS_DISTNAME}/doc/ ${MS_WRKSRC}/${MS_DISTNAME}/scripts/ | ${XARGS} -I % ${REINPLACE_CMD} 's|share/man|man|g' % + @cd ${MS_WRKSRC}/${MS_DISTNAME}/ && ${GMAKE} docclean markedclean all html/doc/misc/npm-index.html + @${FIND} ${MS_WRKSRC}/${MS_DISTNAME}/ -type d -exec ${CHMOD} 755 '{}' \; + @${FIND} ${MS_WRKSRC}/${MS_DISTNAME}/ -type f -exec ${CHMOD} 644 '{}' \; + @${FIND} ${MS_WRKSRC}/${MS_DISTNAME}/ -type f -name '*.sh' -exec ${CHMOD} 755 '{}' \; + @cd ${MS_WRKSRC}/ && ${TAR} -Jcf ${MS_DISTNAME}.tar.xz ${MS_DISTNAME}/ + @${REINPLACE_CMD} -e '/^PORTVERSION=/ s|${PORTVERSION}|'${MS_VERSION}'|; /^PORTREVISION=/d' ${.CURDIR}/Makefile + @sudo ${INSTALL} -m 644 ${MS_WRKSRC}/${PORTNAME}-${MS_VERSION}.tar.xz ${DISTDIR}/ + @cd ${.CURDIR}/ && ${MAKE_CMD} makesum + +.include Property changes on: www/npm/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/npm/distinfo =================================================================== --- www/npm/distinfo (revision 0) +++ www/npm/distinfo (revision 380974) @@ -0,0 +1,2 @@ +SHA256 (npm-2.6.1.tar.xz) = 2a376c44efcba8899e77cab262afbb93795f98d80ac5b7ebe546e9b5fc8fc00a +SIZE (npm-2.6.1.tar.xz) = 2053508 Property changes on: www/npm/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/npm/pkg-descr =================================================================== --- www/npm/pkg-descr (revision 0) +++ www/npm/pkg-descr (revision 380974) @@ -0,0 +1,5 @@ +npm is a package manager for node. You can use it to install and publish your +node programs. It manages dependencies and does other cool stuff. + +WWW: http://npmjs.org/ +WWW: https://github.com/npm/npm Property changes on: www/npm/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/npm/pkg-plist =================================================================== --- www/npm/pkg-plist (revision 0) +++ www/npm/pkg-plist (revision 380974) @@ -0,0 +1,2161 @@ +bin/npm +etc/man.d/npm.conf +lib/node_modules/npm/.mailmap +lib/node_modules/npm/.npmignore +lib/node_modules/npm/.npmrc +lib/node_modules/npm/.travis.yml +lib/node_modules/npm/AUTHORS +lib/node_modules/npm/CHANGELOG.md +lib/node_modules/npm/CONTRIBUTING.md +lib/node_modules/npm/LICENSE +lib/node_modules/npm/Makefile +lib/node_modules/npm/README.md +@(,,755) lib/node_modules/npm/bin/node-gyp-bin/node-gyp +lib/node_modules/npm/bin/node-gyp-bin/node-gyp.cmd +lib/node_modules/npm/bin/npm +lib/node_modules/npm/bin/npm-cli.js +lib/node_modules/npm/bin/npm.cmd +lib/node_modules/npm/bin/read-package-json.js +lib/node_modules/npm/cli.js +lib/node_modules/npm/configure +lib/node_modules/npm/doc/api/npm-bin.md +lib/node_modules/npm/doc/api/npm-bugs.md +lib/node_modules/npm/doc/api/npm-cache.md +lib/node_modules/npm/doc/api/npm-commands.md +lib/node_modules/npm/doc/api/npm-config.md +lib/node_modules/npm/doc/api/npm-deprecate.md +lib/node_modules/npm/doc/api/npm-docs.md +lib/node_modules/npm/doc/api/npm-edit.md +lib/node_modules/npm/doc/api/npm-explore.md +lib/node_modules/npm/doc/api/npm-help-search.md +lib/node_modules/npm/doc/api/npm-init.md +lib/node_modules/npm/doc/api/npm-install.md +lib/node_modules/npm/doc/api/npm-link.md +lib/node_modules/npm/doc/api/npm-load.md +lib/node_modules/npm/doc/api/npm-ls.md +lib/node_modules/npm/doc/api/npm-outdated.md +lib/node_modules/npm/doc/api/npm-owner.md +lib/node_modules/npm/doc/api/npm-pack.md +lib/node_modules/npm/doc/api/npm-prefix.md +lib/node_modules/npm/doc/api/npm-prune.md +lib/node_modules/npm/doc/api/npm-publish.md +lib/node_modules/npm/doc/api/npm-rebuild.md +lib/node_modules/npm/doc/api/npm-repo.md +lib/node_modules/npm/doc/api/npm-restart.md +lib/node_modules/npm/doc/api/npm-root.md +lib/node_modules/npm/doc/api/npm-run-script.md +lib/node_modules/npm/doc/api/npm-search.md +lib/node_modules/npm/doc/api/npm-shrinkwrap.md +lib/node_modules/npm/doc/api/npm-start.md +lib/node_modules/npm/doc/api/npm-stop.md +lib/node_modules/npm/doc/api/npm-tag.md +lib/node_modules/npm/doc/api/npm-test.md +lib/node_modules/npm/doc/api/npm-uninstall.md +lib/node_modules/npm/doc/api/npm-unpublish.md +lib/node_modules/npm/doc/api/npm-update.md +lib/node_modules/npm/doc/api/npm-version.md +lib/node_modules/npm/doc/api/npm-view.md +lib/node_modules/npm/doc/api/npm-whoami.md +lib/node_modules/npm/doc/api/npm.md +lib/node_modules/npm/doc/cli/npm-access.md +lib/node_modules/npm/doc/cli/npm-adduser.md +lib/node_modules/npm/doc/cli/npm-bin.md +lib/node_modules/npm/doc/cli/npm-bugs.md +lib/node_modules/npm/doc/cli/npm-build.md +lib/node_modules/npm/doc/cli/npm-bundle.md +lib/node_modules/npm/doc/cli/npm-cache.md +lib/node_modules/npm/doc/cli/npm-completion.md +lib/node_modules/npm/doc/cli/npm-config.md +lib/node_modules/npm/doc/cli/npm-dedupe.md +lib/node_modules/npm/doc/cli/npm-deprecate.md +lib/node_modules/npm/doc/cli/npm-dist-tag.md +lib/node_modules/npm/doc/cli/npm-docs.md +lib/node_modules/npm/doc/cli/npm-edit.md +lib/node_modules/npm/doc/cli/npm-explore.md +lib/node_modules/npm/doc/cli/npm-help-search.md +lib/node_modules/npm/doc/cli/npm-help.md +lib/node_modules/npm/doc/cli/npm-init.md +lib/node_modules/npm/doc/cli/npm-install.md +lib/node_modules/npm/doc/cli/npm-link.md +lib/node_modules/npm/doc/cli/npm-logout.md +lib/node_modules/npm/doc/cli/npm-ls.md +lib/node_modules/npm/doc/cli/npm-outdated.md +lib/node_modules/npm/doc/cli/npm-owner.md +lib/node_modules/npm/doc/cli/npm-pack.md +lib/node_modules/npm/doc/cli/npm-prefix.md +lib/node_modules/npm/doc/cli/npm-prune.md +lib/node_modules/npm/doc/cli/npm-publish.md +lib/node_modules/npm/doc/cli/npm-rebuild.md +lib/node_modules/npm/doc/cli/npm-repo.md +lib/node_modules/npm/doc/cli/npm-restart.md +lib/node_modules/npm/doc/cli/npm-rm.md +lib/node_modules/npm/doc/cli/npm-root.md +lib/node_modules/npm/doc/cli/npm-run-script.md +lib/node_modules/npm/doc/cli/npm-search.md +lib/node_modules/npm/doc/cli/npm-shrinkwrap.md +lib/node_modules/npm/doc/cli/npm-star.md +lib/node_modules/npm/doc/cli/npm-stars.md +lib/node_modules/npm/doc/cli/npm-start.md +lib/node_modules/npm/doc/cli/npm-stop.md +lib/node_modules/npm/doc/cli/npm-tag.md +lib/node_modules/npm/doc/cli/npm-test.md +lib/node_modules/npm/doc/cli/npm-uninstall.md +lib/node_modules/npm/doc/cli/npm-unpublish.md +lib/node_modules/npm/doc/cli/npm-update.md +lib/node_modules/npm/doc/cli/npm-version.md +lib/node_modules/npm/doc/cli/npm-view.md +lib/node_modules/npm/doc/cli/npm-whoami.md +lib/node_modules/npm/doc/cli/npm.md +lib/node_modules/npm/doc/files/npm-folders.md +lib/node_modules/npm/doc/files/npmrc.md +lib/node_modules/npm/doc/files/package.json.md +lib/node_modules/npm/doc/misc/npm-coding-style.md +lib/node_modules/npm/doc/misc/npm-config.md +lib/node_modules/npm/doc/misc/npm-developers.md +lib/node_modules/npm/doc/misc/npm-disputes.md +lib/node_modules/npm/doc/misc/npm-faq.md +lib/node_modules/npm/doc/misc/npm-index.md +lib/node_modules/npm/doc/misc/npm-registry.md +lib/node_modules/npm/doc/misc/npm-scope.md +lib/node_modules/npm/doc/misc/npm-scripts.md +lib/node_modules/npm/doc/misc/removing-npm.md +lib/node_modules/npm/doc/misc/semver.md +lib/node_modules/npm/html/doc/README.html +lib/node_modules/npm/html/doc/api/npm-bin.html +lib/node_modules/npm/html/doc/api/npm-bugs.html +lib/node_modules/npm/html/doc/api/npm-cache.html +lib/node_modules/npm/html/doc/api/npm-commands.html +lib/node_modules/npm/html/doc/api/npm-config.html +lib/node_modules/npm/html/doc/api/npm-deprecate.html +lib/node_modules/npm/html/doc/api/npm-docs.html +lib/node_modules/npm/html/doc/api/npm-edit.html +lib/node_modules/npm/html/doc/api/npm-explore.html +lib/node_modules/npm/html/doc/api/npm-help-search.html +lib/node_modules/npm/html/doc/api/npm-init.html +lib/node_modules/npm/html/doc/api/npm-install.html +lib/node_modules/npm/html/doc/api/npm-link.html +lib/node_modules/npm/html/doc/api/npm-load.html +lib/node_modules/npm/html/doc/api/npm-ls.html +lib/node_modules/npm/html/doc/api/npm-outdated.html +lib/node_modules/npm/html/doc/api/npm-owner.html +lib/node_modules/npm/html/doc/api/npm-pack.html +lib/node_modules/npm/html/doc/api/npm-prefix.html +lib/node_modules/npm/html/doc/api/npm-prune.html +lib/node_modules/npm/html/doc/api/npm-publish.html +lib/node_modules/npm/html/doc/api/npm-rebuild.html +lib/node_modules/npm/html/doc/api/npm-repo.html +lib/node_modules/npm/html/doc/api/npm-restart.html +lib/node_modules/npm/html/doc/api/npm-root.html +lib/node_modules/npm/html/doc/api/npm-run-script.html +lib/node_modules/npm/html/doc/api/npm-search.html +lib/node_modules/npm/html/doc/api/npm-shrinkwrap.html +lib/node_modules/npm/html/doc/api/npm-start.html +lib/node_modules/npm/html/doc/api/npm-stop.html +lib/node_modules/npm/html/doc/api/npm-tag.html +lib/node_modules/npm/html/doc/api/npm-test.html +lib/node_modules/npm/html/doc/api/npm-uninstall.html +lib/node_modules/npm/html/doc/api/npm-unpublish.html +lib/node_modules/npm/html/doc/api/npm-update.html +lib/node_modules/npm/html/doc/api/npm-version.html +lib/node_modules/npm/html/doc/api/npm-view.html +lib/node_modules/npm/html/doc/api/npm-whoami.html +lib/node_modules/npm/html/doc/api/npm.html +lib/node_modules/npm/html/doc/cli/npm-access.html +lib/node_modules/npm/html/doc/cli/npm-adduser.html +lib/node_modules/npm/html/doc/cli/npm-bin.html +lib/node_modules/npm/html/doc/cli/npm-bugs.html +lib/node_modules/npm/html/doc/cli/npm-build.html +lib/node_modules/npm/html/doc/cli/npm-bundle.html +lib/node_modules/npm/html/doc/cli/npm-cache.html +lib/node_modules/npm/html/doc/cli/npm-completion.html +lib/node_modules/npm/html/doc/cli/npm-config.html +lib/node_modules/npm/html/doc/cli/npm-dedupe.html +lib/node_modules/npm/html/doc/cli/npm-deprecate.html +lib/node_modules/npm/html/doc/cli/npm-dist-tag.html +lib/node_modules/npm/html/doc/cli/npm-docs.html +lib/node_modules/npm/html/doc/cli/npm-edit.html +lib/node_modules/npm/html/doc/cli/npm-explore.html +lib/node_modules/npm/html/doc/cli/npm-help-search.html +lib/node_modules/npm/html/doc/cli/npm-help.html +lib/node_modules/npm/html/doc/cli/npm-init.html +lib/node_modules/npm/html/doc/cli/npm-install.html +lib/node_modules/npm/html/doc/cli/npm-link.html +lib/node_modules/npm/html/doc/cli/npm-logout.html +lib/node_modules/npm/html/doc/cli/npm-ls.html +lib/node_modules/npm/html/doc/cli/npm-outdated.html +lib/node_modules/npm/html/doc/cli/npm-owner.html +lib/node_modules/npm/html/doc/cli/npm-pack.html +lib/node_modules/npm/html/doc/cli/npm-prefix.html +lib/node_modules/npm/html/doc/cli/npm-prune.html +lib/node_modules/npm/html/doc/cli/npm-publish.html +lib/node_modules/npm/html/doc/cli/npm-rebuild.html +lib/node_modules/npm/html/doc/cli/npm-repo.html +lib/node_modules/npm/html/doc/cli/npm-restart.html +lib/node_modules/npm/html/doc/cli/npm-rm.html +lib/node_modules/npm/html/doc/cli/npm-root.html +lib/node_modules/npm/html/doc/cli/npm-run-script.html +lib/node_modules/npm/html/doc/cli/npm-search.html +lib/node_modules/npm/html/doc/cli/npm-shrinkwrap.html +lib/node_modules/npm/html/doc/cli/npm-star.html +lib/node_modules/npm/html/doc/cli/npm-stars.html +lib/node_modules/npm/html/doc/cli/npm-start.html +lib/node_modules/npm/html/doc/cli/npm-stop.html +lib/node_modules/npm/html/doc/cli/npm-tag.html +lib/node_modules/npm/html/doc/cli/npm-test.html +lib/node_modules/npm/html/doc/cli/npm-uninstall.html +lib/node_modules/npm/html/doc/cli/npm-unpublish.html +lib/node_modules/npm/html/doc/cli/npm-update.html +lib/node_modules/npm/html/doc/cli/npm-version.html +lib/node_modules/npm/html/doc/cli/npm-view.html +lib/node_modules/npm/html/doc/cli/npm-whoami.html +lib/node_modules/npm/html/doc/cli/npm.html +lib/node_modules/npm/html/doc/files/npm-folders.html +lib/node_modules/npm/html/doc/files/npm-global.html +lib/node_modules/npm/html/doc/files/npm-json.html +lib/node_modules/npm/html/doc/files/npmrc.html +lib/node_modules/npm/html/doc/files/package.json.html +lib/node_modules/npm/html/doc/index.html +lib/node_modules/npm/html/doc/misc/npm-coding-style.html +lib/node_modules/npm/html/doc/misc/npm-config.html +lib/node_modules/npm/html/doc/misc/npm-developers.html +lib/node_modules/npm/html/doc/misc/npm-disputes.html +lib/node_modules/npm/html/doc/misc/npm-faq.html +lib/node_modules/npm/html/doc/misc/npm-index.html +lib/node_modules/npm/html/doc/misc/npm-registry.html +lib/node_modules/npm/html/doc/misc/npm-scope.html +lib/node_modules/npm/html/doc/misc/npm-scripts.html +lib/node_modules/npm/html/doc/misc/removing-npm.html +lib/node_modules/npm/html/doc/misc/semver.html +lib/node_modules/npm/html/docfoot.html +lib/node_modules/npm/html/dochead.html +lib/node_modules/npm/html/favicon.ico +lib/node_modules/npm/html/index.html +lib/node_modules/npm/html/partial/doc/README.html +lib/node_modules/npm/html/partial/doc/api/npm-bin.html +lib/node_modules/npm/html/partial/doc/api/npm-bugs.html +lib/node_modules/npm/html/partial/doc/api/npm-cache.html +lib/node_modules/npm/html/partial/doc/api/npm-commands.html +lib/node_modules/npm/html/partial/doc/api/npm-config.html +lib/node_modules/npm/html/partial/doc/api/npm-deprecate.html +lib/node_modules/npm/html/partial/doc/api/npm-docs.html +lib/node_modules/npm/html/partial/doc/api/npm-edit.html +lib/node_modules/npm/html/partial/doc/api/npm-explore.html +lib/node_modules/npm/html/partial/doc/api/npm-help-search.html +lib/node_modules/npm/html/partial/doc/api/npm-init.html +lib/node_modules/npm/html/partial/doc/api/npm-install.html +lib/node_modules/npm/html/partial/doc/api/npm-link.html +lib/node_modules/npm/html/partial/doc/api/npm-load.html +lib/node_modules/npm/html/partial/doc/api/npm-ls.html +lib/node_modules/npm/html/partial/doc/api/npm-outdated.html +lib/node_modules/npm/html/partial/doc/api/npm-owner.html +lib/node_modules/npm/html/partial/doc/api/npm-pack.html +lib/node_modules/npm/html/partial/doc/api/npm-prefix.html +lib/node_modules/npm/html/partial/doc/api/npm-prune.html +lib/node_modules/npm/html/partial/doc/api/npm-publish.html +lib/node_modules/npm/html/partial/doc/api/npm-rebuild.html +lib/node_modules/npm/html/partial/doc/api/npm-repo.html +lib/node_modules/npm/html/partial/doc/api/npm-restart.html +lib/node_modules/npm/html/partial/doc/api/npm-root.html +lib/node_modules/npm/html/partial/doc/api/npm-run-script.html +lib/node_modules/npm/html/partial/doc/api/npm-search.html +lib/node_modules/npm/html/partial/doc/api/npm-shrinkwrap.html +lib/node_modules/npm/html/partial/doc/api/npm-start.html +lib/node_modules/npm/html/partial/doc/api/npm-stop.html +lib/node_modules/npm/html/partial/doc/api/npm-tag.html +lib/node_modules/npm/html/partial/doc/api/npm-test.html +lib/node_modules/npm/html/partial/doc/api/npm-uninstall.html +lib/node_modules/npm/html/partial/doc/api/npm-unpublish.html +lib/node_modules/npm/html/partial/doc/api/npm-update.html +lib/node_modules/npm/html/partial/doc/api/npm-version.html +lib/node_modules/npm/html/partial/doc/api/npm-view.html +lib/node_modules/npm/html/partial/doc/api/npm-whoami.html +lib/node_modules/npm/html/partial/doc/api/npm.html +lib/node_modules/npm/html/partial/doc/cli/npm-access.html +lib/node_modules/npm/html/partial/doc/cli/npm-adduser.html +lib/node_modules/npm/html/partial/doc/cli/npm-bin.html +lib/node_modules/npm/html/partial/doc/cli/npm-bugs.html +lib/node_modules/npm/html/partial/doc/cli/npm-build.html +lib/node_modules/npm/html/partial/doc/cli/npm-bundle.html +lib/node_modules/npm/html/partial/doc/cli/npm-cache.html +lib/node_modules/npm/html/partial/doc/cli/npm-completion.html +lib/node_modules/npm/html/partial/doc/cli/npm-config.html +lib/node_modules/npm/html/partial/doc/cli/npm-dedupe.html +lib/node_modules/npm/html/partial/doc/cli/npm-deprecate.html +lib/node_modules/npm/html/partial/doc/cli/npm-dist-tag.html +lib/node_modules/npm/html/partial/doc/cli/npm-docs.html +lib/node_modules/npm/html/partial/doc/cli/npm-edit.html +lib/node_modules/npm/html/partial/doc/cli/npm-explore.html +lib/node_modules/npm/html/partial/doc/cli/npm-help-search.html +lib/node_modules/npm/html/partial/doc/cli/npm-help.html +lib/node_modules/npm/html/partial/doc/cli/npm-init.html +lib/node_modules/npm/html/partial/doc/cli/npm-install.html +lib/node_modules/npm/html/partial/doc/cli/npm-link.html +lib/node_modules/npm/html/partial/doc/cli/npm-logout.html +lib/node_modules/npm/html/partial/doc/cli/npm-ls.html +lib/node_modules/npm/html/partial/doc/cli/npm-outdated.html +lib/node_modules/npm/html/partial/doc/cli/npm-owner.html +lib/node_modules/npm/html/partial/doc/cli/npm-pack.html +lib/node_modules/npm/html/partial/doc/cli/npm-prefix.html +lib/node_modules/npm/html/partial/doc/cli/npm-prune.html +lib/node_modules/npm/html/partial/doc/cli/npm-publish.html +lib/node_modules/npm/html/partial/doc/cli/npm-rebuild.html +lib/node_modules/npm/html/partial/doc/cli/npm-repo.html +lib/node_modules/npm/html/partial/doc/cli/npm-restart.html +lib/node_modules/npm/html/partial/doc/cli/npm-rm.html +lib/node_modules/npm/html/partial/doc/cli/npm-root.html +lib/node_modules/npm/html/partial/doc/cli/npm-run-script.html +lib/node_modules/npm/html/partial/doc/cli/npm-search.html +lib/node_modules/npm/html/partial/doc/cli/npm-shrinkwrap.html +lib/node_modules/npm/html/partial/doc/cli/npm-star.html +lib/node_modules/npm/html/partial/doc/cli/npm-stars.html +lib/node_modules/npm/html/partial/doc/cli/npm-start.html +lib/node_modules/npm/html/partial/doc/cli/npm-stop.html +lib/node_modules/npm/html/partial/doc/cli/npm-tag.html +lib/node_modules/npm/html/partial/doc/cli/npm-test.html +lib/node_modules/npm/html/partial/doc/cli/npm-uninstall.html +lib/node_modules/npm/html/partial/doc/cli/npm-unpublish.html +lib/node_modules/npm/html/partial/doc/cli/npm-update.html +lib/node_modules/npm/html/partial/doc/cli/npm-version.html +lib/node_modules/npm/html/partial/doc/cli/npm-view.html +lib/node_modules/npm/html/partial/doc/cli/npm-whoami.html +lib/node_modules/npm/html/partial/doc/cli/npm.html +lib/node_modules/npm/html/partial/doc/files/npm-folders.html +lib/node_modules/npm/html/partial/doc/files/npm-global.html +lib/node_modules/npm/html/partial/doc/files/npm-json.html +lib/node_modules/npm/html/partial/doc/files/npmrc.html +lib/node_modules/npm/html/partial/doc/files/package.json.html +lib/node_modules/npm/html/partial/doc/index.html +lib/node_modules/npm/html/partial/doc/misc/npm-coding-style.html +lib/node_modules/npm/html/partial/doc/misc/npm-config.html +lib/node_modules/npm/html/partial/doc/misc/npm-developers.html +lib/node_modules/npm/html/partial/doc/misc/npm-disputes.html +lib/node_modules/npm/html/partial/doc/misc/npm-faq.html +lib/node_modules/npm/html/partial/doc/misc/npm-registry.html +lib/node_modules/npm/html/partial/doc/misc/npm-scope.html +lib/node_modules/npm/html/partial/doc/misc/npm-scripts.html +lib/node_modules/npm/html/partial/doc/misc/removing-npm.html +lib/node_modules/npm/html/partial/doc/misc/semver.html +lib/node_modules/npm/html/static/style.css +lib/node_modules/npm/html/static/toc.js +lib/node_modules/npm/lib/access.js +lib/node_modules/npm/lib/adduser.js +lib/node_modules/npm/lib/bin.js +lib/node_modules/npm/lib/bugs.js +lib/node_modules/npm/lib/build.js +lib/node_modules/npm/lib/cache.js +lib/node_modules/npm/lib/cache/add-local-tarball.js +lib/node_modules/npm/lib/cache/add-local.js +lib/node_modules/npm/lib/cache/add-named.js +lib/node_modules/npm/lib/cache/add-remote-git.js +lib/node_modules/npm/lib/cache/add-remote-tarball.js +lib/node_modules/npm/lib/cache/cached-package-root.js +lib/node_modules/npm/lib/cache/caching-client.js +lib/node_modules/npm/lib/cache/get-stat.js +lib/node_modules/npm/lib/cache/maybe-github.js +lib/node_modules/npm/lib/cache/update-index.js +lib/node_modules/npm/lib/completion.js +lib/node_modules/npm/lib/config.js +lib/node_modules/npm/lib/config/clear-credentials-by-uri.js +lib/node_modules/npm/lib/config/core.js +lib/node_modules/npm/lib/config/defaults.js +lib/node_modules/npm/lib/config/find-prefix.js +lib/node_modules/npm/lib/config/get-credentials-by-uri.js +lib/node_modules/npm/lib/config/load-cafile.js +lib/node_modules/npm/lib/config/load-prefix.js +lib/node_modules/npm/lib/config/load-uid.js +lib/node_modules/npm/lib/config/nerf-dart.js +lib/node_modules/npm/lib/config/set-credentials-by-uri.js +lib/node_modules/npm/lib/config/set-user.js +lib/node_modules/npm/lib/dedupe.js +lib/node_modules/npm/lib/deprecate.js +lib/node_modules/npm/lib/dist-tag.js +lib/node_modules/npm/lib/docs.js +lib/node_modules/npm/lib/edit.js +lib/node_modules/npm/lib/explore.js +lib/node_modules/npm/lib/faq.js +lib/node_modules/npm/lib/get.js +lib/node_modules/npm/lib/help-search.js +lib/node_modules/npm/lib/help.js +lib/node_modules/npm/lib/init.js +lib/node_modules/npm/lib/install.js +lib/node_modules/npm/lib/link.js +lib/node_modules/npm/lib/logout.js +lib/node_modules/npm/lib/ls.js +lib/node_modules/npm/lib/npm.js +lib/node_modules/npm/lib/outdated.js +lib/node_modules/npm/lib/owner.js +lib/node_modules/npm/lib/pack.js +lib/node_modules/npm/lib/prefix.js +lib/node_modules/npm/lib/prune.js +lib/node_modules/npm/lib/publish.js +lib/node_modules/npm/lib/rebuild.js +lib/node_modules/npm/lib/repo.js +lib/node_modules/npm/lib/restart.js +lib/node_modules/npm/lib/root.js +lib/node_modules/npm/lib/run-script.js +lib/node_modules/npm/lib/search.js +lib/node_modules/npm/lib/set.js +lib/node_modules/npm/lib/shrinkwrap.js +lib/node_modules/npm/lib/star.js +lib/node_modules/npm/lib/stars.js +lib/node_modules/npm/lib/start.js +lib/node_modules/npm/lib/stop.js +lib/node_modules/npm/lib/substack.js +lib/node_modules/npm/lib/tag.js +lib/node_modules/npm/lib/test.js +lib/node_modules/npm/lib/unbuild.js +lib/node_modules/npm/lib/uninstall.js +lib/node_modules/npm/lib/unpublish.js +lib/node_modules/npm/lib/update.js +lib/node_modules/npm/lib/utils/completion.sh +lib/node_modules/npm/lib/utils/completion/file-completion.js +lib/node_modules/npm/lib/utils/completion/installed-deep.js +lib/node_modules/npm/lib/utils/completion/installed-shallow.js +lib/node_modules/npm/lib/utils/depr-check.js +lib/node_modules/npm/lib/utils/error-handler.js +lib/node_modules/npm/lib/utils/gently-rm.js +lib/node_modules/npm/lib/utils/git.js +lib/node_modules/npm/lib/utils/lifecycle.js +lib/node_modules/npm/lib/utils/link.js +lib/node_modules/npm/lib/utils/locker.js +lib/node_modules/npm/lib/utils/map-to-registry.js +lib/node_modules/npm/lib/utils/read-local-package.js +lib/node_modules/npm/lib/utils/spawn.js +lib/node_modules/npm/lib/utils/tar.js +lib/node_modules/npm/lib/utils/umask.js +lib/node_modules/npm/lib/utils/warn-deprecated.js +lib/node_modules/npm/lib/version.js +lib/node_modules/npm/lib/view.js +lib/node_modules/npm/lib/visnup.js +lib/node_modules/npm/lib/whoami.js +lib/node_modules/npm/lib/xmas.js +lib/node_modules/npm/make.bat +lib/node_modules/npm/man/man1/npm-README.1.gz +lib/node_modules/npm/man/man1/npm-access.1.gz +lib/node_modules/npm/man/man1/npm-adduser.1.gz +lib/node_modules/npm/man/man1/npm-bin.1.gz +lib/node_modules/npm/man/man1/npm-bugs.1.gz +lib/node_modules/npm/man/man1/npm-build.1.gz +lib/node_modules/npm/man/man1/npm-bundle.1.gz +lib/node_modules/npm/man/man1/npm-cache.1.gz +lib/node_modules/npm/man/man1/npm-completion.1.gz +lib/node_modules/npm/man/man1/npm-config.1.gz +lib/node_modules/npm/man/man1/npm-dedupe.1.gz +lib/node_modules/npm/man/man1/npm-deprecate.1.gz +lib/node_modules/npm/man/man1/npm-dist-tag.1.gz +lib/node_modules/npm/man/man1/npm-docs.1.gz +lib/node_modules/npm/man/man1/npm-edit.1.gz +lib/node_modules/npm/man/man1/npm-explore.1.gz +lib/node_modules/npm/man/man1/npm-help-search.1.gz +lib/node_modules/npm/man/man1/npm-help.1.gz +lib/node_modules/npm/man/man1/npm-init.1.gz +lib/node_modules/npm/man/man1/npm-install.1.gz +lib/node_modules/npm/man/man1/npm-link.1.gz +lib/node_modules/npm/man/man1/npm-logout.1.gz +lib/node_modules/npm/man/man1/npm-ls.1.gz +lib/node_modules/npm/man/man1/npm-outdated.1.gz +lib/node_modules/npm/man/man1/npm-owner.1.gz +lib/node_modules/npm/man/man1/npm-pack.1.gz +lib/node_modules/npm/man/man1/npm-prefix.1.gz +lib/node_modules/npm/man/man1/npm-prune.1.gz +lib/node_modules/npm/man/man1/npm-publish.1.gz +lib/node_modules/npm/man/man1/npm-rebuild.1.gz +lib/node_modules/npm/man/man1/npm-repo.1.gz +lib/node_modules/npm/man/man1/npm-restart.1.gz +lib/node_modules/npm/man/man1/npm-rm.1.gz +lib/node_modules/npm/man/man1/npm-root.1.gz +lib/node_modules/npm/man/man1/npm-run-script.1.gz +lib/node_modules/npm/man/man1/npm-search.1.gz +lib/node_modules/npm/man/man1/npm-shrinkwrap.1.gz +lib/node_modules/npm/man/man1/npm-star.1.gz +lib/node_modules/npm/man/man1/npm-stars.1.gz +lib/node_modules/npm/man/man1/npm-start.1.gz +lib/node_modules/npm/man/man1/npm-stop.1.gz +lib/node_modules/npm/man/man1/npm-tag.1.gz +lib/node_modules/npm/man/man1/npm-test.1.gz +lib/node_modules/npm/man/man1/npm-uninstall.1.gz +lib/node_modules/npm/man/man1/npm-unpublish.1.gz +lib/node_modules/npm/man/man1/npm-update.1.gz +lib/node_modules/npm/man/man1/npm-version.1.gz +lib/node_modules/npm/man/man1/npm-view.1.gz +lib/node_modules/npm/man/man1/npm-whoami.1.gz +lib/node_modules/npm/man/man1/npm.1.gz +lib/node_modules/npm/man/man3/npm-bin.3.gz +lib/node_modules/npm/man/man3/npm-bugs.3.gz +lib/node_modules/npm/man/man3/npm-cache.3.gz +lib/node_modules/npm/man/man3/npm-commands.3.gz +lib/node_modules/npm/man/man3/npm-config.3.gz +lib/node_modules/npm/man/man3/npm-deprecate.3.gz +lib/node_modules/npm/man/man3/npm-docs.3.gz +lib/node_modules/npm/man/man3/npm-edit.3.gz +lib/node_modules/npm/man/man3/npm-explore.3.gz +lib/node_modules/npm/man/man3/npm-help-search.3.gz +lib/node_modules/npm/man/man3/npm-init.3.gz +lib/node_modules/npm/man/man3/npm-install.3.gz +lib/node_modules/npm/man/man3/npm-link.3.gz +lib/node_modules/npm/man/man3/npm-load.3.gz +lib/node_modules/npm/man/man3/npm-ls.3.gz +lib/node_modules/npm/man/man3/npm-outdated.3.gz +lib/node_modules/npm/man/man3/npm-owner.3.gz +lib/node_modules/npm/man/man3/npm-pack.3.gz +lib/node_modules/npm/man/man3/npm-prefix.3.gz +lib/node_modules/npm/man/man3/npm-prune.3.gz +lib/node_modules/npm/man/man3/npm-publish.3.gz +lib/node_modules/npm/man/man3/npm-rebuild.3.gz +lib/node_modules/npm/man/man3/npm-repo.3.gz +lib/node_modules/npm/man/man3/npm-restart.3.gz +lib/node_modules/npm/man/man3/npm-root.3.gz +lib/node_modules/npm/man/man3/npm-run-script.3.gz +lib/node_modules/npm/man/man3/npm-search.3.gz +lib/node_modules/npm/man/man3/npm-shrinkwrap.3.gz +lib/node_modules/npm/man/man3/npm-start.3.gz +lib/node_modules/npm/man/man3/npm-stop.3.gz +lib/node_modules/npm/man/man3/npm-tag.3.gz +lib/node_modules/npm/man/man3/npm-test.3.gz +lib/node_modules/npm/man/man3/npm-uninstall.3.gz +lib/node_modules/npm/man/man3/npm-unpublish.3.gz +lib/node_modules/npm/man/man3/npm-update.3.gz +lib/node_modules/npm/man/man3/npm-version.3.gz +lib/node_modules/npm/man/man3/npm-view.3.gz +lib/node_modules/npm/man/man3/npm-whoami.3.gz +lib/node_modules/npm/man/man3/npm.3.gz +lib/node_modules/npm/man/man5/npm-folders.5.gz +lib/node_modules/npm/man/man5/npm-global.5.gz +lib/node_modules/npm/man/man5/npm-json.5.gz +lib/node_modules/npm/man/man5/npmrc.5.gz +lib/node_modules/npm/man/man5/package.json.5.gz +lib/node_modules/npm/man/man7/npm-coding-style.7.gz +lib/node_modules/npm/man/man7/npm-config.7.gz +lib/node_modules/npm/man/man7/npm-developers.7.gz +lib/node_modules/npm/man/man7/npm-disputes.7.gz +lib/node_modules/npm/man/man7/npm-faq.7.gz +lib/node_modules/npm/man/man7/npm-index.7.gz +lib/node_modules/npm/man/man7/npm-registry.7.gz +lib/node_modules/npm/man/man7/npm-scope.7.gz +lib/node_modules/npm/man/man7/npm-scripts.7.gz +lib/node_modules/npm/man/man7/removing-npm.7.gz +lib/node_modules/npm/man/man7/semver.7.gz +lib/node_modules/npm/node_modules/.bin/mkdirp +lib/node_modules/npm/node_modules/.bin/node-gyp +lib/node_modules/npm/node_modules/.bin/nopt +lib/node_modules/npm/node_modules/.bin/opener +lib/node_modules/npm/node_modules/.bin/rimraf +lib/node_modules/npm/node_modules/.bin/semver +lib/node_modules/npm/node_modules/.bin/which +lib/node_modules/npm/node_modules/abbrev/CONTRIBUTING.md +lib/node_modules/npm/node_modules/abbrev/LICENSE +lib/node_modules/npm/node_modules/abbrev/README.md +lib/node_modules/npm/node_modules/abbrev/abbrev.js +lib/node_modules/npm/node_modules/abbrev/package.json +lib/node_modules/npm/node_modules/abbrev/test.js +lib/node_modules/npm/node_modules/ansi/.jshintrc +lib/node_modules/npm/node_modules/ansi/.npmignore +lib/node_modules/npm/node_modules/ansi/History.md +lib/node_modules/npm/node_modules/ansi/README.md +lib/node_modules/npm/node_modules/ansi/examples/beep/index.js +lib/node_modules/npm/node_modules/ansi/examples/clear/index.js +lib/node_modules/npm/node_modules/ansi/examples/cursorPosition.js +lib/node_modules/npm/node_modules/ansi/examples/progress/index.js +lib/node_modules/npm/node_modules/ansi/lib/ansi.js +lib/node_modules/npm/node_modules/ansi/lib/newlines.js +lib/node_modules/npm/node_modules/ansi/package.json +lib/node_modules/npm/node_modules/ansicolors/LICENSE +lib/node_modules/npm/node_modules/ansicolors/README.md +lib/node_modules/npm/node_modules/ansicolors/ansicolors.js +lib/node_modules/npm/node_modules/ansicolors/package.json +lib/node_modules/npm/node_modules/ansicolors/test/ansicolors.js +lib/node_modules/npm/node_modules/ansistyles/LICENSE +lib/node_modules/npm/node_modules/ansistyles/README.md +lib/node_modules/npm/node_modules/ansistyles/ansistyles.js +lib/node_modules/npm/node_modules/ansistyles/package.json +lib/node_modules/npm/node_modules/ansistyles/test/ansistyles.js +lib/node_modules/npm/node_modules/archy/LICENSE +lib/node_modules/npm/node_modules/archy/README.markdown +lib/node_modules/npm/node_modules/archy/examples/beep.js +lib/node_modules/npm/node_modules/archy/examples/multi_line.js +lib/node_modules/npm/node_modules/archy/index.js +lib/node_modules/npm/node_modules/archy/package.json +lib/node_modules/npm/node_modules/archy/test/beep.js +lib/node_modules/npm/node_modules/archy/test/multi_line.js +lib/node_modules/npm/node_modules/archy/test/non_unicode.js +lib/node_modules/npm/node_modules/async-some/.eslintrc +lib/node_modules/npm/node_modules/async-some/.npmignore +lib/node_modules/npm/node_modules/async-some/README.md +lib/node_modules/npm/node_modules/async-some/package.json +lib/node_modules/npm/node_modules/async-some/some.js +lib/node_modules/npm/node_modules/async-some/test/base-case.js +lib/node_modules/npm/node_modules/async-some/test/parameters.js +lib/node_modules/npm/node_modules/async-some/test/simple.js +lib/node_modules/npm/node_modules/block-stream/LICENCE +lib/node_modules/npm/node_modules/block-stream/README.md +lib/node_modules/npm/node_modules/block-stream/bench/block-stream-pause.js +lib/node_modules/npm/node_modules/block-stream/bench/block-stream.js +lib/node_modules/npm/node_modules/block-stream/bench/dropper-pause.js +lib/node_modules/npm/node_modules/block-stream/bench/dropper.js +lib/node_modules/npm/node_modules/block-stream/block-stream.js +lib/node_modules/npm/node_modules/block-stream/package.json +lib/node_modules/npm/node_modules/block-stream/test/basic.js +lib/node_modules/npm/node_modules/block-stream/test/nopad-thorough.js +lib/node_modules/npm/node_modules/block-stream/test/nopad.js +lib/node_modules/npm/node_modules/block-stream/test/pause-resume.js +lib/node_modules/npm/node_modules/block-stream/test/thorough.js +lib/node_modules/npm/node_modules/block-stream/test/two-stream.js +lib/node_modules/npm/node_modules/char-spinner/LICENSE +lib/node_modules/npm/node_modules/char-spinner/README.md +lib/node_modules/npm/node_modules/char-spinner/package.json +lib/node_modules/npm/node_modules/char-spinner/spin.js +lib/node_modules/npm/node_modules/char-spinner/test/basic.js +lib/node_modules/npm/node_modules/child-process-close/README.md +lib/node_modules/npm/node_modules/child-process-close/index.js +lib/node_modules/npm/node_modules/child-process-close/package.json +lib/node_modules/npm/node_modules/child-process-close/test/test-exec.js +lib/node_modules/npm/node_modules/child-process-close/test/test-fork.js +lib/node_modules/npm/node_modules/child-process-close/test/test-spawn-and-execfile.js +lib/node_modules/npm/node_modules/child-process-close/test/test.js +lib/node_modules/npm/node_modules/child-process-close/test/worker-fork.js +lib/node_modules/npm/node_modules/child-process-close/test/worker-spawn.js +lib/node_modules/npm/node_modules/chmodr/LICENSE +lib/node_modules/npm/node_modules/chmodr/README.md +lib/node_modules/npm/node_modules/chmodr/chmodr.js +lib/node_modules/npm/node_modules/chmodr/package.json +lib/node_modules/npm/node_modules/chmodr/test/basic.js +lib/node_modules/npm/node_modules/chmodr/test/sync.js +lib/node_modules/npm/node_modules/chownr/LICENCE +lib/node_modules/npm/node_modules/chownr/README.md +lib/node_modules/npm/node_modules/chownr/chownr.js +lib/node_modules/npm/node_modules/chownr/package.json +lib/node_modules/npm/node_modules/cmd-shim/.npmignore +lib/node_modules/npm/node_modules/cmd-shim/.travis.yml +lib/node_modules/npm/node_modules/cmd-shim/LICENSE +lib/node_modules/npm/node_modules/cmd-shim/README.md +lib/node_modules/npm/node_modules/cmd-shim/index.js +lib/node_modules/npm/node_modules/cmd-shim/package.json +lib/node_modules/npm/node_modules/cmd-shim/test/00-setup.js +lib/node_modules/npm/node_modules/cmd-shim/test/basic.js +lib/node_modules/npm/node_modules/cmd-shim/test/zz-cleanup.js +lib/node_modules/npm/node_modules/columnify/LICENSE +lib/node_modules/npm/node_modules/columnify/Makefile +lib/node_modules/npm/node_modules/columnify/Readme.md +lib/node_modules/npm/node_modules/columnify/columnify.js +lib/node_modules/npm/node_modules/columnify/index.js +lib/node_modules/npm/node_modules/columnify/node_modules/strip-ansi/cli.js +lib/node_modules/npm/node_modules/columnify/node_modules/strip-ansi/index.js +lib/node_modules/npm/node_modules/columnify/node_modules/strip-ansi/node_modules/ansi-regex/index.js +lib/node_modules/npm/node_modules/columnify/node_modules/strip-ansi/node_modules/ansi-regex/package.json +lib/node_modules/npm/node_modules/columnify/node_modules/strip-ansi/node_modules/ansi-regex/readme.md +lib/node_modules/npm/node_modules/columnify/node_modules/strip-ansi/package.json +lib/node_modules/npm/node_modules/columnify/node_modules/strip-ansi/readme.md +lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/.npmignore +lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/LICENSE +lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/Readme.md +lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/combining.js +lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/docs/index.md +lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/index.js +lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/node_modules/defaults/.npmignore +lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/node_modules/defaults/README.md +lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/node_modules/defaults/index.js +lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/node_modules/defaults/node_modules/clone/.npmignore +lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/node_modules/defaults/node_modules/clone/.travis.yml +lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/node_modules/defaults/node_modules/clone/LICENSE +lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/node_modules/defaults/node_modules/clone/README.md +lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/node_modules/defaults/node_modules/clone/clone.js +lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/node_modules/defaults/node_modules/clone/package.json +lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/node_modules/defaults/node_modules/clone/test.js +lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/node_modules/defaults/package.json +lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/node_modules/defaults/test.js +lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/package.json +lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/test/index.js +lib/node_modules/npm/node_modules/columnify/package.json +lib/node_modules/npm/node_modules/columnify/utils.js +lib/node_modules/npm/node_modules/columnify/width.js +lib/node_modules/npm/node_modules/config-chain/.npmignore +lib/node_modules/npm/node_modules/config-chain/LICENCE +lib/node_modules/npm/node_modules/config-chain/index.js +lib/node_modules/npm/node_modules/config-chain/node_modules/proto-list/LICENSE +lib/node_modules/npm/node_modules/config-chain/node_modules/proto-list/README.md +lib/node_modules/npm/node_modules/config-chain/node_modules/proto-list/package.json +lib/node_modules/npm/node_modules/config-chain/node_modules/proto-list/proto-list.js +lib/node_modules/npm/node_modules/config-chain/node_modules/proto-list/test/basic.js +lib/node_modules/npm/node_modules/config-chain/package.json +lib/node_modules/npm/node_modules/config-chain/readme.markdown +lib/node_modules/npm/node_modules/config-chain/test/broken.js +lib/node_modules/npm/node_modules/config-chain/test/broken.json +lib/node_modules/npm/node_modules/config-chain/test/chain-class.js +lib/node_modules/npm/node_modules/config-chain/test/env.js +lib/node_modules/npm/node_modules/config-chain/test/find-file.js +lib/node_modules/npm/node_modules/config-chain/test/get.js +lib/node_modules/npm/node_modules/config-chain/test/ignore-unfound-file.js +lib/node_modules/npm/node_modules/config-chain/test/ini.js +lib/node_modules/npm/node_modules/config-chain/test/save.js +lib/node_modules/npm/node_modules/dezalgo/README.md +lib/node_modules/npm/node_modules/dezalgo/dezalgo.js +lib/node_modules/npm/node_modules/dezalgo/node_modules/asap/LICENSE.md +lib/node_modules/npm/node_modules/dezalgo/node_modules/asap/README.md +lib/node_modules/npm/node_modules/dezalgo/node_modules/asap/asap.js +lib/node_modules/npm/node_modules/dezalgo/node_modules/asap/package.json +lib/node_modules/npm/node_modules/dezalgo/package.json +lib/node_modules/npm/node_modules/dezalgo/test/basic.js +lib/node_modules/npm/node_modules/editor/LICENSE +lib/node_modules/npm/node_modules/editor/README.markdown +lib/node_modules/npm/node_modules/editor/example/beep.json +lib/node_modules/npm/node_modules/editor/example/edit.js +lib/node_modules/npm/node_modules/editor/index.js +lib/node_modules/npm/node_modules/editor/package.json +lib/node_modules/npm/node_modules/fs-vacuum/.eslintrc +lib/node_modules/npm/node_modules/fs-vacuum/.npmignore +lib/node_modules/npm/node_modules/fs-vacuum/README.md +lib/node_modules/npm/node_modules/fs-vacuum/package.json +lib/node_modules/npm/node_modules/fs-vacuum/test/arguments.js +lib/node_modules/npm/node_modules/fs-vacuum/test/base-leaf-mismatch.js +lib/node_modules/npm/node_modules/fs-vacuum/test/no-entries-file-no-purge.js +lib/node_modules/npm/node_modules/fs-vacuum/test/no-entries-link-no-purge.js +lib/node_modules/npm/node_modules/fs-vacuum/test/no-entries-no-purge.js +lib/node_modules/npm/node_modules/fs-vacuum/test/no-entries-with-link-purge.js +lib/node_modules/npm/node_modules/fs-vacuum/test/no-entries-with-purge.js +lib/node_modules/npm/node_modules/fs-vacuum/test/other-directories-no-purge.js +lib/node_modules/npm/node_modules/fs-vacuum/vacuum.js +lib/node_modules/npm/node_modules/fs-write-stream-atomic/LICENSE +lib/node_modules/npm/node_modules/fs-write-stream-atomic/README.md +lib/node_modules/npm/node_modules/fs-write-stream-atomic/index.js +lib/node_modules/npm/node_modules/fs-write-stream-atomic/package.json +lib/node_modules/npm/node_modules/fs-write-stream-atomic/test/basic.js +lib/node_modules/npm/node_modules/fstream-npm/.npmignore +lib/node_modules/npm/node_modules/fstream-npm/LICENSE +lib/node_modules/npm/node_modules/fstream-npm/README.md +lib/node_modules/npm/node_modules/fstream-npm/example/bundle.js +lib/node_modules/npm/node_modules/fstream-npm/example/dir-tar.js +lib/node_modules/npm/node_modules/fstream-npm/example/dir.js +lib/node_modules/npm/node_modules/fstream-npm/example/example.js +lib/node_modules/npm/node_modules/fstream-npm/example/ig-tar.js +lib/node_modules/npm/node_modules/fstream-npm/example/tar.js +lib/node_modules/npm/node_modules/fstream-npm/fstream-npm.js +lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/.npmignore +lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/LICENSE +lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/README.md +lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/example/basic.js +lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/ignore.js +lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/package.json +lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/test/.ignore +lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/test/.npmignore +lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/test/00-setup.js +lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/test/basic.js +lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/test/common.js +lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/test/ignore-most.js +lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/test/nested-ignores.js +lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/test/read-file-order.js +lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/test/unignore-child.js +lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/test/zz-cleanup.js +lib/node_modules/npm/node_modules/fstream-npm/package.json +lib/node_modules/npm/node_modules/fstream/.npmignore +lib/node_modules/npm/node_modules/fstream/.travis.yml +lib/node_modules/npm/node_modules/fstream/LICENSE +lib/node_modules/npm/node_modules/fstream/README.md +lib/node_modules/npm/node_modules/fstream/examples/filter-pipe.js +lib/node_modules/npm/node_modules/fstream/examples/pipe.js +lib/node_modules/npm/node_modules/fstream/examples/reader.js +lib/node_modules/npm/node_modules/fstream/examples/symlink-write.js +lib/node_modules/npm/node_modules/fstream/fstream.js +lib/node_modules/npm/node_modules/fstream/lib/abstract.js +lib/node_modules/npm/node_modules/fstream/lib/collect.js +lib/node_modules/npm/node_modules/fstream/lib/dir-reader.js +lib/node_modules/npm/node_modules/fstream/lib/dir-writer.js +lib/node_modules/npm/node_modules/fstream/lib/file-reader.js +lib/node_modules/npm/node_modules/fstream/lib/file-writer.js +lib/node_modules/npm/node_modules/fstream/lib/get-type.js +lib/node_modules/npm/node_modules/fstream/lib/link-reader.js +lib/node_modules/npm/node_modules/fstream/lib/link-writer.js +lib/node_modules/npm/node_modules/fstream/lib/proxy-reader.js +lib/node_modules/npm/node_modules/fstream/lib/proxy-writer.js +lib/node_modules/npm/node_modules/fstream/lib/reader.js +lib/node_modules/npm/node_modules/fstream/lib/socket-reader.js +lib/node_modules/npm/node_modules/fstream/lib/writer.js +lib/node_modules/npm/node_modules/fstream/package.json +lib/node_modules/npm/node_modules/github-url-from-git/.npmignore +lib/node_modules/npm/node_modules/github-url-from-git/LICENSE +lib/node_modules/npm/node_modules/github-url-from-git/Makefile +lib/node_modules/npm/node_modules/github-url-from-git/Readme.md +lib/node_modules/npm/node_modules/github-url-from-git/index.js +lib/node_modules/npm/node_modules/github-url-from-git/package.json +lib/node_modules/npm/node_modules/github-url-from-git/test.js +lib/node_modules/npm/node_modules/github-url-from-username-repo/.npmignore +lib/node_modules/npm/node_modules/github-url-from-username-repo/.travis.yml +lib/node_modules/npm/node_modules/github-url-from-username-repo/LICENSE +lib/node_modules/npm/node_modules/github-url-from-username-repo/README.md +lib/node_modules/npm/node_modules/github-url-from-username-repo/index.js +lib/node_modules/npm/node_modules/github-url-from-username-repo/package.json +lib/node_modules/npm/node_modules/github-url-from-username-repo/test/index.js +lib/node_modules/npm/node_modules/glob/LICENSE +lib/node_modules/npm/node_modules/glob/README.md +lib/node_modules/npm/node_modules/glob/common.js +lib/node_modules/npm/node_modules/glob/glob.js +lib/node_modules/npm/node_modules/glob/package.json +lib/node_modules/npm/node_modules/glob/sync.js +lib/node_modules/npm/node_modules/graceful-fs/.npmignore +lib/node_modules/npm/node_modules/graceful-fs/LICENSE +lib/node_modules/npm/node_modules/graceful-fs/README.md +lib/node_modules/npm/node_modules/graceful-fs/fs.js +lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js +lib/node_modules/npm/node_modules/graceful-fs/package.json +lib/node_modules/npm/node_modules/graceful-fs/polyfills.js +lib/node_modules/npm/node_modules/graceful-fs/test/max-open.js +lib/node_modules/npm/node_modules/graceful-fs/test/open.js +lib/node_modules/npm/node_modules/graceful-fs/test/readdir-sort.js +lib/node_modules/npm/node_modules/graceful-fs/test/write-then-read.js +lib/node_modules/npm/node_modules/inflight/LICENSE +lib/node_modules/npm/node_modules/inflight/README.md +lib/node_modules/npm/node_modules/inflight/inflight.js +lib/node_modules/npm/node_modules/inflight/package.json +lib/node_modules/npm/node_modules/inflight/test.js +lib/node_modules/npm/node_modules/inherits/LICENSE +lib/node_modules/npm/node_modules/inherits/README.md +lib/node_modules/npm/node_modules/inherits/inherits.js +lib/node_modules/npm/node_modules/inherits/inherits_browser.js +lib/node_modules/npm/node_modules/inherits/package.json +lib/node_modules/npm/node_modules/inherits/test.js +lib/node_modules/npm/node_modules/ini/.npmignore +lib/node_modules/npm/node_modules/ini/LICENSE +lib/node_modules/npm/node_modules/ini/README.md +lib/node_modules/npm/node_modules/ini/ini.js +lib/node_modules/npm/node_modules/ini/package.json +lib/node_modules/npm/node_modules/ini/test/bar.js +lib/node_modules/npm/node_modules/ini/test/fixtures/foo.ini +lib/node_modules/npm/node_modules/ini/test/foo.js +lib/node_modules/npm/node_modules/init-package-json/.npmignore +lib/node_modules/npm/node_modules/init-package-json/LICENSE +lib/node_modules/npm/node_modules/init-package-json/README.md +lib/node_modules/npm/node_modules/init-package-json/default-input.js +lib/node_modules/npm/node_modules/init-package-json/example/example-basic.js +lib/node_modules/npm/node_modules/init-package-json/example/example-default.js +lib/node_modules/npm/node_modules/init-package-json/example/example-npm.js +lib/node_modules/npm/node_modules/init-package-json/example/init/basic-init.js +lib/node_modules/npm/node_modules/init-package-json/init-package-json.js +lib/node_modules/npm/node_modules/init-package-json/node_modules/promzard/.npmignore +lib/node_modules/npm/node_modules/init-package-json/node_modules/promzard/LICENSE +lib/node_modules/npm/node_modules/init-package-json/node_modules/promzard/README.md +lib/node_modules/npm/node_modules/init-package-json/node_modules/promzard/example/index.js +lib/node_modules/npm/node_modules/init-package-json/node_modules/promzard/example/npm-init/README.md +lib/node_modules/npm/node_modules/init-package-json/node_modules/promzard/example/npm-init/init-input.js +lib/node_modules/npm/node_modules/init-package-json/node_modules/promzard/example/npm-init/init.js +lib/node_modules/npm/node_modules/init-package-json/node_modules/promzard/example/npm-init/package.json +lib/node_modules/npm/node_modules/init-package-json/node_modules/promzard/example/substack-input.js +lib/node_modules/npm/node_modules/init-package-json/node_modules/promzard/package.json +lib/node_modules/npm/node_modules/init-package-json/node_modules/promzard/promzard.js +lib/node_modules/npm/node_modules/init-package-json/node_modules/promzard/test/basic.js +lib/node_modules/npm/node_modules/init-package-json/node_modules/promzard/test/exports.input +lib/node_modules/npm/node_modules/init-package-json/node_modules/promzard/test/exports.js +lib/node_modules/npm/node_modules/init-package-json/node_modules/promzard/test/fn.input +lib/node_modules/npm/node_modules/init-package-json/node_modules/promzard/test/fn.js +lib/node_modules/npm/node_modules/init-package-json/node_modules/promzard/test/simple.input +lib/node_modules/npm/node_modules/init-package-json/node_modules/promzard/test/simple.js +lib/node_modules/npm/node_modules/init-package-json/package.json +lib/node_modules/npm/node_modules/init-package-json/test/basic.input +lib/node_modules/npm/node_modules/init-package-json/test/basic.js +lib/node_modules/npm/node_modules/init-package-json/test/npm-defaults.js +lib/node_modules/npm/node_modules/lockfile/LICENSE +lib/node_modules/npm/node_modules/lockfile/README.md +lib/node_modules/npm/node_modules/lockfile/lockfile.js +lib/node_modules/npm/node_modules/lockfile/package.json +lib/node_modules/npm/node_modules/lockfile/test/basic.js +lib/node_modules/npm/node_modules/lockfile/test/fixtures/bad-child.js +lib/node_modules/npm/node_modules/lockfile/test/fixtures/child.js +lib/node_modules/npm/node_modules/lockfile/test/retry-time.js +lib/node_modules/npm/node_modules/lockfile/test/stale-contention.js +lib/node_modules/npm/node_modules/lru-cache/.npmignore +lib/node_modules/npm/node_modules/lru-cache/CONTRIBUTORS +lib/node_modules/npm/node_modules/lru-cache/LICENSE +lib/node_modules/npm/node_modules/lru-cache/README.md +lib/node_modules/npm/node_modules/lru-cache/lib/lru-cache.js +lib/node_modules/npm/node_modules/lru-cache/package.json +lib/node_modules/npm/node_modules/lru-cache/test/basic.js +lib/node_modules/npm/node_modules/lru-cache/test/foreach.js +lib/node_modules/npm/node_modules/lru-cache/test/memory-leak.js +lib/node_modules/npm/node_modules/minimatch/.npmignore +lib/node_modules/npm/node_modules/minimatch/.travis.yml +lib/node_modules/npm/node_modules/minimatch/LICENSE +lib/node_modules/npm/node_modules/minimatch/README.md +lib/node_modules/npm/node_modules/minimatch/benchmark.js +lib/node_modules/npm/node_modules/minimatch/browser.js +lib/node_modules/npm/node_modules/minimatch/minimatch.js +lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/.npmignore +lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/.travis.yml +lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/README.md +lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/example.js +lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/index.bak +lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/index.js +lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.npmignore +lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.travis.yml +lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/Makefile +lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/README.md +lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/example.js +lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/index.js +lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json +lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/test/balanced.js +lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/.travis.yml +lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/README.markdown +lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/example/map.js +lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/index.js +lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/package.json +lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/test/map.js +lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/package.json +lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/test/bash-comparison.js +lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/test/bash-results.txt +lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/test/cases.txt +lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/test/dollar.js +lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/test/empty-option.js +lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/test/generate.sh +lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/test/negative-increment.js +lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/test/nested.js +lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/test/order.js +lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/test/pad.js +lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/test/same-type.js +lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/test/sequence.js +lib/node_modules/npm/node_modules/minimatch/package.json +lib/node_modules/npm/node_modules/minimatch/test/basic.js +lib/node_modules/npm/node_modules/minimatch/test/brace-expand.js +lib/node_modules/npm/node_modules/minimatch/test/defaults.js +lib/node_modules/npm/node_modules/minimatch/test/extglob-ending-with-state-char.js +lib/node_modules/npm/node_modules/mkdirp/.npmignore +lib/node_modules/npm/node_modules/mkdirp/.travis.yml +lib/node_modules/npm/node_modules/mkdirp/LICENSE +lib/node_modules/npm/node_modules/mkdirp/README.markdown +lib/node_modules/npm/node_modules/mkdirp/bin/cmd.js +lib/node_modules/npm/node_modules/mkdirp/bin/usage.txt +lib/node_modules/npm/node_modules/mkdirp/examples/pow.js +lib/node_modules/npm/node_modules/mkdirp/index.js +lib/node_modules/npm/node_modules/mkdirp/node_modules/minimist/.travis.yml +lib/node_modules/npm/node_modules/mkdirp/node_modules/minimist/LICENSE +lib/node_modules/npm/node_modules/mkdirp/node_modules/minimist/example/parse.js +lib/node_modules/npm/node_modules/mkdirp/node_modules/minimist/index.js +lib/node_modules/npm/node_modules/mkdirp/node_modules/minimist/package.json +lib/node_modules/npm/node_modules/mkdirp/node_modules/minimist/readme.markdown +lib/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/dash.js +lib/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/default_bool.js +lib/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/dotted.js +lib/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/long.js +lib/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/parse.js +lib/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/parse_modified.js +lib/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/short.js +lib/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/whitespace.js +lib/node_modules/npm/node_modules/mkdirp/package.json +lib/node_modules/npm/node_modules/mkdirp/test/chmod.js +lib/node_modules/npm/node_modules/mkdirp/test/clobber.js +lib/node_modules/npm/node_modules/mkdirp/test/mkdirp.js +lib/node_modules/npm/node_modules/mkdirp/test/opts_fs.js +lib/node_modules/npm/node_modules/mkdirp/test/opts_fs_sync.js +lib/node_modules/npm/node_modules/mkdirp/test/perm.js +lib/node_modules/npm/node_modules/mkdirp/test/perm_sync.js +lib/node_modules/npm/node_modules/mkdirp/test/race.js +lib/node_modules/npm/node_modules/mkdirp/test/rel.js +lib/node_modules/npm/node_modules/mkdirp/test/return.js +lib/node_modules/npm/node_modules/mkdirp/test/return_sync.js +lib/node_modules/npm/node_modules/mkdirp/test/root.js +lib/node_modules/npm/node_modules/mkdirp/test/sync.js +lib/node_modules/npm/node_modules/mkdirp/test/umask.js +lib/node_modules/npm/node_modules/mkdirp/test/umask_sync.js +lib/node_modules/npm/node_modules/node-gyp/.jshintrc +lib/node_modules/npm/node_modules/node-gyp/.npmignore +lib/node_modules/npm/node_modules/node-gyp/LICENSE +lib/node_modules/npm/node_modules/node-gyp/README.md +lib/node_modules/npm/node_modules/node-gyp/addon.gypi +lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js +lib/node_modules/npm/node_modules/node-gyp/gyp/.npmignore +lib/node_modules/npm/node_modules/node-gyp/gyp/AUTHORS +lib/node_modules/npm/node_modules/node-gyp/gyp/DEPS +lib/node_modules/npm/node_modules/node-gyp/gyp/LICENSE +lib/node_modules/npm/node_modules/node-gyp/gyp/OWNERS +lib/node_modules/npm/node_modules/node-gyp/gyp/PRESUBMIT.py +lib/node_modules/npm/node_modules/node-gyp/gyp/buildbot/buildbot_run.py +lib/node_modules/npm/node_modules/node-gyp/gyp/codereview.settings +lib/node_modules/npm/node_modules/node-gyp/gyp/data/win/large-pdb-shim.cc +lib/node_modules/npm/node_modules/node-gyp/gyp/gyp +lib/node_modules/npm/node_modules/node-gyp/gyp/gyp.bat +lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_dummy.c +lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py +lib/node_modules/npm/node_modules/node-gyp/gyp/gyptest.py +lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSNew.py +lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSProject.py +lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings.py +lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings_test.py +lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSToolFile.py +lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSUserFile.py +lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSUtil.py +lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSVersion.py +lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py +lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/common.py +lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/common_test.py +lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/easy_xml.py +lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/easy_xml_test.py +lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/flock_tool.py +lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/__init__.py +lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/android.py +lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/cmake.py +lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/dump_dependency_json.py +lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/eclipse.py +lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/gypd.py +lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/gypsh.py +lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py +lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs.py +lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs_test.py +lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja.py +lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja_test.py +lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode.py +lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode_test.py +lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py +lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input_test.py +lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/mac_tool.py +lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/msvs_emulation.py +lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/ninja_syntax.py +lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/ordered_dict.py +lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/win_tool.py +lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py +lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcodeproj_file.py +lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xml_fix.py +lib/node_modules/npm/node_modules/node-gyp/gyp/pylintrc +lib/node_modules/npm/node_modules/node-gyp/gyp/samples/samples +lib/node_modules/npm/node_modules/node-gyp/gyp/samples/samples.bat +lib/node_modules/npm/node_modules/node-gyp/gyp/setup.py +lib/node_modules/npm/node_modules/node-gyp/gyp/tools/README +lib/node_modules/npm/node_modules/node-gyp/gyp/tools/Xcode/README +lib/node_modules/npm/node_modules/node-gyp/gyp/tools/Xcode/Specifications/gyp.pbfilespec +lib/node_modules/npm/node_modules/node-gyp/gyp/tools/Xcode/Specifications/gyp.xclangspec +lib/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/README +lib/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/gyp-tests.el +lib/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/gyp.el +lib/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/run-unit-tests.sh +lib/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/testdata/media.gyp +lib/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/testdata/media.gyp.fontified +lib/node_modules/npm/node_modules/node-gyp/gyp/tools/graphviz.py +lib/node_modules/npm/node_modules/node-gyp/gyp/tools/pretty_gyp.py +lib/node_modules/npm/node_modules/node-gyp/gyp/tools/pretty_sln.py +lib/node_modules/npm/node_modules/node-gyp/gyp/tools/pretty_vcproj.py +lib/node_modules/npm/node_modules/node-gyp/lib/build.js +lib/node_modules/npm/node_modules/node-gyp/lib/clean.js +lib/node_modules/npm/node_modules/node-gyp/lib/configure.js +lib/node_modules/npm/node_modules/node-gyp/lib/install.js +lib/node_modules/npm/node_modules/node-gyp/lib/list.js +lib/node_modules/npm/node_modules/node-gyp/lib/node-gyp.js +lib/node_modules/npm/node_modules/node-gyp/lib/rebuild.js +lib/node_modules/npm/node_modules/node-gyp/lib/remove.js +lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/.npmignore +lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/.travis.yml +lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/LICENSE +lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/README.md +lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/minimatch.js +lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/sigmund/LICENSE +lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/sigmund/README.md +lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/sigmund/bench.js +lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/sigmund/package.json +lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/sigmund/sigmund.js +lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/sigmund/test/basic.js +lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/package.json +lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/test/basic.js +lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/test/brace-expand.js +lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/test/caching.js +lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/test/defaults.js +lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/test/extglob-ending-with-state-char.js +lib/node_modules/npm/node_modules/node-gyp/package.json +lib/node_modules/npm/node_modules/nopt/.npmignore +lib/node_modules/npm/node_modules/nopt/LICENSE +lib/node_modules/npm/node_modules/nopt/README.md +lib/node_modules/npm/node_modules/nopt/bin/nopt.js +lib/node_modules/npm/node_modules/nopt/examples/my-program.js +lib/node_modules/npm/node_modules/nopt/lib/nopt.js +lib/node_modules/npm/node_modules/nopt/package.json +lib/node_modules/npm/node_modules/nopt/test/basic.js +lib/node_modules/npm/node_modules/normalize-git-url/.npmignore +lib/node_modules/npm/node_modules/normalize-git-url/CHANGELOG.md +lib/node_modules/npm/node_modules/normalize-git-url/README.md +lib/node_modules/npm/node_modules/normalize-git-url/normalize-git-url.js +lib/node_modules/npm/node_modules/normalize-git-url/package.json +lib/node_modules/npm/node_modules/normalize-git-url/test/basic.js +lib/node_modules/npm/node_modules/normalize-package-data/.npmignore +lib/node_modules/npm/node_modules/normalize-package-data/.travis.yml +lib/node_modules/npm/node_modules/normalize-package-data/AUTHORS +lib/node_modules/npm/node_modules/normalize-package-data/LICENSE +lib/node_modules/npm/node_modules/normalize-package-data/README.md +lib/node_modules/npm/node_modules/normalize-package-data/lib/core_module_names.json +lib/node_modules/npm/node_modules/normalize-package-data/lib/extract_description.js +lib/node_modules/npm/node_modules/normalize-package-data/lib/fixer.js +lib/node_modules/npm/node_modules/normalize-package-data/lib/make_warning.js +lib/node_modules/npm/node_modules/normalize-package-data/lib/normalize.js +lib/node_modules/npm/node_modules/normalize-package-data/lib/safe_format.js +lib/node_modules/npm/node_modules/normalize-package-data/lib/typos.json +lib/node_modules/npm/node_modules/normalize-package-data/lib/warning_messages.json +lib/node_modules/npm/node_modules/normalize-package-data/package.json +lib/node_modules/npm/node_modules/normalize-package-data/test/basic.js +lib/node_modules/npm/node_modules/normalize-package-data/test/consistency.js +lib/node_modules/npm/node_modules/normalize-package-data/test/dependencies.js +lib/node_modules/npm/node_modules/normalize-package-data/test/fixtures/async.json +lib/node_modules/npm/node_modules/normalize-package-data/test/fixtures/bcrypt.json +lib/node_modules/npm/node_modules/normalize-package-data/test/fixtures/coffee-script.json +lib/node_modules/npm/node_modules/normalize-package-data/test/fixtures/http-server.json +lib/node_modules/npm/node_modules/normalize-package-data/test/fixtures/movefile.json +lib/node_modules/npm/node_modules/normalize-package-data/test/fixtures/no-description.json +lib/node_modules/npm/node_modules/normalize-package-data/test/fixtures/node-module_exist.json +lib/node_modules/npm/node_modules/normalize-package-data/test/fixtures/npm.json +lib/node_modules/npm/node_modules/normalize-package-data/test/fixtures/read-package-json.json +lib/node_modules/npm/node_modules/normalize-package-data/test/fixtures/request.json +lib/node_modules/npm/node_modules/normalize-package-data/test/fixtures/underscore.json +lib/node_modules/npm/node_modules/normalize-package-data/test/github-urls.js +lib/node_modules/npm/node_modules/normalize-package-data/test/normalize.js +lib/node_modules/npm/node_modules/normalize-package-data/test/scoped.js +lib/node_modules/npm/node_modules/normalize-package-data/test/strict.js +lib/node_modules/npm/node_modules/normalize-package-data/test/typo.js +lib/node_modules/npm/node_modules/npm-cache-filename/LICENSE +lib/node_modules/npm/node_modules/npm-cache-filename/README.md +lib/node_modules/npm/node_modules/npm-cache-filename/index.js +lib/node_modules/npm/node_modules/npm-cache-filename/package.json +lib/node_modules/npm/node_modules/npm-cache-filename/test.js +lib/node_modules/npm/node_modules/npm-install-checks/LICENSE +lib/node_modules/npm/node_modules/npm-install-checks/README.md +lib/node_modules/npm/node_modules/npm-install-checks/index.js +lib/node_modules/npm/node_modules/npm-install-checks/package.json +lib/node_modules/npm/node_modules/npm-install-checks/test/check-engine.js +lib/node_modules/npm/node_modules/npm-install-checks/test/check-git.js +lib/node_modules/npm/node_modules/npm-install-checks/test/check-platform.js +lib/node_modules/npm/node_modules/npm-package-arg/LICENSE +lib/node_modules/npm/node_modules/npm-package-arg/README.md +lib/node_modules/npm/node_modules/npm-package-arg/npa.js +lib/node_modules/npm/node_modules/npm-package-arg/package.json +lib/node_modules/npm/node_modules/npm-package-arg/test/basic.js +lib/node_modules/npm/node_modules/npm-package-arg/test/windows.js +lib/node_modules/npm/node_modules/npm-registry-client/.npmignore +lib/node_modules/npm/node_modules/npm-registry-client/.travis.yml +lib/node_modules/npm/node_modules/npm-registry-client/LICENSE +lib/node_modules/npm/node_modules/npm-registry-client/README.md +lib/node_modules/npm/node_modules/npm-registry-client/index.js +lib/node_modules/npm/node_modules/npm-registry-client/lib/access.js +lib/node_modules/npm/node_modules/npm-registry-client/lib/adduser.js +lib/node_modules/npm/node_modules/npm-registry-client/lib/attempt.js +lib/node_modules/npm/node_modules/npm-registry-client/lib/authify.js +lib/node_modules/npm/node_modules/npm-registry-client/lib/deprecate.js +lib/node_modules/npm/node_modules/npm-registry-client/lib/dist-tags/add.js +lib/node_modules/npm/node_modules/npm-registry-client/lib/dist-tags/fetch.js +lib/node_modules/npm/node_modules/npm-registry-client/lib/dist-tags/rm.js +lib/node_modules/npm/node_modules/npm-registry-client/lib/dist-tags/set.js +lib/node_modules/npm/node_modules/npm-registry-client/lib/dist-tags/update.js +lib/node_modules/npm/node_modules/npm-registry-client/lib/fetch.js +lib/node_modules/npm/node_modules/npm-registry-client/lib/get.js +lib/node_modules/npm/node_modules/npm-registry-client/lib/initialize.js +lib/node_modules/npm/node_modules/npm-registry-client/lib/logout.js +lib/node_modules/npm/node_modules/npm-registry-client/lib/publish.js +lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js +lib/node_modules/npm/node_modules/npm-registry-client/lib/star.js +lib/node_modules/npm/node_modules/npm-registry-client/lib/stars.js +lib/node_modules/npm/node_modules/npm-registry-client/lib/tag.js +lib/node_modules/npm/node_modules/npm-registry-client/lib/unpublish.js +lib/node_modules/npm/node_modules/npm-registry-client/lib/whoami.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/.npmignore +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/LICENSE +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/index.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/.npmignore +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/LICENSE +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/README.md +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/duplex.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/float.patch +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_duplex.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_passthrough.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_readable.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_transform.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_writable.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/core-util-is/README.md +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/core-util-is/float.patch +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/core-util-is/lib/util.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/core-util-is/package.json +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/core-util-is/util.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/isarray/README.md +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/isarray/build/build.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/isarray/component.json +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/isarray/index.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/isarray/package.json +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/string_decoder/.npmignore +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/string_decoder/LICENSE +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/string_decoder/README.md +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/string_decoder/index.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/string_decoder/package.json +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/package.json +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/passthrough.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/readable.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/transform.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/writable.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/typedarray/.travis.yml +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/typedarray/LICENSE +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/typedarray/example/tarray.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/typedarray/index.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/typedarray/package.json +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/typedarray/readme.markdown +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/typedarray/test/server/undef_globals.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/typedarray/test/tarray.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/package.json +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/readme.md +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/test/array.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/test/buffer.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/test/infer.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/test/nothing.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/test/objects.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/test/server/ls.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/test/string.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/test/typedarray.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/LICENSE +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/README.md +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/node_modules/hosted-git-info/.npmignore +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/node_modules/hosted-git-info/.travis.yml +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/node_modules/hosted-git-info/README.md +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/node_modules/hosted-git-info/index.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/node_modules/hosted-git-info/package.json +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/node_modules/hosted-git-info/test/basic.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/node_modules/hosted-git-info/test/bitbucket.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/node_modules/hosted-git-info/test/gist.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/node_modules/hosted-git-info/test/github.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/node_modules/hosted-git-info/test/gitlab.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/node_modules/hosted-git-info/test/lib/standard-tests.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/npa.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/package.json +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/test/basic.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/test/bitbucket.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/test/github.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/test/gitlab.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/test/windows.js +lib/node_modules/npm/node_modules/npm-registry-client/package.json +lib/node_modules/npm/node_modules/npm-registry-client/test/00-setup.js +lib/node_modules/npm/node_modules/npm-registry-client/test/access.js +lib/node_modules/npm/node_modules/npm-registry-client/test/adduser-new.js +lib/node_modules/npm/node_modules/npm-registry-client/test/adduser-update.js +lib/node_modules/npm/node_modules/npm-registry-client/test/adduser.js +lib/node_modules/npm/node_modules/npm-registry-client/test/config-defaults.js +lib/node_modules/npm/node_modules/npm-registry-client/test/config-override.js +lib/node_modules/npm/node_modules/npm-registry-client/test/deprecate.js +lib/node_modules/npm/node_modules/npm-registry-client/test/dist-tags-add.js +lib/node_modules/npm/node_modules/npm-registry-client/test/dist-tags-fetch.js +lib/node_modules/npm/node_modules/npm-registry-client/test/dist-tags-rm.js +lib/node_modules/npm/node_modules/npm-registry-client/test/dist-tags-set.js +lib/node_modules/npm/node_modules/npm-registry-client/test/dist-tags-update.js +lib/node_modules/npm/node_modules/npm-registry-client/test/fetch-404.js +lib/node_modules/npm/node_modules/npm-registry-client/test/fetch-408.js +lib/node_modules/npm/node_modules/npm-registry-client/test/fetch-503.js +lib/node_modules/npm/node_modules/npm-registry-client/test/fetch-authed.js +lib/node_modules/npm/node_modules/npm-registry-client/test/fetch-basic.js +lib/node_modules/npm/node_modules/npm-registry-client/test/fetch-github-api-json.js +lib/node_modules/npm/node_modules/npm-registry-client/test/fetch-not-authed.js +lib/node_modules/npm/node_modules/npm-registry-client/test/get-basic.js +lib/node_modules/npm/node_modules/npm-registry-client/test/get-error-403.js +lib/node_modules/npm/node_modules/npm-registry-client/test/initialize.js +lib/node_modules/npm/node_modules/npm-registry-client/test/lib/common.js +lib/node_modules/npm/node_modules/npm-registry-client/test/lib/server.js +lib/node_modules/npm/node_modules/npm-registry-client/test/logout.js +lib/node_modules/npm/node_modules/npm-registry-client/test/publish-again-scoped.js +lib/node_modules/npm/node_modules/npm-registry-client/test/publish-again.js +lib/node_modules/npm/node_modules/npm-registry-client/test/publish-failed-no-message.js +lib/node_modules/npm/node_modules/npm-registry-client/test/publish-scoped-auth-token.js +lib/node_modules/npm/node_modules/npm-registry-client/test/publish-scoped.js +lib/node_modules/npm/node_modules/npm-registry-client/test/publish.js +lib/node_modules/npm/node_modules/npm-registry-client/test/redirects.js +lib/node_modules/npm/node_modules/npm-registry-client/test/request-gzip-content.js +lib/node_modules/npm/node_modules/npm-registry-client/test/request.js +lib/node_modules/npm/node_modules/npm-registry-client/test/retries.js +lib/node_modules/npm/node_modules/npm-registry-client/test/star.js +lib/node_modules/npm/node_modules/npm-registry-client/test/stars.js +lib/node_modules/npm/node_modules/npm-registry-client/test/tag.js +lib/node_modules/npm/node_modules/npm-registry-client/test/unpublish-scoped.js +lib/node_modules/npm/node_modules/npm-registry-client/test/unpublish.js +lib/node_modules/npm/node_modules/npm-registry-client/test/whoami.js +lib/node_modules/npm/node_modules/npm-registry-client/test/zz-cleanup.js +lib/node_modules/npm/node_modules/npm-user-validate/.npmignore +lib/node_modules/npm/node_modules/npm-user-validate/.travis.yml +lib/node_modules/npm/node_modules/npm-user-validate/LICENSE +lib/node_modules/npm/node_modules/npm-user-validate/README.md +lib/node_modules/npm/node_modules/npm-user-validate/npm-user-validate.js +lib/node_modules/npm/node_modules/npm-user-validate/package.json +lib/node_modules/npm/node_modules/npm-user-validate/test/email.test.js +lib/node_modules/npm/node_modules/npm-user-validate/test/pw.test.js +lib/node_modules/npm/node_modules/npm-user-validate/test/username.test.js +lib/node_modules/npm/node_modules/npmlog/.npmrc +lib/node_modules/npm/node_modules/npmlog/LICENSE +lib/node_modules/npm/node_modules/npmlog/README.md +lib/node_modules/npm/node_modules/npmlog/example.js +lib/node_modules/npm/node_modules/npmlog/log.js +lib/node_modules/npm/node_modules/npmlog/package.json +lib/node_modules/npm/node_modules/npmlog/test/basic.js +lib/node_modules/npm/node_modules/once/LICENSE +lib/node_modules/npm/node_modules/once/README.md +lib/node_modules/npm/node_modules/once/once.js +lib/node_modules/npm/node_modules/once/package.json +lib/node_modules/npm/node_modules/once/test/once.js +lib/node_modules/npm/node_modules/opener/LICENSE.txt +lib/node_modules/npm/node_modules/opener/README.md +lib/node_modules/npm/node_modules/opener/opener.js +lib/node_modules/npm/node_modules/opener/package.json +lib/node_modules/npm/node_modules/osenv/LICENSE +lib/node_modules/npm/node_modules/osenv/README.md +lib/node_modules/npm/node_modules/osenv/osenv.js +lib/node_modules/npm/node_modules/osenv/package.json +lib/node_modules/npm/node_modules/osenv/test/unix.js +lib/node_modules/npm/node_modules/osenv/test/windows.js +lib/node_modules/npm/node_modules/path-is-inside/LICENSE.txt +lib/node_modules/npm/node_modules/path-is-inside/README.md +lib/node_modules/npm/node_modules/path-is-inside/lib/path-is-inside.js +lib/node_modules/npm/node_modules/path-is-inside/package.json +lib/node_modules/npm/node_modules/read-installed/.npmignore +lib/node_modules/npm/node_modules/read-installed/LICENSE +lib/node_modules/npm/node_modules/read-installed/README.md +lib/node_modules/npm/node_modules/read-installed/node_modules/debuglog/LICENSE +lib/node_modules/npm/node_modules/read-installed/node_modules/debuglog/README.md +lib/node_modules/npm/node_modules/read-installed/node_modules/debuglog/debuglog.js +lib/node_modules/npm/node_modules/read-installed/node_modules/debuglog/package.json +lib/node_modules/npm/node_modules/read-installed/node_modules/readdir-scoped-modules/LICENSE +lib/node_modules/npm/node_modules/read-installed/node_modules/readdir-scoped-modules/README.md +lib/node_modules/npm/node_modules/read-installed/node_modules/readdir-scoped-modules/package.json +lib/node_modules/npm/node_modules/read-installed/node_modules/readdir-scoped-modules/readdir.js +lib/node_modules/npm/node_modules/read-installed/node_modules/readdir-scoped-modules/test/basic.js +lib/node_modules/npm/node_modules/read-installed/node_modules/readdir-scoped-modules/test/fixtures/@org/x/.keep +lib/node_modules/npm/node_modules/read-installed/node_modules/readdir-scoped-modules/test/fixtures/@org/y/.keep +lib/node_modules/npm/node_modules/read-installed/node_modules/readdir-scoped-modules/test/fixtures/@scope/x/.keep +lib/node_modules/npm/node_modules/read-installed/node_modules/readdir-scoped-modules/test/fixtures/@scope/y/.keep +lib/node_modules/npm/node_modules/read-installed/node_modules/readdir-scoped-modules/test/fixtures/a/x/.keep +lib/node_modules/npm/node_modules/read-installed/node_modules/readdir-scoped-modules/test/fixtures/a/y/.keep +lib/node_modules/npm/node_modules/read-installed/node_modules/readdir-scoped-modules/test/fixtures/b/x/.keep +lib/node_modules/npm/node_modules/read-installed/node_modules/readdir-scoped-modules/test/fixtures/b/y/.keep +lib/node_modules/npm/node_modules/read-installed/node_modules/util-extend/README.md +lib/node_modules/npm/node_modules/read-installed/node_modules/util-extend/extend.js +lib/node_modules/npm/node_modules/read-installed/node_modules/util-extend/package.json +lib/node_modules/npm/node_modules/read-installed/node_modules/util-extend/test.js +lib/node_modules/npm/node_modules/read-installed/package.json +lib/node_modules/npm/node_modules/read-installed/read-installed.js +lib/node_modules/npm/node_modules/read-installed/test/basic.js +lib/node_modules/npm/node_modules/read-installed/test/cyclic-extraneous-peer-deps.js +lib/node_modules/npm/node_modules/read-installed/test/depth-0.js +lib/node_modules/npm/node_modules/read-installed/test/depth-1.js +lib/node_modules/npm/node_modules/read-installed/test/dev.js +lib/node_modules/npm/node_modules/read-installed/test/empty.js +lib/node_modules/npm/node_modules/read-installed/test/extraneous-dev.js +lib/node_modules/npm/node_modules/read-installed/test/extraneous.js +lib/node_modules/npm/node_modules/read-installed/test/fixtures/extraneous-detected/package.json +lib/node_modules/npm/node_modules/read-installed/test/fixtures/extraneous-dev-dep/package.json +lib/node_modules/npm/node_modules/read-installed/test/fixtures/grandparent-peer-dev/package.json +lib/node_modules/npm/node_modules/read-installed/test/fixtures/grandparent-peer/package.json +lib/node_modules/npm/node_modules/read-installed/test/fixtures/package.json +lib/node_modules/npm/node_modules/read-installed/test/grandparent-peer-dev.js +lib/node_modules/npm/node_modules/read-installed/test/grandparent-peer.js +lib/node_modules/npm/node_modules/read-installed/test/linked-dep-dev-deps-extraneous.js +lib/node_modules/npm/node_modules/read-installed/test/noargs.js +lib/node_modules/npm/node_modules/read-installed/test/peer-dep-at-latest.js +lib/node_modules/npm/node_modules/read-package-json/.npmignore +lib/node_modules/npm/node_modules/read-package-json/LICENSE +lib/node_modules/npm/node_modules/read-package-json/README.md +lib/node_modules/npm/node_modules/read-package-json/package.json +lib/node_modules/npm/node_modules/read-package-json/read-json.js +lib/node_modules/npm/node_modules/read-package-json/test/basic.js +lib/node_modules/npm/node_modules/read-package-json/test/bin.js +lib/node_modules/npm/node_modules/read-package-json/test/bom.js +lib/node_modules/npm/node_modules/read-package-json/test/fixtures/badbin.json +lib/node_modules/npm/node_modules/read-package-json/test/fixtures/bin.json +lib/node_modules/npm/node_modules/read-package-json/test/fixtures/bin/echo +lib/node_modules/npm/node_modules/read-package-json/test/fixtures/bom.json +lib/node_modules/npm/node_modules/read-package-json/test/fixtures/emptybin.json +lib/node_modules/npm/node_modules/read-package-json/test/fixtures/nobom.json +lib/node_modules/npm/node_modules/read-package-json/test/fixtures/not-json.css +lib/node_modules/npm/node_modules/read-package-json/test/fixtures/readmes/README +lib/node_modules/npm/node_modules/read-package-json/test/fixtures/readmes/README.md +lib/node_modules/npm/node_modules/read-package-json/test/fixtures/readmes/package.json +lib/node_modules/npm/node_modules/read-package-json/test/fixtures/readmes/readmexxx.yz +lib/node_modules/npm/node_modules/read-package-json/test/non-json.js +lib/node_modules/npm/node_modules/read-package-json/test/readmes.js +lib/node_modules/npm/node_modules/read/.npmignore +lib/node_modules/npm/node_modules/read/LICENCE +lib/node_modules/npm/node_modules/read/README.md +lib/node_modules/npm/node_modules/read/example/example.js +lib/node_modules/npm/node_modules/read/lib/read.js +lib/node_modules/npm/node_modules/read/node_modules/mute-stream/LICENSE +lib/node_modules/npm/node_modules/read/node_modules/mute-stream/README.md +lib/node_modules/npm/node_modules/read/node_modules/mute-stream/mute.js +lib/node_modules/npm/node_modules/read/node_modules/mute-stream/package.json +lib/node_modules/npm/node_modules/read/node_modules/mute-stream/test/basic.js +lib/node_modules/npm/node_modules/read/package.json +lib/node_modules/npm/node_modules/read/rs.js +lib/node_modules/npm/node_modules/read/test/basic.js +lib/node_modules/npm/node_modules/read/test/defaults.js +lib/node_modules/npm/node_modules/read/test/many.js +lib/node_modules/npm/node_modules/readable-stream/.npmignore +lib/node_modules/npm/node_modules/readable-stream/LICENSE +lib/node_modules/npm/node_modules/readable-stream/README.md +lib/node_modules/npm/node_modules/readable-stream/duplex.js +lib/node_modules/npm/node_modules/readable-stream/lib/_stream_duplex.js +lib/node_modules/npm/node_modules/readable-stream/lib/_stream_passthrough.js +lib/node_modules/npm/node_modules/readable-stream/lib/_stream_readable.js +lib/node_modules/npm/node_modules/readable-stream/lib/_stream_transform.js +lib/node_modules/npm/node_modules/readable-stream/lib/_stream_writable.js +lib/node_modules/npm/node_modules/readable-stream/node_modules/core-util-is/README.md +lib/node_modules/npm/node_modules/readable-stream/node_modules/core-util-is/float.patch +lib/node_modules/npm/node_modules/readable-stream/node_modules/core-util-is/lib/util.js +lib/node_modules/npm/node_modules/readable-stream/node_modules/core-util-is/package.json +lib/node_modules/npm/node_modules/readable-stream/node_modules/core-util-is/util.js +lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/README.md +lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/build/build.js +lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/component.json +lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/index.js +lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/package.json +lib/node_modules/npm/node_modules/readable-stream/node_modules/string_decoder/.npmignore +lib/node_modules/npm/node_modules/readable-stream/node_modules/string_decoder/LICENSE +lib/node_modules/npm/node_modules/readable-stream/node_modules/string_decoder/README.md +lib/node_modules/npm/node_modules/readable-stream/node_modules/string_decoder/index.js +lib/node_modules/npm/node_modules/readable-stream/node_modules/string_decoder/package.json +lib/node_modules/npm/node_modules/readable-stream/package.json +lib/node_modules/npm/node_modules/readable-stream/passthrough.js +lib/node_modules/npm/node_modules/readable-stream/readable.js +lib/node_modules/npm/node_modules/readable-stream/transform.js +lib/node_modules/npm/node_modules/readable-stream/writable.js +lib/node_modules/npm/node_modules/realize-package-specifier/.npmignore +lib/node_modules/npm/node_modules/realize-package-specifier/README.md +lib/node_modules/npm/node_modules/realize-package-specifier/index.js +lib/node_modules/npm/node_modules/realize-package-specifier/package.json +lib/node_modules/npm/node_modules/realize-package-specifier/test/basic.js +lib/node_modules/npm/node_modules/realize-package-specifier/test/npa-basic.js +lib/node_modules/npm/node_modules/realize-package-specifier/test/npa-windows.js +lib/node_modules/npm/node_modules/request/.npmignore +lib/node_modules/npm/node_modules/request/.travis.yml +lib/node_modules/npm/node_modules/request/CHANGELOG.md +lib/node_modules/npm/node_modules/request/CONTRIBUTING.md +lib/node_modules/npm/node_modules/request/LICENSE +lib/node_modules/npm/node_modules/request/README.md +lib/node_modules/npm/node_modules/request/disabled.appveyor.yml +lib/node_modules/npm/node_modules/request/examples/README.md +lib/node_modules/npm/node_modules/request/index.js +lib/node_modules/npm/node_modules/request/lib/auth.js +lib/node_modules/npm/node_modules/request/lib/cookies.js +lib/node_modules/npm/node_modules/request/lib/copy.js +lib/node_modules/npm/node_modules/request/lib/getProxyFromURI.js +lib/node_modules/npm/node_modules/request/lib/helpers.js +lib/node_modules/npm/node_modules/request/lib/oauth.js +lib/node_modules/npm/node_modules/request/node_modules/aws-sign2/LICENSE +lib/node_modules/npm/node_modules/request/node_modules/aws-sign2/README.md +lib/node_modules/npm/node_modules/request/node_modules/aws-sign2/index.js +lib/node_modules/npm/node_modules/request/node_modules/aws-sign2/package.json +lib/node_modules/npm/node_modules/request/node_modules/bl/.npmignore +lib/node_modules/npm/node_modules/request/node_modules/bl/.travis.yml +lib/node_modules/npm/node_modules/request/node_modules/bl/LICENSE.md +lib/node_modules/npm/node_modules/request/node_modules/bl/README.md +lib/node_modules/npm/node_modules/request/node_modules/bl/bl.js +lib/node_modules/npm/node_modules/request/node_modules/bl/package.json +lib/node_modules/npm/node_modules/request/node_modules/bl/test/basic-test.js +lib/node_modules/npm/node_modules/request/node_modules/bl/test/sauce.js +lib/node_modules/npm/node_modules/request/node_modules/bl/test/test.js +lib/node_modules/npm/node_modules/request/node_modules/caseless/README.md +lib/node_modules/npm/node_modules/request/node_modules/caseless/index.js +lib/node_modules/npm/node_modules/request/node_modules/caseless/package.json +lib/node_modules/npm/node_modules/request/node_modules/caseless/test.js +lib/node_modules/npm/node_modules/request/node_modules/combined-stream/License +lib/node_modules/npm/node_modules/request/node_modules/combined-stream/Readme.md +lib/node_modules/npm/node_modules/request/node_modules/combined-stream/lib/combined_stream.js +lib/node_modules/npm/node_modules/request/node_modules/combined-stream/node_modules/delayed-stream/.npmignore +lib/node_modules/npm/node_modules/request/node_modules/combined-stream/node_modules/delayed-stream/License +lib/node_modules/npm/node_modules/request/node_modules/combined-stream/node_modules/delayed-stream/Makefile +lib/node_modules/npm/node_modules/request/node_modules/combined-stream/node_modules/delayed-stream/Readme.md +lib/node_modules/npm/node_modules/request/node_modules/combined-stream/node_modules/delayed-stream/lib/delayed_stream.js +lib/node_modules/npm/node_modules/request/node_modules/combined-stream/node_modules/delayed-stream/package.json +lib/node_modules/npm/node_modules/request/node_modules/combined-stream/node_modules/delayed-stream/test/common.js +lib/node_modules/npm/node_modules/request/node_modules/combined-stream/node_modules/delayed-stream/test/integration/test-delayed-http-upload.js +lib/node_modules/npm/node_modules/request/node_modules/combined-stream/node_modules/delayed-stream/test/integration/test-delayed-stream-auto-pause.js +lib/node_modules/npm/node_modules/request/node_modules/combined-stream/node_modules/delayed-stream/test/integration/test-delayed-stream-pause.js +lib/node_modules/npm/node_modules/request/node_modules/combined-stream/node_modules/delayed-stream/test/integration/test-delayed-stream.js +lib/node_modules/npm/node_modules/request/node_modules/combined-stream/node_modules/delayed-stream/test/integration/test-handle-source-errors.js +lib/node_modules/npm/node_modules/request/node_modules/combined-stream/node_modules/delayed-stream/test/integration/test-max-data-size.js +lib/node_modules/npm/node_modules/request/node_modules/combined-stream/node_modules/delayed-stream/test/integration/test-pipe-resumes.js +lib/node_modules/npm/node_modules/request/node_modules/combined-stream/node_modules/delayed-stream/test/integration/test-proxy-readable.js +lib/node_modules/npm/node_modules/request/node_modules/combined-stream/node_modules/delayed-stream/test/run.js +lib/node_modules/npm/node_modules/request/node_modules/combined-stream/package.json +lib/node_modules/npm/node_modules/request/node_modules/forever-agent/LICENSE +lib/node_modules/npm/node_modules/request/node_modules/forever-agent/README.md +lib/node_modules/npm/node_modules/request/node_modules/forever-agent/index.js +lib/node_modules/npm/node_modules/request/node_modules/forever-agent/package.json +lib/node_modules/npm/node_modules/request/node_modules/form-data/License +lib/node_modules/npm/node_modules/request/node_modules/form-data/Readme.md +lib/node_modules/npm/node_modules/request/node_modules/form-data/lib/form_data.js +lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/.travis.yml +lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/LICENSE +lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/README.md +lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/component.json +lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/lib/async.js +lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/package.json +lib/node_modules/npm/node_modules/request/node_modules/form-data/package.json +lib/node_modules/npm/node_modules/request/node_modules/hawk/.npmignore +lib/node_modules/npm/node_modules/request/node_modules/hawk/.travis.yml +lib/node_modules/npm/node_modules/request/node_modules/hawk/LICENSE +lib/node_modules/npm/node_modules/request/node_modules/hawk/Makefile +lib/node_modules/npm/node_modules/request/node_modules/hawk/README.md +lib/node_modules/npm/node_modules/request/node_modules/hawk/bower.json +lib/node_modules/npm/node_modules/request/node_modules/hawk/component.json +lib/node_modules/npm/node_modules/request/node_modules/hawk/example/usage.js +lib/node_modules/npm/node_modules/request/node_modules/hawk/images/hawk.png +lib/node_modules/npm/node_modules/request/node_modules/hawk/images/logo.png +lib/node_modules/npm/node_modules/request/node_modules/hawk/index.js +lib/node_modules/npm/node_modules/request/node_modules/hawk/lib/browser.js +lib/node_modules/npm/node_modules/request/node_modules/hawk/lib/client.js +lib/node_modules/npm/node_modules/request/node_modules/hawk/lib/crypto.js +lib/node_modules/npm/node_modules/request/node_modules/hawk/lib/index.js +lib/node_modules/npm/node_modules/request/node_modules/hawk/lib/server.js +lib/node_modules/npm/node_modules/request/node_modules/hawk/lib/utils.js +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/boom/.npmignore +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/boom/.travis.yml +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/boom/CONTRIBUTING.md +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/boom/LICENSE +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/boom/Makefile +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/boom/README.md +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/boom/images/boom.png +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/boom/index.js +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/boom/lib/index.js +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/boom/package.json +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/boom/test/index.js +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/cryptiles/.npmignore +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/cryptiles/.travis.yml +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/cryptiles/LICENSE +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/cryptiles/Makefile +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/cryptiles/README.md +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/cryptiles/index.js +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/cryptiles/lib/index.js +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/cryptiles/package.json +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/cryptiles/test/index.js +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/hoek/.npmignore +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/hoek/.travis.yml +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/hoek/CONTRIBUTING.md +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/hoek/LICENSE +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/hoek/Makefile +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/hoek/README.md +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/hoek/images/hoek.png +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/hoek/index.js +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/hoek/lib/escape.js +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/hoek/lib/index.js +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/hoek/package.json +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/hoek/test/escaper.js +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/hoek/test/index.js +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/hoek/test/modules/ignore.txt +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/hoek/test/modules/test1.js +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/hoek/test/modules/test2.js +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/hoek/test/modules/test3.js +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/sntp/.npmignore +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/sntp/.travis.yml +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/sntp/LICENSE +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/sntp/Makefile +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/sntp/README.md +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/sntp/examples/offset.js +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/sntp/examples/time.js +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/sntp/index.js +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/sntp/lib/index.js +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/sntp/package.json +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/sntp/test/index.js +lib/node_modules/npm/node_modules/request/node_modules/hawk/package.json +lib/node_modules/npm/node_modules/request/node_modules/hawk/test/browser.js +lib/node_modules/npm/node_modules/request/node_modules/hawk/test/client.js +lib/node_modules/npm/node_modules/request/node_modules/hawk/test/crypto.js +lib/node_modules/npm/node_modules/request/node_modules/hawk/test/index.js +lib/node_modules/npm/node_modules/request/node_modules/hawk/test/message.js +lib/node_modules/npm/node_modules/request/node_modules/hawk/test/readme.js +lib/node_modules/npm/node_modules/request/node_modules/hawk/test/server.js +lib/node_modules/npm/node_modules/request/node_modules/hawk/test/uri.js +lib/node_modules/npm/node_modules/request/node_modules/hawk/test/utils.js +lib/node_modules/npm/node_modules/request/node_modules/http-signature/.dir-locals.el +lib/node_modules/npm/node_modules/request/node_modules/http-signature/.npmignore +lib/node_modules/npm/node_modules/request/node_modules/http-signature/LICENSE +lib/node_modules/npm/node_modules/request/node_modules/http-signature/README.md +lib/node_modules/npm/node_modules/request/node_modules/http-signature/http_signing.md +lib/node_modules/npm/node_modules/request/node_modules/http-signature/lib/index.js +lib/node_modules/npm/node_modules/request/node_modules/http-signature/lib/parser.js +lib/node_modules/npm/node_modules/request/node_modules/http-signature/lib/signer.js +lib/node_modules/npm/node_modules/request/node_modules/http-signature/lib/util.js +lib/node_modules/npm/node_modules/request/node_modules/http-signature/lib/verify.js +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/asn1/.npmignore +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/asn1/LICENSE +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/asn1/README.md +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/asn1/lib/ber/errors.js +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/asn1/lib/ber/index.js +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/asn1/lib/ber/reader.js +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/asn1/lib/ber/types.js +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/asn1/lib/ber/writer.js +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/asn1/lib/index.js +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/asn1/package.json +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/asn1/tst/ber/reader.test.js +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/asn1/tst/ber/writer.test.js +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/assert-plus/README.md +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/assert-plus/assert.js +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/assert-plus/package.json +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/.npmignore +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/CHANGELOG +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/LICENSE +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/README +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/README.old +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/ctf.js +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/ctio.js +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/ctype.js +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/man/man3ctype/ctio.3ctype +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/package.json +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/tools/jsl.conf +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/tools/jsstyle +lib/node_modules/npm/node_modules/request/node_modules/http-signature/package.json +lib/node_modules/npm/node_modules/request/node_modules/isstream/.npmignore +lib/node_modules/npm/node_modules/request/node_modules/isstream/.travis.yml +lib/node_modules/npm/node_modules/request/node_modules/isstream/LICENSE +lib/node_modules/npm/node_modules/request/node_modules/isstream/README.md +lib/node_modules/npm/node_modules/request/node_modules/isstream/isstream.js +lib/node_modules/npm/node_modules/request/node_modules/isstream/package.json +lib/node_modules/npm/node_modules/request/node_modules/isstream/test.js +lib/node_modules/npm/node_modules/request/node_modules/json-stringify-safe/LICENSE +lib/node_modules/npm/node_modules/request/node_modules/json-stringify-safe/README.md +lib/node_modules/npm/node_modules/request/node_modules/json-stringify-safe/package.json +lib/node_modules/npm/node_modules/request/node_modules/json-stringify-safe/stringify.js +lib/node_modules/npm/node_modules/request/node_modules/json-stringify-safe/test.js +lib/node_modules/npm/node_modules/request/node_modules/mime-types/HISTORY.md +lib/node_modules/npm/node_modules/request/node_modules/mime-types/LICENSE +lib/node_modules/npm/node_modules/request/node_modules/mime-types/README.md +lib/node_modules/npm/node_modules/request/node_modules/mime-types/index.js +lib/node_modules/npm/node_modules/request/node_modules/mime-types/node_modules/mime-db/HISTORY.md +lib/node_modules/npm/node_modules/request/node_modules/mime-types/node_modules/mime-db/LICENSE +lib/node_modules/npm/node_modules/request/node_modules/mime-types/node_modules/mime-db/README.md +lib/node_modules/npm/node_modules/request/node_modules/mime-types/node_modules/mime-db/db.json +lib/node_modules/npm/node_modules/request/node_modules/mime-types/node_modules/mime-db/index.js +lib/node_modules/npm/node_modules/request/node_modules/mime-types/node_modules/mime-db/package.json +lib/node_modules/npm/node_modules/request/node_modules/mime-types/package.json +lib/node_modules/npm/node_modules/request/node_modules/node-uuid/.npmignore +lib/node_modules/npm/node_modules/request/node_modules/node-uuid/LICENSE.md +lib/node_modules/npm/node_modules/request/node_modules/node-uuid/README.md +lib/node_modules/npm/node_modules/request/node_modules/node-uuid/benchmark/README.md +lib/node_modules/npm/node_modules/request/node_modules/node-uuid/benchmark/bench.gnu +lib/node_modules/npm/node_modules/request/node_modules/node-uuid/benchmark/bench.sh +lib/node_modules/npm/node_modules/request/node_modules/node-uuid/benchmark/benchmark-native.c +lib/node_modules/npm/node_modules/request/node_modules/node-uuid/benchmark/benchmark.js +lib/node_modules/npm/node_modules/request/node_modules/node-uuid/bin/uuid +lib/node_modules/npm/node_modules/request/node_modules/node-uuid/component.json +lib/node_modules/npm/node_modules/request/node_modules/node-uuid/package.json +lib/node_modules/npm/node_modules/request/node_modules/node-uuid/test/compare_v1.js +lib/node_modules/npm/node_modules/request/node_modules/node-uuid/test/test.html +lib/node_modules/npm/node_modules/request/node_modules/node-uuid/test/test.js +lib/node_modules/npm/node_modules/request/node_modules/node-uuid/uuid.js +lib/node_modules/npm/node_modules/request/node_modules/oauth-sign/LICENSE +lib/node_modules/npm/node_modules/request/node_modules/oauth-sign/README.md +lib/node_modules/npm/node_modules/request/node_modules/oauth-sign/index.js +lib/node_modules/npm/node_modules/request/node_modules/oauth-sign/package.json +lib/node_modules/npm/node_modules/request/node_modules/oauth-sign/test.js +lib/node_modules/npm/node_modules/request/node_modules/qs/.jshintignore +lib/node_modules/npm/node_modules/request/node_modules/qs/.npmignore +lib/node_modules/npm/node_modules/request/node_modules/qs/.travis.yml +lib/node_modules/npm/node_modules/request/node_modules/qs/CHANGELOG.md +lib/node_modules/npm/node_modules/request/node_modules/qs/CONTRIBUTING.md +lib/node_modules/npm/node_modules/request/node_modules/qs/LICENSE +lib/node_modules/npm/node_modules/request/node_modules/qs/Makefile +lib/node_modules/npm/node_modules/request/node_modules/qs/Readme.md +lib/node_modules/npm/node_modules/request/node_modules/qs/index.js +lib/node_modules/npm/node_modules/request/node_modules/qs/lib/index.js +lib/node_modules/npm/node_modules/request/node_modules/qs/lib/parse.js +lib/node_modules/npm/node_modules/request/node_modules/qs/lib/stringify.js +lib/node_modules/npm/node_modules/request/node_modules/qs/lib/utils.js +lib/node_modules/npm/node_modules/request/node_modules/qs/package.json +lib/node_modules/npm/node_modules/request/node_modules/qs/test/parse.js +lib/node_modules/npm/node_modules/request/node_modules/qs/test/stringify.js +lib/node_modules/npm/node_modules/request/node_modules/stringstream/.npmignore +lib/node_modules/npm/node_modules/request/node_modules/stringstream/.travis.yml +lib/node_modules/npm/node_modules/request/node_modules/stringstream/LICENSE.txt +lib/node_modules/npm/node_modules/request/node_modules/stringstream/README.md +lib/node_modules/npm/node_modules/request/node_modules/stringstream/example.js +lib/node_modules/npm/node_modules/request/node_modules/stringstream/package.json +lib/node_modules/npm/node_modules/request/node_modules/stringstream/stringstream.js +lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/.jshintrc +lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/.npmignore +lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/.travis.yml +lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/LICENSE +lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/README.md +lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/generate-pubsuffix.js +lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/lib/cookie.js +lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/lib/memstore.js +lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/lib/pubsuffix.js +lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/lib/store.js +lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/node_modules/punycode/LICENSE-MIT.txt +lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/node_modules/punycode/README.md +lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/node_modules/punycode/package.json +lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/node_modules/punycode/punycode.js +lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/package.json +lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/public-suffix.txt +lib/node_modules/npm/node_modules/request/node_modules/tough-cookie/test.js +lib/node_modules/npm/node_modules/request/node_modules/tunnel-agent/LICENSE +lib/node_modules/npm/node_modules/request/node_modules/tunnel-agent/README.md +lib/node_modules/npm/node_modules/request/node_modules/tunnel-agent/index.js +lib/node_modules/npm/node_modules/request/node_modules/tunnel-agent/package.json +lib/node_modules/npm/node_modules/request/package.json +lib/node_modules/npm/node_modules/request/release.sh +lib/node_modules/npm/node_modules/request/request.js +lib/node_modules/npm/node_modules/retry/.npmignore +lib/node_modules/npm/node_modules/retry/License +lib/node_modules/npm/node_modules/retry/Makefile +lib/node_modules/npm/node_modules/retry/Readme.md +lib/node_modules/npm/node_modules/retry/equation.gif +lib/node_modules/npm/node_modules/retry/example/dns.js +lib/node_modules/npm/node_modules/retry/index.js +lib/node_modules/npm/node_modules/retry/lib/retry.js +lib/node_modules/npm/node_modules/retry/lib/retry_operation.js +lib/node_modules/npm/node_modules/retry/package.json +lib/node_modules/npm/node_modules/retry/test/common.js +lib/node_modules/npm/node_modules/retry/test/integration/test-retry-operation.js +lib/node_modules/npm/node_modules/retry/test/integration/test-timeouts.js +lib/node_modules/npm/node_modules/retry/test/runner.js +lib/node_modules/npm/node_modules/rimraf/AUTHORS +lib/node_modules/npm/node_modules/rimraf/LICENSE +lib/node_modules/npm/node_modules/rimraf/README.md +lib/node_modules/npm/node_modules/rimraf/bin.js +lib/node_modules/npm/node_modules/rimraf/package.json +lib/node_modules/npm/node_modules/rimraf/rimraf.js +lib/node_modules/npm/node_modules/rimraf/test/run.sh +lib/node_modules/npm/node_modules/rimraf/test/setup.sh +lib/node_modules/npm/node_modules/rimraf/test/test-async.js +lib/node_modules/npm/node_modules/rimraf/test/test-sync.js +lib/node_modules/npm/node_modules/semver/.npmignore +lib/node_modules/npm/node_modules/semver/LICENSE +lib/node_modules/npm/node_modules/semver/Makefile +lib/node_modules/npm/node_modules/semver/README.md +lib/node_modules/npm/node_modules/semver/bin/semver +lib/node_modules/npm/node_modules/semver/foot.js.txt +lib/node_modules/npm/node_modules/semver/head.js.txt +lib/node_modules/npm/node_modules/semver/package.json +lib/node_modules/npm/node_modules/semver/semver.browser.js +lib/node_modules/npm/node_modules/semver/semver.browser.js.gz +lib/node_modules/npm/node_modules/semver/semver.js +lib/node_modules/npm/node_modules/semver/semver.min.js +lib/node_modules/npm/node_modules/semver/semver.min.js.gz +lib/node_modules/npm/node_modules/semver/test/amd.js +lib/node_modules/npm/node_modules/semver/test/clean.js +lib/node_modules/npm/node_modules/semver/test/gtr.js +lib/node_modules/npm/node_modules/semver/test/index.js +lib/node_modules/npm/node_modules/semver/test/ltr.js +lib/node_modules/npm/node_modules/semver/test/major-minor-patch.js +lib/node_modules/npm/node_modules/semver/test/no-module.js +lib/node_modules/npm/node_modules/sha/.npmignore +lib/node_modules/npm/node_modules/sha/LICENSE +lib/node_modules/npm/node_modules/sha/README.md +lib/node_modules/npm/node_modules/sha/index.js +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/.npmignore +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/LICENSE +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/README.md +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/duplex.js +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/float.patch +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/lib/_stream_duplex.js +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/lib/_stream_passthrough.js +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/lib/_stream_readable.js +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/lib/_stream_transform.js +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/lib/_stream_writable.js +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/node_modules/core-util-is/README.md +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/node_modules/core-util-is/float.patch +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/node_modules/core-util-is/lib/util.js +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/node_modules/core-util-is/package.json +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/node_modules/core-util-is/util.js +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/node_modules/isarray/README.md +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/node_modules/isarray/build/build.js +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/node_modules/isarray/component.json +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/node_modules/isarray/index.js +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/node_modules/isarray/package.json +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/node_modules/string_decoder/.npmignore +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/node_modules/string_decoder/LICENSE +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/node_modules/string_decoder/README.md +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/node_modules/string_decoder/index.js +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/node_modules/string_decoder/package.json +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/package.json +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/passthrough.js +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/readable.js +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/transform.js +lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/writable.js +lib/node_modules/npm/node_modules/sha/package.json +lib/node_modules/npm/node_modules/slide/LICENSE +lib/node_modules/npm/node_modules/slide/README.md +lib/node_modules/npm/node_modules/slide/index.js +lib/node_modules/npm/node_modules/slide/lib/async-map-ordered.js +lib/node_modules/npm/node_modules/slide/lib/async-map.js +lib/node_modules/npm/node_modules/slide/lib/bind-actor.js +lib/node_modules/npm/node_modules/slide/lib/chain.js +lib/node_modules/npm/node_modules/slide/lib/slide.js +lib/node_modules/npm/node_modules/slide/package.json +lib/node_modules/npm/node_modules/sorted-object/LICENSE.txt +lib/node_modules/npm/node_modules/sorted-object/README.md +lib/node_modules/npm/node_modules/sorted-object/lib/sorted-object.js +lib/node_modules/npm/node_modules/sorted-object/package.json +lib/node_modules/npm/node_modules/tar/.npmignore +lib/node_modules/npm/node_modules/tar/.travis.yml +lib/node_modules/npm/node_modules/tar/LICENCE +lib/node_modules/npm/node_modules/tar/README.md +lib/node_modules/npm/node_modules/tar/examples/extracter.js +lib/node_modules/npm/node_modules/tar/examples/packer.js +lib/node_modules/npm/node_modules/tar/examples/reader.js +lib/node_modules/npm/node_modules/tar/lib/buffer-entry.js +lib/node_modules/npm/node_modules/tar/lib/entry-writer.js +lib/node_modules/npm/node_modules/tar/lib/entry.js +lib/node_modules/npm/node_modules/tar/lib/extended-header-writer.js +lib/node_modules/npm/node_modules/tar/lib/extended-header.js +lib/node_modules/npm/node_modules/tar/lib/extract.js +lib/node_modules/npm/node_modules/tar/lib/global-header-writer.js +lib/node_modules/npm/node_modules/tar/lib/header.js +lib/node_modules/npm/node_modules/tar/lib/pack.js +lib/node_modules/npm/node_modules/tar/lib/parse.js +lib/node_modules/npm/node_modules/tar/package.json +lib/node_modules/npm/node_modules/tar/tar.js +lib/node_modules/npm/node_modules/tar/test/00-setup-fixtures.js +lib/node_modules/npm/node_modules/tar/test/extract-move.js +lib/node_modules/npm/node_modules/tar/test/extract.js +lib/node_modules/npm/node_modules/tar/test/fixtures.tgz +lib/node_modules/npm/node_modules/tar/test/header.js +lib/node_modules/npm/node_modules/tar/test/pack-no-proprietary.js +lib/node_modules/npm/node_modules/tar/test/pack.js +lib/node_modules/npm/node_modules/tar/test/parse.js +lib/node_modules/npm/node_modules/tar/test/zz-cleanup.js +lib/node_modules/npm/node_modules/text-table/.travis.yml +lib/node_modules/npm/node_modules/text-table/LICENSE +lib/node_modules/npm/node_modules/text-table/example/align.js +lib/node_modules/npm/node_modules/text-table/example/center.js +lib/node_modules/npm/node_modules/text-table/example/dotalign.js +lib/node_modules/npm/node_modules/text-table/example/doubledot.js +lib/node_modules/npm/node_modules/text-table/example/table.js +lib/node_modules/npm/node_modules/text-table/index.js +lib/node_modules/npm/node_modules/text-table/package.json +lib/node_modules/npm/node_modules/text-table/readme.markdown +lib/node_modules/npm/node_modules/text-table/test/align.js +lib/node_modules/npm/node_modules/text-table/test/ansi-colors.js +lib/node_modules/npm/node_modules/text-table/test/center.js +lib/node_modules/npm/node_modules/text-table/test/dotalign.js +lib/node_modules/npm/node_modules/text-table/test/doubledot.js +lib/node_modules/npm/node_modules/text-table/test/table.js +lib/node_modules/npm/node_modules/uid-number/LICENSE +lib/node_modules/npm/node_modules/uid-number/README.md +lib/node_modules/npm/node_modules/uid-number/get-uid-gid.js +lib/node_modules/npm/node_modules/uid-number/package.json +lib/node_modules/npm/node_modules/uid-number/uid-number.js +lib/node_modules/npm/node_modules/umask/.npmignore +lib/node_modules/npm/node_modules/umask/ChangeLog +lib/node_modules/npm/node_modules/umask/LICENSE +lib/node_modules/npm/node_modules/umask/README.md +lib/node_modules/npm/node_modules/umask/index.js +lib/node_modules/npm/node_modules/umask/package.json +lib/node_modules/npm/node_modules/umask/test/simple.js +lib/node_modules/npm/node_modules/which/LICENSE +lib/node_modules/npm/node_modules/which/README.md +lib/node_modules/npm/node_modules/which/bin/which +lib/node_modules/npm/node_modules/which/package.json +lib/node_modules/npm/node_modules/which/which.js +lib/node_modules/npm/node_modules/wrappy/LICENSE +lib/node_modules/npm/node_modules/wrappy/README.md +lib/node_modules/npm/node_modules/wrappy/package.json +lib/node_modules/npm/node_modules/wrappy/test/basic.js +lib/node_modules/npm/node_modules/wrappy/wrappy.js +lib/node_modules/npm/node_modules/write-file-atomic/.npmignore +lib/node_modules/npm/node_modules/write-file-atomic/README.md +lib/node_modules/npm/node_modules/write-file-atomic/index.js +lib/node_modules/npm/node_modules/write-file-atomic/package.json +lib/node_modules/npm/node_modules/write-file-atomic/test/basic.js +lib/node_modules/npm/npmrc +lib/node_modules/npm/package.json +lib/node_modules/npm/scripts/clean-old.sh +lib/node_modules/npm/scripts/doc-build.sh +lib/node_modules/npm/scripts/index-build.js +lib/node_modules/npm/scripts/install.sh +lib/node_modules/npm/scripts/publish-tag.js +lib/node_modules/npm/scripts/release.sh +lib/node_modules/npm/scripts/relocate.sh +lib/node_modules/npm/scripts/update-authors.sh +lib/node_modules/npm/test/common-tap.js +lib/node_modules/npm/test/common.js +lib/node_modules/npm/test/disabled/bundlerecurs/package.json +lib/node_modules/npm/test/disabled/change-bin-1/bin/foo +lib/node_modules/npm/test/disabled/change-bin-1/package.json +lib/node_modules/npm/test/disabled/change-bin-2/bin/bar +lib/node_modules/npm/test/disabled/change-bin-2/package.json +lib/node_modules/npm/test/disabled/failer/package.json +lib/node_modules/npm/test/disabled/fast/package.json +lib/node_modules/npm/test/disabled/outdated-depth-integer.js +lib/node_modules/npm/test/disabled/outdated-depth-integer/README.md +lib/node_modules/npm/test/disabled/outdated-depth-integer/index.js +lib/node_modules/npm/test/disabled/outdated-depth-integer/package.json +lib/node_modules/npm/test/disabled/package-bar/package.json +lib/node_modules/npm/test/disabled/package-config/package.json +lib/node_modules/npm/test/disabled/package-config/test.js +lib/node_modules/npm/test/disabled/package-foo/package.json +lib/node_modules/npm/test/disabled/slow/package.json +lib/node_modules/npm/test/fixtures/config/.npmrc +lib/node_modules/npm/test/fixtures/config/builtin +lib/node_modules/npm/test/fixtures/config/globalconfig +lib/node_modules/npm/test/fixtures/config/malformed +lib/node_modules/npm/test/fixtures/config/multi-ca +lib/node_modules/npm/test/fixtures/config/package.json +lib/node_modules/npm/test/fixtures/config/userconfig +lib/node_modules/npm/test/fixtures/scoped-underscore-1.3.1.tgz +lib/node_modules/npm/test/packages/npm-test-array-bin/README +lib/node_modules/npm/test/packages/npm-test-array-bin/bin/array-bin +lib/node_modules/npm/test/packages/npm-test-array-bin/package.json +lib/node_modules/npm/test/packages/npm-test-array-bin/test.js +lib/node_modules/npm/test/packages/npm-test-blerg/README +lib/node_modules/npm/test/packages/npm-test-blerg/package.json +lib/node_modules/npm/test/packages/npm-test-blerg/test.js +lib/node_modules/npm/test/packages/npm-test-blerg3/README +lib/node_modules/npm/test/packages/npm-test-blerg3/package.json +lib/node_modules/npm/test/packages/npm-test-blerg3/test.js +lib/node_modules/npm/test/packages/npm-test-bundled-git/README +lib/node_modules/npm/test/packages/npm-test-bundled-git/minimatch-expected.json +lib/node_modules/npm/test/packages/npm-test-bundled-git/package.json +lib/node_modules/npm/test/packages/npm-test-bundled-git/test.js +lib/node_modules/npm/test/packages/npm-test-dir-bin/README +lib/node_modules/npm/test/packages/npm-test-dir-bin/bin/dir-bin +lib/node_modules/npm/test/packages/npm-test-dir-bin/package.json +lib/node_modules/npm/test/packages/npm-test-dir-bin/test.js +lib/node_modules/npm/test/packages/npm-test-env-reader/README +lib/node_modules/npm/test/packages/npm-test-env-reader/package.json +lib/node_modules/npm/test/packages/npm-test-env-reader/test.js +lib/node_modules/npm/test/packages/npm-test-files/.npmignore +lib/node_modules/npm/test/packages/npm-test-files/include4 +lib/node_modules/npm/test/packages/npm-test-files/package.json +lib/node_modules/npm/test/packages/npm-test-files/sub/include +lib/node_modules/npm/test/packages/npm-test-files/sub/include2 +lib/node_modules/npm/test/packages/npm-test-files/sub/include4 +lib/node_modules/npm/test/packages/npm-test-files/test.sh +lib/node_modules/npm/test/packages/npm-test-ignore-nested-nm/README +lib/node_modules/npm/test/packages/npm-test-ignore-nested-nm/lib/node_modules/foo +lib/node_modules/npm/test/packages/npm-test-ignore-nested-nm/package.json +lib/node_modules/npm/test/packages/npm-test-ignore-nested-nm/test.js +lib/node_modules/npm/test/packages/npm-test-ignore/.npmignore +lib/node_modules/npm/test/packages/npm-test-ignore/README +lib/node_modules/npm/test/packages/npm-test-ignore/include4 +lib/node_modules/npm/test/packages/npm-test-ignore/package.json +lib/node_modules/npm/test/packages/npm-test-ignore/sub/include +lib/node_modules/npm/test/packages/npm-test-ignore/sub/include2 +lib/node_modules/npm/test/packages/npm-test-ignore/sub/include4 +lib/node_modules/npm/test/packages/npm-test-ignore/test.sh +lib/node_modules/npm/test/packages/npm-test-missing-bindir/README +lib/node_modules/npm/test/packages/npm-test-missing-bindir/package.json +lib/node_modules/npm/test/packages/npm-test-missing-bindir/test.js +lib/node_modules/npm/test/packages/npm-test-optional-deps/README +lib/node_modules/npm/test/packages/npm-test-optional-deps/package.json +lib/node_modules/npm/test/packages/npm-test-optional-deps/test.js +lib/node_modules/npm/test/packages/npm-test-platform-all/README +lib/node_modules/npm/test/packages/npm-test-platform-all/package.json +lib/node_modules/npm/test/packages/npm-test-platform/README +lib/node_modules/npm/test/packages/npm-test-platform/package.json +lib/node_modules/npm/test/packages/npm-test-private/README +lib/node_modules/npm/test/packages/npm-test-private/package.json +lib/node_modules/npm/test/packages/npm-test-shrinkwrap/README +lib/node_modules/npm/test/packages/npm-test-shrinkwrap/npm-shrinkwrap.json +lib/node_modules/npm/test/packages/npm-test-shrinkwrap/package.json +lib/node_modules/npm/test/packages/npm-test-shrinkwrap/test.js +lib/node_modules/npm/test/packages/npm-test-test-package/README +lib/node_modules/npm/test/packages/npm-test-test-package/package.json +lib/node_modules/npm/test/packages/npm-test-url-dep/README +lib/node_modules/npm/test/packages/npm-test-url-dep/package.json +lib/node_modules/npm/test/run.js +lib/node_modules/npm/test/tap/00-check-mock-dep.js +lib/node_modules/npm/test/tap/00-config-setup.js +lib/node_modules/npm/test/tap/00-verify-bundle-deps.js +lib/node_modules/npm/test/tap/00-verify-ls-ok.js +lib/node_modules/npm/test/tap/404-parent.js +lib/node_modules/npm/test/tap/access.js +lib/node_modules/npm/test/tap/add-remote-git-fake-windows.js +lib/node_modules/npm/test/tap/add-remote-git.js +lib/node_modules/npm/test/tap/adduser-always-auth.js +lib/node_modules/npm/test/tap/adduser-legacy-auth.js +lib/node_modules/npm/test/tap/bugs.js +lib/node_modules/npm/test/tap/build-already-built.js +lib/node_modules/npm/test/tap/builtin-config.js +lib/node_modules/npm/test/tap/cache-add-localdir-fallback.js +lib/node_modules/npm/test/tap/cache-add-unpublished.js +lib/node_modules/npm/test/tap/cache-shasum-fork.js +lib/node_modules/npm/test/tap/cache-shasum-fork/underscore-1.5.1.tgz +lib/node_modules/npm/test/tap/cache-shasum.js +lib/node_modules/npm/test/tap/circular-dep.js +lib/node_modules/npm/test/tap/circular-dep/minimist/package.json +lib/node_modules/npm/test/tap/config-basic.js +lib/node_modules/npm/test/tap/config-builtin.js +lib/node_modules/npm/test/tap/config-certfile.js +lib/node_modules/npm/test/tap/config-credentials.js +lib/node_modules/npm/test/tap/config-edit.js +lib/node_modules/npm/test/tap/config-malformed.js +lib/node_modules/npm/test/tap/config-meta.js +lib/node_modules/npm/test/tap/config-private.js +lib/node_modules/npm/test/tap/config-project.js +lib/node_modules/npm/test/tap/config-save.js +lib/node_modules/npm/test/tap/config-semver-tag.js +lib/node_modules/npm/test/tap/dedupe.js +lib/node_modules/npm/test/tap/dedupe/package.json +lib/node_modules/npm/test/tap/dev-dep-duplicate/desired-ls-results.json +lib/node_modules/npm/test/tap/dev-dep-duplicate/package.json +lib/node_modules/npm/test/tap/dist-tag.js +lib/node_modules/npm/test/tap/false_name.js +lib/node_modules/npm/test/tap/false_name/index.js +lib/node_modules/npm/test/tap/false_name/package.json +lib/node_modules/npm/test/tap/gently-rm-overeager.js +lib/node_modules/npm/test/tap/gently-rm-symlink.js +lib/node_modules/npm/test/tap/get.js +lib/node_modules/npm/test/tap/git-cache-locking.js +lib/node_modules/npm/test/tap/git-cache-no-hooks.js +lib/node_modules/npm/test/tap/git-npmignore.js +lib/node_modules/npm/test/tap/global-prefix-set-in-userconfig.js +lib/node_modules/npm/test/tap/ignore-install-link.js +lib/node_modules/npm/test/tap/ignore-scripts.js +lib/node_modules/npm/test/tap/ignore-scripts/binding.gyp +lib/node_modules/npm/test/tap/ignore-scripts/package.json +lib/node_modules/npm/test/tap/ignore-shrinkwrap.js +lib/node_modules/npm/test/tap/ignore-shrinkwrap/npm-shrinkwrap.json +lib/node_modules/npm/test/tap/ignore-shrinkwrap/package.json +lib/node_modules/npm/test/tap/init-interrupt.js +lib/node_modules/npm/test/tap/install-at-locally.js +lib/node_modules/npm/test/tap/install-at-locally/package@1.2.3/package.json +lib/node_modules/npm/test/tap/install-bad-man.js +lib/node_modules/npm/test/tap/install-cli-production.js +lib/node_modules/npm/test/tap/install-cli-production/dependency/package.json +lib/node_modules/npm/test/tap/install-cli-production/dev-dependency/package.json +lib/node_modules/npm/test/tap/install-cli-production/package.json +lib/node_modules/npm/test/tap/install-cli-unicode.js +lib/node_modules/npm/test/tap/install-cli/README.md +lib/node_modules/npm/test/tap/install-cli/index.js +lib/node_modules/npm/test/tap/install-cli/package.json +lib/node_modules/npm/test/tap/install-from-local.js +lib/node_modules/npm/test/tap/install-from-local/package-local-dependency/package.json +lib/node_modules/npm/test/tap/install-from-local/package-local-dev-dependency/package.json +lib/node_modules/npm/test/tap/install-from-local/package-scoped-dependency/package.json +lib/node_modules/npm/test/tap/install-from-local/package-with-local-paths/package.json +lib/node_modules/npm/test/tap/install-from-local/package-with-scoped-paths/package.json +lib/node_modules/npm/test/tap/install-man.js +lib/node_modules/npm/test/tap/install-save-exact.js +lib/node_modules/npm/test/tap/install-save-exact/README.md +lib/node_modules/npm/test/tap/install-save-exact/index.js +lib/node_modules/npm/test/tap/install-save-exact/package.json +lib/node_modules/npm/test/tap/install-save-local.js +lib/node_modules/npm/test/tap/install-save-local/package-local-dependency/package.json +lib/node_modules/npm/test/tap/install-save-local/package-local-dev-dependency/package.json +lib/node_modules/npm/test/tap/install-save-local/package/package.json +lib/node_modules/npm/test/tap/install-save-prefix.js +lib/node_modules/npm/test/tap/install-save-prefix/README.md +lib/node_modules/npm/test/tap/install-save-prefix/index.js +lib/node_modules/npm/test/tap/install-save-prefix/package.json +lib/node_modules/npm/test/tap/install-scoped-already-installed.js +lib/node_modules/npm/test/tap/install-scoped-link.js +lib/node_modules/npm/test/tap/install-scoped/package.json +lib/node_modules/npm/test/tap/install-scoped/world.js +lib/node_modules/npm/test/tap/install-with-dev-dep-duplicate.js +lib/node_modules/npm/test/tap/invalid-cmd-exit-code.js +lib/node_modules/npm/test/tap/lifecycle-path.js +lib/node_modules/npm/test/tap/lifecycle-path/package.json +lib/node_modules/npm/test/tap/lifecycle-path/print-path.js +lib/node_modules/npm/test/tap/lifecycle-signal.js +lib/node_modules/npm/test/tap/lifecycle-signal/package.json +lib/node_modules/npm/test/tap/lifecycle.js +lib/node_modules/npm/test/tap/locker.js +lib/node_modules/npm/test/tap/logout.js +lib/node_modules/npm/test/tap/ls-depth-cli.js +lib/node_modules/npm/test/tap/ls-depth-unmet.js +lib/node_modules/npm/test/tap/ls-depth-unmet/package.json +lib/node_modules/npm/test/tap/ls-depth/package.json +lib/node_modules/npm/test/tap/ls-l-depth-0.js +lib/node_modules/npm/test/tap/ls-no-results.js +lib/node_modules/npm/test/tap/map-to-registry.js +lib/node_modules/npm/test/tap/maybe-github.js +lib/node_modules/npm/test/tap/nerf-dart.js +lib/node_modules/npm/test/tap/nested-extraneous.js +lib/node_modules/npm/test/tap/noargs-install-config-save.js +lib/node_modules/npm/test/tap/npm-api-not-loaded-error.js +lib/node_modules/npm/test/tap/optional-metadep-rollback-collision.js +lib/node_modules/npm/test/tap/optional-metadep-rollback-collision/deps/d1/package.json +lib/node_modules/npm/test/tap/optional-metadep-rollback-collision/deps/d2/blart.js +lib/node_modules/npm/test/tap/optional-metadep-rollback-collision/deps/d2/package.json +lib/node_modules/npm/test/tap/optional-metadep-rollback-collision/deps/opdep/bad-server.js +lib/node_modules/npm/test/tap/optional-metadep-rollback-collision/deps/opdep/package.json +lib/node_modules/npm/test/tap/optional-metadep-rollback-collision/package.json +lib/node_modules/npm/test/tap/outdated-color.js +lib/node_modules/npm/test/tap/outdated-depth-deep.js +lib/node_modules/npm/test/tap/outdated-depth.js +lib/node_modules/npm/test/tap/outdated-depth/README.md +lib/node_modules/npm/test/tap/outdated-depth/index.js +lib/node_modules/npm/test/tap/outdated-depth/package.json +lib/node_modules/npm/test/tap/outdated-git.js +lib/node_modules/npm/test/tap/outdated-git/README.md +lib/node_modules/npm/test/tap/outdated-git/package.json +lib/node_modules/npm/test/tap/outdated-include-devdependencies.js +lib/node_modules/npm/test/tap/outdated-include-devdependencies/package.json +lib/node_modules/npm/test/tap/outdated-json.js +lib/node_modules/npm/test/tap/outdated-long.js +lib/node_modules/npm/test/tap/outdated-new-versions.js +lib/node_modules/npm/test/tap/outdated-new-versions/package.json +lib/node_modules/npm/test/tap/outdated-notarget.js +lib/node_modules/npm/test/tap/outdated-private.js +lib/node_modules/npm/test/tap/outdated.js +lib/node_modules/npm/test/tap/outdated/README.md +lib/node_modules/npm/test/tap/outdated/index.js +lib/node_modules/npm/test/tap/outdated/package.json +lib/node_modules/npm/test/tap/owner.js +lib/node_modules/npm/test/tap/pack-scoped.js +lib/node_modules/npm/test/tap/package-with-peer-dep/package.json +lib/node_modules/npm/test/tap/peer-deps-invalid.js +lib/node_modules/npm/test/tap/peer-deps-invalid/file-fail.js +lib/node_modules/npm/test/tap/peer-deps-invalid/file-ok.js +lib/node_modules/npm/test/tap/peer-deps-invalid/package.json +lib/node_modules/npm/test/tap/peer-deps-toplevel.js +lib/node_modules/npm/test/tap/peer-deps-toplevel/desired-ls-results.json +lib/node_modules/npm/test/tap/peer-deps-toplevel/package.json +lib/node_modules/npm/test/tap/peer-deps-without-package-json.js +lib/node_modules/npm/test/tap/peer-deps-without-package-json/.gitkeep +lib/node_modules/npm/test/tap/peer-deps-without-package-json/file-js.js +lib/node_modules/npm/test/tap/peer-deps.js +lib/node_modules/npm/test/tap/peer-deps/desired-ls-results.json +lib/node_modules/npm/test/tap/peer-deps/package.json +lib/node_modules/npm/test/tap/prepublish.js +lib/node_modules/npm/test/tap/prune.js +lib/node_modules/npm/test/tap/prune/package.json +lib/node_modules/npm/test/tap/publish-access-scoped.js +lib/node_modules/npm/test/tap/publish-access-unscoped-restricted-fails.js +lib/node_modules/npm/test/tap/publish-access-unscoped.js +lib/node_modules/npm/test/tap/publish-config.js +lib/node_modules/npm/test/tap/publish-scoped.js +lib/node_modules/npm/test/tap/pwd-prefix.js +lib/node_modules/npm/test/tap/referer.js +lib/node_modules/npm/test/tap/registry.js +lib/node_modules/npm/test/tap/repo.js +lib/node_modules/npm/test/tap/run-script.js +lib/node_modules/npm/test/tap/run-script/package.json +lib/node_modules/npm/test/tap/scripts-whitespace-windows.js +lib/node_modules/npm/test/tap/scripts-whitespace-windows/README.md +lib/node_modules/npm/test/tap/scripts-whitespace-windows/dep/README.md +lib/node_modules/npm/test/tap/scripts-whitespace-windows/dep/bin/foo +lib/node_modules/npm/test/tap/scripts-whitespace-windows/dep/package.json +lib/node_modules/npm/test/tap/scripts-whitespace-windows/package.json +lib/node_modules/npm/test/tap/search.js +lib/node_modules/npm/test/tap/semver-doc.js +lib/node_modules/npm/test/tap/semver-tag.js +lib/node_modules/npm/test/tap/shrinkwrap-dev-dependency.js +lib/node_modules/npm/test/tap/shrinkwrap-dev-dependency/desired-shrinkwrap-results.json +lib/node_modules/npm/test/tap/shrinkwrap-dev-dependency/package.json +lib/node_modules/npm/test/tap/shrinkwrap-empty-deps.js +lib/node_modules/npm/test/tap/shrinkwrap-empty-deps/package.json +lib/node_modules/npm/test/tap/shrinkwrap-local-dependency.js +lib/node_modules/npm/test/tap/shrinkwrap-scoped-auth.js +lib/node_modules/npm/test/tap/shrinkwrap-shared-dev-dependency.js +lib/node_modules/npm/test/tap/shrinkwrap-shared-dev-dependency/desired-shrinkwrap-results.json +lib/node_modules/npm/test/tap/shrinkwrap-shared-dev-dependency/package.json +lib/node_modules/npm/test/tap/sorted-package-json.js +lib/node_modules/npm/test/tap/spawn-enoent-help.js +lib/node_modules/npm/test/tap/spawn-enoent.js +lib/node_modules/npm/test/tap/startstop.js +lib/node_modules/npm/test/tap/startstop/package.json +lib/node_modules/npm/test/tap/test-run-ls.js +lib/node_modules/npm/test/tap/umask-lifecycle.js +lib/node_modules/npm/test/tap/uninstall-package.js +lib/node_modules/npm/test/tap/uninstall-package/package.json +lib/node_modules/npm/test/tap/unpack-foreign-tarball.js +lib/node_modules/npm/test/tap/unpack-foreign-tarball/gitignore-and-npmignore-2.tar +lib/node_modules/npm/test/tap/unpack-foreign-tarball/gitignore-and-npmignore.tar +lib/node_modules/npm/test/tap/unpack-foreign-tarball/gitignore-and-npmignore.tgz +lib/node_modules/npm/test/tap/unpack-foreign-tarball/gitignore.tgz +lib/node_modules/npm/test/tap/unpack-foreign-tarball/npmignore.tgz +lib/node_modules/npm/test/tap/update-index.js +lib/node_modules/npm/test/tap/update-save.js +lib/node_modules/npm/test/tap/update-save/README.md +lib/node_modules/npm/test/tap/update-save/index.js +lib/node_modules/npm/test/tap/update-save/package.json +lib/node_modules/npm/test/tap/url-dependencies.js +lib/node_modules/npm/test/tap/url-dependencies/package.json +lib/node_modules/npm/test/tap/version-git-not-clean.js +lib/node_modules/npm/test/tap/version-no-git.js +lib/node_modules/npm/test/tap/version-no-package.js +lib/node_modules/npm/test/tap/version-no-tags.js +lib/node_modules/npm/test/tap/version-update-shrinkwrap.js +lib/node_modules/npm/test/tap/view.js +lib/node_modules/npm/test/tap/whoami.js +lib/node_modules/npm/test/tap/zz-cleanup.js +lib/node_modules/npm/test/update-test.sh +lib/node_modules/npm/wercker.yml Property changes on: www/npm/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/tinymce/Makefile =================================================================== --- www/tinymce/Makefile (revision 0) +++ www/tinymce/Makefile (revision 380974) @@ -0,0 +1,40 @@ +# Created by: Nick Hilliard +# $FreeBSD$ + +PORTNAME= tinymce +PORTVERSION= 4.1.8 +CATEGORIES= www +MASTER_SITES= http://download.moxiecode.com/${PORTNAME}/ \ + LOCAL/sunpoet +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Open source JavaScript HTML WYSIWYG editor for web sites + +LICENSE= LGPL21 + +CONFLICTS_INSTALL= tinymce-[0-35-9]* tinymce3-[0-9]* + +NO_BUILD= yes +WRKSRC= ${WRKDIR}/${PORTNAME} +USES= zip + +post-extract: + @cd ${WRKSRC}/ && ${FIND} -s * -type d -empty | ${XARGS} -I % ${TOUCH} %/.keepme + +do-install: + cd ${WRKSRC}/ && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/ + +# maintainer section: + +MS_PLIST= ${WRKDIR}/.ms-pkg-plist + +genplist: do-clean extract + ${ECHO} "@owner www" > ${MS_PLIST} + ${ECHO} "@group www" >> ${MS_PLIST} + cd ${WRKSRC}/ && ${FIND} -s * -type f | ${SED} 's|^|%%WWWDIR%%/|' >> ${MS_PLIST} + ${ECHO} "@owner" >> ${MS_PLIST} + ${ECHO} "@group" >> ${MS_PLIST} + ${INSTALL} -m 600 ${MS_PLIST} ${PLIST} + +.include Property changes on: www/tinymce/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/tinymce/distinfo =================================================================== --- www/tinymce/distinfo (revision 0) +++ www/tinymce/distinfo (revision 380974) @@ -0,0 +1,2 @@ +SHA256 (tinymce_4.1.8.zip) = 8064503c47d6bec145ce5582cdd424398b88c8e30f9b04857e5cfaf88b68a86d +SIZE (tinymce_4.1.8.zip) = 306544 Property changes on: www/tinymce/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/tinymce/pkg-descr =================================================================== --- www/tinymce/pkg-descr (revision 0) +++ www/tinymce/pkg-descr (revision 380974) @@ -0,0 +1,18 @@ +TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor +control released as Open Source under LGPL by Moxiecode Systems AB. It has +the ability to convert HTML TEXTAREA fields or other HTML elements to editor +instances. TinyMCE is very easy to integrate into other Content Management +Systems. + +TinyMCE Features: +- Easy to integrate, takes only two lines of code. +- Customizable through themes and plugins. +- Customizable XHTML 1.0 output. Block invalid elements and force attributes. +- International language support (Language packs) +- Multiple browser support, Mozilla, MSIE, FireFox, Opera and Safari + (experimental). +- PHP/.NET/JSP/Coldfusion GZip compressor, Makes TinyMCE 75% smaller and a lot + faster to load. +- You can easily use AJAX to save and load content! + +WWW: http://www.tinymce.com/ Property changes on: www/tinymce/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/tinymce/pkg-plist =================================================================== --- www/tinymce/pkg-plist (revision 0) +++ www/tinymce/pkg-plist (revision 380974) @@ -0,0 +1,87 @@ +@owner www +@group www +%%WWWDIR%%/LICENSE.TXT +%%WWWDIR%%/changelog.txt +%%WWWDIR%%/js/tinymce/langs/readme.md +%%WWWDIR%%/js/tinymce/license.txt +%%WWWDIR%%/js/tinymce/plugins/advlist/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/anchor/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/autolink/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/autoresize/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/autosave/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/bbcode/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/charmap/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/code/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/colorpicker/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/contextmenu/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/directionality/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/emoticons/img/smiley-cool.gif +%%WWWDIR%%/js/tinymce/plugins/emoticons/img/smiley-cry.gif +%%WWWDIR%%/js/tinymce/plugins/emoticons/img/smiley-embarassed.gif +%%WWWDIR%%/js/tinymce/plugins/emoticons/img/smiley-foot-in-mouth.gif +%%WWWDIR%%/js/tinymce/plugins/emoticons/img/smiley-frown.gif +%%WWWDIR%%/js/tinymce/plugins/emoticons/img/smiley-innocent.gif +%%WWWDIR%%/js/tinymce/plugins/emoticons/img/smiley-kiss.gif +%%WWWDIR%%/js/tinymce/plugins/emoticons/img/smiley-laughing.gif +%%WWWDIR%%/js/tinymce/plugins/emoticons/img/smiley-money-mouth.gif +%%WWWDIR%%/js/tinymce/plugins/emoticons/img/smiley-sealed.gif +%%WWWDIR%%/js/tinymce/plugins/emoticons/img/smiley-smile.gif +%%WWWDIR%%/js/tinymce/plugins/emoticons/img/smiley-surprised.gif +%%WWWDIR%%/js/tinymce/plugins/emoticons/img/smiley-tongue-out.gif +%%WWWDIR%%/js/tinymce/plugins/emoticons/img/smiley-undecided.gif +%%WWWDIR%%/js/tinymce/plugins/emoticons/img/smiley-wink.gif +%%WWWDIR%%/js/tinymce/plugins/emoticons/img/smiley-yell.gif +%%WWWDIR%%/js/tinymce/plugins/emoticons/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/example/dialog.html +%%WWWDIR%%/js/tinymce/plugins/example/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/example_dependency/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/fullpage/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/fullscreen/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/hr/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/image/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/importcss/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/insertdatetime/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/layer/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/legacyoutput/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/link/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/lists/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/media/moxieplayer.swf +%%WWWDIR%%/js/tinymce/plugins/media/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/nonbreaking/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/noneditable/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/pagebreak/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/paste/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/preview/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/print/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/save/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/searchreplace/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/spellchecker/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/tabfocus/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/table/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/template/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/textcolor/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/textpattern/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/visualblocks/css/visualblocks.css +%%WWWDIR%%/js/tinymce/plugins/visualblocks/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/visualchars/plugin.min.js +%%WWWDIR%%/js/tinymce/plugins/wordcount/plugin.min.js +%%WWWDIR%%/js/tinymce/skins/lightgray/content.inline.min.css +%%WWWDIR%%/js/tinymce/skins/lightgray/content.min.css +%%WWWDIR%%/js/tinymce/skins/lightgray/fonts/tinymce-small.eot +%%WWWDIR%%/js/tinymce/skins/lightgray/fonts/tinymce-small.svg +%%WWWDIR%%/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf +%%WWWDIR%%/js/tinymce/skins/lightgray/fonts/tinymce-small.woff +%%WWWDIR%%/js/tinymce/skins/lightgray/fonts/tinymce.eot +%%WWWDIR%%/js/tinymce/skins/lightgray/fonts/tinymce.svg +%%WWWDIR%%/js/tinymce/skins/lightgray/fonts/tinymce.ttf +%%WWWDIR%%/js/tinymce/skins/lightgray/fonts/tinymce.woff +%%WWWDIR%%/js/tinymce/skins/lightgray/img/anchor.gif +%%WWWDIR%%/js/tinymce/skins/lightgray/img/loader.gif +%%WWWDIR%%/js/tinymce/skins/lightgray/img/object.gif +%%WWWDIR%%/js/tinymce/skins/lightgray/img/trans.gif +%%WWWDIR%%/js/tinymce/skins/lightgray/skin.ie7.min.css +%%WWWDIR%%/js/tinymce/skins/lightgray/skin.min.css +%%WWWDIR%%/js/tinymce/themes/modern/theme.min.js +%%WWWDIR%%/js/tinymce/tinymce.min.js +@owner +@group Property changes on: www/tinymce/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/webkit-gtk2/Makefile =================================================================== --- www/webkit-gtk2/Makefile (revision 0) +++ www/webkit-gtk2/Makefile (revision 380974) @@ -0,0 +1,113 @@ +# Created by: Michael Johnson +# $FreeBSD$ + +PORTNAME= webkit +PORTVERSION= 2.4.8 +PORTREVISION= 1 +CATEGORIES= www +MASTER_SITES= http://webkitgtk.org/releases/ +PKGNAMESUFFIX= -gtk2 +DISTNAME= ${PORTNAME}gtk-${PORTVERSION} + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Opensource browser engine using the GTK+ 2 toolkit + +BUILD_DEPENDS= gtkdoc-rebase:${PORTSDIR}/textproc/gtk-doc \ + geoclue>=0:${PORTSDIR}/net/geoclue +LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant \ + libsecret-1.so:${PORTSDIR}/security/libsecret \ + libicutu.so:${PORTSDIR}/devel/icu \ + libharfbuzz.so:${PORTSDIR}/print/harfbuzz \ + libwebp.so:${PORTSDIR}/graphics/webp \ + libcurl.so:${PORTSDIR}/ftp/curl \ + libsoup-2.4.so:${PORTSDIR}/devel/libsoup +RUN_DEPENDS= geoclue>=0:${PORTSDIR}/net/geoclue + +PORTSCOUT= limit:1.4.*$$ + +USE_GSTREAMER1= yes +USE_XORG= xt xdamage xcomposite +USES= bison compiler:c++11-lib gettext gmake gperf libtool \ + perl5 pkgconfig shebangfix tar:xz +USE_RUBY= yes +RUBY_NO_RUN_DEPENDS=yes +USE_GNOME= cairo gtk20 introspection:build libxslt +USE_GL= gl +USE_SQLITE= 3 +USE_PERL5= build +USE_LDCONFIG= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= ac_cv_path_DOLT_BASH="" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip +CONFIGURE_ARGS= --with-gtk=2.0 \ + --enable-svg-fonts \ + --enable-geolocation \ + --enable-introspection \ + --disable-webkit2 \ + --with-html-dir=${PREFIX}/share/gtk-doc/html/webkit1 +MAKEFILE= GNUmakefile +MAKE_ENV= XDG_CACHE_HOME=${WRKDIR} + +CONFIGURE_ARGS+=--disable-egl \ + --disable-gles2 +SHEBANG_FILES= \ + Source/JavaScriptCore/create_hash_table \ + Source/JavaScriptCore/inspector/scripts/xxd.pl \ + Source/WebCore/css/*.pl \ + Source/WebCore/dom/*.pl \ + Source/WebCore/make-hash-tools.pl \ + Source/WebCore/page/make_settings.pl \ + Source/WebCore/platform/text/mac/make-charset-table.pl \ + Source/WebKit2/Scripts/generate-forwarding-headers.pl \ + Source/WebCore/bindings/scripts/*.p[lm] \ + Source/JavaScriptCore/create_hash_table + +BROWSER_PLUGINS_DIR?= ${LOCALBASE}/lib/browser_plugins/symlinks/webkit-gtk2 +#_BROWSER_PLUGINS_DIR= ${BROWSER_PLUGINS_DIR:S|^/|"|:S|/|", "|g}", + +OPTIONS_DEFINE= DEBUG FULLDEBUG +DEBUG_DESC= Just enable debug symbols +FULLDEBUG_DESC= Enable asserts and other debug support + +FULLDEBUG_CONFIGURE_ENABLE= debug +DEBUG_CONFIGURE_ON= --enable-debug-symbols=yes +DEBUG_CONFIGURE_OFF= --disable-debug-symbols + +.include + +# Shutup warning spam +CXXFLAGS+= -Wno-c++11-extensions + +.if ${ARCH} == powerpc64 +CFLAGS+= -mminimal-toc +.endif + +.include + +.if ${PERL_LEVEL} >= 501400 +BUILD_DEPENDS+= p5-Switch>0:${PORTSDIR}/lang/p5-Switch +.endif + +.if ${OSVERSION} < 1000033 +BUILD_DEPENDS+= flex>=0:${PORTSDIR}/textproc/flex +CONFIGURE_ENV+= FLEX="${LOCALBASE}/bin/flex" +.endif + +.if ${CHOSEN_COMPILER_TYPE} == clang +CXXFLAGS+= -Qunused-arguments +.endif + + +post-patch: + @${REINPLACE_CMD} -e 's|%%BROWSER_PLUGINS_DIR%%|${BROWSER_PLUGINS_DIR}|' \ + ${WRKSRC}/Source/WebCore/plugins/PluginDatabase.cpp + @${FIND} ${WRKSRC} -name GNUmakefile.in | ${XARGS} ${REINPLACE_CMD} -e \ + 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' + +post-install: + ${INSTALL_PROGRAM} ${WRKSRC}/Programs/GtkLauncher \ + ${STAGEDIR}${PREFIX}/bin/GtkLauncher-1 + +.include Property changes on: www/webkit-gtk2/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/webkit-gtk2/distinfo =================================================================== --- www/webkit-gtk2/distinfo (revision 0) +++ www/webkit-gtk2/distinfo (revision 380974) @@ -0,0 +1,2 @@ +SHA256 (webkitgtk-2.4.8.tar.xz) = 68f11559cb178679ca92acc9e3a3d7febede7acb7b98afd7fb761875bbc6bd23 +SIZE (webkitgtk-2.4.8.tar.xz) = 9827632 Property changes on: www/webkit-gtk2/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/webkit-gtk2/files/patch-Source_JavaScriptCore_assembler_ARMAssembler.h =================================================================== --- www/webkit-gtk2/files/patch-Source_JavaScriptCore_assembler_ARMAssembler.h (revision 0) +++ www/webkit-gtk2/files/patch-Source_JavaScriptCore_assembler_ARMAssembler.h (revision 380974) @@ -0,0 +1,11 @@ +--- Source/JavaScriptCore/assembler/ARMAssembler.h.orig 2015-01-19 21:25:28.000000000 +0000 ++++ Source/JavaScriptCore/assembler/ARMAssembler.h 2015-01-19 21:25:57.000000000 +0000 +@@ -1121,6 +1121,8 @@ namespace JSC { + linuxPageFlush(current, end); + #elif OS(WINCE) + CacheRangeFlush(code, size, CACHE_SYNC_ALL); ++#elif CPU(ARM_TRADITIONAL) && OS(FREEBSD) && COMPILER(CLANG) ++ __clear_cache(code, reinterpret_cast(code) + size); + #else + #error "The cacheFlush support is missing on this platform." + #endif Property changes on: www/webkit-gtk2/files/patch-Source_JavaScriptCore_assembler_ARMAssembler.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/webkit-gtk2/files/patch-Source_WebCore_platform_graphics_gstreamer_MediaPlayerPrivateGStreamerBase.cpp =================================================================== --- www/webkit-gtk2/files/patch-Source_WebCore_platform_graphics_gstreamer_MediaPlayerPrivateGStreamerBase.cpp (revision 0) +++ www/webkit-gtk2/files/patch-Source_WebCore_platform_graphics_gstreamer_MediaPlayerPrivateGStreamerBase.cpp (revision 380974) @@ -0,0 +1,29 @@ +--- Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp.orig 2015-02-12 01:22:34.449468000 +0100 ++++ Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp 2015-02-12 01:24:42.777620000 +0100 +@@ -316,7 +316,7 @@ void MediaPlayerPrivateGStreamerBase::mu + #if USE(ACCELERATED_COMPOSITING) && USE(TEXTURE_MAPPER_GL) && !USE(COORDINATED_GRAPHICS) + PassRefPtr MediaPlayerPrivateGStreamerBase::updateTexture(TextureMapper* textureMapper) + { +- GMutexLocker lock(m_bufferMutex); ++ WebCore::GMutexLocker lock(m_bufferMutex); + if (!m_buffer) + return nullptr; + +@@ -366,7 +366,7 @@ void MediaPlayerPrivateGStreamerBase::tr + g_return_if_fail(GST_IS_BUFFER(buffer)); + + { +- GMutexLocker lock(m_bufferMutex); ++ WebCore::GMutexLocker lock(m_bufferMutex); + gst_buffer_replace(&m_buffer, buffer); + } + +@@ -398,7 +398,7 @@ void MediaPlayerPrivateGStreamerBase::pa + if (!m_player->visible()) + return; + +- GMutexLocker lock(m_bufferMutex); ++ WebCore::GMutexLocker lock(m_bufferMutex); + if (!m_buffer) + return; + Property changes on: www/webkit-gtk2/files/patch-Source_WebCore_platform_graphics_gstreamer_MediaPlayerPrivateGStreamerBase.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/webkit-gtk2/files/patch-Source_WebCore_platform_graphics_gstreamer_VideoSinkGStreamer.cpp =================================================================== --- www/webkit-gtk2/files/patch-Source_WebCore_platform_graphics_gstreamer_VideoSinkGStreamer.cpp (revision 0) +++ www/webkit-gtk2/files/patch-Source_WebCore_platform_graphics_gstreamer_VideoSinkGStreamer.cpp (revision 380974) @@ -0,0 +1,47 @@ +--- Source/WebCore/platform/graphics/gstreamer/VideoSinkGStreamer.cpp.orig 2015-02-12 01:22:25.261692000 +0100 ++++ Source/WebCore/platform/graphics/gstreamer/VideoSinkGStreamer.cpp 2015-02-12 01:24:34.127107000 +0100 +@@ -118,7 +118,7 @@ static gboolean webkitVideoSinkTimeoutCa + WebKitVideoSink* sink = reinterpret_cast(data); + WebKitVideoSinkPrivate* priv = sink->priv; + +- GMutexLocker lock(priv->bufferMutex); ++ WebCore::GMutexLocker lock(priv->bufferMutex); + GstBuffer* buffer = priv->buffer; + priv->buffer = 0; + priv->timeoutId = 0; +@@ -140,7 +140,7 @@ static GstFlowReturn webkitVideoSinkRend + WebKitVideoSink* sink = WEBKIT_VIDEO_SINK(baseSink); + WebKitVideoSinkPrivate* priv = sink->priv; + +- GMutexLocker lock(priv->bufferMutex); ++ WebCore::GMutexLocker lock(priv->bufferMutex); + + if (priv->unlocked) + return GST_FLOW_OK; +@@ -279,7 +279,7 @@ static void webkitVideoSinkGetProperty(G + + static void unlockBufferMutex(WebKitVideoSinkPrivate* priv) + { +- GMutexLocker lock(priv->bufferMutex); ++ WebCore::GMutexLocker lock(priv->bufferMutex); + + if (priv->buffer) { + gst_buffer_unref(priv->buffer); +@@ -305,7 +305,7 @@ static gboolean webkitVideoSinkUnlockSto + WebKitVideoSinkPrivate* priv = WEBKIT_VIDEO_SINK(baseSink)->priv; + + { +- GMutexLocker lock(priv->bufferMutex); ++ WebCore::GMutexLocker lock(priv->bufferMutex); + priv->unlocked = false; + } + +@@ -330,7 +330,7 @@ static gboolean webkitVideoSinkStart(Gst + { + WebKitVideoSinkPrivate* priv = WEBKIT_VIDEO_SINK(baseSink)->priv; + +- GMutexLocker lock(priv->bufferMutex); ++ WebCore::GMutexLocker lock(priv->bufferMutex); + priv->unlocked = false; + return TRUE; + } Property changes on: www/webkit-gtk2/files/patch-Source_WebCore_platform_graphics_gstreamer_VideoSinkGStreamer.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/webkit-gtk2/files/patch-Source_WebCore_platform_graphics_gstreamer_WebKitWebSourceGStreamer.cpp =================================================================== --- www/webkit-gtk2/files/patch-Source_WebCore_platform_graphics_gstreamer_WebKitWebSourceGStreamer.cpp (revision 0) +++ www/webkit-gtk2/files/patch-Source_WebCore_platform_graphics_gstreamer_WebKitWebSourceGStreamer.cpp (revision 380974) @@ -0,0 +1,200 @@ +--- Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp.orig 2015-02-12 01:22:42.081133000 +0100 ++++ Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp 2015-02-12 01:25:08.298076000 +0100 +@@ -346,7 +346,7 @@ static void webKitWebSrcSetProperty(GObj + + switch (propID) { + case PROP_IRADIO_MODE: { +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + priv->iradioMode = g_value_get_boolean(value); + break; + } +@@ -364,7 +364,7 @@ static void webKitWebSrcGetProperty(GObj + WebKitWebSrc* src = WEBKIT_WEB_SRC(object); + WebKitWebSrcPrivate* priv = src->priv; + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + switch (propID) { + case PROP_IRADIO_MODE: + g_value_set_boolean(value, priv->iradioMode); +@@ -417,7 +417,7 @@ static gboolean webKitWebSrcStop(WebKitW + + ASSERT(isMainThread()); + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + + bool seeking = priv->seekID; + +@@ -476,7 +476,7 @@ static gboolean webKitWebSrcStart(WebKit + + ASSERT(isMainThread()); + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + + priv->startID = 0; + priv->corsAccessCheck = CORSNoCheck; +@@ -573,7 +573,7 @@ static GstStateChangeReturn webKitWebSrc + return ret; + } + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + switch (transition) { + case GST_STATE_CHANGE_READY_TO_PAUSED: + GST_DEBUG_OBJECT(src, "READY->PAUSED"); +@@ -604,7 +604,7 @@ static gboolean webKitWebSrcQueryWithPar + gst_query_parse_duration(query, &format, NULL); + + GST_DEBUG_OBJECT(src, "duration query in format %s", gst_format_get_name(format)); +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + if (format == GST_FORMAT_BYTES && src->priv->size > 0) { + gst_query_set_duration(query, format, src->priv->size); + result = TRUE; +@@ -612,7 +612,7 @@ static gboolean webKitWebSrcQueryWithPar + break; + } + case GST_QUERY_URI: { +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + gst_query_set_uri(query, src->priv->uri); + result = TRUE; + break; +@@ -653,7 +653,7 @@ static gchar* webKitWebSrcGetUri(GstURIH + WebKitWebSrc* src = WEBKIT_WEB_SRC(handler); + gchar* ret; + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + ret = g_strdup(src->priv->uri); + return ret; + } +@@ -668,7 +668,7 @@ static gboolean webKitWebSrcSetUri(GstUR + return FALSE; + } + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + + g_free(priv->uri); + priv->uri = 0; +@@ -704,7 +704,7 @@ static gboolean webKitWebSrcNeedDataMain + + ASSERT(isMainThread()); + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + // already stopped + if (!priv->needDataID) + return FALSE; +@@ -725,7 +725,7 @@ static void webKitWebSrcNeedDataCb(GstAp + + GST_DEBUG_OBJECT(src, "Need more data: %u", length); + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + if (priv->needDataID || !priv->paused) { + return; + } +@@ -739,7 +739,7 @@ static gboolean webKitWebSrcEnoughDataMa + + ASSERT(isMainThread()); + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + // already stopped + if (!priv->enoughDataID) + return FALSE; +@@ -760,7 +760,7 @@ static void webKitWebSrcEnoughDataCb(Gst + + GST_DEBUG_OBJECT(src, "Have enough data"); + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + if (priv->enoughDataID || priv->paused) { + return; + } +@@ -774,7 +774,7 @@ static gboolean webKitWebSrcSeekMainCb(W + + ASSERT(isMainThread()); + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + // already stopped + if (!priv->seekID) + return FALSE; +@@ -792,7 +792,7 @@ static gboolean webKitWebSrcSeekDataCb(G + WebKitWebSrcPrivate* priv = src->priv; + + GST_DEBUG_OBJECT(src, "Seeking to offset: %" G_GUINT64_FORMAT, offset); +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + if (offset == priv->offset && priv->requestedOffset == priv->offset) + return TRUE; + +@@ -811,7 +811,7 @@ static gboolean webKitWebSrcSeekDataCb(G + void webKitWebSrcSetMediaPlayer(WebKitWebSrc* src, WebCore::MediaPlayer* player) + { + ASSERT(player); +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + src->priv->player = player; + } + +@@ -841,7 +841,7 @@ char* StreamingClient::createReadBuffer( + + mapGstBuffer(buffer); + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + priv->buffer = adoptGRef(buffer); + locker.unlock(); + +@@ -867,7 +867,7 @@ void StreamingClient::handleResponseRece + return; + } + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + + priv->corsAccessCheck = corsAccessCheck; + +@@ -966,7 +966,7 @@ void StreamingClient::handleDataReceived + WebKitWebSrc* src = WEBKIT_WEB_SRC(m_src); + WebKitWebSrcPrivate* priv = src->priv; + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + + GST_LOG_OBJECT(src, "Have %lld bytes of data", priv->buffer ? static_cast(gst_buffer_get_size(priv->buffer.get())) : length); + +@@ -1035,7 +1035,7 @@ void StreamingClient::handleNotifyFinish + + GST_DEBUG_OBJECT(src, "Have EOS"); + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + if (!priv->seekID) { + locker.unlock(); + gst_app_src_end_of_stream(priv->appsrc); +@@ -1194,7 +1194,7 @@ void ResourceHandleStreamingClient::wasB + + GST_ERROR_OBJECT(src, "Request was blocked"); + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + uri.reset(g_strdup(src->priv->uri)); + locker.unlock(); + +@@ -1208,7 +1208,7 @@ void ResourceHandleStreamingClient::cann + + GST_ERROR_OBJECT(src, "Cannot show URL"); + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + uri.reset(g_strdup(src->priv->uri)); + locker.unlock(); + Property changes on: www/webkit-gtk2/files/patch-Source_WebCore_platform_graphics_gstreamer_WebKitWebSourceGStreamer.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/webkit-gtk2/files/patch-Source_WebCore_plugins_PluginDatabase.cpp =================================================================== --- www/webkit-gtk2/files/patch-Source_WebCore_plugins_PluginDatabase.cpp (revision 0) +++ www/webkit-gtk2/files/patch-Source_WebCore_plugins_PluginDatabase.cpp (revision 380974) @@ -0,0 +1,10 @@ +--- Source/WebCore/plugins/PluginDatabase.cpp.orig 2011-01-11 16:24:29.000000000 +0000 ++++ Source/WebCore/plugins/PluginDatabase.cpp 2011-01-11 16:24:54.000000000 +0000 +@@ -375,6 +375,7 @@ Vector PluginDatabase::defaultPl + userPluginPath.append(String("/.netscape/plugins")); + paths.append(userPluginPath); + ++ paths.append("%%BROWSER_PLUGINS_DIR%%"); + paths.append("/usr/lib/browser/plugins"); + paths.append("/usr/local/lib/mozilla/plugins"); + paths.append("/usr/lib/firefox/plugins"); Property changes on: www/webkit-gtk2/files/patch-Source_WebCore_plugins_PluginDatabase.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/webkit-gtk2/pkg-descr =================================================================== --- www/webkit-gtk2/pkg-descr (revision 0) +++ www/webkit-gtk2/pkg-descr (revision 380974) @@ -0,0 +1,5 @@ +WebKit is an open source web browser engine. It is able to display content +such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, +XSLT, CSS, Javascript/ECMAscript and more. + +WWW: http://webkit.org/ Property changes on: www/webkit-gtk2/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/webkit-gtk2/pkg-plist =================================================================== --- www/webkit-gtk2/pkg-plist (revision 0) +++ www/webkit-gtk2/pkg-plist (revision 380974) @@ -0,0 +1,567 @@ +bin/GtkLauncher-1 +bin/jsc-1 +include/webkitgtk-1.0/JavaScriptCore/JSBase.h +include/webkitgtk-1.0/JavaScriptCore/JSContextRef.h +include/webkitgtk-1.0/JavaScriptCore/JSObjectRef.h +include/webkitgtk-1.0/JavaScriptCore/JSStringRef.h +include/webkitgtk-1.0/JavaScriptCore/JSValueRef.h +include/webkitgtk-1.0/JavaScriptCore/JavaScript.h +include/webkitgtk-1.0/JavaScriptCore/WebKitAvailability.h +include/webkitgtk-1.0/webkit/webkit.h +include/webkitgtk-1.0/webkit/webkitapplicationcache.h +include/webkitgtk-1.0/webkit/webkitdefines.h +include/webkitgtk-1.0/webkit/webkitdom.h +include/webkitgtk-1.0/webkit/webkitdownload.h +include/webkitgtk-1.0/webkit/webkitenumtypes.h +include/webkitgtk-1.0/webkit/webkiterror.h +include/webkitgtk-1.0/webkit/webkitfavicondatabase.h +include/webkitgtk-1.0/webkit/webkitfilechooserrequest.h +include/webkitgtk-1.0/webkit/webkitgeolocationpolicydecision.h +include/webkitgtk-1.0/webkit/webkitglobals.h +include/webkitgtk-1.0/webkit/webkithittestresult.h +include/webkitgtk-1.0/webkit/webkiticondatabase.h +include/webkitgtk-1.0/webkit/webkitnetworkrequest.h +include/webkitgtk-1.0/webkit/webkitnetworkresponse.h +include/webkitgtk-1.0/webkit/webkitsecurityorigin.h +include/webkitgtk-1.0/webkit/webkitsoupauthdialog.h +include/webkitgtk-1.0/webkit/webkitspellchecker.h +include/webkitgtk-1.0/webkit/webkitversion.h +include/webkitgtk-1.0/webkit/webkitviewportattributes.h +include/webkitgtk-1.0/webkit/webkitwebbackforwardlist.h +include/webkitgtk-1.0/webkit/webkitwebdatabase.h +include/webkitgtk-1.0/webkit/webkitwebdatasource.h +include/webkitgtk-1.0/webkit/webkitwebframe.h +include/webkitgtk-1.0/webkit/webkitwebhistoryitem.h +include/webkitgtk-1.0/webkit/webkitwebinspector.h +include/webkitgtk-1.0/webkit/webkitwebnavigationaction.h +include/webkitgtk-1.0/webkit/webkitwebplugin.h +include/webkitgtk-1.0/webkit/webkitwebplugindatabase.h +include/webkitgtk-1.0/webkit/webkitwebpolicydecision.h +include/webkitgtk-1.0/webkit/webkitwebresource.h +include/webkitgtk-1.0/webkit/webkitwebsettings.h +include/webkitgtk-1.0/webkit/webkitwebview.h +include/webkitgtk-1.0/webkit/webkitwebwindowfeatures.h +include/webkitgtk-1.0/webkit2/WebKitAuthenticationRequest.h +include/webkitgtk-1.0/webkit2/WebKitBackForwardList.h +include/webkitgtk-1.0/webkit2/WebKitBackForwardListItem.h +include/webkitgtk-1.0/webkit2/WebKitCertificateInfo.h +include/webkitgtk-1.0/webkit2/WebKitContextMenu.h +include/webkitgtk-1.0/webkit2/WebKitContextMenuActions.h +include/webkitgtk-1.0/webkit2/WebKitContextMenuItem.h +include/webkitgtk-1.0/webkit2/WebKitCookieManager.h +include/webkitgtk-1.0/webkit2/WebKitCredential.h +include/webkitgtk-1.0/webkit2/WebKitDefines.h +include/webkitgtk-1.0/webkit2/WebKitDownload.h +include/webkitgtk-1.0/webkit2/WebKitEditingCommands.h +include/webkitgtk-1.0/webkit2/WebKitEnumTypes.h +include/webkitgtk-1.0/webkit2/WebKitError.h +include/webkitgtk-1.0/webkit2/WebKitFaviconDatabase.h +include/webkitgtk-1.0/webkit2/WebKitFileChooserRequest.h +include/webkitgtk-1.0/webkit2/WebKitFindController.h +include/webkitgtk-1.0/webkit2/WebKitFormSubmissionRequest.h +include/webkitgtk-1.0/webkit2/WebKitForwardDeclarations.h +include/webkitgtk-1.0/webkit2/WebKitFrame.h +include/webkitgtk-1.0/webkit2/WebKitGeolocationPermissionRequest.h +include/webkitgtk-1.0/webkit2/WebKitHitTestResult.h +include/webkitgtk-1.0/webkit2/WebKitJavascriptResult.h +include/webkitgtk-1.0/webkit2/WebKitMimeInfo.h +include/webkitgtk-1.0/webkit2/WebKitNavigationPolicyDecision.h +include/webkitgtk-1.0/webkit2/WebKitPermissionRequest.h +include/webkitgtk-1.0/webkit2/WebKitPlugin.h +include/webkitgtk-1.0/webkit2/WebKitPolicyDecision.h +include/webkitgtk-1.0/webkit2/WebKitPrintOperation.h +include/webkitgtk-1.0/webkit2/WebKitResponsePolicyDecision.h +include/webkitgtk-1.0/webkit2/WebKitScriptDialog.h +include/webkitgtk-1.0/webkit2/WebKitScriptWorld.h +include/webkitgtk-1.0/webkit2/WebKitSecurityManager.h +include/webkitgtk-1.0/webkit2/WebKitSettings.h +include/webkitgtk-1.0/webkit2/WebKitURIRequest.h +include/webkitgtk-1.0/webkit2/WebKitURIResponse.h +include/webkitgtk-1.0/webkit2/WebKitURISchemeRequest.h +include/webkitgtk-1.0/webkit2/WebKitVersion.h +include/webkitgtk-1.0/webkit2/WebKitWebContext.h +include/webkitgtk-1.0/webkit2/WebKitWebExtension.h +include/webkitgtk-1.0/webkit2/WebKitWebInspector.h +include/webkitgtk-1.0/webkit2/WebKitWebPage.h +include/webkitgtk-1.0/webkit2/WebKitWebResource.h +include/webkitgtk-1.0/webkit2/WebKitWebView.h +include/webkitgtk-1.0/webkit2/WebKitWebViewBase.h +include/webkitgtk-1.0/webkit2/WebKitWebViewGroup.h +include/webkitgtk-1.0/webkit2/WebKitWindowProperties.h +include/webkitgtk-1.0/webkit2/webkit-web-extension.h +include/webkitgtk-1.0/webkit2/webkit2.h +include/webkitgtk-1.0/webkitdom/WebKitDOMAttr.h +include/webkitgtk-1.0/webkitdom/WebKitDOMAudioTrack.h +include/webkitgtk-1.0/webkitdom/WebKitDOMAudioTrackList.h +include/webkitgtk-1.0/webkitdom/WebKitDOMBarProp.h +include/webkitgtk-1.0/webkitdom/WebKitDOMBatteryManager.h +include/webkitgtk-1.0/webkitdom/WebKitDOMBlob.h +include/webkitgtk-1.0/webkitdom/WebKitDOMCDATASection.h +include/webkitgtk-1.0/webkitdom/WebKitDOMCSSRule.h +include/webkitgtk-1.0/webkitdom/WebKitDOMCSSRuleList.h +include/webkitgtk-1.0/webkitdom/WebKitDOMCSSStyleDeclaration.h +include/webkitgtk-1.0/webkitdom/WebKitDOMCSSStyleSheet.h +include/webkitgtk-1.0/webkitdom/WebKitDOMCSSValue.h +include/webkitgtk-1.0/webkitdom/WebKitDOMCharacterData.h +include/webkitgtk-1.0/webkitdom/WebKitDOMComment.h +include/webkitgtk-1.0/webkitdom/WebKitDOMConsole.h +include/webkitgtk-1.0/webkitdom/WebKitDOMCustom.h +include/webkitgtk-1.0/webkitdom/WebKitDOMDOMApplicationCache.h +include/webkitgtk-1.0/webkitdom/WebKitDOMDOMImplementation.h +include/webkitgtk-1.0/webkitdom/WebKitDOMDOMMimeType.h +include/webkitgtk-1.0/webkitdom/WebKitDOMDOMMimeTypeArray.h +include/webkitgtk-1.0/webkitdom/WebKitDOMDOMNamedFlowCollection.h +include/webkitgtk-1.0/webkitdom/WebKitDOMDOMPlugin.h +include/webkitgtk-1.0/webkitdom/WebKitDOMDOMPluginArray.h +include/webkitgtk-1.0/webkitdom/WebKitDOMDOMSecurityPolicy.h +include/webkitgtk-1.0/webkitdom/WebKitDOMDOMSelection.h +include/webkitgtk-1.0/webkitdom/WebKitDOMDOMSettableTokenList.h +include/webkitgtk-1.0/webkitdom/WebKitDOMDOMStringList.h +include/webkitgtk-1.0/webkitdom/WebKitDOMDOMStringMap.h +include/webkitgtk-1.0/webkitdom/WebKitDOMDOMTokenList.h +include/webkitgtk-1.0/webkitdom/WebKitDOMDOMWindow.h +include/webkitgtk-1.0/webkitdom/WebKitDOMDOMWindowCSS.h +include/webkitgtk-1.0/webkitdom/WebKitDOMDatabase.h +include/webkitgtk-1.0/webkitdom/WebKitDOMDeprecated.h +include/webkitgtk-1.0/webkitdom/WebKitDOMDocument.h +include/webkitgtk-1.0/webkitdom/WebKitDOMDocumentFragment.h +include/webkitgtk-1.0/webkitdom/WebKitDOMDocumentType.h +include/webkitgtk-1.0/webkitdom/WebKitDOMElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMEntityReference.h +include/webkitgtk-1.0/webkitdom/WebKitDOMEvent.h +include/webkitgtk-1.0/webkitdom/WebKitDOMEventTarget.h +include/webkitgtk-1.0/webkitdom/WebKitDOMFile.h +include/webkitgtk-1.0/webkitdom/WebKitDOMFileList.h +include/webkitgtk-1.0/webkitdom/WebKitDOMGamepad.h +include/webkitgtk-1.0/webkitdom/WebKitDOMGamepadList.h +include/webkitgtk-1.0/webkitdom/WebKitDOMGeolocation.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLAnchorElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLAppletElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLAreaElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLAudioElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLBRElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLBaseElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLBaseFontElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLBodyElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLButtonElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLCanvasElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLCollection.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLDListElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLDetailsElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLDirectoryElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLDivElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLDocument.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLEmbedElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLFieldSetElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLFontElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLFormElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLFrameElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLFrameSetElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLHRElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLHeadElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLHeadingElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLHtmlElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLIFrameElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLImageElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLInputElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLKeygenElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLLIElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLLabelElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLLegendElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLLinkElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLMapElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLMarqueeElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLMediaElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLMenuElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLMetaElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLModElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLOListElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLObjectElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLOptGroupElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLOptionElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLOptionsCollection.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLParagraphElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLParamElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLPreElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLQuoteElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLScriptElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLSelectElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLStyleElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLTableCaptionElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLTableCellElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLTableColElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLTableElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLTableRowElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLTableSectionElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLTextAreaElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLTitleElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLUListElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHTMLVideoElement.h +include/webkitgtk-1.0/webkitdom/WebKitDOMHistory.h +include/webkitgtk-1.0/webkitdom/WebKitDOMKeyboardEvent.h +include/webkitgtk-1.0/webkitdom/WebKitDOMLocation.h +include/webkitgtk-1.0/webkitdom/WebKitDOMMediaController.h +include/webkitgtk-1.0/webkitdom/WebKitDOMMediaError.h +include/webkitgtk-1.0/webkitdom/WebKitDOMMediaList.h +include/webkitgtk-1.0/webkitdom/WebKitDOMMediaQueryList.h +include/webkitgtk-1.0/webkitdom/WebKitDOMMessagePort.h +include/webkitgtk-1.0/webkitdom/WebKitDOMMouseEvent.h +include/webkitgtk-1.0/webkitdom/WebKitDOMNamedNodeMap.h +include/webkitgtk-1.0/webkitdom/WebKitDOMNavigator.h +include/webkitgtk-1.0/webkitdom/WebKitDOMNode.h +include/webkitgtk-1.0/webkitdom/WebKitDOMNodeFilter.h +include/webkitgtk-1.0/webkitdom/WebKitDOMNodeIterator.h +include/webkitgtk-1.0/webkitdom/WebKitDOMNodeList.h +include/webkitgtk-1.0/webkitdom/WebKitDOMObject.h +include/webkitgtk-1.0/webkitdom/WebKitDOMPerformance.h +include/webkitgtk-1.0/webkitdom/WebKitDOMPerformanceEntry.h +include/webkitgtk-1.0/webkitdom/WebKitDOMPerformanceEntryList.h +include/webkitgtk-1.0/webkitdom/WebKitDOMPerformanceNavigation.h +include/webkitgtk-1.0/webkitdom/WebKitDOMPerformanceTiming.h +include/webkitgtk-1.0/webkitdom/WebKitDOMProcessingInstruction.h +include/webkitgtk-1.0/webkitdom/WebKitDOMRange.h +include/webkitgtk-1.0/webkitdom/WebKitDOMScreen.h +include/webkitgtk-1.0/webkitdom/WebKitDOMShadowRoot.h +include/webkitgtk-1.0/webkitdom/WebKitDOMStorage.h +include/webkitgtk-1.0/webkitdom/WebKitDOMStorageInfo.h +include/webkitgtk-1.0/webkitdom/WebKitDOMStorageQuota.h +include/webkitgtk-1.0/webkitdom/WebKitDOMStyleMedia.h +include/webkitgtk-1.0/webkitdom/WebKitDOMStyleSheet.h +include/webkitgtk-1.0/webkitdom/WebKitDOMStyleSheetList.h +include/webkitgtk-1.0/webkitdom/WebKitDOMText.h +include/webkitgtk-1.0/webkitdom/WebKitDOMTextTrack.h +include/webkitgtk-1.0/webkitdom/WebKitDOMTextTrackCue.h +include/webkitgtk-1.0/webkitdom/WebKitDOMTextTrackCueList.h +include/webkitgtk-1.0/webkitdom/WebKitDOMTextTrackList.h +include/webkitgtk-1.0/webkitdom/WebKitDOMTimeRanges.h +include/webkitgtk-1.0/webkitdom/WebKitDOMTouch.h +include/webkitgtk-1.0/webkitdom/WebKitDOMTrackEvent.h +include/webkitgtk-1.0/webkitdom/WebKitDOMTreeWalker.h +include/webkitgtk-1.0/webkitdom/WebKitDOMUIEvent.h +include/webkitgtk-1.0/webkitdom/WebKitDOMValidityState.h +include/webkitgtk-1.0/webkitdom/WebKitDOMVideoPlaybackQuality.h +include/webkitgtk-1.0/webkitdom/WebKitDOMVideoTrack.h +include/webkitgtk-1.0/webkitdom/WebKitDOMVideoTrackList.h +include/webkitgtk-1.0/webkitdom/WebKitDOMWebKitNamedFlow.h +include/webkitgtk-1.0/webkitdom/WebKitDOMWebKitPoint.h +include/webkitgtk-1.0/webkitdom/WebKitDOMWheelEvent.h +include/webkitgtk-1.0/webkitdom/WebKitDOMXPathExpression.h +include/webkitgtk-1.0/webkitdom/WebKitDOMXPathNSResolver.h +include/webkitgtk-1.0/webkitdom/WebKitDOMXPathResult.h +include/webkitgtk-1.0/webkitdom/webkitdom.h +include/webkitgtk-1.0/webkitdom/webkitdomdefines.h +lib/girepository-1.0/JavaScriptCore-1.0.typelib +lib/girepository-1.0/WebKit-1.0.typelib +lib/libjavascriptcoregtk-1.0.so +lib/libjavascriptcoregtk-1.0.so.0 +lib/libjavascriptcoregtk-1.0.so.0.16.16 +lib/libwebkitgtk-1.0.so +lib/libwebkitgtk-1.0.so.0 +lib/libwebkitgtk-1.0.so.0.22.14 +libdata/pkgconfig/javascriptcoregtk-1.0.pc +libdata/pkgconfig/webkit-1.0.pc +share/gir-1.0/JavaScriptCore-1.0.gir +share/gir-1.0/WebKit-1.0.gir +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMAttr.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMAudioTrack.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMAudioTrackList.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMBarProp.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMBatteryManager.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMBlob.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMCDATASection.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMCSSRule.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMCSSRuleList.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMCSSStyleDeclaration.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMCSSStyleSheet.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMCSSValue.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMCharacterData.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMComment.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMConsole.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMDOMApplicationCache.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMDOMImplementation.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMDOMMimeType.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMDOMMimeTypeArray.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMDOMNamedFlowCollection.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMDOMPlugin.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMDOMPluginArray.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMDOMSecurityPolicy.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMDOMSelection.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMDOMSettableTokenList.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMDOMStringList.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMDOMStringMap.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMDOMTokenList.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMDOMWindow.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMDOMWindowCSS.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMDatabase.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMDocument.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMDocumentFragment.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMDocumentType.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMEntityReference.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMEvent.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMEventTarget.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMFile.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMFileList.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMGamepad.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMGamepadList.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMGeolocation.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLAnchorElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLAppletElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLAreaElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLAudioElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLBRElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLBaseElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLBaseFontElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLBodyElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLButtonElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLCanvasElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLCollection.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLDListElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLDetailsElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLDirectoryElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLDivElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLDocument.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLEmbedElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLFieldSetElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLFontElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLFormElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLFrameElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLFrameSetElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLHRElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLHeadElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLHeadingElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLHtmlElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLIFrameElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLImageElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLInputElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLKeygenElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLLIElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLLabelElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLLegendElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLLinkElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLMapElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLMarqueeElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLMediaElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLMenuElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLMetaElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLModElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLOListElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLObjectElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLOptGroupElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLOptionElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLOptionsCollection.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLParagraphElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLParamElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLPreElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLQuoteElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLScriptElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLSelectElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLStyleElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLTableCaptionElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLTableCellElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLTableColElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLTableElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLTableRowElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLTableSectionElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLTextAreaElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLTitleElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLUListElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHTMLVideoElement.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMHistory.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMKeyboardEvent.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMLocation.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMMediaController.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMMediaError.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMMediaList.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMMediaQueryList.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMMessagePort.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMMouseEvent.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMNamedNodeMap.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMNavigator.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMNode.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMNodeFilter.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMNodeIterator.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMNodeList.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMObject.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMPerformance.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMPerformanceEntry.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMPerformanceEntryList.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMPerformanceNavigation.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMPerformanceTiming.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMProcessingInstruction.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMRange.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMScreen.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMShadowRoot.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMStorage.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMStorageInfo.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMStorageQuota.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMStyleMedia.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMStyleSheet.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMStyleSheetList.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMText.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMTextTrack.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMTextTrackCue.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMTextTrackCueList.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMTextTrackList.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMTimeRanges.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMTouch.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMTrackEvent.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMTreeWalker.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMUIEvent.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMValidityState.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMVideoPlaybackQuality.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMVideoTrack.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMVideoTrackList.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMWebKitNamedFlow.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMWebKitPoint.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMWheelEvent.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMXPathExpression.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMXPathNSResolver.html +share/gtk-doc/html/webkit1/webkitdomgtk/WebKitDOMXPathResult.html +share/gtk-doc/html/webkit1/webkitdomgtk/annotation-glossary.html +share/gtk-doc/html/webkit1/webkitdomgtk/api-index-deprecated.html +share/gtk-doc/html/webkit1/webkitdomgtk/ch01.html +share/gtk-doc/html/webkit1/webkitdomgtk/home.png +share/gtk-doc/html/webkit1/webkitdomgtk/index-all.html +share/gtk-doc/html/webkit1/webkitdomgtk/index.html +share/gtk-doc/html/webkit1/webkitdomgtk/index.sgml +share/gtk-doc/html/webkit1/webkitdomgtk/left-insensitive.png +share/gtk-doc/html/webkit1/webkitdomgtk/left.png +share/gtk-doc/html/webkit1/webkitdomgtk/right-insensitive.png +share/gtk-doc/html/webkit1/webkitdomgtk/right.png +share/gtk-doc/html/webkit1/webkitdomgtk/style.css +share/gtk-doc/html/webkit1/webkitdomgtk/up-insensitive.png +share/gtk-doc/html/webkit1/webkitdomgtk/up.png +share/gtk-doc/html/webkit1/webkitdomgtk/webkitdomgtk-WebKitDOMBarInfo.html +share/gtk-doc/html/webkit1/webkitdomgtk/webkitdomgtk-WebKitDOMCustom.html +share/gtk-doc/html/webkit1/webkitdomgtk/webkitdomgtk-WebKitDOMHTMLPropertiesCollection.html +share/gtk-doc/html/webkit1/webkitdomgtk/webkitdomgtk-WebKitDOMMemoryInfo.html +share/gtk-doc/html/webkit1/webkitdomgtk/webkitdomgtk-WebKitDOMMicroDataItemValue.html +share/gtk-doc/html/webkit1/webkitdomgtk/webkitdomgtk-WebKitDOMPropertyNodeList.html +share/gtk-doc/html/webkit1/webkitdomgtk/webkitdomgtk.devhelp2 +share/gtk-doc/html/webkit1/webkitgtk/WebKitFaviconDatabase.html +share/gtk-doc/html/webkit1/webkitgtk/WebKitFileChooserRequest.html +share/gtk-doc/html/webkit1/webkitgtk/WebKitGeolocationPolicyDecision.html +share/gtk-doc/html/webkit1/webkitgtk/WebKitHitTestResult.html +share/gtk-doc/html/webkit1/webkitgtk/WebKitIconDatabase.html +share/gtk-doc/html/webkit1/webkitgtk/WebKitNetworkRequest.html +share/gtk-doc/html/webkit1/webkitgtk/WebKitNetworkResponse.html +share/gtk-doc/html/webkit1/webkitgtk/WebKitSecurityOrigin.html +share/gtk-doc/html/webkit1/webkitgtk/WebKitSoupAuthDialog.html +share/gtk-doc/html/webkit1/webkitgtk/WebKitSpellChecker.html +share/gtk-doc/html/webkit1/webkitgtk/WebKitViewportAttributes.html +share/gtk-doc/html/webkit1/webkitgtk/WebKitWebBackForwardList.html +share/gtk-doc/html/webkit1/webkitgtk/WebKitWebDataSource.html +share/gtk-doc/html/webkit1/webkitgtk/WebKitWebDatabase.html +share/gtk-doc/html/webkit1/webkitgtk/WebKitWebFrame.html +share/gtk-doc/html/webkit1/webkitgtk/WebKitWebHistoryItem.html +share/gtk-doc/html/webkit1/webkitgtk/WebKitWebInspector.html +share/gtk-doc/html/webkit1/webkitgtk/WebKitWebNavigationAction.html +share/gtk-doc/html/webkit1/webkitgtk/WebKitWebPlugin.html +share/gtk-doc/html/webkit1/webkitgtk/WebKitWebPluginDatabase.html +share/gtk-doc/html/webkit1/webkitgtk/WebKitWebPolicyDecision.html +share/gtk-doc/html/webkit1/webkitgtk/WebKitWebResource.html +share/gtk-doc/html/webkit1/webkitgtk/WebKitWebSettings.html +share/gtk-doc/html/webkit1/webkitgtk/WebKitWebWindowFeatures.html +share/gtk-doc/html/webkit1/webkitgtk/annotation-glossary.html +share/gtk-doc/html/webkit1/webkitgtk/ch01.html +share/gtk-doc/html/webkit1/webkitgtk/ch02.html +share/gtk-doc/html/webkit1/webkitgtk/ch03.html +share/gtk-doc/html/webkit1/webkitgtk/home.png +share/gtk-doc/html/webkit1/webkitgtk/index-1.0.1.html +share/gtk-doc/html/webkit1/webkitgtk/index-1.0.2.html +share/gtk-doc/html/webkit1/webkitgtk/index-1.0.3.html +share/gtk-doc/html/webkit1/webkitgtk/index-1.1.1.html +share/gtk-doc/html/webkit1/webkitgtk/index-1.1.10.html +share/gtk-doc/html/webkit1/webkitgtk/index-1.1.11.html +share/gtk-doc/html/webkit1/webkitgtk/index-1.1.13.html +share/gtk-doc/html/webkit1/webkitgtk/index-1.1.14.html +share/gtk-doc/html/webkit1/webkitgtk/index-1.1.15.html +share/gtk-doc/html/webkit1/webkitgtk/index-1.1.16.html +share/gtk-doc/html/webkit1/webkitgtk/index-1.1.17.html +share/gtk-doc/html/webkit1/webkitgtk/index-1.1.18.html +share/gtk-doc/html/webkit1/webkitgtk/index-1.1.2.html +share/gtk-doc/html/webkit1/webkitgtk/index-1.1.20.html +share/gtk-doc/html/webkit1/webkitgtk/index-1.1.23.html +share/gtk-doc/html/webkit1/webkitgtk/index-1.1.3.html +share/gtk-doc/html/webkit1/webkitgtk/index-1.1.4.html +share/gtk-doc/html/webkit1/webkitgtk/index-1.1.5.html +share/gtk-doc/html/webkit1/webkitgtk/index-1.1.6.html +share/gtk-doc/html/webkit1/webkitgtk/index-1.1.7.html +share/gtk-doc/html/webkit1/webkitgtk/index-1.1.8.html +share/gtk-doc/html/webkit1/webkitgtk/index-1.3.1.html +share/gtk-doc/html/webkit1/webkitgtk/index-1.3.2.html +share/gtk-doc/html/webkit1/webkitgtk/index-1.3.3.html +share/gtk-doc/html/webkit1/webkitgtk/index-1.3.4.html +share/gtk-doc/html/webkit1/webkitgtk/index-1.3.8.html +share/gtk-doc/html/webkit1/webkitgtk/index-all.html +share/gtk-doc/html/webkit1/webkitgtk/index-deprecated.html +share/gtk-doc/html/webkit1/webkitgtk/index.html +share/gtk-doc/html/webkit1/webkitgtk/index.sgml +share/gtk-doc/html/webkit1/webkitgtk/left-insensitive.png +share/gtk-doc/html/webkit1/webkitgtk/left.png +share/gtk-doc/html/webkit1/webkitgtk/right-insensitive.png +share/gtk-doc/html/webkit1/webkitgtk/right.png +share/gtk-doc/html/webkit1/webkitgtk/style.css +share/gtk-doc/html/webkit1/webkitgtk/up-insensitive.png +share/gtk-doc/html/webkit1/webkitgtk/up.png +share/gtk-doc/html/webkit1/webkitgtk/webkit-environment.html +share/gtk-doc/html/webkit1/webkitgtk/webkitgtk-Global-functions.html +share/gtk-doc/html/webkit1/webkitgtk/webkitgtk-webkitdownload.html +share/gtk-doc/html/webkit1/webkitgtk/webkitgtk-webkitwebview.html +share/gtk-doc/html/webkit1/webkitgtk/webkitgtk.devhelp2 +share/locale/ar/LC_MESSAGES/WebKitGTK-2.0.mo +share/locale/as/LC_MESSAGES/WebKitGTK-2.0.mo +share/locale/bg/LC_MESSAGES/WebKitGTK-2.0.mo +share/locale/cs/LC_MESSAGES/WebKitGTK-2.0.mo +share/locale/de/LC_MESSAGES/WebKitGTK-2.0.mo +share/locale/el/LC_MESSAGES/WebKitGTK-2.0.mo +share/locale/en_CA/LC_MESSAGES/WebKitGTK-2.0.mo +share/locale/en_GB/LC_MESSAGES/WebKitGTK-2.0.mo +share/locale/eo/LC_MESSAGES/WebKitGTK-2.0.mo +share/locale/es/LC_MESSAGES/WebKitGTK-2.0.mo +share/locale/et/LC_MESSAGES/WebKitGTK-2.0.mo +share/locale/eu/LC_MESSAGES/WebKitGTK-2.0.mo +share/locale/fr/LC_MESSAGES/WebKitGTK-2.0.mo +share/locale/gl/LC_MESSAGES/WebKitGTK-2.0.mo +share/locale/gu/LC_MESSAGES/WebKitGTK-2.0.mo +share/locale/he/LC_MESSAGES/WebKitGTK-2.0.mo +share/locale/hi/LC_MESSAGES/WebKitGTK-2.0.mo +share/locale/hu/LC_MESSAGES/WebKitGTK-2.0.mo +share/locale/id/LC_MESSAGES/WebKitGTK-2.0.mo +share/locale/it/LC_MESSAGES/WebKitGTK-2.0.mo +share/locale/kn/LC_MESSAGES/WebKitGTK-2.0.mo +share/locale/ko/LC_MESSAGES/WebKitGTK-2.0.mo +share/locale/lt/LC_MESSAGES/WebKitGTK-2.0.mo +share/locale/lv/LC_MESSAGES/WebKitGTK-2.0.mo +share/locale/ml/LC_MESSAGES/WebKitGTK-2.0.mo +share/locale/mr/LC_MESSAGES/WebKitGTK-2.0.mo +share/locale/nb/LC_MESSAGES/WebKitGTK-2.0.mo +share/locale/nl/LC_MESSAGES/WebKitGTK-2.0.mo +share/locale/or/LC_MESSAGES/WebKitGTK-2.0.mo +share/locale/pa/LC_MESSAGES/WebKitGTK-2.0.mo +share/locale/pl/LC_MESSAGES/WebKitGTK-2.0.mo +share/locale/pt/LC_MESSAGES/WebKitGTK-2.0.mo +share/locale/pt_BR/LC_MESSAGES/WebKitGTK-2.0.mo +share/locale/ro/LC_MESSAGES/WebKitGTK-2.0.mo +share/locale/ru/LC_MESSAGES/WebKitGTK-2.0.mo +share/locale/sl/LC_MESSAGES/WebKitGTK-2.0.mo +share/locale/sr/LC_MESSAGES/WebKitGTK-2.0.mo +share/locale/sr@latin/LC_MESSAGES/WebKitGTK-2.0.mo +share/locale/sv/LC_MESSAGES/WebKitGTK-2.0.mo +share/locale/ta/LC_MESSAGES/WebKitGTK-2.0.mo +share/locale/te/LC_MESSAGES/WebKitGTK-2.0.mo +share/locale/uk/LC_MESSAGES/WebKitGTK-2.0.mo +share/locale/vi/LC_MESSAGES/WebKitGTK-2.0.mo +share/locale/zh_CN/LC_MESSAGES/WebKitGTK-2.0.mo +share/webkitgtk-1.0/images/deleteButton.png +share/webkitgtk-1.0/images/inputSpeech.png +share/webkitgtk-1.0/images/missingImage.png +share/webkitgtk-1.0/images/nullPlugin.png +share/webkitgtk-1.0/images/panIcon.png +share/webkitgtk-1.0/images/textAreaResizeCorner.png +share/webkitgtk-1.0/images/urlIcon.png +share/webkitgtk-1.0/resources/audio/Composite.wav +share/webkitgtk-1.0/resources/error.html Property changes on: www/webkit-gtk2/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +1 \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/webkit-gtk3/Makefile =================================================================== --- www/webkit-gtk3/Makefile (revision 0) +++ www/webkit-gtk3/Makefile (revision 380974) @@ -0,0 +1,122 @@ +# Created by: Michael Johnson +# $FreeBSD$ + +PORTNAME= webkit +PORTVERSION= 2.4.8 +PORTREVISION= 1 +CATEGORIES= www +MASTER_SITES= http://webkitgtk.org/releases/ +PKGNAMESUFFIX= -gtk3 +DISTNAME= ${PORTNAME}gtk-${PORTVERSION} + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Opensource browser engine using the GTK+ 3 toolkit + +BUILD_DEPENDS= gtkdoc-rebase:${PORTSDIR}/textproc/gtk-doc \ + geoclue>=0:${PORTSDIR}/net/geoclue +LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant \ + libsecret-1.so:${PORTSDIR}/security/libsecret \ + libicutu.so:${PORTSDIR}/devel/icu \ + libharfbuzz.so:${PORTSDIR}/print/harfbuzz \ + libwebp.so:${PORTSDIR}/graphics/webp \ + libcurl.so:${PORTSDIR}/ftp/curl \ + libsoup-2.4.so:${PORTSDIR}/devel/libsoup +RUN_DEPENDS= geoclue>=0:${PORTSDIR}/net/geoclue + +PORTSCOUT= limit:1.4.*$$ + +USE_GSTREAMER1= yes +USE_XORG= xt xdamage xcomposite +USES= bison compiler:c++11-lib gettext gmake gperf libtool perl5 \ + pkgconfig shebangfix tar:xz +USE_RUBY= yes +RUBY_NO_RUN_DEPENDS=yes +USE_GNOME= cairo gtk20 gtk30 introspection:build libxslt +USE_GL= gl +USE_SQLITE= 3 +USE_PERL5= build +USE_LDCONFIG= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= ac_cv_path_DOLT_BASH="" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip +CONFIGURE_ARGS= --with-gtk=3.0 \ + --enable-svg-fonts \ + --enable-geolocation \ + --enable-webkit2 \ + --enable-introspection +MAKEFILE= GNUmakefile +MAKE_ENV= XDG_CACHE_HOME=${WRKDIR} + +#CONFIGURE_ARGS+=--disable-silent-rules +CONFIGURE_ARGS+=--disable-egl \ + --disable-gles2 +# --with-acceleration-backend=opengl # clutter broken? +# opengl, clutter, none (clutter unsupported) + +SHEBANG_FILES= \ + Source/JavaScriptCore/create_hash_table \ + Source/JavaScriptCore/inspector/scripts/xxd.pl \ + Source/WebCore/css/*.pl \ + Source/WebCore/dom/*.pl \ + Source/WebCore/make-hash-tools.pl \ + Source/WebCore/page/make_settings.pl \ + Source/WebCore/platform/text/mac/make-charset-table.pl \ + Source/WebKit2/Scripts/generate-forwarding-headers.pl \ + Source/WebCore/bindings/scripts/*.p[lm] \ + Source/JavaScriptCore/create_hash_table + +BROWSER_PLUGINS_DIR?= ${LOCALBASE}/lib/browser_plugins/symlinks/webkit-gtk3 +#_BROWSER_PLUGINS_DIR= ${BROWSER_PLUGINS_DIR:S|^/|"|:S|/|", "|g}", + +OPTIONS_DEFINE= DEBUG FULLDEBUG +DEBUG_DESC= Just enable debug symbols +FULLDEBUG_DESC= Enable asserts and other debug support + +FULLDEBUG_CONFIGURE_ENABLE= debug +DEBUG_CONFIGURE_ON= --enable-debug-symbols=yes +DEBUG_CONFIGURE_OFF= --disable-debug-symbols + +.include + +# Shutup warning spam +CXXFLAGS+= -Wno-c++11-extensions + +.if ${ARCH} == powerpc64 +CFLAGS+= -mminimal-toc +.endif + +.include + +.if ${PERL_LEVEL} >= 501400 +BUILD_DEPENDS+= p5-Switch>0:${PORTSDIR}/lang/p5-Switch +.endif + +.if ${OSVERSION} < 1000033 +BUILD_DEPENDS+= flex>=0:${PORTSDIR}/textproc/flex +CONFIGURE_ENV+= FLEX="${LOCALBASE}/bin/flex" +.endif + +.if ${ARCH} == i386 && ! ${CFLAGS:M-march=*} +# Needed for __atomic_fetch_add_8 +CFLAGS+= -march=i586 +.endif + +.if ${CHOSEN_COMPILER_TYPE} == clang +CXXFLAGS+= -Qunused-arguments +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|%%BROWSER_PLUGINS_DIR%%|${BROWSER_PLUGINS_DIR}|' \ + ${WRKSRC}/Source/WebCore/plugins/PluginDatabase.cpp + @${FIND} ${WRKSRC} -name GNUmakefile.in | ${XARGS} ${REINPLACE_CMD} -e \ + 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' + +post-install: + ${INSTALL_PROGRAM} ${WRKSRC}/Programs/GtkLauncher \ + ${STAGEDIR}${PREFIX}/bin/GtkLauncher-3 + ${INSTALL_PROGRAM} ${WRKSRC}/Programs/MiniBrowser \ + ${STAGEDIR}${PREFIX}/bin/MiniBrowser-3 + +.include Property changes on: www/webkit-gtk3/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/webkit-gtk3/distinfo =================================================================== --- www/webkit-gtk3/distinfo (revision 0) +++ www/webkit-gtk3/distinfo (revision 380974) @@ -0,0 +1,2 @@ +SHA256 (webkitgtk-2.4.8.tar.xz) = 68f11559cb178679ca92acc9e3a3d7febede7acb7b98afd7fb761875bbc6bd23 +SIZE (webkitgtk-2.4.8.tar.xz) = 9827632 Property changes on: www/webkit-gtk3/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/webkit-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator_h =================================================================== --- www/webkit-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator_h (revision 0) +++ www/webkit-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator_h (revision 380974) @@ -0,0 +1,16 @@ +$OpenBSD: patch-Source_JavaScriptCore_jit_ExecutableAllocator_h,v 1.1 2013/04/13 09:11:02 landry Exp $ + +https://bugs.webkit.org/show_bug.cgi?id=61137 + +--- Source/JavaScriptCore/jit/ExecutableAllocator.h.orig 2013-06-11 09:39:47.000000000 +0200 ++++ Source/JavaScriptCore/jit/ExecutableAllocator.h 2013-08-07 09:25:56.000000000 +0200 +@@ -105,7 +105,8 @@ + #if ENABLE(EXECUTABLE_ALLOCATOR_FIXED) + #if CPU(ARM) + static const size_t fixedExecutableMemoryPoolSize = 16 * 1024 * 1024; +-#elif CPU(X86_64) ++// We don't want an initial allocation of 1GB, it's above the default ulimit ++#elif CPU(X86_64) && !defined(__OpenBSD__) && !defined(__FreeBSD__) + static const size_t fixedExecutableMemoryPoolSize = 1024 * 1024 * 1024; + #else + static const size_t fixedExecutableMemoryPoolSize = 32 * 1024 * 1024; Property changes on: www/webkit-gtk3/files/patch-Source_JavaScriptCore_jit_ExecutableAllocator_h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/webkit-gtk3/files/patch-Source_WebCore_platform_graphics_gstreamer_MediaPlayerPrivateGStreamerBase.cpp =================================================================== --- www/webkit-gtk3/files/patch-Source_WebCore_platform_graphics_gstreamer_MediaPlayerPrivateGStreamerBase.cpp (revision 0) +++ www/webkit-gtk3/files/patch-Source_WebCore_platform_graphics_gstreamer_MediaPlayerPrivateGStreamerBase.cpp (revision 380974) @@ -0,0 +1,29 @@ +--- Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp.orig 2015-02-12 01:22:34.449468000 +0100 ++++ Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp 2015-02-12 01:24:42.777620000 +0100 +@@ -316,7 +316,7 @@ void MediaPlayerPrivateGStreamerBase::mu + #if USE(ACCELERATED_COMPOSITING) && USE(TEXTURE_MAPPER_GL) && !USE(COORDINATED_GRAPHICS) + PassRefPtr MediaPlayerPrivateGStreamerBase::updateTexture(TextureMapper* textureMapper) + { +- GMutexLocker lock(m_bufferMutex); ++ WebCore::GMutexLocker lock(m_bufferMutex); + if (!m_buffer) + return nullptr; + +@@ -366,7 +366,7 @@ void MediaPlayerPrivateGStreamerBase::tr + g_return_if_fail(GST_IS_BUFFER(buffer)); + + { +- GMutexLocker lock(m_bufferMutex); ++ WebCore::GMutexLocker lock(m_bufferMutex); + gst_buffer_replace(&m_buffer, buffer); + } + +@@ -398,7 +398,7 @@ void MediaPlayerPrivateGStreamerBase::pa + if (!m_player->visible()) + return; + +- GMutexLocker lock(m_bufferMutex); ++ WebCore::GMutexLocker lock(m_bufferMutex); + if (!m_buffer) + return; + Property changes on: www/webkit-gtk3/files/patch-Source_WebCore_platform_graphics_gstreamer_MediaPlayerPrivateGStreamerBase.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/webkit-gtk3/files/patch-Source_WebCore_platform_graphics_gstreamer_VideoSinkGStreamer.cpp =================================================================== --- www/webkit-gtk3/files/patch-Source_WebCore_platform_graphics_gstreamer_VideoSinkGStreamer.cpp (revision 0) +++ www/webkit-gtk3/files/patch-Source_WebCore_platform_graphics_gstreamer_VideoSinkGStreamer.cpp (revision 380974) @@ -0,0 +1,47 @@ +--- Source/WebCore/platform/graphics/gstreamer/VideoSinkGStreamer.cpp.orig 2015-02-12 01:22:25.261692000 +0100 ++++ Source/WebCore/platform/graphics/gstreamer/VideoSinkGStreamer.cpp 2015-02-12 01:24:34.127107000 +0100 +@@ -118,7 +118,7 @@ static gboolean webkitVideoSinkTimeoutCa + WebKitVideoSink* sink = reinterpret_cast(data); + WebKitVideoSinkPrivate* priv = sink->priv; + +- GMutexLocker lock(priv->bufferMutex); ++ WebCore::GMutexLocker lock(priv->bufferMutex); + GstBuffer* buffer = priv->buffer; + priv->buffer = 0; + priv->timeoutId = 0; +@@ -140,7 +140,7 @@ static GstFlowReturn webkitVideoSinkRend + WebKitVideoSink* sink = WEBKIT_VIDEO_SINK(baseSink); + WebKitVideoSinkPrivate* priv = sink->priv; + +- GMutexLocker lock(priv->bufferMutex); ++ WebCore::GMutexLocker lock(priv->bufferMutex); + + if (priv->unlocked) + return GST_FLOW_OK; +@@ -279,7 +279,7 @@ static void webkitVideoSinkGetProperty(G + + static void unlockBufferMutex(WebKitVideoSinkPrivate* priv) + { +- GMutexLocker lock(priv->bufferMutex); ++ WebCore::GMutexLocker lock(priv->bufferMutex); + + if (priv->buffer) { + gst_buffer_unref(priv->buffer); +@@ -305,7 +305,7 @@ static gboolean webkitVideoSinkUnlockSto + WebKitVideoSinkPrivate* priv = WEBKIT_VIDEO_SINK(baseSink)->priv; + + { +- GMutexLocker lock(priv->bufferMutex); ++ WebCore::GMutexLocker lock(priv->bufferMutex); + priv->unlocked = false; + } + +@@ -330,7 +330,7 @@ static gboolean webkitVideoSinkStart(Gst + { + WebKitVideoSinkPrivate* priv = WEBKIT_VIDEO_SINK(baseSink)->priv; + +- GMutexLocker lock(priv->bufferMutex); ++ WebCore::GMutexLocker lock(priv->bufferMutex); + priv->unlocked = false; + return TRUE; + } Property changes on: www/webkit-gtk3/files/patch-Source_WebCore_platform_graphics_gstreamer_VideoSinkGStreamer.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/webkit-gtk3/files/patch-Source_WebCore_platform_graphics_gstreamer_WebKitWebSourceGStreamer.cpp =================================================================== --- www/webkit-gtk3/files/patch-Source_WebCore_platform_graphics_gstreamer_WebKitWebSourceGStreamer.cpp (revision 0) +++ www/webkit-gtk3/files/patch-Source_WebCore_platform_graphics_gstreamer_WebKitWebSourceGStreamer.cpp (revision 380974) @@ -0,0 +1,200 @@ +--- Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp.orig 2015-02-12 01:22:42.081133000 +0100 ++++ Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp 2015-02-12 01:25:08.298076000 +0100 +@@ -346,7 +346,7 @@ static void webKitWebSrcSetProperty(GObj + + switch (propID) { + case PROP_IRADIO_MODE: { +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + priv->iradioMode = g_value_get_boolean(value); + break; + } +@@ -364,7 +364,7 @@ static void webKitWebSrcGetProperty(GObj + WebKitWebSrc* src = WEBKIT_WEB_SRC(object); + WebKitWebSrcPrivate* priv = src->priv; + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + switch (propID) { + case PROP_IRADIO_MODE: + g_value_set_boolean(value, priv->iradioMode); +@@ -417,7 +417,7 @@ static gboolean webKitWebSrcStop(WebKitW + + ASSERT(isMainThread()); + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + + bool seeking = priv->seekID; + +@@ -476,7 +476,7 @@ static gboolean webKitWebSrcStart(WebKit + + ASSERT(isMainThread()); + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + + priv->startID = 0; + priv->corsAccessCheck = CORSNoCheck; +@@ -573,7 +573,7 @@ static GstStateChangeReturn webKitWebSrc + return ret; + } + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + switch (transition) { + case GST_STATE_CHANGE_READY_TO_PAUSED: + GST_DEBUG_OBJECT(src, "READY->PAUSED"); +@@ -604,7 +604,7 @@ static gboolean webKitWebSrcQueryWithPar + gst_query_parse_duration(query, &format, NULL); + + GST_DEBUG_OBJECT(src, "duration query in format %s", gst_format_get_name(format)); +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + if (format == GST_FORMAT_BYTES && src->priv->size > 0) { + gst_query_set_duration(query, format, src->priv->size); + result = TRUE; +@@ -612,7 +612,7 @@ static gboolean webKitWebSrcQueryWithPar + break; + } + case GST_QUERY_URI: { +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + gst_query_set_uri(query, src->priv->uri); + result = TRUE; + break; +@@ -653,7 +653,7 @@ static gchar* webKitWebSrcGetUri(GstURIH + WebKitWebSrc* src = WEBKIT_WEB_SRC(handler); + gchar* ret; + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + ret = g_strdup(src->priv->uri); + return ret; + } +@@ -668,7 +668,7 @@ static gboolean webKitWebSrcSetUri(GstUR + return FALSE; + } + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + + g_free(priv->uri); + priv->uri = 0; +@@ -704,7 +704,7 @@ static gboolean webKitWebSrcNeedDataMain + + ASSERT(isMainThread()); + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + // already stopped + if (!priv->needDataID) + return FALSE; +@@ -725,7 +725,7 @@ static void webKitWebSrcNeedDataCb(GstAp + + GST_DEBUG_OBJECT(src, "Need more data: %u", length); + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + if (priv->needDataID || !priv->paused) { + return; + } +@@ -739,7 +739,7 @@ static gboolean webKitWebSrcEnoughDataMa + + ASSERT(isMainThread()); + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + // already stopped + if (!priv->enoughDataID) + return FALSE; +@@ -760,7 +760,7 @@ static void webKitWebSrcEnoughDataCb(Gst + + GST_DEBUG_OBJECT(src, "Have enough data"); + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + if (priv->enoughDataID || priv->paused) { + return; + } +@@ -774,7 +774,7 @@ static gboolean webKitWebSrcSeekMainCb(W + + ASSERT(isMainThread()); + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + // already stopped + if (!priv->seekID) + return FALSE; +@@ -792,7 +792,7 @@ static gboolean webKitWebSrcSeekDataCb(G + WebKitWebSrcPrivate* priv = src->priv; + + GST_DEBUG_OBJECT(src, "Seeking to offset: %" G_GUINT64_FORMAT, offset); +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + if (offset == priv->offset && priv->requestedOffset == priv->offset) + return TRUE; + +@@ -811,7 +811,7 @@ static gboolean webKitWebSrcSeekDataCb(G + void webKitWebSrcSetMediaPlayer(WebKitWebSrc* src, WebCore::MediaPlayer* player) + { + ASSERT(player); +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + src->priv->player = player; + } + +@@ -841,7 +841,7 @@ char* StreamingClient::createReadBuffer( + + mapGstBuffer(buffer); + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + priv->buffer = adoptGRef(buffer); + locker.unlock(); + +@@ -867,7 +867,7 @@ void StreamingClient::handleResponseRece + return; + } + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + + priv->corsAccessCheck = corsAccessCheck; + +@@ -966,7 +966,7 @@ void StreamingClient::handleDataReceived + WebKitWebSrc* src = WEBKIT_WEB_SRC(m_src); + WebKitWebSrcPrivate* priv = src->priv; + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + + GST_LOG_OBJECT(src, "Have %lld bytes of data", priv->buffer ? static_cast(gst_buffer_get_size(priv->buffer.get())) : length); + +@@ -1035,7 +1035,7 @@ void StreamingClient::handleNotifyFinish + + GST_DEBUG_OBJECT(src, "Have EOS"); + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + if (!priv->seekID) { + locker.unlock(); + gst_app_src_end_of_stream(priv->appsrc); +@@ -1194,7 +1194,7 @@ void ResourceHandleStreamingClient::wasB + + GST_ERROR_OBJECT(src, "Request was blocked"); + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + uri.reset(g_strdup(src->priv->uri)); + locker.unlock(); + +@@ -1208,7 +1208,7 @@ void ResourceHandleStreamingClient::cann + + GST_ERROR_OBJECT(src, "Cannot show URL"); + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + uri.reset(g_strdup(src->priv->uri)); + locker.unlock(); + Property changes on: www/webkit-gtk3/files/patch-Source_WebCore_platform_graphics_gstreamer_WebKitWebSourceGStreamer.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/webkit-gtk3/files/patch-Source_WebCore_plugins_PluginDatabase.cpp =================================================================== --- www/webkit-gtk3/files/patch-Source_WebCore_plugins_PluginDatabase.cpp (revision 0) +++ www/webkit-gtk3/files/patch-Source_WebCore_plugins_PluginDatabase.cpp (revision 380974) @@ -0,0 +1,10 @@ +--- Source/WebCore/plugins/PluginDatabase.cpp.orig 2011-01-11 16:24:29.000000000 +0000 ++++ Source/WebCore/plugins/PluginDatabase.cpp 2011-01-11 16:24:54.000000000 +0000 +@@ -375,6 +375,7 @@ Vector PluginDatabase::defaultPl + userPluginPath.append(String("/.netscape/plugins")); + paths.append(userPluginPath); + ++ paths.append("%%BROWSER_PLUGINS_DIR%%"); + paths.append("/usr/lib/browser/plugins"); + paths.append("/usr/local/lib/mozilla/plugins"); + paths.append("/usr/lib/firefox/plugins"); Property changes on: www/webkit-gtk3/files/patch-Source_WebCore_plugins_PluginDatabase.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/webkit-gtk3/files/patch-Source__JavaScriptCore__assembler__ARMAssembler.h =================================================================== --- www/webkit-gtk3/files/patch-Source__JavaScriptCore__assembler__ARMAssembler.h (revision 0) +++ www/webkit-gtk3/files/patch-Source__JavaScriptCore__assembler__ARMAssembler.h (revision 380974) @@ -0,0 +1,11 @@ +--- Source/JavaScriptCore/assembler/ARMAssembler.h.orig 2014-12-15 04:13:43.336068961 +0000 ++++ Source/JavaScriptCore/assembler/ARMAssembler.h 2014-12-15 04:13:49.213068201 +0000 +@@ -1121,6 +1121,8 @@ + linuxPageFlush(current, end); + #elif OS(WINCE) + CacheRangeFlush(code, size, CACHE_SYNC_ALL); ++#elif CPU(ARM_TRADITIONAL) && OS(FREEBSD) && COMPILER(CLANG) ++ __clear_cache(code, reinterpret_cast(code) + size); + #else + #error "The cacheFlush support is missing on this platform." + #endif Property changes on: www/webkit-gtk3/files/patch-Source__JavaScriptCore__assembler__ARMAssembler.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/webkit-gtk3/pkg-descr =================================================================== --- www/webkit-gtk3/pkg-descr (revision 0) +++ www/webkit-gtk3/pkg-descr (revision 380974) @@ -0,0 +1,5 @@ +WebKit is an open source web browser engine. It is able to display content +such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, +XSLT, CSS, Javascript/ECMAscript and more. + +WWW: http://webkit.org/ Property changes on: www/webkit-gtk3/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/webkit-gtk3/pkg-plist =================================================================== --- www/webkit-gtk3/pkg-plist (revision 0) +++ www/webkit-gtk3/pkg-plist (revision 380974) @@ -0,0 +1,635 @@ +bin/GtkLauncher-3 +bin/MiniBrowser-3 +bin/jsc-3 +include/webkitgtk-3.0/JavaScriptCore/JSBase.h +include/webkitgtk-3.0/JavaScriptCore/JSContextRef.h +include/webkitgtk-3.0/JavaScriptCore/JSObjectRef.h +include/webkitgtk-3.0/JavaScriptCore/JSStringRef.h +include/webkitgtk-3.0/JavaScriptCore/JSValueRef.h +include/webkitgtk-3.0/JavaScriptCore/JavaScript.h +include/webkitgtk-3.0/JavaScriptCore/WebKitAvailability.h +include/webkitgtk-3.0/webkit/webkit.h +include/webkitgtk-3.0/webkit/webkitapplicationcache.h +include/webkitgtk-3.0/webkit/webkitdefines.h +include/webkitgtk-3.0/webkit/webkitdom.h +include/webkitgtk-3.0/webkit/webkitdownload.h +include/webkitgtk-3.0/webkit/webkitenumtypes.h +include/webkitgtk-3.0/webkit/webkiterror.h +include/webkitgtk-3.0/webkit/webkitfavicondatabase.h +include/webkitgtk-3.0/webkit/webkitfilechooserrequest.h +include/webkitgtk-3.0/webkit/webkitgeolocationpolicydecision.h +include/webkitgtk-3.0/webkit/webkitglobals.h +include/webkitgtk-3.0/webkit/webkithittestresult.h +include/webkitgtk-3.0/webkit/webkiticondatabase.h +include/webkitgtk-3.0/webkit/webkitnetworkrequest.h +include/webkitgtk-3.0/webkit/webkitnetworkresponse.h +include/webkitgtk-3.0/webkit/webkitsecurityorigin.h +include/webkitgtk-3.0/webkit/webkitsoupauthdialog.h +include/webkitgtk-3.0/webkit/webkitspellchecker.h +include/webkitgtk-3.0/webkit/webkitversion.h +include/webkitgtk-3.0/webkit/webkitviewportattributes.h +include/webkitgtk-3.0/webkit/webkitwebbackforwardlist.h +include/webkitgtk-3.0/webkit/webkitwebdatabase.h +include/webkitgtk-3.0/webkit/webkitwebdatasource.h +include/webkitgtk-3.0/webkit/webkitwebframe.h +include/webkitgtk-3.0/webkit/webkitwebhistoryitem.h +include/webkitgtk-3.0/webkit/webkitwebinspector.h +include/webkitgtk-3.0/webkit/webkitwebnavigationaction.h +include/webkitgtk-3.0/webkit/webkitwebplugin.h +include/webkitgtk-3.0/webkit/webkitwebplugindatabase.h +include/webkitgtk-3.0/webkit/webkitwebpolicydecision.h +include/webkitgtk-3.0/webkit/webkitwebresource.h +include/webkitgtk-3.0/webkit/webkitwebsettings.h +include/webkitgtk-3.0/webkit/webkitwebview.h +include/webkitgtk-3.0/webkit/webkitwebwindowfeatures.h +include/webkitgtk-3.0/webkit2/WebKitAuthenticationRequest.h +include/webkitgtk-3.0/webkit2/WebKitBackForwardList.h +include/webkitgtk-3.0/webkit2/WebKitBackForwardListItem.h +include/webkitgtk-3.0/webkit2/WebKitCertificateInfo.h +include/webkitgtk-3.0/webkit2/WebKitContextMenu.h +include/webkitgtk-3.0/webkit2/WebKitContextMenuActions.h +include/webkitgtk-3.0/webkit2/WebKitContextMenuItem.h +include/webkitgtk-3.0/webkit2/WebKitCookieManager.h +include/webkitgtk-3.0/webkit2/WebKitCredential.h +include/webkitgtk-3.0/webkit2/WebKitDefines.h +include/webkitgtk-3.0/webkit2/WebKitDownload.h +include/webkitgtk-3.0/webkit2/WebKitEditingCommands.h +include/webkitgtk-3.0/webkit2/WebKitEnumTypes.h +include/webkitgtk-3.0/webkit2/WebKitError.h +include/webkitgtk-3.0/webkit2/WebKitFaviconDatabase.h +include/webkitgtk-3.0/webkit2/WebKitFileChooserRequest.h +include/webkitgtk-3.0/webkit2/WebKitFindController.h +include/webkitgtk-3.0/webkit2/WebKitFormSubmissionRequest.h +include/webkitgtk-3.0/webkit2/WebKitForwardDeclarations.h +include/webkitgtk-3.0/webkit2/WebKitFrame.h +include/webkitgtk-3.0/webkit2/WebKitGeolocationPermissionRequest.h +include/webkitgtk-3.0/webkit2/WebKitHitTestResult.h +include/webkitgtk-3.0/webkit2/WebKitJavascriptResult.h +include/webkitgtk-3.0/webkit2/WebKitMimeInfo.h +include/webkitgtk-3.0/webkit2/WebKitNavigationPolicyDecision.h +include/webkitgtk-3.0/webkit2/WebKitPermissionRequest.h +include/webkitgtk-3.0/webkit2/WebKitPlugin.h +include/webkitgtk-3.0/webkit2/WebKitPolicyDecision.h +include/webkitgtk-3.0/webkit2/WebKitPrintOperation.h +include/webkitgtk-3.0/webkit2/WebKitResponsePolicyDecision.h +include/webkitgtk-3.0/webkit2/WebKitScriptDialog.h +include/webkitgtk-3.0/webkit2/WebKitScriptWorld.h +include/webkitgtk-3.0/webkit2/WebKitSecurityManager.h +include/webkitgtk-3.0/webkit2/WebKitSettings.h +include/webkitgtk-3.0/webkit2/WebKitURIRequest.h +include/webkitgtk-3.0/webkit2/WebKitURIResponse.h +include/webkitgtk-3.0/webkit2/WebKitURISchemeRequest.h +include/webkitgtk-3.0/webkit2/WebKitVersion.h +include/webkitgtk-3.0/webkit2/WebKitWebContext.h +include/webkitgtk-3.0/webkit2/WebKitWebExtension.h +include/webkitgtk-3.0/webkit2/WebKitWebInspector.h +include/webkitgtk-3.0/webkit2/WebKitWebPage.h +include/webkitgtk-3.0/webkit2/WebKitWebResource.h +include/webkitgtk-3.0/webkit2/WebKitWebView.h +include/webkitgtk-3.0/webkit2/WebKitWebViewBase.h +include/webkitgtk-3.0/webkit2/WebKitWebViewGroup.h +include/webkitgtk-3.0/webkit2/WebKitWindowProperties.h +include/webkitgtk-3.0/webkit2/webkit-web-extension.h +include/webkitgtk-3.0/webkit2/webkit2.h +include/webkitgtk-3.0/webkitdom/WebKitDOMAttr.h +include/webkitgtk-3.0/webkitdom/WebKitDOMAudioTrack.h +include/webkitgtk-3.0/webkitdom/WebKitDOMAudioTrackList.h +include/webkitgtk-3.0/webkitdom/WebKitDOMBarProp.h +include/webkitgtk-3.0/webkitdom/WebKitDOMBatteryManager.h +include/webkitgtk-3.0/webkitdom/WebKitDOMBlob.h +include/webkitgtk-3.0/webkitdom/WebKitDOMCDATASection.h +include/webkitgtk-3.0/webkitdom/WebKitDOMCSSRule.h +include/webkitgtk-3.0/webkitdom/WebKitDOMCSSRuleList.h +include/webkitgtk-3.0/webkitdom/WebKitDOMCSSStyleDeclaration.h +include/webkitgtk-3.0/webkitdom/WebKitDOMCSSStyleSheet.h +include/webkitgtk-3.0/webkitdom/WebKitDOMCSSValue.h +include/webkitgtk-3.0/webkitdom/WebKitDOMCharacterData.h +include/webkitgtk-3.0/webkitdom/WebKitDOMComment.h +include/webkitgtk-3.0/webkitdom/WebKitDOMConsole.h +include/webkitgtk-3.0/webkitdom/WebKitDOMCustom.h +include/webkitgtk-3.0/webkitdom/WebKitDOMDOMApplicationCache.h +include/webkitgtk-3.0/webkitdom/WebKitDOMDOMImplementation.h +include/webkitgtk-3.0/webkitdom/WebKitDOMDOMMimeType.h +include/webkitgtk-3.0/webkitdom/WebKitDOMDOMMimeTypeArray.h +include/webkitgtk-3.0/webkitdom/WebKitDOMDOMNamedFlowCollection.h +include/webkitgtk-3.0/webkitdom/WebKitDOMDOMPlugin.h +include/webkitgtk-3.0/webkitdom/WebKitDOMDOMPluginArray.h +include/webkitgtk-3.0/webkitdom/WebKitDOMDOMSecurityPolicy.h +include/webkitgtk-3.0/webkitdom/WebKitDOMDOMSelection.h +include/webkitgtk-3.0/webkitdom/WebKitDOMDOMSettableTokenList.h +include/webkitgtk-3.0/webkitdom/WebKitDOMDOMStringList.h +include/webkitgtk-3.0/webkitdom/WebKitDOMDOMStringMap.h +include/webkitgtk-3.0/webkitdom/WebKitDOMDOMTokenList.h +include/webkitgtk-3.0/webkitdom/WebKitDOMDOMWindow.h +include/webkitgtk-3.0/webkitdom/WebKitDOMDOMWindowCSS.h +include/webkitgtk-3.0/webkitdom/WebKitDOMDatabase.h +include/webkitgtk-3.0/webkitdom/WebKitDOMDeprecated.h +include/webkitgtk-3.0/webkitdom/WebKitDOMDocument.h +include/webkitgtk-3.0/webkitdom/WebKitDOMDocumentFragment.h +include/webkitgtk-3.0/webkitdom/WebKitDOMDocumentType.h +include/webkitgtk-3.0/webkitdom/WebKitDOMElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMEntityReference.h +include/webkitgtk-3.0/webkitdom/WebKitDOMEvent.h +include/webkitgtk-3.0/webkitdom/WebKitDOMEventTarget.h +include/webkitgtk-3.0/webkitdom/WebKitDOMFile.h +include/webkitgtk-3.0/webkitdom/WebKitDOMFileList.h +include/webkitgtk-3.0/webkitdom/WebKitDOMGamepad.h +include/webkitgtk-3.0/webkitdom/WebKitDOMGamepadList.h +include/webkitgtk-3.0/webkitdom/WebKitDOMGeolocation.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLAnchorElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLAppletElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLAreaElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLAudioElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLBRElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLBaseElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLBaseFontElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLBodyElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLButtonElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLCanvasElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLCollection.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLDListElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLDetailsElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLDirectoryElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLDivElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLDocument.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLEmbedElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLFieldSetElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLFontElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLFormElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLFrameElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLFrameSetElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLHRElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLHeadElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLHeadingElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLHtmlElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLIFrameElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLImageElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLInputElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLKeygenElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLLIElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLLabelElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLLegendElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLLinkElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLMapElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLMarqueeElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLMediaElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLMenuElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLMetaElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLModElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLOListElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLObjectElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLOptGroupElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLOptionElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLOptionsCollection.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLParagraphElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLParamElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLPreElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLQuoteElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLScriptElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLSelectElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLStyleElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLTableCaptionElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLTableCellElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLTableColElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLTableElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLTableRowElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLTableSectionElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLTextAreaElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLTitleElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLUListElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHTMLVideoElement.h +include/webkitgtk-3.0/webkitdom/WebKitDOMHistory.h +include/webkitgtk-3.0/webkitdom/WebKitDOMKeyboardEvent.h +include/webkitgtk-3.0/webkitdom/WebKitDOMLocation.h +include/webkitgtk-3.0/webkitdom/WebKitDOMMediaController.h +include/webkitgtk-3.0/webkitdom/WebKitDOMMediaError.h +include/webkitgtk-3.0/webkitdom/WebKitDOMMediaList.h +include/webkitgtk-3.0/webkitdom/WebKitDOMMediaQueryList.h +include/webkitgtk-3.0/webkitdom/WebKitDOMMessagePort.h +include/webkitgtk-3.0/webkitdom/WebKitDOMMouseEvent.h +include/webkitgtk-3.0/webkitdom/WebKitDOMNamedNodeMap.h +include/webkitgtk-3.0/webkitdom/WebKitDOMNavigator.h +include/webkitgtk-3.0/webkitdom/WebKitDOMNode.h +include/webkitgtk-3.0/webkitdom/WebKitDOMNodeFilter.h +include/webkitgtk-3.0/webkitdom/WebKitDOMNodeIterator.h +include/webkitgtk-3.0/webkitdom/WebKitDOMNodeList.h +include/webkitgtk-3.0/webkitdom/WebKitDOMObject.h +include/webkitgtk-3.0/webkitdom/WebKitDOMPerformance.h +include/webkitgtk-3.0/webkitdom/WebKitDOMPerformanceEntry.h +include/webkitgtk-3.0/webkitdom/WebKitDOMPerformanceEntryList.h +include/webkitgtk-3.0/webkitdom/WebKitDOMPerformanceNavigation.h +include/webkitgtk-3.0/webkitdom/WebKitDOMPerformanceTiming.h +include/webkitgtk-3.0/webkitdom/WebKitDOMProcessingInstruction.h +include/webkitgtk-3.0/webkitdom/WebKitDOMRange.h +include/webkitgtk-3.0/webkitdom/WebKitDOMScreen.h +include/webkitgtk-3.0/webkitdom/WebKitDOMShadowRoot.h +include/webkitgtk-3.0/webkitdom/WebKitDOMStorage.h +include/webkitgtk-3.0/webkitdom/WebKitDOMStorageInfo.h +include/webkitgtk-3.0/webkitdom/WebKitDOMStorageQuota.h +include/webkitgtk-3.0/webkitdom/WebKitDOMStyleMedia.h +include/webkitgtk-3.0/webkitdom/WebKitDOMStyleSheet.h +include/webkitgtk-3.0/webkitdom/WebKitDOMStyleSheetList.h +include/webkitgtk-3.0/webkitdom/WebKitDOMText.h +include/webkitgtk-3.0/webkitdom/WebKitDOMTextTrack.h +include/webkitgtk-3.0/webkitdom/WebKitDOMTextTrackCue.h +include/webkitgtk-3.0/webkitdom/WebKitDOMTextTrackCueList.h +include/webkitgtk-3.0/webkitdom/WebKitDOMTextTrackList.h +include/webkitgtk-3.0/webkitdom/WebKitDOMTimeRanges.h +include/webkitgtk-3.0/webkitdom/WebKitDOMTouch.h +include/webkitgtk-3.0/webkitdom/WebKitDOMTrackEvent.h +include/webkitgtk-3.0/webkitdom/WebKitDOMTreeWalker.h +include/webkitgtk-3.0/webkitdom/WebKitDOMUIEvent.h +include/webkitgtk-3.0/webkitdom/WebKitDOMValidityState.h +include/webkitgtk-3.0/webkitdom/WebKitDOMVideoPlaybackQuality.h +include/webkitgtk-3.0/webkitdom/WebKitDOMVideoTrack.h +include/webkitgtk-3.0/webkitdom/WebKitDOMVideoTrackList.h +include/webkitgtk-3.0/webkitdom/WebKitDOMWebKitNamedFlow.h +include/webkitgtk-3.0/webkitdom/WebKitDOMWebKitPoint.h +include/webkitgtk-3.0/webkitdom/WebKitDOMWheelEvent.h +include/webkitgtk-3.0/webkitdom/WebKitDOMXPathExpression.h +include/webkitgtk-3.0/webkitdom/WebKitDOMXPathNSResolver.h +include/webkitgtk-3.0/webkitdom/WebKitDOMXPathResult.h +include/webkitgtk-3.0/webkitdom/webkitdom.h +include/webkitgtk-3.0/webkitdom/webkitdomdefines.h +lib/girepository-1.0/JavaScriptCore-3.0.typelib +lib/girepository-1.0/WebKit-3.0.typelib +lib/girepository-1.0/WebKit2-3.0.typelib +lib/girepository-1.0/WebKit2WebExtension-3.0.typelib +lib/libjavascriptcoregtk-3.0.so +lib/libjavascriptcoregtk-3.0.so.0 +lib/libjavascriptcoregtk-3.0.so.0.16.16 +lib/libwebkit2gtk-3.0.so +lib/libwebkit2gtk-3.0.so.25 +lib/libwebkit2gtk-3.0.so.25.10.11 +lib/libwebkitgtk-3.0.so +lib/libwebkitgtk-3.0.so.0 +lib/libwebkitgtk-3.0.so.0.22.14 +lib/webkit2gtk-3.0/injected-bundle/libwebkit2gtkinjectedbundle.so +libdata/pkgconfig/javascriptcoregtk-3.0.pc +libdata/pkgconfig/webkit2gtk-3.0.pc +libdata/pkgconfig/webkit2gtk-web-extension-3.0.pc +libdata/pkgconfig/webkitgtk-3.0.pc +libexec/WebKitPluginProcess +libexec/WebKitNetworkProcess +libexec/WebKitWebProcess +share/gir-1.0/JavaScriptCore-3.0.gir +share/gir-1.0/WebKit-3.0.gir +share/gir-1.0/WebKit2WebExtension-3.0.gir +share/gir-1.0/WebKit2-3.0.gir +share/gtk-doc/html/webkit2gtk/WebKitAuthenticationRequest.html +share/gtk-doc/html/webkit2gtk/WebKitBackForwardList.html +share/gtk-doc/html/webkit2gtk/WebKitBackForwardListItem.html +share/gtk-doc/html/webkit2gtk/WebKitCertificateInfo.html +share/gtk-doc/html/webkit2gtk/WebKitContextMenu.html +share/gtk-doc/html/webkit2gtk/WebKitContextMenuItem.html +share/gtk-doc/html/webkit2gtk/WebKitCookieManager.html +share/gtk-doc/html/webkit2gtk/WebKitDownload.html +share/gtk-doc/html/webkit2gtk/WebKitFaviconDatabase.html +share/gtk-doc/html/webkit2gtk/WebKitFileChooserRequest.html +share/gtk-doc/html/webkit2gtk/WebKitFindController.html +share/gtk-doc/html/webkit2gtk/WebKitFrame.html +share/gtk-doc/html/webkit2gtk/WebKitFormSubmissionRequest.html +share/gtk-doc/html/webkit2gtk/WebKitGeolocationPermissionRequest.html +share/gtk-doc/html/webkit2gtk/WebKitHitTestResult.html +share/gtk-doc/html/webkit2gtk/WebKitNavigationPolicyDecision.html +share/gtk-doc/html/webkit2gtk/WebKitPermissionRequest.html +share/gtk-doc/html/webkit2gtk/WebKitPlugin.html +share/gtk-doc/html/webkit2gtk/WebKitPolicyDecision.html +share/gtk-doc/html/webkit2gtk/WebKitPrintOperation.html +share/gtk-doc/html/webkit2gtk/WebKitResponsePolicyDecision.html +share/gtk-doc/html/webkit2gtk/WebKitSecurityManager.html +share/gtk-doc/html/webkit2gtk/WebKitSettings.html +share/gtk-doc/html/webkit2gtk/WebKitScriptWorld.html +share/gtk-doc/html/webkit2gtk/WebKitURIRequest.html +share/gtk-doc/html/webkit2gtk/WebKitURIResponse.html +share/gtk-doc/html/webkit2gtk/WebKitURISchemeRequest.html +share/gtk-doc/html/webkit2gtk/WebKitWebContext.html +share/gtk-doc/html/webkit2gtk/WebKitWebExtension.html +share/gtk-doc/html/webkit2gtk/WebKitWebInspector.html +share/gtk-doc/html/webkit2gtk/WebKitWebPage.html +share/gtk-doc/html/webkit2gtk/WebKitWebResource.html +share/gtk-doc/html/webkit2gtk/WebKitWebView.html +share/gtk-doc/html/webkit2gtk/WebKitWebViewGroup.html +share/gtk-doc/html/webkit2gtk/WebKitWindowProperties.html +share/gtk-doc/html/webkit2gtk/annotation-glossary.html +share/gtk-doc/html/webkit2gtk/api-index-2-2.html +share/gtk-doc/html/webkit2gtk/api-index-2-4.html +share/gtk-doc/html/webkit2gtk/ch01.html +share/gtk-doc/html/webkit2gtk/ch02.html +share/gtk-doc/html/webkit2gtk/home.png +share/gtk-doc/html/webkit2gtk/index-all.html +share/gtk-doc/html/webkit2gtk/index.html +share/gtk-doc/html/webkit2gtk/index.sgml +share/gtk-doc/html/webkit2gtk/left-insensitive.png +share/gtk-doc/html/webkit2gtk/left.png +share/gtk-doc/html/webkit2gtk/right-insensitive.png +share/gtk-doc/html/webkit2gtk/right.png +share/gtk-doc/html/webkit2gtk/style.css +share/gtk-doc/html/webkit2gtk/up-insensitive.png +share/gtk-doc/html/webkit2gtk/up.png +share/gtk-doc/html/webkit2gtk/webkit2gtk-WebKitError.html +share/gtk-doc/html/webkit2gtk/webkit2gtk-WebKitVersion.html +share/gtk-doc/html/webkit2gtk/webkit2gtk.devhelp2 +share/gtk-doc/html/webkitdomgtk/WebKitDOMAttr.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMAudioTrack.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMAudioTrackList.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMBarProp.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMBatteryManager.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMBlob.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMCDATASection.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMCSSRule.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMCSSRuleList.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMCSSStyleDeclaration.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMCSSStyleSheet.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMCSSValue.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMCharacterData.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMComment.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMConsole.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMApplicationCache.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMImplementation.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMMimeType.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMMimeTypeArray.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMNamedFlowCollection.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMPlugin.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMPluginArray.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMSecurityPolicy.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMSelection.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMSettableTokenList.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMStringList.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMStringMap.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMTokenList.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMWindow.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMDOMWindowCSS.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMDatabase.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMDocument.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMDocumentFragment.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMDocumentType.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMEntityReference.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMEvent.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMEventTarget.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMFile.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMFileList.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMGamepad.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMGamepadList.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMGeolocation.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLAnchorElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLAppletElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLAreaElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLAudioElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLBRElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLBaseElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLBaseFontElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLBodyElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLButtonElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLCanvasElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLCollection.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLDListElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLDetailsElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLDirectoryElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLDivElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLDocument.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLEmbedElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLFieldSetElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLFontElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLFormElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLFrameElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLFrameSetElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLHRElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLHeadElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLHeadingElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLHtmlElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLIFrameElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLImageElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLInputElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLKeygenElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLLIElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLLabelElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLLegendElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLLinkElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLMapElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLMarqueeElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLMediaElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLMenuElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLMetaElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLModElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLOListElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLObjectElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLOptGroupElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLOptionElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLOptionsCollection.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLParagraphElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLParamElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLPreElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLQuoteElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLScriptElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLSelectElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLStyleElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableCaptionElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableCellElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableColElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableRowElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTableSectionElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTextAreaElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLTitleElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLUListElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHTMLVideoElement.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMHistory.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMKeyboardEvent.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMLocation.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMMediaController.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMMediaError.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMMediaList.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMMediaQueryList.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMMessagePort.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMMouseEvent.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMNamedNodeMap.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMNavigator.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMNode.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMNodeFilter.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMNodeIterator.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMNodeList.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMObject.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMPerformance.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMPerformanceEntry.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMPerformanceEntryList.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMPerformanceNavigation.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMPerformanceTiming.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMProcessingInstruction.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMRange.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMScreen.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMShadowRoot.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMStorage.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMStorageInfo.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMStorageQuota.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMStyleMedia.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMStyleSheet.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMStyleSheetList.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMText.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMTextTrack.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMTextTrackCue.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMTextTrackCueList.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMTextTrackList.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMTimeRanges.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMTouch.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMTrackEvent.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMTreeWalker.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMUIEvent.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMValidityState.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMVideoPlaybackQuality.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMVideoTrack.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMVideoTrackList.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMWebKitNamedFlow.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMWebKitPoint.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMWheelEvent.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMXPathExpression.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMXPathNSResolver.html +share/gtk-doc/html/webkitdomgtk/WebKitDOMXPathResult.html +share/gtk-doc/html/webkitdomgtk/annotation-glossary.html +share/gtk-doc/html/webkitdomgtk/api-index-deprecated.html +share/gtk-doc/html/webkitdomgtk/ch01.html +share/gtk-doc/html/webkitdomgtk/home.png +share/gtk-doc/html/webkitdomgtk/index-all.html +share/gtk-doc/html/webkitdomgtk/index.html +share/gtk-doc/html/webkitdomgtk/index.sgml +share/gtk-doc/html/webkitdomgtk/left-insensitive.png +share/gtk-doc/html/webkitdomgtk/left.png +share/gtk-doc/html/webkitdomgtk/right-insensitive.png +share/gtk-doc/html/webkitdomgtk/right.png +share/gtk-doc/html/webkitdomgtk/style.css +share/gtk-doc/html/webkitdomgtk/up-insensitive.png +share/gtk-doc/html/webkitdomgtk/up.png +share/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMBarInfo.html +share/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMCustom.html +share/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMHTMLPropertiesCollection.html +share/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMMemoryInfo.html +share/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMMicroDataItemValue.html +share/gtk-doc/html/webkitdomgtk/webkitdomgtk-WebKitDOMPropertyNodeList.html +share/gtk-doc/html/webkitdomgtk/webkitdomgtk.devhelp2 +share/gtk-doc/html/webkitgtk/WebKitFaviconDatabase.html +share/gtk-doc/html/webkitgtk/WebKitFileChooserRequest.html +share/gtk-doc/html/webkitgtk/WebKitGeolocationPolicyDecision.html +share/gtk-doc/html/webkitgtk/WebKitHitTestResult.html +share/gtk-doc/html/webkitgtk/WebKitIconDatabase.html +share/gtk-doc/html/webkitgtk/WebKitNetworkRequest.html +share/gtk-doc/html/webkitgtk/WebKitNetworkResponse.html +share/gtk-doc/html/webkitgtk/WebKitSecurityOrigin.html +share/gtk-doc/html/webkitgtk/WebKitSoupAuthDialog.html +share/gtk-doc/html/webkitgtk/WebKitSpellChecker.html +share/gtk-doc/html/webkitgtk/WebKitViewportAttributes.html +share/gtk-doc/html/webkitgtk/WebKitWebBackForwardList.html +share/gtk-doc/html/webkitgtk/WebKitWebDataSource.html +share/gtk-doc/html/webkitgtk/WebKitWebDatabase.html +share/gtk-doc/html/webkitgtk/WebKitWebFrame.html +share/gtk-doc/html/webkitgtk/WebKitWebHistoryItem.html +share/gtk-doc/html/webkitgtk/WebKitWebInspector.html +share/gtk-doc/html/webkitgtk/WebKitWebNavigationAction.html +share/gtk-doc/html/webkitgtk/WebKitWebPlugin.html +share/gtk-doc/html/webkitgtk/WebKitWebPluginDatabase.html +share/gtk-doc/html/webkitgtk/WebKitWebPolicyDecision.html +share/gtk-doc/html/webkitgtk/WebKitWebResource.html +share/gtk-doc/html/webkitgtk/WebKitWebSettings.html +share/gtk-doc/html/webkitgtk/WebKitWebWindowFeatures.html +share/gtk-doc/html/webkitgtk/annotation-glossary.html +share/gtk-doc/html/webkitgtk/ch01.html +share/gtk-doc/html/webkitgtk/ch02.html +share/gtk-doc/html/webkitgtk/ch03.html +share/gtk-doc/html/webkitgtk/home.png +share/gtk-doc/html/webkitgtk/index-1.0.1.html +share/gtk-doc/html/webkitgtk/index-1.0.2.html +share/gtk-doc/html/webkitgtk/index-1.0.3.html +share/gtk-doc/html/webkitgtk/index-1.1.1.html +share/gtk-doc/html/webkitgtk/index-1.1.10.html +share/gtk-doc/html/webkitgtk/index-1.1.11.html +share/gtk-doc/html/webkitgtk/index-1.1.13.html +share/gtk-doc/html/webkitgtk/index-1.1.14.html +share/gtk-doc/html/webkitgtk/index-1.1.15.html +share/gtk-doc/html/webkitgtk/index-1.1.16.html +share/gtk-doc/html/webkitgtk/index-1.1.17.html +share/gtk-doc/html/webkitgtk/index-1.1.18.html +share/gtk-doc/html/webkitgtk/index-1.1.2.html +share/gtk-doc/html/webkitgtk/index-1.1.20.html +share/gtk-doc/html/webkitgtk/index-1.1.23.html +share/gtk-doc/html/webkitgtk/index-1.1.3.html +share/gtk-doc/html/webkitgtk/index-1.1.4.html +share/gtk-doc/html/webkitgtk/index-1.1.5.html +share/gtk-doc/html/webkitgtk/index-1.1.6.html +share/gtk-doc/html/webkitgtk/index-1.1.7.html +share/gtk-doc/html/webkitgtk/index-1.1.8.html +share/gtk-doc/html/webkitgtk/index-1.3.1.html +share/gtk-doc/html/webkitgtk/index-1.3.2.html +share/gtk-doc/html/webkitgtk/index-1.3.3.html +share/gtk-doc/html/webkitgtk/index-1.3.4.html +share/gtk-doc/html/webkitgtk/index-1.3.8.html +share/gtk-doc/html/webkitgtk/index-all.html +share/gtk-doc/html/webkitgtk/index-deprecated.html +share/gtk-doc/html/webkitgtk/index.html +share/gtk-doc/html/webkitgtk/index.sgml +share/gtk-doc/html/webkitgtk/left-insensitive.png +share/gtk-doc/html/webkitgtk/left.png +share/gtk-doc/html/webkitgtk/right-insensitive.png +share/gtk-doc/html/webkitgtk/right.png +share/gtk-doc/html/webkitgtk/style.css +share/gtk-doc/html/webkitgtk/up-insensitive.png +share/gtk-doc/html/webkitgtk/up.png +share/gtk-doc/html/webkitgtk/webkit-environment.html +share/gtk-doc/html/webkitgtk/webkitgtk-Global-functions.html +share/gtk-doc/html/webkitgtk/webkitgtk-webkitdownload.html +share/gtk-doc/html/webkitgtk/webkitgtk-webkitwebview.html +share/gtk-doc/html/webkitgtk/webkitgtk.devhelp2 +share/locale/ar/LC_MESSAGES/WebKitGTK-3.0.mo +share/locale/as/LC_MESSAGES/WebKitGTK-3.0.mo +share/locale/bg/LC_MESSAGES/WebKitGTK-3.0.mo +share/locale/cs/LC_MESSAGES/WebKitGTK-3.0.mo +share/locale/de/LC_MESSAGES/WebKitGTK-3.0.mo +share/locale/el/LC_MESSAGES/WebKitGTK-3.0.mo +share/locale/en_CA/LC_MESSAGES/WebKitGTK-3.0.mo +share/locale/en_GB/LC_MESSAGES/WebKitGTK-3.0.mo +share/locale/eo/LC_MESSAGES/WebKitGTK-3.0.mo +share/locale/es/LC_MESSAGES/WebKitGTK-3.0.mo +share/locale/et/LC_MESSAGES/WebKitGTK-3.0.mo +share/locale/eu/LC_MESSAGES/WebKitGTK-3.0.mo +share/locale/fr/LC_MESSAGES/WebKitGTK-3.0.mo +share/locale/gl/LC_MESSAGES/WebKitGTK-3.0.mo +share/locale/gu/LC_MESSAGES/WebKitGTK-3.0.mo +share/locale/he/LC_MESSAGES/WebKitGTK-3.0.mo +share/locale/hi/LC_MESSAGES/WebKitGTK-3.0.mo +share/locale/hu/LC_MESSAGES/WebKitGTK-3.0.mo +share/locale/id/LC_MESSAGES/WebKitGTK-3.0.mo +share/locale/it/LC_MESSAGES/WebKitGTK-3.0.mo +share/locale/kn/LC_MESSAGES/WebKitGTK-3.0.mo +share/locale/ko/LC_MESSAGES/WebKitGTK-3.0.mo +share/locale/lt/LC_MESSAGES/WebKitGTK-3.0.mo +share/locale/lv/LC_MESSAGES/WebKitGTK-3.0.mo +share/locale/ml/LC_MESSAGES/WebKitGTK-3.0.mo +share/locale/mr/LC_MESSAGES/WebKitGTK-3.0.mo +share/locale/nb/LC_MESSAGES/WebKitGTK-3.0.mo +share/locale/nl/LC_MESSAGES/WebKitGTK-3.0.mo +share/locale/or/LC_MESSAGES/WebKitGTK-3.0.mo +share/locale/pa/LC_MESSAGES/WebKitGTK-3.0.mo +share/locale/pl/LC_MESSAGES/WebKitGTK-3.0.mo +share/locale/pt/LC_MESSAGES/WebKitGTK-3.0.mo +share/locale/pt_BR/LC_MESSAGES/WebKitGTK-3.0.mo +share/locale/ro/LC_MESSAGES/WebKitGTK-3.0.mo +share/locale/ru/LC_MESSAGES/WebKitGTK-3.0.mo +share/locale/sl/LC_MESSAGES/WebKitGTK-3.0.mo +share/locale/sr/LC_MESSAGES/WebKitGTK-3.0.mo +share/locale/sr@latin/LC_MESSAGES/WebKitGTK-3.0.mo +share/locale/sv/LC_MESSAGES/WebKitGTK-3.0.mo +share/locale/ta/LC_MESSAGES/WebKitGTK-3.0.mo +share/locale/te/LC_MESSAGES/WebKitGTK-3.0.mo +share/locale/uk/LC_MESSAGES/WebKitGTK-3.0.mo +share/locale/vi/LC_MESSAGES/WebKitGTK-3.0.mo +share/locale/zh_CN/LC_MESSAGES/WebKitGTK-3.0.mo +share/webkitgtk-3.0/images/deleteButton.png +share/webkitgtk-3.0/images/inputSpeech.png +share/webkitgtk-3.0/images/missingImage.png +share/webkitgtk-3.0/images/nullPlugin.png +share/webkitgtk-3.0/images/panIcon.png +share/webkitgtk-3.0/images/textAreaResizeCorner.png +share/webkitgtk-3.0/images/urlIcon.png +share/webkitgtk-3.0/resources/audio/Composite.wav +share/webkitgtk-3.0/resources/error.html Property changes on: www/webkit-gtk3/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property