Commit graph

413 commits

Author SHA1 Message Date
pooka
4577d8e4b2 The Bywater Basic interpreter 2.20 2000-02-15 19:43:22 +00:00
tsarna
a319cdfbb4 Update to 2.1.4, the version-of-the-week. (no functional change.) 2000-02-15 01:11:56 +00:00
dmcmahill
584ef45c03 use the config.guess script that comes with the program to determine what
directory the program built in instead of trying to generate the system
name on our own.  This ensures it always works (for example 1.4.2_ALPHA
confused this when done the old way)
2000-02-12 20:49:49 +00:00
tron
e8a1039530 Use "png>=1.0.3" instead of "png-*" in dependence list. 2000-02-09 20:20:52 +00:00
hubertf
703efc8adb adjust for changed distfiles on the master site 2000-02-09 18:19:18 +00:00
tron
f184beb4a5 Use wildcard dependence for "png" package. 2000-02-09 15:22:32 +00:00
wiz
a8c509b9e1 do not create ${PREFIX}/share/elk, since it's not needed, and not
handled in PLIST
2000-02-07 01:58:24 +00:00
wiz
bfe3d2a941 RCS tag added 2000-02-05 19:49:58 +00:00
wiz
b85dc50654 reorder lines to silence pkglint 2000-02-05 19:49:20 +00:00
wiz
57c600f52d $() -> ${} 2000-02-05 19:47:46 +00:00
wiz
641e27c26c add info-dir entries for info files, even for binary packages 2000-02-05 19:46:30 +00:00
wiz
d463a2e08c Updated to the last dist-file at the original site, but marked as
broken, since it doesn't compile (the previous version didn't compile,
either).
2000-02-05 19:45:33 +00:00
wiz
54b77d469b use CONFIGURE_ARGS+= instead of CONFIGURE_ARGS=, fixes shared
library building
2000-02-02 04:07:36 +00:00
wiz
d07e657e60 regen 2000-02-02 04:05:59 +00:00
jwise
08e833403e Update this to use ELF version of jdk-1.1.8 distribution on ELFin i386
systems.  Many thanks to Scott Bartram/OrionSoft for providing this
(and the a.out version)
2000-02-01 02:21:54 +00:00
augustss
88de200418 Apply patch from PR 9115. 2000-01-24 12:27:20 +00:00
augustss
9c9e200b62 Apply patch from PR 9114. 2000-01-24 12:21:21 +00:00
itojun
cd2ea8771e fix ELF platform support (configure.in patch missed one of clauses)
enable IPv6 on USE_INET6.
approved by: sakamoto (maintainer)
2000-01-22 13:31:44 +00:00
pooka
50dfc61e79 Make this compile on sparc and work better on alpha. Unfortunately,
not fully functional on either.. yet.
2000-01-20 14:12:50 +00:00
tron
10f7165000 Downgrade "perl" package to working version 5.00404. 2000-01-18 22:31:46 +00:00
tron
e295bb0958 "Pull up" changes by Johnny C. Lam. 2000-01-18 22:27:17 +00:00
tron
81d6701388 Reimport mostly broken version 5.00503 of "perl" package as "perl-current". 2000-01-18 22:15:51 +00:00
jlam
dfd70adc1d Change PLIST handling to differentiate between ELF and a.out, as well as
shared and static (NOPIC).  Works with ELF on -current now.

NOPIC and SunOS support may be broken; someone else with the necessary
resources should test and possibly fix these cases.
2000-01-18 17:11:50 +00:00
hubertf
e98802e2bb Unbreak this at least for non-NOPIC architectures.
If someone sends me the needed changes for NOPIC machines, this should be
split up again. (If needed!)
2000-01-17 16:03:49 +00:00
christos
2869c7e366 Upgrade perl to 5.005_03 2000-01-17 03:07:09 +00:00
jlam
24ef86f870 Update dependency on ncurses to >=4.2 2000-01-15 18:46:22 +00:00
jwise
224a006405 Two nits with the show-shlib-type target:
1.) protect definition of show-shlib-type with `if !target(show-shlib-type)'
    so that it can be overriden in a pkg makefile

2.) move the definition in lang/jdk/Makefile before the include of bsd.pkg.mk
    to trigger this.

Without these changes, show-shlib-type was `ELF\na.out' on i386/ELF, so
it was still treated as ELF.

