summaryrefslogtreecommitdiff
path: root/net/pear-Net_Socket
AgeCommit message (Collapse)AuthorFilesLines
2012-10-23Drop 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-12-22Update pear-Net_Socket package to 1.0.10.taca2-6/+6
1.0.10 2010-10-15 14:52 UTC Changelog: QA release - Configurable newline sequence (PEAR Bug #14181) - Make $size parameter to gets() optional (PEAR Bug #14433) - Don't overwrite $errstr set by fsockopen (PEAR Bug #14448) - Avoid an infinite loop if fwrite() returns 0 (PEAR Bug #14619) - CS cleanup (PEAR Bug #14803)
2010-02-06Update pear-Net_SMTP from 1.0.8 to 1.0.9taca2-6/+6
- Fix variable name in setWriteBuffer() (PEAR Bug #11039) - Use %d for ints (PEAR Bug #11202) - Fix passing context to socket for both PHP 4 and PHP 5 - Catch errors from fsockopen() that happen before the socket is actually opened (Jan Scheider, jan@horde.org) - Restore the original track_errors setting - Silence unsilenced fwrite call - Update PHPDoc
2008-06-12Add DESTDIR support.joerg1-1/+3
2008-04-301.0.8adrianp2-7/+6
Optimize away some duplicate is_resource() calls. Better solution for eof() on blocking sockets [#1427]. Add select() implementation [#1428]. Restore support for unix sockets (Bug #2961). Don't rely on gethostbyname() for error checking (Bug #3100). Make package.xml safe for PEAR 1.4.0. Chunk socket writes on Windows by default, or if explicitly specified (Bug #980) Don't run any $addr with a '/' in it through gethostbyname() (Bug #3372) Fixing bug #6789: Net_Sock::eof() returns false when socket is already disconnected Using package.xml v2.0 Fixing request #3327: Method for setting Socket's write buffer size Add enableCrypto() for calling stream_socket_enable_crypto with PHP 5.1.0+ Revert change for bug #7692 that caused trouble with code already using output buffering.
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-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-25Add RMD160 checksum.wiz1-1/+2
2005-04-11Net_Socket and Net_SMTP were unbundled from PHP4 in 4.3.11, g/c the relatedjdolecek3-50/+2
conditionals and buildlink logic, and convert to standard DEPENDS
2004-11-28use PKGBASE rather than PKGNAME - the version of the PHP4-bundled componentjdolecek1-2/+2
might differ, so claiming the exact version is part of PHP4 might be misleading
2004-11-27introduce optional dependence on Net_Socket 1.0.2 - php-4.3.9nb1 containsjdolecek1-2/+7
1.0.1 (default), packages requesting 1.0.2 get dependence on 4.3.9nb2
2004-11-27update for DIST_SUBDIR=pearjdolecek1-3/+3
2004-11-27fix BUILDLINK_VARS settingjdolecek1-2/+2
2004-11-27Use HOMEPAGE provided by lang/php/pear.mkjdolecek1-3/+2
2004-11-02This pkg is placed in net/pear-Net_Socket and not wip/pear-Net_Socket...kristerw1-2/+2
2004-11-01Add pear-Net_Socket 1.0.1 - PHP classes to provide Network Socket Interface.jdolecek6-0/+62
This comes bundled in 4.x, so arrange for this to be built only with PHP 5.x.