aboutsummaryrefslogtreecommitdiff
path: root/print/fpdf/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Upgrade to 1.81 (a)Thierry Thomas2018-05-111-6/+10
| | | | | | | | | | | - Define the license - Release maintainership. Reported by: jason (at) ixsystems.com Notes: svn path=/head/; revision=469651
* These ports now build on powerpc64.Mark Linimon2017-04-101-2/+0
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=438123
* many ports: mark broken on powerpc64Steve Wills2016-04-211-0/+2
| | | | Notes: svn path=/head/; revision=413746
* - Don't cat pkg-message from MakefilesDmitry Marakasov2015-05-271-5/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=387529
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-07-171-1/+1
| | | | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories P-S. CR: D422 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=362126
* Remove NOPORTDOCS.Adam Weinberger2014-07-041-2/+2
| | | | Notes: svn path=/head/; revision=360669
* Convert to USES=dos2unixBaptiste Daroussin2014-05-261-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=355292
* Tarball has been rerolled with the same version number.Thierry Thomas2013-10-161-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | The only change is a CSS file : diff -urN fpdf17.orig/fpdf.css fpdf17/fpdf.css --- fpdf17.orig/fpdf.css 2008-06-08 20:45:41.000000000 +0200 +++ fpdf17/fpdf.css 2008-07-19 15:04:48.000000000 +0200 @@ -1,6 +1,6 @@ body {font-family:"Times New Roman",serif} h1 {font:bold 135% Arial,sans-serif; color:#4000A0; margin-bottom:0.9em} -h2 {font:bold 100% Arial,sans-serif; color:#900000; margin-top:1.5em} +h2 {font:bold 95% Arial,sans-serif; color:#900000; margin-top:1.5em; margin-bottom:1em} dl.param dt {text-decoration:underline} dl.param dd {margin-top:1em; margin-bottom:1em} dl.param ul {margin-top:1em; margin-bottom:1em} Since I'm there, "stagify". PR: ports/183010 Submitted by: marino Notes: svn path=/head/; revision=330541
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | print) Notes: svn path=/head/; revision=327765
* Upgrade to 1.7.Thierry Thomas2012-02-051-13/+6
| | | | | | | | | | Changelog at <http://www.fpdf.org/en/changelog.php>. PR: ports/164650 Submitted by: Robert Simmons <rsimmons0 (at) gmail.com> Notes: svn path=/head/; revision=290452
* - Update to version 1.6Thierry Thomas2009-11-281-3/+3
| | | | | | | | | | | | - Bump PORTEPOCH. Changelog at <http://www.fpdf.org/en/histo.php>. PR: ports/140943 Submitted by: Guido Falsi <mad (at) madpilot.net> Notes: svn path=/head/; revision=244927
* Make fetchable again: the FAQ has been updated.Thierry Thomas2008-03-181-1/+1
| | | | | | | | | | Full diff available at <http://people.freebsd.org/~thierry/ports/fpdf153-080124_080318.diff>. Reported by: pointyhat via erwin Notes: svn path=/head/; revision=209312
* Chase a silent update: only docs have been modified.Thierry Thomas2008-01-241-1/+1
| | | | | | | | | | Full diff available at <http://people.freebsd.org/~thierry/ports/fpdf153-061101_080124.diff>. Reported by: pointyhat via pav Notes: svn path=/head/; revision=206146
* Chase a silent update and make fetchable again (the tutorial has beenThierry Thomas2006-08-211-1/+1
| | | | | | | | | | | | updated). Full diff available at <http://people.freebsd.org/~thierry/ports/fpdf-060414_060815.diff>. Reported by: pointyhat via Kris Notes: svn path=/head/; revision=171125
* Don"t try to convert every type of files.Thierry Thomas2006-04-081-2/+7
| | | | | | | | PR: 95453 Submitted by: Dmitry Marakasov <amdmi3 (at) mail.ru> Notes: svn path=/head/; revision=159133
* Replace tr by DOS2UNIX: when using tr with LANG or LC_ALL set to aThierry Thomas2006-02-111-6/+1
| | | | | | | | | multibyte locale, "Illegal byte sequence" were reported. Reported by: Derek Kulinski <takeda (at) takeda.tk> Notes: svn path=/head/; revision=155785
* Yet another silent update: only doc files have been updated (FAQ.htmThierry Thomas2005-07-151-3/+5
| | | | | | | | | and sety.htm). Reported by: Kris via pointyhat Notes: svn path=/head/; revision=139256
* Fix a MD5 mismatch.Thierry Thomas2005-05-091-0/+1
| | | | | | | | | | Note: this was a silent update, just updating the URL of <http://www.htmldoc.org> in the FAQ. Reported by: Kris via pointyhat Notes: svn path=/head/; revision=134951
* Add fpdf 1.53, a free PHP class to generate PDF files with pure PHP.Thierry Thomas2005-04-051-0/+58
Notes: svn path=/head/; revision=132589