pkgsrc-WIP-changes archive

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

Initial import of xbps, version 0.51.



Module Name:	pkgsrc-wip
Committed By:	Aleksej Lebedev <root%zta.lk@localhost>
Pushed By:	zhtw
Date:		Fri Sep 8 00:23:46 2017 +0200
Changeset:	c0beb93149d4f4bc8d447c33e116c532dae17217

Added Files:
	xbps/DESCR
	xbps/Makefile
	xbps/PLIST
	xbps/distinfo

Log Message:
Initial import of xbps, version 0.51.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c0beb93149d4f4bc8d447c33e116c532dae17217

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

diffstat:
 xbps/DESCR    |  1 +
 xbps/Makefile | 17 +++++++++++++++++
 xbps/PLIST    | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 xbps/distinfo |  6 ++++++
 4 files changed, 80 insertions(+)

diffs:
diff --git a/xbps/DESCR b/xbps/DESCR
new file mode 100644
index 0000000000..3a45cafc5b
--- /dev/null
+++ b/xbps/DESCR
@@ -0,0 +1 @@
+The X Binary Package System.
diff --git a/xbps/Makefile b/xbps/Makefile
new file mode 100644
index 0000000000..ce0dcb00bc
--- /dev/null
+++ b/xbps/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME=	xbps-0.51
+CATEGORIES=	pkgtools
+MASTER_SITES=	${MASTER_SITE_GITHUB:=voidlinux/}
+
+MAINTAINER=	root%zta.lk@localhost
+HOMEPAGE=	https://github.com/voidlinux/xbps/
+COMMENT=	The X Binary Package System
+LICENSE=	2-clause-bsd
+
+HAS_CONFIGURE=	yes
+USE_TOOLS+=	pkg-config gmake
+
+.include "../../archivers/libarchive/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/xbps/PLIST b/xbps/PLIST
new file mode 100644
index 0000000000..b59b30055e
--- /dev/null
+++ b/xbps/PLIST
@@ -0,0 +1,56 @@
+@comment $NetBSD$
+bin/xbps-alternatives
+bin/xbps-checkvers
+bin/xbps-create
+bin/xbps-dgraph
+bin/xbps-fbulk
+bin/xbps-install
+bin/xbps-pkgdb
+bin/xbps-query
+bin/xbps-reconfigure
+bin/xbps-remove
+bin/xbps-rindex
+bin/xbps-uchroot
+bin/xbps-uhelper
+bin/xbps-uunshare
+include/xbps.h
+include/xbps/xbps_array.h
+include/xbps/xbps_bool.h
+include/xbps/xbps_data.h
+include/xbps/xbps_dictionary.h
+include/xbps/xbps_number.h
+include/xbps/xbps_object.h
+include/xbps/xbps_string.h
+lib/libxbps.a
+lib/libxbps.so
+lib/libxbps.so.2
+lib/libxbps.so.2.0.0
+lib/pkgconfig/libxbps.pc
+share/bash-completion/completions/xbps
+share/bash-completion/completions/xbps-checkvers
+share/bash-completion/completions/xbps-create
+share/bash-completion/completions/xbps-dgraph
+share/bash-completion/completions/xbps-install
+share/bash-completion/completions/xbps-pkgdb
+share/bash-completion/completions/xbps-query
+share/bash-completion/completions/xbps-reconfigure
+share/bash-completion/completions/xbps-remove
+share/bash-completion/completions/xbps-rindex
+share/man/man1/xbps-alternatives.1
+share/man/man1/xbps-checkvers.1
+share/man/man1/xbps-create.1
+share/man/man1/xbps-dgraph.1
+share/man/man1/xbps-fbulk.1
+share/man/man1/xbps-install.1
+share/man/man1/xbps-pkgdb.1
+share/man/man1/xbps-query.1
+share/man/man1/xbps-reconfigure.1
+share/man/man1/xbps-remove.1
+share/man/man1/xbps-rindex.1
+share/man/man1/xbps-uchroot.1
+share/man/man1/xbps-uunshare.1
+share/man/man5/xbps.d.5
+share/xbps.d/00-repository-main.conf
+share/xbps.d/xbps.conf
+share/zsh/site-functions/_xbps
+share/zsh/site-functions/_xbps_src
diff --git a/xbps/distinfo b/xbps/distinfo
new file mode 100644
index 0000000000..cfa3dbc5cc
--- /dev/null
+++ b/xbps/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (xbps-0.51.tar.gz) = 5b7ea178bf31687463c6db132d0360b8408549b3
+RMD160 (xbps-0.51.tar.gz) = 1d363698936cb325ca2c591a133487b115c37b1c
+SHA512 (xbps-0.51.tar.gz) = 243dbef97bd94b05af1a79605f20050d00c6dfaffa8dbc56ea0b3b2d218a627fb45f157f9f82b6eb080f58a7445de9e7bf75d669f0be4caae262af5c5ac92262
+Size (xbps-0.51.tar.gz) = 349086 bytes


Home | Main Index | Thread Index | Old Index