summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-01-20Update "gnome-core" package to version 1.0.55. Changes since versiontron5-38/+53
1.0.53: - greek and galician translations - use TCP wrappers
2000-01-20Make this compile on sparc and work better on alpha. Unfortunately,pooka2-6/+7
not fully functional on either.. yet.
2000-01-20Update "libgtop" package to version 1.0.6. Changes since version 1.0.5:tron5-14/+30
- compilation fixes for FreeBSD. - updated reference manual.
2000-01-20Update "gnome-libs" package to version 1.0.55.tron5-51/+19
2000-01-20Update for yet another change of the directory structure on the GNOME FTPtron1-2/+2
servers.
2000-01-20Fix a patch, and regenerate patch checksum.agc2-6/+6
2000-01-20Modified to include the extra files that a BSD-style make(1) installs.agc1-1/+3
2000-01-20There are times when libtool is complete overkill. This is one of them.agc1-1/+2
Use a BSD-style makefile for this package.
2000-01-20There are times when libtool is complete overkill. This is one of them.agc4-37/+26
Use a BSD-style Makefile for this package.
2000-01-20Fix typo in MASTER_SITES.agc1-2/+2
Fixes PR 9254 from Brian Stark
2000-01-20Update to skkinput-2.03.itohy2-5/+5
Requested by Minoura Makoto.
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