#40268 closed submission (fixed)
Psiconv @0.9.8
Reported by: | c.herbig@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.0 |
Keywords: | Cc: | cooljeanius (Eric Gallager) | |
Port: | psiconv |
Description
Portfile for psiconv, a utility for converting Psion files. Can be used by Gnumeric and Abiword, if those ports are configured to do so. Right now, gnumeric is not, but I will update that in a separate ticket.
Attachments (2)
Change History (7)
Changed 11 years ago by c.herbig@…
comment:1 Changed 11 years ago by c.herbig@…
Changed 11 years ago by c.herbig@…
Attachment: | Portfile.2 added |
---|
comment:2 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Status: | new → assigned |
Thanks.
comment:3 follow-up: 4 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Committed in r110331. I disabled the universal variant because it failed to build; this should ideally be fixed, but may need to use the muniversal portgroup or a post-configure ed(1) script, since I saw configure output which checked for sizeof long which would be incorrect for a normal universal build. I changed the master_sites to use the ${homepage} variable. I added a library dependency on ImageMagick because psiconv ends up linking with libMagickCore.
comment:4 Changed 11 years ago by c.herbig@…
Replying to ryandesign@…:
Committed in r110331. I disabled the universal variant because it failed to build; this should ideally be fixed, but may need to use the muniversal portgroup or a post-configure ed(1) script, since I saw configure output which checked for sizeof long which would be incorrect for a normal universal build. I changed the master_sites to use the ${homepage} variable. I added a library dependency on ImageMagick because psiconv ends up linking with libMagickCore.
That makes me a bit more timid about making this an automatic dependency of Gnumeric. I'd prefer not to inundate the users with +psiconv +paradox +gnomedb and +gda variants, but I'll keep it in mind.
Added explicit dependency on pkgconfig.