[Midnightbsd-cvs] mports [21172] trunk/databases: add pl languages for postgresql ports
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Mar 15 16:05:49 EDT 2016
Revision: 21172
http://svnweb.midnightbsd.org/mports/?rev=21172
Author: laffer1
Date: 2016-03-15 16:05:47 -0400 (Tue, 15 Mar 2016)
Log Message:
-----------
add pl languages for postgresql ports
Modified Paths:
--------------
trunk/databases/Makefile
trunk/databases/p5-Class-DBI-Plugin-Pager/Makefile
trunk/databases/p5-SQL-Abstract/Makefile
trunk/databases/p5-SQL-Abstract-Limit/Makefile
Added Paths:
-----------
trunk/databases/postgresql90-plperl/
trunk/databases/postgresql90-plperl/Makefile
trunk/databases/postgresql90-plpython/
trunk/databases/postgresql90-plpython/Makefile
trunk/databases/postgresql90-plpython/pkg-descr
trunk/databases/postgresql90-pltcl/
trunk/databases/postgresql90-pltcl/Makefile
trunk/databases/postgresql92-plperl/
trunk/databases/postgresql92-plperl/Makefile
trunk/databases/postgresql92-plpython/
trunk/databases/postgresql92-plpython/Makefile
trunk/databases/postgresql92-pltcl/
trunk/databases/postgresql92-pltcl/Makefile
trunk/databases/postgresql93-plperl/
trunk/databases/postgresql93-plperl/Makefile
trunk/databases/postgresql93-plpython/
trunk/databases/postgresql93-plpython/Makefile
trunk/databases/postgresql93-pltcl/
trunk/databases/postgresql93-pltcl/Makefile
trunk/databases/postgresql94-docs/
trunk/databases/postgresql94-docs/Makefile
trunk/databases/postgresql94-pgtcl/
trunk/databases/postgresql94-pgtcl/Makefile
trunk/databases/postgresql94-plperl/
trunk/databases/postgresql94-plperl/Makefile
trunk/databases/postgresql94-plpython/
trunk/databases/postgresql94-plpython/Makefile
trunk/databases/postgresql94-pltcl/
trunk/databases/postgresql94-pltcl/Makefile
trunk/databases/postgresql95-docs/
trunk/databases/postgresql95-docs/Makefile
trunk/databases/postgresql95-pgtcl/
trunk/databases/postgresql95-pgtcl/Makefile
trunk/databases/postgresql95-plperl/
trunk/databases/postgresql95-plperl/Makefile
trunk/databases/postgresql95-plpython/
trunk/databases/postgresql95-plpython/Makefile
trunk/databases/postgresql95-pltcl/
trunk/databases/postgresql95-pltcl/Makefile
Modified: trunk/databases/Makefile
===================================================================
--- trunk/databases/Makefile 2016-03-15 19:31:32 UTC (rev 21171)
+++ trunk/databases/Makefile 2016-03-15 20:05:47 UTC (rev 21172)
@@ -102,18 +102,33 @@
SUBDIR += postgresql-plruby
SUBDIR += postgresql90-client
SUBDIR += postgresql90-contrib
+SUBDIR += postgresql90-plperl
+SUBDIR += postgresql90-plpython
+SUBDIR += postgresql90-pltcl
SUBDIR += postgresql90-server
SUBDIR += postgresql92-client
SUBDIR += postgresql92-contrib
+SUBDIR += postgresql92-plperl
+SUBDIR += postgresql92-plpython
+SUBDIR += postgresql92-pltcl
SUBDIR += postgresql92-server
SUBDIR += postgresql93-client
SUBDIR += postgresql93-contrib
+SUBDIR += postgresql93-plperl
+SUBDIR += postgresql93-plpython
+SUBDIR += postgresql93-pltcl
SUBDIR += postgresql93-server
SUBDIR += postgresql94-client
SUBDIR += postgresql94-contrib
+SUBDIR += postgresql94-plperl
+SUBDIR += postgresql94-plpython
+SUBDIR += postgresql94-pltcl
SUBDIR += postgresql94-server
SUBDIR += postgresql95-client
SUBDIR += postgresql95-contrib
+SUBDIR += postgresql95-plperl
+SUBDIR += postgresql95-plpython
+SUBDIR += postgresql95-pltcl
SUBDIR += postgresql95-server
SUBDIR += py-MySQLdb
SUBDIR += py-bsddb
Modified: trunk/databases/p5-Class-DBI-Plugin-Pager/Makefile
===================================================================
--- trunk/databases/p5-Class-DBI-Plugin-Pager/Makefile 2016-03-15 19:31:32 UTC (rev 21171)
+++ trunk/databases/p5-Class-DBI-Plugin-Pager/Makefile 2016-03-15 20:05:47 UTC (rev 21172)
@@ -7,16 +7,18 @@
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= kuriyama at FreeBSD.org
+MAINTAINER= ports at MidnightBSD.org
COMMENT= Perl extension to paged queries for CDBI
-LICENSE= perl
+LICENSE= artistic gpl
+LICENSE_COMB= dual
+
BUILD_DEPENDS= ${SITE_PERL}/Class/DBI.pm:${PORTSDIR}/databases/p5-Class-DBI \
${SITE_PERL}/SQL/Abstract.pm:${PORTSDIR}/databases/p5-SQL-Abstract \
${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require \
${SITE_PERL}/Data/Page.pm:${PORTSDIR}/databases/p5-Data-Page
+USES= perl
PERL_CONFIGURE= yes
-MAN3= Class::DBI::Plugin::Pager.3
.include <bsd.port.mk>
Modified: trunk/databases/p5-SQL-Abstract/Makefile
===================================================================
--- trunk/databases/p5-SQL-Abstract/Makefile 2016-03-15 19:31:32 UTC (rev 21171)
+++ trunk/databases/p5-SQL-Abstract/Makefile 2016-03-15 20:05:47 UTC (rev 21172)
@@ -1,10 +1,5 @@
-# New ports collection makefile for: SQL-Abstract
-# Date created: 18 Feb 2003
-# Whom: Dominic Mitchell <dom at happygiraffe.net>
-#
# $FreeBSD: ports/databases/p5-SQL-Abstract/Makefile,v 1.9 2007/01/05 17:55:38 lbr Exp $
# $MidnightBSD$
-#
PORTNAME= SQL-Abstract
PORTVERSION= 1.67
@@ -14,13 +9,13 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= Perl extension to generate SQL from Perl data structures
-LICENSE= perl
+LICENSE= artistic gpl
+LICENSE_COMB= dual
+
+USES= perl
PERL_CONFIGURE= yes
-MAN3= SQL::Abstract.3 \
- SQL::Abstract::Test.3
-
post-extract:
@${PERL} -i -ne 'print unless m,^test,' ${WRKSRC}/Makefile.PL
Modified: trunk/databases/p5-SQL-Abstract-Limit/Makefile
===================================================================
--- trunk/databases/p5-SQL-Abstract-Limit/Makefile 2016-03-15 19:31:32 UTC (rev 21171)
+++ trunk/databases/p5-SQL-Abstract-Limit/Makefile 2016-03-15 20:05:47 UTC (rev 21172)
@@ -1,10 +1,5 @@
-# New ports collection makefile for: SQL-Abstract-Limit
-# Date created: 14 Aug 2005
-# Whom: Lars Balker Rasmussen <lbr at FreeBSD.org>
-#
# $FreeBSD: ports/databases/p5-SQL-Abstract-Limit/Makefile,v 1.5 2006/05/01 13:51:46 lbr Exp $
# $MidnightBSD$
-#
PORTNAME= SQL-Abstract-Limit
PORTVERSION= 0.120
@@ -14,17 +9,18 @@
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-0.12
-MAINTAINER= lbr at FreeBSD.org
+MAINTAINER= ports at MidnightBSD.org
COMMENT= SQL Portability layer for LIMIT emulation
-LICENSE= perl
+LICENSE= artistic gpl
+LICENSE_COMB= dual
+
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
${SITE_PERL}/SQL/Abstract.pm:${PORTSDIR}/databases/p5-SQL-Abstract
RUN_DEPENDS= ${BUILD_DEPENDS}
+USES= perl
PERL_MODBUILD= yes
-MAN3= SQL::Abstract::Limit.3
-
.include <bsd.port.mk>
Added: trunk/databases/postgresql90-plperl/Makefile
===================================================================
--- trunk/databases/postgresql90-plperl/Makefile (rev 0)
+++ trunk/databases/postgresql90-plperl/Makefile 2016-03-15 20:05:47 UTC (rev 21172)
@@ -0,0 +1,26 @@
+# Created by: Palle Girgensohn <girgen at partitur.se>
+# $FreeBSD: head/databases/postgresql90-plperl/Makefile 366114 2014-08-25 17:53:26Z crees $
+# $MidnightBSD$
+
+PORTNAME= postgresql
+CATEGORIES= databases perl5
+PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT}
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Write SQL functions for PostgreSQL using Perl5
+
+RUN_DEPENDS= postgres:${PORTSDIR}/databases/postgresql${WANT_PGSQL_VER:S/.//}-server
+
+MASTERDIR= ${.CURDIR}/../../databases/postgresql${WANT_PGSQL_VER:S/.//}-server
+
+WANT_PGSQL_VER?=9.0
+
+USES+= perl5 readline
+CONFIGURE_ARGS= --with-perl
+
+BUILD_DIRS= src/backend src/pl/plperl
+INSTALL_DIRS= src/pl/plperl
+SLAVE_ONLY= yes
+COMPONENT= -plperl
+
+.include "${MASTERDIR}/Makefile"
Property changes on: trunk/databases/postgresql90-plperl/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/postgresql90-plpython/Makefile
===================================================================
--- trunk/databases/postgresql90-plpython/Makefile (rev 0)
+++ trunk/databases/postgresql90-plpython/Makefile 2016-03-15 20:05:47 UTC (rev 21172)
@@ -0,0 +1,31 @@
+# $FreeBSD: head/databases/postgresql90-plpython/Makefile 371173 2014-10-19 08:50:17Z mva $
+
+PORTNAME= postgresql
+CATEGORIES= databases python
+PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT}
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Module for using Python to write SQL functions
+
+USES+= pgsql:${WANT_PGSQL_VER} ${WANT_PYTHON_USE}
+WANT_PGSQL= server
+
+MASTERDIR= ${.CURDIR}/../postgresql${WANT_PGSQL_VER:S/.//}-server
+
+WANT_PGSQL_VER?= 9.0
+WANT_PYTHON_USE?= python
+
+CONFIGURE_ARGS= --with-python
+COMPONENT= -plpython
+
+.if defined(PYTHON_VER) && ${PYTHON_VER:R} == 3
+PLIST_SUB+= PYTHON2="@comment " PYTHON3=""
+.else
+PLIST_SUB+= PYTHON2="" PYTHON3="@comment "
+.endif
+
+BUILD_DIRS= src/backend src/pl/plpython
+INSTALL_DIRS= src/pl/plpython
+SLAVE_ONLY= yes
+
+.include "${MASTERDIR}/Makefile"
Property changes on: trunk/databases/postgresql90-plpython/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/postgresql90-plpython/pkg-descr
===================================================================
--- trunk/databases/postgresql90-plpython/pkg-descr (rev 0)
+++ trunk/databases/postgresql90-plpython/pkg-descr 2016-03-15 20:05:47 UTC (rev 21172)
@@ -0,0 +1,6 @@
+PL/Python allows one to write PostgeSQL stored functions and
+procedures in Python (http://www.python.org/).
+
+This software is part of the standard PostgreSQL distribution.
+
+WWW: http://www.postgresql.org/
Property changes on: trunk/databases/postgresql90-plpython/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/postgresql90-pltcl/Makefile
===================================================================
--- trunk/databases/postgresql90-pltcl/Makefile (rev 0)
+++ trunk/databases/postgresql90-pltcl/Makefile 2016-03-15 20:05:47 UTC (rev 21172)
@@ -0,0 +1,7 @@
+# Created by: Palle Girgensohn <girgen at partitur.se>
+# $FreeBSD: head/databases/postgresql90-pltcl/Makefile 366114 2014-08-25 17:53:26Z crees $
+# $MidnightBSD$
+
+WANT_PGSQL_VER?=9.0
+
+.include "${.CURDIR}/../postgresql91-pltcl/Makefile"
Property changes on: trunk/databases/postgresql90-pltcl/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/postgresql92-plperl/Makefile
===================================================================
--- trunk/databases/postgresql92-plperl/Makefile (rev 0)
+++ trunk/databases/postgresql92-plperl/Makefile 2016-03-15 20:05:47 UTC (rev 21172)
@@ -0,0 +1,7 @@
+# Created by: Palle Girgensohn <girgen at partitur.se>
+# $FreeBSD: head/databases/postgresql92-plperl/Makefile 366114 2014-08-25 17:53:26Z crees $
+# $MidnightBSD$
+
+WANT_PGSQL_VER= 9.2
+
+.include "${.CURDIR}/../postgresql90-plperl/Makefile"
Property changes on: trunk/databases/postgresql92-plperl/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/postgresql92-plpython/Makefile
===================================================================
--- trunk/databases/postgresql92-plpython/Makefile (rev 0)
+++ trunk/databases/postgresql92-plpython/Makefile 2016-03-15 20:05:47 UTC (rev 21172)
@@ -0,0 +1,5 @@
+# $FreeBSD: head/databases/postgresql92-plpython/Makefile 366114 2014-08-25 17:53:26Z crees $
+
+WANT_PGSQL_VER= 9.2
+
+.include "${.CURDIR}/../postgresql90-plpython/Makefile"
Property changes on: trunk/databases/postgresql92-plpython/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/postgresql92-pltcl/Makefile
===================================================================
--- trunk/databases/postgresql92-pltcl/Makefile (rev 0)
+++ trunk/databases/postgresql92-pltcl/Makefile 2016-03-15 20:05:47 UTC (rev 21172)
@@ -0,0 +1,6 @@
+# Created by: Palle Girgensohn <girgen at partitur.se>
+# $FreeBSD: head/databases/postgresql92-pltcl/Makefile 366114 2014-08-25 17:53:26Z crees $
+
+WANT_PGSQL_VER= 9.2
+
+.include "${.CURDIR}/../postgresql91-pltcl/Makefile"
Property changes on: trunk/databases/postgresql92-pltcl/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/postgresql93-plperl/Makefile
===================================================================
--- trunk/databases/postgresql93-plperl/Makefile (rev 0)
+++ trunk/databases/postgresql93-plperl/Makefile 2016-03-15 20:05:47 UTC (rev 21172)
@@ -0,0 +1,7 @@
+# Created by: Palle Girgensohn <girgen at partitur.se>
+# $FreeBSD: head/databases/postgresql93-plperl/Makefile 366197 2014-08-26 10:17:30Z crees $
+# $MidnightBSD$
+
+WANT_PGSQL_VER= 9.3
+
+.include "${.CURDIR}/../postgresql90-plperl/Makefile"
Property changes on: trunk/databases/postgresql93-plperl/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/postgresql93-plpython/Makefile
===================================================================
--- trunk/databases/postgresql93-plpython/Makefile (rev 0)
+++ trunk/databases/postgresql93-plpython/Makefile 2016-03-15 20:05:47 UTC (rev 21172)
@@ -0,0 +1,5 @@
+# $FreeBSD: head/databases/postgresql93-plpython/Makefile 366197 2014-08-26 10:17:30Z crees $
+
+WANT_PGSQL_VER= 9.3
+
+.include "${.CURDIR}/../postgresql90-plpython/Makefile"
Property changes on: trunk/databases/postgresql93-plpython/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/postgresql93-pltcl/Makefile
===================================================================
--- trunk/databases/postgresql93-pltcl/Makefile (rev 0)
+++ trunk/databases/postgresql93-pltcl/Makefile 2016-03-15 20:05:47 UTC (rev 21172)
@@ -0,0 +1,6 @@
+# Created by: Palle Girgensohn <girgen at partitur.se>
+# $FreeBSD: head/databases/postgresql93-pltcl/Makefile 366197 2014-08-26 10:17:30Z crees $
+
+WANT_PGSQL_VER= 9.3
+
+.include "${.CURDIR}/../postgresql91-pltcl/Makefile"
Property changes on: trunk/databases/postgresql93-pltcl/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/postgresql94-docs/Makefile
===================================================================
--- trunk/databases/postgresql94-docs/Makefile (rev 0)
+++ trunk/databases/postgresql94-docs/Makefile 2016-03-15 20:05:47 UTC (rev 21172)
@@ -0,0 +1,6 @@
+# Created by: Palle Girgensohn <girgen at pingpong.net>
+# $FreeBSD: head/databases/postgresql94-docs/Makefile 366197 2014-08-26 10:17:30Z crees $
+
+WANT_PGSQL_VER=9.4
+
+.include "${.CURDIR}/../postgresql91-docs/Makefile"
Property changes on: trunk/databases/postgresql94-docs/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/postgresql94-pgtcl/Makefile
===================================================================
--- trunk/databases/postgresql94-pgtcl/Makefile (rev 0)
+++ trunk/databases/postgresql94-pgtcl/Makefile 2016-03-15 20:05:47 UTC (rev 21172)
@@ -0,0 +1,10 @@
+# $FreeBSD: head/databases/postgresql94-pgtcl/Makefile 355673 2014-05-29 08:12:51Z antoine $
+
+PKGNAMESUFFIX= -postgresql94
+
+CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[0123]-[0-9]*
+
+PGTCL_SLAVE= 9.4
+MASTERDIR= ${.CURDIR}/../pgtcl
+
+.include "${MASTERDIR}/Makefile"
Property changes on: trunk/databases/postgresql94-pgtcl/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/postgresql94-plperl/Makefile
===================================================================
--- trunk/databases/postgresql94-plperl/Makefile (rev 0)
+++ trunk/databases/postgresql94-plperl/Makefile 2016-03-15 20:05:47 UTC (rev 21172)
@@ -0,0 +1,6 @@
+# Created by: Palle Girgensohn <girgen at partitur.se>
+# $FreeBSD: head/databases/postgresql94-plperl/Makefile 398895 2015-10-08 21:25:01Z girgen $
+
+WANT_PGSQL_VER= 9.4
+
+.include "${.CURDIR}/../postgresql90-plperl/Makefile"
Property changes on: trunk/databases/postgresql94-plperl/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/postgresql94-plpython/Makefile
===================================================================
--- trunk/databases/postgresql94-plpython/Makefile (rev 0)
+++ trunk/databases/postgresql94-plpython/Makefile 2016-03-15 20:05:47 UTC (rev 21172)
@@ -0,0 +1,5 @@
+# $FreeBSD: head/databases/postgresql94-plpython/Makefile 398895 2015-10-08 21:25:01Z girgen $
+
+WANT_PGSQL_VER= 9.4
+
+.include "${.CURDIR}/../postgresql90-plpython/Makefile"
Property changes on: trunk/databases/postgresql94-plpython/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/postgresql94-pltcl/Makefile
===================================================================
--- trunk/databases/postgresql94-pltcl/Makefile (rev 0)
+++ trunk/databases/postgresql94-pltcl/Makefile 2016-03-15 20:05:47 UTC (rev 21172)
@@ -0,0 +1,6 @@
+# Created by: Palle Girgensohn <girgen at partitur.se>
+# $FreeBSD: head/databases/postgresql94-pltcl/Makefile 366197 2014-08-26 10:17:30Z crees $
+
+WANT_PGSQL_VER= 9.4
+
+.include "${.CURDIR}/../postgresql91-pltcl/Makefile"
Property changes on: trunk/databases/postgresql94-pltcl/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/postgresql95-docs/Makefile
===================================================================
--- trunk/databases/postgresql95-docs/Makefile (rev 0)
+++ trunk/databases/postgresql95-docs/Makefile 2016-03-15 20:05:47 UTC (rev 21172)
@@ -0,0 +1,6 @@
+# Created by: Palle Girgensohn <girgen at pingpong.net>
+# $FreeBSD: head/databases/postgresql95-docs/Makefile 405482 2016-01-07 19:58:47Z girgen $
+
+WANT_PGSQL_VER=9.5
+
+.include "${.CURDIR}/../postgresql91-docs/Makefile"
Property changes on: trunk/databases/postgresql95-docs/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/postgresql95-pgtcl/Makefile
===================================================================
--- trunk/databases/postgresql95-pgtcl/Makefile (rev 0)
+++ trunk/databases/postgresql95-pgtcl/Makefile 2016-03-15 20:05:47 UTC (rev 21172)
@@ -0,0 +1,10 @@
+# $FreeBSD: head/databases/postgresql95-pgtcl/Makefile 405486 2016-01-07 21:24:33Z antoine $
+
+PKGNAMESUFFIX= -postgresql95
+
+CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[01234]-[0-9]*
+
+PGTCL_SLAVE= 9.5
+MASTERDIR= ${.CURDIR}/../pgtcl
+
+.include "${MASTERDIR}/Makefile"
Property changes on: trunk/databases/postgresql95-pgtcl/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/postgresql95-plperl/Makefile
===================================================================
--- trunk/databases/postgresql95-plperl/Makefile (rev 0)
+++ trunk/databases/postgresql95-plperl/Makefile 2016-03-15 20:05:47 UTC (rev 21172)
@@ -0,0 +1,6 @@
+# Created by: Palle Girgensohn <girgen at partitur.se>
+# $FreeBSD: head/databases/postgresql95-plperl/Makefile 405482 2016-01-07 19:58:47Z girgen $
+
+WANT_PGSQL_VER= 9.5
+
+.include "${.CURDIR}/../postgresql90-plperl/Makefile"
Property changes on: trunk/databases/postgresql95-plperl/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/postgresql95-plpython/Makefile
===================================================================
--- trunk/databases/postgresql95-plpython/Makefile (rev 0)
+++ trunk/databases/postgresql95-plpython/Makefile 2016-03-15 20:05:47 UTC (rev 21172)
@@ -0,0 +1,5 @@
+# $FreeBSD: head/databases/postgresql95-plpython/Makefile 405482 2016-01-07 19:58:47Z girgen $
+
+WANT_PGSQL_VER= 9.5
+
+.include "${.CURDIR}/../postgresql90-plpython/Makefile"
Property changes on: trunk/databases/postgresql95-plpython/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/postgresql95-pltcl/Makefile
===================================================================
--- trunk/databases/postgresql95-pltcl/Makefile (rev 0)
+++ trunk/databases/postgresql95-pltcl/Makefile 2016-03-15 20:05:47 UTC (rev 21172)
@@ -0,0 +1,6 @@
+# Created by: Palle Girgensohn <girgen at partitur.se>
+# $FreeBSD: head/databases/postgresql95-pltcl/Makefile 405482 2016-01-07 19:58:47Z girgen $
+
+WANT_PGSQL_VER= 9.5
+
+.include "${.CURDIR}/../postgresql91-pltcl/Makefile"
Property changes on: trunk/databases/postgresql95-pltcl/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list