diff options
Diffstat (limited to 'net-im/imcom')
| -rw-r--r-- | net-im/imcom/Makefile | 23 | ||||
| -rw-r--r-- | net-im/imcom/distinfo | 1 | ||||
| -rw-r--r-- | net-im/imcom/files/patch-Makefile.in | 41 | ||||
| -rw-r--r-- | net-im/imcom/pkg-descr | 7 | ||||
| -rw-r--r-- | net-im/imcom/pkg-plist | 35 |
5 files changed, 0 insertions, 107 deletions
diff --git a/net-im/imcom/Makefile b/net-im/imcom/Makefile deleted file mode 100644 index b1f8955551df..000000000000 --- a/net-im/imcom/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: imcom -# Date created: Jun 09 2002 -# Whom: Martijn Lina -# -# $FreeBSD$ - -PORTNAME= imcom -PORTVERSION= 1.32 -CATEGORIES= net -MASTER_SITES= http://nafai.dyndns.org/files/ - -MAINTAINER= martijn@pacno.net -COMMENT= IMCom is a command-line Jabber client written in Python - -BUILD_DEPENDS= ${PYEXPAT} -RUN_DEPENDS= ${BUILD_DEPENDS} - -GNU_CONFIGURE= yes -USE_PYTHON= yes - -MAN1= imcom.1 - -.include <bsd.port.mk> diff --git a/net-im/imcom/distinfo b/net-im/imcom/distinfo deleted file mode 100644 index 3badef892b9d..000000000000 --- a/net-im/imcom/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (imcom-1.32.tar.gz) = fad725be0e61f9227d0181409ba8bc06 diff --git a/net-im/imcom/files/patch-Makefile.in b/net-im/imcom/files/patch-Makefile.in deleted file mode 100644 index df15ce4564ed..000000000000 --- a/net-im/imcom/files/patch-Makefile.in +++ /dev/null @@ -1,41 +0,0 @@ ---- Makefile.in.orig Mon Jul 21 15:34:31 2003 -+++ Makefile.in Mon Jul 21 15:39:57 2003 -@@ -2,7 +2,7 @@ - exec_prefix = @exec_prefix@ - bindir = @bindir@ - datadir = @datadir@ --docdir = @datadir@/imcom/docs -+docdir = @datadir@/doc/imcom - mandir = @mandir@ - - all: -@@ -13,21 +13,23 @@ - - install-bin: install-modules - install -d -m 0755 ${bindir} -- install -m 0755 imcom ${bindir} -+ ${BSD_INSTALL_SCRIPT} imcom ${bindir} - - install-modules: - install -d -m 0755 ${datadir}/imcom - install -d -m 0755 ${datadir}/imcom/modules - install -m 0644 *.py ${datadir}/imcom - install -m 0644 modules/*.py ${datadir}/imcom/modules -- install -m 0755 CLI.py LogHandler.py AccountCreator.py ${datadir}/imcom -+ ${BSD_INSTALL_SCRIPT} CLI.py LogHandler.py AccountCreator.py ${datadir}/imcom - - install-doc: -- install -d -m 0755 ${docdir} - install -d -m 0755 ${mandir}/man1 -- install -m 0755 docs/*.html ${docdir} -- install -m 0755 CONTRIBUTORS LICENSE README README.autostatus TODO WHATSNEW ${docdir} -- install -m 0755 docs/imcom.1 ${mandir}/man1/imcom.1 -+ ${BSD_INSTALL_MAN} docs/imcom.1 ${mandir}/man1/imcom.1 -+.if !defined(NOPORTDOCS) -+ install -d -m 0755 ${docdir} -+ ${BSD_INSTALL_DATA} docs/*.html ${docdir} -+ ${BSD_INSTALL_DATA} CONTRIBUTORS LICENSE README README.autostatus TODO WHATSNEW ${docdir} -+.endif - - - uninstall: diff --git a/net-im/imcom/pkg-descr b/net-im/imcom/pkg-descr deleted file mode 100644 index fd7dcc6bf895..000000000000 --- a/net-im/imcom/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -IMCom is a command-line Jabber client written in Python. - -Its original goal was to replace mICQ as my instant messenger. To that end it -looks very similar to mICQ, though the actual command interpreter is a bit -different. Commands are issued to IMCom in a style similar to IRC. - -WWW: http://imcom.floobin.cx/ diff --git a/net-im/imcom/pkg-plist b/net-im/imcom/pkg-plist deleted file mode 100644 index 511318a8f82c..000000000000 --- a/net-im/imcom/pkg-plist +++ /dev/null @@ -1,35 +0,0 @@ -bin/imcom -share/imcom/modules/__init__.py -share/imcom/modules/awaylogmodule.py -share/imcom/modules/conferencecolorsmodule.py -share/imcom/modules/examplemodule.py -share/imcom/modules/testmodule.py -share/imcom/AccountCreator.py -share/imcom/AutoStatus.py -share/imcom/CICommands.py -share/imcom/CLI.py -share/imcom/Colors.py -share/imcom/IHTTPServer.py -share/imcom/IMCom.py -share/imcom/JabberHandler.py -share/imcom/JabberTags.py -share/imcom/LogHandler.py -share/imcom/Preferences.py -share/imcom/SocketWrapper.py -share/imcom/VCardTags.py -%%PORTDOCS%%%%DOCSDIR%%/advanced.html -%%PORTDOCS%%%%DOCSDIR%%/commands.html -%%PORTDOCS%%%%DOCSDIR%%/download.html -%%PORTDOCS%%%%DOCSDIR%%/imcomrc.html -%%PORTDOCS%%%%DOCSDIR%%/news.html -%%PORTDOCS%%%%DOCSDIR%%/template.html -%%PORTDOCS%%%%DOCSDIR%%/whatis.html -%%PORTDOCS%%%%DOCSDIR%%/CONTRIBUTORS -%%PORTDOCS%%%%DOCSDIR%%/LICENSE -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/README.autostatus -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%%%DOCSDIR%%/WHATSNEW -@dirrm share/imcom/modules -@dirrm share/imcom -%%PORTDOCS%%@dirrm %%DOCSDIR%% |
