Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-02-17 | Move the COMMENT from being in its own file to a definition in the | agc | 2 | -2/+2 | |
package Makefile. | |||||
2000-10-22 | Correct typos which resulted in a malformed command | agc | 1 | -3/+3 | |
2000-10-06 | Only grab global symbols from object files. | agc | 1 | -3/+3 | |
2000-10-05 | Make this program work on ELF as well as a.out | agc | 2 | -7/+99 | |
The somewhat bizarre "patching" method was used because I rewrote the routine which grabs global text symbols from an object file, and this should be independent of a.out or ELF. The result bears no similarity to what was there before, so I decided to keep the original file with a "-dist" suffix. | |||||
2000-08-23 | update MASTER_SITE | wiz | 1 | -2/+2 | |
2000-08-21 | Update IGNORE-messages for recent changes: add ${PKGNAME} where | hubertf | 1 | -2/+2 | |
appropriate. | |||||
2000-07-10 | mark this as not for any NetBSD-ELF platforms until someone has time to port | dmcmahill | 1 | -1/+7 | |
it. | |||||
2000-07-09 | fix path in patch file to not include WRKSRC. | dmcmahill | 2 | -4/+4 | |
2000-07-07 | regen. | dmcmahill | 1 | -2/+3 | |
2000-07-07 | - add config file for elf-netbsd-cc | dmcmahill | 3 | -4/+379 | |
- pic->PIC | |||||
2000-02-07 | do not create ${PREFIX}/share/elk, since it's not needed, and not | wiz | 2 | -4/+4 | |
handled in PLIST | |||||
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-11-27 | defuzz | rh | 2 | -54/+35 | |
1999-08-19 | Install the postscript documentation that is distributed with this | agc | 4 | -28/+56 | |
package. | |||||
1999-08-17 | Use USE_X11 in Makefile to show that this package links with X11 | agc | 13 | -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-09 | Add package patch checksum files. | agc | 1 | -0/+8 | |
1999-06-04 | NOT_FOR_PLATFORM= *-*-{alpha,mips} doesn't work. | drochner | 1 | -2/+2 | |
Worse - it matches (almost?) everything. | |||||
1999-05-24 | Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM | tv | 1 | -9/+9 | |
pattern match format. Minor pkglint along the way. | |||||
1998-11-13 | pkglint: move NOT_FOR_ARCHS where it belongs. | frueauf | 1 | -3/+3 | |
1998-09-22 | add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to fail | garbled | 1 | -1/+3 | |
on alpha. There may be more, but I haven't seen them yet. | |||||
1998-08-20 | The Grand Homepagification: | tsarna | 1 | -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-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 7 | -0/+15 | |
1998-06-22 | Update package Makefiles for automatic manual page handling. | agc | 1 | -3/+1 | |
1998-05-19 | `uname -m` does not give back "m68k", thus list | frueauf | 1 | -1/+1 | |
amiga|atari|hp300|mac68k|mvme68k|sun3|sun3x|x68k instead. | |||||
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -7/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-04-01 | portlint: add default MAINTAINER. | frueauf | 1 | -1/+4 | |
1998-03-31 | Add NetBSD RCS ID. | agc | 1 | -66/+75 | |
Modify for the correct directory (${PREFIX}/lib). Remember to delete directories that were created. | |||||
1998-03-31 | Update the patches for NetBSD - install object files in ${PREFIX}/lib, | agc | 6 | -43/+624 | |
not ${PREFIX}/share, add NetBSD config files, install the documentation in the "make install" stage, and other minor mods. | |||||
1998-03-31 | Modify this for NetBSD - use symbolic links, rather than copying the | agc | 1 | -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-31 | Add NetBSD RCS Id. | agc | 1 | -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-31 | Initial import of elk-3.0.2, a scheme interpreter, into the NetBSD | agc | 10 | -0/+766 | |
packages collection, from the FreeBSD port. |