summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-05-02Update iozone to lastest stable (3.09), addresses pkg/10020.pooka6-24/+93
The change-list is huge (src/Changes.txt in the distribution) and users probably should upgrade since the previous version was ancient.
2000-05-02Remove alpha from ONLY_FOR_ARCHS, since software dies of bad system call.pooka1-2/+2
2000-05-02Pull in getopt.h correctly - sent to me by Thomas Klausner.hubertf2-4/+4
2000-05-02Mark package as restricted now that "openssl" is used to providetron1-1/+2
secure POP3 and IMAP.
2000-05-02Fix typo.kim1-1/+1
2000-05-02Update to libgtop-1.0.7. Incorporate fix submitted by R. C. Dowdeswellfredb15-146/+73
in PR pkg/8691, to make it build on m68k. Also, kvm_uread() -> kvm_read(). This may fix the other problems alluded to in the PR. LibGTop-1.0.7 is a bug fix release, no details available. LibGTop-1.06 incorporated some *BSD fixes (including some pkg patches), and updated the reference manual somewhat.
2000-05-01Change dependency on ja-vflib to ja-vflib-libjlam1-2/+2
2000-05-01Add and enable vflib-{lib,utils}.jlam1-1/+3
2000-05-01Split vflib into two packages: vflib-lib which contains just thejlam9-1001/+24
library and doesn't require X11, and vflib-utils which contains the vflib test programs and does require X11. Leave vflib as a meta-package that includes the library and test-programs packages. This allows programs/libraries not requiring X11 to depend on ja-vflib-lib.
2000-05-01vflib-utils: Japanese vector font library test programs & utilitiesjlam4-0/+28
2000-05-01vflib-lib: Japanese vector font library and headers onlyjlam11-0/+729
2000-05-01Move gettext dependency from Makefile to Makefile.commonjlam2-4/+4
2000-05-01Don't pull in libgetopt if /usr/include/getopt.h is present (i.e.hubertf1-2/+4
on -current systems)
2000-05-01Fix to set CANNA_OPT with euc-jp,sjis,iso-2022-jp encoding.sakamoto1-3/+5
Suggested by iwamoto@sat.t.u-tokyo.ac.jp.
2000-05-01ignore this pkg on -current systems where <getop.h> is presenthubertf1-1/+5
2000-05-01regenpooka1-2/+2
2000-05-01Switch dependency from freetype to freetype-lib.jlam5-10/+10
2000-05-01Add and enable freetype-{lib,utils}.jlam1-1/+3
2000-05-01Split freetype into two packages: freetype-lib which contains just thejlam9-115/+21
library and doesn't require X11, and freetype-utils which contains the freetype test programs and does require X11. Leave freetype as a meta-package that includes the library and test-programs packages. This allows programs/libraries not requiring X11 to depend on freetype-lib. Make jlam@netbsd.org the MAINTAINER since I made all these mods.
2000-05-01freetype-utils: FreeType test programsjlam4-0/+37
2000-05-01freetype-lib: FreeType library and headers onlyjlam9-0/+124
2000-05-01I had managed to get an RCS string into patch-ad ...kim2-7/+5
2000-04-30use LTCONFIG_OVERRIDE.sakamoto1-5/+2
2000-04-30fix shared library linking in ELF system.sakamoto1-2/+2
2000-04-30Update to verilog-current to the 20000428 snapshot.dmcmahill6-13/+35
The many bug fixes and changes since the last packaged snapshot are (from the authors announcements): Icarus Verilog 20000428 Snapshot -------------------------------- This one clears up some pretty nasty and subtle bugs. If you've been sending me bug reports, you're probably turning blue holding your breath in anticipation of this snapshot. Breath in, Breath out. Hooray, both force and release work properly. I'm happy about that, release worked out a bit easier then I expected. These should be useful to test bench designers. The big news this past week, however, has been bug fixes. Lots of bug fixes. I got lots of bug reports and I killed pretty nearly all of them. There were lots of nasty icky problems with passing parameters to/from tasks, especially when memory words were involved. I fixed up a whole bunch of these, and now parameter passing should work pretty will, modulus the few remaining bugs I'm not seeing yet. The iverilog command is in better shape now, and I encourage people to use it in place of the older "verilog" driver script. There is a man page for iverilog, and it supports all the switches needed to do simulation and synthesis. I would like people to start getting this driver well tested and the bugs worked out, because it is going to be the main driver come the next stable release. Some neat new XNF features are happening. I synthesize identity compare in XNF, and a few other missing operators. But the really neato part is that I've taught Icarus Verilog to generate PIN records for module ports, so that you can make XNF macros out of Verilog source. If you elaborate a module that has ports, the XNF code generator will automatically generate the necessary symbols so that external XNF tools can link the generated output into larger designs. I've compared the XNF files from Icarus Verilog with those generated by Abel, and they appear the same to my eyes. Icarus Verilog 20000421 Snapshot -------------------------------- Bunches of bug fixes, and a few new features come with this snapshot. This snapshot makes headway in both simulation and synthesis. I'm also starting to make a big dent in my todo list for the 0.3 release. The bunches of little bug fixes in this snapshot are a direct result of bunches of bug reports this past week that I was able to deal with. If you've been reporting bugs, this may contain your fix. I redesigned the process implementation in the vvm backend, so the generated code is a bit cleaner, and threads are lighter weight. And while I was at it, fork/join now should work properly. I know there were a bunch of you out there asking for this, so here it is. I've incorporated into this release improved runtime support for integer multiplication, it should now work now matter how incredibly enormous you make the operands. Thanks to Chris Lattner for contributing the generic multiply. I've improved synthesis somewhat, there were some expressions in some contexts that were not getting synthesized by the -Fsynth functor. This is fixed, and I'm also starting to add some XNF specific optimizations into the -Fxnfio functor. I do sensible things with identity compare, for example. I've added the program ``iverilog'' to be a new driver program written in C instead of as a shell script. This driver supports the -tnull, -txnf and -tvvm targets, as well as the -E flag that causes only the preprocessor to be run. This should be interesting to those of you who are looking for a working preprocessor. I'm still working on the -D and the -I flags, but I expect this program to replace the verilog.sh script before the 0.3 release. Icarus Verilog 20000414 Snapshot -------------------------------- All event handling is now complete. Yet another subject is behind me, and on I go. By complete, I mean that named events, edge triggers, wait, and lists of events all work. This took a little longer then I expected, so some of the other things I wanted to work on had to wait. As a side effect of event and thread scheduling work, I changed the way that threads are generated in vvm. The result is that threads should be a little faster at run time, and a lot faster at compile time. A *LOT* faster at compile time. (Apparently, Verilog XL is still considerably faster, but hey, I'm working on it.)
2000-04-30fix typowiz1-2/+2
2000-04-30rm -> ${RM}wiz1-2/+2
2000-04-30set CANNA_OPT only in canna linked.sakamoto1-6/+3
Fixes pkg/10018 by iwamoto@sat.t.u-tokyo.ac.jp.
2000-04-30Update to 4.72 - this is only for the Linux/i386 version.sakamoto4-15/+17
and use linux22 version instead of glibc20 version.
2000-04-30Update nmap to 2.51.wiz4-21/+12
Maintainer shared my opinion about architecture independent data files belonging into share/ instead of lib/. Other changes against 2.50: Target parsing bug fixed, new rpc number list.
2000-04-29Correct the symlinks to match what the pkg installs.mycroft1-3/+3
2000-04-29Update nmap to 2.50, based on pkg/10005 by Mipam <reinoud@ibbnet.org>.wiz6-38/+58
Important changes since 2.12: Remote OS identification by fingerprint, recognition of RPC programs listening on the respective ports, scan timing controls, ACK/window scanning, stop/restart scans, output readability improved, and lots of bug fixes.
2000-04-29Fix a buglet in zvt: \E[27m only clears reverse video, not all attributes.mycroft2-1/+15
2000-04-29Don't call echo() and nl() after endwin().mycroft2-1/+15
2000-04-28just another qt interface builderdrochner8-0/+150
2000-04-28Update lv to 4.49.3.sakamoto2-5/+5
Changes: ver 4.49.3 (Nov.2nd,1999) modified import.h to remove needless #ifndef. added key bindings for PageUp/PageDown to move prev/next page, and changed Left/Right bindings to moving prev/next half page. added bzip2 support for *.bz2 files with bzcat(1). modified ConfFilename() to refer environment variable MAN_PN and show that instead of "(stdin)" when man(1) passes the variable to lv. modified iso-8859-7/Unicode mapping table. fixed a bug that standout sequences remaine when you search a string before suspend/edit, and after that you immediately cancel the search. fixed a bug again, lv blocks stdin stream by itself, before the first page cache is filled (once fixed in ver 4.2beta2). ver 4.49.2 (Sep.14th,1999) added run-time command '=' that acts equally as 'C-g'. changed LV_FILES_MAX constant to LV_FILES_UNLIMITED for UNIX version. ver 4.49.1 (Jul.25th,1999) Translation of utf-8 and utf-7 into iso-8859-* was mishandled. Since iso-8859-* are ISO 2022 8bit system and output routine of that was shared with iso-2022-jp inside lv, so Unicode was converted into JIS Japanese codeset by mistake. Furthermore, some glyphs in iso-8859-2..9 that iso-8859-1 also contains were incorrectly mapped into iso-8859-1. Then I changed following points: Rebuilt iso-8859-* mapping table. Separated iso-8859-* encoding routine from iso-2022-jp. This bug report was posted by <elad@tsur1.dhis.org>. pre ver 4.48.2 some bugfix.
2000-04-28an interface builder for qt2drochner7-0/+76
(while I wasn't too successful with interface builders, let others have their own experiences...)
2000-04-28replace outdated stuff with some Qt marketing from Troll's websitedrochner2-21/+20
2000-04-28the latest and greatest qt versiondrochner10-0/+2137
2000-04-28update to 4.1.0. No info about changes - sorry.drochner6-19/+20
2000-04-28Add LINUX_LOCALES variable.sakamoto1-1/+8
Used in linux-locale package to install specify language(s)
2000-04-28Update linux-locale to 2.1.1.sakamoto5-58/+98
These RPM files are supplementary locales for Linux. Many languages are not supproted by default by GNU libc. af ar bg br ca cs cy da de el en eo es et eu fi fo fr ga gl he hr hu hy id is it ja ka kl ko lo lt lv nl no oc pl pt ro ru sk sl sr sv th tr uk vi wa zh
2000-04-28update for new qt2 layoutdrochner4-23/+25
2000-04-28make the layout of qt2 similar to the qt1 pkg:drochner3-1675/+1683
keep Troll's layout and put everything to ${X11BASE}/qt2 This reduces patching necessary in dependant packages while allowing coexistence of different qt versions.
2000-04-28This patch works around the problem that "make" requires rootwennmach1-0/+20
privileges while building kpathsea.
2000-04-28Updated octave to 2.0.16.wennmach10-355/+495
Changes since 2.0.13: (besides numerous bug fixes) - New math functions: besselh, airy - New functions: is_complex, isnumeric, isfinite, rehash, graw - The Bessel functions now accept complex values for the argument and any real value for the order. - New "finance" category - ~30 new functions in "signal" - Numerous new functions in "statistics" category, including new "distributions", "models", and "tests" directories - If LOADPATH contains a doubled colon, the default path is inserted in its place. This is similar to the substitution that also takes place for leading or trailing colons in the LOADPATH. - Loops of the form `for i = STRING ... endfor' are now allowed. ... and much more. Closes PR8421.
2000-04-28upgrade to 0.86.itojun2-4/+4
0.85 -> 0.86 changes: * Changes in lib ** Fix bug of exec-timeout command which may cause crush. ** Multiple same policy for "access-list", "ip prefix-list, "as-path access-list", "ip community-list" is not duplicated. ** It used to be "ip prefix-list A.B.C.D/M" match routes which mask >= M. Now default behavior is exact match so it only match routes which mask == M. * Changes in bgpd ** "match ip address prefix-list" is added to route-map. ** A route without local preference is evaluated as 100 local preference. ** Select smaller router-id route when other values are same. ** Compare MED only both routes comes from same neighboring AS. ** "bgp always-compare-med" command is added. ** Now MED value is passed to IBGP peer. ** When neighbor's filter is configured with non-existent access-list, as-path access-list, ip prefix-list, route-map. The behavior is changed from all permit to all deny. * Changes in ospfd ** Fix bug of external route tag byte order. ** OSPF Neighbor deletion bug which cause crush is fixed. ** Some route calculation bug are fixed. ** Add sanity check with router routing table. ** Fix bug of memory leak about linklist. ** Fix bug of 1-WayReceived in NSM. ** Take care of BIGENDIAN architecture. ** Fix bug of NSM state flapping between ExStart and Exchange. ** Fix bug of Network-LSA originated in stub network. ** Fix bug of MS flag unset. ** Add to schedule router_lsa origination when the interface cost changes. ** Increment LS age by configured interface transmit_delay. ** distribute-list is reimplemented. ** Fix bug of refresh never occurs. ** Fix bug of summary-LSAs reorigination. Correctly copy OSPF_LSA_APPROVED flag to new LSA. when summary-LSA is reoriginatd. ** Fix bug of re-origination when a neighbor disappears. ** Fix bug of segmentation fault with DD retransmission. ** Fix network-LSA re-origination problem. ** Fix problem of remaining withdrawn routes on zebra. * Changes in ripd ** Do not leave from multicast group when interface goes down bug is fixed. * Changes in zebra ** Remove client structure when client dies. ** Take care static route when interface goes up/down.
2000-04-28Fix location of tk-postgresqlrh1-2/+2
2000-04-28BUILD_DEFS+=USE_INET6, just foritojun1-1/+5
ftp://ftp.netbsd.org/pub/NetBSD/packages/pkgsrc/README-IPv6.html
2000-04-28Wrap ${CC} and ${LD} in quotes -- in case they are multiple words.mycroft1-2/+3