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:
Ion-Mihai Tetcu
2007-08-20 16:52:43 +00:00
parent 39adb4d618
commit 99e89f66f8
4 changed files with 54 additions and 0 deletions

View File

@@ -172,6 +172,7 @@
SUBDIR += pybookreader
SUBDIR += pypanel
SUBDIR += qlabels
SUBDIR += qorganizer
SUBDIR += qrfcview
SUBDIR += qtm
SUBDIR += recoll

View 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>

View 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

View 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/