Aldas Nabazas
16 years ago
4 changed files with 110 additions and 0 deletions
@ -0,0 +1,29 @@ |
|||||||
|
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||||
|
#
|
||||||
|
# Filename: package/.../mapnik/libtool.patch
|
||||||
|
# Copyright (C) 2009 The OpenSDE Project
|
||||||
|
#
|
||||||
|
# More information can be found in the files COPYING and README.
|
||||||
|
#
|
||||||
|
# This patch file is dual-licensed. It is available under the license the
|
||||||
|
# patched project is licensed under, as long as it is an OpenSource license
|
||||||
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
||||||
|
# of the GNU General Public License as published by the Free Software
|
||||||
|
# Foundation; either version 2 of the License, or (at your option) any later
|
||||||
|
# version.
|
||||||
|
# --- SDE-COPYRIGHT-NOTE-END ---
|
||||||
|
|
||||||
|
--- mapnik-0.5.1.orig/include/mapnik/plugin.hpp 2008-09-17 20:46:56.598535454 +0200
|
||||||
|
+++ mapnik-0.5.1/include/mapnik/plugin.hpp 2008-09-17 20:47:29.278542547 +0200
|
||||||
|
@@ -29,7 +29,8 @@
|
||||||
|
// stl
|
||||||
|
#include <string>
|
||||||
|
|
||||||
|
-typedef struct lt_dlhandle_struct * lt_dlhandle;
|
||||||
|
+#include <ltdl.h>
|
||||||
|
+
|
||||||
|
namespace mapnik
|
||||||
|
{
|
||||||
|
class PluginInfo : boost::noncopyable
|
||||||
|
|
@ -0,0 +1,31 @@ |
|||||||
|
|
||||||
|
[TIMESTAMP] 1240151312 Sun Apr 19 17:28:32 2009 |
||||||
|
[BUILDTIME] 5 (5) ERROR |
||||||
|
[SIZE] 0.01 MB, 7 files |
||||||
|
|
||||||
|
[DEP] autoconf |
||||||
|
[DEP] automake |
||||||
|
[DEP] bash |
||||||
|
[DEP] binutils |
||||||
|
[DEP] boost |
||||||
|
[DEP] bzip2 |
||||||
|
[DEP] coreutils |
||||||
|
[DEP] diffutils |
||||||
|
[DEP] fhs |
||||||
|
[DEP] file |
||||||
|
[DEP] findutils |
||||||
|
[DEP] gawk |
||||||
|
[DEP] gcc |
||||||
|
[DEP] glibc |
||||||
|
[DEP] grep |
||||||
|
[DEP] libtool |
||||||
|
[DEP] linux-header |
||||||
|
[DEP] m4 |
||||||
|
[DEP] make |
||||||
|
[DEP] mktemp |
||||||
|
[DEP] patch |
||||||
|
[DEP] perl |
||||||
|
[DEP] sed |
||||||
|
[DEP] sysfiles |
||||||
|
[DEP] tar |
||||||
|
[DEP] util-linux |
@ -0,0 +1,18 @@ |
|||||||
|
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
|
# |
||||||
|
# Filename: package/.../mapnik/mapnik.conf |
||||||
|
# Copyright (C) 2009 The OpenSDE Project |
||||||
|
# |
||||||
|
# More information can be found in the files COPYING and README. |
||||||
|
# |
||||||
|
# This program is free software; you can redistribute it and/or modify |
||||||
|
# it under the terms of the GNU General Public License as published by |
||||||
|
# the Free Software Foundation; version 2 of the License. A copy of the |
||||||
|
# GNU General Public License can be found in the file COPYING. |
||||||
|
# --- SDE-COPYRIGHT-NOTE-END --- |
||||||
|
|
||||||
|
makeopt= |
||||||
|
makeinstopt= |
||||||
|
hook_add inmake 5 "scons $sconsopt prefix=/$prefix; scons prefix=/$prefix install" |
||||||
|
|
@ -0,0 +1,32 @@ |
|||||||
|
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
|
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
|
[COPY] |
||||||
|
[COPY] Filename: package/.../mapnik/mapnik.desc |
||||||
|
[COPY] Copyright (C) 2009 The OpenSDE Project |
||||||
|
[COPY] |
||||||
|
[COPY] More information can be found in the files COPYING and README. |
||||||
|
[COPY] |
||||||
|
[COPY] This program is free software; you can redistribute it and/or modify |
||||||
|
[COPY] it under the terms of the GNU General Public License as published by |
||||||
|
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
||||||
|
[COPY] GNU General Public License can be found in the file COPYING. |
||||||
|
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||||
|
|
||||||
|
[I] Free Toolkit for developing mapping applications |
||||||
|
|
||||||
|
[T] Mapnik is a Free Toolkit for developing mapping applications. It's written in C++ |
||||||
|
[T] and there are Python bindings to facilitate fast-paced agile development. |
||||||
|
|
||||||
|
[U] http://www.mapnik.org/ |
||||||
|
|
||||||
|
[A] Many http://trac.mapnik.org/browser/trunk/AUTHORS |
||||||
|
[M] Aldas Nabazas <baldzius@gmail.com> |
||||||
|
|
||||||
|
[C] extra/tool |
||||||
|
|
||||||
|
[L] LGPL |
||||||
|
[S] Stable |
||||||
|
[V] 0.5.1 |
||||||
|
[P] X -----5---9 194.499 |
||||||
|
|
||||||
|
[D] 3949302211 mapnik_src-0.5.1.tar.gz http://download.berlios.de/mapnik/ |
Loading…
Reference in new issue