diff options
Diffstat (limited to 'app-editors/joe')
-rw-r--r-- | app-editors/joe/Manifest | 2 | ||||
-rw-r--r-- | app-editors/joe/files/joe-3.5-ftyperc.patch | 43 | ||||
-rw-r--r-- | app-editors/joe/files/joe-3.7-ftyperc.patch | 43 | ||||
-rw-r--r-- | app-editors/joe/files/joe-3.7-sanitise-includes.patch | 36 | ||||
-rw-r--r-- | app-editors/joe/files/joe-3.7-segfault-fix.patch | 17 | ||||
-rw-r--r-- | app-editors/joe/joe-3.7-r2.ebuild | 56 | ||||
-rw-r--r-- | app-editors/joe/joe-4.0.ebuild | 45 | ||||
-rw-r--r-- | app-editors/joe/metadata.xml | 22 |
8 files changed, 264 insertions, 0 deletions
diff --git a/app-editors/joe/Manifest b/app-editors/joe/Manifest new file mode 100644 index 000000000000..80e17f3c8ca7 --- /dev/null +++ b/app-editors/joe/Manifest @@ -0,0 +1,2 @@ +DIST joe-3.7.tar.gz 696036 SHA256 cae456e1ad5a8c1d3c94920a3416c2347277739b260e3494d3bc0f2b9b73106f SHA512 1b6ac65309156c422c73194b82c1f855006bb7a73dec957c3a25f68a51e91e6a2a84df9d5d538f08c8900fe0eb0e2b41ef0936437859d5dae5ffc45005e8a90f WHIRLPOOL 4ee918936eb1a902fd4c6e60061180dfef215a57fb0700a5e078cb9db9717eea30094388a472a14f031d80267a5e0ba290360ed89fe44d89269dfddb4e9a31d1 +DIST joe-4.0.tar.gz 838783 SHA256 c556adff77fd97bf1b86198de6cb82e0b92cda18579c4fef6c83b608d2ed2915 SHA512 6d88ec9d4fd51f768dd35f74cc296f6e6469a3b36ff7aa0306796577d3a27c2719e8580483ab6184ffa3d00c6ec81d53548b501ae231845e4c0640988b0e7a31 WHIRLPOOL 029af0a45bb66008b2a40bd8bd8220741839c31e8d7d51bf428f244e55e6c8ee50138c06b8ebad181c36289c6d7c0c897580e7f192492a3376b3c68efbc6c214 diff --git a/app-editors/joe/files/joe-3.5-ftyperc.patch b/app-editors/joe/files/joe-3.5-ftyperc.patch new file mode 100644 index 000000000000..834b57690440 --- /dev/null +++ b/app-editors/joe/files/joe-3.5-ftyperc.patch @@ -0,0 +1,43 @@ +--- rc/ftyperc 2006-07-20 16:35:56.000000000 +0100 ++++ rc/ftyperc.gentoo 2013-04-05 15:05:11.000000000 +0100 +@@ -709,3 +709,40 @@ + *jpicorc.in + -syntax joerc + ++ Gentoo files ++*.ebuild ++-autoindent ++-syntax sh ++-pound_comment ++-text_delimiters do=done:if=elif=else=fi:case=esac ++-smarthome ++-smartbacks ++-indentc 9 ++-istep 1 ++-tab 4 ++ ++*.eclass ++-autoindent ++-syntax sh ++-pound_comment ++-text_delimiters do=done:if=elif=else=fi:case=esac ++-smarthome ++-smartbacks ++-indentc 9 ++-istep 1 ++-tab 4 ++ ++*/etc/portage/* ++-syntax conf ++ ++*/make.conf ++-syntax sh ++ ++*/etc/conf.d/* ++-syntax conf ++ ++*/etc/env.d/* ++-syntax conf ++ ++*/usr/portage/profiles/* ++-syntax conf diff --git a/app-editors/joe/files/joe-3.7-ftyperc.patch b/app-editors/joe/files/joe-3.7-ftyperc.patch new file mode 100644 index 000000000000..e570d6b1864f --- /dev/null +++ b/app-editors/joe/files/joe-3.7-ftyperc.patch @@ -0,0 +1,43 @@ +--- rc/ftyperc 2008-10-31 01:42:29.000000000 +0000 ++++ rc/ftyperc.gentoo 2013-04-05 15:04:49.000000000 +0100 +@@ -753,3 +753,40 @@ + *jpicorc.in + -syntax joerc + ++ Gentoo files ++*.ebuild ++-autoindent ++-syntax sh ++-pound_comment ++-text_delimiters do=done:if=elif=else=fi:case=esac ++-smarthome ++-smartbacks ++-indentc 9 ++-istep 1 ++-tab 4 ++ ++*.eclass ++-autoindent ++-syntax sh ++-pound_comment ++-text_delimiters do=done:if=elif=else=fi:case=esac ++-smarthome ++-smartbacks ++-indentc 9 ++-istep 1 ++-tab 4 ++ ++*/etc/portage/* ++-syntax conf ++ ++*/make.conf ++-syntax sh ++ ++*/etc/conf.d/* ++-syntax conf ++ ++*/etc/env.d/* ++-syntax conf ++ ++*/usr/portage/profiles/* ++-syntax conf diff --git a/app-editors/joe/files/joe-3.7-sanitise-includes.patch b/app-editors/joe/files/joe-3.7-sanitise-includes.patch new file mode 100644 index 000000000000..0d60cdb41e18 --- /dev/null +++ b/app-editors/joe/files/joe-3.7-sanitise-includes.patch @@ -0,0 +1,36 @@ +injecting random paths breaks random on Prefix platforms + +--- configure.ac ++++ configure.ac +@@ -23,14 +23,6 @@ + AC_PROG_INSTALL + AC_PROG_LN_S + +-case "$host" in +- *-*-solaris*) +- CPPFLAGS="$CPPFLAGS -I/usr/local/include" +- LDFLAGS="$LDFLAGS -L/usr/local/lib -R/usr/local/lib" +- ;; +- *) ;; +-esac +- + search_libs="$search_libs m" + + # Checks for libraries. +--- configure ++++ configure +@@ -4071,14 +4071,6 @@ + fi + + +-case "$host" in +- *-*-solaris*) +- CPPFLAGS="$CPPFLAGS -I/usr/local/include" +- LDFLAGS="$LDFLAGS -L/usr/local/lib -R/usr/local/lib" +- ;; +- *) ;; +-esac +- + search_libs="$search_libs m" + + # Checks for libraries. diff --git a/app-editors/joe/files/joe-3.7-segfault-fix.patch b/app-editors/joe/files/joe-3.7-segfault-fix.patch new file mode 100644 index 000000000000..38efac2e30c4 --- /dev/null +++ b/app-editors/joe/files/joe-3.7-segfault-fix.patch @@ -0,0 +1,17 @@ +Index: main.c +=================================================================== +RCS file: /cvsroot/joe-editor/joe-current/main/main.c,v +retrieving revision 1.5 +retrieving revision 1.6 +diff -u -r1.5 -r1.6 +--- main.c 27 Oct 2008 01:57:13 -0000 1.5 ++++ main.c 23 Nov 2008 21:32:15 -0000 1.6 +@@ -431,7 +431,7 @@ + b->orphan = 1; + b->oldcur = pdup(b->bof, USTR "main"); + pline(b->oldcur, get_file_pos(b->name)); +- p_goto_bol(bw->cursor); ++ p_goto_bol(b->oldcur); + line = b->oldcur->line - (maint->h - 1) / 2; + if (line < 0) + line = 0; diff --git a/app-editors/joe/joe-3.7-r2.ebuild b/app-editors/joe/joe-3.7-r2.ebuild new file mode 100644 index 000000000000..aa73a7750f0c --- /dev/null +++ b/app-editors/joe/joe-3.7-r2.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="3" + +inherit flag-o-matic eutils + +DESCRIPTION="A free ASCII-Text Screen Editor for UNIX" +HOMEPAGE="http://sourceforge.net/projects/joe-editor/" +SRC_URI="mirror://sourceforge/joe-editor/${P}.tar.gz" + +LICENSE="GPL-1" +SLOT="0" +KEYWORDS="alpha amd64 arm ~ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris" +IUSE="xterm" + +DEPEND=">=sys-libs/ncurses-5.2-r2" +RDEPEND="xterm? ( >=x11-terms/xterm-239 )" + +src_prepare() { + # Fix segfault, bug 283508 + epatch "${FILESDIR}/${P}-segfault-fix.patch" + epatch "${FILESDIR}/${P}-sanitise-includes.patch" + epatch "${FILESDIR}/${P}-ftyperc.patch" + + cd "${S}"/rc + + # Enable xterm mouse support in the rc files + if use xterm; then + for i in *rc*.in; do + sed -e 's/^ -\(mouse\|joexterm\)/-\1/' -i "${i}" || die "sed failed" + done + fi +} + +src_configure() { + # Bug 34609 (joe 2.9.8 editor seg-faults on 'find and replace' when compiled with -Os) + replace-flags "-Os" "-O2" + + econf --docdir="${EPREFIX}"/usr/share/doc/${PF} || die +} + +src_install() { + make install DESTDIR="${D}" || die "make install failed" + dodoc ChangeLog HACKING HINTS LIST NEWS README TODO +} + +pkg_postinst() { + if use xterm; then + elog "To enable full xterm clipboard you need to set the allowWindowOps" + elog "resources to true. This is usually found in /etc/X11/app-defaults/XTerm" + elog "This is false by default due to potential security problems on some" + elog "architectures (see bug #91453)." + fi +} diff --git a/app-editors/joe/joe-4.0.ebuild b/app-editors/joe/joe-4.0.ebuild new file mode 100644 index 000000000000..8328d68f3309 --- /dev/null +++ b/app-editors/joe/joe-4.0.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit eutils + +DESCRIPTION="A free ASCII-Text Screen Editor for UNIX" +HOMEPAGE="http://sourceforge.net/projects/joe-editor/" +SRC_URI="mirror://sourceforge/joe-editor/${P}.tar.gz" + +LICENSE="GPL-1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris" +IUSE="xterm" + +DEPEND=">=sys-libs/ncurses-5.2-r2" +RDEPEND="xterm? ( >=x11-terms/xterm-239 )" + +DOCS=( README.md NEWS.md docs/hacking.md docs/man.md ) + +src_prepare() { + # Enable xterm mouse support in the rc files + if use xterm; then + cd "${S}"/rc + for i in *rc*.in; do + sed -e 's/^ -\(mouse\|joexterm\)/-\1/' -i "${i}" || die "sed failed" + done + fi +} + +src_configure() { + econf \ + --docdir="/usr/share/doc/${PF}" +} + +pkg_postinst() { + if use xterm; then + elog "To enable full xterm clipboard you need to set the allowWindowOps" + elog "resources to true. This is usually found in /etc/X11/app-defaults/XTerm" + elog "This is false by default due to potential security problems on some" + elog "architectures (see bug #91453)." + fi +} diff --git a/app-editors/joe/metadata.xml b/app-editors/joe/metadata.xml new file mode 100644 index 000000000000..e89efb84f4b0 --- /dev/null +++ b/app-editors/joe/metadata.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>tomk@gentoo.org</email> + <name>Tom Knight</name> + </maintainer> + <longdescription> + JOE (Joe's own editor) has the feel of most IBM PC text editors: The + key-sequences are reminiscent of WordStar and Turbo-C. JOE is much more + powerful than those editors, however. JOE has all of the features a UNIX + user should expect: full use of termcap/terminfo, excellent screen update + optimizations, simple installation, and all of the UNIX-integration features + of VI. +</longdescription> + <use> + <flag name="xterm">Enable full xterm clipboard support</flag> + </use> + <upstream> + <remote-id type="sourceforge">joe-editor</remote-id> + </upstream> +</pkgmetadata> |