Looking for a port that installs a .app in /Applications/MacPorts/

View: New views
6 Messages — Rating Filter:   Alert me  

Looking for a port that installs a .app in /Applications/MacPorts/

by Fernando Nasser :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all,

I am looking for a port that installs a .app in /Applications/MacPorts/
so I can use it as an example to add that for other posts.

Can someone tell me a port that has this feature?

Thanks in advance.

--Fernando

_______________________________________________
macports-users mailing list
macports-users@...
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Re: Looking for a port that installs a .app in /Applications/MacPorts/

by Jochen Küpper-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 05.11.2009, at 17:26, Fernando Nasser wrote:

> Hi all,
>
> I am looking for a port that installs a .app in /Applications/
> MacPorts/ so I can use it as an example to add that for other posts.
>
> Can someone tell me a port that has this feature?

Emacs.app
_______________________________________________
macports-users mailing list
macports-users@...
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Re: Looking for a port that installs a .app in /Applications/MacPorts/

by Olaf Foellinger :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

* Fernando Nasser <fnasser@...> [05.11.09 17:26]wrote:

> Hi all,
>
> I am looking for a port that installs a .app in
> /Applications/MacPorts/ so I can use it as an example to add that
> for other posts.
>
> Can someone tell me a port that has this feature?

Gimp.app

Gruß Olaf
_______________________________________________
macports-users mailing list
macports-users@...
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Re: Looking for a port that installs a .app in /Applications/MacPorts/

by dreamcat four :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

CocoaDialog is another. They all appear to belong in the group named aqua.

$ ls /opt/local/var/macports/sources/rsync.macports.org/release/ports/aqua/

On Thu, Nov 5, 2009 at 5:33 PM, Jochen Küpper
<kuepper.jochen@...> wrote:

> On 05.11.2009, at 17:26, Fernando Nasser wrote:
>
>> Hi all,
>>
>> I am looking for a port that installs a .app in /Applications/MacPorts/ so
>> I can use it as an example to add that for other posts.
>>
>> Can someone tell me a port that has this feature?
>
> Emacs.app
> _______________________________________________
> macports-users mailing list
> macports-users@...
> http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
>
_______________________________________________
macports-users mailing list
macports-users@...
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Re: Looking for a port that installs a .app in /Applications/MacPorts/

by Fernando Nasser :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks for all the suggestions guys.

I found a good model that has the .app stuff under files and processes
it at post-destroot time: 'pspp'.

For me this one has the advantage that I can add these to the ports
independently of being in the apps sources or if it is distributed in
source or binary.

Now it is time to start working on it.

Regards to all,
Fernando




dreamcat four wrote:

> CocoaDialog is another. They all appear to belong in the group named aqua.
>
> $ ls /opt/local/var/macports/sources/rsync.macports.org/release/ports/aqua/
>
> On Thu, Nov 5, 2009 at 5:33 PM, Jochen Küpper
> <kuepper.jochen@...> wrote:
>  
>> On 05.11.2009, at 17:26, Fernando Nasser wrote:
>>
>>    
>>> Hi all,
>>>
>>> I am looking for a port that installs a .app in /Applications/MacPorts/ so
>>> I can use it as an example to add that for other posts.
>>>
>>> Can someone tell me a port that has this feature?
>>>      
>> Emacs.app
>> _______________________________________________
>> macports-users mailing list
>> macports-users@...
>> http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
>>
>>    
>
>  

_______________________________________________
macports-users mailing list
macports-users@...
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Re: Looking for a port that installs a .app in /Applications/MacPorts/

by Ryan Schmidt-24 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Olaf Foellinger wrote:

> Fernando Nasser wrote:
>
>> I am looking for a port that installs a .app in
>> /Applications/MacPorts/ so I can use it as an example to add that
>> for other posts.
>>
>> Can someone tell me a port that has this feature?
>
> Gimp.app

And FYI, you can figure this out, by searching all portfiles for the  
string "applications_dir", which is the MacPorts variable which by  
default has the value /Applications/MacPorts (though the user can  
change it in macports.conf). To search all portfiles for this, you  
could do:

cd $(port dir MacPorts)/../..
grep applications_dir */*/Portfile

There are also still some ports that hardcode /Applications/MacPorts.  
These ports should be updated to use the ${applications_dir} variable.  
To find these ports:

cd $(port dir MacPorts)/../..
grep /Applications/MacPorts */*/Portfile




_______________________________________________
macports-users mailing list
macports-users@...
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users