initally imported
from the DESCR: Jifty is a full-stack web framework. It provides an optional REST interface for applications. Using this module, you can interact with that REST interface to write client-side utilities. You can use this module directly, but you'll be better off subclassing it, such as what we've done for Net::Hiveminder. This module also provides a number of convenient methods for writing short scripts.
This commit is contained in:
parent
43b962e8f8
commit
42e39f3f36
3 changed files with 40 additions and 0 deletions
6
net/p5-Net-Jifty/DESCR
Normal file
6
net/p5-Net-Jifty/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
Jifty is a full-stack web framework. It provides an optional REST
|
||||
interface for applications. Using this module, you can interact with
|
||||
that REST interface to write client-side utilities. You can use this
|
||||
module directly, but you'll be better off subclassing it, such as what
|
||||
we've done for Net::Hiveminder. This module also provides a number of
|
||||
convenient methods for writing short scripts.
|
29
net/p5-Net-Jifty/Makefile
Normal file
29
net/p5-Net-Jifty/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/09/15 17:53:41 rhaen Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Net-Jifty-0.07
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
||||
|
||||
MAINTAINER= rhaen@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Net-Jifty/
|
||||
COMMENT= Interface to online Jifty applications
|
||||
|
||||
DEPENDS+= p5-Email-Address-[0-9]*:../../mail/p5-Email-Address
|
||||
DEPENDS+= p5-Encode-[0-9]*:../../textproc/p5-Encode
|
||||
DEPENDS+= p5-Hash-Merge-[0-9]*:../../devel/p5-Hash-Merge
|
||||
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
||||
DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose
|
||||
DEPENDS+= p5-Path-Class-[0-9]*:../../devel/p5-Path-Class
|
||||
DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose
|
||||
DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
|
||||
DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
|
||||
DEPENDS+= p5-YAML-[0-9]*:../../textproc/p5-YAML
|
||||
DEPENDS+= p5-Test-MockObject-[0-9]*:../../devel/p5-Test-MockObject
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
PERL5_PACKLIST= auto/Net/Jifty/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
net/p5-Net-Jifty/distinfo
Normal file
5
net/p5-Net-Jifty/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2008/09/15 17:53:41 rhaen Exp $
|
||||
|
||||
SHA1 (Net-Jifty-0.07.tar.gz) = 845058c8de09b9e4b67686d8d6ad826836d4dc11
|
||||
RMD160 (Net-Jifty-0.07.tar.gz) = 055019d845bdc160ccf3d0da79fc8661c8301477
|
||||
Size (Net-Jifty-0.07.tar.gz) = 22388 bytes
|
Loading…
Reference in a new issue