From d74210b286b5ed6ce78e63d5297fa6a7b8f167f0 Mon Sep 17 00:00:00 2001 From: fredb Date: Fri, 21 Jan 2000 15:53:30 +0000 Subject: Initial import of fetchmailconf-5.2.4, a GUI for fetchmail. This python (py-Tk) script used to be installed with fetchmail-5.2.3 and earlier. It's now factored out, into it's own package, so that it can pull in all the required depencies to run without adding all that baggage to fetchmail. --- mail/fetchmailconf/Makefile | 27 +++++++++++++++++++++++++++ mail/fetchmailconf/files/md5 | 3 +++ mail/fetchmailconf/pkg/COMMENT | 1 + mail/fetchmailconf/pkg/DESCR | 1 + mail/fetchmailconf/pkg/PLIST | 4 ++++ 5 files changed, 36 insertions(+) create mode 100644 mail/fetchmailconf/Makefile create mode 100644 mail/fetchmailconf/files/md5 create mode 100644 mail/fetchmailconf/pkg/COMMENT create mode 100644 mail/fetchmailconf/pkg/DESCR create mode 100644 mail/fetchmailconf/pkg/PLIST (limited to 'mail/fetchmailconf') diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile new file mode 100644 index 00000000000..6292b4d5cb4 --- /dev/null +++ b/mail/fetchmailconf/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/01/21 15:53:30 fredb Exp $ +# + +DISTNAME= fetchmail-5.2.4 +PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/} +CATEGORIES= mail +MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \ + http://www.tuxedo.org/~esr/fetchmail/ \ + http://sunsite.unc.edu/pub/Linux/system/mail/pop/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.tuxedo.org/~esr/fetchmail/ + +DEPENDS+= ${DISTNAME}:../../mail/fetchmail +DEPENDS+= py-Tk-*:../../x11/py-Tk + +NO_BUILD= YES +USE_X11= YES + +EXTRACT_ELEMENTS= ${DISTNAME}/fetchmailconf + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/fetchmailconf ${PREFIX}/bin/ + ${LN} ${PREFIX}/man/man1/fetchmail.1 \ + ${PREFIX}/man/man1/fetchmailconf.1 + +.include "../../mk/bsd.pkg.mk" diff --git a/mail/fetchmailconf/files/md5 b/mail/fetchmailconf/files/md5 new file mode 100644 index 00000000000..649f282e993 --- /dev/null +++ b/mail/fetchmailconf/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/01/21 15:53:31 fredb Exp $ + +MD5 (fetchmail-5.2.4.tar.gz) = b2a4f31cc279f77e0e418ecce54c4b91 diff --git a/mail/fetchmailconf/pkg/COMMENT b/mail/fetchmailconf/pkg/COMMENT new file mode 100644 index 00000000000..79ae523a68e --- /dev/null +++ b/mail/fetchmailconf/pkg/COMMENT @@ -0,0 +1 @@ +Configuration tool for fetchmail diff --git a/mail/fetchmailconf/pkg/DESCR b/mail/fetchmailconf/pkg/DESCR new file mode 100644 index 00000000000..2ec571e6d94 --- /dev/null +++ b/mail/fetchmailconf/pkg/DESCR @@ -0,0 +1 @@ +Fetchmailconf provides an easy-to-use GUI to "fetchmail". diff --git a/mail/fetchmailconf/pkg/PLIST b/mail/fetchmailconf/pkg/PLIST new file mode 100644 index 00000000000..f487dd5661b --- /dev/null +++ b/mail/fetchmailconf/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/01/21 15:53:31 fredb Exp $ +bin/fetchmailconf +@unexec rm %D/man/man1/fetchmailconf.1 +@exec ln %D/man/man1/fetchmail.1 %D/man/man1/fetchmailconf.1 -- cgit v1.2.3