Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Mar 2006 18:19:08 GMT
From:      Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/95161: [NEW PORT] editors/zim: WYSIWYG text editor written in Gtk2-Perl
Message-ID:  <200603311819.k2VIJ8at059755@www.freebsd.org>
Resent-Message-ID: <200603311820.k2VIKGPR070617@freefall.freebsd.org>

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

>Number:         95161
>Category:       ports
>Synopsis:       [NEW PORT] editors/zim: WYSIWYG text editor written in Gtk2-Perl
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 31 18:20:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jose Alonso Cardenas Marquez
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
BSDPeru (http://www.bsd.org.pe)
>Environment:
FreeBSD HellFire.BSD.org.pe 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Tue Mar 21 23:44:35 PET 2006
>Description:
- Please see optional dependency pr=94848

Zim is a WYSIWYG text editor written in Gtk2-Perl which aims to bring the 
concept of a wiki to your desktop. Every page is saved as a text file with 
wiki markup. 

Pages can contain links to other pages, and are saved automatically. Creating 
a new page is as easy as linking to a non-existing page. 

Pages are ordered in a hierarchical structure that gives it the look and feel
of an outliner.

WWW:	http://zoidberg.student.utwente.nl/zim/
>How-To-Repeat:

>Fix:
--- zim-0.14.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	zim
#	zim/pkg-descr
#	zim/Makefile
#	zim/pkg-plist
#	zim/distinfo
#
echo c - zim
mkdir -p zim > /dev/null 2>&1
echo x - zim/pkg-descr
sed 's/^X//' >zim/pkg-descr << 'END-of-zim/pkg-descr'
XZim is a WYSIWYG text editor written in Gtk2-Perl which aims to bring the 
Xconcept of a wiki to your desktop. Every page is saved as a text file with 
Xwiki markup. 
X
XPages can contain links to other pages, and are saved automatically. Creating 
Xa new page is as easy as linking to a non-existing page. 
X
XPages are ordered in a hierarchical structure that gives it the look and feel
Xof an outliner.
X
XWWW:	http://zoidberg.student.utwente.nl/zim/
END-of-zim/pkg-descr
echo x - zim/Makefile
sed 's/^X//' >zim/Makefile << 'END-of-zim/Makefile'
X# New ports collection makefile for:	zim
X# Date created:		2006-03-21
X# Whom:			Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	zim
XPORTVERSION=	0.14
XCATEGORIES=	editors perl5
XMASTER_SITES=	http://zoidberg.student.utwente.nl/downloads/Zim/
XDISTNAME=	Zim-${PORTVERSION}
X
XMAINTAINER=	acardenas@bsd.org.pe
XCOMMENT=	WYSIWYG text editor written in Gtk2-Perl
X
XBUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
X		${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
X		${SITE_PERL}/File/MimeInfo.pm:${PORTSDIR}/devel/p5-File-MimeInfo
X
XPERL_MODBUILD=	yes
XMAN1=	zim.1
XMAN3=	Gtk2::Ex::FormManager.3 \
X	Gtk2::Ex::HyperTextBuffer.3 \
X	Gtk2::Ex::HyperTextView.3 \
X	Gtk2::Ex::OpenWith.3 \
X	Gtk2::Ex::PathBar.3 \
X	Zim.3 \
X	Zim::Components::Calendar.3 \
X	Zim::Components::PageView.3 \
X	Zim::Components::PathBar.3 \
X	Zim::Components::SearchDialog.3 \
X	Zim::Components::Spell.3 \
X	Zim::Components::TrayIcon.3 \
X	Zim::Components::TreeView.3 \
X	Zim::File.3 \
X	Zim::Formats::Html.3 \
X	Zim::Formats::Pod.3 \
X	Zim::Formats::Wiki.3 \
X	Zim::Formats::XML.3 \
X	Zim::History.3 \
X	Zim::Page.3 \
X	Zim::Page::Text.3 \
X	Zim::Repository.3 \
X	Zim::Repository::Base.3 \
X	Zim::Repository::DBI.3 \
X	Zim::Repository::Files.3 \
X	Zim::Repository::Man.3 \
X	Zim::Win32.3
X
XOPTIONS=	TRAYICON	"Support trayicon"	on \
X		SPELL	"Support spell"	on
X
X.include <bsd.port.pre.mk>
X
X.if !defined(WITHOUT_TRAYICON)
XBUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Gtk2/TrayIcon.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2-TrayIcon/
X.endif
X
X.if !defined(WITHOUT_SPELL)
XBUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Gtk2/Spell.pm:${PORTSDIR}/devel/p5-Gtk2-Spell
X.endif
X
X.include <bsd.port.post.mk>
END-of-zim/Makefile
echo x - zim/pkg-plist
sed 's/^X//' >zim/pkg-plist << 'END-of-zim/pkg-plist'
Xbin/zim
X%%SITE_PERL%%/Gtk2/Ex/FormManager.pm
X%%SITE_PERL%%/Gtk2/Ex/HyperTextBuffer.pm
X%%SITE_PERL%%/Gtk2/Ex/HyperTextView.pm
X%%SITE_PERL%%/Gtk2/Ex/OpenWith.pm
X%%SITE_PERL%%/Gtk2/Ex/PathBar.pm
X%%SITE_PERL%%/Zim.pm
X%%SITE_PERL%%/Zim/Components/Calendar.pm
X%%SITE_PERL%%/Zim/Components/PageView.pm
X%%SITE_PERL%%/Zim/Components/PathBar.pm
X%%SITE_PERL%%/Zim/Components/SearchDialog.pm
X%%SITE_PERL%%/Zim/Components/Spell.pm
X%%SITE_PERL%%/Zim/Components/TrayIcon.pm
X%%SITE_PERL%%/Zim/Components/TreeView.pm
X%%SITE_PERL%%/Zim/File.pm
X%%SITE_PERL%%/Zim/Formats/Html.pm
X%%SITE_PERL%%/Zim/Formats/Pod.pm
X%%SITE_PERL%%/Zim/Formats/Wiki.pm
X%%SITE_PERL%%/Zim/Formats/XML.pm
X%%SITE_PERL%%/Zim/History.pm
X%%SITE_PERL%%/Zim/Page.pm
X%%SITE_PERL%%/Zim/Page/Text.pm
X%%SITE_PERL%%/Zim/Repository.pm
X%%SITE_PERL%%/Zim/Repository/Base.pm
X%%SITE_PERL%%/Zim/Repository/DBI.pm
X%%SITE_PERL%%/Zim/Repository/Files.pm
X%%SITE_PERL%%/Zim/Repository/Man.pm
X%%SITE_PERL%%/Zim/Win32.pm
Xshare/applications/zim.desktop
Xshare/pixmaps/zim.png
X%%DATADIR%%/doc/.zim.config
X%%DATADIR%%/doc/Help.txt
X%%DATADIR%%/doc/zim.png
X%%DATADIR%%/doc/zim/about.txt
X%%DATADIR%%/doc/zim/autoformat.txt
X%%DATADIR%%/doc/zim/bugs.txt
X%%DATADIR%%/doc/zim/commandline.txt
X%%DATADIR%%/doc/zim/config.txt
X%%DATADIR%%/doc/zim/changelog.txt
X%%DATADIR%%/doc/zim/devel/class_diagram.txt
X%%DATADIR%%/doc/zim/devel/database.txt
X%%DATADIR%%/doc/zim/devel/formats.txt
X%%DATADIR%%/doc/zim/devel/page.txt
X%%DATADIR%%/doc/zim/devel/repository.txt
X%%DATADIR%%/doc/zim/exporting.txt
X%%DATADIR%%/doc/zim/faq.txt
X%%DATADIR%%/doc/zim/features.txt
X%%DATADIR%%/doc/zim/html_entities.txt
X%%DATADIR%%/doc/zim/keybindings.txt
X%%DATADIR%%/doc/zim/linking.txt
X%%DATADIR%%/doc/zim/plugins.txt
X%%DATADIR%%/doc/zim/readonly.txt
X%%DATADIR%%/doc/zim/strategies.txt
X%%DATADIR%%/doc/zim/syntax.txt
X%%DATADIR%%/doc/zim/todo.txt
X%%DATADIR%%/plugins/Calendar.pl
X%%DATADIR%%/plugins/Spell.pl
X%%DATADIR%%/plugins/TrayIcon.pl
X%%DATADIR%%/templates/Default.html
X%%DATADIR%%/templates/Slides.html
X%%DATADIR%%/urls.list
X%%DATADIR%%/zim.svg
X@dirrmtry %%SITE_PERL%%/Gtk2/Ex
X@dirrmtry %%SITE_PERL%%/Gtk2
X@dirrm %%SITE_PERL%%/Zim/Components
X@dirrm %%SITE_PERL%%/Zim/Repository
X@dirrm %%SITE_PERL%%/Zim/Formats
X@dirrm %%SITE_PERL%%/Zim/Page
X@dirrm %%SITE_PERL%%/Zim
X@dirrm %%DATADIR%%/plugins
X@dirrm %%DATADIR%%/doc/zim/devel
X@dirrm %%DATADIR%%/doc/zim
X@dirrm %%DATADIR%%/doc
X@dirrm %%DATADIR%%/templates
X@dirrm %%DATADIR%%
END-of-zim/pkg-plist
echo x - zim/distinfo
sed 's/^X//' >zim/distinfo << 'END-of-zim/distinfo'
XMD5 (Zim-0.14.tar.gz) = 3d37096c406b37840c53aef7b3bcf81b
XSHA256 (Zim-0.14.tar.gz) = ced69f749f9d0a0db88155c1407bb966403a4974385caa784aebaf7538ea65a5
XSIZE (Zim-0.14.tar.gz) = 107104
END-of-zim/distinfo
exit
--- zim-0.14.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



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