new plists

This commit is contained in:
espie 2004-09-15 18:32:13 +00:00
parent 2895c5b310
commit 3c18b06035
60 changed files with 765 additions and 658 deletions

View File

@ -1,26 +0,0 @@
#!/bin/sh
# $OpenBSD: DEINSTALL,v 1.3 2004/04/14 10:44:13 xsa Exp $
#
# a2ps de-installation
set -e
PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
A2PSCFG=${SYSCONFDIR}/a2ps.cfg
A2PSSITECFG=${SYSCONFDIR}/a2ps-site.cfg
if [ ${PKG_DELETE_EXTRA} != Yes -a -f ${A2PSCFG} ]; then
echo
echo "+---------------"
echo "| To completely deinstall the $1 package you need to perform"
echo "| this step as root:"
echo "|"
echo "| rm -f ${A2PSCFG} ${A2PSSITECFG}"
echo "|"
echo "| Do not do this if you plan on re-installing $1"
echo "| at some future time."
echo "+---------------"
echo
fi
exit 0

View File

@ -1,70 +0,0 @@
#!/bin/sh
# $OpenBSD: INSTALL,v 1.2 2003/04/26 14:55:32 sturm Exp $
#
# Pre/post-installation setup of a2ps
# exit on errors, use a sane path and install prefix
#
set -e
PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
A2PSCFG=${SYSCONFDIR}/a2ps.cfg
A2PSSITECFG=${SYSCONFDIR}/a2ps-site.cfg
# Function: tell the user what s/he needs to do to use the port just installed
#
do_notice()
{
echo
echo "+---------------"
echo "| The files ${A2PSCFG}, ${A2PSSITECFG} exist on your system. They"
echo "| have NOT been updated. Please look at the files in"
echo "| ${PREFIX}/share/a2ps/etc"
echo "| and add any desired (but missing) entries into your"
echo "| current ${A2PSCFG} and ${A2PSSITECFG} files"
echo "+---------------"
echo
}
# Function: install the a2ps*.cfg where it is supposed to be.
#
do_install()
{
cp ${PREFIX}/share/a2ps/etc/a2ps.cfg ${SYSCONFDIR}
cp ${PREFIX}/share/a2ps/etc/a2ps-site.cfg ${SYSCONFDIR}
echo
echo "+---------------"
echo "| The files ${A2PSCFG} and ${A2PSSITECFG} have been created"
echo "| on your system. You may want to verify/edit their contents"
echo "+---------------"
echo
}
# verify proper execution
#
if [ $# -ne 2 ]; then
echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2
exit 1
fi
# Verify/process the command
#
case $2 in
PRE-INSTALL)
: nothing to pre-install for this port
;;
POST-INSTALL)
if [ -e ${A2PSCFG} ]; then
do_notice $1
else
do_install $1
fi
;;
*)
echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2
exit 1
;;
esac
exit 0

View File

@ -1,3 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.3 2000/07/04 01:33:56 krw Exp $
lib/liba2ps.so.1.0
DYNLIBDIR(%D/lib)
@comment $OpenBSD: PFRAG.shared,v 1.4 2004/09/15 18:32:13 espie Exp $
@lib lib/liba2ps.so.1.0

View File

@ -1,7 +1,4 @@
@comment $OpenBSD: PLIST,v 1.12 2004/04/14 10:44:13 xsa Exp $
@unexec install-info --delete --info-dir=%D/info %D/info/a2ps.info
@unexec install-info --delete --info-dir=%D/info %D/info/ogonkify.info
@unexec install-info --delete --info-dir=%D/info %D/info/regex.info
@comment $OpenBSD: PLIST,v 1.13 2004/09/15 18:32:13 espie Exp $
bin/a2ps
bin/card
bin/composeglyphs
@ -13,30 +10,22 @@ bin/psmandup
bin/psset
bin/texi2dvi4a2ps
include/liba2ps.h
info/a2ps.info
info/a2ps.info-1
info/a2ps.info-2
info/a2ps.info-3
info/a2ps.info-4
info/a2ps.info-5
info/a2ps.info-6
info/ogonkify.info
info/regex.info
info/regex.info-1
info/regex.info-2
info/regex.info-3
@info info/a2ps.info
@info info/ogonkify.info
@info info/regex.info
lib/liba2ps.a
lib/liba2ps.la
%%SHARED%%
man/man1/a2ps.1
man/man1/card.1
man/man1/fixps.1
man/man1/ogonkify.1
man/man1/pdiff.1
man/man1/psmandup.1
man/man1/psset.1
man/man1/texi2dvi4a2ps.1
@man man/man1/a2ps.1
@man man/man1/card.1
@man man/man1/fixps.1
@man man/man1/ogonkify.1
@man man/man1/pdiff.1
@man man/man1/psmandup.1
@man man/man1/psset.1
@man man/man1/texi2dvi4a2ps.1
share/a2ps/
share/a2ps/README
share/a2ps/afm/
share/a2ps/afm/fonts.map
share/a2ps/afm/make_fonts_map.sh
share/a2ps/afm/pbkd.afm
@ -71,6 +60,7 @@ share/a2ps/afm/ptmi.afm
share/a2ps/afm/ptmr.afm
share/a2ps/afm/pzcmi.afm
share/a2ps/afm/pzdr.afm
share/a2ps/encoding/
share/a2ps/encoding/ascii.edf
share/a2ps/encoding/encoding.map
share/a2ps/encoding/hp.edf
@ -89,12 +79,18 @@ share/a2ps/encoding/iso9.edf
share/a2ps/encoding/koi8.edf
share/a2ps/encoding/mac.edf
share/a2ps/encoding/ms-cp1250.edf
share/a2ps/etc/a2ps.cfg
share/a2ps/etc/
share/a2ps/etc/a2ps-site.cfg
@sample ${SYSCONFDIR}/a2ps-site.cfg
share/a2ps/etc/a2ps.cfg
@sample ${SYSCONFDIR}/a2ps.cfg
share/a2ps/fonts/
share/a2ps/fonts/pcfont.pfa
share/a2ps/ppd/
share/a2ps/ppd/README
share/a2ps/ppd/level1.ppd
share/a2ps/ppd/level2.ppd
share/a2ps/ps/
share/a2ps/ps/a2ps.hdr
share/a2ps/ps/base.ps
share/a2ps/ps/bold.pro
@ -108,6 +104,7 @@ share/a2ps/ps/gray.pro
share/a2ps/ps/gray2.pro
share/a2ps/ps/matrix.pro
share/a2ps/ps/ul.pro
share/a2ps/sheets/
share/a2ps/sheets/68000.ssh
share/a2ps/sheets/a2psrc.ssh
share/a2ps/sheets/ada.ssh
@ -209,6 +206,14 @@ share/a2ps/sheets/wdiff.ssh
share/a2ps/sheets/xs.ssh
share/a2ps/sheets/yacc.ssh
share/a2ps/sheets/zsh.ssh
@comment share/emacs/
@comment share/emacs/site-lisp/
@comment share/emacs/site-lisp/a2ps-print.el
@comment share/emacs/site-lisp/a2ps-print.elc
@comment share/emacs/site-lisp/a2ps.el
@comment share/emacs/site-lisp/a2ps.elc
share/locale/ca/
share/locale/ca/LC_MESSAGES/
share/locale/ca/LC_MESSAGES/a2ps.mo
share/locale/cs/LC_MESSAGES/a2ps.mo
share/locale/da/LC_MESSAGES/a2ps.mo
@ -226,8 +231,10 @@ share/locale/ru/LC_MESSAGES/a2ps.mo
share/locale/sl/LC_MESSAGES/a2ps.mo
share/locale/sv/LC_MESSAGES/a2ps.mo
share/locale/tr/LC_MESSAGES/a2ps.mo
share/ogonkify/
share/ogonkify/README
share/ogonkify/adobe.enc
share/ogonkify/afm/
share/ogonkify/afm/pcrb-o.afm
share/ogonkify/afm/pcrbo-o.afm
share/ogonkify/afm/pcrr-o.afm
@ -244,6 +251,7 @@ share/ogonkify/allchars.ps
share/ogonkify/ascii.enc
share/ogonkify/compose.ps
share/ogonkify/cp1250.enc
share/ogonkify/fonts/
share/ogonkify/fonts/pcrb-o.pfa
share/ogonkify/fonts/pcrbo-o.pfa
share/ogonkify/fonts/pcrr-o.pfa
@ -282,22 +290,4 @@ share/ogonkify/ptmb-o.ps
share/ogonkify/ptmbi-o.ps
share/ogonkify/ptmr-o.ps
share/ogonkify/ptmri-o.ps
@dirrm share/ogonkify/fonts
@dirrm share/ogonkify/afm
@dirrm share/ogonkify
@dirrm share/locale/ca/LC_MESSAGES
@dirrm share/locale/ca
@dirrm share/a2ps/sheets
@dirrm share/a2ps/ps
@dirrm share/a2ps/ppd
@dirrm share/a2ps/fonts
@dirrm share/a2ps/encoding
@dirrm share/a2ps/etc
@dirrm share/a2ps/afm
@dirrm share/a2ps
@exec install-info --info-dir=%D/info %D/info/a2ps.info
@exec install-info --info-dir=%D/info %D/info/ogonkify.info
@exec install-info --info-dir=%D/info %D/info/regex.info
@cwd ${SYSCONFDIR}
@extra a2ps.cfg
@extra a2ps-site.cfg
%%SHARED%%

View File

@ -1,36 +1,50 @@
@comment $OpenBSD: PLIST,v 1.8 2003/11/26 07:50:01 sturm Exp $
@comment $OpenBSD: PLIST,v 1.9 2004/09/15 18:32:13 espie Exp $
Acrobat5/
Acrobat5/Browsers/
Acrobat5/Browsers/intellinux/
Acrobat5/Browsers/intellinux/nppdf.so
Acrobat5/Browsers/netscape
Acrobat5/Reader/
Acrobat5/Reader/AcroVersion
Acrobat5/Reader/MapTypes.pdf
Acrobat5/Reader/help/
Acrobat5/Reader/help/acrobat.pdf
Acrobat5/Reader/help/reader.pdf
Acrobat5/Reader/intellinux/
Acrobat5/Reader/intellinux/app-defaults/
Acrobat5/Reader/intellinux/app-defaults/AcroRead
Acrobat5/Reader/intellinux/bin/
Acrobat5/Reader/intellinux/bin/acroread
Acrobat5/Reader/intellinux/fonts
Acrobat5/Reader/intellinux/lib/
Acrobat5/Reader/intellinux/lib/XKeysymDB
Acrobat5/Reader/intellinux/lib/libACE.so
Acrobat5/Reader/intellinux/lib/libACE.so.2.02
@lib Acrobat5/Reader/intellinux/lib/libACE.so.2.02
Acrobat5/Reader/intellinux/lib/libAGM.so
Acrobat5/Reader/intellinux/lib/libAGM.so.4.08
@lib Acrobat5/Reader/intellinux/lib/libAGM.so.4.08
Acrobat5/Reader/intellinux/lib/libBIB.so
Acrobat5/Reader/intellinux/lib/libBIB.so.1.1
@lib Acrobat5/Reader/intellinux/lib/libBIB.so.1.1
Acrobat5/Reader/intellinux/lib/libCoolType.so
Acrobat5/Reader/intellinux/lib/libCoolType.so.4.10
@lib Acrobat5/Reader/intellinux/lib/libCoolType.so.4.10
Acrobat5/Reader/intellinux/lib/libOPP.so
Acrobat5/Reader/intellinux/lib/libOPP.so.1.02
@lib Acrobat5/Reader/intellinux/lib/libOPP.so.1.02
Acrobat5/Reader/intellinux/plug_ins/
Acrobat5/Reader/intellinux/plug_ins/AcroForm.api
Acrobat5/Reader/intellinux/plug_ins/EScript.api
Acrobat5/Reader/intellinux/plug_ins/Highlight.api
Acrobat5/Reader/intellinux/plug_ins/JavaScripts/
Acrobat5/Reader/intellinux/plug_ins/JavaScripts/AFStrENU.js
Acrobat5/Reader/intellinux/plug_ins/JavaScripts/AForm.js
Acrobat5/Reader/intellinux/plug_ins/ewh.api
Acrobat5/Reader/intellinux/plug_ins/wwwlink.api
Acrobat5/Reader/intellinux/res
Acrobat5/Reader/license.txt
Acrobat5/Reader/res/
Acrobat5/Reader/res/ENUtxt.pdf
Acrobat5/Reader/res/splashScreen11R.xbm
Acrobat5/Reader/res/splashScreen18R.xpm
Acrobat5/Resource/
Acrobat5/Resource/Font/
Acrobat5/Resource/Font/AdobeSansMM
Acrobat5/Resource/Font/AdobeSansMM.MMM
Acrobat5/Resource/Font/AdobeSerifMM
@ -51,21 +65,7 @@ Acrobat5/Resource/Font/TimesNewRoman-BoldItalic
Acrobat5/Resource/Font/TimesNewRoman-Italic
Acrobat5/Resource/Font/ZapfDingbats
Acrobat5/Resource/LICFONT.TXT
Acrobat5/bin/
Acrobat5/bin/acroread
bin/acroread
@dirrm Acrobat5/bin
@dirrm Acrobat5/Resource/Font
@dirrm Acrobat5/Resource
@dirrm Acrobat5/Reader/res
@dirrm Acrobat5/Reader/intellinux/plug_ins/JavaScripts
@dirrm Acrobat5/Reader/intellinux/plug_ins
@dirrm Acrobat5/Reader/intellinux/lib
@dirrm Acrobat5/Reader/intellinux/bin
@dirrm Acrobat5/Reader/intellinux/app-defaults
@dirrm Acrobat5/Reader/intellinux
@dirrm Acrobat5/Reader/help
@dirrm Acrobat5/Reader
@dirrm Acrobat5/Browsers/intellinux
@dirrm Acrobat5/Browsers
@dirrm Acrobat5
@exec sysctl -w kern.emul.linux=1

View File

@ -1,4 +1,5 @@
@comment $OpenBSD: PLIST,v 1.2 2002/04/07 01:54:52 naddy Exp $
@comment $OpenBSD: PLIST,v 1.3 2004/09/15 18:32:13 espie Exp $
lib/afm/
lib/afm/AvantGarde-Book
lib/afm/AvantGarde-BookOblique
lib/afm/AvantGarde-Demi
@ -36,4 +37,3 @@ lib/afm/Times-Oblique
lib/afm/Times-Roman
lib/afm/ZapfChancery-MediumItalic
lib/afm/ZapfDingbats
@dirrm lib/afm

View File

