mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
add postgresql-jdbc
This commit is contained in:
25
java/postgresql-jdbc/Makefile
Normal file
25
java/postgresql-jdbc/Makefile
Normal file
@@ -0,0 +1,25 @@
|
||||
# Created by: Palle Girgensohn <girgen@partitur.se>
|
||||
# $FreeBSD: head/databases/postgresql-jdbc/Makefile 538860 2020-06-15 08:07:32Z girgen $
|
||||
|
||||
PORTNAME= postgresql
|
||||
PORTVERSION= 42.2.14
|
||||
CATEGORIES= databases java
|
||||
MASTER_SITES= http://jdbc.postgresql.org/download/
|
||||
PKGNAMESUFFIX= -jdbc
|
||||
EXTRACT_SUFX= .jar
|
||||
EXTRACT_ONLY=
|
||||
|
||||
MAINTAINER= pgsql@FreeBSD.org
|
||||
COMMENT= Java JDBC implementation for PostgreSQL
|
||||
|
||||
USE_JAVA= yes
|
||||
NO_ARCH= yes
|
||||
PLIST_FILES= %%JAVAJARDIR%%/postgresql.jar
|
||||
|
||||
NO_EXTRACT= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${STAGEDIR}${JAVAJARDIR}/postgresql.jar
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
java/postgresql-jdbc/distinfo
Normal file
3
java/postgresql-jdbc/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1592205793
|
||||
SHA256 (postgresql-42.2.14.jar) = 48bbba05845b40bcce66ece3d7652153d27b5379d5ae90977b78eefd7c7a0287
|
||||
SIZE (postgresql-42.2.14.jar) = 932808
|
||||
11
java/postgresql-jdbc/files/pkg-message.in
Normal file
11
java/postgresql-jdbc/files/pkg-message.in
Normal file
@@ -0,0 +1,11 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
PostgreSQL JDBC support installed!
|
||||
|
||||
postgresql.jar resides in
|
||||
%%JAVAJARDIR%%/postgresql.jar
|
||||
Add this to your CLASSPATH!
|
||||
EOM
|
||||
}
|
||||
]
|
||||
4
java/postgresql-jdbc/pkg-descr
Normal file
4
java/postgresql-jdbc/pkg-descr
Normal file
@@ -0,0 +1,4 @@
|
||||
This is the official implementation of JDBC, the Java Database
|
||||
Connectivity API, for accessing PostgreSQL databases from Java.
|
||||
|
||||
WWW: http://jdbc.postgresql.org/
|
||||
Reference in New Issue
Block a user