diff options
author | Frederic Culot <culot@FreeBSD.org> | 2010-12-16 17:57:01 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2010-12-16 17:57:01 +0000 |
commit | 139b5ab39888ba16f6f42a84fc81df5dfdc5044b (patch) | |
tree | 6d28a53800a06899be13b03df6207f78969a0425 | |
parent | 5fd53e4b0ffc9ad5ed8d0bdcfb1faa2f09096ab0 (diff) |
Notes
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/jupp/Makefile | 31 | ||||
-rw-r--r-- | editors/jupp/distinfo | 2 | ||||
-rw-r--r-- | editors/jupp/pkg-descr | 12 | ||||
-rw-r--r-- | editors/jupp/pkg-plist | 36 |
5 files changed, 82 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 31e1b31e1945..9cd40c5862d9 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -84,6 +84,7 @@ SUBDIR += joe SUBDIR += joe2 SUBDIR += jove + SUBDIR += jupp SUBDIR += kate-plugins SUBDIR += kile SUBDIR += kile-kde4 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 <bsd.port.mk> 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 |