pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail
Module Name: pkgsrc
Committed By: sekiya
Date: Tue Oct 31 01:54:45 UTC 2023
Modified Files:
pkgsrc/mail: Makefile
Added Files:
pkgsrc/mail/getmail6: DESCR Makefile PLIST distinfo
pkgsrc/mail/getmail6/patches: patch-setup.py
Log Message:
Add getmail6:
Getmail 6 is a fork of getmail v5.14 by Charles Cazabon with adaptations to
work with Python 3 and newer.
(https://getmail6.org/)
To generate a diff of this commit:
cvs rdiff -u -r1.622 -r1.623 pkgsrc/mail/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/getmail6/DESCR \
pkgsrc/mail/getmail6/Makefile pkgsrc/mail/getmail6/PLIST \
pkgsrc/mail/getmail6/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/getmail6/patches/patch-setup.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/Makefile
diff -u pkgsrc/mail/Makefile:1.622 pkgsrc/mail/Makefile:1.623
--- pkgsrc/mail/Makefile:1.622 Wed Sep 6 10:40:29 2023
+++ pkgsrc/mail/Makefile Tue Oct 31 01:54:44 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.622 2023/09/06 10:40:29 hauke Exp $
+# $NetBSD: Makefile,v 1.623 2023/10/31 01:54:44 sekiya Exp $
#
COMMENT= Electronic mail utilities
@@ -101,6 +101,7 @@ SUBDIR+= fml
SUBDIR+= fml4
SUBDIR+= fromto
SUBDIR+= getmail
+SUBDIR+= getmail6
SUBDIR+= gld
SUBDIR+= gmime
SUBDIR+= gmime24
Added files:
Index: pkgsrc/mail/getmail6/DESCR
diff -u /dev/null pkgsrc/mail/getmail6/DESCR:1.1
--- /dev/null Tue Oct 31 01:54:45 2023
+++ pkgsrc/mail/getmail6/DESCR Tue Oct 31 01:54:45 2023
@@ -0,0 +1,2 @@
+Getmail 6 is a fork of getmail v5.14 by Charles Cazabon with adaptations to
+work with Python 3 and newer.
Index: pkgsrc/mail/getmail6/Makefile
diff -u /dev/null pkgsrc/mail/getmail6/Makefile:1.1
--- /dev/null Tue Oct 31 01:54:45 2023
+++ pkgsrc/mail/getmail6/Makefile Tue Oct 31 01:54:45 2023
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2023/10/31 01:54:45 sekiya Exp $
+
+DISTNAME= getmail6-${GETMAIL6_VERSION}
+#PKGREVISION= 1
+CATEGORIES= mail
+MASTER_SITES= ${MASTER_SITE_GITHUB:=getmail6/}
+GITHUB_TYPE= tag
+GITHUB_TAG= refs/tags/v${GETMAIL6_VERSION}
+
+GETMAIL6_VERSION= 6.18.13
+
+WRKSRC= ${WRKDIR}/${DISTNAME}
+
+MAINTAINER= sekiya%NetBSD.org@localhost
+HOMEPAGE= https://getmail6.org/
+COMMENT= Secure, flexible, reliable fetchmail replacement
+LICENSE= gnu-gpl-v2
+
+USE_LANGUAGES= # none
+
+REPLACE_PYTHON= *.py getmailcore/*.py
+PLIST_SUBST+= GETMAIL6_VERSION="${GETMAIL6_VERSION}"
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/mail/getmail6/PLIST
diff -u /dev/null pkgsrc/mail/getmail6/PLIST:1.1
--- /dev/null Tue Oct 31 01:54:45 2023
+++ pkgsrc/mail/getmail6/PLIST Tue Oct 31 01:54:45 2023
@@ -0,0 +1,67 @@
+@comment $NetBSD: PLIST,v 1.1 2023/10/31 01:54:45 sekiya Exp $
+bin/getmail
+bin/getmail-gmail-xoauth-tokens
+bin/getmail_fetch
+bin/getmail_maildir
+bin/getmail_mbox
+bin/getmails
+share/doc/getmail-${GETMAIL6_VERSION}/BUGS
+share/doc/getmail-${GETMAIL6_VERSION}/CHANGELOG
+share/doc/getmail-${GETMAIL6_VERSION}/COPYING
+share/doc/getmail-${GETMAIL6_VERSION}/README
+share/doc/getmail-${GETMAIL6_VERSION}/THANKS
+share/doc/getmail-${GETMAIL6_VERSION}/configuration.html
+share/doc/getmail-${GETMAIL6_VERSION}/configuration.txt
+share/doc/getmail-${GETMAIL6_VERSION}/documentation.html
+share/doc/getmail-${GETMAIL6_VERSION}/documentation.txt
+share/doc/getmail-${GETMAIL6_VERSION}/faq.html
+share/doc/getmail-${GETMAIL6_VERSION}/faq.txt
+share/doc/getmail-${GETMAIL6_VERSION}/getmaildocs.css
+share/doc/getmail-${GETMAIL6_VERSION}/getmailrc-examples
+share/doc/getmail-${GETMAIL6_VERSION}/troubleshooting.html
+share/doc/getmail-${GETMAIL6_VERSION}/troubleshooting.txt
+man/man1/getmail.1
+man/man1/getmail_fetch.1
+man/man1/getmail_maildir.1
+man/man1/getmail_mbox.1
+man/man1/getmails.1
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/getmailcore/__init__.py
+${PYSITELIB}/getmailcore/__init__.pyc
+${PYSITELIB}/getmailcore/__init__.pyo
+${PYSITELIB}/getmailcore/_retrieverbases.py
+${PYSITELIB}/getmailcore/_retrieverbases.pyc
+${PYSITELIB}/getmailcore/_retrieverbases.pyo
+${PYSITELIB}/getmailcore/baseclasses.py
+${PYSITELIB}/getmailcore/baseclasses.pyc
+${PYSITELIB}/getmailcore/baseclasses.pyo
+${PYSITELIB}/getmailcore/constants.py
+${PYSITELIB}/getmailcore/constants.pyc
+${PYSITELIB}/getmailcore/constants.pyo
+${PYSITELIB}/getmailcore/destinations.py
+${PYSITELIB}/getmailcore/destinations.pyc
+${PYSITELIB}/getmailcore/destinations.pyo
+${PYSITELIB}/getmailcore/exceptions.py
+${PYSITELIB}/getmailcore/exceptions.pyc
+${PYSITELIB}/getmailcore/exceptions.pyo
+${PYSITELIB}/getmailcore/filters.py
+${PYSITELIB}/getmailcore/filters.pyc
+${PYSITELIB}/getmailcore/filters.pyo
+${PYSITELIB}/getmailcore/imap_utf7.py
+${PYSITELIB}/getmailcore/imap_utf7.pyc
+${PYSITELIB}/getmailcore/imap_utf7.pyo
+${PYSITELIB}/getmailcore/logging.py
+${PYSITELIB}/getmailcore/logging.pyc
+${PYSITELIB}/getmailcore/logging.pyo
+${PYSITELIB}/getmailcore/message.py
+${PYSITELIB}/getmailcore/message.pyc
+${PYSITELIB}/getmailcore/message.pyo
+${PYSITELIB}/getmailcore/retrievers.py
+${PYSITELIB}/getmailcore/retrievers.pyc
+${PYSITELIB}/getmailcore/retrievers.pyo
+${PYSITELIB}/getmailcore/utilities.py
+${PYSITELIB}/getmailcore/utilities.pyc
+${PYSITELIB}/getmailcore/utilities.pyo
Index: pkgsrc/mail/getmail6/distinfo
diff -u /dev/null pkgsrc/mail/getmail6/distinfo:1.1
--- /dev/null Tue Oct 31 01:54:45 2023
+++ pkgsrc/mail/getmail6/distinfo Tue Oct 31 01:54:45 2023
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2023/10/31 01:54:45 sekiya Exp $
+
+BLAKE2s (getmail6-6.18.13.tar.gz) = dd4523d32fa36b0d87a76e1175f448a77b4ff925ae8ed2e1140bcaa07540941b
+SHA512 (getmail6-6.18.13.tar.gz) = 437c057d6e3d499a2e11be82d4e69aafc24d74d42fb1fa51de06fccd33d6e9e1ef7bba20ae5fc070a80dd656f184386083d462f65b05dafcf516d7dc0b2138a0
+Size (getmail6-6.18.13.tar.gz) = 213033 bytes
+SHA1 (patch-setup.py) = 68ac253a4d0f2b3ffe0effef547f9257e39d7695
Index: pkgsrc/mail/getmail6/patches/patch-setup.py
diff -u /dev/null pkgsrc/mail/getmail6/patches/patch-setup.py:1.1
--- /dev/null Tue Oct 31 01:54:45 2023
+++ pkgsrc/mail/getmail6/patches/patch-setup.py Tue Oct 31 01:54:45 2023
@@ -0,0 +1,15 @@
+$NetBSD: patch-setup.py,v 1.1 2023/10/31 01:54:45 sekiya Exp $
+
+Fix mandir per pkgsrc
+
+--- setup.py~ 2023-10-31 10:46:37.492574240 +0900
++++ setup.py 2023-10-31 10:46:56.670550748 +0900
+@@ -39,7 +39,7 @@
+ DOCDIR = os.path.join('share','doc','getmail-%s' % __version__)
+ GETMAILDOCDIR = os.path.join(datadir or prefix, DOCDIR)
+
+-MANDIR = os.path.join('share','man','man1')
++MANDIR = os.path.join('man','man1')
+ GETMAILMANDIR = os.path.join( datadir or prefix, MANDIR)
+
+ if '--show-default-install-dirs' in args:
Home |
Main Index |
Thread Index |
Old Index