diff options
author | sahil <sahil@FreeBSD.org> | 2010-09-13 07:40:56 +0800 |
---|---|---|
committer | sahil <sahil@FreeBSD.org> | 2010-09-13 07:40:56 +0800 |
commit | a2245ff0f2da54152478566774096c4f4824dc7c (patch) | |
tree | 3993fae55718367cba52565fb6b2ac5f2ea6d0eb /french | |
parent | ee3eabd78fed84bb9ebd8ba353865b1887bdb2a8 (diff) | |
download | freebsd-ports-gnome-a2245ff0f2da54152478566774096c4f4824dc7c.tar.gz freebsd-ports-gnome-a2245ff0f2da54152478566774096c4f4824dc7c.tar.zst freebsd-ports-gnome-a2245ff0f2da54152478566774096c4f4824dc7c.zip |
fortune-mod-zarathoustra is a collection of quotes from Nietzsche's
"Thus spoke Zarathustra", processed into the fortune format.
Original text is in the public domain.
WWW: http://www.ebooksgratuits.com/html/nietzsche_ainsi_parlait_zarathoustra.html
PR: ports/150299
Submitted by: Frederic Culot <frederic@culot.org>
Diffstat (limited to 'french')
-rw-r--r-- | french/Makefile | 1 | ||||
-rw-r--r-- | french/fortune-mod-zarathoustra/Makefile | 36 | ||||
-rw-r--r-- | french/fortune-mod-zarathoustra/distinfo | 3 | ||||
-rw-r--r-- | french/fortune-mod-zarathoustra/files/pkg-message.in | 7 | ||||
-rw-r--r-- | french/fortune-mod-zarathoustra/pkg-descr | 5 | ||||
-rw-r--r-- | french/fortune-mod-zarathoustra/pkg-plist | 4 |
6 files changed, 56 insertions, 0 deletions
diff --git a/french/Makefile b/french/Makefile index 779a978abbd0..8598ac8f2af3 100644 --- a/french/Makefile +++ b/french/Makefile @@ -14,6 +14,7 @@ SUBDIR += eficas_doc SUBDIR += eric4 SUBDIR += facturier + SUBDIR += fortune-mod-zarathoustra SUBDIR += geonext SUBDIR += gfaim SUBDIR += gibi diff --git a/french/fortune-mod-zarathoustra/Makefile b/french/fortune-mod-zarathoustra/Makefile new file mode 100644 index 000000000000..ace84aaf6ce9 --- /dev/null +++ b/french/fortune-mod-zarathoustra/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: fortune-mod-zarathoustra +# Date created: 2010-09-05 +# Whom: Frederic Culot <frederic@culot.org> +# +# $FreeBSD$ +# + +PORTNAME= fortune-mod-zarathoustra +PORTVERSION= 20100905 +CATEGORIES= french +MASTER_SITES= ftp://ftp2.culot.org/culot/ + +MAINTAINER= frederic@culot.org +COMMENT= Compilation of quotes from Nietzsche's Thus spoke Zarathustra + +SUB_FILES= pkg-message + +STRCMD= /usr/games/strfile + +pre-build: +.if !exists(${STRCMD}) + @${ECHO_MSG} "Please install the games distribution" + @exit 1 +.endif + +do-build: + @cd ${WRKSRC} && ${STRCMD} zarathoustra + +do-install: + @${MKDIR} ${PREFIX}/share/games/fortune + @${INSTALL_DATA} ${WRKSRC}/zarathoustra* ${PREFIX}/share/games/fortune + +post-install: + @${CAT} ${PKGMESSAGE} + +.include <bsd.port.mk> diff --git a/french/fortune-mod-zarathoustra/distinfo b/french/fortune-mod-zarathoustra/distinfo new file mode 100644 index 000000000000..17764071763e --- /dev/null +++ b/french/fortune-mod-zarathoustra/distinfo @@ -0,0 +1,3 @@ +MD5 (fortune-mod-zarathoustra-20100905.tar.gz) = 3982f8dd0a50abc64bbbf527ed11610f +SHA256 (fortune-mod-zarathoustra-20100905.tar.gz) = a4dd75ac21126b2838832d849331de6c8e3151b25d0e2135c9a1352f6ed3ab82 +SIZE (fortune-mod-zarathoustra-20100905.tar.gz) = 9109 diff --git a/french/fortune-mod-zarathoustra/files/pkg-message.in b/french/fortune-mod-zarathoustra/files/pkg-message.in new file mode 100644 index 000000000000..c4d1c8fc21f4 --- /dev/null +++ b/french/fortune-mod-zarathoustra/files/pkg-message.in @@ -0,0 +1,7 @@ +****************************************************** +Usage: + +fortune %%PREFIX%%/share/games/fortune/zarathoustra + +See fortune(6) for details. +****************************************************** diff --git a/french/fortune-mod-zarathoustra/pkg-descr b/french/fortune-mod-zarathoustra/pkg-descr new file mode 100644 index 000000000000..137731d6a5fd --- /dev/null +++ b/french/fortune-mod-zarathoustra/pkg-descr @@ -0,0 +1,5 @@ +fortune-mod-zarathoustra is a collection of quotes from Nietzsche's +"Thus spoke Zarathustra", processed into the fortune format. +Original text is in the public domain. + +WWW: http://www.ebooksgratuits.com/html/nietzsche_ainsi_parlait_zarathoustra.html diff --git a/french/fortune-mod-zarathoustra/pkg-plist b/french/fortune-mod-zarathoustra/pkg-plist new file mode 100644 index 000000000000..b68e50815220 --- /dev/null +++ b/french/fortune-mod-zarathoustra/pkg-plist @@ -0,0 +1,4 @@ +share/games/fortune/zarathoustra +share/games/fortune/zarathoustra.dat +@dirrmtry share/games/fortune +@dirrmtry share/games |