From dcd4c0713cc83b4614110eecd9c7780f35d70e32 Mon Sep 17 00:00:00 2001 From: knu Date: Sun, 6 May 2001 10:15:35 +0000 Subject: Add irc/dcc, a DCC support program for irchat-pj. PR: ports/27081 Submitted by: Yoichi NAKAYAMA --- irc/Makefile | 1 + irc/dcc/Makefile | 24 ++++++++++++++++++++++++ irc/dcc/distinfo | 1 + irc/dcc/pkg-comment | 1 + irc/dcc/pkg-descr | 1 + irc/dcc/pkg-plist | 1 + 6 files changed, 29 insertions(+) create mode 100644 irc/dcc/Makefile create mode 100644 irc/dcc/distinfo create mode 100644 irc/dcc/pkg-comment create mode 100644 irc/dcc/pkg-descr create mode 100644 irc/dcc/pkg-plist diff --git a/irc/Makefile b/irc/Makefile index c955a6f..03e56b0 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -4,6 +4,7 @@ SUBDIR += bitchx SUBDIR += blackened SUBDIR += bnc + SUBDIR += dcc SUBDIR += dircproxy SUBDIR += epic4 SUBDIR += ezbounce diff --git a/irc/dcc/Makefile b/irc/dcc/Makefile new file mode 100644 index 0000000..b4b39f1 --- /dev/null +++ b/irc/dcc/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: dcc +# Date Created: 6 May 2001 +# Whom: Yoichi NAKAYAMA +# +# $FreeBSD$ +# + +PORTNAME= dcc +PORTVERSION= 2.5.3 +CATEGORIES= irc +MASTER_SITES= ftp://ftp.fan.gr.jp/pub/elisp/irchat-pj/2.5/ +DISTNAME= irchat-pj-${PORTVERSION}p + +MAINTAINER= yoichi@eken.phys.nagoya-u.ac.jp + +ALL_TARGET= dcc +LDFLAGS= ${PTHREAD_LIBS} +CFLAGS+= ${PTHREAD_CFLAGS} -DUSE_PTHREAD -DENABLE_PTHREAD_ATTR +MAKE_ENV+= LDFLAGS="${LDFLAGS}" + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/dcc ${PREFIX}/bin + +.include diff --git a/irc/dcc/distinfo b/irc/dcc/distinfo new file mode 100644 index 0000000..738a72a --- /dev/null +++ b/irc/dcc/distinfo @@ -0,0 +1 @@ +MD5 (irchat-pj-2.5.3p.tar.gz) = c282428b34e2042197de6f680b6280e6 diff --git a/irc/dcc/pkg-comment b/irc/dcc/pkg-comment new file mode 100644 index 0000000..a1c1dc9 --- /dev/null +++ b/irc/dcc/pkg-comment @@ -0,0 +1 @@ +DCC support program for irchat-pj diff --git a/irc/dcc/pkg-descr b/irc/dcc/pkg-descr new file mode 100644 index 0000000..90897d3 --- /dev/null +++ b/irc/dcc/pkg-descr @@ -0,0 +1 @@ +Thisis a DCC support program for irchat-pj. diff --git a/irc/dcc/pkg-plist b/irc/dcc/pkg-plist new file mode 100644 index 0000000..bc50039e --- /dev/null +++ b/irc/dcc/pkg-plist @@ -0,0 +1 @@ +bin/dcc -- cgit v1.1