From 217309c030820f2e58b9fa29a160fdde0ebcd1f8 Mon Sep 17 00:00:00 2001 From: Victor Tebar Date: Wed, 15 Jun 2022 19:40:03 +0200 Subject: [PATCH 1/3] New port : remind-04.00.00-1 --- main/remind/.checksums | 1 + main/remind/.pkgfiles | 36 ++++++++++++++++++++++++++++++++++++ main/remind/spkgbuild | 16 ++++++++++++++++ 3 files changed, 53 insertions(+) create mode 100644 main/remind/.checksums create mode 100644 main/remind/.pkgfiles create mode 100644 main/remind/spkgbuild diff --git a/main/remind/.checksums b/main/remind/.checksums new file mode 100644 index 000000000..04d058957 --- /dev/null +++ b/main/remind/.checksums @@ -0,0 +1 @@ +6041ea1a13526cb8b90ef26d92b01019 remind.tar.gz diff --git a/main/remind/.pkgfiles b/main/remind/.pkgfiles new file mode 100644 index 000000000..a994d850c --- /dev/null +++ b/main/remind/.pkgfiles @@ -0,0 +1,36 @@ +remind-04.00.00-1 +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/local/ +drwxr-xr-x root/root usr/local/bin/ +lrwxrwxrwx root/root usr/local/bin/rem -> remind +-rwxr-xr-x root/root usr/local/bin/rem2ps +-rwxr-xr-x root/root usr/local/bin/remind +-rwxr-xr-x root/root usr/local/bin/tkremind +drwxr-xr-x root/root usr/local/share/ +drwxr-xr-x root/root usr/local/share/man/ +drwxr-xr-x root/root usr/local/share/man/man1/ +-rw-r--r-- root/root usr/local/share/man/man1/rem.1.gz +-rw-r--r-- root/root usr/local/share/man/man1/rem2ps.1.gz +-rw-r--r-- root/root usr/local/share/man/man1/remind.1.gz +-rw-r--r-- root/root usr/local/share/man/man1/tkremind.1.gz +drwxr-xr-x root/root usr/local/share/remind/ +drwxr-xr-x root/root usr/local/share/remind/holidays/ +-rw-r--r-- root/root usr/local/share/remind/holidays/ca.rem +-rw-r--r-- root/root usr/local/share/remind/holidays/us.rem +drwxr-xr-x root/root usr/local/share/remind/lang/ +-rw-r--r-- root/root usr/local/share/remind/lang/auto.rem +-rw-r--r-- root/root usr/local/share/remind/lang/da.rem +-rw-r--r-- root/root usr/local/share/remind/lang/de.rem +-rw-r--r-- root/root usr/local/share/remind/lang/en.rem +-rw-r--r-- root/root usr/local/share/remind/lang/es.rem +-rw-r--r-- root/root usr/local/share/remind/lang/fi.rem +-rw-r--r-- root/root usr/local/share/remind/lang/fr.rem +-rw-r--r-- root/root usr/local/share/remind/lang/is.rem +-rw-r--r-- root/root usr/local/share/remind/lang/it.rem +-rw-r--r-- root/root usr/local/share/remind/lang/nl.rem +-rw-r--r-- root/root usr/local/share/remind/lang/no.rem +-rw-r--r-- root/root usr/local/share/remind/lang/pl.rem +-rw-r--r-- root/root usr/local/share/remind/lang/pt.rem +-rw-r--r-- root/root usr/local/share/remind/lang/ro.rem +drwxr-xr-x root/root usr/local/share/remind/site/ +-rw-r--r-- root/root usr/local/share/remind/site/README diff --git a/main/remind/spkgbuild b/main/remind/spkgbuild new file mode 100644 index 000000000..d5fbaffee --- /dev/null +++ b/main/remind/spkgbuild @@ -0,0 +1,16 @@ +# description : Sophisticated calendar and alarm program +# homepage : https://dianne.skoll.ca/projects/remind/ + +name=remind +version=04.00.00 +release=1 +source="$name.tar.gz::https://git.skoll.ca/Skollsoft-Public/Remind/archive/$version.tar.gz" + + +build() { + cd $name + + + make PREFIX=/usr + make PREFIX=/usr DESTDIR=$PKG install +} From 827f61fdb3bc366e7dbf1624038ba7eb84d36b2c Mon Sep 17 00:00:00 2001 From: Victor Tebar Date: Fri, 17 Jun 2022 10:10:53 +0200 Subject: [PATCH 2/3] fix sources names and regenerate pkgfiles --- main/remind/spkgbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/remind/spkgbuild b/main/remind/spkgbuild index d5fbaffee..51a2c5e9d 100644 --- a/main/remind/spkgbuild +++ b/main/remind/spkgbuild @@ -4,7 +4,7 @@ name=remind version=04.00.00 release=1 -source="$name.tar.gz::https://git.skoll.ca/Skollsoft-Public/Remind/archive/$version.tar.gz" +source="$name-$version.tar.gz::https://git.skoll.ca/Skollsoft-Public/Remind/archive/$version.tar.gz" build() { From c3eac6e2b336d8d83af4cc2b5339e84202db909b Mon Sep 17 00:00:00 2001 From: Victor Tebar Date: Fri, 17 Jun 2022 13:22:56 +0200 Subject: [PATCH 3/3] fix dirs and update pkgfiles --- main/remind/.checksums | 2 +- main/remind/.pkgfiles | 67 +++++++++++++++++++++--------------------- main/remind/spkgbuild | 6 ++-- 3 files changed, 37 insertions(+), 38 deletions(-) diff --git a/main/remind/.checksums b/main/remind/.checksums index 04d058957..24a79161c 100644 --- a/main/remind/.checksums +++ b/main/remind/.checksums @@ -1 +1 @@ -6041ea1a13526cb8b90ef26d92b01019 remind.tar.gz +6041ea1a13526cb8b90ef26d92b01019 remind-04.00.00.tar.gz diff --git a/main/remind/.pkgfiles b/main/remind/.pkgfiles index a994d850c..8c108daad 100644 --- a/main/remind/.pkgfiles +++ b/main/remind/.pkgfiles @@ -1,36 +1,35 @@ remind-04.00.00-1 drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/local/ -drwxr-xr-x root/root usr/local/bin/ -lrwxrwxrwx root/root usr/local/bin/rem -> remind --rwxr-xr-x root/root usr/local/bin/rem2ps --rwxr-xr-x root/root usr/local/bin/remind --rwxr-xr-x root/root usr/local/bin/tkremind -drwxr-xr-x root/root usr/local/share/ -drwxr-xr-x root/root usr/local/share/man/ -drwxr-xr-x root/root usr/local/share/man/man1/ --rw-r--r-- root/root usr/local/share/man/man1/rem.1.gz --rw-r--r-- root/root usr/local/share/man/man1/rem2ps.1.gz --rw-r--r-- root/root usr/local/share/man/man1/remind.1.gz --rw-r--r-- root/root usr/local/share/man/man1/tkremind.1.gz -drwxr-xr-x root/root usr/local/share/remind/ -drwxr-xr-x root/root usr/local/share/remind/holidays/ --rw-r--r-- root/root usr/local/share/remind/holidays/ca.rem --rw-r--r-- root/root usr/local/share/remind/holidays/us.rem -drwxr-xr-x root/root usr/local/share/remind/lang/ --rw-r--r-- root/root usr/local/share/remind/lang/auto.rem --rw-r--r-- root/root usr/local/share/remind/lang/da.rem --rw-r--r-- root/root usr/local/share/remind/lang/de.rem --rw-r--r-- root/root usr/local/share/remind/lang/en.rem --rw-r--r-- root/root usr/local/share/remind/lang/es.rem --rw-r--r-- root/root usr/local/share/remind/lang/fi.rem --rw-r--r-- root/root usr/local/share/remind/lang/fr.rem --rw-r--r-- root/root usr/local/share/remind/lang/is.rem --rw-r--r-- root/root usr/local/share/remind/lang/it.rem --rw-r--r-- root/root usr/local/share/remind/lang/nl.rem --rw-r--r-- root/root usr/local/share/remind/lang/no.rem --rw-r--r-- root/root usr/local/share/remind/lang/pl.rem --rw-r--r-- root/root usr/local/share/remind/lang/pt.rem --rw-r--r-- root/root usr/local/share/remind/lang/ro.rem -drwxr-xr-x root/root usr/local/share/remind/site/ --rw-r--r-- root/root usr/local/share/remind/site/README +drwxr-xr-x root/root usr/bin/ +lrwxrwxrwx root/root usr/bin/rem -> remind +-rwxr-xr-x root/root usr/bin/rem2ps +-rwxr-xr-x root/root usr/bin/remind +-rwxr-xr-x root/root usr/bin/tkremind +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/rem.1.gz +-rw-r--r-- root/root usr/share/man/man1/rem2ps.1.gz +-rw-r--r-- root/root usr/share/man/man1/remind.1.gz +-rw-r--r-- root/root usr/share/man/man1/tkremind.1.gz +drwxr-xr-x root/root usr/share/remind/ +drwxr-xr-x root/root usr/share/remind/holidays/ +-rw-r--r-- root/root usr/share/remind/holidays/ca.rem +-rw-r--r-- root/root usr/share/remind/holidays/us.rem +drwxr-xr-x root/root usr/share/remind/lang/ +-rw-r--r-- root/root usr/share/remind/lang/auto.rem +-rw-r--r-- root/root usr/share/remind/lang/da.rem +-rw-r--r-- root/root usr/share/remind/lang/de.rem +-rw-r--r-- root/root usr/share/remind/lang/en.rem +-rw-r--r-- root/root usr/share/remind/lang/es.rem +-rw-r--r-- root/root usr/share/remind/lang/fi.rem +-rw-r--r-- root/root usr/share/remind/lang/fr.rem +-rw-r--r-- root/root usr/share/remind/lang/is.rem +-rw-r--r-- root/root usr/share/remind/lang/it.rem +-rw-r--r-- root/root usr/share/remind/lang/nl.rem +-rw-r--r-- root/root usr/share/remind/lang/no.rem +-rw-r--r-- root/root usr/share/remind/lang/pl.rem +-rw-r--r-- root/root usr/share/remind/lang/pt.rem +-rw-r--r-- root/root usr/share/remind/lang/ro.rem +drwxr-xr-x root/root usr/share/remind/site/ +-rw-r--r-- root/root usr/share/remind/site/README diff --git a/main/remind/spkgbuild b/main/remind/spkgbuild index 51a2c5e9d..cdae4d70b 100644 --- a/main/remind/spkgbuild +++ b/main/remind/spkgbuild @@ -9,8 +9,8 @@ source="$name-$version.tar.gz::https://git.skoll.ca/Skollsoft-Public/Remind/arch build() { cd $name + ./configure + sed -i 's|prefix=/usr/local|prefix=/usr|' src/Makefile - - make PREFIX=/usr - make PREFIX=/usr DESTDIR=$PKG install + make DESTDIR=$PKG install }