summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-06-22Add and enable asr-manpagesrh1-1/+2
2000-06-22Add and enable opendisrh1-1/+2
2000-06-22Add and enable freetds and sqshrh1-1/+3
2000-06-22Add and enable ORBitrh1-1/+2
2000-06-22Add missing packages: ebuilder, gnome-applets, qt21, qtarch, and xpmicons.rh1-1/+6
2000-06-22make it easier for depending pkgs to change the ls-R filehubertf1-3/+3
(if they install/deinstall files, they gotta run mktexlsr in @exec/Makefile and @unexec).
2000-06-22Better use of GTARjwise6-6/+15
2000-06-22Rework installs using GTAR to DTRT better WRT file owners and permissionsjwise4-4/+10
2000-06-22Fix LP64 bug in MD5 code which broke IMAP CRAM-MD5 authentification.tron2-1/+25
2000-06-22remove bogus entry for patch-al~wiz1-2/+1
2000-06-22Update to 3.2.3a.itohy7-166/+434
Enable I18N. Make Xaw3d optional.
2000-06-22Fix fig2dev Imakefile.itohy1-0/+13
2000-06-22Update to 3.2.3.itohy5-26/+70
Enable I18N.
2000-06-22update to verilog-0.3dmcmahill7-38/+38
Changes, from the authors release statement, are: This release is a significant improvement over previous releases of Icarus Verilog, including better language coverage, improved synthesis, and increased performance. This release adds to the 0.2 release support for Verilog-2000 style parameters and parameter overrides, defparam, and localparam, including proper handling of scoping rules. Also, strength modeling is added, with support for strengths attached to gates and continuous assignments. Combinational user defined primitives have been added to complement synchronous primitives that were already supported. Support for primitives should now be fairly complete. Force/release/assign/deassign syntax now works properly, allowing for more sophisticated test bench design and debugging. Bug fixes have been numerous and varied. This release of Icarus Verilog is considerably more robust then previous versions, thanks to diligent testing and bug reporting by users all over the world.
2000-06-22Properly recognize Toshiba ATAPI CDROM/DVD.hubertf2-9/+19
2000-06-22Don't dump core if device isn't recognized as valid CD-ROM drive.wiz2-7/+9
2000-06-22Create empty pkg/COMMENT and pkg/DESCR, so that `make install' doesn'twiz2-3/+9
bomb out. (pkglint warns about empty files now, anyway.). Step to 1.12.
2000-06-22url2pkg now lives in pkgsrc, updating via othersrc was too muchhubertf2-10/+9
trouble. No functional changes. (url2pkg was moved via repository copy)
2000-06-21Update to 2.10. Change: FATAL warnings for empty pkg/COMMENT and pkg/DESCR.wiz2-9/+15
2000-06-21Update to 1.11. Changes:hubertf2-4/+4
* allow different make(1) command by setting the MAKE env var * mention that pkg/COMMENT and pkg/DESCR must be filled
2000-06-21 * allow using a different make command by using the env-var "MAKE".hubertf1-4/+10
Patch submitted by Thomas Klausner in private mail. * Mention that the user has to create pkg/COMMENT and pkg/DESCR manually This file should probably be moved to pkgsrc...
2000-06-21ELF fix.hubertf2-17/+20
Obviously noone ever tried a tcl pkg on -current...
2000-06-21Upgrade to version 1.2b2.darcy2-5/+5
2000-06-21Update to 2.4-b5. Changes are bugfixes only.mjl4-49/+21
2000-06-21Add and enable caml-lightbouyer1-1/+2
2000-06-21Initial import of caml-light, another caml implementation.bouyer7-0/+253
2000-06-21Fix automatical creation of package list to handle symbolic links totron1-2/+6
directories properly.
2000-06-21Update to 0.1.10. Related changes are:itohy5-38/+31
* Bugfix: When a header by CGI POST method gives Location: header, the redirect can't be reloaded. * white spaces in URL are removed. * Bugfix: onA() doesn't work. * Improvement of 'Jump to label' behavior within a frame. * Bugfix: width of <li> * Bugfix: Line break occurs on &nbsp;. * Bugfix: single > in a document isn't analyzed properly. * Bugfix: <xmp>,<listing> in <textarea> * Screen shift bugfix. * Bugfix: <option> without <select> in table causes core dump. * Bugfix: CRs in <textarea>..</textarea> are replaced with white spaces. * Bugfix: After specifying non-text file in 'V' command, w3m dumps core. * BUFINFO related bugfix. * Bugfix: extbrowser setting in config desn't work. * Bugfix: pathname to invoke external viewer becomes like ``/home/okada/.w3m//w3mv6244-0..pdf''. * enhancement of [w3m-dev 00684]. * Bugfix; when CLEAR_BUF is defined, buffer size is displayed as [0 line]. * show_params() improvement. * when CLEAR_BUF is defined and reloading local file, that is overwritten. * When submitting data in textarea without editing them, CR charcters are sent instead of CRLF. * When CLEAR_BUF is defined, content of form disappears. * Improvement of Japanese coding-system decition algorithm. * Command line analysis enhancement. * Bugfix of PIPE_SHELL('#'), READ_SHELL('@') and EXEC_SHELL('!'). * Bugfix: When CLEAR_BUF is defined, anchors created by : disappears. * Enhancement of dirlist.cgi. * when -m option is used, continuation lines in header are not processed properly. * handling of Japanese character in HTTP header. * Bugfix: w3m dumps core after like w3m -T a -B and save command. * frameset related bugfix. * ID_EXT related bugfix. * Bugfix? handling of character-entity (&quot;) in attribute. * Enhancement: frame names are embedded as id attribute in the frame-table. * Bugfix: <STRONG> tags become comments in frame. * frame related bugfix. * Bugfix: as some file descriptors are not closed, file descriptors are exhausted on a certain condition. * Bugfix: a blank line is inserted when processing <title>...</title>. * <table> within <blockquote> in <table> corrupts. * Support of terminals which can't display &nbsp; (0xa0). * <!--comment --\n> like comment handling fix. * w3mhelperpanel.c fix. * Bugfix: personal_document_root doesn't work. * When opening file:///dir/, if index.html exists in that directory, open the file instead of displaying directory list. * w3m -num fix. * Bugfix: When using -dump option, temporary files don't be unlinked. * Bugfix: When <blockquote> exists outside of <tr>..</tr> in <table>, the table corrupts. * Bugfix: supports terminal without sr capability. * Kanji-code decision enhancement. * Bugfix: w3m can't handle cgi using <ISINDEX>. * Remove CR/LF within URL. * Layered frameset support. * id attribute support bugfix. * Enhancement: -o option parameter list * Security hole fix about I command. * Filename completion bugfix. * Color display bugfix. * When transmitting a string to form, it was made not to escape a safe character. * Bugfix: when displaying the page which has a link in the beginning of the screen, the first link doesn't get active. * proxy initialization bugfix. * free memory of hidden buffers. (CLEAR_BUF) * when file:// style local file access fails, don't retry as http://file://. * Enhancement: Save Buffer URL into file. * FTP proxy bugfix. * Bugfix: After window resize, reshapeBuffer() is called on each keyin.
2000-06-21USE_LIBTOOL instead of PKGLIBTOOL.jlam7-72/+45
Remove unneeded dependency on mpeg-lib. Add dependency on gettext. Clean up Makefile logic.
2000-06-21USE_LIBTOOL instead of PKGLIBTOOL.jlam6-38/+27
2000-06-21Update "mutt" package to version 1.2.2i. This is just a bug fix release.tron4-15/+10
2000-06-21USE_LIBTOOL instead of PKGLIBTOOL.jlam2-4/+5
2000-06-21USE_LIBTOOL instead of PKGLIBTOOL.jlam2-7/+8
2000-06-21Update guile-slib to 2c8 (lockstep update with devel/slib).jlam1-3/+3
2000-06-21Update slib to version 2c8. Miscellaneous minor improvements and bugfixes.jlam3-8/+10
2000-06-21USE_LIBTOOL instead of PKGLIBTOOL.jlam10-145/+48
2000-06-21USE_LIBTOOL instead of PKGLIBTOOL.jlam2-8/+9
2000-06-21USE_LIBTOOL instead of PKGLIBTOOL.jlam2-5/+6
2000-06-21USE_LIBTOOL instead of PKGLIBTOOL.jlam16-133/+105
2000-06-21USE_LIBTOOL instead of PKGLIBTOOL.jlam4-40/+27
2000-06-21Update dependency on boehm-gc.jlam1-2/+2
2000-06-21USE_LIBTOOL instead of packages libtool.jlam1-18/+18
2000-06-21USE_LIBTOOL instead of PKGLIBTOOL.jlam1-6/+7
2000-06-21USE_LIBTOOL instead of PKGLIBTOOL.jlam13-122/+93
Factor out common post-install code in Makefile and pkg/PLIST into pkg/INSTALL.
2000-06-21USE_LIBTOOL instead of PKGLIBTOOL.jlam4-45/+21
2000-06-21USE_LIBTOOL instead of PKGLIBTOOL.jlam2-4/+5
2000-06-21USE_LIBTOOL instead of PKGLIBTOOL.jlam8-83/+47
2000-06-21USE_LIBTOOL instead of PKGLIBTOOL; sort PLIST.jlam2-11/+12
2000-06-21USE_LIBTOOL instead of PKG_LIBTOOL. Fix some warts in the patches.jlam7-45/+34
2000-06-21USE_LIBTOOL instead of USE_PKGLIBTOOL.jlam2-4/+5