pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-io-console
Module Name: pkgsrc
Committed By: wen
Date: Tue Aug 20 02:14:16 UTC 2024
Added Files:
pkgsrc/devel/ruby-io-console: DESCR Makefile PLIST distinfo
Log Message:
Import io-console-0.7.2 as devel/ruby-io-console.
Add console capabilities to IO instances.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.3 pkgsrc/devel/ruby-io-console/DESCR
cvs rdiff -u -r0 -r1.10 pkgsrc/devel/ruby-io-console/Makefile
cvs rdiff -u -r0 -r1.6 pkgsrc/devel/ruby-io-console/PLIST
cvs rdiff -u -r0 -r1.4 pkgsrc/devel/ruby-io-console/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/ruby-io-console/DESCR
diff -u /dev/null pkgsrc/devel/ruby-io-console/DESCR:1.3
--- /dev/null Tue Aug 20 02:14:16 2024
+++ pkgsrc/devel/ruby-io-console/DESCR Tue Aug 20 02:14:16 2024
@@ -0,0 +1 @@
+Add console capabilities to IO instances.
Index: pkgsrc/devel/ruby-io-console/Makefile
diff -u /dev/null pkgsrc/devel/ruby-io-console/Makefile:1.10
--- /dev/null Tue Aug 20 02:14:16 2024
+++ pkgsrc/devel/ruby-io-console/Makefile Tue Aug 20 02:14:16 2024
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.10 2024/08/20 02:14:16 wen Exp $
+
+DISTNAME= io-console-0.7.2
+CATEGORIES= devel
+
+MAINTAINER= wen%NetBSD.org@localhost
+HOMEPAGE= https://rubygems.org/gems/stomp/
+COMMENT= Add console capabilities to IO instances
+LICENSE= 2-clause-bsd OR ruby-license
+
+USE_LANGUAGES= c
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ruby-io-console/PLIST
diff -u /dev/null pkgsrc/devel/ruby-io-console/PLIST:1.6
--- /dev/null Tue Aug 20 02:14:16 2024
+++ pkgsrc/devel/ruby-io-console/PLIST Tue Aug 20 02:14:16 2024
@@ -0,0 +1,13 @@
+@comment $NetBSD: PLIST,v 1.6 2024/08/20 02:14:16 wen Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_EXTSDIR}/gem.build_complete
+${GEM_EXTSDIR}/io/console.${RUBY_DLEXT}
+${GEM_LIBDIR}/.document
+${GEM_LIBDIR}/LICENSE.txt
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/ext/io/console/console.c
+${GEM_LIBDIR}/ext/io/console/extconf.rb
+${GEM_LIBDIR}/ext/io/console/win32_vk.inc
+${GEM_LIBDIR}/lib/io/console.${RUBY_DLEXT}
+${GEM_LIBDIR}/lib/io/console/size.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/devel/ruby-io-console/distinfo
diff -u /dev/null pkgsrc/devel/ruby-io-console/distinfo:1.4
--- /dev/null Tue Aug 20 02:14:16 2024
+++ pkgsrc/devel/ruby-io-console/distinfo Tue Aug 20 02:14:16 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.4 2024/08/20 02:14:16 wen Exp $
+
+BLAKE2s (io-console-0.7.2.gem) = 8062d235a71a33bb9dc4dd07c615379ebcbcedc557c47ca11ec95516630b27ed
+SHA512 (io-console-0.7.2.gem) = d44bb3f71f2158462932acccb91c25fd13c91f95daf8df8cf030874ca12c44aee1011f5b5e0e8d6963e80a0ee701a409508956b01fbafc2d1833e014287c9104
+Size (io-console-0.7.2.gem) = 24576 bytes
Home |
Main Index |
Thread Index |
Old Index