taskSavannah Administration - Tasks: task #5365, Submission of Arg_parser

 
 

task #5365: Submission of Arg_parser

Submitter:  Antonio Diaz Diaz <antonio>
Submitted:  Wed 29 Mar 2006 11:45:41 AM UTC
   
 
Should Start On:  Wed 29 Mar 2006 12:00:00 AM UTC Should be Finished on:  Sat 08 Apr 2006 12:00:00 AM UTC
Category:  Project Approval Priority:  * 5 - Normal
Status:  Done Privacy:  Public
Assigned to:  stevenr Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 08 Jun 2006 02:05:13 PM UTC, comment #3: 

Hi,

For some reason the project wasn't completely activated.

I have set it to active now. You should get the automated email shortly.

Regards,

Steven

Steven Robson <stevenr>
Thu 08 Jun 2006 01:44:16 PM UTC, comment #2: 

Hello.

I have not received any automated e-mail. Please, can you check what happened.

Regards,
Antonio Diaz.

Antonio Diaz Diaz <antonio>
Thu 30 Mar 2006 07:55:08 PM UTC, comment #1: 

Hi,

I'm evaluating the project you submitted for approval in Savannah.

I have approved your project.  You will receive an automated e-mail containing detailed information about the approval.

However, In order to release your project documentation properly and unambiguously under the GFDL, please add a copy of the FDL (available from http://www.gnu.org/licenses/fdl.html in various formats) as a section of your works.

For more information, see http://www.gnu.org/licenses/fdl.html#SEC4

http://www.gnu.org/licenses/fdl-howto.html also covers additional points, including a smaller notice that you can use in auxiliary files.

Please make this alteration before you upload your project.

Regards.

Steven Robson <stevenr>
Wed 29 Mar 2006 11:45:41 AM UTC, original submission:  

A new project has been registered at Savannah
The project account will remain inactive until a site admin approve or discard the registration.


######### REGISTRATION ADMINISTRATION #########

While this item will be useful to track the registration process, approving or discarding the registration must be done using the specific "Group Administration" page, accessible only to site administrators, effectively logged as site administrators (superuser):

  <https://savannah.gnu.org/admin/groupedit.php?group_id=8435>


######### REGISTRATION DETAILS #########

Full Name:
----------
  Arg_parser

System Group Name:
-----------------
  arg-parser

Type:
-----
  non-GNU software & documentation

License:
--------
  GNU General Public License V2 or later

Description:
------------
  Arg_parser is an argument parser that follows POSIX and GNU conventions for command line arguments. It is implemented as a C++ class, and is simpler, easier to use, and safer that `getopt_long'.

For maximum stability, Arg_parser is self-contained. It extracts all the information it needs from its arguments to avoid refering to them later. This avoids index-out-of-bounds errors.

Arg_parser does not modify its arguments, nor uses any global variables. So you may create more than one parser in your program if you need or want to.

Arg_parser can also parse options from configuration files.

To use Arg_parser in your own programs simply copy the files `arg_parser.h' and `arg_parser.cc' in your sorce tree. See also the file `main.cc' for an example of use.

The source can be found here http://es.geocities.com/ant_diaz2001/arg_parser-0.1.tar.gz


Other Software Required:
------------------------
  None. In fact, this parser is written to get rid of the dependence on `getopt_long', which is not found in all free operating systems.


Other Comments:
---------------
  This argument parser is already being used by GNU ddrescue, GNU Moe and GNU Ocrad.



Antonio Diaz Diaz <antonio>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-03-30 stevenr StatusNone Done
    Assigned toNone stevenr
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-3230.
Corresponding source code