pkgsrc-WIP-changes archive

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

Rename vips to libvips to match Github project



Module Name:	pkgsrc-wip
Committed By:	atomicules <base%atomicules.co.uk@localhost>
Pushed By:	atomicules
Date:		Fri Oct 13 22:12:03 2017 +0100
Changeset:	00df551e68f4f832db716844a36bd6abc2d4ee57

Added Files:
	libvips/DESCR
	libvips/Makefile
	libvips/PLIST
	libvips/TODO
	libvips/buildlink3.mk
	libvips/distinfo
Removed Files:
	vips/DESCR
	vips/Makefile
	vips/PLIST
	vips/TODO
	vips/buildlink3.mk
	vips/distinfo

Log Message:
Rename vips to libvips to match Github project

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

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

diffstat:
 libvips/DESCR         |  12 +++++
 libvips/Makefile      |  29 ++++++++++
 libvips/PLIST         | 146 ++++++++++++++++++++++++++++++++++++++++++++++++++
 libvips/TODO          |  18 +++++++
 libvips/buildlink3.mk |  13 +++++
 libvips/distinfo      |   6 +++
 vips/DESCR            |  12 -----
 vips/Makefile         |  29 ----------
 vips/PLIST            | 146 --------------------------------------------------
 vips/TODO             |  18 -------
 vips/buildlink3.mk    |  13 -----
 vips/distinfo         |   6 ---
 12 files changed, 224 insertions(+), 224 deletions(-)

