mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update "BSD" licenses in databases category
This commit is contained in:
parent
52c70980d9
commit
2bd7a6fd87
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373992
20 changed files with 43 additions and 17 deletions
|
@ -11,7 +11,7 @@ EXTRACT_SUFX= .tgz
|
||||||
MAINTAINER= joehorn@gmail.com
|
MAINTAINER= joehorn@gmail.com
|
||||||
COMMENT= Database library for PHP
|
COMMENT= Database library for PHP
|
||||||
|
|
||||||
LICENSE= BSD
|
LICENSE= BSD4CLAUSE
|
||||||
|
|
||||||
USE_PHP= pcre
|
USE_PHP= pcre
|
||||||
|
|
||||||
|
|
|
@ -11,13 +11,13 @@ PKGNAMESUFFIX= 5
|
||||||
MAINTAINER= joehorn@gmail.com
|
MAINTAINER= joehorn@gmail.com
|
||||||
COMMENT= Database library for PHP
|
COMMENT= Database library for PHP
|
||||||
|
|
||||||
LICENSE= BSD
|
LICENSE= BSD4CLAUSE
|
||||||
|
|
||||||
CONFLICTS= adodb-4.*
|
CONFLICTS= adodb-4.*
|
||||||
|
|
||||||
USES= zip
|
USES= zip
|
||||||
USE_PHP= pcre
|
USE_PHP= pcre
|
||||||
DEFAULT_PHP_VER=5
|
DEFAULT_VERSIONS=php=5
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}5
|
WRKSRC= ${WRKDIR}/${PORTNAME}5
|
||||||
NO_BUILD= YES
|
NO_BUILD= YES
|
||||||
|
|
|
@ -8,7 +8,7 @@ CATEGORIES= databases
|
||||||
MAINTAINER= gblach@FreeBSD.org
|
MAINTAINER= gblach@FreeBSD.org
|
||||||
COMMENT= Minimalistic C client library for the Redis database
|
COMMENT= Minimalistic C client library for the Redis database
|
||||||
|
|
||||||
LICENSE= BSD
|
LICENSE= BSD3CLAUSE
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= redis
|
GH_ACCOUNT= redis
|
||||||
|
|
|
@ -10,7 +10,7 @@ EXTRACT_SUFX= .tgz
|
||||||
MAINTAINER= ivoras@FreeBSD.org
|
MAINTAINER= ivoras@FreeBSD.org
|
||||||
COMMENT= High performance cache server similar to memcached
|
COMMENT= High performance cache server similar to memcached
|
||||||
|
|
||||||
LICENSE= BSD
|
LICENSE= BSD2CLAUSE
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${PORTNAME}
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${PORTNAME}
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
|
@ -9,7 +9,7 @@ MASTER_SITES= GH
|
||||||
MAINTAINER= jgh@FreeBSD.org
|
MAINTAINER= jgh@FreeBSD.org
|
||||||
COMMENT= Top like utility for PostgreSQL activity monitoring
|
COMMENT= Top like utility for PostgreSQL activity monitoring
|
||||||
|
|
||||||
LICENSE= BSD
|
LICENSE= BSD3CLAUSE
|
||||||
|
|
||||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=0:${PORTSDIR}/databases/py-psycopg2 \
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=0:${PORTSDIR}/databases/py-psycopg2 \
|
||||||
${PYTHON_PKGNAMEPREFIX}psutil>=0:${PORTSDIR}/sysutils/py-psutil
|
${PYTHON_PKGNAMEPREFIX}psutil>=0:${PORTSDIR}/sysutils/py-psutil
|
||||||
|
|
|
@ -11,6 +11,11 @@ PKGNAMESUFFIX= 22
|
||||||
MAINTAINER= kuriyama@FreeBSD.org
|
MAINTAINER= kuriyama@FreeBSD.org
|
||||||
COMMENT= Connection pool server for PostgreSQL
|
COMMENT= Connection pool server for PostgreSQL
|
||||||
|
|
||||||
|
LICENSE= PGPOOL
|
||||||
|
LICENSE_NAME= PGPOOL
|
||||||
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
|
||||||
|
|
||||||
USES= gmake pgsql libtool
|
USES= gmake pgsql libtool
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
|
@ -11,6 +11,11 @@ PKGNAMESUFFIX= 23
|
||||||
MAINTAINER= kuriyama@FreeBSD.org
|
MAINTAINER= kuriyama@FreeBSD.org
|
||||||
COMMENT= Connection pool server for PostgreSQL
|
COMMENT= Connection pool server for PostgreSQL
|
||||||
|
|
||||||
|
LICENSE= PGPOOL
|
||||||
|
LICENSE_NAME= PGPOOL
|
||||||
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
|
||||||
|
|
||||||
USES= gmake pgsql libtool
|
USES= gmake pgsql libtool
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
|
@ -11,7 +11,10 @@ PKGNAMESUFFIX= 30
|
||||||
MAINTAINER= kuriyama@FreeBSD.org
|
MAINTAINER= kuriyama@FreeBSD.org
|
||||||
COMMENT= Connection pool server for PostgreSQL
|
COMMENT= Connection pool server for PostgreSQL
|
||||||
|
|
||||||
LICENSE= BSD
|
LICENSE= PGPOOL
|
||||||
|
LICENSE_NAME= PGPOOL
|
||||||
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
|
|
@ -11,7 +11,10 @@ MASTER_SITES= LOCAL/kuriyama \
|
||||||
MAINTAINER= kuriyama@FreeBSD.org
|
MAINTAINER= kuriyama@FreeBSD.org
|
||||||
COMMENT= Connection pool server for PostgreSQL
|
COMMENT= Connection pool server for PostgreSQL
|
||||||
|
|
||||||
LICENSE= BSD
|
LICENSE= PGPOOL
|
||||||
|
LICENSE_NAME= PGPOOL
|
||||||
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
|
|
@ -10,6 +10,11 @@ MASTER_SITES= http://pgfoundry.org/frs/download.php/1446/
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Connection pool server for PostgreSQL
|
COMMENT= Connection pool server for PostgreSQL
|
||||||
|
|
||||||
|
LICENSE= PGPOOL
|
||||||
|
LICENSE_NAME= PGPOOL
|
||||||
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
|
||||||
|
|
||||||
USES= gmake
|
USES= gmake
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,11 @@ MASTER_SITES= http://www.pgpool.net/mediawiki/images/
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Web-based administration tool for pgpool-II
|
COMMENT= Web-based administration tool for pgpool-II
|
||||||
|
|
||||||
|
LICENSE= PGPOOL
|
||||||
|
LICENSE_NAME= PGPOOL
|
||||||
|
LICENSE_TEXT= http://www.pgpool.net/mediawiki/index.php/pgpool-II_License
|
||||||
|
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
|
||||||
|
|
||||||
RUN_DEPENDS= pgpool:${PORTSDIR}/databases/pgpool-II
|
RUN_DEPENDS= pgpool:${PORTSDIR}/databases/pgpool-II
|
||||||
|
|
||||||
USE_PHP= mbstring pcre pgsql session
|
USE_PHP= mbstring pcre pgsql session
|
||||||
|
|
|
@ -11,7 +11,7 @@ EXTRACT_SUFX= .tgz
|
||||||
MAINTAINER= ivoras@FreeBSD.org
|
MAINTAINER= ivoras@FreeBSD.org
|
||||||
COMMENT= The PHP client library for Bullet Cache (mdcached)
|
COMMENT= The PHP client library for Bullet Cache (mdcached)
|
||||||
|
|
||||||
LICENSE= BSD
|
LICENSE= BSD2CLAUSE
|
||||||
|
|
||||||
LIB_DEPENDS= libmdcached.so:${PORTSDIR}/databases/mdcached
|
LIB_DEPENDS= libmdcached.so:${PORTSDIR}/databases/mdcached
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ PKGNAMEPREFIX= postgresql-
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= PL/Proxy - database partitioning system
|
COMMENT= PL/Proxy - database partitioning system
|
||||||
|
|
||||||
LICENSE= BSD
|
LICENSE= ISCL
|
||||||
|
|
||||||
USES+= bison gmake pgsql
|
USES+= bison gmake pgsql
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
MAINTAINER= jjachuf@gmail.com
|
MAINTAINER= jjachuf@gmail.com
|
||||||
COMMENT= Firebird RDBMS bindings for Python
|
COMMENT= Firebird RDBMS bindings for Python
|
||||||
|
|
||||||
LICENSE= BSD
|
LICENSE= ISCL
|
||||||
|
|
||||||
LIB_DEPENDS= libfbclient.so:${PORTSDIR}/databases/firebird25-client
|
LIB_DEPENDS= libfbclient.so:${PORTSDIR}/databases/firebird25-client
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
MAINTAINER= olivierd@FreeBSD.org
|
MAINTAINER= olivierd@FreeBSD.org
|
||||||
COMMENT= Adds SQLAlchemy support to Flask
|
COMMENT= Adds SQLAlchemy support to Flask
|
||||||
|
|
||||||
LICENSE= BSD
|
LICENSE= BSD3CLAUSE
|
||||||
|
|
||||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.10:${PORTSDIR}/www/py-flask \
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.10:${PORTSDIR}/www/py-flask \
|
||||||
${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.7:${PORTSDIR}/databases/py-sqlalchemy
|
${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.7:${PORTSDIR}/databases/py-sqlalchemy
|
||||||
|
|
|
@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
MAINTAINER= gd.workbox@gmail.com
|
MAINTAINER= gd.workbox@gmail.com
|
||||||
COMMENT= Python extension that wraps hiredis
|
COMMENT= Python extension that wraps hiredis
|
||||||
|
|
||||||
LICENSE= BSD
|
LICENSE= BSD3CLAUSE
|
||||||
|
|
||||||
LIB_DEPENDS= libhiredis.so:${PORTSDIR}/databases/hiredis
|
LIB_DEPENDS= libhiredis.so:${PORTSDIR}/databases/hiredis
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
MAINTAINER= wenheping@gmail.com
|
MAINTAINER= wenheping@gmail.com
|
||||||
COMMENT= PostgreSQL PQ Protocol Modules
|
COMMENT= PostgreSQL PQ Protocol Modules
|
||||||
|
|
||||||
LICENSE= BSD
|
LICENSE= BSD3CLAUSE
|
||||||
|
|
||||||
USES= python
|
USES= python
|
||||||
USE_PYTHON= distutils autoplist
|
USE_PYTHON= distutils autoplist
|
||||||
|
|
|
@ -11,7 +11,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
MAINTAINER= vg@FreeBSD.org
|
MAINTAINER= vg@FreeBSD.org
|
||||||
COMMENT= Client library for Tarantool Database
|
COMMENT= Client library for Tarantool Database
|
||||||
|
|
||||||
LICENSE= BSD
|
LICENSE= BSD3CLAUSE
|
||||||
|
|
||||||
USES= python
|
USES= python
|
||||||
USE_PYTHON= distutils autoplist
|
USE_PYTHON= distutils autoplist
|
||||||
|
|
|
@ -10,7 +10,7 @@ MASTER_SITES= RG
|
||||||
MAINTAINER= ruby@FreeBSD.org
|
MAINTAINER= ruby@FreeBSD.org
|
||||||
COMMENT= Ruby interface to the SQLite DB engine version 3
|
COMMENT= Ruby interface to the SQLite DB engine version 3
|
||||||
|
|
||||||
LICENSE= BSD
|
LICENSE= BSD3CLAUSE
|
||||||
|
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13
|
BUILD_DEPENDS= ${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13
|
||||||
LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3
|
LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3
|
||||||
|
|
|
@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-${TR_REV}-src
|
||||||
MAINTAINER= vg@FreeBSD.org
|
MAINTAINER= vg@FreeBSD.org
|
||||||
COMMENT= High performance key/value storage server
|
COMMENT= High performance key/value storage server
|
||||||
|
|
||||||
LICENSE= BSD
|
LICENSE= BSD2CLAUSE
|
||||||
|
|
||||||
TR_REV= 102-g2857a4e
|
TR_REV= 102-g2857a4e
|
||||||
MAKE_JOBS_UNSAFE=yes
|
MAKE_JOBS_UNSAFE=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue