import fet 5.2.13
Free timetabling software for automatically scheduling the timetable of a school, high-school or university. ok ajacoutot@
This commit is contained in:
parent
ac7483e799
commit
f4a3b1a2d8
44
productivity/fet/Makefile
Normal file
44
productivity/fet/Makefile
Normal file
@ -0,0 +1,44 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/08/31 09:04:02 jasper Exp $
|
||||
|
||||
COMMENT= automatically create timetables
|
||||
|
||||
DISTNAME= fet-5.2.13
|
||||
CATEGORIES= productivity x11
|
||||
|
||||
HOMEPAGE= http://www.lalescu.ro/liviu/fet/
|
||||
|
||||
# GPLv2
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
WANTLIB= ICE SM X11 Xcursor Xext Xfixes Xi Xinerama Xrandr Xrender \
|
||||
c crypto fontconfig freetype glib-2.0 gthread-2.0 m \
|
||||
png pthread ssl stdc++ z
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}/download/ \
|
||||
http://timetabling.de/download/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MODULES= devel/gettext \
|
||||
x11/qt4
|
||||
|
||||
LIB_DEPENDS= Qt3Support,QtGui,QtNetwork,QtSql,QtXml::x11/qt4
|
||||
|
||||
USE_X11= Yes
|
||||
|
||||
PORTHOME= ${WRKDIR}
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
do-configure:
|
||||
cd ${WRKSRC} && ${LOCALBASE}/bin/qmake4 -unix fet.pro
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/fet ${PREFIX}/bin
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/fet
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/algorithm.txt ${PREFIX}/share/doc/fet
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/fet
|
||||
${INSTALL_DATA} ${WRKSRC}/sample_inputs/* ${PREFIX}/share/examples/fet
|
||||
|
||||
.include <bsd.port.mk>
|
5
productivity/fet/distinfo
Normal file
5
productivity/fet/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (fet-5.2.13.tar.bz2) = TnIvDpMOh67dgdkNEhtzmg==
|
||||
RMD160 (fet-5.2.13.tar.bz2) = kFQr4cIZINzppDpFpJMsnUQGCqE=
|
||||
SHA1 (fet-5.2.13.tar.bz2) = kFIF/c7BhMeX0bj9GcXMV7Z5pdU=
|
||||
SHA256 (fet-5.2.13.tar.bz2) = Kee/GC1cbeeXOIWdAi64qCVNmX+4UikWGXX2EaVxGRM=
|
||||
SIZE (fet-5.2.13.tar.bz2) = 992813
|
2
productivity/fet/pkg/DESCR
Normal file
2
productivity/fet/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
Free timetabling software for automatically scheduling the timetable of
|
||||
a school, high-school or university.
|
14
productivity/fet/pkg/PLIST
Normal file
14
productivity/fet/pkg/PLIST
Normal file
@ -0,0 +1,14 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/08/31 09:04:02 jasper Exp $
|
||||
bin/fet
|
||||
share/doc/fet/
|
||||
share/doc/fet/algorithm.txt
|
||||
share/examples/fet/
|
||||
share/examples/fet/sample_Brazil.fet
|
||||
share/examples/fet/sample_Brazil_more_difficult_max_2_gaps_for_teachers.fet
|
||||
share/examples/fet/sample_Hopwood.fet
|
||||
share/examples/fet/sample_faculty_of_computers_craiova_romania.fet
|
||||
share/examples/fet/sample_german_secondary_school_complete_very_difficult.fet
|
||||
share/examples/fet/sample_morten_piil.fet
|
||||
share/examples/fet/sample_pedagogic_high_school_Tg.Mures_Romania.fet
|
||||
share/examples/fet/sample_sacred_heart_college.fet
|
||||
share/examples/fet/sample_sacred_heart_college_more_difficult_max_6_gaps_per_teacher.fet
|
Loading…
Reference in New Issue
Block a user