Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 May 2017 11:45:07 +0000 (UTC)
From:      Eugene Grosbein <eugen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r441678 - in head/news: . husky-sqpack
Message-ID:  <201705251145.v4PBj7Zj086723@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705251145.v4PBj7Zj086723>