summaryrefslogtreecommitdiff
path: root/lang/elk
AgeCommit message (Collapse)AuthorFilesLines
2005-02-24Add RMD160 digestsagc1-1/+2
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-04-28Convert to buildlink3.snj1-4/+4
2004-03-28varargs.h -> stdarg.h migration.uebayasi5-8/+144
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-09-23* buildlink1 -> buildlink2jlam3-69/+45
* Replace ELK_USE_{X11,MOTIF} with ELK_GUI, which is either "none" or is some combination of "xaw" and/or "motif". * Reenable Motif -- it seems to build properly with OpenMotif-2.0.x. * Modernize this package a bit and clean up how linker flags are passed to the build process by using the new variables available.
2002-01-09Comment claims LP64 problems, so disable sparc64 too, not only alpha.wiz1-2/+3
2002-01-09Synchronize package version with reality: 3.0.3.seb27-1598/+1688
Regen the patches files (one file per patch). Fix for NetBSD ELF platform: files/stab-elf.c and config/untested/elf-netbsd-cc (by way of patches/patch-af) adjusted. Thanks to Nick for the helping hand and to Alistair for the previous work. This should close PR 13527. Make X11 support conditional by way if the ELK_USE_X11 variable. I tried to enable Motif support: only Motif 1.X should work but even with the lesstif12 package it does not - it does compile though. So Motif support if commented out but leaved in case someone want to fix ELK.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-17/+16
+ move the patch digest/checksum values from files/patch-sum to distinfo + include distfile filesizes in distinfo
2001-02-17Move the COMMENT from being in its own file to a definition in theagc2-2/+2
package Makefile.
2000-10-22Correct typos which resulted in a malformed commandagc1-3/+3
2000-10-06Only grab global symbols from object files.agc1-3/+3
2000-10-05Make this program work on ELF as well as a.outagc2-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-23update MASTER_SITEwiz1-2/+2
2000-08-21Update IGNORE-messages for recent changes: add ${PKGNAME} wherehubertf1-2/+2
appropriate.
2000-07-10mark this as not for any NetBSD-ELF platforms until someone has time to portdmcmahill1-1/+7
it.
2000-07-09fix path in patch file to not include WRKSRC.dmcmahill2-4/+4
2000-07-07regen.dmcmahill1-2/+3
2000-07-07- add config file for elf-netbsd-ccdmcmahill3-4/+379
- pic->PIC
2000-02-07do not create ${PREFIX}/share/elk, since it's not needed, and notwiz2-4/+4
handled in PLIST
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-11-27defuzzrh2-54/+35
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.