Bug 92856

Summary: New port: textproc/p5-Text-Capitalize Capitalize strings ("to WORK AS titles" becomes "To Work as Titles")
Product: Ports & Packages Reporter: Dmitry Marakasov <amdmi3>
Component: Individual Port(s)Assignee: Aaron Dalton <aaron>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
p5-Text-Capitalize-0.5.shar none

Description Dmitry Marakasov 2006-02-05 19:00:15 UTC
Text::Capitalize provides a few different flavors of procedures for
title-like formatting for strings.

For the "capitalize" function Title-like (written by Stanislaw Y.
Pusep) formatting consists of ensuring that the first letter of
each word is uppercase, and that the rest is lowercase.

The "capitalize_title" function tries to get closer to English title
capitalization rules where only the "important" words are supposed
to be capitalized. There are also some customization features
provided to allow the user to choose variant rules.

WWW: http://search.cpan.org/dist/Text-Capitalize/
Comment 1 Aaron Dalton freebsd_committer freebsd_triage 2006-02-05 19:04:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->aaron

Take.  Will merge with existing ports/89515.
Comment 2 Aaron Dalton freebsd_committer freebsd_triage 2006-02-17 23:37:21 UTC
State Changed
From-To: open->closed

Committed, thanks!