From 53301b81f62359dc647e8f1fe22f0e1b456e818f Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 6 Aug 2020 18:46:51 +0000 Subject: Add pounce port --- irc/pounce/Makefile | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 irc/pounce/Makefile (limited to 'irc/pounce/Makefile') diff --git a/irc/pounce/Makefile b/irc/pounce/Makefile new file mode 100644 index 0000000..6a5c656 --- /dev/null +++ b/irc/pounce/Makefile @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= pounce +DISTVERSION= 1.3p1 +CATEGORIES= irc +MASTER_SITES= https://git.causal.agency/pounce/snapshot/ + +MAINTAINER= june@causal.agency +COMMENT= Multi-client IRC bouncer + +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libtls.so:security/libressl +RUN_DEPENDS= ${LOCALBASE}/bin/openssl:security/libressl + +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man + +post-install: +.for b in calico pounce + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${b} +.endfor + +.include -- cgit 1.4.1 collaborative ASCII art
about summary refs log tree commit diff homepage
Commit message (Expand)Author
2019-07-27Make copyright headers consistentJune McEnroe
2019-07-08Remove NetHack from indexJune McEnroe
2019-04-08Don't install rc.kfcgi eitherJune McEnroe
2019-03-28Remove rc.kfcgiJune McEnroe
2019-01-16Reformat index.html with explore linkJune McEnroe
2019-01-16Return false from keydown handler in exploreJune McEnroe
2019-01-08Draw lines to tile edgeJune McEnroe
2019-01-08Factor out default pathsJune McEnroe
2019-01-08Remove incorrect default coordinatesJune McEnroe
2019-01-07Set img src when explore fragment changesJune McEnroe
2019-01-07Compress PNG data in imageJune McEnroe
2019-01-07madvise MADV_NOCORE in imageJune McEnroe
2019-01-07Add license notice to explore JavaScriptJune McEnroe
2019-01-07Add Q/Home binding in exploreJune McEnroe
2019-01-07Fix explore image URLJune McEnroe
2019-01-07Add HOME button, ssh link, AGPL notice to exploreJune McEnroe
2019-01-06Add meta viewport to exploreJune McEnroe
2019-01-06Set background and max-width in exploreJune McEnroe
2019-01-06Swallow writes after the connection is closedJune McEnroe
2019-01-06Handle KCGI_HUPJune McEnroe
2019-01-06Install html filesJune McEnroe