[Midnightbsd-cvs] mports: mports/editors: add jupp.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue May 20 13:58:05 EDT 2008


Log Message:
-----------
add jupp.

Set conflicts for joe and joe2 ports.

Modified Files:
--------------
    mports/editors:
        Makefile (r1.23 -> r1.24)
    mports/editors/joe:
        Makefile (r1.6 -> r1.7)
    mports/editors/joe2:
        Makefile (r1.1 -> r1.2)

Added Files:
-----------
    mports/editors/jupp:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
--- /dev/null
+++ editors/jupp/pkg-descr
@@ -0,0 +1,6 @@
+This is the portable version of JOE?s Own Editor, which is currently developed at sourceforge, licenced under the GNU General Public License, Version 1, using autoconf/automake. 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).
+
+Kudos to Joe H. Allen for bringing me a better WordStar?-compatible editor than Intergalactic Digital Research, DR Editor R2.00, DR DOS 5 (and its predecessor from DR DOS 3.41).
+
+WWW: http://www.mirbsd.org/jupp.htm
--- /dev/null
+++ editors/jupp/pkg-plist
@@ -0,0 +1,38 @@
+ at comment $MidnightBSD: mports/editors/jupp/pkg-plist,v 1.1 2008/05/20 17:58:02 laffer1 Exp $
+bin/joe
+bin/termidx
+bin/jmacs
+bin/jstar
+bin/rjoe
+bin/jpico
+bin/jupp
+etc/joe/charmaps/klingon
+etc/joe/joerc
+etc/joe/jmacsrc
+etc/joe/jstarrc
+etc/joe/rjoerc
+etc/joe/jpicorc
+etc/joe/jupprc
+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
+ at dirrm etc/joe/charmaps
+ at dirrm etc/joe/syntax
+ at dirrm etc/joe
--- /dev/null
+++ editors/jupp/Makefile
@@ -0,0 +1,38 @@
+# New ports collection makefile for:	jupp
+# Date created:		May 20 2008
+# Whom:			Lucas Holt <luke at midnightbsd.org>
+#
+# $MidnightBSD: mports/editors/jupp/Makefile,v 1.1 2008/05/20 17:58:02 laffer1 Exp $
+#
+
+PORTNAME=	jupp
+PORTVERSION=	3.1
+PORTREVISION=	0
+CATEGORIES=	editors
+MASTER_SITES=	http://www.mirbsd.org/MirOS/dist/jupp/ \
+		http://pub.allbsd.org/MirOS/dist/jupp/
+DISTFILES=	joe-3.1jupp9.cpio.gz
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	jupp - the editor which sucks less
+LICENSE=	gpl
+
+CONFLICTS=      joe-2.* joe-3*
+
+WRKSRC=		${WRKDIR}/${PORTNAME}
+
+BUILD_DEPENDS=	aspell:${PORTSDIR}/textproc/aspell
+RUN_DEPENDS=	aspell:${PORTSDIR}/textproc/aspell
+
+USE_GMAKE=	yes
+USE_ICONV=	yes
+GNU_CONFIGURE=	yes
+CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd6.0
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
+		LIBS="-L${LOCALBASE}/lib -liconv"
+
+MAN1=		joe.1
+
+post-extract:
+	${CHMOD} 755 ${WRKSRC}/configure
+
+.include <bsd.port.mk>
--- /dev/null
+++ editors/jupp/distinfo
@@ -0,0 +1,3 @@
+MD5 (joe-3.1jupp9.cpio.gz) = 39018a33e210480595020ecf0870e160
+SHA256 (joe-3.1jupp9.cpio.gz) = cb33ffcb3854eb0e668e02ae43edb9dbd93d850594e0656c0e7abcaacbad5dcf
+SIZE (joe-3.1jupp9.cpio.gz) = 406368
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/editors/joe/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -L editors/joe/Makefile -L editors/joe/Makefile -u -r1.6 -r1.7
--- editors/joe/Makefile
+++ editors/joe/Makefile
@@ -22,7 +22,7 @@
 BUILD_DEPENDS=	aspell:${PORTSDIR}/textproc/aspell
 RUN_DEPENDS=	aspell:${PORTSDIR}/textproc/aspell
 
-CONFLICTS=	joe-2.*
+CONFLICTS=	joe-2.* jupp
 
 USE_GMAKE=	yes
 USE_ICONV=	yes
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/editors/Makefile,v
retrieving revision 1.23
retrieving revision 1.24
diff -L editors/Makefile -L editors/Makefile -u -r1.23 -r1.24
--- editors/Makefile
+++ editors/Makefile
@@ -15,6 +15,7 @@
     SUBDIR += jedit-devel
     SUBDIR += joe
     SUBDIR += joe2
+    SUBDIR += jupp
     SUBDIR += kile
     SUBDIR += koffice-kde3
     SUBDIR += manedit
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/editors/joe2/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L editors/joe2/Makefile -L editors/joe2/Makefile -u -r1.1 -r1.2
--- editors/joe2/Makefile
+++ editors/joe2/Makefile
@@ -18,7 +18,7 @@
 RUN_DEPENDS=	ispell:${PORTSDIR}/textproc/ispell
 
 LATEST_LINK?=	joe2
-CONFLICTS=	joe-3*
+CONFLICTS=	joe-3* jupp
 
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes


More information about the Midnightbsd-cvs mailing list