@ -1,15 +1,18 @@
@comment $OpenBSD: PLIST,v 1.2 2004/04/14 10:44:13 xsa Exp $
@comment $OpenBSD: PLIST,v 1.3 2004/09/15 18:32:13 espie Exp $
bin/aps2file
bin/apsfilter-bug
bin/apspreview
man/man1/aps2file.1
man/man1/apsfilter-bug.1
man/man1/apsfilter.1
man/man1/apspreview.1
man/man5/apsfilterrc.5
@man man/man1/aps2file.1
@man man/man1/apsfilter-bug.1
@man man/man1/apsfilter.1
@man man/man1/apspreview.1
@man man/man5/apsfilterrc.5
share/apsfilter/
share/apsfilter/SETUP
share/apsfilter/bin/
share/apsfilter/bin/apsfilter
share/apsfilter/bin/setup_dvips.sh
share/apsfilter/driver/
share/apsfilter/driver/MAPPING
share/apsfilter/driver/PS
share/apsfilter/driver/PSgs
@ -32,6 +35,7 @@ share/apsfilter/driver/cdjmono
share/apsfilter/driver/cjet
share/apsfilter/driver/cljet5
share/apsfilter/driver/deskjet
share/apsfilter/driver/gimp/
share/apsfilter/driver/gimp/bjc-1000
share/apsfilter/driver/gimp/bjc-2000
share/apsfilter/driver/gimp/bjc-210
@ -75,18 +79,21 @@ share/apsfilter/driver/gimp/pcl-810
share/apsfilter/driver/hl1240
share/apsfilter/driver/hl1250
share/apsfilter/driver/hl7x0
share/apsfilter/driver/hpdj/
share/apsfilter/driver/hpdj/500
share/apsfilter/driver/hpdj/500C
share/apsfilter/driver/hpdj/550C
share/apsfilter/driver/hpdj/850C
share/apsfilter/driver/hpdj/u970
share/apsfilter/driver/hpdj/unspec
share/apsfilter/driver/hpijs/
share/apsfilter/driver/hpijs/AP21xx
share/apsfilter/driver/hpijs/DJ350
share/apsfilter/driver/hpijs/DJ6xxP
share/apsfilter/driver/hpijs/DJ8xx
share/apsfilter/driver/hpijs/DJ9xx
share/apsfilter/driver/hpijs/DJ9xxVIP
share/apsfilter/driver/ijs/
share/apsfilter/driver/ijs/APOLLO_P-22
share/apsfilter/driver/ijs/Apollo-2500-2600
share/apsfilter/driver/ijs/DESKJET_350
@ -115,6 +122,7 @@ share/apsfilter/driver/lxm3200
share/apsfilter/driver/md2k
share/apsfilter/driver/oki182
share/apsfilter/driver/okiibm
share/apsfilter/driver/omni/
share/apsfilter/driver/omni/Brother_HJ_100i
share/apsfilter/driver/omni/Brother_HJ_400
share/apsfilter/driver/omni/Brother_HL_1240
@ -220,6 +228,7 @@ share/apsfilter/driver/omni/OkiPos_425D
share/apsfilter/driver/omni/Okidata_OL1200
share/apsfilter/driver/omni/Okidata_OL400e
share/apsfilter/driver/omni/Panasonic_KX_P1124
share/apsfilter/driver/pcl3/
share/apsfilter/driver/pcl3/hpdj
share/apsfilter/driver/pcl3/hpdj1120c
share/apsfilter/driver/pcl3/hpdj310
@ -231,6 +240,7 @@ share/apsfilter/driver/pcl3/unspec
share/apsfilter/driver/pcx
share/apsfilter/driver/pdfwrite
share/apsfilter/driver/photoex
share/apsfilter/driver/pips/
share/apsfilter/driver/pips/sc20s
share/apsfilter/driver/pips/sc40s
share/apsfilter/driver/pips/sc480
@ -244,6 +254,7 @@ share/apsfilter/driver/pips/sc980
share/apsfilter/driver/pips/sp810_820
share/apsfilter/driver/png
share/apsfilter/driver/pnm
share/apsfilter/driver/ppa/
share/apsfilter/driver/ppa/1000
share/apsfilter/driver/printiva
share/apsfilter/driver/pxlcolor
@ -251,6 +262,7 @@ share/apsfilter/driver/pxlmono
share/apsfilter/driver/samsung85
share/apsfilter/driver/st800
share/apsfilter/driver/stcolor
share/apsfilter/driver/stp/
share/apsfilter/driver/stp/bjc-1000
share/apsfilter/driver/stp/bjc-2000
share/apsfilter/driver/stp/bjc-210
@ -293,6 +305,7 @@ share/apsfilter/driver/stp/pcl-750
share/apsfilter/driver/stp/pcl-810
share/apsfilter/driver/stylewriter
share/apsfilter/driver/tiff
share/apsfilter/setup/
share/apsfilter/setup/README
share/apsfilter/setup/devices-6.50
share/apsfilter/setup/devices-7.00
@ -312,8 +325,10 @@ share/apsfilter/setup/printer-pcl3
share/apsfilter/setup/printer-ppa
share/apsfilter/setup/printer-stp
share/apsfilter/setup/test.ps
share/apsfilter/template/
share/apsfilter/template/README
share/apsfilter/template/apsfilterrc
share/doc/apsfilter/
share/doc/apsfilter/ANNOUNCE
share/doc/apsfilter/FAQ
share/doc/apsfilter/HOWTO-BUGREPORTS
@ -323,19 +338,4 @@ share/doc/apsfilter/README.TeX
share/doc/apsfilter/apsfilter4.png
share/doc/apsfilter/handbook.html
share/doc/apsfilter/paper
@dirrm share/doc/apsfilter
@dirrm share/apsfilter/template
@dirrm share/apsfilter/setup
@dirrm share/apsfilter/driver/stp
@dirrm share/apsfilter/driver/ppa
@dirrm share/apsfilter/driver/pips
@dirrm share/apsfilter/driver/pcl3
@dirrm share/apsfilter/driver/omni
@dirrm share/apsfilter/driver/ijs
@dirrm share/apsfilter/driver/hpijs
@dirrm share/apsfilter/driver/hpdj
@dirrm share/apsfilter/driver/gimp
@dirrm share/apsfilter/driver
@dirrm share/apsfilter/bin
@dirrm share/apsfilter
@extraunexec rm -rf ${SYSCONFDIR}/apsfilter

View File

@ -1,6 +1,8 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/02/21 01:41:12 pvalchev Exp $
@comment $OpenBSD: PLIST,v 1.2 2004/09/15 18:32:13 espie Exp $
share/emacs/site-lisp/auctex/
share/emacs/site-lisp/auctex/auc-old.el
share/emacs/site-lisp/auctex/auc-old.elc
share/emacs/site-lisp/auctex/auto/
share/emacs/site-lisp/auctex/auto/.nosearch
share/emacs/site-lisp/auctex/font-latex.el
share/emacs/site-lisp/auctex/font-latex.elc
@ -8,6 +10,7 @@ share/emacs/site-lisp/auctex/latex.el
share/emacs/site-lisp/auctex/latex.elc
share/emacs/site-lisp/auctex/multi-prompt.el
share/emacs/site-lisp/auctex/multi-prompt.elc
share/emacs/site-lisp/auctex/style/
share/emacs/site-lisp/auctex/style/.nosearch
share/emacs/site-lisp/auctex/style/amsart.el
share/emacs/site-lisp/auctex/style/amsart.elc
@ -126,6 +129,3 @@ share/emacs/site-lisp/auctex/tex.elc
share/emacs/site-lisp/auctex/texmathp.el
share/emacs/site-lisp/auctex/texmathp.elc
share/emacs/site-lisp/tex-site.el
@dirrm share/emacs/site-lisp/auctex/style
@dirrm share/emacs/site-lisp/auctex/auto
@dirrm share/emacs/site-lisp/auctex

View File

@ -1,5 +1,5 @@
@comment $OpenBSD: PLIST,v 1.3 2001/04/17 13:13:32 naddy Exp $
@comment $OpenBSD: PLIST,v 1.4 2004/09/15 18:32:13 espie Exp $
bin/bibview
lib/X11/app-defaults/BibView
lib/X11/app-defaults/BibView-color
man/cat1/bibview.0
@man man/cat1/bibview.0

View File

@ -1,3 +1,3 @@
@comment $OpenBSD: PLIST,v 1.2 2002/04/07 01:54:52 naddy Exp $
@comment $OpenBSD: PLIST,v 1.3 2004/09/15 18:32:13 espie Exp $
bin/detex
man/man1/detex.1
@man man/man1/detex.1

View File

@ -1,5 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/11/03 15:47:06 naddy Exp $
@comment $OpenBSD: PLIST,v 1.2 2004/09/15 18:32:13 espie Exp $
bin/disdvi
bin/dvi2tty
man/man1/disdvi.1
man/man1/dvi2tty.1
@man man/man1/disdvi.1
@man man/man1/dvi2tty.1

View File

@ -1,16 +1,16 @@
@comment $OpenBSD: PLIST,v 1.7 2003/12/16 19:36:39 naddy Exp $
@unexec install-info --delete --info-dir=%D/info %D/info/enscript.info
@comment $OpenBSD: PLIST,v 1.8 2004/09/15 18:32:14 espie Exp $
bin/diffpp
bin/enscript
bin/mkafmmap
bin/over
bin/sliceprint
bin/states
info/enscript.info
man/man1/diffpp.1
man/man1/enscript.1
man/man1/sliceprint.1
man/man1/states.1
@info info/enscript.info
@man man/man1/diffpp.1
@man man/man1/enscript.1
@man man/man1/sliceprint.1
@man man/man1/states.1
share/enscript/
share/enscript/88591.enc
share/enscript/885910.enc
share/enscript/88592.enc
@ -20,6 +20,7 @@ share/enscript/88595.enc
share/enscript/88597.enc
share/enscript/88599.enc
share/enscript/a2ps.hdr
share/enscript/afm/
share/enscript/afm/agd.afm
share/enscript/afm/agdo.afm
share/enscript/afm/agw.afm
@ -71,6 +72,7 @@ share/enscript/enscript-color.hdr
share/enscript/enscript.hdr
share/enscript/enscript.pro
share/enscript/frame.hdr
share/enscript/hl/
share/enscript/hl/ada.st
share/enscript/hl/asm.st
share/enscript/hl/awk.st
@ -151,33 +153,29 @@ share/enscript/pslatin1.enc
share/enscript/simple.hdr
share/enscript/squeeze.hdr
share/enscript/vms.enc
share/examples/enscript/
share/examples/enscript/enscript.cfg-sample
share/locale/
share/locale/de/
share/locale/de/LC_MESSAGES/
share/locale/de/LC_MESSAGES/enscript.mo
share/locale/es/
share/locale/es/LC_MESSAGES/
share/locale/es/LC_MESSAGES/enscript.mo
share/locale/fi/
share/locale/fi/LC_MESSAGES/
share/locale/fi/LC_MESSAGES/enscript.mo
share/locale/fr/
share/locale/fr/LC_MESSAGES/
share/locale/fr/LC_MESSAGES/enscript.mo
share/locale/nl/
share/locale/nl/LC_MESSAGES/
share/locale/nl/LC_MESSAGES/enscript.mo
share/locale/ru/
share/locale/ru/LC_MESSAGES/
share/locale/ru/LC_MESSAGES/enscript.mo
share/locale/sl/
share/locale/sl/LC_MESSAGES/
share/locale/sl/LC_MESSAGES/enscript.mo
@dirrm share/locale/sl/LC_MESSAGES
@dirrm share/locale/sl
@dirrm share/locale/ru/LC_MESSAGES
@dirrm share/locale/ru
@dirrm share/locale/nl/LC_MESSAGES
@dirrm share/locale/nl
@dirrm share/locale/fr/LC_MESSAGES
@dirrm share/locale/fr
@dirrm share/locale/fi/LC_MESSAGES
@dirrm share/locale/fi
@dirrm share/locale/es/LC_MESSAGES
@dirrm share/locale/es
@dirrm share/locale/de/LC_MESSAGES
@dirrm share/locale/de
@dirrm share/locale
@dirrm share/examples/enscript
@dirrm share/enscript/hl
@dirrm share/enscript/afm
@dirrm share/enscript
@exec install-info --info-dir=%D/info %D/info/enscript.info
@cwd ${SYSCONFDIR}
@extra enscript.cfg

View File

@ -1,7 +1,14 @@
@comment $OpenBSD: PLIST,v 1.3 2003/03/31 17:16:52 sturm Exp $
@comment $OpenBSD: PLIST,v 1.4 2004/09/15 18:32:14 espie Exp $
share/texmf-local/
share/texmf-local/doc/
share/texmf-local/doc/latex/
share/texmf-local/doc/latex/foiltex/
share/texmf-local/doc/latex/foiltex/foiltex.dtx
share/texmf-local/doc/latex/foiltex/foiltex.dvi
share/texmf-local/doc/latex/foiltex/sampfoil.tex
share/texmf-local/tex/
share/texmf-local/tex/latex/
share/texmf-local/tex/latex/foiltex/
share/texmf-local/tex/latex/foiltex/fltfonts.def
share/texmf-local/tex/latex/foiltex/foil17.clo
share/texmf-local/tex/latex/foiltex/foil20.clo
@ -10,7 +17,5 @@ share/texmf-local/tex/latex/foiltex/foil30.clo
share/texmf-local/tex/latex/foiltex/foils.cls
share/texmf-local/tex/latex/foiltex/foils.sty
share/texmf-local/tex/latex/foiltex/foilshrt.clo
@dirrm share/texmf-local/tex/latex/foiltex
@dirrm share/texmf-local/doc/latex/foiltex
@exec TEXMFMAIN=%D/share/texmf %D/bin/mktexlsr
@unexec TEXMFMAIN=%D/share/texmf %D/bin/mktexlsr

View File

@ -1,3 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.2 2000/07/04 01:33:57 krw Exp $
lib/libttf.so.1.3
DYNLIBDIR(%B)
@comment $OpenBSD: PFRAG.shared,v 1.3 2004/09/15 18:32:14 espie Exp $
@lib lib/libttf.so.1.3

View File

@ -1,4 +1,6 @@
@comment $OpenBSD: PLIST,v 1.11 2003/04/22 13:24:38 naddy Exp $
@comment $OpenBSD: PLIST,v 1.12 2004/09/15 18:32:14 espie Exp $
include/freetype1/
include/freetype1/freetype/
include/freetype1/freetype/freetype.h
include/freetype1/freetype/fterrid.h
include/freetype1/freetype/ftnameid.h
@ -16,5 +18,3 @@ include/freetype1/freetype/ftxwidth.h
lib/libttf.a
lib/libttf.la
%%SHARED%%
@dirrm include/freetype1/freetype
@dirrm include/freetype1

View File

