Bug#994644: Bug#1075586: trickle: ftbfs with GCC-14

2024-08-10 Thread Florian Ernst
Control: tag 1075586 patch
Control: forwarded 1075586 
https://github.com/mariusae/trickle/issues/34#issuecomment-2134139388

On Wed, Jul 03, 2024 at 12:46:27PM +, Matthias Klose wrote:
> [...]
> xdr.c: In function ‘xdr_msg’:
> xdr.c:106:32: error: passing argument 5 of ‘xdr_union’ from incompatible 
> pointer type [-Wincompatible-pointer-types]
>   106 |   xdr_msg_discrim, _xdr_void));
>   |^
>   ||
>   |bool_t (*)(void) {aka int (*)(void)}
> [...]
> make[2]: *** [Makefile:529: xdr.o] Error 1
> make[2]: Leaving directory '/<>'
> make[1]: *** [Makefile:407: all] Error 2
> make[1]: Leaving directory '/<>'
> dh_auto_build: error: make -j1 returned exit code 2
> make: *** [debian/rules:6: binary] Error 25
> dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 
> 2

With the patch

| --- a/xdr.c
| +++ b/xdr.c
| @@ -103,7 +103,7 @@ xdr_msg(XDR *xdrs, struct msg *msg)
|  {
|   X(xdr_short(xdrs, &msg->status));
|   X(xdr_union(xdrs, (int *)&msg->type, (char *)&msg->data,
| -   xdr_msg_discrim, _xdr_void));
| +   xdr_msg_discrim, (xdrproc_t)_xdr_void));
| 
|   return (TRUE);
|  }

as mentioned in

trickle builds again.

Gürkan Myczko, do you still intend to adopt trickle as stated in
? If so, the
above might help. Otherwise please state there accordingly, easing the
path for a QA upload not stepping on your toes in any way. After all,
trickle has already been removed from testing due to this bug, cf.
.

Cheers,
Flo


signature.asc
Description: PGP signature


Bug#1073993: O: libmicrohttpd -- library embedding HTTP server functionality

2024-07-26 Thread Florian Ernst
On Sun, Jul 21, 2024 at 01:48:05PM +0200, Daniel Baumann wrote:
> On 7/20/24 15:04, Florian Ernst wrote:
> > When you orphaned libmicrohttpd with the upload of 1.0.0-2[0] you
> > apparently also depublished its git repo[1]
> 
> I deleted it after a while when it wasn't picked up, so unfortunately I
> can't have it anymore, sorry. :(

Understood, thanks for the feedback.

Cheers,
Flo


signature.asc
Description: PGP signature


Bug#1073993: O: libmicrohttpd -- library embedding HTTP server functionality

2024-07-20 Thread Florian Ernst
Hello Daniel,

On Fri, Jun 21, 2024 at 11:11:53AM +0200, Bastian Germann wrote:
> Daniel Baumann has orphaned libmicrohttpd. [...]

When you orphaned libmicrohttpd with the upload of 1.0.0-2[0] you
apparently also depublished its git repo[1] which until 1.0.0-1 was
referenced in d/control[2].

I'd be interested in preserving the package's packaging history at a
finer granularity that just what snapshot.debian.org allows, so could
you please possibly make that repo available somehow, and be it just
temporarily / privately? I intend to merge this into the previous
packaging repo on Salsa[3] (heeding the one misdirected commit[4] there)
and then continue with adopting the package based on that state.

Cheers,
Flo


[0] 
https://tracker.debian.org/news/1501783/accepted-libmicrohttpd-100-2-source-into-unstable/
[1] 
https://git.progress-linux.org/users/daniel.baumann/debian/packages/libmicrohttpd
[2] 
https://snapshot.debian.org/archive/debian/20240203T152533Z/pool/main/libm/libmicrohttpd/libmicrohttpd_1.0.0-1.dsc
[3] https://salsa.debian.org/debian/libmicrohttpd
[4] 
https://salsa.debian.org/debian/libmicrohttpd/-/commit/24850384da8d8c4ea727d9cac42cc969f20fa8cf


signature.asc
Description: PGP signature


Bug#933098: Which skills needed for a maintainer for xskat?

2022-10-09 Thread Florian Ernst
Hello Marco,

On Sat, Oct 08, 2022 at 10:42:59AM +, Marco wrote:
> which skills are exactly needed for package maintainers?

That is a rather broad question given the wide variety of packages and
their respective build systems and further implementation details. As
such, I'd have a hard time to pinpoint the "exactly" from your question.

But now on a more serious note, there are many resources available for
dealing with the technical and/or organizational aspects of packaging,
e.g.

https://www.debian.org/doc/manuals/debmake-doc/
https://www.debian.org/doc/manuals/maint-guide/
https://www.debian.org/doc/manuals/developers-reference/
https://wiki.debian.org/DebianMaintainer

that will also link to further resources. And of course there is quite
some overlap among these documents, and often not all details will be
needed.

As for the xskat package in particular, there most probably won't be all
too many exciting changes required (or much glory to be earned, to be
honest): no new upstream release for over 18 years, most of the
packaging already done with a rather simple structure (just as you
stated: it compiles easily and just works), so mostly keeping up with
the latest Debian standards and recommendations, as e.g. pointed out as
"action needed" on , which so far
I had done a whopping 6 times over the past 16 years.

> Are there people out there who can help newcomers if they encounter
> problems?

That would be the Debian Mentors with some more documentation at
 and a mailing list at
 (with a FAQ at
).

JFTR, I personally most probably won't be available for any such help.

HTH,
Flo


signature.asc
Description: PGP signature


Bug#881910: ITA: libcdio-paranoia -- library to read and control digital audio CDs (was: Bug#881910: O: libcdio and libcdio-paranoia)

2022-04-15 Thread Florian Ernst
Hello Gabriel,

On Mon, Oct 18, 2021 at 08:37:10PM +0200, Bastian Germann wrote:
> On Tue, 4 Feb 2020 23:10:06 -0300 "Gabriel F. T. Gomes" wrote:
> > I maintain pragha, which depends on this package, so I'll adopt it.
> It is now 1.5 years since you filed the ITA. There is a new upstream version
> that is unpackaged. Do you still want to take over maintainership?

Could you please comment on this, thanks.

Cheers,
Flo


signature.asc
Description: PGP signature


Bug#1007198: ITP: librist -- Reliable Internet Stream Transport for reliable transmission of video over lossy networks

2022-03-20 Thread Florian Ernst
tags 1007198 pending
thanks

On Sun, Mar 13, 2022 at 02:15:20PM +0100, Florian Ernst wrote:
> * Package name: librist
>   Version : v0.2.6
>   Upstream Author : VideoLAN and librist authors
> * URL : https://code.videolan.org/rist/librist
> * License : BSD 2-Clause "Simplified"
>   Programming Lang: C (+ asm)
>   Description : Reliable Internet Stream Transport for reliable 
> transmission of video over lossy networks
> [...]
> FFmpeg as present in Bookworm or newer already allows building against
> librist, hence a heads-up to the Debian Multimedia Maintainers. I will
> send a patch for evaluating librist linking once the package hits the
> archives.

FWIW, I was able to build FFmpeg against my local librist package using
the attached patch, the relevant part of the debdiff indicating success:

| Control files of package libavformat-extra58: lines which differ (wdiff 
format)
| 
---
| Depends: libavcodec58 (= [-7:4.4.1-3),-] {+7:4.4.1-3.1),+} libavutil56 (= 
[-7:4.4.1-3),-] {+7:4.4.1-3.1),+} libbluray2 (>= 1:0.2.2), libbz2-1.0, libc6 
(>= 2.33), libchromaprint1 (>= 1.3.2), libgme0 (>= 0.5.5), libgnutls30 (>= 
3.7.2), libopenmpt0 (>= 0.3.0), librabbitmq4 (>= 0.6.0), {+librist4 (>= 
0.2.6+dfsg),+} libsmbclient (>= 2:4.0.3+dfsg1), libsrt1.4-gnutls (>= 1.4.4), 
libssh-gcrypt-4 (>= 0.8.0), libxml2 (>= 2.7.4), libzmq5 (>= 4.0.1+dfsg), zlib1g 
(>= 1:1.2.0.2)
| Installed-Size: [-2741-] {+2749+}
| Provides: libavformat58 (= [-7:4.4.1-3)-] {+7:4.4.1-3.1)+}
| Version: [-7:4.4.1-3-] {+7:4.4.1-3.1+}
| [...]
| Control files of package libavformat58: lines which differ (wdiff format)
| -
| Depends: libavcodec58 (= [-7:4.4.1-3),-] {+7:4.4.1-3.1),+} libavutil56 (= 
[-7:4.4.1-3),-] {+7:4.4.1-3.1),+} libbluray2 (>= 1:0.2.2), libbz2-1.0, libc6 
(>= 2.33), libchromaprint1 (>= 1.3.2), libgme0 (>= 0.5.5), libgnutls30 (>= 
3.7.2), libopenmpt0 (>= 0.3.0), librabbitmq4 (>= 0.6.0), {+librist4 (>= 
0.2.6+dfsg),+} libsrt1.4-gnutls (>= 1.4.4), libssh-gcrypt-4 (>= 0.8.0), libxml2 
(>= 2.7.4), libzmq5 (>= 4.0.1+dfsg), zlib1g (>= 1:1.2.0.2)
| Version: [-7:4.4.1-3-] {+7:4.4.1-3.1+}

I will recheck that patch once librist hits the archive and then file a
corresponding wishlist but against FFmpeg for librist inclusion.

My packaging has just been uploaded to NEW, the current packaging can be
found at <https://salsa.debian.org/debian/librist>.

Cheers,
Flo
diff -Nru ffmpeg-4.4.1/debian/control ffmpeg-4.4.1/debian/control
--- ffmpeg-4.4.1/debian/control 2022-01-15 16:31:36.0 +0100
+++ ffmpeg-4.4.1/debian/control 2022-03-19 09:49:07.0 +0100
@@ -109,6 +109,8 @@
  libpulse-dev,
 # --enable-librabbitmq
  librabbitmq-dev,
+# --enable-librist
+ librist-dev,
 # --enable-librubberband
  librubberband-dev,
 # --enable-librsvg
diff -Nru ffmpeg-4.4.1/debian/rules ffmpeg-4.4.1/debian/rules
--- ffmpeg-4.4.1/debian/rules   2021-11-21 18:30:36.0 +0100
+++ ffmpeg-4.4.1/debian/rules   2022-03-19 09:49:07.0 +0100
@@ -52,6 +52,7 @@
--enable-libopus \
--enable-libpulse \
--enable-librabbitmq \
+   --enable-librist \
--enable-librubberband \
--enable-libshine \
--enable-libsnappy \


signature.asc
Description: PGP signature


Bug#1007198: ITP: librist -- Reliable Internet Stream Transport for reliable transmission of video over lossy networks

2022-03-13 Thread Florian Ernst
Package: wnpp
Severity: wishlist
Owner: Florian Ernst 
X-Debbugs-Cc: debian-de...@lists.debian.org, Debian Multimedia Maintainers 


* Package name: librist
  Version : v0.2.6
  Upstream Author : VideoLAN and librist authors
* URL : https://code.videolan.org/rist/librist
* License : BSD 2-Clause "Simplified"
  Programming Lang: C (+ asm)
  Description : Reliable Internet Stream Transport for reliable 
transmission of video over lossy networks

Reliable Internet Stream Transport (RIST) is a transport protocol
designed for reliable transmission of video over lossy networks
(including the Internet) with low latency and high quality.
.
RIST is intended as a more reliable successor to Secure Reliable
Transport (SRT), and as an open alternative to proprietary commercial
options such as Zixi, VideoFlow, QVidium, and DVEO (Dozer).


The second paragraph also describes my motivation for packaging this,
with my newly-acquired SRT maintainer hat on. Further information about
RIST (and most of the description above) can be found at
<https://en.wikipedia.org/wiki/Reliable_Internet_Stream_Transport>, and
further language wrappers and application integration can be found at
<https://code.videolan.org/rist>.

FFmpeg as present in Bookworm or newer already allows building against
librist, hence a heads-up to the Debian Multimedia Maintainers. I will
send a patch for evaluating librist linking once the package hits the
archives.

Cheers,
Flo


signature.asc
Description: PGP signature


Bug#933098: RFA: xskat -- 3-player card game "Skat"

2022-02-19 Thread Florian Ernst
On Thu, Feb 17, 2022 at 09:34:57PM +0100, Florian Ernst wrote:
> Just by chance I now saw your mail while checking old bug reports. The
> package is still up for adoption, so if anyone's interested just go
> ahead.

JFTR, I received a bounce for Lars' mail address, so in my view this RFA
is unclaimed and thus still up for takers.

Apologies to Lars - if he ever sees this - for missing a chance when I
didn't see his mail in time.

Cheers,
Flo


signature.asc
Description: PGP signature


Bug#933098: RFA: xskat -- 3-player card game "Skat"

2022-02-17 Thread Florian Ernst
Hello there,

On Sat, Dec 07, 2019 at 12:32:57AM +, Barmettler Lars wrote:
> I'm a newcomer in the Debian development community and would like to ask 
> if I'm allowed to take over your game?

FWIW, thank you for asking. Generally, no asking for permission is
required. On the contrary, by filing an RFA bug I'm indeed asking for
someone to take over. Just for reference,
 provides all the
details.

That being said, why am I posting this now, over two years later? Well,
I simply haven't seen your mail any earlier, as it was sent solely to
the bug address, and this address by default does not forward to the bug
submitter, i.e. me. It does forward to the maintainer of the 'wnpp'
pseudo package, but this won't do much good. Just for reference,
 contains further
info.

Just by chance I now saw your mail while checking old bug reports. The
package is still up for adoption, so if anyone's interested just go
ahead. Not much has happened with the package over the years, but I did
take the chance to apply some minor updates, including salvaging the git
repo and putting it on salsa, as now linked from the package page, cf.
.

Cheers,
Flo


signature.asc
Description: PGP signature


Bug#933097: RFA: ascii -- interactive ASCII name and synonym chart

2019-08-30 Thread Florian Ernst
Hello everyone,

please note that mails sent to the bug address won't automatically be
forwarded to the bug submitter, and hence the Reply-To in my original
mail, so I'm just seeing your mails now.

That being said, I don't think I will be available for sponsoring or any
other support around that, sorry.

Please note that while Kartik expressed his interest to adopt first,
this didn't follow the proper procedure and thus wasn't registered.
Please decide among yourselves how you want to proceed with package
maintainership.

Best regards,
Florian


signature.asc
Description: PGP signature


Bug#933098: RFA: xskat -- 3-player card game "Skat"

2019-07-26 Thread Florian Ernst
Package: wnpp
Severity: normal

I request an adopter for the xskat package as I am hardly using it
anymore. The packaging is easy enough, so this will be easily suitable
for any newcomer, with maybe a first task of slavaging the old VCS
repository from anonscm.debian.org. However, there also isn't all too
much upstream activity either over the last years, with the last release
being from 2004 ...

The package description is:
 Xskat lets you play the card game Skat as defined by the official
 German "Skatordnung".
 .
 You can play by sending a window to the other player's X display, or
 via an IRC server. The computer can also simulate players.
 .
 Many unofficial rules like "Ramsch" or "Bock" are supported.



Bug#933097: RFA: ascii -- interactive ASCII name and synonym chart

2019-07-26 Thread Florian Ernst
Package: wnpp
Severity: normal

I request an adopter for the ascii package as I am hardly using it
anymore. The packaging is easy enough, so this will be easily suitable
for any newcomer, with maybe a first task of slavaging the old VCS
repository from anonscm.debian.org. However, there also isn't all too
much upstream activity either over the last years ...

The package description is:
 The ascii utility provides easy conversion between various byte representations
 and the American Standard Code for Information Interchange (ASCII) character
 table.  It knows about a wide variety of hex, binary, octal, Teletype mnemonic,
 ISO/ECMA code point, slang names, XML entity names, and other representations.
 Given any one on the command line, it will try to display all others.  Called
 with no arguments it displays a handy small ASCII chart.



Bug#870519: RFA: xabacus -- simulation of the ancient calculator (plain X version)

2017-08-02 Thread Florian Ernst
Package: wnpp
Severity: normal

I request an adopter for the xabacus package. Again. It was just that I
didn't like to see the package unmaintained (cf. debbug#382562 and
debbug#39), but as it turns out I'm not even using the package
anymore, so another person might be better suited as a maintainer. 

The package description is:
 This program is an implementation of the original abacus, it provides
 the Chinese, Japanese, Korean, Roman and Russian version and can be
 modified to allow others.
 .
 This version was compiled without the Motif GUI widget library and thus
 shows limited user interface functionality. See xmabacus for the
 extended version.
 This program is an implementation of the original abacus, it provides
 the Chinese, Japanese, Korean, Roman and Russian version and can be
 modified to allow others.
 .
 This version was compiled without the Motif GUI widget library and thus
 shows limited user interface functionality. See xmabacus for the
 extended version.



Bug#746935: RFP: libapache2-mod-python -- Mod_python is an Apache module that embeds the Python interpreter within the server and helps run web applications written in python

