kiss-repository

personal kiss repository
git clone git://git.ckyln.com/~cem/kiss-repository.git
Log | Files | Refs | Submodules | README | LICENSE

commit 706c708b5aac148cd323a7f6b40513ba756ef45e
parent c05ab7845f241547ab8607a91db1942617bc3d4e
Author: Cem Keylan <cem@ckyln.com>
Date:   Fri, 19 Jun 2020 01:47:44 +0300

move to personal

Diffstat:
Ddmenu/build | 5-----
Ddmenu/sources | 1-
Dgit/build | 67-------------------------------------------------------------------
Dgit/depends | 4----
Dgit/sources | 9---------
Dmg/depends | 2--
Apersonal/dmenu/build | 4++++
Rdmenu/checksums -> personal/dmenu/checksums | 0
Rdmenu/depends -> personal/dmenu/depends | 0
Apersonal/dmenu/sources | 1+
Rdmenu/version -> personal/dmenu/version | 0
Rdwm-notify-send/build -> personal/dwm-notify-send/build | 0
Rdwm-notify-send/checksums -> personal/dwm-notify-send/checksums | 0
Rdwm-notify-send/sources -> personal/dwm-notify-send/sources | 0
Rdwm-notify-send/version -> personal/dwm-notify-send/version | 0
Rdwm/build -> personal/dwm/build | 0
Rdwm/checksums -> personal/dwm/checksums | 0
Rdwm/depends -> personal/dwm/depends | 0
Rdwm/sources -> personal/dwm/sources | 0
Rdwm/version -> personal/dwm/version | 0
Apersonal/git/build | 67+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Rgit/checksums -> personal/git/checksums | 0
Apersonal/git/depends | 3+++
Apersonal/git/sources | 9+++++++++
Rgit/version -> personal/git/version | 0
Rgrabc/build -> personal/grabc/build | 0
Rgrabc/checksums -> personal/grabc/checksums | 0
Rgrabc/patches/better-makefile.patch -> personal/grabc/patches/better-makefile.patch | 0
Rgrabc/sources -> personal/grabc/sources | 0
Rgrabc/version -> personal/grabc/version | 0
Rhtop-vim/build -> personal/htop-vim/build | 0
Rhtop-vim/checksums -> personal/htop-vim/checksums | 0
Rhtop-vim/patches/fix-major-undefined.patch -> personal/htop-vim/patches/fix-major-undefined.patch | 0
Rhtop-vim/sources -> personal/htop-vim/sources | 0
Rhtop-vim/version -> personal/htop-vim/version | 0
Rkvp/build -> personal/kvp/build | 0
Rkvp/checksums -> personal/kvp/checksums | 0
Rkvp/sources -> personal/kvp/sources | 0
Rkvp/version -> personal/kvp/version | 0
Rmerge-hosts/build -> personal/merge-hosts/build | 0
Rmerge-hosts/checksums -> personal/merge-hosts/checksums | 0
Rmerge-hosts/sources -> personal/merge-hosts/sources | 0
Rmerge-hosts/version -> personal/merge-hosts/version | 0
Rmg/build -> personal/mg/build | 0
Rmg/checksums -> personal/mg/checksums | 0
Apersonal/mg/depends | 2++
Rmg/sources -> personal/mg/sources | 0
Rmg/version -> personal/mg/version | 0
Rnap-utils/build -> personal/nap-utils/build | 0
Rnap-utils/checksums -> personal/nap-utils/checksums | 0
Rnap-utils/sources -> personal/nap-utils/sources | 0
Rnap-utils/version -> personal/nap-utils/version | 0
Rsb/build -> personal/sb/build | 0
Rsb/checksums -> personal/sb/checksums | 0
Rsb/sources -> personal/sb/sources | 0
Rsb/version -> personal/sb/version | 0
Rshinit/build -> personal/shinit/build | 0
Rshinit/checksums -> personal/shinit/checksums | 0
Rshinit/files/poweroff -> personal/shinit/files/poweroff | 0
Rshinit/sources -> personal/shinit/sources | 0
Rshinit/version -> personal/shinit/version | 0
Rst/build -> personal/st/build | 0
Rst/checksums -> personal/st/checksums | 0
Rst/sources -> personal/st/sources | 0
Rst/version -> personal/st/version | 0
Rsurf/build -> personal/surf/build | 0
Rsurf/checksums -> personal/surf/checksums | 0
Rsurf/depends -> personal/surf/depends | 0
Rsurf/sources -> personal/surf/sources | 0
Rsurf/version -> personal/surf/version | 0
Rtabbed/build -> personal/tabbed/build | 0
Rtabbed/checksums -> personal/tabbed/checksums | 0
Rtabbed/depends -> personal/tabbed/depends | 0
Rtabbed/sources -> personal/tabbed/sources | 0
Rtabbed/version -> personal/tabbed/version | 0
Rxscreenshot/build -> personal/xscreenshot/build | 0
Rxscreenshot/checksums -> personal/xscreenshot/checksums | 0
Rxscreenshot/depends -> personal/xscreenshot/depends | 0
Rxscreenshot/sources -> personal/xscreenshot/sources | 0
Rxscreenshot/version -> personal/xscreenshot/version | 0
80 files changed, 86 insertions(+), 88 deletions(-)

