pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/games/tcl-theo



Module Name:    pkgsrc
Committed By:   kamil
Date:           Sun Oct  6 23:00:09 UTC 2019

Added Files:
        pkgsrc/games/tcl-theo: DESCR Makefile PLIST distinfo

Log Message:
Import tcl-theo 0.0.1

theo - theo.c implementation for Tcl

This package provides quotes from OpenBSD's src/usr.bin/mg/theo.c.  The
quotes were originally spoken by Theo de Raadt, the OpenBSD project
founder.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/games/tcl-theo/DESCR \
    pkgsrc/games/tcl-theo/Makefile pkgsrc/games/tcl-theo/PLIST \
    pkgsrc/games/tcl-theo/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/games/tcl-theo/DESCR
diff -u /dev/null pkgsrc/games/tcl-theo/DESCR:1.1
--- /dev/null   Sun Oct  6 23:00:09 2019
+++ pkgsrc/games/tcl-theo/DESCR Sun Oct  6 23:00:09 2019
@@ -0,0 +1,5 @@
+theo - theo.c implementation for Tcl
+
+This package provides quotes from OpenBSD's src/usr.bin/mg/theo.c.  The
+quotes were originally spoken by Theo de Raadt, the OpenBSD project
+founder.
Index: pkgsrc/games/tcl-theo/Makefile
diff -u /dev/null pkgsrc/games/tcl-theo/Makefile:1.1
--- /dev/null   Sun Oct  6 23:00:09 2019
+++ pkgsrc/games/tcl-theo/Makefile      Sun Oct  6 23:00:09 2019
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2019/10/06 23:00:09 kamil Exp $
+
+DISTNAME=      tcl-theo-0.0.1
+CATEGORIES=    games
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=krytarowski/}
+
+MAINTAINER=    kamil%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/krytarowski/tcl-theo/
+COMMENT=       theo.c implementation for Tcl
+LICENSE=       2-clause-bsd
+
+EXTRACT_USING= bsdtar
+
+USE_TOOLS+=    autoreconf autoconf
+
+GNU_CONFIGURE= yes
+
+pre-configure:
+       ${RUN} cd ${WRKSRC} && autoreconf -fiv
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/games/tcl-theo/PLIST
diff -u /dev/null pkgsrc/games/tcl-theo/PLIST:1.1
--- /dev/null   Sun Oct  6 23:00:09 2019
+++ pkgsrc/games/tcl-theo/PLIST Sun Oct  6 23:00:09 2019
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1 2019/10/06 23:00:09 kamil Exp $
+lib/theo${PKGVERSION}/pkgIndex.tcl
+lib/theo${PKGVERSION}/theo.tcl
+man/mann/theo.n
+@pkgdir include
+@pkgdir bin
Index: pkgsrc/games/tcl-theo/distinfo
diff -u /dev/null pkgsrc/games/tcl-theo/distinfo:1.1
--- /dev/null   Sun Oct  6 23:00:09 2019
+++ pkgsrc/games/tcl-theo/distinfo      Sun Oct  6 23:00:09 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/10/06 23:00:09 kamil Exp $
+
+SHA1 (tcl-theo-0.0.1.tar.gz) = a3bbee24b4035cad029deb2d4ad3b2726003379c
+RMD160 (tcl-theo-0.0.1.tar.gz) = b8287104287f0a2b6131fd84f4703e4095f6b0f6
+SHA512 (tcl-theo-0.0.1.tar.gz) = 9abe3210c2be9151f199a4e04d9c0633d3ec4866826f7daabf1d4159132d70e7fdb78fd515338aef50126dbc9799f19de153f6133a6d7697f697d5b6e33b9086
+Size (tcl-theo-0.0.1.tar.gz) = 60674 bytes



Home | Main Index | Thread Index | Old Index