Bug#1057465: ITP: heatshrink -- A data compression/decompression library for embedded/real-time systems

2023-12-05 Thread Chow Loong Jin
Package: wnpp
Severity: wishlist
Owner: Chow Loong Jin 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: heatshrink
  Version : 0.4.1
  Upstream Contact: Scott Vokes 
* URL : https://github.com/atomicobject/heatshrink
* License : ISC
  Programming Lang: C
  Description : A data compression/decompression library for 
embedded/real-time systems

Heatshrink is a data compression/decompression library for
embedded/real-time systems. Its key features are:

- Low memory usage (as low as 50 bytes)
It is useful for some cases with less than 50 bytes, and useful
for many general cases with < 300 bytes.
- Incremental, bounded CPU use
You can chew on input data in arbitrarily tiny bites.
This is a useful property in hard real-time environments.
- Can use either static or dynamic memory allocation
The library doesn't impose any constraints on memory management.
- ISC license
You can use it freely, even for commercial purposes.


I will be maintaining this under the Debian 3D printing team as it is a
transitive dependency of slic3r-prusa 2.7.0 which was recently released.

-- 
Kind regards,
Loong Jin


signature.asc
Description: PGP signature


Bug#1056335: ITP: libbgcode -- Prusa Block & Binary G-code reader / writer / converter

2023-11-21 Thread Chow Loong Jin
Package: wnpp
Severity: wishlist
Owner: Chow Loong Jin 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: libbgcode
  Version : 0.0~git20231116.bc390aa
  Upstream Contact: Vojtech Bubnik 
* URL : https://github.com/prusa3d/libbgcode
* License : AGPL-3.0
  Programming Lang: C++, Python
  Description : Prusa Block & Binary G-code reader / writer / converter

 libbgcode is a library used to generate binary G-code for 3D printers.
 Binary G-code is a new G-code file format featuring the following
 improvements over the legacy G-code:
 .
 1) Block structure with distinct blocks for metadata vs. G-code
 2) Faster navigation
 3) Coding & compression for smaller file size
 4) Checksum for data validity
 5) Extensivity through new (custom) blocks. For example, a file
signature block may be welcome by corporate customers.

I will be packaging this library under the Debian 3-D Printing Packages
team as a build-dependency of slic3r-prusa.

-- 
Kind regards,
Loong Jin


signature.asc
Description: PGP signature


Bug#1040751: ITP: nanosvg -- simple svg parsing library

2023-07-10 Thread Chow Loong Jin
On Mon, Jul 10, 2023 at 07:50:21AM +0200, Mathieu Malaterre wrote:
> On Mon, Jul 10, 2023 at 6:03 AM Chow Loong Jin  wrote:
> > * Package name: nanosvg
> >   Version : 0~git20221204.1.9da543e
> >   Upstream Contact: https://github.com/memononen/nanosvg/issues
> > * URL : https://github.com/memonenen/nanosvg
> 
> https://github.com/memononen/nanosvg

Whoops, nice catch thanks.

> > * License : zlib
> >   Programming Lang: C
> >   Description : simple svg parsing library
> >
> > NanoSVG is a simple stupid single-header-file SVG parse. The output of
> > the parser is a list of cubic bezier shapes.
> [...]
> > I will be packaging this library under the Debian 3-D Printing Packages
> > team as a build-dependency of slic3r-prusa.
> 
> 4 years ago the project was declared as not actively maintained:
> 
> * 
> https://github.com/memononen/nanosvg/commit/25241c5a8f8451d41ab1b02ab2d865b01600d949

Yep I realize that, but unfortunately, while there is a network of
forks, there doesn't seem to be a clear de-facto "upstream" apart from
this one as far as I can tell. fltk's fork[1] appears to be the only one
with versioned git tags, but it has no issue tracker or way to contact
upstream short of creating a pull request. memononen's repo seems to be
the original and the only one in the network with issues enabled.

My intention here is to package the latest git snapshot of
memononen/nanosvg, with the patch for this commit[2] from fltk/nanosvg
applied for the use of slic3r-prusa 2.6.0.

If this isn't acceptable, the only alternative I can see is to bundle
the nanosvg headers somewhere in `debian/` or as a separate component
tarball in slic3r-prusa, and patch slic3r-prusa's build system to use
that, now that slic3r-prusa upstream's unbundled their copy.

I had also considered asking slic3r-prusa's upstream to just bundle the
copy of nanosvg that they need, but I think Debian generally leans
towards unbundling libraries, not bundling new ones.

I'm open to ideas -- I'm not sure what the best course of action is
here.

[1] https://github.com/fltk/nanosvg
[2] 
https://github.com/fltk/nanosvg/commit/abcd277ea45e9098bed752cf9c6875b533c0892f

-- 
Kind regards,
Loong Jin


signature.asc
Description: PGP signature


Bug#1040751: ITP: nanosvg -- simple svg parsing library

2023-07-09 Thread Chow Loong Jin
Package: wnpp
Severity: wishlist
Owner: Chow Loong Jin 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: nanosvg
  Version : 0~git20221204.1.9da543e
  Upstream Contact: https://github.com/memononen/nanosvg/issues
* URL : https://github.com/memonenen/nanosvg
* License : zlib
  Programming Lang: C
  Description : simple svg parsing library

NanoSVG is a simple stupid single-header-file SVG parse. The output of
the parser is a list of cubic bezier shapes.

The library suits well for anything from rendering scalable icons in
your editor application to prototyping a game.

NanoSVG supports a wide range of SVG features, but something may be
missing, feel free to create a pull request!

The shapes in the SVG images are transformed by the viewBox and
converted to specified units. That is, you should get the same looking
data as your designed in your favorite app.

NanoSVG can return the paths in few different units. For example if you
want to render an image, you may choose to get the paths in pixels, or
if you are feeding the data into a CNC-cutter, you may want to use
millimeters.

The units passed to NanoSVG should be one of: 'px', 'pt', 'pc' 'mm',
'cm', or 'in'. DPI (dots-per-inch) controls how the unit conversion is
done.

If you don't know or care about the units stuff, "px" and 96 should get
you going.


I will be packaging this library under the Debian 3-D Printing Packages
team as a build-dependency of slic3r-prusa.

-- 
Kind regards,
Loong Jin


signature.asc
Description: PGP signature


Bug#983164: ITP: logiops -- Unofficial driver for Logitech mice and keyboards

2021-02-20 Thread Chow Loong Jin
Package: wnpp
Severity: wishlist
Owner: Chow Loong Jin 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: logiops
  Version : 0.2.2
  Upstream Author : Name 
* URL : http://www.example.org/
* License : GPL-3+
  Programming Lang: C++
  Description : Unofficial driver for Logitech mice and keyboards

logiops is an unofficial driver for Logitech mice and keyboard, allowing
for remapping of mouse buttons, configuration of mouse gestures, dpi,
high-resolution scrolling, and Logitech SmartShift™ parameters.

Known supported models include:
 - Logitech MX Master 3
 - Logitech MX Master 2S
 - Logitech MX Master
 - Logitech MX Vertical
 - Logitech MX Ergo
 - Logitech M720 Triathlon Mouse
 - Logitech M590 Multi-Device Silent
 - Logitech T400 Zone Touch Mouse


A similar package to this is Solaar, but afaik Solaar only works with
Logitech Unifying devices, not bluetooth devices.

-- 
Kind regards,
Loong Jin


signature.asc
Description: PGP signature


Bug#952721: ITP: gcolor3 -- Simple GTK3 color selector and picker

2020-03-06 Thread Chow Loong Jin
On Fri, Mar 06, 2020 at 07:34:07AM +0100, Eduard Bloch wrote:
> Hallo,
> * Chow Loong Jin [Fri, Feb 28 2020, 12:48:51PM]:
> 
> > > why is this package useful/relevant? is it a dependency for another
> > > package? do you use it? if there are other packages providing similar
> > > functionality, how does it compare?
> >
> > Sometimes you just need a colour picker to help generate colour hex
> > codes for you and sample colours from your screen.
> 
> That is not a complete answer since there is gpick (apt show gpick).

Fair enough, let's have another go.

> why is this package useful/relevant?

It's a simple colour picker that can trivially sample colours from the
screen or pick other colours via RGB/HSL/hex code. It's also the
currently maintained successor to gcolor2 which was previously removed
from Debian for being dead-upstream.

> is it a dependency for another package?

No

> do you use it?

Yes

> if there are other packages providing similar functionality, how does
> it compare?

I hadn't known about gpick, but now that you've mentioned it, gcolor3
does seem a lot easier to use.

I've been clicking around gpick for the past 5 minutes, and:

 - I don't how I can input a hex colour that I already have, so that I
   may tweak it, e.g. to change its luminosity.

 - I can't figure out how to use the eye dropper tool -- I activated it
   and clicked on a thing, and I don't see any of the colours in the
   colour picker swatch getting updated.

 - I'm just really confused and lost now.

> Maybe not easy enough for your purpose?

No, gpick seems terribly hard to use for my purpose. And apparently not
for three out of three web developers I asked either -- presented with
screenshots, they all picked gcolor3.

-- 
Kind regards,
Loong Jin


signature.asc
Description: PGP signature


Bug#952721: ITP: gcolor3 -- Simple GTK3 color selector and picker

2020-02-27 Thread Chow Loong Jin
Package: wnpp
Severity: wishlist
Owner: Chow Loong Jin 

* Package name: gcolor3
  Version : 2.3.1
  Upstream Author : Jente Hidskes 
* URL : https://github.com/Hjdskes/gcolor3
* License : GPL-2+
  Programming Lang: C
  Description : Simple GTK3 color selector and picker

