New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82980


Ignore:
Timestamp:
08/22/11 20:27:26 (4 years ago)
Author:
dports@…
Message:

Split dvipng out of texlive-bin-extra into its own port, and make
texlive-bin-extra depend on that instead (to avoid a license conflict
in texlive-bin; see also r82979)

Location:
trunk/dports/tex
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/tex/texlive-bin-extra/Portfile

    r82097 r82980  
    77name                texlive-bin-extra 
    88version             23089 
    9 revision            0 
     9revision            1 
    1010 
    1111categories          tex 
     
    2727depends_lib         port:texlive-basic 
    2828 
    29 texlive.binaries    a2ping arlatex bibtex8 bibtexu bundledoc chktex chkweb ctangle ctie cweave de-macro deweb dt2dv dv2dt dviasm dvibook dviconcat dvicopy dvidvi dvigif dvihp dvilj dvilj2p dvilj4 dvilj4l dvilj6 dvipng dvipos dviselect dvisvgm dvitodvi dvitype e2pall findhyph fragmaster installfont-tl lacheck latex2man listings-ext.sh mkjobtexmf patgen pdfatfi pdfclose pdfcrop pdfopen pdftosrc pkfix pkfix-helper pooltype ps4pdf purifyeps rpdfcrop sty2dtx synctex tangle texcount texdef texdiff texdirflatten texdoc texdoctk texloganalyser tie tpic2pdftex weave 
     29texlive.binaries    a2ping arlatex bibtex8 bibtexu bundledoc chktex chkweb ctangle ctie cweave de-macro deweb dt2dv dv2dt dviasm dvibook dviconcat dvicopy dvidvi dvihp dvilj dvilj2p dvilj4 dvilj4l dvilj6 dvipos dviselect dvisvgm dvitodvi dvitype e2pall findhyph fragmaster installfont-tl lacheck latex2man listings-ext.sh mkjobtexmf patgen pdfatfi pdfclose pdfcrop pdfopen pdftosrc pkfix pkfix-helper pooltype ps4pdf purifyeps rpdfcrop sty2dtx synctex tangle texcount texdef texdiff texdirflatten texdoc texdoctk texloganalyser tie tpic2pdftex weave 
    3030 
    31 texlive.exclude     texmf/scripts/chktex/deweb.pl 
     31texlive.exclude     texmf/scripts/chktex/deweb.pl \ 
     32                    texmf/doc/dvipng \ 
     33                    texmf/doc/man/man1/dvigif.1 \ 
     34                    texmf/doc/man/man1/dvipng.1 
    3235 
    3336depends_run         port:latexmk \ 
    3437                    port:detex \ 
    3538                    port:latexdiff \ 
    36                     port:pdfjam 
     39                    port:pdfjam \ 
     40                    port:dvipng 
    3741 
    3842texlive.texmfport 
Note: See TracChangeset for help on using the changeset viewer.