back out the change made without approval under ports freeze period

This commit is contained in:
Yoichi NAKAYAMA 2004-04-22 17:01:28 +00:00
parent 538a14daff
commit 0e93ea7f60
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107794
4 changed files with 37 additions and 2 deletions

2
MOVED
View File

@ -1047,5 +1047,3 @@ net/papaya||2004-04-19|removed broken port
www/scoop||2004-04-19|removed port with broken dependencies
math/R-letter|math/R-project|2004-04-20|renamed
math/R-a4|math/R-project|2004-04-20|slave port removed
irc/pure-xemacs-devel-mule|irc/pure-xemacs21-mule|2004-04-21|was for xemacs-21.4
irc/irchat-pj-xemacs-devel-mule|irc/irchat-pj-xemacs21-mule|2004-04-21|was for xemacs-21.4

View File

@ -31,6 +31,7 @@
SUBDIR += ircd-ru
SUBDIR += irchat-pj-emacs20
SUBDIR += irchat-pj-emacs21
SUBDIR += irchat-pj-xemacs-devel-mule
SUBDIR += irchat-pj-xemacs21-mule
SUBDIR += ircproxy
SUBDIR += ircservices
@ -60,6 +61,7 @@
SUBDIR += psybnc
SUBDIR += pure-emacs20
SUBDIR += pure-emacs21
SUBDIR += pure-xemacs-devel-mule
SUBDIR += pure-xemacs21-mule
SUBDIR += py-irclib
SUBDIR += py-supybot

View File

@ -0,0 +1,16 @@
# New ports collection makefile for: irchat-pj (for xemacs21-mule)
# Date Created: 4 May 2001
# Whom: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
#
# $FreeBSD$
#
MASTERDIR= ${.CURDIR}/../irchat-pj-emacs20
EMACS_PORT_NAME= xemacs-devel-mule
XEMACS_ONLY= ""
LISPDIR= lib/xemacs/site-packages/lisp/${PORTNAME}
ALL_TARGET= package
INSTALL_TARGET= install-package
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1,19 @@
# New ports collection makefile for: pure (for xemacs21-mule)
# Date Created: 4 May 2001
# Whom: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
#
# $FreeBSD$
#
MASTERDIR= ${.CURDIR}/../pure-emacs20
EMACS_PORT_NAME= xemacs-devel-mule
LISPDIR= ${EMACS_LIBDIR}/site-packages/lisp/${PORTNAME}
EMACS_ONLY= "@comment "
XEMACS_ONLY= ""
ALL_TARGET= package c
INSTALL_TARGET= install-package
PUREBIN= ${EMACS_LIBDIR}/site-packages/etc/pure
MAKE_ENV= LANG=ja_JP.eucJP
.include "${MASTERDIR}/Makefile"