pkgsrc-WIP-changes archive

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

basepkg: Update wip/basepkg to 1.5



Module Name:	pkgsrc-wip
Committed By:	Yuuki Enomoto <uki%e-yuuki.org@localhost>
Pushed By:	e-yuuki
Date:		Sat May 5 12:13:44 2018 +0900
Changeset:	99de2c52a638f4ca1bc09f8732ab5b52d84d33ec

Modified Files:
	basepkg/DESCR
	basepkg/Makefile
	basepkg/PLIST
	basepkg/distinfo

Log Message:
basepkg: Update wip/basepkg to 1.5

Changes:
 * Supporting X11 packages (not complete but require dogfooding).
   Files under the sets/lists directory based on NetBSD official source tree.
   It needs more improvement.
 * Update README.
 * README HTML format.

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

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

diffstat:
 basepkg/DESCR    | 11 +++++++----
 basepkg/Makefile |  5 +++--
 basepkg/PLIST    |  1 +
 basepkg/distinfo |  8 ++++----
 4 files changed, 15 insertions(+), 10 deletions(-)

diffs:
diff --git a/basepkg/DESCR b/basepkg/DESCR
index c48b768ff9..bb520f15bc 100644
--- a/basepkg/DESCR
+++ b/basepkg/DESCR
@@ -1,6 +1,9 @@
-The basepkg is a framework for NetBSD base system packages.
-The features of basepkg include:
+The basepkg is a build framework for NetBSD base system packages.
+It aims which makes it possible to managing NetBSD base system based on package
+like as Debian apt, RHEL yum, and others.
 
-- Making packages of NetBSD base system.
+The basepkg.sh builds all categories packages into the "packages" directory.
+We can manage these packages to own NetBSD system using pkg_add(1),
+pkg_delete(1) and pkg_info(1) same as pkgsrc(7).
 
-Please read share/basepkg/README.md for use it.
+Please read README for detail.
diff --git a/basepkg/Makefile b/basepkg/Makefile
index 6ba24f1c0b..b89edeebd1 100644
--- a/basepkg/Makefile
+++ b/basepkg/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	basepkg-1.4.1
+DISTNAME=	basepkg-1.5
 CATEGORIES=	pkgtools
 MASTER_SITES=	${MASTER_SITE_GITHUB:=user340/}
 
@@ -15,7 +15,7 @@ NO_CONFIGURE=	yes
 NO_BUILD=	yes
 AUTO_MKDIRS=	yes
 
-WRKSRC=		${WRKDIR}/basepkg-1.4.1
+WRKSRC=		${WRKDIR}/basepkg-1.5
 USE_LANGUAGES=	# none
 USE_TOOLS+=	pax
 
@@ -24,6 +24,7 @@ INSTALLATION_DIRS+=	basepkg basepkg/sets ${PKGMANDIR}/man1
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/basepkg.sh ${DESTDIR}${PREFIX}/basepkg
 	${INSTALL_SCRIPT} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/basepkg
+	${INSTALL_SCRIPT} ${WRKSRC}/README.html ${DESTDIR}${PREFIX}/basepkg
 	${INSTALL_MAN} ${WRKSRC}/man/man1/basepkg.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
 	${INSTALL_MAN} ${WRKSRC}/man/man1/basepkg.sh.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
 	${INSTALL_DATA} ${WRKSRC}/sets/comments ${DESTDIR}${PREFIX}/basepkg/sets/comments
diff --git a/basepkg/PLIST b/basepkg/PLIST
index 630e5e8207..fd5b72c294 100644
--- a/basepkg/PLIST
+++ b/basepkg/PLIST
@@ -1,4 +1,5 @@
 @comment $NetBSD$
+basepkg/README.html
 basepkg/README.md
 basepkg/basepkg.sh
 basepkg/sets/comments
diff --git a/basepkg/distinfo b/basepkg/distinfo
index 4a636f354e..7cc6c5de1f 100644
--- a/basepkg/distinfo
+++ b/basepkg/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo, v 0.99 2017/05/11 18:41:32 uki Exp $
 
-SHA1 (basepkg-1.4.1.tar.gz) = 1144683545f6625ac7c6e577ce9493b170355894
-RMD160 (basepkg-1.4.1.tar.gz) = ec21436ac0b8cd23ac6fdc9053e8978e4249123a
-SHA512 (basepkg-1.4.1.tar.gz) = 708592e92586eae8dd332a51c6dec80519f4e6157e6d714e1eb4b205e67f33deaa4b3c707cbfa41a687f5c46d19f4fd95bc0ba671b95eced1e75da9e216ab9c0
-Size (basepkg-1.4.1.tar.gz) = 572382 bytes
+SHA1 (basepkg-1.5.tar.gz) = c68b4516592a8b2dc3186af45388369b6e51877e
+RMD160 (basepkg-1.5.tar.gz) = fcb76312e123ba58c813d3842444fa9fb326cc65
+SHA512 (basepkg-1.5.tar.gz) = 3324b77f46e8ce7dc4bdc5d4b00f737c62205e51f59be136115ceb6741461fafbd00df132b9c679cb2002e8b0fffe27112736eca64b98156e9aa29ed0fde664a
+Size (basepkg-1.5.tar.gz) = 505066 bytes


Home | Main Index | Thread Index | Old Index