From ac1ada3d39bac11b24b92157313c112f3deda44e Mon Sep 17 00:00:00 2001 From: lme Date: Thu, 11 Oct 2007 21:20:43 +0000 Subject: fortune-mod-the-godfather is an excerpt of the novel "The Godfather", which is written by Mario Puzo in 1969 (ISBN 0-451-16771-6), processed into the fortune format. WWW: http://izb.knu.ac.kr/~bh/fortune/ PR: ports/117074 Submitted by: Byung-Hee HWANG Approved by: miwi (mentor) --- misc/Makefile | 1 + misc/fortune-mod-the-godfather/Makefile | 29 ++++++++++++++++++++++ misc/fortune-mod-the-godfather/distinfo | 3 +++ .../fortune-mod-the-godfather/files/pkg-message.in | 5 ++++ misc/fortune-mod-the-godfather/pkg-descr | 5 ++++ misc/fortune-mod-the-godfather/pkg-plist | 4 +++ 6 files changed, 47 insertions(+) create mode 100644 misc/fortune-mod-the-godfather/Makefile create mode 100644 misc/fortune-mod-the-godfather/distinfo create mode 100644 misc/fortune-mod-the-godfather/files/pkg-message.in create mode 100644 misc/fortune-mod-the-godfather/pkg-descr create mode 100644 misc/fortune-mod-the-godfather/pkg-plist (limited to 'misc') diff --git a/misc/Makefile b/misc/Makefile index cb7f18c01f36..3e3629e481a8 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -94,6 +94,7 @@ SUBDIR += fortune-mod-culmea-culmilor SUBDIR += fortune-mod-ferengi_rules_of_acquisition SUBDIR += fortune-mod-futurama + SUBDIR += fortune-mod-the-godfather SUBDIR += fortuneit SUBDIR += freedialog SUBDIR += freeguide diff --git a/misc/fortune-mod-the-godfather/Makefile b/misc/fortune-mod-the-godfather/Makefile new file mode 100644 index 000000000000..649f04158935 --- /dev/null +++ b/misc/fortune-mod-the-godfather/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: fortune-mod-the-godfather +# Date created: 11 October 2007 +# Whom: Byung-Hee HWANG +# +# $FreeBSD$ +# + +PORTNAME= fortune-mod-the-godfather +PORTVERSION= 1.0 +CATEGORIES= misc +MASTER_SITES= http://izb.knu.ac.kr/~bh/fortune/ + +MAINTAINER= bh@izb.knu.ac.kr +COMMENT= Compilation of excuses from the "The Godfather" + +NO_BUILD= yes + +SUB_FILES= pkg-message + +STRFILE= /usr/games/strfile + +do-install: + @${MKDIR} ${PREFIX}/share/games + @${MKDIR} ${PREFIX}/share/games/fortune + @${INSTALL_DATA} ${WRKSRC}/the-godfather ${PREFIX}/share/games/fortune + @${STRFILE} ${PREFIX}/share/games/fortune/the-godfather + @${CAT} ${PKGMESSAGE} + +.include diff --git a/misc/fortune-mod-the-godfather/distinfo b/misc/fortune-mod-the-godfather/distinfo new file mode 100644 index 000000000000..3b2c857d9442 --- /dev/null +++ b/misc/fortune-mod-the-godfather/distinfo @@ -0,0 +1,3 @@ +MD5 (fortune-mod-the-godfather-1.0.tar.gz) = 903febcac34ae78011e1dacac05f8cda +SHA256 (fortune-mod-the-godfather-1.0.tar.gz) = f58daf4f2a8973ad3b8675865f45a0ba0ad359f4acbc79c9e09c23e228e7f06e +SIZE (fortune-mod-the-godfather-1.0.tar.gz) = 6619 diff --git a/misc/fortune-mod-the-godfather/files/pkg-message.in b/misc/fortune-mod-the-godfather/files/pkg-message.in new file mode 100644 index 000000000000..a5500cfd0f5a --- /dev/null +++ b/misc/fortune-mod-the-godfather/files/pkg-message.in @@ -0,0 +1,5 @@ +* * * + +Usage: fortune %%PREFIX%%/share/games/fortune/the-godfather + +* * * diff --git a/misc/fortune-mod-the-godfather/pkg-descr b/misc/fortune-mod-the-godfather/pkg-descr new file mode 100644 index 000000000000..57fbad5f6e45 --- /dev/null +++ b/misc/fortune-mod-the-godfather/pkg-descr @@ -0,0 +1,5 @@ +fortune-mod-the-godfather is an excerpt of the novel "The Godfather", +which is written by Mario Puzo in 1969 (ISBN 0-451-16771-6), processed +into the fortune format. + +WWW: http://izb.knu.ac.kr/~bh/fortune/ diff --git a/misc/fortune-mod-the-godfather/pkg-plist b/misc/fortune-mod-the-godfather/pkg-plist new file mode 100644 index 000000000000..6b38d08cca3d --- /dev/null +++ b/misc/fortune-mod-the-godfather/pkg-plist @@ -0,0 +1,4 @@ +share/games/fortune/the-godfather +share/games/fortune/the-godfather.dat +@dirrmtry share/games/fortune +@dirrmtry share/games -- cgit