Import myreview-1.9.9

MyReview is an open-source web application for managing the paper
submission and paper review phases. It aims at providing the most
complete, powerful and flexible software of its kind.
It provides the following functionalities:
* paper submission
* assignment of papers to reviewers
* review submission
* discussion on conflicting reviews
* paper selection
* preparation of the conference
This commit is contained in:
ajacoutot 2007-10-31 11:54:08 +00:00
parent f3eda52557
commit 5fc2f11c85
5 changed files with 419 additions and 0 deletions

45
www/myreview/Makefile Normal file
View File

@ -0,0 +1,45 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/10/31 11:54:08 ajacoutot Exp $
COMMENT= web-based conference management software
V= 1.9.9
DISTNAME= myreview_${V:S/./_/g}
PKGNAME= myreview-${V}
CATEGORIES= www
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} myreview.pdf:0
HOMEPAGE= http://myreview.lri.fr/
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}
MASTER_SITES0= http://www.lri.fr/~rigaux/
EXTRACT_ONLY=
NO_BUILD= Yes
NO_REGRESS= Yes
PKG_ARCH= *
PREFIX= /var/www
INSTDIR= ${PREFIX}/myreview
SUBST_VARS= INSTDIR
RUN_DEPENDS= :php5-mysql-*:www/php5/extensions,-mysql
do-install:
@cd ${PREFIX} && tar -zxf ${FULLDISTDIR}/${DISTNAME}${EXTRACT_SUFX}
@mv ${INSTDIR}/DBInfo.php ${INSTDIR}/DBInfo.php.sample
@find ${PREFIX} -type d -name ".svn" | xargs rm -R
@find ${PREFIX} -type f -name "*~" -exec rm {} \;
@find ${PREFIX} -type f -name "*.bak" -exec rm {} \;
@${INSTALL_DATA} ${FULLDISTDIR}/myreview.pdf ${INSTDIR}
@chown -R ${SHAREOWN}:${SHAREGRP} ${INSTDIR}
.include <bsd.port.mk>

10
www/myreview/distinfo Normal file
View File

@ -0,0 +1,10 @@
MD5 (myreview.pdf) = x5aAkfBf73z5wHkMnvv5yQ==
MD5 (myreview_1_9_9.tar.gz) = rW1UEeYZTMvHFi9sCE1JIA==
RMD160 (myreview.pdf) = 4oiLiaqYuvTAp5XA/+FxhCN6N9s=
RMD160 (myreview_1_9_9.tar.gz) = nWCziiUPtW4hiKyRqdMDDp0Fp9c=
SHA1 (myreview.pdf) = LhnSrP0A/2S69e4yHIITpWtGGeE=
SHA1 (myreview_1_9_9.tar.gz) = iBTJxKgRltH79b16fLWoSylbNnA=
SHA256 (myreview.pdf) = 87Xhlb+FdFk+r25hmt53Eimo94heqBP7HgQoRULqxIY=
SHA256 (myreview_1_9_9.tar.gz) = gOVKG9l2Ef+fa5SrUsou5rETi3Qcfrx6pPEDcPs+DsY=
SIZE (myreview.pdf) = 363725
SIZE (myreview_1_9_9.tar.gz) = 907240

10
www/myreview/pkg/DESCR Normal file
View File

@ -0,0 +1,10 @@
MyReview is an open-source web application for managing the paper
submission and paper review phases. It aims at providing the most
complete, powerful and flexible software of its kind.
It provides the following functionalities:
* paper submission
* assignment of papers to reviewers
* review submission
* discussion on conflicting reviews
* paper selection
* preparation of the conference

8
www/myreview/pkg/MESSAGE Normal file
View File

@ -0,0 +1,8 @@
MyReview has been installed into ${INSTDIR}
You should point this to the DocumentRoot of your web-server:
# ln -s ../myreview /var/www/htdocs/myreview
(make sure you use a relative symlink since Apache is chrooted)
and proceed to complete the installation by reading:
${INSTDIR}/README as well as ${INSTDIR}/myreview.pdf

346
www/myreview/pkg/PLIST Normal file
View File

