taskSavannah Administration - Tasks: task #15412, Submission of meik

 
 

task #15412: Submission of meik

Submitter:  Cristian Caloghera <cristi13>
Submitted:  Thu 10 Oct 2019 09:31:12 PM UTC
   
 
Should Start On:  Wed 09 Oct 2019 10:00:00 PM UTC Should be Finished on:  Sat 19 Oct 2019 10:00:00 PM UTC
Category:  Project Approval Priority:  * 5 - Normal
Status:  Cancelled Privacy:  Public
Assigned to:  ineiev Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 07 Nov 2019 10:51:36 AM UTC, comment #3: 

No response; cancelling.

Ineiev <ineiev>
Site Administrator
Fri 18 Oct 2019 07:01:53 AM UTC, comment #2: 

If there is no further interest, I'll cancel this submission.

Ineiev <ineiev>
Site Administrator
Fri 11 Oct 2019 09:57:16 AM UTC, comment #1: 

Please make sure that all copyrightable files in your tarball have valid copyright and license notices.

Ineiev <ineiev>
Site Administrator
Thu 10 Oct 2019 09:31:12 PM UTC, original submission:  

A new project has been registered at Savannah
This project account will remain inactive until a site admin approves
or discards 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):



Registration Details


  • Name: meik
  • System Name:  meik
  • Type: non-GNU software and documentation
  • License: Expat License (sometime refered to as MIT License)





Description:

Meik is a GNU Make file implementation. It will attempt to translate a source tree of C/C++ files into their compiled and linked counterparts.

By default it will attempt to create out of each directory that contains source code an executable:
.                                             output
├── dir1                                      ├── dir1
│   ├── main.cpp                              │   ├── main.cpp.o
│   └── code.cpp                              │   ├── code.cpp.o
│                                             │   └── dir1 (exe)
├── dir2                 ---translate-->      └── dir2
│   ├── morecode.cpp                              ├── morecode.cpp.o
│   └── evenmorecode.cpp                          ├── evenmorecode.cpp.o
│                                                 └── dir2 (exe)
└── GNUmakefile

Features
 - No dependencies, except GNU Make itself.
 - Supports creation of executables, static and dynamic libraries (currently for GNU/Linux)
 - Configurable as it supports hierarchical per file/directory build options.
 - Parallel make invocation support.
 - Incremental rebuild.


Other Software Required:

GNU Make
https://www.gnu.org/software/make/
GNU GPLv3



Other Comments:

Currently hosted at: https://bitbucket.org/cristian_caloghera/meik/

However Bitbucket will no longer support Mercurial in the near future.


Tarball URL:

https://savannah.nongnu.org/submissions_uploads/meik-v2.0.3.tar.gz


Cristian Caloghera <cristi13>

 

(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

 

Carbon-Copy List
  • -email is unavailable- added by ineiev (Posted a comment)
  • -email is unavailable- added by cristi13 (Submitted the item)
  •  

    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 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2019-11-07 ineiev StatusIn Progress Cancelled
        Open/ClosedOpen Closed
    2019-10-11 ineiev StatusNone In Progress
        Assigned toNone ineiev

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code