pkgsrc-WIP-changes archive

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

libbgcode: Fix pkglint warnings, expand DESCR, add COMMIT_MSG



Module Name:	pkgsrc-wip
Committed By:	Paul Ripke <stix%stix.id.au@localhost>
Pushed By:	stix
Date:		Mon Feb 19 09:09:21 2024 +1100
Changeset:	b721b49ab1525257d16564b9764bbbe1f3cd8bdc

Modified Files:
	libbgcode/DESCR
	libbgcode/buildlink3.mk
Added Files:
	libbgcode/COMMIT_MSG

Log Message:
libbgcode: Fix pkglint warnings, expand DESCR, add COMMIT_MSG

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

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

diffstat:
 libbgcode/COMMIT_MSG    | 3 +++
 libbgcode/DESCR         | 4 +++-
 libbgcode/buildlink3.mk | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diffs:
diff --git a/libbgcode/COMMIT_MSG b/libbgcode/COMMIT_MSG
new file mode 100644
index 0000000000..816c41633f
--- /dev/null
+++ b/libbgcode/COMMIT_MSG
@@ -0,0 +1,3 @@
+Prusa Block & Binary G-code reader / writer / converter. bgcode is a new gcode
+format which includes metadata blocks, indexes, coding and compression, and
+checksums, as supported by Prusa 3D printers.
diff --git a/libbgcode/DESCR b/libbgcode/DESCR
index 549a94b112..816c41633f 100644
--- a/libbgcode/DESCR
+++ b/libbgcode/DESCR
@@ -1 +1,3 @@
-Prusa Block & Binary G-code reader / writer / converter.
+Prusa Block & Binary G-code reader / writer / converter. bgcode is a new gcode
+format which includes metadata blocks, indexes, coding and compression, and
+checksums, as supported by Prusa 3D printers.
diff --git a/libbgcode/buildlink3.mk b/libbgcode/buildlink3.mk
index 9d8c3c169c..0021b7aed7 100644
--- a/libbgcode/buildlink3.mk
+++ b/libbgcode/buildlink3.mk
@@ -6,7 +6,7 @@ BUILDLINK_TREE+=	libbgcode
 LIBBGCODE_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.libbgcode+=	libbgcode>=20231123
-BUILDLINK_PKGSRCDIR.libbgcode?=	../../wip/libbgcode
+BUILDLINK_PKGSRCDIR.libbgcode?=		../../wip/libbgcode
 
 .include "../../devel/boost-headers/buildlink3.mk"
 .include "../../devel/boost-libs/buildlink3.mk"


Home | Main Index | Thread Index | Old Index