aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2014-07-20 17:40:31 +0800
committerrene <rene@FreeBSD.org>2014-07-20 17:40:31 +0800
commitac378d3430051c2f0ccdcf806e1a427fbc337169 (patch)
treea596d62cbb7b20426985d65e1bc862d0c97e6376
parent99a082441702a09e661d4fadf0e0002aeeb2edb1 (diff)
downloadfreebsd-ports-gnome-ac378d3430051c2f0ccdcf806e1a427fbc337169.tar.gz
freebsd-ports-gnome-ac378d3430051c2f0ccdcf806e1a427fbc337169.tar.zst
freebsd-ports-gnome-ac378d3430051c2f0ccdcf806e1a427fbc337169.zip
Remove expired ports:
2014-07-20 lang/stklos: Fails testsuite on all platforms, unmaintained upstream 2014-07-20 lang/ikarus: Upstream project died in 2009 2014-07-20 security/pam_pgina: main site disappeared, no more public distfiles
-rw-r--r--MOVED3
-rw-r--r--lang/Makefile2
-rw-r--r--lang/ikarus/Makefile43
-rw-r--r--lang/ikarus/distinfo2
-rw-r--r--lang/ikarus/files/extra-patch-Makefile.in11
-rw-r--r--lang/ikarus/files/extra-patch-doc__Makefile.in11
-rw-r--r--lang/ikarus/files/patch-Makefile.in13
-rw-r--r--lang/ikarus/pkg-descr17
-rw-r--r--lang/ikarus/pkg-plist14
-rw-r--r--lang/stklos/Makefile65
-rw-r--r--lang/stklos/distinfo2
-rw-r--r--lang/stklos/pkg-descr7
-rw-r--r--lang/stklos/pkg-plist184
-rw-r--r--security/Makefile1
-rw-r--r--security/pam_pgina/Makefile51
-rw-r--r--security/pam_pgina/distinfo2
-rw-r--r--security/pam_pgina/files/patch-src::access.c10
-rw-r--r--security/pam_pgina/files/patch-src::actions.c10
-rw-r--r--security/pam_pgina/files/patch-src::pgina_pam_server.c14
-rw-r--r--security/pam_pgina/pkg-descr13
-rw-r--r--security/pam_pgina/pkg-plist9
21 files changed, 3 insertions, 481 deletions
diff --git a/MOVED b/MOVED
index b80b0e809382..09d7e60b416e 100644
--- a/MOVED
+++ b/MOVED
@@ -6258,3 +6258,6 @@ databases/py-simplecouchdb||2014-07-15|Has expired: Obsolete, abandoned
audio/xmms-bonk||2014-07-15|Has expired: Obsolete experimental codec, use audio/flac or audio/wavpack
audio/bonk||2014-07-15|Has expired: Obsolete experimental codec, use audio/flac or audio/wavpack
sysutils/gtk-send-pr||2014-07-17|Has expired: Obsolete after migration to Bugzilla
+lang/stklos||2014-07-20|Has expired: Fails testsuite on all platforms, unmaintained upstream
+lang/ikarus||2014-07-20|Has expired: Upstream project died in 2009
+security/pam_pgina||2014-07-20|Has expired: main site disappeared, no more public distfiles
diff --git a/lang/Makefile b/lang/Makefile
index 6cbf1534ffc1..1533e5861646 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -121,7 +121,6 @@
SUBDIR += ici
SUBDIR += icon
SUBDIR += ifc
- SUBDIR += ikarus
SUBDIR += intel2gas
SUBDIR += intercal
SUBDIR += io
@@ -319,7 +318,6 @@
SUBDIR += sr
SUBDIR += stalin
SUBDIR += starlogo
- SUBDIR += stklos
SUBDIR += stldoc
SUBDIR += swi-pl
SUBDIR += t3x
diff --git a/lang/ikarus/Makefile b/lang/ikarus/Makefile
deleted file mode 100644
index c1cc949d349d..000000000000
--- a/lang/ikarus/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# Created by: Vitaly Magerya <vmagerya@gmail.com>
-# $FreeBSD$
-
-PORTNAME= ikarus
-PORTVERSION= 0.0.3
-PORTREVISION= 3
-CATEGORIES= lang scheme
-MASTER_SITES= http://launchpad.net/ikarus/0.0/${PORTVERSION}/+download/ \
- http://www.ikarus-scheme.org/ \
- http://tx97.net/pub/distfiles/ \
- LOCAL/glarkin
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Optimizing incremental native-code compiler for R6RS Scheme
-
-DEPRECATED= Upstream project died in 2009
-EXPIRATION_DATE=2014-07-20
-
-LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
-
-# Both install bin/scheme-script
-CONFLICTS= petite-chez-*
-
-USES= gmake
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=\
- CFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-ONLY_FOR_ARCHS= i386
-.if defined(PACKAGE_BUILDING)
-NO_PACKAGE= Pointyhat cluster CPUs do not support required SSE instruction set
-.endif
-
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
-.if !${PORT_OPTIONS:MDOCS}
-EXTRA_PATCHES+= ${FILESDIR}/extra-patch-Makefile.in \
- ${FILESDIR}/extra-patch-doc__Makefile.in
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/lang/ikarus/distinfo b/lang/ikarus/distinfo
deleted file mode 100644
index 203394103788..000000000000
--- a/lang/ikarus/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ikarus-0.0.3.tar.gz) = 5b6ed66ed7a6f63aaff2803cc3e675cb38368300b189ac1ea06948eb30c79b34
-SIZE (ikarus-0.0.3.tar.gz) = 3948264
diff --git a/lang/ikarus/files/extra-patch-Makefile.in b/lang/ikarus/files/extra-patch-Makefile.in
deleted file mode 100644
index 857ed3f34512..000000000000
--- a/lang/ikarus/files/extra-patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig 2009-04-24 23:06:36.000000000 -0400
-+++ Makefile.in 2009-04-24 23:07:14.000000000 -0400
-@@ -582,7 +582,7 @@
-
- info-am:
-
--install-data-am: install-dist_docDATA
-+install-data-am:
-
- install-dvi: install-dvi-recursive
-
diff --git a/lang/ikarus/files/extra-patch-doc__Makefile.in b/lang/ikarus/files/extra-patch-doc__Makefile.in
deleted file mode 100644
index 9d98cef8bc33..000000000000
--- a/lang/ikarus/files/extra-patch-doc__Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./doc/Makefile.in.orig 2009-04-24 22:41:02.000000000 -0400
-+++ ./doc/Makefile.in 2009-04-24 22:42:36.000000000 -0400
-@@ -287,7 +287,7 @@
-
- info-am:
-
--install-data-am: install-dist_docDATA
-+install-data-am:
-
- install-dvi: install-dvi-am
-
diff --git a/lang/ikarus/files/patch-Makefile.in b/lang/ikarus/files/patch-Makefile.in
deleted file mode 100644
index 4c4b30ed2641..000000000000
--- a/lang/ikarus/files/patch-Makefile.in
+++ /dev/null
@@ -1,13 +0,0 @@
---- ./Makefile.in.orig 2009-04-24 22:40:45.000000000 -0400
-+++ ./Makefile.in 2009-04-24 22:40:53.000000000 -0400
-@@ -184,8 +184,8 @@
- top_srcdir = @top_srcdir@
- AUTOMAKE_OPTIONS = foreign
- SUBDIRS = src scheme doc lib benchmarks
--EXTRA_DIST = README COPYING GPL-3 ACKNOWLEDGMENTS
--dist_doc_DATA = README COPYING GPL-3 ACKNOWLEDGMENTS
-+EXTRA_DIST = README ACKNOWLEDGMENTS
-+dist_doc_DATA = README ACKNOWLEDGMENTS
- all: config.h
- $(MAKE) $(AM_MAKEFLAGS) all-recursive
-
diff --git a/lang/ikarus/pkg-descr b/lang/ikarus/pkg-descr
deleted file mode 100644
index 9717ad50bc60..000000000000
--- a/lang/ikarus/pkg-descr
+++ /dev/null
@@ -1,17 +0,0 @@
-Ikarus Scheme is a free optimizing incremental native-code compiler
-for Scheme as specified in the Revised^6 Report on the Algorithmic
-Language Scheme.
-
-Ikarus Scheme is an optimizing compiler, so your Scheme code will
-run fast without the need to port hot spots to C "for performance".
-With an incremental compiler, you don't need a separate compilation
-step to make your program run fast. The best part is that the
-compiler itself is fast, capable of compiling thousands of lines
-of code per second.
-
-Finally, Ikarus Scheme is an R6RS compiler. R6RS libraries, scripts,
-record types, condition system, exception handling, unicode strings,
-bytevectors, hashtable, and enumerations are among the supported
-features.
-
-WWW: http://www.ikarus-scheme.org/
diff --git a/lang/ikarus/pkg-plist b/lang/ikarus/pkg-plist
deleted file mode 100644
index c86790c299e8..000000000000
--- a/lang/ikarus/pkg-plist
+++ /dev/null
@@ -1,14 +0,0 @@
-bin/ikarus
-bin/scheme-script
-lib/ikarus/ikarus.boot
-lib/ikarus/match.ss
-lib/ikarus/pregexp.ss
-lib/ikarus/streams.ss
-lib/ikarus/streams/derived.ss
-lib/ikarus/streams/primitive.ss
-%%PORTDOCS%%%%DOCSDIR%%/ACKNOWLEDGMENTS
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/ikarus-scheme-users-guide.pdf
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@dirrm lib/ikarus/streams
-@dirrm lib/ikarus
diff --git a/lang/stklos/Makefile b/lang/stklos/Makefile
deleted file mode 100644
index b9874c08ca5f..000000000000
--- a/lang/stklos/Makefile
+++ /dev/null
@@ -1,65 +0,0 @@
-# Created by: Kimura Fuyuki <fuyuki@hadaly.org>
-# $FreeBSD$
-
-PORTNAME= stklos
-PORTVERSION= 1.10
-PORTREVISION= 2
-CATEGORIES= lang scheme
-MASTER_SITES= http://www.stklos.net/download/ \
- ftp://kaolin.essi.fr/pub/STklos/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= The successor of the STk Scheme interpreter
-
-DEPRECATED= Fails testsuite on all platforms, unmaintained upstream
-EXPIRATION_DATE=2014-07-20
-
-LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \
- libpcre.so:${PORTSDIR}/devel/pcre \
- libffi.so:${PORTSDIR}/devel/libffi \
- libgc-threaded.so:${PORTSDIR}/devel/boehm-gc-threaded
-
-ONLY_FOR_ARCHS= i386 amd64
-
-USES= gmake
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-PLIST_SUB= VERSION="${PORTVERSION}"
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-threads=posix
-
-MAN1= stklos-compile.1 stklos-config.1 stklos-genlex.1 \
- stklos-pkg.1 stklos.1
-
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 900000
-BROKEN= does not build on FreeBSD 9.x - runaway process
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-lgc|-lgc-threaded|' \
- -e 's|bdw-gc|bdw-gc-threaded|' \
- -e 's|-lpthread|${PTHREAD_LIBS}|' \
- ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|share/man|man|' \
- -e 's|-@VERSION@||' \
- -e 's|^man_MANS = |man_MANS = stklos-pkg.1 |' \
- ${WRKSRC}/doc/Makefile.in
- @${REINPLACE_CMD} -e 's|; make|; $$(MAKE)|' \
- ${WRKSRC}/doc/Makefile.in ${WRKSRC}/doc/Makefile.am \
- ${WRKSRC}/lib/Makefile.in ${WRKSRC}/lib/Makefile.am
-
-.if !${PORT_OPTIONS:MDOCS}
- @${REINPLACE_CMD} -E -e 's/^(install-data-am:).*/\1 install-man install-schemeDATA/' \
- -e '/install-docpdfDATA install-man install-schemeDATA/d' \
- ${WRKSRC}/doc/Makefile.in
-.endif
-
-regression-test: build
- (cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} \
- ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test)
-
-.include <bsd.port.post.mk>
diff --git a/lang/stklos/distinfo b/lang/stklos/distinfo
deleted file mode 100644
index 7d8f0e343281..000000000000
--- a/lang/stklos/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (stklos-1.10.tar.gz) = 215e6e6ffcf7751be5f0c114f83286f99e556e089ca1b0ee66f54dd1be080de4
-SIZE (stklos-1.10.tar.gz) = 6097807
diff --git a/lang/stklos/pkg-descr b/lang/stklos/pkg-descr
deleted file mode 100644
index bc5191a1c155..000000000000
--- a/lang/stklos/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-STklos is a free Scheme System (nearly) conform to R5RS. The aim of
-this implementation is to be fast as well as light. The
-implementation is based on an ad-hoc Virtual Machine. STklos can also
-be compiled as a library, so that one can easily embed it in an
-application.
-
-WWW: http://www.stklos.net/
diff --git a/lang/stklos/pkg-plist b/lang/stklos/pkg-plist
deleted file mode 100644
index 43ab392c5506..000000000000
--- a/lang/stklos/pkg-plist
+++ /dev/null
@@ -1,184 +0,0 @@
-bin/stklos
-bin/stklos-compile
-bin/stklos-config
-bin/stklos-genlex
-bin/stklos-pkg
-bin/stklos-script
-etc/stklos/Makefile-scmpkg.tmpl
-include/stklos/extraconf.h
-include/stklos/fport.h
-include/stklos/socket.h
-include/stklos/stklos.h
-include/stklos/stklosconf.h
-%%DATADIR%%/%%VERSION%%/DOCDB
-%%DATADIR%%/%%VERSION%%/Demos.d/fork-test
-%%DATADIR%%/%%VERSION%%/Demos.d/fork-test.stk
-%%DATADIR%%/%%VERSION%%/Demos.d/hello
-%%DATADIR%%/%%VERSION%%/Demos.d/hello.stk
-%%DATADIR%%/%%VERSION%%/Demos.d/secho
-%%DATADIR%%/%%VERSION%%/Demos.d/secho.stk
-%%DATADIR%%/%%VERSION%%/Demos.d/socket-client
-%%DATADIR%%/%%VERSION%%/Demos.d/socket-client.stk
-%%DATADIR%%/%%VERSION%%/Demos.d/socket-server
-%%DATADIR%%/%%VERSION%%/Demos.d/socket-server.stk
-%%DATADIR%%/%%VERSION%%/Demos.d/threads
-%%DATADIR%%/%%VERSION%%/Demos.d/threads.stk
-%%DATADIR%%/%%VERSION%%/Match.d/compiler.scm
-%%DATADIR%%/%%VERSION%%/Match.d/descr.scm
-%%DATADIR%%/%%VERSION%%/Match.d/mexpand.scm
-%%DATADIR%%/%%VERSION%%/Match.d/normalize.scm
-%%DATADIR%%/%%VERSION%%/Match.d/s2cfun.scm
-%%DATADIR%%/%%VERSION%%/STklos.init
-%%DATADIR%%/%%VERSION%%/ScmPkg.d/scmpkg-interface.stk
-%%DATADIR%%/%%VERSION%%/ScmPkg.d/scmpkg-languages.stk
-%%DATADIR%%/%%VERSION%%/assembler.stk
-%%DATADIR%%/%%VERSION%%/bb.stk
-%%DATADIR%%/%%VERSION%%/bigloo-support.stk
-%%DATADIR%%/%%VERSION%%/bigmatch.ostk
-%%DATADIR%%/%%VERSION%%/bigmatch.stk
-%%DATADIR%%/%%VERSION%%/bonus.stk
-%%DATADIR%%/%%VERSION%%/boot.stk
-%%DATADIR%%/%%VERSION%%/callcc.stk
-%%DATADIR%%/%%VERSION%%/compfile.ostk
-%%DATADIR%%/%%VERSION%%/compfile.stk
-%%DATADIR%%/%%VERSION%%/compiler.stk
-%%DATADIR%%/%%VERSION%%/computils.stk
-%%DATADIR%%/%%VERSION%%/date.stk
-%%DATADIR%%/%%VERSION%%/describe.ostk
-%%DATADIR%%/%%VERSION%%/describe.stk
-%%DATADIR%%/%%VERSION%%/env.ostk
-%%DATADIR%%/%%VERSION%%/env.stk
-%%DATADIR%%/%%VERSION%%/expand.pp
-%%DATADIR%%/%%VERSION%%/expand.ss
-%%DATADIR%%/%%VERSION%%/ffi.stk
-%%DATADIR%%/%%VERSION%%/full-conditions.ostk
-%%DATADIR%%/%%VERSION%%/full-conditions.stk
-%%DATADIR%%/%%VERSION%%/full-syntax.ostk
-%%DATADIR%%/%%VERSION%%/full-syntax.stk
-%%DATADIR%%/%%VERSION%%/getopt.ostk
-%%DATADIR%%/%%VERSION%%/getopt.stk
-%%DATADIR%%/%%VERSION%%/help.ostk
-%%DATADIR%%/%%VERSION%%/help.stk
-%%DATADIR%%/%%VERSION%%/http.ostk
-%%DATADIR%%/%%VERSION%%/http.stk
-%%DATADIR%%/%%VERSION%%/lalr.ostk
-%%DATADIR%%/%%VERSION%%/lalr.stk
-%%DATADIR%%/%%VERSION%%/lex-rt.ostk
-%%DATADIR%%/%%VERSION%%/lex-rt.stk
-%%DATADIR%%/%%VERSION%%/load.stk
-%%DATADIR%%/%%VERSION%%/logical.stk
-%%DATADIR%%/%%VERSION%%/make-C-boot.stk
-%%DATADIR%%/%%VERSION%%/mbe.stk
-%%DATADIR%%/%%VERSION%%/module.stk
-%%DATADIR%%/%%VERSION%%/multilex.scm
-%%DATADIR%%/%%VERSION%%/object.stk
-%%DATADIR%%/%%VERSION%%/obsolete.stk
-%%DATADIR%%/%%VERSION%%/peephole.stk
-%%DATADIR%%/%%VERSION%%/pp.ostk
-%%DATADIR%%/%%VERSION%%/pp.stk
-%%DATADIR%%/%%VERSION%%/process.stk
-%%DATADIR%%/%%VERSION%%/r5rs.stk
-%%DATADIR%%/%%VERSION%%/r7rs.stk
-%%DATADIR%%/%%VERSION%%/readline.stk
-%%DATADIR%%/%%VERSION%%/recette.ostk
-%%DATADIR%%/%%VERSION%%/recette.stk
-%%DATADIR%%/%%VERSION%%/regexp.stk
-%%DATADIR%%/%%VERSION%%/repl-readline.stk
-%%DATADIR%%/%%VERSION%%/repl.stk
-%%DATADIR%%/%%VERSION%%/runtime.stk
-%%DATADIR%%/%%VERSION%%/scmpkg-support.ostk
-%%DATADIR%%/%%VERSION%%/scmpkg-support.stk
-%%DATADIR%%/%%VERSION%%/silex.scm
-%%DATADIR%%/%%VERSION%%/slib.ostk
-%%DATADIR%%/%%VERSION%%/slib.stk
-%%DATADIR%%/%%VERSION%%/srfi-0.stk
-%%DATADIR%%/%%VERSION%%/srfi-1.ostk
-%%DATADIR%%/%%VERSION%%/srfi-1.stk
-%%DATADIR%%/%%VERSION%%/srfi-100.ostk
-%%DATADIR%%/%%VERSION%%/srfi-100.stk
-%%DATADIR%%/%%VERSION%%/srfi-11.ostk
-%%DATADIR%%/%%VERSION%%/srfi-11.stk
-%%DATADIR%%/%%VERSION%%/srfi-13.ostk
-%%DATADIR%%/%%VERSION%%/srfi-13.stk
-%%DATADIR%%/%%VERSION%%/srfi-14.ostk
-%%DATADIR%%/%%VERSION%%/srfi-14.stk
-%%DATADIR%%/%%VERSION%%/srfi-17.ostk
-%%DATADIR%%/%%VERSION%%/srfi-17.stk
-%%DATADIR%%/%%VERSION%%/srfi-2.ostk
-%%DATADIR%%/%%VERSION%%/srfi-2.stk
-%%DATADIR%%/%%VERSION%%/srfi-26.ostk
-%%DATADIR%%/%%VERSION%%/srfi-26.stk
-%%DATADIR%%/%%VERSION%%/srfi-27.ostk
-%%DATADIR%%/%%VERSION%%/srfi-27.stk
-%%DATADIR%%/%%VERSION%%/srfi-31.ostk
-%%DATADIR%%/%%VERSION%%/srfi-31.stk
-%%DATADIR%%/%%VERSION%%/srfi-34.ostk
-%%DATADIR%%/%%VERSION%%/srfi-34.stk
-%%DATADIR%%/%%VERSION%%/srfi-35.ostk
-%%DATADIR%%/%%VERSION%%/srfi-35.stk
-%%DATADIR%%/%%VERSION%%/srfi-36.ostk
-%%DATADIR%%/%%VERSION%%/srfi-36.stk
-%%DATADIR%%/%%VERSION%%/srfi-4.ostk
-%%DATADIR%%/%%VERSION%%/srfi-4.stk
-%%DATADIR%%/%%VERSION%%/srfi-45.ostk
-%%DATADIR%%/%%VERSION%%/srfi-45.stk
-%%DATADIR%%/%%VERSION%%/srfi-48.ostk
-%%DATADIR%%/%%VERSION%%/srfi-48.stk
-%%DATADIR%%/%%VERSION%%/srfi-59.ostk
-%%DATADIR%%/%%VERSION%%/srfi-59.stk
-%%DATADIR%%/%%VERSION%%/srfi-60.ostk
-%%DATADIR%%/%%VERSION%%/srfi-60.stk
-%%DATADIR%%/%%VERSION%%/srfi-66.ostk
-%%DATADIR%%/%%VERSION%%/srfi-66.stk
-%%DATADIR%%/%%VERSION%%/srfi-69.ostk
-%%DATADIR%%/%%VERSION%%/srfi-69.stk
-%%DATADIR%%/%%VERSION%%/srfi-7.ostk
-%%DATADIR%%/%%VERSION%%/srfi-7.stk
-%%DATADIR%%/%%VERSION%%/srfi-70.ostk
-%%DATADIR%%/%%VERSION%%/srfi-70.stk
-%%DATADIR%%/%%VERSION%%/srfi-74.ostk
-%%DATADIR%%/%%VERSION%%/srfi-74.stk
-%%DATADIR%%/%%VERSION%%/srfi-89.ostk
-%%DATADIR%%/%%VERSION%%/srfi-89.stk
-%%DATADIR%%/%%VERSION%%/srfi-9.ostk
-%%DATADIR%%/%%VERSION%%/srfi-9.stk
-%%DATADIR%%/%%VERSION%%/srfi-96.ostk
-%%DATADIR%%/%%VERSION%%/srfi-96.stk
-%%DATADIR%%/%%VERSION%%/str.stk
-%%DATADIR%%/%%VERSION%%/struct.stk
-%%DATADIR%%/%%VERSION%%/tar.ostk
-%%DATADIR%%/%%VERSION%%/tar.stk
-%%DATADIR%%/%%VERSION%%/thread.stk
-%%DATADIR%%/%%VERSION%%/trace.ostk
-%%DATADIR%%/%%VERSION%%/trace.stk
-%%PORTDOCS%%%%DOCSDIR%%/html/doc-style.css
-%%PORTDOCS%%%%DOCSDIR%%/html/images/hierarchy.jpg
-%%PORTDOCS%%%%DOCSDIR%%/html/stklos-ref-1.html
-%%PORTDOCS%%%%DOCSDIR%%/html/stklos-ref-10.html
-%%PORTDOCS%%%%DOCSDIR%%/html/stklos-ref-11.html
-%%PORTDOCS%%%%DOCSDIR%%/html/stklos-ref-12.html
-%%PORTDOCS%%%%DOCSDIR%%/html/stklos-ref-13.html
-%%PORTDOCS%%%%DOCSDIR%%/html/stklos-ref-14.html
-%%PORTDOCS%%%%DOCSDIR%%/html/stklos-ref-15.html
-%%PORTDOCS%%%%DOCSDIR%%/html/stklos-ref-16.html
-%%PORTDOCS%%%%DOCSDIR%%/html/stklos-ref-2.html
-%%PORTDOCS%%%%DOCSDIR%%/html/stklos-ref-3.html
-%%PORTDOCS%%%%DOCSDIR%%/html/stklos-ref-4.html
-%%PORTDOCS%%%%DOCSDIR%%/html/stklos-ref-5.html
-%%PORTDOCS%%%%DOCSDIR%%/html/stklos-ref-6.html
-%%PORTDOCS%%%%DOCSDIR%%/html/stklos-ref-7.html
-%%PORTDOCS%%%%DOCSDIR%%/html/stklos-ref-8.html
-%%PORTDOCS%%%%DOCSDIR%%/html/stklos-ref-9.html
-%%PORTDOCS%%%%DOCSDIR%%/html/stklos-ref.html
-%%PORTDOCS%%%%DOCSDIR%%/pdf/stklos-ref.pdf
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/pdf
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/images
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@dirrm %%DATADIR%%/%%VERSION%%/Demos.d
-@dirrm %%DATADIR%%/%%VERSION%%/Match.d
-@dirrm %%DATADIR%%/%%VERSION%%/ScmPkg.d
-@dirrm %%DATADIR%%/%%VERSION%%
-@dirrm %%DATADIR%%
-@dirrm include/stklos
-@dirrm etc/stklos
diff --git a/security/Makefile b/security/Makefile
index 20b6976c460f..ddca476bbede 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -623,7 +623,6 @@
SUBDIR += pam_mkhomedir
SUBDIR += pam_p11
SUBDIR += pam_per_user
- SUBDIR += pam_pgina
SUBDIR += pam_pseudo
SUBDIR += pam_pwdfile
SUBDIR += pam_require
diff --git a/security/pam_pgina/Makefile b/security/pam_pgina/Makefile
deleted file mode 100644
index 9d74d566e25d..000000000000
--- a/security/pam_pgina/Makefile
+++ /dev/null
@@ -1,51 +0,0 @@
-# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= pam_pGina
-PORTVERSION= 1.1.3
-CATEGORIES= security
-MASTER_SITES= http://pgina.xpasystems.com/files/
-DISTNAME= pgina_pam-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Daemon for allowing a pGina plugin to authenticate against Unix PAM
-
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/GPL
-
-DEPRECATED= main site disappeared, no more public distfiles
-EXPIRATION_DATE=2014-07-20
-
-GNU_CONFIGURE= yes
-USE_OPENSSL= yes
-USES= perl5 gmake
-USE_PERL5= run
-
-post-patch:
-# PREFIX safeness
-# Use correct PAM 'password change' service name
- @${REINPLACE_CMD} -E \
- -e 's|/etc/|${PREFIX}/etc/|' \
- -e 's|passwd|password|' \
- ${WRKSRC}/src/pgina_pam_server.c
-# {OPENSSL,PERL} location safeness
-# PREFIX safeness
- @${REINPLACE_CMD} -E \
- -e 's|/usr/bin/openssl|${OPENSSLBASE}/bin/openssl|' \
- -e 's|/usr/bin/perl|${PERL}|' \
- -e 's|/etc/|${PREFIX}/etc/|' \
- ${WRKSRC}/make_cert.pl
-
-do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/src/${DISTNAME:S/-${PORTVERSION}$$//} \
- ${STAGEDIR}${PREFIX}/sbin
-# share scripts
- @${MKDIR} ${STAGEDIR}${PREFIX}/share/${DISTNAME:S/-${PORTVERSION}$$//}
- @${INSTALL_SCRIPT} ${WRKSRC}/make_cert.pl \
- ${STAGEDIR}${PREFIX}/share/${DISTNAME:S/-${PORTVERSION}$$//}
-# etc config files
- @${MKDIR} ${STAGEDIR}${PREFIX}/etc/${DISTNAME:S/-${PORTVERSION}$$//}
- @${INSTALL_DATA} ${WRKSRC}/authasst.conf/* \
- ${STAGEDIR}${PREFIX}/etc/${DISTNAME:S/-${PORTVERSION}$$//}
-
-.include <bsd.port.mk>
diff --git a/security/pam_pgina/distinfo b/security/pam_pgina/distinfo
deleted file mode 100644
index 27965773a287..000000000000
--- a/security/pam_pgina/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (pgina_pam-1.1.3.tar.gz) = 36d1fc724789e64745b4a388012966546e893b8515c8c9391e637f8a15e199a4
-SIZE (pgina_pam-1.1.3.tar.gz) = 87708
diff --git a/security/pam_pgina/files/patch-src::access.c b/security/pam_pgina/files/patch-src::access.c
deleted file mode 100644
index c075e82a7bbe..000000000000
--- a/security/pam_pgina/files/patch-src::access.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/access.c.orig Fri Jun 25 23:33:28 2004
-+++ src/access.c Fri Jun 25 23:34:23 2004
-@@ -72,6 +72,7 @@
- #include "pgina_pam_server.h"
- #include <sys/types.h>
- #include <sys/socket.h>
-+#include <netinet/in.h>
- #include <netdb.h>
- #include <arpa/inet.h>
-
diff --git a/security/pam_pgina/files/patch-src::actions.c b/security/pam_pgina/files/patch-src::actions.c
deleted file mode 100644
index 4a7a574c2f55..000000000000
--- a/security/pam_pgina/files/patch-src::actions.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/actions.c.orig Fri Sep 12 10:30:13 2003
-+++ src/actions.c Thu Apr 29 13:11:51 2004
-@@ -131,6 +131,7 @@
- #include <sys/types.h>
- #include <sys/socket.h>
- #include <netdb.h>
-+#include <netinet/in.h>
- #include <arpa/inet.h>
-
-
diff --git a/security/pam_pgina/files/patch-src::pgina_pam_server.c b/security/pam_pgina/files/patch-src::pgina_pam_server.c
deleted file mode 100644
index f0fde8949381..000000000000
--- a/security/pam_pgina/files/patch-src::pgina_pam_server.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/pgina_pam_server.c.orig Fri Sep 12 10:30:13 2003
-+++ src/pgina_pam_server.c Thu Apr 29 13:11:51 2004
-@@ -148,6 +148,11 @@
-
- */
-
-+#include <sys/types.h>
-+#include <sys/socket.h>
-+#include <netinet/in.h>
-+#include <arpa/inet.h>
-+
- #include "pgina_pam_server.h"
- #include "access.h"
- #include "actions.h"
diff --git a/security/pam_pgina/pkg-descr b/security/pam_pgina/pkg-descr
deleted file mode 100644
index fdc7b1fc9a91..000000000000
--- a/security/pam_pgina/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-[ excerpt (with adaptations) from developer's WWW site ]
-
-This is the Unix daemon required for the pGina PAM plugin.
-
-We have developed this plugin to allow for authentication using
-PAM. This means you can authenticate your windows machines against
-an existing Unix user base without substantial changes!
-
-Just install the Unix daemon, and the pGina plugin on windows and
-your set!
-
-Sound too good to be true? It's not!
-As always, your mileage may vary.
diff --git a/security/pam_pgina/pkg-plist b/security/pam_pgina/pkg-plist
deleted file mode 100644
index 7412e8fd7826..000000000000
--- a/security/pam_pgina/pkg-plist
+++ /dev/null
@@ -1,9 +0,0 @@
-etc/pgina_pam/authasst.allow
-etc/pgina_pam/authasst.deny
-etc/pgina_pam/authasst.groups
-etc/pgina_pam/authasst.hosts
-etc/pgina_pam/authasst.users
-share/pgina_pam/make_cert.pl
-sbin/pgina_pam
-@dirrm share/pgina_pam
-@unexec rmdir %D/etc/pgina_pam 2>/dev/null || echo "If you are permanently removing this port, you should do a ``rm -rf ${PKG_PREFIX}/etc/pgina_pam`` to remove any configuration files left." | fmt