@ -1,4 +1,5 @@
@comment $OpenBSD: PLIST-doc,v 1.1 2001/08/30 17:12:36 shell Exp $
@comment $OpenBSD: PLIST-doc,v 1.2 2004/09/15 18:32:14 espie Exp $
share/doc/freetype/
share/doc/freetype/FAQ
share/doc/freetype/TODO
share/doc/freetype/apiref.txt
@ -11,6 +12,7 @@ share/doc/freetype/freetype.lsm
share/doc/freetype/glyphs.htm
share/doc/freetype/glyphs.txt
share/doc/freetype/i18n.txt
share/doc/freetype/image/
share/doc/freetype/image/baselin2.gif
share/doc/freetype/image/baseline.gif
share/doc/freetype/image/emsquare.gif
@ -29,5 +31,3 @@ share/doc/freetype/raster.txt
share/doc/freetype/readme.txt
share/doc/freetype/threads.txt
share/doc/freetype/user.txt
@dirrm share/doc/freetype/image
@dirrm share/doc/freetype

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.23 2004/09/15 17:39:04 sturm Exp $
# $OpenBSD: Makefile,v 1.24 2004/09/15 18:32:14 espie Exp $
COMMENT= "AFPL PostScript interpreter"
@ -106,7 +106,7 @@ CFLAGS+= -DA4
.if ${FLAVOR:L:Mgtk} && ${FLAVOR:L:Mno_x11}
ERRORS+= "Fatal: Conflicting flavors: ${FLAVOR}"
.elif ${FLAVOR:L:Mgtk}
LIB_DEPENDS+= gtk.1::x11/gtk+
LIB_DEPENDS+= gtk.1,gdk::x11/gtk+
ALL_TARGET+=so
INSTALL_TARGET+=soinstall
NOT_FOR_ARCHS=${NO_SHARED_ARCHS}

View File

@ -1,3 +1,6 @@
@comment $OpenBSD: PFRAG.gtk,v 1.3 2004/05/23 18:51:59 sturm Exp $
lib/libgs.so.${VERSION}
DYNLIBDIR(%D/lib)
@comment $OpenBSD: PFRAG.gtk,v 1.4 2004/09/15 18:32:14 espie Exp $
bin/gsc
bin/gsx
@lib lib/libgs.so.${VERSION}
@comment lib/libgs.so.8
@comment lib/libgs.so

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.3 2004/05/23 18:51:59 sturm Exp $
@comment $OpenBSD: PLIST,v 1.4 2004/09/15 18:32:14 espie Exp $
bin/bdftops
bin/dvipdf
bin/eps2eps
@ -29,50 +29,55 @@ bin/ps2ps
bin/pv.sh
bin/unix-lpr.sh
bin/wftopfa
man/de/man1/dvipdf.1
man/de/man1/eps2eps.1
man/de/man1/font2c.1
man/de/man1/gsbj.1
man/de/man1/gsdj.1
man/de/man1/gsdj500.1
man/de/man1/gslj.1
man/de/man1/gsnd.1
man/de/man1/pdf2dsc.1
man/de/man1/pdf2ps.1
man/de/man1/pdfopt.1
man/de/man1/printafm.1
man/de/man1/ps2ascii.1
man/de/man1/ps2pdf.1
man/de/man1/ps2pdf12.1
man/de/man1/ps2pdf13.1
man/de/man1/ps2pdf14.1
man/de/man1/ps2ps.1
man/de/man1/wftopfa.1
man/man1/dvipdf.1
man/man1/eps2eps.1
man/man1/font2c.1
man/man1/gs.1
man/man1/gsbj.1
man/man1/gsdj.1
man/man1/gsdj500.1
man/man1/gslj.1
man/man1/gslp.1
man/man1/gsnd.1
man/man1/pdf2dsc.1
man/man1/pdf2ps.1
man/man1/pdfopt.1
man/man1/pf2afm.1
man/man1/pfbtopfa.1
man/man1/printafm.1
man/man1/ps2ascii.1
man/man1/ps2epsi.1
man/man1/ps2pdf.1
man/man1/ps2pdf12.1
man/man1/ps2pdf13.1
man/man1/ps2pdf14.1
man/man1/ps2pdfwr.1
man/man1/ps2ps.1
man/man1/wftopfa.1
man/de/
man/de/man1/
@man man/de/man1/dvipdf.1
@man man/de/man1/eps2eps.1
@man man/de/man1/font2c.1
@man man/de/man1/gsbj.1
@man man/de/man1/gsdj.1
@man man/de/man1/gsdj500.1
@man man/de/man1/gslj.1
@man man/de/man1/gsnd.1
@man man/de/man1/pdf2dsc.1
@man man/de/man1/pdf2ps.1
@man man/de/man1/pdfopt.1
@man man/de/man1/printafm.1
@man man/de/man1/ps2ascii.1
@man man/de/man1/ps2pdf.1
@man man/de/man1/ps2pdf12.1
@man man/de/man1/ps2pdf13.1
@man man/de/man1/ps2pdf14.1
@man man/de/man1/ps2ps.1
@man man/de/man1/wftopfa.1
@man man/man1/dvipdf.1
@man man/man1/eps2eps.1
@man man/man1/font2c.1
@man man/man1/gs.1
@man man/man1/gsbj.1
@man man/man1/gsdj.1
@man man/man1/gsdj500.1
@man man/man1/gslj.1
@man man/man1/gslp.1
@man man/man1/gsnd.1
@man man/man1/pdf2dsc.1
@man man/man1/pdf2ps.1
@man man/man1/pdfopt.1
@man man/man1/pf2afm.1
@man man/man1/pfbtopfa.1
@man man/man1/printafm.1
@man man/man1/ps2ascii.1
@man man/man1/ps2epsi.1
@man man/man1/ps2pdf.1
@man man/man1/ps2pdf12.1
@man man/man1/ps2pdf13.1
@man man/man1/ps2pdf14.1
@man man/man1/ps2pdfwr.1
@man man/man1/ps2ps.1
@man man/man1/wftopfa.1
share/ghostscript/${VERSION}/
share/ghostscript/${VERSION}/Resource/
share/ghostscript/${VERSION}/Resource/CMap/
share/ghostscript/${VERSION}/Resource/CMap/78-EUC-H
share/ghostscript/${VERSION}/Resource/CMap/78-EUC-V
share/ghostscript/${VERSION}/Resource/CMap/78-H
@ -134,12 +139,15 @@ share/ghostscript/${VERSION}/Resource/CMap/UniKS-UCS2-H
share/ghostscript/${VERSION}/Resource/CMap/UniKS-UCS2-V
share/ghostscript/${VERSION}/Resource/CMap/V
share/ghostscript/${VERSION}/Resource/CMap/WP-Symbol
share/ghostscript/${VERSION}/Resource/ColorSpace/
share/ghostscript/${VERSION}/Resource/ColorSpace/DefaultCMYK
share/ghostscript/${VERSION}/Resource/ColorSpace/DefaultGray
share/ghostscript/${VERSION}/Resource/ColorSpace/DefaultRGB
share/ghostscript/${VERSION}/Resource/Decoding/
share/ghostscript/${VERSION}/Resource/Decoding/Latin1
share/ghostscript/${VERSION}/Resource/Decoding/StandardEncoding
share/ghostscript/${VERSION}/Resource/Decoding/Unicode
share/ghostscript/${VERSION}/doc/
share/ghostscript/${VERSION}/doc/API.htm
share/ghostscript/${VERSION}/doc/Bug-form.htm
share/ghostscript/${VERSION}/doc/Bug-info.htm
@ -186,6 +194,7 @@ share/ghostscript/${VERSION}/doc/Use.htm
share/ghostscript/${VERSION}/doc/Xfonts.htm
share/ghostscript/${VERSION}/doc/gs.css
share/ghostscript/${VERSION}/doc/index.html
share/ghostscript/${VERSION}/examples/
share/ghostscript/${VERSION}/examples/alphabet.ps
share/ghostscript/${VERSION}/examples/chess.ps
share/ghostscript/${VERSION}/examples/colorcir.ps
@ -198,6 +207,7 @@ share/ghostscript/${VERSION}/examples/snowflak.ps
share/ghostscript/${VERSION}/examples/tiger.eps
share/ghostscript/${VERSION}/examples/vasarely.ps
share/ghostscript/${VERSION}/examples/waterfal.ps
share/ghostscript/${VERSION}/lib/
share/ghostscript/${VERSION}/lib/FAPIcidfmap
share/ghostscript/${VERSION}/lib/FAPIconfig
share/ghostscript/${VERSION}/lib/FAPIfontmap
@ -422,13 +432,3 @@ share/ghostscript/${VERSION}/lib/wrfont.ps
share/ghostscript/${VERSION}/lib/xlatmap
share/ghostscript/${VERSION}/lib/zeroline.ps
%%gtk%%
@dirrm share/ghostscript/${VERSION}/lib
@dirrm share/ghostscript/${VERSION}/examples
@dirrm share/ghostscript/${VERSION}/doc
@dirrm share/ghostscript/${VERSION}/Resource/Decoding
@dirrm share/ghostscript/${VERSION}/Resource/ColorSpace
@dirrm share/ghostscript/${VERSION}/Resource/CMap
@dirrm share/ghostscript/${VERSION}/Resource
@dirrm share/ghostscript/${VERSION}
@dirrm man/de/man1
@dirrm man/de

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.37 2004/07/10 17:21:58 brad Exp $
# $OpenBSD: Makefile,v 1.38 2004/09/15 18:32:14 espie Exp $
COMMENT= "GNU PostScript interpreter"
@ -107,7 +107,7 @@ CFLAGS+= -DA4
.if ${FLAVOR:L:Mgtk} && ${FLAVOR:L:Mno_x11}
ERRORS+= "Fatal: Conflicting flavors: ${FLAVOR}"
.elif ${FLAVOR:L:Mgtk}
LIB_DEPENDS+= gtk.1::x11/gtk+
LIB_DEPENDS+= gtk.1,gdk::x11/gtk+
ALL_TARGET+=so
INSTALL_TARGET+=soinstall
NOT_FOR_ARCHS=${NO_SHARED_ARCHS}

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.7 2004/08/11 10:42:55 espie Exp $
@comment $OpenBSD: PLIST,v 1.8 2004/09/15 18:32:14 espie Exp $
bin/bdftops
bin/dvipdf
bin/eps2eps
@ -360,4 +360,3 @@ share/ghostscript/${VERSION}/lib/winmaps.ps
share/ghostscript/${VERSION}/lib/wrfont.ps
share/ghostscript/${VERSION}/lib/zeroline.ps
%%gtk%%
%%SHARED%%

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.3 2002/04/07 01:54:52 naddy Exp $
@comment $OpenBSD: PLIST,v 1.4 2004/09/15 18:32:14 espie Exp $
bin/ghostview
lib/X11/app-defaults/Ghostview
man/cat1/ghostview.0
@man man/cat1/ghostview.0

View File

@ -1,12 +1,14 @@
@comment $OpenBSD: PLIST,v 1.3 2002/04/07 01:54:52 naddy Exp $
@comment $OpenBSD: PLIST,v 1.4 2004/09/15 18:32:14 espie Exp $
bin/gv
@comment no checksum
lib/X11/app-defaults/GV
lib/X11/gv/
lib/X11/gv/gv_class.ad
@comment no checksum
lib/X11/gv/gv_system.ad
lib/X11/gv/gv_user.ad
man/cat1/gv.0
@man man/cat1/gv.0
share/doc/gv/
share/doc/gv/comments.doc.gz
share/doc/gv/gs.interface.gz
share/doc/gv/gv-1.html
@ -27,5 +29,3 @@ share/doc/gv/gv-faq.txt.gz
share/doc/gv/gv.html
share/doc/gv/gv.ps.gz
share/doc/gv/key-bindings.txt.gz
@dirrm lib/X11/gv
@dirrm share/doc/gv

View File

