FreeBSD Bugzilla – Attachment 214729 Details for
Bug 246637
New port: irc/pounce multi-client IRC bouncer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
diff
pounce.diff (text/plain), 3.21 KB, created by
june
on 2020-05-21 15:53:21 UTC
(
hide
)
Description:
diff
Filename:
MIME Type:
Creator:
june
Created:
2020-05-21 15:53:21 UTC
Size:
3.21 KB
patch
obsolete
>Index: irc/pounce/Makefile >=================================================================== >--- irc/pounce/Makefile (nonexistent) >+++ irc/pounce/Makefile (working copy) >@@ -0,0 +1,28 @@ >+# $FreeBSD$ >+ >+PORTNAME= pounce >+DISTVERSION= 1.3 >+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 >+ >+USES= localbase:ldflags >+ >+MAKE_ENV+= MANDIR=${MANPREFIX}/man >+CFLAGS+= -D'OPENSSL_BIN=\"${LOCALBASE}/bin/openssl\"' >+CFLAGS+= -D'CERTBOT_PATH=\"${LOCALBASE}/etc/letsencrypt\"' >+ >+post-install: >+.for b in calico pounce >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${b} >+.endfor >+ >+.include <bsd.port.mk> > >Property changes on: irc/pounce/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: irc/pounce/distinfo >=================================================================== >--- irc/pounce/distinfo (nonexistent) >+++ irc/pounce/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1590011680 >+SHA256 (pounce-1.3.tar.gz) = a5e14242aeb86cfdd1093f3e0692daac10fc101257f537d6d863bf283a1ad25c >+SIZE (pounce-1.3.tar.gz) = 40405 > >Property changes on: irc/pounce/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: irc/pounce/pkg-descr >=================================================================== >--- irc/pounce/pkg-descr (nonexistent) >+++ irc/pounce/pkg-descr (working copy) >@@ -0,0 +1,5 @@ >+pounce is a multi-client, TLS-only IRC bouncer. It takes a simple >+approach, using a multiple-consumer ring buffer and the IRCv3.2 >+server-time extension to communicate with clients. >+ >+WWW: https://git.causal.agency/pounce/ > >Property changes on: irc/pounce/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: irc/pounce/pkg-plist >=================================================================== >--- irc/pounce/pkg-plist (nonexistent) >+++ irc/pounce/pkg-plist (working copy) >@@ -0,0 +1,8 @@ >+@dir /var/run/calico >+@dir etc/pounce >+bin/calico >+bin/pounce >+etc/rc.d/calico >+etc/rc.d/pounce >+man/man1/calico.1.gz >+man/man1/pounce.1.gz > >Property changes on: irc/pounce/pkg-plist >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 246637
:
214729
|
215562
|
224759
|
224762
|
224917
|
225363