new PLISTs
kde is shared_only -> ditch PFRAG.shared*
This commit is contained in:
parent
67ea36458d
commit
64037f3f03
@ -1,24 +0,0 @@
|
||||
#!/bin/sh
|
||||
# $OpenBSD: DEINSTALL,v 1.4 2003/11/14 23:52:42 brad Exp $
|
||||
#
|
||||
# Imlib de-installation
|
||||
|
||||
PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||
PREFIX=${PKG_PREFIX:-/usr/local}
|
||||
CONFIG_DIR=${SYSCONFDIR}/imlib
|
||||
|
||||
if [ "$PKG_DELETE_EXTRA" != Yes -a -d $CONFIG_DIR ]; then
|
||||
echo
|
||||
echo "+---------------"
|
||||
echo "| To completely deinstall the $1 package you need to perform"
|
||||
echo "| this step as root:"
|
||||
echo "|"
|
||||
echo "| rm -rf $CONFIG_DIR"
|
||||
echo "|"
|
||||
echo "| Do not do this if you plan on re-installing $1"
|
||||
echo "| at some future time."
|
||||
echo "+---------------"
|
||||
echo
|
||||
fi
|
||||
|
||||
exit 0
|
@ -1,62 +0,0 @@
|
||||
#!/bin/sh
|
||||
# $OpenBSD: INSTALL,v 1.4 2003/11/14 23:52:42 brad Exp $
|
||||
#
|
||||
# Pre/post-installation setup of Imlib
|
||||
|
||||
PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||
PREFIX=${PKG_PREFIX:-/usr/local}
|
||||
CONFIG_DIR=${SYSCONFDIR}/imlib
|
||||
SAMPLE_CONFIG_DIR=$PREFIX/share/examples/imlib
|
||||
|
||||
do_notice()
|
||||
{
|
||||
echo
|
||||
echo "+---------------"
|
||||
echo "| The existing $1 configuration file, $CONFIG_DIR/imrc,"
|
||||
echo "| has NOT been changed. You may want to compare it to the"
|
||||
echo "| current sample file, $SAMPLE_CONFIG_DIR/imrc,"
|
||||
echo "| and update your configuration as needed."
|
||||
echo "+---------------"
|
||||
echo
|
||||
}
|
||||
|
||||
do_install()
|
||||
{
|
||||
install -d -o root -g wheel -m 755 $CONFIG_DIR
|
||||
install -o root -g wheel -m 644 $SAMPLE_CONFIG_DIR/imrc $CONFIG_DIR
|
||||
install -o root -g wheel -m 644 $SAMPLE_CONFIG_DIR/im_palette.pal $CONFIG_DIR
|
||||
echo
|
||||
echo "+---------------"
|
||||
echo "| The $1 configuration file, $CONFIG_DIR/imrc,"
|
||||
echo "| has been installed. Please view this file and change"
|
||||
echo "| the configuration to meet your needs."
|
||||
echo "+---------------"
|
||||
echo
|
||||
|
||||
}
|
||||
|
||||
if [ $# -ne 2 ]; then
|
||||
echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
case $2 in
|
||||
PRE-INSTALL)
|
||||
: nothing to pre-install for this port
|
||||
;;
|
||||
POST-INSTALL)
|
||||
if [ ! -d $CONFIG_DIR ]; then
|
||||
do_install $1
|
||||
elif [ ! -f $CONFIG_DIR/imrc ]; then
|
||||
do_install $1
|
||||
else
|
||||
do_notice $1
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
exit 0
|
@ -1,4 +1,3 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.5 2002/05/17 02:42:15 brad Exp $
|
||||
lib/libImlib.so.19.14
|
||||
lib/libgdk_imlib.so.19.14
|
||||
DYNLIBDIR(%B)
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.6 2004/08/11 10:42:55 espie Exp $
|
||||
@lib lib/libImlib.so.19.14
|
||||
@lib lib/libgdk_imlib.so.19.14
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.11 2003/11/14 23:52:42 brad Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.12 2004/08/11 10:42:55 espie Exp $
|
||||
bin/imlib-config
|
||||
bin/imlib_config
|
||||
include/Imlib.h
|
||||
@ -11,13 +11,19 @@ lib/libImlib.a
|
||||
lib/libImlib.la
|
||||
lib/libgdk_imlib.a
|
||||
lib/libgdk_imlib.la
|
||||
%%SHARED%%
|
||||
man/man1/imlib-config.1
|
||||
man/man1/imlib_config.1
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/imlib.pc
|
||||
lib/pkgconfig/imlibgdk.pc
|
||||
@man man/man1/imlib-config.1
|
||||
@man man/man1/imlib_config.1
|
||||
share/aclocal/imlib.m4
|
||||
@sample ${SYSCONFDIR}/imlib/
|
||||
share/examples/imlib/
|
||||
share/examples/imlib/im_palette-small.pal
|
||||
share/examples/imlib/im_palette-tiny.pal
|
||||
share/examples/imlib/im_palette.pal
|
||||
@sample ${SYSCONFDIR}/imlib/im_palette.pal
|
||||
share/examples/imlib/imrc
|
||||
@dirrm share/examples/imlib
|
||||
@sample ${SYSCONFDIR}/imlib/imrc
|
||||
%%SHARED%%
|
||||
@extraunexec rm -rf ${SYSCONFDIR}/imlib
|
||||
|
@ -1,3 +1,2 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.2 2003/01/21 02:21:59 naddy Exp $
|
||||
lib/libexif.so.8.0
|
||||
DYNLIBDIR(%B)
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.3 2004/08/11 10:42:54 espie Exp $
|
||||
@lib lib/libexif.so.8.0
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2003/12/16 18:17:15 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2004/08/11 10:42:54 espie Exp $
|
||||
include/libexif/
|
||||
include/libexif/exif-byte-order.h
|
||||
include/libexif/exif-content.h
|
||||
include/libexif/exif-data.h
|
||||
@ -10,10 +11,9 @@ include/libexif/exif-tag.h
|
||||
include/libexif/exif-utils.h
|
||||
lib/libexif.a
|
||||
lib/libexif.la
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/libexif.pc
|
||||
share/locale/de/LC_MESSAGES/libexif-8.mo
|
||||
share/locale/es/LC_MESSAGES/libexif-8.mo
|
||||
share/locale/fr/LC_MESSAGES/libexif-8.mo
|
||||
%%SHARED%%
|
||||
@dirrm lib/pkgconfig
|
||||
@dirrm include/libexif
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.3 2004/04/14 18:39:58 brad Exp $
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.4 2004/08/11 10:42:54 espie Exp $
|
||||
lib/gphoto2/${VERSION}/libgphoto2_agfa_cl20.so
|
||||
lib/gphoto2/${VERSION}/libgphoto2_aox.so
|
||||
lib/gphoto2/${VERSION}/libgphoto2_barbie.so
|
||||
@ -49,6 +49,5 @@ lib/gphoto2/${VERSION}/libgphoto2_sx330z.so
|
||||
lib/gphoto2/${VERSION}/libgphoto2_toshiba.so
|
||||
lib/gphoto2_port/0.5.1/libgphoto2_port_serial.so
|
||||
lib/gphoto2_port/0.5.1/libgphoto2_port_usb.so
|
||||
lib/libgphoto2.so.2.3
|
||||
lib/libgphoto2_port.so.5.1
|
||||
DYNLIBDIR(%D/lib)
|
||||
@lib lib/libgphoto2.so.2.3
|
||||
@lib lib/libgphoto2_port.so.5.1
|
||||
|
@ -1,6 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2004/04/14 18:39:58 brad Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2004/08/11 10:42:54 espie Exp $
|
||||
bin/gphoto2-config
|
||||
bin/gphoto2-port-config
|
||||
include/gphoto2/
|
||||
include/gphoto2/gphoto2-abilities-list.h
|
||||
include/gphoto2/gphoto2-camera.h
|
||||
include/gphoto2/gphoto2-context.h
|
||||
@ -19,6 +20,8 @@ include/gphoto2/gphoto2-setting.h
|
||||
include/gphoto2/gphoto2-version.h
|
||||
include/gphoto2/gphoto2-widget.h
|
||||
include/gphoto2/gphoto2.h
|
||||
lib/gphoto2/
|
||||
lib/gphoto2/${VERSION}/
|
||||
lib/gphoto2/${VERSION}/libgphoto2_agfa_cl20.a
|
||||
lib/gphoto2/${VERSION}/libgphoto2_agfa_cl20.la
|
||||
lib/gphoto2/${VERSION}/libgphoto2_aox.a
|
||||
@ -115,6 +118,8 @@ lib/gphoto2/${VERSION}/libgphoto2_sx330z.a
|
||||
lib/gphoto2/${VERSION}/libgphoto2_sx330z.la
|
||||
lib/gphoto2/${VERSION}/libgphoto2_toshiba.a
|
||||
lib/gphoto2/${VERSION}/libgphoto2_toshiba.la
|
||||
lib/gphoto2_port/
|
||||
lib/gphoto2_port/0.5.1/
|
||||
lib/gphoto2_port/0.5.1/libgphoto2_port_serial.a
|
||||
lib/gphoto2_port/0.5.1/libgphoto2_port_serial.la
|
||||
lib/gphoto2_port/0.5.1/libgphoto2_port_usb.a
|
||||
@ -123,33 +128,28 @@ lib/libgphoto2.a
|
||||
lib/libgphoto2.la
|
||||
lib/libgphoto2_port.a
|
||||
lib/libgphoto2_port.la
|
||||
%%SHARED%%
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/libgphoto2.pc
|
||||
man/man3/libgphoto2.3
|
||||
man/man3/libgphoto2_port.3
|
||||
@man man/man3/libgphoto2.3
|
||||
@man man/man3/libgphoto2_port.3
|
||||
share/doc/libgphoto2/
|
||||
@comment share/doc/libgphoto2/AUTHORS
|
||||
@comment share/doc/libgphoto2/CHANGES
|
||||
@comment share/doc/libgphoto2/COPYING
|
||||
@comment share/doc/libgphoto2/NEWS
|
||||
share/doc/libgphoto2/README
|
||||
share/doc/libgphoto2/linux-hotplug/
|
||||
share/doc/libgphoto2_port/
|
||||
@comment share/doc/libgphoto2_port/AUTHORS
|
||||
@comment share/doc/libgphoto2_port/NEWS
|
||||
share/doc/libgphoto2_port/README
|
||||
share/libgphoto2/
|
||||
share/libgphoto2/${VERSION}/
|
||||
share/libgphoto2/${VERSION}/konica/
|
||||
share/libgphoto2/${VERSION}/konica/english
|
||||
share/libgphoto2/${VERSION}/konica/french
|
||||
share/libgphoto2/${VERSION}/konica/german
|
||||
share/libgphoto2/${VERSION}/konica/japanese
|
||||
share/libgphoto2/${VERSION}/konica/korean
|
||||
share/libgphoto2/${VERSION}/konica/spanish
|
||||
@dirrm share/libgphoto2/${VERSION}/konica
|
||||
@dirrm share/libgphoto2/${VERSION}
|
||||
@dirrm share/libgphoto2
|
||||
@dirrm share/doc/libgphoto2_port
|
||||
@exec mkdir -p %D/share/doc/libgphoto2/linux-hotplug
|
||||
@dirrm share/doc/libgphoto2/linux-hotplug
|
||||
@dirrm share/doc/libgphoto2
|
||||
@dirrm lib/gphoto2_port/0.5.1
|
||||
@dirrm lib/gphoto2_port
|
||||
@dirrm lib/gphoto2/${VERSION}
|
||||
@dirrm lib/gphoto2
|
||||
@dirrm include/gphoto2
|
||||
%%SHARED%%
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PFRAG.native,v 1.2 2003/12/31 17:05:28 sturm Exp $
|
||||
@comment $OpenBSD: PFRAG.native,v 1.3 2004/08/11 10:42:54 espie Exp $
|
||||
bin/camlp4o.opt
|
||||
bin/camlp4r.opt
|
||||
bin/ocamlc.opt
|
||||
@ -251,8 +251,8 @@ lib/ocaml/unix.cmxa
|
||||
lib/ocaml/unixLabels.cmx
|
||||
lib/ocaml/weak.cmx
|
||||
lib/ocaml/weak.p.cmx
|
||||
man/man1/camlp4o.opt.1
|
||||
man/man1/camlp4r.opt.1
|
||||
man/man1/ocamlc.opt.1
|
||||
man/man1/ocamlopt.1
|
||||
man/man1/ocamlopt.opt.1
|
||||
@man man/man1/camlp4o.opt.1
|
||||
@man man/man1/camlp4r.opt.1
|
||||
@man man/man1/ocamlc.opt.1
|
||||
@man man/man1/ocamlopt.1
|
||||
@man man/man1/ocamlopt.opt.1
|
||||
|
@ -1,5 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.11 2003/12/31 17:05:28 sturm Exp $
|
||||
%%native%%
|
||||
@comment $OpenBSD: PLIST,v 1.12 2004/08/11 10:42:54 espie Exp $
|
||||
bin/camlp4
|
||||
bin/camlp4o
|
||||
bin/camlp4r
|
||||
@ -20,6 +19,7 @@ bin/ocamlprof
|
||||
bin/ocamlrun
|
||||
bin/ocamlyacc
|
||||
bin/ocpp
|
||||
lib/ocaml/
|
||||
lib/ocaml/addlabels
|
||||
lib/ocaml/arg.cmi
|
||||
lib/ocaml/arg.ml
|
||||
@ -43,6 +43,7 @@ lib/ocaml/buffer.mli
|
||||
lib/ocaml/callback.cmi
|
||||
lib/ocaml/callback.ml
|
||||
lib/ocaml/callback.mli
|
||||
lib/ocaml/caml/
|
||||
lib/ocaml/caml/alloc.h
|
||||
lib/ocaml/caml/bigarray.h
|
||||
lib/ocaml/caml/callback.h
|
||||
@ -59,6 +60,7 @@ lib/ocaml/camlheader_ur
|
||||
lib/ocaml/camlinternalOO.cmi
|
||||
lib/ocaml/camlinternalOO.ml
|
||||
lib/ocaml/camlinternalOO.mli
|
||||
lib/ocaml/camlp4/
|
||||
lib/ocaml/camlp4/ast2pt.cmi
|
||||
lib/ocaml/camlp4/ast2pt.mli
|
||||
lib/ocaml/camlp4/camlp4.cma
|
||||
@ -176,6 +178,7 @@ lib/ocaml/int32.mli
|
||||
lib/ocaml/int64.cmi
|
||||
lib/ocaml/int64.ml
|
||||
lib/ocaml/int64.mli
|
||||
lib/ocaml/labltk/
|
||||
lib/ocaml/labltk/balloon.cmi
|
||||
lib/ocaml/labltk/balloon.mli
|
||||
lib/ocaml/labltk/bell.cmi
|
||||
@ -441,6 +444,7 @@ lib/ocaml/nums.cma
|
||||
lib/ocaml/obj.cmi
|
||||
lib/ocaml/obj.ml
|
||||
lib/ocaml/obj.mli
|
||||
lib/ocaml/ocamldoc/
|
||||
lib/ocaml/ocamldoc/ocamldoc.hva
|
||||
lib/ocaml/ocamldoc/odoc.cmi
|
||||
lib/ocaml/ocamldoc/odoc_analyse.cmi
|
||||
@ -547,11 +551,13 @@ lib/ocaml/string.mli
|
||||
lib/ocaml/stringLabels.cmi
|
||||
lib/ocaml/stringLabels.ml
|
||||
lib/ocaml/stringLabels.mli
|
||||
lib/ocaml/stublibs/
|
||||
lib/ocaml/sys.cmi
|
||||
lib/ocaml/sys.ml
|
||||
lib/ocaml/sys.mli
|
||||
lib/ocaml/thread.mli
|
||||
lib/ocaml/threadUnix.mli
|
||||
lib/ocaml/threads/
|
||||
lib/ocaml/threads/condition.cmi
|
||||
lib/ocaml/threads/event.cmi
|
||||
lib/ocaml/threads/mutex.cmi
|
||||
@ -568,6 +574,7 @@ lib/ocaml/unix.cmi
|
||||
lib/ocaml/unix.mli
|
||||
lib/ocaml/unixLabels.cmi
|
||||
lib/ocaml/unixLabels.mli
|
||||
lib/ocaml/vmthreads/
|
||||
lib/ocaml/vmthreads/condition.cmi
|
||||
lib/ocaml/vmthreads/condition.mli
|
||||
lib/ocaml/vmthreads/event.cmi
|
||||
@ -585,21 +592,21 @@ lib/ocaml/vmthreads/unix.cma
|
||||
lib/ocaml/weak.cmi
|
||||
lib/ocaml/weak.ml
|
||||
lib/ocaml/weak.mli
|
||||
man/man1/camlp4.1
|
||||
man/man1/camlp4o.1
|
||||
man/man1/camlp4r.1
|
||||
man/man1/mkcamlp4.1
|
||||
man/man1/ocaml.1
|
||||
man/man1/ocamlc.1
|
||||
man/man1/ocamlcp.1
|
||||
man/man1/ocamldebug.1
|
||||
man/man1/ocamldep.1
|
||||
man/man1/ocamllex.1
|
||||
man/man1/ocamlmktop.1
|
||||
man/man1/ocamlprof.1
|
||||
man/man1/ocamlrun.1
|
||||
man/man1/ocamlyacc.1
|
||||
man/man1/ocpp.1
|
||||
@man man/man1/camlp4.1
|
||||
@man man/man1/camlp4o.1
|
||||
@man man/man1/camlp4r.1
|
||||
@man man/man1/mkcamlp4.1
|
||||
@man man/man1/ocaml.1
|
||||
@man man/man1/ocamlc.1
|
||||
@man man/man1/ocamlcp.1
|
||||
@man man/man1/ocamldebug.1
|
||||
@man man/man1/ocamldep.1
|
||||
@man man/man1/ocamllex.1
|
||||
@man man/man1/ocamlmktop.1
|
||||
@man man/man1/ocamlprof.1
|
||||
@man man/man1/ocamlrun.1
|
||||
@man man/man1/ocamlyacc.1
|
||||
@man man/man1/ocpp.1
|
||||
man/man3/Arg.3o
|
||||
man/man3/Array.3o
|
||||
man/man3/ArrayLabels.3o
|
||||
@ -680,10 +687,13 @@ man/man3/Unix.LargeFile.3o
|
||||
man/man3/Weak.3o
|
||||
man/man3/Weak.Make.3o
|
||||
man/man3/Weak.S.3o
|
||||
share/doc/ocaml/
|
||||
share/doc/ocaml/LICENSE
|
||||
share/doc/ocaml/html/
|
||||
share/doc/ocaml/html/contents_motif.gif
|
||||
share/doc/ocaml/html/index.html
|
||||
share/doc/ocaml/html/libgraph.gif
|
||||
share/doc/ocaml/html/libref/
|
||||
share/doc/ocaml/html/libref/Arg.html
|
||||
share/doc/ocaml/html/libref/Arith_status.html
|
||||
share/doc/ocaml/html/libref/Array.html
|
||||
@ -929,15 +939,5 @@ share/doc/ocaml/html/manual043.html
|
||||
share/doc/ocaml/html/manual044.html
|
||||
share/doc/ocaml/html/next_motif.gif
|
||||
share/doc/ocaml/html/previous_motif.gif
|
||||
@dirrm share/doc/ocaml/html/libref
|
||||
@dirrm share/doc/ocaml/html
|
||||
@dirrm share/doc/ocaml
|
||||
@dirrm lib/ocaml/vmthreads
|
||||
@dirrm lib/ocaml/threads
|
||||
@exec mkdir -p %D/lib/ocaml/stublibs
|
||||
@dirrm lib/ocaml/stublibs
|
||||
@dirrm lib/ocaml/ocamldoc
|
||||
@dirrm lib/ocaml/labltk
|
||||
@dirrm lib/ocaml/camlp4
|
||||
@dirrm lib/ocaml/caml
|
||||
@dirrm lib/ocaml
|
||||
%%native%%
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/03/07 19:11:33 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2004/08/11 10:42:54 espie Exp $
|
||||
bin/mlbt
|
||||
bin/mlbt+gui
|
||||
bin/mldc
|
||||
@ -14,6 +14,8 @@ bin/mlnet
|
||||
bin/mlnet+gui
|
||||
bin/mlslsk
|
||||
bin/mlslsk+gui
|
||||
share/mldonkey/
|
||||
share/mldonkey/distrib/
|
||||
share/mldonkey/distrib/Authors.txt
|
||||
share/mldonkey/distrib/Bugs.txt
|
||||
share/mldonkey/distrib/ChangeLog
|
||||
@ -24,20 +26,26 @@ share/mldonkey/distrib/Install.txt
|
||||
share/mldonkey/distrib/Readme.txt
|
||||
share/mldonkey/distrib/Todo.txt
|
||||
share/mldonkey/distrib/directconnect.ini
|
||||
share/mldonkey/distrib/docs/
|
||||
share/mldonkey/distrib/docs/mlchat
|
||||
share/mldonkey/distrib/docs/mldonkey
|
||||
share/mldonkey/distrib/docs/mldonkey_gui
|
||||
share/mldonkey/distrib/docs/mldonkey_gui2
|
||||
share/mldonkey/distrib/ed2k_links.txt
|
||||
share/mldonkey/distrib/ed2k_mozilla/
|
||||
share/mldonkey/distrib/ed2k_mozilla/README
|
||||
share/mldonkey/distrib/ed2k_mozilla/mldonkey_protocol_handler-1.3.xpi
|
||||
share/mldonkey/distrib/ed2k_mozilla/src/
|
||||
share/mldonkey/distrib/ed2k_mozilla/src/contents.rdf
|
||||
share/mldonkey/distrib/ed2k_mozilla/src/ed2kprotocol.js
|
||||
share/mldonkey/distrib/ed2k_mozilla/src/install.js
|
||||
share/mldonkey/distrib/ed2k_submit/
|
||||
share/mldonkey/distrib/ed2k_submit/README.MLdonkeySubmit
|
||||
share/mldonkey/distrib/ed2k_submit/ed2k.protocol
|
||||
share/mldonkey/distrib/ed2k_submit/mldonkey
|
||||
share/mldonkey/distrib/ed2k_submit/mldonkey_submit
|
||||
share/mldonkey/distrib/html_themes/
|
||||
share/mldonkey/distrib/html_themes/ease/
|
||||
share/mldonkey/distrib/html_themes/ease/commands.html
|
||||
share/mldonkey/distrib/html_themes/ease/dh.css
|
||||
share/mldonkey/distrib/html_themes/ease/dheader.html
|
||||
@ -46,6 +54,7 @@ share/mldonkey/distrib/html_themes/ease/frames.html
|
||||
share/mldonkey/distrib/html_themes/ease/h.css
|
||||
share/mldonkey/distrib/html_themes/ease/header.html
|
||||
share/mldonkey/distrib/html_themes/ease/i.js
|
||||
share/mldonkey/distrib/html_themes/old/
|
||||
share/mldonkey/distrib/html_themes/old/commands.html
|
||||
share/mldonkey/distrib/html_themes/old/dh.css
|
||||
share/mldonkey/distrib/html_themes/old/dheader.html
|
||||
@ -54,6 +63,7 @@ share/mldonkey/distrib/html_themes/old/frames.html
|
||||
share/mldonkey/distrib/html_themes/old/h.css
|
||||
share/mldonkey/distrib/html_themes/old/header.html
|
||||
share/mldonkey/distrib/html_themes/old/i.js
|
||||
share/mldonkey/distrib/i18n/
|
||||
share/mldonkey/distrib/i18n/gui_messages.ini.catalan
|
||||
share/mldonkey/distrib/i18n/gui_messages.ini.de
|
||||
share/mldonkey/distrib/i18n/gui_messages.ini.dutch
|
||||
@ -78,13 +88,3 @@ share/mldonkey/distrib/make_buginfo
|
||||
share/mldonkey/distrib/mldonkey_command
|
||||
share/mldonkey/distrib/mldonkey_gui_started_for_macosx
|
||||
share/mldonkey/distrib/mldonkey_previewer
|
||||
@dirrm share/mldonkey/distrib/i18n
|
||||
@dirrm share/mldonkey/distrib/html_themes/old
|
||||
@dirrm share/mldonkey/distrib/html_themes/ease
|
||||
@dirrm share/mldonkey/distrib/html_themes
|
||||
@dirrm share/mldonkey/distrib/ed2k_submit
|
||||
@dirrm share/mldonkey/distrib/ed2k_mozilla/src
|
||||
@dirrm share/mldonkey/distrib/ed2k_mozilla
|
||||
@dirrm share/mldonkey/distrib/docs
|
||||
@dirrm share/mldonkey/distrib
|
||||
@dirrm share/mldonkey
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/03/07 19:10:53 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2004/08/11 10:42:54 espie Exp $
|
||||
bin/mlbt
|
||||
bin/mlbt+gui
|
||||
bin/mldc
|
||||
@ -14,6 +14,8 @@ bin/mlnet
|
||||
bin/mlnet+gui
|
||||
bin/mlslsk
|
||||
bin/mlslsk+gui
|
||||
share/mldonkey/
|
||||
share/mldonkey/distrib/
|
||||
share/mldonkey/distrib/AUTHORS
|
||||
share/mldonkey/distrib/BUGS
|
||||
share/mldonkey/distrib/COPYING
|
||||
@ -22,20 +24,25 @@ share/mldonkey/distrib/FAQ.html
|
||||
share/mldonkey/distrib/INSTALL
|
||||
share/mldonkey/distrib/TODO
|
||||
share/mldonkey/distrib/directconnect.ini
|
||||
share/mldonkey/distrib/docs/
|
||||
share/mldonkey/distrib/docs/mlchat
|
||||
share/mldonkey/distrib/docs/mldonkey
|
||||
share/mldonkey/distrib/docs/mldonkey_gui
|
||||
share/mldonkey/distrib/docs/mldonkey_gui2
|
||||
share/mldonkey/distrib/ed2k_links.txt
|
||||
share/mldonkey/distrib/ed2k_mozilla/
|
||||
share/mldonkey/distrib/ed2k_mozilla/README
|
||||
share/mldonkey/distrib/ed2k_mozilla/mldonkey_protocol_handler-1.3.xpi
|
||||
share/mldonkey/distrib/ed2k_mozilla/src/
|
||||
share/mldonkey/distrib/ed2k_mozilla/src/contents.rdf
|
||||
share/mldonkey/distrib/ed2k_mozilla/src/ed2kprotocol.js
|
||||
share/mldonkey/distrib/ed2k_mozilla/src/install.js
|
||||
share/mldonkey/distrib/ed2k_submit/
|
||||
share/mldonkey/distrib/ed2k_submit/README.MLdonkeySubmit
|
||||
share/mldonkey/distrib/ed2k_submit/ed2k.protocol
|
||||
share/mldonkey/distrib/ed2k_submit/mldonkey
|
||||
share/mldonkey/distrib/ed2k_submit/mldonkey_submit
|
||||
share/mldonkey/distrib/i18n/
|
||||
share/mldonkey/distrib/i18n/gui_messages.ini.catalan
|
||||
share/mldonkey/distrib/i18n/gui_messages.ini.de
|
||||
share/mldonkey/distrib/i18n/gui_messages.ini.en
|
||||
@ -49,10 +56,3 @@ share/mldonkey/distrib/mldonkey_command
|
||||
share/mldonkey/distrib/mldonkey_gui_started_for_macosx
|
||||
share/mldonkey/distrib/mldonkey_previewer
|
||||
share/mldonkey/distrib/servers.ini
|
||||
@dirrm share/mldonkey/distrib/i18n
|
||||
@dirrm share/mldonkey/distrib/ed2k_submit
|
||||
@dirrm share/mldonkey/distrib/ed2k_mozilla/src
|
||||
@dirrm share/mldonkey/distrib/ed2k_mozilla
|
||||
@dirrm share/mldonkey/distrib/docs
|
||||
@dirrm share/mldonkey/distrib
|
||||
@dirrm share/mldonkey
|
||||
|
@ -1,5 +1,6 @@
|
||||
@comment $OpenBSD: PFRAG.gtk,v 1.1 2002/12/03 13:17:07 espie Exp $
|
||||
bin/gsx
|
||||
@comment $OpenBSD: PFRAG.gtk,v 1.2 2004/08/11 10:42:55 espie Exp $
|
||||
bin/gsc
|
||||
lib/libgs.so.${VERSION}
|
||||
DYNLIBDIR(%D/lib)
|
||||
bin/gsx
|
||||
lib/libgs.so
|
||||
lib/libgs.so.7
|
||||
@lib lib/libgs.so.${VERSION}
|
||||
|
@ -1,5 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2004/01/29 19:11:04 pvalchev Exp $
|
||||
%%gtk%%
|
||||
@comment $OpenBSD: PLIST,v 1.7 2004/08/11 10:42:55 espie Exp $
|
||||
bin/bdftops
|
||||
bin/dvipdf
|
||||
bin/eps2eps
|
||||
@ -32,46 +31,50 @@ bin/pv.sh
|
||||
bin/sysvlp.sh
|
||||
bin/unix-lpr.sh
|
||||
bin/wftopfa
|
||||
man/de/man1/ansi2knr.1
|
||||
man/de/man1/dvipdf.1
|
||||
man/de/man1/eps2eps.1
|
||||
man/de/man1/font2c.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/ps2ps.1
|
||||
man/de/man1/wftopfa.1
|
||||
man/man1/ansi2knr.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/ps2pdfwr.1
|
||||
man/man1/ps2ps.1
|
||||
man/man1/wftopfa.1
|
||||
man/de/
|
||||
man/de/man1/
|
||||
@man man/de/man1/ansi2knr.1
|
||||
@man man/de/man1/dvipdf.1
|
||||
@man man/de/man1/eps2eps.1
|
||||
@man man/de/man1/font2c.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/ps2ps.1
|
||||
@man man/de/man1/wftopfa.1
|
||||
@man man/man1/ansi2knr.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/ps2pdfwr.1
|
||||
@man man/man1/ps2ps.1
|
||||
@man man/man1/wftopfa.1
|
||||
share/ghostscript/${VERSION}/
|
||||
share/ghostscript/${VERSION}/doc/
|
||||
share/ghostscript/${VERSION}/doc/API.htm
|
||||
share/ghostscript/${VERSION}/doc/Bug-form.htm
|
||||
share/ghostscript/${VERSION}/doc/Bug-info.htm
|
||||
@ -122,7 +125,9 @@ 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/cjk/
|
||||
share/ghostscript/${VERSION}/examples/cjk/all_ac1.ps
|
||||
share/ghostscript/${VERSION}/examples/cjk/all_ag1.ps
|
||||
share/ghostscript/${VERSION}/examples/cjk/all_aj1.ps
|
||||
@ -143,6 +148,7 @@ share/ghostscript/${VERSION}/examples/snowflak.ps
|
||||
share/ghostscript/${VERSION}/examples/tiger.ps
|
||||
share/ghostscript/${VERSION}/examples/vasarely.ps
|
||||
share/ghostscript/${VERSION}/examples/waterfal.ps
|
||||
share/ghostscript/${VERSION}/lib/
|
||||
share/ghostscript/${VERSION}/lib/CIDFnmap
|
||||
share/ghostscript/${VERSION}/lib/CIDFnmap.ARP
|
||||
share/ghostscript/${VERSION}/lib/CIDFnmap.Bae
|
||||
@ -353,10 +359,5 @@ share/ghostscript/${VERSION}/lib/wftopfa.ps
|
||||
share/ghostscript/${VERSION}/lib/winmaps.ps
|
||||
share/ghostscript/${VERSION}/lib/wrfont.ps
|
||||
share/ghostscript/${VERSION}/lib/zeroline.ps
|
||||
@dirrm share/ghostscript/${VERSION}/lib
|
||||
@dirrm share/ghostscript/${VERSION}/examples/cjk
|
||||
@dirrm share/ghostscript/${VERSION}/examples
|
||||
@dirrm share/ghostscript/${VERSION}/doc
|
||||
@dirrm share/ghostscript/${VERSION}
|
||||
@dirrm man/de/man1
|
||||
@dirrm man/de
|
||||
%%gtk%%
|
||||
%%SHARED%%
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# $OpenBSD: INSTALL,v 1.2 2003/04/04 21:19:23 sturm Exp $
|
||||
# $OpenBSD: INSTALL,v 1.3 2004/08/11 10:42:55 espie Exp $
|
||||
#
|
||||
# Pre/post-installation setup of tetex base
|
||||
|
||||
@ -29,20 +29,6 @@ do_texmf_cnf_install()
|
||||
echo "|"
|
||||
}
|
||||
|
||||
do_tetex_cfg_install()
|
||||
{
|
||||
cp -p $PREFIX/share/examples/teTeX/tetex.cfg $CONFIG
|
||||
}
|
||||
|
||||
do_tetex_cfg_notice()
|
||||
{
|
||||
echo "| The existing configuration file $CONFIG has not been"
|
||||
echo "| updated. You may want to compare it to the distribution's"
|
||||
echo "| file $PREFIX/share/examples/teTeX/tetex.cfg and update"
|
||||
echo "| your configuration as needed."
|
||||
echo "|"
|
||||
}
|
||||
|
||||
do_notice()
|
||||
{
|
||||
echo "| Run $PREFIX/bin/texconfig to adjust for your local"
|
||||
@ -70,11 +56,6 @@ case $2 in
|
||||
if [ -f $TEXMFCNF.old ]; then
|
||||
do_texmf_cnf_install $1
|
||||
fi
|
||||
if [ -f $CONFIG ]; then
|
||||
do_tetex_cfg_notice
|
||||
else
|
||||
do_tetex_cfg_install
|
||||
fi
|
||||
do_notice
|
||||
;;
|
||||
*)
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PFRAG.no-no_x11,v 1.3 2003/02/19 11:42:50 sturm Exp $
|
||||
@comment $OpenBSD: PFRAG.no-no_x11,v 1.4 2004/08/11 10:42:55 espie Exp $
|
||||
bin/mf-nowin
|
||||
bin/mfw
|
||||
bin/oxdvi
|
||||
@ -7,9 +7,9 @@ bin/t1mapper
|
||||
bin/xdvi
|
||||
bin/xdvi.bin
|
||||
bin/xdvizilla
|
||||
man/man1/t1mapper.1
|
||||
man/man1/xdvi.1
|
||||
man/man1/xdvizilla.1
|
||||
@man man/man1/t1mapper.1
|
||||
@man man/man1/xdvi.1
|
||||
@man man/man1/xdvizilla.1
|
||||
@comment no checksum
|
||||
share/texmf/web2c/mfw.base
|
||||
share/texmf/xdvi/xdvi.cfg
|
||||
|
@ -1,10 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.14 2003/11/23 11:38:53 sturm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.15 2004/08/11 10:42:55 espie Exp $
|
||||
@pkgcfl dvipdfm-*
|
||||
!%%no_x11%%
|
||||
@unexec install-info --delete --info-dir=%D/info %D/info/dvips.info
|
||||
@unexec install-info --delete --info-dir=%D/info %D/info/kpathsea.info
|
||||
@unexec install-info --delete --info-dir=%D/info %D/info/latex.info
|
||||
@unexec install-info --delete --info-dir=%D/info %D/info/web2c.info
|
||||
bin/MakeTeXPK
|
||||
bin/access
|
||||
bin/afm2tfm
|
||||
@ -61,9 +56,7 @@ bin/makeindex
|
||||
bin/makempx
|
||||
bin/makempy
|
||||
bin/mf
|
||||
@comment bin/mf-nowin
|
||||
bin/mft
|
||||
@comment bin/mfw
|
||||
bin/mkfontdesc
|
||||
bin/mkindex
|
||||
bin/mkocp
|
||||
@ -89,8 +82,6 @@ bin/otp2ocp
|
||||
bin/outocp
|
||||
bin/ovf2ovp
|
||||
bin/ovp2ovf
|
||||
@comment bin/oxdvi
|
||||
@comment bin/oxdvi.bin
|
||||
bin/patgen
|
||||
bin/pdfeinitex
|
||||
bin/pdfelatex
|
||||
@ -113,7 +104,6 @@ bin/pslatex
|
||||
@comment bin/readlink
|
||||
bin/rubibtex
|
||||
bin/rumakeindex
|
||||
@comment bin/t1mapper
|
||||
bin/tangle
|
||||
bin/tcdialog
|
||||
bin/tetex_setup
|
||||
@ -142,9 +132,7 @@ bin/viromega
|
||||
bin/virtex
|
||||
bin/vptovf
|
||||
bin/weave
|
||||
@comment bin/xdvi
|
||||
@comment bin/xdvi.bin
|
||||
@comment bin/xdvizilla
|
||||
include/kpathsea/
|
||||
include/kpathsea/absolute.h
|
||||
include/kpathsea/c-auto.h
|
||||
include/kpathsea/c-ctype.h
|
||||
@ -195,132 +183,120 @@ include/kpathsea/types.h
|
||||
include/kpathsea/variable.h
|
||||
include/kpathsea/xopendir.h
|
||||
include/kpathsea/xstat.h
|
||||
info/dvips.info
|
||||
info/dvips.info-1
|
||||
info/dvips.info-2
|
||||
info/dvips.info-3
|
||||
info/dvips.info-4
|
||||
info/kpathsea.info
|
||||
info/latex.info
|
||||
info/latex.info-1
|
||||
info/latex.info-2
|
||||
info/latex.info-3
|
||||
info/web2c.info
|
||||
info/web2c.info-1
|
||||
info/web2c.info-2
|
||||
info/web2c.info-3
|
||||
info/web2c.info-4
|
||||
@info info/dvips.info
|
||||
@info info/kpathsea.info
|
||||
@info info/latex.info
|
||||
@info info/web2c.info
|
||||
lib/libkpathsea.a
|
||||
man/man1/MakeTeXPK.1
|
||||
man/man1/access.1
|
||||
man/man1/afm2tfm.1
|
||||
man/man1/allcm.1
|
||||
man/man1/allec.1
|
||||
man/man1/allneeded.1
|
||||
man/man1/amstex.1
|
||||
man/man1/bibtex.1
|
||||
man/man1/cont-de.1
|
||||
man/man1/cont-en.1
|
||||
man/man1/cont-nl.1
|
||||
man/man1/cweb.1
|
||||
man/man1/dmp.1
|
||||
man/man1/dvi2fax.1
|
||||
man/man1/dvicopy.1
|
||||
man/man1/dvihp.1
|
||||
man/man1/dvilj.1
|
||||
man/man1/dvipdfm.1
|
||||
man/man1/dvips.1
|
||||
man/man1/dvired.1
|
||||
man/man1/dvitomp.1
|
||||
man/man1/dvitype.1
|
||||
man/man1/e2pall.1
|
||||
man/man1/einitex.1
|
||||
man/man1/elatex.1
|
||||
man/man1/eplain.1
|
||||
man/man1/epstopdf.1
|
||||
man/man1/etex.1
|
||||
man/man1/evirtex.1
|
||||
man/man1/fontexport.1
|
||||
man/man1/fontimport.1
|
||||
man/man1/fontinst.1
|
||||
man/man1/gftodvi.1
|
||||
man/man1/gftopk.1
|
||||
man/man1/gftype.1
|
||||
man/man1/gsftopk.1
|
||||
man/man1/inimf.1
|
||||
man/man1/inimpost.1
|
||||
man/man1/iniomega.1
|
||||
man/man1/initex.1
|
||||
man/man1/kpsepath.1
|
||||
man/man1/kpsestat.1
|
||||
man/man1/kpsetool.1
|
||||
man/man1/kpsewhich.1
|
||||
man/man1/kpsexpand.1
|
||||
man/man1/lambda.1
|
||||
man/man1/latex.1
|
||||
man/man1/mag.1
|
||||
man/man1/makeindex.1
|
||||
man/man1/makempx.1
|
||||
man/man1/mf.1
|
||||
man/man1/mft.1
|
||||
man/man1/mkindex.1
|
||||
man/man1/mktexlsr.1
|
||||
man/man1/mktexmf.1
|
||||
man/man1/mktexpk.1
|
||||
man/man1/mktextfm.1
|
||||
man/man1/mpost.1
|
||||
man/man1/mpto.1
|
||||
man/man1/newer.1
|
||||
man/man1/omega.1
|
||||
man/man1/patgen.1
|
||||
man/man1/pdfetex.1
|
||||
man/man1/pdfinitex.1
|
||||
man/man1/pdflatex.1
|
||||
man/man1/pdftex.1
|
||||
man/man1/pdfvirtex.1
|
||||
man/man1/pfb2pfa.1
|
||||
man/man1/pk2bm.1
|
||||
man/man1/pktogf.1
|
||||
man/man1/pktype.1
|
||||
man/man1/pltotf.1
|
||||
man/man1/pooltype.1
|
||||
man/man1/ps2frag.1
|
||||
man/man1/ps2pk.1
|
||||
man/man1/pslatex.1
|
||||
@comment man/man1/readlink.1
|
||||
man/man1/rubibtex.1
|
||||
man/man1/rumakeindex.1
|
||||
@comment man/man1/t1mapper.1
|
||||
man/man1/tangle.1
|
||||
man/man1/tcdialog.1
|
||||
man/man1/tex.1
|
||||
man/man1/texconfig.1
|
||||
man/man1/texdoc.1
|
||||
man/man1/texdoctk.1
|
||||
man/man1/texexec.1
|
||||
man/man1/texhash.1
|
||||
@comment man/man1/texi2html.1
|
||||
man/man1/texi2pdf.1
|
||||
man/man1/texshow.1
|
||||
man/man1/texutil.1
|
||||
man/man1/tftopl.1
|
||||
man/man1/thumbpdf.1
|
||||
man/man1/tie.1
|
||||
man/man1/updmap.1
|
||||
man/man1/vftovp.1
|
||||
man/man1/virmf.1
|
||||
man/man1/virmpost.1
|
||||
man/man1/viromega.1
|
||||
man/man1/virtex.1
|
||||
man/man1/vptovf.1
|
||||
man/man1/weave.1
|
||||
@comment man/man1/xdvi.1
|
||||
@comment man/man1/xdvizilla.1
|
||||
man/man5/fmtutil.cnf.5
|
||||
man/man8/fmtutil.8
|
||||
man/man8/mkfontdesc.8
|
||||
man/man8/texlinks.8
|
||||
@man man/man1/MakeTeXPK.1
|
||||
@man man/man1/access.1
|
||||
@man man/man1/afm2tfm.1
|
||||
@man man/man1/allcm.1
|
||||
@man man/man1/allec.1
|
||||
@man man/man1/allneeded.1
|
||||
@man man/man1/amstex.1
|
||||
@man man/man1/bibtex.1
|
||||
@man man/man1/cont-de.1
|
||||
@man man/man1/cont-en.1
|
||||
@man man/man1/cont-nl.1
|
||||
@man man/man1/cweb.1
|
||||
@man man/man1/dmp.1
|
||||
@man man/man1/dvi2fax.1
|
||||
@man man/man1/dvicopy.1
|
||||
@man man/man1/dvihp.1
|
||||
@man man/man1/dvilj.1
|
||||
@man man/man1/dvipdfm.1
|
||||
@man man/man1/dvips.1
|
||||
@man man/man1/dvired.1
|
||||
@man man/man1/dvitomp.1
|
||||
@man man/man1/dvitype.1
|
||||
@man man/man1/e2pall.1
|
||||
@man man/man1/einitex.1
|
||||
@man man/man1/elatex.1
|
||||
@man man/man1/eplain.1
|
||||
@man man/man1/epstopdf.1
|
||||
@man man/man1/etex.1
|
||||
@man man/man1/evirtex.1
|
||||
@man man/man1/fontexport.1
|
||||
@man man/man1/fontimport.1
|
||||
@man man/man1/fontinst.1
|
||||
@man man/man1/gftodvi.1
|
||||
@man man/man1/gftopk.1
|
||||
@man man/man1/gftype.1
|
||||
@man man/man1/gsftopk.1
|
||||
@man man/man1/inimf.1
|
||||
@man man/man1/inimpost.1
|
||||
@man man/man1/iniomega.1
|
||||
@man man/man1/initex.1
|
||||
@man man/man1/kpsepath.1
|
||||
@man man/man1/kpsestat.1
|
||||
@man man/man1/kpsetool.1
|
||||
@man man/man1/kpsewhich.1
|
||||
@man man/man1/kpsexpand.1
|
||||
@man man/man1/lambda.1
|
||||
@man man/man1/latex.1
|
||||
@man man/man1/mag.1
|
||||
@man man/man1/makeindex.1
|
||||
@man man/man1/makempx.1
|
||||
@man man/man1/mf.1
|
||||
@man man/man1/mft.1
|
||||
@man man/man1/mkindex.1
|
||||
@man man/man1/mktexlsr.1
|
||||
@man man/man1/mktexmf.1
|
||||
@man man/man1/mktexpk.1
|
||||
@man man/man1/mktextfm.1
|
||||
@man man/man1/mpost.1
|
||||
@man man/man1/mpto.1
|
||||
@man man/man1/newer.1
|
||||
@man man/man1/omega.1
|
||||
@man man/man1/patgen.1
|
||||
@man man/man1/pdfetex.1
|
||||
@man man/man1/pdfinitex.1
|
||||
@man man/man1/pdflatex.1
|
||||
@man man/man1/pdftex.1
|
||||
@man man/man1/pdfvirtex.1
|
||||
@man man/man1/pfb2pfa.1
|
||||
@man man/man1/pk2bm.1
|
||||
@man man/man1/pktogf.1
|
||||
@man man/man1/pktype.1
|
||||
@man man/man1/pltotf.1
|
||||
@man man/man1/pooltype.1
|
||||
@man man/man1/ps2frag.1
|
||||
@man man/man1/ps2pk.1
|
||||
@man man/man1/pslatex.1
|
||||
@comment @man man/man1/readlink.1
|
||||
@man man/man1/rubibtex.1
|
||||
@man man/man1/rumakeindex.1
|
||||
@man man/man1/tangle.1
|
||||
@man man/man1/tcdialog.1
|
||||
@man man/man1/tex.1
|
||||
@man man/man1/texconfig.1
|
||||
@man man/man1/texdoc.1
|
||||
@man man/man1/texdoctk.1
|
||||
@man man/man1/texexec.1
|
||||
@man man/man1/texhash.1
|
||||
@comment @man man/man1/texi2html.1
|
||||
@man man/man1/texi2pdf.1
|
||||
@man man/man1/texshow.1
|
||||
@man man/man1/texutil.1
|
||||
@man man/man1/tftopl.1
|
||||
@man man/man1/thumbpdf.1
|
||||
@man man/man1/tie.1
|
||||
@man man/man1/updmap.1
|
||||
@man man/man1/vftovp.1
|
||||
@man man/man1/virmf.1
|
||||
@man man/man1/virmpost.1
|
||||
@man man/man1/viromega.1
|
||||
@man man/man1/virtex.1
|
||||
@man man/man1/vptovf.1
|
||||
@man man/man1/weave.1
|
||||
@man man/man5/fmtutil.cnf.5
|
||||
@man man/man8/fmtutil.8
|
||||
@man man/man8/mkfontdesc.8
|
||||
@man man/man8/texlinks.8
|
||||
share/examples/teTeX/
|
||||
share/examples/teTeX/tetex.cfg
|
||||
@sample ${SYSCONFDIR}/tetex.cfg
|
||||
share/texmf/doc/tetex/TETEXDOC.dvi
|
||||
share/texmf/doc/tetex/TETEXDOC.pdf
|
||||
share/texmf/doc/tetex/TETEXDOC.ps
|
||||
@ -333,12 +309,17 @@ share/texmf/dvips/base/special.pro
|
||||
share/texmf/dvips/base/tex.pro
|
||||
share/texmf/dvips/base/texc.pro
|
||||
share/texmf/dvips/base/texps.pro
|
||||
share/texmf/dvips/gsftopk/
|
||||
share/texmf/dvips/gsftopk/render.ps
|
||||
@comment share/texmf/ls-R
|
||||
share/texmf/texconfig/
|
||||
share/texmf/texconfig/README
|
||||
share/texmf/texconfig/g/
|
||||
share/texmf/texconfig/g/generic
|
||||
share/texmf/texconfig/generic
|
||||
share/texmf/texconfig/v/
|
||||
share/texmf/texconfig/v/vt100
|
||||
share/texmf/texconfig/x/
|
||||
share/texmf/texconfig/x/xterm
|
||||
share/texmf/web2c/cont-en.efmt
|
||||
@comment no checksum
|
||||
@ -368,7 +349,6 @@ share/texmf/web2c/mf.base
|
||||
@comment no checksum
|
||||
share/texmf/web2c/mf.log
|
||||
share/texmf/web2c/mf.pool
|
||||
@comment share/texmf/web2c/mfw.base
|
||||
share/texmf/web2c/mktex.opt
|
||||
share/texmf/web2c/mktexdir
|
||||
share/texmf/web2c/mktexdir.opt
|
||||
@ -412,20 +392,7 @@ share/texmf/web2c/tex.log
|
||||
share/texmf/web2c/tex.pool
|
||||
@comment no checksum
|
||||
share/texmf/web2c/texmf.cnf
|
||||
@comment share/texmf/xdvi/xdvi.cfg
|
||||
@dirrm share/examples/teTeX
|
||||
@dirrm share/texmf/texconfig/x
|
||||
@dirrm share/texmf/texconfig/v
|
||||
@dirrm share/texmf/texconfig/g
|
||||
@dirrm share/texmf/texconfig
|
||||
@dirrm share/texmf/dvips/gsftopk
|
||||
@dirrm include/kpathsea
|
||||
@exec install-info --info-dir=%D/info %D/info/dvips.info
|
||||
@exec install-info --info-dir=%D/info %D/info/kpathsea.info
|
||||
@exec install-info --info-dir=%D/info %D/info/latex.info
|
||||
@exec install-info --info-dir=%D/info %D/info/web2c.info
|
||||
@exec TEXMFMAIN=%D/share/texmf %D/bin/mktexlsr
|
||||
!%%no_x11%%
|
||||
@extraunexec rm -f %D/share/texmf/web2c/texmf.cnf.dist
|
||||
@extraunexec rm -f %D/share/texmf/web2c/texmf.cnf.old
|
||||
@cwd ${SYSCONFDIR}
|
||||
@extra tetex.cfg
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,49 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.13 2004/07/24 12:47:14 espie Exp $
|
||||
${KDE}/kcm_kgamma.so
|
||||
${KDE}/kcm_kmrml.so
|
||||
${KDE}/kcm_kviewcanvasconfig.so
|
||||
${KDE}/kcm_kviewgeneralconfig.so
|
||||
${KDE}/kcm_kviewpluginsconfig.so
|
||||
${KDE}/kcm_kviewpresenterconfig.so
|
||||
${KDE}/kcm_kviewviewerpluginsconfig.so
|
||||
${KDE}/kded_daemonwatcher.so
|
||||
${KDE}/kdvipart.so
|
||||
${KDE}/kfaxpart.so
|
||||
${KDE}/kfile_bmp.so
|
||||
${KDE}/kfile_dvi.so
|
||||
${KDE}/kfile_ico.so
|
||||
${KDE}/kfile_jpeg.so
|
||||
${KDE}/kfile_pcx.so
|
||||
${KDE}/kfile_pdf.so
|
||||
${KDE}/kfile_png.so
|
||||
${KDE}/kfile_pnm.so
|
||||
${KDE}/kfile_ps.so
|
||||
${KDE}/kfile_tga.so
|
||||
${KDE}/kfile_tiff.so
|
||||
${KDE}/kfile_xbm.so
|
||||
${KDE}/kio_mrml.so
|
||||
${KDE}/kuickshow.so
|
||||
${KDE}/kview.so
|
||||
${KDE}/kview_browserplugin.so
|
||||
${KDE}/kview_effectsplugin.so
|
||||
${KDE}/kview_presenterplugin.so
|
||||
${KDE}/kview_scannerplugin.so
|
||||
${KDE}/kviewerpart.so
|
||||
${KDE}/libkghostviewpart.so
|
||||
${KDE}/libkmrmlpart.so
|
||||
${KDE}/libkpdfpart.so
|
||||
${KDE}/libksvgplugin.so
|
||||
${KDE}/libksvgrendererlibart.so
|
||||
${KDE}/libkviewcanvas.so
|
||||
${KDE}/libkviewviewer.so
|
||||
${KDE}/mrmlsearch.so
|
||||
${KDE}/svgthumbnail.so
|
||||
lib/libkdeinit_kuickshow.so
|
||||
lib/libkdeinit_kview.so
|
||||
lib/libkdeinit_mrmlsearch.so
|
||||
lib/libkghostviewlib.so.0.0
|
||||
lib/libkimageviewer.so.0.0
|
||||
lib/libkmultipage.so.0.0
|
||||
lib/libksvg.so.0.1
|
||||
lib/libtext2path.so.0.0
|
||||
DYNLIBDIR(%D/lib)
|
@ -1,3 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared-kamera,v 1.2 2004/02/01 14:59:23 espie Exp $
|
||||
${KDE}/kcm_kamera.so
|
||||
${KDE}/kio_kamera.so
|
@ -1,4 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared-kpov,v 1.3 2004/02/04 09:13:59 espie Exp $
|
||||
${KDE}/libkpovmodelerpart.so
|
||||
lib/libkpovmodeler.so.0.0
|
||||
DYNLIBDIR(%D/lib)
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.20 2004/08/01 16:20:01 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.21 2004/08/11 10:42:55 espie Exp $
|
||||
bin/kcolorchooser
|
||||
bin/kcoloredit
|
||||
bin/kdvi
|
||||
@ -179,52 +179,99 @@ include/libtext2path-0.1/BezierPath.h
|
||||
include/libtext2path-0.1/Glyph.h
|
||||
include/libtext2path-0.1/GlyphTracer.h
|
||||
${KDE}/kcm_kgamma.la
|
||||
${KDE}/kcm_kgamma.so
|
||||
${KDE}/kcm_kmrml.la
|
||||
${KDE}/kcm_kmrml.so
|
||||
${KDE}/kcm_kviewcanvasconfig.la
|
||||
${KDE}/kcm_kviewcanvasconfig.so
|
||||
${KDE}/kcm_kviewgeneralconfig.la
|
||||
${KDE}/kcm_kviewgeneralconfig.so
|
||||
${KDE}/kcm_kviewpluginsconfig.la
|
||||
${KDE}/kcm_kviewpluginsconfig.so
|
||||
${KDE}/kcm_kviewpresenterconfig.la
|
||||
${KDE}/kcm_kviewpresenterconfig.so
|
||||
${KDE}/kcm_kviewviewerpluginsconfig.la
|
||||
${KDE}/kcm_kviewviewerpluginsconfig.so
|
||||
${KDE}/kded_daemonwatcher.la
|
||||
${KDE}/kded_daemonwatcher.so
|
||||
${KDE}/kdvipart.la
|
||||
${KDE}/kdvipart.so
|
||||
${KDE}/kfaxpart.la
|
||||
${KDE}/kfaxpart.so
|
||||
${KDE}/kfile_bmp.la
|
||||
${KDE}/kfile_bmp.so
|
||||
${KDE}/kfile_dvi.la
|
||||
${KDE}/kfile_dvi.so
|
||||
${KDE}/kfile_ico.la
|
||||
${KDE}/kfile_ico.so
|
||||
${KDE}/kfile_jpeg.la
|
||||
${KDE}/kfile_jpeg.so
|
||||
${KDE}/kfile_pcx.la
|
||||
${KDE}/kfile_pcx.so
|
||||
${KDE}/kfile_pdf.la
|
||||
${KDE}/kfile_pdf.so
|
||||
${KDE}/kfile_png.la
|
||||
${KDE}/kfile_png.so
|
||||
${KDE}/kfile_pnm.la
|
||||
${KDE}/kfile_pnm.so
|
||||
${KDE}/kfile_ps.la
|
||||
${KDE}/kfile_ps.so
|
||||
${KDE}/kfile_tga.la
|
||||
${KDE}/kfile_tga.so
|
||||
${KDE}/kfile_tiff.la
|
||||
${KDE}/kfile_tiff.so
|
||||
${KDE}/kfile_xbm.la
|
||||
${KDE}/kfile_xbm.so
|
||||
${KDE}/kio_mrml.la
|
||||
${KDE}/kio_mrml.so
|
||||
${KDE}/kuickshow.la
|
||||
${KDE}/kuickshow.so
|
||||
${KDE}/kview.la
|
||||
${KDE}/kview.so
|
||||
${KDE}/kview_browserplugin.la
|
||||
${KDE}/kview_browserplugin.so
|
||||
${KDE}/kview_effectsplugin.la
|
||||
${KDE}/kview_effectsplugin.so
|
||||
${KDE}/kview_presenterplugin.la
|
||||
${KDE}/kview_presenterplugin.so
|
||||
${KDE}/kview_scannerplugin.la
|
||||
${KDE}/kview_scannerplugin.so
|
||||
${KDE}/kviewerpart.la
|
||||
${KDE}/kviewerpart.so
|
||||
${KDE}/libkghostviewpart.la
|
||||
${KDE}/libkghostviewpart.so
|
||||
${KDE}/libkmrmlpart.la
|
||||
${KDE}/libkmrmlpart.so
|
||||
${KDE}/libkpdfpart.la
|
||||
${KDE}/libkpdfpart.so
|
||||
${KDE}/libksvgplugin.la
|
||||
${KDE}/libksvgplugin.so
|
||||
${KDE}/libksvgrendererlibart.la
|
||||
${KDE}/libksvgrendererlibart.so
|
||||
${KDE}/libkviewcanvas.la
|
||||
${KDE}/libkviewcanvas.so
|
||||
${KDE}/libkviewviewer.la
|
||||
${KDE}/libkviewviewer.so
|
||||
${KDE}/mrmlsearch.la
|
||||
${KDE}/mrmlsearch.so
|
||||
${KDE}/svgthumbnail.la
|
||||
${KDE}/svgthumbnail.so
|
||||
lib/libkdeinit_kuickshow.la
|
||||
lib/libkdeinit_kuickshow.so
|
||||
lib/libkdeinit_kview.la
|
||||
lib/libkdeinit_kview.so
|
||||
lib/libkdeinit_mrmlsearch.la
|
||||
lib/libkdeinit_mrmlsearch.so
|
||||
lib/libkghostviewlib.la
|
||||
@lib lib/libkghostviewlib.so.0.0
|
||||
lib/libkimageviewer.la
|
||||
@lib lib/libkimageviewer.so.0.0
|
||||
lib/libkmultipage.la
|
||||
@lib lib/libkmultipage.so.0.0
|
||||
lib/libksvg.la
|
||||
@lib lib/libksvg.so.0.1
|
||||
lib/libtext2path.la
|
||||
@lib lib/libtext2path.so.0.0
|
||||
share/applications/kde/kcmkmrml.desktop
|
||||
share/applications/kde/kcolorchooser.desktop
|
||||
share/applications/kde/kcoloredit.desktop
|
||||
@ -946,4 +993,3 @@ share/services/svgthumbnail.desktop
|
||||
share/servicetypes/kimageviewer.desktop
|
||||
share/servicetypes/kimageviewercanvas.desktop
|
||||
share/servicetypes/ksvgrenderer.desktop
|
||||
%%SHARED%%
|
||||
|
@ -1,7 +1,8 @@
|
||||
@comment $OpenBSD: PLIST-kamera,v 1.3 2004/07/24 12:47:14 espie Exp $
|
||||
@comment $OpenBSD: PLIST-kamera,v 1.4 2004/08/11 10:42:55 espie Exp $
|
||||
${KDE}/kcm_kamera.la
|
||||
${KDE}/kcm_kamera.so
|
||||
${KDE}/kio_kamera.la
|
||||
${KDE}/kio_kamera.so
|
||||
share/applnk/Settings/
|
||||
share/applnk/Settings/Peripherals/
|
||||
share/applnk/Settings/Peripherals/kamera.desktop
|
||||
%%SHARED%%
|
||||
|
@ -1,7 +1,9 @@
|
||||
@comment $OpenBSD: PLIST-kpov,v 1.3 2004/02/04 09:13:59 espie Exp $
|
||||
@comment $OpenBSD: PLIST-kpov,v 1.4 2004/08/11 10:42:55 espie Exp $
|
||||
bin/kpovmodeler
|
||||
${KDE}/libkpovmodelerpart.la
|
||||
${KDE}/libkpovmodelerpart.so
|
||||
lib/libkpovmodeler.la
|
||||
@lib lib/libkpovmodeler.so.0.0
|
||||
share/applications/kde/kpovmodeler.desktop
|
||||
share/apps/kpovmodeler/baseinsertrules.xml
|
||||
share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmaddpointabove.png
|
||||
@ -37,4 +39,3 @@ share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmradiosity.png
|
||||
share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmspheresweep.png
|
||||
share/apps/kpovmodeler/icons/locolor/16x16/actions/pmaddpointabove.png
|
||||
share/apps/kpovmodeler/questionmark.png
|
||||
%%SHARED%%
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PFRAG.native,v 1.1.1.1 2002/11/20 01:11:39 naddy Exp $
|
||||
@comment $OpenBSD: PFRAG.native,v 1.2 2004/08/11 10:42:54 espie Exp $
|
||||
lib/ocaml/lablgtk/gBin.cmx
|
||||
lib/ocaml/lablgtk/gButton.cmx
|
||||
lib/ocaml/lablgtk/gContainer.cmx
|
||||
@ -39,6 +39,7 @@ lib/ocaml/lablgtk/gtkNew.cmx
|
||||
lib/ocaml/lablgtk/gtkPack.cmx
|
||||
lib/ocaml/lablgtk/gtkRange.cmx
|
||||
lib/ocaml/lablgtk/gtkSignal.cmx
|
||||
lib/ocaml/lablgtk/gtkThread.cmx
|
||||
lib/ocaml/lablgtk/gtkTree.cmx
|
||||
lib/ocaml/lablgtk/gtkWindow.cmx
|
||||
lib/ocaml/lablgtk/lablgtk.a
|
||||
|
@ -1,6 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/11/20 01:11:39 naddy Exp $
|
||||
%%native%%
|
||||
@comment $OpenBSD: PLIST,v 1.2 2004/08/11 10:42:54 espie Exp $
|
||||
bin/lablgtk
|
||||
lib/ocaml/lablgtk/
|
||||
lib/ocaml/lablgtk/gBin.cmi
|
||||
lib/ocaml/lablgtk/gBin.ml
|
||||
lib/ocaml/lablgtk/gBin.mli
|
||||
@ -112,6 +112,7 @@ lib/ocaml/lablgtk/gtkThread.cmi
|
||||
lib/ocaml/lablgtk/gtkThread.cmo
|
||||
lib/ocaml/lablgtk/gtkThread.ml
|
||||
lib/ocaml/lablgtk/gtkThread.mli
|
||||
lib/ocaml/lablgtk/gtkThread.o
|
||||
lib/ocaml/lablgtk/gtkTree.cmi
|
||||
lib/ocaml/lablgtk/gtkTree.ml
|
||||
lib/ocaml/lablgtk/gtkWindow.cmi
|
||||
@ -128,6 +129,6 @@ lib/ocaml/lablgtk/ml_gtk.h
|
||||
lib/ocaml/lablgtk/varcc
|
||||
lib/ocaml/lablgtk/wrappers.h
|
||||
lib/ocaml/lablgtk/xml_lexer.mli
|
||||
share/doc/lablgtk/
|
||||
share/doc/lablgtk/README
|
||||
@dirrm share/doc/lablgtk
|
||||
@dirrm lib/ocaml/lablgtk
|
||||
%%native%%
|
||||
|
Loading…
Reference in New Issue
Block a user