summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2001-04-28Remove redundant echoing, quoting, and input redirection to sed.jtb2-15/+8
2001-04-28Add '--tag' for hermes nasm statements to Makefile.am as well. This shouldrh2-1/+15
fix bulk building and PR 12746.
2001-04-28Add missing man page file(s) to PLIST.jtb1-1/+2
2001-04-28Add an "@exec mktexlsr" to the PLIST so that mktexlsr gets run afterjtb1-1/+2
a cweb binary package is installed. This fixes the i386 bulk build problem for emulators/mmix where TeX couldn't find cwebmac.tex.
2001-04-27cvsup binary uses X libraries, so add 'USE_X11'; addresses pkg/12531wiz1-1/+2
by Masao Uebayashi.
2001-04-27Set USE_GMAKE and remove the patch to generate monikers/*.oaf atdanw3-15/+6
configure-time. There are rules to build them (different from what configure would do) in the Makefile, they just use gmake-specific syntax. Bumped version to 1.0.2nb1 on general principles, but AFAIK nothing currently in pkgsrc is badly affected by the behavior of the 1.0.2 package, so I'm not updating any DEPENDS.
2001-04-27Update to a newer version, 1.10. (1.11 is out but containsphil3-13/+13
mostly changes for MacOS X builds. No changes for NetBSD.)
2001-04-27Update to a much newer version, 1.3. (1.4 is out, but mostly hasphil3-18/+18
changes to support MacOS X and virtually no changes for NetBSD.)
2001-04-27Update to a much more current version, 1.6. (1.7 is out but hasphil4-26/+10
changes mostly to support Mac OS and shouldn't be different for NetBSD.)
2001-04-27Update to 1.10, requested by zuntum.wiz2-5/+5
Changes are bugfixes and support for more languages and zones.
2001-04-27Add and enable eXdbmagc1-1/+2
2001-04-27Initial import of eXdbm-1.0b1 into the NetBSD packages collection.agc5-0/+71
This package was provided by Shelby <snoonan@vmlabs.com> in PR 12489. Modified slightly by myself to put the documentation in the correct directory, and to use mkdep, ignoring any errors. eXdbm provides configuration database routines for the eXode environment
2001-04-27Add and enable libmemmgragc1-1/+2
2001-04-27Initial import of libmemmgr-1.04 into the packages collection.agc5-0/+119
Provided in PR 12581 by Ben Collver (collver@linuxfreemail.com) MemMgr is a fairly trivial memory management library. There is little it does that cannot be done using routines in the C library. (In fact, allocation and disposal is implemented using C library routines.) The purposes of MemMgr are two- fold. (i) Minimize configuration burden on applications that dynamically allocate memory. For instance, malloc() on some systems returns a char pointer; on others it returns a void pointer. The MemMgr library routines encapsulate system-specific configuration differences and exports a fixed interface which is system-indepen- dent. Once you compile and install it, you just use it without thinking about whether your UNIX is System V or BSD inspired. (ii) Provide two parallel sets of allocation routines which either return NULL (for applications which want to check) or panic (for applications which simply want to die) on allocation failures. Panicking is implemented using the ETM library, which introduces a dependency on the ETM distribution. So be it. I use ETM for all my programs anyway
2001-04-27Add and enable libetmagc1-1/+2
2001-04-27Initial import of libetm-1.09 into the packages collection.agc5-0/+74
Provided in PR 12580 by Ben Collver (collver@linuxfreemail.com) Exception and Termination Manager (ETM), a simple(-minded) library to manage exceptional conditions that arise during program execution, and to provide for orderly program shutdown.
2001-04-27Add and enable libportlibagc1-1/+2
2001-04-27Initial import of libportlib-1.01 into the packages collection.agc5-0/+123
Provided in PR 12582 by Ben Collver (collver@linuxfreemail.com). This library provides a consistent interface across systems to operations that tend to vary in ugly ways for different UNIX systems, such as file locking and directory reading.
2001-04-27Add and enable libtsagc1-1/+2
2001-04-27Initial import of libts-1.08 into the packages collectino.agc5-0/+49
Provided in PR 12579 by Ben Collver (collver@linuxfreemail.com) libts provides source and documentation for a library implementing a simple token scanner.
2001-04-27Remove unreliable mirror on "infosoc.uni-koeln.de" and add GNOME mirrortron1-2/+2
sites which gives us a German mirror site again.
2001-04-27Disable for alpha and sparc64 - the code assumes that sizeof(char *) issimonb1-1/+4
the same size as sizeof(int).
2001-04-26Update glib to 1.2.10. Changes are minor bugfixes only.rh4-17/+17
2001-04-26Fix checksum for patch-au.wiz1-2/+2
2001-04-26Fix RCS Id.tron1-1/+1
2001-04-25Update of ftnchek to 3.0.4.jtb2-8/+8
Changes made from 3.0.3 to 3.0.4: 1. Fixed bug: ELSE statement with an if-construct name gave parse error. This bug was introduced in version 3.0.0.
2001-04-25Add and enable prc-tools and friends.wiz1-1/+8
2001-04-25PRC-Tools is a complete compiler tool chain for building Palm OSwiz44-0/+1445
applications in C or C++. It is free software. The PRC-Tools package includes patched versions of the GNU packages GCC, binutils, and gdb, along with various post-linker tools to produce Palm OS .PRC files. Supplied by Dieter Baron.
2001-04-25add and enable tmakedmcmahill1-1/+2
2001-04-25initial import of tmake-1.7dmcmahill7-0/+171
from pkg/DESCR: tmake is an easy-to-use tool from Trolltech to create and maintain makefiles for software projects. It can be a painful task to manage makefiles manually, especially if you develop for more than one platform or use more than one compiler. tmake automates and streamlines this process and lets you spend your valuable time on writing code, not makefiles. Our main motivation for developing tmake was that we spent far too much time maintaining makefiles for Qt, our cross-platform GUI toolkit. Qt supports around 15 flavors of Unix, Microsoft Windows, and around 15 different C++ compilers. We looked at GNU autoconf, but it was Unix-specific and not flexible enough in our opinion. Our makefile system also had to deal with Qt meta object compiler (moc) issues. The moc program extracts meta information from C++ files and generates a C++ file with data tables etc. It takes extra work to add makefile rules for the moc and wanted to automate this task.
2001-04-24Update libsigc++ to 1.0.3. Changes include minor bugfixes only.rh2-7/+7
2001-04-24Added and enabled gpasm-0.9.4wulf1-1/+2
2001-04-24Initial import of gpasm-0.94 assembler for Microchip's PIC processorswulf4-0/+156
2001-04-24Modified popt.h to support linking of libpopt with C++ applicationswulf2-2/+4
2001-04-24Modified popt.h to support linking of libpopt with C++ applicationswulf1-0/+23
2001-04-23Updated checksum filewulf1-18/+19
2001-04-23Updated sdcc to 2.2.1: bugfixes and support for new processorwulf1-0/+13
Fixed build problem that was caused by a suspected bug in yacc
2001-04-23Updated sdcc to 2.2.1: bugfixes and support for new processorwulf17-663/+980
Fixed build problem that was caused by a suspected bug in yacc
2001-04-23Be more careful when using libtool: use $(CC) not cc as this may not beskrll2-12/+14
the c compiler.
2001-04-23Don't hardcode g++ use the c++ compiler defined in CXX. This makes libtoolskrll3-9/+9
happy and fixes build problems. Noted in recent i386 bulk build.
2001-04-21Deprecate PATCH_SUM_FILE; use distinfo file from gettext.wiz2-6/+2
2001-04-21Add "CONFLICTS=gettext<=0.10.35" since it installs the same files thatfrueauf1-1/+2
gettext-0.10.35 and older versions installed.
2001-04-21No more patch-sum files.wiz1-4/+0
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz180-324/+483
2001-04-20Actually, the CONFLICTs should be against libtool<=1.3.5nb11, not <.wiz1-2/+2
2001-04-19Add RCS Ids.wiz2-1/+3
2001-04-19Move BUILD_USES_MSGFMT in DEPENDS section.wiz1-2/+2
2001-04-19Add -DNETLONG=int to CPPFLAGS instead of using a patch. Only linkjtb11-86/+76
executables with libm when truly necessary. Add sparc64 and powerpc support. Determine endianness at compile time rather than at configuration.
2001-04-18mark as broken for alpha/sparc64 (LP64 problems)dmcmahill1-1/+4
2001-04-18Oops. Shouldn't have removed the FILESDIR.skrll1-1/+2
This fixes PR/12690 from Tim Walls <tim.walls@pa.press.net>