Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (a0eeb69d9e76276e99839b371a664a989c3db828)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (a0eeb69d9e76276e99839b371a664a989c3db828)
  • Date: Sun, 1 Jun 2008 14:13:27 -0500

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 4 ++++
mail/mutt/DETAILS | 6 +++---
mail/mutt/patches/PATCH_ORDER | 2 +-
security/pwsafe/DEPENDS | 6 ++++++
security/pwsafe/DETAILS | 18 ++++++++++++++++++
security/pwsafe/HISTORY | 2 ++
security/pwsafe/INSTALL | 2 ++
7 files changed, 36 insertions(+), 4 deletions(-)

New commits:
commit 5923c97120b7b156c1f901a0e65bf0d4660704d4
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

security/pwsafe: new spell, a password safe

diff --git a/ChangeLog b/ChangeLog
index a3fdb0b..856d3fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+<<<<<<< HEAD:ChangeLog
+2008-06-01 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * security/pwsafe: new spell, a password safe
+
2008-05-31 Elisamuel Resto <ryuji AT sourcemage.org>
* php-pear/eaccelerator: new spell, PHP optimizer, accelerator and
opcode cache

diff --git a/mail/mutt/DETAILS b/mail/mutt/DETAILS
index a91b828..2688aa6 100755
--- a/mail/mutt/DETAILS
+++ b/mail/mutt/DETAILS
@@ -19,8 +19,8 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-cvs
;;
devel)

- VERSION=1.5.9
- SOURCE=${SPELL}-${VERSION}i.tar.gz
+ VERSION=1.5.12
+ SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE2=${SOURCE}.asc
SOURCE_URL[0]=ftp://ftp.mutt.org/mutt/devel/${SOURCE}
SOURCE_URL[1]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
@@ -33,7 +33,7 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
;;
*)

- VERSION=1.4.2.2
+ VERSION=1.4.2.3
SOURCE=${SPELL}-${VERSION}i.tar.gz
SOURCE2=${SOURCE}.sig
SOURCE_URL[0]=ftp://ftp.mutt.org/mutt/${SOURCE}
diff --git a/mail/mutt/patches/PATCH_ORDER b/mail/mutt/patches/PATCH_ORDER
index 6ed152a..10e44b7 100644
--- a/mail/mutt/patches/PATCH_ORDER
+++ b/mail/mutt/patches/PATCH_ORDER
@@ -6,7 +6,6 @@ edit_threads
trash_folder
purge_message
signatures_menu
-maildir_header_cache
sidebar
attachment_counting
isalias
@@ -16,3 +15,4 @@ current_shortcut
indexcolor
libesmtp
xtitles
+message_count
diff --git a/security/pwsafe/DEPENDS b/security/pwsafe/DEPENDS
new file mode 100755
index 0000000..1388e8d
--- /dev/null
+++ b/security/pwsafe/DEPENDS
@@ -0,0 +1,6 @@
+optional_depends readline \
+ "--enable-readline" \
+ "--disable-readline" \
+ "support for tab completion" &&
+depends openssl &&
+depends getopt-long
diff --git a/security/pwsafe/DETAILS b/security/pwsafe/DETAILS
new file mode 100755
index 0000000..3747bc9
--- /dev/null
+++ b/security/pwsafe/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=pwsafe
+ VERSION=0.2.0
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://nsd.dyndns.org/${SPELL}/releases/${SOURCE}
+
SOURCE_HASH=sha512:e8d3684f523f83def6317ef5561a02d1493685cfbda18707644bf335b7f45b1a548aae17a735838d9f6df345ddb17934607162a6e99348df625b34a9ad5f4cf3
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://nsd.dyndns.org/pwsafe/";
+ LICENSE[0]=GPL
+ ENTERED=20080601
+ SHORT="a unix commandline program that manages encrypted password
databases"
+cat << EOF
+* Pure command-line operation if desired (good for remote access over ssh) *
+or can interact with X11 selection & clipboard. * Portable, endianess-clean,
+misaligned-access-free C++. Compiles cleanly
+ on linux, *bsd, macos x, solaris.
+* Compatible with CounterPane's PasswordSafe Win32 program versions 2.x
+and 1.x.
+EOF
diff --git a/security/pwsafe/HISTORY b/security/pwsafe/HISTORY
new file mode 100644
index 0000000..8889503
--- /dev/null
+++ b/security/pwsafe/HISTORY
@@ -0,0 +1,2 @@
+2008-06-01 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS, HISTORY, INSTALL: spell created
diff --git a/security/pwsafe/INSTALL b/security/pwsafe/INSTALL
new file mode 100755
index 0000000..8789baa
--- /dev/null
+++ b/security/pwsafe/INSTALL
@@ -0,0 +1,2 @@
+default_install &&
+chmod +s ${INSTALL_ROOT}/usr/bin/pwsafe



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (a0eeb69d9e76276e99839b371a664a989c3db828), Florian Franzmann, 06/01/2008

Archive powered by MHonArc 2.6.24.

Top of Page