summaryrefslogtreecommitdiff
path: root/lang/elk
AgeCommit message (Collapse)AuthorFilesLines
1999-08-19Install the postscript documentation that is distributed with thisagc4-28/+56
package.
1999-08-17Use USE_X11 in Makefile to show that this package links with X11agc13-40/+114
headers and libs. Make this package work on Solaris. Use the same "pkgsrc" configuration file for locations of objects on NetBSD (both ELF and a.out) and Solaris. Use a Makefile target, rather than a separate script. Avoid clash with ALIGN definition in <sys/param.h>
1999-07-09Add package patch checksum files.agc1-0/+8
1999-06-04NOT_FOR_PLATFORM= *-*-{alpha,mips} doesn't work.drochner1-2/+2
Worse - it matches (almost?) everything.
1999-05-24Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORMtv1-9/+9
pattern match format. Minor pkglint along the way.
1998-11-13pkglint: move NOT_FOR_ARCHS where it belongs.frueauf1-3/+3
1998-09-22add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to failgarbled1-1/+3
on alpha. There may be more, but I haven't seen them yet.
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc7-0/+15
1998-06-22Update package Makefiles for automatic manual page handling.agc1-3/+1
1998-05-19`uname -m` does not give back "m68k", thus listfrueauf1-1/+1
amiga|atari|hp300|mac68k|mvme68k|sun3|sun3x|x68k instead.
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-04-01portlint: add default MAINTAINER.frueauf1-1/+4
1998-03-31Add NetBSD RCS ID.agc1-66/+75
Modify for the correct directory (${PREFIX}/lib). Remember to delete directories that were created.
1998-03-31Update the patches for NetBSD - install object files in ${PREFIX}/lib,agc6-43/+624
not ${PREFIX}/share, add NetBSD config files, install the documentation in the "make install" stage, and other minor mods.
1998-03-31Modify this for NetBSD - use symbolic links, rather than copying theagc1-2/+19
file. Work out, form the architecture, what format of executable to use (a.out or ELF), and use the appropriate configuration file. However, here is (as yet) no ELF configuration file, because I have no ELF system to try this on.
1998-03-31Add NetBSD RCS Id.agc1-19/+1
Clean up - do all the installation into the correct directories in the "make install" step, so we don't need to putz around in the Makefile. The patches have all been cleaned up, so that no -p1 argument is needed to patch.
1998-03-31Initial import of elk-3.0.2, a scheme interpreter, into the NetBSDagc10-0/+766
packages collection, from the FreeBSD port.