Commit graph

17 commits

Author SHA1 Message Date
wiz
366e7418f8 Update to 1.13:
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-11-23 22:14:52 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
c71cac836a Add RMD160 digests to the SHA1 ones. 2005-02-24 14:48:39 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
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-12-20 11:30:55 +00:00
snj
65a932dba9 Convert to buildlink3. 2004-05-04 23:46:36 +00:00
martti
a6f1375adb COMMENT should start with a capital letter. 2003-07-21 17:27:24 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
seb
ba5fec85c0 buildlink1 -> buildlink2
Use perl5/module.mk
2002-10-02 15:28:55 +00:00
jlam
cc4128d97e Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26 06:49:36 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
veego
63ad910dee SVR4 packages have a limit of 9 chars for a package name.
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-10-18 15:20:01 +00:00
skrll
88af130dfa Move to sha1 digests, and add distfile sizes. 2001-04-20 15:04:54 +00:00
agc
bbc67fac91 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:53:33 +00:00
jtb
3e83f021f6 Initial import of p5-Text-Autoformat.
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.
2001-04-16 18:30:53 +00:00