summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2000-08-28Fix broken depends on unproven-threads.jlam1-2/+2
2000-08-28fix man page (misapplied patch; already fixed in cvs' CVS)wiz2-1/+23
2000-08-27Add and enable p5-Devel-Peekjlam1-1/+2
2000-08-27p5-Devel-Peek: data debugging tool for XS programmersjlam5-0/+33
2000-08-27Update p5-Devel-DProf to 19990108. This version fixes compilation withjlam2-4/+6
perls newer than 5.004. Note conflict with perl-5.6.0.
2000-08-27Note conflict with perl-5.6.0 and always install under ${PERL5_SITELIB}.jlam3-1/+20
2000-08-27Forgot to remove this file as part of conversion to PERL5_PACKLIST.jlam1-4/+0
2000-08-27Forgot to add this file as part of conversion to PERL5_PACKLIST.jlam1-0/+11
2000-08-27Convert packages to use PERL5_PACKLIST (part 1). These were the easyjlam54-265/+138
ones to do, and each compiled and installed/de-installed apparently correctly. As a side effect of the dynamic PLIST, we no longer need to have separate -static and -shared PLISTs. It's now easier than ever to make a perl5 package for NetBSD :)
2000-08-27Use new PERL5 variable instead of ${LOCALBASE}/bin/perl.jlam2-8/+7
2000-08-26Also use the solaris library naming on Solaris and not the linux one.veego2-3/+12
2000-08-25Add and enable "sdcc". Fixes PR pkg/9748 by Lennart Augustsson.tron1-1/+2
2000-08-25Adapt this package to NetBSD and use a better master site with atron20-351/+309
distribution file with correct compression.
2000-08-25Import "sdcc" from the FreeBSD port collection:tron13-0/+950
Cross compile 8051 code
2000-08-25Add and enable cmdlinejlam1-1/+2
2000-08-25cmdline - C++ library for parsing command argumentsjlam43-0/+5412
2000-08-25Enable pwlib, openh323mjl1-1/+2
2000-08-25Initial import of pwlib.mjl12-0/+453
PWLib is a moderately large class library that has its genesis many years ago as a method to product applications to run on both Microsoft Windows and Unix X-Windows systems.
2000-08-25This package seems to need perl for building.wiz1-3/+2
Remove commented out #LICENSE=GPL line, there'd be too many packages to mark like this...
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron1-6/+5
2000-08-23add patch so this builds on sparc. Thanks to Robert Elz <kre@munnari.OZ.AU> anddmcmahill2-1/+98
Alistair Crooks <agc@netbsd.org> for help on this.
2000-08-22add missing DEPENDS.dmcmahill1-1/+2
2000-08-22do not list ELF shared lib links in PLIST.dmcmahill1-4/+1
2000-08-22patch-adjoda1-1/+2
2000-08-22use local buffer in fnid instead of allocating lots of memoryjoda1-0/+13
2000-08-22Update to 1.4.2. Changes since 1.4.1:mjl2-4/+4
slang.c: Under certain conditions, the continue statement was not properly handled in do..while statements. src/test/loops.sl added for testing. slparse.c: avoid potential (rare?) infinite loop when slang error occurs slsmg.c: When SLsmg_init_smg is called, mark the display as trashed. It is now possible to add intrinsics to their own namespace via new SLns_add* functions. Moreover, the import function now takes an optional additional argument that specifies a namespace. New namespace intrinsics: use_namespace, current_namespace Changed inner-product algorithm to minimize the number of cache misses. sldisply.c: Kanji specific patch sldisply.c: Assume that Eterm and rxvt are xterm-like sldostty.c: mouse support added slsearch.c: avoid infinite loop if search string has no length. slregexp.c: regexp \d+ was not working properly keyhash.c: typos involving USER_BLOCK keywords corrected. New intrinsic variable: _slang_doc_dir. This specifies the installation location of the doc files. Make sure it can compile with SLTT_HAS_NON_BCE_SUPPORT set to 0.
2000-08-21Update IGNORE-messages for recent changes: add ${PKGNAME} wherehubertf6-12/+12
appropriate.
2000-08-18Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive andhubertf1-2/+1
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead.
2000-08-17USE_PKGLIBTOOL -> USE_LIBTOOLhubertf2-3/+4
2000-08-16USE_PKGLIBTOOL => USE_LIBTOOLhubertf1-2/+2
2000-08-16USE_PKGLIBTOOL => USE_LIBTOOLhubertf2-3/+4
2000-08-15remove unnecessary part of patch (LTCONFIG_OVERRIDE takes care of this)wiz2-19/+3
2000-08-15Update g-wrap to 0.9.5. Changes from version 0.9.4 include not usingjlam4-30/+8
deprecated smob functions not present anymore in guile-1.4 and up.
2000-08-15Don't need special handling of .zip. Also some cosmetic changes.jlam1-13/+8
2000-08-14USE_PKGLIBTOOL -> USE_LIBTOOL. LTCONFIG_OVERRIDE saves a patch. Sort PLIST.wiz4-38/+23
2000-08-14USE_PKGLIBTOOL -> USE_LIBTOOLwiz4-9/+11
2000-08-14USE_PKGLIBTOOL -> USE_LIBTOOLwiz4-9/+10
2000-08-14USE_PKGLIBTOOL -> USE_LIBTOOL.wiz2-3/+5
2000-08-14USE_PKGLIBTOOL -> USE_LIBTOOL.wiz3-5/+7
LTCONFIG_OVERRIDE -> minus one patch.
2000-08-14fix typoswiz1-2/+2
2000-08-14upgrade to 1.0.1b.itojun2-5/+5
--- 1.0.1b 04.07.00 Fixed portlist chaining code to allow for more than one active plist chain at a time (as per twitch's patch). Fixed discrepancy between the manpage and code for libnet_close_link_interface. It now returns 1 on success as per libnet standard (thankz to Toni Andjelkovic for pointing this out). 1.0.1a 03.29.00 Fixed a small bug in libnet_link_dlpi.c. 1.0.1 12.19.99 Fixed a typo in libnet-headers.h ARH_H -> ARP_H. Fixed a small typo in ether_mod-2.5.c. Pre-happy BD to libnet! She'z almost 2 yearz old!
2000-08-13update from 1998 release to 1999 release.itojun5-32/+31
no changelog available from master distribution. from "diff", 1998 -> 1999 contains minor changes only. add comments into Makefile; (1) sendmail wants 1999 release, not 2000 release, (2) master distribution license (need to sign but redistribution is granted).
2000-08-11Update boost to 1.17.0. Changes from version 1.16.1:jlam5-42/+51
* Array Library added - An STL compliant container wrapper for arrays of constant size from Nicolai Josuttis. * array traits header renamed array_traits.hpp (was array.hpp). * Random Number Library: more minor changes to support more compilers. * Smart Pointer Library: performance reducing exception-specifications removed. * Utility Library: compiler and test program fixes for call_traits, compressed_pair, and type_traits. * Utility Library: updated cast.hpp to clear compiler warning messages.. * Linux Compiler Status added. * Boost source code now lives in a publicly accessible Concurrent Versions System (CVS) repository.
2000-08-11Update "maketool" to 0.6.1. Changes since 0.5.1:fredb7-114/+102
0.6.1 (19 Jul 2000) * Fixed bug with glib 1.2.7 and the glib 1.2.6-7 in RH 6.2. 0.6 (13 Jul 2000) * Initial implementation of printing the make log. Prints to PostScript. Preferences entries exist (e.g. paper size, margins) but there is no GUI for them yet. Reads list of printers from /etc/printcap or lpstat -c` (decided at configure time). * Initial implementation of a Find window. Still several rough edges. Can enter a literal or a regexp, and find or find-again. Stack of historical search cases, navigable with PgUp/PgDn. No case-insensitive literals yet. * Implemented a File->Change Directory command, and a menu of previous directories. Shows basename of current directory in main window title bar. * Dialogs are properly marked as transient so that the window manager handles them correctly. * Dialogs are positioned over the main window instead of letting the window manager choose a random and inconvenient position. * Rewrote the process spawning code. This made the code a lot more orthogonal and also fixed a bug whereby the Stop button was broken. * Tooltip for Again toolbar button, and the Again menu item, now mention what the last target is. This avoids nasty surprises. * Implemented Edit->Copy command which copies the selected line to the clipboard. * Added filter support for the MWOS xcc cross-compiler. * Added filter support for bison. * Added filter support for flex. * Dependencies are built using makedepend rather than hardcoded. * Can now build debugging version using DEBUG=n on make commandline. * Solaris debugging & Purifying patches for Makefile. * NetBSD port makefile fixes. * configure checks for filio.h> for Solaris. * Worked around incompatibility with GDK/GTK 1.2.6. I still don't know why this change actually matters, and I still think its a GDK or GLIB bug, but for the time being this change fixes maketool. This obsoletes the gtk-1.2.6 patch. * Fixed bug introduced in the gtk-1.2.6 patch which lost the output of gmake --version when building the Help->About make dialog. * Fixed bug where an error message specifying an absolute pathname, when found in a recursive make, would result in maketool attempting to edit sub_dir/abs_path instead of abs_path. * Fixed bug which caused coredump when pressing Clear Log during build -- by greying out the Clear Log item. * Fixed alignment of labels in Preferences window. * Fixed a few minor warnings -Wall found. * Fixed bug which caused menu item greying to be done prematurely when child make processes were started.
2000-08-11repair build in src/lib/sfio/Stdio_b.itojun3-9/+10
2000-08-11Remove (sometimes FreeBSD) packager's (porter's) name from DESCR.wiz4-10/+1
If anywhere, it should be the value of MAINTAINER in the Makefile. Some minor cleanup/reformatting while I'm here.
2000-08-10remove empty linewiz1-1/+0
2000-08-10fix typoswiz1-2/+2
2000-08-10Comment out Kerberos 5 support, for now.thorpej2-15/+17
2000-08-09MASTER_SITE and HOMEPAGE moved to ftp.freesoftware.com.wiz1-3/+3
Addresses pkg/10795.