svn commit: r441678 - in head/news: . husky-sqpack

Eugene Grosbein eugen at FreeBSD.org
Thu May 25 11:45:08 UTC 2017


Author: eugen
Date: Thu May 25 11:45:07 2017
New Revision: 441678
URL: https://svnweb.freebsd.org/changeset/ports/441678

Log:
  news/husky-sqpack is a subport for news/husky to purge squish and jam msgbases.
  It is a part of Husky Fidosoft Project.
  
  PR:		200481
  Submitted by:	Victor Sudakov <vas at mpeks.tomsk.su>
  Approved by:	vsevolod (mentor)

Added:
  head/news/husky-sqpack/
  head/news/husky-sqpack/Makefile   (contents, props changed)
  head/news/husky-sqpack/pkg-descr   (contents, props changed)
Modified:
  head/news/Makefile

Modified: head/news/Makefile
==============================================================================
--- head/news/Makefile	Thu May 25 11:35:30 2017	(r441677)
+++ head/news/Makefile	Thu May 25 11:45:07 2017	(r441678)
@@ -23,6 +23,7 @@
     SUBDIR += husky-htick
     SUBDIR += husky-huskylib
     SUBDIR += husky-smapi
+    SUBDIR += husky-sqpack
     SUBDIR += ifmail
     SUBDIR += inn
     SUBDIR += knews

Added: head/news/husky-sqpack/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/news/husky-sqpack/Makefile	Thu May 25 11:45:07 2017	(r441678)
@@ -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"

Added: head/news/husky-sqpack/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/news/husky-sqpack/pkg-descr	Thu May 25 11:45:07 2017	(r441678)
@@ -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/


More information about the svn-ports-all mailing list