taskSavannah Administration - Tasks: task #7084, Submission of Ctalk Object...

 
 

task #7084: Submission of Ctalk Object Oriented Extensions for C

Submitter:  Robert Kiesling <kiesling>
Submitted:  Sun 15 Jul 2007 03:18:51 PM UTC
   
 
Should Start On:  Sun 15 Jul 2007 12:00:00 AM UTC Should be Finished on:  Wed 25 Jul 2007 12:00:00 AM UTC
Category:  Project Approval Priority:  * 5 - Normal
Status:  Cancelled Privacy:  Public
Assigned to:  kneth Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Jump to the original submission

Thu 15 Nov 2007 09:11:30 AM UTC, comment #8: 

If you wish to use Savannah for hosting ctpp, please submit a new request for the project.

Best regards,
Kenneth Geisshirt

Kenneth Geisshirt <kneth>
Mon 12 Nov 2007 09:22:08 AM UTC, comment #7: 

The copyright notices and other administrivia are updated.  You
can find the distros at:

https://sourceforge.net/project/ctalk-lang/ctalk-0.0.18a.tar.gz?modtime=1194840263&big_mirror=0

https://sourceforge.net/project/ctalk-lang/ctpp-1.0.22.tar.gz?1194837688&big_mirror=0

I do not think its worth the reprisal to be stating the reasons why Savannah should not be the exclusive distribution point of a language project.  Sourceforge.net, at least, does not demand exclusivity.

However, if you would like to host the preprocessor project, ctpp, that would be acceptable, because the preprocessor is of widespread interest mostly as part of Ctalk.

thank you again

Robert Kiesling <kiesling>
Mon 12 Nov 2007 12:41:35 AM UTC, comment #6: 


Excuse me, I didn't receive a notice of the previous posting.  I'll address those issues a.s.a.p.


Robert Kiesling <kiesling>
Sat 10 Nov 2007 10:01:58 PM UTC, comment #5: 

I close this tracker item, since there's no activity.

Sylvain Beucler <Beuc>
Sun 30 Sep 2007 07:20:48 PM UTC, comment #4: 

Hi,

After reading your documentation closely, I have noticed the
following.
 
The address of the FSF has changed, and is now:

  51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA

Please update your license notices.

Please update the copy of the license (usually, the 'COPYING' file) in
your package as well.

Updated versions of the GPL, LGPL and GFDL can also be found at:
http://www.gnu.org/licenses/gpl.txt
http://www.gnu.org/licenses/lgpl.txt
http://www.gnu.org/licenses/fdl.txt

You can find some background and a possible migration script at
https://savannah.gnu.org/forum/forum.php?forum_id=3766

(alternatively the GNU (L)GPLv3 standard notices include different
wording that do not mention the FSF snail mail address - see
http://www.gnu.org/licenses/gpl.html#howto)


Savannah is a central point for development, distribution and
maintenance of GNU Software.

There is a companion site savannah.nongnu.org where we also host Free
Software projects that are not part of the GNU Project, but run on
free platforms.

However, we do not allow to host your project on Savannah and
SourceForge at the same time, if Savannah is just a project mirror.
Your project development should happen primarily on Savannah.

How do you plan to use your Savannah account? I know that you have
closed it so the question is if you are moving to Savannah?

If you are willing to make the changes mentioned above, please provide
us with an URL to an updated tarball of your project.  Upon review, we
will reconsider your project for inclusion in Savannah.

To help us better keep track of your registration, please use the
tracker's web interface following the link below. Do not reply
directly, the registration process is not driven by e-mail, and we
will not receive such replies.



Regards.
  Kenneth Geisshirt, Savannah

Kenneth Geisshirt <kneth>
Fri 28 Sep 2007 12:13:39 AM UTC, comment #3: 

Unfortunately, I've had to shut down my sourceforge.net
contact address temporarily due to spam.  You can reach me at
rkies@cpan.org.

Thanks once again,

Robert Kieslign

Robert Kiesling <kiesling>
Wed 26 Sep 2007 02:57:44 AM UTC, comment #2: 

Of course, please go ahead and change the, "Linux," references
to GNU/Linux.  Or I will make the changes at earliest
opportunity.

The direct URL is:

  http://downloads.sourceforge.net/  \
  ctalk-lang/ctalk0.0.12a.tar.gz?modtime=1190321823&big_mirror=0

so it should be okay to download the tarball directly; if
the download servers don't allow it, it may be necessary to
visit the project page:

 http://ctalk-lang.sourceforge.net

and go follow the link for the downloads on sourceforge.net.

Thanks once again,

Robert Kiesling

Robert Kiesling <kiesling>
Fri 21 Sep 2007 04:16:27 PM UTC, comment #1: 

Hi,
 
I'm evaluating the project you submitted for approval in
Savannah. While doing so I have noticed a few problems which are
described below.

"Linux" is just a kernel of a more complex system that we like to
refer to as GNU/Linux, to emphasize the ideals of the Free Software
movement.

Would you mind changing references to Linux as an OS to GNU/Linux?

For more information, see http://www.gnu.org/gnu/linux-and-gnu.html.

If you are willing to make the changes mentioned above, please provide
us with an URL to an updated tarball of your project.  Upon review, we
will reconsider your project for inclusion in Savannah.

To help us better keep track of your registration, please use the
tracker's web interface following the link below. Do not reply
directly, the registration process is not driven by e-mail, and we
will not receive such replies.

Regards.
  Kenneth Geisshirt, Savannah

Kenneth Geisshirt <kneth>
Sun 15 Jul 2007 03:18:51 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: Ctalk Object Oriented Extensions for C
  • System Name:  ctalk-lang
  • Type: non-GNU software & documentation
  • License: GNU General Public License v2 or later





Description:

Ctalk provides object oriented extensions for C99.  Ctalk provides
library classes and methods that interact transparently with C
data types and allows programmers to add their own methods and classes.
The interpreter translates the object oriented extensions of the ctalk language into C, and then uses a compiler, GNU C at this stage of development, to produce the run time code. Like other object oriented C dialects, ctalk provides a run-time library that acts as a layer between the ctalk object protocols and C run-time libraries like glibc.  Unlike other object oriented C dialects, however, ctalk does not require any alterations to C source modules.  The source code can use only one or two objects, for example, in an otherwise standard C99 program.  At this time, the ctalk interpreter is in the alpha stage of development, and is undergoing revision, but a C99 compatible preprocessor, ctpp, is available.  The ctalk source code is on line at http://sf.net/projects/ctalk-lang/.



Robert Kiesling <kiesling>

 

(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 Beuc (Posted a comment)
  • -email is unavailable- added by kneth (Posted a comment)
  • -email is unavailable- added by kiesling (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 6 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2007-11-15 kneth Percent Complete90% 100%
    2007-11-10 Beuc StatusWait reply Cancelled
        Open/ClosedOpen Closed
    2007-09-21 kneth Assigned toNone kneth
    2007-09-21 kneth StatusNone Wait reply
        Percent Complete0% 90%

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code