summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Autoformat
AgeCommit message (Collapse)AuthorFilesLines
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-11-23Update to 1.13:wiz2-9/+10
1.07 Wed Apr 2 04:45:05 2003 - Tweaked pod to remove invalid markup - Fixed left justification of last line of fully justified text (thanks Elias) - Devolved &from and &tag to Text::Reform - Fixed incorrect handling of stringifiable objects (thanks dLux) - Fixed bugs on null input (now short-circuits) - Fixed unwarranted trimming of trailing newlines (thanks Mark) - Added C<renumber> option to control renumbering - Preserved capitalization of abbreviations under case changes (thanks Alex) - Added "autocentre" flag to switch off auto-centring of paras - Added "ignore" flag to control which paragraphs are reformatted (thanks Tony) 1.08 Wed Apr 2 22:30:05 2003 - Simplified test.pl 1.10 Wed Apr 9 08:49:51 2003 - Fixed test.pl again!!! 1.11 Wed May 7 09:44:26 2003 - Enhanced "highlight" casing mode (thanks Tom) - Made hyphenation smarter (thanks Raj) 1.12 Tue May 27 23:34:33 2003 - Now honours -- mail sig introducer (stops formatting that that point) - Now ignores mail headers - Added exportable &ignore_headers for when using in user-defined "ignore" subs - Now handles of embedded HTML entities (thanks David) - Added call to C<use utf8> for 5.6 compatibility (thanks Paolo) - Restricted normal numbering to the range 0-999 to prevent false numbering caused by a year (like 1999) at the start of a line (like this) - Fixed subtle bug with words starting with "ps-" being treated as post scripts (thanks Rashid!) 1.13 Wed May 4 22:44:20 2005 - Added sample config files for emacs and vim - Extended allows "Name>" quoters to "Name_1>" (thanks Simon) - Fixed weird behaviour of "(e.g. at start of line" (thanks Tim) - Fixed handling of mail headers by adding "mail" option (thanks Struan) - Fixed bug in quoters (thanks Steve) - Added a C<lists> option to turn off special treatment of apparent lists (thanks Ingvar)
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
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-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-05-04Convert to buildlink3.snj1-2/+2
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-10-02buildlink1 -> buildlink2seb1-6/+3
Use perl5/module.mk
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam1-3/+4
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-1/+1
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego1-1/+2
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-04-20Move to sha1 digests, and add distfile sizes.skrll1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-16Initial import of p5-Text-Autoformat.jtb4-0/+27
Text::Autoformat provides intelligent formatting of plaintext. It also supplies a replacement for the built-in perl format()'ing mechanism. It recognizes Internet quoting conventions, bulleting and numbering, and allows for inter-word and inter-paragraph spatial adjustments, text justification, and various capitialization schemes. Provided by Nathan Ahlstrom <nrahlstr@winternet.com> in PR #12636.