summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-11-16 00:18:26 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-11-16 00:18:26 +0000
commit4d70efd3f7206317114fb81b2ef3850f38b89d98 (patch)
tree74bf7fdc8b5e42ea1ab1b30a1e37439ca6d886ca /net
parentFollow changes of the ftp directory structure and tarball name. (diff)
o New port silc-doc version 0.6.4: Secure Internet Live Conferencing
(SILC) documentation o Actually, this port exists so that both silc-server and silc-client don't install duplicated documentation, rather depending on this one
Notes
Notes: svn path=/head/; revision=50092
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/silc-doc/Makefile36
-rw-r--r--net/silc-doc/distinfo1
-rw-r--r--net/silc-doc/files/patch-Makefile.in38
-rw-r--r--net/silc-doc/pkg-comment1
-rw-r--r--net/silc-doc/pkg-descr17
-rw-r--r--net/silc-doc/pkg-plist17
7 files changed, 111 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 9deeacb67acc..4dc82c5526e5 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -388,6 +388,7 @@
SUBDIR += sendip
SUBDIR += sharity-light
SUBDIR += silc-client
+ SUBDIR += silc-doc
SUBDIR += silc-server
SUBDIR += sing
SUBDIR += sleuth
diff --git a/net/silc-doc/Makefile b/net/silc-doc/Makefile
new file mode 100644
index 000000000000..42ff67ab5f4f
--- /dev/null
+++ b/net/silc-doc/Makefile
@@ -0,0 +1,36 @@
+# 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.6.4
+CATEGORIES= net security
+MASTER_SITES= http://www.silcnet.org/download/ \
+ ftp://ftp.silcnet.org/pub/silc/ \
+ http://ftp.silcnet.org/ \
+ http://munitions.vipul.net/software/mirrors/silc/ \
+ ftp://ftp.wiretapped.net/pub/security/network-security/silc/ \
+ http://www.au.silcnet.org/download/ \
+ ftp://ftp.au.silcnet.org/pub/silcnet/ \
+ http://www.planetmirror.com/pub/silcnet/ \
+ http://the.wiretapped.net/security/network-security/silc/ \
+ ftp://ftp.wiretapped.net/pub/security/network-security/silc/ \
+ http://www.no.silcnet.org/download/ \
+ ftp://ftp.no.silcnet.org/pub/silc/
+PKGNAMESUFFIX= -doc
+DISTNAME= ${PORTNAME}-server-${PORTVERSION}
+
+MAINTAINER= lioux@FreeBSD.org
+
+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>
diff --git a/net/silc-doc/distinfo b/net/silc-doc/distinfo
new file mode 100644
index 000000000000..bbb8963d92b1
--- /dev/null
+++ b/net/silc-doc/distinfo
@@ -0,0 +1 @@
+MD5 (silc-server-0.6.4.tar.bz2) = de6efa6582b6fa679ee84c7be948775a
diff --git a/net/silc-doc/files/patch-Makefile.in b/net/silc-doc/files/patch-Makefile.in
new file mode 100644
index 000000000000..7728943bdd47
--- /dev/null
+++ b/net/silc-doc/files/patch-Makefile.in
@@ -0,0 +1,38 @@
+--- Makefile.in.orig Sun Nov 11 15:02:16 2001
++++ Makefile.in Mon Nov 12 21:40:02 2001
+@@ -145,9 +145,9 @@
+
+ AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign
+
+-COMMONDIRS = lib irssi silc silcd doc includes
+-SUBDIRS = lib silcd doc includes
+-DIST_SUBDIRS = lib silcd doc includes
++COMMONDIRS = doc
++SUBDIRS = doc
++DIST_SUBDIRS = doc
+
+ #
+ # INCLUDE defines
+@@ -511,11 +511,7 @@
+ -rm -rf $(distdir)
+
+ install-dirs:
+- -mkdir -p $(etcdir)
+- -mkdir -p $(modulesdir)
+- -mkdir -p $(helpdir)
+ -mkdir -p $(docdir)
+- -mkdir -p $(logsdir)
+
+ generate-server-key:
+ -@if test '!' -f $(etcdir)/silcd.pub ; then \
+@@ -548,8 +544,8 @@
+ $(etcdir)/silc.conf; \
+ fi
+
+-@SILC_DIST_CLIENT_TRUE@install-data-hook: install-dirs sim-install doc-install etc-install
+-@SILC_DIST_CLIENT_FALSE@install-data-hook: install-dirs generate-server-key sim-install doc-install etc-install
++@SILC_DIST_CLIENT_TRUE@install-data-hook: install-dirs doc-install
++@SILC_DIST_CLIENT_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:
diff --git a/net/silc-doc/pkg-comment b/net/silc-doc/pkg-comment
new file mode 100644
index 000000000000..0778d05e5db5
--- /dev/null
+++ b/net/silc-doc/pkg-comment
@@ -0,0 +1 @@
+Secure Internet Live Conferencing (SILC) documentation
diff --git a/net/silc-doc/pkg-descr b/net/silc-doc/pkg-descr
new file mode 100644
index 000000000000..faa0314845c7
--- /dev/null
+++ b/net/silc-doc/pkg-descr
@@ -0,0 +1,17 @@
+[ 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/
diff --git a/net/silc-doc/pkg-plist b/net/silc-doc/pkg-plist
new file mode 100644
index 000000000000..669b96734cfa
--- /dev/null
+++ b/net/silc-doc/pkg-plist
@@ -0,0 +1,17 @@
+share/doc/silc/CodingStyle
+share/doc/silc/FAQ
+share/doc/silc/example_silc.conf
+share/doc/silc/example_silc.conf.in
+share/doc/silc/example_silcd.conf
+share/doc/silc/example_silcd.conf.in
+share/doc/silc/draft-riikonen-silc-commands-02.txt
+share/doc/silc/draft-riikonen-silc-ke-auth-04.txt
+share/doc/silc/draft-riikonen-silc-pp-04.txt
+share/doc/silc/draft-riikonen-silc-spec-04.txt
+share/doc/silc/COPYING
+share/doc/silc/CHANGES
+share/doc/silc/CREDITS
+share/doc/silc/README
+share/doc/silc/INSTALL
+share/doc/silc/TODO
+@dirrm share/doc/silc