Sun Nov 21 18:22:26 2004 Ville Laurikari <vl@iki.fi> * Released tre-0.7.1. Sat Nov 20 10:10:12 2004 Ville Laurikari <vl@iki.fi> * src/agrep.c: Added the --delimiter-after command line option. It can be used to output the record delimiter after the matching record when a custom delimiter regex has been given instead of before the matching record, which is the default. * src/agrep.c: Added the --color (and --colour) command line option. It highlights the matching part of the text with a color code from the GREP_COLOR environment variable, or red by default. * src/agrep.c: Made some changes which hopefully make agrep faster in certain conditions. * win32/tre.def: Added reguexec. Sun Nov 7 17:26:54 2004 Ville Laurikari <vl@iki.fi> * Makefile.am: Fixed to include all files under the python directory to distributions. * lib/*: Divided tre-compile.c to several smaller files, to make things easier to maintain. * doc/agrep.1.in: Added this man page for agrep.
19 lines
502 B
Makefile
19 lines
502 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2005/03/25 10:02:03 adrian_p Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
TRE_BUILDLINK3_MK:= ${TRE_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= tre
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ntre}
|
|
BUILDLINK_PACKAGES+= tre
|
|
|
|
.if !empty(TRE_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.tre+= tre>=0.7.2
|
|
BUILDLINK_PKGSRCDIR.tre?= ../../wip/tre
|
|
BUILDLINK_DEPMETHOD.tre?= build
|
|
.endif # TRE_BUILDLINK3_MK
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|