Gcolor3 is a simple GTK3 color selector to provide a quick and easy way
to find colors for whatever task is at hand. Colors can be saved and
deleted as well.


> why is this package useful/relevant? is it a dependency for another
> package? do you use it? if there are other packages providing similar
> functionality, how does it compare?

Sometimes you just need a colour picker to help generate colour hex
codes for you and sample colours from your screen.


> how do you plan to maintain it? inside a packaging team (check list at
> https://wiki.debian.org/Teams)? are you looking for co-maintainers? do
> you need a sponsor?

I'll maintain it in https://salsa.debian.org/Debian/gcolor3. I don't
need a sponsor.


signature.asc
Description: PGP signature


Bug#844222: ITP: slic3r-prusa -- G-code generator for 3D printers

2016-11-13 Thread Chow Loong Jin
Package: wnpp
Severity: wishlist
Owner: Chow Loong Jin 

* Package name: slic3r-prusa
  Version : 1.31.4
  Upstream Author : Vojtech Bubnik 
* URL : https://github.com/prusa3d/slic3r
* License : GPL
  Programming Lang: Perl, C++
  Description : G-code generator for 3D printers

 Slic3r converts digital 3D models into printing instructions (G-code)
 for your 3D printer. It cuts the model into horizontal slices (layers),
 generates toolpaths to fill them and calculates the amount of material
 to be extruded.
 .
 Slic3r supports input in the STL, AMF and OBJ formats, and can output
 G-code for several series of 3D printers, including RepRap, Ultimaker,
 Makerbot, as well as SVG files for DLP printers.
 .
 It can be used with a graphical interface, or in batch mode via the
 command-line.
 .
 This package contains the Prusa3D fork of Slic3r.

-- 
Kind regards,
Loong Jin


signature.asc
Description: PGP signature


Bug#805149: ITP: mediaconch -- implementation and policy checker, reporter and fixer for media files

2015-11-15 Thread Chow Loong Jin
Package: wnpp
Severity: wishlist
Owner: Chow Loong Jin 

* Package name: mediaconch
  Version : 15.10
  Upstream Author : MediaArea.net SARL
* URL : https://mediaarea.net/MediaConch/
* License : GPLv3+
  Programming Lang: C++
  Description : implementation and policy checker, reporter and fixer for 
media files

 MediaConch is an extensible, open source software project consisting of an
 implementation checker, policy checker, reporter, and fixer that targets
 preservation-level audiovisual files (specifically Matroska, Linear Pulse Code
 Modulation (LPCM) and FF Video Codec 1 (FFV1)) for use in memory institutions,
 providing detailed and batch-level conformance checking via an adaptable and
 flexible application program interface accessible by the command line, a
 graphical user interface, or a web-based shell.

I plan to maintain this in pkg-multimedia with the other bunch of things done by
MediaArea.net (libzen, libmediainfo, and mediainfo), some of which are
dependencies of mediaconch.

-- 
Kind regards,
Loong Jin


signature.asc
Description: Digital signature


Bug#763836: ITP: rhc -- OpenShift command-line tools

2014-10-02 Thread Chow Loong Jin
Package: wnpp
Severity: wishlist
Owner: Chow Loong Jin 

* Package name: rhc
  Version : 1.31.2
  Upstream Author : Red Hat, Inc.
* URL : https://www.openshift.com
* License : Apache-2.0
  Programming Lang: Ruby
  Description : OpenShift command-line tools

OpenShift is a cloud computing platform as a service (PaaS) product from Red
Hat.

rhc is a command-line client for OpenShift that allows you to remotely manage
your OpenShift application.

-- 
Kind regards,
Loong Jin


signature.asc
Description: Digital signature


Bug#755273: ITP: yagv -- yet another G-Code visualizer

2014-07-19 Thread Chow Loong Jin
Package: wnpp
Severity: wishlist
Owner: Chow Loong Jin 

* Package name: yagv
  Version : 0.4~git20130423.r5bd15ed
  Upstream Author : Jonathan Winterflood 
* URL : https://github.com/jonathanwin/yagv
* License : CC-BY-3.0
  Programming Lang: Python
  Description : yet another G-Code visualizer

yagv is a fast 3D Gcode Viewer for Reprap-style 3D printers, in Python and
OpenGL (via pyglet)

It has the following features:
 - Load large files painlessly
 - Select specific layers to look at
 - Colour segments according to funciton
 - Shows a full 3D view for better undersrtanding the G-code.

-- 
Kind regards,
Loong Jin


signature.asc
Description: Digital signature


Bug#749456: Package name

2014-06-11 Thread Chow Loong Jin
On Tue, Jun 10, 2014 at 10:16:43PM -0700, Dima Kogan wrote:
> Chow Loong Jin  writes:
> 
> > On Tue, Jun 10, 2014 at 01:48:36PM -0700, Dima Kogan wrote:
> >> 
> >> If it's not too late, would it be possible to change the name of this
> >> package? "gpx" is also the name of a common file format used for GPS
> >> tracks: http://en.wikipedia.org/wiki/GPS_eXchange_Format
> >> 
> >> I think it may be confusing to have a "gpx" package that refers to
> >> something completely different.
> >
> > I know, but upstream is unresponsive, and changing the name downstream seems
> > downright irresponsible.
> >
> > What do you suggest?
> 
> In cases like this the precedent is to use a dash (-) to disambiguate.
> For instance the 'ack' searching tool (http://beyondgrep.com/) is in a
> package called 'ack-grep' to avoid a conflict with an earlier 'ack'
> package. Could this package be called something like 'gpx-cnc'? Or
> 'gpx-3d'? A better name exists, probably. Do you think such a change is
> good, or just keeping it 'gpx' is the way to go?

The precedents for git (git-core) and ack (ack-grep) are kind of different --
they were package name conflicts. These are not resolvable without renaming at
least one of them.

In this case, we're talking about confusion between a package name + /usr/bin
binary and a file format. There isn't, to my knowledge, any other executable in
PATH by the name of gpx, nor is there a package named gpx, so this is still
rather in the gray area. I'm not even sure that there would be much confusion
arising from this package being named as gpx -- Not many programs or packages
are named exactly the same as the file formats they consume.

-- 
Kind regards,
Loong Jin


signature.asc
Description: Digital signature


Bug#749456: Package name

2014-06-10 Thread Chow Loong Jin
On Tue, Jun 10, 2014 at 01:48:36PM -0700, Dima Kogan wrote:
> Hi.
> 
> If it's not too late, would it be possible to change the name of this
> package? "gpx" is also the name of a common file format used for GPS
> tracks: http://en.wikipedia.org/wiki/GPS_eXchange_Format
> 
> I think it may be confusing to have a "gpx" package that refers to
> something completely different.

I know, but upstream is unresponsive, and changing the name downstream seems
downright irresponsible.

What do you suggest?

-- 
Kind regards,
Loong Jin


signature.asc
Description: Digital signature


Bug#749456: ITP: gpx -- Gcode to x3g conversion post-processor

2014-05-26 Thread Chow Loong Jin
Package: wnpp
Severity: wishlist
Owner: Chow Loong Jin 

* Package name: gpx
  Version : x.y.z
  Upstream Author : Dr. Henry Thomas
* URL : https://github.com/whpthomas/GPX
* License : GPL2+ 
  Programming Lang: C
  Description : Gcode to x3g conversion post-processor

 GPX is a post processing utility for converting gcode output from 3D slicing
 software like Cura, KISSlicer, S3DCreator and Slic3r to x3g files for
 standalone 3D printing on Makerbot Cupcake, ThingOMatic, and Replicator 1/2/2x
 printers - with support for both stock and sailfish firmwares.

-- 
Kind regards,
Loong Jin


signature.asc
Description: Digital signature


Bug#724631: Is anything happening with this?

2014-05-26 Thread Chow Loong Jin
On Mon, May 26, 2014 at 08:46:15PM +0200, Zlatan Todoric wrote:
> There is 3D printing team [1] so you can join it.
> Basically its just, do the work and upload it :)

Yeah, I noticed. I also saw the git repository. I was just wondering why work on
it had stalled, and posted so that I wouldn't stumble over anyone else's toes
if I pick this up.

> Also take a look at wiki page [2].

Thanks, didn't notice this before.

> [1] https://alioth.debian.org/projects/3dprinter/
> [2] https://wiki.debian.org/3D-printer

-- 
Kind regards,
Loong Jin


signature.asc
Description: Digital signature


Bug#724631: Is anything happening with this?

2014-05-26 Thread Chow Loong Jin
Hi,

I'd really like to see Slic3r packaged properly for Debian so I can ditch my
hacky ~/bin shim-scripts.

Is anyone still working on this? If so, are there any issues you're running into
that I could help with? Otherwise, I'd like to pick this package up and get it
into Debian already.

-- 
Kind regards,
Loong Jin


signature.asc
Description: Digital signature


Bug#703645: packaging Postgres binary dump files

2013-09-20 Thread Chow Loong Jin
On Fri, Sep 20, 2013 at 09:07:48AM +0200, Paul Wise wrote:
> On Thu, Sep 19, 2013 at 2:42 PM, Daniel Pocock wrote:
> 
> > PostBooks distributes their schema as a Postgres binary dump file for
> > use with pg_restore
> 
> What is their reason for using the binary format? Could they be
> convinced to switch to or add something more normal like compressed
> SQL?

Just speaking for myself here, but I find that the binary format is more
flexible in that pg_restore can selectively restore things, generate DROP 
statements, restoring things in parallel and such. All in all, the binary format
seems much more useful than the SQL format.

You can also compress the binary format (pg_dump -Z0..9), but it still isn't as
efficient as SQL compressed with xz -9.

-- 
Kind regards,
Loong Jin


signature.asc
Description: Digital signature


Bug#722308: ITP: abx -- audio ABX testing software

2013-09-09 Thread Chow Loong Jin
Package: wnpp
Severity: wishlist
Owner: Chow Loong Jin 

* Package name: abx
  Version : 0.0~b1
  Upstream Author : Petteri Hintsanen 
* URL : http://phintsan.kapsi.fi/abx.html
* License : GPL-3+
  Programming Lang: C
  Description : audio ABX testing software

 abx is a program for performing software-based audio ABX testing on GNU/Linux
 systems. ABX test (Wikipedia, Hydrogenaudio) is a statistical test for
 assessing whether you are able to tell for audible differences between two
 samples. For example, one sample can be a compressed audio file such as OGG
 Vorbis file and another one its uncompressed variant (WAV, AU, …). You can then
 use abx to infer whether you are able to separate the two samples due to
 compression artifacts.

-- 
Kind regards,
Loong Jin


signature.asc
Description: Digital signature


Bug#720202: ITP: qreator -- utility for creating QR codes

2013-08-19 Thread Chow Loong Jin
Greetings Thomas,

On Mon, Aug 19, 2013 at 10:16:11PM +0200, Thomas Preud'homme wrote:
> [...]
> Since it seems there is already a qr generator in Debian (qrencode), I 
> suppose 
> qreator has some feature that are lacking in qrencode. Could you develop 
> those? That would be especially useful in the long description so that a user 
> looking for a tool creating a qr code have enough information to choose 
> between these two packages.

Whoops, I've uploaded it already. You're right, the description is a little
vague when trying to choose between the two utilities. I'll amend the
description and reupload soon.

-- 
Kind regards,
Loong Jin


signature.asc
Description: Digital signature


Bug#720202: (no subject)

2013-08-19 Thread Chow Loong Jin
On Mon, Aug 19, 2013 at 04:37:00PM +0100, Thomas Thurman wrote:
> I'm persuaded that QR codes are efficient and compact, but do we have
> any reliable figures on how cool they are?

Hmm, I don't know. In what units would you measure coolness? °C perhaps? :)

-- 
Kind regards,
Loong Jin


signature.asc
Description: Digital signature


Bug#720202: ITP: qreator -- utility for creating QR codes

2013-08-19 Thread Chow Loong Jin
Package: wnpp
Severity: wishlist
Owner: Chow Loong Jin 

* Package name: qreator
  Version : 13.05.3
  Upstream Author : David Planella 
* URL : https://launchpad.net/qreator
* License : GPL-3
  Programming Lang: Python
  Description : utility for creating QR codes

Qreator enables you to easily create your own QR codes to encode different types
of information in an efficient, compact and cool way.


-- 
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/20130819152448.17279.741.reportbug@thinkpwn



Bug#695095: ITP: aeolus-cli -- command-line interface for Aeolus Image Factory

2012-12-04 Thread Chow Loong Jin
On 04/12/2012 19:38, Hideki Yamane wrote:
> Hi,
> 
> On Tue, 4 Dec 2012 12:16:58 +0100
> Thomas Koch  wrote:
>> Please add some details in the description about "Aeolus Image Factory". 
>> What 
>> is it?
> 
>  Yes, it's submitted as Bug#694034, "System image generation tool for 
>  various Virtual Machine environment"
>  see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=694034
> 
>  imagefactory can put system images to multiple virtualization enviroment
>  such as AmazonEC2, VMWare vSphrere and Red Hat Enterprise Virtualization.
>  aeolus-cli is a client for imagefactory.
> 
> 
>  Well, Red Hat provides "CloudForms" for Private/Public cloud infrastructure.
>  CloudForms = "Cloud Engine" + "System Engine" as they named, its Open Source
>  Project is called "Aeolus" and "Katello".
> 
>  http://www.aeolusproject.org/
>  http://www.katello.org/
>  
> http://www.redhat.com/solutions/cloud-computing/red-hat-cloud/private-clouds-cloudforms.html

I believe what Thomas meant is to add a short line/paragraph describing what
"Aeolus Image Factory" is in the aeolus-cli package description. This is common
practice when $package refers to $other_thing, to provide at least a little
context to a clueless user who's reading the description. See the last line of
the banshee-extension-alarm package as an example.

-- 
Kind regards,
Loong Jin



signature.asc
Description: OpenPGP digital signature


Bug#675206: ITP: newtonsoft-json -- compiled XML documentation for Json.NET

2012-05-30 Thread Chow Loong Jin
Package: wnpp
Severity: wishlist
Owner: Chow Loong Jin 

* Package name: newtonsoft-json
  Version : 4.5r4
  Upstream Author : James Newton-King 
* URL : http://http://json.codeplex.com
* License : MIT/X11
  Programming Lang: C#
  Description : high-performance JSON framework for .NET

Json.NET is a high-performance JSON framework for .NET. It has the following
features:
- Flexible JSON serializer for converting between .NET objects and JSON
- LINQ to JSON for manually reading and writing JSON
- High performance, faster than .NET's build-in JSON serializers
- Write indented, easy to read JSON
- Convert JSON to and from XML

The JSON serializer is a good choice when the JSN being read or written maps
closely to a .NET class.

LINQ to JSON is good for situations in which there is no class to serialize or
deserialize to, or the JSON is radically different from the class structure and
manual manipulation is required.



-- 
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/20120530142145.27908.7613.reportbug@localhost6.localdomain6



Bug#674074: ITP: tinyxml2 -- C++ XML parsing library

2012-05-22 Thread Chow Loong Jin
Package: wnpp
Severity: wishlist
Owner: Chow Loong Jin 

* Package name: tinyxml2
  Version : 0~git20120518.1.a2ae54e
  Upstream Author : Lee Thomason 
* URL : http://www.grinninglizard.com/tinyxml2/
* License : zlib/libpng
  Programming Lang: C++
  Description : C++ XML parsing library

TinyXML2 is a simple and small C++ XML parser that can be easily integrating
into other programs. It reads XML and creates C++ objects representing the XML
document. The objects can be manipulated, changed, and saved again as XML.
.
TinyXML2 supersedes the previous TinyXML library, with various improvements:
 - Fewer memory allocations (1% - 10% compared to TinyXML)
 - Uses less memory (about 40% of that used by TinyXML)
 - Faster
 - No STL requirement
 - More modern C++, including a proper namespace
 - Proper and useful handling of whitespace



-- 
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/20120522212230.31302.47922.reportbug@localhost6.localdomain6



Bug#659954: ITP: mono-upnp -- client/server libraries for UPnP

2012-02-15 Thread Chow Loong Jin
Package: wnpp
Severity: wishlist
Owner: Chow Loong Jin 


* Package name: mono-upnp
  Version : 0.1.0
  Upstream Author : Alexander Kojevnikov 
* URL : http://www.github.com/mono/mono-upnp
* License : MIT/X11 (BSD like)
  Programming Lang: C#
  Description : client/server libraries for UPnP

Mono.Upnp is a set of client/server libraries for the Universal Plug 'n Play
specification, which can be found at http://www.upnp.org.

Mono.Upnp includes the following projects:
 - Mono.Ssdp: An implementation of the Simple Discovery Protocol.
 - Mono.Upnp: An implementation of the UPnP Device Architecture 1.1, Sections
2-6.
 - Mono.Upnp.GtkClient: An executable Gtk+ user interface for inspecting UPnP
   devices and services on the network.
 - Mono.Upnp.Dcp.MediaServer1: An implementation of the UPnP Audio/Video
   MediaServer1 Device Control Protocol.
 - Mono.Upnp.Dcp.MediaServer1.FileSystem: A MediaServer1 implementation which
   serves media from the filesystem.
 - Mono.Upnp.Dcp.MediaServer1.FileSystem.ConsoleServer: An executable console
   program which serves media from the filesystem.
 - Mono.Upnp.Dcp.MSMediaServerRegistrar1: An implementation of the Microsoft
   MSMediaServerRegistrar1 Device Control Protocol.



-- 
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/20120215092302.8751.91040.reportbug@localhost6.localdomain6



Bug#654235: ITP: libmediainfo -- library reading metadata from media files

2012-01-02 Thread Chow Loong Jin
Package: wnpp
Severity: wishlist
Owner: Chow Loong Jin 


* Package name: libmediainfo
  Version : 0.7.52
  Upstream Author : MediaArea.net SARL 
* URL : http://mediainfo.sf.net
* License : LGPL
  Programming Lang: C++
  Description : library reading metadata from media files

MediaInfo is a library used for retrieving technical information and other
metadata about a video or audio file

A non-exhaustive list of the information MediaInfo can retrieve from media
files include:
 - General: title, author, director, album, track number, date, duration...
 - Video: codec, aspect, fps, bitrate...
 - Audio: codec, sample rate, channels, language, bitrate...
 - Text: language of subtitle
 - Chapters: number of chapters, list of chapters

MediaInfo supports the following formats:
 - Video: MKV, OGM, AVI, DivX, WMV, QuickTime, Real, MPEG-1, MPEG-2,
  MPEG-4, DVD (VOB)...
 - Video Codecs: DivX, XviD, MSMPEG4, ASP, H.264, AVC...)
 - Audio: OGG, MP3, WAV, RA, AC3, DTS, AAC, M4A, AU, AIFF...
 - Subtitles: SRT, SSA, ASS, SAMI...



