diff options
author | June McEnroe <june@causal.agency> | 2021-09-30 19:12:10 +0000 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-09-30 19:12:10 +0000 |
commit | 97eb0074b135b2636d84ff503988e3d76803ddcc (patch) | |
tree | b7bf84cab6a5df4035634f60e4b92ed8dbcf8c32 /mail/imbox | |
parent | Update catsit to 1.4 (diff) | |
download | ports-97eb0074b135b2636d84ff503988e3d76803ddcc.tar.gz ports-97eb0074b135b2636d84ff503988e3d76803ddcc.zip |
Move FreeBSD ports under FreeBSD directory
Diffstat (limited to 'mail/imbox')
-rw-r--r-- | mail/imbox/Makefile | 27 | ||||
-rw-r--r-- | mail/imbox/distinfo | 3 | ||||
-rw-r--r-- | mail/imbox/pkg-descr | 5 |
3 files changed, 0 insertions, 35 deletions
diff --git a/mail/imbox/Makefile b/mail/imbox/Makefile deleted file mode 100644 index 5f83e69..0000000 --- a/mail/imbox/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -PORTNAME= imbox -DISTVERSION= 1.4 -CATEGORIES= mail -MASTER_SITES= https://git.causal.agency/imbox/snapshot/ - -MAINTAINER= june@causal.agency -COMMENT= IMAP to mbox - -LICENSE= GPLv3+ -LICENSE_FILE= ${WRKSRC}/LICENSE - -LIB_DEPENDS= libtls.so:security/libretls - -USES= pkgconfig - -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man - -PLIST_FILES= bin/git-fetch-email \ - bin/imbox \ - man/man1/git-fetch-email.1.gz \ - man/man1/imbox.1.gz - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/imbox - -.include <bsd.port.mk> diff --git a/mail/imbox/distinfo b/mail/imbox/distinfo deleted file mode 100644 index e7afbd3..0000000 --- a/mail/imbox/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1615244342 -SHA256 (imbox-1.4.tar.gz) = 0a264f58f7306d8481a559220cc20a0673a425581d4805b3f7a02dcb61fc9b3a -SIZE (imbox-1.4.tar.gz) = 23083 diff --git a/mail/imbox/pkg-descr b/mail/imbox/pkg-descr deleted file mode 100644 index 76aa3e6..0000000 --- a/mail/imbox/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -imbox is a small TLS-only IMAP client intended for applying git patches -without need of any other mail client. It includes git-fetch-email, a -wrapper modeled after git-send-email. - -WWW: https://git.causal.agency/imbox/ |