pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Oct 29 14:37:34 UTC 2024

Modified Files:
        pkgsrc/meta-pkgs: Makefile
Added Files:
        pkgsrc/meta-pkgs/bulk-test-poppler: DESCR Makefile

Log Message:
Add meta-pkgs/bulk-test-poppler

API breaks in poppler seem common, and it's a frequent source of fallout
in popular (heh) packages, so it needs monitoring and updating carefully.


To generate a diff of this commit:
cvs rdiff -u -r1.136 -r1.137 pkgsrc/meta-pkgs/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/meta-pkgs/bulk-test-poppler/DESCR \
    pkgsrc/meta-pkgs/bulk-test-poppler/Makefile

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

Modified files:

Index: pkgsrc/meta-pkgs/Makefile
diff -u pkgsrc/meta-pkgs/Makefile:1.136 pkgsrc/meta-pkgs/Makefile:1.137
--- pkgsrc/meta-pkgs/Makefile:1.136     Wed Oct 23 22:02:46 2024
+++ pkgsrc/meta-pkgs/Makefile   Tue Oct 29 14:37:34 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.136 2024/10/23 22:02:46 wiz Exp $
+# $NetBSD: Makefile,v 1.137 2024/10/29 14:37:34 nia Exp $
 #
 
 COMMENT=       Collections of other packages
@@ -15,6 +15,7 @@ SUBDIR+=      bulk-test-go
 SUBDIR+=       bulk-test-icu
 SUBDIR+=       bulk-test-llvm
 SUBDIR+=       bulk-test-php
+SUBDIR+=       bulk-test-poppler
 SUBDIR+=       bulk-test-python27
 SUBDIR+=       bulk-test-rust
 SUBDIR+=       compiz-fusion

Added files:

Index: pkgsrc/meta-pkgs/bulk-test-poppler/DESCR
diff -u /dev/null pkgsrc/meta-pkgs/bulk-test-poppler/DESCR:1.1
--- /dev/null   Tue Oct 29 14:37:34 2024
+++ pkgsrc/meta-pkgs/bulk-test-poppler/DESCR    Tue Oct 29 14:37:34 2024
@@ -0,0 +1,2 @@
+Meta-package for testing Poppler updates. Depends on various non-trivial or
+important packages that depend on poppler.
Index: pkgsrc/meta-pkgs/bulk-test-poppler/Makefile
diff -u /dev/null pkgsrc/meta-pkgs/bulk-test-poppler/Makefile:1.1
--- /dev/null   Tue Oct 29 14:37:34 2024
+++ pkgsrc/meta-pkgs/bulk-test-poppler/Makefile Tue Oct 29 14:37:34 2024
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1 2024/10/29 14:37:34 nia Exp $
+
+DISTNAME=      bulk-test-poppler-20241029
+CATEGORIES=    meta-pkgs
+MASTER_SITES=  # empty
+DISTFILES=     # empty
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Meta-package for testing Poppler
+
+META_PACKAGE=  yes
+
+RESTRICTED=            Just for test build purposes
+NO_BIN_ON_CDROM=       ${RESTRICTED}
+NO_BIN_ON_FTP=         ${RESTRICTED}
+
+DEPENDS+=      calibre-[0-9]*:../../misc/calibre
+DEPENDS+=      cups-filters-[0-9]*:../../print/cups-filters
+DEPENDS+=      gimp-[0-9]*:../../graphics/gimp
+DEPENDS+=      gnome-tracker-miners-[0-9]*:../../sysutils/gnome-tracker-miners
+DEPENDS+=      inkscape-[0-9]*:../../graphics/inkscape
+DEPENDS+=      libreoffice-[0-9]*:../../misc/libreoffice
+DEPENDS+=      krita-[0-9]*:../../graphics/krita
+DEPENDS+=      pdf2djvu-[0-9]*:../../print/pdf2djvu
+DEPENDS+=      pdf2svg-[0-9]*:../../converters/pdf2svg
+DEPENDS+=      pdfgrep-[0-9]*:../../textproc/pdfgrep
+DEPENDS+=      xpdf-[0-9]*:../../print/xpdf
+DEPENDS+=      xournalpp-[0-9]*:../../editors/xournalpp
+DEPENDS+=      zathura-pdf-poppler-[0-9]*:../../print/zathura-pdf-poppler
+
+.include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index