summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorfredb <fredb>2000-01-21 15:53:30 +0000
committerfredb <fredb>2000-01-21 15:53:30 +0000
commit450d49bd865d40658e94cb85ef72db6fe9c8f4a6 (patch)
treed932ebba6d11a2a71592cfe29866a0a0c3b0d919 /mail
parent1249c2cdb62b612f14d648cd420b63dd370d861e (diff)
downloadpkgsrc-450d49bd865d40658e94cb85ef72db6fe9c8f4a6.tar.gz
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.
Diffstat (limited to 'mail')
-rw-r--r--mail/fetchmailconf/Makefile27
-rw-r--r--mail/fetchmailconf/files/md53
-rw-r--r--mail/fetchmailconf/pkg/COMMENT1
-rw-r--r--mail/fetchmailconf/pkg/DESCR1
-rw-r--r--mail/fetchmailconf/pkg/PLIST4
5 files changed, 36 insertions, 0 deletions
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