Bug#745711: AW: downtimed -- monitor of downtime, shutdown, and crashes

2014-05-09 Thread Mats Erik Andersson
fredag den  9 maj 2014 klockan 08:01 skrev John Paul Adrian Glaubitz detta:
> On 05/08/2014 01:26 PM, Stefan Bauer wrote:
> > -Ursprüngliche Nachricht-
> > Von:John Paul Adrian Glaubitz 
> >> Unless the other person who you think should adopt the package is
> >> going to step up and do it right away, I have no problem in supporting
> >> Stefan's efforts and sponsoring his upload.
> > 
> > Hi,
> > 
> > a few days passed by but no response from either Mats or anyone else with 
> > the
> > intention to do the adoption. :) It would be kind to get the package 
> > sponsored :)
> 
> Yes, I agree. The package is set as orphan and you're the only one to
> step in. I will have a look at the package tomorrow. Today is a bit
> too busy.

Jörg Frings-Fürst expressed his wish to adopt this package on April 24th,
less than one day after my publication of the RFA.

Stefan Bauer is clearly in a rush to get this package, inspite of a
thorough analysis made by Paul Wise as to the the situation with two
competing contenders for this package. His letter was sent to Bauer,
Frings-Fürst and myself, so I see no reason to be in any hurry.

I am not in a position to do any sponsoring, so you carry all
responsibility in this matter. I do not care any longer.

