notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
husky-sqpack Husky FTN msgbase packer
1.9.20201211_1 news on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.9.20191207Version of this port present on the latest quarterly branch.
Maintainer: osharoiko@gmail.com search for ports maintained by this maintainer
Port Added: 2003-01-05 19:34:53
Last Update: 2024-02-25 11:32:36
Commit Hash: 8cc779e
Also Listed In: mail
License: GPLv2
WWW:
https://husky.sourceforge.net/
Description:
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (6 items)
Collapse this list.
  1. bin/sqpack
  2. share/man/man1/sqpack.1.gz
  3. @ldconfig
  4. /usr/local/share/licenses/husky-sqpack-1.9.20201211_1/catalog.mk
  5. /usr/local/share/licenses/husky-sqpack-1.9.20201211_1/LICENSE
  6. /usr/local/share/licenses/husky-sqpack-1.9.20201211_1/GPLv2
Collapse this list.
Dependency lines:
  • husky-sqpack>0:news/husky-sqpack
To install the port:
cd /usr/ports/news/husky-sqpack/ && make install clean
To add the package, run one of these commands:
  • pkg install news/husky-sqpack
  • pkg install husky-sqpack
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: husky-sqpack
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1698620566 SHA256 (husky-all-1.9-source-20201211.zip) = d5a0de156e4b55714ddebec65d56eb4cc1757bdd7aff563d16d22909738947ee SIZE (husky-all-1.9-source-20201211.zip) = 5856220

Packages (timestamps in pop-ups are UTC):
husky-sqpack
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.9.20201211_11.9.20201211_11.9.201912071.9.20201211_11.9.20201211_1-1.9.20191207-
FreeBSD:13:quarterly1.9.202012111.9.202012111.9.201912071.9.202012111.9.202012111.9.202012111.9.202012111.9.20201211
FreeBSD:14:latest1.9.20201211_11.9.20201211_11.9.201912071.9.20201211_11.9.20201211_11.9.20191207-1.9.20191207
FreeBSD:14:quarterly1.9.202012111.9.20201211-1.9.202012111.9.202012111.9.202012111.9.202012111.9.20201211
FreeBSD:15:latest1.9.20201211_11.9.20201211_1n/a1.9.20201211n/a1.9.202012111.9.202012111.9.20201211
FreeBSD:15:quarterly--n/a-n/a---
Master port: news/husky
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
Library dependencies:
  1. libfidoconfig.so : news/husky-fidoconf
  2. libhusky.so : news/husky-huskylib
  3. libsmapi.so : news/husky-smapi
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
news_husky-sqpack
USES:
alias dos2unix gmake zip
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://download.huskyproject.org/sources/
Collapse this list.

Number of commits found: 27

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
This is a slave port. You may also want to view the commits to the master port: news/husky
CommitCreditsLog message
1.9.20201211_1
25 Feb 2024 11:32:36
commit hash: 8cc779e1900c5ac5a0be8b09b9b65a439f71c8bfcommit hash: 8cc779e1900c5ac5a0be8b09b9b65a439f71c8bfcommit hash: 8cc779e1900c5ac5a0be8b09b9b65a439f71c8bfcommit hash: 8cc779e1900c5ac5a0be8b09b9b65a439f71c8bf files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
news/husky*: Moved man to share/man

Approved by:    portmgr (blanket)
1.9.20191207
10 Sep 2022 17:41:16
commit hash: e79fe1aabc5b83364240652d62b99198a9ccfb32commit hash: e79fe1aabc5b83364240652d62b99198a9ccfb32commit hash: e79fe1aabc5b83364240652d62b99198a9ccfb32commit hash: e79fe1aabc5b83364240652d62b99198a9ccfb32 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Author: Tobias Kortkamp
Fix WWW in parent/child ports

Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
 a) just using the pkg-descr from the parents
 b) or had their own separate pkg-descr with custom WWW

