Skip to content

Commit

Permalink
Move pkg/ files into package's toplevel directory
Browse files Browse the repository at this point in the history
  • Loading branch information
zuntum committed Oct 31, 2001
1 parent 584b936 commit 7eaa606
Show file tree
Hide file tree
Showing 109 changed files with 82 additions and 82 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion shells/bash2/pkg/PLIST → shells/bash2/PLIST
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.9 2001/09/23 21:08:56 tron Exp $
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:26:56 zuntum Exp $
bin/bash
@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak || true; echo %D/%F) >/etc/shells
@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak || true) >/etc/shells
Expand Down
File renamed without changes.
4 changes: 4 additions & 0 deletions shells/es/PLIST
@@ -0,0 +1,4 @@
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:26:57 zuntum Exp $
bin/es
bin/esdebug
man/man1/es.1.gz
4 changes: 0 additions & 4 deletions shells/es/pkg/PLIST

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion shells/esh/pkg/PLIST → shells/esh/PLIST
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2000/12/08 21:22:14 jtb Exp $
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:26:58 zuntum Exp $
bin/esh
@unexec install-info --delete --info-dir=%D/info %D/info/esh.info
info/esh.info
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion shells/rc/pkg/PLIST → shells/rc/PLIST
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.3 1999/06/03 10:29:52 agc Exp $
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:26:59 zuntum Exp $
bin/rc
bin/-
bin/--
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion shells/scsh/pkg/PLIST → shells/scsh/PLIST
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.7 2001/10/02 11:07:16 seb Exp $
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:27:00 zuntum Exp $
bin/scsh
include/scsh.h
lib/scsh/big/array.scm
Expand Down
File renamed without changes.
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.4 2001/09/23 21:08:56 tron Exp $
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:27:01 zuntum Exp $
bin/tcsh
@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v '^%D%F$' /etc/shells.bak || true; echo %D%F) >/etc/shells
@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v '^%D%F$' /etc/shells.bak || true) >/etc/shells
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion shells/tcsh/pkg/PLIST → shells/tcsh/PLIST
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.7 2001/09/23 21:08:56 tron Exp $
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:27:01 zuntum Exp $
bin/tcsh
@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak || true; echo %D/%F) >/etc/shells
@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak || true) >/etc/shells
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion shells/zsh/pkg/MESSAGE → shells/zsh/MESSAGE
@@ -1,5 +1,5 @@
===========================================================================
$NetBSD: MESSAGE,v 1.2 2001/06/06 21:50:34 jtb Exp $
$NetBSD: MESSAGE,v 1.1 2001/10/31 22:27:02 zuntum Exp $

