pkgsrc-WIP-changes archive

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

new two packages: aribas-1.6.5 and ggobi



Module Name:	pkgsrc-wip
Committed By:	K.I.A Derouiche <kamelderouiche%yahoo.com@localhost>
Pushed By:	jihbed
Date:		Fri Oct 7 16:38:15 2022 +0100
Changeset:	0f3150eca8d82452aaeedd57e74ec0e22fceac5c

Modified Files:
	Makefile
Added Files:
	aribas/DESCR
	aribas/Makefile
	aribas/PLIST
	aribas/distinfo
	aribas/patches/patch-src_Makefile
	ggobi/DESCR
	ggobi/Makefile
	ggobi/PLIST
	ggobi/distinfo

Log Message:
new two packages: aribas-1.6.5 and ggobi

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

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

diffstat:
 Makefile                          |   1 +
 aribas/DESCR                      |   4 ++
 aribas/Makefile                   |  33 +++++++++++++
 aribas/PLIST                      |   9 ++++
 aribas/distinfo                   |   6 +++
 aribas/patches/patch-src_Makefile |  13 +++++
 ggobi/DESCR                       |   0
 ggobi/Makefile                    |  24 +++++++++
 ggobi/PLIST                       | 100 ++++++++++++++++++++++++++++++++++++++
 ggobi/distinfo                    |   5 ++
 10 files changed, 195 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 5359f50128..9505658a33 100644
--- a/Makefile
+++ b/Makefile
@@ -201,6 +201,7 @@ SUBDIR+=	argouml
 SUBDIR+=	argtable2
 SUBDIR+=	argyllcms
 SUBDIR+=	ariamaestosa
+SUBDIR+=	aribas
 SUBDIR+=	arista
 SUBDIR+=	arla-3.99.14
 SUBDIR+=	arm-eabi-binutils
