First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 47148
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Text-Markup Team <text-markup@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Christopher Ford <ctford0@engr.uky.edu>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
dvipost-1.0.tgz dvipost ebuild application/x-tgz Christopher Ford 2004-04-07 15:16 0000 912 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 47148 depends on: Show dependency tree
Bug 47148 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-04-07 15:14 0000
Dvipost is a post processor for dvi files, created by latex or tex. If the
command is invoked as pplatex, it integrates the call of latex and the post
processing of the dvi file. 

Dvipost is used for special modes, which normally needs the support of dvi
drivers (such as dvips). With dvipost, this features could be implemented
independent of the prefered driver. Currently, the post processor supports
layout raster, change bars and overstrike mode. 


Dvipost is free software. License: GPL. 

Dvipost, as of now, will be a requirement for lyx 1.4.0

------- Comment #1 From Christopher Ford 2004-04-07 15:16:25 0000 -------
Created an attachment (id=28855) [edit]
dvipost ebuild

just untar in your portage overlay directory /usr/local/portage  for most.

------- Comment #2 From Mamoru KOMACHI (RETIRED) 2004-09-01 22:07:13 0000 -------
Sorry for the delay. Fixed a bug when FEATURES="maketest" and
added to CVS. Thanks for the contribution.

------- Comment #3 From Christopher Ford 2004-09-02 04:55:53 0000 -------
There ia a problem with the masked ebuild in portage.  The texhash command
needs to be run after installing dvipost so that tetex can see and use it.  It
is probably a good idea to also run this after an unmerge.

pkg_postinst() {
        exec texhash
}

pkg_postrm() {
        exec texhash
}

Without these commands being run by the ebuild a user would need to run texhash
as root for tetex to see and be able to use dvipost.

Chris

------- Comment #4 From Mamoru KOMACHI (RETIRED) 2004-09-02 05:33:21 0000 -------
Is it really required? dvipost ebuild inherits latex-package.eclass and so it
executes `texconfig rehash` which runs mktexlsr (mktexlsr is a symlink to
texhash, so it should be the same) at pkg_postinst() and pkg_postrm(). If it
doesn't work and your system cannot find dvipost, it needs to be fixed. 

------- Comment #5 From Christopher Ford 2004-09-02 05:49:50 0000 -------
Could be I'm not really clear on all of the workings of the inherit functions.

Someone just told me that dvipost is now part of tetex itself, so this ebuild is probably already outdated.  I'll see if i can verify this...

------- Comment #6 From Christopher Ford 2004-09-02 06:08:45 0000 -------
Sorry, the person who told me that was thinking of dvipdfm.  Not dvipost...

First Last Prev Next    No search results available      Search page      Enter new bug