summaryrefslogtreecommitdiff
path: root/www/pear-HTML_Common
AgeCommit message (Collapse)AuthorFilesLines
2005-05-23Removed trailing white-space.rillig1-1/+1
2005-04-11Net_Socket and Net_SMTP were unbundled from PHP4 in 4.3.11, g/c the relatedjdolecek1-5/+2
conditionals and buildlink logic, and convert to standard DEPENDS
2005-02-24Add RMD160 checksums.wiz1-1/+2
2004-11-27claim MAINTAINERjdolecek1-2/+2
2004-11-27update for DIST_SUBDIR=pearjdolecek1-3/+3
2004-11-27Use HOMEPAGE provided by lang/php/pear.mkjdolecek1-2/+1
2004-11-01use the shared pear module framework, so that these work with both PHP4jdolecek1-2/+2
and PHP5; no functional change, so PKGREVISION not bumped
2004-10-09fix the MAINTAINER link (tech-pkg@, not tech-kern@)jdolecek1-2/+2
2004-04-03COMMENT for "foo" needn't start with "Foo is a...".schmonz1-2/+2
2004-04-03this now needs to set $PEAR_DIRRM_BASEDIR, so that this packagejdolecek1-1/+5
would include @dirrm for the shared 'HTML' subdirectory bump pkg revision for this change
2003-12-17various fixups:jdolecek1-3/+4
* set CATEGORIES and MAINTAINER properly * use correct path to pear.mk
2003-12-17add pear-HTML_Common package; moved from pkgsrc-wip, done byjdolecek4-0/+20
Adrian Portelli The PEAR::HTML_Common PHP package provides methods for html code display and attributes handling. * Methods to set, remove, update html attributes. * Handles comments in HTML code. * Handles layout, tabs, line endings for nicer HTML code.