Date: Wed, 4 Feb 2009 11:26:08 +0100 From: "Maarten L. Hekkelman" <maarten@cmbi.ru.nl> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/131357: New port: editors/japi -- a simple gtk2 based text editor with some IDE functionality. Message-ID: <200902041026.n14AQ9tA021220@newcmbi2.cmbi.ru.nl> Resent-Message-ID: <200902041110.n14BA1oj074467@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 131357 >Category: ports >Synopsis: New port: editors/japi -- a simple gtk2 based text editor with some IDE functionality. >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: Wed Feb 04 11:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Maarten L. Hekkelman >Release: FreeBSD 7.1-STABLE amd64 >Organization: >Environment: System: FreeBSD zuinig.cmbi.umcn.nl. 7.1-STABLE FreeBSD 7.1-STABLE #1: Tue Jan 6 13:45:04 CET 2009 root@zuinig.cmbi.umcn.nl.:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Japi is a text editor in the tradition of Classic Mac text editors and offers some IDE features as well. Main features include: - UTF-8 editor. - powerful search/replace dialog with multi-file search. - syntax highlighting for C++/HTML/XML/Perl/Python and TeX - worksheet and script menu. - efficient use of screen real estate (ie no toolbar :-) Japi is in active development and comes with a Boost license. WWW: http://www.hekkelman.com/japi.html >How-To-Repeat: >Fix: # 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: # # japi/ # japi/pkg-descr # japi/distinfo # japi/Makefile # echo c - japi/ mkdir -p japi/ > /dev/null 2>&1 echo x - japi/pkg-descr sed 's/^X//' >japi/pkg-descr << '5012f6a8bb11ea4ae57b995569afc1ad' XThis is a port of japi, the text editor and IDE. It is an easy Xto use text editor based on Gtk2 that inherits many of the features Xfirst seen in the editors Pepper and Pe. X XWWW: http://www.hekkelman.com/japi/ 5012f6a8bb11ea4ae57b995569afc1ad echo x - japi/distinfo sed 's/^X//' >japi/distinfo << '80bcbcbff019b23fd33c6643e1200c87' XMD5 (japi-0.9.6a.tar.gz) = 3794d16c24a6fab49c5bd76ec906625a XSHA256 (japi-0.9.6a.tar.gz) = 3bddf5a5e9a18df16f6ef8babe74fba2aace978098437b649d9445e8c32de285 XSIZE (japi-0.9.6a.tar.gz) = 520917 80bcbcbff019b23fd33c6643e1200c87 echo x - japi/Makefile sed 's/^X//' >japi/Makefile << '85a01ba10e315eacd3c48f83a2f2b1b1' X# New ports collection makefile for: japi X# Date created: 30 January 2009 X# Whom: Maarten L. Hekkelman X# X# $FreeBSD$ X# X XPORTNAME= japi XPORTVERSION= 0.9.6a XCATEGORIES= editors XMASTER_SITES= http://www.xs4all.nl/~hekkel2/ X XMAINTAINER= maarten@hekkelman.com XCOMMENT= A gtk2 based text editor and minimal IDE X XBUILD_DEPENDS+= cryptopp:${PORTSDIR}/security/cryptopp XLIB_DEPENDS+= glade-2.0:${PORTSDIR}/devel/libglade2 \ X gstreamer-0.10.0:${PORTSDIR}/multimedia/gstreamer \ X boost_thread:${PORTSDIR}/devel/boost \ X boost_filesystem:${PORTSDIR}/devel/boost \ X expat:${PORTSDIR}/textproc/expat2 \ X pcre:${PORTSDIR}/devel/pcre X X# MAN1= japi.1 XUSE_GMAKE= yes X XPLIST_FILES= bin/japi \ X share/locale/nl/LC_MESSAGES/japi.mo \ X share/applications/japi.desktop X X.include <bsd.port.mk> 85a01ba10e315eacd3c48f83a2f2b1b1 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902041026.n14AQ9tA021220>