CINXE.COM
Code : pspp
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head> <base href="https://code.launchpad.net/pspp/+code" /> <meta charset="UTF-8" /> <title>Code : pspp</title> <link rel="apple-touch-icon" sizes="180x180" href="/@@/apple-touch-icon.png?v=2022" /> <link rel="icon" type="image/png" sizes="32x32" href="/@@/favicon-32x32.png?v=2022" /> <link rel="icon" type="image/png" sizes="16x16" href="/@@/favicon-16x16.png?v=2022" /> <link rel="manifest" href="/@@/site.webmanifest?v=2022" /> <link rel="mask-icon" href="/@@/safari-pinned-tab.svg?v=2022" color="#e9531f" /> <link rel="shortcut icon" href="/@@/favicon.ico?v=2022" /> <meta name="msapplication-TileColor" content="#da532c" /> <meta name="msapplication-config" content="/@@/browserconfig.xml?v=2022" /> <meta name="theme-color" content="#ffffff" /> <link rel="alternate" type="application/atom+xml" href="http://feeds.launchpad.net/pspp/branches.atom" title="Latest Branches for pspp" /> <link rel="alternate" type="application/atom+xml" href="http://feeds.launchpad.net/pspp/revisions.atom" title="Latest Revisions for pspp" /> <link type="text/css" rel="stylesheet" media="screen, print" href="/+icing/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/combo.css" /> <meta property="og:title" content="Code : pspp" /> <meta property="og:type" content="website" /> <meta property="og:image" content="/@@/launchpad-og-image.png" /> <meta property="og:url" content="https://code.launchpad.net/pspp/+code" /> <meta property="og:site_name" content="Launchpad" /> <script type="text/javascript"> var LP = { cache: {}, links: {} }; </script> <script type="text/javascript">var cookie_scope = '; Path=/; Secure; Domain=.launchpad.net';</script> <script type="text/javascript" src="/+combo/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/?yui/yui/yui-min.js&lp/meta.js&yui/loader/loader-min.js"></script> <script type="text/javascript"> var raw = null; if (LP.devmode) { raw = 'raw'; } YUI.GlobalConfig = { combine: true, comboBase: '/+combo/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/?', root: 'yui/', filter: raw, debug: false, fetchCSS: false, maxURLLength: 2000, groups: { lp: { combine: true, base: '/+combo/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/?lp/', comboBase: '/+combo/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/?', root: 'lp/', // comes from including lp/meta.js modules: LP_MODULES, fetchCSS: false } } }</script> <script type="text/javascript"> // we need this to create a single YUI instance all events and code // talks across. All instances of YUI().use should be based off of // LPJS instead. var LPJS = new YUI(); </script> <script id="base-layout-load-scripts" type="text/javascript"> //<![CDATA[ LPJS.use('base', 'node', 'console', 'event', 'oop', 'lp', 'lp.app.foldables','lp.app.sorttable', 'lp.app.inlinehelp', 'lp.app.links', 'lp.bugs.bugtask_index', 'lp.bugs.subscribers', 'lp.app.ellipsis', 'lp.code.branchmergeproposal.diff', 'lp.views.global', function(Y) { Y.on("domready", function () { var global_view = new Y.lp.views.Global(); global_view.render(); Y.lp.app.sorttable.SortTable.init(); Y.lp.app.inlinehelp.init_help(); Y.lp.activate_collapsibles(); Y.lp.app.foldables.activate(); Y.lp.app.links.check_valid_lp_links(); }); Y.on('lp:context:web_link:changed', function(e) { window.location = e.new_value; }); }); //]]> </script> <script id="base-helper-functions" type="text/javascript"> //<![CDATA[ // This code is pulled from lp.js that needs to be available on every // request. Pulling here to get it outside the scope of the YUI block. function setFocusByName(name) { // Focus the first element matching the given name which can be focused. var nodes = document.getElementsByName(name); var i, node; for (i = 0; i < nodes.length; i++) { node = nodes[i]; if (node.focus) { try { // Trying to focus a hidden element throws an error in IE8. if (node.offsetHeight !== 0) { node.focus(); } } catch (e) { LPJS.use('console', function(Y) { Y.log('In setFocusByName(<' + node.tagName + ' type=' + node.type + '>): ' + e); }); } break; } } } function selectWidget(widget_name, event) { if (event && (event.keyCode === 9 || event.keyCode === 13)) { // Avoid firing if user is tabbing through or simply pressing // enter to submit the form. return; } document.getElementById(widget_name).checked = true; } //]]> </script> </head> <body id="document" itemscope="" itemtype="http://schema.org/WebPage" class="tab-branches main_side public yui3-skin-sam"> <div class="yui-d0"> <div id="locationbar" class="login-logout"> <div id="logincontrol"><a href="https://code.launchpad.net/pspp/+login">Log in / Register</a></div> </div><!--id="locationbar"--> <div id="watermark" class="watermark-apps-portlet"> <div> <a href="https://launchpad.net/pspp"><img alt="" width="64" height="64" src="/@@/product-logo" /></a> </div> <div class="wide"> <h2 id="watermark-heading"><a href="https://launchpad.net/pspp">pspp</a></h2> </div> <!-- Application Menu --> <ul class="facetmenu"> <li class="overview"><a href="https://launchpad.net/pspp">Overview</a></li> <li class="branches active"><span>Code</span></li> <li class="bugs"><a href="https://bugs.launchpad.net/pspp">Bugs</a></li> <li class="specifications"><a href="https://blueprints.launchpad.net/pspp">Blueprints</a></li> <li class="translations"><a href="https://translations.launchpad.net/pspp">Translations</a></li> <li class="answers"><a href="https://answers.launchpad.net/pspp">Answers</a></li> </ul> </div> <div class="yui-t4"> <div id="maincontent" class="yui-main"> <div class="yui-b" dir="ltr"> <div class="context-publication"> <div id="registration" class="registering"> </div> </div> <div id="request-notifications"> </div> <div xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr" id="branch-summary"> <div id="external"> <strong> <p> pspp hosts its code at <a href="git://git.sv.gnu.org/pspp.git">git://git.sv.gnu.org/pspp.git</a>. </p> </strong> <p> You can learn more at the project's <a href="http://gnu.org/software/pspp/">web page</a>. </p> <p> Launchpad imports the master branch and you can create branches from it. </p> </div> <div style="margin: 1em 0"> You can <a href="https://bazaar.launchpad.net/~vcs-imports-ii/pspp/master/files">browse the source code</a> for the development focus branch or get a copy of the branch using the command:<br /> <tt class="command">bzr branch lp:pspp</tt> </div> <p> <img src="/@@/download" /> There are <a href="https://launchpad.net/pspp/+download">download files</a> available for pspp. </p> </div> <div id="portlet-product-branchstatistics"> <p> <span id="all-merges"> <a href="+merges">See all merge proposals</a>. </span> </p> <!--branches--> <p> <span id="branch-count-summary"> pspp has 2 active branches owned by 1 person and 1 team. </span> <!--commits--> <span id="commits"> There were 3 commits by 2 people in the last month. </span> </p> </div> <h2>Bazaar branches</h2> <div id="branches-table-listing"> <form method="get" name="filter" id="filter_form" style="padding-bottom: 0.5em" action="https://code.launchpad.net/pspp/+code"> <label for="field.lifecycle"> Branches with status: </label> <select id="field.lifecycle" name="field.lifecycle" size="1" > <option selected="selected" value="CURRENT">Any active status</option> <option value="ALL">Any status</option> <option value="EXPERIMENTAL">Experimental</option> <option value="DEVELOPMENT">Development</option> <option value="MATURE">Mature</option> <option value="MERGED">Merged</option> <option value="ABANDONED">Abandoned</option> </select> <input name="field.lifecycle-empty-marker" type="hidden" value="1" /> <select id="field.sort_by" name="field.sort_by" size="1" > <option selected="selected" value="by most interesting">by most interesting</option> <option value="by status">by status</option> <option value="by branch name">by branch name</option> <option value="by owner name">by owner name</option> <option value="most recently changed first">most recently changed first</option> <option value="most neglected first">most neglected first</option> <option value="newest first">newest first</option> <option value="oldest first">oldest first</option> </select> <input name="field.sort_by-empty-marker" type="hidden" value="1" /> <input id="filter_form_submit" type="submit" value="Filter" /> </form> <script type="text/javascript"> function show_commit(id) { var div = document.getElementById('branch-log-' + id); if (div) { div.style.display = "block"; } } function hide_commit(id) { var div = document.getElementById('branch-log-' + id); if (div) { div.style.display = "none"; } } </script> <script type="text/javascript"> LPJS.use("lp.code.util", function(Y) { Y.on("domready", function(e) { Y.lp.code.util.hookUpBranchFilterSubmission(Y); }, window); }); </script> <table id="branchtable" class="listing sortable"> <thead> <tr> <th colspan="2">Name</th> <th>Status</th> <th>Last Modified</th> <th>Last Commit</th> </tr> </thead> <tbody> <tr> <td> <a class="sprite branch" href="/~vcs-imports-ii/pspp/master">lp:pspp</a> <br /><strong style="margin-left: 2.5em;">Series:</strong> <a href="https://launchpad.net/pspp/trunk">trunk</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="sortkey">1</span> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2025-02-11 16:40:24 UTC</span> <time title="2025-02-11 16:40:24 UTC" datetime="2025-02-11T16:40:24+00:00">2025-02-11</time> </td> <td onmouseout="hide_commit(518806)" onmouseover="show_commit(518806)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~vcs-imports-ii/pspp/master/revision/7139">7139</a>. po: Add sv (Swedish) translation from... </div> <div class="popupTitle" id="branch-log-518806" onmouseover="hide_commit(518806)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~blp-cs" class="sprite person">Ben Pfaff</a> <br /> <strong>Revision Date:</strong> 2025-02-11 16:40:24 UTC </p> <p>po: Add sv (Swedish) translation from translationproj<wbr />ect.org.</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~dns/pspp/debian">lp:~dns/pspp/debian</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="sortkey">1</span> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2012-09-28 15:49:59 UTC</span> <time title="2012-09-28 15:49:59 UTC" datetime="2012-09-28T15:49:59.288000+00:00">2012-09-28</time> </td> <td onmouseout="hide_commit(657611)" onmouseover="show_commit(657611)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~dns/pspp/debian/revision/4">4</a>. Add gnulib to Build-Depends </div> <div class="popupTitle" id="branch-log-657611" onmouseover="hide_commit(657611)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~dns" class="sprite person">snd</a> <br /> <strong>Revision Date:</strong> 2012-09-28 15:49:59 UTC </p> <p>Add gnulib to Build-Depends</p> </div> </td> </tr> </tbody> </table> <table style="width: 100%;" class="lower-batch-nav"> <tbody> <tr> <td style="white-space: nowrap" class="batch-navigation-index"> <strong>1</strong> → <strong>2</strong> of 2 results </td> <td style="text-align: right; white-space: nowrap" class="batch-navigation-links"> <span class="first inactive">First</span> • <span class="previous inactive">Previous</span> • <span class="next inactive"><strong>Next</strong></span> • <span class="last inactive">Last</span> </td> </tr> </tbody> </table> </div> </div><!-- yui-b --> </div><!-- yui-main --> <div id="side-portlets" class="yui-b side"> <div id="branch-portlet"> <div id="privacy" class="first portlet public"> <span id="privacy-text"> You can't create new branches for pspp. </span> </div> <div id="involvement" class="portlet"> <ul> <li><a class="menu-link-code_import sprite add" href="https://code.launchpad.net/pspp/+new-import">Import a branch</a></li> </ul> </div> </div> </div><!-- yui-b side --> </div><!-- yui-t4 --> <div id="footer" class="footer"> <div class="lp-arcana"> <div class="lp-branding"> <a href="https://launchpad.net/"><img src="/@@/launchpad-footer-logo.svg" alt="Launchpad" width="65" height="18" /></a> • <a href="https://launchpad.net/+tour">Take the tour</a> • <a href="https://help.launchpad.net/">Read the guide</a> <form id="globalsearch" method="get" accept-charset="UTF-8" action="https://launchpad.net/+search"> <input type="search" id="search-text" name="field.text" /> <input type="image" src="/@@/search" style="vertical-align:5%" alt="Search Launchpad" /> </form> </div> </div> <div class="colophon"> © 2004 <a href="http://canonical.com/">Canonical Ltd.</a> • <a href="https://launchpad.net/legal">Terms of use</a> • <a href="https://www.ubuntu.com/legal/dataprivacy">Data privacy</a> • <a href="/feedback">Contact Launchpad Support</a> • <a href="http://blog.launchpad.net/">Blog</a> • <a href="https://canonical.com/careers">Careers</a> • <a href="https://ubuntu.social/@launchpadstatus">System status</a> <span id="lp-version"> • 78860d9 (<a href="https://dev.launchpad.net/">Get the code!</a>) </span> </div> </div> </div><!-- yui-d0--> <script id="json-cache-script">LP.cache = {"related_features": {}, "context": {"self_link": "https://code.launchpad.net/api/devel/pspp", "web_link": "https://launchpad.net/pspp", "resource_type_link": "https://code.launchpad.net/api/devel/#project", "translations_usage": "Unknown", "official_answers": false, "official_blueprints": false, "official_codehosting": true, "official_bugs": false, "information_type": "Public", "active": true, "all_specifications_collection_link": "https://code.launchpad.net/api/devel/pspp/all_specifications", "valid_specifications_collection_link": "https://code.launchpad.net/api/devel/pspp/valid_specifications", "bug_reporting_guidelines": null, "content_templates": null, "bug_reported_acknowledgement": null, "official_bug_tags": [], "recipes_collection_link": "https://code.launchpad.net/api/devel/pspp/recipes", "webhooks_collection_link": "https://code.launchpad.net/api/devel/pspp/webhooks", "bug_supervisor_link": null, "active_milestones_collection_link": "https://code.launchpad.net/api/devel/pspp/active_milestones", "all_milestones_collection_link": "https://code.launchpad.net/api/devel/pspp/all_milestones", "translationgroup_link": null, "translationpermission": "Open", "qualifies_for_free_hosting": true, "reviewer_whiteboard": "tag:launchpad.net:2008:redacted", "is_permitted": "tag:launchpad.net:2008:redacted", "project_reviewed": "tag:launchpad.net:2008:redacted", "license_approved": "tag:launchpad.net:2008:redacted", "private": false, "display_name": "pspp", "icon_link": "https://code.launchpad.net/api/devel/pspp/icon", "logo_link": "https://code.launchpad.net/api/devel/pspp/logo", "name": "pspp", "owner_link": "https://code.launchpad.net/api/devel/~registry", "project_group_link": "https://code.launchpad.net/api/devel/gnu", "title": "pspp", "registrant_link": "https://code.launchpad.net/api/devel/~dns", "driver_link": null, "summary": "PSPP is a program for statistical analysis of sampled data. It is a free replacement for the proprietary program SPSS.\n\nPSPP development is ongoing. It already supports a large subset of SPSS's syntax. Its statistical procedure support is currently limited, but growing. At your option, PSPP will produce statistical reports in ASCII, PDF, PostScript, CSV, or HTML formats.\n\nPSPP has both text-based and graphical user interfaces.", "description": null, "date_created": "2011-10-08T12:47:59.266889+00:00", "homepage_url": "http://gnu.org/software/pspp/", "wiki_url": "http://pspp.kiberpipa.org/", "screenshots_url": null, "download_url": "http://ftp.gnu.org/gnu/pspp/", "programming_language": "C", "sourceforge_project": null, "freshmeat_project": null, "brand_link": "https://code.launchpad.net/api/devel/pspp/brand", "branch_sharing_policy": "Public", "bug_sharing_policy": "Public", "specification_sharing_policy": "Public", "licenses": ["GNU GPL v3"], "license_info": null, "bug_tracker_link": null, "series_collection_link": "https://code.launchpad.net/api/devel/pspp/series", "development_focus_link": "https://code.launchpad.net/api/devel/pspp/trunk", "releases_collection_link": "https://code.launchpad.net/api/devel/pspp/releases", "translation_focus_link": null, "commercial_subscription_link": null, "commercial_subscription_is_due": false, "remote_product": null, "vcs": "Bazaar", "http_etag": "\"77ffbc7e3c5d0ce95fdaefbe566cbae7a92a90be-58743471e755d42a69a558450b7110399bd2f007\""}};</script> </body> <!-- Facet name: branches Page type: main_side Has global search: True Has application tabs: True Has side portlets: True At least 44 queries/external actions issued in 0.57 seconds Features: {'profiling.enabled': None, 'hard_timeout': '5000', 'app.mainsite_only.canonical_url': None, 'js.yui_version': None, 'app.maintenance_message': None, 'ajax.batch_navigator.enabled': None, 'baselayout.careers_link.disabled': None, 'visible_render_time': None} r78860d9 --> </html>