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:
parent
29e6d37210
commit
431c10c7dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209835
@ -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
|
||||
|
26
net/p5-Net-Hiveminder/Makefile
Normal file
26
net/p5-Net-Hiveminder/Makefile
Normal 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>
|
3
net/p5-Net-Hiveminder/distinfo
Normal file
3
net/p5-Net-Hiveminder/distinfo
Normal 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
|
9
net/p5-Net-Hiveminder/pkg-descr
Normal file
9
net/p5-Net-Hiveminder/pkg-descr
Normal 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/
|
11
net/p5-Net-Hiveminder/pkg-plist
Normal file
11
net/p5-Net-Hiveminder/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user