@ -1,5 +1,288 @@
@comment $OpenBSD: PLIST,v 1.2 2003/06/18 12:48:04 naddy Exp $
@comment $OpenBSD: PLIST,v 1.3 2004/09/15 18:32:14 espie Exp $
bin/foomatic-rip
bin/hpijs
share/doc/hpijs/
share/doc/hpijs/gs_hpijs.png
share/doc/hpijs/hpijs_readme.html
@dirrm share/doc/hpijs
share/ppd/
share/ppd/HP/
share/ppd/HP/HP-2000C-hpijs.ppd.gz
share/ppd/HP/HP-2500C-hpijs.ppd.gz
share/ppd/HP/HP-2500CM-hpijs.ppd.gz
share/ppd/HP/HP-Business_Inkjet_1100-hpijs.ppd.gz
share/ppd/HP/HP-Business_Inkjet_2200-hpijs.ppd.gz
share/ppd/HP/HP-Business_Inkjet_2230-hpijs.ppd.gz
share/ppd/HP/HP-Business_Inkjet_2250-hpijs.ppd.gz
share/ppd/HP/HP-Business_Inkjet_2250TN-hpijs.ppd.gz
share/ppd/HP/HP-Business_Inkjet_2280-hpijs.ppd.gz
share/ppd/HP/HP-Business_Inkjet_2600-hpijs.ppd.gz
share/ppd/HP/HP-Business_Inkjet_3000-hpijs.ppd.gz
share/ppd/HP/HP-Color_Inkjet_Printer_CP1160-hpijs.ppd.gz
share/ppd/HP/HP-Color_Inkjet_Printer_CP1700-hpijs.ppd.gz
share/ppd/HP/HP-Color_LaserJet_2500-hpijs.ppd.gz
share/ppd/HP/HP-Color_LaserJet_4500-hpijs.ppd.gz
share/ppd/HP/HP-Color_LaserJet_4550-hpijs.ppd.gz
share/ppd/HP/HP-Color_LaserJet_4600-hpijs.ppd.gz
share/ppd/HP/HP-Color_LaserJet_5-hpijs.ppd.gz
share/ppd/HP/HP-Color_LaserJet_5000-hpijs.ppd.gz
share/ppd/HP/HP-Color_LaserJet_5500-hpijs.ppd.gz
share/ppd/HP/HP-Color_LaserJet_8550GN-hpijs.ppd.gz
share/ppd/HP/HP-DesignJet_ColorPro_CAD-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_1100C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_1120C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_1125C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_1200C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_1220C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_1600C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_3320-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_3325-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_3420-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_3425-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_350C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_3520-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_3528-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_3550-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_3558-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_3650-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_3658-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_3668-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_3810-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_3816-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_3820-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_3822-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_400-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_420C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_450-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_500-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_500C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_505J_Plus-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_510-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_5150-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_5158-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_5160-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_520-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_540C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_5550-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_5551-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_5650-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_5652-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_5670-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_5850-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_600-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_610C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_610CL-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_6122-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_6127-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_612C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_630C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_632C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_640C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_648C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_656C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_660C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_670C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_670TV-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_672C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_680C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_682C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_690C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_692C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_693C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_694C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_695C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_697C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_810C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_812C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_815C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_816C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_825C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_830C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_832C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_840C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_841C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_842C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_843C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_845C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_850C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_855C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_870C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_880C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_882C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_890C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_895C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_916C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_920C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_9300-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_930C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_932C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_933C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_934C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_935C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_940C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_948C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_950C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_952C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_955C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_957C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_959C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_9600-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_960C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_970C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_975C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_980C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_990C-hpijs.ppd.gz
share/ppd/HP/HP-DeskJet_995C-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_1010-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_1012-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_1015-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_1100-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_1100A-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_1150-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_1200-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_1220-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_1300-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_2100-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_2100M-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_2200-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_2300-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_3200-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_3200m-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_3200se-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_3300_MFP-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_3310_MFP-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_3320N_MFP-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_3320_MFP-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_3330_MFP-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_3P_w_PCL5-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_4-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_4000-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_4050-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_4100-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_4200-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_4300-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_4L-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_4M-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_4ML-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_4P-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_4Si-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_4V-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_4V_4LJ_Pro-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_4_Plus-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_5-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_5000-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_5100-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_5L-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_5M-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_5MP-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_5P-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_5Si-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_6-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_6L-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_6MP-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_6P-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_8000-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_8100-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_8150-hpijs.ppd.gz
share/ppd/HP/HP-LaserJet_9000-hpijs.ppd.gz
share/ppd/HP/HP-Mopier_240-hpijs.ppd.gz
share/ppd/HP/HP-Mopier_320-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_300-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_330-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_350-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_4100-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_4105-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_4110-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_4115-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_500-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_5105-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_5110-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_5110xi-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_520-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_5500-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_570-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_580-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_590-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_600-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_610-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_6100-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_6105-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_6110-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_6150-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_625-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_630-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_635-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_700-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_710-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_7100-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_7110-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_7130-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_7140-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_720-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_725-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_D125-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_D135-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_D145-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_D155-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_G55-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_G85-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_G95-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_K60-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_K60xi-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_K80-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_K80xi-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_LX-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_Pro_1150C-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_Pro_1170C-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_Pro_1175C-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_R40-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_R45-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_R60-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_R65-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_R80-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_T45-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_T65-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_V40-hpijs.ppd.gz
share/ppd/HP/HP-OfficeJet_V40xi-hpijs.ppd.gz
share/ppd/HP/HP-PSC_1100-hpijs.ppd.gz
share/ppd/HP/HP-PSC_1110-hpijs.ppd.gz
share/ppd/HP/HP-PSC_1200-hpijs.ppd.gz
share/ppd/HP/HP-PSC_1205-hpijs.ppd.gz
share/ppd/HP/HP-PSC_1210-hpijs.ppd.gz
share/ppd/HP/HP-PSC_1300-hpijs.ppd.gz
share/ppd/HP/HP-PSC_2110-hpijs.ppd.gz
share/ppd/HP/HP-PSC_2150-hpijs.ppd.gz
share/ppd/HP/HP-PSC_2170-hpijs.ppd.gz
share/ppd/HP/HP-PSC_2175-hpijs.ppd.gz
share/ppd/HP/HP-PSC_2210-hpijs.ppd.gz
share/ppd/HP/HP-PSC_2300-hpijs.ppd.gz
share/ppd/HP/HP-PSC_2400-hpijs.ppd.gz
share/ppd/HP/HP-PSC_2500-hpijs.ppd.gz
share/ppd/HP/HP-PSC_370-hpijs.ppd.gz
share/ppd/HP/HP-PSC_380-hpijs.ppd.gz
share/ppd/HP/HP-PSC_500-hpijs.ppd.gz
share/ppd/HP/HP-PSC_750-hpijs.ppd.gz
share/ppd/HP/HP-PSC_750xi-hpijs.ppd.gz
share/ppd/HP/HP-PSC_950-hpijs.ppd.gz
share/ppd/HP/HP-PSC_950xi-hpijs.ppd.gz
share/ppd/HP/HP-PhotoSmart_140-hpijs.ppd.gz
share/ppd/HP/HP-PhotoSmart_240-hpijs.ppd.gz
share/ppd/HP/HP-PhotoSmart_7150-hpijs.ppd.gz
share/ppd/HP/HP-PhotoSmart_7260-hpijs.ppd.gz
share/ppd/HP/HP-PhotoSmart_7268-hpijs.ppd.gz
share/ppd/HP/HP-PhotoSmart_7345-hpijs.ppd.gz
share/ppd/HP/HP-PhotoSmart_7350-hpijs.ppd.gz
share/ppd/HP/HP-PhotoSmart_7550-hpijs.ppd.gz
share/ppd/HP/HP-PhotoSmart_7660-hpijs.ppd.gz
share/ppd/HP/HP-PhotoSmart_7760-hpijs.ppd.gz
share/ppd/HP/HP-PhotoSmart_7960-hpijs.ppd.gz
share/ppd/HP/HP-PhotoSmart_P100-hpijs.ppd.gz
share/ppd/HP/HP-PhotoSmart_P1000-hpijs.ppd.gz
share/ppd/HP/HP-PhotoSmart_P1100-hpijs.ppd.gz
share/ppd/HP/HP-PhotoSmart_P1115-hpijs.ppd.gz
share/ppd/HP/HP-PhotoSmart_P1215-hpijs.ppd.gz
share/ppd/HP/HP-PhotoSmart_P1218-hpijs.ppd.gz
share/ppd/HP/HP-PhotoSmart_P130-hpijs.ppd.gz
share/ppd/HP/HP-PhotoSmart_P1315-hpijs.ppd.gz
share/ppd/HP/HP-PhotoSmart_P230-hpijs.ppd.gz
share/ppd/HP/HP-e-printer_e20-hpijs.ppd.gz

View File

@ -1,8 +1,11 @@
@comment $OpenBSD: PLIST,v 1.3 2002/12/16 17:01:23 wilfried Exp $
@comment $OpenBSD: PLIST,v 1.4 2004/09/15 18:32:14 espie Exp $
bin/htmldoc
man/man1/htmldoc.1
@man man/man1/htmldoc.1
share/doc/htmldoc/
share/doc/htmldoc/help.html
share/doc/htmldoc/htmldoc.pdf
share/htmldoc/
share/htmldoc/data/
share/htmldoc/data/cp-1250
share/htmldoc/data/cp-1251
share/htmldoc/data/cp-1252
@ -27,6 +30,7 @@ share/htmldoc/data/iso-8859-9
share/htmldoc/data/koi8-r
share/htmldoc/data/prolog.ps
share/htmldoc/data/psglyphs
share/htmldoc/fonts/
share/htmldoc/fonts/Courier-Bold.afm
share/htmldoc/fonts/Courier-Bold.pfa
share/htmldoc/fonts/Courier-BoldOblique.afm
@ -53,7 +57,3 @@ share/htmldoc/fonts/Times-Italic.afm
share/htmldoc/fonts/Times-Italic.pfa
share/htmldoc/fonts/Times-Roman.afm
share/htmldoc/fonts/Times-Roman.pfa
@dirrm share/htmldoc/fonts
@dirrm share/htmldoc/data
@dirrm share/htmldoc
@dirrm share/doc/htmldoc

View File

@ -1,15 +1,15 @@
@comment $OpenBSD: PLIST,v 1.3 2004/04/18 09:22:53 sturm Exp $
@comment $OpenBSD: PLIST,v 1.4 2004/09/15 18:32:14 espie Exp $
bin/jadetex
bin/pdfjadetex
man/man1/jadetex.1
man/man1/pdfjadetex.1
@man man/man1/jadetex.1
@man man/man1/pdfjadetex.1
share/texmf-local/
share/texmf-local/tex/
share/texmf-local/tex/jadetex/
share/texmf-local/tex/jadetex/dsssl.def
share/texmf-local/tex/jadetex/jadetex.ltx
share/texmf-local/web2c/
share/texmf-local/web2c/jadetex.fmt
share/texmf-local/web2c/pdfjadetex.fmt
@dirrm share/texmf-local/web2c
@dirrm share/texmf-local/tex/jadetex
@dirrm share/texmf-local/tex
@dirrm share/texmf-local
@exec TEXMFMAIN=%D/share/texmf %D/bin/mktexlsr
@unexec TEXMFMAIN=%D/share/texmf %D/bin/mktexlsr

View File

@ -1,3 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/12/09 12:46:18 naddy Exp $
@comment $OpenBSD: PLIST,v 1.2 2004/09/15 18:32:14 espie Exp $
bin/l2a
man/man1/l2a.1
@man man/man1/l2a.1

View File

@ -1,12 +1,14 @@
@comment $OpenBSD: PLIST,v 1.10 2004/04/25 15:34:08 sturm Exp $
@comment $OpenBSD: PLIST,v 1.11 2004/09/15 18:32:14 espie Exp $
bin/lyx
bin/noweb2lyx
bin/reLyX
man/man1/lyx.1
man/man1/reLyX.1
@man man/man1/lyx.1
@man man/man1/reLyX.1
share/locale/da/LC_MESSAGES/lyx.mo
share/locale/de/LC_MESSAGES/lyx.mo
share/locale/es/LC_MESSAGES/lyx.mo
share/locale/eu/
share/locale/eu/LC_MESSAGES/
share/locale/eu/LC_MESSAGES/lyx.mo
share/locale/fi/LC_MESSAGES/lyx.mo
share/locale/fr/LC_MESSAGES/lyx.mo
@ -19,7 +21,9 @@ share/locale/ro/LC_MESSAGES/lyx.mo
share/locale/ru/LC_MESSAGES/lyx.mo
share/locale/sk/LC_MESSAGES/lyx.mo
share/locale/sl/LC_MESSAGES/lyx.mo
share/lyx/
share/lyx/CREDITS
share/lyx/bind/
share/lyx/bind/aqua.bind
share/lyx/bind/broadway.bind
share/lyx/bind/cua.bind
@ -37,9 +41,11 @@ share/lyx/bind/sciword.bind
share/lyx/bind/sv_menus.bind
share/lyx/bind/xemacs.bind
share/lyx/chkconfig.ltx
share/lyx/clipart/
share/lyx/clipart/platypus.eps
share/lyx/configure
share/lyx/configure.cmd
share/lyx/doc/
share/lyx/doc/Customization.lyx
share/lyx/doc/DocStyle.lyx
share/lyx/doc/Extended.lyx
@ -120,6 +126,7 @@ share/lyx/doc/sv_Intro.lyx
share/lyx/doc/sv_TOC.lyx
share/lyx/doc/sv_Tutorial.lyx
share/lyx/encodings
share/lyx/examples/
share/lyx/examples/Foils.lyx
share/lyx/examples/ItemizeBullets.lyx
share/lyx/examples/Literate.lyx
@ -189,8 +196,10 @@ share/lyx/examples/sl_primer_surov.lyx
share/lyx/examples/sl_splash.lyx
share/lyx/examples/splash.lyx
share/lyx/external_templates
share/lyx/help/
share/lyx/help/Bibtex.hlp
share/lyx/help/Texinfo.hlp
share/lyx/images/
share/lyx/images/amssymb.xpm
share/lyx/images/banner.ppm
share/lyx/images/buffer-close.xpm
@ -229,6 +238,7 @@ share/lyx/images/layout_Section.xpm
share/lyx/images/lyx-quit.xpm
share/lyx/images/lyx.xpm
share/lyx/images/marginalnote-insert.xpm
share/lyx/images/math/
share/lyx/images/math-mode.xpm
share/lyx/images/math-panel.xpm
share/lyx/images/math-subscript.xpm
@ -690,6 +700,7 @@ share/lyx/images/tabular-insert.xpm
share/lyx/images/undo.xpm
share/lyx/images/unknown.xpm
share/lyx/images/up.xpm
share/lyx/kbd/
share/lyx/kbd/american-2.kmap
share/lyx/kbd/american.kmap
share/lyx/kbd/arabic.kmap
@ -743,6 +754,7 @@ share/lyx/kbd/transilvanian.kmap
share/lyx/kbd/turkish-f.kmap
share/lyx/kbd/turkish.kmap
share/lyx/languages
share/lyx/layouts/
share/lyx/layouts/IEEEtran.layout
share/lyx/layouts/aa.layout
share/lyx/layouts/aapaper.inc
@ -841,6 +853,7 @@ share/lyx/layouts/stdtitle.inc
share/lyx/layouts/svjog.layout
share/lyx/layouts/svjour.inc
share/lyx/layouts/svprobth.layout
share/lyx/lyx2lyx/
share/lyx/lyx2lyx/error.py
share/lyx/lyx2lyx/error.pyc
share/lyx/lyx2lyx/lyx2lyx
@ -860,6 +873,7 @@ share/lyx/lyx2lyx/parser_tools.pyc
share/lyx/lyxrc.defaults
share/lyx/lyxrc.example
share/lyx/packages.lst
share/lyx/reLyX/
share/lyx/reLyX/BUGS
share/lyx/reLyX/BasicLyX.pm
share/lyx/reLyX/CHANGES
@ -870,11 +884,13 @@ share/lyx/reLyX/README
share/lyx/reLyX/ReadCommands.pm
share/lyx/reLyX/RelyxFigure.pm
share/lyx/reLyX/RelyxTable.pm
share/lyx/reLyX/Text/
share/lyx/reLyX/Text/TeX.pm
share/lyx/reLyX/Verbatim.pm
share/lyx/reLyX/reLyX.pod
share/lyx/reLyX/reLyXmain.pl
share/lyx/reLyX/syntax.default
share/lyx/scripts/
share/lyx/scripts/TeXFiles.sh
share/lyx/scripts/convertDefault.sh
share/lyx/scripts/fen2ascii.py
@ -886,6 +902,7 @@ share/lyx/scripts/pic2ascii.py
share/lyx/scripts/pic2png_eps.py
share/lyx/scripts/pic2png_eps.sh
share/lyx/symbols
share/lyx/templates/
share/lyx/templates/IEEEtran.lyx
share/lyx/templates/aa.lyx
share/lyx/templates/aastex.lyx
@ -904,6 +921,7 @@ share/lyx/templates/linuxdoc_article.lyx
share/lyx/templates/revtex.lyx
share/lyx/templates/revtex4.lyx
share/lyx/templates/slides.lyx
share/lyx/tex/
share/lyx/tex/broadway.cls
share/lyx/tex/cv.cls
share/lyx/tex/hollywood.cls
@ -911,7 +929,9 @@ share/lyx/tex/lyxchess.sty
share/lyx/tex/lyxskak.sty
share/lyx/tex/revtex.cls
share/lyx/textclass.lst
share/lyx/ui/
share/lyx/ui/default.ui
share/lyx/xfonts/
share/lyx/xfonts/PSres.upr
share/lyx/xfonts/cmex10.pfb
share/lyx/xfonts/cmmi10.pfb
@ -923,29 +943,3 @@ share/lyx/xfonts/fonts.scale
share/lyx/xfonts/msam10.pfb
share/lyx/xfonts/msbm10.pfb
share/lyx/xfonts/wasy10.pfb
@dirrm share/lyx/xfonts
@dirrm share/lyx/ui
@dirrm share/lyx/tex
@dirrm share/lyx/templates
@dirrm share/lyx/scripts
@dirrm share/lyx/reLyX/Text
@dirrm share/lyx/reLyX
@dirrm share/lyx/lyx2lyx
@dirrm share/lyx/layouts
@dirrm share/lyx/kbd
@dirrm share/lyx/images/math
@dirrm share/lyx/images
@dirrm share/lyx/help
@dirrm share/lyx/examples
@dirrm share/lyx/doc
@dirrm share/lyx/clipart
@dirrm share/lyx/bind
@dirrm share/lyx
@dirrm share/locale/sk/LC_MESSAGES
@dirrm share/locale/sk
@dirrm share/locale/ro/LC_MESSAGES
@dirrm share/locale/ro
@dirrm share/locale/fi/LC_MESSAGES
@dirrm share/locale/fi
@dirrm share/locale/eu/LC_MESSAGES
@dirrm share/locale/eu

