mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Add p5-Net-FS-Gmail 0.2, a Perl interface for store and retrieve files
on Gmail. PR: ports/100638 Submitted by: Tsung-Han Yeh <snowfly at yuntech.edu.tw>
This commit is contained in:
parent
2cd3333f8f
commit
c672ae15e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168390
5 changed files with 53 additions and 0 deletions
|
@ -426,6 +426,7 @@
|
||||||
SUBDIR += p5-Net-EPP-Client
|
SUBDIR += p5-Net-EPP-Client
|
||||||
SUBDIR += p5-Net-EPP-Frame
|
SUBDIR += p5-Net-EPP-Frame
|
||||||
SUBDIR += p5-Net-EPP-Proxy
|
SUBDIR += p5-Net-EPP-Proxy
|
||||||
|
SUBDIR += p5-Net-FS-Gmail
|
||||||
SUBDIR += p5-Net-FTP-File
|
SUBDIR += p5-Net-FTP-File
|
||||||
SUBDIR += p5-Net-Finger
|
SUBDIR += p5-Net-Finger
|
||||||
SUBDIR += p5-Net-Gnats
|
SUBDIR += p5-Net-Gnats
|
||||||
|
|
34
net/p5-Net-FS-Gmail/Makefile
Normal file
34
net/p5-Net-FS-Gmail/Makefile
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
# New ports collection makefile for: p5-Net-FS-Gmail
|
||||||
|
# Date created: 2006-07-20
|
||||||
|
# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= Net-FS-Gmail
|
||||||
|
PORTVERSION= 0.2
|
||||||
|
CATEGORIES= net perl5
|
||||||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
|
MASTER_SITE_SUBDIR= Net
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= snowfly@yuntech.edu.tw
|
||||||
|
COMMENT= A Perl interface for store and retrieve files on Gmail
|
||||||
|
|
||||||
|
BUILD_DEPENDS= ${SITE_PERL}/Mail/Webmail/Gmail.pm:${PORTSDIR}/mail/p5-Mail-Webmail-Gmail \
|
||||||
|
${SITE_PERL}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time-modules \
|
||||||
|
${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI
|
||||||
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
|
MAN1= gmailfs.1
|
||||||
|
MAN3= Net::FS::Gmail.3
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${PERL_LEVEL} < 500600
|
||||||
|
IGNORE= requires at least Perl 5.6 due to dependencies. Please install lang/perl5.8 and try again
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.post.mk>
|
3
net/p5-Net-FS-Gmail/distinfo
Normal file
3
net/p5-Net-FS-Gmail/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
MD5 (Net-FS-Gmail-0.2.tar.gz) = e07e6b7dc2b97c0a4229ade19901e6e6
|
||||||
|
SHA256 (Net-FS-Gmail-0.2.tar.gz) = 7aafc705966139b1abe1a4c163d6affebdd41d16542a9de51294a8fa41fae977
|
||||||
|
SIZE (Net-FS-Gmail-0.2.tar.gz) = 3944
|
4
net/p5-Net-FS-Gmail/pkg-descr
Normal file
4
net/p5-Net-FS-Gmail/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
This's a Perl interface for store and retrieve files on Gmail.
|
||||||
|
|
||||||
|
Author: Simon Wistow <simon@thegestalt.org>
|
||||||
|
WWW: http://search.cpan.org/dist/Net-FS-Gmail/
|
11
net/p5-Net-FS-Gmail/pkg-plist
Normal file
11
net/p5-Net-FS-Gmail/pkg-plist
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
bin/gmailfs
|
||||||
|
%%SITE_PERL%%/Net/FS/Gmail.pm
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/FS/Gmail/.packlist
|
||||||
|
@dirrm share/nls/en_US.US-ASCII
|
||||||
|
@dirrm share/nls/POSIX
|
||||||
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/FS/Gmail
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/FS
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Net
|
||||||
|
@dirrmtry %%SITE_PERL%%/Net/FS
|
||||||
|
@dirrmtry %%SITE_PERL%%/Net
|
Loading…
Add table
Reference in a new issue