Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 May 2005 23:25:18 +0200 (CEST)
From:      Rene Ladan <r.c.ladan@student.tue.nl>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        ports@freebsd.org
Subject:   [PATCH] audio/tempest_for_eliza: Take maintainership, some minor nits.
Message-ID:  <200505012125.j41LPIv5048787@82-168-79-254-bbxl.xdsl.tiscali.nl>

next in thread | raw e-mail | index | archive | help

>Submitter-Id:	current-users
>Originator:	Rene Ladan
>Organization:	
>Confidential:	no 
>Synopsis:	[PATCH] audio/tempest_for_eliza: Take maintainership, some minor nits.
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		change-request
>Release:	FreeBSD 5.4-STABLE i386
>Environment:
System: FreeBSD 82-168-79-254-bbxl.xdsl.tiscali.nl 5.4-STABLE FreeBSD 5.4-STABLE #0: Tue Apr 26 07:30:25 CEST 2005
>Description:
- Take maintainership

Port maintainer (ports@FreeBSD.org) is cc'd.

- Install some extra sample files.

- portlint -A'ify pkg-plist

- Change pkg-descr, port works with any AM radio (see MASTER_SITE)

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- tempest_for_eliza-1.0.5_2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/audio/tempest_for_eliza/Makefile /usr/ports/audio/tempest_for_eliza.adopt/Makefile
--- /usr/ports/audio/tempest_for_eliza/Makefile	Thu Mar 18 13:28:55 2004
+++ /usr/ports/audio/tempest_for_eliza.adopt/Makefile	Sun May  1 23:17:25 2005
@@ -11,7 +11,7 @@
 CATEGORIES=	audio
 MASTER_SITES=	http://www.erikyyy.de/tempest/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	r.c.ladan@student.tue.nl
 COMMENT=	A program to send AM radio signals using a PC monitor
 
 USE_GMAKE=	yes
@@ -20,7 +20,8 @@
 
 post-install:
 	${MKDIR} ${PREFIX}/share/tempest
-.for S in forelise jonny fruehling saints oldmacdonald ungarian
+.for S in forelise jonny fruehling saints oldmacdonald ungarian \
+	godfather starwars tempest
 	${INSTALL_DATA} ${WRKSRC}/songs/$S ${PREFIX}/share/tempest
 .endfor
 .if !defined(NOPORTDOCS)
diff -ruN --exclude=CVS /usr/ports/audio/tempest_for_eliza/pkg-descr /usr/ports/audio/tempest_for_eliza.adopt/pkg-descr
--- /usr/ports/audio/tempest_for_eliza/pkg-descr	Sat Mar 31 06:08:26 2001
+++ /usr/ports/audio/tempest_for_eliza.adopt/pkg-descr	Sun May  1 23:17:25 2005
@@ -1,8 +1,7 @@
 Tempest for Eliza is a program that uses your computer monitor to send
-out AM short wave radio signals. You can then hear computer generated
-music in your radio. it teaches you that your computer can be
-observed. Tempest for Eliza works with every monitor, every
-resolution.
+out AM radio signals. You can then hear computer generated music in
+your radio. it teaches you that your computer can be observed.
+Tempest for Eliza works with every monitor, every resolution.
 
-- George Reid
-greid@ukug.uk.freebsd.org
+- Rene Ladan
+r.c.ladan@student.tue.nl
diff -ruN --exclude=CVS /usr/ports/audio/tempest_for_eliza/pkg-plist /usr/ports/audio/tempest_for_eliza.adopt/pkg-plist
--- /usr/ports/audio/tempest_for_eliza/pkg-plist	Thu Apr 18 10:02:17 2002
+++ /usr/ports/audio/tempest_for_eliza.adopt/pkg-plist	Sun May  1 23:17:25 2005
@@ -1,11 +1,14 @@
 bin/tempest_for_eliza
 bin/tempest_for_mp3
-%%PORTDOCS%%share/doc/tempest/README
 share/tempest/forelise
 share/tempest/fruehling
 share/tempest/jonny
 share/tempest/oldmacdonald
 share/tempest/saints
 share/tempest/ungarian
-%%PORTDOCS%%@dirrm share/doc/tempest
+share/tempest/godfather
+share/tempest/starwars
+share/tempest/tempest
 @dirrm share/tempest
+%%DOCSDIR%%README
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
--- tempest_for_eliza-1.0.5_2.patch ends here ---



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505012125.j41LPIv5048787>