View File

@ -1,7 +1,14 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/04/12 11:49:53 sturm Exp $
@comment $OpenBSD: PLIST,v 1.2 2004/09/15 18:32:14 espie Exp $
share/texmf-local/
share/texmf-local/doc/
share/texmf-local/doc/latex/
share/texmf-local/doc/latex/memoir/
share/texmf-local/doc/latex/memoir/memman.pdf
share/texmf-local/doc/latex/memoir/memoir.dtx
share/texmf-local/doc/latex/memoir/memoir.dvi
share/texmf-local/tex/
share/texmf-local/tex/latex/
share/texmf-local/tex/latex/memoir/
share/texmf-local/tex/latex/memoir/mem10.clo
share/texmf-local/tex/latex/memoir/mem11.clo
share/texmf-local/tex/latex/memoir/mem12.clo
@ -11,12 +18,5 @@ share/texmf-local/tex/latex/memoir/mem9.clo
share/texmf-local/tex/latex/memoir/memhfixc.sty
share/texmf-local/tex/latex/memoir/memoir.cls
share/texmf-local/tex/latex/memoir/mempatch.sty
@dirrm share/texmf-local/tex/latex/memoir
@dirrm share/texmf-local/tex/latex
@dirrm share/texmf-local/tex
@dirrm share/texmf-local/doc/latex/memoir
@dirrm share/texmf-local/doc/latex
@dirrm share/texmf-local/doc
@dirrm share/texmf-local
@exec TEXMFMAIN=%D/share/texmf %D/bin/mktexlsr
@unexec TEXMFMAIN=%D/share/texmf %D/bin/mktexlsr

View File

@ -1,10 +1,10 @@
@comment $OpenBSD: PLIST,v 1.4 2002/07/07 17:03:37 naddy Exp $
@comment $OpenBSD: PLIST,v 1.5 2004/09/15 18:32:14 espie Exp $
bin/mpage
man/man1/mpage.1
@man man/man1/mpage.1
share/mpage/
share/mpage/CP850.PC
share/mpage/ISO+STD+OTH
share/mpage/ISO-8859.1
share/mpage/ISO-8859.15
share/mpage/ISO-Latin.1
share/mpage/ISO-Latin.2
@dirrm share/mpage

View File

@ -1,3 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.2 2002/07/03 16:36:48 jakob Exp $
lib/libpdf.so.2.3
DYNLIBDIR(%B)
@comment $OpenBSD: PFRAG.shared,v 1.3 2004/09/15 18:32:14 espie Exp $
@lib lib/libpdf.so.2.3

View File

@ -1,9 +1,9 @@
@comment $OpenBSD: PLIST,v 1.2 2001/09/11 13:54:35 jakob Exp $
@comment $OpenBSD: PLIST,v 1.3 2004/09/15 18:32:14 espie Exp $
bin/pdflib-config
include/pdflib.h
lib/libpdf.a
lib/libpdf.la
%%SHARED%%
share/doc/pdflib/
share/doc/pdflib/PDFlib-license.pdf
share/doc/pdflib/PDFlib-manual.pdf
share/doc/pdflib/PDFlib-purchase-order.pdf
@ -15,4 +15,4 @@ share/doc/pdflib/readme_ebcdic.txt
share/doc/pdflib/readme_mac.txt
share/doc/pdflib/readme_unix.txt
share/doc/pdflib/readme_win.txt
@dirrm share/doc/pdflib
%%SHARED%%

View File

@ -1,4 +1,6 @@
@comment $OpenBSD: PLIST,v 1.1 2001/10/05 22:49:29 heko Exp $
@comment $OpenBSD: PLIST,v 1.2 2004/09/15 18:32:14 espie Exp $
lib/fonts/
lib/fonts/pk300/
lib/fonts/pk300/cmb10.200pk
lib/fonts/pk300/cmb10.240pk
lib/fonts/pk300/cmb10.300pk
@ -1282,4 +1284,3 @@ lib/fonts/pk300/msym9.219pk
lib/fonts/pk300/msym9.240pk
lib/fonts/pk300/msym9.263pk
lib/fonts/pk300/msym9.288pk
@dirrm lib/fonts/pk300

View File

@ -1,4 +1,5 @@
@comment $OpenBSD: PLIST-dpi118,v 1.2 2001/10/05 22:49:29 heko Exp $
@comment $OpenBSD: PLIST-dpi118,v 1.3 2004/09/15 18:32:14 espie Exp $
lib/fonts/pk118/
lib/fonts/pk118/circle10.118pk
lib/fonts/pk118/circle10.129pk
lib/fonts/pk118/circle10.142pk
@ -900,4 +901,3 @@ lib/fonts/pk118/msym8.142pk
lib/fonts/pk118/msym9.118pk
lib/fonts/pk118/msym9.129pk
lib/fonts/pk118/msym9.142pk
@dirrm lib/fonts/pk118

View File

@ -1,4 +1,5 @@
@comment $OpenBSD: PLIST-dpi240,v 1.2 2001/10/05 22:49:29 heko Exp $
@comment $OpenBSD: PLIST-dpi240,v 1.3 2004/09/15 18:32:14 espie Exp $
lib/fonts/pk240/
lib/fonts/pk240/circle10.240pk
lib/fonts/pk240/circlew10.240pk
lib/fonts/pk240/cmb10.240pk
@ -726,4 +727,3 @@ lib/fonts/pk240/linew10.346pk
lib/fonts/pk240/linew10.415pk
lib/fonts/pk240/linew10.498pk
lib/fonts/pk240/linew10.597pk
@dirrm lib/fonts/pk240

View File

@ -1,4 +1,5 @@
@comment $OpenBSD: PLIST-dpi360,v 1.2 2001/10/05 22:49:29 heko Exp $
@comment $OpenBSD: PLIST-dpi360,v 1.3 2004/09/15 18:32:14 espie Exp $
lib/fonts/pk360/
lib/fonts/pk360/cmb10.360pk
lib/fonts/pk360/cmb10.394pk
lib/fonts/pk360/cmb10.432pk
@ -624,4 +625,3 @@ lib/fonts/pk360/linew10.518pk
lib/fonts/pk360/linew10.622pk
lib/fonts/pk360/linew10.746pk
lib/fonts/pk360/linew10.896pk
@dirrm lib/fonts/pk360

View File

@ -1,4 +1,5 @@
@comment $OpenBSD: PLIST-dpi400,v 1.2 2001/10/05 22:49:29 heko Exp $
@comment $OpenBSD: PLIST-dpi400,v 1.3 2004/09/15 18:32:14 espie Exp $
lib/fonts/pk400/
lib/fonts/pk400/cmb10.400pk
lib/fonts/pk400/cmb10.438pk
lib/fonts/pk400/cmb10.480pk
@ -696,4 +697,3 @@ lib/fonts/pk400/linew10.691pk
lib/fonts/pk400/linew10.829pk
lib/fonts/pk400/linew10.995pk
lib/fonts/pk400/logo50.400pk
@dirrm lib/fonts/pk400

View File

@ -1,4 +1,5 @@
@comment $OpenBSD: PLIST-dpi600,v 1.2 2001/10/05 22:49:29 heko Exp $
@comment $OpenBSD: PLIST-dpi600,v 1.3 2004/09/15 18:32:14 espie Exp $
lib/fonts/pk600/
lib/fonts/pk600/cmbsy10.1037pk
lib/fonts/pk600/cmbsy10.1244pk
lib/fonts/pk600/cmbsy10.1493pk
@ -552,4 +553,3 @@ lib/fonts/pk600/linew10.600pk
lib/fonts/pk600/linew10.657pk
lib/fonts/pk600/linew10.720pk
lib/fonts/pk600/linew10.864pk
@dirrm lib/fonts/pk600

View File

@ -1,6 +1,11 @@
@comment $OpenBSD: PLIST,v 1.3 2003/12/15 17:45:29 naddy Exp $
@comment $OpenBSD: PLIST,v 1.4 2004/09/15 18:32:14 espie Exp $
bin/ppower4
share/java/
share/java/pp4p.jar
share/texmf-local/
share/texmf-local/doc/
share/texmf-local/doc/latex/
share/texmf-local/doc/latex/ppower4/
share/texmf-local/doc/latex/ppower4/example.1
share/texmf-local/doc/latex/ppower4/example.2
share/texmf-local/doc/latex/ppower4/example.3
@ -10,18 +15,13 @@ share/texmf-local/doc/latex/ppower4/example.6
share/texmf-local/doc/latex/ppower4/example.7
share/texmf-local/doc/latex/ppower4/leveldemo.tex
share/texmf-local/doc/latex/ppower4/manual.pdf
share/texmf-local/tex/
share/texmf-local/tex/latex/
share/texmf-local/tex/latex/ppower4/
share/texmf-local/tex/latex/ppower4/background.sty
share/texmf-local/tex/latex/ppower4/mpmulti.sty
share/texmf-local/tex/latex/ppower4/pause.sty
share/texmf-local/tex/latex/ppower4/pp4link.sty
share/texmf-local/tex/latex/ppower4/pp4slide.sty
@dirrm share/texmf-local/tex/latex/ppower4
@dirrm share/texmf-local/tex/latex
@dirrm share/texmf-local/tex
@dirrm share/texmf-local/doc/latex/ppower4
@dirrm share/texmf-local/doc/latex
@dirrm share/texmf-local/doc
@dirrm share/texmf-local
@dirrm share/java
@exec TEXMFMAIN=%D/share/texmf %D/bin/mktexlsr
@unexec TEXMFMAIN=%D/share/texmf %D/bin/mktexlsr

View File

@ -1,4 +1,5 @@
@comment $OpenBSD: PLIST,v 1.3 2003/03/31 17:16:52 sturm Exp $
@comment $OpenBSD: PLIST,v 1.4 2004/09/15 18:32:14 espie Exp $
share/examples/prosper/
share/examples/prosper/Example.tex
share/examples/prosper/ExampleAlienglow.tex
share/examples/prosper/ExampleAutumn.tex
@ -11,7 +12,14 @@ share/examples/prosper/ExampleNuanceGris.tex
share/examples/prosper/ExampleTroisPoints.tex
share/examples/prosper/prosper-tour.pdf
share/examples/prosper/prosper-tour.tex
share/texmf-local/
share/texmf-local/doc/
share/texmf-local/doc/latex/
share/texmf-local/doc/latex/prosper/
share/texmf-local/doc/latex/prosper/prosper-doc.pdf
share/texmf-local/tex/
share/texmf-local/tex/latex/
share/texmf-local/tex/latex/prosper/
share/texmf-local/tex/latex/prosper/PPRalcatel.sty
share/texmf-local/tex/latex/prosper/PPRalienglow.sty
share/texmf-local/tex/latex/prosper/PPRautumn.sty
@ -26,6 +34,7 @@ share/texmf-local/tex/latex/prosper/PPRnuancegris.sty
share/texmf-local/tex/latex/prosper/PPRpascal.sty
share/texmf-local/tex/latex/prosper/PPRrico.sty
share/texmf-local/tex/latex/prosper/PPRtroispoints.sty
share/texmf-local/tex/latex/prosper/img/
share/texmf-local/tex/latex/prosper/img/angleHG.ps
share/texmf-local/tex/latex/prosper/img/arrow-glow.ps
share/texmf-local/tex/latex/prosper/img/barre-rico.ps
@ -41,9 +50,5 @@ share/texmf-local/tex/latex/prosper/img/rule-glow.ps
share/texmf-local/tex/latex/prosper/img/yellow-bullet-on-blue.ps
share/texmf-local/tex/latex/prosper/img/yellow-bullet-on-white.ps
share/texmf-local/tex/latex/prosper/prosper.cls
@dirrm share/texmf-local/tex/latex/prosper/img
@dirrm share/texmf-local/tex/latex/prosper
@dirrm share/texmf-local/doc/latex/prosper
@dirrm share/examples/prosper
@exec TEXMFMAIN=%D/share/texmf %D/bin/mktexlsr
@unexec TEXMFMAIN=%D/share/texmf %D/bin/mktexlsr

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/08/04 06:37:07 kevlo Exp $
@comment $OpenBSD: PLIST,v 1.2 2004/09/15 18:32:14 espie Exp $
bin/pscal
share/doc/pscal/
share/doc/pscal/README
@dirrm share/doc/pscal

View File

@ -1,45 +1,45 @@
@comment $OpenBSD: PLIST,v 1.4 2002/04/07 01:54:52 naddy Exp $
bin/psbook
bin/psselect
bin/pstops
@comment $OpenBSD: PLIST,v 1.5 2004/09/15 18:32:14 espie Exp $
bin/epsffit
bin/psnup
bin/psresize
bin/extractres
bin/fixdlsrps
bin/fixfmps
bin/fixmacps
bin/fixpsditps
bin/fixpspps
bin/fixscribeps
bin/fixtpps
bin/fixwfwps
bin/fixwpps
bin/fixscribeps
bin/fixwwps
bin/fixdlsrps
bin/extractres
bin/includeres
bin/psmerge
bin/getafm
bin/includeres
bin/psbook
bin/psmerge
bin/psnup
bin/psresize
bin/psselect
bin/pstops
bin/showchar
man/man1/psnup.1
man/man1/psbook.1
man/man1/psselect.1
man/man1/pstops.1
man/man1/epsffit.1
man/man1/psresize.1
man/man1/psmerge.1
man/man1/fixscribeps.1
man/man1/getafm.1
man/man1/fixdlsrps.1
man/man1/fixfmps.1
man/man1/fixmacps.1
man/man1/fixpsditps.1
man/man1/fixpspps.1
man/man1/fixtpps.1
man/man1/fixwfwps.1
man/man1/fixwpps.1
man/man1/fixwwps.1
man/man1/extractres.1
man/man1/includeres.1
@man man/man1/epsffit.1
@man man/man1/extractres.1
@man man/man1/fixdlsrps.1
@man man/man1/fixfmps.1
@man man/man1/fixmacps.1
@man man/man1/fixpsditps.1
@man man/man1/fixpspps.1
@man man/man1/fixscribeps.1
@man man/man1/fixtpps.1
@man man/man1/fixwfwps.1
@man man/man1/fixwpps.1
@man man/man1/fixwwps.1
@man man/man1/getafm.1
@man man/man1/includeres.1
@man man/man1/psbook.1
@man man/man1/psmerge.1
@man man/man1/psnup.1
@man man/man1/psresize.1
@man man/man1/psselect.1
@man man/man1/pstops.1
share/psutils/
share/psutils/md68_0.ps
share/psutils/md71_0.ps
@dirrm share/psutils

View File

