pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ruby-memcache Initial import of ruby18-memcache-...
details: https://anonhg.NetBSD.org/pkgsrc/rev/80cd5835e507
branches: trunk
changeset: 540578:80cd5835e507
user: jlam <jlam%pkgsrc.org@localhost>
date: Fri Apr 04 15:28:10 2008 +0000
description:
Initial import of ruby18-memcache-0.1.0 as devel/ruby-memcache.
The ruby-memcache package is a wrapper around memcache(3) and provides
exceptionally fast access to a memcached(8) cluster.
diffstat:
devel/ruby-memcache/DESCR | 2 ++
devel/ruby-memcache/Makefile | 19 +++++++++++++++++++
devel/ruby-memcache/PLIST | 2 ++
devel/ruby-memcache/distinfo | 5 +++++
4 files changed, 28 insertions(+), 0 deletions(-)
diffs (44 lines):
diff -r 62145e574868 -r 80cd5835e507 devel/ruby-memcache/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-memcache/DESCR Fri Apr 04 15:28:10 2008 +0000
@@ -0,0 +1,2 @@
+The ruby-memcache package is a wrapper around memcache(3) and provides
+exceptionally fast access to a memcached(8) cluster.
diff -r 62145e574868 -r 80cd5835e507 devel/ruby-memcache/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-memcache/Makefile Fri Apr 04 15:28:10 2008 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:28:10 jlam Exp $
+
+DISTNAME= ruby-memcache-0.1.0
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//}
+CATEGORIES= devel
+MASTER_SITES= http://rubyforge.org/frs/download.php/2484/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Ruby wrapper for memcache
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_RUBY_EXTCONF= yes
+
+.include "../../lang/ruby/modules.mk"
+
+.include "../../devel/libmemcache/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 62145e574868 -r 80cd5835e507 devel/ruby-memcache/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-memcache/PLIST Fri Apr 04 15:28:10 2008 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/04 15:28:10 jlam Exp $
+${RUBY_SITEARCHLIBDIR}/memcache.${RUBY_DLEXT}
diff -r 62145e574868 -r 80cd5835e507 devel/ruby-memcache/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-memcache/distinfo Fri Apr 04 15:28:10 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/04/04 15:28:10 jlam Exp $
+
+SHA1 (ruby-memcache-0.1.0.tar.bz2) = fa2d88e84f49a8662f466b87ce749a4c58aa4f27
+RMD160 (ruby-memcache-0.1.0.tar.bz2) = 3aa4371c0b1da76a96cafa0a509028cdcd03083a
+Size (ruby-memcache-0.1.0.tar.bz2) = 6237 bytes
Home |
Main Index |
Thread Index |
Old Index