@ -0,0 +1,346 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/10/31 11:54:08 ajacoutot Exp $
myreview/
myreview/Admin.php
myreview/AdminLists.php
myreview/AssignReviewers.php
myreview/Assignment.php
myreview/BD.class.php
myreview/CText.php
myreview/CheckPaper.php
myreview/Codes.class.php
myreview/Codes.php
myreview/ComputePrediction.php
myreview/ConnectDB
myreview/Constant.php
myreview/CorrectedAssign.php
@comment no checksum
myreview/CreateDB.sql
myreview/DBInfo.php.sample
@mode 664
@group www
@sample myreview/DBInfo.php
@mode
@group
myreview/DOC
myreview/DQL.class.php
myreview/DeleteRatingBox.php
myreview/DisplayReviews.php
myreview/Download.php
myreview/DropTables.sql
myreview/EditTemplate.php
myreview/ExecSQL.php
@mode 775
@group www
myreview/FILES/
@mode
@group
myreview/FILES/index.html
myreview/FatalError.php
myreview/FormAbstract.php
myreview/FormAssign.php
myreview/FormAssignReviewers.php
myreview/FormLoginAuthor.php
myreview/FormMessage.php
myreview/FormPCMember.php
myreview/FormPdf.php
myreview/FormReview.php
myreview/FormSQL.php
myreview/FormSelectPapers.php
myreview/FormSelectTopics.php
myreview/FormSendMail.php
myreview/FormStatus.php
myreview/Formulaire.class.php
myreview/Forum.php
myreview/GenericTblAccess.php
myreview/HTML.php
myreview/IhmBD.class.php
myreview/IhmPerson.class.php
myreview/InsertModules.php
myreview/InstallFunction.php
myreview/LigneSQL.tpl
myreview/LoadData.sql
myreview/Makefile
myreview/ManageReview.php
myreview/PCMember.php
myreview/PaperReviews.php
myreview/PdfShowInfos.php
myreview/Popup.js
myreview/PrintPdf.php
myreview/README
myreview/RatePapers.php
myreview/Register.php
myreview/Review.php
myreview/SQLCommands.php
myreview/Schema.sql
myreview/SelectTopics.php
myreview/SendMail.php
myreview/Session.php
myreview/SettingPdf.php
myreview/Setup.php
myreview/SetupTexts.php
myreview/ShowInfos.php
myreview/ShowMail.js
myreview/ShowTemplate.php
myreview/ShowWindow.js
myreview/Signature
myreview/SmallTexts.php
myreview/SubmitAbstract.php
myreview/SubmitPaper.php
myreview/TODO
myreview/Table.php
myreview/Tableau.class.php
myreview/Titles.php
myreview/TogglePaperStatus.js
myreview/Util.php
myreview/VERSIONS
myreview/Version.php
myreview/assign
myreview/assign.c
myreview/assignment
myreview/bookmark.php
myreview/docql/
myreview/docql/BD.php
myreview/docql/Docql.php
myreview/docql/QTreeNode.php
myreview/docql/Reference.php
myreview/docql/Rule.php
myreview/docql/Schema_Base.php
myreview/docql/Table_.php
myreview/docql/exemple0.txt
myreview/docql/exemple1.txt
myreview/docql/exemple2.txt
myreview/docql/exemple4.txt
myreview/docql/exemple6.txt
myreview/docql/exphil.dql
myreview/docql/exphil.php
myreview/docql/main.php
myreview/docql/myreview.xml
myreview/docql/pc.dql
myreview/docql/remarques
myreview/docql/result_exemple1.htm
myreview/docql/table.php
myreview/docql/xmlfile.php
myreview/font/
myreview/font/courier.php
myreview/font/helvetica.php
myreview/font/helveticab.php
myreview/font/helveticabi.php
myreview/font/helveticai.php
myreview/font/makefont/
myreview/font/makefont/cp1250.map
myreview/font/makefont/cp1251.map
myreview/font/makefont/cp1252.map
myreview/font/makefont/cp1253.map
myreview/font/makefont/cp1254.map
myreview/font/makefont/cp1255.map
myreview/font/makefont/cp1257.map
myreview/font/makefont/cp1258.map
myreview/font/makefont/cp874.map
myreview/font/makefont/iso-8859-1.map
myreview/font/makefont/iso-8859-11.map
myreview/font/makefont/iso-8859-15.map
myreview/font/makefont/iso-8859-16.map
myreview/font/makefont/iso-8859-2.map
myreview/font/makefont/iso-8859-4.map
myreview/font/makefont/iso-8859-5.map
myreview/font/makefont/iso-8859-7.map
myreview/font/makefont/iso-8859-9.map
myreview/font/makefont/koi8-r.map
myreview/font/makefont/koi8-u.map
myreview/font/makefont/makefont.php
myreview/font/symbol.php
myreview/font/times.php
myreview/font/timesb.php
myreview/font/timesbi.php
myreview/font/timesi.php
myreview/font/zapfdingbats.php
myreview/fpdf.php
myreview/functions.php
myreview/game.log
myreview/get_rid_M
myreview/imgs/
myreview/imgs/Thumbs.db
myreview/imgs/fondbleu.png
myreview/imgs/imgmyr~1.png
myreview/imgs/mnauth.gif
myreview/imgs/mnauth.png
myreview/imgs/myreview.png
myreview/imgs/r10_c2.jpg
myreview/imgs/r12_c2.jpg
myreview/imgs/r2_c2.jpg
myreview/imgs/r4_c2.jpg
myreview/imgs/r6_c2.jpg
myreview/imgs/r8_c2.jpg
myreview/imgs/spacer.gif
myreview/index.php
myreview/latex_docs.php
myreview/megaupload/
myreview/megaupload/finished.php
myreview/megaupload/getPostData.php
myreview/megaupload/header.cgi
myreview/megaupload/pgbar.php
myreview/megaupload/printenv.cgi
myreview/megaupload/progress.cgi
myreview/megaupload/progress.php
myreview/megaupload/script.js
myreview/megaupload/sponser.php
myreview/megaupload/src/
myreview/megaupload/src/pgbar.php
myreview/megaupload/src/script.js
myreview/megaupload/src/sponser.php
myreview/megaupload/src/upload.php
myreview/megaupload/src/upload2.php
myreview/megaupload/upload.cgi
myreview/megaupload/upload.php
myreview/megaupload/upload2.php
myreview/mm_menu.js
myreview/mn.gif
myreview/mn.png
myreview/mySchema.sql
myreview/myreview.pdf
myreview/myreview.png
myreview/oldForm.php
myreview/stats/
myreview/stats.php
myreview/stats/NbPapers.php
myreview/stats/NbPapersByStatus.php
myreview/stats/NbPapersByTopics.php
myreview/stats/NbReviewByTopics.php
myreview/stats/NbSubmittedReviews.php
myreview/stats/jpgraph/
myreview/stats/jpgraph/jpg-config.inc
myreview/stats/jpgraph/jpgraph.php
myreview/stats/jpgraph/jpgraph_bar.php
myreview/stats/jpgraph/jpgraph_flags.php
myreview/stats/jpgraph/jpgraph_gradient.php
myreview/stats/jpgraph/jpgraph_iconplot.php
myreview/stats/jpgraph/jpgraph_imgtrans.php
myreview/stats/jpgraph/jpgraph_line.php
myreview/stats/jpgraph/jpgraph_log.php
myreview/stats/jpgraph/jpgraph_pie.php
myreview/stats/jpgraph/jpgraph_pie3d.php
myreview/stats/jpgraph/jpgraph_plotband.php
myreview/stats/jpgraph/jpgraph_plotmark.inc
myreview/stats/jpgraph/jpgraph_regstat.php
myreview/stats/jpgraph/jpgraph_scatter.php
myreview/stats/jpgraph/jpgraph_stock.php
myreview/styles.css
myreview/svReview.com
myreview/template.inc
@mode 775
@group www
myreview/templates/
@mode
@group
myreview/templates/CDTOC.tpl
myreview/templates/Codes.xml
myreview/templates/ConfProgram.tpl
myreview/templates/FormConfig.tpl
myreview/templates/FormSelectPapers.tpl
myreview/templates/Forum.tpl
myreview/templates/FreeMail.tpl
myreview/templates/Help.tpl
myreview/templates/Instructions.tpl
myreview/templates/MailAccept.tpl
myreview/templates/MailAckReview.tpl
myreview/templates/MailActionRequired.tpl
myreview/templates/MailCancelReg.tpl
myreview/templates/MailConfirmAbstract.tpl
myreview/templates/MailConfirmCameraReady.tpl
myreview/templates/MailConfirmPayment.tpl
myreview/templates/MailConfirmRegistration.tpl
myreview/templates/MailConfirmUpdate.tpl
myreview/templates/MailConfirmUpload.tpl
myreview/templates/MailMessage.tpl
myreview/templates/MailParticipateForum.tpl
myreview/templates/MailRatePapers.tpl
myreview/templates/MailReject.tpl
myreview/templates/MailReviewerInstructions.tpl
myreview/templates/MailSelectTopics.tpl
myreview/templates/MailSendPwd.tpl
myreview/templates/MailSetup.tpl
myreview/templates/MailStatusOfPaper.tpl
@mode 664
@group www
@comment no checksum
myreview/templates/Page.tpl
@mode
@group
myreview/templates/SQL.tpl
myreview/templates/Schema.html
myreview/templates/ShortTexts.xml
myreview/templates/SimplePage.tpl
myreview/templates/StatusOfPapers.tpl
myreview/templates/TxtAcceptedPapers.tpl
myreview/templates/TxtAcceptedPapersSimple.tpl
myreview/templates/TxtAckMail.tpl
myreview/templates/TxtAcmGis.tpl
myreview/templates/TxtAssignmentGroups.tpl
myreview/templates/TxtCodes.tpl
myreview/templates/TxtConfirmReg.tpl
myreview/templates/TxtErrorLoginAuthor.tpl
myreview/templates/TxtGeneric.tpl
myreview/templates/TxtHome.tpl
myreview/templates/TxtInfoAdmin.tpl
myreview/templates/TxtInfoAdminPhil.tpl
myreview/templates/TxtInfoListReview.tpl
myreview/templates/TxtInfoPostReview.tpl
myreview/templates/TxtInfoPredictionCreated.tpl
myreview/templates/TxtInfoReview.tpl
myreview/templates/TxtInfoSelectionClosed.tpl
myreview/templates/TxtInfoSelectionNotClosed.tpl
myreview/templates/TxtInfoSubmissionClosed.tpl
myreview/templates/TxtInvoice.tpl
myreview/templates/TxtListAuthors.tpl
myreview/templates/TxtListMembers.tpl
myreview/templates/TxtListPaper.tpl
myreview/templates/TxtListRegistrations.tpl
myreview/templates/TxtLoginAuthor.tpl
myreview/templates/TxtPaperAsList.tpl
myreview/templates/TxtPapers2Rate.tpl
myreview/templates/TxtPapersInForum.tpl
myreview/templates/TxtPapersToReview.tpl
myreview/templates/TxtPostAbstract.tpl
myreview/templates/TxtPostBallot.tpl
myreview/templates/TxtPostCameraReady.tpl
myreview/templates/TxtPostError.tpl
myreview/templates/TxtPostMember.tpl
myreview/templates/TxtPostPaper.tpl
myreview/templates/TxtPostReviewer.tpl
myreview/templates/TxtRegister.tpl
myreview/templates/TxtReportAssignment.tpl
myreview/templates/TxtSelectTopics.tpl
myreview/templates/TxtSetup.tpl
myreview/templates/TxtShowAuthorsReview.tpl
myreview/templates/TxtShowInfo.tpl
myreview/templates/TxtShowPaper.tpl
myreview/templates/TxtShowReview.tpl
myreview/templates/TxtShowTblReview.tpl
myreview/templates/TxtSubmitAbstract.tpl
myreview/templates/TxtSubmitPaper.tpl
myreview/templates/TxtSummaryAssignment.tpl
myreview/templates/TxtTblTemplates.tpl
myreview/templates/latex.tpl
myreview/templates/procTOC.tpl
myreview/templates/standard.tpl
myreview/templates/test.dql
myreview/templates/texAbstracts.tpl
myreview/templates/texBooklet.tpl
myreview/templates/texCDROM.tpl
myreview/templates/texPC.tpl
myreview/templates/texProcPapers.tpl
myreview/templates/texProceedings.tpl
myreview/templates/texProgram.tpl
myreview/templates/tmp.dql
myreview/test.php
myreview/texput.log
myreview/tmp
myreview/tmp.sql
@mode 775
@group www
myreview/tmpPdf/
@mode
@group
myreview/tmpPdf/tmpF1i7ad.pdf
myreview/trash/
myreview/trash/FormConfig.php