diff options
author | danfe <danfe@FreeBSD.org> | 2010-12-19 13:58:29 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2010-12-19 13:58:29 +0800 |
commit | 6ad913c95092a3ee147593af308b4455eb3fe09f (patch) | |
tree | 8beed9165fe270f098657ad3f3f3e4135e594717 /editors | |
parent | 649fd4f28d1a2052bc7da33110c8095d124331ae (diff) | |
download | freebsd-ports-gnome-6ad913c95092a3ee147593af308b4455eb3fe09f.tar.gz freebsd-ports-gnome-6ad913c95092a3ee147593af308b4455eb3fe09f.tar.zst freebsd-ports-gnome-6ad913c95092a3ee147593af308b4455eb3fe09f.zip |
- Canonicalize Makefile header
- Add LICENSE (GPLv1)
- Fix spelling of "Joe's Own Editor"
- Reformat pkg-descr
Approved by: MAINTAINER
Diffstat (limited to 'editors')
-rw-r--r-- | editors/jupp/Makefile | 6 | ||||
-rw-r--r-- | editors/jupp/pkg-descr | 17 |
2 files changed, 12 insertions, 11 deletions
diff --git a/editors/jupp/Makefile b/editors/jupp/Makefile index 2a2f9e8b1613..47a17c1af6eb 100644 --- a/editors/jupp/Makefile +++ b/editors/jupp/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: jupp # Date created: 2010-11-15 -# Whom: magik@roorback.net +# Whom: Grzegorz Blach <magik@roorback.net> # # $FreeBSD$ # @@ -14,7 +14,9 @@ DISTNAME= joe-3.1jupp14 EXTRACT_SUFX= .cpio.gz MAINTAINER= magik@roorback.net -COMMENT= Portable version of JOE's Own Editor from MirBSD +COMMENT= Portable version of Joe's Own Editor from MirBSD + +LICENSE= GPLv1 CONFLICTS= joe-[23]* diff --git a/editors/jupp/pkg-descr b/editors/jupp/pkg-descr index 685d05649087..50ee508762ec 100644 --- a/editors/jupp/pkg-descr +++ b/editors/jupp/pkg-descr @@ -1,12 +1,11 @@ -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 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). +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 |