Index: head/www/bk2site/files/patch-iwebstream.C =================================================================== --- head/www/bk2site/files/patch-iwebstream.C (revision 90535) +++ head/www/bk2site/files/patch-iwebstream.C (nonexistent) @@ -1,22 +0,0 @@ ---- iwebstream.C~ Tue Sep 3 01:05:42 2002 -+++ iwebstream.C Tue Sep 3 01:08:08 2002 -@@ -33,7 +33,7 @@ - //#define DEBUG_TIMEOUT - - // The constructor. --iwebstream::iwebstream(string url, int timeout = 30) : defaultTimeout(timeout), data(""), position(0) { -+iwebstream::iwebstream(string url, int timeout) : defaultTimeout(timeout), data(""), position(0) { - string origurl = url; - string method; - string host; -@@ -424,8 +424,8 @@ - // Case is ignored in comparisions. - // If begin is not found, return "". Move position to point to char after end; - // If end == "" then just find begin and place position just after it --string iwebstream::findTag(const string & begin, const string & end, const string & after = "", -- const string & before = "") { -+string iwebstream::findTag(const string & begin, const string & end, const string & after, -+ const string & before) { - // cout << "findTag begin=" << begin << "=" << endl - // << "end=" << end << "=" << endl - // << "after=" << after << "=" << endl Property changes on: head/www/bk2site/files/patch-iwebstream.C ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/www/bk2site/files/patch-reference.C =================================================================== --- head/www/bk2site/files/patch-reference.C (revision 90535) +++ head/www/bk2site/files/patch-reference.C (nonexistent) @@ -1,35 +0,0 @@ ---- reference.C~ Tue Sep 3 01:02:48 2002 -+++ reference.C Tue Sep 3 01:04:14 2002 -@@ -1189,7 +1189,7 @@ - - The hard work is done by FolderCommentParser - */ --void referenceTree::fixCommentCommands(const string parentFolderHTML = ""){ -+void referenceTree::fixCommentCommands(const string parentFolderHTML){ - for (vector::iterator i = contents.begin(); i != contents.end(); ++i){ - reference& r = *i; - replaceAll(r.comment,"<","<"); -@@ -1398,7 +1398,7 @@ - returns the number of elements added. - Only adds URLS that are not Private and not Aliasof another one and - are not under avoidFolder. */ --void referenceTree::makeVector(vector & vr, const string & avoidFolder = "") -+void referenceTree::makeVector(vector & vr, const string & avoidFolder) - { - for (vector::iterator i = contents.begin(); i != contents.end(); ++i){ - reference & r = *i; -@@ -1466,10 +1466,10 @@ - void referenceTree::createSiteH(const string varValues[], vector & allReferences, - channelContainer & channels, - fileView & baseView, fileView & otherView, -- vector & newsItems, int depth = 0, -- string navigateBar = "", string searchNavBar = "", -- string parentTitle = "", string folderTitle="", -- string filePath = "") { -+ vector & newsItems, int depth, -+ string navigateBar, string searchNavBar, -+ string parentTitle, string folderTitle, -+ string filePath ) { - string ofileName; - fileView & fv = baseView; - string fileContents; Property changes on: head/www/bk2site/files/patch-reference.C ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/www/bk2site/Makefile =================================================================== --- head/www/bk2site/Makefile (revision 90535) +++ head/www/bk2site/Makefile (revision 90536) @@ -1,63 +1,63 @@ # ex:ts=8 # Ports collection makefile for: bk2site # Date created: Wed Dec 06, 2000 # Whom: clive # # $FreeBSD$ # PORTNAME= bk2site -PORTVERSION= 1.1.8 +PORTVERSION= 1.1.9 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= clive@FreeBSD.org COMMENT= Transforms Netscape bookmarks into a Yahoo-like website .include APXS= ${LOCALBASE}/sbin/apxs .if exists(${APXS}) RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 # Specify these directories in relative paths to ${PREFIX}. .if !exists(${PREFIX}/www) && exists(${PREFIX}/share/apache) CGIDIR?= share/apache/cgi-bin ICONSDIR?= share/apache/icons .else CGIDIR?= www/cgi-bin/${PORTNAME} ICONSDIR?= www/icons/${PORTNAME} .endif .else # No apache installed. CGIDIR?= share/${PORTNAME} ICONSDIR?= share/${PORTNAME} .endif MAN1= bk2site.1 USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix="${PREFIX}" --enable-standard-datadir MAKE_ARGS= CXXFLAGS="${CXXFLAGS} -Wno-deprecated" PLIST_SUB= CGIDIR="${CGIDIR}" ICONSDIR="${ICONSDIR}" post-patch: @${REINPLACE_CMD} -e 's,/etc/bk2site,${PREFIX}/etc/bk2site,' \ ${WRKSRC}/dot.bk2siterc ${WRKSRC}/search.pl ${WRKSRC}/bk2site.1 \ ${WRKSRC}/bk2site.html @${REINPLACE_CMD} -e 's,/icons/,/icons/bk2site/,' ${WRKSRC}/* @${REINPLACE_CMD} -e 's,long int l,time_t l,' ${WRKSRC}/reference.C post-install: ${MKDIR} ${PREFIX}/etc/${PORTNAME} ${MKDIR} ${PREFIX}/${ICONSDIR} ${MKDIR} ${PREFIX}/${CGIDIR} ${CP} ${WRKSRC}/*.html ${PREFIX}/etc/${PORTNAME} ${CP} ${WRKSRC}/*.gif ${PREFIX}/${ICONSDIR} ${CP} ${WRKSRC}/*.pl ${PREFIX}/${CGIDIR} ${CHMOD} +x ${PREFIX}/${CGIDIR}/*.pl @${CAT} ${PKGMESSAGE} .include Property changes on: head/www/bk2site/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/www/bk2site/distinfo =================================================================== --- head/www/bk2site/distinfo (revision 90535) +++ head/www/bk2site/distinfo (revision 90536) @@ -1 +1 @@ -MD5 (bk2site-1.1.8.tar.gz) = 35417b26e056926d42925f25268082a8 +MD5 (bk2site-1.1.9.tar.gz) = b4dc14f4516e580aac9d7ce4aed16a38 Property changes on: head/www/bk2site/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property