import bruce 1.1.1
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. submitted by Will Maier <willmaier at ml1.net> (MAINTAINER) ok jolan@
This commit is contained in:
parent
2db43cc20a
commit
cf0a6cc4e2
30
productivity/bruce/Makefile
Normal file
30
productivity/bruce/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/12/23 11:20:42 jasper Exp $
|
||||
|
||||
COMMENT= "Python-based presentation tool"
|
||||
|
||||
DISTNAME= bruce-1.1.1
|
||||
|
||||
CATEGORIES= productivity python
|
||||
|
||||
HOMEPAGE= http://bruce.python-hosting.com/
|
||||
|
||||
MAINTAINER= Will Maier <willmaier@ml1.net>
|
||||
|
||||
# BSD-like
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://cheeseshop.python.org/packages/source/b/bruce/
|
||||
|
||||
MODULES= lang/python
|
||||
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
|
||||
|
||||
.include <bsd.port.mk>
|
4
productivity/bruce/distinfo
Normal file
4
productivity/bruce/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (bruce-1.1.1.tar.gz) = 01184d7e0722a28fd6ac9960418ad9ab
|
||||
RMD160 (bruce-1.1.1.tar.gz) = 6eec5a72c2cef73587b80d1807af9d2eb81e6c69
|
||||
SHA1 (bruce-1.1.1.tar.gz) = 81623eb10c39f89a8d2355650f6f74edd47fcfb5
|
||||
SIZE (bruce-1.1.1.tar.gz) = 8167
|
4
productivity/bruce/pkg/DESCR
Normal file
4
productivity/bruce/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
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.
|
26
productivity/bruce/pkg/PLIST
Normal file
26
productivity/bruce/pkg/PLIST
Normal file
@ -0,0 +1,26 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/12/23 11:20:42 jasper Exp $
|
||||
lib/python${MODPY_VERSION}/site-packages/bruce/
|
||||
lib/python${MODPY_VERSION}/site-packages/bruce/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/bruce/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/bruce/codefile.py
|
||||
lib/python${MODPY_VERSION}/site-packages/bruce/codefile.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/bruce/config.py
|
||||
lib/python${MODPY_VERSION}/site-packages/bruce/config.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/bruce/fonts.py
|
||||
lib/python${MODPY_VERSION}/site-packages/bruce/fonts.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/bruce/image.py
|
||||
lib/python${MODPY_VERSION}/site-packages/bruce/image.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/bruce/interp.py
|
||||
lib/python${MODPY_VERSION}/site-packages/bruce/interp.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/bruce/main.py
|
||||
lib/python${MODPY_VERSION}/site-packages/bruce/main.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/bruce/page.py
|
||||
lib/python${MODPY_VERSION}/site-packages/bruce/page.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/bruce/pages.py
|
||||
lib/python${MODPY_VERSION}/site-packages/bruce/pages.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/bruce/scratch_interp.py
|
||||
lib/python${MODPY_VERSION}/site-packages/bruce/scratch_interp.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/bruce/text.py
|
||||
lib/python${MODPY_VERSION}/site-packages/bruce/text.pyc
|
||||
share/doc/bruce/
|
||||
share/doc/bruce/README
|
Loading…
x
Reference in New Issue
Block a user