Index: head/news/Makefile =================================================================== --- head/news/Makefile (revision 441677) +++ head/news/Makefile (revision 441678) @@ -1,81 +1,82 @@ # $FreeBSD$ # COMMENT = Network news SUBDIR += atp SUBDIR += aub SUBDIR += brag SUBDIR += c-nocem SUBDIR += cg SUBDIR += cleanfeed SUBDIR += cnews SUBDIR += crashmail SUBDIR += diablo SUBDIR += fidogate SUBDIR += golded+ SUBDIR += gup SUBDIR += hellanzb 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 += newscache SUBDIR += newsfetch SUBDIR += newsfish SUBDIR += newsgrab SUBDIR += newspost SUBDIR += newsstar SUBDIR += newsx SUBDIR += nget SUBDIR += nn SUBDIR += nnap SUBDIR += nntp SUBDIR += nntpbtr SUBDIR += nntpcache SUBDIR += noffle SUBDIR += nzbget 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 += papercut SUBDIR += pgpmoose SUBDIR += plor SUBDIR += py-pynzb SUBDIR += py-twistedNews SUBDIR += py-yenc SUBDIR += rawdog SUBDIR += s-news SUBDIR += sabnzbdplus SUBDIR += slrn SUBDIR += slrnconf SUBDIR += slrnface SUBDIR += sn SUBDIR += suck SUBDIR += suck-cnews SUBDIR += tin SUBDIR += trn SUBDIR += trn4 SUBDIR += ubh SUBDIR += xpn SUBDIR += xrn SUBDIR += yencode SUBDIR += yydecode .include Index: head/news/husky-sqpack/Makefile =================================================================== --- head/news/husky-sqpack/Makefile (nonexistent) +++ head/news/husky-sqpack/Makefile (revision 441678) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= husky-sqpack + +COMMENT= Husky FTN msgbase packer + +LIB_DEPENDS= libfidoconfig.so:news/husky-fidoconf + +USE_LDCONFIG= yes +PLIST_FILES= bin/sqpack man/man1/sqpack.1.gz + +MASTERDIR= ${.CURDIR}/../husky +COMPONENT_SUBDIR= sqpack + +post-patch: + ${REINPLACE_CMD} -e 's^/etc/fido/config^${PREFIX}/etc/fido/config^' \ + ${WRKSRC}/sqpack.1 + +.include "${MASTERDIR}/Makefile" Property changes on: head/news/husky-sqpack/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/husky-sqpack/pkg-descr =================================================================== --- head/news/husky-sqpack/pkg-descr (nonexistent) +++ head/news/husky-sqpack/pkg-descr (revision 441678) @@ -0,0 +1,6 @@ +sqpack purges squish and jam msgbases taken from fidoconfig + +sqpack is a part of Husky Fidosoft Project. +Husky is complete freeware suite of Fidonet applications. + +WWW: http://husky.sourceforge.net/ Property changes on: head/news/husky-sqpack/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ 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