2014-05-14 Thread Florian Ernst
reassign 746935 src:libapache2-mod-python
retitle 740369 new upstream release (3.5.0)
merge 740369 746935
thanks

Hello there,

On Sun, May 04, 2014 at 10:20:09AM +0530, L. Guruprasad wrote:
> [...]
> This package is already maintained by Debian Python Modules Team
>  and there are upstream
> releases that have not been packaged in Debian. I would love to see
> the latest versions packaged in Debian.

There already exists an appropriate bugreport against
libapache2-mod-python for that, cf. #740369. Now reassigning, retitling
and merging.

Cheers,
Flo


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140514192830.ga19...@fernst.no-ip.org



Bug#746047: O: png2html -- transforms a PNG image to a web page

2014-04-27 Thread Florian Ernst
Package: wnpp
Severity: normal

Jack Grahams  hasn't been working on the pnp2html
package for quite some time now. Furthermore, a test message I just sent
could not have been delivered:

| This message was created automatically by mail delivery software.
| 
| A message that you sent could not be delivered to one or more of
| its recipients. This is a permanent error. The following address
| failed:
| 
| "jackgrah...@inbox.com":
| SMTP error from remote server after RCPT command:
| host: inc.inbox.com
| Mailbox unavailable 

Being the sponsor of the last upload of png2html, I orphan this package
now. Please note that I'm not using this package anymore and thus would
prefer not to sponsor it anymore. Also, there hasn't been a new upstream
release in ages.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: png2html
Binary: png2html
Version: 1.1-5
Maintainer: Jack Grahams 
Build-Depends: debhelper (>= 5.0.0), dpatch, libgd2-noxpm-dev
Architecture: any
Standards-Version: 3.7.2
Format: 1.0
Files:
 cc291ec535becddd93147613165f1412 586 png2html_1.1-5.dsc
 a018d81e6b6df105b88873dd7b4a2e22 9572 png2html_1.1.orig.tar.gz
 288b9288f51ac833a941b64ebdb23c9e 3536 png2html_1.1-5.diff.gz
Checksums-Sha1:
 88307a894420ead09e9c4fdcaf73345c65d249e7 586 png2html_1.1-5.dsc
 1561f8b8045bdf2dcdef5f931ecccd01fcd54a73 3536 png2html_1.1-5.diff.gz
 de8b5ae25ab2b0a27bec9f4bbd219aab5fbd1352 9572 png2html_1.1.orig.tar.gz
Checksums-Sha256:
 e842c797cc84233f2c213a9979fa2a0d741a92c8aa27cc5c1e1c0bfb84661ade 586 
png2html_1.1-5.dsc
 1bc49da088d951f2514f9ab697e8a44dc60da9fba077787ef6b2929c29628cdd 3536 
png2html_1.1-5.diff.gz
 c41b355f6a9fef0d9bec25c54af3037dfe689652623e0eaf37da035ccd5f7a39 9572 
png2html_1.1.orig.tar.gz
Directory: pool/main/p/png2html
Priority: source
Section: graphics

Package: png2html
Source: png2html (1.1-5)
Version: 1.1-5+b1
Installed-Size: 14
Maintainer: Jack Grahams 
Architecture: amd64
Depends: libc6 (>= 2.2.5), libgd3 (>= 2.1.0~alpha~), libpng12-0 (>= 1.2.13-4)
Description-en: transforms a PNG image to a web page
 Png2html takes a PNG image and transforms it pixel by pixel to a web page,
 encoding each pixel as an appropriately coloured letter. It is decided which
 letter to encode each pixel as by using a text file supplied by the user. An
 example can be found on the project's homepage.
 .
  Homepage: http://www.geoffholden.com/content/projects/png2html/
Description-md5: 1bac0fbdc13482ce4ca86e9083e4dbbf
Tag: interface::commandline, role::program, scope::utility, use::converting,
 works-with-format::html, works-with-format::png, works-with::image,
 works-with::image:raster, works-with::text
Section: graphics
Priority: extra
Filename: pool/main/p/png2html/png2html_1.1-5+b1_amd64.deb
Size: 8974
MD5sum: 033f688137a6013997e5ce553d8b55f1
SHA1: 5ef0b02d569201c799658ea9992bfc3ed5426e78
SHA256: 8eaac0191f07d5de2056ee5ee54e5e4b21c99ef92cda994c77519e5e8f75f27d

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#686996: O: arpwatch -- Ethernet/FDDI station activity monitor

2014-01-02 Thread Florian Ernst
Hello Florian,

On Thu, Jan 02, 2014 at 09:43:13PM +0100, Florian Schlichting wrote:
> Dominik,
> 
> did you have a look at the arpwatch package, and are you still planning
> to adopt it?
> 
> Florian, are you interested in doing so?

Speaking solely for myself: I'm interested in seeing a well-working
arpwatch package. I'd preferrably refrain from being actively involved
in that, however, as other obligations keep me quite busy. (Yeah, I
know, everybody just want to get something and nobody wants to actually
do the work ...)

So my asking for news on this sort-of-ITP more points at whether there
is really someone working on it or whether anybody could jump in and
take over. Dominik, in the light if a lack of any visible (to me, that
is) activity or reply, I'd guess it's the latter.

> I haven't had a look at the packaging yet, but unless any of you two
> step forward, I might do so myself.

Thus, I'd say got for it. Or anyone else, for what it's worth.

Cheers,
Flo


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20140102220644.ge14...@fernst.no-ip.org



Bug#686996: O: arpwatch -- Ethernet/FDDI station activity monitor

2013-11-12 Thread Florian Ernst
Hello Dominik,

On Mon, Nov 26, 2012 at 07:53:01PM +0100, Dominik George wrote:
> [...]
> Should I succeed, I am willing to assume maintainership of the package.

Any news on that?

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#618373: RFA: libhtml-template-perl -- module for using HTML Templates with Perl

2011-03-15 Thread Florian Ernst
Package: wnpp
Severity: normal

I request an adopter for the libhtml-template-perl package.

The package description is:
 HTML::Template attempts make using HTML templates simple and natural.  It
 extends standard HTML with a few new HTML-esque tags - ,
 , ,  and .  The file
 written with HTML and these new tags is called a template.  It is
 usually saved separate from your script - possibly even created by
 someone else!  Using this module you fill in the values for the
 variables, loops and branches declared in the template.  This allows
 you to separate design - the HTML - from the data, which you generate
 in the Perl script.
 .
 This module allows you to store its cache in shared memory using the
 IPC::SharedCache module, please install libipc-sharedcache-perl if you
 want to make use of this.

Nothing wrong with the package. Packaging is easy, new upstream releases
rarely take place nowadays. All patches have been forwardeded upstream.
The packages could be updated to a new debhelper compatibility level,
and maybe there are some new specifics in the Perl Policy I might have
missed. Basically, I for myself don't use this package anymore.

I'd prefer the new maintainer to keep close ties with the Perl
Maintainers.

Cheers,
Flo



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110314193306.ga7...@fernst.no-ip.org



Bug#618372: RFA: libhtml-tableextract-perl -- module for extracting the content contained in tables within an HTML document

2011-03-15 Thread Florian Ernst
Package: wnpp
Severity: normal

I request an adopter for the libhtml-tableextract-perl package.

The package description is:
 HTML::TableExtract is a module that simplifies the extraction of information
 contained in tables within HTML documents, either as text or encoded element
 trees.
 .
 For extracting a tree structure of element objects, the additional package
 libhtml-element-extended-perl might be needed.

Nothing wrong with the package. Packaging is easy, new upstream releases
rarely take place nowadays. It could be updated to a new debhelper
compatibility level, and maybe there are some new specifics in the Perl
Policy I might have missed. Basically, I for myself don't use this
package anymore.
I'd prefer the new maintainer to keep close ties to the Perl Maintainers.

Cheers,
Flo



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110314192838.ga6...@fernst.no-ip.org



Bug#561233: ITA: xdaliclock -- Melting digital clock

2010-04-19 Thread Florian Ernst
Hello Kartik,

On Mon, Apr 19, 2010 at 06:40:37PM +0530, Kartik Mistry wrote:
> retitle 561233 ITA: xdaliclock -- Melting digital clock
> owner 561233 kar...@debian.org
> thanks
> 
> Love to see JWZ's work in my hand :)

Ooops, and here I was, almost uploading the new release myself. Anyway,
please find attached what I had put together so far, and feel free to
merge this any way you deem fit. :)

Cheers,
Flo


xdaliclock_2.31-1.debian.tar.gz
Description: Binary data
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 3.0 (quilt)
Source: xdaliclock
Binary: xdaliclock
Architecture: any
Version: 2.31-1
Maintainer: Florian Ernst 
Homepage: http://www.jwz.org/xdaliclock/
Standards-Version: 3.8.4
Build-Depends: debhelper (>= 5), libx11-dev, libxext-dev, libxt-dev, 
x11proto-core-dev, autotools-dev
Checksums-Sha1: 
 7852994ecf651d4df440a668255425cf7c4e9799 1177516 xdaliclock_2.31.orig.tar.gz
 4c35fec55c23cee2aca89e62f874aaea81e29ea5 4079 xdaliclock_2.31-1.debian.tar.gz
Checksums-Sha256: 
 78a0ae123b4487c197d743c93c87e7c6a688b55ae0538dcf5ac602225912d97c 1177516 
xdaliclock_2.31.orig.tar.gz
 38fc1d36a9ad09bfa1a672d1774b938146d9811cd38fe60908b80aee3d278c1b 4079 
xdaliclock_2.31-1.debian.tar.gz
Files: 
 5e355c286ec5514c29af0bf797f0eb52 1177516 xdaliclock_2.31.orig.tar.gz
 e701d8a02770f832ab47a0ad4a8e44e9 4079 xdaliclock_2.31-1.debian.tar.gz

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

iEYEARECAAYFAkvMvPwACgkQs3U+TVFLPnwsjACeO5nX2p+bF69Jd9g4AH0fHT2L
kcAAn0CEuwHPCjgLiZUVJaPZB0SkcKMB
=J7ny
-END PGP SIGNATURE-


signature.asc
Description: Digital signature


Bug#543857: [Fwd: Re: Bug#565675: ITP: pthsem -- pth replacement with semaphore support]

2010-01-19 Thread Florian Ernst
JFTR.

Cheers,
Flo
--- Begin Message ---
Samuel Thibault  wrote:
> Marc Leeman, le Sun 17 Jan 2010 22:16:17 +0100, a écrit :
> > * Package name: pthsem
> 
> Mmm, could this perhaps rather be just a patch added to the existing pth
> package?  Else you'll have to share the Debian patches.

