Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1998-09-07 | Patch Makefile.in so that any installation of the same version is done | agc | 1 | -0/+16 | |
over the top, without deleting existing files - the package collection will deal with any collisions etc. Make sure this is not an INTERACTIVE package. | |||||
1998-09-06 | Add missing rcs id. | frueauf | 1 | -0/+2 | |
1998-09-06 | Add and enable "clisp", fixes PR pkg/6111. | tron | 1 | -1/+2 | |
1998-09-06 | New "clisp" package created by Martin J. Laubach: | tron | 6 | -0/+138 | |
CLISP, a Common Lisp implementation. | |||||
1998-09-02 | Put the distribution archive and all the patches into a sub directory. | tron | 2 | -27/+28 | |
1998-08-26 | Automatically append HOMEPAge to DESCR files, and remove homepage URLs | tsarna | 2 | -5/+0 | |
from individual DESCR files that had them. | |||||
1998-08-26 | better HOMEPAGE, remove from DESCR | tsarna | 2 | -4/+3 | |
1998-08-26 | Better HOMEPAGE, remove from DESCR | tsarna | 2 | -5/+2 | |
1998-08-25 | Back out previous. Go back to f2c-f77. | tv | 2 | -7/+7 | |
1998-08-25 | Rename f2c-f77 back to f77. (Leave CONFLICTS= line as the old | tv | 2 | -7/+7 | |
egcs-current pkg did have a conflict.) | |||||
1998-08-25 | Nuke egcs-current. NetBSD-current has egcs, and earlier releases will | tv | 9 | -412/+1 | |
have "cross" pkgs appearing shortly. | |||||
1998-08-25 | Update to the f2c package, from Dan McMahill (mcmahill@mtl.mit.edu). | agc | 12 | -54/+258 | |
Fixes PR pkg/6026. Modified slightly by me, to add NetBSD RCS Ids to patches, along with a minimalist comment about each patch, and also modified the top-level Makefile to use mkdir, rather than install -d (install -d was clobbering directory permissions on ${PREFIX}/{bin,lib,include}). | |||||
1998-08-23 | Add missing / to HOMEPAGE URL. | frueauf | 1 | -2/+2 | |
1998-08-20 | The Grand Homepagification: | tsarna | 17 | -19/+36 | |
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section. | |||||
1998-08-15 | Configure uses ${PREFIX} so pass it in the environment. | kim | 1 | -1/+2 | |
(Or was it our patch only that introduced it -- then it might need to be ${prefix} in patches/patch-aa instead). In any case, this fix works (now gdbm is found if it is already installed as a package). | |||||
1998-08-12 | Comment things out with "#", not ":". | hubertf | 1 | -5/+5 | |
(fixes PR 5953 by jbernard@ox.mines.edu) | |||||
1998-08-07 | Add NetBSD RCS Ids. | agc | 19 | -0/+38 | |
1998-08-07 | Don't check for Configure input coming from a tty. | agc | 1 | -3/+18 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 107 | -0/+220 | |
1998-08-07 | Enable STk and xcolorsel. | ross | 1 | -2/+2 | |
1998-07-26 | Add glob-style wildcards to ONLY_FOR_ARCHS. | tv | 1 | -2/+2 | |
1998-07-25 | Add "-Uunix -Dunix" to CPPFLAGS as inspired by Tim Rightnour in PR 5843. | tv | 1 | -2/+3 | |
1998-07-24 | Update to use USE_LIBTOOL. | tv | 1 | -5/+3 | |
1998-07-22 | Follow the suggestion of the maintainer and put the distfile into | frueauf | 2 | -8/+6 | |
MASTER_SITE_LOCAL cause the original archive is created "on the fly" and will be different as soon f2c gets changed. | |||||
1998-07-22 | OPSYS will be defined in bsd.prefs.mk, so no need to redefine it here. | agc | 1 | -9/+3 | |
OPSYS will also be substituted automatically when creating the contents list from the PLIST, so no need to substitute it explicitly here. | |||||
1998-07-21 | Correct the name of the conflicting package. | agc | 1 | -2/+2 | |
1998-07-21 | Add and enable f2c. | agc | 1 | -1/+2 | |
1998-07-21 | Addition of f2c, the Fortran to C translator/compiler, to the NetBSD | agc | 14 | -0/+273 | |
packages collection. This is based on the 1998/05/16 version of f2c, and was submitted by Dan McMahill in PR pkg/5735. I modified some patches to contain the correct pathnames. | |||||
1998-07-21 | Remove hardcoded Operating system name, version, and machine architecture | agc | 2 | -13/+28 | |
from the PLIST. | |||||
1998-07-21 | Update scheme48 to 0.51, inspired by pr 5808 from Jon Buller. | frueauf | 4 | -7/+20 | |
1998-07-17 | Modify to use pkg'd libtool instead of private copy. Give it proper | tv | 4 | -22/+35 | |
INSTALL_* macros in configure instead of patching around them. Remove aclocal directory if this is the last pkg using it. Portlint: reformat DESCR to <80 columns. | |||||
1998-07-16 | Update kaffe to the first release of "Kaffe OpenVM" version 1.0.b1. | frueauf | 8 | -98/+79 | |
This version does no longer use any code from Javasoft(tm). XXX although the authors claim it works on several NetBSD architektures XXX I suspect it currently only works on i386, because they insist on XXX having a trampoline.c which is only present for i386. XXX I did set "ONLY_FOR_ARCHS=i386 sparc alpha m68k mips arm32" to give XXX people a try to feedback if it works or not. | |||||
1998-07-15 | Use automatic shared object handling | agc | 1 | -3/+1 | |
1998-07-15 | Use automatic shared object handling | agc | 6 | -19/+6 | |
1998-07-11 | Forgot portlint. Also, should have credited tron for patchfiles | tsarna | 1 | -6/+3 | |
idea in last. | |||||
1998-07-11 | Two changes: | tsarna | 18 | -880/+69 | |
- Use -fPIC instead of -fpic (latter breaks py-Numeric on sparc). Suggested by tv@netbsd.org. This is inherited by most py-* packages. Change sent to guido@cnri.reston.va.us. - Remove official patches from patches dir. Use PATCHFILES mechanism instead to get them from www.python.org. | |||||
1998-07-04 | Update for new FTP site. | mycroft | 1 | -2/+2 | |
1998-07-02 | Remove a bunch of stuff, including the FreeBSD credit. | perry | 1 | -9/+1 | |
(I replaced literally every line in the package, eliminated all their patches, and had to re-generate the PLIST by hand, so it isn't really theirs any longer. Had I realized how much had changed I would have started from scratch...) | |||||
1998-07-02 | STk: A scheme interpreter with full access to the Tk graphical package. | perry | 6 | -0/+477 | |
1998-07-02 | activate guile | perry | 1 | -2/+2 | |
1998-07-02 | initial commit of Guile, GNU's Ubiquitous Intelligent Language for Extension | perry | 7 | -0/+151 | |
1998-06-27 | Update package to version 9.3.1 and make it work on alpha. Update supplied | tron | 55 | -407/+561 | |
by Tim Rightnour in PR pkg/5621. | |||||
1998-06-23 | Enable jdk. | agc | 1 | -2/+2 | |
1998-06-23 | Addition of version 1.1.5b1 of the Java(TM) Development Kit to the | agc | 5 | -0/+770 | |
packages collection. This was ported by Simon Gerraty, uses Sun's green threads implementation, and is based on the FreeBSD port. Currently, this is only for the i386 architecture. | |||||
1998-06-22 | Update package Makefiles for automatic manual page handling. | agc | 12 | -179/+12 | |
1998-06-15 | Update to 19980608, and add option to make use of the "bootstrap" | tv | 3 | -64/+70 | |
(actually, "bootstrap-lean") make target. | |||||
1998-06-11 | The distfile on the master site keeps getting updated, and it has no | agc | 1 | -2/+2 | |
version number. To avoid downloading a distfile which will fail the checksum stage, retrieve the correct version of the distfile from MASTER_SITE_BACKUP, aka ftp.netbsd.org | |||||
1998-06-07 | Add and enable py-html-docs. | frueauf | 1 | -1/+2 | |
1998-06-07 | Initial addition of the HTML Documentation for Python 1.5.1. | frueauf | 5 | -0/+34 | |
Fixes pr 5540 by Ty Sarna. | |||||
1998-06-05 | portlint: add @comment with NetBSD Id. | frueauf | 1 | -0/+1 | |