summaryrefslogtreecommitdiff
path: root/textproc/hre/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-12Update hre to 0.9.8a. Should fix the build problem seen in sketch'sminskim1-3/+3
bulk build. Patch submitted by Lee Jae-Hong, the maintainer. Changes: - Support all metacharacters except character classes. - Build on Solaris.
2004-08-25Update hre to 0.9.8. Patch submitted by Lee Jae-Hong, the maintainer.minskim1-3/+3
Changes: - Follow POSIX ERE. - Add/improve test rule sets. - Support all meta characters except character classes.
2004-08-12Initial import of hre-0.9.7. Packaged by Lee Jae-Hong.minskim1-0/+18
HRE is a regular expression library for Korean. While most regex libraries support only per-syllable processing for Korean, HRE provides an extended grammar to specify phonemes in each syllable. It supports both KS X 1001 and Unicode charsets.