diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-05-02 20:21:41 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-05-02 20:21:41 +0000 |
commit | a89d8b834bc848162203cc8de564ef5a1aaeb4a6 (patch) | |
tree | 09bcbdf40f8268883b4ba6f1259c1f97bd5f26e5 /net-im | |
parent | 48fb7f9f4b4fa0777e3771289ff93b5ca0b090d3 (diff) | |
download | ports-a89d8b834bc848162203cc8de564ef5a1aaeb4a6.tar.gz ports-a89d8b834bc848162203cc8de564ef5a1aaeb4a6.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/licq/Makefile | 19 | ||||
-rw-r--r-- | net-im/licq/distinfo | 2 | ||||
-rw-r--r-- | net-im/licq/files/patch-aa | 49 | ||||
-rw-r--r-- | net-im/licq/files/patch-ab | 33 | ||||
-rw-r--r-- | net-im/licq/files/patch-ac | 11 | ||||
-rw-r--r-- | net-im/licq/files/patch-ad | 11 | ||||
-rw-r--r-- | net-im/licq/files/patch-ae | 11 | ||||
-rw-r--r-- | net-im/licq/pkg-plist | 67 |
8 files changed, 65 insertions, 138 deletions
diff --git a/net-im/licq/Makefile b/net-im/licq/Makefile index b0c74116c92b..5454467b3f94 100644 --- a/net-im/licq/Makefile +++ b/net-im/licq/Makefile @@ -3,24 +3,31 @@ # Date created: 2 July 1998 # Whom: Brian Feldman # -# $Id: Makefile,v 1.4 1998/08/12 06:29:32 asami Exp $ +# $Id: Makefile,v 1.5 1998/11/02 04:04:40 steve Exp $ # -DISTNAME= licq-0.44 +DISTNAME= licq-0.61 CATEGORIES= net -MASTER_SITES= http://pages.infinit.net/fairoff/licq/ +MASTER_SITES= ftp://ftp.wibble.net/pub/licq/srcs/ \ + ftp://licq.darkorb.net/srcs/ \ + ftp://ftp.fanfic.org/pub/licq/srcs/ \ + ftp://ftp.inter-i.uni-mainz.de/pub/licq/srcs/ MAINTAINER= green@unixhelp.org -FETCH_BEFORE_ARGS= -b - USE_QT= yes WRKSRC= ${WRKDIR}/${DISTNAME} USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-qt-includes=${X11BASE}/include/X11/qt --with-qt-libs=${X11BASE}/lib MAN1= licq.1 +post-install: + @${MKDIR} ${PREFIX}/share/licq + @${CP} ${WRKSRC}/contrib/licq.* ${WRKSRC}/contrib/viewurl* \ + ${PREFIX}/share/licq + @chmod 555 ${PREFIX}/share/licq/* + @chown bin.bin ${PREFIX}/share/licq/* + .include <bsd.port.mk> diff --git a/net-im/licq/distinfo b/net-im/licq/distinfo index bf002ad32194..cd5cbb74aa42 100644 --- a/net-im/licq/distinfo +++ b/net-im/licq/distinfo @@ -1 +1 @@ -MD5 (licq-0.44.tar.gz) = d98f04a8e788516f4f2d7fe467880577 +MD5 (licq-0.61.tar.gz) = 5abfb71ab1dcd45ca6f349d5e0dd26a1 diff --git a/net-im/licq/files/patch-aa b/net-im/licq/files/patch-aa index a48b995d42f2..41d231f474bb 100644 --- a/net-im/licq/files/patch-aa +++ b/net-im/licq/files/patch-aa @@ -1,29 +1,22 @@ ---- misc/Makefile.in.orig Fri Oct 30 13:29:28 1998 -+++ misc/Makefile.in Sun Nov 1 21:22:45 1998 -@@ -17,6 +17,7 @@ - INSTALL = @INSTALL@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_SCRIPT = ${INSTALL} -c -o bin -g bin -m 555 - - CONF_FILES = sample.uin users.conf licq.conf - -@@ -31,9 +32,9 @@ - $(RM) Makefile - - install: -- ${INSTALL_PROGRAM} licq.javaconvert ${bindir} -- ${INSTALL_PROGRAM} licq.micqconvert ${bindir} -- ${INSTALL_PROGRAM} licq.winconvert ${bindir} -+ ${INSTALL_SCRIPT} licq.javaconvert ${bindir} -+ ${INSTALL_SCRIPT} licq.micqconvert ${bindir} -+ ${INSTALL_SCRIPT} licq.winconvert ${bindir} - ${INSTALL} -d ${pkgdatadir}/data - ${INSTALL} -d ${pkgdatadir}/conf - ${INSTALL} -d ${pkgdatadir}/translations -@@ -46,4 +47,5 @@ - for i in translations/*; do \ - ${INSTALL_DATA} $$i ${pkgdatadir}/translations; \ - done -+ ${INSTALL} licq.1 ${prefix}/man/man1 +--- src/messagebox.cpp.old Tue Mar 9 15:42:14 1999 ++++ src/messagebox.cpp Tue Mar 9 15:42:55 1999 +@@ -67,7 +67,7 @@ + QColorGroup newNormal(normal.foreground(), normal.background(), normal.light(), normal.dark(), + normal.mid(), normal.text(), QColor(192, 192, 192)); + setPalette(QPalette(newNormal, pal.disabled(), newNormal)); +- setStyle(WindowsStyle); ++ setStyle(MotifStyle); + setFrameStyle(QFrame::Panel | QFrame::Sunken); + } +--- src/searchuserdlg.cpp.old Tue Mar 9 15:42:23 1999 ++++ src/searchuserdlg.cpp Tue Mar 9 15:42:48 1999 +@@ -115,7 +115,7 @@ + QColorGroup normal(pal.normal()); + QColorGroup newNormal(normal.foreground(), normal.background(), normal.light(), normal.dark(), normal.mid(), normal.text(), QColor(192, 192, 192)); + foundView->setPalette(QPalette(newNormal, pal.disabled(), newNormal));*/ +- foundView->setStyle(WindowsStyle); ++ foundView->setStyle(MotifStyle); + foundView->setFrameStyle(QFrame::Box | QFrame::Raised); + + connect (btnDone, SIGNAL(clicked()), this, SLOT(accept())); diff --git a/net-im/licq/files/patch-ab b/net-im/licq/files/patch-ab index 3c941d751f53..27aee2a8cbe9 100644 --- a/net-im/licq/files/patch-ab +++ b/net-im/licq/files/patch-ab @@ -1,11 +1,22 @@ ---- src/adduserdlg.cpp Fri Oct 30 14:29:03 1998 -+++ src/adduserdlg.cpp Fri Oct 30 19:23:23 1998 -@@ -13,7 +13,7 @@ - edtUin->setGeometry(100, 15, 120, 20); - edtUin->setValidator(new QIntValidator(0, 2147483647, edtUin)); - chkAlert = new QCheckBox("Alert User", this); -- chkAlert->setStyle(WindowsStyle); -+ chkAlert->setStyle(MotifStyle); - chkAlert->setGeometry(10, 50, 80, 20); - chkAlert->setEnabled(false); //for now - btnOk = new QPushButton("Ok", this); +--- acconfig.h.old Wed Mar 10 10:05:47 1999 ++++ acconfig.h Wed Mar 10 10:06:26 1999 +@@ -14,7 +14,7 @@ + + /* Change this to MotifStyle if you want the old-school Motif + widget look. */ +-#define STYLE WindowsStyle ++#define STYLE MotifStyle + + /* The name of the package we're compiling */ + #undef PACKAGE +--- config.h.in.old Wed Mar 10 10:05:53 1999 ++++ config.h.in Wed Mar 10 10:06:17 1999 +@@ -15,7 +15,7 @@ + + /* Change this to MotifStyle if you want the old-school Motif + widget look. */ +-#define STYLE WindowsStyle ++#define STYLE MotifStyle + + /* The name of the package we're compiling */ + #undef PACKAGE diff --git a/net-im/licq/files/patch-ac b/net-im/licq/files/patch-ac deleted file mode 100644 index b688b8f3c3d4..000000000000 --- a/net-im/licq/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- src/licq.cpp Fri Oct 30 14:29:03 1998 -+++ src/licq.cpp Fri Oct 30 19:23:35 1998 -@@ -67,7 +67,7 @@ - cout << "Done installation, continuing load." << endl << endl; - } - -- setStyle(WindowsStyle); -+ setStyle(MotifStyle); - // create the main widgets - if (DEBUG_LEVEL >= 1) cout << "\n=> Setting up Licq daemon." << endl; - icq = new ICQ; diff --git a/net-im/licq/files/patch-ad b/net-im/licq/files/patch-ad deleted file mode 100644 index 14bc458a7612..000000000000 --- a/net-im/licq/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- src/messagebox.cpp Fri Oct 30 14:29:24 1998 -+++ src/messagebox.cpp Fri Oct 30 19:23:42 1998 -@@ -56,7 +56,7 @@ - QColorGroup newNormal(normal.foreground(), normal.background(), normal.light(), normal.dark(), - normal.mid(), normal.text(), QColor(192, 192, 192)); - setPalette(QPalette(newNormal, pal.disabled(), newNormal)); -- setStyle(WindowsStyle); -+ setStyle(MotifStyle); - setFrameStyle(QFrame::Panel | QFrame::Sunken); - - } diff --git a/net-im/licq/files/patch-ae b/net-im/licq/files/patch-ae deleted file mode 100644 index b3eaa9409a16..000000000000 --- a/net-im/licq/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ ---- src/searchuserdlg.cpp Fri Oct 30 14:29:22 1998 -+++ src/searchuserdlg.cpp Fri Oct 30 19:23:46 1998 -@@ -109,7 +109,7 @@ - QColorGroup normal(pal.normal()); - QColorGroup newNormal(normal.foreground(), normal.background(), normal.light(), normal.dark(), normal.mid(), normal.text(), QColor(192, 192, 192)); - foundView->setPalette(QPalette(newNormal, pal.disabled(), newNormal));*/ -- foundView->setStyle(WindowsStyle); -+ foundView->setStyle(MotifStyle); - foundView->setFrameStyle(QFrame::Box | QFrame::Raised); - - connect (btnCancelSearch, SIGNAL(clicked()), this, SLOT(reject())); diff --git a/net-im/licq/pkg-plist b/net-im/licq/pkg-plist index 56fcd10a0cf0..e7c4b870db02 100644 --- a/net-im/licq/pkg-plist +++ b/net-im/licq/pkg-plist @@ -1,60 +1,9 @@ bin/licq -bin/licq.javaconvert -bin/licq.micqconvert -bin/licq.winconvert -share/Licq/conf/licq.conf -share/Licq/conf/sample.uin -share/Licq/conf/users.conf -share/Licq/data/away.ppm -share/Licq/data/bg.ppm -share/Licq/data/chat.wav -share/Licq/data/dnd.ppm -share/Licq/data/file.wav -share/Licq/data/message-orig.wav -share/Licq/data/message.ppm -share/Licq/data/message.wav -share/Licq/data/na.ppm -share/Licq/data/notify.wav -share/Licq/data/occupied.ppm -share/Licq/data/offline.ppm -share/Licq/data/online.ppm -share/Licq/data/private.ppm -share/Licq/data/status-icq.tar.gz -share/Licq/data/url.wav -share/Licq/translations/ASCII -share/Licq/translations/CP437 -share/Licq/translations/CP850 -share/Licq/translations/DANISH -share/Licq/translations/DEC_MCS -share/Licq/translations/DG_MCS -share/Licq/translations/DUTCH -share/Licq/translations/FINNISH -share/Licq/translations/FRENCH -share/Licq/translations/FRENCH_CANADIAN -share/Licq/translations/GERMAN -share/Licq/translations/HP_MCS -share/Licq/translations/IRV -share/Licq/translations/ITALIAN -share/Licq/translations/JIS -share/Licq/translations/MACINTOSH -share/Licq/translations/NEXT -share/Licq/translations/NORWEGIAN_1 -share/Licq/translations/NORWEGIAN_2 -share/Licq/translations/POLISH -share/Licq/translations/POLISH_NOPL -share/Licq/translations/PORTUGUESE -share/Licq/translations/PORTUGUESE_COM -share/Licq/translations/RUSSIAN -share/Licq/translations/RUSSIAN_ALT -share/Licq/translations/RUSSIAN_WIN -share/Licq/translations/SPANISH -share/Licq/translations/SWEDISH -share/Licq/translations/SWEDISH_NAMES -share/Licq/translations/SWEDISH_NAMES_COM -share/Licq/translations/SWISS -share/Licq/translations/UNITED_KINGDOM -share/Licq/translations/UNITED_KINGDOM_COM -@dirrm share/Licq/conf -@dirrm share/Licq/data -@dirrm share/Licq/translations -@dirrm share/Licq +share/licq-base.tar.gz +share/licq/licq.javaconvert +share/licq/licq.micqconvert +share/licq/licq.winconvert +share/licq/viewurl-lynx.sh +share/licq/viewurl-ncftp.sh +share/licq/viewurl-netscape.sh +@dirrm share/licq |