Bug#530453: ITP: libnet-twitter-diff-perl -- Handy when you want to know relationshop between your followers and follwoings and when you wnat to compare your following and somebody's.

2009-05-24 Thread Edi Stojicevic
Package: wnpp
Severity: wishlist
Owner: Edi Stojicevic estojice...@debianworld.org


* Package name: libnet-twitter-diff-perl
  Version : 0.04
  Upstream Author : Tomohiro Teranishi tomyh...@cpan.org
* URL : http://search.cpan.org/dist/Net-Twitter-Diff-0.04/
* License : GPL
  Programming Lang: Perl
  Description : Twitter diff

Handy when you want to know relationshop between your followers and follwoings 
and when you wnat to
compare your following and somebody's.



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



Bug#530467: ITP: libweb-scraper-perl -- Web Scraping Toolkit inspired by Scrapi

2009-05-24 Thread Edi Stojicevic
Package: wnpp
Severity: wishlist
Owner: Edi Stojicevic estojice...@debianworld.org


* Package name: libweb-scraper-perl
  Version : 0.28
  Upstream Author : Tastuhiko Miyagawa miyag...@bulknews.net
* URL : 
http://search.cpan.org/dist/Web-Scraper-0.28/lib/Web/Scraper.pm
* License : GPL
  Programming Lang: Perl
  Description : Web Scraping Toolkit inspired by Scrapi

Web::Scraper is a web scraper toolkit, inspired by Ruby's equivalent Scrapi.

THIS MODULE IS IN ITS BETA QUALITY. THE API IS STOLEN FROM SCRAPI BUT MAY 
CHANGE IN THE FUTURE



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



Bug#489235: ITP: libsvn-dump-perl -- A Perl interface to Subversion dumps

2008-07-04 Thread Edi Stojicevic
Package: wnpp
Severity: wishlist
Owner: Edi Stojicevic [EMAIL PROTECTED]


* Package name: libsvn-dump-perl
  Version : 0.04
  Upstream Author : Philippe Bruhat (BooK)
* URL : http://search.cpan.org/dist/SVN-Dump-0.04/lib/SVN/Dump.pm
* License : GPL
  Programming Lang: Perl
  Description : A Perl interface to Subversion dumps

An SVN::Dump object represents a Subversion dump.

This module follow the semantics used in the reference document (the file 
notes/fs_dumprestore.txt in the Subversion source tree):

* A dump is a collection of records (SVN::Dump::Record objects).
* A record is composed of a set of headers (a SVN::Dump::Headers object), a 
set of properties (a SVN::Dump::Property object) and an optional bloc of text 
(a SVN::Dump::Text object).
* Some special records (delete records with a Node-kind header) recursively 
contain included records.

Each class has a as_string() method that prints its content in the dump format.

The most basic thing you can do with SVN::Dump is simply copy a dump:

use SVN::Dump;

my $dump = SVN::Dump-new( 'mydump.svn' );
print $dump-as_string(); # only print the dump header

while( $rec = $dump-next_record() ) {
print $rec-as_string();
}

After the operation, the resulting dump should be identical to the original 
dump.

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

