summaryrefslogtreecommitdiff
path: root/www/pear-HTML_Common
AgeCommit message (Collapse)AuthorFilesLines
2015-11-04Add SHA512 digests for distfiles for www categoryagc1-1/+2
Problems found locating distfiles: Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2 Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2012-10-28Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-04-15Reset maintainer, developer has left the buildingwiz1-2/+2
2010-02-06Update pear-HTML_Common from 1.2.3 to 1.2.5.taca2-7/+6
1.2.5 Whitespace is no longer trimmed from quoted attribute values in _parseAttribute() method (bug #15787) 1.2.4 Migrate to package.xml version 2.0, use proper header comment block. No code changes since previous release.
2008-06-12Add DESTDIR support.joerg1-1/+3
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-05-05PKGREVISION++ for the recent PEAR/PHP changes so that all child packagesadrianp1-1/+2
pick up the new dependencies properly
2006-10-23Update pear-HTML_Common to 1.2.3.jdolecek2-6/+6
Changes in 1.2.3: * Added setAttribute() method (backport from HTML_Common2) * Added possibility to set the charset parameter for htmlspecialchars() via static HTML_Common::charset() method (see bug #2410) * Properly document getAttribute() method (bug #5704), fix PHPDoc comments for several other methods Changes in 1.2.2: - fixed bug #3948 (semicolon after case in switch) - fixed bug #3953 (outdated inline docs for a private function) - updated some other inline docs for private functions Adressess PR pkg/34468 by Martin Wilke
2006-06-04Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).joerg1-2/+2
While going through the tree, fix some more packages which had similiar issues with too strict conflicts, bump the revisions of those.
2006-06-02Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,joerg1-2/+3
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or ap2-* respectively. Add new variables to simplify the Makefile handling. Add CONFLICTS on the old names. Reset revisions of bumped packages. ap-php will now depend on the default Apache and PHP version. All programs using it have an implicit option of the Apache version as well. OK from jlam@ and adrianp@.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
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.