Re: netpbm fails to download using svn

2011-10-16 Thread Brandon Allbery
On Mon, Oct 17, 2011 at 00:28, Ryan Schmidt wrote: > This branch of the software is only distributed from the Subversion > repository; there are no downloadable tarballs available. The alternative > would be for the maintainer to package up a tarball and arrange to have it > uploaded to distfiles

Re: netpbm fails to download using svn

2011-10-16 Thread Ryan Schmidt
On Oct 16, 2011, at 23:23, Brandon Allbery wrote: > On Sun, Oct 16, 2011 at 23:18, Ryan Schmidt wrote: >> On Oct 16, 2011, at 18:08, Frank J. R. Hanstick wrote: >>> > How does this error get corrected if the maintainer is unwilling to fix >>> > an obvious defect? >> >> Are you saying that MacPort

Re: netpbm fails to download using svn

2011-10-16 Thread Brandon Allbery
On Sun, Oct 16, 2011 at 23:18, Ryan Schmidt wrote: > On Oct 16, 2011, at 18:08, Frank J. R. Hanstick wrote: > > How does this error get corrected if the maintainer is unwilling to fix > an obvious defect? > > Are you saying that MacPorts' capability to fetch sources from CVS, > Subversion, Git, M

prerequisites of knowledge

2011-10-16 Thread trout swim
hello i have looked at the FAQ in Macports and in the wiki and have yet to see any prerequisites for a persons knowledge base and that persons ability to work with the Bash command line or conditional programming. In the last few years while i have self taught in the http document mark up and dynam

Re: determining the exact variants that got installed

2011-10-16 Thread Ryan Schmidt
On Oct 16, 2011, at 19:25, Mr. Puneet Kishor wrote: > punkish@Lucknow /opt/local/bin$./gdal-config --dep-libs > -L/opt/local/lib -lproj -L/opt/local/lib -lgeos_c -L/opt/local/lib -lexpat > -L/opt/local -L/opt/local/lib -lgif -L/opt/local -L/opt/local/lib -ljpeg > -L/opt/local/lib -lgeotiff -L/op

Re: netpbm fails to download using svn

2011-10-16 Thread Ryan Schmidt
On Oct 16, 2011, at 18:08, Frank J. R. Hanstick wrote: > How does this error get corrected if the maintainer is unwilling to fix an > obvious defect? What obvious defect are you referring to? Are you saying that MacPorts' capability to fetch sources from CVS, Subversion, Git, Mercurial, and B

Re: netpbm fails to download using svn

2011-10-16 Thread Daniel J. Luke
On Oct 16, 2011, at 7:28 PM, Jeremy Lavergne wrote: >> Short of creating a mirror of our own, there's not much we can do about this. ... but that's probably what the maintainer should do (generate a tarball of the 'good' source and get it hosted by macports)... -- Daniel J. Luke

Re: determining the exact variants that got installed

2011-10-16 Thread Mr. Puneet Kishor
On Oct 16, 2011, at 6:47 PM, Jeremy Lavergne wrote: >> I am specifically requesting for the only gdal-config available. > > You can manually run gdal-config; see what values it prints out for you. > Makes so much sense, and seems obvious, now that you have taught me how. Thanks! punkish@Lu

Re: determining the exact variants that got installed

2011-10-16 Thread Jeremy Lavergne
> I am specifically requesting for the only gdal-config available. You can manually run gdal-config; see what values it prints out for you. When you run it without argument it should tell you how to use it, then run it again requesting as much information as you can from it. smime.p7s Descrip

Re: determining the exact variants that got installed

2011-10-16 Thread Mr. Puneet Kishor
On Oct 16, 2011, at 6:35 PM, Jeremy Lavergne wrote: >> $port installed gdal >> The following ports are currently installed: >> gdal @1.8.0_0+expat >> gdal >> @1.8.0_1+curl+expat+geos+netcdf+postgresql90+python27+spatialite+sqlite3 >> (active) >> gdal @1.8.0_1+expat >> >> >> So, it seems I hav

Re: determining the exact variants that got installed

2011-10-16 Thread Jeremy Lavergne
> $port installed gdal > The following ports are currently installed: > gdal @1.8.0_0+expat > gdal > @1.8.0_1+curl+expat+geos+netcdf+postgresql90+python27+spatialite+sqlite3 > (active) > gdal @1.8.0_1+expat > > > So, it seems I have multiple versions of gdal installed, and the PostGIS > con

Re: determining the exact variants that got installed

2011-10-16 Thread Mr. Puneet Kishor
On Oct 16, 2011, at 6:28 PM, Jeremy Lavergne wrote: >> `port gdal` has a lot of variants. I installed it with several of those >> variants enabled. Is there a way to determine which all variants got >> installed? > > port -v installed gdal > Thanks. So... punkish@lucknow ~$port installed g

Re: determining the exact variants that got installed

2011-10-16 Thread Scott Webster
On Sun, Oct 16, 2011 at 4:26 PM, Mr. Puneet Kishor wrote: > `port gdal` has a lot of variants. I installed it with several of those > variants enabled. Is there a way to determine which all variants got > installed? > port installed gdal ___ macports-

Re: determining the exact variants that got installed

