From 76cc671264e3bf722433f8e910a78bf3f86f8f54 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Mon, 2 Oct 2017 23:42:04 +0700 Subject: libraries/cbase: Removed (Upstream is gone). Signed-off-by: Willy Sudiarto Raharjo --- libraries/cbase/README | 8 ---- libraries/cbase/cbase.SlackBuild | 85 ---------------------------------------- libraries/cbase/cbase.info | 10 ----- libraries/cbase/slack-desc | 19 --------- 4 files changed, 122 deletions(-) delete mode 100644 libraries/cbase/README delete mode 100644 libraries/cbase/cbase.SlackBuild delete mode 100644 libraries/cbase/cbase.info delete mode 100644 libraries/cbase/slack-desc diff --git a/libraries/cbase/README b/libraries/cbase/README deleted file mode 100644 index cd0931d4c9..0000000000 --- a/libraries/cbase/README +++ /dev/null @@ -1,8 +0,0 @@ -cbase is a C library of useful functions that simplify systems software -development on System V UNIX. The library includes routines for memory -management, string parsing, filesystem traversal, subprocess execution, -I/O, as well as implementations of common data structures such as linked -lists, hash tables, stacks, and queues. The library also includes a high- -level interface to Berkeley sockets, and an implementation of a scheduler -which has functionality very similar to that of the cron daemon. -Note: cbase was formerly known as CFL. diff --git a/libraries/cbase/cbase.SlackBuild b/libraries/cbase/cbase.SlackBuild deleted file mode 100644 index 4a7a76f858..0000000000 --- a/libraries/cbase/cbase.SlackBuild +++ /dev/null @@ -1,85 +0,0 @@ -#!/bin/sh - -# Slackware build script for cbase - -# Written by Menno Duursma -# Maintained by Ozan Türkyilmaz - -# This program is free software. It comes without any warranty. -# Granted WTFPLv2, as published by Sam Hocevar dec'04. -# For details see http://sam.zoy.org/wtfpl/COPYING - -PRGNAM=cbase -VERSION=${VERSION:-1.3.7} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i486 ;; - arm*) ARCH=arm ;; - *) ARCH=$( uname -m ) ;; - esac -fi - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION -chown -R root:root . -find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; - -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ -./configure \ - --prefix=/usr \ - --libdir=/usr/lib${LIBDIRSUFFIX} \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --infodir=/usr/info \ - --mandir=/usr/man \ - --enable-static=no \ - --build=$ARCH-slackware-linux - -make -make install-strip DESTDIR=$PKG - -rm -f $PKG/usr/info/dir -gzip -9 $PKG/usr/info/*.info* - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING.LIB ChangeLog INSTALL README TODO $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/libraries/cbase/cbase.info b/libraries/cbase/cbase.info deleted file mode 100644 index cc41603b41..0000000000 --- a/libraries/cbase/cbase.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="cbase" -VERSION="1.3.7" -HOMEPAGE="http://www.hyperrealm.com/main.php?s=cbase" -DOWNLOAD="http://www.hyperrealm.com/cbase/cbase-1.3.7.tar.gz" -MD5SUM="595c284bc66a0cd9c173338b25de7523" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="" -MAINTAINER="Ozan Türkyılmaz" -EMAIL="ozan.turkyilmaz@gmail.com" diff --git a/libraries/cbase/slack-desc b/libraries/cbase/slack-desc deleted file mode 100644 index 1fbcfe52c9..0000000000 --- a/libraries/cbase/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. -# Line up the first '|' above the ':' following the base package name, and -# the '|' on the right side marks the last column you can put a character in. -# You must make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':' except on otherwise blank lines. - - |-----handy-ruler------------------------------------------------------| -cbase: cbase (C routines library) -cbase: -cbase: cbase is a C library of functions that simplify systems software -cbase: development on System V UNIX. -cbase: -cbase: cbase was written by Mark Lindner -cbase: -cbase: -cbase: -cbase: -cbase: -- cgit v1.2.3