pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/fortunes-h2g2 Initial import of fortunes-h2g2:
details: https://anonhg.NetBSD.org/pkgsrc/rev/4860b4665fef
branches: trunk
changeset: 500519:4860b4665fef
user: jschauma <jschauma%pkgsrc.org@localhost>
date: Sun Oct 09 23:15:53 2005 +0000
description:
Initial import of fortunes-h2g2:
A compilation of quotes from Douglas Adams's ``Hitchhiker's Guide to the
Galaxy'' series.
diffstat:
games/fortunes-h2g2/DESCR | 2 ++
games/fortunes-h2g2/Makefile | 26 ++++++++++++++++++++++++++
games/fortunes-h2g2/PLIST | 4 ++++
games/fortunes-h2g2/distinfo | 5 +++++
4 files changed, 37 insertions(+), 0 deletions(-)
diffs (53 lines):
diff -r 2ce2dc8e5ec2 -r 4860b4665fef games/fortunes-h2g2/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/fortunes-h2g2/DESCR Sun Oct 09 23:15:53 2005 +0000
@@ -0,0 +1,2 @@
+A compilation of quotes from Douglas Adams's ``Hitchhiker's Guide to the
+Galaxy'' series.
diff -r 2ce2dc8e5ec2 -r 4860b4665fef games/fortunes-h2g2/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/fortunes-h2g2/Makefile Sun Oct 09 23:15:53 2005 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/10/09 23:15:54 jschauma Exp $
+#
+
+DISTNAME= fortunes-h2g2-0.1
+CATEGORIES= games
+MASTER_SITES= http://www.netmeister.org/apps/
+EXTRACT_SUFX= .gz
+
+MAINTAINER= jschauma%NetBSD.org@localhost
+HOMEPAGE= http://www.netmeister.org/misc.html
+COMMENT= Fortunes from the famous Calvin & Hobbes comic strips
+
+BUILD_DEPENDS+= fortune-strfile-*:../../games/fortune-strfile
+
+STRFILE= ${LOCALBASE}/bin/strfile
+WRKSRC= ${WRKDIR}
+
+do-build:
+ ${STRFILE} ${WRKDIR}/${PKGNAME}
+
+do-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/games/fortune/
+ ${INSTALL_DATA} ${WRKDIR}/${PKGNAME} ${PREFIX}/share/games/fortune/h2g2
+ ${INSTALL_DATA} ${WRKDIR}/${PKGNAME}.dat ${PREFIX}/share/games/fortune/h2g2.dat
+
+.include "../../mk/bsd.pkg.mk"
diff -r 2ce2dc8e5ec2 -r 4860b4665fef games/fortunes-h2g2/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/fortunes-h2g2/PLIST Sun Oct 09 23:15:53 2005 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/09 23:15:53 jschauma Exp $
+share/games/fortune/h2g2
+share/games/fortune/h2g2.dat
+@dirrm share/games/fortune
diff -r 2ce2dc8e5ec2 -r 4860b4665fef games/fortunes-h2g2/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/fortunes-h2g2/distinfo Sun Oct 09 23:15:53 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/10/09 23:15:53 jschauma Exp $
+
+SHA1 (fortunes-h2g2-0.1.gz) = 7d4030c1b154e43daf2db9279002672001153c6e
+RMD160 (fortunes-h2g2-0.1.gz) = 9967b71dd7e24e9d85a18428593080a5fe3285e3
+Size (fortunes-h2g2-0.1.gz) = 954 bytes
Home |
Main Index |
Thread Index |
Old Index