Use WWW?= in parents when the child's WWW is different.

Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.

Approved by:	portmgr (implicit)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.9.20191207
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.9.20191207
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
1.9.20191207
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.9.20191207
08 Mar 2020 19:09:15
Revision:528069Original commit files touched by this commit
tcberner search for other commits by this committer
news/husky*: Update ports to latest versions

PR:		243030
Submitted by:	Oleg Sharoyko <osharoiko@gmail.com> (maintainer)
Reported by:	Ruslan Suleimanov <rs@paket.ua>
1.9.20140519_2
25 May 2017 11:45:07
Revision:441678Original commit files touched by this commit
eugen search for other commits by this committer
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)
1.2.4_2
19 Aug 2014 16:37:47
Revision:365394Original commit files touched by this commit
marino search for other commits by this committer
news/husky*: Remove Husky ports to pave way for next version

In a two-step process, the Husky ports that are due to be removed
on September 1 are being removed now.  The next step will be to rename
the husky-*-devel ports to plain husky-*

Approved by: 	former maintainer (fjoe@)
1.2.4_2
24 Jul 2014 16:33:10
Revision:362828Original commit files touched by this commit
bapt search for other commits by this committer
Reset maintainership for ports not staged with no pending PR

With hat:	portmgr
1.2.4_2
14 Jul 2014 18:42:04
Revision:361812Original commit files touched by this commit
bapt search for other commits by this committer
Modernize LIB_DEPENDS

With hat:	portmgr
1.2.4_2
20 Sep 2013 22:31:15
Revision:327759Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
news)
1.2.4_2
12 Jul 2013 12:28:43
Revision:322828Original commit files touched by this commit
bapt search for other commits by this committer
Do not define gmake usage after pre.mk
While here:
- trim headers
- convert to uses=gmake
- remove now useless pre.mk/post.mk dancing
1.2.4_2
09 May 2013 06:59:06
Revision:317723Original commit files touched by this commit
fjoe search for other commits by this committer
Unbreak on !i386.
1.2.4_1
20 Mar 2011 12:54:45
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
1.2.4_1
22 Aug 2009 00:32:25
Original commit files touched by this commit Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with N
1.2.4_1
11 May 2006 22:49:56
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with N
1.2.4_1
17 Nov 2005 19:04:58
Original commit files touched by this commit
fjoe search for other commits by this committer
Add SHA256 checksum.
1.2.4_1
06 Feb 2004 13:12:53
Original commit files touched by this commit
trevor search for other commits by this committer
Use PLIST_FILES (bento-tested, marcus-reviewed).
1.2.4_1
04 Feb 2004 12:46:51
Original commit files touched by this commit
fjoe search for other commits by this committer
SIZE'ify.
1.2.4_1
04 Feb 2004 05:10:27
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
1.2.4
25 Oct 2003 22:16:57
Original commit files touched by this commit
fjoe search for other commits by this committer
Update to 1.2.4.
1.2.3_1
02 Jun 2003 14:56:06
Original commit files touched by this commit
fjoe search for other commits by this committer
Husky maintainers were convinced to not use RPM revision in source tarball
names.
1.2.3_1
18 Feb 2003 11:53:38
Original commit files touched by this commit
fjoe search for other commits by this committer
De-pkg-comment.
1.2.3_1
11 Jan 2003 12:14:54
Original commit files touched by this commit
fjoe search for other commits by this committer
correctly specify path to fidoconfig configuration file in man pages
1.2.3_1
08 Jan 2003 21:20:20
Original commit files touched by this commit
fjoe search for other commits by this committer
fix comments, remove some (commented out) left-overs

Noticed by:     Gerrit Kuehn
1.2.3_1
05 Jan 2003 19:34:27
Original commit files touched by this commit
fjoe search for other commits by this committer
Add ports for Husky Fidosoft Project (most of modules from it).

Number of commits found: 27