mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
* Added pdf tools as requested in #140
This commit is contained in:
parent
08998bbf02
commit
0b0dec8694
6 changed files with 81 additions and 0 deletions
2
app-forensics/make-pdf/Manifest
Normal file
2
app-forensics/make-pdf/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST make-pdf_V0_1_1.zip 2926 RMD160 64af6447bfee0b677b00509abbd140ba2c89ea84 SHA1 80fecebb20177cc689a0d707b8b2d1bacbe8df5c SHA256 c604679abeb0469c1463159e02e74f12487b2755a6096b416a8f4f638deb8aa9
|
||||
EBUILD make-pdf-0.1.1.ebuild 661 RMD160 1469157adbb157bdb3c277e9ad90e48d18d9f74c SHA1 eed1e80d38801f816ccc15727f66d2afbe2ceef8 SHA256 0e258f5850a1d4e7f006d07412b955a73f9762c849af0a042e9d6b8ef9563edb
|
||||
27
app-forensics/make-pdf/make-pdf-0.1.1.ebuild
Normal file
27
app-forensics/make-pdf/make-pdf-0.1.1.ebuild
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: Exp $
|
||||
|
||||
inherit python
|
||||
|
||||
MY_P="${PN}_V${PV//./_}"
|
||||
SRC_URI="http://www.didierstevens.com/files/software/${MY_P}.zip"
|
||||
DESCRIPTION="This tool will embed javascript inside a PDF document"
|
||||
HOMEPAGE="http://blog.didierstevens.com/programs/pdf-tools/"
|
||||
|
||||
LICENSE="public-domain"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm ppc ppc64 x86"
|
||||
IUSE=""
|
||||
EAPI="2"
|
||||
RDEPEND="virtual/python"
|
||||
DEPEND="app-arch/unzip"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_install() {
|
||||
python_version
|
||||
insinto /usr/lib/python"${PYVER}"/site-packages/
|
||||
doins mPDF.py
|
||||
newbin "${PN}-javascript.py" "${PN}-javascript"
|
||||
}
|
||||
2
app-forensics/pdf-parser/Manifest
Normal file
2
app-forensics/pdf-parser/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST pdf-parser_V0_3_7.zip 7114 RMD160 b3cab33df88b3dd26475690beaff229e2c4ee703 SHA1 c5b92dbb06c59a81d8762784612629a772ad2681 SHA256 c83d39f8938a00a3eb2bde3134efaf3a2be11e72c2c8a92841d4e1e82366d7e1
|
||||
EBUILD pdf-parser-0.3.7.ebuild 667 RMD160 80f62aa227671d51dd7ae46ce5a68021ae55bd04 SHA1 a11a0c873a18b9f9a420a08d180024e4f3034647 SHA256 10499d108b1eeae32a28e3f24b63676df41525a5a0c397466357e3cecdc22482
|
||||
26
app-forensics/pdf-parser/pdf-parser-0.3.7.ebuild
Normal file
26
app-forensics/pdf-parser/pdf-parser-0.3.7.ebuild
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: Exp $
|
||||
|
||||
MY_P="${PN}_V${PV//./_}"
|
||||
SRC_URI="http://www.didierstevens.com/files/software/${MY_P}.zip"
|
||||
DESCRIPTION="This tool will parse a PDF document to identify the fundamental elements used"
|
||||
HOMEPAGE="http://blog.didierstevens.com/programs/pdf-tools/"
|
||||
|
||||
LICENSE="public-domain"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm ppc ppc64 x86"
|
||||
IUSE=""
|
||||
EAPI="2"
|
||||
RDEPEND="virtual/python"
|
||||
DEPEND="app-arch/unzip"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_prepare() {
|
||||
sed -e 's/TestPythonVersion(enforceMaximumVersion=True)/# REM/' -i pdf-parser.py
|
||||
}
|
||||
|
||||
src_install() {
|
||||
newbin "${PN}.py" "${PN}"
|
||||
}
|
||||
2
app-forensics/pdfid/Manifest
Normal file
2
app-forensics/pdfid/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST pdfid_V0_0_10.zip 5063 RMD160 f51f50159aa8c5244991461df51e85ba706edb59 SHA1 65738f4c23b08147b635015a72154f34b2c9e626 SHA256 18d88b15c90504be6a2ff2814bd15a7b20b945337252018a0072aefd99d5aac8
|
||||
EBUILD pdfid-0.0.10.ebuild 551 RMD160 62f94ed001aae52f5e60ce8f000a69d61e58c6ec SHA1 d47cdb479d1fbcb77ef61dd4d7575d9b0174187d SHA256 55f12412cbfaa279aed430c75c034e30668947f965a1726d06c269854625bd0f
|
||||
22
app-forensics/pdfid/pdfid-0.0.10.ebuild
Normal file
22
app-forensics/pdfid/pdfid-0.0.10.ebuild
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: Exp $
|
||||
|
||||
MY_P="${PN}_V${PV//./_}"
|
||||
SRC_URI="http://www.didierstevens.com/files/software/${MY_P}.zip"
|
||||
DESCRIPTION="This tool will scan a PDF document looking for certain keyword"
|
||||
HOMEPAGE="http://blog.didierstevens.com/programs/pdf-tools/"
|
||||
|
||||
LICENSE="public-domain"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm ppc ppc64 x86"
|
||||
IUSE=""
|
||||
EAPI="2"
|
||||
RDEPEND="virtual/python"
|
||||
DEPEND="app-arch/unzip"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_install() {
|
||||
newbin "${PN}.py" "${PN}"
|
||||
}
|
||||
Loading…
Reference in a new issue