Ticket #40635: auto-multiple-choice.2.diff
File auto-multiple-choice.2.diff, 3.7 KB (added by nortcele, 11 years ago) |
---|
-
/Users/brogniar/nix/macports/x11/auto-multiple-choice/Portfile
old new 1 # -*- 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=41 # -*- 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 2 2 # $Id: Portfile 96038 2012-07-30 02:14:11Z dports@macports.org $ 3 3 4 4 PortSystem 1.0 5 5 6 6 name auto-multiple-choice 7 version 1.1.1 8 revision 1 7 version 1.2.1 9 8 categories x11 tex education 10 9 platforms darwin 11 10 license GPL-2+ 12 maintainers univ-lyon1.fr:clot11 maintainers laposte.fr:joel.brogniart,openmaintainer 13 12 14 13 description Auto Multiple Choice - Multiple Choice Papers Management 15 14 long_description Utility to manage multiple choice questionnaires, \ 16 15 with optionally mixed questions and answers. \ 17 16 AMC provides automatic marking from papers' scans. \ 18 17 Annotated papers are produced. Marks can be exported \ 19 as an OpenOffice.org sheet file. 18 as an OpenOffice.org sheet file. \ 19 \ 20 This version can't print directly with CUPS. User should set \ 21 "Printing method" to "file" or "command" in preferences. \ 22 "file" method produce PDF files that could be printed from OS X. 23 20 24 homepage http://home.gna.org/auto-qcm 21 25 master_sites http://download.gna.org/auto-qcm/macports/ 22 26 distfiles ${name}_${version}_precomp${extract.suffix} 23 27 24 checksums sha1 98f9325bb83d15d55ee15ef5a1e2b7bf9f08d0c0 \ 25 rmd160 e31a9c79bad6a55812b5a2aa38c9e4da940f5ec0 28 checksums sha256 534b1a9cd855532bd6c065a29e09dec2ba07c8ee155317e416260a9d5942420a \ 29 rmd160 760b64682e583147b9a774233b10de68513353e3 30 31 conflicts auto-multiple-choice-devel 26 32 33 depends_build-append port:dblatex \ 34 port:p5.12-xml-libxml 27 35 depends_lib port:opencv 28 36 depends_run port:p5.12-gtk2 \ 29 37 port:p5.12-xml-simple \ … … 32 40 port:p5.12-locale-gettext \ 33 41 port:p5.12-digest-md5 \ 34 42 port:p5.12-module-load-conditional \ 35 port:GraphicsMagick \43 port:p5.12-perlmagick \ 36 44 port:p5.12-openoffice-oodoc \ 37 port:p5.12-net-cups \38 45 port:p5.12-file-mimeinfo \ 39 46 port:p5.12-dbd-sqlite \ 40 47 port:p5.12-text-csv \ 41 48 port:p5.12-file-basedir \ 49 port:p5.12-email-mime \ 50 port:p5.12-email-sender \ 42 51 port:sqlite3 \ 43 52 port:poppler \ 44 53 port:netpbm \ 45 port:librsvg 54 port:librsvg \ 55 port:gdk-pixbuf2 46 56 47 57 use_configure no 48 58 … … 57 67 variant latex description "Add LaTeX support" { 58 68 depends_run-append port:texlive-latex-extra \ 59 69 port:texlive-latex-recommended \ 60 port:texlive-xetex 70 port:texlive-fonts-recommended \ 71 port:texlive-xetex \ 72 port:texlive-lang-french 61 73 62 74 build.args-delete LATEX_FREE=1 63 75