Remove obsolete library versions with dead hompages/master sites.

Current ones available via normal Ocaml ecosystem (a.k.a. opam).

ok chrisz@ avsm@ (maintainers)
This commit is contained in:
krw 2017-03-04 17:00:34 +00:00
parent 6ed398b83a
commit efb18718a2
7 changed files with 0 additions and 99 deletions

View File

@ -1,33 +0,0 @@
# $OpenBSD: Makefile,v 1.26 2016/06/23 19:23:53 krw Exp $
COMMENT= Objective Caml bindings for PostgreSQL
CATEGORIES= databases
V= 3.2.1
NAME = ocaml-postgresql
DISTNAME= postgresql-ocaml-${V}
PKGNAME= ${NAME}-${V}
REVISION= 1
MASTER_SITES= https://github.com/mmottl/postgresql-ocaml/releases/download/v${V}/
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
HOMEPAGE= https://bitbucket.org/mmottl/postgresql-ocaml/
# LGPL
PERMIT_PACKAGE_CDROM= Yes
MODULES= lang/ocaml
WANTLIB = pq
BUILD_DEPENDS = sysutils/findlib devel/ocaml-ocamlbuild
LIB_DEPENDS= databases/postgresql
CONFIGURE_STYLE = oasis
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/${NAME}
${INSTALL_DATA} \
${FILESDIR}/README ${WRKDIST}/examples/* \
${PREFIX}/share/examples/${NAME}/
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (postgresql-ocaml-3.2.1.tar.gz) = 5GeeIvENTDZq0DuSarY+ZWGOTag1nhZxHY8tnf+KdZM=
SIZE (postgresql-ocaml-3.2.1.tar.gz) = 85604

View File

@ -1,4 +0,0 @@
To build the examles use
ocamlfind ocamlc -thread -linkpkg -package postgresql XXX.ml
prompt_gtk.ml will need -package lablgtk,postgresql

View File

@ -1,7 +0,0 @@
This OCaml library provides an interface to PostgreSQL (tested with
versions 7.0.2, 7.1.3 and 7.4.1), an efficient and reliable, open
source, relational database.
Almost all functionality available through the C-API (libpq) is
replicated in a type-safe way. This library uses objects for
representing database connections and results of queries.

View File

@ -1,2 +0,0 @@
@comment $OpenBSD: PFRAG.dynlink-native,v 1.1 2012/08/18 21:55:08 avsm Exp $
@bin lib/ocaml/postgresql/postgresql.cmxs

View File

@ -1,6 +0,0 @@
@comment $OpenBSD: PFRAG.native,v 1.4 2015/08/30 15:49:08 avsm Exp $
lib/ocaml/postgresql/postgresql.a
lib/ocaml/postgresql/postgresql.cmx
lib/ocaml/postgresql/postgresql.cmxa
lib/ocaml/postgresql/postgresql_compat.cmx
%%dynlink%%

View File

@ -1,45 +0,0 @@
@comment $OpenBSD: PLIST,v 1.8 2016/03/29 11:27:00 naddy Exp $
lib/ocaml/postgresql/
lib/ocaml/postgresql/META
lib/ocaml/postgresql/libpostgresql_stubs.a
lib/ocaml/postgresql/postgresql.annot
lib/ocaml/postgresql/postgresql.cma
lib/ocaml/postgresql/postgresql.cmi
lib/ocaml/postgresql/postgresql.cmt
lib/ocaml/postgresql/postgresql.cmti
lib/ocaml/postgresql/postgresql.mli
%%native%%
@comment lib/ocaml/stublibs/
lib/ocaml/stublibs/dllpostgresql_stubs.so
@comment lib/ocaml/stublibs/dllpostgresql_stubs.so.owner
share/doc/ocaml-postgresql/
share/doc/ocaml-postgresql/api/
share/doc/ocaml-postgresql/api/Postgresql.FFormat.html
share/doc/ocaml-postgresql/api/Postgresql.connection-c.html
share/doc/ocaml-postgresql/api/Postgresql.html
share/doc/ocaml-postgresql/api/Postgresql.result-c.html
share/doc/ocaml-postgresql/api/index.html
share/doc/ocaml-postgresql/api/index_attributes.html
share/doc/ocaml-postgresql/api/index_class_types.html
share/doc/ocaml-postgresql/api/index_classes.html
share/doc/ocaml-postgresql/api/index_exceptions.html
share/doc/ocaml-postgresql/api/index_extensions.html
share/doc/ocaml-postgresql/api/index_methods.html
share/doc/ocaml-postgresql/api/index_module_types.html
share/doc/ocaml-postgresql/api/index_modules.html
share/doc/ocaml-postgresql/api/index_types.html
share/doc/ocaml-postgresql/api/index_values.html
share/doc/ocaml-postgresql/api/style.css
share/doc/ocaml-postgresql/api/type_Postgresql.FFormat.html
share/doc/ocaml-postgresql/api/type_Postgresql.connection.html
share/doc/ocaml-postgresql/api/type_Postgresql.html
share/doc/ocaml-postgresql/api/type_Postgresql.result.html
share/examples/ocaml-postgresql/
share/examples/ocaml-postgresql/README
share/examples/ocaml-postgresql/async.ml
share/examples/ocaml-postgresql/cursor.ml
share/examples/ocaml-postgresql/dump.ml
share/examples/ocaml-postgresql/populate.ml
share/examples/ocaml-postgresql/prompt.ml
share/examples/ocaml-postgresql/prompt_gtk.ml
share/examples/ocaml-postgresql/test_lo.ml