initial import of ocaml-zed-1.2; ok espie@

from Christopher Zimmermann <madroach@gmerlin.de>
--
Zed is an abstract engine for text edition. It can be used for
writing text editors, edition widgets or readline clones.
This commit is contained in:
avsm 2012-08-19 00:10:48 +00:00
parent 6ab97a4958
commit 4e17c8a397
6 changed files with 109 additions and 0 deletions

29
devel/ocaml-zed/Makefile Normal file
View File

@ -0,0 +1,29 @@
# $OpenBSD: Makefile,v 1.1.1.1 2012/08/19 00:10:48 avsm Exp $
COMMENT = abstract engine for text edition
CATEGORIES = devel
DISTNAME = zed-1.2
PKGNAME = ocaml-${DISTNAME}
MASTER_SITES = http://forge.ocamlcore.org/frs/download.php/944/
HOMEPAGE = http://forge.ocamlcore.org/projects/zed/
# BSD3
PERMIT_PACKAGE_FTP = Yes
PERMIT_PACKAGE_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
MODULES = lang/ocaml
BUILD_DEPENDS = sysutils/findlib devel/ocaml-react devel/ocaml-camomile
RUN_DEPENDS = lang/ocaml
CONFIGURE_STYLE = oasis
post-install:
${INSTALL_DATA} ${WRKDIST}/{LICENSE,CHANGES} ${PREFIX}/share/doc/ocaml-zed/
.include <bsd.port.mk>

2
devel/ocaml-zed/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (zed-1.2.tar.gz) = b8dw2doSM0d+P1jd+n0EjoBe8VCApuYwNB34R1KbKds=
SIZE (zed-1.2.tar.gz) = 68672

View File

@ -0,0 +1,2 @@
Zed is an abstract engine for text edition. It can be used for
writing text editors, edition widgets or readline clones.

View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PFRAG.dynlink-native,v 1.1.1.1 2012/08/19 00:10:48 avsm Exp $
@bin lib/ocaml/zed/zed.cmxs

View File

@ -0,0 +1,12 @@
@comment $OpenBSD: PFRAG.native,v 1.1.1.1 2012/08/19 00:10:48 avsm Exp $
%%dynlink%%
lib/ocaml/zed/zed.a
lib/ocaml/zed/zed.cmxa
lib/ocaml/zed/zed_cursor.cmx
lib/ocaml/zed/zed_edit.cmx
lib/ocaml/zed/zed_input.cmx
lib/ocaml/zed/zed_lines.cmx
lib/ocaml/zed/zed_macro.cmx
lib/ocaml/zed/zed_re.cmx
lib/ocaml/zed/zed_rope.cmx
lib/ocaml/zed/zed_utf8.cmx

62
devel/ocaml-zed/pkg/PLIST Normal file
View File

@ -0,0 +1,62 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/08/19 00:10:48 avsm Exp $
%%native%%
lib/ocaml/zed/
lib/ocaml/zed/META
lib/ocaml/zed/zed.cma
lib/ocaml/zed/zed_cursor.cmi
lib/ocaml/zed/zed_cursor.mli
lib/ocaml/zed/zed_edit.cmi
lib/ocaml/zed/zed_edit.mli
lib/ocaml/zed/zed_input.cmi
lib/ocaml/zed/zed_input.mli
lib/ocaml/zed/zed_lines.cmi
lib/ocaml/zed/zed_lines.mli
lib/ocaml/zed/zed_macro.cmi
lib/ocaml/zed/zed_macro.mli
lib/ocaml/zed/zed_re.cmi
lib/ocaml/zed/zed_re.mli
lib/ocaml/zed/zed_rope.cmi
lib/ocaml/zed/zed_rope.mli
lib/ocaml/zed/zed_utf8.cmi
lib/ocaml/zed/zed_utf8.mli
share/doc/ocaml-zed/
share/doc/ocaml-zed/CHANGES
share/doc/ocaml-zed/LICENSE
share/doc/ocaml-zed/api/
share/doc/ocaml-zed/api/Zed_cursor.html
share/doc/ocaml-zed/api/Zed_edit.html
share/doc/ocaml-zed/api/Zed_input.Make.html
share/doc/ocaml-zed/api/Zed_input.S.html
share/doc/ocaml-zed/api/Zed_input.html
share/doc/ocaml-zed/api/Zed_lines.html
share/doc/ocaml-zed/api/Zed_macro.html
share/doc/ocaml-zed/api/Zed_re.html
share/doc/ocaml-zed/api/Zed_rope.Buffer.html
share/doc/ocaml-zed/api/Zed_rope.Text.html
share/doc/ocaml-zed/api/Zed_rope.Zip.html
share/doc/ocaml-zed/api/Zed_rope.html
share/doc/ocaml-zed/api/Zed_utf8.html
share/doc/ocaml-zed/api/index.html
share/doc/ocaml-zed/api/index_attributes.html
share/doc/ocaml-zed/api/index_class_types.html
share/doc/ocaml-zed/api/index_classes.html
share/doc/ocaml-zed/api/index_exceptions.html
share/doc/ocaml-zed/api/index_methods.html
share/doc/ocaml-zed/api/index_module_types.html
share/doc/ocaml-zed/api/index_modules.html
share/doc/ocaml-zed/api/index_types.html
share/doc/ocaml-zed/api/index_values.html
share/doc/ocaml-zed/api/style.css
share/doc/ocaml-zed/api/type_Zed_cursor.html
share/doc/ocaml-zed/api/type_Zed_edit.html
share/doc/ocaml-zed/api/type_Zed_input.Make.html
share/doc/ocaml-zed/api/type_Zed_input.S.html
share/doc/ocaml-zed/api/type_Zed_input.html
share/doc/ocaml-zed/api/type_Zed_lines.html
share/doc/ocaml-zed/api/type_Zed_macro.html
share/doc/ocaml-zed/api/type_Zed_re.html
share/doc/ocaml-zed/api/type_Zed_rope.Buffer.html
share/doc/ocaml-zed/api/type_Zed_rope.Text.html
share/doc/ocaml-zed/api/type_Zed_rope.Zip.html
share/doc/ocaml-zed/api/type_Zed_rope.html
share/doc/ocaml-zed/api/type_Zed_utf8.html