Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/web
In directory vz-cvs-3.sog:/tmp/cvs-serv31981

Added Files:
        mapserver.info nanoblogger.info 
Log Message:
nanoblogger 3.4.2 has a new entry format that is not compatible with 3.1
mapserver 6... cause why commit mapserver5.  Will be more useful when apache 
drops into 10.7 fink


--- NEW FILE: mapserver.info ---
Package: mapserver
Version: 6.0.1
Revision: 1
Description: Spatial Web Development Environment
License: BSD
Homepage: http://mapserver.org/
Maintainer: Kurt Schwehr <[email protected]>
DescDetail: <<
MapServer is an OpenSource development environment for constructing
spatially enabled Internet-web applications. The software builds upon
other popular OpenSource or freeware systems including Shapelib, 
FreeType, Proj.4, GDAL/OGR.
<<

Conflicts: mapserver
Replaces: mapserver

DescUsage: <<
To use mapserver you either copy the directory or the file: 
 cp %p/share/mapserver /Library/WebServer/CGI-Executables
or 
 cp %p/share/mapserver/mapserv /Library/WebServer/CGI-Executables
You may, of course, add symlink to CGI-Executables after you edit httpd.conf
to have Options: FollowSymLinks ExecCGI.

The documents are available at:
http://mapserver.gis.umn.edu/doc.html
<<

# Dependencies.
# do we really need proj if we have the proj-shlibs?
# Switching to libgeos3 ... libgeosc1-shlibs.  Was libgeos2-shlibs
Depends: <<
        libgeos3.3.0-shlibs,
        freetype219-shlibs,
        gd2-shlibs, 
        gdal-shlibs, 
        proj-shlibs, pdflib6-shlibs, libming1-shlibs,
        postgresql90-shlibs,
        postgis90,
        hdf5.7-shlibs,
        libcurl4-shlibs,
        libpng15-shlibs,
        libjpeg8-shlibs,
        libspatialite1-shlibs,
        giflib-shlibs,
        libtiff-shlibs,
        netcdf7-shlibs
<<
# OpenGL support not yet ready
#        libftgl2-shlibs


BuildDepends: <<
        gcc4.2,
        libiconv-dev, 
        libgeos3.3.0,
        freetype219,
        gd2, 
        proj, gdal-dev, 
        pdflib6, libming1-dev, 
        postgresql90-dev,
        postgis90,
        libcurl4,
        libssh2.1,
        libpng15,
        libjpeg8,
        libogdi3,
        hdf5.7,
        sqlite3-dev,
        libspatialite1,
        libiconv-dev, cfitsio,
        netcdf7,
        libjasper.1,
        giflib,
        libtiff
<<

# libspatialite1-shlibs
#       xerces-c-dev, 

# OpenGL support not yet ready
#        libftgl2

# Unpack Phase.g
Source: http://download.osgeo.org/mapserver/mapserver-%v.tar.gz
Source-MD5: b96287449dcbca9a2fcea3a64905915a

SetCFLAGS: -O3 -funroll-loops -fexpensive-optimizations -ffast-math
SetCC: gcc-4.2
SetCXX: g++-4.2

#SetCPPFLAGS: -I%p/include/gdal1 
#SetCPPFLAGS: -I/usr/X11R6/include
#SetLDFLAGS: -L/usr/X11/lib

# Compile Phase.
ConfigureParams: --mandir=%i/share/man --with-gd=%p --with-pdf=%p 
--with-gdal=%p/bin/gdal-config --with-ogr=%p/bin/gdal-config --with-png=%p 
--with-proj=%p --with-ming=%p --with-curl-config=%p/bin/curl-config --with-wfs 
--with-wcs --with-wmsclient --with-wfsclient --with-sos 
--with-geos=%p/opt/libgeos3.3.0/bin/geos-config --with-postgis=%p/bin/pg_config 
--with-gif=%p --with-jpeg=%p

# --with-tiff Tiff not needed... used through gdal
# --with-fastcgi=%p # apache not configured with fastcgi in fink
# --with-opengl --with-ftgl=%p/include/FTGL # not yet ready

