commit-womb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-womb] gnumaint/rec gnupackages.rec


From: Brandon Invergo
Subject: [commit-womb] gnumaint/rec gnupackages.rec
Date: Wed, 10 Feb 2016 21:58:09 +0000

CVSROOT:        /sources/womb
Module name:    gnumaint
Changes by:     Brandon Invergo <brandon>       16/02/10 21:58:09

Added files:
        rec            : gnupackages.rec 

Log message:
        add initial gnupackages conversion to rec format

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnumaint/rec/gnupackages.rec?cvsroot=womb&rev=1.1

Patches:
Index: gnupackages.rec
===================================================================
RCS file: gnupackages.rec
diff -N gnupackages.rec
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ gnupackages.rec     10 Feb 2016 21:57:58 -0000      1.1
@@ -0,0 +1,4565 @@
+# $Id: gnupackages.rec,v 1.1 2016/02/10 21:57:58 brandon Exp $
+# Public domain.
+#
+# This file is maintained in the CVS repository of GNU womb,
+# http://cvs.savannah.gnu.org/viewvc/gnumaint/?root=womb
+#
+# This file records information about GNU packages on a per-package
+# basis, *not* including the maintainers (that's in
+# /gd/gnuorg/maintainers).  There is nothing private in this file.
+#
+# Since some things are unique to the package and other things are
+# unique to the maintainer(s), it seems cleanest to have two files.
+#
+# This file is in GNU Recutils' format, meaning it is easiest to query
+# the content via that software.  This file contains one record type,
+# Package, and uses the package name as the record key.
+#
+# Info/constraints about the fields:
+# - The package name should always be all-lowercase.
+#
+# - When mundane_name is not specified, default is to capitalize the first
+#   letter of the package identifier.
+#
+# - Default for download_url is http://ftp.gnu.org/gnu/PKGNAME.
+#
+# - A doc_url value of "none" means no specific documentation page (home
+#     page is used).
+#   "htmlxref" means to extract a list of additional manuals from the
+#     Texinfo htmlxref.cnf file.
+#   Otherwise, it can be a url, which can be used together with htmlxref,
+#   but multiple explicit urls or other combinations are not supported.
+#
+# - doc_category values are in doc-categories.txt (following FSD).
+# (doc stuff is used to generate gnu.org/manual.)
+#
+# - each package should always have an activity_status
+#
+# - allowed activity_status values:
+#   ok;
+#   newmaint,newcomaint (newly-appointed);
+#   newpkg (newly-dubbed);
+#   nomaint (no maintainer);
+#   container (doesn't get released);
+#   subpkg (released as part of another package);
+#   stable (no current release, but none needed);
+#   stale (needs release);
+#   moribund (needs release, but not likely to ever get one).
+#   alpha (alpha-only releases so far)
+#
+# - most activity statuses must have an associated date of last
+#   activity
+#
+# - as a consistency check, the last activity should always be at
+# least the last release date
+#
+# The home page is not a field because that *always* is (should be)
+# /software/PACKAGE, even if that does nothing but redirect.  Any other
+# method leads to redundant (hence inevitably inconsistent) information.
+#
+# Finally, this file as a whole is more or less sorted by package
+# identifier, for human convenience.  However, software reading this
+# file should accept any order of packages or fields.
+
+%rec: Package
+%key: package
+%mandatory: activity_status
+%allowed: package alias mundane_name copyright_holder savannah fsd
++ language logo doc_category doc_summary doc_url doc_shop download_url
++ other_download_url gplv3_status activity_status last_activity
++ last_release last_release_date last_contact next_contact note
++ container tech_address doc_source_format
+# lower-case package names
+%constraint: package ~ '[a-z0-9-]+'
+## Allowed activity statuses:
+%typedef: status_t enum
++ ok
++ newmaint
++ newcomaint
++ newpkg
++ nomaint
++ container
++ subpkg
++ stable
++ stale
++ moribund
++ alpha
+%type: activity_status status_t
+## Except in a few cases, there should always be a last_activity
+%constraint: activity_status != 'container' &&
++ activity_status != 'subpkg' &&
++ activity_status != 'stable' &&
++ note != 'no-release' &&
++ note != 'released-through-vc' &&
++ note != 'many packages' => #last_activity
+%typedef: activity_date_t date
+%typedef: rel_date_t date
+%type: last_activity activity_date_t
+%type: last_release_date rel_date_t
+## The last activity should at least be the last release
+%constraint: last_release_date <= last_activity
+
+
+package: 3dldf
+mundane_name: 3DLDF
+copyright_holder: notfsf
+doc_category: Graphics
+doc_summary: 3D drawing with MetaPost output
+doc_url: /software/3dldf/manual/
+logo: /software/3dldf/graphics/dhnlogo.png
+gplv3_status: in-dev-sources (gnumaint-reply 29 Aug 2007 19:26:27)
+last_release: 2.0.3
+last_release_date: 20131213
+activity_status: ok
+last_activity: 20131213
+
+package: 8sync
+copyright_holder: notfsf
+doc_category: Libraries
+doc_summary: An asynchronous programming library for Guile
+doc_url: none
+gplv3_status: done
+activity_status: newpkg
+last_activity: 20160209
+
+package: a2ps
+mundane_name: a2ps
+copyright_holder: notfsf
+doc_category: Printing
+doc_summary: Any file to PostScript, including pretty-printing
+doc_url: none
+gplv3_status: done-in-4.14
+last_release: 4.14
+last_release_date: 20071228
+activity_status: newcomaint
+last_activity: 20140719
+
+package: acct
+copyright_holder: fsf-ok-#786467
+doc_category: Sysadmin
+doc_summary: Standard login and process accounting utilities
+doc_url: /software/acct/manual/accounting.html
+gplv3_status: done-as-of-6.5
+last_release: 6.6.2
+last_release_date: 20141107
+activity_status: ok
+last_activity: 20141107
+
+package: acm
+doc_category: Games
+doc_summary: Multiplayer aerial combat simulation
+doc_url: none
+download_url: http://www.websimulations.com/download.htm
+gplv3_status: done-in-5.1
+last_release: 5.1
+last_release_date: 20101205
+last_contact: 16nov10 replied, soon
+activity_status: stale
+last_activity: 20101205
+
+package: adns
+doc_category: Libraries
+doc_summary: Asynchronous DNS client library and utilities
+doc_url: none
+download_url: http://www.chiark.greenend.org.uk/~ian/adns/ftp/
+gplv3_status: done-in-1.5.0
+last_release: 1.5.0
+last_release_date: 20141102
+activity_status: ok
+last_activity: 20141102
+
+package: alive
+doc_category: Internet
+doc_summary: Autologin and keep-alive daemon
+doc_url: /software/alive/manual/
+download_url: http://download.savannah.gnu.org/releases/alive/
+gplv3_status: not-done-in-1.4.0-nomaint
+last_release: 2.0.2
+last_release_date: 20120908
+activity_status: ok
+last_activity: 20120908
+
+package: anubis
+doc_category: Email
+doc_summary: SMTP message submission daemon
+doc_url: /software/anubis/manual/
+gplv3_status: done-in-4.1.1
+last_release: 4.2
+last_release_date: 20140523
+activity_status: ok
+last_activity: 20140523
+
+package: apl
+mundane_name: APL
+doc_category: Software
+doc_summary: APL interpreter
+doc_url: none
+gplv3_status: done-in-1.0
+last_release: 1.5
+last_release_date: 20150330
+activity_status: ok
+last_activity: 20150330
+
+package: archimedes
+doc_category: Science
+doc_summary: Semiconductor device simulator
+doc_url: /software/archimedes/manual/
+gplv3_status: done-in-0.8.0 (14jul08)
+last_release: 2.0.1
+last_release_date: 20130429
+activity_status: ok
+last_activity: 20130429
+
+package: aris
+doc_category: Mathematics
+doc_summary: Natural deduction first-order logic interface
+doc_url: none
+gplv3_status: ok
+last_release: 2.2
+last_release_date: 20140306
+activity_status: ok
+last_activity: 20140306
+
+package: artanis
+language: guile
+doc_category: Internet
+doc_summary: Web application framework written in Guile
+doc_url: htmlxref
+gplv3_status: ok
+activity_status: newpkg
+last_activity: 20150118
+
+package: aspell
+doc_category: Text
+doc_summary: Spell checker
+doc_url: htmlxref
+gplv3_status: under-discussion-library (gnumaint-reply 20 Aug 2007 20:31:07)
+last_release: 0.60.6.1
+last_release_date: 20110604
+activity_status: ok
+last_activity: 20110604
+
+package: auctex
+copyright_holder: fsf-maybe-ok-remaining-few-in-process-#786529
+mundane_name: AUCTeX
+doc_category: Text
+doc_summary: Emacs environment for editing (all flavors of) TeX files
+doc_url: /software/auctex/manual/
+gplv3_status: done-in-11.85
+last_release: 11.89
+last_release_date: 20151113
+activity_status: ok
+last_activity: 20151113
+
+package: autoconf
+copyright_holder: fsf-ok-#786485
+doc_category: Software
+doc_summary: Create source code configuration scripts
+doc_url: /software/autoconf/manual/
+gplv3_status: done-in-2.65-with-exception-#349136
+last_release: 2.69
+last_release_date: 20120424
+activity_status: ok
+last_activity: 20120424
+
+package: autoconf-archive
+language: autoconf
+doc_category: Software
+doc_summary: Collection of freely reusable Autoconf macros
+doc_url: none
+gplv3_status: not-applicable
+last_release: 2015.09.25
+last_release_date: 20150925
+activity_status: ok
+last_activity: 20150925
+
+package: autogen
+copyright_holder: notfsf
+logo: /software/autogen/pix/autogen_back.png
+doc_category: Software
+doc_summary: Automated program generator
+doc_url: /software/autogen/manual/
+gplv3_status: done-in-5.9.5
+last_release: 5.18.7
+last_release_date: 20151207
+activity_status: ok
+last_activity: 20151207
+
+package: automake
+copyright_holder: fsf-no-reply
+language: perl
+doc_category: Software
+doc_summary: Making GNU standards-compliant Makefiles
+doc_url: /software/automake/manual/
+gplv3_status: done-with-exception-#349136
+last_release: 1.15
+last_release_date: 20150105
+activity_status: ok
+last_activity: 20150105
+
+package: avl
+copyright_holder: fsf-ok-#786498
+doc_category: Libraries
+doc_summary: Binary and balanced search trees
+doc_url: htmlxref
+gplv3_status: done-in-2.0.3
+last_release: 2.0.3
+last_release_date: 20070825
+activity_status: stable
+last_activity: 20070825
+
+package: ballandpaddle
+mundane_name: Ball and Paddle
+doc_category: Games
+doc_summary: Ball and paddle game extensible with Guile
+doc_url: none
+gplv3_status: done-in-0.7.1
+last_release: 0.8.1
+last_release_date: 20090715
+last_contact: 11feb13 replied soon
+activity_status: stale
+last_activity: 20090715
+
+package: barcode
+doc_category: Business
+doc_summary: Convert text strings to printed bars in various standards
+doc_url: none
+gplv3_status: under-discussion (3nov09)
+last_release: 0.99
+last_release_date: 20130329
+activity_status: ok
+last_activity: 20130329
+
+package: bash
+copyright_holder: fsf-ok-with-examples-#790945
+doc_category: Software
+doc_summary: The GNU Bourne-Again SHell
+doc_url: /software/bash/manual/
+gplv3_status: done-in-4.0
+last_release: 4.3-30
+last_release_date: 20141005
+activity_status: ok
+last_activity: 20141005
+
+package: bayonne
+copyright_holder: notfsf
+doc_category: Telephony
+doc_summary: Telephony server
+doc_url: http://www.gnutelephony.org/doxy/bayonne2/
+gplv3_status: next-release-early-2009 (licensing #373278)
+last_release: bayonne-2.99+3.0apionly2
+last_release_date: 20111218
+activity_status: ok
+last_activity: 20111218
+
+package: bazaar
+savannah: none
+copyright_holder: notfsf
+logo: http://planet.bazaar-vcs.org/images/logo.png
+language: c,xpython
+doc_category: Version
+doc_summary: Version control system supporting both distributed and 
centralized workflows
+doc_url: http://doc.bazaar.canonical.com/en/
+download_url: http://bazaar-vcs.org/Download
+gplv3_status: not-done-in-2.02/14dec09-asked-rms, doc-license-is-gpl-too 
https://bugs.edge.launchpad.net/bzr/+bug/433734
+last_release: 2.7.0
+last_release_date: 20160131
+note: the bazaar project on savannah is not this; not on savannah at all
+activity_status: ok
+last_activity: 20160131
+
+package: bc
+copyright_holder: fsf-no-reply
+doc_category: Mathematics
+doc_summary: Arbitrary precision numeric processing language
+doc_url: /software/bc/manual/bc.html
+gplv3_status: next-release
+last_release: 1.06
+last_release_date: 20001115
+last_contact: 7may12 ken replied, 6may12 phil replied, 22may08 pizzini replied
+activity_status: stale
+last_activity: 20001115
+
+package: bfd
+mundane_name: BFD
+copyright_holder: fsf-ok-#787030
+doc_category: Libraries
+doc_summary: Binary File Descriptor library
+doc_url: htmlxref
+gplv3_status: unknown
+container: is-binutils
+activity_status: container
+
+package: binutils
+copyright_holder: fsf-ok-#787031
+doc_category: Software
+doc_summary: Binary utilities: bfd gas gprof ld
+doc_url: /software/binutils/manual/
+doc_url: htmlxref
+gplv3_status: done-in-binutils-2.18
+last_release: 2.26
+last_release_date: 20160127
+activity_status: ok
+last_activity: 20160127
+
+package: bison
+copyright_holder: fsf-ok-#786486,#786486
+doc_category: Software
+doc_summary: Parser generator
+doc_url: /software/bison/manual/
+doc_shop: The Bison Manual
+doc_shop: http://shop.fsf.org/product/bison-manual/
+gplv3_status: done-in-2.4-without-exception-#502111
+last_release: 3.0.4
+last_release_date: 20150123
+activity_status: ok
+last_activity: 20150123
+
+package: bool
+copyright_holder: fsf-no-reply
+doc_category: Text
+doc_summary: Finding text and HTML files that match boolean expressions
+doc_url: none
+gplv3_status: done-in-bool-0.2.2
+last_release: 0.2.2
+last_release_date: 20150511
+last_contact: 5sep08,17dec09 asked
+activity_status: ok
+last_activity: 20150511
+
+package: bpel2owfn
+mundane_name: BPEL2oWFN
+logo: /software/bpel2owfn/ressource/bpel2owfn.png
+doc_category: Business
+doc_summary: Translating web service in BPEL to Open Workflow Nets
+doc_url: htmlxref
+download_url: http://download.gna.org/service-tech/bpel2owfn/
+gplv3_status: done-in-2.0.4
+last_release: 2.4
+last_release_date: 20100124
+last_contact: 9apr10 replied
+activity_status: stable
+last_activity: 20100124
+
+package: c-graph
+logo: /software/c-graph/images/c-graph.png
+doc_category: Mathematics
+doc_summary: Visualizing and demonstrating convolution
+doc_url: /software/c-graph/manual/
+gplv3_status: done
+last_release: 2.0
+last_release_date: 20120426
+activity_status: ok
+last_activity: 20120426
+
+package: ccaudio
+mundane_name: ccAudio
+doc_category: Telephony
+doc_summary: Standalone C++ class framework for manipulating audio data
+doc_url: none
+#doc_url: http://data.gnutelephony.org/docs/framework/index.html
+gplv3_status: done-in-1.0.0
+last_release: ccaudio2-2.2.0
+last_release_date: 20151213
+activity_status: ok
+last_activity: 20151213
+
+package: ccd2cue
+doc_category: Audio
+doc_summary: CCD to CUE sheet conversion
+doc_url: /software/ccd2cue/manual/
+gplv3_status: done
+last_release: 0.5
+last_release_date: 20150313
+activity_status: ok
+last_activity: 20150313
+
+package: ccide
+doc_category: Software
+doc_summary: Decision table code generator
+doc_url: none
+gplv3_status: done
+download_url: http://sourceforge.net/projects/ccide/files/
+last_release: 0.6.4-1
+last_release_date: 20120814
+activity_status: ok
+last_activity: 20120814
+
+package: ccrtp
+mundane_name: ccRTP
+copyright_holder: notfsf
+doc_category: Telephony
+doc_summary: Implementation of RTP (real-time transport protocol)
+doc_url: none
+gplv3_status: not-done-in-1.6.2, gplv3 done in libzrtpcpp-1.1.0
+last_release: 2.1.2
+last_release_date: 20150329
+last_release: libzrtpcpp-2.3.4
+last_release_date: 20130701
+activity_status: ok
+last_activity: 20140414
+
+package: ccscript
+mundane_name: ccScript
+doc_category: Telephony
+doc_summary: C++ class framework for virtual machine execution
+doc_url: none
+#doc_url: http://data.gnutelephony.org/docs/framework/index.html
+gplv3_status: done-in-4.0.0
+last_release: ccscript3-1.1.7
+last_release_date: 20090214
+last_release: 5.1.0
+last_release_date: 20151213
+activity_status: ok
+last_activity: 20151213
+
+package: cfengine
+copyright_holder: fsf-no-reply
+logo: http://www.cfengine.org/img/CfBlue.jpg
+doc_category: Sysadmin
+doc_summary: Configuration engine for system and network administration
+doc_url: /software/cfengine/docs/cfdocs.html
+download_url: http://www.cfengine.org/pages/download
+gplv3_status: done-in-v3-but-no-longer-gnu
+last_release: 2.2.8
+last_release_date: 20080805
+last_contact: feb10 gscrivano prepared patches for rms
+activity_status: stale
+last_activity: 20080805
+
+package: cflow
+doc_category: Software
+doc_summary: Create a graph of control flow within a program
+doc_url: /software/cflow/manual/
+gplv3_status: done-in-1.3
+last_release: 1.4
+last_release_date: 20111011
+activity_status: ok
+last_activity: 20111011
+
+package: cgicc
+copyright_holder: notfsf
+doc_category: Libraries
+doc_summary: C++ class library for writing CGI applications
+doc_url: none
+gplv3_status: done-in-3.2.5
+logo: /software/cgicc/images/cgicc.png
+last_release: 3.2.16
+last_release_date: 20141207
+activity_status: ok
+last_activity: 20141207
+
+package: chess
+copyright_holder: fsf-ok-#786709-also-#786476,794064,795361
+doc_category: Games
+doc_summary: Full chess implementation
+doc_url: /software/chess/manual/
+gplv3_status: done-in-6.0.0
+last_release: 6.2.2
+last_release_date: 20151017
+activity_status: ok
+last_activity: 20151017
+
+package: cim
+doc_category: Software
+doc_summary: Simula compiler
+doc_url: none
+gplv3_status: not-done-in-3.30
+last_release: 5.1
+last_release_date: 20140518
+activity_status: ok
+last_activity: 20140518
+
+package: classpath
+copyright_holder: fsf-no-reply
+#logowithtoomuchquoting: 
http://developer.classpath.org/mediation/ClasspathBanners?action=AttachFile&amp;do=get&amp;target=GNU_Classpath_badge-180x180.png
+doc_category: Libraries
+doc_summary: Core class libraries for Java
+doc_url: /software/classpath/docs/
+gplv3_status: needs-exception-not-done-in-0.98-#530926
+last_release: 0.99, inetlib-1.1.2/2010325
+last_release_date: 20120316
+activity_status: ok
+last_activity: 20120316
+
+package: classpathx
+copyright_holder: fsf-ok-#786644
+logo: /software/classpathx/classpathx-logo.jpg
+language: java
+doc_category: Libraries
+doc_summary: Classpath extensions: javax.* libraries
+doc_url: none
+gplv3_status: not-done-worry-about-classpath-first
+last_release: activation-1.1.2
+last_release_date: 20131112
+note: jaxp module is not copyright fsf?
+note: mostly merged into classpath
+activity_status: ok
+last_activity: 20131112
+
+package: clisp
+mundane_name: CLISP
+logo: /software/clisp/clisp.png
+doc_category: Software
+doc_summary: A Common Lisp implementation
+doc_url: /software/clisp/impnotes/clisp.html
+gplv3_status: not-done-gplv2-only-in-2.4.5-bruno:24oct07-asked-rms:oct09
+last_release: 2.49
+last_release_date: 20100707
+last_contact: #773646 4oct12 asked bruno, 3jan11-rms-talking,
+activity_status: stale
+last_activity: 20100707
+
+package: cobol
+copyright_holder: fsf-no-reply
+doc_category: Software
+doc_summary: COBOL for GCC
+doc_url: none
+download_url: http://sourceforge.net/project/showfiles.php?group_id=5709
+gplv3_status: next-release
+last_release: 0.1.2
+last_release_date: 20000812
+last_contact: 26oct08 replied
+note: dedicated maintainer, but will not be able to resume full-time work
+note: for 4-5 years (after 6 months full-time work).  But it's a Cobol
+note: compiler, hardly likely to find other implementors, and lots and lots
+note: of work has been done.  Mail from tej, 26 Oct 2008 12:42:10 +1100.
+activity_status: moribund
+last_activity: 20000812
+
+package: combine
+doc_category: Text
+doc_summary: Extensible file matching and filtering
+doc_url: /software/combine/manual/
+gplv3_status: in-dev-sources (gnumaint-reply 20 Aug 2007 20:11:22)
+last_release: 0.4.0
+last_release_date: 20130729
+activity_status: ok
+last_activity: 20130729
+
+package: commoncpp
+mundane_name: (u)Common C++
+doc_category: Libraries
+doc_summary: (u)Common C++ framework for threaded applications
+doc_url: none
+gplv3_status: not-done-commoncpp2-1.6.3.tar.gz, done-ucommon-1.9.1
+last_release: commoncpp2-1.8.0
+last_release_date: 20100224
+last_release: ucommon-7.0.0
+last_release_date: 20151213
+activity_status: ok
+last_activity: 20151213
+
+package: complexity
+doc_category: Software
+doc_summary: Analyze complexity of C functions
+doc_url: /software/complexity/manual/
+gplv3_status: done
+last_release: 1.3
+last_release_date: 20151016
+activity_status: ok
+last_activity: 20151016
+
+package: config
+copyright_holder: fsf-ok-#786463
+doc_category: Software
+doc_summary: Ubiquitious config.guess and config.sub scripts
+doc_url: none
+gplv3_status: done-with-exception-#341945 (gnumaint-reply 21 Aug 2007 18:39:06)
+note: released-through-vc
+activity_status: ok
+
+package: consensus
+doc_category: Internet
+doc_summary: Coordinate free software social networking projects
+doc_url: none
+gplv3_status: not-done-since-no-release
+activity_status: newpkg
+last_activity: 20121227
+
+package: coreutils
+copyright_holder: fsf-no-reply
+doc_category: Software
+doc_summary: Core GNU utilities (file, text, shell)
+doc_url: /software/coreutils/manual/
+gplv3_status: done-in-7.1
+last_release: 8.25
+last_release_date: 20160120
+activity_status: ok
+last_activity: 20160120
+
+package: cpio
+copyright_holder: fsf-ok-#793767
+doc_category: Archiving
+doc_summary: Manage cpio and tar file archives
+doc_url: /software/cpio/manual/
+gplv3_status: done-in-2.9
+last_release: 2.12
+last_release_date: 20150912
+activity_status: ok
+last_activity: 20150912
+
+package: cppi
+copyright_holder: fsf-no-reply
+gplv3_status: done-in-1.14
+doc_category: Software
+doc_summary: Indent C preprocessor directives to reflect nesting and more
+doc_url: /software/cppi/manual/
+last_release: 1.17
+last_release_date: 20130316
+activity_status: ok
+last_activity: 20130316
+
+package: cssc
+mundane_name: CSSC
+copyright_holder: fsf-ok-with-sccs-bsd-#786553
+doc_category: Version
+doc_summary: File-based version control like SCCS
+doc_url: htmlxref
+gplv3_status: done-in-1.1.0-plus-bsd
+last_release: CSSC-1.4.0
+last_release_date: 20140711
+activity_status: ok
+last_activity: 20140711
+
+package: cursynth
+doc_category: Music
+doc_summary: Polyphonic and MIDI subtractive music synthesizer using curses
+doc_url: none
+gplv3_status: done-initially
+last_release: 1.5
+last_release_date: 20140413
+activity_status: ok
+last_activity: 20140413
+
+package: dap
+copyright_holder: fsf-no-reply
+language: c
+doc_category: Mathematics
+doc_summary: Statistics and graphics package
+doc_url: none
+gplv3_status: not-done-maintainer-wants-volunteer (4 Sep 2007 22:37:48, 28 Jan 
2008 20:23:40)
+last_release: 3.10
+last_release_date: 20140416
+activity_status: ok
+last_activity: 20140416
+
+package: datamash
+copyright_holder: notfsf
+doc_category: Mathematics
+doc_summary: Scriptable statistics and data calculation
+doc_url: none
+last_release: 1.1.0
+last_release_date: 20160118
+activity_status: ok
+last_activity: 20160118
+
+package: dc
+copyright_holder: see-bc
+doc_category: Mathematics
+doc_summary: Arbitrary precision numeric processing with reverse-polish 
notation
+doc_url: /software/bc/manual/dc-1.05/
+gplv3_status: see-bc
+note: merged into the bc package (dc.README)
+last_contact: see bc
+activity_status: subpkg
+
+package: ddd
+copyright_holder: fsf-no-reply
+mundane_name: DDD
+copyright_holder: notfsf
+doc_category: Software
+doc_summary: Graphical front-end for GDB and other debuggers
+doc_url: htmlxref
+logo: /graphics/dddlogo.jpg
+gplv3_status: done-as-of-3.3.12
+last_release: 3.3.12
+last_release_date: 20090211
+activity_status: newmaint
+last_activity: 20130118
+
+package: ddrescue
+mundane_name: ddrescue
+doc_category: Sysadmin
+doc_summary: Data recovery utility
+doc_url: htmlxref
+gplv3_status: done-in-1.5
+last_release: 1.20
+last_release_date: 20150914
+activity_status: ok
+last_activity: 20150914
+
+package: dejagnu
+mundane_name: DejaGnu
+copyright_holder: fsf-ok-#786474,#786759
+logo: /software/dejagnu/images/logo.png
+doc_category: Software
+doc_summary: GNU software testing framework
+doc_url: /software/dejagnu/manual/
+doc_source_format: docbook
+gplv3_status: done?-in-1.5
+last_release: 1.5.3
+last_release_date: 20150330
+activity_status: ok
+last_activity: 20150330
+
+package: denemo
+doc_category: Music
+doc_summary: Graphical music notation, front-end to GNU Lilypond
+doc_url: none
+logo: http://denemo.sourceforge.net/images/logo1.png
+gplv3_status: not-done-as-of-0.8.16-old-authors?
+last_release: 2.0
+last_release_date: 20151030
+activity_status: ok
+last_activity: 20151030
+
+package: dia
+logo: https://static.gnome.org/img/dialogo.jpg
+doc_category: Graphics
+doc_summary: Diagram creation for GNOME
+doc_url: http://wiki.gnome.org/Apps/Dia/Documentation
+download_url: http://ftp.gnome.org/pub/gnome/sources/dia/
+gplv3_status: not-done-in-0.97-awaiting-gnome-in-general-i-suppose
+last_release: 0.97.2
+last_release_date: 20111218
+note: not clear if this is really a GNU package
+activity_status: ok
+last_activity: 20111218
+
+package: dico
+doc_category: Dictionaries
+doc_summary: Implementation of DICT server (RFC 2229)
+doc_url: http://dico.man.gnu.org.ua/
+gplv3_status: done-as-of-2.0
+last_release: 2.2
+last_release_date: 20120304
+activity_status: ok
+last_activity: 20120304
+
+package: diction
+doc_category: Text
+doc_summary: Identifies wordy and commonly misused phrases
+doc_url: none
+gplv3_status: done-in-1.11
+last_release: 1.11
+last_release_date: 20070917
+activity_status: stable
+last_activity: 20070917
+
+package: diffutils
+copyright_holder: fsf-ok-#786489
+doc_category: Text
+doc_summary: Comparing and merging files
+doc_url: htmlxref
+gplv3_status: done-in-2.9
+last_release: 3.3
+last_release_date: 20130324
+activity_status: ok
+last_activity: 20130324
+
+package: dionysus
+doc_category: Science
+doc_summary: Local search for universal constants and scientific values
+doc_url: none
+gplv3_status: done-as-of-1.1.0
+last_release: 1.3.0
+last_release_date: 20100829
+activity_status: stale
+last_activity: 20100829
+
+package: direvent
+doc_category: Sysadmin
+doc_summary: Daemon to monitor directories for events such as file removal
+doc_url: none
+gplv3_status: done
+last_release: 5.0
+last_release_date: 20140906
+activity_status: ok
+last_activity: 20140906
+
+package: djgpp
+mundane_name: DJGPP
+copyright_holder: notfsf (DJ Delorie and others)
+doc_category: Software
+doc_summary: Development system and GNU utilities for DOS on x86 hardware
+doc_url: none
+gplv3_status: needs-exception-#342079 (gnumaint-reply 20 Aug 2007 21:43:02)
+download_url: http://www.delorie.com/pub/djgpp/current/v2gnu/?M=A
+last_release: 2.03
+last_release_date: 20130205
+note: not clear how to download "djgpp" as a whole.
+last_contact: eliz, in bug-gnulib 26 Jan 2011 20:56:24, says no more releases
+activity_status: ok
+last_activity: 20130205
+
+package: dominion
+doc_category: Games
+doc_summary: Multi-player world simulation and role-playing game
+doc_url: none
+gplv3_status: not-done-since-stale
+last_release: 2.8.2
+last_release_date: 20050217
+last_contact: 8jan10 asked
+activity_status: stale
+last_activity: 20050217
+
+package: dr-geo
+mundane_name: Dr. Geo
+doc_category: Education
+doc_summary: Interactive geometry software
+doc_url: http://community.ofset.org/index.php/DrGeo
+download_url: 
http://sourceforge.net/project/showfiles.php?group_id=13320&package_id=91900
+gplv3_status: not-done-since-nomaint
+last_release: 1.1.0
+last_release_date: 20050727
+activity_status: newmaint
+last_activity: 20130708
+
+package: easejs
+copyright_holder: notfsf
+doc_category: Web
+doc_summary: Classical object-oriented framework for JavaScript
+doc_url: http://www.gnu.org/software/easejs/manual.html
+gplv3_status: done-in-0.1.0
+last_release: 0.2.7
+last_release_date: 20151027
+activity_status: ok
+last_activity: 20151027
+
+package: ed
+copyright_holder: notfsf-#786696
+doc_category: Text
+doc_summary: Line-oriented text editor
+doc_url: htmlxref
+gplv3_status: done-in-1.0
+last_release: 1.12
+last_release_date: 20150710
+activity_status: ok
+last_activity: 20150710
+
+package: edma
+mundane_name: EDMA
+doc_category: Software
+doc_summary: Object-oriented component-based development environment
+doc_url: none
+gplv3_status: in-dev-sources
+last_release: 0.18.6, gecb-0.8.4, gidfwizard-0.6.4
+last_release_date: 20130314
+activity_status: ok
+last_activity: 20130314
+
+package: electric
+copyright_holder: fsf-ok-with-dependencies-#786479
+logo: /software/electric/electric.jpg
+doc_category: Science
+doc_url: http://www.staticfreesoft.com/jmanual/
+doc_summary: Electrical CAD system
+gplv3_status: in-dev-sources (gnumaint-reply 20 Aug 2007 18:50:41 -0700)
+last_release: 9.06
+last_release_date: 20150615
+activity_status: ok
+last_activity: 20150615
+
+package: emacs
+copyright_holder: fsf-maybe-ok-with-external-#786663
+#logowithtoomuchquoting: 
http://cvs.savannah.gnu.org/viewvc/*checkout*/emacs/etc/images/icons/emacs_48.png?root=emacs&amp;revision=1.3
+doc_category: Editors
+doc_summary: The extensible, customizable, self-documenting text editor
+doc_url: /software/emacs/#Manuals
+doc_url: htmlxref
+doc_shop: Emacs Reference Cards
+doc_shop: http://shop.fsf.org/product/emacs-reference-cards-21/
+doc_shop: GNU Emacs Manual
+doc_shop: http://shop.fsf.org/product/Emacs_Manual_24/
+gplv3_status: done-in-22.3
+last_release: 24.5
+last_release_date: 20150410
+activity_status: ok
+last_activity: 20150410
+
+package: emacs-muse
+copyright_holder: fsf-ok-#786499
+doc_category: Web
+doc_summary: Authoring and publishing environment for Emacs
+doc_url: /software/emacs-muse/manual/
+download_url: http://download.gna.org/muse-el
+gplv3_status: done-in-3.10
+last_release: 3.12
+last_release_date: 20080128
+activity_status: stale
+last_activity: 20080128
+
+package: emms
+copyright_holder: fsf-no-reply
+mundane_name: EMMS
+doc_category: Audio
+doc_summary: Emacs Multimedia System
+doc_url: htmlxref
+logo: /software/emms/emms-logo-small-2.png
+gplv3_status: done-as-of-3.0
+last_release: 4.0
+last_release_date: 20140724
+activity_status: ok
+last_activity: 20140724
+
+package: enscript
+copyright_holder: fsf-no-reply
+doc_category: Printing
+doc_summary: Generating PostScript, including pretty-printing
+doc_url: none
+gplv3_status: done-in-1.6.5
+last_release: 1.6.6
+last_release_date: 20120925
+activity_status: newmaint
+last_activity: 20140305
+
+package: eprints
+logo: http://www.eprints.org/style/eprintslogo.gif
+doc_category: Education
+doc_summary: Web-based repository software, with a default setup for research 
papers
+doc_url: http://wiki.eprints.org/w/EPrints_Manual
+download_url: http://files.eprints.org/view/type/release.html
+gplv3_status: not-done-in-3.1.3
+last_release: 3.3.12
+last_release_date: 20130724
+last_contact: 23nov09 replied, no gplv3 decision
+note: explicit ok from rms that this is hosted remotely.
+note: explicitly don't want to release via ftp.gnu.org (11mar10->karl)
+activity_status: ok
+last_activity: 20130724
+
+package: epsilon
+copyright_holder: notfsf-#786552,#374046
+doc_category: Software
+doc_summary: A purely functional programming language.
+doc_url: /software/epsilon/manual/
+gplv3_status: done-per-agreement-#374046
+note: no-release
+last_contact: 12dec12 replied "alpha soon"
+activity_status: stale
+
+package: fdisk
+copyright_holder: fsf-no-reply
+doc_category: Sysadmin
+doc_summary: Low-level disk partitioning and formatting
+doc_url: none
+gplv3_status: done-in-1.0
+last_release: 2.0.0a1
+last_release_date: 20111204
+activity_status: ok
+last_activity: 20111204
+
+package: ferret
+logo: /software/ferret/ferret.png
+doc_category: Database
+doc_summary: Entity/relationship based data modeler
+doc_url: none
+gplv3_status: done-in-0.7
+last_release: 0.7
+last_release_date: 20081116
+activity_status: newmaint
+last_activity: 20130414
+
+package: findutils
+copyright_holder: fsf-ok-#786556
+doc_category: Software
+doc_summary: Operating on files matching given criteria
+doc_url: /software/findutils/manual/
+gplv3_status: in-dev-sources (gnumaint-reply 23 Aug 2007 10:14:01 +0100)
+last_release: 4.6.0
+last_release_date: 20151228
+last_contact: 1may12-replied-four-blocking-bugs
+activity_status: ok
+last_activity: 20151228
+
+package: fisicalab
+mundane_name: FisicaLab
+copyright_holder: notfsf
+doc_category: Education
+doc_summary: Educational application for solving physics problems
+doc_url: none
+gplv3_status: done-in-0.3.3
+last_release: 0.3.5
+last_release_date: 20150530
+activity_status: ok
+last_activity: 20150530
+
+package: flex manual
+doc_summary: null
+gplv3_status: doc
+note: no-release
+activity_status: stale
+
+package: foliot
+copyright_holder: notfsf
+doc_category: Business
+doc_summary: An application for tracking time spent on projects
+doc_url: none
+gplv3_status: done-in-0.9.5
+activity_status: newpkg
+last_activity: 20150210
+
+package: fontutils
+copyright_holder: fsf-ok-#788255
+doc_category: Fonts
+doc_summary: Scanned image, bitmap, outline font manipulation
+doc_url: http://www.delorie.com/gnu/docs/fontutils/fontu_toc.html
+gplv3_status: not-done-since-stale
+last_release: 0.7
+last_release_date: 20000401
+last_contact: 12feb13 not soon
+activity_status: stale
+last_activity: 20000401
+
+package: freedink
+mundane_name: FreeDink
+doc_category: Games
+doc_summary: Twisted adventures of young pig farmer Dink Smallwood
+doc_url: http://www.freedink.org/doc/
+copyright_holder: notfsf
+gplv3_status: done-in-1.08 (gnumaint-reply 24 Aug 2007 19:47:56 +0200)
+last_release: 108.4, dfarc-3.10/20120427
+last_release_date: 20141022
+activity_status: ok
+last_activity: 20141022
+
+package: freefont
+mundane_name: Free UCS Outline Fonts
+doc_category: Fonts
+doc_summary: Unicode-encoded outline fonts
+doc_url: none
+gplv3_status: done-in-20090104
+last_release: freefont-src
+last_release_date: 20120503
+activity_status: ok
+last_activity: 20120503
+
+package: freeipmi
+mundane_name: FreeIPMI
+doc_category: Libraries
+doc_summary: Platform management, including sensor and power monitoring
+doc_url: /software/freeipmi/documentation.html
+logo: /software/freeipmi/images/freeipmi-logo-small.jpg
+gplv3_status: in-dev-sources
+last_contact: 14jan10 replied, next major release
+last_release: 1.5.1
+last_release_date: 20151201
+activity_status: ok
+last_activity: 20151201
+
+package: freetalk
+doc_category: Internet
+doc_summary: Extensible console-based Jabber client
+doc_url: /software/freetalk/freetalk.html
+download_url: http://download.savannah.gnu.org/releases/freetalk/
+gplv3_status: done-as-of-3.2
+last_release: 3.2
+last_release_date: 20081115
+activity_status: stale
+last_activity: 20081115
+
+package: fribidi
+mundane_name: FriBiDi
+doc_category: Localization
+doc_summary: Implementation of the Unicode bidirectional algorithm
+doc_url: none
+download_url: http://fribidi.org/download/
+gplv3_status: under-discussion-with-brett (gnumaint-reply 3 Oct 2007 11:06:24)
+last_release: 0.19.2
+last_release_date: 20090326
+activity_status: stale
+last_activity: 20090326
+
+package: gama
+doc_category: Science
+doc_summary: Adjustment of geodetic networks
+doc_url: /software/gama/manual/
+gplv3_status: done-in-1.9.04
+last_release: 1.16
+last_release_date: 20150724
+activity_status: ok
+last_activity: 20150724
+
+package: garpd
+mundane_name: Gratuitous ARP Daemon
+doc_category: Internet
+doc_summary: Broadcast gratuitous ARP requests for IPMI and more
+doc_url: none
+gplv3_status: done-in-0.2.0
+last_release: 0.2.0
+last_release_date: 20101206
+last_contact: 21nov10 reply, "soon"
+activity_status: stale
+last_activity: 20101206
+
+package: gawk
+copyright_holder: fsf-maybe-ok-just-doc/macros-#787150
+doc_category: Text
+doc_summary: Text scanning and processing language
+doc_url: /software/gawk/manual/
+doc_url: htmlxref
+gplv3_status: done-in-3.1.6
+last_release: 4.1.3
+last_release_date: 20150520
+activity_status: ok
+last_activity: 20150520
+
+package: gcal
+copyright_holder: notfsf
+doc_category: Business
+doc_summary: Calculating and printing a wide variety of calendars
+doc_url: /software/gcal/manual/
+gplv3_status: done-in-3.5
+last_release: 4
+last_release_date: 20150602
+activity_status: ok
+last_activity: 20150602
+
+package: gcc
+mundane_name: GCC
+copyright_holder: fsf-ok-with-external-#786963
+doc_category: Software
+doc_summary: GNU Compiler Collection
+doc_url: /software/gcc/
+doc_url: htmlxref
+doc_shop: Using GCC: The GNU Compiler Collection Reference Manual
+doc_shop: 
http://shop.fsf.org/product/using-gcc-gnu-compiler-collection-reference-manual/
+logo: /software/gcc/img/gccegg-65.png
+gplv3_status: done
+last_release: 4.8.5
+last_release_date: 20150623
+last_release: 4.9.2
+last_release_date: 20150626
+last_release: 5.3
+last_release_date: 20151204
+activity_status: ok
+last_activity: 20151204
+
+package: gcide
+doc_category: Dictionaries
+doc_summary: GNU Collaborative International Dictionary of English
+doc_url: none
+gplv3_status: unknown
+last_release: 0.51
+last_release_date: 20120304
+activity_status: ok
+last_activity: 20120304
+
+package: gcl
+mundane_name: GNU Common Lisp
+doc_category: Software
+doc_summary: A Common Lisp implementation
+doc_url: none
+gplv3_status: not-done-is-lgplv2+-has-gplv2-only-users-9nov10-asked-rms
+last_release: 2.6.12
+last_release_date: 20141028
+activity_status: ok
+last_activity: 20141028
+
+package: gcompris
+mundane_name: GCompris
+doc_category: Education
+doc_summary: Educational games for small children
+doc_url: http://gcompris.net/wiki/Manual
+gplv3_status: done-in-8.4beta2 (gnumaint-reply 22 Aug 2007 02:04:12)
+download_url: http://sourceforge.net/project/showfiles.php?group_id=6865
+last_release: 15.02
+last_release_date: 20150224
+activity_status: ok
+last_activity: 20150224
+
+package: gdb
+mundane_name: GDB
+copyright_holder: fsf-not-completely-#786588
+doc_category: Software
+doc_summary: The GNU debugger
+doc_url: /software/gdb/documentation/
+doc_url: htmlxref
+doc_shop: Debugging with GDB: The GNU Source-Level Debugger
+doc_shop: 
http://shop.fsf.org/product/debugging-gdb-gnu-source-level-debugger-10/
+gplv3_status: done-in-6.7
+logo: /software/gdb/images/archer.jpg
+last_release: 7.10.1
+last_release_date: 20151205
+activity_status: ok
+last_activity: 20151205
+
+package: gdbm
+copyright_holder: fsf-ok-#793768
+doc_category: Database
+doc_summary: Hash library of database functions compatible with traditional dbm
+doc_url: http://www.gnu.org.ua/software/gdbm/manual/
+gplv3_status: not-done
+last_release: 1.11
+last_release_date: 20131225
+activity_status: ok
+last_activity: 20131225
+
+package: gengen
+doc_category: Software
+doc_summary: A parameterized-text-generator generator based on a template
+doc_url: /software/gengen/gengen.html
+gplv3_status: done-in-1.3
+last_release: 1.4.2
+last_release_date: 20100906
+activity_status: stale
+last_activity: 20100906
+
+package: gengetopt
+copyright_holder: fsf-ok-#796330
+doc_category: Software
+doc_summary: Create parsers for command line options
+doc_url: /software/gengetopt/gengetopt.html
+gplv3_status: done-in-2.22.1
+last_release: 2.22.6
+last_release_date: 20121107
+activity_status: ok
+last_activity: 20121107
+
+package: gettext
+copyright_holder: fsf-ok-with-external-#786766
+doc_category: Localization
+doc_summary: Tools and documentation for translation
+doc_url: /software/gettext/manual/
+gplv3_status: done-except-for-dependencies-in-0.17
+last_release: 0.19.7
+last_release_date: 20151228
+activity_status: ok
+last_activity: 20151228
+
+package: gforth
+copyright_holder: fsf-ok-#786710
+logo: /software/gforth/gnu-forth.png
+doc_category: Software
+doc_summary: Forth interpreter
+doc_url: htmlxref
+gplv3_status: done-in-0.7.0
+last_release: 0.7.3
+last_release_date: 20140709
+activity_status: ok
+last_activity: 20140709
+
+package: gg-network
+copyright_holder: not-applicable
+doc_summary: null
+gplv3_status: not-applicable
+container: for-gnu-group
+note: first gnu group
+activity_status: container
+
+package: ggradebook
+doc_category: Education
+doc_summary: GNOME application to track students' grades for teachers
+doc_url: none
+gplv3_status: not-done-since-stale
+last_release: 0.91
+last_release_date: 20000410
+last_contact: 22feb13 replied, 18feb13 asked
+next_contact: 15apr13
+activity_status: newmaint
+last_activity: 20120210
+
+package: ghostscript
+mundane_name: GNU Ghostscript
+copyright_holder: notfsf
+doc_category: Printing
+doc_summary: PostScript and PDF interpreter
+doc_url: none
+logo: /software/ghostscript/images/gnugs-head.png
+gplv3_status: done-in-8.71.0
+last_release: 9.14.0
+last_release_date: 20141204
+activity_status: ok
+last_activity: 20141204
+
+package: gift
+mundane_name: GIFT
+logo: /software/gift/gnu.image.finder.png
+doc_category: Graphics
+doc_summary: GNU Image Finding Tool, with query by example
+doc_url: none
+gplv3_status: not-done
+last_release: 0.1.14
+last_release_date: 20050324
+last_contact: 18feb13 replied, asked
+activity_status: newmaint
+last_activity: 20110826
+
+package: gimp
+mundane_name: GIMP
+logo: http://www.gimp.org/images/wilber_the_gimp.png
+doc_category: Graphics
+doc_summary: GNU Image Manipulation Program
+doc_url: http://www.gimp.org/docs/
+download_url: ftp://ftp.gimp.org/pub/gimp/
+gplv3_status: not-done-in-2.6.8-probably-depends-on-gnome
+last_release: 2.8.14
+last_release_date: 20140826
+activity_status: ok
+last_activity: 20140826
+
+package: gimp www pages
+doc_summary: null
+gplv3_status: doc
+container: is-gimp
+note: there is no particularly good reason why this is listed
+note: separately from gimp itself; just historical accident.
+activity_status: container
+
+package: glean
+language: guile
+doc_category: Education
+doc_summary: extensible quizzing and tutorial for self-study
+doc_url: http://glean.eu/dir/
+gplv3_status: ok-agplv3+
+activity_status: newpkg
+last_activity: 20141221
+
+package: gleem
+language: java,c++
+doc_category: Libraries
+doc_summary: OpenGL Extremely Easy-to-use Manipulators
+doc_url: /software/gleem/doc/
+gplv3_status: not-done-since-nomaint
+last_release: 1.2.1
+last_release_date: 20020205
+activity_status: nomaint
+last_activity: 20130901
+
+package: glib
+mundane_name: GLib
+doc_category: Libraries
+doc_summary: Thread-safe general utility library; basis of GTK+ and GNOME
+doc_url: http://library.gnome.org/devel/glib/unstable/
+download_url: http://ftp.gnome.org/pub/gnome/sources/glib/
+gplv3_status: see-gtk+
+last_release: 2.38.0
+last_release_date: 20130923
+activity_status: ok
+last_activity: 20130923
+
+package: global
+doc_category: Software
+doc_summary: Cross-environment source code tag system
+doc_url: htmlxref
+gplv3_status: done-in-5.6.2
+logo: /software/global/globe.png
+last_release: 6.5.2
+last_release_date: 20151216
+activity_status: ok
+last_activity: 20151216
+
+package: glpk
+mundane_name: GLPK
+doc_category: Libraries
+doc_summary: GNU Linear Programming Kit, supporting the MathProg language
+doc_url: none
+gplv3_status: done-in-directory
+last_release: 4.57
+last_release_date: 20151108
+activity_status: ok
+last_activity: 20151108
+
+package: glue
+mundane_name: GLUE
+logo: /software/glue/glue-butterfly.jpg
+doc_category: Software
+doc_summary: Distributed groupware application framework
+doc_url: none
+gplv3_status: not-done-since-nonexistent
+note: no-release
+activity_status: moribund
+
+package: gmediaserver
+doc_category: Audio
+doc_summary: UPnP compatible media server
+doc_url: htmlxref
+download_url: http://download.savannah.gnu.org/releases/gmediaserver/
+gplv3_status: done-in-0.13.0 (18 Oct 2007 17:50:13)
+last_release: 0.13.0
+last_release_date: 20071110
+last_contact: 20nov10 replied, this year
+activity_status: stale
+last_activity: 20071110
+
+package: gmp
+mundane_name: GMP
+copyright_holder: fsf-no-reply
+doc_category: Mathematics
+doc_summary: Multiple-precision arithmetic library
+doc_url: /software/gmp/manual/
+logo: https://gmplib.org/gmplogo2.png
+gplv3_status: lgplv3+-as-of-4.2.2-in-2007
+last_release: 6.0.0a
+last_release_date: 20140325
+activity_status: ok
+last_activity: 20140325
+
+package: gnash
+copyright_holder: fsf-ok-#786466
+logo: /software/gnash/images/small-GnashGnu.png
+doc_category: Internet
+doc_summary: Flash movie player
+doc_url: /software/gnash/documentation.html
+doc_source_format: docbook
+gplv3_status: done-in-0.8.2
+last_release: 0.8.10
+last_release_date: 20120131
+activity_status: ok
+last_activity: 20120131
+
+package: gnat
+mundane_name: GNAT
+copyright_holder: fsf-no-reply
+doc_category: Software
+doc_summary: Ada compiler
+doc_url: none
+download_url: http://libre.adacore.com/libre/download2/
+gplv3_status: done-as-of-2009
+last_release: 2013
+last_release_date: 20130523
+activity_status: ok
+last_activity: 20130523
+
+package: gnats
+mundane_name: GNATS
+copyright_holder: fsf-ok-almost-completely-#790955
+logo: /software/gnats/images/gnatslogo.png
+doc_category: Software
+doc_summary: GNU problem report and bug management system
+doc_url: /software/gnats/#documentation
+gplv3_status: in-dev-sources rms (gnumaint-reply 21 Aug 2007 23:53:43)
+last_release: 4.2.0
+last_release_date: 20150226
+activity_status: ok
+last_activity: 20150226
+
+package: gnatsweb
+copyright_holder: fsf-no-reply
+doc_category: Software
+doc_summary: Web interface to GNATS
+doc_url: none
+gplv3_status: not-done-in-4.0.0-newmaint
+last_release: 4.00
+last_release_date: 20030729
+activity_status: newmaint
+last_activity: 20140320
+
+package: gnome
+mundane_name: GNOME
+logo: http://www.gnome.org/wp-content/themes/gnome-grass/images/gnome-logo.png
+copyright_holder: notfsf
+doc_category: Interface
+doc_summary: The GNU desktop environment
+doc_url: http://library.gnome.org
+gplv3_status: under-discussion-per-bkuhn-speters-mail-23nov09
+last_release: 3.10
+last_release_date: 20130925
+activity_status: ok
+last_activity: 20130925
+
+package: gnowsys
+mundane_name: GNOWSYS
+logo: /software/gnowsys/GNOWSYS_files/g1014.png
+doc_category: Web
+doc_summary: Distributed network-based memory and knowledge management
+doc_url: none
+#broken 8apr12 doc_url: http://trac.gnowledge.org/trac/wiki/GnowsysDocumenation
+download_url: http://download.savannah.gnu.org/releases/gnowsys/
+gplv3_status: in-dev-sources
+last_release: 0.6r2
+last_release_date: 20060617
+last_contact: 18mar10 replied
+activity_status: stale
+last_activity: 20060617
+
+package: gnu-c-manual
+mundane_name: GNU C reference manual
+copyright_holder: fsf-ok-#786666
+doc_category: Software
+doc_summary: Reference manual for the C programming language
+doc_url: htmlxref
+gplv3_status: doc
+last_release: 0.2.2
+last_release_date: 20130618
+note: to be superseded by rms manual? #786666
+activity_status: ok
+last_activity: 20130618
+
+package: gnu-crypto
+mundane_name: Crypto
+logo: /software/gnu-crypto/graphics/gc-ls-c.png
+doc_category: Security
+doc_summary: Cryptographic primitives and tools for Java programming
+doc_url: htmlxref
+gplv3_status: not-done-since-no-changes
+last_release: 2.1.0
+last_release_date: 20051023
+last_contact: see classpath
+activity_status: stable
+last_activity: 20051023
+
+package: gnu-pw-mgr
+doc_category: Security
+doc_summary: Retrieve login credentials without recording passwords
+doc_url: none
+gplv3_status: done-in-1.0
+last_release: 1.6
+last_release_date: 20151007
+activity_status: ok
+last_activity: 20151007
+
+package: gnuae
+mundane_name: GnuAE
+copyright_holder: fsf-ok-#786471
+logo: /software/gnuae/images/gnuae-logo.png
+doc_category: Science
+doc_summary: Designing alternate energy systems
+doc_url: /software/gnuae/manual/
+gplv3_status: in-dev-sources
+note: no-release
+activity_status: newcomaint
+last_activity: 20130404
+
+package: gnuastro
+mundane_name: Gnuastro
+doc_category: Science
+doc_summary: Astronomy utilities
+doc_url: none
+gplv3_status: done-from-beginning
+activity_status: newpkg
+last_activity: 20150216
+
+package: gnubatch
+copyright_holder: fsf-ok-#786525
+doc_category: Sysadmin
+doc_summary: Advanced batch scheduling and job control
+doc_url: none
+gplv3_status: done-in-1.0
+last_release: 1.11
+last_release_date: 20140422
+activity_status: ok
+last_activity: 20140422
+
+package: gnubg
+mundane_name: Backgammon
+doc_category: Games
+doc_summary: Backgammon game
+doc_url: /software/gnubg/manual/
+gplv3_status: in-dev-sources (gnumaint-reply 22 Aug 2007 20:47:21)
+last_release: 1.02.000
+last_release_date: 20130728
+last_contact: 20mar13 brandon asked
+activity_status: ok
+last_activity: 20130728
+
+package: gnubiff
+logo: http://gnubiff.sourceforge.net/images/tux-sit-small.png
+doc_category: Email
+doc_summary: Mail notification program
+doc_url: http://gnubiff.sourceforge.net/documentation.php
+download_url: http://sourceforge.net/project/showfiles.php?group_id=94176
+gplv3_status: done-in-2.2.8 (sowadart 9 Sep 2007 21:00:37 +0200)
+last_release: 2.2.16
+last_release_date: 20150228
+activity_status: ok
+last_activity: 20150228
+
+package: gnubik
+doc_category: Games
+doc_summary: 3d Rubik's cube game
+doc_url: /software/gnubik/manual/
+gplv3_status: done-in-2.3
+last_release: 2.4.2
+last_release_date: 20150506
+activity_status: ok
+last_activity: 20150506
+
+package: gnucap
+doc_category: Science
+doc_summary: Mixed analog and digital circuit simulator
+doc_url: /software/gnucap/gnucap-man-html/
+download_url: http://www.gnucap.org/archive/
+gplv3_status: needs-exception-#342232 done-in-aug20-snapshot (gnumaint-reply 
28 Aug 2007 15:45:43)
+last_release: 0.35
+last_release_date: 20060920
+last_contact: 15aug08 asked about gplv3
+activity_status: stale
+last_activity: 20060920
+
+package: gnucash
+mundane_name: GnuCash
+logo: http://www.gnucash.org/images/banner5.png
+download_url: http://www.gnucash.org/download.phtml
+doc_category: Business
+doc_summary: Personal and small business financial accounting software
+doc_url: http://www.gnucash.org/docs.phtml
+tech_address: address@hidden
+gplv3_status: not-done-in-2.3.8-some-gplv2-only-files
+last_release: 2.6.11
+last_release_date: 20160111
+last_contact: 24jan10 asked
+activity_status: ok
+last_activity: 20160111
+
+package: gnucobol
+mundane_name: GNU Cobol
+doc_category: Software
+doc_summary: COBOL-to-C compiler
+doc_url: none
+gplv3_status: planned-for-2.x
+last_release: 1.1
+last_release_date: 20140118
+activity_status: ok
+last_activity: 20140118
+
+package: gnucomm
+mundane_name: GNUCOMM
+doc_category: Telephony
+doc_summary: GNU telecommunications project
+doc_url: /software/gnucomm/overview.html
+gplv3_status: ok-since-container
+container: for-bayonne-etc.
+activity_status: container
+
+package: gnudos
+mundane_name: GnuDOS
+doc_category: Interface
+doc_summary: MS-DOS-like file manager, editor, and other tools
+doc_url: none
+gplv3_status: done-in-1.0
+last_release: 1.8
+last_release_date: 20141218
+activity_status: ok
+last_activity: 20141218
+
+package: gnue
+mundane_name: GNU Enterprise
+copyright_holder: fsf-ok-#786904
+fsd: gnuenterprise
+doc_category: Business
+doc_summary: Enterprise resource planning, et al
+doc_url: none
+gplv3_status: done-in-0.5.3
+last_release: app-server-0.5.3
+last_release_date: 20100506
+note: many other sub-packages
+activity_status: ok
+last_activity: 20100506
+
+package: gnufm
+copyright_holder: fsf-ok-with-dependencies-#786606
+doc_category: Audio
+doc_summary: Social music explorations
+doc_url: none
+gplv3_status: not-done-since-no-release
+note: no-release
+activity_status: stale
+last_activity: 20100316
+
+package: gnugo
+copyright_holder: fsf-maybe-ok-two-files-#786733
+logo: /software/gnugo/logo-36.jpg
+doc_category: Games
+doc_summary: Play the game of Go
+doc_url: /software/gnugo/gnugo_toc.html
+gplv3_status: done-in-3.8
+last_release: 3.8
+last_release_date: 20090219
+activity_status: stable
+last_activity: 20090219
+
+package: gnuit
+copyright_holder: fsf-no-reply
+mundane_name: GNU Interactive Tools
+doc_category: Interface
+doc_summary: Interactive utilities for file browsing, viewing, and more
+doc_url: /software/gnuit/manual/
+gplv3_status: done-before-4.9.3
+last_release: 4.9.5
+last_release_date: 20090223
+activity_status: stale
+last_activity: 20090223
+
+package: gnujdoc
+doc_category: Translation
+doc_summary: Japanese translations of GNU documents
+doc_url: none
+gplv3_status: not-applicable-since-doc
+last_contact: 26jan10 asked, 15dec08 replied
+note: japanese translations of documents
+activity_status: stable
+
+package: gnujump
+logo: /software/gnujump/logo.png
+doc_category: Games
+doc_summary: Game of jumping to the next floor, trying not to fall
+doc_url: none
+gplv3_status: done-in-1.0.5 (13aug08)
+last_release: 1.0.8
+last_release_date: 20120724
+activity_status: ok
+last_activity: 20120724
+
+package: gnukart
+doc_category: Games
+doc_summary: Racing game
+doc_url: none
+gplv3_status: not-done-since-stale
+last_release: 0.1.4d
+last_release_date: 20010707
+last_contact: replied 21apr10
+note: renamed from speedx
+activity_status: newmaint
+last_activity: 20140420
+
+package: gnulib
+copyright_holder: fsf-ok-per-rms-#786492
+doc_category: Software
+doc_summary: Source files to share among distributions
+doc_url: /software/gnulib/manual/
+gplv3_status: done-as-much-as-possible
+note: released-through-vc
+activity_status: ok
+
+package: gnumach
+mundane_name: Mach
+copyright_holder: see-hurd
+doc_category: Software
+doc_summary: Microkernel of the GNU system
+doc_url: /software/hurd/microkernel/mach/documentation.html
+gplv3_status: see-hurd
+last_release: 1.6
+last_release_date: 20151031
+last_contact: see hurd
+activity_status: ok
+last_activity: 20151031
+
+package: gnumed
+doc_category: Health
+doc_summary: Paperless medical practice
+doc_url: http://wiki.gnumed.de/bin/view/Gnumed/GnumedManual
+download_url: http://www.gnumed.de/downloads/
+gplv3_status: working
+last_release: gnumed-server-18.9, gnumed-client-1.3.9
+last_release_date: 20130923
+activity_status: ok
+last_activity: 20130923
+
+package: gnumeric
+doc_category: Spreadsheets
+doc_summary: Spreadsheet application
+doc_url: http://www.gnome.org/projects/gnumeric/doc/gnumeric.shtml
+download_url: http://ftp.gnome.org/pub/GNOME/sources/gnumeric/
+gplv3_status: not-done-in-1.9.18-uses-goffice-gnome-not-done
+last_release: 1.12.8
+last_release_date: 20131001
+note: FIXXXME Gnumeric has a logo, but I couldn't find it online.  yavor
+activity_status: ok
+last_activity: 20131001
+
+package: gnump3d
+logo: /software/gnump3d/gnump3d.jpg
+doc_category: Audio
+doc_summary: Server for streaming audio files
+doc_url: /software/gnump3d/documents.html
+download_url: http://savannah.gnu.org/download/gnump3d/
+gplv3_status: not-done-in-3.0
+last_release: 3.0
+last_release_date: 20071018
+last_contact: 11feb10 asked
+activity_status: stable
+last_activity: 20071018
+
+package: gnun
+copyright_holder: fsf-ok-with-external-#786604
+mundane_name: GNUnited Nations
+doc_category: Translation
+doc_summary: Build system for www.gnu.org translations
+doc_url: /software/trans-coord/manual/
+doc_url: htmlxref
+gplv3_status: done-in-0.1
+last_release: 0.10
+last_release_date: 20151107
+activity_status: ok
+last_activity: 20151107
+
+package: gnunet
+doc_category: Internet
+doc_summary: Secure, decentralized, peer-to-peer networking framework
+doc_url: http://gnunet.org/book
+gplv3_status: depends-on-mysql (gnumaint-reply 20 Aug 2007 20:40:48)
+last_release: 0.10.1
+last_release_date: 20140408
+last_release: java-0.10.1
+last_release_date: 20140408
+last_release: gtk-0.10.1
+last_release_date: 20140408
+last_release: fuse-0.10.0
+last_release_date: 20131222
+activity_status: ok
+last_activity: 20140408
+
+package: gnupg
+mundane_name: GnuPG
+copyright_holder: fsf-maybe-ok-couple-pieces-#786522
+doc_category: Security
+doc_summary: GNU Privacy Guard
+doc_url: http://www.gnupg.org/documentation/
+doc_url: htmlxref
+download_url: ftp://ftp.gnupg.org/gcrypt/gnupg/
+gplv3_status: done-in-2.0.7
+last_release: 1.4.20
+last_release_date: 20151220
+last_release: 2.1.9
+last_release_date: 20151010
+last_release: 2.1.11
+last_release_date: 20160126
+alias: gpg
+activity_status: ok
+last_activity: 20160126
+
+package: gnupod
+doc_category: Audio
+doc_summary: Manage portable audio device
+doc_url: /software/gnupod/gnupod.html
+gplv3_status: done-in-0.99.3
+last_release: 0.99.8
+last_release_date: 20091102
+activity_status: stable
+last_activity: 20091102
+
+package: gnuprologjava
+doc_category: Software
+doc_summary: Implementation of Prolog as a Java library
+doc_url: /software/gnuprologjava/api/
+doc_url: htmlxref
+download_url: http://sourceforge.net/projects/gnuprologjava/
+gplv3_status: done-in-0.2.5-lgplv3+
+last_release: 0.2.6
+last_release_date: 20110106
+note: requires jdk 1.2, released under lgpl (no exception?)
+activity_status: ok
+last_activity: 20110106
+
+package: gnuradio
+mundane_name: Radio
+copyright_holder: fsf-no-reply
+logo: /software/gnuradio/images/gnuradio12.png
+language: python
+doc_category: Audio
+doc_summary: Software radio implementations
+doc_url: http://gnuradio.org/redmine/projects/gnuradio/wiki
+gplv3_status: done-in-3.1.0-probably-earlier
+last_release: 3.7.5.1
+last_release_date: 20141021
+activity_status: ok
+last_activity: 20141021
+
+package: gnurobots
+mundane_name: Robots
+doc_category: Games
+doc_summary: Program a little robot and watch him explore a world
+doc_url: /software/gnurobots/readme.html
+gplv3_status: done-in-1.2.0
+last_release: 1.2.0
+last_release_date: 20080803
+activity_status: stale
+last_activity: 20080803
+
+package: gnuschool
+doc_category: Education
+doc_summary: Web application for educators, students, and school administrators
+doc_url: htmlxref
+gplv3_status: done-in-0.2
+last_release: 2.2
+last_release_date: 20130718
+activity_status: ok
+last_activity: 20130718
+
+package: gnushogi
+copyright_holder: fsf-ok-#786568
+doc_category: Games
+doc_summary: The game of Shogi (Japanese chess)
+doc_url: http://www.cs.caltech.edu/~mvanier/hacking/gnushogi/gnushogi_toc.html
+download_url: http://www.cs.caltech.edu/~mvanier/hacking/gnushogi/
+gplv3_status: not-done-in-1.3.2-nomaint
+last_release: 1.4.2
+last_release_date: 20140217
+last_contact: 13mar12 replied
+activity_status: ok
+last_activity: 20140217
+
+package: gnusound
+doc_category: Audio
+doc_summary: Multi-track sound editor for GNOME
+doc_url: /software/gnusound/Documentation/
+gplv3_status: not-done-in-0.7.5
+last_release: 0.7.5
+last_release_date: 20080706
+last_contact: 17sep11 asked #709362, 30jan10 asked
+activity_status: stale
+last_activity: 20080706
+
+package: gnuspeech
+doc_category: Interface
+doc_summary: Extensible rule-based text-to-speech
+doc_url: /software/gnuspeech/#Manuals
+gplv3_status: in-dev-sources
+last_release: gnuspeech-0.9
+last_release_date: 20151019
+last_release: gnuspeechsa-0.1.5
+last_release_date: 20151019
+activity_status: ok
+last_activity: 20151019
+
+package: gnuspool
+copyright_holder: fsf-ok-#786526
+doc_category: Printing
+doc_summary: Spooling system with a variety of interfaces
+doc_url: none
+gplv3_status: done-in-1.0
+last_release: 1.8
+last_release_date: 20101021
+activity_status: stale
+last_activity: 20101021
+
+package: gnustandards
+mundane_name: GNU organization
+copyright_holder: fsf-ok
+doc_category: gnuorg
+doc_summary: GNU coding standards and maintainer information
+doc_url: htmlxref
+gplv3_status: doc
+note: released-through-vc
+activity_status: ok
+
+package: gnustep
+copyright_holder: fsf-ok-#786917
+logo: http://wiki.gnustep.org/skins/common/images/GNUstep-MediaWiki.png
+doc_category: Software
+doc_summary: Object-oriented application development environment
+doc_url: http://www.gnustep.org/developers/documentation.html
+gplv3_status: not-applicable-stays-v2+-brett 03 Jun 2008 14:47:17
+download_url: ftp://ftp.gnustep.org/pub/gnustep
+note: many packages
+activity_status: ok
+
+package: gnutls
+mundane_name: GnuTLS
+copyright_holder: fsf-no-reply
+logo: /software/gnutls/graphics/gnutls-logo.png
+doc_category: Libraries
+doc_summary: Transport layer security library
+doc_url: /software/gnutls/manual/
+gplv3_status: stays-v2-indefinitely (gnumaint-reply 21 Aug 2007 11:13:04)
+last_release: 3.3.18
+last_release_date: 20150912
+last_release: 3.4.8
+last_release_date: 20160108
+activity_status: ok
+last_activity: 20160108
+
+package: gnutrition
+copyright_holder: notfsf-#786495
+language: python
+doc_category: Health
+doc_summary: Nutrition analysis
+doc_url: /software/gnutrition/manual/
+gplv3_status: done-in-0.31
+last_release: 0.31.2
+last_release_date: 20120901
+activity_status: ok
+last_activity: 20120901
+
+package: gnuzilla
+copyright_holder: notfsf
+doc_category: Internet
+doc_summary: Entirely free browser derived from Mozilla Firefox
+doc_url: none
+gplv3_status: ok-since-container
+container: for-icecat
+activity_status: container
+
+package: goptical
+copyright_holder: fsf-maybe-ok-with-five-generic-C++-templates-#786535
+doc_category: Science
+doc_summary: C++ optical design and simulation library
+doc_url: /software/goptical/manual/
+gplv3_status: done
+last_release: 1.0
+last_release_date: 20120107
+last_contact: 29nov10 replied, before xmas
+activity_status: ok
+last_activity: 20120107
+
+package: gorm
+logo: http://gnustep.org/experience/images/Gorm.png
+download_url: ftp://ftp.gnustep.org/pub/gnustep/dev-apps/
+doc_category: Software
+doc_summary: GNUstep interface designer
+doc_url: http://wiki.gnustep.org/index.php/Gorm_Manual
+gplv3_status: not-applicable-since-gnustep
+last_release: 1.2.20
+last_release_date: 20130414
+activity_status: ok
+last_activity: 20130414
+
+package: gpaint
+doc_category: Graphics
+doc_summary: Simple paint program for GNOME
+doc_url: none
+download_url: ftp://alpha.gnu.org/gpaint/
+gplv3_status: in-0.3.2-alpha-but-unreleased (was gnumaint-reply 20 Aug 2007 
23:52:53)
+last_release: 0.3.3
+last_release_date: 20070910
+activity_status: stale
+last_activity: 20070910
+
+package: gperf
+copyright_holder: fsf-ok-#786473
+doc_category: Software
+doc_summary: Perfect hash function generator
+doc_url: /software/gperf/manual/
+gplv3_status: done-in-3.0.4
+last_release: 3.0.4
+last_release_date: 20090203
+activity_status: newmaint
+last_activity: 20140813
+
+package: gprolog
+doc_category: Software
+doc_summary: Prolog compiler
+doc_url: http://www.gprolog.org/manual/
+gplv3_status: not-done-in-1.3.1
+last_release: 1.4.4
+last_release_date: 20130423
+activity_status: ok
+last_activity: 20130423
+
+package: grabcomics
+mundane_name: phpGrabComics
+doc_category: Web
+doc_summary: Saves comic strips from the web
+doc_url: http://server.phpgrabcomics.org/docs/
+download_url: http://sourceforge.net/project/showfiles.php?group_id=33239
+gplv3_status: not-done-in-1.5.4
+last_release: 1.5.4
+last_release_date: 20101118
+last_contact: 18nov10 replied
+activity_status: stale
+last_activity: 20101118
+
+package: greg
+copyright_holder: fsf-no-reply
+download_url: https://gna.org/files/?group=greg
+doc_category: Software
+doc_summary: Software testing framework
+doc_url: /software/greg/gregdoc.html
+gplv3_status: not-done-since-stale
+last_release: 2.0.0
+last_release_date: 20060925
+last_contact: 14dec08 asked
+activity_status: stale
+last_activity: 20060925
+
+package: grep
+copyright_holder: fsf-ok-#786534
+doc_category: Text
+doc_summary: Print lines matching a pattern
+doc_url: /software/grep/manual/
+gplv3_status: done-in-2.5.4
+last_release: 2.22
+last_release_date: 20151102
+activity_status: ok
+last_activity: 20151102
+
+package: gretl
+logo: http://gretl.sourceforge.net/images/gretl-image.png
+doc_category: Business
+doc_summary: Statistical analysis of economic data (econometrics)
+doc_url: http://sourceforge.net/projects/gretl/files/manual/
+download_url: http://sourceforge.net/project/showfiles.php?group_id=36234
+gplv3_status: done-as-of-1.9.2
+last_release: 1.9.13
+last_release_date: 20131026
+activity_status: ok
+last_activity: 20131026
+
+package: groff
+copyright_holder: fsf-ok-with-external-and-hyphenations-#786537
+doc_category: Text
+doc_summary: Typesetting from plain text mixed with formatting commands
+doc_url: htmlxref
+logo: /graphics/groff-head.png
+gplv3_status: done-in-1.20.1
+last_release: 1.22.3
+last_release_date: 20141104
+activity_status: ok
+last_activity: 20141104
+
+package: grub
+mundane_name: GRUB
+copyright_holder: fsf-maybe-ok-external-mostly-followed-#786720
+doc_category: Sysadmin
+doc_summary: GRand Unified Boot loader
+doc_url: /software/grub/grub-documentation.html
+gplv3_status: done-as-of-1.97.2
+last_release: 2.00
+last_release_date: 20120627
+activity_status: ok
+last_activity: 20120627
+
+package: gsasl
+copyright_holder: notfsf
+doc_category: Libraries
+doc_summary: Simple Authentication and Security Layer library
+doc_url: /software/gsasl/manual/
+gplv3_status: stays-lgplv2.1+
+last_release: 1.8.0, libgsasl-1.8.0/20120528
+last_release_date: 20120528
+activity_status: ok
+last_activity: 20120528
+
+package: gsegrafix
+doc_category: Graphics
+doc_summary: GNOME application to create scientific and engineering plots
+doc_url: none
+gplv3_status: done-as-of-1.0.5
+last_release: 1.0.6
+last_release_date: 20110910
+last_contact: 13feb11 asked
+activity_status: ok
+last_activity: 20110910
+
+package: gsl
+mundane_name: GNU Scientific Library
+copyright_holder: notfsf-gough-did-not-assign-though-others-did
+doc_category: Mathematics
+doc_summary: Numerical library for C and C++
+doc_url: htmlxref
+gplv3_status: done-in-1.10 (gnumaint-reply 21 Aug 2007 10:01:29)
+last_release: 2.1
+last_release_date: 20151112
+activity_status: ok
+last_activity: 20151112
+
+package: gslip
+mundane_name: GNU Slip
+doc_category: Libraries
+doc_summary: SLIP (Symmetric LIst Processor) implementation
+doc_url: none
+gplv3_status: should-be-done
+activity_status: newpkg
+last_activity: 20150810
+
+package: gsrc
+mundane_name: GNU Source Release Collection
+copyright_holder: notfsf-#786658
+doc_category: Sysadmin
+doc_summary: Install latest official GNU releases from original source
+doc_url: /software/gsrc/manual/
+gplv3_status: done
+last_release: 2014.07.06
+last_release_date: 20140706
+activity_status: ok
+last_activity: 20140706
+
+package: gss
+mundane_name: Generic Security Service
+doc_category: Libraries
+doc_summary: Generic Security Service library
+doc_url: /software/gss/manual/
+gplv3_status: done-as-of-1.0.0
+last_release: 1.0.3
+last_release_date: 20141009
+activity_status: ok
+last_activity: 20141009
+
+package: gtick
+mundane_name: GTick
+logo: http://www.antcom.de/gtick/logo.www.jpg
+doc_category: Music
+doc_summary: Customizable metronome application
+doc_url: none
+gplv3_status: done-in-0.4.0
+download_url: http://www.antcom.de/gtick/download/
+last_release: 0.5.4
+last_release_date: 20140727
+activity_status: ok
+last_activity: 20140727
+
+#package: gts
+#mundane_name: GNU Triangulated Surface Library
+#gplv3_status: not-done-in-4.0.0
+#homepage: http://gts.sourceforge.net/
+#activity_status: ? # 13nov08 asked about gnu status
+
+
+package: gtk+
+mundane_name: GTK+
+doc_category: Interface
+doc_summary: Cross-platform toolkit for creating graphical user interfaces
+doc_url: http://library.gnome.org/devel/gtk/stable/
+gplv3_status: under-discussion # stormy.peters mail 23 Nov 2009 19:26:17
+last_release: 3.10.1
+last_release_date: 20131011
+activity_status: ok
+last_activity: 20131011
+
+package: gtypist
+doc_category: Education
+doc_summary: Typing tutor
+doc_url: htmlxref
+gplv3_status: done-in-2.8
+last_release: 2.9.5
+last_release_date: 20140812
+activity_status: ok
+last_activity: 20140812
+
+package: guile
+copyright_holder: fsf-maybe-ok-just-goops-#786545
+logo: /software/guile/guile-title.jpg
+doc_category: Software
+doc_summary: Scheme implementation intended especially for extensions
+doc_url: /software/guile/manual/
+gplv3_status: not-done-in-1.8.6-planned-for-1.10/2.0-in-2009 # neil 12jan09
+last_release: 2.0.11
+last_release_date: 20140320
+activity_status: ok
+last_activity: 20140320
+
+package: guile-dbi
+doc_category: Database
+doc_summary: Guile database abstraction layer
+doc_url: http://home.gna.org/guile-dbi/guile-dbi.html
+gplv3_status: not-done-in-2.1.2
+download_url: http://download.gna.org/guile-dbi/
+last_release: 2.1.5
+last_release_date: 20130411
+activity_status: ok
+last_activity: 20130411
+
+package: guile-opengl
+doc_category: Graphics
+doc_summary: Guile binding for the OpenGL graphics API
+doc_url: none
+gplv3_status: done-in-0.1.0
+last_release: 0.1.0
+last_release_date: 20140518
+activity_status: ok
+last_activity: 20140518
+
+package: guile-gnome
+doc_category: Software
+doc_summary: Guile interface for GTK+ programming for GNOME
+doc_url: /software/guile-gnome/docs/
+doc_url: htmlxref
+gplv3_status: not-done-in-2.16.3
+last_release: guile-gnome-platform-2.16.4
+last_release_date: 20151208
+last_release: guile-clutter-1.12.2.1
+last_release_date: 20151208
+activity_status: ok
+last_activity: 20151208
+
+package: guile-ncurses
+doc_category: Interface
+doc_summary: Guile bindings to ncurses
+doc_url: /software/guile-ncurses/manual/
+gplv3_status: done-in-0.9
+last_release: 1.5
+last_release_date: 20140928
+activity_status: ok
+last_activity: 20140928
+
+package: guile-rpc
+copyright_holder: fsf-ok-with-external-#786605
+doc_category: Software
+doc_summary: Pure Scheme implementation for the ONC RPC standard
+doc_url: /software/guile-rpc/manual/
+gplv3_status: done-in-0.3-alpha (gnumaint-reply 21 Aug 2007 09:35:53 +0200)
+last_release: 0.4
+last_release_date: 20140521
+activity_status: ok
+last_activity: 20140521
+
+package: guile-sdl
+mundane_name: Guile-SDL
+copyright_holder: notfsf
+doc_category: Audio
+doc_summary: Guile interface for SDL (Simple DirectMedia Layer)
+doc_url: /software/guile-sdl/manual/
+gplv3_status: done-originally
+last_release: 0.5.2
+last_release_date: 20150308
+activity_status: ok
+last_activity: 20150308
+
+package: guix
+logo: /software/guix/graphics/guix-logo.small.png
+doc_category: Sysadmin
+doc_summary: Functional package manager for installed software packages and 
versions
+doc_url: none
+gplv3_status: done-in-0.1.0
+last_release: 0.8
+last_release_date: 20141117
+activity_status: alpha
+last_activity: 20141117
+
+package: gurgle
+doc_category: Database
+doc_summary: GNU Report Generator Language
+doc_url: http://homepages.inf.ed.ac.uk/timc/gurgle/gurgle.html
+gplv3_status: done-in-1.61
+last_release: 1.75
+last_release_date: 20130718
+activity_status: stable
+last_activity: 20130718
+
+package: gv
+copyright_holder: notfsf
+doc_category: Printing
+doc_summary: PostScript and PDF viewer using Ghostscript as a back-end
+doc_url: /software/gv/manual/
+gplv3_status: done-in-3.6.5
+last_release: 3.7.4
+last_release_date: 20130317
+activity_status: ok
+last_activity: 20130317
+
+package: gvpe
+mundane_name: GVPE
+doc_category: Security
+doc_summary: Secure VPN among multiple nodes over an untrusted network
+doc_url: none
+gplv3_status: done-in-2.0
+last_release: 2.25
+last_release_date: 20130716
+activity_status: ok
+last_activity: 20130716
+
+package: gxmessage
+gplv3_status: done
+doc_category: Interface
+doc_summary: Open popup message window with buttons for return
+doc_url: none
+last_release: 3.4.1; 20150522 2.20.2
+last_release_date: 20150522
+activity_status: ok
+last_activity: 20150522
+
+package: gzip
+copyright_holder: fsf-ok-with-gailly-contract-#786477
+doc_category: Archiving
+doc_summary: General file (de)compression (using lzw)
+doc_url: /software/gzip/manual/
+gplv3_status: done-as-of-1.4
+last_release: 1.6
+last_release_date: 20130609
+activity_status: ok
+last_activity: 20130609
+
+package: halifax
+mundane_name: HaliFAX
+doc_category: Telephony
+doc_summary: Fax support
+doc_url: none
+gplv3_status: not-done-since-nomaint
+last_release: 0.22.0
+last_release_date: 20010508
+last_contact: wolfgang replied 6jul12
+activity_status: nomaint
+last_activity: 20010508
+
+package: health
+language: python
+doc_category: Health
+doc_summary: Health and hospital information system
+doc_url: none
+gplv3_status: done
+last_release: gnuhealth-3.0
+last_release_date: 20160111
+activity_status: ok
+last_activity: 20160111
+
+package: hello
+copyright_holder: fsf-ok-#786611
+doc_category: Software
+doc_summary: Hello, GNU world: An example GNU package
+doc_url: /software/hello/manual/
+gplv3_status: done-in-2.3
+last_release: 2.10
+last_release_date: 20141116
+activity_status: ok
+last_activity: 20141116
+
+package: help2man
+copyright_holder: fsf-ok-#786697
+doc_category: Text
+doc_summary: Automatically generate man pages from program --help
+doc_url: none
+gplv3_status: done-in-1.37.1
+last_release: 1.46.5
+last_release_date: 20150130
+activity_status: ok
+last_activity: 20150130
+
+package: hp2xx
+copyright_holder: notfsf
+doc_category: Printing
+doc_summary: Convert HP-GL format graphics to other vector and bitmap formats
+doc_url: none
+gplv3_status: not-done-since-stale
+last_release: 3.4.4
+last_release_date: 20030623
+activity_status: stable
+last_activity: 20030623
+
+package: html-info
+doc_category: Text
+doc_summary: HTML-Info viewer and tools
+doc_url: none
+activity_status: newpkg
+last_activity: 20150113
+
+package: httptunnel
+logo: /graphics/httptunnel-w.png
+doc_category: Internet
+doc_summary: Bidirectional connection tunnelled inside HTTP requests
+doc_url: none
+gplv3_status: not-done-since-stale
+last_release: 3.3
+last_release_date: 20020116
+last_contact: 28apr09 replied, 9feb10 asked
+activity_status: stale
+last_activity: 20020116
+
+package: hurd
+copyright_holder: fsf-ok-with-linux-code-rms
+doc_category: Software
+doc_summary: The kernel servers for the GNU operating system
+doc_url: /software/hurd/doc/doc.html
+gplv3_status: under-discussion
+logo: /graphics/hurd_sm_mf.jpg
+last_release: 0.7
+last_release_date: 20151031
+activity_status: ok
+last_activity: 20151031
+
+package: hyperbole
+doc_category: Text
+doc_summary: Emacs hypertext system via customizable buttons
+doc_url: none
+gplv3_status: done-in-5.0.3
+last_release: 5.0.5
+last_release_date: 20131112
+activity_status: ok
+last_activity: 20131112
+
+package: icecat
+copyright_holder: notfsf
+logo: /software/gnuzilla/icecat-128.png
+doc_category: Internet
+doc_summary: Entirely free browser derived from Mozilla Firefox
+doc_url: none
+gplv3_status: not-applicable-since-not-our-program
+last_release: 38.5.0-gnu2
+last_release_date: 20151223
+activity_status: ok
+last_activity: 20151223
+
+package: idutils
+copyright_holder: fsf-no-reply
+doc_category: Software
+doc_summary: Identifier database utilities
+doc_url: /software/idutils/manual/
+gplv3_status: done-in-4.5
+last_release: 4.6
+last_release_date: 20120203
+activity_status: ok
+last_activity: 20120203
+
+package: ignuit
+doc_category: Education
+doc_summary: Memorization aid based on Leitner flashcards
+doc_url: none
+gplv3_status: done
+last_release: 2.24.0
+last_release_date: 20150518
+activity_status: ok
+last_activity: 20150518
+
+package: indent
+copyright_holder: notfsf
+doc_category: Software
+doc_summary: Code reformatter
+doc_url: /software/indent/manual/
+gplv3_status: notgpl-is-bsd
+last_release: 2.2.10
+last_release_date: 20090215
+activity_status: newmaint
+last_activity: 20140319
+
+package: inetutils
+doc_category: Internet
+doc_summary: Basic networking utilities
+doc_url: /software/inetutils/manual/
+gplv3_status: done
+last_release: 1.9.4
+last_release_date: 20150610
+activity_status: ok
+last_activity: 20150610
+
+package: inklingreader
+doc_category: Interface
+doc_summary: Wacom Inkling sketch format conversion and manipulation
+doc_url: none
+gplv3_status: done-except-for-inkscape-plugin
+activity_status: newpkg
+last_activity: 20141028
+
+package: intlfonts
+doc_category: Fonts
+doc_summary: TrueType and BDF fonts covering many scripts
+doc_url: none
+gplv3_status: needs-exception-#341653-fonts (21 Aug 2007 10:41:44)
+last_release: 1.2.1
+last_release_date: 20030703
+last_contact: 27jan09 asked
+activity_status: stale
+last_activity: 20030703
+
+package: jacal
+mundane_name: JACAL
+logo: http://people.csail.mit.edu/jaffer/Logo/equal96.png
+doc_category: Mathematics
+doc_summary: Symbolic mathematics system
+doc_url: http://people.csail.mit.edu/jaffer/jacal_toc.html
+gplv3_status: done-without-guile-licensing-exception (licensing 341651 20 Aug 
2007 21:32:09)
+other_download_url: http://groups.csail.mit.edu/mac/ftpdir/scm/
+last_release: 1c4
+last_release_date: 20150116
+activity_status: ok
+last_activity: 20150116
+
+package: java-getopt
+language: java
+doc_category: Libraries
+doc_summary: Java port of GNU getopt
+doc_url: 
http://www.urbanophile.com/arenn/hacking/getopt/Package-gnu.getopt.html
+download_url: ftp://ftp.urbanophile.com/pub/arenn/software/sources/
+gplv3_status: not-applicable-since-libc-fns-per-rms (karl mail 08 May 2008 
04:44:55)
+last_release: 1.0.13
+last_release_date: 20060829
+note: classpath has its own smaller/simpler option parsing library,
+note: per Mark Wielaard, 24apr07.  This is an independent port of libc getopt.
+activity_status: stable
+last_activity: 20060829
+
+package: jel
+doc_category: Libraries
+doc_summary: Java expression library and compiler
+doc_url: /software/jel/manual.html
+gplv3_status: done-in-2.0.1
+last_release: 2.0.1
+last_release_date: 20071012
+last_contact: 24jun09 replied
+activity_status: stable
+last_activity: 20071012
+
+package: jwhois
+copyright_holder: fsf-ok-#786523
+language: c
+doc_category: Internet
+doc_summary: An extended whois client
+doc_url: /software/jwhois/manual/
+gplv3_status: done-in-4.0
+last_release: 4.0
+last_release_date: 20070701
+last_contact: 12dec12 newmaint needed, 20090620 replied, maybe soon
+activity_status: nomaint
+last_activity: 20121212
+
+package: kawa
+logo: /software/kawa/style/kawa-logo.png
+doc_category: Software
+doc_summary: Java framework and implementation of Scheme, Elisp, and more
+doc_url: none
+gplv3_status: notgpl
+last_release: 2.0
+last_release_date: 20141202
+activity_status: ok
+last_activity: 20141202
+
+package: kopi
+language: java
+doc_category: Software
+doc_summary: Java development environment for interactive database applications
+doc_url: none
+download_url: http://sourceforge.net/projects/kopi/files/
+gplv3_status: not-done-in-2.3B
+last_release: 2.3B
+last_release_date: 20070918
+last_contact: 10mar12 asked, 10mar12 benheni asked
+activity_status: stale
+last_activity: 20070918
+
+package: leg
+copyright_holder: fsf-ok-planned-code-#786483
+language: c++
+doc_category: Games
+doc_summary: Libraries and engines for game programming
+doc_url: none
+gplv3_status: not-done-since-no-release
+last_contact: 16feb13 replied end of summer, asked, 8nov10 replied, soon
+activity_status: newmaint
+last_activity: 20110519
+
+package: less
+copyright_holder: notfsf
+doc_category: Text
+doc_summary: Paginator for terminals
+doc_url: none
+gplv3_status: notgpl
+last_release: 458
+last_release_date: 20130424
+activity_status: ok
+last_activity: 20130424
+
+package: libc
+mundane_name: GNU C Library
+copyright_holder: fsf-ok-per-rms-#786983
+doc_category: Libraries
+doc_summary: C library
+doc_url: /software/libc/manual/
+gplv3_status: under-discussion
+download_url: http://ftp.gnu.org/gnu/glibc/
+last_release: 2.22
+last_release_date: 20150814
+# seems to be gone from shop, noticed 8aug14, webmasters #934653
+#doc_shop: GNU C Library Application Fundamentals (Vol.1)
+#doc_shop: http://shop.fsf.org/product/gnu-c-library-application-fundamentals/
+activity_status: ok
+last_activity: 20150814
+
+package: libcdio
+doc_category: Audio
+doc_summary: CD Input and Control library
+doc_url: htmlxref
+gplv3_status: done-in-0.81
+last_release: 0.93, libcdio-paranoia-10.2+0.93+1/20140929, 
pycdio-0.20/20130906, rbcdio-0.15/200901518
+last_release_date: 20140929
+activity_status: ok
+last_activity: 20140929
+
+package: libdbh
+doc_category: Database
+doc_summary: Advanced library for disk-based hash tables
+doc_url: none
+gplv3_status: done-in-5.0.17
+last_release: 5.0.17
+last_release_date: 20150313
+activity_status: ok
+last_activity: 20150313
+
+package: libextractor
+logo: /software/libextractor/extractor_logo.png
+doc_category: Audio
+doc_summary: Library to extract meta-data from media files
+doc_url: htmlxref
+gplv3_status: depends-on-gnunet (gnumaint-reply 20 Aug 2007 20:40:48)
+last_release: 1.3
+last_release_date: 20131223
+activity_status: ok
+last_activity: 20131223
+
+package: libffcall
+doc_category: Libraries
+doc_summary: Foreign function calls from interpreters
+doc_url: none
+gplv3_status: not-done-in-1.10-used-by-clisp
+last_release: 1.10
+last_release_date: 20040602
+activity_status: newmaint
+last_activity: 20130713
+
+package: libgcrypt
+copyright_holder: notfsf-any-more-#786520
+download_url: ftp://ftp.gnupg.org/gcrypt/libgcrypt/
+doc_category: Libraries
+doc_summary: Cryptographic function library
+doc_url: htmlxref
+gplv3_status: depends-on-gnutls (gnumaint-reply 21 Aug 2007 11:13:04)
+last_release: 1.6.4
+last_release_date: 20150908
+activity_status: ok
+last_activity: 20150908
+
+package: libiconv
+copyright_holder: fsf-no-reply
+doc_category: Libraries
+doc_summary: Character set conversion library
+doc_url: none
+gplv3_status: not-done-partially-in-1.12
+last_release: 1.14
+last_release_date: 20110807
+activity_status: ok
+last_activity: 20110807
+
+package: libidn
+copyright_holder: notfsf-simon-did-not-assign-though-others-did
+doc_category: Libraries
+doc_summary: Internationalized string processing library
+doc_url: /software/libidn/manual/
+gplv3_status: not-done-partially-in-1.6-except-java?-20mar08
+last_release: 1.32
+last_release_date: 20150801
+activity_status: ok
+last_activity: 20150801
+
+package: libjit
+copyright_holder: notfsf
+doc_category: Libraries
+doc_summary: Just-in-Time compilation library
+doc_url: none
+gplv3_status: unknown
+activity_status: newpkg
+last_activity: 20121218
+
+package: libmatheval
+copyright_holder: fsf-ok-#786536
+doc_category: Mathematics
+doc_summary: Library for evaluating symbolic expressions
+doc_url: htmlxref
+gplv3_status: done-as-of-1.1.7
+last_release: 1.1.11
+last_release_date: 20130814
+activity_status: newmaint
+last_activity: 20131023
+
+package: libmicrohttpd
+copyright_holder: notfsf
+language: c
+doc_category: Libraries
+doc_summary: C library implementing an HTTP 1.1 server
+doc_url: /software/libmicrohttpd/manual/
+gplv3_status: depends-on-gnunet-lgplv2.1+
+last_release: 0.9.48
+last_release_date: 20151218
+activity_status: ok
+last_activity: 20151218
+
+package: libredwg
+copyright_holder: fsf-no-info-in-reply-#786464
+language: c
+doc_category: Science
+doc_summary: C library to handle DWG (CAD-related) files
+doc_url: none
+gplv3_status: not-done-since-no-release
+note: no-release
+last_contact: 16feb10 replied
+activity_status: newpkg
+last_activity: 20091021
+
+package: liberty-eiffel
+doc_category: Software
+doc_summary: Eiffel compiler
+doc_url: none
+#logo: http://smarteiffel.loria.fr/images/Logo_pp_small.png
+#download_url: http://gforge.inria.fr/frs/?group_id=184
+#gplv3_status: not-done-in-2.3
+last_release: 2013.11
+last_release_date: 20131112
+note: renamed from smarteiffel (and smalleiffel before that).
+activity_status: ok
+last_activity: 20131112
+
+package: librejs
+logo: /software/librejs/images/logo-medium.png
+language: javascript
+doc_category: Internet
+doc_summary: Browser add-on that blocks nonfree nontrivial JavaScript
+doc_url: /software/librejs/manual/
+gplv3_status: ok
+last_release: 6.0.10
+last_release_date: 20151025
+activity_status: ok
+last_activity: 20151025
+
+package: libsigsegv
+doc_category: Software
+doc_summary: Library for handling page faults
+doc_url: none
+gplv3_status: not-done-in-2.5-11nov07
+last_release: 2.10
+last_release_date: 20110403
+activity_status: newmaint
+last_activity: 20140715
+
+package: libtasn1
+copyright_holder: fsf-no-reply-see-note
+language: c
+doc_category: Security
+doc_summary: ASN.1 library
+doc_url: /software/libtasn1/manual/
+gplv3_status: done-as-of-2.6
+last_release: 4.4
+last_release_date: 20150329
+note: originated with gnutls, so copyright fsf, even though no explicit
+note: assignment has been needed yet.
+activity_status: ok
+last_activity: 20150329
+
+package: libtool
+copyright_holder: fsf-ok-#786491
+logo: /software/libtool/libtool.jpg
+doc_category: Libraries
+doc_summary: Generic shared library support tools
+doc_url: /software/libtool/manual/
+gplv3_status: needs-exception-#349136
+last_release: 2.4.6
+last_release_date: 20150215
+activity_status: ok
+last_activity: 20150215
+
+package: libunistring
+copyright_holder: fsf-ok-#786481
+language: c
+doc_category: Libraries
+doc_summary: C library for manipulating Unicode strings
+doc_url: /software/libunistring/manual/
+gplv3_status: done-as-of-0.9.2.1-lgpl
+last_release: 0.9.6
+last_release_date: 20150708
+activity_status: ok
+last_activity: 20150708
+
+package: libxmi
+copyright_holder: fsf-no-reply
+doc_category: Graphics
+doc_summary: Library for rasterizing 2-d vector graphics
+doc_url: none
+gplv3_status: not-done-since-stale
+last_release: 1.2
+last_release_date: 20000621
+activity_status: stale
+last_activity: 20000621
+
+package: lightning
+copyright_holder: fsf-ok-24dec12
+doc_category: Libraries
+doc_summary: Library for generating assembly code at runtime
+doc_url: /software/lightning/manual/
+gplv3_status: not-done-since-stale
+last_release: 2.1.0
+last_release_date: 20150207
+activity_status: ok
+last_activity: 20150207
+
+package: lilypond
+doc_category: Music
+doc_summary: Music typesetting
+doc_url: http://lilypond.org/manuals.html
+gplv3_status: done-as-of-2.13.13
+download_url: http://download.linuxaudio.org/lilypond/sources/
+last_release: 2.19.18
+last_release_date: 20150405
+activity_status: ok
+last_activity: 20150405
+
+package: lims
+language: python
+doc_category: Science
+doc_summary: Scientific laboratory information management system
+doc_url: none
+gplv3_status: should-be-done-initially
+activity_status: newpkg
+last_activity: 20131104
+
+package: linux-libre
+doc_category: Software
+doc_summary: 100% free redistribution of a cleaned Linux kernel
+doc_url: none
+gplv3_status: stays-gplv2-due-to-linux
+download_url: http://linux-libre.fsfla.org/pub/linux-libre/releases/
+last_release: 4.4-gnu
+last_release_date: 20160111
+activity_status: ok
+last_activity: 20160111
+
+package: liquidwar6
+mundane_name: Liquid War 6
+doc_category: Games
+doc_summary: Multiplayer wargame where your army is a blob of liquid
+doc_url: /software/liquidwar6/manual/
+gplv3_status: done-in-0.0.2beta
+last_release: 0.6.3902
+last_release_date: 20150507
+activity_status: ok
+last_activity: 20150507
+
+package: lispintro
+copyright_holder: fsf-no-reply
+doc_category: Software
+doc_summary: Introduction to programming in Emacs Lisp
+doc_url: /software/emacs/emacs-lisp-intro/emacs-lisp-intro.html
+doc_shop: An Introduction to Emacs Lisp
+doc_shop: http://shop.fsf.org/product/Intro_to_Emacs_Lisp_3rd_Ed/
+gplv3_status: doc
+note: released-through-emacs
+activity_status: subpkg
+
+package: lrzsz
+doc_category: Internet
+doc_summary: Implementation of XMODEM/YMODEM/ZMODEM transfer protocols
+doc_url: none
+download_url: http://www.ohse.de/uwe/releases/
+gplv3_status: not-done-in-0.12.20
+last_release: 0.12.20
+last_release_date: 19981230
+last_contact: 28nov10 asked, 11apr09 replied, next 3 months
+activity_status: stale
+last_activity: 19981230
+
+package: lsh
+doc_category: Security
+doc_url: http://www.lysator.liu.se/~nisse/lsh/lsh.html
+doc_summary: GNU implementation of the Secure Shell (ssh) protocols
+gplv3_status: not-done-in-2.9-exp
+download_url: http://www.lysator.liu.se/~nisse/archive/
+last_release: 2.1
+last_release_date: 20130626
+activity_status: ok
+last_activity: 20130626
+
+package: m4
+copyright_holder: fsf-ok-#786645
+doc_category: Text
+doc_summary: Macro processor
+doc_url: /software/m4/manual/
+gplv3_status: done-as-of-1.14.14
+last_release: 1.4.17
+last_release_date: 20130922
+activity_status: ok
+last_activity: 20130922
+
+package: macchanger
+mundane_name: MAC Changer
+doc_category: Internet
+doc_summary: Viewing and manipulating MAC addresses of network interfaces
+doc_url: none
+gplv3_status: in-dev-sources (gnumaint-reply 21 Aug 2007 11:29:32 +0200)
+last_release: 1.6.0
+last_release_date: 20130326
+activity_status: ok
+last_activity: 20130326
+
+package: mailman
+copyright_holder: fsf-no-reply
+logo: /graphics/dragonlogo.jpg
+language: c,python
+doc_category: Email
+doc_summary: Mailing list manager
+doc_url: /software/mailman/docs.html
+gplv3_status: next-release-2.2-and-3.0
+last_release: 2.1.20
+last_release_date: 20150331
+activity_status: ok
+last_activity: 20150331
+
+package: mailutils
+copyright_holder: fsf-ok-with-external-libraries-#793769
+doc_category: Email
+doc_summary: Utilities and library for reading and serving mail
+doc_url: /software/mailutils/manual/
+gplv3_status: done-in-2.0
+last_release: 2.2
+last_release_date: 20100908
+activity_status: stale
+last_activity: 20100908
+
+package: make
+copyright_holder: fsf-ok-#788835
+doc_category: Software
+doc_summary: Remake files automatically
+doc_url: /software/make/manual/
+doc_shop: GNU Make
+doc_shop: http://shop.fsf.org/product/gnu-make-version-381/
+gplv3_status: in-dev-sources (gnumaint-reply 28 Aug 2007 08:30:15)
+last_release: 4.1
+last_release_date: 20141005
+activity_status: ok
+last_activity: 20141005
+
+package: marst
+copyright_holder: fsf-no-reply
+mundane_name: MARST
+doc_category: Software
+doc_summary: Algol-to-C translator
+doc_url: none
+gplv3_status: done-in-2.5
+last_release: 2.7
+last_release_date: 20130309
+activity_status: ok
+last_activity: 20130309
+
+package: maverik
+doc_category: Graphics
+doc_summary: Support interactive 3d virtual environments
+doc_url: none
+gplv3_status: done-in-6.4
+last_release: 6.5
+last_release_date: 20130315
+last_contact: 21feb13 replied, 18feb13 asked
+activity_status: ok
+last_activity: 20130315
+
+package: mc
+mundane_name: Midnight Commander
+copyright_holder: fsf-no-reply
+doc_category: Interface
+doc_summary: Graphical file manager
+doc_url: none
+gplv3_status: not-done-in-4.6.2-pre1
+last_release: 4.6.2-pre1
+last_release_date: 20070913
+activity_status: stale
+last_activity: 20070913
+
+package: mcron
+logo: /software/mcron/mcron-logo.png
+doc_category: Sysadmin
+doc_summary: Run jobs at scheduled times
+doc_url: none
+gplv3_status: done-in-1.0.4
+last_release: 1.0.8
+last_release_date: 20140525
+activity_status: ok
+last_activity: 20140525
+
+package: mcsim
+mundane_name: MCSim
+copyright_holder: fsf-ok-with-pd-#787152
+doc_category: Mathematics
+doc_summary: Monte Carlo simulation and analysis
+doc_url: http://www.gnu.org/software/mcsim/mcsim.html
+gplv3_status: done-in-5.4.0
+last_release: 5.6.3
+last_release_date: 20160103
+last_contact: 29jan11 replied, 29nov10 replied
+activity_status: ok
+last_activity: 20160103
+
+package: mdk
+mundane_name: MIX Development Kit
+copyright_holder: fsf-ok-#787396
+doc_category: Education
+doc_summary: Virtual development environment for Knuth's MIX
+doc_url: /software/mdk/manual/
+doc_shop: GNU MDK
+doc_shop: http://shop.fsf.org/product/gnu-mdk/
+gplv3_status: done-in-1.2.4-21mar08
+last_release: 1.2.9
+last_release_date: 20151228
+activity_status: ok
+last_activity: 20151228
+
+package: mediagoblin
+logo: http://mediagoblin.org/images/logo/mediagoblin_dark_medium.png
+language: python
+doc_category: Internet
+doc_summary: Photo and media sharing
+doc_url: http://docs.mediagoblin.org/
+download_url: http://mediagoblin.org/download/
+gplv3_status: ok
+last_release: 0.8.1
+last_release_date: 20151220
+activity_status: ok
+last_activity: 20151220
+
+package: melting
+logo: http://www.ebi.ac.uk/compneur-srv/melting/meltingtop.jpg
+doc_category: Science
+doc_summary: Temperature computations for a nucleic acid duplex
+doc_url: http://www.ebi.ac.uk/compneur-srv/melting/melting5-doc/melting.html
+download_url: http://www.ebi.ac.uk/compneur-srv/melting/MELTING5.1.1.tar.gz
+gplv3_status: not-done-in-5.0.3
+last_release: 5.2.0
+last_release_date: 20140808
+last_contact: 22feb10 asked
+activity_status: ok
+last_activity: 20140808
+
+package: metaexchange
+doc_category: Database
+doc_summary: Manipulate metadata from OAI-PMH and Z39.50
+doc_url: /software/metaexchange/#Documentation
+gplv3_status: under-discussion (gnumaint-reply 29 Aug 2007 19:26:27)
+note: no-release
+activity_status: newcomaint
+last_activity: 20130404
+
+package: metahtml
+doc_category: Web
+doc_summary: Combining HTML and Lisp, specifically designed for Web servers
+doc_url: http://metahtml.sourceforge.net/documentation/
+gplv3_status: not-done-since-nomaint
+last_release: 6.11.01
+last_release_date: 20010306
+note: metahtml.org domain expired
+note: used by gcc (only?), Gerald Pfeifer has patches
+note: bfox has some updates to sources on sf, but has not sent
+last_contact: 27nov11 gerald asked, 19jan11 replied, 23feb10 replied
+activity_status: nomaint
+last_activity: 20010306
+
+package: mifluz
+doc_category: Libraries
+doc_summary: Full text indexing library
+doc_url: /software/mifluz/doc.en.html
+gplv3_status: done-in-0.24.0 (7jul08)
+last_release: 0.25.0
+last_release_date: 20140417
+activity_status: ok
+last_activity: 20140417
+
+package: mig
+copyright_holder: see-hurd
+doc_category: Software
+doc_summary: Mach 3.0 interface generator for the Hurd
+doc_url: none
+gplv3_status: see-hurd
+last_release: 1.6
+last_release_date: 20151031
+activity_status: ok
+last_activity: 20151031
+
+package: miscfiles
+doc_category: Text
+doc_summary: Data files for airport codes, zip codes, a dictionary, and more
+doc_url: none
+gplv3_status: not-applicable (gnumaint-reply 02 Oct 2007 20:11:47)
+last_release: 1.4.2
+last_release_date: 20101116
+last_contact: 17nov10 replied
+activity_status: stale
+last_activity: 20101116
+
+package: mit-scheme
+mundane_name: MIT/GNU Scheme
+logo: /software/mit-scheme/lambda.png
+doc_category: Software
+doc_summary: A Scheme implementation with integrated editor and debugger
+doc_url: /software/mit-scheme/#Documentation
+doc_url: htmlxref
+gplv3_status: needs-exception-#555330
+last_release: stable.pkg/9.2
+last_release_date: 20140521
+activity_status: ok
+last_activity: 20140521
+
+package: moe
+doc_category: Editors
+doc_summary: Modeless, multiple-buffer, user-friendly 8-bit text editor
+doc_url: htmlxref
+gplv3_status: done-in-1.0
+last_release: 1.7
+last_release_date: 20150506
+activity_status: ok
+last_activity: 20150506
+
+package: motti
+copyright_holder: fsf-ok-#786712
+doc_category: Games
+doc_summary: Multiplayer strategy game
+doc_url: htmlxref
+gplv3_status: done-in-2.5.0.5
+last_release: 3.1.0
+last_release_date: 20140328
+activity_status: ok
+last_activity: 20140328
+
+package: mpc
+doc_category: Mathematics
+doc_summary: C library for arbitrary precision complex arithmetic
+doc_url: http://www.multiprecision.org/index.php?prog=mpc&page=documentation
+gplv3_status: lgplv3+-as-of-1.0-in-july-2012
+last_release: 1.0.3
+last_release_date: 20150220
+activity_status: ok
+last_activity: 20150220
+
+package: mpfr
+copyright_holder: fsf-ok-#786594
+logo: http://www.mpfr.org/mpfr500.png
+doc_category: Mathematics
+doc_summary: C library for arbitrary precision floating-point arithmetic
+doc_url: http://www.mpfr.org/mpfr-current/#doc
+gplv3_status: lgplv3+-as-of-3.0.0-in-june-2010
+last_release: 3.1.4
+last_release_date: 20150620
+activity_status: ok
+last_activity: 20150620
+
+package: mpria
+doc_category: Mathematics
+doc_summary: C library for arbitrary precision rational arithmetic
+doc_url: none
+gplv3_status: done
+activity_status: newpkg
+last_activity: 20140110
+
+package: mtools
+doc_category: Sysadmin
+doc_summary: Access MS-DOS disks without mounting
+doc_url: /software/mtools/mailing.html
+gplv3_status: done-as-of-4.0.12
+last_release: 4.0.18
+last_release_date: 20130109
+activity_status: ok
+last_activity: 20130109
+
+package: nana
+doc_category: Libraries
+doc_summary: Library for assertions, logging, performance measurement
+doc_url: none
+download_url: http://download.savannah.gnu.org/releases/nana/
+gplv3_status: notgpl
+last_release: 2.5
+last_release_date: 19990912
+note: release date from ChangeLog
+note: assert stuff for gcc
+last_contact: 3jul12 jmd asked, 10mar11 asked maintainers with new addr
+activity_status: moribund
+last_activity: 19990912
+
+package: nano
+copyright_holder: fsf-no-reply-#786770
+doc_category: Editors
+doc_summary: Small, user-friendly console text editor
+doc_url: http://www.nano-editor.org/docs.php
+gplv3_status: done-in-2.1.4
+last_release: 2.5.0
+last_release_date: 20151206
+activity_status: ok
+last_activity: 20151206
+
+package: nano-archimedes
+doc_category: Science
+doc_summary: Simulation of quantum systems using the Wigner Monte Carlo method
+doc_url: none
+gplv3_status: unknown
+last_release: 2.0
+last_release_date: 20151110
+activity_status: ok
+last_activity: 20151110
+
+package: ncurses
+copyright_holder: fsf-ok-#786484
+doc_category: Interface
+doc_summary: Terminal emulation (termcap, terminfo) library
+doc_url: none
+gplv3_status: notgpl
+last_release: 6.0
+last_release_date: 20150809
+last_release: tack-1.06
+last_release_date: 20081108
+note: as a special case, we accepted ncurses as a GNU package under the
++ revised BSD license.
+activity_status: ok
+last_activity: 20150809
+
+package: nettle
+doc_category: Security
+doc_summary: C library for low-level cryptographic functionality
+doc_url: htmlxref
+gplv3_status: lgplv2+-as-of-2.2-9nov10-asked-rms
+last_release: 3.1.1
+last_release_date: 20140424
+activity_status: ok
+last_activity: 20140424
+
+package: network
+doc_category: Internet
+doc_summary: Initiative to encourage development of free network services
+doc_url: none
+gplv3_status: ok-since-container
+container: for-gnu-"group"
+activity_status: container
+
+package: ocrad
+doc_category: Text
+doc_summary: Optical character recognition based on feature extraction
+doc_url: htmlxref
+gplv3_status: done-in-0.17
+last_release: 0.25
+last_release_date: 20150416
+activity_status: ok
+last_activity: 20150416
+
+package: octave
+copyright_holder: notfsf-#786632
+logo: /software/octave/images/logo.png
+doc_category: Mathematics
+doc_summary: High-level language for numerical computation
+doc_url: /software/octave/support.html
+gplv3_status: done-in-3.0.1 (licensing #345079)
+last_release: 4.0.0
+last_release_date: 20150603
+activity_status: ok
+last_activity: 20150603
+
+package: oleo
+copyright_holder: fsf-no-reply
+doc_category: Spreadsheets
+doc_summary: Spreadsheet for both terminal and graphical interfaces
+doc_url: /software/oleo/doc/oleo.html
+gplv3_status: not-done-since-newmaint
+last_release: 1.99.16
+last_release_date: 20010310
+last_contact: 1feb13 brandon wrote, 5apr12 replied, 1apr12,19feb12,22jan12 jmd 
asked
+activity_status: newmaint
+last_activity: 20100601
+
+package: orgadoc
+mundane_name: OrgaDoc
+doc_category: Text
+doc_summary: Eiffel program to maintain and query documents across machines
+doc_url: /software/orgadoc/orgadoc.html
+gplv3_status: not-done-since-stale
+last_release: 0.8
+last_release_date: 20040331
+last_contact: 1mar10 resign
+activity_status: nomaint
+last_activity: 20100301
+
+package: osip
+mundane_name: oSIP
+copyright_holder: notfsf
+logo: /software/osip/osip-logo-60p.png
+doc_category: Libraries
+doc_summary: Library implementing SIP (RFC-3261)
+doc_url: /software/osip/doc/html/
+gplv3_status: not-done-in-3.2.0
+last_release: libosip2-4.1.0
+last_release_date: 20140106
+activity_status: ok
+last_activity: 20140106
+
+package: panorama
+doc_category: Graphics
+doc_summary: Framework for 3D graphics production
+doc_url: none
+download_url: http://sourceforge.net/project/showfiles.php?group_id=7862
+gplv3_status: not-done-since-stale
+last_release: 0.18
+last_release_date: 20030211
+last_contact: 11may09 asked
+activity_status: stale
+last_activity: 20030211
+
+package: parallel
+logo: /software/parallel/logo.png
+copyright_holder: notfsf
+doc_category: Sysadmin
+doc_summary: Build and execute command lines in parallel
+doc_url: /software/parallel/man.html
+gplv3_status: done-in-20100424
+last_release: 20160122
+last_release_date: 20160122
+activity_status: ok
+last_activity: 20160122
+
+package: parted
+copyright_holder: fsf-no-reply
+doc_category: Sysadmin
+doc_summary: Disk partition editor
+doc_url: /software/parted/manual/
+gplv3_status: done-in-1.8.8 (gnumaint-reply 20 Aug 2007 21:13:48 -0400)
+last_release: 3.2
+last_release_date: 20140728
+activity_status: ok
+last_activity: 20140728
+
+package: pascal
+copyright_holder: fsf-ok-#787589
+logo: http://www.gnu-pascal.de/images/GnuPascal-small.png
+doc_category: Software
+doc_summary: GNU Pascal compiler
+doc_url: htmlxref
+download_url: http://www.gnu-pascal.de/alpha/
+gplv3_status: done-as-of-2007-09-04-per-email
+last_contact: 23feb09 replied
+activity_status: moribund
+last_activity: 20050331
+
+package: patch
+doc_category: Software
+doc_summary: Apply differences to originals, with optional backups
+doc_url: /software/diffutils/manual/#Invoking-patch
+gplv3_status: done-as-of-2.6.1
+last_release: 2.7.5
+last_release_date: 20150306
+activity_status: ok
+last_activity: 20150306
+
+package: paxutils
+copyright_holder: fsf-ok-#786468
+doc_category: Archiving
+doc_summary: Manage cpio, tar, and pax file archives
+doc_url: none
+download_url: ftp://alpha.gnu.org/gnu/paxutils/
+note: http://alpha.gnu.org/gnu/paxutils/paxutils-2.4h.tar.gz
+gplv3_status: not-done-since-stale-maintainer-busy
+last_release: 2.4h
+last_release_date: 19990611
+last_contact: 9dec12 replied "soon", 4feb09 replied, autumn09
+activity_status: stale
+last_activity: 19990611
+
+package: pcb
+doc_category: Science
+doc_summary: Design printed circuit board layouts
+doc_url: none
+download_url: http://sourceforge.net/project/showfiles.php?group_id=73743
+gplv3_status: not-done-in-20100929
+last_release: 20100929
+last_release_date: 20100929
+last_contact: 2jul12,2dec10,4mar10,24mar09 asked
+activity_status: stale
+last_activity: 20100929
+
+package: pdf
+copyright_holder: fsf-ok-#786934
+doc_category: Printing
+doc_summary: Library and programs for manipulating PDF
+doc_url: none
+gplv3_status: not-done-since-no-release
+note: no-release
+activity_status: stale
+
+package: pem
+doc_category: Business
+doc_summary: Personal expenses manager
+doc_url: none
+gplv3_status: done-in-0.7.8
+last_release: 0.7.9
+last_release_date: 20110815
+activity_status: ok
+last_activity: 20110815
+
+package: pexec
+doc_category: Software
+doc_summary: Execute a command in parallel on multiple hosts
+doc_url: /software/pexec/pexec.1.html
+#old download_url: http://sourceforge.net/project/showfiles.php?group_id=210655
+gplv3_status: done-as-of-1.0rc8
+last_release: 1.0rc8
+last_release_date: 20090914
+activity_status: stale
+last_activity: 20090914
+
+package: pgccfd
+mundane_name: Porting GCC for Dunces
+doc_category: Software
+doc_summary: Guide on porting the GNU compiler to new platforms
+doc_url: none
+download_url: ftp://ftp.axis.se/pub/users/hp/pgccfd/
+gplv3_status: needs-fdl-update-nomaint
+last_release: 0.5
+last_release_date: 20130303
+activity_status: newmaint
+last_activity: 20130303
+
+package: phantom_home
+mundane_name: Phantom.Home
+doc_category: Interface
+doc_summary: Computer-controlled home automation
+doc_url: none
+download_url: http://ftp.gnu.org/gnu/phantom/home/
+gplv3_status: not-done-since-stale
+last_release: 1.0
+last_release_date: 20000628
+activity_status: stale
+last_activity: 20000628
+
+package: pies
+doc_category: Software
+doc_summary: Program invocation and execution supervisor
+doc_url: http://www.gnu.org.ua/software/pies/manual.html
+gplv3_status: done-as-of-1.2
+last_release: 1.2
+last_release_date: 20091212
+activity_status: stale
+last_activity: 20091212
+
+package: pipo
+download_url: http://maddingue.free.fr/softwares/download/GNU-PipoBBS/
+doc_category: Internet
+doc_summary: Bulletin board system
+doc_url: none
+gplv3_status: not-done-since-stale
+last_contact: 9mar10 asked
+last_release: 0.20
+last_release_date: 19990528
+activity_status: stale
+last_activity: 19990528
+
+package: plotutils
+copyright_holder: fsf-no-reply
+doc_category: Graphics
+doc_summary: Plotting utilities and library
+doc_url: none
+gplv3_status: done-in-2.6
+last_release: 2.6
+last_release_date: 20090926
+activity_status: stale
+last_activity: 20090926
+
+package: polyxmass
+doc_category: Science
+doc_summary: Mass spectrometric data simulations and analyses
+doc_url: none
+download_url: http://debian.cs.binghamton.edu/debian/pool/main/p/polyxmass/
+gplv3_status: not-done-since-nomaint
+note: other polyxmass-* directories there too.
+activity_status: nomaint
+last_activity: 20080925
+
+package: powerguru
+copyright_holder: fsf-ok-#786472
+mundane_name: PowerGuru
+doc_category: Interface
+doc_summary: Monitoring, logging, and remote control of power generation
+doc_url: /software/powerguru/#documentation
+gplv3_status: in-dev-sources
+note: no-release
+activity_status: newcomaint
+last_activity: 20130404
+
+package: proxyknife
+doc_category: Internet
+doc_summary: Customizable multithread proxy hunter
+doc_url: /software/proxyknife/manual/
+gplv3_status: done-in-1.7 (gnumaint-reply 24 Sep 2007 22:54:49 +0800)
+last_release: 1.7
+last_release_date: 20070924
+activity_status: stale
+last_activity: 20070924
+
+package: pspp
+mundane_name: PSPP
+copyright_holder: fsf-ok-with-external-#786643
+logo: /software/pspp/pspplogo.png
+doc_category: Mathematics
+doc_summary: Statistical analysis
+doc_url: /software/pspp/manual/
+gplv3_status: done-in-0.4.0.1
+last_release: 0.8.5
+last_release_date: 20150620
+activity_status: ok
+last_activity: 20150620
+
+package: psychosynth
+doc_category: Music
+doc_summary: Interactive software synthesizer
+doc_url: http://www.psychosynth.com/index.php/Documentation
+gplv3_status: done-as-of-0.1.5
+last_release: 0.3.0
+last_release_date: 20120402
+activity_status: ok
+last_activity: 20120402
+
+package: pth
+logo: /software/pth/pth.jpg
+doc_category: Libraries
+doc_summary: Portable thread library
+doc_url: /software/pth/pth-manual.html
+gplv3_status: next-release rms
+last_release: 2.0.7
+last_release_date: 20060608
+last_contact: 3dec11 replied, 10mar11 asked (rms gave up), 4jan11 to rms, 
12mar10 asked, 1jun09 replied
+activity_status: stale
+last_activity: 20060608
+
+package: pyconfigure
+language: python
+language: autoconf
+doc_category: Software
+doc_summary: configure interface for Python-based packages
+doc_url: /software/pyconfigure/manual/
+gplv3_status: stays-lgplv2-indefinitely (rms 26 Sep 2010 06:37:43)
+last_release: 0.2.2
+last_release_date: 20140407
+activity_status: ok
+last_activity: 20140407
+
+package: pythonwebkit
+language: python
+doc_category: Software
+doc_summary: W3C DOM bindings to Webkit for use with GTK and more
+doc_url: none
+gplv3_status: stays-lgplv2-indefinitely (rms 26 Sep 2010 06:37:43)
+note: no-release
+last_contact: 17feb13 no release (urged doing so)
+activity_status: newmaint
+last_activity: 20100926
+
+package: qexo
+doc_category: Software
+doc_summary: Java implementation of XQuery using GNU Kawa
+doc_url: /software/qexo/#Documentation
+download_url: http://ftp.gnu.org/gnu/kawa/
+gplv3_status: notgpl
+note: see kawa
+last_contact: see kawa
+activity_status: subpkg
+
+package: quickthreads
+doc_category: Libraries
+doc_summary: Thread library
+doc_url: none
+gplv3_status: not-done-since-nomaint
+last_release: 1.6.8
+last_release_date: 20060528
+last_contact: 12mar10 asked, 23jul09 awaiting code,
+note: used to be part of guile, but dropped in guile 1.8.0
+activity_status: nomaint
+last_activity: 20060528
+
+package: r
+logo: http://www.r-project.org/Rlogo.jpg
+doc_category: Mathematics
+doc_summary: Environment for statistical computing and graphics
+doc_url: http://cran.r-project.org/#doc
+download_url: http://stat.ethz.ch/CRAN/src/base/
+gplv3_status: not-done-as-of-2.10.1 (ticket 319866?)
+last_release: 3.2.0
+last_release_date: 20150416
+activity_status: ok
+last_activity: 20150416
+
+package: radius
+copyright_holder: fsf-no-reply
+doc_category: Security
+doc_summary: Authentication and accounting services and daemon
+doc_url: /software/radius/manual/
+gplv3_status: done-in-1.6
+last_release: 1.6.1
+last_release_date: 20081217
+activity_status: stale
+last_activity: 20081217
+
+package: rcs
+mundane_name: RCS
+copyright_holder: notfsf-tichy-eggert-nguyen-#786470
+doc_category: Version
+doc_summary: Per-file local revision control system
+doc_url: /software/rcs/manual/
+gplv3_status: not-done-since-stale
+last_release: 5.9.4
+last_release_date: 20150122
+activity_status: ok
+last_activity: 20150122
+
+package: readline
+copyright_holder: fsf-ok-with-examples-#790941
+doc_category: Editors
+doc_summary: Edit command lines while typing, with history support
+doc_url: htmlxref
+gplv3_status: done-in-4.0
+last_release: 6.3
+last_release_date: 20140226
+activity_status: ok
+last_activity: 20140226
+
+package: recutils
+logo: http://www.gnu.org/software/recutils/logo.png
+doc_category: Database
+doc_summary: Manipulate plain text files as databases
+doc_url: /software/recutils/manual/
+gplv3_status: done
+last_release: 1.6
+last_release_date: 20140324
+activity_status: ok
+last_activity: 20140324
+
+package: reftex
+copyright_holder: see-auctex
+doc_category: Text
+doc_summary: Emacs support for LaTeX cross-references of all kinds
+doc_url: /software/auctex/manual/reftex.index.html
+gplv3_status: done-in-4.33
+last_release: 4.34
+last_release_date: 20090809
+activity_status: stale
+last_activity: 20090809
+
+package: remotecontrol
+copyright_holder: notfsf
+logo: /software/remotecontrol/GNU_remotecontrol_CIRCLE.png
+doc_category: Interface
+doc_summary: Management of IP-enabled thermostats and other HVAC devices
+doc_url: /software/remotecontrol/manual/
+gplv3_status: done-from-start
+last_release: 1.1
+last_release_date: 20130930
+activity_status: ok
+last_activity: 20130930
+
+package: rottlog
+doc_category: Sysadmin
+doc_summary: Log rotation and management
+doc_url: /software/rottlog/manual/
+gplv3_status: done-in-0.71.2
+last_release: 0.72.2
+last_release_date: 20100330
+activity_status: newmaint
+last_activity: 20130724
+
+package: rpge
+doc_category: Games
+doc_summary: Role playing game engine
+doc_url: none
+gplv3_status: done-in-0.0.1
+last_release: 0.0.3
+last_release_date: 20140106
+note: revived 6jan14, was gone 22may13 per inaction+leg
+activity_status: ok
+last_activity: 20140106
+
+package: rush
+doc_category: Software
+doc_summary: Restricted user (login) shell
+doc_url: http://puszcza.gnu.org.ua/software/rush/manual.html
+gplv3_status: done-in-1.5
+last_release: 1.7
+last_release_date: 20100707
+activity_status: stale
+last_activity: 20100707
+
+package: sather
+doc_category: Software
+doc_summary: An object-oriented language designed to be simple, efficient, safe
+doc_url: /software/sather/#doc
+gplv3_status: done-in-1.2.3
+last_release: 1.2.3
+last_release_date: 20070707
+last_contact: 20feb13 replied, 19feb13 asked, 14apr12 asked
+activity_status: newmaint
+last_activity: 20120305
+
+package: scm
+mundane_name: SCM
+copyright_holder: fsf-ok-#786490
+language: c
+logo: http://people.csail.mit.edu/jaffer/Logo/SCM_64.png
+doc_category: Software
+doc_summary: A scheme implementation
+doc_url: http://people.csail.mit.edu/jaffer/scm_toc.html
+other_download_url: http://people.csail.mit.edu/jaffer/SCM.html
+gplv3_status: done-without-exception-#502112-lgpl-but-done-in-scm-5e5 
(info-gnu 4 Feb 2008 00:27:30)
+last_release: 5f2
+last_release_date: 20150116
+activity_status: ok
+last_activity: 20150116
+
+package: screen
+copyright_holder: notfsf-Juergen Weigert, Michael Schroeder, Oliver Laumann, 
et al.
+doc_category: Software
+doc_summary: Full-screen window manager providing multiple terminals
+doc_url: /software/screen/manual/
+gplv3_status: not-done-in-4.0.3
+last_release: 4.3.1
+last_release_date: 20150628
+activity_status: ok
+last_activity: 20150628
+
+package: sed
+copyright_holder: fsf-ok-#786533
+doc_category: Text
+doc_summary: Stream editor
+doc_url: /software/sed/manual/
+gplv3_status: done-in-4.2
+last_release: 4.2.2
+last_release_date: 20121222
+activity_status: newmaint
+last_activity: 20130120
+
+package: serveez
+logo: /software/serveez/logo.jpg
+doc_category: Sysadmin
+doc_summary: Framework for implementing IP-based servers
+doc_url: /software/serveez/manual/
+gplv3_status: not-done-in-0.1.7
+last_release: 0.2.2
+last_release_date: 20131202
+activity_status: ok
+last_activity: 20131202
+
+package: sharutils
+copyright_holder: fsf-ok-with-external-29dec-mail
+doc_category: Archiving
+doc_summary: Archives in shell scripts, uuencode/uudecode
+doc_url: /software/sharutils/manual/
+gplv3_status: done-in-4.7
+last_release: 4.15.2
+last_release_date: 20150530
+activity_status: ok
+last_activity: 20150530
+
+package: dmd
+copyright_holder: fsf-no-reply-individual-name-in-files
+doc_category: Sysadmin
+doc_summary: Daemon managing daemons
+doc_url: none
+gplv3_status: not-done-in-0.5
+download_url: http://www.wt-lorsch.de/dmd--0.5.tar.gz
+last_release: 0.5
+last_release_date: 2003
+activity_status: newmaint
+last_activity: 20130925
+
+package: shishi
+copyright_holder: notfsf
+logo: /software/shishi/shishi.png
+doc_category: Internet
+doc_summary: Implementation of the Kerberos 5 network security system
+doc_url: /software/shishi/#status
+gplv3_status: done-in-alpha-releases
+last_release: 1.0.2
+last_release_date: 20120403
+activity_status: ok
+last_activity: 20120403
+
+package: shmm
+doc_category: Software
+doc_summary: Shared memory manager utility
+doc_url: none
+gplv3_status: done-in-1.0
+last_release: 1.0
+last_release_date: 20080628
+activity_status: stable
+last_activity: 20080628
+
+package: shtool
+doc_category: Software
+doc_summary: Compilation of utility shell scripts into a shell tool
+doc_url: none
+gplv3_status: not-done rms
+last_release: 2.0.8
+last_release_date: 20080718
+last_contact: see pth
+note: pending (l)gplv3, current address, rationalE?, info-gnu announcement
+activity_status: stale
+last_activity: 20080718
+
+package: sipwitch
+doc_category: Telephony
+doc_summary: Secure peer-to-peer VoIP server for the SIP protocol
+doc_url: none
+gplv3_status: done-in-0.1
+last_release: 1.9.15
+last_release_date: 20151213
+activity_status: ok
+last_activity: 20151213
+
+package: slib
+mundane_name: SLIB
+doc_category: Software
+doc_summary: Portable library for Scheme
+doc_url: http://people.csail.mit.edu/jaffer/slib/index.html
+logo: http://people.csail.mit.edu/jaffer/Logo/SLIB_64.png
+other_download_url: http://groups.csail.mit.edu/mac/ftpdir/scm/
+gplv3_status: done-since-public-domain (licensing 341650, 20 Aug 2007 21:16:08)
+last_release: 3b5
+last_release_date: 20150116
+activity_status: ok
+last_activity: 20150116
+
+package: smalltalk
+copyright_holder: fsf-ok-with-external-#786531
+doc_category: Software
+doc_summary: Smalltalk environment
+doc_url: http://smalltalk.gnu.org/documentation
+doc_url: htmlxref
+logo: http://www.smalltalk.org/images/balloon2.gif
+gplv3_status: needs-exception-#362488, brett 29 Oct 2009 18:02:27
+last_release: 3.2.5
+last_release_date: 20130407
+note: html manuals are constructed ok, but have generic names ("manual")
+activity_status: ok
+last_activity: 20130407
+
+package: social
+doc_category: Internet
+doc_summary: Decentralized social networking server
+doc_url: none
+gplv3_status: not-done-since-no-release
+note: no-release
+activity_status: stale
+last_activity: 20100313
+
+package: solfege
+doc_category: Music
+doc_summary: Ear training
+doc_url: http://docs.solfege.org/
+logo: http://www.solfege.org/static/logo.png
+gplv3_status: done-in-3.10.3
+last_release: 3.22.2
+last_release_date: 20140318
+activity_status: newmaint
+last_activity: 20140318
+
+package: spacechart
+mundane_name: SpaceChart
+copyright_holder: fsf-no-reply
+doc_category: Science
+doc_summary: Stargazing in 3D under GNOME
+doc_url: none
+gplv3_status: not-done-since-stale
+last_release: 0.9.5
+last_release_date: 20021206
+last_contact: 21mar10,14feb09 asked
+activity_status: stale
+last_activity: 20021206
+
+package: speex
+logo: http://www.speex.org/images/logos/parrot_speex_org-3.png
+doc_category: Audio
+doc_summary: Library for patent-free audio compression format
+doc_url: http://www.speex.org/docs/
+download_url: http://downloads.xiph.org/releases/speex/
+gplv3_status: notgpl
+last_release: 1.2rc1
+last_release_date: 20080724
+activity_status: stable
+last_activity: 20080724
+
+package: spell
+copyright_holder: fsf-ok-#786524
+doc_category: Text
+doc_summary: Spell checking
+doc_url: none
+gplv3_status: not-done-since-stale
+last_release: 1.1
+last_release_date: 20110721
+activity_status: ok
+last_activity: 20110721
+
+package: sqltutor
+copyright_holder: fsf-ok-with-external-#787535
+doc_category: Database
+doc_summary: Interactively learn SQL by example
+doc_url: /software/sqltutor/manual/
+gplv3_status: done-as-of-0.6
+last_release: 0.7
+last_release_date: 20140601
+activity_status: ok
+last_activity: 20140601
+
+package: src-highlite
+doc_category: Text
+doc_summary: Produce a document with syntax highlighting from a source file
+doc_url: htmlxref
+gplv3_status: done-in-2.8
+last_release: source-highlight-3.1.8
+last_release_date: 20150330
+activity_status: ok
+last_activity: 20150330
+
+package: stalkerfs
+copyright_holder: fsf-no-reply
+doc_category: Interface
+doc_summary: Desktop search engine for local files, using FUSE
+doc_url: none
+gplv3_status: in-dev-sources (gnumaint-reply 21 Aug 2007 18:41:09 +0200)
+note: no-release
+activity_status: stale
+
+package: stow
+doc_category: Sysadmin
+doc_summary: Managing installed software packages
+doc_url: /software/stow/manual/
+gplv3_status: not-done-since-stale
+last_release: 2.2.2
+last_release_date: 20151109
+activity_status: ok
+last_activity: 20151109
+
+package: stump
+logo: http://www.algebra.com/~ichudov/images/active/stump.jpg
+doc_category: Internet
+doc_summary: Secure team-based Usenet moderation program
+doc_url: none
+download_url: http://www.algebra.com/~ichudov/stump/
+gplv3_status: not-done-since-stale
+last_release: 2.5
+last_release_date: 20000622
+last_contact: 9dec10 asked, 24mar10 asked, 16mar09 replied
+activity_status: stable
+last_activity: 20000622
+
+package: superopt
+copyright_holder: fsf-no-reply
+doc_category: Software
+doc_summary: Super-optimizer of given functions
+doc_url: none
+gplv3_status: not-done-since-stale
+last_release: 2.5
+last_release_date: 19950614
+note: maintainers@ received patch from ttn, 04 Jan 2014 13:33:11.
+activity_status: newmaint
+last_activity: 20150624
+
+package: swbis
+doc_category: Software
+doc_summary: POSIX software packaging utilities
+doc_url: htmlxref
+gplv3_status: done-in-0.951 (20apr08)
+last_release: 1.12
+last_release_date: 20140803
+activity_status: ok
+last_activity: 20140803
+
+package: sysutils
+copyright_holder: fsf-no-reply
+doc_category: Sysadmin
+doc_summary: Standard system administration utilities: passwd, chsh, and more
+doc_url: none
+download_url: http://download.savannah.gnu.org/releases/sysutils/
+gplv3_status: not-done-since-stale
+last_release: 0.1.5
+last_release_date: 20060329
+last_contact: 19jan11 asked, 26mar10 asked
+note: real maintainer is David Weinhall <address@hidden>
+activity_status: nomaint
+last_activity: 20150322
+
+package: taler
+doc_category: Business
+doc_summary: Electronic payments for a liberal society
+doc_url: none
+gplv3_status: done-from-beginning
+activity_status: newpkg
+last_activity: 20150206
+
+package: talkfilters
+doc_category: Games
+doc_summary: Convert English text to humorous dialects
+doc_url: http://www.hyperrealm.com/talkfilters/talkfilters.pdf
+download_url: http://www.hyperrealm.com/talkfilters/
+gplv3_status: not-done-in-2.3.8 # 27mar10 replied
+last_release: 2.3.8
+last_release_date: 20071228
+activity_status: stable
+last_activity: 20071228
+
+package: tar
+copyright_holder: fsf-ok-#786475
+doc_category: Archiving
+doc_summary: Managing tar archives
+doc_url: /software/tar/manual/
+gplv3_status: done-in-1.21
+last_release: 1.28
+last_release_date: 20140727
+activity_status: ok
+last_activity: 20140727
+
+package: termcap
+copyright_holder: fsf-ok-#786501
+doc_category: Interface
+doc_summary: Terminal-independent display support
+doc_url: /software/termutils/manual/termcap-1.3/termcap.html
+gplv3_status: not-done-since-stale-and-not-updated-in-emacs
+last_release: 1.3.1
+last_release_date: 20020313
+last_contact: see termutils
+activity_status: stable
+last_activity: 20020313
+
+package: termutils
+copyright_holder: fsf-ok-#786502
+doc_category: Interface
+doc_summary: The tput and tabs utilities for terminal operations
+doc_url: /software/termutils/manual/termutils-2.0/tput.html
+gplv3_status: not-done-since-stale-and-move-to-ncurses
+last_release: 2.0
+last_release_date: 19951201
+last_contact: 8nov10 asked, 23feb09 replied/asked
+activity_status: stable
+last_activity: 19951201
+
+package: teseq
+doc_category: Software
+doc_summary: Analyze files with terminal control sequences, for debugging
+doc_url: /software/teseq/manual/
+gplv3_status: done-in-1.0.0
+last_release: 1.1.1
+last_release_date: 20150814
+activity_status: ok
+last_activity: 20150814
+
+package: teximpatient
+mundane_name: TeX for the Impatient
+copyright_holder: notfsf
+doc_category: Text
+doc_summary: Book on TeX, plain TeX, and Eplain
+doc_url: none
+gplv3_status: doc
+download_url: ftp://tug.org/tex/impatient/
+last_release: 2.3
+last_release_date: 20130530
+activity_status: nomaint
+last_activity: 20130530
+
+package: texinfo
+copyright_holder: fsf-ok
+doc_category: Text
+doc_summary: The GNU documentation format
+doc_url: /software/texinfo/manual/
+doc_url: htmlxref
+gplv3_status: done-#502113
+last_release: 6.0
+last_release_date: 20150626
+activity_status: ok
+last_activity: 20150626
+
+package: texmacs
+gplv3_status: not-done-in-1.0.7
+doc_category: Text
+doc_summary: Editing platform with special features for scientists
+doc_url: none
+download_url: http://www.texmacs.org/tmweb/download/sources.en.html
+last_release: 1.07.15
+last_release_date: 20120317
+activity_status: ok
+last_activity: 20120317
+
+package: thales
+doc_category: Software
+doc_summary: Unit test framework for Guile
+doc_url: htmlxref
+gplv3_status: unknown
+last_release: 1.99
+last_release_date: 20140319
+activity_status: ok
+last_activity: 20140319
+
+package: time
+copyright_holder: fsf-ok-#786500
+doc_category: Sysadmin
+doc_summary: Run a command, then display its resource usage
+doc_url: none
+gplv3_status: not-done-since-stale
+last_release: 1.7.2
+last_release_date: 20150123
+last_contact: 16feb13 replied on bug-gnu-utils, no eta; 14oct11 replied, 
13jan11 replied-within-a-month
+activity_status: ok
+last_activity: 20150123
+
+package: tramp
+mundane_name: TRAMP
+copyright_holder: fsf-ok-#786547
+doc_category: Interface
+doc_summary: Transparent Remote Access, Multiple Protocol GNU Emacs package
+doc_url: htmlxref
+gplv3_status: done-in-2.1.14
+last_release: 2.2.11
+last_release_date: 20141229
+activity_status: ok
+last_activity: 20141229
+
+package: trans-coord
+copyright_holder: fsf-ok
+fsd: none
+doc_category: Translation
+doc_summary: Organizational infrastructure for translating www.gnu.org
+doc_url: /software/trans-coord/manual/
+gplv3_status: ok-since-container
+container: for-gnun
+note: savannah project for www.gnu.org translation coordination
+activity_status: container
+
+package: trueprint
+doc_category: Printing
+doc_summary: Pretty-print C sources and other plain text to PostScript
+doc_url: none
+gplv3_status: unknown
+last_release: 5.4
+last_release_date: 20130311
+activity_status: newmaint
+last_activity: 20140305
+
+package: unifont
+copyright_holder: notfsf
+doc_category: Fonts
+doc_summary: Large bitmap font covering Unicode's Basic Multilingual Plane
+doc_url: none
+gplv3_status: stays-gplv2+-per-author-and-rms
+last_release: 8.0.01
+last_release_date: 20150629
+activity_status: ok
+last_activity: 20150629
+
+package: units
+copyright_holder: fsf-no-reply
+doc_category: Science
+doc_summary: Conversion between thousands of scales
+doc_url: /software/units/manual/
+gplv3_status: done (gnumaint-reply 26 Sep 2007 21:58:19)
+last_release: 2.11
+last_release_date: 20140402
+activity_status: ok
+last_activity: 20140402
+
+package: unrtf
+mundane_name: UnRTF
+gplv3_status: done-in-0.20.5
+doc_category: Text
+doc_summary: Convert Rich Text Format documents to other formats
+doc_url: none
+last_release: 0.21.9
+last_release_date: 20150102
+activity_status: ok
+last_activity: 20150102
+
+package: userv
+doc_category: Security
+doc_summary: Daemon to control service access
+doc_url: http://www.chiark.greenend.org.uk/~ian/userv/spec.html/
+gplv3_status: under-discussion-system-component (gnumaint-reply 21 Aug 2007 
11:55:17 +0100)
+last_release: 1.0.5
+last_release_date: 20060605
+last_contact: 19feb13 maybe soon; see adns
+activity_status: stale
+last_activity: 20060605
+
+package: uucp
+copyright_holder: notfsf-#786532
+mundane_name: UUCP
+doc_category: Sysadmin
+doc_summary: UUCP protocol implementation
+doc_url: none
+gplv3_status: not-done-since-stale
+last_release: 1.07
+last_release_date: 20030603
+last_contact: 9jan11 asked, 3apr10 asked, 19may09 replied
+activity_status: newmaint
+last_activity: 20131008
+
+package: vc-dwim
+fsd: vcdwim
+doc_category: Version
+doc_summary: Version-control-agnostic ChangeLog diff and commit tool
+doc_url: /software/vc-dwim/manual/
+gplv3_status: done-as-of-1.2
+last_release: 1.7
+last_release_date: 20130315
+activity_status: ok
+last_activity: 20130315
+
+package: vcdimager
+mundane_name: VCDImager
+doc_category: Video
+doc_summary: Authoring, disassembling and analyzing (super and) video CDs
+doc_url: none
+gplv3_status: under-discussion (4nov07)
+last_release: 0.7.24
+last_release_date: 20110317
+activity_status: ok
+last_activity: 20110317
+
+package: vera
+copyright_holder: notfsf
+doc_category: Dictionaries
+doc_summary: List of acronyms
+doc_url: none
+gplv3_status: doc
+last_release: 1.22
+last_release_date: 20140925
+activity_status: ok
+last_activity: 20140925
+
+package: vmgen
+copyright_holder: see-gforth
+doc_category: Software
+doc_summary: Generic virtual machine generation, used by gforth
+doc_url: none
+download_url: http://ftp.gnu.org/gnu/gforth/
+gplv3_status: in-dev-sources (gnumaint-reply 31 Dec 2007 20:31:05)
+last_release: gforth-0.7.2
+last_release_date: 20130321
+note: vmgen is distributed as part of gforth
+activity_status: ok
+last_activity: 20130321
+
+package: wb
+mundane_name: WB
+logo: http://people.csail.mit.edu/jaffer/TreeRoot96.jpg
+doc_category: Libraries
+doc_summary: Disk-based associative array B-tree database library
+doc_url: http://people.csail.mit.edu/jaffer/wb_toc.html
+other_download_url: http://groups.csail.mit.edu/mac/ftpdir/scm/
+gplv3_status: done-without-exception-#502112-but-done-in-wb2a2 (info-gnu 4 Feb 
2008 00:29:22)
+last_release: 2b2
+last_release_date: 20130706
+activity_status: ok
+last_activity: 20130706
+
+package: wdiff
+copyright_holder: fsf-no-reply
+doc_category: Text
+doc_summary: Word difference finder
+doc_url: /software/wdiff/manual/
+gplv3_status: done-in-0.6.0
+last_release: 1.2.2
+last_release_date: 20140414
+activity_status: ok
+last_activity: 20140414
+
+package: websocket4j
+language: java
+doc_category: Internet
+doc_summary: WebSocket protocol implementation for Java-HTML5 communication
+doc_url: /software/websocket4j/manual/
+gplv3_status: done
+last_release: 1.3
+last_release_date: 20101024
+activity_status: stale
+last_activity: 20101024
+
+package: webstump
+mundane_name: WebSTUMP
+doc_category: Internet
+doc_summary: Web interface to STUMP
+doc_url: none
+download_url: http://www.algebra.com/~ichudov/stump/
+gplv3_status: see-stump
+note: approx. last_activity 1999
+last_contact: see stump
+activity_status: stable
+
+package: wget
+copyright_holder: fsf-ok-#786732
+doc_category: Internet
+doc_summary: Non-interactive command-line utility for downloading files
+doc_url: /software/wget/manual/
+gplv3_status: done-in-1.11
+last_release: 1.17.1
+last_release_date: 20151211
+activity_status: ok
+last_activity: 20151211
+
+package: which
+copyright_holder: notfsf
+doc_category: Sysadmin
+doc_summary: Find full path of shell commands
+doc_url: none
+gplv3_status: done-in-2.19
+last_release: 2.21
+last_release_date: 20150320
+activity_status: stable
+last_activity: 20150320
+
+package: womb
+copyright_holder: fsf-ok
+doc_category: Software
+doc_summary: Repository for GNU work not intended to be separate packages
+doc_url: none
+gplv3_status: in-dev-sources (aug07)
+note: released-through-vc
+activity_status: ok
+
+package: xaos
+mundane_name: XaoS
+doc_category: Graphics
+doc_summary: Real-time fractal zoomer
+doc_url: http://matek.hu/xaos/doku.php?id=documentation:main
+download_url: http://sourceforge.net/projects/xaos/files/XaoS/
+gplv3_status: working (gnumaint-reply 21 Aug 2007 20:43:33 +0200)
+last_release: 3.6
+last_release_date: 20131101
+activity_status: ok
+last_activity: 20131101
+
+package: xboard
+mundane_name: XBoard
+copyright_holder: fsf-maybe-ok-just-scotti-#786505
+doc_category: Games
+doc_summary: Graphical user interface for chess programs
+doc_url: /software/xboard/manual/
+gplv3_status: done-as-of-4.4.2
+last_release: 4.8.0
+last_release_date: 20141102
+activity_status: ok
+last_activity: 20141102
+
+package: xhippo
+doc_category: Audio
+doc_summary: Generic playlist manager program
+doc_url: none
+gplv3_status: done-in-3.5
+last_release: 3.5
+last_release_date: 20070827
+activity_status: stable
+last_activity: 20070827
+
+package: xlogmaster
+logo: /graphics/xlogmaster/logo_small.jpg
+doc_category: Sysadmin
+doc_summary: GUI program for monitoring log and other files
+doc_url: /software/xlogmaster/tutorial_toc.html
+gplv3_status: done-as-of-1.6.2
+last_release: 1.6.2
+last_release_date: 20090624
+last_contact: 19feb12 jmd asked about penguin
+activity_status: stale
+last_activity: 20090624
+
+package: xmlat
+doc_category: Web
+doc_summary: Simple XML for defining and implementing markup languages
+doc_url: none
+gplv3_status: should-be-done
+last_contact: 27feb13 replied, 26feb13 asked
+activity_status: newmaint
+last_activity: 20120512
+
+package: xnee
+doc_category: Software
+doc_summary: Record, replay and distribute user actions under X11
+doc_url: http://xnee.wordpress.com/documentation/
+gplv3_status: done-in-directory
+last_release: 3.19
+last_release_date: 20140506
+activity_status: ok
+last_activity: 20140506
+
+package: xorriso
+doc_category: Archiving
+doc_summary: Create, manipulate, burn ISO-9660 filesystems
+doc_url: /software/xorriso/man_1_xorriso.html
+gplv3_status: done
+last_release: 1.4.2
+last_release_date: 20150518
+note: Libburnia project = address@hidden
+note: xorriso support also on address@hidden
+note: mkisofs history at http://lists.debian.org/cdwrite/2004/10/msg00071.html
+activity_status: ok
+last_activity: 20151130
+
+package: zile
+copyright_holder: fsf-no-reply
+doc_category: Editors
+doc_summary: Zile is lossy Emacs, a lightweight Emacs clone
+doc_url: none
+gplv3_status: done-in-2.2.58
+last_release: 2.4.11
+last_release_date: 20140226
+activity_status: ok
+last_activity: 20140226
+
+# End. (Do not remove this line or the blank line before it.  Thanks.)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]