code
string
repo_name
string
path
string
language
string
license
string
size
int64
config BR2_PACKAGE_P910ND bool "p910nd" depends on BR2_USE_MMU # fork() help p910nd is a small printer daemon intended for diskless workstations. Using ports 9100-9102, it accepts print jobs and passes them directly to a USB printer. http://p910nd.sourceforge.net/
shibajee/buildroot
package/p910nd/Config.in
in
mit
281
# Locally computed: sha256 4ac980a3ae24babae6f70f0a692625ece03a4a92c357fbb10d2e368386c3c26f p910nd-0.97.tar.bz2
shibajee/buildroot
package/p910nd/p910nd.hash
hash
mit
114
################################################################################ # # p910nd # ################################################################################ P910ND_VERSION = 0.97 P910ND_SITE = http://downloads.sourceforge.net/project/p910nd/p910nd/$(P910ND_VERSION) P910ND_SOURCE = p910nd-$(P910ND_VERSION).tar.bz2 P910ND_LICENSE = GPLv2 P910ND_LICENSE_FILES = COPYING define P910ND_BUILD_CMDS $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) endef define P910ND_INSTALL_TARGET_CMDS $(INSTALL) -D -m 0755 $(@D)/p910nd $(TARGET_DIR)/usr/sbin/p910nd endef $(eval $(generic-package))
shibajee/buildroot
package/p910nd/p910nd.mk
mk
mit
598
Prevent Pango to build tests. Updated to Pango 1.36.3 by Hadrien Boutteville. Signed-off-by: Hadrien Boutteville <hadrien.boutteville@gmail.com> [Gustavo: update for 1.38.1] diff -Nura pango-1.38.1.orig/Makefile.am pango-1.38.1/Makefile.am --- pango-1.38.1.orig/Makefile.am 2015-10-14 15:41:27.620016974 +0000 +++ pango-1.38.1/Makefile.am 2015-10-14 15:41:54.431240793 +0000 @@ -1,6 +1,6 @@ ## Process this file with automake to create Makefile.in. -SUBDIRS= pango pango-view examples docs tools tests build +SUBDIRS= pango pango-view examples docs tools build EXTRA_DIST = \ autogen.sh \ diff -Nura pango-1.38.1.orig/Makefile.in pango-1.38.1/Makefile.in --- pango-1.38.1.orig/Makefile.in 2015-10-14 15:41:27.630016685 +0000 +++ pango-1.38.1/Makefile.in 2015-10-14 15:41:58.753115676 +0000 @@ -417,7 +417,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -SUBDIRS = pango pango-view examples docs tools tests build +SUBDIRS = pango pango-view examples docs tools build EXTRA_DIST = \ autogen.sh \ pango.pc.in \
shibajee/buildroot
package/pango/0001-no-tests.patch
patch
mit
1,085
Same patch as for systemd in commit 7144f2f04b705538a893e538a6b851f536f433b6: Fix deactivation of gtk-doc The tarball contains the Makefile for building documentation with gtk-doc, Unfortunately the AM_CONDITIONAL variable is not the correct one, which results in an error when running autoreconf. This patch fixes this issue. Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Hadrien Boutteville <hadrien.boutteville@gmail.com> --- a/gtk-doc.make +++ b/gtk-doc.make @@ -267,7 +267,7 @@ # # Require gtk-doc when making dist # -if HAVE_GTK_DOC +if ENABLE_GTK_DOC dist-check-gtkdoc: docs else dist-check-gtkdoc:
shibajee/buildroot
package/pango/0002-no-gtk-doc.patch
patch
mit
643
config BR2_PACKAGE_PANGO bool "pango" depends on BR2_USE_WCHAR # glib2 depends on BR2_TOOLCHAIN_HAS_THREADS # glib2 depends on BR2_USE_MMU # glib2 depends on BR2_INSTALL_LIBSTDCPP # freetype support depends on BR2_TOOLCHAIN_HAS_SYNC_4 # harfbuzz select BR2_PACKAGE_LIBGLIB2 select BR2_PACKAGE_EXPAT select BR2_PACKAGE_CAIRO select BR2_PACKAGE_FONTCONFIG select BR2_PACKAGE_FREETYPE select BR2_PACKAGE_HARFBUZZ select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE select BR2_PACKAGE_XLIB_LIBX11 if BR2_PACKAGE_XORG7 help Pango is a library for laying out and rendering of text, with an emphasis on internationalization. Pango can be used anywhere that text layout is needed, though most of the work on Pango so far has been done in the context of the GTK+ widget toolkit. Pango forms the core of text and font handling for GTK+-2.x. http://www.pango.org/ comment "pango needs a toolchain w/ wchar, threads, C++" depends on BR2_USE_MMU depends on BR2_TOOLCHAIN_HAS_SYNC_4 depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \ !BR2_INSTALL_LIBSTDCPP
shibajee/buildroot
package/pango/Config.in
in
mit
1,099
# From http://ftp.gnome.org/pub/GNOME/sources/pango/1.36/pango-1.40.1.sha256sum sha256 e27af54172c72b3ac6be53c9a4c67053e16c905e02addcf3a603ceb2005c1a40 pango-1.40.1.tar.xz
shibajee/buildroot
package/pango/pango.hash
hash
mit
172
################################################################################ # # pango # ################################################################################ PANGO_VERSION_MAJOR = 1.40 PANGO_VERSION = $(PANGO_VERSION_MAJOR).1 PANGO_SOURCE = pango-$(PANGO_VERSION).tar.xz PANGO_SITE = http://ftp.gnome.org/pub/GNOME/sources/pango/$(PANGO_VERSION_MAJOR) PANGO_AUTORECONF = YES PANGO_INSTALL_STAGING = YES PANGO_LICENSE = LGPLv2+ PANGO_LICENSE_FILES = COPYING PANGO_CONF_OPTS = --enable-explicit-deps=no HOST_PANGO_CONF_OPTS = --enable-explicit-deps=no PANGO_DEPENDENCIES = \ $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext) \ host-pkgconf \ libglib2 \ cairo \ harfbuzz \ fontconfig \ freetype HOST_PANGO_DEPENDENCIES = \ host-pkgconf \ host-libglib2 \ host-cairo \ host-harfbuzz \ host-fontconfig \ host-freetype ifeq ($(BR2_PACKAGE_XORG7),y) PANGO_CONF_OPTS += \ --x-includes=$(STAGING_DIR)/usr/include/X11 \ --x-libraries=$(STAGING_DIR)/usr/lib PANGO_DEPENDENCIES += xlib_libX11 endif ifeq ($(BR2_PACKAGE_XLIB_LIBXFT)$(BR2_PACKAGE_XLIB_LIBXRENDER),yy) PANGO_DEPENDENCIES += xlib_libXft xlib_libXrender PANGO_CONF_OPTS += --with-xft endif $(eval $(autotools-package)) $(eval $(host-autotools-package))
shibajee/buildroot
package/pango/pango.mk
mk
mit
1,234
config BR2_PACKAGE_PANGOMM bool "pangomm" select BR2_PACKAGE_CAIROMM select BR2_PACKAGE_GLIBMM select BR2_PACKAGE_PANGO select BR2_PACKAGE_LIBSIGC depends on BR2_TOOLCHAIN_HAS_SYNC_4 # pango -> harfbuzz depends on BR2_INSTALL_LIBSTDCPP # glibmm/pango depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11 depends on BR2_TOOLCHAIN_HAS_THREADS # *mm/pango -> libglib2 depends on BR2_USE_MMU # *mm/pango -> libglib2 depends on BR2_USE_WCHAR # *mm/pango -> libglib2 help The pangomm package is a set of C++ bindings for Pango. http://www.gtkmm.org/ comment "pangomm needs a toolchain w/ C++, wchar, threads, gcc >= 4.8" depends on BR2_USE_MMU depends on BR2_TOOLCHAIN_HAS_SYNC_4 depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 || !BR2_USE_WCHAR \ || !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
shibajee/buildroot
package/pangomm/Config.in
in
mit
815
# From http://ftp.gnome.org/pub/gnome/sources/pangomm/2.40/pangomm-2.40.0.sha256sum sha256 7dd0afa9dcce57cdb0aad77da9ea46823ee8515d5f3ffd895b9ede7365c3d70d pangomm-2.40.0.tar.xz
shibajee/buildroot
package/pangomm/pangomm.hash
hash
mit
178
################################################################################ # # pangomm # ################################################################################ PANGOMM_VERSION_MAJOR = 2.40 PANGOMM_VERSION = $(PANGOMM_VERSION_MAJOR).0 PANGOMM_SOURCE = pangomm-$(PANGOMM_VERSION).tar.xz PANGOMM_SITE = http://ftp.gnome.org/pub/gnome/sources/pangomm/$(PANGOMM_VERSION_MAJOR) PANGOMM_LICENSE = LGPLv2.1+ (library), GPLv2+ (tools) PANGOMM_LICENSE_FILES = COPYING COPYING.tools PANGOMM_INSTALL_STAGING = YES PANGOMM_DEPENDENCIES = glibmm cairomm libsigc pango host-pkgconf $(eval $(autotools-package))
shibajee/buildroot
package/pangomm/pangomm.mk
mk
mit
614
The CPPFunction typedef (among others) have been deprecated in favour of specific prototyped typedefs since readline 4.2. It's been working since because compatibility typedefs have been in place until they were removed in readline 6.3. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> diff -Nura parted-3.1.orig/parted/ui.c parted-3.1/parted/ui.c --- parted-3.1.orig/parted/ui.c 2014-03-01 16:11:41.970827134 -0300 +++ parted-3.1/parted/ui.c 2014-03-01 16:11:55.540259786 -0300 @@ -1474,7 +1474,7 @@ #ifdef HAVE_LIBREADLINE if (!opt_script_mode) { rl_initialize (); - rl_attempted_completion_function = (CPPFunction*) complete_function; + rl_attempted_completion_function = (rl_completion_func_t *) complete_function; readline_state.in_readline = 0; } #endif
shibajee/buildroot
package/parted/0001-readline-deprecated.patch
patch
mit
795
From b3958317c5ee2940e7024bec2e7f288b5a6a26c3 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias <gustavo@zacarias.com.ar> Date: Mon, 30 Jun 2014 10:09:04 -0300 Subject: [PATCH] configure.ac: uclinux is also linux uclinux is used in the tuple for some noMMU linux builds like Blackfin FLAT output, so accept it as linux too. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 436d0e2..50ad478 100644 --- a/configure.ac +++ b/configure.ac @@ -58,10 +58,10 @@ AM_SILENT_RULES([yes]) # make --enable-silent-rules the default. AC_CANONICAL_HOST case "$host_os" in - linux*) OS=linux ;; + linux*|uclinux*) OS=linux ;; gnu*) OS=gnu ;; beos*) OS=beos ;; - *) AC_MSG_ERROR([Unknown or unsupported OS "$host_os". Only "linux", "gnu" and "beos" are supported in this version of GNU Parted.]) ;; + *) AC_MSG_ERROR([Unknown or unsupported OS "$host_os". Only "linux", "uclinux", "gnu" and "beos" are supported in this version of GNU Parted.]) ;; esac AC_SUBST([OS]) -- 1.8.5.5
shibajee/buildroot
package/parted/0002-configure.ac-uclinux-is-also-linux.patch
patch
mit
1,111
configure: use pkg-config to find libuuid In some conditions, libuuid may be linked with -lintl. This can be the case on uClibc when locales are enabled. When doing a shared link, this dependency is automatically pulled in via a DT_NEEDED ELF tag For a static link, there is no such mechanism to pull in dependent libraries. Currently, the check for libuuid is done with AC_CHECK_LIB, but this does not handle dependencies, and thus a stattic build fails. Use pkg-config to find libuuid, that automatically pulls in the dependencies of libuuid, if any. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> --- Note: of course, that relies on the fact that libuuid installs a proper .pc file; a patch will be submitted upstream shortly. But even considering the current situation, where libuuid does not provide a proper .pc file (yet), this patch does not change the behaviour we've had so far; it is a bet on the future! ;-) diff -durN parted-3.1.orig/configure.ac parted-3.1/configure.ac --- parted-3.1.orig/configure.ac 2014-11-29 16:27:49.520560137 +0100 +++ parted-3.1/configure.ac 2014-11-29 16:32:50.799702049 +0100 @@ -313,16 +313,7 @@ AC_SUBST([DL_LIBS]) dnl Check for libuuid -UUID_LIBS="" -AC_CHECK_LIB([uuid], [uuid_generate], [UUID_LIBS="-luuid"], - [AC_MSG_ERROR(dnl -[GNU Parted requires libuuid - a part of the util-linux-ng package (but -usually distributed separately in libuuid-devel, uuid-dev or similar) -This can probably be found on your distribution's CD or FTP site or at: - http://userweb.kernel.org/~kzak/util-linux-ng/ -Note: originally, libuuid was part of the e2fsprogs package. Later, it -moved to util-linux-ng-2.16, and that package is now the preferred source.])]) -AC_SUBST([UUID_LIBS]) +PKG_CHECK_MODULES([UUID],[uuid]) dnl Check for libdevmapper DM_LIBS=
shibajee/buildroot
package/parted/0003-fix-static-link-uuid.patch
patch
mit
1,817
Include <fcntl.h> to get loff_t definition Patch borrowed from Alpine Linux at http://git.alpinelinux.org/cgit/aports/plain/main/parted/fix-includes.patch. Solves build with musl. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> --- parted-3.1.orig/libparted/fs/xfs/platform_defs.h +++ parted-3.1/libparted/fs/xfs/platform_defs.h @@ -35,6 +35,7 @@ #define __XFS_PLATFORM_DEFS_H__ #include <stdio.h> +#include <fcntl.h> #include <stdarg.h> #include <assert.h> #include <endian.h>
shibajee/buildroot
package/parted/0004-fix-includes-for-musl.patch
patch
mit
510
config BR2_PACKAGE_PARTED bool "parted" depends on BR2_USE_WCHAR select BR2_PACKAGE_UTIL_LINUX select BR2_PACKAGE_UTIL_LINUX_LIBUUID help parted, the GNU partition resizing program http://www.gnu.org/software/parted/ comment "parted needs a toolchain w/ wchar" depends on !BR2_USE_WCHAR
shibajee/buildroot
package/parted/Config.in
in
mit
301
config BR2_PACKAGE_HOST_PARTED bool "host parted" help parted, the GNU partition resizing program http://www.gnu.org/software/parted/
shibajee/buildroot
package/parted/Config.in.host
host
mit
143
# Locally calculated after checking pgp signature sha256 5e9cc1f91eaf016e5033d85b9b893fd6d3ffaca532a48de1082df9b94225ca15 parted-3.1.tar.xz
shibajee/buildroot
package/parted/parted.hash
hash
mit
140
################################################################################ # # parted # ################################################################################ PARTED_VERSION = 3.1 PARTED_SOURCE = parted-$(PARTED_VERSION).tar.xz PARTED_SITE = $(BR2_GNU_MIRROR)/parted PARTED_DEPENDENCIES = host-pkgconf util-linux PARTED_INSTALL_STAGING = YES # For uclinux patch PARTED_AUTORECONF = YES PARTED_GETTEXTIZE = YES PARTED_LICENSE = GPLv3+ PARTED_LICENSE_FILES = COPYING ifeq ($(BR2_PACKAGE_READLINE),y) PARTED_DEPENDENCIES += readline PARTED_CONF_OPTS += --with-readline else PARTED_CONF_OPTS += --without-readline endif ifeq ($(BR2_PACKAGE_LVM2),y) PARTED_DEPENDENCIES += lvm2 PARTED_CONF_OPTS += --enable-device-mapper else PARTED_CONF_OPTS += --disable-device-mapper endif ifeq ($(BR2_STATIC_LIBS),y) PARTED_CONF_OPTS += --disable-dynamic-loading endif HOST_PARTED_DEPENDENCIES = host-pkgconf host-util-linux HOST_PARTED_CONF_OPTS += \ --without-readline \ --disable-device-mapper \ $(eval $(autotools-package)) $(eval $(host-autotools-package))
shibajee/buildroot
package/parted/parted.mk
mk
mit
1,068
config BR2_PACKAGE_PATCH bool "patch" depends on BR2_USE_WCHAR depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS help Take patch files (containing difference listings) and apply them to original files, producing patched versions. http://www.gnu.org/software/patch/ comment "patch needs a toolchain w/ wchar" depends on !BR2_USE_WCHAR depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
shibajee/buildroot
package/patch/Config.in
in
mit
387
# Locally calculated after checking pgp signature sha256 fd95153655d6b95567e623843a0e77b81612d502ecf78a489a4aed7867caa299 patch-2.7.5.tar.xz
shibajee/buildroot
package/patch/patch.hash
hash
mit
141
################################################################################ # # patch # ################################################################################ PATCH_VERSION = 2.7.5 PATCH_SOURCE = patch-$(PATCH_VERSION).tar.xz PATCH_SITE = $(BR2_GNU_MIRROR)/patch PATCH_LICENSE = GPLv3+ PATCH_LICENSE_FILES = COPYING ifeq ($(BR2_PACKAGE_ATTR),y) PATCH_CONF_OPTS += --enable-attr PATCH_DEPENDENCIES += attr else PATCH_CONF_OPTS += --disable-attr endif $(eval $(autotools-package))
shibajee/buildroot
package/patch/patch.mk
mk
mit
497
config BR2_PACKAGE_HOST_PATCHELF bool "host patchelf" help PatchELF is a small utility to modify the dynamic linker and RPATH of ELF executables. http://nixos.org/patchelf.html
shibajee/buildroot
package/patchelf/Config.in.host
host
mit
189
# Locally calculated sha256 14af06a2da688d577d64ff8dac065bb8903bbffbe01d30c62df7af9bf4ce72fe patchelf-0.8.tar.gz
shibajee/buildroot
package/patchelf/patchelf.hash
hash
mit
113
################################################################################ # # patchelf # ################################################################################ PATCHELF_VERSION = 0.8 PATCHELF_SITE = http://releases.nixos.org/patchelf/patchelf-0.8 PATCHELF_LICENSE = GPLv3+ PATCHELF_LICENSE_FILES = COPYING $(eval $(host-autotools-package))
shibajee/buildroot
package/patchelf/patchelf.mk
mk
mit
359
config BR2_PACKAGE_PAX_UTILS bool "pax-utils" depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5 # needs PR_SET_NO_NEW_PRIVS help ELF related utils for ELF 32/64 binaries that can check files for security relevant properties. http://www.gentoo.org/proj/en/hardened/pax-utils.xml comment "pax-utils needs a toolchain w/ headers >= 3.5" depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5
shibajee/buildroot
package/pax-utils/Config.in
in
mit
392
# Locally calculated sha256 796860fbd48c5f811e699e8492dc1110459bad0a62efa8d346b74a4f6f556414 pax-utils-1.1.4.tar.xz
shibajee/buildroot
package/pax-utils/pax-utils.hash
hash
mit
116
################################################################################ # # pax-utils # ################################################################################ PAX_UTILS_VERSION = 1.1.4 PAX_UTILS_SITE = http://distfiles.gentoo.org/distfiles PAX_UTILS_SOURCE = pax-utils-$(PAX_UTILS_VERSION).tar.xz PAX_UTILS_LICENSE = GPLv2 PAX_UTILS_LICENSE_FILES = COPYING PAX_UTILS_DEPENDENCIES = host-pkgconf PAX_UTILS_CONF_OPTS = --without-python ifeq ($(BR2_PACKAGE_LIBCAP),y) PAX_UTILS_DEPENDENCIES += libcap PAX_UTILS_CONF_OPTS += --with-caps else PAX_UTILS_CONF_OPTS += --without-caps endif ifeq ($(BR2_PACKAGE_LIBSECCOMP),y) PAX_UTILS_DEPENDENCIES += libseccomp PAX_UTILS_CONF_OPTS += --with-seccomp else PAX_UTILS_CONF_OPTS += --without-seccomp endif # lddtree and symtree need bash ifeq ($(BR2_PACKAGE_BASH),) define PAX_UTILS_REMOVE_BASH_TOOLS rm -f $(TARGET_DIR)/usr/bin/{lddtree,symtree} endef endif PAX_UTILS_POST_INSTALL_TARGET_HOOKS += PAX_UTILS_REMOVE_BASH_TOOLS $(eval $(autotools-package)) $(eval $(host-autotools-package))
shibajee/buildroot
package/pax-utils/pax-utils.mk
mk
mit
1,053
config BR2_PACKAGE_PCIUTILS bool "pciutils" # PCI not supported on Blackfin depends on !BR2_bfin help Various utilities dealing with the PCI bus. Provides things like setpci and lspci. http://atrey.karlin.mff.cuni.cz/~mj/pciutils.html
shibajee/buildroot
package/pciutils/Config.in
in
mit
249
# From https://www.kernel.org/pub/software/utils/pciutils/sha256sums.asc sha256 2bf3a4605a562fb6b8b7673bff85a474a5cf383ed7e4bd8886b4f0939013d42f pciutils-3.5.1.tar.xz
shibajee/buildroot
package/pciutils/pciutils.hash
hash
mit
167
################################################################################ # # pciutils # ################################################################################ PCIUTILS_VERSION = 3.5.1 PCIUTILS_SITE = $(BR2_KERNEL_MIRROR)/software/utils/pciutils PCIUTILS_SOURCE = pciutils-$(PCIUTILS_VERSION).tar.xz PCIUTILS_INSTALL_STAGING = YES PCIUTILS_LICENSE = GPLv2+ PCIUTILS_LICENSE_FILES = COPYING PCIUTILS_MAKE_OPTS = \ CC="$(TARGET_CC)" \ HOST="$(KERNEL_ARCH)-linux" \ OPT="$(TARGET_CFLAGS)" \ LDFLAGS="$(TARGET_LDFLAGS)" \ RANLIB=$(TARGET_RANLIB) \ AR=$(TARGET_AR) \ DNS=no ifeq ($(BR2_PACKAGE_HAS_UDEV),y) PCIUTILS_DEPENDENCIES += udev PCIUTILS_MAKE_OPTS += HWDB=yes else PCIUTILS_MAKE_OPTS += HWDB=no endif ifeq ($(BR2_PACKAGE_ZLIB),y) PCIUTILS_MAKE_OPTS += ZLIB=yes PCIUTILS_DEPENDENCIES += zlib else PCIUTILS_MAKE_OPTS += ZLIB=no endif ifeq ($(BR2_PACKAGE_KMOD),y) PCIUTILS_DEPENDENCIES += kmod PCIUTILS_MAKE_OPTS += LIBKMOD=yes else PCIUTILS_MAKE_OPTS += LIBKMOD=no endif ifeq ($(BR2_STATIC_LIBS),y) PCIUTILS_MAKE_OPTS += SHARED=no else PCIUTILS_MAKE_OPTS += SHARED=yes endif # Build after busybox since it's got a lightweight lspci ifeq ($(BR2_PACKAGE_BUSYBOX),y) PCIUTILS_DEPENDENCIES += busybox endif define PCIUTILS_CONFIGURE_CMDS $(SED) 's/wget --no-timestamping/wget/' $(PCIUTILS_DIR)/update-pciids.sh $(SED) 's/uname -s/echo Linux/' \ -e 's/uname -r/echo $(LINUX_HEADERS_VERSION)/' \ $(PCIUTILS_DIR)/lib/configure $(SED) 's/^STRIP/#STRIP/' $(PCIUTILS_DIR)/Makefile endef define PCIUTILS_BUILD_CMDS $(TARGET_MAKE_ENV) $(MAKE) -C $(@D) $(PCIUTILS_MAKE_OPTS) \ PREFIX=/usr endef define PCIUTILS_INSTALL_TARGET_CMDS $(TARGET_MAKE_ENV) $(MAKE1) -C $(@D) $(PCIUTILS_MAKE_OPTS) \ PREFIX=$(TARGET_DIR)/usr SBINDIR=$(TARGET_DIR)/usr/bin \ install install-lib install-pcilib endef define PCIUTILS_INSTALL_STAGING_CMDS $(TARGET_MAKE_ENV) $(MAKE1) -C $(@D) $(PCIUTILS_MAKE_OPTS) \ PREFIX=$(STAGING_DIR)/usr SBINDIR=$(STAGING_DIR)/usr/bin \ install install-lib install-pcilib endef $(eval $(generic-package))
shibajee/buildroot
package/pciutils/pciutils.mk
mk
mit
2,058
config BR2_PACKAGE_PCMANFM bool "pcmanfm" select BR2_PACKAGE_LIBFM select BR2_PACKAGE_MENU_CACHE select BR2_PACKAGE_LIBGLIB2 select BR2_PACKAGE_LIBGTK2 if !BR2_PACKAGE_LIBGTK3_X11 depends on BR2_PACKAGE_XORG7 depends on BR2_USE_WCHAR # libglib2 depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2 depends on BR2_USE_MMU # libglib2 depends on BR2_INSTALL_LIBSTDCPP # libgtk2 depends on BR2_TOOLCHAIN_HAS_SYNC_4 # libgtk2 -> pango -> harfbuzz help PCMan File Manager (PCManFM) is a file manager application developed by Hong Jen Yee from Taiwan which is meant to be a replacement for Nautilus, Konqueror and Thunar. http://wiki.lxde.org/en/PCManFM comment "pcmanfm needs a toolchain w/ wchar, threads, C++" depends on BR2_USE_MMU depends on BR2_PACKAGE_XORG7 depends on BR2_TOOLCHAIN_HAS_SYNC_4 depends on !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP || \ !BR2_TOOLCHAIN_HAS_THREADS
shibajee/buildroot
package/pcmanfm/Config.in
in
mit
905
# From https://sourceforge.net/projects/pcmanfm/files/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/PCManFM/ md5 19764c2f59653724c8713e0064fa6829 pcmanfm-1.2.4.tar.xz sha1 4768ee564a36021977e4af8c33270b6835b3391d pcmanfm-1.2.4.tar.xz
shibajee/buildroot
package/pcmanfm/pcmanfm.hash
hash
mit
236
################################################################################ # # pcmanfm # ################################################################################ PCMANFM_VERSION = 1.2.4 PCMANFM_SOURCE = pcmanfm-$(PCMANFM_VERSION).tar.xz PCMANFM_SITE = http://sourceforge.net/projects/pcmanfm/files PCMANFM_DEPENDENCIES = libglib2 menu-cache libfm PCMANFM_LICENSE = GPLv2+ PCMANFM_LICENSE_FILES = COPYING ifeq ($(BR2_PACKAGE_LIBGTK3_X11),y) PCMANFM_CONF_OPTS += --with-gtk=3 PCMANFM_DEPENDENCIES += libgtk3 else PCMANFM_CONF_OPTS += --with-gtk=2 PCMANFM_DEPENDENCIES += libgtk2 endif $(eval $(autotools-package))
shibajee/buildroot
package/pcmanfm/pcmanfm.mk
mk
mit
629
From e180a4085d8d2f82a05f037e465708cfc16bd2bf Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias <gustavo@zacarias.com.ar> Date: Tue, 14 Jun 2016 20:31:12 -0300 Subject: [PATCH] Kill compatibility bits Kill ABI compatibility bits, we don't need them. Fixes build failures on non-ELF targets. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> --- pcrecpp.cc | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/pcrecpp.cc b/pcrecpp.cc index d09c9ab..6910db0 100644 --- a/pcrecpp.cc +++ b/pcrecpp.cc @@ -58,22 +58,6 @@ static const int kVecSize = (1 + kMaxArgs) * 3; // results + PCRE workspace // Special object that stands-in for no argument Arg RE::no_arg((void*)NULL); -// This is for ABI compatibility with old versions of pcre (pre-7.6), -// which defined a global no_arg variable instead of putting it in the -// RE class. This works on GCC >= 3, at least. It definitely works -// for ELF, but may not for other object formats (Mach-O, for -// instance, does not support aliases.) We could probably have a more -// inclusive test if we ever needed it. (Note that not only the -// __attribute__ syntax, but also __USER_LABEL_PREFIX__, are -// gnu-specific.) -#if defined(__GNUC__) && __GNUC__ >= 3 && defined(__ELF__) && !defined(__INTEL_COMPILER) -# define ULP_AS_STRING(x) ULP_AS_STRING_INTERNAL(x) -# define ULP_AS_STRING_INTERNAL(x) #x -# define USER_LABEL_PREFIX_STR ULP_AS_STRING(__USER_LABEL_PREFIX__) -extern Arg no_arg - __attribute__((alias(USER_LABEL_PREFIX_STR "_ZN7pcrecpp2RE6no_argE"))); -#endif - // If a regular expression has no error, its error_ field points here static const string empty_string; -- 2.7.3
shibajee/buildroot
package/pcre/0001-Kill-compatibility-bits.patch
patch
mit
1,688
From e3c636b8c7f9912d8d3a9fabdaa0a96ba69f7b29 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias <gustavo@zacarias.com.ar> Date: Tue, 14 Jun 2016 20:32:44 -0300 Subject: [PATCH] Disable C++ unit tests They fail to build on static targets and they're not installed anyway. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> --- Makefile.in | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Makefile.in b/Makefile.in index 6d03912..2c42b3e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -133,12 +133,6 @@ noinst_PROGRAMS = $(am__EXEEXT_2) $(am__EXEEXT_3) $(am__EXEEXT_4) @WITH_PCRE8_TRUE@am__append_20 = libpcreposix.la @WITH_GCOV_TRUE@@WITH_PCRE8_TRUE@am__append_21 = $(GCOV_CFLAGS) @WITH_PCRE_CPP_TRUE@am__append_22 = libpcrecpp.la -@WITH_PCRE_CPP_TRUE@am__append_23 = pcrecpp_unittest \ -@WITH_PCRE_CPP_TRUE@ pcre_scanner_unittest \ -@WITH_PCRE_CPP_TRUE@ pcre_stringpiece_unittest -@WITH_PCRE_CPP_TRUE@am__append_24 = pcrecpp_unittest \ -@WITH_PCRE_CPP_TRUE@ pcre_scanner_unittest \ -@WITH_PCRE_CPP_TRUE@ pcre_stringpiece_unittest @WITH_GCOV_TRUE@@WITH_PCRE_CPP_TRUE@am__append_25 = $(GCOV_CXXFLAGS) @WITH_GCOV_TRUE@@WITH_PCRE_CPP_TRUE@am__append_26 = $(GCOV_LIBS) @WITH_GCOV_TRUE@@WITH_PCRE_CPP_TRUE@am__append_27 = $(GCOV_LIBS) @@ -362,9 +356,6 @@ libpcreposix_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @WITH_PCRE8_TRUE@am__EXEEXT_1 = pcregrep$(EXEEXT) @WITH_REBUILD_CHARTABLES_TRUE@am__EXEEXT_2 = dftables$(EXEEXT) @WITH_JIT_TRUE@am__EXEEXT_3 = pcre_jit_test$(EXEEXT) -@WITH_PCRE_CPP_TRUE@am__EXEEXT_4 = pcrecpp_unittest$(EXEEXT) \ -@WITH_PCRE_CPP_TRUE@ pcre_scanner_unittest$(EXEEXT) \ -@WITH_PCRE_CPP_TRUE@ pcre_stringpiece_unittest$(EXEEXT) PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) am__dftables_SOURCES_DIST = dftables.c @WITH_REBUILD_CHARTABLES_TRUE@am_dftables_OBJECTS = \ -- 2.7.3
shibajee/buildroot
package/pcre/0002-Disable-C-unit-tests.patch
patch
mit
1,828
config BR2_PACKAGE_PCRE bool "pcre" help Perl Compatible Regular Expressions. By default, only the 8-bits libpcre is built. To get the 16-bits and/or 32-bits variants libpcre16/libpcre32, use the package sub-options. http://www.pcre.org/ if BR2_PACKAGE_PCRE config BR2_PACKAGE_PCRE_16 bool "16-bit pcre" help This option builds the 16-bits pcre library, i.e 'libpcre16' config BR2_PACKAGE_PCRE_32 bool "32-bit pcre" help This option builds the 32-bits pcre library, i.e 'libpcre32' config BR2_PACKAGE_PCRE_UTF bool "UTF-8/16/32 support in pcre" help This option builds the pcre library with UTF-8/16/32 support config BR2_PACKAGE_PCRE_UCP bool "Unicode properties support in pcre" select BR2_PACKAGE_PCRE_UTF help This option builds the pcre library with Unicode properties support (implies UTF-8/16/32 support)' endif
shibajee/buildroot
package/pcre/Config.in
in
mit
864
# Locally calculated after checking pgp signature sha256 b858099f82483031ee02092711689e7245586ada49e534a06e678b8ea9549e8b pcre-8.39.tar.bz2
shibajee/buildroot
package/pcre/pcre.hash
hash
mit
140
################################################################################ # # pcre # ################################################################################ PCRE_VERSION = 8.39 PCRE_SITE = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre PCRE_SOURCE = pcre-$(PCRE_VERSION).tar.bz2 PCRE_LICENSE = BSD-3c PCRE_LICENSE_FILES = LICENCE PCRE_INSTALL_STAGING = YES PCRE_CONFIG_SCRIPTS = pcre-config # They're required for host-libglib2 HOST_PCRE_CONF_OPTS = --enable-unicode-properties ifneq ($(BR2_INSTALL_LIBSTDCPP),y) # pcre will use the host g++ if a cross version isn't available PCRE_CONF_OPTS = --disable-cpp endif PCRE_CONF_OPTS += --enable-pcre8 PCRE_CONF_OPTS += $(if $(BR2_PACKAGE_PCRE_16),--enable-pcre16,--disable-pcre16) PCRE_CONF_OPTS += $(if $(BR2_PACKAGE_PCRE_32),--enable-pcre32,--disable-pcre32) PCRE_CONF_OPTS += $(if $(BR2_PACKAGE_PCRE_UTF),--enable-utf,--disable-utf) PCRE_CONF_OPTS += $(if $(BR2_PACKAGE_PCRE_UCP),--enable-unicode-properties,--disable-unicode-properties) $(eval $(autotools-package)) $(eval $(host-autotools-package))
shibajee/buildroot
package/pcre/pcre.mk
mk
mit
1,078
configure.ac: explicitly add pthread cflags/libs in the libusb test If libusb-config does not exist, LIBUSB_CFLAGS and PTHREAD_CFLAGS will be empty, and the test for libusb will be performed without additional flags. However, when libusb needs threads, some extra flags are needed (depending on the platform), like -pthreads, -lpthread, etc. Without these flags, the test for libusb_init() will fail to link correctly, and pcsc-lite will fail detecting libusb. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Upstream-status: will be submitted --- diff --git a/configure.ac b/configure.ac --- a/configure.ac +++ b/configure.ac @@ -254,8 +254,8 @@ if test "x$use_libusb" != xno ; then saved_CPPFLAGS="$CPPFLAGS" saved_LIBS="$LIBS" - CPPFLAGS="$CPPFLAGS $LIBUSB_CFLAGS" - LIBS="$LDFLAGS $LIBUSB_LIBS" + CPPFLAGS="$CPPFLAGS $LIBUSB_CFLAGS $PTHREAD_CFLAGS" + LIBS="$LDFLAGS $LIBUSB_LIBS $PTHREAD_LIBS" AC_CHECK_HEADERS(libusb.h, [], [ AC_MSG_ERROR([libusb.h not found, use ./configure LIBUSB_CFLAGS=...]) ])
shibajee/buildroot
package/pcsc-lite/0001-pthread-needed-for-libusb.patch
patch
mit
1,049
config BR2_PACKAGE_PCSC_LITE bool "pcsc-lite" depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_USE_MMU # fork() depends on !BR2_STATIC_LIBS help Middleware to access smart card using SCard API (PC/SC). http://pcsclite.alioth.debian.org/ if BR2_PACKAGE_PCSC_LITE config BR2_PACKAGE_PCSC_LITE_FORCE_LIBUSB bool "use libusb" depends on !BR2_PACKAGE_HAS_UDEV select BR2_PACKAGE_LIBUSB help Select Y if you want to support usb smart card readers. config BR2_PACKAGE_PCSC_LITE_DEBUGATR bool "enable ATR debug messages" help Enable ATR debug messages from pcscd. config BR2_PACKAGE_PCSC_LITE_EMBEDDED bool "enable embedded mode" help Limit RAM and CPU resources by disabling logs. endif comment "pcsc-lite needs a toolchain w/ threads, dynamic library" depends on BR2_USE_MMU depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
shibajee/buildroot
package/pcsc-lite/Config.in
in
mit
866
# Locally calculated sha256 607c4bd730526d282a63edb2ba4ee043f497877be642c5c647e37995e21f2612 pcsc-lite-1.8.10.tar.bz2
shibajee/buildroot
package/pcsc-lite/pcsc-lite.hash
hash
mit
118
################################################################################ # # pcsc-lite # ################################################################################ PCSC_LITE_VERSION = 1.8.10 PCSC_LITE_SOURCE = pcsc-lite-$(PCSC_LITE_VERSION).tar.bz2 PCSC_LITE_SITE = http://alioth.debian.org/frs/download.php/file/3963 PCSC_LITE_INSTALL_STAGING = YES PCSC_LITE_DEPENDENCIES = host-pkgconf PCSC_LITE_LICENSE = BSD-3c PCSC_LITE_LICENSE_FILES = COPYING PCSC_LITE_AUTORECONF = YES # - libudev and libusb are optional # - libudev and libusb can't be used together # - libudev has a priority over libusb ifeq ($(BR2_PACKAGE_HAS_UDEV),y) PCSC_LITE_CONF_OPTS += --enable-libudev --disable-libusb PCSC_LITE_DEPENDENCIES += udev else ifeq ($(BR2_PACKAGE_LIBUSB),y) PCSC_LITE_CONF_OPTS += --enable-libusb --disable-libudev PCSC_LITE_DEPENDENCIES += libusb else PCSC_LITE_CONF_OPTS += --disable-libusb --disable-libudev endif endif ifeq ($(PACKAGE_PCSC_LITE_DEBUGATR),y) PCSC_LITE_CONF_OPTS += --enable-debugatr endif ifeq ($(PACKAGE_PCSC_LITE_EMBEDDED),y) PCSC_LITE_CONF_OPTS += --enable-embedded endif $(eval $(autotools-package))
shibajee/buildroot
package/pcsc-lite/pcsc-lite.mk
mk
mit
1,140
config BR2_PACKAGE_PDBG bool "pdbg" help PowerPC FSI Debugger, for low level debugging of a IBM Power8 CPU over FSI. pdbg runs on a BMC, which is generally an ARM-powered system monitoring/controlling a host CPU. https://github.com/open-power/pdbg
shibajee/buildroot
package/pdbg/Config.in
in
mit
267
# Locally calculated sha256 8edabb9ae98ce3b1892b768f2ee5e779a00476b63cdcc6f905e8464a0b7d96a3 pdbg-90a7370a11e727f1482dea6ff2bd6aec20c64805.tar.gz
shibajee/buildroot
package/pdbg/pdbg.hash
hash
mit
146
################################################################################ # # pdbg # ################################################################################ PDBG_VERSION = 90a7370a11e727f1482dea6ff2bd6aec20c64805 PDBG_SITE = $(call github,open-power,pdbg,$(PDBG_VERSION)) PDBG_LICENSE = Apache 2.0 PDBG_LICENSE_FILES = COPYING PDBG_AUTORECONF = YES $(eval $(autotools-package))
shibajee/buildroot
package/pdbg/pdbg.mk
mk
mit
396
config BR2_PACKAGE_PERL_CRYPT_OPENSSL_RANDOM bool "perl-crypt-openssl-random" depends on !BR2_STATIC_LIBS select BR2_PACKAGE_OPENSSL help OpenSSL/LibreSSL pseudo-random number generator access http://sourceforge.net/projects/perl-openssl/ comment "perl-crypt-openssl-random needs a toolchain w/ dynamic library" depends on BR2_STATIC_LIBS
shibajee/buildroot
package/perl-crypt-openssl-random/Config.in
in
mit
352
# retrieved by scancpan from http://cpan.metacpan.org/ md5 5d71337503e0356ce1ce1481504e5885 Crypt-OpenSSL-Random-0.11.tar.gz sha256 bb8c81c6a39b9b13a22d818ee9a746242f136f0fadceb6b9776ae615e7524c7a Crypt-OpenSSL-Random-0.11.tar.gz
shibajee/buildroot
package/perl-crypt-openssl-random/perl-crypt-openssl-random.hash
hash
mit
233
################################################################################ # # perl-crypt-openssl-random # ################################################################################ PERL_CRYPT_OPENSSL_RANDOM_VERSION = 0.11 PERL_CRYPT_OPENSSL_RANDOM_SOURCE = Crypt-OpenSSL-Random-$(PERL_CRYPT_OPENSSL_RANDOM_VERSION).tar.gz PERL_CRYPT_OPENSSL_RANDOM_SITE = $(BR2_CPAN_MIRROR)/authors/id/R/RU/RURBAN PERL_CRYPT_OPENSSL_RANDOM_DEPENDENCIES = openssl PERL_CRYPT_OPENSSL_RANDOM_LICENSE = Artistic or GPLv1+ PERL_CRYPT_OPENSSL_RANDOM_LICENSE_FILES = LICENSE $(eval $(perl-package))
shibajee/buildroot
package/perl-crypt-openssl-random/perl-crypt-openssl-random.mk
mk
mit
590
config BR2_PACKAGE_PERL_CRYPT_OPENSSL_RSA bool "perl-crypt-openssl-rsa" depends on !BR2_STATIC_LIBS select BR2_PACKAGE_PERL_CRYPT_OPENSSL_RANDOM help RSA encoding and decoding, using the openSSL libraries https://metacpan.org/release/Crypt-OpenSSL-RSA comment "perl-crypt-openssl-rsa needs a toolchain w/ dynamic library" depends on BR2_STATIC_LIBS
shibajee/buildroot
package/perl-crypt-openssl-rsa/Config.in
in
mit
362
# retrieved by scancpan from http://cpan.metacpan.org/ md5 86217a5036fc63779c30420b5fd84129 Crypt-OpenSSL-RSA-0.28.tar.gz sha256 5357f977464bb3a8184cf2d3341851a10d5515b4b2b0dfb88bf78995c0ded7be Crypt-OpenSSL-RSA-0.28.tar.gz
shibajee/buildroot
package/perl-crypt-openssl-rsa/perl-crypt-openssl-rsa.hash
hash
mit
227
################################################################################ # # perl-crypt-openssl-rsa # ################################################################################ PERL_CRYPT_OPENSSL_RSA_VERSION = 0.28 PERL_CRYPT_OPENSSL_RSA_SOURCE = Crypt-OpenSSL-RSA-$(PERL_CRYPT_OPENSSL_RSA_VERSION).tar.gz PERL_CRYPT_OPENSSL_RSA_SITE = $(BR2_CPAN_MIRROR)/authors/id/P/PE/PERLER PERL_CRYPT_OPENSSL_RSA_DEPENDENCIES = perl-crypt-openssl-random PERL_CRYPT_OPENSSL_RSA_LICENSE = Artistic or GPLv1+ PERL_CRYPT_OPENSSL_RSA_LICENSE_FILES = LICENSE $(eval $(perl-package))
shibajee/buildroot
package/perl-crypt-openssl-rsa/perl-crypt-openssl-rsa.mk
mk
mit
581
config BR2_PACKAGE_PERL_DATETIME_TINY bool "perl-datetime-tiny" help A date object, with as little code as possible https://github.com/dagolden/DateTime-Tiny
shibajee/buildroot
package/perl-datetime-tiny/Config.in
in
mit
167
# retrieved by scancpan from http://cpan.metacpan.org/ md5 736be4b3e8171f4a029fb6ac3712a9b4 DateTime-Tiny-1.06.tar.gz sha256 bd725df481d7223ee787e154c116098b08a129f55e0763194b07ebea3dda33ec DateTime-Tiny-1.06.tar.gz
shibajee/buildroot
package/perl-datetime-tiny/perl-datetime-tiny.hash
hash
mit
219
################################################################################ # # perl-datetime-tiny # ################################################################################ PERL_DATETIME_TINY_VERSION = 1.06 PERL_DATETIME_TINY_SOURCE = DateTime-Tiny-$(PERL_DATETIME_TINY_VERSION).tar.gz PERL_DATETIME_TINY_SITE = $(BR2_CPAN_MIRROR)/authors/id/D/DA/DAGOLDEN PERL_DATETIME_TINY_LICENSE = Artistic or GPLv1+ PERL_DATETIME_TINY_LICENSE_FILES = LICENSE $(eval $(perl-package))
shibajee/buildroot
package/perl-datetime-tiny/perl-datetime-tiny.mk
mk
mit
487
config BR2_PACKAGE_PERL_DB_FILE bool "perl-db-file" depends on !BR2_STATIC_LIBS select BR2_PACKAGE_BERKELEYDB help Perl5 access to Berkeley DB version 1.x or 2.x. https://metacpan.org/release/DB_File comment "perl-db-file needs a toolchain w/ dynamic library" depends on BR2_STATIC_LIBS
shibajee/buildroot
package/perl-db-file/Config.in
in
mit
300
# retrieved by scancpan from http://cpan.metacpan.org/ md5 0ae7910cabc31a44e50b713a8a475514 DB_File-1.835.tar.gz sha256 41206f39a1bac49db8c1595e300b04c70e1393b2d78ccb9ef15c5c0b81037cfc DB_File-1.835.tar.gz
shibajee/buildroot
package/perl-db-file/perl-db-file.hash
hash
mit
209
################################################################################ # # perl-db-file # ################################################################################ PERL_DB_FILE_VERSION = 1.835 PERL_DB_FILE_SOURCE = DB_File-$(PERL_DB_FILE_VERSION).tar.gz PERL_DB_FILE_SITE = $(BR2_CPAN_MIRROR)/authors/id/P/PM/PMQS PERL_DB_FILE_DEPENDENCIES = berkeleydb PERL_DB_FILE_LICENSE = Artistic or GPLv1+ PERL_DB_FILE_LICENSE_FILES = README define PERL_DB_FILE_FIX_CONFIG_IN $(SED) 's%^INCLUDE.*%INCLUDE = $(STAGING_DIR)/usr/include%' \ $(@D)/config.in $(SED) 's%^LIB.*%LIB = $(STAGING_DIR)/usr/lib%' \ $(@D)/config.in endef PERL_DB_FILE_POST_PATCH_HOOKS += PERL_DB_FILE_FIX_CONFIG_IN $(eval $(perl-package))
shibajee/buildroot
package/perl-db-file/perl-db-file.mk
mk
mit
725
config BR2_PACKAGE_PERL_DIGEST_HMAC bool "perl-digest-hmac" help Digest::HMAC - Keyed-Hashing for Message Authentication https://github.com/gisle/digest-hmac
shibajee/buildroot
package/perl-digest-hmac/Config.in
in
mit
167
# retrieved by scancpan from http://cpan.metacpan.org/ md5 e6a5d6f552da16eacb5157ea4369ff9d Digest-HMAC-1.03.tar.gz sha256 3bc72c6d3ff144d73aefb90e9a78d33612d58cf1cd1631ecfb8985ba96da4a59 Digest-HMAC-1.03.tar.gz
shibajee/buildroot
package/perl-digest-hmac/perl-digest-hmac.hash
hash
mit
215
################################################################################ # # perl-digest-hmac # ################################################################################ PERL_DIGEST_HMAC_VERSION = 1.03 PERL_DIGEST_HMAC_SOURCE = Digest-HMAC-$(PERL_DIGEST_HMAC_VERSION).tar.gz PERL_DIGEST_HMAC_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GA/GAAS PERL_DIGEST_HMAC_LICENSE = Artistic or GPLv1+ PERL_DIGEST_HMAC_LICENSE_FILES = README $(eval $(perl-package))
shibajee/buildroot
package/perl-digest-hmac/perl-digest-hmac.mk
mk
mit
466
config BR2_PACKAGE_PERL_DIGEST_SHA1 bool "perl-digest-sha1" depends on !BR2_STATIC_LIBS help Perl interface to the SHA-1 algorithm https://metacpan.org/release/Digest-SHA1 comment "perl-digest-sha1 needs a toolchain w/ dynamic library" depends on BR2_STATIC_LIBS
shibajee/buildroot
package/perl-digest-sha1/Config.in
in
mit
275
# retrieved by scancpan from http://cpan.metacpan.org/ md5 bd22388f268434f2b24f64e28bf1aa35 Digest-SHA1-2.13.tar.gz sha256 68c1dac2187421f0eb7abf71452a06f190181b8fc4b28ededf5b90296fb943cc Digest-SHA1-2.13.tar.gz
shibajee/buildroot
package/perl-digest-sha1/perl-digest-sha1.hash
hash
mit
215
################################################################################ # # perl-digest-sha1 # ################################################################################ PERL_DIGEST_SHA1_VERSION = 2.13 PERL_DIGEST_SHA1_SOURCE = Digest-SHA1-$(PERL_DIGEST_SHA1_VERSION).tar.gz PERL_DIGEST_SHA1_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GA/GAAS PERL_DIGEST_SHA1_LICENSE = Artistic or GPLv1+ PERL_DIGEST_SHA1_LICENSE_FILES = README $(eval $(perl-package))
shibajee/buildroot
package/perl-digest-sha1/perl-digest-sha1.mk
mk
mit
466
config BR2_PACKAGE_PERL_ENCODE_DETECT bool "perl-encode-detect" depends on BR2_INSTALL_LIBSTDCPP depends on !BR2_STATIC_LIBS help An Encode::Encoding subclass that detects the encoding of data. https://metacpan.org/release/Encode-Detect comment "perl-encode-detect needs a toolchain w/ C++, dynamic library" depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP
shibajee/buildroot
package/perl-encode-detect/Config.in
in
mit
377
# retrieved by scancpan from http://cpan.metacpan.org/ md5 ee9faf55d7105c97b02b8ebe590819c7 Encode-Detect-1.01.tar.gz sha256 834d893aa7db6ce3f158afbd0e432d6ed15a276e0940db0a74be13fd9c4bbbf1 Encode-Detect-1.01.tar.gz
shibajee/buildroot
package/perl-encode-detect/perl-encode-detect.hash
hash
mit
219
################################################################################ # # perl-encode-detect # ################################################################################ PERL_ENCODE_DETECT_VERSION = 1.01 PERL_ENCODE_DETECT_SOURCE = Encode-Detect-$(PERL_ENCODE_DETECT_VERSION).tar.gz PERL_ENCODE_DETECT_SITE = $(BR2_CPAN_MIRROR)/authors/id/J/JG/JGMYERS PERL_ENCODE_DETECT_DEPENDENCIES = host-perl-module-build PERL_ENCODE_DETECT_LICENSE = MPL-1.1 PERL_ENCODE_DETECT_LICENSE_FILES = LICENSE $(eval $(perl-package))
shibajee/buildroot
package/perl-encode-detect/perl-encode-detect.mk
mk
mit
532
config BR2_PACKAGE_PERL_ENCODE_LOCALE bool "perl-encode-locale" help Determine the locale encoding https://github.com/gisle/encode-locale
shibajee/buildroot
package/perl-encode-locale/Config.in
in
mit
147
# retrieved by scancpan from http://cpan.metacpan.org/ md5 fcfdb8e4ee34bcf62aed429b4a23db27 Encode-Locale-1.05.tar.gz sha256 176fa02771f542a4efb1dbc2a4c928e8f4391bf4078473bd6040d8f11adb0ec1 Encode-Locale-1.05.tar.gz
shibajee/buildroot
package/perl-encode-locale/perl-encode-locale.hash
hash
mit
219
################################################################################ # # perl-encode-locale # ################################################################################ PERL_ENCODE_LOCALE_VERSION = 1.05 PERL_ENCODE_LOCALE_SOURCE = Encode-Locale-$(PERL_ENCODE_LOCALE_VERSION).tar.gz PERL_ENCODE_LOCALE_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GA/GAAS PERL_ENCODE_LOCALE_LICENSE = Artistic or GPLv1+ PERL_ENCODE_LOCALE_LICENSE_FILES = README $(eval $(perl-package))
shibajee/buildroot
package/perl-encode-locale/perl-encode-locale.mk
mk
mit
482
config BR2_PACKAGE_PERL_FILE_LISTING bool "perl-file-listing" select BR2_PACKAGE_PERL_HTTP_DATE help Module to parse directoy listings https://github.com/gisle/file-listing
shibajee/buildroot
package/perl-file-listing/Config.in
in
mit
183
# retrieved by scancpan from http://cpan.metacpan.org/ md5 83f636b477741f3a014585bb9cc079a6 File-Listing-6.04.tar.gz sha256 1e0050fcd6789a2179ec0db282bf1e90fb92be35d1171588bd9c47d52d959cf5 File-Listing-6.04.tar.gz
shibajee/buildroot
package/perl-file-listing/perl-file-listing.hash
hash
mit
217
################################################################################ # # perl-file-listing # ################################################################################ PERL_FILE_LISTING_VERSION = 6.04 PERL_FILE_LISTING_SOURCE = File-Listing-$(PERL_FILE_LISTING_VERSION).tar.gz PERL_FILE_LISTING_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GA/GAAS PERL_FILE_LISTING_DEPENDENCIES = perl-http-date PERL_FILE_LISTING_LICENSE = Artistic or GPLv1+ PERL_FILE_LISTING_LICENSE_FILES = README $(eval $(perl-package))
shibajee/buildroot
package/perl-file-listing/perl-file-listing.mk
mk
mit
522
config BR2_PACKAGE_PERL_FILE_UTIL bool "perl-file-util" help Easy, versatile, portable file handling https://github.com/tommybutler/file-util/wiki
shibajee/buildroot
package/perl-file-util/Config.in
in
mit
156
# retrieved by scancpan from http://cpan.metacpan.org/ md5 93c572b4c54743a7ef383486dd2c4014 File-Util-4.132140.tar.gz sha256 4233c493468da8b34f2df19b191aaa400f328d877c8c023605e43385976a99d1 File-Util-4.132140.tar.gz
shibajee/buildroot
package/perl-file-util/perl-file-util.hash
hash
mit
219
################################################################################ # # perl-file-util # ################################################################################ PERL_FILE_UTIL_VERSION = 4.132140 PERL_FILE_UTIL_SOURCE = File-Util-$(PERL_FILE_UTIL_VERSION).tar.gz PERL_FILE_UTIL_SITE = $(BR2_CPAN_MIRROR)/authors/id/T/TO/TOMMY PERL_FILE_UTIL_DEPENDENCIES = host-perl-module-build PERL_FILE_UTIL_LICENSE = Artistic or GPLv1+ PERL_FILE_UTIL_LICENSE_FILES = COPYING LICENSE HOST_PERL_FILE_UTIL_DEPENDENCIES = host-perl-module-build $(eval $(perl-package)) $(eval $(host-perl-package))
shibajee/buildroot
package/perl-file-util/perl-file-util.mk
mk
mit
604
fix option handling in Makefile.PL the call to GetOptions() must be unique. Signed-off-by: Francois Perrad <francois.perrad@gadz.org> see https://github.com/lstein/Perl-GD/pull/6 Index: b/Makefile.PL =================================================================== --- a/Makefile.PL +++ b/Makefile.PL @@ -24,7 +24,15 @@ my ($options,$lib_gd_path,$lib_ft_path,$lib_png_path,$lib_jpeg_path,$lib_xpm_path,$lib_zlib_path,$force); use Getopt::Long; -GetOptions("ignore_missing_gd" => \$force); +my $result = GetOptions("options=s" => \$options, + "lib_gd_path=s" => \$lib_gd_path, + "lib_ft_path=s" => \$lib_ft_path, + "lib_png_path=s" => \$lib_png_path, + "lib_jpeg_path=s" => \$lib_jpeg_path, + "lib_xpm_path=s" => \$lib_xpm_path, + "lib_zlib_path=s" => \$lib_zlib_path, + "ignore_missing_gd" => \$force, + ); unless (try_to_autoconfigure(\$options,\$lib_gd_path,\@INC,\@LIBPATH,\@LIBS) || $force) { die <<END; @@ -47,14 +55,6 @@ ############################################################################################# # Build options passed in to script to support reproducible builds via Makefiles ############################################################################################# -my $result = GetOptions("options=s" => \$options, - "lib_gd_path=s" => \$lib_gd_path, - "lib_ft_path=s" => \$lib_ft_path, - "lib_png_path=s" => \$lib_png_path, - "lib_jpeg_path=s" => \$lib_jpeg_path, - "lib_xpm_path=s" => \$lib_xpm_path, - "lib_zlib_path=s" => \$lib_zlib_path, - ); unless ($result) { print STDERR <<END; Usage: perl Makefile.PL [options]
shibajee/buildroot
package/perl-gd/0001-getoptions.patch
patch
mit
1,659
refactor -lgd in @LIBS Signed-off-by: Francois Perrad <francois.perrad@gadz.org> see https://github.com/lstein/Perl-GD/pull/7 Index: b/Makefile.PL =================================================================== --- a/Makefile.PL +++ b/Makefile.PL @@ -34,9 +34,9 @@ END } +push @LIBS, "-lgd"; @INC = qw(-I/usr/include -I/usr/include/gd) unless @INC; @LIBPATH = qw(-L/usr/lib/X11 -L/usr/X11R6/lib -L/usr/X11/lib -L/usr/lib) unless @LIBPATH; -@LIBS = qw(-lgd) unless @LIBS; # support for AMD64 libraries if (-d '/usr/lib64') { @@ -291,7 +291,6 @@ @$LIBPATH = map {s/^-L// && "-L$_"} split /\s+/,$ldflags; @$LIBS = split /\s+/,$libs; - push @$LIBS,"-lgd"; push @$LIBPATH,"-L$libdir"; ($$lib_gd_path = $libdir) =~ s!/[^/]+$!!; $$options = $features;
shibajee/buildroot
package/perl-gd/0002-lgd.patch
patch
mit
804
let @INC and @LIBPATH empty when ignore_missing_gd Signed-off-by: Francois Perrad <francois.perrad@gadz.org> see https://github.com/lstein/Perl-GD/pull/7 Index: b/Makefile.PL =================================================================== --- a/Makefile.PL +++ b/Makefile.PL @@ -35,13 +35,15 @@ } push @LIBS, "-lgd"; -@INC = qw(-I/usr/include -I/usr/include/gd) unless @INC; -@LIBPATH = qw(-L/usr/lib/X11 -L/usr/X11R6/lib -L/usr/X11/lib -L/usr/lib) unless @LIBPATH; - -# support for AMD64 libraries -if (-d '/usr/lib64') { - my @libs64 = map {my $a = $_; $a=~ s/lib$/lib64/; $a} @LIBPATH; - @LIBPATH = (@LIBPATH,@libs64); +unless ($force) { + @INC = qw(-I/usr/include -I/usr/include/gd) unless @INC; + @LIBPATH = qw(-L/usr/lib/X11 -L/usr/X11R6/lib -L/usr/X11/lib -L/usr/lib) unless @LIBPATH; + + # support for AMD64 libraries + if (-d '/usr/lib64') { + my @libs64 = map {my $a = $_; $a=~ s/lib$/lib64/; $a} @LIBPATH; + @LIBPATH = (@LIBPATH,@libs64); + } } #############################################################################################
shibajee/buildroot
package/perl-gd/0003-force.patch
patch
mit
1,085
From f417f38929fe558d388b9a9343da9b2c0e6984aa Mon Sep 17 00:00:00 2001 From: Romain Naour <romain.naour@openwide.fr> Date: Sat, 20 Dec 2014 23:22:41 +0100 Subject: [PATCH] Makefile.PL: gdlib-config is now configurable Signed-off-by: Romain Naour <romain.naour@openwide.fr> --- Makefile.PL | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index dfe8ad7..0fa6ef3 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -21,7 +21,7 @@ END my (@INC,@LIBPATH,@LIBS); my $AUTOCONFIG = 0; # global set by try_to_autoconfigure() below -my ($options,$lib_gd_path,$lib_ft_path,$lib_png_path,$lib_jpeg_path,$lib_xpm_path,$lib_zlib_path,$force); +my ($options,$lib_gd_path,$lib_ft_path,$lib_png_path,$lib_jpeg_path,$lib_xpm_path,$lib_zlib_path,$force,$gdlib_config_path); use Getopt::Long; my $result = GetOptions("options=s" => \$options, @@ -32,6 +32,7 @@ my $result = GetOptions("options=s" => \$options, "lib_xpm_path=s" => \$lib_xpm_path, "lib_zlib_path=s" => \$lib_zlib_path, "ignore_missing_gd" => \$force, + "gdlib_config_path=s" => \$gdlib_config_path, ); unless (try_to_autoconfigure(\$options,\$lib_gd_path,\@INC,\@LIBPATH,\@LIBS) || $force) { @@ -72,6 +73,7 @@ Configure GD module. -lib_xpm_path path path to libxpm -lib_zlib_path path path to libpng -ignore_missing_gd Ignore missing or old libgd installations and try to compile anyway + -gdlib_config_path path path to gdlib-config If no options are passed on the command line. The program will attempt to autoconfigure itself with the gdlib-config program (present @@ -118,6 +120,15 @@ if( defined($lib_zlib_path) ) @INC = ("-I$lib_zlib_path/include", @INC); @LIBPATH = ("-L$lib_zlib_path/lib", @LIBPATH); } +if( defined($gdlib_config_path) ) +{ + print "gdlib-config used: $gdlib_config_path\n"; +} +else +{ + $gdlib_config_path = "gdlib-config"; + print "$gdlib_config_path used from the PATH\n"; +} ############################################################################################# if ($^O eq 'VMS'){ @@ -275,7 +286,7 @@ exit 0; sub try_to_autoconfigure { my ($options,$lib_gd_path,$INC,$LIBPATH,$LIBS) = @_; - my $config = `gdlib-config --all`; + my $config = `$gdlib_config_path --all`; return unless $config; $AUTOCONFIG++; -- 1.9.3
shibajee/buildroot
package/perl-gd/0004-gdlib-config-is-now-configurable.patch
patch
mit
2,444
config BR2_PACKAGE_PERL_GD bool "perl-gd" depends on !BR2_STATIC_LIBS select BR2_PACKAGE_ZLIB select BR2_PACKAGE_LIBPNG select BR2_PACKAGE_FREETYPE select BR2_PACKAGE_GD help Interface to Gd Graphics Library https://metacpan.org/release/GD comment "perl-gd needs a toolchain w/ dynamic library" depends on BR2_STATIC_LIBS
shibajee/buildroot
package/perl-gd/Config.in
in
mit
338
# retrieved by scancpan from http://cpan.metacpan.org/ md5 d2c9b18123bcaff8672eb50f2eb37ed3 GD-2.53.tar.gz sha256 d05d01fe95e581adb3468cf05ab5d405db7497c0fb3ec7ecf23d023705fab7aa GD-2.53.tar.gz
shibajee/buildroot
package/perl-gd/perl-gd.hash
hash
mit
197
################################################################################ # # perl-gd # ################################################################################ PERL_GD_VERSION = 2.53 PERL_GD_SOURCE = GD-$(PERL_GD_VERSION).tar.gz PERL_GD_SITE = $(BR2_CPAN_MIRROR)/authors/id/L/LD/LDS PERL_GD_DEPENDENCIES = zlib libpng freetype gd PERL_GD_LICENSE = Artistic-2.0 or GPLv1+ PERL_GD_LICENSE_FILES = LICENSE PERL_GD_CONF_OPTS = \ -options=FT,PNG \ -lib_gd_path=$(STAGING_DIR)/usr \ -lib_ft_path=$(STAGING_DIR)/usr \ -lib_png_path=$(STAGING_DIR)/usr \ -lib_zlib_path=$(STAGING_DIR)/usr \ -ignore_missing_gd \ -gdlib=$(STAGING_DIR)/usr/bin/gdlib-config $(eval $(perl-package))
shibajee/buildroot
package/perl-gd/perl-gd.mk
mk
mit
696
config BR2_PACKAGE_PERL_GDGRAPH bool "perl-gdgraph" depends on !BR2_STATIC_LIBS select BR2_PACKAGE_PERL_GD select BR2_PACKAGE_PERL_GDTEXTUTIL help Produces charts with GD https://metacpan.org/release/GDGraph comment "perl-gdgraph needs a toolchain w/ dynamic library" depends on BR2_STATIC_LIBS
shibajee/buildroot
package/perl-gdgraph/Config.in
in
mit
309
# retrieved by scancpan from http://cpan.metacpan.org/ md5 8bb270a30fea27491302b39b701b3d4e GDGraph-1.49.tar.gz sha256 d26538c827e35c1d4b27f3c045b60f1ab6b45401c54a87e86103cd7c2374cff5 GDGraph-1.49.tar.gz
shibajee/buildroot
package/perl-gdgraph/perl-gdgraph.hash
hash
mit
207
################################################################################ # # perl-gdgraph # ################################################################################ PERL_GDGRAPH_VERSION = 1.49 PERL_GDGRAPH_SOURCE = GDGraph-$(PERL_GDGRAPH_VERSION).tar.gz PERL_GDGRAPH_SITE = $(BR2_CPAN_MIRROR)/authors/id/R/RU/RUZ PERL_GDGRAPH_DEPENDENCIES = perl-gd perl-gdtextutil PERL_GDGRAPH_LICENSE = Artistic or GPLv1+ PERL_GDGRAPH_LICENSE_FILES = Dustismo.LICENSE $(eval $(perl-package))
shibajee/buildroot
package/perl-gdgraph/perl-gdgraph.mk
mk
mit
495
config BR2_PACKAGE_PERL_GDTEXTUTIL bool "perl-gdtextutil" help Text utilities for use with GD https://metacpan.org/release/GDTextUtil
shibajee/buildroot
package/perl-gdtextutil/Config.in
in
mit
143
# retrieved by scancpan from http://cpan.metacpan.org/ md5 941ad06eadc86b47f3a32da405665c41 GDTextUtil-0.86.tar.gz sha256 886ecbf85cfe94f4135ee5689c4847a9ae783ecb99e6759e12c734f2dd6116bc GDTextUtil-0.86.tar.gz
shibajee/buildroot
package/perl-gdtextutil/perl-gdtextutil.hash
hash
mit
213
################################################################################ # # perl-gdtextutil # ################################################################################ PERL_GDTEXTUTIL_VERSION = 0.86 PERL_GDTEXTUTIL_SOURCE = GDTextUtil-$(PERL_GDTEXTUTIL_VERSION).tar.gz PERL_GDTEXTUTIL_SITE = $(BR2_CPAN_MIRROR)/authors/id/M/MV/MVERB PERL_GDTEXTUTIL_LICENSE_FILES = Dustismo.LICENSE $(eval $(perl-package))
shibajee/buildroot
package/perl-gdtextutil/perl-gdtextutil.mk
mk
mit
424
config BR2_PACKAGE_PERL_HTML_PARSER bool "perl-html-parser" depends on !BR2_STATIC_LIBS select BR2_PACKAGE_PERL_HTML_TAGSET help HTML parser class https://metacpan.org/release/HTML-Parser comment "perl-html-parser needs a toolchain w/ dynamic library" depends on BR2_STATIC_LIBS
shibajee/buildroot
package/perl-html-parser/Config.in
in
mit
292
# retrieved by scancpan from http://cpan.metacpan.org/ md5 eb7505e5f626913350df9dd4a03d54a8 HTML-Parser-3.72.tar.gz sha256 ec28c7e1d9e67c45eca197077f7cdc41ead1bb4c538c7f02a3296a4bb92f608b HTML-Parser-3.72.tar.gz
shibajee/buildroot
package/perl-html-parser/perl-html-parser.hash
hash
mit
215
################################################################################ # # perl-html-parser # ################################################################################ PERL_HTML_PARSER_VERSION = 3.72 PERL_HTML_PARSER_SOURCE = HTML-Parser-$(PERL_HTML_PARSER_VERSION).tar.gz PERL_HTML_PARSER_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GA/GAAS PERL_HTML_PARSER_DEPENDENCIES = perl-html-tagset PERL_HTML_PARSER_LICENSE = Artistic or GPLv1+ PERL_HTML_PARSER_LICENSE_FILES = README $(eval $(perl-package))
shibajee/buildroot
package/perl-html-parser/perl-html-parser.mk
mk
mit
515
config BR2_PACKAGE_PERL_HTML_TAGSET bool "perl-html-tagset" help HTML::Tagset - data tables useful in parsing HTML http://www.cpan.org/modules/by-authors/id/P/PE/PETDANCE/
shibajee/buildroot
package/perl-html-tagset/Config.in
in
mit
181
# retrieved by scancpan from http://cpan.metacpan.org/ md5 d2bfa18fe1904df7f683e96611e87437 HTML-Tagset-3.20.tar.gz sha256 adb17dac9e36cd011f5243881c9739417fd102fce760f8de4e9be4c7131108e2 HTML-Tagset-3.20.tar.gz
shibajee/buildroot
package/perl-html-tagset/perl-html-tagset.hash
hash
mit
215
################################################################################ # # perl-html-tagset # ################################################################################ PERL_HTML_TAGSET_VERSION = 3.20 PERL_HTML_TAGSET_SOURCE = HTML-Tagset-$(PERL_HTML_TAGSET_VERSION).tar.gz PERL_HTML_TAGSET_SITE = $(BR2_CPAN_MIRROR)/authors/id/P/PE/PETDANCE PERL_HTML_TAGSET_LICENSE = Artistic or GPLv1+ PERL_HTML_TAGSET_LICENSE_FILES = README $(eval $(perl-package))
shibajee/buildroot
package/perl-html-tagset/perl-html-tagset.mk
mk
mit
470
config BR2_PACKAGE_PERL_HTTP_COOKIES bool "perl-http-cookies" select BR2_PACKAGE_PERL_HTTP_DATE select BR2_PACKAGE_PERL_HTTP_MESSAGE help Objects that represent a "cookie jar" http://github.com/gisle/http-cookies
shibajee/buildroot
package/perl-http-cookies/Config.in
in
mit
224
# retrieved by scancpan from http://cpan.metacpan.org/ md5 ecfd0eeb88512033352c2f13c9580f03 HTTP-Cookies-6.01.tar.gz sha256 f5d3ade383ce6389d80cb0d0356b643af80435bb036afd8edce335215ec5eb20 HTTP-Cookies-6.01.tar.gz
shibajee/buildroot
package/perl-http-cookies/perl-http-cookies.hash
hash
mit
217
################################################################################ # # perl-http-cookies # ################################################################################ PERL_HTTP_COOKIES_VERSION = 6.01 PERL_HTTP_COOKIES_SOURCE = HTTP-Cookies-$(PERL_HTTP_COOKIES_VERSION).tar.gz PERL_HTTP_COOKIES_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GA/GAAS PERL_HTTP_COOKIES_DEPENDENCIES = perl-http-date perl-http-message PERL_HTTP_COOKIES_LICENSE = Artistic or GPLv1+ PERL_HTTP_COOKIES_LICENSE_FILES = README $(eval $(perl-package))
shibajee/buildroot
package/perl-http-cookies/perl-http-cookies.mk
mk
mit
540
config BR2_PACKAGE_PERL_HTTP_DAEMON bool "perl-http-daemon" select BR2_PACKAGE_PERL_HTTP_DATE select BR2_PACKAGE_PERL_HTTP_MESSAGE select BR2_PACKAGE_PERL_LWP_MEDIATYPES help Instances of the `HTTP::Daemon' class are HTTP/1.1 servers that listen on a socket for incoming requests. http://github.com/gisle/http-daemon
shibajee/buildroot
package/perl-http-daemon/Config.in
in
mit
332
# retrieved by scancpan from http://cpan.metacpan.org/ md5 ed0ae02d25d7f1e89456d4d69732adc2 HTTP-Daemon-6.01.tar.gz sha256 43fd867742701a3f9fcc7bd59838ab72c6490c0ebaf66901068ec6997514adc2 HTTP-Daemon-6.01.tar.gz
shibajee/buildroot
package/perl-http-daemon/perl-http-daemon.hash
hash
mit
215