Initial import of quirc-0.9.79
quirc is an irc client that uses Tcl/Tk.
This commit is contained in:
parent
47ae1b9164
commit
a7ada8bdc3
31
net/quirc/Makefile
Normal file
31
net/quirc/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/01/19 03:00:58 kevlo Exp $
|
||||
|
||||
DISTNAME= quirc-0.9.79
|
||||
CATEGORIES= net
|
||||
NEED_VERSION= 1.351
|
||||
|
||||
HOMEPAGE= http://patearl.powersurfr.com/quirc/
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
|
||||
LIB_DEPENDS= tk83.1.3::x11/tk/8.3
|
||||
|
||||
USE_X11= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= --with-tk-include-dir=${PREFIX}/include/tk8.3.2 \
|
||||
--with-tk-lib-dir=${PREFIX}/lib/tk8.3.2
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/quirc/common
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/quirc/themes
|
||||
${INSTALL_DATA} ${WRKSRC}/data/common/install.tcl ${PREFIX}/share/quirc/common
|
||||
${INSTALL_DATA} ${WRKSRC}/data/themes/default.tcl ${PREFIX}/share/quirc/themes
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/quirc/files/md5
Normal file
3
net/quirc/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (quirc-0.9.79.tar.gz) = 46dc2bd6365a560fcbb785d18d990dd5
|
||||
RMD160 (quirc-0.9.79.tar.gz) = bd35db7be7e4c45805c232c7175f4835923c157f
|
||||
SHA1 (quirc-0.9.79.tar.gz) = e8028b319df096ac1a8fddd0537a247f9d5b948c
|
11
net/quirc/patches/patch-Makefile.in
Normal file
11
net/quirc/patches/patch-Makefile.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile.in.orig Wed Aug 2 10:24:59 2000
|
||||
+++ Makefile.in Wed Jan 17 17:17:46 2001
|
||||
@@ -93,7 +93,7 @@
|
||||
|
||||
# Documentation
|
||||
|
||||
-docdir = $(prefix)/doc/@PACKAGE@
|
||||
+docdir = $(prefix)/share/doc/@PACKAGE@
|
||||
doc_DATA = FAQ AUTHORS COPYING ChangeLog INSTALL NEWS README ChangeLog.themes
|
||||
|
||||
# RPM and spec file generation
|
44
net/quirc/patches/patch-data_Makefile_in
Normal file
44
net/quirc/patches/patch-data_Makefile_in
Normal file
@ -0,0 +1,44 @@
|
||||
--- data/Makefile.in.orig Wed Aug 2 10:24:59 2000
|
||||
+++ data/Makefile.in Wed Jan 17 16:50:46 2001
|
||||
@@ -68,7 +68,7 @@
|
||||
VERSION = @VERSION@
|
||||
WISH = @WISH@
|
||||
|
||||
-pkgdata_DATA_noGENERATED = dal.tcl doc.tcl info.tcl fun.tcl global.tcl listfile.tcl mircservers.tcl newserver.tcl notify.tcl popups.tcl qwidgets.tcl server.tcl variables.tcl winpopup.tcl servers themes/default.tcl common/install.tcl
|
||||
+pkgdata_DATA_noGENERATED = dal.tcl doc.tcl info.tcl fun.tcl global.tcl listfile.tcl mircservers.tcl newserver.tcl notify.tcl popups.tcl qwidgets.tcl server.tcl variables.tcl winpopup.tcl servers
|
||||
|
||||
pkgdata_DATA = $(pkgdata_DATA_noGENERATED) VERSION quedit fontsel
|
||||
|
||||
@@ -124,23 +124,6 @@
|
||||
tags: TAGS
|
||||
TAGS:
|
||||
|
||||
-
|
||||
-distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
|
||||
-
|
||||
-subdir = data
|
||||
-
|
||||
-distdir: $(DISTFILES)
|
||||
- $(mkinstalldirs) $(distdir)/common $(distdir)/themes
|
||||
- @for file in $(DISTFILES); do \
|
||||
- d=$(srcdir); \
|
||||
- if test -d $$d/$$file; then \
|
||||
- cp -pr $$d/$$file $(distdir)/$$file; \
|
||||
- else \
|
||||
- test -f $(distdir)/$$file \
|
||||
- || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
||||
- || cp -p $$d/$$file $(distdir)/$$file || :; \
|
||||
- fi; \
|
||||
- done
|
||||
info-am:
|
||||
info: info-am
|
||||
dvi-am:
|
||||
@@ -196,7 +179,7 @@
|
||||
|
||||
maintainer-clean: maintainer-clean-am
|
||||
|
||||
-.PHONY: uninstall-pkgdataDATA install-pkgdataDATA tags distdir info-am \
|
||||
+.PHONY: uninstall-pkgdataDATA install-pkgdataDATA tags info-am \
|
||||
info dvi-am dvi check check-am installcheck-am installcheck \
|
||||
install-exec-local install-exec-am install-exec install-data-am \
|
||||
install-data install-am install uninstall-am uninstall all-redirect \
|
11
net/quirc/patches/patch-doc_Makefile_in
Normal file
11
net/quirc/patches/patch-doc_Makefile_in
Normal file
@ -0,0 +1,11 @@
|
||||
--- doc/Makefile.in.orig Wed Jan 17 17:18:12 2001
|
||||
+++ doc/Makefile.in Wed Jan 17 17:18:30 2001
|
||||
@@ -68,7 +68,7 @@
|
||||
VERSION = @VERSION@
|
||||
WISH = @WISH@
|
||||
|
||||
-docdir = $(prefix)/doc/@PACKAGE@
|
||||
+docdir = $(prefix)/share/doc/@PACKAGE@
|
||||
|
||||
doc_DATA = rfc1459.txt color.txt nickcomp.txt quedit.txt
|
||||
|
1
net/quirc/pkg/COMMENT
Normal file
1
net/quirc/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
irc client that uses tcl/tk
|
4
net/quirc/pkg/DESCR
Normal file
4
net/quirc/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
Quirc is an irc client for the X window system that uses Tcl/Tk.
|
||||
It boasts many advanced scripting facilities and a clean interface.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
38
net/quirc/pkg/PLIST
Normal file
38
net/quirc/pkg/PLIST
Normal file
@ -0,0 +1,38 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/01/19 03:00:58 kevlo Exp $
|
||||
bin/quirc
|
||||
share/doc/quirc/AUTHORS
|
||||
share/doc/quirc/COPYING
|
||||
share/doc/quirc/ChangeLog
|
||||
share/doc/quirc/ChangeLog.themes
|
||||
share/doc/quirc/FAQ
|
||||
share/doc/quirc/INSTALL
|
||||
share/doc/quirc/NEWS
|
||||
share/doc/quirc/README
|
||||
share/doc/quirc/color.txt
|
||||
share/doc/quirc/nickcomp.txt
|
||||
share/doc/quirc/quedit.txt
|
||||
share/doc/quirc/rfc1459.txt
|
||||
share/quirc/VERSION
|
||||
share/quirc/common/install.tcl
|
||||
share/quirc/dal.tcl
|
||||
share/quirc/doc.tcl
|
||||
share/quirc/fontsel
|
||||
share/quirc/fun.tcl
|
||||
share/quirc/global.tcl
|
||||
share/quirc/info.tcl
|
||||
share/quirc/listfile.tcl
|
||||
share/quirc/mircservers.tcl
|
||||
share/quirc/newserver.tcl
|
||||
share/quirc/notify.tcl
|
||||
share/quirc/popups.tcl
|
||||
share/quirc/quedit
|
||||
share/quirc/qwidgets.tcl
|
||||
share/quirc/server.tcl
|
||||
share/quirc/servers
|
||||
share/quirc/themes/default.tcl
|
||||
share/quirc/variables.tcl
|
||||
share/quirc/winpopup.tcl
|
||||
@dirrm share/quirc/themes
|
||||
@dirrm share/quirc/common
|
||||
@dirrm share/quirc
|
||||
@dirrm share/doc/quirc
|
Loading…
x
Reference in New Issue
Block a user