whohas 0.17 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News whohas 0.17 (Default branch)
# 1  
Old 11-14-2008
whohas 0.17 (Default branch)

Imagewhohas is a command line tool that allows you toquery several package collections at once. Itcurrently supports Arch Linux, Debian, Fedora,Gentoo, Slackware (and linuxpackages.net), SourceMage Linux, Ubuntu, FreeBSD, NetBSD, OpenBSD, Fink, and DarwinPorts repositories. whohas was designed to help package maintainers find ebuilds, pkgbuilds, and similar package definitions from otherdistributions to learn from. However, it can alsobe used by normal users who want to know whichdistribution provides certain packages, and whichversion of a given package is in use in eachdistribution or in each release of a distribution.License: GNU General Public License (GPL)Changes:
This is the first big update in three years. Allmodules are now working except for Gentoo (sincetheir search interface was taken down) and Fedora.These remain disabled for now.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Arch(3pm)						User Contributed Perl Documentation						 Arch(3pm)

NAME
Arch - GNU Arch Perl library SYNOPSIS
use Arch 0.5.2; # perldoc Arch # axp man Arch # example: produce ChangeLog for the current project use Arch::Tree; foreach my $log (Arch::Tree->new->get_logs) { print "-" x 80, " "; print $log->standard_date, " "; print $log->summary, " "; print $log->body; } DESCRIPTION
The Arch-Perl library allows Perl developers to create GNU Arch front-ends in an object oriented fashion. GNU Arch is a decentralized, changeset-oriented revision control system. Currently, a pragmatic high-level interface is built around tla or baz. This functionality was initially developed for ArchZoom project, and was highly enhanced to serve AXP and ArchWay projects as well. AUTHORS
Mikhael Goikhman (migo@homemail.com--Perl-GPL/arch-perl--devel). Enno Cramer (uebergeek@web.de--2003/arch-perl--devel). SEE ALSO
For more information, see tla, Arch::Backend, Arch::Changes, Arch::Changeset, Arch::DiffParser, Arch::FileHighlighter, Arch::Inventory, Arch::Library, Arch::LiteWeb, Arch::Log, Arch::Name, Arch::Registry, Arch::RevisionBunches, Arch::Run, Arch::RunLimit, Arch::Session, Arch::SharedCache, Arch::SharedIndex, Arch::Storage, Arch::Tarball, Arch::TempFiles, Arch::Test::Archive, Arch::Test::Cases, Arch::Test::Framework, Arch::Test::Tree. Arch::Tree, Arch::Util. perl v5.10.1 2005-10-23 Arch(3pm)