1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Go to file
Max Brazhnikov e3804536c7 print/hplip:
- Update to 3.14.10 [1]
- Fix detection of libusb v1.0 and build with it now
- Enable JetDirect and scanning support by default (requested by pkg users)
- hplip modifies etc/sane.d/dll.conf witch belongs to sane-backends port,
  and writes to this file in staging area. Add commented entry for it in plist
  to pacify staging checks.

print/hplip-plugin:
- Update to 3.14.10
- Add missing entry to plist
- Pass MAKE_ENV for installer to prevent writing to ${HOME}

PR		197245 [1]
Submitted by:	chris@bsdjunk.com
2015-02-10 12:17:36 +00:00
accessibility Fix packaging 2015-02-08 12:40:32 +00:00
arabic
archivers Upgrade to new release 2.09 2015-02-07 12:08:08 +00:00
astro
audio - Update to 1.48.04 2015-02-09 14:32:16 +00:00
benchmarks
biology
cad Reverse the logic of architecture support. 2015-02-09 15:33:54 +00:00
chinese 1: Upgrade to 0.4.0. 2015-02-09 03:21:39 +00:00
comms
converters New port: converters/p5-LaTeXML 2015-02-08 09:49:13 +00:00
databases Deprecate PostgreSQL 8.4, EOL was reached in July 2014. 2015-02-10 07:57:36 +00:00
deskutils deskutils/kchmviewer-kde4: 2015-02-10 12:15:47 +00:00
devel A library for parsing ISO 8601 strings. 2015-02-10 11:17:53 +00:00
dns update to 4.1.1 2015-02-08 02:42:51 +00:00
editors editors/texmaker: 2015-02-10 12:16:23 +00:00
emulators Fix typo by using EXAMPLESDIR 2015-02-10 02:45:02 +00:00
finance
french
ftp Update to version 3.10.1.1 2015-02-05 17:50:02 +00:00
games - Update to 1.3 2015-02-10 09:17:57 +00:00
german Replace NEED_ROOT by USES=fakeroot 2015-02-05 16:54:08 +00:00
graphics Update Mesa to 10.4.4. 2015-02-09 14:47:19 +00:00
hebrew
hungarian
irc
japanese
java java/java-checkstyle: Update version 6.2=>6.3 2015-02-07 10:02:09 +00:00
Keywords
korean korean/baekmukfonts-ttfs: correct LICENSE (BSD => MIT) 2015-02-06 10:36:52 +00:00
lang - Update to 0.404 2015-02-09 17:41:01 +00:00
mail mail/masqmail: Update version 0.3.=>0.3.5 2015-02-08 21:55:07 +00:00
math math/p5-Math-Int128: 0.17 -> 0.20 2015-02-10 11:18:12 +00:00
misc Update to 0.14. 2015-02-05 17:08:10 +00:00
Mk Rework dependency registration 2015-02-09 17:16:43 +00:00
multimedia Avoid a build error with clang on certain configurations. 2015-02-09 20:44:13 +00:00
net Fix stop action to stop correctly multi-process haproxy instance. 2015-02-09 13:06:11 +00:00
net-im Fix the plist when building without NSS. 2015-02-09 18:28:07 +00:00
net-mgmt Chown needs to be using ${xymon_client_user} 2015-02-09 15:13:03 +00:00
net-p2p
news
palm
polish
ports-mgmt Update to version 3.2.1 2015-02-09 19:36:28 +00:00
portuguese
print print/hplip: 2015-02-10 12:17:36 +00:00
russian
science - Update to 0.15.1 2015-02-07 20:11:53 +00:00
security Update to 0.2.6.2-alpha 2015-02-09 12:45:27 +00:00
shells shells/lshell: fix syslog file location (/dev/log => /var/run/log) 2015-02-06 10:07:19 +00:00
sysutils - Add CPE information 2015-02-10 08:49:57 +00:00
Templates
textproc - Update to 0.037 2015-02-08 21:44:03 +00:00
Tools
ukrainian
vietnamese
www Flask-OAuthlib is an extension to Flask that allows you to interact 2015-02-10 11:19:55 +00:00
x11 Add ReGIS graphics support. 2015-02-09 15:18:54 +00:00
x11-clocks
x11-drivers
x11-fm x11-fm/worker: Fix USE_GCC 2015-02-08 20:50:39 +00:00
x11-fonts
x11-servers Cleanup plist 2015-02-05 16:03:32 +00:00
x11-themes Update to 2.5.1 2015-02-06 08:51:53 +00:00
x11-toolkits Augment FLTK ports' descriptions. 2015-02-09 16:06:25 +00:00
x11-wm
.arcconfig
.gitignore
CHANGES
CONTRIBUTING.md
COPYRIGHT
GIDs Add lldp, an implementation of the LLDP industry protocol 2015-02-05 17:03:14 +00:00
LEGAL
Makefile
MOVED sysutils/warden was revived in 2015-02-08 05:22:58 +00:00
README
UIDs Add lldp, an implementation of the LLDP industry protocol 2015-02-05 17:03:14 +00:00
UPDATING OpenSMTPD port updates 2015-02-07 19:04:15 +00:00

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

	http://www.FreeBSD.org/ports

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

	http://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:

	http://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.