Bug#1041668: ITP: hintview -- Program to view HINT files

2023-07-21 Thread Hilmar Preusse
Package: wnpp
Severity: wishlist
Owner: Hilmar Preusse 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: hintview
  Version : 1.3.1
  Upstream Contact: Martin Ruckert 
* URL : https://hint.userweb.mwn.de/
* License : MIT/X
  Programming Lang: C
  Description : Program to view HINT files

 The HINT file format is an alternative to the DVI or PDF format
 that was designed specifically for on screen reading of documents.
 Especially on mobile devices, reading DVI or PDF documents can be
 cumbersome.
 .
 Mobile devices are available in a large variety of sizes but are
 typically not large enough to display documents formated for
 letter-size paper. To compensate for the limitations of a small
 screen, users are used to alternate between landscape (few long
 lines) and portrait (more short lines) mode. The HINT format
 supports variable and varying screen sizes leveraging the ability
 of TEX to format a document for (almost) arbitrary values of
 \hsize and \vsize.

Why and how to maintain the package:
 - Currently the hitex program is included in Debian and one
   can create hint files. Hence it is highly useful to have
   a program, to display these kind of files.
 - I'm a member of the Debian TeX Task force and I'll
   maintain in the team. I'm a DM, once I got the upload permits
   I can care of the package myself.

-- 
sigmentation fault


signature.asc
Description: PGP signature


Bug#1034501: ITP: luametatex -- New generation processing Engine for ConTeXt

2023-04-17 Thread Hilmar Preusse
Package: wnpp
Severity: wishlist
Owner: Hilmar Preusse 
X-Debbugs-Cc: debian-devel@lists.debian.org

I'm not fully sure about the final name of the source package. The OpenSuSE
people name it texlive-context-bin, maybe I'll use a similar naming.

* Package name: luametatex
  Version : 2.10.07
  Upstream Contact: Hans Hagen 
* URL : https://github.com/contextgarden/luametatex
* License : GPL, MIT/X
  Programming Lang: C, CWeb, C++
  Description : New generation processing Engine for ConTeXt

This is a follow up on the LuaTeX project. The source is considered part
of the ConTeXt distribution and managed by the ConTeXt development team
and the ConTeXt user group. That way we can guarantee that the engine and
this TeX macro package work together as expected. The idea is that users
can easily compile the source themselves and that way have a guaranteed
long term (minimal) TeX based installation. Because the management scripts
are in Lua, only one binary is needed to serve the ConTeXt distribution.

In the source code we try to stay close to the ancestors, LuaTeX, pdfTeX,
eTeX and TeX, but in the meantime due to additions there is quite some
diverge. There are new primitives and submechanisms, there is more control
over the inner workings, font handling is mostly delegated to Lua and there
is no built-in backend. The code base is all-inclusive and has no (nor will
have) dependencies on external libraries.

 - The TeX engine in this package will be (probably) the default processing
   engine of ConTeXt. The upcoming 2023 release of Context will hence depend
   on it.
 - I'm a member of the Debian TeX Task force, I'll maintain the package as
   a member of the team. As I'm not a DD, I'd a sponsor for the initial
   upload.

-- 
sigmentation fault


signature.asc
Description: PGP signature


Bug#1032354: ITP: srcpd -- SRCP server daemon to control digital model railroads

2023-03-04 Thread Hilmar Preusse
Package: wnpp
Severity: wishlist
Owner: Hilmar Preusse 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: srcpd
  Version : 2.1.5
  Upstream Contact: Guido Scholz 
* URL : https://sourceforge.net/projects/srcpd/
* License : GPL2
  Programming Lang: C, Shell
  Description : SRCP server daemon to control digital model railroads

The srcpd is a server daemon that enables you to control and play with
a digital model railroad using any SRCP client. Currently it supports many
interface (both self made and commercally) and direct signal generation.

More information about SRCP and links to many really cool clients (and
other servers for different hardware) can be found at
http://srcpd.sourceforge.net/ and http://www.der-moba.de/

 - The package seems to be interesting for people running
   a model railroad, which should be controlled by a computer.
   Currently I'm not aware of similar packages in Debian.
 - I plan to maintain the package myself. I'm a Debian Maintainer
   with upload permits, hence I would not need a regular sponsor.

-- 
sigmentation fault


signature.asc
Description: PGP signature


Bug#1031535: ITP: monitoring-plugins-check-oracle-health -- Nagios plugin check_oracle_health

2023-02-17 Thread Hilmar Preusse
Package: wnpp
Severity: wishlist
Owner: Hilmar Preusse 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: monitoring-plugins-check-oracle-health
  Version : 3.3.2.1
  Upstream Contact: Gerhard Laußer 