-- 
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/20120102135415.28159.14649.reportbug@localhost6.localdomain6



Bug#654185: ITP: libzen -- ZenLib C++ utility library

2012-01-02 Thread Chow Loong Jin
Package: wnpp
Severity: wishlist
Owner: Chow Loong Jin 


* Package name: libzen
  Version : 0.4.23
  Upstream Author : MediaArea.net SARL 
* URL : http://zenlib.sf.net
* License : Zlib
  Programming Lang: C++
  Description : ZenLib C++ utility library

ZenLib is a C++ utility library used by libmediainfo and mediainfo itself. It
includes classes for handling strings, configuration, bit streams, threading,
translation, and cross-platform operating system functions.



-- 
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/20120102094139.32446.80492.reportbug@localhost6.localdomain6



Bug#653894: ITP: mediainfo -- MediaInfo supplies information about a video or audio file

2012-01-01 Thread Chow Loong Jin
Package: wnpp
Severity: wishlist
Owner: Chow Loong Jin 


* Package name: mediainfo
  Version : 0.7.52
  Upstream Author : i...@mediaarea.net
* URL : http://mediainfo.sf.net
* License : LGPL
  Programming Lang: C++
  Description : MediaInfo supplies information about a video or audio file

MediaInfo supplies technical and tag information about a video or audio file
.
What information can I get from MediaInfo?
General: title, author, director, album, track number, date, duration...
Video: codec, aspect, fps, bitrate...
Audio: codec, sample rate, channels, language, bitrate...
Text: language of subtitle
Chapters: number of chapters, list of chapters
.
What format (container) does MediaInfo support?
Video: MKV, OGM, AVI, DivX, WMV, QuickTime, Real, MPEG-1, MPEG-2,
MPEG-4, DVD (VOB)...
(Codecs: DivX, XviD, MSMPEG4, ASP, H.264, AVC...)
Audio: OGG, MP3, WAV, RA, AC3, DTS, AAC, M4A, AU, AIFF...
Subtitles: SRT, SSA, ASS, SAMI...
.
This package includes the command line interface



