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 /FreeBSD/irc/pounce-palaver | |
parent | Update catsit to 1.4 (diff) | |
download | ports-97eb0074b135b2636d84ff503988e3d76803ddcc.tar.gz ports-97eb0074b135b2636d84ff503988e3d76803ddcc.zip |
Move FreeBSD ports under FreeBSD directory
Diffstat (limited to 'FreeBSD/irc/pounce-palaver')
-rw-r--r-- | FreeBSD/irc/pounce-palaver/Makefile | 30 | ||||
-rw-r--r-- | FreeBSD/irc/pounce-palaver/distinfo | 3 | ||||
-rw-r--r-- | FreeBSD/irc/pounce-palaver/pkg-descr | 3 |
3 files changed, 36 insertions, 0 deletions
diff --git a/FreeBSD/irc/pounce-palaver/Makefile b/FreeBSD/irc/pounce-palaver/Makefile new file mode 100644 index 0000000..df7534c --- /dev/null +++ b/FreeBSD/irc/pounce-palaver/Makefile @@ -0,0 +1,30 @@ +PORTNAME= pounce-palaver +DISTVERSION= 2.5 +CATEGORIES= irc +MASTER_SITES= https://git.causal.agency/pounce/snapshot/ +DISTNAME= pounce-${DISTVERSION} + +MAINTAINER= june@causal.agency +COMMENT= Palaver push notifications for pounce + +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKDIR}/${DISTNAME}/LICENSE + +LIB_DEPENDS= libcurl.so:ftp/curl \ + libsqlite3.so:databases/sqlite3 \ + libtls.so:security/libretls + +USES= pkgconfig + +WRKSRC_SUBDIR= extra/palaver + +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man + +PLIST_FILES= bin/pounce-palaver \ + man/man1/pounce-palaver.1.gz + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pounce-palaver + +.include <bsd.port.mk> diff --git a/FreeBSD/irc/pounce-palaver/distinfo b/FreeBSD/irc/pounce-palaver/distinfo new file mode 100644 index 0000000..0f0a2dc --- /dev/null +++ b/FreeBSD/irc/pounce-palaver/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-palaver/pkg-descr b/FreeBSD/irc/pounce-palaver/pkg-descr new file mode 100644 index 0000000..77f9d96 --- /dev/null +++ b/FreeBSD/irc/pounce-palaver/pkg-descr @@ -0,0 +1,3 @@ +Provider of Palaver push notifications for the pounce IRC bouncer. + +WWW: https://git.causal.agency/pounce/ |