diff --git a/dmenu/build b/dmenu/build @@ -1,5 +0,0 @@ -#!/bin/sh -e - -make - -make PREFIX=/usr DESTDIR="$1" install diff --git a/dmenu/sources b/dmenu/sources @@ -1 +0,0 @@ -https://git.ckyln.com/archives/dmenu/dmenu-1.0.2.tar.gz diff --git a/git/build b/git/build @@ -1,67 +0,0 @@ -#!/bin/sh -e -# Git build with git-send-email perl garbage enabled :c - -( - cd ssleay - PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor - make - make DESTDIR="$1" install -) - -( - cd uri - perl Makefile.PL INSTALLDIRS=vendor - make - make DESTDIR="$1" install -) - -( - cd socket-ssl - yes | perl Makefile.PL INSTALLDIRS=vendor - make - make DESTDIR="$1" install -) - -( - cd sasl - PERL_USE_UNSAFE_INC=1 \ - PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor - make - make pure_install DESTDIR="$1" -) - -( - cd ssl - perl Makefile.PL INSTALLDIRS=vendor - make - make DESTDIR="$1" install - find "$1" \( -name '.packlist' -o -name '*.pod' \) -exec rm -rf {} + -) - -export CFLAGS="$CFLAGS -fPIC" - -cat > config.mak <<EOF -NO_GETTEXT=YesPlease -NO_SVN_TESTS=YesPlease -NO_TCLTK=YesPlease -NO_EXPAT=YesPlease -NO_NSEC=YesPlease -NO_PYTHON=YesPlease -PERL=YesPlease -NO_SVN_TESTS=YesPlease -NO_SYS_POLL_H=1 -NO_CROSS_DIRECTORY_HARDLINKS=1 -NO_INSTALL_HARDLINKS=1 -EOF - -./configure \ - --prefix=/usr \ - ac_cv_snprintf_returns_bogus=no \ - ac_cv_fread_reads_directories=yes - -make -make DESTDIR="$1" install - -for man in man1/*.1 man5/*.5 man7/*.7; do - install -Dm644 "$man" "$1/usr/share/man/$man" -done diff --git a/git/depends b/git/depends @@ -1,4 +0,0 @@ -curl -libressl -perl -zlib diff --git a/git/sources b/git/sources @@ -1,9 +0,0 @@ -https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.27.0.tar.xz -https://www.kernel.org/pub/software/scm/git/git-manpages-2.27.0.tar.xz -# -# This is garbage. Why? -https://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Net-SMTP-SSL-1.04.tar.gz ssl -https://www.cpan.org/authors/id/G/GB/GBARR/Authen-SASL-2.16.tar.gz sasl -https://cpan.metacpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.88.tar.gz ssleay -https://cpan.metacpan.org/authors/id/O/OA/OALDERS/URI-1.76.tar.gz uri -https://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-2.066.tar.gz socket-ssl diff --git a/mg/depends b/mg/depends @@ -1,2 +0,0 @@ -libbsd -ncurses diff --git a/personal/dmenu/build b/personal/dmenu/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +make LDFLAGS=-static dmenu +make PREFIX=/usr DESTDIR="$1" install diff --git a/dmenu/checksums b/personal/dmenu/checksums diff --git a/dmenu/depends b/personal/dmenu/depends diff --git a/personal/dmenu/sources b/personal/dmenu/sources @@ -0,0 +1 @@ +https://git.ckyln.com/archive/dmenu/dmenu-1.0.2.tar.gz diff --git a/dmenu/version b/personal/dmenu/version diff --git a/dwm-notify-send/build b/personal/dwm-notify-send/build diff --git a/dwm-notify-send/checksums b/personal/dwm-notify-send/checksums diff --git a/dwm-notify-send/sources b/personal/dwm-notify-send/sources diff --git a/dwm-notify-send/version b/personal/dwm-notify-send/version diff --git a/dwm/build b/personal/dwm/build diff --git a/dwm/checksums b/personal/dwm/checksums diff --git a/dwm/depends b/personal/dwm/depends diff --git a/dwm/sources b/personal/dwm/sources diff --git a/dwm/version b/personal/dwm/version diff --git a/personal/git/build b/personal/git/build @@ -0,0 +1,67 @@ +#!/bin/sh -e +# Git build with git-send-email perl garbage enabled :c + +( + cd ssleay + PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor + make + make DESTDIR="$1" install +) + +( + cd uri + perl Makefile.PL INSTALLDIRS=vendor + make + make DESTDIR="$1" install +) + +( + cd socket-ssl + yes | perl Makefile.PL INSTALLDIRS=vendor + make + make DESTDIR="$1" install +) + +( + cd sasl + PERL_USE_UNSAFE_INC=1 \ + PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor + make + make pure_install DESTDIR="$1" +) + +( + cd ssl + perl Makefile.PL INSTALLDIRS=vendor + make + make DESTDIR="$1" install + find "$1" \( -name '.packlist' -o -name '*.pod' \) -exec rm -rf {} + +) + +cd git + +# export CFLAGS="$CFLAGS -fPIC" +# export LDFLAGS="$LDFLAGS -static" + +cat > config.mak <<EOF +NO_GETTEXT=YesPlease +NO_SVN_TESTS=YesPlease +NO_TCLTK=YesPlease +NO_EXPAT=YesPlease +NO_NSEC=YesPlease +NO_PYTHON=YesPlease +NO_SYS_POLL_H=1 +NO_CROSS_DIRECTORY_HARDLINKS=1 +NO_INSTALL_HARDLINKS=1 +EOF + +./configure \ + --prefix=/usr \ + --with-curl \ + ac_cv_snprintf_returns_bogus=no \ + ac_cv_fread_reads_directories=yes + +make +make DESTDIR="$1" install + +mv man/* "$1/usr/share/man" diff --git a/git/checksums b/personal/git/checksums diff --git a/personal/git/depends b/personal/git/depends @@ -0,0 +1,3 @@ +curl +perl +zlib diff --git a/personal/git/sources b/personal/git/sources @@ -0,0 +1,9 @@ +https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.27.0.tar.xz git +https://www.kernel.org/pub/software/scm/git/git-manpages-2.27.0.tar.xz git/man +# +# This is garbage. Why? +https://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Net-SMTP-SSL-1.04.tar.gz ssl +https://www.cpan.org/authors/id/G/GB/GBARR/Authen-SASL-2.16.tar.gz sasl +https://cpan.metacpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.88.tar.gz ssleay +https://cpan.metacpan.org/authors/id/O/OA/OALDERS/URI-1.76.tar.gz uri +https://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-2.066.tar.gz socket-ssl diff --git a/git/version b/personal/git/version diff --git a/grabc/build b/personal/grabc/build diff --git a/grabc/checksums b/personal/grabc/checksums diff --git a/grabc/patches/better-makefile.patch b/personal/grabc/patches/better-makefile.patch diff --git a/grabc/sources b/personal/grabc/sources diff --git a/grabc/version b/personal/grabc/version diff --git a/htop-vim/build b/personal/htop-vim/build diff --git a/htop-vim/checksums b/personal/htop-vim/checksums diff --git a/htop-vim/patches/fix-major-undefined.patch b/personal/htop-vim/patches/fix-major-undefined.patch diff --git a/htop-vim/sources b/personal/htop-vim/sources diff --git a/htop-vim/version b/personal/htop-vim/version diff --git a/kvp/build b/personal/kvp/build diff --git a/kvp/checksums b/personal/kvp/checksums diff --git a/kvp/sources b/personal/kvp/sources diff --git a/kvp/version b/personal/kvp/version diff --git a/merge-hosts/build b/personal/merge-hosts/build diff --git a/merge-hosts/checksums b/personal/merge-hosts/checksums diff --git a/merge-hosts/sources b/personal/merge-hosts/sources diff --git a/merge-hosts/version b/personal/merge-hosts/version diff --git a/mg/build b/personal/mg/build diff --git a/mg/checksums b/personal/mg/checksums diff --git a/personal/mg/depends b/personal/mg/depends @@ -0,0 +1,2 @@ +libbsd make +ncurses make diff --git a/mg/sources b/personal/mg/sources diff --git a/mg/version b/personal/mg/version diff --git a/nap-utils/build b/personal/nap-utils/build diff --git a/nap-utils/checksums b/personal/nap-utils/checksums diff --git a/nap-utils/sources b/personal/nap-utils/sources diff --git a/nap-utils/version b/personal/nap-utils/version diff --git a/sb/build b/personal/sb/build diff --git a/sb/checksums b/personal/sb/checksums diff --git a/sb/sources b/personal/sb/sources diff --git a/sb/version b/personal/sb/version diff --git a/shinit/build b/personal/shinit/build diff --git a/shinit/checksums b/personal/shinit/checksums diff --git a/shinit/files/poweroff b/personal/shinit/files/poweroff diff --git a/shinit/sources b/personal/shinit/sources diff --git a/shinit/version b/personal/shinit/version diff --git a/st/build b/personal/st/build diff --git a/st/checksums b/personal/st/checksums diff --git a/st/sources b/personal/st/sources diff --git a/st/version b/personal/st/version diff --git a/surf/build b/personal/surf/build diff --git a/surf/checksums b/personal/surf/checksums diff --git a/surf/depends b/personal/surf/depends diff --git a/surf/sources b/personal/surf/sources diff --git a/surf/version b/personal/surf/version diff --git a/tabbed/build b/personal/tabbed/build diff --git a/tabbed/checksums b/personal/tabbed/checksums diff --git a/tabbed/depends b/personal/tabbed/depends diff --git a/tabbed/sources b/personal/tabbed/sources diff --git a/tabbed/version b/personal/tabbed/version diff --git a/xscreenshot/build b/personal/xscreenshot/build diff --git a/xscreenshot/checksums b/personal/xscreenshot/checksums diff --git a/xscreenshot/depends b/personal/xscreenshot/depends diff --git a/xscreenshot/sources b/personal/xscreenshot/sources diff --git a/xscreenshot/version b/personal/xscreenshot/version