From f0f24eea2db9608e64bfc88894bccdda1966d575 Mon Sep 17 00:00:00 2001 From: Max Brazhnikov Date: Mon, 10 May 2010 13:11:35 +0000 Subject: Add new port deskutils/fet: FET is free timetabling software (licensed under GNU GPL). This program aims to automatically generate the timetable of a school, high-school or university. It may be used for other timetabling purposes. FET can mean "Free Educational Timetabling" (the "E" in the middle may also stand for other words, based on your personal preference). WWW: http://lalescu.ro/liviu/fet/ PR: based on ports/144768 Submitted by: Leinier Cruz Salfran --- deskutils/fet/Makefile | 42 ++++++++++++++++++++++++++++++++++++++++++ deskutils/fet/distinfo | 3 +++ deskutils/fet/pkg-descr | 9 +++++++++ 3 files changed, 54 insertions(+) create mode 100644 deskutils/fet/Makefile create mode 100644 deskutils/fet/distinfo create mode 100644 deskutils/fet/pkg-descr (limited to 'deskutils') diff --git a/deskutils/fet/Makefile b/deskutils/fet/Makefile new file mode 100644 index 000000000000..f5378c3dd892 --- /dev/null +++ b/deskutils/fet/Makefile @@ -0,0 +1,42 @@ +# New ports collection makefile for: fet +# Date created: 11 March 2010 +# Whom: Leinier Cruz Salfran +# +# $FreeBSD$ +# + +PORTNAME= fet +PORTVERSION= 5.13.2 +CATEGORIES= deskutils kde +MASTER_SITES= http://lalescu.ro/liviu/fet/download/ \ + http://lalescu.ro/liviu/fet/download/old/ \ + http://timetabling.de/download/ \ + http://timetabling.de/download/old/ + +MAINTAINER= salfrancl@yahoo.es +COMMENT= FET is free timetabling software + +USE_BZIP2= yes +USE_QT_VER= 4 +QT_COMPONENTS= gui network qt3support xml \ + moc_build qmake_build rcc_build uic_build +HAS_CONFIGURE= yes +QMAKE_ARGS= -unix PREFIX=${PREFIX} \ + INCLUDEPATH+=${LOCALBASE}/include \ + LIBS+=-L${LOCALBASE}/lib +MAKE_JOBS_SAFE= yes + +PLIST_FILES= bin/fet +MAN1= fet.1 + +do-configure: + cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ + ${QMAKE} ${QMAKEFLAGS} ${QMAKE_ARGS} + +do-install: + ${MKDIR} ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/fet ${PREFIX}/bin + ${MKDIR} ${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/fet.1 ${PREFIX}/man/man1 + +.include diff --git a/deskutils/fet/distinfo b/deskutils/fet/distinfo new file mode 100644 index 000000000000..aa88611acc6f --- /dev/null +++ b/deskutils/fet/distinfo @@ -0,0 +1,3 @@ +MD5 (fet-5.13.2.tar.bz2) = 24b9ade5f92d10b51c583a1d6d375251 +SHA256 (fet-5.13.2.tar.bz2) = d61f2266b09302965de039df7be68c2e9fa4c552fddeecc7d92896077e7a2632 +SIZE (fet-5.13.2.tar.bz2) = 5744656 diff --git a/deskutils/fet/pkg-descr b/deskutils/fet/pkg-descr new file mode 100644 index 000000000000..d28c1175d26b --- /dev/null +++ b/deskutils/fet/pkg-descr @@ -0,0 +1,9 @@ +FET is free timetabling software (licensed under GNU GPL). This +program aims to automatically generate the timetable of a school, +high-school or university. It may be used for other timetabling +purposes. + +FET can mean "Free Educational Timetabling" (the "E" in the middle +may also stand for other words, based on your personal preference). + +WWW: http://lalescu.ro/liviu/fet/ -- cgit v1.2.3