summaryrefslogtreecommitdiff
path: root/www/p5-HTML-Format
AgeCommit message (Collapse)AuthorFilesLines
2017-06-05Recursive revbump from lang/perl5 5.26.0ryoon1-2/+2
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-1/+2
2016-04-15Update p5-HTML-Format to 2.12.wiz2-10/+12
2.12 2015-10-10 17:49:45+01:00 Europe/London - Minor test related fixes - Transition to using File::Slurper in place of File::Slurp Thanks to Karen Etheridge for the patch - Add Travis CI integration
2015-11-04Add SHA512 digests for distfiles for www categoryagc1-1/+2
Problems found locating distfiles: Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2 Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-10-09Remove SVR4_PKGNAME, per discussion on tech-pkg.wiz1-2/+1
2014-05-29Bump for perl-5.20.0.wiz1-1/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2014-02-23Update to 2.11wen2-7/+9
Add LICENSE Add BUILD_DEPENDS for test Upstream changes: 2.11 2013-10-27 20:57:23 Europe/London - Typo fixes from dsteinbrunner https://github.com/nigelm/html-format/pull/2 - Markdown support from mrallen1 https://github.com/nigelm/html-format/pull/1
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-03-02Reset maintainer to "pkgsrc-users@NetBSD.org".tron1-2/+2
2012-10-28Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2011-08-06Update "p5-HTML-Format" package to version 2.10. Changes since version 2.04:tron2-8/+8
- Tests reworked to not use subtests. Development versions of Test::More do not support subtests, and the smokers that are running with these dev versions then send me confusing test failures. This is a pain. - Reworking of HTML quote issue in FormatPS - Now remap all double quotes to " in FormatPS (which is not really right, but the best I can do with latin1 output) - RT#69426 - issues with HTML quotes - UTF8 handling requires perl 5.8, so minimum requirement bumped - Release unchanged except for version number after a period to see if test release threw up any issues... - Code gardening - no functionality modifications - includes:- - Moved old DEBUG framework to Smart::Comments - Ensured variables are declared my as much as possible - Ensure strict/warnings used as far as possible - use base rather than playing games with @ISA - Changes above enforce a requirement of perl 5.6.1 - Robo-reformatted by perltidy - Stripped function prototypes where used - Passes standard perl critic with one exclusion - Tweaks for comprehensibility - splitting sections etc - Smoke tests on windows showed needed make PS tests less strict - Changed the github location to be all lowercase - Releasing this as a stop gap - will do further work now incompatibilities dealt with - Added dependancies for font metrics files - Documentation tidy up - but needs further work - new TRIAL release - intend to push this as full release if OK - Git conversion - Dist::Zilla conversion - RT#54636 - UNIVERSAL::Can deprecated - RT#56278 - RTF formatting parameters ignored by new - Start of a new test harness - TRIAL release pushed out. Aiming to improve docs and maybe hit rest of RT queue before a full release.
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-2/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. 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=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-2/+2
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-06-20Add DESTDIR support.joerg1-3/+4
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2006-07-16Added empty USE_LANGUAGES (no compiler needed).heinz1-1/+2
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 checksums.wiz1-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-12-05Update p5-HTML-Format from version 2.03 to 2.04.he2-5/+5
Change log: 2004-06-01 Sean M. Burke <sburke@cpan.org> Release 2.04 -- just cosmetic doc changes Also, bumping all the version numbers up to 2.04 just for fun.
2004-04-25Bl3ify and enable pkgviews installation.minskim1-2/+4
2004-01-18Update to 2.03.heinz2-7/+8
Changed MAINTAINER to myself. Added HOMEPAGE. Changes since 1.23: 2002-11-22 Sean M. Burke <sburke@cpan.org> Release 2.03 -- minor bugfix The lack of \plain's in HTML::FormatRTF's output was confusing some formatters. Fixed. 2002-11-16 Sean M. Burke <sburke@cpan.org> Release 2.02 -- minor bugfix No big bug reports on the previous version, so maybe it's not so experimental after all! Changed the set_version_tag method in HTML::Formatter to avoid some undef warnings that "James W. Durkin" <jwd@phonogram.net> found. 2002-11-07 Sean M. Burke <sburke@cpan.org> Release 2.01 - experimental major version change Added HTML::FormatRTF. Lots of internal changes to HTML::FormatPS and HTML::Formatter. Added format_file and format_string methods to HTML::Formatter. Lots of little tidying up in the docs. 2002-10-29 Sean M. Burke <sburke@cpan.org> Release 1.24 Just taking it over from Gisle, and releasing this to make sure CPAN et al register this change.
2003-07-22COMMENT 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-27Use buildlink2. Use perl5/module.mk.seb1-6/+3
2002-07-16Finish move of converters/ttf2pt1, print/p5-Font-AFM, and print/ttftot42wiz1-2/+2
to fonts category.
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam1-2/+3
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-01Move 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-2/+3
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-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-12-04A perl formatter for outputting to other formats of text.tv5-0/+37