@ -1,4 +1,9 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/07/27 08:55:23 xsa Exp $
@comment $OpenBSD: PLIST,v 1.2 2004/09/15 18:32:15 espie Exp $
lib/python${MODPY_VERSION}/
lib/python${MODPY_VERSION}/site-packages/
lib/python${MODPY_VERSION}/site-packages/reportlab/
lib/python${MODPY_VERSION}/site-packages/reportlab/extensions/
lib/python${MODPY_VERSION}/site-packages/reportlab/extensions/barcode/
lib/python${MODPY_VERSION}/site-packages/reportlab/extensions/barcode/__init__.py
lib/python${MODPY_VERSION}/site-packages/reportlab/extensions/barcode/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/extensions/barcode/code128.py
@ -15,4 +20,3 @@ lib/python${MODPY_VERSION}/site-packages/reportlab/extensions/barcode/test.py
lib/python${MODPY_VERSION}/site-packages/reportlab/extensions/barcode/test.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/extensions/barcode/usps.py
lib/python${MODPY_VERSION}/site-packages/reportlab/extensions/barcode/usps.pyc
@dirrm lib/python${MODPY_VERSION}/site-packages/reportlab/extensions/barcode

View File

@ -1,2 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/07/27 08:55:23 xsa Exp $
@comment $OpenBSD: PLIST,v 1.2 2004/09/15 18:32:15 espie Exp $
lib/python${MODPY_VERSION}/
lib/python${MODPY_VERSION}/site-packages/
%%SHARED%%

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2004/08/03 21:31:07 xsa Exp $
# $OpenBSD: Makefile,v 1.3 2004/09/15 18:32:15 espie Exp $
COMMENT= "PDF-generating toolkit for Python"
@ -23,7 +23,7 @@ EXTRACT_SUFX= .tgz
MODULES= lang/python
RUN_DEPENDS= :py-Imaging-*:graphics/py-Imaging \
::lang/python/${MODPY_VERSION},-expat
${MOD_EXPAT_DEPENDS}
WRKDIST= ${WRKDIR}/reportlab-${VERSION:S/./_/}
WRKSRC= ${WRKDIST}/reportlab

View File

@ -1,13 +1,18 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/07/27 08:55:23 xsa Exp $
@comment $OpenBSD: PLIST,v 1.2 2004/09/15 18:32:15 espie Exp $
lib/python${MODPY_VERSION}/site-packages/reportlab/
lib/python${MODPY_VERSION}/site-packages/reportlab/README
lib/python${MODPY_VERSION}/site-packages/reportlab/__init__.py
lib/python${MODPY_VERSION}/site-packages/reportlab/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/changes
lib/python${MODPY_VERSION}/site-packages/reportlab/demos/
lib/python${MODPY_VERSION}/site-packages/reportlab/demos/colors/
lib/python${MODPY_VERSION}/site-packages/reportlab/demos/colors/colortest.py
lib/python${MODPY_VERSION}/site-packages/reportlab/demos/colors/colortest.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/demos/gadflypaper/
lib/python${MODPY_VERSION}/site-packages/reportlab/demos/gadflypaper/00readme.txt
lib/python${MODPY_VERSION}/site-packages/reportlab/demos/gadflypaper/gfe.py
lib/python${MODPY_VERSION}/site-packages/reportlab/demos/gadflypaper/gfe.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/demos/odyssey/
lib/python${MODPY_VERSION}/site-packages/reportlab/demos/odyssey/00readme.txt
lib/python${MODPY_VERSION}/site-packages/reportlab/demos/odyssey/dodyssey.py
lib/python${MODPY_VERSION}/site-packages/reportlab/demos/odyssey/dodyssey.pyc
@ -16,16 +21,21 @@ lib/python${MODPY_VERSION}/site-packages/reportlab/demos/odyssey/fodyssey.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/demos/odyssey/odyssey.py
lib/python${MODPY_VERSION}/site-packages/reportlab/demos/odyssey/odyssey.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/demos/odyssey/odyssey.txt
lib/python${MODPY_VERSION}/site-packages/reportlab/demos/rlzope/
lib/python${MODPY_VERSION}/site-packages/reportlab/demos/rlzope/readme.txt
lib/python${MODPY_VERSION}/site-packages/reportlab/demos/rlzope/rlzope.py
lib/python${MODPY_VERSION}/site-packages/reportlab/demos/rlzope/rlzope.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/demos/stdfonts/
lib/python${MODPY_VERSION}/site-packages/reportlab/demos/stdfonts/00readme.txt
lib/python${MODPY_VERSION}/site-packages/reportlab/demos/stdfonts/stdfonts.py
lib/python${MODPY_VERSION}/site-packages/reportlab/demos/stdfonts/stdfonts.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/demos/tests/
lib/python${MODPY_VERSION}/site-packages/reportlab/demos/tests/testdemos.py
lib/python${MODPY_VERSION}/site-packages/reportlab/demos/tests/testdemos.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/docs/
lib/python${MODPY_VERSION}/site-packages/reportlab/docs/genAll.py
lib/python${MODPY_VERSION}/site-packages/reportlab/docs/genAll.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/docs/graphguide/
lib/python${MODPY_VERSION}/site-packages/reportlab/docs/graphguide/ch1_intro.py
lib/python${MODPY_VERSION}/site-packages/reportlab/docs/graphguide/ch1_intro.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/docs/graphguide/ch2_concepts.py
@ -38,6 +48,7 @@ lib/python${MODPY_VERSION}/site-packages/reportlab/docs/graphguide/ch5_charts.py
lib/python${MODPY_VERSION}/site-packages/reportlab/docs/graphguide/ch5_charts.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/docs/graphguide/gengraphguide.py
lib/python${MODPY_VERSION}/site-packages/reportlab/docs/graphguide/gengraphguide.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/docs/images/
lib/python${MODPY_VERSION}/site-packages/reportlab/docs/images/Edit_Prefs.gif
lib/python${MODPY_VERSION}/site-packages/reportlab/docs/images/Python_21.gif
lib/python${MODPY_VERSION}/site-packages/reportlab/docs/images/Python_21_HINT.gif
@ -47,9 +58,11 @@ lib/python${MODPY_VERSION}/site-packages/reportlab/docs/images/jpnchars.jpg
lib/python${MODPY_VERSION}/site-packages/reportlab/docs/images/lj8100.jpg
lib/python${MODPY_VERSION}/site-packages/reportlab/docs/images/replogo.a85
lib/python${MODPY_VERSION}/site-packages/reportlab/docs/images/replogo.gif
lib/python${MODPY_VERSION}/site-packages/reportlab/docs/reference/
lib/python${MODPY_VERSION}/site-packages/reportlab/docs/reference/genreference.py
lib/python${MODPY_VERSION}/site-packages/reportlab/docs/reference/genreference.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/docs/reference/reference.yml
lib/python${MODPY_VERSION}/site-packages/reportlab/docs/userguide/
lib/python${MODPY_VERSION}/site-packages/reportlab/docs/userguide/app_demos.py
lib/python${MODPY_VERSION}/site-packages/reportlab/docs/userguide/app_demos.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/docs/userguide/ch1_intro.py
@ -73,7 +86,9 @@ lib/python${MODPY_VERSION}/site-packages/reportlab/docs/userguide/ch9_future.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/docs/userguide/genuserguide.py
lib/python${MODPY_VERSION}/site-packages/reportlab/docs/userguide/genuserguide.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/docs/userguide/testfile.txt
lib/python${MODPY_VERSION}/site-packages/reportlab/extensions/
lib/python${MODPY_VERSION}/site-packages/reportlab/extensions/README
lib/python${MODPY_VERSION}/site-packages/reportlab/fonts/
lib/python${MODPY_VERSION}/site-packages/reportlab/fonts/00readme.txt
lib/python${MODPY_VERSION}/site-packages/reportlab/fonts/LeERC___.AFM
lib/python${MODPY_VERSION}/site-packages/reportlab/fonts/LeERC___.PFB
@ -81,8 +96,10 @@ lib/python${MODPY_VERSION}/site-packages/reportlab/fonts/luxiserif.ttf
lib/python${MODPY_VERSION}/site-packages/reportlab/fonts/luxiserif_license.txt
lib/python${MODPY_VERSION}/site-packages/reportlab/fonts/rina.ttf
lib/python${MODPY_VERSION}/site-packages/reportlab/fonts/rina_license.txt
lib/python${MODPY_VERSION}/site-packages/reportlab/graphics/
lib/python${MODPY_VERSION}/site-packages/reportlab/graphics/__init__.py
lib/python${MODPY_VERSION}/site-packages/reportlab/graphics/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/graphics/charts/
lib/python${MODPY_VERSION}/site-packages/reportlab/graphics/charts/__init__.py
lib/python${MODPY_VERSION}/site-packages/reportlab/graphics/charts/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/graphics/charts/areas.py
@ -133,6 +150,7 @@ lib/python${MODPY_VERSION}/site-packages/reportlab/graphics/testshapes.py
lib/python${MODPY_VERSION}/site-packages/reportlab/graphics/testshapes.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/graphics/widgetbase.py
lib/python${MODPY_VERSION}/site-packages/reportlab/graphics/widgetbase.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/graphics/widgets/
lib/python${MODPY_VERSION}/site-packages/reportlab/graphics/widgets/__init__.py
lib/python${MODPY_VERSION}/site-packages/reportlab/graphics/widgets/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/graphics/widgets/eventcal.py
@ -145,6 +163,7 @@ lib/python${MODPY_VERSION}/site-packages/reportlab/graphics/widgets/markers.py
lib/python${MODPY_VERSION}/site-packages/reportlab/graphics/widgets/markers.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/graphics/widgets/signsandsymbols.py
lib/python${MODPY_VERSION}/site-packages/reportlab/graphics/widgets/signsandsymbols.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/lib/
lib/python${MODPY_VERSION}/site-packages/reportlab/lib/PyFontify.py
lib/python${MODPY_VERSION}/site-packages/reportlab/lib/PyFontify.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/lib/__init__.py
@ -197,6 +216,7 @@ lib/python${MODPY_VERSION}/site-packages/reportlab/lib/xmllib.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/lib/yaml.py
lib/python${MODPY_VERSION}/site-packages/reportlab/lib/yaml.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/license.txt
lib/python${MODPY_VERSION}/site-packages/reportlab/pdfbase/
lib/python${MODPY_VERSION}/site-packages/reportlab/pdfbase/__init__.py
lib/python${MODPY_VERSION}/site-packages/reportlab/pdfbase/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/pdfbase/_cidfontdata.py
@ -217,6 +237,7 @@ lib/python${MODPY_VERSION}/site-packages/reportlab/pdfbase/pdfutils.py
lib/python${MODPY_VERSION}/site-packages/reportlab/pdfbase/pdfutils.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/pdfbase/ttfonts.py
lib/python${MODPY_VERSION}/site-packages/reportlab/pdfbase/ttfonts.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/pdfgen/
lib/python${MODPY_VERSION}/site-packages/reportlab/pdfgen/__init__.py
lib/python${MODPY_VERSION}/site-packages/reportlab/pdfgen/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/pdfgen/canvas.py
@ -231,6 +252,7 @@ lib/python${MODPY_VERSION}/site-packages/reportlab/pdfgen/pycanvas.py
lib/python${MODPY_VERSION}/site-packages/reportlab/pdfgen/pycanvas.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/pdfgen/textobject.py
lib/python${MODPY_VERSION}/site-packages/reportlab/pdfgen/textobject.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/platypus/
lib/python${MODPY_VERSION}/site-packages/reportlab/platypus/__init__.py
lib/python${MODPY_VERSION}/site-packages/reportlab/platypus/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/platypus/doctemplate.py
@ -255,6 +277,7 @@ lib/python${MODPY_VERSION}/site-packages/reportlab/platypus/xpreformatted.py
lib/python${MODPY_VERSION}/site-packages/reportlab/platypus/xpreformatted.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/rl_config.py
lib/python${MODPY_VERSION}/site-packages/reportlab/rl_config.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/test/
lib/python${MODPY_VERSION}/site-packages/reportlab/test/__init__.py
lib/python${MODPY_VERSION}/site-packages/reportlab/test/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/test/pythonpowered.gif
@ -356,9 +379,11 @@ lib/python${MODPY_VERSION}/site-packages/reportlab/test/unittest.py
lib/python${MODPY_VERSION}/site-packages/reportlab/test/unittest.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/test/utils.py
lib/python${MODPY_VERSION}/site-packages/reportlab/test/utils.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/tools/
lib/python${MODPY_VERSION}/site-packages/reportlab/tools/README
lib/python${MODPY_VERSION}/site-packages/reportlab/tools/__init__.py
lib/python${MODPY_VERSION}/site-packages/reportlab/tools/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/tools/docco/
lib/python${MODPY_VERSION}/site-packages/reportlab/tools/docco/README
lib/python${MODPY_VERSION}/site-packages/reportlab/tools/docco/__init__.py
lib/python${MODPY_VERSION}/site-packages/reportlab/tools/docco/__init__.pyc
@ -384,6 +409,7 @@ lib/python${MODPY_VERSION}/site-packages/reportlab/tools/docco/yaml.py
lib/python${MODPY_VERSION}/site-packages/reportlab/tools/docco/yaml.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/tools/docco/yaml2pdf.py
lib/python${MODPY_VERSION}/site-packages/reportlab/tools/docco/yaml2pdf.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/tools/py2pdf/
lib/python${MODPY_VERSION}/site-packages/reportlab/tools/py2pdf/README
lib/python${MODPY_VERSION}/site-packages/reportlab/tools/py2pdf/__init__.py
lib/python${MODPY_VERSION}/site-packages/reportlab/tools/py2pdf/__init__.pyc
@ -395,11 +421,13 @@ lib/python${MODPY_VERSION}/site-packages/reportlab/tools/py2pdf/idle_print.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/tools/py2pdf/py2pdf.py
lib/python${MODPY_VERSION}/site-packages/reportlab/tools/py2pdf/py2pdf.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/tools/py2pdf/vertpython.jpg
lib/python${MODPY_VERSION}/site-packages/reportlab/tools/pythonpoint/
lib/python${MODPY_VERSION}/site-packages/reportlab/tools/pythonpoint/README
lib/python${MODPY_VERSION}/site-packages/reportlab/tools/pythonpoint/__init__.py
lib/python${MODPY_VERSION}/site-packages/reportlab/tools/pythonpoint/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/tools/pythonpoint/customshapes.py
lib/python${MODPY_VERSION}/site-packages/reportlab/tools/pythonpoint/customshapes.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/tools/pythonpoint/demos/
lib/python${MODPY_VERSION}/site-packages/reportlab/tools/pythonpoint/demos/LeERC___.AFM
lib/python${MODPY_VERSION}/site-packages/reportlab/tools/pythonpoint/demos/LeERC___.PFB
lib/python${MODPY_VERSION}/site-packages/reportlab/tools/pythonpoint/demos/examples.py
@ -422,6 +450,7 @@ lib/python${MODPY_VERSION}/site-packages/reportlab/tools/pythonpoint/pythonpoint
lib/python${MODPY_VERSION}/site-packages/reportlab/tools/pythonpoint/pythonpoint.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/tools/pythonpoint/stdparser.py
lib/python${MODPY_VERSION}/site-packages/reportlab/tools/pythonpoint/stdparser.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/tools/pythonpoint/styles/
lib/python${MODPY_VERSION}/site-packages/reportlab/tools/pythonpoint/styles/__init__.py
lib/python${MODPY_VERSION}/site-packages/reportlab/tools/pythonpoint/styles/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/reportlab/tools/pythonpoint/styles/horrible.py
@ -435,32 +464,3 @@ lib/python${MODPY_VERSION}/site-packages/reportlab/tools/pythonpoint/styles/proj
lib/python${MODPY_VERSION}/site-packages/reportlab/tools/pythonpoint/styles/standard.py
lib/python${MODPY_VERSION}/site-packages/reportlab/tools/pythonpoint/styles/standard.pyc
%%SHARED%%
@dirrm lib/python${MODPY_VERSION}/site-packages/reportlab/tools/pythonpoint/styles
@dirrm lib/python${MODPY_VERSION}/site-packages/reportlab/tools/pythonpoint/demos
@dirrm lib/python${MODPY_VERSION}/site-packages/reportlab/tools/pythonpoint
@dirrm lib/python${MODPY_VERSION}/site-packages/reportlab/tools/py2pdf
@dirrm lib/python${MODPY_VERSION}/site-packages/reportlab/tools/docco
@dirrm lib/python${MODPY_VERSION}/site-packages/reportlab/tools
@dirrm lib/python${MODPY_VERSION}/site-packages/reportlab/test
@dirrm lib/python${MODPY_VERSION}/site-packages/reportlab/platypus
@dirrm lib/python${MODPY_VERSION}/site-packages/reportlab/pdfgen
@dirrm lib/python${MODPY_VERSION}/site-packages/reportlab/pdfbase
@dirrm lib/python${MODPY_VERSION}/site-packages/reportlab/lib
@dirrm lib/python${MODPY_VERSION}/site-packages/reportlab/graphics/widgets
@dirrm lib/python${MODPY_VERSION}/site-packages/reportlab/graphics/charts
@dirrm lib/python${MODPY_VERSION}/site-packages/reportlab/graphics
@dirrm lib/python${MODPY_VERSION}/site-packages/reportlab/fonts
@dirrm lib/python${MODPY_VERSION}/site-packages/reportlab/extensions
@dirrm lib/python${MODPY_VERSION}/site-packages/reportlab/docs/userguide
@dirrm lib/python${MODPY_VERSION}/site-packages/reportlab/docs/reference
@dirrm lib/python${MODPY_VERSION}/site-packages/reportlab/docs/images
@dirrm lib/python${MODPY_VERSION}/site-packages/reportlab/docs/graphguide
@dirrm lib/python${MODPY_VERSION}/site-packages/reportlab/docs
@dirrm lib/python${MODPY_VERSION}/site-packages/reportlab/demos/tests
@dirrm lib/python${MODPY_VERSION}/site-packages/reportlab/demos/stdfonts
@dirrm lib/python${MODPY_VERSION}/site-packages/reportlab/demos/rlzope
@dirrm lib/python${MODPY_VERSION}/site-packages/reportlab/demos/odyssey
@dirrm lib/python${MODPY_VERSION}/site-packages/reportlab/demos/gadflypaper
@dirrm lib/python${MODPY_VERSION}/site-packages/reportlab/demos/colors
@dirrm lib/python${MODPY_VERSION}/site-packages/reportlab/demos
@dirrm lib/python${MODPY_VERSION}/site-packages/reportlab

