Bug#268029: Packaging Groovy

2004-12-07 Thread Marcus Crafter

Hi Russel,

Thanks for asking. There's no problems, only that to package Groovy I 
had to package up all of its dependencies first as per the debian-java 
recommendations, and I'm still half way through doing this.


The dependencies for Groovy (beta7) are:

ant-1.6.1.jar groovy-xmlrpc-0.2.jar
ant-junit-1.6.1.jar   junit-3.8.1.jar
ant-launcher-1.6.1.jarmockobjects-core-0.09.jar
asm-1.4.3.jar mx4j-2.0-beta-1.jar
asm-attrs-1.4.3.jar   nekohtml-0.7.7.jar
asm-util-1.4.3.jaropenejb-loader-0.9.2.jar
axion-1.0-M3-dev.jar  qdox-1.3.jar
bsf-2.3.0-rc1.jar radeox-0.9.jar
classworlds-1.0.jar   radeox-oro-0.9.jar
commons-cli-1.0.jar   regexp-1.2.jar
commons-collections-3.0-dev2.jar  servletapi-2.3.jar
commons-logging-1.0.3.jar xerces-2.4.0.jar
groovy-1.0-beta-7.jar xml-apis-1.0.b2.jar

In Debian the following are already available:

ant
bsf
commons-cli
commons-collections
commons-logging
junit
mx4j
regexp
servletapi
xerces/xml-apis

From the ones that are missing I've packaged up:

asm
classworlds
mockobjects

already, which leaves:

axion
nekohtml
qdox
radeox

Then I can add the Groovy package into the debian archive. If you would 
like to help out it would be great to get a hand packaging up the 
remaining dependencies.


I've CC'd the ITP bug number just in case any one else was wondering as 
well - I hope you don't mind.


Cheers,

Marcus


Russel Winder wrote:

Marcus,

Ross Burton send me a pointer to Debian Bug #268029 which was an ITP for
Groovy.  I don't think a package has made it to testing or unstable does
this mean that there was a problem?



--
.
 ,,$,  Marcus Crafter
;$'  ':Computer Systems Engineer
$: :   ManageSoft Corporation
 $   o_)$$$:   Frankfurt am Main, Germany
 ;$,_/\ :'
   ' /( 
   \_'
  .
:



Bug#268029: Packaging Groovy

2004-12-07 Thread Marcus Crafter

Hi Russel,

Actually, after checking the versions of axion, radeox, and nekohtml, 
I've noticed that they're all dev or beta versions. Since I'd rather not 
package these up as individual packages (since they're not officially 
stable versions) I think we can include them in the groovy package.


I'll look at getting this uploaded into unstable then, in the next few days.

Cheers,

Marcus

Marcus Crafter wrote:

Hi Russel,

Thanks for asking. There's no problems, only that to package Groovy I 
had to package up all of its dependencies first as per the debian-java 
recommendations, and I'm still half way through doing this.


The dependencies for Groovy (beta7) are:

ant-1.6.1.jar groovy-xmlrpc-0.2.jar
ant-junit-1.6.1.jar   junit-3.8.1.jar
ant-launcher-1.6.1.jarmockobjects-core-0.09.jar
asm-1.4.3.jar mx4j-2.0-beta-1.jar
asm-attrs-1.4.3.jar   nekohtml-0.7.7.jar
asm-util-1.4.3.jaropenejb-loader-0.9.2.jar
axion-1.0-M3-dev.jar  qdox-1.3.jar
bsf-2.3.0-rc1.jar radeox-0.9.jar
classworlds-1.0.jar   radeox-oro-0.9.jar
commons-cli-1.0.jar   regexp-1.2.jar
commons-collections-3.0-dev2.jar  servletapi-2.3.jar
commons-logging-1.0.3.jar xerces-2.4.0.jar
groovy-1.0-beta-7.jar xml-apis-1.0.b2.jar

In Debian the following are already available:

ant
bsf
commons-cli
commons-collections
commons-logging
junit
mx4j
regexp
servletapi
xerces/xml-apis

 From the ones that are missing I've packaged up:

asm
classworlds
mockobjects

already, which leaves:

axion
nekohtml
qdox
radeox

Then I can add the Groovy package into the debian archive. If you would 
like to help out it would be great to get a hand packaging up the 
remaining dependencies.


I've CC'd the ITP bug number just in case any one else was wondering as 
well - I hope you don't mind.


