2009-08-17 23:00:01 by Alistair G. Crooks | Files touched by this commit (1) |
Log message:
Update tre to version 0.7.6:
A huge thankyou to Ville Laurikari for changing the license on tre to
be a two clause BSD license:
Version 0.7.6
- The license is changed from LGPL to a BSD-style license. The new
license is essentially the same as the "2 clause" BSD-style
license used in NetBSD. See the file LICENSE for details.
- No longer using gnulib due to potential license conflicts.
- Bug fixes.
Take maintainership of this package.
|
2009-08-17 22:58:26 by Alistair G. Crooks | Files touched by this commit (1) |
Log message:
Update tre to version 0.7.6:
A huge thankyou to Ville Laurikari for changing the license on tre to
be a two clause BSD license:
Version 0.7.6
- The license is changed from LGPL to a BSD-style license. The new
license is essentially the same as the "2 clause" BSD-style
license used in NetBSD. See the file LICENSE for details.
- No longer using gnulib due to potential license conflicts.
- Bug fixes.
Take maintainership of this package.
|
2009-07-17 20:00:26 by Adrian Portelli | Files touched by this commit (126) |
Log message:
Give up MAINTAINER
|
2009-07-02 13:43:38 by Geert Hendrickx | Files touched by this commit (1) |
Log message:
Include agrep in DESCR.
|
2009-07-02 13:42:17 by Geert Hendrickx | Files touched by this commit (2) |
Log message:
Build and install agrep (approximate grep), too. Ok adrianp.
|
2009-06-14 19:49:18 by Joerg Sonnenberger | Files touched by this commit (454) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-05-18 08:40:59 by Alistair G. Crooks | Files touched by this commit (1) |
Log message:
Use INSTALLATION_DIRS to create the directory
|
2009-05-18 08:33:20 by Alistair G. Crooks | Files touched by this commit (2) |
Log message:
Also install the html docs for tre's API and its regexp syntax
Bump PKGREVISION to 5
Add licensing info
|
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
2008-01-05 22:53:37 by Roland Illig | Files touched by this commit (1) |
Log message:
Removed options.mk, since it is not included anymore.
|