mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
Finish converting editors/ to PORTNAME/PORTVERSION.
This commit is contained in:
parent
dfee8150a0
commit
935870e192
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27506
@ -1,15 +1,16 @@
|
|||||||
# New ports collection makefile for: apel for emacs
|
# New ports collection makefile for: apel for emacs
|
||||||
# Version required: 9.23
|
|
||||||
# Date created: 23 September 1998
|
# Date created: 23 September 1998
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= apel-${APEL_VER}
|
PORTNAME= apel-${EMACS_PORT}
|
||||||
|
PORTVERSION= ${APEL_VER}
|
||||||
CATEGORIES= editors elisp
|
CATEGORIES= editors elisp
|
||||||
MASTER_SITES= ftp://ftp.etl.go.jp/pub/mule/apel/ \
|
MASTER_SITES= ftp://ftp.etl.go.jp/pub/mule/apel/ \
|
||||||
ftp://ftp.center.osaka-u.ac.jp/mule/apel/
|
ftp://ftp.center.osaka-u.ac.jp/mule/apel/
|
||||||
|
DISTNAME= apel-${APEL_VER}
|
||||||
|
|
||||||
MAINTAINER?= shige@FreeBSD.org
|
MAINTAINER?= shige@FreeBSD.org
|
||||||
|
|
||||||
@ -38,7 +39,6 @@ REQUIRE_SETUPEL= YES
|
|||||||
ALL_TARGET?= elc
|
ALL_TARGET?= elc
|
||||||
|
|
||||||
.if defined(EMACS_PORT)
|
.if defined(EMACS_PORT)
|
||||||
PKGNAME= apel-${EMACS_PORT}-${APEL_VER}
|
|
||||||
EMACS_CMD?= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
|
EMACS_CMD?= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
|
||||||
BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
|
BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
|
||||||
.if defined(HAVE_COMMON_PORT) && (${HAVE_COMMON_PORT} == "YES")
|
.if defined(HAVE_COMMON_PORT) && (${HAVE_COMMON_PORT} == "YES")
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: apel for emacs20
|
# New ports collection makefile for: apel for emacs20
|
||||||
# Version required: 9.23
|
|
||||||
# Date created: 22 September 1998
|
# Date created: 22 September 1998
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: apel for mule
|
# New ports collection makefile for: apel for mule
|
||||||
# Version required: 9.23
|
|
||||||
# Date created: 23 September 1998
|
# Date created: 23 September 1998
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: apel for xemacs
|
# New ports collection makefile for: apel for xemacs
|
||||||
# Version required: 9.23
|
|
||||||
# Date created: 13 June 1999
|
# Date created: 13 June 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: apel for xemacs20
|
# New ports collection makefile for: apel for xemacs20
|
||||||
# Version required: 9.23
|
|
||||||
# Date created: 13 June 1999
|
# Date created: 13 June 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: apel for xemacs21-mule
|
# New ports collection makefile for: apel for xemacs21-mule
|
||||||
# Version required: 9.23
|
|
||||||
# Date created: 13 June 1999
|
# Date created: 13 June 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
|
@ -1,15 +1,16 @@
|
|||||||
# New ports collection makefile for: apel for emacs
|
# New ports collection makefile for: apel for emacs
|
||||||
# Version required: 9.23
|
|
||||||
# Date created: 23 September 1998
|
# Date created: 23 September 1998
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= apel-${APEL_VER}
|
PORTNAME= apel-${EMACS_PORT}
|
||||||
|
PORTVERSION= ${APEL_VER}
|
||||||
CATEGORIES= editors elisp
|
CATEGORIES= editors elisp
|
||||||
MASTER_SITES= ftp://ftp.etl.go.jp/pub/mule/apel/ \
|
MASTER_SITES= ftp://ftp.etl.go.jp/pub/mule/apel/ \
|
||||||
ftp://ftp.center.osaka-u.ac.jp/mule/apel/
|
ftp://ftp.center.osaka-u.ac.jp/mule/apel/
|
||||||
|
DISTNAME= apel-${APEL_VER}
|
||||||
|
|
||||||
MAINTAINER?= shige@FreeBSD.org
|
MAINTAINER?= shige@FreeBSD.org
|
||||||
|
|
||||||
@ -38,7 +39,6 @@ REQUIRE_SETUPEL= YES
|
|||||||
ALL_TARGET?= elc
|
ALL_TARGET?= elc
|
||||||
|
|
||||||
.if defined(EMACS_PORT)
|
.if defined(EMACS_PORT)
|
||||||
PKGNAME= apel-${EMACS_PORT}-${APEL_VER}
|
|
||||||
EMACS_CMD?= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
|
EMACS_CMD?= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
|
||||||
BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
|
BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
|
||||||
.if defined(HAVE_COMMON_PORT) && (${HAVE_COMMON_PORT} == "YES")
|
.if defined(HAVE_COMMON_PORT) && (${HAVE_COMMON_PORT} == "YES")
|
||||||
|
@ -1,14 +1,15 @@
|
|||||||
# New ports collection makefile for: bitmap for emacs20
|
# New ports collection makefile for: bitmap for emacs20
|
||||||
# Version required: 8.2
|
|
||||||
# Date created: 23 September 1998
|
# Date created: 23 September 1998
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= bitmap-mule-${BITMAP_VER}
|
PORTNAME= bitmap-${EMACS_PORT}
|
||||||
|
PORTVERSION= ${BITMAP_PKG_VER}
|
||||||
CATEGORIES= editors elisp
|
CATEGORIES= editors elisp
|
||||||
MASTER_SITES= ftp://ftp.jpl.org/pub/elisp/bitmap/
|
MASTER_SITES= ftp://ftp.jpl.org/pub/elisp/bitmap/
|
||||||
|
DISTNAME= bitmap-mule-${BITMAP_VER}
|
||||||
|
|
||||||
MAINTAINER= shige@FreeBSD.org
|
MAINTAINER= shige@FreeBSD.org
|
||||||
|
|
||||||
@ -28,7 +29,6 @@ EMACS_LIBDIR_WITH_VER= ${EMACS_LIBDIR}/${EMACS_VER}
|
|||||||
# target name for make build
|
# target name for make build
|
||||||
ALL_TARGET= elc
|
ALL_TARGET= elc
|
||||||
|
|
||||||
PKGNAME= bitmap-${EMACS_PORT}-${BITMAP_PKG_VER}
|
|
||||||
EMACS_CMD= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
|
EMACS_CMD= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
|
||||||
BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} \
|
BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} \
|
||||||
uncompface:${PORTSDIR}/mail/faces
|
uncompface:${PORTSDIR}/mail/faces
|
||||||
|
@ -1,14 +1,15 @@
|
|||||||
# New ports collection makefile for: bitmap for mule
|
# New ports collection makefile for: bitmap for mule
|
||||||
# Version required: 8.2
|
|
||||||
# Date created: 23 September 1998
|
# Date created: 23 September 1998
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= bitmap-mule-${BITMAP_VER}
|
PORTNAME= bitmap-${EMACS_PORT}
|
||||||
|
PORTVERSION= ${BITMAP_PKG_VER}
|
||||||
CATEGORIES= editors elisp
|
CATEGORIES= editors elisp
|
||||||
MASTER_SITES= ftp://ftp.jpl.org/pub/elisp/bitmap/
|
MASTER_SITES= ftp://ftp.jpl.org/pub/elisp/bitmap/
|
||||||
|
DISTNAME= bitmap-mule-${BITMAP_VER}
|
||||||
|
|
||||||
MAINTAINER= shige@FreeBSD.org
|
MAINTAINER= shige@FreeBSD.org
|
||||||
|
|
||||||
@ -29,7 +30,6 @@ EMACS_LIBDIR_WITH_VER= ${EMACS_LIBDIR}/${EMACS_VER}
|
|||||||
# target name for make build
|
# target name for make build
|
||||||
ALL_TARGET?= elc
|
ALL_TARGET?= elc
|
||||||
|
|
||||||
PKGNAME= bitmap-${EMACS_PORT}-${BITMAP_PKG_VER}
|
|
||||||
EMACS_CMD= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
|
EMACS_CMD= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
|
||||||
BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} \
|
BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} \
|
||||||
uncompface:${PORTSDIR}/mail/faces
|
uncompface:${PORTSDIR}/mail/faces
|
||||||
|
@ -1,14 +1,15 @@
|
|||||||
# New ports collection makefile for: bitmap for emacs20
|
# New ports collection makefile for: bitmap for emacs20
|
||||||
# Version required: 8.2
|
|
||||||
# Date created: 23 September 1998
|
# Date created: 23 September 1998
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= bitmap-mule-${BITMAP_VER}
|
PORTNAME= bitmap-${EMACS_PORT}
|
||||||
|
PORTVERSION= ${BITMAP_PKG_VER}
|
||||||
CATEGORIES= editors elisp
|
CATEGORIES= editors elisp
|
||||||
MASTER_SITES= ftp://ftp.jpl.org/pub/elisp/bitmap/
|
MASTER_SITES= ftp://ftp.jpl.org/pub/elisp/bitmap/
|
||||||
|
DISTNAME= bitmap-mule-${BITMAP_VER}
|
||||||
|
|
||||||
MAINTAINER= shige@FreeBSD.org
|
MAINTAINER= shige@FreeBSD.org
|
||||||
|
|
||||||
@ -28,7 +29,6 @@ EMACS_LIBDIR_WITH_VER= ${EMACS_LIBDIR}/${EMACS_VER}
|
|||||||
# target name for make build
|
# target name for make build
|
||||||
ALL_TARGET= elc
|
ALL_TARGET= elc
|
||||||
|
|
||||||
PKGNAME= bitmap-${EMACS_PORT}-${BITMAP_PKG_VER}
|
|
||||||
EMACS_CMD= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
|
EMACS_CMD= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
|
||||||
BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} \
|
BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} \
|
||||||
uncompface:${PORTSDIR}/mail/faces
|
uncompface:${PORTSDIR}/mail/faces
|
||||||
|
@ -1,15 +1,16 @@
|
|||||||
# New ports collection makefile for: custom for emacs
|
# New ports collection makefile for: custom for emacs
|
||||||
# Version required: 1.9962
|
|
||||||
# Date created: 27 December 1998
|
# Date created: 27 December 1998
|
||||||
# Whom: shige
|
# Whom: shige
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= custom-${CUSTOM_VER}
|
PORTNAME= custom-${EMACS_PORT}
|
||||||
|
PORTVERSION= ${CUSTOM_VER}
|
||||||
CATEGORIES= editors elisp
|
CATEGORIES= editors elisp
|
||||||
MASTER_SITES= ftp://ftp.dina.kvl.dk/pub/Staff/Per.Abrahamsen/custom/ \
|
MASTER_SITES= ftp://ftp.dina.kvl.dk/pub/Staff/Per.Abrahamsen/custom/ \
|
||||||
ftp://ftp.win.ne.jp/pub/word/elisp/
|
ftp://ftp.win.ne.jp/pub/word/elisp/
|
||||||
|
DISTNAME= custom-${CUSTOM_VER}
|
||||||
|
|
||||||
MAINTAINER?= shige@FreeBSD.org
|
MAINTAINER?= shige@FreeBSD.org
|
||||||
|
|
||||||
@ -31,7 +32,6 @@ HAVE_COMMON_PORT= NO
|
|||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if defined(EMACS_PORT)
|
.if defined(EMACS_PORT)
|
||||||
PKGNAME= custom-${EMACS_PORT}-${CUSTOM_VER}
|
|
||||||
EMACS_CMD= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
|
EMACS_CMD= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
|
||||||
BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
|
BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
|
||||||
.if defined(HAVE_COMMON_PORT) && (${HAVE_COMMON_PORT} == "YES")
|
.if defined(HAVE_COMMON_PORT) && (${HAVE_COMMON_PORT} == "YES")
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: custom for mule
|
# New ports collection makefile for: custom for mule
|
||||||
# Version required: 1.9962
|
|
||||||
# Date created: 27 December 1998
|
# Date created: 27 December 1998
|
||||||
# Whom: shige
|
# Whom: shige
|
||||||
#
|
#
|
||||||
|
@ -1,18 +1,19 @@
|
|||||||
# New ports collection makefile for: flim-current for emacs
|
# New ports collection makefile for: flim-current for emacs
|
||||||
# Version required: 1.13.2
|
|
||||||
# Date created: 9 May 1999
|
# Date created: 9 May 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= flim-${FLIM_VER}
|
PORTNAME= flim-${EMACS_PORT}
|
||||||
|
PORTVERSION= ${FLIM_VER}
|
||||||
CATEGORIES= editors elisp
|
CATEGORIES= editors elisp
|
||||||
MASTER_SITES= ftp://ftp.etl.go.jp/pub/mule/flim/flim-1.13/ \
|
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.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.win.or.jp/pub/word/mule/flim/flim-1.13/ \
|
||||||
ftp://ftp.eos.hokudai.ac.jp/pub/GNU/emacs/mule/flim/flim-1.13/
|
ftp://ftp.eos.hokudai.ac.jp/pub/GNU/emacs/mule/flim/flim-1.13/
|
||||||
MAINTAINER?= shige@FreeBSD.org
|
MAINTAINER?= shige@FreeBSD.org
|
||||||
|
DISTNAME= flim-${FLIM_VER}
|
||||||
|
|
||||||
PORTCLASS?= master
|
PORTCLASS?= master
|
||||||
|
|
||||||
@ -39,7 +40,6 @@ REQUIRE_SETUPEL= YES
|
|||||||
ALL_TARGET?= elc
|
ALL_TARGET?= elc
|
||||||
|
|
||||||
.if defined(EMACS_PORT)
|
.if defined(EMACS_PORT)
|
||||||
PKGNAME= flim-${EMACS_PORT}-${FLIM_VER}
|
|
||||||
EMACS_CMD?= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
|
EMACS_CMD?= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
|
||||||
BUILD_DEPENDS+= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
|
BUILD_DEPENDS+= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
|
||||||
.if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES")
|
.if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES")
|
||||||
|
@ -1,18 +1,19 @@
|
|||||||
# New ports collection makefile for: flim for emacs
|
# New ports collection makefile for: flim for emacs
|
||||||
# Version required: 1.12.7
|
|
||||||
# Date created: 9 May 1999
|
# Date created: 9 May 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= flim-${FLIM_VER}
|
PORTNAME= flim-${EMACS_PORT}
|
||||||
|
PORTVERSION= ${FLIM_VER}
|
||||||
CATEGORIES= editors elisp
|
CATEGORIES= editors elisp
|
||||||
MASTER_SITES= ftp://ftp.etl.go.jp/pub/mule/flim/flim-1.12/ \
|
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.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.win.or.jp/pub/word/mule/flim/flim-1.12/ \
|
||||||
ftp://ftp.eos.hokudai.ac.jp/pub/GNU/emacs/mule/flim/flim-1.12/
|
ftp://ftp.eos.hokudai.ac.jp/pub/GNU/emacs/mule/flim/flim-1.12/
|
||||||
MAINTAINER?= shige@FreeBSD.org
|
MAINTAINER?= shige@FreeBSD.org
|
||||||
|
DISTNAME= flim-${FLIM_VER}
|
||||||
|
|
||||||
PORTCLASS?= master
|
PORTCLASS?= master
|
||||||
|
|
||||||
@ -39,7 +40,6 @@ REQUIRE_SETUPEL= YES
|
|||||||
ALL_TARGET?= elc
|
ALL_TARGET?= elc
|
||||||
|
|
||||||
.if defined(EMACS_PORT)
|
.if defined(EMACS_PORT)
|
||||||
PKGNAME= flim-${EMACS_PORT}-${FLIM_VER}
|
|
||||||
EMACS_CMD?= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
|
EMACS_CMD?= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
|
||||||
BUILD_DEPENDS+= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
|
BUILD_DEPENDS+= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
|
||||||
.if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES")
|
.if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES")
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: flim-current for emacs20
|
# New ports collection makefile for: flim-current for emacs20
|
||||||
# Version required: 1.13.2
|
|
||||||
# Date created: 23 September 1998
|
# Date created: 23 September 1998
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: flim for emacs20
|
# New ports collection makefile for: flim for emacs20
|
||||||
# Version required: 1.12.7
|
|
||||||
# Date created: 23 September 1998
|
# Date created: 23 September 1998
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: flim-current for mule
|
# New ports collection makefile for: flim-current for mule
|
||||||
# Version required: 1.13.2
|
|
||||||
# Date created: 9 May 1999
|
# Date created: 9 May 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: flim for mule
|
# New ports collection makefile for: flim for mule
|
||||||
# Version required: 1.12.7
|
|
||||||
# Date created: 9 May 1999
|
# Date created: 9 May 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: flim-current for xemacs
|
# New ports collection makefile for: flim-current for xemacs
|
||||||
# Version required: 1.13.2
|
|
||||||
# Date created: 25 July 1999
|
# Date created: 25 July 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: flim for xemacs
|
# New ports collection makefile for: flim for xemacs
|
||||||
# Version required: 1.12.7
|
|
||||||
# Date created: 25 July 1999
|
# Date created: 25 July 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: flim-current for xemacs20
|
# New ports collection makefile for: flim-current for xemacs20
|
||||||
# Version required: 1.13.2
|
|
||||||
# Date created: 25 July 1999
|
# Date created: 25 July 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: flim for xemacs20
|
# New ports collection makefile for: flim for xemacs20
|
||||||
# Version required: 1.12.7
|
|
||||||
# Date created: 25 July 1999
|
# Date created: 25 July 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: flim for xemacs21-mule
|
# New ports collection makefile for: flim for xemacs21-mule
|
||||||
# Version required: 1.13.2
|
|
||||||
# Date created: 25 July 1999
|
# Date created: 25 July 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: flim for xemacs21-mule
|
# New ports collection makefile for: flim for xemacs21-mule
|
||||||
# Version required: 1.12.7
|
|
||||||
# Date created: 25 July 1999
|
# Date created: 25 July 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
|
@ -1,18 +1,19 @@
|
|||||||
# New ports collection makefile for: flim-current for emacs
|
# New ports collection makefile for: flim-current for emacs
|
||||||
# Version required: 1.13.2
|
|
||||||
# Date created: 9 May 1999
|
# Date created: 9 May 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= flim-${FLIM_VER}
|
PORTNAME= flim-${EMACS_PORT}
|
||||||
|
PORTVERSION= ${FLIM_VER}
|
||||||
CATEGORIES= editors elisp
|
CATEGORIES= editors elisp
|
||||||
MASTER_SITES= ftp://ftp.etl.go.jp/pub/mule/flim/flim-1.13/ \
|
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.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.win.or.jp/pub/word/mule/flim/flim-1.13/ \
|
||||||
ftp://ftp.eos.hokudai.ac.jp/pub/GNU/emacs/mule/flim/flim-1.13/
|
ftp://ftp.eos.hokudai.ac.jp/pub/GNU/emacs/mule/flim/flim-1.13/
|
||||||
MAINTAINER?= shige@FreeBSD.org
|
MAINTAINER?= shige@FreeBSD.org
|
||||||
|
DISTNAME= flim-${FLIM_VER}
|
||||||
|
|
||||||
PORTCLASS?= master
|
PORTCLASS?= master
|
||||||
|
|
||||||
@ -39,7 +40,6 @@ REQUIRE_SETUPEL= YES
|
|||||||
ALL_TARGET?= elc
|
ALL_TARGET?= elc
|
||||||
|
|
||||||
.if defined(EMACS_PORT)
|
.if defined(EMACS_PORT)
|
||||||
PKGNAME= flim-${EMACS_PORT}-${FLIM_VER}
|
|
||||||
EMACS_CMD?= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
|
EMACS_CMD?= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
|
||||||
BUILD_DEPENDS+= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
|
BUILD_DEPENDS+= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
|
||||||
.if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES")
|
.if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES")
|
||||||
|
@ -1,18 +1,19 @@
|
|||||||
# New ports collection makefile for: flim-current for emacs
|
# New ports collection makefile for: flim-current for emacs
|
||||||
# Version required: 1.13.2
|
|
||||||
# Date created: 9 May 1999
|
# Date created: 9 May 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= flim-${FLIM_VER}
|
PORTNAME= flim-${EMACS_PORT}
|
||||||
|
PORTVERSION= ${FLIM_VER}
|
||||||
CATEGORIES= editors elisp
|
CATEGORIES= editors elisp
|
||||||
MASTER_SITES= ftp://ftp.etl.go.jp/pub/mule/flim/flim-1.13/ \
|
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.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.win.or.jp/pub/word/mule/flim/flim-1.13/ \
|
||||||
ftp://ftp.eos.hokudai.ac.jp/pub/GNU/emacs/mule/flim/flim-1.13/
|
ftp://ftp.eos.hokudai.ac.jp/pub/GNU/emacs/mule/flim/flim-1.13/
|
||||||
MAINTAINER?= shige@FreeBSD.org
|
MAINTAINER?= shige@FreeBSD.org
|
||||||
|
DISTNAME= flim-${FLIM_VER}
|
||||||
|
|
||||||
PORTCLASS?= master
|
PORTCLASS?= master
|
||||||
|
|
||||||
@ -39,7 +40,6 @@ REQUIRE_SETUPEL= YES
|
|||||||
ALL_TARGET?= elc
|
ALL_TARGET?= elc
|
||||||
|
|
||||||
.if defined(EMACS_PORT)
|
.if defined(EMACS_PORT)
|
||||||
PKGNAME= flim-${EMACS_PORT}-${FLIM_VER}
|
|
||||||
EMACS_CMD?= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
|
EMACS_CMD?= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
|
||||||
BUILD_DEPENDS+= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
|
BUILD_DEPENDS+= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
|
||||||
.if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES")
|
.if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES")
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: flim-current for emacs20
|
# New ports collection makefile for: flim-current for emacs20
|
||||||
# Version required: 1.13.2
|
|
||||||
# Date created: 23 September 1998
|
# Date created: 23 September 1998
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: flim-current for mule
|
# New ports collection makefile for: flim-current for mule
|
||||||
# Version required: 1.13.2
|
|
||||||
# Date created: 9 May 1999
|
# Date created: 9 May 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: flim-current for xemacs
|
# New ports collection makefile for: flim-current for xemacs
|
||||||
# Version required: 1.13.2
|
|
||||||
# Date created: 25 July 1999
|
# Date created: 25 July 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: flim-current for xemacs20
|
# New ports collection makefile for: flim-current for xemacs20
|
||||||
# Version required: 1.13.2
|
|
||||||
# Date created: 25 July 1999
|
# Date created: 25 July 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: flim for xemacs21-mule
|
# New ports collection makefile for: flim for xemacs21-mule
|
||||||
# Version required: 1.13.2
|
|
||||||
# Date created: 25 July 1999
|
# Date created: 25 July 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
|
@ -1,18 +1,19 @@
|
|||||||
# New ports collection makefile for: flim-current for emacs
|
# New ports collection makefile for: flim-current for emacs
|
||||||
# Version required: 1.13.2
|
|
||||||
# Date created: 9 May 1999
|
# Date created: 9 May 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= flim-${FLIM_VER}
|
PORTNAME= flim-${EMACS_PORT}
|
||||||
|
PORTVERSION= ${FLIM_VER}
|
||||||
CATEGORIES= editors elisp
|
CATEGORIES= editors elisp
|
||||||
MASTER_SITES= ftp://ftp.etl.go.jp/pub/mule/flim/flim-1.13/ \
|
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.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.win.or.jp/pub/word/mule/flim/flim-1.13/ \
|
||||||
ftp://ftp.eos.hokudai.ac.jp/pub/GNU/emacs/mule/flim/flim-1.13/
|
ftp://ftp.eos.hokudai.ac.jp/pub/GNU/emacs/mule/flim/flim-1.13/
|
||||||
MAINTAINER?= shige@FreeBSD.org
|
MAINTAINER?= shige@FreeBSD.org
|
||||||
|
DISTNAME= flim-${FLIM_VER}
|
||||||
|
|
||||||
PORTCLASS?= master
|
PORTCLASS?= master
|
||||||
|
|
||||||
@ -39,7 +40,6 @@ REQUIRE_SETUPEL= YES
|
|||||||
ALL_TARGET?= elc
|
ALL_TARGET?= elc
|
||||||
|
|
||||||
.if defined(EMACS_PORT)
|
.if defined(EMACS_PORT)
|
||||||
PKGNAME= flim-${EMACS_PORT}-${FLIM_VER}
|
|
||||||
EMACS_CMD?= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
|
EMACS_CMD?= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
|
||||||
BUILD_DEPENDS+= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
|
BUILD_DEPENDS+= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
|
||||||
.if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES")
|
.if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES")
|
||||||
|
@ -1,18 +1,19 @@
|
|||||||
# New ports collection makefile for: flim-current for emacs
|
# New ports collection makefile for: flim-current for emacs
|
||||||
# Version required: 1.13.2
|
|
||||||
# Date created: 9 May 1999
|
# Date created: 9 May 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= flim-${FLIM_VER}
|
PORTNAME= flim-${EMACS_PORT}
|
||||||
|
PORTVERSION= ${FLIM_VER}
|
||||||
CATEGORIES= editors elisp
|
CATEGORIES= editors elisp
|
||||||
MASTER_SITES= ftp://ftp.etl.go.jp/pub/mule/flim/flim-1.13/ \
|
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.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.win.or.jp/pub/word/mule/flim/flim-1.13/ \
|
||||||
ftp://ftp.eos.hokudai.ac.jp/pub/GNU/emacs/mule/flim/flim-1.13/
|
ftp://ftp.eos.hokudai.ac.jp/pub/GNU/emacs/mule/flim/flim-1.13/
|
||||||
MAINTAINER?= shige@FreeBSD.org
|
MAINTAINER?= shige@FreeBSD.org
|
||||||
|
DISTNAME= flim-${FLIM_VER}
|
||||||
|
|
||||||
PORTCLASS?= master
|
PORTCLASS?= master
|
||||||
|
|
||||||
@ -39,7 +40,6 @@ REQUIRE_SETUPEL= YES
|
|||||||
ALL_TARGET?= elc
|
ALL_TARGET?= elc
|
||||||
|
|
||||||
.if defined(EMACS_PORT)
|
.if defined(EMACS_PORT)
|
||||||
PKGNAME= flim-${EMACS_PORT}-${FLIM_VER}
|
|
||||||
EMACS_CMD?= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
|
EMACS_CMD?= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
|
||||||
BUILD_DEPENDS+= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
|
BUILD_DEPENDS+= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
|
||||||
.if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES")
|
.if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES")
|
||||||
|
@ -6,13 +6,14 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= mule-2.3
|
PORTNAME= mule-common
|
||||||
PKGNAME= mule-common-2.3
|
PORTVERSION= 2.3
|
||||||
CATEGORIES= editors japanese
|
CATEGORIES= editors japanese
|
||||||
MASTER_SITES= ftp://etlport.etl.go.jp/pub/mule/ \
|
MASTER_SITES= ftp://etlport.etl.go.jp/pub/mule/ \
|
||||||
ftp://ftp.mei.co.jp/archive/free/gnu/emacs/Mule/ \
|
ftp://ftp.mei.co.jp/archive/free/gnu/emacs/Mule/ \
|
||||||
ftp://ftp.iij.ad.jp/pub/misc/mule/ \
|
ftp://ftp.iij.ad.jp/pub/misc/mule/ \
|
||||||
http://www.infonets.hiroshima-u.ac.jp/~taoka/FreeBSD/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
|
DISTFILES= emacs-19.34b.tar.gz mule-2.3-19.34.patch-981002.tar.gz
|
||||||
|
|
||||||
PATCH_SITES= ftp://etlport.etl.go.jp/pub/mule/
|
PATCH_SITES= ftp://etlport.etl.go.jp/pub/mule/
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: nvi-1.79 + multilingual patch(none)
|
# New ports collection makefile for: nvi-1.79 + multilingual patch(none)
|
||||||
# Version required: 1.79
|
|
||||||
# Date created: 6 Mar 1997
|
# Date created: 6 Mar 1997
|
||||||
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
|
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
|
||||||
#
|
#
|
||||||
@ -12,6 +11,7 @@ PORTVERSION= 1.79.19991117
|
|||||||
CATEGORIES= editors
|
CATEGORIES= editors
|
||||||
MASTER_SITES= ftp://sleepy.vwh.net/pub/\
|
MASTER_SITES= ftp://sleepy.vwh.net/pub/\
|
||||||
ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/
|
ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/
|
||||||
|
PKGNAMESUFFIX?= -m17n
|
||||||
DISTNAME= nvi-1.79
|
DISTNAME= nvi-1.79
|
||||||
|
|
||||||
PATCH_SITES= ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/
|
PATCH_SITES= ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
# New ports collection makefile for: nvi-1.79 + perl
|
# New ports collection makefile for: nvi-1.79 + perl
|
||||||
# Version required: 1.79
|
|
||||||
# Date created: 18 Feb 1998
|
# Date created: 18 Feb 1998
|
||||||
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
|
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= nvi-1.79
|
PORTNAME= nvi-perl
|
||||||
PKGNAME?= nvi-perl-1.79
|
PORTVERSION= 1.79
|
||||||
CATEGORIES= editors
|
CATEGORIES= editors
|
||||||
MASTER_SITES= ftp://sleepy.vwh.net/pub/ \
|
MASTER_SITES= ftp://sleepy.vwh.net/pub/ \
|
||||||
ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/
|
ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/
|
||||||
|
DISTNAME= nvi-${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= itojun@itojun.org
|
MAINTAINER= itojun@itojun.org
|
||||||
|
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
# ports collection makefile for: Editor
|
# ports collection makefile for: Editor
|
||||||
# Version required: 2.4
|
|
||||||
# Date created: 28 Jun 1997
|
# Date created: 28 Jun 1997
|
||||||
# Whom: Ruslan Shevchenko <ruslan@shevchenko.kiev.ua>
|
# Whom: Ruslan Shevchenko <ruslan@shevchenko.kiev.ua>
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= Editor-2.4
|
PORTNAME= offix-editor
|
||||||
PKGNAME= offix-editor-2.4
|
PORTVERSION= 2.4
|
||||||
CATEGORIES= editors offix
|
CATEGORIES= editors offix
|
||||||
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
||||||
MASTER_SITE_SUBDIR= desktop_managers/OffiX
|
MASTER_SITE_SUBDIR= desktop_managers/OffiX
|
||||||
|
DISTNAME= Editor-${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= ruslan@shevchenko.kiev.ua
|
MAINTAINER= ruslan@shevchenko.kiev.ua
|
||||||
|
|
||||||
|
@ -1,14 +1,15 @@
|
|||||||
# New ports collection makefile for: psgml for emacs
|
# New ports collection makefile for: psgml for emacs
|
||||||
# Version required: 1.2.0
|
|
||||||
# Date created: 23 January 1999
|
# Date created: 23 January 1999
|
||||||
# Whom: shige
|
# Whom: shige
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= psgml-${PSGML_VER}
|
PORTNAME= psgml-${EMACS_PORT}
|
||||||
|
PORTVERSION= ${PSGML_VER}
|
||||||
CATEGORIES= editors elisp
|
CATEGORIES= editors elisp
|
||||||
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/sgml/
|
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/sgml/
|
||||||
|
DISTNAME= psgml-${PSGML_VER}
|
||||||
|
|
||||||
MAINTAINER?= shige@FreeBSD.org
|
MAINTAINER?= shige@FreeBSD.org
|
||||||
|
|
||||||
@ -36,7 +37,6 @@ HAS_COMMON_PORT= NO
|
|||||||
# emacs ports setup
|
# emacs ports setup
|
||||||
#
|
#
|
||||||
.if defined(EMACS_PORT)
|
.if defined(EMACS_PORT)
|
||||||
PKGNAME= psgml-${EMACS_PORT}-${PSGML_VER}
|
|
||||||
EMACS_CMD?= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
|
EMACS_CMD?= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
|
||||||
BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
|
BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
|
||||||
.if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES")
|
.if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES")
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: psgml for mule
|
# New ports collection makefile for: psgml for mule
|
||||||
# Version required: 1.2.0
|
|
||||||
# Date created: 23 January 1999
|
# Date created: 23 January 1999
|
||||||
# Whom: shige
|
# Whom: shige
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: psgml for xemacs-mule
|
# New ports collection makefile for: psgml for xemacs-mule
|
||||||
# Version required: 1.2.0
|
|
||||||
# Date created: 26 May 1999
|
# Date created: 26 May 1999
|
||||||
# Whom: kuriyama
|
# Whom: kuriyama
|
||||||
#
|
#
|
||||||
|
@ -1,14 +1,15 @@
|
|||||||
# New ports collection makefile for: psgml for emacs
|
# New ports collection makefile for: psgml for emacs
|
||||||
# Version required: 1.2.0
|
|
||||||
# Date created: 23 January 1999
|
# Date created: 23 January 1999
|
||||||
# Whom: shige
|
# Whom: shige
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= psgml-${PSGML_VER}
|
PORTNAME= psgml-${EMACS_PORT}
|
||||||
|
PORTVERSION= ${PSGML_VER}
|
||||||
CATEGORIES= editors elisp
|
CATEGORIES= editors elisp
|
||||||
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/sgml/
|
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/sgml/
|
||||||
|
DISTNAME= psgml-${PSGML_VER}
|
||||||
|
|
||||||
MAINTAINER?= shige@FreeBSD.org
|
MAINTAINER?= shige@FreeBSD.org
|
||||||
|
|
||||||
@ -36,7 +37,6 @@ HAS_COMMON_PORT= NO
|
|||||||
# emacs ports setup
|
# emacs ports setup
|
||||||
#
|
#
|
||||||
.if defined(EMACS_PORT)
|
.if defined(EMACS_PORT)
|
||||||
PKGNAME= psgml-${EMACS_PORT}-${PSGML_VER}
|
|
||||||
EMACS_CMD?= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
|
EMACS_CMD?= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
|
||||||
BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
|
BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
|
||||||
.if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES")
|
.if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES")
|
||||||
|
@ -1,17 +1,18 @@
|
|||||||
# New ports collection makefile for: semi-current for emacs
|
# New ports collection makefile for: semi-current for emacs
|
||||||
# Version required: 1.13.7
|
|
||||||
# Date created: 9 May 1999
|
# Date created: 9 May 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= semi-${SEMI_VER}
|
PORTNAME= semi-${EMACS_PORT}
|
||||||
|
PORTVERSION= ${SEMI_VER}
|
||||||
CATEGORIES= editors elisp
|
CATEGORIES= editors elisp
|
||||||
MASTER_SITES= ftp://ftp.etl.go.jp/pub/mule/semi/semi-1.13-for-flim-1.13/ \
|
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.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.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/
|
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
|
MAINTAINER?= shige@FreeBSD.org
|
||||||
|
|
||||||
@ -42,7 +43,6 @@ REQUIRE_SETUPEL= YES
|
|||||||
ALL_TARGET?= elc
|
ALL_TARGET?= elc
|
||||||
|
|
||||||
.if defined(EMACS_PORT)
|
.if defined(EMACS_PORT)
|
||||||
PKGNAME= semi-${EMACS_PORT}-${SEMI_VER}
|
|
||||||
EMACS_CMD= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
|
EMACS_CMD= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
|
||||||
BUILD_DEPENDS+= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
|
BUILD_DEPENDS+= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
|
||||||
.if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES")
|
.if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES")
|
||||||
|
@ -1,17 +1,18 @@
|
|||||||
# New ports collection makefile for: semi for emacs
|
# New ports collection makefile for: semi for emacs
|
||||||
# Version required: 1.13.4
|
|
||||||
# Date created: 9 May 1999
|
# Date created: 9 May 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= semi-${SEMI_VER}
|
PORTNAME= semi-${EMACS_PORT}
|
||||||
|
PORTVERSION= ${SEMI_VER}
|
||||||
CATEGORIES= editors elisp
|
CATEGORIES= editors elisp
|
||||||
MASTER_SITES= ftp://ftp.etl.go.jp/pub/mule/semi/semi-1.13-for-flim-1.12/ \
|
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.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.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/
|
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
|
MAINTAINER?= shige@FreeBSD.org
|
||||||
|
|
||||||
@ -42,7 +43,6 @@ REQUIRE_SETUPEL= YES
|
|||||||
ALL_TARGET?= elc
|
ALL_TARGET?= elc
|
||||||
|
|
||||||
.if defined(EMACS_PORT)
|
.if defined(EMACS_PORT)
|
||||||
PKGNAME= semi-${EMACS_PORT}-${SEMI_VER}
|
|
||||||
EMACS_CMD?= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
|
EMACS_CMD?= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
|
||||||
BUILD_DEPENDS+= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
|
BUILD_DEPENDS+= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
|
||||||
.if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES")
|
.if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES")
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: semi-current for emacs20
|
# New ports collection makefile for: semi-current for emacs20
|
||||||
# Version required: 1.13.7
|
|
||||||
# Date created: 23 September 1998
|
# Date created: 23 September 1998
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: semi for emacs
|
# New ports collection makefile for: semi for emacs
|
||||||
# Version required: 1.13.4
|
|
||||||
# Date created: 23 September 1998
|
# Date created: 23 September 1998
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: semi-current for mule
|
# New ports collection makefile for: semi-current for mule
|
||||||
# Version required: 1.13.7
|
|
||||||
# Date created: 9 May 1999
|
# Date created: 9 May 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: semi for mule
|
# New ports collection makefile for: semi for mule
|
||||||
# Version required: 1.13.4
|
|
||||||
# Date created: 9 May 1999
|
# Date created: 9 May 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: semi-current for xemacs
|
# New ports collection makefile for: semi-current for xemacs
|
||||||
# Version required: 1.13.7
|
|
||||||
# Date created: 25 July 1999
|
# Date created: 25 July 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: semi for xemacs
|
# New ports collection makefile for: semi for xemacs
|
||||||
# Version required: 1.13.4
|
|
||||||
# Date created: 25 July 1999
|
# Date created: 25 July 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: semi-current for xemacs20
|
# New ports collection makefile for: semi-current for xemacs20
|
||||||
# Version required: 1.13.7
|
|
||||||
# Date created: 25 July 1999
|
# Date created: 25 July 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: semi for xemacs20
|
# New ports collection makefile for: semi for xemacs20
|
||||||
# Version required: 1.13.4
|
|
||||||
# Date created: 25 July 1999
|
# Date created: 25 July 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: semi-current for xemacs21-mule
|
# New ports collection makefile for: semi-current for xemacs21-mule
|
||||||
# Version required: 1.13.7
|
|
||||||
# Date created: 25 July 1999
|
# Date created: 25 July 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: semi for xemacs21-mule
|
# New ports collection makefile for: semi for xemacs21-mule
|
||||||
# Version required: 1.13.4
|
|
||||||
# Date created: 25 July 1999
|
# Date created: 25 July 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
|
@ -1,17 +1,18 @@
|
|||||||
# New ports collection makefile for: semi-current for emacs
|
# New ports collection makefile for: semi-current for emacs
|
||||||
# Version required: 1.13.7
|
|
||||||
# Date created: 9 May 1999
|
# Date created: 9 May 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= semi-${SEMI_VER}
|
PORTNAME= semi-${EMACS_PORT}
|
||||||
|
PORTVERSION= ${SEMI_VER}
|
||||||
CATEGORIES= editors elisp
|
CATEGORIES= editors elisp
|
||||||
MASTER_SITES= ftp://ftp.etl.go.jp/pub/mule/semi/semi-1.13-for-flim-1.13/ \
|
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.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.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/
|
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
|
MAINTAINER?= shige@FreeBSD.org
|
||||||
|
|
||||||
@ -42,7 +43,6 @@ REQUIRE_SETUPEL= YES
|
|||||||
ALL_TARGET?= elc
|
ALL_TARGET?= elc
|
||||||
|
|
||||||
.if defined(EMACS_PORT)
|
.if defined(EMACS_PORT)
|
||||||
PKGNAME= semi-${EMACS_PORT}-${SEMI_VER}
|
|
||||||
EMACS_CMD= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
|
EMACS_CMD= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
|
||||||
BUILD_DEPENDS+= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
|
BUILD_DEPENDS+= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
|
||||||
.if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES")
|
.if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES")
|
||||||
|
@ -1,17 +1,18 @@
|
|||||||
# New ports collection makefile for: semi-current for emacs
|
# New ports collection makefile for: semi-current for emacs
|
||||||
# Version required: 1.13.7
|
|
||||||
# Date created: 9 May 1999
|
# Date created: 9 May 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= semi-${SEMI_VER}
|
PORTNAME= semi-${EMACS_PORT}
|
||||||
|
PORTVERSION= ${SEMI_VER}
|
||||||
CATEGORIES= editors elisp
|
CATEGORIES= editors elisp
|
||||||
MASTER_SITES= ftp://ftp.etl.go.jp/pub/mule/semi/semi-1.13-for-flim-1.13/ \
|
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.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.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/
|
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
|
MAINTAINER?= shige@FreeBSD.org
|
||||||
|
|
||||||
@ -42,7 +43,6 @@ REQUIRE_SETUPEL= YES
|
|||||||
ALL_TARGET?= elc
|
ALL_TARGET?= elc
|
||||||
|
|
||||||
.if defined(EMACS_PORT)
|
.if defined(EMACS_PORT)
|
||||||
PKGNAME= semi-${EMACS_PORT}-${SEMI_VER}
|
|
||||||
EMACS_CMD= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
|
EMACS_CMD= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
|
||||||
BUILD_DEPENDS+= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
|
BUILD_DEPENDS+= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
|
||||||
.if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES")
|
.if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES")
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: semi-current for emacs20
|
# New ports collection makefile for: semi-current for emacs20
|
||||||
# Version required: 1.13.7
|
|
||||||
# Date created: 23 September 1998
|
# Date created: 23 September 1998
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: semi-current for mule
|
# New ports collection makefile for: semi-current for mule
|
||||||
# Version required: 1.13.7
|
|
||||||
# Date created: 9 May 1999
|
# Date created: 9 May 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: semi-current for xemacs
|
# New ports collection makefile for: semi-current for xemacs
|
||||||
# Version required: 1.13.7
|
|
||||||
# Date created: 25 July 1999
|
# Date created: 25 July 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: semi-current for xemacs20
|
# New ports collection makefile for: semi-current for xemacs20
|
||||||
# Version required: 1.13.7
|
|
||||||
# Date created: 25 July 1999
|
# Date created: 25 July 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: semi-current for xemacs21-mule
|
# New ports collection makefile for: semi-current for xemacs21-mule
|
||||||
# Version required: 1.13.7
|
|
||||||
# Date created: 25 July 1999
|
# Date created: 25 July 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
|
@ -1,17 +1,18 @@
|
|||||||
# New ports collection makefile for: semi-current for emacs
|
# New ports collection makefile for: semi-current for emacs
|
||||||
# Version required: 1.13.7
|
|
||||||
# Date created: 9 May 1999
|
# Date created: 9 May 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= semi-${SEMI_VER}
|
PORTNAME= semi-${EMACS_PORT}
|
||||||
|
PORTVERSION= ${SEMI_VER}
|
||||||
CATEGORIES= editors elisp
|
CATEGORIES= editors elisp
|
||||||
MASTER_SITES= ftp://ftp.etl.go.jp/pub/mule/semi/semi-1.13-for-flim-1.13/ \
|
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.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.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/
|
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
|
MAINTAINER?= shige@FreeBSD.org
|
||||||
|
|
||||||
@ -42,7 +43,6 @@ REQUIRE_SETUPEL= YES
|
|||||||
ALL_TARGET?= elc
|
ALL_TARGET?= elc
|
||||||
|
|
||||||
.if defined(EMACS_PORT)
|
.if defined(EMACS_PORT)
|
||||||
PKGNAME= semi-${EMACS_PORT}-${SEMI_VER}
|
|
||||||
EMACS_CMD= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
|
EMACS_CMD= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
|
||||||
BUILD_DEPENDS+= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
|
BUILD_DEPENDS+= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
|
||||||
.if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES")
|
.if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES")
|
||||||
|
@ -1,17 +1,18 @@
|
|||||||
# New ports collection makefile for: semi-current for emacs
|
# New ports collection makefile for: semi-current for emacs
|
||||||
# Version required: 1.13.7
|
|
||||||
# Date created: 9 May 1999
|
# Date created: 9 May 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= semi-${SEMI_VER}
|
PORTNAME= semi-${EMACS_PORT}
|
||||||
|
PORTVERSION= ${SEMI_VER}
|
||||||
CATEGORIES= editors elisp
|
CATEGORIES= editors elisp
|
||||||
MASTER_SITES= ftp://ftp.etl.go.jp/pub/mule/semi/semi-1.13-for-flim-1.13/ \
|
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.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.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/
|
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
|
MAINTAINER?= shige@FreeBSD.org
|
||||||
|
|
||||||
@ -42,7 +43,6 @@ REQUIRE_SETUPEL= YES
|
|||||||
ALL_TARGET?= elc
|
ALL_TARGET?= elc
|
||||||
|
|
||||||
.if defined(EMACS_PORT)
|
.if defined(EMACS_PORT)
|
||||||
PKGNAME= semi-${EMACS_PORT}-${SEMI_VER}
|
|
||||||
EMACS_CMD= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
|
EMACS_CMD= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
|
||||||
BUILD_DEPENDS+= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
|
BUILD_DEPENDS+= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
|
||||||
.if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES")
|
.if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES")
|
||||||
|
@ -1,14 +1,15 @@
|
|||||||
# New ports collection makefile for: wemi-current for emacs
|
# New ports collection makefile for: wemi-current for emacs
|
||||||
# Version required: 1.13.7
|
|
||||||
# Date created: 9 May 1999
|
# Date created: 9 May 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= wemi-${WEMI_VER}
|
PORTNAME= wemi-${EMACS_PORT}
|
||||||
|
PORTVERSION= ${WEMI_VER}
|
||||||
CATEGORIES= editors elisp
|
CATEGORIES= editors elisp
|
||||||
MASTER_SITES= ftp://ftp.jpl.org/pub/elisp/wemi/
|
MASTER_SITES= ftp://ftp.jpl.org/pub/elisp/wemi/
|
||||||
|
DISTNAME= wemi-${WEMI_VER}
|
||||||
|
|
||||||
MAINTAINER?= shige@FreeBSD.org
|
MAINTAINER?= shige@FreeBSD.org
|
||||||
|
|
||||||
@ -40,7 +41,6 @@ REQUIRE_SETUPEL= YES
|
|||||||
ALL_TARGET?= elc
|
ALL_TARGET?= elc
|
||||||
|
|
||||||
.if defined(EMACS_PORT)
|
.if defined(EMACS_PORT)
|
||||||
PKGNAME= wemi-${EMACS_PORT}-${WEMI_VER}
|
|
||||||
EMACS_CMD?= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
|
EMACS_CMD?= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
|
||||||
BUILD_DEPENDS+= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
|
BUILD_DEPENDS+= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
|
||||||
.if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES")
|
.if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES")
|
||||||
|
@ -1,16 +1,17 @@
|
|||||||
# New ports collection makefile for: wemi for emacs
|
# New ports collection makefile for: wemi for emacs
|
||||||
# Version required: 1.13.4
|
|
||||||
# Date created: 9 May 1999
|
# Date created: 9 May 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= wemi-${WEMI_VER}
|
PORTNAME= wemi-${EMACS_PORT}
|
||||||
|
PORTVERSION= ${WEMI_VER}
|
||||||
CATEGORIES= editors elisp
|
CATEGORIES= editors elisp
|
||||||
MASTER_SITES= ftp://ftp.jpl.org/pub/elisp/wemi/ \
|
MASTER_SITES= ftp://ftp.jpl.org/pub/elisp/wemi/ \
|
||||||
${MASTER_SITE_PORTS_JP} \
|
${MASTER_SITE_PORTS_JP} \
|
||||||
http://people.FreeBSD.org/~shige/ports/distfiles/
|
http://people.FreeBSD.org/~shige/ports/distfiles/
|
||||||
|
DISTNAME= wemi-${WEMI_VER}
|
||||||
|
|
||||||
MAINTAINER?= shige@FreeBSD.org
|
MAINTAINER?= shige@FreeBSD.org
|
||||||
|
|
||||||
@ -42,7 +43,6 @@ REQUIRE_SETUPEL= YES
|
|||||||
ALL_TARGET?= elc
|
ALL_TARGET?= elc
|
||||||
|
|
||||||
.if defined(EMACS_PORT)
|
.if defined(EMACS_PORT)
|
||||||
PKGNAME= wemi-${EMACS_PORT}-${WEMI_VER}
|
|
||||||
EMACS_CMD?= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
|
EMACS_CMD?= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
|
||||||
BUILD_DEPENDS+= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
|
BUILD_DEPENDS+= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
|
||||||
.if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES")
|
.if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES")
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: wemi-current for emacs20
|
# New ports collection makefile for: wemi-current for emacs20
|
||||||
# Version required: 1.13.7
|
|
||||||
# Date created: 23 September 1998
|
# Date created: 23 September 1998
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: wemi for emacs20
|
# New ports collection makefile for: wemi for emacs20
|
||||||
# Version required: 1.13.4
|
|
||||||
# Date created: 23 September 1998
|
# Date created: 23 September 1998
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: wemi-current for mule
|
# New ports collection makefile for: wemi-current for mule
|
||||||
# Version required: 1.13.7
|
|
||||||
# Date created: 9 May 1999
|
# Date created: 9 May 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: wemi for mule
|
# New ports collection makefile for: wemi for mule
|
||||||
# Version required: 1.13.4
|
|
||||||
# Date created: 9 May 1999
|
# Date created: 9 May 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: wemi-current for xemacs
|
# New ports collection makefile for: wemi-current for xemacs
|
||||||
# Version required: 1.13.7
|
|
||||||
# Date created: 25 July 1999
|
# Date created: 25 July 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: wemi for xemacs
|
# New ports collection makefile for: wemi for xemacs
|
||||||
# Version required: 1.13.4
|
|
||||||
# Date created: 25 July 1999
|
# Date created: 25 July 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: wemi-current for xemacs20
|
# New ports collection makefile for: wemi-current for xemacs20
|
||||||
# Version required: 1.13.7
|
|
||||||
# Date created: 25 July 1999
|
# Date created: 25 July 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: wemi for xemacs20
|
# New ports collection makefile for: wemi for xemacs20
|
||||||
# Version required: 1.13.4
|
|
||||||
# Date created: 25 July 1999
|
# Date created: 25 July 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: wemi-current for xemacs21-mule
|
# New ports collection makefile for: wemi-current for xemacs21-mule
|
||||||
# Version required: 1.13.7
|
|
||||||
# Date created: 25 July 1999
|
# Date created: 25 July 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: wemi for xemacs21-mule
|
# New ports collection makefile for: wemi for xemacs21-mule
|
||||||
# Version required: 1.13.4
|
|
||||||
# Date created: 25 July 1999
|
# Date created: 25 July 1999
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
#
|
#
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
# New ports collection makefile for: xenon
|
# New ports collection makefile for: xenon
|
||||||
# Version required: 0.6.7
|
|
||||||
# Date created: 22 October 1999
|
# Date created: 22 October 1999
|
||||||
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= xenon-0.6.7
|
PORTNAME= xenon
|
||||||
|
PORTVERSION= 0.6.7
|
||||||
CATEGORIES= editors
|
CATEGORIES= editors
|
||||||
MASTER_SITES= ftp://ftp.proximity.com.au/pub/xenon/
|
MASTER_SITES= ftp://ftp.proximity.com.au/pub/xenon/
|
||||||
|
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
# New ports collection makefile for: xvile
|
# New ports collection makefile for: xvile
|
||||||
# Version required: 9.1
|
|
||||||
# Date created: Wed Nov 26, 1996
|
# Date created: Wed Nov 26, 1996
|
||||||
# Whom: pgf
|
# Whom: pgf
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= vile-9.1
|
PORTNAME= xvile
|
||||||
PKGNAME= xvile-9.1
|
PORTVERSION= 9.1
|
||||||
CATEGORIES= editors
|
CATEGORIES= editors
|
||||||
MASTER_SITES= ftp://ftp.phred.org/pub/vile/ \
|
MASTER_SITES= ftp://ftp.phred.org/pub/vile/ \
|
||||||
ftp://id.wing.net/pub/pgf/vile/
|
ftp://id.wing.net/pub/pgf/vile/
|
||||||
|
DISTNAME= vile-${PORTVERSION}
|
||||||
EXTRACT_SUFX= .tgz
|
EXTRACT_SUFX= .tgz
|
||||||
|
|
||||||
MAINTAINER= gj@freebsd.org
|
MAINTAINER= gj@freebsd.org
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# New ports collection makefile for: yudit
|
# New ports collection makefile for: yudit
|
||||||
# Version required: 1.3
|
|
||||||
# Date created: October 3, 1998
|
# Date created: October 3, 1998
|
||||||
# Whom: rch@richard.eu.org
|
# Whom: rch@richard.eu.org
|
||||||
#
|
#
|
||||||
@ -9,7 +8,8 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= yudit-1.5
|
PORTNAME= yudit
|
||||||
|
PORTVERSION= 1.5
|
||||||
CATEGORIES= editors converters print
|
CATEGORIES= editors converters print
|
||||||
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
||||||
MASTER_SITE_SUBDIR= apps/editors/X
|
MASTER_SITE_SUBDIR= apps/editors/X
|
||||||
|
@ -6,13 +6,14 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= mule-2.3
|
PORTNAME= mule-common
|
||||||
PKGNAME= mule-common-2.3
|
PORTVERSION= 2.3
|
||||||
CATEGORIES= editors japanese
|
CATEGORIES= editors japanese
|
||||||
MASTER_SITES= ftp://etlport.etl.go.jp/pub/mule/ \
|
MASTER_SITES= ftp://etlport.etl.go.jp/pub/mule/ \
|
||||||
ftp://ftp.mei.co.jp/archive/free/gnu/emacs/Mule/ \
|
ftp://ftp.mei.co.jp/archive/free/gnu/emacs/Mule/ \
|
||||||
ftp://ftp.iij.ad.jp/pub/misc/mule/ \
|
ftp://ftp.iij.ad.jp/pub/misc/mule/ \
|
||||||
http://www.infonets.hiroshima-u.ac.jp/~taoka/FreeBSD/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
|
DISTFILES= emacs-19.34b.tar.gz mule-2.3-19.34.patch-981002.tar.gz
|
||||||
|
|
||||||
PATCH_SITES= ftp://etlport.etl.go.jp/pub/mule/
|
PATCH_SITES= ftp://etlport.etl.go.jp/pub/mule/
|
||||||
|
Loading…
Reference in New Issue
Block a user