FreshPorts -- The Place For Ports notbug Sun, 27 May 2012 12:46 AM BST
Port details
pear-HTML_Common 1.2.5 devel on this many watch lists=21 search for ports that depend on this port
PEAR::HTML_Common is a base class for other HTML classes
Maintained by: miwi@FreeBSD.org search for ports maintained by this maintainer
Port Added: 30 Jan 2003 09:46:46
Also Listed In: www pear
License: not specified in port


The PEAR::HTML_Common package provides methods for HTML code display and
attributes handling.

* Methods to set, remove, update HTML attributes.
* Handles comments in HTML code.
* Handles layout and tabs for nicer HTML code.

WWW: http://pear.php.net/package/HTML_Common/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/pear
Required To Run: devel/pear, devel/pear

Required by:
for Build

for Run

To install the port: cd /usr/ports/devel/pear-HTML_Common/ && make install clean
To add the package: pkg_add -r pear-HTML_Common


Configuration Options
     No options to configure

Master Sites:
http://pear.php.net/get/
http://us.pear.php.net/get/
http://de.pear.php.net/get/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/PEAR/

Number of commits found: 19

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
21 Jan 2012 17:40:15
Original commit files touched by this commit  1.2.5
eadler search for other commits by this committer
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:    portmgr
03 Jul 2011 14:59:23
Original commit files touched by this commit  1.2.5
ohauer search for other commits by this committer
-remove MD5
26 Apr 2009 23:16:08
Original commit files touched by this commit  1.2.5
miwi search for other commits by this committer
- Update to 1.2.5
08 Sep 2008 00:22:00
Original commit files touched by this commit  1.2.4
chinsan search for other commits by this committer
- Pass maintainership to miwi
30 Jul 2007 12:56:34
Original commit files touched by this commit  1.2.4
chinsan search for other commits by this committer
- Update to 1.2.4.

Approved by:    rafan (mentor, implicit)
31 Oct 2006 18:56:52
Original commit files touched by this commit  1.2.3
shaun search for other commits by this committer
- Update to 1.2.3.
- Assign maintainership to submitter.

PR:             ports/104700
Submitted by:   chinsan
09 Dec 2005 19:24:52
Original commit files touched by this commit  1.2.2
ale search for other commits by this committer
Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.

Discussed with: thierry, antonio@php.net
24 Nov 2005 15:40:04
Original commit files touched by this commit  1.2.2
pav search for other commits by this committer
- Add some SHA256 checksums
05 Oct 2005 21:58:53
Original commit files touched by this commit  1.2.2
pav search for other commits by this committer
- Update to 1.2.2
13 Apr 2004 20:20:53
Original commit files touched by this commit  1.2.1
thierry search for other commits by this committer
Let Makefile.common do the work.

PR:             ports/65495
Submitted by:   Roman Neuhauser
Approved by:    mat (mentor)
29 Jan 2004 07:24:56
Original commit files touched by this commit  1.2.1
trevor search for other commits by this committer
SIZEify.
28 Dec 2003 09:11:28
Original commit files touched by this commit  1.2.1
edwin search for other commits by this committer
pear-* ports: simplify path to devel/pear-PEAR/Makefile.common

    .include <bsd.port.pre.mk>
    .include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common"

    can be simplified to:

    .include <bsd.port.pre.mk>
    .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"

    the latter version also doesn't make any assumptions about the
    path of including Makefile

PR:             ports/57152
Submitted by:   Roman Neuhauser <neuhauser@bellavista.cz>
12 Nov 2003 23:46:19
Original commit files touched by this commit  1.2.1
edwin search for other commits by this committer
Add the virtual category "pear" to the Makefiles of these ports.

PR:             ports/56582
Submitted by:   edwin@mavetju.org
Approved by:    portmgr@freebsd.org
20 Jun 2003 05:28:07
Original commit files touched by this commit  1.2.1
nork search for other commits by this committer
Update to 1.2.1.

PR:             ports/53518
Submitted by:   Thierry Thomas <thierry@pompo.net>
07 Jun 2003 23:00:46
Original commit files touched by this commit  1.2
nork search for other commits by this committer
Update to pear-Archive_Tar 1.1.
Update to pear-PEAR 1.1.
Update to pear-HTML_Common 1.2.
Update to pear-Net_SMTP 1.2.3.
Update to pear-Log 1.6.5.
Update to pear-I18N 0.8.5.
Update to pear 4.3.2.

Adapt following ports for pear-PEAR's Makefile.common.
pear-Console_Getopt, pear-Auth, pear-Auth_SASL, devel/pear-Date,
net/pear-Net_Socket, pear-Mail_Mime, pear-Crypt_CBC, pear-mailparse,
pear-File, pear-HTML_Select_Common, and pear-Net_Sieve

PR:             ports/52596, ports/52641, ports/52655, ports/52656,
                ports/52671, ports/52678, ports/52845
Submitted by:   Thierry Thomas <thierry@pompo.net>
24 Feb 2003 21:41:42
Original commit files touched by this commit  1.0_1
edwin search for other commits by this committer
Fix "make index"
24 Feb 2003 05:27:41
Original commit files touched by this commit  1.0_1
edwin search for other commits by this committer
PEAR ports: handling PEAR's registry.

        PEAR uses a "registry" to register installed modules, and
        this registry is initialized during the installation of
        mod_php4 (since 4.3.0).

        Unfortunately, installing PEAR modules through the ports
        does not maintain this registry.

        This PR fix this problem for the following ports:
        - sysutils/pear-Log
        - devel/pear-PEAR
        - devel/pear-Date
        - devel/pear-I18N
        - devel/pear-HTML_Common
        - devel/pear-HTML_Select_Common
        - security/pear-Crypt_CBC
        - mail/pear-Mail_Mime
        - net/pear-Net_Sieve
        - sysutils/pear-File
        - archivers/pear-Archive_Tar

PR:             ports/47921
Submitted by:   Thierry Thomas <thierry@pompo.net>
20 Feb 2003 17:07:10
Original commit files touched by this commit  1.0
knu search for other commits by this committer
De-pkg-comment.
30 Jan 2003 09:46:26
Original commit files touched by this commit  1.0
dirk search for other commits by this committer
Add pear-HTML_Common:

PEAR::HTML_Common is a base class for other HTML classes

PR:             ports/47418
Submitted by:   Thierry Thomas <thierry@pompo.net>

Number of commits found: 19

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23672
Broken 193
Deprecated 147
Ignore 736
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 2
new 48 hours17
new 7 days59
new fortnight183
new month255

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.273 seconds.