Re: need help making a port for django
"Mark Duling" <[email protected]> Mon, 04 Sep 2006 09:43:53 -0700
| Newsgroups | gmane.os.opendarwin.darwinports |
|---|---|
| Message-ID | <[email protected]> |
Erick Tryzelaar <[email protected]> writes: >O got a Portfile/fetch question. I'm working on a portfile for django,=20 >the web application program (http://www.djangoproject.com). I'm running=20 >into an issue trying to fetch the source. django has their webserver set= =20 >up so that if you navigate to=20 >http://www.djangoproject.com/download/0.95/tarball/, you download=20 >Django-0.95.tar.gz. I'm not sure how to get macports to work in this=20 >situation. Anyone have any ideas? The freebsd folks have found another link to use. See their Makefile for Django. http://www.freebsd.org/cgi/cvsweb.cgi/ports/www/py-django/Makefile So master_sites would be: http://media.djangoproject.com/releases/0.95/ I tested it with curl: curl -O http://media.djangoproject.com/releases/0.95/Django-0.95.tar.gz Mark