pkgsrc-WIP-changes archive

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

compat32_lcms2: Rename lcms2-32 to compat32_lcms2



Module Name:	pkgsrc-wip
Committed By:	Naveen Narayanan <zerous@nocebo.space>
Pushed By:	zerous
Date:		Tue Jul 23 17:29:24 2019 +0200
Changeset:	00d7fbac6766175fc0fe06b8964c76124b46736e

Added Files:
	compat32_lcms2/DESCR
	compat32_lcms2/Makefile
	compat32_lcms2/PLIST
	compat32_lcms2/TODO
	compat32_lcms2/buildlink3.mk
	compat32_lcms2/distinfo
Removed Files:
	lcms2-32/DESCR
	lcms2-32/Makefile
	lcms2-32/PLIST
	lcms2-32/TODO
	lcms2-32/buildlink3.mk
	lcms2-32/distinfo

Log Message:
compat32_lcms2: Rename lcms2-32 to compat32_lcms2

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

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

diffstat:
 compat32_lcms2/DESCR         |  9 +++++++++
 compat32_lcms2/Makefile      | 29 +++++++++++++++++++++++++++++
 compat32_lcms2/PLIST         | 10 ++++++++++
 compat32_lcms2/TODO          |  2 ++
 compat32_lcms2/buildlink3.mk | 27 +++++++++++++++++++++++++++
 compat32_lcms2/distinfo      |  6 ++++++
 lcms2-32/DESCR               |  9 ---------
 lcms2-32/Makefile            | 29 -----------------------------
 lcms2-32/PLIST               | 10 ----------
 lcms2-32/TODO                |  2 --
 lcms2-32/buildlink3.mk       | 27 ---------------------------
 lcms2-32/distinfo            |  6 ------
 12 files changed, 83 insertions(+), 83 deletions(-)

