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
libjackasyn Allow use any sound program for the OSS system as a JACK client
0.13_1 audio Deleted 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 0.13_1Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: development has ceased; try audio/jack instead
Expired This port expired on: 2011-02-11
Maintainer: acm@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2006-05-08 16:10:09
Last Update: 2011-02-11 19:38:09
SVN Revision: UNKNOWN
Also Listed In: devel
License: not specified in port
WWW:
http://gige.xdv.org/libjackasyn/
Description:
libjackasyn is a library that allows you to use programs written for the OSS sound API with the JACK audio server (jackit.sf.net). libjackasyn is a library that can be used for two purposes. First it can be loaded via the LD_PRELOAD variable, turning OSS applications automatically into JACK-aware applications. Second, it can be used to link against the program during build time, making it trivial to turn an OSS aware sound application into a JACK aware sound application in a short time. libjackasyn got its name from the asynchronous manner in which it communicates with the JACK server, which means by using libjackasyn you will introduce an additional delay exactly the size of one JACK audiobuffer (1024 samples or 44 ms with the JACK default settings). This delay can be reduced by reducing the JACK buffersize. It should not matter for sound generating applications, but it might introduce phasing effects when doing sound processing. WWW: http://gige.xdv.org/libjackasyn/
Homepage    cgit ¦ GitHub ¦ 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
There is no configure plist information for this port.
Dependency lines:
  • libjackasyn>0:audio/libjackasyn
No installation instructions:
This port has been deleted.
PKGNAME: libjackasyn
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake : devel/gmake
Library dependencies:
  1. jack.0 : audio/jack
  2. samplerate.1 : audio/libsamplerate
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://gige.xdv.org/soft/libjackasyn/download/
Collapse this list.

Number of commits found: 10

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.13_1
11 Feb 2011 19:38:09
Original commit files touched by this commit
rene search for other commits by this committer
Remove expired ports:
2011-02-11 audio/libjackasyn: development has ceased; try audio/jack instead
2011-02-11 audio/xmms-jackasyn: development has ceased; try audio/xmms-jack
instead
0.13_1
11 Jan 2011 20:00:27
Original commit files touched by this commit
acm search for other commits by this committer
-  Deprecate and set to expire obsolete apps.

Feature safe:   yes
0.13_1
20 Nov 2009 22:53:09
Original commit files touched by this commit
pav search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE

Reported by:    pointyhat
0.13_1
21 Aug 2008 06:18:49
Original commit files touched by this commit
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.13_1
02 Sep 2006 14:26:29
Original commit files touched by this commit
acm search for other commits by this committer
- Fix build on 4.x [1]
- Bump PORTREVISION

Reported by:    kris [1]
Approved by:    garga (mentor)
0.13
16 Aug 2006 10:37:03
Original commit files touched by this commit
acm search for other commits by this committer
- Update to 0.13
- Remove broken on 4.x

Approved by:    garga (mentor)
0.12
23 Jul 2006 02:45:24
Original commit files touched by this commit
acm search for other commits by this committer
Change maintainer address to my @FreeBSD.org email

Approved by:    garga (mentor)
0.12
07 Jun 2006 13:44:02
Original commit files touched by this commit
edwin search for other commits by this committer
MD5 -> SIZE
0.12
21 May 2006 18:59:36
Original commit files touched by this commit
pav search for other commits by this committer
- Does not compile on FreeBSD 4.X

Reported by:    krismail
0.12
08 May 2006 16:05:17
Original commit files touched by this commit
pav search for other commits by this committer
libjackasyn is a library that allows you to use programs written for the OSS
sound API with the JACK audio server (jackit.sf.net). libjackasyn is a library
that can be used for two purposes.

First it can be loaded via the LD_PRELOAD variable, turning OSS applications
automatically into JACK-aware applications.

Second, it can be used to link against the program during build time, making it
trivial to turn an OSS aware sound application into a JACK aware sound
application in a short time.

libjackasyn got its name from the asynchronous manner in which it communicates
with the JACK server, which means by using libjackasyn you will introduce an
additional delay exactly the size of one JACK audiobuffer (1024 samples or 44
ms with the JACK default settings). This delay can be reduced by reducing the
JACK buffersize. It should not matter for sound generating applications, but
it might introduce phasing effects when doing sound processing.

WWW:    http://gige.xdv.org/libjackasyn/

PR:             ports/94290
Submitted by:   Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>

Number of commits found: 10