# Xpm support not available.  Collisions with png in /usr/X11/lib.  Fixes 
welcome!

CompileScript: <<
  #!/bin/bash -ev
  #printenv
  echo $PATH
  OPT_FLAGS="-O3 -funroll-loops -fexpensive-optimizations -ffast-math"

  CXXFLAGS="-I%p/include/gdal1 $OPT_FLAGS" CPPFLAGS="-I%p/include/gdal1 
$OPT_FLAGS" CFLAGS="-I%p/include/gdal1 $OPT_FLAGS" ./configure %c

  CXXFLAGS="-I%p/include/gdal1 $OPT_FLAGS" CPPFLAGS="-I%p/include/gdal1" 
CFLAGS="-I%p/include/gdal1 $OPT_FLAGS" make 
<<

# Install Phase.
InstallScript: <<
  mkdir -p %i/share/%n %i/bin

  # shp2pdf 
  cp legend mapserv msencrypt scalebar shp2img shp2mysql.pl shptree shptreetst 
sortshp tile4ms %i/bin/

  #echo "Creating links for backward compatibility to older fink versions"
  #(cd %i/share/%n && ln -s ../../bin/* .)
<<


DocFiles: GD-COPYING HISTORY.TXT INSTALL README README.CONFIGURE

DescPort: <<
Need to look into mapscript again.

The binaries are now also installed in bin so that they can be used
from the command line.  Should mapserver depend on apache2 and put it
into the apache2 cgi directory?  
Kurt Schwehr <[email protected]> 5/2006

The previous maintainer followed README.CONFIGURE and the webiste:
http://www.kyngchaos.com/macosx/mapservinstall.html
<<

--- NEW FILE: nanoblogger.info ---
Package: nanoblogger
Version: 3.4.2
Revision: 1
# http://nanoblogger.sourceforge.net/downloads/nanoblogger-3.4.2.tar.gz
Source: http://nanoblogger.sourceforge.net/downloads/%n-%v.tar.gz
Source-MD5: 9de66534776d557c4611cabbdedcaaff
Depends: lynx, tidyp
Description: Weblog engine written in bash
#DocFiles: COPYING ChangeLog
PatchScript: <<
 perl -pi -e 's|\`dirname \$0\`|%p/share/%n|g' nb
<<
CompileScript: echo "Nothing to compile"
InstallScript: <<
  mkdir -p %i/bin %i/share/%n %i/share/%n/docs
  #cp docs/nanoblogger.html %i/share/%n/docs
  mv nb %i/bin/
  mv * %i/share/%n/
<<

DescDetail: <<
NanoBlogger is a small weblog engine written in Bash for the command
line. It uses common UNIX tools such as cat, grep and sed.

Recommended that you change the browser to "open".

features include:

  intuitive commandline interface
  support for multiple weblogs
  support for multiple categories
  easy editing and management of entries
  archiving by category, entry, and month
  pagination
  permanent links
  RSS syndication (comes with RSS 1.0 and 2.0 formats)
  Atom syndication (comes with 0.3 format)
  templates and CSS style sheets for full control of appearance
  placeholders for easy template manipulation
  plugins for calendar, recent entries, weblog status, fortunes, etc.
  auto-formatting, e.g. line breaks translate to HTML
  support for relative and absolute links
  extensibility through parts (e.g. parts/2003-06.html)
  global configuration to set defaults (nb.conf)
  per-weblog configuration to override global defaults (blog.conf)
  intelligent build system, only rebuilds relative parts for a modified 
    entry
  simple cache system, for faster content generation
  auto-detection of weblog from current directory
  no dependency on any javascript, server-side scripting, or server-side
    includes
  no dependency on any special database (uses flat-file)
  multi-platform portability (or at least wherever there's bash and the
    required commands)
<<
DescUsage: <<
Warning: the entry format of nanoblogger 3.4.x is different than nb 3.1.
<<

Maintainer: Kurt Schwehr <[email protected]>
HomePage: http://nanoblogger.sourceforge.net
License: GPL


------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to