* URL : https://labs.consol.de/de/nagios/check_oracle_health/
* License : GPL-2
  Programming Lang: Perl
  Description : Nagios plugin check_oracle_health

 check_oracle_health is a plugin that can be used to check various
 parameters of an Oracle database.

 - The package delivers many performance metrics from Oracle
   data bases, which can be integerated in Nagios.
 - For now I maintain the package in my private repository,
   later I'll probably move it to the Debian Nagios Maintainer
   Group.

-- 
sigmentation fault


signature.asc
Description: PGP signature


Bug#1023474: ITP: check-logfiles -- Nagios plugin check_logfiles

2022-11-04 Thread Hilmar Preusse
Package: wnpp
Severity: wishlist
Owner: Hilmar Preusse 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: check-logfiles
  Version : 4.1
  Upstream Author : Gerhard Laußer 
* URL : https://labs.consol.de/nagios/check_logfiles/
* License : GPL
  Programming Lang: Perl
  Description : Nagios plugin check_logfiles

 check_logfiles is a Plugin for Nagios which scans log files for specific 
patterns.
 Features:
 - Detection of rotations - usually nightly logfiles are rotated and
   compressed. Each operating system or company has it’s own naming
   scheme. If this rotation is done between two runs of check_logfiles
   also the rotated archive has to be scanned to avoid gaps. The most
   common rotation schemes are predefined but you can describe any
   strategy (shortly: where and under which name is a logfile
   archived).
 - More than one pattern can be defined which again can be classified
   as warning patterns and critical patterns.
 - Triggered actions - Usually nagios plugins return just an exit code
   and a line of text, describing the result of the check. Sometimes,
   however, you want to run some code during the scan every time you
   got a hit. Check_logfiles lets you call scripts either after every
   hit or at the beginning or the end of it’s runtime.
 - Exceptions - If a pattern matches, the matched line could be a very
   special case which should not be counted as an error. You can
   define exception patterns which are more specific versions of your
   critical/warning patterns. Such a match would then cancel an alert.
 - Thresholds - You can define the number of matching lines which are
   necessary to activate an alert.
 - Protocol - The matching lines can be written to a protocol file the
   name of which will be included in the plugin’s output.
 - Macros - Pattern definitions and logfile names may contain macros,
   which are resolved at runtime.
 - Performance data - The number of lines scanned and the number of
   warnings/criticals is output.
 - Windows - The plugin works with Unix as well as with Windows
   (e.g. with ActiveState Perl).

Further information:

 - check_logfiles is widely used in the Nagios / Icinga world
   for log file monitoring.
 - Maintenance will be done by me. It is just a small package,
   no need to have a team for this.


Bug#969764: ITP: proftpd-mod-geoip2 -- ProFTPD module mod_geoip2

2020-09-07 Thread Hilmar Preusse
Package: wnpp
Severity: wishlist
Owner: Hilmar Preusse 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: proftpd-mod-geoip2
  Version : 0.1
  Upstream Author : TJ Saunders
* URL : https://github.com/Castaglia/proftpd-mod_geoip2
* License : GPL2+
  Programming Lang: C
  Description : ProFTPD module mod_geoip2

The mod_geoip2 module for ProFTPD uses the MaxMind GeoIP library to look
up geographic information on connecting clients, and to provide ACLs based
on that geographic information.

I plan to maintain it in the "Debian ProFTPD Team".


signature.asc
Description: PGP signature


Bug#969763: ITP: proftpd-mod-statsd -- ProFTPD module mod_statsd

2020-09-07 Thread Hilmar Preusse
Package: wnpp
Severity: wishlist
Owner: Hilmar Preusse 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: proftpd-mod-statsd
  Version : 0.1
  Upstream Author : TJ Saunders
* URL : https://github.com/Castaglia/proftpd-mod_statsd/
* License : GPL2+
  Programming Lang: C
  Description : ProFTPD module mod_statsd

The mod_statsd module for ProFTPD emits metrics to a configured statsd
server, for obtaining/graphing data rather than having to parse log
files.

Sounds useful to me for stats of large ftp sites.

I plan to maintain it in the "Debian ProFTPD Team".



Bug#965928: ITP: proftpd-mod-proxy -- ProFTPD module mod_proxy

2020-07-20 Thread Hilmar Preusse
Package: wnpp
Severity: wishlist
Owner: Hilmar Preusse 
X-Debbugs-Cc: debian-devel@lists.debian.org, 
pkg-proftpd-maintain...@alioth-lists.debian.net

* Package name: proftpd-mod-proxy
  Version : 0.5
  Upstream Author : TJ Saunders
* URL : https://github.com/Castaglia/proftpd-mod_proxy
* License : GPL2+
  Programming Lang: C
  Description : ProFTPD module mod_proxy

According to the upstream author this is one of the popular
modules in proftp. Hence I'm wondering why we don't have it in
Debian.

