mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Add irchat-pj-emacs20, an IRC client which runs under Emacsen.
PR: ports/27081 Submitted by: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
This commit is contained in:
parent
6286ab0639
commit
628f859172
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42321
@ -14,6 +14,7 @@
|
||||
SUBDIR += ircII
|
||||
SUBDIR += ircatlite
|
||||
SUBDIR += ircd-hybrid
|
||||
SUBDIR += irchat-pj-emacs20
|
||||
SUBDIR += iroffer
|
||||
SUBDIR += irssi
|
||||
SUBDIR += liece-dcc
|
||||
|
46
irc/irchat-pj-emacs20/Makefile
Normal file
46
irc/irchat-pj-emacs20/Makefile
Normal file
@ -0,0 +1,46 @@
|
||||
# New ports collection makefile for: irchat-pj (for emacs20)
|
||||
# Date Created: 2 May 2001
|
||||
# Whom: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= irchat-pj
|
||||
PORTVERSION= 2.5.3
|
||||
CATEGORIES= irc elisp
|
||||
MASTER_SITES= ftp://ftp.fan.gr.jp/pub/elisp/irchat-pj/2.5/
|
||||
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
|
||||
DISTNAME= irchat-pj-${PORTVERSION}p
|
||||
|
||||
MAINTAINER= yoichi@eken.phys.nagoya-u.ac.jp
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/${LISPDIR:S,/${PORTNAME}$,/pure,}/pure-make.el:${PORTSDIR}/irc/pure-${EMACS_PORT_NAME}
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/dcc:${PORTSDIR}/irc/dcc
|
||||
|
||||
EMACS_PORT_NAME?= emacs20
|
||||
LISPDIR?= ${EMACS_LIBDIR}/site-lisp/${PORTNAME}
|
||||
ETCDIR= share/doc/${PORTNAME}
|
||||
ALL_TARGET?= lisp
|
||||
INSTALL_TARGET?= install-lisp
|
||||
|
||||
LDFLAGS= ${PTHREAD_LIBS}
|
||||
CFLAGS+= ${PTHREAD_CFLAGS} -DUSE_PTHREAD -DENABLE_PTHREAD_ATTR
|
||||
MAKE_ENV+= LDFLAGS="${LDFLAGS}"
|
||||
|
||||
DOCS= README.25 doc24/CHANGELOG doc24/FAQ-about-jp24.txt\
|
||||
doc24/FAQ-irchat-PJ.txt doc24/INSTALL.irchat-pj\
|
||||
doc24/README.browse-url-plus doc24/README.irchat-pj\
|
||||
doc24/browse-url-plus-init.el doc24/dot.irchat_vars.el
|
||||
|
||||
PLIST_SUB= LISPDIR=${LISPDIR} \
|
||||
ETCDIR=${ETCDIR}
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/${ETCDIR}
|
||||
.for f in ${DOCS}
|
||||
${INSTALL_MAN} ${WRKSRC}/${f} ${PREFIX}/${ETCDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
irc/irchat-pj-emacs20/distinfo
Normal file
1
irc/irchat-pj-emacs20/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (irchat-pj-2.5.3p.tar.gz) = c282428b34e2042197de6f680b6280e6
|
1
irc/irchat-pj-emacs20/pkg-comment
Normal file
1
irc/irchat-pj-emacs20/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
IRC client which runs under Emacsen
|
3
irc/irchat-pj-emacs20/pkg-descr
Normal file
3
irc/irchat-pj-emacs20/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
irchat-pj is an IRC client which runs under Emacsen.
|
||||
|
||||
WWW: http://irc.fan.gr.jp/pj/
|
33
irc/irchat-pj-emacs20/pkg-plist
Normal file
33
irc/irchat-pj-emacs20/pkg-plist
Normal file
@ -0,0 +1,33 @@
|
||||
%%LISPDIR%%/irchat-commands.el
|
||||
%%LISPDIR%%/irchat-commands.elc
|
||||
%%LISPDIR%%/irchat-copyright.el
|
||||
%%LISPDIR%%/irchat-copyright.elc
|
||||
%%LISPDIR%%/irchat-filter.el
|
||||
%%LISPDIR%%/irchat-filter.elc
|
||||
%%LISPDIR%%/irchat-handle.el
|
||||
%%LISPDIR%%/irchat-handle.elc
|
||||
%%LISPDIR%%/irchat-inlines.el
|
||||
%%LISPDIR%%/irchat-inlines.elc
|
||||
%%LISPDIR%%/irchat-pj-action.el
|
||||
%%LISPDIR%%/irchat-pj-action.elc
|
||||
%%LISPDIR%%/irchat-pj-dcc.el
|
||||
%%LISPDIR%%/irchat-pj-dcc.elc
|
||||
%%LISPDIR%%/irchat-pj-modeline.el
|
||||
%%LISPDIR%%/irchat-pj-modeline.elc
|
||||
%%LISPDIR%%/irchat-pj-sound.el
|
||||
%%LISPDIR%%/irchat-pj-sound.elc
|
||||
%%LISPDIR%%/irchat-vars.el
|
||||
%%LISPDIR%%/irchat-vars.elc
|
||||
%%LISPDIR%%/irchat.el
|
||||
%%LISPDIR%%/irchat.elc
|
||||
@dirrm %%LISPDIR%%
|
||||
%%ETCDIR%%/README.25
|
||||
%%ETCDIR%%/CHANGELOG
|
||||
%%ETCDIR%%/FAQ-about-jp24.txt
|
||||
%%ETCDIR%%/FAQ-irchat-PJ.txt
|
||||
%%ETCDIR%%/INSTALL.irchat-pj
|
||||
%%ETCDIR%%/README.browse-url-plus
|
||||
%%ETCDIR%%/README.irchat-pj
|
||||
%%ETCDIR%%/browse-url-plus-init.el
|
||||
%%ETCDIR%%/dot.irchat_vars.el
|
||||
@dirrm %%ETCDIR%%
|
Loading…
Reference in New Issue
Block a user