summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
1999-07-11Adjust homepage, as pointed out by Webmaster Jim <jspath@bcpl.net>hubertf1-2/+2
1999-07-09Add package patch checksum files.agc23-0/+182
1999-07-09Enable "ruby".sakamoto1-2/+2
1999-07-09remove tabs.sakamoto1-15/+15
1999-07-09the Object-Oriented Script Languagesakamoto7-0/+154
from PR pkg/7942 by SUNAGAWA Keiki <kei_sun@ba2.so-net.ne.jp>.
1999-07-08Remove redundant comments at top of Makefile.agc1-6/+1
1999-07-07pkglint: move "ONLY_FOR_PLATFORM" to correct place.tron1-2/+3
1999-07-02Don't bother to pull in -lposix for the POSIX module. It contains nothingbad1-0/+13
of interest to this module.
1999-07-02For packages that are in the NetBSD base system, but needed foragc1-2/+2
Solaris, narrow down the platforms, and use specific inclusion rather than disclusion: mark them as ONLY_FOR_PLATFORM=SunOS-*-*, rather than NOT_FOR_PLATFORM=NetBSD-*-*.
1999-07-02Some packages use bsd-style .mk files when building, and so any manualagc1-5/+2
pages that are installed will be gzip-compressed, if MANZ is set, or not if MANZ is not set. If the package uses bsd-style .mk files, the variable MANCOMPRESSED_IF_MANZ should be set to a value of "yes" in the package Makefile. This replaces the previous method of specific inclusion of bsd.prefs.mk, followed by a check for MANZ and conditional assignment of MANCOMPRESSED. Add appropriate documentation, and change all necessary ocurrences in package Makefiles.
1999-06-21Forgot a file...again.jlam1-0/+1
1999-06-21Update smalleiffel to -0.78. From HISTORY.txt:jlam8-83/+118
* New -html2 flag for command short generates a colorized HTML short form for classes. * The garbage collector now takes into account feature dispose of class MEMORY for reference objects. * Obsolete classes (obsolete keyword) now supported. * Assertion tags are now displayed when an assertion fails. * Added environment variable in loadpath files. Syntax: ${SOME_VAR} * Added the -no_style_warning flag to suppress warnings when the recommended styles guidelines for Eiffel are not strictly followed. * Added the -version flag to show SmallEiffel's version. * Enhanced ease of use with and adaptability to various C compilers (SYSTEM_TOOLS). Files compiler.system, linker.system and o_suffix.system are now obsolete and replaced by a unique file compiler.se common to all systems. See the [2]System configuration page for more information. * Class LINKED_LIST now replaces obsolete class LINK_LIST (simple renaming). Class TWO_WAY_LINKED_LIST now replaces obsolete class LINK2_LIST (simple renaming). * Fixed "implicit renaming" bug. * Cleaned all source code of tabulations at beginning of line (made code look ugly when using an editor whose tabs were not 8). * Some new ELKS'95 features implemented. * Validity rule VEEN fixed. * Added class COLLECTION_SORTER and REVERSE_COLLECTION_SORTER to the library. * Fixed file renaming portability bug (".d files bug"). * Validity rule VCFG.1 is now enforced. * Validity rule VAPE is now enforced. * Classes mentioned in a cecil.se file are now automatically made live. Makes it easier to link with external libraries. * Various other bug fixes.
1999-06-20Don't use "{}" or "[]" in "ONLY_FOR_PLATFORM" or "NOT_FOR_PLATFORM"tron2-4/+4
because "bsd.pkg.mk" can't handle those patterns. Fixes PR pkg/7808 by Chris Demetriou.
1999-06-15Get rid of -lposix. It makes perl behave slightly different then thebad1-2/+2
rest of the system.
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_PLATFORMtv9-89/+85
pattern match format. Minor pkglint along the way.
1999-05-20Remove unnecessary assignments of "INSTALL", "INSTALL_DATA",tron1-5/+2
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV".
1999-05-15Take a stab at Zoularis supporttsarna2-7/+12
1999-05-11s/netbsd/${LOWER_OPSYS}/abs1-4/+5
1999-05-06Typo.kleink1-1/+1
1999-05-04s/netbsd/${LOWER_OPSYS}/abs1-2/+3
1999-05-01Update to final 1.5.2 docstsarna2-5/+5
1999-04-27Pass "${CFLAGS}" to configure script as suggested by Adam Ciarcinski.tron1-2/+2
1999-04-26add USE_X11=yesgarbled2-2/+4
1999-04-17Make this work with egcs using the compilation notes providedmjl6-12/+61
by Sean Doran <smd@ebone.net>. Closes PR/6339.
1999-04-15Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" withtron2-6/+4
variable substituition of "MASTER_SITES" and "PATCH_SITES".
1999-04-14Remove unnecessary slash from master site list.tron3-6/+6
1999-04-14${LOCALBAASE}/bin/perl or bust.bad1-2/+2
1999-04-14Update to 1.5.2b2. If 1.5.2 docs are released before the freeze, great.tsarna4-8/+10
If not, these are still better than the 1.5.1 docs. XXX the issue of where HTML docs should be installed still needs to be resolved. Left the same for now.
1999-04-14RCSid and comment on patch.tsarna1-0/+4
1999-04-14Deal with our unusually long compiler version string.tsarna1-0/+11
1999-04-14Upgrade to 1.5.2tsarna9-2141/+57
1999-04-12Enable "smalleiffel", fixes PR pkg/7244 by Johnny C. Lam.jlam1-1/+2
1999-04-12smalleiffel-0.79 -- the GNU Eiffel compilerjlam12-0/+783
1999-04-10Use "BSD_INSTALL_..." instead of "INSTALL_..." in patches because thesetron3-9/+7
are always added to the "make" environment.
1999-04-10Add an enable gforth.simonb1-1/+2
1999-04-10gforth: A fast interpreter for the Forth language.simonb6-0/+207
Enabled only for i386 at the moment. It definitely doesn't work on mips, and I can't test anything else.
1999-04-08s/netbsd/${LOWER_OPSYS}/gagc5-284/+284
1999-04-08Install "Object.3" manual page as "Tcl_Object.3" to avoid conflicttron3-416/+426
with "lesstif" package in case *shudder* "xpkgwedge" is installed. Fixes PR pkg/7340 by John Darrow.
1999-04-07Make this package work on Solaris.agc1-1/+10
1999-04-07Add and enable egcs.agc1-1/+2
1999-04-07Import of egcs-1.1.2, the the experimental GNU compiler suite, for use onagc5-0/+341
Solaris only (this package is part of the base NetBSD system).
1999-04-05Thou shalt use "libtool".tron3-10/+338
1999-04-05Back out this change. The configuration file is obviously allright, it istron1-154/+0
"ical" that is broken.
1999-04-04bind MASTER_SITE_SUBDIRproff1-1/+2
1999-04-04add $NetBSD$proff1-1/+3
1999-04-04ucblogoproff1-1/+2
1999-04-04The perils of having to entertain a pushy 8 year old :)proff6-0/+456
1999-04-03Back out experimental change committed by mistake.tron1-2/+1
1999-04-03Fix shell escaping so that "tclConfig.sh" actually works.tron2-1/+156