-- 
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/20120101082109.27646.85113.reportbug@localhost6.localdomain6



Bug#647255: RFA: curl -- A library and a commandline client for HTTP and a number of protocols

2011-11-01 Thread Chow Loong Jin
On 01/11/2011 16:54, Ramakrishnan Muthukrishnan wrote:
> [...]
> I am a bit tied up with real life and would like someone to take the
> maintainance of curl. There is a new upstream version but otherwise the
> package is in good shape. The packaging is versioned controlled using
> git on alioth [1].

I'm interested in adopting this, but I'm a bit tied up with real life as well,
myself, at least until next month or so. If nobody else picks this up by then, I
will.

-- 
Kind regards,
Loong Jin



signature.asc
Description: OpenPGP digital signature


Bug#621910: gtkpod in Debian

2011-04-18 Thread Chow Loong Jin
Hi guys,

I figured I'd just put you in touch with each other, since you're both
interested in gtkpod (I'm not, though. I'm content with taking care of 
libgpod.).

I think I should also mention that gtkpod is maintained by the pkg-gtkpod team,
which I think you (Matteo) should join if you're interested to help out with the
maintenance of gtkpod.

-- 
Kind regards,
Loong Jin



signature.asc
Description: OpenPGP digital signature


Bug#611445: Haserl 0.9.28

2011-03-25 Thread Chow Loong Jin
Okay, haserl 0.9.28's been released, and I didn't get a sponsor to upload
0.9.27, so I'm just going to continue uploading to Ubuntu and stop updating the
Debian side of things until a DD turns up who can sponsor this package (or I
turn into a DD myself) -- it's wasted effort otherwise.

-- 
Kind regards,
Loong Jin



signature.asc
Description: OpenPGP digital signature


Bug#585916: Taking over the bug

2011-02-26 Thread Chow Loong Jin
retitle ITP: sslstrip -- Tool to hijack HTTP traffic on a network
owner 585916 !
kthxbye

-- 
Kind regards,
Loong Jin



signature.asc
Description: OpenPGP digital signature


Bug#611445: ITP: haserl -- CGI scripting program for embedded environments

2011-01-29 Thread Chow Loong Jin
Package: wnpp
Severity: wishlist
Owner: Chow Loong Jin 


* Package name: haserl
  Version : 0.9.27
  Upstream Author : Nathan Angelacos 
* URL : http://haserl.sf.net
* License : GPL-2
  Programming Lang: C
  Description : CGI scripting program for embedded environments

Haserl is a small cgi wrapper that allows "PHP" style cgi programming, but uses
a UNIX bash-like shell or Lua as the programming language. It is very small, so
it can be used in embedded environments, or where something like PHP is too
big.
.
It combines three features into a small cgi engine:
 * It parses POST and GET requests, placing form-elements as name=value
   pairs into the environment for the CGI script to use.  This is somewhat like
   the uncgi wrapper.
 * It opens a shell, and translates all text into printable statements. All
   text within <% ... %> constructs are passed verbatim to the shell. This is
   somewhat similar to how PHP scripts are parsed.
 * It can optionally be installed to drop its permissions to the owner of the
   script, giving it some of the security features of suexec or cgiwrapper.



-- 
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/20110129135514.11153.97945.reportbug@localhost6.localdomain6



Bug#579509: ctpl version 0.3.2 available at m.d.n

2011-01-22 Thread Chow Loong Jin
On Saturday 22,January,2011 11:39 PM, Jonathan Michalon wrote:
> [...]
>> I can't sponsor your package (I've already uploaded 0.3.2 to Ubuntu though), 
>> but
>> I'd like to drop a few notes from what I've noticed while bringing ctpl up to
>> date in Ubuntu.
> 
> This may sound as duplicate work, but as I'm quite new to packaging so this 
> way
> I learn a lot more. I don't know however whether this will make conflicts at
> Ubuntu sync time… in case this package get uploaded to main Debian.

It shouldn't conflict. The Ubuntu packages have a version of a.b.c-XubuntuY,
where a.b.c-X is the Debian version it is based on. The ctpl package I have
uploaded has a version 0.3.2-0ubuntu1, which can be superseded by the Debian
version at any point in the future. If there is a need to preserve a delta
against your package, then we'll just merge it into the new version, yielding
something like 0.3.2-1ubuntu1.

> [...] 
>> 4. Why are you build-dep'ing on libglib2.0-doc? I'm not sure whether this is
>> really needed.
> 
> This is needed so that gtk-doc can create links to glib's pages in the html
> documentation . As libctpl heavily uses glib types and facilities I thought
> that this will greatly improve the doc's usability.

Oh, I see, so the links aren't hardcoded in the generated docs? I thought they 
were.

>> 5. Drop the libctpl2 depends from ctpl in debian/control. dh_shlibdeps will 
>> pick
>> it up on its own, with a more accurate dependency.
> 
> Okay, done.
> 
>> 6. I'm not sure why libctpl-doc recommends libglib2.0-doc. Is that really 
>> necessary?
> 
> This is related to 4). If we link to glib's doc, it's recommended (but not
> absolutely necessary) that libglib2.0-doc be installed.

Okay, understood.
> 
>>
>> Apart from that, I think the package looks fine :-)
>>
> 
> Thanks! I'm waiting for Squeeze's release and end of deep freeze to seek for a
> sponsor.

There's always Evgeni to poke. He's always on #geany on FreeNode. :-)

-- 
Kind regards,
Loong Jin



signature.asc
Description: OpenPGP digital signature


Bug#579509: ctpl version 0.3.2 available at m.d.n

2011-01-19 Thread Chow Loong Jin
On Thursday 20,January,2011 02:05 AM, Jonathan Michalon wrote:
> Hi, dear ITP!
> 
> Time to post an update: version 0.3.2 of ctpl is out and fixes an ugly bug
> (among other nice stuff).
> 
> The package can be found on mentors.debian.net:
> - URL: http://mentors.debian.net/debian/pool/main/c/ctpl
> - Source repository: deb-src http://mentors.debian.net/debian unstable main
> - dget http://mentors.debian.net/debian/pool/main/c/ctpl/ctpl_0.3.2-1.dsc
> 
> Have a nice release !


Hi Johnathan,

I can't sponsor your package (I've already uploaded 0.3.2 to Ubuntu though), but
I'd like to drop a few notes from what I've noticed while bringing ctpl up to
date in Ubuntu.

1. libctpl2.symbols should not be copied from libctpl1.symbols. This is because
libctpl1.symbols was for libctpl.so.1, but libctpl2.symbols is for libctpl.so.2.
If you have a symbol that's versioned 0.2, for example, then what could happen
is that you get a package that depends on libctpl2 (>= 0.2), but libctpl2 did
not exist prior to 0.3, when the SONAME bump took place.

2. Evgeni mentioned this to me sometime back, but I'm not sure if the message
reached you -- static libraries shouldn't be packaged at all, so please drop
/usr/lib/lib*.a from libctpl-dev.install

3. ctpl is only built if gio-2.0 >= 2.24 is found, and gio-2.0 is part of
libglib2.0-dev, so you'll need to bump the version for that in the build-dep to
2.24 rather than leaving it at 2.16.

4. Why are you build-dep'ing on libglib2.0-doc? I'm not sure whether this is
really needed.

5. Drop the libctpl2 depends from ctpl in debian/control. dh_shlibdeps will pick
it up on its own, with a more accurate dependency.

6. I'm not sure why libctpl-doc recommends libglib2.0-doc. Is that really 
necessary?

Apart from that, I think the package looks fine :-)

-- 
Kind regards,
Loong Jin



