diff options
author | yoichi <yoichi@FreeBSD.org> | 2002-11-06 12:50:35 +0800 |
---|---|---|
committer | yoichi <yoichi@FreeBSD.org> | 2002-11-06 12:50:35 +0800 |
commit | 606439a3ed15e237eeebb5fa643688dfa8c8582f (patch) | |
tree | 440dcd3278be1d2846c6b0d68ff78d096cebf6a5 | |
parent | f778ab0ad9fc838dffa36dfd74b45d7cb7013d25 (diff) | |
download | freebsd-ports-gnome-606439a3ed15e237eeebb5fa643688dfa8c8582f.tar.gz freebsd-ports-gnome-606439a3ed15e237eeebb5fa643688dfa8c8582f.tar.zst freebsd-ports-gnome-606439a3ed15e237eeebb5fa643688dfa8c8582f.zip |
Import emacs-wget which gives a simple interface for wget on Emacsen.
-rw-r--r-- | ftp/Makefile | 1 | ||||
-rw-r--r-- | ftp/emacs-wget/Makefile | 30 | ||||
-rw-r--r-- | ftp/emacs-wget/distinfo | 1 | ||||
-rw-r--r-- | ftp/emacs-wget/pkg-comment | 1 | ||||
-rw-r--r-- | ftp/emacs-wget/pkg-descr | 3 | ||||
-rw-r--r-- | ftp/emacs-wget/pkg-message | 7 | ||||
-rw-r--r-- | ftp/emacs-wget/pkg-plist | 8 |
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 |