1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Remove silc-doc, because all necessary documentation

is installed by net/silc-client
This commit is contained in:
Kirill Ponomarev 2003-10-25 14:37:11 +00:00
parent 1ac94e519a
commit 4f3bc6fc65
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92119
7 changed files with 0 additions and 112 deletions

View File

@ -622,7 +622,6 @@
SUBDIR += serveez
SUBDIR += sharity-light
SUBDIR += silc-client
SUBDIR += silc-doc
SUBDIR += silc-server
SUBDIR += simicq
SUBDIR += sing

View File

@ -1,38 +0,0 @@
# New ports collection makefile for: silc documentation
# Date created: Mon Nov 12 21:35:24 BRST 2001
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= silc
PORTVERSION= 0.9.10.1
CATEGORIES= net security
MASTER_SITES= http://www.silcnet.org/download/%SUBDIR%/ \
http://ftp.silcnet.org/%SUBDIR%/ \
http://www.nic.funet.fi/pub/mirrors/ftp.silcnet.org/silc/%SUBDIR%/ \
http://www.fi.silcnet.org/download/%SUBDIR%/ \
http://munitions.vipul.net/software/mirrors/silc/%SUBDIR%/ \
http://www.pl.silcnet.org/download/%SUBDIR%/ \
http://ftp.sunet.se/pub/network/silc/%SUBDIR%/ \
ftp://ftp.silcnet.org/silc/%SUBDIR%/ \
ftp://ftp.au.silcnet.org/pub/silcnet/%SUBDIR%/ \
ftp://ftp.funet.fi/pub/mirrors/ftp.silcnet.org/silc/%SUBDIR%/ \
ftp://ftp.pl.silcnet.org/pub/silc/%SUBDIR%/ \
ftp://ftp.sunet.se/pub/network/silc/%SUBDIR%/
MASTER_SITE_SUBDIR= server/sources
PKGNAMESUFFIX= -doc
DISTNAME= ${PORTNAME}-server-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Secure Internet Live Conferencing (SILC) documentation
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-docdir=${PREFIX}/share/doc/${PORTNAME}
.ifdef(NOPORTDOCS)
IGNORE= this port only contains documentation
.endif
.include <bsd.port.mk>

View File

@ -1 +0,0 @@
MD5 (silc-server-0.9.10.1.tar.bz2) = 47f687c8261f31befd16b8ae2fad2716

View File

@ -1,29 +0,0 @@
--- Makefile.in.orig Tue Dec 31 17:07:00 2002
+++ Makefile.in Tue Dec 31 17:10:23 2002
@@ -231,7 +231,7 @@
AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign
-COMMONDIRS = lib irssi silc silcd doc includes
+COMMONDIRS = doc
# Sub directories defined by "distributions" file, and can be overridden
# with ./configure, which substitutes these variables.
@@ -698,8 +698,6 @@
-rm -rf $(distdir)
install-dirs:
- -mkdir -p $(etcdir)
- -mkdir -p $(modulesdir)
-mkdir -p $(docdir)
install-dirs-client: install-dirs
@@ -775,7 +773,7 @@
@SILC_DIST_CLIENT_TRUE@install-data-hook: install-dirs-client sim-install doc-install-client etc-install-client
@SILC_DIST_CLIENT_FALSE@@SILC_DIST_TOOLKIT_TRUE@install-data-hook: install-dirs-client install-dirs-server sim-install doc-install-client doc-install-server toolkit-install examples-install etc-install-client etc-install-server generate-server-key
-@SILC_DIST_CLIENT_FALSE@@SILC_DIST_TOOLKIT_FALSE@install-data-hook: install-dirs-server sim-install doc-install-server examples-install etc-install-server generate-server-key
+@SILC_DIST_CLIENT_FALSE@@SILC_DIST_TOOLKIT_FALSE@install-data-hook: install-dirs doc-install
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:

View File

@ -1,11 +0,0 @@
--- configure.orig Tue Dec 31 17:10:45 2002
+++ configure Tue Dec 31 17:10:58 2002
@@ -3052,7 +3052,7 @@
# value. Do not edit!
#
silc_dist=silc-server
-SILC_DIST_SUBDIRS="lib silcd doc includes"
+SILC_DIST_SUBDIRS="doc"
cat >>confdefs.h <<\_ACEOF
#define SILC_DIST_SERVER 1
_ACEOF

View File

@ -1,17 +0,0 @@
[ from developer's site FAQ ]
This is a SILC documentation
Q: What is SILC?
A: SILC (Secure Internet Live Conferencing) is a protocol which
provides secure conferencing services in the Internet over insecure
channel. SILC is IRC like although internally they are very different.
Biggest similarity between SILC and IRC is that they both provide
conferencing services and that SILC has almost same commands as
IRC. Other than that they are nothing alike.
Biggest differences are that SILC is secure what IRC is not in any
way. The network model is also entirely different compared to IRC.
WWW: http://www.silcnet.org/

View File

@ -1,15 +0,0 @@
share/doc/silc/CHANGES
share/doc/silc/COPYING
share/doc/silc/CREDITS
share/doc/silc/CodingStyle
share/doc/silc/FAQ
share/doc/silc/INSTALL
share/doc/silc/README
share/doc/silc/TODO
share/doc/silc/draft-riikonen-presence-attrs-01.txt
share/doc/silc/draft-riikonen-silc-commands-04.txt
share/doc/silc/draft-riikonen-silc-flags-payloads-02.txt
share/doc/silc/draft-riikonen-silc-ke-auth-06.txt
share/doc/silc/draft-riikonen-silc-pp-06.txt
share/doc/silc/draft-riikonen-silc-spec-06.txt
@unexec rmdir %D/share/doc/silc 2>/dev/null || true