summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2001-07-10Don't enforce the use of "ncurses" under Solaris.tron1-1/+3
2001-07-10Don't try to @dirrm include/SDL, as this belongs to another package -- SDLzuntum1-2/+1
2001-07-09Update MASTER_SITES, inspired by pkg/13421 by John F. Woods.wiz1-6/+5
2001-07-09Set NO_BIN_ON_FTP for the reason described in the Makefile comment:tv1-1/+8
# Since this package will be named, for instance, p5-perl-headers-1.5.1, # binary packages on a FTP server (where only "1.5" is used as the directory # name) will be ambiguous. A user of 1.5 may mistakenly install the # perl-headers-1.5.1 pkg by use of the automatic "best version" logic.
2001-07-09o rework patch-aa so it adds support for FreeBSD and OpenBSD, too;zuntum2-7/+7
no work at all, just different #ifdef. The patch has been sent back to the author
2001-07-09Don't install anything, otherwise we'll clobber the Perl install!tv2-16/+12
Typically, this pkg should just be removed, but a lot of things have DEPENDS on it (and may want an updated version in the future). Instead, depend on the explicit Perl version in pkgsrc, and keep this pkg around as a dependency point.
2001-07-09Remove Devel::DProf and Devel::Peek; these are now updatedtv9-66/+1
in perl5-base-5.6.1 (and would be clobbered unnecessarily by these pkgs).
2001-07-09fdl.texi has been part of the distibution for sometime now...skrll2-386/+1
2001-07-09o add missing distinfo file (yes, that's what we have pkglint for)zuntum2-6/+11
o rework patch-ab -- author wrote "#/bin/sh" instead of "#!/bin/sh", and fixing this makes things work properly
2001-07-09add & enable pardiffzuntum1-1/+2
2001-07-09Initial import of pardiff-0.9.3zuntum5-0/+63
pardiff is a program that takes the output of diff and displays it in a parallel (side-by-side) format, emulating the /PARALLEL option on the VMS version of diff. pardiff detects the width of the terminal on which it is running and adjusts its output accordingly.
2001-07-08Include "bsd.prefs.mk" before checking the operating system. Problemtron1-1/+2
pointed out by Johnny C. Lam in private e-mail.
2001-07-07Don't include buildlink for "pth" package under Solaris because we use thetron1-1/+3
native threat implementation there.
2001-07-06Update flim to 1.14.3jun2-5/+5
FLIM: Version 1.14.3 Merged MIME Parameter Value decoder. * mime-parse.el (mime-decode-parameter-value): Use one temporary buffer. * eword-decode.el (eword-encoded-word-regexp): Match for language. * mime-def.el (mime-charset-regexp): Updated for RFC2231. * mime-parse.el (mime-decode-parameter-value): New implementation; use temporary buffer for conversion. * test/test-rfc2231.el (test-rfc2231-10, test-rfc2231-11, test-rfc2231-12): New testcases for language info. * mime-def.el (mime-content-type-parameter): Expand `mime-content-type-parameters'. * test/test-rfc2231.el: Made independent of internal representation of Content-Type. * FLIM-MK (check-flim): Limit filename of test files. * test/test-rfc2231.el: New file. * mime-parse.el (mime-decode-parameter-plist): Shortcut for parameters without extensions. * mime-def.el (make-mime-content-type): Don't reverse parameters. (make-mime-content-disposition): New function. (mime-decode-parameter-encode-segment): New function. (mime-decode-parameter-plist): New implementation. Switched from decode-then-concat to concat-then-decode model. * lunit.el (lunit-test-listener-*): Abolish generic interface. (lunit-test-result-notify): New function. (lunit-create-index-function): New function. * mel-b-dl.el: Don't do `dynamic-call' at compile-time. (base64-dl-handle): Don't eval at compile-time. Support for built-in `md5' of Emacs 21. * md5.el (md5-dl-module): Moved from md5-dl.el. Use it for test whether to require 'md5-dl. (hmac-md5-96): New function. (hmac-sha1-96): New function. * mime.el (mime-find-root-entity): Find root recursively. MIME Parameter Value decoder support. * mime-parse.el (mime-lexical-analyze): New function. (mime-decode-parameter-value, mime-decode-parameter-plist, mime-parse-alist-to-plist, mime-decode-parameter-alist): New functions. (mime-parse-parameters): New function. (mime-parse-Content-Type, mime-parse-Content-Disposition, mime-parse-Content-Transfer-Encoding): New implementation. (mime-read-Content-Type, mime-read-Content-Disposition, mime-read-Content-Transfer-Encoding): Ditto.
2001-07-06Make this compile on NetBSD/newsmips (i.e., mipseb). At least amandaenami2-1/+24
can be built now.
2001-07-05update to gpasm-0.9.7dmcmahill4-102/+16
many improvements such as: 1. The i++ and i-- operators are now implemented. Note: the variable is a label and must appear in column 1. 2. +=, -=, *=, /=, %=, <<=, >>=, &=, |=, and ^= have all been implemented. additional processor support and more. Also, many bug fixes. See the ChangeLog in the distfile for a complete list of changes (quite long).
2001-07-05don't depend on prc-tools-gdb on alpha: it doesn't build theredillo1-1/+3
2001-07-05don't optimize on alpha (optimization causes prc-tools-gcc build to segfault)dillo1-1/+8
2001-07-04remove redundant USE_RUBY.taca1-2/+1
2001-07-03Update tkcvs to 7.0zuntum4-61/+56
Changelog: - Improved main file-browsing window. It now has icons to indicate the status of the files. The right mouse button activates context-sensitive popup menus. As a consequence of using a canvas widget instead of a listbox, the selection mechanism is different. It's click to select, shift-click to add selection, click-on-background to deselect all. The right button does an area select. - The module browser reads whatever information is available in the modules file via "cvs checkout -c" before it looks for the tkcvs-specific extensions. Thus if there is a modules file at all, some information will be available without the additional comments. - Options are specified via the options database instead of with cvscfg variables. If the window manager is CDE, its options are used by default. - The state of the main windows is remembered between sessions. - Bugs in display of the Editors column are fixed. - Finally found a good home for the "Checkout with Options" dialog. Someone pointed out that it belongs in the File menu next to the simple Update item. I'm conviced that that's right. - The module browser window is paned so that you can adjust the relative width of the columns. - CVS version 1.11 is supported better. o converted to use buildlink files, set USE_BUILDLINK_ONLY Update provided by Ingolf Steinbach <ingolf@jellonet.de> in pkg/13366, thanks for the PR!
2001-07-03Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam3-7/+22
2001-07-03Update SDL to 1.2.1. Changes include:rh11-141/+62
* Added Linux PlayStation 2 Graphics Synthesizer support * Added an audio driver that writes to disk * Mouse wheel sends mouse button (4/5) events on Windows * Added MacOS X Project Builder projects * Added initial support for Quartz video * Disabled Linux /dev/event joystick interface by default * Added native OpenBSD audio driver * Added detection of Open Sound System on Solaris x86 * Added initial support for Nano-X * Fixed endian detection on IA64 architectures * Added --disable-dga configure option to disable DGA * Fixed stuck keys when changing the video mode * Fixed double-mouse event bug on Windows using OpenGL * Fixed 320x200 video mode on framebuffer console * Improved robustness for the ELO touchpad * Added support for building under Cygwin on Windows * Added a dummy video driver for benchmarking * Fixed fullscreen cursor offset bug on BeOS
2001-07-02Update cpuflags to 0.7 - use explicit /sbin path to sysctl.abs2-4/+4
From Douglas Brebner
2001-07-02Mark as USE_BUILDLINK_ONLY.jlam1-1/+2
2001-07-02Allow overriding of *_CONFIG variables in a package Makefile when usingjlam4-10/+15
USE_BUILDLINK_ONLY.
2001-07-02Define PTH_CONFIG and PTHREAD_CONFIG and pass them to CONFIGURE_ENV ifjlam1-1/+8
USE_CONFIG_WRAPPER is defined.
2001-07-01Protect against multiple inclusion of this file.jlam1-1/+6
2001-07-01Move inclusion of bsd.buildlink.mk to start of file.jlam20-60/+60
2001-07-01Add target to touch some empty headers in ${BUILDLINK_DIR} with the samejlam1-2/+15
name as real ncurses headers. This is to prevent accidentally resolving something like <include/term.h> into ${LOCALBASE}/include/term.h if the compiler is passed "-I${BUILDLINK_DIR}/include -I${LOCALBASE}/include".
2001-07-01Invoke autoreconf with --foreign so that automake won't complain aboutjlam1-2/+2
missing "GNU-required" files like NEW, AUTHORS, etc.
2001-07-01Remove ruby-runit, it is relpaced by ruby-unit.taca4-149/+0
2001-07-01replace ruby-runit to ruby-unit.taca1-2/+2
2001-07-01Reimpot ruby-unit as correct directory.taca4-0/+149
2001-07-01Update "g-wrap" package to version 1.1.10. A very extensive list oftron7-41/+85
changes is available in the "ChangeLog" file.
2001-07-01Add and enable ruby-byaccr, ruby-ri and ruby-runit.taca1-1/+4
2001-07-01Importing ruby-runit, ruby-unit-0.3.9.3 package.taca4-0/+149
RubyUnit is Ruby implementation of Kent Beck's Testing Framework, which is known as the part of "eXtreme Programming" (XP). For details of XP, see http://www.xprogramming.com/.
2001-07-01Importing ruby-ri, ruby-ri-0.7a.taca4-0/+83
ri -- Ruby Interactive reference ri displays descriptions of Ruby's built-in methods, classes, and modules.
2001-07-01Importing ruby-byaccr, ruby-byaccr-0.1 package.taca11-0/+443
byaccr is a parser generator for ruby based on 'Berkeley Yacc' and 'Berkeley Yacc for Java'.
2001-07-01Add and enable ruby-bsearch, ruby-filelock and ruby-mutexm.taca1-1/+4
2001-07-01Importing ruby-filelock.taca4-0/+59
This is a Ruby module which provides file locking mechanism. The module FileLock implements two classes: LockFile and LockedFile; the class LockFile deals with so-called lockfiles, and the class LockedFile offer a high-level interface to deal with both regular files and lockfiles at the same time. To be portable, a small C extension is used to minimize the time between existence check of a lockfile and its creation.
2001-07-01Importing ruby-mutexm.taca4-0/+39
Extention module of Mutex mix-in. It gives functionality of Mutex to any objects.
2001-07-01Importing ruby-bsearch.taca4-0/+34
Ruby/Bsearch is a binary search library for Ruby. It can search the FIRST or LAST occurrence in an array with a condition given by a block.
2001-07-01Fix locale support so that it works under NetBSD-1.5 and that locale datatron2-8/+9
files end up in the correct directory.
2001-07-01Enable ruby-rd-mode now.taca1-2/+2
2001-06-30Add and enable ruby-amstd, ruby-mode, ruby-optparse, ruby-racc,taca1-1/+9
ruby-racc-runtime, ruby-strscan, ruby-textbuf. Add ruby-rd-mode but keep it disabled now.
2001-06-30Importing ruby-rd-mode.taca3-0/+47
Editing mode for RD (Ruby Docuemnt Format).
2001-06-30Importing ruby-mode.taca3-0/+57
Ruby editing mode for Emacs.
2001-06-30Importing ruby-textbuf.taca4-0/+45
Gapped text buffer extention for Ruby.
2001-06-30Importing ruby-amstd.taca6-0/+124
Collection of miscellaneous Ruby modules.
2001-06-30Importing ruby-racc-runtime.taca3-0/+22
This package only installs runtime libraries for Racc, an LALR(1) parser generator for Ruby.