summaryrefslogtreecommitdiff
path: root/databases/luma
AgeCommit message (Collapse)AuthorFilesLines
2016-07-09Remove python33: adapt all packages that refer to it.wiz1-2/+2
2015-12-05Extend PYTHON_VERSIONS_INCOMPATIBLE to 35adam1-2/+2
2015-11-03Add SHA512 digests for distfiles for databases categoryagc1-1/+2
Problems found with existing distfiles: distfiles/D6.data.ros.gz distfiles/cstore0.2.tar.gz distfiles/data4.tar.gz distfiles/sphinx-2.2.7-release.tar.gz No changes made to the cstore or mariadb55-client distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-09-29Don't use non-POSIX brace expansion.jperkin1-2/+3
2014-09-27Use tr to handle differences between unzip implementations.jperkin4-50/+56
2014-09-24Fix broken patch files and install files with non-world-writeable perms.jperkin4-50/+55
2014-08-20Add upstream bug report URLs.wiz3-4/+7
2014-08-20Update to 3.0.7. Tested by Greg Oster, thanks.wiz6-477/+462
3.0.7 (2011-05-26) ================== - Fixed unconsistent license statements in the sourcecode, meaning license boilerplates is now added/updated (from GPL v3 to GPL v2) in all files added and/or modified since Luma 2.4. - Removed the last string exception from ObjectClassAttributeInfo.py! | http://sourceforge.net/support/tracker.php?aid=3014815 | http://bugs.debian.org/585248 - Gzipping of Nroff manpages on UNIX and UNIX-like systems is now handled during installation. - Include the nthash patch, which was fixed in Luma 2.4 svn rev 841, but not included in the new codebase. | http://sourceforge.net/support/tracker.php?aid=2309281 | http://bugs.debian.org/559078 | http://luma.svn.sourceforge.net/viewvc/luma?view=rev&revision=841 | https://launchpad.net/bugs/297148 | http://launchpadlibrarian.net/19590144/luma_2.3-1.1ubuntu1.debdiff - Added a import check for the crypt module in mkpasswd, because of ImportError on the Windows platform. 3.0.6-2 (2011-05-16) ==================== - Fixed exception.ErrorType bug in LumaConnectionWrapper. - Updated the error/exception feedback in the Search plugin - Renamed the browser_plugin folder to browser - Moved Plugin* related code out from the util package and into base.gui, base.gui.design, base.model - Fixed export subtree in Browser plugin. 3.0.6-1 (2011-05-15) ==================== - Some small fixes to the documentation files. 3.0.6 (2011-05-15) ================== .. This marks the end of the project. Einar Uvsløkk <einar.uvslokk@linux.com> - New Connection API introduced with the LumaConnectionWrapper. This includes wrapper methods (both sync and async) for the refactored LumaConnection. Uses signal and slots to notify results from the various operations. All Qt 4 dependencies is thus removed from the backend modules. - Refactor cleanup of the menubar in the main window. - Search plugin now supports none-ascii characters in both server name and search filter strings. - Dynamic translation implemented in the Template plugin. - Improved (simplified) internationalization support 3.0.5-sprint5 (2011-04-11) ========================== .. This marks the end of sprint 5. Einar Uvsløkk <einar.uvslokk@linux.com> - Search plugin has got a few updates and improvements. The filter builder has replaced the old filter wizard, some UI fixes in the search form, and the result view for displaying search results is implemented. New feature enabling additional filtering on returned search results. - Template plugin improved with the option to define none required attributes to appear as required. 3.0.4-sprint4 (2011-03-25) ========================== .. This marks the end of sprint 4. Einar Uvsløkk <einar.uvslokk@linux.com> - Main-application: Support for commandline arguments added. As of now this includes mostly clear flags, to wipe clean malicious config settings. - Browser-plugin: Added multiselection item export and delete. Lots of improvments in the Browsers entry view, including basic support for different html layouts for the view. - Template-plugin: Gui finished, logic on its way. - Search-plugin: Skeleton gui, and basic functionality implemented. 3.0.3-sprint3 (2011-03-14) ========================== .. This marks the end of sprint 3. Einar Uvsløkk <einar.uvslokk@linux.com> - Luma is now able to load plugins from the default plugin location. - The Browser plugin now supports editing entries - A simple installation procedure is included, making use of pythons own distutils module. 3.0.2-sprint2 (2011-03-01) ========================== .. This marks the end of sprint 2. Einar Uvsløkk <einar.uvslokk@linux.com> - Plugin support is partly implemented. Loading plugins is working, but no *real* plugins is present at runtime yet. - The Browser plugin is partly implemented, but not integrated into the application yet. - An extended QSettings class is implemented, with transparent support for loading and saving application settings. Settings is loaded and saved from both the main window and the newly implemented settings dialog. - Full translation is available for English and Norwegian, and can be changed, from both the settings dialog and the application menu bar, at runtime without changing the application state. 3.0.1-sprint1 (2011-02-28) ========================== .. This marks the end of sprint 1. *Einar Uvsløkk* <einar.uvslokk@linux.com> .. note:: This relase branch was tagged and created at the end of sprint 2, but still reflects the work done up until the end of sprint 1. It was created to document the development progression. - The Menu bar is restructured compared to Luma 2.4, various platforms *Human Interface Guidelines*. - The Plugin toolbar is implemented, but with no real functionality yet. - The Logger Window is implemented and displayes various logging levels, using the builtin python logging module. - About dialog is implemented, and completely rewritten compared to Luma 2.4, inspired by gtk and gnome. - The Server dialog GUI is implemented. Support for reading and saving the server list is also implemented. - Translation files is loaded dynamically. Uses the old translation files, which still works on parts of the application. The languages can be selected from the menu bar, which is populated dynamically on startup.
2014-05-09Mark packages that are not ready for python-3.3 also not ready for 3.4,wiz1-2/+2
until proven otherwise.
2014-01-25No need to have two variables for the same logic.wiz1-2/+2
Replace PYTHON_PATCH_SCRIPTS with REPLACE_PYTHON.
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz1-1/+2
either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
2013-10-09recursive bump for libmng-2.0.2 shlib major bump and dependency changewiz1-2/+2
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz1-2/+2
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2013-01-26Revbump after graphics/jpeg and textproc/icuadam1-2/+2
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-06-22Make package honor PKGMANDIR.sbd3-16/+5
2012-04-08remove duplicate include linewiz1-2/+1
2012-03-09Bump PKGREVISION for python default version change to 2.7.wiz1-2/+2
py-* not affected, since it built different versions depending on the setting already.
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-06-19more REPLACE_PYTHONdholland1-2/+2
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-11-17Install manpages in man/, not share/man/shattered4-5/+22
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-2/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-02-10Bump revision for PYTHON_VERSION_DEFAULT change.joerg1-2/+2
2010-01-29DESTDIR supportjoerg1-3/+5
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz1-2/+2
2009-08-26bump revision because of graphics/jpeg updatesno1-1/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-36/+1
2007-12-16Changes 2.3:adam3-24/+28
* Bug fixes
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
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-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-06DEPENDS and PKGREVISION bumps because db4's library name changed.wiz1-1/+2
2006-01-05Change the default for BUILDLINK_DEPMETHOD.qt3-tools from "full" to "build",ghen1-1/+5
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.
2005-10-29Do not install .orig files that are left after applying patches.kristerw1-1/+2
2005-09-08update to 2.2.1drochner3-18/+21
changes: -Added support for client/server-side certificates. -Improved visual feedback when bad filenames are entered. -Bugfixes -Updated translations
2005-08-08oops - this needs pyqt-modulesdrochner1-1/+2
2005-08-04add luma-2.1.3, a graphical LDAP admin tool consisting of LDAP browser,drochner5-0/+512
schema browser (similar to gq), and plugins eg for user management or address book entries still needs some polishing to DTRT in a NetBSD environment, but is already useful