summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
1999-08-24"bison" is only required at build time.tron1-2/+2
1999-08-19Install the postscript documentation that is distributed with thisagc4-28/+56
package.
1999-08-18Remove redundant EXTRACT_SUFX definitionagc1-2/+1
1999-08-18Update (long overdue) to Hugs 98, May 1999 version.nathanw3-128/+67
1999-08-17Make PLIST consistent with both ELF and a.out shared libsdrochner2-10/+16
(problem reported by David Brownlee <abs@anim.dreamworks.com>). Unfortunately this requires an evil hack to avoid bad interactions with the "Automatic ELF shared object handling". (it would delete files and replace by dead links)
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-08-17Update to ruby-1.4.0.sakamoto6-120/+110
1999-08-16Generalise PLIST by using ${MACHINE_GNU_PLATFORM}agc1-77/+77
1999-08-13Fix the PLIST in the solaris caseabs1-1/+11
1999-08-13Substitute for ${PKGNAME} when generating the PLIST files.agc1-2/+2
1999-08-07update to 1.0b4drochner15-245/+85
1999-08-06Add a patch to generalise the manual page's use of /usr/local to beagc3-2/+59
${PREFIX}. Also reflect the fact that the latest version of siod is 3.4, not 3.2.
1999-08-06Make this package work on Solaris.agc1-1/+8
1999-08-06Add and enable siod.agc1-1/+2
1999-08-06Initial import of SIOD 3.4, Scheme in One Day/Defun, a small-footprintagc8-0/+170
implementation of the Scheme programming language, into the NetBSD packages collection. This package as marked as being only for Solaris at the moment because it is, as yet, untested on NetBSD.
1999-08-02Provide a default value for "ZOULARIS"agc1-2/+3
1999-07-21Add ELF -rpath incantations.mjl3-14/+23
1999-07-20add a patch from the scwm people -- won't be needed in the next guile release.perry1-0/+15
1999-07-20add patch-abperry1-1/+2
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