Hiveminder is a collaborate todo list organizer, built with Jifty.

This module uses Hiveminder's REST API to let you manage your tasks
any way you want to.

This module is built on top of Net::Jifty. Consult that module's
documentation for the lower-level interface.

WWW:	http://search.cpan.org/dist/Net-Hiveminder/
This commit is contained in:
Cheng-Lung Sung 2008-03-26 03:14:29 +00:00
parent 29e6d37210
commit 431c10c7dd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209835
5 changed files with 50 additions and 0 deletions

View File

@ -498,6 +498,7 @@
SUBDIR += p5-Net-Growl
SUBDIR += p5-Net-GrowlClient
SUBDIR += p5-Net-HL7
SUBDIR += p5-Net-Hiveminder
SUBDIR += p5-Net-IPTrie
SUBDIR += p5-Net-Ident
SUBDIR += p5-Net-Interface

View File

@ -0,0 +1,26 @@
# New ports collection makefile for: p5-Net-Hiveminder
# Date created: 2008-03-24
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Net-Hiveminder
PORTVERSION= 0.05
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= Perl interface to hiveminder.com
RUN_DEPENDS= ${SITE_PERL}/Email/Simple/Creator.pm:${PORTSDIR}/mail/p5-Email-Simple-Creator \
${SITE_PERL}/Net/Jifty.pm:${PORTSDIR}/net/p5-Net-Jifty \
${SITE_PERL}/Number/RecordLocator.pm:${PORTSDIR}/converters/p5-Number-RecordLocator
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Net::Hiveminder.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Net-Hiveminder-0.05.tar.gz) = faaf2bf03f58c94ef1d2648f5a582fab
SHA256 (Net-Hiveminder-0.05.tar.gz) = 20989a16d318eb8f8d6e7c23b2ea9a9346e8dd91d75df5a4a37acbd2dfcff76c
SIZE (Net-Hiveminder-0.05.tar.gz) = 26017

View File

@ -0,0 +1,9 @@
Hiveminder is a collaborate todo list organizer, built with Jifty.
This module uses Hiveminder's REST API to let you manage your tasks
any way you want to.
This module is built on top of Net::Jifty. Consult that module's
documentation for the lower-level interface.
WWW: http://search.cpan.org/dist/Net-Hiveminder/

View File

@ -0,0 +1,11 @@
bin/hm-todo
bin/hm-done
bin/hm-create
bin/hm-sync
bin/hm
bin/hm-braindump
%%SITE_PERL%%/Net/Hiveminder.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Hiveminder/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Hiveminder
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
@dirrmtry %%SITE_PERL%%/Net