summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-01-20Also build and install javadoc-generated API documentation.jwise2-4/+38
While here, fix typo which was causing un-substituted MESSAGE_FILE to be shown
2000-01-20Shorter COMMENT to fit within 80 characters in pkg_info output.jwise1-1/+1
2000-01-20add & enable avltreehubertf1-1/+2
2000-01-20AVLtree is a small, malloc-based, in-memory index package generallyhubertf7-0/+77
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.
2000-01-19Remove redundant dependences.tron1-4/+1
2000-01-19Add missign "@dirrm" for "lib/gphoto".tron1-1/+2
2000-01-19Make this program compile and work on Solaris.agc2-7/+15
2000-01-19include Makefiles with LICENSE with -R, update to 1.99abs3-11/+17
2000-01-19Don't install ex and vi manpages, instead, install a vigor manpage.hubertf2-7/+40
Noted by pooka.
2000-01-19this conflicts with vigorhubertf1-1/+3
2000-01-19Add USE_X11=yespooka1-1/+3
2000-01-19Update "mutt" package to version 1.0.1. Changes since version 1.0:tron3-12/+13
- a couple of bug fixes (including the y2k bug) - addition of some translations
2000-01-19add & enable cdparanoiaitohy1-1/+2
2000-01-19An attempt to port cdparanoia-III-alpha9.7.itohy19-0/+1039
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.
2000-01-19Recognize children even if feel innocent of.itohy3-14/+87
2000-01-19Add and enable jdbc-postgresqljwise1-1/+2
2000-01-19Initial import of jdbc-postgresql-6.5.3, a type 4 JDBC driver for PostgreSQL.jwise4-0/+77
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).
2000-01-19Vigor is designed as a vi-compatible editor, with a little (*ahem*)hubertf5-0/+67
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).
2000-01-19add & enable vigorhubertf1-1/+2
2000-01-19Remove readline dependency for systems whose libedit.a has readline emulation.jlam7-24/+193
I've finally learned enough autoconf voodoo to do this the right way :) Also preliminary preparations for CUPS (IPP) support.
2000-01-18Patch to make the interfaces/jdbc directory usable, even though this packagejwise2-2/+15
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.
2000-01-18Downgrade "perl" package to working version 5.00404.tron19-919/+916
2000-01-18"Pull up" changes by Johnny C. Lam.tron7-87/+128
2000-01-18update to 0.10 to include NetBSD-current's netdb.h, with ipv6 stuff. Iexplorer2-4/+4
really need to take the various getXbyY_r() functions and put them in the main source tree, and ditch this file.
2000-01-18Reimport mostly broken version 5.00503 of "perl" package as "perl-current".tron11-0/+1152
2000-01-18Update "pilotmgr" package to version 1.107p2:tron4-9/+17
- new distribution file - Y2K fix for the status window
2000-01-18Better apache pattern (apache-1.3.9*, to match our 1.3.9p0 naming)jwise1-2/+2
2000-01-18Add spfc, but disabled, as it depends on jsdk20. Can someone more packagelyjwise1-1/+2
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?
2000-01-18Initial import of spfc-0.2.0. From pkg/DESCR:jwise5-0/+135
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.
2000-01-18nuke trailing period.jwise1-1/+1
2000-01-18Change PLIST handling to differentiate between ELF and a.out, as well asjlam7-87/+128
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.
2000-01-18Add missing "USE_X11= yes" to avoid run time library path problems. Fixestron1-1/+2
PR pkg/9205 by Martin Husemann.
2000-01-18Modify the Makefile to install mts.conf as mts.conf.dist, and mhn.defaultsagc4-8/+32
as mhn.defaults.dist, so that an existing configuration is not lost by a new installation. Fixes PR 7819 from Matthew Green.
2000-01-18This package conflicts with the old rdist6 package.agc4-210/+36
Make this package compile properly on Solaris. Fix the master site. Fix the description.
2000-01-18Add jssi, but disabled, as it depends on jsdk20jwise1-1/+3
2000-01-18Initial import of jssi-1.1.2. From pkg/DESCR:jwise6-0/+78
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.
2000-01-18regenchristos1-1/+2
2000-01-18How did papd ever work?christos1-0/+61
- 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.
2000-01-17Add and enable xspeakfreejlam1-1/+2
2000-01-17Kill files missed by previous commit.pooka2-26/+0
2000-01-17xspeakfree 0.8.1 -- Tcl/Tk (wish) frontend to Speak Freelyjlam7-0/+72
2000-01-17Upgrade vim packages to vim 5.6.pooka16-376/+309
New since version 5.5 --------------------- Not much: - New "Edit with Vim" popup menu entry for MS-Windows. Avoids problems with the MS Office taskbar. - 18 new syntax files. - "z+" and "z^" commands. And many bug fixes! This version is aimed at stability. See ":help version-5.6" in Vim for the details.
2000-01-17Redo this patch with less context to avoid a RCS keyword.bad2-28/+17
``This time for sure!''
2000-01-17Remove the attempt to patch a second time if a patch doesn't applyagc1-2/+1
cleanly the first time. This is unnecessary now that fuzz has been removed from pkgsrc patches.
2000-01-17Document two new make variables which may be defined in mk.conf:jlam1-6/+12
USE_CRYPTO: YES, NO; Default: YES - whether or not net/speakfreely is compiled with support for encrypted connections USE_IDEA: YES, NO; Default: package-dependent - whether or not to compile with support for patented IDEA; used by net/speakfreely and security/ssh Also, remove SSH_DONT_USE_IDEA. This is still handled by ssh Makefile, but is marked as deprecated.
2000-01-17Use new variable USE_IDEA, which is YES/NO, and mention that SSH_DONT_USE_IDEAjlam1-5/+13
is deprecated. Defaults to USE_IDEA=YES to match current default build.
2000-01-17Remove speakfreely-cryptojlam1-2/+1
2000-01-17Unbreak this at least for non-NOPIC architectures.hubertf4-697/+795
If someone sends me the needed changes for NOPIC machines, this should be split up again. (If needed!)
2000-01-17Remove speakfreely-crypto. Functionality now merged with speakfreely.jlam1-28/+0
2000-01-17Merge net/speakfreely and net/speakfreely-crypto. Allow building withoutjlam12-153/+519
using patented IDEA algorithm. Uses two new make variables which may be defined in mk.conf: USE_CRYPTO: YES, NO USE_IDEA: YES, NO Defaults to building with crypto but without IDEA.