signature.asc
Description: OpenPGP digital signature


Bug#589433: ITP: gkeyfile-sharp-1.0 -- Key-value file parser

2010-07-17 Thread Chow Loong Jin
Package: wnpp
Severity: wishlist
Owner: Chow Loong Jin 


* Package name: gkeyfile-sharp-1.0
  Version : 0.1~git20100708.c2998a9
  Upstream Author : Alex Launi 
* URL : http://www.gitorious.org/gkeyfile-sharp/
* License : LGPL-2.1
  Programming Lang: C#
  Description : Key-value file parser

gkeyfile-sharp is a set of CLI bindings for the GKeyFile GObject class found in
GLib. GKeyFile is a class that is used for parsing, editing, and creating key
files, which are .ini like configuration files.



-- 
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/20100717183218.2238.55428.report...@localhost6.localdomain6



Bug#589332: ITP: gudev-sharp-1.0 -- GObject-based wrapper library for libudev -- CLI bindings

2010-07-16 Thread Chow Loong Jin
Package: wnpp
Severity: wishlist
Owner: Chow Loong Jin 


* Package name: gudev-sharp-1.0
  Version : 0.1
  Upstream Author : Alex Launi 
* URL : https://www.launchpad.net/gudev-sharp
* License : LGPL-2.1+
  Programming Lang: C#
  Description : GObject-based wrapper library for libudev -- CLI bindings

gudev-sharp is a set of CLI bindings for libgudev, which is a GObject-based
wrapper library for libudev.

This package contains the managed CLI bindings for gudev-sharp, which are needed
to run CLI applications which use this library.



-- 
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/20100716175258.26225.47127.report...@localhost6.localdomain6



Bug#586022: ITP: pdfsharp-migradoc -- A set of libraries for creating and modifying PDF documents

2010-06-15 Thread Chow Loong Jin
Package: wnpp
Severity: wishlist
Owner: Chow Loong Jin 


* Package name: pdfsharp-migradoc
  Version : 1.31
  Upstream Author : empira Software GmbH, Cologne (Germany)
* URL : http://www.pdfsharp.net/
* License : MIT/X11
  Programming Lang: C#
  Description : A set of libraries for creating and modifying PDF documents

PDFsharp is a CLI library for processing PDF files. You create PDF pages using
drawing routines known from GDI+. Almost anything that can be done with GDI+
will also work with PDFsharp. Only basic text layout is supported by PDFsharp,
and page breaks are not created automatically. The same drawing routines can be
used for screen, PDF, or meta files.

MigraDoc is a CLI library which performs document generation. It supports
almost anything you find in any good word processor. You just add paragraphs,
tables, charts, arrange all this in sections, use bookmarks to create links,
tables of contents, indexes, etc. MigraDoc will do the layout creating page
breaks as needed. MigraDoc is capable of creating PDF, XPS, and RTF documents.



-- 
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/20100615192417.4375.23217.report...@localhost



Bug#579509: ctpl package ready, new version 0.2.2

2010-06-14 Thread Chow Loong Jin
On Mon, 14 Jun 2010 10:14:32 +0200
Jonathan Michalon  wrote:

