more new plists.

put V number of freetds into its Makefile.
This commit is contained in:
espie 2004-08-09 00:21:28 +00:00
parent 8ac8865589
commit 70edc0e149
17 changed files with 249 additions and 520 deletions

View File

@ -1,15 +1,11 @@
@comment $OpenBSD: PLIST,v 1.4 2004/02/21 02:32:20 naddy Exp $
@comment $OpenBSD: PLIST,v 1.5 2004/08/09 00:21:28 espie Exp $
@pkgcfl mad-*
bin/abxtest
bin/madplay
man/man1/abxtest.1
man/man1/madplay.1
@man man/man1/abxtest.1
@man man/man1/madplay.1
share/locale/en/LC_MESSAGES/madplay.mo
share/locale/es/LC_MESSAGES/madplay.mo
share/locale/fr/LC_MESSAGES/madplay.mo
share/locale/hr/LC_MESSAGES/madplay.mo
share/locale/no/LC_MESSAGES/madplay.mo
@dirrm share/locale/hr/LC_MESSAGES
@dirrm share/locale/hr
@dirrm share/locale/en/LC_MESSAGES
@dirrm share/locale/en

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/02/06 11:56:54 wilfried Exp $
@comment $OpenBSD: PLIST,v 1.2 2004/08/09 00:21:28 espie Exp $
bin/wmmp3
share/examples/wmmp3/
share/examples/wmmp3/dot.wmmp3.sample
@dirrm share/examples/wmmp3

View File

@ -1,3 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.2 2001/10/25 04:09:14 brad Exp $
lib/librecode.so.0.0
DYNLIBDIR(%B)
@comment $OpenBSD: PFRAG.shared,v 1.3 2004/08/09 00:21:28 espie Exp $
@lib lib/librecode.so.0.0

View File

@ -1,20 +1,12 @@
@comment $OpenBSD: PLIST,v 1.4 2003/12/16 16:42:31 naddy Exp $
@unexec install-info --delete --info-dir=%D/info %D/info/recode.info
@comment $OpenBSD: PLIST,v 1.5 2004/08/09 00:21:28 espie Exp $
bin/recode
include/recode.h
include/recodext.h
info/recode.info
info/recode.info-1
info/recode.info-2
info/recode.info-3
info/recode.info-4
info/recode.info-5
info/recode.info-6
info/recode.info-7
@info info/recode.info
@comment lib/charset.alias
lib/librecode.a
lib/librecode.la
man/man1/recode.1
@man man/man1/recode.1
share/locale/da/LC_MESSAGES/recode.mo
share/locale/de/LC_MESSAGES/recode.mo
share/locale/el/LC_MESSAGES/recode.mo
@ -28,29 +20,3 @@ share/locale/pt/LC_MESSAGES/recode.mo
share/locale/sl/LC_MESSAGES/recode.mo
share/locale/sv/LC_MESSAGES/recode.mo
%%SHARED%%
@dirrm share/locale/sv/LC_MESSAGES
@dirrm share/locale/sv
@dirrm share/locale/sl/LC_MESSAGES
@dirrm share/locale/sl
@dirrm share/locale/pt/LC_MESSAGES
@dirrm share/locale/pt
@dirrm share/locale/pl/LC_MESSAGES
@dirrm share/locale/pl
@dirrm share/locale/nl/LC_MESSAGES
@dirrm share/locale/nl
@dirrm share/locale/it/LC_MESSAGES
@dirrm share/locale/it
@dirrm share/locale/gl/LC_MESSAGES
@dirrm share/locale/gl
@dirrm share/locale/fr/LC_MESSAGES
@dirrm share/locale/fr
@dirrm share/locale/es/LC_MESSAGES
@dirrm share/locale/es
@dirrm share/locale/el/LC_MESSAGES
@dirrm share/locale/el
@dirrm share/locale/de/LC_MESSAGES
@dirrm share/locale/de
@dirrm share/locale/da/LC_MESSAGES
@dirrm share/locale/da
@dirrm share/locale
@exec install-info --info-dir=%D/info %D/info/recode.info

View File

@ -1,6 +1,7 @@
# $OpenBSD: Makefile,v 1.18 2004/06/28 06:26:14 jcs Exp $
# $OpenBSD: Makefile,v 1.19 2004/08/09 00:21:28 espie Exp $
DISTNAME= freetds-0.62.4
V= 0.62.4
DISTNAME= freetds-$V
CATEGORIES= databases
# GPL
@ -23,6 +24,8 @@ CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--disable-odbc
MAKE_ENV= RM=rm
MODULES= gettext
DOC= share/doc/freetds-$V
SUBST_VARS= DOC V
post-install:
@sed -e "s:@sysconfdir@:${SYSCONFDIR}:g" ${WRKSRC}/freetds.conf > \

View File

