Fri Jan 16 12:07:22 2015 UTC ()
Update to 5.25.0:

Version 5.24.0
- Version 5.24.0
	- Updated to Qt 5.4.0.
	- Significant speed improvements when using many students sets (suggested by Volker Dirr).
	- Speed improvements in the statistics menu.
	- Other speed improvements for larger data.
	- Added an option to hide students subgroups in combo boxes/activity planning (useful if you have too many students subgroups
	and you don't use them in the interface).
	- Added options to select the categories of timetables to write on the hard disk.
	- Automatic division of years by categories is improved (suggested by alxgudea, Bobby Wise and Volker Dirr).
	- Code improvement in reading the .fet XML files: converted from the obsolete Qt classes QDom* to QXmlStreamReader. It brings
	speed and memory improvements when reading the input files, and ensures FET source compatibility with future Qt versions.
	Also error reporting when reading a corrupt file is improved. The structure of the .fet XML files is slightly changed,
	but of course older files are opened correctly.
	- Several bug fixes, when trying to open corrupt files.
	- Other bug fixes, reported by Vanyo Georgiev.
	- It is now allowed to have constraints preferred/home rooms with a single room (suggested by liquid and Volker Dirr).
	- Added a new example file from Vietnam, by nguyenhuuduyet.
	- Added a new example file from Namibia, by Bobby Wise.
	- Added two anonymous example files.
---------------------------------------------------------------------------------
Versions 5.25.0 - 5.25.x
- Version 5.25.0
	- Improved the split year dialog: groups and subgroups which will exist in this year after the division will retain their activities and constraints.
	- Sort (temporarily) the constraints by description in the all time/space constraints dialogs. Also, removed the 'Sort by comments' button,
	which is probably useless.
	- Fixed a bug introduced in version 5.24.0: when having individually modified activities, removing teachers, subjects, activity tags,
	or students sets could remove only some components of the large split activity.
	- Some minor strings improvements.


(wiz)
diff -r1.4 -r1.5 pkgsrc/time/fet/Makefile
diff -r1.4 -r1.5 pkgsrc/time/fet/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/time/fet/Makefile (expand / switch to unified diff)

--- pkgsrc/time/fet/Makefile 2014/12/05 01:42:15 1.4
+++ pkgsrc/time/fet/Makefile 2015/01/16 12:07:22 1.5
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.4 2014/12/05 01:42:15 mef Exp $ 1# $NetBSD: Makefile,v 1.5 2015/01/16 12:07:22 wiz Exp $
2 2
3DISTNAME= fet-5.23.4 3DISTNAME= fet-5.25.0
4CATEGORIES= time 4CATEGORIES= time
5MASTER_SITES= http://lalescu.ro/liviu/fet/download/ 5MASTER_SITES= http://lalescu.ro/liviu/fet/download/
6EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://lalescu.ro/liviu/fet/ 9HOMEPAGE= http://lalescu.ro/liviu/fet/
10COMMENT= Automatically schedule timetables 10COMMENT= Automatically schedule timetables
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13USE_LANGUAGES= c c++ 13USE_LANGUAGES= c c++
14USE_LIBTOOL= yes 14USE_LIBTOOL= yes
15USE_TOOLS+= bsdtar 15USE_TOOLS+= bsdtar
16EXTRACT_USING= bsdtar 16EXTRACT_USING= bsdtar

cvs diff -r1.4 -r1.5 pkgsrc/time/fet/distinfo (expand / switch to unified diff)

--- pkgsrc/time/fet/distinfo 2014/12/05 01:42:15 1.4
+++ pkgsrc/time/fet/distinfo 2015/01/16 12:07:22 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2014/12/05 01:42:15 mef Exp $ 1$NetBSD: distinfo,v 1.5 2015/01/16 12:07:22 wiz Exp $
2 2
3SHA1 (fet-5.23.4.tar.bz2) = 7d510a3e36bab7c34a6594ec9cef45ca4fa0e1cd 3SHA1 (fet-5.25.0.tar.bz2) = 8429c8a04af531deb587aaee634de4f88f7e9a1e
4RMD160 (fet-5.23.4.tar.bz2) = 1afbb14b2db4aa722a630fefc6862f8b111a4a8a 4RMD160 (fet-5.25.0.tar.bz2) = 8eb3db4734813138d848860d4a5ef9d7c9281929
5Size (fet-5.23.4.tar.bz2) = 8653376 bytes 5Size (fet-5.25.0.tar.bz2) = 8741472 bytes