summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-10-31add a USE_PHP_EXT_PATCHES, which makes it possible to have and apply onlyjdolecek1-1/+10
extension-specific patches from php5/patches/
2004-10-31extension modules must be able to override CONFIGURE_ARGS, so includejdolecek31-62/+92
lang/php/ext.mk before setting CONFIGURE_ARGS
2004-10-31new PHP extension module framework, which makes it possible to buildjdolecek66-0/+665
individual PHP extension packages with either PHP 4.x or PHP 5.x convert existing php4-* packages to this framework and import as php-*
2004-10-31move php4-imap patches into php4/patches and use USE_PHP_EXT_PATCHESjdolecek5-19/+16
2004-10-31change the buildlink3 DEPENDS to php-4.3.* instead of php>=4.3.6, so thatjdolecek1-2/+2
it would not patch php 5.x
2004-10-31move php4-mysql patch into php4/patches and use USE_PHP_EXT_PATCHESjdolecek3-10/+5
2004-10-31add a USE_PHP_EXT_PATCHES, which makes it possible to have and apply onlyjdolecek1-1/+10
extension-specific patches from php4/patches/
2004-10-31Note initial import of p5-NetAddr-IP version 3.21 as net/p5-NetAddr-IPseb1-1/+2
in the NetBSD Packages Collection. This Perl5 module is designed as a help for managing (ranges of) IP addresses. It includes efficient implementations for most common tasks done to subnets or ranges of IP addresses, namely verifying if an address is within a subnet, comparing, looping, splitting subnets into longer prefixes, compacting addresses to the shortest prefixes, etc. Both IPv4 and IPv6 addresses are supported.
2004-10-31Add & enable p5-NetAddr-IP.seb1-1/+2
2004-10-31Initial import of p5-NetAddr-IP version 3.21 in the NetBSD Packagesseb4-0/+35
Collection. This Perl5 module is designed as a help for managing (ranges of) IP addresses. It includes efficient implementations for most common tasks done to subnets or ranges of IP addresses, namely verifying if an address is within a subnet, comparing, looping, splitting subnets into longer prefixes, compacting addresses to the shortest prefixes, etc. Both IPv4 and IPv6 addresses are supported.
2004-10-31Note initial import of p5-Test-Pod version 1.20 as devel/p5-Test-Podseb1-1/+2
in the NetBSD Packages Collection. The Test::Pod Perl 5 module permits to check the validity of a POD file, and reports its result in standard Test::Simple fashion.
2004-10-31Add & enable p5-Test-Pod.seb1-1/+2
2004-10-31Initial import of p5-Test-Pod version 1.20 in the NetBSD Packagesseb4-0/+29
Collection. The Test::Pod Perl 5 module permits to check the validity of a POD file, and reports its result in standard Test::Simple fashion.
2004-10-31Note initial import of p5-Test-Builder-Tester version 1.01 asseb1-1/+2
devel/p5-Test-Builder-Tester in the NetBSD Packages Collection. This perl5 module permits helps test testing modules that are built with Test::Builder.
2004-10-31Add & enable p5-Test-Builder-Tester.seb1-1/+2
2004-10-31Initial import of p5-Test-Builder-Tester version 1.01 in the NetBSD Packagesseb4-0/+37
Collection. This perl5 module permits helps test testing modules that are built with Test::Builder.
2004-10-31- Note update of ethereal to 0.10.7adrianp2-3/+3
2004-10-31fix build on IRIXrecht1-1/+4
patch based upon the one Georg Schwarz provided in PR pkg/27402
2004-10-31- Update to 0.10.7adrianp3-10/+12
- Add pcre support - ok'ed frueauf@ From the website: In order to avoid a naming conflict with the tcpreplay project, the "capinfo" utility has been renamed to "capinfos". New and updated features Search wrapping is now a configurable option. A lot of material has been added to the Developer's Guide. The User's Guide has been updated as well. The "Decode As..." dialog now supports DCERPC and SCTP. The "Help" menu now includes a link to the wiki. H.323 call analysis is now supported. New protocol support Cisco PAgP, DAAP, Etheric, Ethernet Configuration Testing Protocol, Ethernet MAC Control Frame, ICE, Kerberos v4, Netscape certificate extensions, PKINIT, PKIX1EXPLICIT, PKIX1IMPLICIT, Updated protocol support AIM, ARTNET, ASN.1 BER, ASN.1 PER, ASN.1, BGP, BOOTP, CIP, CLNP, COPS, DCERPC MAPI, DCERPC SAMR, DCERPC, DCOM, DHCP, DHCPv6, DIAMETER, DNS, EAP, ENIP, EPM, GRE, GSM A, GSM MAP, H.225, H.245, H.248 MEGACO, H.450, ISAKMP, iSCSI, iSNS, ISUP, JFIF, Kerberos, LDAP, LDP, LLC, LWAPP, M2PA, MEGACO, MPLS, NCP 2222, NCP, NDMP, NetFlow, NTLMSSP, OSCAR-ICQ, OSPF, RADIUS, RSVP, RTCP, RTP, RTSP, SCTP, SDP, SES, SIP, Skinny, SMB, SNMP, SUA, T.38, TALI, TCAP, TCP, TDS, Teredo, Time, X.509, X11, New and updated capture file support HP-UX nettl, NG Sniffer
2004-10-31note update of libxslt to 1.1.12recht1-1/+2
2004-10-31update to libxslt-1.1.12recht4-19/+23
1.1.12: Oct 29 2004: - build fixes: warnings removal (William). - bug fixes: attribute document pointer fix (Mark Vakoc), exslt date negative periods (William Brack), generated tree structure fixes, namespace lookup fix, use reentrant gmtime_r (William Brack), exslt:funtion namespace fix (William), potential NULL pointer reference (Dennis Dams, William), force string interning on generated documents. - documentation: update of the second tutorial (Panagiotis Louridas), add exslt doc in rpm packages, fix the xsltproc man page.
2004-10-31Note update of libxml2 to 2.6.15.recht1-1/+2
2004-10-31update to libxml2-2.6.15recht5-14/+15
changes: * security fixes on the nanoftp and nanohttp modules For details see: http://www.securityfocus.com/archive/1/379383/2004-10-24/2004-10-30/0 * build fixes: - xmllint detection bug in configure - building outside the source tree (Thomas Fitzsimmons) * bug fixes: - HTML parser on broken ASCII chars in names (William) - Python paths (Malcolm Tredinnick) - xmlHasNsProp and default namespace (William) - saving to python file objects (Malcolm Tredinnick) - DTD lookup fix (Malcolm) - save back <group> in catalogs (William) - tree build fixes (DV and Rob Richards) - Schemas memory bug - structured error handler on Python 64bits - thread local memory deallocation - memory leak reported by Volker Roth - xmlValidateDtd in the presence of an internal subset - entities and _private problem (William) - xmlBuildRelativeURI error (William). * improvements: - better XInclude error reports (William) - tree debugging module and tests - convenience functions at the Reader API (Graham Bennett) - add support for PI in the HTML parser. Update BUILDLINK_RECOMMENDED to 2.6.15 for the security fix.
2004-10-31note PKGREVISION bump of mysql4-client (thread-safe client/toolsgrant1-1/+2
install)
2004-10-31enable the thread-safe client so that the full set of tools isgrant2-2/+131
built and installed. bump PKGREVISION.
2004-10-31be explicit about where openssl is, fixes openssl detection on Solaris.grant1-2/+2
2004-10-31use patches and distinfo from mysql4-server instead of duplicatinggrant3-18/+4
patches here.
2004-10-31fix test for zlib so that it works with sunpro.grant2-6/+33
2004-10-31whitespace fixgrant1-2/+2
2004-10-31note pkg_install update to 20041031 (pkg decompression/tar argument fix)grant1-1/+2
2004-10-31sync with src:grant2-5/+22
don't explicitly call gunzip, just pass the right arguments to tar. fixes package decompression on Solaris where gunzip is not available (but gzip is), and also decompression of bzip2 packages on non-NetBSD.
2004-10-31Move PKG_INSTALLATION_TYPES to Makefile.common so that it is definedminskim4-10/+6
before including bsd.prefs.mk.
2004-10-30Add and enable adtool.minskim2-2/+4
2004-10-30Import adtool from pkgsrc-wip. Packaged by xtraeme@.minskim5-0/+60
adtool is a Unix command line utility for Active Directory administration. Features include user and group creation, deletion, modification, password setting and directory query and search capabilities.
2004-10-30Add and enable p5-X11-Protocol.minskim2-2/+4
2004-10-30Import p5-X11-Protocol from pkgsrc-wip. Packaged by Roland Illig.minskim4-0/+28
X11::Protocol and the related modules in this distribution are a rough equivalent of Xlib (libX11.a, with a bit of Xau and Xext mixed in) used for drawing windows on and otherwise manipulating X11 window servers.
2004-10-30Convert to use bsd.options.mk. Patches provided by adrianp@ withminskim2-19/+47
slight modification by me.
2004-10-30No need to depend on gnome2-dirs; xdg-dirs is enough.minskim1-2/+2
2004-10-30Include gettext-lib/buildlink3.mk to build on platforms without nativeminskim1-2/+4
gettext library. While here, rearange sections so that buildlink3.mk files are included before overriding post-install target.
2004-10-30Split Makefile so that it can be shared with xchat plugin packages (tominskim2-13/+23
be imported). Patches provided by adrianp@ with slight modification by me.
2004-10-30Explicitly depend on glib2, which is used by this package directly.minskim1-1/+2
2004-10-30bogofilter update already done, thanks snj.wiz1-2/+1
2004-10-30don't override LOWER_OPSYS, handle PY_PLATNAME in the same way asgrant4-36/+32
python23.
2004-10-30don't override LOWER_OPSYS just to set PY_PLATNAME. fixes broken PLISTgrant1-5/+3
on Solaris. addresses PR pkg/27053 from Robert Lillack.
2004-10-30- Fix directory permissionsadrianp2-2/+18
- Add CONF_FILES directive for installed .conf - Fix default path of wistumbler2.conf
2004-10-30Update mathomatic to 11.4d.minskim4-8/+8
Changes: - Removed obsolete short variable name code and bumped up "MAX_VARS" to 500. - Fixed problem with conflicting names and code for "cpow()" and "cexp()". Renamed to "complex_pow()" and "complex_exp()".
2004-10-30note update of clamav to 0.80nb3recht1-1/+2
2004-10-30remove patch backup files in mkspecs/ so they don't get mistakenlygrant1-1/+2
installed.
2004-10-30apply patch from Koji Mori in PR pkg/27337 to fix bad fprintf()grant2-1/+33
format string.
2004-10-30Simplified buildlink3.mk file by removing lines that attempted to includeshannonjr1-5/+1
the header file <rfuncs.h> through a compiler flag along with some unnecessary linker flags. This should hopefully resolve pkg/27631, security/gpgme dies on configure.