pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pdpmake: Add devel/pdpmake version 2.0.3
Module Name: pkgsrc-wip
Committed By: Diogo Behrens <db7%sdf.org@localhost>
Pushed By: db7
Date: Wed Nov 19 14:27:46 2025 +0100
Changeset: 6e43e2d0394426c62812605998f113149140ee36
Modified Files:
Makefile
Added Files:
pdpmake/COMMIT_MSG
pdpmake/DESCR
pdpmake/Makefile
pdpmake/PLIST
pdpmake/distinfo
Log Message:
pdpmake: Add devel/pdpmake version 2.0.3
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6e43e2d0394426c62812605998f113149140ee36
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
pdpmake/COMMIT_MSG | 3 +++
pdpmake/DESCR | 7 +++++++
pdpmake/Makefile | 24 ++++++++++++++++++++++++
pdpmake/PLIST | 3 +++
pdpmake/distinfo | 5 +++++
6 files changed, 43 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index ded0860e24..4c71131bf9 100644
--- a/Makefile
+++ b/Makefile
@@ -3116,6 +3116,7 @@ SUBDIR+= pdfminer
SUBDIR+= pdfrip
SUBDIR+= pdftk
SUBDIR+= pdnsd
+SUBDIR+= pdpmake
SUBDIR+= pdq
SUBDIR+= peak-classifier
SUBDIR+= pear
diff --git a/pdpmake/COMMIT_MSG b/pdpmake/COMMIT_MSG
new file mode 100644
index 0000000000..a9d0dc84d0
--- /dev/null
+++ b/pdpmake/COMMIT_MSG
@@ -0,0 +1,3 @@
+devel/pdpmake: Add pdpmake version 2.0.3
+
+Packaged in wip by db7
diff --git a/pdpmake/DESCR b/pdpmake/DESCR
new file mode 100644
index 0000000000..aa6c2ca3f3
--- /dev/null
+++ b/pdpmake/DESCR
@@ -0,0 +1,7 @@
+# Public domain POSIX make
+
+This is an implementation of POSIX make:
+https://pubs.opengroup.org/onlinepubs/9799919799/utilities/make.html).
+
+It should build on most modernish Unix-style systems.
+
diff --git a/pdpmake/Makefile b/pdpmake/Makefile
new file mode 100644
index 0000000000..47c9cd126f
--- /dev/null
+++ b/pdpmake/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+DISTNAME= pdpmake-2.0.3
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=rmyorston/}
+GITHUB_TAG= ${PKGVERSION_NOREV}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/rmyorston/pdpmake/
+COMMENT= Public domain POSIX make
+LICENSE= public-domain
+
+CFLAGS.Darwin= -D_DARWIN_C_SOURCE -Dst_mtim=st_mtimespec
+
+BUILD_TARGET= make
+TEST_TARGET= test
+
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/make ${DESTDIR}${PREFIX}/bin/pdpmake
+ ${INSTALL_MAN} ${WRKSRC}/pdpmake.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/pdpmake/PLIST b/pdpmake/PLIST
new file mode 100644
index 0000000000..179dde5630
--- /dev/null
+++ b/pdpmake/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/pdpmake
+man/man1/pdpmake.1
diff --git a/pdpmake/distinfo b/pdpmake/distinfo
new file mode 100644
index 0000000000..3ef4c94cfa
--- /dev/null
+++ b/pdpmake/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (pdpmake-2.0.3.tar.gz) = 8b349b9a7d8fc85e43054886e7b50d918538ce62f962a00c81e951113f1cdc20
+SHA512 (pdpmake-2.0.3.tar.gz) = 58faf7472709f12af203afe926830e3f82e21ee987226f2efa9d3744fd2b6727faa9091d7ded1ffb3f3cdb03e7b7278cc01675d86cf2b3796c49aecd24cf993e
+Size (pdpmake-2.0.3.tar.gz) = 47004 bytes
Home |
Main Index |
Thread Index |
Old Index