ports/contrib (3.4): cmatrix: 1.2a -> 1.2
commit b493c945fe7098b0d796349b6a62bc7af2cc602f Author: Thomas Penteker <tek@serverop.de> Date: Sun Sep 9 03:36:49 2018 +0200 cmatrix: 1.2a -> 1.2 diff --git a/cmatrix/.footprint b/cmatrix/.footprint index 8ff81053..648482ff 100644 --- a/cmatrix/.footprint +++ b/cmatrix/.footprint @@ -2,6 +2,14 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/cmatrix drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/fonts/ +drwxr-xr-x root/root usr/share/fonts/X11/ +drwxr-xr-x root/root usr/share/fonts/X11/misc/ +-rw-r--r-- root/root usr/share/fonts/X11/misc/mtx.pcf +drwxr-xr-x root/root usr/share/kbd/ +drwxr-xr-x root/root usr/share/kbd/consolefonts/ +-rw-r--r-- root/root usr/share/kbd/consolefonts/matrix.fnt +-rw-r--r-- root/root usr/share/kbd/consolefonts/matrix.psf.gz 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/cmatrix.1.gz diff --git a/cmatrix/.md5sum b/cmatrix/.md5sum index 9321a488..3ee44785 100644 --- a/cmatrix/.md5sum +++ b/cmatrix/.md5sum @@ -1 +1 @@ -ebfb5733104a258173a9ccf2669968a1 cmatrix-1.2a.tar.gz +f74707c4237dc2f33a7fce9dea8395ca 1.2.tar.gz diff --git a/cmatrix/.signature b/cmatrix/.signature index 51bf75bd..d2b2e76e 100644 --- a/cmatrix/.signature +++ b/cmatrix/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF34KQjnB+H+QYYCtsDZTluUUVvtKycK6F8hMYTqc7F7Kh7QgMveif7DwQ7u77cRAAn55+fuANkvpi5FKn4b0NOg0= -SHA256 (Pkgfile) = a766ee338f41d1fdda0946e2e8a8662a64402ea0ff5dd4eab7dbf26029d17d82 -SHA256 (.footprint) = c7a89a19cdec5f2c7e6ae41c344befb42e012d27870a70750b4677b67cc53c3d -SHA256 (cmatrix-1.2a.tar.gz) = 1fa6e6caea254b6fe70a492efddc1b40ad7ccb950a5adfd80df75b640577064c +RWSagIOpLGJF355UPLT7m85Lix5hgqMe7JrT34zolA85CrZ6wNs3nGMJDVXdKxXsWASFTQIxxwn+Xzs+Kvx7BfS0fEudZiSuogs= +SHA256 (Pkgfile) = d34de7fe549e5a5a9cb8943f422f87f80da0eaa3495afed593ea292cdf73cb14 +SHA256 (.footprint) = 371ceb2cae3d21f83fbc8d4c51f86107613b994f21c544439ceca75d1289743b +SHA256 (1.2.tar.gz) = 6b0b9aff4585147843c4cf8a8c9c6048500f66dc4887a38922197dfa326b57c8 diff --git a/cmatrix/Pkgfile b/cmatrix/Pkgfile index c810237d..0b4c8379 100644 --- a/cmatrix/Pkgfile +++ b/cmatrix/Pkgfile @@ -6,18 +6,20 @@ # Depends on: name=cmatrix -version=1.2a +version=1.2 release=1 -source=(http://www.asty.org/cmatrix/dist/cmatrix-$version.tar.gz) +source=(https://github.com/abishekvashok/cmatrix/archive/${version}.tar.gz) build() { cd $name-$version - ./configure \ - --prefix=/usr \ - --disable-nls + ./configure --prefix=/usr make - install -D -m755 -groot -oroot cmatrix $PKG/usr/bin/cmatrix - install -D -m644 -groot -oroot cmatrix.1 $PKG/usr/share/man/man1/cmatrix.1 + make DESTDIR=$PKG install + make DESTDIR=$PKG install-data-local + + install -D -m644 -groot -oroot matrix.fnt $PKG/usr/share/kbd/consolefonts/matrix.fnt + install -D -m644 -groot -oroot matrix.psf.gz $PKG/usr/share/kbd/consolefonts/matrix.psf.gz + install -D -m644 -groot -oroot mtx.pcf $PKG/usr/share/fonts/X11/misc/mtx.pcf }
participants (1)
-
crux@crux.nu