On 03/26/13 08:25, Stuart Henderson wrote:
> On 2013/03/26 09:06, Landry Breuil wrote:
>> On Mon, Mar 25, 2013 at 10:24:07PM +0000, Nigel Taylor wrote:
>>> Until all 14 new ports for www/p5-libwww 6.05 have been imported they will 
>>> not be linked in, this will be done when www/p5-libwww itself is updated.
>>>
>>> These three new ports attached are used by www/p5-libwww >= 6.0. They do 
>>> not 
>>> conflict with the existing www/p5-libwww 5.837 port.
>>>
>>> They have been tested on amd64/i386 together with all the p5-libwww 6.05
>>> updates, and many ports that use p5-libwww.
>>>
>>>
>>> textproc/p5-Encode-Locale 1.03 a new port to "Determine the locale encoding"
>>>
>>> It can be viewed here to save extracting tar
> 
> easy enough like this:-
> 
> $ grep vim .mailcap
> application/x-tar;      vim '%s'
> application/x-tar-gz;   vim '%s'
> application/x-compressed-tar;   vim '%s'
> 
> :)
> 
>>> https://github.com/jasperla/openbsd-wip/tree/master/textproc/p5-Encode-Locale
>>>
>>>
>>> security/p5-Mozilla-CA 20130114 is a new port provides "Mozilla's CA cert 
>>> bundle in PEM format"
>>> for other modules. 
>>>
>>> It can be viewed here.
>>>
>>> https://github.com/jasperla/openbsd-wip/tree/master/security/p5-Mozilla-CA
>>>
>>>
>>> www/p5-IO-HTML 1.0 is a new port which "Open an HTML file with automatic 
>>> character set detection"
>>>
>>> It can be viewed here.
>>>
>>> https://github.com/jasperla/openbsd-wip/tree/master/www/p5-IO-HTML
>>>
>>>
>>> Ok?
>>
>> ok, but please improve the DESCRs for IO::HTML and Encode::Locale. At
>> least 3 or 4 lines taken from the readme, or a full sentence...
> 
> this, and also lowercase start of COMMENT except for proper nouns
> 
> security/p5-Mozilla-CA is marked SHARED_ONLY, surely that's not right?
> i'd love to get a hashed directory of these so that people can use it
> directly as a capath for openssl, but that can come later.
> 
> 
Attached diff of changes + revised tar files. openbsd-wip updated.


diff --git a/security/p5-Mozilla-CA/Makefile b/security/p5-Mozilla-CA/Makefile
index 9ad91bd..17080de 100644
--- a/security/p5-Mozilla-CA/Makefile
+++ b/security/p5-Mozilla-CA/Makefile
@@ -1,7 +1,5 @@
 # $OpenBSD:$
 
-SHARED_ONLY=	Yes
-
 COMMENT=	Mozilla's CA cert bundle in PEM format
 
 MODULES=	cpan
diff --git a/textproc/p5-Encode-Locale/Makefile b/textproc/p5-Encode-Locale/Makefile
index d8d6992..ae803ad 100644
--- a/textproc/p5-Encode-Locale/Makefile
+++ b/textproc/p5-Encode-Locale/Makefile
@@ -1,6 +1,6 @@
 # $OpenBSD:$
 
-COMMENT =	Determine the locale encoding
+COMMENT =	determine the locale encoding
 
 DISTNAME =	Encode-Locale-1.03
 CATEGORIES =	textproc
diff --git a/textproc/p5-Encode-Locale/pkg/DESCR b/textproc/p5-Encode-Locale/pkg/DESCR
index c23a97b..061f0cc 100644
--- a/textproc/p5-Encode-Locale/pkg/DESCR
+++ b/textproc/p5-Encode-Locale/pkg/DESCR
@@ -1 +1,2 @@
-Determine the locale encoding
+The purpose of this Perl module is try determine what encodings should
+be used when interfacing to various external interfaces.
diff --git a/www/p5-IO-HTML/Makefile b/www/p5-IO-HTML/Makefile
index 9f57593..4673ad9 100644
--- a/www/p5-IO-HTML/Makefile
+++ b/www/p5-IO-HTML/Makefile
@@ -1,6 +1,6 @@
 # $OpenBSD:$
 
-COMMENT =	Open an HTML file with automatic charset detection
+COMMENT =	open an HTML file with automatic charset detection
 
 DISTNAME =	IO-HTML-1.00
 CATEGORIES =	www
diff --git a/www/p5-IO-HTML/pkg/DESCR b/www/p5-IO-HTML/pkg/DESCR
index 84b85eb..d828de6 100644
--- a/www/p5-IO-HTML/pkg/DESCR
+++ b/www/p5-IO-HTML/pkg/DESCR
@@ -1 +1,3 @@
-Open an HTML file with automatic charset detection
+This module opens a file and performs automatic charset detection
+based on the HTML5 algorithm.  You can then pass the filehandle to
+HTML::Parser or a related module (or just read it yourself).

Attachment: p5-IO-HTML.tgz
Description: application/compressed-tar

Attachment: p5-Mozilla-CA.tgz
Description: application/compressed-tar

Attachment: p5-Encode-Locale.tgz
Description: application/compressed-tar

Reply via email to