summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-01-13Set NO_MTREE, since we modify PREFIX, and don't want all sorts of emptyjwise1-1/+6
directories created under JAVA_HOME. Is there a cleaner way to do this?
2000-01-13An obsolete patch was still lurking around...jwise1-13/+0
2000-01-13Comment changejwise1-1/+2
2000-01-13Use new USE_JAVA support. This runs fine with either jdk or kaffe, but ↵jwise2-9/+16
currently cannot build with kaffe, which I am looking into.
2000-01-13Add a USE_JAVA= variable for packages which use java, and a PKG_JVM variablejwise1-1/+19
for users to choose their own JVM. USE_JAVA sets up DEPENDS and $JAVA_HOME appropriately, based on PKG_JVM. Currently sane values of PKG_JVM are `jdk' and `kaffe', where the default is `jdk' on NetBSD-*-i386, and `kaffe' elsewhere.
2000-01-13Make this pkg behave like any other (real) package:hubertf3-10/+21
allow building of a binary package and deinstallation (as advertized :)
2000-01-13Enable squeak.agc1-2/+2
2000-01-13Initial import of squeak, a full Smalltalk 80 with portability toagc5-0/+70
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-13updated Makefiles in regard to moved 'sc'-packagewiz2-3/+3
2000-01-13Depend on suse_linux>=6.1, not >=6.1p1.soren7-14/+14
2000-01-13add \ for "(", ")" in BROKEN.sakamoto1-2/+2
2000-01-13Upgrade the exmh package to version 2.1.1. Fixes PR 8929, from Steveagc8-846/+43
Bellovin. Many changes and bug fixes, summarised by Steve as follows: Changing options in exmh, and in particular clicking 'save', does bad things. The version of exmh in use is 2.0.2; 2.1.1 is the current version. 2.1.1 also has much better pgp support. Also new master site for distribution files, and all patches have been applied except one.
2000-01-13Update pngcrush to 1.3.3. Changes are:rh2-4/+4
Version 1.3.3: - Restored ability to enter gamma as a float even when floating point arithmetic is not enabled. Version 1.3.2: - Fixed "PNG_NO_FLOAING_POINT" typo in pngcrush.h - Renamed "dirname" to "directory_name" to avoid conflict with "dirname" that appears in string.h on some platforms. - #ifdef'ed out parts of the help screen for options that are unsupported.
2000-01-13Update to Afterstep-1.7.165fredb3-168/+49
Numerous bug fixes, too many to list. Some experimental patches backed out in preparation for a stable release. New "themes" menu and associated scripts, for installing themes, or to bundle your own. This is considered to be a "release candidate".
2000-01-13Use LDFLAGS to get ELF -Wl,-R stuff, and use USE_X11 to get X librarysimonb2-3/+5
paths.
2000-01-13added mminstance packagejonb1-1/+2
2000-01-13Add RCSID.simonb1-0/+1
2000-01-13Initial import of mminstance-1.8:jonb5-0/+26
Utility programs for creating instances of Multiple master fonts.
2000-01-13does compile client now on 1.4.1/i386/a.out, but still untested for lackwiz7-6/+147
of shareware WADs currently
2000-01-12Add and enable jakarta-tomcatjwise1-1/+2
2000-01-12Initial import of jakarta-tomcat-3.0, the Apache Project Servlet/Javajwise8-0/+441
Server Pages engine. This currently runs as a standalone http server with Servlet/JSP support, and will be usable with Apache Server if/when we have a mod_jserv package. I will look into that next, unless someone is already.
2000-01-12Update R to 0.90.1. Changes are tons of changes and bugfixes, toorh8-1323/+1913
numerous to list here (see http://cran.r-project.org/src/base/NEWS for more information).
2000-01-12Moved to math/sc/pkg/PLIST,vwiz1-8/+0
2000-01-12Moved from misc/sc/pkg/PLIST,vwiz1-0/+8
2000-01-12Moved to math/sc/pkg/DESCR,vwiz1-7/+0
2000-01-12Moved from misc/sc/pkg/DESCR,vwiz1-0/+7
2000-01-12Moved to math/sc/pkg/COMMENT,vwiz1-1/+0
2000-01-12Moved from misc/sc/pkg/COMMENT,vwiz1-0/+1
2000-01-12Moved to math/sc/patches/patch-ac,vwiz1-31/+0
2000-01-12Moved from misc/sc/patches/patch-ac,vwiz1-0/+31
2000-01-12Moved to math/sc/patches/patch-ab,vwiz1-18/+0
2000-01-12Moved from misc/sc/patches/patch-ab,vwiz1-0/+18
2000-01-12Moved to math/sc/patches/patch-aa,vwiz1-138/+0
2000-01-12Moved from misc/sc/patches/patch-aa,vwiz1-0/+138
2000-01-12Moved to math/sc/files/patch-sum,vwiz1-5/+0
2000-01-12Moved from misc/sc/files/patch-sum,vwiz1-0/+5
2000-01-12Moved to math/sc/files/md5,vwiz1-3/+0
2000-01-12Moved from misc/sc/files/md5,vwiz1-0/+3
2000-01-12Moved to math/sc/Makefile,vwiz1-13/+0
2000-01-12Moved from misc/sc/Makefile,vwiz1-0/+13
2000-01-12oops - remove debugging codeabs1-3/+2
2000-01-12Enable ns-remoteabs1-1/+2
2000-01-12ns-remote 1.1 - remote-control Netscape Navigator and Communicatorabs9-0/+141
2000-01-12add t1utils packagejonb1-1/+2
2000-01-12initial import of new t1utils-1.14 package:jonb5-0/+33
Utility programs for dealing with Postscript Type 1 font files
2000-01-12Allow newer versions of SuSE Linux libraries.soren1-2/+2
2000-01-12Initial import of xpmicons-1.0.garbled5-0/+7684
a huge collection of icons for any windowmanager.
2000-01-11The distfile changed on the master site, adjust.hubertf1-3/+3
(Distfile on the ftp server was removed also)
2000-01-11properly handle sbrk prototypehubertf2-0/+16
2000-01-11it seems this package wants perl to buildhubertf1-2/+3