diff options
author | rh <rh> | 2002-05-26 00:19:42 +0000 |
---|---|---|
committer | rh <rh> | 2002-05-26 00:19:42 +0000 |
commit | 8376c67b92888ff93a56dd4226e9b74d283e70e4 (patch) | |
tree | ce32b27c274e9fc99fa53c4606fa8128e972eb7b /net | |
parent | 71ca733e46293d945db6cedf535d576c472fb17f (diff) | |
download | pkgsrc-8376c67b92888ff93a56dd4226e9b74d283e70e4.tar.gz |
Initial import of lambdamoo-core-990412, a set of generic core classes
for lambdamoo. Provided in PR pkg/13073 by Ben Collver
<collver@linuxfreemail.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/lambdamoo-core/DESCR | 9 | ||||
-rw-r--r-- | net/lambdamoo-core/Makefile | 27 | ||||
-rw-r--r-- | net/lambdamoo-core/PLIST | 4 | ||||
-rw-r--r-- | net/lambdamoo-core/distinfo | 4 |
4 files changed, 44 insertions, 0 deletions
diff --git a/net/lambdamoo-core/DESCR b/net/lambdamoo-core/DESCR new file mode 100644 index 00000000000..7b3e467dc01 --- /dev/null +++ b/net/lambdamoo-core/DESCR @@ -0,0 +1,9 @@ +Pavel occasionally extracts a useful subset of the LambdaMOO (the site) +database, which can then be fetched by others and used to start a new +server running LambdaMOO (the software). This starting database is +called "LambdaCore". (Often people on LambdaMOO and other MOOs will +refer to this part of the database as simply "the core".) It includes +utility objects for manipulating strings and other data, generic +classes for users and rooms and so on, objects that provide access to +Gopher and other Internet services, a mail/newsgroup system, an +extensive help system, and, well, generally a lot of stuff. diff --git a/net/lambdamoo-core/Makefile b/net/lambdamoo-core/Makefile new file mode 100644 index 00000000000..4082c824008 --- /dev/null +++ b/net/lambdamoo-core/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/05/26 00:19:42 rh Exp $ + +DISTNAME= LambdaCore-12Apr99.db +PKGNAME= lambdamoo-core-990412 +CATEGORIES= net +MASTER_SITES= ftp://ftp.lambda.moo.mud.org/pub/MOO/ \ + ftp://ftp.kanga.nu/pub/mirrors/ftp.lambda.moo.mud.org/pub/MOO/ +EXTRACT_SUFX= .gz + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.ccs.neu.edu/home/eostrom/muds/lambdamoo.html +COMMENT= generic core classes for lambdamoo + +WRKSRC= ${WRKDIR} +EXTRACT_CMD= : + +post-extract: + ${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC} + ${GUNZIP_CMD} ${WRKSRC}/${DISTFILES} + +do-build: + +do-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/lambdamoo + ${INSTALL_DATA} ${WRKSRC}/${DISTNAME} ${PREFIX}/share/lambdamoo + +.include "../../mk/bsd.pkg.mk" diff --git a/net/lambdamoo-core/PLIST b/net/lambdamoo-core/PLIST new file mode 100644 index 00000000000..3c042ea1da3 --- /dev/null +++ b/net/lambdamoo-core/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/05/26 00:19:42 rh Exp $ + +share/lambdamoo/LambdaCore-12Apr99.db +@dirrm share/lambdamoo diff --git a/net/lambdamoo-core/distinfo b/net/lambdamoo-core/distinfo new file mode 100644 index 00000000000..9ec4ad8e62c --- /dev/null +++ b/net/lambdamoo-core/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/05/26 00:19:42 rh Exp $ + +SHA1 (LambdaCore-12Apr99.db.gz) = 3c9faab55f1b0895316f87775126e98c2196ea80 +Size (LambdaCore-12Apr99.db.gz) = 643482 bytes |