Index: head/audio/pysol-sound-server/Makefile =================================================================== --- head/audio/pysol-sound-server/Makefile (revision 341141) +++ head/audio/pysol-sound-server/Makefile (revision 341142) @@ -1,27 +1,30 @@ # Created by: Maxim Sobolev # $FreeBSD$ PORTNAME= pysol-sound-server PORTVERSION= 3.01 PORTREVISION= 5 CATEGORIES= audio games MASTER_SITES= http://www.pysol.org/download/pysol/ \ ftp://ftp.is.co.za/linux/distributions/gentoo/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= Python extension module to play sounds and background music LIB_DEPENDS= libsmpeg.so:${PORTSDIR}/multimedia/smpeg WRKSRC= ${WRKDIR}/${DISTNAME}/src +DEPRECATED= Broken, abondonware, use pysolfc +EXPIRATION_DATE= 2014-03-27 + USE_SDL= mixer sdl USE_BZIP2= yes USE_PYTHON= 2 HAS_CONFIGURE= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes INSTALLS_EGGINFO= yes PYDISTUTILS_PKGNAME= pysolsoundserver .include Index: head/games/pysol-cardsets/Makefile =================================================================== --- head/games/pysol-cardsets/Makefile (revision 341141) +++ head/games/pysol-cardsets/Makefile (revision 341142) @@ -1,43 +1,46 @@ # Created by: Thomas Gellekum # $FreeBSD$ PORTNAME= pysol-cardsets PORTVERSION= 4.40 PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= arved MAINTAINER= ports@FreeBSD.org COMMENT= Collection of free cardsets adapted for use with PySol RUN_DEPENDS= pysol:${PORTSDIR}/games/pysol USE_BZIP2= yes 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-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 +DEPRECATED= Broken, abondonware, use pysolfc +EXPIRATION_DATE= 2014-03-27 + NO_STAGE= yes 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 Index: head/games/pysol-music/Makefile =================================================================== --- head/games/pysol-music/Makefile (revision 341141) +++ head/games/pysol-music/Makefile (revision 341142) @@ -1,25 +1,28 @@ # Created by: Thomas Gellekum # $FreeBSD$ PORTNAME= pysol-music PORTVERSION= 4.40 PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= arved MAINTAINER= ports@FreeBSD.org COMMENT= Collection of background music for use with PySol RUN_DEPENDS= pysol:${PORTSDIR}/games/pysol USE_BZIP2= yes NO_BUILD= yes +DEPRECATED= Broken, abondonware, use pysolfc +EXPIRATION_DATE= 2014-03-27 + NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/share/pysol (cd ${WRKSRC}/data; tar cf - *) | \ (cd ${PREFIX}/share/pysol; tar xf -) .include