I plan to maintain it in the "Debian ProFTPD Team".



Bug#955449: ITP: libsys-hostaddr-perl -- Get IP address information about this host

2020-03-31 Thread Hilmar Preusse
Package: wnpp
Severity: wishlist
Owner: Hilmar Preusse 

* Package name: libsys-hostaddr-perl
  Version : 0.993
  Upstream Author : Jeremy Kister
* URL : https://metacpan.org/release/Sys-HostAddr
* License : Artistic
  Programming Lang: Perl
  Description : Get IP address information about this host

Sys::HostAddr provides methods for determining IP address information about
a local host.

 - I intend to activate the test suite for package proftpd-basic.
   To run the test suite this perl module is needed.
 - I intend to maintain the package myself. I need a sponsor
   for initial upload. Once the package is in the archive one
   could give me the permit to upload new releases myself, I'm a DM.



Bug#947461: ITP: wp2latex -- Program for conversion of WordPerfect documents to LaTeX.

2019-12-27 Thread Hilmar Preusse
Package: wnpp
Severity: wishlist
Owner: Hilmar Preusse 

* Package name: wp2latex
  Version : 3.86
  Upstream Author : Jaroslav Fojtik 
* URL : http://www.penguin.cz/~fojtik/wp2latex/wp2latex.htm
* License : GPL-2+
  Programming Lang: (C, C++)
  Description : Program for conversion of WordPerfect documents to LaTeX.

 WP2LaTeX is a program for conversion WordPerfect documents to LaTeX.
 All known WP fileformats are supported: MAC WP1.x, WP2,3,4.x,
 PC WP WP3.x, WP4.x, WP5.x and WP6,7,8,9,10.x.
 It is possible to convert a lot of features. For example:
 Centered+Right+Left text, Endnotes, Formulas, Footers, Footnotes,
 Headers, Indentings, Tables, a lot of Extended characters (greek, math,
 cyrilic) and of course a normal text.

 - Is useful for people interested in converting their WP documents into
   LaTeX source code.
 - There is a similar package called wp2x. Seems to be only suitable
   for WP 5.x and quite dead in upstream.
 - I'll maintain myself, it is just a small package.
 - I probably need a sponsor, for initial upload through the new queue.



Bug#932968: ITP: dvisvgm -- A DVI to SVG converter

2019-07-25 Thread Hilmar Preusse
Package: wnpp
Severity: wishlist
Owner: Hilmar Preusse 

* Package name: dvisvgm
  Version : 2.7.3
  Upstream Author : Martin Gieseking 
* URL : https://dvisvgm.de
* License : GPLv3
  Programming Lang: (C, C++, Python, etc.)
  Description : A DVI to SVG converter

dvisvgm is a utility for TeX/LaTeX users. It converts DVI, EPS, and
PDF files to the XML-based scalable vector graphics format SVG.

 - Until now the dvisvgm is packaged/bundeled w/ the TeX Live
   package. This creates issues (#926701), hence TL upstream
   recommends to build the package separately.

 - We'll maintain the package in the Debian TeX team.



Bug#915799: general: libGL.so.1 Missing

2018-12-06 Thread Hilmar Preusse
On 06.12.18 Finn Haese (debianbugrep...@web.de) wrote:

Hi,

> Steam fails to start, libGL.so.1 is missing.
> Not able to submit bug for "Steam", not found in list of packages
> when trying to submit bug.
> 
apt-file should help you to find the packageif it is a Debian
package.

Hilmar
-- 
sigfault


signature.asc
Description: PGP signature


Re: MBF: What is the status of /usr/share/texmf/doc ?

2014-10-21 Thread Hilmar Preusse
On 10.10.14 Norbert Preining (prein...@logic.at) wrote:

Hi,

> >   In any case, I think this will require a MBF, hence the CC to
> > debian-devel.
> 
> Hmm, let us see the status, searching in Contents-*.gz I find
> the following packages:
> 
Did you file bugs? Will it be helpful if I do?

Found more two packages in non-free:

sid:~# zgrep usr/share/doc/texmf/ 
/var/cache/apt/apt-file/ftp.de.debian.org_debian_dists_*|awk -F " " '{print 
$2}'|sort|uniq
non-free/doc/context-doc-nonfree
non-free/tex/foiltex

I guess the first is our task.

Hilmar
-- 
A lot of people are afraid of heights.  Not me.  I'm afraid of widths.
-- Steven Wright
  http://www.hilmar-preusse.de.vu/


signature.asc
Description: Digital signature


Re: generating man pages from docbook

2009-03-16 Thread Hilmar Preusse
On 16.03.09 Adeodato Simó (d...@net.com.org.es) wrote:
> * Norbert Preining [Mon, 16 Mar 2009 18:24:15 +0100]:
> > On Mo, 16 Mär 2009, Marco d'Itri wrote:
> > > On Mar 16, Hilmar Preusse  wrote:

