diff options
author | makc <makc@FreeBSD.org> | 2010-10-16 21:51:00 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-10-16 21:51:00 +0800 |
commit | 80d9cd570fcc890f2bd4ba2945e5fd1931aa6ffb (patch) | |
tree | 86f1a5571d1f6a62c7f0892bd84032fc883a564f /deskutils | |
parent | bfd80aae07b199da8d699e07b5ac98094f96fa6a (diff) | |
download | freebsd-ports-gnome-80d9cd570fcc890f2bd4ba2945e5fd1931aa6ffb.tar.gz freebsd-ports-gnome-80d9cd570fcc890f2bd4ba2945e5fd1931aa6ffb.tar.zst freebsd-ports-gnome-80d9cd570fcc890f2bd4ba2945e5fd1931aa6ffb.zip |
Update to 5.14.2
PR: based on ports/151126
Submitted by: Leinier Cruz Salfran (maintainer)
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/fet/Makefile | 18 | ||||
-rw-r--r-- | deskutils/fet/distinfo | 6 | ||||
-rw-r--r-- | deskutils/fet/pkg-descr | 13 |
3 files changed, 28 insertions, 9 deletions
diff --git a/deskutils/fet/Makefile b/deskutils/fet/Makefile index 14716c4e51a1..24b6e221b941 100644 --- a/deskutils/fet/Makefile +++ b/deskutils/fet/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fet -PORTVERSION= 5.13.3 +PORTVERSION= 5.14.2 CATEGORIES= deskutils kde MASTER_SITES= http://lalescu.ro/liviu/fet/download/ \ http://lalescu.ro/liviu/fet/download/old/ \ @@ -26,8 +26,20 @@ QMAKE_ARGS= -unix PREFIX=${PREFIX} \ LIBS+=-L${LOCALBASE}/lib MAKE_JOBS_SAFE= yes +LICENSE= GPLv2 + PLIST_FILES= bin/fet MAN1= fet.1 +.ifndef(NOPORTEXAMPLES) +PORTEXAMPLES= * +.endif + +DESKTOP_ENTRIES= "FET" \ + "Free timetable software" \ + "" \ + "fet" \ + "Application;Education;Qt;" \ + true do-configure: cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ @@ -38,5 +50,9 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fet ${PREFIX}/bin ${MKDIR} ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/doc/fet.1 ${PREFIX}/man/man1 +.ifndef(NOPORTEXAMPLES) + ${MKDIR} ${EXAMPLESDIR} + cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \. ${EXAMPLESDIR} +.endif .include <bsd.port.mk> diff --git a/deskutils/fet/distinfo b/deskutils/fet/distinfo index 81c2fd437655..9885824f934c 100644 --- a/deskutils/fet/distinfo +++ b/deskutils/fet/distinfo @@ -1,3 +1,3 @@ -MD5 (fet-5.13.3.tar.bz2) = 2c5e8583971a49eac4388df4cac4a039 -SHA256 (fet-5.13.3.tar.bz2) = 465a1e8460b20ea0e4284a0be51b44608fe720792e0bf32f094ffaf99e90711c -SIZE (fet-5.13.3.tar.bz2) = 5783146 +MD5 (fet-5.14.2.tar.bz2) = fa6f33a5df22edd231c9f51fd257e120 +SHA256 (fet-5.14.2.tar.bz2) = fc6849ef410936f7167a1683608228c89ddd9d6caaee3c7b8b6b6fdebd3ca2f9 +SIZE (fet-5.14.2.tar.bz2) = 5972903 diff --git a/deskutils/fet/pkg-descr b/deskutils/fet/pkg-descr index dc53a0ba7877..6d7c8ead91e3 100644 --- a/deskutils/fet/pkg-descr +++ b/deskutils/fet/pkg-descr @@ -1,10 +1,13 @@ -FET is free timetabling software. This program aims to automatically -generate the timetable of a school, high-school or university. It -may be used for other timetabling purposes. +FET is open source free software for automatically scheduling the +timetable of a school, high-school or university. It uses a fast +and efficient timetabling algorithm. + +Usually, FET is able to solve a complicated timetable in maximum +5-20 minutes. For simpler timetables, it may take a shorter time, +under 5 minutes (in some cases, a matter of seconds). For extremely +difficult timetables, it may take a longer time, a matter of hours. FET can mean "Free Educational Timetabling" (the "E" in the middle may also stand for other words, based on your personal preference). -LICENSE: GPL - WWW: http://lalescu.ro/liviu/fet/ |