2011-10-16 Thread Jeremy Lavergne
> `port gdal` has a lot of variants. I installed it with several of those > variants enabled. Is there a way to determine which all variants got > installed? port -v installed gdal smime.p7s Description: S/MIME cryptographic signature ___ macports-u

Re: netpbm fails to download using svn

2011-10-16 Thread Jeremy Lavergne
> How does this error get corrected if the maintainer is unwilling to fix an > obvious defect? Based on the rest of the ticket, there might not be anything to be done: You're not the first one to report intermittent svn failures from svn.sourceforge.net. This can happen both with http and with h

determining the exact variants that got installed

2011-10-16 Thread Mr. Puneet Kishor
`port gdal` has a lot of variants. I installed it with several of those variants enabled. Is there a way to determine which all variants got installed? Here is why I ask -- I want to install a software (actually, PostGIS 2.0 development version, available from its SVN repo, not from MacPorts) th

netpbm fails to download using svn

2011-10-16 Thread Frank J. R. Hanstick
Hello, In trying to upgrade via: sudo port upgrade outdated I encountered the following error: ---> Fetching netpbm Error: Target org.macports.fetch returned: Subversion check out failed Log for netpbm is at: /opt/local/var/mac

Re: py27-epydoc ?

2011-10-16 Thread Jeremy Lavergne
> I am looking for epydoc for python27. > It seems the port does not exist, any chance it appears one day ? > > May be it exists an equivalent tool for python27 available through macports, > let me know. I'm adding a python 2.7 module right now (py27-epydoc). It should be available after about

py27-epydoc ?

2011-10-16 Thread Frédéric Dubois
Hello, I am looking for epydoc for python27. It seems the port does not exist, any chance it appears one day ? May be it exists an equivalent tool for python27 available through macports, let me know. Regards -- --- Frédéric Dubois, Eng, PhD LMGC - UMR CNRS 5508 Université de Montpellier 2, c

Re: what went where?

2011-10-16 Thread Perry Lee
On Oct 16, 2011, at 12:32 PM, Mr. Puneet Kishor wrote: > ---> Attempting to fetch > GDAL-1.7.1.tar.gzfromhttp://ykf.ca.distfiles.macports.org/MacPorts/mpdistfiles/python > ---> Verifying checksum(s) for py27-gdal > ---> Extracting py27-gdal > ---> Configuring py27-gdal > ---> Building py27-

Re: what went where?

2011-10-16 Thread Scott Webster
On Sun, Oct 16, 2011 at 12:32 PM, Mr. Puneet Kishor wrote: > --->  Attempting to fetch > GDAL-1.7.1.tar.gzfromhttp://ykf.ca.distfiles.macports.org/MacPorts/mpdistfiles/python > --->  Verifying checksum(s) for py27-gdal > --->  Extracting py27-gdal > --->  Configuring py27-gdal > --->  Building py

what went where?

2011-10-16 Thread Mr. Puneet Kishor
---> Attempting to fetch GDAL-1.7.1.tar.gzfromhttp://ykf.ca.distfiles.macports.org/MacPorts/mpdistfiles/python ---> Verifying checksum(s) for py27-gdal ---> Extracting py27-gdal ---> Configuring py27-gdal ---> Building py27-gdal ---> Staging py27-gdal into destroot ---> Installing py27-gdal

Re: system git vs MacPorts git for fetching source

2011-10-16 Thread Jason Swails
On Sun, Oct 16, 2011 at 12:08 PM, Ryan Schmidt wrote: > On Oct 16, 2011, at 10:40, Jason Swails wrote: > > On Sun, Oct 16, 2011 at 11:18 AM, Adam Mercer wrote: > >> Can't the MacPorts git be used in preference to the one supplied by > Xcode? > > > > Can you simply rearrange PATH (so that `which gi

Re: system git vs MacPorts git for fetching source

2011-10-16 Thread Ryan Schmidt
On Oct 16, 2011, at 10:40, Jason Swails wrote: > On Sun, Oct 16, 2011 at 11:18 AM, Adam Mercer wrote: >> Can't the MacPorts git be used in preference to the one supplied by Xcode? > > Can you simply rearrange PATH (so that `which git` returns /opt/local/bin/git > rather than /usr/bin/git if it do

Re: system git vs MacPorts git for fetching source

2011-10-16 Thread Adam Mercer
On Sun, Oct 16, 2011 at 10:40, Jason Swails wrote: > You could always change this to tracking instead for the time being.  From > git 1.7.7 manpage: > >    o    tracking - deprecated synonym for upstream. That's a temporary solution, that will work for the time being. > Can you simply r

Re: system git vs MacPorts git for fetching source

2011-10-16 Thread Jason Swails
On Sun, Oct 16, 2011 at 11:18 AM, Adam Mercer wrote: > Hi > > As the source for certain ports are obtained by Git I've been seeing a > problem regarding fetching the source related to a setting I have in > my ~/.gitconfig, specifically: > > [push] > default = upstream > You could always change

system git vs MacPorts git for fetching source

2011-10-16 Thread Adam Mercer
Hi As the source for certain ports are obtained by Git I've been seeing a problem regarding fetching the source related to a setting I have in my ~/.gitconfig, specifically: [push] default = upstream I believe this option was added in Git-1.7.0, when source is fetched for port that use git the