On Mon, Dec 11, 2006 at 11:40:34AM -0600, Will Maier wrote:
> A cute little program for interactive presentations. Attached and
> available via HTTP:
>     
>     http://www.lfod.us/files/ports/bruce.tgz
> 
> Tested on i386/-current.
> 
> pkg/DESCR:
>     Bruce the Presentation Tool is for Python programmers who are tired of
>     fighting with presentation tools. In its basic form it allows text, code
>     or image pages and even interactive Python sessions. It uses PyGame and
>     is easily extensible to add new page types.
minor tweaks:

--- Makefile.orig       Sat Dec 16 18:59:22 2006
+++ Makefile    Sat Dec 16 19:03:17 2006
@@ -4,7 +4,7 @@
 
 DISTNAME=              bruce-1.1.1
 
-CATEGORIES=            productivity
+CATEGORIES=            productivity python
 
 HOMEPAGE=              http://bruce.python-hosting.com/
 
@@ -19,12 +19,12 @@
 MASTER_SITES=          http://cheeseshop.python.org/packages/source/b/bruce/
 
 MODULES=               lang/python
-RUN_DEPENDS=           :pygame-*:devel/pygame 
+RUN_DEPENDS=           ::devel/pygame
 
 NO_REGRESS=            Yes
 
 post-install:
-       @${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bruce
-       @${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/bruce/README
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bruce
+       ${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/bruce/README
 
 .include <bsd.port.mk>

further it looks good to me. can someone ok this?

cheers,
jasper

> 
> 
> -- 
> 
> o--------------------------{ Will Maier }--------------------------o
> | web:.......http://www.lfod.us/ | [EMAIL PROTECTED] |
> *------------------[ BSD Unix: Live Free or Die ]------------------*
> 
> 

-- 
``This statement is false''
NedBSD: http://nedbsd.eu

Reply via email to