2013-02-07 00:20:50 +01:00
|
|
|
# $NetBSD: Makefile,v 1.32 2013/02/06 23:23:34 jperkin Exp $
|
2004-10-06 02:13:19 +02:00
|
|
|
#
|
|
|
|
|
2007-01-06 20:06:22 +01:00
|
|
|
DISTNAME= MyPasswordSafe-20061216
|
2013-02-07 00:20:50 +01:00
|
|
|
PKGREVISION= 16
|
2004-10-06 02:13:19 +02:00
|
|
|
CATEGORIES= security
|
Update to 20050615:
2005-06-15 04:10 nolan
* src/serializers.cpp:
readCBC wasn't allocating enough memory for the buffer when the
string's length was a multiple of 8. This was fixed by adding
one.
2005-06-15 03:32 nolan
* src/serializers.cpp:
Fixed a memory leak in readCBC
2005-02-07 18:04 nolan
* src/: aboutdlg.ui, manualdlg.ui, newpassphrasedlg.ui,
passphrasedlg.ui, preferencesdlg.ui, pwordeditdlg.ui,
startupdlgbase.ui: Added accelerators
2004-12-09 01:51 nolan
* release/Makefile: Removed signing from all
2004-12-09 01:49 nolan
* src/safelistview.cpp: Root is no longer decorated
2004-12-09 01:48 nolan
* images/help.png: Copied from Psi
2004-12-06 11:03 nolan
* src/: mypasswordsafe.ui, mypasswordsafe.ui.h, safe.cpp,
safelistview.cpp, safelistview.hpp: Added in place group renaming
Safe emits changed() now MyPasswordSafe is connected to
Safe::changed() Added savingEnabled() slot to MyPasswordSafe
2004-12-06 08:38 nolan
* src/: mypasswordsafe.ui, safelistview.cpp: Added icon to
passwords
2004-12-06 08:38 nolan
* MyPasswordSafe.pro, images/configure.png, images/editcopy.png,
images/editcopy_1.png, images/fetch_user.png,
images/file_locked.png, images/folder_new.png: Added and redid
some images
2004-12-06 08:14 nolan
* Makefile, README: Updated README Increased minor version number
2004-12-06 08:07 nolan
* src/crypto/: bfproxy.cpp, bfproxy.hpp, cryptointerface.hpp: Added
copyright notice
2004-12-06 07:34 nolan
* src/: safeserializer.cpp, serializers.cpp, serializers.hpp: Used
#ifdef instead of #if
2004-12-06 07:32 nolan
* MyPasswordSafe.pro, src/encryptedstring.cpp,
src/encryptedstring.hpp, src/myutil.cpp, src/myutil.hpp,
src/safe.cpp, src/safe.hpp, src/safeserializer.cpp,
src/serializers.cpp, src/serializers.hpp, src/xmlserializer.cpp,
src/crypto/bfproxy.cpp, src/crypto/bfproxy.hpp,
src/crypto/blowfish.cpp, src/crypto/blowfish.h,
src/crypto/cryptointerface.hpp, src/crypto/sha1.cpp,
src/crypto/sha1.h, src/pwsafe/PW_BlowFish.cpp,
src/pwsafe/PW_BlowFish.h, src/pwsafe/Util.cpp,
test/bfproxytest.build, test/bfproxytest.cpp: Moved the
serializers off of Password Safe's blowfish and sha1 code Created
a proxy class for Blowfish Created two serializers for big endian
machines to open the borked safes Made EncryptedString use a
single encryption object
2004-12-06 01:16 nolan
* src/startupdlgbase.ui: Changed the shadow and shape of banner
2004-12-06 01:14 nolan
* release/Makefile: Added about_banner swapping Renamed 'upload' to
'release' All just compiles, no more uploading
2004-12-06 01:01 nolan
* src/aboutdlg.ui: Added logo to license
2004-12-06 01:00 nolan
* images/: about_banner.png, about_banner.src.png: Branded about
logo Created an unbranded src logo
2004-11-30 16:26 nolan
* images/edit_remove.png: Switched it to a minus sign again, but
it's based off of the new plus sign
2004-11-29 22:35 nolan
* uuid-1.0.0/: Makefile, config.status: [no log message]
2004-11-29 22:35 nolan
* images/: button_ok.png, edit_add.png, edit_remove.png,
fileclose.png: Copied better icons from Psi
2004-11-02 17:17 nolan
* src/: mypasswordsafe.ui, mypasswordsafe.ui.h: Connected helpAbout
2004-11-02 17:17 nolan
* MyPasswordSafe.pro: Removed some spaces
2004-11-02 16:51 nolan
* images/: fileclose.png, lock.png: Added
2004-11-02 16:51 nolan
* Makefile: Removed domainname
2004-11-02 16:37 nolan
* src/safelistview.cpp: The username is copied to the clipboard on
a drag
2004-11-02 16:28 nolan
* Makefile: Inced version
2004-11-02 16:27 nolan
* README: Added headers and -jN
2004-11-02 16:25 nolan
* src/: aboutdlg.ui, aboutdlg.ui.h, main.cpp, mypasswordsafe.ui,
mypasswordsafe.ui.h: The license gets displayed the first time
MyPS is ran
2004-11-02 15:57 nolan
* src/: main.cpp, mypasswordsafe.ui, mypasswordsafe.ui.h: Made
locking hide the main window Locking no longer prompts on a
change of virtual desktops
2004-11-02 01:38 nolan
* src/mypasswordsafe.ui.h: [no log message]
2004-11-01 18:42 nolan
* src/: mypasswordsafe.ui, mypasswordsafe.ui.h, startupdlgbase.ui,
startupdlgbase.ui.h: The password widget gets focus after an
action is selected Set the startup dialog's icon Changed a couple
of the action items' text Default action sets the default safe
2004-11-01 18:23 nolan
* MyPasswordSafe.pro, src/myendian.h, src/myutil.hpp,
src/startupdlgbase.ui.h, src/crypto/blowfish.cpp,
src/crypto/blowfish.h, src/crypto/sha1.cpp, src/crypto/sha1.h,
src/pwsafe/PwsPlatform.h: Added new crypto
2004-11-01 16:54 nolan
* MyPasswordSafe.pro, src/encryptedstring.cpp,
src/encryptedstring.hpp, src/serializers.cpp,
src/pwsafe/PW_BlowFish.cpp, src/pwsafe/PW_sha1.cpp,
src/pwsafe/PW_sha1.h, src/pwsafe/Util.cpp, src/pwsafe/Util.h,
src/pwsafe/sha1.cpp, src/pwsafe/sha1.h: Renamed sha1 Changed the
#includes
2004-11-01 16:50 nolan
* README: Removed Boost and added trademark and copyright info
2004-11-01 16:49 nolan
* MyPasswordSafe.pro, README: [no log message]
2004-11-01 16:48 nolan
* MyPasswordSafe.pro: Changed BlowFish to PW_BlowFish
2004-11-01 16:48 nolan
* src/pwsafe/: BlowFish.cpp, BlowFish.h, PW_BlowFish.cpp,
PW_BlowFish.h: Renamed
2004-11-01 16:44 nolan
* COPYING: [no log message]
2004-11-01 16:34 nolan
* src/: encryptedstring.cpp, encryptedstring.hpp, exception.hpp,
main.cpp, mypasswordsafe.ui.h, myutil.cpp, myutil.hpp,
newpassphrasedlg.ui.h, passphrasedlg.ui.h, plaintextlizer.cpp,
plaintextlizer.hpp, preferencesdlg.ui.h, pwordeditdlg.ui.h,
safe.cpp, safe.hpp, safedragobject.cpp, safedragobject.hpp,
safelistview.cpp, safelistview.hpp, safeserializer.cpp,
safeserializer.hpp, securedstring.cpp, securedstring.hpp,
serializers.cpp, serializers.hpp, smartptr.cpp, smartptr.hpp,
startupdlg.cpp, startupdlgbase.ui.h, uuid.cpp, uuid.hpp,
xmlserializer.cpp, xmlserializer.hpp: Changed the header
2004-11-01 16:01 nolan
* src/aboutdlg.ui: Changed license to GPL
2004-11-01 16:01 nolan
* MyPasswordSafe.pro: [no log message]
2004-11-01 12:53 nolan
* src/: mypasswordsafe.ui.h, passphrasedlg.ui.h,
preferencesdlg.ui.h, pwordeditdlg.ui.h: Changed SGS to SG
2004-11-01 12:44 nolan
* src/: encryptedstring.cpp, encryptedstring.hpp, main.cpp,
plaintextlizer.cpp, safe.cpp, safe.hpp, safelistview.cpp,
safeserializer.cpp, safeserializer.hpp, securedstring.cpp,
securedstring.hpp, serializers.cpp, serializers.hpp,
smartptr.cpp, smartptr.hpp, uuid.cpp, uuid.hpp,
xmlserializer.hpp: Changed Semantic Gap Solutions to Semantic Gap
(TM)
2004-11-01 12:39 nolan
* src/: safe.cpp, safelistview.cpp, smartptr.cpp, smartptr.hpp:
Replaced assert w/ Q_ASSERT Added headers to smartptr.?pp
2004-11-01 12:35 nolan
* src/main.cpp: ifdefed out a print statement
2004-11-01 12:34 nolan
* src/mypasswordsafe.ui.h: browseForSafe uses QFileDialog's static
methods
2004-11-01 12:10 nolan
* src/: aboutdlg.ui, manualdlg.ui, mypasswordsafe.ui,
mypasswordsafe.ui.h, newpassphrasedlg.ui: Changed icons New safes
won't ask to be saved when they're closed Changed MyPS's icon
2004-11-01 12:10 nolan
* images/: button_cancel.png, button_ok.png, configure.png,
contexthelp.png, edit.png, editcut.png, exit.png, fileopen.png,
filesave.png, filesaveas.png, folder_new.png, help.png, redo.png,
undo.png: Switched to 16x16 images
2004-11-01 12:09 nolan
* MyPasswordSafe.pro: [no log message]
2004-10-31 07:32 nolan
* src/pwsafe/: PwsPlatform.h, Util.h: Refactored the endian.h
inclusion
2004-10-31 07:32 nolan
* src/: mypasswordsafe.ui.h, safelistview.cpp: Changed the default
column sizes
2004-10-31 01:38 nolan
* src/: aboutdlg.ui, manualdlg.ui: Added a two contributors to
credits Changed Semantic Gap (TM) Solutions to Semantic Gap (TM)
2004-10-31 01:22 nolan
* release/Makefile: Added upload
2004-10-31 01:07 nolan
* src/pwsafe/Util.h: Added endian.h for __APPLE__
2004-10-30 09:41 nolan
* MyPasswordSafe.pro, src/newpassphrasedlg.ui,
src/passphrasedlg.ui, src/preferencesdlg.ui, src/pwordeditdlg.ui,
src/startupdlgbase.ui: Added icons to buttons
2004-10-30 09:15 nolan
* src/: passphrasedlg.ui, startupdlgbase.ui: Changed the dialog
sizes
2004-10-30 08:58 nolan
* images/keys.png: Readded
2004-10-30 08:58 nolan
* MyPasswordSafe.pro, images/keys.png, src/passphrasedlg.ui,
src/startupdlgbase.ui: Added keys Changed source files to use
keys.png
2004-10-30 08:44 nolan
* images/keys.png: new icon
2004-10-22 19:14 nolan
* doc/sshots/mainwindow.jpg, src/serializers.cpp: Groupnames are
converted from UTF8
2004-10-11 05:27 nolan
* Makefile, src/pwsafe/PwsPlatform.h, src/pwsafe/Util.h: Applied
contributed patches
2004-10-03 22:04 nolan
* src/: mypasswordsafe.ui.h, safedragobject.cpp,
safedragobject.hpp, safelistview.cpp, safelistview.hpp: Did some
work so MyPS wouldn't segfault when dragging onto another app
2004-10-03 22:03 nolan
* MyPasswordSafe.pro: Removed spaces added by Designer
2004-10-01 22:40 nolan
* Makefile: Increased version number Added check for HOST
2004-10-01 22:26 nolan
* src/: aboutdlg.ui, mypasswordsafe.ui, mypasswordsafe.ui.h,
newpassphrasedlg.ui, passphrasedlg.ui, plaintextlizer.cpp,
preferencesdlg.ui, pwordeditdlg.ui, safedragobject.cpp,
safelistview.cpp, safelistview.hpp, safeserializer.cpp,
xmlserializer.cpp, xmlserializer.hpp: Added some file headers
Changed the button order on some dialogs Added drag and drop
Finished XmlSerializer
2005-11-17 23:12:37 +01:00
|
|
|
MASTER_SITES= http://www.semanticgap.com/myps/release/
|
2007-01-06 20:06:22 +01:00
|
|
|
DISTFILES= ${DISTNAME}.src.tgz
|
2004-10-06 02:13:19 +02:00
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2004-10-06 02:13:19 +02:00
|
|
|
HOMEPAGE= http://www.semanticgap.com/myps/
|
|
|
|
COMMENT= Easy-to-use password manager
|
|
|
|
|
Update to 20060326. Add options.mk file in preparation of eventual
qt4 support (doesn't compile yet).
2006-03-26 19:06 nolan
* src/serializers.cpp: Had a reported bug in which only the items
in a single group got saved with a PwSafe 1.0 safe. The repro
steps were: Create a safe with a few entries Save it as a
PwSafe 1.0 safe Create a couple of folders Move the items
into those folders Save the safe. Reopen the safe It ended
up with the items from a single group instead of all the items.
The cause was that I was returning from a recursive call to
BlowfishLizer::saveGroup instead of only returning on an error.
2006-01-23 20:57 nolan
* MyPasswordSafe.pro, MyPasswordSafe.qrc, src/aboutdlg.ui,
src/main.cpp, src/manualdlg.ui, src/mypasswordsafe.ui,
src/mypasswordsafe.ui.h, src/newpassphrasedlg.ui,
src/passphrasedlg.ui, src/plaintextlizer.cpp,
src/plaintextlizer.hpp, src/preferencesdlg.ui,
src/preferencesdlg.ui.h, src/pwordeditdlg.ui, src/safe.hpp,
src/safedragobject.cpp, src/safedragobject.hpp,
src/safelistview.cpp, src/safelistview.hpp, src/serializers.cpp,
src/startupdlgbase.ui, src/xmlserializer.cpp,
src/tools/idle/idle_x11.cpp, uuid-1.0.0/Makefile,
uuid-1.0.0/config.status: Converted to Qt4
2005-12-17 06:47 nolan
* src/: mypasswordsafe.ui.h, pwordeditdlg.ui, pwordeditdlg.ui.h:
Set the edit dialog as the active window if the user tries to
edit that item a second time. Moved the future group handling
for new items into MyPasswordSafe
2005-12-17 06:33 nolan
* src/: mypasswordsafe.ui, mypasswordsafe.ui.h, pwordeditdlg.ui,
pwordeditdlg.ui.h, safelistview.cpp: Made the add and edit
dialogs non-modal Hiding during a lock now works
2005-12-17 05:03 nolan
* src/: mypasswordsafe.ui, mypasswordsafe.ui.h, pwordeditdlg.ui,
pwordeditdlg.ui.h, safelistview.cpp, safelistview.hpp: Attempted
to hide the edit dialog when MyPS got locked, but that caused a
crash so they get closed. Moved entry creation and updating to
PwordEditDlg Moved the default user name and generation length
into PwordEditDlg
2005-12-17 02:42 nolan
* src/pwordeditdlg.ui.h, src/serializers.cpp, uuid-1.0.0/Makefile,
uuid-1.0.0/config.status: Fixed the problem with the show
password button; was checking for a normal echo mode
2005-11-25 00:21 nolan
* src/: mypasswordsafe.ui, mypasswordsafe.ui.h: Lock on minimize
works under WindowMaker
2005-11-24 01:23 nolan
* src/mypasswordsafe.ui.h: Parented all the dialogs
2005-11-23 22:15 nolan
* release/Makefile: Updated release path and upload rules
2005-11-23 11:14 nolan
* src/: mypasswordsafe.ui.h, pwordeditdlg.ui, pwordeditdlg.ui.h:
Had a bug in the user name and password checking in the edit
dialog. Fixed that by adding an isNew attribute.
2005-11-23 08:21 nolan
* src/tools/idle/: idle.cpp, idle.h, idle.pri, idle_mac.cpp,
idle_win.cpp, idle_x11.cpp, win32/Makefile, win32/idleui.cpp,
win32/idleui.def, win32/idleui.dll, win32/idleui.h: Added Idle
from Psi to lock MyPS
2005-11-23 08:21 nolan
* src/mypasswordsafe.ui, src/mypasswordsafe.ui.h,
src/preferencesdlg.ui, src/preferencesdlg.ui.h,
src/pwordeditdlg.ui, src/pwordeditdlg.ui.h, src/safe.cpp,
src/safe.hpp, src/safelistview.cpp, src/safelistview.hpp,
src/serializers.cpp, test/safe/safe.pro, test/safe/safetest.cpp:
Added Idle from Psi to lock MyPS Add Password: automatically
generate a new password and display it to the user Confirm
changes to user name and/or password in entries Empty fields are
now saved working around a bug in Password Safe Clipboard will be
cleared after a specified time Generated passwords are
automatically fetched
2005-11-23 08:19 nolan
* MyPasswordSafe.pro: Added Idle from Psi
2006-03-30 00:14:18 +02:00
|
|
|
.include "options.mk"
|
|
|
|
|
2004-10-06 02:13:19 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
|
2006-05-20 20:20:49 +02:00
|
|
|
USE_LANGUAGES= c c++
|
2005-05-22 22:07:36 +02:00
|
|
|
USE_TOOLS+= gmake
|
2004-10-06 02:13:19 +02:00
|
|
|
MAKE_FLAGS+= QMAKE=${QTDIR:Q}/bin/qmake
|
|
|
|
|
2008-06-12 04:14:13 +02:00
|
|
|
INSTALL_MAKE_FLAGS+= PREFIX=${DESTDIR}${PREFIX}
|
|
|
|
|
2007-01-13 01:16:40 +01:00
|
|
|
.include "../../x11/libXScrnSaver/buildlink3.mk"
|
2004-10-06 02:13:19 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|