diff options
Diffstat (limited to 'security')
93 files changed, 0 insertions, 4310 deletions
diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile deleted file mode 100644 index 536c9ef57fb2..000000000000 --- a/security/gnupg1/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: gnupg -# Version required: 0.9.6 -# Date created: Sep 30, 1998 -# Whom: kuriyama@FreeBSD.ORG -# -# $Id: Makefile,v 1.9 1999/04/17 04:51:20 kuriyama Exp $ -# - -DISTNAME= gnupg-0.9.6 -CATEGORIES= security -MASTER_SITES= ftp://ftp.guug.de/pub/gcrypt/ \ - ftp://pgp.iijlab.net/pub/gnupg/ \ - ftp://ftp.win.or.jp/pub/network/gnupg/ - -MAINTAINER= kuriyama@FreeBSD.ORG - -RESTRICTED= "Crypto; export-controlled" -GNU_CONFIGURE= YES -CONFIGURE_ARGS= --with-included-gettext -MAN1= gpg.1 -MLINKS= gpg.1 gpgm.1 - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 300000 -CONFIGURE_ARGS+=--disable-asm -.endif - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/gnupg -.for i in DETAILS FAQ HACKING OpenPGP - ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${PREFIX}/share/doc/gnupg -.endfor -.for i in ABOUT-NLS AUTHORS BUGS COPYING INSTALL NEWS PROJECTS \ - README THANKS TODO VERSION - ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/gnupg -.endfor -.endif -# chmod u+s ${PREFIX}/bin/gpg - -check: - (cd ${WRKSRC}; ${MAKE} check) - -.include <bsd.port.post.mk> diff --git a/security/gnupg1/distinfo b/security/gnupg1/distinfo deleted file mode 100644 index be620d3fb02b..000000000000 --- a/security/gnupg1/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnupg-0.9.6.tar.gz) = cbf8c63e21ededfac5ea6b5fc68626c8 diff --git a/security/gnupg1/pkg-comment b/security/gnupg1/pkg-comment deleted file mode 100644 index 6848290e02ab..000000000000 --- a/security/gnupg1/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The GNU Privacy Guard diff --git a/security/gnupg1/pkg-descr b/security/gnupg1/pkg-descr deleted file mode 100644 index 4cb256d428a2..000000000000 --- a/security/gnupg1/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -GNUPG is a complete and free replacement for PGP. - -Because it does not use IDEA or RSA it can be used without any -restrictions. GNUPG is nearly in complicance with the OpenPGP draft. - -WWW: http://www.d.shuttle.de/isil/gnupg/ - -kuriyama@FreeBSD.ORG diff --git a/security/gnupg1/pkg-plist b/security/gnupg1/pkg-plist deleted file mode 100644 index 1115ffb05345..000000000000 --- a/security/gnupg1/pkg-plist +++ /dev/null @@ -1,38 +0,0 @@ -bin/gpg -lib/gnupg/rndegd -lib/gnupg/rndunix -lib/gnupg/tiger -@dirrm lib/gnupg -share/gnupg/options.skel -@dirrm share/gnupg -share/locale/de/LC_MESSAGES/gnupg.mo -share/locale/es_ES/LC_MESSAGES/gnupg.mo -@dirrm share/locale/es_ES/LC_MESSAGES -@dirrm share/locale/es_ES -share/locale/fr/LC_MESSAGES/gnupg.mo -share/locale/it/LC_MESSAGES/gnupg.mo -@dirrm share/locale/it/LC_MESSAGES -@dirrm share/locale/it -share/locale/pl/LC_MESSAGES/gnupg.mo -share/locale/pt_BR/LC_MESSAGES/gnupg.mo -@dirrm share/locale/pt_BR/LC_MESSAGES -@dirrm share/locale/pt_BR -share/locale/ru/LC_MESSAGES/gnupg.mo -@dirrm share/locale/ru/LC_MESSAGES -@dirrm share/locale/ru -share/doc/gnupg/README -share/doc/gnupg/DETAILS -share/doc/gnupg/FAQ -share/doc/gnupg/HACKING -share/doc/gnupg/OpenPGP -share/doc/gnupg/ABOUT-NLS -share/doc/gnupg/AUTHORS -share/doc/gnupg/BUGS -share/doc/gnupg/COPYING -share/doc/gnupg/INSTALL -share/doc/gnupg/NEWS -share/doc/gnupg/PROJECTS -share/doc/gnupg/THANKS -share/doc/gnupg/TODO -share/doc/gnupg/VERSION -@dirrm share/doc/gnupg diff --git a/security/kgpg-kde4/Makefile b/security/kgpg-kde4/Makefile deleted file mode 100644 index 4a2526ceee38..000000000000 --- a/security/kgpg-kde4/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: kdeutils -# Version required: Beta2 -# Date created: 28 October 1997 -# Whom: Stefan Eßer <se@freebsd.org> -# -# $Id: Makefile,v 1.30 1999/02/28 21:48:05 asami Exp $ -# - -DISTNAME= kdeutils-1.1.1 -CATEGORIES= misc kde -MASTER_SITES= $(MASTER_SITE_KDE) -MASTER_SITE_SUBDIR= stable/1.1.1/distribution/tar/generic/source/bz2 - -MAINTAINER= se@freebsd.org - -LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - kdecore.2:${PORTSDIR}/x11/kdelibs11 - -USE_BZIP2= yes -USE_QT= yes -HAS_CONFIGURE= yes -CONFIGURE_ARGS= "--prefix=$(PREFIX)" \ - "--with-extra-includes=$(PREFIX)/include/giflib" -CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ - INSTALL_SCRIPT="install -c -m 555" -USE_GMAKE= yes -CFLAGS+= "-I${PREFIX}/include" - -.include <bsd.port.mk> diff --git a/security/kgpg-kde4/distinfo b/security/kgpg-kde4/distinfo deleted file mode 100644 index 736e64d8a387..000000000000 --- a/security/kgpg-kde4/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (kdeutils-1.1.1.tar.bz2) = 17f6ec80e4cf6d9e8bc9f95bfd01f945 diff --git a/security/kgpg-kde4/pkg-comment b/security/kgpg-kde4/pkg-comment deleted file mode 100644 index 186230f9287d..000000000000 --- a/security/kgpg-kde4/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Utilities for the KDE integrated X11 desktop diff --git a/security/kgpg-kde4/pkg-descr b/security/kgpg-kde4/pkg-descr deleted file mode 100644 index 90ae45773bea..000000000000 --- a/security/kgpg-kde4/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -KDE provides an integrated X11 based environment, much like CDE. diff --git a/security/kgpg-kde4/pkg-plist b/security/kgpg-kde4/pkg-plist deleted file mode 100644 index 0f2137e60fa2..000000000000 --- a/security/kgpg-kde4/pkg-plist +++ /dev/null @@ -1,531 +0,0 @@ -bin/ark -bin/kab -bin/kabapi_test -bin/karm -bin/kcalc -bin/kedit -bin/khexdit -bin/kjots -bin/klipper -bin/kljettool -bin/klpq -bin/knotes -bin/kwrite -share/applnk/Applications/KEdit.kdelnk -share/applnk/Applications/kwrite.kdelnk -share/applnk/Utilities/KArm.kdelnk -share/applnk/Utilities/KLJetTool.kdelnk -share/applnk/Utilities/KLpq.kdelnk -share/applnk/Utilities/Kjots.kdelnk -share/applnk/Utilities/ark.kdelnk -share/applnk/Utilities/kab.kdelnk -share/applnk/Utilities/kcalc.kdelnk -share/applnk/Utilities/khexdit.kdelnk -share/applnk/Utilities/klipper.kdelnk -share/applnk/Utilities/knotes.kdelnk -share/apps/kab/pics/addressbook_logo.jpg -share/apps/kcalc/pics/kcalclogo.xpm -share/apps/kedit/pics/keditlogo.xpm -share/apps/kedit/toolbar/filenew2.xpm -share/apps/kedit/toolbar/send.xpm -share/apps/kjots/pics/OpenBook.xpm -share/apps/kjots/pics/filedel.xpm -share/apps/knotes/pics/knotesclose.xpm -share/apps/knotes/pics/knoteslogo.xpm -share/doc/HTML/de/kab/fehler.gif -share/doc/HTML/de/kab/index.html -share/doc/HTML/de/kcalc/index-1.html -share/doc/HTML/de/kcalc/index-2.html -share/doc/HTML/de/kcalc/index-3.html -share/doc/HTML/de/kcalc/index-4.html -share/doc/HTML/de/kcalc/index-5.html -share/doc/HTML/de/kcalc/index-6.html -share/doc/HTML/de/kcalc/index-7.html -share/doc/HTML/de/kcalc/index-8.html -share/doc/HTML/de/kcalc/index-9.html -share/doc/HTML/de/kcalc/index.html -share/doc/HTML/de/kcalc/logotp3.gif -share/doc/HTML/en/ark/index-1.html -share/doc/HTML/en/ark/index-2.html -share/doc/HTML/en/ark/index-3.html -share/doc/HTML/en/ark/index-4.html -share/doc/HTML/en/ark/index.html -share/doc/HTML/en/ark/logotp3.gif -share/doc/HTML/en/kab/index.html -share/doc/HTML/en/karm/index-1.html -share/doc/HTML/en/karm/index-2.html -share/doc/HTML/en/karm/index-3.html -share/doc/HTML/en/karm/index-4.html -share/doc/HTML/en/karm/index.html -share/doc/HTML/en/karm/index.sgml -share/doc/HTML/en/karm/karm.gif -share/doc/HTML/en/karm/logotp3.gif -share/doc/HTML/en/karm/scrn.html -share/doc/HTML/en/kcalc/index-1.html -share/doc/HTML/en/kcalc/index-2.html -share/doc/HTML/en/kcalc/index-3.html -share/doc/HTML/en/kcalc/index-4.html -share/doc/HTML/en/kcalc/index-5.html -share/doc/HTML/en/kcalc/index-6.html -share/doc/HTML/en/kcalc/index-7.html -share/doc/HTML/en/kcalc/index-8.html -share/doc/HTML/en/kcalc/index-9.html -share/doc/HTML/en/kcalc/index.html -share/doc/HTML/en/kcalc/kcalc_on_Aix.txt -share/doc/HTML/en/kcalc/kcalc_on_OSF.txt -share/doc/HTML/en/kcalc/logotp3.gif -share/doc/HTML/en/kedit/index-1.html -share/doc/HTML/en/kedit/index-2.html -share/doc/HTML/en/kedit/index-3.html -share/doc/HTML/en/kedit/index-4.html -share/doc/HTML/en/kedit/index-5.html -share/doc/HTML/en/kedit/index.html -share/doc/HTML/en/kedit/logotp3.gif -share/doc/HTML/en/khexdit/index.html -share/doc/HTML/en/kjots/index-1.html -share/doc/HTML/en/kjots/index-2.html -share/doc/HTML/en/kjots/index-3.html -share/doc/HTML/en/kjots/index.html -share/doc/HTML/en/kjots/logotp3.gif -share/doc/HTML/en/kljettool/README -share/doc/HTML/en/kljettool/filter -share/doc/HTML/en/kljettool/kljettool-1.html -share/doc/HTML/en/kljettool/kljettool-2.html -share/doc/HTML/en/kljettool/kljettool-3.html -share/doc/HTML/en/kljettool/kljettool-4.html -share/doc/HTML/en/kljettool/kljettool-5.html -share/doc/HTML/en/kljettool/kljettool-6.html -share/doc/HTML/en/kljettool/kljettool.html -share/doc/HTML/en/kljettool/kljettool.nif -share/doc/HTML/en/kljettool/kljettool.sgml -share/doc/HTML/en/kljettool/logotp3.gif -share/doc/HTML/en/kljettool/magic -share/doc/HTML/en/klpq/index-1.html -share/doc/HTML/en/klpq/index-2.html -share/doc/HTML/en/klpq/index-3.html -share/doc/HTML/en/klpq/index-4.html -share/doc/HTML/en/klpq/index-5.html -share/doc/HTML/en/klpq/index-6.html -share/doc/HTML/en/klpq/index-7.html -share/doc/HTML/en/klpq/index.html -share/doc/HTML/en/klpq/logotp3.gif -share/doc/HTML/en/knotes/index-1.html -share/doc/HTML/en/knotes/index-2.html -share/doc/HTML/en/knotes/index-3.html -share/doc/HTML/en/knotes/index-4.html -share/doc/HTML/en/knotes/index-5.html -share/doc/HTML/en/knotes/index.html -share/doc/HTML/en/knotes/logotp3.gif -share/doc/HTML/en/kwrite/index-1.html -share/doc/HTML/en/kwrite/index-2.html -share/doc/HTML/en/kwrite/index-3.html -share/doc/HTML/en/kwrite/index-4.html -share/doc/HTML/en/kwrite/index-5.html -share/doc/HTML/en/kwrite/index.html -share/doc/HTML/en/kwrite/logotp3.gif -share/doc/HTML/it/khexdit/index.html -share/icons/ark.xpm -share/icons/kab.xpm -share/icons/karm.xpm -share/icons/kcalc.xpm -share/icons/kedit.xpm -share/icons/khexdit.xpm -share/icons/kjots.xpm -share/icons/klipper.xpm -share/icons/kljetlogo.xpm -share/icons/klpq.xpm -share/icons/knotes.xpm -share/icons/kwrite.xpm -share/icons/mini/ark.xpm -share/icons/mini/kab.xpm -share/icons/mini/karm.xpm -share/icons/mini/kcalc.xpm -share/icons/mini/kedit.xpm -share/icons/mini/khexdit.xpm -share/icons/mini/kjots.xpm -share/icons/mini/klipper.xpm -share/icons/mini/kljettool.xpm -share/icons/mini/klpq.xpm -share/icons/mini/knotes.xpm -share/icons/mini/kwrite.xpm -share/icons/redo.xpm -share/icons/undo.xpm -share/locale/br/LC_MESSAGES/ark.mo -share/locale/br/LC_MESSAGES/kab.mo -share/locale/br/LC_MESSAGES/karm.mo -share/locale/br/LC_MESSAGES/kcalc.mo -share/locale/br/LC_MESSAGES/kedit.mo -share/locale/br/LC_MESSAGES/kfloppy.mo -share/locale/br/LC_MESSAGES/khexdit.mo -share/locale/br/LC_MESSAGES/kjots.mo -share/locale/br/LC_MESSAGES/klipper.mo -share/locale/br/LC_MESSAGES/kljettool.mo -share/locale/br/LC_MESSAGES/klpq.mo -share/locale/br/LC_MESSAGES/knotes.mo -share/locale/br/LC_MESSAGES/kpm.mo -share/locale/br/LC_MESSAGES/ktop.mo -share/locale/br/LC_MESSAGES/kwrite.mo -share/locale/ca/LC_MESSAGES/ark.mo -share/locale/ca/LC_MESSAGES/kab.mo -share/locale/ca/LC_MESSAGES/karm.mo -share/locale/ca/LC_MESSAGES/kcalc.mo -share/locale/ca/LC_MESSAGES/kedit.mo -share/locale/ca/LC_MESSAGES/kfloppy.mo -share/locale/ca/LC_MESSAGES/khexdit.mo -share/locale/ca/LC_MESSAGES/kjots.mo -share/locale/ca/LC_MESSAGES/klipper.mo -share/locale/ca/LC_MESSAGES/kljettool.mo -share/locale/ca/LC_MESSAGES/klpq.mo -share/locale/ca/LC_MESSAGES/knotes.mo -share/locale/ca/LC_MESSAGES/kpm.mo -share/locale/ca/LC_MESSAGES/kwrite.mo -share/locale/cs/LC_MESSAGES/ark.mo -share/locale/cs/LC_MESSAGES/kab.mo -share/locale/cs/LC_MESSAGES/karm.mo -share/locale/cs/LC_MESSAGES/kcalc.mo -share/locale/cs/LC_MESSAGES/kedit.mo -share/locale/cs/LC_MESSAGES/kfloppy.mo -share/locale/cs/LC_MESSAGES/khexdit.mo -share/locale/cs/LC_MESSAGES/kjots.mo -share/locale/cs/LC_MESSAGES/klipper.mo -share/locale/cs/LC_MESSAGES/kljettool.mo -share/locale/cs/LC_MESSAGES/klpq.mo -share/locale/cs/LC_MESSAGES/knotes.mo -share/locale/cs/LC_MESSAGES/kpm.mo -share/locale/cs/LC_MESSAGES/ktop.mo -share/locale/cs/LC_MESSAGES/kwrite.mo -share/locale/da/LC_MESSAGES/ark.mo -share/locale/da/LC_MESSAGES/kab.mo -share/locale/da/LC_MESSAGES/karm.mo -share/locale/da/LC_MESSAGES/kcalc.mo -share/locale/da/LC_MESSAGES/kedit.mo -share/locale/da/LC_MESSAGES/kfloppy.mo -share/locale/da/LC_MESSAGES/khexdit.mo -share/locale/da/LC_MESSAGES/kjots.mo -share/locale/da/LC_MESSAGES/klipper.mo -share/locale/da/LC_MESSAGES/kljettool.mo -share/locale/da/LC_MESSAGES/klpq.mo -share/locale/da/LC_MESSAGES/knotes.mo -share/locale/da/LC_MESSAGES/kpm.mo -share/locale/da/LC_MESSAGES/ktop.mo -share/locale/da/LC_MESSAGES/kwrite.mo -share/locale/de/LC_MESSAGES/ark.mo -share/locale/de/LC_MESSAGES/kab.mo -share/locale/de/LC_MESSAGES/karm.mo -share/locale/de/LC_MESSAGES/kcalc.mo -share/locale/de/LC_MESSAGES/kedit.mo -share/locale/de/LC_MESSAGES/kfloppy.mo -share/locale/de/LC_MESSAGES/khexdit.mo -share/locale/de/LC_MESSAGES/kjots.mo -share/locale/de/LC_MESSAGES/klipper.mo -share/locale/de/LC_MESSAGES/kljettool.mo -share/locale/de/LC_MESSAGES/klpq.mo -share/locale/de/LC_MESSAGES/knotes.mo -share/locale/de/LC_MESSAGES/kpm.mo -share/locale/de/LC_MESSAGES/ktop.mo -share/locale/de/LC_MESSAGES/kwrite.mo -share/locale/el/LC_MESSAGES/karm.mo -share/locale/el/LC_MESSAGES/kcalc.mo -share/locale/el/LC_MESSAGES/kedit.mo -share/locale/el/LC_MESSAGES/kfloppy.mo -share/locale/el/LC_MESSAGES/khexdit.mo -share/locale/el/LC_MESSAGES/knotes.mo -share/locale/el/LC_MESSAGES/kzip.mo -share/locale/eo/LC_MESSAGES/ark.mo -share/locale/eo/LC_MESSAGES/karm.mo -share/locale/eo/LC_MESSAGES/kcalc.mo -share/locale/eo/LC_MESSAGES/kedit.mo -share/locale/eo/LC_MESSAGES/kfloppy.mo -share/locale/eo/LC_MESSAGES/khexdit.mo -share/locale/eo/LC_MESSAGES/kljettool.mo -share/locale/eo/LC_MESSAGES/knotes.mo -share/locale/es/LC_MESSAGES/ark.mo -share/locale/es/LC_MESSAGES/kab.mo -share/locale/es/LC_MESSAGES/karm.mo -share/locale/es/LC_MESSAGES/kcalc.mo -share/locale/es/LC_MESSAGES/kedit.mo -share/locale/es/LC_MESSAGES/kfloppy.mo -share/locale/es/LC_MESSAGES/khexdit.mo -share/locale/es/LC_MESSAGES/kjots.mo -share/locale/es/LC_MESSAGES/klipper.mo -share/locale/es/LC_MESSAGES/kljettool.mo -share/locale/es/LC_MESSAGES/klpq.mo -share/locale/es/LC_MESSAGES/knotes.mo -share/locale/es/LC_MESSAGES/kpm.mo -share/locale/es/LC_MESSAGES/ktop.mo -share/locale/es/LC_MESSAGES/kwrite.mo -share/locale/et/LC_MESSAGES/ark.mo -share/locale/et/LC_MESSAGES/kab.mo -share/locale/et/LC_MESSAGES/karm.mo -share/locale/et/LC_MESSAGES/kcalc.mo -share/locale/et/LC_MESSAGES/kedit.mo -share/locale/et/LC_MESSAGES/kfloppy.mo -share/locale/et/LC_MESSAGES/khexdit.mo -share/locale/et/LC_MESSAGES/kjots.mo -share/locale/et/LC_MESSAGES/kljettool.mo -share/locale/et/LC_MESSAGES/knotes.mo -share/locale/fi/LC_MESSAGES/ark.mo -share/locale/fi/LC_MESSAGES/kab.mo -share/locale/fi/LC_MESSAGES/karm.mo -share/locale/fi/LC_MESSAGES/kcalc.mo -share/locale/fi/LC_MESSAGES/kedit.mo -share/locale/fi/LC_MESSAGES/kfloppy.mo -share/locale/fi/LC_MESSAGES/khexdit.mo -share/locale/fi/LC_MESSAGES/kjots.mo -share/locale/fi/LC_MESSAGES/klipper.mo -share/locale/fi/LC_MESSAGES/kljettool.mo -share/locale/fi/LC_MESSAGES/klpq.mo -share/locale/fi/LC_MESSAGES/knotes.mo -share/locale/fi/LC_MESSAGES/kpm.mo -share/locale/fi/LC_MESSAGES/kwrite.mo -share/locale/fr/LC_MESSAGES/ark.mo -share/locale/fr/LC_MESSAGES/kab.mo -share/locale/fr/LC_MESSAGES/karm.mo -share/locale/fr/LC_MESSAGES/kcalc.mo -share/locale/fr/LC_MESSAGES/kedit.mo -share/locale/fr/LC_MESSAGES/kfloppy.mo -share/locale/fr/LC_MESSAGES/khexdit.mo -share/locale/fr/LC_MESSAGES/kjots.mo -share/locale/fr/LC_MESSAGES/klipper.mo -share/locale/fr/LC_MESSAGES/kljettool.mo -share/locale/fr/LC_MESSAGES/klpq.mo -share/locale/fr/LC_MESSAGES/knotes.mo -share/locale/fr/LC_MESSAGES/kpm.mo -share/locale/fr/LC_MESSAGES/ktop.mo -share/locale/fr/LC_MESSAGES/kwrite.mo -share/locale/he/LC_MESSAGES/kedit.mo -share/locale/hr/LC_MESSAGES/ark.mo -share/locale/hr/LC_MESSAGES/kab.mo -share/locale/hr/LC_MESSAGES/karm.mo -share/locale/hr/LC_MESSAGES/kcalc.mo -share/locale/hr/LC_MESSAGES/kedit.mo -share/locale/hr/LC_MESSAGES/kfloppy.mo -share/locale/hr/LC_MESSAGES/khexdit.mo -share/locale/hr/LC_MESSAGES/kljettool.mo -share/locale/hr/LC_MESSAGES/klpq.mo -share/locale/hr/LC_MESSAGES/knotes.mo -share/locale/hr/LC_MESSAGES/kpm.mo -share/locale/hr/LC_MESSAGES/ktop.mo -share/locale/hu/LC_MESSAGES/ark.mo -share/locale/hu/LC_MESSAGES/kab.mo -share/locale/hu/LC_MESSAGES/kedit.mo -share/locale/hu/LC_MESSAGES/khexdit.mo -share/locale/hu/LC_MESSAGES/klipper.mo -share/locale/hu/LC_MESSAGES/knotes.mo -share/locale/hu/LC_MESSAGES/ktop.mo -share/locale/hu/LC_MESSAGES/kwrite.mo -share/locale/is/LC_MESSAGES/ark.mo -share/locale/is/LC_MESSAGES/kab.mo -share/locale/is/LC_MESSAGES/karm.mo -share/locale/is/LC_MESSAGES/kcalc.mo -share/locale/is/LC_MESSAGES/kedit.mo -share/locale/is/LC_MESSAGES/kfloppy.mo -share/locale/is/LC_MESSAGES/khexdit.mo -share/locale/is/LC_MESSAGES/kjots.mo -share/locale/is/LC_MESSAGES/klipper.mo -share/locale/is/LC_MESSAGES/kljettool.mo -share/locale/is/LC_MESSAGES/klpq.mo -share/locale/is/LC_MESSAGES/knotes.mo -share/locale/is/LC_MESSAGES/kpm.mo -share/locale/is/LC_MESSAGES/kwrite.mo -share/locale/it/LC_MESSAGES/ark.mo -share/locale/it/LC_MESSAGES/kab.mo -share/locale/it/LC_MESSAGES/karm.mo -share/locale/it/LC_MESSAGES/kcalc.mo -share/locale/it/LC_MESSAGES/kedit.mo -share/locale/it/LC_MESSAGES/kfloppy.mo -share/locale/it/LC_MESSAGES/khexdit.mo -share/locale/it/LC_MESSAGES/kjots.mo -share/locale/it/LC_MESSAGES/klipper.mo -share/locale/it/LC_MESSAGES/kljettool.mo -share/locale/it/LC_MESSAGES/klpq.mo -share/locale/it/LC_MESSAGES/knotes.mo -share/locale/it/LC_MESSAGES/kpm.mo -share/locale/it/LC_MESSAGES/ktop.mo -share/locale/it/LC_MESSAGES/kwrite.mo -share/locale/ko/LC_MESSAGES/ark.mo -share/locale/ko/LC_MESSAGES/karm.mo -share/locale/ko/LC_MESSAGES/kcalc.mo -share/locale/ko/LC_MESSAGES/kedit.mo -share/locale/ko/LC_MESSAGES/kfloppy.mo -share/locale/ko/LC_MESSAGES/khexdit.mo -share/locale/ko/LC_MESSAGES/kljettool.mo -share/locale/ko/LC_MESSAGES/knotes.mo -share/locale/mk/LC_MESSAGES/kedit.mo -share/locale/mk/LC_MESSAGES/khexdit.mo -share/locale/nl/LC_MESSAGES/ark.mo -share/locale/nl/LC_MESSAGES/karm.mo -share/locale/nl/LC_MESSAGES/kcalc.mo -share/locale/nl/LC_MESSAGES/kedit.mo -share/locale/nl/LC_MESSAGES/kfloppy.mo -share/locale/nl/LC_MESSAGES/khexdit.mo -share/locale/nl/LC_MESSAGES/kljettool.mo -share/locale/nl/LC_MESSAGES/klpq.mo -share/locale/nl/LC_MESSAGES/knotes.mo -share/locale/nl/LC_MESSAGES/ktop.mo -share/locale/no/LC_MESSAGES/ark.mo -share/locale/no/LC_MESSAGES/kab.mo -share/locale/no/LC_MESSAGES/karm.mo -share/locale/no/LC_MESSAGES/kcalc.mo -share/locale/no/LC_MESSAGES/kedit.mo -share/locale/no/LC_MESSAGES/kfloppy.mo -share/locale/no/LC_MESSAGES/khexdit.mo -share/locale/no/LC_MESSAGES/kjots.mo -share/locale/no/LC_MESSAGES/klipper.mo -share/locale/no/LC_MESSAGES/kljettool.mo -share/locale/no/LC_MESSAGES/klpq.mo -share/locale/no/LC_MESSAGES/knotes.mo -share/locale/no/LC_MESSAGES/kpm.mo -share/locale/no/LC_MESSAGES/ktop.mo -share/locale/no/LC_MESSAGES/kwrite.mo -share/locale/pl/LC_MESSAGES/ark.mo -share/locale/pl/LC_MESSAGES/kab.mo -share/locale/pl/LC_MESSAGES/karm.mo -share/locale/pl/LC_MESSAGES/kcalc.mo -share/locale/pl/LC_MESSAGES/kedit.mo -share/locale/pl/LC_MESSAGES/kfloppy.mo -share/locale/pl/LC_MESSAGES/khexdit.mo -share/locale/pl/LC_MESSAGES/kjots.mo -share/locale/pl/LC_MESSAGES/klipper.mo -share/locale/pl/LC_MESSAGES/kljettool.mo -share/locale/pl/LC_MESSAGES/klpq.mo -share/locale/pl/LC_MESSAGES/knotes.mo -share/locale/pl/LC_MESSAGES/kpm.mo -share/locale/pl/LC_MESSAGES/kwrite.mo -share/locale/pt/LC_MESSAGES/ark.mo -share/locale/pt/LC_MESSAGES/kab.mo -share/locale/pt/LC_MESSAGES/karm.mo -share/locale/pt/LC_MESSAGES/kcalc.mo -share/locale/pt/LC_MESSAGES/kedit.mo -share/locale/pt/LC_MESSAGES/kfloppy.mo -share/locale/pt/LC_MESSAGES/khexdit.mo -share/locale/pt/LC_MESSAGES/kjots.mo -share/locale/pt/LC_MESSAGES/klipper.mo -share/locale/pt/LC_MESSAGES/kljettool.mo -share/locale/pt/LC_MESSAGES/klpq.mo -share/locale/pt/LC_MESSAGES/knotes.mo -share/locale/pt/LC_MESSAGES/kpm.mo -share/locale/pt/LC_MESSAGES/ktop.mo -share/locale/pt/LC_MESSAGES/kwrite.mo -share/locale/pt_BR/LC_MESSAGES/ark.mo -share/locale/pt_BR/LC_MESSAGES/kab.mo -share/locale/pt_BR/LC_MESSAGES/karm.mo -share/locale/pt_BR/LC_MESSAGES/kcalc.mo -share/locale/pt_BR/LC_MESSAGES/kclock.mo -share/locale/pt_BR/LC_MESSAGES/kcmail.mo -share/locale/pt_BR/LC_MESSAGES/kedit.mo -share/locale/pt_BR/LC_MESSAGES/kexpress.mo -share/locale/pt_BR/LC_MESSAGES/kfloppy.mo -share/locale/pt_BR/LC_MESSAGES/khexdit.mo -share/locale/pt_BR/LC_MESSAGES/kjots.mo -share/locale/pt_BR/LC_MESSAGES/kjoy.mo -share/locale/pt_BR/LC_MESSAGES/kless.mo -share/locale/pt_BR/LC_MESSAGES/klipper.mo -share/locale/pt_BR/LC_MESSAGES/kljettool.mo -share/locale/pt_BR/LC_MESSAGES/klpq.mo -share/locale/pt_BR/LC_MESSAGES/knotes.mo -share/locale/pt_BR/LC_MESSAGES/kpm.mo -share/locale/pt_BR/LC_MESSAGES/kray.mo -share/locale/pt_BR/LC_MESSAGES/ksamba.mo -share/locale/pt_BR/LC_MESSAGES/ktop.mo -share/locale/pt_BR/LC_MESSAGES/kuickshow.mo -share/locale/pt_BR/LC_MESSAGES/kwrite.mo -share/locale/ro/LC_MESSAGES/ark.mo -share/locale/ro/LC_MESSAGES/karm.mo -share/locale/ro/LC_MESSAGES/kcalc.mo -share/locale/ro/LC_MESSAGES/kfloppy.mo -share/locale/ro/LC_MESSAGES/khexdit.mo -share/locale/ro/LC_MESSAGES/kljettool.mo -share/locale/ru/LC_MESSAGES/ark.mo -share/locale/ru/LC_MESSAGES/kab.mo -share/locale/ru/LC_MESSAGES/karm.mo -share/locale/ru/LC_MESSAGES/kcalc.mo -share/locale/ru/LC_MESSAGES/kedit.mo -share/locale/ru/LC_MESSAGES/kfloppy.mo -share/locale/ru/LC_MESSAGES/khexdit.mo -share/locale/ru/LC_MESSAGES/kjots.mo -share/locale/ru/LC_MESSAGES/klipper.mo -share/locale/ru/LC_MESSAGES/kljettool.mo -share/locale/ru/LC_MESSAGES/klpq.mo -share/locale/ru/LC_MESSAGES/knotes.mo -share/locale/ru/LC_MESSAGES/kpm.mo -share/locale/ru/LC_MESSAGES/kwrite.mo -share/locale/sk/LC_MESSAGES/ark.mo -share/locale/sk/LC_MESSAGES/kab.mo -share/locale/sk/LC_MESSAGES/karm.mo -share/locale/sk/LC_MESSAGES/kcalc.mo -share/locale/sk/LC_MESSAGES/kedit.mo -share/locale/sk/LC_MESSAGES/kfloppy.mo -share/locale/sk/LC_MESSAGES/khexdit.mo -share/locale/sk/LC_MESSAGES/kjots.mo -share/locale/sk/LC_MESSAGES/klipper.mo -share/locale/sk/LC_MESSAGES/kljettool.mo -share/locale/sk/LC_MESSAGES/klpq.mo -share/locale/sk/LC_MESSAGES/knotes.mo -share/locale/sk/LC_MESSAGES/kpm.mo -share/locale/sk/LC_MESSAGES/ktop.mo -share/locale/sk/LC_MESSAGES/kwrite.mo -share/locale/sv/LC_MESSAGES/ark.mo -share/locale/sv/LC_MESSAGES/kab.mo -share/locale/sv/LC_MESSAGES/karm.mo -share/locale/sv/LC_MESSAGES/kcalc.mo -share/locale/sv/LC_MESSAGES/kedit.mo -share/locale/sv/LC_MESSAGES/kfloppy.mo -share/locale/sv/LC_MESSAGES/khexdit.mo -share/locale/sv/LC_MESSAGES/kjots.mo -share/locale/sv/LC_MESSAGES/klipper.mo -share/locale/sv/LC_MESSAGES/kljettool.mo -share/locale/sv/LC_MESSAGES/klpq.mo -share/locale/sv/LC_MESSAGES/knotes.mo -share/locale/sv/LC_MESSAGES/kpm.mo -share/locale/sv/LC_MESSAGES/kwrite.mo -share/locale/tr/LC_MESSAGES/ark.mo -share/locale/tr/LC_MESSAGES/karm.mo -share/locale/tr/LC_MESSAGES/kcalc.mo -share/locale/tr/LC_MESSAGES/kedit.mo -share/locale/tr/LC_MESSAGES/kfloppy.mo -share/locale/tr/LC_MESSAGES/khexdit.mo -share/locale/tr/LC_MESSAGES/kljettool.mo -share/locale/tr/LC_MESSAGES/knotes.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/ark.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/karm.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kcalc.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kedit.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kfloppy.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/khexdit.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kljettool.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/klpq.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/knotes.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/ktop.mo -share/locale/zh_TW.Big5/LC_MESSAGES/ark.mo -share/locale/zh_TW.Big5/LC_MESSAGES/karm.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kcalc.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kedit.mo -share/locale/zh_TW.Big5/LC_MESSAGES/khexdit.mo -share/locale/zh_TW.Big5/LC_MESSAGES/knotes.mo -share/toolbar/filedel.xpm -@dirrm share/doc/HTML/it/khexdit -@dirrm share/doc/HTML/en/kwrite -@dirrm share/doc/HTML/en/knotes -@dirrm share/doc/HTML/en/klpq -@dirrm share/doc/HTML/en/kljettool -@dirrm share/doc/HTML/en/kjots -@dirrm share/doc/HTML/en/khexdit -@dirrm share/doc/HTML/en/kedit -@dirrm share/doc/HTML/en/kcalc -@dirrm share/doc/HTML/en/karm -@dirrm share/doc/HTML/en/kab -@dirrm share/doc/HTML/en/ark -@dirrm share/doc/HTML/de/kcalc -@dirrm share/doc/HTML/de/kab -@dirrm share/apps/knotes/pics -@dirrm share/apps/knotes -@dirrm share/apps/kjots/pics -@dirrm share/apps/kjots -@dirrm share/apps/kedit/toolbar -@dirrm share/apps/kedit/pics -@dirrm share/apps/kedit -@dirrm share/apps/kcalc/pics -@dirrm share/apps/kcalc -@dirrm share/apps/kab/pics -@dirrm share/apps/kab diff --git a/security/krb5-16/Makefile b/security/krb5-16/Makefile deleted file mode 100644 index a363b461dd32..000000000000 --- a/security/krb5-16/Makefile +++ /dev/null @@ -1,204 +0,0 @@ -# Ports collection Makefile for: MIT Kerberos V -# Version required: 1.0.5 -# Date created: 6/5/1998 -# Whom: n@nectar.com -# -# $Id: Makefile,v 1.7 1998/11/07 02:33:44 nectar Exp $ -# - -DISTNAME= krb5-1.0.5 -CATEGORIES= security -MASTER_SITES= # empty here. See below for real setting. -DISTFILES= krb5-1.0.5.src.tar.gz \ - krb5-1.0.5.doc.tar.gz \ - krb5-1.0.5.crypto.tar.gz - -MAINTAINER= n@nectar.com - -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -DIST_SUBDIR= krb5 - -# Deal with "secret" subdirectory on the canonical MASTER_SITE. -# If USA_RESIDENT=YES then: -# we fetch from the canonical MASTER_SITE in the USA, -# and deal with a "secret" subdirectory whose name -# we obtain by using an awk script to search a README file. -# If USA_RESIDENT=NO then: -# we fetch from a MASTER_SITE outside the USA, -# and we don't need to deal with any "secret" subdirectory, -# so we use an empty awk script. -README_KRB5= README.KRB5-1.0.5 -.if defined(USA_RESIDENT) && ${USA_RESIDENT} == "YES" -MASTER_SITES= ftp://athena-dist.mit.edu/pub/kerberos/ -AWK_SCRIPT= '(/1\) Change into the directory/) { if (match($$0, "dist/[0-9]+")) print substr($$0, RSTART, RLENGTH) }' -.else -MASTER_SITES= ftp://ftp.internat.freebsd.org/pub/FreeBSD/distfiles/ -AWK_SCRIPT= '' -.endif - -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS?= --enable-shared --with-ccopts="${CFLAGS}" -KRB5_KRB4_COMPAT?= YES - -.if !defined(KRB5_KRB4_COMPAT) || ${KRB5_KRB4_COMPAT} == "NO" -CONFIGURE_ARGS+= --without-krb4 -.endif - -.if defined(KRB5_HOME) -PREFIX= ${KRB5_HOME} -.endif - -RESTRICTED= "Crypto; export-controlled" -# Set USA_RESIDENT appropriately in /etc/make.conf if you like - -INFO_FILES= krb425.info krb5-admin.info krb5-admin.info-1 \ - krb5-admin.info-2 krb5-admin.info-3 krb5-install.info \ - krb5-install.info-1 krb5-install.info-2 krb5-user.info - -pre-fetch: -.if !defined(KRB5_KRB4_COMPAT) - @${ECHO} "------------------------------------------------------" - @${ECHO} "Set KRB5_KRB4_COMPAT=NO if you do not want to build " - @${ECHO} "the KerberosIV compatibility libraries. " - @${ECHO} "------------------------------------------------------" -.endif -.if defined(USA_RESIDENT) && ${USA_RESIDENT} == "YES" - @${ECHO} - @${ECHO} ">> If you are a US resident, understand that this software" - @${ECHO} " may be export restricted." -.elif defined(USA_RESIDENT) && ${USA_RESIDENT} == "NO" - @${ECHO} - @${ECHO} ">> If you are not a US resident, then you cannot obtain" - @${ECHO} " Kerberos V source from a server within the United" - @${ECHO} " States. If automatic fetching of the sources from" - @${ECHO} " a server outside the US fails then you will have to" - @${ECHO} " find the sources elsewhere yourself, and put them" - @${ECHO} " in ${_DISTDIR}." -.else - @${ECHO} - @${ECHO} ">> You must set the variable USA_RESIDENT to YES if you are" - @${ECHO} " a United States resident, otherwise NO." - @${ECHO} " If you are a US resident, understand that this software" - @${ECHO} " may be export restricted." - @${ECHO} " If you are not a US resident, then you cannot obtain" - @${ECHO} " Kerberos V source from a server within the United" - @${ECHO} " States." - @${FALSE} -.endif - -MAN1= krb5-send-pr.1 kpasswd.1 v5passwd.1 klist.1 kinit.1 \ - kdestroy.1 ksu.1 sclient.1 rsh.1 rcp.1 rlogin.1 \ - v4rcp.1 ftp.1 telnet.1 kerberos.1 -MAN5= kdc.conf.5 krb5.conf.5 .k5login.5 -MAN8= krb5kdc.8 kadmin.8 kadmin.local.8 kdb5_util.8 \ - ktutil.8 kadmind.8 kprop.8 kpropd.8 sserver.8 \ - kshd.8 klogind.8 login.krb5.8 ftpd.8 telnetd.8 - -WRKSRC= ${WRKDIR}/${DISTNAME}/src -RECONF_COOKIE= ${WRKDIR}/.reconf_done - -WANT_HTML?= YES -HTML_DOC_DIR= ${WRKDIR}/${DISTNAME}/doc -HTML_DOCS= admin.html install_foot.html user-guide.html \ - admin_foot.html install_toc.html user-guide_foot.html \ - admin_toc.html krb425.html user-guide_toc.html \ - install.html krb425_toc.html -SETUID_EXE= bin/ksu bin/v4rcp - -CHOWN?= chown -SUPERUSER?= root - -.include <bsd.port.pre.mk> - -do-fetch: - @${MKDIR} ${_DISTDIR} - @(cd ${_DISTDIR}; \ - if [ ! -f ${README_KRB5} ]; then \ - for site in ${MASTER_SITES}; do \ - ${ECHO_MSG} ">> Attempting to fetch ${README_KRB5} from $${site}."; \ - if ${FETCH_CMD} ${FETCH_BEFORE_ARGS} $${site}/${README_KRB5} \ - ${FETCH_AFTER_ARGS}; then \ - break; \ - fi \ - done; fi; ${DO_NADA}) - @(if [ ! -f ${_DISTDIR}/${README_KRB5} ]; then \ - ${ECHO_MSG} ">> Couldn't fetch it - please try to retrieve"; \ - ${ECHO_MSG} ">> this port manually into ${_DISTDIR} and try"; \ - ${ECHO_MSG} ">> again."; \ - ${FALSE}; \ - fi) - @${MKDIR} ${_DISTDIR} - @(cd ${_DISTDIR}; \ - secret=`${AWK} ${AWK_SCRIPT} < ${_DISTDIR}/${README_KRB5}`; \ - for file in ${DISTFILES}; do \ - if [ ! -f $$file -a ! -f `${BASENAME} $$file` ]; then \ - if [ -h $$file -o -h `${BASENAME} $$file` ]; then \ - ${ECHO_MSG} ">> ${_DISTDIR}/$$file is a broken symlink."; \ - ${ECHO_MSG} ">> Perhaps a filesystem (most likely a CD) isn't mounted?"; \ - ${ECHO_MSG} ">> Please correct this problem and try again."; \ - exit 1; \ - fi ; \ - ${ECHO_MSG} ">> $$file doesn't seem to exist on this system."; \ - for site in ${MASTER_SITES}; do \ - ${ECHO_MSG} ">> Attempting to fetch from $${site}/$${secret}."; \ - if ${FETCH_CMD} ${FETCH_BEFORE_ARGS} $${site}/$${secret}/$${file} ${FETCH_AFTER_ARGS}; then \ - continue 2; \ - fi \ - done; \ - ${ECHO_MSG} ">> Couldn't fetch it - please try to retrieve this";\ - ${ECHO_MSG} ">> port manually into ${_DISTDIR} and try again."; \ - exit 1; \ - fi \ - done) - -pre-configure: ${RECONF_COOKIE} - -${RECONF_COOKIE}: - ${SETENV} PORTOBJFORMAT="${PORTOBJFORMAT}" \ - ${SH} -c 'cd ${WRKSRC}/util/autoconf && ./configure && ${GMAKE} && cd ${WRKSRC} && ./util/reconf --force' - ${TOUCH} ${RECONF_COOKIE} - -post-build: - @(cd ${WRKSRC}/../doc && \ - ${MAKE} ${INFO_FILES}) - -post-install: -# XXX Not sure why tmac.doc is installed here -- I don't think -# we need it. I should patch the distribution to not install -# it, I think. - @rm -f ${PREFIX}/man/man1/tmac.doc -# shared libs - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib -# html documentation -.if defined(WANT_HTML) && ${WANT_HTML} == "YES" - @${MKDIR} ${PREFIX}/share/doc/krb5 -.for html in ${HTML_DOCS} - ${INSTALL_MAN} ${HTML_DOC_DIR}/${html} ${PREFIX}/share/doc/krb5 -.endfor -.endif -# fixup setuid executables -.for setuid in ${SETUID_EXE} - ${CHOWN} ${SUPERUSER} ${PREFIX}/${setuid} -.endfor -# handle info files - if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > \ - ${PREFIX}/info/dir; \ - fi -.for info in ${INFO_FILES} - ${INSTALL_MAN} ${WRKSRC}/../doc/${info} ${PREFIX}/info/${info} -.endfor -.for info in ${INFO_FILES:M*.info} - install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir -.endfor -# fixup packing list (no libs without version numbers in aout case) -.if ${PORTOBJFORMAT} == "aout" - ${ECHO_MSG} "Fixing packing list for a.out" - ${MV} ${TMPPLIST} ${TMPPLIST}.new - ${GREP} -v '\.so$$' ${TMPPLIST}.new > ${TMPPLIST} - ${RM} ${TMPPLIST}.new -.endif - -.include <bsd.port.post.mk> diff --git a/security/krb5-16/distinfo b/security/krb5-16/distinfo deleted file mode 100644 index 97769518f03e..000000000000 --- a/security/krb5-16/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (krb5/krb5-1.0.5.src.tar.gz) = 97b523ba3c3f0b6a703691daadb2d85c -MD5 (krb5/krb5-1.0.5.doc.tar.gz) = 6eadfe9cff088bc5cc704b720c3883f6 -MD5 (krb5/krb5-1.0.5.crypto.tar.gz) = 2303ee0ebd08fad1945365f4cbb310d6 diff --git a/security/krb5-16/files/patch-ac b/security/krb5-16/files/patch-ac deleted file mode 100644 index 8bca5437d964..000000000000 --- a/security/krb5-16/files/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ ---- ../doc/admin.texinfo Fri Feb 6 21:40:56 1998 -+++ admin.texinfo Fri Jun 19 15:13:45 1998 -@@ -5,6 +5,10 @@ - @c guide - @setfilename krb5-admin.info - @settitle Kerberos V5 System Administrator's Guide -+@dircategory Kerberos V5 -+@direntry -+* Admin Guide: (krb5-admin). Kerberos V5 System Admin's Guide -+@end direntry - @setchapternewpage odd @c chapter begins on next odd page - @c @setchapternewpage on @c chapter begins on next page - @c @smallbook @c Format for 7" X 9.25" paper diff --git a/security/krb5-16/files/patch-ad b/security/krb5-16/files/patch-ad deleted file mode 100644 index c8b6d3e99e91..000000000000 --- a/security/krb5-16/files/patch-ad +++ /dev/null @@ -1,13 +0,0 @@ ---- ../doc/user-guide.texinfo Fri Feb 6 21:40:58 1998 -+++ user-guide.texinfo Fri Jun 19 15:13:45 1998 -@@ -3,6 +3,10 @@ - @c guide - @setfilename krb5-user.info - @settitle Kerberos V5 UNIX User's Guide -+@dircategory Kerberos V5 -+@direntry -+* User's Guide: (krb5-user). Kerberos V5 UNIX User's Guide -+@end direntry - @setchapternewpage odd @c chapter begins on next odd page - @c @setchapternewpage on @c chapter begins on next page - @c @smallbook @c Format for 7" X 9.25" paper diff --git a/security/krb5-16/files/patch-ae b/security/krb5-16/files/patch-ae deleted file mode 100644 index f5643b5aa04f..000000000000 --- a/security/krb5-16/files/patch-ae +++ /dev/null @@ -1,13 +0,0 @@ ---- ../doc/install.texinfo Fri Feb 6 21:40:56 1998 -+++ install.texinfo Fri Jun 19 15:13:45 1998 -@@ -5,6 +5,10 @@ - @c guide - @setfilename krb5-install.info - @settitle Kerberos V5 Installation Guide -+@dircategory Kerberos V5 -+@direntry -+* Installation Guide: (krb5-install). Kerberos V5 Installation Guide -+@end direntry - @setchapternewpage odd @c chapter begins on next odd page - @c @setchapternewpage on @c chapter begins on next page - @c @smallbook @c Format for 7" X 9.25" paper diff --git a/security/krb5-16/files/patch-af b/security/krb5-16/files/patch-af deleted file mode 100644 index e054b18bbef5..000000000000 --- a/security/krb5-16/files/patch-af +++ /dev/null @@ -1,13 +0,0 @@ ---- ../doc/krb425.texinfo Fri Feb 6 21:40:57 1998 -+++ krb425.texinfo Fri Jun 19 15:13:45 1998 -@@ -5,6 +5,10 @@ - @c guide - @setfilename krb425.info - @settitle Upgrading to Kerberos V5 from Kerberos V4 -+@dircategory Kerberos V5 -+@direntry -+* Upgrading from V4 to V5: (krb425). Upgrading from Kerberos V4 to V5 -+@end direntry - @setchapternewpage odd @c chapter begins on next odd page - @c @setchapternewpage on @c chapter begins on next page - @c @smallbook @c Format for 7" X 9.25" paper diff --git a/security/krb5-16/files/patch-ai b/security/krb5-16/files/patch-ai deleted file mode 100644 index 5eacca9caf86..000000000000 --- a/security/krb5-16/files/patch-ai +++ /dev/null @@ -1,25 +0,0 @@ -*** appl/gssftp/ftpd/ftpd.c.ORIG Fri Feb 6 19:41:25 1998 ---- appl/gssftp/ftpd/ftpd.c Tue Jun 30 19:46:01 1998 -*************** -*** 374,380 **** - #ifndef LOG_DAEMON - #define LOG_DAEMON 0 - #endif -! openlog("ftpd", LOG_PID | LOG_NDELAY, LOG_DAEMON); - addrlen = sizeof (his_addr); - if (getpeername(0, (struct sockaddr *)&his_addr, &addrlen) < 0) { - syslog(LOG_ERR, "getpeername (%s): %m",argv[0]); ---- 374,386 ---- - #ifndef LOG_DAEMON - #define LOG_DAEMON 0 - #endif -! -! #ifndef LOG_FTP -! #define FACILITY LOG_DAEMON -! #else -! #define FACILITY LOG_FTP -! #endif -! openlog("ftpd", LOG_PID | LOG_NDELAY, FACILITY); - addrlen = sizeof (his_addr); - if (getpeername(0, (struct sockaddr *)&his_addr, &addrlen) < 0) { - syslog(LOG_ERR, "getpeername (%s): %m",argv[0]); diff --git a/security/krb5-16/files/patch-aj b/security/krb5-16/files/patch-aj deleted file mode 100644 index 29e845803294..000000000000 --- a/security/krb5-16/files/patch-aj +++ /dev/null @@ -1,46 +0,0 @@ -*** appl/gssftp/ftpd/logwtmp.c.ORIG Fri Feb 6 19:41:25 1998 ---- appl/gssftp/ftpd/logwtmp.c Tue Jun 30 19:46:01 1998 -*************** -*** 44,55 **** - #include <unistd.h> - #include <string.h> - -! #ifdef WTMP_FILE -! #define WTMPFILE WTMP_FILE - #endif - -! #ifndef WTMPFILE -! #define WTMPFILE "/usr/adm/wtmp" - #endif - - static int fd = -1; ---- 44,55 ---- - #include <unistd.h> - #include <string.h> - -! #if !defined(WTMP_FILE) && defined(_PATH_WTMP) -! #define WTMP_FILE _PATH_WTMP - #endif - -! #ifndef WTMP_FILE -! #define WTMP_FILE "/usr/adm/wtmp" - #endif - - static int fd = -1; -*************** -*** 66,72 **** - struct stat buf; - time_t time(); - -! if (fd < 0 && (fd = open(WTMPFILE, O_WRONLY|O_APPEND, 0)) < 0) - return; - if (fstat(fd, &buf) == 0) { - (void)strncpy(ut.ut_line, line, sizeof(ut.ut_line)); ---- 66,72 ---- - struct stat buf; - time_t time(); - -! if (fd < 0 && (fd = open(WTMP_FILE, O_WRONLY|O_APPEND, 0)) < 0) - return; - if (fstat(fd, &buf) == 0) { - (void)strncpy(ut.ut_line, line, sizeof(ut.ut_line)); diff --git a/security/krb5-16/files/patch-as b/security/krb5-16/files/patch-as deleted file mode 100644 index 8ab90bb8494e..000000000000 --- a/security/krb5-16/files/patch-as +++ /dev/null @@ -1,194 +0,0 @@ -*** clients/ksu/main.c.ORIG Fri Feb 6 19:41:57 1998 ---- clients/ksu/main.c Tue Jun 30 19:46:02 1998 -*************** -*** 56,62 **** - ill specified arguments to commands */ - - void usage (){ -! fprintf(stderr, "Usage: %s [target user] [-n principal] [-c source cachename] [-C target cachename] [-k] [-D] [-r time] [-pf] [-l lifetime] [-zZ] [-q] [-e command [args... ] ] [-a [args... ] ]\n", prog_name); - - } - ---- 56,62 ---- - ill specified arguments to commands */ - - void usage (){ -! fprintf(stderr, "Usage: %s [target user] [-m] [-n principal] [-c source cachename] [-C target cachename] [-k] [-D] [-r time] [-pf] [-l lifetime] [-zZ] [-q] [-e command [args... ] ] [-a [args... ] ]\n", prog_name); - - } - -*************** -*** 75,80 **** ---- 75,81 ---- - int argc; - char ** argv; - { -+ int asme = 0; - int hp =0; - int some_rest_copy = 0; - int all_rest_copy = 0; -*************** -*** 90,95 **** ---- 91,97 ---- - char * cc_target_tag = NULL; - char * target_user = NULL; - char * source_user; -+ char * source_shell; - - krb5_ccache cc_source = NULL; - char * cc_source_tag = NULL; -*************** -*** 174,180 **** - } - - -! while(!done && ((option = getopt(pargc, pargv,"n:c:C:r:a:zZDfpkql:e:")) != EOF)){ - switch (option) { - case 'r': - options.opt |= KDC_OPT_RENEWABLE; ---- 176,182 ---- - } - - -! while(!done && ((option = getopt(pargc, pargv,"n:c:C:r:a:zZDfpkmql:e:")) != EOF)){ - switch (option) { - case 'r': - options.opt |= KDC_OPT_RENEWABLE; -*************** -*** 216,221 **** ---- 218,226 ---- - errflg++; - } - break; -+ case 'm': -+ asme = 1; -+ break; - case 'n': - if ((retval = krb5_parse_name(ksu_context, optarg, &client))){ - com_err(prog_name, retval, "when parsing name %s", optarg); -*************** -*** 355,362 **** - exit(1); - } - -! /* allocate space and copy the usernamane there */ - source_user = strdup(pwd->pw_name); - source_uid = pwd->pw_uid; - source_gid = pwd->pw_gid; - ---- 360,368 ---- - exit(1); - } - -! /* allocate space and copy the username there */ - source_user = strdup(pwd->pw_name); -+ source_shell = strdup(pwd->pw_shell); - source_uid = pwd->pw_uid; - source_gid = pwd->pw_gid; - -*************** -*** 727,769 **** - /* get the shell of the user, this will be the shell used by su */ - target_pwd = getpwnam(target_user); - -! if (target_pwd->pw_shell) -! shell = strdup(target_pwd->pw_shell); -! else { -! shell = _DEF_CSH; /* default is cshell */ -! } - - #ifdef HAVE_GETUSERSHELL - - /* insist that the target login uses a standard shell (root is omited) */ - -! if (!standard_shell(target_pwd->pw_shell) && source_uid) { -! fprintf(stderr, "ksu: permission denied (shell).\n"); -! sweep_up(ksu_context, use_source_cache, cc_target); -! exit(1); - } - #endif /* HAVE_GETUSERSHELL */ - -! if (target_pwd->pw_uid){ -! -! if(set_env_var("USER", target_pwd->pw_name)){ -! fprintf(stderr,"ksu: couldn't set environment variable USER\n"); -! sweep_up(ksu_context, use_source_cache, cc_target); -! exit(1); -! } -! } -! -! if(set_env_var( "HOME", target_pwd->pw_dir)){ -! fprintf(stderr,"ksu: couldn't set environment variable USER\n"); -! sweep_up(ksu_context, use_source_cache, cc_target); -! exit(1); -! } -! -! if(set_env_var( "SHELL", shell)){ -! fprintf(stderr,"ksu: couldn't set environment variable USER\n"); -! sweep_up(ksu_context, use_source_cache, cc_target); -! exit(1); -! } - - /* set the cc env name to target */ - ---- 733,792 ---- - /* get the shell of the user, this will be the shell used by su */ - target_pwd = getpwnam(target_user); - -! if (asme) { -! if (source_shell && *source_shell) { -! shell = strdup(source_shell); -! } else { -! shell = _DEF_CSH; -! } -! } else { -! if (target_pwd->pw_shell) -! shell = strdup(target_pwd->pw_shell); -! else { -! shell = _DEF_CSH; /* default is cshell */ -! } -! } - - #ifdef HAVE_GETUSERSHELL - - /* insist that the target login uses a standard shell (root is omited) */ - -! if (asme) { -! if (!standard_shell(pwd->pw_shell) && source_uid) { -! fprintf(stderr, "ksu: permission denied (shell).\n"); -! sweep_up(ksu_context, use_source_cache, cc_target); -! exit(1); -! } -! } else { -! if (!standard_shell(target_pwd->pw_shell) && source_uid) { -! fprintf(stderr, "ksu: permission denied (shell).\n"); -! sweep_up(ksu_context, use_source_cache, cc_target); -! exit(1); -! } - } - #endif /* HAVE_GETUSERSHELL */ - -! if (!asme) { -! if (target_pwd->pw_uid){ -! if (set_env_var("USER", target_pwd->pw_name)){ -! fprintf(stderr,"ksu: couldn't set environment variable USER\n"); -! sweep_up(ksu_context, use_source_cache, cc_target); -! exit(1); -! } -! } -! -! if (set_env_var( "HOME", target_pwd->pw_dir)){ -! fprintf(stderr,"ksu: couldn't set environment variable USER\n"); -! sweep_up(ksu_context, use_source_cache, cc_target); -! exit(1); -! } -! -! if (set_env_var( "SHELL", shell)){ -! fprintf(stderr,"ksu: couldn't set environment variable USER\n"); -! sweep_up(ksu_context, use_source_cache, cc_target); -! exit(1); -! } -! } - - /* set the cc env name to target */ - diff --git a/security/krb5-16/files/patch-at b/security/krb5-16/files/patch-at deleted file mode 100644 index ef9ea4856f7a..000000000000 --- a/security/krb5-16/files/patch-at +++ /dev/null @@ -1,14 +0,0 @@ -*** include/sys/syslog.h.ORIG Fri Feb 6 19:42:12 1998 ---- include/sys/syslog.h Tue Jun 30 19:46:02 1998 -*************** -*** 34,39 **** ---- 34,42 ---- - #define LOG_LPR (6<<3) /* line printer subsystem */ - #define LOG_NEWS (7<<3) /* network news subsystem */ - #define LOG_UUCP (8<<3) /* UUCP subsystem */ -+ #if (defined(BSD) && (BSD >= 199306)) -+ #define LOG_FTP (11<<3) /* ftp daemon */ -+ #endif - /* other codes through 15 reserved for system use */ - #define LOG_LOCAL0 (16<<3) /* reserved for local use */ - #define LOG_LOCAL1 (17<<3) /* reserved for local use */ diff --git a/security/krb5-16/files/patch-au b/security/krb5-16/files/patch-au deleted file mode 100644 index b408c4a3750d..000000000000 --- a/security/krb5-16/files/patch-au +++ /dev/null @@ -1,19 +0,0 @@ -*** appl/bsd/forward.c.ORIG Fri Feb 6 19:41:16 1998 ---- appl/bsd/forward.c Tue Jun 30 19:46:01 1998 -*************** -*** 51,57 **** - */ - - sprintf(ccname, "FILE:/tmp/krb5cc_p%d", getpid()); -! setenv("KRB5CCNAME", ccname, 0); - - if (retval = krb5_cc_resolve(context, ccname, ccache)) - goto cleanup; ---- 51,57 ---- - */ - - sprintf(ccname, "FILE:/tmp/krb5cc_p%d", getpid()); -! setenv("KRB5CCNAME", ccname, 1); - - if (retval = krb5_cc_resolve(context, ccname, ccache)) - goto cleanup; diff --git a/security/krb5-16/files/patch-av b/security/krb5-16/files/patch-av deleted file mode 100644 index 5bcb582b707d..000000000000 --- a/security/krb5-16/files/patch-av +++ /dev/null @@ -1,13 +0,0 @@ -*** clients/ksu/Makefile.in.ORIG Sun Aug 2 16:51:18 1998 ---- clients/ksu/Makefile.in Sun Aug 2 16:53:48 1998 -*************** -*** 1,4 **** -! DEFINES = -DGET_TGT_VIA_PASSWD -DPRINC_LOOK_AHEAD -DCMD_PATH='"/bin /local/bin"' - CFLAGS = $(CCOPTS) $(DEFINES) $(DEFS) $(LOCALINCLUDE) - - SRCS = \ ---- 1,4 ---- -! DEFINES = -DGET_TGT_VIA_PASSWD -DPRINC_LOOK_AHEAD -DCMD_PATH='"/usr/bin /bin /usr/sbin /sbin"' - CFLAGS = $(CCOPTS) $(DEFINES) $(DEFS) $(LOCALINCLUDE) - - SRCS = \ diff --git a/security/krb5-16/files/patch-ax b/security/krb5-16/files/patch-ax deleted file mode 100644 index 58cfe89d9294..000000000000 --- a/security/krb5-16/files/patch-ax +++ /dev/null @@ -1,11 +0,0 @@ ---- ../doc/Makefile.orig Wed Jan 20 21:57:45 1999 -+++ ../doc/Makefile Wed Jan 20 21:59:19 1999 -@@ -1,7 +1,7 @@ - SRCDIR=../src - DVI=texi2dvi - DVIPS=dvips -o "$@" --INFO=makeinfo -+INFO=makeinfo --no-validate - HTML=texi2html - RM=rm -f - TAR=tar -chvf diff --git a/security/krb5-16/files/patch-ay b/security/krb5-16/files/patch-ay deleted file mode 100644 index 4ed0c9e5cbbb..000000000000 --- a/security/krb5-16/files/patch-ay +++ /dev/null @@ -1,50 +0,0 @@ ---- util/pty/getpty.c.orig Fri Feb 6 19:46:42 1998 -+++ util/pty/getpty.c Mon Apr 5 14:00:07 1999 -@@ -21,13 +21,26 @@ - #include "libpty.h" - #include "pty-int.h" - -+#ifdef __FreeBSD__ -+#define PTYCHARS1 "pqrsPQRS" -+#define PTYCHARS2 "0123456789abcdefghijklmnopqrstuv" -+#endif -+ -+#ifndef PTYCHARS1 -+#define PTYCHARS1 "pqrstuvwxyzPQRST" -+#endif -+ -+#ifndef PTYCHARS2 -+#define PTYCHARS2 "0123456789abcdef" -+#endif -+ - long pty_getpty (fd, slave, slavelength) - int slavelength; - int *fd; char *slave; - { -- char *cp; -+ char *cp1, *cp2; - char *p; -- int i,ptynum; -+ int ptynum; - struct stat stb; - char slavebuf[1024]; - #ifdef HAVE__GETPTY -@@ -109,14 +122,14 @@ - strncpy(slave, slavebuf, slavelength); - return 0; - } else { -- for (cp = "pqrstuvwxyzPQRST";*cp; cp++) { -+ for (cp1 = PTYCHARS1; *cp1 != '\0'; cp1++) { - sprintf(slavebuf,"/dev/ptyXX"); -- slavebuf[sizeof("/dev/pty") - 1] = *cp; -+ slavebuf[sizeof("/dev/pty") - 1] = *cp1; - slavebuf[sizeof("/dev/ptyp") - 1] = '0'; - if (stat(slavebuf, &stb) < 0) - break; -- for (i = 0; i < 16; i++) { -- slavebuf[sizeof("/dev/ptyp") - 1] = "0123456789abcdef"[i]; -+ for (cp2 = PTYCHARS2; *cp2 != '\0'; cp2++) { -+ slavebuf[sizeof("/dev/ptyp") - 1] = *cp2; - *fd = open(slavebuf, O_RDWR); - if (*fd < 0) continue; - diff --git a/security/krb5-16/pkg-comment b/security/krb5-16/pkg-comment deleted file mode 100644 index 0610a7e278ae..000000000000 --- a/security/krb5-16/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An authentication system developed at MIT, successor to Kerberos IV. diff --git a/security/krb5-16/pkg-descr b/security/krb5-16/pkg-descr deleted file mode 100644 index 376a48c52faf..000000000000 --- a/security/krb5-16/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -Kerberos V5 is an authentication system developed at MIT. -WWW: http://web.mit.edu/kerberos/www/ - -Abridged from the User Guide: - Under Kerberos, a client sends a request for a ticket to the - Key Distribution Center (KDC). The KDC creates a ticket-granting - ticket (TGT) for the client, encrypts it using the client's - password as the key, and sends the encrypted TGT back to the - client. The client then attempts to decrypt the TGT, using - its password. If the client successfully decrypts the TGT, it - keeps the decrypted TGT, which indicates proof of the client's - identity. The TGT permits the client to obtain additional tickets, - which give permission for specific services. - Since Kerberos negotiates authenticated, and optionally encrypted, - communications between two points anywhere on the internet, it - provides a layer of security that is not dependent on which side of a - firewall either client is on. - The Kerberos V5 package is designed to be easy to use. Most of the - commands are nearly identical to UNIX network programs you are already - used to. Kerberos V5 is a single-sign-on system, which means that you - have to type your password only once per session, and Kerberos does - the authenticating and encrypting transparently. - -Jacques Vidrine <n@nectar.com> diff --git a/security/krb5-16/pkg-plist b/security/krb5-16/pkg-plist deleted file mode 100644 index 2f984b9e344a..000000000000 --- a/security/krb5-16/pkg-plist +++ /dev/null @@ -1,122 +0,0 @@ -bin/krb524init -bin/kpasswd -bin/v5passwd -bin/klist -bin/kinit -bin/kdestroy -bin/ksu -bin/sclient -bin/sim_client -bin/uuclient -bin/rsh -bin/rcp -bin/rlogin -bin/v4rcp -bin/gss-client -bin/ftp -bin/telnet -include/gssapi/gssapi_generic.h -include/gssapi/gssapi.h -include/gssapi/gssapi_krb5.h -include/kerberosIV/krb.h -include/kerberosIV/des.h -include/kerberosIV/kadm.h -include/kerberosIV/mit-copyright.h -include/kerberosIV/krb_err.h -include/com_err.h -include/mit-sipb-copyright.h -include/libpty.h -include/krb5.h -lib/libcom_err.a -lib/libcom_err.so -lib/libcom_err.so.1 -lib/libpty.a -lib/libdyn.a -lib/libdyn.so -lib/libdyn.so.1 -lib/libcrypto.so -lib/libcrypto.so.1 -lib/libcrypto.a -lib/libkrb5.so -lib/libkrb5.so.1 -lib/libkrb5.a -lib/libdes425.a -lib/libdes425.so -lib/libdes425.so.1 -lib/libkrb4.so -lib/libkrb4.so.1 -lib/libkrb4.a -lib/libkrb5util.a -lib/libkdb5.so -lib/libkdb5.so.1 -lib/libkdb5.a -lib/libgssapi_krb5.a -lib/libgssapi_krb5.so -lib/libgssapi_krb5.so.1 -lib/libgssrpc.a -lib/libgssrpc.so -lib/libgssrpc.so.1 -lib/libkadm5clnt.a -lib/libkadm5clnt.so -lib/libkadm5clnt.so.1 -lib/libkadm5srv.a -lib/libkadm5srv.so -lib/libkadm5srv.so.1 -lib/libkrb524.a -@exec /sbin/ldconfig -m %D/lib -sbin/krb5-send-pr -sbin/krb524d -sbin/krb5kdc -sbin/kadmin.local -sbin/kadmin -sbin/kdb5_util -sbin/ktutil -sbin/kadmind -sbin/kadmind4 -sbin/v5passwdd -sbin/kprop -sbin/kpropd -sbin/sserver -sbin/sim_server -sbin/uuserver -sbin/kshd -sbin/klogind -sbin/login.krb5 -sbin/gss-server -sbin/ftpd -sbin/telnetd -share/gnats/mit -share/doc/krb5/admin.html -share/doc/krb5/install_foot.html -share/doc/krb5/user-guide.html -share/doc/krb5/admin_foot.html -share/doc/krb5/install_toc.html -share/doc/krb5/user-guide_foot.html -share/doc/krb5/admin_toc.html -share/doc/krb5/krb425.html -share/doc/krb5/user-guide_toc.html -share/doc/krb5/install.html -share/doc/krb5/krb425_toc.html -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -@unexec install-info --delete %D/info/krb425.info %D/info/dir -@unexec install-info --delete %D/info/krb5-admin.info %D/info/dir -@unexec install-info --delete %D/info/krb5-install.info %D/info/dir -@unexec install-info --delete %D/info/krb5-user.info %D/info/dir -info/krb425.info -info/krb5-admin.info -info/krb5-admin.info-1 -info/krb5-admin.info-2 -info/krb5-admin.info-3 -info/krb5-install.info -info/krb5-install.info-1 -info/krb5-install.info-2 -info/krb5-user.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir -@exec install-info %D/info/krb425.info %D/info/dir -@exec install-info %D/info/krb5-admin.info %D/info/dir -@exec install-info %D/info/krb5-install.info %D/info/dir -@exec install-info %D/info/krb5-user.info %D/info/dir -@dirrm include/gssapi -@dirrm include/kerberosIV -@dirrm share/doc/krb5 diff --git a/security/krb5-17/Makefile b/security/krb5-17/Makefile deleted file mode 100644 index a363b461dd32..000000000000 --- a/security/krb5-17/Makefile +++ /dev/null @@ -1,204 +0,0 @@ -# Ports collection Makefile for: MIT Kerberos V -# Version required: 1.0.5 -# Date created: 6/5/1998 -# Whom: n@nectar.com -# -# $Id: Makefile,v 1.7 1998/11/07 02:33:44 nectar Exp $ -# - -DISTNAME= krb5-1.0.5 -CATEGORIES= security -MASTER_SITES= # empty here. See below for real setting. -DISTFILES= krb5-1.0.5.src.tar.gz \ - krb5-1.0.5.doc.tar.gz \ - krb5-1.0.5.crypto.tar.gz - -MAINTAINER= n@nectar.com - -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -DIST_SUBDIR= krb5 - -# Deal with "secret" subdirectory on the canonical MASTER_SITE. -# If USA_RESIDENT=YES then: -# we fetch from the canonical MASTER_SITE in the USA, -# and deal with a "secret" subdirectory whose name -# we obtain by using an awk script to search a README file. -# If USA_RESIDENT=NO then: -# we fetch from a MASTER_SITE outside the USA, -# and we don't need to deal with any "secret" subdirectory, -# so we use an empty awk script. -README_KRB5= README.KRB5-1.0.5 -.if defined(USA_RESIDENT) && ${USA_RESIDENT} == "YES" -MASTER_SITES= ftp://athena-dist.mit.edu/pub/kerberos/ -AWK_SCRIPT= '(/1\) Change into the directory/) { if (match($$0, "dist/[0-9]+")) print substr($$0, RSTART, RLENGTH) }' -.else -MASTER_SITES= ftp://ftp.internat.freebsd.org/pub/FreeBSD/distfiles/ -AWK_SCRIPT= '' -.endif - -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS?= --enable-shared --with-ccopts="${CFLAGS}" -KRB5_KRB4_COMPAT?= YES - -.if !defined(KRB5_KRB4_COMPAT) || ${KRB5_KRB4_COMPAT} == "NO" -CONFIGURE_ARGS+= --without-krb4 -.endif - -.if defined(KRB5_HOME) -PREFIX= ${KRB5_HOME} -.endif - -RESTRICTED= "Crypto; export-controlled" -# Set USA_RESIDENT appropriately in /etc/make.conf if you like - -INFO_FILES= krb425.info krb5-admin.info krb5-admin.info-1 \ - krb5-admin.info-2 krb5-admin.info-3 krb5-install.info \ - krb5-install.info-1 krb5-install.info-2 krb5-user.info - -pre-fetch: -.if !defined(KRB5_KRB4_COMPAT) - @${ECHO} "------------------------------------------------------" - @${ECHO} "Set KRB5_KRB4_COMPAT=NO if you do not want to build " - @${ECHO} "the KerberosIV compatibility libraries. " - @${ECHO} "------------------------------------------------------" -.endif -.if defined(USA_RESIDENT) && ${USA_RESIDENT} == "YES" - @${ECHO} - @${ECHO} ">> If you are a US resident, understand that this software" - @${ECHO} " may be export restricted." -.elif defined(USA_RESIDENT) && ${USA_RESIDENT} == "NO" - @${ECHO} - @${ECHO} ">> If you are not a US resident, then you cannot obtain" - @${ECHO} " Kerberos V source from a server within the United" - @${ECHO} " States. If automatic fetching of the sources from" - @${ECHO} " a server outside the US fails then you will have to" - @${ECHO} " find the sources elsewhere yourself, and put them" - @${ECHO} " in ${_DISTDIR}." -.else - @${ECHO} - @${ECHO} ">> You must set the variable USA_RESIDENT to YES if you are" - @${ECHO} " a United States resident, otherwise NO." - @${ECHO} " If you are a US resident, understand that this software" - @${ECHO} " may be export restricted." - @${ECHO} " If you are not a US resident, then you cannot obtain" - @${ECHO} " Kerberos V source from a server within the United" - @${ECHO} " States." - @${FALSE} -.endif - -MAN1= krb5-send-pr.1 kpasswd.1 v5passwd.1 klist.1 kinit.1 \ - kdestroy.1 ksu.1 sclient.1 rsh.1 rcp.1 rlogin.1 \ - v4rcp.1 ftp.1 telnet.1 kerberos.1 -MAN5= kdc.conf.5 krb5.conf.5 .k5login.5 -MAN8= krb5kdc.8 kadmin.8 kadmin.local.8 kdb5_util.8 \ - ktutil.8 kadmind.8 kprop.8 kpropd.8 sserver.8 \ - kshd.8 klogind.8 login.krb5.8 ftpd.8 telnetd.8 - -WRKSRC= ${WRKDIR}/${DISTNAME}/src -RECONF_COOKIE= ${WRKDIR}/.reconf_done - -WANT_HTML?= YES -HTML_DOC_DIR= ${WRKDIR}/${DISTNAME}/doc -HTML_DOCS= admin.html install_foot.html user-guide.html \ - admin_foot.html install_toc.html user-guide_foot.html \ - admin_toc.html krb425.html user-guide_toc.html \ - install.html krb425_toc.html -SETUID_EXE= bin/ksu bin/v4rcp - -CHOWN?= chown -SUPERUSER?= root - -.include <bsd.port.pre.mk> - -do-fetch: - @${MKDIR} ${_DISTDIR} - @(cd ${_DISTDIR}; \ - if [ ! -f ${README_KRB5} ]; then \ - for site in ${MASTER_SITES}; do \ - ${ECHO_MSG} ">> Attempting to fetch ${README_KRB5} from $${site}."; \ - if ${FETCH_CMD} ${FETCH_BEFORE_ARGS} $${site}/${README_KRB5} \ - ${FETCH_AFTER_ARGS}; then \ - break; \ - fi \ - done; fi; ${DO_NADA}) - @(if [ ! -f ${_DISTDIR}/${README_KRB5} ]; then \ - ${ECHO_MSG} ">> Couldn't fetch it - please try to retrieve"; \ - ${ECHO_MSG} ">> this port manually into ${_DISTDIR} and try"; \ - ${ECHO_MSG} ">> again."; \ - ${FALSE}; \ - fi) - @${MKDIR} ${_DISTDIR} - @(cd ${_DISTDIR}; \ - secret=`${AWK} ${AWK_SCRIPT} < ${_DISTDIR}/${README_KRB5}`; \ - for file in ${DISTFILES}; do \ - if [ ! -f $$file -a ! -f `${BASENAME} $$file` ]; then \ - if [ -h $$file -o -h `${BASENAME} $$file` ]; then \ - ${ECHO_MSG} ">> ${_DISTDIR}/$$file is a broken symlink."; \ - ${ECHO_MSG} ">> Perhaps a filesystem (most likely a CD) isn't mounted?"; \ - ${ECHO_MSG} ">> Please correct this problem and try again."; \ - exit 1; \ - fi ; \ - ${ECHO_MSG} ">> $$file doesn't seem to exist on this system."; \ - for site in ${MASTER_SITES}; do \ - ${ECHO_MSG} ">> Attempting to fetch from $${site}/$${secret}."; \ - if ${FETCH_CMD} ${FETCH_BEFORE_ARGS} $${site}/$${secret}/$${file} ${FETCH_AFTER_ARGS}; then \ - continue 2; \ - fi \ - done; \ - ${ECHO_MSG} ">> Couldn't fetch it - please try to retrieve this";\ - ${ECHO_MSG} ">> port manually into ${_DISTDIR} and try again."; \ - exit 1; \ - fi \ - done) - -pre-configure: ${RECONF_COOKIE} - -${RECONF_COOKIE}: - ${SETENV} PORTOBJFORMAT="${PORTOBJFORMAT}" \ - ${SH} -c 'cd ${WRKSRC}/util/autoconf && ./configure && ${GMAKE} && cd ${WRKSRC} && ./util/reconf --force' - ${TOUCH} ${RECONF_COOKIE} - -post-build: - @(cd ${WRKSRC}/../doc && \ - ${MAKE} ${INFO_FILES}) - -post-install: -# XXX Not sure why tmac.doc is installed here -- I don't think -# we need it. I should patch the distribution to not install -# it, I think. - @rm -f ${PREFIX}/man/man1/tmac.doc -# shared libs - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib -# html documentation -.if defined(WANT_HTML) && ${WANT_HTML} == "YES" - @${MKDIR} ${PREFIX}/share/doc/krb5 -.for html in ${HTML_DOCS} - ${INSTALL_MAN} ${HTML_DOC_DIR}/${html} ${PREFIX}/share/doc/krb5 -.endfor -.endif -# fixup setuid executables -.for setuid in ${SETUID_EXE} - ${CHOWN} ${SUPERUSER} ${PREFIX}/${setuid} -.endfor -# handle info files - if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > \ - ${PREFIX}/info/dir; \ - fi -.for info in ${INFO_FILES} - ${INSTALL_MAN} ${WRKSRC}/../doc/${info} ${PREFIX}/info/${info} -.endfor -.for info in ${INFO_FILES:M*.info} - install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir -.endfor -# fixup packing list (no libs without version numbers in aout case) -.if ${PORTOBJFORMAT} == "aout" - ${ECHO_MSG} "Fixing packing list for a.out" - ${MV} ${TMPPLIST} ${TMPPLIST}.new - ${GREP} -v '\.so$$' ${TMPPLIST}.new > ${TMPPLIST} - ${RM} ${TMPPLIST}.new -.endif - -.include <bsd.port.post.mk> diff --git a/security/krb5-17/distinfo b/security/krb5-17/distinfo deleted file mode 100644 index 97769518f03e..000000000000 --- a/security/krb5-17/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (krb5/krb5-1.0.5.src.tar.gz) = 97b523ba3c3f0b6a703691daadb2d85c -MD5 (krb5/krb5-1.0.5.doc.tar.gz) = 6eadfe9cff088bc5cc704b720c3883f6 -MD5 (krb5/krb5-1.0.5.crypto.tar.gz) = 2303ee0ebd08fad1945365f4cbb310d6 diff --git a/security/krb5-17/files/patch-ac b/security/krb5-17/files/patch-ac deleted file mode 100644 index 8bca5437d964..000000000000 --- a/security/krb5-17/files/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ ---- ../doc/admin.texinfo Fri Feb 6 21:40:56 1998 -+++ admin.texinfo Fri Jun 19 15:13:45 1998 -@@ -5,6 +5,10 @@ - @c guide - @setfilename krb5-admin.info - @settitle Kerberos V5 System Administrator's Guide -+@dircategory Kerberos V5 -+@direntry -+* Admin Guide: (krb5-admin). Kerberos V5 System Admin's Guide -+@end direntry - @setchapternewpage odd @c chapter begins on next odd page - @c @setchapternewpage on @c chapter begins on next page - @c @smallbook @c Format for 7" X 9.25" paper diff --git a/security/krb5-17/files/patch-ad b/security/krb5-17/files/patch-ad deleted file mode 100644 index c8b6d3e99e91..000000000000 --- a/security/krb5-17/files/patch-ad +++ /dev/null @@ -1,13 +0,0 @@ ---- ../doc/user-guide.texinfo Fri Feb 6 21:40:58 1998 -+++ user-guide.texinfo Fri Jun 19 15:13:45 1998 -@@ -3,6 +3,10 @@ - @c guide - @setfilename krb5-user.info - @settitle Kerberos V5 UNIX User's Guide -+@dircategory Kerberos V5 -+@direntry -+* User's Guide: (krb5-user). Kerberos V5 UNIX User's Guide -+@end direntry - @setchapternewpage odd @c chapter begins on next odd page - @c @setchapternewpage on @c chapter begins on next page - @c @smallbook @c Format for 7" X 9.25" paper diff --git a/security/krb5-17/files/patch-ae b/security/krb5-17/files/patch-ae deleted file mode 100644 index f5643b5aa04f..000000000000 --- a/security/krb5-17/files/patch-ae +++ /dev/null @@ -1,13 +0,0 @@ ---- ../doc/install.texinfo Fri Feb 6 21:40:56 1998 -+++ install.texinfo Fri Jun 19 15:13:45 1998 -@@ -5,6 +5,10 @@ - @c guide - @setfilename krb5-install.info - @settitle Kerberos V5 Installation Guide -+@dircategory Kerberos V5 -+@direntry -+* Installation Guide: (krb5-install). Kerberos V5 Installation Guide -+@end direntry - @setchapternewpage odd @c chapter begins on next odd page - @c @setchapternewpage on @c chapter begins on next page - @c @smallbook @c Format for 7" X 9.25" paper diff --git a/security/krb5-17/files/patch-af b/security/krb5-17/files/patch-af deleted file mode 100644 index e054b18bbef5..000000000000 --- a/security/krb5-17/files/patch-af +++ /dev/null @@ -1,13 +0,0 @@ ---- ../doc/krb425.texinfo Fri Feb 6 21:40:57 1998 -+++ krb425.texinfo Fri Jun 19 15:13:45 1998 -@@ -5,6 +5,10 @@ - @c guide - @setfilename krb425.info - @settitle Upgrading to Kerberos V5 from Kerberos V4 -+@dircategory Kerberos V5 -+@direntry -+* Upgrading from V4 to V5: (krb425). Upgrading from Kerberos V4 to V5 -+@end direntry - @setchapternewpage odd @c chapter begins on next odd page - @c @setchapternewpage on @c chapter begins on next page - @c @smallbook @c Format for 7" X 9.25" paper diff --git a/security/krb5-17/files/patch-ai b/security/krb5-17/files/patch-ai deleted file mode 100644 index 5eacca9caf86..000000000000 --- a/security/krb5-17/files/patch-ai +++ /dev/null @@ -1,25 +0,0 @@ -*** appl/gssftp/ftpd/ftpd.c.ORIG Fri Feb 6 19:41:25 1998 ---- appl/gssftp/ftpd/ftpd.c Tue Jun 30 19:46:01 1998 -*************** -*** 374,380 **** - #ifndef LOG_DAEMON - #define LOG_DAEMON 0 - #endif -! openlog("ftpd", LOG_PID | LOG_NDELAY, LOG_DAEMON); - addrlen = sizeof (his_addr); - if (getpeername(0, (struct sockaddr *)&his_addr, &addrlen) < 0) { - syslog(LOG_ERR, "getpeername (%s): %m",argv[0]); ---- 374,386 ---- - #ifndef LOG_DAEMON - #define LOG_DAEMON 0 - #endif -! -! #ifndef LOG_FTP -! #define FACILITY LOG_DAEMON -! #else -! #define FACILITY LOG_FTP -! #endif -! openlog("ftpd", LOG_PID | LOG_NDELAY, FACILITY); - addrlen = sizeof (his_addr); - if (getpeername(0, (struct sockaddr *)&his_addr, &addrlen) < 0) { - syslog(LOG_ERR, "getpeername (%s): %m",argv[0]); diff --git a/security/krb5-17/files/patch-aj b/security/krb5-17/files/patch-aj deleted file mode 100644 index 29e845803294..000000000000 --- a/security/krb5-17/files/patch-aj +++ /dev/null @@ -1,46 +0,0 @@ -*** appl/gssftp/ftpd/logwtmp.c.ORIG Fri Feb 6 19:41:25 1998 ---- appl/gssftp/ftpd/logwtmp.c Tue Jun 30 19:46:01 1998 -*************** -*** 44,55 **** - #include <unistd.h> - #include <string.h> - -! #ifdef WTMP_FILE -! #define WTMPFILE WTMP_FILE - #endif - -! #ifndef WTMPFILE -! #define WTMPFILE "/usr/adm/wtmp" - #endif - - static int fd = -1; ---- 44,55 ---- - #include <unistd.h> - #include <string.h> - -! #if !defined(WTMP_FILE) && defined(_PATH_WTMP) -! #define WTMP_FILE _PATH_WTMP - #endif - -! #ifndef WTMP_FILE -! #define WTMP_FILE "/usr/adm/wtmp" - #endif - - static int fd = -1; -*************** -*** 66,72 **** - struct stat buf; - time_t time(); - -! if (fd < 0 && (fd = open(WTMPFILE, O_WRONLY|O_APPEND, 0)) < 0) - return; - if (fstat(fd, &buf) == 0) { - (void)strncpy(ut.ut_line, line, sizeof(ut.ut_line)); ---- 66,72 ---- - struct stat buf; - time_t time(); - -! if (fd < 0 && (fd = open(WTMP_FILE, O_WRONLY|O_APPEND, 0)) < 0) - return; - if (fstat(fd, &buf) == 0) { - (void)strncpy(ut.ut_line, line, sizeof(ut.ut_line)); diff --git a/security/krb5-17/files/patch-as b/security/krb5-17/files/patch-as deleted file mode 100644 index 8ab90bb8494e..000000000000 --- a/security/krb5-17/files/patch-as +++ /dev/null @@ -1,194 +0,0 @@ -*** clients/ksu/main.c.ORIG Fri Feb 6 19:41:57 1998 ---- clients/ksu/main.c Tue Jun 30 19:46:02 1998 -*************** -*** 56,62 **** - ill specified arguments to commands */ - - void usage (){ -! fprintf(stderr, "Usage: %s [target user] [-n principal] [-c source cachename] [-C target cachename] [-k] [-D] [-r time] [-pf] [-l lifetime] [-zZ] [-q] [-e command [args... ] ] [-a [args... ] ]\n", prog_name); - - } - ---- 56,62 ---- - ill specified arguments to commands */ - - void usage (){ -! fprintf(stderr, "Usage: %s [target user] [-m] [-n principal] [-c source cachename] [-C target cachename] [-k] [-D] [-r time] [-pf] [-l lifetime] [-zZ] [-q] [-e command [args... ] ] [-a [args... ] ]\n", prog_name); - - } - -*************** -*** 75,80 **** ---- 75,81 ---- - int argc; - char ** argv; - { -+ int asme = 0; - int hp =0; - int some_rest_copy = 0; - int all_rest_copy = 0; -*************** -*** 90,95 **** ---- 91,97 ---- - char * cc_target_tag = NULL; - char * target_user = NULL; - char * source_user; -+ char * source_shell; - - krb5_ccache cc_source = NULL; - char * cc_source_tag = NULL; -*************** -*** 174,180 **** - } - - -! while(!done && ((option = getopt(pargc, pargv,"n:c:C:r:a:zZDfpkql:e:")) != EOF)){ - switch (option) { - case 'r': - options.opt |= KDC_OPT_RENEWABLE; ---- 176,182 ---- - } - - -! while(!done && ((option = getopt(pargc, pargv,"n:c:C:r:a:zZDfpkmql:e:")) != EOF)){ - switch (option) { - case 'r': - options.opt |= KDC_OPT_RENEWABLE; -*************** -*** 216,221 **** ---- 218,226 ---- - errflg++; - } - break; -+ case 'm': -+ asme = 1; -+ break; - case 'n': - if ((retval = krb5_parse_name(ksu_context, optarg, &client))){ - com_err(prog_name, retval, "when parsing name %s", optarg); -*************** -*** 355,362 **** - exit(1); - } - -! /* allocate space and copy the usernamane there */ - source_user = strdup(pwd->pw_name); - source_uid = pwd->pw_uid; - source_gid = pwd->pw_gid; - ---- 360,368 ---- - exit(1); - } - -! /* allocate space and copy the username there */ - source_user = strdup(pwd->pw_name); -+ source_shell = strdup(pwd->pw_shell); - source_uid = pwd->pw_uid; - source_gid = pwd->pw_gid; - -*************** -*** 727,769 **** - /* get the shell of the user, this will be the shell used by su */ - target_pwd = getpwnam(target_user); - -! if (target_pwd->pw_shell) -! shell = strdup(target_pwd->pw_shell); -! else { -! shell = _DEF_CSH; /* default is cshell */ -! } - - #ifdef HAVE_GETUSERSHELL - - /* insist that the target login uses a standard shell (root is omited) */ - -! if (!standard_shell(target_pwd->pw_shell) && source_uid) { -! fprintf(stderr, "ksu: permission denied (shell).\n"); -! sweep_up(ksu_context, use_source_cache, cc_target); -! exit(1); - } - #endif /* HAVE_GETUSERSHELL */ - -! if (target_pwd->pw_uid){ -! -! if(set_env_var("USER", target_pwd->pw_name)){ -! fprintf(stderr,"ksu: couldn't set environment variable USER\n"); -! sweep_up(ksu_context, use_source_cache, cc_target); -! exit(1); -! } -! } -! -! if(set_env_var( "HOME", target_pwd->pw_dir)){ -! fprintf(stderr,"ksu: couldn't set environment variable USER\n"); -! sweep_up(ksu_context, use_source_cache, cc_target); -! exit(1); -! } -! -! if(set_env_var( "SHELL", shell)){ -! fprintf(stderr,"ksu: couldn't set environment variable USER\n"); -! sweep_up(ksu_context, use_source_cache, cc_target); -! exit(1); -! } - - /* set the cc env name to target */ - ---- 733,792 ---- - /* get the shell of the user, this will be the shell used by su */ - target_pwd = getpwnam(target_user); - -! if (asme) { -! if (source_shell && *source_shell) { -! shell = strdup(source_shell); -! } else { -! shell = _DEF_CSH; -! } -! } else { -! if (target_pwd->pw_shell) -! shell = strdup(target_pwd->pw_shell); -! else { -! shell = _DEF_CSH; /* default is cshell */ -! } -! } - - #ifdef HAVE_GETUSERSHELL - - /* insist that the target login uses a standard shell (root is omited) */ - -! if (asme) { -! if (!standard_shell(pwd->pw_shell) && source_uid) { -! fprintf(stderr, "ksu: permission denied (shell).\n"); -! sweep_up(ksu_context, use_source_cache, cc_target); -! exit(1); -! } -! } else { -! if (!standard_shell(target_pwd->pw_shell) && source_uid) { -! fprintf(stderr, "ksu: permission denied (shell).\n"); -! sweep_up(ksu_context, use_source_cache, cc_target); -! exit(1); -! } - } - #endif /* HAVE_GETUSERSHELL */ - -! if (!asme) { -! if (target_pwd->pw_uid){ -! if (set_env_var("USER", target_pwd->pw_name)){ -! fprintf(stderr,"ksu: couldn't set environment variable USER\n"); -! sweep_up(ksu_context, use_source_cache, cc_target); -! exit(1); -! } -! } -! -! if (set_env_var( "HOME", target_pwd->pw_dir)){ -! fprintf(stderr,"ksu: couldn't set environment variable USER\n"); -! sweep_up(ksu_context, use_source_cache, cc_target); -! exit(1); -! } -! -! if (set_env_var( "SHELL", shell)){ -! fprintf(stderr,"ksu: couldn't set environment variable USER\n"); -! sweep_up(ksu_context, use_source_cache, cc_target); -! exit(1); -! } -! } - - /* set the cc env name to target */ - diff --git a/security/krb5-17/files/patch-at b/security/krb5-17/files/patch-at deleted file mode 100644 index ef9ea4856f7a..000000000000 --- a/security/krb5-17/files/patch-at +++ /dev/null @@ -1,14 +0,0 @@ -*** include/sys/syslog.h.ORIG Fri Feb 6 19:42:12 1998 ---- include/sys/syslog.h Tue Jun 30 19:46:02 1998 -*************** -*** 34,39 **** ---- 34,42 ---- - #define LOG_LPR (6<<3) /* line printer subsystem */ - #define LOG_NEWS (7<<3) /* network news subsystem */ - #define LOG_UUCP (8<<3) /* UUCP subsystem */ -+ #if (defined(BSD) && (BSD >= 199306)) -+ #define LOG_FTP (11<<3) /* ftp daemon */ -+ #endif - /* other codes through 15 reserved for system use */ - #define LOG_LOCAL0 (16<<3) /* reserved for local use */ - #define LOG_LOCAL1 (17<<3) /* reserved for local use */ diff --git a/security/krb5-17/files/patch-au b/security/krb5-17/files/patch-au deleted file mode 100644 index b408c4a3750d..000000000000 --- a/security/krb5-17/files/patch-au +++ /dev/null @@ -1,19 +0,0 @@ -*** appl/bsd/forward.c.ORIG Fri Feb 6 19:41:16 1998 ---- appl/bsd/forward.c Tue Jun 30 19:46:01 1998 -*************** -*** 51,57 **** - */ - - sprintf(ccname, "FILE:/tmp/krb5cc_p%d", getpid()); -! setenv("KRB5CCNAME", ccname, 0); - - if (retval = krb5_cc_resolve(context, ccname, ccache)) - goto cleanup; ---- 51,57 ---- - */ - - sprintf(ccname, "FILE:/tmp/krb5cc_p%d", getpid()); -! setenv("KRB5CCNAME", ccname, 1); - - if (retval = krb5_cc_resolve(context, ccname, ccache)) - goto cleanup; diff --git a/security/krb5-17/files/patch-av b/security/krb5-17/files/patch-av deleted file mode 100644 index 5bcb582b707d..000000000000 --- a/security/krb5-17/files/patch-av +++ /dev/null @@ -1,13 +0,0 @@ -*** clients/ksu/Makefile.in.ORIG Sun Aug 2 16:51:18 1998 ---- clients/ksu/Makefile.in Sun Aug 2 16:53:48 1998 -*************** -*** 1,4 **** -! DEFINES = -DGET_TGT_VIA_PASSWD -DPRINC_LOOK_AHEAD -DCMD_PATH='"/bin /local/bin"' - CFLAGS = $(CCOPTS) $(DEFINES) $(DEFS) $(LOCALINCLUDE) - - SRCS = \ ---- 1,4 ---- -! DEFINES = -DGET_TGT_VIA_PASSWD -DPRINC_LOOK_AHEAD -DCMD_PATH='"/usr/bin /bin /usr/sbin /sbin"' - CFLAGS = $(CCOPTS) $(DEFINES) $(DEFS) $(LOCALINCLUDE) - - SRCS = \ diff --git a/security/krb5-17/files/patch-ax b/security/krb5-17/files/patch-ax deleted file mode 100644 index 58cfe89d9294..000000000000 --- a/security/krb5-17/files/patch-ax +++ /dev/null @@ -1,11 +0,0 @@ ---- ../doc/Makefile.orig Wed Jan 20 21:57:45 1999 -+++ ../doc/Makefile Wed Jan 20 21:59:19 1999 -@@ -1,7 +1,7 @@ - SRCDIR=../src - DVI=texi2dvi - DVIPS=dvips -o "$@" --INFO=makeinfo -+INFO=makeinfo --no-validate - HTML=texi2html - RM=rm -f - TAR=tar -chvf diff --git a/security/krb5-17/files/patch-ay b/security/krb5-17/files/patch-ay deleted file mode 100644 index 4ed0c9e5cbbb..000000000000 --- a/security/krb5-17/files/patch-ay +++ /dev/null @@ -1,50 +0,0 @@ ---- util/pty/getpty.c.orig Fri Feb 6 19:46:42 1998 -+++ util/pty/getpty.c Mon Apr 5 14:00:07 1999 -@@ -21,13 +21,26 @@ - #include "libpty.h" - #include "pty-int.h" - -+#ifdef __FreeBSD__ -+#define PTYCHARS1 "pqrsPQRS" -+#define PTYCHARS2 "0123456789abcdefghijklmnopqrstuv" -+#endif -+ -+#ifndef PTYCHARS1 -+#define PTYCHARS1 "pqrstuvwxyzPQRST" -+#endif -+ -+#ifndef PTYCHARS2 -+#define PTYCHARS2 "0123456789abcdef" -+#endif -+ - long pty_getpty (fd, slave, slavelength) - int slavelength; - int *fd; char *slave; - { -- char *cp; -+ char *cp1, *cp2; - char *p; -- int i,ptynum; -+ int ptynum; - struct stat stb; - char slavebuf[1024]; - #ifdef HAVE__GETPTY -@@ -109,14 +122,14 @@ - strncpy(slave, slavebuf, slavelength); - return 0; - } else { -- for (cp = "pqrstuvwxyzPQRST";*cp; cp++) { -+ for (cp1 = PTYCHARS1; *cp1 != '\0'; cp1++) { - sprintf(slavebuf,"/dev/ptyXX"); -- slavebuf[sizeof("/dev/pty") - 1] = *cp; -+ slavebuf[sizeof("/dev/pty") - 1] = *cp1; - slavebuf[sizeof("/dev/ptyp") - 1] = '0'; - if (stat(slavebuf, &stb) < 0) - break; -- for (i = 0; i < 16; i++) { -- slavebuf[sizeof("/dev/ptyp") - 1] = "0123456789abcdef"[i]; -+ for (cp2 = PTYCHARS2; *cp2 != '\0'; cp2++) { -+ slavebuf[sizeof("/dev/ptyp") - 1] = *cp2; - *fd = open(slavebuf, O_RDWR); - if (*fd < 0) continue; - diff --git a/security/krb5-17/pkg-comment b/security/krb5-17/pkg-comment deleted file mode 100644 index 0610a7e278ae..000000000000 --- a/security/krb5-17/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An authentication system developed at MIT, successor to Kerberos IV. diff --git a/security/krb5-17/pkg-descr b/security/krb5-17/pkg-descr deleted file mode 100644 index 376a48c52faf..000000000000 --- a/security/krb5-17/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -Kerberos V5 is an authentication system developed at MIT. -WWW: http://web.mit.edu/kerberos/www/ - -Abridged from the User Guide: - Under Kerberos, a client sends a request for a ticket to the - Key Distribution Center (KDC). The KDC creates a ticket-granting - ticket (TGT) for the client, encrypts it using the client's - password as the key, and sends the encrypted TGT back to the - client. The client then attempts to decrypt the TGT, using - its password. If the client successfully decrypts the TGT, it - keeps the decrypted TGT, which indicates proof of the client's - identity. The TGT permits the client to obtain additional tickets, - which give permission for specific services. - Since Kerberos negotiates authenticated, and optionally encrypted, - communications between two points anywhere on the internet, it - provides a layer of security that is not dependent on which side of a - firewall either client is on. - The Kerberos V5 package is designed to be easy to use. Most of the - commands are nearly identical to UNIX network programs you are already - used to. Kerberos V5 is a single-sign-on system, which means that you - have to type your password only once per session, and Kerberos does - the authenticating and encrypting transparently. - -Jacques Vidrine <n@nectar.com> diff --git a/security/krb5-17/pkg-plist b/security/krb5-17/pkg-plist deleted file mode 100644 index 2f984b9e344a..000000000000 --- a/security/krb5-17/pkg-plist +++ /dev/null @@ -1,122 +0,0 @@ -bin/krb524init -bin/kpasswd -bin/v5passwd -bin/klist -bin/kinit -bin/kdestroy -bin/ksu -bin/sclient -bin/sim_client -bin/uuclient -bin/rsh -bin/rcp -bin/rlogin -bin/v4rcp -bin/gss-client -bin/ftp -bin/telnet -include/gssapi/gssapi_generic.h -include/gssapi/gssapi.h -include/gssapi/gssapi_krb5.h -include/kerberosIV/krb.h -include/kerberosIV/des.h -include/kerberosIV/kadm.h -include/kerberosIV/mit-copyright.h -include/kerberosIV/krb_err.h -include/com_err.h -include/mit-sipb-copyright.h -include/libpty.h -include/krb5.h -lib/libcom_err.a -lib/libcom_err.so -lib/libcom_err.so.1 -lib/libpty.a -lib/libdyn.a -lib/libdyn.so -lib/libdyn.so.1 -lib/libcrypto.so -lib/libcrypto.so.1 -lib/libcrypto.a -lib/libkrb5.so -lib/libkrb5.so.1 -lib/libkrb5.a -lib/libdes425.a -lib/libdes425.so -lib/libdes425.so.1 -lib/libkrb4.so -lib/libkrb4.so.1 -lib/libkrb4.a -lib/libkrb5util.a -lib/libkdb5.so -lib/libkdb5.so.1 -lib/libkdb5.a -lib/libgssapi_krb5.a -lib/libgssapi_krb5.so -lib/libgssapi_krb5.so.1 -lib/libgssrpc.a -lib/libgssrpc.so -lib/libgssrpc.so.1 -lib/libkadm5clnt.a -lib/libkadm5clnt.so -lib/libkadm5clnt.so.1 -lib/libkadm5srv.a -lib/libkadm5srv.so -lib/libkadm5srv.so.1 -lib/libkrb524.a -@exec /sbin/ldconfig -m %D/lib -sbin/krb5-send-pr -sbin/krb524d -sbin/krb5kdc -sbin/kadmin.local -sbin/kadmin -sbin/kdb5_util -sbin/ktutil -sbin/kadmind -sbin/kadmind4 -sbin/v5passwdd -sbin/kprop -sbin/kpropd -sbin/sserver -sbin/sim_server -sbin/uuserver -sbin/kshd -sbin/klogind -sbin/login.krb5 -sbin/gss-server -sbin/ftpd -sbin/telnetd -share/gnats/mit -share/doc/krb5/admin.html -share/doc/krb5/install_foot.html -share/doc/krb5/user-guide.html -share/doc/krb5/admin_foot.html -share/doc/krb5/install_toc.html -share/doc/krb5/user-guide_foot.html -share/doc/krb5/admin_toc.html -share/doc/krb5/krb425.html -share/doc/krb5/user-guide_toc.html -share/doc/krb5/install.html -share/doc/krb5/krb425_toc.html -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -@unexec install-info --delete %D/info/krb425.info %D/info/dir -@unexec install-info --delete %D/info/krb5-admin.info %D/info/dir -@unexec install-info --delete %D/info/krb5-install.info %D/info/dir -@unexec install-info --delete %D/info/krb5-user.info %D/info/dir -info/krb425.info -info/krb5-admin.info -info/krb5-admin.info-1 -info/krb5-admin.info-2 -info/krb5-admin.info-3 -info/krb5-install.info -info/krb5-install.info-1 -info/krb5-install.info-2 -info/krb5-user.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir -@exec install-info %D/info/krb425.info %D/info/dir -@exec install-info %D/info/krb5-admin.info %D/info/dir -@exec install-info %D/info/krb5-install.info %D/info/dir -@exec install-info %D/info/krb5-user.info %D/info/dir -@dirrm include/gssapi -@dirrm include/kerberosIV -@dirrm share/doc/krb5 diff --git a/security/krb5-appl/Makefile b/security/krb5-appl/Makefile deleted file mode 100644 index a363b461dd32..000000000000 --- a/security/krb5-appl/Makefile +++ /dev/null @@ -1,204 +0,0 @@ -# Ports collection Makefile for: MIT Kerberos V -# Version required: 1.0.5 -# Date created: 6/5/1998 -# Whom: n@nectar.com -# -# $Id: Makefile,v 1.7 1998/11/07 02:33:44 nectar Exp $ -# - -DISTNAME= krb5-1.0.5 -CATEGORIES= security -MASTER_SITES= # empty here. See below for real setting. -DISTFILES= krb5-1.0.5.src.tar.gz \ - krb5-1.0.5.doc.tar.gz \ - krb5-1.0.5.crypto.tar.gz - -MAINTAINER= n@nectar.com - -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -DIST_SUBDIR= krb5 - -# Deal with "secret" subdirectory on the canonical MASTER_SITE. -# If USA_RESIDENT=YES then: -# we fetch from the canonical MASTER_SITE in the USA, -# and deal with a "secret" subdirectory whose name -# we obtain by using an awk script to search a README file. -# If USA_RESIDENT=NO then: -# we fetch from a MASTER_SITE outside the USA, -# and we don't need to deal with any "secret" subdirectory, -# so we use an empty awk script. -README_KRB5= README.KRB5-1.0.5 -.if defined(USA_RESIDENT) && ${USA_RESIDENT} == "YES" -MASTER_SITES= ftp://athena-dist.mit.edu/pub/kerberos/ -AWK_SCRIPT= '(/1\) Change into the directory/) { if (match($$0, "dist/[0-9]+")) print substr($$0, RSTART, RLENGTH) }' -.else -MASTER_SITES= ftp://ftp.internat.freebsd.org/pub/FreeBSD/distfiles/ -AWK_SCRIPT= '' -.endif - -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS?= --enable-shared --with-ccopts="${CFLAGS}" -KRB5_KRB4_COMPAT?= YES - -.if !defined(KRB5_KRB4_COMPAT) || ${KRB5_KRB4_COMPAT} == "NO" -CONFIGURE_ARGS+= --without-krb4 -.endif - -.if defined(KRB5_HOME) -PREFIX= ${KRB5_HOME} -.endif - -RESTRICTED= "Crypto; export-controlled" -# Set USA_RESIDENT appropriately in /etc/make.conf if you like - -INFO_FILES= krb425.info krb5-admin.info krb5-admin.info-1 \ - krb5-admin.info-2 krb5-admin.info-3 krb5-install.info \ - krb5-install.info-1 krb5-install.info-2 krb5-user.info - -pre-fetch: -.if !defined(KRB5_KRB4_COMPAT) - @${ECHO} "------------------------------------------------------" - @${ECHO} "Set KRB5_KRB4_COMPAT=NO if you do not want to build " - @${ECHO} "the KerberosIV compatibility libraries. " - @${ECHO} "------------------------------------------------------" -.endif -.if defined(USA_RESIDENT) && ${USA_RESIDENT} == "YES" - @${ECHO} - @${ECHO} ">> If you are a US resident, understand that this software" - @${ECHO} " may be export restricted." -.elif defined(USA_RESIDENT) && ${USA_RESIDENT} == "NO" - @${ECHO} - @${ECHO} ">> If you are not a US resident, then you cannot obtain" - @${ECHO} " Kerberos V source from a server within the United" - @${ECHO} " States. If automatic fetching of the sources from" - @${ECHO} " a server outside the US fails then you will have to" - @${ECHO} " find the sources elsewhere yourself, and put them" - @${ECHO} " in ${_DISTDIR}." -.else - @${ECHO} - @${ECHO} ">> You must set the variable USA_RESIDENT to YES if you are" - @${ECHO} " a United States resident, otherwise NO." - @${ECHO} " If you are a US resident, understand that this software" - @${ECHO} " may be export restricted." - @${ECHO} " If you are not a US resident, then you cannot obtain" - @${ECHO} " Kerberos V source from a server within the United" - @${ECHO} " States." - @${FALSE} -.endif - -MAN1= krb5-send-pr.1 kpasswd.1 v5passwd.1 klist.1 kinit.1 \ - kdestroy.1 ksu.1 sclient.1 rsh.1 rcp.1 rlogin.1 \ - v4rcp.1 ftp.1 telnet.1 kerberos.1 -MAN5= kdc.conf.5 krb5.conf.5 .k5login.5 -MAN8= krb5kdc.8 kadmin.8 kadmin.local.8 kdb5_util.8 \ - ktutil.8 kadmind.8 kprop.8 kpropd.8 sserver.8 \ - kshd.8 klogind.8 login.krb5.8 ftpd.8 telnetd.8 - -WRKSRC= ${WRKDIR}/${DISTNAME}/src -RECONF_COOKIE= ${WRKDIR}/.reconf_done - -WANT_HTML?= YES -HTML_DOC_DIR= ${WRKDIR}/${DISTNAME}/doc -HTML_DOCS= admin.html install_foot.html user-guide.html \ - admin_foot.html install_toc.html user-guide_foot.html \ - admin_toc.html krb425.html user-guide_toc.html \ - install.html krb425_toc.html -SETUID_EXE= bin/ksu bin/v4rcp - -CHOWN?= chown -SUPERUSER?= root - -.include <bsd.port.pre.mk> - -do-fetch: - @${MKDIR} ${_DISTDIR} - @(cd ${_DISTDIR}; \ - if [ ! -f ${README_KRB5} ]; then \ - for site in ${MASTER_SITES}; do \ - ${ECHO_MSG} ">> Attempting to fetch ${README_KRB5} from $${site}."; \ - if ${FETCH_CMD} ${FETCH_BEFORE_ARGS} $${site}/${README_KRB5} \ - ${FETCH_AFTER_ARGS}; then \ - break; \ - fi \ - done; fi; ${DO_NADA}) - @(if [ ! -f ${_DISTDIR}/${README_KRB5} ]; then \ - ${ECHO_MSG} ">> Couldn't fetch it - please try to retrieve"; \ - ${ECHO_MSG} ">> this port manually into ${_DISTDIR} and try"; \ - ${ECHO_MSG} ">> again."; \ - ${FALSE}; \ - fi) - @${MKDIR} ${_DISTDIR} - @(cd ${_DISTDIR}; \ - secret=`${AWK} ${AWK_SCRIPT} < ${_DISTDIR}/${README_KRB5}`; \ - for file in ${DISTFILES}; do \ - if [ ! -f $$file -a ! -f `${BASENAME} $$file` ]; then \ - if [ -h $$file -o -h `${BASENAME} $$file` ]; then \ - ${ECHO_MSG} ">> ${_DISTDIR}/$$file is a broken symlink."; \ - ${ECHO_MSG} ">> Perhaps a filesystem (most likely a CD) isn't mounted?"; \ - ${ECHO_MSG} ">> Please correct this problem and try again."; \ - exit 1; \ - fi ; \ - ${ECHO_MSG} ">> $$file doesn't seem to exist on this system."; \ - for site in ${MASTER_SITES}; do \ - ${ECHO_MSG} ">> Attempting to fetch from $${site}/$${secret}."; \ - if ${FETCH_CMD} ${FETCH_BEFORE_ARGS} $${site}/$${secret}/$${file} ${FETCH_AFTER_ARGS}; then \ - continue 2; \ - fi \ - done; \ - ${ECHO_MSG} ">> Couldn't fetch it - please try to retrieve this";\ - ${ECHO_MSG} ">> port manually into ${_DISTDIR} and try again."; \ - exit 1; \ - fi \ - done) - -pre-configure: ${RECONF_COOKIE} - -${RECONF_COOKIE}: - ${SETENV} PORTOBJFORMAT="${PORTOBJFORMAT}" \ - ${SH} -c 'cd ${WRKSRC}/util/autoconf && ./configure && ${GMAKE} && cd ${WRKSRC} && ./util/reconf --force' - ${TOUCH} ${RECONF_COOKIE} - -post-build: - @(cd ${WRKSRC}/../doc && \ - ${MAKE} ${INFO_FILES}) - -post-install: -# XXX Not sure why tmac.doc is installed here -- I don't think -# we need it. I should patch the distribution to not install -# it, I think. - @rm -f ${PREFIX}/man/man1/tmac.doc -# shared libs - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib -# html documentation -.if defined(WANT_HTML) && ${WANT_HTML} == "YES" - @${MKDIR} ${PREFIX}/share/doc/krb5 -.for html in ${HTML_DOCS} - ${INSTALL_MAN} ${HTML_DOC_DIR}/${html} ${PREFIX}/share/doc/krb5 -.endfor -.endif -# fixup setuid executables -.for setuid in ${SETUID_EXE} - ${CHOWN} ${SUPERUSER} ${PREFIX}/${setuid} -.endfor -# handle info files - if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > \ - ${PREFIX}/info/dir; \ - fi -.for info in ${INFO_FILES} - ${INSTALL_MAN} ${WRKSRC}/../doc/${info} ${PREFIX}/info/${info} -.endfor -.for info in ${INFO_FILES:M*.info} - install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir -.endfor -# fixup packing list (no libs without version numbers in aout case) -.if ${PORTOBJFORMAT} == "aout" - ${ECHO_MSG} "Fixing packing list for a.out" - ${MV} ${TMPPLIST} ${TMPPLIST}.new - ${GREP} -v '\.so$$' ${TMPPLIST}.new > ${TMPPLIST} - ${RM} ${TMPPLIST}.new -.endif - -.include <bsd.port.post.mk> diff --git a/security/krb5-appl/distinfo b/security/krb5-appl/distinfo deleted file mode 100644 index 97769518f03e..000000000000 --- a/security/krb5-appl/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (krb5/krb5-1.0.5.src.tar.gz) = 97b523ba3c3f0b6a703691daadb2d85c -MD5 (krb5/krb5-1.0.5.doc.tar.gz) = 6eadfe9cff088bc5cc704b720c3883f6 -MD5 (krb5/krb5-1.0.5.crypto.tar.gz) = 2303ee0ebd08fad1945365f4cbb310d6 diff --git a/security/krb5-appl/files/patch-ac b/security/krb5-appl/files/patch-ac deleted file mode 100644 index 8bca5437d964..000000000000 --- a/security/krb5-appl/files/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ ---- ../doc/admin.texinfo Fri Feb 6 21:40:56 1998 -+++ admin.texinfo Fri Jun 19 15:13:45 1998 -@@ -5,6 +5,10 @@ - @c guide - @setfilename krb5-admin.info - @settitle Kerberos V5 System Administrator's Guide -+@dircategory Kerberos V5 -+@direntry -+* Admin Guide: (krb5-admin). Kerberos V5 System Admin's Guide -+@end direntry - @setchapternewpage odd @c chapter begins on next odd page - @c @setchapternewpage on @c chapter begins on next page - @c @smallbook @c Format for 7" X 9.25" paper diff --git a/security/krb5-appl/files/patch-ad b/security/krb5-appl/files/patch-ad deleted file mode 100644 index c8b6d3e99e91..000000000000 --- a/security/krb5-appl/files/patch-ad +++ /dev/null @@ -1,13 +0,0 @@ ---- ../doc/user-guide.texinfo Fri Feb 6 21:40:58 1998 -+++ user-guide.texinfo Fri Jun 19 15:13:45 1998 -@@ -3,6 +3,10 @@ - @c guide - @setfilename krb5-user.info - @settitle Kerberos V5 UNIX User's Guide -+@dircategory Kerberos V5 -+@direntry -+* User's Guide: (krb5-user). Kerberos V5 UNIX User's Guide -+@end direntry - @setchapternewpage odd @c chapter begins on next odd page - @c @setchapternewpage on @c chapter begins on next page - @c @smallbook @c Format for 7" X 9.25" paper diff --git a/security/krb5-appl/files/patch-ae b/security/krb5-appl/files/patch-ae deleted file mode 100644 index f5643b5aa04f..000000000000 --- a/security/krb5-appl/files/patch-ae +++ /dev/null @@ -1,13 +0,0 @@ ---- ../doc/install.texinfo Fri Feb 6 21:40:56 1998 -+++ install.texinfo Fri Jun 19 15:13:45 1998 -@@ -5,6 +5,10 @@ - @c guide - @setfilename krb5-install.info - @settitle Kerberos V5 Installation Guide -+@dircategory Kerberos V5 -+@direntry -+* Installation Guide: (krb5-install). Kerberos V5 Installation Guide -+@end direntry - @setchapternewpage odd @c chapter begins on next odd page - @c @setchapternewpage on @c chapter begins on next page - @c @smallbook @c Format for 7" X 9.25" paper diff --git a/security/krb5-appl/files/patch-af b/security/krb5-appl/files/patch-af deleted file mode 100644 index e054b18bbef5..000000000000 --- a/security/krb5-appl/files/patch-af +++ /dev/null @@ -1,13 +0,0 @@ ---- ../doc/krb425.texinfo Fri Feb 6 21:40:57 1998 -+++ krb425.texinfo Fri Jun 19 15:13:45 1998 -@@ -5,6 +5,10 @@ - @c guide - @setfilename krb425.info - @settitle Upgrading to Kerberos V5 from Kerberos V4 -+@dircategory Kerberos V5 -+@direntry -+* Upgrading from V4 to V5: (krb425). Upgrading from Kerberos V4 to V5 -+@end direntry - @setchapternewpage odd @c chapter begins on next odd page - @c @setchapternewpage on @c chapter begins on next page - @c @smallbook @c Format for 7" X 9.25" paper diff --git a/security/krb5-appl/files/patch-ai b/security/krb5-appl/files/patch-ai deleted file mode 100644 index 5eacca9caf86..000000000000 --- a/security/krb5-appl/files/patch-ai +++ /dev/null @@ -1,25 +0,0 @@ -*** appl/gssftp/ftpd/ftpd.c.ORIG Fri Feb 6 19:41:25 1998 ---- appl/gssftp/ftpd/ftpd.c Tue Jun 30 19:46:01 1998 -*************** -*** 374,380 **** - #ifndef LOG_DAEMON - #define LOG_DAEMON 0 - #endif -! openlog("ftpd", LOG_PID | LOG_NDELAY, LOG_DAEMON); - addrlen = sizeof (his_addr); - if (getpeername(0, (struct sockaddr *)&his_addr, &addrlen) < 0) { - syslog(LOG_ERR, "getpeername (%s): %m",argv[0]); ---- 374,386 ---- - #ifndef LOG_DAEMON - #define LOG_DAEMON 0 - #endif -! -! #ifndef LOG_FTP -! #define FACILITY LOG_DAEMON -! #else -! #define FACILITY LOG_FTP -! #endif -! openlog("ftpd", LOG_PID | LOG_NDELAY, FACILITY); - addrlen = sizeof (his_addr); - if (getpeername(0, (struct sockaddr *)&his_addr, &addrlen) < 0) { - syslog(LOG_ERR, "getpeername (%s): %m",argv[0]); diff --git a/security/krb5-appl/files/patch-aj b/security/krb5-appl/files/patch-aj deleted file mode 100644 index 29e845803294..000000000000 --- a/security/krb5-appl/files/patch-aj +++ /dev/null @@ -1,46 +0,0 @@ -*** appl/gssftp/ftpd/logwtmp.c.ORIG Fri Feb 6 19:41:25 1998 ---- appl/gssftp/ftpd/logwtmp.c Tue Jun 30 19:46:01 1998 -*************** -*** 44,55 **** - #include <unistd.h> - #include <string.h> - -! #ifdef WTMP_FILE -! #define WTMPFILE WTMP_FILE - #endif - -! #ifndef WTMPFILE -! #define WTMPFILE "/usr/adm/wtmp" - #endif - - static int fd = -1; ---- 44,55 ---- - #include <unistd.h> - #include <string.h> - -! #if !defined(WTMP_FILE) && defined(_PATH_WTMP) -! #define WTMP_FILE _PATH_WTMP - #endif - -! #ifndef WTMP_FILE -! #define WTMP_FILE "/usr/adm/wtmp" - #endif - - static int fd = -1; -*************** -*** 66,72 **** - struct stat buf; - time_t time(); - -! if (fd < 0 && (fd = open(WTMPFILE, O_WRONLY|O_APPEND, 0)) < 0) - return; - if (fstat(fd, &buf) == 0) { - (void)strncpy(ut.ut_line, line, sizeof(ut.ut_line)); ---- 66,72 ---- - struct stat buf; - time_t time(); - -! if (fd < 0 && (fd = open(WTMP_FILE, O_WRONLY|O_APPEND, 0)) < 0) - return; - if (fstat(fd, &buf) == 0) { - (void)strncpy(ut.ut_line, line, sizeof(ut.ut_line)); diff --git a/security/krb5-appl/files/patch-as b/security/krb5-appl/files/patch-as deleted file mode 100644 index 8ab90bb8494e..000000000000 --- a/security/krb5-appl/files/patch-as +++ /dev/null @@ -1,194 +0,0 @@ -*** clients/ksu/main.c.ORIG Fri Feb 6 19:41:57 1998 ---- clients/ksu/main.c Tue Jun 30 19:46:02 1998 -*************** -*** 56,62 **** - ill specified arguments to commands */ - - void usage (){ -! fprintf(stderr, "Usage: %s [target user] [-n principal] [-c source cachename] [-C target cachename] [-k] [-D] [-r time] [-pf] [-l lifetime] [-zZ] [-q] [-e command [args... ] ] [-a [args... ] ]\n", prog_name); - - } - ---- 56,62 ---- - ill specified arguments to commands */ - - void usage (){ -! fprintf(stderr, "Usage: %s [target user] [-m] [-n principal] [-c source cachename] [-C target cachename] [-k] [-D] [-r time] [-pf] [-l lifetime] [-zZ] [-q] [-e command [args... ] ] [-a [args... ] ]\n", prog_name); - - } - -*************** -*** 75,80 **** ---- 75,81 ---- - int argc; - char ** argv; - { -+ int asme = 0; - int hp =0; - int some_rest_copy = 0; - int all_rest_copy = 0; -*************** -*** 90,95 **** ---- 91,97 ---- - char * cc_target_tag = NULL; - char * target_user = NULL; - char * source_user; -+ char * source_shell; - - krb5_ccache cc_source = NULL; - char * cc_source_tag = NULL; -*************** -*** 174,180 **** - } - - -! while(!done && ((option = getopt(pargc, pargv,"n:c:C:r:a:zZDfpkql:e:")) != EOF)){ - switch (option) { - case 'r': - options.opt |= KDC_OPT_RENEWABLE; ---- 176,182 ---- - } - - -! while(!done && ((option = getopt(pargc, pargv,"n:c:C:r:a:zZDfpkmql:e:")) != EOF)){ - switch (option) { - case 'r': - options.opt |= KDC_OPT_RENEWABLE; -*************** -*** 216,221 **** ---- 218,226 ---- - errflg++; - } - break; -+ case 'm': -+ asme = 1; -+ break; - case 'n': - if ((retval = krb5_parse_name(ksu_context, optarg, &client))){ - com_err(prog_name, retval, "when parsing name %s", optarg); -*************** -*** 355,362 **** - exit(1); - } - -! /* allocate space and copy the usernamane there */ - source_user = strdup(pwd->pw_name); - source_uid = pwd->pw_uid; - source_gid = pwd->pw_gid; - ---- 360,368 ---- - exit(1); - } - -! /* allocate space and copy the username there */ - source_user = strdup(pwd->pw_name); -+ source_shell = strdup(pwd->pw_shell); - source_uid = pwd->pw_uid; - source_gid = pwd->pw_gid; - -*************** -*** 727,769 **** - /* get the shell of the user, this will be the shell used by su */ - target_pwd = getpwnam(target_user); - -! if (target_pwd->pw_shell) -! shell = strdup(target_pwd->pw_shell); -! else { -! shell = _DEF_CSH; /* default is cshell */ -! } - - #ifdef HAVE_GETUSERSHELL - - /* insist that the target login uses a standard shell (root is omited) */ - -! if (!standard_shell(target_pwd->pw_shell) && source_uid) { -! fprintf(stderr, "ksu: permission denied (shell).\n"); -! sweep_up(ksu_context, use_source_cache, cc_target); -! exit(1); - } - #endif /* HAVE_GETUSERSHELL */ - -! if (target_pwd->pw_uid){ -! -! if(set_env_var("USER", target_pwd->pw_name)){ -! fprintf(stderr,"ksu: couldn't set environment variable USER\n"); -! sweep_up(ksu_context, use_source_cache, cc_target); -! exit(1); -! } -! } -! -! if(set_env_var( "HOME", target_pwd->pw_dir)){ -! fprintf(stderr,"ksu: couldn't set environment variable USER\n"); -! sweep_up(ksu_context, use_source_cache, cc_target); -! exit(1); -! } -! -! if(set_env_var( "SHELL", shell)){ -! fprintf(stderr,"ksu: couldn't set environment variable USER\n"); -! sweep_up(ksu_context, use_source_cache, cc_target); -! exit(1); -! } - - /* set the cc env name to target */ - ---- 733,792 ---- - /* get the shell of the user, this will be the shell used by su */ - target_pwd = getpwnam(target_user); - -! if (asme) { -! if (source_shell && *source_shell) { -! shell = strdup(source_shell); -! } else { -! shell = _DEF_CSH; -! } -! } else { -! if (target_pwd->pw_shell) -! shell = strdup(target_pwd->pw_shell); -! else { -! shell = _DEF_CSH; /* default is cshell */ -! } -! } - - #ifdef HAVE_GETUSERSHELL - - /* insist that the target login uses a standard shell (root is omited) */ - -! if (asme) { -! if (!standard_shell(pwd->pw_shell) && source_uid) { -! fprintf(stderr, "ksu: permission denied (shell).\n"); -! sweep_up(ksu_context, use_source_cache, cc_target); -! exit(1); -! } -! } else { -! if (!standard_shell(target_pwd->pw_shell) && source_uid) { -! fprintf(stderr, "ksu: permission denied (shell).\n"); -! sweep_up(ksu_context, use_source_cache, cc_target); -! exit(1); -! } - } - #endif /* HAVE_GETUSERSHELL */ - -! if (!asme) { -! if (target_pwd->pw_uid){ -! if (set_env_var("USER", target_pwd->pw_name)){ -! fprintf(stderr,"ksu: couldn't set environment variable USER\n"); -! sweep_up(ksu_context, use_source_cache, cc_target); -! exit(1); -! } -! } -! -! if (set_env_var( "HOME", target_pwd->pw_dir)){ -! fprintf(stderr,"ksu: couldn't set environment variable USER\n"); -! sweep_up(ksu_context, use_source_cache, cc_target); -! exit(1); -! } -! -! if (set_env_var( "SHELL", shell)){ -! fprintf(stderr,"ksu: couldn't set environment variable USER\n"); -! sweep_up(ksu_context, use_source_cache, cc_target); -! exit(1); -! } -! } - - /* set the cc env name to target */ - diff --git a/security/krb5-appl/files/patch-at b/security/krb5-appl/files/patch-at deleted file mode 100644 index ef9ea4856f7a..000000000000 --- a/security/krb5-appl/files/patch-at +++ /dev/null @@ -1,14 +0,0 @@ -*** include/sys/syslog.h.ORIG Fri Feb 6 19:42:12 1998 ---- include/sys/syslog.h Tue Jun 30 19:46:02 1998 -*************** -*** 34,39 **** ---- 34,42 ---- - #define LOG_LPR (6<<3) /* line printer subsystem */ - #define LOG_NEWS (7<<3) /* network news subsystem */ - #define LOG_UUCP (8<<3) /* UUCP subsystem */ -+ #if (defined(BSD) && (BSD >= 199306)) -+ #define LOG_FTP (11<<3) /* ftp daemon */ -+ #endif - /* other codes through 15 reserved for system use */ - #define LOG_LOCAL0 (16<<3) /* reserved for local use */ - #define LOG_LOCAL1 (17<<3) /* reserved for local use */ diff --git a/security/krb5-appl/files/patch-au b/security/krb5-appl/files/patch-au deleted file mode 100644 index b408c4a3750d..000000000000 --- a/security/krb5-appl/files/patch-au +++ /dev/null @@ -1,19 +0,0 @@ -*** appl/bsd/forward.c.ORIG Fri Feb 6 19:41:16 1998 ---- appl/bsd/forward.c Tue Jun 30 19:46:01 1998 -*************** -*** 51,57 **** - */ - - sprintf(ccname, "FILE:/tmp/krb5cc_p%d", getpid()); -! setenv("KRB5CCNAME", ccname, 0); - - if (retval = krb5_cc_resolve(context, ccname, ccache)) - goto cleanup; ---- 51,57 ---- - */ - - sprintf(ccname, "FILE:/tmp/krb5cc_p%d", getpid()); -! setenv("KRB5CCNAME", ccname, 1); - - if (retval = krb5_cc_resolve(context, ccname, ccache)) - goto cleanup; diff --git a/security/krb5-appl/files/patch-av b/security/krb5-appl/files/patch-av deleted file mode 100644 index 5bcb582b707d..000000000000 --- a/security/krb5-appl/files/patch-av +++ /dev/null @@ -1,13 +0,0 @@ -*** clients/ksu/Makefile.in.ORIG Sun Aug 2 16:51:18 1998 ---- clients/ksu/Makefile.in Sun Aug 2 16:53:48 1998 -*************** -*** 1,4 **** -! DEFINES = -DGET_TGT_VIA_PASSWD -DPRINC_LOOK_AHEAD -DCMD_PATH='"/bin /local/bin"' - CFLAGS = $(CCOPTS) $(DEFINES) $(DEFS) $(LOCALINCLUDE) - - SRCS = \ ---- 1,4 ---- -! DEFINES = -DGET_TGT_VIA_PASSWD -DPRINC_LOOK_AHEAD -DCMD_PATH='"/usr/bin /bin /usr/sbin /sbin"' - CFLAGS = $(CCOPTS) $(DEFINES) $(DEFS) $(LOCALINCLUDE) - - SRCS = \ diff --git a/security/krb5-appl/files/patch-ax b/security/krb5-appl/files/patch-ax deleted file mode 100644 index 58cfe89d9294..000000000000 --- a/security/krb5-appl/files/patch-ax +++ /dev/null @@ -1,11 +0,0 @@ ---- ../doc/Makefile.orig Wed Jan 20 21:57:45 1999 -+++ ../doc/Makefile Wed Jan 20 21:59:19 1999 -@@ -1,7 +1,7 @@ - SRCDIR=../src - DVI=texi2dvi - DVIPS=dvips -o "$@" --INFO=makeinfo -+INFO=makeinfo --no-validate - HTML=texi2html - RM=rm -f - TAR=tar -chvf diff --git a/security/krb5-appl/files/patch-ay b/security/krb5-appl/files/patch-ay deleted file mode 100644 index 4ed0c9e5cbbb..000000000000 --- a/security/krb5-appl/files/patch-ay +++ /dev/null @@ -1,50 +0,0 @@ ---- util/pty/getpty.c.orig Fri Feb 6 19:46:42 1998 -+++ util/pty/getpty.c Mon Apr 5 14:00:07 1999 -@@ -21,13 +21,26 @@ - #include "libpty.h" - #include "pty-int.h" - -+#ifdef __FreeBSD__ -+#define PTYCHARS1 "pqrsPQRS" -+#define PTYCHARS2 "0123456789abcdefghijklmnopqrstuv" -+#endif -+ -+#ifndef PTYCHARS1 -+#define PTYCHARS1 "pqrstuvwxyzPQRST" -+#endif -+ -+#ifndef PTYCHARS2 -+#define PTYCHARS2 "0123456789abcdef" -+#endif -+ - long pty_getpty (fd, slave, slavelength) - int slavelength; - int *fd; char *slave; - { -- char *cp; -+ char *cp1, *cp2; - char *p; -- int i,ptynum; -+ int ptynum; - struct stat stb; - char slavebuf[1024]; - #ifdef HAVE__GETPTY -@@ -109,14 +122,14 @@ - strncpy(slave, slavebuf, slavelength); - return 0; - } else { -- for (cp = "pqrstuvwxyzPQRST";*cp; cp++) { -+ for (cp1 = PTYCHARS1; *cp1 != '\0'; cp1++) { - sprintf(slavebuf,"/dev/ptyXX"); -- slavebuf[sizeof("/dev/pty") - 1] = *cp; -+ slavebuf[sizeof("/dev/pty") - 1] = *cp1; - slavebuf[sizeof("/dev/ptyp") - 1] = '0'; - if (stat(slavebuf, &stb) < 0) - break; -- for (i = 0; i < 16; i++) { -- slavebuf[sizeof("/dev/ptyp") - 1] = "0123456789abcdef"[i]; -+ for (cp2 = PTYCHARS2; *cp2 != '\0'; cp2++) { -+ slavebuf[sizeof("/dev/ptyp") - 1] = *cp2; - *fd = open(slavebuf, O_RDWR); - if (*fd < 0) continue; - diff --git a/security/krb5-appl/pkg-comment b/security/krb5-appl/pkg-comment deleted file mode 100644 index 0610a7e278ae..000000000000 --- a/security/krb5-appl/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An authentication system developed at MIT, successor to Kerberos IV. diff --git a/security/krb5-appl/pkg-descr b/security/krb5-appl/pkg-descr deleted file mode 100644 index 376a48c52faf..000000000000 --- a/security/krb5-appl/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -Kerberos V5 is an authentication system developed at MIT. -WWW: http://web.mit.edu/kerberos/www/ - -Abridged from the User Guide: - Under Kerberos, a client sends a request for a ticket to the - Key Distribution Center (KDC). The KDC creates a ticket-granting - ticket (TGT) for the client, encrypts it using the client's - password as the key, and sends the encrypted TGT back to the - client. The client then attempts to decrypt the TGT, using - its password. If the client successfully decrypts the TGT, it - keeps the decrypted TGT, which indicates proof of the client's - identity. The TGT permits the client to obtain additional tickets, - which give permission for specific services. - Since Kerberos negotiates authenticated, and optionally encrypted, - communications between two points anywhere on the internet, it - provides a layer of security that is not dependent on which side of a - firewall either client is on. - The Kerberos V5 package is designed to be easy to use. Most of the - commands are nearly identical to UNIX network programs you are already - used to. Kerberos V5 is a single-sign-on system, which means that you - have to type your password only once per session, and Kerberos does - the authenticating and encrypting transparently. - -Jacques Vidrine <n@nectar.com> diff --git a/security/krb5-appl/pkg-plist b/security/krb5-appl/pkg-plist deleted file mode 100644 index 2f984b9e344a..000000000000 --- a/security/krb5-appl/pkg-plist +++ /dev/null @@ -1,122 +0,0 @@ -bin/krb524init -bin/kpasswd -bin/v5passwd -bin/klist -bin/kinit -bin/kdestroy -bin/ksu -bin/sclient -bin/sim_client -bin/uuclient -bin/rsh -bin/rcp -bin/rlogin -bin/v4rcp -bin/gss-client -bin/ftp -bin/telnet -include/gssapi/gssapi_generic.h -include/gssapi/gssapi.h -include/gssapi/gssapi_krb5.h -include/kerberosIV/krb.h -include/kerberosIV/des.h -include/kerberosIV/kadm.h -include/kerberosIV/mit-copyright.h -include/kerberosIV/krb_err.h -include/com_err.h -include/mit-sipb-copyright.h -include/libpty.h -include/krb5.h -lib/libcom_err.a -lib/libcom_err.so -lib/libcom_err.so.1 -lib/libpty.a -lib/libdyn.a -lib/libdyn.so -lib/libdyn.so.1 -lib/libcrypto.so -lib/libcrypto.so.1 -lib/libcrypto.a -lib/libkrb5.so -lib/libkrb5.so.1 -lib/libkrb5.a -lib/libdes425.a -lib/libdes425.so -lib/libdes425.so.1 -lib/libkrb4.so -lib/libkrb4.so.1 -lib/libkrb4.a -lib/libkrb5util.a -lib/libkdb5.so -lib/libkdb5.so.1 -lib/libkdb5.a -lib/libgssapi_krb5.a -lib/libgssapi_krb5.so -lib/libgssapi_krb5.so.1 -lib/libgssrpc.a -lib/libgssrpc.so -lib/libgssrpc.so.1 -lib/libkadm5clnt.a -lib/libkadm5clnt.so -lib/libkadm5clnt.so.1 -lib/libkadm5srv.a -lib/libkadm5srv.so -lib/libkadm5srv.so.1 -lib/libkrb524.a -@exec /sbin/ldconfig -m %D/lib -sbin/krb5-send-pr -sbin/krb524d -sbin/krb5kdc -sbin/kadmin.local -sbin/kadmin -sbin/kdb5_util -sbin/ktutil -sbin/kadmind -sbin/kadmind4 -sbin/v5passwdd -sbin/kprop -sbin/kpropd -sbin/sserver -sbin/sim_server -sbin/uuserver -sbin/kshd -sbin/klogind -sbin/login.krb5 -sbin/gss-server -sbin/ftpd -sbin/telnetd -share/gnats/mit -share/doc/krb5/admin.html -share/doc/krb5/install_foot.html -share/doc/krb5/user-guide.html -share/doc/krb5/admin_foot.html -share/doc/krb5/install_toc.html -share/doc/krb5/user-guide_foot.html -share/doc/krb5/admin_toc.html -share/doc/krb5/krb425.html -share/doc/krb5/user-guide_toc.html -share/doc/krb5/install.html -share/doc/krb5/krb425_toc.html -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -@unexec install-info --delete %D/info/krb425.info %D/info/dir -@unexec install-info --delete %D/info/krb5-admin.info %D/info/dir -@unexec install-info --delete %D/info/krb5-install.info %D/info/dir -@unexec install-info --delete %D/info/krb5-user.info %D/info/dir -info/krb425.info -info/krb5-admin.info -info/krb5-admin.info-1 -info/krb5-admin.info-2 -info/krb5-admin.info-3 -info/krb5-install.info -info/krb5-install.info-1 -info/krb5-install.info-2 -info/krb5-user.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir -@exec install-info %D/info/krb425.info %D/info/dir -@exec install-info %D/info/krb5-admin.info %D/info/dir -@exec install-info %D/info/krb5-install.info %D/info/dir -@exec install-info %D/info/krb5-user.info %D/info/dir -@dirrm include/gssapi -@dirrm include/kerberosIV -@dirrm share/doc/krb5 diff --git a/security/kwallet/Makefile b/security/kwallet/Makefile deleted file mode 100644 index 4a2526ceee38..000000000000 --- a/security/kwallet/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: kdeutils -# Version required: Beta2 -# Date created: 28 October 1997 -# Whom: Stefan Eßer <se@freebsd.org> -# -# $Id: Makefile,v 1.30 1999/02/28 21:48:05 asami Exp $ -# - -DISTNAME= kdeutils-1.1.1 -CATEGORIES= misc kde -MASTER_SITES= $(MASTER_SITE_KDE) -MASTER_SITE_SUBDIR= stable/1.1.1/distribution/tar/generic/source/bz2 - -MAINTAINER= se@freebsd.org - -LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - kdecore.2:${PORTSDIR}/x11/kdelibs11 - -USE_BZIP2= yes -USE_QT= yes -HAS_CONFIGURE= yes -CONFIGURE_ARGS= "--prefix=$(PREFIX)" \ - "--with-extra-includes=$(PREFIX)/include/giflib" -CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ - INSTALL_SCRIPT="install -c -m 555" -USE_GMAKE= yes -CFLAGS+= "-I${PREFIX}/include" - -.include <bsd.port.mk> diff --git a/security/kwallet/distinfo b/security/kwallet/distinfo deleted file mode 100644 index 736e64d8a387..000000000000 --- a/security/kwallet/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (kdeutils-1.1.1.tar.bz2) = 17f6ec80e4cf6d9e8bc9f95bfd01f945 diff --git a/security/kwallet/pkg-comment b/security/kwallet/pkg-comment deleted file mode 100644 index 186230f9287d..000000000000 --- a/security/kwallet/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Utilities for the KDE integrated X11 desktop diff --git a/security/kwallet/pkg-descr b/security/kwallet/pkg-descr deleted file mode 100644 index 90ae45773bea..000000000000 --- a/security/kwallet/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -KDE provides an integrated X11 based environment, much like CDE. diff --git a/security/kwallet/pkg-plist b/security/kwallet/pkg-plist deleted file mode 100644 index 0f2137e60fa2..000000000000 --- a/security/kwallet/pkg-plist +++ /dev/null @@ -1,531 +0,0 @@ -bin/ark -bin/kab -bin/kabapi_test -bin/karm -bin/kcalc -bin/kedit -bin/khexdit -bin/kjots -bin/klipper -bin/kljettool -bin/klpq -bin/knotes -bin/kwrite -share/applnk/Applications/KEdit.kdelnk -share/applnk/Applications/kwrite.kdelnk -share/applnk/Utilities/KArm.kdelnk -share/applnk/Utilities/KLJetTool.kdelnk -share/applnk/Utilities/KLpq.kdelnk -share/applnk/Utilities/Kjots.kdelnk -share/applnk/Utilities/ark.kdelnk -share/applnk/Utilities/kab.kdelnk -share/applnk/Utilities/kcalc.kdelnk -share/applnk/Utilities/khexdit.kdelnk -share/applnk/Utilities/klipper.kdelnk -share/applnk/Utilities/knotes.kdelnk -share/apps/kab/pics/addressbook_logo.jpg -share/apps/kcalc/pics/kcalclogo.xpm -share/apps/kedit/pics/keditlogo.xpm -share/apps/kedit/toolbar/filenew2.xpm -share/apps/kedit/toolbar/send.xpm -share/apps/kjots/pics/OpenBook.xpm -share/apps/kjots/pics/filedel.xpm -share/apps/knotes/pics/knotesclose.xpm -share/apps/knotes/pics/knoteslogo.xpm -share/doc/HTML/de/kab/fehler.gif -share/doc/HTML/de/kab/index.html -share/doc/HTML/de/kcalc/index-1.html -share/doc/HTML/de/kcalc/index-2.html -share/doc/HTML/de/kcalc/index-3.html -share/doc/HTML/de/kcalc/index-4.html -share/doc/HTML/de/kcalc/index-5.html -share/doc/HTML/de/kcalc/index-6.html -share/doc/HTML/de/kcalc/index-7.html -share/doc/HTML/de/kcalc/index-8.html -share/doc/HTML/de/kcalc/index-9.html -share/doc/HTML/de/kcalc/index.html -share/doc/HTML/de/kcalc/logotp3.gif -share/doc/HTML/en/ark/index-1.html -share/doc/HTML/en/ark/index-2.html -share/doc/HTML/en/ark/index-3.html -share/doc/HTML/en/ark/index-4.html -share/doc/HTML/en/ark/index.html -share/doc/HTML/en/ark/logotp3.gif -share/doc/HTML/en/kab/index.html -share/doc/HTML/en/karm/index-1.html -share/doc/HTML/en/karm/index-2.html -share/doc/HTML/en/karm/index-3.html -share/doc/HTML/en/karm/index-4.html -share/doc/HTML/en/karm/index.html -share/doc/HTML/en/karm/index.sgml -share/doc/HTML/en/karm/karm.gif -share/doc/HTML/en/karm/logotp3.gif -share/doc/HTML/en/karm/scrn.html -share/doc/HTML/en/kcalc/index-1.html -share/doc/HTML/en/kcalc/index-2.html -share/doc/HTML/en/kcalc/index-3.html -share/doc/HTML/en/kcalc/index-4.html -share/doc/HTML/en/kcalc/index-5.html -share/doc/HTML/en/kcalc/index-6.html -share/doc/HTML/en/kcalc/index-7.html -share/doc/HTML/en/kcalc/index-8.html -share/doc/HTML/en/kcalc/index-9.html -share/doc/HTML/en/kcalc/index.html -share/doc/HTML/en/kcalc/kcalc_on_Aix.txt -share/doc/HTML/en/kcalc/kcalc_on_OSF.txt -share/doc/HTML/en/kcalc/logotp3.gif -share/doc/HTML/en/kedit/index-1.html -share/doc/HTML/en/kedit/index-2.html -share/doc/HTML/en/kedit/index-3.html -share/doc/HTML/en/kedit/index-4.html -share/doc/HTML/en/kedit/index-5.html -share/doc/HTML/en/kedit/index.html -share/doc/HTML/en/kedit/logotp3.gif -share/doc/HTML/en/khexdit/index.html -share/doc/HTML/en/kjots/index-1.html -share/doc/HTML/en/kjots/index-2.html -share/doc/HTML/en/kjots/index-3.html -share/doc/HTML/en/kjots/index.html -share/doc/HTML/en/kjots/logotp3.gif -share/doc/HTML/en/kljettool/README -share/doc/HTML/en/kljettool/filter -share/doc/HTML/en/kljettool/kljettool-1.html -share/doc/HTML/en/kljettool/kljettool-2.html -share/doc/HTML/en/kljettool/kljettool-3.html -share/doc/HTML/en/kljettool/kljettool-4.html -share/doc/HTML/en/kljettool/kljettool-5.html -share/doc/HTML/en/kljettool/kljettool-6.html -share/doc/HTML/en/kljettool/kljettool.html -share/doc/HTML/en/kljettool/kljettool.nif -share/doc/HTML/en/kljettool/kljettool.sgml -share/doc/HTML/en/kljettool/logotp3.gif -share/doc/HTML/en/kljettool/magic -share/doc/HTML/en/klpq/index-1.html -share/doc/HTML/en/klpq/index-2.html -share/doc/HTML/en/klpq/index-3.html -share/doc/HTML/en/klpq/index-4.html -share/doc/HTML/en/klpq/index-5.html -share/doc/HTML/en/klpq/index-6.html -share/doc/HTML/en/klpq/index-7.html -share/doc/HTML/en/klpq/index.html -share/doc/HTML/en/klpq/logotp3.gif -share/doc/HTML/en/knotes/index-1.html -share/doc/HTML/en/knotes/index-2.html -share/doc/HTML/en/knotes/index-3.html -share/doc/HTML/en/knotes/index-4.html -share/doc/HTML/en/knotes/index-5.html -share/doc/HTML/en/knotes/index.html -share/doc/HTML/en/knotes/logotp3.gif -share/doc/HTML/en/kwrite/index-1.html -share/doc/HTML/en/kwrite/index-2.html -share/doc/HTML/en/kwrite/index-3.html -share/doc/HTML/en/kwrite/index-4.html -share/doc/HTML/en/kwrite/index-5.html -share/doc/HTML/en/kwrite/index.html -share/doc/HTML/en/kwrite/logotp3.gif -share/doc/HTML/it/khexdit/index.html -share/icons/ark.xpm -share/icons/kab.xpm -share/icons/karm.xpm -share/icons/kcalc.xpm -share/icons/kedit.xpm -share/icons/khexdit.xpm -share/icons/kjots.xpm -share/icons/klipper.xpm -share/icons/kljetlogo.xpm -share/icons/klpq.xpm -share/icons/knotes.xpm -share/icons/kwrite.xpm -share/icons/mini/ark.xpm -share/icons/mini/kab.xpm -share/icons/mini/karm.xpm -share/icons/mini/kcalc.xpm -share/icons/mini/kedit.xpm -share/icons/mini/khexdit.xpm -share/icons/mini/kjots.xpm -share/icons/mini/klipper.xpm -share/icons/mini/kljettool.xpm -share/icons/mini/klpq.xpm -share/icons/mini/knotes.xpm -share/icons/mini/kwrite.xpm -share/icons/redo.xpm -share/icons/undo.xpm -share/locale/br/LC_MESSAGES/ark.mo -share/locale/br/LC_MESSAGES/kab.mo -share/locale/br/LC_MESSAGES/karm.mo -share/locale/br/LC_MESSAGES/kcalc.mo -share/locale/br/LC_MESSAGES/kedit.mo -share/locale/br/LC_MESSAGES/kfloppy.mo -share/locale/br/LC_MESSAGES/khexdit.mo -share/locale/br/LC_MESSAGES/kjots.mo -share/locale/br/LC_MESSAGES/klipper.mo -share/locale/br/LC_MESSAGES/kljettool.mo -share/locale/br/LC_MESSAGES/klpq.mo -share/locale/br/LC_MESSAGES/knotes.mo -share/locale/br/LC_MESSAGES/kpm.mo -share/locale/br/LC_MESSAGES/ktop.mo -share/locale/br/LC_MESSAGES/kwrite.mo -share/locale/ca/LC_MESSAGES/ark.mo -share/locale/ca/LC_MESSAGES/kab.mo -share/locale/ca/LC_MESSAGES/karm.mo -share/locale/ca/LC_MESSAGES/kcalc.mo -share/locale/ca/LC_MESSAGES/kedit.mo -share/locale/ca/LC_MESSAGES/kfloppy.mo -share/locale/ca/LC_MESSAGES/khexdit.mo -share/locale/ca/LC_MESSAGES/kjots.mo -share/locale/ca/LC_MESSAGES/klipper.mo -share/locale/ca/LC_MESSAGES/kljettool.mo -share/locale/ca/LC_MESSAGES/klpq.mo -share/locale/ca/LC_MESSAGES/knotes.mo -share/locale/ca/LC_MESSAGES/kpm.mo -share/locale/ca/LC_MESSAGES/kwrite.mo -share/locale/cs/LC_MESSAGES/ark.mo -share/locale/cs/LC_MESSAGES/kab.mo -share/locale/cs/LC_MESSAGES/karm.mo -share/locale/cs/LC_MESSAGES/kcalc.mo -share/locale/cs/LC_MESSAGES/kedit.mo -share/locale/cs/LC_MESSAGES/kfloppy.mo -share/locale/cs/LC_MESSAGES/khexdit.mo -share/locale/cs/LC_MESSAGES/kjots.mo -share/locale/cs/LC_MESSAGES/klipper.mo -share/locale/cs/LC_MESSAGES/kljettool.mo -share/locale/cs/LC_MESSAGES/klpq.mo -share/locale/cs/LC_MESSAGES/knotes.mo -share/locale/cs/LC_MESSAGES/kpm.mo -share/locale/cs/LC_MESSAGES/ktop.mo -share/locale/cs/LC_MESSAGES/kwrite.mo -share/locale/da/LC_MESSAGES/ark.mo -share/locale/da/LC_MESSAGES/kab.mo -share/locale/da/LC_MESSAGES/karm.mo -share/locale/da/LC_MESSAGES/kcalc.mo -share/locale/da/LC_MESSAGES/kedit.mo -share/locale/da/LC_MESSAGES/kfloppy.mo -share/locale/da/LC_MESSAGES/khexdit.mo -share/locale/da/LC_MESSAGES/kjots.mo -share/locale/da/LC_MESSAGES/klipper.mo -share/locale/da/LC_MESSAGES/kljettool.mo -share/locale/da/LC_MESSAGES/klpq.mo -share/locale/da/LC_MESSAGES/knotes.mo -share/locale/da/LC_MESSAGES/kpm.mo -share/locale/da/LC_MESSAGES/ktop.mo -share/locale/da/LC_MESSAGES/kwrite.mo -share/locale/de/LC_MESSAGES/ark.mo -share/locale/de/LC_MESSAGES/kab.mo -share/locale/de/LC_MESSAGES/karm.mo -share/locale/de/LC_MESSAGES/kcalc.mo -share/locale/de/LC_MESSAGES/kedit.mo -share/locale/de/LC_MESSAGES/kfloppy.mo -share/locale/de/LC_MESSAGES/khexdit.mo -share/locale/de/LC_MESSAGES/kjots.mo -share/locale/de/LC_MESSAGES/klipper.mo -share/locale/de/LC_MESSAGES/kljettool.mo -share/locale/de/LC_MESSAGES/klpq.mo -share/locale/de/LC_MESSAGES/knotes.mo -share/locale/de/LC_MESSAGES/kpm.mo -share/locale/de/LC_MESSAGES/ktop.mo -share/locale/de/LC_MESSAGES/kwrite.mo -share/locale/el/LC_MESSAGES/karm.mo -share/locale/el/LC_MESSAGES/kcalc.mo -share/locale/el/LC_MESSAGES/kedit.mo -share/locale/el/LC_MESSAGES/kfloppy.mo -share/locale/el/LC_MESSAGES/khexdit.mo -share/locale/el/LC_MESSAGES/knotes.mo -share/locale/el/LC_MESSAGES/kzip.mo -share/locale/eo/LC_MESSAGES/ark.mo -share/locale/eo/LC_MESSAGES/karm.mo -share/locale/eo/LC_MESSAGES/kcalc.mo -share/locale/eo/LC_MESSAGES/kedit.mo -share/locale/eo/LC_MESSAGES/kfloppy.mo -share/locale/eo/LC_MESSAGES/khexdit.mo -share/locale/eo/LC_MESSAGES/kljettool.mo -share/locale/eo/LC_MESSAGES/knotes.mo -share/locale/es/LC_MESSAGES/ark.mo -share/locale/es/LC_MESSAGES/kab.mo -share/locale/es/LC_MESSAGES/karm.mo -share/locale/es/LC_MESSAGES/kcalc.mo -share/locale/es/LC_MESSAGES/kedit.mo -share/locale/es/LC_MESSAGES/kfloppy.mo -share/locale/es/LC_MESSAGES/khexdit.mo -share/locale/es/LC_MESSAGES/kjots.mo -share/locale/es/LC_MESSAGES/klipper.mo -share/locale/es/LC_MESSAGES/kljettool.mo -share/locale/es/LC_MESSAGES/klpq.mo -share/locale/es/LC_MESSAGES/knotes.mo -share/locale/es/LC_MESSAGES/kpm.mo -share/locale/es/LC_MESSAGES/ktop.mo -share/locale/es/LC_MESSAGES/kwrite.mo -share/locale/et/LC_MESSAGES/ark.mo -share/locale/et/LC_MESSAGES/kab.mo -share/locale/et/LC_MESSAGES/karm.mo -share/locale/et/LC_MESSAGES/kcalc.mo -share/locale/et/LC_MESSAGES/kedit.mo -share/locale/et/LC_MESSAGES/kfloppy.mo -share/locale/et/LC_MESSAGES/khexdit.mo -share/locale/et/LC_MESSAGES/kjots.mo -share/locale/et/LC_MESSAGES/kljettool.mo -share/locale/et/LC_MESSAGES/knotes.mo -share/locale/fi/LC_MESSAGES/ark.mo -share/locale/fi/LC_MESSAGES/kab.mo -share/locale/fi/LC_MESSAGES/karm.mo -share/locale/fi/LC_MESSAGES/kcalc.mo -share/locale/fi/LC_MESSAGES/kedit.mo -share/locale/fi/LC_MESSAGES/kfloppy.mo -share/locale/fi/LC_MESSAGES/khexdit.mo -share/locale/fi/LC_MESSAGES/kjots.mo -share/locale/fi/LC_MESSAGES/klipper.mo -share/locale/fi/LC_MESSAGES/kljettool.mo -share/locale/fi/LC_MESSAGES/klpq.mo -share/locale/fi/LC_MESSAGES/knotes.mo -share/locale/fi/LC_MESSAGES/kpm.mo -share/locale/fi/LC_MESSAGES/kwrite.mo -share/locale/fr/LC_MESSAGES/ark.mo -share/locale/fr/LC_MESSAGES/kab.mo -share/locale/fr/LC_MESSAGES/karm.mo -share/locale/fr/LC_MESSAGES/kcalc.mo -share/locale/fr/LC_MESSAGES/kedit.mo -share/locale/fr/LC_MESSAGES/kfloppy.mo -share/locale/fr/LC_MESSAGES/khexdit.mo -share/locale/fr/LC_MESSAGES/kjots.mo -share/locale/fr/LC_MESSAGES/klipper.mo -share/locale/fr/LC_MESSAGES/kljettool.mo -share/locale/fr/LC_MESSAGES/klpq.mo -share/locale/fr/LC_MESSAGES/knotes.mo -share/locale/fr/LC_MESSAGES/kpm.mo -share/locale/fr/LC_MESSAGES/ktop.mo -share/locale/fr/LC_MESSAGES/kwrite.mo -share/locale/he/LC_MESSAGES/kedit.mo -share/locale/hr/LC_MESSAGES/ark.mo -share/locale/hr/LC_MESSAGES/kab.mo -share/locale/hr/LC_MESSAGES/karm.mo -share/locale/hr/LC_MESSAGES/kcalc.mo -share/locale/hr/LC_MESSAGES/kedit.mo -share/locale/hr/LC_MESSAGES/kfloppy.mo -share/locale/hr/LC_MESSAGES/khexdit.mo -share/locale/hr/LC_MESSAGES/kljettool.mo -share/locale/hr/LC_MESSAGES/klpq.mo -share/locale/hr/LC_MESSAGES/knotes.mo -share/locale/hr/LC_MESSAGES/kpm.mo -share/locale/hr/LC_MESSAGES/ktop.mo -share/locale/hu/LC_MESSAGES/ark.mo -share/locale/hu/LC_MESSAGES/kab.mo -share/locale/hu/LC_MESSAGES/kedit.mo -share/locale/hu/LC_MESSAGES/khexdit.mo -share/locale/hu/LC_MESSAGES/klipper.mo -share/locale/hu/LC_MESSAGES/knotes.mo -share/locale/hu/LC_MESSAGES/ktop.mo -share/locale/hu/LC_MESSAGES/kwrite.mo -share/locale/is/LC_MESSAGES/ark.mo -share/locale/is/LC_MESSAGES/kab.mo -share/locale/is/LC_MESSAGES/karm.mo -share/locale/is/LC_MESSAGES/kcalc.mo -share/locale/is/LC_MESSAGES/kedit.mo -share/locale/is/LC_MESSAGES/kfloppy.mo -share/locale/is/LC_MESSAGES/khexdit.mo -share/locale/is/LC_MESSAGES/kjots.mo -share/locale/is/LC_MESSAGES/klipper.mo -share/locale/is/LC_MESSAGES/kljettool.mo -share/locale/is/LC_MESSAGES/klpq.mo -share/locale/is/LC_MESSAGES/knotes.mo -share/locale/is/LC_MESSAGES/kpm.mo -share/locale/is/LC_MESSAGES/kwrite.mo -share/locale/it/LC_MESSAGES/ark.mo -share/locale/it/LC_MESSAGES/kab.mo -share/locale/it/LC_MESSAGES/karm.mo -share/locale/it/LC_MESSAGES/kcalc.mo -share/locale/it/LC_MESSAGES/kedit.mo -share/locale/it/LC_MESSAGES/kfloppy.mo -share/locale/it/LC_MESSAGES/khexdit.mo -share/locale/it/LC_MESSAGES/kjots.mo -share/locale/it/LC_MESSAGES/klipper.mo -share/locale/it/LC_MESSAGES/kljettool.mo -share/locale/it/LC_MESSAGES/klpq.mo -share/locale/it/LC_MESSAGES/knotes.mo -share/locale/it/LC_MESSAGES/kpm.mo -share/locale/it/LC_MESSAGES/ktop.mo -share/locale/it/LC_MESSAGES/kwrite.mo -share/locale/ko/LC_MESSAGES/ark.mo -share/locale/ko/LC_MESSAGES/karm.mo -share/locale/ko/LC_MESSAGES/kcalc.mo -share/locale/ko/LC_MESSAGES/kedit.mo -share/locale/ko/LC_MESSAGES/kfloppy.mo -share/locale/ko/LC_MESSAGES/khexdit.mo -share/locale/ko/LC_MESSAGES/kljettool.mo -share/locale/ko/LC_MESSAGES/knotes.mo -share/locale/mk/LC_MESSAGES/kedit.mo -share/locale/mk/LC_MESSAGES/khexdit.mo -share/locale/nl/LC_MESSAGES/ark.mo -share/locale/nl/LC_MESSAGES/karm.mo -share/locale/nl/LC_MESSAGES/kcalc.mo -share/locale/nl/LC_MESSAGES/kedit.mo -share/locale/nl/LC_MESSAGES/kfloppy.mo -share/locale/nl/LC_MESSAGES/khexdit.mo -share/locale/nl/LC_MESSAGES/kljettool.mo -share/locale/nl/LC_MESSAGES/klpq.mo -share/locale/nl/LC_MESSAGES/knotes.mo -share/locale/nl/LC_MESSAGES/ktop.mo -share/locale/no/LC_MESSAGES/ark.mo -share/locale/no/LC_MESSAGES/kab.mo -share/locale/no/LC_MESSAGES/karm.mo -share/locale/no/LC_MESSAGES/kcalc.mo -share/locale/no/LC_MESSAGES/kedit.mo -share/locale/no/LC_MESSAGES/kfloppy.mo -share/locale/no/LC_MESSAGES/khexdit.mo -share/locale/no/LC_MESSAGES/kjots.mo -share/locale/no/LC_MESSAGES/klipper.mo -share/locale/no/LC_MESSAGES/kljettool.mo -share/locale/no/LC_MESSAGES/klpq.mo -share/locale/no/LC_MESSAGES/knotes.mo -share/locale/no/LC_MESSAGES/kpm.mo -share/locale/no/LC_MESSAGES/ktop.mo -share/locale/no/LC_MESSAGES/kwrite.mo -share/locale/pl/LC_MESSAGES/ark.mo -share/locale/pl/LC_MESSAGES/kab.mo -share/locale/pl/LC_MESSAGES/karm.mo -share/locale/pl/LC_MESSAGES/kcalc.mo -share/locale/pl/LC_MESSAGES/kedit.mo -share/locale/pl/LC_MESSAGES/kfloppy.mo -share/locale/pl/LC_MESSAGES/khexdit.mo -share/locale/pl/LC_MESSAGES/kjots.mo -share/locale/pl/LC_MESSAGES/klipper.mo -share/locale/pl/LC_MESSAGES/kljettool.mo -share/locale/pl/LC_MESSAGES/klpq.mo -share/locale/pl/LC_MESSAGES/knotes.mo -share/locale/pl/LC_MESSAGES/kpm.mo -share/locale/pl/LC_MESSAGES/kwrite.mo -share/locale/pt/LC_MESSAGES/ark.mo -share/locale/pt/LC_MESSAGES/kab.mo -share/locale/pt/LC_MESSAGES/karm.mo -share/locale/pt/LC_MESSAGES/kcalc.mo -share/locale/pt/LC_MESSAGES/kedit.mo -share/locale/pt/LC_MESSAGES/kfloppy.mo -share/locale/pt/LC_MESSAGES/khexdit.mo -share/locale/pt/LC_MESSAGES/kjots.mo -share/locale/pt/LC_MESSAGES/klipper.mo -share/locale/pt/LC_MESSAGES/kljettool.mo -share/locale/pt/LC_MESSAGES/klpq.mo -share/locale/pt/LC_MESSAGES/knotes.mo -share/locale/pt/LC_MESSAGES/kpm.mo -share/locale/pt/LC_MESSAGES/ktop.mo -share/locale/pt/LC_MESSAGES/kwrite.mo -share/locale/pt_BR/LC_MESSAGES/ark.mo -share/locale/pt_BR/LC_MESSAGES/kab.mo -share/locale/pt_BR/LC_MESSAGES/karm.mo -share/locale/pt_BR/LC_MESSAGES/kcalc.mo -share/locale/pt_BR/LC_MESSAGES/kclock.mo -share/locale/pt_BR/LC_MESSAGES/kcmail.mo -share/locale/pt_BR/LC_MESSAGES/kedit.mo -share/locale/pt_BR/LC_MESSAGES/kexpress.mo -share/locale/pt_BR/LC_MESSAGES/kfloppy.mo -share/locale/pt_BR/LC_MESSAGES/khexdit.mo -share/locale/pt_BR/LC_MESSAGES/kjots.mo -share/locale/pt_BR/LC_MESSAGES/kjoy.mo -share/locale/pt_BR/LC_MESSAGES/kless.mo -share/locale/pt_BR/LC_MESSAGES/klipper.mo -share/locale/pt_BR/LC_MESSAGES/kljettool.mo -share/locale/pt_BR/LC_MESSAGES/klpq.mo -share/locale/pt_BR/LC_MESSAGES/knotes.mo -share/locale/pt_BR/LC_MESSAGES/kpm.mo -share/locale/pt_BR/LC_MESSAGES/kray.mo -share/locale/pt_BR/LC_MESSAGES/ksamba.mo -share/locale/pt_BR/LC_MESSAGES/ktop.mo -share/locale/pt_BR/LC_MESSAGES/kuickshow.mo -share/locale/pt_BR/LC_MESSAGES/kwrite.mo -share/locale/ro/LC_MESSAGES/ark.mo -share/locale/ro/LC_MESSAGES/karm.mo -share/locale/ro/LC_MESSAGES/kcalc.mo -share/locale/ro/LC_MESSAGES/kfloppy.mo -share/locale/ro/LC_MESSAGES/khexdit.mo -share/locale/ro/LC_MESSAGES/kljettool.mo -share/locale/ru/LC_MESSAGES/ark.mo -share/locale/ru/LC_MESSAGES/kab.mo -share/locale/ru/LC_MESSAGES/karm.mo -share/locale/ru/LC_MESSAGES/kcalc.mo -share/locale/ru/LC_MESSAGES/kedit.mo -share/locale/ru/LC_MESSAGES/kfloppy.mo -share/locale/ru/LC_MESSAGES/khexdit.mo -share/locale/ru/LC_MESSAGES/kjots.mo -share/locale/ru/LC_MESSAGES/klipper.mo -share/locale/ru/LC_MESSAGES/kljettool.mo -share/locale/ru/LC_MESSAGES/klpq.mo -share/locale/ru/LC_MESSAGES/knotes.mo -share/locale/ru/LC_MESSAGES/kpm.mo -share/locale/ru/LC_MESSAGES/kwrite.mo -share/locale/sk/LC_MESSAGES/ark.mo -share/locale/sk/LC_MESSAGES/kab.mo -share/locale/sk/LC_MESSAGES/karm.mo -share/locale/sk/LC_MESSAGES/kcalc.mo -share/locale/sk/LC_MESSAGES/kedit.mo -share/locale/sk/LC_MESSAGES/kfloppy.mo -share/locale/sk/LC_MESSAGES/khexdit.mo -share/locale/sk/LC_MESSAGES/kjots.mo -share/locale/sk/LC_MESSAGES/klipper.mo -share/locale/sk/LC_MESSAGES/kljettool.mo -share/locale/sk/LC_MESSAGES/klpq.mo -share/locale/sk/LC_MESSAGES/knotes.mo -share/locale/sk/LC_MESSAGES/kpm.mo -share/locale/sk/LC_MESSAGES/ktop.mo -share/locale/sk/LC_MESSAGES/kwrite.mo -share/locale/sv/LC_MESSAGES/ark.mo -share/locale/sv/LC_MESSAGES/kab.mo -share/locale/sv/LC_MESSAGES/karm.mo -share/locale/sv/LC_MESSAGES/kcalc.mo -share/locale/sv/LC_MESSAGES/kedit.mo -share/locale/sv/LC_MESSAGES/kfloppy.mo -share/locale/sv/LC_MESSAGES/khexdit.mo -share/locale/sv/LC_MESSAGES/kjots.mo -share/locale/sv/LC_MESSAGES/klipper.mo -share/locale/sv/LC_MESSAGES/kljettool.mo -share/locale/sv/LC_MESSAGES/klpq.mo -share/locale/sv/LC_MESSAGES/knotes.mo -share/locale/sv/LC_MESSAGES/kpm.mo -share/locale/sv/LC_MESSAGES/kwrite.mo -share/locale/tr/LC_MESSAGES/ark.mo -share/locale/tr/LC_MESSAGES/karm.mo -share/locale/tr/LC_MESSAGES/kcalc.mo -share/locale/tr/LC_MESSAGES/kedit.mo -share/locale/tr/LC_MESSAGES/kfloppy.mo -share/locale/tr/LC_MESSAGES/khexdit.mo -share/locale/tr/LC_MESSAGES/kljettool.mo -share/locale/tr/LC_MESSAGES/knotes.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/ark.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/karm.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kcalc.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kedit.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kfloppy.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/khexdit.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kljettool.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/klpq.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/knotes.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/ktop.mo -share/locale/zh_TW.Big5/LC_MESSAGES/ark.mo -share/locale/zh_TW.Big5/LC_MESSAGES/karm.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kcalc.mo -share/locale/zh_TW.Big5/LC_MESSAGES/kedit.mo -share/locale/zh_TW.Big5/LC_MESSAGES/khexdit.mo -share/locale/zh_TW.Big5/LC_MESSAGES/knotes.mo -share/toolbar/filedel.xpm -@dirrm share/doc/HTML/it/khexdit -@dirrm share/doc/HTML/en/kwrite -@dirrm share/doc/HTML/en/knotes -@dirrm share/doc/HTML/en/klpq -@dirrm share/doc/HTML/en/kljettool -@dirrm share/doc/HTML/en/kjots -@dirrm share/doc/HTML/en/khexdit -@dirrm share/doc/HTML/en/kedit -@dirrm share/doc/HTML/en/kcalc -@dirrm share/doc/HTML/en/karm -@dirrm share/doc/HTML/en/kab -@dirrm share/doc/HTML/en/ark -@dirrm share/doc/HTML/de/kcalc -@dirrm share/doc/HTML/de/kab -@dirrm share/apps/knotes/pics -@dirrm share/apps/knotes -@dirrm share/apps/kjots/pics -@dirrm share/apps/kjots -@dirrm share/apps/kedit/toolbar -@dirrm share/apps/kedit/pics -@dirrm share/apps/kedit -@dirrm share/apps/kcalc/pics -@dirrm share/apps/kcalc -@dirrm share/apps/kab/pics -@dirrm share/apps/kab diff --git a/security/openssl-beta/Makefile b/security/openssl-beta/Makefile deleted file mode 100644 index 7a500e1ba26e..000000000000 --- a/security/openssl-beta/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# New ports collection makefile for: OpenSSL -# Version required: 0.9.2b -# Date created: Sun Jan 3 19:36:27 CET 1999 -# Whom: Dirk Froemberg <dirk@FreeBSD.ORG> -# -# $Id: Makefile,v 1.29 1999/04/13 22:37:02 dirk Exp $ -# - -DISTNAME= openssl-0.9.2b -CATEGORIES= devel security -MASTER_SITES= http://www.openssl.org/source/ \ - ftp://ftp.openssl.org/source/ \ - ftp://ftp.sunet.se/pub/security/tools/net/openssl/source/ \ - ftp://ftp.cert.dfn.de/pub/tools/net/openssl/source/ - -PATCH_SITES= ${MASTER_SITES} -PATCHFILES= openssl-0.9.2b-rsaoaep.patch - -MAINTAINER= dirk@FreeBSD.ORG - -ONLY_FOR_ARCHS= i386 -RESTRICTED= "Cryptography" -USE_PERL5= yes -MAKE_ENV= PERL="${PERL}" - -.if !defined(USA_RESIDENT) || ${USA_RESIDENT} != YES && ${USA_RESIDENT} != NO -pre-fetch: - @${ECHO} "" - @${ECHO} "You must set variable USA_RESIDENT to YES, if you are USA resident" - @${ECHO} "or to NO, if you aren't USA resident to build this package." - @${ECHO} "You must also have installed RSAREF if you are USA resident." - @${FALSE} -.elif defined(USA_RESIDENT) -.if ${USA_RESIDENT} == YES && !defined(I_HAVE_AN_RSA_LICENSE) -LIB_DEPENDS= rsaref.2:${PORTSDIR}/security/rsaref - -post-configure: - ${PATCH} ${PATCH_ARGS} < ${FILESDIR}/Makefile.patch -.endif -.endif - -do-configure: - @cd ${WRKSRC} \ - && ${SETENV} CC="${CC}" CFLAGS="${CFLAGS}" PERL="${PERL}" ./config \ - && ${PERL} util/ssldir.pl ${PREFIX} - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/openssl - @${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/openssl -.endif - -.include <bsd.port.mk> diff --git a/security/openssl-beta/distinfo b/security/openssl-beta/distinfo deleted file mode 100644 index 2fa967f0c282..000000000000 --- a/security/openssl-beta/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (openssl-0.9.2b.tar.gz) = e78a6b30b443cd0d118b376a4dfe4745 -MD5 (openssl-0.9.2b-rsaoaep.patch) = 7336290517c4b3f8e74c462affff1c6b diff --git a/security/openssl-beta/files/patch-ab b/security/openssl-beta/files/patch-ab deleted file mode 100644 index 242f51032255..000000000000 --- a/security/openssl-beta/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.org.orig Mon Mar 22 18:18:18 1999 -+++ Makefile.org Wed Mar 24 17:25:25 1999 -@@ -149,7 +149,7 @@ - ONEDIRS=out tmp - EDIRS= times doc bugs util include certs ms shlib mt demos perl sf dep - WDIRS= windows --LIBS= libcrypto.a libssl.a -+LIBS= libcrypto.a libssl.a libRSAglue.a - - GENERAL= Makefile - BASENAME= openssl diff --git a/security/openssl-beta/files/patch-ac b/security/openssl-beta/files/patch-ac deleted file mode 100644 index 457756975903..000000000000 --- a/security/openssl-beta/files/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ ---- Configure.orig Fri Mar 12 21:31:13 1999 -+++ Configure Tue Mar 23 22:06:03 1999 -@@ -157,8 +157,8 @@ - "NetBSD-m68", "gcc:-DTERMIOS -O3 -fomit-frame-pointer -Wall -DB_ENDIAN::BN_LLONG MD2_CHAR RC4_INDEX DES_UNROLL:::", - "NetBSD-x86", "gcc:-DTERMIOS -D_ANSI_SOURCE -O3 -fomit-frame-pointer -m486 -Wall::BN_LLONG $x86_gcc_des $x86_gcc_opts:", - #"FreeBSD", "gcc:-DTERMIOS -DL_ENDIAN -D_ANSI_SOURCE -fomit-frame-pointer -O3 -m486 -Wall::BN_LLONG $x86_gcc_des $x86_gcc_opts:$x86_out_asm", --"FreeBSD", "gcc:-DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall::BN_LLONG $x86_gcc_des $x86_gcc_opts:$x86_out_asm", --"FreeBSD-elf", "gcc:-DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall::BN_LLONG $x86_gcc_des $x86_gcc_opts:$x86_elf_asm", -+"FreeBSD", "$ENV{CC}:-DTERMIOS -DL_ENDIAN $ENV{CFLAGS}::BN_LLONG $x86_gcc_des $x86_gcc_opts:$x86_out_asm", -+"FreeBSD-elf", "$ENV{CC}:-DTERMIOS -DL_ENDIAN $ENV{CFLAGS}::BN_LLONG $x86_gcc_des $x86_gcc_opts:$x86_elf_asm", - "bsdi-gcc", "gcc:-O3 -ffast-math -DL_ENDIAN -DPERL5 -m486::RSA_LLONG $x86_gcc_des $x86_gcc_opts:$x86_bsdi_asm", - "nextstep", "cc:-O3 -Wall::BN_LLONG $x86_gcc_des ${x86_gcc_opts}:::", - # NCR MP-RAS UNIX ver 02.03.01 diff --git a/security/openssl-beta/files/patch-ad b/security/openssl-beta/files/patch-ad deleted file mode 100644 index cd606a304160..000000000000 --- a/security/openssl-beta/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- crypto/md5/md5.c.orig Thu Apr 9 07:59:29 1998 -+++ crypto/md5/md5.c Sun Dec 27 18:44:33 1998 -@@ -94,7 +94,7 @@ - err++; - continue; - } -- printf("MD5(%s)= ",argv[i]); -+ printf("MD5 (%s) = ",argv[i]); - do_fp(IN); - fclose(IN); - } diff --git a/security/openssl-beta/files/patch-ag b/security/openssl-beta/files/patch-ag deleted file mode 100644 index d43c842332ff..000000000000 --- a/security/openssl-beta/files/patch-ag +++ /dev/null @@ -1,11 +0,0 @@ ---- apps/dgst.c.orig Mon Dec 21 20:00:13 1998 -+++ apps/dgst.c Tue Jan 19 16:16:38 1999 -@@ -187,7 +187,7 @@ - err++; - continue; - } -- printf("%s(%s)= ",name,argv[i]); -+ printf("%s (%s) = ",name,argv[i]); - do_fp(buf,inp,separator); - BIO_reset(bmd); - } diff --git a/security/openssl-beta/files/patch-ah b/security/openssl-beta/files/patch-ah deleted file mode 100644 index 111ce78f8e57..000000000000 --- a/security/openssl-beta/files/patch-ah +++ /dev/null @@ -1,56 +0,0 @@ ---- config.orig Sun Jan 17 15:20:20 1999 -+++ config Tue Mar 30 12:58:19 1999 -@@ -125,16 +125,12 @@ - echo "${MACHINE}-whatever-bsdi"; exit 0 - ;; - -- FreeBSD:3*:*:*) -- echo "${MACHINE}-whatever-freebsd3"; exit 0 -- ;; -- -- FreeBSD:*:*:*486*) -- echo "i486-whatever-freebsd"; exit 0 -+ FreeBSD:[12]*:*:*) -+ echo "${MACHINE}-whatever-freebsd"; exit 0 - ;; - - FreeBSD:*) -- echo "${MACHINE}-whatever-freebsd"; exit 0 -+ echo "${MACHINE}-whatever-freebsd3"; exit 0 - ;; - - NetBSD:*:*:*486*) -@@ -282,15 +278,6 @@ - esac - done - --# figure out if gcc is available and if so we use it otherwise --# we fallback to whatever cc does on the system --GCCVER=`gcc -v 2>&1` --if [ $? = "0" ]; then -- CC=gcc --else -- CC=cc --fi -- - # read the output of the embedded GuessOS - read GUESSOS - -@@ -334,7 +321,7 @@ - # run Configure to check to see if we need to specify the - # compiler for the platform ... in which case we add it on - # the end ... otherwise we leave it off --perl ./Configure 2>&1 | grep "$OUT-$CC" > /dev/null -+${PERL} ./Configure 2>&1 | grep "$OUT-$CC" > /dev/null - if [ $? = "0" ]; then - OUT="$OUT-$CC" - fi -@@ -349,7 +336,7 @@ - if [ "$TEST" = "true" ]; then - echo ./Configure $OUT $options - else -- perl ./Configure $OUT $options -+ ${PERL} ./Configure $OUT $options - fi - - ) diff --git a/security/openssl-beta/pkg-comment b/security/openssl-beta/pkg-comment deleted file mode 100644 index bf6eaba1f945..000000000000 --- a/security/openssl-beta/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -SSL and crypto library diff --git a/security/openssl-beta/pkg-descr b/security/openssl-beta/pkg-descr deleted file mode 100644 index 57b3b8981bd6..000000000000 --- a/security/openssl-beta/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -The OpenSSL Project is a collaborative effort to develop a robust, -commercial-grade, full-featured, and Open Source toolkit implementing -the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security -(TLS v1) protocols with full-strength cryptography world-wide. The -project is managed by a worldwide community of volunteers that use -the Internet to communicate, plan, and develop the OpenSSL tookit -and its related documentation. - -OpenSSL is based on the excellent SSLeay library developed by Eric -A. Young and Tim J. Hudson. The OpenSSL toolkit is licensed under -an Apache-style licence, which basically means that you are free -to get and use it for commercial and non-commercial purposes subject -to some simple license conditions. - -OpenSSL homepage: - - http://www.openssl.org/ - -WWW: http://www.openssl.org diff --git a/security/openssl-beta/pkg-plist b/security/openssl-beta/pkg-plist deleted file mode 100644 index 03f50724ced1..000000000000 --- a/security/openssl-beta/pkg-plist +++ /dev/null @@ -1,67 +0,0 @@ -bin/CA.pl -bin/CA.sh -bin/c_hash -bin/c_info -bin/c_issuer -bin/c_name -bin/c_rehash -bin/der_chop -bin/openssl -include/asn1.h -include/asn1_mac.h -include/bio.h -include/blowfish.h -include/bn.h -include/buffer.h -include/cast.h -include/comp.h -include/conf.h -include/cryptall.h -include/crypto.h -include/des.h -include/dh.h -include/dsa.h -include/err.h -include/evp.h -include/hmac.h -include/idea.h -include/lhash.h -include/md2.h -include/md5.h -include/mdc2.h -include/objects.h -include/opensslv.h -include/pem.h -include/pem2.h -include/pkcs7.h -include/rand.h -include/rc2.h -include/rc4.h -include/rc5.h -include/ripemd.h -include/rsa.h -include/sha.h -include/ssl.h -include/ssl2.h -include/ssl23.h -include/ssl3.h -include/stack.h -include/tls1.h -include/tmdiff.h -include/txt_db.h -include/x509.h -include/x509_vfy.h -include/x509v3.h -lib/libRSAglue.a -lib/libcrypto.a -lib/libssl.a -lib/openssl.cnf -share/doc/openssl/README -share/doc/openssl/crypto.pod -share/doc/openssl/openssl.pod -share/doc/openssl/openssl.txt -share/doc/openssl/openssl_button.gif -share/doc/openssl/openssl_button.html -share/doc/openssl/ssl.pod -share/doc/openssl/ssleay.txt -@dirrm share/doc/openssl diff --git a/security/tripwire12/Makefile b/security/tripwire12/Makefile deleted file mode 100644 index e0a5e03b344f..000000000000 --- a/security/tripwire12/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# New ports collection makefile for: tripwire -# Version required: 1.2 -# Date created: 31 Mar 1997 -# Whom: Joe Greco <jgreco@ns.sol.net> -# -# $Id: Makefile,v 1.3 1998/04/07 17:42:21 jgreco Exp $ -# - -DISTNAME= tripwire-1.2 -CATEGORIES= security net -MASTER_SITES= ftp://coast.cs.purdue.edu/pub/COAST/Tripwire/ -EXTRACT_SUFX= .tar.Z - -MAINTAINER= jgreco@ns.sol.net - -MAN5= tw.config.5 -MAN8= siggen.8 tripwire.8 -NO_CDROM= "cannot be redistributed for more than the cost of duplication" -NO_PACKAGE= "requires local database to be built" -RESTRICTED= "contains crypto class algorithms" - -post-extract: - @ (cd ${WRKDIR}; tar xf T1.2.tar) - -pre-configure: - @ ${CP} ${FILESDIR}/conf-freebsd2.h ${WRKSRC}/configs - @ ${CP} ${FILESDIR}/tw.conf.freebsd2 ${WRKSRC}/configs/tw.conf.freebsd2 - -post-install: - @ ${MKDIR} /var/adm/tcheck - @ ${CP} ${FILESDIR}/tw.conf.freebsd2 /var/adm/tcheck/tw.config - @ ${ECHO} Creating tripwire database - @ (cd /var/adm/tcheck; tripwire -initialize) -.if defined(TRIPWIRE_FLOPPY) && ${TRIPWIRE_FLOPPY} == YES - @ disklabel -w -B /dev/rfd0c fd1440 - @ newfs -u 0 -t 0 -i 196608 -m 0 -T minimum -o space /dev/rfd0c - @ mount /dev/fd0c /mnt - @ ${GZIP_CMD} < ${PREFIX}/bin/tripwire > /mnt/tripwire - @ ${CP} -p /var/adm/tcheck/tw.config /mnt/tw.config - @ ${GZIP_CMD} < /var/adm/tcheck/databases/tw.db_`hostname` \ - > /mnt/tw.db_`hostname`.gz - @ ${CP} -p ${FILESDIR}/twcheck /mnt/twcheck - @ ${GZIP_CMD} < /usr/bin/gunzip > /mnt/gunzip - @ chmod 555 /mnt/tripwire /mnt/gunzip /mnt/twcheck - @ umount /mnt - @ ${ECHO} Do not forget to remove and write-protect the floppy. -.endif - -.include <bsd.port.mk> diff --git a/security/tripwire12/distinfo b/security/tripwire12/distinfo deleted file mode 100644 index 99144795d9b7..000000000000 --- a/security/tripwire12/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (tripwire-1.2.tar.Z) = c82e0327e0caa1821e3e564fa1938d88 diff --git a/security/tripwire12/files/conf-freebsd2.h b/security/tripwire12/files/conf-freebsd2.h deleted file mode 100644 index e97290da4786..000000000000 --- a/security/tripwire12/files/conf-freebsd2.h +++ /dev/null @@ -1,55 +0,0 @@ -/* $Id$ */ - -/* - * conf-freebsd2.h - * - * Tripwire configuration file - * - * Joe Greco - * sol.net Network Services - * Derived from the other BSD config.h's - */ - -/*** - *** Operating System specifics - *** - *** If the answer to a question in the comment is "Yes", then - *** change the corresponding "#undef" to a "#define" - ***/ - -/* - * is your OS a System V derivitive? if so, what version? - * (e.g., define SYSV 4) - */ - -#undef SYSV - -/* - * does your system have a <malloc.h> like System V? - */ - -#undef MALLOCH - -/* - * does your system have a <stdlib.h> like POSIX says you should? - */ - -#define STDLIBH - -/* - * does your system use readdir(3) that returns (struct dirent *)? - */ - -#define DIRENT - -/* - * is #include <string.h> ok? (as opposed to <strings.h>) - */ - -#define STRINGH - -/* - * does your system have gethostname(2) (instead of uname(2))? - */ - -#define GETHOSTNAME diff --git a/security/tripwire12/files/patch-aa b/security/tripwire12/files/patch-aa deleted file mode 100644 index 81238bf9ae3a..000000000000 --- a/security/tripwire12/files/patch-aa +++ /dev/null @@ -1,38 +0,0 @@ -*** include/config.h.orig Fri Jul 15 06:02:52 1994 ---- include/config.h Sun Dec 31 18:56:20 1989 -*************** -*** 17,23 **** - *** file that corresponds with your operating system. - ***/ - -! #include "../configs/conf-svr4.h" - - #ifdef TW_TYPE32 - typedef TW_TYPE32 int32; ---- 17,23 ---- - *** file that corresponds with your operating system. - ***/ - -! #include "../configs/conf-freebsd2.h" - - #ifdef TW_TYPE32 - typedef TW_TYPE32 int32; -*************** -*** 103,110 **** - #endif - */ - -! #define CONFIG_PATH "/tmp/genek" -! #define DATABASE_PATH "/tmp/genek" - - /******* name of Tripwire files ************************************** - * ---- 103,110 ---- - #endif - */ - -! # define CONFIG_PATH "/var/adm/tcheck" -! # define DATABASE_PATH "/var/adm/tcheck/databases" - - /******* name of Tripwire files ************************************** - * diff --git a/security/tripwire12/files/patch-ab b/security/tripwire12/files/patch-ab deleted file mode 100644 index b7db1c46c099..000000000000 --- a/security/tripwire12/files/patch-ab +++ /dev/null @@ -1,43 +0,0 @@ -*** Makefile.orig Mon Jul 25 10:59:41 1994 ---- Makefile Thu Jan 2 12:04:35 1997 -*************** -*** 12,21 **** - ### - - # destination directory for final executables -! DESTDIR = /secureplace/bin - - # destination for man pages -! MANDIR = /usr/man - - # system utilities - LEX = lex ---- 12,21 ---- - ### - - # destination directory for final executables -! DESTDIR = /usr/local/bin - - # destination for man pages -! MANDIR = /usr/local/man - - # system utilities - LEX = lex -*************** -*** 60,66 **** - #CPP = /lib/cpp # on older systems - - # make sure libraries are not linked dynamically (as a security measure) -! LDFLAGS= # common - #LDFLAGS= -non_shared # OSF/1 - #LDFLAGS= -Bstatic # SunOS 4 (cannot statically link tripwire - # on Solaris 2.3) ---- 60,67 ---- - #CPP = /lib/cpp # on older systems - - # make sure libraries are not linked dynamically (as a security measure) -! LDFLAGS= -static -! #LDFLAGS= # common - #LDFLAGS= -non_shared # OSF/1 - #LDFLAGS= -Bstatic # SunOS 4 (cannot statically link tripwire - # on Solaris 2.3) diff --git a/security/tripwire12/files/patch-ac b/security/tripwire12/files/patch-ac deleted file mode 100644 index bad090157860..000000000000 --- a/security/tripwire12/files/patch-ac +++ /dev/null @@ -1,16 +0,0 @@ -This patch eliminates a compiler warning about LITTLE_ENDIAN begin -redefined. - -*** sigs/sha/sha.c.orig Mon Jul 25 08:46:45 1994 ---- sigs/sha/sha.c Mon Mar 31 19:55:23 1997 -*************** -*** 47,52 **** ---- 47,54 ---- - #include "sha.h" - - #if BYTEORDER == 0x1234 -+ #undef BIG_ENDIAN -+ #undef LITTLE_ENDIAN - #define LITTLE_ENDIAN - #endif - diff --git a/security/tripwire12/files/tw.conf.freebsd2 b/security/tripwire12/files/tw.conf.freebsd2 deleted file mode 100644 index 08e843e28e8d..000000000000 --- a/security/tripwire12/files/tw.conf.freebsd2 +++ /dev/null @@ -1,150 +0,0 @@ -# $Id: tw.conf.freebsd2,v 1.2 1998/07/28 17:15:37 obrien Exp $ -# -# tripwire.config -# Generic version for FreeBSD -# Will need editing...see comments below -# -# This file contains a list of files and directories that System -# Preener will scan. Information collected from these files will be -# stored in the tripwire.database file. -# -# Format: [!|=] entry [ignore-flags] -# -# where: '!' signifies the entry is to be pruned (inclusive) from -# the list of files to be scanned. -# '=' signifies the entry is to be added, but if it is -# a directory, then all its contents are pruned -# (useful for /tmp). -# -# where: entry is the absolute pathname of a file or a directory -# -# where ignore-flags are in the format: -# [template][ [+|-][pinugsam12] ... ] -# -# - : ignore the following atributes -# + : do not ignore the following attributes -# -# p : permission and file mode bits a: access timestamp -# i : inode number m: modification timestamp -# n : number of links (ref count) c: inode creation timestamp -# u : user id of owner 1: signature 1 -# g : group id of owner 2: signature 2 -# s : size of file -# -# -# Ex: The following entry will scan all the files in /etc, and report -# any changes in mode bits, inode number, reference count, uid, -# gid, modification and creation timestamp, and the signatures. -# However, it will ignore any changes in the access timestamp. -# -# /etc +pinugsm12-a -# -# The following templates have been pre-defined to make these long ignore -# mask descriptions unecessary. -# -# Templates: (default) R : [R]ead-only (+pinugsm12-a) -# L : [L]og file (+pinug-sam12) -# N : ignore [N]othing (+pinusgsamc12) -# E : ignore [E]verything (-pinusgsamc12) -# -# By default, Tripwire uses the R template -- it ignores -# only the access timestamp. -# -# You can use templates with modifiers, like: -# Ex: /etc/lp E+ug -# -# Example configuration file: -# /etc R # all system files -# !/etc/lp R # ...but not those logs -# =/tmp N # just the directory, not its files -# -# Note the difference between pruning (via "!") and ignoring everything -# (via "E" template): Ignoring everything in a directory still monitors -# for added and deleted files. Pruning a directory will prevent Tripwire -# from even looking in the specified directory. -# -# -# Tripwire running slowly? Modify your tripwire.config entries to -# ignore the (signature 2) attribute when this computationally-exorbitant -# protection is not needed. (See README and design document for further -# details.) -# - -# First, root's traditional "home". Note that FreeBSD's root's home (/root) -# is protected by R-2 protections in the default config file. -=/ L -/.rhosts R # may not exist -/.profile R # may not exist -/.cshrc R # may not exist -/.login R # may not exist -/.exrc R # may not exist -/.logout R # may not exist -/.forward R # may not exist - -# Unix itself -/kernel R - -# /bin -/bin R-2 - -# /dev -/dev L - -# /etc -/etc R-2 -/etc/aliases L -/etc/dumpdates L -/etc/motd L - -# my passwd database should be static at time of system build. yours may -# not be, if not, uncomment the lines below. - -# /etc/passwd L -# /etc/master.passwd L -# /etc/pwd.db L -# /etc/spwd.db L - -# /home -=/home - -# /lkm -/lkm R-2 - -# /root -/root R-2 -/root/.history L - -# /sbin -/sbin R-2 - -# /stand -/stand R-2 - -# /usr/bin -/usr/bin R-2 - -/usr/include R-12 - -/usr/lib R-2 - -/usr/libdata R-2 - -/usr/libexec R-2 - -/usr/local/bin R-2 - -/usr/local/etc L - -/usr/local/lib R-2 - -/usr/local/libexec R-2 - -/usr/local/sbin R-2 - -/usr/local/share R-2 - -/usr/sbin R-2 - -/usr/share R-2 - -########################################### diff --git a/security/tripwire12/files/twcheck b/security/tripwire12/files/twcheck deleted file mode 100644 index a4dffd2b61c9..000000000000 --- a/security/tripwire12/files/twcheck +++ /dev/null @@ -1,3 +0,0 @@ -#! /bin/sh - - -./gunzip < tw.db_`hostname`.gz | ./tripwire -dfd 0 -c tw.config diff --git a/security/tripwire12/pkg-comment b/security/tripwire12/pkg-comment deleted file mode 100644 index 246b5375df52..000000000000 --- a/security/tripwire12/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -File system security and verification program. diff --git a/security/tripwire12/pkg-descr b/security/tripwire12/pkg-descr deleted file mode 100644 index 06132f876d9b..000000000000 --- a/security/tripwire12/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Tripwire is a tool that aids system administrators and -users in monitoring a designated set of files for any changes. -Used with system files on a regular (e.g., daily) basis, Tripwire -can notify system administrators of corrupted or tampered files, -so damage control measures can be taken in a timely manner. - -If "TRIPWIRE_FLOPPY" is set to "YES" in the environment or on the -"make" command line, this port will write the tripwire database to -a floppy disk, which should then be write-protected and used as a -reference for future runs. The diskette should be formatted and -present in the "A" drive before starting the "make install" step. - -Joe Greco <jgreco@ns.sol.net> diff --git a/security/tripwire12/pkg-plist b/security/tripwire12/pkg-plist deleted file mode 100644 index 8d1eef3d62d7..000000000000 --- a/security/tripwire12/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/tripwire diff --git a/security/zenmap/Makefile b/security/zenmap/Makefile deleted file mode 100644 index 7f8c03585263..000000000000 --- a/security/zenmap/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: nmap -# Version required: 1.51 -# Date created: Tue Aug 04, 1998 -# Whom: David O'Brien (obrien@NUXI.com) -# -# $Id: Makefile,v 1.16 1999/04/04 22:54:44 obrien Exp $ -# - -DISTNAME= nmap-2.12 -CATEGORIES= security net -MASTER_SITES= http://www.insecure.org/nmap/dist/ \ - ftp://relay.nuxi.com/pub/misc/ -EXTRACT_SUFX= .tgz - -MAINTAINER= obrien@FreeBSD.org - -.include <bsd.port.pre.mk> - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --libdir=${PREFIX}/share/misc -.if ${OSVERSION} < 300004 -CFLAGS+= -DDLT_RAW=12 # for obsoleted <net/bpf.h> -.endif -MAN1= nmap.1 - -post-extract: - @${RM} -rf ${WRKSRC}/libpcap* - -post-install: - @strip ${PREFIX}/bin/nmap - -.include <bsd.port.post.mk> diff --git a/security/zenmap/distinfo b/security/zenmap/distinfo deleted file mode 100644 index 241cfe0e1267..000000000000 --- a/security/zenmap/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (nmap-2.12.tgz) = 197fc5fe2888febf47efe7d823e2f678 diff --git a/security/zenmap/files/nmap.1 b/security/zenmap/files/nmap.1 deleted file mode 100644 index 091ef06c37dc..000000000000 --- a/security/zenmap/files/nmap.1 +++ /dev/null @@ -1,87 +0,0 @@ -.\" -.\" Copyright (c) 1998 David E. O'Brien -.\" -.\" All rights reserved. -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in the -.\" documentation and/or other materials provided with the distribution. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY EXPRESS OR -.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES -.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT, -.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF -.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.\" $Id$ -.\" -.\" .TH NMAP 1L local -.Dd August 4, 1998 -.Dt NMAP 1 -.Os BSD -.Sh NAME -.Nm nmap -.Nd network port scanner -.Sh SYNOPSIS -.Nm nmap -.Op Ar options -.Ar hostname -.Op Ar /mask -.Sh DESCRIPTION -.Nm -is a utility for port scanning large networks, although it works fine for -single hosts. The guiding philosophy for the creation of -.Nm -was TMTOWTDI (There's More Than One Way To Do It). This is the Perl slogan, but -it is equally applicable to scanners. Sometimes you need speed, other times you -may need stealth. In some cases, bypassing firewalls may be required. Not to -mention the fact that you may want to scan different protocols (UDP, TCP, ICMP, -etc.). You just can't do all this with one scanning mode. And you don't want to -have 10 different scanners around, all with different interfaces and -capabilities. Thus -.Nm -incorporats virtually every scanning technique known. -Specifically, -.Nm -supports: - - Vanilla TCP connect() scanning, - TCP SYN (half open) scanning, - TCP FIN (stealth) scanning, - TCP ftp proxy (bounce attack) scanning - SYN/FIN scanning using IP fragments (bypasses packet filters), - UDP recvfrom() scanning, - UDP raw ICMP port unreachable scanning, - ICMP scanning (ping-sweep), and - Reverse-ident scanning. - -.Nm -also supports a number of performance and reliability features such as dynamic -delay time calculations, packet timeout and retransmission, parallel port -scanning, detection of down hosts via parallel pings, and flexible target and -port specification. -.Sh FILES -none. -.Sh SEE ALSO -.Xr mscan 1L , -.Xr nc 1L , -.Xr scrobe 1L -.Sh DIAGNOSTICS -none. -.Sh BUGS -none known. -.Sh AUTHORS -This man page has been written by David O'Brien (obrien@cs.ucdavis.edu) -.\" .Sh HISTORY -.\" .Nm -.\" appeared in FreeBSD 3.0. diff --git a/security/zenmap/pkg-comment b/security/zenmap/pkg-comment deleted file mode 100644 index 3ef3521f9352..000000000000 --- a/security/zenmap/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -port scanning utility for large networks diff --git a/security/zenmap/pkg-descr b/security/zenmap/pkg-descr deleted file mode 100644 index c591362f2eda..000000000000 --- a/security/zenmap/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -nmap is a utility for port scanning large networks, although it works fine -for single hosts. The guiding philosophy for the creation of nmap was TMTOWTDI -(There's More Than One Way To Do It). Sometimes you need speed, other times -you may need stealth. In some cases, bypassing firewalls may be required. Not -to mention the fact that you may want to scan different protocols (UDP, TCP, -ICMP, etc.). You just can't do all this with one scanning mode. Thus nmap -incorporats virtually every scanning technique known of. - -WWW: http://www.insecure.org/nmap/index.html - -See the webpage and the Phrack Magazine article (Volume 7, Issue 51 -September 01, 1997, article 11 of 17) http://www.insecure.org/nmap/p51-11.txt - --- David - obrien@cs.ucdavis.edu diff --git a/security/zenmap/pkg-plist b/security/zenmap/pkg-plist deleted file mode 100644 index e8f74edf8c2f..000000000000 --- a/security/zenmap/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -@comment $Id: PLIST,v 1.3 1998/12/15 11:18:32 obrien Exp $ -bin/nmap -share/misc/nmap-os-fingerprints -share/misc/nmap-services |