Ticket #40635: auto-multiple-choice.2.diff

File auto-multiple-choice.2.diff, 3.7 KB (added by nortcele, 11 years ago)

New cleaner version of the patch

  • /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=4
     1# -*- 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
    22# $Id: Portfile 96038 2012-07-30 02:14:11Z dports@macports.org $
    33
    44PortSystem          1.0
    55
    66name                auto-multiple-choice
    7 version             1.1.1
    8 revision        1
     7version                 1.2.1
    98categories          x11 tex education
    109platforms           darwin
    1110license             GPL-2+
    12 maintainers         univ-lyon1.fr:clot
     11maintainers             laposte.fr:joel.brogniart,openmaintainer
    1312
    1413description         Auto Multiple Choice - Multiple Choice Papers Management
    1514long_description    Utility to manage multiple choice questionnaires, \
    1615                    with optionally mixed questions and answers. \
    1716                    AMC provides automatic marking from papers' scans. \
    1817                    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                   
    2024homepage            http://home.gna.org/auto-qcm
    2125master_sites        http://download.gna.org/auto-qcm/macports/
    2226distfiles           ${name}_${version}_precomp${extract.suffix}
    2327
    24 checksums           sha1    98f9325bb83d15d55ee15ef5a1e2b7bf9f08d0c0 \
    25                     rmd160  e31a9c79bad6a55812b5a2aa38c9e4da940f5ec0
     28checksums               sha256 534b1a9cd855532bd6c065a29e09dec2ba07c8ee155317e416260a9d5942420a \
     29                        rmd160 760b64682e583147b9a774233b10de68513353e3
     30
     31conflicts               auto-multiple-choice-devel
    2632
     33depends_build-append    port:dblatex \
     34                        port:p5.12-xml-libxml
    2735depends_lib         port:opencv
    2836depends_run         port:p5.12-gtk2 \
    2937                    port:p5.12-xml-simple \
     
    3240                    port:p5.12-locale-gettext \
    3341                    port:p5.12-digest-md5 \
    3442                    port:p5.12-module-load-conditional \
    35                     port:GraphicsMagick \
     43                        port:p5.12-perlmagick \
    3644                    port:p5.12-openoffice-oodoc \
    37                     port:p5.12-net-cups \
    3845                    port:p5.12-file-mimeinfo \
    3946                    port:p5.12-dbd-sqlite \
    4047                    port:p5.12-text-csv \
    4148                    port:p5.12-file-basedir \
     49                        port:p5.12-email-mime \
     50                        port:p5.12-email-sender \
    4251                    port:sqlite3 \
    4352                    port:poppler \
    4453                    port:netpbm \
    45                     port:librsvg
     54                        port:librsvg \
     55                        port:gdk-pixbuf2
    4656
    4757use_configure       no
    4858
     
    5767variant latex description "Add LaTeX support" {
    5868    depends_run-append  port:texlive-latex-extra \
    5969                        port:texlive-latex-recommended \
    60                         port:texlive-xetex
     70                        port:texlive-fonts-recommended \
     71                        port:texlive-xetex \
     72                        port:texlive-lang-french
    6173
    6274    build.args-delete   LATEX_FREE=1
    6375