Hi,

> > > > Hmm, weird. jadetex is architecture all and haven't changed for a
> > > > while. Could you find out, why it can't be installed?
> > > I hoped that somebody here would tell me...
> 
> > Aehm sorry I lost this track completely. Can someone bring me on top
> > what I should look into?
> 
> jadetex is uninstallable on arches where texlive-bin is not available
> yet rebuilt against libpoppler4. Which is only s390, which is waiting
> for an upload.
> 
...however in the moment it seems not to be fault of poppler not to
be available. I guess the only thing we can do is waiting.

H.
-- 
Whatever doesn't succeed in two months and a half in California will
never succeed.
-- Rev. Henry Durant, founder of the University of California
  http://www.hilmar-preusse.de.vu/


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



Re: generating man pages from docbook

2009-03-16 Thread Hilmar Preusse
On 16.03.09 Marco d'Itri (m...@linux.it) wrote:

Hi,

> I never received an answer from the docbook-to-man maintainers, so
> I switched to docbook-utils which works correctly but I found out is
> uninstallable on four architectures. What should I do?
> 
Hmm, weird. jadetex is architecture all and haven't changed for a
while. Could you find out, why it can't be installed?

> https://buildd.debian.org/build.php?pkg=module-init-tools
> 
Checking for source dependency conflicts...
  /usr/bin/sudo /usr/bin/apt-get --purge $CHROOT_OPTIONS -q -y install 
debhelper quilt docbook-utils
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  docbook-utils: Depends: jadetex but it is not going to be installed
E: Broken packages

H.
-- 
Psychoanalysis is that mental illness for which it regards itself a therapy.
-- Karl Kraus
  http://www.hilmar-preusse.de.vu/


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



Bug#434360: ITP: purifyeps -- creates EPS files usable in TeX and pdfTeX

2007-07-23 Thread Hilmar Preusse
Package: wnpp
Severity: wishlist
Owner: Hilmar Preusse <[EMAIL PROTECTED]>


* Package name: purifyeps
  Version : 1.0
  Upstream Author : Scott Pakin <[EMAIL PROTECTED]>
* URL : http://dante.ctan.org/CTAN/support/purifyeps/
* License : LPPL
  Programming Lang: Perl
  Description : creates EPS files usable in TeX and pdfTeX

While pdfLaTeX has a number of nice features, its primary shortcoming
relative to standard LaTeX+dvips is that it is unable to read ordinary
Encapsulated PostScript (EPS) files, the most common graphics format
in the LaTeX world. purifyeps converts EPS files into a "purified"
form that can be read by *both* LaTeX+dvips and pdfLaTeX.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ANSI_X3.4-1968) (ignored: LC_ALL 
set to POSIX)
Shell: /bin/sh linked to /bin/bash


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#422106: ITP: pp3 -- Celestial charts generation

2007-05-03 Thread Hilmar Preusse
Package: wnpp
Severity: wishlist
Owner: Hilmar Preusse <[EMAIL PROTECTED]>

* Package name: pp3
  Version : 1.3.3
  Upstream Author : Torsten Bronger <[EMAIL PROTECTED]>
* URL : http://pp3.sourceforge.net
* License : MIT/X
  Programming Lang: (C++, Web)
  Description : Celestial charts generation

PP3 creates celestial charts. It generates resolution independent maps of
very high graphical quality. They can be used for example as illustrations
in books or on web pages. You may use own databases or free ones from the
Internet.
PP3 is used for the maps of *all* constellations on Wikipedia!

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ANSI_X3.4-1968) (ignored: LC_ALL 
set to POSIX)
Shell: /bin/sh linked to /bin/bash


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: texlive-basic_2005-1_i386.changes REJECTED

2005-12-04 Thread Hilmar Preusse
On 29.11.05 Anthony DeRobertis ([EMAIL PROTECTED]) wrote:
> Norbert Preining wrote:

Hi,

> >>allrunes   dfsg
> >>
> >>Please: Tell me its not true that the DFSG is used as a license
> >>there.
> > 
> > 
> > As stated in the License file, this list was generated from the
> > TeX Catalogue, which *can be wrong*! If you check the actual
> > allrunes files, you see that it is LPPL.
> 
> I really hope you've done this --- for all files --- before
> uploading. Also, there are several versions of the LPPL, at least
> one of which might have DFSG issues.
> 
If you allow me to drop a note: The license, which was used to
release teTeX 2.0 in sarge, is still the old one, which was said to
be problematic...

H.
-- 
Whatever doesn't succeed in two months and a half in California will
never succeed.
-- Rev. Henry Durant, founder of the University of California
  http://www.hilmar-preusse.de.vu/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]