summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1999-08-25Introduce a USE_XAW definition, which is used in package Makefiles, toagc10-23/+63
denote that the package uses libXaw. Introduce an XAW_TYPE definition, which is defined in /etc/mk.conf by the user, to denote the type of libXaw to use. Possible values are: standard, 3d and xpm. Define USE_XAW in relevant Makefiles. Set default XAW_TYPE in Makefiles which previously did a DEPENDS+= Xaw3d... This means that package builds should not fail because of conflicting Xaw packages being installed on machines.
1999-08-25Fix egcs warning--sprintf() needs to #include <stdio.h>.fredb2-1/+17
1999-08-25Document NMH_PAGER and NMH_EDITOR.agc1-9/+13
Make WINDOWMAKER_OPTIONS conform to normal usage. GIMP_SMALL_DATA doesn't seem to exist any more. Explain LIBWRAP_FWD and USE_INN more fully.
1999-08-25adjust for last checkinhubertf1-2/+2
1999-08-25Update to V2.6.1: many bugfixes!hubertf5-31/+9
Submitted by Geoff Wing <gcw@rxvt.org> in private mail.
1999-08-24Add and enable "suse_devel" package. Fixes PR pkg/8264 bytron1-1/+2
Dr. Lex Wennmacher.
1999-08-24New "suse_devel" package based on PR pkg/8264 by Dr. Lex Wennmacher:tron5-0/+56
Linux compatibility package - development tools
1999-08-24Retarget symbol links so that the Linux emulation can resolve them, too.tron1-4/+13
1999-08-24Modify symbolic links so that "pkg_create" will turn them into relativetron1-0/+7
links which will prevent emulation problems later.
1999-08-24Use -h instead of -L in test(1) when testing for a symbolic link.agc1-3/+3
1999-08-24Make this package work on Solaris.agc8-12/+106
Also, don't assume that X11BASE is /usr/openwin on Solaris.
1999-08-24Extract distfile with pax. This works around bugs in our tar that manifestbad2-2/+6
themselves on big endian machines. XXX As a side effect most of the files in bench/Results won't get extracted, but we don't install them anyway.
1999-08-24Update "mutt" package to version 1.0pre.1. Changes since 0.95.7:tron4-20/+6
Almost all changes from 0.95.7 concern the build process, which should work now on those platforms for which problems where reported with 0.95.7. postfix and qmail users may be interested in the new $bounce_delivered configuration variable.
1999-08-24add a patch to find "cast.c" automatically, comes from ircII CVS tree.mrg3-1/+79
1999-08-24Add and enable cassowaryagc1-1/+2
1999-08-24Initial import of cassowary-0.50, an incremental constraint solvingagc8-0/+141
toolkit that efficiently solves systems of linear equalities and inequalities, into the NetBSD packages collection. Constraints may be either requirements or preferences. Client code specifies the constraints to be maintained, and the solver updates the constrained variables to have values that satisfy the constraints. Version 0.50 of the solving toolkit adds support for a one-way finite domain subsolver.
1999-08-24pkglint: use of DISTFILES with single file discouraged.tron1-3/+2
1999-08-24Fix typo in last commit.tron1-2/+2
1999-08-24pkglint: use of DISTFILES with single file discouraged.tron1-3/+2
1999-08-24Make sure that "bison" binary from package sources is used.tron4-8/+8
1999-08-24"bison" is only required at build time.tron1-2/+2
1999-08-24Enable cxref.hwr1-2/+2
1999-08-24Import of cxref-1.5ahwr6-0/+44
Cxref is s a program that will produce documentation (in LaTeX, HTML, RTF or SGML) including cross-references from C program source code. It has been designed to work with ANSI C, incorporating K&R, and most popular GNU extensions. The documentation for the program is produced from comments in the code that are appropriately formatted. The cross referencing comes from the code itself and requires no extra work.
1999-08-24Update bison to version 1.28.agc5-13/+13
Changes include: * Should compile better now with K&R compilers. * Added NLS. * Fixed a problem with escaping the double quote character. * There is now a FAQ.
1999-08-24Homepage has moved to http://www.tamacom.com/global/.hwr1-2/+2
1999-08-24Adapt this package to pkgsrc standards:agc4-2/+29
+ delete redundant PKGNAME definition + use pkglibtool, and install the .la archives + add comment to PLIST + add patch-sum file
1999-08-24Fix ELF rpath.sakamoto2-10/+20
1999-08-24Fix ELF rpath. suggested by kay@kaynet.or.jp.sakamoto1-3/+3
1999-08-24Libtoolize this, and install libs shared. Simplify patch to "afterstepdoc"fredb12-41/+280
script, so that if it can't find {netscape,mozilla} in the usual places, it only looks for lynx in /usr/{pkg,local}/bin.
1999-08-24Fix typo in "mipsel".simonb1-2/+2
1999-08-24Don't complain if "${PREFIX}/share/irc" can't be removed because sometron1-2/+2
user created files e.g. "ircII.server" are still in that directory.
1999-08-24again: do not remove non-pkg files (ircII.servers). restoring this file ↵mrg1-2/+1
from backups *again* is no fun.
1999-08-23flush table headings left, noted by Ross Harveyhubertf1-2/+2
1999-08-23only mv README-all.html aside if it existshubertf1-2/+2
1999-08-23Search fax notify program in "${PREFIX}/lib/mgetty+sendfax" not intron3-6/+20
"/usr/local/lib/mgetty+sendfax/new_fax". Problem noted by Simon J. Gerraty in PR pkg/8255.
1999-08-23Update gnumeric to 0.32rh5-294/+384
Notable changes are: * Implemented MDETERM and MINVERSE matrix functions. * Finished the ROMAN function completing the mathematical functions. * Implemented DB, DDB, FREQUENCY, QUARTILE, and XNPV functions. * Fixed DOLLAR, DOLLARDE, DOLLARFR, and PROB functions. * Added GUI for Summary Info. * Enabled function wizard. * Initial stab at Lotus 123: 'wk1', 'wks' import. * Added GUI for Names. * Better Excel string importing. * Fix for padded number insertion ( fixes CSV import ) * Implemented ISREF, INDIRECT improved CELL * Fixed several database functions. * Non-relative R1C1 style references. * Enable Array formulas. * Add VALUE_BOOLEAN, VALUE_ERROR, and OPER_PERCENT * Added EOMONTH, WORKDAY, NETWORKDAYS. * Work on functions : ROW, COLUMN, ISLOGICAL, ISERR, ISBLANK, DATEVALUE * Support implict intersection 'feature' of XL for functions, NOT operators. * Support Ctrl-Arrow movement & selection. Make moving corner of selection visible. * Support F4 switching between absolute and relative addressing modes * Reworked internal handling of absolute/relative addressing. * Fixed cut/copy/paste to relocate relative references to only when copying not cuting. * Implemented BESSELI, BESSELK completing the engineering functions. * Added Moniker support for the Workbooks * Added a signal for cell_content_changed for the speech support. * Fixed locale setting and switching for file IO. * Updated the CORBA interface for setting cell attributes. * Scrolling sheet tabs. * Many translations updated, thanks to our translators. * innumerable minor bugs fixed.
1999-08-23Remove duplicate entry for "share/irc/script/icb".tron1-2/+1
1999-08-23Remove "share/irc/ircII.servers" on deinstallation.tron1-1/+2
1999-08-23Update dependence on "ircII" package.tron1-2/+2
1999-08-23Bump version to pkg_install-19990823.hubertf2-4/+4
Main reason is that the last update collided with an earlier one on the same day, and people ended up with the wrong distfile (content-wise). New features in this version: - Compile in full names for chown(1), chmod(1) and chgrp(1). Fixes PR 8250 by Wiz <wiz@danbala.ifoer.tuwien.ac.at>. - pkg_delete calls DEINSTALL script a second time after all the files are removed, with "DEINSTALL $PKGNAME POST-DEINSTALL" as args
1999-08-23And and enable scwm.agc1-1/+2
1999-08-23Initial import of scwm, a highly configurable X11 window manager based onagc7-0/+162
guile/scheme, into the NetBSD packages collection.
1999-08-23update to version 4.4L. this fixes:mrg7-91/+23
- channel_name_width==0 - missing ssize_t - freebsd curses fixes - nickname at starttime fixes for linux - /window kill_others fixes - NeXT support and adds these features: - socks5 support - configure --datadir, --srcdir (objdir) support. - find zcat/gzip/etc and use these as we can
1999-08-23Sync.tron1-2/+2
1999-08-23Remove bogus master site.tron1-3/+2
1999-08-23Update "xemacs-packages" package to version 1.1. An uptodate xemacs packagetron3-35/+33
list was supplied by Michael Richardson.
1999-08-23Update "xemacs" package to version 21.1.6.tron2-5/+11
1999-08-23Correct description of "USE_XFACE".tron1-2/+2
1999-08-23Compare "${USE_XFACE}" explicitly with "YES" to allow overriding it viatron1-3/+3
the command line.
1999-08-22Forgot to put in the original master site...kim1-2/+3