View File

@ -1,5 +1,6 @@
@comment $OpenBSD: PLIST,v 1.11 2004/08/11 10:42:54 espie Exp $
@comment $OpenBSD: PLIST,v 1.12 2004/09/15 18:32:15 espie Exp $
@pkgcfl dvipdfm-*
share/texmf/
share/texmf/ChangeLog
share/texmf/LICENSE.texmf
share/texmf/aliases
@ -12149,6 +12150,7 @@ share/texmf/texdoctk/
share/texmf/texdoctk/texdocrc.defaults
share/texmf/texdoctk/texdoctk.dat
share/texmf/updates.dat
share/texmf/web2c/
share/texmf/web2c/amiga-pl.tcx
share/texmf/web2c/cp1250cs.tcx
share/texmf/web2c/cp1250pl.tcx
@ -12171,5 +12173,3 @@ share/texmf/web2c/updmap.cfg
share/texmf/xdvi/
@comment no checksum
share/texmf/xdvi/XDvi
@extra share/texmf/web2c/
@extra share/texmf/

View File

@ -1,9 +1,10 @@
@comment $OpenBSD: PLIST,v 1.6 2003/04/04 14:28:36 naddy Exp $
@comment $OpenBSD: PLIST,v 1.7 2004/09/15 18:32:15 espie Exp $
bin/fig2dev
bin/fig2ps2tex
bin/fig2ps2tex.sh
bin/pic2tpic
bin/transfig
lib/X11/fig2dev/
lib/X11/fig2dev/cs_CZ.ps
lib/X11/fig2dev/hr_HR.ps
lib/X11/fig2dev/hu_HU.ps
@ -22,6 +23,8 @@ lib/X11/fig2dev/pl_PL.ps
lib/X11/fig2dev/ro_RO.ps
lib/X11/fig2dev/sk_SK.ps
lib/X11/fig2dev/sl_SI.ps
lib/X11/xfig/
lib/X11/xfig/bitmaps/
lib/X11/xfig/bitmaps/bricks.bmp
lib/X11/xfig/bitmaps/circles.bmp
lib/X11/xfig/bitmaps/crosshatch.bmp
@ -71,10 +74,7 @@ lib/X11/xfig/bitmaps/vert_leftshingle.bmp
lib/X11/xfig/bitmaps/vert_rightshingle.bmp
lib/X11/xfig/bitmaps/vert_saw.bmp
lib/X11/xfig/bitmaps/vertical.bmp
man/cat1/fig2dev.0
man/cat1/fig2ps2tex.0
man/cat1/pic2tpic.0
man/cat1/transfig.0
@dirrm lib/X11/xfig/bitmaps
@dirrm lib/X11/xfig
@dirrm lib/X11/fig2dev
@man man/cat1/fig2dev.0
@man man/cat1/fig2ps2tex.0
@man man/cat1/pic2tpic.0
@man man/cat1/transfig.0

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.3 2003/11/02 20:16:35 margarida Exp $
@comment $OpenBSD: PLIST,v 1.4 2004/09/15 18:32:53 espie Exp $
bin/devtodo
bin/tda
bin/tdd
@ -6,15 +6,17 @@ bin/tde
bin/tdl
bin/tdr
bin/todo
man/man1/devtodo.1
man/man1/tda.1
man/man1/tdd.1
man/man1/tde.1
man/man1/tdl.1
man/man1/tdr.1
man/man1/todo.1
@man man/man1/devtodo.1
@man man/man1/tda.1
@man man/man1/tdd.1
@man man/man1/tde.1
@man man/man1/tdl.1
@man man/man1/tdr.1
@man man/man1/todo.1
share/doc/devtodo/
share/doc/devtodo/QuickStart
share/doc/devtodo/README
share/examples/devtodo/
share/examples/devtodo/changelog2html
share/examples/devtodo/changelog2todo
share/examples/devtodo/scripts.sh
@ -27,7 +29,5 @@ share/examples/devtodo/todo2pdf.README
share/examples/devtodo/todo2pdf.sh
share/examples/devtodo/todo2pdf.xslt
share/examples/devtodo/todorc.example
@dirrm share/examples/devtodo
@dirrm share/doc/devtodo
@cwd ${SYSCONFDIR}
@extra todorc

View File

@ -1,6 +1,6 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/11/10 22:07:07 heko Exp $
@comment $OpenBSD: PLIST,v 1.2 2004/09/15 18:32:53 espie Exp $
bin/gtimer
man/man1/gtimer.1
@man man/man1/gtimer.1
share/doc/gtimer/
share/doc/gtimer/FAQ.html
share/doc/gtimer/README
@dirrm share/doc/gtimer

View File

@ -1,9 +1,9 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/10/02 09:06:23 espie Exp $
@comment $OpenBSD: PLIST,v 1.2 2004/09/15 18:32:53 espie Exp $
bin/qhacc
share/doc/qhacc/
share/doc/qhacc/FILE_FORMAT
share/doc/qhacc/formats.html
share/doc/qhacc/index.html
share/doc/qhacc/intro.html
share/doc/qhacc/primer.html
share/doc/qhacc/using.html
@dirrm share/doc/qhacc

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.2 2003/05/04 17:59:35 margarida Exp $
@comment $OpenBSD: PLIST,v 1.3 2004/09/15 18:32:53 espie Exp $
bin/egon
bin/gvu
bin/mgptotxt
@ -10,9 +10,15 @@ bin/siagrun
bin/tsiag
bin/xedplus
bin/xfiler
doc/
doc/siag/
doc/siag/antiword/
doc/siag/antiword/README
lib/siag/
lib/siag/antiword/
lib/siag/antiword/8859-1.txt
lib/siag/antiword/antiword
lib/siag/plugins/
lib/siag/plugins/clipart
lib/siag/plugins/dummy
lib/siag/plugins/form
@ -20,22 +26,24 @@ lib/siag/plugins/hello
lib/siag/plugins/image
lib/siag/plugins/plot
lib/siag/plugins/text
man/man1/dummy_plugin.1
man/man1/egon.1
man/man1/gvu.1
man/man1/pw.1
man/man1/runcmd.1
man/man1/siag.1
man/man1/siod.1
man/man1/xedplus.1
man/man1/xfiler.1
@man man/man1/dummy_plugin.1
@man man/man1/egon.1
@man man/man1/gvu.1
@man man/man1/pw.1
@man man/man1/runcmd.1
@man man/man1/siag.1
@man man/man1/siod.1
@man man/man1/xedplus.1
@man man/man1/xfiler.1
share/doc/AUTHORS
share/doc/COPYING
share/doc/FILES
share/doc/NLS
share/doc/README
share/doc/common/
share/doc/common/COPYING.LIB
share/doc/common/Copyright
share/doc/common/bitmaps/
share/doc/common/bitmaps/bold.gif
share/doc/common/bitmaps/borders.gif
share/doc/common/bitmaps/copyright.gif
@ -72,10 +80,12 @@ share/doc/common/office.html
share/doc/common/plugins.html
share/doc/common/search.html
share/doc/common/siaghelp.html
share/doc/egon/
share/doc/egon/commands.html
share/doc/egon/concepts.html
share/doc/egon/egon.gif
share/doc/egon/egon.html
share/doc/egon/examples/
share/doc/egon/examples/bounce.egon
share/doc/egon/examples/ms.egon
share/doc/egon/examples/propeller.egon
@ -89,14 +99,18 @@ share/doc/egon/scheme.html
share/doc/egon/scrollbars.html
share/doc/egon/strings.html
share/doc/egon/toolbar.html
share/doc/gvu/
share/doc/gvu/README
share/doc/gvu/comments.doc
share/doc/gvu/copyright.html
share/doc/gvu/gs.interface
share/doc/gvu/gvu.html
share/doc/plugins/
share/doc/plugins/README
share/doc/pw/
share/doc/pw/commands.html
share/doc/pw/concepts.html
share/doc/pw/examples/
share/doc/pw/examples/changes.pw
share/doc/pw/examples/chead.doc
share/doc/pw/examples/chead.html
@ -130,11 +144,13 @@ share/doc/pw/scrollbars.html
share/doc/pw/spell.html
share/doc/pw/strings.html
share/doc/pw/toolbar.html
share/doc/siag/
share/doc/siag/README
share/doc/siag/c-expr.html
share/doc/siag/commands.html
share/doc/siag/concepts.html
share/doc/siag/data.scm
share/doc/siag/examples/
share/doc/siag/examples/allfuncs.wk1
share/doc/siag/examples/allfunctions.siag
share/doc/siag/examples/cheeses.siag
@ -189,13 +205,20 @@ share/doc/siag/siag.gif
share/doc/siag/siag.html
share/doc/siag/strings.html
share/doc/siag/toolbar.html
share/doc/siod/
share/doc/siod/siod.html
share/doc/xcommon/
share/doc/xcommon/form.scm
share/doc/xedplus/
share/doc/xedplus/README
share/doc/xedplus/xedplus.html
share/doc/xfiler/
share/doc/xfiler/README
share/doc/xfiler/xfiler.html
share/siag/
share/siag/common/
share/siag/common/any2xpm
share/siag/common/bitmaps/
share/siag/common/bitmaps/SO3.xpm
share/siag/common/bitmaps/addressbook.xpm
share/siag/common/bitmaps/back.xpm
@ -220,6 +243,7 @@ share/siag/common/bitmaps/fld_open.xpm
share/siag/common/bitmaps/fld_up.xpm
share/siag/common/bitmaps/fonts.xpm
share/siag/common/bitmaps/ghost.xpm
share/siag/common/bitmaps/gnome/
share/siag/common/bitmaps/gnome/back.xpm
share/siag/common/bitmaps/gnome/bold.xpm
share/siag/common/bitmaps/gnome/cancel.xpm
@ -265,6 +289,7 @@ share/siag/common/bitmaps/image.xpm
share/siag/common/bitmaps/info.xpm
share/siag/common/bitmaps/insert.xpm
share/siag/common/bitmaps/italic.xpm
share/siag/common/bitmaps/kde/
share/siag/common/bitmaps/kde/back.xpm
share/siag/common/bitmaps/kde/cancel.xpm
share/siag/common/bitmaps/kde/copy.xpm
@ -289,6 +314,7 @@ share/siag/common/bitmaps/kde/saveas.xpm
share/siag/common/bitmaps/kde/search.xpm
share/siag/common/bitmaps/kde/smaller.xpm
share/siag/common/bitmaps/kde/stop.xpm
share/siag/common/bitmaps/kde2/
share/siag/common/bitmaps/kde2/back.xpm
share/siag/common/bitmaps/kde2/bold.xpm
share/siag/common/bitmaps/kde2/borders.xpm
@ -334,6 +360,7 @@ share/siag/common/bitmaps/landscape.xpm
share/siag/common/bitmaps/larger.xpm
share/siag/common/bitmaps/lline.xpm
share/siag/common/bitmaps/mail.xpm
share/siag/common/bitmaps/ms/
share/siag/common/bitmaps/ms/bold.xpm
share/siag/common/bitmaps/ms/copy.xpm
share/siag/common/bitmaps/ms/cut.xpm
@ -415,6 +442,7 @@ share/siag/common/dictionary.pt_BR
share/siag/common/dictionary.ru
share/siag/common/dictionary.sv
share/siag/common/position.scm
share/siag/common/themes/
share/siag/common/themes/theme.athena
share/siag/common/themes/theme.classic
share/siag/common/themes/theme.gnome
@ -422,18 +450,22 @@ share/siag/common/themes/theme.kde
share/siag/common/themes/theme.kde2
share/siag/common/themes/theme.ms
share/siag/common/tools.scm
share/siag/egon/
share/siag/egon/animator.scm
share/siag/egon/egon.scm
share/siag/egon/external.load
share/siag/egon/external.save
share/siag/egon/menu.scm
share/siag/plugins/
share/siag/plugins/dummy.scm
share/siag/plugins/plugin.scm
share/siag/pw/
share/siag/pw/external.load
share/siag/pw/external.save
share/siag/pw/menu.scm
share/siag/pw/pw.scm
share/siag/pw/styles.scm
share/siag/siag/
share/siag/siag/123.scm
share/siag/siag/ccmath.scm
share/siag/siag/data.scm
@ -455,44 +487,12 @@ share/siag/siag/styles.scm
share/siag/siag/toolbar.scm
share/siag/siag/trans.scm
share/siag/siag/usermgr.scm
share/siag/siod/
share/siag/siod/siod.scm
share/siag/xcommon/
share/siag/xcommon/StringDefs.scm
share/siag/xcommon/form.scm
share/siag/xfiler/
share/siag/xfiler/FilesMagic
share/siag/xfiler/Filesrc
share/siag/xfiler/makeicons
@dirrm share/siag/xfiler
@dirrm share/siag/xcommon
@dirrm share/siag/siod
@dirrm share/siag/siag
@dirrm share/siag/pw
@dirrm share/siag/plugins
@dirrm share/siag/egon
@dirrm share/siag/common/themes
@dirrm share/siag/common/bitmaps/ms
@dirrm share/siag/common/bitmaps/kde2
@dirrm share/siag/common/bitmaps/kde
@dirrm share/siag/common/bitmaps/gnome
@dirrm share/siag/common/bitmaps
@dirrm share/siag/common
@dirrm share/siag
@dirrm share/doc/xfiler
@dirrm share/doc/xedplus
@dirrm share/doc/xcommon
@dirrm share/doc/siod
@dirrm share/doc/siag/examples
@dirrm share/doc/siag
@dirrm share/doc/pw/examples
@dirrm share/doc/pw
@dirrm share/doc/plugins
@dirrm share/doc/gvu
@dirrm share/doc/egon/examples
@dirrm share/doc/egon
@dirrm share/doc/common/bitmaps
@dirrm share/doc/common
@dirrm lib/siag/plugins
@dirrm lib/siag/antiword
@dirrm lib/siag
@dirrm doc/siag/antiword
@dirrm doc/siag
@dirrm doc

