1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Go to file
Martin Wilke d2bfeb620a File::Iterator wraps a simple iteration interface around
the files in a directory or directory tree. It builds a
list of filenames, and maintains a cursor that points to
one filename in the list. The user can work through the
filenames sequentially by repeatedly doing stuff with
the next filename that the cursor points to until their
are no filenames left.

WWW: http://search.cpan.org/dist/File-Iterator/Iterator.pm

PR:		ports/146658
Submitted by:	Eric Freeman <freebsdports at chillibear.com>
2010-06-05 21:57:56 +00:00
accessibility
arabic
archivers
astro
audio
benchmarks
biology
cad
chinese
comms
converters
databases
deskutils - Update to 2.0.0 2010-06-05 21:46:47 +00:00
devel File::Iterator wraps a simple iteration interface around 2010-06-05 21:57:56 +00:00
dns - Add a EOL message 2010-06-05 20:39:18 +00:00
editors
emulators
finance
french
ftp - Update to 4.0.8 2010-06-05 21:30:39 +00:00
games
german
graphics
hebrew
hungarian
irc
japanese
java
korean
lang
mail
math - Update to 1.0.0 2010-06-05 20:15:54 +00:00
mbone
misc
Mk
multimedia - Update to 1.2.7 2010-06-05 21:52:19 +00:00
net
net-im
net-mgmt
net-p2p
news
palm
polish
ports-mgmt
portuguese
print
russian
science
security The update utility is designed to download and save updates and modules 2010-06-05 21:22:25 +00:00
shells
sysutils - Update to 0.6.1 2010-06-05 21:02:50 +00:00
Templates
textproc
Tools
ukrainian
vietnamese
www - Fix port because it was not installing php5-pdo_pgsql depend 2010-06-05 20:58:00 +00:00
x11 - Update to 1.7.9 2010-06-05 20:45:48 +00:00
x11-clocks
x11-drivers
x11-fm
x11-fonts
x11-servers
x11-themes
x11-toolkits
x11-wm - Update to 1.3.2 2010-06-05 20:36:21 +00:00
.cvsignore
CHANGES
COPYRIGHT
GIDs
KNOBS
LEGAL
Makefile
MOVED - Document deskutils/dolphin-plugins-mplayerthumbs removal 2010-06-05 20:10:43 +00:00
README
UIDs
UPDATING

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.