Commit graph

33 commits

Author SHA1 Message Date
wiz
d1b820f37b Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
jperkin
becd113253 PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
adam
f4c3b89da7 Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
asau
1a433eae91 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
adam
3f2cc57b2b Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
tron
14215633d2 Mass recursive bump after the dependence fix of the "cairo" package
requested by Thomas Klausner.
2012-10-02 17:10:28 +00:00
obache
c38c120ee5 recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-15 10:03:29 +00:00
adam
b15c922bcc Revbump after updating graphics/cairo 2012-09-07 19:16:05 +00:00
wiz
e0808f0de0 More pcre PKGREVISION bumps. 2012-03-03 12:54:15 +00:00
wiz
5a1e8b0499 Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:40:37 +00:00
obache
615c758c19 Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump. 2012-01-13 10:54:43 +00:00
sbd
e93e5d65e3 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:11:52 +00:00
obache
9ea3b36c23 recursive bump from gettext-lib shlib bump. 2011-04-22 14:40:40 +00:00
wiz
4a85d9393e png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:53:23 +00:00
abs
9987fa4b3a PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
wiz
4d24b9b8ad More PKGREVISION bumps for pixman update. 2010-09-14 11:13:10 +00:00
wiz
f45a09f8f6 PKGREVISION bump for png-1.4.x shlib change.
(missed those and *emacs* the first time round because they pull
in their png dependencies via default-on options; they were included
in the test bulk build though)
2010-06-14 15:33:12 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
joerg
2f6e8dc768 Modular Xorg support. 2007-01-13 00:16:40 +00:00
rillig
b4dab364f0 Updated MyPasswordSafe to 20061216.
Changes unknown. The homepage seems to come directly from the year 2004.
2007-01-06 19:06:22 +00:00
joerg
9ebcceb724 Uses C++. 2006-05-20 18:20:49 +00:00
wiz
16760194c1 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-29 22:14:18 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
wiz
44d5c12556 Does not need qt3-tools at runtime.
Change to build dependency and bump PKGREVISION.
2006-01-09 20:45:44 +00:00
ghen
455345bb5b Change the default for BUILDLINK_DEPMETHOD.qt3-tools from "full" to "build",
without affecting packages that are currently using it.

Packages which previously didn't set BUILDLINK_DEPMETHOD to neither "full" nor
"build" now set it to "full", but should be checked whether they really need it
(comment added).  Packages which previously set it to "build" now don't set it
anymore.

Ok by jlam, wiz.
2006-01-05 10:08:58 +00:00
wiz
94c8489395 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 22:12:37 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
0bb0bdc5bc Update to 20041004, closes PR 27161:
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-06 14:23:00 +00:00
wiz
c4db2c018c 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
2004-10-06 00:13:19 +00:00