pkgsrc/lang
recht 034e24c59f update to mono 1.1.8
Patch provided by Jerome Laban. The patch also includes improved also includes
improved NetBSD support (implemented by Jerome).

Hi

mono 1.1.8:

Debugger

The Mono Debugger is being released in sync for the first time with the
Mono runtime. We need testers to try it out (the command line debugger
is called `mdb').

Windows.Forms

Here a toplevel list of all things new for 1.1.8 MWF:

DomainUpDown and NumericUpDown implemented First version with DataGrid
support (still incomplete) First version with MDI support (still
incomplete) Drag & Drop implemented for X11 and Win32 Clipboard
implemented for X11 and Win32 HelpProvider implemented ErrorProvider
implemented Cursor class completed ResXWriter and ResXReader completed
SWF.Timers now working properly A bunch of compatibility fixes Image I/O
now working on Win32 (this is actually in System.Drawing) Scaling,
Performance

Harinath has been fine tuning our Regular Expressions class library to
reduce allocations which translate into an increase in performance
(about 10% on the output match). Regexp.Replace will now be O(number of
$s in the replacement string) instead of O(length of replacement
string). The

The 1024 limit on Socket.Select is gone, Mono will now use poll when
available.

System.Web will consume less memory as well (Gonzalo).

Code Access Security

Sebastien's progress in this release:

AppDomain based sandboxes are supported (limited by #74411); Stack
propagation for async code, threads and SWF; Default policies (like
LocalIntranet, Internet...) are now supported; The new features allows
NRobot 0.20 (http://home.gna.org/nrobot/) to "work" (as much as the
permissions are currently present in the class libraries) on Mono 1.1.8
with a single modification (change the imperative assert in
NRobot/Engine/GameArena.cs to a declarative assert).

ASP.NET 2.x controls

Lluis completed various new controls for ASP.NET 2.x: ImageMap, Wizard,
SiteMapDataSource and SiteMapPath.

Reflection

Lluis added support for producing debugging information from
Reflection.Emit. This means that all the Reflection-based compilers and
VMs will be able to produce debugging information and have the Mono
debugger step through the code.

Packaging

mono-ikvm has been merged into mono-core. Should make it easier for
people to get ikvm

mono-nunit is back with the nunit stuff. Needed for mono-tools

Mono-shlib-cop

Jonathan Pryor has contributed this tool to assist developers that use
P/Invoke.

mono-shlib-cop is a tool that inspects a managed assembly looking for
erroneous or suspecious behavior of shared libraries.

The tool takes one or more assembly filenames, and inspects each
assembly specified.

The errors checked for include:

Does the shared library exist? Does the requested symbol exist within
the shared library? It also checks if a program uses shared libraries
that are part of a -devel package.

VB.NET

New on this release: late binding, decimal, named arguments, optiona
byrefs,

Mono.Unix

The Mono.Unix namespace will be replacing the old Mono.Posix in Mono 1.2
and is still under development. In this release cleanups continued and a
few new features are present.

Changes since the last release:

Removed types: MapAttribute, IncludeAttribute, ErrorMarshal,
ErrorMarshal.ErrorTranslator Removed
UnixMarshal.IsErrorDescriptionThreadSafe property Renamed LockFlags enum
to LockfCommand Removed StdioFileStream.FilePosition property and
replaced with RestoreFilePosition() and SaveFilePosition() methods
Renamed UnixConvert.ToFilePermissions(string) to
UnixConvert.FromOctalPermissionString(string) Additions

Syscall.execv(), Syscall.execve(), Syscall.execvp(), Syscall.fexecve()
Syscall.fcntl (int, FcntlCommand, DirectoryNotifyFlags) Syscall.mmap,
Syscall.munmap, Syscall.msync, Syscall.mlock, Syscall.munlock,
Syscall.mlockall, Syscall.munlockall, Syscall.mremap, Syscall.mincore,
Syscall.remap_file_pages Syscall.mkstemp Thread safety for "obvious"
exports from Stdlib, Syscall UnixConvert.ToOctalPermissionString,
UnixConvert.FromUnixPermissionString, UnixConvert.ToUnixPermissionString
UnixFileInfo uses stat(2) now, not lstat(2), so a UnixFileInfo created
on a symlink will give information about the target, not the link. Lots
of documentation added

JScript

Cesar implemented access to local variables in nested functions in
JScript.

Bug fixes, scalability

There are plenty of bug fixes, performance and scalability improvements
that are too detailed to list on the release notes.

mono 1.1.7: The Mono core is pretty much complete for the 1.2 release,
at this point we are only waiting for Windows.Forms to be completed
before we can ship it. At this point we are scheduled to release Mono
1.2 in September.

In the meantime, Mono development has fallen into two categories:

New code: Windows.Forms, libraries from the 2.x profile (ASP.NET 2,
ADO.NET 2), new compilers (JScript, Basic, C# 2.0). ie, non-core
components. New VM features: cross-platform register allocator, new
string collation framework, precise garbage collector. These are being
developed on either branches or on separate trees and do not affect
trunk. The above setup allows us to continue development without
interfering with the stability of Mono 1.1.x.

New I/O Layer

In Mono 1.1.7 we are including Dick Porter's new IO-Layer, which is
daemon-less. Before 1.1.7 Mono would always launch an auxiliary process
that would be used by multiple Mono programs to share information like:
global mutexes (named mutexes), file sharing status per-file, process
and thread status.

Mono no longer requires a separate shared process to provide the
previous features, this has significantly improved Mono's I/O
performance. Beagle is three times as fast indexing files and xsp
tripled its speed.

Http Client Interactions

In the past the HttpWebRequest could starve the ThreadPool and it would
lead to deadlocks as documented on our web site.

Gonzalo deployed a new implementation that does not have these problems
and can take advantage of Linux epoll or kqueue.

This code not only eliminated the potential deadlocks, but also improved
the client http throughput by avoiding unnecessary context switches.

Also ReadWriteTimeout is supported and Abort works properly now.

FreeBSD support

Thanks to Bill Middleton support for i386 FreeBSD (tested against 5.4
and 6.x-CURRENT) is now available.

Windows.Forms

Extensive progress on the Windows.Forms support code since the March
18th release. Jackson wrote a new double-buffering framework to bring
our implementation in line with the expected behavior.

Databinding is now supported on this release (simple and complex data
binding), not all controls are ready though, controls that support it:
ListBox, CheckedListBox and ComboBox (Jackson and Jordi).

Alexander Olk implemented the file dialogs and did various touch-ups to
other dialogs and widgets.

Complete widgets: ImageListStreamer (Jackson),

Prototype widgets: DataGrid widget and data container widgets (Jordi)
and RichTextBox (Peter)

ASP.NET

New ASP.NET 2.0 controls completed: ButtonField, DetailsView, FormView,
GridView, CheckBoxField, HyperlinkField, ImageField, TemplateField by
Lluis.

Implemented support for two-way bindings in ASP.NET, ObjectDataSource
and various improvements to the Menu control.

Gonzalo added support for code render syntax inside non-server tags,
ie., <span <%= (firefox) ? class="cool" : "" %>>

C# Compiler

Hari and Marek continue the work on making the compiler comply more
strictly to the C# specification. In some areas the compiler is faster,
and consumes less memory, but it also provides better error messages and
includes many new warnings that before were ignored.

Martin synchronized the generics compiler codebase with our main
compiler codebase. Also all bug reported on the generics compiler
(except two parsing errors) have now been fixed and the generics class
libraries have been modified to match the Beta2 libraries.

Marek implemented C# 2.0 conditional attributes and DefaultCharSet
attribute.

SSL/TLS

Many important fixes from Sebastien:

Fixed asynchronous operations; Fixed support for client-side
certificates; Performance enhancements; Security

Continued work on the CAS from Sebastien (--security flag).

Exposed more of the Mono.Security libraries as the .NET 2.x framework
includes more features.

New Assemblies.

The following assemblies are now functional:

System.Configuration.Install Written by Muthu Kannan and Harinath Raja.

System.ServiceProcess: Joerg Rosenkranz Completed the support and
implemented the service host daemon.

JavaScript

Cesar's effort on JScript continue, not the compiler implements:

Strict-Equality operators Eval RegularExpressionLiteral For-in statement
Custom constructors Increment/Decrement operators First-class functions
Plus bug fixing.

The JScript's runtime support now supports:

ArrayConstructor's CreateInstance function ArrayPrototype's join method
JSFieldInfo's GetValue and SetValue functions JScriptException's
constructor Initial implementation of LateBinding's CallValue and
SetIndexedPropertyValueStatic Basic Language

Manjula, Sudha and Ankit continued working on the Basic compiler and the
Basic runtime:

Implemented "End statement" Support "Exit Function" Support declaration
of decimal numbers. Support 'Or' argument of AttributeTargets in
AttributeUsage Conditional Constant Directives Support expressions for
directives Support Reference Parameter when parameters and arguments are
different The runtime now features late binding: it is 75% complete. It
works with sub, functions, properties and fields, arrays. Late binding
fit in well with simple expressions (like in conditional expressions and
arithmatic expressions).

Finally, there is support for default values using an attribute by
round-tripping and patching the runtime.

ADO.NET

SQLServer: Added support for Asynchronous command execution (Ankit and
Suresh).

Various disconnected mode improvements: loading datatables.

Mono.Posix assembly

There is a new UnixListener and UnixClient classes in the Mono.Unix
namespace.

Build System

Users will have to do make at least once in Mono before they can do make
in any directory.
2005-07-31 15:26:58 +00:00
..
a60 Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
awka Add RMD160 digests 2005-02-24 09:03:05 +00:00
baci Do not include malloc.h, which is not a standard header file. This makes 2005-06-24 22:44:58 +00:00
blackdown-jdk13 Rename BASENAME to BD_BASENAME to fix clashes with ${BASENAME} from pkgsrc/mk 2005-05-15 11:53:20 +00:00
blackdown-jre13 Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making 2005-07-15 18:27:48 +00:00
brandybasic Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making 2005-07-15 18:27:48 +00:00
bwbasic Removed trailing white-space. 2005-05-23 08:26:03 +00:00
caml-light Add RMD160 digests 2005-02-24 09:03:05 +00:00
ccsh Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
cdl3 Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
Cg-compiler Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
chicken Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
cim Remove some unnecessarily strong dependencies on perl that resulted 2005-07-16 19:10:37 +00:00
cint Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
classpath Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
classpath-gui Change path from devel/pkgconfig to devel/pkg-config. 2005-07-21 16:29:42 +00:00
clisp Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of 2005-06-17 04:49:45 +00:00
coq Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
cu-prolog Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
drscheme Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
dylan-compiler correct an oversight in last commit. 2004-10-06 11:23:01 +00:00
dylan-interpreter Remove some unnecessarily strong dependencies on perl that resulted 2005-07-16 19:10:37 +00:00
eag Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
eieio Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
elisp-manual Add RMD160 digests 2005-02-24 09:03:05 +00:00
elk Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
erlang Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
ezm3 Add DragonFly support; patch from Joerg Sonnenberger. Changes reviewed by 2005-06-05 09:47:16 +00:00
f2c Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making 2005-07-15 18:27:48 +00:00
focal Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
fort77 Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
gauche Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a 2005-05-31 10:01:36 +00:00
gawk Add -lgen to IRIX's LDFLAGS 2005-07-13 15:21:57 +00:00
gb Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
gcc Prevent paths to the build directories from being included in the package. 2005-06-24 17:04:00 +00:00
gcc-ssp Prevent paths to the build directories from being included in the package. 2005-06-24 17:17:51 +00:00
gcc3 Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
gcc3-ada Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
gcc3-c Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. 2004-12-03 15:14:50 +00:00
gcc3-c++ Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
gcc3-f77 Prevent paths to the build directories from being included in the package. 2005-06-19 00:10:45 +00:00
gcc3-java Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
gcc3-objc Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
gcc34 Prevent paths to the build directories from being included in the 2005-07-09 00:16:53 +00:00
gcc34-ada Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of 2005-06-17 04:49:45 +00:00
gforth Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ghc Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
gpc Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
gprolog Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
guile Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
guile14 Note that this is the old version of guile. 2005-07-19 19:01:03 +00:00
hugs Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
icon Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
inform Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
intercal Add RMD160 digests 2005-02-24 09:03:05 +00:00
ja-gawk Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be 2005-03-24 21:12:50 +00:00
japhar Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
jasmin Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
java-lang-spec Add RMD160 digests 2005-02-24 09:03:05 +00:00
java-vm-spec Add RMD160 digests 2005-02-24 09:03:05 +00:00
jbuilder-jit Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making 2005-07-15 18:27:48 +00:00
jdk Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
jdk-openjit Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
jikes Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
jini Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
joos Add RMD160 digests 2005-02-24 09:03:05 +00:00
js Added js-0.2.5. 2005-07-22 07:40:16 +00:00
kaffe Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
kaffe-esound whitespace nit 2004-10-17 15:32:57 +00:00
kaffe-x11 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
kali Add RMD160 digests 2005-02-24 09:03:05 +00:00
ksi Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
librep Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
libtcl-nothread Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
lua Make libraries link against libdl if it is available. This fixes PR 2005-06-07 03:52:10 +00:00
lua4 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
maude Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
mawk Fix the configure script to detect floor(3) correctly. This makes the 2005-06-30 05:57:38 +00:00
mercury Prevent paths to the build directories from being included in the package. 2005-07-12 21:33:17 +00:00
minischeme Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
mono update to mono 1.1.8 2005-07-31 15:26:58 +00:00
moscow_ml Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
mzscheme Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
nawk Remove the old tools framework and references to _USE_NEW_TOOLS. 2005-05-22 19:11:12 +00:00
nhc98 Reorder two include files to make it compile on big endian NetBSD 2005-06-24 23:58:17 +00:00
objc Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
ocaml Move some files that were mis-listed in PLIST into PLIST.opt. Those 2005-06-20 07:41:49 +00:00
onyx Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
oo2c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
opencobol Removed trailing white-space. 2005-05-23 08:26:03 +00:00
p2c Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
parrot Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
perl5 Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
pforth Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
php Not all OS have a ln(1) that only accepts one argument, so let's use two. 2005-06-14 01:35:09 +00:00
php5 Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a 2005-05-31 10:01:36 +00:00
pnet Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
pnetC Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
pnetlib Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
pnetlib-nox11 pnetlib without X11 support. 2004-01-12 17:16:43 +00:00
py-basicproperty Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
py-extclass Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
py-funge Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
py-html-docs Add RMD160 digests 2005-02-24 09:03:05 +00:00
py-psyco Reset MAINTAINER -- he stopped working on pkgsrc. 2005-07-27 16:21:16 +00:00
py-pyrex Removed trailing white-space. 2005-05-23 08:26:03 +00:00
py21-html-docs Add RMD160 digests 2005-02-24 09:03:05 +00:00
py22-html-docs Add RMD160 digests 2005-02-24 09:03:05 +00:00
py23-html-docs Reset MAINTAINER -- he stopped working on pkgsrc. 2005-07-27 16:21:16 +00:00
py24-html-docs Add RMD160 digests 2005-02-24 09:03:05 +00:00
python Prevent include of nonexisting file when the requested python version 2005-07-09 01:11:15 +00:00
python15 make the fcntl selftest recognize "netbsd3" so that the right 2005-07-29 13:27:26 +00:00
python20 make the fcntl selftest recognize "netbsd3" so that the right 2005-07-29 13:27:26 +00:00
python21 Fix PLIST on NetBSD>=2. 2005-05-29 11:18:35 +00:00
python21-pth Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
python22 make the fcntl selftest recognize "netbsd3" so that the right 2005-07-29 13:27:26 +00:00
python22-pth Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
python23 make the fcntl selftest recognize "netbsd3" so that the right 2005-07-29 13:27:26 +00:00
python23-nth Add devel/gettext-lib as dependency to avoid problems with the locale module not being built. 2005-07-03 19:49:06 +00:00
python23-pth Add devel/gettext-lib as dependency to avoid problems with the locale module not being built. 2005-07-03 19:49:06 +00:00
python24 make the fcntl selftest recognize "netbsd3" so that the right 2005-07-29 13:27:26 +00:00
python24-pth Add devel/gettext-lib as dependency to avoid problems with the locale module not being built. 2005-07-03 19:48:22 +00:00
rexx-imc Add RMD160 digests 2005-02-24 09:03:05 +00:00
rexx-regina Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
ruby depends should be ../../<category>/<pkg> 2005-07-19 10:01:15 +00:00
ruby-doc-stdlib Add "ruby" to CATEGORIES. 2005-03-29 13:31:40 +00:00
ruby16 Fix typo: s/tcltllib/tcltklib/. Thanks much for wiz. 2005-04-19 15:19:18 +00:00
ruby16-base Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ruby18 Fix depending packages' version. Thanks much for wiz notifying me. 2005-04-19 15:24:01 +00:00
ruby18-base Add fix for xmlrpc library security problem noted as 2005-06-23 16:54:47 +00:00
sablevm Removed trailing white-space. 2005-05-23 08:26:03 +00:00
sablevm-classpath Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
sablevm-classpath-gui Change path from devel/pkgconfig to devel/pkg-config. 2005-07-21 16:29:42 +00:00
sather Update HOMEPAGE. 2005-06-30 14:55:03 +00:00
sbcl Oops, missed this in the last commit to this package somehow... 2005-07-30 00:21:30 +00:00
scheme48 Updated scheme48 from 0.57 (four years old) to 1.2. Changes include many 2005-05-25 22:31:06 +00:00
scm Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
siod Sort. 2005-04-05 10:25:41 +00:00
smalleiffel Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
smalltalk Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
SmartEiffel Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of 2005-06-17 04:49:45 +00:00
smlnj Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
snobol Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making 2005-07-15 18:27:48 +00:00
squeak Remove mk/autoconf.mk and mk/automake.mk and replace their usage with 2005-06-01 20:07:59 +00:00
sr Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of 2005-06-17 04:49:45 +00:00
sr-examples Removed trailing white-space. 2005-05-23 08:26:03 +00:00
stalin Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
STk Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
sun-jdk13 Add RMD160 checksum. 2005-05-25 11:17:11 +00:00
sun-jdk14 Update sun-j*4 to 1.4.2_08, a bug fix release. 2005-04-18 15:39:04 +00:00
sun-jdk15 Update to Sun Java 2 version 1.5.0_04. 2005-07-21 18:23:16 +00:00
sun-jre13 Add RMD160 checksum. 2005-05-25 11:17:11 +00:00
sun-jre14 Add checksum for jce_policy-1_4_2.zip again. 2005-05-17 06:33:07 +00:00
sun-jre15 Update to Sun Java 2 version 1.5.0_04. 2005-07-21 18:23:16 +00:00
swi-prolog depends should be ../../<category>/<pkg> 2005-07-19 10:01:15 +00:00
swi-prolog-lite Removed trailing white-space. 2005-05-23 08:26:03 +00:00
swi-prolog-packages Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
tcl Changes 8.4.11: 2005-07-19 11:11:58 +00:00
tcl-expect Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
tcl-itcl Ensure that configure finds ar. 2005-05-25 18:23:46 +00:00
tcl-itcl-current As with tcl and tk, patch the itclConfig.sh file to contain the 2005-04-13 20:06:24 +00:00
tcl-otcl Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
tcl-tclX Note that gtar is required by the package. 2005-05-16 01:15:30 +00:00
tcl83 patch TCL_SRC_DIR and TK_SRC_DIR into tclConfig.sh and tkConfig.sh correctly 2005-04-13 20:41:03 +00:00
tinyscheme Update tinyscheme from version 1.33 to 1.35, to pick up bugfixes: 2005-03-24 16:30:45 +00:00
tk-expect Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
tk-tclX Note that gtar is required by the package. 2005-05-16 01:15:30 +00:00
twelf Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
ucblogo Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
umb-scheme Include float.h on Darwin to use DBL_MIN. 2005-07-02 03:29:07 +00:00
utilisp Removed trailing white-space. 2005-05-23 08:26:03 +00:00
vscm Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
vslisp Add RMD160 digests 2005-02-24 09:03:05 +00:00
win32-jdk Convert the Java related packages to use the alternatives system. To do 2005-01-30 23:18:37 +00:00
yabasic Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
yap Added YAP-4.4.4. 2005-07-20 13:08:15 +00:00
Makefile Add and enable js. 2005-07-22 09:10:23 +00:00