summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-10-16 07:13:48 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-10-16 07:13:48 +0000
commit7db9aa2e8385f8d0b30c8ce83fd4b9791a2ddd7a (patch)
tree5d000d225055022431e5ed8ff7a252fc7da9ef59 /net
parentCorrect some applets' locale path. (diff)
A mock-interface to Archie for Emacs
Notes
Notes: svn path=/head/; revision=22481
Diffstat (limited to 'net')
-rw-r--r--net/archie.el/Makefile40
-rw-r--r--net/archie.el/distinfo1
-rw-r--r--net/archie.el/pkg-comment1
-rw-r--r--net/archie.el/pkg-descr5
-rw-r--r--net/archie.el/pkg-plist2
5 files changed, 49 insertions, 0 deletions
diff --git a/net/archie.el/Makefile b/net/archie.el/Makefile
new file mode 100644
index 000000000000..b723ef389595
--- /dev/null
+++ b/net/archie.el/Makefile
@@ -0,0 +1,40 @@
+# New ports collection makefile for: archie.el
+# Version required: 3.0.2
+# Date created: 99/10/6
+# Whom: Satoshi Taoka <taoka@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+DISTNAME= archie.el-v3.0
+PKGNAME= archie.el-3.0
+CATEGORIES= net elisp
+# I don't know the master site
+MASTER_SITES= ftp://ftp.chiba-u.ac.jp/pub/misc/archie/
+EXTRACT_SUFX= .gz
+
+MAINTAINER= taoka@FreeBSD.org
+
+RUN_DEPENDS= archie:${PORTSDIR}/net/archie
+
+NO_WRKSUBDIR= yes
+NO_BUILD= yes
+WRKSRC= ${WRKDIR}
+
+ELISPDIR= ${PREFIX}/share/emacs/site-lisp
+XELISPDIR= ${PREFIX}/lib/xemacs/site-lisp
+
+do-extract:
+ ${RM} -rf ${WRKDIR}
+ ${MKDIR} ${WRKDIR}
+ ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${DISTFILES} \
+ > ${WRKDIR}/${PKGNAME}
+
+do-install:
+ ${MKDIR} ${ELISPDIR}
+ ${INSTALL_DATA} ${WRKDIR}/${PKGNAME} ${ELISPDIR}/archie.el
+# For XEmacs
+ ${MKDIR} ${XELISPDIR}
+ ${LN} -sf ${ELISPDIR}/archie.el ${XELISPDIR}
+
+.include <bsd.port.mk>
diff --git a/net/archie.el/distinfo b/net/archie.el/distinfo
new file mode 100644
index 000000000000..072c0f23b8c3
--- /dev/null
+++ b/net/archie.el/distinfo
@@ -0,0 +1 @@
+MD5 (archie.el-v3.0.gz) = 43f9ff87b5c33ff659d44b518b5e6991
diff --git a/net/archie.el/pkg-comment b/net/archie.el/pkg-comment
new file mode 100644
index 000000000000..80b6052fb123
--- /dev/null
+++ b/net/archie.el/pkg-comment
@@ -0,0 +1 @@
+A mock-interface to Archie for Emacs
diff --git a/net/archie.el/pkg-descr b/net/archie.el/pkg-descr
new file mode 100644
index 000000000000..b73bef2e4185
--- /dev/null
+++ b/net/archie.el/pkg-descr
@@ -0,0 +1,5 @@
+A mock-interface to Archie for Emacs
+
+Add the following line to ~/.emacs (a example)
+(autoload 'archie "archie" "Archie interface" t)
+(setq archie-server "archie.kuis.kyoto-u.ac.jp")
diff --git a/net/archie.el/pkg-plist b/net/archie.el/pkg-plist
new file mode 100644
index 000000000000..a7817a777c4b
--- /dev/null
+++ b/net/archie.el/pkg-plist
@@ -0,0 +1,2 @@
+share/emacs/site-lisp/archie.el
+lib/xemacs/site-lisp/archie.el