From 7039a6bf8aba67d9173f2332bb15131990893b77 Mon Sep 17 00:00:00 2001 From: kevlo Date: Thu, 3 Dec 2009 14:36:59 +0000 Subject: [PATCH] Initial import of tircd 0.7 tircd presents twitter as an irc channel. You can connect to tircd with any irc client, and twitter as if you were on irc. tested by Simon Kuhnle looks good to pea@ --- net/tircd/Makefile | 36 ++++++++++++++++++++++++++++++++++++ net/tircd/distinfo | 5 +++++ net/tircd/pkg/DESCR | 2 ++ net/tircd/pkg/PLIST | 6 ++++++ 4 files changed, 49 insertions(+) create mode 100644 net/tircd/Makefile create mode 100644 net/tircd/distinfo create mode 100644 net/tircd/pkg/DESCR create mode 100644 net/tircd/pkg/PLIST diff --git a/net/tircd/Makefile b/net/tircd/Makefile new file mode 100644 index 00000000000..365e7c42e3b --- /dev/null +++ b/net/tircd/Makefile @@ -0,0 +1,36 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2009/12/03 14:36:59 kevlo Exp $ + +COMMENT= ircd proxy to the twitter API + +DISTNAME= tircd_v0.7 +PKGNAME= ${DISTNAME:S/_v/-/} + +CATEGORIES= net + +HOMEPAGE= http://code.google.com/p/tircd/ + +# perl +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +MASTER_SITES= http://tircd.googlecode.com/files/ + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= ::net/p5-Net-Twitter + +NO_BUILD= Yes +NO_REGRESS= Yes + +WRKDIST= ${WRKDIR}/tircd + +do-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/tircd + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tircd + ${INSTALL_SCRIPT} ${WRKSRC}/tircd.pl ${PREFIX}/sbin/tircd + ${INSTALL_DATA} ${WRKSRC}/tircd.cfg ${PREFIX}/share/examples/tircd + pod2man --section=1 ${WRKSRC}/tircd.pod > \ + ${PREFIX}/man/man1/tircd.1 + +.include diff --git a/net/tircd/distinfo b/net/tircd/distinfo new file mode 100644 index 00000000000..ac838eff395 --- /dev/null +++ b/net/tircd/distinfo @@ -0,0 +1,5 @@ +MD5 (tircd_v0.7.tar.gz) = zW1lA4NpGPJ/gJ/WPJsb1A== +RMD160 (tircd_v0.7.tar.gz) = P2wdeP5i6zU18r35WLEw5kp1mbU= +SHA1 (tircd_v0.7.tar.gz) = tI+xmiM3gn3BvRX6MmmGEr/aYPQ= +SHA256 (tircd_v0.7.tar.gz) = /qZ7uiXOx3NpNB5dTfC6rLrUGQhnmeltzKg/f8PBiRA= +SIZE (tircd_v0.7.tar.gz) = 21495 diff --git a/net/tircd/pkg/DESCR b/net/tircd/pkg/DESCR new file mode 100644 index 00000000000..0c8096371dc --- /dev/null +++ b/net/tircd/pkg/DESCR @@ -0,0 +1,2 @@ +tircd presents twitter as an irc channel. You can connect to tircd +with any irc client, and twitter as if you were on irc. diff --git a/net/tircd/pkg/PLIST b/net/tircd/pkg/PLIST new file mode 100644 index 00000000000..5086b884643 --- /dev/null +++ b/net/tircd/pkg/PLIST @@ -0,0 +1,6 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2009/12/03 14:36:59 kevlo Exp $ +@man man/man1/tircd.1 +sbin/tircd +share/doc/tircd/ +share/examples/tircd/ +share/examples/tircd/tircd.cfg