initial import of ocaml-ssl-0.4.6

from Christopher Zimmermann <madroach@gmerlin.de>
This commit is contained in:
avsm 2012-08-18 22:34:57 +00:00
parent 525475822f
commit 51f6b4c5ee
6 changed files with 94 additions and 0 deletions

View File

@ -0,0 +1,38 @@
# $OpenBSD: Makefile,v 1.1.1.1 2012/08/18 22:34:57 avsm Exp $
COMMENT = OCaml bindings for libssl
CATEGORIES = devel security
NAME = ocaml-ssl
DISTNAME = ${NAME}-0.4.6
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=savonet/ocaml-ssl/}
HOMEPAGE = http://sourceforge.net/projects/savonet/files/ocaml-ssl/
# LGPL2.1
PERMIT_PACKAGE_FTP = Yes
PERMIT_PACKAGE_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
MODULES = lang/ocaml
BUILD_DEPENDS = sysutils/findlib
RUN_DEPENDS = lang/ocaml
WANTLIB = crypto ssl
CONFIGURE_STYLE = gnu
CONFIGURE_ENV = LIBS=-lcrypto
USE_GMAKE = Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${NAME}/html
${INSTALL_DATA} ${WRKDIST}/{README,CHANGES} ${PREFIX}/share/doc/${NAME}/
${INSTALL_DATA} ${WRKDIST}/doc/html/* ${PREFIX}/share/doc/${NAME}/html/
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/${NAME}
${INSTALL_DATA} ${WRKDIST}/examples/* ${PREFIX}/share/examples/${NAME}/
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (ocaml-ssl-0.4.6.tar.gz) = H/f7x3u17Htr/coEXGx6UdTZjtYKhl8p4G3ZEoWslJk=
SIZE (ocaml-ssl-0.4.6.tar.gz) = 118798

View File

@ -0,0 +1 @@
Caml bindings for libssl

View File

@ -0,0 +1,7 @@
@comment $OpenBSD: PFRAG.native,v 1.1.1.1 2012/08/18 22:34:57 avsm Exp $
lib/ocaml/ssl/ssl.a
lib/ocaml/ssl/ssl.cmx
lib/ocaml/ssl/ssl.cmxa
lib/ocaml/ssl/ssl_threads.a
lib/ocaml/ssl/ssl_threads.cmx
lib/ocaml/ssl/ssl_threads.cmxa

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2012/08/18 22:34:57 avsm Exp $
lib/ocaml/stublibs/dllssl_stubs.so
lib/ocaml/stublibs/dllssl_threads_stubs.so

View File

@ -0,0 +1,43 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/08/18 22:34:57 avsm Exp $
%%SHARED%%
%%native%%
lib/ocaml/ssl/
lib/ocaml/ssl/META
lib/ocaml/ssl/libssl_stubs.a
lib/ocaml/ssl/libssl_threads_stubs.a
lib/ocaml/ssl/ssl.cma
lib/ocaml/ssl/ssl.cmi
lib/ocaml/ssl/ssl.mli
lib/ocaml/ssl/ssl_threads.cma
lib/ocaml/ssl/ssl_threads.cmi
lib/ocaml/ssl/ssl_threads.mli
@comment lib/ocaml/stublibs/dllssl_stubs.so.owner
@comment lib/ocaml/stublibs/dllssl_threads_stubs.so.owner
share/doc/ocaml-ssl/
share/doc/ocaml-ssl/CHANGES
share/doc/ocaml-ssl/README
share/doc/ocaml-ssl/html/
share/doc/ocaml-ssl/html/Ssl.html
share/doc/ocaml-ssl/html/Ssl_threads.html
share/doc/ocaml-ssl/html/index.html
share/doc/ocaml-ssl/html/index_attributes.html
share/doc/ocaml-ssl/html/index_class_types.html
share/doc/ocaml-ssl/html/index_classes.html
share/doc/ocaml-ssl/html/index_exceptions.html
share/doc/ocaml-ssl/html/index_methods.html
share/doc/ocaml-ssl/html/index_module_types.html
share/doc/ocaml-ssl/html/index_modules.html
share/doc/ocaml-ssl/html/index_types.html
share/doc/ocaml-ssl/html/index_values.html
share/doc/ocaml-ssl/html/style.css
share/doc/ocaml-ssl/html/type_Ssl.html
share/doc/ocaml-ssl/html/type_Ssl_threads.html
share/examples/ocaml-ssl/
share/examples/ocaml-ssl/Makefile
share/examples/ocaml-ssl/Makefile.stalkd.in
share/examples/ocaml-ssl/Makefile.stelnet.in
share/examples/ocaml-ssl/OCamlMakefile
share/examples/ocaml-ssl/configure
share/examples/ocaml-ssl/configure.ac
share/examples/ocaml-ssl/stalkd.ml
share/examples/ocaml-ssl/stelnet.ml