5b6207a7d1
Features: 1. HTML5 file format 2. Standard word processing user interface 3. Content structure oriented word processing 4. Title style table of contents production 5. Similar navigation/documentation views in Microsoft Word 6. Paragraph selection when double or right click in navigation view 7. Word count: for document or selections, count the words(with and without spaces), paragraphs, lines, English words, Chinese characters. 8. Images inclusion via Base64 WWW: http://code.google.com/p/gwrite PR: ports/144679 Submitted by: Ju Pengfei <jupengfei@gmail.com>
33 lines
1 KiB
Makefile
33 lines
1 KiB
Makefile
# New ports collection makefile for: gwrite
|
|
# Date created: 07 Mar 2010
|
|
# Whom: Ju Pengfei <jupengfei@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gwrite
|
|
PORTVERSION= 0.3.0
|
|
CATEGORIES= editors python
|
|
MASTER_SITES= GOOGLE_CODE
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= jupengfei@gmail.com
|
|
COMMENT= A simple HTML format editor
|
|
|
|
BUILD_DEPENDS= pygtk-demo:${PORTSDIR}/x11-toolkits/py-gtk2 \
|
|
${PYTHON_PKGNAMEPREFIX}distutils-extra>=2.15:${PORTSDIR}/devel/py-distutils-extra \
|
|
${PYTHON_SITELIBDIR}/webkit/__init__.py:${PORTSDIR}/www/py-webkitgtk \
|
|
${PYTHON_SITELIBDIR}/jswebkit.so:${PORTSDIR}/www/py-jswebkit \
|
|
${LOCALBASE}/bin/intltool-update:${PORTSDIR}/textproc/intltool
|
|
RUN_DEPENDS= ${BUILD_DEPENDS} \
|
|
${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme \
|
|
${LOCALBASE}/share/icons/Tango/index.theme:${PORTSDIR}/x11-themes/icons-tango \
|
|
wvHtml:${PORTSDIR}/textproc/wv
|
|
|
|
PROJECTHOST= gwrite
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_NOEGGINFO= yes
|
|
|
|
.include <bsd.port.mk>
|