From 1661e63ac89232971ad64ae29a7fc5257163e045 Mon Sep 17 00:00:00 2001 From: zuntum Date: Wed, 31 Oct 2001 20:06:16 +0000 Subject: Move pkg/ files into package's toplevel directory --- chat/gale/DEINSTALL | 19 ++++++++++++++++ chat/gale/DESCR | 4 ++++ chat/gale/INSTALL | 45 +++++++++++++++++++++++++++++++++++++ chat/gale/MESSAGE | 5 +++++ chat/gale/PLIST | 60 +++++++++++++++++++++++++++++++++++++++++++++++++ chat/gale/pkg/DEINSTALL | 19 ---------------- chat/gale/pkg/DESCR | 4 ---- chat/gale/pkg/INSTALL | 45 ------------------------------------- chat/gale/pkg/MESSAGE | 5 ----- chat/gale/pkg/PLIST | 60 ------------------------------------------------- 10 files changed, 133 insertions(+), 133 deletions(-) create mode 100644 chat/gale/DEINSTALL create mode 100644 chat/gale/DESCR create mode 100644 chat/gale/INSTALL create mode 100644 chat/gale/MESSAGE create mode 100644 chat/gale/PLIST delete mode 100644 chat/gale/pkg/DEINSTALL delete mode 100644 chat/gale/pkg/DESCR delete mode 100644 chat/gale/pkg/INSTALL delete mode 100644 chat/gale/pkg/MESSAGE delete mode 100644 chat/gale/pkg/PLIST (limited to 'chat/gale') diff --git a/chat/gale/DEINSTALL b/chat/gale/DEINSTALL new file mode 100644 index 00000000000..d1f897f5e25 --- /dev/null +++ b/chat/gale/DEINSTALL @@ -0,0 +1,19 @@ +#!/bin/sh +# +# $NetBSD: DEINSTALL,v 1.1 2001/10/31 20:06:24 zuntum Exp $ +# + +USER="@GALE_USER@" +GROUP="@GALE_GROUP@" +USERDEL="@USERDEL@" +GROUPDEL="@GROUPDEL@" + +case "$2" in + DEINSTALL) + echo "Removing user ${USER}" + ${USERDEL} -r ${USER} + echo "Removing group ${GROUP}" + ${GROUPDEL} ${GROUP} + ;; +esac +exit 0 diff --git a/chat/gale/DESCR b/chat/gale/DESCR new file mode 100644 index 00000000000..c3858b76bd2 --- /dev/null +++ b/chat/gale/DESCR @@ -0,0 +1,4 @@ +Gale is an open-source messaging system. It provides private messaging and +public chat, uses strong end-to-end cryptography for security, and supports +a distributed server network with a range of clients (both console and GUI) +available. Gale is currently in early alpha testing. diff --git a/chat/gale/INSTALL b/chat/gale/INSTALL new file mode 100644 index 00000000000..b59b84e5475 --- /dev/null +++ b/chat/gale/INSTALL @@ -0,0 +1,45 @@ +#!/bin/sh +# +# $NetBSD: INSTALL,v 1.1 2001/10/31 20:06:25 zuntum Exp $ + +USER=@GALE_USER@ +GROUP=@GALE_GROUP@ + +ADDUSER="@ADDUSER@" +ADDGROUP="@ADDGROUP@" +CHGRP="@CHGRP@" +ID="@ID@" +RM="@RM@" +TOUCH="@TOUCH@" + +# Group... the default's shipped with NetBSD +# We need to check that ${GROUP} exists before adding the user. +# Do it with chgrp to be able to use NIS. +# +${TOUCH} "/tmp/grouptest.$$" +${CHGRP} ${GROUP} "/tmp/grouptest.$$" >/dev/null 2>&1 +if [ $? -eq 0 ] +then + echo "Group '${GROUP}' already exists...proceeding." +else + echo "Creating '${GROUP}' group..." + ${ADDGROUP} ${GROUP} + echo "Done." +fi +${RM} -f "/tmp/grouptest.$$" + +# Use `id' to be able to use NIS. +# +${ID} ${USER} 2>/dev/null >/dev/null +if [ $? -eq 0 ] +then + echo "User '${USER}' already exists...proceeding." +else + echo "Creating '${USER}' user..." + ${ADDUSER} \ + -c "Gale instant messaging system" \ + -d /var/${USER} \ + -g ${GROUP} -s /bin/sh -m ${USER} + echo "Done." +fi +exit 0 diff --git a/chat/gale/MESSAGE b/chat/gale/MESSAGE new file mode 100644 index 00000000000..48b1ebf6ecd --- /dev/null +++ b/chat/gale/MESSAGE @@ -0,0 +1,5 @@ +========================================================================== +$NetBSD: MESSAGE,v 1.1 2001/10/31 20:06:25 zuntum Exp $ + + Now run ${PREFIX}/bin/gale-install as root, even after an upgrade. +========================================================================== diff --git a/chat/gale/PLIST b/chat/gale/PLIST new file mode 100644 index 00000000000..46877b9a037 --- /dev/null +++ b/chat/gale/PLIST @@ -0,0 +1,60 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 20:06:25 zuntum Exp $ +bin/gale-config +bin/gale-install +bin/galed +bin/gdomain +bin/gkgen +bin/gkinfo +bin/gksign +bin/gsend +bin/gsub +bin/gwatch +etc/gale/COPYING +etc/gale/auth/trusted/ROOT +include/gale/all.h +include/gale/auth.h +include/gale/client.h +include/gale/compat.h +include/gale/config.h +include/gale/core.h +include/gale/globals.h +include/gale/gsubrc.h +include/gale/misc.h +include/gale/types.h +include/oop-adns.h +include/oop-glib.h +include/oop-www.h +include/oop.h +lib/libgale.a +lib/libgale.la +lib/libgale.so +lib/libgale.so.10 +lib/libgale.so.10.0 +lib/liboop-adns.a +lib/liboop-adns.la +lib/liboop-adns.so +lib/liboop-adns.so.1 +lib/liboop-adns.so.1.0 +lib/liboop-glib.a +lib/liboop-glib.la +lib/liboop-glib.so +lib/liboop-glib.so.0 +lib/liboop-glib.so.0.0 +lib/liboop-www.a +lib/liboop-www.la +lib/liboop-www.so +lib/liboop-www.so.0 +lib/liboop-www.so.0.0 +lib/liboop.a +lib/liboop.la +lib/liboop.so +lib/liboop.so.2 +lib/liboop.so.2.0 +sbin/gksign +@dirrm include/gale +@dirrm etc/gale/auth/cache +@dirrm etc/gale/auth/local +@dirrm etc/gale/auth/private +@dirrm etc/gale/auth/trusted +@dirrm etc/gale/auth +@dirrm etc/gale diff --git a/chat/gale/pkg/DEINSTALL b/chat/gale/pkg/DEINSTALL deleted file mode 100644 index 3c325ef4197..00000000000 --- a/chat/gale/pkg/DEINSTALL +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh -# -# $NetBSD: DEINSTALL,v 1.1.1.1 2001/02/05 22:34:00 lukem Exp $ -# - -USER="@GALE_USER@" -GROUP="@GALE_GROUP@" -USERDEL="@USERDEL@" -GROUPDEL="@GROUPDEL@" - -case "$2" in - DEINSTALL) - echo "Removing user ${USER}" - ${USERDEL} -r ${USER} - echo "Removing group ${GROUP}" - ${GROUPDEL} ${GROUP} - ;; -esac -exit 0 diff --git a/chat/gale/pkg/DESCR b/chat/gale/pkg/DESCR deleted file mode 100644 index c3858b76bd2..00000000000 --- a/chat/gale/pkg/DESCR +++ /dev/null @@ -1,4 +0,0 @@ -Gale is an open-source messaging system. It provides private messaging and -public chat, uses strong end-to-end cryptography for security, and supports -a distributed server network with a range of clients (both console and GUI) -available. Gale is currently in early alpha testing. diff --git a/chat/gale/pkg/INSTALL b/chat/gale/pkg/INSTALL deleted file mode 100644 index 9dd86b1b871..00000000000 --- a/chat/gale/pkg/INSTALL +++ /dev/null @@ -1,45 +0,0 @@ -#!/bin/sh -# -# $NetBSD: INSTALL,v 1.4 2001/08/14 03:41:38 jlam Exp $ - -USER=@GALE_USER@ -GROUP=@GALE_GROUP@ - -ADDUSER="@ADDUSER@" -ADDGROUP="@ADDGROUP@" -CHGRP="@CHGRP@" -ID="@ID@" -RM="@RM@" -TOUCH="@TOUCH@" - -# Group... the default's shipped with NetBSD -# We need to check that ${GROUP} exists before adding the user. -# Do it with chgrp to be able to use NIS. -# -${TOUCH} "/tmp/grouptest.$$" -${CHGRP} ${GROUP} "/tmp/grouptest.$$" >/dev/null 2>&1 -if [ $? -eq 0 ] -then - echo "Group '${GROUP}' already exists...proceeding." -else - echo "Creating '${GROUP}' group..." - ${ADDGROUP} ${GROUP} - echo "Done." -fi -${RM} -f "/tmp/grouptest.$$" - -# Use `id' to be able to use NIS. -# -${ID} ${USER} 2>/dev/null >/dev/null -if [ $? -eq 0 ] -then - echo "User '${USER}' already exists...proceeding." -else - echo "Creating '${USER}' user..." - ${ADDUSER} \ - -c "Gale instant messaging system" \ - -d /var/${USER} \ - -g ${GROUP} -s /bin/sh -m ${USER} - echo "Done." -fi -exit 0 diff --git a/chat/gale/pkg/MESSAGE b/chat/gale/pkg/MESSAGE deleted file mode 100644 index 0be579b2e4c..00000000000 --- a/chat/gale/pkg/MESSAGE +++ /dev/null @@ -1,5 +0,0 @@ -========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2001/02/06 17:39:56 lukem Exp $ - - Now run ${PREFIX}/bin/gale-install as root, even after an upgrade. -========================================================================== diff --git a/chat/gale/pkg/PLIST b/chat/gale/pkg/PLIST deleted file mode 100644 index 8e5894c1ce7..00000000000 --- a/chat/gale/pkg/PLIST +++ /dev/null @@ -1,60 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/02/06 18:26:54 lukem Exp $ -bin/gale-config -bin/gale-install -bin/galed -bin/gdomain -bin/gkgen -bin/gkinfo -bin/gksign -bin/gsend -bin/gsub -bin/gwatch -etc/gale/COPYING -etc/gale/auth/trusted/ROOT -include/gale/all.h -include/gale/auth.h -include/gale/client.h -include/gale/compat.h -include/gale/config.h -include/gale/core.h -include/gale/globals.h -include/gale/gsubrc.h -include/gale/misc.h -include/gale/types.h -include/oop-adns.h -include/oop-glib.h -include/oop-www.h -include/oop.h -lib/libgale.a -lib/libgale.la -lib/libgale.so -lib/libgale.so.10 -lib/libgale.so.10.0 -lib/liboop-adns.a -lib/liboop-adns.la -lib/liboop-adns.so -lib/liboop-adns.so.1 -lib/liboop-adns.so.1.0 -lib/liboop-glib.a -lib/liboop-glib.la -lib/liboop-glib.so -lib/liboop-glib.so.0 -lib/liboop-glib.so.0.0 -lib/liboop-www.a -lib/liboop-www.la -lib/liboop-www.so -lib/liboop-www.so.0 -lib/liboop-www.so.0.0 -lib/liboop.a -lib/liboop.la -lib/liboop.so -lib/liboop.so.2 -lib/liboop.so.2.0 -sbin/gksign -@dirrm include/gale -@dirrm etc/gale/auth/cache -@dirrm etc/gale/auth/local -@dirrm etc/gale/auth/private -@dirrm etc/gale/auth/trusted -@dirrm etc/gale/auth -@dirrm etc/gale -- cgit v1.2.3