Bug 100070 - [NEW PORT] textproc/p5-Regexp-Common-profanity_us: Provide regexes for U.S. profanity
Summary: [NEW PORT] textproc/p5-Regexp-Common-profanity_us: Provide regexes for U.S. p...
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: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-11 09:30 UTC by gslin
Modified: 2006-07-11 21:42 UTC (History)
1 user (show)

See Also:


Attachments
p5-Regexp-Common-profanity_us-2.2.shar (3.77 KB, text/plain)
2006-07-11 09:30 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2006-07-11 09:30:17 UTC
Instead of a dry technical overview, I am going to explain the
structure of this module based on its history. I consult at a company
that generates customer leads primarily by having websites that
attract people (e.g. lowering loan values, selling cars, buying real
estate, etc.). For some reason we get more than our fair share of
profane leads. For this reason I was told to write a profanity checker.

For the data that I was dealing with, the profanity was most often in
the email address or in the first or last name, so I naively started
filtering profanity with a set of regexps for that sort of data. Note
that both names and email addresses are unlike what you are reading
now: they are not whitespace-separated text, but are instead labels.

Therefore full support for profanity checking should work in 2
entirely different contexts: labels (email, names) and text (what you
are reading). Because open-source is driven by demand and I have no
need for detecting profanity in text, only label is implemented at the
moment. And you know the next sentence: "patches welcome" :)

Author:	T. M. Brannon, tbone@cpan.org
WWW:	http://search.cpan.org/dist/Regexp-Common-profanity_us/

Generated with FreeBSD Port Tools 0.77
Comment 1 Rong-En Fan freebsd_committer freebsd_triage 2006-07-11 14:12:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

Eat.
Comment 2 Rong-En Fan freebsd_committer freebsd_triage 2006-07-11 21:38:16 UTC
State Changed
From-To: open->closed

New port added with minor changes. Thanks!