lang/jdk now works on i386/ELF  (yay!).


While there, fix JAVA_HOME default to be JDK_HOME if PKG_JVM is jdk
and JDK_HOME is defined.
2000-01-15 02:08:03 +00:00
jwise
a09b1ce595 Set NO_MTREE, since we modify PREFIX, and don't want all sorts of empty
directories created under JAVA_HOME.

Is there a cleaner way to do this?
2000-01-13 20:13:38 +00:00
jwise
4ce4339d96 An obsolete patch was still lurking around... 2000-01-13 20:08:27 +00:00
agc
5ba169b700 Enable squeak. 2000-01-13 16:37:35 +00:00
agc
6fed9b7fa8 Initial import of squeak, a full Smalltalk 80 with portability to
UN*X, Mac, and Windows, into the NetBSD packages collection.

This was based very loosely upon an old FreeBSD port, but upgraded from
version 2.4 to 2.6, and NetBSD differences have been applied.
2000-01-13 16:37:05 +00:00
hubertf
035e1bcc79 update to JDK 1.1.18-rc1 2000-01-11 12:35:07 +00:00
pooka
73093c3523 Add & enable mzscheme 2000-01-10 22:11:06 +00:00
pooka
da746ae526 Import mzscheme-101, an almost R5RS-compliant scheme intepreter with
compiler included. Uses the boehm garbage collector.

A big thanks goes to all who made devel/boehm-gc available. Modifying
patches for a specific use is much easier than reinventing them!

Note: I've marked this as i386-only, since it acted a little flacky on
alpha and sparc. In theory support for at least those platforms supported
by the garbage collector is possible. You are welcome to try.
2000-01-10 22:09:15 +00:00
wiz
447f17b291 use ${X11BASE} instead of /usr/X11R6 2000-01-10 00:17:57 +00:00
wiz
8f04b143dc moved patch-sum to correct directory (noted by Bernd Ernesti) 2000-01-09 14:53:10 +00:00
wiz
edb7e62207 whitespace cleanup 2000-01-09 01:20:33 +00:00
wiz
74b37e3d74 generated patch-sum 2000-01-09 01:19:38 +00:00
wiz
294cda9307 replaced some more commands by their ${COMMAND} counterparts 2000-01-09 01:19:09 +00:00
tsarna
64d1553d72 Update to 2.1.2. No changes, just pulled from newer Zope. 2000-01-08 22:35:32 +00:00
drochner
de2c349494 this didn't got committed as expected - try again 2000-01-06 21:41:23 +00:00
drochner
201e50f131 revert unwanted modifications after copying directories inclusive
CVS subdirs around
2000-01-06 21:14:48 +00:00
drochner
d2ccf6e68e split tcl pkg, for coexistence with other versions: binaries can
coexist, manpages not
2000-01-06 20:32:50 +00:00
drochner
dd895e8542 split tcl pkg, for coexistence with other versions: binaries can
coexist, manpages not
2000-01-06 20:32:47 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
tsarna
b2318849d2 Use ${FIND} and ${PAX} 2000-01-02 04:22:31 +00:00
tsarna
67070df67b Don't assume site-packages dir already exists 2000-01-02 03:12:20 +00:00
tsarna
81140f1f52 - Add and enable py-extclass and correct its CATEGORIES 2000-01-02 02:58:20 +00:00
tsarna
27c2e33584 Extension Classes for Python, pulled from Zope 2.1.1 as they (and
especially Acquisition) can be quite useful in their own right.

EC fixes a wart in CPython: Python classes can't use C-implemented types
as base classes. EC-based C classes can be subclassed by python, and in
fact python classes can use pure mixin EC C classes so that you can have
speed critical methods of a class in C and the rest in Python.

EC also provides a mixin called Acquisition, which provides a kind of
contextual inheritance.  If an object can't find the data/method in
itself or by looking up it's list of base classes, it will then try to
acquire the thing up through its containers (or other context).
1999-12-30 21:37:02 +00:00
tron
cbf11455b7 - Fix broken object file format recognition.
- Patch memory management to recognize NetBSD-i386 ELF.

XXX This package still doesn't build on ELF systems due to problems with
XXX included assembler sources.
1999-12-27 18:20:11 +00:00