Cheers,

Marcus


Russel Winder wrote:


Marcus,

Ross Burton send me a pointer to Debian Bug #268029 which was an ITP for
Groovy.  I don't think a package has made it to testing or unstable does
this mean that there was a problem?





--
.
 ,,$,  Marcus Crafter
;$'  ':Computer Systems Engineer
$: :   ManageSoft Corporation
 $   o_)$$$:   Frankfurt am Main, Germany
 ;$,_/\ :'
   ' /( 
   \_'
  .
:



Bug#270531: ITP: libmockobjects-java -- Framework for developing and using mock objects

2004-09-07 Thread Marcus Crafter
Package: wnpp
Severity: wishlist

* Package name: libmockobjects-java
  Version : 0.09
  Upstream Author : Mock Objects Developers 
(http://sourceforge.net/cvs/?group_id=18189)
* URL : http://www.mockobjects.com
* License : ASL
  Description : Framework for developing and using mock objects

 Mock Objects is a test-first driven framework for building
 generic software and/or unit testing frameworks. It supports:

 * A methodology for developing and using mock objects.

 * A core mock object framework. This is a library of code that
 supports the implementation of mock objects, based around a
 set of expectation classes for values and collections. There are
 also various other classes to make mock objects easier to write
 or to use.

 * A default set of mock implementations for the standard Java
 platform APIs (servlets, sql, and io).

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8
Locale: LANG=C, LC_CTYPE=C (ignored: LC_ALL set to en_US)



Bug#269502: ITP: libclassworlds-java -- Java ClassLoader framework

2004-09-01 Thread Marcus Crafter
Package: wnpp
Severity: wishlist

* Package name: libclassworlds-java
  Version : 1.0.1
  Upstream Author : http://classworlds.codehaus.org/team-list.html
* URL : http://classworlds.codehaus.org/
* License : Apache style (http://classworlds.codehaus.org/license.html)
  Description : Java ClassLoader framework

 Classworlds is a framework for container developers who require complex
 manipulation of Java's ClassLoaders. Java's native ClassLoader mechanims
 and classes can cause many headaches and confusion for certain types of
 application developers. Projects which involve dynamic loading of
 components or otherwise represent a 'container' that can benefit from the
 classloading control provided by classworlds.

 Classworlds provides a richer set of semantics for class loading than
 Java's normal mechanisms, while still being able to provide a
 ClassLoader interface to integrate seamlessly with the Java environment. 

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8
Locale: LANG=C, LC_CTYPE=C (ignored: LC_ALL set to en_US)



Bug#268643: ITP: libasm-java -- Java bytecode manipulation framework

2004-08-28 Thread Marcus Crafter
Package: wnpp
Severity: wishlist

* Package name: libasm-java
  Version : 1.4.3
  Upstream Author : Eric Bruneton, Eugene Kuleshov
* URL : http://asm.objectweb.org/
* License : BSD
  Description : Java bytecode manipulation framework

 ASM is a Java bytecode manipulation framework. It can be used to
 dynamically generate stub classes or other proxy classes, directly in
 binary form, or to dynamically modify classes at load time, i.e., just
 before they are loaded into the Java Virtual Machine.

 ASM offers similar functionalities as BCEL or SERP, but is much more
 smaller (25KB instead of 350KB for BCEL and 150KB for SERP) and faster
 than these tools (the overhead of a load time class transformation is of
 the order of 60% with ASM, 700% or more with BCEL, and 1100% or more with
 SERP). Indeed ASM was designed to be used in a dynamic and static way and was
 therefore designed and implemented to be as small and as fast as possible.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8
Locale: LANG=C, LC_CTYPE=C (ignored: LC_ALL set to en_US)



Bug#188782: Maven packaging

2004-08-23 Thread Marcus Crafter
Hi There,

Hope all is going well.

Maven 1.0 is now out, I was just wondering how it was all going with the
packaging and if there's anything we can do to help at all?

Cheers,

Marcus

-- 
.
 ,,$,  Marcus Crafter
;$'  ':Computer Systems Engineer
$: :   ManageSoft Corporation
 $   o_)$$$:   Frankfurt am Main, Germany
 ;$,_/\ :'
   ' /( 
   \_'
  .
:





Bug#168941: ITP: gtk2-themes -- Metapackage for installing all currently available gtk2 themes

2002-11-13 Thread Marcus Crafter
Package: wnpp
Version: unavailable; reported 2002-11-13
Severity: wishlist

* Package name: gtk2-themes
  Version : 1
  Upstream Author : Marcus Crafter [EMAIL PROTECTED]
* License : GPL
  Description : Metapackage for installing all currently available
gtk2 themes

gtk2-themes is a meta package enabling a debian user to install all of the
available gtk2 theme engines onto their system with one apt-get install,
rather than having to search through the package lists to find what's
available.

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux fztig938 2.4.17 #1 Fri Mar 1 17:49:21 CET 2002 i686
Locale: LANG=C, LC_CTYPE=C (ignored: LC_ALL set)




Bug#166771: ITP: gnome-extra-icons - additional gnome icons from art.gnome.org

2002-10-28 Thread Marcus Crafter
Package: wnpp
Severity: wishlist

* Package name: gnome-extra-icons
* URL : http://art.gnome.org/icons.php
* License : GPL (http://art.gnome.org/copyright.php)
* Description : additional gnome icons from art.gnome.org

At art.gnome.org there's several additional icon packages available for
use with gnome. As far as I can see no one has ITP'd this already, so I'd like
to package these up for Debian for everyone. :)

Cheers,

Marcus

-- 
.
 ,,$,  Marcus Crafter
;$'  ':Computer Systems Engineer
$: :   ManageSoft GmbH
 $   o_)$$$:   82-84 Mainzer Landstrasse
 ;$,_/\ :'   60327 Frankfurt Germany
   ' /( 
   \_'
  .
