summaryrefslogtreecommitdiff
path: root/textproc/hre
AgeCommit message (Collapse)AuthorFilesLines
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-2/+4
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-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-12Update hre to 0.9.8a. Should fix the build problem seen in sketch'sminskim2-6/+6
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.minskim2-6/+6
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.minskim5-0/+52
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.