> Le Mon, 14 Jun 2010 04:41:42 +0800,
> Chow Loong Jin  a écrit :
> > Yes, it does appear that it is required by GeanyGenDoc, and I've
> > taken a look at the package though I can't upload it. Some comments:
> > 
> >  * Please don't run autogen.sh, the configure script itself looks
> >sufficient. Your debian/rules should just have the %: rule, then.
> >  * The stuff in README.Debian should be in README.source, but with
> >reference to the previous point, please remove it.
> >  * With reference to the first point, please also drop
> >autoconf/automake dependencies, but keep autotools-dev for
> >config.guess and config.sub.
> >  * Drop debian/*.dirs, they're unnecessary.
> >  * Drop lintian-overrides, that's also unnecessary.
> > 
> > I'm CC-ing Evgeni; he sponsors my geany-plugins packages and I'm
> > sure he'd be interested to look at ctpl, especially if there will
> > be no geany-plugins 0.19 binaries without ctpl. ;-)
> 
> Hi,
> 
> Thank you for your comments!
> I've followed all of your hints even if I'm very surprised that the
> advices from autotools-dev should no more be taken into account.
> New version available at the same URLs (no debian version bump as it
> didn't get upladed before).

The configure script and provided Makefile.in's should be used if
possible, failing which autoconf/automake should be run to re-build
these. For packages which are properly created via "make distcheck"
that don't have any patches that touch the Makefile.am/configure.ac
files, you shouldn't regenerate the configure and Makefile.in files
using the method you used.

The advice in autotools-dev is only for the proper way of going about
regenerating these files, in the event that you've made changes that
need to be propagated over.

> 
> CC-ing you and our providential sponsor as I don't know whether you
> are subscribed to bug report or not.
> 
[[ It's evg...@debian.org, I for it wrong the first time. ]]


-- 
Kind regards,
Chow Loong Jin


signature.asc
Description: PGP signature


Bug#579509: ctpl package ready, new version 0.2.2

2010-06-14 Thread Chow Loong Jin
On Mon, 14 Jun 2010 10:14:32 +0200
Jonathan Michalon  wrote:

> Le Mon, 14 Jun 2010 04:41:42 +0800,
> Chow Loong Jin  a écrit :
> > Yes, it does appear that it is required by GeanyGenDoc, and I've
> > taken a look at the package though I can't upload it. Some comments:
> > 
> >  * Please don't run autogen.sh, the configure script itself looks
> >sufficient. Your debian/rules should just have the %: rule, then.
> >  * The stuff in README.Debian should be in README.source, but with
> >reference to the previous point, please remove it.
> >  * With reference to the first point, please also drop
> >autoconf/automake dependencies, but keep autotools-dev for
> >config.guess and config.sub.
> >  * Drop debian/*.dirs, they're unnecessary.
> >  * Drop lintian-overrides, that's also unnecessary.
> > 
> > I'm CC-ing Evgeni; he sponsors my geany-plugins packages and I'm
> > sure he'd be interested to look at ctpl, especially if there will
> > be no geany-plugins 0.19 binaries without ctpl. ;-)
> 
> Hi,
> 
> Thank you for your comments!
> I've followed all of your hints even if I'm very surprised that the
> advices from autotools-dev should no more be taken into account.
> New version available at the same URLs (no debian version bump as it
> didn't get upladed before).

The configure script and provided Makefile.in's should be used if
possible, failing which autoconf/automake should be run to re-build
these. For packages which are properly created via "make distcheck"
that don't have any patches that touch the Makefile.am/configure.ac
files, you shouldn't regenerate the configure and Makefile.in files
using the method you used.

The advice in autotools-dev is only for the proper way of going about
regenerating these files, in the event that you've made changes that
need to be propagated over.

> 
> CC-ing you and our providential sponsor as I don't know whether you
> are subscribed to bug report or not.
> 
[[ It's evg...@debian.org, I for it wrong the first time. ]]


-- 
Kind regards,
Chow Loong Jin


signature.asc
Description: PGP signature


Bug#579509: ctpl package ready, new version 0.2.2

2010-06-13 Thread Chow Loong Jin
On Wed, 26 May 2010 13:10:56 +0200
Jonathan Michalon  wrote:

> Ctpl is uploaded to m.d.n (with version 0.2.2) and ready for review.
> It is required for GeanyGenDoc from next release of geany-plugins
> package.
> 
> The package can be found on mentors.debian.net:
> - URL: http://mentors.debian.net/debian/pool/main/c/ctpl
> - Source repository: deb-src http://mentors.debian.net/debian
> unstable main contrib non-free
> - dget
> http://mentors.debian.net/debian/pool/main/c/ctpl/ctpl_0.2.2-1.dsc
> 
> Best regards,
> Jonathan Michalon

Sorry, for the late reply, it looks like the e-mail got buried under
the hundreds of mail I received.

Yes, it does appear that it is required by GeanyGenDoc, and I've taken
a look at the package though I can't upload it. Some comments:

 * Please don't run autogen.sh, the configure script itself looks
   sufficient. Your debian/rules should just have the %: rule, then.
 * The stuff in README.Debian should be in README.source, but with
   reference to the previous point, please remove it.
 * With reference to the first point, please also drop
   autoconf/automake dependencies, but keep autotools-dev for
   config.guess and config.sub.
 * Drop debian/*.dirs, they're unnecessary.
 * Drop lintian-overrides, that's also unnecessary.

I'm CC-ing Evgeni; he sponsors my geany-plugins packages and I'm sure
he'd be interested to look at ctpl, especially if there will be no
geany-plugins 0.19 binaries without ctpl. ;-)

-- 
Kind regards,
Chow Loong Jin


signature.asc
Description: PGP signature


Bug#585517: ITP: poppler-sharp -- PDF rendering library -- CLI bindings

2010-06-11 Thread Chow Loong Jin
Package: wnpp
Severity: wishlist
Owner: Chow Loong Jin 


* Package name: poppler-sharp
  Version : 0.0.1
  Upstream Author : Jacinto Shy, Jr.
* URL : http://www.github.com/
* License : GPL-2+
  Programming Lang: C#
  Description : PDF rendering library -- CLI bindings

 Poppler is a PDF rendering library based on the xpdf PDF viewer.
 .
 This package contains the managed CLI bindings for Poppler, which are needed to
 run CLI applications which use this library.



-- 
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/20100611090819.21381.65669.report...@localhost



Bug#516896: What's the status for CodeLite ITP?

2010-03-09 Thread Chow Loong Jin
On Tuesday 09,March,2010 08:33 PM, Miriam Ruiz wrote:
> Hi,
> 
> What's the status of ITP? Are you still interested in maintaining this 
> package?

I have passed over maintainership of codelite in Ubuntu to Alessio Treglia (who
I have CC'd), and am no longer interested in maintaining it. If Alessio is
interested, I think this ITP should be passed over to him. Perhaps you could
co-maintain or be his sponsor for this package?

For reference, the Ubuntu and Debian packaging was maintained using git in
git://git.debian.org/git/collab-maint/codelite.git. The Debian packaging was
left to bitrot while the Ubuntu packaging was maintained since it was really
hard to find any Debian Developer interested enough to sponsor it.

I believe I had sent no less than 5 RFS mails over the span of a few months,
gotten one or two responses from different prospective sponsors, who either
mysteriously disappeared or refused to sponsor it in the end due to it being too
similar to Code::Blocks or something.

-- 
Kind regards,
Chow Loong Jin (GPG: 0x8F02A411)
Ubuntu Developer



signature.asc
Description: OpenPGP digital signature


Bug#517818:

2010-03-01 Thread Chow Loong Jin
On Tuesday 02,March,2010 04:30 AM, Leo Iannacone wrote:
> First of all: I'm not the maintainer of any debian packages, so please
> consider the next words as just my opinion.
> 
> I think that clutter-sharp will not be packed until there's any software
> that depends on it.
> 
> So.. if your extension will be included in debian, clutter-sharp also
> could be packed.
> 
> I have no time to work on it, I hope someone else could help you.

In that case, may I take over this ITP?

-- 
Kind regards,
Chow Loong Jin



signature.asc
Description: OpenPGP digital signature


Bug#517818: clutter-sharp ITP

2010-03-01 Thread Chow Loong Jin
Hi Leo,

May I know the status of the packaging of the clutter-sharp bindings?

One of the packages I maintain, banshee-community-extensions, contains an
extension "ClutterFlow" which will build-depend on clutter-sharp.  Currently I
have it disabled as clutter-sharp is not packaged for Debian, but I look forward
to enabling it, as it does look like a rather interesting extension.

-- 
Kind regards,
Chow Loong Jin



signature.asc
Description: OpenPGP digital signature


Bug#566880: [Bug 528675] Re: Sync alltray 0.70-1 (universe) from Debian testing (main)

2010-02-27 Thread Chow Loong Jin
On Saturday 27,February,2010 03:57 PM, Michael B. Trausch wrote:
> [...]
> 
> No, a new release from the old-maintenance branch, which (to my
> knowledge) has incorporated the fixes from Ubuntu (AFAIK, there were no
> Debian-specific fixes).  My apologies if I was unclear in specifying
> that the release I was talking about came from the same branch as that
> which is already in Debian.
> 
> The dev releases are not quite alpha, but they are not releases that I
> would recommend be in Debian or Ubuntu unless they were packaged under a
> different name that was obviously known to be unstable.  I'm not ready
> for that until the last feature is implemented, and even then, there
> will be a period of testing before I call it 0.8.0 and release it and
> welcome distributors to package it.

It could probably enter Debian Experimental, but not Debian Unstable, Testing or
Ubuntu, but this is to be handled by the new alltray package maintainer in 
Debian.

> You may want to check the branches on LP:
> 
>  https://edge.launchpad.net/alltray
> 
> Which include the old-maintenance branch and its recent release, 0.71a,
> which is a bug fix release of 0.70.

I am sorry, but I was looking at https://edge.launchpad.net/alltray/+download
and could not find it, so I assumed that 0.70 was the latest prior to the
rewrite. Is that tarball an automatically generated tarball of a tag or
something? I think you should make it available at the aforementioned downloads
page as it is confusing and not discoverable to have your tarballs all over the
place.

> 
> [...]
> 
> As far as I am aware, 0.71a (again, not 0.7.{1,2,3,4}-dev, which is
> indeed a re-write; 0.71a is a continuation of the 0.70 line)
> incorporates all the fixes that were present in ubuntu.  This is why I
> am confused at the sync request here, it doesn't make sense.  Debian bug
> 566880 is, as I understand it, going to be resolved with an upload of
> AllTray 0.71a, which should _then_ be brought to Ubuntu (though if it
> comes to Ubuntu directly, that would also be fine---0.71a is a stable
> release with bug fixes from 0.70).

As I have just mentioned, there was quite a bit of confusion as to what
constitutes a new release from the old-maintenance branch, considering the
tarballs aren't available from your main downloads page.

> In short (and this is just my 2¢ as the author of new AllTray and
> maintainer of the old AllTray source code), I don't think 0.70-1 should
> be imported from Debian.  0.71a should be available in Debian soon, and
> I suspect that will result in a package 0.71a-1, which would be suitable
> for inclusion in Ubuntu (as the 0.69 patches that I recall being in
> ubuntu had to be adopted and backported from the old-maintenance bzr
> tree in the first place, like the GTK tooltip/balloon fix).

Yes, that's right. 0.71a should be synced from Debian once it gets ready,
assuming all our Ubuntu-specific patches so far can be dropped (if they have all
been applied upstream, for example) then.

I will mark this sync request as invalid then. Please make a new one when the
time comes (or poke me either via IRC or email and I will look into it).

  affects ubuntu/alltray
  status invalid

-- 
Kind regards,
Chow Loong Jin (GPG: 0x8F02A411)
Ubuntu Developer



signature.asc
Description: OpenPGP digital signature


Bug#570329: ITP: banshee-community-extensions -- Community contributed extensions for Banshee

2010-02-17 Thread Chow Loong Jin
Package: wnpp
Severity: wishlist
Owner: Chow Loong Jin 


* Package name: banshee-community-extensions
  Version : 1.5.4
  Upstream Author : Gabriel Burt 
* URL : http://gitorious.org/banshee-community-extensions
* License : MIT/X11
  Programming Lang: C#
  Description : Community contributed extensions to Banshee

Banshee Community Extensions is a repository and project for extensions to the
Banshee media player that are community contributed and maintained.

By bringing various third-party extensions into this one project, we can help
each other maintain them and keep them up to date with the latest Banshee API.

This is meant to be a low-barrier-to-entry way to start, develop, and publish a
Banshee extension.



-- 
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/20100218045007.18999.54969.report...@localhost



Bug#540155: ITP: pdfmod -- simple tool for modifying PDF documents

2009-11-16 Thread Chow Loong Jin

On Monday 16,November,2009 04:25 PM, Fabian Greffrath wrote:

PDF Mod 0.8 has just been released [1]. Any progress in packaging it?!

[1] http://gburt.blogspot.com/2009/11/pdf-mod-08.html


Please be patient. There were issues regarding Pdf# and Poppler# being bundled. 
I'll resume work on this in December after my exams end.


--
Kind regards,
Chow Loong Jin (GPG: 0x8F02A411)
Ubuntu Contributing Developer



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



Bug#542351: ITP: hyena -- general purpose CLI library

2009-08-19 Thread Chow Loong Jin
On Wednesday 19,August,2009 08:13 PM, Christopher James Halse Rogers wrote:
> This short description might be a bit broad?  I'd guess that "CLI" is
> also likely to be confused with command-line-interface.  I think
> "utility library" would be the more usual terminology.
> 
> "Collection of utility libraries for the CLI runtimes"?
Hmm, yes you're right. I'll go change the description, thanks.

-- 
Kind regards,
Chow Loong Jin (GPG: 0x8F02A411)
Ubuntu Contributing Developer



signature.asc
Description: OpenPGP digital signature


Bug#542351: ITP: hyena -- general purpose CLI library

2009-08-19 Thread Chow Loong Jin
Package: wnpp
Severity: wishlist
Owner: Chow Loong Jin 


* Package name: hyena
  Version : 0.1
  Upstream Author : Gabriel Burt 
* URL : http://live.gnome.org/Hyena
* License : MIT/X11
  Programming Lang: C#
  Description : general purpose CLI library

 Hyena is a set of general purpose Application Programing Interfaces (APIs) for
 the Common Language Infrastructure (CLI), including both graphical and
 non-graphical components.
 .
 Among the included namespaces in Hyena are:
  * Hyena
  * Hyena.Collections
  * Hyena.CommandLine
  * Hyena.Data
  * Hyena.Jobs
  * Hyena.Json
  * Hyena.Query
  * Hyena.SExpEngine
  * Hyena.Data.Sqlite
  * Hyena.Data.Gui
  * Hyena.Gui
  * Hyena.Gui.Dialogs
  * Hyena.Gui.Theatrics
  * Hyena.Gui.Theming
  * Hyena.Query.Gui
  * Hyena.Widgets



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



Bug#540155: ITP: pdfmod -- simple tool for modifying PDF documents

2009-08-06 Thread Chow Loong Jin
On Thursday 06,August,2009 05:15 PM, César Gómez Martín wrote:
> On Thu, Aug 6, 2009 at 8:41 AM, Chow Loong Jin wrote:
>> Package: wnpp
>> Severity: wishlist
>> Owner: Chow Loong Jin 
>>
>>
>> * Package name: pdfmod
>>  Version : 0.4
>>  Upstream Author : Gabriel Burt 
>> * URL : http://live.gnome.org/pdfmod
> 
> The correct URL should be http://live.gnome.org/PdfMod
> 
> Best regards,
> César.
Thanks for correcting it. I didn't realize that the casing mattered.

-- 
Kind regards,
Chow Loong Jin (GPG: 0x8F02A411)
Ubuntu Contributing Developer



signature.asc
Description: OpenPGP digital signature


Bug#540155: ITP: pdfmod -- simple tool for modifying PDF documents

2009-08-06 Thread Chow Loong Jin
Package: wnpp
Severity: wishlist
Owner: Chow Loong Jin 


* Package name: pdfmod
  Version : 0.4
  Upstream Author : Gabriel Burt 
* URL : http://live.gnome.org/pdfmod
* License : GPL-2+
  Programming Lang: C#
  Description : simple tool for modifying PDF documents

 PDF Mod is a simple tool for modifying PDF documents. It can rotate, extract,
 remove and reoder pages via drag and drop. Multiple documents may be combined
 via drag and drop. You may also edit the title, subject, author and keywords of
 a PDF document using PDF Mod.



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



Bug#537193: RFS

2009-08-01 Thread Chow Loong Jin
To anyone who's interested in viewing the package, and/or sponsoring it,
this package is available in the following places:

 * dget:
http://mentors.debian.net/debian/pool/main/g/gtk2-engines-aurora/gtk2-engines-aurora_1.5.1-1.dsc
 * git: git://git.debian.org/git/collab-maint/gtk2-engines-aurora.git

-- 
Kind regards,
Chow Loong Jin (GPG: 0x8F02A411)
Ubuntu Contributing Developer



signature.asc
Description: OpenPGP digital signature


Bug#536499: ITP: geany-plugins -- Geany plugins pack

2009-08-01 Thread Chow Loong Jin
On Saturday 01,August,2009 11:45 PM, Kartik Mistry wrote:
> On Fri, Jul 10, 2009 at 8:20 PM, Chow Loong Jin wrote:
>> * Package name: geany-plugins
> 
> You are still looking for sponsor? If yes, let me know..
> 
Evgeni (Zhenech on IRC)'s already looked at it and will be uploading
soon. Thanks for the offer anyways. :-)

-- 
Kind regards,
Chow Loong Jin (GPG: 0x8F02A411)
Ubuntu Contributing Developer



signature.asc
Description: OpenPGP digital signature


Bug#537193: ITP: gtk2-engines-aurora -- Aurora gtk+-2.0 theme engine

2009-07-15 Thread Chow Loong Jin
Package: wnpp
Severity: wishlist
Owner: Chow Loong Jin 


* Package name: gtk2-engines-aurora
  Version : 1.5.1
  Upstream Author : Eric Matthews 
* URL : http://www.gnome-look.org/content/show.php?content=56438
* License : GPL-2+
  Programming Lang: C
  Description : Aurora gtk+-2.0 theme engine

"Aurora" refers to the nautral light displays in the sky in polar regions. This
package contains the Aurora theme engine for the GTK+ toolkit, version 2.0.
..
GTK+ is a multi-platform tookit for creating graphical user interfaces.



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



Bug#536499: geany-plugins package is ready

2009-07-10 Thread Chow Loong Jin
geany-plugins 0.17-1 has been uploaded to mentors.debian.net, and is
ready for sponsoring (I hope :)

The package can be downloaded from mentors.debian.net:
dget
http://mentors.debian.net/debian/pool/main/g/geany-plugins/geany-plugins_0.17-1.dsc

And git:
git clone git://git.debian.org/git/pkg-geany/packages/geany-plugins.git

-- 
Kind regards,
Chow Loong Jin (GPG: 0x8F02A411)
Ubuntu Contributing Developer



signature.asc
Description: OpenPGP digital signature


Bug#536499: ITP: geany-plugins -- Geany plugins pack

2009-07-10 Thread Chow Loong Jin
Package: wnpp
Severity: wishlist
Owner: Chow Loong Jin 


* Package name: geany-plugins
  Version : 0.17
  Upstream Author : Andrew L Janke 
Bert Vermeulen 
Enrico Tröger 
Frank Lanitz  
Jeff Pohlmeyer 
* URL : http://plugins.geany.org/
* License : GPL-2+
  Programming Lang: C
  Description : Geany plugins pack

geany-plugins is a set of plugins for the Geany IDE. They include:
 * addons - misc. addons for Geany
 * geanygdb - GDB support for Geany
 * geanylatex - Latex support for Geany
 * geanylipsum - Lorem Ipsum generator for Geany
 * geanylua - Lua scripting interface for Geany
 * geanysendmail - Send file as attachment from Geany
 * geanyvc - Version Control support for Geany
 * shiftcolumn - Shift text horizontally
 * spellcheck - Spellcheck for Geany



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



Bug#532630: closed by Bart Martens (ITP+ITP=ITP)

2009-06-20 Thread Chow Loong Jin
Thanks, I didn't notice I posted the bug twice.

-- 
Regards,
Chow Loong Jin


signature.asc
Description: This is a digitally signed message part


Bug#532632: Acknowledgement (ITP: geanydoc -- a documentation plugin for Geany)

2009-06-10 Thread Chow Loong Jin
geanydoc is now available in mentors.debian.net[1] and
git.debian.org[2].

[1] http://mentors.debian.net/debian/pool/main/g/geanydoc/
[2] git.debian.org/git/pkg-geany/packages/geanydoc.git
-- 
Regards,
Chow Loong Jin (GPG: 0x8F02A411)
Ubuntu Contributing Developer


signature.asc
Description: This is a digitally signed message part


Bug#532632: ITP: geanydoc -- a documentation plugin for Geany

2009-06-10 Thread Chow Loong Jin
Package: wnpp
Severity: wishlist
Owner: Chow Loong Jin 


* Package name: geanydoc
  Version : 0.4
  Upstream Author : Yura Siamashka 
* URL : http://plugins.geany.org/geanydoc/
* License : GPL-3+
  Programming Lang: C
  Description : a documentation plugin for Geany

Geanydoc is a plugin for the Geany IDE which is intended to be used to search
for documentation API from different sources. It allows execution of specified
commands on the current word at the cursor position or otherwise specified via
a dialog to obtain this documentation. This documentation is displayed in the
geany buffer as a tab called *DOC*, or may be displayed in an external program.

After installing this package, you'll need to enable the "Doc" plugin
and then setup a keyword binding for it in Geany's preferences dialogue.

Geany is a small and lightweight integrated development environment using the
GTK2 toolkit.



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



Bug#532630: ITP: geanydoc -- a documentation plugin for Geany

2009-06-10 Thread Chow Loong Jin
Package: wnpp
Severity: wishlist
Owner: Chow Loong Jin 


* Package name: geanydoc
  Version : 0.3
  Upstream Author : Yura Simashka 
* URL : http://plugins.geany.org/geanydoc/
* License : GPL-3+
  Programming Lang: C
  Description : a documentation plugin for Geany

Spellcheck is a plugin for Geany that adds spell checking support. It checks
the content of the current document in Geany with the spell check library
Enchant. You can also select a certain text passage, then the plugin will only
check the selected text. All lines with misspelled words are highlighted with a
red squiggly underline and the wrong words are printed in the messages window
at the bottom of Geany together with available suggestions.

Geany is a small and lightweight integrated development environment using the
GTK2 toolkit.



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



Bug#532488: geanyprj links

2009-06-09 Thread Chow Loong Jin
geanyprj is now in git.debian.org[0] and mentors.debian.net[1].

[0] git://git.debian.org/git/pkg-geany/packages/geanyprj.git
[1] http://mentors.debian.net/debian/pool/main/g/geanyprj
-- 
Regards,
Chow Loong Jin (GPG: 0x8F02A411)
Ubuntu Contributing Developer


signature.asc
Description: This is a digitally signed message part


Bug#532488: ITP: geanyprj -- an alternative project manager for Geany

2009-06-09 Thread Chow Loong Jin
Package: wnpp
Severity: wishlist
Owner: Chow Loong Jin 


* Package name: geanyprj
  Version : 0.5-1
  Upstream Author : Yura Siamashka 
* URL : http://plugins.geany.org/geanyprj/
* License : GPL-2+
  Programming Lang: C
  Description : an alternative project manager for Geany

GeanyPrj is a plugin for Geany that provides an alternative method for managing
projects in Geany, which moves away from Geany's default project management
style, which is session-based, instead implementing a system which
automatically opens a project when oen of its files are opened.

Geany is a small and lightweight integrated development environment using the
GTK2 toolkit.



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



Bug#439056: Links to geanygdb package

2009-06-09 Thread Chow Loong Jin
The geanygdb package is up in git.debian.org[1] and
mentors.debian.net[2]

[1] git://git.debian.org/git/pkg-geany/geanygdb.git
[2] http://mentors.debian.net/debian/pool/main/g/geanyvc
-- 
Regards,
Chow Loong Jin (GPG: 0x8F02A411)
Ubuntu Contributing Developer


signature.asc
Description: This is a digitally signed message part


Bug#517023: ITP: geanyvc -- a VCS plugin for Geany

2009-06-09 Thread Chow Loong Jin
On Tue, 2009-06-09 at 11:17 +0200, Evgeni Golov wrote:
> Well, do you know any timeframe for the merge? If it will be tomorrow
> or 
> next week, an upload now is indeed useless. But if it is to happen in 
> two months, I think we could uplod now and benefit from the
> standalone 
> package in the meantime.

I think it may take some time. I'll get the package up shortly, and
notify you then. =)

Do you feel like sponsoring the other Geany plugins as well?
-- 
Regards,
Chow Loong Jin


signature.asc
Description: This is a digitally signed message part


Bug#517023: ITP: geanyvc -- a VCS plugin for Geany

2009-06-09 Thread Chow Loong Jin
On Mon, 2009-06-08 at 22:48 +0200, Evgeni Golov wrote:
> Hi,
> 
> may I ask how far you are with the geanyvc package?
> I'm very interested in it and could sponsor the upload if needed.

Hi Evgeni,

It's actually ready for upload, but I haven't put it anywhere yet. The
thing is that some, if not most of the plugins in the geany-plugins
project might be merged in the future. So I'm not very sure if I should
go ahead with getting this uploaded now, or whether I should wait a
while more.

Thanks for your interest, though. =)
-- 
Regards,
Chow Loong Jin


signature.asc
Description: This is a digitally signed message part


Bug#531209: ITP: banshee-coverwallpaper -- Cover wallpaper extension for Banshee

2009-05-30 Thread Chow Loong Jin
Package: wnpp
Severity: wishlist
Owner: Chow Loong Jin 


* Package name: banshee-coverwallpaper
  Version : 0.1
  Upstream Author : David Corrales 
* URL : http://banshee-unofficial-plugins.googlecode.com
* License : MIT/X11 (BSD like)
  Programming Lang: C#
  Description : Cover wallpaper extension for Banshee

 CoverWallpaper is an extension for Banshee which automatically sets the
 desktop wallpaper to the cover art of the currently playing media.
 .
 Banshee is a media management and playback application for the GNOME desktop. 

-- System Information:
Debian Release: squeeze/sid
  APT prefers karmic-updates
  APT policy: (500, 'karmic-updates'), (500, 'karmic-security'), (500, 
'karmic-proposed'), (500, 'karmic-backports'), (500, 'karmic')
Architecture: amd64 (x86_64)



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



Bug#531153: ITP: banshee-alarm-extension -- Alarm extension for Banshee

2009-05-30 Thread Chow Loong Jin
Package: wnpp
Severity: wishlist
Owner: Chow Loong Jin 


* Package name: banshee-alarm-extension
  Version : 0.4.2
  Upstream Author : Bertrand Lorentz 
* URL : http://banshee-unofficial-plugins.googlecode.com
* License : MIT/X11
  Programming Lang: C#
  Description : Alarm extension for Banshee

Banshee Alarm Extension is an extension for Banshee which allows alarms to be
set in Banshee. Supported features include:
 * Wake up time
 * Ascending volume alarm with configurable start and end volumes as well as
   duration
 * Sleep timer  

-- System Information:
Debian Release: squeeze/sid
  APT prefers karmic-updates
  APT policy: (500, 'karmic-updates'), (500, 'karmic-security'), (500, 
'karmic-proposed'), (500, 'karmic-backports'), (500, 'karmic')
Architecture: amd64 (x86_64)



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



Bug#531065: ITP: alarm-clock-applet -- Alarm Clock applet for the GNOME panel

2009-05-29 Thread Chow Loong Jin
Package: wnpp
Severity: wishlist
Owner: Chow Loong Jin 


* Package name: alarm-clock-applet
  Version : 0.2.5
  Upstream Author : Johannes H. Jensen 
* URL : http://alarm-clock.pseudoberries.com/
* License : GPL-2+
  Programming Lang: C
  Description : Alarm Clock applet for the GNOME panel

 Alarm Clock is a fully-featured alarm clock for your GNOME panel.
 It is easy to use yet powerful with support for multiple and
 repeatable alarms, as well as snoozing and a flexible notification
 system.
 .
 Two types of alarms are supported: Alarm Clocks and Timers.
 Notification is done by either playing a sound or launching an
 application.

-- System Information:
Debian Release: squeeze/sid
  APT prefers karmic-updates
  APT policy: (500, 'karmic-updates'), (500, 'karmic-security'), (500, 
'karmic-proposed'), (500, 'karmic-backports'), (500, 'karmic')
Architecture: amd64 (x86_64)



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



Bug#492215: Is work still being done on this?

2009-03-23 Thread Chow Loong Jin
On Mon, 2009-03-23 at 18:45 -0500, William Pitcock wrote:
> Go ahead and do it, I have been busy.
Alright, I'll take ownership of this bug and upload it to mentors then.
-- 
Chow Loong Jin


signature.asc
Description: This is a digitally signed message part


Bug#492215: Is work still being done on this?

2009-03-22 Thread Chow Loong Jin
I've already packaged sigx for Ubuntu, and would like to get my package
included in Debian. I'm curious if this bug is still being worked on by
the original person who filed this?
-- 
Chow Loong Jin


signature.asc
Description: This is a digitally signed message part


Bug#520823: ITP: sigx -- interthread communication library for C++

2009-03-22 Thread Chow Loong Jin
Package: wnpp
Owner: Chow Loong Jin 
Severity: wishlist

*** Please type your report below this line ***

* Package name: sigx
  Version : 2.0.2
  Upstream Author : Klaus Triendl 
* URL : http://www.assembla.com/spaces/sigx
* License : LGPL
  Programming Lang: C++
  Description : interthread communication library for C++

 This library is an interthread communication library for C++ on top of
 libsigc++ and glibmm. It provides dispatcher based interthread
communication,
 typesafe functor adaptors to execute functions in the context of
another
 thread, threadsafe wrappers for signals and connections, and deadlock
detection
 for synchronous messages.

-- System Information:
Debian Release: lenny/sid
  APT prefers intrepid-updates
  APT policy: (500, 'intrepid-updates'), (500, 'intrepid-security'),
(500, 'intrepid-proposed'), (500, 'intrepid-backports'), (500,
'intrepid')
Architecture: i386 (i686)

Kernel: Linux 2.6.27-14-generic (SMP w/2 CPU cores)
Locale: LANG=en_SG.UTF-8, LC_CTYPE=en_SG.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


signature.asc
Description: This is a digitally signed message part


Bug#517023: ITP: geanyvc -- a VCS plugin for Geany

2009-02-24 Thread Chow Loong Jin
Package: wnpp
Owner: Chow Loong Jin 
Severity: wishlist

*** Please type your report below this line ***

* Package name: geanyvc
  Version : 0.4
  Upstream Author : Yura Siamashka 
* URL : http://plugins.geany.org/geanyvc/
* License : GPL-2
  Programming Lang: C
  Description : a VCS plugin for Geany

GeaanyVC is a plugin for Geany that provides a uniform way of accessing
the different version-control systems inside the Geany IDE. Only a small
subset of vc operations are implemented, which are:
* diff
* log
* status
* revert
* commit

Geany is a small and lightweight integrated development environment
using the GTK2 toolkit.

-- System Information:
Debian Release: lenny/sid
  APT prefers intrepid-updates
  APT policy: (500, 'intrepid-updates'), (500, 'intrepid-security'),
(500, 'intrepid-proposed'), (500, 'intrepid-backports'), (500,
'intrepid')
Architecture: i386 (i686)

Kernel: Linux 2.6.27-12-generic (SMP w/2 CPU cores)
Locale: LANG=en_SG.UTF-8, LC_CTYPE=en_SG.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


signature.asc
Description: This is a digitally signed message part


Bug#516896: ITP: codelite -- Powerful and lightweight C/C++ IDE

2009-02-24 Thread Chow Loong Jin
Package: wnpp
Owner: Chow Loong Jin 
Severity: wishlist

*** Please type your report below this line ***

* Package name: codelite
  Version : 1.0.2759
  Upstream Author : Eran Ifrah 
* URL : http://www.codelite.org
* License : GPL
  Programming Lang: C++
  Description : Powerful and lightweight C/C++ IDE

CodeLite is a powerful and lightweight C/C++ IDE which comes with but is
not limited to the following features:
* Generic support for compilers
* Built-in GDB support
* Database-based Code Completion mechanism
* Syntax highlighting for C/C++, Java, Perl, XML, Makefile, Lua, Diff
  files, PHP, JavaScript, Python, HTML, and ASP.
* Text Folding
* Bookmarks
* Find and Replace
* doxygen comment generator

-- System Information:
Debian Release: lenny/sid
  APT prefers intrepid-updates
  APT policy: (500, 'intrepid-updates'), (500, 'intrepid-security'),
(500, 'intrepid-proposed'), (500, 'intrepid-backports'), (500,
'intrepid')
Architecture: i386 (i686)

Kernel: Linux 2.6.27-12-generic (SMP w/2 CPU cores)
Locale: LANG=en_SG.UTF-8, LC_CTYPE=en_SG.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- 
Chow Loong Jin


signature.asc
Description: This is a digitally signed message part


Bug#513212: ITP: bansheelyricsplugin -- An extension for Banshee which shows song lyrics.

2009-01-27 Thread Chow Loong Jin
Package: wnpp
Severity: wishlist
Owner: Chow Loong Jin 


* Package name: bansheelyricsplugin
  Version : 0.6.0
  Upstream Author : Christian Martellini

* URL : http://bansheelyricsplugin.googlecode.com
* License : GPL
  Programming Lang: C#
  Description : An extension for Banshee which shows song lyrics.

Banshee Lyrics Plugin is an extension for the Banshee media player which
shows lyrics of the song currently played in Banshee. It supports
retrieving lyrics from http://lyrc.com.ar, http://lyriky.com,
http://lyricwiki.org, and http://www.autolyrics.com. 

-- System Information:
Debian Release: lenny/sid
  APT prefers intrepid-updates
  APT policy: (500, 'intrepid-updates'), (500, 'intrepid-security'),
(500, 'intrepid-proposed'), (500, 'intrepid-backports'), (500,
'intrepid')
Architecture: i386 (i686)

Kernel: Linux 2.6.27-11-generic (SMP w/2 CPU cores)
Locale: LANG=en_SG.UTF-8, LC_CTYPE=en_SG.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
-- 
Chow Loong Jin


signature.asc
Description: This is a digitally signed message part