Some questions about the new molden port
On 26.06.2007, at 20:21, source_changes@macosforge.org wrote:
Log Message molden: convert portfile from iso-8859-1 to utf-8
Are Portfiles per definition UTF-8? Is that documented somewhere? I cold not find anything by searching the MacPorts Wiki. If UTF-8 is required, is it ok to add a Local Variables section to the end of the files, so Emacs automatically uses the correct file coding? Like this: ## Local Variables: ## coding: utf-8 ## End: Moreover, I have agreed with the author of molden to include a banner at the end of the install process to ask the user kindly to register his use of molden. Therefore I have added the following code to the Portfile: post-install { ui_info "**************************************************" ui_info "In order to keep up support for Molden, proof that" ui_info "it is being used outside the CMBI is required." ui_info "Please register your copy of molden at:" ui_info "*** http://www.cmbi.ru.nl/molden/ form.html ***" ui_info "**************************************************" } However, this is not printed on my own system. What would be the correct way of doing this? Greetings, Jochen -- Einigkeit und Recht und Freiheit http://www.Jochen- Kuepper.de Liberté, Égalité, Fraternité GnuPG key: CC1B0B4D Sex, drugs and rock-n-roll
On 26.06.2007, at 22:47, Jochen Küpper wrote:
Are Portfiles per definition UTF-8?
Nevermind, I have found it in the man page just now. Sorry for the line noise. However, these questions remain:
is it ok to add a Local Variables section to the end of the files, so Emacs automatically uses the correct file coding? Like this:
## Local Variables: ## coding: utf-8 ## End:
Moreover, I have agreed with the author of molden to include a banner at the end of the install process to ask the user kindly to register his use of molden. Therefore I have added the following code to the Portfile:
post-install { ui_info "**************************************************" ui_info "In order to keep up support for Molden, proof that" ui_info "it is being used outside the CMBI is required." ui_info "Please register your copy of molden at:" ui_info "*** http://www.cmbi.ru.nl/molden/ form.html ***" ui_info "**************************************************" }
However, this is not printed on my own system. What would be the correct way of doing this?
Greetings, Jochen -- Fritz-Haber-Institut der MPG -- Department of Molecular Physics Faradayweg 4-6 (C1.03) D-14195 Berlin, Germany phone: +49-30-84135686 fax: +49-30-84135892
On Jun 26, 2007, at 4:47 PM, Jochen Küpper wrote:
Moreover, I have agreed with the author of molden to include a banner at the end of the install process to ask the user kindly to register his use of molden. Therefore I have added the following code to the Portfile:
post-install { ui_info "**************************************************" ui_info "In order to keep up support for Molden, proof that" ui_info "it is being used outside the CMBI is required." ui_info "Please register your copy of molden at:" ui_info "*** http://www.cmbi.ru.nl/molden/ form.html ***" ui_info "**************************************************" }
However, this is not printed on my own system. What would be the correct way of doing this?
s/ui_info/ui_msg/ -- Daniel J. Luke +========================================================+ | *---------------- dluke@geeklair.net ----------------* | | *-------------- http://www.geeklair.net -------------* | +========================================================+ | Opinions expressed are mine and do not necessarily | | reflect the opinions of my employer. | +========================================================+
participants (2)
-
Daniel J. Luke
-
Jochen Küpper