summaryrefslogtreecommitdiff
path: root/sic
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-03-08 18:30:38 +0000
committerTim Biermann <tbier@posteo.de>2021-03-08 18:30:38 +0000
commitca577c501cd2824bbe43378b2eb9e3ac80abda6c (patch)
tree68a82f1afeb548b9b53fba6c158c87e464c71ce0 /sic
parentd6baad683ab189be03373afa34e2d0b9cf9d1284 (diff)
downloadcontrib-ca577c501cd2824bbe43378b2eb9e3ac80abda6c.tar.gz
contrib-ca577c501cd2824bbe43378b2eb9e3ac80abda6c.tar.xz
sic: deleted unmaintained port
Diffstat (limited to 'sic')
-rw-r--r--sic/.footprint7
-rw-r--r--sic/.signature5
-rw-r--r--sic/Pkgfile14
3 files changed, 0 insertions, 26 deletions
diff --git a/sic/.footprint b/sic/.footprint
deleted file mode 100644
index 6bb7ccbcb..000000000
--- a/sic/.footprint
+++ /dev/null
@@ -1,7 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/sic
-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/sic.1.gz
diff --git a/sic/.signature b/sic/.signature
deleted file mode 100644
index 544e58416..000000000
--- a/sic/.signature
+++ /dev/null
@@ -1,5 +0,0 @@
-untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF32bXsyyISa3P5RjnPNDbs1Mg1GP2OPpjwpkDcz0lXJNpK68FfLyX4Vxh8xjmbpsSq508uebWBOFYTelITBL+TwM=
-SHA256 (Pkgfile) = 3e5e0842554bb725382c767eeaeef489ee2b5ddac2490e32eed33affff6f5f28
-SHA256 (.footprint) = 52a0815dd772c0865f4127c674bb158494683556a4ecd4271008dd27e4d859e0
-SHA256 (sic-1.2.tar.gz) = ac07f905995e13ba2c43912d7a035fbbe78a628d7ba1c256f4ca1372fb565185
diff --git a/sic/Pkgfile b/sic/Pkgfile
deleted file mode 100644
index 8edeed457..000000000
--- a/sic/Pkgfile
+++ /dev/null
@@ -1,14 +0,0 @@
-# Description: extremely simple IRC client
-# URL: http://tools.suckless.org/sic
-# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
-
-name=sic
-version=1.2
-release=1
-source=(http://dl.suckless.org/tools/$name-$version.tar.gz)
-
-build () {
- cd "$name-$version"
- make
- make DESTDIR=$PKG PREFIX=/usr install
-}

Generated by cgit