Re: Need help to write master_sites in the correct way

2016-03-30 Thread Abdulrahman Alshammari
Done. Thanks for your support, Mojca Miklavec > On Mar 30, 2016, at 4:54 PM, Abdulrahman Alshammari > wrote: > > I really appreciate your support. It is completely about my concern. Awesome > solutions. > Thanks a lot > >> On Mar 30, 2016, at 1:06 PM, Mojca Miklavec

Re: multiple distfiles from multiple sources and with multiple compression types

2016-03-30 Thread Mojca Miklavec
On 30 March 2016 at 19:25, René J. V. wrote: > >> It is fairly obvious how to extract these files. There is usually no >> need to specify how these files should be extracted, since most >> compression methods can be deduced from the filename. >> >> The command 'use_* yes' would then only set the

Re: PortGroup directory hierarchy/priority

2016-03-30 Thread René J . V . Bertin
Rainer Müller wrote: > 1. _resources/port1.0/group/*.tcl in ports tree of this port > 2. _resources/port1.0/group/*.tcl in default ports tree A "check in 1) and then in 2) if not found" even if 1) is inside a tree that doesn't override the default tree? > The _resource directory is meant to

Re: multiple distfiles from multiple sources and with multiple compression types

2016-03-30 Thread René J . V . Bertin
Rainer Müller wrote: > In case of multiple distfiles you will always specify the full name > anyway. This would be that for an option such as this example: > > distfilesfoo.tar.gz \ > bar.tar.xz Yes, *fetching* isn't the problem here. > It is fairly obvious how to extract

Re: Need help to write master_sites in the correct way

2016-03-30 Thread Mojca Miklavec
On 30 March 2016 at 18:45, Abdulrahman Alshammari wrote: > Hey, > > The software that I want to build a port for is getting updated 3-5 times in > a year. So, I need to build the portfile in a way that will be easy to > update. So let me explain my issue. > > The homepage of the software is here:

Re: Conflicting ports

2016-03-30 Thread Mark Brethen
The netgen file is newer and has the correct spelling “mp.second_order”, however I noticed that there are other differences between the netgen  file and calculix cgx. ---

Re: html and postscript viewer

2016-03-30 Thread Ryan Schmidt
On Mar 30, 2016, at 8:21 PM, Kevin Walzer wrote: > On 3/30/16 9:11 PM, Mark Brethen wrote: >> Culculix CGX is setting a default html (firefox) and postscript (gv) viewer. >> For mac users, they recommend changing ‘gv’ to ‘preview’ but give no >> recommendation for a browser. I thought I’d ask

Re: html and postscript viewer

2016-03-30 Thread Mark Brethen
> On Mar 30, 2016, at 8:24 PM, Mark Brethen wrote: > > I’ll use /opt/local/share/doc/${name} for the default location. to be more correct, $(prefix}/share/doc/${name} ___ macports-dev mailing list

Re: html and postscript viewer

2016-03-30 Thread Mark Brethen
I suppose these launch scripts will need to be installed in ${prefix}/bin. > On Mar 30, 2016, at 8:59 PM, Brandon Allbery wrote: > > On Wed, Mar 30, 2016 at 9:45 PM, Mark Brethen > wrote: > According to the

Re: html and postscript viewer

2016-03-30 Thread Ryan Schmidt
On Mar 30, 2016, at 21:17, Mark Brethen wrote: > > I suppose these launch scripts will need to be installed in ${prefix}/bin. No need for custom scripts. Set PSVIEWER to "open" (part of OS X) and BROWSER to "openbrowser" (and add a dependency on my openbrowser port).

Re: multiple distfiles from multiple sources and with multiple compression types

2016-03-30 Thread Ryan Schmidt
On Mar 30, 2016, at 3:06 PM, Mojca Miklavec wrote: > On 30 March 2016 at 19:25, René J. V. wrote: >> >>> It is fairly obvious how to extract these files. There is usually no >>> need to specify how these files should be extracted, since most >>> compression methods can be deduced from the

Re: html and postscript viewer

2016-03-30 Thread Mark Brethen
A header file specifies these parameters: /* html browser, change if necessary */ /* postscript viewer, change if necessary */ #ifdef MTU #define BROWSER {"firefox"} #define PSVIEWER {"gv"} #else /* #define BROWSER {"netscape"} */ /* #define BROWSER

Re: html and postscript viewer

2016-03-30 Thread Kevin Walzer
On 3/30/16 9:28 PM, Ryan Schmidt wrote: /usr/bin/open is not necessarily suitable. For example, I have configure my system so that if I `open` a .html file, it opens into my text editor, because I frequently edit html files. However, if another program is trying to open a web page, then I

Re: html and postscript viewer

2016-03-30 Thread Kevin Walzer
On 3/30/16 9:11 PM, Mark Brethen wrote: Culculix CGX is setting a default html (firefox) and postscript (gv) viewer. For mac users, they recommend changing ‘gv’ to ‘preview’ but give no recommendation for a browser. I thought I’d ask here whether to keep it firefox or change it to something

Re: html and postscript viewer

2016-03-30 Thread Ryan Schmidt
> On Mar 30, 2016, at 8:36 PM, Kevin Walzer wrote: > > On 3/30/16 9:28 PM, Ryan Schmidt wrote: >> /usr/bin/open is not necessarily suitable. For example, I have configure my >> system so that if I `open` a .html file, it opens into my text editor, >> because I frequently

Re: html and postscript viewer

2016-03-30 Thread Mark Brethen
According to the documentation these parameters are actually the names of shell scripts that CGX runs to open the viewers. For example, the instruction for the html viewer are as follows: Create the shell script, respectively a file with filename “firefox“ (or any other file- name) in a

Re: html and postscript viewer

2016-03-30 Thread Brandon Allbery
On Wed, Mar 30, 2016 at 9:45 PM, Mark Brethen wrote: > According to the documentation these parameters are actually the names of > shell scripts that CGX runs to open the viewers. For example, the > instruction for the html viewer are as follows: This is because Linux's

html and postscript viewer

2016-03-30 Thread Mark Brethen
Culculix CGX is setting a default html (firefox) and postscript (gv) viewer. For mac users, they recommend changing ‘gv’ to ‘preview’ but give no recommendation for a browser. I thought I’d ask here whether to keep it firefox or change it to something else? Safari?

Re: html and postscript viewer

2016-03-30 Thread Ryan Schmidt
On Mar 30, 2016, at 8:11 PM, Mark Brethen wrote: > Culculix CGX is setting a default html (firefox) and postscript (gv) viewer. > For mac users, they recommend changing ‘gv’ to ‘preview’ but give no > recommendation for a browser. I thought I’d ask here whether to keep it > firefox or change

Re: [147186] trunk/dports/net/nmap/Portfile

2016-03-30 Thread Ryan Schmidt
> On Mar 30, 2016, at 10:10 AM, dl...@macports.org wrote: > > Revision > 147186 > Author > dl...@macports.org > Date > 2016-03-30 08:10:35 -0700 (Wed, 30 Mar 2016) > Log Message > > nmap: add a way to build without subversion (fixes #37343), also switched > no_* variants to the correct

Need help to write master_sites in the correct way

2016-03-30 Thread Abdulrahman Alshammari
Hey, The software that I want to build a port for is getting updated 3-5 times in a year. So, I need to build the portfile in a way that will be easy to update. So let me explain my issue. The homepage of the software is here: http://vsl.cis.udel.edu/civl/index.html