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 --- irc/catgirl/Makefile | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 irc/catgirl/Makefile (limited to 'irc/catgirl/Makefile') diff --git a/irc/catgirl/Makefile b/irc/catgirl/Makefile deleted file mode 100644 index 48bf7e6..0000000 --- a/irc/catgirl/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -PORTNAME= catgirl -PORTVERSION= 1.9a -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 - -USES= compiler:c++11-lang ncurses pkgconfig ssl - -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man - -PLIST_FILES= bin/catgirl \ - man/man1/catgirl.1.gz - -.include - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/catgirl - -.if ${SSL_DEFAULT} == base || ${SSL_DEFAULT} == openssl -LIB_DEPENDS+= libtls.so:security/libretls -.endif - -.include -- cgit 1.4.1 771cd12b2f14405b18&follow=1'>commit diff
Commit message (Expand)Author
2021-01-13Add hilex example to htagml manualJune McEnroe
2021-01-12Style causal.agency like bin HTMLJune McEnroe
2021-01-12Avoid matching tag text inside HTML elementsJune McEnroe
2021-01-12Use hilex for up -hJune McEnroe
2021-01-12Use hilex for bin HTMLJune McEnroe
2021-01-12Don't output a pre in hilex by defaultJune McEnroe
2021-01-12Move hilex out of hilex directoryJune McEnroe
2021-01-12Consolidate hilex formatters into hilex.cJune McEnroe
2021-01-12Remove hacky tagging from hilexJune McEnroe
2021-01-12Add htagml -iJune McEnroe
2021-01-12Render tag index in HTMLJune McEnroe
2021-01-12Add htagml -xJune McEnroe
2021-01-12Prevent matching the same tag twiceJune McEnroe
2021-01-12Process htagml file line by lineJune McEnroe
2021-01-12Split fields by tab onlyJune McEnroe
2021-01-12List both Makefile and html.sh under README.7June McEnroe
2021-01-12Add htagml exampleJune McEnroe
2021-01-12Use mandoc and htagml for bin htmlJune McEnroe
2021-01-12Add htagmlJune McEnroe
2021-01-12Replace causal.agency with a simple mdoc pageJune McEnroe
2021-01-11Publish "Using vi"June McEnroe
2021-01-11Enable diff.colorMovedJune McEnroe
2021-01-10Set less search case-insensitiveJune McEnroe
2021-01-10Set EXINITJune McEnroe
2021-01-09Add c -t flag to print expression typeJune McEnroe
2021-01-05Update taglineJune McEnroe