pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/ukpostcodes Initial import of a list of UK nation...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/518db6f6754f
branches:  trunk
changeset: 494609:518db6f6754f
user:      agc <agc%pkgsrc.org@localhost>
date:      Thu May 26 08:58:43 2005 +0000

description:
Initial import of a list of UK national postcodes into the Packages
Collection. The list is a five-field CSV file.

        Free list of UK postcodes

        The list is formatted as plain text, with each record on a separate
        line.  Each record consists of five fields, each field being separated
        by a comma.  You should be able to import this data into most
        applications that support "comma separated variables".  The five
        fields are:

           1. First part of the UK postcode (area code)
           2. x-coordinate (metres)
           3. y-coordinate (metres)
           4. Latitude
           5. Longitude

diffstat:

 misc/ukpostcodes/DESCR    |  13 +++++++++++++
 misc/ukpostcodes/Makefile |  21 +++++++++++++++++++++
 misc/ukpostcodes/PLIST    |   3 +++
 misc/ukpostcodes/distinfo |   5 +++++
 4 files changed, 42 insertions(+), 0 deletions(-)

diffs (58 lines):

diff -r c51ed72a5dbd -r 518db6f6754f misc/ukpostcodes/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/ukpostcodes/DESCR    Thu May 26 08:58:43 2005 +0000
@@ -0,0 +1,13 @@
+Free list of UK postcodes
+
+The list is formatted as plain text, with each record on a separate
+line.  Each record consists of five fields, each field being separated
+by a comma.  You should be able to import this data into most
+applications that support "comma separated variables".  The five
+fields are:
+
+   1. First part of the UK postcode (area code)
+   2. x-coordinate (metres)
+   3. y-coordinate (metres)
+   4. Latitude
+   5. Longitude
diff -r c51ed72a5dbd -r 518db6f6754f misc/ukpostcodes/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/ukpostcodes/Makefile Thu May 26 08:58:43 2005 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/05/26 08:58:43 agc Exp $
+
+DISTNAME=      postcodes
+PKGNAME=       postcodes-20040515
+CATEGORIES=    misc
+MASTER_SITES=  http://www.jibble.org/ukpostcodes/
+EXTRACT_SUFX=  .zip
+
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
+HOMEPAGE=      http://www.jibble.org/
+COMMENT=       UK national postcode information
+
+WRKSRC=                ${WRKDIR}
+NO_CONFIGURE=  yes
+NO_BUILD=      yes
+
+do-install:
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/ukpostcodes
+       ${INSTALL_DATA} ${WRKSRC}/jibble-postcodes.csv ${PREFIX}/share/ukpostcodes/
+
+.include "../../mk/bsd.pkg.mk"
diff -r c51ed72a5dbd -r 518db6f6754f misc/ukpostcodes/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/ukpostcodes/PLIST    Thu May 26 08:58:43 2005 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/05/26 08:58:43 agc Exp $
+share/ukpostcodes/jibble-postcodes.csv
+@dirrm share/ukpostcodes
diff -r c51ed72a5dbd -r 518db6f6754f misc/ukpostcodes/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/ukpostcodes/distinfo Thu May 26 08:58:43 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/05/26 08:58:43 agc Exp $
+
+SHA1 (postcodes.zip) = 050678c07d36c4a996cc1ce566c17165dfef0cc6
+RMD160 (postcodes.zip) = 4709b87b784185f2076979ef3c7b80a9903ab824
+Size (postcodes.zip) = 36625 bytes



Home | Main Index | Thread Index | Old Index