Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

7
databases/pgtclng/DESCR Normal file
View File

@@ -0,0 +1,7 @@
TCL interface to PostgreSQL.
This is one of three different ones that are available. This is the
"standard version" evolved from the interfaces/libpgtcl which used to
be included with the PostgreSQL distribution. There is also a pgintcl
interface, which is entirely native TCL and does not rely on libpq, and
pgtcl, which is the "current generation" version of pgtclng.

View File

@@ -0,0 +1,30 @@
# $NetBSD: Makefile,v 1.12 2012/10/02 21:25:38 asau Exp $
#
VER= 1.5.3
DISTNAME= pgtcl${VER}
PKGNAME= pgtclng-${VER}
PKGREVISION= 6
CATEGORIES= databases tcl
MASTER_SITES= http://pgfoundry.org/frs/download.php/1075/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pgtclng.projects.postgresql.org/
COMMENT= Next Generation TCL interface to PostgreSQL
CONFLICTS+= pgtcl-[0-9]*
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-postgres-include=${PREFIX:Q}/include
CONFIGURE_ARGS+= --with-postgres-lib=${PREFIX:Q}/lib
PGTCLLIBNAME = libpgtcl${VER:C/\.//g}.so
post-install:
cd ${DESTDIR}${PREFIX}/lib && ln -s pgtcl${VER}/${PGTCLLIBNAME} libpgtcl.so
.include "../../lang/tcl/buildlink3.mk"
.include "../../mk/pgsql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

5
databases/pgtclng/PLIST Normal file
View File

@@ -0,0 +1,5 @@
@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:43:20 joerg Exp $
include/libpgtcl.h
lib/pgtcl${PKGVERSION}/pkgIndex.tcl
lib/pgtcl${PKGVERSION}/libpgtcl153.so
lib/libpgtcl.so

View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.3 2008/01/05 21:01:37 rillig Exp $
SHA1 (pgtcl1.5.3.tar.gz) = 0f8a832acc347fba5d2974c91ee4ea0db8eb8dc2
RMD160 (pgtcl1.5.3.tar.gz) = 8a0839526f41e68617e36f65816c321c2125c07a
Size (pgtcl1.5.3.tar.gz) = 166300 bytes
SHA1 (patch-ab) = b7a9f062d134508ade6e710fd129d08e7241f1fe

View File

@@ -0,0 +1,40 @@
$NetBSD: patch-ab,v 1.3 2008/01/05 21:01:37 rillig Exp $
--- configure.orig 2006-09-10 00:32:55.000000000 +0000
+++ configure
@@ -7381,7 +7381,7 @@ echo "${ECHO_T}$tcl_cv_ld_elf" >&6
UNSHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}.a'
TCL_LIB_VERSIONS_OK=nodots
;;
- FreeBSD-*)
+ FreeBSD-*|DragonFly-*)
# FreeBSD 3.* and greater have ELF.
SHLIB_CFLAGS="-fPIC"
SHLIB_LD="ld -Bshareable -x"
@@ -7398,14 +7398,9 @@ echo "${ECHO_T}$tcl_cv_ld_elf" >&6
CFLAGS="$CFLAGS -pthread"
LDFLAGS="$LDFLAGS -pthread"
fi
- case $system in
- FreeBSD-3.*)
- # FreeBSD-3 doesn't handle version numbers with dots.
- UNSHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}.a'
- SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}.so'
- TCL_LIB_VERSIONS_OK=nodots
- ;;
- esac
+ UNSHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}.a'
+ SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}.so'
+ TCL_LIB_VERSIONS_OK=nodots
;;
Darwin-*)
CFLAGS_OPTIMIZE="-Os"
@@ -7941,7 +7936,7 @@ fi;
;;
IRIX*)
;;
- NetBSD-*|FreeBSD-*)
+ NetBSD-*|FreeBSD-*|DragonFly-*)
;;
Darwin-*)
;;