M E Andersson
> 
> Adrian
> 
> -- 
>  .''`.  John Paul Adrian Glaubitz
> : :' :  Debian Developer - glaub...@debian.org
> `. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
>   `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913

-- 
Mats Erik Andersson, fil. dr

2459 41E9 C420 3F6D F68B  2E88 F768 4541 F25B 5D41

Abonnerar på: debian-mentors, debian-devel-games, debian-perl,
  debian-ipv6, debian-qa


-- 
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/20140509092433.ga20...@mail.gisladisker.se



Bug#745711: RFA: downtimed -- monitor of downtime, shutdown, and crashes

2014-05-02 Thread Mats Erik Andersson
Hello there,

this is the previous maintainer talking. I object at the
intent to adopt this package without my knowledge, since
I already have found one candidate and whose name is
___not___ Stefan Brauer.

As far as I understand the Debian policy documents and
good conduct, the publication of an RFA does not declare
a package to be public prey, to be handled by arbitrary
means, ignoring the previous maintainer.

Regards,

  Mats Erik Andersson, DM


-- 
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/20140502122042.gb7...@mail.gisladisker.se



Bug#745711: RFA: downtimed -- monitor of downtime, shutdown, and crashes

2014-04-24 Thread Mats Erik Andersson
Package: wnpp
Severity: normal

I desire to hand maintainership over to somebody else.
The upstream author is releasing updated archives slowly,
but steadily, since not much needs updating.

Regards,
  M E Andersson, DM


-- 
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/20140424094025.ga12...@mail.gisladisker.se



Bug#520268: rarpd: Lack of response.

2012-03-16 Thread Mats Erik Andersson
For the record:

  Dec, 19th, 2011: Sent a message for sponsorship to Junich Uekawa
No answer as of today.

  Jan, 27th, 2012: Sent an RFS to "debian-ment...@lists.debian.org"
No answer as of today.

Today is March, 16th 2012. Package present at "mentors.debian.net"
since mid December 18th, 2011.


Mats Erik Andersson, DM



-- 
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/20120316112526.ga16...@mea.homelinux.org



Bug#374643: htdig: Fairly urgent patch baseline.

2011-12-10 Thread Mats Erik Andersson
Dear all,

before I leave the KDE-dependency of Htdig behind,
let me contribute to whom it may concern the patches
I began testing for the purpose of moving some static
files from "/etc/htdig/" to "/usr/share/htdig/", where
they righteously belong. The package has been mistreating
the location for a very long time, replaceing the correct
choice of upstream.

The patch text is contributed as is without further
guarantee, and placed under identical license as Htdig
comes with. It is the modification to "khelp_htdig" that
was not reviewed by the Qt/KDE team, only on my system.

Best regards,
  Mats Erik Andersson, DM
Description: Changes to source code proper.
 The Debian packaging has accumulated a smaller number
 of patches to the soource code over the years.
 .
 The following alterations are all that touched C/C++
 och shell scripts in the package htdig_3.2.0b6-9.1.
X-Remark: Patch recovered from previous Debian packaging method.
From: Mats Erik Andersson 
Last-Update: 2011-04-13

--- htdig-3.2.0b6.orig/htword/WordDBPage.cc
+++ htdig-3.2.0b6/htword/WordDBPage.cc
@@ -82,7 +82,7 @@
   	if(debuglevel>2)printf("TOTAL SIZE: %6d %8f\n",size,size/8.0);
 	// argh! compare failed somthing went wrong
 	// display the compress/decompress sequence and fail
-	if(cmp || size>8*1024*10)
+	if(cmp || size>8*1024)
 	{
 	if(size>8*1024)
 	{
--- htdig-3.2.0b6.orig/htdig/Server.cc
+++ htdig-3.2.0b6/htdig/Server.cc
@@ -341,6 +341,8 @@
 {
 	String	fullpatt = "^[^:]*://[^/]*(";
 	fullpatt << pattern << ')';
+	if (pattern.length() == 0)
+		fullpatt = "";
 	_disallow.set(fullpatt, config->Boolean("case_sensitive"));
 }
 }
--- htdig-3.2.0b6.orig/installdir/rundig
+++ htdig-3.2.0b6/installdir/rundig
@@ -7,17 +7,18 @@
 #
 # This is a sample script to create a search database for ht://Dig.
 #
-DBDIR=@DATABASE_DIR@
-COMMONDIR=@COMMON_DIR@
-BINDIR=@BIN_DIR@
-conffile=@DEFAULT_CONFIG_FILE@
+DBDIR=/var/lib/htdig
+COMMONDIR=/etc/htdig
+BINDIR=/usr/bin
+conffile=/etc/htdig/htdig.conf
 
 # To help debug problems, try running rundig -vvv
 # This will add lots of debugging output to all of the programs
-stats= opts= alt=
+stats= opts= alt= nohtnotify=
 while [ "$#" -gt 0 ]
 do
 case "$1" in
+--no-htnotify) nohtnotify="true" ;;
 -a)  alt="$1" ;;
 -s)  stats="$1" ;;
 -c)  shift
@@ -65,7 +66,11 @@
 test -f db.words.db.work_weakcmpr &&
 	mv -f db.words.db.work_weakcmpr db.words.db_weakcmpr) ;;
 esac
-$BINDIR/htnotify $opts
+if [ "$nohtnotify" = "true" ]; then
+	echo "Skipping htnotify."
+else
+	$BINDIR/htnotify $opts
+fi
 # If you want to use the soundex and (or) metaphone fuzzy matchings,
 # Uncomment the following line
 # $BINDIR/htfuzzy $opts soundex metaphone
--- htdig-3.2.0b6.orig/htcommon/defaults.cc
+++ htdig-3.2.0b6/htcommon/defaults.cc
@@ -596,7 +596,7 @@
 	htfuzzy for more information on the \
 	format of this file. \
 " }, \
-{ "endings_root2word_db", "${common_dir}/root2word.db",  \
+{ "endings_root2word_db", "${database_dir}/root2word.db",  \
 	"string", "htfuzzy htsearch", "", "all", "File Layout", "endings_root2word_db: /var/htdig/r2w.db", " \
 	This attributes specifies the database filename to be \
 	used in the 'endings' fuzzy search algorithm. The \
@@ -610,7 +610,7 @@
 	This is because this database can be shared with \
 	different search databases. \
 " }, \
-{ "endings_word2root_db", "${common_dir}/word2root.db",  \
+{ "endings_word2root_db", "${database_dir}/word2root.db",  \
 	"string", "htfuzzy htsearch", "", "all", "File Layout", "endings_word2root_db: /var/htdig/w2r.bm", " \
 	This attributes specifies the database filename to be \
 	used in the 'endings' fuzzy search algorithm. The \
@@ -2426,7 +2426,7 @@
 	that this does not limit the number of documents that \
 	are matched in any way. \
 " }, \
-{ "synonym_db", "${common_dir}/synonyms.db",  \
+{ "synonym_db", "${database_dir}/synonyms.db",  \
 	"string", "htsearch htfuzzy", "", "3.0", "File Layout", "synonym_db: ${database_base}.syn.db", " \
 	Points to the database that  \
 	htfuzzy creates when the synonyms \
X-Remark: Patch recovered from previous Debian packaging methods.
Last-Update: 2010-02-12
--- htdig-3.2.0b6.orig/libhtdig/ResultFetch.cc
+++ htdig-3.2.0b6/libhtdig/ResultFetch.cc
@@ -142,7 +142,7 @@
 // Must temporarily stash the message in a String, since
 // displaySyntaxError will overwrite the static temp used in form.
 
-String s(form("No s

Bug#374643: Resign from ITA

2011-11-26 Thread Mats Erik Andersson
package wnpp
owner 374643 Debian QA 
retitel 374643 O: htdig -- web search and indexing system
thanks

Regrettably, I must admit to myself that I never found the time to
work alone on the KDE adaptions necessary for this package, since
the KDE/Qt team did not react to my request for comments on the
the immediate changes to this package. I hereby resign my ITA.



-- 
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/2026090341.ga22...@mea.homelinux.org



Bug#611143: freebsd-quota: changing back from ITP to RFP

2011-07-27 Thread Mats Erik Andersson
Observe that the present software is handled
since several months by the glibc-bsd project:

  https://alioth.debian.org/projects/glibc-bsd/

where development continues. The only thing to
remember is that there is no official package
'freebsd-quota' yet.



-- 
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/20110727175828.ga4...@mea.homelinux.org



Bug#466823: A name collision for 'rush'.

2011-07-11 Thread Mats Erik Andersson
Only two days ago, another package was accepted into unstable
from NEW under the name of 'rush'. Thus the name 'rush' must
now be considered as taken, which influences this RFP.

The other package also has an upstream 'rush', which made
my sponsor change the 'gnurush' suggestion for my package
to be 'rush'. It was only as my package entered NEW that
the name collision came to our attention.

Since the Ruby-kin shell, asked for in this thread, has
not seen any activity since March 2009, whereas I have been
refining my package since February 2010, one could argue
that the more active package, now in the unstable branch,
has earned the priority. This message is written in order
to signal 'rush' as a taken name for a binary executable,
for a binary package, as well as for a source package.

The situation is unfortunate, but that is the path a chain
of events happened to follow.

Regards,
  Mats Erik Andersson, DM



-- 
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/20110711213003.ga1...@mea.homelinux.org



Bug#615970: Reverting to RFA, resigning from ITA.

2011-05-24 Thread Mats Erik Andersson
package wnpp
owner 615970 Herve Rousseau 
retitel 615970 RFA: micro-inetd -- simple network service spawner
thanks

It is impossible to find a sponsor. Reverting the RFA.



-- 
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/20110524141542.ga8...@mea.homelinux.org



Bug#615970: No response

2011-05-18 Thread Mats Erik Andersson
A package is available at mentors.debian.net
ever since March 25th, 2011, resolving the serious
functionality bug #354778.

No answer!! Keeping the package uploaded for now
in order to provide a blocker until someone accepts it,
or decides to remove the complete package from Debian
maintenance.

Mats Erik Andersson, DM



-- 
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/20110518132034.ga10...@mea.homelinux.org



Bug#515198: Repackaged source

2011-04-18 Thread Mats Erik Andersson
A status report:

On April 18th, 2011, a DFSG-compliant package
was uploaded to 'mentors.debian.net'. Hopefully
somebody will examine the new package.

The Texinfo source has been removed in the repackaged
source archive. It was implicit invariant sections
which at an earlier time caused the rejection of the
package by the FTP masters.



-- 
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/20110418233232.ga3...@mea.homelinux.org



Bug#622297: Corrected URL

2011-04-14 Thread Mats Erik Andersson
I have unfortunately inserted an additional letter "r"
in the URL of upstream. The following is correct.

  URL: http://becauseinter.net/bournal/


Sorry for the inconvenience,
   Mats Erik Andersson



-- 
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/20110414194251.ga25...@mea.homelinux.org



Bug#622297: ITP: bournal -- encrypting journal or diary for the console

2011-04-11 Thread Mats Erik Andersson
Package: wnpp
Severity: wishlist
Owner: Mats Erik Andersson 

  Package name   : bournal
  Version: 1.5
  Upstream authors   : Prof. Fapsanders 
  URL: http://becauserinter.net/bournal/
  License: GPL-3+
  Programming language   : Bash
  Description: encrypting journal or diary for the console

This application is a shell script, providing a self-contained,
minimalistic journal or diary. It encrypts all entries using
GnuPG for privacy, and it allows searching of old entries,
as well as offering renewed editing of old notes.

Search patterns on the command line may be formulated using
extended regular expressions.


Best regards,
  Mats Erik Andersson, DM



-- 
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/20110411205845.ga26...@mea.homelinux.org



Bug#374643: ITA attempt for htdig

2011-04-08 Thread Mats Erik Andersson
package wnpp
owner 374643 !
retitle 374643 ITA: htdig -- web search and indexing system
thanks

I have finally decided to have a go here, incorporating the
errors and improvements I have gathered over time. I am now
in contact with the Qt/KDE team, via Sune Vourela, in order
to coordinate the implications for the khelpcenter.

Best regards,
  Mats Erik Andersson, DM



-- 
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/20110408122900.gb24...@mea.homelinux.org



Bug#515198: A progress report

2011-03-23 Thread Mats Erik Andersson
There is a problem with GFDL-1.3 and implicit invariant
sections in the form of front-cover and back-cover. This
caused rejection from NEW/main since I failed to observe
this issue.

I have now contacted the upstream author in order to
relax the licensing. Should that fail, the source must
be repackaged to have the texinfo documentation go into
a non-free package, while retaining the executables in
"main" as is expected. I had to write some condensed
manual pages all from the beginning, since the upstream
author only provides the texinfo format for documentation,
so the package will be fully useable in whatever form
it gets released in the end.

Best regards for now,
  Mats Erik Andersson, DM



-- 
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/20110323233342.ga24...@mea.homelinux.org



Bug#611143: ITP: freebsd-quota -- file system quota management for GNU/kFreeBSD

2011-01-25 Thread Mats Erik Andersson
Package: wnpp
Severity: wishlist
Owner: Mats Erik Andersson 
X-Debbugs-CC: 

  Package name : freebsd-quota
  Version  : 8.1
  Upstream authors : The FreeBSD Project
  URL  : http://ftp.freebsd.org/pub/FreeBSD/releases/
  License  : FreeBSD
  Programming language : C
  Description  : Management of file system quota for UFS

The tools needed to handle file system contingents
on GNU/kFreeBSD systems are contained here.

The utilities supply all necessary manipulations to
set, activate, and change quota in any UFS slice.
Quota support must be compiled into the kernel.



-- 
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/20110125222832.ga15...@mea.homelinux.org



Bug#607684: ITP: downtimed -- monitor of downtime, shutdown and crashes

2010-12-20 Thread Mats Erik Andersson
Package: wnpp
Severity: wishlist
Owner: Mats Erik Andersson 

  Package name   : downtimed
  Version: 0.3
  Upstream authors   : EPIPE Communications 
  URL: http://dist.epipe.com/downtimed/
  License: FreeBSD
  Programming language   : C
  Description: monitor of downtime, shutdown and crashes

Downtimed is a daemon intended to monitor and record the times
an operating system is non-functional. It does this by keeping
a simple database file and by regularly recording time stamps.
A client executable reads the database to account for the lengths
of periods when the system was down.



-- 
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/20101221004850.ga7...@mea.homelinux.org



Bug#602419: ITP: rgbpaint -- simple pixel based painting program

2010-11-04 Thread Mats Erik Andersson
Package: wnpp
Severity: wishlist
Owner: Mats Erik Andersson 
X-Debbugs-CC: 

  Package name : rgbpaint
  Version  : 0.8.7
  Upstream authors : Mark Tyler ,
 Dmitry Groshev 
  URL  : http://mtpaint.sourceforge.net/rgbpaint.html
  License  : GPL-2
  Programming language : C
  Description  : A pixel based painting program
  X-Ubuntu-Description : A very basic painting program

Rgbpaint is a simplified painting program, derived from Mtpaint by
the same authors. It can edit and save only RGB images in PNG, JPEG,
and ICO file formats. Depending in the installed version of GTK+2,
the program can read file formats PNG, JPEG, TIFF, GIF, ICO, and
possibly also others like TGA, PCX, and SVG.

The program was originally aimed at the initiative OLPC, and it
works well with the Sugar desktop environment.

Rgbpaint needs GTK+2, but the use of the GtkPixbuf facilities
reduces the dependency on image libraries.



-- 
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/20101104181059.ga1...@mea.homelinux.org



Bug#515198: Package is really alive.

2010-08-27 Thread Mats Erik Andersson
During late Spring and early Summer this package has seen
three iterations at mentors.debian.net.

Due to unforeseen delays, and now the freeze of testing/Squeeze,
the complete evaluation will have to wait until the upcoming
release have been completed.

The suggested packaging will remain deposited at mentors.d.n until
time is ripe enough!


Mats Erik Andersson, fil. dr



-- 
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/20100827215348.ga3...@mea.homelinux.org



Bug#574924: oftpd would need much scrutiny to pass the needles eye

2010-04-10 Thread Mats Erik Andersson
package wnpp
retitle 574924 RFP: oftpd -- a lightweight anonymous ftpd server daemon
owner 574924 markhob...@yahoo.co.uk
thanks


After pondering on the matter, I have decided to
waive the efforts needed to revive this software.

A renewed commitment to overcome old DoS flaws, and
possibly more, is not to be taken lightly. Personally,
I recommend a suitably arranged Proftpd service to
address the kind of service the RFP proposer probably
had in mind.


M E Andersson



-- 
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/20100410175111.ga2...@mea.homelinux.org



Bug#574924: RFP: oftpd -- A lightweight anonymous ftpd server daemon

2010-04-02 Thread Mats Erik Andersson
Hello,

fredag den  2 april 2010 klockan 02:00 skrev Simon McVittie detta:
> Note that oftpd was removed from Debian nearly 5 years ago (Bug #332186), a
> year and a half after the last release mentioned on
> <http://www.time-travellers.org/oftpd/>. It doesn't seem to have changed
> since. Please don't upload this to Debian unless you're willing to take over
> upstream development and security support.
> 
I am most grateful for this information. It will most
probably be the cause to interrupt my efforts, but I
will dig into matter of the above bug first.

Thank you very much.

> 
> Regards,
> Simon


Regards

Mats Erik Andersson



-- 
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/20100402173024.ga21...@mea.homelinux.org



Bug#482399: Where is this ITA going?

2010-04-01 Thread Mats Erik Andersson
Hello,

I wonder whether this ITA is getting anywhere?
Should it be stuck, I would be interested in
continuing the effort. My plan is also to implement
IPv6-support for the next package release.

In practice, the upstream author has cancelled the
development, so any refinements is left to Debian
collaborators to conduct.


Best regards,

Mats Erik Andersson, fil. dr

Abbonerar på: debian-mentors, debian-devel-games, debian-perl, debian-ipv6,
  debian-qa



-- 
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/20100401205929.gb9...@mea.homelinux.org



Bug#515198: Intended packaging of Gnurush

2010-03-29 Thread Mats Erik Andersson
package wnpp
retitle 515198 ITP: gnurush -- restricted user shell
owner 515198 !
thanks

Unless someone disputes this message, I will in two weeks time upload
a packaged version of gnurush-1.6 to mentors.debian.net.

At this point in time,  the packaged configuration file is able to handle

 sftp, scp, rsync, svn, cvs, and git.

Access is also kept using accounting. Continued testing will possibly
lead me to include more capacities.


Mats Erik Andersson, fil. dr


signature.asc
Description: Digital signature


Bug#515198: Packaging proposal for Gnurush

2010-02-03 Thread Mats Erik Andersson
Hello,

I could offer an initial packaging of Gnurush for continued testing.
Yesterday and today I have established the packaging as lintian clean
with dpkg-buildpackage and in pbuilder.

However, I do a priori not trust my capacity to do the security
evaluation necessary for these executables, so I prefer to
collaborate with an established Debian Developer for that,
should my offer be accepted.

Today I spent most time on the manual pages and on the path
configuration for the autotools setup, so I have not begun
testing the functionality of the three executables.

Regards,
-- 
Mats Erik Andersson, fil. dr



signature.asc
Description: Digital signature


Bug#546807: ITA: webfs -- lightweight http server for static content

2010-01-24 Thread Mats Erik Andersson
package wnpp
retitle ITA: webfs -- lightweight http server for static content
owner 546807 !
thanks

I am intending to adopt this package and I accept the
responsibility that goes with it!

-- 
Mats Erik Andersson, fil. dr


signature.asc
Description: Digital signature


Bug#566280: ITP: libcache-historical-perl -- cache simple data with time history

2010-01-22 Thread Mats Erik Andersson
Package: wnpp
Severity: wishlist
Owner: Mats Erik Andersson 

* Package name: libcache-historical-perl
  Version : 0.03
  Upstream Author : Mike Schilli 
* URL : http://search.cpan.org/dist/Cache-Historical/
* License : GPL or Artistic
  Programming Lang: Perl
  Description : cache simple data with time history

 This perl module provides simple methods to store and search text values
 that are tied to a time and a key, like a user or a category. Each caching
 operation sets a time stamp, thus making it possible to search according
 to events in time. Like the name suggests, it was originally conceived
 for recording of historic events such as stock trading.
 .
 This module uses SQLite3 as database backend, thus leaving ample space
 for costumized additional tools to the same cached historic data.

-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (500, 'stable'), (90, 'testing'), (80, 'unstable')
Architecture: i386 (i686)



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



Bug#508097: ITA: w9wm -- Enhanced window manager based on 9wm

2009-12-18 Thread Mats Erik Andersson
package wnpp
owner 508097 !
retitle 508097 ITA: w9wm -- Enhanced window manager based on 9wm
tags 508097 + pending
thank you very much

I indend to submit a repackaged w9wm at mentors.debian.net
within days, or even shorter. The work has already proceeded
into fine tuning!

A corresponding message has been filed at the cloned #559951.
My thanks to Tim Retout for informing me of the necessity to
submit to both entries #508097 and #559951, which I a priori
did not expect.

Regards,

-- 
Mats Erik Andersson, fil. dr




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



Bug#544916: ITA: nettoe -- Networked version of Tic Tac Toe (3x3 Grid) for the console

2009-11-26 Thread Mats Erik Andersson
package wnpp
severity 544916
retitle 544916 ITA: nettoe -- Networked version of Tic Tac Toe (3x3 Grid) for 
the console
owner 544916 !
thank you very much


It is my intention to adopt the package Nettoe and to continue its
development and maintenance. It is my hope to be accepted by the
Debian Games Team for fullfilling this task, and thereby possibly
be able to fulfil other supplementary services as well.


Kind regards,

Mats Erik Andersson, fil. dr

mats.anders...@gisladisker.se



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



Bug#541055: ITA: nd -- Tiny little command line WebDAV interface

2009-09-09 Thread Mats Erik Andersson
package wnpp
severity 541055 normal
retitle 541055 ITA: nd -- Tiny little command line WebDAV interface
owner 541055 !
thank you for this time

I have submitted a new package to mentors.debian.org,
and I have also filed an RFS.

-- 
Mats Erik Andersson, fil. dr

mats.anders...@gisladisker.se



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



Bug#545798: ITA: windowlab -- Small and simple Amiga-like window manager

2009-09-09 Thread Mats Erik Andersson
Package: wnpp
Severity: normal

I am willing to maintain the package "windowlab".
At present it is orphaned, and has furthermore been
removed (#410618) as of July 27th 2009. The bug itself
has been archived.

I myself has repackaged WindowLab at mentors.debian.org,
and have also filed an RFS request on that revised package.

The package description is:
 WindowLab is a Window Manager for the X Window System. Features include
 click-to-focus, a simple menu/taskbar combination and integration with
 Debian menu system. WindowLab is incredibly fast and small.

-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (500, 'stable'), (90, 'testing'), (80, 'unstable')
Architecture: i386 (i686)



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



Bug#534216: ITP: mbuffer -- tool for buffering streams

2009-09-02 Thread Mats Erik Andersson
Hello,

it is no mandatory need to link mbuffer against libcrypto/OpenSSL.
The problem is that the upstream source Thomas Maier-Komor
made a mistake in "configure.in", in specifying the reverse
check order for the intended order of preference (he explicitely
writes this order in the documentation)

libmhash, libmd5, and libcrypto.

I submitted a remark and patch about this fact to the upstream
source two days ago, and I have produced an almost lintian
clean (modulo NMU etc.) package of mbuffer that links against
libmhash, contrary to the a priori outcome of the tar-ball.
Thus it is now fairly strightforward to produce an GPL-ed
package "mbuffer". It is a question of regeneration with
autotools.


Best regards

Mats Erik Andersson

-- 
Mats Erik Andersson, fil. dr

Specialiteter:  Debian GNU/Linux
OpenBSD
Brandväggar av dessa.

mats.anders...@gisladisker.se



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