mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add ports pysol-cardsets and pysol-music. The names should be
self-explanatory.
This commit is contained in:
parent
48b84bde85
commit
a4bf123afe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33005
@ -129,6 +129,8 @@
|
||||
SUBDIR += pp
|
||||
SUBDIR += ptkei
|
||||
SUBDIR += pysol
|
||||
SUBDIR += pysol-cardsets
|
||||
SUBDIR += pysol-music
|
||||
SUBDIR += pythoong
|
||||
SUBDIR += qcc
|
||||
SUBDIR += qix
|
||||
|
43
games/pysol-cardsets/Makefile
Normal file
43
games/pysol-cardsets/Makefile
Normal file
@ -0,0 +1,43 @@
|
||||
# New ports collection makefile for: PySol Cardsets
|
||||
# Date created: 18 Sep 2000
|
||||
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pysol-cardsets
|
||||
PORTVERSION= 4.40
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/download/pysol/
|
||||
MASTER_SITE_SUBDIR= pysol
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
RUN_DEPENDS= pysol:${PORTSDIR}/games/pysol
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
CARDSETS= 1567 1750 1815 1880-delarue 1880-tarot 1890-grimaud aisleriot \
|
||||
briscola culemann-1850a culemann-1850b dashavatara-ganjifa \
|
||||
denizens dondorf-whist-a dondorf-whist-b fantasy \
|
||||
gdkcard-bonded get-a-round gortz-1841 gortz-1842 gpl hamburg-a \
|
||||
hamburg-b hegewald-1770 houbigant hungarian-tarokk jacoby \
|
||||
joan-darc kabale kintengu-small liege little-sorcerer \
|
||||
maritimes melange migeon-costume mughal-ganjifa naylor \
|
||||
nickel-ante ovale-salon oxymoron oxymoron-small penguins \
|
||||
prince-charles rangoon-d rangoon-e rangoon-r revolution-1 \
|
||||
revolution-2 revolution-3 rivers-banks spaced spider \
|
||||
spin-dist tensho tksol transformation traugott-1800 \
|
||||
traugott-1834 ukiyoe-fuji ukiyoe-sharaku vienna-2k-small \
|
||||
vienna-tarock wilhelmtell xpat2 xpat2-nox-large \
|
||||
xpat2-nox-medium xpat2-nox-small xpat2-nox-tiny xskat-french \
|
||||
xskat-french-large xskat-german
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/share/pysol
|
||||
.for set in ${CARDSETS}
|
||||
(cd ${WRKSRC}/data; tar cf - cardset-${set}) | \
|
||||
(cd ${PREFIX}/share/pysol; tar xf -)
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
1
games/pysol-cardsets/distinfo
Normal file
1
games/pysol-cardsets/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (pysol-cardsets-4.40.tar.gz) = 4878f498bd038884554de9e938a8ab03
|
1
games/pysol-cardsets/pkg-comment
Normal file
1
games/pysol-cardsets/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Collection of free cardsets adapted for use with PySol
|
13
games/pysol-cardsets/pkg-descr
Normal file
13
games/pysol-cardsets/pkg-descr
Normal file
@ -0,0 +1,13 @@
|
||||
What is PySol-Cardsets ?
|
||||
========================
|
||||
|
||||
A collection of free cardsets adapted for use with PySol.
|
||||
I'm distributing this as its own package because I want to
|
||||
keep the main distribution reasonable small.
|
||||
|
||||
PySol-Cardsets should work with any PySol version >= 2.00,
|
||||
but version 4.00 or better is strongly recommended.
|
||||
|
||||
PySol-Cardsets is distributed under the terms of the GNU General
|
||||
Public License (GPL). The file COPYRIGHT in each of the cardset
|
||||
directories contains additional information about the original authors.
|
6140
games/pysol-cardsets/pkg-plist
Normal file
6140
games/pysol-cardsets/pkg-plist
Normal file
File diff suppressed because it is too large
Load Diff
25
games/pysol-music/Makefile
Normal file
25
games/pysol-music/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: PySol-Music
|
||||
# Date created: 18 Sep 2000
|
||||
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pysol-music
|
||||
PORTVERSION= 4.40
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/download/pysol/
|
||||
MASTER_SITE_SUBDIR= pysol
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
RUN_DEPENDS= pysol:${PORTSDIR}/games/pysol
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/share/pysol
|
||||
(cd ${WRKSRC}/data; tar cf - *) | \
|
||||
(cd ${PREFIX}/share/pysol; tar xf -)
|
||||
|
||||
.include <bsd.port.mk>
|
1
games/pysol-music/distinfo
Normal file
1
games/pysol-music/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (pysol-music-4.40.tar.gz) = 3952d36f4011caf307ceb215104e6333
|
1
games/pysol-music/pkg-comment
Normal file
1
games/pysol-music/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Collection of background music for use with PySol
|
12
games/pysol-music/pkg-descr
Normal file
12
games/pysol-music/pkg-descr
Normal file
@ -0,0 +1,12 @@
|
||||
What is PySol-Music ?
|
||||
======================
|
||||
|
||||
A collection of additional background music adapted for use with PySol.
|
||||
I'm distributing this as its own package because I want to
|
||||
keep the main distribution reasonable small.
|
||||
|
||||
PySol-Music should work with any PySol version >= 4.30.
|
||||
|
||||
PySol-Music is distributed under the terms of the GNU General
|
||||
Public License (GPL). The file COPYRIGHT in the data/music
|
||||
directory contains additional information about the original authors.
|
8
games/pysol-music/pkg-plist
Normal file
8
games/pysol-music/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
share/pysol/music/Astral_Dreams.COPYRIGHT
|
||||
share/pysol/music/Astral_Dreams.it
|
||||
share/pysol/music/Past_and_Future.COPYRIGHT
|
||||
share/pysol/music/Past_and_Future.it
|
||||
share/pysol/music/Subsequential.COPYRIGHT
|
||||
share/pysol/music/Subsequential.mod
|
||||
@unexec rmdir %D/share/pysol/music 2>/dev/null || true
|
||||
@unexec rmdir %D/share/pysol 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user