Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (cbd379ca05bb1d558e3f4ca5dc2f11ab910e3b97)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (cbd379ca05bb1d558e3f4ca5dc2f11ab910e3b97)
  • Date: Sat, 28 Aug 2021 12:56:48 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
doc/pdfcrack/BUILD | 1 +
doc/pdfcrack/DETAILS | 15 +++++++++++++++
doc/pdfcrack/HISTORY | 3 +++
doc/pdfcrack/INSTALL | 1 +
doc/pdfcrack/PRE_BUILD | 3 +++
6 files changed, 26 insertions(+)

New commits:
commit cbd379ca05bb1d558e3f4ca5dc2f11ab910e3b97
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

pdfcrack: new spell, A Password Recovery Tool for PDF-files

diff --git a/ChangeLog b/ChangeLog
index e962fb5..9875088 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2021-08-28 Ismael Luceno <ismael AT sourcemage.org>
+ * doc/pdfcrack: new spell, A Password Recovery Tool for PDF-files
+
2021-08-25 Ismael Luceno <ismael AT 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 0000000..8f58e6d
--- /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 0000000..0c4dbd8
--- /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 0000000..4dbcdac
--- /dev/null
+++ b/doc/pdfcrack/HISTORY
@@ -0,0 +1,3 @@
+2021-08-28 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DETAILS, INSTALL, PRE_BUILD: spell created
+
diff --git a/doc/pdfcrack/INSTALL b/doc/pdfcrack/INSTALL
new file mode 100755
index 0000000..cbd1fc3
--- /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 0000000..98b03e8
--- /dev/null
+++ b/doc/pdfcrack/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sedit '/^CFLAGS +=/{s/ -O3 -g$//}' Makefile



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (cbd379ca05bb1d558e3f4ca5dc2f11ab910e3b97), Ismael Luceno, 08/28/2021

Archive powered by MHonArc 2.6.24.

Top of Page