Ticket #34589: Portfile-auto-multiple-choice.diff
File Portfile-auto-multiple-choice.diff, 1.9 KB (added by clot@…, 12 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name auto-multiple-choice 7 version 0.4918 revision 27 version 1.1.0 8 revision 0 9 9 categories x11 tex education 10 10 platforms darwin 11 11 license GPL-2+ … … 21 21 master_sites http://download.gna.org/auto-qcm/macports/ 22 22 distfiles ${name}_${version}_precomp${extract.suffix} 23 23 24 checksums sha1 a2b31967407c04fc3d58c32ae364ee24abe08c93\25 rmd160 98aabf7a70823f1d2bb586d82803fe3bd40850e524 checksums sha1 93b7edd464844b4b216ec5852507d8cca34636ed \ 25 rmd160 581269d573bae36a6c105118ffbe43471041d11a 26 26 27 27 depends_lib port:opencv 28 depends_run port:p5.12-gtk2 -gladexml\28 depends_run port:p5.12-gtk2 \ 29 29 port:p5.12-xml-simple \ 30 30 port:p5.12-xml-writer \ 31 31 port:p5.12-archive-zip \ … … 35 35 port:GraphicsMagick \ 36 36 port:p5.12-openoffice-oodoc \ 37 37 port:p5.12-net-cups \ 38 port:p5-file-mimeinfo \ 39 port:p5-dbd-sqlite \ 40 port:p5-text-csv \ 41 port:p5-file-basedir \ 42 port:sqlite3 \ 38 43 port:poppler \ 39 44 port:netpbm \ 40 45 port:librsvg 41 46 47 42 48 use_configure no 43 49 44 50 build.args AMCCONF=macports \ … … 51 57 52 58 variant latex description "Add LaTeX support" { 53 59 depends_run-append port:texlive-latex-extra \ 54 port:texlive-latex-recommended 60 port:texlive-latex-recommended \ 61 port:texlive-xetex 55 62 56 63 build.args-delete LATEX_FREE=1 57 64