Personal patches
Go to file
Muhammad Moinur Rahman 8231864a3b Mk/**octave.mk: Convert to USES=octave
As part of the improvements of USES infrastructure Mk/bsd.octave.mk has
been converted to Mk/Uses/octave.mk. This also declutters some old
stuffs in the octave-* ports and makes it simpler to add more
octave-forge ports easily.

While I am here make all the ports portclippy/portfmt compliant. And use
USES macros whenever possible.

Reviewed by:	portmgr
Approved by:	tcberner
Differential Revision:	https://reviews.freebsd.org/D37887
2022-12-30 11:54:39 -06:00
.hooks
Keywords
Mk Mk/**octave.mk: Convert to USES=octave 2022-12-30 11:54:39 -06:00
Templates
Tools
accessibility
arabic
archivers
astro astro/astrometry: Update to 0.93 2022-12-30 11:03:57 +01:00
audio audio/fluidsynth: Update to upstream version 2.3.1 2022-12-30 17:15:48 +01:00
base
benchmarks Mk/**octave.mk: Convert to USES=octave 2022-12-30 11:54:39 -06:00
biology
cad
chinese chinese/fcitx5-mcbopomofo: Use CMAKE_OFF instead of setting Off in CMAKE_ARGS 2022-12-30 23:42:07 +08:00
comms comms/kermit: update C-Kermit to version 10.0 Beta.08 2022-12-30 09:19:12 +00:00
converters
databases databases/influxdb2-cli: update to 2.6.1 2022-12-30 18:48:04 +01:00
deskutils
devel devel/py-pudb: Add COMPLETION option 2022-12-30 18:51:55 +08:00
dns dns/rubygem-idn-ruby: Update to 0.1.5 2022-12-30 17:06:17 +08:00
editors
emulators emulators/ppsspp: update to 1.14.2 2022-12-30 17:00:00 +00:00
finance finance/R-cran-timeDate: Update to 4021.107 2022-12-30 20:41:58 +08:00
french
ftp
games
german german/mythes: Update to 2022.11.20 2022-12-30 17:05:56 +08:00
graphics graphics/webp: Unbundle libsharpyuv 2022-12-30 17:06:31 +08:00
hebrew
hungarian
irc irc/inspircd: update to 3.15.0 2022-12-30 14:52:52 +01:00
japanese
java
korean
lang lang/coffeescript: update 2.6.1 to 2.7.0 2022-12-30 14:03:41 +00:00
mail mail/rubygem-premailer-rails-rails60: Update to 1.12.0 2022-12-30 17:06:18 +08:00
math Mk/**octave.mk: Convert to USES=octave 2022-12-30 11:54:39 -06:00
misc misc/rubygem-octicons: Update to 17.9.0 2022-12-30 17:05:35 +08:00
multimedia multimedia/atomicparsley: update to 20221229.172126.d813aa6 2022-12-30 17:00:00 +00:00
net net/ipxe: fix PORTSCOUT, by using skipv 2022-12-30 14:10:49 +00:00
net-im
net-mgmt net-mgmt/semaphore: update 2.8.53 to 2.8.77 2022-12-30 14:00:34 +00:00
net-p2p
news
polish polish/hunspell: Update to 20221101 2022-12-30 17:05:56 +08:00
ports-mgmt
portuguese
print print/py-ufolib2: Add JSON and MSGPACK options 2022-12-30 18:51:56 +08:00
russian
science science/py-MDAnalysisTests: Convert to USE_PYTHON=pytest 2022-12-30 17:06:30 +08:00
security security/yubikey-agent: update 0.1.5 to 0.1.6 2022-12-30 14:24:49 +00:00
shells cleanup: Remove expired ports: 2022-12-30 13:50:39 +01:00
sysutils sysutils/nut_exporter: Reformat with portfmt 2022-12-30 10:08:34 +01:00
textproc textproc/lookatme: update 2.5.4 → 2.5.5 2022-12-30 17:11:48 +03:00
ukrainian
vietnamese
www www/rubygem-actionpack70: Fix 04dc51723c 2022-12-30 21:28:33 +08:00
x11 x11/swayr: update to 0.24.0 2022-12-30 17:15:08 +00:00
x11-clocks
x11-drivers
x11-fm
x11-fonts
x11-servers
x11-themes
x11-toolkits x11-toolkits/p5-Tk-TableMatrix: Update to 1.29 2022-12-30 17:06:06 +08:00
x11-wm
.arcconfig
.gitignore
CHANGES
CONTRIBUTING.md
COPYRIGHT
GIDs
MOVED cleanup: Remove expired ports: 2022-12-30 13:50:39 +01:00
Makefile
README
UIDs
UPDATING

README

This is the FreeBSD Ports Collection.  For an easy to use
WEB-based interface to it, please see:

	https://www.FreeBSD.org/ports

For general information on the Ports Collection, please see the
FreeBSD Handbook ports section which is available from:

	https://docs.freebsd.org/en/books/handbook/ports/
		for the latest official version
	or:
	The ports(7) manual page (man ports).

These will explain how to use ports and packages.

If you would like to search for a port, you can do so easily by
saying (in /usr/ports):

	make search name="<name>"
	or:
	make search key="<keyword>"

which will generate a list of all ports matching <name> or <keyword>.
make search also supports wildcards, such as:

	make search name="gtk*"

For information about contributing to FreeBSD ports, please see the Porter's
Handbook, available at:

	https://docs.freebsd.org/en/books/porters-handbook/

NOTE:  This tree will GROW significantly in size during normal usage!
The distribution tar files can and do accumulate in /usr/ports/distfiles,
and the individual ports will also use up lots of space in their work
subdirectories unless you remember to "make clean" after you're done
building a given port.  /usr/ports/distfiles can also be periodically
cleaned without ill-effect.