-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the HTTP mirror documented on the home page
- Loading branch information
dsainty
committed
Dec 15, 2006
1 parent
0c95a73
commit b08563a
Showing
2 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
# $NetBSD: Makefile,v 1.7 2006/12/11 15:51:52 gdt Exp $ | ||
# $NetBSD: Makefile,v 1.8 2006/12/15 18:20:39 dsainty Exp $ | ||
|
||
DISTNAME= proj-pdf-docs | ||
PKGNAME= proj-doc-1.1 | ||
PKGREVISION= 1 | ||
CATEGORIES= misc geography | ||
MASTER_SITES= ftp://ftp.remotesensing.org/pub/proj/ | ||
MASTER_SITES= ftp://ftp.remotesensing.org/pub/proj/ \ | ||
http://dl.maptools.org/dl/proj/ | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= http://www.remotesensing.org/proj/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
# $NetBSD: Makefile,v 1.22 2006/12/11 18:23:18 gdt Exp $ | ||
# $NetBSD: Makefile,v 1.23 2006/12/15 18:15:00 dsainty Exp $ | ||
|
||
DISTNAME= proj-4.5.0 | ||
PKGREVISION= 1 | ||
CATEGORIES= misc geography | ||
MASTER_SITES= ftp://ftp.remotesensing.org/pub/proj/ | ||
MASTER_SITES= ftp://ftp.remotesensing.org/pub/proj/ \ | ||
http://dl.maptools.org/dl/proj/ | ||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} proj-datumgrid-1.3${EXTRACT_SUFX} | ||
|
||
MAINTAINER= [email protected] | ||
|