pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/MyPasswordSafe Initial import of MyPasswordSa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c0a0b7bfd64d
branches:  trunk
changeset: 481507:c0a0b7bfd64d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Oct 06 00:13:19 2004 +0000

description:
Initial import of MyPasswordSafe-20041001:

MyPasswordSafe is a straight-forward, easy-to-use password manager
that maintains compatibility with Password Safe files.  MyPasswordSafe
has the following features:
  * Safes are encrypted when they are stored to disk.
  * Passwords never have to be seen, because they are copied to
    the clipboard
  * Random passwords can be generated.
  * Window size, position, and column widths are remembered.
  * Passwords remain encrypted until they need to be decrypted at
    the dialog and file levels.
  * A safe can be made active so it will always be opened when
    MyPasswordSafe starts.
  * Supports Unicode in the safes
  * Languages supported: English and French

diffstat:

 security/MyPasswordSafe/DESCR            |  14 ++++++++
 security/MyPasswordSafe/Makefile         |  21 ++++++++++++
 security/MyPasswordSafe/PLIST            |  16 +++++++++
 security/MyPasswordSafe/distinfo         |   7 ++++
 security/MyPasswordSafe/patches/patch-aa |  53 ++++++++++++++++++++++++++++++++
 security/MyPasswordSafe/patches/patch-ab |  16 +++++++++
 security/MyPasswordSafe/patches/patch-ac |  17 ++++++++++
 7 files changed, 144 insertions(+), 0 deletions(-)

diffs (172 lines):

