pkgsrc-WIP-changes archive

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

libnoise: initial import of 1.0



Module Name:	pkgsrc-wip
Committed By:	Sijmen J. Mulder <sjmulder%NetBSD.org@localhost>
Pushed By:	sjmulder
Date:		Wed Feb 5 02:06:49 2025 +0100
Changeset:	14ff56c217523eab331c35ba6f122341d9ef11f6

Modified Files:
	Makefile
Added Files:
	libnoise/DESCR
	libnoise/Makefile
	libnoise/PLIST
	libnoise/TODO
	libnoise/distinfo

Log Message:
libnoise: initial import of 1.0

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

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

diffstat:
 Makefile          |  1 +
 libnoise/DESCR    |  6 ++++++
 libnoise/Makefile | 17 +++++++++++++++++
 libnoise/PLIST    |  0
 libnoise/TODO     |  1 +
 libnoise/distinfo |  5 +++++
 6 files changed, 30 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index d77d4419c3..720854ac33 100644
--- a/Makefile
+++ b/Makefile
@@ -2091,6 +2091,7 @@ SUBDIR+=	libnfc
 SUBDIR+=	libnfo
 SUBDIR+=	libnl
 SUBDIR+=	libnl1
+SUBDIR+=	libnoise
 SUBDIR+=	libnsl
 SUBDIR+=	libntfs
 SUBDIR+=	libode
diff --git a/libnoise/DESCR b/libnoise/DESCR
new file mode 100644
index 0000000000..5bb258f418
--- /dev/null
+++ b/libnoise/DESCR
@@ -0,0 +1,6 @@
+Portable C++ library that is used to generate coherent noise, a type
+of smoothly-changing noise. libnoise can generate Perlin noise, ridged
+multifractal noise, and other types of coherent-noise.
+
+Coherent noise is often used by graphics programmers to generate
+natural-looking textures, planetary terrain, and other things.
diff --git a/libnoise/Makefile b/libnoise/Makefile
new file mode 100644
index 0000000000..cc756801f1
--- /dev/null
+++ b/libnoise/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME=	libnoisesrc-1.0.0
+PKGNAME=	${DISTNAME:S,src,,}
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=libnoise/}
+EXTRACT_SUFX=	.zip
+WRKSRC=		${WRKDIR}/noise
+
+USE_LANGUAGES=	c++
+
+MAINTAINER=	sjmulder%NetBSD.org@localhost
+HOMEPAGE=	https://www.cytopia.net/
+COMMENT=	Coherent noise-generating library for C++ 
+LICENSE=	gnu-lgpl-v2
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/libnoise/PLIST b/libnoise/PLIST
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/libnoise/TODO b/libnoise/TODO
new file mode 100644
index 0000000000..d9c60b5243
--- /dev/null
+++ b/libnoise/TODO
@@ -0,0 +1 @@
+ - Linking (with libtools) fails, looking for main()
diff --git a/libnoise/distinfo b/libnoise/distinfo
new file mode 100644
index 0000000000..6bbf32b2f9
--- /dev/null
+++ b/libnoise/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (libnoisesrc-1.0.0.zip) = 28438a38b960e9f395b374def93b289b2e63870e41c3099b0d896ff98d8cdfdc
+SHA512 (libnoisesrc-1.0.0.zip) = 02fd600ad60d668d230ecc9d2f34020c0e3b8d1365c9ec78ae795c7031224fc2624080764824a4f899571d848587578c80a70e879b22463774435f16c3d06529
+Size (libnoisesrc-1.0.0.zip) = 1667748 bytes


Home | Main Index | Thread Index | Old Index