svn commit: r340409 - in head/www: . p5-Browser-Open

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jan 20 16:58:28 UTC 2014


Author: sunpoet
Date: Mon Jan 20 16:58:27 2014
New Revision: 340409
URL: http://svnweb.freebsd.org/changeset/ports/340409
QAT: https://qat.redports.org/buildarchive/r340409/

Log:
  - Add p5-Browser-Open 0.04
  
  The functions optionaly exported by this module allows you to open URLs in the
  user browser.
  
  A set of known commands per OS-name is tested for presence, and the first one
  found is executed. With an optional parameter, all known commands are checked.
  
  The "open_browser" uses the system() function to execute the command. If you
  want more control, you can get the command with the "open_browser_cmd" or
  "open_browser_cmd_all" functions and then use whatever method you want to
  execute it.
  
  WWW: http://search.cpan.org/dist/Browser-Open/

Added:
  head/www/p5-Browser-Open/
  head/www/p5-Browser-Open/Makefile   (contents, props changed)
  head/www/p5-Browser-Open/distinfo   (contents, props changed)
  head/www/p5-Browser-Open/pkg-descr   (contents, props changed)
  head/www/p5-Browser-Open/pkg-plist   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Mon Jan 20 16:55:10 2014	(r340408)
+++ head/www/Makefile	Mon Jan 20 16:58:27 2014	(r340409)
@@ -635,6 +635,7 @@
     SUBDIR += p5-Ark
     SUBDIR += p5-Bigtop
     SUBDIR += p5-Blog-Spam
+    SUBDIR += p5-Browser-Open
     SUBDIR += p5-Business-PayPal
     SUBDIR += p5-CGI-Ajax
     SUBDIR += p5-CGI-Application

Added: head/www/p5-Browser-Open/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Browser-Open/Makefile	Mon Jan 20 16:58:27 2014	(r340409)
@@ -0,0 +1,20 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Browser-Open
+PORTVERSION=	0.04
+CATEGORIES=	www perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:CFRANKS
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Open a browser in a given URL
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+USE_PERL5=	configure
+USES=		perl5
+
+.include <bsd.port.mk>

Added: head/www/p5-Browser-Open/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Browser-Open/distinfo	Mon Jan 20 16:58:27 2014	(r340409)
@@ -0,0 +1,2 @@
+SHA256 (Browser-Open-0.04.tar.gz) = aceb3129782fe06e5b6e3e4b1a97e20c208426e5870ea67fb63b79188b056867
+SIZE (Browser-Open-0.04.tar.gz) = 4006

Added: head/www/p5-Browser-Open/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Browser-Open/pkg-descr	Mon Jan 20 16:58:27 2014	(r340409)
@@ -0,0 +1,12 @@
+The functions optionaly exported by this module allows you to open URLs in the
+user browser.
+
+A set of known commands per OS-name is tested for presence, and the first one
+found is executed. With an optional parameter, all known commands are checked.
+
+The "open_browser" uses the system() function to execute the command. If you
+want more control, you can get the command with the "open_browser_cmd" or
+"open_browser_cmd_all" functions and then use whatever method you want to
+execute it.
+
+WWW: http://search.cpan.org/dist/Browser-Open/

Added: head/www/p5-Browser-Open/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Browser-Open/pkg-plist	Mon Jan 20 16:58:27 2014	(r340409)
@@ -0,0 +1,6 @@
+%%SITE_PERL%%/Browser/Open.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Browser/Open/.packlist
+%%PERL5_MAN3%%/Browser::Open.3.gz
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Browser/Open
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Browser
+ at dirrmtry %%SITE_PERL%%/Browser


More information about the svn-ports-all mailing list