aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--irc/Makefile1
-rw-r--r--irc/dircproxy-devel/Makefile22
-rw-r--r--irc/dircproxy-devel/distinfo1
-rw-r--r--irc/dircproxy-devel/pkg-comment1
-rw-r--r--irc/dircproxy-devel/pkg-descr17
-rw-r--r--irc/dircproxy-devel/pkg-message5
-rw-r--r--irc/dircproxy-devel/pkg-plist5
-rw-r--r--irc/dircproxy/Makefile22
-rw-r--r--irc/dircproxy/distinfo1
-rw-r--r--irc/dircproxy/pkg-comment1
-rw-r--r--irc/dircproxy/pkg-descr17
-rw-r--r--irc/dircproxy/pkg-message5
-rw-r--r--irc/dircproxy/pkg-plist5
13 files changed, 103 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile
index dc1ac0e826c1..2864742906e0 100644
--- a/irc/Makefile
+++ b/irc/Makefile
@@ -4,6 +4,7 @@
SUBDIR += bitchx
SUBDIR += blackened
SUBDIR += bnc
+ SUBDIR += dircproxy
SUBDIR += epic4
SUBDIR += ezbounce
SUBDIR += infobot
diff --git a/irc/dircproxy-devel/Makefile b/irc/dircproxy-devel/Makefile
new file mode 100644
index 000000000000..be6ccbb93cbc
--- /dev/null
+++ b/irc/dircproxy-devel/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: dircproxy
+# Date created: 11 January 2001
+# Whom: George Reid <greid@ukug.uk.freebsd.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= dircproxy
+PORTVERSION= 1.0.0
+CATEGORIES= irc
+MASTER_SITES= ftp://dircproxy.sourceforge.net/pub/dircproxy/1.0/
+
+MAINTAINER= greid@ukug.uk.freebsd.org
+
+GNU_CONFIGURE= yes
+
+MAN1= dircproxy.1 dircproxy-crypt.1
+
+post-install:
+ @${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE}
+
+.include <bsd.port.mk>
diff --git a/irc/dircproxy-devel/distinfo b/irc/dircproxy-devel/distinfo
new file mode 100644
index 000000000000..a9267d924c05
--- /dev/null
+++ b/irc/dircproxy-devel/distinfo
@@ -0,0 +1 @@
+MD5 (dircproxy-1.0.0.tar.gz) = f3ef6c60266aa99ab03f4a97795fb38e
diff --git a/irc/dircproxy-devel/pkg-comment b/irc/dircproxy-devel/pkg-comment
new file mode 100644
index 000000000000..fdb18dfc6acc
--- /dev/null
+++ b/irc/dircproxy-devel/pkg-comment
@@ -0,0 +1 @@
+A detachable irc proxy server with many features
diff --git a/irc/dircproxy-devel/pkg-descr b/irc/dircproxy-devel/pkg-descr
new file mode 100644
index 000000000000..273d68da252c
--- /dev/null
+++ b/irc/dircproxy-devel/pkg-descr
@@ -0,0 +1,17 @@
+dircproxy is an IRC proxy server designed for people who use IRC
+from lots of different workstations or clients, but wish to remain
+connected and see what they missed while they were away. You connect
+to IRC through dircproxy, and it keeps you connected to the server,
+even after you detach your client from it. While you're detached,
+it logs channel and private messages as well as important events,
+and when you re-attach it'll let you know what you missed.
+
+This can be used to give you roughly the same functionality as
+using ircII and screen together, except you can use whatever IRC
+client you like, including X ones!
+
+dircproxy has a whole host of features. Please read the file README in
+the source distribution for a list.
+
+- George Reid
+greid@ukug.uk.freebsd.org
diff --git a/irc/dircproxy-devel/pkg-message b/irc/dircproxy-devel/pkg-message
new file mode 100644
index 000000000000..9f22fed4f654
--- /dev/null
+++ b/irc/dircproxy-devel/pkg-message
@@ -0,0 +1,5 @@
+
+A default dircproxy configuration file has been installed as
+%%PREFIX%%/share/dircproxy/dircproxyrc.
+Please read this and the dircproxy(1) manpage to set up dircproxy.
+
diff --git a/irc/dircproxy-devel/pkg-plist b/irc/dircproxy-devel/pkg-plist
new file mode 100644
index 000000000000..38772beb837e
--- /dev/null
+++ b/irc/dircproxy-devel/pkg-plist
@@ -0,0 +1,5 @@
+bin/dircproxy
+bin/dircproxy-crypt
+share/dircproxy/dircproxyrc
+share/dircproxy/log.pl
+@dirrm share/dircproxy
diff --git a/irc/dircproxy/Makefile b/irc/dircproxy/Makefile
new file mode 100644
index 000000000000..be6ccbb93cbc
--- /dev/null
+++ b/irc/dircproxy/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: dircproxy
+# Date created: 11 January 2001
+# Whom: George Reid <greid@ukug.uk.freebsd.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= dircproxy
+PORTVERSION= 1.0.0
+CATEGORIES= irc
+MASTER_SITES= ftp://dircproxy.sourceforge.net/pub/dircproxy/1.0/
+
+MAINTAINER= greid@ukug.uk.freebsd.org
+
+GNU_CONFIGURE= yes
+
+MAN1= dircproxy.1 dircproxy-crypt.1
+
+post-install:
+ @${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE}
+
+.include <bsd.port.mk>
diff --git a/irc/dircproxy/distinfo b/irc/dircproxy/distinfo
new file mode 100644
index 000000000000..a9267d924c05
--- /dev/null
+++ b/irc/dircproxy/distinfo
@@ -0,0 +1 @@
+MD5 (dircproxy-1.0.0.tar.gz) = f3ef6c60266aa99ab03f4a97795fb38e
diff --git a/irc/dircproxy/pkg-comment b/irc/dircproxy/pkg-comment
new file mode 100644
index 000000000000..fdb18dfc6acc
--- /dev/null
+++ b/irc/dircproxy/pkg-comment
@@ -0,0 +1 @@
+A detachable irc proxy server with many features
diff --git a/irc/dircproxy/pkg-descr b/irc/dircproxy/pkg-descr
new file mode 100644
index 000000000000..273d68da252c
--- /dev/null
+++ b/irc/dircproxy/pkg-descr
@@ -0,0 +1,17 @@
+dircproxy is an IRC proxy server designed for people who use IRC
+from lots of different workstations or clients, but wish to remain
+connected and see what they missed while they were away. You connect
+to IRC through dircproxy, and it keeps you connected to the server,
+even after you detach your client from it. While you're detached,
+it logs channel and private messages as well as important events,
+and when you re-attach it'll let you know what you missed.
+
+This can be used to give you roughly the same functionality as
+using ircII and screen together, except you can use whatever IRC
+client you like, including X ones!
+
+dircproxy has a whole host of features. Please read the file README in
+the source distribution for a list.
+
+- George Reid
+greid@ukug.uk.freebsd.org
diff --git a/irc/dircproxy/pkg-message b/irc/dircproxy/pkg-message
new file mode 100644
index 000000000000..9f22fed4f654
--- /dev/null
+++ b/irc/dircproxy/pkg-message
@@ -0,0 +1,5 @@
+
+A default dircproxy configuration file has been installed as
+%%PREFIX%%/share/dircproxy/dircproxyrc.
+Please read this and the dircproxy(1) manpage to set up dircproxy.
+
diff --git a/irc/dircproxy/pkg-plist b/irc/dircproxy/pkg-plist
new file mode 100644
index 000000000000..38772beb837e
--- /dev/null
+++ b/irc/dircproxy/pkg-plist
@@ -0,0 +1,5 @@
+bin/dircproxy
+bin/dircproxy-crypt
+share/dircproxy/dircproxyrc
+share/dircproxy/log.pl
+@dirrm share/dircproxy
d=ec1bc370f7c16b42652e8b3bb2d5ded93891870b'>Actually we do not support alpha anymorebapt2013-06-051-1/+0 * Use a proper per arch exclusion of optionsbapt2013-06-051-3/+1 * Exclude SGML_DOCS properly in case arch is alpha and in case MUTT_LITE is def...bapt2013-06-051-8/+8 * - Update The Glorious Glasgow Haskell Compiler to version 7.6.3pgj2013-06-054-4/+4 * Remove MySQL 5.0, it has been unsupported upstream for about 1.5 yearsflo2013-06-052-17/+8 * Convert to new options frameworkbapt2013-06-049-219/+185 * WITHOUT_NLS -> PORT_OPTIONS:MNLSbapt2013-06-045-63/+57 * Fix conversion mistakebapt2013-06-041-1/+1 * Convert to new options frameworkbapt2013-06-0416-202/+149 * Fix fetchflo2013-06-041-0/+1 * - Trim Makefile headerleeym2013-06-031-13/+5 * Remove expired ports:rene2013-06-0321-924/+0 * Use standard PGO_DESC from the pool.danfe2013-06-021-1/+0 * Add upstream patch which fixes crasher on program exitpawel2013-06-022-0/+11 * Convert to new options frameworkbapt2013-06-026-81/+63 * - Update to 2.8.4swills2013-06-022-8/+9 * - Update to 2.5.4swills2013-06-022-3/+3 * - Update to 0.6.59tota2013-06-022-4/+3 * -- Do not try to remove dirs. not created by the portmiwi2013-06-012-6/+1 * - Do not try to remove dirs. not created by the portmiwi2013-05-311-1/+0 * - Do not try to remove dirs. not created by the portmiwi2013-05-312-6/+1 * - Fix buildmiwi2013-05-311-0/+1 * Update deskutils/horde-groupware and mail/horde-webmail to 5.0.5mm2013-05-302-3/+3 * Fix build on HEAD by setting USE_GCC=any which I believe is better than markingehaupt2013-05-301-4/+15 * - Update 4.41.0 [1]wg2013-05-292-4/+6 * Horde package update:mm2013-05-2912-18/+20 * This is python module for RFC 5451 Authentication-Results Headersmiwi2013-05-295-0/+68 * - Update to 1.10miwi2013-05-293-5/+5 * Fix build on HEAD by adding USE_GCC=any (uses nested functions)bapt2013-05-281-3/+4 * Commit forgotten patches.ale2013-05-272-14/+4 * Update to 0.9.1 release.ale2013-05-272-3/+3 * Fix unterminated quoted string (this fix build on current)bapt2013-05-272-4/+9 * Make Email::Address->parse() loose.kuriyama2013-05-265-0/+33 * - Fix issue with building dmail, when perl buildaz2013-05-261-1/+3 * - Patch postgrey to use PGY_GROUPNAME by defaultmadpilot2013-05-254-39/+34 * - Take maintainership from ports@olgeni2013-05-253-32/+9 * - Avoid using SITE_PERL in dependenciesaz2013-05-251-1/+1 * Use shebangfix and let Makefile be more declarative.bsam2013-05-251-4/+4 * Remove the license file since ISCL is now defined at bsd.licenses.db.mk.bsam2013-05-251-1/+0 * . trim Makefile headers;bsam2013-05-251-6/+2 * Fix build on current with USE_GCC=any (uses nested functions)bapt2013-05-241-5/+2 * Remove the useless and deprecated usage of -I-bapt2013-05-241-7/+6 * Move PORTDOCS to unbreak gmime26-sharp deinstall.kwm2013-05-241-3/+3 * - Fix options conversionbdrewery2013-05-241-3/+3 * - Trim Makefile headeraz2013-05-241-12/+2 * Mark BROKEN: depends on conflicting portserwin2013-05-241-0/+2 * - Trim Makefile headeraz2013-05-241-9/+1 * Convert to new options frameworkbapt2013-05-241-9/+10 * - Update dovecot2 to 2.2.2miwi2013-05-246-23/+88 * - Update to 1.6.9 [1]wg2013-05-232-9/+7 * - adoption of optionsNGjgh2013-05-233-88/+81 * - Trim Makefile headeramdmi32013-05-231-6/+4 * remove DRAC support as the patch is no longer workingoliver2013-05-231-7/+0 * Update to version 0.7.10pawel2013-05-223-21/+3 * Add gmime and gmime-sharp 2.6.15.kwm2013-05-2213-0/+240 * Update mail/pear-Horde_Imap_Client 2.10.0 -> 2.10.1mm2013-05-222-3/+3 * - Upgrade to 0.24.kuriyama2013-05-212-3/+4 * Horde package update:mm2013-05-202-3/+3 * - fix option namedinoex2013-05-201-1/+2 * Enable the LUA plugin by default. [1]rene2013-05-202-1/+3 * - Update to 5.3.2p1ashish2013-05-192-3/+3 * retire mail/sendmail-ldapdinoex2013-05-182-19/+0 * - Update to 3.33jadawin2013-05-172-8/+4 * Pass maintainership to Axel Steiner <ast@treibsand.com>zeising2013-05-161-4/+3 * - use OPTIONS_DEFINEdinoex2013-05-164-119/+73 * - update firefox to 21.0flo2013-05-166-100/+101 * Update to 1.536.rakuco2013-05-153-4/+4 * - Install 'spfquery' as 'spfquery.pl' by default, optionally keeping thestefan2013-05-155-7/+99 * - Fix buildgahr2013-05-143-9/+34 * - add MASTER_SITESdinoex2013-05-132-3/+1 * Enable building the shared library.kwm2013-05-132-2/+17 * - Update to version 0.7.9pawel2013-05-127-49/+25 * - Add USES=shebangfixmadpilot2013-05-122-7/+11 * Horde update (introducing MongoDB support):mm2013-05-112-3/+3 * his plugin enables the scanning of incoming mail received from a POP,pawel2013-05-113-0/+24 * The GPG plugins (PGP/Core, PGP/Mime and PGP/Inline) provide digitalpawel2013-05-113-0/+27 * This plugin enables the scanning of incoming mail received from a POP, IMAP,pawel2013-05-113-0/+22 * Update to Claws Mail 3.9.1 releasepawel2013-05-1161-975/+257 * Fix extraction [1]bapt2013-05-111-1/+3 * Update mail/dovecot2 to 2.1.16 and mail/dovecot2-pigeonhole to 0.34.delphij2013-05-106-16/+19 * - Fix build after USES=iconv conversion in r316662,bdrewery2013-05-091-1/+6 * - Convert to USES=pathfixbdrewery2013-05-091-2/+2 * - Convert to USES=pathfixbdrewery2013-05-091-2/+2 * - Bump PORTREVISION after update of x11/libxfce4util, and x11-wm/xfce4-panelolivierd2013-05-091-3/+3 * - Convert to USES=pkgconfigbdrewery2013-05-091-1/+2 * Mark MAKE_JOBS_SAFEehaupt2013-05-081-0/+1 * update sqwebmail 5.6.1oliver2013-05-082-4/+3 * update courier-imap to 4.13oliver2013-05-082-3/+3 * The previous commit (r316786) broke 'extract' since it redefined WRKSRC.ehaupt2013-05-082-5/+5 * Mark as broken and deprecated, since this port does not work with pythonrm2013-05-081-0/+4 * Update to 0.9.0 release.ale2013-05-074-9/+18 * Update to 0.9.0 release.ale2013-05-076-107/+119 * Add some shebangfix to allow building most of the ports tree without /usr/bin...bapt2013-05-074-9/+16 * - Update to 2.8.3bdrewery2013-05-072-3/+4 * - Convert to use shebangfix USES flagehaupt2013-05-071-8/+7 * Convert to use shebangfix USES flag.ehaupt2013-05-071-9/+3 * - Add LICENSEsunpoet2013-05-071-5/+4 * Fix with USES+= ncursesbapt2013-05-061-3/+2 * Convert USE_NCURSES by USES=ncursesbapt2013-05-065-17/+9 * Make these ports build with glib 2.36kwm2013-05-061-0/+4 * Update to 0.19.tobez2013-05-062-8/+4 * Fix installation of ports that rely on cp -n for installing files. r245960flo2013-05-051-1/+1 * Fix build on currentbapt2013-05-041-1/+1 * Chase security/libgcrypt updateehaupt2013-05-044-10/+6 * Fix build with bmakebapt2013-05-031-5/+5 * Fix build with bmake as makebapt2013-05-031-0/+3 * - Update to 2.201culot2013-05-022-8/+4 * - Set expiration date to 2013-06-01, depends on expired mail/p5-vpopmailrene2013-05-021-11/+13 * - Update to 1.9.9.13107bdrewery2013-05-022-4/+4 * - add OPTION DKIMdinoex2013-05-012-2/+21 * Add licence info to some portscrees2013-05-011-5/+4 * - Remove redundant :install target on LIB_DEPENDS and RUN_DEPENDSbdrewery2013-05-011-5/+2 * - Fix cases where 2 USES= were usedbdrewery2013-05-012-4/+2 * - conversion of USE_GETTEXT to USES frameworkjgh2013-05-011-9/+5 * - Update to 3.1.77. [1]stefan2013-04-304-9/+56 * Remove expired ports:rene2013-04-308-319/+0 * - Update MASTER_SITESmiwi2013-04-301-1/+1 * Remove latest references to USE_BISONbapt2013-04-291-1/+0 * Rely on bsdtar to autodetermine the format of the distfiles when possiblebapt2013-04-296-12/+11 * - Update to 5.3.1p1ashish2013-04-282-4/+4 * - rename patch, since it's now applied uncoditionally and remove EXTRA_PATCHE...rm2013-04-272-6/+4 * - Convert USE_ICONV=yes to USES=iconvmva2013-04-2739-50/+40 * Remove MySQL 4.1, it has been unsupported upstream for almost 3.5 years.flo2013-04-271-13/+4 * Update to 2.5.4.stefan2013-04-262-5/+5 * - Convert USE_GETTEXT to USES (part 4)ak2013-04-264-7/+4 * - Mark CONFLICTS among mail/libspf2, mail/p5-Mail-SPF and mail/p5-Mail-SPF-Qu...sunpoet2013-04-264-22/+13 * Fix a regression that had crept in with r314621. Do notsahil2013-04-265-5/+5 * Update to 1.4.31.novel2013-04-252-3/+3 * - Convert USE_GETTEXT to USES (part 3)ak2013-04-2551-51/+51 * - fix NOPORTDOCSjgh2013-04-253-22/+60 * For some unmaintained ports:eadler2013-04-252-10/+6 * - Fix ezmlm support by using subcommands of ezmlm-listbdrewery2013-04-243-3/+39 * - Convert USE_GETTEXT to USES (part 1)ak2013-04-244-8/+4 * - Update to 4.2.1ehaupt2013-04-244-22/+23 * Upgrade to new version 6.3.26.mandree2013-04-242-3/+3 * Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-2310-31/+14 * Convert to USES=gettextehaupt2013-04-231-1/+1 * - Update to Postfix 2.11 Snapshot 20130405sahil2013-04-233-11/+14 * - Update to 2.8.14 and adjust CONFLICTSsahil2013-04-233-13/+17 * - Update to 2.7.13 and adjust CONFLICTSsahil2013-04-233-9/+15 * - Update to 2.6.19, update CONFLICTS and marksahil2013-04-232-5/+10 * Repo-copy mail/postfix -> mail/postfix29, and updatesahil2013-04-2313-12/+847 * Fix build with clang 3.3flo2013-04-232-0/+47 * - update to 8.14.7dinoex2013-04-23