@ -1,25 +0,0 @@
#!/bin/sh
# $OpenBSD: DEINSTALL,v 1.2 2003/10/20 16:37:48 naddy Exp $
#
# freetds de-installation
set -e
PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
CONFIG_DIR=${SYSCONFDIR}
if [ "$PKG_DELETE_EXTRA" != Yes -a -f $CONFIG_DIR/freetds.conf ]; then
echo
echo "+---------------"
echo "| To completely deinstall the $1 package you need to perform"
echo "| this step as root:"
echo "|"
echo "| rm -f $CONFIG_DIR/freetds.conf"
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,67 +0,0 @@
#!/bin/sh
# vim:ts=4:et
# $OpenBSD: INSTALL,v 1.1.1.1 2001/08/11 15:31:43 naddy Exp $
#
# Pre/post-installation setup of freetds
# exit on errors, use a sane path and install prefix
#
set -e
PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
CONFIG_DIR=${SYSCONFDIR}
SAMPLE_CONFIG_DIR=$PREFIX/share/examples/freetds
do_notice()
{
echo
echo "+---------------"
echo "| The existing $1 configuration file in $CONFIG_DIR has"
echo "| NOT been changed. You may want to compare it to the current"
echo "| sample file, $SAMPLE_CONFIG_DIR/freetds.conf-sample,"
echo "| and update your configuration as needed."
echo "+---------------"
echo
}
do_install()
{
install -o root -g wheel -m 644 $SAMPLE_CONFIG_DIR/freetds.conf-sample \
$CONFIG_DIR/freetds.conf
echo
echo "+---------------"
echo "| The $1 configuration file, $CONFIG_DIR/freetds.conf,"
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 $CONFIG_DIR/freetds.conf ]; 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,6 +1,5 @@
@comment $OpenBSD: PFRAG.shared,v 1.5 2004/01/12 02:46:12 jcs Exp $
lib/libct.so.2.0
lib/libsybdb.so.4.0
lib/libtds.so.3.0
lib/libtdssrv.so.1.0
DYNLIBDIR(%D/lib)
@comment $OpenBSD: PFRAG.shared,v 1.6 2004/08/09 00:21:28 espie Exp $
@lib lib/libct.so.2.0
@lib lib/libsybdb.so.4.0
@lib lib/libtds.so.3.0
@lib lib/libtdssrv.so.1.0

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.11 2004/06/28 06:26:15 jcs Exp $
@comment $OpenBSD: PLIST,v 1.12 2004/08/09 00:21:28 espie Exp $
bin/bsqldb
bin/freebcp
bin/tdspool
@ -26,181 +26,180 @@ lib/libtds.a
lib/libtds.la
lib/libtdssrv.a
lib/libtdssrv.la
man/man1/freebcp.1
man/man1/tsql.1
share/doc/freetds-0.62.4/images/important.gif
share/doc/freetds-0.62.4/images/note.gif
share/doc/freetds-0.62.4/images/tip.gif
share/doc/freetds-0.62.4/reference/a00048.html
share/doc/freetds-0.62.4/reference/a00059.html
share/doc/freetds-0.62.4/reference/a00065.html
share/doc/freetds-0.62.4/reference/a00066.html
share/doc/freetds-0.62.4/reference/a00067.html
share/doc/freetds-0.62.4/reference/a00068.html
share/doc/freetds-0.62.4/reference/a00072.html
share/doc/freetds-0.62.4/reference/a00129.html
share/doc/freetds-0.62.4/reference/a00132.html
share/doc/freetds-0.62.4/reference/a00164.html
share/doc/freetds-0.62.4/reference/a00167.html
share/doc/freetds-0.62.4/reference/a00168.html
share/doc/freetds-0.62.4/reference/a00181.html
share/doc/freetds-0.62.4/reference/a00185.html
share/doc/freetds-0.62.4/reference/a00200.html
share/doc/freetds-0.62.4/reference/a00223.html
share/doc/freetds-0.62.4/reference/a00270.html
share/doc/freetds-0.62.4/reference/a00273.html
share/doc/freetds-0.62.4/reference/a00297.html
share/doc/freetds-0.62.4/reference/a00298.html
share/doc/freetds-0.62.4/reference/a00299.html
share/doc/freetds-0.62.4/reference/a00300.html
share/doc/freetds-0.62.4/reference/a00301.html
share/doc/freetds-0.62.4/reference/a00302.html
share/doc/freetds-0.62.4/reference/a00303.html
share/doc/freetds-0.62.4/reference/a00304.html
share/doc/freetds-0.62.4/reference/a00305.html
share/doc/freetds-0.62.4/reference/a00306.html
share/doc/freetds-0.62.4/reference/a00307.html
share/doc/freetds-0.62.4/reference/a00308.html
share/doc/freetds-0.62.4/reference/a00309.html
share/doc/freetds-0.62.4/reference/a00310.html
share/doc/freetds-0.62.4/reference/a00311.html
share/doc/freetds-0.62.4/reference/a00312.html
share/doc/freetds-0.62.4/reference/a00313.html
share/doc/freetds-0.62.4/reference/a00314.html
share/doc/freetds-0.62.4/reference/a00315.html
share/doc/freetds-0.62.4/reference/a00317.html
share/doc/freetds-0.62.4/reference/a00319.html
share/doc/freetds-0.62.4/reference/a00320.html
share/doc/freetds-0.62.4/reference/a00321.html
share/doc/freetds-0.62.4/reference/a00322.html
share/doc/freetds-0.62.4/reference/a00323.html
share/doc/freetds-0.62.4/reference/a00324.html
share/doc/freetds-0.62.4/reference/a00325.html
share/doc/freetds-0.62.4/reference/a00326.html
share/doc/freetds-0.62.4/reference/a00327.html
share/doc/freetds-0.62.4/reference/a00328.html
share/doc/freetds-0.62.4/reference/a00329.html
share/doc/freetds-0.62.4/reference/a00330.html
share/doc/freetds-0.62.4/reference/a00331.html
share/doc/freetds-0.62.4/reference/a00332.html
share/doc/freetds-0.62.4/reference/a00333.html
share/doc/freetds-0.62.4/reference/a00334.html
share/doc/freetds-0.62.4/reference/a00335.html
share/doc/freetds-0.62.4/reference/a00336.html
share/doc/freetds-0.62.4/reference/a00337.html
share/doc/freetds-0.62.4/reference/a00338.html
share/doc/freetds-0.62.4/reference/a00339.html
share/doc/freetds-0.62.4/reference/a00340.html
share/doc/freetds-0.62.4/reference/a00341.html
share/doc/freetds-0.62.4/reference/a00342.html
share/doc/freetds-0.62.4/reference/a00343.html
share/doc/freetds-0.62.4/reference/a00344.html
share/doc/freetds-0.62.4/reference/a00345.html
share/doc/freetds-0.62.4/reference/a00346.html
share/doc/freetds-0.62.4/reference/a00347.html
share/doc/freetds-0.62.4/reference/a00348.html
share/doc/freetds-0.62.4/reference/a00350.html
share/doc/freetds-0.62.4/reference/a00352.html
share/doc/freetds-0.62.4/reference/a00353.html
share/doc/freetds-0.62.4/reference/a00354.html
share/doc/freetds-0.62.4/reference/a00355.html
share/doc/freetds-0.62.4/reference/a00356.html
share/doc/freetds-0.62.4/reference/a00357.html
share/doc/freetds-0.62.4/reference/a00358.html
share/doc/freetds-0.62.4/reference/annotated.html
share/doc/freetds-0.62.4/reference/bug.html
share/doc/freetds-0.62.4/reference/doxygen.css
share/doc/freetds-0.62.4/reference/doxygen.png
share/doc/freetds-0.62.4/reference/files.html
share/doc/freetds-0.62.4/reference/functions.html
share/doc/freetds-0.62.4/reference/globals.html
share/doc/freetds-0.62.4/reference/index.html
share/doc/freetds-0.62.4/reference/modules.html
share/doc/freetds-0.62.4/reference/pages.html
share/doc/freetds-0.62.4/reference/todo.html
share/doc/freetds-0.62.4/userguide/about.htm
share/doc/freetds-0.62.4/userguide/aboutunicode.htm
share/doc/freetds-0.62.4/userguide/acknowledgments.htm
share/doc/freetds-0.62.4/userguide/advocacy.htm
share/doc/freetds-0.62.4/userguide/apireference.htm
share/doc/freetds-0.62.4/userguide/appendmode.htm
share/doc/freetds-0.62.4/userguide/askingforhelp.htm
share/doc/freetds-0.62.4/userguide/build.htm
share/doc/freetds-0.62.4/userguide/choosingtdsprotocol.htm
share/doc/freetds-0.62.4/userguide/config.htm
share/doc/freetds-0.62.4/userguide/configs.htm
share/doc/freetds-0.62.4/userguide/configurations.htm
share/doc/freetds-0.62.4/userguide/confirminstall.htm
share/doc/freetds-0.62.4/userguide/contrib.htm
share/doc/freetds-0.62.4/userguide/contributors.htm
share/doc/freetds-0.62.4/userguide/ctlib.api.summary.htm
share/doc/freetds-0.62.4/userguide/dblib.api.summary.htm
share/doc/freetds-0.62.4/userguide/domains.htm
share/doc/freetds-0.62.4/userguide/dsnless.htm
share/doc/freetds-0.62.4/userguide/envvar.htm
share/doc/freetds-0.62.4/userguide/freetdsconf.htm
share/doc/freetds-0.62.4/userguide/freetdshistory.htm
share/doc/freetds-0.62.4/userguide/gfdl-1.htm
share/doc/freetds-0.62.4/userguide/gfdl-10.htm
share/doc/freetds-0.62.4/userguide/gfdl-11.htm
share/doc/freetds-0.62.4/userguide/gfdl-2.htm
share/doc/freetds-0.62.4/userguide/gfdl-3.htm
share/doc/freetds-0.62.4/userguide/gfdl-4.htm
share/doc/freetds-0.62.4/userguide/gfdl-5.htm
share/doc/freetds-0.62.4/userguide/gfdl-6.htm
share/doc/freetds-0.62.4/userguide/gfdl-7.htm
share/doc/freetds-0.62.4/userguide/gfdl-8.htm
share/doc/freetds-0.62.4/userguide/gfdl-9.htm
share/doc/freetds-0.62.4/userguide/gfdl.htm
share/doc/freetds-0.62.4/userguide/help.htm
share/doc/freetds-0.62.4/userguide/index.htm
share/doc/freetds-0.62.4/userguide/index.html
share/doc/freetds-0.62.4/userguide/install.htm
share/doc/freetds-0.62.4/userguide/interfacesfile.htm
share/doc/freetds-0.62.4/userguide/interfacesformat.htm
share/doc/freetds-0.62.4/userguide/interfaceslocation.htm
share/doc/freetds-0.62.4/userguide/interfacespurpose.htm
share/doc/freetds-0.62.4/userguide/iso8859.htm
share/doc/freetds-0.62.4/userguide/locales.htm
share/doc/freetds-0.62.4/userguide/logging.htm
share/doc/freetds-0.62.4/userguide/mailinglist.htm
share/doc/freetds-0.62.4/userguide/nonwestern.htm
share/doc/freetds-0.62.4/userguide/odbc.api.summary.htm
share/doc/freetds-0.62.4/userguide/odbcconnattr.htm
share/doc/freetds-0.62.4/userguide/odbcdiagnose.htm
share/doc/freetds-0.62.4/userguide/odbcinionly.htm
share/doc/freetds-0.62.4/userguide/odbcombo.htm
share/doc/freetds-0.62.4/userguide/osissues.htm
share/doc/freetds-0.62.4/userguide/packages.htm
share/doc/freetds-0.62.4/userguide/pagenodata.htm
share/doc/freetds-0.62.4/userguide/perl.htm
share/doc/freetds-0.62.4/userguide/php.htm
share/doc/freetds-0.62.4/userguide/prepodbc.htm
share/doc/freetds-0.62.4/userguide/programming.htm
share/doc/freetds-0.62.4/userguide/projects.htm
share/doc/freetds-0.62.4/userguide/python.htm
share/doc/freetds-0.62.4/userguide/samplecode.htm
share/doc/freetds-0.62.4/userguide/seemtooslow.htm
share/doc/freetds-0.62.4/userguide/serverthere.htm
share/doc/freetds-0.62.4/userguide/software.htm
share/doc/freetds-0.62.4/userguide/stunnel.htm
share/doc/freetds-0.62.4/userguide/sybsql.htm
share/doc/freetds-0.62.4/userguide/tdshistory.htm
share/doc/freetds-0.62.4/userguide/tdspool.htm
share/doc/freetds-0.62.4/userguide/troubleshooting.htm
share/doc/freetds-0.62.4/userguide/unicode.htm
share/doc/freetds-0.62.4/userguide/unicodefreetds.htm
share/doc/freetds-0.62.4/userguide/unicodegoodbad.htm
share/doc/freetds-0.62.4/userguide/unicodeutf.htm
share/doc/freetds-0.62.4/userguide/what.htm
@man man/man1/freebcp.1
@man man/man1/tsql.1
${DOC}/
${DOC}/images/
${DOC}/images/important.gif
${DOC}/images/note.gif
${DOC}/images/tip.gif
${DOC}/reference/
${DOC}/reference/a00048.html
${DOC}/reference/a00059.html
${DOC}/reference/a00065.html
${DOC}/reference/a00066.html
${DOC}/reference/a00067.html
${DOC}/reference/a00068.html
${DOC}/reference/a00072.html
${DOC}/reference/a00129.html
${DOC}/reference/a00132.html
${DOC}/reference/a00164.html
${DOC}/reference/a00167.html
${DOC}/reference/a00168.html
${DOC}/reference/a00181.html
${DOC}/reference/a00185.html
${DOC}/reference/a00200.html
${DOC}/reference/a00223.html
${DOC}/reference/a00270.html
${DOC}/reference/a00273.html
${DOC}/reference/a00297.html
${DOC}/reference/a00298.html
${DOC}/reference/a00299.html
${DOC}/reference/a00300.html
${DOC}/reference/a00301.html
${DOC}/reference/a00302.html
${DOC}/reference/a00303.html
${DOC}/reference/a00304.html
${DOC}/reference/a00305.html
${DOC}/reference/a00306.html
${DOC}/reference/a00307.html
${DOC}/reference/a00308.html
${DOC}/reference/a00309.html
${DOC}/reference/a00310.html
${DOC}/reference/a00311.html
${DOC}/reference/a00312.html
${DOC}/reference/a00313.html
${DOC}/reference/a00314.html
${DOC}/reference/a00315.html
${DOC}/reference/a00317.html
${DOC}/reference/a00319.html
${DOC}/reference/a00320.html
${DOC}/reference/a00321.html
${DOC}/reference/a00322.html
${DOC}/reference/a00323.html
${DOC}/reference/a00324.html
${DOC}/reference/a00325.html
${DOC}/reference/a00326.html
${DOC}/reference/a00327.html
${DOC}/reference/a00328.html
${DOC}/reference/a00329.html
${DOC}/reference/a00330.html
${DOC}/reference/a00331.html
${DOC}/reference/a00332.html
${DOC}/reference/a00333.html
${DOC}/reference/a00334.html
${DOC}/reference/a00335.html
${DOC}/reference/a00336.html
${DOC}/reference/a00337.html
${DOC}/reference/a00338.html
${DOC}/reference/a00339.html
${DOC}/reference/a00340.html
${DOC}/reference/a00341.html
${DOC}/reference/a00342.html
${DOC}/reference/a00343.html
${DOC}/reference/a00344.html
${DOC}/reference/a00345.html
${DOC}/reference/a00346.html
${DOC}/reference/a00347.html
${DOC}/reference/a00348.html
${DOC}/reference/a00350.html
${DOC}/reference/a00352.html
${DOC}/reference/a00353.html
${DOC}/reference/a00354.html
${DOC}/reference/a00355.html
${DOC}/reference/a00356.html
${DOC}/reference/a00357.html
${DOC}/reference/a00358.html
${DOC}/reference/annotated.html
${DOC}/reference/bug.html
${DOC}/reference/doxygen.css
${DOC}/reference/doxygen.png
${DOC}/reference/files.html
${DOC}/reference/functions.html
${DOC}/reference/globals.html
${DOC}/reference/index.html
${DOC}/reference/modules.html
${DOC}/reference/pages.html
${DOC}/reference/todo.html
${DOC}/userguide/
${DOC}/userguide/about.htm
${DOC}/userguide/aboutunicode.htm
${DOC}/userguide/acknowledgments.htm
${DOC}/userguide/advocacy.htm
${DOC}/userguide/apireference.htm
${DOC}/userguide/appendmode.htm
${DOC}/userguide/askingforhelp.htm
${DOC}/userguide/build.htm
${DOC}/userguide/choosingtdsprotocol.htm
${DOC}/userguide/config.htm
${DOC}/userguide/configs.htm
${DOC}/userguide/configurations.htm
${DOC}/userguide/confirminstall.htm
${DOC}/userguide/contrib.htm
${DOC}/userguide/contributors.htm
${DOC}/userguide/ctlib.api.summary.htm
${DOC}/userguide/dblib.api.summary.htm
${DOC}/userguide/domains.htm
${DOC}/userguide/dsnless.htm
${DOC}/userguide/envvar.htm
${DOC}/userguide/freetdsconf.htm
${DOC}/userguide/freetdshistory.htm
${DOC}/userguide/gfdl-1.htm
${DOC}/userguide/gfdl-10.htm
${DOC}/userguide/gfdl-11.htm
${DOC}/userguide/gfdl-2.htm
${DOC}/userguide/gfdl-3.htm
${DOC}/userguide/gfdl-4.htm
${DOC}/userguide/gfdl-5.htm
${DOC}/userguide/gfdl-6.htm
${DOC}/userguide/gfdl-7.htm
${DOC}/userguide/gfdl-8.htm
${DOC}/userguide/gfdl-9.htm
${DOC}/userguide/gfdl.htm
${DOC}/userguide/help.htm
${DOC}/userguide/index.htm
${DOC}/userguide/index.html
${DOC}/userguide/install.htm
${DOC}/userguide/interfacesfile.htm
${DOC}/userguide/interfacesformat.htm
${DOC}/userguide/interfaceslocation.htm
${DOC}/userguide/interfacespurpose.htm
${DOC}/userguide/iso8859.htm
${DOC}/userguide/locales.htm
${DOC}/userguide/logging.htm
${DOC}/userguide/mailinglist.htm
${DOC}/userguide/nonwestern.htm
${DOC}/userguide/odbc.api.summary.htm
${DOC}/userguide/odbcconnattr.htm
${DOC}/userguide/odbcdiagnose.htm
${DOC}/userguide/odbcinionly.htm
${DOC}/userguide/odbcombo.htm
${DOC}/userguide/osissues.htm
${DOC}/userguide/packages.htm
${DOC}/userguide/pagenodata.htm
${DOC}/userguide/perl.htm
${DOC}/userguide/php.htm
${DOC}/userguide/prepodbc.htm
${DOC}/userguide/programming.htm
${DOC}/userguide/projects.htm
${DOC}/userguide/python.htm
${DOC}/userguide/samplecode.htm
${DOC}/userguide/seemtooslow.htm
${DOC}/userguide/serverthere.htm
${DOC}/userguide/software.htm
${DOC}/userguide/stunnel.htm
${DOC}/userguide/sybsql.htm
${DOC}/userguide/tdshistory.htm
${DOC}/userguide/tdspool.htm
${DOC}/userguide/troubleshooting.htm
${DOC}/userguide/unicode.htm
${DOC}/userguide/unicodefreetds.htm
${DOC}/userguide/unicodegoodbad.htm
${DOC}/userguide/unicodeutf.htm
${DOC}/userguide/what.htm
share/examples/freetds/
share/examples/freetds/freetds.conf-sample
@sample ${SYSCONFDIR}/freetds.conf
share/examples/freetds/pool.conf-sample
%%SHARED%%
@dirrm share/examples/freetds
@dirrm share/doc/freetds-0.62.4/userguide
@dirrm share/doc/freetds-0.62.4/reference
@dirrm share/doc/freetds-0.62.4/images
@dirrm share/doc/freetds-0.62.4
@cwd ${SYSCONFDIR}
@extra freetds.conf
@extra pool.conf
@extra ${SYSCONFDIR}/pool.conf

