#29767 closed submission (fixed)
pdfposter 0.5.0 submission
Reported by: | someuser12 | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.2 |
Keywords: | Cc: | ||
Port: | pdfposter |
Description
This is a submission for a port for pdfposter. This utility allows to print a large PDF document (e.g. A0) on multiple pages (e.g. A4) that can be assembled to make a poster, much like poster does, but with PDF instead of PostScript.
Attachments (2)
Change History (9)
Changed 13 years ago by someuser12
comment:2 follow-up: 3 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | macosx12345@… removed |
---|---|
Port: | pdfposter added |
Does this actually need python25 or would a newer version like python27 work? If so we should use that.
comment:3 Changed 13 years ago by someuser12
Replying to ryandesign@…:
Does this actually need python25 or would a newer version like python27 work? If so we should use that.
Python 2.7 works indeed. I attached a Portfile that uses python27 but I'm not sure it's 100% correct. Especially, the installed command is /opt/local/bin/pdfposter-2.7 with an explicit -2.7 suffix and I don't know how to remove the suffix (the user probably expects the command to be run with `pdfposter' as under Linux).
Changed 13 years ago by someuser12
Attachment: | Portfile.2 added |
---|
Portfile that uses Python 2.7 instead of the original Python 2.5
comment:4 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Status: | new → assigned |
comment:5 follow-up: 6 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Committed in r79918 with these changes:
- added $Id$ line and modeline
- adjusted portfile whitespace and formatting
- fixed maintainers line
- removed unnecessary distfiles line
- removed md5 checksum which we're working on removing from everywhere in MacPorts
- made variable for download id and put it right after version, which makes it hopefully more obvious to future contributors that it must be updated with the version
- added line "python.link_binaries_suffix" to avoid -2.7 suffix
- fixed typos in long description
- added line "supported_archs noarch" since this port does not appear install any architecture-specific files
comment:6 Changed 13 years ago by someuser12
Thank you very much.
Replying to ryandesign@…:
- added line "supported_archs noarch" since this port does not appear install any architecture-specific files
I wonder if there isn't a typo in the commited Portfile: "noach" instead of "noarch".
comment:7 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Thanks for noticing that. Fixed in r80010.
Portfile proposal