pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/opentracker



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Nov 15 10:28:05 UTC 2020

Added Files:
        pkgsrc/net/opentracker: DESCR Makefile PLIST distinfo

Log Message:
net/opentracker: import opentracker-0.0.20180526

opentracker is a open and free bittorrent tracker project. It aims
for minimal resource usage and is intended to run at your wlan
router.


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

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

Added files:

Index: pkgsrc/net/opentracker/DESCR
diff -u /dev/null pkgsrc/net/opentracker/DESCR:1.1
--- /dev/null   Sun Nov 15 10:28:05 2020
+++ pkgsrc/net/opentracker/DESCR        Sun Nov 15 10:28:05 2020
@@ -0,0 +1,3 @@
+opentracker is a open and free bittorrent tracker project. It aims
+for minimal resource usage and is intended to run at your wlan
+router.
Index: pkgsrc/net/opentracker/Makefile
diff -u /dev/null pkgsrc/net/opentracker/Makefile:1.1
--- /dev/null   Sun Nov 15 10:28:05 2020
+++ pkgsrc/net/opentracker/Makefile     Sun Nov 15 10:28:05 2020
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2020/11/15 10:28:05 wiz Exp $
+
+DISTNAME=      opentracker-0.0.20180526
+CATEGORIES=    net
+MASTER_SITES=  # https://erdgeist.org/gitweb/opentracker/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://erdgeist.org/arts/software/opentracker/
+COMMENT=       Bittorrent tracker
+LICENSE=       beer-ware
+
+MAKE_FLAGS+=   LIBOWFAT_HEADERS=${PREFIX}/include/libowfat
+MAKE_FLAGS+=   LIBOWFAT_LIBRARY=${PREFIX}/lib
+MAKE_FLAGS+=   BINDIR=${DESTDIR}${PREFIX}/bin
+# turn on IPv6 support
+MAKE_FLAGS+=   -DWANT_V6
+
+INSTALLATION_DIRS+=    bin
+
+WRKSRC=        ${WRKDIR}/opentracker
+
+.include "../../devel/libowfat/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/opentracker/PLIST
diff -u /dev/null pkgsrc/net/opentracker/PLIST:1.1
--- /dev/null   Sun Nov 15 10:28:05 2020
+++ pkgsrc/net/opentracker/PLIST        Sun Nov 15 10:28:05 2020
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2020/11/15 10:28:05 wiz Exp $
+bin/opentracker
Index: pkgsrc/net/opentracker/distinfo
diff -u /dev/null pkgsrc/net/opentracker/distinfo:1.1
--- /dev/null   Sun Nov 15 10:28:05 2020
+++ pkgsrc/net/opentracker/distinfo     Sun Nov 15 10:28:05 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/11/15 10:28:05 wiz Exp $
+
+SHA1 (opentracker-0.0.20180526.tar.gz) = f61286fecc6474556d802cdd72fe675b4ed524c5
+RMD160 (opentracker-0.0.20180526.tar.gz) = 002cd3710815edce979b100f4d638838369f5b50
+SHA512 (opentracker-0.0.20180526.tar.gz) = c1ecad1349ef4501eb8b4ab01666132ba9ddc0587cde00e2fc33518459ae2fd2ccf38ffbaf828d0af69ba8878f4b6e7416d831312ebe1dee1c0b11fb1e896ae6
+Size (opentracker-0.0.20180526.tar.gz) = 776368 bytes



Home | Main Index | Thread Index | Old Index