diff options
Diffstat (limited to 'editors')
77 files changed, 83 insertions, 130 deletions
diff --git a/editors/apel-emacs/Makefile b/editors/apel-emacs/Makefile index 692f92d2831..4739dd82146 100644 --- a/editors/apel-emacs/Makefile +++ b/editors/apel-emacs/Makefile @@ -1,15 +1,16 @@ # New ports collection makefile for: apel for emacs -# Version required: 9.23 # Date created: 23 September 1998 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= apel-${APEL_VER} +PORTNAME= apel-${EMACS_PORT} +PORTVERSION= ${APEL_VER} CATEGORIES= editors elisp MASTER_SITES= ftp://ftp.etl.go.jp/pub/mule/apel/ \ ftp://ftp.center.osaka-u.ac.jp/mule/apel/ +DISTNAME= apel-${APEL_VER} MAINTAINER?= shige@FreeBSD.org @@ -38,7 +39,6 @@ REQUIRE_SETUPEL= YES ALL_TARGET?= elc .if defined(EMACS_PORT) -PKGNAME= apel-${EMACS_PORT}-${APEL_VER} EMACS_CMD?= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER} BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} .if defined(HAVE_COMMON_PORT) && (${HAVE_COMMON_PORT} == "YES") diff --git a/editors/apel-emacs20/Makefile b/editors/apel-emacs20/Makefile index 8b4232aa9e4..dd2842b8a08 100644 --- a/editors/apel-emacs20/Makefile +++ b/editors/apel-emacs20/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: apel for emacs20 -# Version required: 9.23 # Date created: 22 September 1998 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # diff --git a/editors/apel-mule/Makefile b/editors/apel-mule/Makefile index e75b4de7f6c..440172bcf44 100644 --- a/editors/apel-mule/Makefile +++ b/editors/apel-mule/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: apel for mule -# Version required: 9.23 # Date created: 23 September 1998 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # diff --git a/editors/apel-xemacs/Makefile b/editors/apel-xemacs/Makefile index 350e59ab84f..d5e7eff43b1 100644 --- a/editors/apel-xemacs/Makefile +++ b/editors/apel-xemacs/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: apel for xemacs -# Version required: 9.23 # Date created: 13 June 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # diff --git a/editors/apel-xemacs20/Makefile b/editors/apel-xemacs20/Makefile index a626b4f2288..5f736f52371 100644 --- a/editors/apel-xemacs20/Makefile +++ b/editors/apel-xemacs20/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: apel for xemacs20 -# Version required: 9.23 # Date created: 13 June 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # diff --git a/editors/apel-xemacs21-mule/Makefile b/editors/apel-xemacs21-mule/Makefile index 11de20cd3ce..2a3c3bf5d5d 100644 --- a/editors/apel-xemacs21-mule/Makefile +++ b/editors/apel-xemacs21-mule/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: apel for xemacs21-mule -# Version required: 9.23 # Date created: 13 June 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # diff --git a/editors/apel/Makefile b/editors/apel/Makefile index 692f92d2831..4739dd82146 100644 --- a/editors/apel/Makefile +++ b/editors/apel/Makefile @@ -1,15 +1,16 @@ # New ports collection makefile for: apel for emacs -# Version required: 9.23 # Date created: 23 September 1998 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= apel-${APEL_VER} +PORTNAME= apel-${EMACS_PORT} +PORTVERSION= ${APEL_VER} CATEGORIES= editors elisp MASTER_SITES= ftp://ftp.etl.go.jp/pub/mule/apel/ \ ftp://ftp.center.osaka-u.ac.jp/mule/apel/ +DISTNAME= apel-${APEL_VER} MAINTAINER?= shige@FreeBSD.org @@ -38,7 +39,6 @@ REQUIRE_SETUPEL= YES ALL_TARGET?= elc .if defined(EMACS_PORT) -PKGNAME= apel-${EMACS_PORT}-${APEL_VER} EMACS_CMD?= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER} BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} .if defined(HAVE_COMMON_PORT) && (${HAVE_COMMON_PORT} == "YES") diff --git a/editors/bitmap-emacs20/Makefile b/editors/bitmap-emacs20/Makefile index 32a581722eb..e42e303ae25 100644 --- a/editors/bitmap-emacs20/Makefile +++ b/editors/bitmap-emacs20/Makefile @@ -1,14 +1,15 @@ # New ports collection makefile for: bitmap for emacs20 -# Version required: 8.2 # Date created: 23 September 1998 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= bitmap-mule-${BITMAP_VER} +PORTNAME= bitmap-${EMACS_PORT} +PORTVERSION= ${BITMAP_PKG_VER} CATEGORIES= editors elisp MASTER_SITES= ftp://ftp.jpl.org/pub/elisp/bitmap/ +DISTNAME= bitmap-mule-${BITMAP_VER} MAINTAINER= shige@FreeBSD.org @@ -28,7 +29,6 @@ EMACS_LIBDIR_WITH_VER= ${EMACS_LIBDIR}/${EMACS_VER} # target name for make build ALL_TARGET= elc -PKGNAME= bitmap-${EMACS_PORT}-${BITMAP_PKG_VER} EMACS_CMD= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER} BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} \ uncompface:${PORTSDIR}/mail/faces diff --git a/editors/bitmap-mule/Makefile b/editors/bitmap-mule/Makefile index a91c5c6e888..7d3efe59e7a 100644 --- a/editors/bitmap-mule/Makefile +++ b/editors/bitmap-mule/Makefile @@ -1,14 +1,15 @@ # New ports collection makefile for: bitmap for mule -# Version required: 8.2 # Date created: 23 September 1998 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= bitmap-mule-${BITMAP_VER} +PORTNAME= bitmap-${EMACS_PORT} +PORTVERSION= ${BITMAP_PKG_VER} CATEGORIES= editors elisp MASTER_SITES= ftp://ftp.jpl.org/pub/elisp/bitmap/ +DISTNAME= bitmap-mule-${BITMAP_VER} MAINTAINER= shige@FreeBSD.org @@ -29,7 +30,6 @@ EMACS_LIBDIR_WITH_VER= ${EMACS_LIBDIR}/${EMACS_VER} # target name for make build ALL_TARGET?= elc -PKGNAME= bitmap-${EMACS_PORT}-${BITMAP_PKG_VER} EMACS_CMD= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER} BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} \ uncompface:${PORTSDIR}/mail/faces diff --git a/editors/bitmap/Makefile b/editors/bitmap/Makefile index 32a581722eb..e42e303ae25 100644 --- a/editors/bitmap/Makefile +++ b/editors/bitmap/Makefile @@ -1,14 +1,15 @@ # New ports collection makefile for: bitmap for emacs20 -# Version required: 8.2 # Date created: 23 September 1998 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= bitmap-mule-${BITMAP_VER} +PORTNAME= bitmap-${EMACS_PORT} +PORTVERSION= ${BITMAP_PKG_VER} CATEGORIES= editors elisp MASTER_SITES= ftp://ftp.jpl.org/pub/elisp/bitmap/ +DISTNAME= bitmap-mule-${BITMAP_VER} MAINTAINER= shige@FreeBSD.org @@ -28,7 +29,6 @@ EMACS_LIBDIR_WITH_VER= ${EMACS_LIBDIR}/${EMACS_VER} # target name for make build ALL_TARGET= elc -PKGNAME= bitmap-${EMACS_PORT}-${BITMAP_PKG_VER} EMACS_CMD= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER} BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} \ uncompface:${PORTSDIR}/mail/faces diff --git a/editors/custom-emacs/Makefile b/editors/custom-emacs/Makefile index 931a0a80f77..ea10d6836f8 100644 --- a/editors/custom-emacs/Makefile +++ b/editors/custom-emacs/Makefile @@ -1,15 +1,16 @@ # New ports collection makefile for: custom for emacs -# Version required: 1.9962 # Date created: 27 December 1998 # Whom: shige # # $FreeBSD$ # -DISTNAME= custom-${CUSTOM_VER} +PORTNAME= custom-${EMACS_PORT} +PORTVERSION= ${CUSTOM_VER} CATEGORIES= editors elisp MASTER_SITES= ftp://ftp.dina.kvl.dk/pub/Staff/Per.Abrahamsen/custom/ \ ftp://ftp.win.ne.jp/pub/word/elisp/ +DISTNAME= custom-${CUSTOM_VER} MAINTAINER?= shige@FreeBSD.org @@ -31,7 +32,6 @@ HAVE_COMMON_PORT= NO .endif .if defined(EMACS_PORT) -PKGNAME= custom-${EMACS_PORT}-${CUSTOM_VER} EMACS_CMD= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER} BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} .if defined(HAVE_COMMON_PORT) && (${HAVE_COMMON_PORT} == "YES") diff --git a/editors/custom-mule/Makefile b/editors/custom-mule/Makefile index caaeb2c6eb8..ef41f077304 100644 --- a/editors/custom-mule/Makefile +++ b/editors/custom-mule/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: custom for mule -# Version required: 1.9962 # Date created: 27 December 1998 # Whom: shige # diff --git a/editors/flim-emacs-current/Makefile b/editors/flim-emacs-current/Makefile index a35ee3ae6c3..75b435e7cce 100644 --- a/editors/flim-emacs-current/Makefile +++ b/editors/flim-emacs-current/Makefile @@ -1,18 +1,19 @@ # New ports collection makefile for: flim-current for emacs -# Version required: 1.13.2 # Date created: 9 May 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= flim-${FLIM_VER} +PORTNAME= flim-${EMACS_PORT} +PORTVERSION= ${FLIM_VER} CATEGORIES= editors elisp MASTER_SITES= ftp://ftp.etl.go.jp/pub/mule/flim/flim-1.13/ \ ftp://ftp.media.kyoto-u.ac.jp/pub/mule/flim/flim-1.13/ \ ftp://ftp.win.or.jp/pub/word/mule/flim/flim-1.13/ \ ftp://ftp.eos.hokudai.ac.jp/pub/GNU/emacs/mule/flim/flim-1.13/ MAINTAINER?= shige@FreeBSD.org +DISTNAME= flim-${FLIM_VER} PORTCLASS?= master @@ -39,7 +40,6 @@ REQUIRE_SETUPEL= YES ALL_TARGET?= elc .if defined(EMACS_PORT) -PKGNAME= flim-${EMACS_PORT}-${FLIM_VER} EMACS_CMD?= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER} BUILD_DEPENDS+= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} .if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES") diff --git a/editors/flim-emacs/Makefile b/editors/flim-emacs/Makefile index fda4a099c15..a1f2e4fb22d 100644 --- a/editors/flim-emacs/Makefile +++ b/editors/flim-emacs/Makefile @@ -1,18 +1,19 @@ # New ports collection makefile for: flim for emacs -# Version required: 1.12.7 # Date created: 9 May 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= flim-${FLIM_VER} +PORTNAME= flim-${EMACS_PORT} +PORTVERSION= ${FLIM_VER} CATEGORIES= editors elisp MASTER_SITES= ftp://ftp.etl.go.jp/pub/mule/flim/flim-1.12/ \ ftp://ftp.media.kyoto-u.ac.jp/pub/mule/flim/flim-1.12/ \ ftp://ftp.win.or.jp/pub/word/mule/flim/flim-1.12/ \ ftp://ftp.eos.hokudai.ac.jp/pub/GNU/emacs/mule/flim/flim-1.12/ MAINTAINER?= shige@FreeBSD.org +DISTNAME= flim-${FLIM_VER} PORTCLASS?= master @@ -39,7 +40,6 @@ REQUIRE_SETUPEL= YES ALL_TARGET?= elc .if defined(EMACS_PORT) -PKGNAME= flim-${EMACS_PORT}-${FLIM_VER} EMACS_CMD?= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER} BUILD_DEPENDS+= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} .if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES") diff --git a/editors/flim-emacs20-current/Makefile b/editors/flim-emacs20-current/Makefile index e59b12712dd..4925cc7efd7 100644 --- a/editors/flim-emacs20-current/Makefile +++ b/editors/flim-emacs20-current/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: flim-current for emacs20 -# Version required: 1.13.2 # Date created: 23 September 1998 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # diff --git a/editors/flim-emacs20/Makefile b/editors/flim-emacs20/Makefile index ef642c7c002..e2ca82f7d2e 100644 --- a/editors/flim-emacs20/Makefile +++ b/editors/flim-emacs20/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: flim for emacs20 -# Version required: 1.12.7 # Date created: 23 September 1998 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # diff --git a/editors/flim-mule-current/Makefile b/editors/flim-mule-current/Makefile index 01364a0b382..a6360de02b1 100644 --- a/editors/flim-mule-current/Makefile +++ b/editors/flim-mule-current/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: flim-current for mule -# Version required: 1.13.2 # Date created: 9 May 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # diff --git a/editors/flim-mule/Makefile b/editors/flim-mule/Makefile index 45a8e103cad..893f2c08131 100644 --- a/editors/flim-mule/Makefile +++ b/editors/flim-mule/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: flim for mule -# Version required: 1.12.7 # Date created: 9 May 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # diff --git a/editors/flim-xemacs-current/Makefile b/editors/flim-xemacs-current/Makefile index a2d913320bf..d2ebea47332 100644 --- a/editors/flim-xemacs-current/Makefile +++ b/editors/flim-xemacs-current/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: flim-current for xemacs -# Version required: 1.13.2 # Date created: 25 July 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # diff --git a/editors/flim-xemacs/Makefile b/editors/flim-xemacs/Makefile index a9d8de69cfc..1cd68e1c975 100644 --- a/editors/flim-xemacs/Makefile +++ b/editors/flim-xemacs/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: flim for xemacs -# Version required: 1.12.7 # Date created: 25 July 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # diff --git a/editors/flim-xemacs20-current/Makefile b/editors/flim-xemacs20-current/Makefile index bf862e8a833..6061cb980fd 100644 --- a/editors/flim-xemacs20-current/Makefile +++ b/editors/flim-xemacs20-current/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: flim-current for xemacs20 -# Version required: 1.13.2 # Date created: 25 July 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # diff --git a/editors/flim-xemacs20/Makefile b/editors/flim-xemacs20/Makefile index e2c7b1e9ea3..f6f3d6192ca 100644 --- a/editors/flim-xemacs20/Makefile +++ b/editors/flim-xemacs20/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: flim for xemacs20 -# Version required: 1.12.7 # Date created: 25 July 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # diff --git a/editors/flim-xemacs21-mule-current/Makefile b/editors/flim-xemacs21-mule-current/Makefile index 280da5379a9..3661ed39ce9 100644 --- a/editors/flim-xemacs21-mule-current/Makefile +++ b/editors/flim-xemacs21-mule-current/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: flim for xemacs21-mule -# Version required: 1.13.2 # Date created: 25 July 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # diff --git a/editors/flim-xemacs21-mule/Makefile b/editors/flim-xemacs21-mule/Makefile index 065568b1c0b..de5e92741f3 100644 --- a/editors/flim-xemacs21-mule/Makefile +++ b/editors/flim-xemacs21-mule/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: flim for xemacs21-mule -# Version required: 1.12.7 # Date created: 25 July 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # diff --git a/editors/flim/Makefile b/editors/flim/Makefile index a35ee3ae6c3..75b435e7cce 100644 --- a/editors/flim/Makefile +++ b/editors/flim/Makefile @@ -1,18 +1,19 @@ # New ports collection makefile for: flim-current for emacs -# Version required: 1.13.2 # Date created: 9 May 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= flim-${FLIM_VER} +PORTNAME= flim-${EMACS_PORT} +PORTVERSION= ${FLIM_VER} CATEGORIES= editors elisp MASTER_SITES= ftp://ftp.etl.go.jp/pub/mule/flim/flim-1.13/ \ ftp://ftp.media.kyoto-u.ac.jp/pub/mule/flim/flim-1.13/ \ ftp://ftp.win.or.jp/pub/word/mule/flim/flim-1.13/ \ ftp://ftp.eos.hokudai.ac.jp/pub/GNU/emacs/mule/flim/flim-1.13/ MAINTAINER?= shige@FreeBSD.org +DISTNAME= flim-${FLIM_VER} PORTCLASS?= master @@ -39,7 +40,6 @@ REQUIRE_SETUPEL= YES ALL_TARGET?= elc .if defined(EMACS_PORT) -PKGNAME= flim-${EMACS_PORT}-${FLIM_VER} EMACS_CMD?= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER} BUILD_DEPENDS+= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} .if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES") diff --git a/editors/flim113-emacs/Makefile b/editors/flim113-emacs/Makefile index a35ee3ae6c3..75b435e7cce 100644 --- a/editors/flim113-emacs/Makefile +++ b/editors/flim113-emacs/Makefile @@ -1,18 +1,19 @@ # New ports collection makefile for: flim-current for emacs -# Version required: 1.13.2 # Date created: 9 May 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= flim-${FLIM_VER} +PORTNAME= flim-${EMACS_PORT} +PORTVERSION= ${FLIM_VER} CATEGORIES= editors elisp MASTER_SITES= ftp://ftp.etl.go.jp/pub/mule/flim/flim-1.13/ \ ftp://ftp.media.kyoto-u.ac.jp/pub/mule/flim/flim-1.13/ \ ftp://ftp.win.or.jp/pub/word/mule/flim/flim-1.13/ \ ftp://ftp.eos.hokudai.ac.jp/pub/GNU/emacs/mule/flim/flim-1.13/ MAINTAINER?= shige@FreeBSD.org +DISTNAME= flim-${FLIM_VER} PORTCLASS?= master @@ -39,7 +40,6 @@ REQUIRE_SETUPEL= YES ALL_TARGET?= elc .if defined(EMACS_PORT) -PKGNAME= flim-${EMACS_PORT}-${FLIM_VER} EMACS_CMD?= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER} BUILD_DEPENDS+= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} .if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES") diff --git a/editors/flim113-emacs20/Makefile b/editors/flim113-emacs20/Makefile index e59b12712dd..4925cc7efd7 100644 --- a/editors/flim113-emacs20/Makefile +++ b/editors/flim113-emacs20/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: flim-current for emacs20 -# Version required: 1.13.2 # Date created: 23 September 1998 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # diff --git a/editors/flim113-mule/Makefile b/editors/flim113-mule/Makefile index 01364a0b382..a6360de02b1 100644 --- a/editors/flim113-mule/Makefile +++ b/editors/flim113-mule/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: flim-current for mule -# Version required: 1.13.2 # Date created: 9 May 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # diff --git a/editors/flim113-xemacs/Makefile b/editors/flim113-xemacs/Makefile index a2d913320bf..d2ebea47332 100644 --- a/editors/flim113-xemacs/Makefile +++ b/editors/flim113-xemacs/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: flim-current for xemacs -# Version required: 1.13.2 # Date created: 25 July 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # diff --git a/editors/flim113-xemacs20/Makefile b/editors/flim113-xemacs20/Makefile index bf862e8a833..6061cb980fd 100644 --- a/editors/flim113-xemacs20/Makefile +++ b/editors/flim113-xemacs20/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: flim-current for xemacs20 -# Version required: 1.13.2 # Date created: 25 July 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # diff --git a/editors/flim113-xemacs21-mule/Makefile b/editors/flim113-xemacs21-mule/Makefile index 280da5379a9..3661ed39ce9 100644 --- a/editors/flim113-xemacs21-mule/Makefile +++ b/editors/flim113-xemacs21-mule/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: flim for xemacs21-mule -# Version required: 1.13.2 # Date created: 25 July 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # diff --git a/editors/flim113/Makefile b/editors/flim113/Makefile index a35ee3ae6c3..75b435e7cce 100644 --- a/editors/flim113/Makefile +++ b/editors/flim113/Makefile @@ -1,18 +1,19 @@ # New ports collection makefile for: flim-current for emacs -# Version required: 1.13.2 # Date created: 9 May 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= flim-${FLIM_VER} +PORTNAME= flim-${EMACS_PORT} +PORTVERSION= ${FLIM_VER} CATEGORIES= editors elisp MASTER_SITES= ftp://ftp.etl.go.jp/pub/mule/flim/flim-1.13/ \ ftp://ftp.media.kyoto-u.ac.jp/pub/mule/flim/flim-1.13/ \ ftp://ftp.win.or.jp/pub/word/mule/flim/flim-1.13/ \ ftp://ftp.eos.hokudai.ac.jp/pub/GNU/emacs/mule/flim/flim-1.13/ MAINTAINER?= shige@FreeBSD.org +DISTNAME= flim-${FLIM_VER} PORTCLASS?= master @@ -39,7 +40,6 @@ REQUIRE_SETUPEL= YES ALL_TARGET?= elc .if defined(EMACS_PORT) -PKGNAME= flim-${EMACS_PORT}-${FLIM_VER} EMACS_CMD?= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER} BUILD_DEPENDS+= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} .if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES") diff --git a/editors/flim114-emacs20/Makefile b/editors/flim114-emacs20/Makefile index a35ee3ae6c3..75b435e7cce 100644 --- a/editors/flim114-emacs20/Makefile +++ b/editors/flim114-emacs20/Makefile @@ -1,18 +1,19 @@ # New ports collection makefile for: flim-current for emacs -# Version required: 1.13.2 # Date created: 9 May 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= flim-${FLIM_VER} +PORTNAME= flim-${EMACS_PORT} +PORTVERSION= ${FLIM_VER} CATEGORIES= editors elisp MASTER_SITES= ftp://ftp.etl.go.jp/pub/mule/flim/flim-1.13/ \ ftp://ftp.media.kyoto-u.ac.jp/pub/mule/flim/flim-1.13/ \ ftp://ftp.win.or.jp/pub/word/mule/flim/flim-1.13/ \ ftp://ftp.eos.hokudai.ac.jp/pub/GNU/emacs/mule/flim/flim-1.13/ MAINTAINER?= shige@FreeBSD.org +DISTNAME= flim-${FLIM_VER} PORTCLASS?= master @@ -39,7 +40,6 @@ REQUIRE_SETUPEL= YES ALL_TARGET?= elc .if defined(EMACS_PORT) -PKGNAME= flim-${EMACS_PORT}-${FLIM_VER} EMACS_CMD?= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER} BUILD_DEPENDS+= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} .if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES") diff --git a/editors/mule-common/Makefile b/editors/mule-common/Makefile index 577bdb1b859..9ef0d94b234 100644 --- a/editors/mule-common/Makefile +++ b/editors/mule-common/Makefile @@ -6,13 +6,14 @@ # $FreeBSD$ # -DISTNAME= mule-2.3 -PKGNAME= mule-common-2.3 +PORTNAME= mule-common +PORTVERSION= 2.3 CATEGORIES= editors japanese MASTER_SITES= ftp://etlport.etl.go.jp/pub/mule/ \ ftp://ftp.mei.co.jp/archive/free/gnu/emacs/Mule/ \ ftp://ftp.iij.ad.jp/pub/misc/mule/ \ http://www.infonets.hiroshima-u.ac.jp/~taoka/FreeBSD/mule/ +DISTNAME= mule-${PORTVERSION} DISTFILES= emacs-19.34b.tar.gz mule-2.3-19.34.patch-981002.tar.gz PATCH_SITES= ftp://etlport.etl.go.jp/pub/mule/ diff --git a/editors/nvi-m17n/Makefile b/editors/nvi-m17n/Makefile index f6bc57e08da..a9dd2fb7e28 100644 --- a/editors/nvi-m17n/Makefile +++ b/editors/nvi-m17n/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: nvi-1.79 + multilingual patch(none) -# Version required: 1.79 # Date created: 6 Mar 1997 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # @@ -12,6 +11,7 @@ PORTVERSION= 1.79.19991117 CATEGORIES= editors MASTER_SITES= ftp://sleepy.vwh.net/pub/\ ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/ +PKGNAMESUFFIX?= -m17n DISTNAME= nvi-1.79 PATCH_SITES= ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/ diff --git a/editors/nvi-perl/Makefile b/editors/nvi-perl/Makefile index dfedcc69580..1cd5905aad6 100644 --- a/editors/nvi-perl/Makefile +++ b/editors/nvi-perl/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: nvi-1.79 + perl -# Version required: 1.79 # Date created: 18 Feb 1998 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # # $FreeBSD$ # -DISTNAME= nvi-1.79 -PKGNAME?= nvi-perl-1.79 +PORTNAME= nvi-perl +PORTVERSION= 1.79 CATEGORIES= editors MASTER_SITES= ftp://sleepy.vwh.net/pub/ \ ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/ +DISTNAME= nvi-${PORTVERSION} MAINTAINER= itojun@itojun.org diff --git a/editors/offix-editor/Makefile b/editors/offix-editor/Makefile index d8b1d23f1f1..c50af5b938b 100644 --- a/editors/offix-editor/Makefile +++ b/editors/offix-editor/Makefile @@ -1,16 +1,16 @@ # ports collection makefile for: Editor -# Version required: 2.4 # Date created: 28 Jun 1997 # Whom: Ruslan Shevchenko <ruslan@shevchenko.kiev.ua> # # $FreeBSD$ # -DISTNAME= Editor-2.4 -PKGNAME= offix-editor-2.4 +PORTNAME= offix-editor +PORTVERSION= 2.4 CATEGORIES= editors offix MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= desktop_managers/OffiX +DISTNAME= Editor-${PORTVERSION} MAINTAINER= ruslan@shevchenko.kiev.ua diff --git a/editors/psgml-emacs/Makefile b/editors/psgml-emacs/Makefile index 57519124dbd..58be165a72b 100644 --- a/editors/psgml-emacs/Makefile +++ b/editors/psgml-emacs/Makefile @@ -1,14 +1,15 @@ # New ports collection makefile for: psgml for emacs -# Version required: 1.2.0 # Date created: 23 January 1999 # Whom: shige # # $FreeBSD$ # -DISTNAME= psgml-${PSGML_VER} +PORTNAME= psgml-${EMACS_PORT} +PORTVERSION= ${PSGML_VER} CATEGORIES= editors elisp MASTER_SITES= ftp://ftp.lysator.liu.se/pub/sgml/ +DISTNAME= psgml-${PSGML_VER} MAINTAINER?= shige@FreeBSD.org @@ -36,7 +37,6 @@ HAS_COMMON_PORT= NO # emacs ports setup # .if defined(EMACS_PORT) -PKGNAME= psgml-${EMACS_PORT}-${PSGML_VER} EMACS_CMD?= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER} BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} .if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES") diff --git a/editors/psgml-mule/Makefile b/editors/psgml-mule/Makefile index 9fa35f52779..7b2f9c81e97 100644 --- a/editors/psgml-mule/Makefile +++ b/editors/psgml-mule/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: psgml for mule -# Version required: 1.2.0 # Date created: 23 January 1999 # Whom: shige # diff --git a/editors/psgml-xemacs21-mule/Makefile b/editors/psgml-xemacs21-mule/Makefile index c9d3988ac74..225a4209678 100644 --- a/editors/psgml-xemacs21-mule/Makefile +++ b/editors/psgml-xemacs21-mule/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: psgml for xemacs-mule -# Version required: 1.2.0 # Date created: 26 May 1999 # Whom: kuriyama # diff --git a/editors/psgml/Makefile b/editors/psgml/Makefile index 57519124dbd..58be165a72b 100644 --- a/editors/psgml/Makefile +++ b/editors/psgml/Makefile @@ -1,14 +1,15 @@ # New ports collection makefile for: psgml for emacs -# Version required: 1.2.0 # Date created: 23 January 1999 # Whom: shige # # $FreeBSD$ # -DISTNAME= psgml-${PSGML_VER} +PORTNAME= psgml-${EMACS_PORT} +PORTVERSION= ${PSGML_VER} CATEGORIES= editors elisp MASTER_SITES= ftp://ftp.lysator.liu.se/pub/sgml/ +DISTNAME= psgml-${PSGML_VER} MAINTAINER?= shige@FreeBSD.org @@ -36,7 +37,6 @@ HAS_COMMON_PORT= NO # emacs ports setup # .if defined(EMACS_PORT) -PKGNAME= psgml-${EMACS_PORT}-${PSGML_VER} EMACS_CMD?= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER} BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} .if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES") diff --git a/editors/semi-emacs-current/Makefile b/editors/semi-emacs-current/Makefile index 50a7ee31e75..f37fae3164a 100644 --- a/editors/semi-emacs-current/Makefile +++ b/editors/semi-emacs-current/Makefile @@ -1,17 +1,18 @@ # New ports collection makefile for: semi-current for emacs -# Version required: 1.13.7 # Date created: 9 May 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= semi-${SEMI_VER} +PORTNAME= semi-${EMACS_PORT} +PORTVERSION= ${SEMI_VER} CATEGORIES= editors elisp MASTER_SITES= ftp://ftp.etl.go.jp/pub/mule/semi/semi-1.13-for-flim-1.13/ \ ftp://ftp.media.kyoto-u.ac.jp/pub/mule/semi/semi-1.13-for-flim-1.13/ \ ftp://ftp.win.or.jp/pub/word/mule/semi/semi-1.13-for-flim-1.13/ \ ftp://ftp.eos.hokudai.ac.jp/pub/GNU/emacs/mule/semi/semi-1.13-for-flim-1.13/ +DISTNAME= semi-${SEMI_VER} MAINTAINER?= shige@FreeBSD.org @@ -42,7 +43,6 @@ REQUIRE_SETUPEL= YES ALL_TARGET?= elc .if defined(EMACS_PORT) -PKGNAME= semi-${EMACS_PORT}-${SEMI_VER} EMACS_CMD= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER} BUILD_DEPENDS+= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} .if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES") diff --git a/editors/semi-emacs/Makefile b/editors/semi-emacs/Makefile index 0a0ad3b09d9..4693812ceea 100644 --- a/editors/semi-emacs/Makefile +++ b/editors/semi-emacs/Makefile @@ -1,17 +1,18 @@ # New ports collection makefile for: semi for emacs -# Version required: 1.13.4 # Date created: 9 May 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= semi-${SEMI_VER} +PORTNAME= semi-${EMACS_PORT} +PORTVERSION= ${SEMI_VER} CATEGORIES= editors elisp MASTER_SITES= ftp://ftp.etl.go.jp/pub/mule/semi/semi-1.13-for-flim-1.12/ \ ftp://ftp.media.kyoto-u.ac.jp/pub/mule/semi/semi-1.13-for-flim-1.12/ \ ftp://ftp.win.or.jp/pub/word/mule/semi/semi-1.13-for-flim-1.12/ \ ftp://ftp.eos.hokudai.ac.jp/pub/GNU/emacs/mule/semi/semi-1.13-for-flim-1.12/ +DISTNAME= semi-${SEMI_VER} MAINTAINER?= shige@FreeBSD.org @@ -42,7 +43,6 @@ REQUIRE_SETUPEL= YES ALL_TARGET?= elc .if defined(EMACS_PORT) -PKGNAME= semi-${EMACS_PORT}-${SEMI_VER} EMACS_CMD?= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER} BUILD_DEPENDS+= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} .if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES") diff --git a/editors/semi-emacs20-current/Makefile b/editors/semi-emacs20-current/Makefile index 46bdae0a6ba..400214fe4ee 100644 --- a/editors/semi-emacs20-current/Makefile +++ b/editors/semi-emacs20-current/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: semi-current for emacs20 -# Version required: 1.13.7 # Date created: 23 September 1998 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # diff --git a/editors/semi-emacs20/Makefile b/editors/semi-emacs20/Makefile index e729f763ed1..a42ad11d4ff 100644 --- a/editors/semi-emacs20/Makefile +++ b/editors/semi-emacs20/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: semi for emacs -# Version required: 1.13.4 # Date created: 23 September 1998 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # diff --git a/editors/semi-mule-current/Makefile b/editors/semi-mule-current/Makefile index 97a18b22d36..b1f65136686 100644 --- a/editors/semi-mule-current/Makefile +++ b/editors/semi-mule-current/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: semi-current for mule -# Version required: 1.13.7 # Date created: 9 May 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # diff --git a/editors/semi-mule/Makefile b/editors/semi-mule/Makefile index deb8f21bc31..047faf8afb9 100644 --- a/editors/semi-mule/Makefile +++ b/editors/semi-mule/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: semi for mule -# Version required: 1.13.4 # Date created: 9 May 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # diff --git a/editors/semi-xemacs-current/Makefile b/editors/semi-xemacs-current/Makefile index ba9d00a3514..7a8fae700a6 100644 --- a/editors/semi-xemacs-current/Makefile +++ b/editors/semi-xemacs-current/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: semi-current for xemacs -# Version required: 1.13.7 # Date created: 25 July 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # diff --git a/editors/semi-xemacs/Makefile b/editors/semi-xemacs/Makefile index 67795b85dbf..6f2521b00be 100644 --- a/editors/semi-xemacs/Makefile +++ b/editors/semi-xemacs/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: semi for xemacs -# Version required: 1.13.4 # Date created: 25 July 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # diff --git a/editors/semi-xemacs20-current/Makefile b/editors/semi-xemacs20-current/Makefile index 60b45487feb..7eb072bdee2 100644 --- a/editors/semi-xemacs20-current/Makefile +++ b/editors/semi-xemacs20-current/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: semi-current for xemacs20 -# Version required: 1.13.7 # Date created: 25 July 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # diff --git a/editors/semi-xemacs20/Makefile b/editors/semi-xemacs20/Makefile index 8531469bb1b..fd6c17a327f 100644 --- a/editors/semi-xemacs20/Makefile +++ b/editors/semi-xemacs20/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: semi for xemacs20 -# Version required: 1.13.4 # Date created: 25 July 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # diff --git a/editors/semi-xemacs21-mule-current/Makefile b/editors/semi-xemacs21-mule-current/Makefile index 81dfbc00940..3b9056578c8 100644 --- a/editors/semi-xemacs21-mule-current/Makefile +++ b/editors/semi-xemacs21-mule-current/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: semi-current for xemacs21-mule -# Version required: 1.13.7 # Date created: 25 July 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # diff --git a/editors/semi-xemacs21-mule/Makefile b/editors/semi-xemacs21-mule/Makefile index 9f571d2e5bd..d017135a185 100644 --- a/editors/semi-xemacs21-mule/Makefile +++ b/editors/semi-xemacs21-mule/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: semi for xemacs21-mule -# Version required: 1.13.4 # Date created: 25 July 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # diff --git a/editors/semi/Makefile b/editors/semi/Makefile index 50a7ee31e75..f37fae3164a 100644 --- a/editors/semi/Makefile +++ b/editors/semi/Makefile @@ -1,17 +1,18 @@ # New ports collection makefile for: semi-current for emacs -# Version required: 1.13.7 # Date created: 9 May 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= semi-${SEMI_VER} +PORTNAME= semi-${EMACS_PORT} +PORTVERSION= ${SEMI_VER} CATEGORIES= editors elisp MASTER_SITES= ftp://ftp.etl.go.jp/pub/mule/semi/semi-1.13-for-flim-1.13/ \ ftp://ftp.media.kyoto-u.ac.jp/pub/mule/semi/semi-1.13-for-flim-1.13/ \ ftp://ftp.win.or.jp/pub/word/mule/semi/semi-1.13-for-flim-1.13/ \ ftp://ftp.eos.hokudai.ac.jp/pub/GNU/emacs/mule/semi/semi-1.13-for-flim-1.13/ +DISTNAME= semi-${SEMI_VER} MAINTAINER?= shige@FreeBSD.org @@ -42,7 +43,6 @@ REQUIRE_SETUPEL= YES ALL_TARGET?= elc .if defined(EMACS_PORT) -PKGNAME= semi-${EMACS_PORT}-${SEMI_VER} EMACS_CMD= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER} BUILD_DEPENDS+= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} .if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES") diff --git a/editors/semi113-emacs/Makefile b/editors/semi113-emacs/Makefile index 50a7ee31e75..f37fae3164a 100644 --- a/editors/semi113-emacs/Makefile +++ b/editors/semi113-emacs/Makefile @@ -1,17 +1,18 @@ # New ports collection makefile for: semi-current for emacs -# Version required: 1.13.7 # Date created: 9 May 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= semi-${SEMI_VER} +PORTNAME= semi-${EMACS_PORT} +PORTVERSION= ${SEMI_VER} CATEGORIES= editors elisp MASTER_SITES= ftp://ftp.etl.go.jp/pub/mule/semi/semi-1.13-for-flim-1.13/ \ ftp://ftp.media.kyoto-u.ac.jp/pub/mule/semi/semi-1.13-for-flim-1.13/ \ ftp://ftp.win.or.jp/pub/word/mule/semi/semi-1.13-for-flim-1.13/ \ ftp://ftp.eos.hokudai.ac.jp/pub/GNU/emacs/mule/semi/semi-1.13-for-flim-1.13/ +DISTNAME= semi-${SEMI_VER} MAINTAINER?= shige@FreeBSD.org @@ -42,7 +43,6 @@ REQUIRE_SETUPEL= YES ALL_TARGET?= elc .if defined(EMACS_PORT) -PKGNAME= semi-${EMACS_PORT}-${SEMI_VER} EMACS_CMD= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER} BUILD_DEPENDS+= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} .if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES") diff --git a/editors/semi113-emacs20/Makefile b/editors/semi113-emacs20/Makefile index 46bdae0a6ba..400214fe4ee 100644 --- a/editors/semi113-emacs20/Makefile +++ b/editors/semi113-emacs20/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: semi-current for emacs20 -# Version required: 1.13.7 # Date created: 23 September 1998 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # diff --git a/editors/semi113-mule/Makefile b/editors/semi113-mule/Makefile index 97a18b22d36..b1f65136686 100644 --- a/editors/semi113-mule/Makefile +++ b/editors/semi113-mule/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: semi-current for mule -# Version required: 1.13.7 # Date created: 9 May 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # diff --git a/editors/semi113-xemacs/Makefile b/editors/semi113-xemacs/Makefile index ba9d00a3514..7a8fae700a6 100644 --- a/editors/semi113-xemacs/Makefile +++ b/editors/semi113-xemacs/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: semi-current for xemacs -# Version required: 1.13.7 # Date created: 25 July 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # diff --git a/editors/semi113-xemacs20/Makefile b/editors/semi113-xemacs20/Makefile index 60b45487feb..7eb072bdee2 100644 --- a/editors/semi113-xemacs20/Makefile +++ b/editors/semi113-xemacs20/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: semi-current for xemacs20 -# Version required: 1.13.7 # Date created: 25 July 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # diff --git a/editors/semi113-xemacs21-mule/Makefile b/editors/semi113-xemacs21-mule/Makefile index 81dfbc00940..3b9056578c8 100644 --- a/editors/semi113-xemacs21-mule/Makefile +++ b/editors/semi113-xemacs21-mule/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: semi-current for xemacs21-mule -# Version required: 1.13.7 # Date created: 25 July 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # diff --git a/editors/semi113/Makefile b/editors/semi113/Makefile index 50a7ee31e75..f37fae3164a 100644 --- a/editors/semi113/Makefile +++ b/editors/semi113/Makefile @@ -1,17 +1,18 @@ # New ports collection makefile for: semi-current for emacs -# Version required: 1.13.7 # Date created: 9 May 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= semi-${SEMI_VER} +PORTNAME= semi-${EMACS_PORT} +PORTVERSION= ${SEMI_VER} CATEGORIES= editors elisp MASTER_SITES= ftp://ftp.etl.go.jp/pub/mule/semi/semi-1.13-for-flim-1.13/ \ ftp://ftp.media.kyoto-u.ac.jp/pub/mule/semi/semi-1.13-for-flim-1.13/ \ ftp://ftp.win.or.jp/pub/word/mule/semi/semi-1.13-for-flim-1.13/ \ ftp://ftp.eos.hokudai.ac.jp/pub/GNU/emacs/mule/semi/semi-1.13-for-flim-1.13/ +DISTNAME= semi-${SEMI_VER} MAINTAINER?= shige@FreeBSD.org @@ -42,7 +43,6 @@ REQUIRE_SETUPEL= YES ALL_TARGET?= elc .if defined(EMACS_PORT) -PKGNAME= semi-${EMACS_PORT}-${SEMI_VER} EMACS_CMD= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER} BUILD_DEPENDS+= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} .if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES") diff --git a/editors/semi114-emacs20/Makefile b/editors/semi114-emacs20/Makefile index 50a7ee31e75..f37fae3164a 100644 --- a/editors/semi114-emacs20/Makefile +++ b/editors/semi114-emacs20/Makefile @@ -1,17 +1,18 @@ # New ports collection makefile for: semi-current for emacs -# Version required: 1.13.7 # Date created: 9 May 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= semi-${SEMI_VER} +PORTNAME= semi-${EMACS_PORT} +PORTVERSION= ${SEMI_VER} CATEGORIES= editors elisp MASTER_SITES= ftp://ftp.etl.go.jp/pub/mule/semi/semi-1.13-for-flim-1.13/ \ ftp://ftp.media.kyoto-u.ac.jp/pub/mule/semi/semi-1.13-for-flim-1.13/ \ ftp://ftp.win.or.jp/pub/word/mule/semi/semi-1.13-for-flim-1.13/ \ ftp://ftp.eos.hokudai.ac.jp/pub/GNU/emacs/mule/semi/semi-1.13-for-flim-1.13/ +DISTNAME= semi-${SEMI_VER} MAINTAINER?= shige@FreeBSD.org @@ -42,7 +43,6 @@ REQUIRE_SETUPEL= YES ALL_TARGET?= elc .if defined(EMACS_PORT) -PKGNAME= semi-${EMACS_PORT}-${SEMI_VER} EMACS_CMD= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER} BUILD_DEPENDS+= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} .if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES") diff --git a/editors/wemi-emacs-current/Makefile b/editors/wemi-emacs-current/Makefile index 44bb106f233..a76ecc50905 100644 --- a/editors/wemi-emacs-current/Makefile +++ b/editors/wemi-emacs-current/Makefile @@ -1,14 +1,15 @@ # New ports collection makefile for: wemi-current for emacs -# Version required: 1.13.7 # Date created: 9 May 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= wemi-${WEMI_VER} +PORTNAME= wemi-${EMACS_PORT} +PORTVERSION= ${WEMI_VER} CATEGORIES= editors elisp MASTER_SITES= ftp://ftp.jpl.org/pub/elisp/wemi/ +DISTNAME= wemi-${WEMI_VER} MAINTAINER?= shige@FreeBSD.org @@ -40,7 +41,6 @@ REQUIRE_SETUPEL= YES ALL_TARGET?= elc .if defined(EMACS_PORT) -PKGNAME= wemi-${EMACS_PORT}-${WEMI_VER} EMACS_CMD?= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER} BUILD_DEPENDS+= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} .if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES") diff --git a/editors/wemi-emacs/Makefile b/editors/wemi-emacs/Makefile index 9cf2e121490..5e93a88bc59 100644 --- a/editors/wemi-emacs/Makefile +++ b/editors/wemi-emacs/Makefile @@ -1,16 +1,17 @@ # New ports collection makefile for: wemi for emacs -# Version required: 1.13.4 # Date created: 9 May 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= wemi-${WEMI_VER} +PORTNAME= wemi-${EMACS_PORT} +PORTVERSION= ${WEMI_VER} CATEGORIES= editors elisp MASTER_SITES= ftp://ftp.jpl.org/pub/elisp/wemi/ \ ${MASTER_SITE_PORTS_JP} \ http://people.FreeBSD.org/~shige/ports/distfiles/ +DISTNAME= wemi-${WEMI_VER} MAINTAINER?= shige@FreeBSD.org @@ -42,7 +43,6 @@ REQUIRE_SETUPEL= YES ALL_TARGET?= elc .if defined(EMACS_PORT) -PKGNAME= wemi-${EMACS_PORT}-${WEMI_VER} EMACS_CMD?= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER} BUILD_DEPENDS+= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} .if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES") diff --git a/editors/wemi-emacs20-current/Makefile b/editors/wemi-emacs20-current/Makefile index d887c00a388..5d8fcd259d4 100644 --- a/editors/wemi-emacs20-current/Makefile +++ b/editors/wemi-emacs20-current/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: wemi-current for emacs20 -# Version required: 1.13.7 # Date created: 23 September 1998 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # diff --git a/editors/wemi-emacs20/Makefile b/editors/wemi-emacs20/Makefile index 7e64307e9cc..5b42968bdfc 100644 --- a/editors/wemi-emacs20/Makefile +++ b/editors/wemi-emacs20/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: wemi for emacs20 -# Version required: 1.13.4 # Date created: 23 September 1998 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # diff --git a/editors/wemi-mule-current/Makefile b/editors/wemi-mule-current/Makefile index 16324eef56a..f36d585bfcb 100644 --- a/editors/wemi-mule-current/Makefile +++ b/editors/wemi-mule-current/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: wemi-current for mule -# Version required: 1.13.7 # Date created: 9 May 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # diff --git a/editors/wemi-mule/Makefile b/editors/wemi-mule/Makefile index fde8d6659fb..b6c7dd00423 100644 --- a/editors/wemi-mule/Makefile +++ b/editors/wemi-mule/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: wemi for mule -# Version required: 1.13.4 # Date created: 9 May 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # diff --git a/editors/wemi-xemacs-current/Makefile b/editors/wemi-xemacs-current/Makefile index 18af385bcf1..7410a48e7e4 100644 --- a/editors/wemi-xemacs-current/Makefile +++ b/editors/wemi-xemacs-current/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: wemi-current for xemacs -# Version required: 1.13.7 # Date created: 25 July 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # diff --git a/editors/wemi-xemacs/Makefile b/editors/wemi-xemacs/Makefile index 807cb098935..f75fadcfcec 100644 --- a/editors/wemi-xemacs/Makefile +++ b/editors/wemi-xemacs/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: wemi for xemacs -# Version required: 1.13.4 # Date created: 25 July 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # diff --git a/editors/wemi-xemacs20-current/Makefile b/editors/wemi-xemacs20-current/Makefile index d3d6a108a6f..1dde14fc124 100644 --- a/editors/wemi-xemacs20-current/Makefile +++ b/editors/wemi-xemacs20-current/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: wemi-current for xemacs20 -# Version required: 1.13.7 # Date created: 25 July 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # diff --git a/editors/wemi-xemacs20/Makefile b/editors/wemi-xemacs20/Makefile index 3c81256e637..a9c81d59606 100644 --- a/editors/wemi-xemacs20/Makefile +++ b/editors/wemi-xemacs20/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: wemi for xemacs20 -# Version required: 1.13.4 # Date created: 25 July 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # diff --git a/editors/wemi-xemacs21-mule-current/Makefile b/editors/wemi-xemacs21-mule-current/Makefile index c8955ccbdb1..7a2faaf5eec 100644 --- a/editors/wemi-xemacs21-mule-current/Makefile +++ b/editors/wemi-xemacs21-mule-current/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: wemi-current for xemacs21-mule -# Version required: 1.13.7 # Date created: 25 July 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # diff --git a/editors/wemi-xemacs21-mule/Makefile b/editors/wemi-xemacs21-mule/Makefile index 037253dcf05..12655f1bc11 100644 --- a/editors/wemi-xemacs21-mule/Makefile +++ b/editors/wemi-xemacs21-mule/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: wemi for xemacs21-mule -# Version required: 1.13.4 # Date created: 25 July 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # diff --git a/editors/xenon/Makefile b/editors/xenon/Makefile index c217884eb9d..96e538a9e4f 100644 --- a/editors/xenon/Makefile +++ b/editors/xenon/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xenon -# Version required: 0.6.7 # Date created: 22 October 1999 # Whom: Chris D. Faulhaber <jedgar@fxp.org> # # $FreeBSD$ # -DISTNAME= xenon-0.6.7 +PORTNAME= xenon +PORTVERSION= 0.6.7 CATEGORIES= editors MASTER_SITES= ftp://ftp.proximity.com.au/pub/xenon/ diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index 9d338196960..b6395d99e5e 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: xvile -# Version required: 9.1 # Date created: Wed Nov 26, 1996 # Whom: pgf # # $FreeBSD$ # -DISTNAME= vile-9.1 -PKGNAME= xvile-9.1 +PORTNAME= xvile +PORTVERSION= 9.1 CATEGORIES= editors MASTER_SITES= ftp://ftp.phred.org/pub/vile/ \ ftp://id.wing.net/pub/pgf/vile/ +DISTNAME= vile-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= gj@freebsd.org diff --git a/editors/yudit/Makefile b/editors/yudit/Makefile index bb7d5eb5f87..b897339fb1a 100644 --- a/editors/yudit/Makefile +++ b/editors/yudit/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: yudit -# Version required: 1.3 # Date created: October 3, 1998 # Whom: rch@richard.eu.org # @@ -9,7 +8,8 @@ # # -DISTNAME= yudit-1.5 +PORTNAME= yudit +PORTVERSION= 1.5 CATEGORIES= editors converters print MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/editors/X |