summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2001-07-21* Make this compile again after previous partial conversion to buildlink.jlam9-117/+116
* Use lesstif/buildlink.mk instead of USE_MOTIF. * Simplify patch to configure by fixing --with-graphic-libs check. * Ensure that proper LDFLAGS are passed through to build process to ensure linking against proper libraries.
2001-07-21Update to 1.0.3, provided by Martti Kuparinen in pkg/13339.wiz5-55/+47
Too many changes to list here.
2001-07-20Add USE_LIBINTL to handle locale data correctlytaya1-1/+3
2001-07-20Mechanical changes to buildlink.mk files to use EVAL_PREFIX to setjlam2-6/+6
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-19Import OpenACS, a port of the Ars Digita Community System tocjones10-0/+4125
PostgreSQL. OpenACS is a web development environment which includes a staggering number of already-built modules.
2001-07-19Some changes to work better with the openacs package, which will becjones2-18/+28
committed shortly.
2001-07-19Corrected a pathname to match PLIST.cjones1-2/+2
2001-07-18Rename LIBS to AP_LIBS so listed files aren't passed to configure script byjlam1-6/+6
mistake by automatic CONFIGURE_ENV+=LIBS="${LIBS}".
2001-07-17Some cleanups:wiz5-14/+14
Use REPLACE_PERL, instead of hardcoding /usr/pkg/bin/perl. Standardize MESSAGE, and fix typo. Remove share/doc/user_manage on deinstall. Change PKGNAME to p5-${DISTNAME}.
2001-07-17Add SUBDIR entry for p5-HTTPD-User-Manage.nra1-1/+2
2001-07-17New package p5-HTTPD-User-Manage. PR #13463 by Peter Reich.nra6-0/+86
This is HTTPD-User-Manage version 1.5X, a script and set of Perl modules for managing access control with the Apache, NCSA httpd, CERN and Netscape servers (and maybe some others). You can install this program as a CGI script to allow remote users to change their Web access passwords. Web administrators can use it to remotely add, edit and delete users and their groups. You can also use it from the command line as a nice all-in-one interface to access control databases based on text files, DBM files, and SQL databases. Please see the file user_manage.html for complete details.
2001-07-16add and enable ap-aolserver (hi chris!)wiz1-3/+4
sort
2001-07-16Added ap-aolserver, an AOLServer emulation module for apache.cjones8-0/+483
2001-07-16listen to both IPv4 and IPv6 wildcard by default.itojun1-1/+4
workarounds PR12655.
2001-07-14add galeontaya1-1/+2
2001-07-14Initial import of galeon.taya6-0/+285
Galeon is a GNOME web browser based on gecko (mozilla rendering engine). It's fast, it has a light interface and it is full standards compliant.
2001-07-13Update mozilla to 0.9.2nb1.taya4-3/+268
Try to connect to all address if host have more than 1 address.
2001-07-13Update my email address.fredb1-2/+2
2001-07-13In package Makefiles, create FILES_SUBST instead of duplicating sedjlam16-99/+113
expression for substituting in DEINSTALL/INSTALL scripts. Use "${CMP} -s" instead of "diff -q" since the former is more portable across OSes.
2001-07-12Outsmarted myself -- ${PKGNAME} no longer matches ${DISTNAME}.fredb1-2/+2
2001-07-12Belatedly bump the "nb" version, following the dropping of opensslfredb1-2/+2
baggage for packages that have ${DEPENDS} on the libwww package, but don't need to link in "libwwwssl" (currently all of them). These packages _do_ _not_ need to have their DEPENDS changed now, as the package system currently makes them require "libssl", whether they truly require it to run, or not. This will prove useful, however, when the version number of the "libssl.so" shared library is bumped[1]. Then, we'll have to bump again, but the depending packages will only need to depend on _this_ version, "libwww>=5.3.2nb1", the first version in which the "libwww*" libraries (except libwwwssl) carry no dependency on "libssl". [1] It's already been bumped in the HEAD of the base tree, but not yet in the openssl package or in any release branch.
2001-07-10Update to 0.96.wiz2-5/+5
Changes: Updated translations, SSL fixes, charset fixes, rebindable keys, proper encoding of form entries, and some misc. bug fixes.
2001-07-09Update to 3.11.tv2-5/+5
2001-07-09Solaris doesn't know about xargs -0hubertf1-3/+3
2001-07-08Update "analog" package to version 5.03. Changes since version 5.02:tron4-9/+11
- Bug fixes, including one bug that caused a crash under Windows. - Spanish translation, and corrections to SWEDISH-ALT translation.
2001-07-0720010704 has been replaced by 20010707lukem2-5/+5
2001-07-07Update list of filetypes to be installed into the htdocs tree.simonb1-4/+4
2001-07-07Update to adzap 20010704. Changes include many new ad patterns, as wellsimonb5-27/+45
as webbuf, shockwave and mp3 placeholders.
2001-07-06Add p5-CGI-Minimalabs1-1/+2
2001-07-06Import CGI-Minimal-1.06abs4-0/+26
CGI::Minimal is a lightweight alternative to CGI. It provides the _minimum_ functions needed for CGI such as form decoding (including file upload forms), URL encoding and decoding, HTTP usable date generation (RFC1123 compliant dates) and _basic_ escaping and unescaping of HTMLized text.
2001-07-04Update ap-auth-ldap to 1.6.0; changes since 1.5.2 include:kleink2-6/+6
* Cleaned up a number of memory leaks. * Can now be built with autoconf.
2001-07-04remove redundant USE_RUBY.taca1-2/+1
2001-07-02Add p5-Template-Toolkit to the SUBDIR list.nra1-1/+2
2001-07-02Add the p5-Template-Toolkit version 2.04. This package is a perl5 textnra5-0/+1507
template and dynamic web page intergration module.
2001-07-02Update p5-libapreq to 0.33.nra2-6/+6
2001-07-02Allow overriding of *_CONFIG variables in a package Makefile when usingjlam1-2/+3
USE_BUILDLINK_ONLY.
2001-07-01Move inclusion of bsd.buildlink.mk to start of file.jlam2-6/+6
2001-07-01set MAINTAINER to me.taca1-2/+2
2001-07-01Add and enable ruby-uri.taca1-1/+2
2001-07-01Importing ruby-uri, ruby-uri-4.27 package.taca4-0/+55
This is a Ruby interface to parse URIs according to RFC 2396. FTP and HTTP URLs are supported for the present.
2001-07-01Add and enable ap-ruby, ruby-htmlsplit and ruby-tag.taca1-1/+4
2001-07-01Importing ruby-tag, ruby-tag-1.0.4.taca4-0/+38
Ruby Simple HTML Tag library for CGI.
2001-07-01Importing ruby-htmlsplit, ruby-htmlsplit-1.0.2.taca5-0/+57
Ruby HTML Split library: It parse into array of tag and string, and result would be back to HTML by to_s method.
2001-07-01Importing ap-ruby, ap-ruby-0.8.5 package.taca5-0/+83
mod_ruby embeds the Ruby interpreter into the Apache web server, allowing Ruby CGI scripts to be executed natively. These scripts will start up much faster than without mod_ruby.
2001-07-01Update mozilla to 0.9.2taya8-125/+86
0.9.2 is a bugfix release. See release notes for detail. http://www.mozilla.org/releases/mozilla0.9.2/
2001-06-30Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-14/+10
2001-06-30Add buildlink.mk file for use by other packageszuntum1-0/+33
2001-06-30Set USE_BUILDLINK_ONLYzuntum1-1/+2
2001-06-29Converted to use buildlink.mk fileszuntum1-4/+4
2001-06-29USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,jlam2-19/+11
so remove it from package Makefiles. Also move the inclusion of the buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk to ensure that any Makefile settings occur before the buildlink.mk files.