pkgsrc/devel/jam
schmonz 5c46d8830f Update to the 2.5 release. The previous version in pkgsrc was
actually 2.5rc1. From the changelog:

* Jam 2.5 is merely Jam 2.5rc3 of April 2003 with the rc3
    moniker removed.)

* Using SubDir to include a subpart of an SubDir tree now works.
    Previously, you could only include the root of another SubDir
    tree. This example includes the ../server/support/Jamfile,
    without getting confused as to the current directory:

        SubDir ALL src builds ;
        SubInclude ALL src server support ;

* Undocumented support for SUBDIRRULES, user-provided rules to
    invoke at the end of the SubDir rule, and SUBDIRRESET, SUBDIR
    variables to reset (like SUBDIRC++FLAGS, SUBDIRHDRS, etc) for
    each new SubDir.

* Remove NT FQuote rule, as, \" is required to pass quotes on the
    command line.

* Remove temp .bat files created on NT. They used to all have the
    same name and get reused, but with 2.5 the names were salted
    with the PID and they would litter $TEMP. Now they get removed
    after being used.

Set DIST_SUBDIR since Perforce seems to make a habit of updating
distfiles without changing filenames. (This occurrence spotted by
Lars Nordlund.) The zip file no longer extracts into a subdir; set
WRKSRC accordingly.

Bump PKGREVISION.
2004-09-04 13:56:46 +00:00
..
DESCR Update to 2.5. Selections from the changelog: 2004-07-07 19:40:04 +00:00
distinfo Update to the 2.5 release. The previous version in pkgsrc was 2004-09-04 13:56:46 +00:00
Makefile Update to the 2.5 release. The previous version in pkgsrc was 2004-09-04 13:56:46 +00:00
PLIST