aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorYoichi NAKAYAMA <yoichi@FreeBSD.org>2002-11-06 04:50:35 +0000
committerYoichi NAKAYAMA <yoichi@FreeBSD.org>2002-11-06 04:50:35 +0000
commitaf87fcfda558820371979abe21935c7af3759e3e (patch)
tree8acd82fe9e7393f7ae326c90a7aa486c1e02464e /ftp
parent6c8abd23334776bbb84ab1c756961a839aa86714 (diff)
downloadports-af87fcfda558820371979abe21935c7af3759e3e.tar.gz
ports-af87fcfda558820371979abe21935c7af3759e3e.zip
Notes
Diffstat (limited to 'ftp')
-rw-r--r--ftp/Makefile1
-rw-r--r--ftp/emacs-wget/Makefile30
-rw-r--r--ftp/emacs-wget/distinfo1
-rw-r--r--ftp/emacs-wget/pkg-comment1
-rw-r--r--ftp/emacs-wget/pkg-descr3
-rw-r--r--ftp/emacs-wget/pkg-message7
-rw-r--r--ftp/emacs-wget/pkg-plist8
7 files changed, 51 insertions, 0 deletions
diff --git a/ftp/Makefile b/ftp/Makefile
index 43e6e336faf5..e665f40be336 100644
--- a/ftp/Makefile
+++ b/ftp/Makefile
@@ -9,6 +9,7 @@
SUBDIR += cftp
SUBDIR += curl
SUBDIR += downloader
+ SUBDIR += emacs-wget
SUBDIR += emirror
SUBDIR += fget
SUBDIR += frox
diff --git a/ftp/emacs-wget/Makefile b/ftp/emacs-wget/Makefile
new file mode 100644
index 000000000000..05c5dc360453
--- /dev/null
+++ b/ftp/emacs-wget/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: emacs-wget
+# Date Created: 6 Nov. 2002
+# Whom: Yoichi NAKAYAMA <yoichi@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= emacs-wget
+PORTVERSION= 0.3.2
+CATEGORIES= ftp www
+MASTER_SITES= http://isweb22.infoseek.co.jp/computer/pop-club/emacs/emacs-wget/
+
+MAINTAINER= yoichi@FreeBSD.org
+
+RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget
+
+NO_BUILD= yes
+
+do-install:
+ ${MKDIR} ${PREFIX}/share/emacs/site-lisp/wget
+ ${INSTALL_DATA} ${WRKSRC}/*.el ${PREFIX}/share/emacs/site-lisp/wget
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+.for i in README.ja USAGE.ja
+ ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+.endfor
+.endif
+ @${CAT} ${PKGMESSAGE}
+
+.include <bsd.port.mk>
diff --git a/ftp/emacs-wget/distinfo b/ftp/emacs-wget/distinfo
new file mode 100644
index 000000000000..c330ed941605
--- /dev/null
+++ b/ftp/emacs-wget/distinfo
@@ -0,0 +1 @@
+MD5 (emacs-wget-0.3.2.tar.gz) = d5135c1014fc9430a465b4ac41427da3
diff --git a/ftp/emacs-wget/pkg-comment b/ftp/emacs-wget/pkg-comment
new file mode 100644
index 000000000000..52c357a62f0a
--- /dev/null
+++ b/ftp/emacs-wget/pkg-comment
@@ -0,0 +1 @@
+Simple front-end to wget on Emacsen
diff --git a/ftp/emacs-wget/pkg-descr b/ftp/emacs-wget/pkg-descr
new file mode 100644
index 000000000000..bee79a1b5df8
--- /dev/null
+++ b/ftp/emacs-wget/pkg-descr
@@ -0,0 +1,3 @@
+Emacs-wget is a simple interface program of wget for Emacsen.
+
+WWW: http://isweb22.infoseek.co.jp/computer/pop-club/emacs/emacs-wget/emacs-wget.html
diff --git a/ftp/emacs-wget/pkg-message b/ftp/emacs-wget/pkg-message
new file mode 100644
index 000000000000..552bb314bce4
--- /dev/null
+++ b/ftp/emacs-wget/pkg-message
@@ -0,0 +1,7 @@
+******************************************************************
+* Before using emacs-wget, you must add this to your own .emacs: *
+* *
+* (autoload 'wget "wget" "wget interface for Emacs." t) *
+* (autoload 'wget-web-page "wget" "download web page." t) *
+* *
+******************************************************************
diff --git a/ftp/emacs-wget/pkg-plist b/ftp/emacs-wget/pkg-plist
new file mode 100644
index 000000000000..3488182125b2
--- /dev/null
+++ b/ftp/emacs-wget/pkg-plist
@@ -0,0 +1,8 @@
+share/emacs/site-lisp/wget/wget.el
+share/emacs/site-lisp/wget/w3-wget.el
+share/emacs/site-lisp/wget/w3m-wget.el
+share/emacs/site-lisp/wget/wget-sysdep.el
+@dirrm share/emacs/site-lisp/wget
+%%PORTDOCS%%share/doc/emacs-wget/README.ja
+%%PORTDOCS%%share/doc/emacs-wget/USAGE.ja
+%%PORTDOCS%%@dirrm share/doc/emacs-wget