summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2001-11-06Activate store type "diskd" by default as suggested by Grant Beattie intron1-3/+4
PR pkg/14476.
2001-11-05Config files shouldn't be group-writeable.jlam1-2/+2
2001-11-05Remove debugging line.jlam1-2/+1
2001-11-01I should have cvs removed this file beforezuntum1-141/+0
2001-11-01Move these files, toozuntum2-1/+1
2001-11-01Oops, forgot to cvs rm thingszuntum7-175/+0
2001-11-01Finishing my cvs {rm,add} crusade in pkg/zuntum7-0/+175
2001-11-01Move MESSAGE.module from pkg/ to top-level package directory.jlam1-1/+1
2001-11-01Change reachover references into another package's pkg/ directory intojlam3-9/+9
references to the other package's base directory. This is needed after the files in the pkg/ directory were dispersed into the base directory.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum13-12/+153
2001-11-01Move pkg/ files into package's toplevel directoryzuntum418-250/+250
2001-10-30Correct package names by adding '4' before the '-', and addwiz1-5/+6
php4-posix, which seems to be needed for mail/imp, as noted by Olaf Seibert in private mail.
2001-10-30Added p5-HTML-TableExtractdamon1-1/+2
2001-10-30Initial Versiondamon4-0/+31
2001-10-29Note addition of apc-gui-1.0.3 in www/apc-gui.jlam1-1/+2
2001-10-29www/apc-gui - web interface for managing APC (php-apc)jlam8-0/+345
APC GUI is an add on for APC to provide a comprehensive, easy to use and, of course, good-looking web-based GUI. APC GUI not only gives access to statistical parameters of APC, it also makes it easier to administer web-servers running APC by providing comfortable features for restarting the cache and deleting scripts from the cache.
2001-10-29Some NetBSD releases don't have SHM_{R,W} so use the S_I{R,W}{USR,GRP,OTH}jlam2-1/+33
flags instead.
2001-10-29Drop some whitespacewiz1-2/+2
2001-10-29Note addition of php-apc-1.1.0.1 in www/php4-apc.jlam1-1/+2
2001-10-29www/php-apc - Alternative PHP Cache for PHP4jlam7-0/+92
APC is the Alternative PHP Cache, which provides a way of boosting the performance of PHP on heavily-loaded sites by allowing scripts to be cached in a compiled state, so that the overhead of parsing and compiling can be almost completely eliminated. This is an open source product that does the same job as the commercial product Zend Cache.
2001-10-29Fix depends lines to point to correct pathsjmc2-4/+4
2001-10-28Note addition of php-FastTemplate-1.1.0 in www/php-FastTemplate.jlam1-1/+2
2001-10-28www/php-FastTemplate:jlam4-0/+76
PHP extension for managing templates and variable interpolation FastTemplate is a port of the Perl CGI::FastTemplate module to PHP, which is a very fast implementation of templates using simple variable interpolation. Templates are very useful for CGI programming, because adding HTML to your PHP code clutters your code and forces you to do any HTML modifications. By putting all of your HTML in seperate template files, you can let a graphic or interface designer change the look of your application without having to bug you, or let them muck around in your PHP code.
2001-10-27Update galeon to 0.12.6.taya2-6/+6
Changes from previous version is bugfixes. Announce said "This is the first release candidate for 1.0."
2001-10-26Update galeon to 0.12.5taya3-7/+19
Changes from Release Notes 0.12.4 -> 0.12.5 - ability to drag tabs - bugfixes 0.12.3 -> 0.12.4 - mozilla 0.9.5 compatibility - bugfixes
2001-10-26enable IPv4 mapped IPv6 address(workaround for -current)taya3-3/+25
2001-10-26Move the moz-install script from the scripts/ directory to the files/agc2-3/+3
directory.
2001-10-26Buildlink'ify.kleink1-10/+6
2001-10-26At present, if there is a pre-<target> or post-<target> script inagc1-1/+4
the scripts/ directory, it will be run automatically as part of the build process, by bsd.pkg.mk. There are now exactly 5 packages in pkgsrc which use this facility, and yet, for every package build, the existence of a script is checked by bsd.pkg.mk once before the target is executed, and once afterwards. This incurs needless overhead. Move the separate pre- and post- script handling out of bsd.pkg.mk into the individual package Makefiles, where it's much more obvious what is happening, anyway.
2001-10-26The directory to pick up the openldap1 package from isagc4-15/+10
../../databases/openldap1 now. It doesn't make much sense to me to patch a Makefile to include @PREFIX@ patterns, followed by a custom script to substitute @PREFIX@ for ${PREFIX}. Modify the patch to use "${PREFIX}" (which is passed through the environment anyway), and is what every other package seems to use quite happily. Remove now unnecessary script file.
2001-10-25Pass ${command_args} in stop_cmd, as requested in pkg/14349.wiz1-2/+2
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam3-6/+6
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-23Integrate a patch from the sourceforge page for this project.jwise4-6/+35
With this patch, the sablotron base URI for xslt processing is set to the current working directory, so document inclusion (ala <xsl:apply-templates select="document(data/test.xml)" /> ) will DTRT. Bump the pkg version to 1.1nb1, as stylesheets written for the new version may not work with the old.
2001-10-23There are some .c files in the header directory.jlam1-3/+3
2001-10-23Add a buildlink.mk file for use primarily by packages that use apxs tojlam1-0/+60
compile Apache extension modules. This is usable by packages that depend on either apache or apache6.
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam3-6/+6
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
2001-10-23Fix previous, and also add new MASTER_SITES.jwise1-3/+3
2001-10-23HOMEPAGE moved...jwise1-2/+2
2001-10-22Minimize the diffs between the apache and apache6 packages:jlam3-14/+21
- Whitespace changes to Makefile - From the commit log for apache/Makefile: Don't do the dance with ROOT_GROUP. Apache extension modules installed by apxs are now installed with "${INSTALL} -c -o ${LIBOWN} -g ${LIBGRP}", which should do the right thing regardless of the platform. ${INSTALL} is replaced with the full path to the install program used by pkgsrc, which should be /usr/bin/install on NetBSD, and /usr/ucb/install on Solaris. This should fix pkg/14232 by Pierre Bourgin.
2001-10-22Don't do the dance with ROOT_GROUP. Apache extension modules installed byjlam3-16/+10
apxs are now installed with "${INSTALL} -c -o ${LIBOWN} -g ${LIBGRP}", which should do the right thing regardless of the platform. ${INSTALL} is replaced with the full path to the install program used by pkgsrc, which should be /usr/bin/install on NetBSD, and /usr/ucb/install on Solaris. This should fix pkg/14232 by Pierre Bourgin.
2001-10-22Build correctly even if user does not have CLASSPATH set.jwise1-2/+2
This should be in bsd.pkg.mk, and will move there soon.
2001-10-22Set a better default CLASSPATH, so that this builds ok even if the userjwise1-3/+4
has not set CLASSPATH. This logic should move to bsd.pkg.mk, and will soon.
2001-10-22Need a BUILD_DEPENDS on perl, so we can use apxs...jwise1-1/+4
2001-10-21Update MASTER_SITES, comment out HOMEPAGE, since server missing.wiz1-4/+7
Noted by Grant Beattie in pkg/14167.
2001-10-20Only link -lgcc whole-archive on NetBSD ELF platforms, to allow a.outjlam3-17/+18
platforms to correctly links this package.
2001-10-19'LDFLAGS+=-Wl,--export-dynamic' doesn't work on Solaris.veego1-1/+3
2001-10-19Define a ROOT_GROUP, which defaults to root on SunOS, otherwise to wheel.veego3-5/+18
Using -o 0 and -g 0 doesn't work with the ucb install on Solaris.
2001-10-18Support for linking some PHP4 extensions statically into the php CGI andjlam1-1/+16
into the apache mod_php.so DSO. PHP4_CONFIGURE_ARGS should contain GNU configure options, a complete list of which may be found at: http://www.php.net/manual/en/install.configure.php Note that this is generally not needed as many of the extensions (session, mysql, pgsql, pcre) may be dynamically loaded, and are separately packaged in pkgsrc.
2001-10-18Note additional PHP4 packages that the user may want to install.jlam1-1/+8
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego31-31/+62
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.