public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-php/fpdf/
@ 2024-08-09 12:20 David Roman
  2024-08-09 12:46 ` [gentoo-commits] repo/proj/guru:master " David Roman
  0 siblings, 1 reply; 3+ messages in thread
From: David Roman @ 2024-08-09 12:20 UTC (permalink / raw
  To: gentoo-commits

commit:     f840bd03ca71b507058b4f3bbf5a2a29bb6475b9
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Tue Aug  6 12:06:58 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Aug  9 12:20:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f840bd03

dev-php/fpdf: new package, add 1.86

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
Closes: https://github.com/gentoo/guru/pull/221
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-php/fpdf/Manifest         |  1 +
 dev-php/fpdf/fpdf-1.86.ebuild | 33 +++++++++++++++++++++++++++++++++
 dev-php/fpdf/metadata.xml     | 25 +++++++++++++++++++++++++
 3 files changed, 59 insertions(+)

diff --git a/dev-php/fpdf/Manifest b/dev-php/fpdf/Manifest
new file mode 100644
index 000000000..346b0f7ab
--- /dev/null
+++ b/dev-php/fpdf/Manifest
@@ -0,0 +1 @@
+DIST fpdf186.tgz 118080 BLAKE2B c4dc7bd3a2169ccd61fae9b99f91b7904237b81d7d72cdcb5cf5dceb63b01d73dabed2cead145ec3176e217ee5eb0244359a646abee7fc7c78b5f45f981150c7 SHA512 4894908e18d08f1ea21914c0d25ecc406875326c4bfa5f9cc9d92581e79597ec4fde173f6406bb1f84e45cef363c6b418007cf6e15c8bb8e941d925840c9ab96

diff --git a/dev-php/fpdf/fpdf-1.86.ebuild b/dev-php/fpdf/fpdf-1.86.ebuild
new file mode 100644
index 000000000..a3e5aefe0
--- /dev/null
+++ b/dev-php/fpdf/fpdf-1.86.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# shellcheck disable=SC2034
+EAPI=8
+
+MY_PV="$(ver_rs 1 '')"
+MY_P="${PN}${MY_PV}"
+
+DESCRIPTION="FPDF is a PHP class which allows to generate PDF files with pure PHP"
+HOMEPAGE="http://www.fpdf.org/"
+SRC_URI="http://www.fpdf.org/en/dl.php?v=${MY_PV}&f=tgz -> ${MY_P}.tgz"
+
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="MIT-fpdf"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+RDEPEND="dev-lang/php:*[gd,zlib]"
+
+DOCS=( install.txt )
+
+src_install() {
+	insinto "/usr/share/php/${PN}"
+	doins -r ./*.php font/ makefont/
+
+	if use doc; then
+		docinto html
+		dodoc -r changelog.htm fpdf.css FAQ.htm html/ tutorial/
+	fi
+}

diff --git a/dev-php/fpdf/metadata.xml b/dev-php/fpdf/metadata.xml
new file mode 100644
index 000000000..822e5c4c2
--- /dev/null
+++ b/dev-php/fpdf/metadata.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>zdanevich.vitaly@ya.ru</email>
+		<name>Vitaly Zdanevich</name>
+	</maintainer>
+	<longdescription>
+FPDF is a PHP class which allows to generate PDF files with pure PHP, that is to say without using the PDFlib library. F from FPDF stands for Free: you may use it for any kind of usage and modify it to suit your needs.
+
+FPDF has other advantages: high level functions. Here is a list of its main features:
+
+* Choice of measure unit, page format and margins
+* Page header and footer management
+* Automatic page break
+* Automatic line break and text justification
+* Image support (JPEG, PNG and GIF)
+* Colors
+* Links
+* TrueType, Type1 and encoding support
+* Page compression
+
+FPDF requires no extension (except Zlib to enable compression and GD for GIF support). The latest version requires at least PHP 5.1.
+	</longdescription>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-php/fpdf/
  2024-08-09 12:20 [gentoo-commits] repo/proj/guru:dev commit in: dev-php/fpdf/ David Roman
@ 2024-08-09 12:46 ` David Roman
  0 siblings, 0 replies; 3+ messages in thread
