diff options
-rw-r--r-- | media-tv/xmltv/ChangeLog | 75 | ||||
-rw-r--r-- | media-tv/xmltv/Manifest | 1 | ||||
-rw-r--r-- | media-tv/xmltv/files/digest-xmltv-0.5.14 | 1 | ||||
-rw-r--r-- | media-tv/xmltv/xmltv-0.5.14.ebuild | 184 | ||||
-rw-r--r-- | net-www/mythweb/ChangeLog | 23 | ||||
-rw-r--r-- | net-www/mythweb/Manifest | 4 | ||||
-rw-r--r-- | net-www/mythweb/files/digest-mythweb-0.10 | 1 | ||||
-rw-r--r-- | net-www/mythweb/mythweb-0.10.ebuild | 48 | ||||
-rw-r--r-- | x11-themes/mythtv-themes/ChangeLog | 22 | ||||
-rw-r--r-- | x11-themes/mythtv-themes/Manifest | 4 | ||||
-rw-r--r-- | x11-themes/mythtv-themes/files/digest-mythtv-themes-0.10 | 3 | ||||
-rw-r--r-- | x11-themes/mythtv-themes/mythtv-themes-0.10.ebuild | 23 |
12 files changed, 385 insertions, 4 deletions
diff --git a/media-tv/xmltv/ChangeLog b/media-tv/xmltv/ChangeLog new file mode 100644 index 000000000000..a979996b4843 --- /dev/null +++ b/media-tv/xmltv/ChangeLog @@ -0,0 +1,75 @@ +# ChangeLog for media-tv/xmltv +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-tv/xmltv/ChangeLog,v 1.1 2003/07/09 00:08:10 johnm Exp $ + + 03 Jul 2003; Max Kalika <max@lsit.ucsb.edu> xmltv-0.5.11.ebuild, + xmltv-0.5.12.ebuild, xmltv-0.5.14.ebuild: + Change DateManip dependency to >= 5.42 which is officially out today and seems + to work with xmltv. + +*xmltv-0.5.14 (01 Jul 2003) + + 01 Jul 2003; Max Kalika <max@lsit.ucsb.edu> xmltv-0.5.13.ebuild, + xmltv-0.5.14.ebuild: + Bump version to 0.5.14 and drop version 0.5.13 as it got pulled upstream. + +*xmltv-0.5.13 (01 Jul 2003) + + 01 Jul 2003; Max Kalika <max@lsit.ucsb.edu> xmltv-0.5.13.ebuild: + Bump version to 0.5.13. + +*xmltv-0.5.12 (29 Jun 2003) + + 29 Jun 2003; Max Kalika <max@lsit.ucsb.edu> xmltv-0.5.12.ebuild: + Bump version to 0.5.12. + +*xmltv-0.5.11 (22 Jun 2003) + + 22 Jun 2003; Max Kalika <max@lsit.ucsb.edu> xmltv-0.5.11.ebuild: + Bump to 0.5.11. This one requires some changes: *ALL* grabbers are optional + now, so enable support for them. Add support for two new grabbers: Hungary and + Denmark. Since there is an option to build everything, simplify the + make_config() routine. Bring up some dependency versions to those + required/recommended by XMLTV. Unfortunately this version requires some fixes + to Date::Manip that are only available in a temporary branch of that code. + This dependency is temporarily marked as >=dev-perl/DateManip-5.40-r3 (which + is not in portage yet). + +*xmltv-0.5.10-r4 (18 Jun 2003) + + 18 Jun 2003; Max Kalika <max@lsit.ucsb.edu> xmltv-0.5.10-r4.ebuild: + Move to media-tv. + +*xmltv-0.5.10-r3 (16 Jun 2003) + + 16 Jun 2003; Max Kalika <max@lsit.ucsb.edu> xmltv-0.5.10-r3.ebuild: + Correctly fix the PREFIX issue. Just setting the PREFIX="${D}/usr" is + insufficient because the resulting executable script contains incorrectly + hard-coded paths to the SHARE_DIR (as pointed out by bug #10536 comment #66). + This update also greatly simplifies the src_compile() routine by calling + perl-module_src_compile() only and adds dependency on >= sed-4 because of + inlined sed usage. + +*xmltv-0.5.10-r2 (15 Jun 2003) + 13 Jun 2003; Tony Clark <tclark@telia.com> xmltv-0.5.10-r2.ebuild: + Fixed minor bug with tv_grab_nl_wolf, had the last underscore missing. + Had access denied when trying to install. Changed PREFIX back the + the way it use to be. + +*xmltv-0.5.10-r1 (13 Jun 2003) + + 13 Jun 2003; Max Kalika <max@lsit.ucsb.edu> xmltv-0.5.10-r1.ebuild: + Drop all the local USE flag, use environment variable (XMLTV_OPTS) + instead. Drop the apache/cgi stuff and install tv_pick_cgi into + /usr/bin with a note on how to procede (until Gentoo has a standard + place for web things -- being discussed on -dev currently). Force + adding required dependencies for ALL grabbers until portage knows + about custom variables in /etc/make.conf during the dependency + checking stage. + +*xmltv-0.5.10 (28 Apr 2003) + + 28 Apr 2003; Max Kalika <max@lsit.ucsb.edu> xmltv-0.5.10.ebuild: + Initial import. Bump to 0.5.10. Add xmltvnonlwolf flag to support + a new grabber. Install tv_pick_cgi file into ScriptAlias if the + xmltvnocgi USE flag is unset. diff --git a/media-tv/xmltv/Manifest b/media-tv/xmltv/Manifest index 8336419cc4de..ea43adff11a4 100644 --- a/media-tv/xmltv/Manifest +++ b/media-tv/xmltv/Manifest @@ -1,2 +1,3 @@ MD5 8efe29bb59b43eaf84d13c03ceea7f0d xmltv-0.5.14.ebuild 6046 MD5 60382fd1d3ad196ae1fe763d15bdb3ed ChangeLog 3211 +MD5 35c0ccab3f399ea2ed58bb3c97bfa8e7 files/digest-xmltv-0.5.14 65 diff --git a/media-tv/xmltv/files/digest-xmltv-0.5.14 b/media-tv/xmltv/files/digest-xmltv-0.5.14 new file mode 100644 index 000000000000..55dff50afa60 --- /dev/null +++ b/media-tv/xmltv/files/digest-xmltv-0.5.14 @@ -0,0 +1 @@ +MD5 91c50b044bb8cf9b7e981dd6aed5e16a xmltv-0.5.14.tar.bz2 387495 diff --git a/media-tv/xmltv/xmltv-0.5.14.ebuild b/media-tv/xmltv/xmltv-0.5.14.ebuild new file mode 100644 index 000000000000..a2ad11a7dddd --- /dev/null +++ b/media-tv/xmltv/xmltv-0.5.14.ebuild @@ -0,0 +1,184 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-tv/xmltv/xmltv-0.5.14.ebuild,v 1.1 2003/07/09 00:08:10 johnm Exp $ + +inherit perl-module + +IUSE="" +DESCRIPTION="Set of utilities to manage TV listings stored in the XMLTV format." +HOMEPAGE="http://membled.com/work/apps/xmltv/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +# NOTE: you can customize the xmltv installation by +# defining a XMLTV_OPTS variable which contains +# a space-separated list of optional features. +# If this variable is unspecified or has an +# empty value, everything will be *enabled*. +# +# none: Don't enable any of the features below +# tv_grab_de: Germany and Austria listing grabbers +# tv_grab_uk: Britain listings grabber +# tv_grab_uk_rt: Alternate Britain listings grabber +# tv_grab_it: Italy listings grabber +# tv_grab_na: North America listings grabber +# tv_grab_sn: Sweden and Norway listings grabber +# tv_grab_nz: New Zealand listings grabber +# tv_grab_fi: Finland listings grabber +# tv_grab_es: Spain listings grabber +# tv_grab_nl: Netherlands listings grabber +# tv_grab_nl_wolf: Alternate Netherlands listings grabber +# tv_grab_hu: Hungary listings grabber +# tv_grab_dk: Denmark listings grabber +# tv_check: Graphical front-end for listings data +# tv_pick_cgi: CGI front-end for listings data + +# EXAMPLES: +# enable just North American grabber +# XMLTV_OPTS="tv_grab_na" +# +# enable graphical front-end, New Zealand and Italy grabbers +# XMLTV_OPTS="tv_check tv_grab_nz tv_grab_it" + +DEPEND=">=sys-apps/sed-4 + >=dev-perl/libwww-perl-5.65 + >=dev-perl/XML-Twig-3.09 + dev-perl/XML-Writer + >=dev-perl/DateManip-5.42 + dev-perl/Memoize + >=dev-perl/Term-ProgressBar-2.03 + dev-perl/Compress-Zlib + dev-perl/Lingua-EN-Numbers-Ordinate + dev-perl/Lingua-Preferred + dev-perl/Unicode-String" + +# for tv_check +DEPEND="${DEPEND} dev-perl/perl-tk dev-perl/Tk-TableMatrix dev-perl/XML-Simple" +# for tv_grab_na +DEPEND="${DEPEND} dev-perl/HTML-Parser" +# for tv_grab_sn +DEPEND="${DEPEND} >=dev-perl/HTML-TableExtract-1.08" +# for tv_grab_nz +DEPEND="${DEPEND} >=dev-lang/python-1.5.2" +# for tv_grab_fi tv_grab_es tv_grab_nl tv_grab_nl_wolf tv_grab_hu tv_grab_dk +DEPEND="${DEPEND} dev-perl/HTML-Tree" + +### disabled until portage dependecy checker has notions of things +### other then incrementals that are in /etc/make.conf +### 6/13/2003 Max Kalika <max@lsit.ucsb.edu> +#[ -z "${XMLTV_OPTS}" -o "`has tv_grab_na ${XMLTV_OPTS}`" ] \ +# && DEPEND="${DEPEND} dev-perl/HTML-Parser" +#[ -z "${XMLTV_OPTS}" -o "`has tv_grab_sn ${XMLTV_OPTS}`" ] \ +# && DEPEND="${DEPEND} >=dev-perl/HTML-TableExtract-1.0.8" +#[ -z "${XMLTV_OPTS}" -o "`has tv_grab_nz ${XMLTV_OPTS}`" ] \ +# && DEPEND="${DEPEND} >=dev-lang/python-1.5.1" +#[ -z "${XMLTV_OPTS}" -o "`has tv_grab_fi ${XMLTV_OPTS}`" ] \ +# && DEPEND="${DEPEND} dev-perl/HTML-Tree" +#[ -z "${XMLTV_OPTS}" -o "`has tv_grab_es ${XMLTV_OPTS}`" ] \ +# && DEPEND="${DEPEND} dev-perl/HTML-Tree" +#[ -z "${XMLTV_OPTS}" -o "`has tv_grab_nl ${XMLTV_OPTS}`" ] \ +# && DEPEND="${DEPEND} dev-perl/HTML-Tree" +#[ -z "${XMLTV_OPTS}" -o "`has tv_grab_nl_wolf ${XMLTV_OPTS}`" ] \ +# && DEPEND="${DEPEND} dev-perl/HTML-Tree" +#[ -z "${XMLTV_OPTS}" -o "`has tv_grab_hu ${XMLTV_OPTS}`" ] \ +# && DEPEND="${DEPEND} dev-perl/HTML-Tree" +#[ -z "${XMLTV_OPTS}" -o "`has tv_grab_dk ${XMLTV_OPTS}`" ] \ +# && DEPEND="${DEPEND} dev-perl/HTML-Tree" +#[ -z "${XMLTV_OPTS}" -o "`has tv_check ${XMLTV_OPTS}`" ] \ +# && DEPEND="${DEPEND} dev-perl/perl-tk dev-perl/Tk-TableMatrix dev-perl/XML-Simple" + +make_config() { + + if [ -z "${XMLTV_OPTS}" ] ; then + # No customization needed, build everything (default) + echo "yes" + return + else + # Need to specify custom settings, do not accept defaults + echo "no" + fi + + # Enable Germany and Austria + [ "`has tv_grab_de ${XMLTV_OPTS}`" ] && echo "yes" || echo "no" + + # Enable Brittain + [ "`has tv_grab_uk ${XMLTV_OPTS}`" ] && echo "yes" || echo "no" + + # Enable Alternate Brittain + [ "`has tv_grab_uk_rt ${XMLTV_OPTS}`" ] && echo "yes" || echo "no" + + # Enable Italy + [ "`has tv_grab_it ${XMLTV_OPTS}`" ] && echo "yes" || echo "no" + + # Enable North America + [ "`has tv_grab_na ${XMLTV_OPTS}`" ] && echo "yes" || echo "no" + + # Enable Sweden and Norway + [ "`has tv_grab_sn ${XMLTV_OPTS}`" ] && echo "yes" || echo "no" + + # Enable New Zealand + [ "`has tv_grab_nz ${XMLTV_OPTS}`" ] && echo "yes" || echo "no" + + # Enable Finland + [ "`has tv_grab_fi ${XMLTV_OPTS}`" ] && echo "yes" || echo "no" + + # Enable Spain + [ "`has tv_grab_es ${XMLTV_OPTS}`" ] && echo "yes" || echo "no" + + # Enable Netherlands + [ "`has tv_grab_nl ${XMLTV_OPTS}`" ] && echo "yes" || echo "no" + + # Enable Alternate Netherlands + [ "`has tv_grab_nl_wolf ${XMLTV_OPTS}`" ] && echo "yes" || echo "no" + + # Enable Hungary + [ "`has tv_grab_hu ${XMLTV_OPTS}`" ] && echo "yes" || echo "no" + + # Enable Denmark + [ "`has tv_grab_nl ${XMLTV_OPTS}`" ] && echo "yes" || echo "no" + + # Enable GUI checking. + [ "`has tv_check ${XMLTV_OPTS}`" ] && echo "yes" || echo "no" + + # Enable CGI support + [ "`has tv_pick_cgi ${XMLTV_OPTS}`" ] && echo "yes" || echo "no" + +} + +src_compile() { + + make_config | perl-module_src_compile + +} + +src_install() { + + perl-module_src_install + + for i in `grep -rl "${D}" "${D}"` ; do + sed -e "s:${D}::g" -i "${i}" + done + + if [ -z "${XMLTV_OPTS}" -o "`has tv_pick_cgi ${XMLTV_OPTS}`" ] ; then + dobin choose/tv_pick/tv_pick_cgi + einfo + einfo "To use tv_pick_cgi, please link it from /usr/bin/tv_pick_cgi" + einfo "to where the ScriptAlias directive is configured." + einfo + fi + +} + +pkg_postinst() { + + ewarn "If you are upgrading from < 0.5.10 and you need to use the" + ewarn "DE (Germany/Austria), UK or UK_RT (Britain), or IT (Italy)" + ewarn "grabbers, please make sure you have the appropriate value" + ewarn "specified in your XMLTV_OPTS setting because these grabbers" + ewarn "no longer build by default." + echo + +} diff --git a/net-www/mythweb/ChangeLog b/net-www/mythweb/ChangeLog new file mode 100644 index 000000000000..0be4ded5d3a1 --- /dev/null +++ b/net-www/mythweb/ChangeLog @@ -0,0 +1,23 @@ +# ChangeLog for net-www/mythweb +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/mythweb/ChangeLog,v 1.1 2003/07/09 00:10:36 johnm Exp $ + +*mythweb-0.10 (01 Jul 2003) + + 01 Jul 2003; Max Kalika <max@lsit.ucsb.edu> mythweb-0.10.ebuild: + Bump version to 0.10. + +*mythweb-0.9.1 (22 Jun 2003) + + 22 Jun 2003; Max Kalika <max@lsit.ucsb.edu> mythweb-0.9.1.ebuild: + Bump to 0.9.1. Some consistancy fixes. + +*mythweb-0.9 (09 Jun 2003) + + 09 Jun 2003; Max Kalika <max@lsit.ucsb.edu> mythweb-0.9.ebuild: + Bump to 0.9. Some minor cleanup and a postinst() info about settings.php. + +*mythweb-0.8 (03 Apr 2003) + + 03 Apr 2003; Max Kalika <max@lsit.ucsb.edu> mythweb-0.9.ebuild: + Initial import. diff --git a/net-www/mythweb/Manifest b/net-www/mythweb/Manifest index ea467852fb0c..3c8d5e1cfc3a 100644 --- a/net-www/mythweb/Manifest +++ b/net-www/mythweb/Manifest @@ -1,3 +1,3 @@ -MD5 326031bad03db5e36f5856bbf0d39541 mythweb-0.10.ebuild 1201 -MD5 8c86f28bc329aea6fd7e07c0ebc68d47 ChangeLog 748 +MD5 beb64214ee91877520e63a5c3cb2229b mythweb-0.10.ebuild 1210 +MD5 8580c6402f9b974024443198301f1ec4 ChangeLog 757 MD5 b1a45ca76e1e2679253eecca7a21a726 files/digest-mythweb-0.10 64 diff --git a/net-www/mythweb/files/digest-mythweb-0.10 b/net-www/mythweb/files/digest-mythweb-0.10 new file mode 100644 index 000000000000..3db2b76a59d4 --- /dev/null +++ b/net-www/mythweb/files/digest-mythweb-0.10 @@ -0,0 +1 @@ +MD5 20dc71965ef35c9e4e4fa5673873513e mythweb-0.10.tar.bz2 34852 diff --git a/net-www/mythweb/mythweb-0.10.ebuild b/net-www/mythweb/mythweb-0.10.ebuild new file mode 100644 index 000000000000..4d4d25b24321 --- /dev/null +++ b/net-www/mythweb/mythweb-0.10.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/mythweb/mythweb-0.10.ebuild,v 1.1 2003/07/09 00:10:36 johnm Exp $ + +IUSE="apache2" +DESCRIPTION="PHP scripts intended to manage MythTV from a web browser." +HOMEPAGE="http://www.mythtv.org/" +SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +RDEPEND="dev-db/mysql + dev-php/mod_php" + +DEPEND="${RDEPEND}" + +src_install() { + + HTTPD_USER="apache" + HTTPD_GROUP="apache" + + if [ ! -z "`use apache2`" -a -e "/etc/apache2/conf/apache2.conf" ] ; then + HTTPD_ROOT="`grep '^DocumentRoot' /etc/apache2/conf/apache2.conf | cut -d' ' -f2`" + elif [ -e "/etc/apache/conf/apache.conf" ] ; then + HTTPD_ROOT="`grep '^DocumentRoot' /etc/apache/conf/apache.conf | cut -d' ' -f2`" + else + HTTPD_ROOT="/home/httpd/htdocs" + ewarn + ewarn "No apache config file found in /etc, assuming DocumentRoot /home/httpd/htdocs" + ewarn + fi + + dodoc README + + dodir "${HTTPD_ROOT}" + cp -R "${S}" "${D}/${HTTPD_ROOT}/${PN}" + +} + +pkg_postinst() { + + einfo "You should modify ${HTTPD_ROOT}/${PN}/settings.php" + einfo "to fit your needs." + echo + +} diff --git a/x11-themes/mythtv-themes/ChangeLog b/x11-themes/mythtv-themes/ChangeLog new file mode 100644 index 000000000000..9528ece45f8e --- /dev/null +++ b/x11-themes/mythtv-themes/ChangeLog @@ -0,0 +1,22 @@ +# ChangeLog for x11-themes/mythtv-themes +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/mythtv-themes/ChangeLog,v 1.1 2003/07/09 00:12:58 johnm Exp $ + +*mythtv-themes-0.10 (06 Jul 2003) + + 06 Jul 2003; Max Kalika <max@lsit.ucsb.edu> mythtv-themes-0.10.ebuild: + Change version scheme to match that of MythTV. Add the new visor theme. + + 13 Jun 2003; Max Kalika <max@lsit.ucsb.edu> mythtv-themes-1.1.ebuild: + Change depend to media-tv/mythtv. + +*mythtv-themes-1.1 (18 Jun 2003) + + 13 Jun 2003; Max Kalika <max@lsit.ucsb.edu> mythtv-themes-1.1.ebuild: + Bump to 1.1. Contains all the themes for mythtv version 0.9.1. + +*mythtv-themes-1.0 (11 Apr 2003) + + 11 Apr 2003; Max Kalika <max@lsit.ucsb.edu> mythtv-themes-1.0.ebuild: + Initial version. Contains all the themes for mythtv version 0.8. + diff --git a/x11-themes/mythtv-themes/Manifest b/x11-themes/mythtv-themes/Manifest index e4d6bd05dfdf..33bfd4153955 100644 --- a/x11-themes/mythtv-themes/Manifest +++ b/x11-themes/mythtv-themes/Manifest @@ -1,3 +1,3 @@ -MD5 790649d445902b5e1599acae64140bfd ChangeLog 858 -MD5 6e80c1fb3e8a6e71f6782b71dad48520 mythtv-themes-0.10.ebuild 756 +MD5 d57df856dc5f68af57640247e5d54901 ChangeLog 867 +MD5 c32c8157d2d800d9680038d558592889 mythtv-themes-0.10.ebuild 765 MD5 8d716b74f938e243148a74b568ab146a files/digest-mythtv-themes-0.10 185 diff --git a/x11-themes/mythtv-themes/files/digest-mythtv-themes-0.10 b/x11-themes/mythtv-themes/files/digest-mythtv-themes-0.10 new file mode 100644 index 000000000000..4638dcd63b77 --- /dev/null +++ b/x11-themes/mythtv-themes/files/digest-mythtv-themes-0.10 @@ -0,0 +1,3 @@ +MD5 f6c9bfc367f6ef445447ba366d019dbe Photo-Theme.tar.gz 750468 +MD5 7672ac84c7118cbd6452ecc28fec4dcf PurpleGalaxy.tar.gz 839814 +MD5 11d0f0e6ab2d9f994179266d33e6d553 visor.tar.gz 1723476 diff --git a/x11-themes/mythtv-themes/mythtv-themes-0.10.ebuild b/x11-themes/mythtv-themes/mythtv-themes-0.10.ebuild new file mode 100644 index 000000000000..9d3d0d0f7ec3 --- /dev/null +++ b/x11-themes/mythtv-themes/mythtv-themes-0.10.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/mythtv-themes/mythtv-themes-0.10.ebuild,v 1.1 2003/07/09 00:12:58 johnm Exp $ + +IUSE="" +DESCRIPTION="A collection of themes for the MythTV project." +HOMEPAGE="http://www.mythtv.org/" +SRC_URI="http://www.mythtv.org/modules/My_eGallery/gallery/MainThemes/Photo-Theme.tar.gz + http://www.mythtv.org/modules/My_eGallery/gallery/MainThemes/PurpleGalaxy.tar.gz + http://www.mythtv.org/modules/My_eGallery/gallery/MainThemes/visor.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +RDEPEND=">=media-tv/mythtv-${PV}" + +src_install() { + + dodir /usr/share/mythtv + cp -r "${WORKDIR}" "${D}/usr/share/mythtv/themes" + +} |