qOrganizer is a general organizer that includes a calendar with schedule,
reminders,journal/notes for every day, to-do list.But provides features useful for students such as:timetable and a booklet for marks and absences. It's designed to be easy to use. WWW: http://qorganizer.sourceforge.net/ PR: ports/ports/115650 Submitted by: Yinghong Liu <relaxbsd at gmail.com>
This commit is contained in:
@@ -172,6 +172,7 @@
|
||||
SUBDIR += pybookreader
|
||||
SUBDIR += pypanel
|
||||
SUBDIR += qlabels
|
||||
SUBDIR += qorganizer
|
||||
SUBDIR += qrfcview
|
||||
SUBDIR += qtm
|
||||
SUBDIR += recoll
|
||||
|
||||
44
deskutils/qorganizer/Makefile
Normal file
44
deskutils/qorganizer/Makefile
Normal file
@@ -0,0 +1,44 @@
|
||||
# New ports collection makefile for: qorganizer
|
||||
# Date created: 20 August 2007
|
||||
# Whom: Yinghong Liu <relaxbsd@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= qorganizer
|
||||
PORTVERSION= 2.0
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= SF
|
||||
DISTNAME= qOrganizer-${PORTVERSION}
|
||||
|
||||
MAINTAINER= relaxbsd@gmail.com
|
||||
COMMENT= A general organizer that includes calendar with jurnal and schedule
|
||||
|
||||
USE_QT_VER= 4
|
||||
QT_COMPONENTS= gui network qmake_build moc_build rcc_build
|
||||
WRKSRC= ${WRKDIR}/qOrganizer/src
|
||||
|
||||
PLIST_FILES= bin/qOrganizer share/pixmaps/qOrganizer.png
|
||||
PORTDOCS= CHANGELOG.txt COPYING.txt
|
||||
|
||||
DESKTOP_ENTRIES= "qOrganizer" \
|
||||
"${COMMENT}" \
|
||||
"qOrganizer" \
|
||||
"qOrganizer" \
|
||||
"Qt;KDE;Office;" \
|
||||
"false"
|
||||
|
||||
pre-build:
|
||||
@cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${QMAKE}
|
||||
|
||||
post-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/qOrganizer ${PREFIX}/bin
|
||||
@${INSTALL_DATA} ${WRKSRC}/../qOrganizer.png ${PREFIX}/share/pixmaps
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for doc in ${PORTDOCS}
|
||||
@${INSTALL_DATA} ${WRKSRC}/../${doc} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
deskutils/qorganizer/distinfo
Normal file
3
deskutils/qorganizer/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
MD5 (qOrganizer-2.0.tar.gz) = 204c41b3bf74bc79aba19d83efd20df5
|
||||
SHA256 (qOrganizer-2.0.tar.gz) = d31cc98fa007d7a2ad4dd66c929944e70a1c802a2e6c2f1784cfde8957b02ab3
|
||||
SIZE (qOrganizer-2.0.tar.gz) = 1494186
|
||||
6
deskutils/qorganizer/pkg-descr
Normal file
6
deskutils/qorganizer/pkg-descr
Normal file
@@ -0,0 +1,6 @@
|
||||
qOrganizer is a general organizer that includes a calendar with schedule,
|
||||
reminders,journal/notes for every day, to-do list.But provides features
|
||||
useful for students such as:timetable and a booklet for marks and absences.
|
||||
It's designed to be easy to use.
|
||||
|
||||
WWW: http://qorganizer.sourceforge.net/
|
||||
Reference in New Issue
Block a user