Bug#465179: ITP: php-codesniffer -- tokenises PHP code and detects violations of a defined set of coding standards

2008-02-10 Thread Jack Bates
Package: wnpp
Severity: wishlist
Owner: Jack Bates [EMAIL PROTECTED]

* Package name: php-codesniffer
* URL : http://pear.php.net/package/PHP_CodeSniffer/
* License : BSD
  Programming Lang: PHP
  Description : tokenises PHP code and detects violations of a defined set 
of coding standards

 PHP_CodeSniffer is a PHP5 script that tokenises and sniffs PHP code
 to detect violations of a defined set of coding standards. It is an
 essential development tool that ensures that your code remains clean
 and consistent. It can even help prevent some common semantic errors
 made by developers.

http://cgi.sfu.ca/~jdbates/debian/pool/php-codesniffer/

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

Kernel: Linux 2.6.22-3-686 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#463337: ITP: mod-atom -- Apache2 module for publishing and editing web resources

2008-01-30 Thread Jack Bates
Package: wnpp
Severity: wishlist
Owner: Jack Bates [EMAIL PROTECTED]

* Package name: mod-atom
  Upstream Author : Tim Bray [EMAIL PROTECTED]
* URL : http://code.google.com/p/mod-atom/
* License : Apache
  Programming Lang: C
  Description : Apache2 module for publishing and editing web resources

C language implementation of the Atom Publishing Protocol server
function, implemented as an Apache module.  Data storage is in the
filesystem.  Configuration is minimal.

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

Kernel: Linux 2.6.22-3-686 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#457899: RFP: ubuntu-archive-keyring -- GnuPG keys of the Ubuntu archive

2007-12-26 Thread Jack Bates
Package: wnpp
Severity: wishlist

I frequently use pbuilder on my Debian system to build packages for
Ubuntu, so I manually install:
http://packages.ubuntu.com/gutsy/misc/ubuntu-keyring

- to avoid errors like:

ket% sudo pbuilder create --basetgz /var/cache/pbuilder/base-gutsy.tgz 
--distribution gutsy --mirror http://archive.ubuntu.com/ubuntu/
Distribution is gutsy.
Building the build environment
 - running cdebootstrap
/usr/bin/cdebootstrap
E: Can't find keyring ubuntu-archive-keyring.gpg
pbuilder: cdebootstrap failed
 - Aborting with an error
 - cleaning the build env 
- removing directory /var/cache/pbuilder/build//30383 and its 
subdirectories
ket%   

Similarly I sometimes rebuild Ubuntu packages for Debian and encounter
this error after adding an Ubuntu deb-src line to my sources.list:

W: GPG error: http://archive.ubuntu.com gutsy Release: The following
signatures couldn't be verified because the public key is not available:
NO_PUBKEY 40976EAF437D05B5

I wish the ubuntu-archive-keyring package were available as a priority
extra package in Debian.

Jack

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

Kernel: Linux 2.6.18-rc6-mm2-tor-200609190
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash



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



Bug#387971: mod_gnutls Debian package

2007-12-07 Thread Jack Bates
retitle 387971 ITP: mod-gnutls -- Apache2 module for SSL and TLS
encryption using GnuTLS
owner 387971 !
thanks

At last, I succeeded in packaging mod_gnutls for Debian:
http://cgi.sfu.ca/~jdbates/debian/pool/mod-gnutls/

I plan to update this package to mod_gnutls 0.4.1 as soon as GnuTLS
2.1.7 is available in Debian.

Much thanks for this great module and keep up the awesome work, Jack


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


Bug#387971: mod_gnutls

2007-07-28 Thread Jack Bates
Hi James, thanks for taking a stab at this. I took a shot today at
packaging it myself, and encountered a libtool error as you forewarned:

