[arch-commits] Commit in algol68g/repos/community-x86_64 (3 files)

Alexander Rødseth arodseth at gemini.archlinux.org
Fri Aug 12 16:25:41 UTC 2022


    Date: Friday, August 12, 2022 @ 16:25:40
  Author: arodseth
Revision: 1265435

archrelease: copy trunk to community-x86_64

Added:
  algol68g/repos/community-x86_64/PKGBUILD
    (from rev 1265434, algol68g/trunk/PKGBUILD)
Deleted:
  algol68g/repos/community-x86_64/PKGBUILD
  algol68g/repos/community-x86_64/plotutils.patch

-----------------+
 PKGBUILD        |   73 ++++++++++++++++++++++++------------------------------
 plotutils.patch |   20 --------------
 2 files changed, 33 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-12 16:25:34 UTC (rev 1265434)
+++ PKGBUILD	2022-08-12 16:25:40 UTC (rev 1265435)
@@ -1,40 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: <karolina.lindqvist at kramnet.se>
-
-pkgname=(algol68g algol68g-doc)
-pkgver=2.8.5
-pkgrel=6
-pkgdesc='Algol 68 compiler and interpreter'
-arch=(x86_64)
-url='https://jmvdveer.home.xs4all.nl/algol.html'
-license=(GPL)
-depends=(gsl plotutils)
-optdepends=('postgresql-libs: for postgresql support')
-# This URL was removed: https://jmvdveer.home.xs4all.nl/algol68g-$pkgver.tar.gz
-source=("https://mirror.vdms.com/pub/OpenBSD/distfiles/by_cipher/sha256/D3/D3V8ZKg0L+OOxQG95oth0m0FHf/UV0LKWLcoipnH4tg=/algol68g-$pkgver.tar.gz"
-        'plotutils.patch'
-        'https://ftp.tw.freebsd.org/distfiles/a68g-doc.pdf')
-sha256sums=('0f757c64a8342fe38ec501bde68b61d26d051dffd45742ca58b7288a99c7e2d8'
-            '50afcc7812d117e5f0a2f5240c9cd58f8bfcc04b3da0634b9aa0ab06183ed0aa'
-            '064b6761207d937aa704d245fc871a072f5a33ea23a346cb136ec8b2078ea321')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../plotutils.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package_algol68g() {
-  make -C $pkgname-$pkgver \
-    DESTDIR="$pkgdir" docdir=/usr/share/doc/$pkgname install
-}
-
-package_algol68g-doc() {
-  install -Dm644 a68g-doc.pdf \
-    "$pkgdir/usr/share/doc/algol68g/learning_algol.pdf"
-}

Copied: algol68g/repos/community-x86_64/PKGBUILD (from rev 1265434, algol68g/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-12 16:25:40 UTC (rev 1265435)
@@ -0,0 +1,33 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: <karolina.lindqvist at kramnet.se>
+
+pkgname=(algol68g algol68g-doc)
+pkgver=3.0.6
+pkgrel=1
+pkgdesc='Algol 68 compiler and interpreter'
+arch=(x86_64)
+url='https://jmvdveer.home.xs4all.nl/algol.html'
+license=(GPL)
+depends=(gsl plotutils)
+optdepends=('postgresql-libs: for postgresql support')
+# This URL was removed:
+source=("https://jmvdveer.home.xs4all.nl/algol68g-$pkgver.tar.gz"
+        'https://ftp.tw.freebsd.org/distfiles/a68g-doc.pdf')
+b2sums=('37a0c0e7386f31dd9b986e9c6da0f21a762dc099d5ece48dbdd1bad7789f38bf131e23ffe20596e2d874f71a0bd3a8045739e794f75bd8b5316fd7bf8e99e91e'
+        'f8ca710d9a4f611873de41785e70359bd566645268ebb848803d3cd2e9a9f873f8ac423e3e08699998083444b7f6d98df32fdb7a4c6b36692462ee50ddb1e410')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package_algol68g() {
+  make -C $pkgname-$pkgver \
+    DESTDIR="$pkgdir" docdir=/usr/share/doc/$pkgname install
+}
+
+package_algol68g-doc() {
+  install -Dm644 a68g-doc.pdf \
+    "$pkgdir/usr/share/doc/algol68g/learning_algol.pdf"
+}

Deleted: plotutils.patch
===================================================================
--- plotutils.patch	2022-08-12 16:25:34 UTC (rev 1265434)
+++ plotutils.patch	2022-08-12 16:25:40 UTC (rev 1265435)
@@ -1,20 +0,0 @@
---- ./source/plotutils.c.orig	2012-04-05 00:44:52.000000000 +0200
-+++ ./source/plotutils.c	2012-04-28 05:27:04.000000000 +0200
-@@ -1018,7 +1018,7 @@
-     X_COORD (&DEVICE (f)) = 0;
-     Y_COORD (&DEVICE (f)) = 0;
-     return (PLOTTER (&DEVICE (f)));
--  } else if (!strcmp (device_type, "gif")) {
-+  } else if (!strcmp (device_type, "gif") || !strcmp (device_type, "png")) {
- /*------------------------------------+
- | Supported plotter type - pseudo GIF |
- +------------------------------------*/
-@@ -1059,7 +1059,7 @@
-     (void) pl_setplparam (PLOTTER_PARAMS (&DEVICE (f)), "BITMAPSIZE", size);
-     (void) pl_setplparam (PLOTTER_PARAMS (&DEVICE (f)), "BG_COLOR", (void *) "black");
-     (void) pl_setplparam (PLOTTER_PARAMS (&DEVICE (f)), "GIF_ANIMATION", (void *) "no");
--    PLOTTER (&DEVICE (f)) = pl_newpl_r ("gif", NULL, STREAM (&DEVICE (f)), stderr, PLOTTER_PARAMS (&DEVICE (f)));
-+    PLOTTER (&DEVICE (f)) = pl_newpl_r (device_type, NULL, STREAM (&DEVICE (f)), stderr, PLOTTER_PARAMS (&DEVICE (f)));
-     if (PLOTTER (&DEVICE (f)) == NULL) {
-       diagnostic_node (A68_RUNTIME_ERROR, p, ERROR_DEVICE_CANNOT_OPEN);
-       exit_genie (p, A68_RUNTIME_ERROR);



More information about the arch-commits mailing list