Index: irc/catgirl/Makefile =================================================================== --- irc/catgirl/Makefile (nonexistent) +++ irc/catgirl/Makefile (working copy) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= catgirl +DISTVERSION= 1.0 +CATEGORIES= irc +MASTER_SITES= https://git.causal.agency/catgirl/snapshot/ + +MAINTAINER= june@causal.agency +COMMENT= TLS-only terminal IRC client + +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libtls.so:security/libressl +RUN_DEPENDS= ${LOCALBASE}/bin/openssl:security/libressl + +USES= localbase:ldflags \ + ncurses + +MAKE_ENV+= MANDIR=${MANPREFIX}/man +CFLAGS+= -D'OPENSSL_BIN=\"${LOCALBASE}/bin/openssl\"' + +PLIST_FILES= bin/catgirl \ + man/man1/catgirl.1.gz + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/catgirl + +.include Property changes on: irc/catgirl/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/catgirl/distinfo =================================================================== --- irc/catgirl/distinfo (nonexistent) +++ irc/catgirl/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1590690070 +SHA256 (catgirl-1.0.tar.gz) = 36345c85ecfff3d690f36405930962be4457fa09699396381881338fea2dbf43 +SIZE (catgirl-1.0.tar.gz) = 51167 Property changes on: irc/catgirl/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/catgirl/pkg-descr =================================================================== --- irc/catgirl/pkg-descr (nonexistent) +++ irc/catgirl/pkg-descr (working copy) @@ -0,0 +1,4 @@ +catgirl is a TLS-only terminal IRC client with tab-complete, nick +coloring, URL detection, message filtering and split scrolling. + +WWW: https://git.causal.agency/catgirl/ Property changes on: irc/catgirl/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