`${PREFIX}/share/doc/zsh/NEWS' contains a summary of important changes
for this version of zsh.
Expand Down
2 changes: 1 addition & 1 deletion shells/zsh/pkg/PLIST → shells/zsh/PLIST
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.12 2001/09/23 21:20:35 tron Exp $
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:27:02 zuntum Exp $
bin/zsh
@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak || true; echo %D/%F) >/etc/shells
@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak || true) >/etc/shells
Expand Down
2 changes: 1 addition & 1 deletion shells/zsh/pkg/PLIST.dynamic → shells/zsh/PLIST.dynamic
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST.dynamic,v 1.5 2001/09/23 21:24:00 tron Exp $
@comment $NetBSD: PLIST.dynamic,v 1.1 2001/10/31 22:27:52 zuntum Exp $
lib/zsh/${PKGVERSION}/zsh/rlimits.so
lib/zsh/${PKGVERSION}/zsh/sched.so
lib/zsh/${PKGVERSION}/zsh/cap.so
Expand Down
2 changes: 2 additions & 0 deletions shells/zsh/PLIST.shlibs
@@ -0,0 +1,2 @@
@comment $NetBSD: PLIST.shlibs,v 1.1 2001/10/31 22:27:52 zuntum Exp $
lib/zsh/libzsh-${PKGVERSION}.so
2 changes: 0 additions & 2 deletions shells/zsh/pkg/PLIST.shlibs

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion shells/zsh3/pkg/PLIST → shells/zsh3/PLIST
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.3 2001/09/23 21:08:57 tron Exp $
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:27:03 zuntum Exp $
bin/zsh
@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak || true; echo %D/%F) >/etc/shells
@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak || true) >/etc/shells
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion time/asclock-gtk/pkg/PLIST → time/asclock-gtk/PLIST
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/17 23:32:14 wiz Exp $
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:18:57 zuntum Exp $
bin/asclock-gtk
share/doc/asclock-gtk/README.THEMES
@dirrm share/doc/asclock-gtk
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST.themes,v 1.1.1.1 2000/12/17 23:32:14 wiz Exp $
@comment $NetBSD: PLIST.themes,v 1.1 2001/10/31 22:23:15 zuntum Exp $
share/asclock-gtk/Freeamp/beats.xpm
share/asclock-gtk/Freeamp/clock.xpm
share/asclock-gtk/Freeamp/config
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion time/asclock-xlib/pkg/PLIST → time/asclock-xlib/PLIST
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/17 23:32:15 wiz Exp $
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:18:58 zuntum Exp $
bin/asclock-xlib
share/doc/asclock-xlib/COPYING
share/doc/asclock-xlib/README.THEMES
Expand Down
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST.themes,v 1.1.1.1 2000/12/17 23:32:15 wiz Exp $
@comment $NetBSD: PLIST.themes,v 1.1 2001/10/31 22:23:15 zuntum Exp $
share/asclock-xlib/Freeamp/beats.xpm
share/asclock-xlib/Freeamp/clock.xpm
share/asclock-xlib/Freeamp/config
Expand Down
File renamed without changes.
3 changes: 3 additions & 0 deletions time/asclock/PLIST
@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:18:56 zuntum Exp $
bin/asclock
libexec/asclock-classic
3 changes: 0 additions & 3 deletions time/asclock/pkg/PLIST

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion time/cal/pkg/PLIST → time/cal/PLIST
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/17 23:32:10 wiz Exp $
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:18:59 zuntum Exp $
bin/cal
etc/cal/calcol
etc/cal/caldat
Expand Down
File renamed without changes.
@@ -1,5 +1,5 @@
======================================================================
$NetBSD: MESSAGE,v 1.2 2001/01/29 11:34:44 wiz Exp $
$NetBSD: MESSAGE,v 1.1 2001/10/31 22:19:00 zuntum Exp $

A demo version of Cardboard Schedule has been installed.

Expand Down
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/17 23:32:25 wiz Exp $
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:19:00 zuntum Exp $
bin/csched
lib/cardboard-schedule/cs/images/Logo2.gif
lib/cardboard-schedule/cs/images/Logo.gif
Expand Down
File renamed without changes.
4 changes: 4 additions & 0 deletions time/catclock/PLIST
@@ -0,0 +1,4 @@
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:19:01 zuntum Exp $
bin/catclock
lib/X11/app-defaults/Catclock
man/cat1/catclock.0
4 changes: 0 additions & 4 deletions time/catclock/pkg/PLIST

This file was deleted.

File renamed without changes.
3 changes: 3 additions & 0 deletions time/dclock/PLIST
@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:19:02 zuntum Exp $
bin/dclock
man/man1/dclock.1.gz
3 changes: 0 additions & 3 deletions time/dclock/pkg/PLIST

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion time/devtodo/pkg/PLIST → time/devtodo/PLIST
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.4 2001/05/15 06:54:24 zuntum Exp $
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:19:03 zuntum Exp $
bin/devtodo
bin/tda
bin/tdd
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion time/emiclock/pkg/PLIST → time/emiclock/PLIST
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/17 23:32:18 wiz Exp $
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:19:04 zuntum Exp $
bin/emiclock
lib/X11/EmiClock/myu.au
lib/X11/app-defaults/EmiClock
Expand Down
File renamed without changes.
2 changes: 2 additions & 0 deletions time/glclock/PLIST
@@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:19:06 zuntum Exp $
bin/glclock
2 changes: 0 additions & 2 deletions time/glclock/pkg/PLIST

This file was deleted.

File renamed without changes.
3 changes: 3 additions & 0 deletions time/gnyaclock/PLIST
@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:19:07 zuntum Exp $
bin/gnyaclock
man/ja_JP.EUC/man1/gnyaclock.1
3 changes: 0 additions & 3 deletions time/gnyaclock/pkg/PLIST

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion time/ical/pkg/PLIST → time/ical/PLIST
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2000/12/18 00:21:56 wiz Exp $
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:19:07 zuntum Exp $
bin/ical
bin/ical-2.2
lib/ical/v2.2/actions.tcl
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion time/korganizer/pkg/PLIST → time/korganizer/PLIST
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/21 15:03:46 wiz Exp $
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:19:08 zuntum Exp $
bin/korganizer
bin/alarmd
share/doc/kde/HTML/en/korganizer/korganizer.html
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion time/kworldwatch/pkg/PLIST → time/kworldwatch/PLIST
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/21 15:03:47 wiz Exp $
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:19:09 zuntum Exp $
bin/kworldwatch
share/kde/apps/kworldwatch/pics/flag-blue.xpm
share/kde/apps/kworldwatch/pics/flag-green.xpm
Expand Down
File renamed without changes.
3 changes: 3 additions & 0 deletions time/logtime/PLIST
@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:19:10 zuntum Exp $
bin/logtime
man/man1/logtime.1
3 changes: 0 additions & 3 deletions time/logtime/pkg/PLIST

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion time/pcal/pkg/PLIST → time/pcal/PLIST
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.3 2001/05/02 22:22:42 jlam Exp $
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:19:10 zuntum Exp $
bin/pcal
libexec/cgi-bin/pcal.cgi
man/man1/pcal.1
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion time/plan/pkg/MESSAGE → time/plan/MESSAGE
@@ -1,5 +1,5 @@
======================================================================
$NetBSD: MESSAGE,v 1.2 2001/02/06 14:24:14 wiz Exp $
$NetBSD: MESSAGE,v 1.1 2001/10/31 22:19:12 zuntum Exp $

You can use one of the ${X11BASE}/share/plan/holiday/holiday_* files
as example for your ~/.holiday. See `man plan` for details.
Expand Down
2 changes: 1 addition & 1 deletion time/plan/pkg/PLIST → time/plan/PLIST
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/17 23:32:24 wiz Exp $
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:19:12 zuntum Exp $
bin/plan
libexec/plan/pland
libexec/plan/notifier
Expand Down
File renamed without changes.
3 changes: 3 additions & 0 deletions time/polclock/PLIST
@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:19:13 zuntum Exp $
bin/polclock
man/cat1/polclock.0
3 changes: 0 additions & 3 deletions time/polclock/pkg/PLIST

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion time/py-mxDateTime/pkg/PLIST → time/py-mxDateTime/PLIST
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/17 23:32:11 wiz Exp $
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:19:13 zuntum Exp $
lib/python2.0/site-packages/DateTime/mxDateTime/mxDateTime.so
lib/python2.0/site-packages/DateTime/mxDateTime/__init__.py
lib/python2.0/site-packages/DateTime/mxDateTime/__init__.pyc
Expand Down
File renamed without changes.
3 changes: 3 additions & 0 deletions time/rclock/PLIST
@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:19:14 zuntum Exp $
bin/rclock
man/man1/rclock.1.gz
3 changes: 0 additions & 3 deletions time/rclock/pkg/PLIST

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion time/remind/pkg/PLIST → time/remind/PLIST
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/17 23:32:12 wiz Exp $
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:19:15 zuntum Exp $
bin/cm2rem
bin/kall
bin/rem
Expand Down
File renamed without changes.
3 changes: 3 additions & 0 deletions time/sunclock/PLIST
@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:19:16 zuntum Exp $
bin/sunclock
man/cat1/sunclock.0
3 changes: 0 additions & 3 deletions time/sunclock/pkg/PLIST

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion time/swisswatch/pkg/PLIST → time/swisswatch/PLIST
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/17 23:32:20 wiz Exp $
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:19:17 zuntum Exp $
bin/swisswatch
lib/X11/app-defaults/SwissWatch
lib/X11/app-defaults/SwissWatch-color
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion time/titrax/pkg/PLIST → time/titrax/PLIST
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/17 23:32:21 wiz Exp $
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:19:18 zuntum Exp $
bin/sumtitra
bin/titrax
bin/titrat
Expand Down
File renamed without changes.
3 changes: 3 additions & 0 deletions time/wmcalclock/PLIST
@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:19:19 zuntum Exp $
bin/wmCalClock
man/man1/wmCalClock.1
3 changes: 0 additions & 3 deletions time/wmcalclock/pkg/PLIST

This file was deleted.

File renamed without changes.
2 changes: 2 additions & 0 deletions time/wmfishtime/PLIST
@@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:19:20 zuntum Exp $
bin/wmfishtime
2 changes: 0 additions & 2 deletions time/wmfishtime/pkg/PLIST

This file was deleted.

File renamed without changes.
3 changes: 3 additions & 0 deletions time/wmmoonclock/PLIST
@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:19:21 zuntum Exp $
bin/wmMoonClock
man/man1/wmMoonClock.1
3 changes: 0 additions & 3 deletions time/wmmoonclock/pkg/PLIST

This file was deleted.

File renamed without changes.
2 changes: 2 additions & 0 deletions time/wmtime/PLIST
@@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:19:22 zuntum Exp $
bin/wmtime
2 changes: 0 additions & 2 deletions time/wmtime/pkg/PLIST

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion time/xalarm/pkg/PLIST → time/xalarm/PLIST
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2001/06/05 18:11:38 magick Exp $
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:19:22 zuntum Exp $
bin/xalarm
bin/xfortune
bin/xmemo
Expand Down
File renamed without changes.
2 changes: 2 additions & 0 deletions time/xbeats/PLIST
@@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:19:23 zuntum Exp $
bin/xbeats
2 changes: 0 additions & 2 deletions time/xbeats/pkg/PLIST

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion time/xcal/pkg/PLIST → time/xcal/PLIST
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/17 23:32:22 wiz Exp $
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:19:24 zuntum Exp $
bin/pscal
bin/xcal
bin/xcal_cal
Expand Down
File renamed without changes.
3 changes: 3 additions & 0 deletions time/xdaliclock/PLIST
@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:19:25 zuntum Exp $
bin/xdaliclock
man/man1/xdaliclock.1
3 changes: 0 additions & 3 deletions time/xdaliclock/pkg/PLIST

This file was deleted.

File renamed without changes.
3 changes: 3 additions & 0 deletions time/xtimer/PLIST
@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:19:26 zuntum Exp $
bin/xtimer
man/cat1/xtimer.0.gz
3 changes: 0 additions & 3 deletions time/xtimer/pkg/PLIST

This file was deleted.

0 comments on commit 7eaa606

Please sign in to comment.