pkgsrc-WIP-changes archive

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

build and install on netbsd



Module Name:	pkgsrc-wip
Committed By:	shozp <shozp>
Pushed By:	shozp
Date:		Thu Jan 13 18:09:03 2022 +0100
Changeset:	a138aa26e6ecbc6c4454dbaec9ff426bef70e7ae

Added Files:
	shtool/DESCR
	shtool/Makefile
	shtool/PLIST
	shtool/TODO
	shtool/distinfo

Log Message:
build and install on netbsd

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

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

diffstat:
 shtool/DESCR    |  7 +++++++
 shtool/Makefile | 18 ++++++++++++++++++
 shtool/PLIST    | 45 +++++++++++++++++++++++++++++++++++++++++++++
 shtool/TODO     |  2 ++
 shtool/distinfo |  5 +++++
 5 files changed, 77 insertions(+)

diffs:
diff --git a/shtool/DESCR b/shtool/DESCR
new file mode 100644
index 0000000000..ce4e9df10a
--- /dev/null
+++ b/shtool/DESCR
@@ -0,0 +1,7 @@
+The GNU shtool program is a compilation of small but very stable and
+portable shell scripts into a single shell tool. All ingredients
+were in successful use over many years in various free software
+projects. The compiled shtool program is intended to be used inside
+the source tree of free software packages. There it can take over
+various (usually non-portable) tasks related to the building and
+installation of such a package.
diff --git a/shtool/Makefile b/shtool/Makefile
new file mode 100644
index 0000000000..09ce2f8b8f
--- /dev/null
+++ b/shtool/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	shtool-2.0.8
+CATEGORIES=	devel
+MASTER_SITES=	http://ftp.gnu.org/gnu/shtool/
+
+MAINTAINER=	shozp%directbox.com@localhost
+HOMEPAGE=	ftp://ftp.gnu.org/gnu/shtool/
+COMMENT=	Small but very stable and portable shell scripts into a single shell tool
+LICENSE=	gnu-gpl-v2
+
+DEPENDS+=	perl5-[0-9]*:../../lang/perl5
+
+GNU_CONFIGURE=	yes
+USE_TOOLS+=	perl gmake
+
+.include "../../lang/perl5/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/shtool/PLIST b/shtool/PLIST
new file mode 100644
index 0000000000..1b07d02202
--- /dev/null
+++ b/shtool/PLIST
@@ -0,0 +1,45 @@
+@comment $NetBSD$
+bin/shtool
+bin/shtoolize
+man/man1/shtool-arx.1
+man/man1/shtool-echo.1
+man/man1/shtool-fixperm.1
+man/man1/shtool-install.1
+man/man1/shtool-mdate.1
+man/man1/shtool-mkdir.1
+man/man1/shtool-mkln.1
+man/man1/shtool-mkshadow.1
+man/man1/shtool-move.1
+man/man1/shtool-path.1
+man/man1/shtool-platform.1
+man/man1/shtool-prop.1
+man/man1/shtool-rotate.1
+man/man1/shtool-scpp.1
+man/man1/shtool-slo.1
+man/man1/shtool-subst.1
+man/man1/shtool-table.1
+man/man1/shtool-tarball.1
+man/man1/shtool-version.1
+man/man1/shtool.1
+man/man1/shtoolize.1
+share/aclocal/shtool.m4
+share/shtool/sh.arx
+share/shtool/sh.common
+share/shtool/sh.echo
+share/shtool/sh.fixperm
+share/shtool/sh.install
+share/shtool/sh.mdate
+share/shtool/sh.mkdir
+share/shtool/sh.mkln
+share/shtool/sh.mkshadow
+share/shtool/sh.move
+share/shtool/sh.path
+share/shtool/sh.platform
+share/shtool/sh.prop
+share/shtool/sh.rotate
+share/shtool/sh.scpp
+share/shtool/sh.slo
+share/shtool/sh.subst
+share/shtool/sh.table
+share/shtool/sh.tarball
+share/shtool/sh.version
diff --git a/shtool/TODO b/shtool/TODO
new file mode 100644
index 0000000000..01dd86d95f
--- /dev/null
+++ b/shtool/TODO
@@ -0,0 +1,2 @@
+build and installs on macos,
+netbsd must be tested
diff --git a/shtool/distinfo b/shtool/distinfo
new file mode 100644
index 0000000000..aad3daf96d
--- /dev/null
+++ b/shtool/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (shtool-2.0.8.tar.gz) = 3d7d86b6142971d1965acabb39c7f25a2fdf09f847a25729c9944d72512d6f55
+SHA512 (shtool-2.0.8.tar.gz) = f0c9292e8d980323d587b70e582574ba1cfe3c26296a01d51a2068a7886e5b1f501e8c5dc37b5d4b0f7a34217c7ad7f6f3011969d9c2d65776fe66e8287c1758
+Size (shtool-2.0.8.tar.gz) = 97033 bytes


Home | Main Index | Thread Index | Old Index