diff -r 0f1fcb5c4c80 -r c0a0b7bfd64d security/MyPasswordSafe/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/MyPasswordSafe/DESCR     Wed Oct 06 00:13:19 2004 +0000
@@ -0,0 +1,14 @@
+MyPasswordSafe is a straight-forward, easy-to-use password manager
+that maintains compatibility with Password Safe files.  MyPasswordSafe
+has the following features:
+  * Safes are encrypted when they are stored to disk.
+  * Passwords never have to be seen, because they are copied to
+    the clipboard
+  * Random passwords can be generated.
+  * Window size, position, and column widths are remembered.
+  * Passwords remain encrypted until they need to be decrypted at
+    the dialog and file levels.
+  * A safe can be made active so it will always be opened when
+    MyPasswordSafe starts.
+  * Supports Unicode in the safes
+  * Languages supported: English and French
diff -r 0f1fcb5c4c80 -r c0a0b7bfd64d security/MyPasswordSafe/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/MyPasswordSafe/Makefile  Wed Oct 06 00:13:19 2004 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/10/06 00:13:19 wiz Exp $
+#
+
+DISTNAME=              MyPasswordSafe-20041001.src
+PKGNAME=               MyPasswordSafe-20041001
+CATEGORIES=            security
+MASTER_SITES=          http://www.semanticgap.com/myps/release/devel/
+EXTRACT_SUFX=          .tgz
+
+MAINTAINER=            tech-pkg%NetBSD.org@localhost
+HOMEPAGE=              http://www.semanticgap.com/myps/
+COMMENT=               Easy-to-use password manager
+
+WRKSRC=                        ${WRKDIR}/${PKGNAME_NOREV}
+USE_BUILDLINK3=                yes
+USE_GNU_TOOLS+=                make
+MAKE_FLAGS+=           QMAKE=${QTDIR:Q}/bin/qmake
+
+.include "../../x11/qt3-libs/buildlink3.mk"
+.include "../../x11/qt3-tools/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 0f1fcb5c4c80 -r c0a0b7bfd64d security/MyPasswordSafe/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/MyPasswordSafe/PLIST     Wed Oct 06 00:13:19 2004 +0000
@@ -0,0 +1,16 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/10/06 00:13:19 wiz Exp $
+bin/MyPasswordSafe
+share/MyPasswordSafe/locale/mypasswordsafe_c.qm
+share/MyPasswordSafe/locale/mypasswordsafe_en.qm
+share/MyPasswordSafe/locale/mypasswordsafe_fr.qm
+share/doc/MyPasswordSafe/manual.html
+share/doc/MyPasswordSafe/sshots/editdialog.fr.jpg
+share/doc/MyPasswordSafe/sshots/editdialog.jpg
+share/doc/MyPasswordSafe/sshots/mainwindow.fr.jpg
+share/doc/MyPasswordSafe/sshots/mainwindow.jpg
+share/doc/MyPasswordSafe/sshots/prefsdialog.fr.jpg
+share/doc/MyPasswordSafe/sshots/prefsdialog.jpg
+@dirrm share/doc/MyPasswordSafe/sshots
+@dirrm share/doc/MyPasswordSafe
+@dirrm share/MyPasswordSafe/locale
+@dirrm share/MyPasswordSafe
diff -r 0f1fcb5c4c80 -r c0a0b7bfd64d security/MyPasswordSafe/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/MyPasswordSafe/distinfo  Wed Oct 06 00:13:19 2004 +0000
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/10/06 00:13:20 wiz Exp $
+
+SHA1 (MyPasswordSafe-20041001.src.tgz) = 906ef0069b96708b5c13646261772448b4602378
+Size (MyPasswordSafe-20041001.src.tgz) = 807216 bytes
+SHA1 (patch-aa) = 5a41f666f0f4e29440dc878e7f7ff2c95a643ec7
+SHA1 (patch-ab) = e1d44a990418e8280f918327b4515f2bd20f12bd
+SHA1 (patch-ac) = ba79a5a8bc3c8289547827d094425fe10fd9e8e7
diff -r 0f1fcb5c4c80 -r c0a0b7bfd64d security/MyPasswordSafe/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/MyPasswordSafe/patches/patch-aa  Wed Oct 06 00:13:19 2004 +0000
@@ -0,0 +1,53 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/10/06 00:13:20 wiz Exp $
+
+--- Makefile.orig      2004-10-02 05:40:30.000000000 +0200
++++ Makefile
+@@ -28,12 +28,12 @@ MyPasswordSafe.mak: MyPasswordSafe.pro
+       $(QMAKE) -o $@ $<
+ 
+ MyPasswordSafe: config uuid-1.0.0/.libs/libuuid.a MyPasswordSafe.mak
+-      make -f MyPasswordSafe.mak
+-      lrelease locale/*.ts
++      ${MAKE} -f MyPasswordSafe.mak
++      ${LOCALBASE}/qt3/bin/lrelease locale/*.ts
+ 
+ uuid-1.0.0/.libs/libuuid.a:
+       cd uuid-1.0.0 && ./configure --prefix=$(PREFIX) && cd ..
+-      make -C uuid-1.0.0
++      ${MAKE} -C uuid-1.0.0
+ 
+ doc/api:
+       mkdir doc/api
+@@ -54,18 +54,18 @@ src/config.h:
+ config: src/config.h
+ 
+ clean: MyPasswordSafe.mak
+-      make -f $< clean
+-      make -C uuid-1.0.0 clean
++      ${MAKE} -f $< clean
++      ${MAKE} -C uuid-1.0.0 clean
+       rm $<
+       rm -r doc/api
+ 
+ install:
+       install -d $(PREFIX)/bin $(PREFIX)/share/MyPasswordSafe/locale \
+-              $(PREFIX)/doc/MyPasswordSafe/sshots
++              $(PREFIX)/share/doc/MyPasswordSafe/sshots
+       install MyPasswordSafe $(PREFIX)/bin/MyPasswordSafe
+       install -m 0644 locale/*.qm $(PREFIX)/share/MyPasswordSafe/locale
+-      install -m 0644 doc/manual.html $(PREFIX)/doc/MyPasswordSafe
+-      install -m 0644 doc/sshots/*.jpg $(PREFIX)/doc/MyPasswordSafe/sshots
++      install -m 0644 doc/manual.html $(PREFIX)/share/doc/MyPasswordSafe
++      install -m 0644 doc/sshots/*.jpg $(PREFIX)/share/doc/MyPasswordSafe/sshots
+ 
+ uninstall:
+       rm $(PREFIX)/bin/MyPasswordSafe
+@@ -73,7 +73,7 @@ uninstall:
+       rm -r $(PREFIX)/doc/MyPasswordSafe
+ 
+ release:
+-      make -c release
++      ${MAKE} -c release
+ 
+ commit:
+       cvs commit
diff -r 0f1fcb5c4c80 -r c0a0b7bfd64d security/MyPasswordSafe/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/MyPasswordSafe/patches/patch-ab  Wed Oct 06 00:13:19 2004 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-ab,v 1.1.1.1 2004/10/06 00:13:20 wiz Exp $
+
+--- src/pwsafe/PwsPlatform.h.orig      2004-05-05 00:48:46.000000000 +0200
++++ src/pwsafe/PwsPlatform.h
+@@ -3,7 +3,11 @@
+ #ifndef PwsPlatform_h
+ #define PwsPlatform_h
+ 
++#ifdef __NetBSD__
++#include <sys/endian.h>
++#else
+ #include <endian.h>
++#endif
+ 
+ #ifndef BYTE_ORDER
+ #error BYTE_ORDER not defined
diff -r 0f1fcb5c4c80 -r c0a0b7bfd64d security/MyPasswordSafe/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/MyPasswordSafe/patches/patch-ac  Wed Oct 06 00:13:19 2004 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-ac,v 1.1.1.1 2004/10/06 00:13:20 wiz Exp $
+
+--- src/pwsafe/Util.h.orig     2004-05-05 00:47:07.000000000 +0200
++++ src/pwsafe/Util.h
+@@ -10,8 +10,12 @@
+ #include <assert.h>
+ 
+ #ifndef WIN32
++#ifdef __NetBSD__
++#include <sys/endian.h>
++#else
+ #include <endian.h>
+ #endif
++#endif
+ 
+ #include <string>
+ using std::string;



Home | Main Index | Thread Index | Old Index