summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-10-12Another Interix fubar workaround: C++ libs weren't linking in libtooltv6-87/+132
because Interix installs completely hosed .la files for libstdc++ and libsupc++. Make libtool instead trust g++ to DTRT.
2004-10-12Let's do another _TOOLS_REPLACE_OPSYS dance for Interix. It ships with atv1-2/+2
version of gawk in /usr/contrib/bin, so use that instead.
2004-10-12Update of spamassassin to 3.0.0.heinz2-3/+3
2004-10-12Update to version 3.0.0. Tested on NetBSD 1.6.2, Solaris 9 and Debianheinz14-239/+318
3.0. Important changes since 2.64 (for details see the file 'Changes') - support for sender authentication using the Sender Policy Framework (SPF) - checking for web links of known spam advertisers (SURBL) - modular plugin architecture - improved SQL database support for storing user data in server installations - improved email classification - SpamAssassin is now part of the Apache Foundation
2004-10-11Mark as not for Interix due to major work being needed to accomodatetv1-1/+3
Interix username sizes and user authentication.
2004-10-11Remove space before tab which messed up my sort :)abs1-3/+3
2004-10-11Upon further digging, it appears that Interix just needed atv2-4/+3
_TOOLS_REPLACE_OPSYS setting to pick up nbsed in tools.mk; no need to throw more into autoconf's environment.
2004-10-11A couple packages overflow Interix's sed in an autoconfitized configuretv1-2/+3
script. Since all platforms define a "reasonable" sed(1), it seems reasonable to pass this info to ./configure as well. While here, convert LIBS="${LIBS}" to the proper LIBS=${LIBS:Q}.
2004-10-11Note that cygwin_esound is required on Interix for physical audio output.tv1-0/+10
2004-10-11RCD_SCRIPTS_EXAMPLEDIR was just changed to be a relative directoryreed15-33/+33
under ${PREFIX} instead of being an absolute path. So fix the references using RCD_SCRIPTS_EXAMPLEDIR to be ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}. This should have no changes to use before. Please note that the MESSAGE files in most cases are wrong in the first place. We have automated mechanisms and could have an automated message for explaining rc.d script usage. (This is something to do!)
2004-10-11Make it so RCD_SCRIPTS_EXAMPLEDIR is a directory relative toreed3-16/+22
${PREFIX}. It is not an absolute path because with the automatic addition of the entry to the PLIST would be bogus if someone defined it to some RCD_SCRIPTS_EXAMPLEDIR outside of PREFIX. (This may cause multiple rc.d directories if there are multiple PREFIXes, but I think that is fine.) Note that at this time, this doesn't change the RCD_SCRIPTS_EXAMPLEDIR default directory. This will change soon. Most of this has been in use for over a year. Also some of this is from Greg Woods. Thank you Greg. I will next update a few other references to RCD_SCRIPTS_EXAMPLEDIR.
2004-10-11Sort (hi abs!).salo1-3/+3
2004-10-11Add p5-Data-UUID (hi epg!).salo1-4/+5
Sort.
2004-10-11Add postgresql74-plperl (hi jaromir!).salo1-1/+2
2004-10-11RCD_SCRIPTS_EXAMPLEDIR is now included with MESSAGE_SUBST.reed2-4/+3
2004-10-11Add RCD_SCRIPTS_EXAMPLEDIR to the MESSAGE_SUBST. www/tinyproxy's MESSAGEreed1-1/+2
used it but it was not defined. Other MESSAGE files use it too.
2004-10-11Update jakarta-tomcat to 5.0.28.abs4-12/+19
Also, work around a horrible interaction with the gzip in NetBSD 2.0 (at least RC4). If gzip is used in a pipeline the tarfile fails to extract (PR bin/27228) Changes since 5.0.27: General fix 30239: Updated IIS how-to to link to Wiki page with instrutions for IIS 5 and IIS 6 configurations. (yoavs) fix 30238: Replaced isapi_redirector.dll isapi_redirect.dll in installation script for consistency. (yoavs) fix 29584: Enhanced and clarified JNDI documentation. (yoavs) fix 30245: Corrected Connector documentation to list "address" as a common attribute. (yoavs) fix 29826: Modified setclasspath.bat exit code to 1. (yoavs) update Updated status page, mostly rewritten. (yoavs) update Updated Jakarta-Commons dependencies: BeanUtils to 1.7.0, Collections to 3.1. (yoavs) update Removed classic compiler directives from Ant build, as we use modern anyways. (yoavs) update Modified RELEASE-PLAN-5.0.html to indicate status given start of work on Tomcat 5.next. (yoavs) update Added command lines utilities version.sh, version.bat to let you know what version is installed. (funkman) Catalina 30602: Subject is not available during the first call fix to the servlet which use the basic authentication (jfarcand) fix 29831: Added support for Boolean property to BeanFactory. (yoavs) fix 28875: Made ErrorReportValve use UTF-8 encoding by default. (yoavs) fix 30325: Only set CATALINA_HOME if not already set (in bin/catalina.sh). (yoavs) fix 30144: Made SSIServlet check resource MimeType before using text/html and UTF-8 default. (yoavs) 29406: Made JAASRealm configurable as to whether it fix should use the context ClassLoader or the default ClassLoader by adding a useContextClassLoader boolean attribute. (yoavs) If ServletResponse.getWriter() is called and no char encoding has been specified, set response char encoding to fix default (ISO-8859-1) so that it is reflected in getContentType() and Content-Type header, as required by the Servlet Spec (Bugtraq 6152759) (luehe) fix 29869: Better JMX/JSR77 support in StandardContext and StandardWrapper. (remm) update Fixed broken link to JK documenration from AJP Connector reference page. (yoavs) fix 30587: Typo in ExtendedAccessLogValve. (yoavs) fix 30561: Broken restart of NamingService. (yoavs) fix 29668: NPE in HostConfig, directory created for deployed WAR instead of xml file. (yoavs) fix 30179: Improved Bootstrap catalina.properties handling. (yoavs) fix 30762: Servlet#destroy was called before contextDestroyed. (yoavs) fix 30650: Added explicit comments on session equals() implementation. (yoavs) Coyote fix 30770: Check that the browser actually sent a user-agent header before using it. (billbarker) Default charset not included in Content-Type response header fix if no char encoding was specified (see Bugtraq 6152759). (luehe) Jasper fix 29971: Commented out page directive is parsed. (luehe) fix 30067: 'Scripting elements are disallowed here' exception behind scriptless tag. (luehe) fix 30073: NPE when compiling .jspx with broken xml format in jspcmode. (luehe) fix 30291: Smap for a tag should not include its body. (kinman) fix 30289: Incorrect Smap for multiple line java expression. (kinman) Cluster Webapps fix 29779: Admin/Examples SetCharacterEncodingFilter wrong package. (yoavs) fix 30354: manager-howto.xml used wrong Ant task. (yoavs)
2004-10-11Don't set "procname" (developer's holdover).tv1-2/+1
2004-10-11+cygwin_{lib,esound}tv1-1/+3
2004-10-11It helps when the install directories are properly created at install time.tv2-3/+5
(Fixes some pkg_delete warnings....)
2004-10-11+cygwin_{esound,lib}tv1-1/+3
2004-10-11cygwin_esound, an EsounD server for Cygwin (providing sound support fortv5-0/+74
Interix apps).
2004-10-11cygwin_lib, a pkgsrc-izing of the barebones Cygwin DLL. This providestv5-0/+87
a framework for some Win32 gateway services for Interix.
2004-10-11Add MASTER_SITE_CYGWIN, to be used for some emulators/cygwin_* packagestv2-4/+21
(mainly to provide Win32 gateway services for Interix hosts).
2004-10-11Add real Interix support for _RC*_* variables; bump datestamp to today.tv2-3/+18
2004-10-11Use PKGNAME_NOREV instead of PKGNAME for the DIST_SUBDIR (wherereed1-2/+2
the distfiles are stored). This problem was noticed by Richard Rauch and reported in PR 27205.
2004-10-11Enable on Interix.tv1-2/+2
2004-10-11Build with "-DNOGLOB" on platforms which don't have "/usr/include/glob.h"tron1-1/+5
like IRIX. This should fix PR pkg/27204 by Georg Schwarz.
2004-10-11Allow this to build on Interix in client-only mode.tv1-4/+8
2004-10-11Note addition of dbus and dbus-glib, both at version 0.22.jmmv1-2/+3
2004-10-11Add and enable dbus and dbus-glib.jmmv1-1/+3
2004-10-11Initial import of dbus-glib, version 0.22:jmmv4-0/+64
D-BUS is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. D-BUS supports broadcast messages, asynchronous messages (thus decreasing latency), authentication, and more. It is designed to be low-overhead; messages are sent using a binary protocol, not using XML. D-BUS also supports a method call mapping for its messages, but it is not required; this makes using the system quite simple. This package provides the D-BUS interface to GLib and the dbus-monitor utility (included here because it also uses GLib).
2004-10-11Initial import of dbus, version 0.22:jmmv9-0/+233
D-BUS is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. D-BUS supports broadcast messages, asynchronous messages (thus decreasing latency), authentication, and more. It is designed to be low-overhead; messages are sent using a binary protocol, not using XML. D-BUS also supports a method call mapping for its messages, but it is not required; this makes using the system quite simple. This package provides the D-BUS core library and daemon, as well as some utilities that complement it.
2004-10-11Quick typo fix for previous which made some libraries not build at alltv4-19/+19
on Interix.
2004-10-11Add EXIM_USE_LOOKUP_WHOSON to exim and exim-exiscanabs1-2/+10
No change to default build, so no revision bump
2004-10-11Add IMAP_UW_USE_WHOSONabs3-16/+43
No change to default build, so no version bump
2004-10-11Import whoson-2.03abs1-1/+3
Whoson ("WHO iS ONline") is a proposed Internet protocol that allows Internet server programs know if a particular (dynamically allocated) IP address is currently allocated to a known (trusted) user and, optionally, the identity of the said user. The protocol could be used by an SMTP Message Transfer System in conjunction with anti-spam-relaying filters to implement a scheme similar to the one described here to allow roaming customers use their "home" SMTP server to submit email while connected from a "foreign" network.
2004-10-11Add whoson, sortabs1-3/+4
2004-10-11Make -export-symbols work properly under Interix. (The Interix ld(1) doestv6-89/+97
not implicitly add `_' to -retain-symbols-file values, so we have to add it manually before doing the physical link.)
2004-10-11Importwhoson-2.03abs9-0/+214
Whoson ("WHO iS ONline") is a proposed Internet protocol that allows Internet server programs know if a particular (dynamically allocated) IP address is currently allocated to a known (trusted) user and, optionally, the identity of the said user. The protocol could be used by an SMTP Message Transfer System in conjunction with anti-spam-relaying filters to implement a scheme similar to the one described here to allow roaming customers use their "home" SMTP server to submit email while connected from a "foreign" network.
2004-10-11Add and enable ccze.minskim2-2/+4
2004-10-11Import ccze from pkgsrc-wip. Packaged by xtraeme@ and modified byminskim4-0/+57
wiz@ and me.
2004-10-11Fix the "jre" symlink in the various Sun-based JDK packages; it was wrongtv9-21/+16
for quite some time after the ${PREFIX}/java migration. Since pkgsrc now has proper symlink handling in pkg_install, this can now be a simple PLIST entry rather than an @exec/@unexec pair.
2004-10-11Under NetBSD 2.0_RC3 we "don't work" with sun-jdk15 as well if not better thanabs1-2/+2
we "don't work" with sun-jdk14
2004-10-11Why all the complexity? Just remove $wrkdir. (The previous incarnation lefttv1-15/+3
a still-littered "work" directory; rather, this should nuke the whole thing.)
2004-10-11+win32-jdktv1-1/+2
2004-10-11Add win32-jdk. While here, sort the per-JVM metadata sections by JVM name.tv1-29/+40
2004-10-11+win32-jdktv1-1/+2
2004-10-11win32-jdk, a wrapper around the Win32 Java SDK/Runtime Environment for usetv6-0/+252
on Interix platforms.
2004-10-11Added entry for updating libksbashannonjr1-1/+2