diffs:
diff --git a/compat32_lcms2/DESCR b/compat32_lcms2/DESCR
new file mode 100644
index 0000000000..34e8b846c8
--- /dev/null
+++ b/compat32_lcms2/DESCR
@@ -0,0 +1,9 @@
+LittleCMS is a CMM, a color management engine; it implements fast
+transforms between ICC profiles. "Little" stands for its small
+overhead. With a typical footprint of about 100K including C runtime,
+you can color-enable your application without the pain of ActiveX,
+OCX, redistributables or binaries of any kind. We are using little cms
+in several commercial projects, however, we are offering lcms library
+free for anybody under an extremely liberal open source license.
+
+This package is intended to crosscompile lcms2 for i386.
diff --git a/compat32_lcms2/Makefile b/compat32_lcms2/Makefile
new file mode 100644
index 0000000000..82c8989ff5
--- /dev/null
+++ b/compat32_lcms2/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.13 2019/01/15 10:54:46 markd Exp $
+
+DISTNAME=	lcms2-2.9
+ABI=		32
+CATEGORIES=	graphics
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=lcms/}
+PKGNAME=	compat${ABI}_${DISTNAME}
+
+MAINTAINER=	gdt%NetBSD.org@localhost
+HOMEPAGE=	http://www.littlecms.com/
+COMMENT=	Little Color Management System - a color management library
+LICENSE=	mit
+
+USE_LIBTOOL=		yes
+GNU_CONFIGURE=		yes
+TEST_TARGET=		check
+CFLAGS+=		-m32
+GNU_CONFIGURE_PREFIX=	${PREFIX}/emul/netbsd32/
+
+
+# lcms does not need zlib, but will look for it and link it to tifficc
+# if present.  Therefore, we don't enjoin lcms from finding zlib, but
+# don't include it via bl3.
+
+PKGCONFIG_OVERRIDE=	lcms2.pc.in
+
+.include "../../mk/jpeg.buildlink3.mk"
+.include "../../wip/tiff-32/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/compat32_lcms2/PLIST b/compat32_lcms2/PLIST
new file mode 100644
index 0000000000..38ba76cf01
--- /dev/null
+++ b/compat32_lcms2/PLIST
@@ -0,0 +1,10 @@
+@comment $NetBSD$
+emul/netbsd32/bin/linkicc
+emul/netbsd32/bin/psicc
+emul/netbsd32/bin/transicc
+emul/netbsd32/include/lcms2.h
+emul/netbsd32/include/lcms2_plugin.h
+emul/netbsd32/lib/liblcms2.la
+emul/netbsd32/lib/pkgconfig/lcms2.pc
+emul/netbsd32/man/man1/jpgicc.1
+emul/netbsd32/man/man1/tificc.1
diff --git a/compat32_lcms2/TODO b/compat32_lcms2/TODO
new file mode 100644
index 0000000000..2b01e5101a
--- /dev/null
+++ b/compat32_lcms2/TODO
@@ -0,0 +1,2 @@
+Please note that this package isn't functional yet.
+NetBSD make seems to be calling gmake with the wrong flags.
diff --git a/compat32_lcms2/buildlink3.mk b/compat32_lcms2/buildlink3.mk
new file mode 100644
index 0000000000..77579b6dfc
--- /dev/null
+++ b/compat32_lcms2/buildlink3.mk
@@ -0,0 +1,27 @@
+# $NetBSD: buildlink3.mk,v 1.2 2011/07/25 17:53:17 jakllsch Exp $
+
+BUILDLINK_TREE+=	compat32_lcms2
+
+.if !defined(COMPAT32_LCMS2_BUILDLINK3_MK)
+COMPAT32_LCMS2_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.compat32_lcms2+=	compat32_lcms2>=2.2
+BUILDLINK_PKGSRCDIR.compat32_lcms2?=	../../wip/lcms2-32
+BUILDLINK_LIBDIRS.compat32_lcms2=	emul/netbsd32/lib
+BUILDLINK_INCDIRS.compat32_lcms2=	emul/netbsd32/include
+
+BUILDLINK_TARGETS+=	buildlink-include-compat32_lcms2
+
+.PHONY: buildlink-include-compat32_lcms2
+buildlink-include-compat32_lcms2:
+.for _h_ in lcms2.h
+	${RUN}								\
+	if [ ! -f ${BUILDLINK_DIR}/include/lcms2/${_h_} ]; then		\
+		${MKDIR} ${BUILDLINK_DIR}/include/lcms2;		\
+		${ECHO_BUILDLINK_MSG} "Linking lcms2/${_h_} to ${_h_} in ${BUILDLINK_DIR}/include"; \
+		${LN} -s ${BUILDLINK_PREFIX.lcms2}/include/${_h_} ${BUILDLINK_DIR}/include/lcms2/${_h_}; \
+	fi
+.endfor
+.endif # COMPAT32_LCMS2_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-compat32_lcms2
diff --git a/compat32_lcms2/distinfo b/compat32_lcms2/distinfo
new file mode 100644
index 0000000000..9295303408
--- /dev/null
+++ b/compat32_lcms2/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.9 2019/01/15 10:54:46 markd Exp $
+
+SHA1 (lcms2-2.9.tar.gz) = 60bea9875e017dd1c466e988c2ad98f8766e4e55
+RMD160 (lcms2-2.9.tar.gz) = 0003ffd3561e6ed787be81b5ed7b7af52211fe19
+SHA512 (lcms2-2.9.tar.gz) = 70b1c51fa8d137d5072425e580745ff1fbf49c6e8bb1da0a8adb0647d3b7c095208793cb02de1e8d1a01363b8575fa60c61bedbff99bbec57a44228239cb00e5
+Size (lcms2-2.9.tar.gz) = 10974649 bytes
diff --git a/lcms2-32/DESCR b/lcms2-32/DESCR
deleted file mode 100644
index 34e8b846c8..0000000000
--- a/lcms2-32/DESCR
+++ /dev/null
@@ -1,9 +0,0 @@
-LittleCMS is a CMM, a color management engine; it implements fast
-transforms between ICC profiles. "Little" stands for its small
-overhead. With a typical footprint of about 100K including C runtime,
-you can color-enable your application without the pain of ActiveX,
-OCX, redistributables or binaries of any kind. We are using little cms
-in several commercial projects, however, we are offering lcms library
-free for anybody under an extremely liberal open source license.
-
-This package is intended to crosscompile lcms2 for i386.
diff --git a/lcms2-32/Makefile b/lcms2-32/Makefile
deleted file mode 100644
index 82c8989ff5..0000000000
--- a/lcms2-32/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $NetBSD: Makefile,v 1.13 2019/01/15 10:54:46 markd Exp $
-
-DISTNAME=	lcms2-2.9
-ABI=		32
-CATEGORIES=	graphics
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=lcms/}
-PKGNAME=	compat${ABI}_${DISTNAME}
-
-MAINTAINER=	gdt%NetBSD.org@localhost
-HOMEPAGE=	http://www.littlecms.com/
-COMMENT=	Little Color Management System - a color management library
-LICENSE=	mit
-
-USE_LIBTOOL=		yes
-GNU_CONFIGURE=		yes
-TEST_TARGET=		check
-CFLAGS+=		-m32
-GNU_CONFIGURE_PREFIX=	${PREFIX}/emul/netbsd32/
-
-
-# lcms does not need zlib, but will look for it and link it to tifficc
-# if present.  Therefore, we don't enjoin lcms from finding zlib, but
-# don't include it via bl3.
-
-PKGCONFIG_OVERRIDE=	lcms2.pc.in
-
-.include "../../mk/jpeg.buildlink3.mk"
-.include "../../wip/tiff-32/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/lcms2-32/PLIST b/lcms2-32/PLIST
deleted file mode 100644
index 38ba76cf01..0000000000
--- a/lcms2-32/PLIST
+++ /dev/null
@@ -1,10 +0,0 @@
-@comment $NetBSD$
-emul/netbsd32/bin/linkicc
-emul/netbsd32/bin/psicc
-emul/netbsd32/bin/transicc
-emul/netbsd32/include/lcms2.h
-emul/netbsd32/include/lcms2_plugin.h
-emul/netbsd32/lib/liblcms2.la
-emul/netbsd32/lib/pkgconfig/lcms2.pc
-emul/netbsd32/man/man1/jpgicc.1
-emul/netbsd32/man/man1/tificc.1
diff --git a/lcms2-32/TODO b/lcms2-32/TODO
deleted file mode 100644
index 2b01e5101a..0000000000
--- a/lcms2-32/TODO
+++ /dev/null
@@ -1,2 +0,0 @@
-Please note that this package isn't functional yet.
-NetBSD make seems to be calling gmake with the wrong flags.
diff --git a/lcms2-32/buildlink3.mk b/lcms2-32/buildlink3.mk
deleted file mode 100644
index 77579b6dfc..0000000000
--- a/lcms2-32/buildlink3.mk
+++ /dev/null
@@ -1,27 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.2 2011/07/25 17:53:17 jakllsch Exp $
-
-BUILDLINK_TREE+=	compat32_lcms2
-
-.if !defined(COMPAT32_LCMS2_BUILDLINK3_MK)
-COMPAT32_LCMS2_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.compat32_lcms2+=	compat32_lcms2>=2.2
-BUILDLINK_PKGSRCDIR.compat32_lcms2?=	../../wip/lcms2-32
-BUILDLINK_LIBDIRS.compat32_lcms2=	emul/netbsd32/lib
-BUILDLINK_INCDIRS.compat32_lcms2=	emul/netbsd32/include
-
-BUILDLINK_TARGETS+=	buildlink-include-compat32_lcms2
-
-.PHONY: buildlink-include-compat32_lcms2
-buildlink-include-compat32_lcms2:
-.for _h_ in lcms2.h
-	${RUN}								\
-	if [ ! -f ${BUILDLINK_DIR}/include/lcms2/${_h_} ]; then		\
-		${MKDIR} ${BUILDLINK_DIR}/include/lcms2;		\
-		${ECHO_BUILDLINK_MSG} "Linking lcms2/${_h_} to ${_h_} in ${BUILDLINK_DIR}/include"; \
-		${LN} -s ${BUILDLINK_PREFIX.lcms2}/include/${_h_} ${BUILDLINK_DIR}/include/lcms2/${_h_}; \
-	fi
-.endfor
-.endif # COMPAT32_LCMS2_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-compat32_lcms2
diff --git a/lcms2-32/distinfo b/lcms2-32/distinfo
deleted file mode 100644
index 9295303408..0000000000
--- a/lcms2-32/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.9 2019/01/15 10:54:46 markd Exp $
-
-SHA1 (lcms2-2.9.tar.gz) = 60bea9875e017dd1c466e988c2ad98f8766e4e55
-RMD160 (lcms2-2.9.tar.gz) = 0003ffd3561e6ed787be81b5ed7b7af52211fe19
-SHA512 (lcms2-2.9.tar.gz) = 70b1c51fa8d137d5072425e580745ff1fbf49c6e8bb1da0a8adb0647d3b7c095208793cb02de1e8d1a01363b8575fa60c61bedbff99bbec57a44228239cb00e5
-Size (lcms2-2.9.tar.gz) = 10974649 bytes


Home | Main Index | Thread Index | Old Index