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) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
fastcrc Fast CRC routines
1.0 devel on this many watch lists=3 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.0Version of this port present on the latest quarterly branch.
Ignore IGNORE: is only for i386, while you are running amd64
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
People watching this port, also watch:: autoconf, rsync, zip, pcre, gmake
License: not specified in port
WWW:
http://www.whizkidtech.redprince.net/fports/
Description:
Fast CRC routines written in assembly language, callable using the C and Pascal calling conventions, as well as directly from assembly language programs. This Unix port contains routines for the calculation of traditional CRC-32 used by Zmodem, Opus, Ethernet, and many other protocols. It also contains routines for the POSIX 1003.2 32-bit CRC calculation. See ${PREFIX}/share/doc/fastcrc/index.html for reference. This port requires ELF. It creates libfcrc.so.1, and includes <fastcrc.h> for C programmers. Dependencies: nasm
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (9 items)
Collapse this list.
  1. @ldconfig
  2. bin/fc
  3. include/fastcrc.h
  4. lib/libfcrc.so
  5. lib/libfcrc.so.1
  6. share/doc/fastcrc/index.html
  7. @owner
  8. @group
  9. @mode
Collapse this list.
Dependency lines:
  • fastcrc>0:devel/fastcrc
To install the port:
cd /usr/ports/devel/fastcrc/ && make install clean
We doubt a package is available for this port because we see it marked as as:
  • Ignore
Packages are normally not provided for ports that are marked as above.
To add the package, run one of these commands:
  • pkg install devel/fastcrc
  • pkg install fastcrc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: fastcrc
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: i386
distinfo:
SHA256 (fastcrc-1.0.tar.gz) = 68e25aa5087b34a0b68f23df01864b13baad6b8fadf80d36fcb6603a1ba6cb81 SIZE (fastcrc-1.0.tar.gz) = 9952

Packages (timestamps in pop-ups are UTC):
fastcrc
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest----1.0---
FreeBSD:13:quarterly----1.0---
FreeBSD:14:latest----1.0---
FreeBSD:14:quarterly----1.0---
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. nasm : devel/nasm
This port is required by:
for Libraries

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. sysutils/dupfind*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
===> The following configuration options are available for fastcrc-1.0: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
devel_fastcrc
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://www.whizkidtech.redprince.net/fports/
Collapse this list.

Number of commits found: 24

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
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.0
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.0
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.0
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.0
14 May 2019 05:49:07
Revision:501622Original commit files touched by this commit
tobik search for other commits by this committer
devel/fastcrc: Unbreak build with lld

ld: error: can't create dynamic relocation R_386_32 against local symbol in
readonly segment; recompile object files with -fPIC or pass '-Wl,-z,notext' to
allow text relocations in the output
>>> defined in fastcrc.o
>>> referenced by fastcrc.asm
>>>               fastcrc.o:(.text+0x854)

http://beefy11.nyi.freebsd.org/data/head-i386-default/p501351_s347498/logs/errors/fastcrc-1.0.log

While here simplify do-install.
1.0
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
1.0
01 Dec 2015 23:58:38
Revision:402801Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch to options helpers
1.0
27 Oct 2014 10:10:59
Revision:371544Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
1.0
06 Mar 2014 12:30:19
Revision:347188Original commit files touched by this commit
ehaupt search for other commits by this committer
- Support staging
- Define DOCS option
1.0
20 Sep 2013 17:04:44
Revision:327723Original 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:
devel part 2)
1.0
21 May 2012 03:10:27
Original commit files touched by this commit
miwi search for other commits by this committer
- Fix build on 9-stable
- Support NOPORTDOCS

PR:             168027
Submitted by:   Ports Fury
1.0
29 Aug 2011 03:51:40
Original commit files touched by this commit
linimon search for other commits by this committer
Mark as broken on recent current: does not link.
1.0
03 Jul 2011 14:59:23
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
1.0
21 Dec 2009 02:19:12
Original commit files touched by this commit
dougb search for other commits by this committer
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
1.0
14 Aug 2006 22:55:18
Original commit files touched by this commit
clsung search for other commits by this committer
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include comms/ converters/ databases/ devel/ maintained by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
1.0
24 Nov 2005 15:40:04
Original commit files touched by this commit
pav search for other commits by this committer
- Add some SHA256 checksums
1.0
15 May 2004 02:07:35
Original commit files touched by this commit
linimon search for other commits by this committer
Reset maintainership.  Adam has experienced a machine failure and is
currently unable to look after any of the ports that he has written.
1.0
31 Mar 2004 03:12:58
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
1.0
20 Oct 2003 23:40:55
Original commit files touched by this commit
linimon search for other commits by this committer
Changed per maintainer request.
1.0
21 Feb 2003 11:23:04
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
08 Oct 2000 02:10:04
commit hash: fp1.4741@dev.null.freshports.orgcommit hash: fp1.4741@dev.null.freshports.orgcommit hash: fp1.4741@dev.null.freshports.orgcommit hash: fp1.4741@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
Convert category devel to new layout.  
16 Jun 2000 22:52:41
commit hash: fp1.1027@dev.null.freshports.orgcommit hash: fp1.1027@dev.null.freshports.orgcommit hash: fp1.1027@dev.null.freshports.orgcommit hash: fp1.1027@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the   previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)    
16 Jun 2000 11:38:51
commit hash: fp1.1014@dev.null.freshports.orgcommit hash: fp1.1014@dev.null.freshports.orgcommit hash: fp1.1014@dev.null.freshports.orgcommit hash: fp1.1014@dev.null.freshports.org files touched by this commit
sobomax search for other commits by this committer
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with  
ldconfig in PLIST need personal consideration.    
03 Jun 2000 09:17:18
commit hash: fp1.533@dev.null.freshports.orgcommit hash: fp1.533@dev.null.freshports.orgcommit hash: fp1.533@dev.null.freshports.orgcommit hash: fp1.533@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
Add include/fastcrc.h.    

Number of commits found: 24