View File

@ -1,16 +1,23 @@
@comment $OpenBSD: PLIST,v 1.6 2004/03/01 00:04:08 jcs Exp $
@comment $OpenBSD: PLIST,v 1.7 2004/08/09 00:21:28 espie Exp $
${P5ARCH}/
${P5ARCH}/Sybase/
${P5ARCH}/Sybase/BCP.pm
${P5ARCH}/Sybase/BLK.pm
${P5ARCH}/Sybase/CTlib.pm
${P5ARCH}/Sybase/DBlib.pm
${P5ARCH}/Sybase/Sybperl.pm
${P5ARCH}/auto/
${P5ARCH}/auto/Sybase/
@comment ${P5ARCH}/auto/Sybase/.packlist
${P5ARCH}/auto/Sybase/CTlib/
${P5ARCH}/auto/Sybase/CTlib/CTlib.bs
${P5ARCH}/auto/Sybase/CTlib/CTlib.so
${P5ARCH}/auto/Sybase/CTlib/autosplit.ix
${P5ARCH}/auto/Sybase/DBlib/
${P5ARCH}/auto/Sybase/DBlib/DBlib.bs
${P5ARCH}/auto/Sybase/DBlib/DBlib.so
${P5ARCH}/auto/Sybase/DBlib/autosplit.ix
${P5ARCH}/auto/Sybase/Sybperl/
${P5ARCH}/auto/Sybase/Sybperl/DBCMDROW.al
${P5ARCH}/auto/Sybase/Sybperl/DBCOUNT.al
${P5ARCH}/auto/Sybase/Sybperl/DBCURCMD.al
@ -81,15 +88,9 @@ ${P5ARCH}/ctutil.pl
${P5ARCH}/sql.pl
${P5ARCH}/sybperl.pl
${P5ARCH}/sybutil.pl
man/man3p/Sybase::BCP.3p
man/man3p/Sybase::BLK.3p
man/man3p/Sybase::CTlib.3p
man/man3p/Sybase::DBlib.3p
man/man3p/Sybase::Sybperl.3p
@man man/man3p/Sybase::BCP.3p
@man man/man3p/Sybase::BLK.3p
@man man/man3p/Sybase::CTlib.3p
@man man/man3p/Sybase::DBlib.3p
@man man/man3p/Sybase::Sybperl.3p
man/man3p/sybperl.3
@dirrm man/man3p
@dirrm ${P5ARCH}/auto/Sybase/Sybperl
@dirrm ${P5ARCH}/auto/Sybase/DBlib
@dirrm ${P5ARCH}/auto/Sybase/CTlib
@dirrm ${P5ARCH}/auto/Sybase
@dirrm ${P5ARCH}/Sybase

