From 139b5ab39888ba16f6f42a84fc81df5dfdc5044b Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Thu, 16 Dec 2010 17:57:01 +0000 Subject: Jupp is the portable version of JOE's Own Editor. This version has been enhanced by several functions intended for programmers or other professional users, and has a lot of bugs fixed. It is based upon an older version of joe because these behave better overall. Jupp also does come with the editor flavours known from joe, specifically, jmacs, joe, jpico, jstar, and rjoe. WWW: http://www.mirbsd.org/jupp.htm PR: ports/152274 Submitted by: Grzegorz Blach Approved by: sahil@ (mentor) --- editors/jupp/Makefile | 31 +++++++++++++++++++++++++++++++ editors/jupp/distinfo | 2 ++ editors/jupp/pkg-descr | 12 ++++++++++++ editors/jupp/pkg-plist | 36 ++++++++++++++++++++++++++++++++++++ 4 files changed, 81 insertions(+) create mode 100644 editors/jupp/Makefile create mode 100644 editors/jupp/distinfo create mode 100644 editors/jupp/pkg-descr create mode 100644 editors/jupp/pkg-plist (limited to 'editors/jupp') diff --git a/editors/jupp/Makefile b/editors/jupp/Makefile new file mode 100644 index 000000000000..2a2f9e8b1613 --- /dev/null +++ b/editors/jupp/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: jupp +# Date created: 2010-11-15 +# Whom: magik@roorback.net +# +# $FreeBSD$ +# + +PORTNAME= jupp +PORTVERSION= 3.1.14 +CATEGORIES= editors +MASTER_SITES= http://www.mirbsd.org/MirOS/dist/jupp/ \ + http://pub.allbsd.org/MirOS/dist/jupp/ +DISTNAME= joe-3.1jupp14 +EXTRACT_SUFX= .cpio.gz + +MAINTAINER= magik@roorback.net +COMMENT= Portable version of JOE's Own Editor from MirBSD + +CONFLICTS= joe-[23]* + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-termidx +WRKSRC= ${WRKDIR}/${PORTNAME} + +MAN1= joe.1 +MLINKS= joe.1 jmacs.1 - jpico.1 - jstar.1 - jupp.1 - rjoe.1 + +pre-configure: + @${CHMOD} +x ${WRKSRC}/configure + +.include diff --git a/editors/jupp/distinfo b/editors/jupp/distinfo new file mode 100644 index 000000000000..5a17795d1cc0 --- /dev/null +++ b/editors/jupp/distinfo @@ -0,0 +1,2 @@ +SHA256 (joe-3.1jupp14.cpio.gz) = f7f28786b87b068c2d6e56b6edd5ec0f845830bafe2ea06f7d54f4d42b42d261 +SIZE (joe-3.1jupp14.cpio.gz) = 430009 diff --git a/editors/jupp/pkg-descr b/editors/jupp/pkg-descr new file mode 100644 index 000000000000..685d05649087 --- /dev/null +++ b/editors/jupp/pkg-descr @@ -0,0 +1,12 @@ +Jupp is the portable version of JOE's Own Editor. +This version has been enhanced by several functions intended for programmers +or other professional users, and has a lot of bugs fixed. It is based upon +an older version of joe because these behave better overall. + +Jupp also does come with the editor flavours known from joe, +specifically, jmacs, joe, jpico, jstar, and rjoe. +Not all features of jupp are available for these +though (but all the bugfixes, and syntax highlighting is still enabled by +default for these, while it is not auto-enabled in jupp). + +WWW: http://www.mirbsd.org/jupp.htm diff --git a/editors/jupp/pkg-plist b/editors/jupp/pkg-plist new file mode 100644 index 000000000000..aadc2d97f64a --- /dev/null +++ b/editors/jupp/pkg-plist @@ -0,0 +1,36 @@ +bin/joe +bin/jmacs +bin/jpico +bin/jstar +bin/jupp +bin/rjoe +etc/joe/joerc +etc/joe/jmacsrc +etc/joe/jpicorc +etc/joe/jstarrc +etc/joe/jupprc +etc/joe/rjoerc +etc/joe/syntax/c.jsf +etc/joe/syntax/perl.jsf +etc/joe/syntax/verilog.jsf +etc/joe/syntax/conf.jsf +etc/joe/syntax/python.jsf +etc/joe/syntax/php.jsf +etc/joe/syntax/sh.jsf +etc/joe/syntax/mail.jsf +etc/joe/syntax/pascal.jsf +etc/joe/syntax/html.jsf +etc/joe/syntax/vhdl.jsf +etc/joe/syntax/fortran.jsf +etc/joe/syntax/java.jsf +etc/joe/syntax/xml.jsf +etc/joe/syntax/tcl.jsf +etc/joe/syntax/lisp.jsf +etc/joe/syntax/csh.jsf +etc/joe/syntax/mason.jsf +etc/joe/syntax/diff.jsf +etc/joe/syntax/asm.jsf +etc/joe/charmaps/klingon +@dirrm etc/joe/syntax +@dirrm etc/joe/charmaps +@dirrm etc/joe -- cgit v1.2.3