DELTA 305154 0 1495 SVNy DwE:w6: AFFECTS: users of devel/geany-plugins AUTHOR: makc@FreeBSD.org devel/geany-plugins has been updated to 1.22 and split into numerous devel/geany-plugin-* ports. geany-plugins must be deinstalled before running any port upgrade utility  20101129: AFFECTS: users of sysutils/radmind AUTHOR: ohauer@FreeBSD.org The radmind user and group is created automatically during installation. The owner of $RADMIND_BASE_DIR changes from root to radmind. 20101128: AFFECTS: users of net/astercd c have been modified. You are recommended to track changes in the sample configuration and keep your configuration in a version control system. I use Subversion (see the devel/subversion port) to track my changes. Keeping the sample configuration inENDREP DELTA 305244 0 289 SVNp S8x^MN0 =l z8t Mvrnҟ>^?e ?ep")m#ܩ($-.Щ cLkN%GP N#d X4ug'WF2ʱ;`t2R7amߞZU S*%EEY$mh }zۅ Ne$̟{sMǧå<)ugzZbQ@ː'ӽdCq>uBE)}ۻ#JU0:u1 D>Xd&E|}{Q⃣"ȎZ,kH`}ZL| p10y;v4b XG)2%LZ.LI 5S?š)=ɁQA3՞[b*LOU$zbQHm ˷旋Y22DENDREP DELTA SVN # $FreeBSD$ PORTNAME= geany-plugin PORTVERSION= ${GEANY_VER} CATEGORIES= devel MAINTAINER= makc@FreeBSD.org COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} GEANY_PLUGIN= addons .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include ENDREP DELTA SVN This plugin adds various small addons to Geany which aren't worth an own plugin but might still useful for people. WWW: http://plugins.geany.org/addons.html ENDREP DELTA SVNprpplib/geany/addons.a lib/geany/addons.la lib/geany/addons.so %%DOCSDIR%%/addons/AUTHORS %%DOCSDIR%%/addons/COPYING %%DOCSDIR%%/addons/ChangeLog %%DOCSDIR%%/addons/NEWS %%DOCSDIR%%/addons/README @dirrm %%DOCSDIR%%/addons @dirrmtry %%DOCSDIR%% ENDREP DELTA SVN   # $FreeBSD$ PORTNAME= geany-plugin PORTVERSION= ${GEANY_VER} CATEGORIES= devel MAINTAINER= makc@FreeBSD.org COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} GEANY_PLUGIN= codenav .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include ENDREP DELTA SVNijiiThis plugin adds some facilities for navigating in the code. WWW: http://plugins.geany.org/codenav.html ENDREP DELTA SVNy{yylib/geany/codenav.a lib/geany/codenav.la lib/geany/codenav.so %%DOCSDIR%%/codenav/AUTHORS %%DOCSDIR%%/codenav/COPYING %%DOCSDIR%%/codenav/ChangeLog %%DOCSDIR%%/codenav/NEWS %%DOCSDIR%%/codenav/README @dirrm %%DOCSDIR%%/codenav @dirrmtry %%DOCSDIR%% ENDREP DELTA SVN   # $FreeBSD$ PORTNAME= geany-plugin PORTVERSION= ${GEANY_VER} CATEGORIES= devel MAINTAINER= makc@FreeBSD.org COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} GEANY_PLUGIN= debugger .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include ENDREP DELTA SVN--- ./debugger/src/debug.c.orig 2012-06-16 14:42:46.000000000 +0000 +++ ./debugger/src/debug.c 2012-09-21 14:55:31.192392925 +0000 @@ -37,7 +37,6 @@ #include #include -#include #include #include #include ENDREP DELTA SVNZ\ZZPlugin enables debugging in Geany. Currently supports GDB only, but was developed with multiple debuggers support in mind, so the other backends support is planned as well. WWW: http://plugins.geany.org/debugger.html ENDREP DELTA SVN]@]]x^}M0=p-\(W@M%ք'(-i':`!him5UC("Jry6 ;ᜤ^`t'x5qKg C^0{Q0b+-ƀ)M cA5^;]EnդV[p[Jo0Ly21ćoݿEENDREP DELTA SVN# $FreeBSD$ PORTNAME= geany-plugin PORTVERSION= ${GEANY_VER} CATEGORIES= devel MAINTAINER= makc@FreeBSD.org COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} LIB_DEPENDS= wnck-1:${PORTSDIR}/x11-toolkits/libwnck \ webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 USE_GNOME= gconf2 GEANY_PLUGIN= devhelp .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include ENDREP DELTA SVNThis plugin embeds an API documentation browser and search functionality directly into Geany's user interface. WWW: http://plugins.geany.org/devhelp.html ENDREP DELTA SVNgigglib/geany/devhelp.a lib/geany/devhelp.la lib/geany/devhelp.so %%DOCSDIR%%/devhelp/AUTHORS %%DOCSDIR%%/devhelp/COPYING %%DOCSDIR%%/devhelp/ChangeLog %%DOCSDIR%%/devhelp/NEWS %%DOCSDIR%%/devhelp/README %%DATADIR%%/devhelp/devhelp-plugin-48.png %%DATADIR%%/devhelp/devhelp-plugin.svg %%DATADIR%%/devhelp/devhelp.conf %%DATADIR%%/devhelp/geany-devhelp-plugin.png %%DATADIR%%/devhelp/home.html @dirrm %%DATADIR%%/devhelp @dirrmtry %%DATADIR%% @dirrm %%DOCSDIR%%/devhelp @dirrmtry %%DOCSDIR%% ENDREP DELTA SVN " # $FreeBSD$ PORTNAME= geany-plugin PORTVERSION= ${GEANY_VER} CATEGORIES= devel MAINTAINER= makc@FreeBSD.org COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} GEANY_PLUGIN= doc GEANY_PLUGIN_DIR= geanydoc .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include ENDREP DELTA SVNGeanydoc is plugin for Geany IDE that allow execute specified commands on the current word at the cursor position. This word is passed as an argument to these commands. It allow either place output of these commands in geany buffer *DOC* or just execute external program. Geanydoc is intended to be used for searching documentation API in different sources. WWW: http://plugins.geany.org/geanydoc.html ENDREP DELTA SVNlib/geany/geanydoc.a lib/geany/geanydoc.la lib/geany/geanydoc.so %%DOCSDIR%%/geanydoc/AUTHORS %%DOCSDIR%%/geanydoc/COPYING %%DOCSDIR%%/geanydoc/ChangeLog %%DOCSDIR%%/geanydoc/NEWS %%DOCSDIR%%/geanydoc/README @dirrm %%DOCSDIR%%/geanydoc @dirrmtry %%DOCSDIR%% ENDREP DELTA SVN*,**# $FreeBSD$ PORTNAME= geany-plugin PORTVERSION= ${GEANY_VER} CATEGORIES= devel MAINTAINER= makc@FreeBSD.org COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} GEANY_PLUGIN= extrasel GEANY_PLUGIN_DIR= geanyextrasel .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include ENDREP DELTA SVNhjhhThe Extra Selection adds the following menu items: "Column Mode", "Select to Line" and "Select to Matching Brace", "Set Anchor", "Select to Anchor" and "Rectangle Select to Anchor". WWW: http://plugins.geany.org/geanyextrasel.html ENDREP DELTA SVN/1//lib/geany/geanyextrasel.a lib/geany/geanyextrasel.la lib/geany/geanyextrasel.so %%DOCSDIR%%/geanyextrasel/AUTHORS %%DOCSDIR%%/geanyextrasel/COPYING %%DOCSDIR%%/geanyextrasel/ChangeLog %%DOCSDIR%%/geanyextrasel/NEWS %%DOCSDIR%%/geanyextrasel/README @dirrm %%DOCSDIR%%/geanyextrasel @dirrmtry %%DOCSDIR%% ENDREP DELTA SVN " # $FreeBSD$ PORTNAME= geany-plugin PORTVERSION= ${GEANY_VER} CATEGORIES= devel MAINTAINER= makc@FreeBSD.org COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} GEANY_PLUGIN= gdb GEANY_PLUGIN_DIR= geanygdb .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include ENDREP DELTA SVN!#!!GeanyGDB is a plugin for Geany which provides integrated debugging support within Geany via the GNU Debugger (GDB). WWW: http://plugins.geany.org/geanygdb.html ENDREP DELTA SVNqsqqlib/geany/geanygdb.a lib/geany/geanygdb.la lib/geany/geanygdb.so libexec/geany-plugins/geanygdb/ttyhelper %%DOCSDIR%%/geanygdb/AUTHORS %%DOCSDIR%%/geanygdb/COPYING %%DOCSDIR%%/geanygdb/ChangeLog %%DOCSDIR%%/geanygdb/NEWS %%DOCSDIR%%/geanygdb/README @dirrm %%DOCSDIR%%/geanygdb @dirrmtry %%DOCSDIR%% @dirrm libexec/geany-plugins/geanygdb @dirrmtry libexec/geany-plugins ENDREP DELTA SVN# $FreeBSD$ PORTNAME= geany-plugin PORTVERSION= ${GEANY_VER} CATEGORIES= devel MAINTAINER= makc@FreeBSD.org COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} LIB_DEPENDS= ctpl:${PORTSDIR}/textproc/ctpl RUN_DEPENDS= ${LOCALBASE}/bin/rst2html:${PORTSDIR}/textproc/py-docutils GEANY_PLUGIN= gendoc GEANY_PLUGIN_DIR= geanygendoc .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include ENDREP DELTA SVNEGEEGeanyGenDoc is a plugin for Geany that aims to help code documentation by automatically generating documentation comment basis from the source code. WWW: http://plugins.geany.org/geanygendoc.html ENDREP DELTA SVN@.@@x^A 0񻟢ˮ+4TJ( 5K[C40a1w7$a:ԕ)};R7caa1L\}d5Nvto@+y0Itg!@?NލD-J7eK4>a۪۬9;;,b-HENDREP DELTA SVN>@>># $FreeBSD$ PORTNAME= geany-plugin PORTVERSION= ${GEANY_VER} CATEGORIES= devel MAINTAINER= makc@FreeBSD.org COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} LIB_DEPENDS= soup-2.4:${PORTSDIR}/devel/libsoup GEANY_PLUGIN= geniuspaste .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include ENDREP DELTA SVN)+))This plugin allows the user to paste the code from Geany into five different pastebins. At the moment it supports this services: - codepad.org - tinypaste.com - pastebin.geany.org - dpaste.de - sprunge.us GeniusPaste detects automatically the syntax of the code and paste it with syntax highlighting enabled. It can also display the pasted code opening a new browser tab. WWW: http://plugins.geany.org/geniuspaste.html ENDREP DELTA SVNlib/geany/geniuspaste.a lib/geany/geniuspaste.la lib/geany/geniuspaste.so %%DOCSDIR%%/geniuspaste/AUTHORS %%DOCSDIR%%/geniuspaste/COPYING %%DOCSDIR%%/geniuspaste/ChangeLog %%DOCSDIR%%/geniuspaste/NEWS %%DOCSDIR%%/geniuspaste/README @dirrm %%DOCSDIR%%/geniuspaste @dirrmtry %%DOCSDIR%% ENDREP DELTA SVN   # $FreeBSD$ PORTNAME= geany-plugin PORTVERSION= ${GEANY_VER} CATEGORIES= devel MAINTAINER= makc@FreeBSD.org COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} GEANY_PLUGIN= gproject .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include ENDREP DELTA SVN,.,,GProject is an extension of Geany's project management displaying a tree of files belonging to the project in the sidebar. In addition, it enables quick swapping between header and source files, searching project files by name and more. The plugin was created with big projects in mind so everything works fast enough even with projects consisting of hundreds of thousands of files. WWW: http://plugins.geany.org/gproject.html ENDREP DELTA SVNhChhx^ @>Et񜨔PZDM]c]f RhO 7 #+a@eOFu#~C1nE;$8Y^L0;\t39 vM4>t ǎ4 V>Z|9AOKRFQVV B`c2A/a-yynENDREP DELTA SVN,.,,# $FreeBSD$ PORTNAME= geany-plugin PORTVERSION= ${GEANY_VER} CATEGORIES= devel MAINTAINER= makc@FreeBSD.org COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} GEANY_PLUGIN= insertnum GEANY_PLUGIN_DIR= geanyinsertnum .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include ENDREP DELTA SVN5755This plugin replaces a (possibly zero-width) rectangular selection with integer numbers, using start/step/base etc. specified by the user. For practical reasons, the number of lines is limited to 100000. Lines shorter than the current selection are skipped. WWW: http://plugins.geany.org/geanyinsertnum.html ENDREP DELTA SVN8:88lib/geany/geanyinsertnum.a lib/geany/geanyinsertnum.la lib/geany/geanyinsertnum.so %%DOCSDIR%%/geanyinsertnum/AUTHORS %%DOCSDIR%%/geanyinsertnum/COPYING %%DOCSDIR%%/geanyinsertnum/ChangeLog %%DOCSDIR%%/geanyinsertnum/NEWS %%DOCSDIR%%/geanyinsertnum/README @dirrm %%DOCSDIR%%/geanyinsertnum @dirrmtry %%DOCSDIR%% ENDREP DELTA SVN$&$$# $FreeBSD$ PORTNAME= geany-plugin PORTVERSION= ${GEANY_VER} CATEGORIES= devel MAINTAINER= makc@FreeBSD.org COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} GEANY_PLUGIN= latex GEANY_PLUGIN_DIR= geanylatex .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include ENDREP DELTA SVNpqppGeanyLaTeX is a plugin for Geany IDE to improve work with LaTeX. WWW: http://plugins.geany.org/geanylatex.html ENDREP DELTA SVNOdOOx^}n0 {b^@ڐ6&S&DK 驠`(NQFeoUBݻ$MrUfʨZ3nZ%څJַ[%P6x-rXYeϮY^xo֧{!jÎ:J({'W5G6:9UpO[=ܞ|@ru*ENDREP DELTA SVN&(&&# $FreeBSD$ PORTNAME= geany-plugin PORTVERSION= ${GEANY_VER} CATEGORIES= devel MAINTAINER= makc@FreeBSD.org COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} GEANY_PLUGIN= lipsum GEANY_PLUGIN_DIR= geanylipsum .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include ENDREP DELTA SVN)+))GeanyLipsum is a plugin for Geany that implements a Lorem Ipsum generator to insert placeholder text into your document. WWW: http://plugins.geany.org/geanylipsum.html ENDREP DELTA SVNlib/geany/geanylipsum.a lib/geany/geanylipsum.la lib/geany/geanylipsum.so %%DOCSDIR%%/geanylipsum/AUTHORS %%DOCSDIR%%/geanylipsum/COPYING %%DOCSDIR%%/geanylipsum/ChangeLog %%DOCSDIR%%/geanylipsum/NEWS %%DOCSDIR%%/geanylipsum/README @dirrm %%DOCSDIR%%/geanylipsum @dirrmtry %%DOCSDIR%% ENDREP DELTA SVN.0..# $FreeBSD$ PORTNAME= geany-plugin PORTVERSION= ${GEANY_VER} CATEGORIES= devel MAINTAINER= makc@FreeBSD.org COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} USE_LUA= 5.1 GEANY_PLUGIN= lua GEANY_PLUGIN_DIR= geanylua .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include ENDREP DELTA SVNMNMMLua scripting plugin for Geany. WWW: http://plugins.geany.org/geanylua.html ENDREP DELTA SVN6!66x^N0=O1.O0qNؖIzB,*:ք0%c;0?3qEi=r4xxa~?P*Qd4믝 U۬5Ei|V5VHH] ׂL^&_Ltx.Jvem%̥ PRlHxm#$CBBD X&I qe噷XGYNZ)" cXװUDwyb]0p{*JԁrҢJ^- RjPM5j?YwC3)2ۨmE@k x_pPu'cy,q*8OoY]DjENDREP DELTA SVN$&$$# $FreeBSD$ PORTNAME= geany-plugin PORTVERSION= ${GEANY_VER} CATEGORIES= devel MAINTAINER= makc@FreeBSD.org COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} GEANY_PLUGIN= macro GEANY_PLUGIN_DIR= geanymacro .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include ENDREP DELTA SVNijiiThis plugin allows you to record and use your own macros. WWW: http://plugins.geany.org/geanymacro.html ENDREP DELTA SVNlib/geany/geanymacro.a lib/geany/geanymacro.la lib/geany/geanymacro.so %%DOCSDIR%%/geanymacro/AUTHORS %%DOCSDIR%%/geanymacro/COPYING %%DOCSDIR%%/geanymacro/ChangeLog %%DOCSDIR%%/geanymacro/NEWS %%DOCSDIR%%/geanymacro/README @dirrm %%DOCSDIR%%/geanymacro @dirrmtry %%DOCSDIR%% ENDREP DELTA SVN.0..# $FreeBSD$ PORTNAME= geany-plugin PORTVERSION= ${GEANY_VER} CATEGORIES= devel MAINTAINER= makc@FreeBSD.org COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} GEANY_PLUGIN= miniscript GEANY_PLUGIN_DIR= geanyminiscript .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include ENDREP DELTA SVNz|zzGeany Mini-Script filter plugin. This plugin is a tool to apply a script filter on: - text selection - current document - all documents The filter type can be: - shell script - perl script - python script - sed commands - awk script The output can be: - selection of current document - all documents - new document WWW: http://plugins.geany.org/geanyminiscript.html ENDREP DELTA SVNACAAlib/geany/geanyminiscript.a lib/geany/geanyminiscript.la lib/geany/geanyminiscript.so %%DOCSDIR%%/geanyminiscript/AUTHORS %%DOCSDIR%%/geanyminiscript/COPYING %%DOCSDIR%%/geanyminiscript/ChangeLog %%DOCSDIR%%/geanyminiscript/NEWS %%DOCSDIR%%/geanyminiscript/README @dirrm %%DOCSDIR%%/geanyminiscript @dirrmtry %%DOCSDIR%% ENDREP DELTA SVNFHFF# $FreeBSD$ PORTNAME= geany-plugin PORTVERSION= ${GEANY_VER} CATEGORIES= devel MAINTAINER= makc@FreeBSD.org COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala USE_GNOME= vte GEANY_PLUGIN= multiterm .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include ENDREP DELTA SVNSUSSMultiTerm is similar to Geany's built-in VTE terminal except that it supports multiple terminals in tabs and supports different shells in each of the terminal tabs. WWW: http://plugins.geany.org/multiterm.html ENDREP DELTA SVN&(&&lib/geany/multiterm.a lib/geany/multiterm.la lib/geany/multiterm.so %%DOCSDIR%%/multiterm/AUTHORS %%DOCSDIR%%/multiterm/COPYING %%DOCSDIR%%/multiterm/ChangeLog %%DOCSDIR%%/multiterm/NEWS %%DOCSDIR%%/multiterm/README %%DOCSDIR%%/multiterm/TODO @dirrm %%DOCSDIR%%/multiterm @dirrmtry %%DOCSDIR%% ENDREP DELTA SVN<><<# $FreeBSD$ PORTNAME= geany-plugin PORTVERSION= ${GEANY_VER} CATEGORIES= devel MAINTAINER= makc@FreeBSD.org COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} GEANY_PLUGIN= numberedbookmarks GEANY_PLUGIN_DIR= geanynumberedbookmarks .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include ENDREP DELTA SVN0200geanynumberedbookmarks is a plugin to provide users with 10 numbered bookmarks (in addition to the usual bookkmarks) WWW: http://plugins.geany.org/geanynumberedbookmarks.html ENDREP DELTA SVNlib/geany/geanynumberedbookmarks.a lib/geany/geanynumberedbookmarks.la lib/geany/geanynumberedbookmarks.so %%DOCSDIR%%/geanynumberedbookmarks/AUTHORS %%DOCSDIR%%/geanynumberedbookmarks/COPYING %%DOCSDIR%%/geanynumberedbookmarks/ChangeLog %%DOCSDIR%%/geanynumberedbookmarks/NEWS %%DOCSDIR%%/geanynumberedbookmarks/README @dirrm %%DOCSDIR%%/geanynumberedbookmarks @dirrmtry %%DOCSDIR%% ENDREP DELTA SVN}}}# $FreeBSD$ PORTNAME= geany-plugin PORTVERSION= ${GEANY_VER} CATEGORIES= devel MAINTAINER= makc@FreeBSD.org COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} LIB_DEPENDS= gpgme.19:${PORTSDIR}/security/gpgme RUN_DEPENDS= gpg2:${PORTSDIR}/security/gnupg GEANY_PLUGIN= pg GEANY_PLUGIN_DIR= geanypg .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include ENDREP DELTA SVNGeanyPG is a plugin for Geany that allows the user to encrypt, decrypt and verify signatures with GnuPG. WWW: http://plugins.geany.org/geanypg.html ENDREP DELTA SVNy{yylib/geany/geanypg.a lib/geany/geanypg.la lib/geany/geanypg.so %%DOCSDIR%%/geanypg/AUTHORS %%DOCSDIR%%/geanypg/COPYING %%DOCSDIR%%/geanypg/ChangeLog %%DOCSDIR%%/geanypg/NEWS %%DOCSDIR%%/geanypg/README @dirrm %%DOCSDIR%%/geanypg @dirrmtry %%DOCSDIR%% ENDREP DELTA SVN=?==# $FreeBSD$ PORTNAME= geany-plugin PORTVERSION= ${GEANY_VER} CATEGORIES= devel MAINTAINER= makc@FreeBSD.org COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} GEANY_PLUGIN= pretty-printer GEANY_PLUGIN_SWITCH= --enable-pretty_printer .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include ENDREP DELTA SVNABAAGeany plugin. WWW: http://plugins.geany.org/pretty-printer.html ENDREP DELTA SVNSTSSlib/geany/pretty-printer.a lib/geany/pretty-printer.la lib/geany/pretty-printer.so ENDREP DELTA SVN " # $FreeBSD$ PORTNAME= geany-plugin PORTVERSION= ${GEANY_VER} CATEGORIES= devel MAINTAINER= makc@FreeBSD.org COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} GEANY_PLUGIN= prj GEANY_PLUGIN_DIR= geanyprj .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include ENDREP DELTA SVNSTSSAlternative project manager for Geany WWW: http://plugins.geany.org/geanyprj.html ENDREP DELTA SVNlib/geany/geanyprj.a lib/geany/geanyprj.la lib/geany/geanyprj.so %%DOCSDIR%%/geanyprj/AUTHORS %%DOCSDIR%%/geanyprj/COPYING %%DOCSDIR%%/geanyprj/ChangeLog %%DOCSDIR%%/geanyprj/NEWS %%DOCSDIR%%/geanyprj/README @dirrm %%DOCSDIR%%/geanyprj @dirrmtry %%DOCSDIR%% ENDREP DELTA SVN*,**# $FreeBSD$ PORTNAME= geany-plugin PORTVERSION= ${GEANY_VER} CATEGORIES= devel MAINTAINER= makc@FreeBSD.org COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} GEANY_PLUGIN= sendmail GEANY_PLUGIN_DIR= geanysendmail .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include ENDREP DELTA SVNGeanySendMail is a little plugin to send a document as attachment using the preferred mail client from inside Geany. It is similar to the envelope symbol of most office tools and requires a mail client that is supporting remote calls. WWW: http://plugins.geany.org/geanysendmail.html ENDREP DELTA SVN/1//lib/geany/geanysendmail.a lib/geany/geanysendmail.la lib/geany/geanysendmail.so %%DOCSDIR%%/geanysendmail/AUTHORS %%DOCSDIR%%/geanysendmail/COPYING %%DOCSDIR%%/geanysendmail/ChangeLog %%DOCSDIR%%/geanysendmail/NEWS %%DOCSDIR%%/geanysendmail/README @dirrm %%DOCSDIR%%/geanysendmail @dirrmtry %%DOCSDIR%% ENDREP DELTA SVN  # $FreeBSD$ PORTNAME= geany-plugin PORTVERSION= ${GEANY_VER} CATEGORIES= devel MAINTAINER= makc@FreeBSD.org COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} GEANY_PLUGIN= shiftcolumn .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include ENDREP DELTA SVNlmllThis plugin allows you to move blocks of text horizontally. WWW: http://plugins.geany.org/shiftcolumn.html ENDREP DELTA SVNlib/geany/shiftcolumn.a lib/geany/shiftcolumn.la lib/geany/shiftcolumn.so %%DOCSDIR%%/shiftcolumn/AUTHORS %%DOCSDIR%%/shiftcolumn/COPYING %%DOCSDIR%%/shiftcolumn/ChangeLog %%DOCSDIR%%/shiftcolumn/NEWS %%DOCSDIR%%/shiftcolumn/README @dirrm %%DOCSDIR%%/shiftcolumn @dirrmtry %%DOCSDIR%% ENDREP DELTA SVNACAA# $FreeBSD$ PORTNAME= geany-plugin PORTVERSION= ${GEANY_VER} CATEGORIES= devel MAINTAINER= makc@FreeBSD.org COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} LIB_DEPENDS= enchant.1:${PORTSDIR}/textproc/enchant GEANY_PLUGIN= spellcheck .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include ENDREP DELTA SVNThis plugin checks the content of the current document in Geany with the spell check library Enchant. WWW: http://plugins.geany.org/spellcheck.html ENDREP DELTA SVNlib/geany/spellcheck.a lib/geany/spellcheck.la lib/geany/spellcheck.so %%DOCSDIR%%/spellcheck/AUTHORS %%DOCSDIR%%/spellcheck/COPYING %%DOCSDIR%%/spellcheck/ChangeLog %%DOCSDIR%%/spellcheck/NEWS %%DOCSDIR%%/spellcheck/README @dirrm %%DOCSDIR%%/spellcheck @dirrmtry %%DOCSDIR%% ENDREP DELTA SVN# $FreeBSD$ PORTNAME= geany-plugin PORTVERSION= ${GEANY_VER} CATEGORIES= devel MAINTAINER= makc@FreeBSD.org COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} GEANY_PLUGIN= tableconvert .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include ENDREP DELTA SVNTableconvert is a plugin which helps on converting a tabulator separated selection into a table. WWW: http://plugins.geany.org/tableconvert.html ENDREP DELTA SVN&(&&lib/geany/tableconvert.a lib/geany/tableconvert.la lib/geany/tableconvert.so %%DOCSDIR%%/tableconvert/AUTHORS %%DOCSDIR%%/tableconvert/COPYING %%DOCSDIR%%/tableconvert/ChangeLog %%DOCSDIR%%/tableconvert/NEWS %%DOCSDIR%%/tableconvert/README @dirrm %%DOCSDIR%%/tableconvert @dirrmtry %%DOCSDIR%% ENDREP DELTA SVN  # $FreeBSD$ PORTNAME= geany-plugin PORTVERSION= ${GEANY_VER} CATEGORIES= devel MAINTAINER= makc@FreeBSD.org COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} GEANY_PLUGIN= treebrowser .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include ENDREP DELTA SVN   The TreeBrowser plugin for Geany provides an alternate way to browse through your files. It displays files and directories in a tree view and has more features than the file browser plugin delivered with Geany itself. WWW: http://plugins.geany.org/treebrowser.html ENDREP DELTA SVNlib/geany/treebrowser.a lib/geany/treebrowser.la lib/geany/treebrowser.so %%DOCSDIR%%/treebrowser/AUTHORS %%DOCSDIR%%/treebrowser/COPYING %%DOCSDIR%%/treebrowser/ChangeLog %%DOCSDIR%%/treebrowser/NEWS %%DOCSDIR%%/treebrowser/README @dirrm %%DOCSDIR%%/treebrowser @dirrmtry %%DOCSDIR%% ENDREP DELTA SVN@B@@# $FreeBSD$ PORTNAME= geany-plugin PORTVERSION= ${GEANY_VER} CATEGORIES= devel MAINTAINER= makc@FreeBSD.org COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} LIB_DEPENDS= soup-2.4:${PORTSDIR}/devel/libsoup GEANY_PLUGIN= updatechecker .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include ENDREP DELTA SVN)+))UpdateChecker is a plugin for Geany, which is able to check whether there is a more recent version of Geany available. WWW: http://plugins.geany.org/updatechecker.html ENDREP DELTA SVN/1//lib/geany/updatechecker.a lib/geany/updatechecker.la lib/geany/updatechecker.so %%DOCSDIR%%/updatechecker/AUTHORS %%DOCSDIR%%/updatechecker/COPYING %%DOCSDIR%%/updatechecker/ChangeLog %%DOCSDIR%%/updatechecker/NEWS %%DOCSDIR%%/updatechecker/README @dirrm %%DOCSDIR%%/updatechecker @dirrmtry %%DOCSDIR%% ENDREP DELTA SVNXrXXx^mP[k0}6" {cME$VS-+h/@89YB}1F7:QH,F+'ꆁg;!q1 VK2{ɣ+:}Ė𪿂y; dz`Z)$ܒ*QRU"~9ax?і /.RV:ewvMfY~uMq0X3# ̹;Y0qZUKENDREP DELTA SVN!#!!GeanyVC is plugin that provides a uniform way of accessing the different version-control systems inside Geany IDE. Only small subset of vc is implemented, but, hey, you don't need anything besides diff, log, status, revert and commit most time. WWW: http://plugins.geany.org/geanyvc.html ENDREP DELTA SVNy{yylib/geany/geanyvc.a lib/geany/geanyvc.la lib/geany/geanyvc.so %%DOCSDIR%%/geanyvc/AUTHORS %%DOCSDIR%%/geanyvc/COPYING %%DOCSDIR%%/geanyvc/ChangeLog %%DOCSDIR%%/geanyvc/NEWS %%DOCSDIR%%/geanyvc/README @dirrm %%DOCSDIR%%/geanyvc @dirrmtry %%DOCSDIR%% ENDREP DELTA SVNCECC# $FreeBSD$ PORTNAME= geany-plugin PORTVERSION= ${GEANY_VER} CATEGORIES= devel MAINTAINER= makc@FreeBSD.org COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} LIB_DEPENDS= webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 GEANY_PLUGIN= webhelper .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include ENDREP DELTA SVNBDBBWebHelper is a plugin for Geany that provides some web development facilities, such as a web page preview and some debugging tools (web inspector). WWW: http://plugins.geany.org/webhelper.html ENDREP DELTA SVN&(&&lib/geany/webhelper.a lib/geany/webhelper.la lib/geany/webhelper.so %%DOCSDIR%%/webhelper/AUTHORS %%DOCSDIR%%/webhelper/COPYING %%DOCSDIR%%/webhelper/ChangeLog %%DOCSDIR%%/webhelper/NEWS %%DOCSDIR%%/webhelper/README %%DOCSDIR%%/webhelper/TODO @dirrm %%DOCSDIR%%/webhelper @dirrmtry %%DOCSDIR%% ENDREP DELTA SVN  # $FreeBSD$ PORTNAME= geany-plugin PORTVERSION= ${GEANY_VER} CATEGORIES= devel MAINTAINER= makc@FreeBSD.org COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} GEANY_PLUGIN= xmlsnippets .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include ENDREP DELTA SVN>@>>This plugin extends XML/HTML tag autocompletion provided by Geany. It automatically inserts a matching snippet after you type an opening tag. WWW: http://plugins.geany.org/xmlsnippets.html ENDREP DELTA SVNlib/geany/xmlsnippets.a lib/geany/xmlsnippets.la lib/geany/xmlsnippets.so %%DOCSDIR%%/xmlsnippets/AUTHORS %%DOCSDIR%%/xmlsnippets/COPYING %%DOCSDIR%%/xmlsnippets/ChangeLog %%DOCSDIR%%/xmlsnippets/NEWS %%DOCSDIR%%/xmlsnippets/README @dirrm %%DOCSDIR%%/xmlsnippets @dirrmtry %%DOCSDIR%% ENDREP DELTA 260369 77 1666 SVNy333x^mP[k0}aa4ݳ̲TS4/=iqt_R֖Br.dߟGE,-XS$(w^ ezx9;l%|Sh;}XzRH*$׍Gy$)KWp94U FY"K/棡wX60r'U}[c 1Dx`Tl ow&L̎C.+H JG.f6+K$RFl4 ܦENDREP DELTA 260369 1756 231 SVNVSHA256 (geany-plugins-1.22.tar.bz2) = a0dcf0cb00ac260670ef8fae682aade60c7c3075c88121fd21f3aecdff84e1ce SIZE (geany-plugins-1.22.tar.bz2) = 2088130 ENDREP DELTA SVNlWllx^T0=@H=FMW  ¦VUQJ-^&$9T877~)Y)SoG6C嗲,7l^j| nqcS_w&0JLM]ƆqDx |rC;=NmBMB/vn0`;A O`4uVJ1Ć!6 ӽ2I`c,Kw5IK{F~ub7 ay8bxȢ$AP.ŹLa2.]|q"yG0c lQeŜ:DY< pFqCO2mo~o_W.6_wOכJwz8bM+%ZFtLARBCϨhGLFC3Y*ziRQ6F aľ~geFS:^[kR&[7S@c *\$Lz+]͋5tHiHO7NF3Yi Lob`!oI##enAbh#oӹXQsoZ#dļtpWV-?s `nTm3T9J׃8؃L%:q.D[{sN#OI /T_ܬԜCCQ!c𵼢!~BG%`%hKp9F F:m`pe-洑_RDGpWy1`r,̓`39P&*uj+9ͦn3B <%Wqm=sUıEUCY+&e*,/=ǑjI,zۜ$Lgk?AY*^:v~ENDREP DELTA 260369 2423 364 SVN[hihhPlenty of plugins for different purposes from the Geany-Plugins project. WWW: http://plugins.geany.org ENDREP id: 1-102685.0.r305393/30477 type: file pred: 1-102685.0.r305154/8732 count: 1315 text: 305393 0 837 238948 591247aac25858aa9ec6ef05ce774ac2 84abb64b10eb6bbba8d730a5815f082045b0b132 305392-6jnd/_2 props: 300917 1155 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/UPDATING copyroot: 0 / id: 2-75.0.r305393/30769 type: file pred: 2-75.0.r305251/613 count: 5098 text: 305393 864 584 120069 c44dd7a024b4dd3e210a5623dead49fc 18065d7db7716395b8f23036933c448c1d6ea61b 305392-6jnd/_4 props: 301012 806 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/devel/Makefile copyroot: 0 / PLAIN K 13 svn:eol-style V 6 native K 12 svn:keywords V 10 FreeBSD=%H K 13 svn:mime-type V 10 text/plain END ENDREP id: 6-305393.0.r305393/31175 type: file count: 0 text: 305393 1474 281 264 4912eefdf40ed86ba676b00cffb6d985 fafd81aaad9d47877f5024db9dad7a37a7a1680f 305392-6jnd/_8 props: 305393 31059 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/devel/geany-plugin-addons/Makefile copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 9-305393.0.r305393/31572 type: file count: 0 text: 305393 1768 175 158 aa5927f28af643dd631d44bf58503771 3f5376154e9ab4e9c7b1b7f1796b500043ef4877 305392-6jnd/_a props: 305393 31461 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-addons/pkg-descr copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: b-305393.0.r305393/31969 type: file count: 0 text: 305393 1956 257 240 6981129fcfc2099561a433a74121ff3f 5f71138bc68c02acd6af6651d082d503f16fca75 305392-6jnd/_c props: 305393 31858 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-addons/pkg-plist copyroot: 0 / PLAIN K 8 Makefile V 29 file 6-305393.0.r305393/31175 K 9 pkg-descr V 29 file 9-305393.0.r305393/31572 K 9 pkg-plist V 29 file b-305393.0.r305393/31969 END ENDREP id: 5-305393.0.r305393/32418 type: dir count: 0 text: 305393 32255 150 150 36eef9c5bf2308a6306df7798418ee5c cpath: /head/devel/geany-plugin-addons copyroot: 0 / PLAIN K 13 svn:eol-style V 6 native K 12 svn:keywords V 10 FreeBSD=%H K 13 svn:mime-type V 10 text/plain END ENDREP id: e-305393.0.r305393/32696 type: file count: 0 text: 305393 2226 282 265 93d4a43030c0aa40bdae309a884e1913 1652517f28603cc286ea2e6f84fcd2b6c3cef306 305392-6jnd/_g props: 305393 32580 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/devel/geany-plugin-codenav/Makefile copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: h-305393.0.r305393/33094 type: file count: 0 text: 305393 2521 118 105 c0aea3aaf236f683a0ececd16aeb194b d92d3f030eb4ae9aaa51145321fd7979291b59e7 305392-6jnd/_i props: 305393 32983 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-codenav/pkg-descr copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: j-305393.0.r305393/33492 type: file count: 0 text: 305393 2652 266 249 d990622eb176b717f9fcb749a0212c97 e0cd135dd2d66a5381313315671f1f4aff8103f8 305392-6jnd/_k props: 305393 33381 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-codenav/pkg-plist copyroot: 0 / PLAIN K 8 Makefile V 29 file e-305393.0.r305393/32696 K 9 pkg-descr V 29 file h-305393.0.r305393/33094 K 9 pkg-plist V 29 file j-305393.0.r305393/33492 END ENDREP id: d-305393.0.r305393/33942 type: dir count: 0 text: 305393 33779 150 150 ed67d14c1e4f5795bd84d76133a4cdc3 cpath: /head/devel/geany-plugin-codenav copyroot: 0 / PLAIN K 13 svn:eol-style V 6 native K 12 svn:keywords V 10 FreeBSD=%H K 13 svn:mime-type V 10 text/plain END ENDREP id: m-305393.0.r305393/34221 type: file count: 0 text: 305393 2931 283 266 78f26f254fedc1cc3c7bdb1a099028d2 18c4d029bb86af5e43666839003f43988d998a52 305392-6jnd/_o props: 305393 34105 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/devel/geany-plugin-debugger/Makefile copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: q-305393.0.r305393/34620 type: file count: 0 text: 305393 3227 301 284 5c3b896868d41bbca4912e210be01d3f d693017b99821082458a68a360465bdfb9552a89 305392-6jnd/_s props: 305393 34509 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-debugger/files/patch-debugger__src__debug.c copyroot: 0 / PLAIN K 28 patch-debugger__src__debug.c V 29 file q-305393.0.r305393/34620 END ENDREP id: p-305393.0.r305393/35019 type: dir count: 0 text: 305393 34933 73 73 1e8ceef82f639a8bc91e4fb401657e05 cpath: /head/devel/geany-plugin-debugger/files copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: t-305393.0.r305393/35298 type: file count: 0 text: 305393 3541 235 218 db0fb5df77671c22f6df446d80a4d55a 689286d833f58285b3df00feb58103aa6149007e 305392-6jnd/_u props: 305393 35187 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-debugger/pkg-descr copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: v-305393.0.r305393/35697 type: file count: 0 text: 305393 3789 207 605 3767988278e6848a7ef7cba77e458eef e0bdbfb66a753f1f5a15c144ba4823d4f73ce7e6 305392-6jnd/_w props: 305393 35586 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-debugger/pkg-plist copyroot: 0 / PLAIN K 8 Makefile V 29 file m-305393.0.r305393/34221 K 5 files V 28 dir p-305393.0.r305393/35019 K 9 pkg-descr V 29 file t-305393.0.r305393/35298 K 9 pkg-plist V 29 file v-305393.0.r305393/35697 END ENDREP id: l-305393.0.r305393/36192 type: dir count: 0 text: 305393 35985 194 194 29c6bbe557db7f05f0d43025b3199516 cpath: /head/devel/geany-plugin-debugger copyroot: 0 / PLAIN K 13 svn:eol-style V 6 native K 12 svn:keywords V 10 FreeBSD=%H K 13 svn:mime-type V 10 text/plain END ENDREP id: y-305393.0.r305393/36472 type: file count: 0 text: 305393 4009 401 384 e159b2e9025f9ec0bc68de549b931ebe c841bf59604104bd947c2cbc557ab621afc258cb 305392-6jnd/_10 props: 305393 36356 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/devel/geany-plugin-devhelp/Makefile copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 11-305393.0.r305393/36871 type: file count: 0 text: 305393 4423 172 155 8dcc869e3bf9a9be5d0ccfd68fd906f6 c851c0a7a504293c835cbd41f0c51128c0883674 305392-6jnd/_12 props: 305393 36760 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-devhelp/pkg-descr copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 13-305393.0.r305393/37271 type: file count: 0 text: 305393 4608 504 487 dcd4858ad6cb6b25914d7ecbd102ea7f 493aa236a50dd93c38ecb0f28001f03a3ecaf446 305392-6jnd/_14 props: 305393 37160 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-devhelp/pkg-plist copyroot: 0 / PLAIN K 8 Makefile V 29 file y-305393.0.r305393/36472 K 9 pkg-descr V 30 file 11-305393.0.r305393/36871 K 9 pkg-plist V 30 file 13-305393.0.r305393/37271 END ENDREP id: x-305393.0.r305393/37725 type: dir count: 0 text: 305393 37560 152 152 45d40bd038959d2c1df92966aa0afd0d cpath: /head/devel/geany-plugin-devhelp copyroot: 0 / PLAIN K 13 svn:eol-style V 6 native K 12 svn:keywords V 10 FreeBSD=%H K 13 svn:mime-type V 10 text/plain END ENDREP id: 16-305393.0.r305393/38004 type: file count: 0 text: 305393 5125 305 288 9815fc44469cf424ddc2498a6d08a781 f6c6966f8ceb17fbb61aac3c56f7fd7942baf004 305392-6jnd/_18 props: 305393 37888 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/devel/geany-plugin-doc/Makefile copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 19-305393.0.r305393/38400 type: file count: 0 text: 305393 5443 420 403 40c6370350e574e594863862c4e04f00 2c16036c79570493965abfb3625f1f1863b027eb 305392-6jnd/_1a props: 305393 38289 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-doc/pkg-descr copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 1b-305393.0.r305393/38796 type: file count: 0 text: 305393 5876 275 258 4b8ea3eeb56cb579035b7587a88dde16 9ca139e975b816a77a886e14e4ddcccb9bf7591d 305392-6jnd/_1c props: 305393 38685 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-doc/pkg-plist copyroot: 0 / PLAIN K 8 Makefile V 30 file 16-305393.0.r305393/38004 K 9 pkg-descr V 30 file 19-305393.0.r305393/38400 K 9 pkg-plist V 30 file 1b-305393.0.r305393/38796 END ENDREP id: 15-305393.0.r305393/39247 type: dir count: 0 text: 305393 39081 153 153 f3c6b205b1c0673dba45eadce987c038 cpath: /head/devel/geany-plugin-doc copyroot: 0 / PLAIN K 13 svn:eol-style V 6 native K 12 svn:keywords V 10 FreeBSD=%H K 13 svn:mime-type V 10 text/plain END ENDREP id: 1e-305393.0.r305393/39523 type: file count: 0 text: 305393 6164 315 298 674f8296e7c877feba627a7bfd5b6969 6d63794411b44d089e43967f7e2253155ae553de 305392-6jnd/_1g props: 305393 39407 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/devel/geany-plugin-extrasel/Makefile copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 1h-305393.0.r305393/39924 type: file count: 0 text: 305393 6492 249 232 c663a0b3f6dbf01bda9fe0abea5eadc4 da8da692b632292db09cd5cf391a2a0dc6d6a6e1 305392-6jnd/_1i props: 305393 39813 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-extrasel/pkg-descr copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 1j-305393.0.r305393/40325 type: file count: 0 text: 305393 6754 320 303 19becbf0d9e8e3ca879235544abf980d 01633270ed5e009653a773bc823ffd284e7bfb40 305392-6jnd/_1k props: 305393 40214 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-extrasel/pkg-plist copyroot: 0 / PLAIN K 8 Makefile V 30 file 1e-305393.0.r305393/39523 K 9 pkg-descr V 30 file 1h-305393.0.r305393/39924 K 9 pkg-plist V 30 file 1j-305393.0.r305393/40325 END ENDREP id: 1d-305393.0.r305393/40781 type: dir count: 0 text: 305393 40615 153 153 af770fdf6420bed7ec519561f29f6897 cpath: /head/devel/geany-plugin-extrasel copyroot: 0 / PLAIN K 13 svn:eol-style V 6 native K 12 svn:keywords V 10 FreeBSD=%H K 13 svn:mime-type V 10 text/plain END ENDREP id: 1m-305393.0.r305393/41062 type: file count: 0 text: 305393 7087 305 288 b7532e20aa216399330e46a350b2110c 57eda3519714021682b9adb51ce01228e571e39f 305392-6jnd/_1o props: 305393 40946 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/devel/geany-plugin-gdb/Makefile copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 1p-305393.0.r305393/41458 type: file count: 0 text: 305393 7405 178 161 2006fec335e19b11da2aa66ca326ccd1 55ca18620c8c832be9687476299814122baec6ec 305392-6jnd/_1q props: 305393 41347 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-gdb/pkg-descr copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 1r-305393.0.r305393/41854 type: file count: 0 text: 305393 7596 386 369 963b44fa9f1a73fcc53fb52be94f7e2a 22aa19bf4927792c8587cc6504430ef9ca5b115e 305392-6jnd/_1s props: 305393 41743 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-gdb/pkg-plist copyroot: 0 / PLAIN K 8 Makefile V 30 file 1m-305393.0.r305393/41062 K 9 pkg-descr V 30 file 1p-305393.0.r305393/41458 K 9 pkg-plist V 30 file 1r-305393.0.r305393/41854 END ENDREP id: 1l-305393.0.r305393/42305 type: dir count: 0 text: 305393 42139 153 153 9cfc3d1cc83e84aecc4a746e2526cf35 cpath: /head/devel/geany-plugin-gdb copyroot: 0 / PLAIN K 13 svn:eol-style V 6 native K 12 svn:keywords V 10 FreeBSD=%H K 13 svn:mime-type V 10 text/plain END ENDREP id: 1u-305393.0.r305393/42581 type: file count: 0 text: 305393 7995 428 411 909d77016e01ff6e04a9443a24a2e13a dd320f36c11ffa3f8582f2db022ad8d28376b549 305392-6jnd/_1w props: 305393 42465 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/devel/geany-plugin-gendoc/Makefile copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 1x-305393.0.r305393/42980 type: file count: 0 text: 305393 8436 214 197 1c624e2c0efeb2f2d066224f3c34fe53 74c6ea57dc33ab491fc2f646ed7eff1f95d9d2a4 305392-6jnd/_1y props: 305393 42869 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-gendoc/pkg-descr copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 1z-305393.0.r305393/43379 type: file count: 0 text: 305393 8663 189 576 960928d0b165bcfba45c03e26f75ca5b 3ff1ce444b7f8fb4d86b86792febc728c0f53769 305392-6jnd/_20 props: 305393 43268 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-gendoc/pkg-plist copyroot: 0 / PLAIN K 8 Makefile V 30 file 1u-305393.0.r305393/42581 K 9 pkg-descr V 30 file 1x-305393.0.r305393/42980 K 9 pkg-plist V 30 file 1z-305393.0.r305393/43379 END ENDREP id: 1t-305393.0.r305393/43833 type: dir count: 0 text: 305393 43667 153 153 c7a36106f3410fd3bedd9fe5bcbb71da cpath: /head/devel/geany-plugin-gendoc copyroot: 0 / PLAIN K 13 svn:eol-style V 6 native K 12 svn:keywords V 10 FreeBSD=%H K 13 svn:mime-type V 10 text/plain END ENDREP id: 22-305393.0.r305393/44112 type: file count: 0 text: 305393 8865 335 318 79667fa60c8732e5c2b5a3c1739a92a0 b84521b489e38caf7ef35b4cef0b0e0e469439da 305392-6jnd/_24 props: 305393 43996 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/devel/geany-plugin-geniuspaste/Makefile copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 25-305393.0.r305393/44516 type: file count: 0 text: 305393 9213 442 425 ff711c2e3bec7aee51f1a2a36973cc7e 5a2efd7dd01ab5513fed72c76f5351a00efd1321 305392-6jnd/_26 props: 305393 44405 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-geniuspaste/pkg-descr copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 27-305393.0.r305393/44920 type: file count: 0 text: 305393 9668 302 285 804226a6ce560e6f0cd6fcd1b0cb2773 7c9d02835a5730cb19bc37b7a0ff6c5350ee44e0 305392-6jnd/_28 props: 305393 44809 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-geniuspaste/pkg-plist copyroot: 0 / PLAIN K 8 Makefile V 30 file 22-305393.0.r305393/44112 K 9 pkg-descr V 30 file 25-305393.0.r305393/44516 K 9 pkg-plist V 30 file 27-305393.0.r305393/44920 END ENDREP id: 21-305393.0.r305393/45379 type: dir count: 0 text: 305393 45213 153 153 c1b2fc3b97df51db91e0bec3f267c7b6 cpath: /head/devel/geany-plugin-geniuspaste copyroot: 0 / PLAIN K 13 svn:eol-style V 6 native K 12 svn:keywords V 10 FreeBSD=%H K 13 svn:mime-type V 10 text/plain END ENDREP id: 2a-305393.0.r305393/45663 type: file count: 0 text: 305393 9983 283 266 e950d27ecd6c45694cdb4f631d4354d2 0015850a8aeea32de5e6a22d74dc33263f783748 305392-6jnd/_2c props: 305393 45547 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/devel/geany-plugin-gproject/Makefile copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 2d-305393.0.r305393/46064 type: file count: 0 text: 305393 10279 445 428 1d3dba132f73350759a492b66d346e44 87d6c5d74a6613111e30ff873dfed433c31956d6 305392-6jnd/_2e props: 305393 45953 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-gproject/pkg-descr copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 2f-305393.0.r305393/46466 type: file count: 0 text: 305393 10737 210 616 dbcffcd90a964abcf80615ad415450a7 4f7c213e9d4794ab30040803a39e2e8ed1952908 305392-6jnd/_2g props: 305393 46355 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-gproject/pkg-plist copyroot: 0 / PLAIN K 8 Makefile V 30 file 2a-305393.0.r305393/45663 K 9 pkg-descr V 30 file 2d-305393.0.r305393/46064 K 9 pkg-plist V 30 file 2f-305393.0.r305393/46466 END ENDREP id: 29-305393.0.r305393/46923 type: dir count: 0 text: 305393 46757 153 153 a91c676377798eda9b55008ae1cfa6c7 cpath: /head/devel/geany-plugin-gproject copyroot: 0 / PLAIN K 13 svn:eol-style V 6 native K 12 svn:keywords V 10 FreeBSD=%H K 13 svn:mime-type V 10 text/plain END ENDREP id: 2i-305393.0.r305393/47204 type: file count: 0 text: 305393 10960 317 300 4508fa4264b5e55b8982d9e3d3c877bf 0789c64d27229ce5b0c0c0da3e388c84a35edcf0 305392-6jnd/_2k props: 305393 47088 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/devel/geany-plugin-insertnum/Makefile copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 2l-305393.0.r305393/47607 type: file count: 0 text: 305393 11290 326 309 3b28b12ec2ea8e7426d73c2e02d9a1bc 7a4001c56ac963d0488a791456eac64e01960d62 305392-6jnd/_2m props: 305393 47496 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-insertnum/pkg-descr copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 2n-305393.0.r305393/48010 type: file count: 0 text: 305393 11629 329 312 7fa7416dd54a9d51ec66e86955572f15 a3e60efdbe16256c29c9f8b77f01152c601d31d4 305392-6jnd/_2o props: 305393 47899 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-insertnum/pkg-plist copyroot: 0 / PLAIN K 8 Makefile V 30 file 2i-305393.0.r305393/47204 K 9 pkg-descr V 30 file 2l-305393.0.r305393/47607 K 9 pkg-plist V 30 file 2n-305393.0.r305393/48010 END ENDREP id: 2h-305393.0.r305393/48468 type: dir count: 0 text: 305393 48302 153 153 5d591c3913f08967539653c59dcf2ab1 cpath: /head/devel/geany-plugin-insertnum copyroot: 0 / PLAIN K 13 svn:eol-style V 6 native K 12 svn:keywords V 10 FreeBSD=%H K 13 svn:mime-type V 10 text/plain END ENDREP id: 2q-305393.0.r305393/48750 type: file count: 0 text: 305393 11971 309 292 81077f63395532a987d261f88b1cac95 47f31f2a662939e20f26ad116c45fa5b4524cc38 305392-6jnd/_2s props: 305393 48634 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/devel/geany-plugin-latex/Makefile copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 2t-305393.0.r305393/49149 type: file count: 0 text: 305393 12293 125 112 e0056826732a775ebeb53763f3f00321 1fe3fafdbc1cf5ad23b819506d3ab5c0c595c298 305392-6jnd/_2u props: 305393 49038 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-latex/pkg-descr copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 2v-305393.0.r305393/49548 type: file count: 0 text: 305393 12431 243 719 947f18425b1af864b9d8f1cec7f19147 59e89fe58d9763876f0511e28d89d31aba96bfa9 305392-6jnd/_2w props: 305393 49437 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-latex/pkg-plist copyroot: 0 / PLAIN K 8 Makefile V 30 file 2q-305393.0.r305393/48750 K 9 pkg-descr V 30 file 2t-305393.0.r305393/49149 K 9 pkg-plist V 30 file 2v-305393.0.r305393/49548 END ENDREP id: 2p-305393.0.r305393/50002 type: dir count: 0 text: 305393 49836 153 153 8d100c52470f1445f13b166bbb4aaa47 cpath: /head/devel/geany-plugin-latex copyroot: 0 / PLAIN K 13 svn:eol-style V 6 native K 12 svn:keywords V 10 FreeBSD=%H K 13 svn:mime-type V 10 text/plain END ENDREP id: 2y-305393.0.r305393/50280 type: file count: 0 text: 305393 12687 311 294 c061f4a5c5774de9257d018fa6e57582 e6c157176f2a0f17698bacf3d50aafb7d65422e7 305392-6jnd/_30 props: 305393 50164 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/devel/geany-plugin-lipsum/Makefile copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 31-305393.0.r305393/50680 type: file count: 0 text: 305393 13011 186 169 80edee1d1850831ac65e735c7a622f97 c8adaeb19a10d2b70b06a7348d7d41961c81594e 305392-6jnd/_32 props: 305393 50569 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-lipsum/pkg-descr copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 33-305393.0.r305393/51080 type: file count: 0 text: 305393 13210 302 285 6b674b2670ad9ce36d2c14ff2eafe41e 06deb82301b05984a03dfb3518522e5a82597b2a 305392-6jnd/_34 props: 305393 50969 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-lipsum/pkg-plist copyroot: 0 / PLAIN K 8 Makefile V 30 file 2y-305393.0.r305393/50280 K 9 pkg-descr V 30 file 31-305393.0.r305393/50680 K 9 pkg-plist V 30 file 33-305393.0.r305393/51080 END ENDREP id: 2x-305393.0.r305393/51535 type: dir count: 0 text: 305393 51369 153 153 446be50b8782693b199bfadaca249848 cpath: /head/devel/geany-plugin-lipsum copyroot: 0 / PLAIN K 13 svn:eol-style V 6 native K 12 svn:keywords V 10 FreeBSD=%H K 13 svn:mime-type V 10 text/plain END ENDREP id: 36-305393.0.r305393/51814 type: file count: 0 text: 305393 13525 319 302 ee3c0d007b9054321b30a777d0df649c 172d3835cb1970c8e31f412b531737f9dc0c600e 305392-6jnd/_38 props: 305393 51698 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/devel/geany-plugin-lua/Makefile copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 39-305393.0.r305393/52211 type: file count: 0 text: 305393 13857 90 77 e87863a57c23603fdc64c96c65918ea1 0cf65fb80aabe75485182bc0d7925fa100e7f524 305392-6jnd/_3a props: 305393 52100 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-lua/pkg-descr copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 3b-305393.0.r305393/52606 type: file count: 0 text: 305393 13960 432 1846 a2c6b301f8b32a918a25700711d76990 bf27a8e5e5c8504dba4f6c2f8a8535b145e47676 305392-6jnd/_3c props: 305393 52495 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-lua/pkg-plist copyroot: 0 / PLAIN K 8 Makefile V 30 file 36-305393.0.r305393/51814 K 9 pkg-descr V 30 file 39-305393.0.r305393/52211 K 9 pkg-plist V 30 file 3b-305393.0.r305393/52606 END ENDREP id: 35-305393.0.r305393/53059 type: dir count: 0 text: 305393 52893 153 153 2881f6a2c249d7c34858802a071f0653 cpath: /head/devel/geany-plugin-lua copyroot: 0 / PLAIN K 13 svn:eol-style V 6 native K 12 svn:keywords V 10 FreeBSD=%H K 13 svn:mime-type V 10 text/plain END ENDREP id: 3e-305393.0.r305393/53335 type: file count: 0 text: 305393 14405 309 292 ae7acc08313b221104bc7b94461e6fce 3454c068ac1d82154bcb1dad5abfe7c033ee3096 305392-6jnd/_3g props: 305393 53219 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/devel/geany-plugin-macro/Makefile copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 3h-305393.0.r305393/53734 type: file count: 0 text: 305393 14727 118 105 30cce96cf6632f7f6e4e4ce9a6ce92c5 45e66d3f5a90c9dc9c6bfcd5cdf04defa8941389 305392-6jnd/_3i props: 305393 53623 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-macro/pkg-descr copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 3j-305393.0.r305393/54133 type: file count: 0 text: 305393 14858 293 276 a4f72321ad0ef7a6b5b6e7b930810963 ea139bfbda1a712ca016d4266b27e152b9268480 305392-6jnd/_3k props: 305393 54022 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-macro/pkg-plist copyroot: 0 / PLAIN K 8 Makefile V 30 file 3e-305393.0.r305393/53335 K 9 pkg-descr V 30 file 3h-305393.0.r305393/53734 K 9 pkg-plist V 30 file 3j-305393.0.r305393/54133 END ENDREP id: 3d-305393.0.r305393/54587 type: dir count: 0 text: 305393 54421 153 153 f77d845ea00356795b7d0b7b5a61cd16 cpath: /head/devel/geany-plugin-macro copyroot: 0 / PLAIN K 13 svn:eol-style V 6 native K 12 svn:keywords V 10 FreeBSD=%H K 13 svn:mime-type V 10 text/plain END ENDREP id: 3m-305393.0.r305393/54865 type: file count: 0 text: 305393 15164 319 302 7f6f9ce3dc5e5d5a823daa135c432f7b 6a0f32375179322358b48ea0112cdf912660cde1 305392-6jnd/_3o props: 305393 54749 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/devel/geany-plugin-miniscript/Makefile copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 3p-305393.0.r305393/55269 type: file count: 0 text: 305393 15496 395 378 13e72678576d276272dda83f72cc0f0b 89e148cbef2334e0e9b38317bcdda100b94331e9 305392-6jnd/_3q props: 305393 55158 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-miniscript/pkg-descr copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 3r-305393.0.r305393/55673 type: file count: 0 text: 305393 15904 338 321 4b675f36daea6f56f5ac796185c53bdf d6c6cc406d0900e4c12d5bd252a28ad3fca196c8 305392-6jnd/_3s props: 305393 55562 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-miniscript/pkg-plist copyroot: 0 / PLAIN K 8 Makefile V 30 file 3m-305393.0.r305393/54865 K 9 pkg-descr V 30 file 3p-305393.0.r305393/55269 K 9 pkg-plist V 30 file 3r-305393.0.r305393/55673 END ENDREP id: 3l-305393.0.r305393/56132 type: dir count: 0 text: 305393 55966 153 153 8c78f522d5557d5b76acb4f24944a6ea cpath: /head/devel/geany-plugin-miniscript copyroot: 0 / PLAIN K 13 svn:eol-style V 6 native K 12 svn:keywords V 10 FreeBSD=%H K 13 svn:mime-type V 10 text/plain END ENDREP id: 3u-305393.0.r305393/56415 type: file count: 0 text: 305393 16255 343 326 5264b7ed33ca875da16a2b2b4085368e a210fdf143dd9b1a0c15598726b54ad96fc5a0d8 305392-6jnd/_3w props: 305393 56299 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/devel/geany-plugin-multiterm/Makefile copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 3x-305393.0.r305393/56818 type: file count: 0 text: 305393 16611 228 211 f901bfaaafd2e9f27ea3b089af34edf0 08666c53e283c5d08b831599e900bf31da710573 305392-6jnd/_3y props: 305393 56707 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-multiterm/pkg-descr copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 3z-305393.0.r305393/57221 type: file count: 0 text: 305393 16852 311 294 22b2d4144d6eb5351856d52c3e6d2e85 82fb3eba32c028d42de1168a16b13ce6a8bff6be 305392-6jnd/_40 props: 305393 57110 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-multiterm/pkg-plist copyroot: 0 / PLAIN K 8 Makefile V 30 file 3u-305393.0.r305393/56415 K 9 pkg-descr V 30 file 3x-305393.0.r305393/56818 K 9 pkg-plist V 30 file 3z-305393.0.r305393/57221 END ENDREP id: 3t-305393.0.r305393/57679 type: dir count: 0 text: 305393 57513 153 153 1d592e964d35e5d60ce324edaa6ebfb5 cpath: /head/devel/geany-plugin-multiterm copyroot: 0 / PLAIN K 13 svn:eol-style V 6 native K 12 svn:keywords V 10 FreeBSD=%H K 13 svn:mime-type V 10 text/plain END ENDREP id: 42-305393.0.r305393/57961 type: file count: 0 text: 305393 17176 333 316 f35e47ff61064f638d26c5018512984a 2d2c7f89ef317a571014e26ff0d6c00623eab979 305392-6jnd/_44 props: 305393 57845 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/devel/geany-plugin-numberedbookmarks/Makefile copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 45-305393.0.r305393/58372 type: file count: 0 text: 305393 17522 193 176 6657e422c41f051fbfd3c0393d93961b 68e3bc2ffd0f5feca9293b1a535cd83eac11ebd5 305392-6jnd/_46 props: 305393 58261 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-numberedbookmarks/pkg-descr copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 47-305393.0.r305393/58783 type: file count: 0 text: 305393 17728 401 384 f3217a25748f0b4d4a75c1428ae0d51d b6d5c1d7b9299e79584d429a5fc20d4262d2bbdc 305392-6jnd/_48 props: 305393 58672 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-numberedbookmarks/pkg-plist copyroot: 0 / PLAIN K 8 Makefile V 30 file 42-305393.0.r305393/57961 K 9 pkg-descr V 30 file 45-305393.0.r305393/58372 K 9 pkg-plist V 30 file 47-305393.0.r305393/58783 END ENDREP id: 41-305393.0.r305393/59249 type: dir count: 0 text: 305393 59083 153 153 a85c5ab144d3af7f7c2ce36bb7060e9f cpath: /head/devel/geany-plugin-numberedbookmarks copyroot: 0 / PLAIN K 13 svn:eol-style V 6 native K 12 svn:keywords V 10 FreeBSD=%H K 13 svn:mime-type V 10 text/plain END ENDREP id: 4a-305393.0.r305393/59539 type: file count: 0 text: 305393 18142 398 381 e1dee3ba04d27030c69236163cb36df4 fb0f8ee57ce74722f9b2d01ea760b5e859527540 305392-6jnd/_4c props: 305393 59423 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/devel/geany-plugin-pg/Makefile copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 4d-305393.0.r305393/59935 type: file count: 0 text: 305393 18553 166 149 02b801560aa4fa1cfcbceb2d08f0df44 126f606f167e48207f4be4a8b14d010ec475f2e5 305392-6jnd/_4e props: 305393 59824 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-pg/pkg-descr copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 4f-305393.0.r305393/60331 type: file count: 0 text: 305393 18732 266 249 5f421672175e40376b7e21238f1a6da3 db2ac77763d953c4d1a0f2b06df63b2023910506 305392-6jnd/_4g props: 305393 60220 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-pg/pkg-plist copyroot: 0 / PLAIN K 8 Makefile V 30 file 4a-305393.0.r305393/59539 K 9 pkg-descr V 30 file 4d-305393.0.r305393/59935 K 9 pkg-plist V 30 file 4f-305393.0.r305393/60331 END ENDREP id: 49-305393.0.r305393/60782 type: dir count: 0 text: 305393 60616 153 153 73007e51fe5bc51de298856ed354c0d1 cpath: /head/devel/geany-plugin-pg copyroot: 0 / PLAIN K 13 svn:eol-style V 6 native K 12 svn:keywords V 10 FreeBSD=%H K 13 svn:mime-type V 10 text/plain END ENDREP id: 4i-305393.0.r305393/61057 type: file count: 0 text: 305393 19011 334 317 6ae4bf685f7dd703a2210346bf79c666 0ceffa241cce239e673184b25fa9e0cb06a2a695 305392-6jnd/_4k props: 305393 60941 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/devel/geany-plugin-pretty-printer/Makefile copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 4l-305393.0.r305393/61465 type: file count: 0 text: 305393 19358 78 65 ffd46d6dcec785e8c9d8283cfb6ea4d8 55200142af73cad608ab8fe08d3ea8f2dec38152 305392-6jnd/_4m props: 305393 61354 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-pretty-printer/pkg-descr copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 4n-305393.0.r305393/61871 type: file count: 0 text: 305393 19449 96 83 0724a71780023c07df37c8d427994b0c de898331fb3c1a421c99ea802f7095ed44a2e3f6 305392-6jnd/_4o props: 305393 61760 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-pretty-printer/pkg-plist copyroot: 0 / PLAIN K 8 Makefile V 30 file 4i-305393.0.r305393/61057 K 9 pkg-descr V 30 file 4l-305393.0.r305393/61465 K 9 pkg-plist V 30 file 4n-305393.0.r305393/61871 END ENDREP id: 4h-305393.0.r305393/62332 type: dir count: 0 text: 305393 62166 153 153 f12cc205a20715050de78517e63a7dcc cpath: /head/devel/geany-plugin-pretty-printer copyroot: 0 / PLAIN K 13 svn:eol-style V 6 native K 12 svn:keywords V 10 FreeBSD=%H K 13 svn:mime-type V 10 text/plain END ENDREP id: 4q-305393.0.r305393/62619 type: file count: 0 text: 305393 19558 305 288 d6f77c9d53c4d1676ddb07c492eec153 b09e2e5b7b0c50e26c409b9c0b2b454e88d19f0e 305392-6jnd/_4s props: 305393 62503 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/devel/geany-plugin-prj/Makefile copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 4t-305393.0.r305393/63016 type: file count: 0 text: 305393 19876 96 83 a5c048e34d8d1abbb86948b22b3c3630 bc50cb15fef0bb82f0e61489ed11d9a38f92370a 305392-6jnd/_4u props: 305393 62905 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-prj/pkg-descr copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 4v-305393.0.r305393/63411 type: file count: 0 text: 305393 19985 275 258 d7abc69363128c100c942f4a633cc221 ed39e11cbac03a5aefa7110d2db2d252483a0bdd 305392-6jnd/_4w props: 305393 63300 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-prj/pkg-plist copyroot: 0 / PLAIN K 8 Makefile V 30 file 4q-305393.0.r305393/62619 K 9 pkg-descr V 30 file 4t-305393.0.r305393/63016 K 9 pkg-plist V 30 file 4v-305393.0.r305393/63411 END ENDREP id: 4p-305393.0.r305393/63863 type: dir count: 0 text: 305393 63697 153 153 0a0c6b609086f537e67fff1f0c11c9a9 cpath: /head/devel/geany-plugin-prj copyroot: 0 / PLAIN K 13 svn:eol-style V 6 native K 12 svn:keywords V 10 FreeBSD=%H K 13 svn:mime-type V 10 text/plain END ENDREP id: 4y-305393.0.r305393/64139 type: file count: 0 text: 305393 20273 315 298 14047600c4b48da91c0d4f797d987466 e180b7649f05ee97c6faf58efa72423ac928ee10 305392-6jnd/_50 props: 305393 64023 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/devel/geany-plugin-sendmail/Makefile copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 51-305393.0.r305393/64541 type: file count: 0 text: 305393 20601 302 285 512c79ee298e210d02ebb75b34e37947 99846c2ae9d2476bb3938d0de5fcd555bbda138d 305392-6jnd/_52 props: 305393 64430 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-sendmail/pkg-descr copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 53-305393.0.r305393/64943 type: file count: 0 text: 305393 20916 320 303 b520efc09e61ef1cbd625a9deb93dcd0 fce3369696098646ea333d118e1e3bd87078e09d 305392-6jnd/_54 props: 305393 64832 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-sendmail/pkg-plist copyroot: 0 / PLAIN K 8 Makefile V 30 file 4y-305393.0.r305393/64139 K 9 pkg-descr V 30 file 51-305393.0.r305393/64541 K 9 pkg-plist V 30 file 53-305393.0.r305393/64943 END ENDREP id: 4x-305393.0.r305393/65400 type: dir count: 0 text: 305393 65234 153 153 a45db8487e744c9cee4901dc31e3bad6 cpath: /head/devel/geany-plugin-sendmail copyroot: 0 / PLAIN K 13 svn:eol-style V 6 native K 12 svn:keywords V 10 FreeBSD=%H K 13 svn:mime-type V 10 text/plain END ENDREP id: 56-305393.0.r305393/65681 type: file count: 0 text: 305393 21249 286 269 9eb0a3d0ea33d87a03c400f6387215fd 19e1bd5fd2cfa7f908a7dafe6d648cfa6783d25f 305392-6jnd/_58 props: 305393 65565 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/devel/geany-plugin-shiftcolumn/Makefile copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 59-305393.0.r305393/66086 type: file count: 0 text: 305393 21548 121 108 4a2144d029058bae1063f086a34226a2 5ebbd173ae2c120ee8ff122021910e7f129e14ff 305392-6jnd/_5a props: 305393 65975 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-shiftcolumn/pkg-descr copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 5b-305393.0.r305393/66491 type: file count: 0 text: 305393 21682 302 285 88abb7eee5418766503e19b0699b2e03 e4c477e22bf4b1a3e0da3fd442d79c40400ae404 305392-6jnd/_5c props: 305393 66380 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-shiftcolumn/pkg-plist copyroot: 0 / PLAIN K 8 Makefile V 30 file 56-305393.0.r305393/65681 K 9 pkg-descr V 30 file 59-305393.0.r305393/66086 K 9 pkg-plist V 30 file 5b-305393.0.r305393/66491 END ENDREP id: 55-305393.0.r305393/66951 type: dir count: 0 text: 305393 66785 153 153 9f161b4ba057bc331514c6ec3a5bd199 cpath: /head/devel/geany-plugin-shiftcolumn copyroot: 0 / PLAIN K 13 svn:eol-style V 6 native K 12 svn:keywords V 10 FreeBSD=%H K 13 svn:mime-type V 10 text/plain END ENDREP id: 5e-305393.0.r305393/67235 type: file count: 0 text: 305393 21997 338 321 386fb39fd57a9787354eda8023345e78 b047c010623aa1001397521baeaedb5c60346c9a 305392-6jnd/_5g props: 305393 67119 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/devel/geany-plugin-spellcheck/Makefile copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 5h-305393.0.r305393/67639 type: file count: 0 text: 305393 22348 166 149 3c3b79825e705fb993c8be3a3c6e0a7e eca32bf0e33fc6e72cc05d6fb47e7abb7268ce99 305392-6jnd/_5i props: 305393 67528 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-spellcheck/pkg-descr copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 5j-305393.0.r305393/68043 type: file count: 0 text: 305393 22527 293 276 d5827f07e6e4b36c9d08cef59c4cdaa4 1d3f22858d5b53f7871831caf31aaf4c77c8e3c3 305392-6jnd/_5k props: 305393 67932 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-spellcheck/pkg-plist copyroot: 0 / PLAIN K 8 Makefile V 30 file 5e-305393.0.r305393/67235 K 9 pkg-descr V 30 file 5h-305393.0.r305393/67639 K 9 pkg-plist V 30 file 5j-305393.0.r305393/68043 END ENDREP id: 5d-305393.0.r305393/68502 type: dir count: 0 text: 305393 68336 153 153 50340048467af73ef8f9b3a342da732c cpath: /head/devel/geany-plugin-spellcheck copyroot: 0 / PLAIN K 13 svn:eol-style V 6 native K 12 svn:keywords V 10 FreeBSD=%H K 13 svn:mime-type V 10 text/plain END ENDREP id: 5m-305393.0.r305393/68785 type: file count: 0 text: 305393 22833 287 270 7d7b2712fa2a583d563c633047c48442 b8f8a24203f286b04be0d9cadda6e9ce4ed67f2d 305392-6jnd/_5o props: 305393 68669 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/devel/geany-plugin-tableconvert/Makefile copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 5p-305393.0.r305393/69191 type: file count: 0 text: 305393 23133 163 146 442e99b9e26f306261fb71987bfc324a e44ab765187b72878545d6a00463d75d324dff78 305392-6jnd/_5q props: 305393 69080 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-tableconvert/pkg-descr copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 5r-305393.0.r305393/69597 type: file count: 0 text: 305393 23309 311 294 6b4bb2799408fa89ce477f0942ae442a b7638a8755b4106ebe1089add3de289718b53bc0 305392-6jnd/_5s props: 305393 69486 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-tableconvert/pkg-plist copyroot: 0 / PLAIN K 8 Makefile V 30 file 5m-305393.0.r305393/68785 K 9 pkg-descr V 30 file 5p-305393.0.r305393/69191 K 9 pkg-plist V 30 file 5r-305393.0.r305393/69597 END ENDREP id: 5l-305393.0.r305393/70058 type: dir count: 0 text: 305393 69892 153 153 5732f517312f30d675a218a403208881 cpath: /head/devel/geany-plugin-tableconvert copyroot: 0 / PLAIN K 13 svn:eol-style V 6 native K 12 svn:keywords V 10 FreeBSD=%H K 13 svn:mime-type V 10 text/plain END ENDREP id: 5u-305393.0.r305393/70343 type: file count: 0 text: 305393 23633 286 269 01dd2fe77ca4709efef69a5feda6698a 4e55b530e4df144809e64e99014bc50d581959a8 305392-6jnd/_5w props: 305393 70227 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/devel/geany-plugin-treebrowser/Makefile copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 5x-305393.0.r305393/70748 type: file count: 0 text: 305393 23932 283 266 8d9d1db4dcd7ef4f0e8a37a4f015e64e 0ec35c99f919852c51bd9208397677d301f9e280 305392-6jnd/_5y props: 305393 70637 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-treebrowser/pkg-descr copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 5z-305393.0.r305393/71153 type: file count: 0 text: 305393 24228 302 285 0bcec0e92f129152ae03316d7b5ac012 5213b8979fe05d24c4bf974f1df45debaeb24f34 305392-6jnd/_60 props: 305393 71042 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-treebrowser/pkg-plist copyroot: 0 / PLAIN K 8 Makefile V 30 file 5u-305393.0.r305393/70343 K 9 pkg-descr V 30 file 5x-305393.0.r305393/70748 K 9 pkg-plist V 30 file 5z-305393.0.r305393/71153 END ENDREP id: 5t-305393.0.r305393/71613 type: dir count: 0 text: 305393 71447 153 153 3fbacb23361c920471158e094a4aaa43 cpath: /head/devel/geany-plugin-treebrowser copyroot: 0 / PLAIN K 13 svn:eol-style V 6 native K 12 svn:keywords V 10 FreeBSD=%H K 13 svn:mime-type V 10 text/plain END ENDREP id: 62-305393.0.r305393/71897 type: file count: 0 text: 305393 24543 337 320 cdd46e59b66d4fff37f1192f66b6ffbb 7bc7e102b6dc4260521d7ab2388a7c63cb527a5d 305392-6jnd/_64 props: 305393 71781 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/devel/geany-plugin-updatechecker/Makefile copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 65-305393.0.r305393/72304 type: file count: 0 text: 305393 24893 186 169 2b0fd3fe7ebb7ab1263a9136bc0c17f7 f2a74fd9039b1a0efe8206c9580906b8381af7e5 305392-6jnd/_66 props: 305393 72193 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-updatechecker/pkg-descr copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 67-305393.0.r305393/72711 type: file count: 0 text: 305393 25092 320 303 35e0b40a06f1536ddcf6ed9413f2ac74 33c47a92b7878c83477e0782fee16c83a47b5bc6 305392-6jnd/_68 props: 305393 72600 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-updatechecker/pkg-plist copyroot: 0 / PLAIN K 8 Makefile V 30 file 62-305393.0.r305393/71897 K 9 pkg-descr V 30 file 65-305393.0.r305393/72304 K 9 pkg-plist V 30 file 67-305393.0.r305393/72711 END ENDREP id: 61-305393.0.r305393/73173 type: dir count: 0 text: 305393 73007 153 153 b73a68ea38f015e96adc7f709f71773e cpath: /head/devel/geany-plugin-updatechecker copyroot: 0 / PLAIN K 13 svn:eol-style V 6 native K 12 svn:keywords V 10 FreeBSD=%H K 13 svn:mime-type V 10 text/plain END ENDREP id: 6a-305393.0.r305393/73459 type: file count: 0 text: 305393 25425 385 600 84295b3fbc84c33da6aa37301b0b6576 c644019c01c58dd89ca5deddd73c4a24ac34f034 305392-6jnd/_6c props: 305393 73343 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/devel/geany-plugin-vc/Makefile copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 6d-305393.0.r305393/73855 type: file count: 0 text: 305393 25823 306 289 ba536b5df02f718756235c42036368bf efb91d9fb93a7beeb9753defbc51ca567525b634 305392-6jnd/_6e props: 305393 73744 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-vc/pkg-descr copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 6f-305393.0.r305393/74251 type: file count: 0 text: 305393 26142 266 249 c8d357d365175c15af5220e980c2d831 fe51e071f30acd5b0333ea3f26efc49223b40b38 305392-6jnd/_6g props: 305393 74140 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-vc/pkg-plist copyroot: 0 / PLAIN K 8 Makefile V 30 file 6a-305393.0.r305393/73459 K 9 pkg-descr V 30 file 6d-305393.0.r305393/73855 K 9 pkg-plist V 30 file 6f-305393.0.r305393/74251 END ENDREP id: 69-305393.0.r305393/74702 type: dir count: 0 text: 305393 74536 153 153 9cb6d2d144a39311baeb97f0e0836af8 cpath: /head/devel/geany-plugin-vc copyroot: 0 / PLAIN K 13 svn:eol-style V 6 native K 12 svn:keywords V 10 FreeBSD=%H K 13 svn:mime-type V 10 text/plain END ENDREP id: 6i-305393.0.r305393/74977 type: file count: 0 text: 305393 26421 340 323 c6a3ae7e7d77ddb27737077d9fe01639 95db81d99671fa159aa1effb3e48ba2f424fdf0c 305392-6jnd/_6k props: 305393 74861 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/devel/geany-plugin-webhelper/Makefile copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 6l-305393.0.r305393/75380 type: file count: 0 text: 305393 26774 211 194 bc4c92f4ad9e1c63fe33ef449549d481 d4c2a5b6916cc78db656df9d7ce0eb0f12d0ef4e 305392-6jnd/_6m props: 305393 75269 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-webhelper/pkg-descr copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 6n-305393.0.r305393/75783 type: file count: 0 text: 305393 26998 311 294 25462aaa065ebf45cbb0e4eaac24a91b 608f39d10d3479fa75ca1e28dc0824e08cf884b9 305392-6jnd/_6o props: 305393 75672 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-webhelper/pkg-plist copyroot: 0 / PLAIN K 8 Makefile V 30 file 6i-305393.0.r305393/74977 K 9 pkg-descr V 30 file 6l-305393.0.r305393/75380 K 9 pkg-plist V 30 file 6n-305393.0.r305393/75783 END ENDREP id: 6h-305393.0.r305393/76241 type: dir count: 0 text: 305393 76075 153 153 ae2f043901c231403282474510c8a51d cpath: /head/devel/geany-plugin-webhelper copyroot: 0 / PLAIN K 13 svn:eol-style V 6 native K 12 svn:keywords V 10 FreeBSD=%H K 13 svn:mime-type V 10 text/plain END ENDREP id: 6q-305393.0.r305393/76523 type: file count: 0 text: 305393 27322 286 269 9cd7b17a3778ef78387d51c8e3823587 1a0708673d9442a92c5a71b9e94831ddc4353c50 305392-6jnd/_6s props: 305393 76407 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/devel/geany-plugin-xmlsnippets/Makefile copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 6t-305393.0.r305393/76928 type: file count: 0 text: 305393 27621 207 190 c94b6a8287ff9874dceb373f891de56a a2f7571e4bd22c03f65d1a16c882f90ab54dbfb7 305392-6jnd/_6u props: 305393 76817 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-xmlsnippets/pkg-descr copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 6v-305393.0.r305393/77333 type: file count: 0 text: 305393 27841 302 285 44c3d698a04f90933c7740c42ae5d3f7 35ecf852a0d4b0a28525e267aaa43955f9c24f2d 305392-6jnd/_6w props: 305393 77222 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugin-xmlsnippets/pkg-plist copyroot: 0 / PLAIN K 8 Makefile V 30 file 6q-305393.0.r305393/76523 K 9 pkg-descr V 30 file 6t-305393.0.r305393/76928 K 9 pkg-plist V 30 file 6v-305393.0.r305393/77333 END ENDREP id: 6p-305393.0.r305393/77793 type: dir count: 0 text: 305393 77627 153 153 9ed4b86825dc28a015f3e381e50e6082 cpath: /head/devel/geany-plugin-xmlsnippets copyroot: 0 / PLAIN K 13 svn:eol-style V 6 native K 12 svn:keywords V 10 FreeBSD=%H K 13 svn:mime-type V 10 text/plain END ENDREP id: 5-260369.0.r305393/78077 type: file pred: 5-260369.0.r300896/8120118 count: 8 text: 305393 28156 415 691 d18072843dd7132d087578cb43d8e07b 9d0576ea848f888d177c361db200ab5d301f26ef 305392-6jnd/_6y props: 305393 77961 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/devel/geany-plugins/Makefile copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: 8-260369.0.r305393/78503 type: file pred: 8-260369.0.r300896/8118758 count: 4 text: 305393 28599 165 147 b80aa41ce583ffda938bad9bdfa46360 224ea2794fd6d3d9c6e51bb4d80d2b3022efe1d1 305392-6jnd/_6z props: 305393 78392 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugins/distinfo copyroot: 0 / PLAIN K 13 svn:eol-style V 6 native K 12 svn:keywords V 10 FreeBSD=%H K 13 svn:mime-type V 10 text/plain END ENDREP id: 70-305393.0.r305393/78933 type: file count: 0 text: 305393 28793 614 1260 8469ee3bd97b743296587ec207ab3c63 e9b80bb2ec07677606bdd8df6967eef8de55df65 305392-6jnd/_72 props: 305393 78817 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/devel/geany-plugins/files/Makefile.common copyroot: 0 / PLAIN K 13 svn:eol-style V 6 native K 12 svn:keywords V 10 FreeBSD=%H K 13 svn:mime-type V 10 text/plain END ENDREP id: 73-305393.0.r305393/79346 type: file count: 0 text: 305393 29420 897 1801 675f667b0a71522efb35034197800dfb 8723500d7fa16a0246bfb7a0bc36cc5b999d4703 305392-6jnd/_74 props: 305393 79230 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/devel/geany-plugins/files/bsd.geany-plugins.mk copyroot: 0 / PLAIN K 15 Makefile.common V 30 file 70-305393.0.r305393/78933 K 20 bsd.geany-plugins.mk V 30 file 73-305393.0.r305393/79346 END ENDREP id: a-260369.0.r305393/79784 type: dir pred: a-260369.0.r300896/8119873 count: 3 text: 305393 79648 123 123 f8fdee75fdac6c4aa521bee72fbae051 cpath: /head/devel/geany-plugins/files copyroot: 0 / PLAIN K 15 fbsd:nokeywords V 3 yes K 13 svn:eol-style V 6 native K 13 svn:mime-type V 10 text/plain END ENDREP id: e-260369.0.r305393/80090 type: file pred: e-260369.0.r300896/8119116 count: 3 text: 305393 30330 118 104 d78d39b24aac9e8398bdc61c8e6679f0 f716c8496ee4f1af3d7042be2d24985daffe4c31 305392-6jnd/_75 props: 305393 79979 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/devel/geany-plugins/pkg-descr copyroot: 0 / PLAIN K 8 Makefile V 29 file 5-260369.0.r305393/78077 K 8 distinfo V 29 file 8-260369.0.r305393/78503 K 5 files V 28 dir a-260369.0.r305393/79784 K 9 pkg-descr V 29 file e-260369.0.r305393/80090 END ENDREP id: 4-260369.0.r305393/80611 type: dir pred: 4-260369.0.r300896/8120641 count: 8 text: 305393 80405 193 193 ab2748ab9e82fca1a2d3f05c86d211eb cpath: /head/devel/geany-plugins copyroot: 0 / PLAIN K 5 9base V 30 dir 2-186509.0.r300896/8404716 K 13 ElectricFence V 28 dir 2-8597.0.r300896/4653992 K 8 Makefile V 25 file 2-75.0.r305393/30769 K 5 ORBit V 29 dir 2-12636.0.r300896/4044360 K 6 ORBit2 V 28 dir l-12636.0.r300896/941290 K 16 ORBit2-reference V 30 dir 7-161871.0.r300896/3485952 K 15 R-cran-Defaults V 30 dir 4-295061.0.r300896/5389675 K 12 R-cran-Hmisc V 27 dir 4-304451.0.r304451/2600 K 12 R-cran-RUnit V 27 dir 4-303027.0.r303027/2564 K 13 R-cran-bitops V 30 dir 4-280637.0.r300896/1446803 K 12 R-cran-caret V 27 dir 4-281052.0.r305326/1497 K 12 R-cran-chron V 27 dir 4-302953.0.r302953/3472 K 14 R-cran-foreach V 30 dir 4-281131.0.r300896/5943846 K 10 R-cran-gbm V 27 dir 4-304450.0.r304450/2569 K 13 R-cran-glmnet V 27 dir 4-304453.0.r304453/2548 K 13 R-cran-gsubfn V 27 dir 4-302952.0.r302952/2812 K 16 R-cran-iterators V 30 dir 4-280759.0.r300896/1384231 K 16 R-cran-itertools V 30 dir 4-280760.0.r300896/6495304 K 14 R-cran-memoise V 30 dir 4-292774.0.r300896/3825397 K 11 R-cran-plyr V 29 dir 4-280761.0.r301510/192184 K 12 R-cran-proto V 30 dir 4-281561.0.r300896/1334600 K 19 R-cran-randomForest V 27 dir 4-304452.0.r304452/2608 K 14 R-cran-reshape V 30 dir 4-281051.0.r300896/6503249 K 15 R-cran-reshape2 V 30 dir 4-290606.0.r300896/1919332 K 7 SpecTcl V 28 dir 2-8098.0.r300896/8982822 K 13 ZendOptimizer V 29 dir 4-97807.0.r300896/3617922 K 3 aap V 29 dir 4-70847.0.r300896/2972863 K 22 abi-compliance-checker V 27 dir 4-240387.0.r303190/1369 K 3 ace V 28 dir 4-97393.0.r301539/190620 K 11 ace+tao-doc V 29 dir 4-97944.0.r300896/6389185 K 12 activitymail V 29 dir 4-94057.0.r300896/4412473 K 8 adabooch V 29 dir 4-89518.0.r300896/4277966 K 17 adabooch-doc-html V 29 dir 4-89516.0.r300896/1114095 K 9 adacurses V 28 dir 4-61589.0.r300896/872097 K 6 adasdl V 29 dir 4-89514.0.r300896/8670873 K 5 adime V 28 dir 4-142965.0.r305369/23865 K 5 aegis V 30 dir 4-205012.0.r300896/4528035 K 4 afay V 30 dir 4-177236.0.r300896/4615254 K 5 aifad V 30 dir 4-171271.0.r300896/7804072 K 9 alabastra V 28 dir 4-194475.0.r301519/52689 K 3 ald V 29 dir 4-43219.0.r300896/3383520 K 3 alf V 29 dir 4-65599.0.r300896/3386753 K 7 allegro V 27 dir 4-39059.0.r304889/12229 K 13 allegro-devel V 25 dir k-39059.0.r305351/670 K 6 anjuta V 29 dir 4-40672.0.r300896/4052076 K 13 anjuta-extras V 30 dir 56-244923.0.r301858/120273 K 5 antlr V 25 dir 4-73700.0.r302638/663 K 10 antlrworks V 30 dir 4-178963.0.r300896/4816591 K 10 apache-ant V 29 dir 4-40780.0.r300896/7579027 K 19 api-sanity-autotest V 30 dir 4-254033.0.r300896/5939879 K 12 apiextractor V 29 dir 4-287621.0.r300896/830531 K 4 apr1 V 28 dir 1a-56090.0.r303550/18716 K 4 apr2 V 30 dir 1o-56090.0.r300896/7998798 K 7 arduino V 27 dir 4-251900.0.r301609/1392 K 12 arduino-glcd V 27 dir 4-301182.0.r301182/4556 K 16 arduino-irremote V 27 dir 4-301269.0.r301269/3869 K 10 arduino-mk V 27 dir 4-292122.0.r302159/3020 K 7 argouml V 29 dir 4-82945.0.r300896/6648429 K 15 argp-standalone V 30 dir 4-102610.0.r300896/7818164 K 8 argtable V 29 dir 4-96002.0.r300896/3215967 K 16 arm-elf-binutils V 29 dir 4-36772.0.r300896/2796284 K 18 arm-rtems-binutils V 29 dir 4-41549.0.r300896/1581175 K 13 arm-rtems-gcc V 29 dir 4-41552.0.r300896/8460335 K 13 arm-rtems-gdb V 29 dir 4-41558.0.r300896/8489452 K 8 aros-sdk V 30 dir 4-182655.0.r300896/7605841 K 3 art V 29 dir 4-293460.0.r301510/192896 K 4 as31 V 28 dir 4-95187.0.r300896/653433 K 7 asdlgen V 30 dir 4-213586.0.r300896/5934638 K 3 asl V 28 dir 2-7017.0.r300896/3630791 K 8 asmutils V 29 dir 4-39472.0.r300896/8082646 K 4 asmx V 27 dir 4-222179.0.r301161/1393 K 15 astah-community V 30 dir 4-107716.0.r300896/3948159 K 6 astyle V 28 dir 2-17583.0.r301510/193548 K 5 atlas V 29 dir 4-40906.0.r300896/8258742 K 11 atlas-devel V 29 dir g-40906.0.r300896/3968672 K 19 ats-contrib-testing V 30 dir 4-283528.0.r300896/8459708 K 8 autobook V 28 dir 4-51735.0.r301510/194253 K 8 autoconf V 30 dir 8-265861.0.r300896/2234440 K 16 autoconf-archive V 30 dir 4-176035.0.r300896/4020470 K 16 autoconf-wrapper V 28 dir h-196437.0.r303710/32278 K 11 autoconf213 V 28 dir j-2321.0.r300896/5135366 K 7 autodia V 27 dir 4-48492.0.r305130/83024 K 8 autodist V 30 dir 4-185672.0.r300896/7505515 K 7 autogen V 29 dir 4-39717.0.r300896/5525643 K 8 automake V 27 dir o-265861.0.r304593/4486 K 16 automake-wrapper V 29 dir 23-196437.0.r303710/32905 K 10 automake14 V 28 dir r-6578.0.r300896/2276722 K 8 automoc4 V 30 dir 2w-218272.0.r300896/679356 K 9 autotools V 30 dir 4g-196437.0.r300896/606008 K 16 avalon-framework V 30 dir 4-106129.0.r300896/1238222 K 7 avarice V 29 dir 4-78917.0.r300896/6700253 K 6 avce00 V 30 dir 4-213243.0.r300896/4171410 K 7 avltree V 29 dir 4-25205.0.r300896/1542430 K 12 avr-binutils V 29 dir 4-35682.0.r300896/2025859 K 7 avr-gcc V 30 dir 2-174678.0.r300896/7182440 K 9 avr-gcc-3 V 29 dir g-35683.0.r300896/5819500 K 7 avr-gdb V 29 dir 4-66027.0.r300896/7221965 K 8 avr-libc V 29 dir 4-35684.0.r300896/6119329 K 4 avra V 30 dir 4-129124.0.r300896/6297965 K 7 avrdude V 29 dir 4-78626.0.r300896/8400640 K 3 baz V 30 dir 4-147753.0.r300896/4130818 K 3 bcc V 28 dir 2-1205.0.r300896/4189901 K 4 bcpp V 26 dir 4-50173.0.r304652/1283 K 11 beautifyphp V 30 dir 4-142564.0.r300896/7449968 K 12 bennugd-core V 30 dir 4-243958.0.r300896/2412924 K 15 bennugd-modules V 30 dir o-243958.0.r300896/4764121 K 6 bglibs V 29 dir 4-77817.0.r300896/4233143 K 13 bicyclerepair V 29 dir 4-79825.0.r300896/5570784 K 5 bin86 V 29 dir 4-34691.0.r300896/4906465 K 8 binutils V 26 dir 4-237439.0.r303639/615 K 5 bison V 26 dir 2-24789.0.r300982/1315 K 8 bisoncpp V 30 dir 4-229762.0.r300896/4506545 K 5 blame V 30 dir 4-277972.0.r300896/1848819 K 5 bmake V 27 dir 4-242445.0.r303574/1188 K 6 bmkdep V 30 dir 4-290106.0.r300896/8986126 K 16 bncsutil-ghost++ V 29 dir 4-269120.0.r302528/125367 K 3 bnf V 29 dir 4-82096.0.r300896/4568818 K 14 boaconstructor V 29 dir 4-35922.0.r300896/8234329 K 8 boehm-gc V 28 dir 2-4500.0.r300896/1563359 K 17 boehm-gc-redirect V 30 dir 4-246110.0.r300896/6288178 K 17 boehm-gc-threaded V 30 dir 4-246111.0.r300896/6373842 K 6 bonobo V 29 dir 2-22422.0.r300896/1659742 K 9 boost-all V 28 dir 1b-238504.0.r300905/1479 K 10 boost-docs V 31 dir 1r-238504.0.r300896/7209095 K 9 boost-jam V 31 dir 21-238504.0.r300896/8826376 K 10 boost-libs V 27 dir 2b-238504.0.r300905/638 K 17 boost-python-libs V 31 dir 31-238504.0.r300896/7018341 K 11 boost_build V 30 dir 4-207144.0.r300896/1116650 K 5 bouml V 30 dir 4-137509.0.r300896/8916308 K 9 bouml-doc V 30 dir 6-204571.0.r300896/8031615 K 7 bpython V 27 dir 4-250768.0.r302671/3203 K 8 bsdbuild V 27 dir 4-269981.0.r302616/1777 K 8 bsdcflow V 30 dir 4-247233.0.r300896/3235010 K 11 bsdlibdwarf V 29 dir 4-275772.0.r300896/485897 K 10 bufferpool V 29 dir 4-203967.0.r301539/191329 K 9 bug-buddy V 30 dir 5-127230.0.r300896/1413378 K 8 bugzilla V 27 dir 4-48310.0.r303519/35098 K 9 bugzilla3 V 27 dir w-48310.0.r303519/36261 K 10 bugzilla42 V 32 dir 4-48310.0-301498.r303521/942 K 5 build V 30 dir 4-256512.0.r300896/6581065 K 8 buildapp V 28 dir 4-258675.0.r304169/13916 K 8 buildbot V 30 dir 4-143623.0.r300896/2648713 K 14 buildbot-slave V 27 dir 4-258988.0.r302777/1194 K 9 buildtool V 29 dir 4-65187.0.r300896/5176248 K 13 buildtool-doc V 29 dir 4-88936.0.r300896/4064192 K 6 bullet V 29 dir 4-210445.0.r302037/158065 K 5 bunny V 30 dir 4-206330.0.r300896/3736692 K 6 byaccj V 27 dir 4-62199.0.r301684/53850 K 5 bzapi V 30 dir 4-284571.0.r300896/5599978 K 3 bzr V 30 dir i-146559.0.r300896/5028719 K 11 bzr-builder V 30 dir 4-259768.0.r300896/7666617 K 8 bzr-colo V 30 dir 4-263207.0.r300896/2712434 K 12 bzr-explorer V 27 dir 4-255502.0.r301037/1691 K 13 bzr-externals V 30 dir 4-260217.0.r300896/5105133 K 7 bzr-git V 30 dir 4-263872.0.r300896/7214672 K 8 bzr-grep V 30 dir 4-259503.0.r300896/1989811 K 7 bzr-gtk V 30 dir 4-187632.0.r300896/7640277 K 8 bzr-loom V 30 dir 4-259767.0.r300896/6954814 K 12 bzr-pipeline V 30 dir 4-264773.0.r300896/1253991 K 11 bzr-rewrite V 30 dir 4-264408.0.r300896/6144631 K 11 bzr-scmproj V 30 dir 4-294791.0.r300896/7037770 K 9 bzr-stats V 30 dir 4-271430.0.r300896/5242819 K 7 bzr-svn V 30 dir 4-262181.0.r300896/4159508 K 10 bzr-upload V 30 dir 4-266669.0.r300896/3428303 K 8 bzrtools V 30 dir 4-147759.0.r300896/2800647 K 6 c-unit V 30 dir 4-295443.0.r300896/4496682 K 2 c4 V 29 dir 4-47297.0.r300896/3893852 K 10 calibrator V 29 dir 4-91016.0.r300896/4516729 K 5 cbind V 30 dir 6-176935.0.r300896/1600712 K 8 cbrowser V 29 dir 2-27789.0.r300896/1610125 K 4 cc65 V 26 dir 4-28384.0.r303437/1167 K 6 ccache V 25 dir 4-57068.0.r303885/978 K 4 cccc V 28 dir 2-8453.0.r300896/7885189 K 5 ccdoc V 29 dir 4-39837.0.r300896/7813207 K 5 ccrtp V 30 dir 4-168741.0.r300896/6831666 K 5 cdash V 26 dir 4-279546.0.r305234/620 K 5 cdecl V 27 dir 2-21269.0.r305369/24559 K 7 cdialog V 29 dir 4-72901.0.r300896/6169342 K 3 cdk V 29 dir 2-18690.0.r300896/5437849 K 5 cedet V 29 dir 4-110733.0.r303664/130652 K 5 cflow V 28 dir 2-2226.0.r300896/1169083 K 9 cflow2vcg V 29 dir 4-59058.0.r300896/6436823 K 4 cgdb V 26 dir 4-151499.0.r303329/884 K 6 cgilib V 30 dir 4-134875.0.r300896/8824525 K 4 cgit V 30 dir 4-221637.0.r300896/4057686 K 6 cgprof V 30 dir 4-126517.0.r300896/4828222 K 6 charva V 30 dir 4-179543.0.r300896/4742552 K 12 checkheaders V 30 dir 4-259575.0.r300896/8967553 K 7 chrpath V 30 dir 4-245096.0.r300896/8979559 K 3 cil V 26 dir 4-90862.0.r302046/1778 K 13 cl-alexandria V 30 dir 4-247985.0.r300896/1679261 K 19 cl-alexandria-clisp V 30 dir 4-247986.0.r300896/1843352 K 18 cl-alexandria-sbcl V 28 dir 4-247987.0.r304169/14648 K 7 cl-asdf V 29 dir 4-82103.0.r300896/6991655 K 13 cl-asdf-clisp V 29 dir 4-82121.0.r300896/5008845 K 7 cl-cffi V 30 dir 4-248240.0.r300896/7512491 K 13 cl-cffi-clisp V 30 dir e-248240.0.r300896/6405568 K 12 cl-cffi-sbcl V 28 dir k-248240.0.r304169/15386 K 8 cl-infix V 30 dir 4-165805.0.r300896/6698451 K 14 cl-infix-clisp V 30 dir 4-248209.0.r300896/8953567 K 13 cl-infix-sbcl V 28 dir 4-165809.0.r304169/16118 K 7 cl-port V 29 dir 4-89619.0.r300896/1241147 K 13 cl-port-clisp V 29 dir 4-90077.0.r300896/1722182 K 12 cl-port-sbcl V 27 dir 4-89631.0.r304169/16848 K 17 cl-split-sequence V 29 dir 4-89623.0.r300896/5665123 K 23 cl-split-sequence-clisp V 29 dir 4-90082.0.r300896/7679692 K 22 cl-split-sequence-sbcl V 27 dir 4-89639.0.r304169/17583 K 19 cl-trivial-features V 30 dir 4-248015.0.r300896/4477734 K 25 cl-trivial-features-clisp V 30 dir 4-248017.0.r300896/1085061 K 24 cl-trivial-features-sbcl V 28 dir 4-248016.0.r304169/18335 K 23 cl-trivial-gray-streams V 30 dir 4-248034.0.r300896/1278411 K 29 cl-trivial-gray-streams-clisp V 30 dir e-248034.0.r300896/6478163 K 28 cl-trivial-gray-streams-sbcl V 28 dir m-248034.0.r304169/19094 K 7 cl-uffi V 30 dir 4-133310.0.r300896/7138008 K 12 cl-uffi-sbcl V 28 dir 4-133314.0.r304169/19842 K 7 clanlib V 26 dir 4-33083.0.r305273/2062 K 8 clanlib1 V 33 dir 4-33083.0-305153.r305273/2858 K 5 clewn V 30 dir 4-221991.0.r300896/4821750 K 4 clig V 29 dir 2-12220.0.r300896/1206801 K 5 clint V 28 dir 4-42136.0.r300896/524562 K 15 clisp-hyperspec V 29 dir 4-87226.0.r300896/4382509 K 5 cmake V 26 dir 4-66946.0.r304291/3364 K 12 cmake-fedora V 27 dir 4-288668.0.r302563/2843 K 9 cmake-gui V 27 dir 2-240502.0.r304291/4373 K 13 cmake-modules V 27 dir 7-300799.0.r304291/5038 K 4 cmph V 30 dir 4-259449.0.r300896/2560184 K 6 cmunge V 30 dir 4-146483.0.r300896/4467611 K 4 cobf V 30 dir 4-165084.0.r300896/4358200 K 10 coccinelle V 30 dir 4-261140.0.r300896/8568154 K 10 codeblocks V 26 dir 4-152218.0.r301572/640 K 10 codeworker V 29 dir 4-96983.0.r300896/7363906 K 8 colorgcc V 28 dir 4-238168.0.r303029/10747 K 9 colormake V 27 dir 4-305244.0.r305244/2473 K 6 combat V 30 dir 4-292312.0.r300896/2918031 K 9 commoncpp V 29 dir 4-31059.0.r300896/5097159 K 11 compiler-rt V 30 dir 4-242595.0.r300896/5030558 K 11 compiz-bcop V 29 dir 4-198127.0.r301539/192799 K 9 configkit V 30 dir 4-219675.0.r300896/2868261 K 4 cons V 29 dir 2-15364.0.r300896/4842864 K 9 cons-test V 29 dir 4-32655.0.r300896/1445370 K 4 cook V 29 dir 2-25385.0.r300896/4874075 K 11 cpan-upload V 29 dir 4-96191.0.r300896/6539613 K 16 cpan-upload-http V 30 dir 4-251970.0.r300896/2027725 K 8 cppcheck V 27 dir 4-229589.0.r304173/1269 K 4 cppi V 27 dir 4-176878.0.r303543/1472 K 7 cppunit V 29 dir 4-62099.0.r300896/2514381 K 6 cproto V 29 dir 2-26449.0.r300896/7271670 K 8 cpuflags V 30 dir 4-252709.0.r300896/8936971 K 14 cross-binutils V 30 dir 4-194153.0.r300896/6734956 K 9 cross-gcc V 27 dir 4-194155.0.r304315/4229 K 9 cross-gdb V 30 dir 4-194157.0.r300896/3104495 K 7 crossvc V 30 dir 4-201004.0.r300896/8663487 K 6 cscope V 26 dir 2-17852.0.r305239/1119 K 6 cscout V 29 dir 4-84602.0.r300896/2942449 K 6 csmith V 28 dir 4-284312.0.r305369/25257 K 5 csoap V 30 dir 4-244070.0.r300896/4318420 K 4 cssc V 28 dir 2-17477.0.r300896/971100 K 13 cstringbuffer V 30 dir 4-113500.0.r300896/5838305 K 5 ctags V 28 dir 2-19199.0.r300896/554883 K 5 cunit V 30 dir 4-199157.0.r300896/1568192 K 3 cut V 29 dir 4-124100.0.r301510/194960 K 6 cutils V 28 dir 2-4897.0.r300896/5363339 K 6 cutter V 27 dir 4-258135.0.r304816/2135 K 3 cvs V 27 dir 4-303682.0.r303757/2083 K 8 cvs+ipv6 V 29 dir 4-63422.0.r300896/5195164 K 9 cvs-devel V 29 dir q-63422.0.r300896/7484110 K 12 cvs-syncmail V 30 dir 4-198014.0.r300896/4354189 K 6 cvs2cl V 29 dir 2-29263.0.r300896/5636403 K 9 cvs2darcs V 30 dir 4-186310.0.r300896/1101019 K 8 cvs2html V 28 dir 4-30090.0.r300896/685058 K 6 cvs2p4 V 29 dir 4-47300.0.r300896/5984600 K 7 cvs2svn V 27 dir 7-108082.0.r304859/3072 K 8 cvsadmin V 29 dir 4-61035.0.r300896/4941419 K 7 cvsbook V 29 dir 4-56654.0.r300896/8725309 K 19 cvschangelogbuilder V 30 dir 4-157851.0.r300896/7246748 K 6 cvschk V 30 dir 4-133996.0.r300896/1606906 K 4 cvsd V 29 dir 4-52438.0.r300896/4349401 K 7 cvsdadm V 30 dir 4-154272.0.r300896/7641704 K 8 cvsdelta V 29 dir 2-63846.0.r300896/1433896 K 13 cvsdiff2patch V 28 dir 4-82377.0.r301858/120941 K 8 cvsgraph V 29 dir 4-38549.0.r300896/8755489 K 8 cvslines V 29 dir 2-54329.0.r300896/8975245 K 8 cvsmapfs V 29 dir 4-25206.0.r300896/8473064 K 10 cvsmonitor V 29 dir 4-81538.0.r300896/3319536 K 7 cvsplot V 29 dir 4-60389.0.r300896/8867932 K 5 cvsps V 26 dir 4-54425.0.r301075/2723 K 11 cvsps-devel V 29 dir k-54425.0.r300896/3185999 K 7 cvsspam V 30 dir 4-143145.0.r300896/5774635 K 7 cvsstat V 29 dir 4-47051.0.r300896/1721157 K 7 cvstrac V 29 dir 4-82161.0.r300896/2722990 K 8 cvsutils V 29 dir 2-29264.0.r300896/4826799 K 6 cvsweb V 29 dir 2-20353.0.r300896/7114936 K 7 cvsweb3 V 29 dir f-20353.0.r300896/6456421 K 7 cvswrap V 29 dir 2-52224.0.r300896/4096295 K 4 cweb V 28 dir 2-9658.0.r300896/5044181 K 9 cx_Freeze V 27 dir 4-231668.0.r301706/1241 K 5 cxmon V 29 dir 4-90172.0.r300896/1951403 K 5 cxref V 28 dir 2-4097.0.r300896/7339948 K 7 cxxtest V 29 dir 4-94162.0.r300896/8873056 K 8 cxxtools V 27 dir 4-271795.0.r301686/1316 K 4 czmq V 27 dir 4-274819.0.r302614/1437 K 6 d-feet V 30 dir 4-268381.0.r300896/6724745 K 5 darts V 29 dir 4-77973.0.r300896/6762723 K 12 datadesigner V 27 dir 4-113268.0.r304586/2248 K 8 datadraw V 30 dir 4-198580.0.r300896/2251518 K 4 dbus V 27 dir 4-114362.0.r303893/3268 K 9 dbus-glib V 31 dir 4j-175253.0.r300896/3119998 K 8 dbus-qt3 V 30 dir 4-175881.0.r300896/7509210 K 8 dbus-qt4 V 28 dir 3m-184304.0.r301122/4538 K 10 dbus-sharp V 27 dir 4-135324.0.r304823/4168 K 15 dbus-sharp-glib V 27 dir 4-304824.0.r304824/3246 K 5 dcmtk V 30 dir 4-258365.0.r300896/7709154 K 5 dconf V 30 dir 4-264846.0.r300896/1145352 K 3 ddd V 28 dir 2-6534.0.r300896/6572000 K 8 deheader V 28 dir 4-270728.0.r301519/53346 K 5 delta V 28 dir 4-300700.0.r305369/25900 K 6 deputy V 30 dir 4-187693.0.r300896/6176782 K 18 desktop-file-utils V 30 dir 4-113902.0.r300896/2989786 K 5 dev86 V 27 dir 4-207666.0.r301685/1283 K 7 devhelp V 29 dir 4-81960.0.r300896/5240987 K 7 devtodo V 29 dir 4-43702.0.r300896/4689160 K 13 dfuife-curses V 30 dir 4-160409.0.r300896/8088553 K 8 dia2code V 25 dir 4-39161.0.r302053/999 K 7 diffuse V 30 dir 4-232133.0.r300896/6971089 K 9 ding-libs V 30 dir 4-282920.0.r300896/7866157 K 8 directfb V 29 dir 4-73492.0.r300896/7467280 K 5 dissy V 30 dir 4-263571.0.r300896/8680010 K 6 distcc V 28 dir 4-62026.0.r302141/189775 K 6 distel V 28 dir 4-69897.0.r303664/131401 K 7 distorm V 30 dir 4-214876.0.r300896/3309247 K 7 ditrack V 30 dir 4-184274.0.r300896/3866495 K 4 dits V 30 dir 4-123921.0.r300896/1505276 K 14 djgpp-binutils V 30 dir 4-183572.0.r300896/2297057 K 9 djgpp-crx V 30 dir 4-183574.0.r300896/7800340 K 5 dmake V 28 dir 2-2037.0.r300896/1093934 K 7 dmalloc V 29 dir 4-36364.0.r300896/1482057 K 5 dmucs V 30 dir 4-210296.0.r300896/6550067 K 7 doctorj V 29 dir 4-81029.0.r300896/6449103 K 7 dotconf V 28 dir 4-37672.0.r301539/193509 K 9 dotconf++ V 30 dir 4-138738.0.r300896/7106024 K 7 doxygen V 26 dir 2-19387.0.r302547/1559 K 7 dparser V 29 dir 4-93730.0.r300896/1675328 K 5 dprog V 30 dir 4-106286.0.r300896/4892314 K 6 dragon V 30 dir 4-263741.0.r300896/8463606 K 8 dreampie V 30 dir 4-254594.0.r300896/6330929 K 8 drpython V 26 dir 4-139971.0.r303108/988 K 4 dsss V 30 dir 4-215947.0.r300896/4259774 K 7 dulwich V 30 dir 4-243653.0.r300896/4838762 K 5 duplo V 30 dir 4-174502.0.r300896/1893095 K 9 dwarfdump V 30 dir 4-128641.0.r300896/4530548 K 7 dyncall V 30 dir 4-211202.0.r300896/3457633 K 8 e00compr V 30 dir 4-213241.0.r300896/6258490 K 15 e2fsprogs-libss V 27 dir 4-247331.0.r304750/1183 K 7 e4graph V 29 dir 4-63023.0.r300896/1345087 K 6 e_dbus V 31 dir 14-208836.0.r300896/1927065 K 7 easygit V 30 dir 4-229871.0.r300896/8232480 K 9 ebnf2yacc V 29 dir 4-44659.0.r300896/3460984 K 3 ecb V 28 dir 4-53733.0.r303664/132100 K 15 eclipse-eclemma V 30 dir 2-263942.0.r300896/3108227 K 5 ecore V 31 dir 1e-208836.0.r300896/7849110 K 10 ecore-file V 31 dir 1k-208836.0.r300896/1170931 K 9 ecore-ipc V 31 dir 1u-208836.0.r300896/8260591 K 10 ecore-main V 31 dir 2i-208836.0.r300896/6652607 K 10 ecos-tools V 26 dir 6-94171.0.r304586/3001 K 3 edb V 27 dir 4-304463.0.r304998/1115 K 3 eet V 30 dir 4-115642.0.r300896/7732846 K 7 eggdbus V 31 dir 5t-244923.0.r300896/5621962 K 5 egypt V 30 dir 4-190543.0.r300896/6777020 K 5 eieio V 29 dir 4-52195.0.r300896/7534425 K 12 eiffelstudio V 29 dir 4-181287.0.r300896/789060 K 4 eina V 31 dir 17-266276.0.r300896/4578091 K 3 eio V 31 dir 1f-300032.0.r300896/7840417 K 3 elf V 29 dir 4-73950.0.r300896/7950538 K 5 elfio V 29 dir 4-45504.0.r300896/1428132 K 10 elfkickers V 30 dir 4-264671.0.r300896/5300590 K 5 elfrc V 30 dir 4-195589.0.r300896/1727035 K 5 elfsh V 27 dir 4-82152.0.r301519/54091 K 9 elftoaout V 29 dir 2-17799.0.r300896/7627198 K 4 elib V 28 dir 2-35825.0.r303664/132903 K 12 elib-emacs21 V 30 dir 4-197062.0.r300896/3118145 K 6 entity V 29 dir 4-34355.0.r300896/7129552 K 3 epm V 30 dir 4-122041.0.r300896/8098453 K 6 epydoc V 29 dir 4-96857.0.r300896/5269375 K 5 eric4 V 27 dir 4-196287.0.r305172/2822 K 4 eris V 30 dir 4-128428.0.r300896/6132469 K 4 esdl V 26 dir 4-72292.0.r302568/2037 K 4 esvn V 30 dir 4-116252.0.r300896/7729587 K 3 etl V 30 dir 4-198428.0.r300896/8207724 K 7 eventxx V 30 dir 4-189537.0.r300896/3741786 K 21 evolution-gconf-tools V 30 dir 4-147292.0.r300896/1485797 K 9 exercisix V 30 dir 4-277407.0.r300896/5733428 K 7 f77flow V 28 dir 2-7148.0.r300896/7976911 K 3 fam V 29 dir 4-40625.0.r300896/8722035 K 5 fampp V 29 dir 4-40626.0.r300896/5503983 K 7 fastcrc V 29 dir 2-18288.0.r300896/3676379 K 7 fastdep V 29 dir 4-69149.0.r300896/4342856 K 5 fb303 V 30 dir 4-242089.0.r300896/8971265 K 4 fc++ V 26 dir 4-48650.0.r304608/4980 K 6 ffcall V 25 dir 4-40624.0.r304378/612 K 3 fga V 30 dir 4-178256.0.r300896/8898217 K 5 fhist V 26 dir 4-24329.0.r302050/2144 K 3 fib V 29 dir 4-64208.0.r300896/8966133 K 14 firmware-utils V 30 dir 4-287989.0.r300896/3159849 K 7 fistgen V 29 dir 4-168462.0.r300896/589157 K 9 flatzebra V 30 dir 4-145709.0.r300896/1268354 K 8 flex-sdk V 30 dir 4-203706.0.r300896/7638446 K 9 flex-sdk2 V 30 dir o-203706.0.r300896/4310674 K 10 flex-sdk35 V 30 dir 18-203706.0.r300896/712260 K 19 flex_compiler_shell V 30 dir 4-204047.0.r300896/6902604 K 8 flexdock V 30 dir 4-244914.0.r300896/5401966 K 8 flexjson V 30 dir 4-190438.0.r300896/4486196 K 5 flick V 29 dir 2-15997.0.r300896/2596303 K 9 flickrnet V 30 dir 4-262197.0.r300896/7219490 K 12 flowdesigner V 30 dir 4-107005.0.r300896/3266904 K 8 flyspray V 29 dir 4-87924.0.r300896/1880399 K 8 fnccheck V 26 dir 4-37469.0.r302130/5700 K 5 fnorb V 29 dir 4-32677.0.r300896/8055347 K 13 fortran-utils V 29 dir 2-23815.0.r300896/6695500 K 15 fortytwo-encore V 30 dir 4-178345.0.r300896/5950365 K 6 fossil V 27 dir 4-257089.0.r302607/1230 K 7 fpc-bfd V 30 dir 4-165939.0.r300896/4935330 K 8 fpc-dbus V 30 dir 4-259363.0.r300896/5112413 K 13 fpc-fcl-async V 30 dir 2-165956.0.r300896/2489667 K 12 fpc-fcl-base V 30 dir 8-165940.0.r300896/3057020 K 10 fpc-fcl-db V 30 dir g-165940.0.r300896/5885947 K 15 fpc-fcl-fpcunit V 30 dir k-165940.0.r300896/6733509 K 13 fpc-fcl-image V 30 dir o-165940.0.r300896/7568587 K 12 fpc-fcl-json V 28 dir 4-226004.0.r301684/54458 K 11 fpc-fcl-net V 30 dir s-165940.0.r300896/1834221 K 14 fpc-fcl-passrc V 30 dir w-165940.0.r300896/5323343 K 15 fpc-fcl-process V 30 dir 4-226029.0.r300896/3218905 K 16 fpc-fcl-registry V 31 dir 10-165940.0.r300896/3407087 K 11 fpc-fcl-res V 30 dir 4-259366.0.r300896/6444381 K 11 fpc-fcl-web V 31 dir 14-165940.0.r300896/3477869 K 11 fpc-fcl-xml V 31 dir 18-165940.0.r300896/4987848 K 12 fpc-fpmkunit V 30 dir 4-199663.0.r300896/7091271 K 9 fpc-fppkg V 30 dir 2-295092.0.r300896/1594015 K 6 fpc-fv V 30 dir 4-101653.0.r300896/8800730 K 10 fpc-gdbint V 29 dir 4-98245.0.r300896/7447839 K 8 fpc-newt V 30 dir 4-259378.0.r300896/7468304 K 12 fpc-pthreads V 28 dir 4-165941.0.r301519/54699 K 11 fpc-regexpr V 29 dir 4-98247.0.r300896/6415989 K 7 fpc-sdl V 30 dir 4-226006.0.r300896/7078783 K 12 fpc-symbolic V 30 dir 4-226010.0.r300896/7846195 K 8 fpc-zlib V 30 dir 4-165942.0.r300896/3284156 K 3 fpp V 27 dir 2-5654.0.r300896/665199 K 7 frama-c V 30 dir 4-281948.0.r300896/8390336 K 7 freeocl V 28 dir 4-304678.0.r305166/11331 K 5 frink V 29 dir 4-42425.0.r300896/5805719 K 12 fsmgenerator V 29 dir 4-97336.0.r300896/7121073 K 5 ftjam V 30 dir 4-145065.0.r300896/4498103 K 7 ftnchek V 29 dir 2-10853.0.r300896/6561130 K 4 fuel V 30 dir 2-296656.0.r300896/4108491 K 6 fujaba V 30 dir 4-139266.0.r300896/3879284 K 9 funnelweb V 29 dir 2-36991.0.r300896/3828744 K 6 g-wrap V 29 dir 2-30429.0.r300896/7576548 K 3 g2c V 29 dir 4-60511.0.r300896/8197806 K 3 gaa V 29 dir 2-16587.0.r300896/1246940 K 5 gamin V 30 dir 4-132163.0.r300896/3192881 K 6 gaphor V 30 dir 4-108650.0.r300896/6151625 K 13 gauche-gaunit V 30 dir 4-108765.0.r300896/3128961 K 15 gauche-readline V 29 dir 4-98356.0.r300896/6553766 K 4 gaul V 29 dir 4-92418.0.r300896/2400392 K 8 gazpacho V 30 dir 4-172993.0.r300896/1669629 K 10 gccmakedep V 32 dir 1r8-191544.0.r300896/1751616 K 5 gconf V 29 dir 2-29992.0.r300896/3704166 K 6 gconf2 V 29 dir f-29992.0.r300896/5289080 K 16 gconf2-reference V 30 dir 7-161877.0.r300896/6893784 K 7 gconfmm V 29 dir 4-83060.0.r300896/7393158 K 9 gconfmm26 V 29 dir k-83060.0.r300896/6441913 K 4 gcvs V 29 dir 4-40653.0.r300896/4683676 K 3 gdb V 26 dir 4-264650.0.r303967/612 K 5 gdb66 V 30 dir 1g-40643.0.r300896/7371661 K 7 gdbmods V 29 dir 4-64954.0.r300896/8150621 K 4 gdcm V 27 dir 4-250527.0.r304775/4639 K 5 geany V 27 dir 4-158767.0.r305392/3532 K 19 geany-plugin-addons V 28 dir 5-305393.0.r305393/32418 K 20 geany-plugin-codenav V 28 dir d-305393.0.r305393/33942 K 21 geany-plugin-debugger V 28 dir l-305393.0.r305393/36192 K 20 geany-plugin-devhelp V 28 dir x-305393.0.r305393/37725 K 16 geany-plugin-doc V 29 dir 15-305393.0.r305393/39247 K 21 geany-plugin-extrasel V 29 dir 1d-305393.0.r305393/40781 K 16 geany-plugin-gdb V 29 dir 1l-305393.0.r305393/42305 K 19 geany-plugin-gendoc V 29 dir 1t-305393.0.r305393/43833 K 24 geany-plugin-geniuspaste V 29 dir 21-305393.0.r305393/45379 K 21 geany-plugin-gproject V 29 dir 29-305393.0.r305393/46923 K 22 geany-plugin-insertnum V 29 dir 2h-305393.0.r305393/48468 K 18 geany-plugin-latex V 29 dir 2p-305393.0.r305393/50002 K 19 geany-plugin-lipsum V 29 dir 2x-305393.0.r305393/51535 K 16 geany-plugin-lua V 29 dir 35-305393.0.r305393/53059 K 18 geany-plugin-macro V 29 dir 3d-305393.0.r305393/54587 K 23 geany-plugin-miniscript V 29 dir 3l-305393.0.r305393/56132 K 22 geany-plugin-multiterm V 29 dir 3t-305393.0.r305393/57679 K 30 geany-plugin-numberedbookmarks V 29 dir 41-305393.0.r305393/59249 K 15 geany-plugin-pg V 29 dir 49-305393.0.r305393/60782 K 27 geany-plugin-pretty-printer V 29 dir 4h-305393.0.r305393/62332 K 16 geany-plugin-prj V 29 dir 4p-305393.0.r305393/63863 K 21 geany-plugin-sendmail V 29 dir 4x-305393.0.r305393/65400 K 24 geany-plugin-shiftcolumn V 29 dir 55-305393.0.r305393/66951 K 23 geany-plugin-spellcheck V 29 dir 5d-305393.0.r305393/68502 K 25 geany-plugin-tableconvert V 29 dir 5l-305393.0.r305393/70058 K 24 geany-plugin-treebrowser V 29 dir 5t-305393.0.r305393/71613 K 26 geany-plugin-updatechecker V 29 dir 61-305393.0.r305393/73173 K 15 geany-plugin-vc V 29 dir 69-305393.0.r305393/74702 K 22 geany-plugin-webhelper V 29 dir 6h-305393.0.r305393/76241 K 24 geany-plugin-xmlsnippets V 29 dir 6p-305393.0.r305393/77793 K 13 geany-plugins V 28 dir 4-260369.0.r305393/80611 K 8 gearmand V 26 dir 4-227074.0.r305309/675 K 6 gecode V 30 dir 4-268168.0.r300896/5494501 K 8 generate V 30 dir 4-171626.0.r300896/4142566 K 15 generatorrunner V 30 dir 4-287622.0.r300896/5847598 K 9 gengetopt V 29 dir 4-34334.0.r300896/6304554 K 8 genproto V 30 dir 4-112511.0.r300896/6667006 K 10 geoip-java V 28 dir 4-300881.0.r305180/67471 K 7 gettext V 29 dir 2-12847.0.r300896/3925007 K 12 gettext-lint V 28 dir 4-99862.0.r300896/797162 K 15 gettext-msghack V 30 dir 4-198518.0.r300896/7237827 K 6 getxml V 29 dir 4-45632.0.r300896/3771980 K 6 gflags V 30 dir 4-180126.0.r300896/8874869 K 6 giggle V 30 dir 4-221227.0.r300896/1820375 K 7 gindent V 28 dir 2-7721.0.r300896/6157212 K 15 gio-fam-backend V 31 dir 5w-209647.0.r300896/8115176 K 9 gio-sharp V 30 dir 4-275864.0.r300896/7082470 K 3 git V 27 dir 4-155490.0.r302700/2953 K 19 git-merge-changelog V 26 dir 4-252873.0.r300934/527 K 14 git-subversion V 30 dir 4-279758.0.r300896/2137144 K 4 gitg V 30 dir 4-252720.0.r300896/2843383 K 8 gitolite V 27 dir 4-278544.0.r302129/3220 K 9 gitolite2 V 30 dir m-278544.0.r300896/5255477 K 6 gitphp V 26 dir 4-304721.0.r305013/755 K 7 gittrac V 30 dir 4-213305.0.r300896/1498261 K 7 gjstest V 30 dir 4-283834.0.r300896/8802547 K 6 glade2 V 29 dir f-11623.0.r300896/6533460 K 6 glade3 V 30 dir 4-175276.0.r300896/6535960 K 7 glademm V 29 dir 4-93049.0.r300896/4883653 K 9 glib-java V 30 dir 4-147295.0.r300896/7503685 K 6 glib12 V 29 dir 2-12185.0.r300896/3214152 K 6 glib20 V 29 dir z-12185.0.r300896/3253344 K 16 glib20-reference V 30 dir 6-161841.0.r300896/1935879 K 6 glibmm V 30 dir 4-112291.0.r300896/5414042 K 16 glibmm-reference V 30 dir 7-162136.0.r300896/7828965 K 6 global V 29 dir 2-29924.0.r300896/7726656 K 4 glog V 30 dir 4-221572.0.r300896/6112709 K 9 glrparser V 29 dir 4-93614.0.r300896/8318412 K 4 glui V 28 dir 4-48877.0.r302037/158765 K 5 gmake V 23 dir 3-73.0.r302882/2141 K 10 gnatpython V 30 dir 4-269273.0.r300896/1495433 K 12 gnome-common V 26 dir 4-57643.0.r301546/1015 K 15 gnome-js-common V 31 dir 7y-244923.0.r300896/1962746 K 9 gnome-vfs V 29 dir 2-29993.0.r300896/4668872 K 18 gnome-vfs-monikers V 30 dir 6b-175253.0.r300896/543927 K 19 gnome-vfs-reference V 30 dir 7-161880.0.r300896/7297526 K 10 gnome-vfs1 V 29 dir n-29993.0.r300896/3180181 K 11 gnome-vfsmm V 29 dir 4-83058.0.r300896/7677204 K 19 gnome2-hacker-tools V 29 dir 4-97539.0.r300896/4218266 K 8 gnucflow V 30 dir 4-207364.0.r300896/6293262 K 6 gnulib V 29 dir 4-251280.0.r300896/955846 K 12 gnulibiberty V 30 dir 4-107867.0.r300896/2750909 K 7 gnustep V 29 dir 2-18728.0.r300896/1608316 K 12 gnustep-make V 29 dir f-18728.0.r300896/8709525 K 4 gob2 V 28 dir 2-25054.0.r300896/493852 K 21 gobject-introspection V 29 dir 8h-244923.0.r303634/51818 K 7 goffice V 30 dir 4-147298.0.r300896/3970504 K 9 goffice04 V 30 dir e-147298.0.r300896/5952899 K 9 goffice06 V 31 dir 7h-225629.0.r300896/5956671 K 8 goffice1 V 30 dir o-147298.0.r300896/6882520 K 6 gonzui V 29 dir 4-125544.0.r300896/696406 K 12 google-gdata V 30 dir 4-255484.0.r300896/6663708 K 16 google-perftools V 30 dir 4-201296.0.r300896/7057792 K 17 google-sparsehash V 30 dir 4-138085.0.r300896/4576245 K 17 google-styleguide V 30 dir 4-258517.0.r300896/6158648 K 10 googlemock V 30 dir 4-224142.0.r300896/8071527 K 10 googletest V 30 dir 4-221573.0.r300896/3295015 K 10 goprotobuf V 30 dir 4-289631.0.r300896/7672112 K 4 gorm V 29 dir 4-77295.0.r300896/1066608 K 5 gperf V 29 dir 4-24251.0.r300896/1255802 K 12 gprbuild-aux V 30 dir 4-270051.0.r300896/2361065 K 3 gps V 30 dir 4-270093.0.r300896/1791405 K 5 gpsim V 30 dir 4-157692.0.r300896/8339808 K 7 gputils V 26 dir k-32670.0.r301560/2106 K 8 grantlee V 30 dir 4-268725.0.r300896/6269821 K 25 gsettings-desktop-schemas V 31 dir 13-278556.0.r300896/2940613 K 5 gsoap V 27 dir 4-103540.0.r304402/7323 K 23 gstreamer-plugins-gconf V 30 dir 4-131735.0.r300896/7090232 K 21 gstreamer-plugins-gio V 31 dir 7f-209647.0.r300896/4519182 K 26 gstreamer-plugins-gnomevfs V 31 dir 70-130046.0.r300896/2320616 K 21 gstreamer-plugins-sdl V 30 dir 78-130046.0.r300896/903636 K 22 gstreamer-plugins-soup V 31 dir 7n-209647.0.r300896/2402836 K 4 gtgt V 29 dir 4-38300.0.r300896/6402680 K 11 gtkparasite V 30 dir 4-241947.0.r300896/5076993 K 11 gtranslator V 29 dir 4-32700.0.r300896/3229801 K 7 guichan V 29 dir 4-145058.0.r300896/739757 K 8 guikachu V 30 dir 4-121038.0.r300896/6481887 K 9 guile-lib V 30 dir 4-187990.0.r300896/1120360 K 9 guiloader V 30 dir 4-192133.0.r300896/7102045 K 13 guiloader-c++ V 30 dir 4-192135.0.r300896/8697739 K 4 gvfs V 31 dir 7r-209647.0.r300896/8640122 K 10 gwenhywfar V 28 dir 4-137058.0.r304177/79064 K 16 gwenhywfar-fox16 V 35 dir 4-137058.0-303495.r304177/79735 K 15 gwenhywfar-gtk2 V 35 dir 4-137058.1-303495.r304177/80458 K 14 gwenhywfar-qt4 V 35 dir 4-137058.2-303495.r304177/81177 K 8 gzstream V 30 dir 4-171550.0.r300896/5592991 K 12 hachoir-core V 30 dir 4-183230.0.r300896/6090652 K 14 hachoir-parser V 30 dir e-183230.0.r300896/3707937 K 13 hachoir-regex V 30 dir b-195530.0.r300896/8209568 K 6 hadoop V 30 dir 6-293885.0.r300896/2385111 K 8 happydoc V 29 dir 4-37402.0.r300896/5113835 K 4 hapy V 29 dir 4-98108.0.r300896/5562308 K 8 hcs12mem V 30 dir e-149357.0.r300896/5617523 K 10 hexcompare V 30 dir 4-258296.0.r300896/6303137 K 6 hg-git V 27 dir 4-243652.0.r302288/1054 K 5 hgsvn V 30 dir 4-203432.0.r300896/2625522 K 6 hgview V 27 dir 4-223123.0.r304992/1669 K 14 highlighterkit V 30 dir 4-175683.0.r300896/6930856 K 11 horde-chora V 29 dir o-54415.0.r300896/4428854 K 11 horde-whups V 30 dir 4-208148.0.r300896/5447701 K 14 horde4-content V 30 dir 4-277343.0.r300896/2781470 K 18 horde4-timeobjects V 30 dir 4-277322.0.r300896/5274528 K 12 horde4-whups V 30 dir 4-283396.0.r300896/4713597 K 6 hp48cc V 30 dir 4-172221.0.r300896/7116346 K 8 hp48xgcc V 30 dir 4-156493.0.r300896/8356827 K 7 hs-BNFC V 27 dir e-184874.0.r302409/1142 K 10 hs-Boolean V 29 dir 4-255980.0.r301879/157165 K 13 hs-ConfigFile V 29 dir 4-291653.0.r301879/157835 K 12 hs-DeepArrow V 29 dir 4-247735.0.r301879/158508 K 8 hs-HUnit V 29 dir 2-273799.0.r301879/159176 K 11 hs-IORefCAS V 29 dir 2-298114.0.r301879/159842 K 9 hs-IfElse V 29 dir 2-298115.0.r301879/160505 K 9 hs-MaybeT V 29 dir 4-291592.0.r301879/161165 K 11 hs-MemoTrie V 29 dir 4-247745.0.r301879/161827 K 11 hs-MissingH V 29 dir 4-247740.0.r301879/162496 K 19 hs-MonadCatchIO-mtl V 29 dir 4-247106.0.r301879/163171 K 28 hs-MonadCatchIO-transformers V 29 dir 4-279618.0.r301879/163866 K 13 hs-ObjectName V 29 dir 4-247021.0.r301879/164555 K 10 hs-PSQueue V 29 dir 4-279622.0.r301879/165225 K 13 hs-QuickCheck V 29 dir j-240717.0.r301879/165897 K 11 hs-StateVar V 29 dir 4-247022.0.r301879/166570 K 9 hs-Stream V 29 dir 4-223582.0.r301879/167238 K 9 hs-Tensor V 29 dir 4-247023.0.r301879/167901 K 14 hs-TypeCompose V 29 dir 4-247734.0.r301879/168571 K 17 hs-abstract-deque V 29 dir 2-298116.0.r301879/169250 K 15 hs-abstract-par V 29 dir 2-298117.0.r301879/169929 K 7 hs-alex V 28 dir 4-74387.0.r301879/170594 K 16 hs-ansi-terminal V 29 dir 4-254756.0.r301879/171264 K 17 hs-ansi-wl-pprint V 29 dir 4-254757.0.r301879/171946 K 9 hs-arrows V 29 dir 4-247742.0.r301879/172619 K 12 hs-asn1-data V 29 dir 4-291689.0.r301879/173287 K 10 hs-attempt V 29 dir 4-291691.0.r301879/173955 K 23 hs-base-unicode-symbols V 29 dir 4-291583.0.r301879/174635 K 20 hs-base16-bytestring V 27 dir 2-291108.0.r301886/1053 K 20 hs-base64-bytestring V 27 dir 4-279701.0.r301887/1059 K 14 hs-bits-atomic V 29 dir 2-298119.0.r301879/175315 K 16 hs-blaze-builder V 29 dir 2-273800.0.r301879/175991 K 24 hs-blaze-builder-conduit V 29 dir 2-298121.0.r301879/176678 K 27 hs-blaze-builder-enumerator V 29 dir 2-273893.0.r301879/177374 K 16 hs-blaze-textual V 29 dir 4-279714.0.r301879/178063 K 14 hs-bloomfilter V 26 dir 2-298122.0.r302800/670 K 13 hs-bsd-sysctl V 29 dir 4-253720.0.r301879/178739 K 12 hs-byteorder V 29 dir 4-291700.0.r301879/179412 K 18 hs-bytestring-nums V 29 dir 4-279632.0.r301879/180090 K 7 hs-c2hs V 28 dir g-64898.0.r301879/180758 K 16 hs-cabal-install V 29 dir 4-274111.0.r301879/181427 K 9 hs-cereal V 27 dir 4-279635.0.r301889/1015 K 11 hs-checkers V 29 dir 4-247743.0.r301879/182148 K 10 hs-cmdargs V 29 dir 2-273801.0.r301879/182817 K 10 hs-conduit V 29 dir 2-298124.0.r301879/183484 K 15 hs-configurator V 29 dir 2-291109.0.r301879/184156 K 14 hs-convertible V 29 dir 4-247756.0.r301879/184833 K 8 hs-cpphs V 27 dir 4-111478.0.r301890/1005 K 8 hs-darcs V 28 dir e-78911.0.r301879/185547 K 15 hs-data-default V 29 dir 4-279694.0.r301879/186216 K 11 hs-datetime V 29 dir 4-247759.0.r301879/186890 K 17 hs-directory-tree V 27 dir 4-279636.0.r301891/1039 K 8 hs-dlist V 29 dir 4-222872.0.r301879/187558 K 8 hs-drift V 26 dir g-64770.0.r301880/1077 K 16 hs-edit-distance V 29 dir 2-298125.0.r301879/188230 K 13 hs-enumerator V 29 dir 2-273802.0.r301879/188906 K 10 hs-failure V 29 dir 4-291690.0.r301879/189576 K 14 hs-fast-logger V 29 dir 4-291709.0.r301879/190247 K 6 hs-fgl V 29 dir 4-247750.0.r301879/190914 K 13 hs-file-embed V 29 dir 4-299841.0.r301879/191577 K 12 hs-filemanip V 29 dir e-247757.0.r301879/192249 K 12 hs-filestore V 29 dir 4-291655.0.r301879/192921 K 21 hs-filesystem-conduit V 29 dir 4-299843.0.r301879/193597 K 8 hs-gconf V 29 dir 2-273803.0.r301879/194272 K 13 hs-ghc-events V 29 dir 4-291765.0.r301879/194986 K 10 hs-ghc-mtl V 29 dir 4-247114.0.r301879/195656 K 12 hs-ghc-paths V 30 dir 1t-240717.0.r301879/196332 K 6 hs-gio V 29 dir 2-273804.0.r301879/196999 K 12 hs-git-annex V 27 dir g-276433.0.r303673/1483 K 8 hs-glade V 29 dir 2-273805.0.r301879/198379 K 7 hs-glib V 29 dir 2-273806.0.r301879/199041 K 20 hs-gtk2hs-buildtools V 29 dir 2-273807.0.r301879/199715 K 10 hs-haddock V 28 dir g-59654.0.r301879/200440 K 8 hs-happy V 28 dir g-36361.0.r301879/201146 K 11 hs-hashable V 29 dir 4-279633.0.r301879/201812 K 17 hs-hashed-storage V 29 dir 4-254365.0.r301879/202489 K 13 hs-hashtables V 29 dir 2-291110.0.r301879/203167 K 12 hs-haskeline V 30 dir 2v-240717.0.r301879/203845 K 19 hs-haskell-platform V 29 dir 4-274114.0.r302037/159383 K 14 hs-haskell-src V 29 dir 2-273808.0.r301879/205157 K 19 hs-haskell-src-exts V 29 dir 4-247033.0.r301879/205838 K 11 hs-hastache V 27 dir 2-291111.0.r301892/1017 K 6 hs-hat V 30 dir 4-227749.0.r300896/6839700 K 7 hs-hdoc V 29 dir 4-68826.0.r300896/8176185 K 7 hs-hint V 29 dir 4-247115.0.r301879/206513 K 9 hs-hlibev V 29 dir 4-279649.0.r301879/207178 K 8 hs-hlint V 27 dir 4-302312.0.r302312/2604 K 9 hs-hoogle V 29 dir 4-247039.0.r301879/207845 K 11 hs-hslogger V 29 dir 4-247738.0.r301879/208515 K 8 hs-hspec V 27 dir 4-299852.0.r301893/1019 K 7 hs-idoc V 29 dir 4-68833.0.r300896/2906803 K 13 hs-language-c V 29 dir 4-229585.0.r301879/209189 K 22 hs-language-javascript V 29 dir 4-299849.0.r301879/209873 K 12 hs-largeword V 29 dir 2-291113.0.r301879/210555 K 17 hs-lazysmallcheck V 29 dir 4-230072.0.r301879/211233 K 14 hs-lifted-base V 29 dir 4-291587.0.r301879/211909 K 9 hs-logict V 29 dir 2-291115.0.r301879/212579 K 7 hs-mmap V 28 dir 47-240717.0.r301894/1457 K 16 hs-monad-control V 29 dir 4-291586.0.r301879/213252 K 12 hs-monad-par V 29 dir 4-279717.0.r301879/213929 K 19 hs-monad-par-extras V 29 dir 2-298126.0.r301879/214604 K 6 hs-mtl V 29 dir 2-273809.0.r301879/215276 K 9 hs-mueval V 29 dir 4-247116.0.r301879/215995 K 14 hs-murmur-hash V 29 dir 4-279640.0.r301879/216667 K 11 hs-parallel V 29 dir 2-273811.0.r301879/217340 K 13 hs-pcre-light V 29 dir 4-224521.0.r301879/218013 K 15 hs-pool-conduit V 29 dir 2-298127.0.r301879/218690 K 12 hs-primitive V 29 dir 4-255979.0.r301879/219365 K 9 hs-random V 29 dir 2-298128.0.r301879/220030 K 9 hs-ranges V 29 dir 4-291707.0.r301879/220695 K 11 hs-reactive V 29 dir 4-247747.0.r301879/221410 K 11 hs-readline V 30 dir 4p-240717.0.r301879/222133 K 16 hs-resource-pool V 29 dir 2-298130.0.r301879/222811 K 12 hs-resourcet V 27 dir 2-298132.0.r301895/1163 K 7 hs-safe V 29 dir 4-247026.0.r301879/223483 K 7 hs-show V 29 dir 4-247105.0.r301879/224145 K 11 hs-silently V 27 dir 4-299851.0.r301896/1026 K 13 hs-smallcheck V 29 dir 4-247104.0.r301879/224861 K 8 hs-split V 27 dir 4-247762.0.r301897/1541 K 6 hs-stm V 29 dir 2-273812.0.r301879/225528 K 9 hs-strict V 29 dir 4-291759.0.r301879/226187 K 6 hs-syb V 29 dir 2-273813.0.r301879/226849 K 17 hs-syb-with-class V 29 dir 4-291593.0.r301879/227520 K 32 hs-syb-with-class-instances-text V 29 dir 4-291594.0.r301879/228217 K 16 hs-system-fileio V 27 dir 4-299842.0.r301898/1039 K 18 hs-system-filepath V 29 dir 2-298133.0.r301879/228915 K 9 hs-tagged V 29 dir 2-291118.0.r301879/229590 K 12 hs-temporary V 29 dir 2-298134.0.r301879/230259 K 11 hs-terminfo V 27 dir 4-254367.0.r301899/1020 K 17 hs-test-framework V 29 dir 4-254758.0.r301879/230937 K 23 hs-test-framework-hunit V 29 dir 4-254759.0.r301879/231626 K 29 hs-test-framework-quickcheck2 V 29 dir 4-254760.0.r301879/232327 K 11 hs-testpack V 29 dir 4-247736.0.r301879/233016 K 7 hs-text V 29 dir 2-273814.0.r301879/233683 K 14 hs-threadscope V 29 dir 4-291766.0.r301879/234399 K 15 hs-transformers V 29 dir 4-247113.0.r301879/235076 K 20 hs-transformers-base V 29 dir 4-291585.0.r301879/235760 K 8 hs-unamb V 29 dir 4-247744.0.r301879/236437 K 11 hs-uniplate V 29 dir 4-247025.0.r301879/237105 K 14 hs-unix-compat V 29 dir 4-247764.0.r301879/237775 K 23 hs-unordered-containers V 29 dir 4-279715.0.r301879/238460 K 13 hs-utf8-light V 29 dir 4-299848.0.r301879/239144 K 14 hs-utf8-string V 29 dir 4-223228.0.r301879/239820 K 13 hs-utility-ht V 29 dir 4-247751.0.r301879/240495 K 8 hs-uuagc V 29 dir 4-208134.0.r301879/241166 K 18 hs-uuagc-bootstrap V 29 dir 2-291119.0.r301879/241841 K 14 hs-uuagc-cabal V 29 dir 2-291120.0.r301879/242521 K 8 hs-uulib V 29 dir 4-208127.0.r301879/243192 K 8 hs-vault V 29 dir 2-298135.0.r301879/243857 K 9 hs-vector V 29 dir 4-255984.0.r301879/244523 K 20 hs-vector-algorithms V 29 dir 4-255985.0.r301879/245201 K 7 hs-void V 27 dir 4-279686.0.r301900/1083 K 6 htable V 30 dir 4-259520.0.r300896/7893637 K 5 hwloc V 27 dir 4-287635.0.r301839/4191 K 5 hyena V 30 dir 4-262209.0.r300896/3236840 K 8 hypersrc V 29 dir 4-41109.0.r300896/8869355 K 19 i386-rtems-binutils V 29 dir 2-30430.0.r300896/7780286 K 14 i386-rtems-gcc V 30 dir 2j-30430.0.r300896/5532504 K 14 i386-rtems-gdb V 30 dir 45-30430.0.r300896/5566260 K 3 ice V 28 dir 4-137064.0.r304742/32840 K 6 icmake V 30 dir 2-229758.0.r300896/5854230 K 3 icu V 25 dir 4-39954.0.r304885/961 K 7 idutils V 28 dir f-3680.0.r300896/2012356 K 8 ifd-test V 29 dir 4-73620.0.r300896/3509588 K 5 imake V 32 dir 1vc-191544.0.r300896/8212535 K 6 inilib V 29 dir 4-48637.0.r300896/8643805 K 9 iniparser V 26 dir 4-276769.0.r304425/816 K 8 initutil V 30 dir 4-103747.0.r300896/5697859 K 7 insight V 30 dir 5-265627.0.r300896/7442116 K 7 ioncube V 26 dir 4-250788.0.r303592/700 K 7 ipython V 29 dir 4-95197.0.r300896/3537434 K 7 ireport V 30 dir 4-137349.0.r300896/8892076 K 5 itext V 30 dir 4-106386.0.r300896/2160150 K 5 ixlib V 29 dir 4-49444.0.r300896/5769082 K 21 jakarta-commons-chain V 30 dir 4-145675.0.r300896/5412201 K 29 jakarta-commons-configuration V 30 dir 4-149072.0.r300896/2476386 K 22 jakarta-commons-daemon V 30 dir 4-195311.0.r300896/8305298 K 18 jakarta-commons-io V 30 dir 4-156034.0.r300896/2814539 K 22 jakarta-commons-jxpath V 30 dir 4-184570.0.r300896/7601444 K 23 jakarta-commons-modeler V 30 dir 4-185077.0.r300896/8199278 K 3 jam V 29 dir 2-11820.0.r300896/4692038 K 7 jansson V 29 dir 4-248846.0.r301510/198457 K 13 java-findbugs V 30 dir 4-270825.0.r300896/7075272 K 20 java-util-concurrent V 30 dir 4-121966.0.r300896/6728068 K 10 javolution V 29 dir 4-199889.0.r300896/640364 K 10 jclassinfo V 29 dir 4-108418.0.r301539/195842 K 8 jcmdline V 30 dir 4-137341.0.r300896/2807268 K 8 jech-dht V 27 dir 4-301670.0.r301797/1069 K 7 jenkins V 27 dir 4-270362.0.r304673/1402 K 3 jep V 30 dir 4-130807.0.r300896/4860327 K 4 jiic V 30 dir 4-257135.0.r300896/3823964 K 5 jline V 30 dir 4-200677.0.r300896/3493028 K 3 jna V 27 dir 4-262342.0.r303342/1295 K 7 jrtplib V 26 dir 4-90361.0.r304663/1468 K 4 jsap V 30 dir 4-126621.0.r300896/6438235 K 3 jsl V 28 dir 4-213819.0.r301684/55114 K 5 jsmin V 30 dir 4-172743.0.r300896/5491222 K 6 json-c V 28 dir 4-166184.0.r301684/55815 K 9 json-glib V 30 dir 4-224782.0.r300896/7788802 K 4 jtag V 30 dir 4-170127.0.r300896/7611969 K 4 judy V 30 dir 4-116671.0.r300896/8814524 K 5 jwasm V 27 dir 4-266497.0.r301876/3781 K 4 jzmq V 26 dir 4-262374.0.r302342/709 K 5 k8048 V 30 dir 4-201015.0.r300896/2096640 K 6 kBuild V 26 dir 4-217843.0.r301046/901 K 12 kBuild-devel V 27 dir e-217843.0.r301046/1767 K 7 kaptain V 29 dir 4-72018.0.r300896/2742492 K 11 kcachegrind V 28 dir 4-115167.0.r305303/52245 K 4 kdbg V 26 dir 2-23394.0.r305296/1441 K 12 kdebindings4 V 31 dir 1l-233548.0.r300896/2407228 K 25 kdebindings4-perl-perlkde V 31 dir 3k-297371.0.r300896/1281783 K 24 kdebindings4-perl-perlqt V 31 dir 3u-297371.0.r300896/8786406 K 31 kdebindings4-python-krosspython V 31 dir 21-233548.0.r300896/6079620 K 26 kdebindings4-python-pykde4 V 31 dir 2b-233548.0.r300896/6291826 K 29 kdebindings4-python-pykdeuic4 V 31 dir 2b-255469.0.r300896/5629428 K 26 kdebindings4-ruby-korundum V 31 dir 3s-283641.0.r300896/6740645 K 27 kdebindings4-ruby-krossruby V 31 dir 48-283641.0.r300896/1040623 K 24 kdebindings4-ruby-qtruby V 31 dir 4g-283641.0.r300896/6754603 K 27 kdebindings4-smoke-smokegen V 31 dir 4t-283641.0.r300896/8456755 K 27 kdebindings4-smoke-smokekde V 31 dir 57-283641.0.r300896/4364950 K 26 kdebindings4-smoke-smokeqt V 31 dir 5h-283641.0.r300896/6788267 K 7 kdesdk3 V 29 dir g-38983.0.r300896/6192493 K 7 kdesdk4 V 29 dir s-38983.0.r300896/6194326 K 11 kdesvn-kde4 V 27 dir e-159525.0.r303171/1022 K 8 kdevelop V 30 dir 4-292950.0.r300896/1743852 K 13 kdevelop-kde4 V 29 dir 6-254298.0.r301510/199989 K 14 kdevelop-pg-qt V 30 dir 4-264285.0.r300896/2217823 K 12 kdevelop-php V 30 dir g-254298.0.r300896/7197461 K 17 kdevelop-php-docs V 30 dir q-254298.0.r300896/7005838 K 12 kdevplatform V 30 dir y-254298.0.r300896/2267488 K 7 kimwitu V 29 dir 4-41824.0.r300896/3836351 K 12 klassmodeler V 27 dir 4-112532.0.r304586/3662 K 5 kodos V 30 dir 4-111052.0.r300896/5876395 K 5 kprof V 29 dir 4-61525.0.r300896/7963717 K 6 kscope V 26 dir 4-107997.0.r304681/802 K 4 kyra V 29 dir 4-80834.0.r300896/8576583 K 4 lasi V 30 dir 4-165038.0.r300896/1725624 K 4 lbpp V 29 dir 4-60538.0.r300896/2747956 K 4 lcov V 30 dir 4-258134.0.r300896/3853386 K 10 leaktracer V 29 dir 4-99942.0.r300896/5573297 K 5 lemon V 29 dir 4-43506.0.r300896/6680275 K 4 lexi V 30 dir 4-192659.0.r300896/6483300 K 3 lfc V 27 dir e-257242.0.r302153/1021 K 6 lfcxml V 27 dir e-257243.0.r302154/1111 K 6 libIDL V 29 dir 4-54611.0.r300896/4027464 K 11 libPropList V 29 dir 2-15215.0.r300896/1907170 K 6 libXGP V 30 dir 4-171031.0.r300896/4093821 K 6 libYGP V 29 dir 8-171031.0.r301539/196558 K 12 libafterbase V 29 dir 4-48568.0.r300896/4620284 K 8 libarena V 30 dir 4-190893.0.r300896/4753993 K 7 libassa V 28 dir 4-96560.0.r301539/197309 K 10 libassetml V 30 dir 4-102271.0.r300896/6670707 K 6 libast V 29 dir 4-47508.0.r300896/7378262 K 13 libatomic_ops V 30 dir 4-282220.0.r300896/5513094 K 7 libaura V 30 dir 4-159919.0.r300896/8587794 K 6 libavl V 29 dir 4-46194.0.r300896/7519520 K 10 libbegemot V 30 dir 4-143200.0.r300896/6757590 K 6 libbfd V 30 dir 4-107870.0.r300896/8069691 K 8 libbinio V 30 dir 4-134945.0.r300896/8703970 K 6 libbnr V 30 dir 4-130896.0.r300896/8334693 K 9 libbobcat V 30 dir 4-229761.0.r300896/7785564 K 9 libbonobo V 29 dir 4-54688.0.r300896/1261636 K 19 libbonobo-reference V 30 dir 7-161852.0.r300896/5252530 K 11 libbonobomm V 29 dir 4-83056.0.r300896/4440580 K 7 libburn V 30 dir 4-222885.0.r300896/3350280 K 7 libccid V 30 dir 4-133763.0.r300896/2936833 K 6 libcfg V 29 dir 4-191203.0.r300896/633034 K 8 libcheck V 29 dir 4-95085.0.r300896/1476631 K 11 libchipcard V 27 dir 4-75750.0.r304177/81980 K 7 libcidr V 30 dir 4-294068.0.r300896/1068418 K 6 libcii V 28 dir 2-15986.0.r300896/751043 K 7 libclaw V 30 dir 4-214273.0.r300896/4363020 K 6 libcli V 28 dir 4-273255.0.r301684/56510 K 9 libconfig V 30 dir 4-200128.0.r300896/2113302 K 10 libconfuse V 30 dir 4-118644.0.r300896/1757237 K 6 libcwd V 28 dir 4-93632.0.r301539/198013 K 9 libdaemon V 30 dir 4-145809.0.r300896/2351869 K 6 libdap V 27 dir 4-230670.0.r305072/2443 K 7 libdasm V 30 dir 4-158533.0.r300896/4328213 K 14 libdbusmenu-qt V 30 dir 2-260385.0.r300896/7795733 K 7 libdfui V 30 dir 4-159921.0.r300896/1556426 K 7 libdict V 29 dir 4-79291.0.r300896/4326393 K 9 libdisasm V 30 dir 4-182713.0.r300896/1964587 K 11 libdisorder V 30 dir 4-259426.0.r300896/4067159 K 11 libdispatch V 30 dir 4-241984.0.r300896/6775608 K 11 libdlmalloc V 28 dir 2-1821.0.r300896/5334638 K 7 libdlna V 30 dir 4-209443.0.r300896/8143325 K 9 libdnsres V 30 dir 4-156112.0.r300896/2316309 K 9 libdombey V 30 dir 4-253176.0.r300896/5036128 K 5 libds V 29 dir 4-87871.0.r300896/6979415 K 6 libdsp V 29 dir 4-37448.0.r300896/2231476 K 8 libdwarf V 30 dir 4-128639.0.r300896/2324417 K 7 libedit V 29 dir 2-54508.0.r300896/2192119 K 5 libee V 27 dir 4-276499.0.r304973/1789 K 6 libelf V 29 dir 4-41651.0.r300896/3062482 K 12 libepp-nicbr V 30 dir 4-167005.0.r300896/2888821 K 7 libestr V 27 dir 4-276498.0.r304974/1199 K 5 libev V 30 dir 4-203990.0.r300896/7027213 K 8 libevent V 25 dir 4-44353.0.r300948/769 K 15 libevent-hiphop V 27 dir 4-300952.0.r300952/8182 K 9 libevent2 V 30 dir 4-269500.0.r300896/6628371 K 6 libewf V 27 dir 4-297885.0.r303125/1322 K 11 libexecinfo V 26 dir 4-86721.0.r302432/1183 K 10 libexplain V 30 dir 4-281628.0.r300896/5026910 K 6 libffi V 29 dir 2-12390.0.r300896/3995004 K 7 libfirm V 30 dir 4-223305.0.r300896/2903839 K 11 libfreefare V 30 dir 4-260712.0.r300896/3816276 K 7 libftdi V 26 dir 4-169078.0.r304091/636 K 6 libg19 V 30 dir 4-285404.0.r300896/3315430 K 10 libg19draw V 30 dir 4-285405.0.r300896/2177965 K 9 libgalago V 30 dir 4-191016.0.r300896/1373000 K 10 libgamepad V 30 dir 4-217544.0.r300896/1135869 K 13 libgconf-java V 30 dir 4-106185.0.r300896/8324347 K 8 libgdata V 28 dir 4-233557.0.r301519/56107 K 6 libgee V 30 dir 4-251047.0.r300896/5164579 K 10 libgetline V 29 dir 2-18226.0.r300896/3425155 K 10 libghthash V 29 dir 4-62358.0.r300896/5374721 K 6 libgii V 29 dir 4-25204.0.r300896/5314216 K 9 libgiigic V 30 dir 4-123511.0.r300896/8013988 K 7 libgit2 V 27 dir 4-274726.0.r301650/1774 K 8 libglade V 29 dir 2-20868.0.r300896/2173130 K 13 libglade-java V 30 dir 4-106186.0.r300896/3101624 K 9 libglade2 V 29 dir l-20868.0.r300896/6104649 K 19 libglade2-reference V 30 dir 2-162646.0.r300896/6877570 K 10 libglademm V 28 dir 4-83062.0.r300896/975541 K 12 libglademm24 V 29 dir k-83062.0.r300896/7995437 K 6 libgpc V 30 dir i-146102.0.r300896/5560503 K 6 libgsf V 29 dir 4-66121.0.r300896/5674395 K 12 libgsf-gnome V 30 dir c-109734.0.r300896/5037575 K 6 libgta V 26 dir 4-299876.0.r301380/849 K 7 libgtop V 30 dir a-163665.0.r300896/1539975 K 13 libgutenfetch V 30 dir 4-114290.0.r300896/8860957 K 7 libhash V 28 dir 4-57212.0.r300896/526355 K 6 libhid V 30 dir 4-196451.0.r300896/6432268 K 8 libhoard V 28 dir 4-83409.0.r301510/200653 K 6 libhtp V 26 dir 4-287987.0.r303730/710 K 7 libical V 29 dir 4-69460.0.r300896/5502184 K 10 libinotify V 30 dir 4-280739.0.r300896/7408871 K 11 libiqxmlrpc V 30 dir 4-210294.0.r300896/2811162 K 8 libisofs V 30 dir 4-222886.0.r300896/3082520 K 6 libixp V 30 dir 4-185390.0.r300896/8102142 K 9 libjson++ V 27 dir 4-296859.0.r304734/1522 K 8 libk8055 V 30 dir 4-286440.0.r300896/4203436 K 6 liblas V 30 dir 4-215603.0.r300896/2134250 K 7 liblcfg V 30 dir 4-299690.0.r300896/6983142 K 10 libleaftag V 30 dir 4-166750.0.r300896/3733416 K 10 liblogging V 30 dir 4-195343.0.r300896/6040393 K 8 liblouis V 30 dir 4-230578.0.r300896/7933346 K 11 liblouisxml V 29 dir 4-230809.0.r301539/198723 K 7 libltdl V 30 dir 1g-265861.0.r300896/604982 K 6 libmaa V 27 dir 4-206225.0.r301792/1045 K 11 libmatheval V 30 dir 4-112915.0.r300896/3568501 K 6 libmba V 29 dir 4-67080.0.r300896/3312501 K 6 libmcs V 30 dir 4-186215.0.r300896/3355855 K 10 libmimedir V 30 dir 4-103751.0.r300896/1039122 K 10 libmonetra V 29 dir g-56233.0.r300896/5752210 K 9 libmowgli V 30 dir 4-199430.0.r300896/4928707 K 9 libmpcbdm V 30 dir 4-167237.0.r300896/7763491 K 10 libmsocket V 30 dir 4-221607.0.r300896/4195769 K 8 libmtrie V 28 dir 4-80382.0.r301858/121650 K 7 libnaji V 30 dir 4-135616.0.r300896/2892460 K 6 libnfc V 30 dir 4-249053.0.r300896/4557863 K 9 libnotify V 30 dir 4-141001.0.r300896/7939933 K 6 libnxt V 30 dir 4-199917.0.r300896/5251486 K 6 liboil V 30 dir 4-122680.0.r300896/5872435 K 5 libol V 29 dir 4-27983.0.r300896/7361355 K 7 libole2 V 29 dir 4-29725.0.r300896/1382789 K 7 liboobs V 31 dir 4s-187702.0.r300896/4801688 K 6 liboop V 29 dir 4-43455.0.r300896/6048921 K 11 libopendaap V 30 dir 4-103786.0.r300896/4962588 K 11 libopensync V 30 dir 4-137716.0.r300896/5342538 K 14 libopensync022 V 30 dir e-137716.0.r300896/7756779 K 9 libopkele V 30 dir 4-205637.0.r300896/8289115 K 8 libowfat V 30 dir 4-101732.0.r300896/2481283 K 7 libpafe V 26 dir 4-250119.0.r302447/912 K 12 libpafe-ruby V 26 dir 4-250121.0.r302451/837 K 14 libparserutils V 30 dir 4-282890.0.r300896/8536582 K 9 libpasori V 30 dir 4-182905.0.r300896/1719738 K 6 libpci V 29 dir 4-83790.0.r300896/6789690 K 12 libpciaccess V 31 dir 28-226727.0.r300896/8807880 K 7 libpdel V 29 dir 2-64723.0.r300896/4212274 K 7 libpeak V 30 dir 4-131539.0.r300896/5262455 K 8 libphish V 30 dir 4-164526.0.r300896/6206617 K 6 libphk V 30 dir 4-219672.0.r300896/6938725 K 8 libplist V 30 dir 4-269950.0.r300896/2339436 K 16 libpthread-stubs V 30 dir 4-183606.0.r300896/1827578 K 6 librcc V 29 dir 4-205844.0.r300896/497790 K 6 librcd V 28 dir 4-205842.0.r301497/72119 K 16 libreadline-java V 30 dir 4-207384.0.r300896/7489877 K 11 libredblack V 29 dir 4-57727.0.r300896/2494894 K 7 librelp V 27 dir 4-212741.0.r304975/1108 K 7 libruin V 30 dir 4-187992.0.r300896/4638104 K 7 libs11n V 30 dir 4-169302.0.r300896/5741121 K 9 libserver V 27 dir 4-261577.0.r301059/1270 K 8 libshbuf V 28 dir 4-58607.0.r300896/863092 K 9 libshhmsg V 29 dir 2-17579.0.r300896/7322185 K 9 libshhopt V 28 dir 2-17577.0.r300896/936097 K 9 libsigc++ V 25 dir 4-25286.0.r304620/728 K 11 libsigc++12 V 29 dir s-25286.0.r300896/5005996 K 11 libsigc++20 V 30 dir 1g-25286.0.r300896/5034304 K 8 libsigcx V 28 dir 4-78402.0.r300896/688337 K 10 libsigsegv V 30 dir 4-110197.0.r300896/3901234 K 9 libslang2 V 28 dir 4-135380.0.r305298/75883 K 7 libsoup V 29 dir 4-43200.0.r300896/1554340 K 13 libsoup-gnome V 31 dir 7z-264837.0.r300896/7736159 K 17 libsoup-reference V 30 dir 7-161960.0.r300896/8164815 K 11 libstatgrab V 29 dir 4-82167.0.r300896/6117097 K 10 libstrfunc V 29 dir 4-45801.0.r300896/8336538 K 9 libstroke V 29 dir 4-54281.0.r300896/1221253 K 10 libsysinfo V 30 dir 4-295512.0.r300896/2472967 K 6 libtai V 29 dir 4-30297.0.r300896/2646218 K 6 libtap V 30 dir 4-124727.0.r300896/2652389 K 6 libtar V 25 dir 4-39456.0.r304360/625 K 8 libtecla V 29 dir 4-38222.0.r300896/6876536 K 7 libthai V 30 dir 4-158307.0.r300896/4785998 K 10 libticalcs V 29 dir 4-88788.0.r300896/2071620 K 10 libtifiles V 29 dir 4-88787.0.r300896/5584934 K 11 libtifiles2 V 30 dir 4-175897.0.r300896/5869477 K 7 libtool V 31 dir 1o-265861.0.r300896/4635601 K 6 libtpl V 30 dir 4-258630.0.r300896/3183899 K 8 libublio V 30 dir 4-199330.0.r300896/5067037 K 10 libukcprog V 29 dir 4-82169.0.r300896/2816381 K 10 libunicode V 29 dir 2-29994.0.r300896/2285520 K 9 libuninum V 30 dir 4-181689.0.r300896/4376843 K 12 libunistring V 30 dir 4-279222.0.r300896/8948848 K 9 libunwind V 30 dir 4-253799.0.r300896/1992765 K 6 libusb V 29 dir 4-38814.0.r300896/4393559 K 14 libvanessa_adt V 28 dir 4-42788.0.r301510/201367 K 17 libvanessa_logger V 29 dir 4-42786.0.r300896/8666048 K 17 libvanessa_socket V 29 dir 4-42787.0.r300896/7621326 K 5 libvc V 29 dir 4-80843.0.r300896/7651075 K 7 libvirt V 27 dir 2-274375.0.r304876/1254 K 12 libvirt-java V 27 dir 4-300650.0.r304875/1072 K 12 libvolume_id V 30 dir 4-176333.0.r300896/6213620 K 10 libvshadow V 30 dir 4-297888.0.r300896/4780384 K 7 libwfut V 30 dir 4-189268.0.r300896/4543604 K 6 libx86 V 30 dir 4-223834.0.r300896/5809671 K 9 libxalloc V 29 dir 2-17581.0.r300896/2006556 K 8 libytnef V 30 dir 9-156621.0.r300896/7415256 K 7 libzrtp V 30 dir 4-266795.0.r300896/2454983 K 10 libzrtpcpp V 30 dir 4-174515.0.r300896/6365692 K 7 libzvbi V 29 dir 4-81039.0.r300896/6377236 K 9 lightning V 29 dir 4-58803.0.r300896/2872942 K 13 linux-allegro V 29 dir 4-94734.0.r300896/4830055 K 17 linux-f10-allegro V 28 dir e-94734.0.r300896/911022 K 19 linux-f10-dbus-glib V 30 dir 4-238488.0.r300896/6080694 K 19 linux-f10-dbus-libs V 30 dir 4-238487.0.r300896/1840451 K 18 linux-f10-libglade V 29 dir 4-38263.0.r300896/6708966 K 19 linux-f10-libglade2 V 28 dir k-38263.0.r300896/508215 K 21 linux-f10-libsigc++20 V 30 dir 4-194406.0.r300896/8036443 K 14 linux-f10-nspr V 30 dir 4-231710.0.r300896/7437693 K 15 linux-f10-sdl12 V 29 dir 4-48856.0.r300896/1585501 K 8 linux-js V 27 dir 4-155238.0.r302134/2385 K 17 linux-kmod-compat V 28 dir 2-183968.0.r301519/56830 K 14 linux-libglade V 28 dir 1w-38263.0.r301786/48940 K 15 linux-libglade2 V 28 dir 2c-38263.0.r301786/49787 K 17 linux-libsigc++20 V 30 dir o-194406.0.r300896/4983402 K 11 linux-sdl12 V 30 dir 10-48856.0.r300896/8955433 K 11 linux_kdump V 30 dir 2-152622.0.r300896/7261793 K 12 linuxthreads V 29 dir 2-23511.0.r300896/2087126 K 4 lion V 30 dir 4-166580.0.r300896/2127411 K 4 llvm V 28 dir 4-151969.0.r303632/55135 K 10 llvm-devel V 27 dir 4-218773.0.r304297/3142 K 6 llvm29 V 30 dir e-151969.0.r300896/1853929 K 5 lmdbg V 30 dir 6-234203.0.r300896/5340277 K 5 lndir V 30 dir 4-201525.0.r300896/8878117 K 15 lockfree-malloc V 27 dir 4-302135.0.r302135/3140 K 5 log4c V 29 dir 4-62407.0.r300896/5221367 K 9 log4cplus V 30 dir 4-123567.0.r300896/3502454 K 7 log4cpp V 29 dir 4-42138.0.r300896/5531884 K 7 log4cxx V 30 dir 4-126582.0.r300896/5828380 K 5 log4j V 29 dir 2-67806.0.r300896/5227540 K 7 log4net V 29 dir 4-246967.0.r300896/562942 K 6 log4sh V 30 dir 4-127880.0.r300896/3439344 K 8 log4shib V 30 dir 4-207129.0.r300896/5144969 K 4 loki V 30 dir 4-160674.0.r300896/8834883 K 5 looks V 27 dir 4-137343.0.r304608/5627 K 4 love V 28 dir 2-217921.0.r301188/24856 K 6 love07 V 28 dir f-217921.0.r301188/25558 K 5 love5 V 30 dir r-217921.0.r300896/6812608 K 8 lpc21isp V 27 dir 4-234807.0.r305025/1530 K 4 lrmi V 30 dir 4-155011.0.r300896/3744273 K 9 lua-alien V 30 dir 4-260002.0.r300896/4323903 K 10 lua-bitlib V 30 dir 4-205384.0.r300896/2142366 K 9 lua-cjson V 30 dir 4-289010.0.r300896/5499689 K 12 lua-filename V 30 dir 4-159813.0.r300896/8684031 K 11 lua-gettext V 30 dir 4-164110.0.r300896/6240284 K 9 lua-posix V 30 dir 4-159630.0.r300896/4265939 K 7 lua-pty V 30 dir 4-159806.0.r300896/6019623 K 14 lua-rds-parser V 30 dir 4-289011.0.r300896/1325707 K 16 lua-redis-parser V 29 dir 4-289013.0.r300896/533637 K 10 lua-sysctl V 28 dir 4-233419.0.r305298/76588 K 9 lua50-app V 30 dir 4-159838.0.r300896/6493857 K 14 lua50-compat51 V 30 dir 4-159628.0.r300896/6964428 K 10 lua50-dfui V 29 dir 4-160204.0.r300896/657354 K 14 lua50-filename V 30 dir e-159813.0.r300896/3618543 K 13 lua50-gettext V 30 dir i-164110.0.r300896/5328084 K 11 lua50-posix V 30 dir k-159630.0.r300896/1917889 K 9 lua50-pty V 30 dir i-159806.0.r300896/6609281 K 7 luabind V 30 dir 4-192991.0.r300896/2094546 K 13 luafilesystem V 29 dir 4-256959.0.r301858/122316 K 7 luajava V 28 dir 4-208882.0.r301684/57262 K 3 lwp V 29 dir 2-28898.0.r300896/7746904 K 3 lxr V 30 dir 4-234847.0.r300896/7779668 K 7 m17n-db V 30 dir 4-110299.0.r300896/2368282 K 9 m17n-docs V 30 dir 4-110305.0.r300896/2866423 K 8 m17n-lib V 30 dir 4-110301.0.r300896/3927522 K 2 m4 V 27 dir 2-277.0.r300896/4236982 K 14 m6811-binutils V 29 dir 4-56908.0.r300896/2640508 K 19 m68k-rtems-binutils V 30 dir 61-30430.0.r300896/5407806 K 14 m68k-rtems-gcc V 30 dir 6d-30430.0.r300896/8059711 K 14 m68k-rtems-gdb V 30 dir 6l-30430.0.r300896/8092995 K 5 magit V 29 dir 4-260768.0.r303664/133654 K 6 make++ V 29 dir 4-38603.0.r300896/6172990 K 10 makedepend V 28 dir 2-7750.0.r300896/8790304 K 15 maven-ant-tasks V 30 dir 4-259743.0.r300896/2375330 K 13 maven-wrapper V 30 dir 4-282101.0.r300896/2623712 K 6 maven2 V 30 dir 4-139523.0.r300896/2054872 K 6 maven3 V 30 dir 4-281007.0.r300896/2058836 K 4 mcpp V 30 dir 4-190022.0.r300896/7236378 K 4 mdds V 27 dir 4-278178.0.r302696/3452 K 8 memcheck V 29 dir 4-65448.0.r300896/1681088 K 6 menhir V 30 dir 4-186707.0.r300896/5156476 K 8 mercator V 30 dir 4-128422.0.r300896/7596250 K 9 mercurial V 27 dir 4-139107.0.r302302/3134 K 16 mercurialeclipse V 30 dir 4-238956.0.r300896/5826539 K 8 meta-cvs V 25 dir 4-76649.0.r305118/730 K 4 mico V 29 dir 2-57898.0.r300896/5057576 K 4 mime V 29 dir 2-29692.0.r300896/5432045 K 5 mimir V 29 dir 4-152222.0.r300896/578866 K 18 mingw32-bin-msvcrt V 29 dir 4-81329.0.r300896/6864037 K 16 mingw32-binutils V 30 dir 1i-29892.0.r300896/4456784 K 15 mingw32-directx V 30 dir 4-174491.0.r300896/5822769 K 11 mingw32-gcc V 30 dir 1u-29892.0.r300896/6770746 K 14 mingw32-libffi V 30 dir 4-286865.0.r300896/1814578 K 15 mingw32-libyaml V 30 dir 4-286863.0.r300896/8993512 K 15 mingw32-openssl V 29 dir 4-286903.0.r300896/832372 K 16 mingw32-pdcurses V 30 dir 4-161610.0.r300896/6249237 K 16 mingw32-pthreads V 30 dir 4-161612.0.r300896/6265474 K 12 mingw32-zlib V 30 dir 4-286849.0.r300896/7525105 K 16 mingw64-binutils V 30 dir 4-243045.0.r300896/5044798 K 19 mips-rtems-binutils V 29 dir 2-36058.0.r300896/8523678 K 14 mips-rtems-gcc V 29 dir 2-36068.0.r300896/6948252 K 14 mips-rtems-gdb V 29 dir a-69233.0.r300896/6973601 K 2 mk V 29 dir 4-62030.0.r300896/4288109 K 12 mk-configure V 27 dir 4-245799.0.r304903/1071 K 5 mkcmd V 29 dir 4-24129.0.r300896/4432900 K 6 ml-doc V 30 dir 4-199022.0.r300896/2582264 K 2 mm V 29 dir 2-17371.0.r300896/4289898 K 9 mm-common V 31 dir 9r-244923.0.r300896/2854611 K 11 mono-addins V 27 dir 2-219328.0.r304895/1140 K 10 mono-tools V 30 dir 4-138852.0.r300896/8544504 K 11 monodevelop V 29 dir 4-240995.0.r300896/671311 K 20 monodevelop-database V 30 dir 4-241363.0.r300896/2292148 K 16 monodevelop-java V 30 dir 4-241357.0.r300896/7100196 K 18 monodevelop-python V 30 dir 4-282145.0.r300896/8541503 K 16 monodevelop-vala V 30 dir 4-241365.0.r300896/3688907 K 8 monotone V 29 dir 4-111481.0.r301539/199438 K 12 monotone-viz V 30 dir 4-167440.0.r300896/5793382 K 5 motor V 29 dir 4-38533.0.r300896/2885127 K 7 mpatrol V 29 dir 4-84810.0.r300896/8243795 K 3 mph V 30 dir 4-143421.0.r300896/8620648 K 6 mq4cpp V 30 dir 4-181393.0.r300896/6137240 K 7 msgpack V 30 dir 4-248085.0.r300896/4339947 K 15 msp430-binutils V 29 dir 4-69567.0.r300896/2660544 K 10 msp430-gcc V 29 dir 4-69568.0.r300896/2769703 K 11 msp430-gcc3 V 28 dir g-69568.0.r300896/771298 K 10 msp430-gdb V 29 dir 4-69569.0.r300896/2802477 K 11 msp430-libc V 29 dir 4-69636.0.r300896/7020186 K 9 msp430mcu V 30 dir v-278364.0.r300896/1644455 K 8 mspdebug V 30 dir 4-268685.0.r300896/7405184 K 5 msrc0 V 29 dir 4-24128.0.r300896/4866418 K 4 nana V 28 dir 2-8285.0.r300896/8168461 K 4 nant V 26 dir 4-138863.0.r301591/595 K 4 nasm V 25 dir 2-8358.0.r302685/1216 K 11 naturaldocs V 30 dir 4-102273.0.r300896/1331313 K 3 ncc V 29 dir 4-155002.0.r300896/767912 K 4 ncnf V 30 dir 4-136378.0.r300896/1852120 K 7 ncurses V 29 dir 2-69238.0.r300896/8470611 K 13 ncurses-devel V 29 dir f-69238.0.r300896/4926880 K 10 ndesk-dbus V 31 dir 9l-209647.0.r300896/6952983 K 15 ndesk-dbus-glib V 31 dir 9v-209647.0.r300896/3974252 K 7 nemiver V 30 dir 4-229075.0.r300896/2724822 K 22 netbsd-pkgsrc-mk-files V 30 dir 4-245798.0.r300896/1913089 K 15 netscape-java40 V 28 dir 4-154671.0.r301684/57926 K 7 newfile V 26 dir 4-74312.0.r304774/2287 K 4 newt V 26 dir 4-25728.0.r304156/1051 K 4 nini V 30 dir 4-255778.0.r300896/8769724 K 5 ninja V 27 dir 4-269057.0.r304545/1487 K 9 ninja-ide V 27 dir 4-287263.0.r304104/7076 K 11 node-thrift V 30 dir 4-288633.0.r300896/3411880 K 12 notify-sharp V 30 dir 4-275467.0.r300896/6217330 K 5 noweb V 28 dir 2-2035.0.r300896/3913392 K 4 npth V 28 dir 4-302520.0.r304177/82674 K 4 nspr V 25 dir 4-51803.0.r303882/676 K 10 nxt-python V 30 dir 4-270632.0.r300896/7148943 K 3 oaf V 29 dir 4-29075.0.r300896/1807118 K 4 obby V 30 dir 4-146378.0.r300896/3679603 K 11 obfuscatejs V 30 dir 4-164799.0.r300896/7035926 K 8 objcunit V 28 dir 4-176478.0.r301519/57549 K 12 objectivelib V 30 dir 4-178507.0.r300896/7023474 K 14 ocaml-annexlib V 30 dir 4-169683.0.r300896/7531331 K 14 ocaml-calendar V 30 dir 4-186017.0.r300896/8534030 K 14 ocaml-camljava V 30 dir 4-169667.0.r300896/6584755 K 12 ocaml-camlp5 V 30 dir 4-211314.0.r300896/3462825 K 14 ocaml-camomile V 30 dir 4-104572.0.r300896/2049039 K 23 ocaml-camomile-examples V 30 dir 4-169676.0.r300896/6301700 K 9 ocaml-cfg V 30 dir 4-171008.0.r300896/7528386 K 13 ocaml-classes V 29 dir 4-66836.0.r300896/8427132 K 10 ocaml-cppo V 30 dir 4-288052.0.r300896/4598532 K 12 ocaml-equeue V 30 dir 4-125387.0.r300896/3372872 K 11 ocaml-event V 30 dir 4-141157.0.r300896/4083671 K 12 ocaml-extlib V 30 dir 4-120663.0.r300896/2099939 K 13 ocaml-findlib V 28 dir 4-62793.0.r300896/906178 K 12 ocaml-lacaml V 30 dir 4-171004.0.r300896/4271065 K 9 ocaml-lwt V 30 dir 4-226397.0.r300896/1191231 K 11 ocaml-magic V 30 dir 4-162174.0.r300896/6247367 K 11 ocaml-ounit V 30 dir 4-167072.0.r300896/7972646 K 10 ocaml-pcre V 29 dir 4-66587.0.r300896/7249270 K 11 ocaml-pomap V 30 dir 4-171002.0.r300896/1765622 K 11 ocaml-react V 30 dir 4-288021.0.r300896/2459420 K 9 ocaml-res V 30 dir 4-171006.0.r300896/7418586 K 9 ocaml-sdl V 30 dir 4-110571.0.r300896/8506986 K 9 ocaml-sem V 30 dir 4-133999.0.r300896/8548192 K 13 ocaml-sexplib V 30 dir 4-169689.0.r300896/8629122 K 14 ocaml-typeconv V 27 dir 4-210844.0.r304608/6285 K 10 ocaml-ulex V 30 dir 4-104565.0.r300896/7949136 K 10 ocaml-xstr V 29 dir 4-169825.0.r300896/676407 K 12 ocaml-xstrp4 V 30 dir 4-169687.0.r300896/3063921 K 8 ocamlweb V 28 dir 4-41022.0.r300896/638948 K 7 ocfpcsc V 30 dir 4-238352.0.r300896/4793075 K 3 ode V 30 dir 4-104064.0.r300896/1872985 K 9 ode-devel V 30 dir i-104064.0.r300896/7903602 K 3 ois V 30 dir 4-215326.0.r300896/2062245 K 5 omake V 30 dir 4-172382.0.r300896/4772580 K 10 omniNotify V 30 dir 4-122184.0.r300896/6846987 K 7 omniORB V 28 dir 2-6745.0.r300896/7548298 K 9 oniguruma V 29 dir 4-74351.0.r300896/5410739 K 10 oniguruma4 V 29 dir k-74351.0.r300896/8311515 K 10 oniguruma5 V 30 dir 10-74351.0.r300896/8315475 K 11 open-beagle V 30 dir i-111134.0.r300896/8853788 K 16 open-usp-tukubai V 26 dir 4-292866.0.r303837/582 K 6 opencl V 27 dir 4-304667.0.r304667/3780 K 7 opencvs V 30 dir 4-222279.0.r300896/4583129 K 8 opengrok V 26 dir 4-242765.0.r303785/618 K 7 openocd V 27 dir 4-235001.0.r304349/6012 K 7 openvex V 27 dir 4-304833.0.r304833/3728 K 17 openwince-include V 30 dir 4-170124.0.r300896/4072258 K 6 openzz V 29 dir 4-59027.0.r300896/8123538 K 8 orbitcpp V 29 dir 4-49318.0.r300896/2032239 K 3 orc V 30 dir 4-250761.0.r300896/2428948 K 7 ossp-al V 29 dir 4-74408.0.r300896/4958762 K 8 ossp-cfg V 29 dir 4-74596.0.r300896/4966257 K 7 ossp-ex V 29 dir 4-74374.0.r300896/5101514 K 7 ossp-l2 V 29 dir 4-74404.0.r300896/5278971 K 8 ossp-val V 28 dir 4-74410.0.r300896/723859 K 8 ossp-var V 28 dir 4-74406.0.r301510/202120 K 8 ossp-xds V 30 dir 4-102384.0.r300896/3054509 K 4 otrs V 29 dir 4-166988.0.r302724/100902 K 2 p4 V 26 dir 4-29495.0.r303917/2945 K 5 p4.el V 29 dir 4-47286.0.r300896/3949973 K 5 p4api V 29 dir 4-78686.0.r300896/2484948 K 3 p4d V 26 dir g-29495.0.r303918/3057 K 4 p4db V 29 dir 4-47296.0.r300896/6055949 K 7 p4delta V 29 dir 4-80362.0.r300896/1671042 K 6 p4ftpd V 26 dir s-29495.0.r303919/3052 K 10 p4genpatch V 30 dir 4-127588.0.r300896/3197127 K 3 p4p V 27 dir 14-29495.0.r303920/3010 K 3 p4v V 30 dir 4-100952.0.r300896/1403315 K 5 p4web V 27 dir 1g-29495.0.r305209/3019 K 23 p5-AI-Pathfinding-AStar V 30 dir 4-117398.0.r300896/2187934 K 12 p5-AI-Prolog V 30 dir 4-169420.0.r300896/3389233 K 15 p5-Acme-Comment V 27 dir 4-301270.0.r301270/3335 K 12 p5-Acme-Damn V 27 dir 2-250712.0.r304712/1281 K 21 p5-Acme-MetaSyntactic V 27 dir 4-160584.0.r303234/1082 K 8 p5-Agent V 29 dir 4-36681.0.r300896/3337667 K 23 p5-Algorithm-Accounting V 30 dir 4-127273.0.r300896/2637067 K 21 p5-Algorithm-Annotate V 30 dir 4-104187.0.r300896/5378058 K 23 p5-Algorithm-Bucketizer V 29 dir 4-138893.0.r300896/598429 K 15 p5-Algorithm-C3 V 30 dir 4-158198.0.r300896/5143124 K 26 p5-Algorithm-ChooseSubsets V 30 dir 4-130889.0.r300896/6887633 K 20 p5-Algorithm-Cluster V 30 dir 4-109609.0.r300896/2627396 K 23 p5-Algorithm-Dependency V 30 dir 4-151104.0.r300896/6470076 K 31 p5-Algorithm-Dependency-Objects V 29 dir 4-166007.0.r300896/575607 K 17 p5-Algorithm-Diff V 28 dir 4-36682.0.r300896/531516 K 25 p5-Algorithm-Evolutionary V 29 dir 4-92048.0.r300896/7661353 K 25 p5-Algorithm-FloodControl V 29 dir 4-242614.0.r300896/528238 K 27 p5-Algorithm-IncludeExclude V 30 dir 4-189090.0.r300896/8086412 K 28 p5-Algorithm-Interval2Prefix V 29 dir 4-95157.0.r300896/5690873 K 16 p5-Algorithm-LCS V 30 dir 4-142743.0.r300896/2995376 K 17 p5-Algorithm-LUHN V 30 dir 4-138214.0.r300896/3125678 K 24 p5-Algorithm-MarkovChain V 29 dir 4-36684.0.r300896/8907553 K 18 p5-Algorithm-Merge V 30 dir 4-231252.0.r300896/1118524 K 19 p5-Algorithm-MinMax V 30 dir 4-120380.0.r300896/6692989 K 23 p5-Algorithm-NaiveBayes V 29 dir 4-92457.0.r300896/1252133 K 24 p5-Algorithm-Networksort V 26 dir 4-92459.0.r305149/1184 K 30 p5-Algorithm-Numerical-Shuffle V 27 dir 4-87333.0.r304807/53136 K 20 p5-Algorithm-Permute V 29 dir 4-36685.0.r300896/5849479 K 16 p5-Algorithm-SVM V 29 dir 4-96713.0.r300896/3045300 K 8 p5-Alias V 29 dir 4-36551.0.r300896/6896283 K 9 p5-Alzabo V 30 dir 4-115613.0.r300896/2601339 K 19 p5-Alzabo-GUI-Mason V 29 dir 4-119235.0.r300896/890884 K 12 p5-Any-Moose V 30 dir 4-228857.0.r300896/3988335 K 20 p5-Any-Moose-Convert V 29 dir 4-279878.0.r300896/558642 K 10 p5-AnyData V 30 dir 4-194557.0.r300896/7990663 K 11 p5-AnyEvent V 27 dir 4-179310.0.r302736/1276 K 15 p5-AnyEvent-AIO V 30 dir 4-240780.0.r300896/6557454 K 15 p5-AnyEvent-DBI V 30 dir 4-251864.0.r300896/1090693 K 24 p5-AnyEvent-DBI-Abstract V 30 dir 4-251865.0.r300896/8332841 K 16 p5-AnyEvent-DBus V 30 dir 4-256855.0.r300896/6795920 K 26 p5-AnyEvent-Filesys-Notify V 27 dir 4-251999.0.r302940/1118 K 19 p5-AnyEvent-Gearman V 30 dir 4-297440.0.r300896/4338123 K 20 p5-AnyEvent-Graphite V 30 dir 4-286412.0.r300896/3941604 K 14 p5-AnyEvent-I3 V 30 dir 4-280519.0.r300896/7109715 K 15 p5-AnyEvent-Run V 30 dir 4-251866.0.r300896/1710565 K 22 p5-AnyEvent-Subprocess V 30 dir 4-252431.0.r300896/3684836 K 8 p5-AnyMQ V 30 dir 4-275004.0.r300896/5327062 K 12 p5-App-Build V 27 dir 4-252630.0.r302956/1374 K 10 p5-App-CLI V 30 dir 4-152160.0.r300896/4501819 K 20 p5-App-CLI-Extension V 30 dir 4-247190.0.r300896/3130835 K 12 p5-App-Cache V 30 dir 4-161886.0.r300896/8378774 K 10 p5-App-Cmd V 27 dir 4-221428.0.r305216/5847 K 14 p5-App-Control V 30 dir 4-180940.0.r300896/5709091 K 13 p5-App-GitGot V 30 dir 4-264614.0.r300896/8604142 K 13 p5-App-GitHub V 27 dir 4-265210.0.r304019/1178 K 11 p5-App-Info V 29 dir 4-81343.0.r300896/6162325 K 14 p5-App-Options V 30 dir 4-171157.0.r300896/5633140 K 9 p5-App-SD V 30 dir 4-272255.0.r300896/4449610 K 17 p5-App-SVN-Bisect V 26 dir 4-243842.0.r305134/914 K 12 p5-App-Trace V 30 dir 4-171182.0.r300896/2462749 K 16 p5-App-cpanminus V 29 dir 4-252321.0.r301510/202833 K 12 p5-AppConfig V 29 dir 2-23393.0.r300896/8866515 K 16 p5-AppConfig-Std V 29 dir 4-63574.0.r300896/2929248 K 14 p5-Array-Group V 30 dir 4-185235.0.r300896/3735273 K 17 p5-Array-Iterator V 30 dir 4-115270.0.r300896/5428320 K 15 p5-Array-Unique V 30 dir 4-264616.0.r300896/5367039 K 15 p5-Array-Window V 29 dir 4-81253.0.r300896/4378692 K 18 p5-Async-Interrupt V 30 dir 4-268339.0.r300896/2910122 K 19 p5-Async-MergePoint V 27 dir 4-238877.0.r303909/1313 K 9 p5-AtExit V 29 dir 4-65174.0.r300896/8758759 K 21 p5-Attribute-Handlers V 29 dir 4-74104.0.r300896/8699607 K 33 p5-Attribute-Handlers-Prospective V 29 dir 4-97352.0.r300896/5938404 K 23 p5-Attribute-Persistent V 29 dir 4-97354.0.r300896/7050848 K 13 p5-AutoLoader V 30 dir 4-182689.0.r300896/8420939 K 16 p5-AutoXS-Header V 30 dir 4-222759.0.r300896/8364901 K 14 p5-B-Compiling V 30 dir 4-264873.0.r300896/4238821 K 16 p5-B-Deobfuscate V 29 dir 4-85159.0.r300896/3830594 K 13 p5-B-Generate V 30 dir 4-186008.0.r300896/5692727 K 10 p5-B-Graph V 29 dir 4-31211.0.r300896/6819934 K 21 p5-B-Hooks-EndOfScope V 30 dir 4-222092.0.r300896/7832719 K 24 p5-B-Hooks-OP-Annotation V 30 dir 4-279802.0.r300896/7126570 K 19 p5-B-Hooks-OP-Check V 30 dir 4-222727.0.r300896/6613001 K 33 p5-B-Hooks-OP-Check-EntersubForCV V 29 dir 4-264899.0.r300896/642270 K 20 p5-B-Hooks-OP-PPAddr V 30 dir 4-238875.0.r300896/8117067 K 17 p5-B-Hooks-Parser V 30 dir 4-229893.0.r300896/5118584 K 13 p5-B-Keywords V 28 dir 4-85157.0.r300896/516224 K 12 p5-B-OPCheck V 30 dir 4-229892.0.r300896/4547035 K 10 p5-B-Utils V 30 dir 4-164115.0.r300896/2860153 K 6 p5-BFD V 30 dir 4-108490.0.r300896/2610666 K 11 p5-BS-Event V 30 dir 4-211656.0.r300896/7441505 K 15 p5-BSD-Resource V 28 dir 2-4082.0.r300896/1073963 K 14 p5-BSD-devstat V 30 dir 4-251478.0.r300896/2788845 K 11 p5-BSD-stat V 26 dir 4-51669.0.r304311/1157 K 12 p5-BZ-Client V 30 dir 4-248622.0.r300896/5738618 K 9 p5-Badger V 30 dir 4-227729.0.r300896/3857073 K 18 p5-Benchmark-Timer V 28 dir 4-300703.0.r305369/26611 K 7 p5-Best V 30 dir 4-189095.0.r300896/7554567 K 14 p5-Bread-Board V 30 dir 2-274930.0.r300896/3895697 K 22 p5-Bread-Board-Declare V 30 dir 4-281219.0.r300896/6620247 K 15 p5-Bundle-Perl6 V 30 dir 4-141711.0.r300896/5230856 K 9 p5-C-Scan V 28 dir 2-4093.0.r300896/6712253 K 6 p5-CHI V 27 dir 4-229315.0.r301318/1439 K 8 p5-CLASS V 30 dir 4-191509.0.r300896/4977806 K 15 p5-CPAN-Changes V 30 dir 4-294406.0.r300896/3757403 K 17 p5-CPAN-Checksums V 30 dir 4-242028.0.r300896/3986490 K 20 p5-CPAN-DistnameInfo V 30 dir 4-105893.0.r300896/6102797 K 14 p5-CPAN-Inject V 27 dir 4-242029.0.r303772/1288 K 12 p5-CPAN-Meta V 26 dir 4-253453.0.r303842/895 K 18 p5-CPAN-Meta-Check V 30 dir 4-300555.0.r300896/8608527 K 25 p5-CPAN-Meta-Requirements V 30 dir 4-295043.0.r300896/6861497 K 17 p5-CPAN-Meta-YAML V 30 dir 4-270133.0.r300896/1611979 K 12 p5-CPAN-Mini V 29 dir 4-129014.0.r300896/585207 K 21 p5-CPAN-Perl-Releases V 27 dir 4-294357.0.r305096/1183 K 22 p5-CPAN-Recent-Uploads V 30 dir 4-280510.0.r300896/5017392 K 16 p5-CPAN-Reporter V 30 dir 4-269838.0.r300896/8812690 K 23 p5-CPAN-Reporter-Smoker V 30 dir 4-269840.0.r300896/6981297 K 14 p5-CPAN-SQLite V 30 dir 4-190862.0.r300896/2039757 K 22 p5-CPAN-Testers-Report V 30 dir 4-269850.0.r300896/4632594 K 16 p5-CPAN-Uploader V 27 dir 4-282059.0.r303826/1299 K 16 p5-CPAN-YACSmoke V 29 dir 4-130377.0.r300896/841060 K 11 p5-CPANPLUS V 30 dir 4-130332.0.r300896/8410297 K 22 p5-CPANPLUS-Dist-Build V 30 dir 4-170931.0.r300896/4944749 K 6 p5-CPS V 27 dir 4-268677.0.r303057/1021 K 8 p5-Cache V 30 dir 4-124155.0.r300896/2589435 K 20 p5-Cache-AgainstFile V 30 dir 4-254037.0.r300896/3624107 K 14 p5-Cache-Cache V 29 dir 4-43018.0.r300896/8593452 K 17 p5-Cache-FastMmap V 29 dir 4-99075.0.r300896/7765336 K 12 p5-Cache-LRU V 30 dir 4-297491.0.r300896/2144205 K 22 p5-Cache-Memcached-Tie V 29 dir 4-248954.0.r301858/123043 K 13 p5-Cache-Mmap V 29 dir 4-74638.0.r300896/5923344 K 27 p5-Cache-Simple-TimedExpiry V 30 dir 4-119153.0.r300896/1408483 K 16 p5-Cairo-GObject V 30 dir 4-283739.0.r300896/4225837 K 18 p5-Calendar-Simple V 29 dir 4-92546.0.r300896/5267560 K 15 p5-Capture-Tiny V 27 dir 4-237207.0.r303760/1291 K 7 p5-Carp V 30 dir 4-294116.0.r300896/6245935 K 14 p5-Carp-Always V 27 dir 4-226604.0.r302941/1243 K 20 p5-Carp-Always-Color V 30 dir 4-282052.0.r300896/8067858 K 14 p5-Carp-Assert V 29 dir 4-51667.0.r300896/2504969 K 19 p5-Carp-Assert-More V 29 dir 4-165366.0.r300896/808276 K 12 p5-Carp-Clan V 30 dir 4-120642.0.r300896/7136173 K 18 p5-Carp-Clan-Share V 30 dir 4-243050.0.r300896/7002075 K 13 p5-Carp-Datum V 29 dir 4-64098.0.r300896/7931508 K 12 p5-Carp-REPL V 30 dir 4-273835.0.r300896/3238679 K 6 p5-Cdk V 29 dir 4-43100.0.r300896/4900836 K 12 p5-Check-ISA V 30 dir 4-220054.0.r300896/3939722 K 8 p5-Child V 30 dir 4-259603.0.r300896/7094913 K 10 p5-Chooser V 29 dir 4-216217.0.r301510/204286 K 17 p5-Class-Accessor V 29 dir 4-51691.0.r300896/3645350 K 25 p5-Class-Accessor-Chained V 30 dir 4-120699.0.r300896/1847394 K 26 p5-Class-Accessor-Children V 30 dir 4-247159.0.r300896/8012116 K 25 p5-Class-Accessor-Complex V 29 dir 4-265778.0.r301510/205019 K 32 p5-Class-Accessor-Fast-Contained V 30 dir 4-253734.0.r300896/8820140 K 25 p5-Class-Accessor-Fast-XS V 30 dir 4-222999.0.r300896/3161757 K 25 p5-Class-Accessor-Grouped V 30 dir 4-193752.0.r300896/1187942 K 27 p5-Class-Accessor-Installer V 30 dir 4-290794.0.r300896/5010751 K 22 p5-Class-Accessor-Lite V 28 dir 4-259445.0.r301519/58980 K 24 p5-Class-Accessor-Lvalue V 30 dir 4-115359.0.r300896/3553270 K 23 p5-Class-Accessor-Named V 30 dir 4-168598.0.r300896/1327607 K 16 p5-Class-Adapter V 30 dir 4-170610.0.r300896/6644075 K 22 p5-Class-AlzaboWrapper V 29 dir 4-119237.0.r300896/549767 K 21 p5-Class-ArrayObjects V 29 dir 4-62551.0.r300896/4852247 K 18 p5-Class-AutoClass V 28 dir 4-122467.0.r305130/83859 K 16 p5-Class-Autouse V 29 dir 4-71500.0.r300896/6034910 K 13 p5-Class-Base V 28 dir 4-95020.0.r300896/937911 K 18 p5-Class-BlackHole V 29 dir 4-60071.0.r300896/5415905 K 11 p5-Class-C3 V 30 dir 4-150149.0.r300896/3768308 K 22 p5-Class-C3-Adopt-NEXT V 30 dir 4-236221.0.r300896/3163664 K 25 p5-Class-C3-Componentised V 30 dir 4-197547.0.r300896/5909956 K 14 p5-Class-C3-XS V 30 dir 4-191736.0.r300896/4647526 K 16 p5-Class-Closure V 30 dir 4-190626.0.r300896/6785578 K 19 p5-Class-CodeStyler V 30 dir 4-165297.0.r300896/8256915 K 18 p5-Class-Component V 30 dir 4-211205.0.r300896/7257368 K 17 p5-Class-Constant V 30 dir 4-174378.0.r300896/1633621 K 18 p5-Class-Container V 29 dir 4-62476.0.r300896/2790716 K 17 p5-Class-Contract V 29 dir 4-50169.0.r300896/1158527 K 24 p5-Class-Data-ConfigHash V 29 dir 4-213620.0.r300896/867817 K 25 p5-Class-Data-Inheritable V 29 dir 4-51693.0.r300896/2195843 K 13 p5-Class-Date V 29 dir 4-44879.0.r300896/7655785 K 16 p5-Class-Declare V 30 dir 4-232028.0.r300896/2050906 K 16 p5-Class-Default V 29 dir 4-71499.0.r300896/7917058 K 19 p5-Class-Delegation V 29 dir 4-50171.0.r300896/8181734 K 21 p5-Class-ErrorHandler V 30 dir 4-140324.0.r300896/3049089 K 16 p5-Class-Factory V 29 dir 4-60102.0.r300896/7888472 K 21 p5-Class-Factory-Util V 29 dir 4-60105.0.r300896/3150273 K 14 p5-Class-Field V 30 dir 4-169349.0.r300896/2225294 K 15 p5-Class-Fields V 29 dir 4-51695.0.r300896/7493622 K 16 p5-Class-Forward V 27 dir 4-302990.0.r304214/1058 K 17 p5-Class-Generate V 29 dir 4-68712.0.r300896/2899489 K 14 p5-Class-Gomor V 30 dir 4-162732.0.r300896/3622215 K 15 p5-Class-Handle V 30 dir 4-128598.0.r300896/6283814 K 13 p5-Class-Hook V 29 dir 4-74849.0.r300896/2396464 K 12 p5-Class-ISA V 29 dir 4-60074.0.r300896/7895478 K 14 p5-Class-Inner V 29 dir 4-67147.0.r300896/5696433 K 18 p5-Class-InsideOut V 29 dir 4-168377.0.r300896/748193 K 18 p5-Class-Inspector V 29 dir 4-71496.0.r300896/7355546 K 19 p5-Class-Interfaces V 30 dir 4-207765.0.r300896/2045457 K 13 p5-Class-Load V 27 dir 4-242908.0.r304755/1231 K 16 p5-Class-Load-XS V 30 dir 4-285890.0.r300896/4113219 K 15 p5-Class-Loader V 29 dir 4-44835.0.r300896/4016791 K 12 p5-Class-MOP V 30 dir 4-159482.0.r300896/3747997 K 20 p5-Class-MakeMethods V 29 dir 4-61925.0.r300896/4303552 K 16 p5-Class-Measure V 30 dir 4-176162.0.r300896/1420032 K 25 p5-Class-Method-Modifiers V 30 dir 4-217350.0.r300896/7186168 K 30 p5-Class-Method-Modifiers-Fast V 30 dir 4-226605.0.r300896/6180548 K 20 p5-Class-MethodMaker V 29 dir 2-30530.0.r300896/4902698 K 21 p5-Class-MethodMapper V 29 dir 4-92631.0.r300896/3820031 K 12 p5-Class-Mix V 30 dir 4-234348.0.r300896/4707353 K 21 p5-Class-MixinFactory V 30 dir 4-164023.0.r300896/4840651 K 21 p5-Class-Multimethods V 30 dir 4-164138.0.r300896/1112233 K 26 p5-Class-Multimethods-Pure V 30 dir 4-168034.0.r300896/3862743 K 19 p5-Class-NamedParms V 29 dir 4-92017.0.r300896/7276403 K 13 p5-Class-Null V 30 dir 4-294412.0.r300896/3276584 K 15 p5-Class-OOorNO V 29 dir 4-190947.0.r301858/123777 K 23 p5-Class-ObjectTemplate V 29 dir 4-51862.0.r300896/1579066 K 26 p5-Class-ObjectTemplate-DB V 29 dir 4-51865.0.r300896/7834630 K 19 p5-Class-Observable V 30 dir 4-116603.0.r300896/4918433 K 17 p5-Class-ParmList V 29 dir 4-92019.0.r300896/1602568 K 19 p5-Class-Prototyped V 30 dir 4-160013.0.r300896/2162026 K 20 p5-Class-ReturnValue V 28 dir 4-74019.0.r301510/205757 K 14 p5-Class-Roles V 30 dir 4-104803.0.r300896/5802423 K 23 p5-Class-STL-Containers V 30 dir 4-165295.0.r300896/7288154 K 18 p5-Class-Singleton V 29 dir 4-37173.0.r300896/1046252 K 15 p5-Class-Spiffy V 30 dir 4-153978.0.r300896/4222007 K 21 p5-Class-StateMachine V 30 dir 4-150623.0.r300896/7491766 K 12 p5-Class-Std V 30 dir 4-163991.0.r300896/3335843 K 17 p5-Class-Std-Fast V 27 dir 4-229232.0.r301782/1674 K 18 p5-Class-Std-Utils V 30 dir 4-263228.0.r300896/3362907 K 24 p5-Class-StrongSingleton V 30 dir 4-207763.0.r300896/4521095 K 16 p5-Class-Tangram V 29 dir 4-60119.0.r300896/1886059 K 18 p5-Class-Throwable V 30 dir 4-147030.0.r300896/1884187 K 12 p5-Class-Tom V 29 dir 4-36561.0.r300896/4272917 K 16 p5-Class-Trigger V 29 dir 4-60100.0.r300896/4554620 K 15 p5-Class-Unload V 27 dir 4-230144.0.r303773/1287 K 16 p5-Class-Virtual V 30 dir 4-114916.0.r300896/5772794 K 18 p5-Class-WhiteHole V 29 dir 4-60075.0.r300896/2981637 K 17 p5-Class-Workflow V 30 dir 4-206123.0.r300896/2037893 K 14 p5-Class-XPath V 30 dir 4-105632.0.r300896/7517710 K 19 p5-Class-XSAccessor V 30 dir 4-222761.0.r300896/1471802 K 25 p5-Class-XSAccessor-Array V 30 dir 4-230142.0.r300896/2614403 K 8 p5-Clone V 29 dir 4-60665.0.r300896/1565184 K 13 p5-Clone-Fast V 30 dir 4-167831.0.r300896/4463609 K 13 p5-Clone-More V 29 dir 4-167856.0.r300896/786101 K 11 p5-Clone-PP V 30 dir 4-176118.0.r300896/8836723 K 12 p5-Code-Perl V 30 dir 4-163514.0.r300896/5063109 K 19 p5-Commands-Guarded V 30 dir 4-121962.0.r300896/4434769 K 12 p5-CommitBit V 30 dir 4-181044.0.r300896/8743625 K 13 p5-Config-Any V 30 dir 4-172036.0.r300896/7066813 K 22 p5-Config-ApacheFormat V 30 dir 4-168834.0.r300896/4586865 K 14 p5-Config-Auto V 29 dir 4-88269.0.r300896/4152498 K 18 p5-Config-AutoConf V 30 dir 4-250688.0.r300896/7160801 K 14 p5-Config-Fast V 30 dir 4-104798.0.r300896/6559329 K 17 p5-Config-General V 26 dir 4-65099.0.r302985/1262 K 17 p5-Config-GitLike V 30 dir 4-268738.0.r300896/4641894 K 17 p5-Config-Grammar V 30 dir 4-285457.0.r300896/5874294 K 13 p5-Config-INI V 30 dir 4-229952.0.r300896/6492427 K 20 p5-Config-INI-Simple V 30 dir 4-167496.0.r300896/6885707 K 18 p5-Config-IniFiles V 29 dir 4-35628.0.r300896/5781686 K 17 p5-Config-IniHash V 30 dir 4-170752.0.r300896/5918110 K 18 p5-Config-IniRegEx V 30 dir 4-227458.0.r300896/4414348 K 14 p5-Config-JFDI V 30 dir 4-231255.0.r300896/4443873 K 14 p5-Config-JSON V 30 dir 4-218147.0.r300896/2524493 K 13 p5-Config-MVP V 30 dir 4-246735.0.r300896/2714279 K 24 p5-Config-MVP-Reader-INI V 30 dir 4-282058.0.r300896/6208507 K 15 p5-Config-Model V 30 dir 4-183595.0.r300896/1099591 K 15 p5-Config-MySQL V 30 dir 4-293522.0.r300896/5659312 K 19 p5-Config-Objective V 30 dir 4-116933.0.r300896/1054910 K 17 p5-Config-Options V 30 dir 4-220507.0.r300896/5619388 K 16 p5-Config-Perl-V V 26 dir 4-269833.0.r301590/632 K 20 p5-Config-Properties V 27 dir 4-181101.0.r303855/1402 K 16 p5-Config-Record V 30 dir 4-166077.0.r300896/2755249 K 17 p5-Config-Setting V 29 dir 4-44607.0.r300896/6312294 K 16 p5-Config-Simple V 29 dir 4-91046.0.r300896/5485566 K 13 p5-Config-Std V 30 dir 4-163992.0.r300896/2014198 K 14 p5-Config-Tiny V 29 dir 4-81244.0.r300896/1842306 K 15 p5-Config-Wrest V 30 dir 4-255793.0.r300896/1186041 K 14 p5-Config-YAML V 30 dir 4-251722.0.r300896/5988341 K 15 p5-ConfigReader V 27 dir 2-4094.0.r300896/623548 K 22 p5-ConfigReader-Simple V 30 dir 4-131169.0.r300896/7769159 K 13 p5-Const-Fast V 27 dir 4-266145.0.r303894/1050 K 19 p5-Context-Preserve V 30 dir 4-233746.0.r300896/7980268 K 20 p5-Contextual-Return V 28 dir 4-170242.0.r301519/60438 K 7 p5-Coro V 29 dir 4-74076.0.r300896/5047723 K 9 p5-Curses V 28 dir 2-4095.0.r300896/8977051 K 21 p5-Curses-Application V 29 dir 4-78028.0.r300896/5687514 K 15 p5-Curses-Forms V 29 dir 4-78026.0.r300896/7521355 K 12 p5-Curses-UI V 30 dir 4-107535.0.r300896/6123279 K 17 p5-Curses-Widgets V 29 dir 4-44928.0.r300896/8105845 K 6 p5-Cvs V 30 dir 4-198973.0.r300896/5534326 K 15 p5-DB_File-Lock V 29 dir 4-64561.0.r300896/1106577 K 17 p5-Daemon-Control V 30 dir 4-298606.0.r300896/5360824 K 15 p5-Dancer-Debug V 30 dir 4-268117.0.r300896/3972361 K 15 p5-Danga-Socket V 30 dir 4-141910.0.r300896/4395421 K 24 p5-Danga-Socket-Callback V 30 dir 4-207315.0.r300896/7064948 K 11 p5-Data-ACL V 30 dir 4-143346.0.r300896/1141496 K 13 p5-Data-Alias V 30 dir 4-198351.0.r300896/6011134 K 15 p5-Data-Average V 30 dir 4-255789.0.r300896/7241560 K 12 p5-Data-Bind V 30 dir 4-167808.0.r300896/3283127 K 15 p5-Data-Capture V 30 dir 4-291060.0.r300896/7570445 K 23 p5-Data-ClearSilver-HDF V 30 dir 4-218545.0.r300896/6088796 K 13 p5-Data-Clone V 29 dir 4-282942.0.r300896/717306 K 15 p5-Data-Compare V 29 dir 4-42002.0.r300896/1270208 K 14 p5-Data-Domain V 27 dir 4-281542.0.r302499/1369 K 12 p5-Data-Dump V 30 dir 4-105047.0.r300896/6440077 K 21 p5-Data-Dump-Streamer V 30 dir 4-105058.0.r300896/7212837 K 15 p5-Data-DumpXML V 29 dir 4-54355.0.r300896/2683107 K 14 p5-Data-Dumper V 30 dir 4-105052.0.r300896/5717204 K 22 p5-Data-Dumper-Concise V 30 dir 4-244735.0.r300896/2608827 K 23 p5-Data-Dumper-Perltidy V 30 dir 4-227459.0.r300896/7959922 K 21 p5-Data-Dumper-Simple V 30 dir 4-119003.0.r300896/6870449 K 12 p5-Data-Flow V 28 dir 2-4096.0.r300896/2856444 K 12 p5-Data-GUID V 30 dir 4-189297.0.r300896/4294964 K 15 p5-Data-Grouper V 30 dir 4-268136.0.r300896/8237616 K 17 p5-Data-HashArray V 30 dir 4-240416.0.r300896/6759460 K 15 p5-Data-HexDump V 29 dir 4-46298.0.r300896/8462189 K 17 p5-Data-Hexdumper V 30 dir 4-102022.0.r300896/3770174 K 14 p5-Data-Hexify V 30 dir 4-266852.0.r300896/7007700 K 17 p5-Data-Hierarchy V 30 dir 4-104188.0.r300896/5703967 K 15 p5-Data-Inspect V 30 dir 4-268432.0.r300896/2879968 K 15 p5-Data-Integer V 30 dir 4-231005.0.r300896/1044384 K 23 p5-Data-JavaScript-Anon V 30 dir 4-253942.0.r300896/4628857 K 12 p5-Data-Lazy V 30 dir 4-143861.0.r300896/2000303 K 16 p5-Data-Localize V 30 dir 4-229704.0.r300896/1025494 K 19 p5-Data-MessagePack V 27 dir 4-246485.0.r301319/1168 K 26 p5-Data-MessagePack-Stream V 27 dir 4-301330.0.r302970/1099 K 18 p5-Data-Miscellany V 30 dir 4-265776.0.r300896/3961600 K 13 p5-Data-Model V 30 dir 4-248082.0.r300896/3415182 K 20 p5-Data-ObjectDriver V 30 dir 4-185879.0.r300896/8008674 K 15 p5-Data-OptList V 30 dir 4-164570.0.r300896/6052630 K 27 p5-Data-Page-NoTotalEntries V 30 dir 4-269802.0.r300896/4850351 K 19 p5-Data-ParseBinary V 30 dir 4-224934.0.r300896/8905658 K 12 p5-Data-Path V 30 dir 4-237922.0.r300896/6564815 K 12 p5-Data-Peek V 30 dir 4-275294.0.r300896/1939546 K 15 p5-Data-Printer V 30 dir 4-284551.0.r300896/2418146 K 18 p5-Data-Properties V 29 dir 4-76501.0.r300896/5552753 K 14 p5-Data-Random V 27 dir 4-113125.0.r304624/1112 K 21 p5-Data-Range-Compare V 30 dir 4-264392.0.r300896/8503263 K 24 p5-Data-Recursive-Encode V 30 dir 4-248389.0.r300896/8250987 K 16 p5-Data-Remember V 30 dir 4-233894.0.r300896/1577170 K 12 p5-Data-Rmap V 29 dir 4-265777.0.r300896/491781 K 18 p5-Data-RoundRobin V 30 dir 4-181666.0.r300896/5286060 K 10 p5-Data-Rx V 30 dir 4-264849.0.r300896/3917038 K 19 p5-Data-SExpression V 30 dir 4-293559.0.r300896/8881425 K 15 p5-Data-Section V 30 dir 4-248733.0.r300896/6665569 K 22 p5-Data-Section-Simple V 30 dir 4-279407.0.r300896/5426445 K 18 p5-Data-Serializer V 29 dir 4-60765.0.r300896/2886975 K 17 p5-Data-ShowTable V 28 dir 2-7888.0.r300896/4589425 K 12 p5-Data-Stag V 28 dir 4-122462.0.r305130/84701 K 19 p5-Data-Stream-Bulk V 30 dir 4-223765.0.r300896/6321256 K 22 p5-Data-Structure-Util V 30 dir 4-162368.0.r300896/5840199 K 12 p5-Data-Swap V 30 dir 4-150870.0.r300896/6642217 K 13 p5-Data-Table V 27 dir 4-122325.0.r302377/1431 K 21 p5-Data-Taxonomy-Tags V 30 dir 4-138114.0.r300896/7802237 K 20 p5-Data-TemporaryBag V 28 dir 4-51170.0.r300896/667746 K 17 p5-Data-Throttler V 30 dir 4-207317.0.r300896/6595571 K 27 p5-Data-Throttler-Memcached V 30 dir 4-207319.0.r300896/2474876 K 18 p5-Data-TreeDumper V 30 dir 4-115268.0.r300896/8538461 K 31 p5-Data-TreeDumper-Renderer-GTK V 30 dir 4-211715.0.r300896/8964307 K 13 p5-Data-Types V 30 dir 4-155740.0.r300896/1904243 K 12 p5-Data-UUID V 26 dir 4-60127.0.r303735/1273 K 14 p5-Data-Uniqid V 30 dir 4-223687.0.r300896/4132666 K 12 p5-Data-Util V 30 dir 4-226709.0.r300896/1508557 K 16 p5-Data-Validate V 30 dir 4-198031.0.r300896/3721946 K 17 p5-Data-Validator V 30 dir 4-279872.0.r300896/6462020 K 15 p5-Data-Visitor V 30 dir 4-158204.0.r300896/8624347 K 22 p5-Data-Visitor-Encode V 30 dir 4-226715.0.r300896/1016610 K 12 p5-Data-Walk V 30 dir 4-284570.0.r300896/3727186 K 16 p5-Date-Business V 30 dir 4-278974.0.r300896/6745217 K 12 p5-Date-Calc V 29 dir 4-26277.0.r300896/6691099 K 21 p5-Date-Calc-Iterator V 30 dir 4-216242.0.r300896/1491444 K 15 p5-Date-Calc-XS V 27 dir 4-245554.0.r302958/1290 K 17 p5-Date-DayOfWeek V 29 dir 4-43543.0.r300896/1204984 K 14 p5-Date-Easter V 29 dir 4-109959.0.r300896/701144 K 14 p5-Date-EzDate V 30 dir 4-186192.0.r300896/4949182 K 19 p5-Date-Holidays-DK V 30 dir 4-146550.0.r300896/1998436 K 12 p5-Date-ICal V 28 dir 4-60304.0.r300896/592831 K 11 p5-Date-ISO V 29 dir 4-61576.0.r300896/2778595 K 16 p5-Date-Leapyear V 29 dir 4-45048.0.r300896/5358955 K 13 p5-Date-Manip V 25 dir 2-6356.0.r303557/5543 K 13 p5-Date-Pcalc V 29 dir 4-45133.0.r300896/2419990 K 13 p5-Date-Range V 30 dir 4-155341.0.r300896/6393892 K 13 p5-Date-Roman V 29 dir 4-74711.0.r300896/8614089 K 14 p5-Date-Simple V 29 dir 4-82135.0.r300896/1309857 K 14 p5-DateConvert V 27 dir 4-32584.0.r301561/20240 K 11 p5-DateTime V 26 dir 4-82432.0.r305030/1164 K 17 p5-DateTime-Astro V 30 dir 4-286680.0.r300896/7830834 K 28 p5-DateTime-Calendar-Chinese V 30 dir 4-203272.0.r300896/4416260 K 30 p5-DateTime-Calendar-Christian V 29 dir 4-83826.0.r300896/3755534 K 31 p5-DateTime-Calendar-Discordian V 27 dir 4-169642.0.r303413/1139 K 40 p5-DateTime-Calendar-FrenchRevolutionary V 26 dir 4-87354.0.r301599/1328 K 27 p5-DateTime-Calendar-Hebrew V 29 dir 4-90149.0.r300896/3887652 K 29 p5-DateTime-Calendar-Japanese V 30 dir 4-203274.0.r300896/3080679 K 27 p5-DateTime-Calendar-Julian V 29 dir 4-83824.0.r300896/7752576 K 26 p5-DateTime-Calendar-Mayan V 29 dir 4-84276.0.r300896/3112007 K 33 p5-DateTime-Calendar-Pataphysical V 29 dir 4-84380.0.r300896/8092349 K 25 p5-DateTime-Event-Chinese V 30 dir 4-203270.0.r300896/8848211 K 22 p5-DateTime-Event-Cron V 29 dir 4-84280.0.r300896/6632078 K 24 p5-DateTime-Event-Easter V 29 dir 4-84283.0.r300896/4548924 K 22 p5-DateTime-Event-ICal V 29 dir 4-84293.0.r300896/6751481 K 23 p5-DateTime-Event-Lunar V 30 dir 4-203265.0.r300896/4954818 K 25 p5-DateTime-Event-NameDay V 29 dir 4-84296.0.r300896/1304725 K 24 p5-DateTime-Event-Random V 29 dir 4-97672.0.r300896/8751485 K 28 p5-DateTime-Event-Recurrence V 29 dir 4-84291.0.r300896/3570409 K 27 p5-DateTime-Event-SolarTerm V 30 dir 4-203268.0.r300896/5860957 K 25 p5-DateTime-Event-Sunrise V 29 dir 4-84303.0.r300896/7048953 K 24 p5-DateTime-Event-Zodiac V 27 dir 4-266862.0.r303153/1493 K 23 p5-DateTime-Fiscal-Year V 29 dir 4-90156.0.r300896/5958559 K 23 p5-DateTime-Format-Baby V 29 dir 4-84306.0.r300896/5451427 K 23 p5-DateTime-Format-Bork V 29 dir 4-84313.0.r300896/4774455 K 26 p5-DateTime-Format-Builder V 29 dir 4-84311.0.r300896/4910880 K 22 p5-DateTime-Format-DBI V 29 dir 4-84361.0.r300896/5181400 K 28 p5-DateTime-Format-DateManip V 29 dir 4-84371.0.r300896/4418184 K 28 p5-DateTime-Format-DateParse V 26 dir 4-215882.0.r304739/936 K 27 p5-DateTime-Format-Duration V 29 dir 4-97675.0.r300896/1137765 K 24 p5-DateTime-Format-Epoch V 29 dir 4-84376.0.r300896/7625122 K 24 p5-DateTime-Format-Excel V 29 dir 4-84368.0.r300896/3354013 K 27 p5-DateTime-Format-Flexible V 27 dir 4-237805.0.r303775/1340 K 23 p5-DateTime-Format-HTTP V 29 dir 4-87286.0.r300896/1374879 K 24 p5-DateTime-Format-IBeat V 29 dir 4-90154.0.r300896/6972969 K 23 p5-DateTime-Format-ICal V 29 dir 4-84449.0.r300896/2919912 K 26 p5-DateTime-Format-ISO8601 V 29 dir 4-86857.0.r300896/2798175 K 23 p5-DateTime-Format-Mail V 29 dir 4-84378.0.r300896/7820058 K 24 p5-DateTime-Format-MySQL V 29 dir 4-84366.0.r300896/5954793 K 26 p5-DateTime-Format-Natural V 30 dir 4-217311.0.r300896/6065376 K 25 p5-DateTime-Format-Oracle V 30 dir 4-283904.0.r300896/2478301 K 21 p5-DateTime-Format-Pg V 29 dir 4-84363.0.r300896/3078757 K 26 p5-DateTime-Format-RFC3339 V 30 dir 4-240119.0.r300896/3418541 K 24 p5-DateTime-Format-Roman V 29 dir 4-85208.0.r300896/1516088 K 25 p5-DateTime-Format-SQLite V 30 dir 4-236703.0.r300896/6912222 K 27 p5-DateTime-Format-Strptime V 29 dir 4-84309.0.r300896/4253997 K 25 p5-DateTime-Format-W3CDTF V 29 dir 4-86855.0.r300896/3224068 K 22 p5-DateTime-Format-XSD V 27 dir 4-243540.0.r303202/1440 K 21 p5-DateTime-Functions V 29 dir 4-97680.0.r300896/1519883 K 17 p5-DateTime-HiRes V 29 dir 4-90142.0.r300896/7145645 K 22 p5-DateTime-Incomplete V 29 dir 4-93134.0.r300896/7041450 K 18 p5-DateTime-Locale V 29 dir 4-86052.0.r300896/4848436 K 19 p5-DateTime-Precise V 29 dir 4-83822.0.r300896/2544489 K 15 p5-DateTime-Set V 29 dir 4-83819.0.r300896/3152130 K 20 p5-DateTime-TimeZone V 26 dir 4-82428.0.r304783/1071 K 26 p5-DateTime-TimeZone-Alias V 29 dir 4-85212.0.r300896/1321704 K 24 p5-DateTime-TimeZone-LMT V 29 dir 4-97682.0.r300896/1110331 K 22 p5-DateTime-Util-Astro V 29 dir 4-195114.0.r300896/875818 K 21 p5-DateTime-Util-Calc V 30 dir 4-193713.0.r300896/4191775 K 17 p5-DateTimeX-Easy V 30 dir 4-237804.0.r300896/7584757 K 15 p5-Debug-Client V 29 dir 4-251330.0.r302528/126206 K 15 p5-Decision-ACL V 30 dir 4-122327.0.r300896/1514193 K 29 p5-Declare-Constraints-Simple V 30 dir 4-265806.0.r300896/7663281 K 17 p5-Devel-ArgNames V 30 dir 4-258980.0.r300896/4453348 K 18 p5-Devel-Autoflush V 30 dir 4-269830.0.r300896/6528269 K 18 p5-Devel-Backtrace V 30 dir 4-245116.0.r300896/1728909 K 18 p5-Devel-BeginLift V 30 dir 4-264927.0.r300896/5627170 K 20 p5-Devel-CallChecker V 30 dir 4-290690.0.r300896/2957859 K 15 p5-Devel-Caller V 30 dir 4-167649.0.r300896/1273501 K 32 p5-Devel-Caller-IgnoreNamespaces V 27 dir 4-303903.0.r303903/3606 K 20 p5-Devel-Caller-Perl V 30 dir 4-241488.0.r300896/5338448 K 17 p5-Devel-Callsite V 30 dir 4-219888.0.r300896/3088118 K 17 p5-Devel-CheckLib V 30 dir 4-259136.0.r300896/7603319 K 16 p5-Devel-CheckOS V 30 dir 4-230141.0.r300896/8532582 K 18 p5-Devel-Constants V 29 dir 4-48649.0.r300896/1104725 K 18 p5-Devel-CoreStack V 30 dir 4-158705.0.r300896/1957114 K 14 p5-Devel-Cover V 26 dir 4-90801.0.r302076/1047 K 28 p5-Devel-Cover-Report-Clover V 30 dir 4-288320.0.r300896/3145044 K 14 p5-Devel-Cycle V 29 dir 4-98327.0.r300896/4584974 K 16 p5-Devel-DProfPP V 30 dir 4-112247.0.r300896/3037882 K 16 p5-Devel-Declare V 30 dir 4-218673.0.r300896/7279679 K 23 p5-Devel-Declare-Parser V 30 dir 4-264963.0.r300896/6799683 K 16 p5-Devel-Diagram V 29 dir 4-99055.0.r300896/5651702 K 14 p5-Devel-Ditto V 30 dir 4-236920.0.r300896/3441204 K 16 p5-Devel-Dumpvar V 29 dir 4-230138.0.r300896/824269 K 20 p5-Devel-EvalContext V 30 dir 4-198357.0.r300896/6069892 K 15 p5-Devel-Events V 30 dir 4-221968.0.r300896/3339526 K 23 p5-Devel-Events-Objects V 30 dir 4-221969.0.r300896/1438026 K 18 p5-Devel-Gladiator V 30 dir 4-221965.0.r300896/7968945 K 26 p5-Devel-GlobalDestruction V 27 dir 4-219752.0.r302439/1098 K 16 p5-Devel-KYTProf V 27 dir 4-283956.0.r301321/1277 K 13 p5-Devel-Leak V 29 dir 4-65912.0.r300896/4146305 K 20 p5-Devel-Leak-Object V 29 dir 4-198576.0.r300896/587073 K 25 p5-Devel-LeakGuard-Object V 30 dir 4-238531.0.r300896/6967809 K 18 p5-Devel-LeakTrace V 30 dir 4-105118.0.r300896/7061118 K 23 p5-Devel-LeakTrace-Fast V 30 dir 4-221610.0.r300896/1162282 K 17 p5-Devel-LexAlias V 30 dir 4-167660.0.r300896/3007258 K 17 p5-Devel-Mallinfo V 26 dir 4-281062.0.r304945/644 K 18 p5-Devel-Messenger V 30 dir 4-168528.0.r300896/8262470 K 16 p5-Devel-Modlist V 29 dir 4-41930.0.r300896/3963462 K 16 p5-Devel-NYTProf V 27 dir 4-221914.0.r303741/1635 K 15 p5-Devel-PPPort V 30 dir 4-115600.0.r300896/2223433 K 20 p5-Devel-PackagePath V 30 dir 4-274932.0.r300896/5306092 K 20 p5-Devel-PartialDump V 30 dir 4-233722.0.r300896/3233580 K 18 p5-Devel-PatchPerl V 27 dir 4-294356.0.r305097/1169 K 16 p5-Devel-Pointer V 29 dir 4-98560.0.r300896/1465595 K 16 p5-Devel-Profile V 29 dir 4-79200.0.r300896/8952530 K 17 p5-Devel-Profiler V 29 dir 4-65910.0.r300896/6925070 K 13 p5-Devel-REPL V 30 dir 4-240750.0.r300896/4090706 K 17 p5-Devel-Refactor V 30 dir 4-242030.0.r300896/8205914 K 17 p5-Devel-Required V 30 dir 4-189993.0.r300896/2165353 K 19 p5-Devel-RingBuffer V 30 dir 4-171527.0.r300896/4916540 K 15 p5-Devel-STrace V 30 dir 4-171529.0.r300896/3039756 K 20 p5-Devel-SimpleTrace V 28 dir 4-152804.0.r301519/61885 K 13 p5-Devel-Size V 26 dir 4-91432.0.r301747/1298 K 20 p5-Devel-Size-Report V 30 dir 4-243821.0.r300896/8932584 K 18 p5-Devel-SmallProf V 30 dir 4-115946.0.r300896/4896066 K 19 p5-Devel-StackTrace V 29 dir 4-45556.0.r300896/5441519 K 26 p5-Devel-StackTrace-AsHTML V 30 dir 4-242762.0.r300896/5724602 K 32 p5-Devel-StackTrace-WithLexicals V 30 dir 4-242771.0.r300896/5130692 K 21 p5-Devel-StealthDebug V 30 dir 4-116686.0.r300896/4014919 K 16 p5-Devel-Symdump V 28 dir 2-6947.0.r300896/7925965 K 14 p5-Devel-Timer V 30 dir 4-199437.0.r300896/5757822 K 14 p5-Devel-Trace V 29 dir 4-91430.0.r300896/4643733 K 19 p5-Devel-TraceCalls V 29 dir 4-150741.0.r301510/206494 K 17 p5-Devel-TraceUse V 27 dir 4-173575.0.r305031/1238 K 13 p5-Devel-ebug V 27 dir 4-192258.0.r302096/1390 K 14 p5-Devel-ptkdb V 28 dir 4-61572.0.r300896/818148 K 13 p5-Device-USB V 30 dir 4-192841.0.r300896/3005380 K 9 p5-Dialog V 29 dir 4-37379.0.r300896/5713426 K 23 p5-Digest-TransformPath V 30 dir 4-199432.0.r300896/5942395 K 14 p5-Dir-Project V 30 dir 4-167829.0.r300896/5004139 K 11 p5-Dir-Self V 30 dir 4-274347.0.r300896/5347613 K 12 p5-Dir-Watch V 30 dir 4-246559.0.r300896/3003534 K 18 p5-Directory-Queue V 30 dir 4-256779.0.r300896/2273769 K 20 p5-Directory-Scratch V 30 dir 4-189093.0.r300896/3402744 K 31 p5-Directory-Scratch-Structured V 30 dir 4-211762.0.r300896/7958009 K 22 p5-Dist-CheckConflicts V 30 dir 4-268880.0.r300896/1164178 K 14 p5-Dist-Joseki V 30 dir 4-265780.0.r300896/6139095 K 16 p5-Dist-Metadata V 27 dir 4-297521.0.r301320/1080 K 13 p5-Dist-Zilla V 27 dir 4-303569.0.r305156/1107 K 23 p5-DynaLoader-Functions V 30 dir 4-290689.0.r300896/4085565 K 5 p5-EV V 30 dir 4-214817.0.r300896/5061265 K 10 p5-Env-PS1 V 30 dir 4-118956.0.r300896/8006783 K 11 p5-Env-Path V 30 dir 4-168533.0.r300896/1584461 K 8 p5-Errno V 28 dir 2-7081.0.r300896/3709761 K 15 p5-Error-Helper V 30 dir 4-298017.0.r300896/6296551 K 15 p5-Eval-Closure V 30 dir 4-275121.0.r300896/1949988 K 15 p5-Eval-Context V 27 dir 4-211778.0.r301590/1343 K 19 p5-Eval-LineNumbers V 30 dir 4-293179.0.r300896/6016700 K 8 p5-Event V 29 dir 4-42406.0.r300896/2170193 K 17 p5-Event-ExecFlow V 30 dir 4-180651.0.r300896/8851934 K 13 p5-Event-Join V 30 dir 4-252001.0.r300896/6854373 K 12 p5-Event-Lib V 30 dir 4-164783.0.r300896/8694053 K 15 p5-Event-Notify V 30 dir 4-205409.0.r300896/5608699 K 12 p5-Event-RPC V 30 dir 4-162635.0.r300896/6050768 K 8 p5-Every V 30 dir 4-219890.0.r300896/2332100 K 18 p5-Exception-Class V 26 dir 4-45557.0.r304771/1424 K 27 p5-Exception-Class-TryCatch V 30 dir 4-207382.0.r300896/5994541 K 20 p5-Exception-Handler V 29 dir 4-190950.0.r301858/124510 K 16 p5-Expect-Simple V 30 dir 4-163181.0.r300896/4981519 K 11 p5-Exporter V 30 dir 4-294543.0.r300896/6082540 K 19 p5-Exporter-Declare V 30 dir 4-264979.0.r300896/1755385 K 16 p5-Exporter-Easy V 30 dir 4-248381.0.r300896/1694239 K 16 p5-Exporter-Lite V 29 dir 4-79198.0.r300896/8300373 K 16 p5-Exporter-Tidy V 30 dir 4-118952.0.r300896/8606019 K 23 p5-ExtUtils-AutoInstall V 30 dir 4-150261.0.r300896/7434802 K 20 p5-ExtUtils-CBuilder V 30 dir 4-101490.0.r300896/4719228 K 20 p5-ExtUtils-CChecker V 30 dir 4-250573.0.r300896/2794432 K 19 p5-ExtUtils-Command V 30 dir 4-176220.0.r300896/2731460 K 20 p5-ExtUtils-Constant V 30 dir 4-127977.0.r300896/4144441 K 19 p5-ExtUtils-Depends V 29 dir 4-91567.0.r300896/3516620 K 19 p5-ExtUtils-Install V 30 dir 4-239062.0.r300896/6337494 K 22 p5-ExtUtils-LibBuilder V 30 dir 4-269234.0.r300896/3299463 K 21 p5-ExtUtils-MakeMaker V 26 dir 4-107752.0.r303844/869 K 30 p5-ExtUtils-MakeMaker-Coverage V 30 dir 4-143854.0.r300896/6714174 K 20 p5-ExtUtils-Manifest V 30 dir 4-207428.0.r300896/7809236 K 19 p5-ExtUtils-ParseXS V 29 dir 4-83806.0.r300896/7011373 K 21 p5-ExtUtils-PkgConfig V 25 dir 4-91569.0.r301555/632 K 21 p5-ExtUtils-XSBuilder V 29 dir 4-89543.0.r300896/6487065 K 16 p5-ExtUtils-XSpp V 30 dir 4-240231.0.r300896/7353688 K 12 p5-FSA-Rules V 30 dir 4-156246.0.r300896/7668478 K 14 p5-Fennec-Lite V 29 dir 4-264958.0.r301858/125242 K 23 p5-File-Append-TempFile V 28 dir 4-155642.0.r305369/27345 K 14 p5-File-Assets V 30 dir 4-273432.0.r300896/1799547 K 18 p5-File-Attributes V 30 dir 4-189098.0.r300896/8343503 K 28 p5-File-Attributes-Recursive V 30 dir 4-189177.0.r300896/2152290 K 11 p5-File-BOM V 29 dir 4-254839.0.r301441/138369 K 15 p5-File-BaseDir V 30 dir 4-117015.0.r300896/7864323 K 18 p5-File-BasicFlock V 28 dir 2-4098.0.r300896/3903094 K 14 p5-File-Binary V 29 dir 4-36736.0.r300896/2959726 K 13 p5-File-Cache V 29 dir 4-36737.0.r300896/7745109 K 11 p5-File-Cat V 30 dir 4-161859.0.r300896/7947698 K 20 p5-File-ChangeNotify V 27 dir 4-239563.0.r305076/1308 K 22 p5-File-Copy-Recursive V 30 dir 4-149727.0.r300896/6943889 K 18 p5-File-CountLines V 30 dir 4-250910.0.r300896/1075835 K 20 p5-File-CreationTime V 30 dir 4-189179.0.r300896/8760643 K 20 p5-File-DesktopEntry V 30 dir 4-164595.0.r300896/7848078 K 18 p5-File-Dir-Dumper V 30 dir 4-223001.0.r300896/3202728 K 15 p5-File-DirSync V 29 dir 4-60591.0.r300896/1773096 K 15 p5-File-ExtAttr V 29 dir 4-194001.0.r300896/720589 K 21 p5-File-Find-Closures V 30 dir 4-222878.0.r300896/1914993 K 19 p5-File-Find-Object V 29 dir 4-167852.0.r300896/899694 K 17 p5-File-Find-Rule V 29 dir 4-81402.0.r300896/3451969 K 33 p5-File-Find-Rule-Filesys-Virtual V 30 dir 4-168280.0.r300896/2587566 K 22 p5-File-Find-Rule-Perl V 30 dir 4-221546.0.r300896/8033497 K 21 p5-File-Find-Rule-VCS V 27 dir 4-230140.0.r303776/1314 K 14 p5-File-Finder V 30 dir 4-188053.0.r300896/6677016 K 12 p5-File-Flat V 29 dir 4-81248.0.r300896/3834273 K 13 p5-File-Flock V 29 dir 4-80022.0.r300896/8831486 K 15 p5-File-FnMatch V 30 dir 4-163349.0.r300896/6251110 K 12 p5-File-Grep V 30 dir 4-108844.0.r300896/5635000 K 14 p5-File-HStore V 30 dir 4-168385.0.r300896/2538693 K 15 p5-File-HomeDir V 30 dir 4-130342.0.r300896/4182158 K 25 p5-File-HomeDir-PathClass V 30 dir 4-283430.0.r300896/6544785 K 16 p5-File-Iterator V 30 dir 4-255849.0.r300896/1216090 K 16 p5-File-LibMagic V 27 dir 4-303922.0.r303922/2996 K 12 p5-File-Lock V 28 dir 2-4099.0.r300896/1523170 K 14 p5-File-MMagic V 29 dir 2-26475.0.r300896/5208002 K 17 p5-File-MMagic-XS V 30 dir 4-165691.0.r300896/7324055 K 11 p5-File-Map V 27 dir 4-252722.0.r301080/1054 K 16 p5-File-MimeInfo V 30 dir 4-117020.0.r300896/8160052 K 16 p5-File-Modified V 30 dir 4-113212.0.r300896/4510291 K 15 p5-File-Monitor V 30 dir 4-204891.0.r300896/6012989 K 13 p5-File-NCopy V 29 dir 4-81246.0.r300896/2969197 K 15 p5-File-NFSLock V 29 dir 4-66147.0.r300896/8043875 K 12 p5-File-Path V 30 dir 4-220040.0.r300896/8022310 K 19 p5-File-Path-Expand V 29 dir 4-92787.0.r300896/2043570 K 17 p5-File-Path-Tiny V 27 dir 4-263334.0.r304399/1256 K 19 p5-File-PathConvert V 30 dir 4-129923.0.r300896/4724916 K 11 p5-File-Pid V 30 dir 4-174339.0.r300896/5894640 K 17 p5-File-Pid-Quick V 30 dir 4-253940.0.r300896/3264347 K 14 p5-File-Policy V 30 dir 4-198347.0.r300896/8131919 K 14 p5-File-Random V 30 dir 4-139889.0.r300896/7929652 K 21 p5-File-ReadBackwards V 29 dir 4-48687.0.r300896/3194748 K 14 p5-File-Remove V 28 dir 4-40627.0.r300896/800808 K 14 p5-File-SafeDO V 29 dir 4-255225.0.r300896/503273 K 18 p5-File-SearchPath V 30 dir 4-266144.0.r300896/3749864 K 16 p5-File-ShareDir V 30 dir 4-152168.0.r300896/8135216 K 24 p5-File-ShareDir-Install V 30 dir 4-258818.0.r300896/7543618 K 20 p5-File-ShareDir-PAR V 27 dir 4-230139.0.r303777/1310 K 26 p5-File-ShareDir-PathClass V 29 dir 4-279481.0.r300896/923355 K 31 p5-File-ShareDir-ProjectDistDir V 30 dir 4-293523.0.r300896/1780615 K 13 p5-File-Slurp V 28 dir 2-4100.0.r300896/7243400 K 18 p5-File-Slurp-Tree V 30 dir 4-167850.0.r300896/2438062 K 19 p5-File-Spec-Native V 30 dir 4-297489.0.r300896/4169978 K 14 p5-File-Stream V 30 dir 4-218135.0.r300896/3113866 K 12 p5-File-Sync V 29 dir 2-10154.0.r300896/2227118 K 12 p5-File-Tail V 29 dir 4-36190.0.r300896/3729707 K 16 p5-File-Tail-Dir V 27 dir 4-257821.0.r303907/1294 K 12 p5-File-Temp V 29 dir 4-40075.0.r300896/8442607 K 15 p5-File-Tempdir V 29 dir 4-183481.0.r300896/766504 K 13 p5-File-Touch V 30 dir 4-252292.0.r300896/6076674 K 12 p5-File-Type V 30 dir 4-106221.0.r300896/5649836 K 12 p5-File-Util V 30 dir 4-190952.0.r300896/2954537 K 13 p5-File-chdir V 26 dir 4-95528.0.r304629/1173 K 13 p5-File-chmod V 30 dir 4-207501.0.r300896/3990195 K 13 p5-File-pushd V 30 dir 4-147199.0.r300896/1891674 K 19 p5-FileHandle-Fmode V 30 dir 4-200931.0.r300896/5258782 K 19 p5-FileHandle-Unget V 29 dir 4-92646.0.r300896/3650119 K 24 p5-Filesys-Notify-KQueue V 30 dir 4-292736.0.r300896/1864967 K 24 p5-Filesys-Notify-Simple V 29 dir 4-243428.0.r300896/802679 K 18 p5-Filesys-Virtual V 30 dir 4-112408.0.r300896/3453862 K 24 p5-Filesys-Virtual-Plain V 30 dir 4-128081.0.r300896/5655566 K 9 p5-Filter V 28 dir 2-7082.0.r300896/4070805 K 18 p5-Filter-Template V 30 dir 4-165530.0.r300896/6281939 K 11 p5-Find-Lib V 30 dir 4-244314.0.r300896/7945850 K 15 p5-FindBin-libs V 30 dir 4-226503.0.r300896/6044187 K 9 p5-Forest V 30 dir 4-219472.0.r300896/3897545 K 16 p5-Form-Sensible V 30 dir 4-291273.0.r300896/7255488 K 22 p5-FreeBSD-i386-Ptrace V 30 dir 4-230164.0.r300896/1151388 K 13 p5-FreezeThaw V 28 dir 2-7887.0.r300896/4484763 K 10 p5-Gearman V 30 dir 4-188450.0.r300896/7119644 K 23 p5-Gearman-Client-Async V 30 dir 4-199095.0.r300896/8889567 K 17 p5-Gearman-Server V 27 dir 4-199092.0.r305277/8291 K 13 p5-Gearman-XS V 27 dir 4-237357.0.r305277/9012 K 16 p5-Geo-ShapeFile V 30 dir 4-152216.0.r300896/1857213 K 15 p5-Getargs-Long V 29 dir 4-54361.0.r300896/7871371 K 18 p5-Getopt-ArgvFile V 29 dir 4-61898.0.r300896/6100915 K 19 p5-Getopt-Attribute V 29 dir 4-265779.0.r300896/996955 K 17 p5-Getopt-Compact V 30 dir 4-261668.0.r300896/3500610 K 25 p5-Getopt-Compact-WithCmd V 30 dir 4-292438.0.r300896/8231044 K 17 p5-Getopt-Declare V 29 dir 4-47892.0.r300896/3983211 K 16 p5-Getopt-Euclid V 27 dir 4-222156.0.r304446/1605 K 18 p5-Getopt-GUI-Long V 30 dir 4-249809.0.r300896/6061542 K 14 p5-Getopt-Long V 28 dir 4-43804.0.r300896/705502 K 26 p5-Getopt-Long-Descriptive V 27 dir 4-217721.0.r302075/2139 K 15 p5-Git-PurePerl V 30 dir 4-223099.0.r300896/1629660 K 17 p5-Git-Repository V 27 dir 4-263243.0.r301847/1374 K 14 p5-Git-Wrapper V 27 dir 4-264612.0.r301159/1740 K 28 p5-Glib-Object-Introspection V 30 dir 4-283661.0.r300896/2125582 K 8 p5-Glib2 V 29 dir 4-92517.0.r300896/3370601 K 15 p5-Gnome2-GConf V 30 dir 4-130724.0.r300896/8934461 K 13 p5-Goo-Canvas V 30 dir 4-251253.0.r300896/5979692 K 18 p5-Google-Checkout V 30 dir 4-195959.0.r300896/5032439 K 25 p5-Google-ProtocolBuffers V 30 dir 4-275454.0.r300896/5565623 K 15 p5-Gravatar-URL V 30 dir 4-247319.0.r300896/4715452 K 14 p5-Gtk2-Notify V 30 dir 4-295685.0.r300896/2270487 K 13 p5-Gtk2-Spell V 30 dir 4-162946.0.r300896/1196342 K 8 p5-Guard V 30 dir 4-232894.0.r300896/7607661 K 12 p5-HOP-Lexer V 30 dir 4-252025.0.r300896/5462466 K 13 p5-HOP-Stream V 30 dir 4-252026.0.r300896/1288338 K 16 p5-Hash-AsObject V 30 dir 4-169416.0.r300896/6749595 K 16 p5-Hash-AutoHash V 27 dir 4-261361.0.r304567/1110 K 12 p5-Hash-Case V 30 dir 4-170723.0.r300896/7210956 K 12 p5-Hash-Diff V 30 dir 4-293569.0.r300896/2009880 K 17 p5-Hash-FieldHash V 30 dir 4-279409.0.r300896/6367558 K 15 p5-Hash-Flatten V 30 dir 4-231262.0.r300896/6234428 K 20 p5-Hash-Merge-Simple V 30 dir 4-231251.0.r300896/2520709 K 17 p5-Hash-MoreUtils V 30 dir 4-229302.0.r300896/6360794 K 16 p5-Hash-MultiKey V 30 dir 4-208584.0.r300896/1546195 K 18 p5-Hash-MultiValue V 30 dir 4-250924.0.r300896/7430345 K 13 p5-Hash-NoRef V 30 dir 4-283578.0.r300896/4751005 K 13 p5-Hash-Union V 30 dir 4-227997.0.r300896/5396722 K 29 p5-Hash-Util-FieldHash-Compat V 30 dir 4-219463.0.r300896/1953317 K 20 p5-Hash-WithDefaults V 30 dir 4-170725.0.r300896/1008511 K 7 p5-Heap V 29 dir 4-42730.0.r300896/1056734 K 14 p5-Heap-Simple V 30 dir 4-117318.0.r300896/8863239 K 19 p5-Heap-Simple-Perl V 29 dir 4-122296.0.r300896/883420 K 17 p5-Heap-Simple-XS V 30 dir 4-122297.0.r300896/1812722 K 15 p5-Hook-LexWrap V 29 dir 4-113145.0.r300896/827539 K 5 p5-IO V 29 dir 4-39453.0.r300896/5204320 K 9 p5-IO-AIO V 29 dir 4-179312.0.r300896/979233 K 9 p5-IO-All V 27 dir 4-113747.0.r301748/1164 K 13 p5-IO-All-LWP V 30 dir 4-232608.0.r300896/3225947 K 9 p5-IO-Any V 30 dir 4-274933.0.r300896/2311484 K 11 p5-IO-Async V 30 dir 4-193429.0.r300896/2364352 K 20 p5-IO-BufferedSelect V 30 dir 4-223053.0.r300896/7685658 K 14 p5-IO-Callback V 27 dir 4-298023.0.r304215/1157 K 13 p5-IO-Capture V 30 dir 4-131564.0.r300896/2534938 K 19 p5-IO-CaptureOutput V 30 dir 4-125278.0.r300896/4952914 K 12 p5-IO-Digest V 30 dir 4-118945.0.r300896/3658277 K 10 p5-IO-HTML V 30 dir 4-299262.0.r300896/1859054 K 17 p5-IO-Handle-Util V 30 dir 4-252766.0.r300896/2570603 K 17 p5-IO-Interactive V 30 dir 4-245678.0.r300896/8691507 K 12 p5-IO-KQueue V 30 dir 4-150662.0.r300896/3025524 K 12 p5-IO-Lambda V 27 dir 4-222741.0.r303905/1279 K 16 p5-IO-LockedFile V 30 dir 4-147916.0.r300896/2052784 K 15 p5-IO-MultiPipe V 30 dir 4-226926.0.r300896/8026055 K 15 p5-IO-Multiplex V 29 dir 4-60617.0.r300896/5770922 K 19 p5-IO-NestedCapture V 30 dir 4-151718.0.r300896/8530710 K 10 p5-IO-Null V 29 dir 4-165034.0.r300896/551611 K 11 p5-IO-Pager V 27 dir 4-132423.0.r303490/1074 K 12 p5-IO-Prompt V 30 dir 4-142592.0.r300896/6000162 K 14 p5-IO-Pty-Easy V 29 dir 4-289678.0.r300896/644124 K 12 p5-IO-String V 29 dir 4-39865.0.r300896/5694575 K 10 p5-IO-Stty V 30 dir 4-282810.0.r300896/7700630 K 9 p5-IO-Tee V 29 dir 4-98611.0.r300896/6490994 K 16 p5-IO-TieCombine V 30 dir 4-223282.0.r300896/1088839 K 13 p5-IO-Toolkit V 30 dir 4-167793.0.r300896/1070262 K 9 p5-IO-Tty V 29 dir 2-26006.0.r300896/6988332 K 10 p5-IO-Util V 30 dir 4-114225.0.r300896/5365177 K 10 p5-IO-YAML V 30 dir 4-171140.0.r300896/2350030 K 13 p5-IO-stringy V 29 dir 2-10718.0.r300896/7351816 K 6 p5-IOC V 30 dir 4-207768.0.r300896/2402212 K 12 p5-IPC-Cache V 29 dir 4-40775.0.r300896/7827514 K 10 p5-IPC-Cmd V 30 dir 4-129020.0.r300896/6606455 K 15 p5-IPC-DirQueue V 30 dir 4-152271.0.r300896/5039452 K 13 p5-IPC-Locker V 29 dir 4-66132.0.r300896/8850059 K 9 p5-IPC-MM V 29 dir 4-86643.0.r300896/6401281 K 10 p5-IPC-MMA V 30 dir 4-274708.0.r300896/8229156 K 11 p5-IPC-Mmap V 30 dir 4-167862.0.r300896/3765010 K 17 p5-IPC-Mmap-Share V 30 dir 4-169345.0.r300896/1042521 K 19 p5-IPC-Open3-Simple V 30 dir 4-168393.0.r300896/4570699 K 13 p5-IPC-PubSub V 30 dir 4-183342.0.r300896/1643017 K 10 p5-IPC-Run V 26 dir 4-45086.0.r305099/1186 K 22 p5-IPC-Run-SafeHandles V 30 dir 4-217850.0.r300896/8990948 K 11 p5-IPC-Run3 V 30 dir 4-108486.0.r300896/4134522 K 16 p5-IPC-ShareLite V 29 dir 4-40774.0.r300896/1745717 K 16 p5-IPC-Shareable V 29 dir 2-32340.0.r300896/3098204 K 18 p5-IPC-SharedCache V 29 dir 4-47647.0.r300896/5271234 K 13 p5-IPC-Signal V 30 dir 4-179288.0.r300896/2184207 K 20 p5-IPC-System-Simple V 30 dir 4-226649.0.r300896/4818466 K 9 p5-Inline V 29 dir 4-51556.0.r300896/5947821 K 13 p5-Inline-ASM V 29 dir 4-51578.0.r300896/5148704 K 13 p5-Inline-CPP V 29 dir 4-51581.0.r300896/7319703 K 15 p5-Inline-Files V 30 dir 4-164389.0.r300896/2946146 K 17 p5-Inline-Filters V 29 dir 4-51583.0.r300896/6645940 K 14 p5-Inline-Java V 29 dir 4-64528.0.r300896/5293413 K 12 p5-Inline-TT V 30 dir 4-174008.0.r300896/6187666 K 13 p5-Inline-Tcl V 29 dir 4-51585.0.r300896/1661587 K 15 p5-InlineX-C2XS V 30 dir e-174380.0.r300896/2821984 K 17 p5-InlineX-CPP2XS V 27 dir 4-248826.0.r302708/1122 K 8 p5-Ioctl V 29 dir 4-36707.0.r300896/3115690 K 11 p5-Iterator V 30 dir 4-156325.0.r300896/4420046 K 14 p5-Iterator-IO V 30 dir 4-156332.0.r300896/2241005 K 16 p5-Iterator-Misc V 30 dir 4-156334.0.r300896/1030737 K 16 p5-Iterator-Util V 30 dir 4-156330.0.r300896/5514964 K 14 p5-JIRA-Client V 30 dir 4-232946.0.r300896/6185801 K 9 p5-JQuery V 28 dir 4-196087.0.r301684/58643 K 11 p5-JSON-RPC V 27 dir 4-231271.0.r303947/1656 K 18 p5-JSON-RPC-Common V 29 dir 4-237206.0.r300896/591003 K 22 p5-JSON-RPC-Dispatcher V 30 dir 4-252982.0.r300896/1701735 K 7 p5-Java V 29 dir 4-164246.0.r302141/199203 K 7 p5-Jonk V 30 dir 4-266676.0.r300896/2425592 K 16 p5-Lexical-Alias V 30 dir 4-188206.0.r300896/5554629 K 17 p5-Lexical-Import V 29 dir 4-292703.0.r300896/573684 K 22 p5-Lexical-Persistence V 30 dir 4-181215.0.r300896/4007230 K 27 p5-Lexical-SealRequireHints V 30 dir 4-292222.0.r300896/8597200 K 14 p5-Lexical-Var V 30 dir 4-292224.0.r300896/5881599 K 17 p5-Lingua-JA-Fold V 30 dir 4-203208.0.r300896/7689441 K 16 p5-List-AllUtils V 30 dir 4-270564.0.r300896/6468169 K 13 p5-List-Cycle V 30 dir 4-148002.0.r300896/3899398 K 11 p5-List-Gen V 30 dir 4-283831.0.r300896/6582894 K 13 p5-List-Group V 30 dir 4-123918.0.r300896/3784583 K 16 p5-List-Permutor V 28 dir 4-170596.0.r303029/11458 K 16 p5-List-PowerSet V 30 dir 4-170598.0.r300896/6238165 K 22 p5-List-Rotation-Cycle V 30 dir 4-185499.0.r300896/5496386 K 12 p5-List-Uniq V 29 dir 4-225576.0.r300896/655257 K 15 p5-List-UtilsBy V 30 dir 4-269711.0.r300896/4099564 K 18 p5-Locale-Maketext V 29 dir 4-28202.0.r300896/1797691 K 24 p5-Locale-Maketext-Fuzzy V 28 dir 4-78951.0.r300896/902999 K 26 p5-Locale-Maketext-Gettext V 29 dir 4-82761.0.r300896/6808534 K 26 p5-Locale-Maketext-Lexicon V 29 dir 4-78752.0.r300896/6783696 K 25 p5-Locale-Maketext-Simple V 29 dir 4-87849.0.r300896/5824663 K 16 p5-Locale-Msgfmt V 27 dir 4-237877.0.r303799/1042 K 18 p5-Locale-PGetText V 29 dir 2-25241.0.r300896/2516919 K 12 p5-Locale-PO V 27 dir 4-224583.0.r303957/2129 K 17 p5-Locale-gettext V 29 dir 2-25607.0.r300896/4686657 K 17 p5-Locale-libintl V 30 dir 4-107741.0.r300896/2228981 K 18 p5-LockFile-Simple V 29 dir 4-36708.0.r300896/8570015 K 21 p5-Log-Accounting-SVK V 30 dir 4-127276.0.r300896/1833175 K 21 p5-Log-Accounting-SVN V 30 dir 4-166481.0.r300896/1836114 K 12 p5-Log-Agent V 29 dir 4-43104.0.r300896/1387533 K 19 p5-Log-Agent-Logger V 29 dir 4-74658.0.r300896/8447432 K 10 p5-Log-Any V 30 dir 4-240547.0.r300896/1084007 K 18 p5-Log-Any-Adapter V 27 dir 4-243423.0.r303404/1068 K 27 p5-Log-Any-Adapter-Dispatch V 30 dir 4-240549.0.r300896/1292131 K 27 p5-Log-Any-Adapter-Log4perl V 30 dir 4-267812.0.r300896/3843405 K 25 p5-Log-Any-Adapter-Syslog V 27 dir 4-262813.0.r303761/1330 K 14 p5-Log-Any-App V 30 dir 4-272304.0.r300896/8846315 K 17 p5-Log-Contextual V 27 dir 4-287139.0.r302971/1078 K 15 p5-Log-Dispatch V 26 dir 4-42767.0.r303986/1234 K 21 p5-Log-Dispatch-Array V 30 dir 4-282056.0.r300896/4127062 K 24 p5-Log-Dispatch-Colorful V 30 dir 4-226652.0.r300896/8553394 K 22 p5-Log-Dispatch-Config V 29 dir 4-76518.0.r300896/5670974 K 32 p5-Log-Dispatch-Configurator-Any V 30 dir 4-282970.0.r300896/7718248 K 33 p5-Log-Dispatch-Configurator-YAML V 29 dir 4-214382.0.r300896/505202 K 19 p5-Log-Dispatch-DBI V 30 dir 4-281033.0.r300896/5473022 K 19 p5-Log-Dispatch-Dir V 30 dir 4-278103.0.r300896/6833532 K 31 p5-Log-Dispatch-Email-EmailSend V 30 dir 4-169402.0.r300896/5653637 K 28 p5-Log-Dispatch-File-Stamped V 27 dir 4-257801.0.r303908/1339 K 26 p5-Log-Dispatch-FileRotate V 29 dir 4-84286.0.r300896/2999791 K 26 p5-Log-Dispatch-FileShared V 29 dir 4-184940.0.r300896/984779 K 20 p5-Log-Dispatch-Perl V 29 dir 4-99730.0.r300896/5669094 K 28 p5-Log-Dispatch-Screen-Color V 29 dir 4-241942.0.r301858/125983 K 22 p5-Log-Dispatch-Scribe V 30 dir 4-242683.0.r300896/5998304 K 19 p5-Log-Dispatchouli V 30 dir 4-282063.0.r300896/7286246 K 14 p5-Log-Handler V 29 dir 4-244546.0.r301510/207227 K 15 p5-Log-Log4perl V 26 dir 4-74705.0.r305157/1066 K 33 p5-Log-Log4perl-Appender-RabbitMQ V 30 dir 4-260980.0.r300896/2553959 K 14 p5-Log-Message V 29 dir 4-164100.0.r300896/795340 K 21 p5-Log-Message-Simple V 30 dir 4-164104.0.r300896/5146851 K 14 p5-Log-Minimal V 27 dir 4-283759.0.r304272/1379 K 13 p5-Log-Report V 27 dir 4-197710.0.r304047/1573 K 13 p5-Log-Simple V 30 dir 4-168247.0.r300896/3840039 K 12 p5-Log-Trace V 30 dir 4-192028.0.r300896/3352124 K 20 p5-Log-TraceMessages V 29 dir 4-52408.0.r300896/5088061 K 17 p5-Logfile-Rotate V 30 dir 4-169365.0.r300896/4934299 K 7 p5-Luka V 30 dir 4-168028.0.r300896/7170681 K 13 p5-MRO-Compat V 30 dir 4-193750.0.r300896/1323576 K 13 p5-MRO-Define V 30 dir 4-287329.0.r300896/1549941 K 23 p5-Mac-FileSpec-Unixish V 29 dir 4-36710.0.r300896/7982170 K 19 p5-Mac-PropertyList V 27 dir 4-266854.0.r303497/1307 K 7 p5-Make V 29 dir 4-36718.0.r300896/4877716 K 10 p5-Memoize V 29 dir 4-48710.0.r300896/7013814 K 20 p5-Memoize-ExpireLRU V 29 dir 4-99530.0.r300896/8090423 K 15 p5-Meta-Builder V 30 dir 4-264959.0.r300896/4488044 K 15 p5-MetaCPAN-API V 30 dir 4-285745.0.r300896/5625297 K 25 p5-Metabase-Client-Simple V 27 dir 4-269845.0.r303560/1554 K 16 p5-Metabase-Fact V 30 dir 4-269843.0.r300896/6803365 K 15 p5-Method-Alias V 30 dir 4-191729.0.r300896/3932637 K 27 p5-Method-Signatures-Simple V 30 dir 4-262760.0.r300896/3123790 K 17 p5-Mixin-Linewise V 29 dir 4-229950.0.r300896/926650 K 8 p5-Mknod V 30 dir 4-127016.0.r300896/2744325 K 13 p5-Mock-Quick V 30 dir 4-269262.0.r300896/5082199 K 15 p5-Module-Build V 26 dir 4-83810.0.r304368/1133 K 23 p5-Module-Build-Convert V 29 dir 4-160555.0.r300896/957728 K 24 p5-Module-Build-Kwalitee V 30 dir 4-160717.0.r300896/8645692 K 24 p5-Module-CPANTS-Analyse V 30 dir 4-185124.0.r300896/5748529 K 19 p5-Module-CheckDeps V 30 dir 4-274929.0.r300896/2911999 K 17 p5-Module-Collect V 30 dir 4-226660.0.r300896/5091424 K 17 p5-Module-Compile V 30 dir 4-164129.0.r300896/3996869 K 18 p5-Module-CoreList V 26 dir 4-87854.0.r304632/1072 K 20 p5-Module-Dependency V 30 dir 4-167639.0.r300896/4863743 K 17 p5-Module-Depends V 27 dir 4-221691.0.r303163/1081 K 17 p5-Module-Extract V 30 dir 4-230137.0.r300896/6280059 K 20 p5-Module-ExtractUse V 27 dir 4-185104.0.r304115/1238 K 14 p5-Module-Find V 29 dir 4-143922.0.r300896/630117 K 24 p5-Module-Implementation V 30 dir 2-290583.0.r300896/5354139 K 14 p5-Module-Info V 29 dir 4-83808.0.r300896/7436649 K 19 p5-Module-Info-File V 30 dir 4-114578.0.r300896/3361018 K 19 p5-Module-Inspector V 30 dir 4-230135.0.r300896/7873255 K 17 p5-Module-Install V 30 dir 4-119012.0.r300896/5807577 K 32 p5-Module-Install-AuthorRequires V 30 dir 4-241070.0.r300896/2493033 K 29 p5-Module-Install-AuthorTests V 30 dir 4-226650.0.r300896/1994684 K 28 p5-Module-Install-Repository V 30 dir 4-241022.0.r300896/3459543 K 26 p5-Module-Install-Template V 30 dir 4-246679.0.r300896/1637379 K 24 p5-Module-Install-XSUtil V 30 dir 4-279893.0.r300896/5596688 K 14 p5-Module-List V 30 dir 4-214606.0.r300896/3511439 K 14 p5-Module-Load V 30 dir 4-124080.0.r300896/1175670 K 26 p5-Module-Load-Conditional V 27 dir 4-124090.0.r302728/1415 K 16 p5-Module-Loaded V 30 dir 4-164102.0.r300896/6197980 K 18 p5-Module-Manifest V 30 dir 4-230136.0.r300896/6317928 K 22 p5-Module-Math-Depends V 30 dir 4-230134.0.r300896/2445693 K 18 p5-Module-Metadata V 27 dir 4-269795.0.r302988/1168 K 19 p5-Module-Pluggable V 27 dir 4-114796.0.r303204/1192 K 24 p5-Module-Pluggable-Fast V 30 dir 4-132674.0.r300896/3706066 K 27 p5-Module-Pluggable-Ordered V 29 dir 4-117560.0.r300896/967826 K 27 p5-Module-Recursive-Require V 30 dir 4-214984.0.r300896/3479786 K 17 p5-Module-Refresh V 30 dir 4-128784.0.r300896/1391270 K 17 p5-Module-Release V 30 dir 4-131171.0.r300896/1688623 K 16 p5-Module-Reload V 27 dir 4-88358.0.r304807/53981 K 20 p5-Module-Reload-Sel V 30 dir 4-143017.0.r300896/5884198 K 17 p5-Module-Runtime V 30 dir 4-214147.0.r300896/7649255 K 18 p5-Module-ScanDeps V 26 dir 4-87851.0.r303491/1074 K 15 p5-Module-Setup V 30 dir 4-226665.0.r300896/8641988 K 17 p5-Module-Starter V 30 dir 4-131320.0.r300896/1831277 K 21 p5-Module-Starter-PBP V 30 dir 4-142513.0.r300896/1648231 K 36 p5-Module-Starter-Plugin-SimpleStore V 27 dir 4-223138.0.r305216/6571 K 28 p5-Module-Starter-Plugin-TT2 V 27 dir 4-223590.0.r305216/7435 K 14 p5-Module-Used V 30 dir 4-247824.0.r300896/1432465 K 14 p5-Module-Util V 30 dir 4-207862.0.r300896/2707256 K 17 p5-Module-Version V 30 dir 4-258824.0.r300896/7290041 K 18 p5-Module-Versions V 30 dir 4-252098.0.r300896/3447621 K 25 p5-Module-Versions-Report V 30 dir 4-113138.0.r300896/1454395 K 6 p5-Moo V 27 dir 4-269658.0.r302440/1115 K 23 p5-MooX-Types-MooseLike V 27 dir 4-293929.0.r305068/1313 K 8 p5-Moose V 30 dir 4-159484.0.r300896/8778567 K 16 p5-Moose-Autobox V 27 dir 4-238534.0.r303762/1293 K 15 p5-Moose-Policy V 30 dir 4-207877.0.r300896/8571880 K 13 p5-Moose-Test V 27 dir 4-304357.0.r304357/3324 K 17 p5-MooseX-Aliases V 30 dir 4-241146.0.r300896/3549527 K 13 p5-MooseX-App V 27 dir 4-295518.0.r304252/2156 K 17 p5-MooseX-App-Cmd V 27 dir 4-264613.0.r302095/1774 K 15 p5-MooseX-Async V 30 dir 4-217710.0.r300896/7308476 K 27 p5-MooseX-Attribute-Chained V 30 dir 4-289721.0.r300896/8454053 K 23 p5-MooseX-Attribute-ENV V 30 dir 4-265130.0.r300896/1079661 K 26 p5-MooseX-AttributeHelpers V 30 dir 4-217693.0.r300896/5336549 K 28 p5-MooseX-AttributeShortcuts V 27 dir 4-304365.0.r304365/3549 K 27 p5-MooseX-AuthorizedMethods V 30 dir 4-295426.0.r300896/1923308 K 26 p5-MooseX-ChainedAccessors V 30 dir 4-272150.0.r300896/1086974 K 24 p5-MooseX-ClassAttribute V 29 dir 4-214467.0.r300896/993211 K 15 p5-MooseX-Clone V 30 dir 4-219465.0.r300896/2938692 K 28 p5-MooseX-CompileTime-Traits V 30 dir 4-262721.0.r300896/7550209 K 24 p5-MooseX-ConfigFromFile V 30 dir 4-226566.0.r300896/1097717 K 19 p5-MooseX-Daemonize V 30 dir 4-217725.0.r300896/8903772 K 17 p5-MooseX-Declare V 30 dir 4-233817.0.r300896/4649399 K 37 p5-MooseX-Emulate-Class-Accessor-Fast V 30 dir 4-233818.0.r300896/3434247 K 19 p5-MooseX-FollowPBP V 30 dir 4-259135.0.r300896/1618948 K 16 p5-MooseX-Getopt V 27 dir 4-217722.0.r304313/1082 K 19 p5-MooseX-Has-Sugar V 27 dir 4-244316.0.r304389/1176 K 21 p5-MooseX-HasDefaults V 30 dir 4-294538.0.r300896/4372437 K 13 p5-MooseX-IOC V 30 dir 4-207770.0.r300896/7582887 K 19 p5-MooseX-InsideOut V 30 dir 4-245318.0.r300896/2536816 K 21 p5-MooseX-LazyRequire V 30 dir 4-239785.0.r300896/8329068 K 15 p5-MooseX-Lists V 30 dir 4-252490.0.r300896/5498262 K 22 p5-MooseX-Log-Log4perl V 30 dir 4-229035.0.r300896/7088138 K 23 p5-MooseX-MarkAsMethods V 30 dir 4-284923.0.r300896/8627660 K 43 p5-MooseX-Meta-TypeConstraint-ForceCoercion V 30 dir 4-233815.0.r300896/2931231 K 25 p5-MooseX-MetaDescription V 30 dir 4-274934.0.r300896/2518817 K 27 p5-MooseX-Method-Signatures V 30 dir 4-233816.0.r300896/4723015 K 26 p5-MooseX-MethodAttributes V 27 dir 4-233819.0.r304332/1179 K 22 p5-MooseX-MultiInitArg V 30 dir 4-238937.0.r300896/1226486 K 22 p5-MooseX-MultiMethods V 30 dir 4-267036.0.r300896/1302820 K 18 p5-MooseX-NonMoose V 30 dir 4-251423.0.r300896/1340235 K 26 p5-MooseX-Object-Pluggable V 30 dir 4-240749.0.r300896/7263698 K 19 p5-MooseX-OneArgNew V 30 dir 4-282046.0.r300896/3555152 K 13 p5-MooseX-POE V 30 dir 4-217711.0.r300896/6941983 K 25 p5-MooseX-Params-Validate V 30 dir 4-239372.0.r300896/6675138 K 27 p5-MooseX-RelatedClassRoles V 29 dir 4-248991.0.r300896/556766 K 23 p5-MooseX-Role-Loggable V 27 dir 4-290415.0.r303847/1239 K 28 p5-MooseX-Role-Parameterized V 30 dir 4-243658.0.r300896/1981600 K 30 p5-MooseX-Role-WithOverloading V 30 dir 4-245437.0.r300896/6199905 K 18 p5-MooseX-Runnable V 30 dir 4-275382.0.r300896/2221561 K 32 p5-MooseX-SemiAffordanceAccessor V 30 dir 4-239562.0.r300896/8152539 K 17 p5-MooseX-SetOnce V 30 dir 4-272148.0.r300896/4193651 K 22 p5-MooseX-SimpleConfig V 30 dir 4-229034.0.r300896/6650318 K 19 p5-MooseX-Singleton V 30 dir 4-214316.0.r300896/2876236 K 17 p5-MooseX-Storage V 30 dir 4-220042.0.r300896/4559724 K 27 p5-MooseX-StrictConstructor V 30 dir 4-222011.0.r300896/7868054 K 16 p5-MooseX-Traits V 30 dir 4-233724.0.r300896/8049507 K 26 p5-MooseX-Traits-Pluggable V 30 dir 4-238536.0.r300896/4879618 K 30 p5-MooseX-TransactionalMethods V 30 dir 4-295427.0.r300896/4645649 K 15 p5-MooseX-Types V 30 dir 4-217723.0.r300896/4197623 K 22 p5-MooseX-Types-Common V 30 dir 4-245466.0.r300896/7695263 K 24 p5-MooseX-Types-DateTime V 30 dir 4-287243.0.r300896/4103316 K 38 p5-MooseX-Types-DateTime-ButMaintained V 26 dir 4-237803.0.r303924/659 K 38 p5-MooseX-Types-DateTime-MoreCoercions V 27 dir 4-287260.0.r302018/1575 K 25 p5-MooseX-Types-DateTimeX V 27 dir 4-237806.0.r303780/1334 K 23 p5-MooseX-Types-ISO8601 V 28 dir 4-295957.0.r303710/33633 K 20 p5-MooseX-Types-JSON V 30 dir 4-269317.0.r300896/8408444 K 29 p5-MooseX-Types-LoadableClass V 30 dir 4-279614.0.r300896/5464370 K 26 p5-MooseX-Types-Path-Class V 30 dir 4-217724.0.r300896/2036007 K 20 p5-MooseX-Types-Perl V 30 dir 4-270566.0.r300896/7199344 K 26 p5-MooseX-Types-Set-Object V 30 dir 4-275381.0.r300896/4803585 K 22 p5-MooseX-Types-Signal V 30 dir 4-266411.0.r300896/3121881 K 26 p5-MooseX-Types-Structured V 29 dir 4-233723.0.r300896/761319 K 28 p5-MooseX-Types-VariantTable V 30 dir 4-266960.0.r300896/6865954 K 8 p5-Mouse V 30 dir 4-217351.0.r300896/6993886 K 17 p5-MouseX-App-Cmd V 30 dir 4-287242.0.r300896/7738026 K 26 p5-MouseX-AttributeHelpers V 30 dir 4-230626.0.r300896/5052917 K 24 p5-MouseX-ConfigFromFile V 30 dir 4-232597.0.r300896/2565819 K 17 p5-MouseX-Foreign V 30 dir 4-279896.0.r300896/2935004 K 16 p5-MouseX-Getopt V 30 dir 4-226661.0.r300896/5108884 K 22 p5-MouseX-NativeTraits V 29 dir 4-274579.0.r300896/811960 K 27 p5-MouseX-StrictConstructor V 30 dir 4-274580.0.r300896/7815107 K 16 p5-MouseX-Traits V 30 dir 4-275003.0.r300896/7906911 K 15 p5-MouseX-Types V 30 dir 4-228189.0.r300896/6031176 K 26 p5-MouseX-Types-Path-Class V 30 dir 4-232596.0.r300896/1801451 K 16 p5-Multiplex-CMD V 30 dir 4-272873.0.r300896/1928923 K 7 p5-NEXT V 29 dir 4-90116.0.r300896/1286494 K 11 p5-Net-DBus V 30 dir 4-149423.0.r300896/5790390 K 16 p5-Net-ZooKeeper V 26 dir 4-302899.0.r302932/568 K 21 p5-Number-Bytes-Human V 30 dir 4-176553.0.r300896/8988012 K 18 p5-Number-Tolerant V 30 dir 4-264843.0.r300896/1223112 K 19 p5-OLE-Storage_Lite V 29 dir 4-42523.0.r300896/8465475 K 10 p5-OOTools V 30 dir 4-114434.0.r300896/2449490 K 18 p5-Object-Accessor V 30 dir 4-143852.0.r300896/1182744 K 15 p5-Object-Array V 30 dir 4-174121.0.r300896/3656419 K 19 p5-Object-Authority V 30 dir 4-292457.0.r300896/4508412 K 19 p5-Object-Container V 30 dir 4-297438.0.r300896/7915188 K 17 p5-Object-Declare V 30 dir 4-168201.0.r300896/1753502 K 19 p5-Object-Destroyer V 30 dir 4-265060.0.r300896/1870496 K 14 p5-Object-Enum V 30 dir 4-163044.0.r300896/3881148 K 15 p5-Object-Event V 30 dir 4-237948.0.r300896/3043431 K 19 p5-Object-InsideOut V 27 dir 4-153732.0.r305193/1189 K 19 p5-Object-MultiType V 28 dir 4-90844.0.r301510/207953 K 19 p5-Object-Pluggable V 30 dir 4-262596.0.r300896/5059443 K 23 p5-Object-Realize-Later V 29 dir 4-76980.0.r300896/7226751 K 14 p5-Object-Role V 30 dir 4-292454.0.r300896/4994093 K 19 p5-Object-Signature V 30 dir 4-152089.0.r300896/7190006 K 16 p5-Object-Simple V 30 dir 4-248736.0.r300896/3086244 K 14 p5-Object-Tiny V 30 dir 4-199804.0.r300896/4885511 K 22 p5-Olson-Abbreviations V 27 dir 4-237802.0.r303849/1397 K 8 p5-Oogly V 30 dir 4-266687.0.r300896/3915209 K 7 p5-Ouch V 30 dir 4-274320.0.r300896/8269090 K 6 p5-PAR V 29 dir 4-87844.0.r300896/1293962 K 11 p5-PAR-Dist V 29 dir 4-87837.0.r300896/5507627 K 13 p5-PAR-Packer V 30 dir 4-179084.0.r300896/8161910 K 12 p5-PCSC-Card V 29 dir 4-89735.0.r300896/6738719 K 20 p5-PHP-Serialization V 30 dir 4-185814.0.r300896/4397312 K 6 p5-POE V 29 dir 4-42405.0.r300896/1767430 K 16 p5-POE-API-Hooks V 30 dir 4-119673.0.r300896/3378779 K 15 p5-POE-API-Peek V 30 dir 4-102200.0.r300896/8561860 K 22 p5-POE-Component-Child V 29 dir 4-110719.0.r300896/885994 K 21 p5-POE-Component-Cron V 30 dir 4-266718.0.r300896/5864706 K 23 p5-POE-Component-Daemon V 30 dir 2-162943.0.r300896/1548088 K 27 p5-POE-Component-DebugShell V 30 dir 4-102391.0.r300896/3557077 K 25 p5-POE-Component-DirWatch V 29 dir 4-62515.0.r300896/7552113 K 22 p5-POE-Component-Hailo V 30 dir 4-279708.0.r300896/1863061 K 20 p5-POE-Component-IKC V 29 dir 4-51488.0.r300896/4451471 K 25 p5-POE-Component-JobQueue V 28 dir 4-51480.0.r300896/790948 K 23 p5-POE-Component-Logger V 29 dir 4-60131.0.r300896/8518200 K 26 p5-POE-Component-Pluggable V 30 dir 4-180531.0.r300896/6063461 K 20 p5-POE-Component-RSS V 29 dir 4-51475.0.r300896/6509132 K 30 p5-POE-Component-RSSAggregator V 29 dir 4-169309.0.r300896/952622 K 25 p5-POE-Component-Schedule V 30 dir 4-266716.0.r300896/5403866 K 30 p5-POE-Component-Server-XMLRPC V 30 dir 4-111876.0.r300896/6997240 K 27 p5-POE-Component-Syndicator V 30 dir 4-273649.0.r300896/6183930 K 21 p5-POE-Component-TSTP V 30 dir 4-109227.0.r300896/8792194 K 21 p5-POE-Devel-Profiler V 30 dir 4-119780.0.r300896/3217858 K 16 p5-POE-Loop-Glib V 30 dir 4-258982.0.r300896/1022211 K 14 p5-POE-Loop-Tk V 30 dir 4-283580.0.r300896/1139638 K 14 p5-POE-Quickie V 30 dir 4-274707.0.r300896/8128203 K 28 p5-POE-Session-MultiDispatch V 29 dir 4-81981.0.r300896/7155993 K 12 p5-POE-Stage V 29 dir 4-167261.0.r300896/945940 K 17 p5-POE-Test-Loops V 30 dir 4-216473.0.r300896/2585616 K 19 p5-POE-XS-Loop-Poll V 30 dir 4-216632.0.r300896/8004937 K 21 p5-POE-XS-Queue-Array V 30 dir 4-163474.0.r300896/7825659 K 33 p5-POEx-Role-SessionInstantiation V 30 dir 4-262724.0.r300896/6325122 K 22 p5-POEx-Role-Streaming V 30 dir 4-262737.0.r300896/2140924 K 13 p5-POEx-Types V 29 dir 4-262689.0.r300896/755745 K 17 p5-POSIX-strptime V 30 dir 4-181569.0.r300896/3731564 K 8 p5-PPerl V 29 dir 4-63922.0.r300896/8497504 K 5 p5-PV V 28 dir 2-6237.0.r300896/5481842 K 20 p5-Package-Constants V 30 dir 4-166313.0.r300896/5878277 K 29 p5-Package-DeprecationManager V 30 dir 4-258987.0.r300896/6242191 K 20 p5-Package-Generator V 30 dir 4-211770.0.r300896/6485173 K 16 p5-Package-Stash V 30 dir 4-256165.0.r300896/6263602 K 19 p5-Package-Stash-XS V 30 dir 4-268878.0.r300896/3106368 K 12 p5-PadWalker V 27 dir 4-143349.0.r305100/1155 K 23 p5-Parallel-ForkManager V 29 dir 4-69257.0.r300896/1589247 K 20 p5-Parallel-Iterator V 29 dir 4-262539.0.r300896/690202 K 19 p5-Parallel-Prefork V 30 dir 4-241983.0.r300896/1133303 K 22 p5-Parallel-Scoreboard V 30 dir 4-288311.0.r300896/7300878 K 25 p5-Params-CallbackRequest V 30 dir 4-109879.0.r300896/2414833 K 15 p5-Params-Check V 30 dir 4-124078.0.r300896/3430169 K 18 p5-Params-Classify V 30 dir 4-168282.0.r300896/6772626 K 16 p5-Params-Coerce V 30 dir 4-199443.0.r300896/8494143 K 14 p5-Params-Util V 30 dir 4-138501.0.r300896/7599964 K 18 p5-Params-Validate V 29 dir 4-41218.0.r300896/6850668 K 31 p5-Params-Validate-Dependencies V 30 dir 4-281543.0.r300896/1887982 K 11 p5-Paranoid V 27 dir 4-253408.0.r304891/1148 K 18 p5-Parse-CPAN-Meta V 27 dir 4-229090.0.r304078/1036 K 22 p5-Parse-CPAN-Packages V 27 dir 4-105897.0.r303206/1128 K 27 p5-Parse-CPAN-Packages-Fast V 30 dir 4-252606.0.r300896/6879476 K 25 p5-Parse-ErrorString-Perl V 27 dir 4-230132.0.r303850/2124 K 23 p5-Parse-ExuberantCTags V 27 dir 4-236811.0.r303852/1319 K 26 p5-Parse-Method-Signatures V 30 dir 4-233727.0.r300896/7398742 K 19 p5-Parse-PerlConfig V 29 dir 4-84268.0.r300896/2392510 K 13 p5-Parse-Pidl V 30 dir 4-237649.0.r300896/8204042 K 20 p5-Parse-PlainConfig V 30 dir 4-265616.0.r300896/3640198 K 19 p5-Parse-RecDescent V 29 dir 2-21282.0.r300896/4074126 K 22 p5-Parse-Win32Registry V 30 dir 4-266853.0.r300896/1336484 K 13 p5-Parse-Yapp V 29 dir 4-48075.0.r300896/3654549 K 11 p5-ParseLex V 27 dir 4-116905.0.r304096/1361 K 16 p5-ParseTemplate V 29 dir 4-258749.0.r300896/673157 K 14 p5-PatchReader V 30 dir 4-102411.0.r300896/1996550 K 16 p5-Path-Abstract V 30 dir 4-273430.0.r300896/5199169 K 13 p5-Path-Class V 30 dir 4-114657.0.r300896/8173616 K 27 p5-Path-Class-File-Lockable V 27 dir 4-289654.0.r303928/1337 K 18 p5-Path-Dispatcher V 30 dir 4-272249.0.r300896/3200854 K 30 p5-Path-Dispatcher-Declarative V 30 dir 4-272250.0.r300896/1077758 K 16 p5-Path-Resource V 30 dir 4-273431.0.r300896/8406570 K 12 p5-PathTools V 29 dir i-58107.0.r300896/6086902 K 10 p5-Penguin V 28 dir 2-6643.0.r300896/6109766 K 15 p5-Penguin-Easy V 28 dir 2-6645.0.r300896/8767243 K 25 p5-Perl-Critic-Deprecated V 29 dir 4-293328.0.r301858/126734 K 20 p5-Perl-Metrics-Lite V 30 dir 4-288305.0.r300896/3182062 K 22 p5-Perl-Metrics-Simple V 30 dir 4-288313.0.r300896/4217218 K 14 p5-Perl-OSType V 30 dir 4-270210.0.r300896/3325769 K 21 p5-Perl-PrereqScanner V 27 dir 4-282055.0.r301784/1388 K 22 p5-Perl-Unsafe-Signals V 29 dir 4-263294.0.r300896/806404 K 15 p5-Perl-Version V 30 dir 4-211004.0.r300896/8736973 K 17 p5-Perl6-Builtins V 30 dir 4-196464.0.r300896/7897350 K 15 p5-Perl6-Export V 30 dir 4-125401.0.r300896/5726483 K 21 p5-Perl6-Export-Attrs V 30 dir 4-196461.0.r300896/2735904 K 13 p5-Perl6-Form V 29 dir 4-127271.0.r300896/921465 K 17 p5-Perl6-Junction V 30 dir 4-195861.0.r300896/5183279 K 14 p5-Perl6-Rules V 30 dir 4-196487.0.r300896/4566013 K 12 p5-Perl6-Say V 30 dir 4-196481.0.r300896/2818225 K 14 p5-Perl6-Slurp V 29 dir 4-285093.0.r300896/600277 K 16 p5-PerlIO-Layers V 30 dir 4-280585.0.r300896/6094746 K 14 p5-PerlIO-Util V 30 dir 4-279876.0.r300896/1212347 K 13 p5-PerlIO-eol V 30 dir 4-119794.0.r300896/2150369 K 16 p5-PerlIO-locale V 30 dir 4-293368.0.r300896/8505133 K 17 p5-PerlIO-via-MD5 V 30 dir 4-132179.0.r300896/4894177 K 21 p5-PerlIO-via-dynamic V 30 dir 4-104189.0.r300896/2762007 K 21 p5-PerlIO-via-symlink V 30 dir 4-115574.0.r300896/6729974 K 17 p5-Pid-File-Flock V 30 dir 4-247825.0.r300896/2305908 K 11 p5-Pipeline V 30 dir 4-165291.0.r300896/8595301 K 15 p5-Pod-Coverage V 29 dir 4-90797.0.r300896/5638248 K 21 p5-Pod-Coverage-Moose V 30 dir 4-219467.0.r300896/2090838 K 24 p5-Pod-Coverage-TrustPod V 30 dir 4-269260.0.r300896/8589681 K 12 p5-Pod-Tests V 30 dir 4-154206.0.r300896/2174980 K 12 p5-Pragmatic V 30 dir 4-285084.0.r300896/7195606 K 18 p5-Proc-Background V 29 dir 4-36725.0.r300896/1290210 K 14 p5-Proc-Daemon V 29 dir 4-36726.0.r300896/5273073 K 12 p5-Proc-Fork V 30 dir 4-153198.0.r300896/2246461 K 13 p5-Proc-Guard V 30 dir 4-288364.0.r300896/6660239 K 16 p5-Proc-PID-File V 30 dir 4-108544.0.r300896/4924619 K 20 p5-Proc-ProcessTable V 29 dir 4-44873.0.r300896/6868550 K 13 p5-Proc-Queue V 30 dir 4-152275.0.r300896/8330936 K 16 p5-Proc-Reliable V 29 dir 4-61812.0.r300896/2439933 K 16 p5-Proc-SafeExec V 30 dir 4-291336.0.r300896/6210379 K 14 p5-Proc-Simple V 28 dir 2-7084.0.r300896/2278541 K 13 p5-Proc-Wait3 V 30 dir 4-241982.0.r300896/2979762 K 16 p5-Proc-WaitStat V 30 dir 4-250492.0.r300896/4240697 K 16 p5-Project-Gantt V 30 dir 4-119898.0.r300896/8227317 K 7 p5-Qudo V 30 dir 4-300089.0.r300896/6395717 K 13 p5-RRDTool-OO V 30 dir 4-156410.0.r300896/1663446 K 15 p5-Range-String V 30 dir 4-272696.0.r300896/3255194 K 6 p5-Rcs V 29 dir 4-70674.0.r300896/4823575 K 12 p5-Rcs-Agent V 29 dir 4-69028.0.r300896/2572461 K 15 p5-ReadLine-Gnu V 29 dir 2-10541.0.r300896/5785293 K 16 p5-ReadLine-Perl V 29 dir 2-10542.0.r300896/6542882 K 19 p5-ReadLine-TTYtter V 30 dir 4-262984.0.r300896/4897938 K 11 p5-Readonly V 30 dir 4-141566.0.r300896/6201776 K 9 p5-Reflex V 30 dir 4-276313.0.r300896/2330267 K 18 p5-Regexp-Assemble V 30 dir 4-130338.0.r300896/7245275 K 29 p5-Regexp-Assemble-Compressed V 30 dir 4-266920.0.r300896/4782296 K 14 p5-Regexp-Bind V 30 dir 4-164393.0.r300896/3394017 K 17 p5-Regexp-Compare V 30 dir 4-285375.0.r300896/7400616 K 18 p5-Regexp-Grammars V 27 dir 4-262172.0.r303061/1302 K 16 p5-Regexp-RegGrp V 30 dir 4-278196.0.r300896/4157678 K 18 p5-Regexp-Shellish V 29 dir 4-97771.0.r300896/7390659 K 24 p5-Regexp-Subst-Parallel V 29 dir 4-253461.0.r300896/908061 K 11 p5-Religion V 28 dir 2-4145.0.r300896/6630203 K 15 p5-ResourcePool V 29 dir 4-64282.0.r300896/7629462 K 12 p5-Resources V 28 dir 2-4144.0.r300896/1528804 K 15 p5-Return-Value V 30 dir 4-152164.0.r300896/1776846 K 18 p5-Role-HasMessage V 30 dir 4-282064.0.r300896/2858311 K 20 p5-Role-Identifiable V 30 dir 4-282049.0.r300896/7086253 K 12 p5-Role-Tiny V 27 dir 4-294023.0.r301145/1294 K 16 p5-Rose-DateTime V 30 dir 4-165003.0.r300896/1018485 K 14 p5-Rose-Object V 30 dir 4-165001.0.r300896/2716130 K 9 p5-RunApp V 30 dir 4-180948.0.r300896/8103979 K 6 p5-SDL V 29 dir 4-69343.0.r300896/4844669 K 15 p5-SNMP-Persist V 30 dir 4-204616.0.r300896/3725747 K 12 p5-SOAP-WSDL V 30 dir 4-229283.0.r300896/1902399 K 8 p5-SPOPS V 29 dir 4-60129.0.r300896/1894922 K 15 p5-SSN-Validate V 30 dir 4-153967.0.r300896/7315997 K 8 p5-SUPER V 30 dir 4-235782.0.r300896/2101775 K 10 p5-SVN-ACL V 30 dir 4-153768.0.r300896/2993504 K 13 p5-SVN-Access V 30 dir 4-207417.0.r300896/7325911 K 12 p5-SVN-Agent V 29 dir 4-169531.0.r300896/928497 K 11 p5-SVN-Dump V 30 dir 4-197324.0.r300896/8179867 K 15 p5-SVN-Dumpfile V 30 dir 4-232440.0.r300896/4306882 K 11 p5-SVN-Hook V 30 dir 4-207405.0.r300896/6107934 K 12 p5-SVN-Hooks V 27 dir 4-226974.0.r305285/1277 K 10 p5-SVN-Log V 30 dir 4-166475.0.r300896/8546348 K 11 p5-SVN-Look V 27 dir 4-226969.0.r305286/1469 K 13 p5-SVN-Mirror V 30 dir 4-104183.0.r300896/1697943 K 13 p5-SVN-Notify V 30 dir 4-130271.0.r300896/5209855 K 20 p5-SVN-Notify-Config V 30 dir 4-207426.0.r300896/6956696 K 30 p5-SVN-Notify-Filter-AuthZMail V 30 dir 4-217505.0.r300896/6042318 K 36 p5-SVN-Notify-Filter-EmailFlatFileDB V 30 dir 4-217262.0.r300896/4552731 K 29 p5-SVN-Notify-Filter-Markdown V 30 dir 4-211803.0.r300896/5068941 K 29 p5-SVN-Notify-Filter-Watchers V 30 dir 4-211812.0.r300896/6232532 K 20 p5-SVN-Notify-Mirror V 27 dir 4-207187.0.r305287/1424 K 22 p5-SVN-Notify-Snapshot V 30 dir 4-207209.0.r300896/7357453 K 9 p5-SVN-S4 V 30 dir 4-205700.0.r300896/2654220 K 13 p5-SVN-Simple V 30 dir 4-104184.0.r300896/5201032 K 17 p5-SVN-Statistics V 30 dir 4-168372.0.r300896/7451845 K 10 p5-SVN-Web V 27 dir 4-104185.0.r304793/1228 K 11 p5-Safe-Isa V 27 dir 4-301743.0.r301743/3722 K 15 p5-Scalar-Defer V 30 dir 4-168400.0.r300896/2136114 K 17 p5-Scalar-Listify V 30 dir 4-185304.0.r300896/5072688 K 16 p5-Scalar-String V 30 dir 4-231006.0.r300896/2603191 K 14 p5-Scope-Guard V 30 dir 4-181098.0.r300896/7495492 K 14 p5-Scope-Upper V 27 dir 4-233783.0.r304776/1061 K 16 p5-Search-Binary V 29 dir 4-36756.0.r300896/2506840 K 8 p5-Sepia V 29 dir 4-286770.0.r303664/134364 K 12 p5-Set-Array V 30 dir 4-127943.0.r300896/8309009 K 21 p5-Set-ConsistentHash V 30 dir 4-206097.0.r300896/3329125 K 14 p5-Set-Crontab V 29 dir 4-84278.0.r300896/2672987 K 19 p5-Set-CrossProduct V 30 dir 4-286969.0.r300896/2370150 K 15 p5-Set-Infinite V 29 dir 4-83817.0.r300896/5710943 K 19 p5-Set-NestedGroups V 29 dir 4-36751.0.r300896/2212008 K 13 p5-Set-Object V 29 dir 4-36752.0.r300896/2334626 K 13 p5-Set-Scalar V 29 dir 4-36753.0.r300896/4789274 K 8 p5-Shape V 29 dir 4-90489.0.r300896/8856282 K 13 p5-Shell-Base V 30 dir 4-101961.0.r300896/8402492 K 20 p5-Shell-EnvImporter V 29 dir 4-174590.0.r301510/208689 K 15 p5-Shell-Parser V 30 dir 4-132760.0.r300896/2488631 K 15 p5-Shell-Source V 30 dir 4-170910.0.r300896/7191882 K 9 p5-ShipIt V 30 dir 4-192263.0.r300896/3513292 K 23 p5-ShipIt-Step-Manifest V 30 dir 4-265781.0.r300896/3542591 K 8 p5-Slurp V 30 dir 4-284569.0.r300896/2109573 K 17 p5-Smart-Comments V 30 dir 4-136194.0.r300896/2210120 K 13 p5-Sort-Array V 30 dir 4-138890.0.r300896/3873486 K 21 p5-Sort-ArrayOfArrays V 29 dir 4-54384.0.r300896/1346970 K 11 p5-Sort-Key V 30 dir 4-145351.0.r300896/8439303 K 20 p5-Sort-Key-DateTime V 30 dir 4-145359.0.r300896/2253405 K 15 p5-Sort-Key-Top V 30 dir 4-198168.0.r300896/2328433 K 13 p5-Sort-Maker V 30 dir 4-180239.0.r300896/1300929 K 12 p5-Sort-Tree V 29 dir 4-91483.0.r300896/8057195 K 16 p5-Sort-Versions V 28 dir 2-7086.0.r300896/1916861 K 9 p5-Spiffy V 27 dir 4-113746.0.r302080/2313 K 8 p5-Spoon V 30 dir 4-113789.0.r300896/8450703 K 11 p5-Storable V 28 dir 2-7258.0.r300896/2852753 K 9 p5-Stream V 30 dir 4-163039.0.r300896/6178622 K 16 p5-Stream-Reader V 30 dir 4-239470.0.r300896/1406559 K 16 p5-String-Approx V 29 dir 4-28338.0.r300896/7239699 K 15 p5-String-CRC32 V 27 dir 4-46825.0.r301519/64748 K 17 p5-String-Checker V 29 dir 4-36728.0.r300896/8363028 K 14 p5-String-Diff V 30 dir 4-231253.0.r300896/7538815 K 15 p5-String-Ediff V 30 dir 4-108970.0.r300896/3652684 K 14 p5-String-Errf V 30 dir 4-282061.0.r300896/4300248 K 19 p5-String-Formatter V 30 dir 4-282048.0.r300896/6919510 K 13 p5-String-LRC V 29 dir 4-68738.0.r300896/8945519 K 16 p5-String-Parity V 28 dir 4-68741.0.r301510/209418 K 16 p5-String-Random V 29 dir 4-36738.0.r300896/2574311 K 19 p5-String-RexxParse V 29 dir 4-36731.0.r300896/3746143 K 20 p5-String-Similarity V 28 dir 4-44304.0.r300896/735892 K 12 p5-String-TT V 29 dir 4-297187.0.r300896/991335 K 12 p5-Sub-Alias V 30 dir 4-275143.0.r300896/6171184 K 14 p5-Sub-Current V 30 dir 4-219471.0.r300896/8828233 K 13 p5-Sub-Delete V 30 dir 4-223148.0.r300896/1706846 K 15 p5-Sub-Exporter V 30 dir 4-160948.0.r300896/2336480 K 26 p5-Sub-Exporter-ForMethods V 30 dir 4-255170.0.r300896/4105239 K 28 p5-Sub-Exporter-GlobExporter V 30 dir 4-282047.0.r300896/5469659 K 27 p5-Sub-Exporter-Progressive V 27 dir 4-301850.0.r302493/1261 K 15 p5-Sub-Identify V 30 dir 4-214292.0.r300896/4220139 K 14 p5-Sub-Install V 30 dir 4-160945.0.r300896/4550786 K 16 p5-Sub-Installer V 30 dir 4-153350.0.r300896/6033056 K 12 p5-Sub-Multi V 30 dir 4-169278.0.r300896/7402474 K 11 p5-Sub-Name V 30 dir 4-149673.0.r300896/3483460 K 15 p5-Sub-Override V 30 dir 4-128445.0.r300896/7396836 K 16 p5-Sub-Prototype V 27 dir 4-303902.0.r303902/3235 K 17 p5-Sub-Signatures V 30 dir 4-264895.0.r300896/2669303 K 14 p5-Sub-Uplevel V 29 dir 4-74137.0.r300896/3871618 K 19 p5-Sub-WrapPackages V 27 dir 4-179457.0.r305216/8161 K 14 p5-Symbol-Util V 30 dir 4-285964.0.r300896/5407175 K 10 p5-Sys-Cpu V 30 dir 4-217462.0.r300896/4972670 K 11 p5-Sys-Info V 30 dir 4-283274.0.r300896/3036010 K 16 p5-Sys-Info-Base V 30 dir 4-283270.0.r300896/1389395 K 22 p5-Sys-Info-Driver-BSD V 30 dir 4-283272.0.r300896/2056751 K 14 p5-Sys-MemInfo V 30 dir 4-217465.0.r300896/2971057 K 11 p5-Sys-Mmap V 29 dir 4-86446.0.r300896/6475663 K 15 p5-Sys-RunAlone V 29 dir 4-223448.0.r300896/881551 K 16 p5-Sys-RunAlways V 29 dir 4-223449.0.r300896/602119 K 23 p5-Sys-Sendfile-FreeBSD V 30 dir 4-230871.0.r300896/7084363 K 10 p5-Sys-Sig V 30 dir 4-174312.0.r300896/5811511 K 16 p5-Sys-SigAction V 30 dir 4-173350.0.r300896/3821896 K 14 p5-Sys-Syscall V 29 dir 4-174035.0.r300896/730148 K 12 p5-Sys-Trace V 30 dir 4-257543.0.r300896/3540692 K 11 p5-Sys-Virt V 28 dir 4-286529.0.r303725/18283 K 17 p5-System-Command V 30 dir 4-281201.0.r300896/5550877 K 10 p5-System2 V 29 dir 4-48715.0.r300896/4626960 K 22 p5-TAP-Formatter-JUnit V 30 dir 4-232003.0.r300896/4600414 K 20 p5-TAP-Harness-JUnit V 27 dir 4-231977.0.r302989/1093 K 16 p5-Taint-Runtime V 30 dir 4-167647.0.r300896/7003958 K 13 p5-Taint-Util V 30 dir 4-278084.0.r300896/1682932 K 14 p5-Task-Weaken V 30 dir 4-189342.0.r300896/7259230 K 6 p5-Tee V 30 dir 4-268618.0.r300896/7122891 K 27 p5-Template-Provider-Encode V 30 dir 4-225442.0.r300896/6736869 K 17 p5-Term-ANSIColor V 26 dir 4-24054.0.r303856/1332 K 18 p5-Term-ANSIScreen V 29 dir 4-84340.0.r300896/8818211 K 17 p5-Term-Animation V 30 dir 4-142886.0.r300896/1587373 K 18 p5-Term-CallEditor V 30 dir 4-161393.0.r300896/4252089 K 16 p5-Term-Encoding V 30 dir 4-167730.0.r300896/6458300 K 13 p5-Term-Menus V 27 dir 4-169335.0.r305152/1151 K 19 p5-Term-ProgressBar V 29 dir 4-52410.0.r300896/7347422 K 14 p5-Term-Prompt V 29 dir 4-42001.0.r300896/4784175 K 13 p5-Term-Query V 29 dir 2-11103.0.r300896/1189806 K 16 p5-Term-RawInput V 30 dir 4-268721.0.r300896/5834043 K 15 p5-Term-ReadKey V 28 dir 2-7087.0.r300896/6704589 K 21 p5-Term-ReadLine-Zoid V 30 dir 4-118954.0.r300896/5536211 K 20 p5-Term-ReadPassword V 30 dir 4-141322.0.r300896/2737804 K 14 p5-Term-Screen V 29 dir 4-37212.0.r300896/8002439 K 13 p5-Term-Shell V 30 dir 4-113142.0.r300896/5310438 K 12 p5-Term-Size V 29 dir 4-36113.0.r300896/4809750 K 10 p5-Term-Sk V 30 dir 4-278153.0.r300896/8844471 K 13 p5-Term-Title V 30 dir 4-269835.0.r300896/6586607 K 10 p5-Term-UI V 30 dir 4-164106.0.r300896/8876704 K 13 p5-Term-VT102 V 30 dir 4-174066.0.r300896/8723885 K 23 p5-Term-VT102-Boundless V 30 dir 4-291989.0.r300896/3682940 K 14 p5-Term-Visual V 30 dir 4-188021.0.r300896/7118203 K 17 p5-Test-Aggregate V 30 dir 4-289422.0.r300896/6219192 K 18 p5-Test-Assertions V 30 dir 4-192030.0.r300896/6114579 K 12 p5-Test-Base V 30 dir 4-152186.0.r300896/5842051 K 17 p5-Test-Benchmark V 30 dir 4-167812.0.r300896/6921399 K 18 p5-Test-BinaryData V 30 dir 4-287414.0.r300896/6520871 K 13 p5-Test-Block V 30 dir 4-211363.0.r300896/3268753 K 22 p5-Test-CPAN-Meta-YAML V 27 dir 4-297919.0.r302498/1318 K 17 p5-Test-CheckDeps V 30 dir 4-300583.0.r300896/1458421 K 21 p5-Test-CheckManifest V 27 dir 4-300086.0.r301202/1314 K 13 p5-Test-Class V 29 dir 4-74817.0.r300896/2974691 K 18 p5-Test-Class-Most V 26 dir 4-294539.0.r303747/842 K 16 p5-Test-ClassAPI V 30 dir 4-132206.0.r300896/8109690 K 14 p5-Test-Classy V 30 dir 4-292608.0.r300896/8130056 K 11 p5-Test-Cmd V 30 dir 4-108036.0.r300896/7657642 K 15 p5-Test-Command V 30 dir 4-290834.0.r300896/7598106 K 22 p5-Test-Command-Simple V 30 dir 4-270775.0.r300896/6856261 K 15 p5-Test-Compile V 27 dir 4-230133.0.r303853/1907 K 18 p5-Test-DBIx-Class V 30 dir 4-289537.0.r300896/1214219 K 12 p5-Test-Data V 27 dir 4-157533.0.r303380/1063 K 16 p5-Test-Debugger V 30 dir 4-207407.0.r300896/5237036 K 15 p5-Test-Declare V 29 dir 4-230299.0.r300896/499633 K 12 p5-Test-Deep V 30 dir 4-120481.0.r300896/7956083 K 20 p5-Test-Dependencies V 30 dir 4-167704.0.r300896/1244463 K 24 p5-Test-DependentModules V 30 dir 4-295698.0.r300896/7890366 K 19 p5-Test-Differences V 28 dir 4-74636.0.r300896/782813 K 20 p5-Test-Distribution V 30 dir 4-207552.0.r300896/5615678 K 11 p5-Test-EOL V 27 dir 4-270285.0.r304064/1663 K 17 p5-Test-Exception V 29 dir 4-74139.0.r300896/2878106 K 28 p5-Test-Exception-LessClever V 30 dir 4-282929.0.r300896/1006600 K 14 p5-Test-Expect V 30 dir 4-163184.0.r300896/4760186 K 13 p5-Test-Fatal V 30 dir 4-264602.0.r300896/7253624 K 12 p5-Test-File V 30 dir 4-131715.0.r300896/2236286 K 21 p5-Test-File-Contents V 30 dir 4-154827.0.r300896/3240564 K 21 p5-Test-File-ShareDir V 27 dir 4-303567.0.r303567/3480 K 27 p5-Test-Fixture-DBIC-Schema V 30 dir 4-221966.0.r300896/5078904 K 13 p5-Test-Group V 30 dir 4-189650.0.r300896/5206164 K 17 p5-Test-HTML-Tidy V 30 dir 4-172959.0.r300896/1774971 K 15 p5-Test-Harness V 29 dir 4-46245.0.r300896/3117526 K 22 p5-Test-Harness-Straps V 30 dir 4-287331.0.r300896/7417137 K 18 p5-Test-HasVersion V 30 dir 4-167981.0.r300896/3864650 K 17 p5-Test-HexString V 30 dir 4-249929.0.r300896/7167005 K 16 p5-Test-Identity V 30 dir 4-286539.0.r300896/6688632 K 17 p5-Test-InDistDir V 30 dir 4-283004.0.r300896/4404744 K 14 p5-Test-Inline V 29 dir 4-66193.0.r300896/8585693 K 13 p5-Test-Inter V 30 dir 4-264092.0.r300896/1635468 K 12 p5-Test-JSON V 27 dir 4-190962.0.r303493/1318 K 16 p5-Test-Kwalitee V 30 dir 4-207371.0.r300896/5913283 K 12 p5-Test-Lazy V 30 dir 4-292143.0.r300896/4964434 K 17 p5-Test-LeakTrace V 30 dir 4-279408.0.r300896/1317263 K 18 p5-Test-LectroTest V 30 dir 4-122606.0.r300896/8073408 K 22 p5-Test-LoadAllModules V 30 dir 4-229140.0.r300896/8984698 K 16 p5-Test-Log4perl V 30 dir 4-198342.0.r300896/5657448 K 18 p5-Test-LongString V 30 dir 4-128788.0.r300896/2834404 K 16 p5-Test-Manifest V 29 dir 4-88288.0.r300896/2862705 K 18 p5-Test-ManyParams V 30 dir 4-291400.0.r300896/1551807 K 20 p5-Test-Memory-Cycle V 30 dir 4-218668.0.r300896/2605079 K 12 p5-Test-Mini V 30 dir 4-268431.0.r300896/8366744 K 17 p5-Test-Mini-Unit V 29 dir 4-268434.0.r300896/947796 K 18 p5-Test-Mock-Guard V 27 dir 4-302945.0.r302945/3064 K 16 p5-Test-Mock-LWP V 30 dir 4-230049.0.r300896/8481166 K 25 p5-Test-Mock-LWP-Dispatch V 30 dir 4-295704.0.r300896/4868305 K 18 p5-Test-MockModule V 30 dir 4-125273.0.r300896/8681889 K 18 p5-Test-MockObject V 25 dir 4-84969.0.r301305/887 K 18 p5-Test-MockRandom V 30 dir 4-168751.0.r300896/2255293 K 16 p5-Test-MockTime V 30 dir 4-170688.0.r300896/8797806 K 19 p5-Test-Module-Used V 30 dir 4-247870.0.r300896/3009140 K 18 p5-Test-Moose-More V 27 dir 4-304364.0.r304364/3687 K 17 p5-Test-More-UTF8 V 29 dir 4-249564.0.r301441/139096 K 12 p5-Test-Most V 27 dir 4-228701.0.r304213/1062 K 20 p5-Test-Net-RabbitMQ V 27 dir 4-260978.0.r301288/1307 K 14 p5-Test-NoTabs V 30 dir 4-269261.0.r300896/6189515 K 18 p5-Test-NoWarnings V 30 dir 4-120450.0.r300896/7967070 K 20 p5-Test-Number-Delta V 30 dir 4-168749.0.r300896/3693280 K 14 p5-Test-Object V 29 dir 4-172313.0.r300896/725703 K 14 p5-Test-Output V 30 dir 4-168227.0.r300896/8871219 K 22 p5-Test-POE-Client-TCP V 30 dir 4-230938.0.r300896/8474941 K 22 p5-Test-POE-Server-TCP V 30 dir 4-228950.0.r300896/8799694 K 14 p5-Test-Parser V 30 dir 4-170320.0.r300896/4721112 K 11 p5-Test-Pod V 29 dir 4-84059.0.r300896/5384251 K 20 p5-Test-Pod-Coverage V 30 dir 4-121997.0.r300896/7687559 K 31 p5-Test-Pod-Coverage-Permissive V 30 dir 4-249542.0.r300896/8045809 K 25 p5-Test-Portability-Files V 30 dir 4-206927.0.r300896/4939320 K 21 p5-Test-RandomResults V 30 dir 4-156272.0.r300896/4602320 K 16 p5-Test-Refcount V 30 dir 4-286540.0.r300896/8822019 K 16 p5-Test-Reporter V 29 dir 4-96428.0.r300896/7771728 K 35 p5-Test-Reporter-Transport-Metabase V 30 dir 4-269846.0.r300896/1652711 K 16 p5-Test-Requires V 30 dir 4-241020.0.r300896/8794066 K 14 p5-Test-Script V 30 dir 4-186841.0.r300896/5215839 K 18 p5-Test-Script-Run V 30 dir 4-266280.0.r300896/1808980 K 18 p5-Test-SharedFork V 30 dir 4-231168.0.r300896/1338357 K 17 p5-Test-Signature V 30 dir 4-292828.0.r300896/1108441 K 14 p5-Test-Simple V 29 dir 4-46130.0.r300896/1525007 K 17 p5-Test-Singleton V 30 dir 4-168032.0.r300896/8687785 K 12 p5-Test-Spec V 30 dir 4-281554.0.r300896/1641158 K 16 p5-Test-Spelling V 30 dir 4-211757.0.r300896/3691380 K 14 p5-Test-Strict V 30 dir 4-152211.0.r300896/4914651 K 16 p5-Test-SubCalls V 30 dir 4-145251.0.r300896/7341818 K 16 p5-Test-Synopsis V 29 dir 4-249141.0.r300896/887855 K 16 p5-Test-Sys-Info V 30 dir 4-283271.0.r300896/1231682 K 22 p5-Test-TAP-HTMLMatrix V 30 dir 4-195180.0.r300896/4166271 K 17 p5-Test-TAP-Model V 30 dir 4-195177.0.r300896/6945770 K 11 p5-Test-TCP V 27 dir 4-230020.0.r303148/1884 K 19 p5-Test-TableDriven V 30 dir 4-275380.0.r300896/3067213 K 13 p5-Test-Taint V 30 dir 4-252752.0.r300896/1329475 K 15 p5-Test-TempDir V 30 dir 4-220041.0.r300896/6397576 K 14 p5-Test-Tester V 30 dir 4-118935.0.r300896/1810846 K 13 p5-Test-Timer V 30 dir 4-283066.0.r300896/6414958 K 18 p5-Test-TinyMocker V 30 dir 4-285740.0.r300896/5012639 K 12 p5-Test-Trap V 30 dir 4-281553.0.r300896/7096752 K 12 p5-Test-Unit V 29 dir 4-67149.0.r300896/6147159 K 21 p5-Test-UseAllModules V 27 dir 4-203286.0.r303251/1309 K 19 p5-Test-WWW-Declare V 30 dir 4-235780.0.r300896/1941420 K 21 p5-Test-WWW-Mechanize V 29 dir 4-128793.0.r300896/540229 K 25 p5-Test-WWW-Mechanize-CGI V 30 dir 4-223368.0.r300896/8520115 K 28 p5-Test-WWW-Mechanize-CGIApp V 27 dir 4-223151.0.r305216/9009 K 30 p5-Test-WWW-Mechanize-Catalyst V 30 dir 4-148654.0.r300896/4640017 K 26 p5-Test-WWW-Mechanize-PSGI V 30 dir 4-252128.0.r300896/6603171 K 20 p5-Test-WWW-Selenium V 30 dir 4-235781.0.r300896/6446250 K 12 p5-Test-Warn V 30 dir 4-137839.0.r300896/6858115 K 14 p5-Test-Weaken V 27 dir 4-282968.0.r301065/1073 K 22 p5-Test-Without-Module V 30 dir 4-287333.0.r300896/8154442 K 11 p5-Test-XML V 30 dir 4-147229.0.r300896/4657703 K 17 p5-Test-XML-Valid V 30 dir 4-189638.0.r300896/6226225 K 17 p5-Test-YAML-Meta V 27 dir 4-207399.0.r304922/1104 K 18 p5-Test-YAML-Valid V 30 dir 4-189640.0.r300896/5523126 K 14 p5-Test-use-ok V 30 dir 4-158207.0.r300896/8711387 K 12 p5-Test-utf8 V 30 dir 4-300512.0.r300896/7526948 K 19 p5-Text-Levenshtein V 30 dir 4-283569.0.r300896/3140163 K 21 p5-Text-LevenshteinXS V 30 dir 4-139354.0.r300896/1544321 K 15 p5-Text-Outdent V 30 dir 4-268433.0.r300896/3136428 K 20 p5-Text-vFile-asData V 30 dir 4-134034.0.r300896/8941840 K 14 p5-TheSchwartz V 27 dir 4-205608.0.r303403/1602 K 21 p5-TheSchwartz-Simple V 30 dir 4-268004.0.r300896/5122969 K 31 p5-TheSchwartz-Worker-SendEmail V 30 dir 4-267803.0.r300896/5312364 K 19 p5-Thread-Apartment V 30 dir 4-174072.0.r300896/5778370 K 16 p5-Thread-Cancel V 27 dir 4-225869.0.r305162/1010 K 21 p5-Thread-Pool-Simple V 29 dir 4-196850.0.r301441/139832 K 15 p5-Thread-Queue V 27 dir 4-236380.0.r303854/1455 K 22 p5-Thread-Queue-Duplex V 30 dir 4-174023.0.r300896/1882299 K 17 p5-Thread-Suspend V 27 dir 4-225870.0.r305162/1716 K 9 p5-Thrift V 30 dir 4-200144.0.r300896/2984882 K 12 p5-Thrift-XS V 30 dir 4-287579.0.r300896/6316050 K 12 p5-Throwable V 30 dir 4-249906.0.r300896/1265363 K 17 p5-Tie-Array-Pack V 30 dir 4-180781.0.r300896/3992085 K 19 p5-Tie-Array-Sorted V 30 dir 4-114881.0.r300896/6591790 K 13 p5-Tie-CPHash V 30 dir 4-175618.0.r300896/4285633 K 12 p5-Tie-Cache V 29 dir 4-40992.0.r300896/5368876 K 24 p5-Tie-DB_File-SplitHash V 29 dir 4-92022.0.r300896/7523255 K 18 p5-Tie-DB_FileLock V 29 dir 4-32674.0.r300896/5400541 K 11 p5-Tie-File V 28 dir 4-83203.0.r300896/535452 K 18 p5-Tie-File-AsHash V 30 dir 4-203732.0.r300896/7111594 K 19 p5-Tie-FileLRUCache V 29 dir 4-92025.0.r300896/1692368 K 15 p5-Tie-Function V 30 dir 4-279410.0.r300896/3436129 K 19 p5-Tie-Hash-Indexed V 29 dir 4-163472.0.r300896/764645 K 22 p5-Tie-Hash-MultiValue V 30 dir 4-260954.0.r300896/1199696 K 17 p5-Tie-Hash-Regex V 30 dir 4-181206.0.r300896/7724845 K 18 p5-Tie-Hash-Sorted V 29 dir 4-147450.0.r300896/566637 K 18 p5-Tie-Hash-TwoWay V 30 dir 4-148339.0.r300896/3665642 K 13 p5-Tie-IxHash V 29 dir 4-36729.0.r300896/6473833 K 13 p5-Tie-LLHash V 30 dir 4-273429.0.r300896/7446808 K 14 p5-Tie-RefHash V 28 dir 4-194334.0.r305166/12037 K 19 p5-Tie-RefHash-Weak V 30 dir 4-219462.0.r300896/8059077 K 17 p5-Tie-RegexpHash V 29 dir 4-253455.0.r300896/757599 K 14 p5-Tie-Restore V 30 dir 4-159929.0.r300896/7821937 K 16 p5-Tie-ShareLite V 30 dir 4-151726.0.r300896/8619231 K 13 p5-Tie-Simple V 30 dir 4-169338.0.r300896/2034101 K 15 p5-Tie-ToObject V 30 dir 4-207403.0.r300896/4951042 K 11 p5-Tie-Util V 30 dir 4-251700.0.r300896/2612504 K 11 p5-Tie-iCal V 30 dir 4-137754.0.r300896/4250219 K 13 p5-Time-Clock V 30 dir 4-166689.0.r300896/7591833 K 16 p5-Time-Duration V 29 dir 4-71472.0.r300896/8380643 K 22 p5-Time-Duration-Parse V 30 dir 4-168192.0.r300896/4207194 K 14 p5-Time-Format V 29 dir 4-244425.0.r301858/127471 K 13 p5-Time-HiRes V 29 dir 2-19838.0.r300896/6014826 K 16 p5-Time-Interval V 30 dir 4-185228.0.r300896/3807768 K 13 p5-Time-Local V 29 dir 4-84005.0.r300896/2792559 K 14 p5-Time-Object V 29 dir 4-52941.0.r300896/2106184 K 11 p5-Time-Out V 30 dir 4-264766.0.r300896/8622487 K 14 p5-Time-Period V 29 dir 4-34506.0.r300896/4155819 K 13 p5-Time-Piece V 29 dir 4-61265.0.r300896/2914466 K 19 p5-Time-Piece-Range V 30 dir 4-155344.0.r300896/2630852 K 16 p5-Time-Progress V 30 dir 4-156460.0.r300896/5232724 K 17 p5-Time-Stopwatch V 29 dir 4-177523.0.r300896/547882 K 12 p5-Time-Warp V 30 dir 4-232903.0.r300896/8307158 K 15 p5-Time-modules V 29 dir 4-71492.0.r300896/6221036 K 11 p5-TimeDate V 28 dir 2-7748.0.r300896/2486763 K 10 p5-ToolSet V 30 dir 4-233253.0.r300896/1439876 K 13 p5-TraceFuncs V 28 dir 2-7088.0.r300896/6732467 K 14 p5-Tree-Binary V 30 dir 4-118937.0.r300896/6399445 K 25 p5-Tree-Binary-Dictionary V 30 dir 4-163301.0.r300896/5373278 K 16 p5-Tree-DAG_Node V 29 dir 4-54386.0.r300896/1072121 K 12 p5-Tree-Node V 30 dir 4-140573.0.r300896/8386660 K 14 p5-Tree-Parser V 30 dir 4-115272.0.r300896/2443797 K 9 p5-Tree-R V 30 dir 4-270718.0.r300896/1829414 K 16 p5-Tree-RedBlack V 30 dir 4-282053.0.r300896/8247168 K 14 p5-Tree-Simple V 30 dir 4-113136.0.r300896/7811105 K 19 p5-Tree-Simple-View V 30 dir 4-115263.0.r300896/5459183 K 29 p5-Tree-Simple-VisitorFactory V 30 dir 4-116755.0.r300896/2353797 K 9 p5-UDCode V 30 dir 4-248984.0.r300896/5719045 K 12 p5-UI-Dialog V 26 dir 4-168180.0.r304680/814 K 16 p5-UNIVERSAL-can V 27 dir 4-148506.0.r301750/1660 K 16 p5-UNIVERSAL-isa V 27 dir 4-148509.0.r301751/1420 K 20 p5-UNIVERSAL-moniker V 29 dir 4-88333.0.r300896/3802996 K 20 p5-UNIVERSAL-require V 30 dir 4-146365.0.r300896/8283823 K 18 p5-UNIVERSAL-which V 30 dir 4-162785.0.r300896/1001796 K 7 p5-UUID V 30 dir 4-277491.0.r300896/7935169 K 12 p5-UUID-Tiny V 28 dir 4-241685.0.r302967/46042 K 7 p5-Uniq V 30 dir 4-262521.0.r300896/3274740 K 16 p5-Unix-Statgrab V 30 dir 4-112024.0.r300896/2894334 K 14 p5-Unix-Uptime V 27 dir 4-226425.0.r303658/1905 K 16 p5-User-Identity V 30 dir 4-140031.0.r300896/4796837 K 15 p5-VCP-Dest-svk V 30 dir 4-117085.0.r300896/2864578 K 19 p5-VCP-Source-cvsbk V 29 dir 4-117912.0.r300896/741626 K 15 p5-VCP-autrijus V 30 dir 4-120128.0.r300896/3297578 K 6 p5-VCS V 29 dir 4-60971.0.r300896/8202600 K 10 p5-VCS-CVS V 28 dir 4-43798.0.r300896/869642 K 11 p5-VCS-Lite V 30 dir 4-181234.0.r300896/6140943 K 19 p5-Validation-Class V 27 dir 4-278396.0.r302993/1420 K 17 p5-Variable-Magic V 27 dir 4-219459.0.r302871/1297 K 7 p5-Want V 29 dir 4-86386.0.r300896/3801125 K 10 p5-WeakRef V 30 dir 4-165513.0.r300896/7954239 K 11 p5-Workflow V 27 dir 4-165453.0.r303516/1282 K 21 p5-XML-Compile-Tester V 27 dir 4-225706.0.r302711/1373 K 13 p5-XML-Pastor V 30 dir 4-240429.0.r300896/1048119 K 18 p5-XS-Object-Magic V 30 dir 4-285082.0.r300896/3001677 K 11 p5-XSLoader V 27 dir 4-145723.0.r303697/1057 K 17 p5-YAML-AppConfig V 30 dir 4-280506.0.r300896/7328484 K 17 p5-Yada-Yada-Yada V 30 dir 4-162981.0.r300896/2933135 K 12 p5-ZConf-GUI V 27 dir 4-235916.0.r301841/1404 K 6 p5-ZML V 30 dir 4-213982.0.r300896/4518553 K 12 p5-accessors V 30 dir 4-142984.0.r300896/2372010 K 10 p5-aliased V 30 dir 4-169414.0.r300896/3763161 K 6 p5-asa V 30 dir 4-252759.0.r300896/5304229 K 10 p5-autobox V 27 dir 4-238533.0.r303763/1272 K 15 p5-autobox-Core V 27 dir 4-250596.0.r301361/1072 K 10 p5-autodie V 30 dir 4-241964.0.r300896/6276776 K 7 p5-base V 29 dir 4-88171.0.r300896/6196127 K 10 p5-boolean V 30 dir 4-228804.0.r300896/1060027 K 17 p5-capitalization V 30 dir 4-141244.0.r300896/6230608 K 9 p5-carton V 27 dir 4-283516.0.r301098/1222 K 15 p5-common-sense V 30 dir 4-239446.0.r300896/4370553 K 19 p5-constant-boolean V 29 dir 4-245118.0.r301858/128202 K 15 p5-constant-def V 29 dir 4-238547.0.r300896/570393 K 19 p5-constant-lexical V 30 dir 4-223149.0.r300896/5093307 K 19 p5-cpan-listchanges V 30 dir 4-269859.0.r300896/8189721 K 16 p5-doxygenfilter V 30 dir 4-222203.0.r300896/4499974 K 7 p5-enum V 29 dir 4-83317.0.r300896/5345782 K 9 p5-ex-lib V 30 dir 4-226980.0.r300896/7773577 K 8 p5-forks V 30 dir 4-176672.0.r300896/4535622 K 17 p5-github_creator V 30 dir 4-222879.0.r300896/4479617 K 14 p5-iCal-Parser V 30 dir 4-134084.0.r300896/4368689 K 11 p5-indirect V 30 dir 4-259740.0.r300896/3257032 K 9 p5-latest V 30 dir 4-291306.0.r300896/6555597 K 10 p5-lib-abs V 27 dir 4-238479.0.r304057/1267 K 11 p5-libalarm V 30 dir 4-214206.0.r300896/3323916 K 14 p5-libxml-enno V 30 dir 4-252030.0.r300896/6797785 K 12 p5-local-lib V 30 dir 4-230015.0.r300896/8513843 K 8 p5-mixin V 29 dir 4-85366.0.r300896/3041578 K 9 p5-mocked V 30 dir 4-193998.0.r300896/7823775 K 22 p5-namespace-autoclean V 30 dir 4-233813.0.r300896/1421918 K 18 p5-namespace-clean V 30 dir 4-217349.0.r300896/8024181 K 6 p5-orz V 30 dir 4-164975.0.r300896/4018612 K 9 p5-parent V 30 dir 4-201890.0.r300896/8950680 K 11 p5-perlbrew V 29 dir 4-263716.0.r302528/127890 K 6 p5-pip V 30 dir 4-242031.0.r300896/4922758 K 10 p5-prefork V 30 dir 4-121562.0.r300896/8019060 K 9 p5-reaper V 30 dir 4-176613.0.r300896/4230670 K 11 p5-relative V 30 dir 4-224601.0.r300896/4979650 K 17 p5-rpm-build-perl V 30 dir 4-167701.0.r300896/4261640 K 7 p5-self V 30 dir 4-207432.0.r300896/6898105 K 12 p5-self-init V 30 dir 4-238677.0.r300896/7375361 K 13 p5-strictures V 27 dir 4-269642.0.r303971/1069 K 10 p5-subatom V 30 dir 4-174012.0.r300896/7358900 K 13 p5-subversion V 30 dir 4-104178.0.r300896/8549638 K 10 p5-threads V 30 dir 4-171649.0.r300896/4087419 K 17 p5-threads-shared V 27 dir 4-189164.0.r305162/2426 K 7 p5-true V 30 dir 4-285318.0.r300896/8158192 K 11 p5-uni-perl V 27 dir 4-243447.0.r304059/1835 K 10 p5-version V 26 dir 4-87842.0.r304245/1389 K 3 p65 V 29 dir 4-51643.0.r300896/1404708 K 6 paexec V 26 dir 4-206227.0.r304381/876 K 4 papi V 30 dir 4-193421.0.r300896/6333147 K 4 papp V 34 dir 4-296916.0-301110.r301110/2923 K 7 pas2dox V 30 dir 4-157550.0.r300896/8617357 K 5 patch V 25 dir 2-9387.0.r305306/2983 K 5 pccts V 28 dir 2-7158.0.r300896/6519013 K 3 pcl V 30 dir 4-221557.0.r300896/2983461 K 4 pcre V 26 dir 2-11858.0.r304395/1352 K 6 pcre++ V 29 dir 4-52977.0.r300896/6618366 K 9 pcsc-lite V 26 dir 4-52137.0.r302333/1583 K 8 pdcurses V 29 dir 4-166785.0.r301510/210857 K 12 pdcurses-the V 29 dir e-166785.0.r301510/211577 K 4 pear V 30 dir 4-150743.0.r300896/1785234 K 11 pear-Config V 29 dir 4-88710.0.r300896/4013025 K 18 pear-Console_Color V 30 dir 4-180810.0.r300896/8521593 K 24 pear-Console_CommandLine V 30 dir 4-204275.0.r300896/1149473 K 20 pear-Console_Getargs V 29 dir 4-122162.0.r300896/686514 K 18 pear-Console_Table V 29 dir 4-88216.0.r300896/2163488 K 9 pear-Date V 29 dir 4-74258.0.r300896/4279390 K 18 pear-Date_Holidays V 30 dir 4-166440.0.r300896/7298983 K 26 pear-Date_Holidays_Austria V 30 dir 4-214552.0.r300896/2456887 K 25 pear-Date_Holidays_Brazil V 30 dir 4-214554.0.r300896/6640346 K 26 pear-Date_Holidays_Denmark V 30 dir 4-214556.0.r300896/7767250 K 29 pear-Date_Holidays_Discordian V 30 dir 4-214558.0.r300896/5832162 K 31 pear-Date_Holidays_EnglandWales V 30 dir 4-214560.0.r300896/4475835 K 26 pear-Date_Holidays_Germany V 30 dir 4-214562.0.r300896/5623432 K 26 pear-Date_Holidays_Iceland V 30 dir 4-214564.0.r300896/4854158 K 26 pear-Date_Holidays_Ireland V 30 dir 4-214566.0.r300896/5246154 K 24 pear-Date_Holidays_Italy V 29 dir 4-230221.0.r300896/568532 K 24 pear-Date_Holidays_Japan V 30 dir 4-230222.0.r300896/3661197 K 30 pear-Date_Holidays_Netherlands V 30 dir 4-214568.0.r300896/5583072 K 25 pear-Date_Holidays_Norway V 30 dir 4-214570.0.r300896/7331867 K 28 pear-Date_Holidays_PHPdotNet V 30 dir 4-214572.0.r300896/5715337 K 26 pear-Date_Holidays_Romania V 30 dir 4-214574.0.r300896/3937856 K 27 pear-Date_Holidays_Slovenia V 30 dir 4-214576.0.r300896/4023808 K 25 pear-Date_Holidays_Sweden V 30 dir 4-214578.0.r300896/6791153 K 22 pear-Date_Holidays_UNO V 30 dir 4-214580.0.r300896/6071795 K 22 pear-Date_Holidays_USA V 30 dir 4-214582.0.r300896/6244104 K 26 pear-Date_Holidays_Ukraine V 30 dir 4-214584.0.r300896/2307823 K 21 pear-Event_Dispatcher V 30 dir 4-131454.0.r300896/4257948 K 8 pear-FSM V 30 dir 4-126123.0.r300896/3357272 K 18 pear-File_Iterator V 27 dir 4-277528.0.r302627/1028 K 22 pear-HTML_BBCodeParser V 30 dir 4-110309.0.r300896/7031965 K 13 pear-HTML_CSS V 30 dir 4-135709.0.r300896/7028658 K 16 pear-HTML_Common V 29 dir 4-74260.0.r300896/6271266 K 17 pear-HTML_Common2 V 30 dir 4-180812.0.r300896/3694735 K 14 pear-HTML_Form V 30 dir 6-120416.0.r300896/3466073 K 20 pear-HTML_Javascript V 30 dir 4-122948.0.r300896/5040928 K 15 pear-HTML_Page2 V 30 dir 4-127002.0.r300896/5644014 K 19 pear-HTML_QuickForm V 29 dir 4-105908.0.r301510/212258 K 20 pear-HTML_QuickForm2 V 30 dir c-105908.0.r300896/7978376 K 30 pear-HTML_QuickForm_Controller V 30 dir 4-117925.0.r300896/8010184 K 30 pear-HTML_QuickForm_Livesearch V 29 dir 4-191317.0.r301858/128898 K 38 pear-HTML_QuickForm_Renderer_Tableless V 30 dir 4-264018.0.r300896/1794362 K 32 pear-HTML_QuickForm_SelectFilter V 30 dir 4-124168.0.r300896/2925527 K 34 pear-HTML_QuickForm_advmultiselect V 30 dir 4-148117.0.r300896/4861833 K 16 pear-HTML_Select V 30 dir 4-116066.0.r300896/7673552 K 23 pear-HTML_Select_Common V 29 dir k-74261.0.r300896/4775938 K 15 pear-HTML_Table V 29 dir 4-110709.0.r301510/212937 K 24 pear-HTML_Template_Flexy V 30 dir 4-125925.0.r300896/6719304 K 21 pear-HTML_Template_IT V 29 dir 4-88391.0.r300896/1942876 K 25 pear-HTML_Template_PHPLIB V 29 dir 4-88717.0.r300896/8972721 K 24 pear-HTML_Template_Sigma V 28 dir 4-140560.0.r305203/17936 K 18 pear-HTML_TreeMenu V 30 dir 4-122552.0.r300896/8437464 K 16 pear-Horde_Alarm V 30 dir 4-277284.0.r300896/2128845 K 15 pear-Horde_Argv V 30 dir 4-277301.0.r300896/7805509 K 21 pear-Horde_Autoloader V 29 dir 4-277239.0.r300896/617304 K 27 pear-Horde_Autoloader_Cache V 30 dir 4-292602.0.r300896/7529865 K 16 pear-Horde_Cache V 30 dir 4-277271.0.r300896/6453064 K 14 pear-Horde_Cli V 30 dir 4-277249.0.r300896/1172371 K 21 pear-Horde_Constraint V 30 dir 4-277267.0.r300896/6778473 K 21 pear-Horde_Controller V 30 dir 4-277269.0.r300896/3959717 K 15 pear-Horde_Core V 29 dir 4-277296.0.r301113/128262 K 15 pear-Horde_Data V 30 dir 4-277283.0.r300896/7379695 K 19 pear-Horde_DataTree V 30 dir 4-277313.0.r300896/3681045 K 15 pear-Horde_Date V 29 dir 4-277276.0.r301113/130259 K 22 pear-Horde_Date_Parser V 30 dir 4-277277.0.r300896/5315669 K 20 pear-Horde_Exception V 30 dir 4-277241.0.r300896/5478218 K 18 pear-Horde_History V 30 dir 4-277281.0.r300896/8989472 K 20 pear-Horde_Icalendar V 29 dir 4-277282.0.r301113/129263 K 19 pear-Horde_Injector V 30 dir 4-277244.0.r300896/7282924 K 15 pear-Horde_Itip V 30 dir 4-277318.0.r300896/2416286 K 15 pear-Horde_Lock V 30 dir 4-277246.0.r300896/6443352 K 21 pear-Horde_LoginTasks V 30 dir 4-277248.0.r300896/6710426 K 14 pear-Horde_Nls V 30 dir 4-277274.0.r300896/5184721 K 23 pear-Horde_Notification V 30 dir 4-277257.0.r300896/6531626 K 16 pear-Horde_Prefs V 30 dir 4-277266.0.r300896/4621726 K 14 pear-Horde_Rdo V 29 dir 4-277297.0.r300896/892313 K 15 pear-Horde_Role V 29 dir 4-277236.0.r300896/915241 K 20 pear-Horde_Scheduler V 30 dir 4-283393.0.r300896/3558556 K 20 pear-Horde_Serialize V 30 dir 4-277256.0.r300896/5968510 K 24 pear-Horde_Stream_Filter V 30 dir 4-277238.0.r300896/3148388 K 25 pear-Horde_Stream_Wrapper V 30 dir 4-277240.0.r300896/6378703 K 18 pear-Horde_Support V 30 dir 4-277245.0.r300896/2774905 K 17 pear-Horde_Thrift V 30 dir 4-292603.0.r300896/8578023 K 16 pear-Horde_Token V 30 dir 4-277254.0.r300896/1986103 K 22 pear-Horde_Translation V 30 dir 4-277247.0.r300896/1064788 K 15 pear-Horde_Tree V 30 dir 4-277310.0.r300896/2132425 K 15 pear-Horde_Util V 29 dir 4-277251.0.r301113/131252 K 15 pear-Horde_View V 30 dir 4-277253.0.r300896/7103489 K 9 pear-I18N V 29 dir 4-74262.0.r300896/6961879 K 11 pear-IO_Bit V 30 dir 4-288111.0.r300896/8600463 K 18 pear-Math_Fraction V 29 dir 4-197147.0.r301858/129593 K 16 pear-Net_Gearman V 30 dir 4-206093.0.r300896/5974591 K 8 pear-OLE V 30 dir 4-104174.0.r300896/4812607 K 14 pear-PEAR_Info V 30 dir 4-169229.0.r300896/5945303 K 28 pear-PEAR_PackageFileManager V 30 dir 4-136063.0.r300896/8245289 K 29 pear-PEAR_PackageFileManager2 V 29 dir 4-244948.0.r300896/909554 K 36 pear-PEAR_PackageFileManager_Plugins V 30 dir 4-244949.0.r300896/3410427 K 11 pear-PHPDoc V 30 dir 4-142713.0.r300896/8713511 K 11 pear-PHPTAL V 30 dir 4-270572.0.r300896/8169885 K 12 pear-PHPUnit V 30 dir 4-102367.0.r300896/2729590 K 13 pear-PHPUnit2 V 30 dir 4-119725.0.r300896/8077319 K 13 pear-PHPUnit3 V 26 dir c-119725.0.r304316/889 K 16 pear-PHP_ArrayOf V 30 dir 4-220508.0.r300896/3804458 K 19 pear-PHP_Beautifier V 30 dir 4-126808.0.r300896/8200764 K 20 pear-PHP_CodeSniffer V 30 dir 4-217050.0.r300896/8920243 K 15 pear-PHP_Compat V 30 dir 4-122547.0.r300896/5228988 K 19 pear-PHP_CompatInfo V 30 dir 4-131505.0.r300896/7702090 K 15 pear-PHP_Parser V 30 dir 4-197145.0.r300896/6362247 K 24 pear-PHP_ParserGenerator V 30 dir 4-197143.0.r300896/8219591 K 12 pear-PHP_UML V 30 dir 4-213777.0.r300896/6426240 K 10 pear-Pager V 30 dir 4-121466.0.r300896/3670279 K 18 pear-PhpDocumentor V 28 dir 4-192314.0.r304889/12941 K 25 pear-Structure_LinkedList V 30 dir 4-295966.0.r300896/4121912 K 24 pear-Structures_DataGrid V 30 dir 4-126806.0.r300896/6507244 K 41 pear-Structures_DataGrid_Renderer_Console V 29 dir 4-223269.0.r300896/626447 K 46 pear-Structures_DataGrid_Renderer_HTMLSortForm V 30 dir 4-223266.0.r300896/4545145 K 43 pear-Structures_DataGrid_Renderer_HTMLTable V 30 dir 4-223264.0.r300896/2628940 K 37 pear-Structures_DataGrid_Renderer_XUL V 29 dir 4-223263.0.r300896/965900 K 19 pear-System_Command V 30 dir 4-127507.0.r300896/1197796 K 21 pear-Testing_Selenium V 30 dir 4-203808.0.r300896/3399419 K 14 pear-Text_Diff V 30 dir 4-129278.0.r300896/5887399 K 8 pear-VFS V 30 dir 4-106134.0.r300896/3951403 K 13 pear-Validate V 30 dir 4-117376.0.r300896/2237724 K 16 pear-Validate_AU V 30 dir 4-207106.0.r300896/5598149 K 21 pear-Validate_Finance V 30 dir 4-177238.0.r300896/6124738 K 32 pear-Validate_Finance_CreditCard V 30 dir 4-177240.0.r300896/2805823 K 16 pear-Validate_US V 30 dir 4-262790.0.r300896/6259928 K 13 pear-Var_Dump V 30 dir 4-122550.0.r300896/3998324 K 23 pear-VersionControl_Git V 30 dir 4-249563.0.r300896/6965893 K 23 pear-VersionControl_SVN V 30 dir 4-203292.0.r300896/2786291 K 13 pear-XML_NITF V 30 dir 4-131666.0.r300896/4001614 K 15 pear-XML_Parser V 28 dir 4-88708.0.r300896/611187 K 12 pear-XML_RSS V 29 dir 4-88726.0.r300896/7277828 K 12 pear-XML_SVG V 30 dir 4-106149.0.r300896/8498937 K 19 pear-XML_Serializer V 29 dir 4-88724.0.r300896/1557875 K 20 pear-XML_Transformer V 30 dir 4-122878.0.r300896/1966039 K 13 pear-XML_Tree V 29 dir 4-88719.0.r300896/2675873 K 13 pear-XML_Util V 29 dir 4-88706.0.r300896/8452143 K 18 pear-channel-horde V 30 dir 4-277234.0.r300896/4769182 K 21 pear-channel-openpear V 30 dir 4-288110.0.r300896/2464499 K 20 pear-channel-phpunit V 27 dir 4-277519.0.r302627/1698 K 20 pear-channel-symfony V 27 dir 4-277524.0.r302627/2371 K 12 pear-codegen V 28 dir 4-212021.0.r301561/20903 K 12 pecl-automap V 29 dir 4-205928.0.r300896/635552 K 11 pecl-bbcode V 30 dir 4-198203.0.r300896/8133356 K 14 pecl-bcompiler V 30 dir 4-176732.0.r300896/3574753 K 8 pecl-dio V 30 dir 4-266907.0.r300896/3538844 K 11 pecl-expect V 30 dir 4-170856.0.r300896/2546557 K 12 pecl-gearman V 30 dir 4-239566.0.r300896/6575970 K 10 pecl-hidef V 30 dir 4-186573.0.r300896/3487381 K 14 pecl-htscanner V 30 dir 4-186648.0.r300896/2650144 K 12 pecl-inclued V 30 dir 4-202148.0.r300896/2365786 K 9 pecl-intl V 30 dir 4-215889.0.r300896/6222462 K 13 pecl-libevent V 28 dir 4-264560.0.r303636/45456 K 9 pecl-mcve V 30 dir 4-213157.0.r300896/6995310 K 12 pecl-ncurses V 30 dir 4-253553.0.r300896/5527070 K 9 pecl-newt V 28 dir 4-235033.0.r305298/77250 K 13 pecl-operator V 30 dir 4-154907.0.r300896/4384361 K 11 pecl-params V 30 dir 4-203339.0.r300896/8053526 K 11 pecl-runkit V 29 dir 4-142972.0.r301510/213657 K 11 pecl-scream V 30 dir 4-290550.0.r300896/6577402 K 10 pecl-shape V 29 dir 4-203337.0.r300896/844340 K 14 pecl-spl_types V 30 dir 4-205936.0.r300896/2130979 K 11 pecl-spread V 30 dir 4-215204.0.r300896/6121435 K 13 pecl-statgrab V 30 dir 4-132839.0.r300896/1456553 K 8 pecl-svn V 30 dir 4-153064.0.r300896/3928945 K 19 pecl-uploadprogress V 30 dir 4-187016.0.r300896/2326575 K 9 pecl-uuid V 30 dir 4-248721.0.r300896/2146674 K 8 pecl-vld V 30 dir 4-186646.0.r300896/7033394 K 11 pecl-xhprof V 30 dir 4-260893.0.r300896/8125649 K 4 pep8 V 30 dir 4-263720.0.r300896/2280352 K 11 performance V 30 dir 4-175693.0.r300896/1156658 K 11 perlconsole V 30 dir 4-201261.0.r300896/3022991 K 8 perltidy V 26 dir 4-39031.0.r302712/1053 K 8 pharmacy V 29 dir 2-22149.0.r300896/4283789 K 15 php-java-bridge V 30 dir 4-215507.0.r300896/7540273 K 10 php-libawl V 27 dir 4-227811.0.r301434/2343 K 10 php-xdebug V 25 dir 4-83162.0.r303782/669 K 10 php5-blitz V 30 dir 4-280487.0.r300896/3065347 K 16 php5-blitz-devel V 30 dir 4-284391.0.r300896/8368183 K 8 php5-dav V 30 dir 4-286444.0.r300896/3984634 K 10 php5-geshi V 30 dir 4-230779.0.r300896/6589904 K 12 php5-gettext V 30 dir 4-114118.0.r300896/7200651 K 8 php5-ice V 30 dir 4-203003.0.r300896/1203123 K 9 php5-json V 30 dir 4-224095.0.r300896/4864369 K 12 php5-msgpack V 30 dir 4-288722.0.r300896/7652500 K 10 php5-pcntl V 30 dir 4-114124.0.r300896/2292775 K 10 php5-phing V 30 dir 4-159202.0.r300896/4332525 K 10 php5-pinba V 30 dir 4-247358.0.r300896/4352747 K 13 php5-readline V 30 dir 4-114127.0.r300896/4491690 K 10 php5-shmop V 30 dir 4-114129.0.r300896/2912620 K 12 php5-sysvmsg V 29 dir 4-114131.0.r300896/581952 K 12 php5-sysvsem V 30 dir 4-114133.0.r300896/6915783 K 12 php5-sysvshm V 30 dir 4-114136.0.r300896/7011995 K 11 php5-thrift V 30 dir 4-262570.0.r300896/8909296 K 14 php5-tokenizer V 30 dir 8-114136.0.r300896/5940507 K 13 php52-gettext V 30 dir 6-253100.0.r300896/7714839 K 10 php52-json V 30 dir k-253101.0.r300896/5700287 K 13 php52-ncurses V 30 dir 4-253106.0.r300896/3627570 K 11 php52-pcntl V 30 dir e-253108.0.r300896/3689529 K 10 php52-pcre V 30 dir a-253097.0.r300896/7426576 K 14 php52-readline V 30 dir 4-253123.0.r300896/3426462 K 11 php52-shmop V 30 dir f-253124.0.r300896/4333145 K 9 php52-spl V 30 dir 6-253125.0.r300896/6883817 K 13 php52-sysvmsg V 30 dir 4-253128.0.r300896/1031358 K 13 php52-sysvsem V 30 dir 4-253129.0.r300896/7403093 K 13 php52-sysvshm V 30 dir 8-253129.0.r300896/7552744 K 15 php52-tokenizer V 30 dir 4-253127.0.r300896/5510105 K 13 php53-gettext V 31 dir 3w-296760.0.r300896/3666955 K 10 php53-json V 31 dir 40-296760.0.r300896/8003065 K 11 php53-pcntl V 31 dir 44-296760.0.r300896/2798812 K 14 php53-readline V 31 dir 48-296760.0.r300896/8065973 K 11 php53-shmop V 31 dir 4g-296760.0.r300896/3448254 K 13 php53-sysvmsg V 31 dir 4k-296760.0.r300896/5644644 K 13 php53-sysvsem V 31 dir 4o-296760.0.r300896/3387372 K 13 php53-sysvshm V 31 dir 4s-296760.0.r300896/3445744 K 15 php53-tokenizer V 31 dir 4w-296760.0.r300896/2545124 K 5 phpbt V 30 dir 4-122706.0.r300896/2924024 K 5 phpsh V 30 dir 4-280287.0.r300896/3474271 K 7 phptags V 30 dir 4-108572.0.r300896/5976026 K 6 physfs V 29 dir 4-85630.0.r300896/3464627 K 12 physfs-devel V 29 dir e-85630.0.r300896/5186567 K 6 picasm V 29 dir 4-69757.0.r300896/2763841 K 4 picp V 29 dir 4-80719.0.r300896/6434339 K 7 picprog V 29 dir 2-22823.0.r300896/6489168 K 6 pikdev V 30 dir 4-169324.0.r300896/6599412 K 6 piklab V 27 dir 4-204920.0.r302052/2244 K 12 pinba_engine V 30 dir 4-247357.0.r300896/8149203 K 10 pipestatus V 26 dir 4-206219.0.r303581/522 K 4 pire V 30 dir 4-264418.0.r300896/6923213 K 3 pit V 30 dir 4-271703.0.r300896/3222188 K 7 pkgconf V 27 dir 2i-301539.0.r305318/652 K 9 plan9port V 27 dir 4-152408.0.r303145/1198 K 3 pmd V 30 dir 4-167562.0.r300896/3368116 K 3 pmk V 29 dir 4-91076.0.r300896/3376918 K 4 poco V 30 dir 4-178291.0.r300896/4659513 K 8 poco-ssl V 30 dir 4-183661.0.r300896/6307546 K 4 popt V 29 dir 2-24287.0.r300896/5160218 K 11 portlet-api V 27 dir 4-144166.0.r304608/6947 K 6 poslib V 29 dir 4-88025.0.r300896/4525805 K 22 powerpc-rtems-binutils V 30 dir 89-30430.0.r300896/5992622 K 17 powerpc-rtems-gcc V 30 dir 8l-30430.0.r300896/8606653 K 17 powerpc-rtems-gdb V 30 dir 8t-30430.0.r300896/8633501 K 3 ppl V 29 dir 4-61820.0.r300896/3437927 K 7 premake V 30 dir 4-105490.0.r300896/2394620 K 8 premake4 V 30 dir 4-289229.0.r300896/3663761 K 9 preps-gui V 30 dir 4-113933.0.r300896/4698294 K 10 prepstools V 29 dir k-105038.0.r300896/873928 K 7 present V 30 dir 4-147307.0.r300896/1210496 K 8 prettygo V 30 dir 4-285686.0.r300896/8695880 K 7 privman V 29 dir 4-82988.0.r300896/3207465 K 13 projectcenter V 33 dir 4-33008.0-302147.r302147/1893 K 14 projectmanager V 30 dir 4-175686.0.r300896/2069782 K 8 protobuf V 30 dir 4-216585.0.r300896/6673244 K 10 protobuf-c V 30 dir 4-274842.0.r300896/1889834 K 9 prototype V 29 dir 4-63926.0.r300896/3321357 K 12 psptoolchain V 30 dir 4-240002.0.r300896/4315103 K 21 psptoolchain-binutils V 30 dir a-240002.0.r300896/3799313 K 23 psptoolchain-gcc-stage1 V 31 dir 26-240002.0.r300896/4179212 K 23 psptoolchain-gcc-stage2 V 31 dir 32-240002.0.r300896/4180290 K 16 psptoolchain-gdb V 31 dir 38-240002.0.r300896/2850935 K 19 psptoolchain-newlib V 31 dir 48-240002.0.r300896/2705393 K 26 psptoolchain-pspsdk-stage1 V 31 dir 6u-240002.0.r300896/6743342 K 26 psptoolchain-pspsdk-stage2 V 31 dir 78-240002.0.r300896/6746284 K 8 pstreams V 30 dir 4-183198.0.r300896/3883286 K 4 psvn V 29 dir 4-110069.0.r303664/135070 K 3 pth V 29 dir 2-18941.0.r300896/3573322 K 8 pth-hard V 30 dir 4-185009.0.r300896/3907903 K 6 pthsem V 30 dir 4-203953.0.r300896/8773050 K 5 ptlib V 30 dir 4-228789.0.r300896/4081143 K 7 ptlib26 V 27 dir w-228789.0.r303620/1773 K 8 ptmalloc V 30 dir 2-123979.0.r300896/5420266 K 9 ptmalloc2 V 30 dir h-123979.0.r300896/8485943 K 3 pty V 30 dir 4-199035.0.r300896/3625524 K 6 ptypes V 29 dir 4-64424.0.r300896/1686767 K 6 publib V 29 dir 4-77396.0.r300896/4701664 K 8 pure-ffi V 30 dir 4-276502.0.r300896/6278197 K 8 pure-gen V 30 dir 4-272551.0.r300896/7384074 K 13 pure-readline V 30 dir 4-289858.0.r300896/4111359 K 12 pure-stldict V 30 dir c-289858.0.r300896/8660986 K 11 pure-stlvec V 30 dir q-289858.0.r300896/6005996 K 6 pushmi V 29 dir 4-182052.0.r302724/102334 K 5 pwlib V 25 dir 4-87860.0.r303633/784 K 14 py-Acquisition V 30 dir 4-285535.0.r300896/5226129 K 9 py-AddOns V 30 dir 4-236852.0.r300896/5969954 K 8 py-Breve V 30 dir 4-185294.0.r300896/4630709 K 20 py-BytecodeAssembler V 30 dir 4-236850.0.r300896/1850282 K 11 py-DateTime V 27 dir 4-283275.0.r302472/1805 K 19 py-DocumentTemplate V 30 dir 4-285759.0.r300896/5107010 K 16 py-EnthoughtBase V 30 dir 4-224223.0.r300896/4401053 K 17 py-ExtensionClass V 30 dir 4-285274.0.r300896/4010962 K 12 py-InlineEgg V 30 dir 4-246462.0.r300896/1315402 K 8 py-Jinja V 29 dir 4-185300.0.r301510/214422 K 9 py-Jinja2 V 27 dir e-185300.0.r303726/2610 K 13 py-Jinja2-doc V 27 dir 4-303727.0.r303727/2549 K 10 py-Missing V 30 dir 4-285534.0.r300896/1051871 K 15 py-MultiMapping V 30 dir 4-285760.0.r300896/5830237 K 13 py-PEAK-Rules V 30 dir 4-236851.0.r300896/4655843 K 14 py-Persistence V 29 dir 4-285537.0.r300896/894158 K 26 py-Products.ATContentTypes V 28 dir 4-288459.0.r304111/45827 K 36 py-Products.ATReferenceBrowserWidget V 30 dir 4-288403.0.r300896/8298494 K 22 py-Products.Archetypes V 28 dir e-288403.0.r304111/47210 K 24 py-Products.BTreeFolder2 V 30 dir 4-285834.0.r300896/3498724 K 26 py-Products.CMFActionIcons V 30 dir 4-287667.0.r300896/1639303 K 23 py-Products.CMFCalendar V 30 dir 4-287669.0.r300896/7428473 K 19 py-Products.CMFCore V 30 dir e-287667.0.r300896/1737663 K 22 py-Products.CMFDefault V 30 dir e-287669.0.r300896/6985032 K 23 py-Products.CMFDiffTool V 30 dir o-287667.0.r300896/2667433 K 29 py-Products.CMFDynamicViewFTI V 30 dir 4-287945.0.r300896/6638424 K 23 py-Products.CMFEditions V 28 dir o-287669.0.r304111/48918 K 29 py-Products.CMFFormController V 30 dir y-287667.0.r300896/7188117 K 31 py-Products.CMFPlacefulWorkflow V 28 dir 4-288465.0.r304111/50327 K 33 py-Products.CMFQuickInstallerTool V 31 dir 18-287667.0.r300896/4380633 K 23 py-Products.CMFTestCase V 28 dir y-287669.0.r304111/52051 K 18 py-Products.CMFUid V 31 dir 1i-287667.0.r300896/3069115 K 22 py-Products.DCWorkflow V 31 dir 1s-287667.0.r300896/7314112 K 29 py-Products.ExtendedPathIndex V 29 dir 22-287667.0.r304111/53794 K 26 py-Products.ExternalEditor V 29 dir 2c-287667.0.r301519/66156 K 26 py-Products.ExternalMethod V 30 dir 4-285835.0.r300896/7043365 K 24 py-Products.GenericSetup V 28 dir 4-287612.0.r304111/55182 K 28 py-Products.LDAPMultiPlugins V 30 dir 4-297015.0.r300896/3723861 K 26 py-Products.LDAPUserFolder V 30 dir 4-297014.0.r300896/3851960 K 21 py-Products.MIMETools V 30 dir 4-285836.0.r300896/1960848 K 20 py-Products.Marshall V 30 dir o-288403.0.r300896/1955227 K 29 py-Products.MimetypesRegistry V 31 dir 2m-287667.0.r300896/8107789 K 16 py-Products.OFSP V 30 dir 4-285761.0.r300896/6818088 K 29 py-Products.PasswordResetTool V 28 dir e-288459.0.r304111/56587 K 39 py-Products.PlacelessTranslationService V 30 dir y-288403.0.r300896/7581001 K 29 py-Products.PloneLanguageTool V 28 dir o-288459.0.r304111/57998 K 25 py-Products.PloneTestCase V 28 dir e-288465.0.r304111/59398 K 26 py-Products.PluginRegistry V 31 dir 18-287669.0.r300896/6149073 K 28 py-Products.PortalTransforms V 31 dir 18-288403.0.r300896/4164358 K 25 py-Products.PythonScripts V 30 dir 4-285895.0.r300896/1518002 K 30 py-Products.ResourceRegistries V 29 dir 1i-287669.0.r304111/61154 K 33 py-Products.StandardCacheManagers V 30 dir 4-285896.0.r300896/4223945 K 23 py-Products.ZCTextIndex V 30 dir 4-285805.0.r300896/6958600 K 20 py-Products.ZCatalog V 30 dir 4-285807.0.r300896/6057811 K 23 py-Products.ZSQLMethods V 30 dir e-287612.0.r300896/7306600 K 30 py-Products.ZopeVersionControl V 30 dir o-287612.0.r300896/6900022 K 28 py-Products.contentmigration V 31 dir 1s-287669.0.r300896/7068736 K 26 py-Products.statusmessages V 30 dir y-287612.0.r300896/2041682 K 22 py-Products.validation V 31 dir 22-287669.0.r300896/3827312 K 7 py-RPyC V 30 dir 4-227960.0.r300896/5444021 K 9 py-Record V 30 dir 4-285547.0.r300896/7944018 K 13 py-ScriptTest V 27 dir 4-303867.0.r303867/3181 K 13 py-SymbolType V 30 dir 4-236849.0.r300896/7507367 K 14 py-TGScheduler V 30 dir 4-287466.0.r300896/6852528 K 15 py-ToscaWidgets V 30 dir 4-237132.0.r300896/4975963 K 13 py-TurboJinja V 30 dir 4-185302.0.r300896/1219422 K 11 py-ZopeUndo V 30 dir 4-285337.0.r300896/8960560 K 10 py-akismet V 30 dir 4-243538.0.r300896/4005329 K 11 py-anonfunc V 29 dir 4-97233.0.r300896/7616274 K 10 py-anyjson V 27 dir 4-249775.0.r302506/1358 K 9 py-apipkg V 30 dir 4-264124.0.r300896/7030493 K 14 py-application V 30 dir 4-280485.0.r300896/8361160 K 17 py-archetypes.kss V 29 dir 1i-288403.0.r304111/62541 K 25 py-archetypes.querywidget V 28 dir y-288459.0.r304111/64266 K 36 py-archetypes.referencebrowserwidget V 28 dir 4-288436.0.r304111/65688 K 28 py-archetypes.schemaextender V 31 dir 1s-288403.0.r300896/1526948 K 7 py-argh V 26 dir 4-304138.0.r304145/561 K 11 py-argparse V 30 dir 4-181579.0.r300896/4596700 K 7 py-asn1 V 27 dir 4-159786.0.r302011/1431 K 15 py-asn1-modules V 27 dir 4-276315.0.r302305/2018 K 10 py-aspects V 30 dir 4-227603.0.r300896/2598821 K 9 py-aspyct V 30 dir 4-239145.0.r300896/8483428 K 8 py-astng V 26 dir 4-160534.0.r301857/668 K 8 py-async V 30 dir 4-270919.0.r300896/2498806 K 8 py-babel V 30 dir 4-195125.0.r300896/8602291 K 8 py-bison V 27 dir 4-117092.0.r301164/1559 K 11 py-bitarray V 30 dir 4-267938.0.r300896/5445854 K 12 py-bitstring V 29 dir 4-265516.0.r301510/215859 K 7 py-boto V 27 dir 4-198530.0.r304607/2708 K 8 py-cclib V 30 dir 4-217030.0.r300896/7659470 K 15 py-celementtree V 30 dir 4-153482.0.r300896/6236297 K 9 py-celery V 30 dir 4-293747.0.r300896/5742957 K 11 py-cfgparse V 29 dir 4-211039.0.r300896/564769 K 10 py-cheetah V 29 dir 4-95049.0.r300896/7722976 K 9 py-ciphon V 29 dir 4-54447.0.r300896/5702104 K 8 py-cjson V 30 dir 4-183469.0.r300896/4733259 K 8 py-cmdln V 30 dir 4-220021.0.r300896/6046024 K 6 py-cog V 30 dir 4-189913.0.r300896/8047647 K 7 py-coil V 30 dir 4-252856.0.r300896/2309660 K 27 py-collective.monkeypatcher V 30 dir e-288436.0.r300896/5466303 K 36 py-collective.z3cform.datetimewidget V 28 dir o-288436.0.r304111/67465 K 12 py-configobj V 30 dir 4-177545.0.r300896/1020341 K 12 py-construct V 27 dir 4-239241.0.r302448/2554 K 11 py-coverage V 27 dir 4-236453.0.r305182/1057 K 9 py-crcmod V 30 dir 4-261629.0.r300896/1617077 K 8 py-ctags V 30 dir 4-230081.0.r300896/8525518 K 6 py-cxx V 29 dir 4-48516.0.r300896/8359311 K 9 py-daemon V 30 dir 4-257568.0.r300896/1817119 K 6 py-dal V 30 dir 4-221879.0.r300896/8702131 K 11 py-darcsver V 30 dir 4-235336.0.r300896/5788543 K 11 py-dateutil V 30 dir 4-134834.0.r300896/2302582 K 7 py-dbus V 30 dir 4-114827.0.r300896/8341629 K 12 py-decorator V 30 dir 4-194245.0.r300896/8195316 K 17 py-decoratortools V 30 dir 4-206312.0.r300896/8927477 K 15 py-deliciousapi V 28 dir 4-250001.0.r301789/17380 K 10 py-demjson V 30 dir 4-224596.0.r300896/8302206 K 8 py-dexml V 27 dir 4-247050.0.r304949/1133 K 9 py-dialog V 29 dir 4-66207.0.r300896/5683121 K 8 py-diazo V 29 dir 18-288459.0.r304111/69146 K 10 py-distorm V 30 dir 4-182667.0.r300896/8501381 K 13 py-distribute V 27 dir 4-261224.0.r305116/1268 K 18 py-distutils-extra V 29 dir 4-252309.0.r301510/217363 K 8 py-durus V 30 dir 4-177318.0.r300896/3930774 K 11 py-dynrules V 27 dir 4-224891.0.r305317/2596 K 14 py-elementtree V 30 dir 4-130197.0.r300896/3198982 K 10 py-epsilon V 27 dir 4-159317.0.r301064/7772 K 8 py-event V 30 dir 4-185776.0.r300896/7368306 K 25 py-experimental.cssselect V 31 dir 1i-288459.0.r300896/7063038 K 21 py-extended_threading V 30 dir 4-213968.0.r300896/2388440 K 11 py-extremes V 30 dir 4-206310.0.r300896/3432294 K 9 py-ez_xml V 30 dir 4-188562.0.r300896/6562967 K 13 py-ezpyinline V 30 dir 4-185158.0.r300896/6215472 K 9 py-fabric V 27 dir 4-230191.0.r305297/1742 K 6 py-fam V 29 dir 4-67625.0.r300896/2432863 K 12 py-fileutils V 29 dir 4-49479.0.r300896/1665292 K 19 py-five.customerize V 28 dir y-288436.0.r304111/70519 K 15 py-five.formlib V 31 dir 2c-287669.0.r300896/4539945 K 21 py-five.globalrequest V 30 dir e-287945.0.r300896/4930597 K 24 py-five.localsitemanager V 31 dir 18-287612.0.r300896/4996012 K 9 py-flake8 V 30 dir 4-297823.0.r300896/2671149 K 9 py-flakes V 30 dir 4-159424.0.r300896/2746150 K 14 py-flask-babel V 30 dir 4-265234.0.r300896/3700347 K 11 py-flexmock V 30 dir 4-285035.0.r300896/1501945 K 11 py-foolscap V 27 dir 4-292512.0.r303958/1101 K 10 py-fortran V 29 dir 4-63510.0.r300896/8320937 K 10 py-freebsd V 29 dir 4-61250.0.r300896/8277611 K 8 py-fudge V 29 dir 4-250754.0.r300896/660575 K 16 py-funcparserlib V 28 dir 4-278964.0.r301519/66895 K 9 py-fusefs V 29 dir 4-168502.0.r301539/202093 K 7 py-game V 29 dir 4-36065.0.r300896/8273766 K 8 py-gamin V 30 dir 4-132166.0.r300896/2617663 K 8 py-gdata V 30 dir 4-188634.0.r300896/7860517 K 10 py-gearman V 30 dir 4-246781.0.r300896/6165582 K 11 py-generate V 30 dir 4-171624.0.r300896/4787426 K 10 py-geojson V 30 dir 4-217032.0.r300896/1696082 K 11 py-geotypes V 30 dir 4-215343.0.r300896/8178026 K 9 py-gevent V 27 dir 4-249716.0.r303846/1316 K 16 py-gevent-zeromq V 27 dir 4-303983.0.r304021/1699 K 9 py-gflags V 30 dir 4-267664.0.r300896/8017213 K 8 py-gitdb V 30 dir 4-270984.0.r300896/2663044 K 10 py-gitosis V 30 dir 4-241440.0.r300896/8739228 K 12 py-gitpython V 30 dir 4-217517.0.r300896/7045226 K 10 py-gobject V 30 dir 4-153700.0.r300896/8842635 K 11 py-greenlet V 30 dir 4-249797.0.r300896/5750382 K 11 py-grizzled V 30 dir 4-251669.0.r300896/3944141 K 9 py-grouch V 29 dir 4-47474.0.r300896/7927790 K 12 py-gyp-devel V 30 dir 4-257004.0.r300896/4591997 K 11 py-hashring V 30 dir 4-224659.0.r300896/2533073 K 10 py-hghooks V 30 dir 4-296251.0.r300896/5720881 K 15 py-hgsubversion V 30 dir 4-296252.0.r300896/4205291 K 12 py-icalendar V 30 dir 4-135429.0.r300896/5115673 K 6 py-ice V 26 dir 4-141914.0.r302944/725 K 6 py-icu V 30 dir 4-220783.0.r300896/5916236 K 12 py-importlib V 30 dir 4-292190.0.r300896/6686772 K 11 py-iniparse V 30 dir 4-230267.0.r300896/6027419 K 13 py-initgroups V 30 dir 4-285339.0.r300896/6160504 K 10 py-instant V 30 dir 4-181554.0.r300896/8191563 K 12 py-interface V 30 dir 4-238129.0.r300896/3643490 K 9 py-ipaddr V 30 dir 4-221169.0.r300896/2256720 K 10 py-isodate V 29 dir 2-290813.0.r300896/659172 K 12 py-iterpipes V 30 dir 4-256941.0.r300896/8556705 K 9 py-itools V 30 dir 4-228476.0.r300896/1958964 K 6 py-jcc V 30 dir 4-213312.0.r300896/7009521 K 10 py-json-py V 30 dir 4-153511.0.r300896/7845169 K 10 py-jsonlib V 30 dir 4-217518.0.r300896/2248575 K 11 py-jsonlib2 V 30 dir c-217518.0.r300896/7869508 K 13 py-jsonrpclib V 30 dir 4-282165.0.r300896/8558556 K 6 py-kid V 30 dir 4-152330.0.r300896/8370022 K 12 py-kjbuckets V 28 dir 2-17409.0.r300896/596549 K 9 py-kqueue V 29 dir 4-28721.0.r300896/4275039 K 11 py-kss-core V 28 dir 4-288046.0.r304111/71869 K 14 py-levenshtein V 30 dir 4-171743.0.r300896/5417349 K 9 py-libgsf V 30 dir 4-175280.0.r300896/4767020 K 11 py-liblarch V 30 dir 4-291291.0.r300896/1299079 K 15 py-liblarch_gtk V 30 dir e-291291.0.r300896/1592990 K 10 py-ll-core V 30 dir 4-137952.0.r300896/6947630 K 12 py-lock_file V 30 dir 4-192919.0.r300896/4856023 K 11 py-lockfile V 30 dir 4-241103.0.r300896/7047060 K 9 py-log4py V 29 dir 4-56064.0.r300896/2503120 K 17 py-logilab-common V 27 dir 4-110188.0.r305272/2609 K 7 py-lxml V 30 dir 4-185518.0.r300896/8225444 K 8 py-magic V 28 dir 4-177649.0.r301519/67604 K 9 py-manuel V 30 dir 4-285338.0.r300896/1233511 K 18 py-mercurialserver V 30 dir 4-265236.0.r300896/2168376 K 10 py-mez_xml V 30 dir 4-209837.0.r300896/3489230 K 12 py-mimeparse V 30 dir 4-296255.0.r300896/7343668 K 12 py-minimongo V 30 dir 4-276357.0.r300896/3171413 K 7 py-mock V 27 dir 4-257570.0.r304119/1112 K 14 py-mongoengine V 30 dir 4-255895.0.r300896/8042027 K 11 py-mongokit V 29 dir 4-249804.0.r300896/989507 K 6 py-mox V 30 dir 4-245628.0.r300896/2319984 K 10 py-msgpack V 30 dir 4-279282.0.r300896/1011786 K 8 py-mwlib V 30 dir 4-215913.0.r300896/2436179 K 12 py-mwlib.ext V 30 dir 4-224697.0.r300896/8705810 K 11 py-mwlib.rl V 30 dir 4-233630.0.r300896/1654585 K 18 py-mx-experimental V 29 dir 4-49529.0.r300896/4814474 K 14 py-mygpoclient V 30 dir 4-295801.0.r300896/5295269 K 10 py-ncurses V 29 dir 4-39792.0.r300896/5141269 K 7 py-nose V 30 dir 4-179731.0.r300896/4834406 K 11 py-notifier V 30 dir 4-181178.0.r300896/1297236 K 9 py-notify V 30 dir 4-179591.0.r300896/7432900 K 11 py-ocempgui V 30 dir 4-170028.0.r300896/6059676 K 6 py-ode V 30 dir 4-183483.0.r300896/4149979 K 8 py-odfpy V 30 dir 4-215881.0.r300896/5977846 K 10 py-omniorb V 29 dir 4-40484.0.r300896/7498453 K 8 py-optik V 29 dir 4-50008.0.r300896/1441698 K 8 py-orbit V 30 dir 7-163687.0.r300896/4745855 K 14 py-ordereddict V 29 dir 4-286283.0.r300896/784248 K 16 py-parsedatetime V 30 dir 4-185816.0.r300896/2092710 K 10 py-parsing V 30 dir 4-112664.0.r300896/5631283 K 12 py-pathtools V 27 dir 4-304139.0.r304139/4525 K 9 py-pefile V 30 dir 4-168759.0.r300896/2997891 K 9 py-period V 29 dir 4-56134.0.r300896/8649393 K 15 py-phpserialize V 30 dir 4-220115.0.r300896/5084742 K 7 py-pika V 30 dir 4-270274.0.r300896/4291302 K 6 py-pip V 27 dir 4-226454.0.r303899/1233 K 7 py-plex V 29 dir 4-62290.0.r300896/7618738 K 6 py-ply V 29 dir g-45659.0.r300896/5661122 K 8 py-pmock V 29 dir 4-126533.0.r300896/759436 K 8 py-polib V 30 dir 4-205388.0.r300896/4107080 K 5 py-pp V 29 dir 4-186248.0.r300896/615864 K 9 py-pqueue V 29 dir 4-50947.0.r300896/7292136 K 14 py-prettytable V 30 dir 4-287078.0.r300896/3869778 K 22 py-prioritized_methods V 30 dir 4-236854.0.r300896/6007470 K 11 py-protobuf V 30 dir 4-234648.0.r300896/7228601 K 12 py-protocols V 30 dir 4-139538.0.r300896/6404534 K 18 py-protocols-devel V 30 dir e-139538.0.r300896/5528949 K 8 py-psyco V 29 dir 4-66111.0.r300896/6327645 K 9 py-ptrace V 30 dir 4-214893.0.r300896/3281283 K 7 py-pudb V 29 dir 4-243747.0.r300896/628288 K 5 py-px V 28 dir 4-63222.0.r300896/624939 K 13 py-pycalendar V 30 dir 4-274706.0.r300896/8650824 K 14 py-pycallgraph V 30 dir 4-184776.0.r300896/4765986 K 13 py-pycerberus V 30 dir 4-262860.0.r300896/3288869 K 9 py-pydasm V 30 dir 4-158784.0.r300896/7387343 K 7 py-pyev V 30 dir 4-298422.0.r300896/5263868 K 11 py-pygithub V 27 dir 4-298918.0.r304314/1993 K 8 py-pygpx V 30 dir 4-217023.0.r300896/6164156 K 7 py-pyke V 30 dir 4-224728.0.r300896/5474860 K 8 py-pylib V 30 dir 4-220656.0.r300896/2976518 K 9 py-pymarc V 30 dir 4-217035.0.r300896/2871118 K 7 py-pyro V 30 dir 4-225468.0.r300896/5707235 K 13 py-pyshapelib V 30 dir 4-210990.0.r300896/6917635 K 13 py-pytemplate V 28 dir 4-229143.0.r301497/72830 K 9 py-pytest V 30 dir 4-279272.0.r300896/5007821 K 13 py-pythonbrew V 30 dir 4-276338.0.r300896/2776758 K 7 py-pytz V 26 dir 4-161050.0.r304814/984 K 9 py-pyutil V 30 dir 4-192813.0.r300896/7924112 K 12 py-pyxml2obj V 27 dir 4-304828.0.r304831/1176 K 8 py-pyzmq V 30 dir 4-267704.0.r300896/1930752 K 9 py-qserve V 27 dir 4-284768.0.r301436/1035 K 6 py-qt4 V 30 dir v-248842.0.r300896/6949675 K 16 py-qt4-assistant V 30 dir 4-188514.0.r300896/7513943 K 11 py-qt4-core V 29 dir 4-188490.0.r300896/793493 K 11 py-qt4-dbus V 30 dir 4-188498.0.r300896/6566256 K 18 py-qt4-declarative V 31 dir 19-265592.0.r300896/5452910 K 15 py-qt4-designer V 30 dir 4-188502.0.r300896/2568724 K 21 py-qt4-designerplugin V 30 dir 4-188504.0.r300896/2389924 K 11 py-qt4-help V 30 dir x-228340.0.r300896/5779828 K 18 py-qt4-qscintilla2 V 30 dir 4-188518.0.r300896/3055975 K 13 py-qt4-script V 30 dir 4-199417.0.r300896/1058180 K 18 py-qt4-scripttools V 31 dir 10-238899.0.r300896/7965186 K 11 py-qt4-test V 30 dir 4-188507.0.r300896/2895787 K 8 py-rauth V 27 dir 4-299475.0.r302657/1415 K 9 py-reddit V 30 dir 4-300510.0.r300896/3773809 K 7 py-repl V 29 dir 4-63009.0.r300896/6624521 K 13 py-repoze.lru V 30 dir 4-271374.0.r300896/5728328 K 13 py-repoze.tm2 V 30 dir 4-239464.0.r300896/5991989 K 14 py-repoze.what V 29 dir 4-239113.0.r300896/609750 K 21 py-repoze.what-pylons V 30 dir 4-239480.0.r300896/2828599 K 13 py-repoze.who V 29 dir 4-238983.0.r300896/744897 K 26 py-repoze.who-friendlyform V 30 dir 4-297747.0.r300896/3258932 K 22 py-repoze.who-testutil V 30 dir 4-239112.0.r300896/1153281 K 17 py-repoze.xmliter V 30 dir 4-285539.0.r300896/7317861 K 18 py-resourcepackage V 30 dir 4-101146.0.r300896/7329952 K 15 py-rlcompleter2 V 29 dir 4-96981.0.r300896/7021620 K 7 py-rope V 27 dir 4-273984.0.r301799/1301 K 9 py-roxlib V 29 dir 4-72966.0.r300896/7739865 K 8 py-rtree V 30 dir 4-215371.0.r300896/6274949 K 15 py-ruledispatch V 30 dir 4-181418.0.r300896/8913402 K 11 py-sanetime V 27 dir 4-298956.0.r301350/1155 K 15 py-setproctitle V 30 dir 4-250963.0.r300896/7406619 K 13 py-setuptools V 27 dir 4-149101.0.r305372/1548 K 17 py-setuptools-git V 30 dir 4-297230.0.r300896/3565072 K 19 py-setuptools_darcs V 30 dir 4-237136.0.r300896/2986754 K 16 py-setuptools_hg V 30 dir 4-297091.0.r300896/2961176 K 10 py-shapely V 27 dir 4-217038.0.r304951/1756 K 13 py-simplejson V 27 dir 4-160486.0.r305380/1790 K 14 py-simpleparse V 29 dir 4-97458.0.r300896/6726599 K 12 py-simpletal V 27 dir 4-167878.0.r302068/1133 K 8 py-simpy V 30 dir 4-112525.0.r300896/5393414 K 6 py-sip V 29 dir 4-67604.0.r300896/8918795 K 6 py-six V 30 dir 4-285825.0.r300896/8928895 K 8 py-smmap V 29 dir 4-277705.0.r300896/944116 K 8 py-spark V 29 dir 4-56146.0.r300896/6383419 K 13 py-speaklater V 27 dir 4-264621.0.r301102/1009 K 8 py-sqlcc V 30 dir 4-188560.0.r300896/4532372 K 11 py-statgrab V 30 dir 4-105044.0.r300896/6668853 K 12 py-stevedore V 27 dir 4-302903.0.r302903/5556 K 13 py-subversion V 30 dir 4-107725.0.r300896/3674559 K 12 py-subvertpy V 30 dir 4-261727.0.r300896/8432777 K 11 py-sysv_ipc V 29 dir 4-263984.0.r301510/218040 K 9 py-tables V 26 dir 4-96177.0.r301450/1221 K 10 py-tconfpy V 30 dir 4-110149.0.r300896/1396893 K 14 py-tempstorage V 30 dir 4-285619.0.r300896/1208651 K 12 py-termcolor V 30 dir 4-300133.0.r300896/2298903 K 12 py-testgears V 30 dir 4-153480.0.r300896/6841558 K 10 py-testoob V 30 dir 4-176557.0.r300896/2409083 K 12 py-testtools V 27 dir 4-260500.0.r303420/1783 K 13 py-tgMochiKit V 30 dir 4-242553.0.r300896/3877184 K 9 py-thrift V 27 dir 4-203575.0.r302512/1784 K 10 py-timelib V 27 dir 4-241102.0.r304950/1144 K 6 py-tox V 27 dir 4-301714.0.r301714/4634 K 13 py-trace2html V 30 dir 4-186227.0.r300896/7154086 K 9 py-traits V 30 dir 4-224224.0.r300896/4148146 K 14 py-transaction V 30 dir 4-239463.0.r300896/8392178 K 15 py-turbocheetah V 30 dir 4-182907.0.r300896/3686708 K 12 py-turbojson V 30 dir 4-181674.0.r300896/7922279 K 14 py-turbojson11 V 30 dir k-181674.0.r300896/2921786 K 11 py-turbokid V 30 dir 4-181676.0.r300896/2726670 K 11 py-tw.forms V 30 dir 4-297748.0.r300896/6823270 K 10 py-twisted V 29 dir 4-46355.0.r300896/6095769 K 14 py-twistedCore V 30 dir 4-133375.0.r300896/6601260 K 14 py-twistedFlow V 30 dir 4-133377.0.r300896/4374313 K 16 py-twistedRunner V 30 dir 4-133376.0.r300896/3146920 K 8 py-ujson V 27 dir 4-284316.0.r305137/1084 K 12 py-unittest2 V 30 dir 4-285333.0.r300896/4831903 K 15 py-unittestplus V 30 dir 4-237690.0.r300896/1934398 K 12 py-urlimport V 30 dir 4-181163.0.r300896/2287629 K 8 py-urwid V 27 dir 4-123398.0.r301093/1507 K 6 py-usb V 30 dir 4-192735.0.r300896/2927385 K 8 py-utils V 30 dir 4-157772.0.r300896/7394981 K 11 py-venusian V 30 dir 4-271376.0.r300896/8294725 K 15 py-versiontools V 30 dir 4-294779.0.r300896/7703539 K 13 py-virtualenv V 27 dir 4-205309.0.r303912/1151 K 19 py-virtualenv-clone V 30 dir 4-300287.0.r300896/3668831 K 20 py-virtualenvwrapper V 27 dir 4-253845.0.r302905/3162 K 11 py-watchdog V 27 dir 4-304140.0.r304140/5559 K 14 py-wsgi_xmlrpc V 30 dir 4-221882.0.r300896/3641648 K 12 py-wsgitools V 30 dir 4-287004.0.r300896/3716601 K 12 py-wsgiutils V 30 dir 4-167880.0.r300896/2869695 K 8 py-xattr V 30 dir 4-220746.0.r300896/2563912 K 10 py-xcaplib V 30 dir 4-280486.0.r300896/4989688 K 6 py-xdg V 30 dir 4-112283.0.r300896/5892095 K 17 py-xoltar-toolkit V 28 dir g-33389.0.r301510/218761 K 7 py-yaml V 29 dir 4-72379.0.r300896/8015800 K 9 py-yapps2 V 30 dir 4-246249.0.r300896/4604167 K 7 py-ydbf V 30 dir 4-233835.0.r300896/2467824 K 22 py-yum-metadata-parser V 30 dir 4-261683.0.r300896/3858957 K 18 py-z3c.autoinclude V 31 dir 1i-287612.0.r300896/8137115 K 15 py-z3c.batching V 31 dir 1s-287612.0.r300896/5325231 K 14 py-z3c.caching V 31 dir 22-287612.0.r300896/4423400 K 11 py-z3c.form V 31 dir 2c-287612.0.r300896/1313540 K 23 py-z3c.formwidget.query V 28 dir y-287945.0.r304111/73254 K 15 py-z3c.zcmlhook V 31 dir 2m-287612.0.r300896/7593719 K 14 py-zExceptions V 29 dir 4-285618.0.r301858/130323 K 7 py-zLOG V 30 dir 4-283448.0.r300896/3420384 K 14 py-zc.buildout V 30 dir 4-283451.0.r300896/4101424 K 13 py-zclockfile V 30 dir 4-245817.0.r300896/7758634 K 10 py-zconfig V 30 dir 4-142458.0.r300896/4482933 K 18 py-zope.annotation V 30 dir 4-285548.0.r300896/8239493 K 30 py-zope.app.applicationcontrol V 31 dir 2w-287612.0.r300896/2108130 K 20 py-zope.app.appsetup V 30 dir 4-287720.0.r300896/6417874 K 21 py-zope.app.basicskin V 31 dir 36-287612.0.r300896/4184071 K 18 py-zope.app.broken V 31 dir 3g-287612.0.r300896/3231697 K 17 py-zope.app.cache V 30 dir e-287720.0.r300896/3696613 K 21 py-zope.app.component V 30 dir 4-287866.0.r300896/1095811 K 21 py-zope.app.container V 30 dir o-287720.0.r300896/5280856 K 19 py-zope.app.content V 31 dir 3q-287612.0.r300896/5557982 K 17 py-zope.app.debug V 30 dir y-287720.0.r300896/5735309 K 22 py-zope.app.dependable V 31 dir 18-287720.0.r300896/7304689 K 17 py-zope.app.error V 31 dir 40-287612.0.r300896/4846553 K 21 py-zope.app.exception V 31 dir 4a-287612.0.r300896/6323172 K 18 py-zope.app.folder V 30 dir 4k-287612.0.r300896/607890 K 16 py-zope.app.form V 31 dir 4u-287612.0.r300896/6471979 K 23 py-zope.app.generations V 31 dir 1i-287720.0.r300896/7333783 K 16 py-zope.app.http V 31 dir 54-287612.0.r300896/1699834 K 24 py-zope.app.pagetemplate V 31 dir 1s-287720.0.r300896/7741781 K 23 py-zope.app.publication V 31 dir 22-287720.0.r300896/8156355 K 21 py-zope.app.publisher V 31 dir 2m-287669.0.r300896/5960480 K 20 py-zope.app.renderer V 31 dir 2c-287720.0.r300896/5166478 K 21 py-zope.app.rotterdam V 31 dir 18-287945.0.r300896/1487705 K 18 py-zope.app.schema V 31 dir 5e-287612.0.r300896/8591593 K 19 py-zope.app.testing V 31 dir 2m-287720.0.r300896/4999773 K 21 py-zope.app.zcmlfiles V 31 dir 1i-287945.0.r300896/4356104 K 30 py-zope.app.zopeappgenerations V 31 dir 1s-287945.0.r300896/4493639 K 26 py-zope.applicationcontrol V 31 dir 5o-287612.0.r300896/7862440 K 14 py-zope.broken V 30 dir 4-285540.0.r300896/4269613 K 15 py-zope.browser V 30 dir 4-285616.0.r300896/3132704 K 19 py-zope.browsermenu V 30 dir 4-285827.0.r300896/4360073 K 19 py-zope.browserpage V 29 dir 4-285831.0.r300896/959606 K 23 py-zope.browserresource V 30 dir 4-285833.0.r300896/4489932 K 24 py-zope.cachedescriptors V 31 dir 5y-287612.0.r300896/3030319 K 17 py-zope.component V 30 dir 4-271392.0.r300896/3855238 K 27 py-zope.componentvocabulary V 31 dir 68-287612.0.r300896/8252932 K 21 py-zope.configuration V 30 dir 4-271389.0.r300896/2466385 K 17 py-zope.container V 30 dir 4-285830.0.r300896/8035380 K 23 py-zope.contentprovider V 30 dir 4-285884.0.r300896/2111463 K 19 py-zope.contenttype V 30 dir 4-285542.0.r300896/7133282 K 12 py-zope.copy V 30 dir 4-285334.0.r300896/1708700 K 21 py-zope.copypastemove V 30 dir 6i-287612.0.r301510/219503 K 16 py-zope.datetime V 30 dir 4-283358.0.r300896/8795931 K 22 py-zope.deferredimport V 30 dir 4-285620.0.r300896/6593687 K 19 py-zope.deprecation V 30 dir 4-271387.0.r300896/2219688 K 18 py-zope.dottedname V 30 dir 4-285621.0.r300896/3110103 K 18 py-zope.dublincore V 31 dir 6s-287612.0.r300896/8430931 K 13 py-zope.error V 31 dir 72-287612.0.r300896/7500310 K 13 py-zope.event V 30 dir 4-245816.0.r300896/5896483 K 18 py-zope.exceptions V 30 dir 4-239879.0.r300896/2289493 K 26 py-zope.filerepresentation V 30 dir 4-285622.0.r300896/4316583 K 15 py-zope.formlib V 31 dir 7c-287612.0.r300896/5754096 K 19 py-zope.generations V 31 dir 7m-287612.0.r300896/8029775 K 21 py-zope.globalrequest V 31 dir 22-287945.0.r300896/1512307 K 12 py-zope.i18n V 29 dir 4-279322.0.r300896/483764 K 17 py-zope.interface V 30 dir 4-133366.0.r300896/8051394 K 22 py-zope.lifecycleevent V 30 dir 4-285624.0.r300896/6029307 K 16 py-zope.location V 30 dir 4-283449.0.r300896/1591121 K 14 py-zope.minmax V 30 dir 4-285281.0.r300896/3751728 K 20 py-zope.pagetemplate V 30 dir 4-285828.0.r300896/4696428 K 23 py-zope.processlifetime V 30 dir 4-285885.0.r300896/7623225 K 18 py-zope.ptresource V 30 dir 4-285887.0.r300896/6781796 K 17 py-zope.publisher V 30 dir 4-285617.0.r300896/8707678 K 16 py-zope.ramcache V 31 dir 7w-287612.0.r300896/4912780 K 14 py-zope.schema V 28 dir 4-271384.0.r304111/74935 K 20 py-zope.sequencesort V 30 dir 4-285757.0.r300896/4794951 K 12 py-zope.site V 30 dir 4-285892.0.r300896/5219552 K 12 py-zope.size V 30 dir 4-285340.0.r300896/5449548 K 13 py-zope.tales V 30 dir 4-285829.0.r300896/8094841 K 19 py-zope.testbrowser V 30 dir 4-285894.0.r300896/2555859 K 15 py-zope.testing V 30 dir 4-223585.0.r300896/5575147 K 18 py-zope.traversing V 30 dir 4-285808.0.r300896/5586809 K 15 py-zope.viewlet V 30 dir 4-285893.0.r300896/2771565 K 15 py_static_check V 30 dir 4-289015.0.r300896/3934496 K 5 pybaz V 29 dir 4-186389.0.r300896/542050 K 6 pybugz V 26 dir 4-293525.0.r302389/800 K 9 pychecker V 29 dir 4-41343.0.r300896/6872957 K 7 pycount V 29 dir 4-184779.0.r300896/683654 K 6 pylint V 27 dir 4-110192.0.r301285/2075 K 6 pymacs V 30 dir 4-142504.0.r300896/3271002 K 11 pyobfuscate V 29 dir 4-108345.0.r300896/603552 K 8 pypersrc V 30 dir 4-159885.0.r300896/2182353 K 5 pyrex V 29 dir 4-62292.0.r300896/1703557 K 6 pyside V 27 dir 4-287624.0.r301972/1967 K 12 pyside-tools V 30 dir 4-287625.0.r300896/6024889 K 4 pyst V 30 dir 4-281310.0.r300896/8080571 K 5 pysvn V 30 dir 4-212094.0.r300896/3406048 K 5 pythk V 30 dir 4-188558.0.r300896/4025650 K 10 pythontidy V 27 dir 4-182523.0.r303280/1091 K 4 qbzr V 27 dir 4-255434.0.r301035/2127 K 3 qca V 30 dir 4-132519.0.r300896/4118652 K 5 qconf V 29 dir 2-262715.0.r300896/810098 K 3 qct V 30 dir e-189727.0.r300896/4139285 K 8 qdevelop V 27 dir 4-195374.0.r301787/2975 K 4 qgit V 30 dir 4-232740.0.r300896/7712078 K 5 qjson V 30 dir 4-248518.0.r300896/2841571 K 5 qmake V 28 dir 4-88602.0.r300896/753910 K 6 qmake4 V 31 dir 3w-184304.0.r300896/1276521 K 5 qprog V 30 dir 4-199180.0.r300896/4424830 K 5 qross V 27 dir 4-303397.0.r303397/3042 K 3 qsa V 30 dir 4-117949.0.r300896/4710257 K 11 qscintilla2 V 26 dir 4-188486.0.r303138/832 K 26 qscintilla2-designerplugin V 30 dir 4-188488.0.r300896/7710639 K 4 qssl V 29 dir 4-69813.0.r300896/4514635 K 4 qsvn V 30 dir 4-205633.0.r300896/4625125 K 3 qt4 V 31 dir 4c-184304.0.r300896/4694552 K 13 qt4-assistant V 31 dir 4o-184304.0.r300896/2098091 K 17 qt4-assistant-adp V 31 dir 1v-218043.0.r300896/8271265 K 11 qt4-corelib V 28 dir 4y-184304.0.r301122/3470 K 15 qt4-declarative V 31 dir 2x-265592.0.r300896/2839739 K 12 qt4-designer V 31 dir 58-184304.0.r300896/7681936 K 8 qt4-help V 31 dir 25-218043.0.r300896/5177695 K 14 qt4-help-tools V 31 dir 2f-218043.0.r300896/1580544 K 24 qt4-libqtassistantclient V 30 dir 5i-184304.0.r300896/839181 K 12 qt4-linguist V 31 dir 5s-184304.0.r300896/5480431 K 11 qt4-makeqpf V 27 dir 28-195715.0.r303881/639 K 7 qt4-moc V 29 dir 62-184304.0.r303634/53956 K 11 qt4-porting V 31 dir 6c-184304.0.r300896/2908254 K 15 qt4-qdbusviewer V 31 dir 2s-195715.0.r300896/1229815 K 9 qt4-qdoc3 V 30 dir 2-240504.0.r300896/8756926 K 13 qt4-qmlviewer V 30 dir 6-299249.0.r300896/4047232 K 14 qt4-qt3support V 31 dir 6m-184304.0.r300896/2008023 K 12 qt4-qtestlib V 31 dir 6w-184304.0.r300896/4346492 K 33 qt4-qtsolutions-singleapplication V 30 dir 4-277955.0.r300896/4387662 K 20 qt4-qtsolutions-soap V 30 dir 6-299994.0.r300896/5116712 K 8 qt4-qvfb V 31 dir 76-184304.0.r300896/2674436 K 7 qt4-rcc V 29 dir 7q-184304.0.r303634/54623 K 10 qt4-script V 31 dir 3i-195715.0.r300896/7631739 K 15 qt4-scripttools V 31 dir 3s-238901.0.r300896/5471144 K 7 qt4-uic V 29 dir 80-184304.0.r303634/55286 K 8 qt4-uic3 V 31 dir 8a-184304.0.r300896/1009957 K 9 qtcreator V 30 dir 4-239949.0.r300896/1909755 K 17 qtscriptgenerator V 30 dir 4-239092.0.r300896/2552014 K 12 quickcheck++ V 27 dir 4-290027.0.r304622/1167 K 5 quilt V 30 dir 4-175889.0.r300896/2121776 K 7 radare2 V 29 dir 4-281858.0.r301510/220232 K 5 ragel V 29 dir 4-58609.0.r300896/8434179 K 6 raknet V 30 dir 4-146565.0.r300896/4298404 K 8 rapidsvn V 30 dir 4-125910.0.r300896/5685650 K 7 rbtools V 30 dir 4-237899.0.r300896/7643114 K 3 rcs V 27 dir 4-304209.0.r304209/3178 K 3 re2 V 30 dir 4-260391.0.r300896/5350815 K 4 re2c V 29 dir 2-11012.0.r300896/6814411 K 8 readline V 27 dir 4-96762.0.r305369/28103 K 5 rebar V 30 dir 4-299812.0.r300896/7293548 K 6 regexx V 29 dir 4-39180.0.r300896/7750680 K 8 regexxer V 28 dir 4-76779.0.r300896/852765 K 6 remake V 27 dir 4-291949.0.r305258/1152 K 6 replay V 28 dir 4-79484.0.r301858/130986 K 9 rhtvision V 29 dir 4-61430.0.r300896/7251784 K 8 ri-emacs V 30 dir 4-236120.0.r300896/6267993 K 4 rlog V 30 dir 4-181589.0.r300896/8281943 K 6 rlwrap V 28 dir 4-46123.0.r300896/775633 K 7 roboctl V 30 dir c-198959.0.r300896/8943669 K 7 robodoc V 29 dir 2-23873.0.r300896/1311677 K 8 root-doc V 29 dir 4-111887.0.r300896/822419 K 3 ros V 29 dir 2-263429.0.r301539/202851 K 10 ros-common V 30 dir 4-265285.0.r300896/2838275 K 15 ros-common_msgs V 30 dir e-264998.0.r300896/5677715 K 17 ros-documentation V 30 dir l-263429.0.r300896/4747731 K 16 ros-image_common V 30 dir 2-265390.0.r300896/5967051 K 18 ros-laser_pipeline V 30 dir 2-265391.0.r300896/5905561 K 7 ros-nxt V 30 dir 2-266378.0.r300896/8655155 K 6 ros-rx V 31 dir 13-263429.0.r300896/6299805 K 8 ros_comm V 31 dir 1l-263429.0.r300896/3712871 K 13 ros_tutorials V 30 dir 2-263888.0.r300896/3818141 K 4 rote V 30 dir 4-137143.0.r300896/3332063 K 4 rpc2 V 28 dir 2-28900.0.r301539/203597 K 16 rpm-spec-mode.el V 30 dir 4-161967.0.r300896/7310348 K 8 rsvndump V 30 dir 4-222039.0.r300896/4329972 K 3 rth V 29 dir 4-165995.0.r301510/220987 K 10 ruby-amstd V 29 dir 2-31379.0.r300896/2199505 K 12 ruby-aspectr V 29 dir 4-58035.0.r300896/1604420 K 8 ruby-avl V 29 dir 4-46626.0.r300896/3739957 K 12 ruby-bsearch V 29 dir 4-45100.0.r300896/8893912 K 11 ruby-byaccr V 29 dir 4-34587.0.r300896/8858782 K 10 ruby-cache V 29 dir 4-70752.0.r300896/8296555 K 13 ruby-calendar V 29 dir 4-49542.0.r300896/4871585 K 8 ruby-cvs V 29 dir 4-45275.0.r300896/6036738 K 10 ruby-date2 V 29 dir f-31379.0.r300896/8397398 K 12 ruby-dialogs V 29 dir 4-38970.0.r300896/8139637 K 15 ruby-event-loop V 29 dir 4-180004.0.r300896/692059 K 8 ruby-fam V 29 dir 4-61112.0.r300896/8762478 K 11 ruby-fastri V 30 dir 4-236117.0.r300896/8741778 K 13 ruby-flexmock V 30 dir 4-148649.0.r300896/1279857 K 14 ruby-gemfinder V 29 dir 4-35017.0.r300896/2421841 K 9 ruby-gems V 30 dir 4-119801.0.r300896/7168844 K 12 ruby-gettext V 29 dir 4-54165.0.r300896/8141486 K 9 ruby-gio2 V 27 dir 4-286946.0.r303740/5629 K 10 ruby-glib2 V 26 dir 9-71174.0.r303740/6275 K 9 ruby-intl V 29 dir 4-31442.0.r300896/7143788 K 15 ruby-io-reactor V 28 dir 4-125155.0.r301519/68321 K 10 ruby-jttui V 29 dir 4-75352.0.r300896/8511316 K 13 ruby-langscan V 30 dir 7-279946.0.r300896/2606936 K 11 ruby-locale V 29 dir 4-31665.0.r300896/5291569 K 12 ruby-locale2 V 30 dir 4-228072.0.r300896/5317535 K 12 ruby-memoize V 30 dir 4-273355.0.r300896/5014077 K 9 ruby-mmap V 29 dir 4-39198.0.r300896/1479141 K 10 ruby-multi V 30 dir 4-209703.0.r300896/5265707 K 12 ruby-ncurses V 29 dir 4-54272.0.r300896/4029972 K 13 ruby-property V 29 dir 4-31356.0.r300896/8689631 K 9 ruby-racc V 29 dir 4-31363.0.r300896/4402882 K 9 ruby-rbbr V 29 dir 4-72579.0.r300896/5602476 K 11 ruby-rbison V 29 dir 4-34584.0.r300896/8615926 K 11 ruby-rbprof V 29 dir 4-90187.0.r300896/4992245 K 9 ruby-rcov V 30 dir 4-165349.0.r300896/7150783 K 16 ruby-robjectteam V 29 dir 4-69788.0.r300896/3167694 K 14 ruby-rreadline V 29 dir 4-44552.0.r300896/1415236 K 9 ruby-rudl V 29 dir 4-41178.0.r300896/1575303 K 8 ruby-sdl V 29 dir 4-40401.0.r300896/6537786 K 13 ruby-setup.rb V 29 dir 4-43818.0.r300896/5776476 K 9 ruby-sexp V 30 dir 4-209706.0.r300896/4436619 K 10 ruby-slang V 29 dir 4-31881.0.r300896/1978285 K 13 ruby-statgrab V 30 dir 4-214968.0.r300896/6424805 K 15 ruby-subversion V 30 dir 4-150059.0.r300896/8337979 K 12 ruby-sysvipc V 29 dir 4-42556.0.r300896/5455438 K 19 ruby-term-ansicolor V 30 dir 4-182160.0.r300896/3404629 K 11 ruby-tzfile V 29 dir 4-43639.0.r300896/3551364 K 11 ruby-wirble V 30 dir 4-181811.0.r300896/7900635 K 16 rubygem-abstract V 30 dir 4-221293.0.r300896/1747169 K 21 rubygem-activesupport V 28 dir 4-139693.0.r302373/73043 K 15 rubygem-allison V 29 dir 4-275775.0.r300896/517655 K 17 rubygem-analogger V 29 dir 4-190209.0.r300896/618755 K 12 rubygem-ansi V 27 dir 4-284457.0.r301423/1225 K 18 rubygem-app_config V 30 dir 4-278591.0.r300896/4610825 K 19 rubygem-arrayfields V 30 dir 4-222658.0.r300896/1037270 K 23 rubygem-atoulme-antwrap V 30 dir 4-281642.0.r300896/2460882 K 13 rubygem-attic V 30 dir 4-285407.0.r300896/7731021 K 17 rubygem-authlogic V 27 dir 4-236753.0.r301425/1247 K 21 rubygem-awesome_print V 27 dir 4-297963.0.r305052/1369 K 17 rubygem-backports V 27 dir 4-296296.0.r303498/1014 K 13 rubygem-bacon V 29 dir 4-298418.0.r300896/718737 K 15 rubygem-benelux V 30 dir 4-285409.0.r300896/1236764 K 15 rubygem-bioruby V 27 dir 4-236468.0.r303222/1126 K 12 rubygem-bson V 30 dir 4-292007.0.r300896/5563727 K 16 rubygem-bugspots V 29 dir 4-289614.0.r300896/743063 K 15 rubygem-builder V 28 dir 4-181652.0.r301519/68996 K 20 rubygem-childprocess V 27 dir 4-296403.0.r304705/1262 K 15 rubygem-chronic V 27 dir 4-231895.0.r302020/1240 K 18 rubygem-classifier V 30 dir 4-246398.0.r300896/5857570 K 12 rubygem-clio V 29 dir 4-278632.0.r300896/680777 K 18 rubygem-cloudfiles V 30 dir 4-276050.0.r300896/7089597 K 20 rubygem-coffee-rails V 29 dir 4-284410.0.r301858/131658 K 21 rubygem-coffee-script V 29 dir 4-283653.0.r301858/132346 K 28 rubygem-coffee-script-source V 30 dir 4-283652.0.r300896/2434337 K 17 rubygem-columnize V 30 dir 4-221775.0.r300896/5376166 K 21 rubygem-configuration V 30 dir 2-245056.0.r300896/4755451 K 15 rubygem-cool.io V 27 dir 4-300930.0.r300930/2295 K 13 rubygem-crack V 29 dir 4-231593.0.r300896/933222 K 11 rubygem-cri V 27 dir 4-295581.0.r303106/1267 K 25 rubygem-daemon_controller V 30 dir 4-264378.0.r300896/7664764 K 15 rubygem-daemons V 27 dir 4-164459.0.r302814/1239 K 16 rubygem-deeptest V 30 dir 4-231897.0.r300896/3342862 K 19 rubygem-delayed_job V 27 dir 4-275793.0.r303106/1919 K 20 rubygem-dep_selector V 30 dir 4-287499.0.r300896/8466941 K 18 rubygem-deprecated V 30 dir 4-240388.0.r300896/4605615 K 19 rubygem-deprecated2 V 30 dir 4-261597.0.r300896/1217550 K 14 rubygem-devise V 27 dir 4-275790.0.r301474/1313 K 25 rubygem-directory_watcher V 30 dir 4-245040.0.r300896/5089539 K 12 rubygem-ditz V 29 dir 4-229677.0.r301510/221646 K 15 rubygem-drydock V 30 dir 4-285201.0.r300896/6932306 K 13 rubygem-echoe V 29 dir 4-235903.0.r301510/222318 K 29 rubygem-edavis10-object_daddy V 30 dir 4-270556.0.r300896/8771201 K 12 rubygem-elif V 30 dir 4-253970.0.r300896/7284373 K 14 rubygem-errand V 30 dir 4-296338.0.r300896/6707920 K 20 rubygem-eventmachine V 29 dir 4-190018.0.r300896/813425 K 13 rubygem-excon V 27 dir 4-302119.0.r303511/1003 K 14 rubygem-execjs V 30 dir 4-283651.0.r300896/5127308 K 14 rubygem-extlib V 30 dir 4-221360.0.r300896/5064552 K 14 rubygem-facets V 30 dir 4-196245.0.r300896/6764155 K 20 rubygem-fast-stemmer V 30 dir 4-265862.0.r300896/7713523 K 17 rubygem-fastercsv V 27 dir 4-172258.0.r301428/1247 K 14 rubygem-fastri V 30 dir 4-277404.0.r300896/8222915 K 18 rubygem-fastthread V 30 dir 4-186559.0.r300896/5859031 K 13 rubygem-fattr V 30 dir 4-222660.0.r300896/3646790 K 11 rubygem-ffi V 29 dir 4-255000.0.r300896/577048 K 17 rubygem-file-tail V 27 dir 4-242670.0.r303315/1368 K 17 rubygem-filemagic V 30 dir 4-272483.0.r300896/5394859 K 11 rubygem-fog V 28 dir 4-302144.0.r302249/12099 K 18 rubygem-formatador V 27 dir 4-302120.0.r302120/2369 K 13 rubygem-gdata V 30 dir 4-229128.0.r300896/7059231 K 18 rubygem-gem_plugin V 30 dir 4-164456.0.r300896/8565192 K 17 rubygem-gemcutter V 29 dir 4-261583.0.r301858/133027 K 15 rubygem-georuby V 30 dir 4-231900.0.r300896/4758320 K 14 rubygem-getopt V 30 dir 4-251309.0.r300896/8656585 K 22 rubygem-getopt-declare V 30 dir 4-279188.0.r300896/6546264 K 15 rubygem-gettext V 26 dir g-54165.0.r304196/1004 K 15 rubygem-gibbler V 30 dir 4-285408.0.r300896/2548002 K 11 rubygem-git V 30 dir 4-222642.0.r300896/1792839 K 12 rubygem-grit V 30 dir 4-222654.0.r300896/3626952 K 14 rubygem-hashie V 30 dir 4-270203.0.r300896/7443545 K 16 rubygem-highline V 30 dir 4-200935.0.r300896/3576201 K 12 rubygem-hike V 30 dir 4-283649.0.r300896/5352244 K 11 rubygem-hoe V 27 dir 6-178912.0.r302043/1228 K 16 rubygem-holidays V 27 dir 4-263873.0.r302455/1241 K 12 rubygem-i18n V 30 dir 4-260406.0.r300896/3028397 K 17 rubygem-icalendar V 30 dir 4-231896.0.r300896/6717832 K 14 rubygem-igraph V 30 dir 4-233612.0.r300896/3761723 K 14 rubygem-inline V 26 dir g-74328.0.r301430/1238 K 16 rubygem-interact V 30 dir 4-288284.0.r300896/8468385 K 15 rubygem-io-like V 30 dir 4-279003.0.r300896/5405326 K 16 rubygem-iobuffer V 30 dir 4-300714.0.r300896/2681244 K 14 rubygem-jammit V 30 dir 4-275786.0.r300896/6477097 K 15 rubygem-jeweler V 27 dir 4-292992.0.r302318/1240 K 18 rubygem-jruby-jars V 30 dir 4-241510.0.r300896/5128761 K 12 rubygem-json V 27 dir 4-195276.0.r302879/1009 K 15 rubygem-json146 V 30 dir 4-276148.0.r300896/2046903 K 17 rubygem-json_pure V 27 dir 4-221294.0.r302878/1015 K 12 rubygem-kgio V 30 dir 4-285920.0.r300896/4314076 K 15 rubygem-launchy V 27 dir 2-245059.0.r302877/1006 K 17 rubygem-linecache V 30 dir 4-221774.0.r300896/3514747 K 14 rubygem-listen V 26 dir 4-305040.0.r305063/579 K 22 rubygem-little_plugger V 30 dir 2-245058.0.r300896/8981015 K 14 rubygem-locale V 25 dir s-54165.0.r303589/683 K 16 rubygem-lockfile V 30 dir 4-227886.0.r300896/2635164 K 15 rubygem-logging V 30 dir 2-245060.0.r300896/6951113 K 18 rubygem-loquacious V 30 dir 2-245057.0.r300896/7743249 K 12 rubygem-main V 30 dir 4-222657.0.r300896/4109919 K 11 rubygem-map V 27 dir 4-298473.0.r301469/1223 K 12 rubygem-mash V 30 dir 4-233024.0.r300896/4442024 K 14 rubygem-metaid V 30 dir 4-224902.0.r300896/6319382 K 21 rubygem-method_source V 27 dir 4-290679.0.r301465/1257 K 16 rubygem-minitest V 27 dir 4-275839.0.r302031/1010 K 14 rubygem-mirror V 27 dir 4-296871.0.r303106/2699 K 29 rubygem-mixlib-authentication V 30 dir 4-253164.0.r300896/1967529 K 18 rubygem-mixlib-cli V 30 dir 4-253166.0.r300896/2404296 K 21 rubygem-mixlib-config V 30 dir 4-253165.0.r300896/7202111 K 18 rubygem-mixlib-log V 27 dir 4-253163.0.r303203/1250 K 23 rubygem-mixlib-shellout V 26 dir 4-303102.0.r303729/534 K 12 rubygem-mkrf V 30 dir 4-271281.0.r300896/7273100 K 13 rubygem-mocha V 29 dir 4-211690.0.r301510/222993 K 14 rubygem-moneta V 30 dir 4-252955.0.r300896/5590135 K 13 rubygem-mongo V 30 dir 4-292015.0.r300896/2965468 K 15 rubygem-msgpack V 27 dir 4-248127.0.r304706/1287 K 13 rubygem-mspec V 30 dir 4-296782.0.r300896/1306172 K 18 rubygem-multi_json V 28 dir 4-270257.0.r301418/59928 K 14 rubygem-mutter V 30 dir 4-265839.0.r300896/4244657 K 15 rubygem-ncurses V 27 dir 4-264569.0.r303106/4266 K 16 rubygem-ncursesw V 27 dir 4-271861.0.r303106/5049 K 14 rubygem-needle V 30 dir 4-153786.0.r300896/5282316 K 16 rubygem-nice-ffi V 30 dir 4-255001.0.r300896/1341692 K 14 rubygem-notify V 27 dir 4-253740.0.r302540/1199 K 13 rubygem-open4 V 29 dir 4-204893.0.r300896/825693 K 19 rubygem-orm_adapter V 27 dir 4-275788.0.r301472/1256 K 13 rubygem-paint V 27 dir 4-305251.0.r305251/2023 K 17 rubygem-parsetree V 30 dir 4-189884.0.r300896/4777396 K 14 rubygem-piston V 30 dir 4-231382.0.r300896/6658384 K 18 rubygem-pkg-config V 27 dir 4-262862.0.r302118/1246 K 16 rubygem-platform V 30 dir 4-211166.0.r300896/3416639 K 16 rubygem-polyglot V 30 dir 4-242661.0.r300896/7454316 K 14 rubygem-popen4 V 30 dir 4-275783.0.r300896/1712012 K 19 rubygem-posix-spawn V 30 dir 4-284647.0.r300896/4153957 K 23 rubygem-prototype-rails V 30 dir 4-297969.0.r300896/1416708 K 11 rubygem-pry V 27 dir 4-290681.0.r301467/1302 K 18 rubygem-ptreloaded V 30 dir 4-200290.0.r300896/4305008 K 12 rubygem-racc V 30 dir 4-292655.0.r300896/3364345 K 24 rubygem-railsless-deploy V 29 dir 4-281003.0.r300896/612654 K 15 rubygem-rainbow V 30 dir 4-289612.0.r300896/6387762 K 12 rubygem-rake V 30 dir 4-139694.0.r300896/3648239 K 21 rubygem-rake-compiler V 27 dir 4-287498.0.r301476/1261 K 12 rubygem-rapt V 30 dir 4-181663.0.r300896/3781228 K 14 rubygem-rascut V 30 dir 4-204642.0.r300896/8144773 K 12 rubygem-rash V 28 dir 4-273539.0.r301519/69667 K 18 rubygem-rb-inotify V 26 dir 4-284209.0.r304982/669 K 12 rubygem-rcov V 30 dir 4-212277.0.r300896/6078108 K 12 rubygem-rdoc V 30 dir d-276171.0.r300896/7203553 K 19 rubygem-require_all V 30 dir 4-275841.0.r300896/8752954 K 11 rubygem-rgl V 30 dir 4-141903.0.r300896/5729770 K 14 rubygem-ripper V 27 dir 4-301503.0.r301503/2678 K 15 rubygem-rparsec V 30 dir 4-220684.0.r300896/3659726 K 10 rubygem-rr V 30 dir 4-261580.0.r300896/5591563 K 12 rubygem-rscm V 30 dir 4-153484.0.r300896/6760908 K 13 rubygem-rspec V 27 dir 4-181813.0.r301363/2291 K 18 rubygem-rspec-core V 27 dir 4-276467.0.r301363/3491 K 26 rubygem-rspec-expectations V 27 dir 4-276468.0.r302027/1073 K 19 rubygem-rspec-mocks V 27 dir 4-276469.0.r302837/1031 K 15 rubygem-rubigen V 30 dir 4-221318.0.r300896/3935940 K 18 rubygem-ruby-debug V 30 dir 4-196375.0.r300896/4956280 K 23 rubygem-ruby-debug-base V 30 dir 4-196373.0.r300896/4481086 K 22 rubygem-ruby-debug-ide V 30 dir 4-236487.0.r300896/7070635 K 16 rubygem-ruby-ole V 27 dir 4-222299.0.r301458/1250 K 17 rubygem-ruby-prof V 27 dir 4-196407.0.r303199/1251 K 20 rubygem-ruby-sdl-ffi V 29 dir 4-255002.0.r300896/987678 K 19 rubygem-ruby-statsd V 30 dir 4-292016.0.r300896/3344316 K 17 rubygem-ruby2ruby V 30 dir 4-200286.0.r300896/3981350 K 19 rubygem-ruby_parser V 26 dir 4-236286.0.r301489/767 K 17 rubygem-rubyforge V 30 dir 4-178782.0.r300896/6407032 K 16 rubygem-rubygame V 30 dir e-166695.0.r300896/3390691 K 23 rubygem-rubyinlineaccel V 30 dir 4-200288.0.r300896/5202498 K 16 rubygem-rubytree V 30 dir 4-289374.0.r300896/5646093 K 12 rubygem-runt V 29 dir 4-231894.0.r300896/864516 K 14 rubygem-ruport V 29 dir 4-231899.0.r301858/133705 K 11 rubygem-sdl V 30 dir 4-272489.0.r300896/6747733 K 14 rubygem-sequel V 27 dir 4-224724.0.r302030/1008 K 22 rubygem-sexp_processor V 27 dir 4-227495.0.r302026/1268 K 15 rubygem-shoulda V 29 dir 4-261582.0.r300896/986229 K 19 rubygem-simple_form V 30 dir 4-275796.0.r300896/5385702 K 12 rubygem-slop V 27 dir 4-290680.0.r301466/1232 K 14 rubygem-soap4r V 30 dir 4-231902.0.r300896/3758853 K 17 rubygem-sprockets V 30 dir 4-279437.0.r300896/1521333 K 13 rubygem-spruz V 30 dir 4-255548.0.r300896/7886612 K 21 rubygem-state_machine V 30 dir 4-273518.0.r300896/4421508 K 14 rubygem-stella V 30 dir 4-285565.0.r300896/4344295 K 15 rubygem-stemmer V 30 dir 4-246397.0.r300896/6329091 K 13 rubygem-stomp V 30 dir 4-236137.0.r300896/8879545 K 16 rubygem-storable V 29 dir 4-285079.0.r300896/901139 K 14 rubygem-stream V 30 dir 4-141901.0.r300896/4881081 K 21 rubygem-streetaddress V 30 dir 4-231898.0.r300896/5492671 K 16 rubygem-stringex V 27 dir 4-256405.0.r301482/1247 K 15 rubygem-subexec V 29 dir 4-285080.0.r300896/652040 K 18 rubygem-sugar-high V 30 dir 4-275842.0.r300896/2823446 K 29 rubygem-sundawg_country_codes V 30 dir 4-273523.0.r300896/3304852 K 15 rubygem-sysinfo V 30 dir 4-285374.0.r300896/3384949 K 15 rubygem-systemu V 27 dir 4-253162.0.r303258/1240 K 17 rubygem-templater V 30 dir 4-227579.0.r300896/2304041 K 12 rubygem-test V 27 dir 4-275838.0.r303106/5828 K 17 rubygem-test-unit V 27 dir 4-258970.0.r303260/1248 K 12 rubygem-thor V 27 dir 4-260405.0.r302857/1018 K 14 rubygem-thrift V 30 dir c-200146.0.r300896/1704987 K 12 rubygem-tilt V 30 dir 4-268881.0.r300896/2312917 K 12 rubygem-tins V 26 dir 4-284526.0.r303484/994 K 25 rubygem-transactionsimple V 30 dir 4-147690.0.r300896/6859591 K 15 rubygem-treetop V 30 dir 4-242662.0.r300896/8312959 K 15 rubygem-trollop V 30 dir 4-225507.0.r300896/2362506 K 12 rubygem-turn V 27 dir 4-284473.0.r301424/1296 K 14 rubygem-tzinfo V 30 dir 4-165012.0.r300896/1409937 K 15 rubygem-unicode V 27 dir 4-259804.0.r302466/1238 K 12 rubygem-uuid V 30 dir 4-222659.0.r300896/1972790 K 17 rubygem-uuidtools V 27 dir 4-256406.0.r301433/1245 K 19 rubygem-validatable V 30 dir 4-224900.0.r300896/3050564 K 15 rubygem-warbler V 30 dir 4-218219.0.r300896/6678470 K 14 rubygem-warden V 27 dir 4-275787.0.r301473/1235 K 13 rubygem-webby V 30 dir 2-245061.0.r300896/4469048 K 17 rubygem-yajl-ruby V 30 dir 4-264695.0.r300896/8523045 K 20 rubygem-yajl-ruby077 V 30 dir 4-287511.0.r300896/5897936 K 22 rubygem-yui-compressor V 30 dir 4-275784.0.r300896/8946989 K 15 rubygem-zentest V 27 dir 4-190639.0.r302032/1239 K 12 rubygem-zoom V 30 dir i-143795.0.r300896/3395457 K 10 rudeconfig V 30 dir 4-199080.0.r300896/4136363 K 9 rudiments V 28 dir 4-44631.0.r301539/204347 K 3 rvi V 29 dir 4-44752.0.r300896/5971360 K 3 rvm V 28 dir 2-28899.0.r301539/205050 K 5 sabre V 30 dir 4-257104.0.r300896/1148002 K 8 safe-iop V 30 dir 4-261882.0.r300896/7850539 K 7 safestr V 29 dir 4-96447.0.r300896/4162422 K 9 scalatest V 29 dir 4-265976.0.r300896/819568 K 7 scandoc V 29 dir 4-41452.0.r300896/5744770 K 5 scons V 29 dir 4-55485.0.r300896/5388240 K 16 scsh-install-lib V 30 dir 4-113863.0.r300896/5483698 K 5 sdl12 V 27 dir 13-20681.0.r301271/6413 K 11 sdl_console V 30 dir 4-212134.0.r300896/1228349 K 7 sdl_sge V 30 dir 4-169911.0.r300896/4391084 K 5 sdlmm V 29 dir 4-44280.0.r300896/5224284 K 6 sdts++ V 29 dir 2-31072.0.r300896/8384805 K 6 sedsed V 29 dir 4-73066.0.r300896/6829181 K 4 seed V 31 dir a8-244923.0.r300896/3303369 K 8 semantic V 29 dir 4-52477.0.r300896/7853017 K 10 serdisplib V 30 dir 4-276420.0.r300896/8632876 K 4 sfio V 28 dir 2-8534.0.r300896/4564161 K 4 sfml V 30 dir 4-237932.0.r300896/4731836 K 7 sfslite V 30 dir 4-142999.0.r300896/1436135 K 11 sfslite-dbg V 30 dir 4-149980.0.r300896/5889575 K 13 sfslite-noopt V 30 dir 4-149978.0.r300896/6915163 K 3 sgb V 29 dir 4-80110.0.r300896/6615469 K 3 sgl V 29 dir 4-89522.0.r300896/6622714 K 17 sh-rtems-binutils V 30 dir 91-30430.0.r300896/7531962 K 12 sh-rtems-gcc V 30 dir 9d-30430.0.r300896/6689259 K 12 sh-rtems-gdb V 30 dir 9l-30430.0.r300896/6719940 K 8 shapelib V 29 dir 4-42771.0.r300896/2710611 K 7 shflags V 30 dir 4-246050.0.r300896/5516393 K 8 shiboken V 27 dir 4-287623.0.r301273/3925 K 5 shmap V 29 dir 4-55593.0.r300896/2004077 K 11 showgrammar V 29 dir 4-62782.0.r300896/3026957 K 6 shtool V 29 dir 2-18139.0.r300896/6801514 K 3 sid V 30 dir 4-192872.0.r300896/6683516 K 7 sigslot V 29 dir 4-63723.0.r300896/7557795 K 12 silc-toolkit V 29 dir 4-97130.0.r300896/6460157 K 9 silentbob V 30 dir 4-223037.0.r300896/4617348 K 7 simgear V 26 dir 4-73752.0.r303810/6381 K 6 simian V 30 dir 6-291953.0.r300896/8516329 K 10 simpletest V 29 dir 4-124740.0.r301510/225085 K 8 simulavr V 29 dir 4-66029.0.r300896/5002289 K 7 skalibs V 29 dir 4-90135.0.r300896/5722705 K 5 slf4j V 27 dir 4-242784.0.r302823/1331 K 5 smake V 28 dir 4-129725.0.r305369/28806 K 3 smc V 30 dir 4-110726.0.r300896/6806636 K 6 sml_tk V 30 dir 4-215448.0.r300896/3534944 K 3 smv V 29 dir 4-95707.0.r300896/6827783 K 6 soapui V 29 dir 4-196334.0.r301510/225848 K 9 sourcenav V 29 dir h-30982.0.r300896/3076893 K 20 sparc-rtems-binutils V 30 dir 9t-30430.0.r300896/7789432 K 15 sparc-rtems-gcc V 30 dir a5-30430.0.r300896/4011595 K 15 sparc-rtems-gdb V 30 dir ad-30430.0.r300896/4058305 K 12 spatialindex V 30 dir 4-215346.0.r300896/8958716 K 6 spdict V 30 dir 4-196969.0.r300896/7614449 K 4 spin V 29 dir 2-15311.0.r300896/7411331 K 6 splint V 24 dir j-4937.0.r304910/615 K 7 srecord V 30 dir 4-197584.0.r300896/8490868 K 2 st V 29 dir 4-39951.0.r300896/4523979 K 7 statcvs V 30 dir 4-231023.0.r300896/3955385 K 7 statsvn V 30 dir 4-231024.0.r300896/5111398 K 4 stfl V 30 dir 4-188741.0.r300896/3285563 K 7 stlfilt V 28 dir 4-103732.0.r305369/29461 K 7 stlport V 29 dir 2-15407.0.r300896/7913316 K 16 stormlib-ghost++ V 29 dir 4-269119.0.r302528/129564 K 3 str V 29 dir 2-24608.0.r300896/7039581 K 6 strace V 29 dir 4-42622.0.r300896/2511432 K 16 streamhtmlparser V 26 dir 4-302535.0.r302536/573 K 14 stringencoders V 30 dir 4-193664.0.r300896/5519394 K 4 styx V 29 dir 4-41476.0.r300896/3907298 K 9 subclipse V 30 dir 4-146812.0.r300896/8040182 K 12 subcommander V 30 dir 4-199161.0.r300896/6074819 K 13 subcommander2 V 30 dir e-199161.0.r300896/6129517 K 10 subversion V 27 dir 4-53081.0.r304273/11846 K 12 subversion16 V 28 dir y-53081.0.r302724/104047 K 10 subversive V 30 dir 4-185286.0.r300896/1818548 K 9 sunterlib V 30 dir 4-113864.0.r300896/7312198 K 3 svk V 30 dir 4-104186.0.r300896/7093092 K 7 svn2git V 30 dir 2-272261.0.r300896/7797838 K 13 svn_load_dirs V 30 dir 4-189549.0.r300896/2145238 K 8 svndelta V 30 dir 4-173530.0.r300896/2242851 K 6 svnkit V 30 dir g-141606.0.r300896/5489815 K 8 svnmerge V 30 dir 4-264488.0.r300896/7721154 K 7 svntrac V 30 dir 4-213307.0.r300896/7452876 K 13 swank-clojure V 29 dir 4-256625.0.r300896/820998 K 6 swig13 V 25 dir 13-3009.0.r302756/730 K 6 swig20 V 29 dir 1f-3009.0.r300896/6038549 K 6 synfig V 30 dir 4-198430.0.r300896/2300735 K 11 sysconftool V 27 dir 4-53999.0.r305298/77958 K 10 sysfsutils V 30 dir 4-207464.0.r300896/4009098 K 5 t1lib V 29 dir 2-19266.0.r300896/5422085 K 6 ta-lib V 30 dir 4-198915.0.r300896/6934825 K 6 tailor V 30 dir 4-166577.0.r300896/8962387 K 6 talloc V 26 dir c-237649.0.r301376/567 K 3 tbb V 30 dir 4-200682.0.r300896/7588136 K 11 tcl-memchan V 29 dir 4-31171.0.r300896/8674627 K 10 tcl-signal V 26 dir 4-302643.0.r302644/527 K 7 tcl-trf V 30 dir 2-237667.0.r300896/8419097 K 8 tclcheck V 28 dir 2-7398.0.r300896/5982133 K 5 tclcl V 29 dir 2-18228.0.r300896/8112155 K 10 tclgetopts V 29 dir 2-18387.0.r300896/1180874 K 6 tcllib V 29 dir 4-29423.0.r300896/6099055 K 7 tclmore V 29 dir 4-160801.0.r300896/647038 K 11 tclreadline V 29 dir 2-21899.0.r300896/4593841 K 9 tclthread V 30 dir 4-190739.0.r300896/1510395 K 6 tcltls V 29 dir 4-29422.0.r300896/6794063 K 6 tclxml V 29 dir 4-81063.0.r300896/2753389 K 3 tdl V 29 dir 4-47140.0.r300896/7670287 K 11 terminality V 29 dir 4-42010.0.r300896/3072490 K 6 tevent V 27 dir m-237649.0.r301377/1749 K 6 thrift V 30 dir 4-200141.0.r300896/3849336 K 17 thunar-vcs-plugin V 30 dir i-221773.0.r300896/5986467 K 4 tide V 29 dir 4-41049.0.r300896/2529525 K 3 tig V 30 dir 4-209381.0.r300896/7786966 K 5 tigcc V 30 dir 4-101906.0.r300896/5169947 K 5 tijmp V 30 dir 4-204127.0.r300896/8921677 K 7 tinylaf V 30 dir 4-137345.0.r300896/3400859 K 5 tinyq V 26 dir 4-73989.0.r303743/1205 K 6 titano V 29 dir 4-33102.0.r300896/8218121 K 5 tkcon V 29 dir 2-19896.0.r300896/7691520 K 5 tkcvs V 28 dir 2-3457.0.r300896/7882280 K 9 tkinspect V 29 dir 4-90337.0.r300896/6381607 K 7 tkmerge V 30 dir 6-130836.0.r300896/2213431 K 4 tkp4 V 29 dir 4-59341.0.r300896/5235176 K 3 tla V 29 dir 4-87145.0.r300896/7875751 K 5 tmake V 29 dir 4-27047.0.r300896/3279466 K 3 tnt V 29 dir 4-82177.0.r300896/8000591 K 3 toh V 30 dir 4-183473.0.r300896/8020473 K 7 tokamak V 30 dir 4-215680.0.r300896/4908995 K 11 tortoisehg2 V 27 dir 4-275497.0.r304033/3177 K 5 tpasm V 29 dir 4-76505.0.r300896/4970164 K 11 trac-bitten V 30 dir 4-283495.0.r300896/1971358 K 4 trio V 29 dir 4-43459.0.r300896/4386171 K 4 truc V 30 dir 4-187263.0.r300896/4858515 K 6 u-boot V 30 dir 4-199772.0.r300896/1631752 K 9 uclmmbase V 29 dir 2-25080.0.r300896/8583849 K 7 ucommon V 27 dir 4-269434.0.r302460/1529 K 4 ucpp V 29 dir 4-38381.0.r300896/8062189 K 6 udis86 V 30 dir 4-164940.0.r300896/2665544 K 11 ultragetopt V 30 dir 4-294304.0.r300896/8235763 K 4 umem V 30 dir 4-188157.0.r300896/1866805 K 8 umlgraph V 27 dir 4-269179.0.r303402/2667 K 18 universalindentgui V 30 dir 4-242446.0.r300896/1975788 K 4 upnp V 26 dir 4-63952.0.r303668/1654 K 3 upp V 29 dir 4-157836.0.r300896/614073 K 6 uppaal V 30 dir 4-148445.0.r300896/8477859 K 6 upslug V 30 dir 4-221145.0.r300896/5961923 K 6 urjtag V 27 dir 4-205031.0.r305027/1503 K 4 ustl V 28 dir 4-96613.0.r300896/713658 K 6 uthash V 30 dir 4-296093.0.r300896/8829652 K 8 valgrind V 27 dir 4-109795.0.r303444/3128 K 17 valgrind-snapshot V 29 dir 4-109799.0.r301539/206538 K 6 valide V 30 dir 4-218124.0.r300896/2542627 K 7 varconf V 29 dir 4-40911.0.r300896/8930703 K 4 vb2c V 26 dir 4-52274.0.r304608/7640 K 6 viewvc V 28 dir m-30092.0.r302724/104805 K 6 violet V 30 dir 4-265376.0.r300896/8492283 K 4 vstr V 29 dir 4-100710.0.r301539/207305 K 4 vtcl V 28 dir 2-6630.0.r300896/4538073 K 3 vtg V 30 dir 4-283309.0.r300896/1837935 K 5 vxlog V 30 dir 4-260494.0.r300896/5594807 K 14 wand-libconfig V 30 dir 4-201604.0.r300896/7388789 K 6 websvn V 30 dir 4-110006.0.r300896/1430614 K 7 wininfo V 29 dir 4-111408.0.r301539/208061 K 6 winpdb V 30 dir 4-185220.0.r300896/3408919 K 9 wizardkit V 30 dir e-175683.0.r300896/1822212 K 7 wxGlade V 29 dir 4-80623.0.r300896/6848809 K 8 xc3sprog V 29 dir 2-254506.0.r300896/560467 K 13 xdg-user-dirs V 30 dir 4-217018.0.r300896/2356367 K 9 xdg-utils V 30 dir 4-172056.0.r300896/5382431 K 15 xfce4-dev-tools V 30 dir 4-182995.0.r300896/2103634 K 6 xlslib V 30 dir 4-151097.0.r300896/3348055 K 5 xmake V 28 dir 2-6430.0.r300896/3775215 K 10 xmltooling V 30 dir 4-223194.0.r300896/8810838 K 11 xorg-macros V 32 dir 27z-191544.0.r300896/8279052 K 6 xparam V 29 dir 4-52044.0.r300896/2203813 K 3 xtl V 29 dir 4-47306.0.r300896/4120446 K 4 xtla V 29 dir 4-112763.0.r303664/135774 K 4 xwpe V 28 dir 2-5437.0.r300896/6526412 K 5 xxgdb V 28 dir 2-1593.0.r300896/3979916 K 3 xxl V 29 dir 4-87973.0.r300896/4256483 K 4 yajl V 26 dir 4-251776.0.r302937/857 K 8 yajl-tcl V 27 dir 2-301011.0.r302151/1403 K 8 yaml-cpp V 27 dir 4-305090.0.r305090/2884 K 4 yasm V 29 dir 4-78492.0.r300896/1932546 K 7 z80-asm V 29 dir 4-73952.0.r300896/2633718 K 6 z80asm V 28 dir 4-204778.0.r301519/70427 K 5 z80ex V 30 dir 4-249204.0.r300896/8064655 K 3 zmq V 30 dir 4-217808.0.r300896/6212192 K 9 zmq-devel V 30 dir 4-281588.0.r300896/3620366 K 9 zookeeper V 27 dir 2-300568.0.r304842/1536 K 4 ztcl V 29 dir 4-160805.0.r300896/699299 K 7 zthread V 29 dir 4-43255.0.r300896/4447786 K 7 zziplib V 25 dir 4-36771.0.r302742/604 END ENDREP id: 1-73.0.r305393/309625 type: dir pred: 1-73.0.r305392/230684 count: 37126 text: 305393 80800 228812 228812 79ca6b3507a13abd43f2a9eafbbe62d9 cpath: /head/devel copyroot: 0 / PLAIN K 10 .cvsignore V 23 file 1-7295.0.r7322/129 K 7 CHANGES V 27 file 1-99373.0.r303381/1863 K 9 COPYRIGHT V 31 file 1-146787.0.r300895/3679195 K 4 GIDs V 28 file 1-168311.0.r305277/3634 K 5 KNOBS V 31 file 1-147337.0.r300895/4669965 K 5 LEGAL V 25 file 1-748.0.r304644/2195 K 5 MOVED V 27 file 1-69878.0.r304925/1129 K 8 Makefile V 21 file 1-6.0.r302115/94 K 2 Mk V 22 dir 1-5.0.r305389/3400 K 6 README V 29 file 1-2408.0.r300895/4775053 K 9 Templates V 28 dir 1-2932.0.r300895/4753190 K 5 Tools V 26 dir 3-15302.0.r304756/3516 K 4 UIDs V 28 file 4-168311.0.r305277/3917 K 8 UPDATING V 29 file 1-102685.0.r305393/30477 K 13 accessibility V 26 dir 1-42583.0.r303740/4860 K 6 arabic V 27 dir 1-38973.0.r303028/57544 K 9 archivers V 25 dir 1-242.0.r305382/11094 K 5 astro V 24 dir 1-301.0.r305158/8559 K 5 audio V 25 dir 1-148.0.r305379/44546 K 10 benchmarks V 23 dir 1-62.0.r305062/5937 K 7 biology V 26 dir 1-9066.0.r305131/10886 K 3 cad V 24 dir 1-276.0.r305313/5782 K 7 chinese V 26 dir 1-3770.0.r305132/11118 K 5 comms V 24 dir 1-76.0.r305356/58097 K 10 converters V 26 dir 1-1561.0.r305298/75180 K 9 databases V 25 dir 1-771.0.r305364/51379 K 9 deskutils V 26 dir 1-2098.0.r305369/23063 K 5 devel V 25 dir 1-73.0.r305393/309625 K 3 dns V 27 dir 1-6145.0.r305369/265786 K 7 editors V 24 dir 4-6.0.r305369/282935 K 9 emulators V 25 dir 1-181.0.r305304/11960 K 7 finance V 26 dir 1-4110.0.r305381/11042 K 6 french V 28 dir 1-25673.0.r305172/232743 K 3 ftp V 24 dir 1-199.0.r305343/6610 K 5 games V 26 dir 1-104.0.r305369/341207 K 6 german V 27 dir 1-7451.0.r305172/236334 K 8 graphics V 25 dir 1-94.0.r305369/397971 K 6 hebrew V 28 dir 3-31142.0.r303028/171428 K 9 hungarian V 28 dir 1p-38973.0.r304374/92858 K 3 irc V 23 dir 1-42.0.r305036/9571 K 8 japanese V 25 dir 1-410.0.r304930/19575 K 4 java V 26 dir 1-2798.0.r305320/25059 K 6 korean V 27 dir 1-5873.0.r303028/195907 K 4 lang V 24 dir 1-15.0.r305390/19854 K 4 mail V 25 dir 1-57.0.r305369/439836 K 4 math V 26 dir 1-162.0.r305369/476531 K 4 misc V 25 dir 7-35.0.r305369/509968 K 10 multimedia V 25 dir d-333.0.r305355/21052 K 3 net V 25 dir 1-22.0.r305369/576311 K 6 net-im V 29 dir 15-11144.0.r305349/100145 K 8 net-mgmt V 26 dir r-1011.0.r305199/18227 K 7 net-p2p V 26 dir g-29106.0.r305279/9501 K 4 news V 25 dir 1-145.0.r305301/55388 K 4 palm V 27 dir 1-6646.0.r305349/102929 K 6 polish V 29 dir tv-38973.0.r305349/105066 K 10 ports-mgmt V 27 dir 1-5132.0.r305369/582183 K 10 portuguese V 28 dir 1-17842.0.r304374/117405 K 5 print V 24 dir 1-79.0.r305375/17150 K 7 russian V 27 dir 1-1559.0.r305172/240385 K 7 science V 26 dir n-5356.0.r305132/56220 K 8 security V 26 dir 1-269.0.r305369/635087 K 6 shells V 24 dir w-6.0.r305369/637941 K 8 sysutils V 25 dir b-339.0.r305387/53867 K 8 textproc V 25 dir 1-322.0.r305385/82228 K 9 ukrainian V 28 dir g-39704.0.r304374/122945 K 10 vietnamese V 27 dir 1-4812.0.r303028/208383 K 3 www V 26 dir 1-114.0.r305391/123178 K 3 x11 V 25 dir 1-16.0.r305369/806295 K 10 x11-clocks V 26 dir 1-931.0.r305062/147030 K 11 x11-drivers V 29 dir 1-157567.0.r302594/703766 K 6 x11-fm V 26 dir 1-691.0.r304326/153728 K 9 x11-fonts V 26 dir 1-543.0.r305298/889075 K 11 x11-servers V 26 dir 1n-710.0.r303429/95798 K 10 x11-themes V 27 dir 1-14410.0.r305386/15438 K 12 x11-toolkits V 25 dir 1-120.0.r305281/18441 K 6 x11-wm V 25 dir 1-40.0.r305369/816727 END ENDREP id: 2-1.0.r305393/313157 type: dir pred: 2-1.0.r305392/234214 count: 305213 text: 305393 309802 3342 3342 484ba4fc5a3c3e356f3adc247a2b56e8 props: 7322 2684 45 0 7a04b33bf8e35fd5c3d111baaf403dc5 cpath: /head copyroot: 0 / PLAIN K 8 branches V 21 dir 0-1.0.r16195/3625 K 4 head V 24 dir 2-1.0.r305393/313157 K 8 svnadmin V 22 dir 3-1.0.r305139/1260 K 4 tags V 24 dir 8-1.0.r293834/871064 END ENDREP id: 0.0.r305393/313555 type: dir pred: 0.0.r305392/234612 count: 305393 text: 305393 313379 163 163 4fedab27b527f1ec8a929caafd656903 cpath: / copyroot: 0 / 1-102685.0.t305392-6jnd modify-file true false /head/UPDATING 2-75.0.t305392-6jnd modify-file true false /head/devel/Makefile _5.0.t305392-6jnd add-dir false false /head/devel/geany-plugin-addons _6.0.t305392-6jnd add-file true true /head/devel/geany-plugin-addons/Makefile _9.0.t305392-6jnd add-file true true /head/devel/geany-plugin-addons/pkg-descr _b.0.t305392-6jnd add-file true true /head/devel/geany-plugin-addons/pkg-plist _d.0.t305392-6jnd add-dir false false /head/devel/geany-plugin-codenav _e.0.t305392-6jnd add-file true true /head/devel/geany-plugin-codenav/Makefile _h.0.t305392-6jnd add-file true true /head/devel/geany-plugin-codenav/pkg-descr _j.0.t305392-6jnd add-file true true /head/devel/geany-plugin-codenav/pkg-plist _l.0.t305392-6jnd add-dir false false /head/devel/geany-plugin-debugger _m.0.t305392-6jnd add-file true true /head/devel/geany-plugin-debugger/Makefile _p.0.t305392-6jnd add-dir false false /head/devel/geany-plugin-debugger/files _q.0.t305392-6jnd add-file true true /head/devel/geany-plugin-debugger/files/patch-debugger__src__debug.c _t.0.t305392-6jnd add-file true true /head/devel/geany-plugin-debugger/pkg-descr _v.0.t305392-6jnd add-file true true /head/devel/geany-plugin-debugger/pkg-plist _x.0.t305392-6jnd add-dir false false /head/devel/geany-plugin-devhelp _y.0.t305392-6jnd add-file true true /head/devel/geany-plugin-devhelp/Makefile _11.0.t305392-6jnd add-file true true /head/devel/geany-plugin-devhelp/pkg-descr _13.0.t305392-6jnd add-file true true /head/devel/geany-plugin-devhelp/pkg-plist _15.0.t305392-6jnd add-dir false false /head/devel/geany-plugin-doc _16.0.t305392-6jnd add-file true true /head/devel/geany-plugin-doc/Makefile _19.0.t305392-6jnd add-file true true /head/devel/geany-plugin-doc/pkg-descr _1b.0.t305392-6jnd add-file true true /head/devel/geany-plugin-doc/pkg-plist _1d.0.t305392-6jnd add-dir false false /head/devel/geany-plugin-extrasel _1e.0.t305392-6jnd add-file true true /head/devel/geany-plugin-extrasel/Makefile _1h.0.t305392-6jnd add-file true true /head/devel/geany-plugin-extrasel/pkg-descr _1j.0.t305392-6jnd add-file true true /head/devel/geany-plugin-extrasel/pkg-plist _1l.0.t305392-6jnd add-dir false false /head/devel/geany-plugin-gdb _1m.0.t305392-6jnd add-file true true /head/devel/geany-plugin-gdb/Makefile _1p.0.t305392-6jnd add-file true true /head/devel/geany-plugin-gdb/pkg-descr _1r.0.t305392-6jnd add-file true true /head/devel/geany-plugin-gdb/pkg-plist _1t.0.t305392-6jnd add-dir false false /head/devel/geany-plugin-gendoc _1u.0.t305392-6jnd add-file true true /head/devel/geany-plugin-gendoc/Makefile _1x.0.t305392-6jnd add-file true true /head/devel/geany-plugin-gendoc/pkg-descr _1z.0.t305392-6jnd add-file true true /head/devel/geany-plugin-gendoc/pkg-plist _21.0.t305392-6jnd add-dir false false /head/devel/geany-plugin-geniuspaste _22.0.t305392-6jnd add-file true true /head/devel/geany-plugin-geniuspaste/Makefile _25.0.t305392-6jnd add-file true true /head/devel/geany-plugin-geniuspaste/pkg-descr _27.0.t305392-6jnd add-file true true /head/devel/geany-plugin-geniuspaste/pkg-plist _29.0.t305392-6jnd add-dir false false /head/devel/geany-plugin-gproject _2a.0.t305392-6jnd add-file true true /head/devel/geany-plugin-gproject/Makefile _2d.0.t305392-6jnd add-file true true /head/devel/geany-plugin-gproject/pkg-descr _2f.0.t305392-6jnd add-file true true /head/devel/geany-plugin-gproject/pkg-plist _2h.0.t305392-6jnd add-dir false false /head/devel/geany-plugin-insertnum _2i.0.t305392-6jnd add-file true true /head/devel/geany-plugin-insertnum/Makefile _2l.0.t305392-6jnd add-file true true /head/devel/geany-plugin-insertnum/pkg-descr _2n.0.t305392-6jnd add-file true true /head/devel/geany-plugin-insertnum/pkg-plist _2p.0.t305392-6jnd add-dir false false /head/devel/geany-plugin-latex _2q.0.t305392-6jnd add-file true true /head/devel/geany-plugin-latex/Makefile _2t.0.t305392-6jnd add-file true true /head/devel/geany-plugin-latex/pkg-descr _2v.0.t305392-6jnd add-file true true /head/devel/geany-plugin-latex/pkg-plist _2x.0.t305392-6jnd add-dir false false /head/devel/geany-plugin-lipsum _2y.0.t305392-6jnd add-file true true /head/devel/geany-plugin-lipsum/Makefile _31.0.t305392-6jnd add-file true true /head/devel/geany-plugin-lipsum/pkg-descr _33.0.t305392-6jnd add-file true true /head/devel/geany-plugin-lipsum/pkg-plist _35.0.t305392-6jnd add-dir false false /head/devel/geany-plugin-lua _36.0.t305392-6jnd add-file true true /head/devel/geany-plugin-lua/Makefile _39.0.t305392-6jnd add-file true true /head/devel/geany-plugin-lua/pkg-descr _3b.0.t305392-6jnd add-file true true /head/devel/geany-plugin-lua/pkg-plist _3d.0.t305392-6jnd add-dir false false /head/devel/geany-plugin-macro _3e.0.t305392-6jnd add-file true true /head/devel/geany-plugin-macro/Makefile _3h.0.t305392-6jnd add-file true true /head/devel/geany-plugin-macro/pkg-descr _3j.0.t305392-6jnd add-file true true /head/devel/geany-plugin-macro/pkg-plist _3l.0.t305392-6jnd add-dir false false /head/devel/geany-plugin-miniscript _3m.0.t305392-6jnd add-file true true /head/devel/geany-plugin-miniscript/Makefile _3p.0.t305392-6jnd add-file true true /head/devel/geany-plugin-miniscript/pkg-descr _3r.0.t305392-6jnd add-file true true /head/devel/geany-plugin-miniscript/pkg-plist _3t.0.t305392-6jnd add-dir false false /head/devel/geany-plugin-multiterm _3u.0.t305392-6jnd add-file true true /head/devel/geany-plugin-multiterm/Makefile _3x.0.t305392-6jnd add-file true true /head/devel/geany-plugin-multiterm/pkg-descr _3z.0.t305392-6jnd add-file true true /head/devel/geany-plugin-multiterm/pkg-plist _41.0.t305392-6jnd add-dir false false /head/devel/geany-plugin-numberedbookmarks _42.0.t305392-6jnd add-file true true /head/devel/geany-plugin-numberedbookmarks/Makefile _45.0.t305392-6jnd add-file true true /head/devel/geany-plugin-numberedbookmarks/pkg-descr _47.0.t305392-6jnd add-file true true /head/devel/geany-plugin-numberedbookmarks/pkg-plist _49.0.t305392-6jnd add-dir false false /head/devel/geany-plugin-pg _4a.0.t305392-6jnd add-file true true /head/devel/geany-plugin-pg/Makefile _4d.0.t305392-6jnd add-file true true /head/devel/geany-plugin-pg/pkg-descr _4f.0.t305392-6jnd add-file true true /head/devel/geany-plugin-pg/pkg-plist _4h.0.t305392-6jnd add-dir false false /head/devel/geany-plugin-pretty-printer _4i.0.t305392-6jnd add-file true true /head/devel/geany-plugin-pretty-printer/Makefile _4l.0.t305392-6jnd add-file true true /head/devel/geany-plugin-pretty-printer/pkg-descr _4n.0.t305392-6jnd add-file true true /head/devel/geany-plugin-pretty-printer/pkg-plist _4p.0.t305392-6jnd add-dir false false /head/devel/geany-plugin-prj _4q.0.t305392-6jnd add-file true true /head/devel/geany-plugin-prj/Makefile _4t.0.t305392-6jnd add-file true true /head/devel/geany-plugin-prj/pkg-descr _4v.0.t305392-6jnd add-file true true /head/devel/geany-plugin-prj/pkg-plist _4x.0.t305392-6jnd add-dir false false /head/devel/geany-plugin-sendmail _4y.0.t305392-6jnd add-file true true /head/devel/geany-plugin-sendmail/Makefile _51.0.t305392-6jnd add-file true true /head/devel/geany-plugin-sendmail/pkg-descr _53.0.t305392-6jnd add-file true true /head/devel/geany-plugin-sendmail/pkg-plist _55.0.t305392-6jnd add-dir false false /head/devel/geany-plugin-shiftcolumn _56.0.t305392-6jnd add-file true true /head/devel/geany-plugin-shiftcolumn/Makefile _59.0.t305392-6jnd add-file true true /head/devel/geany-plugin-shiftcolumn/pkg-descr _5b.0.t305392-6jnd add-file true true /head/devel/geany-plugin-shiftcolumn/pkg-plist _5d.0.t305392-6jnd add-dir false false /head/devel/geany-plugin-spellcheck _5e.0.t305392-6jnd add-file true true /head/devel/geany-plugin-spellcheck/Makefile _5h.0.t305392-6jnd add-file true true /head/devel/geany-plugin-spellcheck/pkg-descr _5j.0.t305392-6jnd add-file true true /head/devel/geany-plugin-spellcheck/pkg-plist _5l.0.t305392-6jnd add-dir false false /head/devel/geany-plugin-tableconvert _5m.0.t305392-6jnd add-file true true /head/devel/geany-plugin-tableconvert/Makefile _5p.0.t305392-6jnd add-file true true /head/devel/geany-plugin-tableconvert/pkg-descr _5r.0.t305392-6jnd add-file true true /head/devel/geany-plugin-tableconvert/pkg-plist _5t.0.t305392-6jnd add-dir false false /head/devel/geany-plugin-treebrowser _5u.0.t305392-6jnd add-file true true /head/devel/geany-plugin-treebrowser/Makefile _5x.0.t305392-6jnd add-file true true /head/devel/geany-plugin-treebrowser/pkg-descr _5z.0.t305392-6jnd add-file true true /head/devel/geany-plugin-treebrowser/pkg-plist _61.0.t305392-6jnd add-dir false false /head/devel/geany-plugin-updatechecker _62.0.t305392-6jnd add-file true true /head/devel/geany-plugin-updatechecker/Makefile _65.0.t305392-6jnd add-file true true /head/devel/geany-plugin-updatechecker/pkg-descr _67.0.t305392-6jnd add-file true true /head/devel/geany-plugin-updatechecker/pkg-plist _69.0.t305392-6jnd add-dir false false /head/devel/geany-plugin-vc _6a.0.t305392-6jnd add-file true true /head/devel/geany-plugin-vc/Makefile _6d.0.t305392-6jnd add-file true true /head/devel/geany-plugin-vc/pkg-descr _6f.0.t305392-6jnd add-file true true /head/devel/geany-plugin-vc/pkg-plist _6h.0.t305392-6jnd add-dir false false /head/devel/geany-plugin-webhelper _6i.0.t305392-6jnd add-file true true /head/devel/geany-plugin-webhelper/Makefile _6l.0.t305392-6jnd add-file true true /head/devel/geany-plugin-webhelper/pkg-descr _6n.0.t305392-6jnd add-file true true /head/devel/geany-plugin-webhelper/pkg-plist _6p.0.t305392-6jnd add-dir false false /head/devel/geany-plugin-xmlsnippets _6q.0.t305392-6jnd add-file true true /head/devel/geany-plugin-xmlsnippets/Makefile _6t.0.t305392-6jnd add-file true true /head/devel/geany-plugin-xmlsnippets/pkg-descr _6v.0.t305392-6jnd add-file true true /head/devel/geany-plugin-xmlsnippets/pkg-plist 5-260369.0.t305392-6jnd modify-file true true /head/devel/geany-plugins/Makefile 8-260369.0.t305392-6jnd modify-file true true /head/devel/geany-plugins/distinfo _70.0.t305392-6jnd add-file true true /head/devel/geany-plugins/files/Makefile.common _73.0.t305392-6jnd add-file true true /head/devel/geany-plugins/files/bsd.geany-plugins.mk b-260369.0.r300896/8119476 delete-file false false /head/devel/geany-plugins/files/patch-wscript e-260369.0.t305392-6jnd modify-file true true /head/devel/geany-plugins/pkg-descr 313555 313712