From: David Roman @ 2024-08-09 12:46 UTC (permalink / raw
  To: gentoo-commits

commit:     f840bd03ca71b507058b4f3bbf5a2a29bb6475b9
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Tue Aug  6 12:06:58 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Aug  9 12:20:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f840bd03

dev-php/fpdf: new package, add 1.86

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
Closes: https://github.com/gentoo/guru/pull/221
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-php/fpdf/Manifest         |  1 +
 dev-php/fpdf/fpdf-1.86.ebuild | 33 +++++++++++++++++++++++++++++++++
 dev-php/fpdf/metadata.xml     | 25 +++++++++++++++++++++++++
 3 files changed, 59 insertions(+)

diff --git a/dev-php/fpdf/Manifest b/dev-php/fpdf/Manifest
new file mode 100644
index 000000000..346b0f7ab
--- /dev/null
+++ b/dev-php/fpdf/Manifest
@@ -0,0 +1 @@
+DIST fpdf186.tgz 118080 BLAKE2B c4dc7bd3a2169ccd61fae9b99f91b7904237b81d7d72cdcb5cf5dceb63b01d73dabed2cead145ec3176e217ee5eb0244359a646abee7fc7c78b5f45f981150c7 SHA512 4894908e18d08f1ea21914c0d25ecc406875326c4bfa5f9cc9d92581e79597ec4fde173f6406bb1f84e45cef363c6b418007cf6e15c8bb8e941d925840c9ab96

diff --git a/dev-php/fpdf/fpdf-1.86.ebuild b/dev-php/fpdf/fpdf-1.86.ebuild
new file mode 100644
index 000000000..a3e5aefe0
--- /dev/null
+++ b/dev-php/fpdf/fpdf-1.86.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# shellcheck disable=SC2034
+EAPI=8
+
+MY_PV="$(ver_rs 1 '')"
+MY_P="${PN}${MY_PV}"
+
+DESCRIPTION="FPDF is a PHP class which allows to generate PDF files with pure PHP"
+HOMEPAGE="http://www.fpdf.org/"
+SRC_URI="http://www.fpdf.org/en/dl.php?v=${MY_PV}&f=tgz -> ${MY_P}.tgz"
+
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="MIT-fpdf"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+RDEPEND="dev-lang/php:*[gd,zlib]"
+
+DOCS=( install.txt )
+
+src_install() {
+	insinto "/usr/share/php/${PN}"
+	doins -r ./*.php font/ makefont/
+
+	if use doc; then
+		docinto html
+		dodoc -r changelog.htm fpdf.css FAQ.htm html/ tutorial/
+	fi
+}

diff --git a/dev-php/fpdf/metadata.xml b/dev-php/fpdf/metadata.xml
new file mode 100644
index 000000000..822e5c4c2
--- /dev/null
+++ b/dev-php/fpdf/metadata.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>zdanevich.vitaly@ya.ru</email>
+		<name>Vitaly Zdanevich</name>
+	</maintainer>
+	<longdescription>
+FPDF is a PHP class which allows to generate PDF files with pure PHP, that is to say without using the PDFlib library. F from FPDF stands for Free: you may use it for any kind of usage and modify it to suit your needs.
+
+FPDF has other advantages: high level functions. Here is a list of its main features:
+
+* Choice of measure unit, page format and margins
+* Page header and footer management
+* Automatic page break
+* Automatic line break and text justification
+* Image support (JPEG, PNG and GIF)
+* Colors
+* Links
+* TrueType, Type1 and encoding support
+* Page compression
+
+FPDF requires no extension (except Zlib to enable compression and GD for GIF support). The latest version requires at least PHP 5.1.
+	</longdescription>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-php/fpdf/
@ 2024-12-26 13:21 Takuya Wakazono
  0 siblings, 0 replies; 3+ messages in thread
From: Takuya Wakazono @ 2024-12-26 13:21 UTC (permalink / raw
  To: gentoo-commits

commit:     c25f0143de7373c414e79b2d4c45aaf898823e6b
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Thu Dec 26 13:17:49 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Thu Dec 26 13:17:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c25f0143

dev-php/fpdf: fix docs installation

Closes: https://bugs.gentoo.org/937711
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 dev-php/fpdf/fpdf-1.86.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/fpdf/fpdf-1.86.ebuild b/dev-php/fpdf/fpdf-1.86.ebuild
index a3e5aefe0..f15d22c50 100644
--- a/dev-php/fpdf/fpdf-1.86.ebuild
+++ b/dev-php/fpdf/fpdf-1.86.ebuild
@@ -28,6 +28,6 @@ src_install() {
 
 	if use doc; then
 		docinto html
-		dodoc -r changelog.htm fpdf.css FAQ.htm html/ tutorial/
+		dodoc -r changelog.htm fpdf.css FAQ.htm doc/ tutorial/
 	fi
 }


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-12-26 13:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-09 12:20 [gentoo-commits] repo/proj/guru:dev commit in: dev-php/fpdf/ David Roman
2024-08-09 12:46 ` [gentoo-commits] repo/proj/guru:master " David Roman
  -- strict thread matches above, loose matches on Subject: below --
2024-12-26 13:21 [gentoo-commits] repo/proj/guru:dev " Takuya Wakazono

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox