pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

ruby-rinku: Import ruby-rinku-2.0.4 as wip/ruby-rinku



Module Name:	pkgsrc-wip
Committed By:	Antonio Huete Jimenez <tuxillo%quantumachine.net@localhost>
Pushed By:	tuxillo
Date:		Sat Jun 23 17:20:28 2018 +0000
Changeset:	cde26d458755f99ca156588a5c9196664e306a4e

Modified Files:
	Makefile
Added Files:
	ruby-rinku/DESCR
	ruby-rinku/Makefile
	ruby-rinku/PLIST
	ruby-rinku/distinfo

Log Message:
ruby-rinku: Import ruby-rinku-2.0.4 as wip/ruby-rinku

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cde26d458755f99ca156588a5c9196664e306a4e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile            |  1 +
 ruby-rinku/DESCR    |  4 ++++
 ruby-rinku/Makefile | 17 +++++++++++++++++
 ruby-rinku/PLIST    | 24 ++++++++++++++++++++++++
 ruby-rinku/distinfo |  6 ++++++
 5 files changed, 52 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index def18a4057..1336219210 100644
--- a/Makefile
+++ b/Makefile
@@ -4062,6 +4062,7 @@ SUBDIR+=	ruby-rack-flash3
 SUBDIR+=	ruby-rake-compiler
 SUBDIR+=	ruby-redmine
 SUBDIR+=	ruby-review
+SUBDIR+=	ruby-rinku
 SUBDIR+=	ruby-roo-xls
 SUBDIR+=	ruby-teamocil
 SUBDIR+=	ruby-termit
diff --git a/ruby-rinku/DESCR b/ruby-rinku/DESCR
new file mode 100644
index 0000000000..c3d82d5aa7
--- /dev/null
+++ b/ruby-rinku/DESCR
@@ -0,0 +1,4 @@
+= rinku: drop-in replacement for Rails 'auto_link'
+
+A fast and very smart autolinking library that acts as a
+drop-in replacement for Rails `auto_link`
diff --git a/ruby-rinku/Makefile b/ruby-rinku/Makefile
new file mode 100644
index 0000000000..c9f2538792
--- /dev/null
+++ b/ruby-rinku/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME=	rinku-2.0.4
+CATEGORIES=	www
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/vmg/rinku
+COMMENT=	Drop-in replacement for Rails 'auto_link'
+LICENSE=	mit
+
+# minitest now included in ruby-base
+#DEPENDS+=       ${RUBY_PKGPREFIX}-minitest>=5.0.0:../../devel/ruby-minitest
+DEPENDS+=       ${RUBY_PKGPREFIX}-base:../../lang/${RUBY_PKGPREFIX}-base
+DEPENDS+=       ${RUBY_PKGPREFIX}-rake-compiler:../../wip/ruby-rake-compiler
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/ruby-rinku/PLIST b/ruby-rinku/PLIST
new file mode 100644
index 0000000000..410303c94b
--- /dev/null
+++ b/ruby-rinku/PLIST
@@ -0,0 +1,24 @@
+@comment $NetBSD$
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_EXTSDIR}/gem.build_complete
+${GEM_EXTSDIR}/rinku.${RUBY_DLEXT}
+${GEM_LIBDIR}/COPYING
+${GEM_LIBDIR}/README.markdown
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/ext/rinku/autolink.c
+${GEM_LIBDIR}/ext/rinku/autolink.h
+${GEM_LIBDIR}/ext/rinku/buffer.c
+${GEM_LIBDIR}/ext/rinku/buffer.h
+${GEM_LIBDIR}/ext/rinku/extconf.rb
+${GEM_LIBDIR}/ext/rinku/rinku.c
+${GEM_LIBDIR}/ext/rinku/rinku.h
+${GEM_LIBDIR}/ext/rinku/rinku_rb.c
+${GEM_LIBDIR}/ext/rinku/utf8.c
+${GEM_LIBDIR}/ext/rinku/utf8.h
+${GEM_LIBDIR}/lib/rails_rinku.rb
+${GEM_LIBDIR}/lib/rinku.rb
+${GEM_LIBDIR}/lib/rinku.${RUBY_DLEXT}
+${GEM_LIBDIR}/rinku.gemspec
+${GEM_LIBDIR}/test/autolink_test.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
+@pkgdir lib/ruby/gems/2.4.0/build_info
diff --git a/ruby-rinku/distinfo b/ruby-rinku/distinfo
new file mode 100644
index 0000000000..a819e99165
--- /dev/null
+++ b/ruby-rinku/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (rinku-2.0.4.gem) = 34ac4af7458f3bc5eca83695f19bd049b4f08556
+RMD160 (rinku-2.0.4.gem) = ec6ed09f457f89d512ef0d1db342468fd5ced6a0
+SHA512 (rinku-2.0.4.gem) = fab4b47a22153d96f71e8b3c6e91595ba3ce97002233b035ab8ebcd6fb46a8e4ca2f82e49ed6d7a510338bd2ebec1b2e67d9146e589535fc8a072ae69e39d58f
+Size (rinku-2.0.4.gem) = 21504 bytes


Home | Main Index | Thread Index | Old Index