aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2023-01-01 12:40:46 +0000
committerRene Ladan <rene@FreeBSD.org>2023-01-01 12:41:04 +0000
commit802e859d27cd4be4beaa4a7c95a6277e944750cc (patch)
treee4c4ba71f619f44d2b41ee0e4181b1a8d3bb7334 /ports-mgmt
parentba1a7a53c16a093f7df9f05f5e5892a8f12fe552 (diff)
downloadports-802e859d27cd4be4beaa4a7c95a6277e944750cc.tar.gz
ports-802e859d27cd4be4beaa4a7c95a6277e944750cc.zip
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/Makefile1
-rw-r--r--ports-mgmt/chucky/Makefile37
-rw-r--r--ports-mgmt/chucky/distinfo2
-rw-r--r--ports-mgmt/chucky/files/patch-Makefile27
-rw-r--r--ports-mgmt/chucky/files/pkg-message.in12
-rw-r--r--ports-mgmt/chucky/pkg-descr6
-rw-r--r--ports-mgmt/chucky/pkg-plist2
7 files changed, 0 insertions, 87 deletions
diff --git a/ports-mgmt/Makefile b/ports-mgmt/Makefile
index 5a0a863275b2..25aca9847b2d 100644
--- a/ports-mgmt/Makefile
+++ b/ports-mgmt/Makefile
@@ -2,7 +2,6 @@
SUBDIR += bsdadminscripts2
SUBDIR += caronade
- SUBDIR += chucky
SUBDIR += create-rb-port
SUBDIR += dialog4ports
SUBDIR += dialog4ports-static
diff --git a/ports-mgmt/chucky/Makefile b/ports-mgmt/chucky/Makefile
deleted file mode 100644
index 79a04eb9cee7..000000000000
--- a/ports-mgmt/chucky/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-PORTNAME= chucky
-PORTVERSION= 1.0
-PORTREVISION= 1
-CATEGORIES= ports-mgmt
-
-MAINTAINER= waitman@waitman.net
-COMMENT= Port installed version check/report with shar archival
-WWW= https://dx.burplex.com/bin/chucky.html
-
-LICENSE= CHUCKY
-LICENSE_NAME= CHUCKY BSD LICENSE
-LICENSE_FILE= ${WRKSRC}/LICENSE
-LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
-
-DEPRECATED= Uses the obsoleted $FreeBSD tag
-EXPIRATION_DATE= 2023-01-01
-
-LIB_DEPENDS= libpkg.so:${PKG_ORIGIN} \
- libsqlite3.so:databases/sqlite3
-
-USE_GITHUB= yes
-GH_ACCOUNT= waitman
-GH_TAGNAME= 075defe
-
-SUB_FILES= pkg-message
-SUB_LIST= MAN7PREFIX="${MAN7PREFIX}"
-PORTDOCS= *
-
-OPTIONS_DEFINE= DOCS
-
-.include <bsd.port.options.mk>
-
-post-install:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/ports-mgmt/chucky/distinfo b/ports-mgmt/chucky/distinfo
deleted file mode 100644
index dd4dbc34f01e..000000000000
--- a/ports-mgmt/chucky/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (waitman-chucky-1.0-075defe_GH0.tar.gz) = 847609c8f7dded0726903b05a17661dc2bb854974c8201b85d4894a05d21e920
-SIZE (waitman-chucky-1.0-075defe_GH0.tar.gz) = 4364
diff --git a/ports-mgmt/chucky/files/patch-Makefile b/ports-mgmt/chucky/files/patch-Makefile
deleted file mode 100644
index be16902d760c..000000000000
--- a/ports-mgmt/chucky/files/patch-Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
---- Makefile.orig 2013-03-22 04:11:27 UTC
-+++ Makefile
-@@ -1,8 +1,8 @@
--prefix=/usr/local
--man7dir=/usr/local/man/man7
--CC=clang
--CFLAGS=-I/usr/local/include
--LDFLAGS=-L/usr/local/lib -lsqlite3
-+prefix=${PREFIX}
-+man7dir=${MANPREFIX}/man/man7
-+CC?=clang
-+CFLAGS+=-I${LOCALBASE}/include
-+LDFLAGS+=-L${LOCALBASE}/lib -lsqlite3
-
- all: chucky
-
-@@ -12,8 +12,8 @@
- rm chucky
-
- install:
-- install -m 0755 -g wheel -o root chucky ${prefix}/bin
-- -install -m 0644 -g wheel -o root chucky.7 ${man7dir}
-+ $(BSD_INSTALL_PROGRAM) chucky $(DESTDIR)${prefix}/bin
-+ $(BSD_INSTALL_MAN) chucky.7 $(DESTDIR)${man7dir}
-
- deinstall:
- rm -f ${prefix}/bin/chucky
diff --git a/ports-mgmt/chucky/files/pkg-message.in b/ports-mgmt/chucky/files/pkg-message.in
deleted file mode 100644
index e16c35069467..000000000000
--- a/ports-mgmt/chucky/files/pkg-message.in
+++ /dev/null
@@ -1,12 +0,0 @@
-[
-{ type: install
- message: <<EOM
-man page is installed in %%MAN7PREFIX%%/man/man7, if you do not yet
-have the configuration in /etc/man.conf, add
-
-MANPATH /usr/local/share/man
-
-to view all man pages which are installed in /usr/local/share/man/manX/
-EOM
-}
-]
diff --git a/ports-mgmt/chucky/pkg-descr b/ports-mgmt/chucky/pkg-descr
deleted file mode 100644
index f5ba2feaf5b1..000000000000
--- a/ports-mgmt/chucky/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-This program reads /var/db/pkg/local.sqlite and compares install timestamp
-with date in $FreeBSD header in the Makefile of the port. If there is no
-$FreeBSD header then it is assumed to be a beta port.
-
-Chucky also features a shar file backup feature, which is normally used to
-backup 'beta' development ports.
diff --git a/ports-mgmt/chucky/pkg-plist b/ports-mgmt/chucky/pkg-plist
deleted file mode 100644
index bc81bfd38c2c..000000000000
--- a/ports-mgmt/chucky/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/chucky
-man/man7/chucky.7.gz