Kernel: Linux 2.6.25-2-686-bigmem (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.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#489145: ITP: libgit-fastexport-perl -- A module to parse the output of git-fast-export

2008-07-03 Thread Edi Stojicevic
Package: wnpp
Severity: wishlist
Owner: Edi Stojicevic [EMAIL PROTECTED]


* Package name: libgit-fastexport-perl
  Version : 0.01
  Upstream Author : Philippe 'Book' Bruat  [EMAIL PROTECTED]
* URL : 
http://search.cpan.org/dist/Git-FastExport-0.01/lib/Git/FastExport.pm
* License : GPL
  Programming Lang: Perl
  Description : A module to parse the output of git-fast-export

Git::FastExport is a module that parses the output of git-fast-export and 
returns
Git::FastExport::Block objects that can be inspected or modified before being 
eventually passed on
as the input to git-fast-import.

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

Kernel: Linux 2.6.25-2-686-bigmem (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.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#487451: ITP: librt-client-console-perl -- Text based RT console

2008-06-21 Thread Edi Stojicevic
Package: wnpp
Severity: wishlist
Owner: Edi Stojicevic [EMAIL PROTECTED]


* Package name: librt-client-console-perl
  Version : 0.2.0
  Upstream Author : Damien dams Krotkine [EMAIL PROTECTED]
* URL : 
http://search.cpan.org/~dams/RT-Client-Console-0.2.0/lib/RT/Client/Console.pm
* License : GPL
  Programming Lang: Perl
  Description : Text based RT console
RT::Client::Console distribution provides an executable rtconsole and modules. 
The executable is a
full-featured curses-based interface to any RT server that has REST interface 
enabled.

The modules provides comprehensive ways to connect, interact and display 
informations from the RT
server. A plugin mechanism is planned, and will enable more flexibility.



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



Bug#487450: ITP: librt-client-console-perl -- Talk to RT installation using REST protocol.

2008-06-21 Thread Edi Stojicevic
Package: wnpp
Severity: wishlist
Owner: Edi Stojicevic [EMAIL PROTECTED]

* Package name: librt-client-console-perl
  Version : 0.36
  Upstream Author : Damien dams Krotkine [EMAIL PROTECTED]
* URL : 
http://search.cpan.org/~dams/RT-Client-REST-0.36/lib/RT/Client/REST.pm
* License : GPL
  Programming Lang: Perl
  Description : Talk to RT installation using REST protocol.

  RT::Client::REST is /usr/bin/rt converted to a Perl module. I needed to 
implement some RT
  interactions from my application, but did not feel that invoking a shell 
command is appropriate.
  Thus, I took rt tool, written by Abhijit Menon-Sen, and converted it to an 
object-oriented Perl
  module.



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



Bug#485288: ITP: libcurses-forms-perl -- Curses Forms Framework

2008-06-08 Thread Edi Stojicevic
Package: wnpp
Severity: wishlist
Owner: Edi Stojicevic [EMAIL PROTECTED]


* Package name: libcurses-forms-perl
  Version : 1.997
  Upstream Author : Arthur Corliss [EMAIL PROTECTED]
* URL : http://search.cpan.org/~corliss/CursesForms-1.997/Forms.pm
* License : GPL
  Programming Lang: Perl
  Description : Curses Forms Framework


Curses::Forms provide a simple framework for OO forms. The Forms module itself 
provides a basic
class from which extended forms can be derived, or, it can be used as-is to 
control forms populated
with widgets. More specialised forms are also available under 
Curses::Forms::Dialog.



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



Bug#480383: ITP: libdevel-leak-perl -- Utility for looking for perl objects that are not reclaimed.

2008-05-09 Thread Edi Stojicevic
Package: wnpp
Severity: wishlist
Owner: Edi Stojicevic [EMAIL PROTECTED]


* Package name: libdevel-leak-perl
  Version : x.y.z
  Upstream Author : Name [EMAIL PROTECTED]
* URL : http://www.example.org/
* License : (GPL, LGPL, BSD, MIT/X, etc.)
  Programming Lang: (C, C++, C#, Perl, Python, etc.)
  Description : Utility for looking for perl objects that are not reclaimed.

Devel::Leak has two functions NoteSV and CheckSV.

NoteSV walks the perl internal table of allocated SVs (scalar values) - (which 
actually contains
arrays and hashes too), and records their addresses in a table. It returns a 
count of these
things, and stores a pointer to the table (which is obtained from the heap 
using malloc()) in its
argument.

CheckSV is passed argument which holds a pointer to a table created by NoteSV. 
It re-walks the
perl-internals and calls sv_dump() for any things which did not exist when 
NoteSV was called. It
returns a count of the number of things now allocated.



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



Bug#478518: ITP: librelative-perl -- Load modules with relative names

2008-04-29 Thread Edi STOJICEVIC
Package: wnpp
Severity: wishlist
Owner: Edi STOJICEVIC [EMAIL PROTECTED]


* Package name: librelative-perl 
  Version : x.y.z
  Upstream Author : Sébastien Aperghis-Tramoni
* URL : http://search.cpan.org/~saper/relative-0.04/lib/relative.pm
* License : GPL (same terms as perl itself)
  Programming Lang: Perl
  Description : Load modules with relative names



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