pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
import got-portable
Module Name: pkgsrc-wip
Committed By: pin <voidpin%protonmail.com@localhost>
Pushed By: pin
Date: Sun Jun 12 16:49:22 2022 +0200
Changeset: c8462d5d0d81fd1b7ee4bea9dd2ac640364900cf
Modified Files:
Makefile
Added Files:
got-portable/DESCR
got-portable/Makefile
got-portable/PLIST
got-portable/distinfo
Log Message:
import got-portable
Provide via e-mail by MAINTAINER.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c8462d5d0d81fd1b7ee4bea9dd2ac640364900cf
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
got-portable/DESCR | 13 +++++++++++++
got-portable/Makefile | 35 +++++++++++++++++++++++++++++++++++
got-portable/PLIST | 22 ++++++++++++++++++++++
got-portable/distinfo | 5 +++++
5 files changed, 76 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 06bf2a7f3a..9b26db8490 100644
--- a/Makefile
+++ b/Makefile
@@ -1394,6 +1394,7 @@ SUBDIR+= googlecl
SUBDIR+= gopass
SUBDIR+= gopher-validator-git
SUBDIR+= gorilla-audio
+SUBDIR+= got-portable
SUBDIR+= gotify
SUBDIR+= goyq
SUBDIR+= gpak
diff --git a/got-portable/DESCR b/got-portable/DESCR
new file mode 100644
index 0000000000..adc13a22ca
--- /dev/null
+++ b/got-portable/DESCR
@@ -0,0 +1,13 @@
+Game of Trees (Got) is a version control system which prioritizes ease
+of use and simplicity over flexibility (https://gameoftrees.org)
+
+This is the portable version of got(1), using autotools to provide the
+library checks required for GoT's dependencies.
+
+The following operating systems are supported:
+
+ FreeBSD
+ NetBSD
+ DragonFlyBSD
+ MacOS
+ Linux
diff --git a/got-portable/Makefile b/got-portable/Makefile
new file mode 100644
index 0000000000..f27fbe5851
--- /dev/null
+++ b/got-portable/Makefile
@@ -0,0 +1,35 @@
+# $NetBSD$
+
+DISTNAME= 983d44d72ca4def1c26ef74f69543313e3176b31
+PKGNAME= got-portable-${PKGVER}
+PKGVER= 0.70
+CATEGORIES= devel
+MASTER_SITES= https://repo.or.cz/got-portable.git/snapshot/
+
+MAINTAINER= vms%retrobsd.ddns.net@localhost
+HOMEPAGE= https://gameoftrees.org/
+COMMENT= Game of Trees version control system manipulating Git repo
+LICENSE= isc
+
+USE_TOOLS+= pkg-config autoconf automake autoreconf
+GNU_CONFIGURE= yes
+INSTALLATION_DIRS= bin libexec ${PKGMANDIR}/man1 ${PKGMANDIR}/man5
+
+WRKSRC= ${WRKDIR}/got-portable-983d44d
+
+.include "../../mk/bsd.prefs.mk"
+
+pre-configure:
+ set -e; cd ${WRKSRC} && autoreconf -fiv
+
+post-patch:
+.if ${OPSYS} == "NetBSD"
+ # NetBSD has sha1.h.
+ ${RM} -f ${WRKSRC}/openbsd-compat/sha1.h
+.endif
+
+# For set_panel_userptr(3)'s second argument and waddwstr(3).
+.include "../../devel/ncursesw/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/got-portable/PLIST b/got-portable/PLIST
new file mode 100644
index 0000000000..6be3de2f2f
--- /dev/null
+++ b/got-portable/PLIST
@@ -0,0 +1,22 @@
+@comment $NetBSD$
+bin/got
+bin/gotadmin
+bin/tog
+libexec/got-fetch-pack
+libexec/got-index-pack
+libexec/got-read-blob
+libexec/got-read-commit
+libexec/got-read-gitconfig
+libexec/got-read-gotconfig
+libexec/got-read-object
+libexec/got-read-pack
+libexec/got-read-patch
+libexec/got-read-tag
+libexec/got-read-tree
+libexec/got-send-pack
+man/man1/got.1
+man/man1/gotadmin.1
+man/man1/tog.1
+man/man5/git-repository.5
+man/man5/got-worktree.5
+man/man5/got.conf.5
diff --git a/got-portable/distinfo b/got-portable/distinfo
new file mode 100644
index 0000000000..3c15d5d1b9
--- /dev/null
+++ b/got-portable/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (983d44d72ca4def1c26ef74f69543313e3176b31.tar.gz) = d56224e77b87074a61611129c1fcb1583c9c2f2ce87f0cad5c9e31065b5735c4
+SHA512 (983d44d72ca4def1c26ef74f69543313e3176b31.tar.gz) = 1db0c75ae00bdd7f5594977fa5fe14001fb7c7ac2111dfb29dd9e048a826e8c05323026657e4a445584ffbdde713ed84c26fa33db70c6b57b1b6cdd60d7f02d8
+Size (983d44d72ca4def1c26ef74f69543313e3176b31.tar.gz) = 831890 bytes
Home |
Main Index |
Thread Index |
Old Index