View File

@ -1,23 +0,0 @@
#!/bin/sh
# $OpenBSD: DEINSTALL,v 1.2 2004/04/19 09:43:50 xsa Exp $
set -e
PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
CONFIG_FILE=${SYSCONFDIR}/sqshrc
if [ ${PKG_DELETE_EXTRA} != Yes -a -f ${CONFIG_FILE} ]; then
echo
echo "+---------------"
echo "| To completely deinstall the $1 package you need to perform"
echo "| this step as root:"
echo "|"
echo "| rm -f $CONFIG_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,64 +0,0 @@
#!/bin/sh
# $OpenBSD: INSTALL,v 1.1 2001/12/23 23:27:23 jcs Exp $
# exit on errors, use a sane path and install prefix
#
set -e
PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
CONFIG_DIR=${SYSCONFDIR}
SAMPLE_CONFIG_DIR=$PREFIX/share/examples/sqsh
do_notice()
{
echo
echo "+---------------"
echo "| The existing $1 configuration file in $CONFIG_DIR has"
echo "| NOT been changed. You may want to compare it to the current"
echo "| sample file, $SAMPLE_CONFIG_DIR/global.sqshrc,"
echo "| and update your configuration as needed."
echo "+---------------"
echo
}
do_install()
{
install -o root -g wheel -m 644 $SAMPLE_CONFIG_DIR/global.sqshrc \
$CONFIG_DIR/sqshrc
echo
echo "+---------------"
echo "| The $1 configuration file, $CONFIG_DIR/sqshrc,"
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 $CONFIG_DIR/sqshrc ]; 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,7 +1,6 @@
@comment $OpenBSD: PLIST,v 1.3 2004/04/19 09:43:50 xsa Exp $
@comment $OpenBSD: PLIST,v 1.4 2004/08/09 00:21:29 espie Exp $
bin/sqsh
man/man1/sqsh.1
@man man/man1/sqsh.1
share/examples/sqsh/
share/examples/sqsh/global.sqshrc
@dirrm share/examples/sqsh
@cwd ${SYSCONFDIR}
@extra sqshrc
@sample ${SYSCONFDIR}/sqshrc

