From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 5 09:20:08 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF0F010656C1 for ; Sun, 5 Sep 2010 09:20:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A13978FC25 for ; Sun, 5 Sep 2010 09:20:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o859K71J070570 for ; Sun, 5 Sep 2010 09:20:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o859K7Su070569; Sun, 5 Sep 2010 09:20:07 GMT (envelope-from gnats) Resent-Date: Sun, 5 Sep 2010 09:20:07 GMT Resent-Message-Id: <201009050920.o859K7Su070569@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Frederic Culot Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91B1F10656AC for ; Sun, 5 Sep 2010 09:19:57 +0000 (UTC) (envelope-from culot@0xd0.org) Received: from 0xd0.org (0xd0.org [91.121.92.146]) by mx1.freebsd.org (Postfix) with ESMTP id 44ABC8FC23 for ; Sun, 5 Sep 2010 09:19:56 +0000 (UTC) Received: from 0xd0.org (doudou.0xd0.org [172.16.0.254]) by 0xd0.org (8.14.4/8.14.4) with ESMTP id o859JRMm014658 for ; Sun, 5 Sep 2010 11:19:27 +0200 (CEST) (envelope-from culot@0xd0.org) Received: (from culot@localhost) by 0xd0.org (8.14.4/8.14.4/Submit) id o859JRao014657; Sun, 5 Sep 2010 11:19:27 +0200 (CEST) (envelope-from culot) Message-Id: <201009050919.o859JRao014657@0xd0.org> Date: Sun, 5 Sep 2010 11:19:27 +0200 (CEST) From: Frederic Culot To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/150299: New port: french/fortune-mod-zarathoustra X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Frederic Culot List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Sep 2010 09:20:08 -0000 >Number: 150299 >Category: ports >Synopsis: New port: french/fortune-mod-zarathoustra >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 05 09:20:07 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Frederic Culot >Release: FreeBSD 8.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD 0xd0.org 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: fortune-mod-zarathoustra is a collection of quotes in French 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 >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # fortune-mod-zarathoustra # fortune-mod-zarathoustra/Makefile # fortune-mod-zarathoustra/distinfo # fortune-mod-zarathoustra/files # fortune-mod-zarathoustra/files/pkg-message.in # fortune-mod-zarathoustra/pkg-descr # echo c - fortune-mod-zarathoustra mkdir -p fortune-mod-zarathoustra > /dev/null 2>&1 echo x - fortune-mod-zarathoustra/Makefile sed 's/^X//' >fortune-mod-zarathoustra/Makefile << '3fff09fa38cb850a260add7022ddefcc' X# New ports collection makefile for: fortune-mod-zarathoustra X# Date created: 2010-09-05 X# Whom: Frederic Culot X# X# $FreeBSD$ X# X XPORTNAME= fortune-mod-zarathoustra XPORTVERSION= 20100905 XCATEGORIES= french XMASTER_SITES= ftp://ftp2.culot.org/culot/ X XMAINTAINER= frederic@culot.org XCOMMENT= Compilation of quotes from Nietzsche's Thus spoke Zarathustra X XSUB_FILES= pkg-message X XPLIST_FILES= share/games/fortune/zarathoustra share/games/fortune/zarathoustra.dat XPLIST_DIRS= share/games/fortune share/games X XSTRCMD= /usr/games/strfile X Xpre-build: X.if !exists(${STRCMD}) X @${ECHO_MSG} "Please install the games distribution" X @exit 1 X.endif X Xdo-build: X @cd ${WRKSRC} && ${STRCMD} zarathoustra X Xdo-install: X @${MKDIR} ${PREFIX}/share/games X @${MKDIR} ${PREFIX}/share/games/fortune X @${INSTALL_DATA} ${WRKSRC}/zarathoustra* ${PREFIX}/share/games/fortune X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include 3fff09fa38cb850a260add7022ddefcc echo x - fortune-mod-zarathoustra/distinfo sed 's/^X//' >fortune-mod-zarathoustra/distinfo << '82ebf7804efc04ba4c1b387d8dcbc38d' XMD5 (fortune-mod-zarathoustra-20100905.tar.gz) = 3982f8dd0a50abc64bbbf527ed11610f XSHA256 (fortune-mod-zarathoustra-20100905.tar.gz) = a4dd75ac21126b2838832d849331de6c8e3151b25d0e2135c9a1352f6ed3ab82 XSIZE (fortune-mod-zarathoustra-20100905.tar.gz) = 9109 82ebf7804efc04ba4c1b387d8dcbc38d echo c - fortune-mod-zarathoustra/files mkdir -p fortune-mod-zarathoustra/files > /dev/null 2>&1 echo x - fortune-mod-zarathoustra/files/pkg-message.in sed 's/^X//' >fortune-mod-zarathoustra/files/pkg-message.in << 'f3e72772dbabb6456fe1d0de3a478be7' X****************************************************** XUsage: X Xfortune %%PREFIX%%/share/games/fortune/zarathoustra X XSee fortune(6) for details. X****************************************************** f3e72772dbabb6456fe1d0de3a478be7 echo x - fortune-mod-zarathoustra/pkg-descr sed 's/^X//' >fortune-mod-zarathoustra/pkg-descr << '95f366b1b61f9ad97ff8c6ecf6f510bd' Xfortune-mod-zarathoustra is a collection of quotes from Nietzsche's X"Thus spoke Zarathustra", processed into the fortune format. XOriginal text is in the public domain. X XWWW: http://www.ebooksgratuits.com/html/nietzsche_ainsi_parlait_zarathoustra.html 95f366b1b61f9ad97ff8c6ecf6f510bd exit >Release-Note: >Audit-Trail: >Unformatted: