Bug 152274 - New Port: editors/jupp (portable joe from MirBSD)
Summary: New Port: editors/jupp (portable joe from MirBSD)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-15 22:30 UTC by Grzegorz Blach
Modified: 2010-12-16 18:01 UTC (History)
0 users

See Also:


Attachments
file.shar (3.20 KB, text/plain)
2010-11-15 22:30 UTC, Grzegorz Blach
no flags Details
jupp.shar.txt (3.32 KB, text/plain)
2010-11-28 16:48 UTC, Grzegorz Blach
no flags Details
jupp.shar (3.11 KB, application/x-shar)
2010-12-15 20:08 UTC, Frederic Culot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Grzegorz Blach 2010-11-15 22:30:06 UTC
Jupp is the portable version of JOEs Own Editor.
This version has been enhanced by several functions intended for programmers
or other professional users, and has a lot of bugs fixed.

WWW: http://www.mirbsd.org/jupp.htm


Shar archive is attached.

Fix: Patch attached with submission follows:
Comment 1 Grzegorz Blach 2010-11-28 16:48:07 UTC
Fixed COMMENT line in Makefile
Comment 2 Frederic Culot freebsd_committer freebsd_triage 2010-12-13 18:19:42 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 3 Frederic Culot freebsd_committer freebsd_triage 2010-12-15 20:08:33 UTC
Thanks Grzegorz for submitting this PR.
Your port is good, however I made some modifications to it:

- post-install target was removed and replaced by the MLINKS macro
  as explained in part 5.9 of the Porter's handbook
- manpages were removed from pkg-plist
- cosmetic changes in Makefile's header (indentation and use of ISO
  date format)

I did the above changes because portlint(1) issued warnings such as:

WARN: Makefile: manpage jmacs.1 in pkg-plist but not in MAN1.

so using MLINKS seems more appropriate in this case. With the updated
shar portlint(1) does not issue any warning and tinderbox logs are ok
too. You can find them here:

http://people.freebsd.org/~culot/tinderbox/7.3-FreeBSD/jupp-3.1.14.log
http://people.freebsd.org/~culot/tinderbox/8.1-FreeBSD/jupp-3.1.14.log
http://people.freebsd.org/~culot/tinderbox/9.0-FreeBSD/jupp-3.1.14.log

If you agree with the above modifications I will commit the updated
port.

-- culot@
Comment 4 Frederic Culot freebsd_committer freebsd_triage 2010-12-15 21:00:43 UTC
There was a problem with the attachment in my followup, I put the
updated shar here:

http://people.freebsd.org/~culot/files/jupp.shar
Comment 5 Grzegorz Blach 2010-12-16 01:12:47 UTC
On Wed, Dec 15, 2010 at 22:00, Frederic Culot <culot@freebsd.org> wrote:

> There was a problem with the attachment in my followup, I put the
> updated shar here:
>
> http://people.freebsd.org/~culot/files/jupp.shar<http://people.freebsd.org/%7Eculot/files/jupp.shar>
>


Looks a little better, please commit version with Your modification.
Thanks.
Comment 6 dfilter service freebsd_committer freebsd_triage 2010-12-16 17:57:07 UTC
culot       2010-12-16 17:57:01 UTC

  FreeBSD ports repository

  Modified files:
    editors              Makefile 
  Added files:
    editors/jupp         Makefile distinfo pkg-descr pkg-plist 
  Log:
  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 <magik at roorback.net>
  Approved by:    sahil@ (mentor)
  
  Revision  Changes    Path
  1.445     +1 -0      ports/editors/Makefile
  1.1       +31 -0     ports/editors/jupp/Makefile (new)
  1.1       +2 -0      ports/editors/jupp/distinfo (new)
  1.1       +12 -0     ports/editors/jupp/pkg-descr (new)
  1.1       +36 -0     ports/editors/jupp/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 7 Frederic Culot freebsd_committer freebsd_triage 2010-12-16 18:01:38 UTC
State Changed
From-To: open->closed

New port added, with changes. Thanks!