Index: head/news/Makefile =================================================================== --- head/news/Makefile (revision 553499) +++ head/news/Makefile (revision 553500) @@ -1,73 +1,74 @@ # $FreeBSD$ # COMMENT = Network news SUBDIR += atp SUBDIR += aub SUBDIR += c-nocem SUBDIR += cg SUBDIR += cleanfeed SUBDIR += cnews SUBDIR += diablo SUBDIR += fidogate SUBDIR += fidogate4 SUBDIR += golded+ SUBDIR += gup SUBDIR += husky SUBDIR += husky-areafix SUBDIR += husky-fidoconf SUBDIR += husky-hpt SUBDIR += husky-htick SUBDIR += husky-huskylib SUBDIR += husky-smapi SUBDIR += husky-sqpack SUBDIR += ifmail SUBDIR += inn SUBDIR += knews SUBDIR += leafnode SUBDIR += lusernet SUBDIR += mail2nntp SUBDIR += mmail SUBDIR += multisuck SUBDIR += newsfetch SUBDIR += newsfish SUBDIR += newsgrab SUBDIR += newspost SUBDIR += newsstar SUBDIR += newsx SUBDIR += nget SUBDIR += nn SUBDIR += nnap SUBDIR += nntp SUBDIR += nntpcache SUBDIR += noffle SUBDIR += nzbget SUBDIR += nzbhydra2 SUBDIR += nzbperl SUBDIR += p5-NNTPClient SUBDIR += p5-News-Article SUBDIR += p5-News-Article-NoCeM SUBDIR += p5-News-Newsrc SUBDIR += p5-POE-Component-Client-NNTP SUBDIR += p5-POE-Component-Server-NNTP SUBDIR += pan SUBDIR += pgpmoose SUBDIR += plor SUBDIR += py-pynzb SUBDIR += py-sabyenc SUBDIR += py-sabyenc3 + SUBDIR += rntrack SUBDIR += s-news SUBDIR += sabnzbdplus SUBDIR += slrn SUBDIR += slrnface SUBDIR += suck SUBDIR += suck-cnews SUBDIR += tin SUBDIR += trn SUBDIR += trn4 SUBDIR += ubh SUBDIR += yencode SUBDIR += yydecode .include Index: head/news/rntrack/Makefile =================================================================== --- head/news/rntrack/Makefile (nonexistent) +++ head/news/rntrack/Makefile (revision 553500) @@ -0,0 +1,75 @@ +# $FreeBSD$ + +PORTNAME= rntrack +PORTVERSION= 2.1.10 +CATEGORIES= news mail +MASTER_SITES= SF +MASTER_SITE_SUBDIR= ftrack-as/RNtrack/${PORTVERSION} +DISTNAME= rntrack-2_1_10-src + +MAINTAINER= admin@5034.ru +COMMENT= FTN Messages tracker + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= tar:bzip2 + +WRKSRC= ${WRKDIR}/${DISTNAME} +NO_WRKSUBDIR= yes + +USE_REINPLACE= yes +ALL_TARGET= ${PORTNAME} +MAKEFILE= ${WRKSRC}/MakeFiles/FreeBSD/Makefile +MAKE_ENV= CONFIG=${PREFIX}/etc/fido/rntrack/rntrack.cfg + +DOCS= FAQ_en FAQ_ru report.err report.err.ru + +OPTIONS_DEFINE= LOG_PID SCRIPTS SYSLOG_FORMAT + +SCRIPTS_DESC= Enable Perl scripts support +LOG_PID_DESC= Enable pid logging +SYSLOG_FORMAT_DESC= Use syslog-like log style + +.include + +.if ${PORT_OPTIONS:MSYSLOG_FORMAT} +MAKE_ARGS+= ENABLE_SYSLOG_LOG_FORMAT=1 +.endif + +.if ${PORT_OPTIONS:MLOG_PID} +MAKE_ARGS+= ENABLE_LOG_PID=1 +.endif + +.if ${PORT_OPTIONS:MSCRIPTS} +USES+= perl5 +MAKE_ARGS+= ENABLE_SCRIPTS=1 +.endif + +pre-configure: + ${CP} ${WRKSRC}/MakeFiles/FreeBSD/Makefile ${WRKSRC} + +pre-patch: + ${REINPLACE_CMD} -e "s@\.\./\.\./@@g" ${WRKSRC}/MakeFiles/FreeBSD/Makefile + +do-install: + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${MKDIR} ${STAGEDIR}${PREFIX}/etc/fido/rntrack + ${INSTALL_PROGRAM} ${WRKSRC}/rntrack ${STAGEDIR}${PREFIX}/sbin + ${MKDIR} ${STAGEDIR}${PREFIX}/etc/fido/rntrack/tpl + ${INSTALL_DATA} ${WRKSRC}/samples/node.cfg ${STAGEDIR}${PREFIX}/etc/fido/rntrack/rntrack.cfg-dist + ${INSTALL_DATA} ${WRKSRC}/samples/test.pl ${STAGEDIR}${PREFIX}/etc/fido/rntrack + ${INSTALL_DATA} ${WRKSRC}/samples/tpl/* ${STAGEDIR}${PREFIX}/etc/fido/rntrack/tpl + ${INSTALL_DATA} ${WRKSRC}/doc/rntrack.1 ${STAGEDIR}${PREFIX}/man/man1 + ${MKDIR} ${STAGEDIR}${PREFIX}/etc/fido/rntrack/tbl +.for f in alt2koi.tbl koi2alt.tbl + ${INSTALL_DATA} ${WRKSRC}/samples/${f} ${STAGEDIR}${PREFIX}/etc/fido/rntrack/tbl +.endfor +.for f in bignode.zip bignode2.zip node1042.zip node1157.zip node.cfg node2.cfg node3.cfg perl-test.cfg point.cfg point2.cfg traflog.tpl + ${INSTALL_DATA} ${WRKSRC}/samples/${f} ${STAGEDIR}${EXAMPLESDIR} +.endfor + ${MKDIR} ${STAGEDIR}${DOCSDIR} +.for f in ${DOCS} + ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${STAGEDIR}${DOCSDIR} +.endfor +.include Property changes on: head/news/rntrack/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/news/rntrack/distinfo =================================================================== --- head/news/rntrack/distinfo (nonexistent) +++ head/news/rntrack/distinfo (revision 553500) @@ -0,0 +1,3 @@ +TIMESTAMP = 1603347640 +SHA256 (rntrack-2_1_10-src.tar.bz2) = e54ec434534427ef60a85a5d854619c69047b4ee23abe94308de1eef0e1add91 +SIZE (rntrack-2_1_10-src.tar.bz2) = 704912 Property changes on: head/news/rntrack/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/news/rntrack/pkg-descr =================================================================== --- head/news/rntrack/pkg-descr (nonexistent) +++ head/news/rntrack/pkg-descr (revision 553500) @@ -0,0 +1,20 @@ +FTN Messages tracker + +What is this program for? +It is so called netmail "tracker". It's puprose is to process netmail +on netmail hubs, though it can be useful for an ordinary node. + +How does it work? +It takes a letter, compares it with a mask and if comparison was successful +it executes corresponding operation with this letter. + +Guarantees. +This product is Freeware. It is distributed in accordance to principle +As Is, and I can't provide any guarantee. The only thing I promise is +to correct founded mistakes more or less regulary and to produce new +versions. + +-- Alex Soukhotine +ph0enix@users.sourceforge.net + +WWW: https://sourceforge.net/projects/ftrack-as/ Property changes on: head/news/rntrack/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/news/rntrack/pkg-plist =================================================================== --- head/news/rntrack/pkg-plist (nonexistent) +++ head/news/rntrack/pkg-plist (revision 553500) @@ -0,0 +1,30 @@ +@dir %%DOCSDIR%% +@dir %%EXAMPLESDIR%% +@dir etc/fido/rntrack/tbl +@dir etc/fido/rntrack/tpl +@dir etc/fido/rntrack +etc/fido/rntrack/rntrack.cfg-dist +etc/fido/rntrack/tpl/audit.tpl +etc/fido/rntrack/tpl/badfrom.tpl +etc/fido/rntrack/tpl/badto.tpl +etc/fido/rntrack/tpl/loop.tpl +%%DOCSDIR%%/FAQ_en +%%DOCSDIR%%/FAQ_ru +%%DOCSDIR%%/report.err +%%DOCSDIR%%/report.err.ru +%%EXAMPLESDIR%%/bignode.zip +%%EXAMPLESDIR%%/bignode2.zip +%%EXAMPLESDIR%%/node1042.zip +%%EXAMPLESDIR%%/node1157.zip +%%EXAMPLESDIR%%/node.cfg +%%EXAMPLESDIR%%/node2.cfg +%%EXAMPLESDIR%%/node3.cfg +%%EXAMPLESDIR%%/perl-test.cfg +%%EXAMPLESDIR%%/point.cfg +%%EXAMPLESDIR%%/point2.cfg +%%EXAMPLESDIR%%/traflog.tpl +etc/fido/rntrack/test.pl +etc/fido/rntrack/tbl/alt2koi.tbl +etc/fido/rntrack/tbl/koi2alt.tbl +sbin/rntrack +man/man1/rntrack.1.gz Property changes on: head/news/rntrack/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property