Age | Commit message (Collapse) | Author | Files | Lines |
|
1.0.53:
- greek and galician translations
- use TCP wrappers
|
|
not fully functional on either.. yet.
|
|
- compilation fixes for FreeBSD.
- updated reference manual.
|
|
|
|
servers.
|
|
|
|
|
|
Use a BSD-style makefile for this package.
|
|
Use a BSD-style Makefile for this package.
|
|
Fixes PR 9254 from Brian Stark
|
|
Requested by Minoura Makoto.
|
|
While here, fix typo which was causing un-substituted MESSAGE_FILE to
be shown
|
|
|
|
|
|
like B-trees and hash tables. The interface resembles that of the BPLUS
(B-tree) index package.
Index creation options are:
- fixed-length binary keys OR variable-length string keys
- unique OR duplicate keys
- with duplicate keys:
standard (void *) pointers for each key OR
instance-counting (saves time and memory)
Key insert/search time is O(log N).
Package submitted in PR 9252 by wrstuden@netbsd.org, assembled by
Bill Ross.
|
|
|
|
|
|
|
|
|
|
Noted by pooka.
|
|
|
|
|
|
- a couple of bug fixes (including the y2k bug)
- addition of some translations
|
|
|
|
CD-DA extraction tool with excessive data corrections,
such as jitter, loss of data, etc.
This will soon be obsoleted by cdparanoia IV, I hope....
Most SCSI/ATAPI CD-ROM drives should work fine.
However, the ATAPI stuff is totally untested, and
if it happened to work, it was a miracle. :-)
Currently,
- the feature to search for CD-ROM device is not
implemented and the -g option is required,
- the libraries are not installed.
|
|
|
|
|
|
This shares a distfile and a checksum file with the postgresql package. It uses
a different workaround for the postgres jdbc Makefile than in that package's
patch-an, but I am leaving that patch there for documentation purposes. (That way
`cd pkgsrcs/databases/postgresql ; make patch' DTRT for people looking at the
sources).
|
|
extra something thrown in. It was inspired by the January 4, 2000
storyline in the User Friendly comic. If you haven't seen it yet,
check it out at http://www.userfriendly.org/ (and do so in a place you
can freely laugh).
|
|
|
|
I've finally learned enough autoconf voodoo to do this the right way :)
Also preliminary preparations for CUPS (IPP) support.
|
|
doesn't use it. Later tonight or tomorrow morning, I will commit a jdbc-postgresql
package which will share DISTFILE and patch goo with this package.
All this may eventually be replaced if the client stuff is factored out of the
postgresql package, but that's not me.
|
|
|
|
|
|
really need to take the various getXbyY_r() functions and put them in
the main source tree, and ditch this file.
|
|
|
|
- new distribution file
- Y2K fix for the status window
|
|
|
|
than me review the license to download jsdk20 from
http://java.sun.com/products/servlet/download.html
and see if there's something better we can do? An ACCEPTABLE_LICENSE= of some
sort maybe?
|
|
SPFC is the Apache.org Server Page Foundation Classes, a collection of
java classes to help servlet's construct HTML and XML documents on-the-fly.
|
|
|
|
shared and static (NOPIC). Works with ELF on -current now.
NOPIC and SunOS support may be broken; someone else with the necessary
resources should test and possibly fix these cases.
|
|
PR pkg/9205 by Martin Husemann.
|
|
as mhn.defaults.dist, so that an existing configuration is not lost by
a new installation.
Fixes PR 7819 from Matthew Green.
|
|
Make this package compile properly on Solaris.
Fix the master site.
Fix the description.
|
|
|
|
Apache JSSI parses JHTML files, executes the servlets as specified by the
<SERVLET> tag and replaces those tags with the output of the executed
servlet. The <SERVLET> tag can be seen as the server side equivalent of
the <APPLET> tag.
Note that SSI files for java servlets are called JHTML files in the
apache context while SHTML files are usually for traditional SSI (like
<!--#ECHO -->). This is a bit confusing since in the Java Web Server
(SUN) context SHTML files are used for java servlet SSI files and
JHTML is used for page compiled pages. Java Apache SSI does not support
page compiling.
|
|
|
|
- make printcap parsing understand comments.
- pass missing argument to function.
XXX: mental note: ppd files are \r not \n separated. We need to fix the
parsing so we don't have to convert them to unix files before they work.
|
|
|