mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Upgrade to 1.81 (a)
- Define the license - Release maintainership. Reported by: jason (at) ixsystems.com
This commit is contained in:
parent
0be20f2c51
commit
4f838f52a1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=469651
@ -2,21 +2,25 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fpdf
|
||||
PORTVERSION= 1.7
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.81
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= print www
|
||||
MASTER_SITES= http://www.fpdf.org/en/
|
||||
DISTNAME= ${PORTNAME}${PORTVERSION:S|.||}
|
||||
|
||||
MAINTAINER= thierry@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Free PHP class to generate PDF files with pure PHP
|
||||
|
||||
USE_PHP= zlib
|
||||
LICENSE= As_Is
|
||||
LICENSE_NAME= As_Is
|
||||
LICENSE_FILE= ${WRKSRC}/license.txt
|
||||
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||
|
||||
FETCH_CMD= ${FETCH_BINARY} -ARr -o ${DISTDIR}/${DISTFILES}
|
||||
USES= dos2unix tar:tgz
|
||||
USES= dos2unix php tar:tgz
|
||||
USE_PHP= zlib
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
FPDF_DIR?= share/fpdf
|
||||
|
||||
@ -25,7 +29,7 @@ SUB_LIST= FPDF_DIR=${FPDF_DIR}
|
||||
PLIST_SUB= FPDF_DIR=${FPDF_DIR}
|
||||
|
||||
EXT2CNV= afm css htm php txt
|
||||
DOCS= FAQ.htm changelog.htm doc fpdf.css install.txt license.txt tutorial
|
||||
DOCS= FAQ.htm changelog.htm doc fpdf.css install.txt tutorial
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (fpdf17.tgz) = 7c4299c02a344f5ef1219e23b690fdf913f0cf9445c9b6ee1bdccecf0e601c60
|
||||
SIZE (fpdf17.tgz) = 127077
|
||||
TIMESTAMP = 1526055948
|
||||
SHA256 (fpdf181.tgz) = bc032bccb4ec5a988c4767fb4fa13c295a5f730f5b7419268586b12ed2b96723
|
||||
SIZE (fpdf181.tgz) = 127608
|
||||
|
@ -1,5 +1,5 @@
|
||||
%%PORTDOCS%%%%DOCSDIR%%/FAQ.htm
|
||||
%%PORTDOCS%%%%DOCSDIR%%/changelog.htm
|
||||
%%PORTDOCS%%%%DOCSDIR%%/doc/__construct.htm
|
||||
%%PORTDOCS%%%%DOCSDIR%%/doc/acceptpagebreak.htm
|
||||
%%PORTDOCS%%%%DOCSDIR%%/doc/addfont.htm
|
||||
%%PORTDOCS%%%%DOCSDIR%%/doc/addlink.htm
|
||||
@ -9,7 +9,8 @@
|
||||
%%PORTDOCS%%%%DOCSDIR%%/doc/close.htm
|
||||
%%PORTDOCS%%%%DOCSDIR%%/doc/error.htm
|
||||
%%PORTDOCS%%%%DOCSDIR%%/doc/footer.htm
|
||||
%%PORTDOCS%%%%DOCSDIR%%/doc/fpdf.htm
|
||||
%%PORTDOCS%%%%DOCSDIR%%/doc/getpageheight.htm
|
||||
%%PORTDOCS%%%%DOCSDIR%%/doc/getpagewidth.htm
|
||||
%%PORTDOCS%%%%DOCSDIR%%/doc/getstringwidth.htm
|
||||
%%PORTDOCS%%%%DOCSDIR%%/doc/getx.htm
|
||||
%%PORTDOCS%%%%DOCSDIR%%/doc/gety.htm
|
||||
@ -47,9 +48,9 @@
|
||||
%%PORTDOCS%%%%DOCSDIR%%/doc/sety.htm
|
||||
%%PORTDOCS%%%%DOCSDIR%%/doc/text.htm
|
||||
%%PORTDOCS%%%%DOCSDIR%%/doc/write.htm
|
||||
%%PORTDOCS%%%%DOCSDIR%%/FAQ.htm
|
||||
%%PORTDOCS%%%%DOCSDIR%%/fpdf.css
|
||||
%%PORTDOCS%%%%DOCSDIR%%/install.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/license.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/tutorial/20k_c1.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/tutorial/20k_c2.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/tutorial/calligra.php
|
||||
|
Loading…
Reference in New Issue
Block a user