summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1999-12-16Adapt to NetBSDbouyer4-44/+11
1999-12-16fix DEPENDSdmcmahill1-2/+2
1999-12-16Initial import of FreeBSD's "textutils" package:bouyer6-0/+130
GNU textutils utilities.
1999-12-16Use 3 lines of context, but protect the RCS Id in a different way, inagc3-5/+11
patch-aa, and use a pre-patch step in the package Makefile to substitute for RCS keywords. Regenerate patch file checksum.
1999-12-16changed depends from f2c-19980913 (the pkg) to just f2c (the executible)dmcmahill1-2/+2
1999-12-16Remove embedded blank line in pre-configure target.agc1-2/+1
1999-12-16Add yet more magic to parse Makefiles better. (plus be more verbose whenabs2-28/+79
problems are encountered)
1999-12-16Update depends to rsaref 2.0p3abs3-6/+6
1999-12-16Update to handle wildcard dependenciesabs2-154/+187
1999-12-16regenfredb1-2/+2
1999-12-16Fix ns32k specific syntax error. Require use of rsaref-2.0p3 instead ofjonb3-7/+16
faulty rsaref-2.0p2 while I'm in here.
1999-12-16This patch cleans up our message for unacceptable licenses:hubertf1-6/+13
miyu% make ===> xephem-3.1 Unacceptable license: no-commercial-use. To build this package, add this line to your /etc/mk.conf: ACCEPTABLE_LICENSES+=no-commercial-use To do this, we need to change the semantics of the IGNORE variable. It is no longer taken as one variable, but rather as one variable with several lines, seperated by whitespace. Each line will be printed on it's own. In addition, the code for the IGNORE_FAIL has been slightly moved around so IGNORE_SILENT can be used together with IGNORE_FAIL now. (does someone use this?).
1999-12-16add and enable db3hubertf1-1/+2
1999-12-16Import Sleepycat's db routines (V3).hubertf7-0/+800
Submitted in PR 8963 by Bill Studentmind (wrstuden@netbsd.org>, thanks!
1999-12-16-Update to f2c-19991025. This newer version contains several bug fixesdmcmahill12-147/+237
including (from f2c/changes) = permit long names in #line lines = minor tweaks to make some (C++) compilers happier = some casts for systems with 64-bit longs. = some fixes to format strings -Add a -v (verbose) option to the f2c-f77 script. This is (unfortunately) used by some GNU configure scripts (octave for example) for examining the fortran compiler behaviour.
1999-12-15- Break out patches to ./lib/libxview/misc/expandname.c anddmcmahill6-33/+85
./lib/libxview/textsw/txt_filter.c from patch-ad into patch-al and patch-ao. - Fix several compilation bugs on the sparc. The code had #ifdef(sparc) checks when it was really wanting to make an operating system choice, not a processor choice. Thanks to Ethan Bakshy, ethan@mail.enteract.com for pointing out the problem (on port-sparc).
1999-12-15Change the -fpic flag to -fPIC. This allows the xview-libs package todmcmahill2-4/+4
link on the sparc. Thanks to Ethan Bakshy, ethan@enteract.com for pointing out some of the xview problems on the sparc.
1999-12-15update md5 checksum for today's flavor of the manpagewindsor1-2/+2
1999-12-15md5 didn't match file ndg_files.tar.gzwindsor1-2/+2
neither my freshly-downloaded copy nor file residing in ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/
1999-12-15md5 didn't match filewindsor1-2/+2
neither file freshly downloaded into my system, nor file residing on ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/ghostscript/
1999-12-15some files were updated in the tarball.windsor1-2/+2
-rw-r--r-- pubsrc/pubsrc 1397 1999-12-01 07:33 plman13/manpl/defineunits -rw-r--r-- pubsrc/pubsrc 1229 1999-12-01 07:33 plman13/manpl/limits -rw-r--r-- pubsrc/pubsrc 9047 1999-12-01 07:29 plman13/manpl/lineplot -rw-r--r-- pubsrc/pubsrc 743 1999-12-01 07:33 plman13/manpl/originaldata -rw-r--r-- pubsrc/pubsrc 7503 1999-12-01 07:31 plman13/manpl/tabulate -rw-r--r-- pubsrc/pubsrc 4341 1999-12-01 07:27 plman13/manpl/web vs. -rw-r--r-- pubsrc/pubsrc 1393 Sep 29 07:26 1999 plman13/manpl/defineunits -rw-r--r-- pubsrc/pubsrc 1202 Sep 29 07:41 1999 plman13/manpl/limits -rw-r--r-- pubsrc/pubsrc 9043 Sep 29 07:41 1999 plman13/manpl/lineplot -rw-r--r-- pubsrc/pubsrc 739 Sep 29 07:42 1999 plman13/manpl/originaldata -rw-r--r-- pubsrc/pubsrc 7492 Oct 27 05:57 1999 plman13/manpl/tabulate -rw-r--r-- pubsrc/pubsrc 4330 Sep 29 07:51 1999 plman13/manpl/web
1999-12-15url moved, was inhibiting downloadswindsor1-3/+3
1999-12-15these silly -current fileswindsor1-2/+2
1999-12-15files -> ${FILESDIR}, and make EXTRACT_USING_PAX= work again.fredb2-3/+2
1999-12-15updateproff1-2/+2
1999-12-15pseudo, not psuedo, damnitproff1-2/+2
1999-12-15Fix off by one count of packages in a category in README.htmlabs1-2/+3
1999-12-15Update to thttpd 2.09, plus add 'sitedrivenby.gif'abs5-7/+31
1999-12-15add ghcproff1-1/+2
1999-12-15netbsd patches for GHC/Haskell.proff6-0/+172
1999-12-15add patch-sumproff1-0/+8
1999-12-15NetBSD changes for:proff5-23/+41
GHC: The Glasgow Haskell Compiler. The Glasgow Haskell Compiler is a robust, fully-featured, optimising compiler for the functional programming language Haskell 98 (http://www.haskell.org). GHC compiles Haskell to either native code or C. It implements numerous experimental language extensions to Haskell, including concurrency, a foreign language interface, several type-system extensions, exceptions, and so on. GHC comes with a generational garbage collector, a space and time profiler, and a comprehensive set of libraries. -Julian Assange <proff@iq.org>
1999-12-15import pkgsrc/lang/ghc from FreeBSD-currentproff6-0/+233
1999-12-14Roll rsaref version to rsaref-2.0p3 to reflect updated security patchesabs1-2/+2
1999-12-14Revised buffer-overrun fix from CERT CA-99-15sommerfeld2-10/+14
(believed more complete than previous fix).
1999-12-14Fix typo in last commit.tron1-4/+4
1999-12-14Fix dependences again:tron2-4/+3
"kdbg" depends on "kdevel" and not the other way arround.
1999-12-14Update kdevelop to 1.0wennmach6-39/+100
This update is based on the kdevelop-1.0beta4.1 pkg sent to me by Nick Hudson <nick@nthcliff.demon.co.uk> and includes Nick's patches. Changes from previous (1.0beta2) pkg: mainly bugfixes, and a lot of those.
1999-12-14Change maintainer to myself.bouyer1-2/+2
1999-12-14Add hypermail & swish-ebouyer1-1/+3
1999-12-14Regen.bouyer1-0/+6
1999-12-14Adapt to NetBSD.bouyer7-18/+19
1999-12-14Regenbouyer1-0/+4
1999-12-14Adapt to NetBSD.bouyer5-14/+24
1999-12-14Initial import of FreeBSD's "swish-e" package:bouyer7-0/+104
Simple web indexing for humans - enhanced
1999-12-14Initial import of FreeBSD's "hypermail" package:bouyer9-0/+122
A program to generate a cross-referenced HTML mail archive
1999-12-14Update ruby-gtk to 0.22sakamoto5-48/+23
Changes 0.22 from 0.21 some bugfix add more method for gtk/imlib.
1999-12-14Update ruby-Tk-1.4.3sakamoto2-5/+5
Sync with lang/ruby.
1999-12-14Update ruby to 1.4.3sakamoto5-16/+19
Changes 1.4.3 from 1.4.2: some bugfix
1999-12-14Enable xemeraldia.sakamoto1-2/+2