1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Go to file
Jan Beich f69857c3b2 graphics/waifu2x-converter-cpp: unbreak on 12.0+ armv6/armv7 after r520270
src/w2xconv.cpp:131:15: error: use of undeclared identifier 'HWCAP_ARM_NEON'
                if (hwcap & HWCAP_ARM_NEON)
                            ^
2019-12-16 17:24:49 +00:00
accessibility
arabic
archivers update to 1.22.2 2019-12-16 12:37:21 +00:00
astro - Update to r4397 2019-12-16 14:39:44 +00:00
audio Update to 1.22.2 2019-12-16 16:32:59 +00:00
base
benchmarks
biology
cad
chinese
comms - According to @koobs the dependency on pyephem/ephem is spurious hence removed. 2019-12-16 17:22:08 +00:00
converters
databases - Add databases/p5-SQL-NamedPlaceholder 2019-12-16 14:51:13 +00:00
deskutils
devel - Update to 0.5.3 2019-12-16 17:24:03 +00:00
dns Update to latest commit. 2019-12-16 10:11:47 +00:00
editors Update to 0.10.46 and only keep one libgoffice version 2019-12-16 17:06:38 +00:00
emulators
finance Update to 0.10.46 and only keep one libgoffice version 2019-12-16 17:06:38 +00:00
french
ftp
games - Follow up r239415 2019-12-15 14:58:12 +00:00
german
graphics graphics/waifu2x-converter-cpp: unbreak on 12.0+ armv6/armv7 after r520270 2019-12-16 17:24:49 +00:00
hebrew
hungarian
irc
japanese
java Fix plist 2019-12-15 12:42:28 +00:00
Keywords
korean
lang lang/ocaml: fix build on powerpc64 elfv2 2019-12-16 12:56:06 +00:00
mail - update to 3.5-20191214 2019-12-16 15:45:45 +00:00
math - Update to 5.54 2019-12-16 17:19:59 +00:00
misc New port: misc/py-gluonnlp: MXNet-based toolkit to enable easy text, datasets preprocessing 2019-12-16 06:58:50 +00:00
Mk Switch default version of python3 and python from 3.6 to 3.7 2019-12-16 06:29:00 +00:00
multimedia multimedia/mpv-mpris: fix build 2019-12-15 16:29:10 +00:00
net Update to 5.2.1 2019-12-16 10:01:02 +00:00
net-im net-im/mikutter: Update to 3.9.8 2019-12-16 00:09:00 +00:00
net-mgmt - Fix fetch by switching to new GitHub home 2019-12-16 14:45:48 +00:00
net-p2p
news
polish
ports-mgmt ports-mgmt/py-FreeBSD-ports: works OK with newer python too 2019-12-16 14:12:55 +00:00
portuguese
print print/latex-beamer: update to 3.57 and unbreak 2019-12-16 13:16:07 +00:00
russian
science Update to 0.10.46 and only keep one libgoffice version 2019-12-16 17:06:38 +00:00
security security/vpnc: fix issue with destroying tun device on exit 2019-12-16 16:28:32 +00:00
shells Update to the latest att/ast github commit. 2019-12-16 04:34:04 +00:00
sysutils sysutils/libcdio: fix build on GCC architectures 2019-12-16 09:11:34 +00:00
Templates
textproc textproc/py-genshi: Update to 0.7.3 2019-12-16 03:51:20 +00:00
Tools
ukrainian
vietnamese
www New port: www/phalcon4 2019-12-16 11:42:51 +00:00
x11 x11/grim: apply upstream fix to restore -Werror 2019-12-16 17:11:49 +00:00
x11-clocks
x11-drivers
x11-fm
x11-fonts
x11-servers
x11-themes
x11-toolkits Add license 2019-12-16 16:00:22 +00:00
x11-wm
.arcconfig
.gitattributes
.gitauthors
.gitignore
.gitmessage
CHANGES
CONTRIBUTING.md
COPYRIGHT
GIDs
LEGAL
Makefile
MOVED Update to 0.10.46 and only keep one libgoffice version 2019-12-16 17:06:38 +00:00
README
UIDs
UPDATING Add updating entry for python 2019-12-16 06:46:58 +00:00

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://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/ports.html
		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://www.FreeBSD.org/doc/en_US.ISO8859-1/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.