FreeBSD Bugzilla – Attachment 130642 Details for
Bug 174620
Upgraded Port databases/postgis Adds support for geographic objects to PostgreSQL
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
postgis-pkg-plist.diff
postgis-pkg-plist.diff (text/plain), 7.38 KB, created by
Matthew Trisoline
on 2013-01-23 19:52:13 UTC
(
hide
)
Description:
postgis-pkg-plist.diff
Filename:
MIME Type:
Creator:
Matthew Trisoline
Created:
2013-01-23 19:52:13 UTC
Size:
7.38 KB
patch
obsolete
>--- postgis.orig/pkg-plist 2011-07-01 02:22:55.000000000 -0400 >+++ postgis/pkg-plist 2012-12-21 21:49:01.000000000 -0500 >@@ -1,26 +1,129 @@ > bin/pgsql2shp > bin/shp2pgsql >-%%LOADERGUI%%bin/shp2pgsql-gui >-lib/postgresql/liblwgeom.so >-lib/postgresql/liblwgeom.so.1 >-lib/postgresql/postgis-1.5.so >-lib/postgresql/postgis.so >-%%DATADIR%%/contrib/postgis-1.5/postgis.sql >-%%DATADIR%%/contrib/postgis-1.5/postgis_upgrade_13_to_15.sql >-%%DATADIR%%/contrib/postgis-1.5/postgis_upgrade_14_to_15.sql >-%%DATADIR%%/contrib/postgis-1.5/postgis_upgrade_15_minor.sql >-%%DATADIR%%/contrib/postgis-1.5/spatial_ref_sys.sql >-%%DATADIR%%/contrib/postgis-1.5/uninstall_postgis.sql >+lib/postgresql/postgis-2.0.so >+lib/postgresql/rtpostgis-2.0.so >+%%DATADIR%%/tiger_2010/README >+%%DATADIR%%/tiger_2010/census_loader.sql >+%%DATADIR%%/tiger_2010/create_geocode.bat >+%%DATADIR%%/tiger_2010/create_geocode.sh >+%%DATADIR%%/tiger_2010/create_geocode.sql >+%%DATADIR%%/tiger_2010/geocode/rate_attributes.sql >+%%DATADIR%%/tiger_2010/geocode/geocode.sql >+%%DATADIR%%/tiger_2010/geocode/census_tracts_functions.sql >+%%DATADIR%%/tiger_2010/geocode/other_helper_functions.sql >+%%DATADIR%%/tiger_2010/geocode/geocode_address.sql >+%%DATADIR%%/tiger_2010/geocode/geocode_intersection.sql >+%%DATADIR%%/tiger_2010/geocode/includes_address.sql >+%%DATADIR%%/tiger_2010/geocode/geocode_location.sql >+%%DATADIR%%/tiger_2010/geocode/interpolate_from_address.sql >+%%DATADIR%%/tiger_2010/geocode/reverse_geocode.sql >+%%DATADIR%%/tiger_2010/legacy_import/tiger2008/import_tiger_shps.sh >+%%DATADIR%%/tiger_2010/normalize/location_extract_countysub_exact.sql >+%%DATADIR%%/tiger_2010/normalize/location_extract.sql >+%%DATADIR%%/tiger_2010/normalize/location_extract_countysub_fuzzy.sql >+%%DATADIR%%/tiger_2010/normalize/normalize_address.sql >+%%DATADIR%%/tiger_2010/normalize/count_words.sql >+%%DATADIR%%/tiger_2010/normalize/location_extract_place_exact.sql >+%%DATADIR%%/tiger_2010/normalize/state_extract.sql >+%%DATADIR%%/tiger_2010/normalize/end_soundex.sql >+%%DATADIR%%/tiger_2010/normalize/location_extract_place_fuzzy.sql >+%%DATADIR%%/tiger_2010/normalize/pprint_addy.sql >+%%DATADIR%%/tiger_2010/normalize/get_last_words.sql >+%%DATADIR%%/tiger_2010/regress/geocode_regress >+%%DATADIR%%/tiger_2010/regress/normalize_address_regress >+%%DATADIR%%/tiger_2010/regress/regress.sql >+%%DATADIR%%/tiger_2010/regress/reverse_geocode_regress.sql >+%%DATADIR%%/tiger_2010/regress/reverse_geocode_regress >+%%DATADIR%%/tiger_2010/regress/geocode_regress.sql >+%%DATADIR%%/tiger_2010/regress/normalize_address_regress.sql >+%%DATADIR%%/tiger_2010/tables/lookup_tables_2010.sql >+%%DATADIR%%/tiger_2010/tiger_loader.sql >+%%DATADIR%%/tiger_2010/topology/tiger_topology_loader.sql >+%%DATADIR%%/tiger_2010/topology/README >+%%DATADIR%%/tiger_2010/upgrade_geocode.sql >+%%DATADIR%%/tiger_2010/upgrade_geocoder.bat >+%%DATADIR%%/tiger_2010/upgrade_geocoder.sh >+%%DATADIR%%/tiger_2010/utility/utmzone.sql >+%%DATADIR%%/tiger_2010/utility/levenshtein_ignore_case.sql >+%%DATADIR%%/tiger_2010/utility/nullable_levenshtein.sql >+%%DATADIR%%/tiger_2010/utility/cull_null.sql >+%%DATADIR%%/utils/Makefile >+%%DATADIR%%/utils/Makefile.in >+%%DATADIR%%/utils/README > %%DATADIR%%/utils/create_undef.pl >-%%DATADIR%%/utils/new_postgis_restore.pl > %%DATADIR%%/utils/postgis_proc_upgrade.pl > %%DATADIR%%/utils/postgis_restore.pl >+%%DATADIR%%/utils/postgis_restore.pl.in > %%DATADIR%%/utils/profile_intersects.pl >+%%DATADIR%%/utils/read_scripts_version.pl >+%%DATADIR%%/utils/svn_repo_revision.pl > %%DATADIR%%/utils/test_estimation.pl >+%%DATADIR%%/utils/test_geography_estimation.pl >+%%DATADIR%%/utils/test_geography_joinestimation.pl > %%DATADIR%%/utils/test_joinestimation.pl >-@dirrmtry %%DATADIR%%/utils >-@dirrmtry %%DATADIR%%/contrib/postgis-1.5 >-@dirrmtry %%DATADIR%%/contrib >-@dirrmtry %%DATADIR%% >-@dirrmtry lib/postgresql >-@dirrmtry lib >+%%DATADIR%%/utils/uninstall_script >+share/postgresql/contrib/postgis-2.0/postgis_comments.sql >+share/postgresql/contrib/postgis-2.0/raster_comments.sql >+share/postgresql/contrib/postgis-2.0/topology_comments.sql >+share/postgresql/contrib/postgis-2.0/spatial_ref_sys.sql >+share/postgresql/contrib/postgis-2.0/postgis.sql >+share/postgresql/contrib/postgis-2.0/uninstall_postgis.sql >+share/postgresql/contrib/postgis-2.0/postgis_upgrade_20_minor.sql >+share/postgresql/contrib/postgis-2.0/legacy.sql >+share/postgresql/contrib/postgis-2.0/uninstall_legacy.sql >+share/postgresql/contrib/postgis-2.0/legacy_minimal.sql >+share/postgresql/contrib/postgis-2.0/legacy_gist.sql >+share/postgresql/contrib/postgis-2.0/rtpostgis.sql >+share/postgresql/contrib/postgis-2.0/rtpostgis_upgrade_20_minor.sql >+share/postgresql/contrib/postgis-2.0/uninstall_rtpostgis.sql >+share/postgresql/contrib/postgis-2.0/rtpostgis_legacy.sql >+share/postgresql/contrib/postgis-2.0/topology.sql >+share/postgresql/contrib/postgis-2.0/topology_upgrade_20_minor.sql >+share/postgresql/contrib/postgis-2.0/uninstall_topology.sql >+share/postgresql/contrib/postgis-2.0/postgis_restore.pl >+share/postgresql/extension/postgis.control >+share/postgresql/extension/postgis--2.0.0alpha3--2.0.2.sql >+share/postgresql/extension/postgis--2.0.0alpha4--2.0.2.sql >+share/postgresql/extension/postgis--2.0.1--2.0.2.sql >+share/postgresql/extension/postgis--2.0.0alpha5--2.0.2.sql >+share/postgresql/extension/postgis--2.0.0beta3--2.0.2.sql >+share/postgresql/extension/postgis--2.0.0beta4--2.0.2.sql >+share/postgresql/extension/postgis--2.0.0rc2--2.0.2.sql >+share/postgresql/extension/postgis--2.0.0alpha6--2.0.2.sql >+share/postgresql/extension/postgis--2.0.2.sql >+share/postgresql/extension/postgis--2.0.0alpha1--2.0.2.sql >+share/postgresql/extension/postgis--unpackaged--2.0.2.sql >+share/postgresql/extension/postgis--2.0.0beta1--2.0.2.sql >+share/postgresql/extension/postgis--2.0.0--2.0.2.sql >+share/postgresql/extension/postgis--2.0.0beta2--2.0.2.sql >+share/postgresql/extension/postgis--2.0.0rc1--2.0.2.sql >+share/postgresql/extension/postgis--2.0.0alpha2--2.0.2.sql >+share/postgresql/extension/postgis_topology.control >+share/postgresql/extension/postgis_topology--2.0.0beta4--2.0.2.sql >+share/postgresql/extension/postgis_topology--2.0.0alpha6--2.0.2.sql >+share/postgresql/extension/postgis_topology--2.0.0alpha1--2.0.2.sql >+share/postgresql/extension/postgis_topology--unpackaged--2.0.2.sql >+share/postgresql/extension/postgis_topology--2.0.0beta2--2.0.2.sql >+share/postgresql/extension/postgis_topology--2.0.2.sql >+share/postgresql/extension/postgis_topology--2.0.0beta1--2.0.2.sql >+share/postgresql/extension/postgis_topology--2.0.0--2.0.2.sql >+share/postgresql/extension/postgis_topology--2.0.0rc1--2.0.2.sql >+share/postgresql/extension/postgis_topology--2.0.0alpha2--2.0.2.sql >+share/postgresql/extension/postgis_topology--2.0.0alpha3--2.0.2.sql >+share/postgresql/extension/postgis_topology--2.0.0alpha4--2.0.2.sql >+share/postgresql/extension/postgis_topology--2.0.1--2.0.2.sql >+share/postgresql/extension/postgis_topology--2.0.0rc2--2.0.2.sql >+share/postgresql/extension/postgis_topology--2.0.0alpha5--2.0.2.sql >+share/postgresql/extension/postgis_topology--2.0.0beta3--2.0.2.sql >+@dirrm share/postgresql/contrib/postgis-2.0 >+@dirrm share/postgis/tiger_2010/legacy_import/tiger2008 >+@dirrm share/postgis/tiger_2010/geocode >+@dirrm share/postgis/tiger_2010/legacy_import >+@dirrm share/postgis/tiger_2010/normalize >+@dirrm share/postgis/tiger_2010/regress >+@dirrm share/postgis/tiger_2010/tables >+@dirrm share/postgis/tiger_2010/topology >+@dirrm share/postgis/tiger_2010/utility >+@dirrm share/postgis/tiger_2010 >+@dirrm share/postgis/utils >+@dirrm share/postgis
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 174620
:
130640
|
130641
| 130642