pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

aerc: successful building; almost installing



Module Name:	pkgsrc-wip
Committed By:	Kevin Bloom <kevin.bloom%posteo.net@localhost>
Pushed By:	nuclearkev
Date:		Sun Dec 17 20:21:55 2023 -0500
Changeset:	0ad2d50621db37d7f9b4c4880f39b3bfa5026e93

Added Files:
	aerc/DESCR
	aerc/Makefile
	aerc/PLIST
	aerc/TODO
	aerc/distinfo

Log Message:
aerc: successful building; almost installing

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0ad2d50621db37d7f9b4c4880f39b3bfa5026e93

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 aerc/DESCR    | 23 +++++++++++++++++++++++
 aerc/Makefile | 27 +++++++++++++++++++++++++++
 aerc/PLIST    | 39 +++++++++++++++++++++++++++++++++++++++
 aerc/TODO     |  3 +++
 aerc/distinfo |  5 +++++
 5 files changed, 97 insertions(+)

diffs:
diff --git a/aerc/DESCR b/aerc/DESCR
new file mode 100644
index 0000000000..2c346caded
--- /dev/null
+++ b/aerc/DESCR
@@ -0,0 +1,23 @@
+TODO: Adjust the following lines from README.md
+
+# aerc
+
+[![builds.sr.ht status](https://builds.sr.ht/~rjarry/aerc.svg)](https://builds.sr.ht/~rjarry/aerc)
+[![GitHub macOS CI status](https://github.com/rjarry/aerc/actions/workflows/macos.yml/badge.svg)](https://github.com/rjarry/aerc/actions/workflows/macos.yml)
+
+[aerc](https://sr.ht/~rjarry/aerc/) is an email client for your terminal.
+
+This is a fork of [the original aerc](https://git.sr.ht/~sircmpwn/aerc)
+by Drew DeVault.
+
+A short demonstration can be found on [https://aerc-mail.org/](https://aerc-mail.org/)
+
+Join the IRC channel: [#aerc on irc.libera.chat](http://web.libera.chat/?channels=aerc&uio=d4)
+for end-user support, and development.
+
+## Usage
+
+On its first run, aerc will copy the default config files to `~/.config/aerc`
+on Linux or `~/Library/Preferences/aerc` on MacOS (or `$XDG_CONFIG_HOME/aerc` if set)
+and show the account configuration wizard.
+...
diff --git a/aerc/Makefile b/aerc/Makefile
new file mode 100644
index 0000000000..438784777b
--- /dev/null
+++ b/aerc/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD$
+
+DISTNAME=	0.16.0
+CATEGORIES=	# TODO: add primary category
+MASTER_SITES=	https://git.sr.ht/~rjarry/aerc/archive/
+
+MAINTAINER=	INSERT_YOUR_MAIL_ADDRESS_HERE # or use pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://git.sr.ht/~rjarry/aerc/archive/
+COMMENT=	TODO: Short description of the package
+#LICENSE=	# TODO: (see mk/license.mk)
+
+WRKSRC=	${WRKDIR}/aerc-0.16.0
+
+USE_TOOLS+=	gmake
+MAKE_FILE=	GNUmakefile
+USE_LANGUAGES=	c go
+
+TOOL_DEPENDS+=	go118>=1.18.0:../../lang/go118
+TOOL_DEPENDS+=	scdoc:../../textproc/scdoc
+
+REPLACE_INTERPRETER+=	env
+REPLACE.env.old=	.*/bin/env
+REPLACE.env.new=	${PREFIX}/bin/env
+REPLACE_FILES.env=	contrib/carddav-query
+REPLACE_FILES.env=	filters/show-ics-details.py
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/aerc/PLIST b/aerc/PLIST
new file mode 100644
index 0000000000..3f684bbdbc
--- /dev/null
+++ b/aerc/PLIST
@@ -0,0 +1,39 @@
+@comment $NetBSD$
+bin/aerc
+bin/carddav-query
+libexec/aerc/filters/calendar
+libexec/aerc/filters/colorize
+libexec/aerc/filters/hldiff
+libexec/aerc/filters/html
+libexec/aerc/filters/html-unsafe
+libexec/aerc/filters/plaintext
+libexec/aerc/filters/show-ics-details.py
+libexec/aerc/filters/wrap
+share/aerc/accounts.conf
+share/aerc/aerc.conf
+share/aerc/binds.conf
+share/aerc/stylesets/blue
+share/aerc/stylesets/default
+share/aerc/stylesets/dracula
+share/aerc/stylesets/nord
+share/aerc/stylesets/pink
+share/aerc/stylesets/solarized
+share/aerc/templates/forward_as_body
+share/aerc/templates/new_message
+share/aerc/templates/quoted_reply
+share/applications/aerc.desktop
+share/man/man1/aerc-search.1
+share/man/man1/aerc.1
+share/man/man1/carddav-query.1
+share/man/man5/aerc-accounts.5
+share/man/man5/aerc-binds.5
+share/man/man5/aerc-config.5
+share/man/man5/aerc-imap.5
+share/man/man5/aerc-jmap.5
+share/man/man5/aerc-maildir.5
+share/man/man5/aerc-notmuch.5
+share/man/man5/aerc-sendmail.5
+share/man/man5/aerc-smtp.5
+share/man/man7/aerc-stylesets.7
+share/man/man7/aerc-templates.7
+share/man/man7/aerc-tutorial.7
diff --git a/aerc/TODO b/aerc/TODO
new file mode 100644
index 0000000000..4ae6d21c5a
--- /dev/null
+++ b/aerc/TODO
@@ -0,0 +1,3 @@
+fix interpreter errors
+testing
+commit_msg
diff --git a/aerc/distinfo b/aerc/distinfo
new file mode 100644
index 0000000000..aec026bde8
--- /dev/null
+++ b/aerc/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (0.16.0.tar.gz) = 539121352a852bbde5181815dd85e9672ef3e6fefe50ebc2a3c9a571409a94d6
+SHA512 (0.16.0.tar.gz) = 8196424915f8f6dc80bad0f936e34b7f51298665af3579ae8c06699a4f1caf962258185a432909911920ec1eb089c9f178c9086c54c0e799a44e1e0dac907fd8
+Size (0.16.0.tar.gz) = 387833 bytes


Home | Main Index | Thread Index | Old Index