Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jan 2019 18:51:59 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489364 - in head/www: . p5-WWW-Telegram-BotAPI
Message-ID:  <201901051851.x05IpxNk043650@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sat Jan  5 18:51:59 2019
New Revision: 489364
URL: https://svnweb.freebsd.org/changeset/ports/489364

Log:
  www/p5-WWW-Telegram-BotAPI: create port
  
  This module provides an easy to use interface for the Telegram Bot API. It also
  supports async requests out of the box using Mojo::UserAgent, which makes this
  module easy to integrate with an existing Mojolicious application.
  
  WWW: http://search.cpan.org/dist/WWW-Telegram-BotAPI/
  
  PR:		227176
  Submitted by:	gehm@physik.tu-berlin.de

Added:
  head/www/p5-WWW-Telegram-BotAPI/
  head/www/p5-WWW-Telegram-BotAPI/Makefile   (contents, props changed)
  head/www/p5-WWW-Telegram-BotAPI/distinfo   (contents, props changed)
  head/www/p5-WWW-Telegram-BotAPI/pkg-descr   (contents, props changed)
  head/www/p5-WWW-Telegram-BotAPI/pkg-plist   (contents, props changed)
Modified:
  head/www/Makefile   (contents, props changed)

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sat Jan  5 18:46:31 2019	(r489363)
+++ head/www/Makefile	Sat Jan  5 18:51:59 2019	(r489364)
@@ -1313,6 +1313,7 @@
     SUBDIR += p5-WWW-Shorten-isgd
     SUBDIR += p5-WWW-SourceForge
     SUBDIR += p5-WWW-Spinn3r
+    SUBDIR += p5-WWW-Telegram-BotAPI
     SUBDIR += p5-WWW-TV
     SUBDIR += p5-WWW-TWSMS
     SUBDIR += p5-WWW-TinySong

Added: head/www/p5-WWW-Telegram-BotAPI/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-WWW-Telegram-BotAPI/Makefile	Sat Jan  5 18:51:59 2019	(r489364)
@@ -0,0 +1,27 @@
+# $FreeBSD$
+
+PORTNAME=	WWW-Telegram-BotAPI
+PORTVERSION=	0.10
+CATEGORIES=	www perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:ROBERTOF
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	gehm@physik.tu-berlin.de
+COMMENT=	Perl implementation of the Telegram Bot API
+
+LICENSE=	ART20 GPLv1+
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-Carp>=0:devel/p5-Carp \
+		p5-URI-Encode>0:www/p5-URI-Encode \
+		p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \
+		p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \
+		p5-ExtUtils-MakeMaker>=0:devel/p5-ExtUtils-MakeMaker
+
+USES=		perl5
+
+USE_PERL5=	configure
+
+.include <bsd.port.mk>

Added: head/www/p5-WWW-Telegram-BotAPI/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-WWW-Telegram-BotAPI/distinfo	Sat Jan  5 18:51:59 2019	(r489364)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1522590727
+SHA256 (WWW-Telegram-BotAPI-0.10.tar.gz) = 711cdd9ec5451c9515d4a2761f593e3a3a3aac9cef7e924f9544be91436907c1
+SIZE (WWW-Telegram-BotAPI-0.10.tar.gz) = 22736

Added: head/www/p5-WWW-Telegram-BotAPI/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-WWW-Telegram-BotAPI/pkg-descr	Sat Jan  5 18:51:59 2019	(r489364)
@@ -0,0 +1,5 @@
+This module provides an easy to use interface for the Telegram Bot API. It also
+supports async requests out of the box using Mojo::UserAgent, which makes this
+module easy to integrate with an existing Mojolicious application.
+
+WWW: http://search.cpan.org/dist/WWW-Telegram-BotAPI/

Added: head/www/p5-WWW-Telegram-BotAPI/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-WWW-Telegram-BotAPI/pkg-plist	Sat Jan  5 18:51:59 2019	(r489364)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/WWW/Telegram/BotAPI.pm
+%%PERL5_MAN3%%/WWW::Telegram::BotAPI.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901051851.x05IpxNk043650>