pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/hs-hslua-objectorientation
Module Name: pkgsrc
Committed By: pho
Date: Fri Feb 11 12:07:14 UTC 2022
Added Files:
pkgsrc/lang/hs-hslua-objectorientation: DESCR Makefile PLIST
buildlink3.mk distinfo
Log Message:
lang/hs-hslua-objectorientation: import hs-hslua-objectorientation-2.1.0
Expose Haskell objects to Lua with an object oriented interface.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/hs-hslua-objectorientation/DESCR \
pkgsrc/lang/hs-hslua-objectorientation/Makefile \
pkgsrc/lang/hs-hslua-objectorientation/PLIST \
pkgsrc/lang/hs-hslua-objectorientation/buildlink3.mk \
pkgsrc/lang/hs-hslua-objectorientation/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/lang/hs-hslua-objectorientation/DESCR
diff -u /dev/null pkgsrc/lang/hs-hslua-objectorientation/DESCR:1.1
--- /dev/null Fri Feb 11 12:07:14 2022
+++ pkgsrc/lang/hs-hslua-objectorientation/DESCR Fri Feb 11 12:07:14 2022
@@ -0,0 +1 @@
+Expose Haskell objects to Lua with an object oriented interface.
Index: pkgsrc/lang/hs-hslua-objectorientation/Makefile
diff -u /dev/null pkgsrc/lang/hs-hslua-objectorientation/Makefile:1.1
--- /dev/null Fri Feb 11 12:07:14 2022
+++ pkgsrc/lang/hs-hslua-objectorientation/Makefile Fri Feb 11 12:07:14 2022
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2022/02/11 12:07:14 pho Exp $
+
+DISTNAME= hslua-objectorientation-2.1.0
+CATEGORIES= lang
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Object orientation tools for HsLua
+LICENSE= mit
+
+.include "../../lang/hs-hslua-core/buildlink3.mk"
+.include "../../lang/hs-hslua-marshalling/buildlink3.mk"
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/lang/hs-hslua-objectorientation/PLIST
diff -u /dev/null pkgsrc/lang/hs-hslua-objectorientation/PLIST:1.1
--- /dev/null Fri Feb 11 12:07:14 2022
+++ pkgsrc/lang/hs-hslua-objectorientation/PLIST Fri Feb 11 12:07:14 2022
@@ -0,0 +1,23 @@
+@comment $NetBSD: PLIST,v 1.1 2022/02/11 12:07:14 pho Exp $
+lib/hslua-objectorientation-${PKGVERSION}/${HS_VERSION}/package-description
+lib/hslua-objectorientation-${PKGVERSION}/${HS_VERSION}/package-id
+lib/${HS_PLATFORM}/${HS_PKGID}/HsLua/ObjectOrientation.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/HsLua/ObjectOrientation.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/HsLua/ObjectOrientation.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/HsLua/ObjectOrientation/Operation.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/HsLua/ObjectOrientation/Operation.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/HsLua/ObjectOrientation/Operation.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a
+lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a
+lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
+share/doc/${HS_PLATFORM}/hslua-objectorientation-${PKGVERSION}/LICENSE
+share/doc/${HS_PLATFORM}/hslua-objectorientation-${PKGVERSION}/html/HsLua-ObjectOrientation-Operation.html
+share/doc/${HS_PLATFORM}/hslua-objectorientation-${PKGVERSION}/html/HsLua-ObjectOrientation.html
+share/doc/${HS_PLATFORM}/hslua-objectorientation-${PKGVERSION}/html/doc-index.html
+share/doc/${HS_PLATFORM}/hslua-objectorientation-${PKGVERSION}/html/haddock-bundle.min.js
+share/doc/${HS_PLATFORM}/hslua-objectorientation-${PKGVERSION}/html/hslua-objectorientation.haddock
+share/doc/${HS_PLATFORM}/hslua-objectorientation-${PKGVERSION}/html/index.html
+share/doc/${HS_PLATFORM}/hslua-objectorientation-${PKGVERSION}/html/linuwial.css
+share/doc/${HS_PLATFORM}/hslua-objectorientation-${PKGVERSION}/html/meta.json
+share/doc/${HS_PLATFORM}/hslua-objectorientation-${PKGVERSION}/html/quick-jump.css
+share/doc/${HS_PLATFORM}/hslua-objectorientation-${PKGVERSION}/html/synopsis.png
Index: pkgsrc/lang/hs-hslua-objectorientation/buildlink3.mk
diff -u /dev/null pkgsrc/lang/hs-hslua-objectorientation/buildlink3.mk:1.1
--- /dev/null Fri Feb 11 12:07:14 2022
+++ pkgsrc/lang/hs-hslua-objectorientation/buildlink3.mk Fri Feb 11 12:07:14 2022
@@ -0,0 +1,16 @@
+# $NetBSD: buildlink3.mk,v 1.1 2022/02/11 12:07:14 pho Exp $
+
+BUILDLINK_TREE+= hs-hslua-objectorientation
+
+.if !defined(HS_HSLUA_OBJECTORIENTATION_BUILDLINK3_MK)
+HS_HSLUA_OBJECTORIENTATION_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-hslua-objectorientation+= hs-hslua-objectorientation>=2.1.0
+BUILDLINK_ABI_DEPENDS.hs-hslua-objectorientation+= hs-hslua-objectorientation>=2.1.0
+BUILDLINK_PKGSRCDIR.hs-hslua-objectorientation?= ../../lang/hs-hslua-objectorientation
+
+.include "../../lang/hs-hslua-core/buildlink3.mk"
+.include "../../lang/hs-hslua-marshalling/buildlink3.mk"
+.endif # HS_HSLUA_OBJECTORIENTATION_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -hs-hslua-objectorientation
Index: pkgsrc/lang/hs-hslua-objectorientation/distinfo
diff -u /dev/null pkgsrc/lang/hs-hslua-objectorientation/distinfo:1.1
--- /dev/null Fri Feb 11 12:07:14 2022
+++ pkgsrc/lang/hs-hslua-objectorientation/distinfo Fri Feb 11 12:07:14 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/02/11 12:07:14 pho Exp $
+
+BLAKE2s (hslua-objectorientation-2.1.0.tar.gz) = 40ab38b8feed1449fb87d2d872ba55245bba2b9da505d2929b5e7a4adb039d45
+SHA512 (hslua-objectorientation-2.1.0.tar.gz) = f7eac02ac6d1e6c18874d6ca5bdd1466ae670b264005b24e3dfccc31b8844dce4f17a9a7c5523ce332a4477bb67d2b520f97ff414352d68f1e11f59dc0cecf45
+Size (hslua-objectorientation-2.1.0.tar.gz) = 15217 bytes
Home |
Main Index |
Thread Index |
Old Index