Revision: 111771 https://trac.macports.org/changeset/111771 Author: devans@macports.org Date: 2013-10-01 08:08:58 -0700 (Tue, 01 Oct 2013) Log Message: ----------- auto-multiple-choice: maintainer update to version 1.2.1, new maintainer, #40635. Modified Paths: -------------- trunk/dports/x11/auto-multiple-choice/Portfile Modified: trunk/dports/x11/auto-multiple-choice/Portfile =================================================================== --- trunk/dports/x11/auto-multiple-choice/Portfile 2013-10-01 13:44:58 UTC (rev 111770) +++ trunk/dports/x11/auto-multiple-choice/Portfile 2013-10-01 15:08:58 UTC (rev 111771) @@ -1,29 +1,35 @@ -# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 +# -*- coding: utf-8; mode: tcl; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 name auto-multiple-choice -version 1.1.1 -revision 1 +version 1.2.1 categories x11 tex education platforms darwin license GPL-2+ -maintainers univ-lyon1.fr:clot +maintainers laposte.fr:joel.brogniart openmaintainer description Auto Multiple Choice - Multiple Choice Papers Management long_description Utility to manage multiple choice questionnaires, \ with optionally mixed questions and answers. \ AMC provides automatic marking from papers' scans. \ Annotated papers are produced. Marks can be exported \ - as an OpenOffice.org sheet file. + as an OpenOffice.org sheet file. \ + \ + This version can't print directly with CUPS. User should set \ + "Printing method" to "file" or "command" in preferences. \ + "file" method produce PDF files that could be printed from OS X. + homepage http://home.gna.org/auto-qcm master_sites http://download.gna.org/auto-qcm/macports/ distfiles ${name}_${version}_precomp${extract.suffix} -checksums sha1 98f9325bb83d15d55ee15ef5a1e2b7bf9f08d0c0 \ - rmd160 e31a9c79bad6a55812b5a2aa38c9e4da940f5ec0 +checksums sha256 534b1a9cd855532bd6c065a29e09dec2ba07c8ee155317e416260a9d5942420a \ + rmd160 760b64682e583147b9a774233b10de68513353e3 +depends_build-append port:dblatex \ + port:p5.12-xml-libxml depends_lib port:opencv depends_run port:p5.12-gtk2 \ port:p5.12-xml-simple \ @@ -32,17 +38,19 @@ port:p5.12-locale-gettext \ port:p5.12-digest-md5 \ port:p5.12-module-load-conditional \ - port:GraphicsMagick \ + port:p5.12-perlmagick \ port:p5.12-openoffice-oodoc \ - port:p5.12-net-cups \ port:p5.12-file-mimeinfo \ port:p5.12-dbd-sqlite \ port:p5.12-text-csv \ port:p5.12-file-basedir \ + port:p5.12-email-mime \ + port:p5.12-email-sender \ port:sqlite3 \ port:poppler \ port:netpbm \ - port:librsvg + port:librsvg \ + port:gdk-pixbuf2 use_configure no @@ -57,7 +65,9 @@ variant latex description "Add LaTeX support" { depends_run-append port:texlive-latex-extra \ port:texlive-latex-recommended \ - port:texlive-xetex + port:texlive-fonts-recommended \ + port:texlive-xetex \ + port:texlive-lang-french build.args-delete LATEX_FREE=1