Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

7
comms/binkd/DESCR Normal file
View File

@@ -0,0 +1,7 @@
Binkd is a Fidonet mailer designed to operate via TCP/IP networks. As a
FTN-compatible internet daemon, it makes possible efficient utilization of
TCP/IP protocol suite as a transport layer in FTN-based (Fido Technology
Network) networks.
Binkd expects your spool for Fido-like networks to be in BSO ("Bink style
outbound") format. BSO is also used by ifmail and BinkleyTerm mailers.

31
comms/binkd/Makefile Normal file
View File

@@ -0,0 +1,31 @@
# $NetBSD: Makefile,v 1.31 2011/04/07 13:18:23 is Exp $
#
DISTNAME= binkd098
PKGNAME= binkd-0.9.8
PKGREVISION= 2
CATEGORIES= comms
MASTER_SITES= ftp://happy.kiev.ua/pub/fidosoft/mailer/binkd/
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://homepage.corbina.net/~maloff/binkd/
COMMENT= FidoNet-over-IP transport program utilizing BINKP protocol
PKG_DESTDIR_SUPPORT= destdir
MAKE_JOBS_SAFE= no
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} PREFIX=${DESTDIR:Q}${PREFIX:Q}
NOT_FOR_PLATFORM= ${LP64PLATFORMS}
post-extract:
@cd ${WRKSRC}/mkfls/unix && ${CHMOD} +x configure mkinstalldirs && \
${CP} * ../../
.include "../../mk/bsd.pkg.mk"

5
comms/binkd/PLIST Normal file
View File

@@ -0,0 +1,5 @@
@comment $NetBSD: PLIST,v 1.4 2009/06/14 17:38:38 joerg Exp $
man/man8/binkd.8
sbin/binkd
sbin/${PKGNAME}
share/examples/binkd/binkd.conf

6
comms/binkd/distinfo Normal file
View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.5 2005/02/23 16:05:29 agc Exp $
SHA1 (binkd098.zip) = 8ebb73c822c1c6fbcfaa8ca0506d1d747448de1e
RMD160 (binkd098.zip) = 490df9c7c615349749b767f5fe959d26ecbaadc3
Size (binkd098.zip) = 306884 bytes
SHA1 (patch-aa) = 88356eefd5f2ddad26474f57ce29e533c885b0dd

View File

@@ -0,0 +1,27 @@
$NetBSD: patch-aa,v 1.4 2004/11/29 00:58:09 tv Exp $
--- Makefile.in.orig 2004-11-28 19:45:33.000000000 -0500
+++ Makefile.in
@@ -34,9 +34,8 @@ banner:
@echo " do not something criminal during the installation; "
@echo " 2. \`su' to root; "
@echo " 3. Run \`make install' to install Binkd. "
- @echo " 4. Edit $(PREFIX)/etc/$(APPL).conf-dist and RENAME it or"
- @echo " MOVE it somewhere (so another \`make install' will "
- @echo " not overwrite it during your next Binkd upgrade) "
+ @echo " 4. Create @sysconfdir@/$(APPL).conf, using the files in "
+ @echo " $(PREFIX)/share/examples/$(APPL)."
@echo
@echo " If you want to put the files into some other directory just "
@echo " run \`configure --prefix=/another/path' and go to step 1. "
@@ -53,8 +52,8 @@ install: compile .version
ln -s $(PREFIX)/sbin/$(APPL)-`cat .version` $(PREFIX)/sbin/$(APPL)
./mkinstalldirs $(PREFIX)/man/man8
$(INSTALL) -m 644 $(APPL).8 $(PREFIX)/man/man8/$(APPL).8
- ./mkinstalldirs $(PREFIX)/etc
- $(INSTALL) -m 644 $(APPL).cfg $(PREFIX)/etc/$(APPL).conf-dist
+ ./mkinstalldirs $(PREFIX)/share/examples/$(APPL)
+ $(INSTALL) -m 644 $(APPL).cfg $(PREFIX)/share/examples/$(APPL)/$(APPL).conf
clean:
rm -f *.[bo] unix/*.[bo] ntlm/*.[bo] *.BAK *.core *.obj *.err