summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
1999-10-11Add and enable nqcnathanw1-1/+2
1999-10-11Initial import of nqc-2.0.1nathanw7-0/+58
Development system for the Lego Mindstorms RCX computer.
1999-10-10* Remove unnecessary dependencies on mawk and esound.jlam1-5/+7
* Add dependency on gettext (uses libintl.a) * Remove unneeded declaration of LDFLAGS
1999-10-10Update libglade to 0.7rh3-9/+9
Notable changes include: - Fixed a bug where libglade would seg fault when you tried to load a file that did not exist or was not a valid XML file. This bug was found by Michael Meeks. - Fixed segfault when adding normal buttons to a GnomeDialog's action area. This fixes bug #2323. - libglade now honours the has_focus and has_default flags for widgets. - The correct default for can_focus (false) is now used. This was found by Miguel. It should prevent the segfaults caused by infinite recursion some people were seeing. - Placeholders are removed from the interface as it gets parsed. The warnings were not really very useful, and there are times when you want to leave some spaces blank (such as in tables). - Fixed bug with setting accelerators that have no modifiers. This one was found by Paul Clifford.
1999-10-07Remove me as maintainer of those packages.tron4-8/+8
1999-10-07Update pth to 1.1.6. This fixes PR 8569 by John A. Maier, thanks!rh3-7/+7
Changes are mostly small bugfixes backported from pth-1.2 beta.
1999-10-07Disable not_so_current pth-current package which is superceded by a morerh1-2/+2
current pth package.
1999-10-07Mark as superceded by more current pth package.rh1-1/+3
1999-10-06Make this package compile on Solaris, FWIW.agc2-1/+20
1999-10-06Delete the package name from the comment file.agc1-1/+1
1999-10-05Update "libproplist" package to version 0.9.1.tron5-23/+21
1999-10-04Add missing bison.info-* and NLS files to pkg/PLIST.jlam5-6/+48
Change to depend on pkgsrc gettext instead.
1999-10-04The distribution file for "gettext-0.10.35" is finally available on thetron1-2/+2
GNU master site.
1999-10-01Update gindent to 2.2.2. Changes from 2.2.0:jlam2-5/+6
Release notes for GNU indent version 2.2.2, September 1999 * Added support for win32 (need VC++) * Indent was sometimes adding a blank line at the top of an indented file when indenting multiple files at once. This bug has been fixed. Release notes for GNU indent version 2.2.1, September 1999 * Indent got confused when a function declaration contained an enum and did not contain a colon before using a '{' inside the function. enum foobar <-- returns enum func (enum foobar) <-- or uses an enum as parameter { if (1) { <-- uses '{' before any ';' was used func (1);} <-- fails here ... etc. * A new option to stop `make' from rebuilding your whole project after running `indent': -pmt, --preserve-mtime : Preserve modification time on output files. * Backup files now keep the same modification time as the original. * New -c++, --c-plus-plus option to allow better C++ formatting: Recognizes C++ keywords, including the GNU extension operators <?= and >?=. (Patch by Malekith <malekith@topnet.pl>) Note: In general C++ still does NOT work! * EBCDIC charset support for BS2000/POSIX (Siemens mainframe OS). Contributed by <Martin.Kraemer@MchP.Siemens.De>.
1999-09-30add PTL2-current-990622-patch-5msaitoh2-5/+7
1999-09-29Remove trailing whitespace from PLIST entries, which cause generatedagc1-13/+13
prototype files for Solaris packages (with gensolpkg) not to work.
1999-09-28Revert previous change - on the advice of Christoph Badura, it should beagc1-2/+1
obvious when cvs is not present, and having a dependency, even with a wildcard dependency, will, at the moment, introduce a fixed dependency on a particular version of cvs.
1999-09-27Add:hubertf1-1/+3
+share/kde/locale/zh_CN.GB2312/LC_MESSAGES/kdevelop.mo +@dirrm share/kde/apps/kdevelop
1999-09-27Enter missing russian documentation files and directories.tron1-1/+24
1999-09-27Because "kdbg" uses the directory structure created by "kdebase" ittron1-2/+2
must depend on that package instead of "kdelibs".
1999-09-27Don't attempt to remove directory "share/kde/applnk/Development" whichtron1-2/+1
will be used by other packages, too. The directory is now created by the "kdebase" package.
1999-09-27Remove redundant dependence on "png" package.tron1-2/+1
1999-09-27kdevelop now depends on kdbgwennmach1-1/+2
1999-09-27Add and enable kdbgwennmach1-1/+2
1999-09-27Initial import of kdbgwennmach5-0/+100
kdbg-1.0beta2: Graphical User Interface around gdb using KDE
1999-09-25fix a SEGV here; don't use null pointers...mrg2-1/+15
XXX this may not be a "correct and valid" fix; i get this feeling that "this [flink == NULL] shouldn't happen" ever and that this is also the symptom of another bug. this change does allow `mkid' to complete over my NetBSD /usr/src now, something that it hasn't done for several months.
1999-09-24Update boehm-gc to 5.0alpha3. It now supports m68k, i386, sparc a.outjlam11-205/+288
systems and ELF ones (checked on alpha, i386, powerpc) as well. Update supplied by SUNAGAWA Keiki <kei_sun@ba2.so-net.ne.jp> in PR#8482 with minor additions by me.
1999-09-24Make the tkcvs package depend on ...ummm... cvsagc1-1/+2
1999-09-24Simplify this package, and build and install shared libs, by using aagc3-28/+44
version of the libz Makefile from basesrc to build this package. Mark this package as only for Solaris platforms.
1999-09-24Because "kiconedit" and "kpaint" are part of the "kdegraphics" packagestron1-6/+2
which we have of course mark package as not broken again.
1999-09-24Remove directory imported by mistake.tron1-2087/+0
1999-09-24Make package as broken until we have "kiconedit" and "kpaint" packages.tron1-1/+3
1999-09-24Use "USE_PERL5" instead of explicit dependence on "perl5" package.tron1-2/+2
1999-09-24Use "DEPENDS" instead of deprecated(?) "RUN_DEPENDS" and remove redundanttron1-7/+6
dependence on "qt" package.
1999-09-24Go ahead and build and install the the ncurses C++ application frameworkjlam7-93/+137
library. This was a side-effect of trying to deal with --with-cxx and --without-cxx. We accept the default --with-cxx. This should work regardless of whether libg++ exists.
1999-09-23Enable kdevelopwennmach1-1/+2
1999-09-23Initial import of pkgsrc/devel/kdevelop:wennmach8-0/+387
kdevelop-1.0beta2 Intergrated Development Enviroment for Unix/X11/KDE. This pkg is based on PR pkg/8210 by Nick Hudson <nick@nthcliff.demon.co.uk> with an upgrade to beta2 (from beta1) and some modifications by myself. This import closes PR pkg/8210.
1999-09-23Initial import of pkgsrc/devel/kdevelop:wennmach1-0/+2087
kdevelop-1.0beta2 Intergrated Development Enviroment for Unix/X11/KDE. This pkg is based on PR pkg/8210 by Nick Hudson <nick@nthcliff.demon.co.uk> with an upgrade to beta2 (from beta1) and some modifications by myself. This import closes PR pkg/8210.
1999-09-20Well, today this procedure works better...kim3-24/+5
1999-09-20Install documentation files in "share/doc/slang" instead oftron3-12/+32
"doc/slang/1.3.8" and add them to the package list.
1999-09-19Update to 1.10.7.mjl2-4/+4
1999-09-19I bet this is needed here too.kim1-1/+5
1999-09-19I have a feeling USE_LIBZ may be on its way...kim1-1/+5
1999-09-19Add and enable zlib.kim1-1/+2
1999-09-19A general purpose data compression library (for Solaris use).kim7-0/+72
1999-09-19Unfortunately /usr/bin/patch is not what we want on Solaris.kim1-2/+4
1999-09-19Make this look nicerkim1-1/+1
1999-09-19Need to install pcreposix.h.ad2-2/+5
1999-09-18- Add libpcreposix.aad1-1/+4
- Add manpages that were getting installed
1999-09-18Also install libpcreposix.a (Mostly POSIX compatible front-end to PCRE).ad1-1/+2