pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/erlang-fs
Module Name: pkgsrc
Committed By: fhajny
Date: Thu Dec 14 20:58:26 UTC 2017
Added Files:
pkgsrc/devel/erlang-fs: DESCR Makefile PLIST distinfo
Log Message:
Import fs-2.12.0 as devel/erlang-fs.
Native Filesystem Listeners for Erlang.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/erlang-fs/DESCR \
pkgsrc/devel/erlang-fs/Makefile pkgsrc/devel/erlang-fs/PLIST \
pkgsrc/devel/erlang-fs/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/erlang-fs/DESCR
diff -u /dev/null pkgsrc/devel/erlang-fs/DESCR:1.1
--- /dev/null Thu Dec 14 20:58:26 2017
+++ pkgsrc/devel/erlang-fs/DESCR Thu Dec 14 20:58:26 2017
@@ -0,0 +1 @@
+Native Filesystem Listeners for Erlang
Index: pkgsrc/devel/erlang-fs/Makefile
diff -u /dev/null pkgsrc/devel/erlang-fs/Makefile:1.1
--- /dev/null Thu Dec 14 20:58:26 2017
+++ pkgsrc/devel/erlang-fs/Makefile Thu Dec 14 20:58:26 2017
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2017/12/14 20:58:26 fhajny Exp $
+
+DISTNAME= fs-2.12.0
+PKGNAME= erlang-${DISTNAME}
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=synrc/}
+
+HOMEPAGE= http://synrc.github.io/fs/
+COMMENT= Native Filesystem Listeners
+LICENSE= isc
+
+GITHUB_PROJECT= fs
+
+post-extract:
+ ${RM} -f ${WRKSRC}/priv/inotifywait.exe
+
+do-build:
+ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${REBAR} compile
+
+.include "../../lang/erlang/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/erlang-fs/PLIST
diff -u /dev/null pkgsrc/devel/erlang-fs/PLIST:1.1
--- /dev/null Thu Dec 14 20:58:26 2017
+++ pkgsrc/devel/erlang-fs/PLIST Thu Dec 14 20:58:26 2017
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1 2017/12/14 20:58:26 fhajny Exp $
+lib/erlang/lib/fs-${PKGVERSION}/ebin/fs.app
+lib/erlang/lib/fs-${PKGVERSION}/ebin/fs.beam
+lib/erlang/lib/fs-${PKGVERSION}/ebin/fs_app.beam
+lib/erlang/lib/fs-${PKGVERSION}/ebin/fs_event_bridge.beam
+lib/erlang/lib/fs-${PKGVERSION}/ebin/fs_server.beam
+lib/erlang/lib/fs-${PKGVERSION}/ebin/fs_sup.beam
+lib/erlang/lib/fs-${PKGVERSION}/ebin/fsevents.beam
+lib/erlang/lib/fs-${PKGVERSION}/ebin/inotifywait.beam
+lib/erlang/lib/fs-${PKGVERSION}/ebin/inotifywait_win32.beam
+lib/erlang/lib/fs-${PKGVERSION}/ebin/kqueue.beam
+lib/erlang/lib/fs-${PKGVERSION}/include/api.hrl
Index: pkgsrc/devel/erlang-fs/distinfo
diff -u /dev/null pkgsrc/devel/erlang-fs/distinfo:1.1
--- /dev/null Thu Dec 14 20:58:26 2017
+++ pkgsrc/devel/erlang-fs/distinfo Thu Dec 14 20:58:26 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/12/14 20:58:26 fhajny Exp $
+
+SHA1 (fs-2.12.0.tar.gz) = b3ee68a48f0f3ae26b236a24e35308c729825042
+RMD160 (fs-2.12.0.tar.gz) = f5fbced99b7e8f9af6b532174f540d1352ccc219
+SHA512 (fs-2.12.0.tar.gz) = a5a708a9570417359bd4d3d34c26925c09453108fc4fdc8a9f8fbb59a5fa7e0dd4c60a30ebf4c4a2289a2b25a289cb731990600f78eedc4fb8a66ee9bfe2e221
+Size (fs-2.12.0.tar.gz) = 21410 bytes
Home |
Main Index |
Thread Index |
Old Index