mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
pgSphere provides spherical data types, functions, and operators for PostgreSQL.
WWW: http://pgsphere.projects.postgresql.org/ PR: ports/143687 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net>
This commit is contained in:
parent
115f6521a7
commit
c9fa347064
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249717
@ -470,6 +470,7 @@
|
||||
SUBDIR += pgpool-II
|
||||
SUBDIR += pgpool-II-22
|
||||
SUBDIR += pgpoolAdmin
|
||||
SUBDIR += pgsphere
|
||||
SUBDIR += pgtcl
|
||||
SUBDIR += pgtop
|
||||
SUBDIR += pgtune
|
||||
|
41
databases/pgsphere/Makefile
Normal file
41
databases/pgsphere/Makefile
Normal file
@ -0,0 +1,41 @@
|
||||
# New ports collection makefile for: pgsphere
|
||||
# Date created: 2010-02-09
|
||||
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pgsphere
|
||||
PORTVERSION= 1.1.1
|
||||
CATEGORIES= databases geography
|
||||
MASTER_SITES= http://pgfoundry.org/frs/download.php/2558/ \
|
||||
http://sunpoet.net/distfiles/
|
||||
|
||||
MAINTAINER= sunpoet@sunpoet.net
|
||||
COMMENT= Spherical data types, functions, and operators for PostgreSQL
|
||||
|
||||
DATADIR= ${PREFIX}/share/postgresql
|
||||
DOCSDIR?= ${PREFIX}/share/doc/postgresql
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_PGSQL= yes
|
||||
|
||||
MAKE_ARGS+= PG_CONFIG=${LOCALBASE}/bin/pg_config USE_PGXS=1 docdir=${DOCSDIR}
|
||||
.if defined(NOPORTDOCS)
|
||||
MAKE_ARGS+= DOCS=""
|
||||
.endif
|
||||
|
||||
PLIST_FILES= lib/postgresql/pg_sphere.so \
|
||||
%%DATADIR%%/contrib/pg_sphere.sql \
|
||||
%%DOCSDIR%%/contrib/README.pg_sphere \
|
||||
%%DOCSDIR%%/contrib/COPYRIGHT.pg_sphere
|
||||
|
||||
PLIST_DIRS= %%DOCSDIR%%/contrib \
|
||||
%%DATADIR%%/contrib
|
||||
|
||||
#regression-test:
|
||||
# @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_ARGS} installcheck
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
3
databases/pgsphere/distinfo
Normal file
3
databases/pgsphere/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (pgsphere-1.1.1.tar.gz) = 5920835ef432c5b8925d16957121f940
|
||||
SHA256 (pgsphere-1.1.1.tar.gz) = 524225536e75e3c6ec48890502a7bdc8023563dc6eb320f3ef26f995bd90ab10
|
||||
SIZE (pgsphere-1.1.1.tar.gz) = 449970
|
3
databases/pgsphere/pkg-descr
Normal file
3
databases/pgsphere/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
pgSphere provides spherical data types, functions, and operators for PostgreSQL.
|
||||
|
||||
WWW: http://pgsphere.projects.postgresql.org/
|
Loading…
Reference in New Issue
Block a user