Import of pkgsrc-2014Q1
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.39 2012/12/11 23:36:48 gdt Exp $
|
||||
# $NetBSD: Makefile,v 1.40 2014/02/01 18:11:45 rodent Exp $
|
||||
#
|
||||
|
||||
COMMENT= Software for geographical-related uses
|
||||
@@ -37,6 +37,7 @@ SUBDIR+= proj
|
||||
SUBDIR+= proj-doc
|
||||
SUBDIR+= proj-swig
|
||||
SUBDIR+= py-proj
|
||||
SUBDIR+= py-trytond-country
|
||||
SUBDIR+= qgis
|
||||
SUBDIR+= qlandkartegt
|
||||
SUBDIR+= qlandkartegt-garmindev
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.22 2013/06/06 12:54:27 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.28 2014/01/04 13:46:55 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= emerillon-0.1.2
|
||||
PKGREVISION= 18
|
||||
PKGREVISION= 24
|
||||
CATEGORIES= geography
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/emerillon/0.1/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
@@ -1,10 +1,12 @@
|
||||
# $NetBSD: Makefile,v 1.14 2012/12/07 02:19:58 gdt Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2014/03/12 00:14:29 gdt Exp $
|
||||
#
|
||||
|
||||
DISTNAME= epsg-v${VERS}sql-PostgreSQL
|
||||
PKGNAME= epsg-8.1
|
||||
VERS= 8_1
|
||||
VERS_README= 8.1
|
||||
PKGNAME= epsg-${VERS_README}
|
||||
VER_MAJOR= 8
|
||||
VER_MINOR= 1
|
||||
VERS= ${VER_MAJOR}_${VER_MINOR}
|
||||
VERS_README= ${VER_MAJOR}.${VER_MINOR}
|
||||
CATEGORIES= geography databases
|
||||
MASTER_SITES+= http://www.epsg.org/databases/ \
|
||||
http://www.epsg.org/databases/Arc/${VERS}/
|
||||
@@ -12,7 +14,11 @@ DISTFILES+= epsg-v${VERS}sql-PostgreSQL.zip \
|
||||
epsg-v${VERS}sql-mySQL.zip
|
||||
DIST_SUBDIR= epsg-${VERS}
|
||||
|
||||
# Note some files are unpacked twice, once for PostgeSQL and once for
|
||||
# mySQL. We assume that they are the same and ignore the issue.
|
||||
|
||||
MAINTAINER= brook@nmsu.edu
|
||||
# MAINTAINER+= gdt@NetBSD.org
|
||||
HOMEPAGE= http://www.epsg.org/
|
||||
COMMENT= EPSG geodetic parameters database
|
||||
LICENSE= epsg-license
|
||||
@@ -30,9 +36,24 @@ INSTALLATION_DIRS= ${BINDIR} ${DOCDIR} ${EPSGDIR}
|
||||
MESSAGE_SUBST+= BINDIR=${BINDIR:Q}
|
||||
MESSAGE_SUBST+= EPSGDIR=${EPSGDIR:Q}
|
||||
|
||||
# Sometimes (8.0), pgsql files are in epsg-v${VERS}sql-PostgreSQL/,
|
||||
# Upstream changes layout and file names for no apparent reason.
|
||||
|
||||
## directories
|
||||
# 8.0, 8.3:
|
||||
# pgsql files are in epsg-v${VERS}sql-PostgreSQL/,
|
||||
# with mysql files in epsg-v${VERS}sql-mySQL/.
|
||||
# Sometimes (8.1), they appear in the working directory itself.
|
||||
|
||||
# 8.1:
|
||||
# Files appear in the working directory itself.
|
||||
|
||||
DIR.doc=
|
||||
DIR.pgsql= #epsg-v${VERS}sql-PostgreSQL
|
||||
DIR.mysql= #epsg-v${VERS}sql-mySQL
|
||||
|
||||
## file names
|
||||
# 8.1:
|
||||
# Files are named EPSG_v${VERS}.mdb_{Data,FKeys,Tables}_{PostgreSQL,MySQL}.sql
|
||||
|
||||
DATAFILES.pgsql+= EPSG_v${VERS}.mdb_Data_PostgreSQL.sql
|
||||
DATAFILES.pgsql+= EPSG_v${VERS}.mdb_FKeys_PostgreSQL.sql
|
||||
DATAFILES.pgsql+= EPSG_v${VERS}.mdb_Tables_PostgreSQL.sql
|
||||
@@ -50,18 +71,15 @@ SUBST_MESSAGE.epsg= Fixing EPSG example script
|
||||
PLIST_SUBST+= VERS=${VERS}
|
||||
PLIST_SUBST+= VERS_README=${VERS_README}
|
||||
|
||||
# Note that the doc files are unpacked twice, once for PostgeSQL and
|
||||
# once for mySQL. We assume that they are the same and ignore the
|
||||
# issue.
|
||||
post-extract:
|
||||
${CP} ${FILESDIR}/epsg-load ${WRKSRC}
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/epsg-v${VERS_README}_readme.pdf ${DESTDIR}${DOCDIR:Q}
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/epsg-load ${DESTDIR}${BINDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/${DIR.doc}/epsg-v${VERS_README}_readme.pdf ${DESTDIR}${DOCDIR:Q}
|
||||
.for d in pgsql mysql
|
||||
.for f in ${DATAFILES.${d}}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${EPSGDIR:Q}/${f}
|
||||
${INSTALL_DATA} ${WRKSRC}/${DIR.${d}}/${f} ${DESTDIR}${EPSGDIR:Q}/${f}
|
||||
.endfor
|
||||
.endfor
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.7 2013/05/09 07:39:51 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2013/10/19 09:07:05 adam Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gama-1.13
|
||||
PKGREVISION= 2
|
||||
DISTNAME= gama-1.14
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= geography
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=gama/}
|
||||
|
||||
@@ -18,6 +18,8 @@ CONFIGURE_ARGS+= --infodir=${PREFIX}/info
|
||||
|
||||
INFO_FILES= yes
|
||||
|
||||
TEST_TARGET= check
|
||||
|
||||
.include "../../databases/sqlite3/buildlink3.mk"
|
||||
.include "../../textproc/expat/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.2 2012/09/09 14:26:03 gdt Exp $
|
||||
$NetBSD: distinfo,v 1.3 2013/10/16 22:15:53 gdt Exp $
|
||||
|
||||
SHA1 (gama-1.13.tar.gz) = 2fd1b8aa84ac223bb7b30dcb46bf75949de7a495
|
||||
RMD160 (gama-1.13.tar.gz) = eb46ac12d0deae85104a973fdc53b5e7782e2d66
|
||||
Size (gama-1.13.tar.gz) = 819384 bytes
|
||||
SHA1 (gama-1.14.tar.gz) = 23aca189cc229ef864d2e24d79d142baff41857b
|
||||
RMD160 (gama-1.14.tar.gz) = 5afaf6e3032609d30ef2a12998c70ea412ae9821
|
||||
Size (gama-1.14.tar.gz) = 1040500 bytes
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# $NetBSD: Makefile,v 1.58 2013/05/09 07:39:51 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.64 2014/02/12 23:17:58 tron Exp $
|
||||
|
||||
VERSION= 1.9.2
|
||||
DISTNAME= gdal-${VERSION}
|
||||
PKGNAME= gdal-lib-${VERSION}
|
||||
PKGREVISION= 1
|
||||
PKGREVISION= 7
|
||||
CATEGORIES= geography
|
||||
MASTER_SITES= http://download.osgeo.org/gdal/
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: buildlink3.mk,v 1.31 2013/02/16 11:18:00 wiz Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.34 2014/02/12 23:17:58 tron Exp $
|
||||
|
||||
BUILDLINK_TREE+= gdal-lib
|
||||
|
||||
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= gdal-lib
|
||||
GDAL_LIB_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.gdal-lib+= gdal-lib>=1.6.1
|
||||
BUILDLINK_ABI_DEPENDS.gdal-lib+= gdal-lib>=1.9.1nb7
|
||||
BUILDLINK_ABI_DEPENDS.gdal-lib+= gdal-lib>=1.9.2nb7
|
||||
BUILDLINK_PKGSRCDIR.gdal-lib?= ../../geography/gdal-lib
|
||||
|
||||
pkgbase := gdal-lib
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.21 2013/06/06 12:54:27 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.23 2013/10/10 14:42:11 ryoon Exp $
|
||||
#
|
||||
|
||||
DISTNAME= geoclue-0.12.0
|
||||
PKGREVISION= 16
|
||||
PKGREVISION= 18
|
||||
CATEGORIES= geography
|
||||
MASTER_SITES= http://folks.o-hand.com/jku/geoclue-releases/
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# $NetBSD: Makefile,v 1.22 2013/02/28 17:08:33 gdt Exp $
|
||||
# $NetBSD: Makefile,v 1.24 2013/08/30 16:37:38 gdt Exp $
|
||||
|
||||
DISTNAME= geos-3.3.8
|
||||
DISTNAME= geos-3.4.2
|
||||
CATEGORIES= geography
|
||||
MASTER_SITES= http://download.osgeo.org/geos/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
@@ -1,29 +1,21 @@
|
||||
@comment $NetBSD: PLIST,v 1.10 2011/06/16 09:24:05 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.12 2013/08/30 16:37:38 gdt Exp $
|
||||
bin/geos-config
|
||||
include/geos.h
|
||||
include/geos/algorithm/Angle.h
|
||||
include/geos/algorithm/BoundaryNodeRule.h
|
||||
include/geos/algorithm/CGAlgorithms.h
|
||||
include/geos/algorithm/CentralEndpointIntersector.h
|
||||
include/geos/algorithm/Centroid.h
|
||||
include/geos/algorithm/CentroidArea.h
|
||||
include/geos/algorithm/CentroidLine.h
|
||||
include/geos/algorithm/CentroidPoint.h
|
||||
include/geos/algorithm/ConvexHull.h
|
||||
include/geos/algorithm/ConvexHull.inl
|
||||
include/geos/algorithm/ExtractLineByLocation.h
|
||||
include/geos/algorithm/HCoordinate.h
|
||||
include/geos/algorithm/InteriorPointArea.h
|
||||
include/geos/algorithm/InteriorPointLine.h
|
||||
include/geos/algorithm/InteriorPointPoint.h
|
||||
include/geos/algorithm/LengthIndexOfPoint.h
|
||||
include/geos/algorithm/LengthIndexedLine.h
|
||||
include/geos/algorithm/LengthLocationMap.h
|
||||
include/geos/algorithm/LineIntersector.h
|
||||
include/geos/algorithm/LinearGeometryBuilder.h
|
||||
include/geos/algorithm/LinearIterator.h
|
||||
include/geos/algorithm/LinearLocation.h
|
||||
include/geos/algorithm/LocationIndexOfLine.h
|
||||
include/geos/algorithm/LocationIndexOfPoint.h
|
||||
include/geos/algorithm/MCPointInRing.h
|
||||
include/geos/algorithm/MinimumDiameter.h
|
||||
include/geos/algorithm/NotRepresentableException.h
|
||||
@@ -199,10 +191,21 @@ include/geos/io/WKTReader.h
|
||||
include/geos/io/WKTReader.inl
|
||||
include/geos/io/WKTWriter.h
|
||||
include/geos/io/Writer.h
|
||||
include/geos/linearref/ExtractLineByLocation.h
|
||||
include/geos/linearref/LengthIndexOfPoint.h
|
||||
include/geos/linearref/LengthIndexedLine.h
|
||||
include/geos/linearref/LengthLocationMap.h
|
||||
include/geos/linearref/LinearGeometryBuilder.h
|
||||
include/geos/linearref/LinearIterator.h
|
||||
include/geos/linearref/LinearLocation.h
|
||||
include/geos/linearref/LocationIndexOfLine.h
|
||||
include/geos/linearref/LocationIndexOfPoint.h
|
||||
include/geos/linearref/LocationIndexedLine.h
|
||||
include/geos/noding.h
|
||||
include/geos/noding/BasicSegmentString.h
|
||||
include/geos/noding/FastNodingValidator.h
|
||||
include/geos/noding/FastSegmentSetIntersectionFinder.h
|
||||
include/geos/noding/GeometryNoder.h
|
||||
include/geos/noding/IntersectionAdder.h
|
||||
include/geos/noding/IntersectionFinderAdder.h
|
||||
include/geos/noding/IteratedNoder.h
|
||||
@@ -223,7 +226,6 @@ include/geos/noding/SegmentNodeList.h
|
||||
include/geos/noding/SegmentPointComparator.h
|
||||
include/geos/noding/SegmentSetMutualIntersector.h
|
||||
include/geos/noding/SegmentString.h
|
||||
include/geos/noding/SegmentString.inl
|
||||
include/geos/noding/SegmentStringUtil.h
|
||||
include/geos/noding/SimpleNoder.h
|
||||
include/geos/noding/SingleInteriorIntersectionFinder.h
|
||||
@@ -246,6 +248,7 @@ include/geos/operation.h
|
||||
include/geos/operation/GeometryGraphOperation.h
|
||||
include/geos/operation/IsSimpleOp.h
|
||||
include/geos/operation/buffer/BufferBuilder.h
|
||||
include/geos/operation/buffer/BufferInputLineSimplifier.h
|
||||
include/geos/operation/buffer/BufferOp.h
|
||||
include/geos/operation/buffer/BufferParameters.h
|
||||
include/geos/operation/buffer/BufferSubgraph.h
|
||||
@@ -313,6 +316,7 @@ include/geos/operation/valid/RepeatedPointTester.h
|
||||
include/geos/operation/valid/SimpleNestedRingTester.h
|
||||
include/geos/operation/valid/SweeplineNestedRingTester.h
|
||||
include/geos/operation/valid/TopologyValidationError.h
|
||||
include/geos/platform.h
|
||||
include/geos/planargraph.h
|
||||
include/geos/planargraph/DirectedEdge.h
|
||||
include/geos/planargraph/DirectedEdgeStar.h
|
||||
@@ -323,12 +327,13 @@ include/geos/planargraph/NodeMap.h
|
||||
include/geos/planargraph/PlanarGraph.h
|
||||
include/geos/planargraph/Subgraph.h
|
||||
include/geos/planargraph/algorithm/ConnectedSubgraphFinder.h
|
||||
include/geos/platform.h
|
||||
include/geos/precision.h
|
||||
include/geos/precision/CommonBits.h
|
||||
include/geos/precision/CommonBitsOp.h
|
||||
include/geos/precision/CommonBitsRemover.h
|
||||
include/geos/precision/EnhancedPrecisionOp.h
|
||||
include/geos/precision/GeometryPrecisionReducer.h
|
||||
include/geos/precision/PrecisionReducerCoordinateOperation.h
|
||||
include/geos/precision/SimpleGeometryPrecisionReducer.h
|
||||
include/geos/profiler.h
|
||||
include/geos/simplify/DouglasPeuckerLineSimplifier.h
|
||||
@@ -341,6 +346,16 @@ include/geos/simplify/TaggedLinesSimplifier.h
|
||||
include/geos/simplify/TopologyPreservingSimplifier.h
|
||||
include/geos/spatialIndex.h
|
||||
include/geos/timeval.h
|
||||
include/geos/triangulate/DelaunayTriangulationBuilder.h
|
||||
include/geos/triangulate/IncrementalDelaunayTriangulator.h
|
||||
include/geos/triangulate/quadedge/LastFoundQuadEdgeLocator.h
|
||||
include/geos/triangulate/quadedge/LocateFailureException.h
|
||||
include/geos/triangulate/quadedge/QuadEdge.h
|
||||
include/geos/triangulate/quadedge/QuadEdgeLocator.h
|
||||
include/geos/triangulate/quadedge/QuadEdgeSubdivision.h
|
||||
include/geos/triangulate/quadedge/TrianglePredicate.h
|
||||
include/geos/triangulate/quadedge/TriangleVisitor.h
|
||||
include/geos/triangulate/quadedge/Vertex.h
|
||||
include/geos/unload.h
|
||||
include/geos/util.h
|
||||
include/geos/util/Assert.h
|
||||
@@ -350,6 +365,7 @@ include/geos/util/GEOSException.h
|
||||
include/geos/util/GeometricShapeFactory.h
|
||||
include/geos/util/IllegalArgumentException.h
|
||||
include/geos/util/IllegalStateException.h
|
||||
include/geos/util/Interrupt.h
|
||||
include/geos/util/Machine.h
|
||||
include/geos/util/TopologyException.h
|
||||
include/geos/util/UniqueCoordinateArrayFilter.h
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
$NetBSD: distinfo,v 1.20 2013/02/28 17:08:33 gdt Exp $
|
||||
$NetBSD: distinfo,v 1.22 2013/08/30 16:37:38 gdt Exp $
|
||||
|
||||
SHA1 (geos-3.3.8.tar.bz2) = 1743e09f37eb75d85283a684a5765c4f44d035fa
|
||||
RMD160 (geos-3.3.8.tar.bz2) = cb47808b3c80fa92ebee7dd6d9ef9c18499c5cd0
|
||||
Size (geos-3.3.8.tar.bz2) = 1820064 bytes
|
||||
SHA1 (patch-ae) = d568c8950a24b516c6fd58e401bbf19405a2d150
|
||||
SHA1 (patch-include-geos-platform.h.in) = 92bd5fc2421650ce4853dce85d8d2e6509aa64e9
|
||||
SHA1 (geos-3.4.2.tar.bz2) = b8aceab04dd09f4113864f2d12015231bb318e9a
|
||||
RMD160 (geos-3.4.2.tar.bz2) = d847a07996b298f3c700e1ee25e3564adfbd20f5
|
||||
Size (geos-3.4.2.tar.bz2) = 1813726 bytes
|
||||
SHA1 (patch-ae) = 01ffd15e3562ff8fb191608dc12a2ee6918154b0
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
$NetBSD: patch-ae,v 1.3 2012/01/08 18:37:33 gdt Exp $
|
||||
$NetBSD: patch-ae,v 1.4 2013/08/18 11:06:25 gdt Exp $
|
||||
|
||||
TODO: explain what's in LDFLAGS.
|
||||
TODO: explain why --libs has -L in the first place (vs --ldflags).
|
||||
TODO: report upstream.
|
||||
|
||||
--- tools/geos-config.in.orig 2011-12-12 09:57:21.000000000 +0000
|
||||
--- tools/geos-config.in.orig 2013-08-11 04:23:41.000000000 +0000
|
||||
+++ tools/geos-config.in
|
||||
@@ -38,13 +38,13 @@ case $1 in
|
||||
echo -I${prefix}/include
|
||||
;;
|
||||
@@ -43,22 +43,22 @@ case $1 in
|
||||
--libs)
|
||||
# TODO: make an alias for --clibs
|
||||
# see http://trac.osgeo.org/geos/ticket/497
|
||||
- echo -L${libdir} -lgeos
|
||||
+ echo -L${libdir} @LDFLAGS@ -lgeos
|
||||
;;
|
||||
@@ -17,9 +17,21 @@ TODO: report upstream.
|
||||
- echo -L${libdir} -lgeos_c
|
||||
+ echo -L${libdir} @LDFLAGS@ -lgeos_c
|
||||
;;
|
||||
--cclibs)
|
||||
- echo -L${libdir} -lgeos
|
||||
+ echo -L${libdir} @LDFLAGS@ -lgeos
|
||||
;;
|
||||
--static-clibs)
|
||||
- echo -L${libdir} -lgeos_c -lgeos -m
|
||||
+ echo -L${libdir} @LDFLAGS@ -lgeos_c -lgeos -m
|
||||
;;
|
||||
--static-cclibs)
|
||||
- echo -L${libdir} -lgeos -m
|
||||
+ echo -L${libdir} @LDFLAGS@ -lgeos -m
|
||||
;;
|
||||
--ldflags)
|
||||
- echo -L${libdir}
|
||||
+ echo -L${libdir} @LDFLAGS@
|
||||
+ echo @LDFLAGS@ -L${libdir}
|
||||
;;
|
||||
--includes)
|
||||
echo ${prefix}/include
|
||||
|
||||
@@ -1,20 +0,0 @@
|
||||
$NetBSD: patch-include-geos-platform.h.in,v 1.4 2012/03/12 09:46:06 fhajny Exp $
|
||||
|
||||
Fix isnan definition on NetBSD, DragonFly and SunOS platforms.
|
||||
--- include/geos/platform.h.in.orig 2011-09-17 15:42:58.000000000 +0000
|
||||
+++ include/geos/platform.h.in
|
||||
@@ -91,11 +91,12 @@ extern "C"
|
||||
# elif defined(__MINGW32__)
|
||||
// sandro furieri: sanitizing MinGW32
|
||||
# define ISNAN(x) (std::isnan(x))
|
||||
-# elif defined(__OSX__) || defined(__APPLE__)
|
||||
+# elif defined(__OSX__) || defined(__APPLE__) || defined(__NetBSD__) || defined(__DragonFly__) || \
|
||||
+ (defined(__sun) && defined(__GNUC__))
|
||||
// Hack for OS/X <cmath> incorrectly re-defining isnan() into oblivion.
|
||||
// It does leave a version in std.
|
||||
# define ISNAN(x) (std::isnan(x))
|
||||
-# elif defined(__sun) || defined(__sun__)
|
||||
+# elif (defined(__sun) || defined(__sun__)) && defined(__SUNPRO_CC)
|
||||
# include <math.h>
|
||||
# define ISNAN(x) (::isnan(x))
|
||||
# endif
|
||||
@@ -1,8 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.11 2013/02/16 11:21:31 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2014/02/02 14:11:14 rodent Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gipfel-0.3.2
|
||||
PKGREVISION= 9
|
||||
DISTNAME= gipfel-0.4.0
|
||||
CATEGORIES= geography graphics
|
||||
MASTER_SITES= http://www.ecademix.com/JohannesHofmann/
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.1.1.1 2010/04/11 08:10:56 obache Exp $
|
||||
$NetBSD: distinfo,v 1.2 2014/02/02 14:11:14 rodent Exp $
|
||||
|
||||
SHA1 (gipfel-0.3.2.tar.gz) = 5681563f75c4247ced169161da32348a2f7600b3
|
||||
RMD160 (gipfel-0.3.2.tar.gz) = f343d2b7cae149a59e6f84b0a9d3e316ac520c20
|
||||
Size (gipfel-0.3.2.tar.gz) = 479987 bytes
|
||||
SHA1 (gipfel-0.4.0.tar.gz) = 358963df953244e2a71cd52ac196f23435ae92c5
|
||||
RMD160 (gipfel-0.4.0.tar.gz) = 34baf7241f4b18d119a5cc0300aa5912284c6de6
|
||||
Size (gipfel-0.4.0.tar.gz) = 496685 bytes
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.24 2013/04/06 19:42:42 rodent Exp $
|
||||
# $NetBSD: Makefile,v 1.26 2014/01/25 10:30:08 wiz Exp $
|
||||
|
||||
DISTNAME= gpsd-2.96
|
||||
PKGREVISION= 1
|
||||
@@ -17,12 +17,15 @@ BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_ENV+= PYTHON=${PYTHONBIN}
|
||||
PY_PATCHPLIST= yes
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.96
|
||||
|
||||
USE_TOOLS+= gmake
|
||||
USE_LIBTOOL= yes
|
||||
USE_LANGUAGES= c c++
|
||||
USE_LANGUAGES= c99 c++
|
||||
USE_NCURSES= yes
|
||||
|
||||
CFLAGS.SunOS= -DLOG_PERROR=0
|
||||
|
||||
INSTALLATION_DIRS= sbin
|
||||
|
||||
TEST_TARGET= check
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
$NetBSD: distinfo,v 1.20 2011/03/23 16:08:34 gdt Exp $
|
||||
$NetBSD: distinfo,v 1.21 2013/12/10 12:22:52 jperkin Exp $
|
||||
|
||||
SHA1 (gpsd-2.96.tar.gz) = a3674940e3325ccc1dc6d2890eb18d31a978425c
|
||||
RMD160 (gpsd-2.96.tar.gz) = cb37dc7811f8e7880a091fe7bec69a38efa4fda9
|
||||
Size (gpsd-2.96.tar.gz) = 1554607 bytes
|
||||
SHA1 (patch-aa) = b77bd7491ee890fc66f807cbfe4c6d62423d67d5
|
||||
SHA1 (patch-gpsd.h-tail) = 00e60adb91758777ded2e8874e997990b7bc65a2
|
||||
SHA1 (patch-gpspipe.c) = 6ce6a212dd08abb563d5e88410dab92869e249c8
|
||||
SHA1 (patch-serial.c) = e6fb2be909efcb55fbdbbfa8a799a6dc79b6c99d
|
||||
|
||||
15
geography/gpsd/patches/patch-gpsd.h-tail
Normal file
15
geography/gpsd/patches/patch-gpsd.h-tail
Normal file
@@ -0,0 +1,15 @@
|
||||
$NetBSD: patch-gpsd.h-tail,v 1.1 2013/12/10 12:22:52 jperkin Exp $
|
||||
|
||||
Need cfmakeraw on SunOS.
|
||||
|
||||
--- gpsd.h-tail.orig 2011-03-21 22:03:35.000000000 +0000
|
||||
+++ gpsd.h-tail
|
||||
@@ -758,7 +758,7 @@ extern struct tm *localtime_r(const time
|
||||
#define NITEMS(x) (int)(sizeof(x)/sizeof(x[0]))
|
||||
|
||||
/* Cygwin, in addition to NAN, doesn't have cfmakeraw */
|
||||
-#if defined(__CYGWIN__)
|
||||
+#if defined(__CYGWIN__) || defined(__sun)
|
||||
void cfmakeraw(struct termios *);
|
||||
#endif /* defined(__CYGWIN__) */
|
||||
|
||||
22
geography/gpsd/patches/patch-gpspipe.c
Normal file
22
geography/gpsd/patches/patch-gpspipe.c
Normal file
@@ -0,0 +1,22 @@
|
||||
$NetBSD: patch-gpspipe.c,v 1.1 2013/12/10 12:22:52 jperkin Exp $
|
||||
|
||||
cfmakeraw compatability for SunOS.
|
||||
|
||||
--- gpspipe.c.orig 2011-01-13 13:36:18.000000000 +0000
|
||||
+++ gpspipe.c
|
||||
@@ -77,7 +77,15 @@ static void open_serial(char *device)
|
||||
/*@i@*/ bzero(&newtio, sizeof(newtio));
|
||||
|
||||
/* make it raw */
|
||||
+#if defined(__sun)
|
||||
+ newtio.c_iflag &= ~(IMAXBEL|IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON);
|
||||
+ newtio.c_oflag &= ~OPOST;
|
||||
+ newtio.c_lflag &= ~(ECHO|ECHONL|ICANON|ISIG|IEXTEN);
|
||||
+ newtio.c_cflag &= ~(CSIZE|PARENB);
|
||||
+ newtio.c_cflag |= CS8;
|
||||
+#else
|
||||
(void)cfmakeraw(&newtio);
|
||||
+#endif
|
||||
/* set speed */
|
||||
/*@i@*/ (void)cfsetospeed(&newtio, BAUDRATE);
|
||||
|
||||
15
geography/gpsd/patches/patch-serial.c
Normal file
15
geography/gpsd/patches/patch-serial.c
Normal file
@@ -0,0 +1,15 @@
|
||||
$NetBSD: patch-serial.c,v 1.1 2013/12/10 12:22:52 jperkin Exp $
|
||||
|
||||
Need cfmakeraw on SunOS.
|
||||
|
||||
--- serial.c.orig 2011-03-15 03:34:32.000000000 +0000
|
||||
+++ serial.c
|
||||
@@ -125,7 +125,7 @@ void gpsd_tty_init(struct gps_device_t *
|
||||
session->reawake = (timestamp_t)0;
|
||||
}
|
||||
|
||||
-#if defined(__CYGWIN__)
|
||||
+#if defined(__CYGWIN__) || defined(__sun)
|
||||
/* Workaround for Cygwin, which is missing cfmakeraw */
|
||||
/* Pasted from man page; added in serial.c arbitrarily */
|
||||
void cfmakeraw(struct termios *termios_p)
|
||||
@@ -1,9 +1,9 @@
|
||||
# $NetBSD: Makefile,v 1.24 2013/06/06 12:53:50 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.30 2014/01/04 13:46:55 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libchamplain-0.4.7
|
||||
PKGNAME= libchamplain04-0.4.7
|
||||
PKGREVISION= 15
|
||||
PKGREVISION= 21
|
||||
CATEGORIES= geography
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libchamplain/0.4/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
@@ -22,7 +22,7 @@ PKGCONFIG_OVERRIDE+= champlain.pc.in
|
||||
|
||||
.include "../../devel/glib2/buildlink3.mk"
|
||||
.include "../../x11/gtk2/buildlink3.mk"
|
||||
.include "../../graphics/clutter-gtk/buildlink3.mk"
|
||||
.include "../../graphics/clutter-gtk0.10/buildlink3.mk"
|
||||
.include "../../databases/sqlite3/buildlink3.mk"
|
||||
.include "../../net/libsoup24/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: buildlink3.mk,v 1.22 2013/06/06 12:53:50 wiz Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.28 2014/01/04 13:46:55 obache Exp $
|
||||
|
||||
BUILDLINK_TREE+= libchamplain
|
||||
|
||||
@@ -6,12 +6,12 @@ BUILDLINK_TREE+= libchamplain
|
||||
LIBCHAMPLAIN_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.libchamplain+= libchamplain04>=0.4.6
|
||||
BUILDLINK_ABI_DEPENDS.libchamplain+= libchamplain04>=0.4.7nb15
|
||||
BUILDLINK_ABI_DEPENDS.libchamplain+= libchamplain04>=0.4.7nb21
|
||||
BUILDLINK_PKGSRCDIR.libchamplain?= ../../geography/libchamplain04
|
||||
|
||||
.include "../../devel/glib2/buildlink3.mk"
|
||||
.include "../../x11/gtk2/buildlink3.mk"
|
||||
.include "../../graphics/clutter-gtk/buildlink3.mk"
|
||||
.include "../../graphics/clutter-gtk0.10/buildlink3.mk"
|
||||
.include "../../databases/sqlite3/buildlink3.mk"
|
||||
.include "../../net/libsoup24/buildlink3.mk"
|
||||
.endif # LIBCHAMPLAIN_BUILDLINK3_MK
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# $NetBSD: Makefile,v 1.23 2013/06/06 12:53:50 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.29 2014/01/04 13:46:55 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libchamplain-0.6.1
|
||||
PKGNAME= libchamplain06-0.6.1
|
||||
PKGREVISION= 21
|
||||
PKGREVISION= 27
|
||||
CATEGORIES= geography
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libchamplain/0.6/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
@@ -23,7 +23,7 @@ PKGCONFIG_OVERRIDE+= champlain.pc.in
|
||||
|
||||
.include "../../devel/glib2/buildlink3.mk"
|
||||
.include "../../x11/gtk2/buildlink3.mk"
|
||||
.include "../../graphics/clutter-gtk/buildlink3.mk"
|
||||
.include "../../graphics/clutter-gtk0.10/buildlink3.mk"
|
||||
.include "../../databases/sqlite3/buildlink3.mk"
|
||||
.include "../../net/libsoup24/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: buildlink3.mk,v 1.22 2013/06/06 12:53:50 wiz Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.28 2014/01/04 13:46:55 obache Exp $
|
||||
|
||||
BUILDLINK_TREE+= libchamplain06
|
||||
|
||||
@@ -6,12 +6,12 @@ BUILDLINK_TREE+= libchamplain06
|
||||
LIBCHAMPLAIN06_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.libchamplain06+= libchamplain06>=0.6.1
|
||||
BUILDLINK_ABI_DEPENDS.libchamplain06+= libchamplain06>=0.6.1nb21
|
||||
BUILDLINK_ABI_DEPENDS.libchamplain06+= libchamplain06>=0.6.1nb27
|
||||
BUILDLINK_PKGSRCDIR.libchamplain06?= ../../geography/libchamplain06
|
||||
|
||||
.include "../../devel/glib2/buildlink3.mk"
|
||||
.include "../../x11/gtk2/buildlink3.mk"
|
||||
.include "../../graphics/clutter-gtk/buildlink3.mk"
|
||||
.include "../../graphics/clutter-gtk0.10/buildlink3.mk"
|
||||
.include "../../databases/sqlite3/buildlink3.mk"
|
||||
.include "../../net/libsoup24/buildlink3.mk"
|
||||
.endif # LIBCHAMPLAIN06_BUILDLINK3_MK
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# $NetBSD: Makefile,v 1.19 2013/06/06 12:53:50 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.25 2014/01/04 13:46:55 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libchamplain-0.8.3
|
||||
PKGNAME= libchamplain08-0.8.3
|
||||
PKGREVISION= 17
|
||||
PKGREVISION= 23
|
||||
CATEGORIES= geography
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libchamplain/0.8/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
@@ -28,7 +28,7 @@ PKGCONFIG_OVERRIDE+= champlain.pc.in
|
||||
|
||||
.include "../../devel/glib2/buildlink3.mk"
|
||||
.include "../../x11/gtk2/buildlink3.mk"
|
||||
.include "../../graphics/clutter-gtk/buildlink3.mk"
|
||||
.include "../../graphics/clutter-gtk0.10/buildlink3.mk"
|
||||
.include "../../databases/sqlite3/buildlink3.mk"
|
||||
.include "../../net/libsoup24/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: buildlink3.mk,v 1.18 2013/06/06 12:53:50 wiz Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.24 2014/01/04 13:46:55 obache Exp $
|
||||
|
||||
BUILDLINK_TREE+= libchamplain08
|
||||
|
||||
@@ -6,12 +6,12 @@ BUILDLINK_TREE+= libchamplain08
|
||||
LIBCHAMPLAIN08_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.libchamplain08+= libchamplain08>=0.8.3
|
||||
BUILDLINK_ABI_DEPENDS.libchamplain08+= libchamplain08>=0.8.3nb17
|
||||
BUILDLINK_ABI_DEPENDS.libchamplain08+= libchamplain08>=0.8.3nb23
|
||||
BUILDLINK_PKGSRCDIR.libchamplain08?= ../../geography/libchamplain08
|
||||
|
||||
.include "../../devel/glib2/buildlink3.mk"
|
||||
.include "../../x11/gtk2/buildlink3.mk"
|
||||
.include "../../graphics/clutter-gtk/buildlink3.mk"
|
||||
.include "../../graphics/clutter-gtk0.10/buildlink3.mk"
|
||||
.include "../../databases/sqlite3/buildlink3.mk"
|
||||
.include "../../net/libsoup24/buildlink3.mk"
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
$NetBSD: distinfo,v 1.2 2012/10/26 20:41:00 joerg Exp $
|
||||
$NetBSD: distinfo,v 1.3 2013/10/20 18:09:05 joerg Exp $
|
||||
|
||||
SHA1 (libdrg-0.0.81.tar.gz) = 48e45c91710adce23e6cf41a8c5d0368681db1a6
|
||||
RMD160 (libdrg-0.0.81.tar.gz) = 2fb8b5fee6464ec47c2ada9f474304003edfee6c
|
||||
Size (libdrg-0.0.81.tar.gz) = 320228 bytes
|
||||
SHA1 (patch-configure) = a6a1841826756c6d6fe2964076216f9e265a5ccc
|
||||
SHA1 (patch-drg__tiff.c) = a8ea12efaef2b03c5754752f58c785fb049535b1
|
||||
|
||||
16
geography/libdrg/patches/patch-configure
Normal file
16
geography/libdrg/patches/patch-configure
Normal file
@@ -0,0 +1,16 @@
|
||||
$NetBSD: patch-configure,v 1.1 2013/10/20 18:09:05 joerg Exp $
|
||||
|
||||
--- configure.orig 2013-10-20 15:29:48.000000000 +0000
|
||||
+++ configure
|
||||
@@ -19268,9 +19268,8 @@ _ACEOF
|
||||
fi
|
||||
|
||||
|
||||
-LDFLAGS="-L/usr/local/lib -R/usr/local/lib $LDFLAGS"
|
||||
-LDFLAGS="-L/usr/pkg/lib -R/usr/pkg/lib $LDFLAGS"
|
||||
-CPPFLAGS="-I/usr/local/include -I/usr/pkg/include $CPPFLAGS"
|
||||
+LDFLAGS="-L${PREFIX}/lib ${COMPILER_RPATH_FLAG}${PREFIX}/lib $LDFLAGS"
|
||||
+CPPFLAGS="-I${PREFIX}/include $CPPFLAGS"
|
||||
|
||||
|
||||
{ echo "$as_me:$LINENO: checking for TIFFOpen in -ltiff" >&5
|
||||
@@ -1,7 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.46 2013/06/04 22:16:12 tron Exp $
|
||||
# $NetBSD: Makefile,v 1.51 2014/02/12 23:17:58 tron Exp $
|
||||
|
||||
DISTNAME= mapserver-5.6.8
|
||||
PKGREVISION= 11
|
||||
PKGREVISION= 15
|
||||
CATEGORIES= geography www
|
||||
MASTER_SITES= http://download.osgeo.org/mapserver/
|
||||
|
||||
@@ -42,7 +42,7 @@ do-install:
|
||||
|
||||
.include "../../converters/fribidi/buildlink3.mk"
|
||||
.include "../../converters/libiconv/buildlink3.mk"
|
||||
.include "../../devel/readline/buildlink3.mk"
|
||||
.include "../../mk/readline.buildlink3.mk"
|
||||
.include "../../devel/zlib/buildlink3.mk"
|
||||
.include "../../geography/gdal-lib/buildlink3.mk"
|
||||
.include "../../geography/geos/buildlink3.mk"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: options.mk,v 1.3 2010/04/27 14:24:14 matthias Exp $
|
||||
# $NetBSD: options.mk,v 1.4 2013/09/19 05:03:13 obache Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.mapserver
|
||||
PKG_SUPPORTED_OPTIONS= fastcgi pgsql mysql x11
|
||||
@@ -26,7 +26,7 @@ CONFIGURE_ARGS+= --with-postgis
|
||||
# MySQL/MyGIS support
|
||||
#
|
||||
.if !empty(PKG_OPTIONS:Mmysql)
|
||||
.include "../../databases/mysql5-client/buildlink3.mk"
|
||||
.include "../../mk/mysql.buildlink3.mk"
|
||||
CONFIGURE_ARGS+= --with-mygis
|
||||
.endif
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.44 2013/06/06 12:54:27 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.49 2014/02/12 23:17:58 tron Exp $
|
||||
#
|
||||
|
||||
DISTNAME= merkaartor-0.17.2
|
||||
PKGREVISION= 20
|
||||
PKGREVISION= 25
|
||||
CATEGORIES= geography
|
||||
MASTER_SITES= http://merkaartor.be/attachments/download/253/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$NetBSD: distinfo,v 1.11 2013/05/25 23:43:25 joerg Exp $
|
||||
$NetBSD: distinfo,v 1.12 2013/08/27 15:51:26 joerg Exp $
|
||||
|
||||
SHA1 (merkaartor-0.17.2.tar.bz2) = f789141db427bf25bb3b61801fefc98ab0430012
|
||||
RMD160 (merkaartor-0.17.2.tar.bz2) = c5c8944872828ba5ada6003cd5821f33899da3cb
|
||||
@@ -10,5 +10,6 @@ SHA1 (patch-include_builtin-ggl_ggl_geometries_adapted_tuple.hpp) = 1c6537cf8774
|
||||
SHA1 (patch-src_Features_Feature.h) = 1d31698414dd0da41377b776b4d6d40510413a1c
|
||||
SHA1 (patch-src_Features_Node.h) = 2a63be6047878b8fd31a88ef039e9ca4d050b715
|
||||
SHA1 (patch-src_Features_Way.h) = 17de3e44e62124e4244a0b33f1a9f6198b89e375
|
||||
SHA1 (patch-src_ImportExport_ImportCSVDialog.cpp) = 3f0c0a03ef46be0bc9d20dfeccee3cd994ed2f57
|
||||
SHA1 (patch-src_Maps_Coord.h) = 774d95301d20e11a13c60cfefac6a424fbdfa77d
|
||||
SHA1 (patch-src_Maps_Projection.h) = f75dabd1ca64844aaab0255fa3b61d7143bece73
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
$NetBSD: patch-src_ImportExport_ImportCSVDialog.cpp,v 1.1 2013/08/27 15:51:27 joerg Exp $
|
||||
|
||||
--- src/ImportExport/ImportCSVDialog.cpp.orig 2013-08-27 15:03:55.000000000 +0000
|
||||
+++ src/ImportExport/ImportCSVDialog.cpp
|
||||
@@ -518,7 +518,7 @@ void ImportCSVDialog::on_btSave_clicked(
|
||||
if (tDelim == "\t")
|
||||
tDelim = "tab";
|
||||
root.setAttribute("delimiter", tDelim);
|
||||
- root.setAttribute("header", ui->cbHasHeader->isChecked() ? "true" : false);
|
||||
+ root.setAttribute("header", ui->cbHasHeader->isChecked() ? "true" : "false");
|
||||
root.setAttribute("from", QString::number(ui->sbFrom->value()));
|
||||
root.setAttribute("to", QString::number(ui->sbTo->value()));
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.17 2013/05/31 12:41:04 wiz Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.18 2014/01/25 10:30:09 wiz Exp $
|
||||
|
||||
DISTNAME= proj-swig-0.02
|
||||
PKGREVISION= 5
|
||||
@@ -18,6 +17,7 @@ GNU_CONFIGURE= yes
|
||||
|
||||
# Defines PYSITELIB, apparently.
|
||||
PY_PATCHPLIST= yes
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.02
|
||||
|
||||
# The perl build is commented out upstream, so this doesn't have any
|
||||
# effect.
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.13 2012/10/04 09:19:20 asau Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.14 2014/01/19 20:00:29 wiz Exp $
|
||||
|
||||
DISTNAME= pyproj-1.8.3
|
||||
DISTNAME= pyproj-1.9.3
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pyproj/proj/}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= geography
|
||||
MASTER_SITES= http://pyproj.googlecode.com/files/
|
||||
|
||||
@@ -18,6 +16,5 @@ post-install:
|
||||
${INSTALL} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/${PKGNAME_NOREV}
|
||||
|
||||
.include "../../lang/python/distutils.mk"
|
||||
|
||||
.include "../../geography/proj/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
||||
@@ -1,27 +1,50 @@
|
||||
@comment $NetBSD: PLIST,v 1.4 2012/04/08 20:21:48 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.5 2014/01/19 20:00:29 wiz Exp $
|
||||
${PYSITELIB}/${EGG_FILE}
|
||||
${PYSITELIB}/pyproj/__init__.py
|
||||
${PYSITELIB}/pyproj/__init__.pyc
|
||||
${PYSITELIB}/pyproj/__init__.pyo
|
||||
${PYSITELIB}/pyproj/_geod.so
|
||||
${PYSITELIB}/pyproj/_proj.so
|
||||
${PYSITELIB}/pyproj/data/FL
|
||||
${PYSITELIB}/pyproj/data/GL27
|
||||
${PYSITELIB}/pyproj/data/IGNF
|
||||
${PYSITELIB}/pyproj/data/MD
|
||||
${PYSITELIB}/pyproj/data/README
|
||||
${PYSITELIB}/pyproj/data/TN
|
||||
${PYSITELIB}/pyproj/data/WI
|
||||
${PYSITELIB}/pyproj/data/WO
|
||||
${PYSITELIB}/pyproj/data/alaska
|
||||
${PYSITELIB}/pyproj/data/conus
|
||||
${PYSITELIB}/pyproj/data/epsg
|
||||
${PYSITELIB}/pyproj/data/esri
|
||||
${PYSITELIB}/pyproj/data/esri.extra
|
||||
${PYSITELIB}/pyproj/data/hawaii
|
||||
${PYSITELIB}/pyproj/data/nad.lst
|
||||
${PYSITELIB}/pyproj/data/nad27
|
||||
${PYSITELIB}/pyproj/data/nad83
|
||||
${PYSITELIB}/pyproj/data/ntf_r93.gsb
|
||||
${PYSITELIB}/pyproj/data/ntv1_can.dat
|
||||
${PYSITELIB}/pyproj/data/ntv2_out.dist
|
||||
${PYSITELIB}/pyproj/data/null
|
||||
${PYSITELIB}/pyproj/data/nzgd2kgrid0005.gsb
|
||||
${PYSITELIB}/pyproj/data/other.extra
|
||||
${PYSITELIB}/pyproj/data/pj_out27.dist
|
||||
${PYSITELIB}/pyproj/data/pj_out83.dist
|
||||
${PYSITELIB}/pyproj/data/proj_def.dat
|
||||
${PYSITELIB}/pyproj/data/proj_outIGNF.dist
|
||||
${PYSITELIB}/pyproj/data/prvi
|
||||
${PYSITELIB}/pyproj/data/stgeorge
|
||||
${PYSITELIB}/pyproj/data/stlrnc
|
||||
${PYSITELIB}/pyproj/data/stpaul
|
||||
${PYSITELIB}/pyproj/data/td_out.dist
|
||||
${PYSITELIB}/pyproj/data/test27
|
||||
${PYSITELIB}/pyproj/data/test83
|
||||
${PYSITELIB}/pyproj/data/testIGNF
|
||||
${PYSITELIB}/pyproj/data/testdatumfile
|
||||
${PYSITELIB}/pyproj/data/testntv2
|
||||
${PYSITELIB}/pyproj/data/testvarious
|
||||
${PYSITELIB}/pyproj/data/tv_out.dist
|
||||
${PYSITELIB}/pyproj/data/world
|
||||
${PYSITELIB}/pyproj/datadir.py
|
||||
${PYSITELIB}/pyproj/datadir.pyc
|
||||
${PYSITELIB}/pyproj/datadir.pyo
|
||||
share/doc/${PKGNAME}/README
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.2 2008/01/03 13:40:45 gdt Exp $
|
||||
$NetBSD: distinfo,v 1.3 2014/01/19 20:00:29 wiz Exp $
|
||||
|
||||
SHA1 (pyproj-1.8.3.tar.gz) = 5fef90288135708fc22b6a1b89e35b4f9116ada4
|
||||
RMD160 (pyproj-1.8.3.tar.gz) = d1f1fb47bffbf223e30e4e545d6adf38481e8fb5
|
||||
Size (pyproj-1.8.3.tar.gz) = 317072 bytes
|
||||
SHA1 (pyproj-1.9.3.tar.gz) = 3f290241e113ea63d0487a48e7e054cc1c3e19f8
|
||||
RMD160 (pyproj-1.9.3.tar.gz) = 5bcc667a24d3697cfcaf54d0eb9fff9193ffbfb7
|
||||
Size (pyproj-1.9.3.tar.gz) = 2687498 bytes
|
||||
|
||||
1
geography/py-trytond-country/DESCR
Normal file
1
geography/py-trytond-country/DESCR
Normal file
@@ -0,0 +1 @@
|
||||
The country module of the Tryton application platform.
|
||||
22
geography/py-trytond-country/Makefile
Normal file
22
geography/py-trytond-country/Makefile
Normal file
@@ -0,0 +1,22 @@
|
||||
# $NetBSD: Makefile,v 1.2 2014/02/01 18:51:07 rodent Exp $
|
||||
|
||||
DISTNAME= trytond_country-3.0.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/1}
|
||||
CATEGORIES= geography python
|
||||
MASTER_SITES= http://downloads.tryton.org/3.0/
|
||||
|
||||
MAINTAINER= rodent@NetBSD.org
|
||||
HOMEPAGE= http://www.tryton.org/
|
||||
COMMENT= Country module of the Tryton application platform
|
||||
LICENSE= gnu-gpl-v3
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-trytond-[0-9]*:../../devel/py-trytond
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
REPLACE_PYTHON+= tests/test_country.py
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 33 # XXX according to setup.py
|
||||
|
||||
.include "../../lang/python/application.mk"
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
37
geography/py-trytond-country/PLIST
Normal file
37
geography/py-trytond-country/PLIST
Normal file
@@ -0,0 +1,37 @@
|
||||
@comment $NetBSD: PLIST,v 1.1 2014/02/01 18:10:53 rodent Exp $
|
||||
${PYSITELIB}/trytond/modules/country/__init__.py
|
||||
${PYSITELIB}/trytond/modules/country/__init__.pyc
|
||||
${PYSITELIB}/trytond/modules/country/__init__.pyo
|
||||
${PYSITELIB}/trytond/modules/country/country.py
|
||||
${PYSITELIB}/trytond/modules/country/country.pyc
|
||||
${PYSITELIB}/trytond/modules/country/country.pyo
|
||||
${PYSITELIB}/trytond/modules/country/country.xml
|
||||
${PYSITELIB}/trytond/modules/country/locale/bg_BG.po
|
||||
${PYSITELIB}/trytond/modules/country/locale/ca_ES.po
|
||||
${PYSITELIB}/trytond/modules/country/locale/cs_CZ.po
|
||||
${PYSITELIB}/trytond/modules/country/locale/de_DE.po
|
||||
${PYSITELIB}/trytond/modules/country/locale/es_AR.po
|
||||
${PYSITELIB}/trytond/modules/country/locale/es_CO.po
|
||||
${PYSITELIB}/trytond/modules/country/locale/es_ES.po
|
||||
${PYSITELIB}/trytond/modules/country/locale/fr_FR.po
|
||||
${PYSITELIB}/trytond/modules/country/locale/nl_NL.po
|
||||
${PYSITELIB}/trytond/modules/country/locale/ru_RU.po
|
||||
${PYSITELIB}/trytond/modules/country/locale/sl_SI.po
|
||||
${PYSITELIB}/trytond/modules/country/tests/__init__.py
|
||||
${PYSITELIB}/trytond/modules/country/tests/__init__.pyc
|
||||
${PYSITELIB}/trytond/modules/country/tests/__init__.pyo
|
||||
${PYSITELIB}/trytond/modules/country/tests/test_country.py
|
||||
${PYSITELIB}/trytond/modules/country/tests/test_country.pyc
|
||||
${PYSITELIB}/trytond/modules/country/tests/test_country.pyo
|
||||
${PYSITELIB}/trytond/modules/country/tryton.cfg
|
||||
${PYSITELIB}/trytond/modules/country/view/country_form.xml
|
||||
${PYSITELIB}/trytond/modules/country/view/country_tree.xml
|
||||
${PYSITELIB}/trytond/modules/country/view/subdivision_form.xml
|
||||
${PYSITELIB}/trytond/modules/country/view/subdivision_tree.xml
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
|
||||
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
5
geography/py-trytond-country/distinfo
Normal file
5
geography/py-trytond-country/distinfo
Normal file
@@ -0,0 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.1 2014/02/01 18:10:53 rodent Exp $
|
||||
|
||||
SHA1 (trytond_country-3.0.0.tar.gz) = 423f761fed86adc36b75d569c0e68bf783a18909
|
||||
RMD160 (trytond_country-3.0.0.tar.gz) = 450f382a945fdfb8a176b99478562c4415c6c412
|
||||
Size (trytond_country-3.0.0.tar.gz) = 857376 bytes
|
||||
@@ -1,7 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.32 2013/06/06 12:54:27 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.37 2014/02/12 23:17:58 tron Exp $
|
||||
|
||||
DISTNAME= qgis-1.7.4
|
||||
PKGREVISION= 17
|
||||
PKGREVISION= 21
|
||||
CATEGORIES= geography
|
||||
MASTER_SITES= http://qgis.org/downloads/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
@@ -16,7 +16,6 @@ USE_LANGUAGES= c c++ fortran77
|
||||
USE_LIBTOOL= yes
|
||||
USE_PKGLOCALEDIR= yes
|
||||
USE_TOOLS+= bison perl
|
||||
USE_X11= yes
|
||||
|
||||
.include "options.mk"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: options.mk,v 1.1.1.1 2010/08/27 11:42:58 adam Exp $
|
||||
# $NetBSD: options.mk,v 1.2 2014/01/25 08:59:57 wiz Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.qgis
|
||||
PKG_SUPPORTED_OPTIONS= python
|
||||
@@ -14,6 +14,7 @@ CMAKE_ARGS+= -DWITH_BINDINGS:BOOL=FALSE
|
||||
CMAKE_ARGS+= -DWITH_BINDINGS:BOOL=TRUE
|
||||
CMAKE_ARGS+= -DSIP_BINARY_PATH:PATH=${BUILDLINK_PREFIX.py-sip}/bin
|
||||
PLIST.python= yes
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.7.4
|
||||
.include "../../lang/python/application.mk"
|
||||
.include "../../x11/py-qt4/buildlink3.mk"
|
||||
.include "../../x11/py-sip/buildlink3.mk"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.32 2013/06/06 12:54:27 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.35 2014/02/12 23:17:58 tron Exp $
|
||||
#
|
||||
|
||||
DISTNAME= qlandkartegt-1.4.2
|
||||
PKGREVISION= 12
|
||||
PKGREVISION= 15
|
||||
CATEGORIES= geography
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qlandkartegt/}
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# $NetBSD: Makefile,v 1.28 2013/06/06 12:54:27 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.31 2014/02/12 23:17:58 tron Exp $
|
||||
#
|
||||
|
||||
DISTNAME= QLandkarteM.0.2.0
|
||||
PKGNAME= qlandkartem-0.2.0
|
||||
PKGREVISION= 23
|
||||
PKGREVISION= 26
|
||||
CATEGORIES= geography
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qlandkartegt/}
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
Viking is a free/open source program to manage GPS data. You can import and
|
||||
plot tracks and waypoints, show Open Street Maps and/or Terraserver maps under
|
||||
it, download geocaches for an area on the map, make new tracks and waypoints,
|
||||
see real-time GPS position, etc.
|
||||
Viking is a Free/open-source program to manage and display GPS data.
|
||||
You can import and plot tracks and waypoints, show OpenStreetMap,
|
||||
Terraserver or other tiled maps under it, download geocaches for an
|
||||
area on the map, make new tracks and waypoints, see real-time GPS
|
||||
position, etc.
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
# $NetBSD: Makefile,v 1.51 2013/06/06 12:54:27 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.56 2014/03/11 23:50:38 gdt Exp $
|
||||
#
|
||||
|
||||
DISTNAME= viking-1.4.1
|
||||
PKGREVISION= 4
|
||||
VERSION= 1.5
|
||||
DISTNAME= viking-${VERSION}
|
||||
CATEGORIES= geography
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=viking/}
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=viking/}${VERSION}/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= gdt@NetBSD.org
|
||||
HOMEPAGE= http://viking.sourceforge.net/
|
||||
@@ -14,6 +15,10 @@ LICENSE= gnu-gpl-v2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
TEST_TARGET= check
|
||||
|
||||
CONFIGURE_ARGS+= --disable-magic
|
||||
|
||||
# Perhaps optionize use of gpsd (remove bl3, add this).
|
||||
# CONFIGURE_ARGS+= --disable-realtime-gps-tracking
|
||||
|
||||
|
||||
@@ -1,7 +1,16 @@
|
||||
@comment $NetBSD: PLIST,v 1.8 2013/04/16 01:08:46 gdt Exp $
|
||||
@comment $NetBSD: PLIST,v 1.9 2014/03/11 23:50:38 gdt Exp $
|
||||
bin/viking
|
||||
share/applications/viking.desktop
|
||||
share/gnome/help/viking/C/figures/DEM_file_info_dialog.png
|
||||
share/gnome/help/viking/C/figures/LayersTracksList.png
|
||||
share/gnome/help/viking/C/figures/LayersTracksStatistics.png
|
||||
share/gnome/help/viking/C/figures/Maps_download_region_dialog.png
|
||||
share/gnome/help/viking/C/figures/Track_elevation_graph.png
|
||||
share/gnome/help/viking/C/figures/Track_properties.png
|
||||
share/gnome/help/viking/C/figures/Track_statistics.png
|
||||
share/gnome/help/viking/C/figures/Trackpoint_edit_dialog.png
|
||||
share/gnome/help/viking/C/figures/Viking-OSM-CycleMap-ManyTracks.jpg
|
||||
share/gnome/help/viking/C/figures/WaypointsList.png
|
||||
share/gnome/help/viking/C/figures/addtr_18.png
|
||||
share/gnome/help/viking/C/figures/addwp_18.png
|
||||
share/gnome/help/viking/C/figures/demdl_18.png
|
||||
@@ -25,12 +34,14 @@ share/gnome/help/viking/C/figures/zoom_status_popup.png
|
||||
share/gnome/help/viking/C/legal.xml
|
||||
share/gnome/help/viking/C/viking.xml
|
||||
share/icons/hicolor/48x48/apps/viking.png
|
||||
share/locale/ast/LC_MESSAGES/viking.mo
|
||||
share/locale/cs/LC_MESSAGES/viking.mo
|
||||
share/locale/da/LC_MESSAGES/viking.mo
|
||||
share/locale/de/LC_MESSAGES/viking.mo
|
||||
share/locale/el/LC_MESSAGES/viking.mo
|
||||
share/locale/en_GB/LC_MESSAGES/viking.mo
|
||||
share/locale/es/LC_MESSAGES/viking.mo
|
||||
share/locale/eu/LC_MESSAGES/viking.mo
|
||||
share/locale/fi/LC_MESSAGES/viking.mo
|
||||
share/locale/fr/LC_MESSAGES/viking.mo
|
||||
share/locale/he/LC_MESSAGES/viking.mo
|
||||
@@ -46,6 +57,7 @@ share/locale/nl/LC_MESSAGES/viking.mo
|
||||
share/locale/pl/LC_MESSAGES/viking.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/viking.mo
|
||||
share/locale/ru/LC_MESSAGES/viking.mo
|
||||
share/locale/sk/LC_MESSAGES/viking.mo
|
||||
share/locale/sl/LC_MESSAGES/viking.mo
|
||||
share/locale/sv/LC_MESSAGES/viking.mo
|
||||
share/locale/uk/LC_MESSAGES/viking.mo
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
$NetBSD: distinfo,v 1.19 2013/04/16 01:08:46 gdt Exp $
|
||||
$NetBSD: distinfo,v 1.21 2014/03/11 23:50:38 gdt Exp $
|
||||
|
||||
SHA1 (viking-1.4.1.tar.gz) = f34f3b7b2252b8fb290a28b174d87032b4bb2861
|
||||
RMD160 (viking-1.4.1.tar.gz) = 81aa61d4cc2411b90eaaf25bde7d964fd760622a
|
||||
Size (viking-1.4.1.tar.gz) = 1490617 bytes
|
||||
SHA1 (viking-1.5.tar.bz2) = 885935a5dda712750909a8e6113ce5157b2d0460
|
||||
RMD160 (viking-1.5.tar.bz2) = 5350f50a886531746a7005d489accc2c23e3d639
|
||||
Size (viking-1.5.tar.bz2) = 1609467 bytes
|
||||
SHA1 (patch-aa) = c7db1eb5562132c463b9472fd7a1a7e559af8d9a
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$NetBSD: distinfo,v 1.4 2007/03/17 16:15:01 rillig Exp $
|
||||
$NetBSD: distinfo,v 1.5 2014/02/24 16:15:48 joerg Exp $
|
||||
|
||||
SHA1 (vis5d+-1.2.1.tar.gz) = d99ec14fd8e6e482ab360abbd00adf36e7fd541b
|
||||
RMD160 (vis5d+-1.2.1.tar.gz) = b9eda9ab8a754a968c03ce54622b0c4fe918937d
|
||||
@@ -7,3 +7,4 @@ SHA1 (patch-aa) = 114ed11fbf8368554d1f57562a3423010cd155ba
|
||||
SHA1 (patch-ab) = 923d373d343ede9ec621e6514ff3ad6dcbce777b
|
||||
SHA1 (patch-ac) = 1389db298fe78372b048899a72f87bb7ffcf4e58
|
||||
SHA1 (patch-ad) = ca09cecd68078fb253a8b95a576d9b1210654c08
|
||||
SHA1 (patch-configure) = 1a7afe9b80159cfdab919387d2f8a6c31c8c21ff
|
||||
|
||||
16
geography/vis5d+/patches/patch-configure
Normal file
16
geography/vis5d+/patches/patch-configure
Normal file
@@ -0,0 +1,16 @@
|
||||
$NetBSD: patch-configure,v 1.1 2014/02/24 16:15:48 joerg Exp $
|
||||
|
||||
--- configure.orig 2014-02-24 13:54:36.000000000 +0000
|
||||
+++ configure
|
||||
@@ -10261,6 +10261,11 @@ fi
|
||||
done
|
||||
;;
|
||||
-[lLR]*)
|
||||
+ case $ac_arg in
|
||||
+ -R*)
|
||||
+ ac_arg="${wl}$ac_arg"
|
||||
+ ;;
|
||||
+ esac
|
||||
|
||||
ac_exists=false
|
||||
for ac_i in $ac_cv_flibs; do
|
||||
@@ -1,9 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.9 2012/10/04 09:19:21 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2013/10/18 11:41:18 bsiegert Exp $
|
||||
#
|
||||
|
||||
DISTNAME= anthems-1.1
|
||||
PKGNAME= xrmap-anthems-1.1
|
||||
PKGREVISION= 1
|
||||
DISTNAME= anthems-1.3
|
||||
PKGNAME= xrmap-anthems-1.3
|
||||
CATEGORIES= geography
|
||||
MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/geosciences/xrmap/data/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
@@ -14,12 +13,11 @@ COMMENT= National anthems (text) for xrmap
|
||||
|
||||
DEPENDS+= xrmap-base>=2.29:../../geography/xrmap-base
|
||||
|
||||
WRKSRC= ${WRKDIR}
|
||||
NO_BUILD= yes
|
||||
INSTALLATION_DIRS= share/rmap
|
||||
INSTALLATION_DIRS= share/rmap/anthems
|
||||
USE_TOOLS+= pax
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC} && pax -rw -pp anthems ${DESTDIR}${PREFIX}/share/rmap
|
||||
cd ${WRKSRC} && pax -rw -pp * ${DESTDIR}${PREFIX}/share/rmap/anthems
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
||||
@@ -1,18 +1,25 @@
|
||||
@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:57:17 joerg Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2013/08/10 12:45:15 shattered Exp $
|
||||
share/rmap/anthems/aca.ant
|
||||
share/rmap/anthems/aco.ant
|
||||
share/rmap/anthems/ad.ant
|
||||
share/rmap/anthems/ae.ant
|
||||
share/rmap/anthems/af.ant
|
||||
share/rmap/anthems/ag.ant
|
||||
share/rmap/anthems/ai.ant
|
||||
share/rmap/anthems/al.ant
|
||||
share/rmap/anthems/am.ant
|
||||
share/rmap/anthems/an.ant
|
||||
share/rmap/anthems/ao.ant
|
||||
share/rmap/anthems/ar.ant
|
||||
share/rmap/anthems/as.ant
|
||||
share/rmap/anthems/asy.ant
|
||||
share/rmap/anthems/at.ant
|
||||
share/rmap/anthems/au.ant
|
||||
share/rmap/anthems/aw.ant
|
||||
share/rmap/anthems/ax.ant
|
||||
share/rmap/anthems/az.ant
|
||||
share/rmap/anthems/ba.ant
|
||||
share/rmap/anthems/bav.ant
|
||||
share/rmap/anthems/bb.ant
|
||||
share/rmap/anthems/bd.ant
|
||||
share/rmap/anthems/be.ant
|
||||
@@ -20,56 +27,83 @@ share/rmap/anthems/bf.ant
|
||||
share/rmap/anthems/bg.ant
|
||||
share/rmap/anthems/bh.ant
|
||||
share/rmap/anthems/bi.ant
|
||||
share/rmap/anthems/bia.ant
|
||||
share/rmap/anthems/bj.ant
|
||||
share/rmap/anthems/bm.ant
|
||||
share/rmap/anthems/bn.ant
|
||||
share/rmap/anthems/bnr.ant
|
||||
share/rmap/anthems/bo.ant
|
||||
share/rmap/anthems/bpt.ant
|
||||
share/rmap/anthems/br.ant
|
||||
share/rmap/anthems/bri.ant
|
||||
share/rmap/anthems/bs.ant
|
||||
share/rmap/anthems/bt.ant
|
||||
share/rmap/anthems/bw.ant
|
||||
share/rmap/anthems/by.ant
|
||||
share/rmap/anthems/bz.ant
|
||||
share/rmap/anthems/ca.ant
|
||||
share/rmap/anthems/cat.ant
|
||||
share/rmap/anthems/cco.ant
|
||||
share/rmap/anthems/cd.ant
|
||||
share/rmap/anthems/cf.ant
|
||||
share/rmap/anthems/cg.ant
|
||||
share/rmap/anthems/ch.ant
|
||||
share/rmap/anthems/che.ant
|
||||
share/rmap/anthems/ci.ant
|
||||
share/rmap/anthems/cis.ant
|
||||
share/rmap/anthems/ck.ant
|
||||
share/rmap/anthems/cl.ant
|
||||
share/rmap/anthems/cm.ant
|
||||
share/rmap/anthems/cn.ant
|
||||
share/rmap/anthems/co.ant
|
||||
share/rmap/anthems/cor.ant
|
||||
share/rmap/anthems/cr.ant
|
||||
share/rmap/anthems/cri.ant
|
||||
share/rmap/anthems/crs.ant
|
||||
share/rmap/anthems/csa.ant
|
||||
share/rmap/anthems/cu.ant
|
||||
share/rmap/anthems/cv.ant
|
||||
share/rmap/anthems/cy.ant
|
||||
share/rmap/anthems/cz.ant
|
||||
share/rmap/anthems/ddr.ant
|
||||
share/rmap/anthems/de.ant
|
||||
share/rmap/anthems/dj.ant
|
||||
share/rmap/anthems/dk.ant
|
||||
share/rmap/anthems/dm.ant
|
||||
share/rmap/anthems/dnz.ant
|
||||
share/rmap/anthems/do.ant
|
||||
share/rmap/anthems/dz.ant
|
||||
share/rmap/anthems/ec.ant
|
||||
share/rmap/anthems/ee.ant
|
||||
share/rmap/anthems/eg.ant
|
||||
share/rmap/anthems/eng.ant
|
||||
share/rmap/anthems/er.ant
|
||||
share/rmap/anthems/es.ant
|
||||
share/rmap/anthems/esn.ant
|
||||
share/rmap/anthems/et.ant
|
||||
share/rmap/anthems/eus.ant
|
||||
share/rmap/anthems/fi.ant
|
||||
share/rmap/anthems/file.idx
|
||||
share/rmap/anthems/fj.ant
|
||||
share/rmap/anthems/fla.ant
|
||||
share/rmap/anthems/fm.ant
|
||||
share/rmap/anthems/fo.ant
|
||||
share/rmap/anthems/fr.ant
|
||||
share/rmap/anthems/fri.ant
|
||||
share/rmap/anthems/ga.ant
|
||||
share/rmap/anthems/gb.ant
|
||||
share/rmap/anthems/gd.ant
|
||||
share/rmap/anthems/ge.ant
|
||||
share/rmap/anthems/gg.ant
|
||||
share/rmap/anthems/gh.ant
|
||||
share/rmap/anthems/gi.ant
|
||||
share/rmap/anthems/gl.ant
|
||||
share/rmap/anthems/gm.ant
|
||||
share/rmap/anthems/gn.ant
|
||||
share/rmap/anthems/gq.ant
|
||||
share/rmap/anthems/gr.ant
|
||||
share/rmap/anthems/gt.ant
|
||||
share/rmap/anthems/gu.ant
|
||||
share/rmap/anthems/gw.ant
|
||||
share/rmap/anthems/gy.ant
|
||||
share/rmap/anthems/hn.ant
|
||||
@@ -79,23 +113,30 @@ share/rmap/anthems/hu.ant
|
||||
share/rmap/anthems/id.ant
|
||||
share/rmap/anthems/ie.ant
|
||||
share/rmap/anthems/il.ant
|
||||
share/rmap/anthems/im.ant
|
||||
share/rmap/anthems/in.ant
|
||||
share/rmap/anthems/iq.ant
|
||||
share/rmap/anthems/ir.ant
|
||||
share/rmap/anthems/is.ant
|
||||
share/rmap/anthems/it.ant
|
||||
share/rmap/anthems/je.ant
|
||||
share/rmap/anthems/jm.ant
|
||||
share/rmap/anthems/jo.ant
|
||||
share/rmap/anthems/jp.ant
|
||||
share/rmap/anthems/kar.ant
|
||||
share/rmap/anthems/kat.ant
|
||||
share/rmap/anthems/ke.ant
|
||||
share/rmap/anthems/kg.ant
|
||||
share/rmap/anthems/kh.ant
|
||||
share/rmap/anthems/ki.ant
|
||||
share/rmap/anthems/km.ant
|
||||
share/rmap/anthems/kn.ant
|
||||
share/rmap/anthems/kor.ant
|
||||
share/rmap/anthems/kp.ant
|
||||
share/rmap/anthems/kr.ant
|
||||
share/rmap/anthems/krd.ant
|
||||
share/rmap/anthems/kw.ant
|
||||
share/rmap/anthems/ky.ant
|
||||
share/rmap/anthems/kz.ant
|
||||
share/rmap/anthems/la.ant
|
||||
share/rmap/anthems/lb.ant
|
||||
@@ -109,6 +150,7 @@ share/rmap/anthems/lu.ant
|
||||
share/rmap/anthems/lv.ant
|
||||
share/rmap/anthems/ly.ant
|
||||
share/rmap/anthems/ma.ant
|
||||
share/rmap/anthems/mad.ant
|
||||
share/rmap/anthems/mc.ant
|
||||
share/rmap/anthems/md.ant
|
||||
share/rmap/anthems/mg.ant
|
||||
@@ -117,6 +159,7 @@ share/rmap/anthems/mk.ant
|
||||
share/rmap/anthems/ml.ant
|
||||
share/rmap/anthems/mm.ant
|
||||
share/rmap/anthems/mn.ant
|
||||
share/rmap/anthems/mp.ant
|
||||
share/rmap/anthems/mr.ant
|
||||
share/rmap/anthems/mt.ant
|
||||
share/rmap/anthems/mu.ant
|
||||
@@ -127,27 +170,42 @@ share/rmap/anthems/my.ant
|
||||
share/rmap/anthems/mz.ant
|
||||
share/rmap/anthems/na.ant
|
||||
share/rmap/anthems/ne.ant
|
||||
share/rmap/anthems/nf.ant
|
||||
share/rmap/anthems/nfl.ant
|
||||
share/rmap/anthems/ng.ant
|
||||
share/rmap/anthems/ni.ant
|
||||
share/rmap/anthems/nie.ant
|
||||
share/rmap/anthems/nkr.ant
|
||||
share/rmap/anthems/nl.ant
|
||||
share/rmap/anthems/no.ant
|
||||
share/rmap/anthems/np.ant
|
||||
share/rmap/anthems/nr.ant
|
||||
share/rmap/anthems/nu.ant
|
||||
share/rmap/anthems/nz.ant
|
||||
share/rmap/anthems/ofs.ant
|
||||
share/rmap/anthems/oly.ant
|
||||
share/rmap/anthems/om.ant
|
||||
share/rmap/anthems/pa.ant
|
||||
share/rmap/anthems/pe.ant
|
||||
share/rmap/anthems/pf.ant
|
||||
share/rmap/anthems/pg.ant
|
||||
share/rmap/anthems/ph.ant
|
||||
share/rmap/anthems/pk.ant
|
||||
share/rmap/anthems/pl.ant
|
||||
share/rmap/anthems/pn.ant
|
||||
share/rmap/anthems/pr.ant
|
||||
share/rmap/anthems/ps.ant
|
||||
share/rmap/anthems/pt.ant
|
||||
share/rmap/anthems/pw.ant
|
||||
share/rmap/anthems/py.ant
|
||||
share/rmap/anthems/qa.ant
|
||||
share/rmap/anthems/re.ant
|
||||
share/rmap/anthems/rho.ant
|
||||
share/rmap/anthems/ro.ant
|
||||
share/rmap/anthems/ru.ant
|
||||
share/rmap/anthems/rw.ant
|
||||
share/rmap/anthems/sa.ant
|
||||
share/rmap/anthems/sar.ant
|
||||
share/rmap/anthems/sb.ant
|
||||
share/rmap/anthems/sc.ant
|
||||
share/rmap/anthems/sd.ant
|
||||
@@ -157,17 +215,26 @@ share/rmap/anthems/si.ant
|
||||
share/rmap/anthems/sk.ant
|
||||
share/rmap/anthems/sl.ant
|
||||
share/rmap/anthems/sm.ant
|
||||
share/rmap/anthems/sma.ant
|
||||
share/rmap/anthems/smm.ant
|
||||
share/rmap/anthems/sn.ant
|
||||
share/rmap/anthems/so.ant
|
||||
share/rmap/anthems/sol.ant
|
||||
share/rmap/anthems/sr.ant
|
||||
share/rmap/anthems/srp.ant
|
||||
share/rmap/anthems/st.ant
|
||||
share/rmap/anthems/sun.ant
|
||||
share/rmap/anthems/sv.ant
|
||||
share/rmap/anthems/sy.ant
|
||||
share/rmap/anthems/sz.ant
|
||||
share/rmap/anthems/tat.ant
|
||||
share/rmap/anthems/td.ant
|
||||
share/rmap/anthems/tdr.ant
|
||||
share/rmap/anthems/tg.ant
|
||||
share/rmap/anthems/th.ant
|
||||
share/rmap/anthems/tib.ant
|
||||
share/rmap/anthems/tj.ant
|
||||
share/rmap/anthems/tl.ant
|
||||
share/rmap/anthems/tm.ant
|
||||
share/rmap/anthems/tn.ant
|
||||
share/rmap/anthems/to.ant
|
||||
@@ -179,17 +246,24 @@ share/rmap/anthems/tw.ant
|
||||
share/rmap/anthems/tz.ant
|
||||
share/rmap/anthems/ua.ant
|
||||
share/rmap/anthems/ug.ant
|
||||
share/rmap/anthems/uno.ant
|
||||
share/rmap/anthems/us.ant
|
||||
share/rmap/anthems/uvo.ant
|
||||
share/rmap/anthems/uy.ant
|
||||
share/rmap/anthems/uz.ant
|
||||
share/rmap/anthems/va.ant
|
||||
share/rmap/anthems/vc.ant
|
||||
share/rmap/anthems/ve.ant
|
||||
share/rmap/anthems/vi.ant
|
||||
share/rmap/anthems/vn.ant
|
||||
share/rmap/anthems/vnd.ant
|
||||
share/rmap/anthems/vu.ant
|
||||
share/rmap/anthems/wal.ant
|
||||
share/rmap/anthems/wln.ant
|
||||
share/rmap/anthems/ws.ant
|
||||
share/rmap/anthems/ye.ant
|
||||
share/rmap/anthems/yu.ant
|
||||
share/rmap/anthems/yug.ant
|
||||
share/rmap/anthems/za.ant
|
||||
share/rmap/anthems/zm.ant
|
||||
share/rmap/anthems/zw.ant
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.2 2005/02/22 21:08:32 agc Exp $
|
||||
$NetBSD: distinfo,v 1.3 2013/08/10 12:45:15 shattered Exp $
|
||||
|
||||
SHA1 (anthems-1.1.tar.bz2) = 88a568d60968f4c2a3e724447314320b95d00867
|
||||
RMD160 (anthems-1.1.tar.bz2) = 285f6ebf100af766308b4291bd6d6e5eb1a7717a
|
||||
Size (anthems-1.1.tar.bz2) = 95748 bytes
|
||||
SHA1 (anthems-1.3.tar.bz2) = 362fd89839f0990d55e9abc82b2d6fe61efd9616
|
||||
RMD160 (anthems-1.3.tar.bz2) = d259a5a891227f27a0f1e8bd5530b0d70fea90f5
|
||||
Size (anthems-1.3.tar.bz2) = 204506 bytes
|
||||
|
||||
Reference in New Issue
Block a user