[Midnightbsd-cvs] mports [21394] trunk/devel: io html
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue May 17 15:03:21 EDT 2016
Revision: 21394
http://svnweb.midnightbsd.org/mports/?rev=21394
Author: laffer1
Date: 2016-05-17 15:03:21 -0400 (Tue, 17 May 2016)
Log Message:
-----------
io html
Modified Paths:
--------------
trunk/devel/Makefile
Added Paths:
-----------
trunk/devel/p5-IO-HTML/
trunk/devel/p5-IO-HTML/Makefile
trunk/devel/p5-IO-HTML/distinfo
trunk/devel/p5-IO-HTML/pkg-descr
trunk/devel/p5-IO-HTML/pkg-plist
Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile 2016-05-17 18:58:58 UTC (rev 21393)
+++ trunk/devel/Makefile 2016-05-17 19:03:21 UTC (rev 21394)
@@ -290,6 +290,7 @@
SUBDIR += p5-Heap
SUBDIR += p5-Hook-LexWrap
SUBDIR += p5-IO
+SUBDIR += p5-IO-HTML
SUBDIR += p5-IO-Multiplex
SUBDIR += p5-IO-SessionData
SUBDIR += p5-IO-String
Added: trunk/devel/p5-IO-HTML/Makefile
===================================================================
--- trunk/devel/p5-IO-HTML/Makefile (rev 0)
+++ trunk/devel/p5-IO-HTML/Makefile 2016-05-17 19:03:21 UTC (rev 21394)
@@ -0,0 +1,18 @@
+# $MidnightBSD$
+
+PORTNAME= IO-HTML
+PORTVERSION= 1.001
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Open an HTML file with automatic charset detection
+
+LICENSE= artistic gpl
+LICENSE_COMB= dual
+
+USES= perl5
+PERL_CONFIGURE= yes
+
+.include <bsd.port.mk>
Property changes on: trunk/devel/p5-IO-HTML/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/p5-IO-HTML/distinfo
===================================================================
--- trunk/devel/p5-IO-HTML/distinfo (rev 0)
+++ trunk/devel/p5-IO-HTML/distinfo 2016-05-17 19:03:21 UTC (rev 21394)
@@ -0,0 +1,2 @@
+SHA256 (IO-HTML-1.001.tar.gz) = ea78d2d743794adc028bc9589538eb867174b4e165d7d8b5f63486e6b828e7e0
+SIZE (IO-HTML-1.001.tar.gz) = 19375
Property changes on: trunk/devel/p5-IO-HTML/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/p5-IO-HTML/pkg-descr
===================================================================
--- trunk/devel/p5-IO-HTML/pkg-descr (rev 0)
+++ trunk/devel/p5-IO-HTML/pkg-descr 2016-05-17 19:03:21 UTC (rev 21394)
@@ -0,0 +1,5 @@
+IO::HTML provides an easy way to open a file containing HTML while
+automatically determining its encoding. It uses the HTML5 encoding
+sniffing algorithm specified in section 8.2.2.1 of the draft standard.
+
+WWW: http://search.cpan.org/dist/IO-HTML/
Property changes on: trunk/devel/p5-IO-HTML/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/p5-IO-HTML/pkg-plist
===================================================================
--- trunk/devel/p5-IO-HTML/pkg-plist (rev 0)
+++ trunk/devel/p5-IO-HTML/pkg-plist 2016-05-17 19:03:21 UTC (rev 21394)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/IO/HTML.pm
+%%PERL5_MAN3%%/IO::HTML.3.gz
Property changes on: trunk/devel/p5-IO-HTML/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list