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.

non port: biology/biolibc/Makefile

Number of commits found: 17

Tuesday, 23 Jan 2024
14:51 Muhammad Moinur Rahman (bofh) search for other commits by this committer
biology/biolibc: Impelled to share/man

Approved by:    portmgr (blanket)
commit hash: 57d1705819c717b8291562168b0f7f4948cde663 commit hash: 57d1705819c717b8291562168b0f7f4948cde663 commit hash: 57d1705819c717b8291562168b0f7f4948cde663 commit hash: 57d1705819c717b8291562168b0f7f4948cde663 57d1705
Saturday, 28 Oct 2023
11:21 Jason W. Bacon (jwb) search for other commits by this committer
biology/biolibc: Update to 0.2.6

Updates for libxtend 0.2.0 API
Add full list of functions to biolibc(3) man page
Other documentation improvements
Changes: https://github.com/auerlab/biolibc/releases
commit hash: 560a0d850d4d2cd06b3acff4e4c66f42c1e628a8 commit hash: 560a0d850d4d2cd06b3acff4e4c66f42c1e628a8 commit hash: 560a0d850d4d2cd06b3acff4e4c66f42c1e628a8 commit hash: 560a0d850d4d2cd06b3acff4e4c66f42c1e628a8 560a0d8
Friday, 11 Aug 2023
20:35 Jason W. Bacon (jwb) search for other commits by this committer
biology/biolibc: Update to 0.2.5

Make header files C++ compatible (extern C)
bl_chrom_name_cmp(): Support names with embedded digits, e.g. chr2p
bl_gff_extract_attribute(): Improve performance
gff -> gff3 to distinguish from past and future GFF specs
Silence some compiler warnings

Changes: https://github.com/auerlab/biolibc/releases
commit hash: c978aad1b08481c3d43e9e3a274472b3874c4970 commit hash: c978aad1b08481c3d43e9e3a274472b3874c4970 commit hash: c978aad1b08481c3d43e9e3a274472b3874c4970 commit hash: c978aad1b08481c3d43e9e3a274472b3874c4970 c978aad
Saturday, 10 Jun 2023
12:15 Jason W. Bacon (jwb) search for other commits by this committer
biology/biolibc: Update to 0.2.4.3

Add extern "C" to support use from C++ apps
commit hash: 481ae0481b82662ab92ed5ff10ae810feff52efc commit hash: 481ae0481b82662ab92ed5ff10ae810feff52efc commit hash: 481ae0481b82662ab92ed5ff10ae810feff52efc commit hash: 481ae0481b82662ab92ed5ff10ae810feff52efc 481ae04
Sunday, 11 Dec 2022
20:06 Jason W. Bacon (jwb) search for other commits by this committer
biology/biolibc: Update to 0.2.4

Minor enhancements

Changes:    https://github.com/auerlab/biolibc/releases
commit hash: ec1ac3fb0d990cf76baf7fc5b64005273022aa3d commit hash: ec1ac3fb0d990cf76baf7fc5b64005273022aa3d commit hash: ec1ac3fb0d990cf76baf7fc5b64005273022aa3d commit hash: ec1ac3fb0d990cf76baf7fc5b64005273022aa3d ec1ac3f
Wednesday, 7 Sep 2022
21:10 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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Saturday, 11 Jun 2022
14:26 Jason W. Bacon (jwb) search for other commits by this committer
biology/biolibc: Update to 0.2.3

Expand use of tsv_read_field_malloc() to improve memory efficiency
Add SAM bit flag constants
Import SAM-GFF compare functions from diffanal
Updates for libxtend DSV API changes
Numerous minor bug fixes and enhancements

Changes:        https://github.com/auerlab/biolibc/tags
commit hash: 603571cd3226aa0b353aceb61aeaf275b2973c6b commit hash: 603571cd3226aa0b353aceb61aeaf275b2973c6b commit hash: 603571cd3226aa0b353aceb61aeaf275b2973c6b commit hash: 603571cd3226aa0b353aceb61aeaf275b2973c6b 603571c
Tuesday, 15 Mar 2022
21:35 Jason W. Bacon (jwb) search for other commits by this committer
biology/biolibc: Update to 0.2.2

