Bug#958710: ITP: nss-tls -- encrypted glibc name resolving library which uses DNS-over-HTTPS (DoH)

2020-05-23 Thread Kan-Ru Chen
Working on it :)

On Fri, May 22, 2020, at 5:36 PM, Petter Reinholdtsen wrote:
> Hi,
> 
> Any news on getting nss-tls into Debian?
> -- 
> Happy hacking
> Petter Reinholdtsen
>



Bug#958710: ITP: nss-tls -- encrypted glibc name resolving library which uses DNS-over-HTTPS (DoH)

2020-04-24 Thread Kan-Ru Chen
Package: wnpp
Severity: wishlist
Owner: Kan-Ru Chen 

* Package name: nss-tls
  Version : pre-release
  Upstream Author : Dima Krasner 
* URL : https://github.com/dimkr/nss-tls
* License : LGPL-2.1
  Programming Lang: C
  Description : encrypted glibc name resolving library which uses 
DNS-over-HTTPS (DoH)

nss-tls is an alternative, encrypted name resolving library to use
with glibc, which uses DNS-over-HTTPS (DoH).

The glibc name resolver can be configured through nsswitch.conf(5) to
use nss-tls instead of the DNS resolver, or fall back to DNS when
nss-tls fails.

This way, all applications that use the standard resolver API
(getaddrinfo(), gethostbyname(), etc'), are transparently migrated
from DNS to encrypted means of name resolving, with zero
application-side changes and minimal resource consumption footprint.
However, nss-tls does not deal with applications that use their own,
built-in DNS resolver.

There should be three binary packages:

1. nss-tlsd - a daemon that runs in the background, receives name
resolving requests over a Unix socket and replies with resolved
addresses.

2. libnss_tls.so - is a tiny client library, which delegates the
resolving work to nss-tlsd through the Unix socket and passes the
results back to the application, without dependencies other than libc.

3. tlslookup - a utility program that is equivalent to nslookup(1),
but uses libnss_tls.so instead of DNS.



Bug#675065: ITP: fonts-moe-standard-kai -- Chinese TrueType font, standard Kaiti (non-free)

2012-05-29 Thread Kan-Ru Chen
Package: wnpp
Severity: wishlist
Owner: Kan-Ru Chen kos...@debian.org

* Package name: fonts-moe-standard-kai
  Version : 3.00
  Upstream Author : mandr _at_ mail.moe.gov.tw
* URL : http://www.edu.tw/mandr/content.aspx?site_content_sn=31322
* License : CC-BY-ND 3.0
  Programming Lang: truetype font
  Description : Chinese TrueType font, standard Kaiti (non-free)

MOE Std Kai is released by Taiwan Ministry of Education. It covers the
characters plane 1 and 2 defined by CNS11643.



-- 
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/20120529163706.12723.89616.report...@isil.kanru.info



Bug#675066: ITP: fonts-moe-standard-song -- Chinese TrueType font, standard Song (non-free)

2012-05-29 Thread Kan-Ru Chen
Package: wnpp
Severity: wishlist
Owner: Kan-Ru Chen kos...@debian.org

* Package name: fonts-moe-standard-song
  Version : 1.00
  Upstream Author : mandr _at_ mail.moe.gov.tw
* URL : http://www.edu.tw/mandr/content.aspx?site_content_sn=3786
* License : CC-BY-ND 3.0
  Programming Lang: truetype font
  Description : Chinese TrueType font, standard Song (non-free)

MOE Std Song is released by Taiwan Ministry of Education. It covers the
characters plane 1 to 7 defined by CNS11643.



-- 
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/20120529164151.13676.74285.report...@isil.kanru.info



Bug#590180: forked libs in Sigil

2011-12-14 Thread Kan-Ru Chen
Hi!

Dan Horák d...@danny.cz writes:


 Hello Debian maintainers,

 I tried to look at packaging Sigil for Fedora and found your packaging
 request for Debian. In one word it's a nightmare, not only there are
 bundled copies of libraries, but they are usually also modified, making
 their unbundling almost impossible :-(

 My observations are
 - tidyLib - forked copy of library from the tidy project, there would
 probably be a chance to get the changes back to tidy, but tidy looks as
 a dead project

Dead upstream isn't a excuse for copied library. We either have to push
the changes back to tidy or convince Sigil to maintain the forked tidy
library separately.

 - ZipArchive - contains forked copy of zlib

I have contacted the current upstream maintainer at several month ago. I
lost the courage to package it since then, maybe it's time to try
again. Below is the reply from upstream:

John Schember j...@nachtimwald.com writes:

 Kan-Ru,

 The modified libraries you're going to have to live with. Tidy is the
 main one and it's going to be modified more once EPUB3 comes out.
 There really isn't any around this one. I haven't had a chance to look
 into the other ones to see which (if any) others have Sigil specific
 modifications. Once I have that under control I plan to see about
 pushing (if possible) the changes upstream.

 As for why so many libraries are bundled, Strahinja's primarily
 developed it on Windows. My primary OS is OS X. So bundling makes
 sense for these platforms. That said I'm not against using system
 packages when possible and help getting Sigil to use system packages
 would be appreciated.

 The build system is cmake and it's possible to add configuration
 flags. FlightCrew has one for not building the GUI. The cmake files
 would need to be modified to have an option to use system libraries (I
 would like to see individual options for each library) and they would
 need to do what ever is necessary to switch to using system libraries.
 I want to use the bundled libraries by default because it makes it
 easier for me (OS X).

 0.4 is going to be released very soon. I don't want to make any
 changes to the build system for this release. Once that I'll be happy
 to accept patches for using system libraries. Also, Sigil and
 FlightCrew are split into two separate packages. FlightCrew is just
 bundled in Sigil like the others. It would certainly be possible for
 Sigil to be configured to use a system installed FlightCrew as well.

 John


 On Wed, Jul 27, 2011 at 4:03 PM, Kan-Ru Chen kos...@debian.org wrote:
 Hi John,

 I read the Sigil development blog and know that you are taking over the
 project. First I have to thank you for continuing the hard work so that
 Sigil development is active again.

 I've been trying to push/package Sigil into Debian for some time, but it
 is hard because the release file includes so many external libraries and
 some are even modified. To get this done I'm trying to patch Sigil and
 FlightCrew to use system libraries. Since you are about to get 0.4
 released, it would be great to split the core Sigil/FlightCrew code and
 the dependencies into two different release files, then let the build
 system use the system one it found it, or use the bundled one.

 I can help with the build system, and maybe even the code
 itself. Looking forward to your reply.

 Regards,
 --
 Kanru


-- 
Kanru



--
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/87pqfrjei0@isil.kanru.info



Bug#641973: RFP: juicer -- CSS and JavaScript packaging tool

2011-09-18 Thread Kan-Ru Chen
Package: wnpp
Severity: wishlist

* Package name: juicer
  Version : 1.0.6
  Upstream Author : Christian Johansen christ...@cjohansen.no
* URL : 
http://cjohansen.no/en/ruby/juicer_a_css_and_javascript_packaging_tool
https://github.com/cjohansen/juicer/
* License : MIT/Expat
  Programming Lang: Ruby
  Description : CSS and JavaScript packaging tool

Juicer is a command line tool to help to find out dependencies of CSS
or JavaScript files and merge them together to reduce the number of
http requests per page view. It can also use external tool (YUI or
Google Closure) to minify/compress or use JsLint to verify the
CSS/JavaScript files.

--

Sozi[1] upstream uses juicer to maintain the CSS and JavaScript
files. This tool seems useful to other projects, too, but I don't know
ruby so instead a RFP for someone who can maintain it.

[1]: http://bugs.debian.org/638533



-- 
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/20110918094004.32755.84109.report...@isil.kanru.info



Bug#641973: [DRE-maint] Bug#641973: RFP: juicer -- CSS and JavaScript packaging tool

2011-09-18 Thread Kan-Ru Chen
Hi,

Antonio Terceiro terce...@debian.org writes:

 Sozi[1] upstream uses juicer to maintain the CSS and JavaScript
 files. This tool seems useful to other projects, too, but I don't know
 ruby so instead a RFP for someone who can maintain it.
 
 [1]: http://bugs.debian.org/638533

 I am very much interested in having Sozi in Debian. Is this required for
 that? If yes, I might package juicer myself.

Sozi is in Debian now; I use a manually crafted dependency list in the
Makefile. It's only a short term solution. Should the project grow it
may become difficult to patch the Makefile. 

-- 
Kanru


pgp0kEYMkdpxe.pgp
Description: PGP signature


Bug#639212: ITP: uim-chewing -- Universal Input Method - Chewing plugin

2011-08-24 Thread Kan-Ru Chen
Package: wnpp
Severity: wishlist
Owner: Kan-Ru Chen kos...@debian.org

* Package name: uim-chewing
  Version : 0.0.4.2+20110825svn
  Upstream Author : Etsushi Kato ek.k...@gmail.com
* URL : https://code.google.com/p/uim
* License : BSD (3 clause)
  Programming Lang: C, Scheme
  Description : Universal Input Method - Chewing plugin

 Uim is an input method module library which supports various scripts
 and can act as a front end for a range of input methods, including
 Anthy, Canna, PRIME, or SKK (for Japanese), Pinyin (for Chinese),
 Byeoru (for Korean), and M17n (for many other languages). Most of its
 functions are implemented in Scheme, so it's very simple and
 flexible.

 This package contains a plugin for uim to support the use of the
 Chinese input method Chewing.



-- 
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/20110825030642.28849.98067.report...@isil.kanru.info



Bug#638533: ITP: sozi -- inkscape extension for creating animated presentations

2011-08-19 Thread Kan-Ru Chen
Package: wnpp
Severity: wishlist
Owner: Kan-Ru Chen kos...@debian.org

* Package name: sozi
  Version : 11.07
  Upstream Author : Guillaume Savaton senshuap...@gmail.com
* URL : http://sozi.baierouge.fr/
* License : GPL-3/MIT
  Programming Lang: JavaScript, Python
  Description : inkscape extension for creating animated presentations

Unlike in most presentation applications, a Sozi document is not
organized as a slideshow, but rather as a poster where the content of
your presentation can be freely laid out. Playing such a presentation
consists in a series of translations, zooms and rotations that allow
to focus on the elements you want to show.

A Sozi presentation is an SVG document in which a sequence of “frames”
is defined. A frame is a rectangular region of the document associated
with presentation and animation information (e.g. title, ordering,
transition duration).

The presentation editor is an extension for the Inkscape vector
graphics editor. It means that you can create an entire presentation,
graphics and animation, within a single environment. 

Documents produced by Inkscape and Sozi can be displayed and animated
by web browsers supporting the SVG format, and the Javascript
language. The user can control the presentation using the mouse and
keyboard.



-- 
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/20110819163254.5792.93418.report...@isil.kanru.info



Bug#630484: O: gcin

2011-06-14 Thread Kan-Ru Chen
Package: wnpp
Severity: normal


I can no longer keep this package up to date with upstream releases. It
takes too much energy for me to keep it in a good form and I don't use
it very much. Therefore, I orphan this package now.

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

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

Some information about this package:

Package: gcin
Binary: gcin, gcin-dev, gcin-qt4-immodule
Version: 1.5.8-1
Maintainer: Kan-Ru Chen kos...@debian.org
Build-Depends: debhelper (= 7.0.50~), libgtk2.0-dev (= 2.20.0), libxtst-dev, 
libqt4-dev, libanthy-dev
Architecture: any
Standards-Version: 3.9.1
Format: 3.0 (quilt)
Files:
 e6c9f005f428ba3b116ac73aa85d6ff4 1228 gcin_1.5.8-1.dsc
 4f4964688fdac42ed484890ec0c65a14 2869134 gcin_1.5.8.orig.tar.bz2
 c2015e5b2464786296768611dc452c0e 16979 gcin_1.5.8-1.debian.tar.gz
Vcs-Browser: http://git.debian.org/?p=users/koster/gcin.git;a=summary
Vcs-Git: git://git.debian.org/git/users/koster/gcin.git
Checksums-Sha1:
 62d68197293bba97ea257b9559b398ee545a66aa 1228 gcin_1.5.8-1.dsc
 b4f58c68ce5b690c3ddde2d4f90e0e128dc0e10d 2869134 gcin_1.5.8.orig.tar.bz2
 d028a48b768f954f236d2bebc8e5301601244e8d 16979 gcin_1.5.8-1.debian.tar.gz
Checksums-Sha256:
 c2f26a89929a26592d22c9295ad4a3c00ebf38d741679e13b05493500123 1228 
gcin_1.5.8-1.dsc
 9827eaee904d6e943382a897128bdd04c9f097159d76e12f1a585dc91ef45774 2869134 
gcin_1.5.8.orig.tar.bz2
 761c752d2bf4b63bc061a77a98e9bede3a03c8efd43f391d29de7fea30a03db2 16979 
gcin_1.5.8-1.debian.tar.gz
Homepage: http://www.csie.nctu.edu.tw/~cp76/gcin/
Directory: pool/main/g/gcin
Priority: source
Section: utils

Package: gcin
Version: 1.5.8-1
Installed-Size: 6636
Maintainer: Kan-Ru Chen kos...@debian.org
Architecture: amd64
Depends: libc6 (= 2.7), libglib2.0-0 (= 2.12.0), libgtk2.0-0 (= 2.20.0), 
libpango1.0-0 (= 1.14.0), libx11-6, libxtst6
Recommends: im-switch | im-config, gcin-qt4-immodule, anthy
Description: an GTK+ based input method platform for Chinese users
 Gcin is an input method platform, which supports GTK+/QT immodule and XIM.
 Gcin is focused mainly on Traditional Chinese. However, it is also very useful
 for Simplified Chinese, Japanese, and many other languages.
 .
 Input method table format of gcin is almost as same as those of xcin and scim.
 .
 This package contains an GTK+ immodule. If you want to use QT immodule, please
 install gcin-qt3-immodule package.
Homepage: http://www.csie.nctu.edu.tw/~cp76/gcin/
Tag: accessibility::input, culture::chinese, culture::taiwanese, 
implemented-in::c, interface::x11, role::program, uitoolkit::gtk, 
x11::application
Section: utils
Priority: optional
Filename: pool/main/g/gcin/gcin_1.5.8-1_amd64.deb
Size: 2586450
MD5sum: 7e8c5e87a72c949e4aae02c7a68fb5db
SHA1: c9fa99540e0a560dea2be4f60e16667adb82bc31
SHA256: bfa36ca1062bf95e61b786067bd7db336558c39c5063e7700712c8c90352b20f



-- 
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/20110614123802.5451.11592.report...@isil.kanru.info



Bug#590180: Sigile Debian package

2011-06-09 Thread Kan-Ru Chen
Benj. Mako Hill m...@atdot.cc writes:

 Hello Kanru (and others!)

 Thanks everyone for your work so far to get Sigil into Debian.  I've
 noticed that it's been a few months since this bug was updated.

 I'm willing to put in an evening of work or two to help package
 dependencies or do other work to get this package uploaded. Do you
 have a repository where you are working? What, in particular, needs to
 be changed?

Thank you for bring this up again! I feel so bad that I cannot complete
this package quickly.

It seems I had created a collab-maint repository[1] but haven't pushed
anything yet, because of some non-free part that I don't want to put on
alioth.  My local repository was purged accidentally in my last disk
cleanup, fortunately emacs backup and notes was kept so I can rebuild
the repository and publish it this weekend.

Sigil uses so many convenience copy of libraries (three zip libraries!)
so in order to package Sigil one have to package the dependencies first.

A while ago Pino sent to me two patches that make Sigil to use system
boost and zlib library, attached for reference.

Remaining dependencies are

*** ZipArchive
 - http://www.artpol-software.com/
 - http://bugs.debian.org/614183

*** FlightCrew
 - http://code.google.com/p/flightcrew/
 - http://bugs.debian.org/602781

[1]: http://git.debian.org/?p=collab-maint/sigil.git;a=summary

Cheers,
-- 
Kanru

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -54,9 +54,18 @@
 # This disables the building of the test runner app for FlightCrew
 set( NO_TEST_EXE 1 )
 
+find_package( Boost COMPONENTS date_time filesystem program_options regex system thread )
+
 add_subdirectory( src/tidyLib )
 add_subdirectory( src/ZipArchive )
-add_subdirectory( src/BoostParts )
+if( Boost_FOUND )
+set( BOOST_LIBS ${Boost_DATE_TIME_LIBRARY} ${Boost_FILESYSTEM_LIBRARY} ${Boost_PROGRAM_OPTIONS_LIBRARY} ${Boost_REGEX_LIBRARY} ${Boost_SYSTEM_LIBRARY} ${Boost_THREAD_LIBRARY} )
+set( BOOST_INCLUDE_DIRS ${Boost_INCLUDE_DIRS} )
+else()
+add_subdirectory( src/BoostParts )
+set( BOOST_LIBS BoostParts )
+set( BOOST_INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/src/BoostParts )
+endif()
 add_subdirectory( src/Xerces )
 add_subdirectory( src/XercesExtensions )
 add_subdirectory( src/zlib )
--- a/src/FlightCrew/CMakeLists.txt
+++ b/src/FlightCrew/CMakeLists.txt
@@ -50,7 +50,7 @@
 
 # creating PCH's for MSVC and GCC on Linux
 include( ${CMAKE_SOURCE_DIR}/cmake_extras/CustomPCH.cmake )
-set( ALL_INCLUDES ${BoostParts_SOURCE_DIR}
+set( ALL_INCLUDES ${BOOST_INCLUDE_DIRS}
   ${Xerces_SOURCE_DIR}
   ${zipios_SOURCE_DIR} )
 set( GCC_PCH_TARGET gccPCH_fc )
@@ -65,7 +65,7 @@
 include_directories( ${CMAKE_CURRENT_BINARY_DIR}
  ${CMAKE_CURRENT_SOURCE_DIR}
  ../zipios 
- ../BoostParts 
+ ${BOOST_INCLUDE_DIRS} 
  ../Xerces
  ../XercesExtensions
  ../utf8-cpp
@@ -82,7 +82,7 @@
 add_library( ${PROJECT_NAME} ${SOURCES} )
 endif()
 
-target_link_libraries( ${PROJECT_NAME} zipios BoostParts XercesExtensions )
+target_link_libraries( ${PROJECT_NAME} zipios ${BOOST_LIBS} XercesExtensions )
 
 #
 
--- a/src/Sigil/CMakeLists.txt
+++ b/src/Sigil/CMakeLists.txt
@@ -281,7 +281,7 @@
 
 # creating PCH's for MSVC and GCC on Linux
 include( ${CMAKE_SOURCE_DIR}/cmake_extras/CustomPCH.cmake )
-set( ALL_INCLUDES ${BoostParts_SOURCE_DIR}
+set( ALL_INCLUDES ${BOOST_INCLUDE_DIRS}
   ${Xerces_SOURCE_DIR} 
   ${XercesExtensions_SOURCE_DIR} 
   ${ZipArchive_SOURCE_DIR}
@@ -357,7 +357,7 @@
 # and the headers for the linked-to libraries
 include_directories( ${CMAKE_CURRENT_BINARY_DIR} 
  ${CMAKE_CURRENT_SOURCE_DIR} 
- ${BoostParts_SOURCE_DIR}
+ ${BOOST_INCLUDE_DIRS}
  ${Xerces_SOURCE_DIR} 
  ${XercesExtensions_SOURCE_DIR} 
  ${ZipArchive_SOURCE_DIR}
@@ -377,7 +377,7 @@
 add_executable( ${PROJECT_NAME} WIN32 ${ALL_SOURCES} )
 endif()
 
-target_link_libraries( ${PROJECT_NAME} tidyLib ZipArchive BoostParts Xerces XercesExtensions FlightCrew ${QT_LIBRARIES} )
+target_link_libraries( ${PROJECT_NAME} tidyLib ZipArchive ${BOOST_LIBS} Xerces XercesExtensions FlightCrew ${QT_LIBRARIES} )
 
 #
 
--- a/src/XercesExtensions/CMakeLists.txt
+++ b/src/XercesExtensions/CMakeLists.txt
@@ -17,7 +17,7 @@
 # and the headers for the linked-to libraries
 include_directories( ${CMAKE_CURRENT_SOURCE_DIR}
  ../Xerces
- ../BoostParts )
+ ${BOOST_INCLUDE_DIRS} )
 
 link_directories ( ${PROJECT_BINARY_DIR}/lib ) 
 
--- a/src/zipios/CMakeLists.txt
+++ 

Bug#620897: ITP: sshuttle -- Transparent proxy server that works as a poor man's VPN

2011-04-05 Thread Kan-Ru Chen
Miguel Landaeta mig...@miguel.cc writes:

 Package: wnpp
 Severity: wishlist
 Owner: Miguel Landaeta mig...@miguel.cc

 * Package name: sshuttle
   Version : 0.52
   Upstream Author : Avery Pennarun apenw...@gmail.com
 * URL : https://github.com/apenwarr/sshuttle
 * License : GPL-2+
   Programming Lang: Python
   Description : Transparent proxy server that works as a poor man's VPN

Already in the archive (Cc the current maintainer):

  http://packages.qa.debian.org/s/sshuttle.html

I use this package a lot, and I'm very happy to see someone to help this
package to keep it fresh  up to date.

Cheers,
Kanru



-- 
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/878vvp1abs@anar.kanru.info



Bug#621012: ITP:viewnior -- simple, fast and elegant image viewer

2011-04-05 Thread Kan-Ru Chen
Hi,

satish paikrao sat.paikrao...@gmail.com writes:

 Subject: ITP: viewnior -- simple, fast and elegant image viewer
 Package: wnpp
 Owner: Kan-Ru Chen kos...@debian.org
 Severity: wishlist

Are you going to package viewnior? You can reuse the bug #582090, just
change it's owner and the title.

I'm willing to sponsor if you have a package that is ready to upload.

Cheers,
Kanru
-- 
A badly written book is only a blunder. A bad translation of a good
book is a crime.
-- Gilbert Highet



-- 
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/87lizo9nhz@anar.kanru.info



Bug#590180: Sigile Debian package

2011-02-25 Thread Kan-Ru Chen

Hi,

(ccing the bug report)

Pierre Haessig pierre.haes...@crans.org writes:

 Hello Kanru,
 I've seen from Debian BTS
 (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590180) that you were
 planning to package Sigile back in January. I have not seen Sigile in
 the Debian packet database yet, but is there a place to download the
 file manually ?

Yes, I'm still working on this. I have a installable package; build the
program is easy. The package has not yet been uploaded because it uses
so many convenience copy of libraries in the upstream tarball (zip
ball?). In consequence the packages libziparchive (#614183) and
flightcrew (#602781) have to be uploaded together. Flightcrew itself
also contains another set of convenience copy of libraries. So the
workload of packaging this single package was at least tripled.

 Is there a plan to push Sigile in the new testing ?

Definitely.

 Also, do you need some help in this process ?
 I'm looking forward hearing from you !

Any help would be appreciated. For example, auditing the licenses of
remaining dependencies, or package the dependencies. ;-)

 Best,
 Pierre

Cheers,
Kanru

-- 
A badly written book is only a blunder. A bad translation of a good
book is a crime.
-- Gilbert Highet


pgpeNnwdJw3Jn.pgp
Description: PGP signature


Bug#614183: ITP: ziparchive -- A C++ ZIP archive library

2011-02-20 Thread Kan-Ru Chen
Package: wnpp
Severity: wishlist
Owner: Kan-Ru Chen kos...@debian.org

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

* Package name: ziparchive
  Version : 4.1.0
  Upstream Author : Tadeusz Dracz tdr...@artpol-software.com
* URL : http://www.artpol-software.com/
* License : GPL-2+
  Programming Lang: C++
  Description : A C++ ZIP archive library

 The ZipArchive Library is written in C++ and offers the following
 features:
 .
 * Compression, decompression and modification of zip archives.
 * Segmented archives support (splitting and spanning).
 * Standard zip encryption.
 * In-memory archives processing.
 * Progress notifications with controllable frequency of calling
   callbacks.
 * Storing and retrieving custom data in extra fields.
 * Possibility of bulk adding files using built-in or custom filters.
 * Easy API.
 * Source code available.
 * Comprehensive documentation with samples.
 * Available in STL (cross-platform) and MFC (Windows) versions.
 * Available for: Windows, Linux, Mac OS X.
 * Compiles under:
   Microsoft Visual Studio 2010/2008/2005/2003/6.0, GCC, MinGW,
 * C++Builder.
 * 64-bit ready.
 * Supports little-endian and big-endian architectures.
 * Can be used in C++/CLI applications.

- --

This package is required by the Sigil (#590180) package. Following
binary packages are planned:

 * libziparchive-dev
 * libziparchive-doc
 * zippie - A command line zip archive utility

No shared library because the upstream Makefile does not build one and
the library interface may change between every revision.

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

iEYEARECAAYFAk1g4FMACgkQsbdbXzZcx6Jh1gCfcOqFfEGu87T0xdHJ/WVEP/0D
u80An0M+E4YpSHgLpUYkROJPt1xPH81R
=lfhT
-END PGP SIGNATURE-



-- 
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/20110220093518.30239.22848.report...@anar.kanru.info



Bug#612143: O: zsh -- A shell with lots of features

2011-02-06 Thread Kan-Ru Chen
Package: wnpp
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The original maintainer, Clint Adams cl...@zsh.org, orphaned the
package.

 zsh (4.3.11-2) unstable; urgency=low
 .
   * Fix psmisc detection of fuser completion, thanks to GI.
 closes: #607603.
   * Change recommended prompt theme to adam1.
   * Turn SHARE_HISTORY on in the recommended zshrc.
   * Orphan the package.

The package description is:
 Zsh is a UNIX command interpreter (shell) usable as an
 interactive login shell and as a shell script command
 processor. Of the standard shells, zsh most closely resembles
 ksh but includes many enhancements. Zsh has command-line editing,
 built-in spelling correction, programmable command completion,
 shell functions (with autoloading), a history mechanism, and a
 host of other features.

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

iEYEARECAAYFAk1Oel0ACgkQsbdbXzZcx6KO7QCg+K9+YK9+iGDP4XTkRhdO4nvD
vGsAoIkJhmUC37ClITUohnTMGD16/8En
=cNWE
-END PGP SIGNATURE-



-- 
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/20110206103930.23490.32650.report...@anar.kanru.info



Bug#590180: ITP: sigil -- A WYSIWYG ebook editor

2011-01-04 Thread Kan-Ru Chen
Hello Masayuki  happy new year!

I plan to prepare a updateed Sigil package based on your 0.2.3 version
(upstream is 0.3.2 now), it will take about 5-7 days.  If there was
still no response from you since then, I will upload it for new
processing directly.

I'm looking forward to hearing form you!

Kanru
-- 
A badly written book is only a blunder. A bad translation of a good
book is a crime.
-- Gilbert Highet


pgplJByvm7cUI.pgp
Description: PGP signature


Bug#590180: ITP: sigil -- A WYSIWYG ebook editor

2010-12-14 Thread Kan-Ru Chen
Hi,

I am interested to ebook editing and want to use Sigil in Debian.  What
is the current status of this package?  I am volunteered if you need
help!

Cheers,
Kanru

-- 
A badly written book is only a blunder. A bad translation of a good
book is a crime.
-- Gilbert Highet



-- 
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/87ipywlhkz@anar.kanru.info



Bug#604168: RFS: ramond (updated, take 3)

2010-11-29 Thread Kan-Ru Chen
Nicolas Dandrimont nicolas.dandrim...@crans.org writes:

 And if you list the docs in debian/docs, dh_installdocs will take
 care of them.

 Done.

Note that the file name is `package.docs' or `docs', not `installdocs'.

 Take 3 on ramond's package can be found on mentors.debian.net:

 - URL: http://mentors.debian.net/debian/pool/main/r/ramond
 - Source repository: deb-src http://mentors.debian.net/debian unstable main 
 contrib non-free
 - dget http://mentors.debian.net/debian/pool/main/r/ramond/ramond_0.4-1.dsc

 Thanks for your review,

Thanks for your contribution to Debian.

If no others want to sponsor this package, I will upload it with docs
fixed this evening.

Cheers,
Kanru



-- 
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/87tyizwls6@anar.kanru.info



Bug#604168: RFS: ramond (updated)

2010-11-24 Thread Kan-Ru Chen
Nicolas Dandrimont nicolas.dandrim...@crans.org writes:

 ramond - IPv6 Router Advertisement MONitoring Daemon

Looks interesting, however I don't have IPv6 environment to test right
now.

 Hi mentors,

 I updated the package to account for Jonathan Nieder's remarks[1], and
 improving a few things:

The package builds fine and appears to be lintian clean, though a little
too verbose.  Please consider comment out the export DH_VERBOSE=1 by
default in debian/rules.

  - use of dh_installexamples
  - stripping the README off the installation instructions

IMO, leave the README as is wouldn't harm at all.

sed '/Installation/, /textproc/ d' README debian/README

Why sed?  It could be done in a path, otherwise you leave a patched
debian/README that was not cleaned by dh_clean.  And if you list the
docs in debian/docs, dh_installdocs will take care of them.

Cheers,
Kanru



-- 
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/87k4k2je0l@anar.kanru.info



Bug#582090: (no subject)

2010-05-18 Thread Kan-Ru Chen
Subject: ITP: viewnior -- simple, fast and elegant image viewer
Package: wnpp
Owner: Kan-Ru Chen kos...@debian.org
Severity: wishlist

* Package name: viewnior
  Version : 1.0
  Upstream Author : Siyan Panayotov xsis...@gmail.com
* URL : http://xsisqox.github.com/Viewnior/
* License : GPLv3
  Programming Lang: C
  Description : simple, fast and elegant image viewer

This is Viewnior, an image viewer program. Created to be simple, fast
and elegant. It's minimalistic interface provides more screenspace for
your images. Among its features are:

 * Fullscreen  Slideshow
 * Rotate, flip, crop, save, delete images
 * Animation support
 * Browse only selected images
 * Navigation window
 * Set image as wallpaper (only under GNOME)
 * Simple interface
 * Configurable mouse actions

Viewnior is insipred by big projects like Eye of Gnome, because of
it's usability and richness,and by GPicView, because of it's
lightweight design and minimal interface. So here comes Viewnior -
small and light, with no compromise with the quality of it's
functions. The program is made with better integration in mind
(follows Gnome HIG2)

Viewnior is written in C (GTK+) and uses modified version of the
GtkImageView library by Bjourn Lindqvist.


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

iEYEARECAAYFAkvyUTYACgkQsbdbXzZcx6IoOwCgkOMIcK0IZoGL8FxL7MyXytQZ
LN8AnRIQagWUTvllHlG02Nukz27lVXfY
=FuXv
-END PGP SIGNATURE-



-- 
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/20100518083519.22507.37683.report...@anar.kanru.info



Bug#540439: O: tspc -- client to configure an IPv6 tunnel to Hexago's migration broker

2009-08-08 Thread Kan-Ru Chen
lucab  Dead upstream, new client available in sid (gw6c)
lucab
lucab Given that, I think we can better go with a removal request for tspc.
lucab Any comments?
lucab
lucab Ciao, Luca

Good idea. What should I do?
Should I just retitle and reassign this bug to ftp.debian.org?

 Kanru


pgpgoqpugYUJ0.pgp
Description: PGP signature


Bug#540439: O: tspc -- client to configure an IPv6 tunnel to Hexago's migration broker

2009-08-07 Thread Kan-Ru Chen
Package: wnpp
Severity: normal

Dead upstream, new client available in sid (gw6c) 



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