The situation with GNU pth is:
* pth in debian is orphaned (#543857)
* the last upstream relase is from 08-Jun-2006 (2.0.7)
* the last release was mainly updating copyright + updating autotool files
* I tried to contact upstream (Ralf S. Engelschall), while doing the
  first versions of semaphore support for pth, but failed to get an answer.
* I don't remember an answer from Ralf S. Engelschall on the
  pth-users list in the last year(s).

pthsem up to 2.0.7 is GNU pth with some patches applied (semaphore
support, valgrind support and various fixes).

As upstream seams to be dead, I decided to "fork" in the upcoming
release.

Please look at:
http://bcusdk.git.sourceforge.net/git/gitweb.cgi?p=bcusdk/bcusdk;a=shortlog;h=refs/heads/pthsem/master

* pthsem is now able to cope with system time changes, if it can use a
  monotonic clock.

* moved to automake based build system

* GIT repository does not contain any autotool generated files any more,
  so they get updated at every checkout.

* compat package for building pth applications with pthsem

* includes lintian clean debian packaging (derived from the "offical"
  debian packages)

pthsem is an essential dependency of linknx/eibd, so it tested by its
users on various plattforms (x86 and various embedded linux variants).

Regards,
Martin Kögler


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

--- End Message ---


signature.asc
Description: Digital signature


Bug#523371: Bug#483249: setting package to wnpp, retitle 483249 to ITA: xaos -- real-time interactive fractal zoomer ...

2010-01-19 Thread Florian Ernst
Hello Ansgar,

On Wed, Oct 01, 2008 at 10:45:27PM +0200, Ansgar Burchardt wrote:
> # Automatically generated email from bts, devscripts version 2.10.35
> package wnpp
> retitle 483249 ITA: xaos -- real-time interactive fractal zoomer
> # I intend to maintain Xaos in the Debian Games Team
> owner 483249 !

Any news on this?

Similarily for another ITAs of yours (viruskiller).

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#535261: ITA: html2text

2010-01-19 Thread Florian Ernst
Hello there,

On Wed, Sep 09, 2009 at 10:42:44AM +0800, LIU Qi wrote:
> retitle 545710 ITA: html2text -- advanced HTML to text converter
> owner 545710 liuq...@gmail.com

Since Eugene's prod two more months have passed, but there is still no
visible activity. Could you please comment?

Furthermore, I see more ITAs without any visible activity (CC'ed).
What about these?

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#543886: retitle 543886 to ITA: linuxlogo -- Color ANSI System Logo, owner 543886

2010-01-16 Thread Florian Ernst
Hello Alexander,

On Thu, Aug 27, 2009 at 12:36:37PM +0200, Alexander Schmehl wrote:
> # Automatically generated email from bts, devscripts version 2.10.35lenny3
> retitle 543886 ITA: linuxlogo -- Color ANSI System Logo
> owner 543886 toli...@debian.org

Ping?

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#561233: RFA: xdaliclock -- Melting digital clock

2009-12-15 Thread Florian Ernst
Package: wnpp
Severity: normal

I request an adopter for the xdaliclock package as I'm not actually
actively using this package anymore.

It's just some straightforward packaging, nothing complicated, and
basically in good shape.
There were some new upstream releases, but none of the changes were
relevant for Debian. Still, they could be packaged ...

The package description is:
 The xdaliclock program displays a digital clock; when a digit changes,
 it "melts" into its new shape.
 .
 It can display in 12 or 24 hour modes, and displays the date when a
 mouse button is held down.  It has two large fonts built into it, but
 it can animate most other fonts that contain all of the digits.  It
 can also do some funky psychedelic colormap cycling, and can use the
 "shape" extension so that the window is shaped like the digits.

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#560990: O: xpaint -- simple paint program for X

2009-12-13 Thread Florian Ernst
Package: wnpp
Severity: normal

I intend to orphan the xpaint package.

Rationale:
- last maintainer upload 2005-09-15
- unhandled bugs, some even with patches, without maintainer feedback
- no reply to repeated maintainer mail pings

The package description is:
 XPaint is suitable for producing simple graphics. It does offer some
 advanced features such as image processing functions and gradient
 fill.
 .
 In the C Script Editor of XPaint, the External editor in the File menu
 will invoke x-terminal-emulator -e sensible-editor.
 .
 The gs-gpl package will be needed for PDF/PS reading, netpbm will be needed
 for external conversion, lpr for printing.
 .
 Homepage: https://sourceforge.net/projects/sf-xpaint/

Recently several new upstream version have been released that are worth
checking. Please note that I as the previous Uploader/Sponsor for this
package don't intend to stay involved as my personal preferences have
shifted somewhat over the last few years ...

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#467287: RFA: tofrodos -- Converts DOS <-> Unix text files, alias tofromdos

2008-02-24 Thread Florian Ernst
Package: wnpp
Severity: normal

I request an adopter for the tofrodos package. Easy to maintain, but no
changes required over the last two years, and other means of achieving
the same goal exist...

The package description is:
 DOS text files traditionally have CR/LF (carriage return/line feed) pairs
 as their new line delimiters while Unix text files traditionally have
 LFs (line feeds) to terminate each line.
 .
 Tofrodos comprises one program, "fromdos" alias "todos", which converts
 text files to and from these formats. Use "fromdos" to convert DOS
 text files to the Unix format, and "todos" to convert Unix text files
 to the DOS format.
 .
 This functionality is also available via the dos2unix/unix2dos symlinks.
 .
  Homepage: http://www.thefreecountry.com/tofrodos/index.shtml

Prospective adopter, be aware that this package has some reverse
Build-Depends and that this package was formerly part of the sysutils
package.

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#431760: Orphaning xli again

2007-07-28 Thread Florian Ernst
retitle 431760 O: xli -- command line tool for viewing images in X11
noowner 431760
thanks

[ CC to Bernhard R. Link added as he has submitted many patches;
  Bernhard, are you perhaps interested in taking over yourself? ]

Meh!

For reasons unrelated to xli I'm not going to pick up maintainership of
this package. However, I put some quite preliminary packaging at

http://people.debian.org/~florian/xli/xli_1.17.0+20061110-1.dsc>
for anyone to use and extend.

The changelog currently reads as follows:
+xli (1.17.0+20061110-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot, released on 20061110, which incoporates many
+of the patches already previously applied
+  * New maintainer (Closes: #431760)
++ quilt'ify package
+  * debian/control: add link to Homepage
+  * MIME entries now point to /usr/bin/xli (Closes: #366066, #387347, thanks
+Matthias Urlichs and Glyn Kennington), also adding -quiet (Closes:
+#433191, thanks to Bernhard R. Link)
+  * List all copyright holders and licenses (Closes: #433212, thanks to
+Bernhard R. Link)
+  * Standards-Version 3.7.2
+  * New patches applied to upstream from Debian BTS:
+* Fix FTBFS on GNU/kFreeBSD (Closes: #396935, thanks to Petr Salinger and
+  Cyril Brulebois)
+* -fillscreen now carries over to >1 image (Closes: #48878, #389198, thanks
+  to Bernhard R. Link)
+* -onroot with multiple images doesn't SEGV anymore (Closes: #289147, 
thanks
+  to Bernhard R. Link)
+* Don't complain about "None" pixmap color (Closes: #220965, thanks to
+  Bernhard R. Link)
+* Enable arrow keys (Closes: #179268, thanks to Bernhard R. Link)

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#433756: O: libcdg123 -- CD+G data decoder library

2007-07-19 Thread Florian Ernst
Package: wnpp
Severity: normal

This is a heavily patched version of libcdg123, a library to
decode CD+G data into animated graphical RGB data, which was supposed
to be used by newer upstream releases of xmms-singit. As the plans
regarding xmms-singit didn't quite work out as intended (see #424660),
I'm orphaning this package now.

Currently, this package isn't used by any other package in Debian and
has a low popcon count, so depending on whether xmms-singit stays or not
it might simply be preferrable to remove it from the archive.

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#424660: RFA: xmms-singit -- Display and edit lyrics with XMMS

2007-05-16 Thread Florian Ernst
Package: wnpp
Severity: normal

I request an adopter for the xmms-singit package.

Status:
- lots of new upstream releases with lots of changes
- version shipped in Debian severely outdated
- currently two RC bugs (CPU hog and FTBFS in experimental)
- easy packaging at the moment, will get more difficult with new
  upstream

Originally, upstream was going to take over maintainership of this
package himself and already had some preliminary packaging. However, I
haven't heard anything from him lately and my pings haven't been
answered.

So I'm finally giving away this package into some caring hands. Mine
weren't, as I was basically just waiting for someone to take over for
quite some time. Prospective adopter, please try to get in contact with
upstream about this!


Description: Display and edit lyrics with XMMS
 This "X Multimedia System" (XMMS) plugin displays formated lyrics.
 It also contains a lyrics editor, which can be used to tag timestamps in
 a song.
 .
 Homepage: http://stud.fbi.fh-darmstadt.de/~glogow/


Cheers,
Flo


signature.asc
Description: Digital signature


Bug#406511: RFA: normalize-audio -- adjust the volume of WAV files to a standard volume level

2007-01-11 Thread Florian Ernst
Package: wnpp
Severity: normal

I request an adopter for the normalize-audio package.

Status:
- two new upstream releases in 52 months
- tmpdir handling problems, already known to upstream
- reverse depends: mp3cd, mp3roaster
- popcon reports 1683 installations
- easy packaging

The package description is:
 normalize-audio is a tool for adjusting the volume of WAV files to a
 standard volume level. This is useful for things like creating mix CDs
 and mp3 databases, where different recording levels on different albums
 can cause the volume to vary greatly from song to song.
 .
  Homepage: http://normalize.nongnu.org/


signature.asc
Description: Digital signature


Bug#406513: RFA: xdaliclock -- Melting digital clock

2007-01-11 Thread Florian Ernst
Package: wnpp
Severity: normal

I request an adopter for the xdaliclock package.

Status:
- last upstream release one year ago, but upstream is available
- one ancient bug
- popcon reports 700 installations
- easy packaging

The package description is:
 The xdaliclock program displays a digital clock; when a digit changes,
 it "melts" into its new shape.
 .
 It can display in 12 or 24 hour modes, and displays the date when a
 mouse button is held down.  It has two large fonts built into it, but
 it can animate most other fonts that contain all of the digits.  It
 can also do some funky psychedelic colormap cycling, and can use the
 "shape" extension so that the window is shaped like the digits.
 .
  Homepage: http://www.jwz.org/xdaliclock/


signature.asc
Description: Digital signature


Bug#406508: RFA: gtans -- Tangram (puzzle) game using GTK+

2007-01-11 Thread Florian Ernst
Package: wnpp
Severity: normal

I request an adopter for the gtans package.

Status:
- no new upstream release for years
- upstream unavailable
- depends on oldlibs
- reverse depends: junior-puzzle
- popcon reports 295 installations
- easy packaging, with some tweaking to weed out unneeded deps

The package description is:
 The Tangram is a Chinese puzzle where the player has to arrange a set of
 pieces to match a given shape. All the pieces must be used and should not
 be laid on top of one another. The pieces are five triangles, a square and
 a parallelogram. gtans contains more than 380 figures to play with. It uses
 the mouse to control pieces. gtans is highly customizable using the
 interface.
 .
 Homepage: http://gtans.sourceforge.net/


signature.asc
Description: Digital signature


Bug#406510: RFA: libnews-nntpclient-perl -- News::NNTPClient, Perl support for accessing NNTP servers

2007-01-11 Thread Florian Ernst
Package: wnpp
Severity: normal

I request an adopter for the libnews-nntpclient-perl package.

Status:
- no new upstream release for years
- popcon reports 4930 installations
- reverse depends: knewsticker-scripts -> kdeaddons -> kde
- easy packaging

The package description is:
 News::NNTPClient allows you full access to NNTP (aka news or NetNews)
 servers from within Perl applications. With it you can write applications
 that post articles to NNTP servers, download articles, etc.


signature.asc
Description: Digital signature


Bug#406507: RFA: cowsay -- A configurable talking cow

2007-01-11 Thread Florian Ernst
Package: wnpp
Severity: normal

I request an adopter for the cowsay package.

Status:
- no new upstream release for years
- stable/testing/unstable have latest upstream
- newest beta in experimental
- some minor/wishlist bugs
- missing attributions? Needs to be discussed with upstream.
- popcon reports 839 installations
- easy packaging

The package description is:
 Cowsay (or cowthink) will turn text into happy ASCII cows, with
 speech (or thought) ballons. If you don't like cows, ASCII art is
 available to replace it with some other creatures (Tux, the BSD
 daemon, dragons, and a plethora of animals, from a turkey to
 an elephant in a snake).
 .
 This is Acme::Cow version 0.1 aka cowsay 4.
 .
 Homepage: http://www.nog.net/~tony/warez/cowsay.shtml


signature.asc
Description: Digital signature


Bug#406509: RFA: irssi-scripts -- collection of scripts for irssi

2007-01-11 Thread Florian Ernst
Package: wnpp
Severity: normal

I request an adopter for the irssi-scripts package.

Status:
- "upstream" currently stalled, will "soon" start to update again
- popcon reports 779 installations
- easy packaging, but uses stupid ad-hoc patch system ->
  dpatch/quilt'ify?

The package description is:
 This is a collection of useful scripts for the irssi IRC-client.
 Thus, installing this package only makes sense if you intend to use
 irssi.
 .
 Some individual scripts need other packages in order to work
 properly. Please see the list of Suggests as well as the contained
 README.Debian for additional information.
 .
 Almost all scripts can also be downloaded from .


signature.asc
Description: Digital signature


Bug#406512: RFA: xcruise -- Fly about a 3D-formed file system

2007-01-11 Thread Florian Ernst
Package: wnpp
Severity: normal

I request an adopter for the xcruise package.

Status:
- no new upstream release for quite some time
- none planned as upstream is busy with other things; if any then
  there will be a complete rewrite
- one important bug (unreproducible segfault), two wishlist
- reverse depends: junior-system
- popcon reports 278 installations
- easy packaging

The package description is:
 Xcruiser (formerly known as XCruise) allows you to fly over the file
 system in a 3D-view. Every file appears as a planet, directories
 appear as galaxies, and symbolic links appear as worm-holes.
 .
 You can fly about this space world by moving and clicking your mouse,
 or by using your keyboard.
 .
  Homepage: http://xcruiser.sourceforge.net/


signature.asc
Description: Digital signature


Bug#384633: closed by Antonio José Calderón <[EMAIL PROTECTED]> (Bug#384633: fixed in procinfo 18-2)

2007-01-11 Thread Florian Ernst
Hello Antonio José,

On Wed, Jan 10, 2007 at 03:18:29AM -0800, Debian Bug Tracking System wrote:
>  procinfo (18-2) unstable; urgency=low
>  .
>* New maintainer (closes: #384633).

Thanks a lot! Are you aware of the bugs reported against the sysutils
package before I split of procinfo into a separate package?
Please see 
and clone/reassign as you deem fit.

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#392138: RFA: xmms-crossfade -- XMMS Plugin for Crossfading / Continuous Output

2006-10-10 Thread Florian Ernst
Package: wnpp
Severity: normal

I request an adopter for the xmms-crossfade package. Back then, when
I hesitantly picked up its maintenance on request of the previous
maintainer after doing an NMU, it seemed like a good idea, but now I'd
prefer to give away my xmms-related packages.

The package is in moderately good shape, upstream is a nice fellow and
very responsive. Some knowledge of xmms and bmp (and possibly
audacious) will be quite helpful as two binary packages for the former
are already built right now and upstream also supports the latter.

If you want to be the new maintainer, please take it. See
http://www.debian.org/devel/wnpp/index.html#howto-rfa for detailed
instructions about how to adopt a package properly.

The package description is:
 This is a proxy output plugin for the popular XMMS Player.
 Features:
  * Crossfading: Crossfade between two songs, i.e. fade out the end of the
current song while fading in the beginning of the next for a smooth
transition. Length and volume of the fadings can be adjusted separately
for fading in and out.
  * Fadein/Fadeout: Smoothly fadein/fadeout at the beginning or end of
playback.
  * Continuous output: Keeps the audio device opened when switching from one
song to the next. When used with the Gap-Killer, this allows for seamless
playback of whole albums without any audible interruption between the
tracks.
  * Gap-Killer: Removes the short gaps of silence at the beginning and/or end
of mp3 files. These gaps are caused by some mp3-encoders.
  * Automatic detection of live albums: Automatically detects live albums and
pre-mixed tracks which already are crossfaded. For those tracks,
crossfading can be disabled automatically.
  * High quality: crossfade can take special care to avoid the clicks some
soundcards produce when suddenly being stopped. Also, it can improve
quality when seeking within a song.
  * Secondary effect plugin: crossfade allows you to select a second effect
plugin. This is useful for example when using the volume normalizing
plugin together with the icecast plugin.
 .
  Homepage: http://www.eisenlohr.org/xmms-crossfade/


signature.asc
Description: Digital signature


Bug#384633: RFA: procinfo -- Displays system information from /proc

2006-08-25 Thread Florian Ernst
Package: wnpp
Severity: normal

I request an adopter for the procinfo package. procinfo was a part
of the sysutils package which I have taken over and split into its
components, but I don't use procinfo myself at all.
Please note that there wasn't a new upstream release in five years.

The package description is:
 Procinfo is a small program that gathers some system information from
 diverse files under /proc and prints it to the screen. It duplicates some of
 the functionality of free(1) and uptime(1). This also includes lsdev for
 displaying information about installed hardware and socklist for displaying
 a list of open sockets
 .
 Lsdev is a Perl script that attempts to tabulate DMA, IRQ and I/O port
 allocation per kernel driver.
 .
 Socklist is a Perl script that gives you a list of all open sockets,
 enumerating types, port, inode, uid, pid, fd and the program to which
 it belongs.
 .
  Homepage: ftp://ftp.cistron.nl/pub/people/00-OLD/svm/


signature.asc
Description: Digital signature


Bug#360947: RFA: texi2html -- Convert Texinfo files to HTML

2006-04-05 Thread Florian Ernst
Package: wnpp
Severity: normal

Package: texi2html
Binary: texi2html
Version: 1.76-3
Priority: optional
Section: text
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Build-Depends: debhelper (>= 4.1.0)
Build-Depends-Indep: texinfo, autotools-dev
Architecture: all
Standards-Version: 3.6.2
Format: 1.0
Directory: pool/main/t/texi2html
Files:
 426fbc7f18a5492ea944c43d577886ae 612 texi2html_1.76-3.dsc
 38d0021c547612dba3543bdb1376569f 470207 texi2html_1.76.orig.tar.gz
 8b23f1cd34c71759d1f36c3f77031120 16573 texi2html_1.76-3.diff.gz

Package: texi2html
Priority: optional
Section: text
Installed-Size: 1540
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Architecture: all
Version: 1.76-3
Depends: perl
Suggests: latex2html
Filename: pool/main/t/texi2html/texi2html_1.76-3_all.deb
Size: 290170
MD5sum: 11f27e9cc8220c791af5ff579724a589
Description: Convert Texinfo files to HTML
 texi2html is a Perl script that converts Texinfo files to HTML.
 .
 The program takes Texinfo files (not info ones) and produces a set of
 HTML files.  The quality of the output is close to the printed output
 and is much better than an info->HTML gateway.
 .
 Compared to the output of `makeinfo --html', texi2html's output is
 more customizable and (subjectively) produces better output by default.
 .
 Homepage: http://www.nongnu.org/texi2html/
Tag: interface::commandline, made-of::lang:perl, role::sw:utility, 
use::converting, works-with::text:html, works-with::text:tex


signature.asc
Description: Digital signature


Bug#360946: RFA: phalanx -- Chess playing program

2006-04-05 Thread Florian Ernst
Package: wnpp
Severity: normal

Package: phalanx
Binary: phalanx
Version: 22-16
Priority: optional
Section: games
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Build-Depends: debhelper (>= 5), dpatch
Architecture: any
Standards-Version: 3.6.2
Format: 1.0
Directory: pool/main/p/phalanx
Files:
 d6ed3bfb0596b6b589c6282b6e5235ba 560 phalanx_22-16.dsc
 e4e6155530a23ea0ea4ca59f8c5fda8c 349765 phalanx_22.orig.tar.gz
 4efafe475d3515c7862235d2d5663b97 11815 phalanx_22-16.diff.gz

Package: phalanx
Priority: optional
Section: games
Installed-Size: 560
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Architecture: i386
Version: 22-16
Depends: libc6 (>= 2.3.5-1), debconf (>= 0.5) | debconf-2.0
Suggests: xboard | x-terminal-emulator
Filename: pool/main/p/phalanx/phalanx_22-16_i386.deb
Size: 315892
MD5sum: 83269e07612676f8bf4a49202386c762
Description: Chess playing program
 Phalanx is a simple chess playing program of conventional design.
 It is xboard compatible.  The main aim is to write a slow thinker
 with a lot of chess specific knowledge.  Current version plays
 risky, active chess and shows quite good tactical performance.
 .
 Homepage: http://dusan.freeshell.org/phalanx/
Enhances: eboard, emacs-chess, gnome-chess, knights, xboard
Tag: game::board, game::board:chess, use::gameplaying


signature.asc
Description: Digital signature


Bug#360943: RFA: libmusicbrainz-2.1 -- Second generation incarnation of the CD Index

2006-04-05 Thread Florian Ernst
Package: wnpp
Severity: normal

Package: libmusicbrainz-2.1
Binary: libmusicbrainz4-dev, python2.3-musicbrainz, libmusicbrainz4c2a, 
python-musicbrainz, python2.4-musicbrainz
Version: 2.1.2-3
Priority: optional
Section: libs
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Build-Depends: debhelper (>= 5), libexpat1-dev, autotools-dev
Build-Depends-Indep: python, python2.3-dev, python2.3-ctypes, python2.4-dev, 
python2.4-ctypes
Architecture: any
Standards-Version: 3.6.2
Format: 1.0
Directory: pool/main/libm/libmusicbrainz-2.1
Files:
 d18e5ab7d042dd8d8789fdc396754634 813 libmusicbrainz-2.1_2.1.2-3.dsc
 88d35af903665fecbdee77eb6d5e6cdd 504432 libmusicbrainz-2.1_2.1.2.orig.tar.gz
 89a21cf16e7c41a49d1037774de798ce 5455 libmusicbrainz-2.1_2.1.2-3.diff.gz

Package: libmusicbrainz4c2a
Priority: optional
Section: libs
Installed-Size: 252
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Architecture: i386
Source: libmusicbrainz-2.1
Version: 2.1.2-3
Replaces: libmusicbrainz4, libmusicbrainz4c2
Depends: libc6 (>= 2.3.5-1), libexpat1 (>= 1.95.8), libgcc1 (>= 1:4.0.2), 
libstdc++6 (>= 4.0.2-4)
Conflicts: libmusicbrainz4, libmusicbrainz4c2
Filename: pool/main/libm/libmusicbrainz-2.1/libmusicbrainz4c2a_2.1.2-3_i386.deb
Size: 88860
MD5sum: 4e3cee1c0d1f349d1fb75884f3a4a22c
Description: Second generation incarnation of the CD Index - library
 MusicBrainz indexes both digital compressed audio (MP3/Vorbis) and
 digital audio CDs.
 .
  Homepage: http://musicbrainz.org/


signature.asc
Description: Digital signature


Bug#360942: RFA: xboard -- An X Window System Chess Board

2006-04-05 Thread Florian Ernst
Package: wnpp
Severity: normal

Package: xboard
Binary: xboard
Version: 4.2.7-3
Priority: optional
Section: games
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Build-Depends: debhelper (>> 4.0.0), xaw3dg-dev, flex, autotools-dev, dpatch
Architecture: any
Standards-Version: 3.6.2
Format: 1.0
Directory: pool/main/x/xboard
Files:
 b17b270b0829b594f69c5e1ebd737fcc 601 xboard_4.2.7-3.dsc
 b70ad8ff7569975302c5fb402d5eea32 1318110 xboard_4.2.7.orig.tar.gz
 c4beb999a96b48eaea40c924f47adae5 11489 xboard_4.2.7-3.diff.gz

Package: xboard
Priority: optional
Section: games
Installed-Size: 2764
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Architecture: i386
Version: 4.2.7-3
Depends: libc6 (>= 2.3.5-1), libice6, libsm6, libx11-6, libxext6, libxmu6, 
libxpm4, libxt6, xaw3dg (>= 1.5+E-1)
Recommends: xfonts-75dpi | xfonts-100dpi
Suggests: gnuchess | crafty | phalanx, x-terminal-emulator
Filename: pool/main/x/xboard/xboard_4.2.7-3_i386.deb
Size: 520626
MD5sum: 9ab76d0d88bd87c8a8e74d9b3117089d
Description: An X Window System Chess Board
 XBoard is a graphical chessboard that can serve as a user interface
 for GNU Chess, for the Internet Chess Server, or for electronic mail
 correspondence chess.  XBoard can also be used by itself.
 .
 XBoard uses the Helvetica font (located in the xfonts-75dpi and
 xfonts-100dpi packages) by default.  However, other fonts can be
 specified via a command line option or an X resource.
 .
 Homepage: http://savannah.gnu.org/projects/xboard/
Tag: game::board:chess, interface::x11, uitoolkit::athena, use::gameplaying, 
x11::application


signature.asc
Description: Digital signature


Bug#360940: RFA: html2ps -- HTML to PostScript converter

2006-04-05 Thread Florian Ernst
Package: wnpp
Severity: normal

Note: One person already expressed via private mail interest in
adopting this package, so please don't just upload, but make sure to
get in contact with me first so you can possibly combine your efforts.
However, I will urge this person to state their intent in this RFA so
I won't be needed as a proxy after all...

Package: html2ps
Binary: html2ps, xhtml2ps
Version: 1.0b5-1
Priority: optional
Section: text
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Build-Depends: debhelper (>= 5)
Architecture: all
Standards-Version: 3.6.2.1
Format: 1.0
Directory: pool/main/h/html2ps
Files:
 25c5bea2bbd2e52e925cb942519fa69e 570 html2ps_1.0b5-1.dsc
 0998fefa4c8f9a04c88cfac7a83df629 128059 html2ps_1.0b5.orig.tar.gz
 4e66ccfdc3ee1af39047b08b4ed7104a 6617 html2ps_1.0b5-1.diff.gz

Package: html2ps
Priority: optional
Section: text
Installed-Size: 316
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Architecture: all
Version: 1.0b5-1
Depends: perl, perlmagick, libwww-perl, libhtml-parser-perl, libpaper-utils
Recommends: gs-gpl
Suggests: tetex-base, postscript-viewer, weblint-perl, xhtml2ps
Filename: pool/main/h/html2ps/html2ps_1.0b5-1_all.deb
Size: 104160
MD5sum: be6939e2996f19e04be8033fdaa8c70b
Description: HTML to PostScript converter
 This program converts HTML directly to PostScript.  The HTML code can
 be retrieved from one or more URLs or local files, specified as
 parameters on the command line.  A comprehensive level of HTML is
 supported, including inline images, CSS1, and some features of HTML
 4.0.
 .
  Homepage: http://www.tdb.uu.se/~jan/html2ps.html
Tag: interface::commandline, role::sw:utility, use::converting, 
works-with::text:html, works-with::text:postscript


signature.asc
Description: Digital signature


Bug#360945: RFA: libxml-writer-perl -- Perl module for writing XML documents

2006-04-05 Thread Florian Ernst
Package: wnpp
Severity: normal

Package: libxml-writer-perl
Binary: libxml-writer-perl
Version: 0.600-2
Priority: optional
Section: perl
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Build-Depends-Indep: debhelper (>= 4.1), perl (>= 5.6.0-16)
Architecture: all
Standards-Version: 3.6.2
Format: 1.0
Directory: pool/main/libx/libxml-writer-perl
Files:
 1e9ea70e8b4e1cd74a88a395a14c07f2 629 libxml-writer-perl_0.600-2.dsc
 712b27cad3fb23ca44eff4cbbac23e6a 22082 libxml-writer-perl_0.600.orig.tar.gz
 cc78ed40c3a53ba0ea1ea8a579ad3d95 3268 libxml-writer-perl_0.600-2.diff.gz

Package: libxml-writer-perl
Priority: optional
Section: perl
Installed-Size: 104
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Architecture: all
Version: 0.600-2
Depends: perl (>= 5.6.0-16)
Filename: pool/main/libx/libxml-writer-perl/libxml-writer-perl_0.600-2_all.deb
Size: 24622
MD5sum: a6e20018817ebe36d97fd11f56a27415
Description: Perl module for writing XML documents
 XML::Writer is a helper module for Perl programs that write an XML
 document.  The module handles all escaping for attribute values and
 character data and constructs different types of markup, such as
 tags, comments, and processing instructions.
 .
 By default, the module performs several well-formedness checks to
 catch errors during output.  This behaviour can be extremely useful
 during development and debugging, but it can be turned off for
 production-grade code.
 .
 The module can operate either in regular mode in or Namespace
 processing mode.  In Namespace mode, the module will generate
 Namespace Declarations itself, and will perform additional checks on
 the output.
 .
 Additional support is available for a simplified data mode with no
 mixed content: newlines are automatically inserted around elements
 and elements can optionally be indented based as their nesting
 level.
 .
 Homepage: http://search.cpan.org/~josephw/XML-Writer-0.600/
Tag: devel::library, langdevel::perl, made-of::lang:perl


signature.asc
Description: Digital signature


Bug#360944: RFA: libxml-twig-perl -- Perl module for processing huge XML documents in tree mode

2006-04-05 Thread Florian Ernst
Package: wnpp
Severity: normal

Package: libxml-twig-perl
Binary: libxml-twig-perl
Version: 3.23+final-1
Priority: optional
Section: perl
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Build-Depends: debhelper (>= 4.1)
Build-Depends-Indep: perl (>= 5.6.0-16), libxml-parser-perl, 
libunicode-map8-perl, libunicode-string-perl, libtie-ixhash-perl, 
libxml-xpath-perl, libtest-pod-perl, libtest-pod-coverage-perl (>= 1.00), 
libxml-handler-yawriter-perl, libxml-sax-machines-perl, libxml-simple-perl, 
libyaml-perl
Architecture: all
Standards-Version: 3.6.2
Format: 1.0
Directory: pool/main/libx/libxml-twig-perl
Files:
 da8a007951ad17e33de1dee8d386b8cf 901 libxml-twig-perl_3.23+final-1.dsc
 bb5028c130572048c165fbc7684f3785 297716 libxml-twig-perl_3.23+final.orig.tar.gz
 55c2262b971d801abfabb9bb665370e5 4006 libxml-twig-perl_3.23+final-1.diff.gz

Package: libxml-twig-perl
Priority: optional
Section: perl
Installed-Size: 536
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Architecture: all
Version: 3.23+final-1
Depends: perl (>= 5.8.7-10), libxml-parser-perl
Recommends: libtext-iconv-perl, libtie-ixhash-perl, libxml-xpath-perl, 
libwww-perl, libhtml-parser-perl
Suggests: libunicode-map8-perl, libunicode-string-perl
Filename: pool/main/libx/libxml-twig-perl/libxml-twig-perl_3.23+final-1_all.deb
Size: 173868
MD5sum: c51d383aa708686871d7c69165541175
Description: Perl module for processing huge XML documents in tree mode
 This module provides a way to process XML documents.  It is built on
 top of XML::Parser.
 .
 The module offers a tree interface to the document, while allowing to
 output the parts of it that have been completely processed.
 .
 It allows minimal resource (CPU and memory) usage by building the
 tree only for the parts of the documents that need actual processing,
 through the use of the http://www.xmltwig.com/
Tag: devel::library, langdevel::perl, made-of::lang:perl


signature.asc
Description: Digital signature


Bug#360948: RFA: tnef -- Tool to unpack MIME application/ms-tnef attachments

2006-04-05 Thread Florian Ernst
Package: wnpp
Severity: normal

Package: tnef
Binary: tnef
Version: 1.3.4-1
Priority: optional
Section: text
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Build-Depends: debhelper (>= 4.0.0), autotools-dev
Architecture: any
Standards-Version: 3.6.2
Format: 1.0
Directory: pool/main/t/tnef
Files:
 47ed205d4276b3ea5ac60f327c4f9857 566 tnef_1.3.4-1.dsc
 ec7024dc757f332f5283762b1d42ac20 1641599 tnef_1.3.4.orig.tar.gz
 5c2c9499771d3103b3a69d11a33e1230 2695 tnef_1.3.4-1.diff.gz

Package: tnef
Priority: optional
Section: text
Installed-Size: 184
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Architecture: i386
Version: 1.3.4-1
Depends: libc6 (>= 2.3.5-1)
Recommends: mime-support
Filename: pool/main/t/tnef/tnef_1.3.4-1_i386.deb
Size: 53522
MD5sum: 47228e447a26fcb2a929d9603e962d4e
Description: Tool to unpack MIME application/ms-tnef attachments
 TNEF is a program for unpacking MIME attachments of type
 "application/ms-tnef". This is a Microsoft only attachment.
 .
 Due to the proliferation of Microsoft Outlook and Exchange mail servers,
 more and more mail is encapsulated into this format.
 .
 The TNEF program allows one to unpack the attachments which were
 encapsulated into the TNEF attachment.  Thus alleviating the need to use
 Microsoft Outlook to view the attachment.
 .
 Homepage: http://tnef.sourceforge.net/
Tag: interface::commandline, role::sw:utility, use::converting, use::viewing, 
works-with::mail


signature.asc
Description: Digital signature


Bug#360941: RFA: libcrypt-passwdmd5-perl -- interoperable MD5-based crypt() for perl

2006-04-05 Thread Florian Ernst
Package: wnpp
Severity: normal

Package: libcrypt-passwdmd5-perl
Binary: libcrypt-passwdmd5-perl
Version: 1.3-6
Priority: optional
Section: perl
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Build-Depends: debhelper (>= 5)
Build-Depends-Indep: perl (>= 5.8.0-7)
Architecture: all
Standards-Version: 3.6.2
Format: 1.0
Directory: pool/main/libc/libcrypt-passwdmd5-perl
Files:
 9c7e6ca965a03570d9c6551d503ae026 653 libcrypt-passwdmd5-perl_1.3-6.dsc
 192370e8b494e157c0797f0a0c20834c 4824 libcrypt-passwdmd5-perl_1.3.orig.tar.gz
 e7cc7aa5ee64446f432f694b93e6ce87 2489 libcrypt-passwdmd5-perl_1.3-6.diff.gz

Package: libcrypt-passwdmd5-perl
Priority: optional
Section: perl
Installed-Size: 64
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Architecture: all
Version: 1.3-6
Depends: perl (>= 5.6.0-16)
Filename: 
pool/main/libc/libcrypt-passwdmd5-perl/libcrypt-passwdmd5-perl_1.3-6_all.deb
Size: 9880
MD5sum: 343b9d8033812af5404cbe577b791766
Description: interoperable MD5-based crypt() for perl
 This package provides various crypt()-compatible interfaces to the
 MD5-based crypt() function found in various *nixes. It's based on the
 implementation found on FreeBSD 2.2.[56]-RELEASE
 .
  Homepage: http://search.cpan.org/~luismunoz/Crypt-PasswdMD5-1.3/
Tag: devel::library, langdevel::perl, made-of::lang:perl, security::cryptography


signature.asc
Description: Digital signature


Bug#344453: libhtml-fromtext-perl Package Adoption!

2006-03-29 Thread Florian Ernst
Greetings,

On Sat, Mar 25, 2006 at 01:27:27PM +0100, Francesco Cecconi wrote:
> I'm interested to adopt  libhtml-fromtext-perl and i have created a new 
> package sources[1] 
> for the next release. 

Again, messages sent to a specific WNPP bugreport will _not_ be
automatically forwarded to the person who has submitted that report.
If it weren't for my browsing through the reports your interest might
have gone completely unnoticed.

That being said, I'm afraid that contrary to what I said in my initial
RFA I won't be available as a sponsor for this package anymore. I will
continue sponsoring other packages where the sponsoring was already
established, but I won't take up any new, sorry. Please ask on
debian-mentors.

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#348199: Pseudo-ITA by Joey Hess

2006-01-17 Thread Florian Ernst
Just for the record,

as indicated in

Joey Hess will take this package back if noone else does.


Cheers,
Flo


signature.asc
Description: Digital signature


Bug#344450: ITA: fbgrab -- Framebuffer grabber

2006-01-09 Thread Florian Ernst
Hello Luca,

are you still interested in this?

On Tue, Dec 27, 2005 at 11:49:02AM +0100, Luca Bruno wrote:
> I'd like to adopt fbgrab.
> A new revision that I've just made is available at debian-mentors:
> http://mentors.debian.net/debian/pool/main/f/fbgrab/
> 
> As I'm not (yet) a DD, I need a sponsor.
> Can you sponsor it for me? 

Hmm, your changes are pretty minimal, and of those I must admit I
don't understand the first line of the manpage patch effectively reading
| [...] If no FRAMEBUFFER
| -environment variable is given or if its value is \fBNULL\fP, then
| +environment variable is given or if its value is \fBNULL\fP; then
i.e. why putting a semicolon instead of the comma?

Furthermore the package is not lintian clean. Please always check via
"lintian -iI --show-overrides " (admittedly, as of now
the old package fails this check as well) and decide whether any
further action needs to be taken.

Oh, and you might want to change debian/watch to read
| version=3
| opts=dversionmangle=s/\.0$// \
|   http://hem.bredband.net/gmogmo/fbgrab/fbgrab-(.*)\.tar\.gz
(This is an old item from my TODO list...)

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#344462: RFA: libconfig-general-perl -- generic configuration module

2005-12-22 Thread Florian Ernst
Package: wnpp
Severity: normal


IMVHO this package is in a pretty good shape, and I don't see any
particular tasks that really need to be done. However, for some reason
I'm not that fond of it and / or don't use it regularily anymore, so
as part of some restructuring on my side I'm willing to let this
package go and find a loving new maintainer for it.
NB: This package is quite easy to maintain and thus might be just the
right choice for any aspiring new maintainer trying to get his hands
wet.

If you have a sponsor (or don't need one) please just take over.
Otherwise I might be interested in sponsoring a new maintainer,
provided the changes a) show _no_ regressions and b) provide
substantial improvements (no, just putting your name on it and
changing to your packaging style of choice is _not_ substantial in my
eyes). Either way please follow the standard procedure as outlined on
<http://www.debian.org/devel/wnpp/> for taking over.
Until a new maintainer has been found I will continue to take care
just as before, of course...


$ apt-cache showsrc libconfig-general-perl
Package: libconfig-general-perl
Binary: libconfig-general-perl
Version: 2.30-1
Priority: optional
Section: perl
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Build-Depends: debhelper (>= 4.1.46)
Build-Depends-Indep: perl (>= 5.6.0-16)
Architecture: all
Standards-Version: 3.6.2
Format: 1.0
Directory: pool/main/libc/libconfig-general-perl
Files:
 b3cd041f13c2b0946c260cf91d233613 659 libconfig-general-perl_2.30-1.dsc
 289037b40ef5a78bd59f894bcc1d4f51 40032 libconfig-general-perl_2.30.orig.tar.gz
 bcc9f4557ef716499cbc99ef2e1d6128 2916 libconfig-general-perl_2.30-1.diff.gz


$ apt-cache show libconfig-general-perl
Package: libconfig-general-perl
Priority: optional
Section: perl
Installed-Size: 220
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Architecture: all
Version: 2.30-1
Depends: perl (>= 5.6.0-16)
Filename: 
pool/main/libc/libconfig-general-perl/libconfig-general-perl_2.30-1_all.deb
Size: 65722
MD5sum: d251f1137c8e120599fff99d11ffb105
Description: generic configuration module
 This module opens a configuration file and parses its contents for
 you. After parsing it returns a hash which contains all options and
 their associated values from your configuration file.
 .
 The format of configuration files supported by Config::General is
 inspired by the well known Apache configuration format, in fact, this
 module is fully capable of parsing Apache configurations, but the
 output is not usable by Apache. You can also just use simple name/value
 pairs in your configuration files.
 .
 In addition to the capabilities of an apache configuration file it
 supports some enhancements such as here-documents, C-style comments and
 multi-line options.
 .
 Homepage: http://search.cpan.org/~tlinden/Config-General/
Tag: devel::library, langdevel::perl, made-of::lang:perl, use::configuring


Cheers,
Flo


signature.asc
Description: Digital signature


Bug#344461: RFA: xpuzzles -- collection of puzzles for X

2005-12-22 Thread Florian Ernst
Package: wnpp
Severity: normal


IMVHO this package is in a pretty good shape, and I don't see any
particular tasks that really need to be done. However, for some reason
I'm not that fond of it and / or don't use it regularily anymore, so
as part of some restructuring on my side I'm willing to let this
package go and find a loving new maintainer for it.
NB: This package is quite easy to maintain and thus might be just the
right choice for any aspiring new maintainer trying to get his hands
wet.
NB2: Whoever takes this should probably also take xabacus as they
share some common treats.

If you have a sponsor (or don't need one) please just take over.
Otherwise I might be interested in sponsoring a new maintainer,
provided the changes a) show _no_ regressions and b) provide
substantial improvements (no, just putting your name on it and
changing to your packaging style of choice is _not_ substantial in my
eyes). Either way please follow the standard procedure as outlined on
<http://www.debian.org/devel/wnpp/> for taking over.
Until a new maintainer has been found I will continue to take care
just as before, of course...


$ apt-cache showsrc xpuzzles
Package: xpuzzles
Binary: xmpuzzles, xpuzzles
Version: 7.1.5-1
Priority: optional
Section: games
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Build-Depends: debhelper (>> 4.0.0), libesd0-dev, libxpm-dev, libxt-dev, 
lesstif2-dev, xlibmesa-gl-dev | libgl-dev
Architecture: any
Standards-Version: 3.6.2
Format: 1.0
Directory: pool/main/x/xpuzzles
Files:
 2ac74f7641dc9902d026cfca98bd24c7 657 xpuzzles_7.1.5-1.dsc
 8feb38b3798cb5f4c7cb7280edc22987 2896729 xpuzzles_7.1.5.orig.tar.gz
 76cf8da3638e36d8a2aa1bf62f328f3b 5634 xpuzzles_7.1.5-1.diff.gz


$ apt-cache show xmpuzzles xpuzzles
Package: xmpuzzles
Priority: extra
Section: games
Installed-Size: 1776
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Architecture: i386
Source: xpuzzles
Version: 7.1.5-1
Depends: lesstif2, libaudiofile0 (>= 0.2.3-4), libc6 (>= 2.3.5-1), libesd0 (>= 
0.2.35) | libesd-alsa0 (>= 0.2.35), libice6 | xlibs (>> 4.1.0), libsm6 | xlibs 
(>> 4.1.0), libx11-6 | xlibs (>> 4.1.0), libxpm4 | xlibs (>> 4.1.0), libxt6 | 
xlibs (>> 4.1.0), xlibmesa-gl | libgl1
Conflicts: xpuzzles
Filename: pool/main/x/xpuzzles/xmpuzzles_7.1.5-1_i386.deb
Size: 657112
MD5sum: a91442482a3949ed597a74c6c65b
Description: collection of puzzles for X (Motif version)
 The following puzzles are included:
 .
  - Rotational 3D Puzzles: xmrubik, xmpyraminx, xmoct, xmskewb, xmdino, xmmball
  - Sliding Block Puzzles: xmcubes, xmtriangles, xmhexagons, xmpanex
  - Combination: xmbarrel, xmmlink
 .
 This is the Motif version which shows additional functionality. It was
 compiled with lesstif2. Motif is a GUI widget library for the X Window
 system.
 .
 Homepage: http://www.tux.org/~bagleyd/puzzles.html
Tag: game::puzzle, interface::x11, uitoolkit::motif, use::gameplaying, 
x11::application

Package: xpuzzles
Priority: optional
Section: games
Installed-Size: 1688
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Architecture: i386
Version: 7.1.5-1
Depends: libaudiofile0 (>= 0.2.3-4), libc6 (>= 2.3.5-1), libesd0 (>= 0.2.35) | 
libesd-alsa0 (>= 0.2.35), libice6 | xlibs (>> 4.1.0), libsm6 | xlibs (>> 
4.1.0), libx11-6 | xlibs (>> 4.1.0), libxpm4 | xlibs (>> 4.1.0), libxt6 | xlibs 
(>> 4.1.0), xlibmesa-gl | libgl1
Conflicts: xmpuzzles
Filename: pool/main/x/xpuzzles/xpuzzles_7.1.5-1_i386.deb
Size: 607122
MD5sum: 40da969614413780627f08ec9f489766
Description: collection of puzzles for X (plain X version)
 The following puzzles are included:
 .
  - Rotational 3D Puzzles: xrubik, xpyraminx, xoct, xskewb, xdino, xmball
  - Sliding Block Puzzles: xcubes, xtriangles, xhexagons, xpanex
  - Combination: xbarrel, xmlink
 .
 This version was compiled without the Motif GUI widget library and thus
 shows limited user interface functionality. See xmpuzzles for the
 extended version.
 .
 Homepage: http://www.tux.org/~bagleyd/puzzles.html
Tag: game::puzzle, interface::x11, use::gameplaying, x11::application


Cheers,
Flo


signature.asc
Description: Digital signature


Bug#344460: RFA: uni2ascii -- convert UTF-8 into 7-bit ASCII and vice versa

2005-12-22 Thread Florian Ernst
Package: wnpp
Severity: normal


IMVHO this package is in a pretty good shape, and I don't see any
particular tasks that really need to be done. However, for some reason
I'm not that fond of it and / or don't use it regularily anymore, so
as part of some restructuring on my side I'm willing to let this
package go and find a loving new maintainer for it.
NB: This package is quite easy to maintain and thus might be just the
right choice for any aspiring new maintainer trying to get his hands
wet.

If you have a sponsor (or don't need one) please just take over.
Otherwise I might be interested in sponsoring a new maintainer,
provided the changes a) show _no_ regressions and b) provide
substantial improvements (no, just putting your name on it and
changing to your packaging style of choice is _not_ substantial in my
eyes). Either way please follow the standard procedure as outlined on
<http://www.debian.org/devel/wnpp/> for taking over.
Until a new maintainer has been found I will continue to take care
just as before, of course...


$ apt-cache showsrc uni2ascii
Package: uni2ascii
Binary: uni2ascii
Version: 3.0-1
Priority: optional
Section: text
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Build-Depends: debhelper (>= 5), autotools-dev
Architecture: any
Standards-Version: 3.6.2
Format: 1.0
Directory: pool/main/u/uni2ascii
Files:
 6a800b7bd87c9b4c6f33cbfd0709454c 574 uni2ascii_3.0-1.dsc
 eed93b87bc63323ae75a88e398d4b8c6 98046 uni2ascii_3.0.orig.tar.gz
 4c08ffb6e6b3e413ae74b142d67d8afd 2603 uni2ascii_3.0-1.diff.gz


$ apt-cache show uni2ascii
Package: uni2ascii
Priority: optional
Section: text
Installed-Size: 96
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Architecture: i386
Version: 3.0-1
Depends: libc6 (>= 2.3.5-1)
Filename: pool/main/u/uni2ascii/uni2ascii_3.0-1_i386.deb
Size: 19826
MD5sum: 419404eec93f9a551c3ca2b202628f91
Description: convert UTF-8 into 7-bit ASCII and vice versa
 uni2ascii provides conversion in both directions between UTF-8 Unicode
 and a variety of 7-bit ASCII equivalents, including HTML numeric
 character references, various escapes and hexadecimal. Such ASCII
 equivalents are useful when including Unicode text in program source,
 when debugging, and when entering text into web programs that can
 handle the Unicode character set but are not 8-bit safe.
 .
  Homepage: http://billposer.org/Software/uni2ascii.html


Cheers,
Flo


signature.asc
Description: Digital signature


Bug#344459: RFA: txt2html -- Text to HTML converter

2005-12-22 Thread Florian Ernst
Package: wnpp
Severity: normal


IMVHO this package is in a pretty good shape, and I don't see any
particular tasks that really need to be done. However, for some reason
I'm not that fond of it and / or don't use it regularily anymore, so
as part of some restructuring on my side I'm willing to let this
package go and find a loving new maintainer for it.
NB: This package is quite easy to maintain and thus might be just the
right choice for any aspiring new maintainer trying to get his hands
wet.

If you have a sponsor (or don't need one) please just take over.
Otherwise I might be interested in sponsoring a new maintainer,
provided the changes a) show _no_ regressions and b) provide
substantial improvements (no, just putting your name on it and
changing to your packaging style of choice is _not_ substantial in my
eyes). Either way please follow the standard procedure as outlined on
<http://www.debian.org/devel/wnpp/> for taking over.
Until a new maintainer has been found I will continue to take care
just as before, of course...


$ apt-cache showsrc txt2html
Package: txt2html
Binary: txt2html
Version: 2.43-1
Priority: optional
Section: text
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Build-Depends: debhelper (>= 4.0.0)
Build-Depends-Indep: perl (>= 5.6.0-16), libmodule-build-perl, 
libgetopt-argvfile-perl
Architecture: all
Standards-Version: 3.6.2
Format: 1.0
Directory: pool/main/t/txt2html
Files:
 d927d94bd3027d83461ae91b88a2a20a 650 txt2html_2.43-1.dsc
 6de88bfcfde0e48a34d96e128d24812b 117540 txt2html_2.43.orig.tar.gz
 90210318e322c2ffc93711edf675cc6d 2803 txt2html_2.43-1.diff.gz


$ apt-cache show txt2html
Package: txt2html
Priority: optional
Section: text
Installed-Size: 292
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Architecture: all
Version: 2.43-1
Depends: perl (>= 5.6.0-16), libgetopt-argvfile-perl
Filename: pool/main/t/txt2html/txt2html_2.43-1_all.deb
Size: 87624
MD5sum: cce9846b6520b936438eba5ec5de6325
Description: Text to HTML converter
 txt2html is a Perl program that converts plain text to HTML.
 .
 It supports headings, lists, simple character markup, and hyperlinking, and is
 highly customizable. It recognizes some of the apparent structure of the
 source document (mostly whitespace and typographic layout), and attempts to
 mark that structure explicitly using HTML.
 .
 The purpose for this tool is to provide an easier way of converting existing
 text documents to HTML format, giving something nicer than just whapping the
 text into a big PRE block. txt2html can also be used to aid in writing new
 HTML documents, but there are probably better ways of doing that.
 .
 Homepage: http://txt2html.sourceforge.net/
Tag: interface::commandline, made-of::lang:perl, role::sw:utility, 
use::converting, works-with::text:html, works-with::text:plain


Cheers,
Flo


signature.asc
Description: Digital signature


Bug#344458: RFA: libtk-tablematrix-perl -- Table/matrix widget extension to Perl/Tk

2005-12-22 Thread Florian Ernst
Package: wnpp
Severity: normal


IMVHO this package is in a pretty good shape, and I don't see any
particular tasks that really need to be done. However, for some reason
I'm not that fond of it and / or don't use it regularily anymore, so
as part of some restructuring on my side I'm willing to let this
package go and find a loving new maintainer for it.
NB: This package is quite easy to maintain and thus might be just the
right choice for any aspiring new maintainer trying to get his hands
wet.

If you have a sponsor (or don't need one) please just take over.
Otherwise I might be interested in sponsoring a new maintainer,
provided the changes a) show _no_ regressions and b) provide
substantial improvements (no, just putting your name on it and
changing to your packaging style of choice is _not_ substantial in my
eyes). Either way please follow the standard procedure as outlined on
<http://www.debian.org/devel/wnpp/> for taking over.
Until a new maintainer has been found I will continue to take care
just as before, of course...


$ apt-cache showsrc libtk-tablematrix-perl
Package: libtk-tablematrix-perl
Binary: libtk-tablematrix-perl
Version: 1.2-2
Priority: optional
Section: perl
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Build-Depends: debhelper (>= 4.1.0), perl (>= 5.6.0-16), perl-modules, perl-tk, 
libx11-dev
Architecture: any
Standards-Version: 3.6.2
Format: 1.0
Directory: pool/main/libt/libtk-tablematrix-perl
Files:
 65787866814985a3e74a54327764f124 671 libtk-tablematrix-perl_1.2-2.dsc
 076a1660486806c73ad1b37ae5bbd82b 317103 libtk-tablematrix-perl_1.2.orig.tar.gz
 ee78d1a1e87157ea1bc93f0d5320bb96 4982 libtk-tablematrix-perl_1.2-2.diff.gz


$ apt-cache show libtk-tablematrix-perl
Package: libtk-tablematrix-perl
Priority: optional
Section: perl
Installed-Size: 412
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Architecture: i386
Version: 1.2-2
Depends: perl (>= 5.8.7-5), perlapi-5.8.7, perl-modules, perl-tk, libc6 (>= 
2.3.5-1), libx11-6 | xlibs (>> 4.1.0)
Filename: 
pool/main/libt/libtk-tablematrix-perl/libtk-tablematrix-perl_1.2-2_i386.deb
Size: 128056
MD5sum: ffa8c11e61f6bbc4bf131c33de2b246f
Description: Table/matrix widget extension to Perl/Tk
 This is the CPAN Perl module Tk::TableMatrix.
 .
 Tk::TableMatrix is a table/matrix widget extension to Perl/Tk
 for displaying data in a table (or spreadsheet) format.
 The basic features of the widget are:
 .
  * multi-line cells
  * support for embedded windows (one per cell)
  * row & column spanning
  * variable width columns / height rows (interactively resizable)
  * row and column titles
  * multiple data sources ((perl hash|| perl callback) &| internal caching)
  * supports standard Tk reliefs, fonts, colors, etc.
  * x/y scrollbar support
  * 'tag' styles per row, column or cell to change visual appearance
  * in-cell editing - returns value back to data source
  * support for disabled (read-only) tables or cells (via tags)
  * multiple selection modes, with "active" cell
  * multiple drawing modes to get optimal performance for larger tables
  * optional 'flashes' when things update
  * cell validation support
  * Works everywhere Tk does (including Windows and Mac!)
 (Note perltk version has only been tested on Solaris, Linux,
   win98/mingw32 as of 8/18/00)
 .
 Homepage: http://search.cpan.org/~cerney/Tk-TableMatrix-1.2/
Tag: devel::library, langdevel::perl, made-of::lang:perl, uitoolkit::tk


Cheers,
Flo


signature.asc
Description: Digital signature


Bug#344457: RFA: libterm-progressbar-perl -- Perl module to print a progress bar

2005-12-22 Thread Florian Ernst
Package: wnpp
Severity: normal


IMVHO this package is in a pretty good shape, and I don't see any
particular tasks that really need to be done. However, for some reason
I'm not that fond of it and / or don't use it regularily anymore, so
as part of some restructuring on my side I'm willing to let this
package go and find a loving new maintainer for it.
NB: This package is quite easy to maintain and thus might be just the
right choice for any aspiring new maintainer trying to get his hands
wet.

If you have a sponsor (or don't need one) please just take over.
Otherwise I might be interested in sponsoring a new maintainer,
provided the changes a) show _no_ regressions and b) provide
substantial improvements (no, just putting your name on it and
changing to your packaging style of choice is _not_ substantial in my
eyes). Either way please follow the standard procedure as outlined on
<http://www.debian.org/devel/wnpp/> for taking over.
Until a new maintainer has been found I will continue to take care
just as before, of course...


$ apt-cache showsrc libterm-progressbar-perl
Package: libterm-progressbar-perl
Binary: libterm-progressbar-perl
Version: 2.09-2
Priority: optional
Section: perl
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Build-Depends-Indep: debhelper (>= 4.1.0), perl (>= 5.6.0-16), 
libclass-methodmaker-perl, libterm-readkey-perl
Architecture: all
Standards-Version: 3.6.2
Format: 1.0
Directory: pool/main/libt/libterm-progressbar-perl
Files:
 e129a5fc159baa5af204bc0771ca1529 701 libterm-progressbar-perl_2.09-2.dsc
 440dfd04fe51a12d314e9adf2445f04a 29079 
libterm-progressbar-perl_2.09.orig.tar.gz
 cc5f56d63b8cadce5fdd8d2275732ee6 2107 libterm-progressbar-perl_2.09-2.diff.gz


$ apt-cache show libterm-progressbar-perl
Package: libterm-progressbar-perl
Priority: optional
Section: perl
Installed-Size: 120
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Architecture: all
Version: 2.09-2
Depends: perl (>= 5.6.0-16), libclass-methodmaker-perl, libterm-readkey-perl
Filename: 
pool/main/libt/libterm-progressbar-perl/libterm-progressbar-perl_2.09-2_all.deb
Size: 20896
MD5sum: 1abe6f27e592a3b718baa9d69b1209d0
Description: Perl module to print a progress bar
 This is the CPAN Perl module Term::ProgressBar.
 .
 This module displays progress bar for things that take a while.
 It looks like:
 .
  50% [= ]
 .
 and is as long as the terminal.  Linear estimation of the time left
 for the process to run is available.
 .
 Homepage: http://search.cpan.org/~fluffy/Term-ProgressBar-2.09/
Tag: devel::library, langdevel::perl, made-of::lang:perl


Cheers,
Flo


signature.asc
Description: Digital signature


Bug#344456: RFA: libsort-versions-perl -- Perl module for sorting of revision (and similar) numbers

2005-12-22 Thread Florian Ernst
Package: wnpp
Severity: normal


IMVHO this package is in a pretty good shape, and I don't see any
particular tasks that really need to be done. However, for some reason
I'm not that fond of it and / or don't use it regularily anymore, so
as part of some restructuring on my side I'm willing to let this
package go and find a loving new maintainer for it.
NB: This package is quite easy to maintain and thus might be just the
right choice for any aspiring new maintainer trying to get his hands
wet.

If you have a sponsor (or don't need one) please just take over.
Otherwise I might be interested in sponsoring a new maintainer,
provided the changes a) show _no_ regressions and b) provide
substantial improvements (no, just putting your name on it and
changing to your packaging style of choice is _not_ substantial in my
eyes). Either way please follow the standard procedure as outlined on
<http://www.debian.org/devel/wnpp/> for taking over.
Until a new maintainer has been found I will continue to take care
just as before, of course...


$ apt-cache showsrc libsort-versions-perl
Package: libsort-versions-perl
Binary: libsort-versions-perl
Version: 1.5-2
Priority: optional
Section: perl
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Build-Depends-Indep: debhelper (>= 4.1.0), perl (>= 5.6.0-16), 
libtest-simple-perl
Architecture: all
Standards-Version: 3.6.2
Format: 1.0
Directory: pool/main/libs/libsort-versions-perl
Files:
 2da4199a2e8f4126d8e6dd6ef78dc292 657 libsort-versions-perl_1.5-2.dsc
 5434f948fdea6406851c77bebbd0ed19 4482 libsort-versions-perl_1.5.orig.tar.gz
 67d15f644ea3b6736ff4225ce1149953 2168 libsort-versions-perl_1.5-2.diff.gz


$ apt-cache show libsort-versions-perl
Package: libsort-versions-perl
Priority: optional
Section: perl
Installed-Size: 68
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Architecture: all
Version: 1.5-2
Depends: perl (>= 5.6.0-16)
Filename: 
pool/main/libs/libsort-versions-perl/libsort-versions-perl_1.5-2_all.deb
Size: 1
MD5sum: 46ac366d3971a01590c9f109508d514b
Description: Perl module for sorting of revision (and similar) numbers
 This is the CPAN Perl module Sort::Versions.
 .
 This module allows easy sorting (via comparisons) of mixed text and numeric
 strings, similar to the complex "version numbers" that many revision control
 packages and shared library systems use. For an explanation of the
 algorithm, it's easiest to look at these examples:
 .
  1.1   <  1.2
  1.1a  <  1.2
  1.1   <  1.1.1
  1.1   <  1.1a
  1.1.a <  1.1a
  1 <  a
  a <  b
  1 <  2
 .
  (special handling for leading zeros)
  0002  <  1
  1.06  <  1.5
 .
  (a hyphen binds looser than a period)
  1-1 < 1-2
  1-2 < 1.2
 .
 Homepage: http://search.cpan.org/~edavis/Sort-Versions-1.5/
Tag: devel::library, langdevel::perl, made-of::lang:perl


Cheers,
Flo


signature.asc
Description: Digital signature


Bug#344455: RFA: libhttp-cache-transparent-perl -- Perl module used to transparently cache HTTP requests

2005-12-22 Thread Florian Ernst
Package: wnpp
Severity: normal


IMVHO this package is in a pretty good shape, and I don't see any
particular tasks that really need to be done. However, for some reason
I'm not that fond of it and / or don't use it regularily anymore, so
as part of some restructuring on my side I'm willing to let this
package go and find a loving new maintainer for it.
NB: This package is quite easy to maintain and thus might be just the
right choice for any aspiring new maintainer trying to get his hands
wet.

If you have a sponsor (or don't need one) please just take over.
Otherwise I might be interested in sponsoring a new maintainer,
provided the changes a) show _no_ regressions and b) provide
substantial improvements (no, just putting your name on it and
changing to your packaging style of choice is _not_ substantial in my
eyes). Either way please follow the standard procedure as outlined on
<http://www.debian.org/devel/wnpp/> for taking over.
Until a new maintainer has been found I will continue to take care
just as before, of course...


$ apt-cache showsrc libhttp-cache-transparent-perl
Package: libhttp-cache-transparent-perl
Binary: libhttp-cache-transparent-perl
Version: 0.6-2
Priority: optional
Section: perl
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Build-Depends-Indep: debhelper (>= 4.1.0), perl (>= 5.8.0), perl-modules, 
libwww-perl (>= 5.65), libtest-simple-perl
Architecture: all
Standards-Version: 3.6.2
Format: 1.0
Directory: pool/main/libh/libhttp-cache-transparent-perl
Files:
 3909a42576136e1874c5fe55f687e28c 727 libhttp-cache-transparent-perl_0.6-2.dsc
 49208c9cd61f8f687c5f5031845c5de2 7571 
libhttp-cache-transparent-perl_0.6.orig.tar.gz
 2c84cccd9fbfa7a84fe77bd6770c8114 1860 
libhttp-cache-transparent-perl_0.6-2.diff.gz


$ apt-cache show libhttp-cache-transparent-perl
Package: libhttp-cache-transparent-perl
Priority: optional
Section: perl
Installed-Size: 76
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Architecture: all
Version: 0.6-2
Depends: perl (>= 5.8.0), perl-modules, libwww-perl (>= 5.6.5)
Filename: 
pool/main/libh/libhttp-cache-transparent-perl/libhttp-cache-transparent-perl_0.6-2_all.deb
Size: 12194
MD5sum: f2cf286f32b7b6a92f62c03942f45a09
Description: Perl module used to transparently cache HTTP requests
 This is the CPAN module HTTP::Cache::Transparent.
 .
 HTTP::Cache::Transparent is an implementation of HTTP GET that keeps a
 local cache of fetched pages to avoid fetching the same data from the
 server if it hasn't been updated. The cache is stored on disk and is
 thus persistent between invocations.
 .
 The http-headers If-Modified-Since and ETag are used to let the server
 decide if the version in the cache is up-to-date or not.  All
 http-requests are made through the LWP module. Data is stored on disk
 by the Storable module. Digest::MD5 is used for creating a hash of the
 URL.
 .
 Homepage: http://search.cpan.org/~mattiash/HTTP-Cache-Transparent-0.6/
Tag: langdevel::perl, made-of::lang:perl


Cheers,
Flo


signature.asc
Description: Digital signature


Bug#344454: RFA: libhtml-linkextractor-perl -- Perl module used to extract links from HTML documents

2005-12-22 Thread Florian Ernst
Package: wnpp
Severity: normal


IMVHO this package is in a pretty good shape, and I don't see any
particular tasks that really need to be done. However, for some reason
I'm not that fond of it and / or don't use it regularily anymore, so
as part of some restructuring on my side I'm willing to let this
package go and find a loving new maintainer for it.
NB: This package is quite easy to maintain and thus might be just the
right choice for any aspiring new maintainer trying to get his hands
wet.

If you have a sponsor (or don't need one) please just take over.
Otherwise I might be interested in sponsoring a new maintainer,
provided the changes a) show _no_ regressions and b) provide
substantial improvements (no, just putting your name on it and
changing to your packaging style of choice is _not_ substantial in my
eyes). Either way please follow the standard procedure as outlined on
<http://www.debian.org/devel/wnpp/> for taking over.
Until a new maintainer has been found I will continue to take care
just as before, of course...


$ apt-cache showsrc libhtml-linkextractor-perl
Package: libhtml-linkextractor-perl
Binary: libhtml-linkextractor-perl
Version: 0.130-2
Priority: optional
Section: perl
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Build-Depends-Indep: debhelper (>= 4.1.0), perl (>= 5.6.0-16), liburi-perl, 
libhtml-parser-perl, liburi-perl
Architecture: all
Standards-Version: 3.6.2
Format: 1.0
Directory: pool/main/libh/libhtml-linkextractor-perl
Files:
 5b3b178e0fa6714b4efd7b637a92726e 710 libhtml-linkextractor-perl_0.130-2.dsc
 a30143b35ef76576fb984696746776de 15709 
libhtml-linkextractor-perl_0.130.orig.tar.gz
 bb7fe31586129c37caed94ddacbb8a18 1805 
libhtml-linkextractor-perl_0.130-2.diff.gz


$ apt-cache show libhtml-linkextractor-perl
Package: libhtml-linkextractor-perl
Priority: optional
Section: perl
Installed-Size: 84
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Architecture: all
Version: 0.130-2
Depends: perl (>= 5.6.0-16), libhtml-parser-perl, liburi-perl
Filename: 
pool/main/libh/libhtml-linkextractor-perl/libhtml-linkextractor-perl_0.130-2_all.deb
Size: 15088
MD5sum: 3fd4417e25b05f4fb3a581b85014d54a
Description: Perl module used to extract links from HTML documents
 This is the CPAN Perl module HTML::LinkExtractor.
 .
 HTML::LinkExtractor is used to extract links from HTML documents.  It is very
 similar to HTML::LinkExtor, except that besides getting the URL, you also get
 the link-text.
 .
 Homepage: http://search.cpan.org/~podmaster/HTML-LinkExtractor-0.13/
Tag: langdevel::perl, made-of::lang:perl


Cheers,
Flo


signature.asc
Description: Digital signature


Bug#344452: RFA: libemail-find-perl -- Perl module to find RFC 822 email addresses in arbitrary text

2005-12-22 Thread Florian Ernst
Package: wnpp
Severity: normal


IMVHO this package is in a pretty good shape, and I don't see any
particular tasks that really need to be done. However, for some reason
I'm not that fond of it and / or don't use it regularily anymore, so
as part of some restructuring on my side I'm willing to let this
package go and find a loving new maintainer for it.
NB: This package is quite easy to maintain and thus might be just the
right choice for any aspiring new maintainer trying to get his hands
wet.

If you have a sponsor (or don't need one) please just take over.
Otherwise I might be interested in sponsoring a new maintainer,
provided the changes a) show _no_ regressions and b) provide
substantial improvements (no, just putting your name on it and
changing to your packaging style of choice is _not_ substantial in my
eyes). Either way please follow the standard procedure as outlined on
<http://www.debian.org/devel/wnpp/> for taking over.
Until a new maintainer has been found I will continue to take care
just as before, of course...


$ apt-cache showsrc libemail-find-perl
Package: libemail-find-perl
Binary: libemail-find-perl
Version: 0.09-2
Priority: optional
Section: perl
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Build-Depends-Indep: debhelper (>= 4.0.2), perl (>= 5.6.0-16), 
libemail-valid-perl, libmailtools-perl, libtest-simple-perl
Architecture: all
Standards-Version: 3.6.2
Format: 1.0
Directory: pool/main/libe/libemail-find-perl
Files:
 ae00b6d9d36f0ef719e77e65e0cb4867 689 libemail-find-perl_0.09-2.dsc
 988182c9b5ec80861ee3749a434104ea 39274 libemail-find-perl_0.09.orig.tar.gz
 0506ff72bdcce54ae2ade3e9286b10af 1886 libemail-find-perl_0.09-2.diff.gz


$ apt-cache show libemail-find-perl
Package: libemail-find-perl
Priority: optional
Section: perl
Installed-Size: 84
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Architecture: all
Version: 0.09-2
Depends: perl (>= 5.6.0-16), libemail-valid-perl, libmailtools-perl
Filename: pool/main/libe/libemail-find-perl/libemail-find-perl_0.09-2_all.deb
Size: 16350
MD5sum: 04dd1b98e128aa6437535f068e1b1142
Description: Perl module to find RFC 822 email addresses in arbitrary text
 Email::Find is a module for finding a *subset* of RFC 822 email addresses in
 arbitrary text. The addresses it finds are not guaranteed to exist or even
 actually be email addresses at all, but they will be valid RFC 822 syntax.
 .
 Email::Find will perform some heuristics to avoid some of the more obvious red
 herrings and false addresses, but there's only so much which can be done
 without a human.
 .
 Homepage: http://search.cpan.org/~miyagawa/Email-Find-0.09/
Tag: devel::library, langdevel::perl, made-of::lang:perl, role::content:data, 
use::searching, works-with::mail


Cheers,
Flo


signature.asc
Description: Digital signature


Bug#344453: RFA: libhtml-fromtext-perl -- Mark up text as HTML

2005-12-22 Thread Florian Ernst
Package: wnpp
Severity: normal


IMVHO this package is in a pretty good shape, and I don't see any
particular tasks that really need to be done. However, for some reason
I'm not that fond of it and / or don't use it regularily anymore, so
as part of some restructuring on my side I'm willing to let this
package go and find a loving new maintainer for it.
NB: This package is quite easy to maintain and thus might be just the
right choice for any aspiring new maintainer trying to get his hands
wet.

If you have a sponsor (or don't need one) please just take over.
Otherwise I might be interested in sponsoring a new maintainer,
provided the changes a) show _no_ regressions and b) provide
substantial improvements (no, just putting your name on it and
changing to your packaging style of choice is _not_ substantial in my
eyes). Either way please follow the standard procedure as outlined on
<http://www.debian.org/devel/wnpp/> for taking over.
Until a new maintainer has been found I will continue to take care
just as before, of course...


$ apt-cache showsrc libhtml-fromtext-perl
Package: libhtml-fromtext-perl
Binary: libhtml-fromtext-perl
Version: 2.05-3
Priority: optional
Section: perl
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Build-Depends-Indep: debhelper (>= 4.1.0), perl (>= 5.8.0), 
libscalar-list-utils-perl, libhtml-parser-perl, libregexp-common-perl, 
libemail-find-perl, libexporter-lite-perl, libtest-pod-perl (>= 0.95-1), 
libtest-simple-perl
Architecture: all
Standards-Version: 3.6.2
Format: 1.0
Directory: pool/main/libh/libhtml-fromtext-perl
Files:
 d29ad7a82016b62cd4f3b83586affe12 802 libhtml-fromtext-perl_2.05-3.dsc
 fb8ae4ab0cae0b57101f78b046b3927b 13875 libhtml-fromtext-perl_2.05.orig.tar.gz
 1aa619b86843d1edfc742ac5c4411e8b 2948 libhtml-fromtext-perl_2.05-3.diff.gz


$ apt-cache show libhtml-fromtext-perl
Package: libhtml-fromtext-perl
Priority: optional
Section: perl
Installed-Size: 88
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Architecture: all
Version: 2.05-3
Depends: perl (>= 5.8.0), libscalar-list-utils-perl, libhtml-parser-perl, 
libregexp-common-perl, libemail-find-perl, libexporter-lite-perl
Filename: 
pool/main/libh/libhtml-fromtext-perl/libhtml-fromtext-perl_2.05-3_all.deb
Size: 18748
MD5sum: 5fe89bd9675560592378670c229e535a
Description: Mark up text as HTML
 This is the CPAN Perl module HTML::FromText.
 .
 The HTML::FromText module marks up plain text as HTML.  By default it converts
 HTML metacharacters into the corresponding entities.  More sophisticated
 transformations, such as splitting the text into paragraphs or marking up
 bulleted lists, can be carried out by setting the appropriate options.
 .
 Homepage: http://search.cpan.org/~cwest/HTML-FromText-2.05/
Tag: devel::library, langdevel::perl, made-of::lang:perl, role::content:data, 
use::converting, works-with::text:html


Cheers,
Flo


signature.asc
Description: Digital signature


Bug#344451: RFA: gnubik -- 3D Rubik's cube game

2005-12-22 Thread Florian Ernst
Package: wnpp
Severity: normal


IMVHO this package is in a pretty good shape, and I don't see any
particular tasks that really need to be done. However, for some reason
I'm not that fond of it and / or don't use it regularily anymore, so
as part of some restructuring on my side I'm willing to let this
package go and find a loving new maintainer for it.
NB: This package is quite easy to maintain and thus might be just the
right choice for any aspiring new maintainer trying to get his hands
wet.

If you have a sponsor (or don't need one) please just take over.
Otherwise I might be interested in sponsoring a new maintainer,
provided the changes a) show _no_ regressions and b) provide
substantial improvements (no, just putting your name on it and
changing to your packaging style of choice is _not_ substantial in my
eyes). Either way please follow the standard procedure as outlined on
<http://www.debian.org/devel/wnpp/> for taking over.
Until a new maintainer has been found I will continue to take care
just as before, of course...


$ apt-cache showsrc gnubik
Package: gnubik
Binary: gnubik
Version: 2.2-4
Priority: optional
Section: games
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Build-Depends: debhelper (>= 4.0.0), guile-1.6-dev, libgtkglext1-dev, 
autotools-dev
Architecture: any
Standards-Version: 3.6.2
Format: 1.0
Directory: pool/main/g/gnubik
Files:
 8513f00c08ba3f3d69f9af57540646cb 600 gnubik_2.2-4.dsc
 156b2f58c2bbd32ec48085789699ed1d 479114 gnubik_2.2.orig.tar.gz
 466584c30307f51d5bbe5770a63e3467 4571 gnubik_2.2-4.diff.gz


$ apt-cache show gnubik
Package: gnubik
Priority: optional
Section: games
Installed-Size: 456
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Architecture: i386
Version: 2.2-4
Depends: guile-1.6-libs, libc6 (>= 2.3.5-1), libglib2.0-0 (>= 2.8.0), 
libglu1-xorg | libglu1, libgtk2.0-0 (>= 2.6.0), libgtkglext1, libx11-6 | xlibs 
(>> 4.1.0), xlibmesa-gl | libgl1
Filename: pool/main/g/gnubik/gnubik_2.2-4_i386.deb
Size: 75172
MD5sum: 5108590dc60fed33c0fe2a556559f15f
Description: 3D Rubik's cube game
 GNUbik is an interactive, graphical, single player puzzle. This free
 program renders an image of a cube, like that invented by Erno Rubik.
 You have to manipulate the cube using the mouse. When each face shows
 only one colour, the game is solved.
 .
 It uses Gtk+ and/or X11 and Mesa / OpenGL.
 .
 Homepage: http://www.gnu.org/software/gnubik/
Tag: game::puzzle, interface::3d, junior::games-gl, uitoolkit::gtk, 
use::gameplaying, x11::application


Cheers,
Flo


signature.asc
Description: Digital signature


Bug#344450: RFA: fbgrab -- Framebuffer grabber

2005-12-22 Thread Florian Ernst
Package: wnpp
Severity: normal


IMVHO this package is in a pretty good shape, and I don't see any
particular tasks that really need to be done. However, for some reason
I'm not that fond of it and / or don't use it regularily anymore, so
as part of some restructuring on my side I'm willing to let this
package go and find a loving new maintainer for it.
NB: This package is quite easy to maintain and thus might be just the
right choice for any aspiring new maintainer trying to get his hands
wet.

If you have a sponsor (or don't need one) please just take over.
Otherwise I might be interested in sponsoring a new maintainer,
provided the changes a) show _no_ regressions and b) provide
substantial improvements (no, just putting your name on it and
changing to your packaging style of choice is _not_ substantial in my
eyes). Either way please follow the standard procedure as outlined on
<http://www.debian.org/devel/wnpp/> for taking over.
Until a new maintainer has been found I will continue to take care
just as before, of course...


$ apt-cache showsrc fbgrab
Package: fbgrab
Binary: fbgrab
Version: 1.0.0-2
Priority: optional
Section: misc
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Build-Depends: debhelper (>> 3.0.0), zlib1g-dev, libpng12-dev
Architecture: any
Standards-Version: 3.6.2
Format: 1.0
Directory: pool/main/f/fbgrab
Files:
 e0a473b275b6ad79bba498dd9c178b2b 583 fbgrab_1.0.0-2.dsc
 7af4d8774684182ed690d5da82d6d234 11928 fbgrab_1.0.0.orig.tar.gz
 ad358d2e76b65b22f0f38f8172fe2f5f 2484 fbgrab_1.0.0-2.diff.gz


$ apt-cache show fbgrab
Package: fbgrab
Priority: optional
Section: misc
Installed-Size: 64
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Architecture: i386
Version: 1.0.0-2
Depends: libc6 (>= 2.3.5-1), libpng12-0 (>= 1.2.8rel), zlib1g (>= 1:1.2.1)
Filename: pool/main/f/fbgrab/fbgrab_1.0.0-2_i386.deb
Size: 9288
MD5sum: b6d4e6d041dec568bcd1b0944dbcd280
Description: Framebuffer grabber
 Grabs an image of a framebuffer device and store it as a png file.
 .
 Also has a timer-feature so you can do things before the image is
 grabbed.
 .
 Homepage: http://hem.bredband.net/gmogmo/fbgrab/
Tag: interface::framebuffer, role::sw:utility, use::storing, 
works-with::image:raster, works-with::image:raster:png


Cheers,
Flo


signature.asc
Description: Digital signature


Bug#344449: RFA: xabacus -- simulation of the ancient calculator

2005-12-22 Thread Florian Ernst
Package: wnpp
Severity: normal


IMVHO this package is in a pretty good shape, and I don't see any
particular tasks that really need to be done. However, for some reason
I'm not that fond of it and / or don't use it regularily anymore, so
as part of some restructuring on my side I'm willing to let this
package go and find a loving new maintainer for it.
NB: This package is quite easy to maintain and thus might be just the
right choice for any aspiring new maintainer trying to get his hands
wet.
NB2: Whoever takes this should probably also take xpuzzles as they
share some common treats.

If you have a sponsor (or don't need one) please just take over.
Otherwise I might be interested in sponsoring a new maintainer,
provided the changes a) show _no_ regressions and b) provide
substantial improvements (no, just putting your name on it and
changing to your packaging style of choice is _not_ substantial in my
eyes). Either way please follow the standard procedure as outlined on
<http://www.debian.org/devel/wnpp/> for taking over.
Until a new maintainer has been found I will continue to take care
just as before, of course...


$ apt-cache showsrc xabacus
Package: xabacus
Binary: xmabacus, xabacus
Version: 7.1.6-1
Priority: optional
Section: games
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Build-Depends: debhelper (>= 5), lesstif2-dev, libesd0-dev, libxpm-dev
Architecture: any
Standards-Version: 3.6.2
Format: 1.0
Directory: pool/main/x/xabacus
Files:
 673cf0759a5301af8c0c96e3017ce9c4 607 xabacus_7.1.6-1.dsc
 3d00e58766bdc0205a568c11392e660a 207282 xabacus_7.1.6.orig.tar.gz
 1428084fd4d75421b447aac0b46aa034 4687 xabacus_7.1.6-1.diff.gz


$ apt-cache show xabacus xmabacus
Package: xabacus
Priority: optional
Section: games
Installed-Size: 308
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Architecture: i386
Version: 7.1.6-1
Replaces: xabacus
Provides: xabacus
Depends: libaudiofile0 (>= 0.2.3-4), libc6 (>= 2.3.5-1), libesd0 (>= 0.2.35) | 
libesd-alsa0 (>= 0.2.35), libice6, libsm6, libx11-6, libxpm4, libxt6
Conflicts: xabacus
Filename: pool/main/x/xabacus/xabacus_7.1.6-1_i386.deb
Size: 83216
MD5sum: 9538ded53f09d22c5011aed497d7d2d2
Description: simulation of the ancient calculator (plain X version)
 This program is an implementation of the original abacus, it provides
 the Chinese, Japanese, Korean, Roman and Russian version and can be
 modified to allow others.
 .
 This version was compiled without the Motif GUI widget library and thus
 shows limited user interface functionality. See xmabacus for the
 extended version.
 .
 Homepage: http://www.tux.org/~bagleyd/abacus.html
Tag: field::mathematics, game::board, use::gameplaying

Package: xmabacus
Priority: extra
Section: games
Installed-Size: 328
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Architecture: i386
Source: xabacus
Version: 7.1.6-1
Replaces: xabacus
Provides: xabacus
Depends: lesstif2, libaudiofile0 (>= 0.2.3-4), libc6 (>= 2.3.5-1), libesd0 (>= 
0.2.35) | libesd-alsa0 (>= 0.2.35), libice6, libsm6, libx11-6, libxpm4, libxt6
Conflicts: xabacus
Filename: pool/main/x/xabacus/xmabacus_7.1.6-1_i386.deb
Size: 91486
MD5sum: ca716dbb52d79c48aa85258bdcd350af
Description: simulation of the ancient calculator (Motif version)
 This program is an implementation of the original abacus, it provides
 the Chinese, Japanese, Korean, Roman and Russian version and can be
 modified to allow others.
 .
 This is the Motif version which shows additional functionality. It was
 compiled with lesstif2. Motif is a GUI widget library for the X Window
 system.
 .
 Homepage: http://www.tux.org/~bagleyd/abacus.html
Tag: game::board, interface::x11, uitoolkit::motif, use::gameplaying, 
x11::application


Cheers,
Flo


signature.asc
Description: Digital signature


Bug#344448: RFA: lincity -- build & maintain a city/country

2005-12-22 Thread Florian Ernst
Package: wnpp
Severity: normal

[X-Debbugs-CC'd to Moritz Muehlenhoff <[EMAIL PROTECTED]>, the maintainer
of lincity-ng, as he might be interested]

IMVHO this package is in a pretty good shape, and I don't see any
particular tasks that really need to be done. However, for some reason
I'm not that fond of it and / or don't use it regularily anymore, so
as part of some restructuring on my side I'm willing to let this
package go and find a loving new maintainer for it.
NB: This package is quite easy to maintain and thus might be just the
right choice for any aspiring new maintainer trying to get his hands
wet.

If you have a sponsor (or don't need one) please just take over.
Otherwise I might be interested in sponsoring a new maintainer,
provided the changes a) show _no_ regressions and b) provide
substantial improvements (no, just putting your name on it and
changing to your packaging style of choice is _not_ substantial in my
eyes). Either way please follow the standard procedure as outlined on
<http://www.debian.org/devel/wnpp/> for taking over.
Until a new maintainer has been found I will continue to take care
just as before, of course...


$ apt-cache showsrc lincity
Package: lincity
Binary: lincity
Version: 1.13.1-4
Priority: optional
Section: games
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Build-Depends: debhelper (>= 5), libpng12-dev, libsm-dev, libx11-dev, xutils
Architecture: any
Standards-Version: 3.6.2
Format: 1.0
Directory: pool/main/l/lincity
Files:
 61b98641015e2f0b2ba6e4673a1dcecc 608 lincity_1.13.1-4.dsc
 2d37906d4b141cd457ec93d778bb8fe1 1064236 lincity_1.13.1.orig.tar.gz
 97babbc726e0f23193ed7da9e1d63757 14812 lincity_1.13.1-4.diff.gz


$ apt-cache show lincity
Package: lincity
Priority: optional
Section: games
Installed-Size: 2836
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Architecture: i386
Version: 1.13.1-4
Replaces: lincity-x, lincity-svga
Provides: lincity-x
Depends: libc6 (>= 2.3.5-1), libice6 | xlibs (>> 4.1.0), libpng12-0 (>= 
1.2.8rel), libsm6 | xlibs (>> 4.1.0), libx11-6 | xlibs (>> 4.1.0), libxext6 | 
xlibs (>> 4.1.0), zlib1g (>= 1:1.2.1)
Conflicts: lincity-x, lincity-svga
Filename: pool/main/l/lincity/lincity_1.13.1-4_i386.deb
Size: 577384
MD5sum: 00497b5e946438f2f9e463cb5f563a94
Description: build & maintain a city/country
 You are required to build and maintain a city. You must feed, house,
 provide jobs and goods for your residents. You can build a sustainable
 economy with the help of renewable energy and recycling, or you can go for
 broke and build rockets to escape from a pollution ridden and resource
 starved planet, it's up to you. Due to the finite resources available in any
 one place, this is not a game that you can leave for long periods of time.
 This game is similar to the commercial simulation game with a similar
 name.
 .
 Homepage: http://lincity.sourceforge.net/
Tag: game::strategy, interface::x11, use::gameplaying, x11::application


Cheers,
Flo


signature.asc
Description: Digital signature


Bug#328958: RFA: libmusicbrainz-2.1: Second generation incarnation of the CD Index -- optional

2005-12-01 Thread Florian Ernst
[ Sent to the RFA for libmusicbrainz-2.1 and the RC bug of
libmusicbrainz-2.0, as this relates to both ]

On Thu, Nov 24, 2005 at 12:05:53PM +0100, Florian Ernst wrote:
> On Sun, 18 Sep 2005 14:02:42 +0200, Andreas Rottmann wrote:
> > I'd like someone adopt libmusicbrainz; [...]
> > from my side. Maintainance of libmusicbrainz package is not very 
> > time-consuming, you 
> > should be familiar with C++ though.
> 
> [...]
> I'm just wondering as I might be interested...

FWIW, I packaged the most recent upstream version, following my
personal style, i.e. omitting cdbs. Files are at
<http://people.debian.org/~florian/libmusicbrainz-2.1/>.

Unfortunately there were some problems with the python bindings:
contrary to what the upstream changelog suggests they were not
included in the tarball, but those bindings currently only exist in
CVS. However, they don't give any hint on what their copyright and
redistribution terms might be; in previous releases there was at least
a COPYING file in the python directory, even if no further reference
was given inside the individual files, but now this one is missing,
too. Thus I'm a bit hesitant to just copy them over...

With respect to this new situation I'd prefer to omit the python
bindings completely, despite the pending removal of the bindings as
shipped with libmusicbrainz-2.0. Any thoughts?

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#328958: RFA: libmusicbrainz-2.1: Second generation incarnation of the CD Index -- optional

2005-11-24 Thread Florian Ernst
On Sun, 18 Sep 2005 14:02:42 +0200, Andreas Rottmann wrote:
> I'd like someone adopt libmusicbrainz; [...]
> from my side. Maintainance of libmusicbrainz package is not very 
> time-consuming, you 
> should be familiar with C++ though.

I guess this RFA actually refers to both libmusicbrainz-2.1 and
libmusicbrainz-2.0, as you are talking about "libmusicbrainz" only"?

I'm just wondering as I might be interested...

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#340566: ITA: php4-pear-log -- Log module for PEAR

2005-11-24 Thread Florian Ernst
On Thu, 24 Nov 2005 03:31:43 -0500, Eddie Tejeda wrote:
> I am adopting php4-pear-log.

If you want to adopt a package please retitle the corresponding
bugreport as explained on .
Opening a new report is neither necessary nor recommended.

However, please note that an update for php4-pear-log was already
provided but not uploaded, see ,
so you might want to coordinate and merge the two reports as well as
both efforts.

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#331108: ITA: xmltv

2005-11-20 Thread Florian Ernst
On Mon, 24 Oct 2005 23:40:11 +0100, Chris Butler wrote:
> I would be happy to take xmltv off your hands. I use it all the time for
> my mythtv setup.

It looks like you forgot the actual retitling as part of the proper
procedure.

Are you still interested in this? Just wondering...

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#339361: ITP: libcdg123 -- libcdg123 CD+G data decoder library

2005-11-15 Thread Florian Ernst
Package: wnpp
Severity: wishlist
Owner: Florian Ernst <[EMAIL PROTECTED]>

* Package name: libcdg123
  Version : 0.0.3
  Upstream Author : Miguel Revilla Rodriguez <[EMAIL PROTECTED]>
* URL : http://sourceforge.net/projects/cdg123
* License : GPL
  Description : libcdg123 CD+G data decoder library

 Libcdg123 provides functions to decode CD+G data into animated
 graphical RGB data.


A package is in preparation, Jan-Marek Glogowski will act as the
maintainer with me as a co-maintainer / uploader. This library will be
needed to extend the functionality of the xmms-singit package.

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#332232: RFA: phalanx -- Chess playing program

2005-11-14 Thread Florian Ernst
On Sun, Nov 13, 2005 at 09:36:03AM +0100, Milan Zamazal wrote:
> >>>>> "FE" == Florian Ernst <[EMAIL PROTECTED]> writes:
> 
> FE> As the new maintainer of xboard I'd love to also take phalanx.
> 
> It's yours, thanks!

Not at all, a big thanks to you for your commitment!

Just uploaded...

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#332232: RFA: phalanx -- Chess playing program

2005-11-12 Thread Florian Ernst
On Wed, 05 Oct 2005 11:12:20 +0200, Milan Zamazal wrote:
> I use this package only rarely and lack time to maintain it carefully,
> so I'm offering it for adoption.

As the new maintainer of xboard I'd love to also take phalanx.

If you don't mind I'll start working on an update this Sunday. Were
there any specific plans you had in mind for this package?

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#327340: RFP: uni2ascii -- convert UTF-8 into 7-bit ASCII and vice versa

2005-11-05 Thread Florian Ernst
retitle 327340 ITP: uni2ascii -- convert UTF-8 into 7-bit ASCII and vice versa
owner 327340 !
thanks [EMAIL PROTECTED] BCCed

On Fri,  9 Sep 2005 10:56:11 +0100, W. Borgert wrote:
> Btw, I am willing to package this tool, because I need it,
> but if someone else is faster, I am even more happy!

I think I'll give it a try, just to make you happy. :)

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#335091: O: xmms-crossfade

2005-10-23 Thread Florian Ernst
On Fri, 21 Oct 2005 22:42:14 +0200, Martin Waitz wrote:
> The current version in Debian only supports XMMS which is using
> libgtk1.2 from oldlibs and there has been no request to package the BEEP
> version (linked against gtk2) so far.

Hmm, I couldn't find this version, can you please tell me where to
look?

> If gtk1.2 is to be removed for etch, then this package can go savely,
> too.

As I actually use this plugin rather often I'd hate to see it go to
waste, so if nobody else comes up within the next week I think I'll
hesitantly adopt it.

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#333192: ITA: libnews-nntpclient-perl -- News::NNTPClient, Perl support for accessing NNTP servers

2005-10-11 Thread Florian Ernst
retitle 333192 ITA: libnews-nntpclient-perl -- News::NNTPClient, Perl support 
for accessing NNTP servers
owner 333192 !
thanks [EMAIL PROTECTED] BCCed

I'll upload ASAP.

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#294849: ITA: txt2html -- Text to HTML converter

2005-10-11 Thread Florian Ernst
On Mon, Sep 12, 2005 at 09:41:36AM -0500, David Alexander Contreras wrote:
> Yes, I'm interested in maintaining this package. I was absent but
> in this week , I hope test the new upstream version for pakaging.

As further four weeks have passed without any visible action, I'm
wondering again what you are going to do.
Are you really interested in maintaining this package? And do you
think you can spend all the time that might be necessary to get things
done?

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#313634: liberror-perl adoption?

2005-10-10 Thread Florian Ernst
On Fri, 12 Aug 2005 09:35:42 +1000, Clint Burfoot wrote:
> I've experienced a couple of delays sorting things out with my sponsor, 
> but should be just days away from having the new package uploaded.

Any news on this? Are you still interested in adopting liberror-perl?

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#260740: Still interested in SExtractor?

2005-10-07 Thread Florian Ernst
Hello again,

On Fri, Oct 07, 2005 at 04:05:35AM -0400, Justin Pryzby wrote:
> An updated package is available at:
>   http://justinpryzby.com/astro/code/sextractor/

Some comments on your packaging:

- the clean target in debian/rules depends on the config.status
  target? I see no reason for doing so, so I removed that dependancy,
  please see the attached interdiff for details
- the CFLAGS you set in debian/rules are not honoured by the program,
  so it will be compiled with upstream's standard compiler flags,
  including -O3 which is known to cause some issues with recent
  version of gcc (InternalCompilerErrors on m68k (now resolved), bad /
  faulty code on other archs). Still, -O3 seems to be the natural
  choice for a computational package like this, so you might want to
  test your luck...
- the doc-base entries weren't well adjusted, I changed them to fit
  reality again, please see the attached interdiff for details
- you might want to consider splitting off all architecture-independant
  documentation into a sextractor-doc package as more than half of all
  data isn't specific to any arch. However, the package as is isn't
  all too big to make this a must, though...


I've built the package after committing the changes mentioned in the
interdiff and put some files at
.
Please check whether those files are acceptable and if so then upload
the necessary parts into the Debian archives.

(I sooner or later tend to let my sponsees do the upload in order to
check whether they know how to do it properly. If there are problems
please don't hesitate to ask.)

Cheers,
Flo
diff -u sextractor-2.4.3/debian/sextractor.doc-base.handbook 
sextractor-2.4.3/debian/sextractor.doc-base.handbook
--- sextractor-2.4.3/debian/sextractor.doc-base.handbook
+++ sextractor-2.4.3/debian/sextractor.doc-base.handbook
@@ -1,9 +1,9 @@
-Document: sextractor-doc-handbook
+Document: sextractor-handbook
 Title: Source Extractor for Dummies
 Author: Benne W. Holwerda
 Abstract:  Everything you wanted to know about Source Extractor and
  Benne was forced to find out.
-Section: science
+Section: Apps/Science
 
-Format: postscript
-Files: /usr/share/doc/sextractor-doc/SE_Handbook.4.ps.gz
+Format: pdf
+Files: /usr/share/doc/sextractor/SE_Handbook.4.pdf.gz
diff -u sextractor-2.4.3/debian/sextractor.doc-base.manual 
sextractor-2.4.3/debian/sextractor.doc-base.manual
--- sextractor-2.4.3/debian/sextractor.doc-base.manual
+++ sextractor-2.4.3/debian/sextractor.doc-base.manual
@@ -1,11 +1,11 @@
-Document: sextractor-doc-manual
+Document: sextractor-manual
 Title: SExtractor v2.4 User's manual
 Author: Emmanuel Bertin
 Abstract: This manual describes what sextractor is and how it can be
  used to generate catalogues of objects from astronomical images. It
  gives full list and descriptions of configuration options and
  available output parameters.
-Section: science
+Section: Apps/Science
 
-Format: postscript
-Files: /usr/share/doc/sextractor-doc/sextractor.ps.gz
+Format: pdf
+Files: /usr/share/doc/sextractor/sextractor.pdf.gz
diff -u sextractor-2.4.3/debian/rules sextractor-2.4.3/debian/rules
--- sextractor-2.4.3/debian/rules
+++ sextractor-2.4.3/debian/rules
@@ -33,7 +33,7 @@
$(MAKE)
touch build-stamp
 
-clean: config.status
+clean:
dh_testdir
dh_testroot
rm -f build-stamp config.sub config.guess


signature.asc
Description: Digital signature


Bug#260740: Still interested in SExtractor?

2005-10-06 Thread Florian Ernst
Hello there,

I just stumbled over this old bugreport...

Are you still interested in getting SExtractor into the Debian
archives again? The situation has improved somewhat as there were some
new upstream releases and the formerly conflicting package "sex" has
been dropped, thus removing the need for some name adjustments.

If you still want to maintain this just put together some packages (I
think it's safe to drop any reference to my short-lived and primitive
packaging from way back then), add me as an uploader and drop me a
mail.
(Although I could have sworn you made it through NM within the last
year. But I can't find your name in any of the NM lists...)

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#327340: RFP: uni2ascii -- convert UTF-8 into 7-bit ASCII and vice versa

2005-09-16 Thread Florian Ernst
tags 327340 pending
thanks [EMAIL PROTECTED] BCCed

The current state of packaging can be found at
.

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#320253: RFP: libarchive-ar-perl -- Interface for manipulating ar archives

2005-09-12 Thread Florian Ernst
Hello Jay,

On Wed, 27 Jul 2005 23:12:46 +0200, Artur R. Czechowski wrote:
> I am really surprized there is no Archive::Ar module in Debian
> repository. Well, RFP follows.

Just for your interest, I guess you are the best suited person to
package this, if you think it should enter the archives...

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#289434: ITA: libconfig-general-perl -- generic configuration module

2005-09-12 Thread Florian Ernst
retitle 289434 ITA: libconfig-general-perl -- generic configuration module
owner 289434 !
thanks [EMAIL PROTECTED] BCCed

Well, I'd really like to take over, yet as long as there are no bugs
and no new upstream release there is not much I can possibly do, as I
usually refrain from uploading just for the sake of claiming it...

I'll continually check back to see whether anything needs to be done.

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#309280: ITP: Krecipes - Cooking book for KDE

2005-09-12 Thread Florian Ernst
Hello Jean-Remy, hello Matteo,

it looks like both of you intent to maintain krecipes, but one of you
apparently didn't provide any packages yet while the other forgot to
fill in an ITP.

Perhaps you might want to coordinate your efforts?

For reference, please see
,
 and
.

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#294849: ITA: txt2html -- Text to HTML converter

2005-09-12 Thread Florian Ernst
Hello there,

On Sat, 12 Feb 2005 01:53:07 -0600, David Alexander Contreras wrote:
> retitle 294849 ITA: txt2html -- Text to HTML converter
> owner 294849 !

As seven months have passed without any visible action (as in: no
followups to any bugreport, including this one; no package on
mentors.debian.net; no RFS on debian-mentors) I wonder
whether you are still interested in maintaining this package...

If not, do you mind if I take over?

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#327440: O: texi2html -- Convert Texinfo files to HTML

2005-09-11 Thread Florian Ernst
retitle 327440 ITA: html2ps -- HTML to PostScript converter
owner 327440 !
retitle 327441 ITA: texi2html -- Convert Texinfo files to HTML
owner 327441 !
thanks [EMAIL PROTECTED] BCCed

On Sat, 10 Sep 2005 16:54:06 +1200, Nigel Jones wrote:
> Sadly, come next week, I will not be able to give it the care it may
> need in future, it'd be better if QA manage this package for now and
> someone else pick it up.

Sorry to see you go, and I hope whatever might be taking you from
spending time for these packages will resolve soon in a good way.

In the meantime I'd like to pick up html2ps and texi2html, but I
noticed you already have tackled most serious issues...

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#321343: ITA for xboard

2005-08-05 Thread Florian Ernst
retitle 321343 ITA: xboard -- An X Window System Chess Board.
thanks

It might take a while before I really get to this, but considering the
time this package was lying dormant this shouldn't matter that much...

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#312078: RFA: ht -- Viewer/editor/analyser (mostly) for executables

2005-06-05 Thread Florian Ernst
Package: wnpp
Severity: normal


I request an adopter for the ht package, even though I just recently
adopted this package myself, see #300592.
My original intention back then was to start digging into the package
in order to learn more about executables, yet I quickly found I'm not
knowledgable enough at all to maintain it properly. Nonetheless I'm
going to try sorting out all the remaining issues right now, so please
get in contact with me before adopting this package.


The package description is:
 This program is a file viewer, editor and analyzer for text, binary,
 and (especially) executable files.  Please note that this is a beta
 version of the program.  Therefore HT is incomplete and sometimes
 buggy. Enjoy anyway...
 For more info (e.g. keybindings) see the README file!
 .
 1. Supported file formats
  - common object file format (COFF/XCOFF32)
  - executable and linkable format (ELF)
  - linear executables (LE)
  - standard DO$ executables (MZ)
  - new executables (NE)
  - portable executables (PE32/PE64)
  - java class files (CLASS)
  - Mach exe/link format (MachO)
  - X-Box executable (XBE)
  - Flat (FLT)
  - PowerPC executable format (PEF)
 2. Code & Data Analyser
  - finds branch sources and destinations recursively
  - finds procedure entries
  - creates labels based on this information
  - creates xref information
  - allows to interactively analyse unexplored code
  - allows to create/rename/delete labels
  - allows to create/edit comments
 3. Target systems
  - DJGPP
  - GNU/Linux
  - FreeBSD
  - OpenBSD
  - Win32
 .
 Homepage: http://hte.sourceforge.net/


signature.asc
Description: Digital signature


Bug#311787: ITP: lincity-ng -- City simulation game with polished GUI and graphics

2005-06-05 Thread Florian Ernst
Hello again,

On Sun, Jun 05, 2005 at 12:23:25PM +0200, Moritz Muehlenhoff wrote:
> The lincity-ng developers try to merge both projects in the future, but
> haven't received feedback from the lincity developers yet.
>  
> So, what about leaving both separate for now and converting lincity to
> a transitional package in 6-12 months (depending on how fast lincity-ng
> matures and the merge goes on)?

Fine with me. I'll keep lincity up to date for now and irregularly
check the lincity-ng progress.

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#311829: RFA: fbgrab -- Framebuffer grabber

2005-06-04 Thread Florian Ernst
Hello again,

On Sat, Jun 04, 2005 at 02:34:08PM +0200, Nico Golde wrote:
> So lets do it like this:
> I will contact the upstream author in the next week and then
> I will write you an email in which I decide if I will adopt
> it. Is that ok for you? Or maybe there are good alternatives
> for this program so we are able to drop the package from the
> pool?

I don't know of any alternatives in Debian, so perhaps just keep it in
the archives, even though the user base is quite small according to
popcon. After all it seems to serve a certain purpose, and apparently
it does so well enough, without the need for much maintenance.

Please proceed as you wish.

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#311829: RFA: fbgrab -- Framebuffer grabber

2005-06-03 Thread Florian Ernst
Hello again,

On Fri, Jun 03, 2005 at 09:41:36PM +0200, Ola Lundqvist wrote:
> On Fri, Jun 03, 2005 at 05:56:32PM +0200, Florian Ernst wrote:
> > I'm terribly sorry, I forgot you are still listed as co-maintainer for
> > fbgrab, so I at least should have CCed you in my RFA.
> > Please don't hesitate to simply pick fbgrab up again if you want to take
> > it back.
> 
> No problem at all. Please go ahead and adopt it. If you want
> to leave me as co-maintainer is your choice. I will probably
> not update it much though. The changelog is a proof of that. :)

Uh, I'm afraid this didn't come out as clearly as I hoped.

I already adopted this package last year (sponsored by you, listing
you as Uploader). Now I don't use it anymore, so I intent to ask for
someone else to adopt it from me, thus the RFA.
Or were you actually talking to Nico (see bug #311829)? If so please
disregard this message...

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#311829: RFA: fbgrab -- Framebuffer grabber

2005-06-03 Thread Florian Ernst
Hello Nico,

On Fri, Jun 03, 2005 at 05:59:46PM +0200, Nico Golde wrote:
> * Florian Ernst <[EMAIL PROTECTED]> [2005-06-03 17:56]:
> > I request an adopter for the fbgrab package, as I don't really use
> > framebuffer anymore. The package seems to be in good shape, there are
> > no bugs and it is up to date with upstream.
> 
> is this program maintaining active? the last release was feb
> 2004.

I haven't heard anything from upstream ever since I contacted him
after taking over from Ola. Well, I don't know if anything goes on at
all...

> i am interrested in the package. are you able to sponsor the
> upload?

I'm quite able to sponsor an upload, but whether I'll do it or not
will pretty much depend on the changes applied to the packaging,
especially as I believe there isn't much that really _needs_ to be
done. I personally dislike changes that are basically nothing but a
"It's mine!".
Furthermore I forgot to CC Ola in my RFA (see bugreport online). If he
is still interested he's got first dibs.

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#311829: RFA: fbgrab -- Framebuffer grabber

2005-06-03 Thread Florian Ernst
Hello Ola,

I'm terribly sorry, I forgot you are still listed as co-maintainer for
fbgrab, so I at least should have CCed you in my RFA.
Please don't hesitate to simply pick fbgrab up again if you want to take
it back.

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#311827: RFA: bbppp -- PPP tool for the blackbox window manager

2005-06-03 Thread Florian Ernst
Package: wnpp
Severity: normal


I request an adopter for the bbppp package, as I simply don't have a
need for this anymore. The package is on good shape, bug free and up
to date with upstream, so possibly it won't need much care.

The package description is:
 bbppp is a blackbox tool to control and manage your PPP
 link. It can start up / shut down your ppp connection
 (by running pon / poff), and displays rx and tx via a
 modem-lights style PPP load, and also the PPP link uptime.
 .
 Note that you don't actually need blackbox for this program
 to work, but it won't look as good in any other window manager.
 .
 Homepage: http://bbtools.sourceforge.net/


signature.asc
Description: Digital signature


Bug#311829: RFA: fbgrab -- Framebuffer grabber

2005-06-03 Thread Florian Ernst
Package: wnpp
Severity: normal


I request an adopter for the fbgrab package, as I don't really use
framebuffer anymore. The package seems to be in good shape, there are
no bugs and it is up to date with upstream.

The package description is:
 Grabs an image of a framebuffer device and store it as a png file.
 .
 Also has a timer-feature so you can do things before the image is
 grabbed.
 .
 Homepage: http://hem.bredband.net/gmogmo/fbgrab/


signature.asc
Description: Digital signature


Bug#311787: ITP: lincity-ng -- City simulation game with polished GUI and graphics

2005-06-03 Thread Florian Ernst
Hello there,

[ CCed to John so he can comment ]

On Fri, 3 Jun 2005 08:08:22 -0500, John Goerzen wrote:
> On Fri, Jun 03, 2005 at 01:20:58PM +0200, Moritz Muehlenhoff wrote:
> > Lincity-ng is a fork of the original lincity game with a more user-friendly
> > interface and completely new, polished isometric graphics made in Blender.
> > See http://lincity-ng.berlios.de/wiki/index.php/Image:Liftoff2.png for an
> > example.
> 
> Looks very nice.  Thanks for the ITP.

maintainer of the lincity package here since I took over from John, and
I concur. Even more, recently I found myself less and less inclined to
spend more time on lincity, so I'm wondering whether you might possibly
be interested in collaborative maintenance / taking it over...

The package seems to be in good shape right now and up to date in
unstable and experimental, respectively. There aren't any problems
that I know of.

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#215601: ITP: qdbm -- quicker gdbm replacement

2005-05-30 Thread Florian Ernst
Hello there,

just for your interest, in case you didn't notice yet:

Your ITP for qdbm seems to (unknowingly?) have been superseded by
#295249, you might want to get in touch with Fumitoshi and / or close
your ITP...

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#308837: ITP: kfolding -- KDE applet for [EMAIL PROTECTED]

2005-05-12 Thread Florian Ernst
Hello Claudio,

On Thu, May 12, 2005 at 06:17:02PM +0200, MaXeR wrote:
>  Kfolding is an applet for the KDE panel. It provides a 
>  convenient and unobtrusive way to monitor, visualise, 
>  and control the [EMAIL PROTECTED] client software.
>  [...]

Please tell me once your packaging has reached a state you are content
with, as I might be interested in reviewing / sponsoring.
Although, provided I'll like what I see... :)

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#295196: RFP: 7zip -- 7-Zip is a file archiver with high compression ratio

2005-02-21 Thread Florian Ernst
On Mon, 14 Feb 2005 11:24:23 +0100, [EMAIL PROTECTED] wrote:
> Severity: wishlist
> [...]
> 7z is the new archive format, providing high compression ratio.
> file-roller depends on 7za to open 7z archives.

Since 2004-12-20 there is p7zip[0] in the experimental distribution,
please see  for further info.

Is your Request For Packaging fulfilled by this package?

Cheers,
Flo


[0] 


signature.asc
Description: Digital signature


  1   2   >