[Savannah-register-public] [task #10343] Submission of Basic Utilities I Like To Use

2010-04-17 Thread Pasko Boris

URL:
  http://savannah.gnu.org/task/?10343

 Summary: Submission of Basic Utilities I Like To Use
 Project: Savannah Administration
Submitted by: borisman
Submitted on: Sat 17 Apr 2010 07:27:38 AM GMT
 Should Start On: Sat 17 Apr 2010 12:00:00 AM GMT
   Should be Finished on: Tue 27 Apr 2010 12:00:00 AM GMT
Category: Project Approval
Priority: 5 - Normal
  Status: None
 Privacy: Public
Percent Complete: 0%
 Assigned to: None
 Open/Closed: Open
 Discussion Lock: Any
  Effort: 0.00

___

Details:

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
https://savannah.gnu.org/siteadmin/groupedit.php?group_id=10535 page*,
accessible only to site administrators, effectively *logged as site
administrators* (superuser):

* Group Administration
https://savannah.gnu.org/siteadmin/groupedit.php?group_id=10535


= Registration Details =

* Name: *Basic Utilities I Like To Use*
* System Name:  *builtu*
* Type: non-GNU software  documentation
* License: GNU Lesser General Public License



 Description: 
This project is a collection of Java libraries that bring some basic
functionality to Java projects, including:
- Unix-like module configuration system
- Extended unit-testing support (based on JUnit)
- Web service mock testing
- Some specific collections implementations, including N-graphs
- Spring  hibernate integration
- Fast deep object tree cloning suport
- ...



 Other Software Required: 
All dependencies are fetched from Maven (http://www.maven.org) and are
compatible with terms of GNU GPL and/or GNU LGPL.
The current list is:
NAME:FILE:VERSION:BINDING LICENCE URL
antlr:antlr:jar:2.7.6:compile BSD http://www.antlr.org/license.html
aopalliance:aopalliance:jar:1.0:compile LGPL
http://aopalliance.sourceforge.net/
asm:asm:jar:3.1:compile ASM http://asm.ow2.org/license.html
backport-util-concurrent:backport-util-concurrent:jar:3.1:compile CCPDL
http://backport-jsr166.sourceforge.net/index.php
cglib:cglib:jar:2.2:compile ASL http://cglib.sourceforge.net/license.html
apache-commons:several files:several versions:compile ASL
http://commons.apache.org/
hsqldb:hsqldb:jar:1.8.0.10:test BSD http://hsqldb.org/web/hsqlLicense.html
javassist:javassist:jar:3.11.0.GA:compile MPL
http://www.ibiblio.org/maven/jboss/licenses/javassist.license
junit:junit:jar:4.7:compile CPL http://junit.sourceforge.net/cpl-v10.html
log4j:log4j:jar:1.2.15:compile ASL
http://logging.apache.org/log4j/1.2/license.html
plugin:jar:2.1.6:compile
org.hibernate:hibernate-core:jar:3.3.2.GA:compile GNU LGPL
http://www.hibernate.org/
org.springframework:several files:3.0.0.RELEASE:compile ASL

These (optional) libraries cannot be found in maven repositories and are
bundled into the lib directory

- Cloning library (by Konstantinos Kougios) comes with Apache 2.0 license
(http://robust-it.co.uk/clone/index.php). See lib/cloning-1.7.license.txt



 Other Comments: 
This is my third submission of the BUILTU. I have addressed the issue raised
by Mario Castelán Castro:
[QUOTE]
I'ts very easy to see the Oracle JDBC is propietary, because it
excludes people from (Verbtim quote) Cuba, Iran, Sudan, Libya, North
Korea, Syria, nor any country to which the United States has
prohibited export.  Only a tyrant would agree with this
freedom-threathing requirement.  
[/QUOTE]

(With some tears) I have ripped out the module that was dependent on Oracle
driver and the driver itself from the BUILTU, so now BUILTU does neither
depend on Oracle driver nor does it bundle the driver.


 Tarball URL: 
http://savannah.gnu.org/submissions_uploads/builtu.tar.gz






___

Reply to this item at:

  http://savannah.gnu.org/task/?10343

___
  Message sent via/by Savannah
  http://savannah.gnu.org/





[Savannah-register-public] Comment: [task #10340] Submission of Basic Utilities I Like To Use

2010-04-17 Thread Sylvain Beucler
Hi Mario,

On Sat, Apr 17, 2010 at 03:46:09AM +, Mario Castelán Castro wrote:
 I'ts very easy to see the Oracle JDBC is propietary, because it
 excludes people from (Verbtim quote) Cuba, Iran, Sudan, Libya, North
 Korea, Syria, nor any country to which the United States has
 prohibited export.  Only a tyrant would agree with this
 freedom-threathing requirement.  I'm quite sure you don't want to
 exclude those people, but that is what happens when you develop a
 software using a library without reading the license first :(.
 
 This project (In it current state) can't be hosted here becuase we
 don't allow propietary dependies.  A software than requires the user
 to install propietary software in order to run don't gives true
 freedom but only a false feeling of freedom to their users.

Note that this is an optional dependency.

While the dependency itself cannot be hosted on Savannah, its use is
acceptable, as long as there's an equivalent or better free
alternative - which, in this case of JDBC database access, means
MySQL, PostreSQL, HSQL, Derby, etc.

(Similarly projects that work on both GNU/Linux and ms woe are
acceptable)

I suggest clarifying this with the submitter :)

-- 
Sylvain




Re: [Savannah-register-public] Comment: [task #10340] Submission of Basic Utilities I Like To Use

2010-04-17 Thread Alex Fernandez
Hi Sylvain,

On Sat, Apr 17, 2010 at 10:05 AM, Sylvain Beucler b...@gnu.org wrote:
 This project (In it current state) can't be hosted here becuase we
 don't allow propietary dependies.  A software than requires the user
 to install propietary software in order to run don't gives true
 freedom but only a false feeling of freedom to their users.

 Note that this is an optional dependency.

 While the dependency itself cannot be hosted on Savannah, its use is
 acceptable, as long as there's an equivalent or better free
 alternative - which, in this case of JDBC database access, means
 MySQL, PostreSQL, HSQL, Derby, etc.

 I suggest clarifying this with the submitter :)

I was writing Pasko some further remarks based on my earlier review
(such as making sure builtu works with OpenJDK), so I took the liberty
of addressing this point too.

Alex.




[Savannah-register-public] [task #10340] Submission of Basic Utilities I Like To Use

2010-04-17 Thread Alex Fernandez

Follow-up Comment #2, task #10340 (project administration):

Hi Pasko,

Mario has pointed out a few issues remaining with the project. I know you
have done a great deal of work towards compliance, so let me add a few
remarks.

First, a small oversight: you still have not changed the README file to
remove open-source, and you should not use that on the project description.

With the ojdbc library you can remove it altogether since it's an optional
dependency; it makes your whole project unusable for many people. See how the
license, apart from what Mario states, requires to agree to this:

You will not use the Programs for, and will not allow the Programs to be used
for, any purposes prohibited by United States law, including, without
limitation, for the development, design, manufacture or production of nuclear,
chemical or biological weapons of mass destruction.

It is a harsh requirement to not do anything prohibited by US law if you
don't even live there; who knows what crazy things may be prohibited now or in
the future? I am sure that Maven can be made to download ojdbc from a given
URL, if needed; but it would be better to remove the dependency altogether and
replace it with some free library. Even better would be to not depend on
Oracle at all, but use a free database such as PostgreSQL or MySQL. At least
(and this is a requirement) you have to make sure that your project works with
a free database, and optionally with the proprietary ones.

Finally, there is one point
https://savannah.gnu.org/task/index.php?10294#comment3 which you have not
addressed: you also have to make sure that builtu builds and runs with a free
JDK, such as OpenJDK http://openjdk.java.net/.

Please note that the hosting requirements are there because we believe in
certain freedoms and we believe that they are not negotiable -- it is not OK
to give them up to gain some convenience. I would like your project to be
resubmitted and accepted because I would personally have found it useful, but
it needs some further work.

___

Reply to this item at:

  http://savannah.gnu.org/task/?10340

___
  Message sent via/by Savannah
  http://savannah.gnu.org/





[Savannah-register-public] [task #10341] Submission of small fast storage engine

2010-04-17 Thread Alex Fernandez

Follow-up Comment #6, task #10341 (project administration):

Please try again now, it should be active.

___

Reply to this item at:

  http://savannah.gnu.org/task/?10341

___
  Message sent via/by Savannah
  http://savannah.gnu.org/





[Savannah-register-public] [task #10331] Submission of Expresso Livre

2010-04-17 Thread Alexandre Felipe Muller de Souza

Follow-up Comment #3, task #10331 (project administration):

I really sorry to make you waste time. I realized that send wrong tar.bz2
file either. Busy working on project and I saw there is too much work to do
for now. Once I have organized the files I will send it again with all
dependencies (versions, packages, etc...)
Thanks

___

Reply to this item at:

  http://savannah.gnu.org/task/?10331

___
  Message sent via/by Savannah
  http://savannah.gnu.org/





[Savannah-register-public] [task #10275] Submission of MathCandy

2010-04-17 Thread Vansteenhuyse Hubert

Follow-up Comment #12, task #10275 (project administration):

Mario,

I've added my files to the savannah cvs repository.
The repository is ready for review.

brgds,
Hubert.

___

Reply to this item at:

  http://savannah.gnu.org/task/?10275

___
  Message sent via/by Savannah
  http://savannah.gnu.org/





[Savannah-register-public] [task #10198] Submission of GNU Goodbye

2010-04-17 Thread Mario Castelán Castro

Update of task #10198 (project administration):

 Assigned to:   alexfernandez = marioxcc   
 Open/Closed:Open = Closed 

___

Follow-up Comment #8:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

April 17th 2010 in GNU Savannah task #10198: Submission of GNU
Goodbye

RMS send the mail some time ago in savannah-hackers-public and it is
listed on fencepost:/gd/gnuorg/maintainers.bypkg.

I have approved this project.  You will receive an auto-generated
email containing detailed information about the approval.

If you are no longer planning use GNU Savannah please let us know.  We
won't bite, and it will make us save diskspace.

Item status changes:

Status - Done
Open/Closed - Closed
Assigned to - marioxcc
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEAREIAAYFAkvJ0gYACgkQZ4DA0TLic4jJUQCfcTH6lSvNq6Hp/TUAbQoCVf37
ADwAnjPSw+YKpBHlnzTRJ/AN9BULfWiF
=wSBW
-END PGP SIGNATURE-


___

Reply to this item at:

  http://savannah.gnu.org/task/?10198

___
  Mensaje enviado vai/por Savannah
  http://savannah.gnu.org/





[Savannah-register-public] [task #10275] Submission of MathCandy

2010-04-17 Thread Mario Castelán Castro

Update of task #10275 (project administration):

  Status: Ping-ed = Done   
 Open/Closed:Open = Closed 

___

Follow-up Comment #13:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

April 17th 2010 in GNU Savannah task #10275: Submission of MathCandy

Fine, thanks.

Enjoy maintaining MathCandy.

Item status changes:

Open/Closed - Closed
Status - Done
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEAREIAAYFAkvJ1FsACgkQZ4DA0TLic4idJQCgh8Qb/wym5kUTp9ZAyz1Wo0iu
9LcAnRGAObWluWz1aX0+pykP4Era+4rR
=Bsjx
-END PGP SIGNATURE-


___

Reply to this item at:

  http://savannah.gnu.org/task/?10275

___
  Mensaje enviado vai/por Savannah
  http://savannah.gnu.org/





[Savannah-register-public] [task #10342] Submission of Generic Tagged Arrays

2010-04-17 Thread Mario Castelán Castro

Update of task #10342 (project administration):

Category:Project Approval = Approved Projects to be
Reviewed

___

Follow-up Comment #3:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

April 17th 2010 in GNU Savannah task #10342: Submission of Generic
Tagged Arrays.

I think you forget to add the information to /gta/libgta-0.9.0/tests/*.c.

Why you put 2 tarballs inside a tarball?.  I don't understand :S.  I
sugess you use only 1 tarball :), is not required but adviced, however.

I have approved this project.  You will receive an auto-generated
email containing detailed information about the approval but please
add the licensing information to /gta/libgta-0.9.0/tests/*.c after
uploading the code to the VCS of your choise and let me know when
done.

Thanks

Item status changes:

Cateogory - Approved projects to be reviewed.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEAREIAAYFAkvJ2PwACgkQZ4DA0TLic4ga6ACfWbb4qzjQRVVLYcDpqUIldxEN
pjgAn35BHsVw9LAD2Absu/4puIIEz6WC
=bYwW
-END PGP SIGNATURE-


___

Reply to this item at:

  http://savannah.gnu.org/task/?10342

___
  Mensaje enviado vai/por Savannah
  http://savannah.gnu.org/





[Savannah-register-public] [task #10331] Submission of Expresso Livre

2010-04-17 Thread Mario Castelán Castro

Update of task #10331 (project administration):

  Status: Ping-ed = Cancelled  
 Open/Closed:Open = Closed 

___

Follow-up Comment #4:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

April 17th 2010 in GNU Savanah task #10331: Submission of Expresso
Livre.

Thanks for your response.

I really sorry to make you waste time. I realized that send wrong
tar.bz2 file either. Busy working on project and I saw there is too
much work to do for now. Once I have organized the files I will send
it again with all dependencies (versions, packages, etc...)

Fine.  I'm closing the task.  When you finish, send the project again
:)

Item status changes:

Status - Cancelled
Open/Cloesd - Closed
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEAREIAAYFAkvJ4wcACgkQZ4DA0TLic4gjaACeJEzgTwHcnTVehjVCbX/VXMfA
B2UAn1OOJi10o3/qL0CSe3Iu/n4TUeiE
=WthR
-END PGP SIGNATURE-


___

Reply to this item at:

  http://savannah.gnu.org/task/?10331

___
  Mensaje enviado vai/por Savannah
  http://savannah.gnu.org/





[Savannah-register-public] [task #10312] Submission of Self Placed Learning In a Networked Environment

2010-04-17 Thread Mario Castelán Castro

Update of task #10312 (project administration):

  Status: In Progress = Cancelled  
 Open/Closed:Open = Closed 

___

Follow-up Comment #3:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

April 17th 2010 in GNU Savannah task #10312: Submission of Self
Placed Learning In a Networked Environment.

Hi.

We did't get a response from you since 2 weeks so I'm closing the
task.

Free feel to resubmit the project but don't forget to read the hosting
requirements before cheking the box I agree with the hosting
requirements.  Make sure to apply all changes Alex sugessted, so you
only need to re-register once.  If there are minor issues in the
resubmission we can approve the project and let you fix the minor
issues in the (D)VCS repository of your choise

Regards.

Item status changes:

Status - Cancelled
Open/Cloesd - Closed
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEAREIAAYFAkvJ5SIACgkQZ4DA0TLic4gsHwCePBEQFm0tZUOVzqSuhs6HO+PM
VEoAnjqSjNbOrgr0t3bU+fzX0iTJdxlN
=9ecb
-END PGP SIGNATURE-


___

Reply to this item at:

  http://savannah.gnu.org/task/?10312

___
  Mensaje enviado vai/por Savannah
  http://savannah.gnu.org/





[Savannah-register-public] [task #9990] Submission of General purpose C templates library

2010-04-17 Thread Mario Castelán Castro

Update of task #9990 (project administration):

  Status: Ping-ed = Cancelled  
 Open/Closed:Open = Closed 

___

Follow-up Comment #7:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

April 17th 2010 in GNU savannah task 9990: Submission of General
purpose C templates library

If you don't mind I prefer to submit the project again later, as soon
as it's in a more stable state.

Ok.  I'm closing the task.  You can submit the project again when it's
ready :)

Item status changes:

Status - Cancelled
Open/Cloesd - Closed
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEAREIAAYFAkvJ6J0ACgkQZ4DA0TLic4gSEACePyCsdbTXs/IZvtINsAUr8pVe
KgIAniWkW2sf/kIdqMrcMiaXYnoHOh5v
=9AXR
-END PGP SIGNATURE-


___

Reply to this item at:

  http://savannah.gnu.org/task/?9990

___
  Mensaje enviado vai/por Savannah
  http://savannah.gnu.org/





[Savannah-register-public] [task #10294] Submission of Basic Utilities I Like To Use

2010-04-17 Thread anonymous

Additional Item Attachment, task #10294 (project administration):

File name: builtu.tar.gz  Size:369 KB


___

Reply to this item at:

  http://savannah.gnu.org/task/?10294

___
  Message sent via/by Savannah
  http://savannah.gnu.org/





[Savannah-register-public] [task #10300] Submission of Silpa Indian Language Processing Project

2010-04-17 Thread Santhosh Thottingal

Follow-up Comment #19, task #10300 (project administration):

Was this project activated? I don't see it in my projects or by search in
savannah.

___

Reply to this item at:

  http://savannah.gnu.org/task/?10300

___
  Message sent via/by Savannah
  http://savannah.gnu.org/