Commit graph

20 commits

Author SHA1 Message Date
taca
9e99c786fe Update pear-HTML_Common from 1.2.3 to 1.2.5.
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.
2010-02-06 16:07:15 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
adrianp
d069d5bd59 PKGREVISION++ for the recent PEAR/PHP changes so that all child packages
pick up the new dependencies properly
2007-05-05 22:09:18 +00:00
jdolecek
c5d648a615 Update pear-HTML_Common to 1.2.3.
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-10-23 20:09:00 +00:00
joerg
8572e2517c Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).
While going through the tree, fix some more packages which had similiar
issues with too strict conflicts, bump the revisions of those.
2006-06-04 16:26:54 +00:00
joerg
337c6b1297 Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,
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-06-02 18:27:54 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
rillig
f795c2e475 Removed trailing white-space. 2005-05-23 08:26:03 +00:00
jdolecek
1ab96e8771 Net_Socket and Net_SMTP were unbundled from PHP4 in 4.3.11, g/c the related
conditionals and buildlink logic, and convert to standard DEPENDS
2005-04-11 20:08:43 +00:00
wiz
809ad6f2f7 Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
jdolecek
d1eaf7a16f claim MAINTAINER 2004-11-27 13:34:37 +00:00
jdolecek
dabfddfb8b update for DIST_SUBDIR=pear 2004-11-27 13:33:52 +00:00
jdolecek
bf81d5a98e Use HOMEPAGE provided by lang/php/pear.mk 2004-11-27 10:02:52 +00:00
jdolecek
b5617b477e use the shared pear module framework, so that these work with both PHP4
and PHP5; no functional change, so PKGREVISION not bumped
2004-11-01 19:57:10 +00:00
jdolecek
83bb61d8ab fix the MAINTAINER link (tech-pkg@, not tech-kern@) 2004-10-09 16:48:56 +00:00
schmonz
af39fee31b COMMENT for "foo" needn't start with "Foo is a...". 2004-04-03 15:30:56 +00:00
jdolecek
60d05887ae this now needs to set $PEAR_DIRRM_BASEDIR, so that this package
would include @dirrm for the shared 'HTML' subdirectory
bump pkg revision for this change
2004-04-03 04:41:47 +00:00
jdolecek
8458dd2b4d various fixups:
* set CATEGORIES and MAINTAINER properly
* use correct path to pear.mk
2003-12-17 19:17:39 +00:00
jdolecek
2cb567c8d2 add pear-HTML_Common package; moved from pkgsrc-wip, done by
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.
2003-12-17 19:13:28 +00:00