Bug 134932 - new port: converters/p5-String-SetUTF8
Summary: new port: converters/p5-String-SetUTF8
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dennis Herrmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-25 12:00 UTC by Andrei V. Shetuhin
Modified: 2009-05-26 16:20 UTC (History)
0 users

See Also:


Attachments
file.shar (2.37 KB, text/plain)
2009-05-25 12:00 UTC, Andrei V. Shetuhin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei V. Shetuhin 2009-05-25 12:00:08 UTC
This is new port for perl module String::SetUTF8.

More information available here:
http://cpansearch.perl.org/src/AAR/String-SetUTF8-1.00/README

Fix: Patch attached with submission follows:
Comment 1 Dennis Herrmann freebsd_committer freebsd_triage 2009-05-25 18:47:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dhn

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-05-26 16:13:16 UTC
dhn         2009-05-26 15:13:02 UTC

  FreeBSD ports repository

  Modified files:
    converters           Makefile 
  Added files:
    converters/p5-String-SetUTF8 Makefile distinfo pkg-descr 
                                 pkg-plist 
  Log:
  String::SetUTF8 lets you directly set or unset the UTF-8 flag
  for your strings. Sometimes you get binary data that
  Perl doesn't treat as UTF-8, so instead of doing a trick
  with pack and unpack you can just use this module.
  
  WWW: http://search.cpan.org/dist/String-SetUTF8/
  
  Andrei V. Shetuhin <reki@reki.ru>
  
  PR:             ports/134932
  Submitted by:   Andrei V. Shetuhin <reki@reki.ru>
  
  Revision  Changes    Path
  1.156     +1 -0      ports/converters/Makefile
  1.1       +21 -0     ports/converters/p5-String-SetUTF8/Makefile (new)
  1.1       +3 -0      ports/converters/p5-String-SetUTF8/distinfo (new)
  1.1       +8 -0      ports/converters/p5-String-SetUTF8/pkg-descr (new)
  1.1       +7 -0      ports/converters/p5-String-SetUTF8/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Dennis Herrmann freebsd_committer freebsd_triage 2009-05-26 16:13:18 UTC
State Changed
From-To: open->closed

Committed. Thanks!