Numerous bug fixes and enhancements
Serveral new functions
3 new classes
Cleaned up some API slop
Changes: https://github.com/auerlab/biolibc/tags
commit hash: 258dc9d15d7c697fbe6fe4056a760360d36049a2 commit hash: 258dc9d15d7c697fbe6fe4056a760360d36049a2 commit hash: 258dc9d15d7c697fbe6fe4056a760360d36049a2 commit hash: 258dc9d15d7c697fbe6fe4056a760360d36049a2 258dc9d
Tuesday, 14 Dec 2021
19:45 Jason W. Bacon (jwb) search for other commits by this committer
biology/biolibc: Update to 0.2.1

Add orf.c with start/stop codon locators
Standardize BED and GFF APIs
Implement VCF input filtering
Eliminate mutator macros mirroring mutator functions
Numerous minor bug fixes and enhancements

Changes: https://github.com/auerlab/biolibc/releases/tag/0.2.1
commit hash: 0646ba904fbe551f21b50f2d7aa5b0b550c4176f commit hash: 0646ba904fbe551f21b50f2d7aa5b0b550c4176f commit hash: 0646ba904fbe551f21b50f2d7aa5b0b550c4176f commit hash: 0646ba904fbe551f21b50f2d7aa5b0b550c4176f 0646ba9
Friday, 17 Sep 2021
16:33 Jason W. Bacon (jwb) search for other commits by this committer
biology/biolibc: Update to 0.2.0.11

Regenerate man pages with improved auto-c2man
Adds missing return value sections and improves formatting
commit hash: 623975bcb451d12a01eea7a8a822539d963c381f commit hash: 623975bcb451d12a01eea7a8a822539d963c381f commit hash: 623975bcb451d12a01eea7a8a822539d963c381f commit hash: 623975bcb451d12a01eea7a8a822539d963c381f 623975b
Thursday, 2 Sep 2021
23:10 Jason W. Bacon (jwb) search for other commits by this committer
biology/biolibc: Update to 0.2.0.1

Fix regression: Replace BL_BED_SET_STRAND() macro with
bl_bed_set_strand(), which performs sanity checks
commit hash: df5931308708667fbd06a1fa8f11d763195af1bf commit hash: df5931308708667fbd06a1fa8f11d763195af1bf commit hash: df5931308708667fbd06a1fa8f11d763195af1bf commit hash: df5931308708667fbd06a1fa8f11d763195af1bf df59313
Saturday, 28 Aug 2021
01:21 Jason W. Bacon (jwb) search for other commits by this committer
biology/biolibc: Update to 0.2.0

Major API overhaul
New classes for FASTA and FASTQ
Generate accessor and mutator functions for all classes
Generate man pages for all functions and macros
Export delimiter-separated-value class to libxtend
commit hash: 9876430959ae7d730e71ada0c6319e8deede88bc commit hash: 9876430959ae7d730e71ada0c6319e8deede88bc commit hash: 9876430959ae7d730e71ada0c6319e8deede88bc commit hash: 9876430959ae7d730e71ada0c6319e8deede88bc 9876430
Friday, 11 Jun 2021
15:38 Jason W. Bacon (jwb) search for other commits by this committer
biology/biolibc: Remove comment used to silence portlint
commit hash: 45da218542662de740486dbc6a5aa79a0e6d00ea commit hash: 45da218542662de740486dbc6a5aa79a0e6d00ea commit hash: 45da218542662de740486dbc6a5aa79a0e6d00ea commit hash: 45da218542662de740486dbc6a5aa79a0e6d00ea 45da218
15:05 Jason W. Bacon (jwb) search for other commits by this committer
biology/biolibc: Update to 0.1.3

Changes:        https://github.com/auerlab/biolibc/releases
commit hash: 495634f580bdb5bf7020c53ef98d348ad682bb86 commit hash: 495634f580bdb5bf7020c53ef98d348ad682bb86 commit hash: 495634f580bdb5bf7020c53ef98d348ad682bb86 commit hash: 495634f580bdb5bf7020c53ef98d348ad682bb86 495634f
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Sunday, 21 Mar 2021
15:10 jwb search for other commits by this committer
biology/biolibc: Low-level high-performance bioinformatics library

Biolibc is a library of fast, memory-efficient, low-level functions for
processing biological data.  Like libc, it consists of numerous disparate,
general-purpose functions which could be used by a wide variety of
applications.  These include functions for streaming common file formats such
as SAM and VCF, string functions specific to bioinformatics, etc.
Original commitRevision:568921 

Number of commits found: 17