Magne M?hre wrote:
> 
> Template Version: @(#)onepager.txt 1.31 07/08/08 SMI
> 
> This information is Copyright 2007 Sun Microsystems
> 
> 1. Introduction
>     1.1. Project/Component Working Name:
>            Integrate PROJ4
[snip]
> 4. Technical Description:
>      4.1. Details:
>           PROJ is a package that provide functions and a library for
>           forward and inverse transformation between different
>           cartographic projections.  It is widely used by open source
>           GIS applications.

Does the software have a longer name somehow, e.g. "GisProj" ? Just
"SUNWproj" is... erm... short.

>           Links:
>             http://www.remotesensing.org/proj/
> 
>      4.5. Interfaces:
>           Provided interfaces:
>             package:
>                SUNWproj                               uncommitted
> 
>             include files:
>                /usr/include/nad_list.h                uncommitted
>                /usr/include/org_proj4_Projections.h   uncommitted
>                /usr/include/proj_api.h                uncommitted
>                /usr/include/projects.h                uncommitted

Is it possible to move this into a subdir like /usr/include/postgres/ or
/usr/include/proj4/ ? I'm a bit worried that this stuff more or less
sits in the global include namespace for all applications... for example
/usr/include/project.h may be confused with /usr/include/projects.h
which is a system header for the Solaris "projects" feature.

>             user binaries:
>                /usr/bin/cs2cs                         uncommitted
>                /usr/bin/geod                          uncommitted
>                /usr/bin/invgeod                       uncommitted
>                /usr/bin/invproj                       uncommitted
>                /usr/bin/nad2bin                       uncommitted
>                /usr/bin/nad2nad                       uncommitted
>                /usr/bin/proj                          uncommitted

Same question here: Is there a reason why this must be in /usr/bin/ and
cannot sit in /usr/postgres/bin/, /usr/postgres/bin/ or /usr/proj4/bin/
? If it should remain in /usr/bin/ - would it be usefull to add "proj4_"
as prefix for all utilties (except "proj" itself) ?

>             libraries:
>                /usr/lib/libproj.so.0.5.4              uncommitted

Please ship a 64bit version of the library, too (e.g.
/usr/lib/${MACH64}/libproj.so.0.5.4).

>             man files:
>               /usr/share/man/man1/cs2cs.1             uncommitted
>               /usr/share/man/man1/geod.1              uncommitted
>               /usr/share/man/man1/nad2nad.1           uncommitted
>               /usr/share/man/man1/proj.1              uncommitted
>               /usr/share/man/man3/pj_init.3           uncommitted

Same issue here - what about putting this into /usr/postgres/8.2/man/ or
/usr/proj4/man/ ?

----

Bye,
Roland

-- 
  __ .  . __
 (o.\ \/ /.o) roland.mainz at nrubsig.org
  \__\/\/__/  MPEG specialist, C&&JAVA&&Sun&&Unix programmer
  /O /==\ O\  TEL +49 641 7950090
 (;O/ \/ \O;)

Reply via email to