View File

@ -1,5 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/05/01 23:19:48 pvalchev Exp $
@comment $OpenBSD: PLIST,v 1.2 2004/09/15 18:32:53 espie Exp $
bin/xinvest
lib/X11/app-defaults/Xinvest.ad
share/doc/xinvest/
share/doc/xinvest/README
@dirrm share/doc/xinvest

View File

@ -1,8 +1,9 @@
@comment $OpenBSD: PLIST,v 1.3 2004/04/14 10:44:13 xsa Exp $
@comment $OpenBSD: PLIST,v 1.4 2004/09/15 18:33:24 espie Exp $
bin/cyrtrans
bin/discover
libexec/cyrproxy
libexec/tcpspy
share/cyrproxy/
share/cyrproxy/alt-iso
share/cyrproxy/alt-koi8
share/cyrproxy/alt-win
@ -19,10 +20,9 @@ share/cyrproxy/mac-koi8
share/cyrproxy/win-alt
share/cyrproxy/win-iso
share/cyrproxy/win-koi8
share/doc/cyrproxy/
share/doc/cyrproxy/History
share/doc/cyrproxy/README
share/doc/cyrproxy/README.http
@dirrm share/doc/cyrproxy
@dirrm share/cyrproxy
@cwd ${SYSCONFDIR}
@extra cyrproxy.conf

View File

@ -1,8 +1,8 @@
@comment $OpenBSD: PLIST,v 1.2 2000/06/15 05:31:53 form Exp $
@comment $OpenBSD: PLIST,v 1.3 2004/09/15 18:33:24 espie Exp $
bin/a2kfcnv
bin/fromdos
bin/todos
bin/fromwin
bin/todos
bin/towin
share/doc/d1489/
share/doc/d1489/README
@dirrm share/doc/d1489

View File

@ -1,9 +1,20 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/04/20 19:48:45 grange Exp $
@comment $OpenBSD: PLIST,v 1.2 2004/09/15 18:33:24 espie Exp $
share/texmf-local/
share/texmf-local/doc/
share/texmf-local/doc/fonts/
share/texmf-local/doc/fonts/pscyr/
share/texmf-local/doc/fonts/pscyr/LICENSE
share/texmf-local/doc/fonts/pscyr/PROBLEMS
share/texmf-local/doc/fonts/pscyr/README.koi
share/texmf-local/dvips/
share/texmf-local/dvips/base/
share/texmf-local/dvips/base/t2a.enc
share/texmf-local/dvips/config/
share/texmf-local/dvips/config/pscyr.map
share/texmf-local/fonts/
share/texmf-local/fonts/afm/
share/texmf-local/fonts/afm/public/
share/texmf-local/fonts/afm/public/pscyr/
share/texmf-local/fonts/afm/public/pscyr/acade1.afm
share/texmf-local/fonts/afm/public/pscyr/acade2.afm
share/texmf-local/fonts/afm/public/pscyr/acade3.afm
@ -46,6 +57,9 @@ share/texmf-local/fonts/afm/public/pscyr/times.afm
share/texmf-local/fonts/afm/public/pscyr/timesbd.afm
share/texmf-local/fonts/afm/public/pscyr/timesbi.afm
share/texmf-local/fonts/afm/public/pscyr/timesi.afm
share/texmf-local/fonts/tfm/
share/texmf-local/fonts/tfm/public/
share/texmf-local/fonts/tfm/public/pscyr/
share/texmf-local/fonts/tfm/public/pscyr/facb6a.tfm
share/texmf-local/fonts/tfm/public/pscyr/facb7t.tfm
share/texmf-local/fonts/tfm/public/pscyr/facbo6a.tfm
@ -178,6 +192,9 @@ share/texmf-local/fonts/tfm/public/pscyr/ftxri6a.tfm
share/texmf-local/fonts/tfm/public/pscyr/ftxri7t.tfm
share/texmf-local/fonts/tfm/public/pscyr/ftxro6a.tfm
share/texmf-local/fonts/tfm/public/pscyr/ftxro7t.tfm
share/texmf-local/fonts/type1/
share/texmf-local/fonts/type1/public/
share/texmf-local/fonts/type1/public/pscyr/
share/texmf-local/fonts/type1/public/pscyr/acade1.pfb
share/texmf-local/fonts/type1/public/pscyr/acade2.pfb
share/texmf-local/fonts/type1/public/pscyr/acade3.pfb
@ -220,6 +237,9 @@ share/texmf-local/fonts/type1/public/pscyr/times.pfb
share/texmf-local/fonts/type1/public/pscyr/timesbd.pfb
share/texmf-local/fonts/type1/public/pscyr/timesbi.pfb
share/texmf-local/fonts/type1/public/pscyr/timesi.pfb
share/texmf-local/fonts/vf/
share/texmf-local/fonts/vf/public/
share/texmf-local/fonts/vf/public/pscyr/
share/texmf-local/fonts/vf/public/pscyr/facb7t.vf
share/texmf-local/fonts/vf/public/pscyr/facbo7t.vf
share/texmf-local/fonts/vf/public/pscyr/facr7t.vf
@ -291,6 +311,9 @@ share/texmf-local/fonts/vf/public/pscyr/ftxr7t.vf
share/texmf-local/fonts/vf/public/pscyr/ftxrc6a.vf
share/texmf-local/fonts/vf/public/pscyr/ftxri7t.vf
share/texmf-local/fonts/vf/public/pscyr/ftxro7t.vf
share/texmf-local/tex/
share/texmf-local/tex/latex/
share/texmf-local/tex/latex/pscyr/
share/texmf-local/tex/latex/pscyr/ot1fac.fd
share/texmf-local/tex/latex/pscyr/ot1fad.fd
share/texmf-local/tex/latex/pscyr/ot1faq.fd
@ -323,12 +346,6 @@ share/texmf-local/tex/latex/pscyr/t2aftx.fd
@exec %D/bin/mktexlsr
@exec echo "Map pscyr.map" >> %D/share/texmf/web2c/updmap.cfg
@exec %D/bin/updmap
@dirrm share/texmf-local/tex/latex/pscyr
@dirrm share/texmf-local/fonts/vf/public/pscyr
@dirrm share/texmf-local/fonts/type1/public/pscyr
@dirrm share/texmf-local/fonts/tfm/public/pscyr
@dirrm share/texmf-local/fonts/afm/public/pscyr
@dirrm share/texmf-local/doc/fonts/pscyr
@unexec %D/bin/mktexlsr
@unexec perl -i -pe 's/^Map pscyr\.map\n//' %D/share/texmf/web2c/updmap.cfg
@unexec %D/bin/updmap

View File

@ -1,4 +1,7 @@
@comment $OpenBSD: PLIST,v 1.6 2000/06/26 22:20:40 form Exp $
@comment $OpenBSD: PLIST,v 1.7 2004/09/15 18:33:24 espie Exp $
lib/X11/fonts/
lib/X11/fonts/xcyrillic/
lib/X11/fonts/xcyrillic/100dpi/
lib/X11/fonts/xcyrillic/100dpi/crox1c.pcf.gz
lib/X11/fonts/xcyrillic/100dpi/crox1cb.pcf.gz
lib/X11/fonts/xcyrillic/100dpi/crox1cbo.pcf.gz
@ -60,6 +63,7 @@ lib/X11/fonts/xcyrillic/100dpi/crox6tb.pcf.gz
lib/X11/fonts/xcyrillic/100dpi/crox6tbo.pcf.gz
lib/X11/fonts/xcyrillic/100dpi/crox6to.pcf.gz
lib/X11/fonts/xcyrillic/100dpi/fonts.dir
lib/X11/fonts/xcyrillic/75dpi/
lib/X11/fonts/xcyrillic/75dpi/crox1c.pcf.gz
lib/X11/fonts/xcyrillic/75dpi/crox1cb.pcf.gz
lib/X11/fonts/xcyrillic/75dpi/crox1cbo.pcf.gz
@ -122,6 +126,7 @@ lib/X11/fonts/xcyrillic/75dpi/crox6tbo.pcf.gz
lib/X11/fonts/xcyrillic/75dpi/crox6to.pcf.gz
lib/X11/fonts/xcyrillic/75dpi/fonts.dir
lib/X11/fonts/xcyrillic/LICENSE.txt
lib/X11/fonts/xcyrillic/misc/
lib/X11/fonts/xcyrillic/misc/fonts.alias
lib/X11/fonts/xcyrillic/misc/fonts.dir
lib/X11/fonts/xcyrillic/misc/koi10x16b.pcf.gz
@ -145,8 +150,3 @@ lib/X11/fonts/xcyrillic/misc/koi9x18b.pcf.gz
lib/X11/fonts/xcyrillic/misc/koinil2.pcf.gz
lib/X11/fonts/xcyrillic/misc/screen8x16.pcf.gz
lib/X11/fonts/xcyrillic/misc/screen8x16b.pcf.gz
@dirrm lib/X11/fonts/xcyrillic/misc
@dirrm lib/X11/fonts/xcyrillic/75dpi
@dirrm lib/X11/fonts/xcyrillic/100dpi
@dirrm lib/X11/fonts/xcyrillic
@dirrm lib/X11/fonts

View File

@ -1,25 +0,0 @@
#!/bin/sh
# $OpenBSD: DEINSTALL,v 1.4 2004/04/14 10:44:13 xsa Exp $
#
# xruskb de-installation
set -e
PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/X11R6}
AD_FILE=/etc/X11/app-defaults/Xrus
if [ ${PKG_DELETE_EXTRA} != Yes -a -f ${AD_FILE} ]; then
echo
echo "+---------------"
echo "| To completely deinstall the $1 package you need to perform"
echo "| this step as root:"
echo "|"
echo "| rm -f ${AD_FILE}"
echo "|"
echo "| Do not do this if you plan on re-installing $1"
echo "| at some future time."
echo "+---------------"
echo
fi
exit 0

View File

@ -1,69 +0,0 @@
#!/bin/sh
# $OpenBSD: INSTALL,v 1.2 2001/08/13 04:10:02 form Exp $
#
# Pre/post-installation setup of xruskb
# exit on errors, use a sane path and install prefix
#
set -e
PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/X11R6}
AD_FILE=/etc/X11/app-defaults/Xrus
SAMPLE_AD_FILE=${PREFIX}/share/xruskb/Xrus.ad
# Function: tell the user what s/he needs to do to use the port just installed
#
do_notice()
{
echo
echo "+---------------"
echo "| The existing $1 application defaults file,"
echo "| ${AD_FILE}, has NOT been changed."
echo "| You may want to compare it to the"
echo "| current sample file, ${SAMPLE_AD_FILE},"
echo "| and update your configuration as needed."
echo "+---------------"
echo
}
# Function: install default application defaults file from the sample
#
do_install()
{
install -o root -g wheel -m 444 ${SAMPLE_AD_FILE} ${AD_FILE}
echo
echo "+---------------"
echo "| The $1 application defaults file, ${AD_FILE},"
echo "| has been installed. Please view this file and change"
echo "| the configuration to meet your needs."
echo "+---------------"
echo
}
# verify proper execution
#
if [ $# -ne 2 ]; then
echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2
exit 1
fi
# Verify/process the command
#
case $2 in
PRE-INSTALL)
: nothing to pre-install for this port
;;
POST-INSTALL)
if [ -f ${AD_FILE} ]; then
do_notice $1
else
do_install $1
fi
;;
*)
echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2
exit 1
;;
esac
exit 0

View File

@ -1,14 +1,17 @@
@comment $OpenBSD: PLIST,v 1.9 2004/04/14 10:44:13 xsa Exp $
@comment $OpenBSD: PLIST,v 1.10 2004/09/15 18:33:24 espie Exp $
bin/xrus
bin/xrusmodmap
man/man1/xrus.1
@man man/man1/xrus.1
share/doc/xruskb/
share/doc/xruskb/README
share/doc/xruskb/README.WindowMaker
share/doc/xruskb/xrus.doc
share/doc/xruskb/xrus.doc-koi8
share/xruskb/
share/xruskb/DocumentL.xpm
share/xruskb/DocumentY.xpm
share/xruskb/Xrus.ad
@sample /etc/X11/app-defaults/Xrus
share/xruskb/Xrus.wmaker
share/xruskb/fr.xmm
share/xruskb/hebrew-iso8.xmm
@ -46,7 +49,3 @@ share/xruskb/yawerty-deru-iso5.xmm
share/xruskb/yawerty-deru-koi8.xmm
share/xruskb/yawerty-iso5.xmm
share/xruskb/yawerty-koi8.xmm
@dirrm share/xruskb
@dirrm share/doc/xruskb
@cwd /etc/X11/app-defaults
@extra Xrus