From 97eb0074b135b2636d84ff503988e3d76803ddcc Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 30 Sep 2021 19:12:10 +0000 Subject: Move FreeBSD ports under FreeBSD directory --- FreeBSD/irc/pounce-notify/Makefile | 28 ++++++++++++++++++++++++++++ FreeBSD/irc/pounce-notify/distinfo | 3 +++ FreeBSD/irc/pounce-notify/pkg-descr | 3 +++ 3 files changed, 34 insertions(+) create mode 100644 FreeBSD/irc/pounce-notify/Makefile create mode 100644 FreeBSD/irc/pounce-notify/distinfo create mode 100644 FreeBSD/irc/pounce-notify/pkg-descr (limited to 'FreeBSD/irc/pounce-notify') diff --git a/FreeBSD/irc/pounce-notify/Makefile b/FreeBSD/irc/pounce-notify/Makefile new file mode 100644 index 0000000..245b339 --- /dev/null +++ b/FreeBSD/irc/pounce-notify/Makefile @@ -0,0 +1,28 @@ +PORTNAME= pounce-palaver +DISTVERSION= 2.5 +CATEGORIES= irc +MASTER_SITES= https://git.causal.agency/pounce/snapshot/ +DISTNAME= pounce-${DISTVERSION} + +MAINTAINER= june@causal.agency +COMMENT= Generic notifications for pounce + +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKDIR}/${DISTNAME}/LICENSE + +LIB_DEPENDS= libtls.so:security/libretls + +USES= pkgconfig + +WRKSRC_SUBDIR= extra/notify + +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man + +PLIST_FILES= bin/pounce-notify \ + man/man1/pounce-notify.1.gz + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pounce-notify + +.include diff --git a/FreeBSD/irc/pounce-notify/distinfo b/FreeBSD/irc/pounce-notify/distinfo new file mode 100644 index 0000000..0f0a2dc --- /dev/null +++ b/FreeBSD/irc/pounce-notify/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1630978050 +SHA256 (pounce-2.5.tar.gz) = c3f88f85ea6b3211d77b8193731704cb01871aee68762d2f6b5e9b102f83d0ad +SIZE (pounce-2.5.tar.gz) = 52471 diff --git a/FreeBSD/irc/pounce-notify/pkg-descr b/FreeBSD/irc/pounce-notify/pkg-descr new file mode 100644 index 0000000..4b2437a --- /dev/null +++ b/FreeBSD/irc/pounce-notify/pkg-descr @@ -0,0 +1,3 @@ +Generic notification provider for the pounce IRC bouncer. + +WWW: https://git.causal.agency/pounce/ -- cgit 1.4.1