diff --git a/aribas/DESCR b/aribas/DESCR
new file mode 100644
index 0000000000..48339231c7
--- /dev/null
+++ b/aribas/DESCR
@@ -0,0 +1,4 @@
+ARIBAS is an interactive interpreter for big integer arithmetic and
+multi-precision floating point arithmetic. It has a syntax similar to Pascal
+or Modula-2, but contains also features from other programming languages
+like C, Lisp, Oberon. In ease of use it is comparable to Basic
diff --git a/aribas/Makefile b/aribas/Makefile
new file mode 100644
index 0000000000..27406c52b4
--- /dev/null
+++ b/aribas/Makefile
@@ -0,0 +1,33 @@
+# $NetBSD$
+
+DISTNAME=	aribas165
+PKGNAME=	aribas-1.6.5
+CATEGORIES=	math
+MASTER_SITES=	https://www.mathematik.uni-muenchen.de/~forster/sw/UNIX_LINUX/
+EXTRACT_SUFX=	.tgz
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	https://www.mathematik.uni-muenchen.de/~forster/sw/aribas.html
+COMMENT=	Interactive interpreter for big integer arithmetic
+LICENSE=	gnu-gpl-v2
+
+USE_LIBTOOL=	yes
+BUILD_DIRS=	src
+
+EGDIR=			${PREFIX}/share/examples/aribas
+INSTALLATION_DIRS+=	bin ${PKGMANDIR}/man1  ${EGDIR}
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/src/aribas ${DESTDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/doc/aribas.1 \
+		${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+	${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/aribas
+	${INSTALL_DATA} ${WRKSRC}/doc/aridoc.txt \
+		${DESTDIR}${PREFIX}/share/doc/aribas/
+	${INSTALL_DATA} ${WRKSRC}/examples/* \
+		${DESTDIR}${PREFIX}/share/examples/aribas/
+	${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/emacs/site-lisp
+	${INSTALL_DATA} ${WRKSRC}/src/EL/aribas.el \
+		${DESTDIR}${PREFIX}/share/emacs/site-lisp
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/aribas/PLIST b/aribas/PLIST
new file mode 100644
index 0000000000..545eb76172
--- /dev/null
+++ b/aribas/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD$
+bin/aribas
+man/man1/aribas.1
+share/doc/aribas/aribas.doc
+share/emacs/site-lisp/aribas.el
+share/examples/aribas/README
+share/examples/aribas/factor.ari
+share/examples/aribas/pi.ari
+share/examples/aribas/queens.ari
diff --git a/aribas/distinfo b/aribas/distinfo
new file mode 100644
index 0000000000..8a7d93e10b
--- /dev/null
+++ b/aribas/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+BLAKE2s (aribas165.tgz) = 7112d09ea7d6a6e47eab721f119623c3620c453c96ae41af7846cd24de56f0ee
+SHA512 (aribas165.tgz) = e77c5dddd767f76543211ad786b6331f2956af93fd95e8e8e452acc2117f5dd83062593f1f95c9bb82bfa1c5d7400fb4692f06085c431d694a48bf1048cbf451
+Size (aribas165.tgz) = 443635 bytes
+SHA1 (patch-src_Makefile) = 0b5748c7744d12014b479f0498586d19aeb677e4
diff --git a/aribas/patches/patch-src_Makefile b/aribas/patches/patch-src_Makefile
new file mode 100644
index 0000000000..886289815b
--- /dev/null
+++ b/aribas/patches/patch-src_Makefile
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- src/Makefile.orig	2020-10-17 16:45:16.000000000 +0000
++++ src/Makefile
+@@ -11,7 +11,7 @@
+ # to use gcc. Then outcomment the first two lines and activate 
+ # the next two lines.
+ 
+-CC = gcc
++#CC = gcc
+ CFLAGS = -DUNiX -DPROTO -O -v
+ 
+ MEMFLAG1 = -DMEM=16
diff --git a/ggobi/DESCR b/ggobi/DESCR
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/ggobi/Makefile b/ggobi/Makefile
new file mode 100644
index 0000000000..2f501e4d2f
--- /dev/null
+++ b/ggobi/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+DISTNAME=	ggobi-2.1.11
+CATEGORIES=	graphics
+MASTER_SITES=	http://ggobi.org/downloads/
+EXTRACT_SUFX=	.tar.bz2
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	http://ggobi.org/downloads/
+COMMENT=	TODO: Short description of the package
+#LICENSE=	# TODO: (see mk/license.mk)
+
+GNU_CONFIGURE=	yes
+USE_LIBTOOL=	yes
+USE_TOOLS+=	pkg-config
+
+PKGCONFIG_OVERRIDE+=	ggobi-system.pc.in
+PKGCONFIG_OVERRIDE+=	ggobi.pc.in
+
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/ggobi/PLIST b/ggobi/PLIST
new file mode 100644
index 0000000000..f82cf3ad39
--- /dev/null
+++ b/ggobi/PLIST
@@ -0,0 +1,100 @@
+@comment $NetBSD$
+bin/ggobi
+etc/xdg/ggobi/ggobirc
+include/ggobi/GGStructSizes.c
+include/ggobi/GGobiAPI.h
+include/ggobi/GGobiApp.h
+include/ggobi/GGobiEvents.h
+include/ggobi/barchartDisplay.h
+include/ggobi/brushing.h
+include/ggobi/colorscheme.h
+include/ggobi/config.h
+include/ggobi/cpanel.h
+include/ggobi/defines.h
+include/ggobi/display.h
+include/ggobi/display_tree.h
+include/ggobi/externs.h
+include/ggobi/fileio.h
+include/ggobi/ggobi-data.h
+include/ggobi/ggobi-intl.h
+include/ggobi/ggobi-renderer-cairo.h
+include/ggobi/ggobi-renderer-factory.h
+include/ggobi/ggobi-renderer.h
+include/ggobi/ggobi.h
+include/ggobi/ggobiClass.h
+include/ggobi/marshal.h
+include/ggobi/noop-toggle.h
+include/ggobi/parcoordsClass.h
+include/ggobi/plugin.h
+include/ggobi/print.h
+include/ggobi/read_csv.h
+include/ggobi/read_init.h
+include/ggobi/read_xml.h
+include/ggobi/scatmatClass.h
+include/ggobi/scatterplotClass.h
+include/ggobi/splash.h
+include/ggobi/splot.h
+include/ggobi/testEvents.h
+include/ggobi/tour.h
+include/ggobi/tour1d_pp.h
+include/ggobi/tour2d_pp.h
+include/ggobi/tour_pp.h
+include/ggobi/tsPlot.h
+include/ggobi/tsdisplay.h
+include/ggobi/types.h
+include/ggobi/vars.h
+include/ggobi/varseldata.h
+include/ggobi/vartable.h
+include/ggobi/write_xml.h
+include/ggobi/writedata.h
+lib/libggobi.la
+lib/pkgconfig/ggobi.pc
+share/applications/ggobi.desktop
+share/doc/ggobi/XML.pdf
+share/doc/ggobi/manual.pdf
+share/ggobi/data/Shipman.csv
+share/ggobi/data/Shipman.xml
+share/ggobi/data/adhoc.xml
+share/ggobi/data/algal-bloom.xml
+share/ggobi/data/buckyball.xml
+share/ggobi/data/cube6.xml
+share/ggobi/data/eies.xml
+share/ggobi/data/flea.csv
+share/ggobi/data/flea.xml
+share/ggobi/data/laser.csv
+share/ggobi/data/laser.xml
+share/ggobi/data/morsecodes.xml
+share/ggobi/data/olive.csv
+share/ggobi/data/olive.xml
+share/ggobi/data/perm4.xml
+share/ggobi/data/perm5.xml
+share/ggobi/data/pigs.xml
+share/ggobi/data/places.csv
+share/ggobi/data/places.xml
+share/ggobi/data/prim7.xml
+share/ggobi/data/ratcns.csv
+share/ggobi/data/ratcns.xml
+share/ggobi/data/river.xml
+share/ggobi/data/roos.csv
+share/ggobi/data/roos.xml
+share/ggobi/data/sarsHK.xml
+share/ggobi/data/sat.csv
+share/ggobi/data/sat.xml
+share/ggobi/data/sleep.csv
+share/ggobi/data/sleep.xml
+share/ggobi/data/snetwork.xml
+share/ggobi/data/stdColorMap.xml
+share/ggobi/data/tao-nomiss.xml
+share/ggobi/data/tao.csv
+share/ggobi/data/tao.xml
+share/ggobi/data/tips.csv
+share/ggobi/data/tips.xml
+share/ggobi/data/tmin.csv
+share/ggobi/data/tmin.xml
+share/ggobi/data/tmin1.csv
+share/ggobi/data/tmin1.xml
+share/ggobi/data/tmin2.xml
+share/ggobi/data/tmin3.xml
+share/ggobi/data/tmin4.xml
+share/ggobi/share/colorschemes.xml
+share/pixmaps/ggobi.png
diff --git a/ggobi/distinfo b/ggobi/distinfo
new file mode 100644
index 0000000000..3167d0a9a7
--- /dev/null
+++ b/ggobi/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (ggobi-2.1.11.tar.bz2) = 8eb2b943230aed4bd92dab0d1532565c40a3ee75ca4b19519c8f26245faeb7be
+SHA512 (ggobi-2.1.11.tar.bz2) = d34c6569d05d1e680101b62745012940c1e18c1588cd37b89b26b89e9eed9bab8fc53e0585a595b6cb4c9f2bb7d603ca4252cb6a6ba344bbc24e5cc5fd8a6dc1
+Size (ggobi-2.1.11.tar.bz2) = 2787709 bytes


Home | Main Index | Thread Index | Old Index