:



Bug#83399: (no subject)

2002-09-07 Thread Marcus Crafter
Hi There Roland,

Hope all is well.

I noticed that you sent in a ITP a while back to package
streamripper for debian (bug #83399).

Are you still intending to package up the source ? if not I'd be
interested in making a debian package of streamripper - but I wanted
to check with you first if you had already done so.

Hear from you soon.

Cheers,

Marcus
-- 
.
 ,,$,  Marcus Crafter
;$'  ':Computer Systems Engineer
$: :   ManageSoft GmbH
 $   o_)$$$:   82-84 Mainzer Landstrasse
 ;$,_/\ :'   60327 Frankfurt Germany
   ' /( 
   \_' email: [EMAIL PROTECTED]
  .
:



Bug#122715: ITP: CVSps -- Tool to generate CVS patchset information

2001-12-06 Thread Marcus Crafter
package: wnpp
severity: wishlist

License: GPL

URL: http://www.cobite.com/cvsps/

Description: 

CVSps is a program for generating 'patchset' information from a CVS
repository.  A patchset in this case is defined as a set of changes made
to a collection of files, and all committed at the same time (using a
single 'cvs commit' command).  This information is valuable to seeing the
big picture of the evolution of a cvs project.  While cvs tracks revision
information, it is often difficult to see what changes were committed
'atomically' to the repository.

-- 
.
 ,,$,  Marcus Crafter
;$'  ':Computer Systems Engineer
$: :   ManageSoft GmbH
 $   o_)$$$:   82-84 Mainzer Landstrasse
 ;$,_/\ :'   60327 Frankfurt Germany
   ' /( 
   \_' Email : [EMAIL PROTECTED]
  .Business Hours : +49 69 9757 200
:



Bug#100869: ITP: libproc-process-perl -- accessing process table in perl

2001-06-14 Thread Marcus Crafter
Package: wnpp
Severity: wishlist

libproc-process-perl is a perl library which attempts to unify the interfaces
to Unix process table information, without having to run a ps subprocess from
within a perl or shell script and parse the output.

Licence follows:

Copyright (c) 1998, 1999, 2000, 2001 Daniel J. Urist. All rights reserved.
This package is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

Original source available from:
http://www.cpan.org/modules/by-module/Proc/Proc-ProcessTable-0.31.tar.gz

First draft debs available from:
http://people.debian.org/~crafterm/libproc-process-perl/
-- 
.
 ,,$,  Marcus Crafter
;$'  ':Computer Systems Engineer
$: :   Open Software Associates GmbH
 $   o_)$$$:   82-84 Mainzer Landstrasse
 ;$,_/\ :'   60327 Frankfurt Germany
   ' /( 
   \_' Email : [EMAIL PROTECTED]
  .Business Hours : +49 69 9757 200
:   After Hours: +49 69 49086750