[...]
/usr/share/apr-1.0/build/libtool --mode=link i486-linux-gnu-gcc  -Wall -g -O2  -
Wl,-z,defs -o libmod_gnutls.la -rpath /usr/lib -rpath /usr/lib/apache2/modules -
module -avoid-version -lgnutls libmod_gnutls_la-mod_gnutls.lo libmod_gnutls_la-g
nutls_io.lo libmod_gnutls_la-gnutls_cache.lo libmod_gnutls_la-gnutls_config.lo l
ibmod_gnutls_la-gnutls_hooks.lo
libtool: link: warning: ignoring multiple `-rpath's for a libtool library
i486-linux-gnu-gcc -shared  .libs/libmod_gnutls_la-mod_gnutls.o .libs/libmod_gnu
tls_la-gnutls_io.o .libs/libmod_gnutls_la-gnutls_cache.o .libs/libmod_gnutls_la-
gnutls_config.o .libs/libmod_gnutls_la-gnutls_hooks.o  /usr/lib/libgnutls.so -L/
usr/lib  -Wl,-z -Wl,defs -Wl,-soname -Wl,libmod_gnutls.so -o .libs/libmod_gnutls
.so
.libs/libmod_gnutls_la-mod_gnutls.o: In function `gnutls_hooks':
/tmp/buildd/mod-gnutls-0.2.0/src/mod_gnutls.c:23: undefined reference to `ap_hoo
k_pre_connection'
/tmp/buildd/mod-gnutls-0.2.0/src/mod_gnutls.c:25: undefined reference to `ap_hoo
k_post_config'
/tmp/buildd/mod-gnutls-0.2.0/src/mod_gnutls.c:27: undefined reference to `ap_hoo
k_child_init'
[...]

Is this the same error you were experiencing in May? If you can give
advice on this issue either because it's familiar or because you can
figure it out, that's much appreciated. Otherwise please let me know and
I'll try following up with upstream developers...

Thanks again, Jack


signature.asc
Description: Digital signature


Bug#434132: ITP: php-sasl -- Cyrus SASL extension for PHP

2007-07-21 Thread Jack Bates
Package: wnpp
Severity: wishlist
Owner: Jack Bates [EMAIL PROTECTED]

* Package name: php-sasl
  Version : 0.1.0
  Upstream Author : Jon Parise [EMAIL PROTECTED]
* URL : http://pecl.php.net/package/sasl
* License : PHP
  Programming Lang: PHP
  Description : Cyrus SASL extension for PHP

 SASL is the Simple Authentication and Security Layer (as defined by
 RFC ).  It provides a system for adding plugable authenticating
 support to connection-based protocols.  The SASL Extension for PHP
 makes the Cyrus SASL library functions available to PHP. It aims to
 provide a 1-to-1 wrapper around the SASL library to provide the
 greatest amount of implementation flexibility.  To that end, it is
 possible to build both a client-side and server-side SASL
 implementation entirely in PHP.

http://cgi.sfu.ca/~jdbates/debian/pool/php-sasl/

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

Kernel: Linux 2.6.21-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#396847: also interested

2007-06-16 Thread Jack Bates
I'm also interested in this package, is it available to online somewhere
to try?

Thanks, Jack


signature.asc
Description: Digital signature


Bug#414849: RFP: python-pydirector -- pure Python TCP load balancer

2007-03-13 Thread Jack Bates
Package: wnpp
Severity: wishlist

* Package name: python-pydirector
  Version : 1.0.0
  Upstream Author : Anthony Baxter [EMAIL PROTECTED]
* URL : http://pythondirector.sourceforge.net/
* License : MIT
  Programming Lang: Python
  Description : pure Python TCP load balancer

This is a pure Python TCP load balancer.  It takes inbound TCP
connections and connects them to one of a number of backend servers.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)


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



Bug#167407: look forward to this package

2007-02-19 Thread Jack Bates
I look forward to this package! Is your work available? I'd love to try
it. Thanks for maintaining this package! Jack


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


Bug#379147: status of fusedav package?

2006-11-27 Thread Jack Bates
I'm super keen to start using fusedav in Debian! What is the status of
your packaging efforts please?

I see that in September you were waiting for GnuTLS (and threadsafety)
enabled libneon26. I see that libneon26-gnutls is now in unstable and
testing and bug #374180 is closed.

Can I please try out your package?

I got a WebDAV module into Gallery 2.2 and am eager to access my Gallery
parameters as filesystem extended attributes!

Jack


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


Bug#387971: RFP: mod_gnutls -- uses the GnuTLS library to provide SSL v3, TLS 1.0 and TLS 1.1 encryption for Apache

2006-09-17 Thread Jack Bates
Package: wnpp
Severity: wishlist

mod_gnutls uses the GnuTLS library to provide SSL v3, TLS 1.0 and TLS
1.1 encryption for Apache HTTPD.  It is similar to mod_ssl in purpose,
but does not use OpenSSL.

Homepage: http://www.outoforder.cc/projects/apache/mod_gnutls/

I wish this module were in Debian, so I could use gpg keys for https.

Thanks - Jack


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


Bug#385494: RFP: gnome-kerberos or ticket-applet -- Kerberos 5 tools for GNOME

2006-08-31 Thread Jack Bates
Package: wnpp
Severity: wishlist

I need a GUI tool for managing Kerberos tickets - something like
network-manager for Kerberos.

Apple has a particularly convenient Kerberos GUI in OS X - I like their
design very much.

Perhaps one of these projects could be packaged?

http://www.advogato.org/proj/Kerberos%20Applet/

http://www.andrewchatham.com/ticket_applet/

http://savannah.nongnu.org/projects/ticketapplet/

http://rpmfind.net//linux/RPM/fedora/4/src/gnome-kerberos-0.3.3-2.src.html

Simon Josefsson's Shishi page mentions the gnome ticket applet -
http://josefsson.org/shishi/

Thanks - Jack


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