View File

@ -1,8 +1,8 @@
@comment $OpenBSD: PLIST,v 1.6 2003/12/16 17:34:06 naddy Exp $
@unexec install-info --delete --info-dir=%D/info %D/info/bison.info
@comment $OpenBSD: PLIST,v 1.7 2004/08/09 00:21:29 espie Exp $
bin/bison
info/bison.info
man/man1/bison.1
@info info/bison.info
@man man/man1/bison.1
share/bison/
share/bison/bison.hairy
share/bison/bison.simple
share/locale/de/LC_MESSAGES/bison.mo
@ -15,26 +15,3 @@ share/locale/nl/LC_MESSAGES/bison.mo
share/locale/ru/LC_MESSAGES/bison.mo
share/locale/sv/LC_MESSAGES/bison.mo
share/locale/tr/LC_MESSAGES/bison.mo
@dirrm share/locale/tr/LC_MESSAGES
@dirrm share/locale/tr
@dirrm share/locale/sv/LC_MESSAGES
@dirrm share/locale/sv
@dirrm share/locale/ru/LC_MESSAGES
@dirrm share/locale/ru
@dirrm share/locale/nl/LC_MESSAGES
@dirrm share/locale/nl
@dirrm share/locale/ja/LC_MESSAGES
@dirrm share/locale/ja
@dirrm share/locale/it/LC_MESSAGES
@dirrm share/locale/it
@dirrm share/locale/fr/LC_MESSAGES
@dirrm share/locale/fr
@dirrm share/locale/et/LC_MESSAGES
@dirrm share/locale/et
@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/bison
@exec install-info --info-dir=%D/info %D/info/bison.info

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.6 2003/12/16 17:34:06 naddy Exp $
@comment $OpenBSD: PLIST,v 1.7 2004/08/09 00:21:29 espie Exp $
bin/c_incl
bin/cook
bin/cook_bom
@ -8,25 +8,38 @@ bin/cooktime
bin/find_libs
bin/make2cook
bin/roffpp
man/man1/c_incl.1
man/man1/cook.1
man/man1/cook_bom.1
man/man1/cook_lic.1
man/man1/cook_rsh.1
man/man1/cookfp.1
man/man1/cooktime.1
man/man1/find_libs.1
man/man1/make2cook.1
man/man1/roffpp.1
@man man/man1/c_incl.1
@man man/man1/cook.1
@man man/man1/cook_bom.1
@man man/man1/cook_lic.1
@man man/man1/cook_rsh.1
@man man/man1/cookfp.1
@man man/man1/cooktime.1
@man man/man1/find_libs.1
@man man/man1/make2cook.1
@man man/man1/roffpp.1
share/cook/
share/cook/as
share/cook/bison
share/cook/c
share/cook/en/
share/cook/en/building.dvi
share/cook/en/building.ps
share/cook/en/building.txt
share/cook/en/lsm.dvi
share/cook/en/lsm.ps
share/cook/en/lsm.txt
share/cook/en/man1/
share/cook/en/man1/c_incl.1
share/cook/en/man1/cook.1
share/cook/en/man1/cook_bom.1
share/cook/en/man1/cook_lic.1
share/cook/en/man1/cook_rsh.1
share/cook/en/man1/cookfp.1
share/cook/en/man1/cooktime.1
share/cook/en/man1/find_libs.1
share/cook/en/man1/make2cook.1
share/cook/en/man1/roffpp.1
share/cook/en/readme.dvi
share/cook/en/readme.ps
share/cook/en/readme.txt
@ -67,8 +80,3 @@ share/locale/en/LC_MESSAGES/find_libs.mo
share/locale/en/LC_MESSAGES/fstrcmp.mo
share/locale/en/LC_MESSAGES/make2cook.mo
share/locale/en/LC_MESSAGES/roffpp.mo
@dirrm share/locale/en/LC_MESSAGES
@dirrm share/locale/en
@dirrm share/locale
@dirrm share/cook/en
@dirrm share/cook

