summaryrefslogtreecommitdiff
path: root/french
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2004-08-22 20:02:21 +0000
committerThierry Thomas <thierry@FreeBSD.org>2004-08-22 20:02:21 +0000
commit3c15fc92f1b625ea4229f75f1f0c05fd51b05ff2 (patch)
treec01d42d3e21a0fa8afeb0c79fd252f1ef1283a8a /french
parentFix build with gcc-3.4 (diff)
Re-add alphabet_sounds_fr in the correct category.
PR: 70434
Notes
Notes: svn path=/head/; revision=117055
Diffstat (limited to 'french')
-rw-r--r--french/alphabet_sounds_fr/Makefile25
-rw-r--r--french/alphabet_sounds_fr/distinfo2
-rw-r--r--french/alphabet_sounds_fr/files/patch-Makefile10
-rw-r--r--french/alphabet_sounds_fr/files/patch-install.sh62
-rw-r--r--french/alphabet_sounds_fr/pkg-descr14
-rw-r--r--french/alphabet_sounds_fr/pkg-plist39
6 files changed, 152 insertions, 0 deletions
diff --git a/french/alphabet_sounds_fr/Makefile b/french/alphabet_sounds_fr/Makefile
new file mode 100644
index 000000000000..4a9200f38c92
--- /dev/null
+++ b/french/alphabet_sounds_fr/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: alphabet_sounds_fr
+# Date created: 6 July 2004
+# Whom: bruno
+# $FreeBSD$
+
+PORTNAME= alphabet_sounds_fr
+PORTVERSION= 0.1
+CATEGORIES= french games
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= childsplay
+DISTNAME= alphabet_sounds_fr
+
+MAINTAINER= bruno@tinkerbox.org
+COMMENT= Educative games for children. Alphabet sounds package
+
+BUILD_DEPENDS= ${LOCALBASE}/bin/childsplay:${PORTSDIR}/games/childsplay
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+USE_REINPLACE= yes
+USE_PYTHON= yes
+
+post-patch:
+ @${REINPLACE_CMD} -e "s@PREFIX=/usr/local@PREFIX=${PREFIX}@g " ${WRKSRC}/install.sh
+
+.include <bsd.port.mk>
diff --git a/french/alphabet_sounds_fr/distinfo b/french/alphabet_sounds_fr/distinfo
new file mode 100644
index 000000000000..5e37dd3d2391
--- /dev/null
+++ b/french/alphabet_sounds_fr/distinfo
@@ -0,0 +1,2 @@
+MD5 (alphabet_sounds_fr.tar.gz) = 3fb47c0349b37b240a0bf33b726d2ab3
+SIZE (alphabet_sounds_fr.tar.gz) = 222730
diff --git a/french/alphabet_sounds_fr/files/patch-Makefile b/french/alphabet_sounds_fr/files/patch-Makefile
new file mode 100644
index 000000000000..e2d5e49a52ea
--- /dev/null
+++ b/french/alphabet_sounds_fr/files/patch-Makefile
@@ -0,0 +1,10 @@
+--- Makefile.orig Wed Dec 31 16:00:00 1969
++++ Makefile Mon Jul 12 12:33:14 2004
+@@ -0,0 +1,7 @@
++default: all
++all:
++ @echo "run make install"
++
++install: all
++ ./install.sh
++
diff --git a/french/alphabet_sounds_fr/files/patch-install.sh b/french/alphabet_sounds_fr/files/patch-install.sh
new file mode 100644
index 000000000000..787b199d67a2
--- /dev/null
+++ b/french/alphabet_sounds_fr/files/patch-install.sh
@@ -0,0 +1,62 @@
+--- install.sh.orig Mon Jun 28 13:44:23 2004
++++ install.sh Sun Aug 22 17:16:36 2004
+@@ -1,8 +1,8 @@
+-#!/bin/bash
+-# install plugin in the standard childsplay path
++#!/bin/sh
++# install plugin in the standard childsplay path
+
+ PREFIX=/usr/local
+-DESTDIR=$PREFIX/games/childsplay
++DESTDIR=$PREFIX/childsplay
+
+ ###########################################################
+ # DO NOT EDIT BEHIND THIS POINT
+@@ -11,7 +11,7 @@
+
+ # Dependency, which version of childsplay at least
+ DEPEN=0.71
+-
++
+ set -e
+ CWD=`pwd`
+
+@@ -34,23 +34,23 @@
+ echo "exit"
+ exit 1
+ fi
+-
++
+ echo -e "\n The path to install the soundfiles in is "
+ echo " $DESTDIR."
+-echo " If you have installed childsplay in a other place, you can"
+-echo " give the full path to childsplay, otherwise just hit enter"
+-echo " Hit enter to install in $DESTDIR, or give the full path"
+-read path
+-if [ $path ];then
+- if [ -e $path/install.py ];then
+- DESTDIR=path
+- else
+- echo "*********** WARNING *************"
+- echo " $path does not exists or is not the childsplay directory"
+- echo " exit"
+- exit 1
+- fi
+-fi
++#echo " If you have installed childsplay in a other place, you can"
++#echo " give the full path to childsplay, otherwise just hit enter"
++#echo " Hit enter to install in $DESTDIR, or give the full path"
++#read path
++#if [ $path ];then
++# if [ -e $path/install.py ];then
++# DESTDIR=path
++# else
++# echo "*********** WARNING *************"
++# echo " $path does not exists or is not the childsplay directory"
++# echo " exit"
++# exit 1
++# fi
++#fi
+ echo " Installing in $DESTDIR/Data/AlphabetSounds"
+
+ echo " Copy sound files"
diff --git a/french/alphabet_sounds_fr/pkg-descr b/french/alphabet_sounds_fr/pkg-descr
new file mode 100644
index 000000000000..373653417444
--- /dev/null
+++ b/french/alphabet_sounds_fr/pkg-descr
@@ -0,0 +1,14 @@
+French language alphabet and number sounds for the Childsplay game
+
+Childsplay is a 'suite' of educational games for young children, like gcompris,
+but without the overkill of c/c++ and the gnome environ.:-)
+Also the use of the SDL libraries makes smooth animation and the playing of
+sound very easy.
+Childsplay uses a plugin system for the games, so you might want to check
+the childsplay-plugins page.
+(There are two built-in games; Memory and a typing game)
+
+Childsplay and the games are GNU-GPL licensed and are tested on GNU/Linux
+and the Windows platforms. (and now, FreeBSD)
+
+WWW: http://childsplay.sourceforge.net
diff --git a/french/alphabet_sounds_fr/pkg-plist b/french/alphabet_sounds_fr/pkg-plist
new file mode 100644
index 000000000000..740fe551021b
--- /dev/null
+++ b/french/alphabet_sounds_fr/pkg-plist
@@ -0,0 +1,39 @@
+childsplay/Data/AlphabetSounds/fr/0.ogg
+childsplay/Data/AlphabetSounds/fr/1.ogg
+childsplay/Data/AlphabetSounds/fr/2.ogg
+childsplay/Data/AlphabetSounds/fr/3.ogg
+childsplay/Data/AlphabetSounds/fr/4.ogg
+childsplay/Data/AlphabetSounds/fr/5.ogg
+childsplay/Data/AlphabetSounds/fr/6.ogg
+childsplay/Data/AlphabetSounds/fr/7.ogg
+childsplay/Data/AlphabetSounds/fr/8.ogg
+childsplay/Data/AlphabetSounds/fr/9.ogg
+childsplay/Data/AlphabetSounds/fr/a.ogg
+childsplay/Data/AlphabetSounds/fr/b.ogg
+childsplay/Data/AlphabetSounds/fr/c.ogg
+childsplay/Data/AlphabetSounds/fr/d.ogg
+childsplay/Data/AlphabetSounds/fr/e.ogg
+childsplay/Data/AlphabetSounds/fr/f.ogg
+childsplay/Data/AlphabetSounds/fr/g.ogg
+childsplay/Data/AlphabetSounds/fr/h.ogg
+childsplay/Data/AlphabetSounds/fr/i.ogg
+childsplay/Data/AlphabetSounds/fr/j.ogg
+childsplay/Data/AlphabetSounds/fr/k.ogg
+childsplay/Data/AlphabetSounds/fr/l.ogg
+childsplay/Data/AlphabetSounds/fr/m.ogg
+childsplay/Data/AlphabetSounds/fr/n.ogg
+childsplay/Data/AlphabetSounds/fr/o.ogg
+childsplay/Data/AlphabetSounds/fr/p.ogg
+childsplay/Data/AlphabetSounds/fr/q.ogg
+childsplay/Data/AlphabetSounds/fr/r.ogg
+childsplay/Data/AlphabetSounds/fr/s.ogg
+childsplay/Data/AlphabetSounds/fr/t.ogg
+childsplay/Data/AlphabetSounds/fr/u.ogg
+childsplay/Data/AlphabetSounds/fr/v.ogg
+childsplay/Data/AlphabetSounds/fr/w.ogg
+childsplay/Data/AlphabetSounds/fr/x.ogg
+childsplay/Data/AlphabetSounds/fr/y.ogg
+childsplay/Data/AlphabetSounds/fr/z.ogg
+childsplay/Data/AlphabetSounds/fr/10.ogg
+@dirrm childsplay/Data/AlphabetSounds/fr
+@unexec rmdir %D/childsplay/Data/AlphabetSounds 2>/dev/null || true