aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/tunapie
diff options
context:
space:
mode:
authornivit <nivit@FreeBSD.org>2007-12-28 21:43:52 +0800
committernivit <nivit@FreeBSD.org>2007-12-28 21:43:52 +0800
commit50a1d981644b5f35747f70488d78ec4b5359a108 (patch)
tree66a8144b7ecbc8497a1d608dd3be094d1ddea544 /multimedia/tunapie
parent3f8fc5dada13560de45474eca633c6b77dea36e0 (diff)
downloadfreebsd-ports-gnome-50a1d981644b5f35747f70488d78ec4b5359a108.tar.gz
freebsd-ports-gnome-50a1d981644b5f35747f70488d78ec4b5359a108.tar.zst
freebsd-ports-gnome-50a1d981644b5f35747f70488d78ec4b5359a108.zip
- Forgot to update files/patch-*
Diffstat (limited to 'multimedia/tunapie')
-rw-r--r--multimedia/tunapie/files/patch-install.sh15
-rw-r--r--multimedia/tunapie/files/patch-src-tuner.py5
2 files changed, 10 insertions, 10 deletions
diff --git a/multimedia/tunapie/files/patch-install.sh b/multimedia/tunapie/files/patch-install.sh
index bee75c71cb39..79a59d894d9d 100644
--- a/multimedia/tunapie/files/patch-install.sh
+++ b/multimedia/tunapie/files/patch-install.sh
@@ -1,27 +1,28 @@
-$FreeBSD$
---- install.sh Tue Apr 10 23:54:02 2007
-+++ install.sh.port Wed Apr 11 09:15:43 2007
-@@ -1,14 +1,12 @@
+--- install.sh 2007-12-12 04:40:29.000000000 +0100
++++ install.sh.port 2007-12-22 22:55:49.000000000 +0100
+@@ -1,14 +1,13 @@
#!/bin/sh
-if [ "$1" = "--adult" ]; then echo '1'>/etc/tunapie.config
-else echo '0'>/etc/tunapie.config
+if [ "$1" = "--adult" ]; then echo '1'>%%LOCALBASE%%/etc/tunapie.config.default
+else echo '0'>%%LOCALBASE%%/etc/tunapie.config.default
fi
- python src/compile
+-python src/compile
-cp tunapie /usr/local/bin
-rm -rf /usr/local/share/tunapie
-mkdir /usr/local/share/tunapie
--cp src/*.py src/*.pyc /usr/local/share/tunapie
+-cp src/*.py src/*.pyc src/*.png /usr/local/share/tunapie
-mkdir -p /usr/local/share/pixmaps
-cp src/tplogo.xpm /usr/local/share/pixmaps/
-mkdir -p /usr/local/man/man1
-cp tunapie.1 /usr/local/man/man1
-cp tunapie.desktop /usr/local/share/applications
++%%PYTHON_CMD%% %%PYTHON_LIBDIR%%/compileall.py src
+cp tunapie %%PREFIX%%/bin
+mkdir %%DATADIR%%
-+cp src/*.py src/*.pyc %%DATADIR%%
++cp src/*.py src/*.pyc src/*.png %%DATADIR%%
+mkdir -p %%DATADIR%%/pixmaps
+cp src/tplogo.xpm %%DATADIR%%/pixmaps/
++ln -s %%DATADIR%%/pixmaps/tplogo.xpm %%PREFIX%%/share/pixmaps/tplogo.xpm
+cp tunapie.1 %%MANPREFIX%%/man/man1
+cp tunapie.desktop %%DESKTOPDIR%%
diff --git a/multimedia/tunapie/files/patch-src-tuner.py b/multimedia/tunapie/files/patch-src-tuner.py
index 6b61a85c7a1a..0df9cfff2601 100644
--- a/multimedia/tunapie/files/patch-src-tuner.py
+++ b/multimedia/tunapie/files/patch-src-tuner.py
@@ -1,6 +1,5 @@
-$FreeBSD$
---- src/tuner.py Sun Apr 15 13:04:12 2007
-+++ src/tuner.py.port Wed Apr 18 23:23:51 2007
+--- src/tuner.py 2007-12-12 04:40:38.000000000 +0100
++++ src/tuner.py.port 2007-12-22 22:50:00.000000000 +0100
@@ -296,7 +296,7 @@
popen2.Popen4(browser+' '+url)
s='commitgraph'>* Update to 2005-10-30 version of the CXM driver:edwin2005-11-262-5/+4 | | | | | | | [ This is the Oct 30, 2005 snapshot of my source tree. Included are changes to support FreeBSD 6.0 including amd64. As part of the changes the iicbb patch for FreeBSD 5 / 6 has been updated to address iicbus_write not defining the buffer as const. ] * Add SHA256 checksums to the distinfo files.edwin2005-11-091-0/+3 | * On FreeBSD 4.x: rename cxm0 to bktr0 in setchannel.cedwin2005-05-091-2/+8 | | | | On all: rename tuner0 into cxm0/bktr0 in setchannel.c * Upgrade to 2005-04-12 version of the CXM driver.edwin2005-05-0211-168/+12 | | | | | Upgrade to 2005-02-19 version of setchannel. Updated cxm.4, added pvr250-setchannel.1 * Attached you will find an file to add to files dir and a diff toedwin2005-01-202-0/+53 | | | | | | | | | | | | | | | the makefile to add a european channel set for the PVR250 driver. I already sent John Wehle the additional channel set to include it in the next driver version, then the final patch to cxm_tuner.c should be smaller. Would be cool to find this in the next port version, so I don't have to patch manually every time again and maybe others in old europe (actually I tested it for germany) may find it useful, too. Thanx, Oliver Submitted by: Oliver Brandmueller <ob@e-Gitt.NET> * Upgrade driver to version 2004-12-30edwin2005-01-122-6/+4 | * Better way to ignore checksum failures of hcwPVRP2.sysedwin2004-12-152-6/+3 | * Add nifty -f (frequency) option to setchannel.edwin2004-12-142-3/+8 | | | | | | | Also add alert about what to do when checksums fail for the distributor supplied files. Submitted by: luc <luc@2113.ch> * Upgrade to the 2004 November 7th version of the CXM driver by Johnedwin2004-11-092-5/+4 | | | | | | Wehle, which gives better support for FreeBSD 5.3. I don't have my PVR250 on 5.x, so feedback from you is appreciated! * Typo: It's the PVR-250/350 and not the PVR-250/260 card.edwin2004-10-161-1/+1 | * - Add man-pageedwin2004-10-163-11/+34 | | | | | | - Add setchannel and setsize tools Submitted by: edwin@mavetju.org * Submit a lkm for the cxm device, found in the Hauppauge PVR-250/350edwin2004-10-15