diff options
author | rhaen <rhaen@pkgsrc.org> | 2008-09-15 17:53:41 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2008-09-15 17:53:41 +0000 |
commit | 42e39f3f363707204fe64f8671c6a5c87903dd0d (patch) | |
tree | 09a184d947d7fc84d573c032ab4a8bf03cfa5277 /net/p5-Net-Jifty | |
parent | 43b962e8f8ab691b8b6f9459421a74bb3e3b04f2 (diff) | |
download | pkgsrc-42e39f3f363707204fe64f8671c6a5c87903dd0d.tar.gz |
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.
Diffstat (limited to 'net/p5-Net-Jifty')
-rw-r--r-- | net/p5-Net-Jifty/DESCR | 6 | ||||
-rw-r--r-- | net/p5-Net-Jifty/Makefile | 29 | ||||
-rw-r--r-- | net/p5-Net-Jifty/distinfo | 5 |
3 files changed, 40 insertions, 0 deletions
diff --git a/net/p5-Net-Jifty/DESCR b/net/p5-Net-Jifty/DESCR new file mode 100644 index 00000000000..1cc22b0d5d1 --- /dev/null +++ b/net/p5-Net-Jifty/DESCR @@ -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. diff --git a/net/p5-Net-Jifty/Makefile b/net/p5-Net-Jifty/Makefile new file mode 100644 index 00000000000..b0b95a3511b --- /dev/null +++ b/net/p5-Net-Jifty/Makefile @@ -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" diff --git a/net/p5-Net-Jifty/distinfo b/net/p5-Net-Jifty/distinfo new file mode 100644 index 00000000000..89aae6ca5c3 --- /dev/null +++ b/net/p5-Net-Jifty/distinfo @@ -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 |