pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/prison prison: Add version 5.41.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4cda751bbede
branches:  trunk
changeset: 374977:4cda751bbede
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Feb 01 18:49:59 2018 +0000

description:
prison: Add version 5.41.0

A barcode API to produce QRCode barcodes and DataMatrix barcodes

diffstat:

 graphics/prison/DESCR         |   1 +
 graphics/prison/Makefile      |  29 +++++++++++++++++++++++++++++
 graphics/prison/PLIST         |  15 +++++++++++++++
 graphics/prison/buildlink3.mk |  14 ++++++++++++++
 graphics/prison/distinfo      |   6 ++++++
 5 files changed, 65 insertions(+), 0 deletions(-)

diffs (85 lines):

diff -r aca3c7e80c56 -r 4cda751bbede graphics/prison/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/prison/DESCR     Thu Feb 01 18:49:59 2018 +0000
@@ -0,0 +1,1 @@
+A barcode API to produce QRCode barcodes and DataMatrix barcodes
diff -r aca3c7e80c56 -r 4cda751bbede graphics/prison/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/prison/Makefile  Thu Feb 01 18:49:59 2018 +0000
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1 2018/02/01 18:49:59 markd Exp $
+
+DISTNAME=      prison-${KF5VER}
+CATEGORIES=    graphics
+
+HOMEPAGE=      https://community.kde.org/Frameworks
+COMMENT=       Barcode API to produce QRCode barcodes and DataMatrix barcodes
+LICENSE=       mit
+
+.include "../../meta-pkgs/kf5/Makefile.common"
+
+BUILD_DEPENDS+=        kdoctools>=5.19.0:../../devel/kdoctools
+
+USE_TOOLS+=    pkg-config
+
+#SUBST_CLASSES+=               xdg
+#SUBST_STAGE.xdg=      post-patch
+#SUBST_MESSAGE.xdg=    Install via examples dir.
+#SUBST_FILES.xdg=      CMakeLists.txt
+#SUBST_SED.xdg=                -e 's:{KDE_INSTALL_CONFDIR}:{KDE_INSTALL_DATAROOTDIR}/examples/kde-xdg:'
+
+#MAKE_DIRS+=   ${PKG_SYSCONFDIR}/xdg
+#CONF_FILES+=  ${PREFIX}/share/examples/kde-xdg/prison.categories \
+#              ${PKG_SYSCONFDIR}/xdg/prison.categories
+
+.include "../../converters/qrencode/buildlink3.mk"
+.include "../../graphics/libdmtx/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r aca3c7e80c56 -r 4cda751bbede graphics/prison/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/prison/PLIST     Thu Feb 01 18:49:59 2018 +0000
@@ -0,0 +1,15 @@
+@comment $NetBSD: PLIST,v 1.1 2018/02/01 18:49:59 markd Exp $
+include/KF5/prison/AbstractBarcode
+include/KF5/prison/Prison
+include/KF5/prison/abstractbarcode.h
+include/KF5/prison/prison.h
+include/KF5/prison/prison_export.h
+include/KF5/prison_version.h
+lib/cmake/KF5Prison/KF5PrisonConfig.cmake
+lib/cmake/KF5Prison/KF5PrisonConfigVersion.cmake
+lib/cmake/KF5Prison/KF5PrisonTargets-noconfig.cmake
+lib/cmake/KF5Prison/KF5PrisonTargets.cmake
+lib/libKF5Prison.so
+lib/libKF5Prison.so.5
+lib/libKF5Prison.so.${PKGVERSION}
+qt5/mkspecs/modules/qt_Prison.pri
diff -r aca3c7e80c56 -r 4cda751bbede graphics/prison/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/prison/buildlink3.mk     Thu Feb 01 18:49:59 2018 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: buildlink3.mk,v 1.1 2018/02/01 18:49:59 markd Exp $
+
+BUILDLINK_TREE+=       prison
+
+.if !defined(PRISON_BUILDLINK3_MK)
+PRISON_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.prison+= prison>=5.41.0
+BUILDLINK_PKGSRCDIR.prison?=   ../../graphics/prison
+
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.endif # PRISON_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -prison
diff -r aca3c7e80c56 -r 4cda751bbede graphics/prison/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/prison/distinfo  Thu Feb 01 18:49:59 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/02/01 18:49:59 markd Exp $
+
+SHA1 (prison-5.41.0.tar.xz) = 273fcc02be6ea1f7a602143dadea1b1b80428898
+RMD160 (prison-5.41.0.tar.xz) = d65ccb436318e092de3d612a6e447a3a365c76aa
+SHA512 (prison-5.41.0.tar.xz) = 14f952aa1c8fc289efd6ae34c3476ba44b68c3aca9169754d0b79b11114d9aef4a101a071b0da1dc46c517165626073dff6a36bd6f4b6b86a0945ae03130e960
+Size (prison-5.41.0.tar.xz) = 37532 bytes



Home | Main Index | Thread Index | Old Index