summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz314-314/+317
2001-02-15regenwiz1-2/+2
2001-02-13Rename "${LOCALEBASE}" variable to "${LOCALEDIR}" to avoid mix-ups withtron5-45/+45
"${LOCALBASE}".
2001-02-12Add and enable p5-Storagejtb1-1/+2
2001-02-12Initial import of p5-Storage:jtb5-0/+40
Perl extension module for persistent data storage
2001-02-11Update to cvslock-0.2. Changes:hubertf2-4/+4
* Remove a couple of generated files from the CVS repository, and generally clean up the build process * cgd@netbsd.org (Chris G. Demetriou) sent a patch for an "-l" option which doesn't traverse subdirectories * Some small make process fixes; include cvslssh with the distribution Fixes PR 12176 by Chris G. Demetriou <cgd@netbsd.org>
2001-02-11Add a missing colonskrll2-6/+6
2001-02-10Add and enable ratforjtb1-1/+2
2001-02-10Initial import of ratfor:jtb8-0/+203
Preprocessor for the Ratfor dialect of Fortran
2001-02-09Use PLIST_SUBST to make upgrades easier, thanks to wiz for the hint.mjl2-48/+49
2001-02-09Enable lclintmjl1-1/+2
2001-02-09Initial import of lclint 2.5q (based on the FreeBSD port)mjl8-0/+128
2001-02-07Updated ffcall to version 1.8. Changes since previous pkgsrc version (1.6):jtb2-6/+7
New in 1.8: * Added support for IA-64 Linux. New in 1.7: * Struct types containing elements other than int, long, long long, pointer are not supported any more. Passing them as arguments and results is too hairy. * Added support for PowerPC Linux.
2001-02-07Fix a few more paste-o's.fredb2-5/+5
2001-02-06Unify format of MESSAGEs, and include RCS Ids.wiz3-3/+10
2001-02-06Update checksum to match file on master sites and mirrors.tron1-2/+2
2001-02-06Add german mirror site.tron1-2/+3
2001-02-06Updated noweb to 2.9a.jtb4-14/+14
Changes since the previous pkgsrc version (2.8a): CHANGES FOR VERSION 2.9a - released 16 Feb 1999 Fixed bug in htmltoc that left multiple toc anchors CHANGES FOR VERSION 2.9 Good support for hypertext using the `hyperref' package noweave now finds uses in quoted code, the better to exploit hypertext added support for emacs font-lock highlighting as comments to noweb-mode (Adnan Yaqub) Document common -L options on notangle man page (Brett Presnell) Fixed incompatibility with verbatim package (Rafael Laboissiere) added contrib/leyn from Francky Leyn noweb-mode.el no longer treats @x as chunk end for non-white x (Chris Milner) Don't use signed char to index array of 256 in recognize.nw (Michael Herrmann) Added explanation for WNT to FAQ. Support \ quoting in argument to elide Support multiple -R options on the same notangle command line. Change tohtml so that noweave -latex+html doesn't protect anchor texts in a rawhtml environment (???) Added to /usr/doc/noweb for Slackware binary distribution Slackware binary distribution now includes emacs noweb mode. Updated internal docs in support.nw to explain the great \nwlbrace trouble Use gcc -ansi -pedantic in Makefiles. Remove multicols environment from examples/wc.nw (Yotam Medini) Change noweave and totex to support subscripting identifiers used in quoted code Fixed bug in l2h (bad conversion of tables). Make l2h of \section use CPS (for newline between \section and {) Added letenv to l2h, and changed verbatim to use environment name as terminator
2001-02-06Make that "autoreconf" -- there is no "autoremake".fredb1-2/+2
2001-02-05Update slang to 1.4.3, and update the homepage URL. From the announcementfredb4-24/+24
on usenet: Version 1.4.3 is primarily a bug-fix release, and will probably be the last release in the 1.x series. It is time to move on to v2.x. In fact, v1.4.3 adds DESTDIR support, and extends the ABI. The change log given in the announcement is too long and detailed to included here. Please refer to <URL:news:slrn97ou3d.87i.davis@aluche.mit.edu>, available at your nearest usenet archive, for details.
2001-02-05-split patches into 2 files.dmcmahill3-23/+27
-add missing <string.h> for alpha.
2001-02-05Match the PLIST with realityagc1-2/+1
2001-02-05If we're on ELF platforms, modify the Makefile to install theagc2-7/+19
symlinks necessary: libe{stdio,sfio}.so{,.1} Recalculate patch checksum
2001-02-05Use full pathname "${LOCALBASE}/bin/auto..." in dependences and maketron3-8/+8
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-02-03Don't allow non-pkgsrc zlib installed. Per discussion on tech-pkg.hubertf2-4/+4
(This makes me wonder how things work when I setup a system from solaris pkgs only, that were generated from pkgsrc - i doubt they have the /var/db/pkg information to make our system recognize them as "our" pkg... ?)
2001-02-03``Why drink and drive when you can smoke and fly''hubertf2-3/+63
(Use libtool to build this if it's installed; does not require port of NetBSD's share/mk for bootstrapping; old BSD-mk based build is still available as fallback if no libtool is found)
2001-02-03Pull in bsd.prefs.mk to define OPSYS, and set CFLAGS to find zlib.hhubertf1-1/+3
2001-02-03Add & enable libtool-base and libtool-infohubertf1-1/+3
2001-02-03Split into libtool-base and libtool-info, for easier system bootstrap.hubertf5-71/+45
This meta-package pulls in the other two parts. XXX any modifications should be made to this pkg's Makefile.common, patches, XXX files dir etc. *only* !
2001-02-03Rip apart libtool into "base" and "info" part.hubertf4-0/+41
This is (only) the info pages. Reason for the ripout: * To build the info pages, you need gtexinfo * to build gtexinfo, you need zlib * zlib is a library, which can be built with libtool. (Now, after this chicken-and-egg situation is resolved :-)
2001-02-03Rip libtool apart into "base" pkg and "info" pages. hubertf4-0/+65
This is the base system that's enough to do work (and bootstrap a system!)
2001-02-03Allow manually-installed zlib on solaris 8 (in /usr/lib)hubertf1-2/+2
2001-02-03This needs zlib installed. Depend on it for Solaris.hubertf1-1/+5
2001-02-01add and enable w32apiwiz1-1/+2
2001-01-30Headers for Win32 application development.minoura9-0/+197
From the PEACE repository, http://cvs.kshosen.ac.jp/cvsweb.cgi/peace/pkgsrc/devel/w32api/
2001-01-29Add automatic ${VARIABLE} handling for MESSAGE files.wiz2-8/+4
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs.
2001-01-29Another typo.jtb2-4/+4
2001-01-28Update homepage locationpooka1-2/+2
Noted by zuntum on IRC.
2001-01-28Install the preformatted manual pages.jtb2-2/+7
2001-01-28Updated cweb to version 3.63. No changelog or news file. Most of thejtb7-28/+46
changes seem to be relatively minor enhancements, etc.
2001-01-28Added support for XEmacs. To install as an XEmacs package put USE_XEMACS=YESjtb3-27/+39
in /etc/mk.conf.
2001-01-26Use $CC_FOR_BUILD on checking system types in config.guess.tsutsui2-4/+4
2001-01-26Improve argument checking for -version-info. Bump to nb11.skrll3-6/+33
2001-01-26Update to 0.9abs2-5/+5
Changes since 0.5: 0.9 8 Aug 2000 - Fixed up test suite to work under 5.6.0. 0.8 26 Jul 2000 - Made SmallProf -w-clean (at least so far as I can tell :-) 0.7 28 Jul 1999 - Some cleanup on sub profiling and locales - fixed up and added some tests 0.6 11 Jul 1999 - Cleanup on part4.t and part1.t (Thanks!) - Removed special Win32 support as Time::HiRes now works on Win32 - Fixed a bug in sub sub where $1 and $2 were getting clobbered. - Increased size of execution count column - Added CPU times
2001-01-26Update to 1.20abs2-6/+6
1.20 Wed Feb 24 21:30 1999 - make our usleep and ualarm substitutes into hrt_usleep and hrt_ualarm. This helps static links of Perl with other packages that also have usleep, etc. From Ilya Zakharevich <ilya@math.ohio-state.edu> - add C API stuff. From Joshua Pritikin <joshua.pritikin@db.com> - VMS Makefile.PL fun. From pvhp@forte.com (Peter Prymmer) - hopefully correct "-lc" fix for SCO. - add PPD stuff
2001-01-26etc/rc.d cleanup: rename *.sh -> *hubertf2-4/+4
2001-01-24Use LTCONFIG_OVERRIDE instead of LIBTOOL_OVERRIDE (for consistency reasons).wiz1-2/+2
2001-01-24Depend on tcl>=8.3.2 instead of tcl-8.3.2 now that PKGNAME of tclhe2-4/+4
is bumped to tcl-8.3.2nb1.
2001-01-24add devel/pedisassemitojun1-1/+2
2001-01-24win32 disassembleritojun6-0/+31