2009-05-21 14:14:26 by Jens Rehsack | Files touched by this commit (2) |
Log message:
pkgsrc changes:
- Updating package for p5 module Text::Context::EitherSide from 1.3nb1
to 1.4
- Setting artistic-2.0 as license
Upstream changes:
1.4 Mon May 4 13:22:08 EEST 2009
- Relicense as AL2.0
|
2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179) |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
|
2008-07-20 18:09:35 by Klaus Heinz | Files touched by this commit (23) |
Log message:
Roman Kulik cannot maintain those packages anymore (he told me in
private mail some months ago).
|
2008-06-12 04:14:58 by Joerg Sonnenberger | Files touched by this commit (1134) |
Log message:
Add DESTDIR support.
|
2007-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980) |
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
|
2006-04-17 17:15:25 by Min Sik Kim | Files touched by this commit (4) | |
Log message:
Import p5-Text-Context-EitherSide from pkgsrc-wip. Packaged by Roman Kulik.
Suppose you have a large piece of text - typically, say, a web page or
a mail message. And now suppose you've done some kind of full-text
search on that text for a bunch of keywords, and you want to display
the context in which you found the keywords inside the body of the
text.
A simple-minded way to do that would be just to get the two words
either side of each keyword. But hey, don't be too simple minded,
because you've got to make sure that the list doesn't overlap. If you
have
the quick brown fox jumped over the lazy dog
and you extract two words either side of ``fox'', ``jumped'' and
``dog'', you really don't want to end up with
quick brown fox jumped over brown fox jumped over the the lazy dog
so you need a small amount of smarts. This module has a small amount
of smarts.
|