#274 closed enhancement (invalid)
New Port of analog 5.30
Reported by: | marius173@… | Owned by: | marius173@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | jpm@… | |
Port: |
Description
Updated the Portfile I posted to the darwinports list (up from version 5.24). Also added html documention (http://localhost/analog/docs/) and enabled the report (http://localhost/ analog/Report.html)
Attachments (3)
Change History (11)
Changed 22 years ago by marius173@…
comment:1 Changed 22 years ago by jpm@…
you might consider moving the html docs into an os conditional so it installs into the proper web docroot. the given works quite well for os x installs but some room should be made for other operating systems. additionally some interoperability with the apache port would be nice. is that even the proper docroot for darwin?
something like this might do the trick:
switch ${os.platform} {
darwin {
set docroot "/Library/WebServer/Documents/"
} freebsd {
set docroot "/usr/local/www/htdocs/"
} default {
#what os are you running? puts stdout "and it was like, beep beep beep beep beep..."
}
}
# apache port interop if {[ file exists ${prefix}/sbin/httpd]} {
set docroot "${prefix}/www/htdocs/" # this might not be right
}
comment:2 Changed 22 years ago by jpm@…
that should be:
switch ${os.platform} {
darwin {
set docroot "/Library/WebServer/Documents/"
} freebsd {
set docroot "/usr/local/www/data/"
} default {
#what os are you running? #do something meaningful here. puts stdout "and it was like, beep beep beep beep beep..."
}
}
# apache port interop if {[ file exists ${prefix}/sbin/httpd]} {
set docroot "${prefix}/www/data/"
}
comment:3 Changed 22 years ago by marius173@…
bug_file_loc: | http://www.hmug.org/dports/analog/ → http://www.hmug.org/dports/www/analog/ |
---|
Note: I changed the path of these files at www.hmug.org.
comment:4 Changed 22 years ago by landonf@…
Owner: | changed from kevin@… to eric@… |
---|
comment:5 Changed 22 years ago by jpm@…
Owner: | changed from eric@… to jpm@… |
---|
marius, is this port ready to go? it is a little unclear from the comments if the changes were made or desired. if you do not feel the changes are necessary i can go ahead and commit the analogue port - just let me know what you think.
comment:6 Changed 22 years ago by jpm@…
Owner: | changed from jpm@… to marius173@… |
---|
reassigning to marius
comment:7 Changed 22 years ago by fkr@…
Cc: | jpm@… added |
---|
can this bug be marked invalid? it's been a while.... -fkr
comment:8 Changed 21 years ago by michaelm@…
Resolution: | → invalid |
---|---|
Status: | new → closed |
as pointed out by fkr, it's been a long time since anything has happened to this bug, lets mark it invalid and resubmit a new one if someone wants to take up an anolog port again
Portfile