View File

@ -1,10 +1,12 @@
@comment $OpenBSD: PLIST,v 1.7 2003/12/16 17:34:06 naddy Exp $
@unexec install-info --delete --info-dir=%D/info %D/info/indent.info
@comment $OpenBSD: PLIST,v 1.8 2004/08/09 00:21:29 espie Exp $
bin/gindent
bin/gtexinfo2man
info/indent.info
man/man1/gindent.1
@info info/indent.info
@man man/man1/gindent.1
share/doc/indent/
share/doc/indent/indent.html
share/locale/ca/
share/locale/ca/LC_MESSAGES/
share/locale/ca/LC_MESSAGES/indent.mo
share/locale/da/LC_MESSAGES/indent.mo
share/locale/de/LC_MESSAGES/indent.mo
@ -21,41 +23,6 @@ share/locale/ru/LC_MESSAGES/indent.mo
share/locale/sk/LC_MESSAGES/indent.mo
share/locale/sv/LC_MESSAGES/indent.mo
share/locale/tr/LC_MESSAGES/indent.mo
share/locale/zh_TW.Big5/
share/locale/zh_TW.Big5/LC_MESSAGES/
share/locale/zh_TW.Big5/LC_MESSAGES/indent.mo
@dirrm share/locale/zh_TW.Big5/LC_MESSAGES
@dirrm share/locale/zh_TW.Big5
@dirrm share/locale/tr/LC_MESSAGES
@dirrm share/locale/tr
@dirrm share/locale/sv/LC_MESSAGES
@dirrm share/locale/sv
@dirrm share/locale/sk/LC_MESSAGES
@dirrm share/locale/sk
@dirrm share/locale/ru/LC_MESSAGES
@dirrm share/locale/ru
@dirrm share/locale/pt_BR/LC_MESSAGES
@dirrm share/locale/pt_BR
@dirrm share/locale/pl/LC_MESSAGES
@dirrm share/locale/pl
@dirrm share/locale/nl/LC_MESSAGES
@dirrm share/locale/nl
@dirrm share/locale/ko/LC_MESSAGES
@dirrm share/locale/ko
@dirrm share/locale/ja/LC_MESSAGES
@dirrm share/locale/ja
@dirrm share/locale/gl/LC_MESSAGES
@dirrm share/locale/gl
@dirrm share/locale/fr/LC_MESSAGES
@dirrm share/locale/fr
@dirrm share/locale/et/LC_MESSAGES
@dirrm share/locale/et
@dirrm share/locale/eo/LC_MESSAGES
@dirrm share/locale/eo
@dirrm share/locale/de/LC_MESSAGES
@dirrm share/locale/de
@dirrm share/locale/da/LC_MESSAGES
@dirrm share/locale/da
@dirrm share/locale/ca/LC_MESSAGES
@dirrm share/locale/ca
@dirrm share/locale
@dirrm share/doc/indent
@exec install-info --info-dir=%D/info %D/info/indent.info

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.11 2004/08/03 13:30:15 todd Exp $
@comment $OpenBSD: PLIST,v 1.12 2004/08/09 00:21:29 espie Exp $
bin/gmake
@info info/make.info
@man man/man1/gmake.1
@ -7,11 +7,7 @@ share/locale/de/LC_MESSAGES/make.mo
share/locale/es/LC_MESSAGES/make.mo
share/locale/fr/LC_MESSAGES/make.mo
share/locale/gl/LC_MESSAGES/make.mo
share/locale/he/
share/locale/he/LC_MESSAGES/
share/locale/he/LC_MESSAGES/make.mo
share/locale/hr/
share/locale/hr/LC_MESSAGES/
share/locale/hr/LC_MESSAGES/make.mo
share/locale/ja/LC_MESSAGES/make.mo
share/locale/ko/LC_MESSAGES/make.mo
@ -21,6 +17,4 @@ share/locale/pt_BR/LC_MESSAGES/make.mo
share/locale/ru/LC_MESSAGES/make.mo
share/locale/sv/LC_MESSAGES/make.mo
share/locale/tr/LC_MESSAGES/make.mo
share/locale/zh_CN/
share/locale/zh_CN/LC_MESSAGES/
share/locale/zh_CN/LC_MESSAGES/make.mo