diffs:
diff --git a/libvips/DESCR b/libvips/DESCR
new file mode 100644
index 0000000000..caa6eb1043
--- /dev/null
+++ b/libvips/DESCR
@@ -0,0 +1,12 @@
+libvips is a 2D image processing library. Compared to similar libraries, libvips
+runs quickly and uses little memory.  libvips is licensed under the LGPL 2.1+
+
+It has around 300 operations covering arithmetic, histograms, convolutions,
+morphological operations, frequency filtering, colour, resampling, statistics
+and others. It supports a large range of numeric formats, from 8-bit int to
+128-bit complex. It supports a good range of image formats, including JPEG,
+TIFF, PNG, WebP, FITS, Matlab, OpenEXR, DeepZoom, and OpenSlide.  It can also
+load images via ImageMagick or GraphicsMagick.
+
+It has APIs for C and C++ and comes with a Python binding and a command-line
+interface. Bindings are available for Ruby, JavaScript and others.
diff --git a/libvips/Makefile b/libvips/Makefile
new file mode 100644
index 0000000000..178db504f7
--- /dev/null
+++ b/libvips/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD$
+
+DISTNAME=	vips-8.4.5
+CATEGORIES=	graphics
+MASTER_SITES=	http://www.vips.ecs.soton.ac.uk/supported/current/
+
+MAINTAINER=	base%atomicules.co.uk@localhost
+HOMEPAGE=	http://www.vips.ecs.soton.ac.uk/supported/current/
+COMMENT=	A 2D image processing library
+LICENSE=	gnu-lgpl-v2.1
+
+GNU_CONFIGURE=		yes
+USE_LIBTOOL=		yes
+USE_TOOLS+=		    pkg-config gmake
+USE_PKGLOCALEDIR=	yes
+USE_LANGUAGES=		c c++
+
+PKGCONFIG_OVERRIDE+=	vips-cpp.pc.in
+PKGCONFIG_OVERRIDE+=	vips.pc.in
+PKGCONFIG_OVERRIDE+=	vipsCC.pc.in
+
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../mk/jpeg.buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../graphics/libexif/buildlink3.mk"
+#Note to self: This must go last
+.include "../../mk/bsd.pkg.mk"
diff --git a/libvips/PLIST b/libvips/PLIST
new file mode 100644
index 0000000000..697df1eb42
--- /dev/null
+++ b/libvips/PLIST
@@ -0,0 +1,146 @@
+@comment $NetBSD$
+bin/batch_crop
+bin/batch_image_convert
+bin/batch_rubber_sheet
+bin/light_correct
+bin/shrink_width
+bin/vips
+bin/vips-8.4
+bin/vipsedit
+bin/vipsheader
+bin/vipsprofile
+bin/vipsthumbnail
+include/vips/VDisplay.h
+include/vips/VError.h
+include/vips/VError8.h
+include/vips/VImage.h
+include/vips/VImage8.h
+include/vips/VInterpolate8.h
+include/vips/VMask.h
+include/vips/almostdeprecated.h
+include/vips/arithmetic.h
+include/vips/basic.h
+include/vips/buf.h
+include/vips/cimg_funcs.h
+include/vips/colour.h
+include/vips/conversion.h
+include/vips/convolution.h
+include/vips/create.h
+include/vips/debug.h
+include/vips/deprecated.h
+include/vips/dispatch.h
+include/vips/draw.h
+include/vips/enumtypes.h
+include/vips/error.h
+include/vips/foreign.h
+include/vips/format.h
+include/vips/freqfilt.h
+include/vips/gate.h
+include/vips/generate.h
+include/vips/header.h
+include/vips/histogram.h
+include/vips/image.h
+include/vips/interpolate.h
+include/vips/intl.h
+include/vips/mask.h
+include/vips/memory.h
+include/vips/morphology.h
+include/vips/mosaicing.h
+include/vips/object.h
+include/vips/operation.h
+include/vips/private.h
+include/vips/rect.h
+include/vips/region.h
+include/vips/resample.h
+include/vips/semaphore.h
+include/vips/thread.h
+include/vips/threadpool.h
+include/vips/transform.h
+include/vips/type.h
+include/vips/util.h
+include/vips/vector.h
+include/vips/version.h
+include/vips/video.h
+include/vips/vips
+include/vips/vips-operators.h
+include/vips/vips.h
+include/vips/vips7compat.h
+include/vips/vips8
+include/vips/vipsc++.h
+include/vips/vipscpp.h
+lib/libvips-cpp.la
+lib/libvips.la
+lib/libvipsCC.la
+lib/pkgconfig/vips-cpp.pc
+lib/pkgconfig/vips.pc
+lib/pkgconfig/vipsCC.pc
+man/man1/batch_crop.1
+man/man1/batch_image_convert.1
+man/man1/batch_rubber_sheet.1
+man/man1/light_correct.1
+man/man1/vips.1
+man/man1/vipsedit.1
+man/man1/vipsheader.1
+man/man1/vipsprofile.1
+man/man1/vipsthumbnail.1
+share/gtk-doc/html/libvips/VipsForeignSave.html
+share/gtk-doc/html/libvips/VipsImage.html
+share/gtk-doc/html/libvips/VipsInterpolate.html
+share/gtk-doc/html/libvips/VipsObject.html
+share/gtk-doc/html/libvips/VipsOperation.html
+share/gtk-doc/html/libvips/VipsRegion.html
+share/gtk-doc/html/libvips/VipsThreadState.html
+share/gtk-doc/html/libvips/annotation-glossary.html
+share/gtk-doc/html/libvips/api-index-full.html
+share/gtk-doc/html/libvips/binding.html
+share/gtk-doc/html/libvips/ch01.html
+share/gtk-doc/html/libvips/ch02.html
+share/gtk-doc/html/libvips/ch03.html
+share/gtk-doc/html/libvips/ch04.html
+share/gtk-doc/html/libvips/extending.html
+share/gtk-doc/html/libvips/file-format.html
+share/gtk-doc/html/libvips/func-list.html
+share/gtk-doc/html/libvips/home.png
+share/gtk-doc/html/libvips/index.html
+share/gtk-doc/html/libvips/index.sgml
+share/gtk-doc/html/libvips/interconvert.png
+share/gtk-doc/html/libvips/left-insensitive.png
+share/gtk-doc/html/libvips/left.png
+share/gtk-doc/html/libvips/libvips-arithmetic.html
+share/gtk-doc/html/libvips/libvips-basic.html
+share/gtk-doc/html/libvips/libvips-buf.html
+share/gtk-doc/html/libvips/libvips-colour.html
+share/gtk-doc/html/libvips/libvips-conversion.html
+share/gtk-doc/html/libvips/libvips-convolution.html
+share/gtk-doc/html/libvips/libvips-create.html
+share/gtk-doc/html/libvips/libvips-draw.html
+share/gtk-doc/html/libvips/libvips-error.html
+share/gtk-doc/html/libvips/libvips-freqfilt.html
+share/gtk-doc/html/libvips/libvips-generate.html
+share/gtk-doc/html/libvips/libvips-header.html
+share/gtk-doc/html/libvips/libvips-histogram.html
+share/gtk-doc/html/libvips/libvips-memory.html
+share/gtk-doc/html/libvips/libvips-morphology.html
+share/gtk-doc/html/libvips/libvips-mosaicing.html
+share/gtk-doc/html/libvips/libvips-rect.html
+share/gtk-doc/html/libvips/libvips-resample.html
+share/gtk-doc/html/libvips/libvips-semaphore.html
+share/gtk-doc/html/libvips/libvips-transform.html
+share/gtk-doc/html/libvips/libvips-type.html
+share/gtk-doc/html/libvips/libvips-util.html
+share/gtk-doc/html/libvips/libvips-version.html
+share/gtk-doc/html/libvips/libvips-vips.html
+share/gtk-doc/html/libvips/libvips.devhelp2
+share/gtk-doc/html/libvips/object-tree.html
+share/gtk-doc/html/libvips/right-insensitive.png
+share/gtk-doc/html/libvips/right.png
+share/gtk-doc/html/libvips/style.css
+share/gtk-doc/html/libvips/up-insensitive.png
+share/gtk-doc/html/libvips/up.png
+share/gtk-doc/html/libvips/using-cli.html
+share/gtk-doc/html/libvips/using-from-c.html
+share/gtk-doc/html/libvips/using-from-cpp.html
+share/gtk-doc/html/libvips/using-from-python.html
+share/gtk-doc/html/libvips/using-threads.html
+share/locale/de/LC_MESSAGES/vips8.4.mo
+share/locale/en_GB/LC_MESSAGES/vips8.4.mo
diff --git a/libvips/TODO b/libvips/TODO
new file mode 100644
index 0000000000..412b34e932
--- /dev/null
+++ b/libvips/TODO
@@ -0,0 +1,18 @@
+pkglint checks:
+
+- WARN: PLIST:6: Manual page missing for bin/shrink_width
+- WARN: PLIST:8: Manual page missing for bin/vips-8.3
+
+Makefile:
+
+- Add in Tiff buildlink? Also, should these be includes or DEPENDS, I'm still
+  not sure?
+- For whatever reason, since they switched to autogen with 8.4 I can't get this
+  to build via Pkgsrc without having libexif as a requirement. Even though it
+  should build fine without it; If I just extract the source and ./configure
+  and make it builds fine without libexif, it's just via this Makefile, etc.
+
+options.mk:
+
+- Should add in all the optional dependencies.
+
diff --git a/libvips/buildlink3.mk b/libvips/buildlink3.mk
new file mode 100644
index 0000000000..9e13fdd765
--- /dev/null
+++ b/libvips/buildlink3.mk
@@ -0,0 +1,13 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	vips
+
+.if !defined(VIPS_BUILDLINK3_MK)
+VIPS_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.vips+=	vips>=8.2.2
+BUILDLINK_PKGSRCDIR.vips?=	../../wip/vips
+
+.endif	# VIPS_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-vips
diff --git a/libvips/distinfo b/libvips/distinfo
new file mode 100644
index 0000000000..c43a96b5d6
--- /dev/null
+++ b/libvips/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (vips-8.4.5.tar.gz) = c14cedb175836f6f877689d1cbf9689d54aa9b1e
+RMD160 (vips-8.4.5.tar.gz) = 40ea3b790e545d6a00580f6172cec6bf68346f88
+SHA512 (vips-8.4.5.tar.gz) = 7c925f81a03773ce417b25c1866a35d1cc29f1bf9705916ecc9d6b9ccbd0cda841e8411c345b1aa9949cdb4c1079ed6d7aaa3c861f002e2dfe50891be960cdfe
+Size (vips-8.4.5.tar.gz) = 11527549 bytes
diff --git a/vips/DESCR b/vips/DESCR
deleted file mode 100644
index caa6eb1043..0000000000
--- a/vips/DESCR
+++ /dev/null
@@ -1,12 +0,0 @@
-libvips is a 2D image processing library. Compared to similar libraries, libvips
-runs quickly and uses little memory.  libvips is licensed under the LGPL 2.1+
-
-It has around 300 operations covering arithmetic, histograms, convolutions,
-morphological operations, frequency filtering, colour, resampling, statistics
-and others. It supports a large range of numeric formats, from 8-bit int to
-128-bit complex. It supports a good range of image formats, including JPEG,
-TIFF, PNG, WebP, FITS, Matlab, OpenEXR, DeepZoom, and OpenSlide.  It can also
-load images via ImageMagick or GraphicsMagick.
-
-It has APIs for C and C++ and comes with a Python binding and a command-line
-interface. Bindings are available for Ruby, JavaScript and others.
diff --git a/vips/Makefile b/vips/Makefile
deleted file mode 100644
index 178db504f7..0000000000
--- a/vips/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	vips-8.4.5
-CATEGORIES=	graphics
-MASTER_SITES=	http://www.vips.ecs.soton.ac.uk/supported/current/
-
-MAINTAINER=	base%atomicules.co.uk@localhost
-HOMEPAGE=	http://www.vips.ecs.soton.ac.uk/supported/current/
-COMMENT=	A 2D image processing library
-LICENSE=	gnu-lgpl-v2.1
-
-GNU_CONFIGURE=		yes
-USE_LIBTOOL=		yes
-USE_TOOLS+=		    pkg-config gmake
-USE_PKGLOCALEDIR=	yes
-USE_LANGUAGES=		c c++
-
-PKGCONFIG_OVERRIDE+=	vips-cpp.pc.in
-PKGCONFIG_OVERRIDE+=	vips.pc.in
-PKGCONFIG_OVERRIDE+=	vipsCC.pc.in
-
-
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../textproc/libxml2/buildlink3.mk"
-.include "../../mk/jpeg.buildlink3.mk"
-.include "../../graphics/png/buildlink3.mk"
-.include "../../graphics/libexif/buildlink3.mk"
-#Note to self: This must go last
-.include "../../mk/bsd.pkg.mk"
diff --git a/vips/PLIST b/vips/PLIST
deleted file mode 100644
index 697df1eb42..0000000000
--- a/vips/PLIST
+++ /dev/null
@@ -1,146 +0,0 @@
-@comment $NetBSD$
-bin/batch_crop
-bin/batch_image_convert
-bin/batch_rubber_sheet
-bin/light_correct
-bin/shrink_width
-bin/vips
-bin/vips-8.4
-bin/vipsedit
-bin/vipsheader
-bin/vipsprofile
-bin/vipsthumbnail
-include/vips/VDisplay.h
-include/vips/VError.h
-include/vips/VError8.h
-include/vips/VImage.h
-include/vips/VImage8.h
-include/vips/VInterpolate8.h
-include/vips/VMask.h
-include/vips/almostdeprecated.h
-include/vips/arithmetic.h
-include/vips/basic.h
-include/vips/buf.h
-include/vips/cimg_funcs.h
-include/vips/colour.h
-include/vips/conversion.h
-include/vips/convolution.h
-include/vips/create.h
-include/vips/debug.h
-include/vips/deprecated.h
-include/vips/dispatch.h
-include/vips/draw.h
-include/vips/enumtypes.h
-include/vips/error.h
-include/vips/foreign.h
-include/vips/format.h
-include/vips/freqfilt.h
-include/vips/gate.h
-include/vips/generate.h
-include/vips/header.h
-include/vips/histogram.h
-include/vips/image.h
-include/vips/interpolate.h
-include/vips/intl.h
-include/vips/mask.h
-include/vips/memory.h
-include/vips/morphology.h
-include/vips/mosaicing.h
-include/vips/object.h
-include/vips/operation.h
-include/vips/private.h
-include/vips/rect.h
-include/vips/region.h
-include/vips/resample.h
-include/vips/semaphore.h
-include/vips/thread.h
-include/vips/threadpool.h
-include/vips/transform.h
-include/vips/type.h
-include/vips/util.h
-include/vips/vector.h
-include/vips/version.h
-include/vips/video.h
-include/vips/vips
-include/vips/vips-operators.h
-include/vips/vips.h
-include/vips/vips7compat.h
-include/vips/vips8
-include/vips/vipsc++.h
-include/vips/vipscpp.h
-lib/libvips-cpp.la
-lib/libvips.la
-lib/libvipsCC.la
-lib/pkgconfig/vips-cpp.pc
-lib/pkgconfig/vips.pc
-lib/pkgconfig/vipsCC.pc
-man/man1/batch_crop.1
-man/man1/batch_image_convert.1
-man/man1/batch_rubber_sheet.1
-man/man1/light_correct.1
-man/man1/vips.1
-man/man1/vipsedit.1
-man/man1/vipsheader.1
-man/man1/vipsprofile.1
-man/man1/vipsthumbnail.1
-share/gtk-doc/html/libvips/VipsForeignSave.html
-share/gtk-doc/html/libvips/VipsImage.html
-share/gtk-doc/html/libvips/VipsInterpolate.html
-share/gtk-doc/html/libvips/VipsObject.html
-share/gtk-doc/html/libvips/VipsOperation.html
-share/gtk-doc/html/libvips/VipsRegion.html
-share/gtk-doc/html/libvips/VipsThreadState.html
-share/gtk-doc/html/libvips/annotation-glossary.html
-share/gtk-doc/html/libvips/api-index-full.html
-share/gtk-doc/html/libvips/binding.html
-share/gtk-doc/html/libvips/ch01.html
-share/gtk-doc/html/libvips/ch02.html
-share/gtk-doc/html/libvips/ch03.html
-share/gtk-doc/html/libvips/ch04.html
-share/gtk-doc/html/libvips/extending.html
-share/gtk-doc/html/libvips/file-format.html
-share/gtk-doc/html/libvips/func-list.html
-share/gtk-doc/html/libvips/home.png
-share/gtk-doc/html/libvips/index.html
-share/gtk-doc/html/libvips/index.sgml
-share/gtk-doc/html/libvips/interconvert.png
-share/gtk-doc/html/libvips/left-insensitive.png
-share/gtk-doc/html/libvips/left.png
-share/gtk-doc/html/libvips/libvips-arithmetic.html
-share/gtk-doc/html/libvips/libvips-basic.html
-share/gtk-doc/html/libvips/libvips-buf.html
-share/gtk-doc/html/libvips/libvips-colour.html
-share/gtk-doc/html/libvips/libvips-conversion.html
-share/gtk-doc/html/libvips/libvips-convolution.html
-share/gtk-doc/html/libvips/libvips-create.html
-share/gtk-doc/html/libvips/libvips-draw.html
-share/gtk-doc/html/libvips/libvips-error.html
-share/gtk-doc/html/libvips/libvips-freqfilt.html
-share/gtk-doc/html/libvips/libvips-generate.html
-share/gtk-doc/html/libvips/libvips-header.html
-share/gtk-doc/html/libvips/libvips-histogram.html
-share/gtk-doc/html/libvips/libvips-memory.html
-share/gtk-doc/html/libvips/libvips-morphology.html
-share/gtk-doc/html/libvips/libvips-mosaicing.html
-share/gtk-doc/html/libvips/libvips-rect.html
-share/gtk-doc/html/libvips/libvips-resample.html
-share/gtk-doc/html/libvips/libvips-semaphore.html
-share/gtk-doc/html/libvips/libvips-transform.html
-share/gtk-doc/html/libvips/libvips-type.html
-share/gtk-doc/html/libvips/libvips-util.html
-share/gtk-doc/html/libvips/libvips-version.html
-share/gtk-doc/html/libvips/libvips-vips.html
-share/gtk-doc/html/libvips/libvips.devhelp2
-share/gtk-doc/html/libvips/object-tree.html
-share/gtk-doc/html/libvips/right-insensitive.png
-share/gtk-doc/html/libvips/right.png
-share/gtk-doc/html/libvips/style.css
-share/gtk-doc/html/libvips/up-insensitive.png
-share/gtk-doc/html/libvips/up.png
-share/gtk-doc/html/libvips/using-cli.html
-share/gtk-doc/html/libvips/using-from-c.html
-share/gtk-doc/html/libvips/using-from-cpp.html
-share/gtk-doc/html/libvips/using-from-python.html
-share/gtk-doc/html/libvips/using-threads.html
-share/locale/de/LC_MESSAGES/vips8.4.mo
-share/locale/en_GB/LC_MESSAGES/vips8.4.mo
diff --git a/vips/TODO b/vips/TODO
deleted file mode 100644
index 412b34e932..0000000000
--- a/vips/TODO
+++ /dev/null
@@ -1,18 +0,0 @@
-pkglint checks:
-
-- WARN: PLIST:6: Manual page missing for bin/shrink_width
-- WARN: PLIST:8: Manual page missing for bin/vips-8.3
-
-Makefile:
-
-- Add in Tiff buildlink? Also, should these be includes or DEPENDS, I'm still
-  not sure?
-- For whatever reason, since they switched to autogen with 8.4 I can't get this
-  to build via Pkgsrc without having libexif as a requirement. Even though it
-  should build fine without it; If I just extract the source and ./configure
-  and make it builds fine without libexif, it's just via this Makefile, etc.
-
-options.mk:
-
-- Should add in all the optional dependencies.
-
diff --git a/vips/buildlink3.mk b/vips/buildlink3.mk
deleted file mode 100644
index 9e13fdd765..0000000000
--- a/vips/buildlink3.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+=	vips
-
-.if !defined(VIPS_BUILDLINK3_MK)
-VIPS_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.vips+=	vips>=8.2.2
-BUILDLINK_PKGSRCDIR.vips?=	../../wip/vips
-
-.endif	# VIPS_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-vips
diff --git a/vips/distinfo b/vips/distinfo
deleted file mode 100644
index c43a96b5d6..0000000000
--- a/vips/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (vips-8.4.5.tar.gz) = c14cedb175836f6f877689d1cbf9689d54aa9b1e
-RMD160 (vips-8.4.5.tar.gz) = 40ea3b790e545d6a00580f6172cec6bf68346f88
-SHA512 (vips-8.4.5.tar.gz) = 7c925f81a03773ce417b25c1866a35d1cc29f1bf9705916ecc9d6b9ccbd0cda841e8411c345b1aa9949cdb4c1079ed6d7aaa3c861f002e2dfe50891be960cdfe
-Size (vips-8.4.5.tar.gz) = 11527549 bytes


Home | Main Index | Thread Index | Old Index