summaryrefslogtreecommitdiff
path: root/lang/sather
AgeCommit message (Collapse)AuthorFilesLines
2004-03-08Enable tk84 and replace x11/tk with x11/tk83. Packages compatibleminskim1-2/+2
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-07Remove info files entries from PLIST.seb2-47/+72
While here replace ad hoc substing with subst.mk framework. Don't install manpages twice. Fix missing PLIST entries. Bump PKGREVISION.
2004-01-27Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248heinz1-2/+2
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-13Make this package compile when using gcc 3.3.kristerw4-1/+57
2004-01-13Homepage has moved.kristerw1-2/+2
2003-09-02Fix REPLACE_PERL: pathnames listed should be relative to ${WRKSRC}.seb1-2/+2
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-07I don't quite understand why this 'rm -rf' had been put inseb1-3/+1
post-install target. Putting it in post-build instead does fix some PLIST issues. Correct me if I'm wrong.
2003-07-06Convert to USE_NEW_TEXINFO.seb2-9/+4
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.
2003-05-22Bump PKGREVISION due to boehm-gc update to 6.2alpha5. This version fixesjmmv1-2/+2
a problem introduced in the 6.2alpha4 package.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-04-29Fix use of _OPSYS_RPATH_NAME causing broken compiler.jtb7-55/+47
Bump PKG_REVISION.
2003-03-10Needs -Wl,-R (or the equiv) when linking libgc. Pass _OPSYS_RPATH_NAME in ↵jmc4-8/+9
and use that accordingly.
2002-09-23buildlink1 -> buildlink2jlam1-15/+20
2002-05-09Don't bother using EVAL_PREFIX to find the prefices of boehm-gc, tclagc1-17/+9
or tk, since they are all installed into ${LOCALBASE}. Weakly buildlink-ify this package. When installing, install the files from ${WRKSRC} into ${PREFIX} and then change the ownership, rather than doing it the other way around. This allows non-root users to "make clean" in the package directory.
2002-05-04Initial import of sather.jtb27-0/+960
Sather is an object oriented language which designed to be simple, efficient, safe, and non-proprietary. It aims to meet the needs of modern research groups and to foster the development of a large, freely available, high-quality library of efficient well-written classes for a wide variety of computational tasks. It was originally based on Eiffel but now incorporates ideas and approaches from several languages. One way of placing it in the "space of languages" is to say that it attempts to be as efficient as C, C++, or Fortran, as elegant and safe as Eiffel or CLU, and to support higher-order functions as well as Common Lisp, Scheme, or Smalltalk. Sather has garbage collection, statically-checked strong typing, multiple inheritance, separate implementation and type inheritance, parameterized classes, dynamic dispatch, iteration abstraction, higher-order routines and iters, exception handling, assertions, preconditions, postconditions, and class invariants. Sather code can be compiled into C code and can efficiently link with C object files.