summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rwxr-xr-xdoc/pdfcrack/BUILD1
-rwxr-xr-xdoc/pdfcrack/DETAILS15
-rw-r--r--doc/pdfcrack/HISTORY3
-rwxr-xr-xdoc/pdfcrack/INSTALL1
-rwxr-xr-xdoc/pdfcrack/PRE_BUILD3
6 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e962fb54af..9875088de8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2021-08-28 Ismael Luceno <ismael@sourcemage.org>
+ * doc/pdfcrack: new spell, A Password Recovery Tool for PDF-files
+
2021-08-25 Ismael Luceno <ismael@sourcemage.org>
* libs/luceneplusplus: new spell, up to date C++ port of the popular
Java Lucene library
diff --git a/doc/pdfcrack/BUILD b/doc/pdfcrack/BUILD
new file mode 100755
index 0000000000..8f58e6df93
--- /dev/null
+++ b/doc/pdfcrack/BUILD
@@ -0,0 +1 @@
+make
diff --git a/doc/pdfcrack/DETAILS b/doc/pdfcrack/DETAILS
new file mode 100755
index 0000000000..0c4dbd8096
--- /dev/null
+++ b/doc/pdfcrack/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=pdfcrack
+ VERSION=0.19
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/project/${SPELL}/${SPELL}/${SPELL}-${VERSION}/${SOURCE}
+ SOURCE_HASH=sha512:e58819e7d90db9a66ebf9509c0b8aace7f8e7dbf5f8083edc70c3f2ca28cf16476bbdbaa77f7c563dcf824e440ca0df03e91d6aaf2a0435ec8f349f4e19ee626
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://pdfcrack.sourceforge.net/"
+ LICENSE[0]="GPL-2.0-or-later"
+ ENTERED=20210828
+ KEYWORDS=""
+ SHORT="A Password Recovery Tool for PDF-files"
+cat << EOF
+PDFCrack is a tool for recovering passwords and content from PDF-files. It
+is small, command line driven without external dependencies.
+EOF
diff --git a/doc/pdfcrack/HISTORY b/doc/pdfcrack/HISTORY
new file mode 100644
index 0000000000..4dbcdac7c6
--- /dev/null
+++ b/doc/pdfcrack/HISTORY
@@ -0,0 +1,3 @@
+2021-08-28 Ismael Luceno <ismael@sourcemage.org>
+ * BUILD, DETAILS, INSTALL, PRE_BUILD: spell created
+
diff --git a/doc/pdfcrack/INSTALL b/doc/pdfcrack/INSTALL
new file mode 100755
index 0000000000..cbd1fc3dfa
--- /dev/null
+++ b/doc/pdfcrack/INSTALL
@@ -0,0 +1 @@
+install pdfcrack "$INSTALL_ROOT"/usr/bin
diff --git a/doc/pdfcrack/PRE_BUILD b/doc/pdfcrack/PRE_BUILD
new file mode 100755
index 0000000000..98b03e848c
--- /dev/null
+++ b/doc/pdfcrack/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sedit '/^CFLAGS +=/{s/ -O3 -g$//}' Makefile