aboutsummaryrefslogtreecommitdiff
path: root/security/pear-HTML_Crypt
Commit message (Collapse)AuthorAgeFilesLines
* Stage support for non-IGNORED pear classesAntoine Brodin2013-11-251-1/+0
| | | | | | | | Tested by: poudriere Approved by: portmgr (bapt) Notes: svn path=/head/; revision=334871
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* - Convert to PEAR_AUTOINSTALLMartin Wilke2013-03-151-9/+4
| | | | | | | - Trim header Notes: svn path=/head/; revision=314255
* Fix typos in COMMENTCarlo Strub2012-07-291-1/+1
| | | | | | | Approved by: portmgr@ (implicit) Notes: svn path=/head/; revision=301684
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276991
* - Update to 1.3.4Martin Wilke2010-11-042-4/+4
| | | | Notes: svn path=/head/; revision=264060
* HTML_Crypt provides methods to encrypt text, which can be later be decryptedMartin Wilke2008-09-233-0/+33
using JavaScript on the client side. This is very useful to prevent spam robots collecting email addresses from your site, included is a method to add mailto links to the text being generated. WWW: http://pear.php.net/package/HTML_Crypt Notes: svn path=/head/; revision=220514