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 on branch 2022Q3
performance Help improve the performance of GNUstep applications
0.5.0_7 devel 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.5.0_7Version of this port present on the latest quarterly branch.
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: 2006-10-31 06:08:48
Last Update: 2023-10-22 16:38:44
Commit Hash: 9c677d7
Also Listed In: gnustep
License: LGPL3
Description:
This library is a collection of classes intended to be used to help improve the performance of GNUstep and Cocoa applications. The scope of the library is therefore - 1. Subclasses of standard Cocoa classes which are optimised for particular uses. 2. Classes to perform tasks which can improve application performance by mechanisms not covered by existing classes. 3. Classes to monitor/analyse performance issues so you can tell what needs to be optimised. LICENSE: LGPL3 or later
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 (40 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/performance-0.5.0_7/catalog.mk
  3. /usr/local/share/licenses/performance-0.5.0_7/LICENSE
  4. /usr/local/share/licenses/performance-0.5.0_7/LGPL3
  5. GNUstep/System/Library/Documentation/Performance/GSCache.gsdoc
  6. GNUstep/System/Library/Documentation/Performance/GSCache.html
  7. GNUstep/System/Library/Documentation/Performance/GSFIFO.gsdoc
  8. GNUstep/System/Library/Documentation/Performance/GSFIFO.html
  9. GNUstep/System/Library/Documentation/Performance/GSIOThreadPool.gsdoc
  10. GNUstep/System/Library/Documentation/Performance/GSIOThreadPool.html
  11. GNUstep/System/Library/Documentation/Performance/GSLinkedList.gsdoc
  12. GNUstep/System/Library/Documentation/Performance/GSLinkedList.html
  13. GNUstep/System/Library/Documentation/Performance/GSSkipMutableArray.gsdoc
  14. GNUstep/System/Library/Documentation/Performance/GSSkipMutableArray.html
  15. GNUstep/System/Library/Documentation/Performance/GSThreadPool.gsdoc
  16. GNUstep/System/Library/Documentation/Performance/GSThreadPool.html
  17. GNUstep/System/Library/Documentation/Performance/GSThroughput.gsdoc
  18. GNUstep/System/Library/Documentation/Performance/GSThroughput.html
  19. GNUstep/System/Library/Documentation/Performance/GSTicker.gsdoc
  20. GNUstep/System/Library/Documentation/Performance/GSTicker.html
  21. GNUstep/System/Library/Documentation/Performance/GSUniqued.gsdoc
  22. GNUstep/System/Library/Documentation/Performance/GSUniqued.html
  23. GNUstep/System/Library/Documentation/Performance/OrderedSymbolDeclarations.plist
  24. GNUstep/System/Library/Documentation/Performance/Performance.igsdoc
  25. GNUstep/System/Library/Documentation/Performance/dependencies
  26. GNUstep/System/Library/Headers/Performance/GSCache.h
  27. GNUstep/System/Library/Headers/Performance/GSFIFO.h
  28. GNUstep/System/Library/Headers/Performance/GSIOThreadPool.h
  29. GNUstep/System/Library/Headers/Performance/GSLinkedList.h
  30. GNUstep/System/Library/Headers/Performance/GSSkipMutableArray.h
  31. GNUstep/System/Library/Headers/Performance/GSThreadPool.h
  32. GNUstep/System/Library/Headers/Performance/GSThroughput.h
  33. GNUstep/System/Library/Headers/Performance/GSTicker.h
  34. GNUstep/System/Library/Headers/Performance/GSUniqued.h
  35. GNUstep/System/Library/Libraries/libPerformance.so
  36. GNUstep/System/Library/Libraries/libPerformance.so.0.5.0
  37. GNUstep/System/Library/Libraries/libPerformance.so.0.5
  38. @owner
  39. @group
  40. @mode
Collapse this list.
Dependency lines:
  • performance>0:devel/performance
To install the port:
cd /usr/ports/devel/performance/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/performance
  • pkg install performance
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: performance
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1697992672 SHA256 (Performance-0.5.0.tar.gz) = 305fe21705a9774becb58f076542919da38c36867d946b69f735fecfa5bc8459 SIZE (Performance-0.5.0.tar.gz) = 50569

Packages (timestamps in pop-ups are UTC):
performance
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-0.5.0_7--0.5.0_7---
FreeBSD:13:quarterly-0.5.0_7--0.5.0_7-0.5.0_70.5.0_7
FreeBSD:14:latest-0.5.0_7--0.5.0_7--0.5.0_7
FreeBSD:14:quarterly-0.5.0_7--0.5.0_7-0.5.0_70.5.0_7
FreeBSD:15:latest-0.5.0_7n/a-n/a-0.5.0_70.5.0_7
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. gmake>=4.3 : devel/gmake
  2. gnustep-make>0 : devel/gnustep-make
Library dependencies:
  1. libgnustep-base.so : lang/gnustep-base
  2. libobjc.so.4.6 : lang/libobjc2
This port is required by:
for Build

Deleted ports which required this port:

Expand this list of 2 deleted ports
  1. www/webserver*
  2. www/webservices*
  3. Collapse this list of deleted ports.
for Libraries
  1. databases/sqlclient
for Run

Deleted ports which required this port:

Expand this list of 2 deleted ports
  1. www/webserver*
  2. www/webservices*
  3. 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:
No options to configure
Options name:
devel_performance
USES:
gnustep
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. ftp://ftp.gnustep.org/pub/gnustep/libs/
  2. http://ftp.gnustep.org/pub/gnustep/libs/
Collapse this list.

There are no commits on branch 2022Q3 for this port