pkgsrc.git
15 years agopkg_install-20090201: pkg_install-renovation
joerg [Mon, 2 Feb 2009 11:55:16 +0000 (11:55 +0000)]
pkg_install-20090201:
- sync DESCR and MESSAGE with HEAD and the branch state
- sync Makefile
- regen configure
- cleanup __RCSID
- merge audit logic in pkg_add and pkg_admin into new audit_packages
function. As side effect, pkg_add will list all vulnerabilities before
asking the user whether it should continue
- sort config_variable array

15 years agoregen.
wiz [Wed, 28 Jan 2009 06:41:47 +0000 (06:41 +0000)]
regen.

15 years agoWhitespace nits.
wiz [Wed, 28 Jan 2009 06:41:08 +0000 (06:41 +0000)]
Whitespace nits.

15 years agopkg_install-20090127:
joerg [Tue, 27 Jan 2009 22:24:06 +0000 (22:24 +0000)]
pkg_install-20090127:
Add options to specify user-id and keyrings for GPG operations.

15 years agoAnnotate that pkg_add -u can not be used to replace an installed version
joerg [Tue, 27 Jan 2009 21:44:23 +0000 (21:44 +0000)]
Annotate that pkg_add -u can not be used to replace an installed version
with a package of the very same version.

15 years agoregen
wiz [Thu, 8 Jan 2009 09:23:44 +0000 (09:23 +0000)]
regen

15 years agos/installating/installing/.
wiz [Thu, 8 Jan 2009 09:14:12 +0000 (09:14 +0000)]
s/installating/installing/.

15 years agoAlso include support for IGNORE_URL.
joerg [Thu, 8 Jan 2009 00:04:53 +0000 (00:04 +0000)]
Also include support for IGNORE_URL.

15 years agopkg_install-20090108:
joerg [Thu, 8 Jan 2009 00:01:31 +0000 (00:01 +0000)]
pkg_install-20090108:
pkg_add optionally checks for vulnerable packages and bails out.

15 years agopkg_install-20081230:
joerg [Tue, 30 Dec 2008 15:55:57 +0000 (15:55 +0000)]
pkg_install-20081230:
Add initial support for secure GPG signatures.

15 years agoSync with HEAD.
joerg [Sun, 28 Dec 2008 00:55:47 +0000 (00:55 +0000)]
Sync with HEAD.

15 years agopkg_install-20081127:
joerg [Thu, 27 Nov 2008 19:24:13 +0000 (19:24 +0000)]
pkg_install-20081127:
Correctly deal with short reads from fetchIO_read when loading
pkg-vulnerabilities.

15 years agoRequire DB support in libnbcompat.
joerg [Wed, 29 Oct 2008 10:38:53 +0000 (10:38 +0000)]
Require DB support in libnbcompat.

15 years agoFix man page to not document -p twice, when -P is meant.
joerg [Fri, 10 Oct 2008 15:26:37 +0000 (15:26 +0000)]
Fix man page to not document -p twice, when -P is meant.

15 years agoMerge time_t fix from HEAD and call it pkg_install-20081003.
joerg [Thu, 2 Oct 2008 20:51:41 +0000 (20:51 +0000)]
Merge time_t fix from HEAD and call it pkg_install-20081003.

15 years agoClean up autoconf output list and add bmp.sh to the distclean target.
joerg [Sun, 21 Sep 2008 13:02:58 +0000 (13:02 +0000)]
Clean up autoconf output list and add bmp.sh to the distclean target.

15 years agopkg_install-20080916:
joerg [Tue, 16 Sep 2008 19:03:54 +0000 (19:03 +0000)]
pkg_install-20080916:
Quote arguments of @exec and @unexec correctly.

15 years agoGet the description of how to setup a CA and create keys under version
joerg [Mon, 8 Sep 2008 23:07:16 +0000 (23:07 +0000)]
Get the description of how to setup a CA and create keys under version
control.

15 years agoFix some file names to not end in ".pem.pem".
joerg [Mon, 8 Sep 2008 23:06:41 +0000 (23:06 +0000)]
Fix some file names to not end in ".pem.pem".

15 years agopkg_install-20080825:
joerg [Mon, 25 Aug 2008 19:15:11 +0000 (19:15 +0000)]
pkg_install-20080825:
Fix an inverted test for fake mode. The check stopped +REQUIRED_BY and
friends from being moved to the new package, thereby breaking both the
delete and the dependency tree.

Fix a fexec to fexec_skipempty to silence
pkg_delete: package '' is not installed, /var/db/pkg//+CONTENTS missing
when updating packages with prefix or destdir being set.

15 years agoIf the file removal fails for e.g. due to checksum mismatch, still
joerg [Mon, 25 Aug 2008 18:43:04 +0000 (18:43 +0000)]
If the file removal fails for e.g. due to checksum mismatch, still
update the pkgdb. This restores the expectation of installing a package
over it working fine.

15 years agoNuke pkgdb debugging code, it hasn't been used for ages.
joerg [Mon, 25 Aug 2008 18:31:14 +0000 (18:31 +0000)]
Nuke pkgdb debugging code, it hasn't been used for ages.

15 years agoFix markup.
joerg [Thu, 21 Aug 2008 16:10:01 +0000 (16:10 +0000)]
Fix markup.

15 years agopkg_install-20080821:
joerg [Thu, 21 Aug 2008 16:04:39 +0000 (16:04 +0000)]
pkg_install-20080821:
- Recognize file:// urls to prevent double quoting.
- Fix some err/errx botchups.
- Add configuration options for verbose logging of net IO, enabling of
active FTP (switching to passive FTP as default) and for ignoring proxy
settings.
- When iterating over PACKAGES to find a match, warn if an entry can't
processed (e.g. bad URL).

15 years agopkg_create actually does want to mess with the plist before reading it,
joerg [Mon, 11 Aug 2008 15:58:15 +0000 (15:58 +0000)]
pkg_create actually does want to mess with the plist before reading it,
so introduce append_plist to give the old behavior and unbreak
pkg_create.

15 years agoExplicitly initialise plist in parse_plist.
joerg [Sun, 10 Aug 2008 22:09:38 +0000 (22:09 +0000)]
Explicitly initialise plist in parse_plist.

15 years agoPush init of plist into read_plist.
joerg [Sun, 10 Aug 2008 22:08:17 +0000 (22:08 +0000)]
Push init of plist into read_plist.

15 years agoGet the OpenSSL setup to create a simple CA, pkg-vulnerabilities signing
joerg [Wed, 6 Aug 2008 23:51:32 +0000 (23:51 +0000)]
Get the OpenSSL setup to create a simple CA, pkg-vulnerabilities signing
and package signing keys under version control.

15 years agoAdd RCSID.
joerg [Wed, 6 Aug 2008 12:58:52 +0000 (12:58 +0000)]
Add RCSID.

15 years agoAdd license (OK from Roland in private mail) and RCSID.
joerg [Wed, 6 Aug 2008 12:58:22 +0000 (12:58 +0000)]
Add license (OK from Roland in private mail) and RCSID.

15 years agopkg_install-20080806:
joerg [Tue, 5 Aug 2008 22:56:24 +0000 (22:56 +0000)]
pkg_install-20080806:
Provide and use internal implementation of rm -rf.

15 years agoAdd some repo ID comments at the top of the files.
joerg [Tue, 5 Aug 2008 22:32:12 +0000 (22:32 +0000)]
Add some repo ID comments at the top of the files.

15 years agoCall chmod directly and just use 555 for the deinstall script.
joerg [Tue, 5 Aug 2008 22:25:54 +0000 (22:25 +0000)]
Call chmod directly and just use 555 for the deinstall script.

15 years agoBump to pkg_install-20080805 for today's chdir related changes.
joerg [Tue, 5 Aug 2008 20:42:54 +0000 (20:42 +0000)]
Bump to pkg_install-20080805 for today's chdir related changes.

15 years agoAvoid chdir as much as possible.
joerg [Tue, 5 Aug 2008 20:41:04 +0000 (20:41 +0000)]
Avoid chdir as much as possible.

15 years agoPush chdir for +INSTALL into fcexec, one less chdir to worry about.
joerg [Tue, 5 Aug 2008 20:38:10 +0000 (20:38 +0000)]
Push chdir for +INSTALL into fcexec, one less chdir to worry about.

15 years agoUnbreak last commit.
joerg [Tue, 5 Aug 2008 19:37:48 +0000 (19:37 +0000)]
Unbreak last commit.

15 years agoStop depending on cwd in sanity_check.
joerg [Tue, 5 Aug 2008 19:32:46 +0000 (19:32 +0000)]
Stop depending on cwd in sanity_check.
Stop changing directory in require_find_recursive_up and
require_find_recursive_down. Simplify the latter.

15 years agoUse a predictable name for the +VIEWS temporary file.
joerg [Tue, 5 Aug 2008 19:09:35 +0000 (19:09 +0000)]
Use a predictable name for the +VIEWS temporary file.

15 years agoAdd another constant for temporary +REQUIRED_BY files. Don't use mkstemp
joerg [Tue, 5 Aug 2008 19:01:27 +0000 (19:01 +0000)]
Add another constant for temporary +REQUIRED_BY files. Don't use mkstemp
in pkg_delete for that purpose. If more than one produce tries to change
this file, breakage will happen anyway and this means the system is
somewhat self-healing.

15 years agoFurther simplify require_delete by exploiting known invariants and push
joerg [Tue, 5 Aug 2008 18:41:44 +0000 (18:41 +0000)]
Further simplify require_delete by exploiting known invariants and push
down a global variable into the only function left using it.

15 years agoThe iteration functions can deal with full package names, so remove the
joerg [Tue, 5 Aug 2008 18:31:06 +0000 (18:31 +0000)]
The iteration functions can deal with full package names, so remove the
fexists case and the associated chdir logic.

15 years agoOpen the database first and chdir later to emphase that the chdir is
joerg [Tue, 5 Aug 2008 18:09:01 +0000 (18:09 +0000)]
Open the database first and chdir later to emphase that the chdir is
required for the extraction.

15 years agoMost memory allocation failures were fatal already and the majority of
joerg [Sat, 2 Aug 2008 20:33:51 +0000 (20:33 +0000)]
Most memory allocation failures were fatal already and the majority of
the rest lacked an explicit check. Add the usual x* wrappers around
malloc and friends that explicitly terminate on error and use them in
all but Dewey.

15 years agoInline an obscuring debug macro.
joerg [Fri, 1 Aug 2008 19:14:42 +0000 (19:14 +0000)]
Inline an obscuring debug macro.

15 years ago0644 is a better file permission than 644 for +REQUIRED_BY...
joerg [Wed, 30 Jul 2008 22:26:03 +0000 (22:26 +0000)]
0644 is a better file permission than 644 for +REQUIRED_BY...

15 years agopkg_install-20080730:
joerg [Wed, 30 Jul 2008 15:38:37 +0000 (15:38 +0000)]
pkg_install-20080730:
Add destdir installation support for pkg_add and pkg_delete.
This does not chroot install/deinstall scripts, they have to
support it directly (using PKG_DESTDIR) or they have to be disabled.

15 years agoInternal implementation of mkdir_p.
joerg [Wed, 30 Jul 2008 15:02:18 +0000 (15:02 +0000)]
Internal implementation of mkdir_p.

15 years agoRemove BUGS section. The hardlink issue hasn't been true since the move
joerg [Sun, 27 Jul 2008 22:37:34 +0000 (22:37 +0000)]
Remove BUGS section. The hardlink issue hasn't been true since the move
to libarchive.

15 years agoBump date and regen cat page.
joerg [Sun, 27 Jul 2008 22:36:19 +0000 (22:36 +0000)]
Bump date and regen cat page.

15 years agoRemove BUGS entry about hardlinks, it doesn't apply.
joerg [Sun, 27 Jul 2008 22:35:02 +0000 (22:35 +0000)]
Remove BUGS entry about hardlinks, it doesn't apply.

15 years agopkg_install-20080727:
joerg [Sun, 27 Jul 2008 16:22:53 +0000 (16:22 +0000)]
pkg_install-20080727:
When using the libnbcompat version of getopt, make sure to not use
optind = 0. For GNU getopt compatibility, it does a partial reset.
This fixes PR 39181.

15 years agoFurther analyses shows that OpenSSL refuses signature validation if key
joerg [Wed, 23 Jul 2008 18:59:18 +0000 (18:59 +0000)]
Further analyses shows that OpenSSL refuses signature validation if key
usage attributes are present and emailProtection is not included, so
require it as well as codeSigning.

15 years agoNo -lcrypto in the !SSL case as hinted by tnn@
joerg [Tue, 22 Jul 2008 20:14:48 +0000 (20:14 +0000)]
No -lcrypto in the !SSL case as hinted by tnn@

15 years agoReplace X509_check_ca code with X509_check_purpose and explicit
joerg [Mon, 21 Jul 2008 22:15:09 +0000 (22:15 +0000)]
Replace X509_check_ca code with X509_check_purpose and explicit
checks. X509_check_ca does not exist in older OpenSSL versions.
Fixes PR 39181.

15 years agopkg_install-20080718:
joerg [Fri, 18 Jul 2008 19:48:41 +0000 (19:48 +0000)]
pkg_install-20080718:
Fix OpenSSL usage so that the key usage check can actually work.
Teach pkg_info about signed packages.

15 years agoMake pkg_verify_signature return with modified arguments if it can find
joerg [Fri, 18 Jul 2008 19:10:55 +0000 (19:10 +0000)]
Make pkg_verify_signature return with modified arguments if it can find
a signed package, but couldn't validate the signature.
Make pkg_info try to validate the signature. It will print an error to
stderr if it can't validate the signature, but otherwise continue.

15 years agoUse X509_check_ca to determine if this is a CA key.
joerg [Fri, 18 Jul 2008 18:40:50 +0000 (18:40 +0000)]
Use X509_check_ca to determine if this is a CA key.
This has the side effect of actually setting ex_xkusage.

15 years agopkg_install-20080705:
joerg [Sat, 5 Jul 2008 17:26:40 +0000 (17:26 +0000)]
pkg_install-20080705:
Based on a discussion with tls@, make the key validation stricter.
Don't allow CA keys for packages or pkg-vulnerabilities.
Require CODE SIGN as key usage attribute for packages.
Require that no key usage attribute is set for pkg-vulnerabilities.
The latter is not finalised and might change again.

15 years agopkg_install-20080627:
joerg [Fri, 27 Jun 2008 15:25:52 +0000 (15:25 +0000)]
pkg_install-20080627:
Restore current directory before processing a package on the command
line to allow installing more than one package with full filename.

15 years agoGarbage collect unused variable.
joerg [Sun, 22 Jun 2008 22:10:45 +0000 (22:10 +0000)]
Garbage collect unused variable.

15 years agoForgotten part of last commit: don't do the rlimit dance.
joerg [Thu, 12 Jun 2008 16:06:57 +0000 (16:06 +0000)]
Forgotten part of last commit: don't do the rlimit dance.

15 years agoStop doing the rlimit dance. Last time I checked, the dependency graph
joerg [Thu, 12 Jun 2008 15:16:41 +0000 (15:16 +0000)]
Stop doing the rlimit dance. Last time I checked, the dependency graph
had a depth around 17. Given that ISO C allows at least 20 open streams,
that should be good enough on all systems.

15 years agopkg_install-20080604:
joerg [Wed, 4 Jun 2008 17:28:48 +0000 (17:28 +0000)]
pkg_install-20080604:
As reminded by an old make replace commit, keep +INSTALLED_INFO around
for pkg_add -u. Refactor the code a bit.

15 years agopkg_install-20080603:
joerg [Wed, 4 Jun 2008 11:23:14 +0000 (11:23 +0000)]
pkg_install-20080603:
pkg_admin check-signature exits with 0 only if all given packages have a
valid signature.
pkg_add will keep the preserve state of a package when updating.

15 years agoTry documenting check-signature and sign-package. Bump date.
wiz [Fri, 30 May 2008 13:49:07 +0000 (13:49 +0000)]
Try documenting check-signature and sign-package. Bump date.

15 years agoSort SEE ALSO, punctuation and whitespace nits.
wiz [Fri, 30 May 2008 13:37:36 +0000 (13:37 +0000)]
Sort SEE ALSO, punctuation and whitespace nits.

15 years agopkg_install-20080526:
joerg [Mon, 26 May 2008 15:29:03 +0000 (15:29 +0000)]
pkg_install-20080526:
Add pkg_install.conf.5 man page from Thomas Klausner, reference it from
pkg_add and pkg_admin. Fix a build issue for the !SSL case.

15 years agoRequire libarchive 2.5.4b and fallback to internal version otherwise.
joerg [Sun, 25 May 2008 19:52:55 +0000 (19:52 +0000)]
Require libarchive 2.5.4b and fallback to internal version otherwise.

15 years agopkg_install-20080524:
joerg [Sat, 24 May 2008 21:54:22 +0000 (21:54 +0000)]
pkg_install-20080524:
Stop installation the pkg_view and linkform script as part of
pkg_install. They are the only remaining user of the pax dependency.
This was discussed was agc@ and the consensus is that if someone really
wants them, they should be pulled into a separate less essential
package.

15 years agoMerge license changes from the HEAD.
joerg [Fri, 23 May 2008 15:57:04 +0000 (15:57 +0000)]
Merge license changes from the HEAD.

15 years agoConsistently use the libnbcompat header for md5 if this is not a native
joerg [Fri, 23 May 2008 15:51:22 +0000 (15:51 +0000)]
Consistently use the libnbcompat header for md5 if this is not a native
NetBSD build.

15 years agoMake sure to close the archive when not all required files where found.
joerg [Fri, 23 May 2008 15:36:48 +0000 (15:36 +0000)]
Make sure to close the archive when not all required files where found.

15 years agoPass the simple part of the pattern as glob hint.
joerg [Wed, 21 May 2008 20:29:24 +0000 (20:29 +0000)]
Pass the simple part of the pattern as glob hint.

15 years agoDefine __UNCONST if needed.
joerg [Wed, 21 May 2008 13:08:47 +0000 (13:08 +0000)]
Define __UNCONST if needed.

15 years agoRestore older (and somewhat bogus) behaviour of modifying the +CONTENTS
joerg [Tue, 20 May 2008 15:00:44 +0000 (15:00 +0000)]
Restore older (and somewhat bogus) behaviour of modifying the +CONTENTS
file when -p is given to pkg_add.

15 years agoBring pkg_add man page somewhat in sync with reality.
joerg [Mon, 19 May 2008 16:25:24 +0000 (16:25 +0000)]
Bring pkg_add man page somewhat in sync with reality.

15 years agoAdd variable to control how packages are installed.
joerg [Mon, 19 May 2008 10:42:41 +0000 (10:42 +0000)]
Add variable to control how packages are installed.
VERIFIED_INSTALLATION supports:
never (default): print signature, but don't care about it.
always: check for valid signature, abort otherwise
trusted: ask for packages without valid signature
interactive: always ask before installation

15 years agoSeparate standard and non-standard headers. Deal with err.h correctly.
joerg [Mon, 12 May 2008 15:44:17 +0000 (15:44 +0000)]
Separate standard and non-standard headers. Deal with err.h correctly.

15 years agoDon't include signature stuff if the crypto support is not requested.
joerg [Mon, 12 May 2008 15:26:10 +0000 (15:26 +0000)]
Don't include signature stuff if the crypto support is not requested.

15 years agoFix a segfault when no archive was found as the signature cookie is not
joerg [Mon, 12 May 2008 14:37:50 +0000 (14:37 +0000)]
Fix a segfault when no archive was found as the signature cookie is not
valid in that case.

15 years agoFix a stupid comparision bug that resulted in the PKCS7 signature
joerg [Mon, 12 May 2008 12:46:06 +0000 (12:46 +0000)]
Fix a stupid comparision bug that resulted in the PKCS7 signature
covering the GPG signature as well, which is not intended.
Make the parser to decide what parts are the real content and what parts
are signatures more strict. This also allows us to later drop the GPG
signature if we want to.

15 years agoAdd quick_pkg_match to decide whether a pattern can match a package at
joerg [Mon, 12 May 2008 12:12:07 +0000 (12:12 +0000)]
Add quick_pkg_match to decide whether a pattern can match a package at
all. Use it to speed up pkg_match and the audit-history backend.
This improves ``pkg_admin audit'' from 1.333s to 0.098s and
``pkg_admin audit php libpng'' from 0.034s to 0.029s on my laptop.

15 years agoAdd support PKCS7 signatures in packages and pkg-vulnerabilities.
joerg [Sun, 11 May 2008 20:20:38 +0000 (20:20 +0000)]
Add support PKCS7 signatures in packages and pkg-vulnerabilities.
The support for non-native OpenSSL still needs to be done, e.g.
ensure static linkage for that. Documentation is essentially missing.

15 years agoAvoid using SHA512_End. OpenSSL provides the other SHA512_* functions,
joerg [Fri, 9 May 2008 00:49:38 +0000 (00:49 +0000)]
Avoid using SHA512_End. OpenSSL provides the other SHA512_* functions,
but not this one and mixing implementations results in very strange
errors.

15 years agoMove configuration parser into libinstall.
joerg [Thu, 8 May 2008 23:34:27 +0000 (23:34 +0000)]
Move configuration parser into libinstall.
Add a new VERIFY_CMD to be used by pkg_add soon.

16 years agoMove to pkg_admin wrappers for audit-packages and
joerg [Sat, 26 Apr 2008 18:37:10 +0000 (18:37 +0000)]
Move to pkg_admin wrappers for audit-packages and
download-vulnerability-list.

16 years agoAdd a clean pkg_add implementation on top of libarchive and libfetch.
joerg [Sat, 26 Apr 2008 17:44:23 +0000 (17:44 +0000)]
Add a clean pkg_add implementation on top of libarchive and libfetch.
Known regressions:
- "pkg_add -" (aka reading from stdin) is currently not supported
- "pkg_add -s" is not supported either
- no progress reports for the downloads
- binary packages with hardlinks created by pkg_create before
  pkg_install-20080422 will not extract correctly (libarchive issue)
- no adhoc check for potential conflicts between dependencies and
  already installed packages

Features:
- Twice as fast for the typical case of /var/tmp and /usr/pkg on
  different filesystems
- Standalone
- implicit conflict detection before actual installation.

16 years agoRemoving files not present on branch pkg_install-renovation:
branch-fixup [Sat, 26 Apr 2008 14:56:34 +0000 (14:56 +0000)]
Removing files not present on branch pkg_install-renovation:
Makefile
README
archivers/9e/DESCR
archivers/9e/Makefile
archivers/9e/PLIST
archivers/9e/distinfo
archivers/9e/patches/patch-aa
archivers/9e/patches/patch-ab
archivers/Makefile
archivers/advancecomp/DESCR
archivers/advancecomp/Makefile
archivers/advancecomp/PLIST
archivers/advancecomp/distinfo
archivers/advancecomp/hacks.mk
archivers/advancecomp/patches/patch-aa
archivers/advancecomp/patches/patch-ab
archivers/advancecomp/patches/patch-ac
archivers/afio/DESCR
archivers/afio/Makefile
archivers/afio/PLIST
archivers/afio/distinfo
archivers/afio/patches/patch-aa
archivers/afio/patches/patch-ab
archivers/afio/patches/patch-ac
archivers/arc/DESCR
archivers/arc/Makefile
archivers/arc/PLIST
archivers/arc/distinfo
archivers/arc/patches/patch-aa
archivers/arc/patches/patch-ab
archivers/arc/patches/patch-ac
archivers/arc/patches/patch-ad
archivers/archangel/DESCR
archivers/archangel/Makefile
archivers/archangel/PLIST
archivers/archangel/distinfo
archivers/archangel/patches/patch-aa
archivers/archangel/patches/patch-ab
archivers/archangel/patches/patch-ac
archivers/archangel/patches/patch-ad
archivers/archangel/patches/patch-ae
archivers/arj/DESCR
archivers/arj/Makefile
archivers/arj/PLIST
archivers/arj/distinfo
archivers/arj/patches/patch-aa
archivers/arj/patches/patch-ab
archivers/arj/patches/patch-ac
archivers/arj/patches/patch-ad
archivers/arj/patches/patch-ae
archivers/arj/patches/patch-af
archivers/arj/patches/patch-ag
archivers/bicom/DESCR
archivers/bicom/Makefile
archivers/bicom/PLIST
archivers/bicom/distinfo
archivers/bsdtar/DESCR
archivers/bsdtar/Makefile
archivers/bsdtar/PLIST
archivers/bunzip/DESCR
archivers/bunzip/Makefile
archivers/bunzip/PLIST
archivers/bunzip/distinfo
archivers/bunzip/patches/patch-aa
archivers/bzip2/DESCR
archivers/bzip2/Makefile
archivers/bzip2/PLIST
archivers/bzip2/buildlink3.mk
archivers/bzip2/builtin.mk
archivers/bzip2/files/CHANGES
archivers/bzip2/files/LICENSE
archivers/bzip2/files/Makefile
archivers/bzip2/files/README
archivers/bzip2/files/blocksort.c
archivers/bzip2/files/bzip2.1
archivers/bzip2/files/bzip2.c
archivers/bzip2/files/bzip2recover.c
archivers/bzip2/files/bzlib.c
archivers/bzip2/files/bzlib.h
archivers/bzip2/files/bzlib_private.h
archivers/bzip2/files/bzmore
archivers/bzip2/files/bzmore.1
archivers/bzip2/files/compress.c
archivers/bzip2/files/crctable.c
archivers/bzip2/files/decompress.c
archivers/bzip2/files/huffman.c
archivers/bzip2/files/randtable.c
archivers/cabextract/DESCR
archivers/cabextract/Makefile
archivers/cabextract/PLIST
archivers/cabextract/distinfo
archivers/dact/DESCR
archivers/dact/MESSAGE
archivers/dact/Makefile
archivers/dact/PLIST
archivers/dact/distinfo
archivers/dact/patches/patch-aa
archivers/dact/patches/patch-ab
archivers/dar/DESCR
archivers/dar/Makefile
archivers/dar/PLIST
archivers/dar/distinfo
archivers/dar/hacks.mk
archivers/dar/patches/patch-aa
archivers/dar/patches/patch-ab
archivers/dar/patches/patch-ac
archivers/dar/patches/patch-ad
archivers/dar/patches/patch-ae
archivers/dar/patches/patch-af
archivers/fastjar/ALTERNATIVES
archivers/fastjar/DESCR
archivers/fastjar/Makefile
archivers/fastjar/PLIST
archivers/fastjar/distinfo
archivers/fastjar/patches/patch-aa
archivers/fastjar/patches/patch-ab
archivers/fastjar/patches/patch-ac
archivers/fastjar/patches/patch-ad
archivers/fcrackzip/DESCR
archivers/fcrackzip/Makefile
archivers/fcrackzip/PLIST
archivers/fcrackzip/distinfo
archivers/fcrackzip/patches/patch-aa
archivers/file-roller/DESCR
archivers/file-roller/Makefile
archivers/file-roller/PLIST
archivers/file-roller/distinfo
archivers/file-roller/patches/patch-aa
archivers/freeze/DESCR
archivers/freeze/Makefile
archivers/freeze/PLIST
archivers/freeze/distinfo
archivers/freeze/patches/patch-aa
archivers/freeze/patches/patch-ab
archivers/freeze/patches/patch-ac
archivers/freeze/patches/patch-ad
archivers/freeze/patches/patch-ae
archivers/freeze/patches/patch-af
archivers/gcpio/DESCR
archivers/gcpio/Makefile
archivers/gcpio/PLIST
archivers/gcpio/distinfo
archivers/gcpio/patches/patch-ac
archivers/gcpio/patches/patch-ae
archivers/gcpio/patches/patch-ag
archivers/gcpio/patches/patch-ah
archivers/gcpio/patches/patch-ai
archivers/gcpio/patches/patch-aj
archivers/gcpio/patches/patch-ak
archivers/gcpio/patches/patch-al
archivers/gcpio/patches/patch-am
archivers/gcpio/patches/patch-an
archivers/gcpio/patches/patch-ao
archivers/gcpio/patches/patch-ap
archivers/gsharutils/DESCR
archivers/gsharutils/Makefile
archivers/gsharutils/PLIST
archivers/gsharutils/distinfo
archivers/gsharutils/patches/patch-aa
archivers/gsharutils/patches/patch-ab
archivers/gsharutils/patches/patch-ac
archivers/gsharutils/patches/patch-ad
archivers/gsharutils/patches/patch-ae
archivers/gsharutils/patches/patch-af
archivers/gsharutils/patches/patch-ag
archivers/gsharutils/patches/patch-ah
archivers/gsharutils/patches/patch-ai
archivers/gsharutils/patches/patch-aj
archivers/gtar-base/DESCR
archivers/gtar-base/Makefile
archivers/gtar-base/PLIST
archivers/gtar-base/distinfo
archivers/gtar-base/files/gtar.1
archivers/gtar-base/patches/patch-aa
archivers/gtar-base/patches/patch-ab
archivers/gtar-base/patches/patch-ac
archivers/gtar-base/patches/patch-ad
archivers/gtar-base/patches/patch-ae
archivers/gtar-base/patches/patch-af
archivers/gtar-base/patches/patch-ag
archivers/gtar-base/patches/patch-ah
archivers/gtar-base/patches/patch-ai
archivers/gtar-base/patches/patch-aj
archivers/gtar-base/patches/patch-ak
archivers/gtar-info/DESCR
archivers/gtar-info/Makefile
archivers/gtar-info/PLIST
archivers/gtar-info/distinfo
archivers/gtar/DESCR
archivers/gtar/Makefile
archivers/gzip/DESCR
archivers/gzip/Makefile
archivers/gzip/PLIST
archivers/gzip/distinfo
archivers/gzip/patches/patch-aa
archivers/gzip/patches/patch-ab
archivers/gzip/patches/patch-ac
archivers/gzip/patches/patch-ad
archivers/gzip/patches/patch-ae
archivers/gzrecover/DESCR
archivers/gzrecover/Makefile
archivers/gzrecover/PLIST
archivers/gzrecover/distinfo
archivers/ha/DESCR
archivers/ha/Makefile
archivers/ha/PLIST
archivers/ha/distinfo
archivers/ha/patches/patch-aa
archivers/ha/patches/patch-ab
archivers/ha/patches/patch-ac
archivers/ha/patches/patch-ad
archivers/hpack/DESCR
archivers/hpack/Makefile
archivers/hpack/PLIST
archivers/hpack/distinfo
archivers/hpack/patches/patch-aa
archivers/hpack/patches/patch-ab
archivers/hpack/patches/patch-ac
archivers/hpack/patches/patch-ad
archivers/hpack/patches/patch-ae
archivers/hpack/patches/patch-af
archivers/hpack/patches/patch-ag
archivers/hpack/patches/patch-ah
archivers/jamjar/DESCR
archivers/jamjar/Makefile
archivers/jamjar/PLIST
archivers/jamjar/distinfo
archivers/jamjar/patches/patch-aa
archivers/lbrate/DESCR
archivers/lbrate/Makefile
archivers/lbrate/PLIST
archivers/lbrate/distinfo
archivers/lbrate/patches/patch-aa
archivers/lbrate/patches/patch-ab
archivers/lcab/DESCR
archivers/lcab/Makefile
archivers/lcab/PLIST
archivers/lcab/distinfo
archivers/lha/DESCR
archivers/lha/Makefile
archivers/lha/PLIST
archivers/lha/distinfo
archivers/lha/patches/patch-aa
archivers/lha/patches/patch-ab
archivers/lha/patches/patch-ad
archivers/lha/patches/patch-ae
archivers/lha/patches/patch-af
archivers/lha/patches/patch-ag
archivers/lha/patches/patch-ah
archivers/lha/patches/patch-ai
archivers/lha/patches/patch-aj
archivers/lha/patches/patch-ak
archivers/lha/patches/patch-al
archivers/libarchive/DESCR
archivers/libarchive/Makefile
archivers/libarchive/PLIST
archivers/libarchive/buildlink3.mk
archivers/libarchive/builtin.mk
archivers/libarchive/files/COPYING
archivers/libarchive/files/INSTALL
archivers/libarchive/files/Makefile.am
archivers/libarchive/files/Makefile.in
archivers/libarchive/files/NEWS
archivers/libarchive/files/README
archivers/libarchive/files/aclocal.m4
archivers/libarchive/files/config.aux/compile
archivers/libarchive/files/config.aux/config.guess
archivers/libarchive/files/config.aux/config.sub
archivers/libarchive/files/config.aux/depcomp
archivers/libarchive/files/config.aux/install-sh
archivers/libarchive/files/config.aux/ltmain.sh
archivers/libarchive/files/config.aux/missing
archivers/libarchive/files/config.aux/ylwrap
archivers/libarchive/files/config.h.in
archivers/libarchive/files/configure
archivers/libarchive/files/configure.ac
archivers/libarchive/files/contrib/README
archivers/libarchive/files/contrib/libarchive.1aix53.spec
archivers/libarchive/files/contrib/libarchive.spec
archivers/libarchive/files/contrib/libarchive_autodetect-st_lib_archive.m4
archivers/libarchive/files/cpio/bsdcpio.1
archivers/libarchive/files/cpio/cmdline.c
archivers/libarchive/files/cpio/cpio.c
archivers/libarchive/files/cpio/cpio.h
archivers/libarchive/files/cpio/cpio_platform.h
archivers/libarchive/files/cpio/err.c
archivers/libarchive/files/cpio/match.c
archivers/libarchive/files/cpio/matching.c
archivers/libarchive/files/cpio/matching.h
archivers/libarchive/files/cpio/pathmatch.c
archivers/libarchive/files/cpio/pathmatch.h
archivers/libarchive/files/cpio/test/list.h
archivers/libarchive/files/cpio/test/main.c
archivers/libarchive/files/cpio/test/test.h
archivers/libarchive/files/cpio/test/test_basic.c
archivers/libarchive/files/cpio/test/test_format_newc.c
archivers/libarchive/files/cpio/test/test_gcpio_compat.c
archivers/libarchive/files/cpio/test/test_gcpio_compat_ref.bin
archivers/libarchive/files/cpio/test/test_gcpio_compat_ref.bin.uu
archivers/libarchive/files/cpio/test/test_gcpio_compat_ref.crc
archivers/libarchive/files/cpio/test/test_gcpio_compat_ref.crc.uu
archivers/libarchive/files/cpio/test/test_gcpio_compat_ref.newc
archivers/libarchive/files/cpio/test/test_gcpio_compat_ref.newc.uu
archivers/libarchive/files/cpio/test/test_gcpio_compat_ref.ustar
archivers/libarchive/files/cpio/test/test_gcpio_compat_ref.ustar.uu
archivers/libarchive/files/cpio/test/test_help.c
archivers/libarchive/files/cpio/test/test_option_B.c
archivers/libarchive/files/cpio/test/test_option_L.c
archivers/libarchive/files/cpio/test/test_option_a.c
archivers/libarchive/files/cpio/test/test_option_c.c
archivers/libarchive/files/cpio/test/test_option_d.c
archivers/libarchive/files/cpio/test/test_option_ell.c
archivers/libarchive/files/cpio/test/test_option_f.c
archivers/libarchive/files/cpio/test/test_option_f.cpio.uu
archivers/libarchive/files/cpio/test/test_option_help.c
archivers/libarchive/files/cpio/test/test_option_m.c
archivers/libarchive/files/cpio/test/test_option_m.cpio
archivers/libarchive/files/cpio/test/test_option_m.cpio.uu
archivers/libarchive/files/cpio/test/test_option_t.c
archivers/libarchive/files/cpio/test/test_option_t.cpio
archivers/libarchive/files/cpio/test/test_option_t.cpio.uu
archivers/libarchive/files/cpio/test/test_option_t.stdout
archivers/libarchive/files/cpio/test/test_option_t.stdout.uu
archivers/libarchive/files/cpio/test/test_option_tv.stdout
archivers/libarchive/files/cpio/test/test_option_tv.stdout.uu
archivers/libarchive/files/cpio/test/test_option_u.c
archivers/libarchive/files/cpio/test/test_option_version.c
archivers/libarchive/files/cpio/test/test_option_y.c
archivers/libarchive/files/cpio/test/test_option_z.c
archivers/libarchive/files/cpio/test/test_owner_parse.c
archivers/libarchive/files/cpio/test/test_pathmatch.c
archivers/libarchive/files/cpio/test/test_version.c
archivers/libarchive/files/cpio/test/test_write_odc.c
archivers/libarchive/files/doc/man/Makefile
archivers/libarchive/files/doc/man/archive_entry.3
archivers/libarchive/files/doc/man/archive_read.3
archivers/libarchive/files/doc/man/archive_util.3
archivers/libarchive/files/doc/man/archive_write.3
archivers/libarchive/files/doc/man/archive_write_disk.3
archivers/libarchive/files/doc/man/bsdcpio.1
archivers/libarchive/files/doc/man/bsdtar.1
archivers/libarchive/files/doc/man/cpio.5
archivers/libarchive/files/doc/man/libarchive-formats.5
archivers/libarchive/files/doc/man/libarchive.3
archivers/libarchive/files/doc/man/libarchive_internals.3
archivers/libarchive/files/doc/man/mtree.5
archivers/libarchive/files/doc/man/tar.5
archivers/libarchive/files/doc/mdoc2man.awk
archivers/libarchive/files/doc/text/Makefile
archivers/libarchive/files/doc/text/archive_entry.3
archivers/libarchive/files/doc/text/archive_entry.3.txt
archivers/libarchive/files/doc/text/archive_read.3
archivers/libarchive/files/doc/text/archive_read.3.txt
archivers/libarchive/files/doc/text/archive_util.3
archivers/libarchive/files/doc/text/archive_util.3.txt
archivers/libarchive/files/doc/text/archive_write.3
archivers/libarchive/files/doc/text/archive_write.3.txt
archivers/libarchive/files/doc/text/archive_write_disk.3
archivers/libarchive/files/doc/text/archive_write_disk.3.txt
archivers/libarchive/files/doc/text/bsdcpio.1
archivers/libarchive/files/doc/text/bsdcpio.1.txt
archivers/libarchive/files/doc/text/bsdtar.1
archivers/libarchive/files/doc/text/bsdtar.1.txt
archivers/libarchive/files/doc/text/cpio.5
archivers/libarchive/files/doc/text/cpio.5.txt
archivers/libarchive/files/doc/text/libarchive-formats.5
archivers/libarchive/files/doc/text/libarchive-formats.5.txt
archivers/libarchive/files/doc/text/libarchive.3
archivers/libarchive/files/doc/text/libarchive.3.txt
archivers/libarchive/files/doc/text/libarchive_internals.3
archivers/libarchive/files/doc/text/libarchive_internals.3.txt
archivers/libarchive/files/doc/text/mtree.5
archivers/libarchive/files/doc/text/mtree.5.txt
archivers/libarchive/files/doc/text/tar.5
archivers/libarchive/files/doc/text/tar.5.txt
archivers/libarchive/files/doc/update.sh
archivers/libarchive/files/examples/minitar/Makefile
archivers/libarchive/files/examples/minitar/README
archivers/libarchive/files/examples/minitar/minitar.c
archivers/libarchive/files/examples/minitar/tree.c
archivers/libarchive/files/examples/minitar/tree.h
archivers/libarchive/files/examples/tarfilter.c
archivers/libarchive/files/examples/untar.c
archivers/libarchive/files/libarchive/archive.h.in
archivers/libarchive/files/libarchive/archive_check_magic.c
archivers/libarchive/files/libarchive/archive_endian.h
archivers/libarchive/files/libarchive/archive_entry.3
archivers/libarchive/files/libarchive/archive_entry.c
archivers/libarchive/files/libarchive/archive_entry.h
archivers/libarchive/files/libarchive/archive_entry_copy_stat.c
archivers/libarchive/files/libarchive/archive_entry_link_resolver.c
archivers/libarchive/files/libarchive/archive_entry_private.h
archivers/libarchive/files/libarchive/archive_entry_stat.c
archivers/libarchive/files/libarchive/archive_entry_strmode.c
archivers/libarchive/files/libarchive/archive_platform.h
archivers/libarchive/files/libarchive/archive_private.h
archivers/libarchive/files/libarchive/archive_read.3
archivers/libarchive/files/libarchive/archive_read.c
archivers/libarchive/files/libarchive/archive_read_data_into_fd.c
archivers/libarchive/files/libarchive/archive_read_extract.c
archivers/libarchive/files/libarchive/archive_read_open_fd.c
archivers/libarchive/files/libarchive/archive_read_open_file.c
archivers/libarchive/files/libarchive/archive_read_open_filename.c
archivers/libarchive/files/libarchive/archive_read_open_memory.c
archivers/libarchive/files/libarchive/archive_read_private.h
archivers/libarchive/files/libarchive/archive_read_support_compression_all.c
archivers/libarchive/files/libarchive/archive_read_support_compression_bzip2.c
archivers/libarchive/files/libarchive/archive_read_support_compression_compress.c
archivers/libarchive/files/libarchive/archive_read_support_compression_gzip.c
archivers/libarchive/files/libarchive/archive_read_support_compression_none.c
archivers/libarchive/files/libarchive/archive_read_support_compression_program.c
archivers/libarchive/files/libarchive/archive_read_support_format_all.c
archivers/libarchive/files/libarchive/archive_read_support_format_ar.c
archivers/libarchive/files/libarchive/archive_read_support_format_cpio.c
archivers/libarchive/files/libarchive/archive_read_support_format_empty.c
archivers/libarchive/files/libarchive/archive_read_support_format_iso9660.c
archivers/libarchive/files/libarchive/archive_read_support_format_mtree.c
archivers/libarchive/files/libarchive/archive_read_support_format_tar.c
archivers/libarchive/files/libarchive/archive_read_support_format_zip.c
archivers/libarchive/files/libarchive/archive_string.c
archivers/libarchive/files/libarchive/archive_string.h
archivers/libarchive/files/libarchive/archive_string_sprintf.c
archivers/libarchive/files/libarchive/archive_util.3
archivers/libarchive/files/libarchive/archive_util.c
archivers/libarchive/files/libarchive/archive_virtual.c
archivers/libarchive/files/libarchive/archive_write.3
archivers/libarchive/files/libarchive/archive_write.c
archivers/libarchive/files/libarchive/archive_write_disk.3
archivers/libarchive/files/libarchive/archive_write_disk.c
archivers/libarchive/files/libarchive/archive_write_disk_private.h
archivers/libarchive/files/libarchive/archive_write_disk_set_standard_lookup.c
archivers/libarchive/files/libarchive/archive_write_open_fd.c
archivers/libarchive/files/libarchive/archive_write_open_file.c
archivers/libarchive/files/libarchive/archive_write_open_filename.c
archivers/libarchive/files/libarchive/archive_write_open_memory.c
archivers/libarchive/files/libarchive/archive_write_private.h
archivers/libarchive/files/libarchive/archive_write_set_compression_bzip2.c
archivers/libarchive/files/libarchive/archive_write_set_compression_compress.c
archivers/libarchive/files/libarchive/archive_write_set_compression_gzip.c
archivers/libarchive/files/libarchive/archive_write_set_compression_none.c
archivers/libarchive/files/libarchive/archive_write_set_compression_program.c
archivers/libarchive/files/libarchive/archive_write_set_format.c
archivers/libarchive/files/libarchive/archive_write_set_format_ar.c
archivers/libarchive/files/libarchive/archive_write_set_format_by_name.c
archivers/libarchive/files/libarchive/archive_write_set_format_cpio.c
archivers/libarchive/files/libarchive/archive_write_set_format_cpio_newc.c
archivers/libarchive/files/libarchive/archive_write_set_format_pax.c
archivers/libarchive/files/libarchive/archive_write_set_format_shar.c
archivers/libarchive/files/libarchive/archive_write_set_format_ustar.c
archivers/libarchive/files/libarchive/config_freebsd.h
archivers/libarchive/files/libarchive/config_windows.h
archivers/libarchive/files/libarchive/cpio.5
archivers/libarchive/files/libarchive/filter_fork.c
archivers/libarchive/files/libarchive/filter_fork.h
archivers/libarchive/files/libarchive/libarchive-formats.5
archivers/libarchive/files/libarchive/libarchive.3
archivers/libarchive/files/libarchive/libarchive_internals.3
archivers/libarchive/files/libarchive/mtree.5
archivers/libarchive/files/libarchive/tar.5
archivers/libarchive/files/libarchive/test/list.h
archivers/libarchive/files/libarchive/test/main.c
archivers/libarchive/files/libarchive/test/read_open_memory.c
archivers/libarchive/files/libarchive/test/test.h
archivers/libarchive/files/libarchive/test/test_acl_basic.c
archivers/libarchive/files/libarchive/test/test_acl_pax.c
archivers/libarchive/files/libarchive/test/test_archive_api_feature.c
archivers/libarchive/files/libarchive/test/test_bad_fd.c
archivers/libarchive/files/libarchive/test/test_compat_gtar.c
archivers/libarchive/files/libarchive/test/test_compat_gtar_1.tgz.uu
archivers/libarchive/files/libarchive/test/test_compat_tar_hardlink.c
archivers/libarchive/files/libarchive/test/test_compat_tar_hardlink_1.tar.uu
archivers/libarchive/files/libarchive/test/test_compat_zip.c
archivers/libarchive/files/libarchive/test/test_compat_zip_1.zip.uu
archivers/libarchive/files/libarchive/test/test_empty_write.c
archivers/libarchive/files/libarchive/test/test_entry.c
archivers/libarchive/files/libarchive/test/test_entry_strmode.c
archivers/libarchive/files/libarchive/test/test_link_resolver.c
archivers/libarchive/files/libarchive/test/test_pax_filename_encoding.c
archivers/libarchive/files/libarchive/test/test_pax_filename_encoding.tar.gz.uu
archivers/libarchive/files/libarchive/test/test_read_compress_program.c
archivers/libarchive/files/libarchive/test/test_read_data_large.c
archivers/libarchive/files/libarchive/test/test_read_extract.c
archivers/libarchive/files/libarchive/test/test_read_format_ar.c
archivers/libarchive/files/libarchive/test/test_read_format_cpio_bin.c
archivers/libarchive/files/libarchive/test/test_read_format_cpio_bin_Z.c
archivers/libarchive/files/libarchive/test/test_read_format_cpio_bin_bz2.c
archivers/libarchive/files/libarchive/test/test_read_format_cpio_bin_gz.c
archivers/libarchive/files/libarchive/test/test_read_format_cpio_odc.c
archivers/libarchive/files/libarchive/test/test_read_format_cpio_svr4_gzip.c
archivers/libarchive/files/libarchive/test/test_read_format_cpio_svr4c_Z.c
archivers/libarchive/files/libarchive/test/test_read_format_empty.c
archivers/libarchive/files/libarchive/test/test_read_format_gtar_gz.c
archivers/libarchive/files/libarchive/test/test_read_format_gtar_sparse.c
archivers/libarchive/files/libarchive/test/test_read_format_gtar_sparse_1_13.tgz.uu
archivers/libarchive/files/libarchive/test/test_read_format_gtar_sparse_1_17.tgz.uu
archivers/libarchive/files/libarchive/test/test_read_format_gtar_sparse_1_17_posix00.tgz.uu
archivers/libarchive/files/libarchive/test/test_read_format_gtar_sparse_1_17_posix01.tgz.uu
archivers/libarchive/files/libarchive/test/test_read_format_gtar_sparse_1_17_posix10.tgz.uu
archivers/libarchive/files/libarchive/test/test_read_format_gtar_sparse_1_17_posix10_modified.tar.uu
archivers/libarchive/files/libarchive/test/test_read_format_iso_gz.c
archivers/libarchive/files/libarchive/test/test_read_format_isorr_bz2.c
archivers/libarchive/files/libarchive/test/test_read_format_mtree.c
archivers/libarchive/files/libarchive/test/test_read_format_pax_bz2.c
archivers/libarchive/files/libarchive/test/test_read_format_tar.c
archivers/libarchive/files/libarchive/test/test_read_format_tbz.c
archivers/libarchive/files/libarchive/test/test_read_format_tgz.c
archivers/libarchive/files/libarchive/test/test_read_format_tz.c
archivers/libarchive/files/libarchive/test/test_read_format_zip.c
archivers/libarchive/files/libarchive/test/test_read_large.c
archivers/libarchive/files/libarchive/test/test_read_pax_truncated.c
archivers/libarchive/files/libarchive/test/test_read_position.c
archivers/libarchive/files/libarchive/test/test_read_truncated.c
archivers/libarchive/files/libarchive/test/test_tar_filenames.c
archivers/libarchive/files/libarchive/test/test_tar_large.c
archivers/libarchive/files/libarchive/test/test_write_compress.c
archivers/libarchive/files/libarchive/test/test_write_compress_program.c
archivers/libarchive/files/libarchive/test/test_write_disk.c
archivers/libarchive/files/libarchive/test/test_write_disk_hardlink.c
archivers/libarchive/files/libarchive/test/test_write_disk_perms.c
archivers/libarchive/files/libarchive/test/test_write_disk_secure.c
archivers/libarchive/files/libarchive/test/test_write_format_ar.c
archivers/libarchive/files/libarchive/test/test_write_format_cpio.c
archivers/libarchive/files/libarchive/test/test_write_format_cpio_empty.c
archivers/libarchive/files/libarchive/test/test_write_format_cpio_newc.c
archivers/libarchive/files/libarchive/test/test_write_format_cpio_odc.c
archivers/libarchive/files/libarchive/test/test_write_format_shar_empty.c
archivers/libarchive/files/libarchive/test/test_write_format_tar.c
archivers/libarchive/files/libarchive/test/test_write_format_tar_empty.c
archivers/libarchive/files/libarchive/test/test_write_open_memory.c
archivers/libarchive/files/tar/bsdtar.1
archivers/libarchive/files/tar/bsdtar.c
archivers/libarchive/files/tar/bsdtar.h
archivers/libarchive/files/tar/bsdtar_platform.h
archivers/libarchive/files/tar/getdate.c
archivers/libarchive/files/tar/getdate.y
archivers/libarchive/files/tar/matching.c
archivers/libarchive/files/tar/read.c
archivers/libarchive/files/tar/test/config.sh
archivers/libarchive/files/tar/test/main.c
archivers/libarchive/files/tar/test/old/config.sh
archivers/libarchive/files/tar/test/old/test-acl.sh
archivers/libarchive/files/tar/test/old/test-basic.sh
archivers/libarchive/files/tar/test/old/test-deep-dir.sh
archivers/libarchive/files/tar/test/old/test-flags.sh
archivers/libarchive/files/tar/test/old/test-nodump.sh
archivers/libarchive/files/tar/test/old/test-overwrite.sh
archivers/libarchive/files/tar/test/old/test-utf8.sh
archivers/libarchive/files/tar/test/test-acl.sh
archivers/libarchive/files/tar/test/test-basic.sh
archivers/libarchive/files/tar/test/test-deep-dir.sh
archivers/libarchive/files/tar/test/test-flags.sh
archivers/libarchive/files/tar/test/test-nodump.sh
archivers/libarchive/files/tar/test/test-overwrite.sh
archivers/libarchive/files/tar/test/test-utf8.sh
archivers/libarchive/files/tar/test/test.h
archivers/libarchive/files/tar/test/test_basic.c
archivers/libarchive/files/tar/test/test_copy.c
archivers/libarchive/files/tar/test/test_getdate.c
archivers/libarchive/files/tar/test/test_help.c
archivers/libarchive/files/tar/test/test_stdio.c
archivers/libarchive/files/tar/test/test_version.c
archivers/libarchive/files/tar/tree.c
archivers/libarchive/files/tar/tree.h
archivers/libarchive/files/tar/util.c
archivers/libarchive/files/tar/write.c
archivers/libarchive/files/version
archivers/libcomprex/DESCR
archivers/libcomprex/Makefile
archivers/libcomprex/PLIST
archivers/libcomprex/buildlink3.mk
archivers/libcomprex/distinfo
archivers/libcomprex/patches/patch-aa
archivers/libcomprex/patches/patch-ab
archivers/libcomprex/patches/patch-ac
archivers/libcomprex/patches/patch-ad
archivers/liblzo/DESCR
archivers/liblzo/Makefile
archivers/liblzo/PLIST
archivers/liblzo/buildlink3.mk
archivers/liblzo/distinfo
archivers/liblzo/patches/patch-aa
archivers/liblzo/patches/patch-ab
archivers/libzip/DESCR
archivers/libzip/Makefile
archivers/libzip/PLIST
archivers/libzip/buildlink3.mk
archivers/libzip/distinfo
archivers/lzma/DESCR
archivers/lzma/Makefile
archivers/lzma/PLIST
archivers/lzma/distinfo
archivers/lzo/DESCR
archivers/lzo/Makefile
archivers/lzo/PLIST
archivers/lzo/buildlink3.mk
archivers/lzo/distinfo
archivers/lzo/patches/patch-aa
archivers/lzop/DESCR
archivers/lzop/Makefile
archivers/lzop/PLIST
archivers/lzop/distinfo
archivers/macutil/DESCR
archivers/macutil/Makefile
archivers/macutil/PLIST
archivers/macutil/distinfo
archivers/macutil/patches/patch-aa
archivers/macutil/patches/patch-ab
archivers/macutil/patches/patch-ac
archivers/macutil/patches/patch-ad
archivers/makeself/DESCR
archivers/makeself/Makefile
archivers/makeself/PLIST
archivers/makeself/distinfo
archivers/mousetar/DESCR
archivers/mousetar/Makefile
archivers/mousetar/PLIST
archivers/mousetar/distinfo
archivers/mousetar/patches/patch-aa
archivers/mscompress/DESCR
archivers/mscompress/Makefile
archivers/mscompress/PLIST
archivers/mscompress/distinfo
archivers/mscompress/patches/patch-aa
archivers/nomarch/DESCR
archivers/nomarch/Makefile
archivers/nomarch/PLIST
archivers/nomarch/distinfo
archivers/nulib2/DESCR
archivers/nulib2/Makefile
archivers/nulib2/PLIST
archivers/nulib2/distinfo
archivers/nulib2/patches/patch-aa
archivers/nulib2/patches/patch-ab
archivers/nulib2/patches/patch-ac
archivers/nulib2/patches/patch-ad
archivers/nulib2/patches/patch-ae
archivers/nulib2/patches/patch-af
archivers/p5-Archive-Tar/DESCR
archivers/p5-Archive-Tar/Makefile
archivers/p5-Archive-Tar/distinfo
archivers/p5-Archive-Zip/DESCR
archivers/p5-Archive-Zip/Makefile
archivers/p5-Archive-Zip/distinfo
archivers/p5-Compress-Bzip2/DESCR
archivers/p5-Compress-Bzip2/Makefile
archivers/p5-Compress-Bzip2/distinfo
archivers/p7zip/DESCR
archivers/p7zip/Makefile
archivers/p7zip/PLIST
archivers/p7zip/distinfo
archivers/p7zip/patches/patch-aa
archivers/p7zip/patches/patch-ab
archivers/p7zip/patches/patch-ac
archivers/par2/DESCR
archivers/par2/Makefile
archivers/par2/PLIST
archivers/par2/distinfo
archivers/par2/hacks.mk
archivers/par2/patches/patch-aa
archivers/pax/DESCR
archivers/pax/Makefile
archivers/pax/PLIST
archivers/pax/files/Makefile.in
archivers/pax/files/ar_io.c
archivers/pax/files/ar_subs.c
archivers/pax/files/buf_subs.c
archivers/pax/files/config.guess
archivers/pax/files/config.h.in
archivers/pax/files/config.sub
archivers/pax/files/configure
archivers/pax/files/configure.ac
archivers/pax/files/cpio.1
archivers/pax/files/cpio.c
archivers/pax/files/cpio.cat1
archivers/pax/files/cpio.h
archivers/pax/files/dumptar.c
archivers/pax/files/extern.h
archivers/pax/files/file_subs.c
archivers/pax/files/ftree.c
archivers/pax/files/ftree.h
archivers/pax/files/gen_subs.c
archivers/pax/files/getid.c
archivers/pax/files/getoldopt.c
archivers/pax/files/install-sh
archivers/pax/files/misc.c
archivers/pax/files/mtree.h
archivers/pax/files/mtree_extern.h
archivers/pax/files/options.c
archivers/pax/files/options.h
archivers/pax/files/pack_dev.c
archivers/pax/files/pack_dev.h
archivers/pax/files/pat_rep.c
archivers/pax/files/pat_rep.h
archivers/pax/files/pax.1
archivers/pax/files/pax.c
archivers/pax/files/pax.cat1
archivers/pax/files/pax.h
archivers/pax/files/pax2nbcompat
archivers/pax/files/sel_subs.c
archivers/pax/files/sel_subs.h
archivers/pax/files/spec.c
archivers/pax/files/stat_flags.c
archivers/pax/files/stat_flags.h
archivers/pax/files/tables.c
archivers/pax/files/tables.h
archivers/pax/files/tape_h_fixup.h
archivers/pax/files/tar.1
archivers/pax/files/tar.c
archivers/pax/files/tar.cat1
archivers/pax/files/tar.h
archivers/pax/files/tty_subs.c
archivers/pbzip2/DESCR
archivers/pbzip2/Makefile
archivers/pbzip2/PLIST
archivers/pbzip2/distinfo
archivers/pdbar/DESCR
archivers/pdbar/Makefile
archivers/pdbar/PLIST
archivers/pdbar/distinfo
archivers/pdbar/patches/patch-aa
archivers/pdbar/patches/patch-ab
archivers/php-bz2/DESCR
archivers/php-bz2/Makefile
archivers/php-zip/DESCR
archivers/php-zip/Makefile
archivers/php-zip/distinfo
archivers/php-zlib/DESCR
archivers/php-zlib/Makefile
archivers/ppmd/DESCR
archivers/ppmd/Makefile
archivers/ppmd/PLIST
archivers/ppmd/distinfo
archivers/ppmd/patches/patch-aa
archivers/ppmd/patches/patch-ab
archivers/ppmd/patches/patch-ac
archivers/ppunpack/DESCR
archivers/ppunpack/Makefile
archivers/ppunpack/PLIST
archivers/ppunpack/distinfo
archivers/ppunpack/patches/patch-aa
archivers/rar/DESCR
archivers/rar/MESSAGE.linux-i386
archivers/rar/MESSAGE.netbsd-i386
archivers/rar/Makefile
archivers/rar/Makefile.linux-i386
archivers/rar/Makefile.netbsd-i386
archivers/rar/PLIST.linux-i386
archivers/rar/PLIST.netbsd-i386
archivers/rar/distinfo
archivers/rar/files/check-ksyms.sh
archivers/rox-archive/DESCR
archivers/rox-archive/Makefile
archivers/rox-archive/PLIST
archivers/rox-archive/distinfo
archivers/ruby-archive-tar-minitar/DESCR
archivers/ruby-archive-tar-minitar/Makefile
archivers/ruby-archive-tar-minitar/PLIST
archivers/ruby-archive-tar-minitar/distinfo
archivers/ruby-zip/DESCR
archivers/ruby-zip/Makefile
archivers/ruby-zip/PLIST
archivers/ruby-zip/distinfo
archivers/rzip/DESCR
archivers/rzip/Makefile
archivers/rzip/PLIST
archivers/rzip/distinfo
archivers/rzip/patches/patch-aa
archivers/rzip/patches/patch-ab
archivers/rzip/patches/patch-ac
archivers/sarab/DESCR
archivers/sarab/MESSAGE
archivers/sarab/Makefile
archivers/sarab/PLIST
archivers/sarab/distinfo
archivers/sarab/patches/patch-aa
archivers/squsq/DESCR
archivers/squsq/Makefile
archivers/squsq/PLIST
archivers/squsq/distinfo
archivers/squsq/files/Makefile
archivers/squsq/patches/patch-aa
archivers/star/DESCR
archivers/star/Makefile
archivers/star/PLIST
archivers/star/distinfo
archivers/star/patches/patch-aa
archivers/star/patches/patch-ab
archivers/star/patches/patch-ac
archivers/stuffit/DESCR
archivers/stuffit/Makefile
archivers/stuffit/PLIST
archivers/stuffit/distinfo
archivers/szip/DESCR
archivers/szip/Makefile
archivers/szip/PLIST
archivers/szip/buildlink3.mk
archivers/szip/distinfo
archivers/szip/patches/patch-aa
archivers/unace-bin/DESCR
archivers/unace-bin/Makefile
archivers/unace-bin/PLIST
archivers/unace-bin/distinfo
archivers/unace/DESCR
archivers/unace/Makefile
archivers/unace/PLIST
archivers/unace/distinfo
archivers/unace/patches/patch-aa
archivers/unace/patches/patch-ab
archivers/unace/patches/patch-ac
archivers/unace/patches/patch-ad
archivers/unace/patches/patch-ae
archivers/unace/patches/patch-af
archivers/unalz/DESCR
archivers/unalz/Makefile
archivers/unalz/PLIST
archivers/unalz/distinfo
archivers/unalz/patches/patch-aa
archivers/unalz/patches/patch-ab
archivers/unalz/patches/patch-ac
archivers/unalz/patches/patch-ad
archivers/unarj/DESCR
archivers/unarj/Makefile
archivers/unarj/PLIST
archivers/unarj/distinfo
archivers/unarj/files/Makefile
archivers/unarj/patches/patch-aa
archivers/unarj/patches/patch-ab
archivers/unarj/patches/patch-ac
archivers/unarj/patches/patch-ad
archivers/undms/DESCR
archivers/undms/Makefile
archivers/undms/PLIST
archivers/undms/distinfo
archivers/unlzx/DESCR
archivers/unlzx/Makefile
archivers/unlzx/PLIST
archivers/unlzx/distinfo
archivers/unrar/DESCR
archivers/unrar/Makefile
archivers/unrar/PLIST
archivers/unrar/distinfo
archivers/unrar/patches/patch-aa
archivers/unrar/patches/patch-ab
archivers/unrar/patches/patch-ac
archivers/unshield/DESCR
archivers/unshield/Makefile
archivers/unshield/PLIST
archivers/unshield/distinfo
archivers/unshield/patches/patch-aa
archivers/unshield/patches/patch-ab
archivers/unzip/DESCR
archivers/unzip/Makefile
archivers/unzip/PLIST
archivers/unzip/distinfo
archivers/unzip/patches/patch-aa
archivers/unzip/patches/patch-ab
archivers/unzip/patches/patch-ac
archivers/unzip/patches/patch-ad
archivers/unzip/patches/patch-ae
archivers/unzoo/DESCR
archivers/unzoo/Makefile
archivers/unzoo/PLIST
archivers/unzoo/distinfo
archivers/upx/DESCR
archivers/upx/Makefile
archivers/upx/PLIST
archivers/upx/distinfo
archivers/upx/patches/patch-aa
archivers/upx/patches/patch-ab
archivers/xbin/DESCR
archivers/xbin/Makefile
archivers/xbin/PLIST
archivers/xbin/distinfo
archivers/xbin/patches/patch-aa
archivers/xmill/DESCR
archivers/xmill/Makefile
archivers/xmill/PLIST
archivers/xmill/distinfo
archivers/xmill/patches/patch-aa
archivers/xmill/patches/patch-ab
archivers/xpk/DESCR
archivers/xpk/Makefile
archivers/xpk/PLIST
archivers/xpk/distinfo
archivers/zip/DESCR
archivers/zip/Makefile
archivers/zip/PLIST
archivers/zip/distinfo
archivers/zip/patches/patch-ah
archivers/zip1/DESCR
archivers/zip1/Makefile
archivers/zip1/PLIST
archivers/zip1/distinfo
archivers/zip1/patches/patch-aa
archivers/zip1/patches/patch-ab
archivers/zip1/patches/patch-ac
archivers/zip1/patches/patch-ad
archivers/zip1/patches/patch-ae
archivers/zip1/patches/patch-af
archivers/zip1/patches/patch-ag
archivers/zoo/DESCR
archivers/zoo/Makefile
archivers/zoo/PLIST
archivers/zoo/distinfo
archivers/zoo/patches/patch-aa
archivers/zoo/patches/patch-ab
archivers/zoo/patches/patch-ac
archivers/zoo/patches/patch-ad
archivers/zoo/patches/patch-ae
archivers/zoo/patches/patch-af
archivers/zoo/patches/patch-ag
archivers/zoo/patches/patch-ah
archivers/zoo/patches/patch-ai
archivers/zoo/patches/patch-aj
archivers/zoo/patches/patch-ak
archivers/zoo/patches/patch-al
archivers/zoo/patches/patch-am
archivers/zoo/patches/patch-an
archivers/zoo/patches/patch-ao
archivers/zziplib/DESCR
archivers/zziplib/Makefile
archivers/zziplib/PLIST
archivers/zziplib/buildlink3.mk
archivers/zziplib/distinfo
archivers/zziplib/patches/patch-aa
archivers/zziplib/patches/patch-ab
archivers/zziplib/patches/patch-ac
audio/Makefile
audio/SDL_mixer/DESCR
audio/SDL_mixer/MESSAGE
audio/SDL_mixer/Makefile
audio/SDL_mixer/PLIST
audio/SDL_mixer/buildlink3.mk
audio/SDL_mixer/distinfo
audio/SDL_mixer/patches/patch-aa
audio/SDL_mixer/patches/patch-ab
audio/SDL_sound/DESCR
audio/SDL_sound/Makefile
audio/SDL_sound/PLIST
audio/SDL_sound/buildlink3.mk
audio/SDL_sound/distinfo
audio/abcde/DESCR
audio/abcde/MESSAGE
audio/abcde/Makefile
audio/abcde/PLIST
audio/abcde/distinfo
audio/abcde/patches/patch-ab
audio/abcde/patches/patch-ac
audio/abcmidi/DESCR
audio/abcmidi/Makefile
audio/abcmidi/PLIST
audio/abcmidi/distinfo
audio/abcmidi/patches/patch-aa
audio/abcmidi/patches/patch-ab
audio/abcmidi/patches/patch-ac
audio/adplug/DESCR
audio/adplug/Makefile
audio/adplug/PLIST
audio/adplug/buildlink3.mk
audio/adplug/distinfo
audio/amaroc/DESCR
audio/amaroc/Makefile
audio/amaroc/PLIST
audio/amaroc/distinfo
audio/amarok/DESCR
audio/amarok/Makefile
audio/amarok/PLIST
audio/amarok/distinfo
audio/amarok/options.mk
audio/amarok/patches/patch-ab
audio/amp/DESCR
audio/amp/Makefile
audio/amp/PLIST
audio/amp/distinfo
audio/amp/patches/patch-aa
audio/amp/patches/patch-ab
audio/amp/patches/patch-ac
audio/amp/patches/patch-ad
audio/amp/patches/patch-ae
audio/amp/patches/patch-af
audio/amp/patches/patch-ag
audio/amp/patches/patch-ah
audio/amp/patches/patch-ai
audio/applerecords/DESCR
audio/applerecords/Makefile
audio/applerecords/PLIST
audio/applerecords/distinfo
audio/applerecords/files/applerecords
audio/arts/DESCR
audio/arts/Makefile
audio/arts/PLIST
audio/arts/buildlink3.mk
audio/arts/distinfo
audio/arts/files/gslglib.c
audio/arts/files/gslglib.h
audio/arts/hacks.mk
audio/arts/options.mk
audio/arts/patches/patch-aa
audio/arts/patches/patch-ab
audio/arts/patches/patch-ac
audio/arts/patches/patch-af
audio/arts/patches/patch-ag
audio/arts/patches/patch-ah
audio/arts/patches/patch-ai
audio/audacity/DESCR
audio/audacity/Makefile
audio/audacity/PLIST
audio/audacity/distinfo
audio/audacity/patches/patch-aa
audio/audacity/patches/patch-ab
audio/audacity/patches/patch-ac
audio/audacity/patches/patch-ad
audio/audacity/patches/patch-ae
audio/audacity/patches/patch-af
audio/audacity/patches/patch-ag
audio/audacity/patches/patch-ah
audio/audacity/patches/patch-ai
audio/audacity/patches/patch-aj
audio/audacity/patches/patch-ak
audio/audacity/patches/patch-al
audio/audacity/patches/patch-am
audio/aumix-gtk/DESCR
audio/aumix-gtk/Makefile
audio/aumix/DESCR
audio/aumix/Makefile
audio/aumix/Makefile.common
audio/aumix/PLIST
audio/aumix/distinfo
audio/aumix/patches/patch-ad
audio/bladeenc/DESCR
audio/bladeenc/Makefile
audio/bladeenc/PLIST
audio/bladeenc/distinfo
audio/bladeenc/patches/patch-aa
audio/bmp-esound/DESCR
audio/bmp-esound/Makefile
audio/bmp-esound/PLIST
audio/bmp-mac/DESCR
audio/bmp-mac/Makefile
audio/bmp-mac/PLIST
audio/bmp-mac/distinfo
audio/bmp-musepack/DESCR
audio/bmp-musepack/Makefile
audio/bmp-musepack/PLIST
audio/bmp-musepack/distinfo
audio/bmp/DESCR
audio/bmp/Makefile
audio/bmp/Makefile.common
audio/bmp/PLIST
audio/bmp/buildlink3.mk
audio/bmp/distinfo
audio/bmp/hacks.mk
audio/bmp/patches/patch-aa
audio/bmp/patches/patch-an
audio/bmp/patches/patch-ao
audio/bmp/patches/patch-ap
audio/bmp/patches/patch-aq
audio/bmp/patches/patch-ar
audio/bmp/patches/patch-as
audio/bmpx/DESCR
audio/bmpx/Makefile
audio/bmpx/PLIST
audio/bmpx/distinfo
audio/bmpx/patches/patch-aa
audio/bmpx/patches/patch-ab
audio/bmpx/patches/patch-ac
audio/bmpx/patches/patch-ad
audio/cam/DESCR
audio/cam/Makefile
audio/cam/PLIST
audio/cam/distinfo
audio/cam/patches/patch-aa
audio/cam/patches/patch-ab
audio/cam/patches/patch-ac
audio/cam/patches/patch-ad
audio/cam/patches/patch-ae
audio/cd-discid/DESCR
audio/cd-discid/Makefile
audio/cd-discid/PLIST
audio/cd-discid/distinfo
audio/cd-discid/patches/patch-aa
audio/cdd/DESCR
audio/cdd/Makefile
audio/cdd/PLIST
audio/cdd/distinfo
audio/cdd/patches/patch-aa
audio/cdd/patches/patch-ab
audio/cdd/patches/patch-ac
audio/cdd/patches/patch-ad
audio/cdd/patches/patch-ae
audio/cddb-bundle/DESCR
audio/cddb-bundle/Makefile
audio/cddb-bundle/PLIST
audio/cddb-bundle/buildlink3.mk
audio/cddb-bundle/distinfo
audio/cddbd/DESCR
audio/cddbd/MESSAGE
audio/cddbd/Makefile
audio/cddbd/PLIST
audio/cddbd/distinfo
audio/cddbd/patches/patch-aa
audio/cddbd/patches/patch-ab
audio/cddbd/patches/patch-ac
audio/cddbd/patches/patch-ad
audio/cdparanoia/DESCR
audio/cdparanoia/Makefile
audio/cdparanoia/PLIST
audio/cdparanoia/buildlink3.mk
audio/cdparanoia/distinfo
audio/cdparanoia/patches/patch-aa
audio/cdparanoia/patches/patch-ab
audio/cdparanoia/patches/patch-ac
audio/cdparanoia/patches/patch-ad
audio/cdparanoia/patches/patch-ae
audio/cdparanoia/patches/patch-ba
audio/cdparanoia/patches/patch-ca
audio/cdparanoia/patches/patch-cb
audio/cdparanoia/patches/patch-cc
audio/cdparanoia/patches/patch-cd
audio/cdparanoia/patches/patch-ce
audio/cdparanoia/patches/patch-cf
audio/cdparanoia/patches/patch-cg
audio/cdparanoia/patches/patch-ch
audio/cdparanoia/patches/patch-ci
audio/cdparanoia/patches/patch-cj
audio/cdparanoia/patches/patch-ck
audio/cdparanoia/patches/patch-cl
audio/cdparanoia/patches/patch-cm
audio/cdparanoia/patches/patch-cn
audio/cdplayer/DESCR
audio/cdplayer/Makefile
audio/cdplayer/PLIST
audio/cdplayer/buildlink3.mk
audio/cdplayer/distinfo
audio/cmp3/DESCR
audio/cmp3/Makefile
audio/cmp3/PLIST
audio/cmp3/distinfo
audio/cmp3/patches/patch-aa
audio/cmp3/patches/patch-ab
audio/cmp3/patches/patch-ac
audio/cmp3/patches/patch-ad
audio/cmp3/patches/patch-ae
audio/cmp3/patches/patch-af
audio/cmus/DESCR
audio/cmus/Makefile
audio/cmus/PLIST
audio/cmus/distinfo
audio/cmus/options.mk
audio/cplay/DESCR
audio/cplay/MESSAGE
audio/cplay/Makefile
audio/cplay/PLIST
audio/cplay/distinfo
audio/cplay/patches/patch-aa
audio/cripple/DESCR
audio/cripple/MESSAGE
audio/cripple/Makefile
audio/cripple/PLIST
audio/cripple/distinfo
audio/cripple/patches/patch-aa
audio/cs4235/DESCR
audio/cs4235/Makefile
audio/cs4235/PLIST
audio/cs4235/distinfo
audio/csound4-manual/DESCR
audio/csound4-manual/Makefile
audio/csound4-manual/PLIST
audio/csound4-manual/distinfo
audio/csound4-manual/files/rt-midi-input.orc
audio/csound4-manual/files/rt-midi-input.sco
audio/csound4/DESCR
audio/csound4/Makefile
audio/csound4/PLIST
audio/csound4/distinfo
audio/csound4/patches/patch-aa
audio/csound4/patches/patch-ab
audio/csound4/patches/patch-ac
audio/csound4/patches/patch-ad
audio/csound4/patches/patch-ae
audio/csound4/patches/patch-af
audio/csound4/patches/patch-ag
audio/csound4/patches/patch-ah
audio/csound4/patches/patch-ai
audio/csound4/patches/patch-aj
audio/csound4/patches/patch-ak
audio/csound4/patches/patch-al
audio/csound5-manual/DESCR
audio/csound5-manual/Makefile
audio/csound5-manual/PLIST
audio/csound5-manual/distinfo
audio/csound5/DESCR
audio/csound5/Makefile
audio/csound5/PLIST
audio/csound5/distinfo
audio/csound5/patches/patch-ac
audio/csound5/patches/patch-ad
audio/csound5/patches/patch-ae
audio/csound5/patches/patch-af
audio/csound5/patches/patch-ag
audio/csound5/patches/patch-ah
audio/csound5/patches/patch-ai
audio/csound5/patches/patch-aj
audio/csound5/patches/patch-ak
audio/csound5/patches/patch-al
audio/csound5/patches/patch-am
audio/csound5/patches/patch-an
audio/csound5/patches/patch-ao
audio/csound5/patches/patch-ap
audio/daapd/DESCR
audio/daapd/Makefile
audio/daapd/PLIST
audio/daapd/distinfo
audio/daapd/files/daapd.sh
audio/daapd/options.mk
audio/daapd/patches/patch-aa
audio/daapd/patches/patch-ac
audio/daapd/patches/patch-ad
audio/daapd/patches/patch-ae
audio/daapd/patches/patch-af
audio/dap/DESCR
audio/dap/Makefile
audio/dap/PLIST
audio/dap/distinfo
audio/dap/patches/patch-aa
audio/dap/patches/patch-ab
audio/dap/patches/patch-ad
audio/dap/patches/patch-af
audio/dap/patches/patch-ao
audio/dap/patches/patch-ap
audio/darkice/DESCR
audio/darkice/Makefile
audio/darkice/PLIST
audio/darkice/distinfo
audio/darkice/patches/patch-aa
audio/disc-cover/DESCR
audio/disc-cover/Makefile
audio/disc-cover/PLIST
audio/disc-cover/distinfo
audio/disc-cover/patches/patch-aa
audio/distmp3/DESCR
audio/distmp3/MESSAGE
audio/distmp3/Makefile
audio/distmp3/PLIST
audio/distmp3/distinfo
audio/easyh10/DESCR
audio/easyh10/MESSAGE
audio/easyh10/Makefile
audio/easyh10/PLIST
audio/easyh10/distinfo
audio/easytag-current/DESCR
audio/easytag-current/Makefile
audio/easytag-current/PLIST
audio/easytag-current/distinfo
audio/easytag-current/options.mk
audio/easytag/DESCR
audio/easytag/Makefile
audio/easytag/PLIST
audio/easytag/distinfo
audio/easytag/options.mk
audio/easytag/patches/patch-aa
audio/eawpatches/DESCR
audio/eawpatches/MESSAGE
audio/eawpatches/Makefile
audio/eawpatches/PLIST
audio/eawpatches/distinfo
audio/emixer/DESCR
audio/emixer/Makefile
audio/emixer/PLIST
audio/emixer/distinfo
audio/emixer/files/Makefile
audio/emixer/patches/patch-aa
audio/emixer/patches/patch-ab
audio/emixer/patches/patch-ac
audio/emixer/patches/patch-ad
audio/emixer/patches/patch-ae
audio/esound/DESCR
audio/esound/MESSAGE.Interix
audio/esound/Makefile
audio/esound/PLIST.FreeBSD
audio/esound/PLIST.Linux
audio/esound/PLIST.common
audio/esound/buildlink3.mk
audio/esound/distinfo
audio/esound/options.mk
audio/esound/patches/patch-aa
audio/esound/patches/patch-ab
audio/esound/patches/patch-ac
audio/espeak/DESCR
audio/espeak/Makefile
audio/espeak/PLIST
audio/espeak/buildlink3.mk
audio/espeak/distinfo
audio/espeak/patches/patch-aa
audio/espeak/patches/patch-ab
audio/espeak/patches/patch-ac
audio/exaile/DESCR
audio/exaile/MESSAGE
audio/exaile/Makefile
audio/exaile/PLIST
audio/exaile/distinfo
audio/exaile/patches/patch-aa
audio/exaile/patches/patch-ab
audio/exaile/patches/patch-ac
audio/faac/DESCR
audio/faac/Makefile
audio/faac/PLIST
audio/faac/buildlink3.mk
audio/faac/distinfo
audio/faac/options.mk
audio/faac/patches/patch-aa
audio/faac/patches/patch-ab
audio/faac/patches/patch-ac
audio/faad2/DESCR
audio/faad2/Makefile
audio/faad2/PLIST
audio/faad2/buildlink3.mk
audio/faad2/distinfo
audio/faad2/patches/patch-aa
audio/faad2/patches/patch-ab
audio/faad2/patches/patch-ac
audio/faad2/patches/patch-ad
audio/faad2/patches/patch-af
audio/faad2/patches/patch-aj
audio/faad2/patches/patch-ak
audio/faad2/patches/patch-ar
audio/faad2/patches/patch-as
audio/faad2/patches/patch-at
audio/festival-doc/DESCR
audio/festival-doc/Makefile
audio/festival-doc/PLIST
audio/festival-doc/distinfo
audio/festival-doc/patches/patch-aa
audio/festival/DESCR
audio/festival/MESSAGE
audio/festival/Makefile
audio/festival/PLIST
audio/festival/distinfo
audio/festival/files/NetBSD.mak
audio/festival/files/festival.sh
audio/festival/files/festival_client.sh
audio/festival/files/sitevars.scm
audio/festival/files/top-Makefile
audio/festival/files/unknown_DragonFly.mak
audio/festival/files/unknown_NetBSD.mak
audio/festival/patches/patch-aa
audio/festival/patches/patch-ab
audio/festival/patches/patch-ac
audio/festival/patches/patch-ad
audio/festival/patches/patch-ae
audio/festival/patches/patch-af
audio/festival/patches/patch-ag
audio/festlex-cmu/DESCR
audio/festlex-cmu/Makefile
audio/festlex-cmu/PLIST
audio/festlex-cmu/distinfo
audio/festlex-oald/DESCR
audio/festlex-oald/Makefile
audio/festlex-oald/PLIST
audio/festlex-oald/distinfo
audio/festlex-ogi/DESCR
audio/festlex-ogi/Makefile
audio/festlex-ogi/PLIST
audio/festlex-ogi/distinfo
audio/festlex-poslex/DESCR
audio/festlex-poslex/Makefile
audio/festlex-poslex/PLIST
audio/festlex-poslex/distinfo
audio/festogi-spanish/DESCR
audio/festogi-spanish/Makefile
audio/festogi-spanish/PLIST
audio/festogi-spanish/distinfo
audio/festvox-abc/DESCR
audio/festvox-abc/Makefile
audio/festvox-abc/PLIST
audio/festvox-abc/distinfo
audio/festvox-aec/DESCR
audio/festvox-aec/Makefile
audio/festvox-aec/PLIST
audio/festvox-aec/distinfo
audio/festvox-don/DESCR
audio/festvox-don/Makefile
audio/festvox-don/PLIST
audio/festvox-don/distinfo
audio/festvox-el11/DESCR
audio/festvox-el11/Makefile
audio/festvox-el11/PLIST
audio/festvox-el11/distinfo
audio/festvox-en1/DESCR
audio/festvox-en1/Makefile
audio/festvox-en1/PLIST
audio/festvox-en1/distinfo
audio/festvox-hvs/DESCR
audio/festvox-hvs/Makefile
audio/festvox-hvs/PLIST
audio/festvox-hvs/distinfo
audio/festvox-jph/DESCR
audio/festvox-jph/Makefile
audio/festvox-jph/PLIST
audio/festvox-jph/distinfo
audio/festvox-kal16/DESCR
audio/festvox-kal16/Makefile
audio/festvox-kal16/PLIST
audio/festvox-kal16/distinfo
audio/festvox-kal8/DESCR
audio/festvox-kal8/Makefile
audio/festvox-kal8/PLIST
audio/festvox-kal8/distinfo
audio/festvox-ked16/DESCR
audio/festvox-ked16/Makefile
audio/festvox-ked16/PLIST
audio/festvox-ked16/distinfo
audio/festvox-ked8/DESCR
audio/festvox-ked8/Makefile
audio/festvox-ked8/PLIST
audio/festvox-ked8/distinfo
audio/festvox-mwm/DESCR
audio/festvox-mwm/Makefile
audio/festvox-mwm/PLIST
audio/festvox-mwm/distinfo
audio/festvox-ogirab/DESCR
audio/festvox-ogirab/Makefile
audio/festvox-ogirab/PLIST
audio/festvox-ogirab/distinfo
audio/festvox-rab16/DESCR
audio/festvox-rab16/Makefile
audio/festvox-rab16/PLIST
audio/festvox-rab16/distinfo
audio/festvox-rab8/DESCR
audio/festvox-rab8/Makefile
audio/festvox-rab8/PLIST
audio/festvox-rab8/distinfo
audio/festvox-tll/DESCR
audio/festvox-tll/Makefile
audio/festvox-tll/PLIST
audio/festvox-tll/distinfo
audio/festvox-us1/DESCR
audio/festvox-us1/Makefile
audio/festvox-us1/PLIST
audio/festvox-us1/distinfo
audio/festvox-us2/DESCR
audio/festvox-us2/Makefile
audio/festvox-us2/PLIST
audio/festvox-us2/distinfo
audio/festvox-us3/DESCR
audio/festvox-us3/Makefile
audio/festvox-us3/PLIST
audio/festvox-us3/distinfo
audio/flac/DESCR
audio/flac/Makefile
audio/flac/PLIST
audio/flac/buildlink3.mk
audio/flac/distinfo
audio/flac/patches/patch-aa
audio/flac/patches/patch-ab
audio/flac/patches/patch-ac
audio/flac/patches/patch-ad
audio/flac/patches/patch-ae
audio/flac/patches/patch-af
audio/flac/patches/patch-ag
audio/flac/patches/patch-ah
audio/flac/patches/patch-ai
audio/flac123/DESCR
audio/flac123/Makefile
audio/flac123/PLIST
audio/flac123/distinfo
audio/flac123/patches/patch-aa
audio/flac123/patches/patch-ab
audio/flac123/patches/patch-ac
audio/flac123/patches/patch-ad
audio/flac123/patches/patch-ae
audio/flac2mp3/DESCR
audio/flac2mp3/Makefile
audio/flac2mp3/PLIST
audio/flac2mp3/distinfo
audio/flite/DESCR
audio/flite/Makefile
audio/flite/PLIST
audio/flite/distinfo
audio/flite/patches/patch-aa
audio/flite/patches/patch-ab
audio/flite/patches/patch-ac
audio/flite/patches/patch-ad
audio/flite/patches/patch-ae
audio/fluidsynth/DESCR
audio/fluidsynth/Makefile
audio/fluidsynth/PLIST
audio/fluidsynth/buildlink3.mk
audio/fluidsynth/distinfo
audio/fluidsynth/hacks.mk
audio/fluidsynth/patches/patch-aa
audio/fluidsynth/patches/patch-ab
audio/fluidsynth/patches/patch-ac
audio/fluidsynth/patches/patch-ad
audio/fluidsynth/patches/patch-ae
audio/freealut/DESCR
audio/freealut/Makefile
audio/freealut/PLIST
audio/freealut/buildlink3.mk
audio/freealut/distinfo
audio/freealut/patches/patch-aa
audio/freealut/patches/patch-ab
audio/freealut/patches/patch-ac
audio/freepats/DESCR
audio/freepats/MESSAGE
audio/freepats/Makefile
audio/freepats/PLIST
audio/freepats/distinfo
audio/freezetag/DESCR
audio/freezetag/Makefile
audio/freezetag/PLIST
audio/freezetag/distinfo
audio/freezetag/patches/patch-aa
audio/freezetag/patches/patch-ab
audio/freezetag/patches/patch-ac
audio/freezetag/patches/patch-ad
audio/freezetag/patches/patch-ae
audio/gkrellm-volume/DESCR
audio/gkrellm-volume/Makefile
audio/gkrellm-volume/PLIST
audio/gkrellm-volume/distinfo
audio/gkrellm-volume/patches/patch-aa
audio/gkrellm-volume/patches/patch-ab
audio/gkrellm-xmms/DESCR
audio/gkrellm-xmms/Makefile
audio/gkrellm-xmms/PLIST
audio/gkrellm-xmms/distinfo
audio/gkrellm-xmms/patches/patch-aa
audio/glurp/DESCR
audio/glurp/Makefile
audio/glurp/PLIST
audio/glurp/distinfo
audio/glurp/patches/patch-aa
audio/gmp3info/DESCR
audio/gmp3info/Makefile
audio/gmp3info/PLIST
audio/gmp3info/distinfo
audio/gmp3info/patches/patch-aa
audio/gmp3info/patches/patch-ab
audio/gmp3info/patches/patch-ac
audio/gmpc/DESCR
audio/gmpc/Makefile
audio/gmpc/PLIST
audio/gmpc/distinfo
audio/gmpc/patches/patch-aa
audio/gmpc/patches/patch-ab
audio/gmpc/patches/patch-ac
audio/gmpc/patches/patch-ad
audio/gmpc/patches/patch-ae
audio/gmpc/patches/patch-af
audio/gmpc/patches/patch-ag
audio/gnome-audio/DESCR
audio/gnome-audio/Makefile
audio/gnome-audio/PLIST
audio/gnome-audio/distinfo
audio/gnome-audio/patches/patch-aa
audio/gnome-speech-espeak/DESCR
audio/gnome-speech-espeak/Makefile
audio/gnome-speech-espeak/PLIST
audio/gnome-speech/DESCR
audio/gnome-speech/Makefile
audio/gnome-speech/PLIST
audio/gnome-speech/buildlink3.mk
audio/gnome-speech/distinfo
audio/gnome-speech/patches/patch-aa
audio/gnome-speech/patches/patch-ab
audio/gnome-speech/patches/patch-ac
audio/gnome-vfs-cdda/DESCR
audio/gnome-vfs-cdda/Makefile
audio/gnome-vfs-cdda/PLIST
audio/gogo/DESCR
audio/gogo/Makefile
audio/gogo/PLIST
audio/gogo/distinfo
audio/gogo/patches/patch-aa
audio/goom/DESCR
audio/goom/Makefile
audio/goom/PLIST
audio/goom/buildlink3.mk
audio/goom/distinfo
audio/goom/patches/patch-aa
audio/goom/patches/patch-ab
audio/goom/patches/patch-ac
audio/gqmpeg-devel/DEINSTALL
audio/gqmpeg-devel/DESCR
audio/gqmpeg-devel/MESSAGE
audio/gqmpeg-devel/Makefile
audio/gqmpeg-devel/PLIST
audio/gqmpeg-devel/distinfo
audio/gqmpeg-devel/options.mk
audio/gqmpeg-devel/patches/patch-aa
audio/gqmpeg-devel/patches/patch-ab
audio/gqmpeg-devel/patches/patch-ac
audio/gqmpeg-devel/patches/patch-ad
audio/gqmpeg-skins/DESCR
audio/gqmpeg-skins/Makefile
audio/gqmpeg-skins/PLIST
audio/gqmpeg-skins/distinfo
audio/gqmpeg/DEINSTALL
audio/gqmpeg/DESCR
audio/gqmpeg/MESSAGE
audio/gqmpeg/Makefile
audio/gqmpeg/PLIST
audio/gqmpeg/distinfo
audio/gqmpeg/options.mk
audio/gqmpeg/patches/patch-aa
audio/gqmpeg/patches/patch-ab
audio/gramofile/DESCR
audio/gramofile/Makefile
audio/gramofile/PLIST
audio/gramofile/distinfo
audio/gramofile/patches/patch-aa
audio/gramofile/patches/patch-ab
audio/gramofile/patches/patch-ac
audio/gsm/DESCR
audio/gsm/Makefile
audio/gsm/PLIST
audio/gsm/buildlink3.mk
audio/gsm/distinfo
audio/gsm/patches/patch-aa
audio/gsm/patches/patch-ab
audio/gsm/patches/patch-ac
audio/gst-plugins0.10-a52/DESCR
audio/gst-plugins0.10-a52/Makefile
audio/gst-plugins0.10-a52/PLIST
audio/gst-plugins0.10-cdparanoia/DESCR
audio/gst-plugins0.10-cdparanoia/Makefile
audio/gst-plugins0.10-cdparanoia/PLIST
audio/gst-plugins0.10-dts/DESCR
audio/gst-plugins0.10-dts/Makefile
audio/gst-plugins0.10-dts/PLIST
audio/gst-plugins0.10-esound/DESCR
audio/gst-plugins0.10-esound/Makefile
audio/gst-plugins0.10-esound/PLIST
audio/gst-plugins0.10-faad/DESCR
audio/gst-plugins0.10-faad/Makefile
audio/gst-plugins0.10-faad/PLIST
audio/gst-plugins0.10-flac/DESCR
audio/gst-plugins0.10-flac/Makefile
audio/gst-plugins0.10-flac/PLIST
audio/gst-plugins0.10-fluendo-mp3/DESCR
audio/gst-plugins0.10-fluendo-mp3/Makefile
audio/gst-plugins0.10-fluendo-mp3/PLIST
audio/gst-plugins0.10-fluendo-mp3/distinfo
audio/gst-plugins0.10-fluendo-mp3/patches/patch-aa
audio/gst-plugins0.10-libvisual/DESCR
audio/gst-plugins0.10-libvisual/Makefile
audio/gst-plugins0.10-libvisual/PLIST
audio/gst-plugins0.10-mad/DESCR
audio/gst-plugins0.10-mad/Makefile
audio/gst-plugins0.10-mad/PLIST
audio/gst-plugins0.10-musepack/DESCR
audio/gst-plugins0.10-musepack/Makefile
audio/gst-plugins0.10-musepack/PLIST
audio/gst-plugins0.10-oss/DESCR
audio/gst-plugins0.10-oss/Makefile
audio/gst-plugins0.10-oss/PLIST
audio/gst-plugins0.10-sid/DESCR
audio/gst-plugins0.10-sid/Makefile
audio/gst-plugins0.10-sid/PLIST
audio/gst-plugins0.10-spc/DESCR
audio/gst-plugins0.10-spc/Makefile
audio/gst-plugins0.10-spc/PLIST
audio/gst-plugins0.10-speex/DESCR
audio/gst-plugins0.10-speex/Makefile
audio/gst-plugins0.10-speex/PLIST
audio/gst-plugins0.10-vorbis/DESCR
audio/gst-plugins0.10-vorbis/Makefile
audio/gst-plugins0.10-vorbis/PLIST
audio/gst-plugins0.10-wavpack/DESCR
audio/gst-plugins0.10-wavpack/Makefile
audio/gst-plugins0.10-wavpack/PLIST
audio/gst-plugins0.8-artsd/DESCR
audio/gst-plugins0.8-artsd/Makefile
audio/gst-plugins0.8-artsd/PLIST
audio/gst-plugins0.8-artsd/buildlink3.mk
audio/gst-plugins0.8-cdparanoia/DESCR
audio/gst-plugins0.8-cdparanoia/Makefile
audio/gst-plugins0.8-cdparanoia/PLIST
audio/gst-plugins0.8-esound/DESCR
audio/gst-plugins0.8-esound/Makefile
audio/gst-plugins0.8-esound/PLIST
audio/gst-plugins0.8-esound/buildlink3.mk
audio/gst-plugins0.8-faad/DESCR
audio/gst-plugins0.8-faad/Makefile
audio/gst-plugins0.8-faad/PLIST
audio/gst-plugins0.8-lame/DESCR
audio/gst-plugins0.8-lame/Makefile
audio/gst-plugins0.8-lame/PLIST
audio/gst-plugins0.8-mad/DESCR
audio/gst-plugins0.8-mad/Makefile
audio/gst-plugins0.8-mad/PLIST
audio/gst-plugins0.8-mad/buildlink3.mk
audio/gst-plugins0.8-oss/DESCR
audio/gst-plugins0.8-oss/Makefile
audio/gst-plugins0.8-oss/PLIST
audio/gst-plugins0.8-vorbis/DESCR
audio/gst-plugins0.8-vorbis/Makefile
audio/gst-plugins0.8-vorbis/PLIST
audio/gtick/DESCR
audio/gtick/Makefile
audio/gtick/PLIST
audio/gtick/distinfo
audio/gtick/patches/patch-aa
audio/gtkmserv/DESCR
audio/gtkmserv/Makefile
audio/gtkmserv/PLIST
audio/gtkmserv/distinfo
audio/gtkmserv/patches/patch-aa
audio/gtkpod/DESCR
audio/gtkpod/MESSAGE.NetBSD
audio/gtkpod/Makefile
audio/gtkpod/PLIST
audio/gtkpod/distinfo
audio/gtkpod/options.mk
audio/gtkpod/patches/patch-ad
audio/gtkpod/patches/patch-ae
audio/gtkpod/patches/patch-bi
audio/gtkpod/patches/patch-bj
audio/guspatches/DESCR
audio/guspatches/MESSAGE
audio/guspatches/Makefile
audio/guspatches/PLIST
audio/guspatches/distinfo
audio/guspatches/files/gravis.cfg
audio/guspatches/files/midia.cfg
audio/guspatches/files/timidity.cfg
audio/herrie/DESCR
audio/herrie/Makefile
audio/herrie/PLIST
audio/herrie/distinfo
audio/herrie/files/herrie.conf
audio/herrie/options.mk
audio/herrie/patches/patch-aa
audio/hydrogen/DESCR
audio/hydrogen/Makefile
audio/hydrogen/PLIST
audio/hydrogen/distinfo
audio/icecast/DESCR
audio/icecast/Makefile
audio/icecast/PLIST
audio/icecast/distinfo
audio/icecast/files/icecast.sh
audio/icecast/patches/patch-aa
audio/icecast/patches/patch-ab
audio/icecast1/DESCR
audio/icecast1/Makefile
audio/icecast1/PLIST
audio/icecast1/distinfo
audio/icecast1/files/icecast.sh
audio/icecast1/patches/patch-aa
audio/icecast1/patches/patch-ab
audio/icecast1/patches/patch-ac
audio/icecast1/patches/patch-ad
audio/icecast1/patches/patch-ae
audio/icecast1/patches/patch-af
audio/icecast1/patches/patch-ag
audio/icecast1/patches/patch-ah
audio/icecast1/patches/patch-ai
audio/icecast1/patches/patch-aj
audio/icecast1/patches/patch-ak
audio/ices-mp3/DESCR
audio/ices-mp3/Makefile
audio/ices-mp3/PLIST
audio/ices-mp3/distinfo
audio/ices-mp3/patches/patch-aa
audio/id3/DESCR
audio/id3/Makefile
audio/id3/PLIST
audio/id3/distinfo
audio/id3/patches/patch-aa
audio/id3/patches/patch-ab
audio/id3ed/DESCR
audio/id3ed/Makefile
audio/id3ed/PLIST
audio/id3ed/distinfo
audio/id3ed/patches/patch-aa
audio/id3ed/patches/patch-ab
audio/id3lib/DESCR
audio/id3lib/Makefile
audio/id3lib/PLIST
audio/id3lib/buildlink3.mk
audio/id3lib/distinfo
audio/id3lib/patches/patch-aa
audio/id3lib/patches/patch-af
audio/id3lib/patches/patch-ag
audio/id3lib/patches/patch-ah
audio/id3lib/patches/patch-ai
audio/id3lib/patches/patch-aj
audio/id3v2/DESCR
audio/id3v2/Makefile
audio/id3v2/PLIST
audio/id3v2/distinfo
audio/id3v2/patches/patch-aa
audio/ifp-line/DESCR
audio/ifp-line/Makefile
audio/ifp-line/PLIST
audio/ifp-line/distinfo
audio/ifp-line/patches/patch-aa
audio/jack-devel/DESCR
audio/jack-devel/MESSAGE
audio/jack-devel/Makefile
audio/jack-devel/PLIST
audio/jack-devel/buildlink3.mk
audio/jack-devel/distinfo
audio/jack-devel/files/atomicity.h
audio/jack-devel/patches/patch-aa
audio/jack-devel/patches/patch-ab
audio/jack-devel/patches/patch-ac
audio/jack-devel/patches/patch-ad
audio/jack-devel/patches/patch-ae
audio/jack-devel/patches/patch-af
audio/jack-devel/patches/patch-ag
audio/jack-devel/patches/patch-ah
audio/jack-devel/patches/patch-ai
audio/jack-devel/patches/patch-aj
audio/jack-devel/patches/patch-ak
audio/jack-devel/patches/patch-al
audio/jack-devel/patches/patch-am
audio/jack-devel/patches/patch-an
audio/jack-devel/patches/patch-ao
audio/jack-devel/patches/patch-ap
audio/jack/DESCR
audio/jack/Makefile
audio/jack/PLIST
audio/jack/buildlink3.mk
audio/jack/distinfo
audio/jack/patches/patch-aa
audio/jack/patches/patch-ab
audio/juke/DESCR
audio/juke/MESSAGE
audio/juke/Makefile
audio/juke/PLIST
audio/juke/distinfo
audio/juke/patches/patch-aa
audio/juke/patches/patch-ab
audio/juke/patches/patch-ac
audio/juke/patches/patch-ad
audio/juke/patches/patch-ae
audio/juke/patches/patch-af
audio/kid3/DESCR
audio/kid3/Makefile
audio/kid3/PLIST
audio/kid3/distinfo
audio/kid3/patches/patch-ab
audio/kid3/patches/patch-ac
audio/kmp/DESCR
audio/kmp/Makefile
audio/kmp/PLIST
audio/kmp/distinfo
audio/kmp/patches/patch-aa
audio/kmp/patches/patch-ab
audio/ladspa/DESCR
audio/ladspa/Makefile
audio/ladspa/PLIST
audio/ladspa/buildlink3.mk
audio/ladspa/distinfo
audio/ladspa/patches/patch-aa
audio/ladspa/patches/patch-ab
audio/ladspa/patches/patch-ac
audio/lame/DESCR
audio/lame/Makefile
audio/lame/PLIST
audio/lame/buildlink3.mk
audio/lame/distinfo
audio/lame/options.mk
audio/lame/patches/patch-aa
audio/lame/patches/patch-ab
audio/lame/patches/patch-ac
audio/lame/patches/patch-ad
audio/lame/patches/patch-ae
audio/liba52/DESCR
audio/liba52/Makefile
audio/liba52/PLIST
audio/liba52/buildlink3.mk
audio/liba52/distinfo
audio/liba52/patches/patch-aa
audio/liba52/patches/patch-ab
audio/liba52/patches/patch-ac
audio/liba52/patches/patch-ad
audio/libao-arts/DESCR
audio/libao-arts/Makefile
audio/libao-arts/PLIST
audio/libao-esound/DESCR
audio/libao-esound/Makefile
audio/libao-esound/PLIST
audio/libao-macosx/DESCR
audio/libao-macosx/Makefile
audio/libao-macosx/PLIST
audio/libao-oss/DESCR
audio/libao-oss/Makefile
audio/libao-oss/PLIST
audio/libao-sun/DESCR
audio/libao-sun/Makefile
audio/libao-sun/PLIST
audio/libao/DESCR
audio/libao/MESSAGE.common
audio/libao/Makefile
audio/libao/Makefile.common
audio/libao/PLIST
audio/libao/buildlink3.mk
audio/libao/distinfo
audio/libao/patches/patch-ab
audio/libao/patches/patch-ae
audio/libaudiofile/DESCR
audio/libaudiofile/Makefile
audio/libaudiofile/PLIST
audio/libaudiofile/buildlink3.mk
audio/libaudiofile/distinfo
audio/libaudiofile/patches/patch-aa
audio/libaudiofile/patches/patch-ab
audio/libcdaudio/DESCR
audio/libcdaudio/Makefile
audio/libcdaudio/PLIST
audio/libcdaudio/buildlink3.mk
audio/libcdaudio/distinfo
audio/libcdaudio/patches/patch-aa
audio/libcdaudio/patches/patch-ab
audio/libcdaudio/patches/patch-ac
audio/libcddb/DESCR
audio/libcddb/Makefile
audio/libcddb/PLIST
audio/libcddb/buildlink3.mk
audio/libcddb/distinfo
audio/libdca/DESCR
audio/libdca/Makefile
audio/libdca/PLIST
audio/libdca/buildlink3.mk
audio/libdca/distinfo
audio/libdca/patches/patch-dtsdec
audio/libdiscid/DESCR
audio/libdiscid/Makefile
audio/libdiscid/PLIST
audio/libdiscid/buildlink3.mk
audio/libdiscid/distinfo
audio/libgpod/DESCR
audio/libgpod/Makefile
audio/libgpod/PLIST
audio/libgpod/buildlink3.mk
audio/libgpod/distinfo
audio/libgpod/patches/patch-aa
audio/libhydrogen/DESCR
audio/libhydrogen/Makefile
audio/libhydrogen/PLIST
audio/libhydrogen/buildlink3.mk
audio/libhydrogen/distinfo
audio/libhydrogen/patches/patch-aa
audio/libhydrogen/patches/patch-ab
audio/libid3tag/DESCR
audio/libid3tag/Makefile
audio/libid3tag/PLIST
audio/libid3tag/buildlink3.mk
audio/libid3tag/distinfo
audio/libid3tag/files/id3tag.pc.in
audio/libid3tag/patches/patch-aa
audio/libmad/DESCR
audio/libmad/Makefile
audio/libmad/PLIST
audio/libmad/buildlink3.mk
audio/libmad/distinfo
audio/libmad/files/mad.pc.in
audio/libmad/patches/patch-aa
audio/libmikmod/DESCR
audio/libmikmod/Makefile
audio/libmikmod/PLIST
audio/libmikmod/buildlink3.mk
audio/libmikmod/distinfo
audio/libmikmod/options.mk
audio/libmikmod/patches/patch-ab
audio/libmikmod/patches/patch-ac
audio/libmikmod/patches/patch-ad
audio/libmodplug/DESCR
audio/libmodplug/Makefile
audio/libmodplug/PLIST
audio/libmodplug/buildlink3.mk
audio/libmodplug/distinfo
audio/libmp3splt/DESCR
audio/libmp3splt/Makefile
audio/libmp3splt/PLIST
audio/libmp3splt/buildlink3.mk
audio/libmp3splt/distinfo
audio/libmpcdec/DESCR
audio/libmpcdec/Makefile
audio/libmpcdec/PLIST
audio/libmpcdec/buildlink3.mk
audio/libmpcdec/distinfo
audio/libmpd/DESCR
audio/libmpd/Makefile
audio/libmpd/PLIST
audio/libmpd/buildlink3.mk
audio/libmpd/distinfo
audio/libmpd/patches/patch-aa
audio/libmusepack/DESCR
audio/libmusepack/Makefile
audio/libmusepack/PLIST
audio/libmusepack/buildlink3.mk
audio/libmusepack/distinfo
audio/libmusepack/patches/patch-aa
audio/libmusicbrainz/DESCR
audio/libmusicbrainz/Makefile
audio/libmusicbrainz/PLIST
audio/libmusicbrainz/buildlink3.mk
audio/libmusicbrainz/distinfo
audio/libofa/DESCR
audio/libofa/Makefile
audio/libofa/PLIST
audio/libofa/buildlink3.mk
audio/libofa/distinfo
audio/libofa/patches/patch-aa
audio/libofa/patches/patch-ab
audio/libofa/patches/patch-ac
audio/libopendaap/DESCR
audio/libopendaap/Makefile
audio/libopendaap/PLIST
audio/libopendaap/buildlink3.mk
audio/libopendaap/distinfo
audio/libopendaap/patches/patch-aa
audio/libopendaap/patches/patch-ac
audio/libopendaap/patches/patch-ad
audio/libopendaap/patches/patch-ae
audio/libopendaap/patches/patch-af
audio/libopendaap/patches/patch-ag
audio/libopenspc/DESCR
audio/libopenspc/Makefile
audio/libopenspc/PLIST
audio/libopenspc/buildlink3.mk
audio/libopenspc/distinfo
audio/libsamplerate/DESCR
audio/libsamplerate/Makefile
audio/libsamplerate/PLIST
audio/libsamplerate/buildlink3.mk
audio/libsamplerate/distinfo
audio/libshout/DESCR
audio/libshout/Makefile
audio/libshout/PLIST
audio/libshout/buildlink3.mk
audio/libshout/distinfo
audio/libsidplay/DESCR
audio/libsidplay/Makefile
audio/libsidplay/PLIST
audio/libsidplay/buildlink3.mk
audio/libsidplay/distinfo
audio/libsidplay2/DESCR
audio/libsidplay2/Makefile
audio/libsidplay2/PLIST
audio/libsidplay2/PLIST.Linux
audio/libsidplay2/buildlink3.mk
audio/libsidplay2/distinfo
audio/libsidplay2/patches/patch-aa
audio/libsidplay2/patches/patch-ab
audio/libsidplay2/patches/patch-ac
audio/libsndfile/DESCR
audio/libsndfile/Makefile
audio/libsndfile/PLIST
audio/libsndfile/buildlink3.mk
audio/libsndfile/distinfo
audio/libsndfile/options.mk
audio/libsndfile/patches/patch-aa
audio/libsndfile/patches/patch-ab
audio/libsndfile/patches/patch-ac
audio/libsndfile/patches/patch-ad
audio/libsndfile/patches/patch-ae
audio/libsndfile/patches/patch-af
audio/libsndfile/patches/patch-ag
audio/libsndfile/patches/patch-ah
audio/libsndfile/patches/patch-ba
audio/libspiff/DESCR
audio/libspiff/Makefile
audio/libspiff/PLIST
audio/libspiff/buildlink3.mk
audio/libspiff/distinfo
audio/libtunepimp/DESCR
audio/libtunepimp/Makefile
audio/libtunepimp/PLIST
audio/libtunepimp/buildlink3.mk
audio/libtunepimp/distinfo
audio/libtunepimp/patches/patch-aa
audio/libtunepimp/patches/patch-ab
audio/libtunepimp/patches/patch-ac
audio/libtunepimp/patches/patch-ad
audio/libvisual-bmp/DESCR
audio/libvisual-bmp/Makefile
audio/libvisual-bmp/PLIST
audio/libvisual-bmp/distinfo
audio/libvisual-bmp/patches/patch-aa
audio/libvisual-bmp/patches/patch-ab
audio/libvisual-plugins/DESCR
audio/libvisual-plugins/Makefile
audio/libvisual-plugins/PLIST
audio/libvisual-plugins/distinfo
audio/libvisual-plugins/patches/patch-aa
audio/libvisual-plugins/patches/patch-ab
audio/libvisual-plugins/patches/patch-ac
audio/libvisual-plugins/patches/patch-ad
audio/libvisual-xmms/DESCR
audio/libvisual-xmms/Makefile
audio/libvisual-xmms/PLIST
audio/libvisual-xmms/distinfo
audio/libvisual-xmms/patches/patch-aa
audio/libvisual-xmms/patches/patch-ab
audio/libvisual/DESCR
audio/libvisual/Makefile
audio/libvisual/PLIST
audio/libvisual/buildlink3.mk
audio/libvisual/distinfo
audio/libvisual/hacks.mk
audio/libvisual/patches/patch-ab
audio/libvisual/patches/patch-ac
audio/libvisual/patches/patch-ad
audio/libvisual/patches/patch-ae
audio/libvisual0.2-plugins/DESCR
audio/libvisual0.2-plugins/Makefile
audio/libvisual0.2-plugins/PLIST
audio/libvisual0.2-plugins/distinfo
audio/libvisual0.2-plugins/patches/patch-aa
audio/libvisual0.2-plugins/patches/patch-ab
audio/libvisual0.2/DESCR
audio/libvisual0.2/Makefile
audio/libvisual0.2/PLIST
audio/libvisual0.2/buildlink3.mk
audio/libvisual0.2/distinfo
audio/libvisual0.2/hacks.mk
audio/libvisual0.2/patches/patch-aa
audio/libvisual0.2/patches/patch-ab
audio/libvorbis/DESCR
audio/libvorbis/Makefile
audio/libvorbis/PLIST
audio/libvorbis/buildlink3.mk
audio/libvorbis/distinfo
audio/liteamp/DESCR
audio/liteamp/Makefile
audio/liteamp/PLIST
audio/liteamp/distinfo
audio/liteamp/patches/patch-ab
audio/liveice/DESCR
audio/liveice/Makefile
audio/liveice/PLIST
audio/liveice/distinfo
audio/liveice/patches/patch-aa
audio/liveice/patches/patch-ab
audio/liveice/patches/patch-ac
audio/liveice/patches/patch-ad
audio/liveice/patches/patch-ae
audio/liveice/patches/patch-af
audio/liveice/patches/patch-ag
audio/liveice/patches/patch-ah
audio/liveice/patches/patch-ai
audio/liveice/patches/patch-aj
audio/liveice/patches/patch-ak
audio/lmms/DESCR
audio/lmms/Makefile
audio/lmms/PLIST
audio/lmms/distinfo
audio/lmms/patches/patch-aa
audio/lmms/patches/patch-ab
audio/lmms/patches/patch-ac
audio/lmms/patches/patch-ad
audio/lmms/patches/patch-ae
audio/lmms/patches/patch-af
audio/mac/DESCR
audio/mac/Makefile
audio/mac/PLIST
audio/mac/buildlink3.mk
audio/mac/distinfo
audio/mac/patches/patch-aa
audio/mad/DESCR
audio/mad/Makefile
audio/mad123/DESCR
audio/mad123/Makefile
audio/mad123/PLIST
audio/mad123/distinfo
audio/mad123/patches/patch-aa
audio/mad123/patches/patch-ab
audio/mad123/patches/patch-ac
audio/madman/DESCR
audio/madman/MESSAGE
audio/madman/Makefile
audio/madman/PLIST
audio/madman/distinfo
audio/madman/patches/patch-aa
audio/madman/patches/patch-ab
audio/madman/patches/patch-ac
audio/madman/patches/patch-ad
audio/madman/patches/patch-ae
audio/madman/patches/patch-af
audio/madplay/DESCR
audio/madplay/Makefile
audio/madplay/PLIST
audio/madplay/distinfo
audio/madplay/options.mk
audio/madplay/patches/patch-aa
audio/madplay/patches/patch-ab
audio/madplay/patches/patch-ac
audio/malint/DESCR
audio/malint/Makefile
audio/malint/PLIST
audio/malint/distinfo
audio/maplay/DESCR
audio/maplay/Makefile
audio/maplay/PLIST
audio/maplay/distinfo
audio/maplay/patches/patch-aa
audio/maplay/patches/patch-ab
audio/maplay/patches/patch-ac
audio/maplay/patches/patch-ad
audio/maplay/patches/patch-ae
audio/maplay/patches/patch-af
audio/maplay/patches/patch-ag
audio/maplay/patches/patch-ah
audio/maplay/patches/patch-ai
audio/maplay/patches/patch-aj
audio/maplay/patches/patch-ak
audio/maplay/patches/patch-al
audio/maplay/patches/patch-am
audio/maplay/patches/patch-an
audio/maplay/patches/patch-ao
audio/mbrola/DESCR
audio/mbrola/Makefile
audio/mbrola/PLIST
audio/mbrola/distinfo
audio/mbrolavox-en1/DESCR
audio/mbrolavox-en1/Makefile
audio/mbrolavox-en1/PLIST
audio/mbrolavox-en1/distinfo
audio/mbrolavox-us1/DESCR
audio/mbrolavox-us1/Makefile
audio/mbrolavox-us1/PLIST
audio/mbrolavox-us1/distinfo
audio/mbrolavox-us2/DESCR
audio/mbrolavox-us2/Makefile
audio/mbrolavox-us2/PLIST
audio/mbrolavox-us2/distinfo
audio/mbrolavox-us3/DESCR
audio/mbrolavox-us3/Makefile
audio/mbrolavox-us3/PLIST
audio/mbrolavox-us3/distinfo
audio/mikmod/DESCR
audio/mikmod/Makefile
audio/mikmod/PLIST
audio/mikmod/distinfo
audio/mikmod/patches/patch-aa
audio/mixer.app/DESCR
audio/mixer.app/Makefile
audio/mixer.app/PLIST
audio/mixer.app/distinfo
audio/mixer.app/patches/patch-aa
audio/mixer.app/patches/patch-ab
audio/mkcdtoc/DESCR
audio/mkcdtoc/Makefile
audio/mkcdtoc/PLIST
audio/mkcdtoc/distinfo
audio/mkcdtoc/patches/patch-aa
audio/moc-devel/DESCR
audio/moc-devel/Makefile
audio/moc-devel/PLIST
audio/moc-devel/distinfo
audio/moc-devel/files/getline.c
audio/moc-devel/options.mk
audio/moc-devel/patches/patch-aa
audio/moc-devel/patches/patch-ab
audio/moc-devel/patches/patch-ac
audio/moc-devel/patches/patch-ad
audio/moc/DESCR
audio/moc/Makefile
audio/moc/PLIST
audio/moc/distinfo
audio/moc/options.mk
audio/moc/patches/patch-ab
audio/moc/patches/patch-ac
audio/moc/patches/patch-ad
audio/moss/DESCR
audio/moss/Makefile
audio/moss/PLIST
audio/moss/distinfo
audio/moss/files/moss.sh
audio/moss/patches/patch-aa
audio/mp32ogg/DESCR
audio/mp32ogg/Makefile
audio/mp32ogg/PLIST
audio/mp32ogg/distinfo
audio/mp3_check/DESCR
audio/mp3_check/Makefile
audio/mp3_check/PLIST
audio/mp3_check/distinfo
audio/mp3_check/patches/patch-aa
audio/mp3_check/patches/patch-ab
audio/mp3_check/patches/patch-ac
audio/mp3asm/DESCR
audio/mp3asm/Makefile
audio/mp3asm/PLIST
audio/mp3asm/distinfo
audio/mp3asm/patches/patch-aa
audio/mp3asm/patches/patch-ab
audio/mp3blaster/DESCR
audio/mp3blaster/Makefile
audio/mp3blaster/PLIST
audio/mp3blaster/distinfo
audio/mp3blaster/patches/patch-aa
audio/mp3blaster/patches/patch-ab
audio/mp3blaster/patches/patch-ac
audio/mp3blaster/patches/patch-ad
audio/mp3blaster/patches/patch-ae
audio/mp3blaster/patches/patch-af
audio/mp3blaster/patches/patch-ag
audio/mp3blaster/patches/patch-ah
audio/mp3blaster/patches/patch-ai
audio/mp3blaster/patches/patch-aj
audio/mp3blaster/patches/patch-ak
audio/mp3blaster/patches/patch-al
audio/mp3blaster/patches/patch-am
audio/mp3blaster/patches/patch-an
audio/mp3blaster/patches/patch-ao
audio/mp3blaster/patches/patch-ap
audio/mp3blaster/patches/patch-aq
audio/mp3blaster/patches/patch-ar
audio/mp3check/DESCR
audio/mp3check/Makefile
audio/mp3check/PLIST
audio/mp3check/distinfo
audio/mp3check/patches/patch-aa
audio/mp3check/patches/patch-ab
audio/mp3check/patches/patch-ad
audio/mp3check/patches/patch-ae
audio/mp3cut/DESCR
audio/mp3cut/Makefile
audio/mp3cut/distinfo
audio/mp3info/DESCR
audio/mp3info/Makefile
audio/mp3info/PLIST
audio/mp3info/distinfo
audio/mp3info/patches/patch-aa
audio/mp3splt-devel/DESCR
audio/mp3splt-devel/Makefile
audio/mp3splt-devel/PLIST
audio/mp3splt-devel/distinfo
audio/mp3splt-devel/patches/patch-aa
audio/mp3splt-devel/patches/patch-ab
audio/mp3splt/DESCR
audio/mp3splt/Makefile
audio/mp3splt/PLIST
audio/mp3splt/distinfo
audio/mp3splt/patches/patch-aa
audio/mp3splt/patches/patch-ab
audio/mp3to/DESCR
audio/mp3to/Makefile
audio/mp3to/PLIST
audio/mp3to/distinfo
audio/mp3to/patches/patch-aa
audio/mpc/DESCR
audio/mpc/Makefile
audio/mpc/PLIST
audio/mpc/distinfo
audio/mpc/patches/patch-aa
audio/mpegaudio/DESCR
audio/mpegaudio/Makefile
audio/mpegaudio/PLIST
audio/mpegaudio/distinfo
audio/mpegaudio/files/mpeg_musicin.1
audio/mpegaudio/files/mpeg_musicout.1
audio/mpegaudio/patches/patch-aa
audio/mpegaudio/patches/patch-ab
audio/mpegaudio/patches/patch-ac
audio/mpegaudio/patches/patch-ad
audio/mpegaudio/patches/patch-ae
audio/mpegaudio/patches/patch-af
audio/mpg123-esound/DESCR
audio/mpg123-esound/Makefile
audio/mpg123-esound/PLIST
audio/mpg123-nas/DESCR
audio/mpg123-nas/Makefile
audio/mpg123-nas/PLIST
audio/mpg123/DESCR
audio/mpg123/Makefile
audio/mpg123/Makefile.common
audio/mpg123/PLIST
audio/mpg123/distinfo
audio/mpg123/files/decode_i586_.s
audio/mpg123/patches/patch-aa
audio/mpg123/patches/patch-ab
audio/mpg123/patches/patch-ac
audio/mpg123/patches/patch-ad
audio/mpg123/patches/patch-ae
audio/mpg123/patches/patch-af
audio/mpg123/patches/patch-ag
audio/mpg123/patches/patch-ah
audio/mpg123/patches/patch-ai
audio/mpg123/patches/patch-aj
audio/mpg123/patches/patch-ak
audio/mpg123/patches/patch-al
audio/mpg123/patches/patch-am
audio/mpg123/patches/patch-an
audio/mpg123/patches/patch-ao
audio/mpg123/patches/patch-ap
audio/mpg123/patches/patch-aq
audio/mpg123/patches/patch-ar
audio/mpg123/patches/patch-as
audio/mpg123/patches/patch-at
audio/mpg123/patches/patch-au
audio/mpg123/patches/patch-av
audio/mpg123/patches/patch-aw
audio/mpg321/DESCR
audio/mpg321/Makefile
audio/mpg321/PLIST
audio/mpg321/distinfo
audio/mpg321/patches/patch-aa
audio/mppenc/DESCR
audio/mppenc/Makefile
audio/mppenc/PLIST
audio/mppenc/distinfo
audio/mppenc/patches/patch-aa
audio/mppenc/patches/patch-ab
audio/mserv-devel/DESCR
audio/mserv-devel/Makefile
audio/mserv-devel/PLIST
audio/mserv-devel/distinfo
audio/mserv-devel/patches/patch-aa
audio/mserv-devel/patches/patch-ab
audio/mserv-devel/patches/patch-ac
audio/mserv/DESCR
audio/mserv/Makefile
audio/mserv/PLIST
audio/mserv/distinfo
audio/mserv/patches/patch-aa
audio/mserv/patches/patch-ab
audio/mserv/patches/patch-ac
audio/mserv/patches/patch-ad
audio/mserv/patches/patch-ae
audio/mserv/patches/patch-af
audio/mserv/patches/patch-ag
audio/mserv/patches/patch-ah
audio/mserv/patches/patch-ai
audio/mserv/patches/patch-aj
audio/mserv_irman/DESCR
audio/mserv_irman/Makefile
audio/mserv_irman/PLIST
audio/mserv_irman/distinfo
audio/mstream/DESCR
audio/mstream/Makefile
audio/mstream/PLIST
audio/mstream/distinfo
audio/mt-daapd/DESCR
audio/mt-daapd/Makefile
audio/mt-daapd/PLIST
audio/mt-daapd/distinfo
audio/mt-daapd/files/mtdaapd.sh
audio/mt-daapd/patches/patch-aa
audio/mt-daapd/patches/patch-ab
audio/mt-daapd/patches/patch-ac
audio/mt-daapd/patches/patch-ad
audio/muse/DESCR
audio/muse/Makefile
audio/muse/PLIST
audio/muse/distinfo
audio/muse/patches/patch-aa
audio/muse/patches/patch-ab
audio/muse/patches/patch-ac
audio/muse/patches/patch-ad
audio/muse/patches/patch-ae
audio/muse/patches/patch-af
audio/muse/patches/patch-ag
audio/muse/patches/patch-ah
audio/musicbox/DESCR
audio/musicbox/Makefile
audio/musicbox/PLIST
audio/musicbox/distinfo
audio/musicbox/patches/patch-aa
audio/musicbox/patches/patch-ab
audio/musicbox/patches/patch-ac
audio/musicbox/patches/patch-ad
audio/musicbox/patches/patch-ae
audio/musicbox/patches/patch-af
audio/musicbox/patches/patch-ag
audio/musicbox/patches/patch-ah
audio/musicbox/patches/patch-ai
audio/musicbrainz/DESCR
audio/musicbrainz/Makefile
audio/musicbrainz/PLIST
audio/musicbrainz/buildlink3.mk
audio/musicbrainz/distinfo
audio/musicbrainz/patches/patch-aa
audio/musicbrainz/patches/patch-ab
audio/musicpd/DESCR
audio/musicpd/Makefile
audio/musicpd/PLIST
audio/musicpd/distinfo
audio/musicpd/files/mpd.conf
audio/musicpd/files/mpd.sh
audio/musicpd/options.mk
audio/musicpd/patches/patch-aa
audio/nas-auscope/DESCR
audio/nas-auscope/Makefile
audio/nas-auscope/PLIST
audio/nas-auscope/distinfo
audio/nas-auscope/patches/patch-aa
audio/nas/DESCR
audio/nas/Makefile
audio/nas/PLIST.clients
audio/nas/PLIST.server
audio/nas/PLIST.voxware
audio/nas/buildlink3.mk
audio/nas/distinfo
audio/nas/patches/patch-aa
audio/nas/patches/patch-ab
audio/nas/patches/patch-ac
audio/nas/patches/patch-ad
audio/nas/patches/patch-ae
audio/nas/patches/patch-af
audio/nas/patches/patch-ag
audio/ncmpc/DESCR
audio/ncmpc/Makefile
audio/ncmpc/PLIST
audio/ncmpc/distinfo
audio/ncmpc/patches/patch-aa
audio/ncmpc/patches/patch-ab
audio/ncmpc/patches/patch-ac
audio/normalize/DESCR
audio/normalize/Makefile
audio/normalize/PLIST
audio/normalize/distinfo
audio/normalize/options.mk
audio/normalize/patches/patch-aa
audio/nosefart/DESCR
audio/nosefart/Makefile
audio/nosefart/PLIST
audio/nosefart/distinfo
audio/nosefart/patches/patch-aa
audio/nosefart/patches/patch-ab
audio/nosefart/patches/patch-ac
audio/nspmod/DESCR
audio/nspmod/Makefile
audio/nspmod/PLIST
audio/nspmod/distinfo
audio/nspmod/patches/patch-ac
audio/nspmod/patches/patch-ad
audio/nspmod/patches/patch-ae
audio/nspmod/patches/patch-ba
audio/nspmod/patches/patch-bb
audio/oggasm/DESCR
audio/oggasm/Makefile
audio/oggasm/PLIST
audio/oggasm/distinfo
audio/openal/DESCR
audio/openal/Makefile
audio/openal/PLIST
audio/openal/buildlink3.mk
audio/openal/distinfo
audio/openal/patches/patch-aa
audio/openal/patches/patch-ab
audio/openal/patches/patch-ac
audio/openal/patches/patch-ad
audio/p5-Audio-CD/DESCR
audio/p5-Audio-CD/Makefile
audio/p5-Audio-CD/distinfo
audio/p5-Audio-Wav/DESCR
audio/p5-Audio-Wav/Makefile
audio/p5-Audio-Wav/distinfo
audio/p5-CDDB-File/DESCR
audio/p5-CDDB-File/Makefile
audio/p5-CDDB-File/distinfo
audio/p5-CDDB/DESCR
audio/p5-CDDB/Makefile
audio/p5-CDDB/distinfo
audio/p5-CDDB_get/DESCR
audio/p5-CDDB_get/Makefile
audio/p5-CDDB_get/distinfo
audio/p5-MP3-Info/DESCR
audio/p5-MP3-Info/Makefile
audio/p5-MP3-Info/distinfo
audio/p5-MP3-Tag/DESCR
audio/p5-MP3-Tag/Makefile
audio/p5-MP3-Tag/distinfo
audio/p5-MPEG-Audio-Frame/DESCR
audio/p5-MPEG-Audio-Frame/Makefile
audio/p5-MPEG-Audio-Frame/distinfo
audio/p5-MusicBrainz-Client/DESCR
audio/p5-MusicBrainz-Client/Makefile
audio/p5-MusicBrainz-Client/distinfo
audio/p5-MusicBrainz-Queries/DESCR
audio/p5-MusicBrainz-Queries/Makefile
audio/p5-MusicBrainz-Queries/distinfo
audio/portaudio-devel/DESCR
audio/portaudio-devel/Makefile
audio/portaudio-devel/PLIST
audio/portaudio-devel/buildlink3.mk
audio/portaudio-devel/distinfo
audio/portaudio-devel/patches/patch-aa
audio/portaudio-devel/patches/patch-ac
audio/portaudio/DESCR
audio/portaudio/Makefile
audio/portaudio/PLIST
audio/portaudio/buildlink3.mk
audio/portaudio/distinfo
audio/portaudio/patches/patch-aa
audio/portaudio/patches/patch-ac
audio/portaudio/patches/patch-ad
audio/portaudio/patches/patch-ae
audio/portaudio/patches/patch-af
audio/portaudio/patches/patch-ag
audio/py-ao/DESCR
audio/py-ao/Makefile
audio/py-ao/PLIST
audio/py-ao/distinfo
audio/py-cddb/DESCR
audio/py-cddb/Makefile
audio/py-cddb/PLIST
audio/py-cddb/distinfo
audio/py-cddb/patches/patch-aa
audio/py-daap/DESCR
audio/py-daap/Makefile
audio/py-daap/PLIST
audio/py-daap/distinfo
audio/py-karaoke/DESCR
audio/py-karaoke/Makefile
audio/py-karaoke/PLIST
audio/py-karaoke/distinfo
audio/py-mad/DESCR
audio/py-mad/Makefile
audio/py-mad/PLIST
audio/py-mad/distinfo
audio/py-mad/patches/patch-aa
audio/py-musicbrainz/DESCR
audio/py-musicbrainz/Makefile
audio/py-musicbrainz/PLIST
audio/py-musicbrainz/distinfo
audio/py-musique/DESCR
audio/py-musique/Makefile
audio/py-musique/PLIST
audio/py-musique/distinfo
audio/py-musique/patches/patch-aa
audio/py-mutagen/DESCR
audio/py-mutagen/Makefile
audio/py-mutagen/PLIST
audio/py-mutagen/buildlink3.mk
audio/py-mutagen/distinfo
audio/py-mutagen/patches/patch-aa
audio/py-ogg/DESCR
audio/py-ogg/Makefile
audio/py-ogg/PLIST
audio/py-ogg/buildlink3.mk
audio/py-ogg/distinfo
audio/py-vorbis/DESCR
audio/py-vorbis/Makefile
audio/py-vorbis/PLIST
audio/py-vorbis/distinfo
audio/py-vorbis/patches/patch-aa
audio/py-xmms/DESCR
audio/py-xmms/Makefile
audio/py-xmms/PLIST
audio/py-xmms/distinfo
audio/qsynth/DESCR
audio/qsynth/Makefile
audio/qsynth/PLIST
audio/qsynth/distinfo
audio/qtplay/DESCR
audio/qtplay/Makefile
audio/qtplay/PLIST
audio/qtplay/distinfo
audio/rexima/DESCR
audio/rexima/Makefile
audio/rexima/PLIST
audio/rexima/distinfo
audio/rexima/patches/patch-aa
audio/rhythmbox/DESCR
audio/rhythmbox/Makefile
audio/rhythmbox/PLIST
audio/rhythmbox/distinfo
audio/rhythmbox/patches/patch-aa
audio/rhythmbox/patches/patch-ab
audio/rhythmbox/patches/patch-ac
audio/rhythmbox/patches/patch-ae
audio/rhythmbox/patches/patch-af
audio/rhythmbox/patches/patch-ag
audio/rio/DESCR
audio/rio/Makefile
audio/rio/PLIST
audio/rio/distinfo
audio/rio/files/find-lpt-port
audio/rio/patches/patch-aa
audio/rio/patches/patch-ab
audio/rio/patches/patch-ac
audio/rio500/DESCR
audio/rio500/Makefile
audio/rio500/PLIST
audio/rio500/distinfo
audio/rio500/patches/patch-aa
audio/rio500/patches/patch-ab
audio/rio500/patches/patch-ac
audio/rio500/patches/patch-ad
audio/rio500/patches/patch-ae
audio/rio500/patches/patch-af
audio/rioutil/DESCR
audio/rioutil/Makefile
audio/rioutil/PLIST
audio/rioutil/distinfo
audio/rioutil/patches/patch-aa
audio/rioutil/patches/patch-ab
audio/rioutil/patches/patch-ac
audio/rioutil/patches/patch-ae
audio/rip/DESCR
audio/rip/MESSAGE
audio/rip/Makefile
audio/rip/PLIST
audio/rip/distinfo
audio/rip/patches/patch-aa
audio/rosegarden/DESCR
audio/rosegarden/Makefile
audio/rosegarden/PLIST
audio/rosegarden/distinfo
audio/rosegarden/patches/patch-aa
audio/rosegarden/patches/patch-ab
audio/rosegarden/patches/patch-ac
audio/rosegarden/patches/patch-ad
audio/rosegarden/patches/patch-ae
audio/rosegarden/patches/patch-af
audio/rosegarden/patches/patch-ag
audio/rplay/DESCR
audio/rplay/Makefile
audio/rplay/PLIST
audio/rplay/buildlink3.mk
audio/rplay/distinfo
audio/rplay/files/rplayd.sh
audio/rplay/patches/patch-aa
audio/rplay/patches/patch-ab
audio/rplay/patches/patch-ac
audio/rplay/patches/patch-ad
audio/rplay/patches/patch-ae
audio/rplay/patches/patch-af
audio/rplay/patches/patch-ag
audio/rplay/patches/patch-ai
audio/rplay/patches/patch-aj
audio/rplay/patches/patch-ak
audio/rplay/patches/patch-al
audio/rplay/patches/patch-am
audio/rplay/patches/patch-an
audio/rplay/patches/patch-ao
audio/rplay/patches/patch-ap
audio/rplay/patches/patch-aq
audio/rplay/patches/patch-ar
audio/rplay/patches/patch-as
audio/rplay/patches/patch-at
audio/rplay/patches/patch-au
audio/rplay/patches/patch-av
audio/rplay/patches/patch-aw
audio/rplay/patches/patch-ax
audio/rplay/patches/patch-ay
audio/rplay/patches/patch-az
audio/rplay/patches/patch-ca
audio/rplay/patches/patch-cb
audio/rplay/patches/patch-cc
audio/rsynth/DESCR
audio/rsynth/Makefile
audio/rsynth/PLIST
audio/rsynth/distinfo
audio/rsynth/patches/patch-aa
audio/rsynth/patches/patch-ab
audio/rtunes/DESCR
audio/rtunes/Makefile
audio/rtunes/PLIST
audio/rtunes/distinfo
audio/rtunes/files/rtunes.conf
audio/rtunes/patches/patch-aa
audio/rtunes/patches/patch-ab
audio/rtunes/patches/patch-ac
audio/rtunes/patches/patch-ad
audio/rtunes/patches/patch-ae
audio/rtunes/patches/patch-af
audio/rtunes/patches/patch-ag
audio/rtunes/patches/patch-ah
audio/rtunes/patches/patch-ai
audio/shntool/DESCR
audio/shntool/Makefile
audio/shntool/PLIST
audio/shntool/distinfo
audio/shorten/DESCR
audio/shorten/Makefile
audio/shorten/PLIST
audio/shorten/distinfo
audio/sidplay/DESCR
audio/sidplay/Makefile
audio/sidplay/PLIST
audio/sidplay/distinfo
audio/sidplay/patches/patch-aa
audio/sidplay2/DESCR
audio/sidplay2/Makefile
audio/sidplay2/PLIST
audio/sidplay2/distinfo
audio/sidplay2/patches/patch-aa
audio/snd/DESCR
audio/snd/Makefile
audio/snd/PLIST
audio/snd/distinfo
audio/snd/options.mk
audio/snd/patches/patch-aa
audio/solfege/DESCR
audio/solfege/Makefile
audio/solfege/PLIST
audio/solfege/distinfo
audio/solfege/patches/patch-aa
audio/solfege/patches/patch-ab
audio/solfege/patches/patch-ac
audio/sonata/DESCR
audio/sonata/Makefile
audio/sonata/PLIST
audio/sonata/distinfo
audio/sonata/patches/patch-aa
audio/sound-juicer/DESCR
audio/sound-juicer/Makefile
audio/sound-juicer/PLIST
audio/sound-juicer/distinfo
audio/sound-juicer/patches/patch-aa
audio/sound-juicer/patches/patch-ab
audio/sox/DESCR
audio/sox/Makefile
audio/sox/PLIST
audio/sox/distinfo
audio/sox/options.mk
audio/sox/patches/patch-aa
audio/sox/patches/patch-ab
audio/sox/patches/patch-ac
audio/sox/patches/patch-ad
audio/speex/DESCR
audio/speex/Makefile
audio/speex/PLIST
audio/speex/buildlink3.mk
audio/speex/distinfo
audio/speex/patches/patch-aa
audio/speex/patches/patch-ab
audio/spiralloops/DESCR
audio/spiralloops/Makefile
audio/spiralloops/PLIST
audio/spiralloops/distinfo
audio/spiralloops/patches/patch-aa
audio/spiralloops/patches/patch-ab
audio/spiralloops/patches/patch-ac
audio/spiralloops/patches/patch-ad
audio/spiralloops/patches/patch-ae
audio/spiralloops/patches/patch-af
audio/spiralloops/patches/patch-ag
audio/spiralloops/patches/patch-ah
audio/spiralloops/patches/patch-ai
audio/spiralloops/patches/patch-aj
audio/spiralloops/patches/patch-ak
audio/spiralloops/patches/patch-al
audio/spiralloops/patches/patch-am
audio/spiralloops/patches/patch-an
audio/spiralloops/patches/patch-ao
audio/spiralloops/patches/patch-ap
audio/spiralloops/patches/patch-aq
audio/spiralloops/patches/patch-ar
audio/spiralsynth/DESCR
audio/spiralsynth/Makefile
audio/spiralsynth/PLIST
audio/spiralsynth/distinfo
audio/spiralsynth/patches/patch-aa
audio/spiralsynth/patches/patch-ab
audio/spiralsynth/patches/patch-ad
audio/spiralsynth/patches/patch-ae
audio/spiralsynth/patches/patch-af
audio/spiralsynth/patches/patch-ag
audio/spiralsynth/patches/patch-ah
audio/spiralsynth/patches/patch-ai
audio/spiralsynth/patches/patch-aj
audio/spiralsynth/patches/patch-ak
audio/spiralsynth/patches/patch-al
audio/spiralsynth/patches/patch-am
audio/spiralsynth/patches/patch-an
audio/spiralsynth/patches/patch-ao
audio/spiralsynth/patches/patch-ar
audio/splay/DESCR
audio/splay/Makefile
audio/splay/PLIST
audio/splay/distinfo
audio/splay/patches/patch-aa
audio/splay/patches/patch-ab
audio/splay/patches/patch-ac
audio/splay/patches/patch-ad
audio/splay/patches/patch-ae
audio/splay/patches/patch-af
audio/splay/patches/patch-ai
audio/streamripper/DESCR
audio/streamripper/Makefile
audio/streamripper/PLIST
audio/streamripper/distinfo
audio/streamripper/options.mk
audio/streamripper/patches/patch-aa
audio/streamripper/patches/patch-ab
audio/streamtuner/DESCR
audio/streamtuner/MESSAGE
audio/streamtuner/Makefile
audio/streamtuner/PLIST
audio/streamtuner/buildlink3.mk
audio/streamtuner/distinfo
audio/streamtuner/options.mk
audio/streamtuner/patches/patch-aa
audio/sweep/DESCR
audio/sweep/Makefile
audio/sweep/PLIST
audio/sweep/buildlink3.mk
audio/sweep/distinfo
audio/sweep/patches/patch-aa
audio/sweep/patches/patch-ab
audio/taglib/DESCR
audio/taglib/Makefile
audio/taglib/PLIST
audio/taglib/buildlink3.mk
audio/taglib/distinfo
audio/taglib/files/id3lib_strings.h
audio/taglib/patches/patch-aa
audio/tcd/DESCR
audio/tcd/Makefile
audio/tcd/PLIST
audio/tcd/distinfo
audio/tcl-snack/DESCR
audio/tcl-snack/Makefile
audio/tcl-snack/PLIST
audio/tcl-snack/distinfo
audio/tcl-snack/patches/patch-aa
audio/tcl-snack/patches/patch-ab
audio/tcl-snack/patches/patch-ac
audio/tcl-snack/patches/patch-ad
audio/tcl-snack/patches/patch-ae
audio/terminatorx/DESCR
audio/terminatorx/Makefile
audio/terminatorx/PLIST
audio/terminatorx/distinfo
audio/terminatorx/patches/patch-aa
audio/terminatorx/patches/patch-ab
audio/terminatorx/patches/patch-ac
audio/terminatorx/patches/patch-ad
audio/terminatorx/patches/patch-ae
audio/terminatorx/patches/patch-af
audio/terminatorx/patches/patch-ag
audio/tfmxplay/DESCR
audio/tfmxplay/Makefile
audio/tfmxplay/PLIST
audio/tfmxplay/distinfo
audio/tfmxplay/patches/patch-aa
audio/tfmxplay/patches/patch-ab
audio/tfmxplay/patches/patch-ac
audio/tfmxplay/patches/patch-ad
audio/timidity/DESCR
audio/timidity/MESSAGE
audio/timidity/Makefile
audio/timidity/PLIST
audio/timidity/distinfo
audio/timidity/patches/patch-aa
audio/timidity/patches/patch-ab
audio/timidity/patches/patch-ac
audio/timidity/patches/patch-ae
audio/toolame/DESCR
audio/toolame/Makefile
audio/toolame/PLIST
audio/toolame/distinfo
audio/toolame/patches/patch-aa
audio/toolame/patches/patch-ab
audio/toolame/patches/patch-ac
audio/toolame/patches/patch-ad
audio/tosha/DESCR
audio/tosha/Makefile
audio/tosha/PLIST
audio/tosha/distinfo
audio/tosha/patches/patch-aa
audio/tosha/patches/patch-ab
audio/tosha/patches/patch-ac
audio/tosha/patches/patch-af
audio/tosha/patches/patch-ah
audio/tracker/DESCR
audio/tracker/Makefile
audio/tracker/PLIST
audio/tracker/distinfo
audio/tracker/patches/patch-aa
audio/tracker/patches/patch-ab
audio/tracker/patches/patch-ac
audio/tracker/patches/patch-ae
audio/tremor-tools/DESCR
audio/tremor-tools/MESSAGE
audio/tremor-tools/Makefile
audio/tremor-tools/PLIST
audio/tremor-tools/distinfo
audio/tremor-tools/patches/patch-aa
audio/tremor-tools/patches/patch-ab
audio/tremor-tools/patches/patch-ac
audio/tremor-tools/patches/patch-ad
audio/tremor-tools/patches/patch-ae
audio/tremor-tools/patches/patch-af
audio/tremor-tools/patches/patch-ag
audio/tremor-tools/patches/patch-ah
audio/tremor/DESCR
audio/tremor/Makefile
audio/tremor/PLIST
audio/tremor/buildlink3.mk
audio/tremor/distinfo
audio/trm/DESCR
audio/trm/Makefile
audio/trm/PLIST
audio/trm/distinfo
audio/trm/patches/patch-aa
audio/trm/patches/patch-ab
audio/trm/patches/patch-ac
audio/tunesbrowser/DESCR
audio/tunesbrowser/Makefile
audio/tunesbrowser/PLIST
audio/tunesbrowser/distinfo
audio/tunesbrowser/patches/patch-ab
audio/tunesbrowser/patches/patch-ad
audio/twolame/DESCR
audio/twolame/Makefile
audio/twolame/PLIST
audio/twolame/buildlink3.mk
audio/twolame/distinfo
audio/ubs/DESCR
audio/ubs/Makefile
audio/ubs/PLIST
audio/ubs/distinfo
audio/ubs/files/ubs.sh
audio/ubs/patches/patch-aa
audio/ubs/patches/patch-ab
audio/ubs/patches/patch-ac
audio/vorbis-tools/DESCR
audio/vorbis-tools/MESSAGE
audio/vorbis-tools/Makefile
audio/vorbis-tools/PLIST
audio/vorbis-tools/distinfo
audio/vorbis-tools/patches/patch-aa
audio/vorbis-tools/patches/patch-ab
audio/vorbis-tools/patches/patch-ac
audio/vorbisgain/DESCR
audio/vorbisgain/Makefile
audio/vorbisgain/PLIST
audio/vorbisgain/distinfo
audio/wavesurfer/DESCR
audio/wavesurfer/Makefile
audio/wavesurfer/PLIST
audio/wavesurfer/distinfo
audio/wavpack/DESCR
audio/wavpack/Makefile
audio/wavpack/PLIST
audio/wavpack/buildlink3.mk
audio/wavpack/distinfo
audio/wmmixer/DESCR
audio/wmmixer/Makefile
audio/wmmixer/PLIST
audio/wmmixer/distinfo
audio/wmmixer/patches/patch-aa
audio/wmmixer/patches/patch-ab
audio/wmmixer/patches/patch-ac
audio/wmmp/DESCR
audio/wmmp/Makefile
audio/wmmp/PLIST
audio/wmmp/distinfo
audio/wmmp/patches/patch-aa
audio/wmmp/patches/patch-ab
audio/wmmp3/DESCR
audio/wmmp3/Makefile
audio/wmmp3/PLIST
audio/wmmp3/distinfo
audio/wmsmixer/DESCR
audio/wmsmixer/Makefile
audio/wmsmixer/PLIST
audio/wmsmixer/distinfo
audio/wmsmixer/patches/patch-aa
audio/wmsmixer/patches/patch-ab
audio/wmusic/DESCR
audio/wmusic/Makefile
audio/wmusic/PLIST
audio/wmusic/distinfo
audio/wmusic/patches/patch-aa
audio/wsoundprefs/DESCR
audio/wsoundprefs/Makefile
audio/wsoundprefs/PLIST
audio/wsoundprefs/distinfo
audio/wsoundprefs/patches/patch-aa
audio/wsoundprefs/patches/patch-ab
audio/wsoundprefs/patches/patch-ac
audio/wsoundprefs/patches/patch-ad
audio/wsoundprefs/patches/patch-ae
audio/wsoundprefs/patches/patch-af
audio/wsoundprefs/patches/patch-ag
audio/wsoundserver/DESCR
audio/wsoundserver/Makefile
audio/wsoundserver/PLIST
audio/wsoundserver/buildlink3.mk
audio/wsoundserver/distinfo
audio/wsoundserver/files/WMSound
audio/wsoundserver/patches/patch-aa
audio/wsoundserver/patches/patch-ac
audio/wsoundserver/patches/patch-ad
audio/wsoundserver/patches/patch-ae
audio/wsoundserver/patches/patch-af
audio/xamp/DESCR
audio/xamp/Makefile
audio/xamp/PLIST
audio/xamp/distinfo
audio/xamp/patches/patch-aa
audio/xamp/patches/patch-ab
audio/xamp/patches/patch-ac
audio/xamp/patches/patch-ad
audio/xamp/patches/patch-ae
audio/xamp/patches/patch-af
audio/xamp/patches/patch-ag
audio/xamp/patches/patch-ah
audio/xamp/patches/patch-ai
audio/xamp/patches/patch-aj
audio/xamp/patches/patch-ak
audio/xamp/patches/patch-al
audio/xamp/patches/patch-am
audio/xamp/patches/patch-an
audio/xamp/patches/patch-ao
audio/xamp/patches/patch-ap
audio/xamp/patches/patch-aq
audio/xamp/patches/patch-ar
audio/xamp/patches/patch-as
audio/xamp/patches/patch-at
audio/xamp/patches/patch-au
audio/xamp/patches/patch-av
audio/xamp/patches/patch-aw
audio/xamp/patches/patch-ax
audio/xamp/patches/patch-ay
audio/xanalyser/DESCR
audio/xanalyser/Makefile
audio/xanalyser/PLIST
audio/xanalyser/distinfo
audio/xanalyser/patches/patch-aa
audio/xanalyser/patches/patch-ab
audio/xanalyser/patches/patch-ad
audio/xcdplayer/DESCR
audio/xcdplayer/Makefile
audio/xcdplayer/PLIST
audio/xcdplayer/distinfo
audio/xcdplayer/files/cdrom_freebsd.c
audio/xcdplayer/files/cdrom_freebsd.h
audio/xcdplayer/patches/patch-aa
audio/xcdplayer/patches/patch-ab
audio/xcdplayer/patches/patch-ac
audio/xcdplayer/patches/patch-ad
audio/xcdplayer/patches/patch-ae
audio/xcdplayer/patches/patch-af
audio/xcdplayer/patches/patch-ag
audio/xcdplayer/patches/patch-ah
audio/xcdplayer/patches/patch-ai
audio/xcdplayer/patches/patch-aj
audio/xcdplayer/patches/patch-ak
audio/xcdplayer/patches/patch-al
audio/xcdplayer/patches/patch-am
audio/xfce4-mixer/DESCR
audio/xfce4-mixer/Makefile
audio/xfce4-mixer/PLIST
audio/xfce4-mixer/buildlink3.mk
audio/xfce4-mixer/distinfo
audio/xfce4-xmms-plugin/DESCR
audio/xfce4-xmms-plugin/Makefile
audio/xfce4-xmms-plugin/PLIST
audio/xfce4-xmms-plugin/buildlink3.mk
audio/xfce4-xmms-plugin/distinfo
audio/xfce4-xmms-plugin/options.mk
audio/xhippo/DESCR
audio/xhippo/Makefile
audio/xhippo/PLIST
audio/xhippo/distinfo
audio/xhippo/patches/patch-aa
audio/xine-arts/DESCR
audio/xine-arts/Makefile
audio/xine-arts/PLIST
audio/xine-esound/DESCR
audio/xine-esound/Makefile
audio/xine-esound/PLIST
audio/xmcd/DEINSTALL
audio/xmcd/DESCR
audio/xmcd/INSTALL
audio/xmcd/MESSAGE
audio/xmcd/Makefile
audio/xmcd/PLIST
audio/xmcd/distinfo
audio/xmcd/patches/patch-aa
audio/xmcd/patches/patch-ab
audio/xmcd/patches/patch-ac
audio/xmcd/patches/patch-ad
audio/xmcd/patches/patch-ae
audio/xmcd/patches/patch-af
audio/xmcd/patches/patch-ag
audio/xmcd/patches/patch-ah
audio/xmcd/patches/patch-ai
audio/xmcd/patches/patch-aj
audio/xmix/DESCR
audio/xmix/Makefile
audio/xmix/PLIST
audio/xmix/distinfo
audio/xmix/patches/patch-aa
audio/xmix/patches/patch-ab
audio/xmmix/DESCR
audio/xmmix/Makefile
audio/xmmix/PLIST
audio/xmmix/distinfo
audio/xmmix/patches/patch-aa
audio/xmmix/patches/patch-ab
audio/xmmix/patches/patch-ac
audio/xmmix/patches/patch-ba
audio/xmmix/patches/patch-bb
audio/xmmix/patches/patch-bc
audio/xmmix/patches/patch-bd
audio/xmms-alarm/DESCR
audio/xmms-alarm/Makefile
audio/xmms-alarm/PLIST
audio/xmms-alarm/distinfo
audio/xmms-alarm/patches/patch-aa
audio/xmms-arts/DESCR
audio/xmms-arts/Makefile
audio/xmms-arts/PLIST
audio/xmms-arts/distinfo
audio/xmms-arts/patches/patch-ab
audio/xmms-bezier/DESCR
audio/xmms-bezier/Makefile
audio/xmms-bezier/PLIST
audio/xmms-bezier/distinfo
audio/xmms-bezier/patches/patch-aa
audio/xmms-blursk/DESCR
audio/xmms-blursk/MESSAGE
audio/xmms-blursk/Makefile
audio/xmms-blursk/PLIST
audio/xmms-blursk/distinfo
audio/xmms-blursk/patches/patch-aa
audio/xmms-bump-scope/DESCR
audio/xmms-bump-scope/Makefile
audio/xmms-bump-scope/PLIST
audio/xmms-bump-scope/distinfo
audio/xmms-bump-scope/patches/patch-aa
audio/xmms-crossfade/DESCR
audio/xmms-crossfade/Makefile
audio/xmms-crossfade/PLIST
audio/xmms-crossfade/distinfo
audio/xmms-crossfade/patches/patch-aa
audio/xmms-crossfade/patches/patch-ab
audio/xmms-crossfade/patches/patch-ac
audio/xmms-crossfade/patches/patch-ad
audio/xmms-crossfade/patches/patch-ae
audio/xmms-crossfade/patches/patch-af
audio/xmms-crossfade/patches/patch-monitorh
audio/xmms-dflowers/DESCR
audio/xmms-dflowers/Makefile
audio/xmms-dflowers/PLIST
audio/xmms-dflowers/distinfo
audio/xmms-dflowers/patches/patch-aa
audio/xmms-dscope/DESCR
audio/xmms-dscope/Makefile
audio/xmms-dscope/PLIST
audio/xmms-dscope/distinfo
audio/xmms-dscope/patches/patch-aa
audio/xmms-dspectogram/DESCR
audio/xmms-dspectogram/Makefile
audio/xmms-dspectogram/PLIST
audio/xmms-dspectogram/distinfo
audio/xmms-dspectogram/patches/patch-aa
audio/xmms-dspectral/DESCR
audio/xmms-dspectral/Makefile
audio/xmms-dspectral/PLIST
audio/xmms-dspectral/distinfo
audio/xmms-dspectral/patches/patch-aa
audio/xmms-esound/DESCR
audio/xmms-esound/Makefile
audio/xmms-esound/PLIST
audio/xmms-faad/DESCR
audio/xmms-faad/Makefile
audio/xmms-faad/PLIST
audio/xmms-flac/DESCR
audio/xmms-flac/Makefile
audio/xmms-flac/PLIST
audio/xmms-flac/distinfo
audio/xmms-fmradio/DESCR
audio/xmms-fmradio/Makefile
audio/xmms-fmradio/PLIST
audio/xmms-fmradio/distinfo
audio/xmms-fmradio/patches/patch-aa
audio/xmms-fmradio/patches/patch-ab
audio/xmms-fmradio/patches/patch-ac
audio/xmms-fmradio/patches/patch-ad
audio/xmms-funtimedancer/DESCR
audio/xmms-funtimedancer/Makefile
audio/xmms-funtimedancer/PLIST
audio/xmms-funtimedancer/distinfo
audio/xmms-funtimedancer/patches/patch-aa
audio/xmms-funtimedancer/patches/patch-ab
audio/xmms-gdancer/DESCR
audio/xmms-gdancer/Makefile
audio/xmms-gdancer/PLIST
audio/xmms-gdancer/distinfo
audio/xmms-infinity/DESCR
audio/xmms-infinity/Makefile
audio/xmms-infinity/PLIST
audio/xmms-infinity/distinfo
audio/xmms-iris/DESCR
audio/xmms-iris/Makefile
audio/xmms-iris/PLIST
audio/xmms-iris/distinfo
audio/xmms-jakdaw/DESCR
audio/xmms-jakdaw/Makefile
audio/xmms-jakdaw/PLIST
audio/xmms-jakdaw/distinfo
audio/xmms-jess/DESCR
audio/xmms-jess/Makefile
audio/xmms-jess/PLIST
audio/xmms-jess/distinfo
audio/xmms-jess/patches/patch-aa
audio/xmms-jess/patches/patch-ab
audio/xmms-jess/patches/patch-ac
audio/xmms-liveice/DESCR
audio/xmms-liveice/Makefile
audio/xmms-liveice/PLIST
audio/xmms-liveice/distinfo
audio/xmms-liveice/patches/patch-aa
audio/xmms-liveice/patches/patch-ab
audio/xmms-liveice/patches/patch-ac
audio/xmms-mac/DESCR
audio/xmms-mac/Makefile
audio/xmms-mac/PLIST
audio/xmms-mac/distinfo
audio/xmms-mad/DESCR
audio/xmms-mad/Makefile
audio/xmms-mad/PLIST
audio/xmms-mad/distinfo
audio/xmms-mad/patches/patch-aa
audio/xmms-mad/patches/patch-ab
audio/xmms-mad/patches/patch-ac
audio/xmms-madspin/DESCR
audio/xmms-madspin/Makefile
audio/xmms-madspin/PLIST
audio/xmms-madspin/distinfo
audio/xmms-madspin/patches/patch-aa
audio/xmms-madspin/patches/patch-configc
audio/xmms-madspin/patches/patch-madspinh
audio/xmms-meta-input/DEINSTALL
audio/xmms-meta-input/DESCR
audio/xmms-meta-input/MESSAGE
audio/xmms-meta-input/Makefile
audio/xmms-meta-input/PLIST
audio/xmms-meta-input/buildlink3.mk
audio/xmms-meta-input/distinfo
audio/xmms-meta-input/patches/patch-aa
audio/xmms-meta-input/patches/patch-ab
audio/xmms-meta-timidity/DESCR
audio/xmms-meta-timidity/Makefile
audio/xmms-meta-timidity/PLIST
audio/xmms-meta-timidity/files/timidity.sh
audio/xmms-modplug/DESCR
audio/xmms-modplug/Makefile
audio/xmms-modplug/PLIST
audio/xmms-modplug/distinfo
audio/xmms-modplug/patches/patch-aa
audio/xmms-modplug/patches/patch-ab
audio/xmms-modplug/patches/patch-ac
audio/xmms-modplug/patches/patch-ad
audio/xmms-modplug/patches/patch-ae
audio/xmms-musepack/DESCR
audio/xmms-musepack/Makefile
audio/xmms-musepack/PLIST
audio/xmms-musepack/distinfo
audio/xmms-neato/DESCR
audio/xmms-neato/Makefile
audio/xmms-neato/PLIST
audio/xmms-neato/distinfo
audio/xmms-neato/patches/patch-aa
audio/xmms-nebulus/DESCR
audio/xmms-nebulus/Makefile
audio/xmms-nebulus/PLIST
audio/xmms-nebulus/distinfo
audio/xmms-nebulus/patches/patch-aa
audio/xmms-nebulus/patches/patch-ab
audio/xmms-osx/DESCR
audio/xmms-osx/Makefile
audio/xmms-osx/PLIST
audio/xmms-osx/distinfo
audio/xmms-osx/patches/patch-aa
audio/xmms-paranormal/DESCR
audio/xmms-paranormal/Makefile
audio/xmms-paranormal/PLIST
audio/xmms-paranormal/distinfo
audio/xmms-paranormal/patches/patch-aa
audio/xmms-paranormal/patches/patch-ab
audio/xmms-sid/DESCR
audio/xmms-sid/Makefile
audio/xmms-sid/PLIST
audio/xmms-sid/distinfo
audio/xmms-sid/patches/patch-aa
audio/xmms-sid/patches/patch-ab
audio/xmms-sid/patches/patch-ac
audio/xmms-sid/patches/patch-ad
audio/xmms-sid/patches/patch-ae
audio/xmms-synaesthesia/DESCR
audio/xmms-synaesthesia/Makefile
audio/xmms-synaesthesia/PLIST
audio/xmms-synaesthesia/distinfo
audio/xmms-synaesthesia/patches/patch-aa
audio/xmms-synaesthesia/patches/patch-synacore
audio/xmms-synaesthesia/patches/patch-synah
audio/xmms-tv-scope/DESCR
audio/xmms-tv-scope/Makefile
audio/xmms-tv-scope/PLIST
audio/xmms-tv-scope/distinfo
audio/xmms-vismsa/DESCR
audio/xmms-vismsa/Makefile
audio/xmms-vismsa/PLIST
audio/xmms-vismsa/distinfo
audio/xmms-vismsa/patches/patch-aa
audio/xmms-wma/DESCR
audio/xmms-wma/Makefile
audio/xmms-wma/PLIST
audio/xmms-wma/distinfo
audio/xmms-wma/patches/patch-aa
audio/xmms-wma/patches/patch-ab
audio/xmms-wma/patches/patch-ad
audio/xmms/DESCR
audio/xmms/MESSAGE
audio/xmms/Makefile
audio/xmms/Makefile.common
audio/xmms/PLIST.Linux
audio/xmms/PLIST.NetBSD
audio/xmms/PLIST.OpenBSD
audio/xmms/PLIST.SunOS
audio/xmms/PLIST.common
audio/xmms/PLIST.common_end
audio/xmms/buildlink3.mk
audio/xmms/distinfo
audio/xmms/files/decode_i586_.s
audio/xmms/hacks.mk
audio/xmms/patches/patch-aa
audio/xmms/patches/patch-ab
audio/xmms/patches/patch-ac
audio/xmms/patches/patch-ad
audio/xmms/patches/patch-ae
audio/xmms/patches/patch-ag
audio/xmms/patches/patch-am
audio/xmms/patches/patch-an
audio/xmms/patches/patch-ap
audio/xmms/patches/patch-aq
audio/xmms/patches/patch-ar
audio/xmms/patches/patch-aw
audio/xmmsctrl/DESCR
audio/xmmsctrl/Makefile
audio/xmmsctrl/PLIST
audio/xmmsctrl/distinfo
audio/xmmsctrl/patches/patch-aa
audio/xmmsctrl/patches/patch-ab
audio/xmp/DESCR
audio/xmp/Makefile
audio/xmp/PLIST
audio/xmp/distinfo
audio/xmp/patches/patch-aa
audio/xmp/patches/patch-ab
audio/xmp/patches/patch-ac
audio/xmp/patches/patch-ad
audio/xmp/patches/patch-ae
audio/xmp/patches/patch-af
audio/xmp/patches/patch-ag
audio/xmp/patches/patch-ah
audio/xmp/patches/patch-ai
audio/xmp/patches/patch-aj
audio/xmp/patches/patch-ak
audio/xmp/patches/patch-al
audio/xmp/patches/patch-am
audio/xmp/patches/patch-an
audio/xmradio/DESCR
audio/xmradio/Makefile
audio/xmradio/PLIST
audio/xmradio/distinfo
audio/xsidplay/DESCR
audio/xsidplay/Makefile
audio/xsidplay/PLIST
audio/xsidplay/distinfo
audio/xsidplay/patches/patch-aa
audio/xsidplay/patches/patch-ab
audio/xsidplay/patches/patch-ac
audio/xwave/DESCR
audio/xwave/Makefile
audio/xwave/PLIST
audio/xwave/distinfo
audio/xwave/patches/patch-aa
audio/xwave/patches/patch-ab
audio/xwave/patches/patch-ac
audio/xwave/patches/patch-ad
audio/xwave/patches/patch-ae
audio/xwave/patches/patch-af
audio/xwave/patches/patch-ag
audio/xwave/patches/patch-ah
audio/xwave/patches/patch-ai
audio/xwave/patches/patch-aj
audio/xwave/patches/patch-ak
audio/xwave/patches/patch-al
audio/xwave/patches/patch-am
audio/xwave/patches/patch-an
audio/xwave/patches/patch-ao
audio/xwave/patches/patch-ap
audio/xwave/patches/patch-aq
audio/xwave/patches/patch-ar
audio/xwave/patches/patch-as
audio/xwave/patches/patch-at
benchmarks/Makefile
benchmarks/benchfft/DESCR
benchmarks/benchfft/Makefile
benchmarks/benchfft/PLIST
benchmarks/benchfft/distinfo
benchmarks/benchfft/files/setup.answers
benchmarks/benchfft/patches/patch-aa
benchmarks/benchfft/patches/patch-ab
benchmarks/benchfft/patches/patch-ac
benchmarks/benchfft/patches/patch-ad
benchmarks/benchfft/patches/patch-ae
benchmarks/blogbench/DESCR
benchmarks/blogbench/Makefile
benchmarks/blogbench/PLIST
benchmarks/blogbench/distinfo
benchmarks/blogbench/patches/patch-aa
benchmarks/blogbench/patches/patch-ab
benchmarks/blogbench/patches/patch-ac
benchmarks/blogbench/patches/patch-ad
benchmarks/blogbench/patches/patch-ae
benchmarks/blogbench/patches/patch-af
benchmarks/bonnie++/DESCR
benchmarks/bonnie++/Makefile
benchmarks/bonnie++/PLIST
benchmarks/bonnie++/distinfo
benchmarks/bonnie++/patches/patch-aa
benchmarks/bonnie++/patches/patch-ab
benchmarks/bonnie/DESCR
benchmarks/bonnie/Makefile
benchmarks/bonnie/PLIST
benchmarks/bonnie/distinfo
benchmarks/bonnie/patches/patch-aa
benchmarks/bonnie/patches/patch-ab
benchmarks/bonnie/patches/patch-ac
benchmarks/bytebench/DESCR
benchmarks/bytebench/Makefile
benchmarks/bytebench/PLIST
benchmarks/bytebench/distinfo
benchmarks/bytebench/patches/patch-aa
benchmarks/bytebench/patches/patch-ab
benchmarks/bytebench/patches/patch-ac
benchmarks/bytebench/patches/patch-ad
benchmarks/bytebench/patches/patch-ae
benchmarks/bytebench/patches/patch-af
benchmarks/bytebench/patches/patch-ag
benchmarks/dbench/DESCR
benchmarks/dbench/Makefile
benchmarks/dbench/PLIST
benchmarks/dbench/distinfo
benchmarks/dbench/patches/patch-aa
benchmarks/dbench/patches/patch-ab
benchmarks/dbench/patches/patch-ac
benchmarks/dhrystone/DESCR
benchmarks/dhrystone/Makefile
benchmarks/dhrystone/PLIST
benchmarks/dhrystone/distinfo
benchmarks/dhrystone/patches/patch-aa
benchmarks/fib/DESCR
benchmarks/fib/Makefile
benchmarks/fib/PLIST
benchmarks/fib/distinfo
benchmarks/flops/DESCR
benchmarks/flops/Makefile
benchmarks/flops/PLIST
benchmarks/flops/distinfo
benchmarks/flops/patches/patch-aa
benchmarks/forkbomb/DESCR
benchmarks/forkbomb/Makefile
benchmarks/forkbomb/PLIST
benchmarks/forkbomb/distinfo
benchmarks/hbench/DESCR
benchmarks/hbench/MESSAGE
benchmarks/hbench/Makefile
benchmarks/hbench/PLIST.common
benchmarks/hbench/PLIST.common_end
benchmarks/hbench/PLIST.i386
benchmarks/hbench/distinfo
benchmarks/hbench/files/do-install
benchmarks/hbench/files/setup.answers
benchmarks/hbench/patches/patch-aa
benchmarks/hbench/patches/patch-ab
benchmarks/hbench/patches/patch-ac
benchmarks/hbench/patches/patch-ad
benchmarks/hbench/patches/patch-ae
benchmarks/hbench/patches/patch-af
benchmarks/hbench/patches/patch-ag
benchmarks/hbench/patches/patch-ah
benchmarks/hbench/patches/patch-ai
benchmarks/hbench/patches/patch-aj
benchmarks/hbench/patches/patch-al
benchmarks/hbench/patches/patch-am
benchmarks/hbench/patches/patch-an
benchmarks/hbench/patches/patch-ao
benchmarks/hbench/patches/patch-ap
benchmarks/hbench/patches/patch-aq
benchmarks/hbench/patches/patch-ar
benchmarks/heapsort/DESCR
benchmarks/heapsort/Makefile
benchmarks/heapsort/PLIST
benchmarks/heapsort/distinfo
benchmarks/hint/DESCR
benchmarks/hint/Makefile
benchmarks/hint/PLIST
benchmarks/hint/distinfo
benchmarks/hint/files/hint.1
benchmarks/hint/patches/patch-ab
benchmarks/hint/patches/patch-ac
benchmarks/httperf/DESCR
benchmarks/httperf/Makefile
benchmarks/httperf/PLIST
benchmarks/httperf/distinfo
benchmarks/httperf/patches/patch-aa
benchmarks/httperf/patches/patch-ab
benchmarks/httperf/patches/patch-ac
benchmarks/httperf/patches/patch-ad
benchmarks/iozone/DESCR
benchmarks/iozone/Makefile
benchmarks/iozone/PLIST
benchmarks/iozone/distinfo
benchmarks/iozone/patches/patch-aa
benchmarks/iozone/patches/patch-ab
benchmarks/kttcp/DESCR
benchmarks/kttcp/Makefile
benchmarks/kttcp/PLIST
benchmarks/kttcp/files/Makefile
benchmarks/kttcp/files/kttcp.c
benchmarks/linpack-bench/DESCR
benchmarks/linpack-bench/Makefile
benchmarks/linpack-bench/PLIST
benchmarks/linpack-bench/distinfo
benchmarks/linpack-bench/patches/patch-aa
benchmarks/lmbench/DESCR
benchmarks/lmbench/MESSAGE
benchmarks/lmbench/Makefile
benchmarks/lmbench/PLIST
benchmarks/lmbench/distinfo
benchmarks/lmbench/files/do-install
benchmarks/lmbench/files/setup.answers
benchmarks/lmbench/patches/patch-aa
benchmarks/lmbench/patches/patch-ab
benchmarks/lmbench/patches/patch-ac
benchmarks/lmbench/patches/patch-ad
benchmarks/lmbench/patches/patch-ae
benchmarks/lmbench/patches/patch-af
benchmarks/lmbench/patches/patch-ag
benchmarks/lmbench/patches/patch-ah
benchmarks/lmbench/patches/patch-ai
benchmarks/lmbench/patches/patch-aj
benchmarks/lmbench/patches/patch-ak
benchmarks/nbench/DESCR
benchmarks/nbench/Makefile
benchmarks/nbench/PLIST
benchmarks/nbench/distinfo
benchmarks/nbench/patches/patch-aa
benchmarks/nbench/patches/patch-ab
benchmarks/netio/DESCR
benchmarks/netio/Makefile
benchmarks/netio/PLIST
benchmarks/netio/distinfo
benchmarks/netio/patches/patch-aa
benchmarks/netperf/DESCR
benchmarks/netperf/Makefile
benchmarks/netperf/PLIST
benchmarks/netperf/distinfo
benchmarks/netperf/patches/patch-aa
benchmarks/netperf/patches/patch-ab
benchmarks/netperf/patches/patch-ac
benchmarks/netperf/patches/patch-ad
benchmarks/netperf/patches/patch-ae
benchmarks/netperf/patches/patch-af
benchmarks/netperf/patches/patch-ag
benchmarks/netpipe/DESCR
benchmarks/netpipe/Makefile
benchmarks/netpipe/PLIST
benchmarks/netpipe/distinfo
benchmarks/netpipe/patches/patch-aa
benchmarks/nettest/DESCR
benchmarks/nettest/Makefile
benchmarks/nettest/PLIST
benchmarks/nettest/distinfo
benchmarks/nettest/patches/patch-aa
benchmarks/nettest/patches/patch-ab
benchmarks/nettest/patches/patch-ac
benchmarks/nettest/patches/patch-ad
benchmarks/nsieve/DESCR
benchmarks/nsieve/Makefile
benchmarks/nsieve/PLIST
benchmarks/nsieve/distinfo
benchmarks/nttcp/DESCR
benchmarks/nttcp/Makefile
benchmarks/nttcp/PLIST
benchmarks/nttcp/distinfo
benchmarks/nttcp/patches/patch-aa
benchmarks/nttcp/patches/patch-ab
benchmarks/nttcp/patches/patch-ac
benchmarks/nttcp/patches/patch-ad
benchmarks/paranoia/DESCR
benchmarks/paranoia/Makefile
benchmarks/paranoia/PLIST
benchmarks/paranoia/distinfo
benchmarks/paranoia/files/paranoia.run
benchmarks/paranoia/patches/patch-aa
benchmarks/pipebench/DESCR
benchmarks/pipebench/Makefile
benchmarks/pipebench/PLIST
benchmarks/pipebench/distinfo
benchmarks/pipebench/patches/patch-aa
benchmarks/postal/DESCR
benchmarks/postal/Makefile
benchmarks/postal/PLIST
benchmarks/postal/distinfo
benchmarks/postal/patches/patch-aa
benchmarks/postal/patches/patch-ab
benchmarks/postmark/DESCR
benchmarks/postmark/Makefile
benchmarks/postmark/PLIST
benchmarks/postmark/distinfo
benchmarks/randread/DESCR
benchmarks/randread/Makefile
benchmarks/randread/PLIST
benchmarks/randread/distinfo
benchmarks/randread/patches/patch-aa
benchmarks/randread/patches/patch-ab
benchmarks/skampi/DESCR
benchmarks/skampi/Makefile
benchmarks/skampi/PLIST
benchmarks/skampi/distinfo
benchmarks/sysbench/DESCR
benchmarks/sysbench/Makefile
benchmarks/sysbench/PLIST
benchmarks/sysbench/distinfo
benchmarks/sysbench/options.mk
benchmarks/sysbench/patches/patch-aa
benchmarks/thrulay/DESCR
benchmarks/thrulay/Makefile
benchmarks/thrulay/PLIST
benchmarks/thrulay/distinfo
benchmarks/ttcp/DESCR
benchmarks/ttcp/Makefile
benchmarks/ttcp/PLIST
benchmarks/ttcp/distinfo
benchmarks/ttcp/patches/patch-aa
benchmarks/ttcp/patches/patch-ab
benchmarks/ubench/DESCR
benchmarks/ubench/Makefile
benchmarks/ubench/PLIST
benchmarks/ubench/distinfo
benchmarks/ubench/patches/patch-aa
benchmarks/whetstone/DESCR
benchmarks/whetstone/Makefile
benchmarks/whetstone/PLIST
benchmarks/whetstone/distinfo
benchmarks/whetstone/patches/patch-aa
benchmarks/xengine/DESCR
benchmarks/xengine/Makefile
benchmarks/xengine/PLIST
benchmarks/xengine/distinfo
benchmarks/xengine/patches/patch-aa
benchmarks/zelibm/DESCR
benchmarks/zelibm/Makefile
benchmarks/zelibm/PLIST
benchmarks/zelibm/distinfo
benchmarks/zelibm/patches/patch-aa
benchmarks/zelibm/patches/patch-ab
benchmarks/zelibm/patches/patch-ac
benchmarks/zelibm/patches/patch-ad
benchmarks/zelibm/patches/patch-ae
biology/Makefile
biology/arka/DESCR
biology/arka/Makefile
biology/arka/PLIST
biology/arka/distinfo
biology/arka/patches/patch-aa
biology/arka/patches/patch-ab
biology/azara/DESCR
biology/azara/Makefile
biology/azara/PLIST
biology/azara/distinfo
biology/azara/patches/patch-aa
biology/azara/patches/patch-ab
biology/azara/patches/patch-ac
biology/azara/patches/patch-ad
biology/azara/patches/patch-ae
biology/bioperl/DESCR
biology/bioperl/Makefile
biology/bioperl/PLIST
biology/bioperl/distinfo
biology/bioperl/patches/patch-aa
biology/chemtool/DESCR
biology/chemtool/Makefile
biology/chemtool/PLIST
biology/chemtool/distinfo
biology/chemtool/patches/patch-aa
biology/clustalw/DESCR
biology/clustalw/MESSAGE
biology/clustalw/Makefile
biology/clustalw/PLIST
biology/clustalw/distinfo
biology/clustalw/patches/patch-aa
biology/clustalw/patches/patch-ab
biology/coalesce/DESCR
biology/coalesce/Makefile
biology/coalesce/PLIST
biology/coalesce/distinfo
biology/coalesce/patches/patch-aa
biology/fastDNAml/DESCR
biology/fastDNAml/Makefile
biology/fastDNAml/PLIST
biology/fastDNAml/distinfo
biology/fluctuate/DESCR
biology/fluctuate/MESSAGE
biology/fluctuate/Makefile
biology/fluctuate/PLIST
biology/fluctuate/distinfo
biology/fluctuate/patches/patch-aa
biology/genesplicer/DESCR
biology/genesplicer/Makefile
biology/genesplicer/PLIST
biology/genesplicer/distinfo
biology/genesplicer/patches/patch-aa
biology/glimmer/DESCR
biology/glimmer/Makefile
biology/glimmer/PLIST
biology/glimmer/distinfo
biology/glimmer/patches/patch-aa
biology/glimmer/patches/patch-ab
biology/gp/DESCR
biology/gp/Makefile
biology/gp/PLIST
biology/gp/distinfo
biology/gp/patches/patch-aa
biology/gp/patches/patch-ab
biology/hmmer/DESCR
biology/hmmer/Makefile
biology/hmmer/PLIST
biology/hmmer/distinfo
biology/hmmer/patches/patch-aa
biology/lucy/DESCR
biology/lucy/Makefile
biology/lucy/PLIST
biology/lucy/distinfo
biology/lucy/patches/patch-aa
biology/lucy/patches/patch-ab
biology/mopac/DESCR
biology/mopac/Makefile
biology/mopac/PLIST
biology/mopac/distinfo
biology/mopac/files/Makefile
biology/mopac/patches/patch-aa
biology/mopac/patches/patch-ab
biology/mopac/patches/patch-ac
biology/mummer/DESCR
biology/mummer/Makefile
biology/mummer/PLIST
biology/mummer/distinfo
biology/mummer/patches/patch-aa
biology/mummer/patches/patch-ab
biology/mummer/patches/patch-ac
biology/mummer/patches/patch-ad
biology/nut/DESCR
biology/nut/Makefile
biology/nut/PLIST
biology/nut/distinfo
biology/nut/patches/patch-ab
biology/pdbalign/DESCR
biology/pdbalign/Makefile
biology/pdbalign/PLIST
biology/pdbalign/distinfo
biology/pdbalign/patches/patch-aa
biology/pdbalign/patches/patch-ab
biology/pdbalign/patches/patch-ac
biology/pdbalign/patches/patch-ad
biology/phylip/DESCR
biology/phylip/Makefile
biology/phylip/PLIST
biology/phylip/distinfo
biology/phylip/patches/patch-aa
biology/profit/DESCR
biology/profit/Makefile
biology/profit/PLIST
biology/profit/distinfo
biology/profit/patches/patch-aa
biology/puzzle/DESCR
biology/puzzle/Makefile
biology/puzzle/PLIST
biology/puzzle/distinfo
biology/py-mol/DESCR
biology/py-mol/Makefile
biology/py-mol/PLIST
biology/py-mol/distinfo
biology/rasmol/DESCR
biology/rasmol/Makefile
biology/rasmol/PLIST
biology/rasmol/distinfo
biology/rasmol/patches/patch-aa
biology/rasmol/patches/patch-ab
biology/rasmol/patches/patch-ac
biology/sewer/DESCR
biology/sewer/MESSAGE
biology/sewer/Makefile
biology/sewer/PLIST
biology/sewer/distinfo
biology/stride/DESCR
biology/stride/Makefile
biology/stride/PLIST
biology/stride/distinfo
biology/stride/patches/patch-aa
biology/xylem/DESCR
biology/xylem/Makefile
biology/xylem/PLIST
biology/xylem/distinfo
biology/xylem/patches/patch-aa
biology/xylem/patches/patch-ab
bootstrap/README
bootstrap/README.AIX
bootstrap/README.Darwin
bootstrap/README.FreeBSD
bootstrap/README.HPUX
bootstrap/README.IRIX
bootstrap/README.IRIX5.3
bootstrap/README.Interix
bootstrap/README.Linux
bootstrap/README.MacOSX
bootstrap/README.OSF1
bootstrap/README.OpenBSD
bootstrap/README.Solaris
bootstrap/bootstrap
bootstrap/cleanup
bootstrap/darwindiskimage
bootstrap/macpkg.pmproj.in
bootstrap/testbootstrap
cad/Makefile
cad/MyHDL-gplcver/DESCR
cad/MyHDL-gplcver/Makefile
cad/MyHDL-gplcver/PLIST
cad/MyHDL-gplcver/distinfo
cad/MyHDL-gplcver/patches/patch-aa
cad/MyHDL-iverilog/DESCR
cad/MyHDL-iverilog/Makefile
cad/MyHDL-iverilog/PLIST
cad/MyHDL-iverilog/distinfo
cad/adms/DESCR
cad/adms/Makefile
cad/adms/PLIST
cad/adms/distinfo
cad/adms/patches/patch-aa
cad/adms/patches/patch-ab
cad/atlc/DESCR
cad/atlc/Makefile
cad/atlc/PLIST
cad/atlc/distinfo
cad/atlc/patches/patch-aa
cad/atlc/patches/patch-ab
cad/atlc/patches/patch-ac
cad/boolean/DESCR
cad/boolean/Makefile
cad/boolean/PLIST
cad/boolean/distinfo
cad/boolean/patches/patch-aa
cad/boolean/patches/patch-ab
cad/boolean/patches/patch-ac
cad/boolean/patches/patch-ah
cad/boolean/patches/patch-ai
cad/cascade/DESCR
cad/cascade/Makefile
cad/cascade/PLIST
cad/cascade/distinfo
cad/cascade/patches/patch-aa
cad/cgi-wcalc/DESCR
cad/cgi-wcalc/MESSAGE
cad/cgi-wcalc/Makefile
cad/cgi-wcalc/PLIST
cad/covered-current/DESCR
cad/covered-current/Makefile
cad/covered-current/PLIST
cad/covered-current/distinfo
cad/covered/DESCR
cad/covered/Makefile
cad/covered/PLIST
cad/covered/distinfo
cad/dinotrace-mode/DESCR
cad/dinotrace-mode/MESSAGE
cad/dinotrace-mode/Makefile
cad/dinotrace-mode/PLIST
cad/dinotrace-mode/distinfo
cad/dinotrace/DESCR
cad/dinotrace/Makefile
cad/dinotrace/PLIST
cad/dinotrace/distinfo
cad/dinotrace/patches/patch-aa
cad/eagle/DESCR
cad/eagle/MESSAGE
cad/eagle/Makefile
cad/eagle/PLIST
cad/eagle/distinfo
cad/eagle/files/eagle
cad/electric/DESCR
cad/electric/Makefile
cad/electric/PLIST
cad/electric/distinfo
cad/electric/patches/patch-aa
cad/electric/patches/patch-ab
cad/electric/patches/patch-ac
cad/fastcap/DESCR
cad/fastcap/Makefile
cad/fastcap/PLIST
cad/fastcap/distinfo
cad/fastcap/patches/patch-aa
cad/fastcap/patches/patch-ab
cad/fastcap/patches/patch-ac
cad/fastcap/patches/patch-ad
cad/fastcap/patches/patch-ae
cad/fasthenry/DESCR
cad/fasthenry/Makefile
cad/fasthenry/PLIST
cad/fasthenry/distinfo
cad/fasthenry/patches/patch-aa
cad/fasthenry/patches/patch-ab
cad/fasthenry/patches/patch-ac
cad/fasthenry/patches/patch-ad
cad/fasthenry/patches/patch-ae
cad/fasthenry/patches/patch-af
cad/fasthenry/patches/patch-ag
cad/fasthenry/patches/patch-ah
cad/fasthenry/patches/patch-ai
cad/fasthenry/patches/patch-aj
cad/fasthenry/patches/patch-ak
cad/fasthenry/patches/patch-al
cad/fasthenry/patches/patch-am
cad/fasthenry/patches/patch-an
cad/fasthenry/patches/patch-ao
cad/fasthenry/patches/patch-ap
cad/fasthenry/patches/patch-aq
cad/fasthenry/patches/patch-ar
cad/fasthenry/patches/patch-as
cad/fasthenry/patches/patch-at
cad/fasthenry/patches/patch-au
cad/fasthenry/patches/patch-av
cad/fasthenry/patches/patch-aw
cad/fasthenry/patches/patch-ax
cad/fasthenry/patches/patch-ay
cad/fasthenry/patches/patch-az
cad/fasthenry/patches/patch-ba
cad/fasthenry/patches/patch-bb
cad/fasthenry/patches/patch-bc
cad/felt/DESCR
cad/felt/Makefile
cad/felt/PLIST
cad/felt/distinfo
cad/felt/patches/patch-aa
cad/felt/patches/patch-ab
cad/felt/patches/patch-ac
cad/felt/patches/patch-ad
cad/felt/patches/patch-ae
cad/felt/patches/patch-af
cad/felt/patches/patch-ag
cad/felt/patches/patch-ah
cad/felt/patches/patch-ai
cad/felt/patches/patch-aj
cad/felt/patches/patch-ak
cad/felt/patches/patch-al
cad/felt/patches/patch-am
cad/felt/patches/patch-an
cad/felt/patches/patch-ao
cad/gattrib/DESCR
cad/gattrib/Makefile
cad/gattrib/PLIST
cad/gattrib/distinfo
cad/gdsreader/DESCR
cad/gdsreader/Makefile
cad/gdsreader/PLIST
cad/gdsreader/distinfo
cad/gdsreader/patches/patch-aa
cad/geda-docs/DESCR
cad/geda-docs/Makefile
cad/geda-docs/PLIST.post
cad/geda-docs/PLIST.pre
cad/geda-docs/distinfo
cad/geda-examples/DESCR
cad/geda-examples/Makefile
cad/geda-examples/PLIST
cad/geda-examples/distinfo
cad/geda-symbols/DESCR
cad/geda-symbols/Makefile
cad/geda-symbols/PLIST
cad/geda-symbols/distinfo
cad/geda-utils/DESCR
cad/geda-utils/Makefile
cad/geda-utils/PLIST
cad/geda-utils/distinfo
cad/geda/DESCR
cad/geda/Makefile
cad/geda/Makefile.common
cad/geda/distinfo
cad/gerbv/DESCR
cad/gerbv/Makefile
cad/gerbv/PLIST
cad/gerbv/distinfo
cad/gnetlist/DESCR
cad/gnetlist/Makefile
cad/gnetlist/PLIST
cad/gnetlist/distinfo
cad/gnetman/DESCR
cad/gnetman/Makefile
cad/gnetman/PLIST
cad/gnetman/distinfo
cad/gnetman/patches/patch-aa
cad/gnetman/patches/patch-ab
cad/gnetman/patches/patch-ac
cad/gnetman/patches/patch-ad
cad/gnucap/DESCR
cad/gnucap/Makefile
cad/gnucap/PLIST
cad/gnucap/distinfo
cad/gplcver/DESCR
cad/gplcver/Makefile
cad/gplcver/PLIST
cad/gplcver/buildlink3.mk
cad/gplcver/distinfo
cad/gplcver/patches/patch-aa
cad/gplcver/patches/patch-ab
cad/gplcver/patches/patch-ac
cad/gplcver/patches/patch-ad
cad/gplcver/patches/patch-ae
cad/gplcver/patches/patch-af
cad/gplcver/patches/patch-ag
cad/gschem/DESCR
cad/gschem/Makefile
cad/gschem/PLIST
cad/gschem/distinfo
cad/gsmc/DESCR
cad/gsmc/Makefile
cad/gsmc/PLIST
cad/gsmc/distinfo
cad/gsmc/files/install-sh
cad/gsmc/files/missing
cad/gsmc/files/mkinstalldirs
cad/gsymcheck/DESCR
cad/gsymcheck/Makefile
cad/gsymcheck/PLIST
cad/gsymcheck/distinfo
cad/gtk1-wcalc/DESCR
cad/gtk1-wcalc/Makefile
cad/gtk1-wcalc/PLIST
cad/gtk2-wcalc/DESCR
cad/gtk2-wcalc/Makefile
cad/gtk2-wcalc/PLIST
cad/gtkwave/DESCR
cad/gtkwave/Makefile
cad/gtkwave/PLIST
cad/gtkwave/distinfo
cad/gwave/DESCR
cad/gwave/Makefile
cad/gwave/PLIST
cad/gwave/distinfo
cad/gwave/patches/patch-aa
cad/ipal-current/DESCR
cad/ipal-current/Makefile
cad/ipal-current/PLIST
cad/ipal-current/distinfo
cad/ipal-current/patches/patch-aa
cad/ipal-current/patches/patch-ab
cad/ipal-current/patches/patch-ac
cad/ipal-current/patches/patch-ad
cad/ipal-current/patches/patch-ae
cad/ipal-current/patches/patch-af
cad/lc/DESCR
cad/lc/Makefile
cad/lc/PLIST
cad/lc/distinfo
cad/libgeda/DESCR
cad/libgeda/Makefile
cad/libgeda/PLIST
cad/libgeda/buildlink3.mk
cad/libgeda/distinfo
cad/libgeda/patches/patch-aa
cad/libwcalc/DESCR
cad/libwcalc/Makefile
cad/libwcalc/PLIST
cad/libwcalc/buildlink3.mk
cad/magic/DESCR
cad/magic/MESSAGE
cad/magic/Makefile
cad/magic/PLIST
cad/magic/distinfo
cad/magic/patches/patch-aa
cad/magic/patches/patch-ab
cad/magic/patches/patch-ac
cad/magic/patches/patch-ad
cad/magic/patches/patch-ae
cad/magic/patches/patch-af
cad/magic/patches/patch-ag
cad/magic/patches/patch-ah
cad/magic/patches/patch-ai
cad/magic/patches/patch-aj
cad/magic/patches/patch-ak
cad/magic/patches/patch-al
cad/magic/patches/patch-am
cad/magic/patches/patch-an
cad/magic/patches/patch-ao
cad/magic/patches/patch-ap
cad/magic/patches/patch-aq
cad/magic/patches/patch-ar
cad/magic/patches/patch-as
cad/magic/patches/patch-at
cad/magic/patches/patch-au
cad/magic/patches/patch-av
cad/magic/patches/patch-aw
cad/magic/patches/patch-ax
cad/magic/patches/patch-ay
cad/magic/patches/patch-az
cad/magic/patches/patch-ba
cad/magic/patches/patch-bb
cad/magic/patches/patch-bc
cad/mcalc/DESCR
cad/mcalc/MESSAGE
cad/mcalc/Makefile
cad/mcalc/PLIST
cad/mcalc/distinfo
cad/mex-wcalc/DESCR
cad/mex-wcalc/MESSAGE
cad/mex-wcalc/Makefile
cad/mex-wcalc/PLIST
cad/mpac/DESCR
cad/mpac/Makefile
cad/mpac/PLIST
cad/mpac/distinfo
cad/mpac/patches/patch-aa
cad/nelma/DESCR
cad/nelma/Makefile
cad/nelma/PLIST
cad/nelma/distinfo
cad/nelma/patches/patch-aa
cad/nelma/patches/patch-ab
cad/ng-spice/DESCR
cad/ng-spice/Makefile
cad/ng-spice/PLIST
cad/ng-spice/distinfo
cad/ng-spice/patches/patch-aa
cad/ng-spice/patches/patch-ab
cad/ng-spice/patches/patch-ac
cad/ng-spice/patches/patch-ad
cad/ng-spice/patches/patch-ae
cad/ng-spice/patches/patch-af
cad/ng-spice/patches/patch-ag
cad/ng-spice/patches/patch-ah
cad/ng-spice/patches/patch-ai
cad/ng-spice/patches/patch-aj
cad/ng-spice/patches/patch-ak
cad/ntesla/DESCR
cad/ntesla/Makefile
cad/ntesla/PLIST
cad/ntesla/distinfo
cad/ntesla/patches/patch-aa
cad/ntesla/patches/patch-ab
cad/ntesla/patches/patch-ac
cad/ntesla/patches/patch-ad
cad/ntesla/patches/patch-ae
cad/oct-wcalc/DESCR
cad/oct-wcalc/Makefile
cad/oct-wcalc/PLIST
cad/pcb/DESCR
cad/pcb/MESSAGE
cad/pcb/Makefile
cad/pcb/PLIST
cad/pcb/distinfo
cad/py-MyHDL/DESCR
cad/py-MyHDL/Makefile
cad/py-MyHDL/PLIST
cad/py-MyHDL/distinfo
cad/py-simpy/DESCR
cad/py-simpy/Makefile
cad/py-simpy/PLIST
cad/py-simpy/distinfo
cad/qcad-manual-cs/DESCR
cad/qcad-manual-cs/Makefile
cad/qcad-manual-cs/PLIST
cad/qcad-manual-cs/distinfo
cad/qcad-manual-de/DESCR
cad/qcad-manual-de/Makefile
cad/qcad-manual-de/PLIST
cad/qcad-manual-de/distinfo
cad/qcad-manual-en/DESCR
cad/qcad-manual-en/Makefile
cad/qcad-manual-en/Makefile.common
cad/qcad-manual-en/PLIST
cad/qcad-manual-en/distinfo
cad/qcad-manual-hu/DESCR
cad/qcad-manual-hu/Makefile
cad/qcad-manual-hu/PLIST
cad/qcad-manual-hu/distinfo
cad/qcad-partlibrary/DESCR
cad/qcad-partlibrary/Makefile
cad/qcad-partlibrary/PLIST
cad/qcad-partlibrary/distinfo
cad/qcad/DESCR
cad/qcad/Makefile
cad/qcad/Makefile.common
cad/qcad/PLIST
cad/qcad/TODO
cad/qcad/distinfo
cad/qcad/patches/patch-aa
cad/qcad/patches/patch-ab
cad/qcad/patches/patch-ac
cad/qcad/patches/patch-ad
cad/qcad/patches/patch-ae
cad/qcad/patches/patch-af
cad/qcad/patches/patch-ag
cad/qcad/patches/patch-ah
cad/qcad/patches/patch-ai
cad/sci-wcalc/DESCR
cad/sci-wcalc/MESSAGE
cad/sci-wcalc/Makefile
cad/sci-wcalc/PLIST
cad/simian-docs/DESCR
cad/simian-docs/Makefile
cad/simian-docs/PLIST
cad/simian-docs/distinfo
cad/simian/DESCR
cad/simian/Makefile
cad/simian/PLIST
cad/simian/distinfo
cad/simian/patches/patch-aa
cad/simian/patches/patch-ab
cad/simian/patches/patch-ac
cad/simian/patches/patch-ad
cad/simian/patches/patch-ae
cad/simian/patches/patch-af
cad/simian/patches/patch-ag
cad/simian/patches/patch-ah
cad/simian/patches/patch-ai
cad/spice/DESCR
cad/spice/Makefile
cad/spice/PLIST
cad/spice/distinfo
cad/spice/files/NetBSD
cad/spice/patches/patch-aa
cad/spice/patches/patch-ab
cad/spice/patches/patch-ac
cad/spice/patches/patch-ad
cad/spice/patches/patch-ae
cad/spice/patches/patch-af
cad/spice/patches/patch-ag
cad/spice/patches/patch-ah
cad/spice/patches/patch-ai
cad/spice/patches/patch-aj
cad/spice/patches/patch-ak
cad/spice/patches/patch-al
cad/spice/patches/patch-am
cad/spice/patches/patch-an
cad/spice/patches/patch-ao
cad/spice/patches/patch-ap
cad/spice/patches/patch-aq
cad/spice/patches/patch-ar
cad/spice/patches/patch-as
cad/spice/patches/patch-at
cad/spice/patches/patch-au
cad/spice/patches/patch-av
cad/spice/patches/patch-aw
cad/spiceprm/DESCR
cad/spiceprm/Makefile
cad/spiceprm/PLIST
cad/spiceprm/distinfo
cad/stdio-wcalc/DESCR
cad/stdio-wcalc/Makefile
cad/stdio-wcalc/PLIST
cad/tkgate/DESCR
cad/tkgate/Makefile
cad/tkgate/PLIST
cad/tkgate/distinfo
cad/tkgate/patches/patch-aa
cad/tkgate/patches/patch-ab
cad/tnt-mmtl/DESCR
cad/tnt-mmtl/Makefile
cad/tnt-mmtl/PLIST
cad/tnt-mmtl/distinfo
cad/tnt-mmtl/patches/patch-aa
cad/tnt-mmtl/patches/patch-ab
cad/tnt-mmtl/patches/patch-ac
cad/tnt-mmtl/patches/patch-ad
cad/tnt-mmtl/patches/patch-ae
cad/tnt-mmtl/patches/patch-af
cad/tnt-mmtl/patches/patch-ag
cad/tnt-mmtl/patches/patch-ah
cad/tnt-mmtl/patches/patch-ai
cad/tnt-mmtl/patches/patch-aj
cad/tnt-mmtl/patches/patch-ak
cad/tnt-mmtl/patches/patch-al
cad/tnt-mmtl/patches/patch-am
cad/transcalc/DESCR
cad/transcalc/Makefile
cad/transcalc/PLIST
cad/transcalc/distinfo
cad/transcalc/patches/patch-aa
cad/verilog-current/DESCR
cad/verilog-current/Makefile
cad/verilog-current/PLIST
cad/verilog-current/buildlink3.mk
cad/verilog-current/distinfo
cad/verilog-current/patches/patch-ad
cad/verilog-mode/DESCR
cad/verilog-mode/MESSAGE
cad/verilog-mode/Makefile
cad/verilog-mode/PLIST
cad/verilog-mode/distinfo
cad/verilog/DESCR
cad/verilog/Makefile
cad/verilog/PLIST
cad/verilog/buildlink3.mk
cad/verilog/distinfo
cad/verilog/patches/patch-aa
cad/verilog/patches/patch-ad
cad/vipec/DESCR
cad/vipec/Makefile
cad/vipec/PLIST
cad/vipec/distinfo
cad/vipec/files/vipec.sh.in
cad/vipec/patches/patch-aa
cad/vipec/patches/patch-ab
cad/vipec/patches/patch-ac
cad/vipec/patches/patch-ad
cad/wcalc-docs/DESCR
cad/wcalc-docs/Makefile
cad/wcalc-docs/PLIST
cad/wcalc/DESCR
cad/wcalc/Makefile
cad/wcalc/Makefile.common
cad/wcalc/distinfo
cad/xchiplogo/DESCR
cad/xchiplogo/Makefile
cad/xchiplogo/PLIST
cad/xchiplogo/distinfo
cad/xchiplogo/patches/patch-aa
cad/xchiplogo/patches/patch-ab
cad/xcircuit/DESCR
cad/xcircuit/Makefile
cad/xcircuit/PLIST
cad/xcircuit/distinfo
cad/xcircuit/patches/patch-aa
cad/xcircuit/patches/patch-ab
cad/xcircuit/patches/patch-ac
chat/Makefile
chat/aim/DESCR
chat/aim/Makefile
chat/aim/distinfo
chat/amsn/DESCR
chat/amsn/Makefile
chat/amsn/PLIST
chat/amsn/distinfo
chat/amsn/patches/patch-configureac
chat/anope/DESCR
chat/anope/Makefile
chat/anope/PLIST
chat/anope/distinfo
chat/anope/files/anope.sh
chat/anope/options.mk
chat/anope/patches/patch-aa
chat/bitchbot/DESCR
chat/bitchbot/Makefile
chat/bitchbot/PLIST
chat/bitchbot/distinfo
chat/bitchbot/patches/patch-aa
chat/bitchbot/patches/patch-ab
chat/bitchx/DESCR
chat/bitchx/Makefile
chat/bitchx/PLIST
chat/bitchx/distinfo
chat/bitchx/patches/patch-aa
chat/bitchx/patches/patch-ab
chat/bitchx/patches/patch-ac
chat/bitchx/patches/patch-ad
chat/bitchx/patches/patch-ae
chat/bitchx/patches/patch-af
chat/bitchx/patches/patch-an
chat/bitchx/patches/patch-ao
chat/bitchx/patches/patch-ap
chat/bitchx/patches/patch-aq
chat/bitchx/patches/patch-ar
chat/bitlbee/DESCR
chat/bitlbee/MESSAGE
chat/bitlbee/Makefile
chat/bitlbee/PLIST
chat/bitlbee/distinfo
chat/bitlbee/patches/patch-aa
chat/bitlbee/patches/patch-ab
chat/bitlbee/patches/patch-ac
chat/bitlbee/patches/patch-ad
chat/bitlbee/patches/patch-ae
chat/blackened/DESCR
chat/blackened/Makefile
chat/blackened/PLIST
chat/blackened/distinfo
chat/blackened/patches/patch-aa
chat/blackened/patches/patch-ab
chat/blackened/patches/patch-ac
chat/bnc/DESCR
chat/bnc/Makefile
chat/bnc/PLIST
chat/bnc/distinfo
chat/bnc/patches/patch-aa
chat/bsflite/DESCR
chat/bsflite/Makefile
chat/bsflite/PLIST
chat/bsflite/distinfo
chat/bsflite/patches/patch-aa
chat/bsflite/patches/patch-ab
chat/centericq/DESCR
chat/centericq/Makefile
chat/centericq/PLIST
chat/centericq/distinfo
chat/centericq/options.mk
chat/centericq/patches/patch-aa
chat/centericq/patches/patch-ab
chat/centericq/patches/patch-ac
chat/centericq/patches/patch-ad
chat/centericq/patches/patch-ae
chat/centericq/patches/patch-af
chat/centericq/patches/patch-ag
chat/centericq/patches/patch-ah
chat/centericq/patches/patch-ai
chat/centericq/patches/patch-aj
chat/centericq/patches/patch-ak
chat/centericq/patches/patch-al
chat/centericq/patches/patch-am
chat/centericq/patches/patch-an
chat/centericq/patches/patch-ao
chat/centericq/patches/patch-ap
chat/centericq/patches/patch-aq
chat/centericq/patches/patch-ar
chat/centericq/patches/patch-as
chat/centericq/patches/patch-at
chat/centericq/patches/patch-au
chat/centericq/patches/patch-av
chat/centericq/patches/patch-aw
chat/centericq/patches/patch-ax
chat/centericq/patches/patch-ay
chat/centericq/patches/patch-az
chat/centerim/DESCR
chat/centerim/Makefile
chat/centerim/PLIST
chat/centerim/distinfo
chat/centerim/options.mk
chat/centerim/patches/patch-aa
chat/centerim/patches/patch-ac
chat/centerim/patches/patch-ad
chat/centerim/patches/patch-al
chat/centerim/patches/patch-am
chat/centerim/patches/patch-an
chat/centerim/patches/patch-ao
chat/centerim/patches/patch-ap
chat/centerim/patches/patch-aq
chat/centerim/patches/patch-ar
chat/centerim/patches/patch-as
chat/centerim/patches/patch-au
chat/centerim/patches/patch-av
chat/centerim/patches/patch-aw
chat/centerim/patches/patch-ax
chat/centerim/patches/patch-ay
chat/centerim/patches/patch-az
chat/centerim/patches/patch-ba
chat/cgiirc/DESCR
chat/cgiirc/MESSAGE
chat/cgiirc/Makefile
chat/cgiirc/PLIST
chat/cgiirc/distinfo
chat/cgiirc/files/cgiirc.conf
chat/climm/DESCR
chat/climm/Makefile
chat/climm/PLIST
chat/climm/distinfo
chat/climm/patches/patch-aa
chat/dccserver/DESCR
chat/dccserver/Makefile
chat/dccserver/PLIST
chat/dccserver/distinfo
chat/dircproxy-devel/DESCR
chat/dircproxy-devel/Makefile
chat/dircproxy-devel/PLIST
chat/dircproxy-devel/distinfo
chat/dircproxy-devel/files/dircproxy.sh
chat/dircproxy-devel/options.mk
chat/dircproxy-devel/patches/patch-aa
chat/dircproxy-devel/patches/patch-ab
chat/dircproxy-devel/patches/patch-ag
chat/dircproxy/DESCR
chat/dircproxy/Makefile
chat/dircproxy/PLIST
chat/dircproxy/distinfo
chat/dircproxy/files/dircproxy.sh
chat/dircproxy/patches/patch-aa
chat/dircproxy/patches/patch-ab
chat/dircproxy/patches/patch-ac
chat/dircproxy/patches/patch-ad
chat/dircproxy/patches/patch-ae
chat/eggdrop/DESCR
chat/eggdrop/MESSAGE
chat/eggdrop/Makefile
chat/eggdrop/PLIST
chat/eggdrop/distinfo
chat/eggdrop/patches/patch-aa
chat/eggdrop/patches/patch-ab
chat/eggdrop/patches/patch-ac
chat/eggdrop/patches/patch-ad
chat/eggdrop/patches/patch-ae
chat/eggdrop/patches/patch-af
chat/eggdrop/patches/patch-ag
chat/eggdrop/patches/patch-ah
chat/eggdrop/patches/patch-ai
chat/eggdrop/patches/patch-ak
chat/eggdrop/patches/patch-al
chat/eggdrop/patches/patch-am
chat/ejabberd/DESCR
chat/ejabberd/MESSAGE
chat/ejabberd/Makefile
chat/ejabberd/PLIST
chat/ejabberd/distinfo
chat/ejabberd/files/ejabberd.sh
chat/ejabberd/patches/patch-aa
chat/ejabberd/patches/patch-ab
chat/ejabberd/patches/patch-ac
chat/ejabberd/patches/patch-ad
chat/ejabberd/patches/patch-ae
chat/ekg/DESCR
chat/ekg/Makefile
chat/ekg/PLIST
chat/ekg/buildlink3.mk
chat/ekg/distinfo
chat/ekg/patches/patch-aa
chat/ekg/patches/patch-ab
chat/ekg/patches/patch-ac
chat/ekg/patches/patch-ad
chat/emech/DESCR
chat/emech/Makefile
chat/emech/PLIST
chat/emech/distinfo
chat/epic4-doc/DESCR
chat/epic4-doc/Makefile
chat/epic4-doc/PLIST
chat/epic4-doc/distinfo
chat/epic4/DESCR
chat/epic4/Makefile
chat/epic4/PLIST
chat/epic4/distinfo
chat/epic4/patches/patch-aa
chat/finch/DESCR
chat/finch/Makefile
chat/finch/PLIST
chat/finch/options.mk
chat/fisg/DESCR
chat/fisg/Makefile
chat/fisg/PLIST
chat/fisg/distinfo
chat/fisg/patches/patch-aa
chat/fugu/DESCR
chat/fugu/Makefile
chat/fugu/PLIST
chat/fugu/distinfo
chat/gale/DESCR
chat/gale/MESSAGE
chat/gale/Makefile
chat/gale/PLIST
chat/gale/buildlink3.mk
chat/gale/distinfo
chat/gale/patches/patch-aa
chat/gale/patches/patch-ac
chat/gg2/DESCR
chat/gg2/Makefile
chat/gg2/PLIST
chat/gg2/distinfo
chat/gg2/patches/patch-aa
chat/gg2/patches/patch-ab
chat/gg2/patches/patch-af
chat/gnomeicu/DESCR
chat/gnomeicu/Makefile
chat/gnomeicu/PLIST
chat/gnomeicu/distinfo
chat/gnomeicu/patches/patch-aa
chat/gnomeicu/patches/patch-ab
chat/gnomeicu/patches/patch-ad
chat/goofey/DESCR
chat/goofey/Makefile
chat/goofey/PLIST
chat/goofey/distinfo
chat/goofey/patches/patch-aa
chat/gossip/DESCR
chat/gossip/Makefile
chat/gossip/PLIST
chat/gossip/distinfo
chat/gtmess/DESCR
chat/gtmess/Makefile
chat/gtmess/PLIST
chat/gtmess/distinfo
chat/gtmess/patches/patch-aa
chat/gtmess/patches/patch-ab
chat/gtmess/patches/patch-ac
chat/i2cb/DESCR
chat/i2cb/Makefile
chat/i2cb/PLIST
chat/i2cb/distinfo
chat/i2cb/patches/patch-aa
chat/i2cb/patches/patch-ab
chat/i2cb/patches/patch-ac
chat/i2cb/patches/patch-ad
chat/i2cb/patches/patch-ae
chat/i2cb/patches/patch-af
chat/i2cb/patches/patch-ag
chat/i2cb/patches/patch-ah
chat/i2cb/patches/patch-ai
chat/i2cb/patches/patch-aj
chat/i2cb/patches/patch-ak
chat/i2cb/patches/patch-al
chat/i2cb/patches/patch-am
chat/i2cb/patches/patch-an
chat/i2cb/patches/patch-ao
chat/i2cb/patches/patch-ap
chat/i2cb/patches/patch-aq
chat/i2cb/patches/patch-ar
chat/i2cb/patches/patch-as
chat/i2cb/patches/patch-at
chat/i2cb/patches/patch-au
chat/i2cb/patches/patch-av
chat/i2cb/patches/patch-aw
chat/i2cb/patches/patch-ax
chat/i2cbd/DESCR
chat/i2cbd/Makefile
chat/i2cbd/PLIST
chat/i2cbd/distinfo
chat/i2cbd/patches/patch-aa
chat/i2cbd/patches/patch-ab
chat/i2cbd/patches/patch-ac
chat/icb/DESCR
chat/icb/Makefile
chat/icb/PLIST
chat/icb/distinfo
chat/icb/files/config
chat/icb/patches/patch-aa
chat/icb/patches/patch-ab
chat/icb/patches/patch-ac
chat/icb/patches/patch-ad
chat/icb/patches/patch-ae
chat/icb/patches/patch-af
chat/icb/patches/patch-ag
chat/icb/patches/patch-ah
chat/icb/patches/patch-ai
chat/icb/patches/patch-aj
chat/icb/patches/patch-ak
chat/icb/patches/patch-al
chat/icb/patches/patch-am
chat/icb/patches/patch-an
chat/icb/patches/patch-ao
chat/icb/patches/patch-ap
chat/icb/patches/patch-aq
chat/icb/patches/patch-ar
chat/icb/patches/patch-as
chat/icb/patches/patch-at
chat/icb/patches/patch-au
chat/icb/patches/patch-av
chat/icb/patches/patch-aw
chat/icb/patches/patch-ax
chat/icb/patches/patch-ay
chat/icb/patches/patch-az
chat/icb/patches/patch-ba
chat/icb/patches/patch-bb
chat/icb/patches/patch-bc
chat/icb/patches/patch-bf
chat/icb/patches/patch-bg
chat/icb/patches/patch-bh
chat/icb/patches/patch-bi
chat/icb/patches/patch-bj
chat/icb/patches/patch-bk
chat/icb/patches/patch-bl
chat/icb/patches/patch-bm
chat/icb/patches/patch-bn
chat/icb/patches/patch-bo
chat/icb/patches/patch-bp
chat/icb/patches/patch-bq
chat/icbirc/DESCR
chat/icbirc/Makefile
chat/icbirc/PLIST
chat/icbirc/distinfo
chat/icbirc/patches/patch-aa
chat/icqlib/DESCR
chat/icqlib/Makefile
chat/icqlib/PLIST
chat/icqlib/distinfo
chat/icqlib/patches/patch-aa
chat/iip/DESCR
chat/iip/Makefile
chat/iip/PLIST
chat/iip/distinfo
chat/iip/patches/patch-aa
chat/inspircd/DESCR
chat/inspircd/Makefile
chat/inspircd/PLIST
chat/inspircd/PLIST.common_end
chat/inspircd/distinfo
chat/inspircd/files/inspircd.sh
chat/inspircd/files/openssl.pc
chat/inspircd/options.mk
chat/inspircd/patches/patch-aa
chat/inspircd/patches/patch-ab
chat/inspircd/patches/patch-ac
chat/ircII/DESCR
chat/ircII/Makefile
chat/ircII/PLIST
chat/ircII/distinfo
chat/ircII/options.mk
chat/ircII/patches/patch-ac
chat/ircII/patches/patch-ad
chat/ircd-hybrid/DESCR
chat/ircd-hybrid/INSTALL
chat/ircd-hybrid/MESSAGE
chat/ircd-hybrid/Makefile
chat/ircd-hybrid/PLIST
chat/ircd-hybrid/distinfo
chat/ircd-hybrid/files/ircd-hybrid.sh
chat/ircd-hybrid/options.mk
chat/ircd-hybrid/patches/patch-aa
chat/ircd-hybrid/patches/patch-ab
chat/ircd-hybrid/patches/patch-ac
chat/ircd-hybrid/patches/patch-ad
chat/ircd-hybrid/patches/patch-ae
chat/irchat-pj/DESCR
chat/irchat-pj/Makefile
chat/irchat-pj/PLIST
chat/irchat-pj/distinfo
chat/irchat-pj/patches/patch-aa
chat/ircservices/DESCR
chat/ircservices/Makefile
chat/ircservices/PLIST
chat/ircservices/PLIST.shared
chat/ircservices/distinfo
chat/ircservices/files/ircservices.sh
chat/ircservices/patches/patch-aa
chat/ircservices/patches/patch-ab
chat/ircservices/patches/patch-ac
chat/ircu/DESCR
chat/ircu/MESSAGE
chat/ircu/Makefile
chat/ircu/PLIST
chat/ircu/distinfo
chat/ircu/files/ircd.sh
chat/ircu/patches/patch-ah
chat/ircu/patches/patch-ai
chat/iroffer/DESCR
chat/iroffer/Makefile
chat/iroffer/PLIST
chat/iroffer/distinfo
chat/iroffer/patches/patch-aa
chat/iroffer/patches/patch-ac
chat/iroffer/patches/patch-ad
chat/irssi-icb/DESCR
chat/irssi-icb/Makefile
chat/irssi-icb/PLIST
chat/irssi-icb/distinfo
chat/irssi-icb/patches/patch-aa
chat/irssi-icb/patches/patch-ab
chat/irssi-icb/patches/patch-ac
chat/irssi/DESCR
chat/irssi/MESSAGE
chat/irssi/Makefile
chat/irssi/Makefile.common
chat/irssi/PLIST
chat/irssi/distinfo
chat/irssi/options.mk
chat/irssi/patches/patch-aa
chat/irssi/patches/patch-ab
chat/irssi/patches/patch-ac
chat/irssi/patches/patch-ae
chat/irssi/patches/patch-af
chat/irssi/patches/patch-ag
chat/jabberd/DESCR
chat/jabberd/Makefile
chat/jabberd/PLIST
chat/jabberd/buildlink3.mk
chat/jabberd/distinfo
chat/jabberd/files/jabberd.sh
chat/jabberd/options.mk
chat/jabberd/patches/patch-aa
chat/jabberd/patches/patch-ab
chat/jabberd/patches/patch-ac
chat/jabberd/patches/patch-ad
chat/jabberd2/DESCR
chat/jabberd2/Makefile
chat/jabberd2/PLIST
chat/jabberd2/distinfo
chat/jabberd2/files/c2s.sh
chat/jabberd2/files/jabberd.sh
chat/jabberd2/files/resolver.sh
chat/jabberd2/files/router.sh
chat/jabberd2/files/s2s.sh
chat/jabberd2/files/sm.sh
chat/jabberd2/options.mk
chat/jabberd2/patches/patch-aa
chat/jabberd2/patches/patch-ab
chat/jabberd2/patches/patch-ac
chat/jabberd2/patches/patch-ad
chat/jabberd2/patches/patch-ae
chat/jabberd2/patches/patch-af
chat/jabberd2/patches/patch-ag
chat/kadu/DESCR
chat/kadu/Makefile
chat/kadu/PLIST
chat/kadu/distinfo
chat/kadu/patches/patch-aa
chat/kadu/patches/patch-ab
chat/kadu/patches/patch-ac
chat/kadu/patches/patch-ad
chat/kadu/patches/patch-ae
chat/kadu/patches/patch-af
chat/kmess/DESCR
chat/kmess/Makefile
chat/kmess/PLIST
chat/kmess/distinfo
chat/kmess/patches/patch-aa
chat/kmess/patches/patch-ab
chat/konversation/DESCR
chat/konversation/Makefile
chat/konversation/PLIST
chat/konversation/distinfo
chat/konversation/patches/patch-ab
chat/konversation/patches/patch-ac
chat/libirc/DESCR
chat/libirc/Makefile
chat/libirc/PLIST
chat/libirc/buildlink3.mk
chat/libirc/distinfo
chat/libirc/patches/patch-ab
chat/libirc/patches/patch-ac
chat/libotr/DESCR
chat/libotr/Makefile
chat/libotr/PLIST
chat/libotr/buildlink3.mk
chat/libotr/distinfo
chat/libpurple/DESCR
chat/libpurple/Makefile
chat/libpurple/Makefile.common
chat/libpurple/PLIST
chat/libpurple/buildlink3.mk
chat/libpurple/distinfo
chat/libpurple/options.mk
chat/libpurple/patches/patch-aa
chat/libpurple/patches/patch-ab
chat/libpurple/patches/patch-ae
chat/libpurple/patches/patch-ag
chat/libtlen/DESCR
chat/libtlen/Makefile
chat/libtlen/PLIST
chat/libtlen/buildlink3.mk
chat/libtlen/distinfo
chat/libtlen/patches/patch-aa
chat/libtlen/patches/patch-ab
chat/licq-core/DESCR
chat/licq-core/Makefile
chat/licq-core/PLIST
chat/licq-core/distinfo
chat/licq-core/patches/patch-aa
chat/licq-core/patches/patch-ad
chat/licq-core/patches/patch-ae
chat/licq-core/patches/patch-af
chat/licq-core/patches/patch-ai
chat/licq-core/patches/patch-ca
chat/licq-core/patches/patch-cb
chat/licq-core/patches/patch-qa
chat/licq-core/patches/patch-qb
chat/licq-gui-console/DESCR
chat/licq-gui-console/Makefile
chat/licq-gui-console/PLIST
chat/licq-gui-qt/DESCR
chat/licq-gui-qt/Makefile
chat/licq-gui-qt/PLIST
chat/loudmouth/DESCR
chat/loudmouth/Makefile
chat/loudmouth/PLIST
chat/loudmouth/buildlink3.mk
chat/loudmouth/distinfo
chat/meanwhile/DESCR
chat/meanwhile/Makefile
chat/meanwhile/PLIST
chat/meanwhile/buildlink3.mk
chat/meanwhile/distinfo
chat/msnre/DESCR
chat/msnre/Makefile
chat/msnre/distinfo
chat/mu-conference/DESCR
chat/mu-conference/Makefile
chat/mu-conference/PLIST
chat/mu-conference/distinfo
chat/mu-conference/files/muc.sh
chat/mu-conference/patches/patch-aa
chat/mu-conference/patches/patch-ab
chat/naim/DESCR
chat/naim/Makefile
chat/naim/PLIST
chat/naim/distinfo
chat/navi2ch/DESCR
chat/navi2ch/MESSAGE
chat/navi2ch/Makefile
chat/navi2ch/PLIST
chat/navi2ch/distinfo
chat/ninja/DESCR
chat/ninja/Makefile
chat/ninja/PLIST
chat/ninja/distinfo
chat/ninja/options.mk
chat/p5-Net-AIM/DESCR
chat/p5-Net-AIM/Makefile
chat/p5-Net-AIM/distinfo
chat/p5-Net-AOLIM/DESCR
chat/p5-Net-AOLIM/Makefile
chat/p5-Net-AOLIM/PLIST
chat/p5-Net-AOLIM/distinfo
chat/p5-Net-Goofey/DESCR
chat/p5-Net-Goofey/Makefile
chat/p5-Net-Goofey/distinfo
chat/p5-Net-ICQ2000/DESCR
chat/p5-Net-ICQ2000/Makefile
chat/p5-Net-ICQ2000/distinfo
chat/p5-Net-Jabber/DESCR
chat/p5-Net-Jabber/Makefile
chat/p5-Net-Jabber/distinfo
chat/p5-POE-Component-IRC/DESCR
chat/p5-POE-Component-IRC/Makefile
chat/p5-POE-Component-IRC/distinfo
chat/p5-POE-Filter-IRCD/DESCR
chat/p5-POE-Filter-IRCD/Makefile
chat/p5-POE-Filter-IRCD/distinfo
chat/pidgin-icb/DESCR
chat/pidgin-icb/Makefile
chat/pidgin-icb/PLIST
chat/pidgin-icb/distinfo
chat/pidgin-otr/DESCR
chat/pidgin-otr/Makefile
chat/pidgin-otr/PLIST
chat/pidgin-otr/distinfo
chat/pidgin-sametime/DESCR
chat/pidgin-sametime/Makefile
chat/pidgin-sametime/PLIST
chat/pidgin-silc/DESCR
chat/pidgin-silc/Makefile
chat/pidgin-silc/PLIST
chat/pidgin-silc/distinfo
chat/pidgin/DESCR
chat/pidgin/Makefile
chat/pidgin/PLIST
chat/pidgin/buildlink3.mk
chat/pidgin/options.mk
chat/pircbot/DESCR
chat/pircbot/Makefile
chat/pircbot/PLIST
chat/pircbot/distinfo
chat/psi/DESCR
chat/psi/Makefile
chat/psi/PLIST
chat/psi/distinfo
chat/quirc/DESCR
chat/quirc/Makefile
chat/quirc/PLIST
chat/quirc/distinfo
chat/quirc/patches/patch-ac
chat/quirc/patches/patch-ad
chat/quirc/patches/patch-ae
chat/quirc/patches/patch-ag
chat/riece/DESCR
chat/riece/Makefile
chat/riece/PLIST
chat/riece/distinfo
chat/roxirc/DESCR
chat/roxirc/Makefile
chat/roxirc/PLIST
chat/roxirc/distinfo
chat/scrollz/DESCR
chat/scrollz/Makefile
chat/scrollz/PLIST
chat/scrollz/distinfo
chat/scrollz/patches/patch-aa
chat/silc-client-icb/DESCR
chat/silc-client-icb/Makefile
chat/silc-client-icb/PLIST
chat/silc-client-icb/distinfo
chat/silc-client-icb/patches/patch-aa
chat/silc-client-icb/patches/patch-ab
chat/silc-client-icb/patches/patch-ac
chat/silc-client-icb/patches/patch-ad
chat/silc-client/DESCR
chat/silc-client/Makefile
chat/silc-client/Makefile.common
chat/silc-client/PLIST
chat/silc-client/PLIST.perl
chat/silc-client/distinfo
chat/silc-client/options.mk
chat/silc-client/patches/patch-aa
chat/silc-client/patches/patch-ab
chat/silc-client/patches/patch-ac
chat/silc-client/patches/patch-ad
chat/silc-server/DEINSTALL
chat/silc-server/DESCR
chat/silc-server/Makefile
chat/silc-server/PLIST
chat/silc-server/distinfo
chat/silc-server/files/motd.txt
chat/silc-server/files/silcd.generic
chat/silc-server/files/silcd.sh
chat/silc-server/options.mk
chat/silc-server/patches/patch-aa
chat/silc-server/patches/patch-ab
chat/sirc/DESCR
chat/sirc/Makefile
chat/sirc/PLIST
chat/sirc/distinfo
chat/sirc/patches/patch-aa
chat/sirc/patches/patch-ab
chat/smirk/DESCR
chat/smirk/Makefile
chat/smirk/PLIST
chat/smirk/distinfo
chat/tik/DESCR
chat/tik/Makefile
chat/tik/PLIST
chat/tik/distinfo
chat/tirc/DESCR
chat/tirc/Makefile
chat/tirc/PLIST
chat/tirc/distinfo
chat/tirc/patches/patch-aa
chat/tirc/patches/patch-ab
chat/tirc/patches/patch-ac
chat/tirc/patches/patch-ad
chat/tirc/patches/patch-ae
chat/tirc/patches/patch-af
chat/tirc/patches/patch-ag
chat/tirc/patches/patch-ah
chat/tirc/patches/patch-ai
chat/tkabber/DESCR
chat/tkabber/Makefile
chat/tkabber/PLIST
chat/tkabber/distinfo
chat/tkabber/files/tkabber.sh
chat/tkicb/DESCR
chat/tkicb/Makefile
chat/tkicb/PLIST
chat/tkicb/distinfo
chat/tkicb/patches/patch-aa
chat/tkicb/patches/patch-ab
chat/tkicb/patches/patch-ac
chat/tkirc/DESCR
chat/tkirc/Makefile
chat/tkirc/PLIST
chat/tkirc/distinfo
chat/tkirc2/DESCR
chat/tkirc2/Makefile
chat/tkirc2/PLIST
chat/tkirc2/distinfo
chat/tzc/DESCR
chat/tzc/Makefile
chat/tzc/PLIST
chat/tzc/distinfo
chat/tzc/patches/patch-aa
chat/tzc/patches/patch-ab
chat/unrealircd/DESCR
chat/unrealircd/MESSAGE
chat/unrealircd/MESSAGE.inet6
chat/unrealircd/Makefile
chat/unrealircd/PLIST
chat/unrealircd/distinfo
chat/unrealircd/files/unrealircd.sh
chat/unrealircd/options.mk
chat/unrealircd/patches/patch-aa
chat/unrealircd/patches/patch-ab
chat/unrealircd/patches/patch-ac
chat/unrealircd/patches/patch-ad
chat/unrealircd/patches/patch-ae
chat/unrealircd/patches/patch-af
chat/vicq/DESCR
chat/vicq/Makefile
chat/vicq/PLIST
chat/vicq/distinfo
chat/vicq/patches/patch-ab
chat/vicq/patches/patch-ac
chat/weechat/DESCR
chat/weechat/Makefile
chat/weechat/PLIST
chat/weechat/distinfo
chat/weechat/options.mk
chat/weechat/patches/patch-aa
chat/xaric/DESCR
chat/xaric/Makefile
chat/xaric/PLIST
chat/xaric/distinfo
chat/xaric/patches/patch-aa
chat/xaric/patches/patch-ab
chat/xchat-perl/DESCR
chat/xchat-perl/Makefile
chat/xchat-perl/PLIST
chat/xchat-python/DESCR
chat/xchat-python/Makefile
chat/xchat-python/PLIST
chat/xchat-systray-integration/DESCR
chat/xchat-systray-integration/MESSAGE
chat/xchat-systray-integration/Makefile
chat/xchat-systray-integration/PLIST
chat/xchat-systray-integration/distinfo
chat/xchat-systray-integration/patches/patch-aa
chat/xchat-systray-integration/patches/patch-ab
chat/xchat-systray-integration/patches/patch-ac
chat/xchat-systray-integration/patches/patch-ad
chat/xchat-systray-integration/patches/patch-ae
chat/xchat-systray-integration/patches/patch-af
chat/xchat-systray-integration/patches/patch-ag
chat/xchat-systray-integration/patches/patch-ah
chat/xchat-systray-integration/patches/patch-ai
chat/xchat-systray-integration/patches/patch-aj
chat/xchat-systray-integration/patches/patch-ak
chat/xchat-systray-integration/patches/patch-al
chat/xchat-systray-integration/patches/patch-am
chat/xchat-systray-integration/patches/patch-an
chat/xchat-systray-integration/patches/patch-ao
chat/xchat-systray-integration/patches/patch-ap
chat/xchat/DESCR
chat/xchat/Makefile
chat/xchat/Makefile.common
chat/xchat/PLIST
chat/xchat/distinfo
chat/xchat/options.mk
chat/xchat/patches/patch-aa
chat/ymessenger/DESCR
chat/ymessenger/Makefile
chat/ymessenger/PLIST
chat/ymessenger/distinfo
chat/ysm/DESCR
chat/ysm/Makefile
chat/ysm/PLIST
chat/ysm/distinfo
chat/ysm/patches/patch-aa
chat/zenicb/DESCR
chat/zenicb/Makefile
chat/zenicb/PLIST
chat/zenicb/distinfo
chat/zenicb/patches/patch-aa
chat/zenicb/patches/patch-ab
chat/zenirc/DESCR
chat/zenirc/Makefile
chat/zenirc/PLIST
chat/zenirc/distinfo
chat/zenirc/patches/patch-aa
chat/zephyr-mode/DESCR
chat/zephyr-mode/Makefile
chat/zephyr-mode/PLIST
chat/zephyr-mode/distinfo
chat/zephyr/DESCR
chat/zephyr/Makefile
chat/zephyr/PLIST
chat/zephyr/buildlink3.mk
chat/zephyr/distinfo
chat/zephyr/files/zhm.sh
chat/zephyr/patches/patch-aa
chat/zephyr/patches/patch-ab
chat/zephyr/patches/patch-ad
chat/zephyr/patches/patch-ae
chat/zephyr/patches/patch-af
chat/zephyr/patches/patch-ag
chat/zephyr/patches/patch-ah
chat/zephyr/patches/patch-ai
chat/zephyr/patches/patch-aj
chat/zephyr/patches/patch-ak
chat/zephyr/patches/patch-al
chat/zephyr/patches/patch-am
chat/zircon/DESCR
chat/zircon/MESSAGE
chat/zircon/Makefile
chat/zircon/PLIST
chat/zircon/distinfo
chat/zircon/patches/patch-aa
comms/Makefile
comms/asterisk-sounds-de-x9media/DESCR
comms/asterisk-sounds-de-x9media/Makefile
comms/asterisk-sounds-de-x9media/PLIST
comms/asterisk-sounds-de-x9media/distinfo
comms/asterisk-sounds-extra/DESCR
comms/asterisk-sounds-extra/Makefile
comms/asterisk-sounds-extra/PLIST
comms/asterisk-sounds-extra/distinfo
comms/asterisk-sounds-extra/patches/patch-aa
comms/asterisk-sounds-extra/patches/patch-ab
comms/asterisk-sounds-native/DESCR
comms/asterisk-sounds-native/Makefile
comms/asterisk-sounds-native/PLIST
comms/asterisk-sounds-native/distinfo
comms/asterisk/DESCR
comms/asterisk/Makefile
comms/asterisk/PLIST.DragonFly
comms/asterisk/PLIST.FreeBSD
comms/asterisk/PLIST.Linux
comms/asterisk/PLIST.NetBSD
comms/asterisk/PLIST.OpenBSD
comms/asterisk/PLIST.common
comms/asterisk/PLIST.common_end
comms/asterisk/distinfo
comms/asterisk/files/asterisk.sh
comms/asterisk/options.mk
comms/asterisk/patches/patch-aa
comms/asterisk/patches/patch-ab
comms/asterisk/patches/patch-ac
comms/asterisk/patches/patch-ad
comms/asterisk/patches/patch-ae
comms/asterisk/patches/patch-af
comms/asterisk/patches/patch-ag
comms/asterisk/patches/patch-ai
comms/asterisk/patches/patch-aj
comms/asterisk/patches/patch-ak
comms/asterisk/patches/patch-al
comms/asterisk/patches/patch-am
comms/asterisk/patches/patch-an
comms/binkd/DESCR
comms/binkd/Makefile
comms/binkd/PLIST
comms/binkd/distinfo
comms/binkd/patches/patch-aa
comms/birda/DESCR
comms/birda/Makefile
comms/birda/PLIST
comms/birda/distinfo
comms/birda/patches/patch-aa
comms/bthfp/DESCR
comms/bthfp/Makefile
comms/bthfp/PLIST
comms/bthfp/distinfo
comms/conserver/DESCR
comms/conserver/Makefile
comms/conserver/PLIST
comms/conserver/distinfo
comms/conserver/files/conserver.sh
comms/conserver/patches/patch-aa
comms/conserver/patches/patch-ab
comms/conserver8/DESCR
comms/conserver8/MESSAGE
comms/conserver8/Makefile
comms/conserver8/PLIST
comms/conserver8/distinfo
comms/conserver8/files/conserver8.sh
comms/conserver8/patches/patch-aa
comms/conserver8/patches/patch-ab
comms/dl-ezkit/DESCR
comms/dl-ezkit/Makefile
comms/dl-ezkit/PLIST
comms/dl-ezkit/distinfo
comms/dl-ezkit/patches/patch-aa
comms/dl-ezkit/patches/patch-ab
comms/dl-ezkit/patches/patch-ac
comms/efax-gtk/DESCR
comms/efax-gtk/Makefile
comms/efax-gtk/PLIST
comms/efax-gtk/distinfo
comms/efax-gtk/patches/patch-aa
comms/efax-gtk/patches/patch-ab
comms/efax-gtk/patches/patch-ac
comms/efax-gtk/patches/patch-af
comms/efax-gtk/patches/patch-ag
comms/efax/DEINSTALL
comms/efax/DESCR
comms/efax/INSTALL
comms/efax/MESSAGE
comms/efax/Makefile
comms/efax/PLIST
comms/efax/distinfo
comms/efax/patches/patch-aa
comms/efax/patches/patch-ab
comms/efax/patches/patch-ac
comms/esms/DESCR
comms/esms/Makefile
comms/esms/PLIST
comms/esms/distinfo
comms/estic/DESCR
comms/estic/Makefile
comms/estic/PLIST
comms/estic/distinfo
comms/estic/patches/patch-aa
comms/estic/patches/patch-ab
comms/estic/patches/patch-ac
comms/estic/patches/patch-ad
comms/estic/patches/patch-ae
comms/estic/patches/patch-af
comms/estic/patches/patch-ag
comms/estic/patches/patch-ah
comms/estic/patches/patch-ai
comms/estic/patches/patch-aj
comms/estic/patches/patch-ak
comms/estic/patches/patch-al
comms/estic/patches/patch-am
comms/estic/patches/patch-an
comms/estic/patches/patch-ao
comms/estic/patches/patch-ap
comms/estic/patches/patch-aq
comms/estic/patches/patch-ar
comms/estic/patches/patch-as
comms/estic/patches/patch-at
comms/estic/patches/patch-au
comms/estic/patches/patch-av
comms/estic/patches/patch-aw
comms/estic/patches/patch-ax
comms/estic/patches/patch-ay
comms/estic/patches/patch-az
comms/estic/patches/patch-ba
comms/fidogate/DESCR
comms/fidogate/Makefile
comms/fidogate/PLIST
comms/fidogate/distinfo
comms/fidogate/patches/patch-aa
comms/fidogate/patches/patch-ab
comms/fidogate/patches/patch-ac
comms/fidogate/patches/patch-ad
comms/fidogate/patches/patch-ae
comms/fidogate/patches/patch-af
comms/fidogate/patches/patch-ag
comms/fidogate/patches/patch-ah
comms/fidogate/patches/patch-ai
comms/fidogate/patches/patch-aj
comms/fidogate/patches/patch-ak
comms/fidogate/patches/patch-al
comms/fidogate/patches/patch-am
comms/fidogate/patches/patch-an
comms/fidogate/patches/patch-ao
comms/fidogate/patches/patch-ap
comms/fidogate/patches/patch-aq
comms/fidogate/patches/patch-ar
comms/fidogate/patches/patch-as
comms/fidogate/patches/patch-at
comms/fidogate/patches/patch-av
comms/fidogate/patches/patch-aw
comms/fidogate/patches/patch-ax
comms/fidogate/patches/patch-ay
comms/fidogate/patches/patch-az
comms/fidogate/patches/patch-ba
comms/fidogate/patches/patch-bb
comms/fidogate/patches/patch-bc
comms/fidogate/patches/patch-bd
comms/fidogate/patches/patch-be
comms/fidogate/patches/patch-bf
comms/gkermit/DESCR
comms/gkermit/Makefile
comms/gkermit/PLIST
comms/gkermit/distinfo
comms/gkermit/patches/patch-aa
comms/gnome-pilot/DESCR
comms/gnome-pilot/Makefile
comms/gnome-pilot/PLIST
comms/gnome-pilot/buildlink3.mk
comms/gnome-pilot/distinfo
comms/gscmxx/DESCR
comms/gscmxx/Makefile
comms/gscmxx/PLIST
comms/gscmxx/distinfo
comms/gscmxx/patches/patch-aa
comms/gsmlib/DESCR
comms/gsmlib/Makefile
comms/gsmlib/PLIST
comms/gsmlib/distinfo
comms/gsmlib/patches/patch-aa
comms/gsmlib/patches/patch-ab
comms/gsmlib/patches/patch-ac
comms/hylafax/DESCR
comms/hylafax/MESSAGE
comms/hylafax/Makefile
comms/hylafax/PLIST
comms/hylafax/distinfo
comms/hylafax/files/hylafax.sh
comms/hylafax/patches/patch-aa
comms/hylafax/patches/patch-ab
comms/hylafax/patches/patch-ac
comms/hylafax/patches/patch-ad
comms/hylafax/patches/patch-ae
comms/hylafax/patches/patch-af
comms/hylafax/patches/patch-ag
comms/hylafax/patches/patch-ah
comms/hylafax/patches/patch-ai
comms/hylafax/patches/patch-al
comms/hylafax/patches/patch-am
comms/hylafax/patches/patch-an
comms/hylafax/patches/patch-ao
comms/hylafax/patches/patch-ap
comms/jpilot-syncmal/DESCR
comms/jpilot-syncmal/Makefile
comms/jpilot-syncmal/PLIST
comms/jpilot-syncmal/distinfo
comms/jpilot-syncmal/patches/patch-aa
comms/jpilot/DESCR
comms/jpilot/Makefile
comms/jpilot/PLIST
comms/jpilot/buildlink3.mk
comms/jpilot/distinfo
comms/jpilot/patches/patch-aa
comms/jpilot/patches/patch-ad
comms/kermit/DESCR
comms/kermit/Makefile
comms/kermit/PLIST
comms/kermit/distinfo
comms/kermit/files/dot.kermrc
comms/kermit/options.mk
comms/kermit/patches/patch-aa
comms/kermit/patches/patch-ab
comms/kermit/patches/patch-ac
comms/kermit/patches/patch-ad
comms/kermit/patches/patch-ae
comms/kermit/patches/patch-af
comms/kermit/patches/patch-ag
comms/kermit/patches/patch-ah
comms/kermit/patches/patch-ai
comms/kermit/patches/patch-aj
comms/kermit/patches/patch-ak
comms/kermit/patches/patch-al
comms/kyopon/DESCR
comms/kyopon/Makefile
comms/kyopon/PLIST
comms/kyopon/distinfo
comms/libmal/DESCR
comms/libmal/Makefile
comms/libmal/PLIST
comms/libmal/buildlink3.mk
comms/libmal/distinfo
comms/libmal/patches/patch-aa
comms/libmal/patches/patch-ab
comms/libmal/patches/patch-ac
comms/libopensync-plugin-evolution2/DESCR
comms/libopensync-plugin-evolution2/Makefile
comms/libopensync-plugin-evolution2/PLIST
comms/libopensync-plugin-evolution2/distinfo
comms/libopensync-plugin-file/DESCR
comms/libopensync-plugin-file/Makefile
comms/libopensync-plugin-file/PLIST
comms/libopensync-plugin-file/distinfo
comms/libopensync-plugin-kdepim/DESCR
comms/libopensync-plugin-kdepim/Makefile
comms/libopensync-plugin-kdepim/PLIST
comms/libopensync-plugin-kdepim/distinfo
comms/libopensync-plugin-syncml/DESCR
comms/libopensync-plugin-syncml/Makefile
comms/libopensync-plugin-syncml/PLIST
comms/libopensync-plugin-syncml/distinfo
comms/libopensync/DESCR
comms/libopensync/Makefile
comms/libopensync/PLIST
comms/libopensync/buildlink3.mk
comms/libopensync/distinfo
comms/libopensync/patches/patch-aa
comms/libopensync/patches/patch-ab
comms/libopensync/patches/patch-ac
comms/libopensync/patches/patch-ad
comms/libsyncml/DESCR
comms/libsyncml/Makefile
comms/libsyncml/PLIST
comms/libsyncml/buildlink3.mk
comms/libsyncml/distinfo
comms/libsyncml/patches/patch-aa
comms/libsyncml/patches/patch-ab
comms/libsyncml/patches/patch-ac
comms/libsyncml/patches/patch-ad
comms/linuxsms/DESCR
comms/linuxsms/Makefile
comms/linuxsms/PLIST
comms/linuxsms/distinfo
comms/linuxsms/patches/patch-aa
comms/lrzsz/DESCR
comms/lrzsz/Makefile
comms/lrzsz/PLIST
comms/lrzsz/distinfo
comms/lrzsz/patches/patch-aa
comms/lrzsz/patches/patch-ab
comms/malsync/DESCR
comms/malsync/Makefile
comms/malsync/PLIST
comms/malsync/distinfo
comms/malsync/files/README_avantgo
comms/malsync/files/README_malsync
comms/malsync/patches/patch-aa
comms/malsync/patches/patch-ab
comms/malsync/patches/patch-ac
comms/malsync/patches/patch-ad
comms/mgetty+sendfax/DESCR
comms/mgetty+sendfax/Makefile
comms/mgetty+sendfax/PLIST
comms/mgetty+sendfax/distinfo
comms/mgetty+sendfax/patches/patch-aa
comms/mgetty+sendfax/patches/patch-ab
comms/mgetty+sendfax/patches/patch-ac
comms/mgetty+sendfax/patches/patch-ad
comms/mgetty+sendfax/patches/patch-ae
comms/mgetty+sendfax/patches/patch-af
comms/mgetty+sendfax/patches/patch-ag
comms/mgetty+sendfax/patches/patch-ah
comms/mgetty+sendfax/patches/patch-ai
comms/mgetty+sendfax/patches/patch-aj
comms/mgetty+sendfax/patches/patch-ak
comms/mgetty+sendfax/patches/patch-al
comms/mgetty+sendfax/patches/patch-am
comms/mgetty+sendfax/patches/patch-ap
comms/mgetty+sendfax/patches/patch-aq
comms/mgetty+sendfax/patches/patch-ar
comms/mgetty+sendfax/patches/patch-as
comms/minicom/DESCR
comms/minicom/MESSAGE
comms/minicom/Makefile
comms/minicom/PLIST
comms/minicom/distinfo
comms/minicom/patches/patch-aa
comms/minicom/patches/patch-ab
comms/minicom/patches/patch-ac
comms/minicom/patches/patch-ad
comms/minicom/patches/patch-ae
comms/minicom/patches/patch-af
comms/minicom/patches/patch-ag
comms/minicom/patches/patch-ah
comms/minicom/patches/patch-ai
comms/modemd/DESCR
comms/modemd/Makefile
comms/modemd/PLIST
comms/modemd/distinfo
comms/modemd/patches/patch-aa
comms/modemd/patches/patch-ab
comms/modemd/patches/patch-ac
comms/modemd/patches/patch-ad
comms/modemd/patches/patch-ae
comms/modemd/patches/patch-af
comms/modemd/patches/patch-ag
comms/modemd/patches/patch-ah
comms/modemd/patches/patch-ai
comms/modemd/patches/patch-aj
comms/modemd/patches/patch-ak
comms/modemd/patches/patch-al
comms/modemd/patches/patch-am
comms/modemd/patches/patch-an
comms/modemd/patches/patch-ao
comms/modemd/patches/patch-ap
comms/modemd/patches/patch-aq
comms/modemd/patches/patch-ar
comms/modemd/patches/patch-as
comms/msynctool/DESCR
comms/msynctool/Makefile
comms/msynctool/PLIST
comms/msynctool/distinfo
comms/obexapp/DESCR
comms/obexapp/Makefile
comms/obexapp/PLIST
comms/obexapp/distinfo
comms/obexapp/files/obexapp.sh
comms/obexapp/patches/patch-ac
comms/obexapp/patches/patch-af
comms/obexftp/DESCR
comms/obexftp/Makefile
comms/obexftp/PLIST
comms/obexftp/buildlink3.mk
comms/obexftp/distinfo
comms/obexftp/patches/patch-aa
comms/obexftp/patches/patch-ab
comms/obexftp/patches/patch-ac
comms/obexftp/patches/patch-ad
comms/obexftp/patches/patch-ae
comms/obexftp/patches/patch-af
comms/obexftp/patches/patch-ag
comms/obexftp/patches/patch-ah
comms/obexftp/patches/patch-ai
comms/obexftp/patches/patch-aj
comms/obexftp/patches/patch-ak
comms/obexftp/patches/patch-al
comms/openobex/DESCR
comms/openobex/Makefile
comms/openobex/PLIST
comms/openobex/buildlink3.mk
comms/openobex/distinfo
comms/openobex/patches/patch-aa
comms/openobex/patches/patch-ab
comms/openobex/patches/patch-ac
comms/openobex/patches/patch-ad
comms/openobex/patches/patch-ae
comms/openobex/patches/patch-af
comms/p5-Asterisk/DESCR
comms/p5-Asterisk/Makefile
comms/p5-Asterisk/PLIST
comms/p5-Asterisk/distinfo
comms/p5-Device-Gsm/DESCR
comms/p5-Device-Gsm/Makefile
comms/p5-Device-Gsm/distinfo
comms/p5-Device-Modem/DESCR
comms/p5-Device-Modem/Makefile
comms/p5-Device-Modem/distinfo
comms/p5-Device-SerialPort/DESCR
comms/p5-Device-SerialPort/Makefile
comms/p5-Device-SerialPort/distinfo
comms/p5-pilot-link/DESCR
comms/p5-pilot-link/Makefile
comms/p5-pilot-link/PLIST
comms/pilot-link-libs/DESCR
comms/pilot-link-libs/Makefile
comms/pilot-link-libs/PLIST
comms/pilot-link-libs/buildlink3.mk
comms/pilot-link/DESCR
comms/pilot-link/Makefile
comms/pilot-link/Makefile.common
comms/pilot-link/PLIST
comms/pilot-link/distinfo
comms/pilot-link/patches/patch-aa
comms/pilot-link/patches/patch-ab
comms/pilotmgr/DESCR
comms/pilotmgr/Makefile
comms/pilotmgr/PLIST
comms/pilotmgr/distinfo
comms/pilotmgr/patches/patch-aa
comms/plp/DESCR
comms/plp/Makefile
comms/plp/PLIST
comms/plp/distinfo
comms/plp/patches/patch-aa
comms/plp/patches/patch-ab
comms/plp/patches/patch-ac
comms/plp/patches/patch-ad
comms/plp/patches/patch-ae
comms/plp/patches/patch-af
comms/plp/patches/patch-ag
comms/plp/patches/patch-ah
comms/plp/patches/patch-ai
comms/plp/patches/patch-aj
comms/plp/patches/patch-ak
comms/plp/patches/patch-al
comms/plp/patches/patch-am
comms/plp/patches/patch-ao
comms/plp/patches/patch-ap
comms/plp/patches/patch-aq
comms/plp/patches/patch-ar
comms/plp/patches/patch-as
comms/plptools/DESCR
comms/plptools/Makefile
comms/plptools/PLIST
comms/plptools/distinfo
comms/plptools/patches/patch-aa
comms/plptools/patches/patch-ab
comms/plptools/patches/patch-ac
comms/plptools/patches/patch-ad
comms/plptools/patches/patch-ae
comms/plptools/patches/patch-af
comms/plptools/patches/patch-ag
comms/plptools/patches/patch-ah
comms/plptools/patches/patch-ai
comms/plptools/patches/patch-aj
comms/plptools/patches/patch-ak
comms/plptools/patches/patch-al
comms/plptools/patches/patch-am
comms/plptools/patches/patch-an
comms/plptools/patches/patch-ao
comms/plptools/patches/patch-aq
comms/plptools/patches/patch-ar
comms/plptools/patches/patch-at
comms/plptools/patches/patch-au
comms/plptools/patches/patch-av
comms/qpage/DESCR
comms/qpage/Makefile
comms/qpage/PLIST
comms/qpage/distinfo
comms/ruby-termios/DESCR
comms/ruby-termios/Makefile
comms/ruby-termios/PLIST
comms/ruby-termios/distinfo
comms/ruby-termios/files/gemspec
comms/scmxx/DESCR
comms/scmxx/Makefile
comms/scmxx/PLIST
comms/scmxx/distinfo
comms/scmxx/patches/patch-aa
comms/snooper/DESCR
comms/snooper/Makefile
comms/snooper/PLIST
comms/snooper/distinfo
comms/snooper/patches/patch-aa
comms/snooper/patches/patch-ab
comms/synce-dccm/DESCR
comms/synce-dccm/Makefile
comms/synce-dccm/PLIST
comms/synce-dccm/distinfo
comms/synce-librapi2/DESCR
comms/synce-librapi2/Makefile
comms/synce-librapi2/PLIST
comms/synce-librapi2/buildlink3.mk
comms/synce-librapi2/distinfo
comms/synce-libsynce/DESCR
comms/synce-libsynce/Makefile
comms/synce-libsynce/PLIST
comms/synce-libsynce/buildlink3.mk
comms/synce-libsynce/distinfo
comms/synce-libsynce/patches/patch-aa
comms/synce-libsynce/patches/patch-ab
comms/synce-rra/DESCR
comms/synce-rra/Makefile
comms/synce-rra/PLIST
comms/synce-rra/distinfo
comms/synce-rra/patches/patch-ad
comms/synce-rra/patches/patch-af
comms/synce-rra/patches/patch-ah
comms/synce-rra/patches/patch-ai
comms/synce-rra/patches/patch-aj
comms/synce-serial/DESCR
comms/synce-serial/Makefile
comms/synce-serial/PLIST
comms/synce-serial/distinfo
comms/tkhylafax/DESCR
comms/tkhylafax/Makefile
comms/tkhylafax/PLIST
comms/tkhylafax/distinfo
comms/tkhylafax/patches/patch-aa
comms/tkhylafax/patches/patch-ab
comms/xisp/DESCR
comms/xisp/MESSAGE
comms/xisp/Makefile
comms/xisp/PLIST
comms/xisp/distinfo
comms/xisp/patches/patch-aa
comms/xisp/patches/patch-ab
comms/xisp/patches/patch-ac
comms/xtel/DESCR
comms/xtel/MESSAGE
comms/xtel/Makefile
comms/xtel/PLIST
comms/xtel/distinfo
comms/xtel/patches/patch-aa
comms/xtel/patches/patch-ab
comms/xtel/patches/patch-ac
comms/xtel/patches/patch-ad
comms/xtel/patches/patch-ae
comms/xtel/patches/patch-af
comms/xtel/patches/patch-ag
comms/xtel/patches/patch-ah
comms/zaptel-netbsd/DESCR
comms/zaptel-netbsd/MESSAGE
comms/zaptel-netbsd/Makefile
comms/zaptel-netbsd/PLIST
comms/zaptel-netbsd/buildlink3.mk
comms/zaptel-netbsd/distinfo
comms/zaptel-netbsd/files/ztcfg.sh
converters/2vcard/DESCR
converters/2vcard/Makefile
converters/2vcard/PLIST
converters/2vcard/distinfo
converters/Makefile
converters/ack/DESCR
converters/ack/Makefile
converters/ack/PLIST
converters/ack/distinfo
converters/ack/patches/patch-aa
converters/autoconvert/DESCR
converters/autoconvert/Makefile
converters/autoconvert/PLIST
converters/autoconvert/distinfo
converters/autoconvert/patches/patch-aa
converters/autoconvert/patches/patch-ab
converters/autoconvert/patches/patch-ac
converters/autoconvert/patches/patch-ad
converters/base64/DESCR
converters/base64/Makefile
converters/base64/PLIST
converters/base64/distinfo
converters/bbcim/DESCR
converters/bbcim/Makefile
converters/bbcim/PLIST
converters/bbcim/distinfo
converters/bbcim/files/bbcim.1
converters/bbcim/patches/patch-aa
converters/bbcim/patches/patch-ab
converters/bbcim/patches/patch-ac
converters/bbcim/patches/patch-ad
converters/bbcim/patches/patch-ae
converters/bbcim/patches/patch-af
converters/bbcim/patches/patch-ag
converters/bib2xml/DESCR
converters/bib2xml/Makefile
converters/bib2xml/PLIST
converters/bib2xml/distinfo
converters/bib2xml/patches/patch-aa
converters/bibtex2html/DESCR
converters/bibtex2html/Makefile
converters/bibtex2html/PLIST
converters/bibtex2html/distinfo
converters/cbmconvert/DESCR
converters/cbmconvert/Makefile
converters/cbmconvert/PLIST
converters/cbmconvert/distinfo
converters/chef/DESCR
converters/chef/Makefile
converters/chef/PLIST
converters/chef/distinfo
converters/cn2jp/DESCR
converters/cn2jp/Makefile
converters/cn2jp/PLIST
converters/cn2jp/distinfo
converters/cn2jp/patches/patch-aa
converters/cn2jp/patches/patch-ab
converters/cn2jp/patches/patch-ac
converters/cn2jp/patches/patch-ad
converters/code2html/DESCR
converters/code2html/Makefile
converters/code2html/PLIST
converters/code2html/distinfo
converters/convmv/DESCR
converters/convmv/Makefile
converters/convmv/PLIST
converters/convmv/distinfo
converters/convmv/patches/patch-aa
converters/doc2html/DESCR
converters/doc2html/MESSAGE
converters/doc2html/Makefile
converters/doc2html/PLIST
converters/doc2html/distinfo
converters/doc2html/patches/patch-aa
converters/doc2html/patches/patch-ab
converters/dvi2tty/DESCR
converters/dvi2tty/Makefile
converters/dvi2tty/PLIST
converters/dvi2tty/distinfo
converters/dvi2tty/patches/patch-aa
converters/enriched2html/DESCR
converters/enriched2html/Makefile
converters/enriched2html/PLIST
converters/enriched2html/distinfo
converters/fondu/DESCR
converters/fondu/Makefile
converters/fondu/PLIST
converters/fondu/distinfo
converters/fribidi/DESCR
converters/fribidi/Makefile
converters/fribidi/PLIST
converters/fribidi/buildlink3.mk
converters/fribidi/distinfo
converters/hztty/DESCR
converters/hztty/Makefile
converters/hztty/PLIST
converters/hztty/distinfo
converters/hztty/patches/patch-aa
converters/hztty/patches/patch-ab
converters/hztty/patches/patch-ac
converters/ish/DESCR
converters/ish/Makefile
converters/ish/PLIST
converters/ish/distinfo
converters/ish/patches/patch-aa
converters/ish/patches/patch-ab
converters/ish/patches/patch-ac
converters/ja-dvi2tty/DESCR
converters/ja-dvi2tty/Makefile
converters/ja-dvi2tty/PLIST
converters/ja-dvi2tty/distinfo
converters/jcode-perl/DESCR
converters/jcode-perl/Makefile
converters/jcode-perl/PLIST
converters/jcode-perl/distinfo
converters/kcc/DESCR
converters/kcc/Makefile
converters/kcc/PLIST
converters/kcc/distinfo
converters/kcc/patches/patch-aa
converters/latex2rtf/DESCR
converters/latex2rtf/Makefile
converters/latex2rtf/PLIST
converters/latex2rtf/distinfo
converters/latex2rtf/patches/patch-aa
converters/libiconv/DESCR
converters/libiconv/Makefile
converters/libiconv/PLIST
converters/libiconv/buildlink3.mk
converters/libiconv/builtin.mk
converters/libiconv/distinfo
converters/libiconv/hacks.mk
converters/libiconv/options.mk
converters/libiconv/patches/patch-aa
converters/libiconv/patches/patch-ab
converters/libiconv/patches/patch-ac
converters/libiconv/patches/patch-ad
converters/libiconv/patches/patch-ae
converters/libiconv/patches/patch-af
converters/libwpd/DESCR
converters/libwpd/Makefile
converters/libwpd/PLIST
converters/libwpd/buildlink3.mk
converters/libwpd/distinfo
converters/libwpd/patches/patch-aa
converters/macfork/DESCR
converters/macfork/Makefile
converters/macfork/PLIST
converters/macfork/distinfo
converters/macfork/patches/patch-aa
converters/macfork/patches/patch-ab
converters/mpack/DESCR
converters/mpack/Makefile
converters/mpack/PLIST
converters/mpack/distinfo
converters/mpack/patches/patch-aa
converters/mpack/patches/patch-ab
converters/mpack/patches/patch-ac
converters/mpack/patches/patch-ad
converters/mpack/patches/patch-ae
converters/mpack/patches/patch-af
converters/nkf/DESCR
converters/nkf/Makefile
converters/nkf/PLIST
converters/nkf/distinfo
converters/odt2txt/DESCR
converters/odt2txt/Makefile
converters/odt2txt/PLIST
converters/odt2txt/distinfo
converters/odt2txt/patches/patch-aa
converters/p5-Convert-BinHex/DESCR
converters/p5-Convert-BinHex/Makefile
converters/p5-Convert-BinHex/distinfo
converters/p5-Convert-TNEF/DESCR
converters/p5-Convert-TNEF/Makefile
converters/p5-Convert-TNEF/distinfo
converters/p5-Convert-UUlib/DESCR
converters/p5-Convert-UUlib/Makefile
converters/p5-Convert-UUlib/distinfo
converters/p5-JSON-Any/DESCR
converters/p5-JSON-Any/Makefile
converters/p5-JSON-Any/distinfo
converters/p5-JSON-Any/patches/patch-aa
converters/p5-JSON-XS/DESCR
converters/p5-JSON-XS/Makefile
converters/p5-JSON-XS/distinfo
converters/p5-JSON/DESCR
converters/p5-JSON/Makefile
converters/p5-JSON/distinfo
converters/p5-Jcode/DESCR
converters/p5-Jcode/Makefile
converters/p5-Jcode/distinfo
converters/p5-MIME-Base32/DESCR
converters/p5-MIME-Base32/Makefile
converters/p5-MIME-Base32/distinfo
converters/p5-MIME-Base64-URLSafe/DESCR
converters/p5-MIME-Base64-URLSafe/Makefile
converters/p5-MIME-Base64-URLSafe/distinfo
converters/p5-MIME-Base64/DESCR
converters/p5-MIME-Base64/Makefile
converters/p5-MIME-Base64/distinfo
converters/p5-MIME-Base64/patches/patch-aa
converters/p5-Text-Iconv/DESCR
converters/p5-Text-Iconv/Makefile
converters/p5-Text-Iconv/distinfo
converters/p5-Unicode-IMAPUtf7/DESCR
converters/p5-Unicode-IMAPUtf7/Makefile
converters/p5-Unicode-IMAPUtf7/distinfo
converters/p5-Unicode-Map8/DESCR
converters/p5-Unicode-Map8/Makefile
converters/p5-Unicode-Map8/distinfo
converters/p5-Unicode-String/DESCR
converters/p5-Unicode-String/Makefile
converters/p5-Unicode-String/distinfo
converters/p5-Unicode-UTF8simple/DESCR
converters/p5-Unicode-UTF8simple/Makefile
converters/p5-Unicode-UTF8simple/distinfo
converters/p5-chkjis/DESCR
converters/p5-chkjis/Makefile
converters/p5-chkjis/PLIST
converters/p5-chkjis/distinfo
converters/p5-nkf/DESCR
converters/p5-nkf/Makefile
converters/p5-nkf/distinfo
converters/php-iconv/DESCR
converters/php-iconv/Makefile
converters/psiconv/DESCR
converters/psiconv/Makefile
converters/psiconv/PLIST
converters/psiconv/buildlink3.mk
converters/psiconv/distinfo
converters/psiconv/patches/patch-aa
converters/psiconv/patches/patch-ab
converters/psiconv/patches/patch-ac
converters/py-cjkcodecs/DESCR
converters/py-cjkcodecs/Makefile
converters/py-cjkcodecs/PLIST
converters/py-cjkcodecs/distinfo
converters/py-jpCodecs/DESCR
converters/py-jpCodecs/Makefile
converters/py-jpCodecs/PLIST
converters/py-jpCodecs/distinfo
converters/py-zhCodecs/DESCR
converters/py-zhCodecs/Makefile
converters/py-zhCodecs/PLIST
converters/py-zhCodecs/distinfo
converters/qkc/DESCR
converters/qkc/Makefile
converters/qkc/PLIST
converters/qkc/distinfo
converters/qkc/patches/patch-aa
converters/recode/DESCR
converters/recode/Makefile
converters/recode/PLIST
converters/recode/buildlink3.mk
converters/recode/distinfo
converters/rpm2cpio/DESCR
converters/rpm2cpio/Makefile
converters/rpm2cpio/PLIST
converters/rpm2cpio/distinfo
converters/rss2html/DESCR
converters/rss2html/Makefile
converters/rss2html/PLIST
converters/rss2html/distinfo
converters/rtf2html/DESCR
converters/rtf2html/Makefile
converters/rtf2html/PLIST
converters/rtf2html/distinfo
converters/ru-d1489/DESCR
converters/ru-d1489/Makefile
converters/ru-d1489/PLIST
converters/ru-d1489/distinfo
converters/ru-d1489/patches/patch-aa
converters/ru-d1489/patches/patch-ab
converters/ruby-romkan/DESCR
converters/ruby-romkan/Makefile
converters/ruby-romkan/PLIST
converters/ruby-romkan/distinfo
converters/ruby-uconv/DESCR
converters/ruby-uconv/Makefile
converters/ruby-uconv/PLIST
converters/ruby-uconv/distinfo
converters/skf/DESCR
converters/skf/Makefile
converters/skf/PLIST
converters/skf/distinfo
converters/skf/patches/patch-aa
converters/smbchartool/DESCR
converters/smbchartool/Makefile
converters/smbchartool/PLIST
converters/smbchartool/distinfo
converters/smbchartool/patches/patch-aa
converters/tex2rtf/DESCR
converters/tex2rtf/Makefile
converters/tex2rtf/PLIST
converters/tex2rtf/distinfo
converters/tex2rtf/files/stringmatch.cpp
converters/tex2rtf/files/stringmatch.h
converters/tex2rtf/patches/patch-aa
converters/tex2rtf/patches/patch-ab
converters/tex2rtf/patches/patch-ac
converters/tex2rtf/patches/patch-ad
converters/tex2rtf/patches/patch-ae
converters/tex2rtf/patches/patch-af
converters/tex2rtf/patches/patch-ag
converters/tex2rtf/patches/patch-ah
converters/tex2rtf/patches/patch-ai
converters/txt2html/DESCR
converters/txt2html/Makefile
converters/txt2html/distinfo
converters/txt2man/DESCR
converters/txt2man/Makefile
converters/txt2man/PLIST
converters/txt2man/distinfo
converters/txt2pdbdoc/DESCR
converters/txt2pdbdoc/Makefile
converters/txt2pdbdoc/PLIST
converters/txt2pdbdoc/distinfo
converters/unix2dos/DESCR
converters/unix2dos/Makefile
converters/unix2dos/PLIST
converters/unix2dos/distinfo
converters/uudeview/DESCR
converters/uudeview/Makefile
converters/uudeview/PLIST
converters/uudeview/distinfo
converters/uudeview/patches/patch-aa
converters/uudeview/patches/patch-ab
converters/uulib/DESCR
converters/uulib/Makefile
converters/uulib/PLIST
converters/uulib/buildlink3.mk
converters/uulib/distinfo
converters/uulib/files/uulib.3
converters/uulib/patches/patch-aa
converters/wv/DESCR
converters/wv/Makefile
converters/wv/PLIST
converters/wv/buildlink3.mk
converters/wv/distinfo
converters/wv/patches/patch-aa
converters/wv2/DESCR
converters/wv2/Makefile
converters/wv2/PLIST
converters/wv2/buildlink3.mk
converters/wv2/distinfo
converters/wv2/patches/patch-aa
converters/xdeview/DESCR
converters/xdeview/Makefile
converters/xdeview/PLIST
converters/xdeview/distinfo
converters/xdeview/patches/patch-aa
converters/xdeview/patches/patch-ab
converters/xdeview/patches/patch-ac
converters/xdeview/patches/patch-ad
converters/xdeview/patches/patch-ae
converters/xlhtml/DESCR
converters/xlhtml/Makefile
converters/xlhtml/PLIST
converters/xlhtml/distinfo
converters/xlreader/DESCR
converters/xlreader/Makefile
converters/xlreader/PLIST
converters/xlreader/distinfo
converters/xlreader/patches/patch-aa
converters/xlreader/patches/patch-ab
converters/yencode/DESCR
converters/yencode/Makefile
converters/yencode/PLIST
converters/yencode/distinfo
cross/COMMON/PLIST-binutils
cross/COMMON/PLIST-egcs
cross/COMMON/PLIST-egcs-cxx
cross/COMMON/PLIST-egcs-cxx-runtime
cross/COMMON/PLIST-egcs-f77
cross/COMMON/PLIST-egcs-f77-runtime
cross/COMMON/PLIST-egcs-objc
cross/COMMON/PLIST-egcs-objc-runtime
cross/COMMON/buwrapper.c
cross/COMMON/cross.mk
cross/COMMON/exclude
cross/COMMON/netbsd.mk
cross/COMMON/patches-binutils/patch-aa
cross/COMMON/patches-egcs/patch-aa
cross/COMMON/patches-egcs/patch-ab
cross/COMMON/patches-egcs/patch-ac
cross/COMMON/patches-egcs/patch-ad
cross/COMMON/patches-egcs/patch-ae
cross/COMMON/patches-egcs/patch-af
cross/COMMON/patches-egcs/patch-ag
cross/COMMON/patches-egcs/patch-ah
cross/COMMON/patches-egcs/patch-ai
cross/COMMON/patches-egcs/patch-aj
cross/COMMON/patches-egcs/patch-ak
cross/COMMON/patches-egcs/patch-sh
cross/COMMON/patches-egcs/patch-st
cross/Makefile
cross/atasm/DESCR
cross/atasm/Makefile
cross/atasm/PLIST
cross/atasm/distinfo
cross/atasm/patches/patch-aa
cross/atasm/patches/patch-ab
cross/avr-binutils/DESCR
cross/avr-binutils/Makefile
cross/avr-binutils/PLIST
cross/avr-binutils/distinfo
cross/avr-binutils/patches/patch-aa
cross/avr-binutils/patches/patch-ab
cross/avr-binutils/patches/patch-ac
cross/avr-binutils/patches/patch-ad
cross/avr-binutils/patches/patch-ae
cross/avr-binutils/patches/patch-af
cross/avr-binutils/patches/patch-ag
cross/avr-binutils/patches/patch-ah
cross/avr-binutils/patches/patch-ai
cross/avr-gcc/DESCR
cross/avr-gcc/Makefile
cross/avr-gcc/PLIST
cross/avr-gcc/distinfo
cross/avr-gcc/patches/patch-16bitassign
cross/avr-gcc/patches/patch-aa
cross/avr-gcc/patches/patch-ab
cross/avr-gcc/patches/patch-ac
cross/avr-gdb/DESCR
cross/avr-gdb/Makefile
cross/avr-gdb/PLIST
cross/avr-gdb/distinfo
cross/avr-gdb/patches/patch-aa
cross/avr-gdb/patches/patch-ab
cross/avr-gdb/patches/patch-ac
cross/avr-libc/DESCR
cross/avr-libc/Makefile
cross/avr-libc/PLIST
cross/avr-libc/distinfo
cross/avr-libc/patches/patch-aa
cross/avr-libc/patches/patch-ab
cross/avrdude/DESCR
cross/avrdude/Makefile
cross/avrdude/PLIST
cross/avrdude/distinfo
cross/avrdude/patches/patch-aa
cross/avrdude/patches/patch-ac
cross/avrdude/patches/patch-ad
cross/avrdude/patches/patch-ae
cross/bfd-crunchide/DESCR
cross/bfd-crunchide/Makefile
cross/bfd-crunchide/PLIST
cross/bfd-crunchide/files/Makefile
cross/bfd-crunchide/files/crunchide.1
cross/bfd-crunchide/files/crunchide.c
cross/bfd-mdsetimage/DESCR
cross/bfd-mdsetimage/Makefile
cross/bfd-mdsetimage/PLIST
cross/bfd-mdsetimage/files/Makefile
cross/bfd-mdsetimage/files/mdsetimage.8
cross/bfd-mdsetimage/files/mdsetimage.c
cross/binutils/DESCR
cross/binutils/Makefile
cross/binutils/PLIST
cross/binutils/buildlink3.mk
cross/binutils/distinfo
cross/binutils/files/cross-env
cross/binutils/patches/patch-aa
cross/binutils/patches/patch-af
cross/dasm/DESCR
cross/dasm/Makefile
cross/dasm/PLIST
cross/dasm/distinfo
cross/dasm/files/Makefile
cross/dasm/patches/patch-aa
cross/dasm/patches/patch-ab
cross/h8300-hms-binutils/DESCR
cross/h8300-hms-binutils/Makefile
cross/h8300-hms-binutils/PLIST
cross/h8300-hms-binutils/distinfo
cross/h8300-hms-gcc/DESCR
cross/h8300-hms-gcc/Makefile
cross/h8300-hms-gcc/PLIST
cross/h8300-hms-gcc/distinfo
cross/i386-cygwin32/DESCR
cross/i386-cygwin32/MESSAGE
cross/i386-cygwin32/Makefile
cross/i386-cygwin32/PLIST
cross/i386-cygwin32/distinfo
cross/i386-cygwin32/files/featuretest.h
cross/i386-cygwin32/files/i386_limits.h
cross/i386-cygwin32/files/limits.h
cross/i386-cygwin32/files/syslimits.h
cross/i386-linux/DESCR
cross/i386-linux/Makefile
cross/i386-linux/PLIST
cross/i386-linux/distinfo
cross/i386-linux/patches/patch-aa
cross/i386-linux/patches/patch-ab
cross/i386-mingw32/DESCR
cross/i386-mingw32/Makefile
cross/i386-mingw32/PLIST
cross/i386-mingw32/distinfo
cross/i386-mingw32/patches/patch-aa
cross/i386-msdosdjgpp/DESCR
cross/i386-msdosdjgpp/Makefile
cross/i386-msdosdjgpp/PLIST
cross/i386-msdosdjgpp/distinfo
cross/i386-msdosdjgpp/patches/patch-aa
cross/i386-msdosdjgpp/patches/patch-ab
cross/i386-msdosdjgpp/patches/patch-ac
cross/i386-netbsdpe/DESCR
cross/i386-netbsdpe/MESSAGE
cross/i386-netbsdpe/Makefile
cross/i386-netbsdpe/PLIST
cross/i386-netbsdpe/distinfo
cross/i386-netbsdpe/patches/binutils-ad
cross/i386-netbsdpe/patches/binutils-ae
cross/i386-netbsdpe/patches/binutils-af
cross/i386-netbsdpe/patches/binutils-ag
cross/i386-netbsdpe/patches/binutils-ah
cross/i386-netbsdpe/patches/binutils-ai
cross/i386-netbsdpe/patches/binutils-aj
cross/i386-netbsdpe/patches/patch-ab
cross/i386-netbsdpe/patches/patch-ad
cross/i386-netbsdpe/patches/patch-ae
cross/i386-netbsdpe/patches/patch-af
cross/i386-netbsdpe/patches/patch-co
cross/i386-netbsdpe/patches/patch-pe
cross/icdprog/DESCR
cross/icdprog/Makefile
cross/icdprog/PLIST
cross/icdprog/distinfo
cross/icdprog/patches/patch-aa
cross/icdprog/patches/patch-ab
cross/mipsEEel-netbsd/DESCR
cross/mipsEEel-netbsd/Makefile
cross/mipsEEel-netbsd/PLIST
cross/mipsEEel-netbsd/distinfo
cross/mipsEEel-netbsd/patches/binutils-aa
cross/mipsEEel-netbsd/patches/binutils-ab
cross/mipsEEel-netbsd/patches/binutils-ac
cross/mipsEEel-netbsd/patches/binutils-ad
cross/mipsEEel-netbsd/patches/binutils-ae
cross/mipsEEel-netbsd/patches/binutils-af
cross/mipsEEel-netbsd/patches/binutils-ag
cross/mipsEEel-netbsd/patches/gcc-aa
cross/mipsEEel-netbsd/patches/gcc-ab
cross/mipsEEel-netbsd/patches/gcc-ac
cross/mipsEEel-netbsd/patches/gcc-ad
cross/mipsEEel-netbsd/patches/gcc-ae
cross/mipsEEel-netbsd/patches/gcc-af
cross/uisp/DESCR
cross/uisp/Makefile
cross/uisp/PLIST
cross/uisp/distinfo
cross/uisp/patches/patch-aa
crosspkgtools/Makefile
crosspkgtools/crosspkg-netbsd1-acorn26/DESCR
crosspkgtools/crosspkg-netbsd1-acorn26/Makefile
crosspkgtools/crosspkg-netbsd1-acorn26/distinfo
crosspkgtools/crosspkg-netbsd1-acorn32/DESCR
crosspkgtools/crosspkg-netbsd1-acorn32/Makefile
crosspkgtools/crosspkg-netbsd1-acorn32/distinfo
crosspkgtools/crosspkg-netbsd1-cats/DESCR
crosspkgtools/crosspkg-netbsd1-cats/Makefile
crosspkgtools/crosspkg-netbsd1-cats/distinfo
crosspkgtools/crosspkg-netbsd1-evbarm/DESCR
crosspkgtools/crosspkg-netbsd1-evbarm/Makefile
crosspkgtools/crosspkg-netbsd1-evbarm/distinfo
crosspkgtools/crosspkg-netbsd1-hpcarm/DESCR
crosspkgtools/crosspkg-netbsd1-hpcarm/Makefile
crosspkgtools/crosspkg-netbsd1-hpcarm/distinfo
crosspkgtools/crosspkg-netbsd1-netwinder/DESCR
crosspkgtools/crosspkg-netbsd1-netwinder/Makefile
crosspkgtools/crosspkg-netbsd1-netwinder/distinfo
crosspkgtools/crosspkg-netbsd1-shark/DESCR
crosspkgtools/crosspkg-netbsd1-shark/Makefile
crosspkgtools/crosspkg-netbsd1-shark/distinfo
crosspkgtools/kwacross-netbsd1-arm/DESCR
crosspkgtools/kwacross-netbsd1-arm/Makefile
crosspkgtools/kwacross-netbsd1-arm/PLIST
crosspkgtools/kwacross-netbsd1-arm/distinfo
crosspkgtools/kwacross-netbsd1-arm/patches/patch-aa
crosspkgtools/kwacross-netbsd1-arm/patches/patch-ab
crosspkgtools/kwacross-netbsd1-arm/patches/patch-ac
databases/Makefile
databases/abook/DESCR
databases/abook/Makefile
databases/abook/PLIST
databases/abook/distinfo
databases/adodb/DESCR
databases/adodb/Makefile
databases/adodb/PLIST
databases/adodb/distinfo
databases/bdb-xml/DESCR
databases/bdb-xml/Makefile
databases/bdb-xml/PLIST
databases/bdb-xml/buildlink3.mk
databases/bdb-xml/distinfo
databases/bdb-xml/patches/patch-aa
databases/bdb-xml/patches/patch-ab
databases/bdb-xml/patches/patch-ac
databases/bdb-xml/patches/patch-ad
databases/cdb/DESCR
databases/cdb/Makefile
databases/cdb/PLIST
databases/cdb/distinfo
databases/cdb/patches/patch-aa
databases/cstore/DESCR
databases/cstore/MESSAGE
databases/cstore/Makefile
databases/cstore/PLIST
databases/cstore/distinfo
databases/cstore/patches/patch-aa
databases/cstore/patches/patch-ab
databases/cstore/patches/patch-ac
databases/cstore/patches/patch-ad
databases/cstore/patches/patch-ae
databases/cstore/patches/patch-af
databases/cstore/patches/patch-ag
databases/cstore/patches/patch-ah
databases/cstore/patches/patch-ai
databases/cstore/patches/patch-aj
databases/cstore/patches/patch-ak
databases/cstore/patches/patch-al
databases/cstore/patches/patch-ao
databases/cstore/patches/patch-ap
databases/cstore/patches/patch-aq
databases/db/DESCR
databases/db/Makefile
databases/db/PLIST
databases/db/buildlink3.mk
databases/db/distinfo
databases/db/patches/patch-aa
databases/db/patches/patch-ab
databases/db/patches/patch-ac
databases/db3/DESCR
databases/db3/Makefile
databases/db3/PLIST
databases/db3/buildlink3.mk
databases/db3/distinfo
databases/db3/patches/patch-aa
databases/db3/patches/patch-ab
databases/db3/patches/patch-ac
databases/db3/patches/patch-ad
databases/db3/patches/patch-ae
databases/db4/DESCR
databases/db4/Makefile
databases/db4/PLIST
databases/db4/buildlink3.mk
databases/db4/distinfo
databases/db4/hacks.mk
databases/db4/patches/patch-aa
databases/db4/patches/patch-ab
databases/db4/patches/patch-ac
databases/dbh/DESCR
databases/dbh/Makefile
databases/dbh/PLIST
databases/dbh/buildlink3.mk
databases/dbh/distinfo
databases/dbh/patches/patch-aa
databases/edb/DESCR
databases/edb/Makefile
databases/edb/PLIST
databases/edb/buildlink3.mk
databases/edb/distinfo
databases/edb/patches/patch-aa
databases/freetds/DESCR
databases/freetds/Makefile
databases/freetds/PLIST
databases/freetds/buildlink3.mk
databases/freetds/distinfo
databases/freetds/options.mk
databases/freetds/patches/patch-ac
databases/freetds/patches/patch-ad
databases/gdbm/DESCR
databases/gdbm/Makefile
databases/gdbm/PLIST
databases/gdbm/buildlink3.mk
databases/gdbm/distinfo
databases/gdbm/patches/patch-ab
databases/gdbm_primitive/DESCR
databases/gdbm_primitive/Makefile
databases/gdbm_primitive/PLIST
databases/gdbm_primitive/distinfo
databases/gdbm_primitive/patches/patch-aa
databases/geneweb/DESCR
databases/geneweb/Makefile
databases/geneweb/PLIST
databases/geneweb/distinfo
databases/geneweb/files/geneweb.sh
databases/geneweb/patches/patch-aa
databases/geneweb/patches/patch-ab
databases/geneweb/patches/patch-ac
databases/gnats/DESCR
databases/gnats/MESSAGE
databases/gnats/Makefile
databases/gnats/PLIST
databases/gnats/distinfo
databases/gnats/patches/patch-aa
databases/gnats/patches/patch-ab
databases/gnats/patches/patch-ac
databases/gnats/patches/patch-ad
databases/gnats/patches/patch-ae
databases/gnome-mime-data/DESCR
databases/gnome-mime-data/Makefile
databases/gnome-mime-data/PLIST
databases/gnome-mime-data/buildlink3.mk
databases/gnome-mime-data/distinfo
databases/gnome-mime-data/patches/patch-aa
databases/gourmet/DESCR
databases/gourmet/Makefile
databases/gourmet/PLIST
databases/gourmet/distinfo
databases/gourmet/patches/patch-aa
databases/gq/DESCR
databases/gq/Makefile
databases/gq/PLIST
databases/gq/distinfo
databases/gq/patches/patch-aa
databases/gq/patches/patch-ab
databases/gq/patches/patch-ac
databases/gq/patches/patch-ad
databases/gq/patches/patch-an
databases/gramps/DESCR
databases/gramps/MESSAGE
databases/gramps/Makefile
databases/gramps/PLIST
databases/gramps/distinfo
databases/gramps/patches/patch-aa
databases/gramps2/DESCR
databases/gramps2/MESSAGE
databases/gramps2/Makefile
databases/gramps2/PLIST
databases/gramps2/distinfo
databases/gramps2/patches/patch-ab
databases/gramps2/patches/patch-ad
databases/gramps2/patches/patch-ae
databases/gramps2/patches/patch-af
databases/gramps2/patches/patch-ag
databases/gramps2/patches/patch-ah
databases/gramps2/patches/patch-ai
databases/gramps2/patches/patch-aj
databases/gtksql/DESCR
databases/gtksql/Makefile
databases/gtksql/PLIST
databases/gtksql/distinfo
databases/gtksql/patches/patch-aa
databases/gtksql/patches/patch-ab
databases/guile-pg/DESCR
databases/guile-pg/Makefile
databases/guile-pg/PLIST
databases/guile-pg/distinfo
databases/iodbc/DESCR
databases/iodbc/Makefile
databases/iodbc/PLIST
databases/iodbc/buildlink3.mk
databases/iodbc/distinfo
databases/iodbc/patches/patch-aa
databases/iodbc/patches/patch-ac
databases/ipa_sdb/DESCR
databases/ipa_sdb/Makefile
databases/ipa_sdb/PLIST
databases/ipa_sdb/distinfo
databases/ipa_sdb/options.mk
databases/java-db3/DESCR
databases/java-db3/Makefile
databases/java-db3/PLIST
databases/java-qdbm/DESCR
databases/java-qdbm/Makefile
databases/java-qdbm/PLIST
databases/jdb/DESCR
databases/jdb/Makefile
databases/jdb/PLIST
databases/jdb/distinfo
databases/jdbc-postgresql81/DESCR
databases/jdbc-postgresql81/Makefile
databases/jdbc-postgresql81/PLIST
databases/jdbc-postgresql81/distinfo
databases/jdbc-postgresql82/DESCR
databases/jdbc-postgresql82/Makefile
databases/jdbc-postgresql82/PLIST
databases/jdbc-postgresql82/distinfo
databases/kmysqladmin/DESCR
databases/kmysqladmin/Makefile
databases/kmysqladmin/PLIST
databases/kmysqladmin/distinfo
databases/kmysqladmin/patches/patch-af
databases/krecipes/DESCR
databases/krecipes/Makefile
databases/krecipes/PLIST
databases/krecipes/distinfo
databases/krecipes/patches/patch-aa
databases/lbdb/DESCR
databases/lbdb/Makefile
databases/lbdb/PLIST
databases/lbdb/distinfo
databases/lbdb/options.mk
databases/lbdb/patches/patch-aa
databases/lbdb/patches/patch-ab
databases/ldapvi/DESCR
databases/ldapvi/Makefile
databases/ldapvi/PLIST
databases/ldapvi/distinfo
databases/ldapvi/options.mk
databases/libgda-mysql/DESCR
databases/libgda-mysql/Makefile
databases/libgda-mysql/PLIST
databases/libgda-postgres/DESCR
databases/libgda-postgres/Makefile
databases/libgda-postgres/PLIST
databases/libgda/DESCR
databases/libgda/Makefile
databases/libgda/Makefile.common
databases/libgda/PLIST
databases/libgda/buildlink3.mk
databases/libgda/distinfo
databases/libgda/options.mk
databases/libgda/patches/patch-ab
databases/libgda/patches/patch-ad
databases/libgda/patches/patch-ak
databases/libgda/patches/patch-al
databases/libgnomedb/DESCR
databases/libgnomedb/Makefile
databases/libgnomedb/PLIST
databases/libgnomedb/buildlink3.mk
databases/libgnomedb/distinfo
databases/libpqxx-doc/DESCR
databases/libpqxx-doc/Makefile
databases/libpqxx-doc/PLIST
databases/libpqxx/DESCR
databases/libpqxx/Makefile
databases/libpqxx/Makefile.common
databases/libpqxx/PLIST
databases/libpqxx/buildlink3.mk
databases/libpqxx/distinfo
databases/libpqxx/patches/patch-aa
databases/libpqxx/patches/patch-ab
databases/lua-sqlite/DESCR
databases/lua-sqlite/MESSAGE
databases/lua-sqlite/Makefile
databases/lua-sqlite/PLIST
databases/lua-sqlite/distinfo
databases/luma/DESCR
databases/luma/Makefile
databases/luma/PLIST
databases/luma/distinfo
databases/luma/patches/patch-aa
databases/mergeant/DESCR
databases/mergeant/Makefile
databases/mergeant/PLIST
databases/mergeant/distinfo
databases/metakit-lib/DESCR
databases/metakit-lib/Makefile
databases/metakit-lib/PLIST
databases/metakit-lib/buildlink3.mk
databases/metakit-lib/distinfo
databases/metakit-lib/patches/patch-ab
databases/myodbc/DESCR
databases/myodbc/Makefile
databases/myodbc/PLIST
databases/myodbc/distinfo
databases/myodbc/options.mk
databases/myodbc/patches/patch-aa
databases/myodbc/patches/patch-ab
databases/mysql4-client/DESCR
databases/mysql4-client/MESSAGE
databases/mysql4-client/Makefile
databases/mysql4-client/Makefile.common
databases/mysql4-client/PLIST
databases/mysql4-client/buildlink3.mk
databases/mysql4-client/distinfo
databases/mysql4-client/options.mk
databases/mysql4-client/patches/patch-aa
databases/mysql4-client/patches/patch-ab
databases/mysql4-client/patches/patch-af
databases/mysql4-client/patches/patch-av
databases/mysql4-client/patches/patch-aw
databases/mysql4-client/patches/patch-ax
databases/mysql4-client/patches/patch-ay
databases/mysql4-client/patches/patch-ba
databases/mysql4-client/patches/patch-bb
databases/mysql4-client/patches/patch-bc
databases/mysql4-client/patches/patch-bd
databases/mysql4-client/patches/patch-be
databases/mysql4-client/patches/patch-bf
databases/mysql4-server/DEINSTALL
databases/mysql4-server/DESCR
databases/mysql4-server/MESSAGE
databases/mysql4-server/Makefile
databases/mysql4-server/PLIST
databases/mysql4-server/distinfo
databases/mysql4-server/files/mysqld.sh
databases/mysql4-server/patches/patch-aa
databases/mysql4-server/patches/patch-ab
databases/mysql4-server/patches/patch-ac
databases/mysql4-server/patches/patch-ad
databases/mysql4-server/patches/patch-ae
databases/mysql4-server/patches/patch-af
databases/mysql4-server/patches/patch-al
databases/mysql4-server/patches/patch-am
databases/mysql4-server/patches/patch-aq
databases/mysql4-server/patches/patch-ar
databases/mysql4-server/patches/patch-as
databases/mysql4-server/patches/patch-aw
databases/mysql4-server/patches/patch-ax
databases/mysql4-server/patches/patch-bd
databases/mysql4-server/patches/patch-be
databases/mysql4-server/patches/patch-bf
databases/mysql4-server/patches/patch-bg
databases/mysql5-client/DESCR
databases/mysql5-client/MESSAGE
databases/mysql5-client/Makefile
databases/mysql5-client/Makefile.common
databases/mysql5-client/PLIST
databases/mysql5-client/buildlink3.mk
databases/mysql5-client/distinfo
databases/mysql5-client/options.mk
databases/mysql5-client/patches/patch-aa
databases/mysql5-client/patches/patch-ab
databases/mysql5-client/patches/patch-ad
databases/mysql5-client/patches/patch-ae
databases/mysql5-client/patches/patch-af
databases/mysql5-client/patches/patch-ag
databases/mysql5-client/patches/patch-ah
databases/mysql5-client/patches/patch-ai
databases/mysql5-client/patches/patch-aj
databases/mysql5-client/patches/patch-ak
databases/mysql5-client/patches/patch-al
databases/mysql5-client/patches/patch-am
databases/mysql5-client/patches/patch-an
databases/mysql5-client/patches/patch-ao
databases/mysql5-client/patches/patch-ap
databases/mysql5-client/patches/patch-aq
databases/mysql5-client/patches/patch-ar
databases/mysql5-client/patches/patch-as
databases/mysql5-client/patches/patch-at
databases/mysql5-client/patches/patch-bf
databases/mysql5-client/patches/patch-bh
databases/mysql5-server/DEINSTALL
databases/mysql5-server/DESCR
databases/mysql5-server/MESSAGE
databases/mysql5-server/Makefile
databases/mysql5-server/PLIST
databases/mysql5-server/distinfo
databases/mysql5-server/files/mysqld.sh
databases/mysql5-server/patches/patch-aa
databases/mysql5-server/patches/patch-ab
databases/mysql5-server/patches/patch-ad
databases/mysql5-server/patches/patch-ae
databases/mysql5-server/patches/patch-af
databases/mysql5-server/patches/patch-ag
databases/mysql5-server/patches/patch-ah
databases/mysql5-server/patches/patch-ai
databases/mysql5-server/patches/patch-aj
databases/mysql5-server/patches/patch-ak
databases/mysql5-server/patches/patch-al
databases/mysql5-server/patches/patch-am
databases/mysql5-server/patches/patch-an
databases/mysql5-server/patches/patch-bf
databases/mysql5-server/patches/patch-ca
databases/mysql5-server/patches/patch-cb
databases/mysql5-server/patches/patch-cc
databases/mysqlcc/DESCR
databases/mysqlcc/Makefile
databases/mysqlcc/PLIST
databases/mysqlcc/distinfo
databases/mysqlcc/patches/patch-aa
databases/mysqlcc/patches/patch-ab
databases/mysqlcc/patches/patch-ac
databases/mysqlcc/patches/patch-ad
databases/mytop/DESCR
databases/mytop/Makefile
databases/mytop/distinfo
databases/nss_ldap/DEINSTALL
databases/nss_ldap/DESCR
databases/nss_ldap/INSTALL
databases/nss_ldap/Makefile
databases/nss_ldap/PLIST
databases/nss_ldap/distinfo
databases/nss_ldap/files/netbsd.c
databases/nss_ldap/files/netbsd.h
databases/nss_ldap/patches/patch-ab
databases/nss_ldap/patches/patch-af
databases/nss_ldap/patches/patch-ag
databases/ocaml-mysql/DESCR
databases/ocaml-mysql/Makefile
databases/ocaml-mysql/PLIST
databases/ocaml-mysql/distinfo
databases/ocaml-mysql/patches/patch-aa
databases/ocaml-mysql/patches/patch-ab
databases/odbc-postgresql/DESCR
databases/odbc-postgresql/MESSAGE
databases/odbc-postgresql/Makefile
databases/odbc-postgresql/Makefile.common
databases/odbc-postgresql/PLIST
databases/odbc-postgresql/distinfo
databases/odbc-postgresql/patches/patch-aa
databases/odbc-postgresql/patches/patch-ab
databases/odbc-postgresql/patches/patch-ac
databases/openldap-client/DESCR
databases/openldap-client/Makefile
databases/openldap-client/PLIST
databases/openldap-client/buildlink3.mk
databases/openldap-client/options.mk
databases/openldap-doc/DESCR
databases/openldap-doc/Makefile
databases/openldap-doc/PLIST
databases/openldap-server/DESCR
databases/openldap-server/MESSAGE
databases/openldap-server/Makefile
databases/openldap-server/PLIST
databases/openldap-server/options.mk
databases/openldap/DESCR
databases/openldap/Makefile
databases/openldap/Makefile.common
databases/openldap/distinfo
databases/openldap/files/slapd.sh
databases/openldap/patches/patch-ac
databases/openldap/patches/patch-ad
databases/openldap/patches/patch-af
databases/openldap/patches/patch-ag
databases/openldap/patches/patch-ah
databases/openldap/patches/patch-aj
databases/openldap/patches/patch-am
databases/openldap/patches/patch-an
databases/openldap/patches/patch-ao
databases/openldap/patches/patch-ba
databases/openldap/patches/patch-bb
databases/openldap/patches/patch-bd
databases/openldap/patches/patch-be
databases/openldap/patches/patch-bf
databases/openldap/patches/patch-bh
databases/oraedit/DESCR
databases/oraedit/Makefile
databases/oraedit/PLIST
databases/oraedit/distinfo
databases/p5-AddressBook/DESCR
databases/p5-AddressBook/Makefile
databases/p5-AddressBook/PLIST
databases/p5-AddressBook/distinfo
databases/p5-AddressBook/patches/patch-aa
databases/p5-Apache-DBI/DESCR
databases/p5-Apache-DBI/Makefile
databases/p5-Apache-DBI/distinfo
databases/p5-BerkeleyDB/DESCR
databases/p5-BerkeleyDB/Makefile
databases/p5-BerkeleyDB/distinfo
databases/p5-Class-DBI-AbstractSearch/DESCR
databases/p5-Class-DBI-AbstractSearch/Makefile
databases/p5-Class-DBI-AbstractSearch/distinfo
databases/p5-Class-DBI-Pg/DESCR
databases/p5-Class-DBI-Pg/Makefile
databases/p5-Class-DBI-Pg/distinfo
databases/p5-Class-DBI/DESCR
databases/p5-Class-DBI/Makefile
databases/p5-Class-DBI/distinfo
databases/p5-DBD-CSV/DESCR
databases/p5-DBD-CSV/Makefile
databases/p5-DBD-CSV/distinfo
databases/p5-DBD-Google/DESCR
databases/p5-DBD-Google/Makefile
databases/p5-DBD-Google/distinfo
databases/p5-DBD-Oracle/DESCR
databases/p5-DBD-Oracle/Makefile
databases/p5-DBD-Oracle/distinfo
databases/p5-DBD-PgPP/DESCR
databases/p5-DBD-PgPP/Makefile
databases/p5-DBD-PgPP/distinfo
databases/p5-DBD-SQLite/DESCR
databases/p5-DBD-SQLite/Makefile
databases/p5-DBD-SQLite/distinfo
databases/p5-DBD-SQLite2/DESCR
databases/p5-DBD-SQLite2/Makefile
databases/p5-DBD-SQLite2/distinfo
databases/p5-DBD-Sybase/DESCR
databases/p5-DBD-Sybase/Makefile
databases/p5-DBD-Sybase/distinfo
databases/p5-DBD-Sybase/patches/patch-aa
databases/p5-DBD-Sybase/patches/patch-ab
databases/p5-DBD-XBase/DESCR
databases/p5-DBD-XBase/Makefile
databases/p5-DBD-XBase/distinfo
databases/p5-DBD-mysql/DESCR
databases/p5-DBD-mysql/Makefile
databases/p5-DBD-mysql/distinfo
databases/p5-DBD-postgresql/DESCR
databases/p5-DBD-postgresql/Makefile
databases/p5-DBD-postgresql/distinfo
databases/p5-DBI-Shell/DESCR
databases/p5-DBI-Shell/Makefile
databases/p5-DBI-Shell/distinfo
databases/p5-DBI/DESCR
databases/p5-DBI/Makefile
databases/p5-DBI/buildlink3.mk
databases/p5-DBI/distinfo
databases/p5-DBIWrapper/DESCR
databases/p5-DBIWrapper/Makefile
databases/p5-DBIWrapper/distinfo
databases/p5-DBIx-Abstract/DESCR
databases/p5-DBIx-Abstract/Makefile
databases/p5-DBIx-Abstract/distinfo
databases/p5-DBIx-ContextualFetch/DESCR
databases/p5-DBIx-ContextualFetch/Makefile
databases/p5-DBIx-ContextualFetch/distinfo
databases/p5-DBIx-DBSchema/DESCR
databases/p5-DBIx-DBSchema/Makefile
databases/p5-DBIx-DBSchema/distinfo
databases/p5-DBIx-Datasource/DESCR
databases/p5-DBIx-Datasource/Makefile
databases/p5-DBIx-Datasource/distinfo
databases/p5-DBIx-Schema/DESCR
databases/p5-DBIx-Schema/Makefile
databases/p5-DBIx-Schema/distinfo
databases/p5-DBIx-SearchBuilder/DESCR
databases/p5-DBIx-SearchBuilder/Makefile
databases/p5-DBIx-SearchBuilder/distinfo
databases/p5-DB_File-Lock/DESCR
databases/p5-DB_File-Lock/Makefile
databases/p5-DB_File-Lock/distinfo
databases/p5-DB_File/DESCR
databases/p5-DB_File/Makefile
databases/p5-DB_File/distinfo
databases/p5-DB_File/patches/patch-aa
databases/p5-Data-Table/DESCR
databases/p5-Data-Table/Makefile
databases/p5-Data-Table/distinfo
databases/p5-Ima-DBI/DESCR
databases/p5-Ima-DBI/Makefile
databases/p5-Ima-DBI/distinfo
databases/p5-MARC/DESCR
databases/p5-MARC/Makefile
databases/p5-MARC/distinfo
databases/p5-MLDBM-Sync/DESCR
databases/p5-MLDBM-Sync/Makefile
databases/p5-MLDBM-Sync/distinfo
databases/p5-MLDBM/DESCR
databases/p5-MLDBM/Makefile
databases/p5-MLDBM/distinfo
databases/p5-Net-MySQL/DESCR
databases/p5-Net-MySQL/Makefile
databases/p5-Net-MySQL/distinfo
databases/p5-Palm/DESCR
databases/p5-Palm/Makefile
databases/p5-Palm/distinfo
databases/p5-Rose-DB-Object/DESCR
databases/p5-Rose-DB-Object/Makefile
databases/p5-Rose-DB-Object/distinfo
databases/p5-Rose-DB/DESCR
databases/p5-Rose-DB/Makefile
databases/p5-Rose-DB/distinfo
databases/p5-SQL-Abstract/DESCR
databases/p5-SQL-Abstract/Makefile
databases/p5-SQL-Abstract/distinfo
databases/p5-SQL-ReservedWords/DESCR
databases/p5-SQL-ReservedWords/Makefile
databases/p5-SQL-ReservedWords/distinfo
databases/p5-SQL-Statement/DESCR
databases/p5-SQL-Statement/Makefile
databases/p5-SQL-Statement/distinfo
databases/p5-SQL-Statement/patches/patch-aa
databases/p5-gdbm/DESCR
databases/p5-gdbm/Makefile
databases/p5-gdbm/distinfo
databases/p5-perl-ldap/DESCR
databases/p5-perl-ldap/Makefile
databases/p5-perl-ldap/distinfo
databases/p5-postgresql/DESCR
databases/p5-postgresql/Makefile
databases/p5-postgresql/distinfo
databases/p5-postgresql/patches/patch-aa
databases/p5-qdbm/DESCR
databases/p5-qdbm/Makefile
databases/p5-qdbm/PLIST
databases/p5-sybperl/DESCR
databases/p5-sybperl/Makefile
databases/p5-sybperl/distinfo
databases/p5-sybperl/patches/patch-aa
databases/palm-db-tools/DESCR
databases/palm-db-tools/Makefile
databases/palm-db-tools/PLIST
databases/palm-db-tools/distinfo
databases/palm-db-tools/patches/patch-aa
databases/palm-db-tools/patches/patch-ab
databases/palm-db-tools/patches/patch-ac
databases/palm-db-tools/patches/patch-ad
databases/palm-db-tools/patches/patch-ae
databases/pear-DB/DESCR
databases/pear-DB/Makefile
databases/pear-DB/distinfo
databases/pgpool/DESCR
databases/pgpool/Makefile
databases/pgpool/PLIST
databases/pgpool/distinfo
databases/pgpool/patches/patch-aa
databases/pgtcl/DESCR
databases/pgtcl/Makefile
databases/pgtcl/PLIST
databases/pgtcl/distinfo
databases/pgtcl/patches/patch-aa
databases/pgtcl/patches/patch-ab
databases/pgtclng/DESCR
databases/pgtclng/Makefile
databases/pgtclng/PLIST
databases/pgtclng/distinfo
databases/pgtclng/patches/patch-ab
databases/php-dba/DESCR
databases/php-dba/Makefile
databases/php-dba/options.mk
databases/php-dbase/DESCR
databases/php-dbase/Makefile
databases/php-dbx/DESCR
databases/php-dbx/Makefile
databases/php-dbx/distinfo
databases/php-filepro/DESCR
databases/php-filepro/Makefile
databases/php-ldap/DESCR
databases/php-ldap/Makefile
databases/php-mssql/DESCR
databases/php-mssql/Makefile
databases/php-mysql/DESCR
databases/php-mysql/Makefile
databases/php-oci8/DESCR
databases/php-oci8/Makefile
databases/php-odbc/DESCR
databases/php-odbc/Makefile
databases/php-oracle/DESCR
databases/php-oracle/Makefile
databases/php-pdo/DESCR
databases/php-pdo/Makefile
databases/php-pdo/PLIST.pdo
databases/php-pdo/buildlink3.mk
databases/php-pdo/distinfo
databases/php-pdo/module.mk
databases/php-pdo/patches/patch-aa
databases/php-pdo_dblib/DESCR
databases/php-pdo_dblib/Makefile
databases/php-pdo_dblib/distinfo
databases/php-pdo_mysql/DESCR
databases/php-pdo_mysql/Makefile
databases/php-pdo_mysql/distinfo
databases/php-pdo_odbc/DESCR
databases/php-pdo_odbc/Makefile
databases/php-pdo_odbc/distinfo
databases/php-pdo_pgsql/DESCR
databases/php-pdo_pgsql/Makefile
databases/php-pdo_pgsql/distinfo
databases/php-pdo_sqlite/DESCR
databases/php-pdo_sqlite/Makefile
databases/php-pdo_sqlite/distinfo
databases/php-pgsql/DESCR
databases/php-pgsql/Makefile
databases/php-sqlite/DESCR
databases/php-sqlite/Makefile
databases/php-sqlite/distinfo
databases/php-sqlite/patches/patch-aa
databases/php5-mysqli/DESCR
databases/php5-mysqli/Makefile
databases/phpldapadmin/DESCR
databases/phpldapadmin/MESSAGE
databases/phpldapadmin/Makefile
databases/phpldapadmin/PLIST
databases/phpldapadmin/distinfo
databases/phpldapadmin/files/phpldapadmin.conf
databases/phpmyadmin/DEINSTALL
databases/phpmyadmin/DESCR
databases/phpmyadmin/INSTALL
databases/phpmyadmin/MESSAGE
databases/phpmyadmin/Makefile
databases/phpmyadmin/PLIST
databases/phpmyadmin/distinfo
databases/phpmyadmin/files/phpmyadmin.conf
databases/phppgadmin/DESCR
databases/phppgadmin/MESSAGE
databases/phppgadmin/Makefile
databases/phppgadmin/PLIST
databases/phppgadmin/distinfo
databases/phppgadmin/files/apache.conf-dist
databases/postgresql81-client/DESCR
databases/postgresql81-client/Makefile
databases/postgresql81-client/PLIST
databases/postgresql81-client/buildlink3.mk
databases/postgresql81-plperl/DESCR
databases/postgresql81-plperl/MESSAGE
databases/postgresql81-plperl/Makefile
databases/postgresql81-plperl/PLIST
databases/postgresql81-plpython/DESCR
databases/postgresql81-plpython/MESSAGE
databases/postgresql81-plpython/Makefile
databases/postgresql81-plpython/PLIST
databases/postgresql81-pltcl/DESCR
databases/postgresql81-pltcl/MESSAGE
databases/postgresql81-pltcl/Makefile
databases/postgresql81-pltcl/PLIST
databases/postgresql81-server/DEINSTALL
databases/postgresql81-server/DESCR
databases/postgresql81-server/MESSAGE
databases/postgresql81-server/Makefile
databases/postgresql81-server/PLIST
databases/postgresql81-server/files/pgsql.sh
databases/postgresql81-tsearch2/DESCR
databases/postgresql81-tsearch2/Makefile
databases/postgresql81-tsearch2/PLIST
databases/postgresql81/DESCR
databases/postgresql81/Makefile
databases/postgresql81/Makefile.common
databases/postgresql81/Makefile.mirrors
databases/postgresql81/distinfo
databases/postgresql81/files/GNUmakefile.libpq
databases/postgresql81/files/Makefile.custom
databases/postgresql81/files/Makefile.libtool
databases/postgresql81/files/dynloader-ltdl.h
databases/postgresql81/options.mk
databases/postgresql81/patches/patch-aa
databases/postgresql81/patches/patch-ab
databases/postgresql81/patches/patch-ac
databases/postgresql81/patches/patch-ad
databases/postgresql81/patches/patch-ae
databases/postgresql81/patches/patch-af
databases/postgresql81/patches/patch-ag
databases/postgresql81/patches/patch-ah
databases/postgresql81/patches/patch-ai
databases/postgresql81/patches/patch-aj
databases/postgresql81/patches/patch-ak
databases/postgresql81/patches/patch-al
databases/postgresql81/patches/patch-am
databases/postgresql82-adminpack/DESCR
databases/postgresql82-adminpack/Makefile
databases/postgresql82-adminpack/PLIST
databases/postgresql82-client/DESCR
databases/postgresql82-client/Makefile
databases/postgresql82-client/PLIST
databases/postgresql82-client/buildlink3.mk
databases/postgresql82-plperl/DESCR
databases/postgresql82-plperl/MESSAGE
databases/postgresql82-plperl/Makefile
databases/postgresql82-plperl/PLIST
databases/postgresql82-plpython/DESCR
databases/postgresql82-plpython/MESSAGE
databases/postgresql82-plpython/Makefile
databases/postgresql82-plpython/PLIST
databases/postgresql82-pltcl/DESCR
databases/postgresql82-pltcl/MESSAGE
databases/postgresql82-pltcl/Makefile
databases/postgresql82-pltcl/PLIST
databases/postgresql82-server/DEINSTALL
databases/postgresql82-server/DESCR
databases/postgresql82-server/MESSAGE
databases/postgresql82-server/Makefile
databases/postgresql82-server/PLIST
databases/postgresql82-server/files/pgsql.sh
databases/postgresql82-tsearch2/DESCR
databases/postgresql82-tsearch2/Makefile
databases/postgresql82-tsearch2/PLIST
databases/postgresql82/DESCR
databases/postgresql82/Makefile
databases/postgresql82/Makefile.common
databases/postgresql82/Makefile.mirrors
databases/postgresql82/distinfo
databases/postgresql82/files/GNUmakefile.libpq
databases/postgresql82/files/Makefile.custom
databases/postgresql82/files/Makefile.libtool
databases/postgresql82/files/dynloader-ltdl.h
databases/postgresql82/options.mk
databases/postgresql82/patches/patch-aa
databases/postgresql82/patches/patch-ab
databases/postgresql82/patches/patch-ac
databases/postgresql82/patches/patch-ad
databases/postgresql82/patches/patch-ae
databases/postgresql82/patches/patch-af
databases/postgresql82/patches/patch-ag
databases/postgresql82/patches/patch-ah
databases/postgresql82/patches/patch-ai
databases/postgresql82/patches/patch-aj
databases/postgresql82/patches/patch-ak
databases/postgresql82/patches/patch-al
databases/postgresql82/patches/patch-am
databases/postgresql82/patches/patch-an
databases/postgresql83-adminpack/DESCR
databases/postgresql83-adminpack/Makefile
databases/postgresql83-adminpack/PLIST
databases/postgresql83-client/DESCR
databases/postgresql83-client/Makefile
databases/postgresql83-client/PLIST
databases/postgresql83-client/buildlink3.mk
databases/postgresql83-plperl/DESCR
databases/postgresql83-plperl/MESSAGE
databases/postgresql83-plperl/Makefile
databases/postgresql83-plperl/PLIST
databases/postgresql83-plpython/DESCR
databases/postgresql83-plpython/MESSAGE
databases/postgresql83-plpython/Makefile
databases/postgresql83-plpython/PLIST
databases/postgresql83-pltcl/DESCR
databases/postgresql83-pltcl/MESSAGE
databases/postgresql83-pltcl/Makefile
databases/postgresql83-pltcl/PLIST
databases/postgresql83-server/DEINSTALL
databases/postgresql83-server/DESCR
databases/postgresql83-server/MESSAGE
databases/postgresql83-server/Makefile
databases/postgresql83-server/PLIST
databases/postgresql83-server/files/pgsql.sh
databases/postgresql83/DESCR
databases/postgresql83/Makefile
databases/postgresql83/Makefile.common
databases/postgresql83/Makefile.mirrors
databases/postgresql83/PLIST
databases/postgresql83/distinfo
databases/postgresql83/files/GNUmakefile.libpq
databases/postgresql83/files/Makefile.custom
databases/postgresql83/files/Makefile.libtool
databases/postgresql83/files/dynloader-ltdl.h
databases/postgresql83/options.mk
databases/postgresql83/patches/patch-aa
databases/postgresql83/patches/patch-ab
databases/postgresql83/patches/patch-ac
databases/postgresql83/patches/patch-ad
databases/postgresql83/patches/patch-ae
databases/postgresql83/patches/patch-af
databases/postgresql83/patches/patch-ag
databases/postgresql83/patches/patch-ah
databases/postgresql83/patches/patch-ai
databases/postgresql83/patches/patch-aj
databases/postgresql83/patches/patch-an
databases/pxtools/DESCR
databases/pxtools/Makefile
databases/pxtools/PLIST
databases/pxtools/distinfo
databases/py-IndexedCatalog/DESCR
databases/py-IndexedCatalog/Makefile
databases/py-IndexedCatalog/PLIST
databases/py-IndexedCatalog/distinfo
databases/py-PgSQL/DESCR
databases/py-PgSQL/Makefile
databases/py-PgSQL/PLIST
databases/py-PgSQL/distinfo
databases/py-PgSQL/patches/patch-aa
databases/py-PgSQL/patches/patch-ab
databases/py-ZODB/DESCR
databases/py-ZODB/MESSAGE
databases/py-ZODB/Makefile
databases/py-ZODB/PLIST
databases/py-ZODB/buildlink3.mk
databases/py-ZODB/distinfo
databases/py-bdb-xml/DESCR
databases/py-bdb-xml/Makefile
databases/py-bdb-xml/PLIST
databases/py-bdb-xml/distinfo
databases/py-bdb-xml/patches/patch-aa
databases/py-bsddb3/DESCR
databases/py-bsddb3/Makefile
databases/py-bsddb3/PLIST
databases/py-bsddb3/buildlink3.mk
databases/py-bsddb3/distinfo
databases/py-bsddb3/patches/patch-aa
databases/py-gdbm/DESCR
databases/py-gdbm/Makefile
databases/py-gdbm/PLIST
databases/py-gdbm/files/Setup.in
databases/py-gdbm/files/setup.py
databases/py-ldap/DESCR
databases/py-ldap/Makefile
databases/py-ldap/PLIST
databases/py-ldap/buildlink3.mk
databases/py-ldap/distinfo
databases/py-ldap/options.mk
databases/py-ldap/patches/patch-aa
databases/py-metakit/DESCR
databases/py-metakit/Makefile
databases/py-metakit/PLIST
databases/py-metakit/buildlink3.mk
databases/py-metakit/patches/patch-aa
databases/py-metakit/patches/patch-ab
databases/py-mssql/DESCR
databases/py-mssql/Makefile
databases/py-mssql/PLIST
databases/py-mssql/distinfo
databases/py-mysqldb/DESCR
databases/py-mysqldb/Makefile
databases/py-mysqldb/PLIST
databases/py-mysqldb/distinfo
databases/py-mysqldb/files/Setup.in
databases/py-mysqldb/patches/patch-aa
databases/py-mysqldb/patches/patch-ab
databases/py-pgnotify/DESCR
databases/py-pgnotify/Makefile
databases/py-pgnotify/PLIST
databases/py-pgnotify/distinfo
databases/py-postgresql/DESCR
databases/py-postgresql/Makefile
databases/py-postgresql/PLIST
databases/py-postgresql/distinfo
databases/py-psycopg/DESCR
databases/py-psycopg/Makefile
databases/py-psycopg/PLIST
databases/py-psycopg/buildlink3.mk
databases/py-psycopg/distinfo
databases/py-psycopg/patches/patch-aa
databases/py-psycopg2/DESCR
databases/py-psycopg2/Makefile
databases/py-psycopg2/PLIST
databases/py-psycopg2/buildlink3.mk
databases/py-psycopg2/distinfo
databases/py-psycopg2/patches/patch-aa
databases/py-sqlite/DESCR
databases/py-sqlite/Makefile
databases/py-sqlite/PLIST
databases/py-sqlite/distinfo
databases/py-sqlite2/DESCR
databases/py-sqlite2/Makefile
databases/py-sqlite2/PLIST
databases/py-sqlite2/buildlink3.mk
databases/py-sqlite2/distinfo
databases/py-sqlite2/patches/patch-aa
databases/py-sybase/DESCR
databases/py-sybase/Makefile
databases/py-sybase/PLIST
databases/py-sybase/distinfo
databases/py-sybase/patches/patch-aa
databases/py-table/DESCR
databases/py-table/MESSAGE
databases/py-table/Makefile
databases/py-table/PLIST
databases/py-table/distinfo
databases/qdbm-cgi/DESCR
databases/qdbm-cgi/Makefile
databases/qdbm-cgi/PLIST
databases/qdbm-plus/DESCR
databases/qdbm-plus/Makefile
databases/qdbm-plus/PLIST
databases/qdbm/DESCR
databases/qdbm/Makefile
databases/qdbm/Makefile.common
databases/qdbm/PLIST
databases/qdbm/buildlink3.mk
databases/qdbm/distinfo
databases/qdbm/patches/patch-aa
databases/qdbm/patches/patch-ab
databases/qdbm/patches/patch-ac
databases/qdbm/patches/patch-ad
databases/qdbm/patches/patch-ae
databases/qdbm/patches/patch-af
databases/qdbm/patches/patch-ag
databases/quicklist/DESCR
databases/quicklist/Makefile
databases/quicklist/PLIST
databases/quicklist/distinfo
databases/quicklist/patches/patch-aa
databases/quicklist/patches/patch-ab
databases/rdb/DESCR
databases/rdb/Makefile
databases/rdb/PLIST
databases/rdb/distinfo
databases/rdb/patches/patch-aa
databases/rrdtool/DESCR
databases/rrdtool/Makefile
databases/rrdtool/PLIST
databases/rrdtool/buildlink3.mk
databases/rrdtool/distinfo
databases/rrdtool/patches/patch-al
databases/rrdtool/patches/patch-as
databases/rrdtool/patches/patch-av
databases/rrdtool/patches/patch-aw
databases/rrdtool/patches/patch-ay
databases/ruby-DBD-mysql/DESCR
databases/ruby-DBD-mysql/Makefile
databases/ruby-DBD-mysql/PLIST
databases/ruby-DBD-postgresql/DESCR
databases/ruby-DBD-postgresql/Makefile
databases/ruby-DBD-postgresql/PLIST
databases/ruby-DBD-sqlite/DESCR
databases/ruby-DBD-sqlite/Makefile
databases/ruby-DBD-sqlite/PLIST
databases/ruby-DBI/DESCR
databases/ruby-DBI/Makefile
databases/ruby-DBI/Makefile.common
databases/ruby-DBI/PLIST
databases/ruby-DBI/distinfo
databases/ruby-activerecord-odbc/DESCR
databases/ruby-activerecord-odbc/Makefile
databases/ruby-activerecord-odbc/PLIST
databases/ruby-activerecord-odbc/distinfo
databases/ruby-activerecord/DESCR
databases/ruby-activerecord/Makefile
databases/ruby-activerecord/PLIST
databases/ruby-activerecord/distinfo
databases/ruby-acts-as-versioned/DESCR
databases/ruby-acts-as-versioned/Makefile
databases/ruby-acts-as-versioned/PLIST
databases/ruby-acts-as-versioned/distinfo
databases/ruby-datamapper/DESCR
databases/ruby-datamapper/Makefile
databases/ruby-datamapper/PLIST
databases/ruby-datamapper/distinfo
databases/ruby-datamapper/patches/patch-aa
databases/ruby-gdbm/DESCR
databases/ruby-gdbm/MESSAGE
databases/ruby-gdbm/Makefile
databases/ruby-gdbm/PLIST
databases/ruby-mysql/DESCR
databases/ruby-mysql/Makefile
databases/ruby-mysql/PLIST
databases/ruby-mysql/distinfo
databases/ruby-mysql/patches/patch-aa
databases/ruby-mysql/patches/patch-ab
databases/ruby-odbc/DESCR
databases/ruby-odbc/Makefile
databases/ruby-odbc/PLIST
databases/ruby-odbc/distinfo
databases/ruby-odbc/files/gemspec
databases/ruby-odbc/options.mk
databases/ruby-postgres-pr/DESCR
databases/ruby-postgres-pr/Makefile
databases/ruby-postgres-pr/PLIST
databases/ruby-postgres-pr/distinfo
databases/ruby-postgresql/DESCR
databases/ruby-postgresql/Makefile
databases/ruby-postgresql/PLIST
databases/ruby-postgresql/distinfo
databases/ruby-qdbm/DESCR
databases/ruby-qdbm/Makefile
databases/ruby-qdbm/PLIST
databases/ruby-sequel-core/DESCR
databases/ruby-sequel-core/Makefile
databases/ruby-sequel-core/PLIST
databases/ruby-sequel-core/distinfo
databases/ruby-sequel/DESCR
databases/ruby-sequel/Makefile
databases/ruby-sequel/PLIST
databases/ruby-sequel/distinfo
databases/ruby-sequel/patches/patch-aa
databases/ruby-sequel/patches/patch-ab
databases/ruby-sqlite3/DESCR
databases/ruby-sqlite3/Makefile
databases/ruby-sqlite3/PLIST
databases/ruby-sqlite3/distinfo
databases/ruby-vapor/DESCR
databases/ruby-vapor/Makefile
databases/ruby-vapor/PLIST
databases/ruby-vapor/distinfo
databases/sdbm/DESCR
databases/sdbm/Makefile
databases/sdbm/PLIST
databases/sdbm/buildlink3.mk
databases/sdbm/distinfo
databases/sdbm/patches/patch-aa
databases/sdbm/patches/patch-ab
databases/sdbm/patches/patch-ac
databases/sdbm/patches/patch-ad
databases/sdbm/patches/patch-ae
databases/sdbm/patches/patch-af
databases/sdbm/patches/patch-ag
databases/shared-mime-info/DEINSTALL
databases/shared-mime-info/DESCR
databases/shared-mime-info/INSTALL
databases/shared-mime-info/Makefile
databases/shared-mime-info/PLIST
databases/shared-mime-info/buildlink3.mk
databases/shared-mime-info/distinfo
databases/shared-mime-info/files/install.tmpl
databases/shared-mime-info/mimedb.mk
databases/shared-mime-info/patches/patch-aa
databases/shared-mime-info/patches/patch-ab
databases/shared-mime-info/patches/patch-ac
databases/slony1/DESCR
databases/slony1/Makefile
databases/slony1/PLIST
databases/slony1/distinfo
databases/slony1/patches/patch-aa
databases/slony1/patches/patch-ab
databases/sqlite/DESCR
databases/sqlite/Makefile
databases/sqlite/PLIST
databases/sqlite/buildlink3.mk
databases/sqlite/distinfo
databases/sqlite/patches/patch-aa
databases/sqlite/patches/patch-ab
databases/sqlite3-tcl/DESCR
databases/sqlite3-tcl/Makefile
databases/sqlite3-tcl/PLIST
databases/sqlite3/DESCR
databases/sqlite3/Makefile
databases/sqlite3/Makefile.common
databases/sqlite3/PLIST
databases/sqlite3/buildlink3.mk
databases/sqlite3/distinfo
databases/sqlite3/patches/patch-aa
databases/sqlitemanager/DESCR
databases/sqlitemanager/Makefile
databases/sqlitemanager/PLIST
databases/sqlitemanager/distinfo
databases/sqlrelay/DESCR
databases/sqlrelay/Makefile
databases/sqlrelay/PLIST
databases/sqlrelay/distinfo
databases/sqlrelay/options.mk
databases/sqlrelay/patches/patch-aa
databases/sqlrelay/patches/patch-ab
databases/sqlrelay/patches/patch-ac
databases/sqsh-motif/Makefile
databases/sqsh-x11/Makefile
databases/sqsh/DESCR
databases/sqsh/Makefile
databases/sqsh/PLIST
databases/sqsh/distinfo
databases/sqsh/options.mk
databases/sqsh/patches/patch-aa
databases/sqsh/patches/patch-ab
databases/sqsh/patches/patch-ac
databases/sqsh/patches/patch-ad
databases/sqsh/patches/patch-ae
databases/sqsh/patches/patch-af
databases/sqsh/patches/patch-ag
databases/sqsh/patches/patch-ah
databases/sqsh/patches/patch-ai
databases/sqsh/patches/patch-aj
databases/sqsh/patches/patch-ak
databases/sqsh/patches/patch-al
databases/tcl-fbsql/DESCR
databases/tcl-fbsql/Makefile
databases/tcl-fbsql/PLIST
databases/tcl-fbsql/distinfo
databases/tcl-fbsql/files/Makefile
databases/tcl-gdbm/DESCR
databases/tcl-gdbm/Makefile
databases/tcl-gdbm/PLIST
databases/tcl-gdbm/distinfo
databases/tcl-gdbm/patches/patch-aa
databases/tcl-gdbm/patches/patch-ab
databases/tdb/DESCR
databases/tdb/Makefile
databases/tdb/PLIST
databases/tdb/buildlink3.mk
databases/tdb/distinfo
databases/tdb/patches/patch-aa
databases/tdb/patches/patch-ab
databases/tdb/patches/patch-ac
databases/tinycdb/DESCR
databases/tinycdb/Makefile
databases/tinycdb/PLIST
databases/tinycdb/buildlink3.mk
databases/tinycdb/distinfo
databases/tinycdb/patches/patch-aa
databases/unixodbc-DataManager/DESCR
databases/unixodbc-DataManager/Makefile
databases/unixodbc-DataManager/PLIST
databases/unixodbc-DataManager/distinfo
databases/unixodbc-DataManager/patches/patch-aa
databases/unixodbc-ODBCConfig/DESCR
databases/unixodbc-ODBCConfig/Makefile
databases/unixodbc-ODBCConfig/PLIST
databases/unixodbc-ODBCConfig/distinfo
databases/unixodbc-ODBCConfig/patches/patch-aa
databases/unixodbc/DESCR
databases/unixodbc/Makefile
databases/unixodbc/Makefile.common
databases/unixodbc/PLIST
databases/unixodbc/buildlink3.mk
databases/unixodbc/distinfo
databases/unixodbc/files/odbcinst.ini.in
databases/unixodbc/patches/patch-aa
databases/xsqlmenu/DESCR
databases/xsqlmenu/Makefile
databases/xsqlmenu/PLIST
databases/xsqlmenu/distinfo
databases/xsqlmenu/patches/patch-aa
databases/yap2lc/DESCR
databases/yap2lc/Makefile
databases/yap2lc/PLIST
databases/yap2lc/distinfo
databases/yap2lc/patches/patch-aa
databases/yasql/DESCR
databases/yasql/Makefile
databases/yasql/PLIST
databases/yasql/distinfo
devel/ArX/DESCR
devel/ArX/Makefile
devel/ArX/PLIST
devel/ArX/distinfo
devel/ArX/patches/patch-aa
devel/ArX/patches/patch-ab
devel/ArX/patches/patch-ac
devel/ArX/patches/patch-ad
devel/ArX/patches/patch-ae
devel/ExmanIDE/DESCR
devel/ExmanIDE/Makefile
devel/ExmanIDE/PLIST
devel/ExmanIDE/distinfo
devel/GConf-ui/DESCR
devel/GConf-ui/Makefile
devel/GConf-ui/PLIST
devel/GConf-ui/buildlink3.mk
devel/GConf/DESCR
devel/GConf/Makefile
devel/GConf/Makefile.common
devel/GConf/PLIST
devel/GConf/buildlink3.mk
devel/GConf/distinfo
devel/GConf/files/deinstall.tmpl
devel/GConf/files/install.tmpl
devel/GConf/patches/patch-ab
devel/GConf/patches/patch-ac
devel/GConf/patches/patch-ad
devel/GConf/schemas.mk
devel/Gorm/DESCR
devel/Gorm/Makefile
devel/Gorm/PLIST
devel/Gorm/distinfo
devel/Makefile
devel/ObjectiveLib/DESCR
devel/ObjectiveLib/Makefile
devel/ObjectiveLib/PLIST
devel/ObjectiveLib/distinfo
devel/ProjectCenter/DESCR
devel/ProjectCenter/Makefile
devel/ProjectCenter/PLIST
devel/ProjectCenter/distinfo
devel/RTFM/DESCR
devel/RTFM/MESSAGE
devel/RTFM/Makefile
devel/RTFM/PLIST
devel/RTFM/distinfo
devel/RTx-RightsMatrix/DESCR
devel/RTx-RightsMatrix/Makefile
devel/RTx-RightsMatrix/PLIST
devel/RTx-RightsMatrix/distinfo
devel/RTx-RightsMatrix/patches/patch-aa
devel/RTx-Shredder/DESCR
devel/RTx-Shredder/Makefile
devel/RTx-Shredder/PLIST
devel/RTx-Shredder/distinfo
devel/RTx-Shredder/patches/patch-aa
devel/Renaissance/DESCR
devel/Renaissance/Makefile
devel/Renaissance/PLIST
devel/Renaissance/buildlink3.mk
devel/Renaissance/distinfo
devel/SDL-intro-en/DESCR
devel/SDL-intro-en/Makefile
devel/SDL-intro-en/PLIST
devel/SDL-intro-en/distinfo
devel/SDL-intro-ko/DESCR
devel/SDL-intro-ko/Makefile
devel/SDL-intro-ko/PLIST
devel/SDL-intro-ko/distinfo
devel/SDL/DESCR
devel/SDL/Makefile
devel/SDL/PLIST
devel/SDL/buildlink3.mk
devel/SDL/distinfo
devel/SDL/options.mk
devel/SDL/patches/patch-aa
devel/SDL_Pango/DESCR
devel/SDL_Pango/Makefile
devel/SDL_Pango/PLIST
devel/SDL_Pango/buildlink3.mk
devel/SDL_Pango/distinfo
devel/SDL_gfx/DESCR
devel/SDL_gfx/Makefile
devel/SDL_gfx/PLIST
devel/SDL_gfx/buildlink3.mk
devel/SDL_gfx/distinfo
devel/SDL_ttf/DESCR
devel/SDL_ttf/Makefile
devel/SDL_ttf/PLIST
devel/SDL_ttf/buildlink3.mk
devel/SDL_ttf/distinfo
devel/SDLmm/DESCR
devel/SDLmm/Makefile
devel/SDLmm/PLIST
devel/SDLmm/buildlink3.mk
devel/SDLmm/distinfo
devel/ZenTest/DESCR
devel/ZenTest/Makefile
devel/ZenTest/PLIST
devel/ZenTest/distinfo
devel/aap/DESCR
devel/aap/Makefile
devel/aap/PLIST
devel/aap/distinfo
devel/aap/patches/patch-aa
devel/acme/DESCR
devel/acme/Makefile
devel/acme/PLIST
devel/acme/distinfo
devel/acme/patches/patch-aa
devel/acme/patches/patch-ab
devel/acme/patches/patch-ac
devel/acr/DESCR
devel/acr/Makefile
devel/acr/PLIST
devel/acr/distinfo
devel/acunia-jam/DESCR
devel/acunia-jam/Makefile
devel/acunia-jam/PLIST
devel/acunia-jam/distinfo
devel/acunia-jam/patches/patch-aa
devel/acunia-jam/patches/patch-ab
devel/acunia-jam/patches/patch-ac
devel/adocman/DESCR
devel/adocman/Makefile
devel/adocman/PLIST
devel/adocman/distinfo
devel/aegis/DESCR
devel/aegis/Makefile
devel/aegis/PLIST
devel/aegis/distinfo
devel/aegis/patches/patch-ac
devel/ald/DESCR
devel/ald/Makefile
devel/ald/PLIST
devel/ald/distinfo
devel/ald/patches/patch-aa
devel/allegro/DESCR
devel/allegro/Makefile
devel/allegro/PLIST
devel/allegro/buildlink3.mk
devel/allegro/distinfo
devel/allegro/options.mk
devel/allegro/patches/patch-aa
devel/allegro/patches/patch-ac
devel/allegro/patches/patch-ad
devel/allegro/patches/patch-ae
devel/allegro/patches/patch-ax
devel/allegro/patches/patch-de
devel/anjuta/DESCR
devel/anjuta/Makefile
devel/anjuta/PLIST
devel/anjuta/distinfo
devel/anjuta/patches/patch-bb
devel/anjuta/patches/patch-bf
devel/apache-ant/DESCR
devel/apache-ant/Makefile
devel/apache-ant/PLIST
devel/apache-ant/distinfo
devel/apache-ant/patches/patch-aa
devel/apache-ant15/DESCR
devel/apache-ant15/Makefile
devel/apache-ant15/PLIST
devel/apache-ant15/distinfo
devel/apache-ant15/files/ant
devel/apel/DESCR
devel/apel/Makefile
devel/apel/PLIST.emacs
devel/apel/PLIST.xemacs
devel/apel/buildlink3.mk
devel/apel/distinfo
devel/apr-util/DESCR
devel/apr-util/Makefile
devel/apr-util/PLIST
devel/apr-util/buildlink3.mk
devel/apr-util/distinfo
devel/apr-util/options.mk
devel/apr-util/patches/patch-aa
devel/apr-util/patches/patch-ab
devel/apr/DESCR
devel/apr/Makefile
devel/apr/PLIST
devel/apr/buildlink3.mk
devel/apr/distinfo
devel/apr0/DESCR
devel/apr0/Makefile
devel/apr0/PLIST
devel/apr0/buildlink3.mk
devel/apr0/distinfo
devel/apr0/options.mk
devel/apr0/patches/patch-aa
devel/apr0/patches/patch-an
devel/apr0/patches/patch-ao
devel/apr0/patches/patch-ap
devel/apr0/patches/patch-aq
devel/apr0/patches/patch-ar
devel/apr0/patches/patch-as
devel/apr0/patches/patch-at
devel/apr0/patches/patch-au
devel/arena/DESCR
devel/arena/Makefile
devel/arena/PLIST
devel/arena/distinfo
devel/arena/patches/patch-aa
devel/argp/DESCR
devel/argp/Makefile
devel/argp/PLIST
devel/argp/buildlink3.mk
devel/argp/builtin.mk
devel/argp/distinfo
devel/argp/patches/patch-aa
devel/argp/patches/patch-ab
devel/argtable/DESCR
devel/argtable/Makefile
devel/argtable/PLIST
devel/argtable/distinfo
devel/argtable/patches/patch-aa
devel/as31/DESCR
devel/as31/Makefile
devel/as31/PLIST
devel/as31/distinfo
devel/as31/patches/patch-aa
devel/asm2html/DESCR
devel/asm2html/Makefile
devel/asm2html/PLIST
devel/asm2html/distinfo
devel/asm2html/patches/patch-aa
devel/asm2html/patches/patch-ab
devel/astyle/DESCR
devel/astyle/Makefile
devel/astyle/PLIST
devel/astyle/distinfo
devel/astyle/patches/patch-aa
devel/astyle/patches/patch-ab
devel/astyle/patches/patch-ac
devel/at-spi/DESCR
devel/at-spi/Makefile
devel/at-spi/PLIST
devel/at-spi/buildlink3.mk
devel/at-spi/distinfo
devel/at-spi/patches/patch-aa
devel/atf/DESCR
devel/atf/MESSAGE
devel/atf/Makefile
devel/atf/PLIST
devel/atf/distinfo
devel/atk/DESCR
devel/atk/Makefile
devel/atk/PLIST
devel/atk/buildlink3.mk
devel/atk/distinfo
devel/autoconf/DESCR
devel/autoconf/Makefile
devel/autoconf/PLIST
devel/autoconf/distinfo
devel/autoconf213/DESCR
devel/autoconf213/Makefile
devel/autoconf213/PLIST
devel/autoconf213/distinfo
devel/autoconf213/patches/patch-aa
devel/autoconf213/patches/patch-ab
devel/autoconf213/patches/patch-ac
devel/autoconf213/patches/patch-ad
devel/autogen/DESCR
devel/autogen/Makefile
devel/autogen/PLIST
devel/autogen/distinfo
devel/autogen/patches/patch-ab
devel/autogen/patches/patch-ad
devel/automake/DESCR
devel/automake/Makefile
devel/automake/PLIST
devel/automake/distinfo
devel/automake/patches/patch-aa
devel/automake14/DESCR
devel/automake14/Makefile
devel/automake14/PLIST
devel/automake14/distinfo
devel/automake14/patches/patch-aa
devel/automake14/patches/patch-ab
devel/avl/DESCR
devel/avl/Makefile
devel/avl/PLIST
devel/avl/distinfo
devel/avl/patches/patch-aa
devel/avltree/DESCR
devel/avltree/Makefile
devel/avltree/PLIST
devel/avltree/distinfo
devel/avltree/files/Makefile
devel/bcc/DESCR
devel/bcc/Makefile
devel/bcc/PLIST
devel/bcc/distinfo
devel/bcc/files/Makefile.as
devel/bcc/files/Makefile.bcc
devel/bcc/files/Makefile.bcc-cc1
devel/bcc/files/Makefile.ld
devel/bcc/files/Makefile.main
devel/bcc/files/as86.1
devel/bcc/files/bcc-cc1.1
devel/bcc/files/bcc.1
devel/bcc/files/ld86.1
devel/bcc/patches/patch-ad
devel/bcc/patches/patch-ae
devel/bcc/patches/patch-af
devel/bcc/patches/patch-ag
devel/bcc/patches/patch-ah
devel/bcc/patches/patch-ai
devel/bcc/patches/patch-aj
devel/bcc/patches/patch-ak
devel/bcc/patches/patch-al
devel/bcc/patches/patch-am
devel/bcc/patches/patch-an
devel/bcc/patches/patch-aq
devel/bcc/patches/patch-ar
devel/bcc/patches/patch-as
devel/bcc/patches/patch-at
devel/bcc/patches/patch-au
devel/bcc/patches/patch-av
devel/bcc/patches/patch-aw
devel/bcc/patches/patch-ax
devel/bglibs/DESCR
devel/bglibs/Makefile
devel/bglibs/PLIST
devel/bglibs/buildlink3.mk
devel/bglibs/distinfo
devel/bglibs/patches/patch-ab
devel/bglibs/patches/patch-ac
devel/bin86/DESCR
devel/bin86/Makefile
devel/bin86/PLIST
devel/bin86/distinfo
devel/bin86/patches/patch-aa
devel/binutils/DESCR
devel/binutils/Makefile
devel/binutils/PLIST.common
devel/binutils/PLIST.common_end
devel/binutils/buildlink3.mk
devel/binutils/builtin.mk
devel/binutils/distinfo
devel/binutils/override-as.mk
devel/binutils/patches/patch-aa
devel/binutils/patches/patch-ab
devel/binutils/patches/patch-ac
devel/binutils/patches/patch-ad
devel/binutils/patches/patch-ae
devel/binutils/patches/patch-af
devel/bison/DESCR
devel/bison/Makefile
devel/bison/PLIST
devel/bison/distinfo
devel/bison/hacks.mk
devel/bison/patches/patch-aa
devel/blib/DESCR
devel/blib/Makefile
devel/blib/PLIST
devel/blib/buildlink3.mk
devel/blib/distinfo
devel/blib/patches/patch-aa
devel/blib/patches/patch-ab
devel/bmake/DESCR
devel/bmake/Makefile
devel/bmake/PLIST
devel/bmake/bmake2pkgsrc
devel/bmake/distinfo
devel/bmake/files/ChangeLog
devel/bmake/files/FILES
devel/bmake/files/Makefile.in
devel/bmake/files/PSD.doc/Makefile
devel/bmake/files/PSD.doc/tutorial.ms
devel/bmake/files/README
devel/bmake/files/aclocal.m4
devel/bmake/files/arch.c
devel/bmake/files/bmake.1
devel/bmake/files/bmake.cat1
devel/bmake/files/boot-strap
devel/bmake/files/buf.c
devel/bmake/files/buf.h
devel/bmake/files/compat.c
devel/bmake/files/cond.c
devel/bmake/files/config.h.in
devel/bmake/files/configure
devel/bmake/files/configure.in
devel/bmake/files/dir.c
devel/bmake/files/dir.h
devel/bmake/files/find_lib.sh
devel/bmake/files/for.c
devel/bmake/files/getenv.c
devel/bmake/files/getopt.c
devel/bmake/files/hash.c
devel/bmake/files/hash.h
devel/bmake/files/install-sh
devel/bmake/files/job.c
devel/bmake/files/job.h
devel/bmake/files/lst.h
devel/bmake/files/lst.lib/Makefile
devel/bmake/files/lst.lib/lstAppend.c
devel/bmake/files/lst.lib/lstAtEnd.c
devel/bmake/files/lst.lib/lstAtFront.c
devel/bmake/files/lst.lib/lstClose.c
devel/bmake/files/lst.lib/lstConcat.c
devel/bmake/files/lst.lib/lstDatum.c
devel/bmake/files/lst.lib/lstDeQueue.c
devel/bmake/files/lst.lib/lstDestroy.c
devel/bmake/files/lst.lib/lstDupl.c
devel/bmake/files/lst.lib/lstEnQueue.c
devel/bmake/files/lst.lib/lstFind.c
devel/bmake/files/lst.lib/lstFindFrom.c
devel/bmake/files/lst.lib/lstFirst.c
devel/bmake/files/lst.lib/lstForEach.c
devel/bmake/files/lst.lib/lstForEachFrom.c
devel/bmake/files/lst.lib/lstInit.c
devel/bmake/files/lst.lib/lstInsert.c
devel/bmake/files/lst.lib/lstInt.h
devel/bmake/files/lst.lib/lstIsAtEnd.c
devel/bmake/files/lst.lib/lstIsEmpty.c
devel/bmake/files/lst.lib/lstLast.c
devel/bmake/files/lst.lib/lstMember.c
devel/bmake/files/lst.lib/lstNext.c
devel/bmake/files/lst.lib/lstOpen.c
devel/bmake/files/lst.lib/lstPrev.c
devel/bmake/files/lst.lib/lstRemove.c
devel/bmake/files/lst.lib/lstReplace.c
devel/bmake/files/lst.lib/lstSucc.c
devel/bmake/files/lst.lib/makefile.boot.in
devel/bmake/files/machine.sh
devel/bmake/files/main.c
devel/bmake/files/make-conf.h
devel/bmake/files/make.1
devel/bmake/files/make.c
devel/bmake/files/make.h
devel/bmake/files/makefile.boot.in
devel/bmake/files/missing/sys/cdefs.h
devel/bmake/files/mkdeps.sh
devel/bmake/files/nonints.h
devel/bmake/files/os.sh
devel/bmake/files/parse.c
devel/bmake/files/pathnames.h
devel/bmake/files/ranlib.h
devel/bmake/files/setenv.c
devel/bmake/files/sigcompat.c
devel/bmake/files/sprite.h
devel/bmake/files/str.c
devel/bmake/files/suff.c
devel/bmake/files/targ.c
devel/bmake/files/trace.c
devel/bmake/files/trace.h
devel/bmake/files/unit-tests/Makefile.in
devel/bmake/files/unit-tests/comment
devel/bmake/files/unit-tests/cond1
devel/bmake/files/unit-tests/dotwait
devel/bmake/files/unit-tests/export
devel/bmake/files/unit-tests/export-all
devel/bmake/files/unit-tests/moderrs
devel/bmake/files/unit-tests/modmatch
devel/bmake/files/unit-tests/modmisc
devel/bmake/files/unit-tests/modorder
devel/bmake/files/unit-tests/modts
devel/bmake/files/unit-tests/modword
devel/bmake/files/unit-tests/posix
devel/bmake/files/unit-tests/ternary
devel/bmake/files/unit-tests/test.exp
devel/bmake/files/unit-tests/varcmd
devel/bmake/files/util.c
devel/bmake/files/var.c
devel/bmake/files/wait.h
devel/bmake/import-bmake-sh
devel/boaconstructor/DESCR
devel/boaconstructor/Makefile
devel/boaconstructor/PLIST
devel/boaconstructor/distinfo
devel/boaconstructor/files/Boa.sh
devel/boehm-gc/DESCR
devel/boehm-gc/Makefile
devel/boehm-gc/PLIST
devel/boehm-gc/buildlink3.mk
devel/boehm-gc/distinfo
devel/boehm-gc/patches/patch-aa
devel/boehm-gc/patches/patch-ab
devel/boehm-gc/patches/patch-ac
devel/boehm-gc/patches/patch-ad
devel/boehm-gc/patches/patch-af
devel/boost-build/DESCR
devel/boost-build/Makefile
devel/boost-build/PLIST
devel/boost-build/buildlink3.mk
devel/boost-build/toolset.mk
devel/boost-docs/DESCR
devel/boost-docs/Makefile
devel/boost-docs/PLIST
devel/boost-headers/DESCR
devel/boost-headers/Makefile
devel/boost-headers/PLIST
devel/boost-headers/buildlink3.mk
devel/boost-jam/DESCR
devel/boost-jam/Makefile
devel/boost-jam/PLIST
devel/boost-jam/bjam.mk
devel/boost-jam/buildlink3.mk
devel/boost-libs/DESCR
devel/boost-libs/Makefile
devel/boost-libs/PLIST
devel/boost-libs/buildlink3.mk
devel/boost-python/DESCR
devel/boost-python/Makefile
devel/boost-python/PLIST
devel/boost-python/buildlink3.mk
devel/bouml/DESCR
devel/bouml/MESSAGE
devel/bouml/Makefile
devel/bouml/PLIST
devel/bouml/distinfo
devel/bouml/patches/patch-aa
devel/bouml/patches/patch-ab
devel/buddy/DESCR
devel/buddy/Makefile
devel/buddy/PLIST
devel/buddy/buildlink3.mk
devel/buddy/distinfo
devel/bugzilla/DESCR
devel/bugzilla/MESSAGE
devel/bugzilla/Makefile
devel/bugzilla/PLIST
devel/bugzilla/distinfo
devel/bugzilla/files/bugzilla.conf
devel/bugzilla/files/localconfig
devel/bugzilla/options.mk
devel/bugzilla/patches/patch-aa
devel/bugzilla3/DESCR
devel/bugzilla3/MESSAGE
devel/bugzilla3/Makefile
devel/bugzilla3/PLIST
devel/bugzilla3/distinfo
devel/bugzilla3/files/bugzilla.conf
devel/bugzilla3/files/localconfig
devel/bugzilla3/options.mk
devel/buildtool-doc/DESCR
devel/buildtool-doc/Makefile
devel/buildtool-doc/PLIST
devel/buildtool-doc/distinfo
devel/buildtool/DESCR
devel/buildtool/MESSAGE
devel/buildtool/Makefile
devel/buildtool/PLIST
devel/buildtool/buildlink3.mk
devel/buildtool/distinfo
devel/byacc/DESCR
devel/byacc/Makefile
devel/byacc/PLIST
devel/byacc/distinfo
devel/bzr/DESCR
devel/bzr/Makefile
devel/bzr/PLIST
devel/bzr/distinfo
devel/bzr/patches/patch-aa
devel/bzr/patches/patch-ab
devel/c-cpp-reference/DESCR
devel/c-cpp-reference/Makefile
devel/c-cpp-reference/PLIST
devel/c-cpp-reference/distinfo
devel/c-cpp-reference/files/c++_reference.toc
devel/c-cpp-reference/files/c_reference.toc
devel/c-cpp-reference/patches/patch-aa
devel/c4/DESCR
devel/c4/Makefile
devel/c4/PLIST
devel/c4/distinfo
devel/c4/patches/patch-aa
devel/c4/patches/patch-ab
devel/cbrowser/DESCR
devel/cbrowser/Makefile
devel/cbrowser/PLIST
devel/cbrowser/distinfo
devel/cbrowser/patches/patch-aa
devel/ccache/DESCR
devel/ccache/Makefile
devel/ccache/PLIST
devel/ccache/distinfo
devel/ccache/patches/patch-aa
devel/ccache/patches/patch-ab
devel/cdecl/DESCR
devel/cdecl/Makefile
devel/cdecl/PLIST
devel/cdecl/distinfo
devel/cdecl/patches/patch-aa
devel/cdecl/patches/patch-ab
devel/cdk/DESCR
devel/cdk/Makefile
devel/cdk/PLIST
devel/cdk/buildlink3.mk
devel/cdk/builtin.mk
devel/cdk/distinfo
devel/cdk/patches/patch-aa
devel/cdk/patches/patch-ac
devel/cdk/patches/patch-ad
devel/cdk/patches/patch-ae
devel/cdk/patches/patch-af
devel/cdk/patches/patch-ag
devel/cdk/patches/patch-aj
devel/cfitsio/DESCR
devel/cfitsio/Makefile
devel/cfitsio/PLIST
devel/cfitsio/distinfo
devel/cfitsio/patches/patch-aa
devel/cfitsio/patches/patch-ab
devel/cfitsio/patches/patch-ac
devel/cflow-mode/DESCR
devel/cflow-mode/Makefile
devel/cflow-mode/PLIST
devel/cflow-mode/distinfo
devel/cflow/DESCR
devel/cflow/Makefile
devel/cflow/PLIST
devel/cflow/distinfo
devel/cgdb/DESCR
devel/cgdb/Makefile
devel/cgdb/PLIST
devel/cgdb/distinfo
devel/cgdb/patches/patch-aa
devel/cgdb/patches/patch-ab
devel/cgdb/patches/patch-ac
devel/cgdb/patches/patch-ad
devel/cgdb/patches/patch-ae
devel/check/DESCR
devel/check/Makefile
devel/check/PLIST
devel/check/buildlink3.mk
devel/check/distinfo
devel/check/patches/patch-ab
devel/check/patches/patch-ac
devel/check/patches/patch-ad
devel/check/patches/patch-ae
devel/chmlib/DESCR
devel/chmlib/Makefile
devel/chmlib/PLIST
devel/chmlib/buildlink3.mk
devel/chmlib/distinfo
devel/chmlib/patches/patch-aa
devel/chmlib/patches/patch-ac
devel/chrpath/DESCR
devel/chrpath/Makefile
devel/chrpath/PLIST
devel/chrpath/distinfo
devel/chrpath/patches/patch-aa
devel/cmake-mode/DESCR
devel/cmake-mode/MESSAGE
devel/cmake-mode/Makefile
devel/cmake-mode/PLIST
devel/cmake-mode/distinfo
devel/cmake/DESCR
devel/cmake/Makefile
devel/cmake/PLIST
devel/cmake/buildlink3.mk
devel/cmake/distinfo
devel/cmake/patches/patch-aa
devel/cmake/patches/patch-ac
devel/cmake/patches/patch-ae
devel/coconut/DESCR
devel/coconut/Makefile
devel/coconut/PLIST
devel/coconut/distinfo
devel/coconut/patches/patch-aa
devel/coconut/patches/patch-ab
devel/codeville/DESCR
devel/codeville/Makefile
devel/codeville/PLIST
devel/codeville/distinfo
devel/cogito/DESCR
devel/cogito/Makefile
devel/cogito/PLIST
devel/cogito/distinfo
devel/cogito/patches/patch-ab
devel/cogito/patches/patch-ac
devel/cogito/patches/patch-ad
devel/confuse/DESCR
devel/confuse/Makefile
devel/confuse/PLIST
devel/confuse/buildlink3.mk
devel/confuse/distinfo
devel/confuse/patches/patch-aa
devel/cook/DESCR
devel/cook/Makefile
devel/cook/PLIST
devel/cook/distinfo
devel/cppunit/DESCR
devel/cppunit/Makefile
devel/cppunit/PLIST
devel/cppunit/buildlink3.mk
devel/cppunit/distinfo
devel/cpuflags/DESCR
devel/cpuflags/Makefile
devel/cpuflags/PLIST
devel/cpuflags/files/Makefile
devel/cpuflags/files/cpuflags.1
devel/cpuflags/files/cpuflags.mk
devel/cpuflags/files/cpuflags.sh
devel/cpuflags/files/optimize_gcc.mk
devel/cpuflags/files/subr_FreeBSD
devel/cpuflags/files/subr_Linux
devel/cpuflags/files/subr_NetBSD
devel/cpuflags/files/subr_SunOS
devel/cpuflags/files/subr_gcc
devel/cpuflags/files/subr_x86
devel/cqual/DESCR
devel/cqual/Makefile
devel/cqual/PLIST
devel/cqual/distinfo
devel/cqual/options.mk
devel/cqual/patches/patch-aa
devel/cqual/patches/patch-ab
devel/cqual/patches/patch-ac
devel/cqual/patches/patch-ba
devel/cqual/patches/patch-bb
devel/cqual/patches/patch-bc
devel/cqual/patches/patch-bd
devel/cqual/patches/patch-be
devel/cqual/patches/patch-bf
devel/cqual/patches/patch-bg
devel/cqual/patches/patch-bh
devel/cqual/patches/patch-bi
devel/cqual/patches/patch-bj
devel/cqual/patches/patch-bk
devel/cqual/patches/patch-bl
devel/cqual/patches/patch-bm
devel/cqual/patches/patch-ca
devel/cqual/patches/patch-cb
devel/cqual/patches/patch-cc
devel/cqual/patches/patch-cd
devel/cqual/patches/patch-ce
devel/cscope/DESCR
devel/cscope/Makefile
devel/cscope/PLIST
devel/cscope/distinfo
devel/cscope/patches/patch-aa
devel/cscope/patches/patch-ac
devel/cscope/patches/patch-ad
devel/cscope/patches/patch-ae
devel/cscope/patches/patch-af
devel/cscope/patches/patch-ag
devel/cscope/patches/patch-ah
devel/cscope/patches/patch-ai
devel/cscope/patches/patch-aj
devel/cscope/patches/patch-ak
devel/cscope/patches/patch-al
devel/cscope/patches/patch-am
devel/cscope/patches/patch-an
devel/cscope/patches/patch-ao
devel/cssc/DESCR
devel/cssc/Makefile
devel/cssc/PLIST
devel/cssc/distinfo
devel/cssc/patches/patch-aa
devel/cssc/patches/patch-ab
devel/cssc/patches/patch-ac
devel/cssc/patches/patch-ad
devel/cut/DESCR
devel/cut/Makefile
devel/cut/PLIST
devel/cut/distinfo
devel/cut/patches/patch-aa
devel/cut/patches/patch-ab
devel/cvs2cl/DESCR
devel/cvs2cl/Makefile
devel/cvs2cl/PLIST
devel/cvs2cl/distinfo
devel/cvs2html/DESCR
devel/cvs2html/Makefile
devel/cvs2html/PLIST
devel/cvs2html/distinfo
devel/cvs2p4/DESCR
devel/cvs2p4/Makefile
devel/cvs2p4/PLIST
devel/cvs2p4/distinfo
devel/cvs2p4/patches/patch-aa
devel/cvs2svn/DESCR
devel/cvs2svn/Makefile
devel/cvs2svn/PLIST
devel/cvs2svn/distinfo
devel/cvsclone/DESCR
devel/cvsclone/Makefile
devel/cvsclone/PLIST
devel/cvsclone/distinfo
devel/cvsclone/patches/patch-aa
devel/cvsd/DESCR
devel/cvsd/MESSAGE
devel/cvsd/Makefile
devel/cvsd/PLIST
devel/cvsd/distinfo
devel/cvsd/files/cvsd.sh
devel/cvsd/patches/patch-aa
devel/cvsd/patches/patch-ab
devel/cvsd/patches/patch-ac
devel/cvsd/patches/patch-ad
devel/cvsdiff2patch/DESCR
devel/cvsdiff2patch/Makefile
devel/cvsdiff2patch/PLIST
devel/cvsdiff2patch/files/cvsdiff2patch.c
devel/cvsgraph/DESCR
devel/cvsgraph/Makefile
devel/cvsgraph/PLIST
devel/cvsgraph/distinfo
devel/cvsgraph/patches/patch-aa
devel/cvslock/DESCR
devel/cvslock/Makefile
devel/cvslock/PLIST
devel/cvslock/distinfo
devel/cvsps/DESCR
devel/cvsps/Makefile
devel/cvsps/PLIST
devel/cvsps/distinfo
devel/cvsps/patches/patch-aa
devel/cvsps/patches/patch-ab
devel/cvsup-bin/DESCR
devel/cvsup-bin/MESSAGE.NetBSD
devel/cvsup-bin/Makefile
devel/cvsup-bin/PLIST
devel/cvsup-bin/distinfo
devel/cvsup-bin/files/supfile-cvsup.jp.netbsd.org
devel/cvsup-bin/files/supfile-cvsup.no.netbsd.org
devel/cvsup-gui-bin/DESCR
devel/cvsup-gui-bin/MESSAGE.NetBSD
devel/cvsup-gui-bin/Makefile
devel/cvsup-gui-bin/PLIST
devel/cvsup-gui-bin/distinfo
devel/cvsup-gui/Makefile
devel/cvsup/DESCR
devel/cvsup/MESSAGE.NetBSD
devel/cvsup/Makefile
devel/cvsup/Makefile.common
devel/cvsup/PLIST
devel/cvsup/distinfo
devel/cvsup/patches/patch-aa
devel/cvsync/DESCR
devel/cvsync/Makefile
devel/cvsync/PLIST
devel/cvsync/distinfo
devel/cvsync/patches/patch-aa
devel/cvsync/patches/patch-ab
devel/cxref/DESCR
devel/cxref/Makefile
devel/cxref/PLIST
devel/cxref/distinfo
devel/cxref/patches/patch-aa
devel/darcs/DESCR
devel/darcs/Makefile
devel/darcs/PLIST
devel/darcs/distinfo
devel/darcs/patches/patch-aa
devel/darcs/patches/patch-ab
devel/darcs/patches/patch-ac
devel/darcs/patches/patch-ad
devel/darts/DESCR
devel/darts/Makefile
devel/darts/PLIST
devel/darts/buildlink3.mk
devel/darts/distinfo
devel/ddd/DESCR
devel/ddd/Makefile
devel/ddd/PLIST
devel/ddd/distinfo
devel/ddd/patches/patch-ai
devel/dejagnu/DESCR
devel/dejagnu/Makefile
devel/dejagnu/PLIST
devel/dejagnu/distinfo
devel/dejagnu/patches/patch-ab
devel/dejagnu/patches/patch-ac
devel/dev86/DESCR
devel/dev86/Makefile
devel/dev86/PLIST
devel/dev86/distinfo
devel/dev86/patches/patch-aa
devel/devIL/DESCR
devel/devIL/Makefile
devel/devIL/PLIST
devel/devIL/buildlink3.mk
devel/devIL/distinfo
devel/devIL/patches/patch-aa
devel/devhelp/DESCR
devel/devhelp/Makefile
devel/devhelp/PLIST
devel/devhelp/buildlink3.mk
devel/devhelp/distinfo
devel/devhelp/options.mk
devel/devhelp/patches/patch-ad
devel/device-driver-doc-de/DESCR
devel/device-driver-doc-de/Makefile
devel/device-driver-doc-de/PLIST
devel/device-driver-doc-de/distinfo
devel/dia2code/DESCR
devel/dia2code/Makefile
devel/dia2code/PLIST
devel/dia2code/distinfo
devel/dia2code/patches/patch-aa
devel/diffutils/DESCR
devel/diffutils/Makefile
devel/diffutils/PLIST
devel/diffutils/distinfo
devel/distcc/DESCR
devel/distcc/Makefile
devel/distcc/Makefile.common
devel/distcc/PLIST
devel/distcc/distinfo
devel/distcc/files/distccd.sh
devel/distcc/patches/patch-aa
devel/distcc/patches/patch-ab
devel/distcc/patches/patch-ac
devel/distcc/patches/patch-ad
devel/distccmon-gnome/DESCR
devel/distccmon-gnome/Makefile
devel/distccmon-gnome/PLIST
devel/distccmon-gtk/DESCR
devel/distccmon-gtk/Makefile
devel/distccmon-gtk/PLIST
devel/dlcompat/DESCR
devel/dlcompat/Makefile
devel/dlcompat/PLIST
devel/dlcompat/buildlink3.mk
devel/dlcompat/builtin.mk
devel/dlcompat/distinfo
devel/dlcompat/patches/patch-aa
devel/dmake/DESCR
devel/dmake/Makefile
devel/dmake/PLIST
devel/dmake/distinfo
devel/dmake/patches/patch-aa
devel/dmake/patches/patch-ab
devel/dmalloc/DESCR
devel/dmalloc/Makefile
devel/dmalloc/PLIST
devel/dmalloc/buildlink3.mk
devel/dmalloc/distinfo
devel/doc++/DESCR
devel/doc++/Makefile
devel/doc++/PLIST
devel/doc++/distinfo
devel/doc++/hacks.mk
devel/doc++/patches/patch-aa
devel/doc++/patches/patch-docify
devel/doxygen/DESCR
devel/doxygen/Makefile
devel/doxygen/PLIST
devel/doxygen/distinfo
devel/doxygen/patches/patch-aa
devel/doxygen/patches/patch-ab
devel/doxygen/patches/patch-ac
devel/doxygen/patches/patch-af
devel/doxygen/patches/patch-ag
devel/doxygen/patches/patch-ah
devel/doxygen/patches/patch-ai
devel/doxymacs/DESCR
devel/doxymacs/MESSAGE
devel/doxymacs/Makefile
devel/doxymacs/PLIST
devel/doxymacs/distinfo
devel/eclipse/DESCR
devel/eclipse/MESSAGE.Linux
devel/eclipse/Makefile
devel/eclipse/PLIST
devel/eclipse/distinfo
devel/eclipse/files/eclipse
devel/edcommon/DESCR
devel/edcommon/Makefile
devel/edcommon/PLIST
devel/edcommon/buildlink3.mk
devel/edcommon/distinfo
devel/edcommon/patches/patch-aa
devel/edcommon/patches/patch-ab
devel/edcommon/patches/patch-ac
devel/eel/DESCR
devel/eel/Makefile
devel/eel/PLIST
devel/eel/buildlink3.mk
devel/eel/distinfo
devel/eel/patches/patch-aa
devel/eet/DESCR
devel/eet/Makefile
devel/eet/PLIST
devel/eet/buildlink3.mk
devel/eet/distinfo
devel/electricfence/DESCR
devel/electricfence/Makefile
devel/electricfence/PLIST
devel/electricfence/distinfo
devel/electricfence/patches/patch-aa
devel/electricfence/patches/patch-ab
devel/electricfence/patches/patch-ac
devel/electricfence/patches/patch-ad
devel/elf/DESCR
devel/elf/Makefile
devel/elf/PLIST
devel/elf/distinfo
devel/elf/patches/patch-aa
devel/elfsh/DESCR
devel/elfsh/Makefile
devel/elfsh/PLIST
devel/elfsh/distinfo
devel/elfsh/patches/patch-aa
devel/elfsh/patches/patch-ab
devel/elfsh/patches/patch-ac
devel/elib/DESCR
devel/elib/Makefile
devel/elib/Makefile.common
devel/elib/PLIST
devel/elib/buildlink3.mk
devel/elib/distinfo
devel/elib/patches/patch-aa
devel/elib/patches/patch-ab
devel/emacs-ilisp/DESCR
devel/emacs-ilisp/Makefile
devel/emacs-ilisp/PLIST
devel/emacs-ilisp/distinfo
devel/emacs-ilisp/patches/patch-aa
devel/emacs-ilisp/patches/patch-ab
devel/emacs-ilisp/patches/patch-ac
devel/emacs20-elib/DESCR
devel/emacs20-elib/Makefile
devel/epydoc/DESCR
devel/epydoc/Makefile
devel/epydoc/PLIST
devel/epydoc/distinfo
devel/equeue/DESCR
devel/equeue/Makefile
devel/equeue/PLIST
devel/equeue/PLIST.opt
devel/equeue/distinfo
devel/eric3/DESCR
devel/eric3/Makefile
devel/eric3/PLIST
devel/eric3/distinfo
devel/eric3/patches/patch-aa
devel/error/DESCR
devel/error/Makefile
devel/error/PLIST
devel/error/distinfo
devel/error/patches/patch-aa
devel/error/patches/patch-ab
devel/error/patches/patch-ac
devel/etrace/DESCR
devel/etrace/Makefile
devel/etrace/PLIST
devel/etrace/distinfo
devel/exctags/DESCR
devel/exctags/Makefile
devel/exctags/PLIST
devel/exctags/distinfo
devel/exctags/patches/patch-aa
devel/exempi/DESCR
devel/exempi/Makefile
devel/exempi/PLIST
devel/exempi/buildlink3.mk
devel/exempi/distinfo
devel/exempi/options.mk
devel/exempi/patches/patch-ab
devel/fann-devel/DESCR
devel/fann-devel/Makefile
devel/fann-devel/Makefile.common
devel/fann-devel/PLIST
devel/fann-devel/buildlink3.mk
devel/fann-devel/distinfo
devel/fann/DESCR
devel/fann/Makefile
devel/fann/Makefile.common
devel/fann/PLIST
devel/fann/buildlink3.mk
devel/fann/distinfo
devel/fastdep/DESCR
devel/fastdep/Makefile
devel/fastdep/PLIST
devel/fastdep/distinfo
devel/fastdep/patches/patch-aa
devel/fastdep/patches/patch-ab
devel/ffcall/DESCR
devel/ffcall/Makefile
devel/ffcall/PLIST
devel/ffcall/buildlink3.mk
devel/ffcall/distinfo
devel/ffcall/files/tramp-rs6000-netbsd.s
devel/ffcall/files/vacall-rs6000-netbsd.s
devel/ffcall/patches/patch-aa
devel/ffcall/patches/patch-ab
devel/ffcall/patches/patch-ad
devel/ffcall/patches/patch-ae
devel/ffcall/patches/patch-af
devel/ffcall/patches/patch-ag
devel/ffcall/patches/patch-ah
devel/ffcall/patches/patch-ai
devel/ffcall/patches/patch-aj
devel/fhist/DESCR
devel/fhist/Makefile
devel/fhist/PLIST
devel/fhist/distinfo
devel/flex/DESCR
devel/flex/Makefile
devel/flex/PLIST
devel/flex/buildlink3.mk
devel/flex/distinfo
devel/flex/patches/patch-aa
devel/flex/patches/patch-ab
devel/flim/DESCR
devel/flim/Makefile
devel/flim/PLIST
devel/flim/buildlink3.mk
devel/flim/distinfo
devel/flim/patches/patch-ab
devel/flim/patches/patch-ac
devel/florist/DESCR
devel/florist/MESSAGE
devel/florist/Makefile
devel/florist/PLIST
devel/florist/buildlink3.mk
devel/florist/distinfo
devel/florist/files/pconfig.NetBSD
devel/florist/patches/patch-aa
devel/florist/patches/patch-ab
devel/florist/patches/patch-ac
devel/florist/patches/patch-ad
devel/florist/patches/patch-ae
devel/florist/patches/patch-af
devel/florist/patches/patch-ag
devel/florist/patches/patch-ah
devel/florist/patches/patch-ai
devel/florist/patches/patch-aj
devel/florist/patches/patch-ak
devel/florist/patches/patch-al
devel/florist/patches/patch-am
devel/florist/patches/patch-an
devel/fortran-utils/DESCR
devel/fortran-utils/Makefile
devel/fortran-utils/PLIST
devel/fortran-utils/distinfo
devel/fortran-utils/patches/patch-ac
devel/fromcvs/DESCR
devel/fromcvs/MESSAGE
devel/fromcvs/Makefile
devel/fromcvs/PLIST
devel/fromcvs/distinfo
devel/fromcvs/patches/patch-aa
devel/ftnchek/DESCR
devel/ftnchek/Makefile
devel/ftnchek/PLIST
devel/ftnchek/distinfo
devel/ftnchek/patches/patch-aa
devel/ftnchek/patches/patch-ab
devel/g-wrap/DESCR
devel/g-wrap/Makefile
devel/g-wrap/PLIST
devel/g-wrap/buildlink3.mk
devel/g-wrap/distinfo
devel/g-wrap/patches/patch-aa
devel/g-wrap/patches/patch-ab
devel/g-wrap/patches/patch-ad
devel/g-wrap/patches/patch-ae
devel/gail/DESCR
devel/gail/Makefile
devel/gail/PLIST
devel/gail/buildlink3.mk
devel/gail/distinfo
devel/gail/patches/patch-aa
devel/gconfmm/DESCR
devel/gconfmm/Makefile
devel/gconfmm/PLIST
devel/gconfmm/buildlink3.mk
devel/gconfmm/distinfo
devel/gcvs/DESCR
devel/gcvs/Makefile
devel/gcvs/PLIST
devel/gcvs/distinfo
devel/gcvs/patches/patch-aa
devel/gcvs/patches/patch-ab
devel/gcvs/patches/patch-ac
devel/gcvs/patches/patch-ad
devel/gcvs/patches/patch-ae
devel/gcvs/patches/patch-af
devel/gcvs/patches/patch-ag
devel/gcvs/patches/patch-ah
devel/gcvs/patches/patch-ai
devel/gcvs/patches/patch-aj
devel/gcvs/patches/patch-ak
devel/gcvs/patches/patch-al
devel/gcvs/patches/patch-am
devel/gcvs/patches/patch-an
devel/gcvs/patches/patch-ao
devel/gcvs/patches/patch-ap
devel/gcvs/patches/patch-aq
devel/gcvs/patches/patch-ar
devel/gdb/DESCR
devel/gdb/Makefile
devel/gdb/PLIST.Linux
devel/gdb/PLIST.common
devel/gdb/distinfo
devel/gdb/patches/patch-aa
devel/gdb/patches/patch-ab
devel/gdb/patches/patch-ac
devel/gdb/patches/patch-ad
devel/gdb/patches/patch-ae
devel/gdb/patches/patch-af
devel/gdb/patches/patch-ag
devel/gdb/patches/patch-ah
devel/gdb/patches/patch-ai
devel/gdb/patches/patch-aj
devel/gdb/patches/patch-ak
devel/gdb/patches/patch-al
devel/gdb/patches/patch-am
devel/gdb/patches/patch-an
devel/gdb/patches/patch-ao
devel/gdb/patches/patch-ap
devel/gdb/patches/patch-aq
devel/gdb/patches/patch-as
devel/gdb/patches/patch-ob
devel/gdb6/DESCR
devel/gdb6/Makefile
devel/gdb6/PLIST
devel/gdb6/distinfo
devel/gdb6/files/nbsd-nat.c
devel/gdb6/patches/patch-aa
devel/gdb6/patches/patch-ab
devel/gdb6/patches/patch-ac
devel/gdb6/patches/patch-ad
devel/gdb6/patches/patch-ae
devel/gdb6/patches/patch-af
devel/gdb6/patches/patch-ag
devel/gdb6/patches/patch-ah
devel/gdb6/patches/patch-ai
devel/gdb6/patches/patch-aj
devel/gdb6/patches/patch-ak
devel/gdb6/patches/patch-al
devel/gdb6/patches/patch-am
devel/gdb6/patches/patch-an
devel/gdb6/patches/patch-ao
devel/gdb6/patches/patch-ap
devel/gdb6/patches/patch-aq
devel/gdb6/patches/patch-ar
devel/gdb6/patches/patch-as
devel/gdb6/patches/patch-at
devel/gdb6/patches/patch-au
devel/gdb6/patches/patch-av
devel/gdb6/patches/patch-aw
devel/gdb6/patches/patch-ax
devel/gdb6/patches/patch-ay
devel/gdb6/patches/patch-az
devel/gdb6/patches/patch-ba
devel/gdb6/patches/patch-bb
devel/gdb6/patches/patch-bc
devel/gdb6/patches/patch-bd
devel/gdb6/patches/patch-be
devel/gdb6/patches/patch-bf
devel/gdb6/patches/patch-bg
devel/gdb6/patches/patch-bh
devel/gdb6/patches/patch-bi
devel/gdb6/patches/patch-bj
devel/gdb6/patches/patch-bk
devel/gdb6/patches/patch-bl
devel/gdb6/patches/patch-bm
devel/gdb6/patches/patch-bn
devel/gdb6/patches/patch-bo
devel/gdb6/patches/patch-bp
devel/gdbada/DESCR
devel/gdbada/Makefile
devel/gdbada/PLIST
devel/gdbada/buildlink3.mk
devel/gdbada/distinfo
devel/gdbada/files/nbsd-nat.c
devel/gdbada/patches/patch-aa
devel/gdbada/patches/patch-ab
devel/gdbada/patches/patch-ac
devel/gdbada/patches/patch-ad
devel/gdbada/patches/patch-ae
devel/gdbada/patches/patch-af
devel/gdbada/patches/patch-ag
devel/gdbada/patches/patch-ai
devel/gdbada/patches/patch-aj
devel/gdbada/patches/patch-ak
devel/gdbada/patches/patch-al
devel/gdbada/patches/patch-am
devel/gdbada/patches/patch-an
devel/gdbada/patches/patch-ao
devel/gdbada/patches/patch-ap
devel/gdbada/patches/patch-aq
devel/gdbada/patches/patch-ar
devel/gdbada/patches/patch-as
devel/gdbada/patches/patch-at
devel/gdbada/patches/patch-au
devel/gdbada/patches/patch-av
devel/gdbada/patches/patch-aw
devel/gdbada/patches/patch-ax
devel/gdbada/patches/patch-ay
devel/gdbada/patches/patch-ba
devel/gdbada/patches/patch-bb
devel/gdl/DESCR
devel/gdl/Makefile
devel/gdl/PLIST
devel/gdl/buildlink3.mk
devel/gdl/distinfo
devel/geany/DESCR
devel/geany/Makefile
devel/geany/PLIST
devel/geany/distinfo
devel/geany/patches/patch-aa
devel/geany/patches/patch-ab
devel/generate/DESCR
devel/generate/Makefile
devel/generate/PLIST
devel/generate/distinfo
devel/generate/hacks.mk
devel/generate/patches/patch-aa
devel/gentle/DESCR
devel/gentle/Makefile
devel/gentle/PLIST
devel/gentle/distinfo
devel/gentle/patches/patch-aa
devel/gentle/patches/patch-ab
devel/gettext-asprintf/DESCR
devel/gettext-asprintf/Makefile
devel/gettext-asprintf/PLIST
devel/gettext-asprintf/buildlink3.mk
devel/gettext-asprintf/distinfo
devel/gettext-lib/DESCR
devel/gettext-lib/Makefile
devel/gettext-lib/PLIST
devel/gettext-lib/buildlink3.mk
devel/gettext-lib/builtin.mk
devel/gettext-lib/distinfo
devel/gettext-lib/patches/patch-aa
devel/gettext-lib/patches/patch-ab
devel/gettext-lib/patches/patch-ac
devel/gettext-m4/DESCR
devel/gettext-m4/Makefile
devel/gettext-m4/PLIST
devel/gettext-m4/distinfo
devel/gettext-tools/DESCR
devel/gettext-tools/Makefile
devel/gettext-tools/PLIST
devel/gettext-tools/distinfo
devel/gettext-tools/patches/patch-aa
devel/gettext-tools/patches/patch-ab
devel/gettext-tools/patches/patch-ac
devel/gettext-tools/patches/patch-ad
devel/gettext-tools/patches/patch-ae
devel/gettext-tools/patches/patch-af
devel/gettext-tools/patches/patch-ag
devel/gettext-tools/patches/patch-ah
devel/gettext-tools/patches/patch-aj
devel/gettext-tools/patches/patch-ak
devel/gettext-tools/patches/patch-al
devel/gettext-tools/patches/patch-am
devel/gettext-tools/patches/patch-an
devel/gettext-tools/patches/patch-ao
devel/gettext-tools/patches/patch-ap
devel/gettext-tools/patches/patch-aq
devel/gettext-tools/patches/patch-ar
devel/gettext/DESCR
devel/gettext/Makefile
devel/gettext/PLIST
devel/gettext/distinfo
devel/gettext/files/libgettext.h
devel/gettext/patches/patch-aa
devel/gettext/patches/patch-ab
devel/gettext/patches/patch-ad
devel/gettext/patches/patch-ae
devel/gettext/patches/patch-ag
devel/gettext/patches/patch-ah
devel/gettext/patches/patch-aj
devel/gettext/patches/patch-ak
devel/gettext/patches/patch-al
devel/gettext/patches/patch-an
devel/gettext/patches/patch-ao
devel/gettext/patches/patch-ap
devel/gettext/patches/patch-aq
devel/gflib/DESCR
devel/gflib/Makefile
devel/gflib/PLIST
devel/gflib/distinfo
devel/giblib/DESCR
devel/giblib/Makefile
devel/giblib/PLIST
devel/giblib/buildlink3.mk
devel/giblib/distinfo
devel/giblib/patches/patch-aa
devel/gindent/DESCR
devel/gindent/Makefile
devel/gindent/PLIST
devel/gindent/distinfo
devel/gindent/patches/patch-aa
devel/gindent/patches/patch-ab
devel/gindent/patches/patch-ac
devel/glade-gnome/DESCR
devel/glade-gnome/MESSAGE
devel/glade-gnome/Makefile
devel/glade/DESCR
devel/glade/Makefile
devel/glade/Makefile.common
devel/glade/PLIST
devel/glade/distinfo
devel/glade3/DESCR
devel/glade3/Makefile
devel/glade3/PLIST
devel/glade3/buildlink3.mk
devel/glade3/distinfo
devel/glib/DESCR
devel/glib/Makefile
devel/glib/PLIST
devel/glib/buildlink3.mk
devel/glib/distinfo
devel/glib/patches/patch-aa
devel/glib/patches/patch-ab
devel/glib/patches/patch-ac
devel/glib/patches/patch-ad
devel/glib/patches/patch-ae
devel/glib/patches/patch-af
devel/glib/patches/patch-ag
devel/glib/patches/patch-ah
devel/glib/patches/patch-ai
devel/glib/patches/patch-aj
devel/glib2/DESCR
devel/glib2/Makefile
devel/glib2/PLIST
devel/glib2/buildlink3.mk
devel/glib2/distinfo
devel/glib2/hacks.mk
devel/glib2/patches/patch-aa
devel/glib2/patches/patch-ab
devel/glib2/patches/patch-ac
devel/glib2/patches/patch-ad
devel/glib2/patches/patch-ae
devel/glib2/patches/patch-af
devel/glib2/patches/patch-ag
devel/glib2/patches/patch-ah
devel/glib2/patches/patch-ai
devel/glib2/patches/patch-aj
devel/glib2/patches/patch-ak
devel/glib2/patches/patch-al
devel/glib2/patches/patch-ba
devel/glibmm/DESCR
devel/glibmm/Makefile
devel/glibmm/PLIST
devel/glibmm/buildlink3.mk
devel/glibmm/distinfo
devel/global/DESCR
devel/global/Makefile
devel/global/PLIST
devel/global/distinfo
devel/gmake/DESCR
devel/gmake/Makefile
devel/gmake/PLIST
devel/gmake/PLIST.locale
devel/gmake/distinfo
devel/gmake/patches/patch-aa
devel/gmake/patches/patch-ac
devel/gmake/patches/patch-af
devel/gmp/DESCR
devel/gmp/Makefile
devel/gmp/PLIST
devel/gmp/buildlink3.mk
devel/gmp/distinfo
devel/gmp/patches/patch-aa
devel/gmp/patches/patch-ab
devel/gnome-build/DESCR
devel/gnome-build/Makefile
devel/gnome-build/PLIST
devel/gnome-build/buildlink3.mk
devel/gnome-build/distinfo
devel/gnome-build/patches/patch-aa
devel/gnome-build/patches/patch-ab
devel/gnome-build/patches/patch-ac
devel/gnome-common/DESCR
devel/gnome-common/Makefile
devel/gnome-common/PLIST
devel/gnome-common/distinfo
devel/gnustep-base/DESCR
devel/gnustep-base/Makefile
devel/gnustep-base/PLIST
devel/gnustep-base/buildlink3.mk
devel/gnustep-base/distinfo
devel/gnustep-base/files/openapp
devel/gnustep-base/patches/patch-aa
devel/gnustep-base/patches/patch-ab
devel/gnustep-base/patches/patch-ac
devel/gnustep-base/patches/patch-af
devel/gnustep-examples/DESCR
devel/gnustep-examples/Makefile
devel/gnustep-examples/PLIST
devel/gnustep-examples/distinfo
devel/gnustep-make/DESCR
devel/gnustep-make/Makefile
devel/gnustep-make/PLIST
devel/gnustep-make/buildlink3.mk
devel/gnustep-make/distinfo
devel/gnustep-make/gnustep.mk
devel/gnustep-make/patches/patch-aa
devel/gnustep-make/patches/patch-ad
devel/gnustep-make/patches/patch-ae
devel/gnustep-objc-lf2/DESCR
devel/gnustep-objc-lf2/Makefile
devel/gnustep-objc-lf2/PLIST
devel/gnustep-objc-lf2/buildlink3.mk
devel/gnustep-objc-lf2/distinfo
devel/gnustep-objc-lf2/patches/patch-aa
devel/gnustep-objc-lf2/patches/patch-ab
devel/gnustep-objc/DESCR
devel/gnustep-objc/Makefile
devel/gnustep-objc/PLIST
devel/gnustep-objc/buildlink3.mk
devel/gnustep-objc/distinfo
devel/gnustep-objc/patches/patch-aa
devel/gob2/DESCR
devel/gob2/Makefile
devel/gob2/PLIST
devel/gob2/buildlink3.mk
devel/gob2/distinfo
devel/gobo-eiffel/DESCR
devel/gobo-eiffel/Makefile
devel/gobo-eiffel/PLIST
devel/gobo-eiffel/distinfo
devel/gperf/DESCR
devel/gperf/Makefile
devel/gperf/PLIST
devel/gperf/buildlink3.mk
devel/gperf/distinfo
devel/gperf/patches/patch-aa
devel/gputils/DESCR
devel/gputils/Makefile
devel/gputils/PLIST
devel/gputils/distinfo
devel/gsoap/DESCR
devel/gsoap/Makefile
devel/gsoap/PLIST
devel/gsoap/distinfo
devel/gst-plugins0.10-pango/DESCR
devel/gst-plugins0.10-pango/Makefile
devel/gst-plugins0.10-pango/PLIST
devel/gtexinfo/DESCR
devel/gtexinfo/Makefile
devel/gtexinfo/PLIST
devel/gtexinfo/PLIST.locale
devel/gtexinfo/distinfo
devel/gtexinfo/patches/patch-aa
devel/gtexinfo/patches/patch-ab
devel/gtexinfo/patches/patch-ac
devel/gtexinfo/patches/patch-aj
devel/gtexinfo/patches/patch-ak
devel/gtexinfo/patches/patch-am
devel/gtl/DESCR
devel/gtl/Makefile
devel/gtl/PLIST
devel/gtl/buildlink3.mk
devel/gtl/distinfo
devel/guile-fcgi/DESCR
devel/guile-fcgi/Makefile
devel/guile-fcgi/PLIST
devel/guile-fcgi/distinfo
devel/guile-fcgi/patches/patch-aa
devel/guile-fcgi/patches/patch-ab
devel/guile-gnome/DESCR
devel/guile-gnome/Makefile
devel/guile-gnome/PLIST
devel/guile-gnome/distinfo
devel/guile-gnome/patches/patch-aa
devel/guile-gtk/DESCR
devel/guile-gtk/Makefile
devel/guile-gtk/PLIST
devel/guile-gtk/buildlink3.mk
devel/guile-gtk/distinfo
devel/guile-gtk/patches/patch-aa
devel/guile-lib/DESCR
devel/guile-lib/Makefile
devel/guile-lib/PLIST
devel/guile-lib/distinfo
devel/guile-slib/DESCR
devel/guile-slib/Makefile
devel/guile-slib/PLIST
devel/guile-www/DESCR
devel/guile-www/Makefile
devel/guile-www/PLIST
devel/guile-www/distinfo
devel/guile16-gtk/DESCR
devel/guile16-gtk/Makefile
devel/guile16-gtk/PLIST
devel/guile16-gtk/buildlink3.mk
devel/guile16-gtk/distinfo
devel/guile16-gtk/patches/patch-aa
devel/haskell-mode/DESCR
devel/haskell-mode/MESSAGE
devel/haskell-mode/Makefile
devel/haskell-mode/PLIST
devel/haskell-mode/distinfo
devel/hdf/DESCR
devel/hdf/Makefile
devel/hdf/PLIST
devel/hdf/buildlink3.mk
devel/hdf/distinfo
devel/hdf/patches/patch-aa
devel/hdf/patches/patch-ai
devel/hdf/patches/patch-aj
devel/hdf/patches/patch-ao
devel/hdf/patches/patch-ap
devel/hdf/patches/patch-ar
devel/hdf/patches/patch-as
devel/hdf/patches/patch-ba
devel/hdf5/DESCR
devel/hdf5/Makefile
devel/hdf5/PLIST
devel/hdf5/buildlink3.mk
devel/hdf5/distinfo
devel/hdf5/options.mk
devel/hdf5/patches/patch-aa
devel/hdf5/patches/patch-ab
devel/hdf5/patches/patch-ac
devel/hdf5/patches/patch-ad
devel/hdf5/patches/patch-ba
devel/hdf5/patches/patch-bb
devel/hdf5/patches/patch-bc
devel/hdf5/patches/patch-bd
devel/hdf5/patches/patch-be
devel/hdf5/patches/patch-bf
devel/hoe/DESCR
devel/hoe/Makefile
devel/hoe/PLIST
devel/hoe/distinfo
devel/hptools/DESCR
devel/hptools/Makefile
devel/hptools/PLIST
devel/hptools/distinfo
devel/hptools/patches/patch-aa
devel/hptools/patches/patch-ab
devel/hptools/patches/patch-ac
devel/hptools/patches/patch-ad
devel/hptools/patches/patch-ae
devel/hptools/patches/patch-af
devel/hptools/patches/patch-ag
devel/ht/DESCR
devel/ht/Makefile
devel/ht/PLIST
devel/ht/distinfo
devel/ht/patches/patch-aa
devel/hugs-HUnit/DESCR
devel/hugs-HUnit/Makefile
devel/hugs-HUnit/PLIST
devel/hugs-HUnit/distinfo
devel/hugs-unix/DESCR
devel/hugs-unix/Makefile
devel/hugs-unix/PLIST
devel/hugs-unix/distinfo
devel/idiff/DESCR
devel/idiff/MESSAGE
devel/idiff/Makefile
devel/idiff/PLIST
devel/idiff/distinfo
devel/idiff/patches/patch-aa
devel/idiff/patches/patch-ab
devel/idutils/DESCR
devel/idutils/Makefile
devel/idutils/PLIST
devel/idutils/distinfo
devel/idutils/patches/patch-aa
devel/idutils/patches/patch-ab
devel/idutils/patches/patch-ac
devel/idutils/patches/patch-ad
devel/idutils/patches/patch-ae
devel/idutils/patches/patch-ai
devel/idutils/patches/patch-aj
devel/idutils/patches/patch-ak
devel/imake/DESCR
devel/imake/Makefile
devel/imake/PLIST
devel/imake/distinfo
devel/intel2gas/DESCR
devel/intel2gas/Makefile
devel/intel2gas/PLIST
devel/intel2gas/distinfo
devel/intel2gas/patches/patch-aa
devel/isect/DEINSTALL
devel/isect/DESCR
devel/isect/MESSAGE
devel/isect/Makefile
devel/isect/PLIST
devel/isect/distinfo
devel/isect/files/isect.sh
devel/isect/patches/patch-aa
devel/isect/patches/patch-ab
devel/isect/patches/patch-ac
devel/isect/patches/patch-ad
devel/isect/patches/patch-ae
devel/isect/patches/patch-af
devel/isect/patches/patch-ag
devel/its4/DESCR
devel/its4/Makefile
devel/its4/PLIST
devel/its4/distinfo
devel/its4/patches/patch-aa
devel/jam/DESCR
devel/jam/Makefile
devel/jam/PLIST
devel/jam/distinfo
devel/jam/patches/patch-aa
devel/jam/patches/patch-ab
devel/javacc/DESCR
devel/javacc/Makefile
devel/javacc/PLIST
devel/javacc/distinfo
devel/javadeps/DESCR
devel/javadeps/Makefile
devel/javadeps/PLIST
devel/javadeps/distinfo
devel/javadeps/patches/patch-aa
devel/jflex/DESCR
devel/jflex/Makefile
devel/jflex/PLIST
devel/jflex/distinfo
devel/jgrasp/DESCR
devel/jgrasp/Makefile
devel/jgrasp/PLIST
devel/jgrasp/distinfo
devel/jgrasp/patches/patch-aa
devel/js2-mode/DESCR
devel/js2-mode/MESSAGE
devel/js2-mode/Makefile
devel/js2-mode/PLIST
devel/js2-mode/distinfo
devel/kdbg/DESCR
devel/kdbg/Makefile
devel/kdbg/PLIST
devel/kdbg/distinfo
devel/kdbg/patches/patch-ac
devel/kdesdk3/DESCR
devel/kdesdk3/Makefile
devel/kdesdk3/PLIST
devel/kdesdk3/PLIST.kmtrace
devel/kdesdk3/buildlink3.mk
devel/kdesdk3/distinfo
devel/kdesdk3/options.mk
devel/kdesdk3/patches/patch-aa
devel/kdesdk3/patches/patch-ab
devel/kdesdk3/patches/patch-ac
devel/kdevelop-base/DESCR
devel/kdevelop-base/Makefile
devel/kdevelop-base/PLIST
devel/kdevelop-base/distinfo
devel/kdevelop-base/options.mk
devel/kdevelop-base/patches/patch-aa
devel/kdevelop-base/patches/patch-ab
devel/kdevelop-base/patches/patch-ag
devel/kdevelop-base/patches/patch-ah
devel/kdevelop-base/patches/patch-ai
devel/kdevelop-base/patches/patch-aj
devel/kdevelop/DESCR
devel/kdevelop/Makefile
devel/kdiff3/DESCR
devel/kdiff3/Makefile
devel/kdiff3/PLIST
devel/kdiff3/distinfo
devel/kdiff3/patches/patch-aa
devel/ko-po-check/DESCR
devel/ko-po-check/Makefile
devel/ko-po-check/PLIST
devel/ko-po-check/distinfo
devel/ko-po-check/patches/patch-aa
devel/kscope/DESCR
devel/kscope/Makefile
devel/kscope/PLIST
devel/kscope/distinfo
devel/kscope/files/kscoperc
devel/lcc/DESCR
devel/lcc/Makefile
devel/lcc/PLIST
devel/lcc/distinfo
devel/lcc/files/cdefs.h
devel/lcc/files/netbsd.c
devel/lcc/files/x86bsd.md
devel/lcc/patches/patch-aa
devel/lcc/patches/patch-ab
devel/lcc/patches/patch-ac
devel/lcc/patches/patch-ad
devel/lcc/patches/patch-ae
devel/ldapsdk/DESCR
devel/ldapsdk/Makefile
devel/ldapsdk/PLIST
devel/ldapsdk/buildlink3.mk
devel/ldapsdk/distinfo
devel/ldapsdk/patches/patch-aa
devel/ldapsdk/patches/patch-ab
devel/ldapsdk/patches/patch-ac
devel/ldapsdk/patches/patch-ad
devel/ldapsdk/patches/patch-ae
devel/ldapsdk/patches/patch-af
devel/libFoundation/DESCR
devel/libFoundation/Makefile
devel/libFoundation/PLIST
devel/libFoundation/buildlink3.mk
devel/libFoundation/distinfo
devel/libarena/DESCR
devel/libarena/Makefile
devel/libarena/PLIST
devel/libarena/distinfo
devel/libarena/patches/patch-aa
devel/libarena/patches/patch-ab
devel/libargparse/DESCR
devel/libargparse/Makefile
devel/libargparse/PLIST
devel/libargparse/buildlink3.mk
devel/libargparse/distinfo
devel/libast/DESCR
devel/libast/Makefile
devel/libast/PLIST
devel/libast/buildlink3.mk
devel/libast/distinfo
devel/libast/options.mk
devel/libast/patches/patch-aa
devel/libaura/DESCR
devel/libaura/Makefile
devel/libaura/PLIST
devel/libaura/buildlink3.mk
devel/libaura/distinfo
devel/libbegemot/DESCR
devel/libbegemot/Makefile
devel/libbegemot/PLIST
devel/libbegemot/buildlink3.mk
devel/libbegemot/distinfo
devel/libbegemot/patches/patch-aa
devel/libbinio/DESCR
devel/libbinio/Makefile
devel/libbinio/PLIST
devel/libbinio/buildlink3.mk
devel/libbinio/distinfo
devel/libbinio/patches/patch-aa
devel/libbonobo/DESCR
devel/libbonobo/Makefile
devel/libbonobo/PLIST
devel/libbonobo/buildlink3.mk
devel/libbonobo/distinfo
devel/libbonobo/patches/patch-aa
devel/libbonobo/patches/patch-ab
devel/libbonobo/patches/patch-ac
devel/libbonoboui/DESCR
devel/libbonoboui/Makefile
devel/libbonoboui/PLIST
devel/libbonoboui/buildlink3.mk
devel/libbonoboui/distinfo
devel/libcfg+/DESCR
devel/libcfg+/Makefile
devel/libcfg+/PLIST
devel/libcfg+/buildlink3.mk
devel/libcfg+/distinfo
devel/libcfg+/patches/patch-aa
devel/libcfg+/patches/patch-ab
devel/libcfg+/patches/patch-ac
devel/libcfg+/patches/patch-ad
devel/libconfig/DESCR
devel/libconfig/Makefile
devel/libconfig/PLIST
devel/libconfig/buildlink3.mk
devel/libconfig/distinfo
devel/libconfig/patches/patch-aa
devel/libctl/DESCR
devel/libctl/Makefile
devel/libctl/PLIST
devel/libctl/distinfo
devel/libdatrie/DESCR
devel/libdatrie/Makefile
devel/libdatrie/PLIST
devel/libdatrie/buildlink3.mk
devel/libdatrie/distinfo
devel/libdfui/DESCR
devel/libdfui/Makefile
devel/libdfui/PLIST
devel/libdfui/buildlink3.mk
devel/libdfui/distinfo
devel/libdnsres/DESCR
devel/libdnsres/Makefile
devel/libdnsres/PLIST
devel/libdnsres/buildlink3.mk
devel/libdnsres/distinfo
devel/libdnsres/patches/patch-aa
devel/libdnsres/patches/patch-ab
devel/libdockapp/DESCR
devel/libdockapp/Makefile
devel/libdockapp/PLIST
devel/libdockapp/buildlink3.mk
devel/libdockapp/distinfo
devel/libdockapp/patches/patch-aa
devel/libebml/DESCR
devel/libebml/Makefile
devel/libebml/PLIST
devel/libebml/buildlink3.mk
devel/libebml/distinfo
devel/libebml/patches/patch-aa
devel/libelf/DESCR
devel/libelf/Makefile
devel/libelf/PLIST
devel/libelf/buildlink3.mk
devel/libelf/distinfo
devel/libelf/patches/patch-aa
devel/libelf/patches/patch-ab
devel/libetm/DESCR
devel/libetm/Makefile
devel/libetm/PLIST
devel/libetm/buildlink3.mk
devel/libetm/distinfo
devel/libetm/patches/patch-aa
devel/libevent/DESCR
devel/libevent/Makefile
devel/libevent/PLIST
devel/libevent/buildlink3.mk
devel/libevent/builtin.mk
devel/libevent/distinfo
devel/libevent/patches/patch-aa
devel/libevent/patches/patch-ac
devel/libevent/patches/patch-ad
devel/libextractor/DESCR
devel/libextractor/Makefile
devel/libextractor/PLIST
devel/libextractor/buildlink3.mk
devel/libextractor/distinfo
devel/libextractor/patches/patch-aa
devel/libextractor/patches/patch-ab
devel/libextractor/patches/patch-ac
devel/libextractor/patches/patch-ad
devel/libffi/DESCR
devel/libffi/Makefile
devel/libffi/PLIST
devel/libffi/buildlink3.mk
devel/libffi/distinfo
devel/libffi/patches/patch-aa
devel/libffi/patches/patch-ab
devel/libgail-gnome/DESCR
devel/libgail-gnome/Makefile
devel/libgail-gnome/PLIST
devel/libgail-gnome/buildlink3.mk
devel/libgail-gnome/distinfo
devel/libgcroots/DESCR
devel/libgcroots/Makefile
devel/libgcroots/PLIST
devel/libgcroots/buildlink3.mk
devel/libgcroots/distinfo
devel/libgetopt/DESCR
devel/libgetopt/Makefile
devel/libgetopt/PLIST
devel/libgetopt/buildlink3.mk
devel/libgetopt/builtin.mk
devel/libgetopt/files/getopt.h
devel/libgetopt/files/getopt_long.3
devel/libgetopt/files/getopt_long.c
devel/libglade/DESCR
devel/libglade/Makefile
devel/libglade/PLIST
devel/libglade/buildlink3.mk
devel/libglade/distinfo
devel/libglade/patches/patch-aa
devel/libglademm/DESCR
devel/libglademm/Makefile
devel/libglademm/PLIST
devel/libglademm/buildlink3.mk
devel/libglademm/distinfo
devel/libgnome/DESCR
devel/libgnome/Makefile
devel/libgnome/PLIST
devel/libgnome/buildlink3.mk
devel/libgnome/distinfo
devel/libgnome/patches/patch-af
devel/libgnome/patches/patch-ag
devel/libgnomemm/DESCR
devel/libgnomemm/Makefile
devel/libgnomemm/PLIST
devel/libgnomemm/buildlink3.mk
devel/libgnomemm/distinfo
devel/libgnomeui/DESCR
devel/libgnomeui/Makefile
devel/libgnomeui/PLIST
devel/libgnomeui/buildlink3.mk
devel/libgnomeui/distinfo
devel/libgnomeuimm/DESCR
devel/libgnomeuimm/Makefile
devel/libgnomeuimm/PLIST
devel/libgnomeuimm/buildlink3.mk
devel/libgnomeuimm/distinfo
devel/libgphoto2/DESCR
devel/libgphoto2/Makefile
devel/libgphoto2/PLIST.Linux
devel/libgphoto2/PLIST.common
devel/libgphoto2/PLIST.common_end
devel/libgphoto2/buildlink3.mk
devel/libgphoto2/distinfo
devel/libgphoto2/patches/patch-aa
devel/libgphoto2/patches/patch-ab
devel/libgphoto2/patches/patch-ac
devel/libgphoto2/patches/patch-ad
devel/libgphoto2/patches/patch-ae
devel/libgphoto2/patches/patch-af
devel/libgphoto2/patches/patch-ag
devel/libgphoto2/patches/patch-ah
devel/libgphoto2/patches/patch-ai
devel/libgsf/DESCR
devel/libgsf/Makefile
devel/libgsf/PLIST
devel/libgsf/buildlink3.mk
devel/libgsf/distinfo
devel/libgsf/patches/patch-aa
devel/libgweather/DESCR
devel/libgweather/Makefile
devel/libgweather/PLIST
devel/libgweather/buildlink3.mk
devel/libgweather/distinfo
devel/libhfs/DESCR
devel/libhfs/Makefile
devel/libhfs/PLIST
devel/libhfs/buildlink3.mk
devel/libhfs/distinfo
devel/libhfs/patches/patch-aa
devel/libhfs/patches/patch-ab
devel/libhfs/patches/patch-ac
devel/libhfs/patches/patch-ad
devel/libiberty/DESCR
devel/libiberty/Makefile
devel/libiberty/PLIST
devel/libiberty/application.mk
devel/libiberty/buildlink3.mk
devel/libiberty/distinfo
devel/libiberty/patches/patch-aa
devel/libidn/DESCR
devel/libidn/Makefile
devel/libidn/PLIST
devel/libidn/buildlink3.mk
devel/libidn/distinfo
devel/libidn/patches/patch-aa
devel/libinstaller/DESCR
devel/libinstaller/Makefile
devel/libinstaller/PLIST
devel/libinstaller/buildlink3.mk
devel/libinstaller/distinfo
devel/libixp/DESCR
devel/libixp/Makefile
devel/libixp/PLIST
devel/libixp/buildlink3.mk
devel/libixp/distinfo
devel/libixp/patches/patch-aa
devel/libjit/DESCR
devel/libjit/Makefile
devel/libjit/PLIST
devel/libjit/buildlink3.mk
devel/libjit/distinfo
devel/libjudy/DESCR
devel/libjudy/Makefile
devel/libjudy/PLIST
devel/libjudy/buildlink3.mk
devel/libjudy/distinfo
devel/libltdl/DESCR
devel/libltdl/Makefile
devel/libltdl/PLIST
devel/libltdl/buildlink3.mk
devel/libltdl/convenience.mk
devel/libmatchbox/DESCR
devel/libmatchbox/Makefile
devel/libmatchbox/PLIST
devel/libmatchbox/buildlink3.mk
devel/libmatchbox/distinfo
devel/libmcs/DESCR
devel/libmcs/Makefile
devel/libmcs/PLIST
devel/libmcs/buildlink3.mk
devel/libmcs/distinfo
devel/libmemcache/DESCR
devel/libmemcache/Makefile
devel/libmemcache/PLIST
devel/libmemcache/buildlink3.mk
devel/libmemcache/distinfo
devel/libmemcache/patches/patch-aa
devel/libmemcache/patches/patch-ab
devel/libmemmgr/DESCR
devel/libmemmgr/Makefile
devel/libmemmgr/PLIST
devel/libmemmgr/buildlink3.mk
devel/libmemmgr/distinfo
devel/libmemmgr/patches/patch-aa
devel/libmimedir/DESCR
devel/libmimedir/Makefile
devel/libmimedir/PLIST
devel/libmimedir/buildlink3.mk
devel/libmimedir/distinfo
devel/libmimedir/patches/patch-aa
devel/libmimedir/patches/patch-ab
devel/libmm/DESCR
devel/libmm/Makefile
devel/libmm/PLIST
devel/libmm/buildlink3.mk
devel/libmm/distinfo
devel/libmm/patches/patch-aa
devel/libnet10/DESCR
devel/libnet10/Makefile
devel/libnet10/PLIST
devel/libnet10/buildlink3.mk
devel/libnet10/distinfo
devel/libnet10/patches/patch-aa
devel/libnet10/patches/patch-ab
devel/libnet10/patches/patch-ac
devel/libnet10/patches/patch-ad
devel/libnet11/DESCR
devel/libnet11/Makefile
devel/libnet11/PLIST
devel/libnet11/buildlink3.mk
devel/libnet11/distinfo
devel/libnet11/patches/patch-aa
devel/libnet11/patches/patch-ab
devel/libntlm/DESCR
devel/libntlm/Makefile
devel/libntlm/PLIST
devel/libntlm/buildlink3.mk
devel/libntlm/distinfo
devel/libntlm/patches/patch-aa
devel/libntlm/patches/patch-ab
devel/libntlm/patches/patch-ac
devel/libntlm/patches/patch-ad
devel/liboil/DESCR
devel/liboil/Makefile
devel/liboil/PLIST
devel/liboil/buildlink3.mk
devel/liboil/distinfo
devel/liboil/patches/patch-ab
devel/liboil/patches/patch-ac
devel/liboil/patches/patch-ad
devel/liboop/DESCR
devel/liboop/Makefile
devel/liboop/PLIST
devel/liboop/buildlink3.mk
devel/liboop/distinfo
devel/liboop/patches/patch-aa
devel/libosip/DESCR
devel/libosip/Makefile
devel/libosip/PLIST
devel/libosip/buildlink3.mk
devel/libosip/distinfo
devel/libosip/patches/patch-aa
devel/libowfat/DESCR
devel/libowfat/Makefile
devel/libowfat/PLIST
devel/libowfat/buildlink3.mk
devel/libowfat/distinfo
devel/libowfat/patches/patch-aa
devel/libportlib/DESCR
devel/libportlib/Makefile
devel/libportlib/PLIST
devel/libportlib/buildlink3.mk
devel/libportlib/distinfo
devel/libportlib/patches/patch-aa
devel/libproplist/DESCR
devel/libproplist/Makefile
devel/libproplist/PLIST
devel/libproplist/buildlink3.mk
devel/libproplist/distinfo
devel/librfuncs/DESCR
devel/librfuncs/Makefile
devel/librfuncs/PLIST
devel/librfuncs/buildlink3.mk
devel/librfuncs/distinfo
devel/librfuncs/patches/patch-aa
devel/librfuncs/patches/patch-ab
devel/librlog/DESCR
devel/librlog/Makefile
devel/librlog/PLIST
devel/librlog/buildlink3.mk
devel/librlog/distinfo
devel/librsync/DESCR
devel/librsync/Makefile
devel/librsync/PLIST
devel/librsync/buildlink3.mk
devel/librsync/distinfo
devel/librsync/patches/patch-aa
devel/librsync/patches/patch-ab
devel/librxspencer/DESCR
devel/librxspencer/Makefile
devel/librxspencer/PLIST
devel/librxspencer/buildlink3.mk
devel/librxspencer/distinfo
devel/libscsi/DESCR
devel/libscsi/Makefile
devel/libscsi/PLIST
devel/libscsi/buildlink3.mk
devel/libscsi/distinfo
devel/libscsi/patches/patch-aa
devel/libscsi/patches/patch-ab
devel/libscsi/patches/patch-ac
devel/libscsi/patches/patch-ad
devel/libsexy/DESCR
devel/libsexy/Makefile
devel/libsexy/PLIST
devel/libsexy/buildlink3.mk
devel/libsexy/distinfo
devel/libsexymm/DESCR
devel/libsexymm/Makefile
devel/libsexymm/PLIST
devel/libsexymm/buildlink3.mk
devel/libsexymm/distinfo
devel/libsigc++/DESCR
devel/libsigc++/Makefile
devel/libsigc++/PLIST
devel/libsigc++/buildlink3.mk
devel/libsigc++/distinfo
devel/libsigc++1/DESCR
devel/libsigc++1/Makefile
devel/libsigc++1/PLIST
devel/libsigc++1/buildlink3.mk
devel/libsigc++1/distinfo
devel/libsigsegv/DESCR
devel/libsigsegv/Makefile
devel/libsigsegv/PLIST
devel/libsigsegv/buildlink3.mk
devel/libsigsegv/distinfo
devel/libsigsegv/patches/patch-aa
devel/libslang/DESCR
devel/libslang/Makefile
devel/libslang/PLIST
devel/libslang/buildlink3.mk
devel/libslang/distinfo
devel/libslang/patches/patch-aa
devel/libslang/patches/patch-ab
devel/libslang/patches/patch-ac
devel/libslang/patches/patch-ad
devel/libsmi/DESCR
devel/libsmi/Makefile
devel/libsmi/PLIST
devel/libsmi/distinfo
devel/libsmi/patches/patch-aa
devel/libsmi/patches/patch-ab
devel/libsmi/patches/patch-ac
devel/libsmi/patches/patch-ad
devel/libstash/DESCR
devel/libstash/Makefile
devel/libstash/PLIST
devel/libstash/distinfo
devel/libstash/patches/patch-aa
devel/libstash/patches/patch-ab
devel/libstash/patches/patch-ac
devel/libstatgrab/DESCR
devel/libstatgrab/Makefile
devel/libstatgrab/PLIST
devel/libstatgrab/buildlink3.mk
devel/libstatgrab/distinfo
devel/libstatgrab/options.mk
devel/libstatgrab/patches/patch-aa
devel/libstatgrab/patches/patch-ab
devel/libstatgrab/patches/patch-ac
devel/libstatgrab/patches/patch-ad
devel/libstatgrab/patches/patch-ae
devel/libstree/DESCR
devel/libstree/Makefile
devel/libstree/PLIST
devel/libstree/distinfo
devel/libstroke/DESCR
devel/libstroke/Makefile
devel/libstroke/PLIST
devel/libstroke/buildlink3.mk
devel/libstroke/distinfo
devel/libtai/DESCR
devel/libtai/Makefile
devel/libtai/PLIST
devel/libtai/distinfo
devel/libtar/DESCR
devel/libtar/Makefile
devel/libtar/PLIST
devel/libtar/buildlink3.mk
devel/libtar/distinfo
devel/libtar/patches/patch-aa
devel/libtecla/DESCR
devel/libtecla/Makefile
devel/libtecla/PLIST
devel/libtecla/PLIST.SunOS
devel/libtecla/buildlink3.mk
devel/libtecla/distinfo
devel/libthai/DESCR
devel/libthai/Makefile
devel/libthai/PLIST
devel/libthai/buildlink3.mk
devel/libthai/distinfo
devel/libtool-base/DESCR
devel/libtool-base/Makefile
devel/libtool-base/PLIST
devel/libtool-base/files/shlibtool.in
devel/libtool-info/DESCR
devel/libtool-info/Makefile
devel/libtool-info/PLIST
devel/libtool/DESCR
devel/libtool/Makefile
devel/libtool/Makefile.common
devel/libtool/PLIST
devel/libtool/distinfo
devel/libtool/patches/manual-libtool.m4
devel/libtool/patches/manual.README
devel/libtool/patches/patch-aa
devel/libtool/patches/patch-ab
devel/libtool/patches/patch-ac
devel/libtool/patches/patch-ad
devel/libts/DESCR
devel/libts/Makefile
devel/libts/PLIST
devel/libts/buildlink3.mk
devel/libts/distinfo
devel/libts/patches/patch-aa
devel/libusb/DESCR
devel/libusb/Makefile
devel/libusb/PLIST
devel/libusb/buildlink3.mk
devel/libusb/distinfo
devel/libusb/patches/patch-aa
devel/libusb/patches/patch-ab
devel/libusb/patches/patch-ac
devel/libusb/patches/patch-ad
devel/libusb/patches/patch-ae
devel/libwhisker2/DESCR
devel/libwhisker2/Makefile
devel/libwhisker2/PLIST
devel/libwhisker2/distinfo
devel/libwnck/DESCR
devel/libwnck/Makefile
devel/libwnck/PLIST
devel/libwnck/buildlink3.mk
devel/libwnck/distinfo
devel/lincvs/DESCR
devel/lincvs/Makefile
devel/lincvs/PLIST
devel/lincvs/distinfo
devel/lincvs/patches/patch-ah
devel/lincvs/patches/patch-ai
devel/lincvs/patches/patch-aj
devel/lincvs/patches/patch-ak
devel/ltsa/DESCR
devel/ltsa/Makefile
devel/ltsa/PLIST
devel/ltsa/distinfo
devel/lwp/DESCR
devel/lwp/Makefile
devel/lwp/PLIST
devel/lwp/buildlink3.mk
devel/lwp/distinfo
devel/m17n-lib/DESCR
devel/m17n-lib/Makefile
devel/m17n-lib/PLIST
devel/m17n-lib/buildlink3.mk
devel/m17n-lib/distinfo
devel/m17n-lib/options.mk
devel/m17n-lib/patches/patch-aa
devel/m17n-lib/patches/patch-ab
devel/m17n-lib/patches/patch-ac
devel/m17n-lib/patches/patch-ad
devel/m17n-lib/patches/patch-ae
devel/m17n-lib/patches/patch-af
devel/m4/DESCR
devel/m4/Makefile
devel/m4/PLIST
devel/m4/distinfo
devel/m4/files/bsd-fflush.c
devel/m4/hacks.mk
devel/m4/patches/patch-aa
devel/makedepend/DESCR
devel/makedepend/Makefile
devel/makedepend/PLIST
devel/makedepend/distinfo
devel/makedepf90/DESCR
devel/makedepf90/Makefile
devel/makedepf90/PLIST
devel/makedepf90/distinfo
devel/maketool/DESCR
devel/maketool/Makefile
devel/maketool/PLIST
devel/maketool/distinfo
devel/mantis/DESCR
devel/mantis/MESSAGE
devel/mantis/Makefile
devel/mantis/PLIST
devel/mantis/distinfo
devel/mantis/files/mantis.conf
devel/meld/DESCR
devel/meld/Makefile
devel/meld/PLIST
devel/meld/distinfo
devel/mell/DESCR
devel/mell/Makefile
devel/mell/PLIST
devel/mell/buildlink3.mk
devel/mell/distinfo
devel/mell/patches/patch-aa
devel/mell/patches/patch-ab
devel/memcached/DESCR
devel/memcached/Makefile
devel/memcached/PLIST
devel/memcached/distinfo
devel/memcached/patches/patch-aa
devel/memcached/patches/patch-ab
devel/mercurial/DESCR
devel/mercurial/Makefile
devel/mercurial/PLIST
devel/mercurial/distinfo
devel/mercurial/patches/patch-aa
devel/mk-files/DESCR
devel/mk-files/Makefile
devel/mk-files/PLIST
devel/mk-files/distinfo
devel/mkcmd/DESCR
devel/mkcmd/Makefile
devel/mkcmd/PLIST
devel/mkcmd/distinfo
devel/mkcmd/files/makeme
devel/mkcmd/patches/patch-aa
devel/mkcmd/patches/patch-ab
devel/mkcmd/patches/patch-ac
devel/mkcmd/patches/patch-ad
devel/mkcmd/patches/patch-ae
devel/mkcmd/patches/patch-af
devel/mkcmd/patches/patch-ag
devel/mkcmd/patches/patch-ah
devel/mkcmd/patches/patch-ai
devel/mkcmd/patches/patch-aj
devel/mkcmd/patches/patch-ak
devel/mkcmd/patches/patch-al
devel/mkcmd/patches/patch-am
devel/mkcmd/patches/patch-ao
devel/mkcmd/patches/patch-ap
devel/mkcmd/patches/patch-aq
devel/mkcmd/patches/patch-ar
devel/mkcmd/patches/patch-as
devel/mkcmd/patches/patch-at
devel/mkcmd/patches/patch-au
devel/mkcmd/patches/patch-av
devel/mkcmd/patches/patch-aw
devel/mkcmd/patches/patch-ax
devel/mkcmd/patches/patch-ay
devel/mkcmd/patches/patch-az
devel/mkcmd/patches/patch-ba
devel/mono-addins/DESCR
devel/mono-addins/Makefile
devel/mono-addins/PLIST
devel/mono-addins/buildlink3.mk
devel/mono-addins/distinfo
devel/mono-tools/DESCR
devel/mono-tools/Makefile
devel/mono-tools/PLIST
devel/mono-tools/buildlink3.mk
devel/mono-tools/distinfo
devel/mono-tools/patches/patch-aa
devel/monodevelop/DESCR
devel/monodevelop/Makefile
devel/monodevelop/PLIST
devel/monodevelop/distinfo
devel/monodevelop/patches/patch-aa
devel/monotone-server/DESCR
devel/monotone-server/MESSAGE
devel/monotone-server/Makefile
devel/monotone-server/PLIST
devel/monotone-server/files/branches.conf
devel/monotone-server/files/hooks.conf
devel/monotone-server/files/monotone-server-init.sh
devel/monotone-server/files/monotone.sh
devel/monotone-server/files/read-permissions
devel/monotone-server/files/write-permissions
devel/monotone-viz/DESCR
devel/monotone-viz/Makefile
devel/monotone-viz/PLIST
devel/monotone-viz/distinfo
devel/monotone-viz/patches/patch-aa
devel/monotone-viz/patches/patch-ab
devel/monotone/DESCR
devel/monotone/Makefile
devel/monotone/PLIST
devel/monotone/distinfo
devel/mph/DESCR
devel/mph/Makefile
devel/mph/PLIST
devel/mph/distinfo
devel/nana/DESCR
devel/nana/Makefile
devel/nana/PLIST
devel/nana/distinfo
devel/nasm/DESCR
devel/nasm/Makefile
devel/nasm/PLIST
devel/nasm/distinfo
devel/nasm/patches/patch-aa
devel/nasm/patches/patch-ab
devel/nasm/patches/patch-ac
devel/nbitools/DESCR
devel/nbitools/Makefile
devel/nbitools/PLIST
devel/nbitools/distinfo
devel/nbitools/files/DragonFly.cf
devel/nbitools/patches/patch-aa
devel/nbitools/patches/patch-ab
devel/nbitools/patches/patch-ac
devel/nbitools/patches/patch-ad
devel/nbitools/patches/patch-ae
devel/nbitools/patches/patch-af
devel/nbitools/patches/patch-ag
devel/nbitools/patches/patch-ah
devel/nbitools/patches/patch-ai
devel/nbitools/patches/patch-aj
devel/nbitools/patches/patch-ak
devel/nbitools/patches/patch-al
devel/ncurses/DESCR
devel/ncurses/Makefile
devel/ncurses/Makefile.common
devel/ncurses/PLIST
devel/ncurses/buildlink3.mk
devel/ncurses/builtin.mk
devel/ncurses/distinfo
devel/ncurses/patches/patch-aa
devel/ncurses/patches/patch-ab
devel/ncurses/patches/patch-ac
devel/ncurses/patches/patch-ad
devel/ncurses/patches/patch-ae
devel/ncursesw/DESCR
devel/ncursesw/Makefile
devel/ncursesw/PLIST
devel/ncursesw/buildlink3.mk
devel/ncursesw/builtin.mk
devel/netbeans-ide/DESCR
devel/netbeans-ide/Makefile
devel/netbeans-ide/PLIST
devel/netbeans-ide/distinfo
devel/netbsd-iscsi-initiator/DESCR
devel/netbsd-iscsi-initiator/Makefile
devel/netbsd-iscsi-initiator/PLIST
devel/netbsd-iscsi-initiator/distinfo
devel/netbsd-iscsi-initiator/patches/patch-aa
devel/netbsd-iscsi-target/DESCR
devel/netbsd-iscsi-target/Makefile
devel/netbsd-iscsi-target/PLIST
devel/netbsd-iscsi-target/distinfo
devel/netbsd-iscsi-target/patches/patch-aa
devel/netcdf/DESCR
devel/netcdf/Makefile
devel/netcdf/PLIST
devel/netcdf/buildlink3.mk
devel/netcdf/distinfo
devel/netcdf/patches/patch-ab
devel/netcdf/patches/patch-ac
devel/netcdf/patches/patch-ad
devel/netcdf/patches/patch-ae
devel/netcdf/patches/patch-af
devel/netcdf/patches/patch-ag
devel/netcdf/patches/patch-ah
devel/netcdf/patches/patch-ai
devel/netcdf/patches/patch-al
devel/netcdf/patches/patch-an
devel/newfile/DESCR
devel/newfile/Makefile
devel/newfile/PLIST
devel/newfile/distinfo
devel/newfile/patches/patch-aa
devel/newt/DESCR
devel/newt/Makefile
devel/newt/Makefile.common
devel/newt/PLIST
devel/newt/TODO
devel/newt/buildlink3.mk
devel/newt/distinfo
devel/newt/patches/patch-aa
devel/noweb/DESCR
devel/noweb/Makefile
devel/noweb/PLIST
devel/noweb/distinfo
devel/noweb/patches/patch-aa
devel/noweb/patches/patch-ac
devel/noweb/patches/patch-ad
devel/noweb/patches/patch-ae
devel/noweb/patches/patch-af
devel/noweb/patches/patch-ag
devel/noweb/patches/patch-ah
devel/noweb/patches/patch-ai
devel/noweb/patches/patch-aj
devel/noweb/patches/patch-ak
devel/noweb/patches/patch-al
devel/noweb/patches/patch-am
devel/noweb/patches/patch-an
devel/nqc/DESCR
devel/nqc/Makefile
devel/nqc/PLIST
devel/nqc/distinfo
devel/nqc/patches/patch-aa
devel/nsis/DESCR
devel/nsis/Makefile
devel/nsis/PLIST
devel/nsis/distinfo
devel/nsis/files/makensis.sh
devel/nspr-reference/DESCR
devel/nspr-reference/Makefile
devel/nspr-reference/PLIST
devel/nspr-reference/distinfo
devel/nspr/DESCR
devel/nspr/Makefile
devel/nspr/PLIST
devel/nspr/buildlink3.mk
devel/nspr/distinfo
devel/nspr/hacks.mk
devel/nspr/patches/patch-aa
devel/nspr/patches/patch-ab
devel/nspr/patches/patch-ac
devel/nspr/patches/patch-ad
devel/nspr/patches/patch-ae
devel/nspr/patches/patch-af
devel/nspr/patches/patch-ag
devel/nspr/patches/patch-ah
devel/nspr/patches/patch-ai
devel/nspr/patches/patch-ak
devel/nspr/patches/patch-al
devel/nspr/patches/patch-am
devel/nspr/patches/patch-an
devel/nss/DESCR
devel/nss/Makefile
devel/nss/PLIST
devel/nss/buildlink3.mk
devel/nss/distinfo
devel/nss/files/DragonFly.mk
devel/nss/patches/patch-aa
devel/nss/patches/patch-ab
devel/nss/patches/patch-ae
devel/nss/patches/patch-af
devel/nss/patches/patch-ag
devel/nss/patches/patch-ah
devel/nss/patches/patch-ai
devel/nss/patches/patch-ak
devel/nss/patches/patch-an
devel/ocaml-findlib/DESCR
devel/ocaml-findlib/Makefile
devel/ocaml-findlib/PLIST
devel/ocaml-findlib/distinfo
devel/ocaml-findlib/files/ocaml-findlib-register.sh
devel/ode/DESCR
devel/ode/Makefile
devel/ode/PLIST
devel/ode/buildlink3.mk
devel/ode/distinfo
devel/ode/patches/patch-aa
devel/ode/patches/patch-ab
devel/ogre/DESCR
devel/ogre/Makefile
devel/ogre/PLIST
devel/ogre/buildlink3.mk
devel/ogre/distinfo
devel/ogre/patches/patch-aa
devel/ogre/patches/patch-ab
devel/ogre/patches/patch-ac
devel/ogre/patches/patch-ad
devel/ogre/patches/patch-ae
devel/ogre/patches/patch-af
devel/ogre/patches/patch-ba
devel/ogre/patches/patch-bb
devel/ogre/patches/patch-bc
devel/ogre/patches/patch-bd
devel/ogre/patches/patch-be
devel/ogre/patches/patch-bf
devel/opencm/DESCR
devel/opencm/MESSAGE
devel/opencm/Makefile
devel/opencm/PLIST
devel/opencm/distinfo
devel/opencm/patches/patch-aa
devel/opencm/patches/patch-ab
devel/opencm/patches/patch-ac
devel/opencm/patches/patch-ad
devel/opencm/patches/patch-ae
devel/opencm/patches/patch-af
devel/opencm/patches/patch-ag
devel/opencm/patches/patch-ah
devel/opengrok/DESCR
devel/opengrok/Makefile
devel/opengrok/PLIST
devel/opengrok/distinfo
devel/opengrok/options.mk
devel/opengrok/patches/patch-aa
devel/opengrok/patches/patch-ab
devel/ossp-uuid/DESCR
devel/ossp-uuid/Makefile
devel/ossp-uuid/PLIST
devel/ossp-uuid/buildlink3.mk
devel/ossp-uuid/distinfo
devel/ossp-uuid/patches/patch-aa
devel/p4-docs/DESCR
devel/p4-docs/Makefile
devel/p4-docs/PLIST
devel/p4-docs/distinfo
devel/p4/DESCR
devel/p4/Makefile
devel/p4/Makefile.common
devel/p4/PLIST
devel/p4/distinfo
devel/p4d/DESCR
devel/p4d/Makefile
devel/p4d/PLIST
devel/p4d/distinfo
devel/p4d/files/p4d.sh
devel/p4pr/DESCR
devel/p4pr/Makefile
devel/p4pr/PLIST
devel/p4pr/distinfo
devel/p4web/DESCR
devel/p4web/Makefile
devel/p4web/PLIST
devel/p4web/distinfo
devel/p5-Algorithm-Annotate/DESCR
devel/p5-Algorithm-Annotate/Makefile
devel/p5-Algorithm-Annotate/distinfo
devel/p5-Algorithm-Dependency/DESCR
devel/p5-Algorithm-Dependency/Makefile
devel/p5-Algorithm-Dependency/distinfo
devel/p5-Algorithm-Diff/DESCR
devel/p5-Algorithm-Diff/Makefile
devel/p5-Algorithm-Diff/distinfo
devel/p5-Algorithm-Merge/DESCR
devel/p5-Algorithm-Merge/Makefile
devel/p5-Algorithm-Merge/distinfo
devel/p5-AnyEvent/DESCR
devel/p5-AnyEvent/Makefile
devel/p5-AnyEvent/distinfo
devel/p5-App-CLI/DESCR
devel/p5-App-CLI/Makefile
devel/p5-App-CLI/distinfo
devel/p5-App-Cmd/DESCR
devel/p5-App-Cmd/Makefile
devel/p5-App-Cmd/distinfo
devel/p5-AppConfig-Std/DESCR
devel/p5-AppConfig-Std/Makefile
devel/p5-AppConfig-Std/distinfo
devel/p5-AppConfig/DESCR
devel/p5-AppConfig/Makefile
devel/p5-AppConfig/distinfo
devel/p5-Array-Compare/DESCR
devel/p5-Array-Compare/Makefile
devel/p5-Array-Compare/distinfo
devel/p5-AtExit/DESCR
devel/p5-AtExit/Makefile
devel/p5-AtExit/distinfo
devel/p5-Attribute-Handlers/DESCR
devel/p5-Attribute-Handlers/Makefile
devel/p5-Attribute-Handlers/distinfo
devel/p5-B-Keywords/DESCR
devel/p5-B-Keywords/Makefile
devel/p5-B-Keywords/distinfo
devel/p5-BSD-Resource/DESCR
devel/p5-BSD-Resource/Makefile
devel/p5-BSD-Resource/distinfo
devel/p5-Bit-Vector/DESCR
devel/p5-Bit-Vector/Makefile
devel/p5-Bit-Vector/distinfo
devel/p5-Cache-Cache/DESCR
devel/p5-Cache-Cache/Makefile
devel/p5-Cache-Cache/distinfo
devel/p5-Cache-Memcached/DESCR
devel/p5-Cache-Memcached/Makefile
devel/p5-Cache-Memcached/distinfo
devel/p5-Cache-Simple-TimedExpiry/DESCR
devel/p5-Cache-Simple-TimedExpiry/Makefile
devel/p5-Cache-Simple-TimedExpiry/distinfo
devel/p5-Cache/DESCR
devel/p5-Cache/Makefile
devel/p5-Cache/distinfo
devel/p5-Carp-Assert-More/DESCR
devel/p5-Carp-Assert-More/Makefile
devel/p5-Carp-Assert-More/distinfo
devel/p5-Carp-Assert/DESCR
devel/p5-Carp-Assert/Makefile
devel/p5-Carp-Assert/distinfo
devel/p5-Carp-Clan/DESCR
devel/p5-Carp-Clan/Makefile
devel/p5-Carp-Clan/distinfo
devel/p5-Class-Accessor-Chained/DESCR
devel/p5-Class-Accessor-Chained/Makefile
devel/p5-Class-Accessor-Chained/distinfo
devel/p5-Class-Accessor/DESCR
devel/p5-Class-Accessor/Makefile
devel/p5-Class-Accessor/distinfo
devel/p5-Class-Adapter/DESCR
devel/p5-Class-Adapter/Makefile
devel/p5-Class-Adapter/distinfo
devel/p5-Class-Autouse/DESCR
devel/p5-Class-Autouse/Makefile
devel/p5-Class-Autouse/distinfo
devel/p5-Class-Container/DESCR
devel/p5-Class-Container/Makefile
devel/p5-Class-Container/distinfo
devel/p5-Class-Data-Inheritable/DESCR
devel/p5-Class-Data-Inheritable/Makefile
devel/p5-Class-Data-Inheritable/distinfo
devel/p5-Class-ErrorHandler/DESCR
devel/p5-Class-ErrorHandler/Makefile
devel/p5-Class-ErrorHandler/distinfo
devel/p5-Class-Factory-Util/DESCR
devel/p5-Class-Factory-Util/Makefile
devel/p5-Class-Factory-Util/distinfo
devel/p5-Class-Factory/DESCR
devel/p5-Class-Factory/Makefile
devel/p5-Class-Factory/distinfo
devel/p5-Class-Fields/DESCR
devel/p5-Class-Fields/Makefile
devel/p5-Class-Fields/distinfo
devel/p5-Class-Gomor/DESCR
devel/p5-Class-Gomor/Makefile
devel/p5-Class-Gomor/distinfo
devel/p5-Class-Inner/DESCR
devel/p5-Class-Inner/Makefile
devel/p5-Class-Inner/distinfo
devel/p5-Class-Inspector/DESCR
devel/p5-Class-Inspector/Makefile
devel/p5-Class-Inspector/distinfo
devel/p5-Class-Loader/DESCR
devel/p5-Class-Loader/Makefile
devel/p5-Class-Loader/distinfo
devel/p5-Class-MakeMethods/DESCR
devel/p5-Class-MakeMethods/Makefile
devel/p5-Class-MakeMethods/distinfo
devel/p5-Class-MethodMaker/DESCR
devel/p5-Class-MethodMaker/Makefile
devel/p5-Class-MethodMaker/distinfo
devel/p5-Class-ObjectTemplate/DESCR
devel/p5-Class-ObjectTemplate/Makefile
devel/p5-Class-ObjectTemplate/distinfo
devel/p5-Class-ReturnValue/DESCR
devel/p5-Class-ReturnValue/Makefile
devel/p5-Class-ReturnValue/distinfo
devel/p5-Class-Singleton/DESCR
devel/p5-Class-Singleton/Makefile
devel/p5-Class-Singleton/distinfo
devel/p5-Class-Std/DESCR
devel/p5-Class-Std/Makefile
devel/p5-Class-Std/distinfo
devel/p5-Class-Trigger/DESCR
devel/p5-Class-Trigger/Makefile
devel/p5-Class-Trigger/distinfo
devel/p5-Class-WhiteHole/DESCR
devel/p5-Class-WhiteHole/Makefile
devel/p5-Class-WhiteHole/distinfo
devel/p5-Class-XML/DESCR
devel/p5-Class-XML/Makefile
devel/p5-Class-XML/distinfo
devel/p5-Class-XPath/DESCR
devel/p5-Class-XPath/Makefile
devel/p5-Class-XPath/distinfo
devel/p5-Clone-PP/DESCR
devel/p5-Clone-PP/Makefile
devel/p5-Clone-PP/distinfo
devel/p5-Clone/DESCR
devel/p5-Clone/Makefile
devel/p5-Clone/distinfo
devel/p5-Compress-Raw-Zlib/DESCR
devel/p5-Compress-Raw-Zlib/Makefile
devel/p5-Compress-Raw-Zlib/distinfo
devel/p5-Compress-Raw-Zlib/patches/patch-aa
devel/p5-Compress-Zlib/DESCR
devel/p5-Compress-Zlib/Makefile
devel/p5-Compress-Zlib/distinfo
devel/p5-Config-General/DESCR
devel/p5-Config-General/Makefile
devel/p5-Config-General/distinfo
devel/p5-Config-IniFiles/DESCR
devel/p5-Config-IniFiles/Makefile
devel/p5-Config-IniFiles/distinfo
devel/p5-Config-Std/DESCR
devel/p5-Config-Std/Makefile
devel/p5-Config-Std/distinfo
devel/p5-Config-Tiny/DESCR
devel/p5-Config-Tiny/Makefile
devel/p5-Config-Tiny/distinfo
devel/p5-Contextual-Return/DESCR
devel/p5-Contextual-Return/Makefile
devel/p5-Contextual-Return/distinfo
devel/p5-Curses-UI-POE/DESCR
devel/p5-Curses-UI-POE/Makefile
devel/p5-Curses-UI-POE/distinfo
devel/p5-Curses-UI/DESCR
devel/p5-Curses-UI/Makefile
devel/p5-Curses-UI/distinfo
devel/p5-Curses/DESCR
devel/p5-Curses/Makefile
devel/p5-Curses/distinfo
devel/p5-Curses/patches/patch-aa
devel/p5-Curses/patches/patch-ab
devel/p5-Data-Buffer/DESCR
devel/p5-Data-Buffer/Makefile
devel/p5-Data-Buffer/distinfo
devel/p5-Data-Dump/DESCR
devel/p5-Data-Dump/Makefile
devel/p5-Data-Dump/distinfo
devel/p5-Data-Hierarchy/DESCR
devel/p5-Data-Hierarchy/Makefile
devel/p5-Data-Hierarchy/distinfo
devel/p5-Data-OptList/DESCR
devel/p5-Data-OptList/Makefile
devel/p5-Data-OptList/distinfo
devel/p5-Data-ShowTable/DESCR
devel/p5-Data-ShowTable/Makefile
devel/p5-Data-ShowTable/distinfo
devel/p5-Data-ShowTable/patches/patch-aa
devel/p5-Data-TemporaryBag/DESCR
devel/p5-Data-TemporaryBag/Makefile
devel/p5-Data-TemporaryBag/distinfo
devel/p5-Data-UUID/DESCR
devel/p5-Data-UUID/Makefile
devel/p5-Data-UUID/distinfo
devel/p5-Date-Business/DESCR
devel/p5-Date-Business/Makefile
devel/p5-Date-Business/distinfo
devel/p5-Date-Business/patches/patch-aa
devel/p5-Date-Calc/DESCR
devel/p5-Date-Calc/Makefile
devel/p5-Date-Calc/distinfo
devel/p5-Date-Manip/DESCR
devel/p5-Date-Manip/Makefile
devel/p5-Date-Manip/distinfo
devel/p5-Date-Simple/DESCR
devel/p5-Date-Simple/Makefile
devel/p5-Date-Simple/distinfo
devel/p5-Devel-Cycle/DESCR
devel/p5-Devel-Cycle/Makefile
devel/p5-Devel-Cycle/distinfo
devel/p5-Devel-Profile/DESCR
devel/p5-Devel-Profile/Makefile
devel/p5-Devel-Profile/distinfo
devel/p5-Devel-SmallProf/DESCR
devel/p5-Devel-SmallProf/Makefile
devel/p5-Devel-SmallProf/distinfo
devel/p5-Devel-StackTrace/DESCR
devel/p5-Devel-StackTrace/Makefile
devel/p5-Devel-StackTrace/distinfo
devel/p5-Devel-Symdump/DESCR
devel/p5-Devel-Symdump/Makefile
devel/p5-Devel-Symdump/distinfo
devel/p5-Error/DESCR
devel/p5-Error/Makefile
devel/p5-Error/distinfo
devel/p5-Event-ExecFlow/DESCR
devel/p5-Event-ExecFlow/Makefile
devel/p5-Event-ExecFlow/distinfo
devel/p5-Event-RPC/DESCR
devel/p5-Event-RPC/Makefile
devel/p5-Event-RPC/distinfo
devel/p5-Event/DESCR
devel/p5-Event/Makefile
devel/p5-Event/distinfo
devel/p5-Exception-Class/DESCR
devel/p5-Exception-Class/Makefile
devel/p5-Exception-Class/distinfo
devel/p5-Expect/DESCR
devel/p5-Expect/Makefile
devel/p5-Expect/distinfo
devel/p5-ExtUtils-AutoInstall/DESCR
devel/p5-ExtUtils-AutoInstall/Makefile
devel/p5-ExtUtils-AutoInstall/distinfo
devel/p5-ExtUtils-CBuilder/DESCR
devel/p5-ExtUtils-CBuilder/Makefile
devel/p5-ExtUtils-CBuilder/distinfo
devel/p5-ExtUtils-Depends/DESCR
devel/p5-ExtUtils-Depends/Makefile
devel/p5-ExtUtils-Depends/distinfo
devel/p5-ExtUtils-F77/DESCR
devel/p5-ExtUtils-F77/Makefile
devel/p5-ExtUtils-F77/distinfo
devel/p5-ExtUtils-MakeMaker/DESCR
devel/p5-ExtUtils-MakeMaker/Makefile
devel/p5-ExtUtils-MakeMaker/distinfo
devel/p5-ExtUtils-MakeMaker/patches/patch-aa
devel/p5-ExtUtils-MakeMaker/patches/patch-ab
devel/p5-ExtUtils-MakeMaker/patches/patch-ac
devel/p5-ExtUtils-ParseXS/DESCR
devel/p5-ExtUtils-ParseXS/Makefile
devel/p5-ExtUtils-ParseXS/distinfo
devel/p5-ExtUtils-PkgConfig/DESCR
devel/p5-ExtUtils-PkgConfig/Makefile
devel/p5-ExtUtils-PkgConfig/distinfo
devel/p5-ExtUtils-XSBuilder/DESCR
devel/p5-ExtUtils-XSBuilder/Makefile
devel/p5-ExtUtils-XSBuilder/distinfo
devel/p5-File-BaseDir/DESCR
devel/p5-File-BaseDir/Makefile
devel/p5-File-BaseDir/PLIST
devel/p5-File-BaseDir/distinfo
devel/p5-File-DesktopEntry/DESCR
devel/p5-File-DesktopEntry/Makefile
devel/p5-File-DesktopEntry/PLIST
devel/p5-File-DesktopEntry/distinfo
devel/p5-File-DirSync/DESCR
devel/p5-File-DirSync/Makefile
devel/p5-File-DirSync/distinfo
devel/p5-File-Find-Rule/DESCR
devel/p5-File-Find-Rule/Makefile
devel/p5-File-Find-Rule/distinfo
devel/p5-File-Flat/DESCR
devel/p5-File-Flat/Makefile
devel/p5-File-Flat/distinfo
devel/p5-File-FlockDir/DESCR
devel/p5-File-FlockDir/Makefile
devel/p5-File-FlockDir/distinfo
devel/p5-File-HomeDir/DESCR
devel/p5-File-HomeDir/Makefile
devel/p5-File-HomeDir/distinfo
devel/p5-File-MimeInfo/DESCR
devel/p5-File-MimeInfo/Makefile
devel/p5-File-MimeInfo/PLIST
devel/p5-File-MimeInfo/distinfo
devel/p5-File-Modified/DESCR
devel/p5-File-Modified/Makefile
devel/p5-File-Modified/distinfo
devel/p5-File-NFSLock/DESCR
devel/p5-File-NFSLock/Makefile
devel/p5-File-NFSLock/distinfo
devel/p5-File-PathConvert/DESCR
devel/p5-File-PathConvert/Makefile
devel/p5-File-PathConvert/distinfo
devel/p5-File-Slurp/DESCR
devel/p5-File-Slurp/Makefile
devel/p5-File-Slurp/distinfo
devel/p5-File-Temp/DESCR
devel/p5-File-Temp/Makefile
devel/p5-File-Temp/distinfo
devel/p5-File-Tempdir/DESCR
devel/p5-File-Tempdir/Makefile
devel/p5-File-Tempdir/distinfo
devel/p5-File-Type/DESCR
devel/p5-File-Type/Makefile
devel/p5-File-Type/distinfo
devel/p5-File-Which/DESCR
devel/p5-File-Which/Makefile
devel/p5-File-Which/distinfo
devel/p5-File-chdir/DESCR
devel/p5-File-chdir/Makefile
devel/p5-File-chdir/distinfo
devel/p5-FileHandle-Unget/DESCR
devel/p5-FileHandle-Unget/Makefile
devel/p5-FileHandle-Unget/distinfo
devel/p5-FileKGlob/DESCR
devel/p5-FileKGlob/Makefile
devel/p5-FileKGlob/distinfo
devel/p5-FileKGlob/files/Makefile.PL
devel/p5-FreezeThaw/DESCR
devel/p5-FreezeThaw/Makefile
devel/p5-FreezeThaw/distinfo
devel/p5-Getopt-ArgvFile/DESCR
devel/p5-Getopt-ArgvFile/Makefile
devel/p5-Getopt-ArgvFile/distinfo
devel/p5-Getopt-Euclid/DESCR
devel/p5-Getopt-Euclid/Makefile
devel/p5-Getopt-Euclid/distinfo
devel/p5-Getopt-Long-Descriptive/DESCR
devel/p5-Getopt-Long-Descriptive/Makefile
devel/p5-Getopt-Long-Descriptive/distinfo
devel/p5-Getopt-Long/DESCR
devel/p5-Getopt-Long/Makefile
devel/p5-Getopt-Long/distinfo
devel/p5-Getopt-Mixed/DESCR
devel/p5-Getopt-Mixed/Makefile
devel/p5-Getopt-Mixed/distinfo
devel/p5-Getopt-Simple/DESCR
devel/p5-Getopt-Simple/Makefile
devel/p5-Getopt-Simple/distinfo
devel/p5-Graph/DESCR
devel/p5-Graph/Makefile
devel/p5-Graph/distinfo
devel/p5-Hash-Case/DESCR
devel/p5-Hash-Case/Makefile
devel/p5-Hash-Case/distinfo
devel/p5-Heap/DESCR
devel/p5-Heap/Makefile
devel/p5-Heap/distinfo
devel/p5-Hook-LexWrap/DESCR
devel/p5-Hook-LexWrap/Makefile
devel/p5-Hook-LexWrap/distinfo
devel/p5-IO-All/DESCR
devel/p5-IO-All/Makefile
devel/p5-IO-All/distinfo
devel/p5-IO-Capture/DESCR
devel/p5-IO-Capture/Makefile
devel/p5-IO-Capture/distinfo
devel/p5-IO-Compress-Base/DESCR
devel/p5-IO-Compress-Base/Makefile
devel/p5-IO-Compress-Base/distinfo
devel/p5-IO-Compress-Zlib/DESCR
devel/p5-IO-Compress-Zlib/Makefile
devel/p5-IO-Compress-Zlib/distinfo
devel/p5-IO-Digest/DESCR
devel/p5-IO-Digest/Makefile
devel/p5-IO-Digest/distinfo
devel/p5-IO-InSitu/DESCR
devel/p5-IO-InSitu/Makefile
devel/p5-IO-InSitu/distinfo
devel/p5-IO-Interactive/DESCR
devel/p5-IO-Interactive/Makefile
devel/p5-IO-Interactive/distinfo
devel/p5-IO-LockedFile/DESCR
devel/p5-IO-LockedFile/Makefile
devel/p5-IO-LockedFile/distinfo
devel/p5-IO-Multiplex/DESCR
devel/p5-IO-Multiplex/Makefile
devel/p5-IO-Multiplex/distinfo
devel/p5-IO-Null/DESCR
devel/p5-IO-Null/Makefile
devel/p5-IO-Null/distinfo
devel/p5-IO-Pager/DESCR
devel/p5-IO-Pager/Makefile
devel/p5-IO-Pager/distinfo
devel/p5-IO-Prompt/DESCR
devel/p5-IO-Prompt/Makefile
devel/p5-IO-Prompt/distinfo
devel/p5-IO-String/DESCR
devel/p5-IO-String/Makefile
devel/p5-IO-String/distinfo
devel/p5-IO-Stty/DESCR
devel/p5-IO-Stty/Makefile
devel/p5-IO-Stty/distinfo
devel/p5-IO-Tee/DESCR
devel/p5-IO-Tee/Makefile
devel/p5-IO-Tee/distinfo
devel/p5-IO-Tty/DESCR
devel/p5-IO-Tty/Makefile
devel/p5-IO-Tty/distinfo
devel/p5-IO-Tty/patches/patch-ab
devel/p5-IO-Util/DESCR
devel/p5-IO-Util/Makefile
devel/p5-IO-Util/distinfo
devel/p5-IO-Zlib/DESCR
devel/p5-IO-Zlib/Makefile
devel/p5-IO-Zlib/distinfo
devel/p5-IO-stringy/DESCR
devel/p5-IO-stringy/Makefile
devel/p5-IO-stringy/distinfo
devel/p5-IPC-Run/DESCR
devel/p5-IPC-Run/Makefile
devel/p5-IPC-Run/distinfo
devel/p5-IPC-Run3/DESCR
devel/p5-IPC-Run3/Makefile
devel/p5-IPC-Run3/distinfo
devel/p5-IPC-ShareLite/DESCR
devel/p5-IPC-ShareLite/Makefile
devel/p5-IPC-ShareLite/distinfo
devel/p5-IPC-Shareable/DESCR
devel/p5-IPC-Shareable/Makefile
devel/p5-IPC-Shareable/distinfo
devel/p5-IPC-SharedCache/DESCR
devel/p5-IPC-SharedCache/Makefile
devel/p5-IPC-SharedCache/distinfo
devel/p5-Inline/DESCR
devel/p5-Inline/Makefile
devel/p5-Inline/distinfo
devel/p5-Inline/patches/patch-aa
devel/p5-LDAP/DESCR
devel/p5-LDAP/Makefile
devel/p5-LDAP/distinfo
devel/p5-LDAP/patches/patch-aa
devel/p5-List-MoreUtils/DESCR
devel/p5-List-MoreUtils/Makefile
devel/p5-List-MoreUtils/distinfo
devel/p5-Log-Agent/DESCR
devel/p5-Log-Agent/Makefile
devel/p5-Log-Agent/distinfo
devel/p5-Log-Dispatch-Config/DESCR
devel/p5-Log-Dispatch-Config/Makefile
devel/p5-Log-Dispatch-Config/distinfo
devel/p5-Log-Dispatch-DBI/DESCR
devel/p5-Log-Dispatch-DBI/Makefile
devel/p5-Log-Dispatch-DBI/distinfo
devel/p5-Log-Dispatch-FileRotate/DESCR
devel/p5-Log-Dispatch-FileRotate/Makefile
devel/p5-Log-Dispatch-FileRotate/distinfo
devel/p5-Log-Dispatch/DESCR
devel/p5-Log-Dispatch/Makefile
devel/p5-Log-Dispatch/distinfo
devel/p5-Log-LogLite/DESCR
devel/p5-Log-LogLite/Makefile
devel/p5-Log-LogLite/distinfo
devel/p5-Make/DESCR
devel/p5-Make/Makefile
devel/p5-Make/distinfo
devel/p5-Memoize-ExpireLRU/DESCR
devel/p5-Memoize-ExpireLRU/Makefile
devel/p5-Memoize-ExpireLRU/distinfo
devel/p5-Memoize/DESCR
devel/p5-Memoize/Makefile
devel/p5-Memoize/distinfo
devel/p5-Module-Build/DESCR
devel/p5-Module-Build/Makefile
devel/p5-Module-Build/distinfo
devel/p5-Module-CoreList/DESCR
devel/p5-Module-CoreList/Makefile
devel/p5-Module-CoreList/distinfo
devel/p5-Module-Dependency/DESCR
devel/p5-Module-Dependency/Makefile
devel/p5-Module-Dependency/distinfo
devel/p5-Module-Install-RTx/DESCR
devel/p5-Module-Install-RTx/Makefile
devel/p5-Module-Install-RTx/distinfo
devel/p5-Module-Install-Substitute/DESCR
devel/p5-Module-Install-Substitute/Makefile
devel/p5-Module-Install-Substitute/distinfo
devel/p5-Module-Install/DESCR
devel/p5-Module-Install/Makefile
devel/p5-Module-Install/distinfo
devel/p5-Module-Pluggable/DESCR
devel/p5-Module-Pluggable/Makefile
devel/p5-Module-Pluggable/distinfo
devel/p5-Module-Refresh/DESCR
devel/p5-Module-Refresh/Makefile
devel/p5-Module-Refresh/distinfo
devel/p5-Module-ScanDeps/DESCR
devel/p5-Module-ScanDeps/Makefile
devel/p5-Module-ScanDeps/distinfo
devel/p5-Module-Starter-PBP/DESCR
devel/p5-Module-Starter-PBP/Makefile
devel/p5-Module-Starter-PBP/distinfo
devel/p5-Module-Starter/DESCR
devel/p5-Module-Starter/Makefile
devel/p5-Module-Starter/distinfo
devel/p5-Module-Versions-Report/DESCR
devel/p5-Module-Versions-Report/Makefile
devel/p5-Module-Versions-Report/distinfo
devel/p5-NEXT/DESCR
devel/p5-NEXT/Makefile
devel/p5-NEXT/distinfo
devel/p5-Net-CIDR/DESCR
devel/p5-Net-CIDR/Makefile
devel/p5-Net-CIDR/distinfo
devel/p5-Net-Netmask/DESCR
devel/p5-Net-Netmask/Makefile
devel/p5-Net-Netmask/distinfo
devel/p5-OLE-Storage_Lite/DESCR
devel/p5-OLE-Storage_Lite/Makefile
devel/p5-OLE-Storage_Lite/distinfo
devel/p5-OOTools/DESCR
devel/p5-OOTools/Makefile
devel/p5-OOTools/distinfo
devel/p5-Object-InsideOut/DESCR
devel/p5-Object-InsideOut/Makefile
devel/p5-Object-InsideOut/distinfo
devel/p5-Object-Realize-Later/DESCR
devel/p5-Object-Realize-Later/Makefile
devel/p5-Object-Realize-Later/distinfo
devel/p5-PAR-Dist/DESCR
devel/p5-PAR-Dist/Makefile
devel/p5-PAR-Dist/distinfo
devel/p5-PAR/DESCR
devel/p5-PAR/Makefile
devel/p5-PAR/distinfo
devel/p5-POE/DESCR
devel/p5-POE/Makefile
devel/p5-POE/distinfo
devel/p5-PPI/DESCR
devel/p5-PPI/Makefile
devel/p5-PPI/distinfo
devel/p5-PV/DESCR
devel/p5-PV/Makefile
devel/p5-PV/distinfo
devel/p5-PV/files/Makefile.PL
devel/p5-Params-Util/DESCR
devel/p5-Params-Util/Makefile
devel/p5-Params-Util/distinfo
devel/p5-Params-Validate/DESCR
devel/p5-Params-Validate/Makefile
devel/p5-Params-Validate/distinfo
devel/p5-Parse-RecDescent/DESCR
devel/p5-Parse-RecDescent/Makefile
devel/p5-Parse-RecDescent/distinfo
devel/p5-Parse-Yapp/DESCR
devel/p5-Parse-Yapp/Makefile
devel/p5-Parse-Yapp/distinfo
devel/p5-PatchReader/DESCR
devel/p5-PatchReader/Makefile
devel/p5-PatchReader/distinfo
devel/p5-Path-Class/DESCR
devel/p5-Path-Class/Makefile
devel/p5-Path-Class/distinfo
devel/p5-PathTools/DESCR
devel/p5-PathTools/Makefile
devel/p5-PathTools/distinfo
devel/p5-Perl-Critic/DESCR
devel/p5-Perl-Critic/Makefile
devel/p5-Perl-Critic/distinfo
devel/p5-Perl-Tidy/DESCR
devel/p5-Perl-Tidy/Makefile
devel/p5-Perl-Tidy/distinfo
devel/p5-Perl6-Export-Attrs/DESCR
devel/p5-Perl6-Export-Attrs/Makefile
devel/p5-Perl6-Export-Attrs/distinfo
devel/p5-Perl6-Export/DESCR
devel/p5-Perl6-Export/Makefile
devel/p5-Perl6-Export/distinfo
devel/p5-Perl6-Slurp/DESCR
devel/p5-Perl6-Slurp/Makefile
devel/p5-Perl6-Slurp/distinfo
devel/p5-PerlIO-eol/DESCR
devel/p5-PerlIO-eol/Makefile
devel/p5-PerlIO-eol/distinfo
devel/p5-PerlIO-via-dynamic/DESCR
devel/p5-PerlIO-via-dynamic/Makefile
devel/p5-PerlIO-via-dynamic/distinfo
devel/p5-PerlIO-via-symlink/DESCR
devel/p5-PerlIO-via-symlink/Makefile
devel/p5-PerlIO-via-symlink/distinfo
devel/p5-Proc-Daemon/DESCR
devel/p5-Proc-Daemon/Makefile
devel/p5-Proc-Daemon/distinfo
devel/p5-Proc-PID-File/DESCR
devel/p5-Proc-PID-File/Makefile
devel/p5-Proc-PID-File/distinfo
devel/p5-Proc-Pidfile/DESCR
devel/p5-Proc-Pidfile/Makefile
devel/p5-Proc-Pidfile/distinfo
devel/p5-Proc-ProcessTable/DESCR
devel/p5-Proc-ProcessTable/Makefile
devel/p5-Proc-ProcessTable/distinfo
devel/p5-Proc-ProcessTable/patches/patch-aa
devel/p5-Proc-Simple/DESCR
devel/p5-Proc-Simple/Makefile
devel/p5-Proc-Simple/distinfo
devel/p5-Readonly-XS/DESCR
devel/p5-Readonly-XS/Makefile
devel/p5-Readonly-XS/distinfo
devel/p5-Readonly/DESCR
devel/p5-Readonly/Makefile
devel/p5-Readonly/distinfo
devel/p5-Regexp-Assemble/DESCR
devel/p5-Regexp-Assemble/Makefile
devel/p5-Regexp-Assemble/distinfo
devel/p5-Regexp-MatchContext/DESCR
devel/p5-Regexp-MatchContext/Makefile
devel/p5-Regexp-MatchContext/distinfo
devel/p5-Regexp-Shellish/DESCR
devel/p5-Regexp-Shellish/Makefile
devel/p5-Regexp-Shellish/distinfo
devel/p5-Return-Value/DESCR
devel/p5-Return-Value/Makefile
devel/p5-Return-Value/distinfo
devel/p5-Rose-Object/DESCR
devel/p5-Rose-Object/Makefile
devel/p5-Rose-Object/distinfo
devel/p5-SDL/DESCR
devel/p5-SDL/Makefile
devel/p5-SDL/distinfo
devel/p5-SDL/patches/patch-aa
devel/p5-SVN-Mirror/DESCR
devel/p5-SVN-Mirror/Makefile
devel/p5-SVN-Mirror/distinfo
devel/p5-SVN-Notify/DESCR
devel/p5-SVN-Notify/Makefile
devel/p5-SVN-Notify/distinfo
devel/p5-SVN-Simple/DESCR
devel/p5-SVN-Simple/Makefile
devel/p5-SVN-Simple/distinfo
devel/p5-Safe-Hole/DESCR
devel/p5-Safe-Hole/Makefile
devel/p5-Safe-Hole/distinfo
devel/p5-Scalar-List-Utils/DESCR
devel/p5-Scalar-List-Utils/Makefile
devel/p5-Scalar-List-Utils/distinfo
devel/p5-Schedule-RateLimiter/DESCR
devel/p5-Schedule-RateLimiter/Makefile
devel/p5-Schedule-RateLimiter/distinfo
devel/p5-Set-IntSpan/DESCR
devel/p5-Set-IntSpan/Makefile
devel/p5-Set-IntSpan/distinfo
devel/p5-Set-Scalar/DESCR
devel/p5-Set-Scalar/Makefile
devel/p5-Set-Scalar/distinfo
devel/p5-Smart-Comments/DESCR
devel/p5-Smart-Comments/Makefile
devel/p5-Smart-Comments/distinfo
devel/p5-Sort-Maker/DESCR
devel/p5-Sort-Maker/Makefile
devel/p5-Sort-Maker/distinfo
devel/p5-Sort-Versions/DESCR
devel/p5-Sort-Versions/Makefile
devel/p5-Sort-Versions/distinfo
devel/p5-Spiffy/DESCR
devel/p5-Spiffy/Makefile
devel/p5-Spiffy/distinfo
devel/p5-Spoon/DESCR
devel/p5-Spoon/Makefile
devel/p5-Spoon/distinfo
devel/p5-Storable/DESCR
devel/p5-Storable/Makefile
devel/p5-Storable/distinfo
devel/p5-String-Format/DESCR
devel/p5-String-Format/Makefile
devel/p5-String-Format/distinfo
devel/p5-Sub-Exporter/DESCR
devel/p5-Sub-Exporter/Makefile
devel/p5-Sub-Exporter/distinfo
devel/p5-Sub-Install/DESCR
devel/p5-Sub-Install/Makefile
devel/p5-Sub-Install/distinfo
devel/p5-Sub-Installer/DESCR
devel/p5-Sub-Installer/Makefile
devel/p5-Sub-Installer/distinfo
devel/p5-Sub-Uplevel/DESCR
devel/p5-Sub-Uplevel/Makefile
devel/p5-Sub-Uplevel/distinfo
devel/p5-Task-Weaken/DESCR
devel/p5-Task-Weaken/Makefile
devel/p5-Task-Weaken/distinfo
devel/p5-Term-ProgressBar/DESCR
devel/p5-Term-ProgressBar/Makefile
devel/p5-Term-ProgressBar/distinfo
devel/p5-Term-Prompt/DESCR
devel/p5-Term-Prompt/Makefile
devel/p5-Term-Prompt/distinfo
devel/p5-Term-ReadKey/DESCR
devel/p5-Term-ReadKey/Makefile
devel/p5-Term-ReadKey/distinfo
devel/p5-Term-ReadLine/DESCR
devel/p5-Term-ReadLine/Makefile
devel/p5-Term-ReadLine/distinfo
devel/p5-Term-ReadPassword/DESCR
devel/p5-Term-ReadPassword/Makefile
devel/p5-Term-ReadPassword/distinfo
devel/p5-Term-Screen/DESCR
devel/p5-Term-Screen/Makefile
devel/p5-Term-Screen/distinfo
devel/p5-Term-Size/DESCR
devel/p5-Term-Size/Makefile
devel/p5-Term-Size/distinfo
devel/p5-Test-ClassAPI/DESCR
devel/p5-Test-ClassAPI/Makefile
devel/p5-Test-ClassAPI/distinfo
devel/p5-Test-Cmd/DESCR
devel/p5-Test-Cmd/Makefile
devel/p5-Test-Cmd/distinfo
devel/p5-Test-Deep/DESCR
devel/p5-Test-Deep/Makefile
devel/p5-Test-Deep/distinfo
devel/p5-Test-Exception/DESCR
devel/p5-Test-Exception/Makefile
devel/p5-Test-Exception/distinfo
devel/p5-Test-File-Contents/DESCR
devel/p5-Test-File-Contents/Makefile
devel/p5-Test-File-Contents/distinfo
devel/p5-Test-Harness/DESCR
devel/p5-Test-Harness/Makefile
devel/p5-Test-Harness/distinfo
devel/p5-Test-Inline/DESCR
devel/p5-Test-Inline/Makefile
devel/p5-Test-Inline/distinfo
devel/p5-Test-LongString/DESCR
devel/p5-Test-LongString/Makefile
devel/p5-Test-LongString/distinfo
devel/p5-Test-Manifest/DESCR
devel/p5-Test-Manifest/Makefile
devel/p5-Test-Manifest/distinfo
devel/p5-Test-Memory-Cycle/DESCR
devel/p5-Test-Memory-Cycle/Makefile
devel/p5-Test-Memory-Cycle/distinfo
devel/p5-Test-NoWarnings/DESCR
devel/p5-Test-NoWarnings/Makefile
devel/p5-Test-NoWarnings/distinfo
devel/p5-Test-Object/DESCR
devel/p5-Test-Object/Makefile
devel/p5-Test-Object/distinfo
devel/p5-Test-Perl-Critic/DESCR
devel/p5-Test-Perl-Critic/Makefile
devel/p5-Test-Perl-Critic/distinfo
devel/p5-Test-Pod-Coverage/DESCR
devel/p5-Test-Pod-Coverage/Makefile
devel/p5-Test-Pod-Coverage/distinfo
devel/p5-Test-Pod/DESCR
devel/p5-Test-Pod/Makefile
devel/p5-Test-Pod/distinfo
devel/p5-Test-Script/DESCR
devel/p5-Test-Script/Makefile
devel/p5-Test-Script/distinfo
devel/p5-Test-Simple/DESCR
devel/p5-Test-Simple/Makefile
devel/p5-Test-Simple/distinfo
devel/p5-Test-Taint/DESCR
devel/p5-Test-Taint/Makefile
devel/p5-Test-Taint/distinfo
devel/p5-Test-Tester/DESCR
devel/p5-Test-Tester/Makefile
devel/p5-Test-Tester/distinfo
devel/p5-Test-Unit/DESCR
devel/p5-Test-Unit/Makefile
devel/p5-Test-Unit/distinfo
devel/p5-Test-Unit/patches/patch-aa
devel/p5-Test-Warn/DESCR
devel/p5-Test-Warn/Makefile
devel/p5-Test-Warn/distinfo
devel/p5-Tie-IxHash/DESCR
devel/p5-Tie-IxHash/Makefile
devel/p5-Tie-IxHash/distinfo
devel/p5-Tree-DAG_Node/DESCR
devel/p5-Tree-DAG_Node/Makefile
devel/p5-Tree-DAG_Node/distinfo
devel/p5-Tree-Simple/DESCR
devel/p5-Tree-Simple/Makefile
devel/p5-Tree-Simple/distinfo
devel/p5-UNIVERSAL-moniker/DESCR
devel/p5-UNIVERSAL-moniker/Makefile
devel/p5-UNIVERSAL-moniker/distinfo
devel/p5-UNIVERSAL-require/DESCR
devel/p5-UNIVERSAL-require/Makefile
devel/p5-UNIVERSAL-require/distinfo
devel/p5-VCP-Dest-svk/DESCR
devel/p5-VCP-Dest-svk/Makefile
devel/p5-VCP-Dest-svk/distinfo
devel/p5-VCP/DESCR
devel/p5-VCP/Makefile
devel/p5-VCP/distinfo
devel/p5-Want/DESCR
devel/p5-Want/Makefile
devel/p5-Want/distinfo
devel/p5-WeakRef/DESCR
devel/p5-WeakRef/Makefile
devel/p5-WeakRef/distinfo
devel/p5-capitalization/DESCR
devel/p5-capitalization/Makefile
devel/p5-capitalization/distinfo
devel/p5-enum/DESCR
devel/p5-enum/Makefile
devel/p5-enum/distinfo
devel/p5-gettext/DESCR
devel/p5-gettext/Makefile
devel/p5-gettext/distinfo
devel/p5-glib2/DESCR
devel/p5-glib2/Makefile
devel/p5-glib2/buildlink3.mk
devel/p5-glib2/distinfo
devel/p5-perl-headers/DESCR
devel/p5-perl-headers/Makefile
devel/p5-prefork/DESCR
devel/p5-prefork/Makefile
devel/p5-prefork/distinfo
devel/p5-subversion/DESCR
devel/p5-subversion/Makefile
devel/p5-subversion/PLIST
devel/p5-version/DESCR
devel/p5-version/Makefile
devel/p5-version/distinfo
devel/palmpower/DESCR
devel/palmpower/Makefile
devel/palmpower/PLIST
devel/palmpower/distinfo
devel/palmpower/patches/patch-aa
devel/pango/DEINSTALL
devel/pango/DESCR
devel/pango/INSTALL
devel/pango/Makefile
devel/pango/PLIST
devel/pango/buildlink3.mk
devel/pango/distinfo
devel/pango/options.mk
devel/papaya/DESCR
devel/papaya/Makefile
devel/papaya/PLIST
devel/papaya/distinfo
devel/papaya/patches/patch-aa
devel/papaya/patches/patch-ab
devel/papaya/patches/patch-ac
devel/papaya/patches/patch-ad
devel/papaya/patches/patch-ae
devel/pardiff/DESCR
devel/pardiff/Makefile
devel/pardiff/PLIST
devel/pardiff/distinfo
devel/pardiff/patches/patch-aa
devel/pardiff/patches/patch-ab
devel/patch/DESCR
devel/patch/Makefile
devel/patch/PLIST
devel/patch/distinfo
devel/patchutils/DESCR
devel/patchutils/Makefile
devel/patchutils/PLIST
devel/patchutils/distinfo
devel/pccts/DESCR
devel/pccts/Makefile
devel/pccts/PLIST
devel/pccts/buildlink3.mk
devel/pccts/distinfo
devel/pccts/patches/patch-aa
devel/pccts/patches/patch-ab
devel/pccts/patches/patch-ac
devel/pccts/patches/patch-ad
devel/pccts/patches/patch-ae
devel/pccts/patches/patch-af
devel/pccts/patches/patch-ag
devel/pcl-cvs/DESCR
devel/pcl-cvs/MESSAGE
devel/pcl-cvs/Makefile
devel/pcl-cvs/PLIST
devel/pcl-cvs/distinfo
devel/pcl-cvs/patches/patch-aa
devel/pcre++/DESCR
devel/pcre++/Makefile
devel/pcre++/PLIST
devel/pcre++/buildlink3.mk
devel/pcre++/distinfo
devel/pcre++/patches/patch-aa
devel/pcre-ocaml/DESCR
devel/pcre-ocaml/Makefile
devel/pcre-ocaml/PLIST
devel/pcre-ocaml/PLIST.opt
devel/pcre-ocaml/buildlink3.mk
devel/pcre-ocaml/distinfo
devel/pcre-ocaml/patches/patch-aa
devel/pcre-ocaml/patches/patch-ab
devel/pcre/DESCR
devel/pcre/Makefile
devel/pcre/PLIST
devel/pcre/buildlink3.mk
devel/pcre/distinfo
devel/pcre/patches/patch-aa
devel/pdcurses/DESCR
devel/pdcurses/Makefile
devel/pdcurses/PLIST
devel/pdcurses/buildlink3.mk
devel/pdcurses/distinfo
devel/pdcurses/patches/patch-aa
devel/pdcurses/patches/patch-ab
devel/pdcurses/patches/patch-ac
devel/pedisassem/DESCR
devel/pedisassem/Makefile
devel/pedisassem/PLIST
devel/pedisassem/distinfo
devel/pedisassem/files/Makefile
devel/pedisassem/patches/patch-aa
devel/pedisassem/patches/patch-ab
devel/pedisassem/patches/patch-ac
devel/pedisassem/patches/patch-ad
devel/php-gettext/DESCR
devel/php-gettext/Makefile
devel/php-gmp/DESCR
devel/php-gmp/Makefile
devel/php-memcache/DESCR
devel/php-memcache/Makefile
devel/php-memcache/distinfo
devel/php-memcache/options.mk
devel/php-pcntl/DESCR
devel/php-pcntl/Makefile
devel/php-posix/DESCR
devel/php-posix/Makefile
devel/php-shmop/DESCR
devel/php-shmop/Makefile
devel/php-sysvsem/DESCR
devel/php-sysvsem/Makefile
devel/php-sysvshm/DESCR
devel/php-sysvshm/Makefile
devel/physfs/DESCR
devel/physfs/Makefile
devel/physfs/PLIST
devel/physfs/buildlink3.mk
devel/physfs/distinfo
devel/physfs/patches/patch-aa
devel/physfs/patches/patch-ab
devel/physfs/patches/patch-ac
devel/picp/DESCR
devel/picp/Makefile
devel/picp/PLIST
devel/picp/distinfo
devel/picp/patches/patch-aa
devel/picp/patches/patch-ab
devel/picprg/DESCR
devel/picprg/Makefile
devel/picprg/PLIST
devel/picprg/distinfo
devel/picprg/patches/patch-aa
devel/picprg/patches/patch-ab
devel/picprg/patches/patch-ac
devel/picprg/patches/patch-ad
devel/picprg/patches/patch-ae
devel/picprg/patches/patch-af
devel/pilrc/DESCR
devel/pilrc/Makefile
devel/pilrc/PLIST
devel/pilrc/distinfo
devel/pkg-config/DESCR
devel/pkg-config/Makefile
devel/pkg-config/PLIST
devel/pkg-config/distinfo
devel/pkg-config/patches/patch-ab
devel/pkg-config/patches/patch-ac
devel/pkg-config/patches/patch-ad
devel/pkg-config/patches/patch-ah
devel/pkg-config/patches/patch-ca
devel/pkg-config/patches/patch-cb
devel/ply/DESCR
devel/ply/Makefile
devel/ply/PLIST
devel/ply/distinfo
devel/pmccabe/DESCR
devel/pmccabe/Makefile
devel/pmccabe/PLIST
devel/pmccabe/distinfo
devel/pmccabe/patches/patch-aa
devel/popt/DESCR
devel/popt/Makefile
devel/popt/PLIST
devel/popt/buildlink3.mk
devel/popt/distinfo
devel/prcs/DESCR
devel/prcs/Makefile
devel/prcs/PLIST
devel/prcs/distinfo
devel/prcs/patches/patch-aa
devel/prcs/patches/patch-ab
devel/prcs/patches/patch-ac
devel/psvn/DESCR
devel/psvn/MESSAGE
devel/psvn/Makefile
devel/psvn/PLIST
devel/psvn/distinfo
devel/pth/DESCR
devel/pth/Makefile
devel/pth/PLIST
devel/pth/buildlink3.mk
devel/pth/distinfo
devel/pth/patches/patch-ab
devel/pth/patches/patch-ac
devel/pth/patches/patch-ad
devel/pth/patches/patch-ae
devel/pth/patches/patch-af
devel/pth/patches/patch-ag
devel/pth/patches/patch-aj
devel/pthread-sem/DESCR
devel/pthread-sem/Makefile
devel/pthread-sem/PLIST
devel/pthread-sem/buildlink3.mk
devel/pthread-sem/distinfo
devel/pthread-sem/files/Makefile
devel/pthread-stublib/DESCR
devel/pthread-stublib/Makefile
devel/pthread-stublib/PLIST
devel/pthread-stublib/buildlink3.mk
devel/pthread-stublib/files/Makefile
devel/pthread-stublib/files/pthread-stubs.c
devel/pvs/DESCR
devel/pvs/MESSAGE.linux-i386
devel/pvs/Makefile
devel/pvs/PLIST
devel/pvs/PLIST.linux-i386
devel/pvs/PLIST.solaris-sparc
devel/pvs/distinfo
devel/pvs/patches/patch-aa
devel/pvs/patches/patch-ab
devel/pwlib/DESCR
devel/pwlib/Makefile
devel/pwlib/PLIST
devel/pwlib/buildlink3.mk
devel/pwlib/distinfo
devel/pwlib/patches/patch-aa
devel/pwlib/patches/patch-ab
devel/pwlib/patches/patch-ac
devel/pwlib/patches/patch-ad
devel/pwlib/patches/patch-ae
devel/pwlib/patches/patch-af
devel/pwlib/patches/patch-ag
devel/pwlib/patches/patch-ah
devel/pwlib/patches/patch-ai
devel/pwlib/patches/patch-aj
devel/pwlib/patches/patch-ak
devel/pwlib/patches/patch-al
devel/pwlib/patches/patch-am
devel/pwlib/patches/patch-an
devel/pwlib/patches/patch-ao
devel/pwlib/patches/patch-ap
devel/pwlib/patches/patch-aq
devel/pwlib/patches/patch-ar
devel/pwlib/patches/patch-as
devel/pwlib/patches/patch-at
devel/pwlib/patches/patch-au
devel/pwlib/patches/patch-av
devel/pwlib/patches/patch-aw
devel/pwlib/patches/patch-ay
devel/pwlib/patches/patch-az
devel/pwlib/patches/patch-ba
devel/pwlib/patches/patch-bb
devel/pwlib/patches/patch-bd
devel/pwlib/patches/patch-ca
devel/pwlib/patches/patch-cb
devel/pwlib/patches/patch-cc
devel/pwlib/patches/patch-cd
devel/py-InlineEgg/DESCR
devel/py-InlineEgg/Makefile
devel/py-InlineEgg/PLIST
devel/py-InlineEgg/distinfo
devel/py-Optik/DESCR
devel/py-Optik/Makefile
devel/py-Optik/PLIST
devel/py-Optik/distinfo
devel/py-Pyro/DESCR
devel/py-Pyro/Makefile
devel/py-Pyro/PLIST
devel/py-Pyro/distinfo
devel/py-Pyro/patches/patch-aa
devel/py-TPG/DESCR
devel/py-TPG/Makefile
devel/py-TPG/PLIST
devel/py-TPG/distinfo
devel/py-ZopeInterface/DESCR
devel/py-ZopeInterface/Makefile
devel/py-ZopeInterface/PLIST
devel/py-ZopeInterface/distinfo
devel/py-ZopeInterface/patches/patch-aa
devel/py-at-spi/DESCR
devel/py-at-spi/Makefile
devel/py-at-spi/PLIST
devel/py-at-spi/buildlink3.mk
devel/py-at-spi/distinfo
devel/py-checker/DESCR
devel/py-checker/Makefile
devel/py-checker/PLIST
devel/py-checker/distinfo
devel/py-checker/patches/patch-aa
devel/py-checker/patches/patch-ab
devel/py-cheetah/DESCR
devel/py-cheetah/Makefile
devel/py-cheetah/PLIST
devel/py-cheetah/distinfo
devel/py-ctypes/DESCR
devel/py-ctypes/Makefile
devel/py-ctypes/PLIST
devel/py-ctypes/buildlink3.mk
devel/py-ctypes/distinfo
devel/py-ctypes/patches/patch-aa
devel/py-ctypes/patches/patch-ab
devel/py-curses/DESCR
devel/py-curses/Makefile
devel/py-curses/PLIST
devel/py-curses/buildlink3.mk
devel/py-curses/files/Setup.in
devel/py-curses/files/setup.py
devel/py-cursespanel/DESCR
devel/py-cursespanel/Makefile
devel/py-cursespanel/PLIST
devel/py-cursespanel/buildlink3.mk
devel/py-cursespanel/files/setup.py
devel/py-distutils/DESCR
devel/py-distutils/Makefile
devel/py-distutils/PLIST
devel/py-distutils/distinfo
devel/py-expect/DESCR
devel/py-expect/Makefile
devel/py-expect/PLIST
devel/py-expect/distinfo
devel/py-expect/patches/patch-aa
devel/py-expect/patches/patch-ab
devel/py-expect/patches/patch-ac
devel/py-expect/patches/patch-ad
devel/py-expect/patches/patch-ae
devel/py-expect/patches/patch-af
devel/py-expect/patches/patch-ag
devel/py-fann/DESCR
devel/py-fann/Makefile
devel/py-fann/PLIST
devel/py-fann/distinfo
devel/py-fann/patches/patch-aa
devel/py-game/DESCR
devel/py-game/Makefile
devel/py-game/PLIST
devel/py-game/buildlink3.mk
devel/py-game/distinfo
devel/py-game/patches/patch-ac
devel/py-generate/DESCR
devel/py-generate/Makefile
devel/py-generate/PLIST
devel/py-generate/distinfo
devel/py-gobject-shared/DESCR
devel/py-gobject-shared/Makefile
devel/py-gobject-shared/PLIST
devel/py-gobject-shared/buildlink3.mk
devel/py-gobject/DESCR
devel/py-gobject/Makefile
devel/py-gobject/Makefile.common
devel/py-gobject/PLIST
devel/py-gobject/buildlink3.mk
devel/py-gobject/distinfo
devel/py-gobject/patches/patch-aa
devel/py-gobject/patches/patch-ab
devel/py-gobject/patches/patch-ac
devel/py-idle/DESCR
devel/py-idle/Makefile
devel/py-idle/PLIST.pre
devel/py-kjbuckets/DESCR
devel/py-kjbuckets/Makefile
devel/py-kjbuckets/PLIST
devel/py-kjbuckets/distinfo
devel/py-kqueue/DESCR
devel/py-kqueue/Makefile
devel/py-kqueue/PLIST
devel/py-kqueue/distinfo
devel/py-kqueue/patches/patch-aa
devel/py-logging/DESCR
devel/py-logging/Makefile
devel/py-logging/PLIST
devel/py-logging/distinfo
devel/py-newt/DESCR
devel/py-newt/Makefile
devel/py-newt/PLIST
devel/py-pexpect/DESCR
devel/py-pexpect/Makefile
devel/py-pexpect/PLIST
devel/py-pexpect/buildlink3.mk
devel/py-pexpect/distinfo
devel/py-pqueue/DESCR
devel/py-pqueue/Makefile
devel/py-pqueue/PLIST
devel/py-pqueue/distinfo
devel/py-readline/DESCR
devel/py-readline/Makefile
devel/py-readline/PLIST
devel/py-readline/buildlink3.mk
devel/py-readline/files/Setup.in
devel/py-readline/files/setup.py
devel/py-setuptools/DEINSTALL
devel/py-setuptools/DESCR
devel/py-setuptools/INSTALL
devel/py-setuptools/Makefile
devel/py-setuptools/PLIST
devel/py-setuptools/distinfo
devel/py-setuptools/files/easy_install.py
devel/py-setuptools/files/manage-eggs.py
devel/py-subversion/DESCR
devel/py-subversion/Makefile
devel/py-subversion/PLIST
devel/py-unit/DESCR
devel/py-unit/Makefile
devel/py-unit/PLIST
devel/py-unit/distinfo
devel/py-unit/patches/patch-aa
devel/py-unitgui/DESCR
devel/py-unitgui/Makefile
devel/py-unitgui/PLIST
devel/py-unitgui/distinfo
devel/py-unitgui/patches/patch-aa
devel/py-urwid/DESCR
devel/py-urwid/Makefile
devel/py-urwid/PLIST
devel/py-urwid/distinfo
devel/py-zconfig/DESCR
devel/py-zconfig/Makefile
devel/py-zconfig/PLIST
devel/py-zconfig/distinfo
devel/python-mode/DESCR
devel/python-mode/MESSAGE
devel/python-mode/Makefile
devel/python-mode/PLIST
devel/python-mode/distinfo
devel/qconf/DESCR
devel/qconf/Makefile
devel/qconf/PLIST
devel/qconf/distinfo
devel/qconf/patches/patch-aa
devel/quilt/DESCR
devel/quilt/Makefile
devel/quilt/PLIST
devel/quilt/distinfo
devel/quilt/patches/patch-aa
devel/ragel/DESCR
devel/ragel/Makefile
devel/ragel/PLIST
devel/ragel/distinfo
devel/rake/DESCR
devel/rake/Makefile
devel/rake/PLIST
devel/rake/distinfo
devel/rake/patches/patch-aa
devel/rapidsvn/DESCR
devel/rapidsvn/Makefile
devel/rapidsvn/PLIST
devel/rapidsvn/distinfo
devel/rapidsvn/patches/patch-aa
devel/rapidsvn/patches/patch-ab
devel/rapidsvn/patches/patch-ac
devel/ratfor/DESCR
devel/ratfor/Makefile
devel/ratfor/PLIST
devel/ratfor/distinfo
devel/ratfor/patches/patch-aa
devel/ratfor/patches/patch-ab
devel/rcs/DESCR
devel/rcs/Makefile
devel/rcs/PLIST
devel/rcs/distinfo
devel/rcs/patches/patch-ab
devel/rcs/patches/patch-ac
devel/rdp/DESCR
devel/rdp/Makefile
devel/rdp/PLIST
devel/rdp/distinfo
devel/rdp/patches/patch-aa
devel/rdp/patches/patch-ab
devel/rdp/patches/patch-ac
devel/rdp/patches/patch-ad
devel/rdp/patches/patch-ae
devel/re2c/DESCR
devel/re2c/Makefile
devel/re2c/PLIST
devel/re2c/distinfo
devel/readline/DESCR
devel/readline/Makefile
devel/readline/PLIST
devel/readline/buildlink3.mk
devel/readline/builtin.mk
devel/readline/distinfo
devel/readline/patches/patch-ae
devel/refinecvs/DESCR
devel/refinecvs/Makefile
devel/refinecvs/PLIST
devel/refinecvs/distinfo
devel/roundup/DESCR
devel/roundup/MESSAGE
devel/roundup/Makefile
devel/roundup/PLIST
devel/roundup/distinfo
devel/rox-lib/DESCR
devel/rox-lib/MESSAGE
devel/rox-lib/Makefile
devel/rox-lib/PLIST
devel/rox-lib/distinfo
devel/rpc2/DESCR
devel/rpc2/Makefile
devel/rpc2/PLIST
devel/rpc2/buildlink3.mk
devel/rpc2/distinfo
devel/rscode/DESCR
devel/rscode/Makefile
devel/rscode/PLIST
devel/rscode/distinfo
devel/rscode/patches/patch-aa
devel/rsltc/DESCR
devel/rsltc/Makefile
devel/rsltc/PLIST
devel/rsltc/distinfo
devel/rsltc/patches/patch-aa
devel/rt-mysql/DESCR
devel/rt-mysql/Makefile
devel/rt-mysql/Makefile.common
devel/rt-mysql/PLIST
devel/rt-mysql/distinfo
devel/rt-mysql/files/README
devel/rt-mysql/files/rtconfig
devel/rt-mysql/files/wrapper.c
devel/rt-mysql/patches/patch-aa
devel/rt-pgsql/Makefile
devel/rt3/DESCR
devel/rt3/MESSAGE
devel/rt3/Makefile
devel/rt3/Makefile.install
devel/rt3/PLIST
devel/rt3/dirs.mk
devel/rt3/distinfo
devel/rt3/options.mk
devel/rt3/patches/patch-aa
devel/rt3/patches/patch-ac
devel/rubigen/DESCR
devel/rubigen/Makefile
devel/rubigen/PLIST
devel/rubigen/distinfo
devel/ruby-SDL/DESCR
devel/ruby-SDL/Makefile
devel/ruby-SDL/PLIST
devel/ruby-SDL/distinfo
devel/ruby-abstract/DESCR
devel/ruby-abstract/Makefile
devel/ruby-abstract/PLIST
devel/ruby-abstract/distinfo
devel/ruby-activesupport/DESCR
devel/ruby-activesupport/Makefile
devel/ruby-activesupport/PLIST
devel/ruby-activesupport/distinfo
devel/ruby-amstd/DESCR
devel/ruby-amstd/Makefile
devel/ruby-amstd/PLIST
devel/ruby-amstd/distinfo
devel/ruby-assistance/DESCR
devel/ruby-assistance/Makefile
devel/ruby-assistance/PLIST
devel/ruby-assistance/distinfo
devel/ruby-bsearch/DESCR
devel/ruby-bsearch/Makefile
devel/ruby-bsearch/PLIST
devel/ruby-bsearch/distinfo
devel/ruby-byaccr/DESCR
devel/ruby-byaccr/Makefile
devel/ruby-byaccr/PLIST
devel/ruby-byaccr/distinfo
devel/ruby-byaccr/patches/patch-aa
devel/ruby-byaccr/patches/patch-ab
devel/ruby-byaccr/patches/patch-ac
devel/ruby-byaccr/patches/patch-ad
devel/ruby-byaccr/patches/patch-ae
devel/ruby-byaccr/patches/patch-af
devel/ruby-byaccr/patches/patch-ag
devel/ruby-byaccr/patches/patch-ah
devel/ruby-byaccr/patches/patch-ai
devel/ruby-byaccr/patches/patch-aj
devel/ruby-cmd/DESCR
devel/ruby-cmd/Makefile
devel/ruby-cmd/PLIST
devel/ruby-cmd/distinfo
devel/ruby-curses/DESCR
devel/ruby-curses/Makefile
devel/ruby-curses/PLIST
devel/ruby-curses/distinfo
devel/ruby-curses/patches/patch-aa
devel/ruby-debug-base/DESCR
devel/ruby-debug-base/Makefile
devel/ruby-debug-base/PLIST
devel/ruby-debug-base/distinfo
devel/ruby-debug-base/patches/patch-aa
devel/ruby-debug-ide/DESCR
devel/ruby-debug-ide/Makefile
devel/ruby-debug-ide/PLIST
devel/ruby-debug-ide/distinfo
devel/ruby-debug/DESCR
devel/ruby-debug/Makefile
devel/ruby-debug/PLIST
devel/ruby-debug/distinfo
devel/ruby-debug/patches/patch-aa
devel/ruby-dhaka/DESCR
devel/ruby-dhaka/Makefile
devel/ruby-dhaka/PLIST
devel/ruby-dhaka/distinfo
devel/ruby-eventmachine/DESCR
devel/ruby-eventmachine/Makefile
devel/ruby-eventmachine/PLIST
devel/ruby-eventmachine/distinfo
devel/ruby-flexmock/DESCR
devel/ruby-flexmock/Makefile
devel/ruby-flexmock/PLIST
devel/ruby-flexmock/distinfo
devel/ruby-gettext/DESCR
devel/ruby-gettext/Makefile
devel/ruby-gettext/PLIST
devel/ruby-gettext/distinfo
devel/ruby-gnome2-atk/DESCR
devel/ruby-gnome2-atk/Makefile
devel/ruby-gnome2-atk/PLIST
devel/ruby-gnome2-glib/DESCR
devel/ruby-gnome2-glib/Makefile
devel/ruby-gnome2-glib/PLIST
devel/ruby-gnome2-glib/distinfo
devel/ruby-gnome2-glib/patches/patch-aa
devel/ruby-gnome2-glib/patches/patch-ab
devel/ruby-gnome2-glib/patches/patch-ac
devel/ruby-gnome2-glib/patches/patch-ad
devel/ruby-gnome2-pango/DESCR
devel/ruby-gnome2-pango/Makefile
devel/ruby-gnome2-pango/PLIST
devel/ruby-gnome2-pango/buildlink3.mk
devel/ruby-heckle/DESCR
devel/ruby-heckle/Makefile
devel/ruby-heckle/PLIST
devel/ruby-heckle/distinfo
devel/ruby-heckle/patches/patch-aa
devel/ruby-highline/DESCR
devel/ruby-highline/Makefile
devel/ruby-highline/PLIST
devel/ruby-highline/distinfo
devel/ruby-inline/DESCR
devel/ruby-inline/Makefile
devel/ruby-inline/PLIST
devel/ruby-inline/distinfo
devel/ruby-linecache/DESCR
devel/ruby-linecache/Makefile
devel/ruby-linecache/PLIST
devel/ruby-linecache/distinfo
devel/ruby-log4r/DESCR
devel/ruby-log4r/Makefile
devel/ruby-log4r/PLIST
devel/ruby-log4r/distinfo
devel/ruby-log4r/patches/patch-aa
devel/ruby-logging/DESCR
devel/ruby-logging/Makefile
devel/ruby-logging/PLIST
devel/ruby-logging/distinfo
devel/ruby-memcache/DESCR
devel/ruby-memcache/Makefile
devel/ruby-memcache/PLIST
devel/ruby-memcache/distinfo
devel/ruby-metaid/DESCR
devel/ruby-metaid/Makefile
devel/ruby-metaid/PLIST
devel/ruby-metaid/distinfo
devel/ruby-mkrf/DESCR
devel/ruby-mkrf/Makefile
devel/ruby-mkrf/PLIST
devel/ruby-mkrf/distinfo
devel/ruby-mocha/DESCR
devel/ruby-mocha/Makefile
devel/ruby-mocha/PLIST
devel/ruby-mocha/distinfo
devel/ruby-mode/DESCR
devel/ruby-mode/Makefile
devel/ruby-mode/PLIST
devel/ruby-mode/distinfo
devel/ruby-ncurses/DESCR
devel/ruby-ncurses/Makefile
devel/ruby-ncurses/PLIST
devel/ruby-ncurses/distinfo
devel/ruby-ncurses/files/gemspec
devel/ruby-needle/DESCR
devel/ruby-needle/Makefile
devel/ruby-needle/PLIST
devel/ruby-needle/distinfo
devel/ruby-parsetree/DESCR
devel/ruby-parsetree/Makefile
devel/ruby-parsetree/PLIST
devel/ruby-parsetree/distinfo
devel/ruby-parsetree/patches/patch-aa
devel/ruby-priority-queue/DESCR
devel/ruby-priority-queue/Makefile
devel/ruby-priority-queue/PLIST
devel/ruby-priority-queue/distinfo
devel/ruby-priority-queue/patches/patch-aa
devel/ruby-racc/DESCR
devel/ruby-racc/Makefile
devel/ruby-racc/PLIST
devel/ruby-racc/distinfo
devel/ruby-racc/raccversion.mk
devel/ruby-rbtree/DESCR
devel/ruby-rbtree/Makefile
devel/ruby-rbtree/PLIST
devel/ruby-rbtree/distinfo
devel/ruby-rcov/DESCR
devel/ruby-rcov/Makefile
devel/ruby-rcov/PLIST
devel/ruby-rcov/distinfo
devel/ruby-rcov/patches/patch-aa
devel/ruby-rcsparse/DESCR
devel/ruby-rcsparse/Makefile
devel/ruby-rcsparse/PLIST
devel/ruby-rcsparse/distinfo
devel/ruby-rd-mode/DESCR
devel/ruby-rd-mode/Makefile
devel/ruby-rd-mode/PLIST
devel/ruby-rd-mode/distinfo
devel/ruby-readline/DESCR
devel/ruby-readline/Makefile
devel/ruby-readline/PLIST
devel/ruby-readline/distinfo
devel/ruby-rgl/DESCR
devel/ruby-rgl/Makefile
devel/ruby-rgl/PLIST
devel/ruby-rgl/distinfo
devel/ruby-rspec/DESCR
devel/ruby-rspec/Makefile
devel/ruby-rspec/PLIST
devel/ruby-rspec/distinfo
devel/ruby-stream/DESCR
devel/ruby-stream/Makefile
devel/ruby-stream/PLIST
devel/ruby-stream/distinfo
devel/ruby-subversion/DESCR
devel/ruby-subversion/Makefile
devel/ruby-subversion/PLIST
devel/ruby-test-spec/DESCR
devel/ruby-test-spec/Makefile
devel/ruby-test-spec/PLIST
devel/ruby-test-spec/distinfo
devel/ruby-validatable/DESCR
devel/ruby-validatable/Makefile
devel/ruby-validatable/PLIST
devel/ruby-validatable/distinfo
devel/ruby2ruby/DESCR
devel/ruby2ruby/Makefile
devel/ruby2ruby/PLIST
devel/ruby2ruby/distinfo
devel/ruby2ruby/patches/patch-aa
devel/rubyforge/DESCR
devel/rubyforge/Makefile
devel/rubyforge/PLIST
devel/rubyforge/distinfo
devel/rudiments/DESCR
devel/rudiments/Makefile
devel/rudiments/PLIST
devel/rudiments/buildlink3.mk
devel/rudiments/distinfo
devel/rudiments/patches/patch-aa
devel/rvm/DESCR
devel/rvm/Makefile
devel/rvm/PLIST
devel/rvm/buildlink3.mk
devel/rvm/distinfo
devel/rx/DESCR
devel/rx/Makefile
devel/rx/PLIST
devel/rx/buildlink3.mk
devel/rx/distinfo
devel/rx/patches/patch-aa
devel/rx/patches/patch-ab
devel/sablecc/DESCR
devel/sablecc/Makefile
devel/sablecc/PLIST
devel/sablecc/distinfo
devel/sablecc/files/sablecc
devel/scmcvs/DESCR
devel/scmcvs/MESSAGE
devel/scmcvs/Makefile
devel/scmcvs/PLIST
devel/scmcvs/distinfo
devel/scmcvs/options.mk
devel/scmcvs/patches/patch-aa
devel/scmcvs/patches/patch-ab
devel/scmcvs/patches/patch-ac
devel/scmcvs/patches/patch-ad
devel/scmcvs/patches/patch-ae
devel/scmcvs/patches/patch-af
devel/scmcvs/patches/patch-ag
devel/scmcvs/patches/patch-ah
devel/scmcvs/patches/patch-ai
devel/scmcvs/patches/patch-ak
devel/scmcvs/patches/patch-al
devel/scmcvs/patches/patch-am
devel/scmcvs/patches/patch-an
devel/scmcvs/patches/patch-ao
devel/scmcvs/patches/patch-ap
devel/scmcvs/patches/patch-aq
devel/scmcvs/patches/patch-ar
devel/scmcvs/patches/patch-at
devel/scmcvs/patches/patch-au
devel/scmcvs/patches/patch-av
devel/scmcvs/patches/patch-ay
devel/scmcvs/patches/patch-az
devel/scmcvs/patches/patch-ba
devel/scmgit-base/DESCR
devel/scmgit-base/Makefile
devel/scmgit-base/PLIST
devel/scmgit-base/distinfo
devel/scmgit-base/options.mk
devel/scmgit-base/patches/patch-aa
devel/scmgit-base/patches/patch-ab
devel/scmgit-base/patches/patch-ac
devel/scmgit-base/patches/patch-ad
devel/scmgit-base/patches/patch-ae
devel/scmgit-base/patches/patch-af
devel/scmgit-base/patches/patch-ag
devel/scmgit-base/patches/patch-ah
devel/scmgit-base/patches/patch-ai
devel/scmgit-base/patches/patch-aj
devel/scmgit-docs/DESCR
devel/scmgit-docs/Makefile
devel/scmgit-docs/PLIST
devel/scmgit/DESCR
devel/scmgit/Makefile
devel/scmgit/Makefile.common
devel/scons-devel/DESCR
devel/scons-devel/Makefile
devel/scons-devel/PLIST
devel/scons-devel/distinfo
devel/scons-devel/patches/patch-aa
devel/scons/DESCR
devel/scons/Makefile
devel/scons/PLIST
devel/scons/distinfo
devel/sdcc/DESCR
devel/sdcc/Makefile
devel/sdcc/PLIST
devel/sdcc/distinfo
devel/sdcc/patches/patch-aa
devel/sdcc/patches/patch-ab
devel/semantic/DESCR
devel/semantic/Makefile
devel/semantic/PLIST
devel/semantic/buildlink3.mk
devel/semantic/distinfo
devel/semantic/patches/patch-aa
devel/semi/DESCR
devel/semi/Makefile
devel/semi/PLIST
devel/semi/buildlink3.mk
devel/semi/distinfo
devel/semi/options.mk
devel/semi/patches/patch-ab
devel/semi/patches/patch-ac
devel/sfio/DESCR
devel/sfio/Makefile
devel/sfio/PLIST
devel/sfio/distinfo
devel/sfio/patches/patch-aa
devel/sfio/patches/patch-ab
devel/sfio/patches/patch-ac
devel/sfio/patches/patch-ad
devel/sfio/patches/patch-ae
devel/sfio/patches/patch-af
devel/sfio/patches/patch-ag
devel/sfio/patches/patch-ah
devel/sfio/patches/patch-ai
devel/sfio/patches/patch-aj
devel/sfio/patches/patch-ak
devel/sfio/patches/patch-al
devel/sgb/DESCR
devel/sgb/Makefile
devel/sgb/PLIST
devel/sgb/buildlink3.mk
devel/sgb/distinfo
devel/sgb/patches/patch-aa
devel/sgi-stl-docs/DESCR
devel/sgi-stl-docs/Makefile
devel/sgi-stl-docs/PLIST
devel/sgi-stl-docs/distinfo
devel/sgi-stl/DESCR
devel/sgi-stl/Makefile
devel/sgi-stl/PLIST
devel/sgi-stl/distinfo
devel/sgi-stl/patches/patch-aa
devel/sgi-stl/patches/patch-ab
devel/silc-toolkit/DESCR
devel/silc-toolkit/Makefile
devel/silc-toolkit/PLIST
devel/silc-toolkit/buildlink3.mk
devel/silc-toolkit/distinfo
devel/silc-toolkit/options.mk
devel/silc-toolkit/patches/patch-aa
devel/slib/DESCR
devel/slib/Makefile
devel/slib/PLIST
devel/slib/distinfo
devel/slib/patches/patch-aa
devel/sml-mode/DESCR
devel/sml-mode/Makefile
devel/sml-mode/PLIST
devel/sml-mode/distinfo
devel/sml-mode/patches/patch-aa
devel/sparse/DESCR
devel/sparse/Makefile
devel/sparse/PLIST
devel/sparse/distinfo
devel/sparse/patches/patch-aa
devel/sparse/patches/patch-ab
devel/sparsehash/DESCR
devel/sparsehash/Makefile
devel/sparsehash/PLIST
devel/sparsehash/distinfo
devel/sparsehash/patches/patch-aa
devel/spiff/DESCR
devel/spiff/Makefile
devel/spiff/PLIST
devel/spiff/distinfo
devel/spiff/patches/patch-aa
devel/spiff/patches/patch-ab
devel/spiff/patches/patch-ac
devel/spiff/patches/patch-ad
devel/spiff/patches/patch-ae
devel/spiff/patches/patch-af
devel/splint/DESCR
devel/splint/Makefile
devel/splint/PLIST
devel/splint/distinfo
devel/splint/patches/patch-aa
devel/splint/patches/patch-ab
devel/st/DESCR
devel/st/Makefile
devel/st/PLIST
devel/st/distinfo
devel/st/patches/patch-aa
devel/st/patches/patch-ab
devel/stgit/DESCR
devel/stgit/Makefile
devel/stgit/PLIST
devel/stgit/distinfo
devel/stgit/patches/patch-aa
devel/stgit/patches/patch-ab
devel/stgit/patches/patch-ac
devel/stlport/DESCR
devel/stlport/Makefile
devel/stlport/PLIST
devel/stlport/distinfo
devel/stlport/patches/patch-aa
devel/stlport/patches/patch-aj
devel/stlport/patches/patch-ak
devel/stlport/patches/patch-al
devel/stlport/patches/patch-am
devel/stooop/DESCR
devel/stooop/Makefile
devel/stooop/PLIST
devel/stooop/distinfo
devel/subversion-base/DESCR
devel/subversion-base/Makefile
devel/subversion-base/PLIST
devel/subversion-base/PLIST.bdb
devel/subversion-base/buildlink3.mk
devel/subversion-base/options.mk
devel/subversion/DESCR
devel/subversion/Makefile
devel/subversion/Makefile.common
devel/subversion/Makefile.version
devel/subversion/distinfo
devel/subversion/files/build-outputs.mk
devel/subversion/patches/patch-aa
devel/subversion/patches/patch-ad
devel/subversion/patches/patch-ag
devel/subversion/patches/patch-ah
devel/subversion/patches/patch-ai
devel/subversion/patches/patch-aj
devel/subversion/patches/patch-ak
devel/svk/DESCR
devel/svk/Makefile
devel/svk/distinfo
devel/swig/DESCR
devel/swig/Makefile
devel/swig/PLIST
devel/swig/buildlink3.mk
devel/swig/distinfo
devel/swig/patches/patch-aa
devel/swig/patches/patch-ab
devel/swig/patches/patch-ac
devel/syncdir/DESCR
devel/syncdir/Makefile
devel/syncdir/PLIST
devel/syncdir/buildlink3.mk
devel/syncdir/distinfo
devel/syncdir/patches/patch-aa
devel/sysexits/DESCR
devel/sysexits/Makefile
devel/sysexits/PLIST
devel/sysexits/buildlink3.mk
devel/sysexits/builtin.mk
devel/sysexits/files/sysexits.h
devel/tailor/DESCR
devel/tailor/Makefile
devel/tailor/PLIST
devel/tailor/distinfo
devel/tavrasm/DESCR
devel/tavrasm/Makefile
devel/tavrasm/PLIST
devel/tavrasm/distinfo
devel/tavrasm/patches/patch-aa
devel/tavrasm/patches/patch-ab
devel/tcl-tclcl/DESCR
devel/tcl-tclcl/Makefile
devel/tcl-tclcl/PLIST
devel/tcl-tclcl/buildlink3.mk
devel/tcl-tclcl/distinfo
devel/tcl-tclcl/patches/patch-aa
devel/tcl-tclcl/patches/patch-ab
devel/tcl-tclcl/patches/patch-ac
devel/tcllib/DESCR
devel/tcllib/Makefile
devel/tcllib/PLIST
devel/tcllib/distinfo
devel/teem/DESCR
devel/teem/Makefile
devel/teem/PLIST
devel/teem/buildlink3.mk
devel/teem/distinfo
devel/teem/patches/patch-aa
devel/teem/patches/patch-ab
devel/teem/patches/patch-ac
devel/tet3/DESCR
devel/tet3/Makefile
devel/tet3/PLIST
devel/tet3/distinfo
devel/tet3/patches/patch-aa
devel/tet3/patches/patch-ab
devel/tet3/patches/patch-ac
devel/tet3/patches/patch-ad
devel/tet3/patches/patch-ae
devel/tet3/patches/patch-ah
devel/tet3/patches/patch-ai
devel/tet3/patches/patch-aj
devel/tig/DESCR
devel/tig/Makefile
devel/tig/PLIST
devel/tig/distinfo
devel/tig/patches/patch-aa
devel/tkcvs/DESCR
devel/tkcvs/Makefile
devel/tkcvs/PLIST
devel/tkcvs/distinfo
devel/tkcvs/patches/patch-aa
devel/tkdiff/DESCR
devel/tkdiff/Makefile
devel/tkdiff/PLIST
devel/tkdiff/distinfo
devel/tla/DESCR
devel/tla/Makefile
devel/tla/PLIST
devel/tla/distinfo
devel/tmake/DESCR
devel/tmake/Makefile
devel/tmake/PLIST
devel/tmake/distinfo
devel/tmake/patches/patch-aa
devel/tmake/patches/patch-ab
devel/tmake/patches/patch-ac
devel/tpasm/DESCR
devel/tpasm/Makefile
devel/tpasm/PLIST
devel/tpasm/distinfo
devel/tpasm/patches/patch-aa
devel/tre/DESCR
devel/tre/Makefile
devel/tre/PLIST
devel/tre/buildlink3.mk
devel/tre/distinfo
devel/treecc/DESCR
devel/treecc/Makefile
devel/treecc/PLIST
devel/treecc/distinfo
devel/trio/DESCR
devel/trio/Makefile
devel/trio/PLIST
devel/trio/distinfo
devel/trio/files/Makefile
devel/tvision/DESCR
devel/tvision/Makefile
devel/tvision/PLIST
devel/tvision/distinfo
devel/tvision/patches/patch-aa
devel/tvision/patches/patch-ab
devel/tvision/patches/patch-ac
devel/tvision/patches/patch-ad
devel/tvision/patches/patch-ae
devel/ucl/DESCR
devel/ucl/Makefile
devel/ucl/PLIST
devel/ucl/buildlink3.mk
devel/ucl/distinfo
devel/ucpp/DESCR
devel/ucpp/Makefile
devel/ucpp/PLIST
devel/ucpp/distinfo
devel/ucpp/patches/patch-aa
devel/unidiff/DESCR
devel/unidiff/Makefile
devel/unidiff/PLIST
devel/unidiff/distinfo
devel/uno/DESCR
devel/uno/Makefile
devel/uno/PLIST
devel/uno/distinfo
devel/uno/patches/patch-aa
devel/uno/patches/patch-ab
devel/valgrind/DESCR
devel/valgrind/Makefile
devel/valgrind/PLIST
devel/valgrind/distinfo
devel/vanessa_adt/DESCR
devel/vanessa_adt/Makefile
devel/vanessa_adt/PLIST
devel/vanessa_adt/buildlink3.mk
devel/vanessa_adt/distinfo
devel/vanessa_adt/patches/patch-aa
devel/vanessa_logger/DESCR
devel/vanessa_logger/Makefile
devel/vanessa_logger/PLIST
devel/vanessa_logger/buildlink3.mk
devel/vanessa_logger/distinfo
devel/vanessa_logger/patches/patch-aa
devel/vanessa_logger/patches/patch-ab
devel/vanessa_socket/DESCR
devel/vanessa_socket/Makefile
devel/vanessa_socket/PLIST
devel/vanessa_socket/buildlink3.mk
devel/vanessa_socket/distinfo
devel/vanessa_socket/patches/patch-aa
devel/vanessa_socket/patches/patch-ab
devel/vtcl/DESCR
devel/vtcl/Makefile
devel/vtcl/PLIST
devel/vtcl/distinfo
devel/vtcl/options.mk
devel/vtcl/patches/patch-aa
devel/wide/DESCR
devel/wide/Makefile
devel/wide/PLIST
devel/wide/distinfo
devel/wide/files/wide.in
devel/xdelta/DESCR
devel/xdelta/Makefile
devel/xdelta/PLIST
devel/xdelta/distinfo
devel/xdelta/patches/patch-aa
devel/xdelta/patches/patch-ab
devel/xdelta/patches/patch-ac
devel/xdelta3/DESCR
devel/xdelta3/Makefile
devel/xdelta3/PLIST
devel/xdelta3/distinfo
devel/xfce4-dev-tools/DESCR
devel/xfce4-dev-tools/Makefile
devel/xfce4-dev-tools/PLIST
devel/xfce4-dev-tools/buildlink3.mk
devel/xfce4-dev-tools/distinfo
devel/xmake/DESCR
devel/xmake/Makefile
devel/xmake/PLIST
devel/xmake/distinfo
devel/xorg-util-macros/DESCR
devel/xorg-util-macros/Makefile
devel/xorg-util-macros/PLIST
devel/xorg-util-macros/distinfo
devel/xorg-util-macros/patches/patch-aa
devel/xxgdb/DESCR
devel/xxgdb/Makefile
devel/xxgdb/PLIST
devel/xxgdb/distinfo
devel/xxgdb/patches/patch-aa
devel/xxgdb/patches/patch-ab
devel/xxgdb/patches/patch-ac
devel/xxgdb/patches/patch-ad
devel/xxgdb/patches/patch-ae
devel/yasm/DESCR
devel/yasm/Makefile
devel/yasm/PLIST
devel/yasm/distinfo
devel/z80-asm/DESCR
devel/z80-asm/Makefile
devel/z80-asm/PLIST
devel/z80-asm/distinfo
devel/z80-asm/patches/patch-aa
devel/z80-asm/patches/patch-ab
devel/z80-asm/patches/patch-ac
devel/zlib/DESCR
devel/zlib/Makefile
devel/zlib/PLIST
devel/zlib/buildlink3.mk
devel/zlib/builtin.mk
devel/zlib/files/ChangeLog
devel/zlib/files/Makefile
devel/zlib/files/README
devel/zlib/files/adler32.c
devel/zlib/files/compress.c
devel/zlib/files/crc32.c
devel/zlib/files/crc32.h
devel/zlib/files/deflate.c
devel/zlib/files/deflate.h
devel/zlib/files/gzio.c
devel/zlib/files/infback.c
devel/zlib/files/inffast.c
devel/zlib/files/inffast.h
devel/zlib/files/inffixed.h
devel/zlib/files/inflate.c
devel/zlib/files/inflate.h
devel/zlib/files/inftrees.c
devel/zlib/files/inftrees.h
devel/zlib/files/trees.c
devel/zlib/files/trees.h
devel/zlib/files/uncompr.c
devel/zlib/files/zconf.h
devel/zlib/files/zlib.3
devel/zlib/files/zlib.h
devel/zlib/files/zutil.c
devel/zlib/files/zutil.h
distfiles/.cvsignore
doc/BRANCHES
doc/CHANGES-1997
doc/CHANGES-1998
doc/CHANGES-1999
doc/CHANGES-2000
doc/CHANGES-2001
doc/CHANGES-2002
doc/CHANGES-2003
doc/CHANGES-2004
doc/CHANGES-2005
doc/CHANGES-2006
doc/CHANGES-2007
doc/CHANGES-2008
doc/HACKS
doc/HOWTO-crosscompile
doc/HOWTO-crosscompile-xorg
doc/HOWTO-pbulk
doc/Makefile-example
doc/NEWS
doc/RESPONSIBLE
doc/STATUS
doc/TODO
doc/guide/DESCR
doc/guide/Makefile
doc/guide/Makefile.common
doc/guide/PLIST
doc/guide/README
doc/guide/distinfo
doc/guide/files/Makefile
doc/guide/files/binary.xml
doc/guide/files/build.xml
doc/guide/files/buildlink.xml
doc/guide/files/bulk.xml
doc/guide/files/chapters.ent
doc/guide/files/components.xml
doc/guide/files/configuring.xml
doc/guide/files/creating.xml
doc/guide/files/debug.xml
doc/guide/files/devfaq.xml
doc/guide/files/editing.xml
doc/guide/files/examples.xml
doc/guide/files/faq.xml
doc/guide/files/files.xml
doc/guide/files/fixes.xml
doc/guide/files/ftp-layout.xml
doc/guide/files/getting.xml
doc/guide/files/gnome.xml
doc/guide/files/infr.design.xml
doc/guide/files/introduction.xml
doc/guide/files/logs.xml
doc/guide/files/makefile.xml
doc/guide/files/options.xml
doc/guide/files/pkginstall.xml
doc/guide/files/pkgsrc.ent
doc/guide/files/pkgsrc.xml
doc/guide/files/platforms.xml
doc/guide/files/plist.xml
doc/guide/files/porting.xml
doc/guide/files/regression.xml
doc/guide/files/share/catalog
doc/guide/files/share/default-html-chunk.xsl
doc/guide/files/share/default-html.xsl
doc/guide/files/share/default.dsl
doc/guide/files/submit.xml
doc/guide/files/tools.xml
doc/guide/files/using.xml
doc/pkgsrc.html
doc/pkgsrc.txt
editors/Makefile
editors/TeXmacs/DESCR
editors/TeXmacs/Makefile
editors/TeXmacs/PLIST
editors/TeXmacs/distinfo
editors/TeXmacs/patches/patch-aa
editors/TeXmacs/patches/patch-ab
editors/TeXmacs/patches/patch-ac
editors/TeXmacs/patches/patch-ad
editors/TeXmacs/patches/patch-ae
editors/TeXmacs/patches/patch-ag
editors/TeXmacs/patches/patch-ai
editors/TeXmacs/patches/patch-aj
editors/TeXmacs/patches/patch-ak
editors/abiword-plugins/DESCR
editors/abiword-plugins/Makefile
editors/abiword-plugins/PLIST
editors/abiword-plugins/distinfo
editors/abiword-plugins/patches/patch-aa
editors/abiword/DESCR
editors/abiword/Makefile
editors/abiword/Makefile.common
editors/abiword/PLIST
editors/abiword/distinfo
editors/abiword/patches/patch-aa
editors/abiword/patches/patch-ab
editors/abiword/patches/patch-ac
editors/abiword/patches/patch-ad
editors/abiword/patches/patch-af
editors/abiword/patches/patch-ag
editors/abiword/patches/patch-sa
editors/abiword/patches/patch-sb
editors/abiword/patches/patch-sc
editors/abiword/patches/patch-sd
editors/abiword/patches/patch-se
editors/abiword/patches/patch-sf
editors/abiword/patches/patch-sg
editors/beav/DESCR
editors/beav/Makefile
editors/beav/PLIST
editors/beav/distinfo
editors/beav/patches/patch-aa
editors/beav/patches/patch-ab
editors/beav/patches/patch-ac
editors/beav/patches/patch-ad
editors/beav/patches/patch-ae
editors/beav/patches/patch-af
editors/beav/patches/patch-ag
editors/beav/patches/patch-ai
editors/beaver/DESCR
editors/beaver/Makefile
editors/beaver/PLIST
editors/beaver/distinfo
editors/beaver/patches/patch-aa
editors/biew/DESCR
editors/biew/Makefile
editors/biew/PLIST
editors/biew/distinfo
editors/biew/patches/patch-aa
editors/biew/patches/patch-ab
editors/biew/patches/patch-ac
editors/biew/patches/patch-ad
editors/biew/patches/patch-ae
editors/biew/patches/patch-af
editors/bvi/DESCR
editors/bvi/Makefile
editors/bvi/PLIST
editors/bvi/distinfo
editors/bvi/patches/patch-aa
editors/bvi/patches/patch-ab
editors/ce-doc/DESCR
editors/ce-doc/Makefile
editors/ce-doc/PLIST
editors/ce-x11/DESCR
editors/ce-x11/Makefile
editors/ce-x11/PLIST
editors/ce/DESCR
editors/ce/Makefile
editors/ce/Makefile.common
editors/ce/PLIST
editors/ce/distinfo
editors/ce/patches/patch-aa
editors/ce/patches/patch-ab
editors/conglomerate/DESCR
editors/conglomerate/Makefile
editors/conglomerate/PLIST
editors/conglomerate/distinfo
editors/conglomerate/patches/patch-aa
editors/cooledit/DESCR
editors/cooledit/Makefile
editors/cooledit/PLIST
editors/cooledit/distinfo
editors/cooledit/patches/patch-aa
editors/cooledit/patches/patch-ab
editors/cooledit/patches/patch-ad
editors/cooledit/patches/patch-ae
editors/cooledit/patches/patch-af
editors/cooledit/patches/patch-ah
editors/cooledit/patches/patch-ai
editors/dasher/DESCR
editors/dasher/Makefile
editors/dasher/PLIST
editors/dasher/distinfo
editors/dasher/patches/patch-aa
editors/dasher/patches/patch-ab
editors/dasher/patches/patch-ac
editors/dasher/patches/patch-ad
editors/dasher/patches/patch-ae
editors/dasher/patches/patch-af
editors/dasher/patches/patch-ag
editors/easyedit/DESCR
editors/easyedit/Makefile
editors/easyedit/PLIST
editors/easyedit/distinfo
editors/easyedit/patches/patch-aa
editors/easyedit/patches/patch-ab
editors/easyedit/patches/patch-ac
editors/ed/DESCR
editors/ed/Makefile
editors/ed/PLIST
editors/ed/distinfo
editors/ed/patches/patch-aa
editors/ed/patches/patch-ab
editors/elvis-x11/Makefile
editors/elvis/DESCR
editors/elvis/Makefile
editors/elvis/PLIST
editors/elvis/distinfo
editors/elvis/options.mk
editors/elvis/patches/patch-ab
editors/elvis/patches/patch-ac
editors/elvis/patches/patch-ad
editors/elvis/patches/patch-ae
editors/emacs-nox11/Makefile
editors/emacs-nox11/buildlink3.mk
editors/emacs-packages/DESCR
editors/emacs-packages/Makefile
editors/emacs/DESCR
editors/emacs/Makefile
editors/emacs/PLIST
editors/emacs/PLIST.carbon
editors/emacs/buildlink3.mk
editors/emacs/distinfo
editors/emacs/files/dragonfly.h
editors/emacs/files/site-init.el
editors/emacs/options.mk
editors/emacs/patches/patch-aa
editors/emacs/patches/patch-ab
editors/emacs/patches/patch-ad
editors/emacs/patches/patch-ae
editors/emacs/patches/patch-aj
editors/emacs/patches/patch-ak
editors/emacs/patches/patch-am
editors/emacs/patches/patch-an
editors/emacs/patches/patch-ao
editors/emacs/patches/patch-ap
editors/emacs/patches/patch-aq
editors/emacs/patches/patch-ar
editors/emacs/patches/patch-as
editors/emacs/patches/patch-at
editors/emacs/patches/patch-au
editors/emacs/patches/patch-av
editors/emacs/patches/patch-xx
editors/emacs20/DESCR
editors/emacs20/Makefile
editors/emacs20/PLIST
editors/emacs20/buildlink3.mk
editors/emacs20/distinfo
editors/emacs20/files/amd64.h
editors/emacs20/files/dragonfly.h
editors/emacs20/options.mk
editors/emacs20/patches/patch-aa
editors/emacs20/patches/patch-ab
editors/emacs20/patches/patch-ac
editors/emacs20/patches/patch-ad
editors/emacs20/patches/patch-ae
editors/emacs20/patches/patch-af
editors/emacs20/patches/patch-ag
editors/emacs20/patches/patch-ah
editors/emacs20/patches/patch-ai
editors/emacs20/patches/patch-aj
editors/emacs20/patches/patch-ak
editors/emacs20/patches/patch-al
editors/emacs20/patches/patch-am
editors/emacs20/patches/patch-an
editors/emacs20/patches/patch-ap
editors/emacs20/patches/patch-aq
editors/emacs20/patches/patch-ar
editors/emacs20/patches/patch-as
editors/emacs20/patches/patch-at
editors/emacs20/patches/patch-au
editors/emacs20/patches/patch-ax
editors/emacs20/patches/patch-ay
editors/emacs20/patches/patch-az
editors/emacs20/patches/patch-ba
editors/emacs20/patches/patch-bb
editors/emacs20/patches/patch-bc
editors/emacs20/patches/patch-bd
editors/emacs20/patches/patch-bf
editors/emacs20/patches/patch-bg
editors/emacs20/patches/patch-bh
editors/emacs20/patches/patch-bi
editors/emacs20/patches/patch-bj
editors/emacs20/patches/patch-bk
editors/emacs20/patches/patch-bl
editors/emacs20/patches/patch-bm
editors/emacs20/patches/patch-bn
editors/emacs20/patches/patch-bo
editors/emacs20/patches/patch-bp
editors/emacs20/patches/patch-bq
editors/emacs20/patches/patch-br
editors/emacs20/patches/patch-bs
editors/emacs20/patches/patch-bt
editors/emacs20/patches/patch-bu
editors/emacs20/patches/patch-bv
editors/emacs20/patches/patch-bw
editors/emacs20/patches/patch-bx
editors/emacs20/patches/patch-by
editors/emacs20/patches/patch-bz
editors/emacs20/patches/patch-ca
editors/emacs20/patches/patch-cb
editors/emacs21-nox11/DESCR
editors/emacs21-nox11/Makefile
editors/emacs21-nox11/buildlink3.mk
editors/emacs21/DESCR
editors/emacs21/Makefile
editors/emacs21/Makefile.common
editors/emacs21/PLIST
editors/emacs21/buildlink3.mk
editors/emacs21/distinfo
editors/emacs21/files/amd64.h
editors/emacs21/files/darwin.h
editors/emacs21/files/dragonfly.h
editors/emacs21/files/powermac.h
editors/emacs21/files/sh3el.h
editors/emacs21/files/site-init.el
editors/emacs21/files/unexmacosx.c
editors/emacs21/options.mk
editors/emacs21/patches/patch-aa
editors/emacs21/patches/patch-ab
editors/emacs21/patches/patch-ac
editors/emacs21/patches/patch-ad
editors/emacs21/patches/patch-ae
editors/emacs21/patches/patch-af
editors/emacs21/patches/patch-ag
editors/emacs21/patches/patch-ah
editors/emacs21/patches/patch-ai
editors/emacs21/patches/patch-aj
editors/emacs21/patches/patch-ak
editors/emacs21/patches/patch-am
editors/emacs21/patches/patch-an
editors/emacs21/patches/patch-ao
editors/emacs21/patches/patch-ap
editors/emacs21/patches/patch-aq
editors/emacs21/patches/patch-ar
editors/emacs21/patches/patch-as
editors/emacs21/patches/patch-at
editors/emacs21/patches/patch-au
editors/emacs21/patches/patch-av
editors/emacs21/patches/patch-az
editors/emacs21/patches/patch-ba
editors/emacs21/patches/patch-bb
editors/emacs21/patches/patch-bg
editors/emacs21/patches/patch-xx
editors/ex/DESCR
editors/ex/Makefile
editors/ex/PLIST
editors/ex/distinfo
editors/ex/patches/patch-aa
editors/ex/patches/patch-ab
editors/ex/patches/patch-ac
editors/ex/patches/patch-ad
editors/fe/DESCR
editors/fe/Makefile
editors/fe/PLIST
editors/fe/distinfo
editors/fe/patches/patch-aa
editors/fe/patches/patch-ab
editors/gate/DESCR
editors/gate/Makefile
editors/gate/PLIST
editors/gate/distinfo
editors/gate/patches/patch-aa
editors/gconf-editor/DESCR
editors/gconf-editor/Makefile
editors/gconf-editor/PLIST
editors/gconf-editor/distinfo
editors/gedit/DESCR
editors/gedit/Makefile
editors/gedit/PLIST
editors/gedit/buildlink3.mk
editors/gedit/distinfo
editors/gice/DESCR
editors/gice/Makefile
editors/gice/PLIST
editors/gice/distinfo
editors/gnuserv/DESCR
editors/gnuserv/Makefile
editors/gnuserv/PLIST
editors/gnuserv/distinfo
editors/gnuserv/patches/patch-aa
editors/gobby/DESCR
editors/gobby/Makefile
editors/gobby/PLIST
editors/gobby/distinfo
editors/gobby/patches/patch-aa
editors/gtranslator/DESCR
editors/gtranslator/Makefile
editors/gtranslator/PLIST
editors/gtranslator/distinfo
editors/gtranslator/patches/patch-aa
editors/gtranslator/patches/patch-ab
editors/gtranslator/patches/patch-ac
editors/gtranslator/patches/patch-ae
editors/gtranslator/patches/patch-af
editors/heme/DESCR
editors/heme/Makefile
editors/heme/PLIST
editors/heme/distinfo
editors/heme/patches/patch-aa
editors/heme/patches/patch-ab
editors/hexedit/DESCR
editors/hexedit/Makefile
editors/hexedit/PLIST
editors/hexedit/distinfo
editors/hexedit/patches/patch-ac
editors/hexedit/patches/patch-ae
editors/hnb/DESCR
editors/hnb/Makefile
editors/hnb/PLIST
editors/hnb/distinfo
editors/hnb/patches/patch-aa
editors/hnb/patches/patch-ab
editors/hnb/patches/patch-ac
editors/jave/DESCR
editors/jave/Makefile
editors/jave/PLIST
editors/jave/distinfo
editors/jave/files/jave
editors/jde/DESCR
editors/jde/MESSAGE
editors/jde/Makefile
editors/jde/PLIST
editors/jde/distinfo
editors/jde/patches/patch-aa
editors/jed/DESCR
editors/jed/MESSAGE
editors/jed/Makefile
editors/jed/Makefile.common
editors/jed/PLIST
editors/jed/distinfo
editors/jed/patches/patch-aa
editors/jed/patches/patch-ab
editors/jed/patches/patch-ac
editors/jed/patches/patch-ad
editors/joe/DESCR
editors/joe/Makefile
editors/joe/PLIST
editors/joe/distinfo
editors/joe/patches/patch-aa
editors/jove/DESCR
editors/jove/Makefile
editors/jove/PLIST
editors/jove/distinfo
editors/jove/patches/patch-aa
editors/jove/patches/patch-ac
editors/kdissert/DESCR
editors/kdissert/Makefile
editors/kdissert/PLIST
editors/kdissert/distinfo
editors/kdissert/patches/patch-aa
editors/kdissert/patches/patch-ab
editors/kdissert/patches/patch-ac
editors/kdissert/patches/patch-ad
editors/kile/DESCR
editors/kile/Makefile
editors/kile/PLIST
editors/kile/distinfo
editors/kile/patches/patch-aa
editors/leafpad/DESCR
editors/leafpad/Makefile
editors/leafpad/PLIST
editors/leafpad/distinfo
editors/leim20/DESCR
editors/leim20/Makefile
editors/leim20/PLIST
editors/leim20/distinfo
editors/leim20/patches/patch-aa
editors/leim20/patches/patch-ab
editors/leim21/DESCR
editors/leim21/Makefile
editors/leim21/PLIST
editors/leim21/distinfo
editors/leim21/patches/patch-aa
editors/leim21/patches/patch-ab
editors/lpe/DESCR
editors/lpe/Makefile
editors/lpe/PLIST
editors/lpe/distinfo
editors/lpe/patches/patch-aa
editors/lpe/patches/patch-ab
editors/lpe/patches/patch-ac
editors/lpe/patches/patch-ad
editors/lpe/patches/patch-ae
editors/lpe/patches/patch-af
editors/lpe/patches/patch-ag
editors/lpe/patches/patch-ah
editors/lpe/patches/patch-ai
editors/lpe/patches/patch-aj
editors/lpe/patches/patch-ak
editors/lpe/patches/patch-al
editors/lyx-qt/DESCR
editors/lyx-qt/MESSAGE
editors/lyx-qt/Makefile
editors/lyx-qt/Makefile.common
editors/lyx-qt/PLIST.common
editors/lyx-qt/distinfo
editors/lyx-qt/patches/patch-aa
editors/lyx-qt/patches/patch-ab
editors/lyx-qt/patches/patch-af
editors/lyx-qt/patches/patch-ag
editors/lyx-xforms/DESCR
editors/lyx-xforms/Makefile
editors/lyx15/DESCR
editors/lyx15/MESSAGE
editors/lyx15/Makefile
editors/lyx15/PLIST
editors/lyx15/distinfo
editors/lyx15/patches/patch-af
editors/lyx15/patches/patch-ag
editors/manedit/DESCR
editors/manedit/Makefile
editors/manedit/PLIST
editors/manedit/distinfo
editors/manedit/patches/patch-aa
editors/manedit/patches/patch-ab
editors/manedit/patches/patch-ac
editors/manedit/patches/patch-ad
editors/manedit/patches/patch-ae
editors/manedit/patches/patch-af
editors/manedit/patches/patch-ag
editors/matlab-mode/DESCR
editors/matlab-mode/MESSAGE
editors/matlab-mode/Makefile
editors/matlab-mode/PLIST
editors/matlab-mode/distinfo
editors/mflteco/DESCR
editors/mflteco/Makefile
editors/mflteco/PLIST
editors/mflteco/distinfo
editors/mflteco/patches/patch-aa
editors/mflteco/patches/patch-ab
editors/mflteco/patches/patch-ac
editors/mflteco/patches/patch-ad
editors/mflteco/patches/patch-ae
editors/mg2a/DESCR
editors/mg2a/Makefile
editors/mg2a/PLIST
editors/mg2a/distinfo
editors/mg2a/patches/patch-aa
editors/mg2a/patches/patch-ab
editors/mg2a/patches/patch-ac
editors/mg2a/patches/patch-ad
editors/mg2a/patches/patch-ae
editors/mg2a/patches/patch-af
editors/mg2a/patches/patch-ag
editors/mg2a/patches/patch-ah
editors/mg2a/patches/patch-ai
editors/mg2a/patches/patch-aj
editors/mg2a/patches/patch-ak
editors/mg2a/patches/patch-al
editors/mg2a/patches/patch-am
editors/mg2a/patches/patch-an
editors/mg2a/patches/patch-ao
editors/mg2a/patches/patch-ap
editors/mg2a/patches/patch-aq
editors/mg2a/patches/patch-as
editors/mg2a/patches/patch-at
editors/mined/DESCR
editors/mined/Makefile
editors/mined/PLIST
editors/mined/distinfo
editors/mined/patches/patch-ac
editors/mined/patches/patch-ad
editors/mined/patches/patch-ae
editors/mlview/DESCR
editors/mlview/Makefile
editors/mlview/PLIST
editors/mlview/distinfo
editors/mule-ucs/DESCR
editors/mule-ucs/MESSAGE
editors/mule-ucs/Makefile
editors/mule-ucs/PLIST
editors/mule-ucs/buildlink3.mk
editors/mule-ucs/distinfo
editors/mule-ucs/patches/patch-aa
editors/mule-ucs/patches/patch-ab
editors/mule/DESCR
editors/mule/MESSAGE
editors/mule/Makefile
editors/mule/PLIST
editors/mule/distinfo
editors/mule/options.mk
editors/mule/patches/patch-aa
editors/mule/patches/patch-ab
editors/mule/patches/patch-ac
editors/mule/patches/patch-ad
editors/mule/patches/patch-ae
editors/mule/patches/patch-af
editors/mule/patches/patch-ag
editors/mule/patches/patch-ah
editors/mule/patches/patch-ai
editors/mule/patches/patch-aj
editors/mule/patches/patch-ak
editors/mule/patches/patch-al
editors/mule/patches/patch-am
editors/mule/patches/patch-an
editors/mule/patches/patch-ao
editors/mule/patches/patch-ap
editors/mule/patches/patch-aq
editors/mule/patches/patch-ar
editors/mule/patches/patch-as
editors/mule/patches/patch-at
editors/mule/patches/patch-au
editors/mule/patches/patch-av
editors/mule/patches/patch-aw
editors/mule/patches/patch-ax
editors/mule/patches/patch-ay
editors/mule/patches/patch-az
editors/mule/patches/patch-ba
editors/mule/patches/patch-bb
editors/mule/patches/patch-bc
editors/mule/patches/patch-bd
editors/mule/patches/patch-be
editors/mule/patches/patch-bf
editors/mule/patches/patch-bg
editors/mule/patches/patch-bh
editors/mule/patches/patch-bi
editors/mule/patches/patch-bj
editors/mule/patches/patch-bk
editors/mule/patches/patch-bl
editors/mule/patches/patch-bm
editors/mule/patches/patch-bn
editors/mule/patches/patch-bo
editors/mule/patches/patch-bp
editors/mule/patches/patch-bq
editors/mule/patches/patch-br
editors/mule/patches/patch-bs
editors/mule/patches/patch-bt
editors/mule/patches/patch-bu
editors/mule/patches/patch-bv
editors/mule/patches/patch-bw
editors/mule/patches/patch-bx
editors/mule/patches/patch-by
editors/mule/patches/patch-bz
editors/mule/patches/patch-ca
editors/mule/patches/patch-cb
editors/mule/patches/patch-cc
editors/mule/patches/patch-cd
editors/mule/patches/patch-ce
editors/mule/patches/patch-cf
editors/mule/patches/patch-cg
editors/mule/patches/patch-ch
editors/mule/patches/patch-ci
editors/nano/DESCR
editors/nano/Makefile
editors/nano/PLIST
editors/nano/distinfo
editors/nano/options.mk
editors/ne/DESCR
editors/ne/Makefile
editors/ne/PLIST
editors/ne/distinfo
editors/ne/patches/patch-aa
editors/nedit/DESCR
editors/nedit/Makefile
editors/nedit/PLIST
editors/nedit/distinfo
editors/nedit/files/Makefile.source
editors/nedit/files/Makefile.util
editors/nedit/patches/patch-aa
editors/ng/DESCR
editors/ng/Makefile
editors/ng/PLIST
editors/ng/distinfo
editors/ng/patches/patch-aa
editors/notecase/DESCR
editors/notecase/Makefile
editors/notecase/PLIST
editors/notecase/distinfo
editors/notecase/patches/patch-aa
editors/notecase/patches/patch-ab
editors/notecase/patches/patch-ac
editors/notecase/patches/patch-ad
editors/notecase/patches/patch-ae
editors/notecase/patches/patch-af
editors/notecase/patches/patch-ag
editors/notecase/patches/patch-ah
editors/notecase/patches/patch-ai
editors/nvi-m17n/DESCR
editors/nvi-m17n/MESSAGE
editors/nvi-m17n/Makefile
editors/nvi-m17n/PLIST
editors/nvi-m17n/distinfo
editors/nvi-m17n/files/nvi-m17n
editors/nvi-m17n/options.mk
editors/nvi-m17n/patches/patch-aa
editors/nvi-m17n/patches/patch-ab
editors/nvi-m17n/patches/patch-ac
editors/nvi-m17n/patches/patch-ad
editors/nvi-m17n/patches/patch-ae
editors/nvi-m17n/patches/patch-af
editors/nvi-m17n/patches/patch-ag
editors/nvi-m17n/patches/patch-ah
editors/nvi-m17n/patches/patch-ai
editors/nvi-m17n/patches/patch-aj
editors/nvi-m17n/patches/patch-ak
editors/nvi-m17n/patches/patch-al
editors/nvi/ALTERNATIVES
editors/nvi/DESCR
editors/nvi/Makefile
editors/nvi/PLIST
editors/nvi/distinfo
editors/nvi/options.mk
editors/obby/DESCR
editors/obby/Makefile
editors/obby/PLIST
editors/obby/buildlink3.mk
editors/obby/distinfo
editors/pico/DESCR
editors/pico/Makefile
editors/pico/PLIST
editors/pico/buildlink3.mk
editors/pico/distinfo
editors/pico/patches/patch-aa
editors/pico/patches/patch-ac
editors/pico/patches/patch-ad
editors/pico/patches/patch-ae
editors/pico/patches/patch-af
editors/pico/patches/patch-ag
editors/pico/patches/patch-ah
editors/pico/patches/patch-ai
editors/poedit/DESCR
editors/poedit/Makefile
editors/poedit/PLIST
editors/poedit/distinfo
editors/poedit/patches/patch-ab
editors/rox-edit/DESCR
editors/rox-edit/Makefile
editors/rox-edit/PLIST
editors/rox-edit/distinfo
editors/sam/DESCR
editors/sam/Makefile
editors/sam/PLIST
editors/sam/buildlink3.mk
editors/sam/distinfo
editors/sam/patches/patch-aa
editors/sam/patches/patch-ab
editors/sam/patches/patch-ac
editors/sam/patches/patch-ad
editors/sam/patches/patch-ae
editors/sam/patches/patch-af
editors/sam/patches/patch-ag
editors/sam/patches/patch-ah
editors/sam/patches/patch-ai
editors/sam/patches/patch-aj
editors/sam/patches/patch-ak
editors/speedbar/DESCR
editors/speedbar/Makefile
editors/speedbar/PLIST
editors/speedbar/buildlink3.mk
editors/speedbar/distinfo
editors/ssam/DESCR
editors/ssam/Makefile
editors/ssam/PLIST
editors/ssam/distinfo
editors/ssam/patches/patch-aa
editors/ssam/patches/patch-ab
editors/ssam/patches/patch-ac
editors/tamago/DESCR
editors/tamago/Makefile
editors/tamago/PLIST
editors/tamago/distinfo
editors/tamago/patches/patch-aa
editors/tea/DESCR
editors/tea/Makefile
editors/tea/PLIST
editors/tea/distinfo
editors/tea/options.mk
editors/tea/patches/patch-aa
editors/tea/patches/patch-ab
editors/ted-cs/DESCR
editors/ted-cs/Makefile
editors/ted-cs/PLIST
editors/ted-cs/distinfo
editors/ted-da/DESCR
editors/ted-da/Makefile
editors/ted-da/PLIST
editors/ted-da/distinfo
editors/ted-de/DESCR
editors/ted-de/Makefile
editors/ted-de/PLIST
editors/ted-de/distinfo
editors/ted-en-gb/DESCR
editors/ted-en-gb/Makefile
editors/ted-en-gb/PLIST
editors/ted-en-gb/distinfo
editors/ted-en-us/DESCR
editors/ted-en-us/Makefile
editors/ted-en-us/PLIST
editors/ted-en-us/distinfo
editors/ted-es/DESCR
editors/ted-es/Makefile
editors/ted-es/PLIST
editors/ted-es/distinfo
editors/ted-fr/DESCR
editors/ted-fr/Makefile
editors/ted-fr/PLIST
editors/ted-fr/distinfo
editors/ted-it/DESCR
editors/ted-it/Makefile
editors/ted-it/PLIST
editors/ted-it/distinfo
editors/ted-nl/DESCR
editors/ted-nl/Makefile
editors/ted-nl/PLIST
editors/ted-nl/distinfo
editors/ted-no/DESCR
editors/ted-no/Makefile
editors/ted-no/PLIST
editors/ted-no/distinfo
editors/ted-pl/DESCR
editors/ted-pl/Makefile
editors/ted-pl/PLIST
editors/ted-pl/distinfo
editors/ted-pt/DESCR
editors/ted-pt/Makefile
editors/ted-pt/PLIST
editors/ted-pt/distinfo
editors/ted-sv/DESCR
editors/ted-sv/Makefile
editors/ted-sv/PLIST
editors/ted-sv/distinfo
editors/ted/DESCR
editors/ted/MESSAGE
editors/ted/Makefile
editors/ted/PLIST
editors/ted/distinfo
editors/ted/files/README.ind
editors/ted/patches/patch-aa
editors/ted/patches/patch-ab
editors/ted/patches/patch-ac
editors/ted/patches/patch-ad
editors/ted/patches/patch-ae
editors/ted/patches/patch-af
editors/ted/patches/patch-ag
editors/texmaker/DESCR
editors/texmaker/Makefile
editors/texmaker/PLIST
editors/texmaker/distinfo
editors/uemacs/DESCR
editors/uemacs/Makefile
editors/uemacs/PLIST
editors/uemacs/distinfo
editors/uemacs/patches/patch-aa
editors/uemacs/patches/patch-ab
editors/uemacs/patches/patch-ac
editors/uemacs/patches/patch-ad
editors/uemacs/patches/patch-ae
editors/uemacs/patches/patch-af
editors/uemacs/patches/patch-ag
editors/ve/DESCR
editors/ve/Makefile
editors/ve/PLIST
editors/ve/distinfo
editors/ve/patches/patch-aa
editors/ve/patches/patch-ab
editors/ve/patches/patch-ac
editors/ve/patches/patch-ad
editors/ve/patches/patch-ae
editors/vigor/DESCR
editors/vigor/Makefile
editors/vigor/PLIST
editors/vigor/distinfo
editors/vigor/patches/patch-aa
editors/vigor/patches/patch-ab
editors/vigor/patches/patch-ac
editors/vigor/patches/patch-ad
editors/vigor/patches/patch-ae
editors/vile/ALTERNATIVES
editors/vile/DESCR
editors/vile/Makefile
editors/vile/PLIST
editors/vile/distinfo
editors/vile/options.mk
editors/vile/patches/patch-aa
editors/vile/patches/patch-ab
editors/vilearn/DESCR
editors/vilearn/Makefile
editors/vilearn/PLIST
editors/vilearn/distinfo
editors/vilearn/patches/patch-aa
editors/vim-gtk/DESCR
editors/vim-gtk/Makefile
editors/vim-gtk/PLIST
editors/vim-gtk2/DESCR
editors/vim-gtk2/Makefile
editors/vim-gtk2/PLIST
editors/vim-lang/DESCR
editors/vim-lang/Makefile
editors/vim-lang/PLIST
editors/vim-motif/DESCR
editors/vim-motif/Makefile
editors/vim-motif/PLIST
editors/vim-share/ALTERNATIVES
editors/vim-share/DESCR
editors/vim-share/Makefile
editors/vim-share/Makefile.common
editors/vim-share/PLIST
editors/vim-share/distinfo
editors/vim-share/patches/patch-aa
editors/vim-share/patches/patch-ab
editors/vim-share/patches/patch-ad
editors/vim-share/patches/patch-af
editors/vim-share/patches/patch-zb
editors/vim-share/version.mk
editors/vim-xaw/DESCR
editors/vim-xaw/Makefile
editors/vim-xaw/PLIST
editors/vim/DESCR
editors/vim/Makefile
editors/vim/PLIST
editors/wily/DESCR
editors/wily/Makefile
editors/wily/PLIST
editors/wily/distinfo
editors/wily/patches/patch-aa
editors/wily/patches/patch-ab
editors/xcoral/DESCR
editors/xcoral/Makefile
editors/xcoral/PLIST
editors/xcoral/distinfo
editors/xcoral/patches/patch-aa
editors/xcoral/patches/patch-ab
editors/xcoral/patches/patch-ac
editors/xcoral/patches/patch-ad
editors/xemacs-current-nox11/Makefile
editors/xemacs-current-nox11/buildlink3.mk
editors/xemacs-current/DESCR
editors/xemacs-current/MESSAGE
editors/xemacs-current/Makefile
editors/xemacs-current/PLIST
editors/xemacs-current/buildlink3.mk
editors/xemacs-current/distinfo
editors/xemacs-current/options.mk
editors/xemacs-current/patches/patch-aa
editors/xemacs-current/patches/patch-ab
editors/xemacs-current/patches/patch-ac
editors/xemacs-current/patches/patch-ad
editors/xemacs-current/patches/patch-ae
editors/xemacs-current/patches/patch-af
editors/xemacs-current/patches/patch-ag
editors/xemacs-current/patches/patch-ah
editors/xemacs-current/patches/patch-ai
editors/xemacs-current/patches/patch-aj
editors/xemacs-current/patches/patch-ak
editors/xemacs-current/patches/patch-al
editors/xemacs-nox11/Makefile
editors/xemacs-nox11/buildlink3.mk
editors/xemacs-packages/DESCR
editors/xemacs-packages/Makefile
editors/xemacs-packages/PLIST
editors/xemacs-packages/distinfo
editors/xemacs/DESCR
editors/xemacs/MESSAGE
editors/xemacs/Makefile
editors/xemacs/Makefile.pkg
editors/xemacs/PLIST
editors/xemacs/buildlink3.mk
editors/xemacs/distinfo
editors/xemacs/files/dragonfly.h
editors/xemacs/options.mk
editors/xemacs/patches/patch-aa
editors/xemacs/patches/patch-ab
editors/xemacs/patches/patch-ac
editors/xemacs/patches/patch-ad
editors/xemacs/patches/patch-ae
editors/xemacs/patches/patch-af
editors/xemacs/patches/patch-ah
editors/xemacs/patches/patch-ai
editors/xemacs/patches/patch-ak
editors/xemacs/patches/patch-al
editors/xemacs/patches/patch-am
editors/xfce4-mousepad/DESCR
editors/xfce4-mousepad/Makefile
editors/xfce4-mousepad/PLIST
editors/xfce4-mousepad/buildlink3.mk
editors/xfce4-mousepad/distinfo
editors/xjed/DESCR
editors/xjed/Makefile
editors/xjed/PLIST.xjed
editors/xjed/distinfo
editors/xjed/patches/patch-ab
editors/xvile/DESCR
editors/xvile/Makefile
editors/xvile/PLIST
editors/xwpe/DESCR
editors/xwpe/Makefile
editors/xwpe/PLIST
editors/xwpe/distinfo
editors/xwpe/patches/patch-aa
editors/xwpe/patches/patch-ab
editors/yudit/DESCR
editors/yudit/Makefile
editors/yudit/PLIST
editors/yudit/distinfo
editors/yudit/patches/patch-aa
editors/zile/DESCR
editors/zile/Makefile
editors/zile/PLIST
editors/zile/distinfo
editors/zile/patches/patch-ab
emulators/BasiliskII/DESCR
emulators/BasiliskII/Makefile
emulators/BasiliskII/PLIST
emulators/BasiliskII/distinfo
emulators/BasiliskII/options.mk
emulators/BasiliskII/patches/patch-aa
emulators/BasiliskII/patches/patch-ab
emulators/BasiliskII/patches/patch-ac
emulators/BasiliskII/patches/patch-ad
emulators/BasiliskII/patches/patch-ae
emulators/BasiliskII/patches/patch-af
emulators/BasiliskII/patches/patch-ag
emulators/BasiliskII/patches/patch-ah
emulators/BasiliskII/patches/patch-ai
emulators/BasiliskII/patches/patch-aj
emulators/BasiliskII/patches/patch-ak
emulators/Cygne-SDL/DESCR
emulators/Cygne-SDL/Makefile
emulators/Cygne-SDL/PLIST
emulators/Cygne-SDL/distinfo
emulators/Cygne-SDL/patches/patch-aa
emulators/Cygne-SDL/patches/patch-ab
emulators/Cygne-SDL/patches/patch-ac
emulators/Cygne-SDL/patches/patch-ad
emulators/DatLib/DESCR
emulators/DatLib/Makefile
emulators/DatLib/PLIST
emulators/DatLib/buildlink3.mk
emulators/DatLib/distinfo
emulators/DatLib/patches/patch-aa
emulators/DatLib/patches/patch-ab
emulators/DatLib/patches/patch-ac
emulators/DatUtil/DESCR
emulators/DatUtil/Makefile
emulators/DatUtil/PLIST
emulators/DatUtil/distinfo
emulators/DatUtil/patches/patch-aa
emulators/DatUtil/patches/patch-ab
emulators/MAMEDiff/DESCR
emulators/MAMEDiff/Makefile
emulators/MAMEDiff/PLIST
emulators/MAMEDiff/distinfo
emulators/MAMEDiff/patches/patch-aa
emulators/MAMEDiff/patches/patch-ab
emulators/MAMEDiff/patches/patch-ac
emulators/MAMEDiff/patches/patch-ad
emulators/Makefile
emulators/NeoPop-SDL/DESCR
emulators/NeoPop-SDL/Makefile
emulators/NeoPop-SDL/PLIST
emulators/NeoPop-SDL/distinfo
emulators/ROMBuild/DESCR
emulators/ROMBuild/Makefile
emulators/ROMBuild/PLIST
emulators/ROMBuild/distinfo
emulators/ROMBuild/patches/patch-aa
emulators/ROMBuild/patches/patch-ab
emulators/ROMBuild/patches/patch-ac
emulators/ROMInfo/DESCR
emulators/ROMInfo/Makefile
emulators/ROMInfo/PLIST
emulators/ROMInfo/distinfo
emulators/ROMInfo/patches/patch-aa
emulators/ROMInfo/patches/patch-ab
emulators/ZIPIdent/DESCR
emulators/ZIPIdent/Makefile
emulators/ZIPIdent/PLIST
emulators/ZIPIdent/distinfo
emulators/ZIPIdent/patches/patch-aa
emulators/ZIPIdent/patches/patch-ab
emulators/aliados/DESCR
emulators/aliados/Makefile
emulators/aliados/PLIST
emulators/aliados/distinfo
emulators/aliados/patches/patch-aa
emulators/applyppf/DESCR
emulators/applyppf/Makefile
emulators/applyppf/PLIST
emulators/applyppf/distinfo
emulators/applyppf/patches/patch-aa
emulators/aranym/DESCR
emulators/aranym/Makefile
emulators/aranym/PLIST
emulators/aranym/distinfo
emulators/aranym/patches/patch-aa
emulators/aranym/patches/patch-ab
emulators/aranym/patches/patch-ac
emulators/arcem/DESCR
emulators/arcem/MESSAGE
emulators/arcem/Makefile
emulators/arcem/PLIST
emulators/arcem/distinfo
emulators/arcem/files/dot.arcemrc
emulators/arcem/patches/patch-aa
emulators/arcem/patches/patch-ab
emulators/arcem/patches/patch-ac
emulators/arcem/patches/patch-ad
emulators/arcem/patches/patch-ae
emulators/arnold/DESCR
emulators/arnold/Makefile
emulators/arnold/PLIST
emulators/arnold/distinfo
emulators/arnold/patches/patch-aa
emulators/arnold/patches/patch-ab
emulators/arnold/patches/patch-ac
emulators/atari800/DESCR
emulators/atari800/MESSAGE
emulators/atari800/Makefile
emulators/atari800/PLIST
emulators/atari800/distinfo
emulators/atari800/files/atari800.cfg
emulators/atari800/options.mk
emulators/atari800/patches/patch-aa
emulators/atari800/patches/patch-ab
emulators/atari800/patches/patch-ac
emulators/blinkensim/DESCR
emulators/blinkensim/Makefile
emulators/blinkensim/PLIST
emulators/blinkensim/distinfo
emulators/bochs/DESCR
emulators/bochs/MESSAGE
emulators/bochs/MESSAGE.Darwin
emulators/bochs/Makefile
emulators/bochs/PLIST
emulators/bochs/PLIST.Darwin
emulators/bochs/distinfo
emulators/bochs/patches/patch-aa
emulators/bochs/patches/patch-ab
emulators/bochs/patches/patch-ac
emulators/bochs/patches/patch-ad
emulators/bochs/patches/patch-ae
emulators/bochs/patches/patch-af
emulators/ckmame/DESCR
emulators/ckmame/Makefile
emulators/ckmame/PLIST
emulators/ckmame/distinfo
emulators/compat12/DESCR
emulators/compat12/MESSAGE
emulators/compat12/Makefile
emulators/compat12/PLIST.a.out
emulators/compat12/PLIST.i386
emulators/compat12/PLIST.m68k
emulators/compat12/PLIST.ns32k
emulators/compat12/PLIST.sparc
emulators/compat12/distinfo
emulators/compat12/emulator.mk
emulators/compat13/DESCR
emulators/compat13/MESSAGE
emulators/compat13/Makefile
emulators/compat13/PLIST.ELF
emulators/compat13/PLIST.a.out
emulators/compat13/PLIST.i386
emulators/compat13/PLIST.m68k
emulators/compat13/PLIST.mipsel
emulators/compat13/PLIST.sparc
emulators/compat13/distinfo
emulators/compat13/emulator.mk
emulators/compat14/DESCR
emulators/compat14/MESSAGE
emulators/compat14/Makefile
emulators/compat14/PLIST.ELF
emulators/compat14/PLIST.a.out
emulators/compat14/PLIST.alpha
emulators/compat14/PLIST.arm
emulators/compat14/PLIST.i386
emulators/compat14/PLIST.m68k
emulators/compat14/PLIST.ns32k
emulators/compat14/PLIST.powerpc
emulators/compat14/PLIST.sparc
emulators/compat14/PLIST.vax
emulators/compat14/distinfo
emulators/compat14/emulator.mk
emulators/compat15-extras/DESCR
emulators/compat15-extras/Makefile
emulators/compat15-extras/PLIST
emulators/compat15-extras/PLIST.i386
emulators/compat15-extras/PLIST.sparc
emulators/compat15-extras/distinfo
emulators/compat15/DESCR
emulators/compat15/MESSAGE
emulators/compat15/Makefile
emulators/compat15/PLIST.ELF
emulators/compat15/PLIST.a.out
emulators/compat15/PLIST.alpha
emulators/compat15/PLIST.arm
emulators/compat15/PLIST.i386
emulators/compat15/PLIST.m68k
emulators/compat15/PLIST.mipsel
emulators/compat15/PLIST.powerpc
emulators/compat15/PLIST.sparc
emulators/compat15/PLIST.sparc64
emulators/compat15/PLIST.vax
emulators/compat15/distinfo
emulators/compat15/emulator.mk
emulators/compat16-extras/DESCR
emulators/compat16-extras/Makefile
emulators/compat16-extras/PLIST
emulators/compat16-extras/PLIST.i386
emulators/compat16-extras/PLIST.sparc
emulators/compat16-extras/distinfo
emulators/compat16/DESCR
emulators/compat16/MESSAGE
emulators/compat16/Makefile
emulators/compat16/PLIST
emulators/compat16/PLIST.alpha
emulators/compat16/PLIST.arm
emulators/compat16/PLIST.i386
emulators/compat16/PLIST.m68k
emulators/compat16/PLIST.mipseb
emulators/compat16/PLIST.mipsel
emulators/compat16/PLIST.powerpc
emulators/compat16/PLIST.sparc
emulators/compat16/PLIST.sparc64
emulators/compat16/PLIST.vax
emulators/compat16/distinfo
emulators/compat16/emulator.mk
emulators/compat20-extras/DESCR
emulators/compat20-extras/Makefile
emulators/compat20-extras/PLIST
emulators/compat20-extras/PLIST.i386
emulators/compat20-extras/PLIST.sparc
emulators/compat20-extras/distinfo
emulators/compat20/DESCR
emulators/compat20/MESSAGE
emulators/compat20/Makefile
emulators/compat20/PLIST
emulators/compat20/distinfo
emulators/compat20/emulator.mk
emulators/compat30-extras/DESCR
emulators/compat30-extras/Makefile
emulators/compat30-extras/PLIST
emulators/compat30-extras/PLIST.i386
emulators/compat30-extras/PLIST.sparc
emulators/compat30-extras/PLIST.vax
emulators/compat30-extras/distinfo
emulators/compat30/DESCR
emulators/compat30/MESSAGE
emulators/compat30/Makefile
emulators/compat30/PLIST
emulators/compat30/PLIST.alpha
emulators/compat30/PLIST.arm
emulators/compat30/PLIST.i386
emulators/compat30/PLIST.m68k
emulators/compat30/PLIST.mipseb
emulators/compat30/PLIST.mipsel
emulators/compat30/PLIST.powerpc
emulators/compat30/PLIST.sh3eb
emulators/compat30/PLIST.sh3el
emulators/compat30/PLIST.sparc
emulators/compat30/PLIST.sparc64
emulators/compat30/PLIST.x86_64
emulators/compat30/distinfo
emulators/compat30/emulator.mk
emulators/compat40-extras/DESCR
emulators/compat40-extras/Makefile
emulators/compat40-extras/PLIST
emulators/compat40-extras/PLIST.i386
emulators/compat40-extras/PLIST.sparc
emulators/compat40-extras/distinfo
emulators/compat40/DESCR
emulators/compat40/MESSAGE
emulators/compat40/Makefile
emulators/compat40/PLIST
emulators/compat40/distinfo
emulators/compat40/emulator.mk
emulators/compat_netbsd/DEINSTALL
emulators/compat_netbsd/INSTALL.ELF
emulators/compat_netbsd/INSTALL.a.out
emulators/compat_netbsd/INSTALL.emulaout
emulators/compat_netbsd/INSTALL.emulnetbsd32
emulators/compat_netbsd/Makefile.common
emulators/compat_netbsd/gencompat.sh
emulators/cygwin_esound/DESCR
emulators/cygwin_esound/Makefile
emulators/cygwin_esound/PLIST
emulators/cygwin_esound/distinfo
emulators/cygwin_esound/files/cygwin_esd.sh
emulators/cygwin_lib/DESCR
emulators/cygwin_lib/Makefile
emulators/cygwin_lib/PLIST
emulators/cygwin_lib/buildlink3.mk
emulators/cygwin_lib/distinfo
emulators/darcnes/DESCR
emulators/darcnes/Makefile
emulators/darcnes/Makefile.common
emulators/darcnes/PLIST
emulators/darcnes/distinfo
emulators/darcnes/patches/patch-aa
emulators/darcnes/patches/patch-ab
emulators/darcnes/patches/patch-ac
emulators/darcnes/patches/patch-ad
emulators/darcnes/patches/patch-ae
emulators/darcnes/patches/patch-af
emulators/darcnes/patches/patch-ag
emulators/darcnes/patches/patch-ah
emulators/darcnes/patches/patch-ai
emulators/darcnes/patches/patch-aj
emulators/darwin_lib/DEINSTALL
emulators/darwin_lib/DESCR
emulators/darwin_lib/INSTALL
emulators/darwin_lib/MESSAGE
emulators/darwin_lib/Makefile
emulators/darwin_lib/distinfo
emulators/darwin_lib/emulator.mk
emulators/dega/DESCR
emulators/dega/Makefile
emulators/dega/PLIST
emulators/dega/distinfo
emulators/dega/patches/patch-aa
emulators/dgen/DESCR
emulators/dgen/Makefile
emulators/dgen/PLIST
emulators/dgen/distinfo
emulators/dgen/patches/patch-aa
emulators/dgen/patches/patch-ab
emulators/dosbox/DESCR
emulators/dosbox/Makefile
emulators/dosbox/PLIST
emulators/dosbox/distinfo
emulators/dosbox/patches/patch-aa
emulators/dosbox/patches/patch-ab
emulators/dosbox/patches/patch-ad
emulators/doscmd/DESCR
emulators/doscmd/Makefile
emulators/doscmd/PLIST
emulators/doscmd/distinfo
emulators/doscmd/patches/patch-aa
emulators/doscmd/patches/patch-ab
emulators/doscmd/patches/patch-ac
emulators/doscmd/patches/patch-ae
emulators/doscmd/patches/patch-af
emulators/doscmd/patches/patch-ag
emulators/doscmd/patches/patch-ah
emulators/doscmd/patches/patch-ai
emulators/doscmd/patches/patch-aj
emulators/dynamips/DESCR
emulators/dynamips/MESSAGE
emulators/dynamips/Makefile
emulators/dynamips/PLIST
emulators/dynamips/distinfo
emulators/dynamips/patches/patch-aa
emulators/e-uae/DESCR
emulators/e-uae/Makefile
emulators/e-uae/PLIST
emulators/e-uae/distinfo
emulators/e-uae/options.mk
emulators/e-uae/patches/patch-ab
emulators/e-uae/patches/patch-ah
emulators/fceu/DESCR
emulators/fceu/Makefile
emulators/fceu/PLIST
emulators/fceu/distinfo
emulators/fceu/patches/patch-aa
emulators/fceu/patches/patch-ac
emulators/fceu/patches/patch-af
emulators/fceu/patches/patch-ah
emulators/fmsx/DESCR
emulators/fmsx/Makefile
emulators/fmsx/PLIST
emulators/fmsx/distinfo
emulators/fmsx/patches/patch-aa
emulators/fmsx/patches/patch-ab
emulators/fmsx/patches/patch-ac
emulators/fmsx/patches/patch-ad
emulators/freebsd_lib/DESCR
emulators/freebsd_lib/INSTALL
emulators/freebsd_lib/MESSAGE
emulators/freebsd_lib/Makefile
emulators/freebsd_lib/PLIST
emulators/freebsd_lib/distinfo
emulators/fuse-utils/DESCR
emulators/fuse-utils/Makefile
emulators/fuse-utils/PLIST
emulators/fuse-utils/distinfo
emulators/fuse/DESCR
emulators/fuse/Makefile
emulators/fuse/PLIST
emulators/fuse/distinfo
emulators/fuse/options.mk
emulators/fuse/patches/patch-aa
emulators/fuse/patches/patch-ab
emulators/gcube/DESCR
emulators/gcube/Makefile
emulators/gcube/PLIST
emulators/gcube/distinfo
emulators/gcube/patches/patch-aa
emulators/gcube/patches/patch-ab
emulators/gcube/patches/patch-ac
emulators/gcube/patches/patch-ad
emulators/gcube/patches/patch-ae
emulators/gcube/patches/patch-af
emulators/gcube/patches/patch-ag
emulators/generator-cbiere/DESCR
emulators/generator-cbiere/Makefile
emulators/generator-cbiere/PLIST
emulators/generator-cbiere/distinfo
emulators/generator/DESCR
emulators/generator/Makefile
emulators/generator/PLIST
emulators/generator/distinfo
emulators/generator/patches/patch-aa
emulators/generator/patches/patch-ab
emulators/generator/patches/patch-ac
emulators/generator/patches/patch-ae
emulators/generator/patches/patch-af
emulators/generator/patches/patch-ag
emulators/gens/DESCR
emulators/gens/Makefile
emulators/gens/PLIST
emulators/gens/distinfo
emulators/gens/patches/patch-aa
emulators/gens/patches/patch-ab
emulators/gens/patches/patch-ac
emulators/gens/patches/patch-ad
emulators/gens/patches/patch-ae
emulators/gens/patches/patch-af
emulators/gens/patches/patch-ag
emulators/gens/patches/patch-ah
emulators/gens/patches/patch-ai
emulators/gens/patches/patch-aj
emulators/gens/patches/patch-ak
emulators/gens/patches/patch-al
emulators/gens/patches/patch-am
emulators/gens/patches/patch-an
emulators/gens/patches/patch-ao
emulators/gens/patches/patch-ap
emulators/gens/patches/patch-aq
emulators/gens/patches/patch-ar
emulators/gens/patches/patch-as
emulators/gens/patches/patch-at
emulators/gens/patches/patch-au
emulators/gens/patches/patch-av
emulators/gnuboy-sdl/DESCR
emulators/gnuboy-sdl/Makefile
emulators/gnuboy-sdl/PLIST
emulators/gnuboy-sdl/distinfo
emulators/gnuboy-sdl/patches/patch-aa
emulators/gnuboy/DESCR
emulators/gnuboy/Makefile
emulators/gnuboy/PLIST
emulators/gnuboy/distinfo
emulators/gnuboy/patches/patch-aa
emulators/gnuboy/patches/patch-ab
emulators/gnuboy/patches/patch-ac
emulators/gnuboy/patches/patch-ad
emulators/gpsim-devel/DESCR
emulators/gpsim-devel/Makefile
emulators/gpsim-devel/PLIST
emulators/gpsim-devel/buildlink3.mk
emulators/gpsim-devel/distinfo
emulators/gpsim-devel/patches/patch-aa
emulators/gpsim-devel/patches/patch-ab
emulators/gpsim-devel/patches/patch-ac
emulators/gpsim-devel/patches/patch-ae
emulators/gpsim-devel/patches/patch-af
emulators/gpsim-oscilloscope/DESCR
emulators/gpsim-oscilloscope/Makefile
emulators/gpsim-oscilloscope/PLIST
emulators/gpsim-oscilloscope/distinfo
emulators/gpsim-ptyusart/DESCR
emulators/gpsim-ptyusart/Makefile
emulators/gpsim-ptyusart/PLIST
emulators/gpsim-ptyusart/distinfo
emulators/gpsim/DESCR
emulators/gpsim/Makefile
emulators/gpsim/PLIST
emulators/gpsim/distinfo
emulators/gpsim/patches/patch-aa
emulators/gpsim/patches/patch-ab
emulators/gpsim/patches/patch-ac
emulators/gpsim/patches/patch-ad
emulators/gpsim/patches/patch-ae
emulators/gxemul/DESCR
emulators/gxemul/Makefile
emulators/gxemul/PLIST
emulators/gxemul/distinfo
emulators/hatari/DESCR
emulators/hatari/Makefile
emulators/hatari/PLIST
emulators/hatari/distinfo
emulators/hatari/patches/patch-aa
emulators/hercules-images/DESCR
emulators/hercules-images/Makefile
emulators/hercules-images/PLIST
emulators/hercules-images/distinfo
emulators/hercules/DESCR
emulators/hercules/Makefile
emulators/hercules/PLIST
emulators/hercules/distinfo
emulators/hercules/patches/patch-aa
emulators/hercules/patches/patch-ab
emulators/hercules/patches/patch-ac
emulators/hercules/patches/patch-ad
emulators/hercules/patches/patch-ae
emulators/hercules/patches/patch-af
emulators/hercules/patches/patch-ag
emulators/hercules/patches/patch-ah
emulators/hercules/patches/patch-aj
emulators/hercules/patches/patch-ak
emulators/hercules/patches/patch-al
emulators/hercules/patches/patch-am
emulators/hercules/patches/patch-an
emulators/hercules/patches/patch-ao
emulators/ia64sim/DESCR
emulators/ia64sim/Makefile
emulators/ia64sim/PLIST
emulators/ia64sim/distinfo
emulators/ia64sim/patches/patch-aa
emulators/ia64sim/patches/patch-ab
emulators/ia64sim/patches/patch-ac
emulators/ia64sim/patches/patch-ad
emulators/kenigma/DESCR
emulators/kenigma/Makefile
emulators/kenigma/PLIST
emulators/kenigma/distinfo
emulators/libspectrum/DESCR
emulators/libspectrum/Makefile
emulators/libspectrum/PLIST
emulators/libspectrum/buildlink3.mk
emulators/libspectrum/distinfo
emulators/linuxppc_lib/DESCR
emulators/linuxppc_lib/Makefile
emulators/linuxppc_lib/distinfo
emulators/linuxppc_lib/files/ld.so.conf
emulators/linuxppc_lib/patches/patch-aa
emulators/lrmi/DESCR
emulators/lrmi/Makefile
emulators/lrmi/PLIST
emulators/lrmi/buildlink3.mk
emulators/lrmi/distinfo
emulators/lrmi/patches/patch-aa
emulators/lrmi/patches/patch-ab
emulators/lrmi/patches/patch-ac
emulators/m1/DESCR
emulators/m1/Makefile
emulators/m1/PLIST
emulators/m1/distinfo
emulators/makeppf/DESCR
emulators/makeppf/Makefile
emulators/makeppf/PLIST
emulators/makeppf/distinfo
emulators/makeppf/patches/patch-aa
emulators/mednafen/DESCR
emulators/mednafen/Makefile
emulators/mednafen/PLIST
emulators/mednafen/distinfo
emulators/mednafen/patches/patch-aa
emulators/minivmac/DESCR
emulators/minivmac/Makefile
emulators/minivmac/PLIST
emulators/minivmac/distinfo
emulators/minivmac/patches/patch-aa
emulators/mmix/DESCR
emulators/mmix/Makefile
emulators/mmix/PLIST
emulators/mmix/distinfo
emulators/mmix/patches/patch-aa
emulators/mmix/patches/patch-ab
emulators/netbsd32_compat15-extras/Makefile
emulators/netbsd32_compat15/Makefile
emulators/netbsd32_compat16-extras/Makefile
emulators/netbsd32_compat16/Makefile
emulators/netbsd32_compat20-extras/Makefile
emulators/netbsd32_compat20/Makefile
emulators/netbsd32_compat30-extras/Makefile
emulators/netbsd32_compat30/Makefile
emulators/netbsd32_compat40-extras/Makefile
emulators/netbsd32_compat40/Makefile
emulators/openmsx/DESCR
emulators/openmsx/Makefile
emulators/openmsx/PLIST
emulators/openmsx/distinfo
emulators/openmsx/files/platform-netbsd.mk
emulators/openmsx/patches/patch-aa
emulators/or1ksim/DESCR
emulators/or1ksim/Makefile
emulators/or1ksim/PLIST
emulators/or1ksim/distinfo
emulators/or1ksim/patches/patch-aa
emulators/osf1_lib/DEINSTALL
emulators/osf1_lib/DESCR
emulators/osf1_lib/INSTALL
emulators/osf1_lib/MESSAGE
emulators/osf1_lib/Makefile
emulators/osf1_lib/PLIST
emulators/osf1_lib/distinfo
emulators/osf1_lib/emulator.mk
emulators/p11/DESCR
emulators/p11/Makefile
emulators/p11/PLIST
emulators/p11/distinfo
emulators/p11/patches/patch-aa
emulators/p11/patches/patch-ab
emulators/p11/patches/patch-ac
emulators/palmosemulator/DESCR
emulators/palmosemulator/Makefile
emulators/palmosemulator/PLIST
emulators/palmosemulator/distinfo
emulators/palmosemulator/patches/patch-aa
emulators/palmosemulator/patches/patch-ab
emulators/palmosemulator/patches/patch-ac
emulators/palmosemulator/patches/patch-ad
emulators/palmosemulator/patches/patch-ae
emulators/palmosemulator/patches/patch-af
emulators/palmosemulator/patches/patch-ag
emulators/palmosemulator/patches/patch-ah
emulators/palmosemulator/patches/patch-ai
emulators/palmosemulator/patches/patch-aj
emulators/palmosemulator/patches/patch-ak
emulators/palmosemulator/patches/patch-al
emulators/palmosemulator/patches/patch-am
emulators/palmosemulator/patches/patch-an
emulators/palmosemulator/patches/patch-ao
emulators/palmosemulator/patches/patch-ap
emulators/palmosemulator/patches/patch-aq
emulators/palmosemulator/patches/patch-ar
emulators/pcemu/DESCR
emulators/pcemu/Makefile
emulators/pcemu/PLIST
emulators/pcemu/distinfo
emulators/pcemu/files/README.BSD
emulators/pcemu/files/bootstrap.shar
emulators/pcemu/files/bootstrapper.uu
emulators/pcemu/patches/patch-aa
emulators/pcemu/patches/patch-ab
emulators/pcemu/patches/patch-ac
emulators/pcemu/patches/patch-ad
emulators/pcemu/patches/patch-ae
emulators/pcemu/patches/patch-af
emulators/pcemu/patches/patch-ag
emulators/pcemu/patches/patch-ah
emulators/pcemu/patches/patch-ai
emulators/pcemu/patches/patch-aj
emulators/pcemu/patches/patch-ak
emulators/peace/DESCR
emulators/peace/MESSAGE
emulators/peace/Makefile
emulators/peace/PLIST
emulators/peace/distinfo
emulators/pearpc/DESCR
emulators/pearpc/Makefile
emulators/pearpc/PLIST
emulators/pearpc/distinfo
emulators/pearpc/files/pearpc.sh
emulators/pearpc/options.mk
emulators/pearpc/patches/patch-aa
emulators/pearpc/patches/patch-ab
emulators/pearpc/patches/patch-ac
emulators/pearpc/patches/patch-ad
emulators/pearpc/patches/patch-ae
emulators/pearpc/patches/patch-af
emulators/pearpc/patches/patch-ag
emulators/pearpc/patches/patch-ah
emulators/qemu/DESCR
emulators/qemu/Makefile
emulators/qemu/PLIST
emulators/qemu/distinfo
emulators/qemu/files/Makefile.multinode-NetBSD
emulators/qemu/patches/patch-aa
emulators/qemu/patches/patch-ab
emulators/qemu/patches/patch-ac
emulators/qemu/patches/patch-ad
emulators/qemu/patches/patch-ag
emulators/qemu/patches/patch-ak
emulators/qemu/patches/patch-am
emulators/qemu/patches/patch-ao
emulators/qemu/patches/patch-au
emulators/qemu/patches/patch-av
emulators/qemu/patches/patch-aw
emulators/qemu/patches/patch-ax
emulators/qemu/patches/patch-ay
emulators/qemu/patches/patch-ba
emulators/raine/DESCR
emulators/raine/Makefile
emulators/raine/PLIST
emulators/raine/distinfo
emulators/raine/patches/patch-aa
emulators/raine/patches/patch-ab
emulators/raine/patches/patch-ac
emulators/simh/DESCR
emulators/simh/Makefile
emulators/simh/PLIST
emulators/simh/distinfo
emulators/simh/patches/patch-aa
emulators/simh/patches/patch-ab
emulators/simh/patches/patch-ac
emulators/simulavr/DESCR
emulators/simulavr/Makefile
emulators/simulavr/PLIST
emulators/simulavr/distinfo
emulators/simulavr/patches/patch-aa
emulators/ski/DESCR
emulators/ski/Makefile
emulators/ski/PLIST
emulators/ski/distinfo
emulators/sms_sdl/DESCR
emulators/sms_sdl/Makefile
emulators/sms_sdl/PLIST
emulators/sms_sdl/distinfo
emulators/sms_sdl/patches/patch-aa
emulators/snes9x/DESCR
emulators/snes9x/Makefile
emulators/snes9x/PLIST
emulators/snes9x/distinfo
emulators/snes9x/patches/patch-aa
emulators/snes9x/patches/patch-ab
emulators/snes9x/patches/patch-ac
emulators/snes9x/patches/patch-ad
emulators/snes9x/patches/patch-ae
emulators/snes9x/patches/patch-af
emulators/snes9x/patches/patch-ag
emulators/snes9x/patches/patch-ah
emulators/snes9x/patches/patch-ai
emulators/snes9x/patches/patch-aj
emulators/snes9x/patches/patch-ak
emulators/snes9x/patches/patch-al
emulators/snes9x/patches/patch-am
emulators/snes9x/patches/patch-an
emulators/snes9x/patches/patch-ao
emulators/snes9x/patches/patch-ap
emulators/snes9x/patches/patch-aq
emulators/snes9x/patches/patch-ar
emulators/snes9x/patches/patch-as
emulators/snes9x/patches/patch-ba
emulators/snes9x/patches/patch-bc
emulators/spim/DESCR
emulators/spim/Makefile
emulators/spim/PLIST
emulators/spim/distinfo
emulators/spim/patches/patch-aa
emulators/spim/patches/patch-ab
emulators/spim/patches/patch-ac
emulators/spim/patches/patch-ad
emulators/stella/DESCR
emulators/stella/Makefile
emulators/stella/PLIST
emulators/stella/distinfo
emulators/stella/patches/patch-aa
emulators/stella/patches/patch-ab
emulators/suse100_32_alsa/Makefile
emulators/suse100_32_aspell/Makefile
emulators/suse100_32_base/Makefile
emulators/suse100_32_compat/Makefile
emulators/suse100_32_expat/Makefile
emulators/suse100_32_fontconfig/Makefile
emulators/suse100_32_freetype2/Makefile
emulators/suse100_32_gdk-pixbuf/Makefile
emulators/suse100_32_glx/Makefile
emulators/suse100_32_gtk/Makefile
emulators/suse100_32_gtk2/Makefile
emulators/suse100_32_krb5/Makefile
emulators/suse100_32_libcups/Makefile
emulators/suse100_32_libjpeg/Makefile
emulators/suse100_32_libpng/Makefile
emulators/suse100_32_libsigc++2/Makefile
emulators/suse100_32_libtiff/Makefile
emulators/suse100_32_libxml2/Makefile
emulators/suse100_32_locale/Makefile
emulators/suse100_32_openmotif/Makefile
emulators/suse100_32_openssl/Makefile
emulators/suse100_32_resmgr/Makefile
emulators/suse100_32_slang/Makefile
emulators/suse100_32_vmware/Makefile
emulators/suse100_32_x11/Makefile
emulators/suse100_alsa/DESCR
emulators/suse100_alsa/Makefile
emulators/suse100_alsa/distinfo
emulators/suse100_aspell/DESCR
emulators/suse100_aspell/Makefile
emulators/suse100_aspell/distinfo
emulators/suse100_base/DEINSTALL
emulators/suse100_base/DESCR
emulators/suse100_base/INSTALL
emulators/suse100_base/MESSAGE.DragonFly
emulators/suse100_base/MESSAGE.FreeBSD
emulators/suse100_base/MESSAGE.NetBSD
emulators/suse100_base/Makefile
emulators/suse100_base/PLIST
emulators/suse100_base/distinfo
emulators/suse100_base/files/SuSE-release
emulators/suse100_base/files/linux-mkpwd.sh
emulators/suse100_base/suse.i386.mk
emulators/suse100_base/suse.powerpc.mk
emulators/suse100_base/suse.x86_64.mk
emulators/suse100_compat/DESCR
emulators/suse100_compat/Makefile
emulators/suse100_compat/distinfo
emulators/suse100_expat/DESCR
emulators/suse100_expat/Makefile
emulators/suse100_expat/distinfo
emulators/suse100_fontconfig/DESCR
emulators/suse100_fontconfig/Makefile
emulators/suse100_fontconfig/PLIST
emulators/suse100_fontconfig/distinfo
emulators/suse100_fontconfig/files/generate.awk
emulators/suse100_fontconfig/files/local.conf.in
emulators/suse100_freetype2/DESCR
emulators/suse100_freetype2/Makefile
emulators/suse100_freetype2/distinfo
emulators/suse100_gdk-pixbuf/DESCR
emulators/suse100_gdk-pixbuf/Makefile
emulators/suse100_gdk-pixbuf/distinfo
emulators/suse100_glx/DESCR
emulators/suse100_glx/Makefile
emulators/suse100_glx/distinfo
emulators/suse100_glx/suse.i386.mk
emulators/suse100_glx/suse.powerpc.mk
emulators/suse100_glx/suse.x86_64.mk
emulators/suse100_gtk/DESCR
emulators/suse100_gtk/Makefile
emulators/suse100_gtk/distinfo
emulators/suse100_gtk2/DEINSTALL
emulators/suse100_gtk2/DESCR
emulators/suse100_gtk2/INSTALL
emulators/suse100_gtk2/Makefile
emulators/suse100_gtk2/distinfo
emulators/suse100_gtk2/suse.x86_64.mk
emulators/suse100_krb5/DESCR
emulators/suse100_krb5/Makefile
emulators/suse100_krb5/distinfo
emulators/suse100_libcups/DESCR
emulators/suse100_libcups/Makefile
emulators/suse100_libcups/distinfo
emulators/suse100_libjpeg/DESCR
emulators/suse100_libjpeg/Makefile
emulators/suse100_libjpeg/distinfo
emulators/suse100_libpng/DESCR
emulators/suse100_libpng/Makefile
emulators/suse100_libpng/distinfo
emulators/suse100_libsigc++2/DESCR
emulators/suse100_libsigc++2/Makefile
emulators/suse100_libsigc++2/distinfo
emulators/suse100_libtiff/DESCR
emulators/suse100_libtiff/Makefile
emulators/suse100_libtiff/distinfo
emulators/suse100_libxml2/DESCR
emulators/suse100_libxml2/Makefile
emulators/suse100_libxml2/distinfo
emulators/suse100_linux/Makefile.common
emulators/suse100_linux/emulator.mk
emulators/suse100_locale/DESCR
emulators/suse100_locale/Makefile
emulators/suse100_locale/distinfo
emulators/suse100_openmotif/DESCR
emulators/suse100_openmotif/Makefile
emulators/suse100_openmotif/distinfo
emulators/suse100_openmotif/suse.i386.mk
emulators/suse100_openmotif/suse.powerpc.mk
emulators/suse100_openmotif/suse.x86_64.mk
emulators/suse100_openssl/DESCR
emulators/suse100_openssl/Makefile
emulators/suse100_openssl/distinfo
emulators/suse100_resmgr/DESCR
emulators/suse100_resmgr/Makefile
emulators/suse100_resmgr/distinfo
emulators/suse100_slang/DESCR
emulators/suse100_slang/Makefile
emulators/suse100_slang/distinfo
emulators/suse100_vmware/DEINSTALL
emulators/suse100_vmware/DESCR
emulators/suse100_vmware/INSTALL
emulators/suse100_vmware/Makefile
emulators/suse100_vmware/distinfo
emulators/suse100_x11/DESCR
emulators/suse100_x11/Makefile
emulators/suse100_x11/distinfo
emulators/swarm/DESCR
emulators/swarm/Makefile
emulators/swarm/PLIST
emulators/swarm/distinfo
emulators/swarm/patches/patch-aa
emulators/swarm/patches/patch-ab
emulators/swarm/patches/patch-ac
emulators/swarm/patches/patch-ad
emulators/swarm/patches/patch-ae
emulators/swarm/patches/patch-af
emulators/swarm/patches/patch-ag
emulators/swarm/patches/patch-ah
emulators/swarm/patches/patch-ai
emulators/swarm/patches/patch-aj
emulators/swarm/patches/patch-ak
emulators/tme/DESCR
emulators/tme/Makefile
emulators/tme/PLIST
emulators/tme/distinfo
emulators/tuxnes/DESCR
emulators/tuxnes/Makefile
emulators/tuxnes/PLIST
emulators/tuxnes/distinfo
emulators/tuxnes/patches/patch-aa
emulators/tuxnes/patches/patch-ab
emulators/tuxnes/patches/patch-ac
emulators/tuxnes/patches/patch-ad
emulators/tuxnes/patches/patch-ae
emulators/tuxnes/patches/patch-af
emulators/tuxnes/patches/patch-ag
emulators/twin/DESCR
emulators/twin/MESSAGE
emulators/twin/Makefile
emulators/twin/PLIST
emulators/twin/PLIST.i386
emulators/twin/distinfo
emulators/twin/patches/patch-aa
emulators/twin/patches/patch-ab
emulators/twin/patches/patch-ac
emulators/twin/patches/patch-ad
emulators/twin/patches/patch-ae
emulators/twin/patches/patch-af
emulators/twin/patches/patch-ag
emulators/twin/patches/patch-ah
emulators/twin/patches/patch-ai
emulators/twin/patches/patch-aj
emulators/twin/patches/patch-ak
emulators/twin/patches/patch-al
emulators/twin/patches/patch-am
emulators/twin/patches/patch-an
emulators/twin/patches/patch-ao
emulators/twin/patches/patch-ap
emulators/uae/DESCR
emulators/uae/Makefile
emulators/uae/PLIST
emulators/uae/distinfo
emulators/uae/patches/patch-aa
emulators/uae/patches/patch-ab
emulators/uae/patches/patch-ac
emulators/uae/patches/patch-ad
emulators/uae/patches/patch-ae
emulators/uae/patches/patch-af
emulators/uae/patches/patch-ag
emulators/uae/patches/patch-ah
emulators/uae/patches/patch-ai
emulators/uae/patches/patch-aj
emulators/ucon64/DESCR
emulators/ucon64/Makefile
emulators/ucon64/PLIST
emulators/ucon64/distinfo
emulators/ucon64/options.mk
emulators/ucon64/patches/patch-aa
emulators/ucon64/patches/patch-ab
emulators/ucon64/patches/patch-ac
emulators/ucon64/patches/patch-ad
emulators/ucon64/patches/patch-ae
emulators/ucon64/patches/patch-af
emulators/uips/DESCR
emulators/uips/Makefile
emulators/uips/PLIST
emulators/uips/distinfo
emulators/uips/files/Makefile
emulators/vba/DESCR
emulators/vba/Makefile
emulators/vba/PLIST
emulators/vba/distinfo
emulators/vba/patches/patch-aa
emulators/vba/patches/patch-ab
emulators/vba/patches/patch-ac
emulators/vba/patches/patch-ad
emulators/vba/patches/patch-ae
emulators/vba/patches/patch-af
emulators/vice/DESCR
emulators/vice/Makefile
emulators/vice/PLIST
emulators/vice/distinfo
emulators/vice/options.mk
emulators/vice/patches/patch-af
emulators/vmips/DESCR
emulators/vmips/Makefile
emulators/vmips/PLIST
emulators/vmips/distinfo
emulators/vmips/patches/patch-aa
emulators/vmips/patches/patch-ab
emulators/vmware-module/DESCR
emulators/vmware-module/MESSAGE
emulators/vmware-module/Makefile
emulators/vmware-module/PLIST
emulators/vmware-module/distinfo
emulators/vmware-module/patches/patch-ab
emulators/vmware-module/patches/patch-ac
emulators/vmware-module/patches/patch-ad
emulators/vmware-module/patches/patch-ae
emulators/vmware-module/patches/patch-af
emulators/vmware-module3/DESCR
emulators/vmware-module3/MESSAGE
emulators/vmware-module3/Makefile
emulators/vmware-module3/PLIST
emulators/vmware-module3/distinfo
emulators/vmware-module3/patches/patch-ab
emulators/vmware/DESCR
emulators/vmware/Makefile
emulators/vmware/PLIST
emulators/vmware/distinfo
emulators/vmware3/DESCR
emulators/vmware3/MESSAGE.NetBSD
emulators/vmware3/Makefile
emulators/vmware3/PLIST
emulators/vmware3/distinfo
emulators/vmware3/patches/patch-aa
emulators/wine/DESCR
emulators/wine/Makefile
emulators/wine/PLIST
emulators/wine/buildlink3.mk
emulators/wine/distinfo
emulators/wine/options.mk
emulators/wine/patches/patch-aa
emulators/wine/patches/patch-ab
emulators/wine/patches/patch-ac
emulators/wine/patches/patch-ad
emulators/wine/patches/patch-ae
emulators/wine/patches/patch-af
emulators/wine/patches/patch-ag
emulators/wine/patches/patch-ai
emulators/wine/patches/patch-aj
emulators/wine/patches/patch-ak
emulators/x48/DESCR
emulators/x48/Makefile
emulators/x48/PLIST
emulators/x48/distinfo
emulators/x48/patches/patch-aa
emulators/x48/patches/patch-ab
emulators/x48/patches/patch-ac
emulators/x48/patches/patch-ad
emulators/x48/patches/patch-ae
emulators/x48/patches/patch-af
emulators/xbeeb/DESCR
emulators/xbeeb/MESSAGE
emulators/xbeeb/Makefile
emulators/xbeeb/PLIST
emulators/xbeeb/distinfo
emulators/xbeeb/files/xbeeb.1
emulators/xbeeb/patches/patch-ab
emulators/xbeeb/patches/patch-ac
emulators/xbeeb/patches/patch-ad
emulators/xbeeb/patches/patch-ae
emulators/xbeeb/patches/patch-af
emulators/xbeeb/patches/patch-ag
emulators/xcopilot/DESCR
emulators/xcopilot/Makefile
emulators/xcopilot/PLIST
emulators/xcopilot/distinfo
emulators/xcopilot/patches/patch-aa
emulators/xcopilot/patches/patch-ab
emulators/xcopilot/patches/patch-ac
emulators/xcopilot/patches/patch-ad
emulators/xcopilot/patches/patch-ae
emulators/xcopilot/patches/patch-af
emulators/xcopilot/patches/patch-ag
emulators/xcopilot/patches/patch-ah
emulators/xcopilot/patches/patch-ai
emulators/xcopilot/patches/patch-aj
emulators/xcopilot/patches/patch-ak
emulators/xcopilot/patches/patch-al
emulators/xm7/DESCR
emulators/xm7/Makefile
emulators/xm7/PLIST
emulators/xm7/distinfo
emulators/xm7/patches/patch-aa
emulators/xm7/patches/patch-ab
emulators/xm7/patches/patch-ac
emulators/xm7/patches/patch-ad
emulators/xm7/patches/patch-ae
emulators/xmame/DESCR
emulators/xmame/MESSAGE
emulators/xmame/Makefile
emulators/xmame/PLIST
emulators/xmame/distinfo
emulators/xmame/options.mk
emulators/xmame/patches/patch-aa
emulators/xmame/patches/patch-ab
emulators/xmame/patches/patch-ac
emulators/xmame/patches/patch-ad
emulators/xmame/patches/patch-ae
emulators/xmame/patches/patch-af
emulators/xmame/patches/patch-ag
emulators/xmess/DESCR
emulators/xmess/Makefile
emulators/xmess/PLIST
emulators/xmess/distinfo
emulators/xmess/options.mk
emulators/xmess/patches/patch-aa
emulators/xmess/patches/patch-ab
emulators/xmess/patches/patch-ac
emulators/xmess/patches/patch-ad
emulators/xmess/patches/patch-ae
emulators/xmess/patches/patch-af
emulators/xmess/patches/patch-ag
emulators/xtrs/DESCR
emulators/xtrs/Makefile
emulators/xtrs/PLIST
emulators/xtrs/distinfo
emulators/xtrs/patches/patch-aa
emulators/xtrs/patches/patch-ab
emulators/xtrs/patches/patch-ac
emulators/xyame/DESCR
emulators/xyame/Makefile
emulators/xyame/PLIST
emulators/xyame/distinfo
emulators/yabause/DESCR
emulators/yabause/Makefile
emulators/yabause/PLIST
emulators/yabause/distinfo
emulators/z26/DESCR
emulators/z26/Makefile
emulators/z26/PLIST
emulators/z26/distinfo
emulators/zsnes/DESCR
emulators/zsnes/Makefile
emulators/zsnes/PLIST
emulators/zsnes/distinfo
emulators/zsnes/patches/patch-aa
emulators/zsnes/patches/patch-ab
emulators/zsnes/patches/patch-ac
emulators/zsnes/patches/patch-ad
emulators/zsnes/patches/patch-ae
emulators/zsnes/patches/patch-af
emulators/zsnes/patches/patch-makefilein
filesystems/Makefile
filesystems/fuse-afpfs-ng/DESCR
filesystems/fuse-afpfs-ng/Makefile
filesystems/fuse-afpfs-ng/PLIST
filesystems/fuse-afpfs-ng/distinfo
filesystems/fuse-afpfs-ng/patches/patch-aa
filesystems/fuse-archivemount/DESCR
filesystems/fuse-archivemount/Makefile
filesystems/fuse-archivemount/PLIST
filesystems/fuse-archivemount/distinfo
filesystems/fuse-archivemount/patches/patch-aa
filesystems/fuse-archivemount/patches/patch-ab
filesystems/fuse-cddfs/DESCR
filesystems/fuse-cddfs/Makefile
filesystems/fuse-cddfs/PLIST
filesystems/fuse-cddfs/distinfo
filesystems/fuse-cddfs/patches/patch-aa
filesystems/fuse-cddfs/patches/patch-ab
filesystems/fuse-chironfs/DESCR
filesystems/fuse-chironfs/Makefile
filesystems/fuse-chironfs/PLIST
filesystems/fuse-chironfs/distinfo
filesystems/fuse-chironfs/patches/patch-aa
filesystems/fuse-chironfs/patches/patch-ab
filesystems/fuse-chironfs/patches/patch-ac
filesystems/fuse-chironfs/patches/patch-ad
filesystems/fuse-cryptofs/DESCR
filesystems/fuse-cryptofs/Makefile
filesystems/fuse-cryptofs/PLIST
filesystems/fuse-cryptofs/distinfo
filesystems/fuse-curlftpfs/DESCR
filesystems/fuse-curlftpfs/Makefile
filesystems/fuse-curlftpfs/PLIST
filesystems/fuse-curlftpfs/distinfo
filesystems/fuse-curlftpfs/patches/patch-aa
filesystems/fuse-djmount/DESCR
filesystems/fuse-djmount/Makefile
filesystems/fuse-djmount/PLIST
filesystems/fuse-djmount/distinfo
filesystems/fuse-djmount/patches/patch-aa
filesystems/fuse-encfs/DESCR
filesystems/fuse-encfs/Makefile
filesystems/fuse-encfs/PLIST
filesystems/fuse-encfs/distinfo
filesystems/fuse-encfs/patches/patch-aa
filesystems/fuse-encfs/patches/patch-ab
filesystems/fuse-encfs/patches/patch-ac
filesystems/fuse-encfs/patches/patch-ad
filesystems/fuse-encfs/patches/patch-ae
filesystems/fuse-gmailfs/DESCR
filesystems/fuse-gmailfs/Makefile
filesystems/fuse-gmailfs/PLIST
filesystems/fuse-gmailfs/distinfo
filesystems/fuse-gmailfs/patches/patch-aa
filesystems/fuse-gmailfs/patches/patch-ab
filesystems/fuse-gphotofs/DESCR
filesystems/fuse-gphotofs/Makefile
filesystems/fuse-gphotofs/PLIST
filesystems/fuse-gphotofs/distinfo
filesystems/fuse-gphotofs/patches/patch-aa
filesystems/fuse-httpfs/DESCR
filesystems/fuse-httpfs/Makefile
filesystems/fuse-httpfs/PLIST
filesystems/fuse-httpfs/distinfo
filesystems/fuse-loggedfs/DESCR
filesystems/fuse-loggedfs/Makefile
filesystems/fuse-loggedfs/PLIST
filesystems/fuse-loggedfs/distinfo
filesystems/fuse-loggedfs/patches/patch-aa
filesystems/fuse-loggedfs/patches/patch-ab
filesystems/fuse-lzofs/DESCR
filesystems/fuse-lzofs/Makefile
filesystems/fuse-lzofs/PLIST
filesystems/fuse-lzofs/distinfo
filesystems/fuse-lzofs/patches/patch-aa
filesystems/fuse-lzofs/patches/patch-ab
filesystems/fuse-ntfs-3g/DESCR
filesystems/fuse-ntfs-3g/Makefile
filesystems/fuse-ntfs-3g/PLIST
filesystems/fuse-ntfs-3g/distinfo
filesystems/fuse-ntfs-3g/patches/patch-ab
filesystems/fuse-obexfs/DESCR
filesystems/fuse-obexfs/Makefile
filesystems/fuse-obexfs/PLIST
filesystems/fuse-obexfs/distinfo
filesystems/fuse-obexfs/patches/patch-aa
filesystems/fuse-obexfs/patches/patch-ab
filesystems/fuse-obexfs/patches/patch-ac
filesystems/fuse-pod/DESCR
filesystems/fuse-pod/Makefile
filesystems/fuse-pod/PLIST
filesystems/fuse-pod/distinfo
filesystems/fuse-pod/patches/patch-aa
filesystems/fuse-pod/patches/patch-ab
filesystems/fuse-svnfs/DESCR
filesystems/fuse-svnfs/Makefile
filesystems/fuse-svnfs/PLIST
filesystems/fuse-svnfs/distinfo
filesystems/fuse-svnfs/patches/patch-aa
filesystems/fuse-unionfs/DESCR
filesystems/fuse-unionfs/Makefile
filesystems/fuse-unionfs/PLIST
filesystems/fuse-unionfs/distinfo
filesystems/fuse-unionfs/patches/patch-aa
filesystems/fuse-unionfs/patches/patch-ab
filesystems/fuse-wdfs/DESCR
filesystems/fuse-wdfs/Makefile
filesystems/fuse-wdfs/PLIST
filesystems/fuse-wdfs/distinfo
filesystems/fuse-wdfs/patches/patch-aa
filesystems/fuse-wdfs/patches/patch-ab
filesystems/fuse-wikipediafs/DESCR
filesystems/fuse-wikipediafs/Makefile
filesystems/fuse-wikipediafs/PLIST
filesystems/fuse-wikipediafs/distinfo
filesystems/fuse-wikipediafs/patches/patch-aa
filesystems/fuse/DESCR
filesystems/fuse/MESSAGE
filesystems/fuse/Makefile
filesystems/fuse/PLIST
filesystems/fuse/buildlink3.mk
filesystems/fuse/distinfo
filesystems/fuse/patches/patch-aa
filesystems/py-fuse-bindings/DESCR
filesystems/py-fuse-bindings/Makefile
filesystems/py-fuse-bindings/PLIST
filesystems/py-fuse-bindings/buildlink3.mk
filesystems/py-fuse-bindings/distinfo
filesystems/py-fuse-bindings/patches/patch-aa
filesystems/u9fs/DESCR
filesystems/u9fs/MESSAGE
filesystems/u9fs/Makefile
filesystems/u9fs/PLIST
filesystems/u9fs/distinfo
filesystems/u9fs/patches/patch-aa
filesystems/u9fs/patches/patch-ab
filesystems/u9fs/patches/patch-ac
filesystems/u9fs/patches/patch-ad
filesystems/u9fs/patches/patch-ae
finance/Makefile
finance/gkrellm-stock/DESCR
finance/gkrellm-stock/Makefile
finance/gkrellm-stock/PLIST
finance/gkrellm-stock/distinfo
finance/gkrellm-stock/patches/patch-aa
finance/gnucash-docs/DESCR
finance/gnucash-docs/Makefile
finance/gnucash-docs/PLIST
finance/gnucash-docs/distinfo
finance/gnucash-docs/patches/patch-aa
finance/gnucash-docs/patches/patch-ab
finance/gnucash/DESCR
finance/gnucash/Makefile
finance/gnucash/PLIST
finance/gnucash/buildlink3.mk
finance/gnucash/distinfo
finance/gnucash/patches/patch-aa
finance/gnucash/patches/patch-ab
finance/gnucash/patches/patch-ac
finance/gnucash/patches/patch-ad
finance/kmymoney2/DESCR
finance/kmymoney2/Makefile
finance/kmymoney2/PLIST
finance/kmymoney2/distinfo
finance/kmymoney2/options.mk
finance/kmymoney2/patches/patch-aa
finance/kmymoney2/patches/patch-ab
finance/kmymoney2/patches/patch-ac
finance/kmymoney2/patches/patch-ad
finance/kmymoney2/patches/patch-ae
finance/kmymoney2/patches/patch-af
finance/kmymoney2/patches/patch-ag
finance/libofx/DESCR
finance/libofx/Makefile
finance/libofx/PLIST
finance/libofx/buildlink3.mk
finance/libofx/distinfo
finance/libofx/patches/patch-aa
finance/libofx/patches/patch-ab
finance/p5-Finance-Quote/DESCR
finance/p5-Finance-Quote/Makefile
finance/p5-Finance-Quote/distinfo
finance/ruby-activemerchant/DESCR
finance/ruby-activemerchant/Makefile
finance/ruby-activemerchant/PLIST
finance/ruby-activemerchant/distinfo
finance/tclticker/DESCR
finance/tclticker/Makefile
finance/tclticker/PLIST
finance/tclticker/distinfo
finance/tclticker/patches/patch-aa
finance/tclticker/patches/patch-ab
finance/xfinans/DESCR
finance/xfinans/Makefile
finance/xfinans/PLIST
finance/xfinans/distinfo
finance/xfinans/patches/patch-aa
finance/xfinans/patches/patch-ab
finance/xinvest/DESCR
finance/xinvest/Makefile
finance/xinvest/PLIST
finance/xinvest/distinfo
finance/xinvest/patches/patch-aa
finance/xinvest/patches/patch-ab
finance/xinvest/patches/patch-ac
finance/xquote/DESCR
finance/xquote/Makefile
finance/xquote/PLIST
finance/xquote/distinfo
finance/xquote/patches/patch-aa
finance/xquote/patches/patch-ab
fonts/Makefile
fonts/Xft2/DESCR
fonts/Xft2/Makefile
fonts/Xft2/PLIST
fonts/Xft2/buildlink3.mk
fonts/Xft2/builtin.mk
fonts/Xft2/distinfo
fonts/Xg/DESCR
fonts/Xg/Makefile
fonts/Xg/PLIST
fonts/Xg/distinfo
fonts/Xg/patches/patch-aa
fonts/acroread-chsfont/DESCR
fonts/acroread-chsfont/Makefile
fonts/acroread-chsfont/PLIST
fonts/acroread-chsfont/distinfo
fonts/acroread-chtfont/DESCR
fonts/acroread-chtfont/Makefile
fonts/acroread-chtfont/PLIST
fonts/acroread-chtfont/distinfo
fonts/acroread-font-share/DESCR
fonts/acroread-font-share/Makefile
fonts/acroread-font-share/Makefile.common
fonts/acroread-font-share/PLIST
fonts/acroread-font-share/distinfo
fonts/acroread-jpnfont/DESCR
fonts/acroread-jpnfont/Makefile
fonts/acroread-jpnfont/PLIST
fonts/acroread-jpnfont/distinfo
fonts/acroread-korfont/DESCR
fonts/acroread-korfont/Makefile
fonts/acroread-korfont/PLIST
fonts/acroread-korfont/distinfo
fonts/acroread5-chsfont/DESCR
fonts/acroread5-chsfont/Makefile
fonts/acroread5-chsfont/PLIST
fonts/acroread5-chsfont/distinfo
fonts/acroread5-chtfont/DESCR
fonts/acroread5-chtfont/Makefile
fonts/acroread5-chtfont/PLIST
fonts/acroread5-chtfont/distinfo
fonts/acroread5-font-share/DESCR
fonts/acroread5-font-share/Makefile
fonts/acroread5-font-share/Makefile.common
fonts/acroread5-font-share/PLIST
fonts/acroread5-font-share/distinfo
fonts/acroread5-jpnfont/DESCR
fonts/acroread5-jpnfont/Makefile
fonts/acroread5-jpnfont/PLIST
fonts/acroread5-jpnfont/distinfo
fonts/acroread5-korfont/DESCR
fonts/acroread5-korfont/Makefile
fonts/acroread5-korfont/PLIST
fonts/acroread5-korfont/distinfo
fonts/acroread7-chsfont/DESCR
fonts/acroread7-chsfont/Makefile
fonts/acroread7-chsfont/PLIST
fonts/acroread7-chsfont/distinfo
fonts/acroread7-chtfont/DESCR
fonts/acroread7-chtfont/Makefile
fonts/acroread7-chtfont/PLIST
fonts/acroread7-chtfont/distinfo
fonts/acroread7-font-share/DESCR
fonts/acroread7-font-share/Makefile
fonts/acroread7-font-share/Makefile.common
fonts/acroread7-font-share/PLIST
fonts/acroread7-font-share/distinfo
fonts/acroread7-jpnfont/DESCR
fonts/acroread7-jpnfont/Makefile
fonts/acroread7-jpnfont/PLIST
fonts/acroread7-jpnfont/distinfo
fonts/acroread7-korfont/DESCR
fonts/acroread7-korfont/Makefile
fonts/acroread7-korfont/PLIST
fonts/acroread7-korfont/distinfo
fonts/adobe-cidfonts/DESCR
fonts/adobe-cidfonts/Makefile
fonts/adobe-cidfonts/distinfo
fonts/adobe-cmaps/DESCR
fonts/adobe-cmaps/Makefile
fonts/adobe-cmaps/PLIST
fonts/adobe-cmaps/distinfo
fonts/alee-ttf/DESCR
fonts/alee-ttf/Makefile
fonts/alee-ttf/PLIST
fonts/alee-ttf/distinfo
fonts/arphic-ttf/DESCR
fonts/arphic-ttf/Makefile
fonts/arphic-ttf/PLIST
fonts/arphic-ttf/distinfo
fonts/artwiz-fonts/DESCR
fonts/artwiz-fonts/MESSAGE
fonts/artwiz-fonts/Makefile
fonts/artwiz-fonts/PLIST
fonts/artwiz-fonts/distinfo
fonts/baekmuk-ttf/DESCR
fonts/baekmuk-ttf/Makefile
fonts/baekmuk-ttf/PLIST
fonts/baekmuk-ttf/distinfo
fonts/bakoma-fonts/DESCR
fonts/bakoma-fonts/MESSAGE
fonts/bakoma-fonts/Makefile
fonts/bakoma-fonts/PLIST
fonts/bakoma-fonts/distinfo
fonts/bdftopcf/DESCR
fonts/bdftopcf/Makefile
fonts/bdftopcf/PLIST
fonts/bdftopcf/distinfo
fonts/biznet-iso8859_2/DESCR
fonts/biznet-iso8859_2/MESSAGE
fonts/biznet-iso8859_2/Makefile
fonts/biznet-iso8859_2/PLIST
fonts/biznet-iso8859_2/distinfo
fonts/chkfontpath/DESCR
fonts/chkfontpath/Makefile
fonts/chkfontpath/PLIST
fonts/chkfontpath/distinfo
fonts/chkfontpath/patches/patch-aa
fonts/chkfontpath/patches/patch-ab
fonts/cyberbase-ttf/DESCR
fonts/cyberbase-ttf/Makefile
fonts/cyberbase-ttf/PLIST
fonts/cyberbase-ttf/distinfo
fonts/cyberbit-ttf/DESCR
fonts/cyberbit-ttf/Makefile
fonts/cyberbit-ttf/Makefile.common
fonts/cyberbit-ttf/PLIST
fonts/cyberbit-ttf/distinfo
fonts/cyr-rfx-bulgarian-mik/DESCR
fonts/cyr-rfx-bulgarian-mik/Makefile
fonts/cyr-rfx-bulgarian-mik/PLIST
fonts/cyr-rfx-bulgarian-mik/distinfo
fonts/cyr-rfx-ibm-cp866/DESCR
fonts/cyr-rfx-ibm-cp866/Makefile
fonts/cyr-rfx-ibm-cp866/PLIST
fonts/cyr-rfx-ibm-cp866/distinfo
fonts/cyr-rfx-iso10646_0400/DESCR
fonts/cyr-rfx-iso10646_0400/Makefile
fonts/cyr-rfx-iso10646_0400/PLIST
fonts/cyr-rfx-iso10646_0400/distinfo
fonts/cyr-rfx-iso8859_15/DESCR
fonts/cyr-rfx-iso8859_15/Makefile
fonts/cyr-rfx-iso8859_15/PLIST
fonts/cyr-rfx-iso8859_15/distinfo
fonts/cyr-rfx-iso8859_5/DESCR
fonts/cyr-rfx-iso8859_5/Makefile
fonts/cyr-rfx-iso8859_5/PLIST
fonts/cyr-rfx-iso8859_5/distinfo
fonts/cyr-rfx-koi8-o/DESCR
fonts/cyr-rfx-koi8-o/Makefile
fonts/cyr-rfx-koi8-o/PLIST
fonts/cyr-rfx-koi8-o/distinfo
fonts/cyr-rfx-koi8-ru/DESCR
fonts/cyr-rfx-koi8-ru/Makefile
fonts/cyr-rfx-koi8-ru/PLIST
fonts/cyr-rfx-koi8-ru/distinfo
fonts/cyr-rfx-koi8-ub/DESCR
fonts/cyr-rfx-koi8-ub/Makefile
fonts/cyr-rfx-koi8-ub/PLIST
fonts/cyr-rfx-koi8-ub/distinfo
fonts/cyr-rfx-koi8_1/DESCR
fonts/cyr-rfx-koi8_1/Makefile
fonts/cyr-rfx-koi8_1/PLIST
fonts/cyr-rfx-koi8_1/distinfo
fonts/cyr-rfx-mac-cyrillic/DESCR
fonts/cyr-rfx-mac-cyrillic/Makefile
fonts/cyr-rfx-mac-cyrillic/PLIST
fonts/cyr-rfx-mac-cyrillic/distinfo
fonts/cyr-rfx-share/Makefile.common
fonts/cyr-rfx-windows_1251/DESCR
fonts/cyr-rfx-windows_1251/Makefile
fonts/cyr-rfx-windows_1251/PLIST
fonts/cyr-rfx-windows_1251/distinfo
fonts/cyr-rfx-winlatin_1/DESCR
fonts/cyr-rfx-winlatin_1/Makefile
fonts/cyr-rfx-winlatin_1/PLIST
fonts/cyr-rfx-winlatin_1/distinfo
fonts/dbz-ttf/DESCR
fonts/dbz-ttf/Makefile
fonts/dbz-ttf/PLIST
fonts/dbz-ttf/distinfo
fonts/dejavu-ttf/DESCR
fonts/dejavu-ttf/Makefile
fonts/dejavu-ttf/PLIST
fonts/dejavu-ttf/distinfo
fonts/ec-fonts-mftraced/DESCR
fonts/ec-fonts-mftraced/Makefile
fonts/ec-fonts-mftraced/PLIST
fonts/ec-fonts-mftraced/distinfo
fonts/ec-fonts-mftraced/patches/patch-aa
fonts/ec-fonts-mftraced/patches/patch-ab
fonts/efont-unicode/DESCR
fonts/efont-unicode/MESSAGE
fonts/efont-unicode/Makefile
fonts/efont-unicode/PLIST
fonts/efont-unicode/distinfo
fonts/encodings/DESCR
fonts/encodings/Makefile
fonts/encodings/PLIST
fonts/encodings/distinfo
fonts/encodings/patches/patch-aa
fonts/font-adobe-100dpi/DESCR
fonts/font-adobe-100dpi/Makefile
fonts/font-adobe-100dpi/PLIST
fonts/font-adobe-100dpi/distinfo
fonts/font-adobe-100dpi/patches/patch-aa
fonts/font-adobe-100dpi/patches/patch-ab
fonts/font-adobe-100dpi/patches/patch-ac
fonts/font-adobe-75dpi/DESCR
fonts/font-adobe-75dpi/Makefile
fonts/font-adobe-75dpi/PLIST
fonts/font-adobe-75dpi/distinfo
fonts/font-adobe-75dpi/patches/patch-aa
fonts/font-adobe-75dpi/patches/patch-ab
fonts/font-adobe-75dpi/patches/patch-ac
fonts/font-adobe-utopia-100dpi/DESCR
fonts/font-adobe-utopia-100dpi/Makefile
fonts/font-adobe-utopia-100dpi/PLIST
fonts/font-adobe-utopia-100dpi/distinfo
fonts/font-adobe-utopia-100dpi/patches/patch-aa
fonts/font-adobe-utopia-100dpi/patches/patch-ab
fonts/font-adobe-utopia-100dpi/patches/patch-ac
fonts/font-adobe-utopia-75dpi/DESCR
fonts/font-adobe-utopia-75dpi/Makefile
fonts/font-adobe-utopia-75dpi/PLIST
fonts/font-adobe-utopia-75dpi/distinfo
fonts/font-adobe-utopia-75dpi/patches/patch-aa
fonts/font-adobe-utopia-75dpi/patches/patch-ab
fonts/font-adobe-utopia-75dpi/patches/patch-ac
fonts/font-adobe-utopia-type1/DESCR
fonts/font-adobe-utopia-type1/Makefile
fonts/font-adobe-utopia-type1/PLIST
fonts/font-adobe-utopia-type1/distinfo
fonts/font-alias/DESCR
fonts/font-alias/Makefile
fonts/font-alias/PLIST
fonts/font-alias/distinfo
fonts/font-bh-100dpi/DESCR
fonts/font-bh-100dpi/Makefile
fonts/font-bh-100dpi/PLIST
fonts/font-bh-100dpi/distinfo
fonts/font-bh-100dpi/patches/patch-aa
fonts/font-bh-100dpi/patches/patch-ab
fonts/font-bh-100dpi/patches/patch-ac
fonts/font-bh-75dpi/DESCR
fonts/font-bh-75dpi/Makefile
fonts/font-bh-75dpi/PLIST
fonts/font-bh-75dpi/distinfo
fonts/font-bh-75dpi/patches/patch-aa
fonts/font-bh-75dpi/patches/patch-ab
fonts/font-bh-75dpi/patches/patch-ac
fonts/font-bh-lucidatypewriter-100dpi/DESCR
fonts/font-bh-lucidatypewriter-100dpi/Makefile
fonts/font-bh-lucidatypewriter-100dpi/PLIST
fonts/font-bh-lucidatypewriter-100dpi/distinfo
fonts/font-bh-lucidatypewriter-100dpi/patches/patch-aa
fonts/font-bh-lucidatypewriter-100dpi/patches/patch-ab
fonts/font-bh-lucidatypewriter-100dpi/patches/patch-ac
fonts/font-bh-lucidatypewriter-75dpi/DESCR
fonts/font-bh-lucidatypewriter-75dpi/Makefile
fonts/font-bh-lucidatypewriter-75dpi/PLIST
fonts/font-bh-lucidatypewriter-75dpi/distinfo
fonts/font-bh-lucidatypewriter-75dpi/patches/patch-aa
fonts/font-bh-lucidatypewriter-75dpi/patches/patch-ab
fonts/font-bh-lucidatypewriter-75dpi/patches/patch-ac
fonts/font-bh-ttf/DESCR
fonts/font-bh-ttf/Makefile
fonts/font-bh-ttf/PLIST
fonts/font-bh-ttf/distinfo
fonts/font-bh-type1/DESCR
fonts/font-bh-type1/Makefile
fonts/font-bh-type1/PLIST
fonts/font-bh-type1/distinfo
fonts/font-bitstream-100dpi/DESCR
fonts/font-bitstream-100dpi/Makefile
fonts/font-bitstream-100dpi/PLIST
fonts/font-bitstream-100dpi/distinfo
fonts/font-bitstream-100dpi/patches/patch-aa
fonts/font-bitstream-100dpi/patches/patch-ab
fonts/font-bitstream-100dpi/patches/patch-ac
fonts/font-bitstream-75dpi/DESCR
fonts/font-bitstream-75dpi/Makefile
fonts/font-bitstream-75dpi/PLIST
fonts/font-bitstream-75dpi/distinfo
fonts/font-bitstream-75dpi/patches/patch-aa
fonts/font-bitstream-75dpi/patches/patch-ab
fonts/font-bitstream-75dpi/patches/patch-ac
fonts/font-bitstream-type1/DESCR
fonts/font-bitstream-type1/Makefile
fonts/font-bitstream-type1/PLIST
fonts/font-bitstream-type1/distinfo
fonts/font-cursor-misc/DESCR
fonts/font-cursor-misc/Makefile
fonts/font-cursor-misc/PLIST
fonts/font-cursor-misc/distinfo
fonts/font-cursor-misc/patches/patch-aa
fonts/font-cursor-misc/patches/patch-ab
fonts/font-cursor-misc/patches/patch-ac
fonts/font-daewoo-misc/DESCR
fonts/font-daewoo-misc/Makefile
fonts/font-daewoo-misc/PLIST
fonts/font-daewoo-misc/distinfo
fonts/font-daewoo-misc/patches/patch-aa
fonts/font-daewoo-misc/patches/patch-ab
fonts/font-daewoo-misc/patches/patch-ac
fonts/font-dec-misc/DESCR
fonts/font-dec-misc/Makefile
fonts/font-dec-misc/PLIST
fonts/font-dec-misc/distinfo
fonts/font-dec-misc/patches/patch-aa
fonts/font-dec-misc/patches/patch-ab
fonts/font-dec-misc/patches/patch-ac
fonts/font-ibm-type1/DESCR
fonts/font-ibm-type1/Makefile
fonts/font-ibm-type1/PLIST
fonts/font-ibm-type1/distinfo
fonts/font-isas-misc/DESCR
fonts/font-isas-misc/Makefile
fonts/font-isas-misc/PLIST
fonts/font-isas-misc/distinfo
fonts/font-isas-misc/patches/patch-aa
fonts/font-isas-misc/patches/patch-ab
fonts/font-isas-misc/patches/patch-ac
fonts/font-jis-misc/DESCR
fonts/font-jis-misc/Makefile
fonts/font-jis-misc/PLIST
fonts/font-jis-misc/distinfo
fonts/font-jis-misc/patches/patch-aa
fonts/font-jis-misc/patches/patch-ab
fonts/font-jis-misc/patches/patch-ac
fonts/font-misc-misc/DESCR
fonts/font-misc-misc/Makefile
fonts/font-misc-misc/PLIST
fonts/font-misc-misc/distinfo
fonts/font-misc-misc/patches/patch-aa
fonts/font-misc-misc/patches/patch-ab
fonts/font-misc-misc/patches/patch-ac
fonts/font-mutt-misc/DESCR
fonts/font-mutt-misc/Makefile
fonts/font-mutt-misc/PLIST
fonts/font-mutt-misc/distinfo
fonts/font-mutt-misc/patches/patch-aa
fonts/font-mutt-misc/patches/patch-ab
fonts/font-mutt-misc/patches/patch-ac
fonts/font-sony-misc/DESCR
fonts/font-sony-misc/Makefile
fonts/font-sony-misc/PLIST
fonts/font-sony-misc/distinfo
fonts/font-sony-misc/patches/patch-aa
fonts/font-sony-misc/patches/patch-ab
fonts/font-sony-misc/patches/patch-ac
fonts/font-util/DESCR
fonts/font-util/Makefile
fonts/font-util/PLIST
fonts/font-util/buildlink3.mk
fonts/font-util/distinfo
fonts/font-util/files/bdftruncate.c
fonts/font-util/patches/patch-aa
fonts/font-util/patches/patch-ab
fonts/fontconfig/DEINSTALL
fonts/fontconfig/DESCR
fonts/fontconfig/INSTALL
fonts/fontconfig/Makefile
fonts/fontconfig/PLIST
fonts/fontconfig/buildlink3.mk
fonts/fontconfig/builtin.mk
fonts/fontconfig/distinfo
fonts/fontconfig/patches/patch-aa
fonts/fontconfig/patches/patch-ac
fonts/fontconfig/patches/patch-ae
fonts/fontconfig/patches/patch-ca
fonts/fontconfig/patches/patch-cb
fonts/fontforge/DESCR
fonts/fontforge/Makefile
fonts/fontforge/PLIST
fonts/fontforge/distinfo
fonts/fontforge/patches/patch-aa
fonts/fontforge/patches/patch-ab
fonts/fontforge/patches/patch-ae
fonts/freefont-ttf/DESCR
fonts/freefont-ttf/Makefile
fonts/freefont-ttf/PLIST
fonts/freefont-ttf/distinfo
fonts/freefonts/DESCR
fonts/freefonts/MESSAGE
fonts/freefonts/Makefile
fonts/freefonts/PLIST
fonts/freefonts/distinfo
fonts/gentium-ttf/DESCR
fonts/gentium-ttf/Makefile
fonts/gentium-ttf/PLIST
fonts/gentium-ttf/distinfo
fonts/geoslab703-ttf/DESCR
fonts/geoslab703-ttf/Makefile
fonts/geoslab703-ttf/PLIST
fonts/geoslab703-ttf/distinfo
fonts/ghostscript-cidfonts/DEINSTALL
fonts/ghostscript-cidfonts/DESCR
fonts/ghostscript-cidfonts/INSTALL
fonts/ghostscript-cidfonts/Makefile
fonts/ghostscript-cidfonts/PLIST
fonts/ghostscript-cmaps/DEINSTALL
fonts/ghostscript-cmaps/DESCR
fonts/ghostscript-cmaps/INSTALL
fonts/ghostscript-cmaps/Makefile
fonts/ghostscript-cmaps/PLIST
fonts/ghostscript-fonts/DESCR
fonts/ghostscript-fonts/Makefile
fonts/ghostscript-fonts/PLIST
fonts/ghostscript-fonts/distinfo
fonts/ghostscript-fonts/files/fonts.alias
fonts/gucharmap/DESCR
fonts/gucharmap/Makefile
fonts/gucharmap/PLIST
fonts/gucharmap/buildlink3.mk
fonts/gucharmap/distinfo
fonts/inconsolata-ttf/DESCR
fonts/inconsolata-ttf/Makefile
fonts/inconsolata-ttf/PLIST
fonts/inconsolata-ttf/distinfo
fonts/intlfonts/DESCR
fonts/intlfonts/MESSAGE
fonts/intlfonts/Makefile
fonts/intlfonts/PLIST
fonts/intlfonts/PLIST.extrafonts
fonts/intlfonts/distinfo
fonts/intlfonts/patches/patch-aa
fonts/intlfonts/patches/patch-ab
fonts/ja-elisat/DESCR
fonts/ja-elisat/Makefile
fonts/ja-elisat/PLIST
fonts/ja-elisat/distinfo
fonts/ja-elisau/DESCR
fonts/ja-elisau/Makefile
fonts/ja-elisau/PLIST
fonts/ja-elisau/distinfo
fonts/ja-kaname/DESCR
fonts/ja-kaname/Makefile
fonts/ja-kaname/PLIST
fonts/ja-kaname/distinfo
fonts/ja-kaname/patches/patch-aa
fonts/ja-kappa20/DEINSTALL
fonts/ja-kappa20/DESCR
fonts/ja-kappa20/INSTALL
fonts/ja-kappa20/Makefile
fonts/ja-kappa20/PLIST
fonts/ja-kappa20/distinfo
fonts/ja-naga10/DESCR
fonts/ja-naga10/Makefile
fonts/ja-naga10/PLIST
fonts/ja-naga10/distinfo
fonts/ja-naga10/patches/patch-aa
fonts/ja-naga10/patches/patch-ab
fonts/ja-naga10/patches/patch-ac
fonts/ja-naga10/patches/patch-ad
fonts/ja-naga10/patches/patch-ae
fonts/ja-sazanami-ttf/DESCR
fonts/ja-sazanami-ttf/Makefile
fonts/ja-sazanami-ttf/PLIST
fonts/ja-sazanami-ttf/distinfo
fonts/ja-shinonome/DEINSTALL
fonts/ja-shinonome/DESCR
fonts/ja-shinonome/INSTALL
fonts/ja-shinonome/Makefile
fonts/ja-shinonome/PLIST
fonts/ja-shinonome/distinfo
fonts/jisx0208fonts/DESCR
fonts/jisx0208fonts/MESSAGE
fonts/jisx0208fonts/Makefile
fonts/jisx0212fonts/DESCR
fonts/jisx0212fonts/Makefile
fonts/jisx0212fonts/PLIST
fonts/jisx0212fonts/distinfo
fonts/jisx0212fonts/patches/patch-aa
fonts/jisx0212fonts/patches/patch-ab
fonts/jisx0213fonts/DESCR
fonts/jisx0213fonts/Makefile
fonts/jisx0213fonts/PLIST
fonts/jisx0213fonts/distinfo
fonts/jmk-fonts/DESCR
fonts/jmk-fonts/MESSAGE
fonts/jmk-fonts/Makefile
fonts/jmk-fonts/PLIST
fonts/jmk-fonts/distinfo
fonts/kcfonts/DESCR
fonts/kcfonts/Makefile
fonts/kcfonts/PLIST
fonts/kcfonts/distinfo
fonts/kcfonts/patches/patch-aa
fonts/kcfonts/patches/patch-ab
fonts/kcfonts/patches/patch-ad
fonts/kcfonts/patches/patch-ae
fonts/kcfonts/patches/patch-af
fonts/kcfonts/patches/patch-ag
fonts/kcfonts/patches/patch-ai
fonts/kcfonts/patches/patch-aj
fonts/kcfonts/patches/patch-ak
fonts/ko-baekmuk/DESCR
fonts/ko-baekmuk/Makefile
fonts/ko-baekmuk/PLIST
fonts/ko-baekmuk/distinfo
fonts/ko-hanyang/DESCR
fonts/ko-hanyang/Makefile
fonts/ko-hanyang/PLIST
fonts/ko-hanyang/distinfo
fonts/ko-kaist/DESCR
fonts/ko-kaist/Makefile
fonts/ko-kaist/PLIST
fonts/ko-kaist/distinfo
fonts/ko-mizi/DESCR
fonts/ko-mizi/Makefile
fonts/ko-mizi/PLIST
fonts/ko-mizi/distinfo
fonts/ko-x11fonts/DESCR
fonts/ko-x11fonts/Makefile
fonts/ko-x11fonts/files/Makefile
fonts/kochi-ttf/DESCR
fonts/kochi-ttf/MESSAGE
fonts/kochi-ttf/Makefile
fonts/kochi-ttf/PLIST
fonts/kochi-ttf/distinfo
fonts/liberation-ttf/DESCR
fonts/liberation-ttf/Makefile
fonts/liberation-ttf/PLIST
fonts/liberation-ttf/distinfo
fonts/libfontenc/DESCR
fonts/libfontenc/Makefile
fonts/libfontenc/PLIST
fonts/libfontenc/buildlink3.mk
fonts/libfontenc/distinfo
fonts/linux-libertine-ttf/DESCR
fonts/linux-libertine-ttf/Makefile
fonts/linux-libertine-ttf/PLIST
fonts/linux-libertine-ttf/distinfo
fonts/mftrace/DESCR
fonts/mftrace/Makefile
fonts/mftrace/PLIST
fonts/mftrace/buildlink3.mk
fonts/mftrace/distinfo
fonts/mglfonts/DESCR
fonts/mglfonts/Makefile
fonts/mglfonts/PLIST
fonts/mglfonts/distinfo
fonts/mglfonts/patches/patch-aa
fonts/mkfontalias/DESCR
fonts/mkfontalias/Makefile
fonts/mkfontalias/PLIST
fonts/mkfontalias/distinfo
fonts/mkfontalias/patches/patch-aa
fonts/mkfontdir/DESCR
fonts/mkfontdir/Makefile
fonts/mkfontdir/PLIST
fonts/mkfontdir/distinfo
fonts/mkfontscale/DESCR
fonts/mkfontscale/Makefile
fonts/mkfontscale/PLIST
fonts/mkfontscale/distinfo
fonts/mminstance/DESCR
fonts/mminstance/Makefile
fonts/mminstance/PLIST
fonts/mminstance/distinfo
fonts/monafonts-ttf/DESCR
fonts/monafonts-ttf/Makefile
fonts/monafonts-ttf/PLIST
fonts/monafonts-ttf/distinfo
fonts/monafonts/DESCR
fonts/monafonts/Makefile
fonts/monafonts/PLIST
fonts/monafonts/distinfo
fonts/monafonts/patches/patch-aa
fonts/mozilla-fonts/DESCR
fonts/mozilla-fonts/MESSAGE
fonts/mozilla-fonts/Makefile
fonts/mozilla-fonts/PLIST
fonts/mozilla-fonts/distinfo
fonts/mozilla-fonts/patches/patch-aa
fonts/mplayer-fonts/DESCR
fonts/mplayer-fonts/Makefile
fonts/mplayer-fonts/PLIST
fonts/mplayer-fonts/distinfo
fonts/ms-ttf/DESCR
fonts/ms-ttf/MESSAGE
fonts/ms-ttf/Makefile
fonts/ms-ttf/PLIST
fonts/ms-ttf/distinfo
fonts/oto/DESCR
fonts/oto/Makefile
fonts/oto/PLIST
fonts/oto/distinfo
fonts/oto/patches/patch-aa
fonts/p5-Font-AFM/DESCR
fonts/p5-Font-AFM/Makefile
fonts/p5-Font-AFM/distinfo
fonts/p5-Font-TTF/DESCR
fonts/p5-Font-TTF/Makefile
fonts/p5-Font-TTF/distinfo
fonts/p5-Font-TTFMetrics/DESCR
fonts/p5-Font-TTFMetrics/Makefile
fonts/p5-Font-TTFMetrics/distinfo
fonts/pcf2bdf/DESCR
fonts/pcf2bdf/Makefile
fonts/pcf2bdf/PLIST
fonts/pcf2bdf/distinfo
fonts/pcf2bdf/patches/patch-aa
fonts/pcf2bdf/patches/patch-ab
fonts/profont/DESCR
fonts/profont/MESSAGE
fonts/profont/Makefile
fonts/profont/PLIST
fonts/profont/distinfo
fonts/py-TTFQuery/DESCR
fonts/py-TTFQuery/Makefile
fonts/py-TTFQuery/PLIST
fonts/py-TTFQuery/distinfo
fonts/py-fonttools/DESCR
fonts/py-fonttools/Makefile
fonts/py-fonttools/PLIST
fonts/py-fonttools/distinfo
fonts/sgi-fonts/DESCR
fonts/sgi-fonts/Makefile
fonts/sgi-fonts/PLIST
fonts/sgi-fonts/distinfo
fonts/t1lib/DESCR
fonts/t1lib/MESSAGE
fonts/t1lib/Makefile
fonts/t1lib/PLIST
fonts/t1lib/buildlink3.mk
fonts/t1lib/distinfo
fonts/t1lib/files/t1lib.config.sample
fonts/t1lib/options.mk
fonts/t1lib/patches/patch-aa
fonts/t1lib/patches/patch-ac
fonts/t1lib/patches/patch-ad
fonts/t1lib/patches/patch-af
fonts/t1lib/patches/patch-ah
fonts/t1utils/DESCR
fonts/t1utils/Makefile
fonts/t1utils/PLIST
fonts/t1utils/distinfo
fonts/terminus-font/DESCR
fonts/terminus-font/Makefile
fonts/terminus-font/PLIST
fonts/terminus-font/distinfo
fonts/tex-uhc-fonts-base/DESCR
fonts/tex-uhc-fonts-base/Makefile
fonts/tex-uhc-fonts-base/Makefile.common
fonts/tex-uhc-fonts-base/PLIST
fonts/tex-uhc-fonts-base/distinfo
fonts/tex-uhc-fonts-extra/DESCR
fonts/tex-uhc-fonts-extra/Makefile
fonts/tex-uhc-fonts-extra/PLIST
fonts/tex-uhc-fonts-extra/distinfo
fonts/tex-unttf/DESCR
fonts/tex-unttf/Makefile
fonts/tex-unttf/PLIST
fonts/tex-unttf/distinfo
fonts/thaixfonts/DESCR
fonts/thaixfonts/MESSAGE
fonts/thaixfonts/Makefile
fonts/thaixfonts/PLIST
fonts/thaixfonts/distinfo
fonts/ttf2pk/DESCR
fonts/ttf2pk/Makefile
fonts/ttf2pk/PLIST
fonts/ttf2pt1/DESCR
fonts/ttf2pt1/Makefile
fonts/ttf2pt1/PLIST
fonts/ttf2pt1/distinfo
fonts/ttf2pt1/patches/patch-aa
fonts/ttf2pt1/patches/patch-ab
fonts/ttftot42/DESCR
fonts/ttftot42/Makefile
fonts/ttftot42/PLIST
fonts/ttftot42/distinfo
fonts/ttmkfdir2/DESCR
fonts/ttmkfdir2/Makefile
fonts/ttmkfdir2/PLIST
fonts/ttmkfdir2/distinfo
fonts/ttmkfdir2/patches/patch-aa
fonts/ttmkfdir2/patches/patch-ab
fonts/ttmkfdir2/patches/patch-ac
fonts/ttmkfdir2/patches/patch-ad
fonts/ttmkfdir2/patches/patch-ae
fonts/ttmkfdir2/patches/patch-af
fonts/ttmkfdir2/patches/patch-ag
fonts/ttmkfdir2/patches/patch-ah
fonts/type1inst/DESCR
fonts/type1inst/Makefile
fonts/type1inst/PLIST
fonts/type1inst/distinfo
fonts/un-core-ttf/DESCR
fonts/un-core-ttf/Makefile
fonts/un-core-ttf/PLIST
fonts/un-core-ttf/distinfo
fonts/un-extra-ttf/DESCR
fonts/un-extra-ttf/Makefile
fonts/un-extra-ttf/PLIST
fonts/un-extra-ttf/distinfo
fonts/vera-ttf/DESCR
fonts/vera-ttf/Makefile
fonts/vera-ttf/PLIST
fonts/vera-ttf/distinfo
fonts/vfontcap-kochi/DESCR
fonts/vfontcap-kochi/MESSAGE
fonts/vfontcap-kochi/Makefile
fonts/vfontcap-kochi/PLIST
fonts/vfontcap-kochi/files/vfontcap
fonts/vlgothic-ttf/DESCR
fonts/vlgothic-ttf/Makefile
fonts/vlgothic-ttf/PLIST
fonts/vlgothic-ttf/distinfo
fonts/watanabe_vfont/DESCR
fonts/watanabe_vfont/Makefile
fonts/watanabe_vfont/PLIST
fonts/watanabe_vfont/distinfo
fonts/xmbdfed/DESCR
fonts/xmbdfed/Makefile
fonts/xmbdfed/PLIST
fonts/xmbdfed/distinfo
fonts/xmbdfed/patches/patch-aa
fonts/xmbdfed/patches/patch-ab
fonts/xmbdfed/patches/patch-ac
games/0verkill/DESCR
games/0verkill/Makefile
games/0verkill/PLIST
games/0verkill/distinfo
games/0verkill/patches/patch-aa
games/0verkill/patches/patch-ab
games/4stAttack/DESCR
games/4stAttack/Makefile
games/4stAttack/PLIST
games/4stAttack/distinfo
games/4stAttack/patches/patch-aa
games/InterLOGIC/DESCR
games/InterLOGIC/Makefile
games/InterLOGIC/PLIST
games/InterLOGIC/distinfo
games/KoboDeluxe/DESCR
games/KoboDeluxe/Makefile
games/KoboDeluxe/PLIST
games/KoboDeluxe/distinfo
games/KoboDeluxe/patches/patch-aa
games/KoboDeluxe/patches/patch-ab
games/Makefile
games/REminiscence/DESCR
games/REminiscence/Makefile
games/REminiscence/PLIST
games/REminiscence/distinfo
games/REminiscence/patches/patch-aa
games/abuse/DESCR
games/abuse/Makefile
games/abuse/PLIST
games/abuse/distinfo
games/abuse/patches/patch-aa
games/abuse/patches/patch-ab
games/abuse/patches/patch-ac
games/abuse/patches/patch-ad
games/abuse/patches/patch-ae
games/abuse/patches/patch-af
games/abuse/patches/patch-ag
games/abuse/patches/patch-ah
games/abuse/patches/patch-ai
games/abuse/patches/patch-aj
games/abuse/patches/patch-ak
games/abuse/patches/patch-al
games/abuse/patches/patch-am
games/abuse/patches/patch-an
games/abuse/patches/patch-ao
games/adom/DESCR
games/adom/Makefile
games/adom/PLIST
games/adom/distinfo
games/alephone/DESCR
games/alephone/Makefile
games/alephone/PLIST
games/alephone/distinfo
games/an/DESCR
games/an/Makefile
games/an/PLIST
games/an/distinfo
games/an/patches/patch-aa
games/an/patches/patch-ab
games/angband-tty/DESCR
games/angband-tty/MESSAGE
games/angband-tty/Makefile
games/angband-tty/PLIST
games/angband-tty/distinfo
games/angband-tty/patches/patch-aa
games/angband-tty/patches/patch-ab
games/angband-tty/patches/patch-ac
games/angband-tty/patches/patch-ad
games/angband-x11/DESCR
games/angband-x11/MESSAGE
games/angband-x11/Makefile
games/angband-x11/PLIST
games/angband-x11/distinfo
games/anise/DESCR
games/anise/Makefile
games/anise/PLIST
games/anise/distinfo
games/aop/DESCR
games/aop/Makefile
games/aop/PLIST
games/aop/distinfo
games/aop/patches/patch-aa
games/asc/DESCR
games/asc/Makefile
games/asc/PLIST
games/asc/distinfo
games/atomix/DESCR
games/atomix/Makefile
games/atomix/PLIST
games/atomix/distinfo
games/baduki/DESCR
games/baduki/Makefile
games/baduki/PLIST
games/baduki/distinfo
games/baduki/patches/patch-aa
games/baduki/patches/patch-ad
games/bastet/DESCR
games/bastet/Makefile
games/bastet/PLIST
games/bastet/distinfo
games/bastet/patches/patch-aa
games/bastet/patches/patch-ab
games/bastet/patches/patch-ac
games/battalion/DESCR
games/battalion/Makefile
games/battalion/PLIST
games/battalion/distinfo
games/battalion/patches/patch-aa
games/battalion/patches/patch-ab
games/battalion/patches/patch-ac
games/battalion/patches/patch-ad
games/battleball/DESCR
games/battleball/Makefile
games/battleball/PLIST
games/battleball/distinfo
games/battleball/options.mk
games/battleball/patches/patch-aa
games/battleball/patches/patch-ab
games/battleball/patches/patch-ac
games/battleball/patches/patch-ad
games/billardgl/DESCR
games/billardgl/Makefile
games/billardgl/PLIST
games/billardgl/distinfo
games/billardgl/patches/patch-aa
games/billardgl/patches/patch-ab
games/blindmine/DESCR
games/blindmine/Makefile
games/blindmine/PLIST
games/blindmine/distinfo
games/blobwars/DESCR
games/blobwars/Makefile
games/blobwars/PLIST
games/blobwars/distinfo
games/blobwars/patches/patch-aa
games/blokus/DESCR
games/blokus/Makefile
games/blokus/PLIST
games/blokus/distinfo
games/blokus/patches/patch-aa
games/blokus/patches/patch-spielcpp
games/bluemoon/DESCR
games/bluemoon/Makefile
games/bluemoon/PLIST
games/bluemoon/distinfo
games/bomberclone/DESCR
games/bomberclone/Makefile
games/bomberclone/PLIST
games/bomberclone/distinfo
games/bomberclone/patches/patch-aa
games/bomberclone/patches/patch-ab
games/bos/DESCR
games/bos/Makefile
games/bos/PLIST
games/bos/distinfo
games/bos/files/bos
games/boson/DESCR
games/boson/Makefile
games/boson/PLIST
games/boson/distinfo
games/boson/patches/patch-aa
games/boson/patches/patch-ab
games/boson/patches/patch-ac
games/boson/patches/patch-ad
games/boson/patches/patch-ae
games/boson/patches/patch-af
games/bridge-hands/DESCR
games/bridge-hands/Makefile
games/bridge-hands/PLIST
games/bridge-hands/distinfo
games/bzflag/DESCR
games/bzflag/MESSAGE
games/bzflag/Makefile
games/bzflag/PLIST
games/bzflag/distinfo
games/bzflag/patches/patch-ad
games/cbzone/DESCR
games/cbzone/Makefile
games/cbzone/PLIST
games/cbzone/distinfo
games/cbzone/patches/patch-aa
games/cbzone/patches/patch-ab
games/cbzone/patches/patch-ac
games/cbzone/patches/patch-ad
games/cbzone/patches/patch-ae
games/ccgo/DESCR
games/ccgo/Makefile
games/ccgo/PLIST
games/ccgo/distinfo
games/ccgo/patches/patch-aa
games/ccgo/patches/patch-ab
games/ccgo/patches/patch-ac
games/ccgo/patches/patch-ad
games/ccgo/patches/patch-ae
games/ccgo/patches/patch-af
games/ccgo/patches/patch-ag
games/cgoban-java/DESCR
games/cgoban-java/Makefile
games/cgoban-java/PLIST
games/cgoban-java/distinfo
games/cgoban/DESCR
games/cgoban/Makefile
games/cgoban/PLIST
games/cgoban/distinfo
games/cgoban/patches/patch-aa
games/circuslinux/DESCR
games/circuslinux/Makefile
games/circuslinux/PLIST
games/circuslinux/distinfo
games/civctp-demo/DESCR
games/civctp-demo/Makefile
games/civctp-demo/PLIST
games/civctp-demo/distinfo
games/civctp-demo/files/wrapper.sh
games/cmatrix/DESCR
games/cmatrix/MESSAGE
games/cmatrix/Makefile
games/cmatrix/PLIST
games/cmatrix/distinfo
games/colchess-book-colchess/DESCR
games/colchess-book-colchess/Makefile
games/colchess-book-colchess/PLIST
games/colchess-book-colchess/distinfo
games/colchess-book-large/DESCR
games/colchess-book-large/Makefile
games/colchess-book-large/PLIST
games/colchess-book-large/distinfo
games/colchess/DESCR
games/colchess/Makefile
games/colchess/PLIST
games/colchess/distinfo
games/colchess/patches/patch-aa
games/colchess/patches/patch-ab
games/colchess/patches/patch-ac
games/corewars/DESCR
games/corewars/Makefile
games/corewars/PLIST
games/corewars/distinfo
games/crack-attack-sounds/DESCR
games/crack-attack-sounds/Makefile
games/crack-attack-sounds/PLIST
games/crack-attack-sounds/distinfo
games/crack-attack/DESCR
games/crack-attack/Makefile
games/crack-attack/PLIST
games/crack-attack/distinfo
games/crack-attack/patches/patch-aa
games/craft/DESCR
games/craft/Makefile
games/craft/PLIST
games/craft/distinfo
games/craft/files/Makefile
games/craft/patches/patch-aa
games/craft/patches/patch-ab
games/craft/patches/patch-ac
games/craft/patches/patch-ad
games/craft/patches/patch-ae
games/craft/patches/patch-af
games/craft/patches/patch-ag
games/craft/patches/patch-ah
games/craft/patches/patch-ai
games/craft/patches/patch-aj
games/crafty-book-medium/DESCR
games/crafty-book-medium/Makefile
games/crafty-book-medium/PLIST
games/crafty-book-medium/distinfo
games/crafty-book-small/DESCR
games/crafty-book-small/Makefile
games/crafty-book-small/PLIST
games/crafty-book-small/distinfo
games/crafty-doc/DESCR
games/crafty-doc/Makefile
games/crafty-doc/PLIST
games/crafty-doc/distinfo
games/crafty/DESCR
games/crafty/Makefile
games/crafty/PLIST
games/crafty/distinfo
games/crafty/patches/patch-ab
games/crafty/patches/patch-ac
games/crimsonfields/DESCR
games/crimsonfields/Makefile
games/crimsonfields/PLIST
games/crimsonfields/distinfo
games/criticalmass/DESCR
games/criticalmass/Makefile
games/criticalmass/PLIST
games/criticalmass/distinfo
games/crossfire-client-gtk/DESCR
games/crossfire-client-gtk/Makefile
games/crossfire-client-gtk/PLIST
games/crossfire-client-gtk2/DESCR
games/crossfire-client-gtk2/Makefile
games/crossfire-client-gtk2/PLIST
games/crossfire-client/DESCR
games/crossfire-client/Makefile
games/crossfire-client/Makefile.common
games/crossfire-client/PLIST
games/crossfire-client/distinfo
games/crossfire-maps/DESCR
games/crossfire-maps/Makefile
games/crossfire-maps/PLIST
games/crossfire-maps/distinfo
games/crossfire-server/DESCR
games/crossfire-server/Makefile
games/crossfire-server/PLIST
games/crossfire-server/distinfo
games/crossfire-server/patches/patch-aa
games/crossfire-server/patches/patch-ab
games/crossfire-server/patches/patch-ae
games/d2x/DESCR
games/d2x/MESSAGE
games/d2x/Makefile
games/d2x/PLIST
games/d2x/distinfo
games/d2x/patches/patch-aa
games/d2x/patches/patch-ab
games/d2x/patches/patch-ac
games/dd2/DESCR
games/dd2/Makefile
games/dd2/PLIST
games/dd2/distinfo
games/defendguin/DESCR
games/defendguin/Makefile
games/defendguin/PLIST
games/defendguin/distinfo
games/defendguin/patches/patch-aa
games/digger/DESCR
games/digger/Makefile
games/digger/PLIST
games/digger/distinfo
games/digger/patches/patch-aa
games/digger/patches/patch-ab
games/digger/patches/patch-ac
games/dipmap/DESCR
games/dipmap/Makefile
games/dipmap/PLIST
games/dipmap/distinfo
games/dipmap/patches/patch-aa
games/dipmap/patches/patch-ab
games/dipmap/patches/patch-ac
games/dopewars/DESCR
games/dopewars/Makefile
games/dopewars/PLIST
games/dopewars/distinfo
games/dopewars/options.mk
games/dopewars/patches/patch-aa
games/dopewars/patches/patch-ac
games/dopewars/patches/patch-ad
games/dopewars/patches/patch-ae
games/dopewars/patches/patch-af
games/eboard/DESCR
games/eboard/Makefile
games/eboard/PLIST
games/eboard/distinfo
games/enigma/DESCR
games/enigma/Makefile
games/enigma/PLIST
games/enigma/distinfo
games/enigma/patches/patch-aq
games/et/DESCR
games/et/Makefile
games/et/PLIST
games/et/distinfo
games/et/files/et.sh
games/et/files/etded.sh
games/eus-demo/DESCR
games/eus-demo/Makefile
games/eus-demo/PLIST
games/eus-demo/distinfo
games/eus-demo/files/wrapper.sh
games/exchess-book-medium/DESCR
games/exchess-book-medium/Makefile
games/exchess-book-medium/PLIST
games/exchess-book-medium/distinfo
games/exchess-book-small/DESCR
games/exchess-book-small/Makefile
games/exchess-book-small/PLIST
games/exchess-book-small/distinfo
games/exchess/DESCR
games/exchess/Makefile
games/exchess/PLIST
games/exchess/distinfo
games/exchess/files/Makefile
games/exchess/patches/patch-aa
games/exchess/patches/patch-ab
games/exchess/patches/patch-ac
games/exchess/patches/patch-ad
games/exchess/patches/patch-ae
games/exchess/patches/patch-af
games/exchess/patches/patch-ag
games/exchess/patches/patch-ah
games/exchess/patches/patch-ai
games/exchess/patches/patch-aj
games/exchess/patches/patch-ak
games/exult/DESCR
games/exult/Makefile
games/exult/PLIST
games/exult/distinfo
games/exult/patches/patch-aa
games/exult/patches/patch-ab
games/falcons-eye/DEINSTALL
games/falcons-eye/DESCR
games/falcons-eye/MESSAGE
games/falcons-eye/Makefile
games/falcons-eye/PLIST
games/falcons-eye/distinfo
games/falcons-eye/patches/patch-aa
games/falcons-eye/patches/patch-ab
games/falcons-eye/patches/patch-ac
games/falcons-eye/patches/patch-ad
games/falcons-eye/patches/patch-ae
games/falcons-eye/patches/patch-af
games/falcons-eye/patches/patch-ag
games/falcons-eye/patches/patch-ah
games/falcons-eye/patches/patch-ai
games/falcons-eye/patches/patch-aj
games/falcons-eye/patches/patch-ba
games/falcons-eye/patches/patch-bb
games/falcons-eye/patches/patch-bc
games/falcons-eye/patches/patch-bd
games/falcons-eye/patches/patch-be
games/falcons-eye/patches/patch-bf
games/falcons-eye/patches/patch-bh
games/falcons-eye/patches/patch-bi
games/falcons-eye/patches/patch-bj
games/falcons-eye/patches/patch-bk
games/fillets-ng-data/DESCR
games/fillets-ng-data/Makefile
games/fillets-ng-data/PLIST
games/fillets-ng-data/distinfo
games/fillets-ng/DESCR
games/fillets-ng/Makefile
games/fillets-ng/PLIST
games/fillets-ng/distinfo
games/fillets-ng/patches/patch-aa
games/finalbattle/DESCR
games/finalbattle/Makefile
games/finalbattle/PLIST
games/finalbattle/distinfo
games/finalbattle/patches/patch-aa
games/finalbattle/patches/patch-ab
games/fire/DESCR
games/fire/Makefile
games/fire/PLIST
games/fire/distinfo
games/fkiss/DESCR
games/fkiss/Makefile
games/fkiss/PLIST
games/fkiss/distinfo
games/fkiss/patches/patch-ab
games/fkiss/patches/patch-ac
games/fkiss/patches/patch-ad
games/fkiss/patches/patch-ae
games/fkiss/patches/patch-af
games/flightgear-base/DESCR
games/flightgear-base/Makefile
games/flightgear-base/PLIST
games/flightgear-base/distinfo
games/flightgear/DESCR
games/flightgear/Makefile
games/flightgear/PLIST
games/flightgear/distinfo
games/flightgear/patches/patch-aa
games/fltk-sudoku/DESCR
games/fltk-sudoku/Makefile
games/fltk-sudoku/PLIST
games/fltk-sudoku/distinfo
games/foobillard/DESCR
games/foobillard/Makefile
games/foobillard/PLIST
games/foobillard/distinfo
games/foobillard/patches/patch-aa
games/fortune-strfile/DESCR
games/fortune-strfile/Makefile
games/fortune-strfile/PLIST
games/fortune-strfile/files/Makefile
games/fortune-strfile/files/strfile.8
games/fortune-strfile/files/strfile.c
games/fortune-strfile/files/strfile.h
games/fortunes-calvin/DESCR
games/fortunes-calvin/Makefile
games/fortunes-calvin/PLIST
games/fortunes-calvin/distinfo
games/fortunes-de/DESCR
games/fortunes-de/Makefile
games/fortunes-de/PLIST
games/fortunes-de/distinfo
games/fortunes-futurama/DESCR
games/fortunes-futurama/Makefile
games/fortunes-futurama/PLIST
games/fortunes-futurama/distinfo
games/fortunes-h2g2/DESCR
games/fortunes-h2g2/Makefile
games/fortunes-h2g2/PLIST
games/fortunes-h2g2/distinfo
games/freeciv-client/DESCR
games/freeciv-client/Makefile
games/freeciv-client/PLIST
games/freeciv-client/options.mk
games/freeciv-manual/DESCR
games/freeciv-manual/Makefile
games/freeciv-manual/PLIST
games/freeciv-manual/distinfo
games/freeciv-server/DESCR
games/freeciv-server/Makefile
games/freeciv-server/PLIST
games/freeciv-share/DESCR
games/freeciv-share/Makefile
games/freeciv-share/Makefile.common
games/freeciv-share/PLIST
games/freeciv-share/distinfo
games/freeciv-share/patches/patch-aa
games/freeciv-share/patches/patch-ab
games/freedroid/DESCR
games/freedroid/Makefile
games/freedroid/PLIST
games/freedroid/distinfo
games/freedroid/patches/patch-aa
games/freesci/DESCR
games/freesci/MESSAGE
games/freesci/Makefile
games/freesci/PLIST
games/freesci/distinfo
games/freesci/files/config
games/freesci/patches/patch-aa
games/freesci/patches/patch-ab
games/freesci/patches/patch-ac
games/freesci/patches/patch-ad
games/freesci/patches/patch-ae
games/freesci/patches/patch-af
games/frotz/DESCR
games/frotz/MESSAGE
games/frotz/Makefile
games/frotz/PLIST
games/frotz/distinfo
games/frotz/patches/patch-aa
games/frozen-bubble/DESCR
games/frozen-bubble/Makefile
games/frozen-bubble/PLIST
games/frozen-bubble/distinfo
games/frozen-bubble/patches/patch-aa
games/frozen-bubble/patches/patch-ab
games/fruit/DESCR
games/fruit/MESSAGE
games/fruit/Makefile
games/fruit/PLIST
games/fruit/distinfo
games/fruit/patches/patch-aa
games/galaxa/DESCR
games/galaxa/MESSAGE
games/galaxa/Makefile
games/galaxa/PLIST
games/galaxa/distinfo
games/galaxa/patches/patch-aa
games/galaxa/patches/patch-ab
games/galaxa/patches/patch-ac
games/galaxa/patches/patch-ad
games/galaxa/patches/patch-ae
games/galaxa/patches/patch-af
games/gamazons/DESCR
games/gamazons/Makefile
games/gamazons/PLIST
games/gamazons/distinfo
games/gamazons/patches/patch-aa
games/gate88/DESCR
games/gate88/Makefile
games/gate88/PLIST
games/gate88/distinfo
games/gate88/files/gate88
games/gate88/files/gate88server
games/gbrainy/DESCR
games/gbrainy/Makefile
games/gbrainy/PLIST
games/gbrainy/distinfo
games/gcompris/DESCR
games/gcompris/MESSAGE
games/gcompris/Makefile
games/gcompris/PLIST
games/gcompris/distinfo
games/gcompris/patches/patch-aa
games/gcompris/patches/patch-ab
games/gcompris/patches/patch-ac
games/gemdropx/DESCR
games/gemdropx/Makefile
games/gemdropx/PLIST
games/gemdropx/distinfo
games/gemdropx/patches/patch-ab
games/genecys-client/DESCR
games/genecys-client/Makefile
games/genecys-client/PLIST
games/genecys-client/distinfo
games/genecys-client/patches/patch-aa
games/genecys-client/patches/patch-ab
games/genecys-client/patches/patch-ac
games/genecys-client/patches/patch-ad
games/genecys-client/patches/patch-ae
games/genecys-data/DESCR
games/genecys-data/Makefile
games/genecys-data/PLIST
games/genecys-data/distinfo
games/ggz-client-libs/DESCR
games/ggz-client-libs/Makefile
games/ggz-client-libs/PLIST
games/ggz-client-libs/buildlink3.mk
games/ggz-client-libs/distinfo
games/ggz-client-libs/patches/patch-aa
games/ggz-client-libs/patches/patch-ab
games/glaxium/DESCR
games/glaxium/Makefile
games/glaxium/PLIST
games/glaxium/distinfo
games/glaxium/patches/patch-aa
games/glaxium/patches/patch-ab
games/glaxium/patches/patch-ac
games/glaxium/patches/patch-ad
games/glchess/DESCR
games/glchess/MESSAGE
games/glchess/Makefile
games/glchess/PLIST
games/glchess/distinfo
games/glchess/patches/patch-aa
games/glchess/patches/patch-ab
games/glickomania/DESCR
games/glickomania/Makefile
games/glickomania/PLIST
games/glickomania/distinfo
games/gltron/DESCR
games/gltron/Makefile
games/gltron/PLIST
games/gltron/distinfo
games/gltron/patches/patch-aa
games/gltron/patches/patch-ab
games/gltron/patches/patch-ac
games/gltron/patches/patch-ad
games/gltron/patches/patch-ae
games/gltron/patches/patch-af
games/gnome-games/DESCR
games/gnome-games/INSTALL
games/gnome-games/Makefile
games/gnome-games/PLIST
games/gnome-games/distinfo
games/gnome-games/patches/patch-ac
games/gnome-games/patches/patch-ae
games/gnuchess-book-medium/DESCR
games/gnuchess-book-medium/Makefile
games/gnuchess-book-medium/PLIST
games/gnuchess-book-medium/distinfo
games/gnuchess-book/DESCR
games/gnuchess-book/Makefile
games/gnuchess-book/PLIST
games/gnuchess-book/distinfo
games/gnuchess/DESCR
games/gnuchess/Makefile
games/gnuchess/PLIST
games/gnuchess/distinfo
games/gnuchess/patches/patch-aa
games/gnuchess/patches/patch-ab
games/gnuchess/patches/patch-ac
games/gnuchess4/DESCR
games/gnuchess4/Makefile
games/gnuchess4/PLIST
games/gnuchess4/distinfo
games/gnuchess4/patches/patch-aa
games/gnuchess4/patches/patch-ab
games/gnuchess4/patches/patch-ac
games/gnuchess4/patches/patch-ad
games/gnuchess4/patches/patch-ae
games/gnuchess4/patches/patch-af
games/gnugo/DESCR
games/gnugo/Makefile
games/gnugo/PLIST
games/gnugo/distinfo
games/gogui/DESCR
games/gogui/Makefile
games/gogui/PLIST
games/gogui/distinfo
games/golddig/DESCR
games/golddig/Makefile
games/golddig/PLIST
games/golddig/distinfo
games/greed/DESCR
games/greed/Makefile
games/greed/PLIST
games/greed/distinfo
games/greed/patches/patch-aa
games/greed/patches/patch-ab
games/grhino/DESCR
games/grhino/Makefile
games/grhino/PLIST
games/grhino/distinfo
games/grhino/patches/patch-aa
games/gtetrinet/DESCR
games/gtetrinet/Makefile
games/gtetrinet/PLIST
games/gtetrinet/distinfo
games/gtkballs/DESCR
games/gtkballs/Makefile
games/gtkballs/PLIST
games/gtkballs/distinfo
games/gtkballs/patches/patch-aa
games/gtkballs/patches/patch-ab
games/gtkballs/patches/patch-ac
games/gtklevel9/DESCR
games/gtklevel9/Makefile
games/gtklevel9/PLIST
games/gtklevel9/distinfo
games/gtklevel9/files/Makefile
games/gtklevel9/patches/patch-aa
games/gtklevel9/patches/patch-ab
games/gtkmagnetic/DESCR
games/gtkmagnetic/Makefile
games/gtkmagnetic/PLIST
games/gtkmagnetic/distinfo
games/gturing/DESCR
games/gturing/Makefile
games/gturing/PLIST
games/gturing/distinfo
games/gturing/patches/patch-aa
games/gturing/patches/patch-ab
games/heretic2-demo/DESCR
games/heretic2-demo/Makefile
games/heretic2-demo/PLIST
games/heretic2-demo/distinfo
games/heretic2-demo/files/wrapper.sh
games/hugo/DESCR
games/hugo/Makefile
games/hugo/PLIST
games/hugo/distinfo
games/hugo/patches/patch-aa
games/hugo/patches/patch-ab
games/hugo/patches/patch-ac
games/hugo/patches/patch-ad
games/hugo/patches/patch-ae
games/hugo/patches/patch-af
games/hugo/patches/patch-ag
games/icbm3d/DESCR
games/icbm3d/Makefile
games/icbm3d/PLIST
games/icbm3d/distinfo
games/icbm3d/patches/patch-aa
games/icebreaker/DESCR
games/icebreaker/Makefile
games/icebreaker/PLIST
games/icebreaker/distinfo
games/icebreaker/patches/patch-aa
games/imaze/DESCR
games/imaze/Makefile
games/imaze/PLIST
games/imaze/distinfo
games/imaze/patches/patch-aa
games/imaze/patches/patch-ab
games/imaze/patches/patch-ac
games/imaze/patches/patch-ad
games/imaze/patches/patch-ae
games/imaze/patches/patch-af
games/imaze/patches/patch-ag
games/ivan/DEINSTALL
games/ivan/DESCR
games/ivan/Makefile
games/ivan/PLIST
games/ivan/distinfo
games/ivan/patches/patch-aa
games/ivan/patches/patch-ab
games/ivan/patches/patch-ac
games/jetpack/DESCR
games/jetpack/Makefile
games/jetpack/PLIST
games/jetpack/distinfo
games/jetpack/patches/patch-aa
games/jetpack/patches/patch-ab
games/jetpack/patches/patch-ac
games/jetpack/patches/patch-ad
games/jetpack/patches/patch-ae
games/jetpack/patches/patch-af
games/jetpack/patches/patch-ag
games/jetpack/patches/patch-ah
games/jetpack/patches/patch-ai
games/jetpack/patches/patch-aj
games/jools/DESCR
games/jools/Makefile
games/jools/PLIST
games/jools/distinfo
games/kajaani-kombat/DESCR
games/kajaani-kombat/Makefile
games/kajaani-kombat/PLIST
games/kajaani-kombat/distinfo
games/kajaani-kombat/patches/patch-aa
games/kapooka/DESCR
games/kapooka/Makefile
games/kapooka/PLIST
games/kapooka/distinfo
games/kapooka/patches/patch-aa
games/kapooka/patches/patch-ab
games/kdegames3/DESCR
games/kdegames3/Makefile
games/kdegames3/PLIST
games/kdegames3/buildlink3.mk
games/kdegames3/distinfo
games/kdetoys3/DESCR
games/kdetoys3/Makefile
games/kdetoys3/PLIST
games/kdetoys3/distinfo
games/ketm/DESCR
games/ketm/Makefile
games/ketm/PLIST
games/ketm/distinfo
games/ketm/patches/patch-aa
games/ketm/patches/patch-ab
games/ketm/patches/patch-ac
games/ketm/patches/patch-ad
games/knightcap-brain/DESCR
games/knightcap-brain/Makefile
games/knightcap-brain/PLIST
games/knightcap-brain/distinfo
games/knightcap-brain/files/newbrain.sh
games/knightcap/DESCR
games/knightcap/Makefile
games/knightcap/PLIST
games/knightcap/distinfo
games/knightcap/patches/patch-aa
games/knightcap/patches/patch-ab
games/knightcap/patches/patch-ac
games/knightcap/patches/patch-ad
games/knightcap/patches/patch-ae
games/knightcap/patches/patch-af
games/knightcap/patches/patch-ag
games/knights/DESCR
games/knights/Makefile
games/knights/PLIST
games/knights/distinfo
games/knights/patches/patch-aa
games/koth/DESCR
games/koth/Makefile
games/koth/PLIST
games/koth/distinfo
games/koth/patches/patch-aa
games/koth/patches/patch-ab
games/koth/patches/patch-ac
games/koth/patches/patch-ad
games/koth/patches/patch-ae
games/kye/DESCR
games/kye/Makefile
games/kye/PLIST
games/kye/distinfo
games/kye/patches/patch-aa
games/lbreakout/DESCR
games/lbreakout/Makefile
games/lbreakout/PLIST
games/lbreakout/distinfo
games/lbreakout/patches/patch-aa
games/lbreakout/patches/patch-ab
games/lbreakout/patches/patch-ac
games/lbreakout2/DESCR
games/lbreakout2/INSTALL
games/lbreakout2/Makefile
games/lbreakout2/PLIST
games/lbreakout2/distinfo
games/lbreakout2/patches/patch-aa
games/lbreakout2/patches/patch-ab
games/level9/DESCR
games/level9/Makefile
games/level9/PLIST
games/level9/distinfo
games/level9/files/Makefile
games/level9/patches/patch-aa
games/lgeneral-data/DESCR
games/lgeneral-data/Makefile
games/lgeneral-data/PLIST
games/lgeneral-data/distinfo
games/lgeneral/DESCR
games/lgeneral/Makefile
games/lgeneral/PLIST
games/lgeneral/distinfo
games/lgeneral/patches/patch-aa
games/lgeneral/patches/patch-ab
games/libggz/DESCR
games/libggz/Makefile
games/libggz/PLIST
games/libggz/buildlink3.mk
games/libggz/distinfo
games/lincity/DESCR
games/lincity/Makefile
games/lincity/PLIST
games/lincity/distinfo
games/liquidwar/DESCR
games/liquidwar/Makefile
games/liquidwar/PLIST
games/liquidwar/distinfo
games/liquidwar/patches/patch-aa
games/liquidwar/patches/patch-ab
games/lmarbles/DESCR
games/lmarbles/Makefile
games/lmarbles/PLIST
games/lmarbles/distinfo
games/lmarbles/patches/patch-aa
games/lmarbles/patches/patch-ab
games/lpairs/DESCR
games/lpairs/Makefile
games/lpairs/PLIST
games/lpairs/distinfo
games/ltris/DESCR
games/ltris/Makefile
games/ltris/PLIST
games/ltris/distinfo
games/ltris/patches/patch-aa
games/ltris/patches/patch-ab
games/maelstrom-sdl/DESCR
games/maelstrom-sdl/MESSAGE
games/maelstrom-sdl/Makefile
games/maelstrom-sdl/PLIST
games/maelstrom-sdl/distinfo
games/maelstrom-sdl/patches/patch-aa
games/maelstrom-sdl/patches/patch-ab
games/maelstrom-sdl/patches/patch-ac
games/maelstrom-sdl/patches/patch-ad
games/maelstrom-sdl/patches/patch-ae
games/maelstrom-sdl/patches/patch-af
games/maelstrom-sdl/patches/patch-ag
games/maelstrom-sdl/patches/patch-ah
games/maelstrom-x11/DESCR
games/maelstrom-x11/Makefile
games/maelstrom-x11/PLIST
games/maelstrom-x11/distinfo
games/maelstrom-x11/patches/patch-aa
games/maelstrom-x11/patches/patch-ab
games/maelstrom-x11/patches/patch-ac
games/maelstrom-x11/patches/patch-ad
games/maelstrom-x11/patches/patch-ae
games/maelstrom-x11/patches/patch-af
games/maelstrom-x11/patches/patch-ag
games/maelstrom-x11/patches/patch-ah
games/maelstrom-x11/patches/patch-ai
games/maelstrom-x11/patches/patch-aj
games/maelstrom-x11/patches/patch-ak
games/majesty-demo/DESCR
games/majesty-demo/Makefile
games/majesty-demo/PLIST
games/majesty-demo/distinfo
games/majesty-demo/files/wrapper.sh
games/minami/DESCR
games/minami/Makefile
games/minami/PLIST
games/minami/distinfo
games/minami/patches/patch-aa
games/minami/patches/patch-ab
games/minami/patches/patch-ac
games/minami/patches/patch-ad
games/minami/patches/patch-ae
games/minami/patches/patch-af
games/mirrormagic-sdl/DESCR
games/mirrormagic-sdl/Makefile
games/mirrormagic-sdl/PLIST
games/mirrormagic-sdl/distinfo
games/mirrormagic-sdl/patches/patch-aa
games/mirrormagic-sdl/patches/patch-ab
games/mirrormagic-sdl/patches/patch-ac
games/mirrormagic-sdl/patches/patch-ad
games/mirrormagic/DESCR
games/mirrormagic/Makefile
games/mirrormagic/PLIST
games/mirrormagic/distinfo
games/mirrormagic/patches/patch-aa
games/mirrormagic/patches/patch-ab
games/mirrormagic/patches/patch-ad
games/monsterz/DESCR
games/monsterz/Makefile
games/monsterz/PLIST
games/monsterz/distinfo
games/monsterz/patches/patch-aa
games/moon-buggy/DESCR
games/moon-buggy/Makefile
games/moon-buggy/PLIST
games/moon-buggy/distinfo
games/moria/DESCR
games/moria/Makefile
games/moria/PLIST
games/moria/distinfo
games/moria/patches/patch-aa
games/moria/patches/patch-ab
games/moria/patches/patch-ac
games/moria/patches/patch-ad
games/moria/patches/patch-ae
games/moria/patches/patch-af
games/moria/patches/patch-ag
games/moria/patches/patch-ah
games/moria/patches/patch-ai
games/moria/patches/patch-aj
games/moria/patches/patch-ak
games/moria/patches/patch-al
games/moria/patches/patch-am
games/nagi/DESCR
games/nagi/Makefile
games/nagi/PLIST
games/nagi/distinfo
games/nagi/files/nagi.sh
games/nagi/patches/patch-aa
games/nagi/patches/patch-ab
games/nagi/patches/patch-ac
games/nagi/patches/patch-ad
games/nagi/patches/patch-ae
games/nagi/patches/patch-af
games/nagi/patches/patch-ag
games/nagi/patches/patch-ah
games/nagi/patches/patch-ai
games/nagi/patches/patch-aj
games/nagi/patches/patch-ak
games/nagi/patches/patch-al
games/nagi/patches/patch-am
games/nagi/patches/patch-an
games/nagi/patches/patch-ao
games/nagi/patches/patch-ap
games/nagi/patches/patch-aq
games/nethack-lib/DESCR
games/nethack-lib/Makefile
games/nethack-lib/Makefile.common
games/nethack-lib/PLIST
games/nethack-lib/distinfo
games/nethack-lib/patches/patch-aa
games/nethack-lib/patches/patch-ab
games/nethack-lib/patches/patch-ac
games/nethack-lib/patches/patch-ad
games/nethack-lib/patches/patch-ae
games/nethack-lib/patches/patch-af
games/nethack-lib/patches/patch-ag
games/nethack-qt/DESCR
games/nethack-qt/MESSAGE
games/nethack-qt/Makefile
games/nethack-qt/PLIST
games/nethack-qt/distinfo
games/nethack-qt/patches/patch-aa
games/nethack-qt/patches/patch-ab
games/nethack-qt/patches/patch-ac
games/nethack-qt/patches/patch-ae
games/nethack-qt/patches/patch-af
games/nethack-qt/patches/patch-ag
games/nethack-qt/patches/patch-ah
games/nethack-qt/patches/patch-ai
games/nethack-tty/DESCR
games/nethack-tty/MESSAGE
games/nethack-tty/Makefile
games/nethack-tty/PLIST
games/nethack-x11/DESCR
games/nethack-x11/MESSAGE
games/nethack-x11/Makefile
games/nethack-x11/PLIST
games/nethack-x11/distinfo
games/nethack-x11/patches/patch-aa
games/nethack-x11/patches/patch-ab
games/nethack-x11/patches/patch-ac
games/nethack-x11/patches/patch-ae
games/nethack-x11/patches/patch-af
games/nethack-x11/patches/patch-ag
games/nethack-x11/patches/patch-ah
games/nethack/DESCR
games/nethack/MESSAGE
games/nethack/Makefile
games/netmaj/DESCR
games/netmaj/Makefile
games/netmaj/PLIST
games/netmaj/distinfo
games/netmaj/files/configure.sh
games/netmaj/patches/patch-aa
games/netmaj/patches/patch-af
games/netmaj/patches/patch-ah
games/netmaj/patches/patch-ai
games/netmaj/patches/patch-aj
games/netmaj/patches/patch-al
games/netmaj/patches/patch-am
games/netmaze/DESCR
games/netmaze/Makefile
games/netmaze/PLIST
games/netmaze/distinfo
games/netmaze/patches/patch-aa
games/netmaze/patches/patch-ab
games/netmaze/patches/patch-ac
games/netmaze/patches/patch-ad
games/netmaze/patches/patch-ae
games/netmaze/patches/patch-af
games/netmaze/patches/patch-ag
games/netmaze/patches/patch-ah
games/netmaze/patches/patch-ai
games/netmaze/patches/patch-aj
games/netmaze/patches/patch-ak
games/netmaze/patches/patch-al
games/netmaze/patches/patch-am
games/netmaze/patches/patch-an
games/netmaze/patches/patch-ao
games/netris/DESCR
games/netris/Makefile
games/netris/PLIST
games/netris/distinfo
games/netris/options.mk
games/neverball/DESCR
games/neverball/Makefile
games/neverball/PLIST
games/neverball/distinfo
games/neverball/files/neverball.sh
games/neverball/patches/patch-aa
games/newvox/DESCR
games/newvox/Makefile
games/newvox/PLIST
games/newvox/distinfo
games/nighthawk/DESCR
games/nighthawk/Makefile
games/nighthawk/PLIST
games/nighthawk/distinfo
games/nighthawk/patches/patch-aa
games/nighthawk/patches/patch-ab
games/nighthawk/patches/patch-ac
games/nighthawk/patches/patch-ad
games/nighthawk/patches/patch-ae
games/nighthawk/patches/patch-af
games/nighthawk/patches/patch-ag
games/nighthawk/patches/patch-ah
games/nighthawk/patches/patch-ai
games/nighthawk/patches/patch-ba
games/nighthawk/patches/patch-bb
games/nighthawk/patches/patch-bc
games/omega/DESCR
games/omega/MESSAGE
games/omega/Makefile
games/omega/PLIST
games/omega/distinfo
games/omega/patches/patch-aa
games/omega/patches/patch-ab
games/omega/patches/patch-ac
games/omega/patches/patch-ad
games/omega/patches/patch-ae
games/omega/patches/patch-af
games/openmortal/DESCR
games/openmortal/Makefile
games/openmortal/PLIST
games/openmortal/distinfo
games/openmortal/patches/patch-aa
games/openmortal/patches/patch-ab
games/openmortal/patches/patch-ac
games/openmortal/patches/patch-ad
games/openmortal/patches/patch-ae
games/openttd/DESCR
games/openttd/MESSAGE
games/openttd/Makefile
games/openttd/PLIST
games/openttd/distinfo
games/openttd/options.mk
games/openttd/patches/patch-aa
games/openttd/patches/patch-ab
games/orbital_eunuchs_sniper/DESCR
games/orbital_eunuchs_sniper/Makefile
games/orbital_eunuchs_sniper/PLIST
games/orbital_eunuchs_sniper/distinfo
games/orbital_eunuchs_sniper/patches/patch-aa
games/orbital_eunuchs_sniper/patches/patch-ab
games/orbital_eunuchs_sniper/patches/patch-ac
games/orbital_eunuchs_sniper/patches/patch-ad
games/orbital_eunuchs_sniper/patches/patch-af
games/pag/DESCR
games/pag/MESSAGE
games/pag/Makefile
games/pag/PLIST
games/pag/distinfo
games/pioneers/DESCR
games/pioneers/Makefile
games/pioneers/PLIST
games/pioneers/distinfo
games/plib/DESCR
games/plib/Makefile
games/plib/PLIST
games/plib/buildlink3.mk
games/plib/distinfo
games/plib/patches/patch-aa
games/plib/patches/patch-ab
games/plib/patches/patch-ad
games/plib/patches/patch-ae
games/polyglot/DESCR
games/polyglot/MESSAGE
games/polyglot/Makefile
games/polyglot/PLIST
games/polyglot/distinfo
games/polyglot/files/fruit.ini
games/powermanga/DESCR
games/powermanga/Makefile
games/powermanga/PLIST
games/powermanga/distinfo
games/powermanga/patches/patch-aa
games/powermanga/patches/patch-ab
games/powermanga/patches/patch-ac
games/powermanga/patches/patch-ad
games/powermanga/patches/patch-ae
games/powwow/DESCR
games/powwow/Makefile
games/powwow/PLIST
games/powwow/distinfo
games/powwow/patches/patch-aa
games/powwow/patches/patch-ab
games/powwow/patches/patch-ac
games/powwow/patches/patch-ad
games/powwow/patches/patch-ae
games/powwow/patches/patch-af
games/prboom/DESCR
games/prboom/Makefile
games/prboom/PLIST
games/prboom/distinfo
games/prboom/patches/patch-ac
games/pysol/DESCR
games/pysol/Makefile
games/pysol/PLIST
games/pysol/distinfo
games/pytraffic/DESCR
games/pytraffic/Makefile
games/pytraffic/PLIST
games/pytraffic/distinfo
games/pytraffic/patches/patch-aa
games/qnetwalk/DESCR
games/qnetwalk/Makefile
games/qnetwalk/PLIST
games/qnetwalk/distinfo
games/qnetwalk/patches/patch-aa
games/qnetwalk/patches/patch-ab
games/qnetwalk/patches/patch-ac
games/qonk/DESCR
games/qonk/Makefile
games/qonk/PLIST
games/qonk/distinfo
games/qonk/patches/patch-ac
games/qonk/patches/patch-ad
games/qonk/patches/patch-ae
games/qonk/patches/patch-af
games/qonk/patches/patch-ag
games/qonk/patches/patch-ai
games/qonk/patches/patch-aj
games/qonk/patches/patch-ak
games/qonk/patches/patch-al
games/qonk/patches/patch-am
games/qonk/patches/patch-an
games/qonk/patches/patch-ao
games/qonk/patches/patch-ap
games/qstat/DESCR
games/qstat/Makefile
games/qstat/PLIST
games/qstat/distinfo
games/quake/DESCR
games/quake/MESSAGE
games/quake/Makefile
games/quake/PLIST
games/quake/distinfo
games/quake/patches/patch-aa
games/quake/patches/patch-ab
games/quake/patches/patch-ac
games/quake/patches/patch-ad
games/quake/patches/patch-ae
games/quake/patches/patch-af
games/quake/patches/patch-ag
games/quake/patches/patch-ah
games/quake/patches/patch-ai
games/quake/patches/patch-aj
games/quake/patches/patch-ak
games/quake/patches/patch-al
games/quake/patches/patch-am
games/quake/patches/patch-an
games/quake/patches/patch-ao
games/quake/patches/patch-ap
games/quake2forge/DESCR
games/quake2forge/MESSAGE
games/quake2forge/Makefile
games/quake2forge/PLIST
games/quake2forge/distinfo
games/quake2forge/patches/patch-aa
games/quake2forge/patches/patch-ab
games/quake2forge/patches/patch-ac
games/quake3arena-demo/DESCR
games/quake3arena-demo/Makefile
games/quake3arena-demo/PLIST
games/quake3arena-demo/distinfo
games/quake3arena-demo/files/wrapper.sh
games/quake3arena/DESCR
games/quake3arena/MESSAGE
games/quake3arena/Makefile
games/quake3arena/PLIST
games/quake3arena/distinfo
games/quake3arena/files/wrapper.sh
games/quake3server-excessive/DESCR
games/quake3server-excessive/MESSAGE
games/quake3server-excessive/Makefile
games/quake3server-excessive/PLIST
games/quake3server-excessive/distinfo
games/quake3server-osp/DESCR
games/quake3server-osp/MESSAGE
games/quake3server-osp/Makefile
games/quake3server-osp/PLIST
games/quake3server-osp/distinfo
games/quake3server-ra3/DESCR
games/quake3server-ra3/MESSAGE
games/quake3server-ra3/Makefile
games/quake3server-ra3/PLIST
games/quake3server-ra3/distinfo
games/quake3server-ut/DESCR
games/quake3server-ut/MESSAGE
games/quake3server-ut/Makefile
games/quake3server-ut/PLIST
games/quake3server-ut/distinfo
games/quake3server/DESCR
games/quake3server/MESSAGE
games/quake3server/Makefile
games/quake3server/Makefile.common
games/quake3server/PLIST
games/quake3server/distinfo
games/quake3server/files/quake3server.sh
games/quake6/DESCR
games/quake6/MESSAGE
games/quake6/Makefile
games/quake6/PLIST
games/quake6/distinfo
games/quake6/patches/patch-aa
games/quake6/patches/patch-ab
games/quake6/patches/patch-ac
games/quake6/patches/patch-ad
games/quake6/patches/patch-ae
games/quake6/patches/patch-af
games/quake6/patches/patch-ag
games/quake6/patches/patch-ah
games/quake6/patches/patch-ai
games/quake6/patches/patch-aj
games/quakedata/DESCR
games/quakedata/Makefile
games/quakedata/PLIST
games/quakedata/distinfo
games/quakeforge/DESCR
games/quakeforge/MESSAGE
games/quakeforge/Makefile
games/quakeforge/PLIST
games/quakeforge/distinfo
games/quakeforge/patches/patch-aa
games/quakeforge/patches/patch-ab
games/quakeforge/patches/patch-ac
games/quakeforge/patches/patch-ad
games/quakeforge/patches/patch-ae
games/quakeforge/patches/patch-af
games/quakeforge/patches/patch-ag
games/quakeforge/patches/patch-ah
games/quakeforge/patches/patch-ai
games/quakeforge/patches/patch-aj
games/quakeforge/patches/patch-ak
games/quakeforge/patches/patch-al
games/quakeforge/patches/patch-am
games/quakeforge/patches/patch-an
games/quakeforge/patches/patch-ao
games/quakeforge/patches/patch-ap
games/quakeforge/patches/patch-aq
games/quakeforge/patches/patch-ar
games/quakeforge/patches/patch-as
games/quakeforge/patches/patch-at
games/quakeforge/patches/patch-au
games/quakeforge/patches/patch-av
games/quakeforge/patches/patch-aw
games/quarry/DESCR
games/quarry/Makefile
games/quarry/PLIST
games/quarry/distinfo
games/quarry/patches/patch-aa
games/quarry/patches/patch-ab
games/quarry/patches/patch-ac
games/quarry/patches/patch-ad
games/rocksndiamonds-levels/DESCR
games/rocksndiamonds-levels/Makefile
games/rocksndiamonds-levels/PLIST
games/rocksndiamonds-levels/distinfo
games/rocksndiamonds/DESCR
games/rocksndiamonds/Makefile
games/rocksndiamonds/PLIST
games/rocksndiamonds/distinfo
games/rocksndiamonds/options.mk
games/rocksndiamonds/patches/patch-ab
games/rocksndiamonds/patches/patch-ac
games/rocksndiamonds/patches/patch-ag
games/rocksndiamonds/patches/patch-ah
games/rocksndiamonds/patches/patch-ak
games/rollemup/DESCR
games/rollemup/MESSAGE
games/rollemup/Makefile
games/rollemup/PLIST
games/rollemup/distinfo
games/rollemup/files/README.Rollemup
games/rollemup/files/rollemup.sh
games/rtcw/DESCR
games/rtcw/MESSAGE
games/rtcw/Makefile
games/rtcw/PLIST
games/rtcw/distinfo
games/sarien/DESCR
games/sarien/Makefile
games/sarien/PLIST
games/sarien/distinfo
games/sarien/patches/patch-aa
games/sarien/patches/patch-ab
games/sarien/patches/patch-ac
games/sarien/patches/patch-ad
games/scid/DESCR
games/scid/Makefile
games/scid/PLIST
games/scid/distinfo
games/scid/patches/patch-aa
games/scummvm-bass/DESCR
games/scummvm-bass/Makefile
games/scummvm-bass/PLIST
games/scummvm-bass/distinfo
games/scummvm-bass/files/bass.sh
games/scummvm-fotaq/DESCR
games/scummvm-fotaq/Makefile
games/scummvm-fotaq/PLIST
games/scummvm-fotaq/distinfo
games/scummvm-fotaq/files/fotaq.sh
games/scummvm-tools/DESCR
games/scummvm-tools/Makefile
games/scummvm-tools/PLIST
games/scummvm-tools/distinfo
games/scummvm-tools/patches/patch-aa
games/scummvm/DESCR
games/scummvm/Makefile
games/scummvm/PLIST
games/scummvm/distinfo
games/scummvm/options.mk
games/scummvm/patches/patch-aa
games/scummvm/patches/patch-ac
games/scummvm/patches/patch-ad
games/simgear/DESCR
games/simgear/Makefile
games/simgear/PLIST
games/simgear/buildlink3.mk
games/simgear/distinfo
games/simgear/patches/patch-aa
games/simgear/patches/patch-ab
games/simgear/patches/patch-ac
games/simgear/patches/patch-ad
games/simgear/patches/patch-ae
games/simgear/patches/patch-af
games/simgear/patches/patch-ag
games/singularity/DESCR
games/singularity/Makefile
games/singularity/PLIST
games/singularity/distinfo
games/sirius/DESCR
games/sirius/Makefile
games/sirius/PLIST
games/sirius/distinfo
games/six/DESCR
games/six/Makefile
games/six/PLIST
games/six/distinfo
games/six/patches/patch-batchh
games/six/patches/patch-lssolvecpp
games/sjeng/DESCR
games/sjeng/Makefile
games/sjeng/PLIST
games/sjeng/distinfo
games/sjeng/patches/patch-aa
games/sjeng/patches/patch-ab
games/sjeng/patches/patch-ac
games/sjeng/patches/patch-ad
games/sl/DESCR
games/sl/Makefile
games/sl/PLIST
games/sl/distinfo
games/sl/patches/patch-aa
games/spaceracer/DESCR
games/spaceracer/Makefile
games/spaceracer/PLIST
games/spaceracer/distinfo
games/spaceracer/patches/patch-aa
games/spaceracer/patches/patch-acinclude
games/spaceracer/patches/patch-configurein
games/spaceracer/patches/patch-loopercpp
games/spaceracer/patches/patch-soundcpp
games/spellcast/DESCR
games/spellcast/Makefile
games/spellcast/PLIST
games/spellcast/distinfo
games/spellcast/patches/patch-aa
games/spider/DESCR
games/spider/Makefile
games/spider/PLIST
games/spider/distinfo
games/spider/patches/patch-aa
games/spider/patches/patch-ab
games/spider/patches/patch-ac
games/starfighter/DESCR
games/starfighter/Makefile
games/starfighter/PLIST
games/starfighter/distinfo
games/starfighter/patches/patch-aa
games/stratagus/DESCR
games/stratagus/Makefile
games/stratagus/PLIST
games/stratagus/distinfo
games/stratagus/patches/patch-aa
games/stratagus/patches/patch-ab
games/stratagus/patches/patch-ac
games/stratagus/patches/patch-ad
games/stratagus/patches/patch-af
games/sudoku-cli/DESCR
games/sudoku-cli/Makefile
games/sudoku-cli/PLIST
games/sudoku-cli/distinfo
games/sudoku-cli/patches/patch-aa
games/sudoku-cli/patches/patch-ab
games/svb/DESCR
games/svb/Makefile
games/svb/PLIST
games/svb/distinfo
games/svb/patches/patch-aa
games/svb/patches/patch-ab
games/tads/DESCR
games/tads/Makefile
games/tads/PLIST
games/tads/distinfo
games/tads/patches/patch-aa
games/tads/patches/patch-ab
games/tads/patches/patch-ac
games/tanked/DESCR
games/tanked/Makefile
games/tanked/PLIST
games/tanked/distinfo
games/tanked/patches/patch-aa
games/tanked/patches/patch-ab
games/tanked/patches/patch-ac
games/tanked/patches/patch-ad
games/tanked/patches/patch-ae
games/tanked/patches/patch-af
games/tanked/patches/patch-ag
games/tanked/patches/patch-ah
games/tanked/patches/patch-ai
games/tanked/patches/patch-aj
games/tanked/patches/patch-ak
games/teg/DESCR
games/teg/Makefile
games/teg/PLIST
games/teg/distinfo
games/teg/patches/patch-aa
games/tetrinetx/DEINSTALL
games/tetrinetx/DESCR
games/tetrinetx/MESSAGE
games/tetrinetx/Makefile
games/tetrinetx/PLIST
games/tetrinetx/distinfo
games/tetrinetx/files/tetrinetx.sh
games/tetrinetx/patches/patch-aa
games/tetrinetx/patches/patch-ab
games/thew/DESCR
games/thew/Makefile
games/thew/PLIST
games/thew/distinfo
games/tileworld/DESCR
games/tileworld/Makefile
games/tileworld/PLIST
games/tileworld/distinfo
games/tileworld/patches/patch-aa
games/tscp/DESCR
games/tscp/Makefile
games/tscp/PLIST
games/tscp/distinfo
games/tuxmath/DESCR
games/tuxmath/Makefile
games/tuxmath/PLIST
games/tuxmath/distinfo
games/tuxmath/patches/patch-aa
games/tuxmath/patches/patch-ab
games/tuxracer/DESCR
games/tuxracer/Makefile
games/tuxracer/PLIST
games/tuxracer/distinfo
games/tuxracer/patches/patch-aa
games/tuxracer/patches/patch-ab
games/tuxracer/patches/patch-ac
games/tuxracer/patches/patch-ad
games/urban/DESCR
games/urban/Makefile
games/urban/PLIST
games/urban/distinfo
games/urban/patches/patch-aa
games/urban/patches/patch-ab
games/urban/patches/patch-ac
games/urban/patches/patch-ad
games/urban/patches/patch-ae
games/urban/patches/patch-af
games/urban/patches/patch-ag
games/urban/patches/patch-ah
games/velena/DESCR
games/velena/Makefile
games/velena/PLIST
games/velena/distinfo
games/velena/patches/patch-aa
games/velena/patches/patch-ab
games/velena/patches/patch-ac
games/velena/patches/patch-ad
games/velena/patches/patch-ae
games/vms-empire/DESCR
games/vms-empire/Makefile
games/vms-empire/PLIST
games/vms-empire/distinfo
games/vms-empire/patches/patch-aa
games/vms-empire/patches/patch-ab
games/wesnoth/DESCR
games/wesnoth/Makefile
games/wesnoth/PLIST
games/wesnoth/distinfo
games/wesnoth/patches/patch-aa
games/wesnoth/patches/patch-ab
games/wesnoth/patches/patch-ac
games/wesnoth/patches/patch-ad
games/wesnoth/patches/patch-ae
games/wesnoth/patches/patch-af
games/wesnoth/patches/patch-ag
games/wormux/DESCR
games/wormux/Makefile
games/wormux/PLIST
games/wormux/distinfo
games/wormux/patches/patch-aa
games/wormz/DESCR
games/wormz/MESSAGE
games/wormz/Makefile
games/wormz/PLIST
games/wormz/distinfo
games/wormz/patches/patch-aa
games/wormz/patches/patch-ab
games/wormz/patches/patch-ac
games/wormz/patches/patch-ad
games/wormz/patches/patch-ae
games/wormz/patches/patch-af
games/wormz/patches/patch-ag
games/wormz/patches/patch-ah
games/wormz/patches/patch-ai
games/wormz/patches/patch-aj
games/wormz/patches/patch-ak
games/wormz/patches/patch-al
games/wormz/patches/patch-am
games/wormz/patches/patch-an
games/wormz/patches/patch-ao
games/wormz/patches/patch-ap
games/wormz/patches/patch-aq
games/wormz/patches/patch-ar
games/wormz/patches/patch-as
games/wormz/patches/patch-at
games/wormz/patches/patch-au
games/wormz/patches/patch-av
games/wormz/patches/patch-aw
games/wormz/patches/patch-ax
games/wormz/patches/patch-ay
games/wormz/patches/patch-az
games/wormz/patches/patch-ba
games/wxhugo/DESCR
games/wxhugo/Makefile
games/wxhugo/PLIST
games/wxhugo/distinfo
games/wxhugo/patches/patch-aa
games/xarchon/DESCR
games/xarchon/Makefile
games/xarchon/PLIST
games/xarchon/distinfo
games/xarchon/patches/patch-aa
games/xarchon/patches/patch-ab
games/xarchon/patches/patch-ac
games/xarchon/patches/patch-ad
games/xarchon/patches/patch-ae
games/xarchon/patches/patch-af
games/xarchon/patches/patch-ag
games/xarchon/patches/patch-ah
games/xarchon/patches/patch-ai
games/xarchon/patches/patch-aj
games/xarchon/patches/patch-ak
games/xarchon/patches/patch-al
games/xarchon/patches/patch-am
games/xarchon/patches/patch-an
games/xarchon/patches/patch-ao
games/xarchon/patches/patch-ap
games/xbat/DESCR
games/xbat/Makefile
games/xbat/PLIST
games/xbat/distinfo
games/xbat/patches/patch-aa
games/xbill/DESCR
games/xbill/Makefile
games/xbill/PLIST
games/xbill/distinfo
games/xbill/patches/patch-aa
games/xbill/patches/patch-ab
games/xbill/patches/patch-ac
games/xbill/patches/patch-ad
games/xblast/DESCR
games/xblast/Makefile
games/xblast/PLIST
games/xblast/distinfo
games/xblast/patches/patch-ab
games/xblockout/DESCR
games/xblockout/Makefile
games/xblockout/PLIST
games/xblockout/distinfo
games/xblockout/patches/patch-aa
games/xblockout/patches/patch-ab
games/xboard/DESCR
games/xboard/Makefile
games/xboard/PLIST
games/xboard/distinfo
games/xboard/patches/patch-aa
games/xboing/DESCR
games/xboing/MESSAGE
games/xboing/Makefile
games/xboing/PLIST
games/xboing/distinfo
games/xboing/patches/patch-aa
games/xboing/patches/patch-ab
games/xboing/patches/patch-ac
games/xboing/patches/patch-ad
games/xboing/patches/patch-ae
games/xboing/patches/patch-af
games/xboing/patches/patch-ag
games/xboing/patches/patch-ah
games/xboing/patches/patch-ai
games/xbomb/DESCR
games/xbomb/Makefile
games/xbomb/PLIST
games/xbomb/distinfo
games/xbomb/patches/patch-aa
games/xbomb/patches/patch-ab
games/xbomber/DESCR
games/xbomber/Makefile
games/xbomber/PLIST
games/xbomber/distinfo
games/xbomber/patches/patch-aa
games/xbomber/patches/patch-ab
games/xbreaky/DESCR
games/xbreaky/Makefile
games/xbreaky/PLIST
games/xbreaky/distinfo
games/xbreaky/patches/patch-aa
games/xbreaky/patches/patch-ab
games/xbreaky/patches/patch-ac
games/xconq/DESCR
games/xconq/Makefile
games/xconq/PLIST
games/xconq/distinfo
games/xconq/patches/patch-aa
games/xconq/patches/patch-ab
games/xconq/patches/patch-ac
games/xconq/patches/patch-ad
games/xconq/patches/patch-ae
games/xconq/patches/patch-af
games/xconq/patches/patch-ag
games/xconq/patches/patch-ah
games/xconq/patches/patch-ai
games/xconq/patches/patch-aj
games/xconq/patches/patch-ak
games/xdemineur/DESCR
games/xdemineur/Makefile
games/xdemineur/PLIST
games/xdemineur/distinfo
games/xdemineur/patches/patch-aa
games/xdoom/DESCR
games/xdoom/Makefile
games/xdoom/PLIST
games/xdoom/distinfo
games/xdoom/patches/patch-aa
games/xdoom/patches/patch-ab
games/xdoom/patches/patch-ac
games/xdoom/patches/patch-ad
games/xdoom/patches/patch-ae
games/xdoom/patches/patch-af
games/xdoom/patches/patch-ag
games/xdoom/patches/patch-ah
games/xdoom/patches/patch-ai
games/xdoom/patches/patch-aj
games/xdoom/patches/patch-ak
games/xdoom/patches/patch-al
games/xdoom/patches/patch-am
games/xdoom/patches/patch-an
games/xdoom/patches/patch-ao
games/xdoom/patches/patch-ap
games/xdoom/patches/patch-aq
games/xdoom/patches/patch-ar
games/xdoom/patches/patch-as
games/xdoom/patches/patch-at
games/xdoom/patches/patch-au
games/xdoom/patches/patch-av
games/xdoom/patches/patch-aw
games/xdoom/patches/patch-ax
games/xdoom/patches/patch-ay
games/xdoom/patches/patch-az
games/xdoom/patches/patch-ba
games/xdoom/patches/patch-bb
games/xdoom/patches/patch-bc
games/xdoom/patches/patch-bd
games/xdoom/patches/patch-be
games/xemeraldia/DESCR
games/xemeraldia/Makefile
games/xemeraldia/PLIST
games/xemeraldia/distinfo
games/xemeraldia/patches/patch-aa
games/xemeraldia/patches/patch-ab
games/xemeraldia/patches/patch-ac
games/xevil/DESCR
games/xevil/Makefile
games/xevil/PLIST
games/xevil/distinfo
games/xevil/patches/patch-aa
games/xevil/patches/patch-ab
games/xevil/patches/patch-ac
games/xevil/patches/patch-ad
games/xevil/patches/patch-ae
games/xevil/patches/patch-af
games/xevil/patches/patch-ag
games/xevil/patches/patch-ah
games/xevil/patches/patch-ai
games/xevil/patches/patch-aj
games/xevil/patches/patch-ak
games/xevil/patches/patch-al
games/xevil/patches/patch-am
games/xevil/patches/patch-an
games/xevil/patches/patch-ao
games/xevil/patches/patch-ap
games/xevil/patches/patch-aq
games/xevil/patches/patch-ar
games/xevil/patches/patch-as
games/xevil/patches/patch-at
games/xfreecell/DESCR
games/xfreecell/Makefile
games/xfreecell/PLIST
games/xfreecell/distinfo
games/xfreecell/patches/patch-aa
games/xfreecell/patches/patch-ab
games/xfreecell/patches/patch-ac
games/xfreecell/patches/patch-ad
games/xfreecell/patches/patch-ae
games/xfrisk/DESCR
games/xfrisk/Makefile
games/xfrisk/PLIST
games/xfrisk/distinfo
games/xfrisk/patches/patch-aa
games/xgalaga/DESCR
games/xgalaga/Makefile
games/xgalaga/PLIST
games/xgalaga/distinfo
games/xgalaga/patches/patch-aa
games/xgalaga/patches/patch-ab
games/xgalaga/patches/patch-ac
games/xgalaga/patches/patch-ad
games/xgalaga/patches/patch-ae
games/xgalaga/patches/patch-af
games/xgalaga/patches/patch-ag
games/xgalaga/patches/patch-ah
games/xgalaga/patches/patch-ai
games/xgalaga/patches/patch-aj
games/xgalaga/patches/patch-ak
games/xgospel/DESCR
games/xgospel/Makefile
games/xgospel/PLIST
games/xgospel/distinfo
games/xgospel/patches/patch-aa
games/xgospel/patches/patch-ab
games/xgospel/patches/patch-ac
games/xgospel/patches/patch-ad
games/xgospel/patches/patch-ae
games/xjewel/DESCR
games/xjewel/Makefile
games/xjewel/PLIST
games/xjewel/distinfo
games/xjewel/patches/patch-aa
games/xjig/DESCR
games/xjig/Makefile
games/xjig/PLIST
games/xjig/distinfo
games/xjig/patches/patch-aa
games/xjig/patches/patch-ab
games/xjump/DESCR
games/xjump/Makefile
games/xjump/PLIST
games/xjump/distinfo
games/xjump/patches/patch-aa
games/xjump/patches/patch-ab
games/xjump/patches/patch-ac
games/xkobo/DESCR
games/xkobo/Makefile
games/xkobo/PLIST
games/xkobo/distinfo
games/xkobo/patches/patch-aa
games/xkobo/patches/patch-ab
games/xkobo/patches/patch-ac
games/xkobo/patches/patch-ad
games/xmahjongg/DESCR
games/xmahjongg/Makefile
games/xmahjongg/PLIST
games/xmahjongg/distinfo
games/xmahjongg/patches/patch-aa
games/xmahjongg/patches/patch-ab
games/xmahjongg/patches/patch-ac
games/xmris/DEINSTALL
games/xmris/DESCR
games/xmris/Makefile
games/xmris/PLIST
games/xmris/distinfo
games/xmris/patches/patch-aa
games/xmris/patches/patch-ab
games/xmris/patches/patch-ac
games/xnibbles/DESCR
games/xnibbles/Makefile
games/xnibbles/PLIST
games/xnibbles/distinfo
games/xnibbles/patches/patch-aa
games/xnibbles/patches/patch-ab
games/xpat2/DESCR
games/xpat2/Makefile
games/xpat2/PLIST
games/xpat2/distinfo
games/xpat2/patches/patch-aa
games/xpat2/patches/patch-ab
games/xpat2/patches/patch-ac
games/xpilot/DESCR
games/xpilot/Makefile
games/xpilot/PLIST
games/xpilot/distinfo
games/xpilot/patches/patch-aa
games/xpilot/patches/patch-ab
games/xpipeman/DESCR
games/xpipeman/Makefile
games/xpipeman/PLIST
games/xpipeman/distinfo
games/xpipeman/patches/patch-aa
games/xpipeman/patches/patch-ab
games/xpipeman/patches/patch-ac
games/xpipeman/patches/patch-ad
games/xpipeman/patches/patch-ae
games/xpipeman/patches/patch-af
games/xpuyopuyo/DESCR
games/xpuyopuyo/Makefile
games/xpuyopuyo/PLIST
games/xpuyopuyo/distinfo
games/xpuyopuyo/files/gnome-config
games/xpuyopuyo/patches/patch-aa
games/xpuyopuyo/patches/patch-ab
games/xpuyopuyo/patches/patch-ac
games/xracer/DESCR
games/xracer/Makefile
games/xracer/PLIST
games/xracer/distinfo
games/xracer/patches/patch-aa
games/xracer/patches/patch-ab
games/xracer/patches/patch-ac
games/xracer/patches/patch-ad
games/xracer/patches/patch-ae
games/xracer/patches/patch-af
games/xracer/patches/patch-ag
games/xracer/patches/patch-ah
games/xracer/patches/patch-aj
games/xracer/patches/patch-ak
games/xracer/patches/patch-al
games/xracer/patches/patch-am
games/xracer/patches/patch-an
games/xracer/patches/patch-ao
games/xracer/patches/patch-ap
games/xracer/patches/patch-aq
games/xracer/patches/patch-ar
games/xracer/patches/patch-as
games/xrick/DESCR
games/xrick/Makefile
games/xrick/PLIST
games/xrick/distinfo
games/xrick/patches/patch-aa
games/xroach/DESCR
games/xroach/Makefile
games/xroach/PLIST
games/xroach/distinfo
games/xroach/patches/patch-aa
games/xroach/patches/patch-ab
games/xroads/DESCR
games/xroads/Makefile
games/xroads/PLIST
games/xroads/distinfo
games/xroads/patches/patch-aa
games/xroads/patches/patch-ab
games/xroads/patches/patch-ac
games/xroads/patches/patch-ad
games/xroads/patches/patch-ae
games/xsc/DESCR
games/xsc/Makefile
games/xsc/PLIST
games/xsc/distinfo
games/xsc/patches/patch-aa
games/xsc/patches/patch-ab
games/xscavenger/DESCR
games/xscavenger/Makefile
games/xscavenger/PLIST
games/xscavenger/distinfo
games/xscavenger/patches/patch-aa
games/xscavenger/patches/patch-ab
games/xscavenger/patches/patch-ac
games/xscavenger/patches/patch-ad
games/xscorch/DESCR
games/xscorch/Makefile
games/xscorch/PLIST
games/xscorch/distinfo
games/xscorch/patches/patch-aa
games/xscorch/patches/patch-ac
games/xscorch/patches/patch-ad
games/xscrabble/DESCR
games/xscrabble/Makefile
games/xscrabble/PLIST
games/xscrabble/distinfo
games/xscrabble/patches/patch-aa
games/xscrabble/patches/patch-ab
games/xskat/DESCR
games/xskat/Makefile
games/xskat/PLIST
games/xskat/distinfo
games/xskat/patches/patch-aa
games/xsoldier/DESCR
games/xsoldier/Makefile
games/xsoldier/PLIST
games/xsoldier/distinfo
games/xsoldier/patches/patch-aa
games/xsoldier/patches/patch-ab
games/xsoldier/patches/patch-ac
games/xsoldier/patches/patch-ad
games/xtris/DESCR
games/xtris/Makefile
games/xtris/PLIST
games/xtris/distinfo
games/xtris/options.mk
games/xtris/patches/patch-aa
games/xtris/patches/patch-ab
games/xtris/patches/patch-ac
games/xtris/patches/patch-ad
games/xtris/patches/patch-ae
games/xtux/DESCR
games/xtux/Makefile
games/xtux/PLIST
games/xtux/distinfo
games/xtux/patches/patch-aa
games/xtux/patches/patch-ab
games/xtux/patches/patch-ac
games/xtux/patches/patch-ad
games/xvier/DESCR
games/xvier/Makefile
games/xvier/PLIST
games/xvier/distinfo
games/xvier/patches/patch-aa
games/xworm/DESCR
games/xworm/Makefile
games/xworm/PLIST
games/xworm/distinfo
games/xworm/patches/patch-aa
games/xworm/patches/patch-ab
games/xzip/DESCR
games/xzip/Makefile
games/xzip/PLIST
games/xzip/distinfo
games/xzip/patches/patch-aa
games/zombies/DESCR
games/zombies/Makefile
games/zombies/PLIST
games/zombies/distinfo
games/zombies/patches/patch-aa
games/zombies/patches/patch-ab
games/zoom/DESCR
games/zoom/Makefile
games/zoom/PLIST
games/zoom/distinfo
games/zoom/patches/patch-aa
geography/Makefile
geography/cm2gpx/DESCR
geography/cm2gpx/Makefile
geography/cm2gpx/PLIST
geography/cm2gpx/distinfo
geography/cmconvert/DESCR
geography/cmconvert/Makefile
geography/cmconvert/PLIST
geography/cmconvert/distinfo
geography/epsg-docs/DESCR
geography/epsg-docs/Makefile
geography/epsg-docs/PLIST
geography/epsg-docs/distinfo
geography/epsg/DESCR
geography/epsg/MESSAGE
geography/epsg/Makefile
geography/epsg/PLIST
geography/epsg/distinfo
geography/epsg/files/epsg-load
geography/garmin-utils/DESCR
geography/garmin-utils/Makefile
geography/garmin-utils/PLIST
geography/garmin-utils/distinfo
geography/gdal-lib/DESCR
geography/gdal-lib/Makefile
geography/gdal-lib/PLIST
geography/gdal-lib/buildlink3.mk
geography/gdal-lib/distinfo
geography/gdal-lib/patches/patch-aa
geography/gdal-lib/patches/patch-ab
geography/geos/DESCR
geography/geos/Makefile
geography/geos/PLIST
geography/geos/buildlink3.mk
geography/geos/distinfo
geography/geos/patches/patch-ae
geography/gpsbabel/DESCR
geography/gpsbabel/Makefile
geography/gpsbabel/PLIST
geography/gpsbabel/distinfo
geography/gpsbabel/patches/patch-aa
geography/gpsbabel/patches/patch-ab
geography/gpsbabel/patches/patch-ac
geography/gpsd/DESCR
geography/gpsd/Makefile
geography/gpsd/PLIST
geography/gpsd/distinfo
geography/gpsd/patches/patch-aa
geography/gpsdrive/DESCR
geography/gpsdrive/Makefile
geography/gpsdrive/PLIST
geography/gpsdrive/distinfo
geography/gpsdrive/patches/patch-aa
geography/gpsdrive/patches/patch-ab
geography/gpsdrive/patches/patch-ac
geography/gpsdrive/patches/patch-ad
geography/gpsdrive/patches/patch-ae
geography/gpsdrive/patches/patch-af
geography/gpspoint/DESCR
geography/gpspoint/Makefile
geography/gpspoint/PLIST
geography/gpspoint/distinfo
geography/gpspoint/patches/patch-aa
geography/gpspoint/patches/patch-ab
geography/gpspoint/patches/patch-ac
geography/gpspoint/patches/patch-ad
geography/gpspoint/patches/patch-ae
geography/gpspoint/patches/patch-af
geography/gpsutils/DESCR
geography/gpsutils/Makefile
geography/gpsutils/PLIST
geography/gpsutils/distinfo
geography/gpsutils/patches/patch-aa
geography/gpsutils/patches/patch-ab
geography/gpsutils/patches/patch-ac
geography/libdrg/DESCR
geography/libdrg/Makefile
geography/libdrg/PLIST
geography/libdrg/distinfo
geography/mapserver/DESCR
geography/mapserver/Makefile
geography/mapserver/PLIST
geography/mapserver/distinfo
geography/mapserver/patches/patch-aa
geography/p5-Geo-Distance/DESCR
geography/p5-Geo-Distance/Makefile
geography/p5-Geo-Distance/PLIST
geography/p5-Geo-Distance/distinfo
geography/postgresql81-postgis/DESCR
geography/postgresql81-postgis/Makefile
geography/postgresql81-postgis/PLIST
geography/postgresql81-postgis/distinfo
geography/postgresql81-postgis/patches/patch-aa
geography/proj-swig/DESCR
geography/proj-swig/Makefile
geography/proj-swig/PLIST
geography/proj-swig/distinfo
geography/py-proj/DESCR
geography/py-proj/Makefile
geography/py-proj/PLIST
geography/py-proj/distinfo
geography/shapelib/DESCR
geography/shapelib/Makefile
geography/shapelib/PLIST
geography/shapelib/buildlink3.mk
geography/shapelib/distinfo
geography/shapelib/patches/patch-aa
geography/vis5d+/DESCR
geography/vis5d+/Makefile
geography/vis5d+/PLIST
geography/vis5d+/distinfo
geography/vis5d+/patches/patch-aa
geography/vis5d+/patches/patch-ab
geography/vis5d+/patches/patch-ac
geography/vis5d+/patches/patch-ad
geography/xrmap-anthems/DESCR
geography/xrmap-anthems/Makefile
geography/xrmap-anthems/PLIST
geography/xrmap-anthems/distinfo
geography/xrmap-base/DESCR
geography/xrmap-base/Makefile
geography/xrmap-base/PLIST
geography/xrmap-base/distinfo
geography/xrmap-base/patches/patch-aa
geography/xrmap-base/patches/patch-ab
geography/xrmap-data/DESCR
geography/xrmap-data/Makefile
geography/xrmap-data/PLIST
geography/xrmap-data/distinfo
geography/xrmap-factbook_html/DESCR
geography/xrmap-factbook_html/Makefile
geography/xrmap-factbook_html/PLIST
geography/xrmap-factbook_html/distinfo
geography/xrmap-factbook_text/DESCR
geography/xrmap-factbook_text/Makefile
geography/xrmap-factbook_text/PLIST
geography/xrmap-factbook_text/distinfo
geography/xrmap-flags/DESCR
geography/xrmap-flags/Makefile
geography/xrmap-flags/PLIST
geography/xrmap-flags/distinfo
geography/xrmap-hymns/DESCR
geography/xrmap-hymns/Makefile
geography/xrmap-hymns/PLIST
geography/xrmap-hymns/distinfo
geography/xrmap-pdfmaps/DESCR
geography/xrmap-pdfmaps/Makefile
geography/xrmap-pdfmaps/PLIST
geography/xrmap-pdfmaps/distinfo
geography/xrmap/DESCR
geography/xrmap/Makefile
graphics/3DKit/DESCR
graphics/3DKit/Makefile
graphics/3DKit/Makefile.common
graphics/3DKit/PLIST
graphics/3DKit/distinfo
graphics/CRWInfo/DESCR
graphics/CRWInfo/Makefile
graphics/CRWInfo/PLIST
graphics/CRWInfo/distinfo
graphics/CRWInfo/patches/patch-aa
graphics/Cenon/DESCR
graphics/Cenon/Makefile
graphics/Cenon/PLIST
graphics/Cenon/distinfo
graphics/Coin/DESCR
graphics/Coin/Makefile
graphics/Coin/PLIST
graphics/Coin/buildlink3.mk
graphics/Coin/distinfo
graphics/Coin/hacks.mk
graphics/Coin/patches/patch-aa
graphics/Coin/patches/patch-ab
graphics/GLXKit/Makefile
graphics/GLXKit/PLIST
graphics/GLXKit/buildlink3.mk
graphics/GLXKit/distinfo
graphics/GLXKit/patches/patch-aa
graphics/GMT/DESCR
graphics/GMT/Makefile
graphics/GMT/PLIST
graphics/GMT/distinfo
graphics/GMT/patches/patch-aa
graphics/GMT/patches/patch-ab
graphics/GMT/patches/patch-ac
graphics/GMT/patches/patch-ad
graphics/GMT/patches/patch-ae
graphics/GMT/patches/patch-af
graphics/GMT/patches/patch-ag
graphics/GMT/patches/patch-ah
graphics/GMT/patches/patch-ai
graphics/GMT/patches/patch-aj
graphics/GMT/patches/patch-ak
graphics/GMT/patches/patch-al
graphics/GMT/patches/patch-an
graphics/GMT/patches/patch-ao
graphics/GMT/patches/patch-ap
graphics/GMT/patches/patch-aq
graphics/GMT/patches/patch-ar
graphics/GMT/patches/patch-as
graphics/GMT/patches/patch-at
graphics/GMT/patches/patch-au
graphics/GMT/patches/patch-ay
graphics/GMT/patches/patch-az
graphics/GMT/patches/patch-ba
graphics/GMT/patches/patch-bb
graphics/GMT/patches/patch-bc
graphics/GUIlib/DESCR
graphics/GUIlib/Makefile
graphics/GUIlib/PLIST
graphics/GUIlib/buildlink3.mk
graphics/GUIlib/distinfo
graphics/GUIlib/patches/patch-aa
graphics/GeometryKit/DESCR
graphics/GeometryKit/Makefile
graphics/GeometryKit/PLIST
graphics/GeometryKit/buildlink3.mk
graphics/GeometryKit/distinfo
graphics/GeometryKit/patches/patch-aa
graphics/GlutKit/DESCR
graphics/GlutKit/Makefile
graphics/GlutKit/PLIST
graphics/GlutKit/buildlink3.mk
graphics/GlutKit/distinfo
graphics/GlutKit/patches/patch-aa
graphics/GraphicsMagick/DESCR
graphics/GraphicsMagick/Makefile
graphics/GraphicsMagick/PLIST
graphics/GraphicsMagick/buildlink3.mk
graphics/GraphicsMagick/distinfo
graphics/ImageMagick/DESCR
graphics/ImageMagick/Makefile
graphics/ImageMagick/Makefile.common
graphics/ImageMagick/PLIST
graphics/ImageMagick/buildlink3.mk
graphics/ImageMagick/distinfo
graphics/ImageMagick/options.mk
graphics/ImageViewer/DESCR
graphics/ImageViewer/Makefile
graphics/ImageViewer/PLIST
graphics/ImageViewer/distinfo
graphics/Makefile
graphics/Mesa/DESCR
graphics/Mesa/Makefile
graphics/Mesa/Makefile.common
graphics/Mesa/Makefile.lib
graphics/Mesa/buildlink3.mk
graphics/Mesa/version.mk
graphics/MesaDemos/DESCR
graphics/MesaDemos/Makefile
graphics/MesaDemos/PLIST
graphics/MesaDemos/distinfo
graphics/MesaDemos/patches/patch-aa
graphics/MesaDemos/patches/patch-ab
graphics/MesaDemos/patches/patch-ac
graphics/MesaDemos/patches/patch-af
graphics/MesaDemos/patches/patch-ah
graphics/MesaDemos/patches/patch-ai
graphics/MesaLib/DESCR
graphics/MesaLib/Makefile
graphics/MesaLib/PLIST
graphics/MesaLib/TODO
graphics/MesaLib/buildlink3.mk
graphics/MesaLib/builtin.mk
graphics/MesaLib/distinfo
graphics/MesaLib/dri.mk
graphics/MesaLib/files/configs/default
graphics/MesaLib/files/configs/interix3
graphics/MesaLib/files/configs/pkgsrc
graphics/MesaLib/files/configs/pkgsrc-dri
graphics/MesaLib/files/configs/pkgsrc-dri-i386
graphics/MesaLib/files/configs/pkgsrc-dri-x86_64
graphics/MesaLib/files/configs/pkgsrc-i386
graphics/MesaLib/files/configs/pkgsrc-indirect
graphics/MesaLib/files/configs/pkgsrc-x86_64
graphics/MesaLib/files/configs/xcb-defs
graphics/MesaLib/files/gen_matypes.awk
graphics/MesaLib/files/gen_matypes.sh
graphics/MesaLib/hacks.mk
graphics/MesaLib/options.mk
graphics/MesaLib/patches/patch-aa
graphics/MesaLib/patches/patch-ab
graphics/MesaLib/patches/patch-ac
graphics/MesaLib/patches/patch-ad
graphics/MesaLib/patches/patch-ae
graphics/MesaLib/patches/patch-af
graphics/MesaLib/patches/patch-ag
graphics/MesaLib/patches/patch-ah
graphics/MesaLib/patches/patch-ai
graphics/MesaLib/patches/patch-aj
graphics/MesaLib/patches/patch-ak
graphics/MesaLib/patches/patch-al
graphics/MesaLib/patches/patch-am
graphics/MesaLib/patches/patch-an
graphics/MesaLib/patches/patch-ao
graphics/MesaLib/patches/patch-ap
graphics/MesaLib/patches/patch-aq
graphics/MesaLib/patches/patch-at
graphics/MesaLib/patches/patch-au
graphics/MesaLib/patches/patch-cb
graphics/Ngraph/DESCR
graphics/Ngraph/Makefile
graphics/Ngraph/PLIST
graphics/Ngraph/distinfo
graphics/Ngraph/patches/patch-aa
graphics/Ngraph/patches/patch-ab
graphics/OpenRM/DESCR
graphics/OpenRM/Makefile
graphics/OpenRM/PLIST
graphics/OpenRM/buildlink3.mk
graphics/OpenRM/distinfo
graphics/OpenRM/patches/patch-aa
graphics/OpenRM/patches/patch-ae
graphics/OpenRM/patches/patch-af
graphics/OpenRM/patches/patch-ag
graphics/OpenRM/patches/patch-ah
graphics/OpenRM/patches/patch-ai
graphics/OpenRM/patches/patch-aj
graphics/OpenRM/patches/patch-ak
graphics/OpenRM/patches/patch-al
graphics/PanoTools/DESCR
graphics/PanoTools/Makefile
graphics/PanoTools/PLIST
graphics/PanoTools/distinfo
graphics/PanoTools/files/mkpthelpers.sh
graphics/PanoTools/files/ptfile.sh
graphics/RenderKit/Makefile
graphics/RenderKit/PLIST
graphics/RenderKit/buildlink3.mk
graphics/RenderKit/distinfo
graphics/RenderKit/patches/patch-aa
graphics/RenderKit/patches/patch-ab
graphics/SDLKit/Makefile
graphics/SDLKit/PLIST
graphics/SDLKit/buildlink3.mk
graphics/SDLKit/distinfo
graphics/SDLKit/patches/patch-aa
graphics/SDL_image/DESCR
graphics/SDL_image/Makefile
graphics/SDL_image/PLIST
graphics/SDL_image/buildlink3.mk
graphics/SDL_image/distinfo
graphics/SDL_image/patches/patch-aa
graphics/SDL_image/patches/patch-ab
graphics/TiffIO/DESCR
graphics/TiffIO/Makefile
graphics/TiffIO/PLIST
graphics/TiffIO/distinfo
graphics/TiffIO/patches/patch-ab
graphics/aalib/DESCR
graphics/aalib/Makefile
graphics/aalib/PLIST
graphics/aalib/buildlink3.mk
graphics/aalib/distinfo
graphics/aalib/hacks.mk
graphics/aalib/options.mk
graphics/aalib/patches/patch-aa
graphics/aalib/patches/patch-ab
graphics/aalib/patches/patch-ac
graphics/aqsis/DESCR
graphics/aqsis/Makefile
graphics/aqsis/PLIST
graphics/aqsis/distinfo
graphics/aqsis/patches/patch-aa
graphics/aqsis/patches/patch-ab
graphics/aqsis/patches/patch-ac
graphics/aqsis/patches/patch-ad
graphics/aqsis/patches/patch-ae
graphics/aqsis/patches/patch-af
graphics/aqsis/patches/patch-ag
graphics/aqsis/patches/patch-ah
graphics/aqsis/patches/patch-ai
graphics/aqsis/patches/patch-aj
graphics/aqsis/patches/patch-ak
graphics/aqsis/patches/patch-al
graphics/aqsis/patches/patch-am
graphics/aqsis/patches/patch-an
graphics/artist/DESCR
graphics/artist/Makefile
graphics/artist/PLIST
graphics/artist/distinfo
graphics/artist/patches/patch-aa
graphics/autotrace/DESCR
graphics/autotrace/Makefile
graphics/autotrace/PLIST
graphics/autotrace/distinfo
graphics/aview/DESCR
graphics/aview/MESSAGE
graphics/aview/Makefile
graphics/aview/PLIST
graphics/aview/distinfo
graphics/aview/patches/patch-aa
graphics/aview/patches/patch-ac
graphics/aview/patches/patch-ad
graphics/barcode/DESCR
graphics/barcode/Makefile
graphics/barcode/PLIST
graphics/barcode/distinfo
graphics/barcode/patches/patch-aa
graphics/barcode/patches/patch-ab
graphics/barcode/patches/patch-ac
graphics/bktr2jpeg/DESCR
graphics/bktr2jpeg/Makefile
graphics/bktr2jpeg/PLIST
graphics/bktr2jpeg/distinfo
graphics/bktr2jpeg/patches/patch-aa
graphics/bktr2jpeg/patches/patch-ab
graphics/blender-doc/DESCR
graphics/blender-doc/Makefile
graphics/blender-doc/PLIST
graphics/blender-doc/distinfo
graphics/blender/DESCR
graphics/blender/MESSAGE
graphics/blender/Makefile
graphics/blender/PLIST
graphics/blender/distinfo
graphics/blender/files/blender
graphics/blender/options.mk
graphics/blender/patches/patch-ab
graphics/blender/patches/patch-ac
graphics/blender/patches/patch-ad
graphics/blender/patches/patch-ah
graphics/blender/patches/patch-ai
graphics/blinkenthemes/DESCR
graphics/blinkenthemes/Makefile
graphics/blinkenthemes/PLIST
graphics/blinkenthemes/distinfo
graphics/blinkentools/DESCR
graphics/blinkentools/Makefile
graphics/blinkentools/PLIST
graphics/blinkentools/distinfo
graphics/cairo/DESCR
graphics/cairo/Makefile
graphics/cairo/PLIST
graphics/cairo/buildlink3.mk
graphics/cairo/distinfo
graphics/cairo/options.mk
graphics/cairo/patches/patch-aa
graphics/cairo/patches/patch-ab
graphics/cairomm/DESCR
graphics/cairomm/Makefile
graphics/cairomm/PLIST
graphics/cairomm/buildlink3.mk
graphics/cairomm/distinfo
graphics/cal3d-examples/DESCR
graphics/cal3d-examples/Makefile
graphics/cal3d-examples/PLIST
graphics/cal3d-examples/distinfo
graphics/cal3d-examples/patches/patch-aa
graphics/cal3d-examples/patches/patch-ab
graphics/cal3d/DESCR
graphics/cal3d/Makefile
graphics/cal3d/Makefile.common
graphics/cal3d/PLIST
graphics/cal3d/buildlink3.mk
graphics/cal3d/distinfo
graphics/cal3d/patches/patch-aa
graphics/cal3d/patches/patch-ab
graphics/cal3d/patches/patch-ac
graphics/cal3d/patches/patch-ad
graphics/cal3d/patches/patch-ae
graphics/cal3d/patches/patch-af
graphics/cambevao/DESCR
graphics/cambevao/Makefile
graphics/cambevao/PLIST
graphics/cambevao/distinfo
graphics/cambevao/patches/patch-aa
graphics/cambevao/patches/patch-ab
graphics/camediaplay/DESCR
graphics/camediaplay/Makefile
graphics/camediaplay/PLIST
graphics/camediaplay/distinfo
graphics/camediaplay/patches/patch-aa
graphics/camlimages/DESCR
graphics/camlimages/Makefile
graphics/camlimages/PLIST
graphics/camlimages/PLIST.opt
graphics/camlimages/buildlink3.mk
graphics/camlimages/distinfo
graphics/camlimages/patches/patch-aa
graphics/cdlabelgen/DESCR
graphics/cdlabelgen/Makefile
graphics/cdlabelgen/PLIST
graphics/cdlabelgen/distinfo
graphics/cdlabelgen/patches/patch-aa
graphics/cdlabelgen/patches/patch-ab
graphics/cinepaint/DESCR
graphics/cinepaint/Makefile
graphics/cinepaint/PLIST
graphics/cinepaint/distinfo
graphics/cinepaint/patches/patch-aa
graphics/cinepaint/patches/patch-ab
graphics/cinepaint/patches/patch-ac
graphics/cinepaint/patches/patch-ad
graphics/claraocr/DESCR
graphics/claraocr/Makefile
graphics/claraocr/PLIST
graphics/claraocr/distinfo
graphics/claraocr/patches/patch-aa
graphics/cnxtview/DESCR
graphics/cnxtview/Makefile
graphics/cnxtview/PLIST
graphics/cnxtview/distinfo
graphics/cnxtview/patches/patch-aa
graphics/cnxtview/patches/patch-ab
graphics/cnxtview/patches/patch-ac
graphics/cnxtview/patches/patch-ad
graphics/cnxtview/patches/patch-ae
graphics/comix/DESCR
graphics/comix/Makefile
graphics/comix/PLIST
graphics/comix/distinfo
graphics/comix/patches/patch-aa
graphics/comix/patches/patch-ab
graphics/compface/DESCR
graphics/compface/Makefile
graphics/compface/PLIST
graphics/compface/buildlink3.mk
graphics/compface/distinfo
graphics/compface/patches/patch-aa
graphics/cpia2view/DESCR
graphics/cpia2view/MESSAGE.NetBSD
graphics/cpia2view/Makefile
graphics/cpia2view/PLIST
graphics/cpia2view/distinfo
graphics/cpia2view/patches/patch-aa
graphics/cpia2view/patches/patch-ab
graphics/cpia2view/patches/patch-ac
graphics/cpia2view/patches/patch-ad
graphics/cpia2view/patches/patch-ae
graphics/cpia2view/patches/patch-af
graphics/cqcam/DESCR
graphics/cqcam/Makefile
graphics/cqcam/PLIST
graphics/cqcam/distinfo
graphics/cqcam/patches/patch-ab
graphics/cqcam/patches/patch-ac
graphics/cqcam/patches/patch-ai
graphics/cqcam/patches/patch-aj
graphics/cqcam/patches/patch-ak
graphics/cqcam/patches/patch-al
graphics/cqcam/patches/patch-am
graphics/dcraw/DESCR
graphics/dcraw/Makefile
graphics/dcraw/PLIST
graphics/dcraw/distinfo
graphics/dcraw/patches/patch-aa
graphics/denemo/DESCR
graphics/denemo/Makefile
graphics/denemo/PLIST
graphics/denemo/distinfo
graphics/denemo/patches/patch-aa
graphics/denemo/patches/patch-ab
graphics/denemo/patches/patch-configure
graphics/denemo/patches/patch-midic
graphics/dia-python/DESCR
graphics/dia-python/Makefile
graphics/dia-python/PLIST
graphics/dia/DESCR
graphics/dia/Makefile
graphics/dia/Makefile.common
graphics/dia/PLIST
graphics/dia/distinfo
graphics/dia/options.mk
graphics/dia/patches/patch-aa
graphics/dia/patches/patch-ab
graphics/dia/patches/patch-be
graphics/dia/patches/patch-ca
graphics/dia/patches/patch-cb
graphics/dia/patches/patch-cc
graphics/dia/patches/patch-da
graphics/digikam-doc/DESCR
graphics/digikam-doc/Makefile
graphics/digikam-doc/PLIST
graphics/digikam-doc/distinfo
graphics/digikam/DESCR
graphics/digikam/Makefile
graphics/digikam/PLIST
graphics/digikam/buildlink3.mk
graphics/digikam/distinfo
graphics/djview4/DESCR
graphics/djview4/Makefile
graphics/djview4/PLIST
graphics/djview4/distinfo
graphics/djview4/patches/patch-aa
graphics/djview4/patches/patch-ab
graphics/djvulibre-lib/DESCR
graphics/djvulibre-lib/Makefile
graphics/djvulibre-lib/PLIST
graphics/djvulibre-lib/buildlink3.mk
graphics/djvulibre-lib/distinfo
graphics/djvulibre-lib/patches/patch-aa
graphics/djvulibre-lib/patches/patch-ab
graphics/djvulibre-lib/patches/patch-ac
graphics/djvulibre-tools/DESCR
graphics/djvulibre-tools/Makefile
graphics/djvulibre-tools/PLIST
graphics/dx/DESCR
graphics/dx/Makefile
graphics/dx/PLIST
graphics/dx/distinfo
graphics/dx/patches/patch-aa
graphics/dx/patches/patch-ab
graphics/dx/patches/patch-ac
graphics/dx/patches/patch-ad
graphics/dx/patches/patch-ae
graphics/dx/patches/patch-af
graphics/dx/patches/patch-ag
graphics/dx/patches/patch-aj
graphics/dx/patches/patch-am
graphics/dx/patches/patch-an
graphics/dx/patches/patch-ap
graphics/dx/patches/patch-ar
graphics/dx/patches/patch-ba
graphics/dxsamples/DESCR
graphics/dxsamples/Makefile
graphics/dxsamples/PLIST
graphics/dxsamples/distinfo
graphics/dxsamples/patches/patch-ab
graphics/eog/DESCR
graphics/eog/Makefile
graphics/eog/PLIST
graphics/eog/distinfo
graphics/eog/patches/patch-ab
graphics/epeg/DESCR
graphics/epeg/Makefile
graphics/epeg/PLIST
graphics/epeg/buildlink3.mk
graphics/epeg/distinfo
graphics/epeg/patches/patch-aa
graphics/ewipe/DESCR
graphics/ewipe/Makefile
graphics/ewipe/PLIST
graphics/ewipe/distinfo
graphics/exif/DESCR
graphics/exif/Makefile
graphics/exif/PLIST
graphics/exif/distinfo
graphics/exifprobe/DESCR
graphics/exifprobe/Makefile
graphics/exifprobe/PLIST
graphics/exifprobe/distinfo
graphics/exifprobe/patches/patch-aa
graphics/exiftags/DESCR
graphics/exiftags/Makefile
graphics/exiftags/PLIST
graphics/exiftags/distinfo
graphics/exiftags/patches/patch-aa
graphics/exiv2/DESCR
graphics/exiv2/Makefile
graphics/exiv2/PLIST
graphics/exiv2/buildlink3.mk
graphics/exiv2/distinfo
graphics/f4l/DESCR
graphics/f4l/Makefile
graphics/f4l/PLIST
graphics/f4l/distinfo
graphics/f4l/patches/patch-aa
graphics/f4l/patches/patch-ab
graphics/fbm/DESCR
graphics/fbm/Makefile
graphics/fbm/PLIST
graphics/fbm/distinfo
graphics/fbm/patches/patch-aa
graphics/feh/DESCR
graphics/feh/Makefile
graphics/feh/PLIST
graphics/feh/distinfo
graphics/feh/patches/patch-aa
graphics/feh/patches/patch-ab
graphics/feh/patches/patch-ac
graphics/feh/patches/patch-ad
graphics/feh/patches/patch-ae
graphics/flphoto/DESCR
graphics/flphoto/Makefile
graphics/flphoto/PLIST
graphics/flphoto/distinfo
graphics/flphoto/patches/patch-aa
graphics/flphoto/patches/patch-ab
graphics/fly/DESCR
graphics/fly/Makefile
graphics/fly/PLIST
graphics/fly/distinfo
graphics/fly/patches/patch-aa
graphics/fly/patches/patch-ab
graphics/fly/patches/patch-ac
graphics/fly/patches/patch-ad
graphics/fly/patches/patch-ae
graphics/fly/patches/patch-af
graphics/fly/patches/patch-ag
graphics/fly/patches/patch-ah
graphics/fly/patches/patch-ai
graphics/fly/patches/patch-aj
graphics/fly/patches/patch-ak
graphics/fly/patches/patch-al
graphics/fly/patches/patch-am
graphics/fly/patches/patch-an
graphics/fly/patches/patch-ao
graphics/fly/patches/patch-ap
graphics/fly/patches/patch-aq
graphics/fnlib/DESCR
graphics/fnlib/Makefile
graphics/fnlib/PLIST
graphics/fnlib/buildlink3.mk
graphics/fnlib/distinfo
graphics/fnlib/patches/patch-aa
graphics/fotox/DESCR
graphics/fotox/Makefile
graphics/fotox/PLIST
graphics/fotox/distinfo
graphics/fotox/patches/patch-aa
graphics/fotox/patches/patch-ab
graphics/freeglut/DESCR
graphics/freeglut/Makefile
graphics/freeglut/PLIST
graphics/freeglut/buildlink3.mk
graphics/freeglut/distinfo
graphics/freeglut/patches/patch-aa
graphics/freeglut/patches/patch-ab
graphics/freetype-lib/DESCR
graphics/freetype-lib/Makefile
graphics/freetype-lib/Makefile.common
graphics/freetype-lib/PLIST
graphics/freetype-lib/buildlink3.mk
graphics/freetype-lib/distinfo
graphics/freetype-lib/patches/patch-aa
graphics/freetype-lib/patches/patch-ab
graphics/freetype-lib/patches/patch-ac
graphics/freetype-lib/patches/patch-ae
graphics/freetype-lib/patches/patch-ttf2pk-aa
graphics/freetype-lib/patches/patch-ttf2pk-ab
graphics/freetype-lib/patches/patch-ttf2pk-ac
graphics/freetype-lib/patches/patch-ttf2pk-ad
graphics/freetype-lib/patches/patch-ttf2pk-ae
graphics/freetype-lib/patches/patch-ttf2pk-af
graphics/freetype-utils/DESCR
graphics/freetype-utils/Makefile
graphics/freetype-utils/PLIST
graphics/freetype/DESCR
graphics/freetype/Makefile
graphics/freetype2/DESCR
graphics/freetype2/Makefile
graphics/freetype2/PLIST
graphics/freetype2/buildlink3.mk
graphics/freetype2/builtin.mk
graphics/freetype2/distinfo
graphics/fujiplay/DESCR
graphics/fujiplay/Makefile
graphics/fujiplay/PLIST
graphics/fujiplay/distinfo
graphics/fujiplay/patches/patch-aa
graphics/fujiplay/patches/patch-ab
graphics/g2/DESCR
graphics/g2/Makefile
graphics/g2/PLIST
graphics/g2/distinfo
graphics/g2/patches/patch-aa
graphics/g2/patches/patch-ab
graphics/g2/patches/patch-ad
graphics/g3d/DESCR
graphics/g3d/Makefile
graphics/g3d/PLIST
graphics/g3d/distinfo
graphics/g3d/patches/patch-aa
graphics/g3d/patches/patch-ab
graphics/gd/DESCR
graphics/gd/Makefile
graphics/gd/PLIST
graphics/gd/buildlink3.mk
graphics/gd/distinfo
graphics/gd/patches/patch-aa
graphics/gd/patches/patch-ab
graphics/gdchart/DESCR
graphics/gdchart/Makefile
graphics/gdchart/PLIST
graphics/gdchart/buildlink3.mk
graphics/gdchart/distinfo
graphics/gdchart/patches/patch-ac
graphics/gdk-pixbuf/DESCR
graphics/gdk-pixbuf/Makefile
graphics/gdk-pixbuf/Makefile.common
graphics/gdk-pixbuf/PLIST
graphics/gdk-pixbuf/buildlink3.mk
graphics/gdk-pixbuf/distinfo
graphics/gdk-pixbuf/patches/patch-aa
graphics/gdk-pixbuf/patches/patch-ab
graphics/gdk-pixbuf/patches/patch-ac
graphics/gdk-pixbuf/patches/patch-ad
graphics/gdk-pixbuf/patches/patch-ae
graphics/gdk-pixbuf/patches/patch-af
graphics/gdk-pixbuf/patches/patch-ag
graphics/gdk-pixbuf/patches/patch-ah
graphics/gdk-pixbuf/patches/patch-ai
graphics/gdk-pixbuf/patches/patch-aj
graphics/gdk-pixbuf/patches/patch-ak
graphics/gdk-pixbuf/patches/patch-al
graphics/gdk-pixbuf/patches/patch-am
graphics/geomview/DESCR
graphics/geomview/Makefile
graphics/geomview/PLIST
graphics/geomview/distinfo
graphics/geomview/patches/patch-aa
graphics/geomview/patches/patch-ab
graphics/geomview/patches/patch-ac
graphics/geomview/patches/patch-ad
graphics/geomview/patches/patch-ae
graphics/geomview/patches/patch-af
graphics/geomview/patches/patch-ag
graphics/geomview/patches/patch-ah
graphics/geomview/patches/patch-ai
graphics/geomview/patches/patch-aj
graphics/geomview/patches/patch-ak
graphics/get_ds7/DESCR
graphics/get_ds7/Makefile
graphics/get_ds7/PLIST
graphics/get_ds7/distinfo
graphics/get_ds7/patches/patch-aa
graphics/gfract/DESCR
graphics/gfract/Makefile
graphics/gfract/PLIST
graphics/gfract/distinfo
graphics/gfract/patches/patch-aa
graphics/gif2png/DESCR
graphics/gif2png/MESSAGE
graphics/gif2png/Makefile
graphics/gif2png/PLIST
graphics/gif2png/distinfo
graphics/gif2png/patches/patch-aa
graphics/gif320/DESCR
graphics/gif320/Makefile
graphics/gif320/PLIST
graphics/gif320/distinfo
graphics/gif320/patches/patch-aa
graphics/gifsicle/DESCR
graphics/gifsicle/Makefile
graphics/gifsicle/PLIST
graphics/gifsicle/distinfo
graphics/giftrans/DESCR
graphics/giftrans/Makefile
graphics/giftrans/PLIST
graphics/giftrans/distinfo
graphics/giftrans/patches/patch-aa
graphics/gimageview/DESCR
graphics/gimageview/Makefile
graphics/gimageview/PLIST
graphics/gimageview/distinfo
graphics/gimp-color-manager/DESCR
graphics/gimp-color-manager/Makefile
graphics/gimp-color-manager/PLIST
graphics/gimp-color-manager/distinfo
graphics/gimp-color-manager/patches/patch-aa
graphics/gimp-color-manager/patches/patch-ab
graphics/gimp-docs/DESCR
graphics/gimp-docs/Makefile
graphics/gimp-docs/PLIST
graphics/gimp-docs/distinfo
graphics/gimp-docs/patches/patch-aa
graphics/gimp-fix-ca/DESCR
graphics/gimp-fix-ca/Makefile
graphics/gimp-fix-ca/PLIST
graphics/gimp-fix-ca/distinfo
graphics/gimp-liquid-rescale/DESCR
graphics/gimp-liquid-rescale/Makefile
graphics/gimp-liquid-rescale/PLIST
graphics/gimp-liquid-rescale/distinfo
graphics/gimp-liquid-rescale/patches/patch-aa
graphics/gimp-rawphoto/DESCR
graphics/gimp-rawphoto/MESSAGE
graphics/gimp-rawphoto/Makefile
graphics/gimp-rawphoto/PLIST
graphics/gimp-rawphoto/distinfo
graphics/gimp-rawphoto/patches/patch-aa
graphics/gimp-rawphoto/patches/patch-ab
graphics/gimp-refocus-it/DESCR
graphics/gimp-refocus-it/Makefile
graphics/gimp-refocus-it/PLIST
graphics/gimp-refocus-it/distinfo
graphics/gimp-refocus-it/patches/patch-aa
graphics/gimp-refocus-it/patches/patch-ab
graphics/gimp-ufraw/DESCR
graphics/gimp-ufraw/Makefile
graphics/gimp-ufraw/PLIST
graphics/gimp-ufraw/distinfo
graphics/gimp-warp-sharp/DESCR
graphics/gimp-warp-sharp/Makefile
graphics/gimp-warp-sharp/PLIST
graphics/gimp-warp-sharp/distinfo
graphics/gimp-warp-sharp/patches/patch-aa
graphics/gimp/DESCR
graphics/gimp/Makefile
graphics/gimp/PLIST
graphics/gimp/buildlink3.mk
graphics/gimp/distinfo
graphics/gimp/options.mk
graphics/gimp/patches/patch-aa
graphics/gimp/patches/patch-ab
graphics/gimp/patches/patch-ae
graphics/gimp1-base/DESCR
graphics/gimp1-base/Makefile
graphics/gimp1-base/PLIST
graphics/gimp1-base/buildlink3.mk
graphics/gimp1-base/distinfo
graphics/gimp1-base/files/pdb_self_doc.c
graphics/gimp1-base/patches/patch-aa
graphics/gimp1-base/patches/patch-ab
graphics/gimp1-base/patches/patch-ac
graphics/gimp1-base/patches/patch-ad
graphics/gimp1-base/patches/patch-ae
graphics/gimp1-data/DESCR
graphics/gimp1-data/Makefile
graphics/gimp1-data/PLIST
graphics/gimp1-data/distinfo
graphics/gimp1-wideangle/DESCR
graphics/gimp1-wideangle/Makefile
graphics/gimp1-wideangle/PLIST
graphics/gimp1-wideangle/distinfo
graphics/gimp1/DESCR
graphics/gimp1/Makefile
graphics/gimp2-wideangle/DESCR
graphics/gimp2-wideangle/Makefile
graphics/gimp2-wideangle/PLIST
graphics/gimp2-wideangle/distinfo
graphics/giram/DESCR
graphics/giram/Makefile
graphics/giram/PLIST
graphics/giram/distinfo
graphics/giram/patches/patch-aa
graphics/giram/patches/patch-ab
graphics/giram/patches/patch-ac
graphics/giram/patches/patch-ad
graphics/giram/patches/patch-ae
graphics/giram/patches/patch-af
graphics/giram/patches/patch-ag
graphics/gle/DESCR
graphics/gle/Makefile
graphics/gle/PLIST
graphics/gle/buildlink3.mk
graphics/gle/distinfo
graphics/gle/patches/patch-aa
graphics/gle/patches/patch-ab
graphics/gle/patches/patch-ac
graphics/glew/DESCR
graphics/glew/Makefile
graphics/glew/PLIST
graphics/glew/buildlink3.mk
graphics/glew/distinfo
graphics/glew/patches/patch-aa
graphics/glew/patches/patch-ab
graphics/glew/patches/patch-ac
graphics/glitz/DESCR
graphics/glitz/Makefile
graphics/glitz/PLIST
graphics/glitz/buildlink3.mk
graphics/glitz/distinfo
graphics/glitz/options.mk
graphics/glitz/patches/patch-aa
graphics/glitz/patches/patch-ab
graphics/glitz/patches/patch-ac
graphics/gliv/DESCR
graphics/gliv/Makefile
graphics/gliv/PLIST
graphics/gliv/distinfo
graphics/glu/DESCR
graphics/glu/Makefile
graphics/glu/PLIST
graphics/glu/buildlink3.mk
graphics/glu/builtin.mk
graphics/glu/hacks.mk
graphics/glut/DESCR
graphics/glut/Makefile
graphics/glut/PLIST
graphics/glut/buildlink3.mk
graphics/glut/hacks.mk
graphics/glx-utils/DESCR
graphics/glx-utils/Makefile
graphics/glx-utils/PLIST
graphics/glx-utils/distinfo
graphics/gmngview/DESCR
graphics/gmngview/Makefile
graphics/gmngview/PLIST
graphics/gmngview/distinfo
graphics/gmngview/patches/patch-aa
graphics/gnome-backgrounds/DESCR
graphics/gnome-backgrounds/Makefile
graphics/gnome-backgrounds/PLIST
graphics/gnome-backgrounds/distinfo
graphics/gnome-icon-theme/DESCR
graphics/gnome-icon-theme/Makefile
graphics/gnome-icon-theme/PLIST
graphics/gnome-icon-theme/buildlink3.mk
graphics/gnome-icon-theme/distinfo
graphics/gnuplot-nox11/DESCR
graphics/gnuplot-nox11/Makefile
graphics/gnuplot-nox11/PLIST
graphics/gnuplot/DESCR
graphics/gnuplot/Makefile
graphics/gnuplot/Makefile.common
graphics/gnuplot/PLIST
graphics/gnuplot/distinfo
graphics/gnuplot/patches/patch-aa
graphics/gnuplot/patches/patch-ab
graphics/gocr/DESCR
graphics/gocr/Makefile
graphics/gocr/PLIST
graphics/gocr/distinfo
graphics/gocr/options.mk
graphics/gocr/patches/patch-aa
graphics/gocr/patches/patch-ab
graphics/gphoto/DESCR
graphics/gphoto/Makefile
graphics/gphoto/PLIST
graphics/gphoto/distinfo
graphics/gphoto/patches/patch-aa
graphics/gphoto/patches/patch-ab
graphics/gphoto/patches/patch-ac
graphics/gphoto/patches/patch-ad
graphics/gphoto/patches/patch-ae
graphics/gphoto/patches/patch-af
graphics/gphoto/patches/patch-ai
graphics/gphoto/patches/patch-ao
graphics/gphoto/patches/patch-ap
graphics/gphoto/patches/patch-aq
graphics/gphoto/patches/patch-ar
graphics/gphoto/patches/patch-as
graphics/gphoto/patches/patch-at
graphics/gphoto/patches/patch-au
graphics/gphoto/patches/patch-av
graphics/gphoto/patches/patch-aw
graphics/gphoto/patches/patch-ax
graphics/gphoto/patches/patch-ay
graphics/gphoto/patches/patch-az
graphics/gphoto/patches/patch-ba
graphics/gphoto/patches/patch-bb
graphics/gphoto2/DESCR
graphics/gphoto2/Makefile
graphics/gphoto2/PLIST
graphics/gphoto2/distinfo
graphics/gphoto2/patches/patch-aa
graphics/gqview-devel/DESCR
graphics/gqview-devel/Makefile
graphics/gqview-devel/PLIST
graphics/gqview-devel/distinfo
graphics/gqview-gtk1/DESCR
graphics/gqview-gtk1/Makefile
graphics/gqview-gtk1/PLIST
graphics/gqview-gtk1/distinfo
graphics/gqview-gtk1/patches/patch-aa
graphics/gqview/DESCR
graphics/gqview/Makefile
graphics/gqview/PLIST
graphics/gqview/distinfo
graphics/grap/DESCR
graphics/grap/Makefile
graphics/grap/PLIST
graphics/grap/distinfo
graphics/grap/patches/patch-aa
graphics/grap/patches/patch-ab
graphics/grap/patches/patch-ac
graphics/grap/patches/patch-ad
graphics/graphviz/DEINSTALL
graphics/graphviz/DESCR
graphics/graphviz/INSTALL
graphics/graphviz/MESSAGE
graphics/graphviz/Makefile
graphics/graphviz/PLIST
graphics/graphviz/buildlink3.mk
graphics/graphviz/distinfo
graphics/graphviz/options.mk
graphics/graphviz/patches/patch-aa
graphics/graphviz/patches/patch-ab
graphics/graphviz/patches/patch-ac
graphics/graphviz/patches/patch-ad
graphics/graphviz/patches/patch-ae
graphics/graphviz/patches/patch-af
graphics/graphviz/patches/patch-ag
graphics/graphviz/patches/patch-ah
graphics/graphviz/patches/patch-ai
graphics/graphviz/patches/patch-aj
graphics/graphviz/patches/patch-ak
graphics/graphviz/patches/patch-al
graphics/graphviz/patches/patch-am
graphics/graphviz/patches/patch-an
graphics/graphviz/patches/patch-ao
graphics/graphviz/patches/patch-ap
graphics/graphviz/patches/patch-aq
graphics/graphviz/patches/patch-ar
graphics/graphviz/patches/patch-as
graphics/graphviz/patches/patch-at
graphics/gri/DESCR
graphics/gri/Makefile
graphics/gri/PLIST
graphics/gri/distinfo
graphics/gri/patches/patch-aa
graphics/gri/patches/patch-ab
graphics/gri/patches/patch-ac
graphics/gri/patches/patch-ad
graphics/gri/patches/patch-ae
graphics/gri/patches/patch-af
graphics/gri/patches/patch-ag
graphics/gst-plugins0.10-cairo/DESCR
graphics/gst-plugins0.10-cairo/Makefile
graphics/gst-plugins0.10-cairo/PLIST
graphics/gst-plugins0.10-png/DESCR
graphics/gst-plugins0.10-png/Makefile
graphics/gst-plugins0.10-png/PLIST
graphics/gst-plugins0.8-opengl/DESCR
graphics/gst-plugins0.8-opengl/Makefile
graphics/gst-plugins0.8-opengl/PLIST
graphics/gst-plugins0.8-png/DESCR
graphics/gst-plugins0.8-png/Makefile
graphics/gst-plugins0.8-png/PLIST
graphics/gthumb/DESCR
graphics/gthumb/Makefile
graphics/gthumb/PLIST
graphics/gthumb/distinfo
graphics/gthumb/patches/patch-aa
graphics/gtkam/DESCR
graphics/gtkam/Makefile
graphics/gtkam/PLIST
graphics/gtkam/distinfo
graphics/gtkam/patches/patch-aa
graphics/gtkam/patches/patch-ab
graphics/gtkam/patches/patch-ac
graphics/gtkglext/DESCR
graphics/gtkglext/Makefile
graphics/gtkglext/PLIST
graphics/gtkglext/buildlink3.mk
graphics/gtkglext/distinfo
graphics/gtksee/DESCR
graphics/gtksee/Makefile
graphics/gtksee/PLIST
graphics/gtksee/distinfo
graphics/guile-cairo/DESCR
graphics/guile-cairo/Makefile
graphics/guile-cairo/PLIST
graphics/guile-cairo/buildlink3.mk
graphics/guile-cairo/distinfo
graphics/gwenview-i18n/DESCR
graphics/gwenview-i18n/Makefile
graphics/gwenview-i18n/PLIST
graphics/gwenview-i18n/distinfo
graphics/gwenview/DESCR
graphics/gwenview/Makefile
graphics/gwenview/PLIST
graphics/gwenview/distinfo
graphics/h5utils/DESCR
graphics/h5utils/Makefile
graphics/h5utils/PLIST
graphics/h5utils/distinfo
graphics/h5utils/patches/patch-aa
graphics/hermes/DESCR
graphics/hermes/Makefile
graphics/hermes/PLIST
graphics/hermes/buildlink3.mk
graphics/hermes/distinfo
graphics/hermes/patches/patch-aa
graphics/hermes/patches/patch-ac
graphics/hermes/patches/patch-ad
graphics/hermes/patches/patch-ae
graphics/hicolor-icon-theme/DESCR
graphics/hicolor-icon-theme/Makefile
graphics/hicolor-icon-theme/PLIST
graphics/hicolor-icon-theme/buildlink3.mk
graphics/hicolor-icon-theme/distinfo
graphics/hicolor-icon-theme/files/icon-cache.tmpl
graphics/hp2xx/DESCR
graphics/hp2xx/Makefile
graphics/hp2xx/PLIST
graphics/hp2xx/distinfo
graphics/hp2xx/patches/patch-ab
graphics/hp2xx/patches/patch-ad
graphics/hp2xx/patches/patch-ae
graphics/iGMT/DESCR
graphics/iGMT/Makefile
graphics/iGMT/PLIST
graphics/iGMT/distinfo
graphics/iGMT/patches/patch-aa
graphics/iGMT/patches/patch-ab
graphics/iGMT/patches/patch-ac
graphics/icon-naming-utils/DESCR
graphics/icon-naming-utils/Makefile
graphics/icon-naming-utils/PLIST
graphics/icon-naming-utils/buildlink3.mk
graphics/icon-naming-utils/distinfo
graphics/ilmbase/DESCR
graphics/ilmbase/Makefile
graphics/ilmbase/PLIST
graphics/ilmbase/buildlink3.mk
graphics/ilmbase/distinfo
graphics/ilmbase/patches/patch-aa
graphics/imlib/DESCR
graphics/imlib/Makefile
graphics/imlib/PLIST
graphics/imlib/buildlink3.mk
graphics/imlib/distinfo
graphics/imlib/patches/patch-aa
graphics/imlib/patches/patch-ab
graphics/imlib/patches/patch-ac
graphics/imlib/patches/patch-ae
graphics/imlib/patches/patch-ag
graphics/imlib/patches/patch-ah
graphics/imlib/patches/patch-ai
graphics/imlib/patches/patch-aj
graphics/imlib/patches/patch-ak
graphics/imlib/patches/patch-al
graphics/imlib/patches/patch-am
graphics/imlib/patches/patch-an
graphics/imlib/patches/patch-ao
graphics/imlib2/DESCR
graphics/imlib2/Makefile
graphics/imlib2/PLIST
graphics/imlib2/buildlink3.mk
graphics/imlib2/distinfo
graphics/imlib2/options.mk
graphics/imlib2/patches/patch-ab
graphics/imlib2/patches/patch-ac
graphics/imlib2/patches/patch-ad
graphics/imlib2/patches/patch-ae
graphics/imlib2/patches/patch-ca
graphics/imlib2/patches/patch-cb
graphics/imlib2/patches/patch-ce
graphics/impress/DESCR
graphics/impress/Makefile
graphics/impress/PLIST
graphics/impress/distinfo
graphics/impress/patches/patch-aa
graphics/impress/patches/patch-ab
graphics/impress/patches/patch-ac
graphics/impress/patches/patch-ad
graphics/inkscape/DESCR
graphics/inkscape/Makefile
graphics/inkscape/PLIST
graphics/inkscape/distinfo
graphics/inkscape/patches/patch-aa
graphics/inkscape/patches/patch-ac
graphics/inkscape/patches/patch-ad
graphics/inkscape/patches/patch-ae
graphics/inkscape/patches/patch-af
graphics/ivtools/DESCR
graphics/ivtools/Makefile
graphics/ivtools/PLIST
graphics/ivtools/distinfo
graphics/ivtools/patches/patch-aa
graphics/ivtools/patches/patch-ab
graphics/ivtools/patches/patch-ac
graphics/ivtools/patches/patch-ad
graphics/ivtools/patches/patch-ae
graphics/ivtools/patches/patch-af
graphics/ivtools/patches/patch-ag
graphics/ivtools/patches/patch-ah
graphics/ivtools/patches/patch-ai
graphics/ivtools/patches/patch-aj
graphics/ivtools/patches/patch-ak
graphics/ivtools/patches/patch-al
graphics/ivtools/patches/patch-am
graphics/ivtools/patches/patch-an
graphics/ivtools/patches/patch-ao
graphics/ivtools/patches/patch-ap
graphics/ivtools/patches/patch-aq
graphics/ivtools/patches/patch-ar
graphics/ivtools/patches/patch-as
graphics/ivtools/patches/patch-at
graphics/ivtools/patches/patch-au
graphics/ivtools/patches/patch-av
graphics/ivtools/patches/patch-aw
graphics/ivtools/patches/patch-ax
graphics/ivtools/patches/patch-ay
graphics/ivtools/patches/patch-az
graphics/ivtools/patches/patch-ba
graphics/ivtools/patches/patch-bb
graphics/ivtools/patches/patch-bc
graphics/jasper/DESCR
graphics/jasper/Makefile
graphics/jasper/PLIST
graphics/jasper/buildlink3.mk
graphics/jasper/distinfo
graphics/jasper/patches/patch-ad
graphics/jasper/patches/patch-ae
graphics/jasper/patches/patch-ag
graphics/jasper/patches/patch-ah
graphics/jasper/patches/patch-ai
graphics/jhead/DESCR
graphics/jhead/Makefile
graphics/jhead/PLIST
graphics/jhead/distinfo
graphics/jpeg/DESCR
graphics/jpeg/Makefile
graphics/jpeg/PLIST
graphics/jpeg/buildlink3.mk
graphics/jpeg/distinfo
graphics/jpeg/files/exifautotran
graphics/jpeg/files/jpegexiforient.c
graphics/jpeg/patches/patch-aa
graphics/jpeg/patches/patch-ab
graphics/jpeg/patches/patch-ac
graphics/jpeg/patches/patch-ad
graphics/jpeg/patches/patch-ae
graphics/jpeg2ps/DESCR
graphics/jpeg2ps/Makefile
graphics/jpeg2ps/PLIST
graphics/jpeg2ps/distinfo
graphics/jpeg2ps/patches/patch-aa
graphics/jpeg_ls/DESCR
graphics/jpeg_ls/Makefile
graphics/jpeg_ls/PLIST
graphics/jpeg_ls/distinfo
graphics/jpeg_ls/patches/patch-aa
graphics/jpeg_ls/patches/patch-ab
graphics/jpeg_ls/patches/patch-ac
graphics/jpeg_ls/patches/patch-ad
graphics/jpeg_ls/patches/patch-ae
graphics/jpeg_ls/patches/patch-af
graphics/jpeg_ls/patches/patch-ag
graphics/jpeg_ls/patches/patch-ah
graphics/jpeg_ls/patches/patch-ai
graphics/jpeg_ls/patches/patch-aj
graphics/jpeg_ls/patches/patch-ak
graphics/jpeg_ls/patches/patch-al
graphics/jpeginfo/DESCR
graphics/jpeginfo/Makefile
graphics/jpeginfo/PLIST
graphics/jpeginfo/distinfo
graphics/jpeginfo/patches/patch-aa
graphics/jpegoptim/DESCR
graphics/jpegoptim/Makefile
graphics/jpegoptim/PLIST
graphics/jpegoptim/distinfo
graphics/jpegoptim/patches/patch-aa
graphics/jpegpixi/DESCR
graphics/jpegpixi/Makefile
graphics/jpegpixi/PLIST
graphics/jpegpixi/distinfo
graphics/kbarcode/DESCR
graphics/kbarcode/Makefile
graphics/kbarcode/PLIST
graphics/kbarcode/distinfo
graphics/kdegraphics3/DESCR
graphics/kdegraphics3/Makefile
graphics/kdegraphics3/PLIST
graphics/kdegraphics3/buildlink3.mk
graphics/kdegraphics3/distinfo
graphics/kipi-plugins-calendar/DESCR
graphics/kipi-plugins-calendar/Makefile
graphics/kipi-plugins-calendar/PLIST
graphics/kipi-plugins/DESCR
graphics/kipi-plugins/Makefile
graphics/kipi-plugins/PLIST
graphics/kipi-plugins/buildlink3.mk
graphics/kipi-plugins/distinfo
graphics/kipi-plugins/patches/patch-aa
graphics/kipi-plugins/patches/patch-ab
graphics/kipi-plugins/patches/patch-ac
graphics/koverartist/DESCR
graphics/koverartist/Makefile
graphics/koverartist/PLIST
graphics/koverartist/distinfo
graphics/koverartist/patches/patch-aa
graphics/koverartist/patches/patch-ab
graphics/koverartist/patches/patch-ac
graphics/kphotoalbum/DESCR
graphics/kphotoalbum/Makefile
graphics/kphotoalbum/PLIST
graphics/kphotoalbum/distinfo
graphics/kphotoalbum/patches/patch-aa
graphics/kphotobook/DESCR
graphics/kphotobook/Makefile
graphics/kphotobook/PLIST
graphics/kphotobook/distinfo
graphics/kphotobook/patches/patch-aa
graphics/kphotobook/patches/patch-ab
graphics/kphotobook/patches/patch-ac
graphics/kphotools/DESCR
graphics/kphotools/Makefile
graphics/kphotools/PLIST
graphics/kphotools/distinfo
graphics/kphotools/files/pkgsrc_fixes.h
graphics/kphotools/patches/patch-aa
graphics/kphotools/patches/patch-ab
graphics/kphotools/patches/patch-ac
graphics/kphotools/patches/patch-ad
graphics/kphotools/patches/patch-ae
graphics/kphotools/patches/patch-af
graphics/kphotools/patches/patch-ag
graphics/kphotools/patches/patch-ah
graphics/kphotools/patches/patch-ai
graphics/lcms/DESCR
graphics/lcms/Makefile
graphics/lcms/PLIST
graphics/lcms/buildlink3.mk
graphics/lcms/distinfo
graphics/lib3ds/DESCR
graphics/lib3ds/Makefile
graphics/lib3ds/PLIST
graphics/lib3ds/buildlink3.mk
graphics/lib3ds/distinfo
graphics/lib3ds/patches/patch-aa
graphics/lib3ds/patches/patch-ab
graphics/lib3ds/patches/patch-ac
graphics/lib3ds/patches/patch-ad
graphics/lib3ds/patches/patch-ae
graphics/libart/DESCR
graphics/libart/Makefile
graphics/libart/PLIST
graphics/libart/buildlink3.mk
graphics/libart/distinfo
graphics/libcaca/DESCR
graphics/libcaca/Makefile
graphics/libcaca/PLIST
graphics/libcaca/distinfo
graphics/libcaca/options.mk
graphics/libcaca/patches/patch-aa
graphics/libcaca/patches/patch-ab
graphics/libcaca/patches/patch-ac
graphics/libexif-gtk/DESCR
graphics/libexif-gtk/Makefile
graphics/libexif-gtk/PLIST
graphics/libexif-gtk/buildlink3.mk
graphics/libexif-gtk/distinfo
graphics/libexif-gtk/patches/patch-aa
graphics/libexif-gtk/patches/patch-ab
graphics/libexif/DESCR
graphics/libexif/Makefile
graphics/libexif/PLIST
graphics/libexif/buildlink3.mk
graphics/libexif/distinfo
graphics/libgdiplus/DESCR
graphics/libgdiplus/Makefile
graphics/libgdiplus/PLIST
graphics/libgdiplus/buildlink3.mk
graphics/libgdiplus/distinfo
graphics/libgdiplus/patches/patch-aa
graphics/libggi/DESCR
graphics/libggi/Makefile
graphics/libggi/PLIST
graphics/libggi/buildlink3.mk
graphics/libggi/distinfo
graphics/libggi/patches/patch-aa
graphics/libggi/patches/patch-ab
graphics/libggi/patches/patch-ac
graphics/libggi/patches/patch-ad
graphics/libggigcp/DESCR
graphics/libggigcp/Makefile
graphics/libggigcp/PLIST
graphics/libggigcp/distinfo
graphics/libggigcp/patches/patch-aa
graphics/libggimisc/DESCR
graphics/libggimisc/Makefile
graphics/libggimisc/PLIST
graphics/libggimisc/distinfo
graphics/libggimisc/patches/patch-aa
graphics/libggiwmh/DESCR
graphics/libggiwmh/Makefile
graphics/libggiwmh/PLIST
graphics/libggiwmh/buildlink3.mk
graphics/libggiwmh/distinfo
graphics/libggiwmh/patches/patch-aa
graphics/libgii/DESCR
graphics/libgii/Makefile
graphics/libgii/PLIST
graphics/libgii/PLIST.DragonFly
graphics/libgii/PLIST.FreeBSD
graphics/libgii/PLIST.Linux
graphics/libgii/buildlink3.mk
graphics/libgii/distinfo
graphics/libgii/patches/patch-aa
graphics/libgii/patches/patch-ae
graphics/libgii/patches/patch-af
graphics/libgii/patches/patch-ag
graphics/libgiigic/DESCR
graphics/libgiigic/Makefile
graphics/libgiigic/PLIST
graphics/libgiigic/distinfo
graphics/libgiigic/patches/patch-aa
graphics/libgiigic/patches/patch-ab
graphics/libgnomecanvas/DESCR
graphics/libgnomecanvas/Makefile
graphics/libgnomecanvas/PLIST
graphics/libgnomecanvas/buildlink3.mk
graphics/libgnomecanvas/distinfo
graphics/libgnomecanvasmm/DESCR
graphics/libgnomecanvasmm/Makefile
graphics/libgnomecanvasmm/PLIST
graphics/libgnomecanvasmm/buildlink3.mk
graphics/libgnomecanvasmm/distinfo
graphics/libkdcraw/DESCR
graphics/libkdcraw/Makefile
graphics/libkdcraw/PLIST
graphics/libkdcraw/buildlink3.mk
graphics/libkdcraw/distinfo
graphics/libkexif/DESCR
graphics/libkexif/Makefile
graphics/libkexif/PLIST
graphics/libkexif/buildlink3.mk
graphics/libkexif/distinfo
graphics/libkexif/patches/patch-aa
graphics/libkexiv2/DESCR
graphics/libkexiv2/Makefile
graphics/libkexiv2/PLIST
graphics/libkexiv2/buildlink3.mk
graphics/libkexiv2/distinfo
graphics/libkexiv2/patches/patch-aa
graphics/libkipi/DESCR
graphics/libkipi/Makefile
graphics/libkipi/PLIST
graphics/libkipi/buildlink3.mk
graphics/libkipi/distinfo
graphics/libkipi/patches/patch-aa
graphics/liblqr/DESCR
graphics/liblqr/Makefile
graphics/liblqr/PLIST
graphics/liblqr/buildlink3.mk
graphics/liblqr/distinfo
graphics/libotf/DESCR
graphics/libotf/Makefile
graphics/libotf/PLIST
graphics/libotf/buildlink3.mk
graphics/libotf/distinfo
graphics/libotf/options.mk
graphics/librsvg/DESCR
graphics/librsvg/Makefile
graphics/librsvg/PLIST
graphics/librsvg/buildlink3.mk
graphics/librsvg/distinfo
graphics/librsvg/patches/patch-aa
graphics/librsvg/patches/patch-ab
graphics/librsvg/patches/patch-ac
graphics/libscigraphica/DESCR
graphics/libscigraphica/Makefile
graphics/libscigraphica/PLIST
graphics/libscigraphica/buildlink3.mk
graphics/libscigraphica/distinfo
graphics/libscigraphica/patches/patch-aa
graphics/libscigraphica/patches/patch-ab
graphics/libungif/DESCR
graphics/libungif/Makefile
graphics/libungif/PLIST
graphics/libungif/buildlink3.mk
graphics/libungif/distinfo
graphics/libungif/patches/patch-ab
graphics/libvideogfx/DESCR
graphics/libvideogfx/Makefile
graphics/libvideogfx/PLIST
graphics/libvideogfx/buildlink3.mk
graphics/libvideogfx/distinfo
graphics/libvideogfx/patches/patch-aa
graphics/libvideogfx/patches/patch-ab
graphics/libvideogfx/patches/patch-ac
graphics/libvideogfx/patches/patch-ad
graphics/libvideogfx/patches/patch-ae
graphics/libvideogfx/patches/patch-af
graphics/libvideogfx/patches/patch-ag
graphics/libwmf/DESCR
graphics/libwmf/MESSAGE
graphics/libwmf/Makefile
graphics/libwmf/PLIST
graphics/libwmf/buildlink3.mk
graphics/libwmf/distinfo
graphics/libwmf/hacks.mk
graphics/libwmf/patches/patch-ad
graphics/libwmf/patches/patch-ae
graphics/ljpeg/DESCR
graphics/ljpeg/Makefile
graphics/ljpeg/PLIST
graphics/ljpeg/distinfo
graphics/ljpeg/patches/patch-aa
graphics/ljpeg/patches/patch-ab
graphics/lprof/DESCR
graphics/lprof/Makefile
graphics/lprof/PLIST
graphics/lprof/distinfo
graphics/lprof/patches/patch-aa
graphics/lprof/patches/patch-ab
graphics/lprof/patches/patch-ac
graphics/lprof/patches/patch-ad
graphics/lprof/patches/patch-ae
graphics/lprof/patches/patch-af
graphics/lprof/patches/patch-ag
graphics/magicpoint/DESCR
graphics/magicpoint/Makefile
graphics/magicpoint/PLIST
graphics/magicpoint/distinfo
graphics/magicpoint/patches/patch-aa
graphics/magicpoint/patches/patch-ab
graphics/magicpoint/patches/patch-ac
graphics/magicpoint/patches/patch-ad
graphics/magicpoint/patches/patch-ae
graphics/magicpoint/patches/patch-af
graphics/magicpoint/patches/patch-ag
graphics/magicpoint/patches/patch-ah
graphics/magicpoint/patches/patch-ai
graphics/magicpoint/patches/patch-aj
graphics/magicpoint/patches/patch-ak
graphics/magicpoint/patches/patch-al
graphics/magicpoint/patches/patch-am
graphics/mayavi/DESCR
graphics/mayavi/Makefile
graphics/mayavi/PLIST
graphics/mayavi/distinfo
graphics/metacam/DESCR
graphics/metacam/Makefile
graphics/metacam/PLIST
graphics/metacam/distinfo
graphics/mgl/DESCR
graphics/mgl/Makefile
graphics/mgl/PLIST
graphics/mgl/distinfo
graphics/mgl/patches/patch-aa
graphics/mgl/patches/patch-ab
graphics/mgl/patches/patch-ac
graphics/mgl/patches/patch-ad
graphics/mgl/patches/patch-ae
graphics/mgl/patches/patch-af
graphics/mgl/patches/patch-ag
graphics/mgl/patches/patch-ah
graphics/mgl/patches/patch-ai
graphics/mgl/patches/patch-aj
graphics/mgl/patches/patch-ak
graphics/mgl/patches/patch-al
graphics/mgl/patches/patch-am
graphics/mgl/patches/patch-an
graphics/mgl/patches/patch-ao
graphics/mgl/patches/patch-ap
graphics/mgl/patches/patch-aq
graphics/mgl/patches/patch-ar
graphics/mgl/patches/patch-as
graphics/mgl/patches/patch-at
graphics/mgl/patches/patch-au
graphics/mgl/patches/patch-av
graphics/mgl/patches/patch-aw
graphics/mng/DESCR
graphics/mng/Makefile
graphics/mng/PLIST
graphics/mng/buildlink3.mk
graphics/mng/distinfo
graphics/mpeg2codec/DESCR
graphics/mpeg2codec/Makefile
graphics/mpeg2codec/PLIST
graphics/mpeg2codec/distinfo
graphics/mpeg2codec/patches/patch-aa
graphics/mpgtx/DESCR
graphics/mpgtx/Makefile
graphics/mpgtx/PLIST
graphics/mpgtx/distinfo
graphics/ncview/DESCR
graphics/ncview/Makefile
graphics/ncview/PLIST
graphics/ncview/distinfo
graphics/ncview/patches/patch-aa
graphics/ncview/patches/patch-ab
graphics/netpbm/DESCR
graphics/netpbm/Makefile
graphics/netpbm/buildlink3.mk
graphics/netpbm/distinfo
graphics/netpbm/hacks.mk
graphics/netpbm/patches/patch-aa
graphics/netpbm/patches/patch-ab
graphics/netpbm/patches/patch-ac
graphics/netpbm/patches/patch-ad
graphics/netpbm/patches/patch-ae
graphics/netpbm/patches/patch-af
graphics/netpbm/patches/patch-ag
graphics/netpbm/patches/patch-ah
graphics/netpbm/patches/patch-ai
graphics/netpbm/patches/patch-aj
graphics/netpbm/patches/patch-ak
graphics/netpbm/patches/patch-al
graphics/netpbm/patches/patch-am
graphics/netpbm/patches/patch-an
graphics/netpbm/patches/patch-ao
graphics/netpbm/patches/patch-ap
graphics/netpbm/patches/patch-aq
graphics/netpbm/patches/patch-ar
graphics/netpbm/patches/patch-as
graphics/netpbm/patches/patch-at
graphics/netpbm/patches/patch-au
graphics/netpbm/patches/patch-av
graphics/netpbm/patches/patch-aw
graphics/netpbm/patches/patch-ax
graphics/netpbm/patches/patch-ay
graphics/netpbm/patches/patch-ca
graphics/netpbm/patches/patch-cb
graphics/netpbm/patches/patch-da
graphics/netpbm/patches/patch-db
graphics/netpbm/patches/patch-dc
graphics/netpbm/patches/patch-dd
graphics/netpbm/patches/patch-ppmdraw
graphics/ns-cult3d/DESCR
graphics/ns-cult3d/Makefile
graphics/ns-cult3d/PLIST
graphics/ns-cult3d/distinfo
graphics/ns-cult3d/files/getsite.sh
graphics/nvtv-gtk2/DESCR
graphics/nvtv-gtk2/Makefile
graphics/nvtv/DESCR
graphics/nvtv/Makefile
graphics/nvtv/Makefile.common
graphics/nvtv/PLIST
graphics/nvtv/distinfo
graphics/nvtv/files/nvtvd.sh
graphics/nvtv/patches/patch-ac
graphics/ocrad/DESCR
graphics/ocrad/Makefile
graphics/ocrad/PLIST
graphics/ocrad/distinfo
graphics/ocrad/patches/patch-aa
graphics/ocrad/patches/patch-ab
graphics/ocrad/patches/patch-ac
graphics/opencv/DESCR
graphics/opencv/Makefile
graphics/opencv/PLIST
graphics/opencv/distinfo
graphics/opencv/patches/patch-aa
graphics/opencv/patches/patch-ab
graphics/opencv/patches/patch-ac
graphics/opendis/DESCR
graphics/opendis/Makefile
graphics/opendis/PLIST
graphics/opendis/distinfo
graphics/opendis/patches/patch-aa
graphics/opendis/patches/patch-ab
graphics/openexr/DESCR
graphics/openexr/Makefile
graphics/openexr/PLIST
graphics/openexr/buildlink3.mk
graphics/openexr/distinfo
graphics/openexr/patches/patch-aa
graphics/openexr/patches/patch-ab
graphics/optipng/DESCR
graphics/optipng/Makefile
graphics/optipng/PLIST
graphics/optipng/distinfo
graphics/optipng/patches/patch-aa
graphics/optipng/patches/patch-ac
graphics/ov519view/DESCR
graphics/ov519view/MESSAGE
graphics/ov519view/Makefile
graphics/ov519view/PLIST
graphics/ov519view/distinfo
graphics/ov519view/patches/patch-aa
graphics/ov519view/patches/patch-ab
graphics/ov519view/patches/patch-ac
graphics/ov519view/patches/patch-ad
graphics/ov519view/patches/patch-ae
graphics/p5-Chart-ThreeD/DESCR
graphics/p5-Chart-ThreeD/Makefile
graphics/p5-Chart-ThreeD/distinfo
graphics/p5-Chart/DESCR
graphics/p5-Chart/Makefile
graphics/p5-Chart/distinfo
graphics/p5-GD-Graph-sparklines/DESCR
graphics/p5-GD-Graph-sparklines/Makefile
graphics/p5-GD-Graph-sparklines/distinfo
graphics/p5-GD-SVG/DESCR
graphics/p5-GD-SVG/Makefile
graphics/p5-GD-SVG/distinfo
graphics/p5-GD/DESCR
graphics/p5-GD/Makefile
graphics/p5-GD/distinfo
graphics/p5-GDGraph/DESCR
graphics/p5-GDGraph/Makefile
graphics/p5-GDGraph/distinfo
graphics/p5-GDGraph3d/DESCR
graphics/p5-GDGraph3d/Makefile
graphics/p5-GDGraph3d/distinfo
graphics/p5-GDTextUtil/DESCR
graphics/p5-GDTextUtil/Makefile
graphics/p5-GDTextUtil/distinfo
graphics/p5-GIFgraph/DESCR
graphics/p5-GIFgraph/Makefile
graphics/p5-GIFgraph/distinfo
graphics/p5-Gdk-Imlib/DESCR
graphics/p5-Gdk-Imlib/Makefile
graphics/p5-Gdk-Pixbuf/DESCR
graphics/p5-Gdk-Pixbuf/Makefile
graphics/p5-GraphViz/DESCR
graphics/p5-GraphViz/Makefile
graphics/p5-GraphViz/PLIST
graphics/p5-GraphViz/distinfo
graphics/p5-Image-ExifTool/DESCR
graphics/p5-Image-ExifTool/Makefile
graphics/p5-Image-ExifTool/distinfo
graphics/p5-Image-Imlib2/DESCR
graphics/p5-Image-Imlib2/Makefile
graphics/p5-Image-Imlib2/distinfo
graphics/p5-Image-Info/DESCR
graphics/p5-Image-Info/Makefile
graphics/p5-Image-Info/distinfo
graphics/p5-Image-Size/DESCR
graphics/p5-Image-Size/Makefile
graphics/p5-Image-Size/distinfo
graphics/p5-Image-Size/patches/patch-aa
graphics/p5-PerlMagick/DESCR
graphics/p5-PerlMagick/Makefile
graphics/p5-RRDTool-OO/DESCR
graphics/p5-RRDTool-OO/Makefile
graphics/p5-RRDTool-OO/distinfo
graphics/p5-SVG/DESCR
graphics/p5-SVG/Makefile
graphics/p5-SVG/distinfo
graphics/p5-SWF-File/DESCR
graphics/p5-SWF-File/Makefile
graphics/p5-SWF-File/distinfo
graphics/p5-Template-GD/DESCR
graphics/p5-Template-GD/Makefile
graphics/p5-Template-GD/distinfo
graphics/p5-cairo/DESCR
graphics/p5-cairo/Makefile
graphics/p5-cairo/buildlink3.mk
graphics/p5-cairo/distinfo
graphics/pdiff/DESCR
graphics/pdiff/Makefile
graphics/pdiff/PLIST
graphics/pdiff/distinfo
graphics/pdiff/patches/patch-ab
graphics/pear-Image_Canvas/DESCR
graphics/pear-Image_Canvas/Makefile
graphics/pear-Image_Canvas/distinfo
graphics/pear-Image_Canvas/patches/patch-aa
graphics/pear-Image_Color/DESCR
graphics/pear-Image_Color/Makefile
graphics/pear-Image_Color/distinfo
graphics/pear-Image_Color/patches/patch-aa
graphics/pear-Image_Graph/DESCR
graphics/pear-Image_Graph/Makefile
graphics/pear-Image_Graph/distinfo
graphics/pear-Image_Graph/patches/patch-aa
graphics/pgraf/DESCR
graphics/pgraf/Makefile
graphics/pgraf/PLIST
graphics/pgraf/distinfo
graphics/pgraf/patches/patch-aa
graphics/pgraf/patches/patch-ab
graphics/pgraf/patches/patch-ac
graphics/pgraf/patches/patch-ad
graphics/photopc/DESCR
graphics/photopc/Makefile
graphics/photopc/PLIST
graphics/photopc/distinfo
graphics/php-exif/DESCR
graphics/php-exif/Makefile
graphics/php-gd/DESCR
graphics/php-gd/Makefile
graphics/php-jpgraph/DESCR
graphics/php-jpgraph/MESSAGE
graphics/php-jpgraph/Makefile
graphics/php-jpgraph/PLIST
graphics/php-jpgraph/distinfo
graphics/phpsview/DESCR
graphics/phpsview/Makefile
graphics/phpsview/PLIST
graphics/phpsview/distinfo
graphics/phpsview/patches/patch-aa
graphics/phpsview/patches/patch-ab
graphics/phpsview/patches/patch-ac
graphics/phpsview/patches/patch-ad
graphics/phpsview/patches/patch-ae
graphics/pixieplus/DESCR
graphics/pixieplus/Makefile
graphics/pixieplus/PLIST
graphics/pixieplus/distinfo
graphics/pixieplus/patches/patch-aa
graphics/pixieplus/patches/patch-ab
graphics/pixieplus/patches/patch-ac
graphics/pixieplus/patches/patch-ad
graphics/pixieplus/patches/patch-ae
graphics/pixieplus/patches/patch-af
graphics/pixieplus/patches/patch-ag
graphics/pixieplus/patches/patch-ah
graphics/pixieplus/patches/patch-ai
graphics/pixieplus/patches/patch-aj
graphics/pixieplus/patches/patch-ak
graphics/pixieplus/patches/patch-al
graphics/pixieplus/patches/patch-am
graphics/pixieplus/patches/patch-an
graphics/pixmap/DESCR
graphics/pixmap/Makefile
graphics/pixmap/PLIST
graphics/pixmap/distinfo
graphics/pixmap/patches/patch-aa
graphics/pixmap/patches/patch-ab
graphics/pixmap/patches/patch-ac
graphics/ploticus-examples/DESCR
graphics/ploticus-examples/Makefile
graphics/ploticus-examples/PLIST
graphics/ploticus-examples/distinfo
graphics/ploticus/DESCR
graphics/ploticus/Makefile
graphics/ploticus/PLIST
graphics/ploticus/distinfo
graphics/ploticus/patches/patch-aa
graphics/ploticus/patches/patch-ab
graphics/ploticus/patches/patch-ba
graphics/ploticus/patches/patch-bb
graphics/ploticus/patches/patch-bc
graphics/ploticus/patches/patch-bd
graphics/plotmtv/DESCR
graphics/plotmtv/Makefile
graphics/plotmtv/PLIST
graphics/plotmtv/distinfo
graphics/plotmtv/patches/patch-aa
graphics/plotmtv/patches/patch-ab
graphics/plotmtv/patches/patch-ac
graphics/plotmtv/patches/patch-ad
graphics/plotutils-nox11/DESCR
graphics/plotutils-nox11/Makefile
graphics/plotutils-nox11/PLIST
graphics/plotutils-nox11/buildlink3.mk
graphics/plotutils/DESCR
graphics/plotutils/Makefile
graphics/plotutils/PLIST
graphics/plotutils/buildlink3.mk
graphics/plotutils/distinfo
graphics/plotutils/patches/patch-aa
graphics/plotutils/patches/patch-ab
graphics/plotutils/patches/patch-ac
graphics/plotutils/patches/patch-ad
graphics/plotutils/patches/patch-ae
graphics/png/DESCR
graphics/png/Makefile
graphics/png/PLIST
graphics/png/buildlink3.mk
graphics/png/distinfo
graphics/png/hacks.mk
graphics/png/patches/patch-aa
graphics/png/patches/patch-ac
graphics/png/patches/patch-ae
graphics/png2html/DESCR
graphics/png2html/Makefile
graphics/png2html/PLIST
graphics/png2html/distinfo
graphics/png2html/patches/patch-aa
graphics/pngcheck/DESCR
graphics/pngcheck/Makefile
graphics/pngcheck/PLIST
graphics/pngcheck/distinfo
graphics/pngcrush/DESCR
graphics/pngcrush/Makefile
graphics/pngcrush/PLIST
graphics/pngcrush/distinfo
graphics/pngcrush/patches/patch-aa
graphics/pornview/DESCR
graphics/pornview/Makefile
graphics/pornview/PLIST
graphics/pornview/TODO
graphics/pornview/distinfo
graphics/pornview/options.mk
graphics/pornview/patches/patch-aa
graphics/pornview/patches/patch-ab
graphics/pornview/patches/patch-ac
graphics/pornview/patches/patch-ad
graphics/pornview/patches/patch-ae
graphics/potrace/DESCR
graphics/potrace/Makefile
graphics/potrace/PLIST
graphics/potrace/distinfo
graphics/povray/DESCR
graphics/povray/Makefile
graphics/povray/PLIST
graphics/povray/distinfo
graphics/povray/patches/patch-aa
graphics/povray/patches/patch-ad
graphics/povray/patches/patch-af
graphics/povray/patches/patch-ag
graphics/povray/patches/patch-ah
graphics/povray/patches/patch-ai
graphics/povray/patches/patch-aj
graphics/ppmtoxvpic/DESCR
graphics/ppmtoxvpic/Makefile
graphics/ppmtoxvpic/PLIST
graphics/ppmtoxvpic/distinfo
graphics/ppmtoxvpic/patches/patch-aa
graphics/prag/DESCR
graphics/prag/Makefile
graphics/prag/PLIST
graphics/prag/distinfo
graphics/prag/patches/patch-aa
graphics/ps2eps/DESCR
graphics/ps2eps/Makefile
graphics/ps2eps/PLIST
graphics/ps2eps/distinfo
graphics/ps2eps/patches/patch-aa
graphics/pstoedit/DESCR
graphics/pstoedit/Makefile
graphics/pstoedit/PLIST
graphics/pstoedit/distinfo
graphics/pstoedit/patches/patch-aa
graphics/pstoedit/patches/patch-ba
graphics/py-OpenGL/DESCR
graphics/py-OpenGL/Makefile
graphics/py-OpenGL/PLIST
graphics/py-OpenGL/distinfo
graphics/py-OpenGL/patches/patch-ac
graphics/py-biggles/DESCR
graphics/py-biggles/Makefile
graphics/py-biggles/PLIST
graphics/py-biggles/distinfo
graphics/py-cairo/DESCR
graphics/py-cairo/Makefile
graphics/py-cairo/PLIST
graphics/py-cairo/buildlink3.mk
graphics/py-cairo/distinfo
graphics/py-gd/DESCR
graphics/py-gd/Makefile
graphics/py-gd/PLIST
graphics/py-gd/distinfo
graphics/py-gd/files/Setup.in
graphics/py-gd/patches/patch-aa
graphics/py-gdchart/DESCR
graphics/py-gdchart/Makefile
graphics/py-gdchart/PLIST
graphics/py-gdchart/distinfo
graphics/py-gdchart/patches/patch-aa
graphics/py-gdchart/patches/patch-ab
graphics/py-gnuplot/DESCR
graphics/py-gnuplot/Makefile
graphics/py-gnuplot/PLIST
graphics/py-gnuplot/distinfo
graphics/py-gtkglext/DESCR
graphics/py-gtkglext/Makefile
graphics/py-gtkglext/PLIST
graphics/py-gtkglext/distinfo
graphics/py-gtkglext/patches/patch-aa
graphics/py-imaging/DESCR
graphics/py-imaging/Makefile
graphics/py-imaging/PLIST
graphics/py-imaging/buildlink3.mk
graphics/py-imaging/distinfo
graphics/py-imaging/files/Setup.in
graphics/py-imaging/patches/patch-ab
graphics/py-imagingtk/DESCR
graphics/py-imagingtk/Makefile
graphics/py-imagingtk/PLIST
graphics/py-imagingtk/distinfo
graphics/py-imagingtk/patches/patch-aa
graphics/py-matplotlib-gtk2/DESCR
graphics/py-matplotlib-gtk2/Makefile
graphics/py-matplotlib-gtk2/PLIST
graphics/py-matplotlib-gtk2/distinfo
graphics/py-matplotlib-gtk2/patches/patch-aa
graphics/py-matplotlib-gtk2/patches/patch-ab
graphics/py-matplotlib/DESCR
graphics/py-matplotlib/Makefile
graphics/py-matplotlib/PLIST
graphics/py-matplotlib/buildlink3.mk
graphics/py-matplotlib/distinfo
graphics/py-matplotlib/patches/patch-aa
graphics/py-matplotlib/patches/patch-ab
graphics/py-piddle/DESCR
graphics/py-piddle/Makefile
graphics/py-piddle/PLIST
graphics/py-piddle/distinfo
graphics/qcamview/DESCR
graphics/qcamview/Makefile
graphics/qcamview/PLIST
graphics/qcamview/distinfo
graphics/qcamview/patches/patch-aa
graphics/qcamview/patches/patch-ab
graphics/qcamview/patches/patch-ac
graphics/qcamview/patches/patch-ad
graphics/qcamview/patches/patch-ae
graphics/qcamview/patches/patch-af
graphics/qiv/DESCR
graphics/qiv/Makefile
graphics/qiv/PLIST
graphics/qiv/distinfo
graphics/qiv/patches/patch-aa
graphics/qvplay/DESCR
graphics/qvplay/Makefile
graphics/qvplay/PLIST
graphics/qvplay/distinfo
graphics/qvplay/patches/patch-aa
graphics/rabbit/DESCR
graphics/rabbit/MESSAGE
graphics/rabbit/Makefile
graphics/rabbit/PLIST
graphics/rabbit/distinfo
graphics/rabbit/patches/patch-ab
graphics/rabbit/patches/patch-ac
graphics/rabbit/patches/patch-ad
graphics/radiance/DESCR
graphics/radiance/Makefile
graphics/radiance/PLIST
graphics/radiance/distinfo
graphics/radiance/patches/patch-aa
graphics/radiance/patches/patch-ab
graphics/radiance/patches/patch-ac
graphics/radiance/patches/patch-ad
graphics/radiance/patches/patch-ae
graphics/radiance/patches/patch-af
graphics/radiance/patches/patch-ag
graphics/radiance/patches/patch-ah
graphics/radiance/patches/patch-ai
graphics/radiance/patches/patch-aj
graphics/radiance/patches/patch-ak
graphics/radiance/patches/patch-al
graphics/radiance/patches/patch-am
graphics/radiance/patches/patch-an
graphics/radiance/patches/patch-ao
graphics/radiance/patches/patch-ap
graphics/radiance/patches/patch-aq
graphics/radiance/patches/patch-ar
graphics/radiance/patches/patch-as
graphics/radiance/patches/patch-at
graphics/radiance/patches/patch-au
graphics/radiance/patches/patch-av
graphics/radiance/patches/patch-aw
graphics/rayshade/DESCR
graphics/rayshade/Makefile
graphics/rayshade/PLIST
graphics/rayshade/distinfo
graphics/rayshade/files/config.h
graphics/rayshade/patches/patch-aa
graphics/rayshade/patches/patch-ab
graphics/rayshade/patches/patch-ac
graphics/rayshade/patches/patch-ba
graphics/refocus-it/DESCR
graphics/refocus-it/Makefile
graphics/refocus-it/PLIST
graphics/refocus-it/distinfo
graphics/refocus-it/patches/patch-aa
graphics/resize_image/DESCR
graphics/resize_image/Makefile
graphics/resize_image/PLIST
graphics/resize_image/distinfo
graphics/resize_image/patches/patch-aa
graphics/resize_image/patches/patch-ab
graphics/resize_image/patches/patch-ac
graphics/resize_image/patches/patch-ad
graphics/ruby-RMagick/DESCR
graphics/ruby-RMagick/Makefile
graphics/ruby-RMagick/PLIST
graphics/ruby-RMagick/distinfo
graphics/ruby-color/DESCR
graphics/ruby-color/Makefile
graphics/ruby-color/PLIST
graphics/ruby-color/distinfo
graphics/ruby-gd/DESCR
graphics/ruby-gd/Makefile
graphics/ruby-gd/PLIST
graphics/ruby-gd/distinfo
graphics/ruby-gnome2-gdkpixbuf/DESCR
graphics/ruby-gnome2-gdkpixbuf/Makefile
graphics/ruby-gnome2-gdkpixbuf/PLIST
graphics/ruby-gnome2-gnomecanvas/DESCR
graphics/ruby-gnome2-gnomecanvas/Makefile
graphics/ruby-gnome2-gnomecanvas/PLIST
graphics/ruby-gnome2-libart/DESCR
graphics/ruby-gnome2-libart/Makefile
graphics/ruby-gnome2-libart/PLIST
graphics/ruby-gnome2-rsvg/DESCR
graphics/ruby-gnome2-rsvg/Makefile
graphics/ruby-gnome2-rsvg/PLIST
graphics/ruby-gnuplot/DESCR
graphics/ruby-gnuplot/Makefile
graphics/ruby-gnuplot/PLIST
graphics/ruby-gnuplot/distinfo
graphics/ruby-imlib2/DESCR
graphics/ruby-imlib2/Makefile
graphics/ruby-imlib2/PLIST
graphics/ruby-imlib2/distinfo
graphics/ruby-opengl/DESCR
graphics/ruby-opengl/Makefile
graphics/ruby-opengl/PLIST
graphics/ruby-opengl/distinfo
graphics/ruby-rcairo/DESCR
graphics/ruby-rcairo/Makefile
graphics/ruby-rcairo/PLIST
graphics/ruby-rcairo/buildlink3.mk
graphics/ruby-rcairo/distinfo
graphics/s10sh/DESCR
graphics/s10sh/Makefile
graphics/s10sh/PLIST
graphics/s10sh/distinfo
graphics/s10sh/patches/patch-aa
graphics/s10sh/patches/patch-ab
graphics/s10sh/patches/patch-ac
graphics/s10sh/patches/patch-ad
graphics/s10sh/patches/patch-ae
graphics/sane-backends/DESCR
graphics/sane-backends/Makefile
graphics/sane-backends/Makefile.common
graphics/sane-backends/PLIST
graphics/sane-backends/PLIST.Linux
graphics/sane-backends/buildlink3.mk
graphics/sane-backends/distinfo
graphics/sane-backends/options.mk
graphics/sane-backends/patches/patch-aa
graphics/sane-backends/patches/patch-ab
graphics/sane-backends/patches/patch-ac
graphics/sane-backends/patches/patch-ad
graphics/sane-backends/patches/patch-ae
graphics/sane-frontends/DESCR
graphics/sane-frontends/Makefile
graphics/sane-frontends/PLIST
graphics/sane-frontends/distinfo
graphics/sane-frontends/options.mk
graphics/scigraphica/DESCR
graphics/scigraphica/Makefile
graphics/scigraphica/PLIST
graphics/scigraphica/distinfo
graphics/scigraphica/patches/patch-aa
graphics/scrot/DESCR
graphics/scrot/Makefile
graphics/scrot/PLIST
graphics/scrot/distinfo
graphics/scrot/patches/patch-aa
graphics/scrot/patches/patch-ab
graphics/showimg/DESCR
graphics/showimg/Makefile
graphics/showimg/PLIST
graphics/showimg/distinfo
graphics/showimg/patches/patch-aa
graphics/simage/DESCR
graphics/simage/Makefile
graphics/simage/PLIST
graphics/simage/buildlink3.mk
graphics/simage/distinfo
graphics/skencil/DESCR
graphics/skencil/Makefile
graphics/skencil/PLIST
graphics/skencil/distinfo
graphics/skencil/patches/patch-aa
graphics/snx101view/DESCR
graphics/snx101view/Makefile
graphics/snx101view/PLIST
graphics/snx101view/distinfo
graphics/snx101view/patches/patch-aa
graphics/snx101view/patches/patch-ab
graphics/snx101view/patches/patch-ac
graphics/snx101view/patches/patch-ad
graphics/sodipodi/DESCR
graphics/sodipodi/Makefile
graphics/sodipodi/PLIST
graphics/sodipodi/distinfo
graphics/sodipodi/patches/patch-aa
graphics/sodipodi/patches/patch-ab
graphics/sodipodi/patches/patch-ac
graphics/sodipodi/patches/patch-ad
graphics/sodipodi/patches/patch-ae
graphics/sodipodi/patches/patch-af
graphics/sodipodi/patches/patch-ag
graphics/spcaview/DESCR
graphics/spcaview/Makefile
graphics/spcaview/PLIST
graphics/spcaview/distinfo
graphics/spcaview/patches/patch-aa
graphics/spcaview/patches/patch-ab
graphics/tesseract/DESCR
graphics/tesseract/Makefile
graphics/tesseract/PLIST
graphics/tesseract/distinfo
graphics/tesseract/files/tesseract.sh
graphics/tgif/DESCR
graphics/tgif/Makefile
graphics/tgif/PLIST
graphics/tgif/distinfo
graphics/tgif/hacks.mk
graphics/tiff/DESCR
graphics/tiff/Makefile
graphics/tiff/PLIST
graphics/tiff/buildlink3.mk
graphics/tiff/distinfo
graphics/tiff/options.mk
graphics/tiff/patches/patch-aa
graphics/tiff/patches/patch-ab
graphics/tiff/patches/patch-at
graphics/tiff/patches/patch-au
graphics/tiff/patches/patch-av
graphics/tiff/patches/patch-aw
graphics/tiff/patches/patch-ax
graphics/tiff/patches/patch-ay
graphics/tiff/patches/patch-az
graphics/tiff/patches/patch-ba
graphics/tiff/patches/patch-bb
graphics/tiff/patches/patch-bc
graphics/tkpiechart/DESCR
graphics/tkpiechart/Makefile
graphics/tkpiechart/PLIST
graphics/tkpiechart/distinfo
graphics/tuxpaint-config/DESCR
graphics/tuxpaint-config/Makefile
graphics/tuxpaint-config/PLIST
graphics/tuxpaint-config/distinfo
graphics/tuxpaint-config/patches/patch-aa
graphics/tuxpaint-stamps/DESCR
graphics/tuxpaint-stamps/Makefile
graphics/tuxpaint-stamps/PLIST
graphics/tuxpaint-stamps/distinfo
graphics/tuxpaint-stamps/patches/patch-aa
graphics/tuxpaint/DESCR
graphics/tuxpaint/Makefile
graphics/tuxpaint/PLIST
graphics/tuxpaint/distinfo
graphics/tuxpaint/patches/patch-aa
graphics/tuxpaint/patches/patch-ab
graphics/tuxpaint/patches/patch-ad
graphics/urt/DESCR
graphics/urt/Makefile
graphics/urt/PLIST
graphics/urt/buildlink3.mk
graphics/urt/distinfo
graphics/urt/patches/patch-aa
graphics/urt/patches/patch-ab
graphics/urt/patches/patch-ac
graphics/urt/patches/patch-ad
graphics/urt/patches/patch-ae
graphics/urt/patches/patch-af
graphics/urt/patches/patch-ag
graphics/urt/patches/patch-ah
graphics/urt/patches/patch-ai
graphics/urt/patches/patch-aj
graphics/urt/patches/patch-ak
graphics/urt/patches/patch-al
graphics/urt/patches/patch-am
graphics/urt/patches/patch-an
graphics/urt/patches/patch-ao
graphics/urt/patches/patch-ap
graphics/urt/patches/patch-aq
graphics/urt/patches/patch-ar
graphics/urt/patches/patch-as
graphics/urt/patches/patch-at
graphics/urt/patches/patch-au
graphics/urt/patches/patch-av
graphics/urt/patches/patch-aw
graphics/urt/patches/patch-ax
graphics/urt/patches/patch-ay
graphics/urt/patches/patch-az
graphics/vcg/DESCR
graphics/vcg/Makefile
graphics/vcg/PLIST
graphics/vcg/distinfo
graphics/vcg/files/conf
graphics/vcg/files/demo.csh
graphics/vcg/files/globals.h
graphics/vcg/files/tMakefile
graphics/vcg/patches/patch-aa
graphics/vcg/patches/patch-ab
graphics/vcg/patches/patch-ac
graphics/vcg/patches/patch-ad
graphics/vcg/patches/patch-ae
graphics/vcg/patches/patch-af
graphics/vcg/patches/patch-ag
graphics/vcg/patches/patch-ah
graphics/vcg/patches/patch-ai
graphics/vcg/patches/patch-aj
graphics/vcg/patches/patch-ak
graphics/vcg/patches/patch-al
graphics/vcg/patches/patch-am
graphics/vcg/patches/patch-an
graphics/vcg/patches/patch-ao
graphics/vcg/patches/patch-ap
graphics/vcg/patches/patch-aq
graphics/veusz/DESCR
graphics/veusz/Makefile
graphics/veusz/PLIST
graphics/veusz/distinfo
graphics/vid/DESCR
graphics/vid/Makefile
graphics/vid/PLIST
graphics/vid/distinfo
graphics/vid/patches/patch-aa
graphics/vid/patches/patch-ab
graphics/viewfax/DESCR
graphics/viewfax/Makefile
graphics/viewfax/PLIST
graphics/viewfax/distinfo
graphics/viewfax/patches/patch-aa
graphics/vnc2swf/DESCR
graphics/vnc2swf/Makefile
graphics/vnc2swf/PLIST
graphics/vnc2swf/distinfo
graphics/vp/DESCR
graphics/vp/Makefile
graphics/vp/PLIST
graphics/vp/distinfo
graphics/vtk-data/DESCR
graphics/vtk-data/Makefile
graphics/vtk-data/PLIST
graphics/vtk-data/distinfo
graphics/vtk-docs/DESCR
graphics/vtk-docs/Makefile
graphics/vtk-docs/PLIST
graphics/vtk-docs/distinfo
graphics/vtk-python/DESCR
graphics/vtk-python/Makefile
graphics/vtk-python/PLIST
graphics/vtk/DESCR
graphics/vtk/Makefile
graphics/vtk/Makefile.common
graphics/vtk/Makefile.vtkdist
graphics/vtk/PLIST
graphics/vtk/distinfo
graphics/vtk/patches/patch-aa
graphics/vtk/patches/patch-ab
graphics/vtk/patches/patch-ac
graphics/vtk/patches/patch-ad
graphics/vtk/patches/patch-ae
graphics/vtk/patches/patch-af
graphics/vtk/patches/patch-ag
graphics/wmphoto/DESCR
graphics/wmphoto/Makefile
graphics/wmphoto/PLIST
graphics/wmphoto/distinfo
graphics/wmphoto/patches/patch-aa
graphics/wxsvg/DESCR
graphics/wxsvg/Makefile
graphics/wxsvg/PLIST
graphics/wxsvg/buildlink3.mk
graphics/wxsvg/distinfo
graphics/wxsvg/patches/patch-aa
graphics/wxsvg/patches/patch-ab
graphics/x11rec/DESCR
graphics/x11rec/Makefile
graphics/x11rec/PLIST
graphics/x11rec/distinfo
graphics/x11rec/patches/patch-aa
graphics/xart/DESCR
graphics/xart/Makefile
graphics/xart/PLIST
graphics/xart/distinfo
graphics/xart/patches/patch-aa
graphics/xart/patches/patch-ab
graphics/xart/patches/patch-ac
graphics/xart/patches/patch-ad
graphics/xart/patches/patch-ae
graphics/xart/patches/patch-af
graphics/xart/patches/patch-ag
graphics/xart/patches/patch-ah
graphics/xart/patches/patch-ai
graphics/xart/patches/patch-aj
graphics/xart/patches/patch-ak
graphics/xbmbrowser/DESCR
graphics/xbmbrowser/Makefile
graphics/xbmbrowser/PLIST
graphics/xbmbrowser/distinfo
graphics/xbmbrowser/patches/patch-aa
graphics/xbmbrowser/patches/patch-ab
graphics/xbmbrowser/patches/patch-ac
graphics/xbmbrowser/patches/patch-ad
graphics/xbmbrowser/patches/patch-ae
graphics/xdvipresent/DESCR
graphics/xdvipresent/Makefile
graphics/xdvipresent/PLIST
graphics/xdvipresent/distinfo
graphics/xdvipresent/patches/patch-aa
graphics/xfce4-icon-theme/DESCR
graphics/xfce4-icon-theme/Makefile
graphics/xfce4-icon-theme/PLIST
graphics/xfce4-icon-theme/buildlink3.mk
graphics/xfce4-icon-theme/distinfo
graphics/xfig/DESCR
graphics/xfig/Makefile
graphics/xfig/PLIST
graphics/xfig/distinfo
graphics/xfig/patches/patch-aa
graphics/xfig/patches/patch-ab
graphics/xfig/patches/patch-ac
graphics/xfig/patches/patch-ad
graphics/xfig/patches/patch-ae
graphics/xfig/patches/patch-af
graphics/xfig/patches/patch-ag
graphics/xfig/patches/patch-ah
graphics/xgraph/DESCR
graphics/xgraph/Makefile
graphics/xgraph/PLIST
graphics/xgraph/distinfo
graphics/xgraph/patches/patch-aa
graphics/xgraph/patches/patch-ab
graphics/xli/DESCR
graphics/xli/Makefile
graphics/xli/PLIST
graphics/xli/distinfo
graphics/xli/patches/patch-aa
graphics/xli/patches/patch-ab
graphics/xli/patches/patch-ac
graphics/xli/patches/patch-ad
graphics/xli/patches/patch-ae
graphics/xli/patches/patch-af
graphics/xli/patches/patch-ag
graphics/xli/patches/patch-ah
graphics/xmorph/DESCR
graphics/xmorph/Makefile
graphics/xmorph/PLIST
graphics/xmorph/distinfo
graphics/xmorph/patches/patch-aa
graphics/xmorph/patches/patch-ab
graphics/xpaint/DESCR
graphics/xpaint/Makefile
graphics/xpaint/PLIST
graphics/xpaint/distinfo
graphics/xpaint/patches/patch-aa
graphics/xpaint/patches/patch-ab
graphics/xpaint/patches/patch-ac
graphics/xpaint/patches/patch-ad
graphics/xpaint/patches/patch-ae
graphics/xpaint/patches/patch-af
graphics/xpaint/patches/patch-ag
graphics/xpaint/patches/patch-ai
graphics/xplot-devel/DESCR
graphics/xplot-devel/Makefile
graphics/xplot-devel/PLIST
graphics/xplot-devel/distinfo
graphics/xplot-devel/patches/patch-aa
graphics/xplot-devel/patches/patch-ab
graphics/xplot-devel/patches/patch-ad
graphics/xplot/DESCR
graphics/xplot/Makefile
graphics/xplot/PLIST
graphics/xplot/distinfo
graphics/xplot/patches/patch-aa
graphics/xplot/patches/patch-ab
graphics/xplot/patches/patch-ac
graphics/xplot/patches/patch-ad
graphics/xpm/DESCR
graphics/xpm/Makefile
graphics/xpm/PLIST
graphics/xpm/buildlink3.mk
graphics/xpm/builtin.mk
graphics/xpm/distinfo
graphics/xpm/patches/patch-aa
graphics/xpm/patches/patch-ab
graphics/xpm/patches/patch-ac
graphics/xpm/patches/patch-ad
graphics/xpm/patches/patch-ae
graphics/xpm/patches/patch-af
graphics/xpm/patches/patch-ag
graphics/xpm/patches/patch-ah
graphics/xpm/patches/patch-ai
graphics/xpm/patches/patch-aj
graphics/xpm/patches/patch-ak
graphics/xpm/patches/patch-al
graphics/xpm/patches/patch-am
graphics/xpm/patches/patch-an
graphics/xpm/patches/patch-ao
graphics/xpm/patches/patch-ap
graphics/xpm/patches/patch-aq
graphics/xpm/patches/patch-ar
graphics/xpm/patches/patch-as
graphics/xsane/DESCR
graphics/xsane/Makefile
graphics/xsane/PLIST
graphics/xsane/distinfo
graphics/xv/DESCR
graphics/xv/Makefile
graphics/xv/PLIST
graphics/xv/distinfo
graphics/xv/patches/patch-aa
graphics/xv/patches/patch-ab
graphics/xv/patches/patch-ac
graphics/xv/patches/patch-ad
graphics/xv/patches/patch-af
graphics/xzgv/DESCR
graphics/xzgv/Makefile
graphics/xzgv/PLIST
graphics/xzgv/distinfo
graphics/xzgv/patches/patch-aa
graphics/xzgv/patches/patch-ab
graphics/xzgv/patches/patch-ac
graphics/zphoto/DESCR
graphics/zphoto/Makefile
graphics/zphoto/PLIST
graphics/zphoto/distinfo
graphics/zphoto/options.mk
graphics/zphoto/patches/patch-aa
graphics/zphoto/patches/patch-ab
graphics/zphoto/patches/patch-ac
graphics/zphoto/patches/patch-ad
ham/7plus/DESCR
ham/7plus/Makefile
ham/7plus/PLIST
ham/7plus/distinfo
ham/7plus/patches/patch-aa
ham/7plus/patches/patch-ab
ham/7plus/patches/patch-ac
ham/Makefile
ham/cwtext/DESCR
ham/cwtext/Makefile
ham/cwtext/PLIST
ham/cwtext/distinfo
ham/dpbox/DESCR
ham/dpbox/Makefile
ham/dpbox/PLIST
ham/dpbox/distinfo
ham/dpbox/files/dpbox.ini
ham/dpbox/patches/patch-aa
ham/dpbox/patches/patch-ab
ham/dpbox/patches/patch-ac
ham/dpbox/patches/patch-ad
ham/dpbox/patches/patch-ae
ham/dpbox/patches/patch-af
ham/dpbox/patches/patch-ag
ham/dpbox/patches/patch-ah
ham/dpbox/patches/patch-ai
ham/dpbox/patches/patch-ak
ham/dpbox/patches/patch-al
ham/dpbox/patches/patch-am
ham/dpbox/patches/patch-an
ham/dpbox/patches/patch-ao
ham/dpbox/patches/patch-ap
ham/dpbox/patches/patch-aq
ham/dpbox/patches/patch-ar
ham/dpbox/patches/patch-as
ham/dpbox/patches/patch-at
ham/dpbox/patches/patch-au
ham/dpbox/patches/patch-av
ham/dpbox/patches/patch-aw
ham/dpbox/patches/patch-ax
ham/dpbox/patches/patch-ay
ham/dpbox/patches/patch-az
ham/fl_logbook/DESCR
ham/fl_logbook/Makefile
ham/fl_logbook/PLIST
ham/fl_logbook/distinfo
ham/fl_logbook/patches/patch-aa
ham/gmfsk/DESCR
ham/gmfsk/Makefile
ham/gmfsk/PLIST
ham/gmfsk/distinfo
ham/gmfsk/patches/patch-aa
ham/gmfsk/patches/patch-ab
ham/gmfsk/patches/patch-ac
ham/gmfsk/patches/patch-ad
ham/gmfsk/patches/patch-ae
ham/gmfsk/patches/patch-af
ham/gnuradio-audio-jack/DESCR
ham/gnuradio-audio-jack/Makefile
ham/gnuradio-audio-jack/PLIST
ham/gnuradio-audio-jack/distinfo
ham/gnuradio-audio-jack/patches/patch-aa
ham/gnuradio-audio-oss/DESCR
ham/gnuradio-audio-oss/Makefile
ham/gnuradio-audio-oss/PLIST
ham/gnuradio-audio-oss/distinfo
ham/gnuradio-audio-oss/patches/patch-aa
ham/gnuradio-audio-portaudio/DESCR
ham/gnuradio-audio-portaudio/Makefile
ham/gnuradio-audio-portaudio/PLIST
ham/gnuradio-audio-portaudio/distinfo
ham/gnuradio-audio-portaudio/patches/patch-aa
ham/gnuradio-core-docs/DESCR
ham/gnuradio-core-docs/Makefile
ham/gnuradio-core-docs/PLIST
ham/gnuradio-core-docs/distinfo
ham/gnuradio-core-docs/patches/patch-aa
ham/gnuradio-core/DESCR
ham/gnuradio-core/Makefile
ham/gnuradio-core/PLIST
ham/gnuradio-core/buildlink3.mk
ham/gnuradio-core/distinfo
ham/gnuradio-core/patches/patch-aa
ham/gnuradio-core/patches/patch-ab
ham/gnuradio-core/patches/patch-ac
ham/gnuradio-core/patches/patch-ad
ham/gnuradio-core/patches/patch-ae
ham/gnuradio-core/patches/patch-af
ham/gnuradio-core/patches/patch-ag
ham/gnuradio-examples/DESCR
ham/gnuradio-examples/Makefile
ham/gnuradio-examples/PLIST
ham/gnuradio-examples/distinfo
ham/gnuradio-gsm/DESCR
ham/gnuradio-gsm/Makefile
ham/gnuradio-gsm/PLIST
ham/gnuradio-gsm/distinfo
ham/gnuradio-gsm/patches/patch-aa
ham/gnuradio-howto/DESCR
ham/gnuradio-howto/Makefile
ham/gnuradio-howto/PLIST
ham/gnuradio-howto/distinfo
ham/gnuradio-radio-astronomy/DESCR
ham/gnuradio-radio-astronomy/Makefile
ham/gnuradio-radio-astronomy/PLIST
ham/gnuradio-radio-astronomy/distinfo
ham/gnuradio-radio-astronomy/patches/patch-aa
ham/gnuradio-trellis/DESCR
ham/gnuradio-trellis/Makefile
ham/gnuradio-trellis/PLIST
ham/gnuradio-trellis/distinfo
ham/gnuradio-trellis/patches/patch-aa
ham/gnuradio-trellis/patches/patch-ab
ham/gnuradio-usrp/DESCR
ham/gnuradio-usrp/Makefile
ham/gnuradio-usrp/PLIST
ham/gnuradio-usrp/distinfo
ham/gnuradio-usrp/patches/patch-ab
ham/gnuradio-usrp/patches/patch-ac
ham/gnuradio-video-sdl/DESCR
ham/gnuradio-video-sdl/Makefile
ham/gnuradio-video-sdl/PLIST
ham/gnuradio-video-sdl/distinfo
ham/gnuradio-video-sdl/patches/patch-aa
ham/gnuradio-wxgui/DESCR
ham/gnuradio-wxgui/Makefile
ham/gnuradio-wxgui/PLIST
ham/gnuradio-wxgui/buildlink3.mk
ham/gnuradio-wxgui/distinfo
ham/gnuradio-wxgui/patches/patch-aa
ham/gpredict/DESCR
ham/gpredict/Makefile
ham/gpredict/PLIST
ham/gpredict/distinfo
ham/gpredict/patches/patch-aa
ham/grig/DESCR
ham/grig/Makefile
ham/grig/PLIST
ham/grig/distinfo
ham/grig/patches/patch-aa
ham/hamlib/DESCR
ham/hamlib/Makefile
ham/hamlib/PLIST
ham/hamlib/buildlink3.mk
ham/hamlib/distinfo
ham/hamlib/patches/patch-ac
ham/hamlib/patches/patch-ad
ham/linpsk/DESCR
ham/linpsk/Makefile
ham/linpsk/PLIST
ham/linpsk/distinfo
ham/linpsk/files/pkgsrc_fixes.h
ham/linpsk/patches/patch-aa
ham/linpsk/patches/patch-ab
ham/linpsk/patches/patch-ac
ham/linpsk/patches/patch-ad
ham/linpsk/patches/patch-af
ham/linpsk/patches/patch-ag
ham/linpsk/patches/patch-ai
ham/locator/DESCR
ham/locator/Makefile
ham/locator/PLIST
ham/locator/distinfo
ham/locator/patches/patch-aa
ham/tfkiss/DESCR
ham/tfkiss/MESSAGE
ham/tfkiss/Makefile
ham/tfkiss/PLIST
ham/tfkiss/distinfo
ham/tfkiss/patches/patch-aa
ham/tfkiss/patches/patch-ab
ham/tlf/DESCR
ham/tlf/Makefile
ham/tlf/PLIST
ham/tlf/distinfo
ham/tlf/patches/patch-aa
ham/tnt/DESCR
ham/tnt/MESSAGE
ham/tnt/Makefile
ham/tnt/PLIST
ham/tnt/distinfo
ham/tnt/patches/patch-aa
ham/tnt/patches/patch-ac
ham/tnt/patches/patch-ad
ham/usrp-docs/DESCR
ham/usrp-docs/Makefile
ham/usrp-docs/PLIST
ham/usrp-docs/distinfo
ham/usrp-docs/patches/patch-aa
ham/usrp/DESCR
ham/usrp/Makefile
ham/usrp/PLIST
ham/usrp/buildlink3.mk
ham/usrp/distinfo
ham/usrp/patches/patch-aa
ham/wwl/DESCR
ham/wwl/Makefile
ham/wwl/PLIST
ham/wwl/distinfo
ham/xdx/DESCR
ham/xdx/Makefile
ham/xdx/PLIST
ham/xdx/distinfo
ham/xdx/patches/patch-aa
ham/xlog/DESCR
ham/xlog/Makefile
ham/xlog/PLIST
ham/xlog/distinfo
ham/xlog/patches/patch-aa
ham/xlog/patches/patch-ab
ham/yaesu/DESCR
ham/yaesu/Makefile
ham/yaesu/PLIST
ham/yaesu/distinfo
ham/yaesu/patches/patch-aa
ham/yaesu/patches/patch-ab
ham/yaesu/patches/patch-ac
ham/yaesu/patches/patch-ad
ham/yaesu/patches/patch-ae
inputmethod/Chinput/DESCR
inputmethod/Chinput/Makefile
inputmethod/Chinput/PLIST
inputmethod/Chinput/distinfo
inputmethod/Chinput/patches/patch-aa
inputmethod/Chinput/patches/patch-ab
inputmethod/Chinput/patches/patch-ac
inputmethod/Chinput/patches/patch-ad
inputmethod/Chinput/patches/patch-ae
inputmethod/Chinput/patches/patch-af
inputmethod/Chinput/patches/patch-ag
inputmethod/Chinput/patches/patch-ah
inputmethod/Chinput/patches/patch-ai
inputmethod/Makefile
inputmethod/ami/DESCR
inputmethod/ami/Makefile
inputmethod/ami/PLIST
inputmethod/ami/distinfo
inputmethod/ami/patches/patch-aa
inputmethod/anthy-elisp/DESCR
inputmethod/anthy-elisp/Makefile
inputmethod/anthy-elisp/PLIST
inputmethod/anthy/DESCR
inputmethod/anthy/Makefile
inputmethod/anthy/Makefile.common
inputmethod/anthy/PLIST
inputmethod/anthy/buildlink3.mk
inputmethod/anthy/distinfo
inputmethod/anthy/options.mk
inputmethod/canna-canuum/DESCR
inputmethod/canna-canuum/MESSAGE
inputmethod/canna-canuum/Makefile
inputmethod/canna-canuum/PLIST
inputmethod/canna-dict/DESCR
inputmethod/canna-dict/Makefile
inputmethod/canna-dict/PLIST
inputmethod/canna-lib/DESCR
inputmethod/canna-lib/Makefile
inputmethod/canna-lib/PLIST
inputmethod/canna-lib/buildlink3.mk
inputmethod/canna-server/DESCR
inputmethod/canna-server/INSTALL
inputmethod/canna-server/MESSAGE
inputmethod/canna-server/Makefile
inputmethod/canna-server/PLIST
inputmethod/canna/DESCR
inputmethod/canna/Makefile
inputmethod/canna/Makefile.common
inputmethod/canna/distinfo
inputmethod/canna/files/canna.sh
inputmethod/canna/patches/patch-aa
inputmethod/canna/patches/patch-ab
inputmethod/canna/patches/patch-ac
inputmethod/canna/patches/patch-ad
inputmethod/canna/patches/patch-ae
inputmethod/canna/patches/patch-af
inputmethod/canna/patches/patch-ag
inputmethod/canna/patches/patch-ah
inputmethod/canna/patches/patch-ai
inputmethod/canna/patches/patch-aj
inputmethod/canna/patches/patch-ak
inputmethod/canna/patches/patch-al
inputmethod/canna/patches/patch-am
inputmethod/canna/patches/patch-an
inputmethod/fcitx/DESCR
inputmethod/fcitx/Makefile
inputmethod/fcitx/PLIST
inputmethod/fcitx/distinfo
inputmethod/fcitx/patches/patch-aa
inputmethod/fcitx/patches/patch-ab
inputmethod/gcin/DESCR
inputmethod/gcin/Makefile
inputmethod/gcin/PLIST
inputmethod/gcin/distinfo
inputmethod/gcin/patches/patch-aa
inputmethod/gcin/patches/patch-ab
inputmethod/gcin/patches/patch-ac
inputmethod/gcin/patches/patch-ad
inputmethod/gcin/patches/patch-ae
inputmethod/gcin/patches/patch-af
inputmethod/gcin/patches/patch-ag
inputmethod/gcin/patches/patch-ah
inputmethod/gtk-im-libthai/DESCR
inputmethod/gtk-im-libthai/Makefile
inputmethod/gtk-im-libthai/PLIST
inputmethod/gtk-im-libthai/distinfo
inputmethod/iiimecf/DESCR
inputmethod/iiimecf/Makefile
inputmethod/iiimecf/PLIST
inputmethod/iiimecf/distinfo
inputmethod/imhangul/DESCR
inputmethod/imhangul/Makefile
inputmethod/imhangul/PLIST
inputmethod/imhangul/distinfo
inputmethod/imhangul/patches/patch-aa
inputmethod/imhangul_status_applet/DESCR
inputmethod/imhangul_status_applet/Makefile
inputmethod/imhangul_status_applet/PLIST
inputmethod/imhangul_status_applet/distinfo
inputmethod/imhangul_status_applet/patches/patch-aa
inputmethod/ja-freewnn-dict/DESCR
inputmethod/ja-freewnn-dict/Makefile
inputmethod/ja-freewnn-dict/PLIST
inputmethod/ja-freewnn-lib/DESCR
inputmethod/ja-freewnn-lib/Makefile
inputmethod/ja-freewnn-lib/Makefile.common
inputmethod/ja-freewnn-lib/PLIST
inputmethod/ja-freewnn-lib/buildlink3.mk
inputmethod/ja-freewnn-lib/distinfo
inputmethod/ja-freewnn-lib/files/ja_freewnn.sh
inputmethod/ja-freewnn-lib/patches/patch-aa
inputmethod/ja-freewnn-lib/patches/patch-ab
inputmethod/ja-freewnn-lib/patches/patch-ac
inputmethod/ja-freewnn-lib/patches/patch-ad
inputmethod/ja-freewnn-lib/patches/patch-ae
inputmethod/ja-freewnn-lib/patches/patch-af
inputmethod/ja-freewnn-lib/patches/patch-ag
inputmethod/ja-freewnn-lib/patches/patch-ah
inputmethod/ja-freewnn-lib/patches/patch-ai
inputmethod/ja-freewnn-lib/patches/patch-aj
inputmethod/ja-freewnn-lib/patches/patch-ak
inputmethod/ja-freewnn-lib/patches/patch-al
inputmethod/ja-freewnn-server-bin/DESCR
inputmethod/ja-freewnn-server-bin/Makefile
inputmethod/ja-freewnn-server-bin/PLIST
inputmethod/ja-freewnn-server/DESCR
inputmethod/ja-freewnn-server/Makefile
inputmethod/kasumi/DESCR
inputmethod/kasumi/Makefile
inputmethod/kasumi/PLIST
inputmethod/kasumi/distinfo
inputmethod/kasumi/patches/patch-aa
inputmethod/kasumi/patches/patch-ab
inputmethod/kasumi/patches/patch-ac
inputmethod/kinput2/DESCR
inputmethod/kinput2/MESSAGE
inputmethod/kinput2/Makefile
inputmethod/kinput2/PLIST-common
inputmethod/kinput2/PLIST-freewnn
inputmethod/kinput2/PLIST-sj3
inputmethod/kinput2/distinfo
inputmethod/kinput2/files/Kinput2.conf
inputmethod/kinput2/options.mk
inputmethod/kinput2/patches/patch-aa
inputmethod/kinput2/patches/patch-ab
inputmethod/libchewing/DESCR
inputmethod/libchewing/Makefile
inputmethod/libchewing/PLIST
inputmethod/libchewing/buildlink3.mk
inputmethod/libchewing/distinfo
inputmethod/libchewing/patches/patch-aa
inputmethod/libchewing/patches/patch-ab
inputmethod/libchewing/patches/patch-ac
inputmethod/libhangul/DESCR
inputmethod/libhangul/Makefile
inputmethod/libhangul/PLIST
inputmethod/libhangul/buildlink3.mk
inputmethod/libhangul/distinfo
inputmethod/libhangul/patches/patch-aa
inputmethod/libtabe/DESCR
inputmethod/libtabe/Makefile
inputmethod/libtabe/PLIST
inputmethod/libtabe/buildlink3.mk
inputmethod/libtabe/distinfo
inputmethod/libtabe/patches/patch-aa
inputmethod/libtabe/patches/patch-ab
inputmethod/libtabe/patches/patch-ac
inputmethod/libtabe/patches/patch-ad
inputmethod/libtabe/patches/patch-ae
inputmethod/libtabe/patches/patch-af
inputmethod/m17n-im-config/DESCR
inputmethod/m17n-im-config/Makefile
inputmethod/m17n-im-config/PLIST
inputmethod/m17n-im-config/buildlink3.mk
inputmethod/m17n-im-config/distinfo
inputmethod/nabi/DESCR
inputmethod/nabi/MESSAGE
inputmethod/nabi/Makefile
inputmethod/nabi/PLIST
inputmethod/nabi/distinfo
inputmethod/prime-dict/DESCR
inputmethod/prime-dict/Makefile
inputmethod/prime-dict/PLIST
inputmethod/prime-dict/distinfo
inputmethod/prime-el/DESCR
inputmethod/prime-el/Makefile
inputmethod/prime-el/PLIST
inputmethod/prime-el/distinfo
inputmethod/prime/DESCR
inputmethod/prime/Makefile
inputmethod/prime/PLIST
inputmethod/prime/buildlink3.mk
inputmethod/prime/distinfo
inputmethod/sj3-dict/DESCR
inputmethod/sj3-dict/Makefile
inputmethod/sj3-dict/PLIST
inputmethod/sj3-lib/DESCR
inputmethod/sj3-lib/Makefile
inputmethod/sj3-lib/PLIST
inputmethod/sj3-lib/buildlink3.mk
inputmethod/sj3-lib/distinfo
inputmethod/sj3-lib/patches/patch-aa
inputmethod/sj3-lib/patches/patch-ab
inputmethod/sj3-lib/patches/patch-ac
inputmethod/sj3-lib/patches/patch-ad
inputmethod/sj3-lib/patches/patch-ae
inputmethod/sj3-lib/patches/patch-af
inputmethod/sj3-lib/patches/patch-ag
inputmethod/sj3-lib/patches/patch-ah
inputmethod/sj3-lib/patches/patch-ai
inputmethod/sj3-lib/patches/patch-aj
inputmethod/sj3-lib/patches/patch-ak
inputmethod/sj3-lib/patches/patch-al
inputmethod/sj3-lib/patches/patch-am
inputmethod/sj3-lib/patches/patch-ao
inputmethod/sj3-lib/patches/patch-ap
inputmethod/sj3-lib/patches/patch-aq
inputmethod/sj3-lib/patches/patch-ar
inputmethod/sj3-lib/patches/patch-as
inputmethod/sj3-lib/patches/patch-at
inputmethod/sj3-lib/patches/patch-au
inputmethod/sj3-lib/patches/patch-av
inputmethod/sj3-lib/patches/patch-aw
inputmethod/sj3-lib/patches/patch-ax
inputmethod/sj3-lib/patches/patch-ay
inputmethod/sj3-server-bin/DESCR
inputmethod/sj3-server-bin/MESSAGE
inputmethod/sj3-server-bin/Makefile
inputmethod/sj3-server-bin/PLIST
inputmethod/sj3-server-bin/files/sj3.sh
inputmethod/sj3-server/DESCR
inputmethod/sj3-server/Makefile
inputmethod/skk/DESCR
inputmethod/skk/Makefile
inputmethod/skk/PLIST
inputmethod/skk/distinfo
inputmethod/skk/files/SKK-CFG
inputmethod/skk/options.mk
inputmethod/skkfep/DESCR
inputmethod/skkfep/MESSAGE
inputmethod/skkfep/Makefile
inputmethod/skkfep/PLIST
inputmethod/skkfep/distinfo
inputmethod/skkfep/files/skk.conf
inputmethod/skkfep/patches/patch-aa
inputmethod/skkfep/patches/patch-ab
inputmethod/skkfep/patches/patch-ac
inputmethod/skkfep/patches/patch-ad
inputmethod/skkfep/patches/patch-ba
inputmethod/skkfep/patches/patch-bb
inputmethod/skkfep/patches/patch-bc
inputmethod/skkfep/patches/patch-bd
inputmethod/skkfep/patches/patch-be
inputmethod/skkfep/patches/patch-bf
inputmethod/skkfep/patches/patch-bg
inputmethod/skkinput/DESCR
inputmethod/skkinput/MESSAGE
inputmethod/skkinput/Makefile
inputmethod/skkinput/PLIST
inputmethod/skkinput/distinfo
inputmethod/skkinput/patches/patch-aa
inputmethod/skkserv/DESCR
inputmethod/skkserv/MESSAGE
inputmethod/skkserv/Makefile
inputmethod/skkserv/PLIST
inputmethod/skkserv/distinfo
inputmethod/skkserv/files/skkserv.sh
inputmethod/skkserv/patches/patch-aa
inputmethod/skkserv/patches/patch-ab
inputmethod/skkserv/patches/patch-ac
inputmethod/skkserv/patches/patch-ad
inputmethod/skkserv/patches/patch-ae
inputmethod/skkserv/patches/patch-af
inputmethod/skkserv/patches/patch-ag
inputmethod/skkserv/patches/patch-ah
inputmethod/skkserv/patches/patch-ai
inputmethod/skkserv/patches/patch-bsearch
inputmethod/skkserv/patches/patch-jisyo
inputmethod/tc/DESCR
inputmethod/tc/Makefile
inputmethod/tc/PLIST
inputmethod/tc/distinfo
inputmethod/tomoe-gtk/DESCR
inputmethod/tomoe-gtk/Makefile
inputmethod/tomoe-gtk/PLIST
inputmethod/tomoe-gtk/buildlink3.mk
inputmethod/tomoe-gtk/distinfo
inputmethod/tomoe/DESCR
inputmethod/tomoe/Makefile
inputmethod/tomoe/PLIST
inputmethod/tomoe/buildlink3.mk
inputmethod/tomoe/distinfo
inputmethod/uim-tomoe-gtk/DESCR
inputmethod/uim-tomoe-gtk/Makefile
inputmethod/uim-tomoe-gtk/PLIST
inputmethod/uim-tomoe-gtk/distinfo
inputmethod/uim/DESCR
inputmethod/uim/Makefile
inputmethod/uim/PLIST
inputmethod/uim/buildlink3.mk
inputmethod/uim/distinfo
inputmethod/uim/options.mk
inputmethod/uim/patches/patch-aa
inputmethod/unicon-im/DESCR
inputmethod/unicon-im/Makefile
inputmethod/unicon-im/PLIST
inputmethod/unicon-im/buildlink3.mk
inputmethod/unicon-im/distinfo
inputmethod/unicon-im/patches/patch-aa
inputmethod/unicon-im/patches/patch-ab
inputmethod/unicon-im/patches/patch-ac
inputmethod/unicon-im/patches/patch-ad
inputmethod/unicon-im/patches/patch-ae
inputmethod/unicon-im/patches/patch-af
inputmethod/unicon-im/patches/patch-ag
inputmethod/unicon-im/patches/patch-ah
inputmethod/unicon-im/patches/patch-ai
inputmethod/unicon-im/patches/patch-aj
inputmethod/unicon-im/patches/patch-ak
inputmethod/unicon-im/patches/patck-al
inputmethod/xcin/DESCR
inputmethod/xcin/Makefile
inputmethod/xcin/PLIST
inputmethod/xcin/distinfo
inputmethod/xcin/files/xcinrc.DRAGONFLY
inputmethod/xcin/patches/patch-aa
inputmethod/xcin/patches/patch-ab
inputmethod/xcin/patches/patch-ac
inputmethod/xcin/patches/patch-ad
inputmethod/xcin/patches/patch-ae
inputmethod/xcin/patches/patch-af
inputmethod/xcin/patches/patch-ag
inputmethod/xcin/patches/patch-ah
inputmethod/xcin/patches/patch-ai
lang/Cg-compiler/DESCR
lang/Cg-compiler/Makefile
lang/Cg-compiler/PLIST
lang/Cg-compiler/buildlink3.mk
lang/Cg-compiler/distinfo
lang/Makefile
lang/STk/DESCR
lang/STk/Makefile
lang/STk/PLIST
lang/STk/distinfo
lang/STk/patches/patch-aa
lang/STk/patches/patch-ab
lang/STk/patches/patch-ac
lang/STk/patches/patch-ad
lang/STk/patches/patch-ae
lang/STk/patches/patch-af
lang/STk/patches/patch-ag
lang/STk/patches/patch-ah
lang/STk/patches/patch-ai
lang/STk/patches/patch-aj
lang/STk/patches/patch-ak
lang/STk/patches/patch-al
lang/STk/patches/patch-am
lang/STk/patches/patch-an
lang/STk/patches/patch-ao
lang/SmartEiffel/DESCR
lang/SmartEiffel/MESSAGE
lang/SmartEiffel/Makefile
lang/SmartEiffel/PLIST
lang/SmartEiffel/distinfo
lang/SmartEiffel/files/system.se
lang/a60/DESCR
lang/a60/Makefile
lang/a60/PLIST
lang/a60/distinfo
lang/a60/patches/patch-aa
lang/a60/patches/patch-ab
lang/a60/patches/patch-ac
lang/awka/DESCR
lang/awka/Makefile
lang/awka/PLIST
lang/awka/distinfo
lang/awka/patches/patch-aa
lang/awka/patches/patch-ab
lang/baci/DESCR
lang/baci/Makefile
lang/baci/PLIST
lang/baci/distinfo
lang/baci/patches/patch-aa
lang/baci/patches/patch-ab
lang/baci/patches/patch-ac
lang/baci/patches/patch-ad
lang/baci/patches/patch-ae
lang/baci/patches/patch-af
lang/baci/patches/patch-ag
lang/baci/patches/patch-ah
lang/baci/patches/patch-ai
lang/baci/patches/patch-aj
lang/baci/patches/patch-ak
lang/baci/patches/patch-al
lang/baci/patches/patch-am
lang/brandybasic/DESCR
lang/brandybasic/Makefile
lang/brandybasic/PLIST
lang/brandybasic/distinfo
lang/brandybasic/patches/patch-aa
lang/bwbasic/DESCR
lang/bwbasic/Makefile
lang/bwbasic/PLIST
lang/bwbasic/distinfo
lang/bwbasic/patches/patch-aa
lang/bwbasic/patches/patch-ab
lang/bwbasic/patches/patch-ac
lang/caml-light/DESCR
lang/caml-light/Makefile
lang/caml-light/PLIST
lang/caml-light/distinfo
lang/caml-light/patches/patch-aa
lang/caml-light/patches/patch-ab
lang/camlp5/DESCR
lang/camlp5/Makefile
lang/camlp5/PLIST
lang/camlp5/PLIST.opt
lang/camlp5/buildlink3.mk
lang/camlp5/distinfo
lang/ccsh/DESCR
lang/ccsh/Makefile
lang/ccsh/PLIST
lang/ccsh/distinfo
lang/cdl3/DESCR
lang/cdl3/Makefile
lang/cdl3/PLIST
lang/cdl3/buildlink3.mk
lang/cdl3/distinfo
lang/chicken/DESCR
lang/chicken/Makefile
lang/chicken/PLIST
lang/chicken/distinfo
lang/cim/DESCR
lang/cim/Makefile
lang/cim/PLIST
lang/cim/distinfo
lang/cim/patches/patch-aa
lang/cim/patches/patch-ab
lang/cim/patches/patch-ac
lang/cint/DESCR
lang/cint/Makefile
lang/cint/PLIST
lang/cint/distinfo
lang/cint/files/cint.sh
lang/cint/patches/patch-aa
lang/classpath-gui/DESCR
lang/classpath-gui/Makefile
lang/classpath-gui/PLIST
lang/classpath/DESCR
lang/classpath/Makefile
lang/classpath/Makefile.common
lang/classpath/PLIST
lang/classpath/distinfo
lang/classpath/patches/patch-aa
lang/classpath/patches/patch-ab
lang/classpath/patches/patch-ac
lang/clisp/DESCR
lang/clisp/Makefile
lang/clisp/PLIST
lang/clisp/distinfo
lang/clisp/options.mk
lang/clisp/patches/patch-aa
lang/clisp/patches/patch-ab
lang/clisp/patches/patch-ac
lang/coq/DESCR
lang/coq/MESSAGE
lang/coq/Makefile
lang/coq/PLIST
lang/coq/PLIST.opt
lang/coq/distinfo
lang/coq/patches/patch-aa
lang/coq/patches/patch-ab
lang/cu-prolog/DESCR
lang/cu-prolog/Makefile
lang/cu-prolog/PLIST
lang/cu-prolog/distinfo
lang/cu-prolog/patches/patch-aa
lang/cu-prolog/patches/patch-ab
lang/cu-prolog/patches/patch-ac
lang/cu-prolog/patches/patch-ad
lang/cu-prolog/patches/patch-ae
lang/cu-prolog/patches/patch-af
lang/drscheme/DESCR
lang/drscheme/Makefile
lang/drscheme/PLIST
lang/drscheme/distinfo
lang/drscheme/patches/patch-aa
lang/drscheme/patches/patch-ab
lang/drscheme/patches/patch-ac
lang/drscheme/patches/patch-ad
lang/drscheme/patches/patch-ae
lang/drscheme/patches/patch-af
lang/drscheme/patches/patch-ag
lang/drscheme/patches/patch-ah
lang/drscheme/patches/patch-ai
lang/drscheme/patches/patch-aj
lang/drscheme/patches/patch-ak
lang/drscheme/patches/patch-an
lang/drscheme/patches/patch-ao
lang/drscheme/patches/patch-ap
lang/drscheme/patches/patch-ar
lang/drscheme/patches/patch-as
lang/eag/DESCR
lang/eag/Makefile
lang/eag/PLIST
lang/eag/distinfo
lang/eag/patches/patch-aa
lang/eieio/DESCR
lang/eieio/Makefile
lang/eieio/PLIST
lang/eieio/buildlink3.mk
lang/eieio/distinfo
lang/elisp-manual/DESCR
lang/elisp-manual/Makefile
lang/elisp-manual/PLIST
lang/elisp-manual/distinfo
lang/elk/DESCR
lang/elk/Makefile
lang/elk/PLIST
lang/elk/buildlink3.mk
lang/elk/distinfo
lang/elk/options.mk
lang/elk/patches/patch-ab
lang/elk/patches/patch-ac
lang/elk/patches/patch-ad
lang/elk/patches/patch-ae
lang/elk/patches/patch-af
lang/erlang-doc/DESCR
lang/erlang-doc/Makefile
lang/erlang-doc/PLIST
lang/erlang-doc/distinfo
lang/erlang-man/DESCR
lang/erlang-man/Makefile
lang/erlang-man/PLIST
lang/erlang-man/distinfo
lang/erlang/DESCR
lang/erlang/MESSAGE
lang/erlang/Makefile
lang/erlang/Makefile.versions
lang/erlang/PLIST.common
lang/erlang/PLIST.common_end
lang/erlang/PLIST.java
lang/erlang/buildlink3.mk
lang/erlang/distinfo
lang/erlang/options.mk
lang/erlang/patches/patch-aa
lang/erlang/patches/patch-ab
lang/erlang/patches/patch-ac
lang/erlang/patches/patch-ae
lang/erlang/patches/patch-af
lang/ezm3/DESCR
lang/ezm3/Makefile
lang/ezm3/PLIST.DragonFly
lang/ezm3/PLIST.FreeBSD
lang/ezm3/PLIST.Linux
lang/ezm3/PLIST.NetBSD
lang/ezm3/PLIST.OpenBSD
lang/ezm3/PLIST.common
lang/ezm3/PLIST.common_end
lang/ezm3/buildlink3.mk
lang/ezm3/distinfo
lang/ezm3/patches/patch-ab
lang/ezm3/patches/patch-ac
lang/f2c/DESCR
lang/f2c/Makefile
lang/f2c/PLIST
lang/f2c/buildlink3.mk
lang/f2c/distinfo
lang/f2c/files/f2c-f77.in
lang/f2c/patches/patch-aa
lang/f2c/patches/patch-ab
lang/f2c/patches/patch-ad
lang/f2c/patches/patch-ae
lang/f2c/patches/patch-af
lang/f2c/patches/patch-ag
lang/f2c/patches/patch-ah
lang/f2c/patches/patch-ai
lang/f2c/patches/patch-aj
lang/f2c/patches/patch-ak
lang/focal/DESCR
lang/focal/Makefile
lang/focal/PLIST
lang/focal/distinfo
lang/focal/patches/patch-aa
lang/focal/patches/patch-ab
lang/fort77/DESCR
lang/fort77/Makefile
lang/fort77/PLIST
lang/fort77/distinfo
lang/fort77/patches/patch-fort77
lang/g95/DESCR
lang/g95/Makefile
lang/g95/PLIST
lang/g95/distinfo
lang/g95/patches/patch-ab
lang/gauche/DESCR
lang/gauche/Makefile
lang/gauche/PLIST
lang/gauche/buildlink3.mk
lang/gauche/distinfo
lang/gauche/options.mk
lang/gauche/patches/patch-aa
lang/gauche/patches/patch-ab
lang/gauche/patches/patch-ae
lang/gauche/patches/patch-af
lang/gauche/patches/patch-ag
lang/gawk/DESCR
lang/gawk/Makefile
lang/gawk/PLIST
lang/gawk/distinfo
lang/gawk/patches/patch-ab
lang/gawk/patches/patch-ad
lang/gcc-ssp/DESCR
lang/gcc-ssp/MESSAGE
lang/gcc-ssp/Makefile
lang/gcc-ssp/PLIST
lang/gcc-ssp/distinfo
lang/gcc-ssp/files/buffer.c
lang/gcc-ssp/files/gcc.mk
lang/gcc/DESCR
lang/gcc/MESSAGE
lang/gcc/Makefile
lang/gcc/PLIST
lang/gcc/buildlink3.mk
lang/gcc/distinfo
lang/gcc/files/UPDATE.txt
lang/gcc/files/arm_netbsd-elf.h
lang/gcc/files/gcc.mk
lang/gcc/files/i386_netbsd-elf.h
lang/gcc/files/i386_xm-uwin.h
lang/gcc/files/m68k_netbsd-elf.h
lang/gcc/files/mips_t-mipseb
lang/gcc/files/rs6000_netbsd.h
lang/gcc/files/sh_netbsd-elf-little.h
lang/gcc/files/sh_netbsd-elf.h
lang/gcc/files/sparc_netbsd-elf-common.h
lang/gcc/files/sparc_netbsd-elf.h
lang/gcc/files/sparc_netbsd64.h
lang/gcc/files/sparc_t-netbsd
lang/gcc/files/vax_netbsd-elf.h
lang/gcc/files/xm-netbsd.h
lang/gcc/files/xm-target64.h
lang/gcc/patches/patch-aa
lang/gcc/patches/patch-ab
lang/gcc/patches/patch-ac
lang/gcc/patches/patch-ad
lang/gcc/patches/patch-ae
lang/gcc/patches/patch-af
lang/gcc/patches/patch-ag
lang/gcc/patches/patch-ah
lang/gcc3-ada/DESCR
lang/gcc3-ada/MESSAGE
lang/gcc3-ada/Makefile
lang/gcc3-ada/PLIST
lang/gcc3-ada/buildlink3.mk
lang/gcc3-ada/files/4netbsdintnam.ads
lang/gcc3-ada/files/5netbsdintman.adb
lang/gcc3-ada/files/5netbsdosinte.adb
lang/gcc3-ada/files/5netbsdosinte.ads
lang/gcc3-ada/files/5netbsdparame.adb
lang/gcc3-ada/files/5netbsdsystem.ads
lang/gcc3-ada/files/5netbsdtaprop.adb
lang/gcc3-ada/files/5netbsdtasinf.ads
lang/gcc3-ada/files/5netbsdtpopse.adb
lang/gcc3-ada/files/7netbsdtpopsp.adb
lang/gcc3-ada/files/ada_lwp_self.c
lang/gcc3-ada/files/adasignal.c
lang/gcc3-ada/files/gcc3.mk
lang/gcc3-c++/DESCR
lang/gcc3-c++/MESSAGE
lang/gcc3-c++/Makefile
lang/gcc3-c++/PLIST
lang/gcc3-c++/buildlink3.mk
lang/gcc3-c++/files/gcc3.mk
lang/gcc3-c/DESCR
lang/gcc3-c/MESSAGE
lang/gcc3-c/Makefile
lang/gcc3-c/buildlink3.mk
lang/gcc3-c/files/gcc3.mk
lang/gcc3-f77/DESCR
lang/gcc3-f77/MESSAGE
lang/gcc3-f77/Makefile
lang/gcc3-f77/PLIST
lang/gcc3-f77/buildlink3.mk
lang/gcc3-f77/files/gcc3.mk
lang/gcc3-java/DESCR
lang/gcc3-java/Makefile
lang/gcc3-java/PLIST
lang/gcc3-java/buildlink3.mk
lang/gcc3-objc/DESCR
lang/gcc3-objc/Makefile
lang/gcc3-objc/PLIST
lang/gcc3-objc/buildlink3.mk
lang/gcc3/DESCR
lang/gcc3/Makefile
lang/gcc3/Makefile.common
lang/gcc3/distinfo
lang/gcc3/language.mk
lang/gcc3/patches/patch-aa
lang/gcc3/patches/patch-ab
lang/gcc3/patches/patch-ac
lang/gcc3/patches/patch-ad
lang/gcc3/patches/patch-ae
lang/gcc3/patches/patch-af
lang/gcc3/patches/patch-ag
lang/gcc3/patches/patch-ah
lang/gcc3/patches/patch-ai
lang/gcc3/patches/patch-aj
lang/gcc3/patches/patch-ak
lang/gcc3/patches/patch-al
lang/gcc3/patches/patch-am
lang/gcc3/patches/patch-an
lang/gcc3/patches/patch-ap
lang/gcc3/patches/patch-aq
lang/gcc3/patches/patch-ar
lang/gcc3/patches/patch-as
lang/gcc34-ada/DESCR
lang/gcc34-ada/MESSAGE
lang/gcc34-ada/Makefile
lang/gcc34-ada/PLIST
lang/gcc34-ada/README
lang/gcc34-ada/buildlink3.mk
lang/gcc34-ada/files/4netbsdintnam.ads
lang/gcc34-ada/files/5netbsd64osinte.ads
lang/gcc34-ada/files/5netbsd64system.ads
lang/gcc34-ada/files/5netbsdintman.adb
lang/gcc34-ada/files/5netbsdosinte.adb
lang/gcc34-ada/files/5netbsdosinte.ads
lang/gcc34-ada/files/5netbsdparame.adb
lang/gcc34-ada/files/5netbsdsystem.ads
lang/gcc34-ada/files/5netbsdtaprop.adb
lang/gcc34-ada/files/5netbsdtasinf.ads
lang/gcc34-ada/files/5netbsdtpopse.adb
lang/gcc34-ada/files/7netbsdtpopsp.adb
lang/gcc34-ada/files/ada
lang/gcc34-ada/files/ada_lwp_self.c
lang/gcc34-ada/files/adasignal.c
lang/gcc34-ada/files/baseline_symbols.txt
lang/gcc34-ada/files/baseline_symbols64.txt
lang/gcc34-ada/files/dummy_pthreads.c
lang/gcc34-ada/files/netbsd64macro.dfs
lang/gcc34-ada/preconfigure.mk
lang/gcc34/DESCR
lang/gcc34/MESSAGE
lang/gcc34/Makefile
lang/gcc34/README
lang/gcc34/buildlink3.mk
lang/gcc34/distinfo
lang/gcc34/files/4netbsdintnam.ads
lang/gcc34/files/5netbsd64osinte.ads
lang/gcc34/files/5netbsd64system.ads
lang/gcc34/files/5netbsdintman.adb
lang/gcc34/files/5netbsdosinte.adb
lang/gcc34/files/5netbsdosinte.ads
lang/gcc34/files/5netbsdparame.adb
lang/gcc34/files/5netbsdsystem.ads
lang/gcc34/files/5netbsdtaprop.adb
lang/gcc34/files/5netbsdtasinf.ads
lang/gcc34/files/5netbsdtpopse.adb
lang/gcc34/files/7netbsdtpopsp.adb
lang/gcc34/files/ada_lwp_self.c
lang/gcc34/files/adasignal.c
lang/gcc34/files/alpha-baseline_symbols1.txt
lang/gcc34/files/alpha-baseline_symbols2.txt
lang/gcc34/files/dummy_pthreads.c
lang/gcc34/files/i386-baseline_symbols1.txt
lang/gcc34/files/i386-baseline_symbols2.txt
lang/gcc34/files/netbsd64macro.dfs
lang/gcc34/files/sparc64-baseline_symbols2.txt
lang/gcc34/files/x86_64-baseline_symbols2.txt
lang/gcc34/patches/patch-ae
lang/gcc34/patches/patch-af
lang/gcc34/patches/patch-ag
lang/gcc34/patches/patch-ah
lang/gcc34/patches/patch-ai
lang/gcc34/patches/patch-aj
lang/gcc34/patches/patch-ak
lang/gcc34/patches/patch-al
lang/gcc34/patches/patch-am
lang/gcc34/patches/patch-ba
lang/gcc34/patches/patch-bb
lang/gcc34/patches/patch-ca
lang/gcc34/patches/patch-cc
lang/gcc34/preconfigure.mk
lang/gforth/DESCR
lang/gforth/Makefile
lang/gforth/PLIST
lang/gforth/distinfo
lang/gforth/patches/patch-aa
lang/gforth/patches/patch-ab
lang/gforth/patches/patch-ac
lang/gforth/patches/patch-ad
lang/ghc/DESCR
lang/ghc/Makefile
lang/ghc/PLIST
lang/ghc/buildlink3.mk
lang/ghc/distinfo
lang/ghc/patches/patch-aa
lang/ghc/patches/patch-ab
lang/ghc/patches/patch-ac
lang/ghc/patches/patch-ad
lang/ghc/patches/patch-af
lang/ghc/patches/patch-ag
lang/ghc/patches/patch-ah
lang/ghc/patches/patch-ai
lang/ghc/patches/patch-aj
lang/ghc/patches/patch-ak
lang/ghc/patches/patch-al
lang/ghc/patches/patch-am
lang/ghc/patches/patch-an
lang/ghc/patches/patch-ao
lang/ghc/patches/patch-ap
lang/ghc/patches/patch-aq
lang/gpc/DESCR
lang/gpc/Makefile
lang/gpc/PLIST
lang/gpc/PLIST.netbsd
lang/gpc/distinfo
lang/gpc/patches/patch-aa
lang/gpc/patches/patch-ab
lang/gpc/patches/patch-ac
lang/gpc/patches/patch-ad
lang/gpc/patches/patch-ae
lang/gpc/patches/patch-af
lang/gpc/patches/patch-ag
lang/gpc/patches/patch-ah
lang/gpc/patches/patch-ai
lang/gpc/patches/patch-aj
lang/gpc/patches/patch-ak
lang/gprolog/DESCR
lang/gprolog/Makefile
lang/gprolog/PLIST
lang/gprolog/distinfo
lang/gprolog/patches/patch-ba
lang/guile/DESCR
lang/guile/Makefile
lang/guile/PLIST
lang/guile/buildlink3.mk
lang/guile/distinfo
lang/guile/patches/patch-aa
lang/guile/patches/patch-ae
lang/guile/patches/patch-ag
lang/guile/patches/patch-ah
lang/guile/patches/patch-aj
lang/guile16/DESCR
lang/guile16/Makefile
lang/guile16/PLIST
lang/guile16/buildlink3.mk
lang/guile16/distinfo
lang/guile16/patches/patch-aa
lang/guile16/patches/patch-ad
lang/guile16/patches/patch-ae
lang/guile16/patches/patch-af
lang/guile16/patches/patch-ag
lang/guile16/patches/patch-ah
lang/guile16/patches/patch-ai
lang/guile16/patches/patch-aj
lang/guile16/patches/patch-ak
lang/gwydion-dylan/DESCR
lang/gwydion-dylan/Makefile
lang/gwydion-dylan/PLIST
lang/gwydion-dylan/distinfo
lang/gwydion-dylan/patches/patch-aa
lang/gwydion-dylan/patches/patch-ab
lang/gwydion-dylan/patches/patch-ac
lang/gwydion-dylan/patches/patch-ad
lang/gwydion-dylan/patches/patch-ae
lang/gwydion-dylan/patches/patch-af
lang/hugs/DESCR
lang/hugs/Makefile
lang/hugs/PLIST
lang/hugs/buildlink3.mk
lang/hugs/distinfo
lang/hugs/package.mk
lang/icon/DESCR
lang/icon/Makefile
lang/icon/PLIST
lang/icon/distinfo
lang/icon/patches/patch-aa
lang/icon/patches/patch-ab
lang/icon/patches/patch-ac
lang/icon/patches/patch-ad
lang/icon/patches/patch-ae
lang/icon/patches/patch-af
lang/icon/patches/patch-ag
lang/icon/patches/patch-ah
lang/icon/patches/patch-ai
lang/icon/patches/patch-aj
lang/icon/patches/patch-ak
lang/icon/patches/patch-al
lang/icon/patches/patch-am
lang/icon/patches/patch-an
lang/icon/patches/patch-ao
lang/icon/patches/patch-ap
lang/icon/patches/patch-aq
lang/icon/patches/patch-as
lang/icon/patches/patch-at
lang/icon/patches/patch-au
lang/icon/patches/patch-av
lang/icon/patches/patch-aw
lang/icon/patches/patch-ax
lang/icon/patches/patch-ay
lang/icon/patches/patch-az
lang/icon/patches/patch-ba
lang/inform/DESCR
lang/inform/Makefile
lang/inform/PLIST
lang/inform/distinfo
lang/inform/patches/patch-aa
lang/intercal/DESCR
lang/intercal/Makefile
lang/intercal/PLIST
lang/intercal/distinfo
lang/intercal/patches/patch-aa
lang/intercal/patches/patch-ab
lang/intercal/patches/patch-ac
lang/ja-gawk/DESCR
lang/ja-gawk/Makefile
lang/ja-gawk/PLIST
lang/ja-gawk/distinfo
lang/ja-gawk/patches/patch-aa
lang/ja-gawk/patches/patch-ab
lang/ja-gawk/patches/patch-ac
lang/ja-gawk/patches/patch-ad
lang/jamvm/DESCR
lang/jamvm/Makefile
lang/jamvm/PLIST
lang/jamvm/distinfo
lang/jamvm/patches/patch-aa
lang/jamvm/patches/patch-bsdosc
lang/japhar/DESCR
lang/japhar/Makefile
lang/japhar/PLIST
lang/japhar/distinfo
lang/japhar/patches/patch-aa
lang/japhar/patches/patch-ab
lang/japhar/patches/patch-ac
lang/japhar/patches/patch-ad
lang/japhar/patches/patch-ae
lang/japhar/patches/patch-af
lang/japhar/patches/patch-ag
lang/japhar/patches/patch-ai
lang/japhar/patches/patch-aj
lang/japhar/patches/patch-ak
lang/japhar/patches/patch-al
lang/japhar/patches/patch-am
lang/jasmin/DESCR
lang/jasmin/Makefile
lang/jasmin/PLIST
lang/jasmin/distinfo
lang/jasmin/patches/patch-aa
lang/java-lang-spec/DESCR
lang/java-lang-spec/Makefile
lang/java-lang-spec/PLIST
lang/java-lang-spec/distinfo
lang/java-vm-spec/DESCR
lang/java-vm-spec/Makefile
lang/java-vm-spec/PLIST
lang/java-vm-spec/distinfo
lang/jbuilder-jit/DESCR
lang/jbuilder-jit/MESSAGE
lang/jbuilder-jit/Makefile
lang/jbuilder-jit/PLIST
lang/jbuilder-jit/distinfo
lang/jdk-openjit/DESCR
lang/jdk-openjit/MESSAGE
lang/jdk-openjit/Makefile
lang/jdk-openjit/Makefile.common
lang/jdk-openjit/PLIST
lang/jdk-openjit/distinfo
lang/jdk-openjit/patches/patch-aa
lang/jdk-openjit/patches/patch-ab
lang/jdk-openjit/patches/patch-ac
lang/jdk/DESCR
lang/jdk/MESSAGE
lang/jdk/Makefile
lang/jdk/PLIST
lang/jdk/PLIST-aout
lang/jdk/PLIST-elf
lang/jdk/buildlink3.mk
lang/jdk/distinfo
lang/jdk/patches/patch-aa
lang/jikes/ALTERNATIVES
lang/jikes/DESCR
lang/jikes/Makefile
lang/jikes/PLIST
lang/jikes/distinfo
lang/jikes/patches/patch-aa
lang/jikes/patches/patch-ab
lang/jini/DESCR
lang/jini/MESSAGE
lang/jini/Makefile
lang/jini/PLIST
lang/jini/distinfo
lang/joos/DESCR
lang/joos/Makefile
lang/joos/PLIST
lang/joos/distinfo
lang/joos/patches/patch-aa
lang/joos/patches/patch-ab
lang/joos/patches/patch-ac
lang/joos/patches/patch-ad
lang/joos/patches/patch-ae
lang/joos/patches/patch-af
lang/js/DESCR
lang/js/Makefile
lang/js/PLIST
lang/js/distinfo
lang/js/patches/patch-aa
lang/kaffe-esound/DESCR
lang/kaffe-esound/Makefile
lang/kaffe-esound/PLIST
lang/kaffe-x11/DESCR
lang/kaffe-x11/Makefile
lang/kaffe-x11/PLIST
lang/kaffe/DESCR
lang/kaffe/MESSAGE
lang/kaffe/Makefile
lang/kaffe/Makefile.common
lang/kaffe/PLIST
lang/kaffe/buildlink3.mk
lang/kaffe/distinfo
lang/kaffe/patches/patch-aa
lang/kaffe/patches/patch-ab
lang/kaffe/patches/patch-ac
lang/kaffe/patches/patch-ad
lang/kaffe/patches/patch-ae
lang/kaffe/patches/patch-af
lang/kali/DESCR
lang/kali/Makefile
lang/kali/PLIST
lang/kali/distinfo
lang/kali/patches/patch-aa
lang/ksi/DESCR
lang/ksi/Makefile
lang/ksi/PLIST
lang/ksi/distinfo
lang/ksi/patches/patch-aa
lang/ksi/patches/patch-ab
lang/ksi/patches/patch-ac
lang/ksi/patches/patch-ad
lang/librep/DESCR
lang/librep/Makefile
lang/librep/PLIST
lang/librep/buildlink3.mk
lang/librep/distinfo
lang/librep/patches/patch-aa
lang/librep/patches/patch-ab
lang/librep/patches/patch-ac
lang/librep/patches/patch-ad
lang/librep/patches/patch-ae
lang/librep/patches/patch-af
lang/librep/patches/patch-ag
lang/librep/patches/patch-ah
lang/librep/patches/patch-ai
lang/libtcl-nothread/DESCR
lang/libtcl-nothread/Makefile
lang/libtcl-nothread/PLIST
lang/libtcl-nothread/buildlink3.mk
lang/libtcl-nothread/distinfo
lang/libtcl-nothread/patches/patch-aa
lang/libtcl-nothread/patches/patch-ab
lang/libtcl-nothread/patches/patch-ac
lang/libtcl-nothread/patches/patch-ae
lang/libtcl-nothread/patches/patch-af
lang/libtcl-nothread/patches/patch-ag
lang/libtcl-nothread/patches/patch-ah
lang/lua/DESCR
lang/lua/Makefile
lang/lua/PLIST
lang/lua/buildlink3.mk
lang/lua/distinfo
lang/lua/patches/patch-aa
lang/lua/patches/patch-ab
lang/lua/patches/patch-ac
lang/lush/DESCR
lang/lush/Makefile
lang/lush/PLIST
lang/lush/distinfo
lang/lush/patches/patch-aa
lang/lush/patches/patch-ab
lang/maude/DESCR
lang/maude/MESSAGE
lang/maude/Makefile
lang/maude/PLIST
lang/maude/distinfo
lang/maude/patches/patch-ab
lang/maude/patches/patch-ac
lang/mawk/DESCR
lang/mawk/Makefile
lang/mawk/PLIST
lang/mawk/distinfo
lang/mawk/patches/patch-aa
lang/mawk/patches/patch-ab
lang/mawk/patches/patch-ac
lang/mawk/patches/patch-ad
lang/mawk/patches/patch-ae
lang/mercury/DESCR
lang/mercury/Makefile
lang/mercury/PLIST
lang/mercury/distinfo
lang/mercury/patches/patch-aa
lang/mercury/patches/patch-ab
lang/mercury/patches/patch-ac
lang/mercury/patches/patch-ad
lang/mercury/patches/patch-ae
lang/mercury/patches/patch-af
lang/mercury/patches/patch-ag
lang/mercury/patches/patch-ah
lang/mercury/patches/patch-ai
lang/mercury/patches/patch-aj
lang/mercury/patches/patch-ak
lang/mercury/patches/patch-al
lang/mercury/patches/patch-am
lang/mercury/patches/patch-an
lang/mercury/patches/patch-ao
lang/minischeme/DESCR
lang/minischeme/Makefile
lang/minischeme/PLIST
lang/minischeme/distinfo
lang/minischeme/patches/patch-aa
lang/mit-scheme-bin/DESCR
lang/mit-scheme-bin/Makefile
lang/mit-scheme-bin/PLIST
lang/mit-scheme-bin/distinfo
lang/mit-scheme-bin/files/bchscheme
lang/mit-scheme-bin/files/scheme
lang/mono/DESCR
lang/mono/MESSAGE
lang/mono/Makefile
lang/mono/Makefile.common
lang/mono/PLIST
lang/mono/buildlink3.mk
lang/mono/distinfo
lang/mono/patches/patch-aa
lang/mono/patches/patch-ab
lang/mono/patches/patch-ac
lang/mono/patches/patch-ad
lang/mono/patches/patch-ae
lang/mono/patches/patch-af
lang/mono/patches/patch-ag
lang/mono/patches/patch-ak
lang/mono/patches/patch-ap
lang/mono/patches/patch-aq
lang/mono/patches/patch-ar
lang/mono/patches/patch-ba
lang/mono/patches/patch-bc
lang/mono/patches/patch-bd
lang/mono/patches/patch-be
lang/mono/patches/patch-bf
lang/mono/patches/patch-bg
lang/mono/patches/patch-bh
lang/mono/patches/patch-bi
lang/mono/patches/patch-ca
lang/mono/patches/patch-cb
lang/mono/patches/patch-cc
lang/mono/patches/patch-cd
lang/mono/patches/patch-ce
lang/monodoc/DESCR
lang/monodoc/Makefile
lang/monodoc/PLIST
lang/monodoc/buildlink3.mk
lang/monodoc/distinfo
lang/moscow_ml/DESCR
lang/moscow_ml/Makefile
lang/moscow_ml/PLIST
lang/moscow_ml/distinfo
lang/moscow_ml/patches/patch-aa
lang/moscow_ml/patches/patch-ab
lang/moscow_ml/patches/patch-ac
lang/moscow_ml/patches/patch-ad
lang/moscow_ml/patches/patch-ae
lang/mpd/DESCR
lang/mpd/Makefile
lang/mpd/PLIST
lang/mpd/distinfo
lang/mpd/patches/patch-aa
lang/mpd/patches/patch-ab
lang/mpd/patches/patch-ar
lang/mpd/patches/patch-as
lang/mpd/patches/patch-at
lang/mpd/patches/patch-au
lang/mpd/patches/patch-av
lang/mpd/patches/patch-aw
lang/mpd/patches/patch-ax
lang/mpd/patches/patch-ay
lang/mpd/patches/patch-az
lang/mpd/patches/patch-ba
lang/mpd/patches/patch-bb
lang/mpd/patches/patch-bc
lang/mpd/patches/patch-bd
lang/mpd/patches/patch-be
lang/mpd/patches/patch-bf
lang/mpd/patches/patch-bg
lang/mpd/patches/patch-bh
lang/mpd/patches/patch-bi
lang/mpd/patches/patch-bj
lang/mpd/patches/patch-bk
lang/mpd/patches/patch-bl
lang/mzscheme/DESCR
lang/mzscheme/Makefile
lang/mzscheme/PLIST
lang/mzscheme/distinfo
lang/mzscheme/patches/patch-ab
lang/mzscheme/patches/patch-aj
lang/mzscheme/patches/patch-ak
lang/nawk/DESCR
lang/nawk/Makefile
lang/nawk/PLIST
lang/nawk/files/FIXES
lang/nawk/files/Makefile
lang/nawk/files/README
lang/nawk/files/README.pkgsrc
lang/nawk/files/awk.1
lang/nawk/files/awk.h
lang/nawk/files/awkgram.y
lang/nawk/files/b.c
lang/nawk/files/lex.c
lang/nawk/files/lib.c
lang/nawk/files/main.c
lang/nawk/files/makefile.orig
lang/nawk/files/maketab.c
lang/nawk/files/missing95.c
lang/nawk/files/nawk.1
lang/nawk/files/parse.c
lang/nawk/files/proctab.c
lang/nawk/files/proto.h
lang/nawk/files/run.c
lang/nawk/files/tran.c
lang/nawk/files/ytab.c
lang/nawk/files/ytab.h
lang/nhc98/DESCR
lang/nhc98/Makefile
lang/nhc98/PLIST
lang/nhc98/distinfo
lang/nhc98/patches/patch-aa
lang/nhc98/patches/patch-ab
lang/nhc98/patches/patch-ag
lang/nhc98/patches/patch-ah
lang/objc/DESCR
lang/objc/Makefile
lang/objc/PLIST
lang/objc/distinfo
lang/objc/patches/patch-aa
lang/objc/patches/patch-ab
lang/ocaml/DESCR
lang/ocaml/Makefile
lang/ocaml/Makefile.common
lang/ocaml/PLIST
lang/ocaml/PLIST.opt
lang/ocaml/PLIST.prof
lang/ocaml/PLIST.stub
lang/ocaml/buildlink3.mk
lang/ocaml/distinfo
lang/ocaml/files/wrapper.sh
lang/ocaml/patches/patch-aa
lang/ocaml/patches/patch-ab
lang/ocaml/patches/patch-ac
lang/ocaml/patches/patch-ad
lang/ocaml/patches/patch-ag
lang/ocaml/patches/patch-ah
lang/ocaml/patches/patch-aj
lang/ocaml/patches/patch-an
lang/ocaml/patches/patch-at
lang/ocaml/patches/patch-au
lang/ocaml/patches/patch-av
lang/ocaml/patches/patch-aw
lang/ocaml/patches/patch-ax
lang/ocaml/patches/patch-ay
lang/ocaml/patches/patch-az
lang/ocaml/patches/patch-ba
lang/ocaml/patches/patch-bb
lang/ocaml/patches/patch-bc
lang/ocaml/patches/patch-bd
lang/ocaml/patches/patch-be
lang/ocaml/patches/patch-bf
lang/ocaml/patches/patch-bg
lang/ocaml/patches/patch-bh
lang/ocaml/patches/patch-bi
lang/ocaml/patches/patch-bk
lang/ocaml/patches/patch-bm
lang/ocaml/patches/patch-bn
lang/ocaml/patches/patch-bo
lang/ocaml/patches/patch-bp
lang/ocaml/patches/patch-bq
lang/ocaml/patches/patch-br
lang/ocaml/patches/patch-bs
lang/ocaml/patches/patch-bt
lang/ocaml/patches/patch-bu
lang/ocamlduce/DESCR
lang/ocamlduce/Makefile
lang/ocamlduce/PLIST
lang/ocamlduce/PLIST.opt
lang/ocamlduce/distinfo
lang/ocamlduce/patches/patch-aa
lang/onyx/DESCR
lang/onyx/Makefile
lang/onyx/PLIST
lang/onyx/distinfo
lang/oo2c/DESCR
lang/oo2c/Makefile
lang/oo2c/PLIST
lang/oo2c/distinfo
lang/oo2c/patches/patch-aa
lang/oo2c/patches/patch-ab
lang/oo2c/patches/patch-ac
lang/oo2c/patches/patch-ad
lang/opencobol/DESCR
lang/opencobol/Makefile
lang/opencobol/PLIST
lang/opencobol/distinfo
lang/opencobol/patches/patch-aa
lang/opencobol/patches/patch-ab
lang/ossp-js/DESCR
lang/ossp-js/Makefile
lang/ossp-js/PLIST
lang/ossp-js/buildlink3.mk
lang/ossp-js/distinfo
lang/ossp-js/hacks.mk
lang/ossp-js/libm.mk
lang/ossp-js/patches/patch-aa
lang/ossp-js/patches/patch-ab
lang/ossp-js/patches/patch-ac
lang/ossp-js/patches/patch-ad
lang/ossp-js/patches/patch-ae
lang/ossp-js/patches/patch-af
lang/ossp-js/patches/patch-ag
lang/ossp-js/patches/patch-ah
lang/ossp-js/patches/patch-ai
lang/p2c/DESCR
lang/p2c/Makefile
lang/p2c/PLIST
lang/p2c/distinfo
lang/p2c/patches/patch-aa
lang/p2c/patches/patch-ab
lang/parrot/DESCR
lang/parrot/Makefile
lang/parrot/PLIST
lang/parrot/buildlink3.mk
lang/parrot/distinfo
lang/parrot/patches/patch-aa
lang/pcc-current/DESCR
lang/pcc-current/Makefile
lang/pcc-current/PLIST
lang/pcc-current/distinfo
lang/pcc/DESCR
lang/pcc/Makefile
lang/pcc/PLIST
lang/pcc/distinfo
lang/pear/DESCR
lang/pear/MESSAGE
lang/pear/Makefile
lang/pear/PLIST
lang/pear/distinfo
lang/pear/files/go-pear.php
lang/pear/files/pear.sh
lang/pear/patches/patch-aa
lang/perl5/DESCR
lang/perl5/Makefile
lang/perl5/PLIST
lang/perl5/buildlink3.mk
lang/perl5/distinfo
lang/perl5/files/deinstall.tmpl
lang/perl5/files/install.tmpl
lang/perl5/files/install_threads.tmpl
lang/perl5/files/perllink.1
lang/perl5/files/perllink.in
lang/perl5/hacks.mk
lang/perl5/module.mk
lang/perl5/packlist.mk
lang/perl5/patches/patch-aa
lang/perl5/patches/patch-ab
lang/perl5/patches/patch-ac
lang/perl5/patches/patch-ae
lang/perl5/patches/patch-ah
lang/perl5/patches/patch-am
lang/perl5/patches/patch-an
lang/perl5/patches/patch-ap
lang/perl5/patches/patch-aq
lang/perl5/patches/patch-ar
lang/perl5/patches/patch-as
lang/perl5/patches/patch-ba
lang/perl5/patches/patch-ca
lang/perl5/patches/patch-cb
lang/perl5/patches/patch-ce
lang/perl5/patches/patch-ch
lang/perl5/patches/patch-ci
lang/perl5/patches/patch-cj
lang/perl5/patches/patch-ck
lang/perl5/patches/patch-cn
lang/perl5/patches/patch-da
lang/perl5/patches/patch-ta
lang/perl5/patches/patch-zc
lang/perl5/vars.mk
lang/perl5/version.mk
lang/pforth/DESCR
lang/pforth/Makefile
lang/pforth/PLIST
lang/pforth/distinfo
lang/pforth/patches/patch-aa
lang/pforth/patches/patch-ab
lang/php/MESSAGE.module
lang/php/PLIST.module
lang/php/ext.mk
lang/php/pear.mk
lang/php/pear_plist.php
lang/php/phpversion.mk
lang/php5/DESCR
lang/php5/MESSAGE
lang/php5/Makefile
lang/php5/Makefile.common
lang/php5/Makefile.php
lang/php5/PLIST
lang/php5/buildlink3.mk
lang/php5/distinfo
lang/php5/patches/patch-aa
lang/php5/patches/patch-ad
lang/php5/patches/patch-ag
lang/php5/patches/patch-ah
lang/php5/patches/patch-aj
lang/php5/patches/patch-ak
lang/php5/patches/patch-al
lang/php5/patches/patch-an
lang/php5/patches/patch-ap
lang/php5/patches/patch-aq
lang/pnet/DESCR
lang/pnet/Makefile
lang/pnet/PLIST
lang/pnet/buildlink3.mk
lang/pnet/distinfo
lang/pnetC/DESCR
lang/pnetC/Makefile
lang/pnetC/PLIST
lang/pnetC/buildlink3.mk
lang/pnetC/distinfo
lang/pnetlib-nox11/Makefile
lang/pnetlib/DESCR
lang/pnetlib/Makefile
lang/pnetlib/Makefile.common
lang/pnetlib/PLIST
lang/pnetlib/buildlink3.mk
lang/pnetlib/distinfo
lang/py-basicproperty/DESCR
lang/py-basicproperty/Makefile
lang/py-basicproperty/PLIST
lang/py-basicproperty/distinfo
lang/py-funge/DESCR
lang/py-funge/Makefile
lang/py-funge/PLIST
lang/py-funge/distinfo
lang/py-html-docs/DESCR
lang/py-html-docs/Makefile
lang/py-html-docs/PLIST.pre
lang/py-html-docs/distinfo
lang/py-psyco/DESCR
lang/py-psyco/Makefile
lang/py-psyco/PLIST
lang/py-psyco/distinfo
lang/py-pyrex/DESCR
lang/py-pyrex/Makefile
lang/py-pyrex/PLIST
lang/py-pyrex/distinfo
lang/py21-html-docs/DESCR
lang/py21-html-docs/Makefile
lang/py21-html-docs/PLIST.pre
lang/py21-html-docs/distinfo
lang/py22-html-docs/DESCR
lang/py22-html-docs/Makefile
lang/py22-html-docs/PLIST.pre
lang/py22-html-docs/distinfo
lang/py23-html-docs/DESCR
lang/py23-html-docs/Makefile
lang/py23-html-docs/PLIST.pre
lang/py23-html-docs/distinfo
lang/py24-html-docs/DESCR
lang/py24-html-docs/Makefile
lang/py24-html-docs/PLIST.pre
lang/py24-html-docs/distinfo
lang/python/application.mk
lang/python/egg.mk
lang/python/extension.mk
lang/python/pyversion.mk
lang/python/srcdist.mk
lang/python15/ALTERNATIVES
lang/python15/DESCR
lang/python15/Makefile
lang/python15/PLIST.IRIX
lang/python15/PLIST.Linux
lang/python15/PLIST.common
lang/python15/PLIST.common_end
lang/python15/buildlink3.mk
lang/python15/distinfo
lang/python15/patches/patch-aa
lang/python15/patches/patch-ab
lang/python15/patches/patch-ac
lang/python15/patches/patch-ad
lang/python15/patches/patch-ae
lang/python15/patches/patch-af
lang/python21/ALTERNATIVES
lang/python21/DESCR
lang/python21/Makefile
lang/python21/PLIST.DragonFly
lang/python21/PLIST.FreeBSD
lang/python21/PLIST.Linux
lang/python21/PLIST.SunOS
lang/python21/PLIST.common
lang/python21/PLIST.common_end
lang/python21/buildlink3.mk
lang/python21/distinfo
lang/python21/patches/patch-aa
lang/python21/patches/patch-ab
lang/python21/patches/patch-ac
lang/python21/patches/patch-ad
lang/python21/patches/patch-ae
lang/python21/patches/patch-af
lang/python21/patches/patch-ah
lang/python21/patches/patch-ai
lang/python21/patches/patch-aj
lang/python21/patches/patch-ak
lang/python21/patches/patch-bb
lang/python21/patches/patch-bc
lang/python21/patches/patch-bd
lang/python21/patches/patch-be
lang/python21/patches/patch-bf
lang/python21/patches/patch-bg
lang/python21/patches/patch-bh
lang/python21/patches/patch-bi
lang/python21/patches/patch-bj
lang/python21/patches/patch-na
lang/python23-nth/ALTERNATIVES
lang/python23-nth/DESCR
lang/python23-nth/Makefile
lang/python23-nth/buildlink3.mk
lang/python23/ALTERNATIVES
lang/python23/DESCR
lang/python23/Makefile
lang/python23/Makefile.common
lang/python23/PLIST.Darwin
lang/python23/PLIST.IRIX
lang/python23/PLIST.Linux
lang/python23/PLIST.SunOS
lang/python23/PLIST.common
lang/python23/PLIST.common_end
lang/python23/buildlink3.mk
lang/python23/distinfo
lang/python23/patches/patch-aa
lang/python23/patches/patch-ab
lang/python23/patches/patch-ac
lang/python23/patches/patch-ad
lang/python23/patches/patch-ae
lang/python23/patches/patch-af
lang/python23/patches/patch-ah
lang/python23/patches/patch-ai
lang/python23/patches/patch-al
lang/python23/patches/patch-am
lang/python23/patches/patch-bb
lang/python23/patches/patch-ca
lang/python23/patches/patch-cb
lang/python23/patches/patch-cd
lang/python23/patches/patch-ce
lang/python23/patches/patch-da
lang/python23/patches/patch-dc
lang/python23/patches/patch-ea
lang/python23/patches/patch-eb
lang/python23/patches/patch-ec
lang/python23/patches/patch-ed
lang/python23/patches/patch-na
lang/python24/ALTERNATIVES
lang/python24/DESCR
lang/python24/Makefile
lang/python24/PLIST.Darwin
lang/python24/PLIST.IRIX
lang/python24/PLIST.Linux
lang/python24/PLIST.SunOS
lang/python24/PLIST.common
lang/python24/PLIST.common_end
lang/python24/buildlink3.mk
lang/python24/distinfo
lang/python24/patches/patch-aa
lang/python24/patches/patch-ab
lang/python24/patches/patch-ac
lang/python24/patches/patch-ad
lang/python24/patches/patch-ae
lang/python24/patches/patch-af
lang/python24/patches/patch-ag
lang/python24/patches/patch-ah
lang/python24/patches/patch-ai
lang/python24/patches/patch-aj
lang/python24/patches/patch-ak
lang/python24/patches/patch-al
lang/python24/patches/patch-am
lang/python24/patches/patch-an
lang/python24/patches/patch-ao
lang/python24/patches/patch-ap
lang/python24/patches/patch-aq
lang/python24/patches/patch-ar
lang/python24/patches/patch-at
lang/python24/patches/patch-au
lang/python25/ALTERNATIVES
lang/python25/DESCR
lang/python25/Makefile
lang/python25/PLIST.Darwin
lang/python25/PLIST.IRIX
lang/python25/PLIST.Linux
lang/python25/PLIST.SunOS
lang/python25/PLIST.common
lang/python25/PLIST.common_end
lang/python25/buildlink3.mk
lang/python25/distinfo
lang/python25/patches/patch-aa
lang/python25/patches/patch-ab
lang/python25/patches/patch-ac
lang/python25/patches/patch-ad
lang/python25/patches/patch-ae
lang/python25/patches/patch-ag
lang/python25/patches/patch-ah
lang/python25/patches/patch-ai
lang/python25/patches/patch-aj
lang/python25/patches/patch-ak
lang/python25/patches/patch-al
lang/python25/patches/patch-am
lang/python25/patches/patch-an
lang/python25/patches/patch-ao
lang/python25/patches/patch-ap
lang/python25/patches/patch-aq
lang/python25/patches/patch-ar
lang/python25/patches/patch-at
lang/python25/patches/patch-au
lang/python25/patches/patch-av
lang/rexx-imc/DESCR
lang/rexx-imc/Makefile
lang/rexx-imc/PLIST
lang/rexx-imc/distinfo
lang/rexx-imc/patches/patch-aa
lang/rexx-imc/patches/patch-ab
lang/rexx-regina/DESCR
lang/rexx-regina/Makefile
lang/rexx-regina/PLIST
lang/rexx-regina/distinfo
lang/rexx-regina/patches/patch-aa
lang/rexx-regina/patches/patch-ab
lang/ruby-doc-stdlib/DESCR
lang/ruby-doc-stdlib/Makefile
lang/ruby-doc-stdlib/PLIST.pre
lang/ruby-doc-stdlib/distinfo
lang/ruby/DESCR
lang/ruby/Makefile
lang/ruby/Makefile.common
lang/ruby/buildlink3.mk
lang/ruby/modules.mk
lang/ruby/replace.mk
lang/ruby/rubyversion.mk
lang/ruby18-base/ALTERNATIVES
lang/ruby18-base/DEINSTALL
lang/ruby18-base/DESCR
lang/ruby18-base/INSTALL
lang/ruby18-base/MESSAGE
lang/ruby18-base/Makefile
lang/ruby18-base/PLIST
lang/ruby18-base/PLIST.common_end
lang/ruby18-base/distinfo
lang/ruby18-base/files/CHANGES.pkgsrc
lang/ruby18-base/hacks.mk
lang/ruby18-base/options.mk
lang/ruby18-base/patches/patch-aa
lang/ruby18-base/patches/patch-ab
lang/ruby18-base/patches/patch-ac
lang/ruby18-base/patches/patch-ad
lang/ruby18/DESCR
lang/ruby18/Makefile
lang/sablevm-classpath-gui/DESCR
lang/sablevm-classpath-gui/Makefile
lang/sablevm-classpath-gui/PLIST
lang/sablevm-classpath/DESCR
lang/sablevm-classpath/Makefile
lang/sablevm-classpath/Makefile.common
lang/sablevm-classpath/PLIST
lang/sablevm-classpath/distinfo
lang/sablevm-classpath/patches/patch-aa
lang/sablevm-classpath/patches/patch-ab
lang/sablevm-classpath/patches/patch-ac
lang/sablevm-classpath/patches/patch-ad
lang/sablevm/DESCR
lang/sablevm/Makefile
lang/sablevm/PLIST
lang/sablevm/distinfo
lang/sablevm/patches/patch-aa
lang/sather/DESCR
lang/sather/Makefile
lang/sather/PLIST
lang/sather/distinfo
lang/sather/patches/patch-aa
lang/sather/patches/patch-ab
lang/sather/patches/patch-ac
lang/sather/patches/patch-ad
lang/sather/patches/patch-ae
lang/sather/patches/patch-af
lang/sather/patches/patch-ag
lang/sather/patches/patch-ah
lang/sather/patches/patch-ai
lang/sather/patches/patch-aj
lang/sather/patches/patch-ak
lang/sather/patches/patch-al
lang/sather/patches/patch-am
lang/sather/patches/patch-an
lang/sather/patches/patch-ao
lang/sather/patches/patch-ap
lang/sather/patches/patch-aq
lang/sather/patches/patch-ar
lang/sather/patches/patch-as
lang/sather/patches/patch-at
lang/sather/patches/patch-au
lang/sather/patches/patch-av
lang/sather/patches/patch-aw
lang/sather/patches/patch-ax
lang/sather/patches/patch-ay
lang/sather/patches/patch-az
lang/sather/patches/patch-ba
lang/sather/patches/patch-bb
lang/sbcl/DESCR
lang/sbcl/Makefile
lang/sbcl/PLIST
lang/sbcl/distinfo
lang/sbcl/patches/patch-aa
lang/sbcl/patches/patch-ab
lang/sbcl/patches/patch-ac
lang/sbcl/patches/patch-ad
lang/scheme48/DESCR
lang/scheme48/Makefile
lang/scheme48/PLIST
lang/scheme48/distinfo
lang/scm/DESCR
lang/scm/Makefile
lang/scm/PLIST
lang/scm/distinfo
lang/scm/files/buildscm.sh
lang/scm/files/require.scm
lang/scm/options.mk
lang/scm/patches/patch-aa
lang/scm/patches/patch-ab
lang/scm/patches/patch-ac
lang/scm/patches/patch-ad
lang/scm/patches/patch-ae
lang/scm/patches/patch-af
lang/scm/patches/patch-ag
lang/scm/patches/patch-ah
lang/sigscheme/DESCR
lang/sigscheme/Makefile
lang/sigscheme/PLIST
lang/sigscheme/buildlink3.mk
lang/sigscheme/distinfo
lang/sigscheme/patches/patch-aa
lang/sigscheme/patches/patch-ab
lang/siod/DESCR
lang/siod/Makefile
lang/siod/PLIST
lang/siod/distinfo
lang/siod/patches/patch-aa
lang/siod/patches/patch-ab
lang/siod/patches/patch-ac
lang/siod/patches/patch-ad
lang/siod/patches/patch-ae
lang/smalltalk/DESCR
lang/smalltalk/Makefile
lang/smalltalk/PLIST
lang/smalltalk/distinfo
lang/smalltalk/patches/patch-ac
lang/smalltalk/patches/patch-ae
lang/smalltalk/patches/patch-af
lang/smalltalk/patches/patch-ag
lang/smlnj/DESCR
lang/smlnj/Makefile
lang/smlnj/Makefile.common
lang/smlnj/PLIST
lang/smlnj/distinfo
lang/smlnj/files/targets
lang/smlnj/patches/patch-aa
lang/smlnj/patches/patch-ab
lang/smlnj/patches/patch-ac
lang/smlnj/patches/patch-ad
lang/smlnj/patches/patch-ae
lang/smlnj/patches/patch-af
lang/smlnj/patches/patch-ag
lang/smlnj/patches/patch-ah
lang/smlnj/patches/patch-ai
lang/smlnj/patches/patch-aj
lang/smlnj/patches/patch-ak
lang/smlnj/patches/patch-al
lang/smlnj/patches/patch-am
lang/smlnj/patches/patch-an
lang/smlnj/patches/patch-ao
lang/smlnj/patches/patch-ap
lang/smlnj/patches/patch-aq
lang/smlnj/patches/patch-ar
lang/snobol/DESCR
lang/snobol/Makefile
lang/snobol/PLIST
lang/snobol/distinfo
lang/snobol/patches/patch-aa
lang/snobol/patches/patch-ab
lang/snobol/patches/patch-ac
lang/snobol/patches/patch-ad
lang/snobol/patches/patch-ae
lang/snobol/patches/patch-af
lang/snobol/patches/patch-ag
lang/spidermonkey/DESCR
lang/spidermonkey/Makefile
lang/spidermonkey/PLIST
lang/spidermonkey/buildlink3.mk
lang/spidermonkey/distinfo
lang/spidermonkey/files/pkgsrc.mk
lang/spidermonkey/hacks.mk
lang/spidermonkey/patches/patch-aa
lang/spidermonkey/patches/patch-ab
lang/spidermonkey/patches/patch-ac
lang/spidermonkey/patches/patch-ad
lang/spidermonkey/patches/patch-ae
lang/spidermonkey/patches/patch-af
lang/spidermonkey/patches/patch-ah
lang/spidermonkey/patches/patch-ai
lang/spidermonkey/patches/patch-aj
lang/spl/DESCR
lang/spl/MESSAGE
lang/spl/Makefile
lang/spl/PLIST
lang/spl/distinfo
lang/spl/patches/patch-aa
lang/spl/patches/patch-ab
lang/spl/patches/patch-ac
lang/spl/patches/patch-ad
lang/squeak/DESCR
lang/squeak/Makefile
lang/squeak/PLIST
lang/squeak/PLIST.Linux
lang/squeak/PLIST.NetBSD
lang/squeak/distinfo
lang/squeak/patches/patch-aa
lang/squeak/patches/patch-ab
lang/squeak/patches/patch-ac
lang/squeak/patches/patch-ad
lang/squeak/patches/patch-ae
lang/squeak/patches/patch-af
lang/squeak/patches/patch-ag
lang/squeak/patches/patch-ah
lang/squeak/patches/patch-ai
lang/squeak/patches/patch-aj
lang/squeak/patches/patch-ak
lang/squeak/patches/patch-al
lang/squeak/patches/patch-am
lang/squeak/patches/patch-an
lang/sr-examples/DESCR
lang/sr-examples/Makefile
lang/sr-examples/PLIST
lang/sr-examples/distinfo
lang/sr/DESCR
lang/sr/Makefile
lang/sr/PLIST
lang/sr/distinfo
lang/sr/patches/patch-aa
lang/sr/patches/patch-ab
lang/sr/patches/patch-ad
lang/sr/patches/patch-ar
lang/sr/patches/patch-as
lang/sr/patches/patch-at
lang/sr/patches/patch-au
lang/sr/patches/patch-av
lang/sr/patches/patch-aw
lang/sr/patches/patch-ax
lang/sr/patches/patch-ay
lang/sr/patches/patch-az
lang/sr/patches/patch-ba
lang/sr/patches/patch-bb
lang/sr/patches/patch-bc
lang/sr/patches/patch-bd
lang/sr/patches/patch-be
lang/sr/patches/patch-bf
lang/sr/patches/patch-bg
lang/sr/patches/patch-bh
lang/sr/patches/patch-bi
lang/sr/patches/patch-bj
lang/stalin/DESCR
lang/stalin/Makefile
lang/stalin/PLIST
lang/stalin/distinfo
lang/stalin/files/stalin.sh
lang/stalin/patches/patch-aa
lang/stalin/patches/patch-ab
lang/stalin/patches/patch-ac
lang/stalin/patches/patch-ad
lang/stalin/patches/patch-ae
lang/sun-jdk14/DESCR
lang/sun-jdk14/Makefile
lang/sun-jdk14/PLIST
lang/sun-jdk14/buildlink3.mk
lang/sun-jdk14/builtin.mk
lang/sun-jdk14/distinfo
lang/sun-jdk14/files/common
lang/sun-jdk15/DESCR
lang/sun-jdk15/Makefile
lang/sun-jdk15/PLIST.linux-i386
lang/sun-jdk15/PLIST.linux-x86_64
lang/sun-jdk15/buildlink3.mk
lang/sun-jdk15/builtin.mk
lang/sun-jdk15/distinfo
lang/sun-jdk15/files/common
lang/sun-jdk6/DESCR
lang/sun-jdk6/Makefile
lang/sun-jdk6/PLIST
lang/sun-jdk6/buildlink3.mk
lang/sun-jdk6/distinfo
lang/sun-jdk6/files/common
lang/sun-jre14/DESCR
lang/sun-jre14/MESSAGE.NetBSD
lang/sun-jre14/Makefile
lang/sun-jre14/Makefile.common
lang/sun-jre14/PLIST
lang/sun-jre14/buildlink3.mk
lang/sun-jre14/builtin.mk
lang/sun-jre14/distinfo
lang/sun-jre15/DEINSTALL
lang/sun-jre15/DESCR
lang/sun-jre15/INSTALL
lang/sun-jre15/MESSAGE.NetBSD
lang/sun-jre15/Makefile
lang/sun-jre15/Makefile.common
lang/sun-jre15/PLIST.linux-i386
lang/sun-jre15/PLIST.linux-x86_64
lang/sun-jre15/buildlink3.mk
lang/sun-jre15/builtin.mk
lang/sun-jre15/distinfo
lang/sun-jre15/sfiles-i386.mk
lang/sun-jre15/sfiles-x86_64.mk
lang/sun-jre6/DEINSTALL
lang/sun-jre6/DESCR
lang/sun-jre6/INSTALL
lang/sun-jre6/MESSAGE.NetBSD
lang/sun-jre6/Makefile
lang/sun-jre6/Makefile.common
lang/sun-jre6/PLIST.linux-i386
lang/sun-jre6/buildlink3.mk
lang/sun-jre6/distinfo
lang/sun-jre6/sfiles-i386.mk
lang/swi-prolog-lite/DESCR
lang/swi-prolog-lite/Makefile
lang/swi-prolog-lite/Makefile.common
lang/swi-prolog-lite/PLIST
lang/swi-prolog-lite/buildlink3.mk
lang/swi-prolog-lite/distinfo
lang/swi-prolog-lite/files/shlib.pl
lang/swi-prolog-lite/patches/patch-aa
lang/swi-prolog-lite/patches/patch-ab
lang/swi-prolog-lite/patches/patch-ac
lang/swi-prolog-lite/patches/patch-ad
lang/swi-prolog-lite/patches/patch-ae
lang/swi-prolog-lite/patches/patch-af
lang/swi-prolog-lite/patches/patch-ag
lang/swi-prolog-lite/patches/patch-ah
lang/swi-prolog-lite/patches/patch-ai
lang/swi-prolog-lite/patches/patch-aj
lang/swi-prolog-lite/patches/patch-ak
lang/swi-prolog-lite/patches/patch-al
lang/swi-prolog-lite/patches/patch-am
lang/swi-prolog-lite/patches/patch-an
lang/swi-prolog-packages/DESCR
lang/swi-prolog-packages/Makefile
lang/swi-prolog-packages/PLIST
lang/swi-prolog/DESCR
lang/swi-prolog/Makefile
lang/tcl-expect/DESCR
lang/tcl-expect/Makefile
lang/tcl-expect/Makefile.common
lang/tcl-expect/PLIST
lang/tcl-expect/buildlink3.mk
lang/tcl-expect/distinfo
lang/tcl-expect/patches/patch-aa
lang/tcl-expect/patches/patch-ab
lang/tcl-expect/patches/patch-ac
lang/tcl-expect/patches/patch-ad
lang/tcl-expect/patches/patch-ae
lang/tcl-itcl-current/DESCR
lang/tcl-itcl-current/Makefile
lang/tcl-itcl-current/PLIST
lang/tcl-itcl-current/buildlink3.mk
lang/tcl-itcl-current/distinfo
lang/tcl-itcl-current/patches/patch-aa
lang/tcl-itcl-current/patches/patch-ab
lang/tcl-itcl-current/patches/patch-ac
lang/tcl-itcl-current/patches/patch-ad
lang/tcl-itcl-current/patches/patch-ae
lang/tcl-itcl-current/patches/patch-af
lang/tcl-itcl-current/patches/patch-ag
lang/tcl-itcl-current/patches/patch-ah
lang/tcl-itcl-current/patches/patch-ai
lang/tcl-itcl/DESCR
lang/tcl-itcl/Makefile
lang/tcl-itcl/PLIST
lang/tcl-itcl/buildlink3.mk
lang/tcl-itcl/distinfo
lang/tcl-itcl/patches/patch-aa
lang/tcl-itcl/patches/patch-ab
lang/tcl-itcl/patches/patch-ac
lang/tcl-itcl/patches/patch-ad
lang/tcl-itcl/patches/patch-ag
lang/tcl-itcl/patches/patch-ah
lang/tcl-otcl/DESCR
lang/tcl-otcl/Makefile
lang/tcl-otcl/PLIST
lang/tcl-otcl/buildlink3.mk
lang/tcl-otcl/distinfo
lang/tcl-otcl/patches/patch-aa
lang/tcl-otcl/patches/patch-ab
lang/tcl-otcl/patches/patch-ac
lang/tcl-tclX/DESCR
lang/tcl-tclX/Makefile
lang/tcl-tclX/PLIST
lang/tcl-tclX/buildlink3.mk
lang/tcl-tclX/distinfo
lang/tcl-tclX/patches/patch-aa
lang/tcl-tclX/patches/patch-ab
lang/tcl-tclX/patches/patch-ac
lang/tcl-tclX/patches/patch-ad
lang/tcl-tclX/patches/patch-ae
lang/tcl-tclX/patches/patch-af
lang/tcl-tclX/patches/patch-ag
lang/tcl-tclX/patches/patch-ah
lang/tcl-tclX/patches/patch-ai
lang/tcl-tclX/patches/patch-aj
lang/tcl-tclX/patches/patch-ak
lang/tcl/DESCR
lang/tcl/Makefile
lang/tcl/Makefile.version
lang/tcl/PLIST
lang/tcl/buildlink3.mk
lang/tcl/distinfo
lang/tcl/hacks.mk
lang/tcl/patches/patch-aa
lang/tcl/patches/patch-ab
lang/tcl/patches/patch-ac
lang/tcl/patches/patch-ad
lang/tcl/patches/patch-ae
lang/tcl/patches/patch-af
lang/tcl/patches/patch-ag
lang/tcl/patches/patch-ah
lang/tcl/patches/patch-ai
lang/tcl/patches/patch-aj
lang/tcl83/DESCR
lang/tcl83/Makefile
lang/tcl83/PLIST
lang/tcl83/buildlink3.mk
lang/tcl83/distinfo
lang/tcl83/patches/patch-aa
lang/tcl83/patches/patch-ab
lang/tcl83/patches/patch-ac
lang/tcl83/patches/patch-ae
lang/tcl83/patches/patch-af
lang/tcl83/patches/patch-ag
lang/tinyscheme/DESCR
lang/tinyscheme/Makefile
lang/tinyscheme/PLIST
lang/tinyscheme/distinfo
lang/tinyscheme/patches/patch-aa
lang/tinyscheme/patches/patch-ab
lang/tk-expect/DESCR
lang/tk-expect/Makefile
lang/tk-expect/PLIST
lang/tk-tclX/DESCR
lang/tk-tclX/Makefile
lang/tk-tclX/PLIST
lang/twelf/DESCR
lang/twelf/MESSAGE
lang/twelf/Makefile
lang/twelf/PLIST
lang/twelf/distinfo
lang/twelf/patches/patch-aa
lang/twelf/patches/patch-ab
lang/twelf/patches/patch-ac
lang/ucblogo/DESCR
lang/ucblogo/Makefile
lang/ucblogo/PLIST
lang/ucblogo/distinfo
lang/ucblogo/patches/patch-aa
lang/umb-scheme/DESCR
lang/umb-scheme/Makefile
lang/umb-scheme/PLIST
lang/umb-scheme/distinfo
lang/umb-scheme/files/path.h
lang/umb-scheme/patches/patch-aa
lang/umb-scheme/patches/patch-ab
lang/umb-scheme/patches/patch-ac
lang/umb-scheme/patches/patch-ad
lang/umb-scheme/patches/patch-ae
lang/umb-scheme/patches/patch-af
lang/umb-scheme/patches/patch-ag
lang/utilisp/DESCR
lang/utilisp/Makefile
lang/utilisp/PLIST
lang/utilisp/distinfo
lang/utilisp/patches/patch-aa
lang/utilisp/patches/patch-ab
lang/utilisp/patches/patch-ac
lang/vscm/DESCR
lang/vscm/Makefile
lang/vscm/PLIST
lang/vscm/distinfo
lang/vscm/files/path.h
lang/vscm/patches/patch-aa
lang/vscm/patches/patch-ab
lang/vscm/patches/patch-ac
lang/vslisp/DESCR
lang/vslisp/Makefile
lang/vslisp/PLIST
lang/vslisp/distinfo
lang/vslisp/patches/patch-aa
lang/vslisp/patches/patch-ab
lang/vslisp/patches/patch-ac
lang/vslisp/patches/patch-ad
lang/vslisp/patches/patch-ae
lang/vslisp/patches/patch-af
lang/wsbasic/DESCR
lang/wsbasic/Makefile
lang/wsbasic/PLIST
lang/wsbasic/distinfo
lang/wsbasic/patches/patch-aa
lang/yabasic/DESCR
lang/yabasic/Makefile
lang/yabasic/PLIST
lang/yabasic/distinfo
lang/yabasic/patches/patch-aa
lang/yabasic/patches/patch-ab
lang/yap/DESCR
lang/yap/Makefile
lang/yap/PLIST
lang/yap/distinfo
lang/yap/patches/patch-aa
lang/yap/patches/patch-ab
lang/yap/patches/patch-ac
licenses/3proxy-0.5-license
licenses/adobe-acrobat-license
licenses/amap-license
licenses/amiwm-license
licenses/apache-2.0
licenses/apple-admin-license
licenses/apple-public-source-license
licenses/astrolog-license
licenses/bcmfw-license
licenses/bicom-license
licenses/cdif-license
licenses/citrix_ica-license
licenses/corecode-license
licenses/cucipop-license
licenses/cyberbit-ttf-license
licenses/dbz-ttf-license
licenses/djb-nonlicense
licenses/eclipse-license
licenses/emiclock-license
licenses/epsg-license
licenses/faces-license
licenses/fep-license
licenses/flash-license
licenses/fprot-workstation-license
licenses/fs-kit-license
licenses/gate88-license
licenses/gated-license
licenses/generic-nonlicense
licenses/glimpse-license
licenses/gnu-gpl-v2
licenses/gnu-gpl-v3
licenses/gnu-lgpl-v2
licenses/gnu-lgpl-v2.1
licenses/gnu-lgpl-v3
licenses/hptools-license
licenses/hydra-license
licenses/idea-license
licenses/inlineegg-license
licenses/intel-ipw-license
licenses/jbuilder-jit-license
licenses/jdk-license
licenses/jdk13-license
licenses/kermit-license
licenses/lame-license
licenses/lc-license
licenses/lha-license
licenses/majordomo-license
licenses/mame-license
licenses/molden-license
licenses/morganstanley-license
licenses/mozilla-trademark-license
licenses/mpg123-license
licenses/mplayer-codec-license
licenses/ms-ttf-license
licenses/mush-license
licenses/nntpclnt-license
licenses/nvidia-license
licenses/open-font-license
licenses/openmotif-license
licenses/opera-850-license
licenses/opera-license
licenses/pcps-license
licenses/pine-license
licenses/postfix-license
licenses/povray-license
licenses/public-domain
licenses/pvs-license
licenses/quakedata-license
licenses/radiance-license
licenses/rar-license
licenses/rsaref-license
licenses/scsl23-license
licenses/scsl3-jini-tsa-1.0-license
licenses/sendmail-license
licenses/sendmail-open-source-license
licenses/shorten-license
licenses/simian-license
licenses/skype-license
licenses/softmaker-office-demo-license
licenses/speedtouch-firmware-license
licenses/srp_client-license
licenses/ssh-communications-security-license
licenses/su2-license
licenses/sun-jdk14-license
licenses/sun-jdk6-license
licenses/sun-jre14-license
licenses/sun-jre6-license
licenses/sun-jrl-16-license
licenses/sun-jsdk20-license
licenses/sun-swing-license
licenses/szip-license
licenses/tdir-license
licenses/teamspeak-license-200700213
licenses/tin-license
licenses/trn-license
licenses/ttd-pseudolicense
licenses/unace-license
licenses/unace-source-license
licenses/unarj-license
licenses/unrar-license
licenses/uvscan-license
licenses/velena-license
licenses/vim-license
licenses/vmware-license
licenses/xanim-license
licenses/xdoom-license
licenses/xephem-license
licenses/xmill-license
licenses/xv-license
licenses/zoo-license
mail/GNUMail/DESCR
mail/GNUMail/Makefile
mail/GNUMail/PLIST
mail/GNUMail/distinfo
mail/GNUMail/patches/patch-aa
mail/Makefile
mail/Pantomime/DESCR
mail/Pantomime/Makefile
mail/Pantomime/PLIST
mail/Pantomime/buildlink3.mk
mail/Pantomime/distinfo
mail/Pantomime/patches/patch-aa
mail/Pantomime/patches/patch-ab
mail/YoSucker/DESCR
mail/YoSucker/MESSAGE
mail/YoSucker/Makefile
mail/YoSucker/PLIST
mail/YoSucker/distinfo
mail/alpine/DESCR
mail/alpine/Makefile
mail/alpine/PLIST
mail/alpine/distinfo
mail/alpine/options.mk
mail/anomy-sanitizer/DESCR
mail/anomy-sanitizer/Makefile
mail/anomy-sanitizer/PLIST
mail/anomy-sanitizer/distinfo
mail/archivemail/DESCR
mail/archivemail/Makefile
mail/archivemail/PLIST
mail/archivemail/distinfo
mail/archivemail/patches/patch-aa
mail/autorespond/DESCR
mail/autorespond/Makefile
mail/autorespond/PLIST
mail/autorespond/distinfo
mail/autorespond/patches/patch-aa
mail/avenger/DESCR
mail/avenger/Makefile
mail/avenger/PLIST
mail/avenger/distinfo
mail/avenger/options.mk
mail/avenger/patches/patch-aa
mail/avenger/patches/patch-ab
mail/avenger/patches/patch-ac
mail/balsa/DESCR
mail/balsa/Makefile
mail/balsa/PLIST
mail/balsa/distinfo
mail/balsa/options.mk
mail/balsa/patches/patch-aa
mail/balsa/patches/patch-ab
mail/balsa/patches/patch-ac
mail/balsa/patches/patch-ae
mail/balsa/patches/patch-af
mail/balsa/patches/patch-ag
mail/balsa/patches/patch-ah
mail/balsa/patches/patch-ai
mail/balsa/patches/patch-aj
mail/balsa/patches/patch-ak
mail/balsa/patches/patch-ba
mail/bbmail/DESCR
mail/bbmail/Makefile
mail/bbmail/PLIST
mail/bbmail/distinfo
mail/bmf/DESCR
mail/bmf/Makefile
mail/bmf/PLIST
mail/bmf/distinfo
mail/bmf/patches/patch-aa
mail/bmf/patches/patch-ab
mail/bogofilter/DESCR
mail/bogofilter/Makefile
mail/bogofilter/PLIST
mail/bogofilter/distinfo
mail/bogofilter/options.mk
mail/bogofilter/patches/patch-aa
mail/bogofilter/patches/patch-ab
mail/bulk_mailer/DESCR
mail/bulk_mailer/Makefile
mail/bulk_mailer/PLIST
mail/bulk_mailer/distinfo
mail/bulk_mailer/patches/patch-aa
mail/bulk_mailer/patches/patch-ab
mail/bulk_mailer/patches/patch-ac
mail/clamav/DEINSTALL
mail/clamav/DESCR
mail/clamav/MESSAGE
mail/clamav/Makefile
mail/clamav/PLIST
mail/clamav/buildlink3.mk
mail/clamav/distinfo
mail/clamav/files/clamd.sh
mail/clamav/files/freshclamd.sh
mail/clamav/options.mk
mail/clamav/patches/patch-ad
mail/clamav/patches/patch-af
mail/clamav/patches/patch-ah
mail/clamav/patches/patch-ba
mail/clamsmtp/DESCR
mail/clamsmtp/MESSAGE
mail/clamsmtp/Makefile
mail/clamsmtp/PLIST
mail/clamsmtp/distinfo
mail/clamsmtp/files/clamsmtpd.sh
mail/clamsmtp/patches/patch-aa
mail/clamsmtp/patches/patch-ab
mail/claws-mail-attachwarner/DESCR
mail/claws-mail-attachwarner/Makefile
mail/claws-mail-attachwarner/PLIST
mail/claws-mail-attachwarner/distinfo
mail/claws-mail-attremover/DESCR
mail/claws-mail-attremover/Makefile
mail/claws-mail-attremover/PLIST
mail/claws-mail-attremover/distinfo
mail/claws-mail-bogofilter/DESCR
mail/claws-mail-bogofilter/Makefile
mail/claws-mail-bogofilter/PLIST
mail/claws-mail-cachesaver/DESCR
mail/claws-mail-cachesaver/Makefile
mail/claws-mail-cachesaver/PLIST
mail/claws-mail-cachesaver/distinfo
mail/claws-mail-dillo-viewer/DESCR
mail/claws-mail-dillo-viewer/Makefile
mail/claws-mail-dillo-viewer/PLIST
mail/claws-mail-fetchinfo/DESCR
mail/claws-mail-fetchinfo/Makefile
mail/claws-mail-fetchinfo/PLIST
mail/claws-mail-fetchinfo/distinfo
mail/claws-mail-gtkhtml/DESCR
mail/claws-mail-gtkhtml/Makefile
mail/claws-mail-gtkhtml/PLIST
mail/claws-mail-gtkhtml/distinfo
mail/claws-mail-mailmbox/DESCR
mail/claws-mail-mailmbox/Makefile
mail/claws-mail-mailmbox/PLIST
mail/claws-mail-mailmbox/distinfo
mail/claws-mail-newmail/DESCR
mail/claws-mail-newmail/Makefile
mail/claws-mail-newmail/PLIST
mail/claws-mail-newmail/distinfo
mail/claws-mail-notification/DESCR
mail/claws-mail-notification/Makefile
mail/claws-mail-notification/PLIST
mail/claws-mail-notification/distinfo
mail/claws-mail-pdf_viewer/DESCR
mail/claws-mail-pdf_viewer/Makefile
mail/claws-mail-pdf_viewer/PLIST
mail/claws-mail-pdf_viewer/distinfo
mail/claws-mail-pgp/DESCR
mail/claws-mail-pgp/Makefile
mail/claws-mail-pgpcore/DESCR
mail/claws-mail-pgpcore/Makefile
mail/claws-mail-pgpcore/PLIST
mail/claws-mail-pgpinline/DESCR
mail/claws-mail-pgpinline/Makefile
mail/claws-mail-pgpinline/PLIST
mail/claws-mail-pgpmime/DESCR
mail/claws-mail-pgpmime/Makefile
mail/claws-mail-pgpmime/PLIST
mail/claws-mail-rssyl/DESCR
mail/claws-mail-rssyl/Makefile
mail/claws-mail-rssyl/PLIST
mail/claws-mail-rssyl/distinfo
mail/claws-mail-rssyl/patches/patch-aa
mail/claws-mail-smime/DESCR
mail/claws-mail-smime/Makefile
mail/claws-mail-smime/PLIST
mail/claws-mail-smime/distinfo
mail/claws-mail-spamassassin/DESCR
mail/claws-mail-spamassassin/Makefile
mail/claws-mail-spamassassin/PLIST
mail/claws-mail-spamreport/DESCR
mail/claws-mail-spamreport/Makefile
mail/claws-mail-spamreport/PLIST
mail/claws-mail-spamreport/distinfo
mail/claws-mail-synce/DESCR
mail/claws-mail-synce/Makefile
mail/claws-mail-synce/PLIST
mail/claws-mail-synce/distinfo
mail/claws-mail-tnef/DESCR
mail/claws-mail-tnef/Makefile
mail/claws-mail-tnef/PLIST
mail/claws-mail-tnef/distinfo
mail/claws-mail-trayicon/DESCR
mail/claws-mail-trayicon/Makefile
mail/claws-mail-trayicon/PLIST
mail/claws-mail-vcalendar/DESCR
mail/claws-mail-vcalendar/Makefile
mail/claws-mail-vcalendar/PLIST
mail/claws-mail-vcalendar/distinfo
mail/claws-mail-vcalendar/patches/patch-aa
mail/claws-mail-vcalendar/patches/patch-ab
mail/claws-mail/DESCR
mail/claws-mail/MESSAGE
mail/claws-mail/MESSAGE.plugins
mail/claws-mail/Makefile
mail/claws-mail/Makefile.common
mail/claws-mail/Makefile.vers
mail/claws-mail/PLIST
mail/claws-mail/PLIST.plugins
mail/claws-mail/buildlink3.mk
mail/claws-mail/distinfo
mail/claws-mail/files/mime.types
mail/claws-mail/openssl.mk
mail/claws-mail/patches/patch-ab
mail/claws-mail/patches/patch-ac
mail/claws-mail/patches/patch-ad
mail/claws-mail/patches/patch-af
mail/claws-mail/patches/patch-ag
mail/claws-mail/plugins.mk
mail/clawsker/DESCR
mail/clawsker/Makefile
mail/clawsker/PLIST
mail/clawsker/distinfo
mail/clawsker/patches/patch-aa
mail/clawsker/patches/patch-ab
mail/clawsker/patches/patch-ac
mail/columba/DESCR
mail/columba/Makefile
mail/columba/PLIST
mail/columba/distinfo
mail/cone/DESCR
mail/cone/Makefile
mail/cone/PLIST
mail/cone/distinfo
mail/cone/options.mk
mail/cone/patches/patch-aa
mail/cone/patches/patch-ab
mail/cone/patches/patch-ac
mail/cone/patches/patch-ad
mail/cone/patches/patch-ae
mail/cone/patches/patch-af
mail/coolmail/DESCR
mail/coolmail/Makefile
mail/coolmail/PLIST
mail/coolmail/distinfo
mail/coolmail/patches/patch-aa
mail/coolmail/patches/patch-ab
mail/coolmail/patches/patch-ac
mail/courier-analog/DESCR
mail/courier-analog/Makefile
mail/courier-analog/PLIST
mail/courier-analog/distinfo
mail/courier-imap/DEINSTALL
mail/courier-imap/DESCR
mail/courier-imap/Makefile
mail/courier-imap/PLIST
mail/courier-imap/distinfo
mail/courier-imap/files/courierimap.sh
mail/courier-imap/files/courierimaps.sh
mail/courier-imap/files/courierpop.sh
mail/courier-imap/files/courierpops.sh
mail/courier-imap/options.mk
mail/courier-imap/patches/patch-aa
mail/courier-imap/patches/patch-ad
mail/courier-imap/patches/patch-ae
mail/courier-imap/patches/patch-af
mail/courier-imap/patches/patch-ag
mail/courier-imap/patches/patch-ah
mail/courier-imap/patches/patch-ak
mail/courier-imap/patches/patch-an
mail/courier-imap/patches/patch-ao
mail/courier-maildir/DEINSTALL
mail/courier-maildir/DESCR
mail/courier-maildir/MESSAGE
mail/courier-maildir/Makefile
mail/courier-maildir/PLIST
mail/courier-maildir/distinfo
mail/courier-maildir/files/sharedindexupdate.sh
mail/courier-mta/DEINSTALL
mail/courier-mta/DESCR
mail/courier-mta/MESSAGE
mail/courier-mta/Makefile
mail/courier-mta/Makefile.common
mail/courier-mta/PLIST
mail/courier-mta/PLIST.dsn
mail/courier-mta/PLIST.esmtp
mail/courier-mta/PLIST.fax
mail/courier-mta/PLIST.ldap
mail/courier-mta/PLIST.local
mail/courier-mta/PLIST.uucp
mail/courier-mta/distinfo
mail/courier-mta/files/courier.sh
mail/courier-mta/files/courierd.sh
mail/courier-mta/files/courieresmtp.sh
mail/courier-mta/files/courieresmtpmsa.sh
mail/courier-mta/files/courieresmtps.sh
mail/courier-mta/files/courierfilter.sh
mail/courier-mta/files/courierldapaliasd.sh
mail/courier-mta/files/mailer.conf
mail/courier-mta/files/webmlm.sh
mail/courier-mta/options.mk
mail/courier-mta/patches/patch-aa
mail/courier-mta/patches/patch-ab
mail/courier-mta/patches/patch-ac
mail/courier-mta/patches/patch-ad
mail/courier-mta/patches/patch-ae
mail/courier-mta/patches/patch-af
mail/courier-mta/patches/patch-ag
mail/courier-mta/patches/patch-ah
mail/courier-mta/patches/patch-ai
mail/courier-mta/patches/patch-aj
mail/courier-mta/patches/patch-al
mail/courier-mta/patches/patch-an
mail/courier-mta/patches/patch-ax
mail/courier-mta/patches/patch-ay
mail/courier-mta/pkginstall.mk
mail/cucipop/DESCR
mail/cucipop/MESSAGE
mail/cucipop/Makefile
mail/cucipop/PLIST
mail/cucipop/distinfo
mail/cucipop/patches/patch-aa
mail/cucipop/patches/patch-ab
mail/cucipop/patches/patch-ac
mail/cucipop/patches/patch-ad
mail/cucipop/patches/patch-ae
mail/cucipop/patches/patch-af
mail/cucipop/patches/patch-ag
mail/cue/DESCR
mail/cue/Makefile
mail/cue/PLIST
mail/cue/distinfo
mail/cue/patches/patch-aa
mail/cue/patches/patch-ab
mail/cue/patches/patch-ac
mail/cue/patches/patch-ad
mail/cyrus-imapd/DEINSTALL
mail/cyrus-imapd/DESCR
mail/cyrus-imapd/MESSAGE
mail/cyrus-imapd/Makefile
mail/cyrus-imapd/PLIST
mail/cyrus-imapd/distinfo
mail/cyrus-imapd/files/cyrus.sh
mail/cyrus-imapd/files/imapd.conf
mail/cyrus-imapd/patches/patch-aa
mail/cyrus-imapd/patches/patch-ab
mail/cyrus-imapd/patches/patch-ac
mail/cyrus-imapd/patches/patch-ad
mail/cyrus-imapd/patches/patch-ae
mail/cyrus-imapd/patches/patch-af
mail/cyrus-imapd/patches/patch-ag
mail/cyrus-imapd/patches/patch-al
mail/cyrus-imapd/patches/patch-am
mail/cyrus-imapd/patches/patch-ap
mail/cyrus-imapd/patches/patch-aq
mail/cyrus-imapd/patches/patch-ba
mail/cyrus-imapd/patches/patch-bb
mail/cyrus-imapd/patches/patch-bc
mail/cyrus-imapd/patches/patch-ca
mail/cyrus-imapd/patches/patch-cb
mail/cyrus-imapd/patches/patch-cc
mail/cyrus-imapd21/DEINSTALL
mail/cyrus-imapd21/DESCR
mail/cyrus-imapd21/MESSAGE
mail/cyrus-imapd21/Makefile
mail/cyrus-imapd21/PLIST
mail/cyrus-imapd21/distinfo
mail/cyrus-imapd21/files/cyrus.sh
mail/cyrus-imapd21/files/imapd.conf
mail/cyrus-imapd21/patches/patch-aa
mail/cyrus-imapd21/patches/patch-ab
mail/cyrus-imapd21/patches/patch-ac
mail/cyrus-imapd21/patches/patch-ad
mail/cyrus-imapd21/patches/patch-ae
mail/cyrus-imapd21/patches/patch-af
mail/cyrus-imapd21/patches/patch-ag
mail/cyrus-imapd21/patches/patch-ah
mail/cyrus-imapd21/patches/patch-ai
mail/cyrus-imapd21/patches/patch-aj
mail/cyrus-imapd21/patches/patch-ak
mail/cyrus-imapd21/patches/patch-ca
mail/cyrus-imapd21/patches/patch-cb
mail/dbmail/DESCR
mail/dbmail/MESSAGE
mail/dbmail/Makefile
mail/dbmail/PLIST
mail/dbmail/distinfo
mail/dbmail/files/dbmail.sh
mail/dbmail/files/dbmailimapd.sh
mail/dbmail/files/dbmaillmtpd.sh
mail/dbmail/files/dbmailpop3d.sh
mail/dbmail/files/dbmailtimsieved.sh
mail/dbmail/options.mk
mail/deliver/DESCR
mail/deliver/Makefile
mail/deliver/PLIST
mail/deliver/distinfo
mail/deliver/patches/patch-aa
mail/deliver/patches/patch-ab
mail/deliver/patches/patch-ac
mail/deliver/patches/patch-ad
mail/deliver/patches/patch-ae
mail/deliver/patches/patch-af
mail/deliver/patches/patch-ag
mail/deliver/patches/patch-ah
mail/deliver/patches/patch-ai
mail/deliver/patches/patch-aj
mail/deliver/patches/patch-ak
mail/deliver/patches/patch-al
mail/deliver/patches/patch-am
mail/demime/DESCR
mail/demime/Makefile
mail/demime/PLIST
mail/demime/distinfo
mail/demime/patches/patch-aa
mail/distribute/DESCR
mail/distribute/Makefile
mail/distribute/PLIST
mail/distribute/distinfo
mail/distribute/patches/patch-aa
mail/distribute/patches/patch-ab
mail/distribute/patches/patch-ac
mail/dk-milter/DESCR
mail/dk-milter/Makefile
mail/dk-milter/PLIST
mail/dk-milter/distinfo
mail/dk-milter/files/dk-milter.sh
mail/dk-milter/options.mk
mail/dk-milter/patches/patch-aa
mail/dk-milter/patches/patch-ab
mail/dk-milter/patches/patch-ac
mail/dkim-milter/DESCR
mail/dkim-milter/MESSAGE
mail/dkim-milter/Makefile
mail/dkim-milter/PLIST
mail/dkim-milter/distinfo
mail/dkim-milter/files/dkim-filter.sh
mail/dkim-milter/options.mk
mail/dkim-milter/patches/patch-aa
mail/dkim-milter/patches/patch-ab
mail/dkim-milter/patches/patch-ac
mail/dot-forward/DESCR
mail/dot-forward/Makefile
mail/dot-forward/PLIST
mail/dot-forward/distinfo
mail/dovecot-sieve/DESCR
mail/dovecot-sieve/Makefile
mail/dovecot-sieve/PLIST
mail/dovecot-sieve/distinfo
mail/dovecot-sieve/patches/patch-aa
mail/dovecot/DESCR
mail/dovecot/MESSAGE
mail/dovecot/Makefile
mail/dovecot/PLIST
mail/dovecot/buildlink3.mk
mail/dovecot/distinfo
mail/dovecot/files/dovecot.sh
mail/dovecot/hacks.mk
mail/dovecot/options.mk
mail/dovecot/patches/patch-aa
mail/dovecot/patches/patch-ab
mail/dovecot/patches/patch-ac
mail/dovecot/patches/patch-ag
mail/drac/DESCR
mail/drac/MESSAGE
mail/drac/Makefile
mail/drac/PLIST
mail/drac/buildlink3.mk
mail/drac/distinfo
mail/drac/patches/patch-aa
mail/dspam/DESCR
mail/dspam/Makefile
mail/dspam/PLIST
mail/dspam/distinfo
mail/dspam/files/dspam.sh
mail/dspam/options.mk
mail/dspam/patches/patch-aa
mail/dspam/patches/patch-ad
mail/elm-me/DESCR
mail/elm-me/Makefile
mail/elm-me/PLIST
mail/elm-me/distinfo
mail/elm-me/files/config.sh
mail/elm-me/files/elm.mimetypes
mail/elm-me/patches/patch-aa
mail/elm-me/patches/patch-ab
mail/elm-me/patches/patch-ac
mail/elm-me/patches/patch-ad
mail/elm-me/patches/patch-ae
mail/elm-me/patches/patch-bb
mail/elm-me/patches/patch-bv
mail/elm-me/patches/patch-ca
mail/elm-me/patches/patch-cb
mail/elm-me/patches/patch-cc
mail/elm-me/patches/patch-cd
mail/elm-me/patches/patch-ce
mail/elm/DESCR
mail/elm/Makefile
mail/elm/PLIST
mail/elm/distinfo
mail/elm/files/config.sh
mail/elm/patches/patch-aa
mail/elm/patches/patch-ab
mail/elm/patches/patch-ac
mail/elm/patches/patch-ad
mail/elm/patches/patch-ae
mail/elm/patches/patch-af
mail/elm/patches/patch-ag
mail/elm/patches/patch-ah
mail/elm/patches/patch-ai
mail/elm/patches/patch-aj
mail/elm/patches/patch-ak
mail/elm/patches/patch-al
mail/elm/patches/patch-am
mail/elmo/DESCR
mail/elmo/Makefile
mail/elmo/PLIST
mail/elmo/distinfo
mail/elmo/patches/patch-aa
mail/elmo/patches/patch-ab
mail/esmtp/DESCR
mail/esmtp/Makefile
mail/esmtp/PLIST
mail/esmtp/distinfo
mail/esmtp/patches/patch-aa
mail/etach/DESCR
mail/etach/Makefile
mail/etach/PLIST
mail/etach/distinfo
mail/etpan/DESCR
mail/etpan/Makefile
mail/etpan/PLIST
mail/etpan/distinfo
mail/etpan/patches/patch-aa
mail/etpan/patches/patch-ab
mail/evolution-data-server/DESCR
mail/evolution-data-server/Makefile
mail/evolution-data-server/PLIST
mail/evolution-data-server/buildlink3.mk
mail/evolution-data-server/distinfo
mail/evolution-data-server/patches/patch-ab
mail/evolution-data-server/patches/patch-af
mail/evolution-data-server/patches/patch-ak
mail/evolution-data-server/patches/patch-ao
mail/evolution-data-server/patches/patch-aq
mail/evolution-data-server/patches/patch-ar
mail/evolution-data-server/patches/patch-as
mail/evolution-data-server/patches/patch-at
mail/evolution-data-server/patches/patch-au
mail/evolution-exchange/DESCR
mail/evolution-exchange/Makefile
mail/evolution-exchange/PLIST
mail/evolution-exchange/distinfo
mail/evolution/DESCR
mail/evolution/Makefile
mail/evolution/PLIST
mail/evolution/buildlink3.mk
mail/evolution/distinfo
mail/evolution/patches/patch-aa
mail/evolution/patches/patch-ab
mail/exim-html/DESCR
mail/exim-html/Makefile
mail/exim-html/PLIST
mail/exim-html/distinfo
mail/exim/DESCR
mail/exim/MESSAGE
mail/exim/Makefile
mail/exim/PLIST
mail/exim/PLIST.eximon
mail/exim/distinfo
mail/exim/files/Makefile-DragonFly
mail/exim/files/exim.sh
mail/exim/files/mailer.conf.exim
mail/exim/files/os.h-DragonFly
mail/exim/options.mk
mail/exim/patches/patch-aa
mail/exim/patches/patch-ab
mail/exim/patches/patch-ae
mail/exim/patches/patch-ag
mail/exim3/DESCR
mail/exim3/MESSAGE
mail/exim3/Makefile
mail/exim3/PLIST
mail/exim3/distinfo
mail/exim3/files/Makefile-DragonFly
mail/exim3/files/exim.8
mail/exim3/files/exim.sh
mail/exim3/files/exim_newaliases
mail/exim3/files/mailer.conf.exim
mail/exim3/files/os.h-DragonFly
mail/exim3/patches/patch-aa
mail/exim3/patches/patch-ab
mail/exim3/patches/patch-ac
mail/exim3/patches/patch-ad
mail/exim3/patches/patch-ae
mail/exim3/patches/patch-af
mail/exim3/patches/patch-ag
mail/exim3/patches/patch-ah
mail/exim3/patches/patch-ai
mail/exim3/patches/patch-aj
mail/exim3/patches/patch-ak
mail/exim3/patches/patch-al
mail/exim3/patches/patch-am
mail/exim3/patches/patch-an
mail/exim3/patches/patch-ao
mail/exim3/patches/patch-ap
mail/exmh/DESCR
mail/exmh/Makefile
mail/exmh/PLIST
mail/exmh/distinfo
mail/exmh/files/build
mail/exmh/files/config
mail/exmh/patches/patch-aw
mail/ezmlm-idx/DESCR
mail/ezmlm-idx/Makefile
mail/ezmlm-idx/PLIST.idx
mail/ezmlm-idx/distinfo
mail/ezmlm-idx/options.mk
mail/ezmlm-idx/patches/patch-aa
mail/ezmlm-idx/patches/patch-ab
mail/ezmlm/DESCR
mail/ezmlm/Makefile
mail/ezmlm/Makefile.common
mail/ezmlm/PLIST.common
mail/ezmlm/distinfo
mail/ezmlm/files/patch-althash
mail/ezmlm/hacks.mk
mail/ezmlm/options.mk
mail/faces/DESCR
mail/faces/Makefile
mail/faces/PLIST
mail/faces/buildlink3.mk
mail/faces/distinfo
mail/faces/patches/patch-aa
mail/faces/patches/patch-ab
mail/faces/patches/patch-ac
mail/faces/patches/patch-ad
mail/faces/patches/patch-ae
mail/faces/patches/patch-af
mail/faces/patches/patch-ag
mail/faces/patches/patch-ah
mail/faces/patches/patch-ai
mail/faces/patches/patch-aj
mail/faces/patches/patch-ak
mail/faces/patches/patch-al
mail/faces/patches/patch-am
mail/faces/patches/patch-an
mail/faces/patches/patch-ao
mail/faces/patches/patch-ap
mail/faces/patches/patch-aq
mail/faces/patches/patch-ar
mail/faces/patches/patch-as
mail/faces/patches/patch-at
mail/faces/patches/patch-au
mail/faces/patches/patch-av
mail/faces/patches/patch-aw
mail/faces/patches/patch-ax
mail/faces/patches/patch-ay
mail/faces/patches/patch-az
mail/faces/patches/patch-ba
mail/faces/patches/patch-bb
mail/faces/patches/patch-bc
mail/fastforward/DESCR
mail/fastforward/MESSAGE
mail/fastforward/Makefile
mail/fastforward/PLIST
mail/fastforward/distinfo
mail/fetchmail/DESCR
mail/fetchmail/Makefile
mail/fetchmail/PLIST
mail/fetchmail/distinfo
mail/fetchmail/files/fetchmail.sh
mail/fetchmail/options.mk
mail/fetchmail/patches/patch-aa
mail/fetchmailconf/DESCR
mail/fetchmailconf/Makefile
mail/fetchmailconf/PLIST
mail/fetchyahoo/DESCR
mail/fetchyahoo/MESSAGE
mail/fetchyahoo/Makefile
mail/fetchyahoo/PLIST
mail/fetchyahoo/distinfo
mail/fix-mime-charset/DESCR
mail/fix-mime-charset/Makefile
mail/fix-mime-charset/PLIST
mail/fix-mime-charset/distinfo
mail/freepops/DESCR
mail/freepops/Makefile
mail/freepops/PLIST
mail/freepops/distinfo
mail/freepops/files/freepopsd.sh
mail/freepops/files/hotmail.lua
mail/freepops/patches/patch-aa
mail/freepops/patches/patch-ab
mail/freepops/patches/patch-ac
mail/freepops/patches/patch-ad
mail/freepops/patches/patch-ae
mail/freepops/patches/patch-af
mail/freepops/patches/patch-ag
mail/fromto/DESCR
mail/fromto/Makefile
mail/fromto/PLIST
mail/fromto/distinfo
mail/getmail/DESCR
mail/getmail/Makefile
mail/getmail/PLIST
mail/getmail/distinfo
mail/getmail/patches/patch-aa
mail/gld/DESCR
mail/gld/MESSAGE.mysql
mail/gld/Makefile
mail/gld/PLIST
mail/gld/distinfo
mail/gld/files/gld.sh
mail/gld/options.mk
mail/gld/patches/patch-aa
mail/gld/patches/patch-ab
mail/gld/patches/patch-ac
mail/gld/patches/patch-ad
mail/gld/patches/patch-ae
mail/gld/patches/patch-af
mail/gld/patches/patch-ag
mail/gmime/DESCR
mail/gmime/Makefile
mail/gmime/PLIST
mail/gmime/buildlink3.mk
mail/gmime/distinfo
mail/gmime/options.mk
mail/gmime/patches/patch-ab
mail/gnus/DESCR
mail/gnus/Makefile
mail/gnus/PLIST
mail/gnus/distinfo
mail/gnus/patches/patch-aa
mail/greetdelay/DESCR
mail/greetdelay/Makefile
mail/greetdelay/PLIST
mail/greetdelay/distinfo
mail/grepmail/DESCR
mail/grepmail/Makefile
mail/grepmail/distinfo
mail/hypermail/DESCR
mail/hypermail/Makefile
mail/hypermail/PLIST
mail/hypermail/distinfo
mail/hypermail/patches/patch-aa
mail/hypermail/patches/patch-ac
mail/hypermail/patches/patch-ad
mail/hypermail/patches/patch-ae
mail/ifile-procmail/DESCR
mail/ifile-procmail/Makefile
mail/ifile-procmail/PLIST
mail/ifile-procmail/distinfo
mail/ifile/DESCR
mail/ifile/Makefile
mail/ifile/PLIST
mail/ifile/distinfo
mail/ifile/patches/patch-aa
mail/im/DESCR
mail/im/Makefile
mail/im/PLIST
mail/im/distinfo
mail/im/patches/patch-aa
mail/imap-uw-utils/DESCR
mail/imap-uw-utils/Makefile
mail/imap-uw-utils/PLIST
mail/imap-uw-utils/distinfo
mail/imap-uw/DESCR
mail/imap-uw/MESSAGE
mail/imap-uw/MESSAGE.ssl
mail/imap-uw/Makefile
mail/imap-uw/PLIST
mail/imap-uw/buildlink3.mk
mail/imap-uw/distinfo
mail/imap-uw/hacks.mk
mail/imap-uw/options.mk
mail/imap-uw/patches/patch-aa
mail/imap-uw/patches/patch-ab
mail/imap-uw/patches/patch-ac
mail/imap-uw/patches/patch-ad
mail/imap-uw/patches/patch-ae
mail/imap-uw/patches/patch-af
mail/imap-uw/patches/patch-ag
mail/imap-uw/patches/patch-ah
mail/imap-uw/patches/patch-ai
mail/imap-uw/patches/patch-aj
mail/imap-uw/patches/patch-ak
mail/imap-uw/patches/patch-al
mail/imap-uw/patches/patch-am
mail/imap-uw/patches/patch-ao
mail/imap-uw/patches/patch-ap
mail/imap-uw/patches/patch-aq
mail/imap-uw/patches/patch-ar
mail/imap-uw/patches/patch-as
mail/imap-uw/patches/patch-at
mail/imap-uw/patches/patch-au
mail/imap-uw/patches/patch-av
mail/imap-uw/patches/patch-aw
mail/imap-uw/patches/patch-ax
mail/imap-uw/patches/patch-ay
mail/imap-uw/patches/patch-az
mail/imap-uw/patches/patch-ba
mail/imap-uw/patches/patch-bb
mail/imap-uw/patches/patch-bc
mail/imap-uw/patches/patch-bd
mail/imap-uw/patches/patch-be
mail/imap-uw/patches/patch-bf
mail/imap-uw/patches/patch-bg
mail/imap-uw/patches/patch-bh
mail/imapfilter/DESCR
mail/imapfilter/Makefile
mail/imapfilter/PLIST
mail/imapfilter/distinfo
mail/imapfilter/patches/patch-aa
mail/imapproxy/DESCR
mail/imapproxy/Makefile
mail/imapproxy/PLIST
mail/imapproxy/distinfo
mail/imapproxy/patches/patch-aa
mail/imapproxy/patches/patch-ab
mail/imapproxy/patches/patch-ac
mail/imapproxy/patches/patch-ad
mail/imapsync/DESCR
mail/imapsync/Makefile
mail/imapsync/PLIST
mail/imapsync/distinfo
mail/imp/DESCR
mail/imp/MESSAGE
mail/imp/Makefile
mail/imp/PLIST
mail/imp/distinfo
mail/imp/files/imp.conf.dist
mail/imp/options.mk
mail/incm/DESCR
mail/incm/Makefile
mail/incm/PLIST
mail/incm/distinfo
mail/ingo/DESCR
mail/ingo/MESSAGE
mail/ingo/Makefile
mail/ingo/PLIST
mail/ingo/distinfo
mail/ingo/files/ingo.conf.dist
mail/ingo/options.mk
mail/isync/DESCR
mail/isync/Makefile
mail/isync/PLIST
mail/isync/distinfo
mail/isync/patches/patch-aa
mail/isync/patches/patch-ab
mail/isync/patches/patch-ac
mail/isync/patches/patch-ad
mail/isync/patches/patch-ae
mail/ja-mh/DESCR
mail/ja-mh/Makefile
mail/ja-mh/PLIST
mail/ja-mh/distinfo
mail/ja-mh/patches/patch-aa
mail/ja-mh/patches/patch-ab
mail/ja-mh/patches/patch-ac
mail/ja-mh/patches/patch-ad
mail/ja-mh/patches/patch-ae
mail/ja-mh/patches/patch-af
mail/ja-mh/patches/patch-ag
mail/ja-mh/patches/patch-ah
mail/ja-mh/patches/patch-ai
mail/ja-mh/patches/patch-aj
mail/ja-mh/patches/patch-ak
mail/ja-mh/patches/patch-al
mail/ja-mh/patches/patch-am
mail/ja-mh/patches/patch-ao
mail/ja-mh/patches/patch-ap
mail/ja-mh/patches/patch-aq
mail/ja-mh/patches/patch-ar
mail/ja-mh/patches/patch-as
mail/ja-mh/patches/patch-at
mail/ja-mh/patches/patch-au
mail/ja-mh/patches/patch-av
mail/ja-mh/patches/patch-aw
mail/ja-mh/patches/patch-ax
mail/ja-mh/patches/patch-ay
mail/ja-mh/patches/patch-az
mail/ja-mh/patches/patch-ba
mail/ja-mh/patches/patch-bb
mail/ja-mh/patches/patch-bc
mail/ja-mh/patches/patch-bd
mail/ja-mh/patches/patch-be
mail/ja-mh/patches/patch-bf
mail/ja-mh/patches/patch-bg
mail/ja-mh/patches/patch-bh
mail/ja-mh/patches/patch-bi
mail/ja-mh/patches/patch-bj
mail/jchkmail/DESCR
mail/jchkmail/Makefile
mail/jchkmail/PLIST
mail/jchkmail/distinfo
mail/jchkmail/patches/patch-aa
mail/jchkmail/patches/patch-ab
mail/jchkmail/patches/patch-ac
mail/jchkmail/patches/patch-ad
mail/kbiff/DESCR
mail/kbiff/Makefile
mail/kbiff/PLIST
mail/kbiff/distinfo
mail/kbiff/patches/patch-aa
mail/kbiff/patches/patch-ab
mail/libesmtp/DESCR
mail/libesmtp/Makefile
mail/libesmtp/PLIST
mail/libesmtp/buildlink3.mk
mail/libesmtp/distinfo
mail/libesmtp/patches/patch-aa
mail/libesmtp/patches/patch-ab
mail/libesmtp/patches/patch-ae
mail/libetpan/DESCR
mail/libetpan/Makefile
mail/libetpan/PLIST
mail/libetpan/buildlink3.mk
mail/libetpan/distinfo
mail/libetpan/patches/patch-aa
mail/libetpan/patches/patch-af
mail/libmilter/DESCR
mail/libmilter/Makefile
mail/libmilter/PLIST
mail/libmilter/buildlink3.mk
mail/libmilter/builtin.mk
mail/libmilter/options.mk
mail/libsieve/DESCR
mail/libsieve/Makefile
mail/libsieve/PLIST
mail/libsieve/buildlink3.mk
mail/libsieve/distinfo
mail/libspf-alt/DESCR
mail/libspf-alt/Makefile
mail/libspf-alt/PLIST
mail/libspf-alt/buildlink3.mk
mail/libspf-alt/distinfo
mail/libspf-alt/patches/patch-aa
mail/libspf2/DESCR
mail/libspf2/Makefile
mail/libspf2/PLIST
mail/libspf2/buildlink3.mk
mail/libspf2/distinfo
mail/libsylph/DESCR
mail/libsylph/Makefile
mail/libsylph/PLIST
mail/libsylph/buildlink3.mk
mail/libsylph/distinfo
mail/libytnef/DESCR
mail/libytnef/Makefile
mail/libytnef/PLIST
mail/libytnef/buildlink3.mk
mail/libytnef/distinfo
mail/mail-notification/DESCR
mail/mail-notification/Makefile
mail/mail-notification/PLIST
mail/mail-notification/distinfo
mail/mail-notification/patches/patch-aa
mail/mail-notification/patches/patch-af
mail/mailagent/DESCR
mail/mailagent/Makefile
mail/mailagent/PLIST
mail/mailagent/distinfo
mail/mailagent/patches/patch-aa
mail/mailagent/patches/patch-ac
mail/mailagent/patches/patch-ag
mail/mailagent/patches/patch-ah
mail/mailagent/patches/patch-ai
mail/mailagent/patches/patch-aj
mail/mailagent/patches/patch-ak
mail/mailagent/patches/patch-al
mail/mailagent/patches/patch-am
mail/mailcrypt/DESCR
mail/mailcrypt/Makefile
mail/mailcrypt/PLIST
mail/mailcrypt/distinfo
mail/maildrop/DESCR
mail/maildrop/Makefile
mail/maildrop/PLIST
mail/maildrop/distinfo
mail/maildrop/patches/patch-aa
mail/maildrop/patches/patch-ab
mail/maildrop/patches/patch-ac
mail/maildrop/patches/patch-ad
mail/mailfront/DESCR
mail/mailfront/Makefile
mail/mailfront/PLIST
mail/mailfront/distinfo
mail/mailfront/files/smtpfront.sh
mail/mailfront/patches/patch-aa
mail/mailgraph/DESCR
mail/mailgraph/Makefile
mail/mailgraph/PLIST
mail/mailgraph/distinfo
mail/mailgraph/files/mailgraph.sh
mail/mailman/DESCR
mail/mailman/MESSAGE
mail/mailman/Makefile
mail/mailman/PLIST
mail/mailman/distinfo
mail/mailman/files/DEINSTALL
mail/mailman/files/INSTALL
mail/mailman/files/mailman.conf.dist
mail/mailman/files/mailman.sh
mail/mailman/patches/patch-aa
mail/mailman/patches/patch-ab
mail/mailman/patches/patch-ad
mail/mailman/patches/patch-ae
mail/mailman/patches/patch-af
mail/mailman/patches/patch-ag
mail/mailman/patches/patch-ah
mail/mailscanner/DESCR
mail/mailscanner/MESSAGE
mail/mailscanner/Makefile
mail/mailscanner/PLIST
mail/mailscanner/distinfo
mail/mailscanner/files/mailscanner.sh
mail/mailserv/DESCR
mail/mailserv/Makefile
mail/mailserv/PLIST
mail/mailserv/distinfo
mail/mailserv/patches/patch-aa
mail/mailsync/DESCR
mail/mailsync/Makefile
mail/mailsync/PLIST
mail/mailsync/distinfo
mail/mailsync/patches/patch-ac
mail/mailsync/patches/patch-ad
mail/mailwrapper/DEINSTALL
mail/mailwrapper/DESCR
mail/mailwrapper/INSTALL
mail/mailwrapper/MESSAGE.NetBSD
mail/mailwrapper/Makefile
mail/mailwrapper/PLIST
mail/mailwrapper/distinfo
mail/mailwrapper/patches/patch-aa
mail/mairix/DESCR
mail/mairix/Makefile
mail/mairix/PLIST
mail/mairix/distinfo
mail/mairix/patches/patch-aa
mail/majordomo/DESCR
mail/majordomo/MESSAGE
mail/majordomo/Makefile
mail/majordomo/PLIST
mail/majordomo/distinfo
mail/majordomo/files/aliases.majordomo
mail/majordomo/files/example-l.info
mail/majordomo/files/example-l.passwd
mail/majordomo/files/keep_me
mail/majordomo/patches/patch-aa
mail/majordomo/patches/patch-ab
mail/majordomo/patches/patch-ac
mail/majordomo/patches/patch-ad
mail/majordomo/patches/patch-ae
mail/majordomo/patches/patch-af
mail/majordomo/patches/patch-ag
mail/majordomo/patches/patch-ah
mail/majordomo/patches/patch-ai
mail/majordomo/patches/patch-aj
mail/majordomo/patches/patch-ak
mail/majordomo/patches/patch-al
mail/majordomo/patches/patch-am
mail/mb2md/DESCR
mail/mb2md/Makefile
mail/mb2md/PLIST
mail/mb2md/distinfo
mail/mdfrm/DESCR
mail/mdfrm/Makefile
mail/mdfrm/PLIST
mail/mdfrm/distinfo
mail/mess822/DESCR
mail/mess822/Makefile
mail/mess822/PLIST
mail/mess822/distinfo
mail/mess822/patches/patch-aa
mail/mess822/patches/patch-ab
mail/metamail/DESCR
mail/metamail/Makefile
mail/metamail/PLIST
mail/metamail/distinfo
mail/metamail/patches/patch-aa
mail/metamail/patches/patch-ab
mail/metamail/patches/patch-ac
mail/metamail/patches/patch-ad
mail/metamail/patches/patch-ae
mail/metamail/patches/patch-af
mail/metamail/patches/patch-ag
mail/metamail/patches/patch-ah
mail/metamail/patches/patch-ai
mail/metamail/patches/patch-aj
mail/metamail/patches/patch-ak
mail/metamail/patches/patch-al
mail/metamail/patches/patch-am
mail/metamail/patches/patch-an
mail/metamail/patches/patch-ao
mail/metamail/patches/patch-ap
mail/metamail/patches/patch-aq
mail/metamail/patches/patch-ar
mail/metamail/patches/patch-as
mail/mew/DESCR
mail/mew/Makefile
mail/mew/PLIST
mail/mew/buildlink3.mk
mail/mew/distinfo
mail/mew/patches/patch-aa
mail/mhonarc/DESCR
mail/mhonarc/Makefile
mail/mhonarc/PLIST
mail/mhonarc/distinfo
mail/milter-greylist/DESCR
mail/milter-greylist/Makefile
mail/milter-greylist/PLIST
mail/milter-greylist/distinfo
mail/milter-greylist/files/milter-greylist.sh
mail/milter-greylist/options.mk
mail/milter-greylist/patches/patch-aa
mail/milter-regex/DESCR
mail/milter-regex/Makefile
mail/milter-regex/PLIST
mail/milter-regex/distinfo
mail/milter-regex/files/milter-regex.sh
mail/milter-regex/patches/patch-aa
mail/milter-regex/patches/patch-ab
mail/milter-regex/patches/patch-ac
mail/mimedefang/DESCR
mail/mimedefang/INSTALL
mail/mimedefang/MESSAGE
mail/mimedefang/Makefile
mail/mimedefang/PLIST
mail/mimedefang/distinfo
mail/mimedefang/files/mimedefang-multiplexor.sh
mail/mimedefang/files/mimedefang.sh
mail/mimedefang/patches/patch-ab
mail/mimedefang/patches/patch-ac
mail/mini_sendmail/DESCR
mail/mini_sendmail/MESSAGE
mail/mini_sendmail/Makefile
mail/mini_sendmail/Makefile.common
mail/mini_sendmail/PLIST
mail/mini_sendmail/distinfo
mail/mini_sendmail/files/mailer.conf
mail/mini_sendmail/patches/patch-aa
mail/mini_sendmail/patches/patch-ab
mail/mini_sendmail/patches/patch-ac
mail/mini_sendmail/patches/patch-ad
mail/mpop/DESCR
mail/mpop/Makefile
mail/mpop/PLIST
mail/mpop/distinfo
mail/mpop/options.mk
mail/mpop/patches/patch-aa
mail/msmtp/DESCR
mail/msmtp/Makefile
mail/msmtp/PLIST
mail/msmtp/distinfo
mail/msmtp/options.mk
mail/mush/DESCR
mail/mush/Makefile
mail/mush/PLIST
mail/mush/distinfo
mail/mush/patches/patch-aa
mail/mush/patches/patch-ab
mail/mush/patches/patch-ac
mail/mush/patches/patch-ad
mail/mush/patches/patch-ae
mail/mush/patches/patch-af
mail/mush/patches/patch-ag
mail/mush/patches/patch-ah
mail/mush/patches/patch-ai
mail/mush/patches/patch-aj
mail/mush/patches/patch-ak
mail/mush/patches/patch-al
mail/mush/patches/patch-am
mail/mush/patches/patch-an
mail/mush/patches/patch-ao
mail/mutt-devel/DEINSTALL
mail/mutt-devel/DESCR
mail/mutt-devel/INSTALL
mail/mutt-devel/Makefile
mail/mutt-devel/PLIST
mail/mutt-devel/distinfo
mail/mutt-devel/options.mk
mail/mutt-devel/patches/patch-aa
mail/mutt-devel/patches/patch-ab
mail/mutt-devel/patches/patch-ac
mail/mutt-devel/patches/patch-ad
mail/mutt-devel/patches/patch-ag
mail/mutt-devel/patches/patch-al
mail/mutt-devel/patches/patch-am
mail/mutt-devel/patches/patch-an
mail/mutt-devel/patches/patch-ao
mail/mutt/DESCR
mail/mutt/Makefile
mail/mutt/PLIST
mail/mutt/distinfo
mail/mutt/options.mk
mail/mutt/patches/patch-aa
mail/mutt/patches/patch-ab
mail/mutt/patches/patch-ac
mail/mutt/patches/patch-ad
mail/mutt/patches/patch-ag
mail/mutt/patches/patch-ah
mail/mutt/patches/patch-ai
mail/mutt/patches/patch-aj
mail/mutt/patches/patch-ak
mail/mutt/patches/patch-al
mail/mutt/patches/patch-am
mail/nail/DESCR
mail/nail/Makefile
mail/nail/PLIST
mail/nail/distinfo
mail/nail/patches/patch-aa
mail/nail/patches/patch-ab
mail/nail/patches/patch-ac
mail/nail/patches/patch-ad
mail/netbiff/DESCR
mail/netbiff/Makefile
mail/netbiff/PLIST
mail/netbiff/distinfo
mail/newmail/DESCR
mail/newmail/Makefile
mail/newmail/PLIST
mail/newmail/distinfo
mail/newmail/patches/patch-aa
mail/newspipe/DESCR
mail/newspipe/Makefile
mail/newspipe/PLIST
mail/newspipe/distinfo
mail/newspipe/patches/patch-aa
mail/newspipe/patches/patch-ab
mail/nmh/DESCR
mail/nmh/Makefile
mail/nmh/PLIST
mail/nmh/distinfo
mail/nmh/files/mhn.defaults.dist
mail/nmh/options.mk
mail/nmh/patches/patch-aa
mail/nmh/patches/patch-ab
mail/nmh/patches/patch-ac
mail/nmh/patches/patch-ad
mail/nmh/patches/patch-ae
mail/nmh/patches/patch-af
mail/nmh/patches/patch-ag
mail/nmh/patches/patch-ah
mail/nmh/patches/patch-ai
mail/nmh/patches/patch-aj
mail/nmh/patches/patch-ak
mail/nmh/patches/patch-al
mail/nmh/patches/patch-am
mail/nmh/patches/patch-an
mail/nmh/patches/patch-ao
mail/nmh/patches/patch-ap
mail/nmh/patches/patch-aq
mail/nmh/patches/patch-ar
mail/nmh/patches/patch-as
mail/nmh/patches/patch-at
mail/nmh/patches/patch-au
mail/nmh/patches/patch-av
mail/nmh/patches/patch-aw
mail/nmh/patches/patch-ax
mail/nmh/patches/patch-ay
mail/nmh/patches/patch-az
mail/nmh/patches/patch-ba
mail/nmh/patches/patch-bb
mail/nmh/patches/patch-bc
mail/nmh/patches/patch-bd
mail/nmh/patches/patch-be
mail/nmh/patches/patch-bf
mail/nmh/patches/patch-bg
mail/nmh/patches/patch-bh
mail/nmh/patches/patch-bi
mail/nmh/patches/patch-ca
mail/nmh/patches/patch-cb
mail/nmh/patches/patch-cd
mail/nmh/patches/patch-ce
mail/nmh/patches/patch-ci
mail/nmh/patches/patch-cj
mail/nmh/patches/patch-ck
mail/nullmailer/DEINSTALL
mail/nullmailer/DESCR
mail/nullmailer/INSTALL
mail/nullmailer/MESSAGE
mail/nullmailer/Makefile
mail/nullmailer/PLIST
mail/nullmailer/distinfo
mail/nullmailer/files/mailer.conf
mail/nullmailer/files/nullmailer.sh
mail/nullmailer/patches/patch-aa
mail/nullmailer/patches/patch-ab
mail/nullmailer/patches/patch-ac
mail/oe2mbx/DESCR
mail/oe2mbx/Makefile
mail/oe2mbx/PLIST
mail/oe2mbx/distinfo
mail/oe2mbx/patches/patch-aa
mail/offlineimap/DESCR
mail/offlineimap/MESSAGE
mail/offlineimap/Makefile
mail/offlineimap/PLIST
mail/offlineimap/distinfo
mail/p5-Email-Abstract/DESCR
mail/p5-Email-Abstract/Makefile
mail/p5-Email-Abstract/distinfo
mail/p5-Email-Address/DESCR
mail/p5-Email-Address/Makefile
mail/p5-Email-Address/distinfo
mail/p5-Email-Date/DESCR
mail/p5-Email-Date/Makefile
mail/p5-Email-Date/distinfo
mail/p5-Email-MIME-Attachment-Stripper/DESCR
mail/p5-Email-MIME-Attachment-Stripper/Makefile
mail/p5-Email-MIME-Attachment-Stripper/distinfo
mail/p5-Email-MIME-ContentType/DESCR
mail/p5-Email-MIME-ContentType/Makefile
mail/p5-Email-MIME-ContentType/distinfo
mail/p5-Email-MIME-Creator/DESCR
mail/p5-Email-MIME-Creator/Makefile
mail/p5-Email-MIME-Creator/distinfo
mail/p5-Email-MIME-Encodings/DESCR
mail/p5-Email-MIME-Encodings/Makefile
mail/p5-Email-MIME-Encodings/distinfo
mail/p5-Email-MIME-Modifier/DESCR
mail/p5-Email-MIME-Modifier/Makefile
mail/p5-Email-MIME-Modifier/distinfo
mail/p5-Email-MIME/DESCR
mail/p5-Email-MIME/Makefile
mail/p5-Email-MIME/distinfo
mail/p5-Email-MessageID/DESCR
mail/p5-Email-MessageID/Makefile
mail/p5-Email-MessageID/distinfo
mail/p5-Email-Reply/DESCR
mail/p5-Email-Reply/Makefile
mail/p5-Email-Reply/distinfo
mail/p5-Email-Send/DESCR
mail/p5-Email-Send/Makefile
mail/p5-Email-Send/distinfo
mail/p5-Email-Simple-Creator/DESCR
mail/p5-Email-Simple-Creator/Makefile
mail/p5-Email-Simple-Creator/distinfo
mail/p5-Email-Simple/DESCR
mail/p5-Email-Simple/Makefile
mail/p5-Email-Simple/distinfo
mail/p5-Email-Valid/DESCR
mail/p5-Email-Valid/Makefile
mail/p5-Email-Valid/distinfo
mail/p5-GMail-IMAPD/DESCR
mail/p5-GMail-IMAPD/Makefile
mail/p5-GMail-IMAPD/distinfo
mail/p5-GMail-IMAPD/patches/patch-aa
mail/p5-IMAP-Admin/DESCR
mail/p5-IMAP-Admin/Makefile
mail/p5-IMAP-Admin/distinfo
mail/p5-IMAP-Client/DESCR
mail/p5-IMAP-Client/Makefile
mail/p5-IMAP-Client/distinfo
mail/p5-MIME-Lite-HTML/DESCR
mail/p5-MIME-Lite-HTML/Makefile
mail/p5-MIME-Lite-HTML/distinfo
mail/p5-MIME-Lite/DESCR
mail/p5-MIME-Lite/Makefile
mail/p5-MIME-Lite/distinfo
mail/p5-MIME-Types/DESCR
mail/p5-MIME-Types/Makefile
mail/p5-MIME-Types/distinfo
mail/p5-MIME-tools/DESCR
mail/p5-MIME-tools/Makefile
mail/p5-MIME-tools/distinfo
mail/p5-Mail-Audit/DESCR
mail/p5-Mail-Audit/Makefile
mail/p5-Mail-Audit/distinfo
mail/p5-Mail-Box/DESCR
mail/p5-Mail-Box/Makefile
mail/p5-Mail-Box/distinfo
mail/p5-Mail-Box/patches/patch-aa
mail/p5-Mail-ClamAV/DESCR
mail/p5-Mail-ClamAV/Makefile
mail/p5-Mail-ClamAV/distinfo
mail/p5-Mail-DKIM/DESCR
mail/p5-Mail-DKIM/Makefile
mail/p5-Mail-DKIM/distinfo
mail/p5-Mail-Ezmlm/DESCR
mail/p5-Mail-Ezmlm/Makefile
mail/p5-Mail-Ezmlm/distinfo
mail/p5-Mail-Ezmlm/patches/patch-aa
mail/p5-Mail-IMAPClient/DESCR
mail/p5-Mail-IMAPClient/Makefile
mail/p5-Mail-IMAPClient/distinfo
mail/p5-Mail-ListDetector/DESCR
mail/p5-Mail-ListDetector/Makefile
mail/p5-Mail-ListDetector/distinfo
mail/p5-Mail-Mbox-MessageParser/DESCR
mail/p5-Mail-Mbox-MessageParser/Makefile
mail/p5-Mail-Mbox-MessageParser/distinfo
mail/p5-Mail-Milter/DESCR
mail/p5-Mail-Milter/Makefile
mail/p5-Mail-Milter/distinfo
mail/p5-Mail-SPF-Query/DESCR
mail/p5-Mail-SPF-Query/Makefile
mail/p5-Mail-SPF-Query/distinfo
mail/p5-Mail-SRS/DESCR
mail/p5-Mail-SRS/Makefile
mail/p5-Mail-SRS/distinfo
mail/p5-Mail-SRS/patches/patch-aa
mail/p5-Mail-Sender-Easy/DESCR
mail/p5-Mail-Sender-Easy/Makefile
mail/p5-Mail-Sender-Easy/distinfo
mail/p5-Mail-Sender/DESCR
mail/p5-Mail-Sender/Makefile
mail/p5-Mail-Sender/distinfo
mail/p5-Mail-Sendmail/DESCR
mail/p5-Mail-Sendmail/Makefile
mail/p5-Mail-Sendmail/distinfo
mail/p5-Mail-Webmail-Gmail/DESCR
mail/p5-Mail-Webmail-Gmail/Makefile
mail/p5-Mail-Webmail-Gmail/distinfo
mail/p5-MailTools/DESCR
mail/p5-MailTools/Makefile
mail/p5-MailTools/distinfo
mail/p5-Net-LMTP/DESCR
mail/p5-Net-LMTP/Makefile
mail/p5-Net-LMTP/distinfo
mail/p5-Net-SMTP_auth/DESCR
mail/p5-Net-SMTP_auth/Makefile
mail/p5-Net-SMTP_auth/distinfo
mail/p5-Sendmail-AccessDB/DESCR
mail/p5-Sendmail-AccessDB/Makefile
mail/p5-Sendmail-AccessDB/distinfo
mail/p5-Sendmail-PMilter/DESCR
mail/p5-Sendmail-PMilter/Makefile
mail/p5-Sendmail-PMilter/distinfo
mail/p5-URI-imap/DESCR
mail/p5-URI-imap/Makefile
mail/p5-URI-imap/distinfo
mail/p5-User-Identity/DESCR
mail/p5-User-Identity/Makefile
mail/p5-User-Identity/distinfo
mail/p5-razor-agents/DESCR
mail/p5-razor-agents/Makefile
mail/p5-razor-agents/distinfo
mail/p5-razor-agents/patches/patch-aa
mail/pear-Mail/DESCR
mail/pear-Mail/Makefile
mail/pear-Mail/distinfo
mail/pear-Mail_Mime/DESCR
mail/pear-Mail_Mime/Makefile
mail/pear-Mail_Mime/distinfo
mail/perdition-bdb/Makefile
mail/perdition-bdb/PLIST
mail/perdition-gdbm/Makefile
mail/perdition-gdbm/PLIST
mail/perdition-ldap/Makefile
mail/perdition-ldap/PLIST
mail/perdition-mysql/Makefile
mail/perdition-mysql/PLIST
mail/perdition-odbc/Makefile
mail/perdition-odbc/PLIST
mail/perdition-postgresql/Makefile
mail/perdition-postgresql/PLIST
mail/perdition/DESCR
mail/perdition/Makefile
mail/perdition/Makefile.common
mail/perdition/PLIST
mail/perdition/buildlink3.mk
mail/perdition/distinfo
mail/perdition/files/perdition.imap4.sh
mail/perdition/files/perdition.imap4s.sh
mail/perdition/files/perdition.pop3.sh
mail/perdition/files/perdition.pop3s.sh
mail/perdition/options.mk
mail/perdition/patches/patch-aa
mail/perdition/patches/patch-ab
mail/perdition/patches/patch-ac
mail/perdition/patches/patch-ad
mail/perdition/patches/patch-ae
mail/perdition/patches/patch-af
mail/perdition/patches/patch-ag
mail/pfqueue/DESCR
mail/pfqueue/Makefile
mail/pfqueue/PLIST
mail/pfqueue/distinfo
mail/php-imap/DESCR
mail/php-imap/Makefile
mail/pine-pgp-filters/DESCR
mail/pine-pgp-filters/Makefile
mail/pine-pgp-filters/PLIST
mail/pine-pgp-filters/distinfo
mail/pine-pgp-filters/patches/patch-aa
mail/pine-pgp-filters/patches/patch-ab
mail/pine-pgp-filters/patches/patch-ac
mail/pine/DESCR
mail/pine/MESSAGE
mail/pine/Makefile
mail/pine/PLIST
mail/pine/distinfo
mail/pine/files/pine.conf.fixed
mail/pine/patches/patch-aa
mail/pine/patches/patch-ab
mail/pine/patches/patch-ac
mail/pine/patches/patch-ad
mail/pine/patches/patch-ae
mail/pine/patches/patch-af
mail/pine/patches/patch-ag
mail/pine/patches/patch-al
mail/pine/patches/patch-ap
mail/pine/patches/patch-aq
mail/policyd-weight/DESCR
mail/policyd-weight/Makefile
mail/policyd-weight/PLIST
mail/policyd-weight/distinfo
mail/policyd-weight/files/policyd_weight.sh
mail/policyd/DESCR
mail/policyd/MESSAGE
mail/policyd/Makefile
mail/policyd/PLIST
mail/policyd/distinfo
mail/policyd/files/policyd.sh
mail/policyd/patches/patch-aa
mail/policyd/patches/patch-ab
mail/policyd/patches/patch-ac
mail/policyd/patches/patch-ad
mail/policyd/patches/patch-ae
mail/popa3d/DEINSTALL
mail/popa3d/DESCR
mail/popa3d/MESSAGE
mail/popa3d/Makefile
mail/popa3d/PLIST
mail/popa3d/distinfo
mail/popa3d/files/popa3d.sh
mail/popa3d/patches/patch-aa
mail/popa3d/patches/patch-ab
mail/poppassd/DESCR
mail/poppassd/MESSAGE
mail/poppassd/Makefile
mail/poppassd/PLIST
mail/poppassd/distinfo
mail/poppassd/options.mk
mail/poppassd/patches/patch-aa
mail/poppassd/patches/patch-ab
mail/poppassd/patches/patch-ac
mail/poppassd/patches/patch-ad
mail/poppassd/patches/patch-ae
mail/poppassd/patches/patch-af
mail/poppassd/patches/patch-ag
mail/poppy/DESCR
mail/poppy/Makefile
mail/poppy/PLIST
mail/poppy/distinfo
mail/postfix-current/DESCR
mail/postfix-current/MESSAGE
mail/postfix-current/MESSAGE.NetBSD
mail/postfix-current/MESSAGE.sasl
mail/postfix-current/Makefile
mail/postfix-current/PLIST
mail/postfix-current/distinfo
mail/postfix-current/files/mailer.conf
mail/postfix-current/files/postfix.sh
mail/postfix-current/options.mk
mail/postfix-current/patches/patch-aa
mail/postfix-current/patches/patch-ag
mail/postfix-current/patches/patch-ai
mail/postfix/DESCR
mail/postfix/MESSAGE
mail/postfix/MESSAGE.NetBSD
mail/postfix/MESSAGE.sasl
mail/postfix/Makefile
mail/postfix/PLIST
mail/postfix/distinfo
mail/postfix/files/mailer.conf
mail/postfix/files/postfix.sh
mail/postfix/options.mk
mail/postfix/patches/patch-aa
mail/postfix/patches/patch-ag
mail/postfix/patches/patch-ai
mail/postgrey/DESCR
mail/postgrey/Makefile
mail/postgrey/PLIST
mail/postgrey/distinfo
mail/postgrey/files/postgrey.sh
mail/prayer/DESCR
mail/prayer/Makefile
mail/prayer/PLIST
mail/prayer/distinfo
mail/prayer/files/prayer.sh
mail/prayer/patches/patch-aa
mail/prayer/patches/patch-ab
mail/prayer/patches/patch-ac
mail/prayer/patches/patch-ad
mail/prayer/patches/patch-ae
mail/prayer/patches/patch-af
mail/prayer/patches/patch-ag
mail/prayer/patches/patch-ah
mail/prayer/patches/patch-ai
mail/procmail/DESCR
mail/procmail/MESSAGE
mail/procmail/Makefile
mail/procmail/PLIST
mail/procmail/distinfo
mail/procmail/hacks.mk
mail/procmail/patches/patch-aa
mail/procmail/patches/patch-ab
mail/procmail/patches/patch-ac
mail/procmail/patches/patch-ad
mail/procmail/patches/patch-ae
mail/procmail/patches/patch-af
mail/procmail/patches/patch-ag
mail/proxsmtp/DESCR
mail/proxsmtp/Makefile
mail/proxsmtp/PLIST
mail/proxsmtp/distinfo
mail/proxsmtp/files/proxsmtpd.sh
mail/proxsmtp/patches/patch-aa
mail/proxsmtp/patches/patch-ab
mail/pulsar/DESCR
mail/pulsar/Makefile
mail/pulsar/PLIST
mail/pulsar/distinfo
mail/pulsar/patches/patch-aa
mail/pulsar/patches/patch-ab
mail/pulsar/patches/patch-ac
mail/pulsar/patches/patch-ad
mail/pulsar/patches/patch-ae
mail/pulsar/patches/patch-af
mail/pulsar/patches/patch-ag
mail/py-libgmail/DESCR
mail/py-libgmail/Makefile
mail/py-libgmail/PLIST
mail/py-libgmail/distinfo
mail/pymsgauth/DEINSTALL
mail/pymsgauth/DESCR
mail/pymsgauth/INSTALL
mail/pymsgauth/Makefile
mail/pymsgauth/PLIST
mail/pymsgauth/distinfo
mail/qcheck/DESCR
mail/qcheck/Makefile
mail/qcheck/PLIST
mail/qcheck/distinfo
mail/qcheck/patches/patch-aa
mail/qgreylist/DESCR
mail/qgreylist/MESSAGE
mail/qgreylist/Makefile
mail/qgreylist/PLIST
mail/qgreylist/distinfo
mail/qgreylist/patches/patch-aa
mail/qmHandle/DESCR
mail/qmHandle/Makefile
mail/qmHandle/PLIST
mail/qmHandle/distinfo
mail/qmail-conf/DESCR
mail/qmail-conf/Makefile
mail/qmail-conf/PLIST
mail/qmail-conf/distinfo
mail/qmail-lint/DESCR
mail/qmail-lint/Makefile
mail/qmail-lint/PLIST
mail/qmail-lint/distinfo
mail/qmail-qfilter/DESCR
mail/qmail-qfilter/Makefile
mail/qmail-qfilter/PLIST
mail/qmail-qfilter/distinfo
mail/qmail-qfilter/patches/patch-aa
mail/qmail-run/DESCR
mail/qmail-run/INSTALL
mail/qmail-run/MESSAGE
mail/qmail-run/Makefile
mail/qmail-run/PLIST
mail/qmail-run/files/README.pkgsrc
mail/qmail-run/files/mailer.conf
mail/qmail-run/files/qmail-procmail.sh
mail/qmail-run/files/qmail-qfilter-queue.sh
mail/qmail-run/files/qmail-qread-client.sh
mail/qmail-run/files/qmail.sh
mail/qmail-run/files/qmailpop3d.sh
mail/qmail-run/files/qmailqread.sh
mail/qmail-run/files/qmailsend.sh
mail/qmail-run/files/qmailsmtpd.sh
mail/qmail/DEINSTALL
mail/qmail/DESCR
mail/qmail/INSTALL
mail/qmail/MESSAGE
mail/qmail/Makefile
mail/qmail/PLIST
mail/qmail/distinfo
mail/qmail/files/README.pkgsrc
mail/qmail/hacks.mk
mail/qmail/options.mk
mail/qmailanalog/DESCR
mail/qmailanalog/MESSAGE
mail/qmailanalog/Makefile
mail/qmailanalog/PLIST
mail/qmailanalog/distinfo
mail/qmqtool/DESCR
mail/qmqtool/Makefile
mail/qmqtool/PLIST
mail/qmqtool/distinfo
mail/qmqtool/patches/patch-aa
mail/qpopper/DESCR
mail/qpopper/MESSAGE
mail/qpopper/Makefile
mail/qpopper/Makefile.common
mail/qpopper/PLIST
mail/qpopper/distinfo
mail/qpopper/files/qpopper.sh
mail/qpopper/options.mk
mail/qpopper/patches/patch-aa
mail/qpopper/patches/patch-ab
mail/qpopper/patches/patch-ac
mail/qpopper/patches/patch-ad
mail/qpopper/patches/patch-ae
mail/qpopper/patches/patch-af
mail/qpopper/patches/patch-ag
mail/qpopper/patches/patch-al
mail/qpopper/patches/patch-am
mail/qpopper/patches/patch-an
mail/qpopper/patches/patch-ap
mail/qtools/DESCR
mail/qtools/MESSAGE
mail/qtools/Makefile
mail/qtools/PLIST
mail/qtools/distinfo
mail/qtools/patches/patch-aa
mail/queue-fix/DESCR
mail/queue-fix/Makefile
mail/queue-fix/PLIST
mail/queue-fix/distinfo
mail/queue-repair/DESCR
mail/queue-repair/MESSAGE
mail/queue-repair/Makefile
mail/queue-repair/PLIST
mail/queue-repair/distinfo
mail/rblcheck/DESCR
mail/rblcheck/Makefile
mail/rblcheck/PLIST
mail/rblcheck/distinfo
mail/rblcheck/hacks.mk
mail/rblcheck/patches/patch-aa
mail/relay-ctrl/DESCR
mail/relay-ctrl/MESSAGE
mail/relay-ctrl/Makefile
mail/relay-ctrl/PLIST
mail/relay-ctrl/distinfo
mail/relay-ctrl/files/dovecot-settcpremoteip.sh
mail/relay-ctrl/files/ifrelayclient.sh
mail/ripmime/DESCR
mail/ripmime/Makefile
mail/ripmime/PLIST
mail/ripmime/distinfo
mail/ripmime/patches/patch-aa
mail/rmail-mime/DESCR
mail/rmail-mime/Makefile
mail/rmail-mime/PLIST
mail/rmail-mime/distinfo
mail/roundcube/DESCR
mail/roundcube/MESSAGE
mail/roundcube/Makefile
mail/roundcube/PLIST
mail/roundcube/distinfo
mail/roundcube/files/roundcube.conf
mail/roundcube/options.mk
mail/roundcube/patches/patch-aa
mail/roundcube/patches/patch-ab
mail/rss2email/DESCR
mail/rss2email/Makefile
mail/rss2email/PLIST
mail/rss2email/distinfo
mail/rss2email/files/config.py
mail/rss2email/files/r2e
mail/rss2email/files/r2e.1
mail/rss2email/patches/patch-ad
mail/ruby-actionmailer/DESCR
mail/ruby-actionmailer/Makefile
mail/ruby-actionmailer/PLIST
mail/ruby-actionmailer/distinfo
mail/ruby-mailfactory/DESCR
mail/ruby-mailfactory/Makefile
mail/ruby-mailfactory/PLIST
mail/ruby-mailfactory/distinfo
mail/ruby-mime-types/DESCR
mail/ruby-mime-types/Makefile
mail/ruby-mime-types/PLIST
mail/ruby-mime-types/distinfo
mail/ruby-tmail/DESCR
mail/ruby-tmail/Makefile
mail/ruby-tmail/PLIST
mail/ruby-tmail/distinfo
mail/safecat/DESCR
mail/safecat/Makefile
mail/safecat/PLIST
mail/safecat/distinfo
mail/safecat/patches/patch-aa
mail/safecat/patches/patch-ab
mail/sendmail/DESCR
mail/sendmail/MESSAGE
mail/sendmail/Makefile
mail/sendmail/Makefile.common
mail/sendmail/PLIST
mail/sendmail/distinfo
mail/sendmail/files/mailer.conf
mail/sendmail/files/sendmail.sh
mail/sendmail/files/site.config.m4
mail/sendmail/files/site.config.m4-db2
mail/sendmail/files/site.config.m4-db4
mail/sendmail/files/site.config.m4-ldap
mail/sendmail/files/site.config.m4-milter
mail/sendmail/files/site.config.m4-sasl2
mail/sendmail/files/site.config.m4-starttls
mail/sendmail/files/site.config.m4-tcpwrappers
mail/sendmail/files/site.config.m4-v6
mail/sendmail/files/site.config.m4-v6-not-solaris
mail/sendmail/files/smmsp.sh
mail/sendmail/options.mk
mail/sendmail/patches/patch-aa
mail/sendmail/patches/patch-ab
mail/sendmail/patches/patch-ac
mail/sendmail/patches/patch-ad
mail/sendmail/patches/patch-ae
mail/sendmail/patches/patch-af
mail/sendmail/patches/patch-ag
mail/sendmail/patches/patch-ah
mail/sendmail/patches/patch-ai
mail/sendmail/patches/patch-aj
mail/sendmail/patches/patch-al
mail/sendmail/patches/patch-am
mail/sendmail813/DESCR
mail/sendmail813/MESSAGE
mail/sendmail813/Makefile
mail/sendmail813/Makefile.common
mail/sendmail813/PLIST
mail/sendmail813/distinfo
mail/sendmail813/files/mailer.conf
mail/sendmail813/files/sendmail.sh
mail/sendmail813/files/site.config.m4
mail/sendmail813/files/site.config.m4-db2
mail/sendmail813/files/site.config.m4-db4
mail/sendmail813/files/site.config.m4-ldap
mail/sendmail813/files/site.config.m4-milter
mail/sendmail813/files/site.config.m4-sasl2
mail/sendmail813/files/site.config.m4-starttls
mail/sendmail813/files/site.config.m4-tcpwrappers
mail/sendmail813/files/site.config.m4-v6
mail/sendmail813/files/site.config.m4-v6-not-solaris
mail/sendmail813/files/smmsp.sh
mail/sendmail813/options.mk
mail/sendmail813/patches/patch-aa
mail/sendmail813/patches/patch-ab
mail/sendmail813/patches/patch-ac
mail/sendmail813/patches/patch-ad
mail/sendmail813/patches/patch-ae
mail/sendmail813/patches/patch-af
mail/sendmail813/patches/patch-ag
mail/sendmail813/patches/patch-ah
mail/sendmail813/patches/patch-ai
mail/sendmail813/patches/patch-aj
mail/sendmail813/patches/patch-ak
mail/sendmail813/patches/patch-al
mail/sendmail813/patches/patch-am
mail/sendymail/DESCR
mail/sendymail/MESSAGE
mail/sendymail/Makefile
mail/sendymail/PLIST
mail/sendymail/distinfo
mail/serialmail/DESCR
mail/serialmail/Makefile
mail/serialmail/PLIST
mail/serialmail/distinfo
mail/serialmail/patches/patch-aa
mail/sigrot/DESCR
mail/sigrot/Makefile
mail/sigrot/PLIST
mail/sigrot/distinfo
mail/sma/DESCR
mail/sma/MESSAGE
mail/sma/Makefile
mail/sma/PLIST
mail/sma/distinfo
mail/sma/patches/patch-aa
mail/smtpfeed/DESCR
mail/smtpfeed/MESSAGE
mail/smtpfeed/Makefile
mail/smtpfeed/PLIST
mail/smtpfeed/distinfo
mail/smtpfeed/hacks.mk
mail/smtpfeed/patches/patch-aa
mail/smtpfeed/patches/patch-ac
mail/smtpfeed/patches/patch-ad
mail/smtpfeed/patches/patch-ae
mail/smtpfeed/patches/patch-af
mail/smtpfeed/patches/patch-ag
mail/smtpfeed/patches/patch-ah
mail/smtpfeed/patches/patch-ai
mail/smtpfeed/patches/patch-aj
mail/smtpfeed/patches/patch-ak
mail/smtpfeed/patches/patch-al
mail/smtpfeed/patches/patch-am
mail/solid-pop3d/DESCR
mail/solid-pop3d/MESSAGE
mail/solid-pop3d/Makefile
mail/solid-pop3d/PLIST
mail/solid-pop3d/PLIST.apop
mail/solid-pop3d/distinfo
mail/solid-pop3d/options.mk
mail/solid-pop3d/patches/patch-aa
mail/spamass-milter/DESCR
mail/spamass-milter/Makefile
mail/spamass-milter/PLIST
mail/spamass-milter/distinfo
mail/spamass-milter/files/spamass-milter.sh
mail/spamass-milter/patches/patch-aa
mail/spamassassin/DESCR
mail/spamassassin/MESSAGE
mail/spamassassin/Makefile
mail/spamassassin/PLIST
mail/spamassassin/distinfo
mail/spamassassin/files/netbsd_lists.cf
mail/spamassassin/options.mk
mail/spamassassin/patches/patch-ab
mail/spamassassin/patches/patch-ae
mail/spamassassin/patches/patch-aq
mail/spamassassin/patches/patch-ay
mail/spamassassin/patches/patch-ba
mail/spamassassin/patches/patch-bc
mail/spamd/DESCR
mail/spamd/MESSAGE
mail/spamd/Makefile
mail/spamd/PLIST
mail/spamd/distinfo
mail/spamd/files/pfspamd.sh
mail/spamd/patches/patch-aa
mail/spamdyke/DESCR
mail/spamdyke/Makefile
mail/spamdyke/PLIST
mail/spamdyke/distinfo
mail/spamdyke/hacks.mk
mail/spamdyke/options.mk
mail/spamdyke/patches/patch-aa
mail/spamdyke/patches/patch-ab
mail/spamdyke/patches/patch-ac
mail/spamdyke/patches/patch-ad
mail/spamprobe/DESCR
mail/spamprobe/MESSAGE
mail/spamprobe/Makefile
mail/spamprobe/PLIST
mail/spamprobe/distinfo
mail/spamprobe/options.mk
mail/sqlgrey/DESCR
mail/sqlgrey/Makefile
mail/sqlgrey/PLIST
mail/sqlgrey/distinfo
mail/sqlgrey/files/sqlgrey.sh
mail/sqlgrey/patches/patch-aa
mail/sqlgrey/patches/patch-ab
mail/sqlgrey/patches/patch-ac
mail/sqlgrey/patches/patch-ad
mail/squirrelmail-decode/DESCR
mail/squirrelmail-decode/Makefile
mail/squirrelmail-decode/PLIST
mail/squirrelmail-decode/distinfo
mail/squirrelmail-locales/DESCR
mail/squirrelmail-locales/Makefile
mail/squirrelmail-locales/PLIST
mail/squirrelmail-locales/distinfo
mail/squirrelmail/DESCR
mail/squirrelmail/MESSAGE
mail/squirrelmail/Makefile
mail/squirrelmail/PLIST
mail/squirrelmail/buildlink3.mk
mail/squirrelmail/distinfo
mail/squirrelmail/files/squirrelmail.conf.dist
mail/squirrelmail/options.mk
mail/squirrelmail/patches/patch-aa
mail/squirrelmail/plugin.mk
mail/sqwebmail/DEINSTALL
mail/sqwebmail/DESCR
mail/sqwebmail/MESSAGE
mail/sqwebmail/Makefile
mail/sqwebmail/PLIST
mail/sqwebmail/distinfo
mail/sqwebmail/files/sqwebmail.sh
mail/sqwebmail/patches/patch-aa
mail/sqwebmail/patches/patch-ad
mail/sqwebmail/patches/patch-ah
mail/sqwebmail/patches/patch-ai
mail/sqwebmail/patches/patch-aj
mail/sqwebmail/patches/patch-am
mail/ssmtp/DESCR
mail/ssmtp/MESSAGE
mail/ssmtp/Makefile
mail/ssmtp/PLIST
mail/ssmtp/distinfo
mail/ssmtp/files/mailer.conf
mail/ssmtp/options.mk
mail/ssmtp/patches/patch-aa
mail/ssmtp/patches/patch-ab
mail/ssmtp/patches/patch-ac
mail/ssmtp/patches/patch-ad
mail/ssmtp/patches/patch-ae
mail/sylpheed-devel/DESCR
mail/sylpheed-devel/Makefile
mail/sylpheed-devel/PLIST
mail/sylpheed-devel/distinfo
mail/sylpheed-devel/files/mime.types
mail/sylpheed-devel/options.mk
mail/sylpheed/DESCR
mail/sylpheed/Makefile
mail/sylpheed/PLIST
mail/sylpheed/distinfo
mail/sylpheed/files/mime.types
mail/sylpheed/options.mk
mail/sympa/DESCR
mail/sympa/MESSAGE
mail/sympa/Makefile
mail/sympa/PLIST
mail/sympa/distinfo
mail/sympa/files/archived.sh
mail/sympa/files/bounced.sh
mail/sympa/files/sympa.sh
mail/sympa/files/task_manager.sh
mail/sympa/patches/patch-aa
mail/sympa/patches/patch-ab
mail/sympa/patches/patch-ac
mail/sympa/patches/patch-ae
mail/sympa/patches/patch-af
mail/t-prot/DESCR
mail/t-prot/Makefile
mail/t-prot/PLIST
mail/t-prot/distinfo
mail/teapop/DESCR
mail/teapop/Makefile
mail/teapop/PLIST
mail/teapop/distinfo
mail/teapop/files/teapop.sh
mail/teapop/options.mk
mail/teapop/patches/patch-aa
mail/teapop/patches/patch-ab
mail/thunderbird-bin-nightly/DESCR
mail/thunderbird-bin-nightly/Makefile
mail/thunderbird-bin-nightly/Makefile.linux-i386
mail/thunderbird-bin-nightly/Makefile.solaris-i386
mail/thunderbird-bin-nightly/Makefile.solaris-sparc
mail/thunderbird-gtk1/DESCR
mail/thunderbird-gtk1/Makefile
mail/thunderbird-gtk1/PLIST
mail/thunderbird/DESCR
mail/thunderbird/Makefile
mail/thunderbird/Makefile-thunderbird.common
mail/thunderbird/PLIST
mail/thunderbird/distinfo
mail/thunderbird/patches/patch-aa
mail/thunderbird/patches/patch-ab
mail/thunderbird/patches/patch-ac
mail/thunderbird/patches/patch-ad
mail/thunderbird/patches/patch-ae
mail/thunderbird/patches/patch-af
mail/thunderbird/patches/patch-ag
mail/thunderbird/patches/patch-ah
mail/thunderbird/patches/patch-ai
mail/thunderbird/patches/patch-aj
mail/thunderbird/patches/patch-ak
mail/thunderbird/patches/patch-al
mail/thunderbird/patches/patch-an
mail/thunderbird/patches/patch-ao
mail/thunderbird/patches/patch-ap
mail/thunderbird/patches/patch-aq
mail/thunderbird/patches/patch-ar
mail/thunderbird/patches/patch-as
mail/thunderbird/patches/patch-aw
mail/thunderbird/patches/patch-ax
mail/thunderbird/patches/patch-ba
mail/thunderbird/patches/patch-bb
mail/thunderbird/patches/patch-bm
mail/thunderbird/patches/patch-bo
mail/thunderbird/patches/patch-bq
mail/thunderbird/patches/patch-br
mail/thunderbird/patches/patch-bs
mail/thunderbird/patches/patch-bu
mail/thunderbird/patches/patch-bv
mail/thunderbird/patches/patch-bx
mail/thunderbird/patches/patch-by
mail/thunderbird/patches/patch-bz
mail/thunderbird/patches/patch-ca
mail/thunderbird/patches/patch-cb
mail/thunderbird/patches/patch-da
mail/thunderbird/patches/patch-db
mail/thunderbird/patches/patch-dc
mail/thunderbird/patches/patch-de
mail/thunderbird/patches/patch-df
mail/thunderbird/patches/patch-dg
mail/thunderbird/patches/patch-dh
mail/thunderbird/patches/patch-dj
mail/thunderbird/patches/patch-dk
mail/thunderbird/patches/patch-dl
mail/thunderbird/patches/patch-dm
mail/thunderbird/patches/patch-do
mail/thunderbird/patches/patch-ds
mail/thunderbird/patches/patch-dt
mail/thunderbird/patches/patch-dw
mail/thunderbird/patches/patch-dx
mail/tmda/DESCR
mail/tmda/Makefile
mail/tmda/PLIST
mail/tmda/distinfo
mail/tmda/files/tofmipd.sh
mail/tmda/options.mk
mail/tmda/patches/patch-ab
mail/tnef/DESCR
mail/tnef/Makefile
mail/tnef/PLIST
mail/tnef/distinfo
mail/tnef2txt/DESCR
mail/tnef2txt/Makefile
mail/tnef2txt/PLIST
mail/tnef2txt/distinfo
mail/tnef2txt/patches/patch-aa
mail/turba/DESCR
mail/turba/MESSAGE
mail/turba/Makefile
mail/turba/PLIST
mail/turba/distinfo
mail/turba/files/turba.conf.dist
mail/turba/options.mk
mail/up-imapproxy/DESCR
mail/up-imapproxy/Makefile
mail/up-imapproxy/PLIST
mail/up-imapproxy/distinfo
mail/up-imapproxy/files/upimapproxy.sh
mail/up-imapproxy/patches/patch-aa
mail/up-imapproxy/patches/patch-ac
mail/up-imapproxy/patches/patch-ad
mail/up-imapproxy/patches/patch-ae
mail/up-imapproxy/patches/patch-af
mail/up-imapproxy/patches/patch-ag
mail/vm/DESCR
mail/vm/Makefile
mail/vm/PLIST
mail/vm/distinfo
mail/vm/patches/patch-aa
mail/vm/patches/patch-ab
mail/wl/DESCR
mail/wl/Makefile
mail/wl/PLIST
mail/wl/distinfo
mail/wl/options.mk
mail/wl/patches/patch-aa
mail/wmbiff/DESCR
mail/wmbiff/Makefile
mail/wmbiff/PLIST
mail/wmbiff/distinfo
mail/wmbiff/patches/patch-aa
mail/wmbiff/patches/patch-ab
mail/wmbiff/patches/patch-ac
mail/wmmail/DESCR
mail/wmmail/Makefile
mail/wmmail/PLIST
mail/wmmail/distinfo
mail/wmmail/patches/patch-aa
mail/wmmail/patches/patch-ac
mail/wmmail/patches/patch-ad
mail/xbiff/DESCR
mail/xbiff/Makefile
mail/xbiff/PLIST
mail/xbiff/distinfo
mail/xbuffy/DESCR
mail/xbuffy/Makefile
mail/xbuffy/PLIST
mail/xbuffy/distinfo
mail/xbuffy/patches/patch-ab
mail/xbuffy/patches/patch-ac
mail/xbuffy/patches/patch-ad
mail/xbuffy/patches/patch-ae
mail/xbuffy/patches/patch-af
mail/xbuffy/patches/patch-ag
mail/xbuffy/patches/patch-ah
mail/xfmail/DESCR
mail/xfmail/Makefile
mail/xfmail/PLIST
mail/xfmail/distinfo
mail/xfmail/patches/patch-aa
mail/xfmail/patches/patch-ab
mail/xfmail/patches/patch-ac
mail/xfmail/patches/patch-ad
mail/xfmail/patches/patch-ae
mail/xmailbox/DESCR
mail/xmailbox/Makefile
mail/xmailbox/PLIST
mail/xmailbox/distinfo
mail/xmailbox/patches/patch-aa
mail/xmailbox/patches/patch-ab
mail/xmailbox/patches/patch-ac
mail/xmailwatcher/DESCR
mail/xmailwatcher/Makefile
mail/xmailwatcher/PLIST
mail/xmailwatcher/distinfo
mail/xmailwatcher/patches/patch-aa
mail/yatsvrs/DEINSTALL
mail/yatsvrs/DESCR
mail/yatsvrs/INSTALL
mail/yatsvrs/MESSAGE
mail/yatsvrs/Makefile
mail/yatsvrs/PLIST
mail/yatsvrs/distinfo
mail/yatsvrs/patches/patch-aa
mail/yatsvrs/patches/patch-ab
mail/yatsvrs/patches/patch-ac
mail/yatsvrs/patches/patch-ad
mail/yatsvrs/patches/patch-ae
mail/yatsvrs/patches/patch-af
mail/yatsvrs/patches/patch-ag
mail/yatsvrs/patches/patch-ah
mail/yatsvrs/patches/patch-ai
mail/yatsvrs/patches/patch-aj
mail/yatsvrs/patches/patch-ak
mail/yatsvrs/patches/patch-al
mail/yatsvrs/patches/patch-am
mail/yatsvrs/patches/patch-ao
mail/yatsvrs/patches/patch-ap
mail/yatsvrs/patches/patch-aq
mail/yatsvrs/patches/patch-ar
mail/yatsvrs/patches/patch-as
mail/yatsvrs/patches/patch-at
mail/yatsvrs/patches/patch-au
mail/yatsvrs/patches/patch-av
mail/yatsvrs/patches/patch-aw
mail/yatsvrs/patches/patch-ax
mail/yatsvrs/patches/patch-ay
mail/yatsvrs/patches/patch-az
mail/yatsvrs/patches/patch-ba
mail/yatsvrs/patches/patch-bb
mail/yatsvrs/patches/patch-bc
mail/yatsvrs/patches/patch-bd
mail/yatsvrs/patches/patch-be
mail/yatsvrs/patches/patch-bf
mail/yatsvrs/patches/patch-bg
mail/yatsvrs/patches/patch-bh
mail/yatsvrs/patches/patch-bi
mail/yatsvrs/patches/patch-bj
mail/yatsvrs/patches/patch-bk
mail/yatsvrs/patches/patch-bl
mail/yatsvrs/patches/patch-bm
mail/yatsvrs/patches/patch-bn
mail/yatsvrs/patches/patch-bo
mail/yatsvrs/patches/patch-bp
math/Makefile
math/R-CGIwithR/DESCR
math/R-CGIwithR/Makefile
math/R-CGIwithR/distinfo
math/R-DAAG/DESCR
math/R-DAAG/Makefile
math/R-DAAG/distinfo
math/R-GRASS/DESCR
math/R-GRASS/Makefile
math/R-GRASS/distinfo
math/R-GRASS/patches/patch-aa
math/R-GRASS/patches/patch-ab
math/R-ISwR/DESCR
math/R-ISwR/Makefile
math/R-ISwR/distinfo
math/R-Matrix/DESCR
math/R-Matrix/Makefile
math/R-Matrix/distinfo
math/R-PHYLOGR/DESCR
math/R-PHYLOGR/Makefile
math/R-PHYLOGR/distinfo
math/R-R2HTML/DESCR
math/R-R2HTML/Makefile
math/R-R2HTML/distinfo
math/R-RArcInfo/DESCR
math/R-RArcInfo/Makefile
math/R-RArcInfo/distinfo
math/R-Rcmdr/DESCR
math/R-Rcmdr/Makefile
math/R-Rcmdr/distinfo
math/R-abind/DESCR
math/R-abind/Makefile
math/R-abind/distinfo
math/R-akima/DESCR
math/R-akima/Makefile
math/R-akima/distinfo
math/R-chron/DESCR
math/R-chron/Makefile
math/R-chron/distinfo
math/R-clim.pact/DESCR
math/R-clim.pact/Makefile
math/R-clim.pact/distinfo
math/R-combinat/DESCR
math/R-combinat/Makefile
math/R-combinat/distinfo
math/R-date/DESCR
math/R-date/Makefile
math/R-date/distinfo
math/R-gdata/DESCR
math/R-gdata/Makefile
math/R-gdata/distinfo
math/R-genetics/DESCR
math/R-genetics/Makefile
math/R-genetics/distinfo
math/R-geoR/DESCR
math/R-geoR/Makefile
math/R-geoR/distinfo
math/R-gstat/DESCR
math/R-gstat/Makefile
math/R-gstat/distinfo
math/R-gtools/DESCR
math/R-gtools/Makefile
math/R-gtools/distinfo
math/R-httpRequest/DESCR
math/R-httpRequest/Makefile
math/R-httpRequest/distinfo
math/R-hwde/DESCR
math/R-hwde/Makefile
math/R-hwde/distinfo
math/R-lmm/DESCR
math/R-lmm/Makefile
math/R-lmm/distinfo
math/R-mapproj/DESCR
math/R-mapproj/Makefile
math/R-mapproj/distinfo
math/R-maps/DESCR
math/R-maps/Makefile
math/R-maps/distinfo
math/R-mvtnorm/DESCR
math/R-mvtnorm/Makefile
math/R-mvtnorm/distinfo
math/R-ncdf/DESCR
math/R-ncdf/Makefile
math/R-ncdf/distinfo
math/R-pixmap/DESCR
math/R-pixmap/Makefile
math/R-pixmap/distinfo
math/R-sgeostat/DESCR
math/R-sgeostat/Makefile
math/R-sgeostat/distinfo
math/R-shapefiles/DESCR
math/R-shapefiles/Makefile
math/R-shapefiles/distinfo
math/R-statmod/DESCR
math/R-statmod/Makefile
math/R-statmod/distinfo
math/R-wle/DESCR
math/R-wle/Makefile
math/R-wle/distinfo
math/R/DESCR
math/R/Makefile
math/R/Makefile.extension
math/R/PLIST
math/R/buildlink3.mk
math/R/distinfo
math/R/files/pkg-index.tmpl
math/R/patches/patch-ab
math/R/patches/patch-ac
math/R/patches/patch-ad
math/abs/DESCR
math/abs/Makefile
math/abs/PLIST
math/abs/distinfo
math/abs/patches/patch-aa
math/abs/patches/patch-ab
math/abs/patches/patch-ac
math/admesh/DESCR
math/admesh/Makefile
math/admesh/PLIST
math/admesh/distinfo
math/algae/DESCR
math/algae/Makefile
math/algae/PLIST
math/algae/distinfo
math/algae/patches/patch-aa
math/algae/patches/patch-ab
math/algae/patches/patch-ac
math/algae/patches/patch-ad
math/algae/patches/patch-ae
math/algae/patches/patch-af
math/antixls/DESCR
math/antixls/Makefile
math/antixls/PLIST
math/antixls/distinfo
math/aribas/DESCR
math/aribas/Makefile
math/aribas/PLIST
math/aribas/distinfo
math/aribas/patches/patch-aa
math/bc/DESCR
math/bc/Makefile
math/bc/PLIST
math/bc/distinfo
math/bc/patches/patch-aa
math/bc/patches/patch-ab
math/bc/patches/patch-ac
math/blas/DESCR
math/blas/Makefile
math/blas/PLIST
math/blas/buildlink3.mk
math/blas/distinfo
math/blas/files/Makefile.blas
math/blitz++/DESCR
math/blitz++/Makefile
math/blitz++/PLIST
math/blitz++/distinfo
math/blitz++/patches/patch-aa
math/blitz++/patches/patch-ab
math/blitz++/patches/patch-ac
math/calc/DESCR
math/calc/MESSAGE
math/calc/Makefile
math/calc/PLIST
math/calc/distinfo
math/calc/patches/patch-aa
math/calc/patches/patch-ab
math/calcoo/DESCR
math/calcoo/Makefile
math/calcoo/PLIST
math/calcoo/distinfo
math/capc-calc/DESCR
math/capc-calc/Makefile
math/capc-calc/PLIST
math/capc-calc/distinfo
math/capc-calc/patches/patch-aa
math/cln/DESCR
math/cln/Makefile
math/cln/PLIST
math/cln/buildlink3.mk
math/cln/distinfo
math/cln/patches/patch-ab
math/cln/patches/patch-ac
math/dcdflib.c/DESCR
math/dcdflib.c/Makefile
math/dcdflib.c/PLIST
math/dcdflib.c/distinfo
math/dcdflib.c/patches/patch-aa
math/dcdflib.c/patches/patch-ab
math/dcdflib.f/DESCR
math/dcdflib.f/Makefile
math/dcdflib.f/PLIST
math/dcdflib.f/distinfo
math/dcdflib.f/patches/patch-aa
math/dcdflib.f/patches/patch-ab
math/dfftpack/DESCR
math/dfftpack/Makefile
math/dfftpack/PLIST
math/dfftpack/distinfo
math/dfftpack/files/Makefile
math/dieharder/DESCR
math/dieharder/Makefile
math/dieharder/PLIST
math/dieharder/distinfo
math/dieharder/patches/patch-aa
math/dieharder/patches/patch-ac
math/dieharder/patches/patch-ad
math/djbfft/DESCR
math/djbfft/Makefile
math/djbfft/PLIST
math/djbfft/buildlink3.mk
math/djbfft/distinfo
math/djbfft/options.mk
math/djbfft/patches/patch-aa
math/djbfft/patches/patch-ab
math/djbfft/patches/patch-ac
math/eispack/DESCR
math/eispack/Makefile
math/eispack/PLIST
math/eispack/distinfo
math/eispack/files/Makefile
math/ess/DESCR
math/ess/Makefile
math/ess/PLIST
math/ess/distinfo
math/ess/patches/patch-aa
math/ess/patches/patch-ab
math/eukleides/DESCR
math/eukleides/Makefile
math/eukleides/PLIST
math/eukleides/distinfo
math/euler/DESCR
math/euler/Makefile
math/euler/PLIST
math/euler/distinfo
math/euler/patches/patch-aa
math/euler/patches/patch-ab
math/fftpack/DESCR
math/fftpack/Makefile
math/fftpack/PLIST
math/fftpack/distinfo
math/fftpack/files/Makefile
math/fftpack/patches/patch-aa
math/fftpack/patches/patch-ab
math/fftpack/patches/patch-ac
math/fftpack/patches/patch-ad
math/fftpack/patches/patch-ae
math/fftpack/patches/patch-af
math/fftpack/patches/patch-ag
math/fftpack/patches/patch-ah
math/fftpack/patches/patch-ai
math/fftpack/patches/patch-aj
math/fftpack/patches/patch-ak
math/fftpack/patches/patch-al
math/fftpack/patches/patch-am
math/fftw/DESCR
math/fftw/Makefile
math/fftw/PLIST
math/fftw/buildlink3.mk
math/fftw/distinfo
math/fftw2/DESCR
math/fftw2/Makefile
math/fftw2/PLIST
math/fftw2/buildlink3.mk
math/fftw2/distinfo
math/fftw2/patches/patch-aa
math/fftwf/DESCR
math/fftwf/Makefile
math/fftwf/PLIST
math/fftwf/buildlink3.mk
math/fftwf/distinfo
math/fgmp/DESCR
math/fgmp/Makefile
math/fgmp/PLIST
math/fgmp/distinfo
math/fgmp/patches/patch-aa
math/fgmp/patches/patch-ab
math/galculator/DESCR
math/galculator/Makefile
math/galculator/PLIST
math/galculator/distinfo
math/gap/DESCR
math/gap/Makefile
math/gap/PLIST
math/gap/distinfo
math/gap/gap.package.mk
math/gap/patches/patch-aa
math/gap/patches/patch-ab
math/gap/patches/patch-ac
math/gcalctool/DESCR
math/gcalctool/Makefile
math/gcalctool/PLIST
math/gcalctool/distinfo
math/geg/DESCR
math/geg/Makefile
math/geg/PLIST
math/geg/distinfo
math/genius/DESCR
math/genius/Makefile
math/genius/PLIST
math/genius/distinfo
math/glpk/DESCR
math/glpk/Makefile
math/glpk/PLIST
math/glpk/buildlink3.mk
math/glpk/distinfo
math/gnumeric/DESCR
math/gnumeric/Makefile
math/gnumeric/PLIST
math/gnumeric/distinfo
math/gnumeric/patches/patch-aa
math/gnumeric/patches/patch-ab
math/gp-autpgrp/DESCR
math/gp-autpgrp/Makefile
math/gp-autpgrp/PLIST
math/gp-autpgrp/distinfo
math/gp-factint/DESCR
math/gp-factint/Makefile
math/gp-factint/PLIST
math/gp-factint/distinfo
math/gp-fplsa/DESCR
math/gp-fplsa/Makefile
math/gp-fplsa/PLIST
math/gp-fplsa/distinfo
math/gp-fplsa/patches/patch-aa
math/gp-grape/DESCR
math/gp-grape/Makefile
math/gp-grape/PLIST
math/gp-grape/distinfo
math/gp-grape/patches/patch-aa
math/gp-grape/patches/patch-ab
math/gp-grpconst/DESCR
math/gp-grpconst/Makefile
math/gp-grpconst/PLIST
math/gp-grpconst/distinfo
math/gp-lag/DESCR
math/gp-lag/Makefile
math/gp-lag/PLIST
math/gp-lag/distinfo
math/grace/DESCR
math/grace/Makefile
math/grace/PLIST
math/grace/distinfo
math/grace/patches/patch-aa
math/grace/patches/patch-ab
math/graphopt/DESCR
math/graphopt/Makefile
math/graphopt/PLIST
math/graphopt/distinfo
math/grpn/DESCR
math/grpn/Makefile
math/grpn/PLIST
math/grpn/distinfo
math/grpn/patches/patch-aa
math/grpn/patches/patch-ag
math/grpn/patches/patch-ah
math/grpn/patches/patch-ai
math/grpn/patches/patch-aj
math/grpn/patches/patch-ak
math/grpn/patches/patch-al
math/grpn/patches/patch-am
math/grpn/patches/patch-an
math/grpn/patches/patch-ao
math/grpn/patches/patch-ap
math/grpn/patches/patch-aq
math/gsl/DESCR
math/gsl/Makefile
math/gsl/PLIST
math/gsl/buildlink3.mk
math/gsl/distinfo
math/gsl/hacks.mk
math/gsl/patches/patch-aa
math/gsl/patches/patch-ac
math/gsl/patches/patch-ae
math/gsl/patches/patch-af
math/gtklife/DESCR
math/gtklife/Makefile
math/gtklife/PLIST
math/gtklife/distinfo
math/gtklife/patches/patch-aa
math/lapack/DESCR
math/lapack/Makefile
math/lapack/PLIST
math/lapack/buildlink3.mk
math/lapack/distinfo
math/lapack/patches/patch-aa
math/lapack/patches/patch-ab
math/lapack/patches/patch-ac
math/lapack/patches/patch-ad
math/libffm/DESCR
math/libffm/Makefile
math/libffm/PLIST
math/libffm/buildlink3.mk
math/libffm/distinfo
math/libmatheval/DESCR
math/libmatheval/Makefile
math/libmatheval/PLIST
math/libmatheval/buildlink3.mk
math/libmatheval/distinfo
math/libmatheval/patches/patch-aa
math/linpack/DESCR
math/linpack/Makefile
math/linpack/PLIST
math/linpack/distinfo
math/linpack/patches/patch-aa
math/linpack/patches/patch-ab
math/linpack/patches/patch-ac
math/linpack/patches/patch-ad
math/linpack/patches/patch-ae
math/ltm/DESCR
math/ltm/Makefile
math/ltm/PLIST
math/ltm/buildlink3.mk
math/ltm/distinfo
math/mapm/DESCR
math/mapm/Makefile
math/mapm/PLIST
math/mapm/distinfo
math/mathomatic/DESCR
math/mathomatic/Makefile
math/mathomatic/PLIST
math/mathomatic/distinfo
math/mathomatic/patches/patch-aa
math/maxima/DESCR
math/maxima/Makefile
math/maxima/PLIST
math/maxima/distinfo
math/maxima/options.mk
math/mcsim/DESCR
math/mcsim/Makefile
math/mcsim/PLIST
math/mcsim/distinfo
math/mcsim/patches/patch-aa
math/mcsim/patches/patch-ab
math/mcsim/patches/patch-ac
math/mcsim/patches/patch-ad
math/mcsim/patches/patch-ae
math/mcsim/patches/patch-af
math/meschach/DESCR
math/meschach/Makefile
math/meschach/PLIST
math/meschach/distinfo
math/meschach/files/makefile.in
math/meschach/files/makefile.test
math/meschach/patches/patch-aa
math/meschach/patches/patch-ab
math/meschach/patches/patch-ac
math/meschach/patches/patch-ad
math/meschach/patches/patch-ae
math/meschach/patches/patch-af
math/meschach/patches/patch-ag
math/meschach/patches/patch-ah
math/meschach/patches/patch-ai
math/metis/DESCR
math/metis/Makefile
math/metis/PLIST
math/metis/distinfo
math/metis/patches/patch-aa
math/metis/patches/patch-ab
math/metis/patches/patch-ac
math/minpack/DESCR
math/minpack/Makefile
math/minpack/PLIST
math/minpack/distinfo
math/minpack/files/Makefile
math/mpfr/DESCR
math/mpfr/Makefile
math/mpfr/PLIST
math/mpfr/buildlink3.mk
math/mpfr/distinfo
math/mpfr/patches/patch-aa
math/mtl/DESCR
math/mtl/Makefile
math/mtl/PLIST
math/mtl/distinfo
math/newmat/DESCR
math/newmat/Makefile
math/newmat/PLIST
math/newmat/distinfo
math/newmat/patches/patch-aa
math/nickle/DESCR
math/nickle/Makefile
math/nickle/PLIST
math/nickle/distinfo
math/ntl/DESCR
math/ntl/Makefile
math/ntl/PLIST
math/ntl/buildlink3.mk
math/ntl/distinfo
math/ntl/patches/patch-aa
math/ntl/patches/patch-ab
math/ntl/patches/patch-ac
math/octave-current/DESCR
math/octave-current/Makefile
math/octave-current/PLIST
math/octave-current/buildlink3.mk
math/octave-current/distinfo
math/octave-current/octave.mk
math/octave-current/options.mk
math/octave-current/patches/patch-aa
math/octave-current/patches/patch-ab
math/octave-current/patches/patch-ac
math/octave-current/patches/patch-ad
math/octave-current/patches/patch-ae
math/octave-current/patches/patch-af
math/octave-current/patches/patch-ag
math/octave-current/patches/patch-ah
math/octave-current/patches/patch-ai
math/octave-current/patches/patch-aj
math/octave-forge/DESCR
math/octave-forge/MESSAGE
math/octave-forge/Makefile
math/octave-forge/PLIST
math/octave-forge/buildlink3.mk
math/octave-forge/distinfo
math/octave-forge/patches/patch-aa
math/octave-forge/patches/patch-ab
math/octave-forge/patches/patch-ag
math/octave-forge/patches/patch-ak
math/octave-forge/patches/patch-al
math/octave-forge/patches/patch-am
math/octave/DESCR
math/octave/Makefile
math/octave/PLIST
math/octave/buildlink3.mk
math/octave/distinfo
math/octave/octave.mk
math/octave/options.mk
math/octave/patches/patch-aa
math/octave/patches/patch-ab
math/octave/patches/patch-ac
math/octave/patches/patch-ad
math/octave/patches/patch-ae
math/octave/patches/patch-af
math/octave/patches/patch-ag
math/octave/patches/patch-ah
math/octave/patches/patch-ai
math/octave/patches/patch-aj
math/odepack/DESCR
math/odepack/Makefile
math/odepack/PLIST
math/odepack/distinfo
math/odepack/files/Makefile
math/odepack/patches/patch-aa
math/odepack/patches/patch-ab
math/odepack/patches/patch-ac
math/odepack/patches/patch-ad
math/odepack/patches/patch-ae
math/odepack/patches/patch-af
math/odepack/patches/patch-ag
math/odepack/patches/patch-ah
math/odepack/patches/patch-ai
math/odepack/patches/patch-aj
math/odepack/patches/patch-ak
math/odepack/patches/patch-al
math/orpie/DESCR
math/orpie/Makefile
math/orpie/PLIST
math/orpie/distinfo
math/orpie/patches/patch-ac
math/otter/DESCR
math/otter/Makefile
math/otter/PLIST
math/otter/distinfo
math/otter/patches/patch-aa
math/otter/patches/patch-ab
math/p5-Math-Base85/DESCR
math/p5-Math-Base85/Makefile
math/p5-Math-Base85/distinfo
math/p5-Math-Bezier/DESCR
math/p5-Math-Bezier/Makefile
math/p5-Math-Bezier/distinfo
math/p5-Math-BigInteger/DESCR
math/p5-Math-BigInteger/Makefile
math/p5-Math-BigInteger/distinfo
math/p5-Math-BigInteger/patches/patch-aa
math/p5-Math-FFT/DESCR
math/p5-Math-FFT/Makefile
math/p5-Math-FFT/distinfo
math/p5-Math-GMP/DESCR
math/p5-Math-GMP/Makefile
math/p5-Math-GMP/distinfo
math/p5-Math-Interpolate/DESCR
math/p5-Math-Interpolate/Makefile
math/p5-Math-Interpolate/distinfo
math/p5-Math-MatrixReal/DESCR
math/p5-Math-MatrixReal/Makefile
math/p5-Math-MatrixReal/distinfo
math/p5-Math-Pari/DESCR
math/p5-Math-Pari/Makefile
math/p5-Math-Pari/distinfo
math/p5-Math-Pari/patches/patch-ab
math/p5-Math-Pari/patches/patch-ac
math/p5-Math-Random/DESCR
math/p5-Math-Random/Makefile
math/p5-Math-Random/distinfo
math/p5-Number-Compare/DESCR
math/p5-Number-Compare/Makefile
math/p5-Number-Compare/distinfo
math/p5-Number-Latin/DESCR
math/p5-Number-Latin/Makefile
math/p5-Number-Latin/distinfo
math/p5-Set-Crontab/DESCR
math/p5-Set-Crontab/Makefile
math/p5-Set-Crontab/distinfo
math/p5-Set-Infinite/DESCR
math/p5-Set-Infinite/Makefile
math/p5-Set-Infinite/distinfo
math/p5-Spreadsheet-ParseExcel/DESCR
math/p5-Spreadsheet-ParseExcel/Makefile
math/p5-Spreadsheet-ParseExcel/distinfo
math/p5-Spreadsheet-WriteExcel/DESCR
math/p5-Spreadsheet-WriteExcel/Makefile
math/p5-Spreadsheet-WriteExcel/distinfo
math/pari-galdata/DESCR
math/pari-galdata/Makefile
math/pari-galdata/PLIST
math/pari-galdata/distinfo
math/pari/DESCR
math/pari/Makefile
math/pari/PLIST
math/pari/buildlink3.mk
math/pari/distinfo
math/pari/patches/patch-aa
math/pari/patches/patch-ab
math/pari/patches/patch-ac
math/pari/patches/patch-ad
math/pari/patches/patch-ae
math/pari/patches/patch-af
math/pari/patches/patch-ag
math/pari/patches/patch-ah
math/pari/patches/patch-ai
math/pari/patches/patch-aj
math/pari/patches/patch-ak
math/pari/patches/patch-al
math/pari/patches/patch-am
math/pari/patches/patch-an
math/pari/patches/patch-ao
math/pari/patches/patch-ap
math/pari/patches/patch-aq
math/pari/patches/patch-ar
math/pear-Numbers_Roman/DESCR
math/pear-Numbers_Roman/Makefile
math/pear-Numbers_Roman/distinfo
math/pear-Numbers_Words/DESCR
math/pear-Numbers_Words/Makefile
math/pear-Numbers_Words/distinfo
math/php-bcmath/DESCR
math/php-bcmath/Makefile
math/pspp/DESCR
math/pspp/Makefile
math/pspp/PLIST
math/pspp/distinfo
math/pspp/patches/patch-aa
math/pspp/patches/patch-ab
math/pspp/patches/patch-ac
math/pspp/patches/patch-ad
math/pspp/patches/patch-ae
math/pspp/patches/patch-ag
math/pspp/patches/patch-ah
math/pspp/patches/patch-ai
math/pspp/patches/patch-aj
math/pspp/patches/patch-ak
math/pspp/patches/patch-al
math/pspp/patches/patch-am
math/pspp/patches/patch-an
math/pspp/patches/patch-ao
math/pspp/patches/patch-ap
math/pspp/patches/patch-aq
math/py-Numeric/DESCR
math/py-Numeric/Makefile
math/py-Numeric/PLIST
math/py-Numeric/buildlink3.mk
math/py-Numeric/distinfo
math/py-Numeric/patches/patch-aa
math/py-Numeric/patches/patch-ab
math/py-Numeric/patches/patch-ac
math/py-Scientific-doc/DESCR
math/py-Scientific-doc/Makefile
math/py-Scientific-doc/PLIST
math/py-Scientific-doc/distinfo
math/py-Scientific/DESCR
math/py-Scientific/Makefile
math/py-Scientific/PLIST
math/py-Scientific/distinfo
math/py-Scientific/patches/patch-aa
math/py-Scientific/patches/patch-ab
math/py-ephem/DESCR
math/py-ephem/Makefile
math/py-ephem/PLIST
math/py-ephem/buildlink3.mk
math/py-ephem/distinfo
math/py-fpconst/DESCR
math/py-fpconst/Makefile
math/py-fpconst/PLIST
math/py-fpconst/buildlink3.mk
math/py-fpconst/distinfo
math/py-numarray/DESCR
math/py-numarray/Makefile
math/py-numarray/PLIST
math/py-numarray/buildlink3.mk
math/py-numarray/distinfo
math/py-numarray/patches/patch-aa
math/py-pytables/DESCR
math/py-pytables/Makefile
math/py-pytables/PLIST
math/py-pytables/distinfo
math/py-pytables/patches/patch-aa
math/py-rpy/DESCR
math/py-rpy/Makefile
math/py-rpy/PLIST
math/py-rpy/distinfo
math/py-rpy/patches/patch-aa
math/qalculate-bases/DESCR
math/qalculate-bases/Makefile
math/qalculate-bases/PLIST
math/qalculate-bases/distinfo
math/qalculate-bases/patches/patch-aa
math/qalculate-bases/patches/patch-ab
math/qalculate-currency/DESCR
math/qalculate-currency/Makefile
math/qalculate-currency/PLIST
math/qalculate-currency/distinfo
math/qalculate-currency/patches/patch-aa
math/qalculate-currency/patches/patch-ab
math/qalculate-gtk/DESCR
math/qalculate-gtk/Makefile
math/qalculate-gtk/PLIST
math/qalculate-gtk/distinfo
math/qalculate-gtk/patches/patch-aa
math/qalculate-gtk/patches/patch-ac
math/qalculate-kde/DESCR
math/qalculate-kde/Makefile
math/qalculate-kde/PLIST
math/qalculate-kde/distinfo
math/qalculate-kde/patches/patch-aa
math/qalculate-kde/patches/patch-ab
math/qalculate-units/DESCR
math/qalculate-units/Makefile
math/qalculate-units/PLIST
math/qalculate-units/distinfo
math/qalculate-units/patches/patch-aa
math/qalculate-units/patches/patch-ab
math/qalculate/DESCR
math/qalculate/Makefile
math/qalculate/PLIST
math/qalculate/buildlink3.mk
math/qalculate/distinfo
math/qalculate/patches/patch-aa
math/qalculate/patches/patch-ab
math/qalculate/patches/patch-ac
math/qalculate/patches/patch-ad
math/qalculate/patches/patch-ae
math/qhull/DESCR
math/qhull/Makefile
math/qhull/PLIST
math/qhull/buildlink3.mk
math/qhull/distinfo
math/quadpack/DESCR
math/quadpack/Makefile
math/quadpack/PLIST
math/quadpack/distinfo
math/quadpack/files/Makefile
math/randlib/DESCR
math/randlib/Makefile
math/randlib/PLIST
math/randlib/distinfo
math/randlib/patches/patch-aa
math/ruby-rb-gsl/DESCR
math/ruby-rb-gsl/Makefile
math/ruby-rb-gsl/PLIST
math/ruby-rb-gsl/distinfo
math/sc/DESCR
math/sc/Makefile
math/sc/PLIST
math/sc/distinfo
math/sc/patches/patch-aa
math/sc/patches/patch-ab
math/sc/patches/patch-ac
math/sc/patches/patch-ad
math/scilab/DESCR
math/scilab/Makefile
math/scilab/PLIST
math/scilab/PLIST.opt
math/scilab/buildlink3.mk
math/scilab/distinfo
math/scilab/files/chk_ieee.c
math/scilab/files/update_plist
math/scilab/patches/patch-aa
math/scilab/patches/patch-ab
math/scilab/patches/patch-ac
math/scilab/patches/patch-ad
math/scilab/patches/patch-af
math/scilab/patches/patch-ag
math/scilab/patches/patch-ah
math/scilab/patches/patch-ai
math/scilab/patches/patch-aj
math/scilab/patches/patch-al
math/scilab/patches/patch-am
math/scilab/patches/patch-an
math/scilab/patches/patch-ao
math/scilab/patches/patch-ap
math/scilab/patches/patch-aq
math/scilab/patches/patch-ar
math/scilab/patches/patch-at
math/scilab/patches/patch-au
math/scilab/patches/patch-av
math/scilab/patches/patch-aw
math/slatec/DESCR
math/slatec/Makefile
math/slatec/PLIST
math/slatec/buildlink3.mk
math/slatec/distinfo
math/slatec/files/d1mach.f
math/slatec/files/i1mach.f
math/slatec/files/r1mach.f
math/slatec/patches/patch-aa
math/snns/DESCR
math/snns/MESSAGE
math/snns/Makefile
math/snns/PLIST
math/snns/distinfo
math/snns/patches/patch-aa
math/snns/patches/patch-ab
math/snns/patches/patch-ac
math/statist/DESCR
math/statist/Makefile
math/statist/PLIST
math/statist/distinfo
math/statist/patches/patch-aa
math/superlu/DESCR
math/superlu/Makefile
math/superlu/PLIST
math/superlu/buildlink3.mk
math/superlu/distinfo
math/superlu/patches/patch-aa
math/tasp-vsipl/DESCR
math/tasp-vsipl/Makefile
math/tasp-vsipl/PLIST
math/tasp-vsipl/buildlink3.mk
math/tasp-vsipl/distinfo
math/tasp-vsipl/patches/patch-aa
math/tasp-vsipl/patches/patch-ab
math/tasp-vsipl/patches/patch-ac
math/tasp-vsipl/patches/patch-ad
math/tasp-vsipl/patches/patch-ae
math/tochnog/DESCR
math/tochnog/Makefile
math/tochnog/PLIST
math/tochnog/distinfo
math/tochnog/patches/patch-aa
math/tochnog/patches/patch-ab
math/udunits/DESCR
math/udunits/Makefile
math/udunits/PLIST
math/udunits/buildlink3.mk
math/udunits/distinfo
math/udunits/patches/patch-aa
math/udunits/patches/patch-ab
math/udunits/patches/patch-ac
math/udunits/patches/patch-ad
math/units/DESCR
math/units/Makefile
math/units/PLIST
math/units/distinfo
math/vista/DESCR
math/vista/Makefile
math/vista/PLIST
math/vista/distinfo
math/vista/patches/patch-aa
math/vista/patches/patch-ab
math/xeukleides/DESCR
math/xeukleides/Makefile
math/xeukleides/PLIST
math/xeukleides/distinfo
math/xeukleides/patches/patch-aa
math/xfractint/DESCR
math/xfractint/Makefile
math/xfractint/PLIST
math/xfractint/distinfo
math/xfractint/patches/patch-aa
math/xfractint/patches/patch-ab
math/xfractint/patches/patch-ac
math/xfractint/patches/patch-ad
math/xfractint/patches/patch-ae
math/xfractint/patches/patch-af
math/xfractint/patches/patch-ag
math/xfractint/patches/patch-ah
math/xfractint/patches/patch-ai
math/xfractint/patches/patch-aj
math/xfractint/patches/patch-ak
math/xfractint/patches/patch-al
math/xfractint/patches/patch-am
math/xfractint/patches/patch-an
math/xfractint/patches/patch-ao
math/xfractint/patches/patch-ap
math/xfractint/patches/patch-aq
math/xfractint/patches/patch-ar
math/xfractint/patches/patch-as
math/xfractint/patches/patch-at
math/xfractint/patches/patch-au
math/xfractint/patches/patch-av
math/xfractint/patches/patch-aw
math/xfractint/patches/patch-ax
math/xgap/DESCR
math/xgap/Makefile
math/xgap/PLIST
math/xgap/distinfo
math/xgap/patches/patch-aa
math/xgap/patches/patch-ab
math/xgap/patches/patch-ac
math/xldlas/DESCR
math/xldlas/Makefile
math/xldlas/PLIST
math/xldlas/distinfo
math/xldlas/patches/patch-aa
math/xldlas/patches/patch-ab
math/xlife/DESCR
math/xlife/Makefile
math/xlife/PLIST
math/xlife/distinfo
math/xlife/patches/patch-aa
math/xlife/patches/patch-ab
math/xlife/patches/patch-ac
math/xlife/patches/patch-ad
math/xlife/patches/patch-ae
math/xlispstat/DESCR
math/xlispstat/Makefile
math/xlispstat/PLIST
math/xlispstat/distinfo
math/xlispstat/patches/patch-ac
math/xlispstat/patches/patch-ad
math/xmgr/DESCR
math/xmgr/Makefile
math/xmgr/PLIST
math/xmgr/distinfo
math/xmgr/patches/patch-aa
math/xmgr/patches/patch-ab
math/xmgr/patches/patch-ac
math/xmgr/patches/patch-ad
math/xmgr/patches/patch-ae
math/xmgr/patches/patch-af
math/yacas/DESCR
math/yacas/MESSAGE
math/yacas/Makefile
math/yacas/PLIST
math/yacas/distinfo
math/yacas/patches/patch-aa
math/yorick/DESCR
math/yorick/Makefile
math/yorick/PLIST
math/yorick/buildlink3.mk
math/yorick/distinfo
math/yorick/hacks.mk
math/yorick/patches/patch-aa
mbone/Makefile
mbone/beacon/DESCR
mbone/beacon/Makefile
mbone/beacon/PLIST
mbone/beacon/distinfo
mbone/beacon/patches/patch-aa
mbone/common-mml/DESCR
mbone/common-mml/Makefile
mbone/common-mml/PLIST
mbone/common-mml/buildlink3.mk
mbone/common-mml/distinfo
mbone/common-mml/patches/patch-ab
mbone/common-mml/patches/patch-ac
mbone/common-mml/patches/patch-ad
mbone/common-mml/patches/patch-ae
mbone/common-mml/patches/patch-af
mbone/common-mml/patches/patch-ag
mbone/common-mml/patches/patch-ah
mbone/common-mml/patches/patch-ai
mbone/imm/DESCR
mbone/imm/Makefile
mbone/imm/PLIST
mbone/imm/distinfo
mbone/imm/patches/patch-aa
mbone/imm/patches/patch-ab
mbone/imm/patches/patch-ad
mbone/imm/patches/patch-ae
mbone/mdd/DESCR
mbone/mdd/Makefile
mbone/mdd/PLIST
mbone/mdd/distinfo
mbone/mdd/patches/patch-aa
mbone/mdd/patches/patch-ab
mbone/mdp/DESCR
mbone/mdp/Makefile
mbone/mdp/PLIST
mbone/mdp/distinfo
mbone/mdp/patches/patch-ab
mbone/mdp/patches/patch-ac
mbone/mdp/patches/patch-ad
mbone/nte/DESCR
mbone/nte/Makefile
mbone/nte/PLIST
mbone/nte/distinfo
mbone/nte/patches/patch-aa
mbone/nte/patches/patch-ab
mbone/nte/patches/patch-ac
mbone/nte/patches/patch-ad
mbone/nte/patches/patch-ae
mbone/nte/patches/patch-af
mbone/nte/patches/patch-ag
mbone/nte/patches/patch-ah
mbone/nte/patches/patch-ai
mbone/nte/patches/patch-aj
mbone/nte/patches/patch-ak
mbone/rat/DESCR
mbone/rat/Makefile
mbone/rat/PLIST
mbone/rat/distinfo
mbone/rat/patches/patch-aa
mbone/rat/patches/patch-ab
mbone/rat/patches/patch-ac
mbone/rat/patches/patch-ad
mbone/rat/patches/patch-ae
mbone/rat/patches/patch-af
mbone/rat/patches/patch-ag
mbone/rat/patches/patch-ah
mbone/rat/patches/patch-ai
mbone/rat/patches/patch-aj
mbone/rat/patches/patch-ak
mbone/rat/patches/patch-al
mbone/rat/patches/patch-am
mbone/rat/patches/patch-an
mbone/rat/patches/patch-ao
mbone/rat/patches/patch-ap
mbone/rtptools/DESCR
mbone/rtptools/Makefile
mbone/rtptools/PLIST
mbone/rtptools/distinfo
mbone/rtptools/patches/patch-aa
mbone/sapserver/DESCR
mbone/sapserver/Makefile
mbone/sapserver/PLIST
mbone/sapserver/distinfo
mbone/sapserver/patches/patch-aa
mbone/sapserver/patches/patch-ab
mbone/sapserver/patches/patch-ac
mbone/sdr/DESCR
mbone/sdr/Makefile
mbone/sdr/PLIST
mbone/sdr/distinfo
mbone/sdr/files/Makefile.netbsd
mbone/sdr/patches/patch-aa
mbone/sdr/patches/patch-ab
mbone/sdr/patches/patch-ac
mbone/sdr/patches/patch-ad
mbone/sdr/patches/patch-ae
mbone/vat/DESCR
mbone/vat/Makefile
mbone/vat/PLIST
mbone/vat/distinfo
mbone/vat/patches/patch-aa
mbone/vat/patches/patch-ab
mbone/vat/patches/patch-ac
mbone/vat/patches/patch-ad
mbone/vat/patches/patch-af
mbone/vat/patches/patch-ag
mbone/vat/patches/patch-ai
mbone/vat/patches/patch-aj
mbone/vat/patches/patch-ak
mbone/vat/patches/patch-al
mbone/vat/patches/patch-am
mbone/vat/patches/patch-an
mbone/vat/patches/patch-ao
mbone/vat/patches/patch-ap
mbone/vic/DESCR
mbone/vic/Makefile
mbone/vic/PLIST
mbone/vic/distinfo
mbone/vic/patches/patch-aa
mbone/vic/patches/patch-ab
mbone/vic/patches/patch-ac
mbone/vic/patches/patch-ad
mbone/vic/patches/patch-ae
mbone/vic/patches/patch-af
mbone/vic/patches/patch-ag
mbone/vic/patches/patch-ah
mbone/vic/patches/patch-ai
mbone/vic/patches/patch-aj
mbone/vic/patches/patch-ak
mbone/vic/patches/patch-al
mbone/vic/patches/patch-am
mbone/vic/patches/patch-an
mbone/vic/patches/patch-ao
mbone/vic/patches/patch-ap
mbone/vic/patches/patch-aq
mbone/vic/patches/patch-ar
mbone/vic/patches/patch-as
mbone/vic/patches/patch-at
mbone/vic/patches/patch-au
mbone/vic/patches/patch-av
mbone/vic/patches/patch-aw
mbone/vic/patches/patch-ax
mbone/vic/patches/patch-ay
meta-pkgs/Makefile
meta-pkgs/boost/DESCR
meta-pkgs/boost/Makefile
meta-pkgs/boost/Makefile.common
meta-pkgs/boost/distinfo
meta-pkgs/boost/patches/patch-ac
meta-pkgs/boost/patches/patch-ad
meta-pkgs/boost/patches/patch-af
meta-pkgs/boost/patches/patch-ah
meta-pkgs/boost/patches/patch-ak
meta-pkgs/boost/patches/patch-al
meta-pkgs/boost/patches/patch-am
meta-pkgs/boost/patches/patch-an
meta-pkgs/boost/patches/patch-ao
meta-pkgs/courier/DESCR
meta-pkgs/courier/Makefile
meta-pkgs/fxtv-capture/DESCR
meta-pkgs/fxtv-capture/Makefile
meta-pkgs/gnome-base/DESCR
meta-pkgs/gnome-base/Makefile
meta-pkgs/gnome-devel/DESCR
meta-pkgs/gnome-devel/Makefile
meta-pkgs/gnome-platform/DESCR
meta-pkgs/gnome-platform/Makefile
meta-pkgs/gnome/DESCR
meta-pkgs/gnome/MESSAGE
meta-pkgs/gnome/Makefile
meta-pkgs/gnuradio/DESCR
meta-pkgs/gnuradio/Makefile
meta-pkgs/gnuradio/Makefile.common
meta-pkgs/gnuradio/Makefile.version
meta-pkgs/gnuradio/options.mk
meta-pkgs/gnustep/DESCR
meta-pkgs/gnustep/Makefile
meta-pkgs/gtk2-extras/DESCR
meta-pkgs/gtk2-extras/Makefile
meta-pkgs/kde3/DESCR
meta-pkgs/kde3/Makefile
meta-pkgs/kde3/Makefile.kde3
meta-pkgs/kde3/kde3.mk
meta-pkgs/matchbox/DESCR
meta-pkgs/matchbox/Makefile
meta-pkgs/modular-xorg-apps/DESCR
meta-pkgs/modular-xorg-apps/Makefile
meta-pkgs/modular-xorg-drivers/DESCR
meta-pkgs/modular-xorg-drivers/Makefile
meta-pkgs/modular-xorg-fonts/DESCR
meta-pkgs/modular-xorg-fonts/Makefile
meta-pkgs/modular-xorg-libs/DESCR
meta-pkgs/modular-xorg-libs/Makefile
meta-pkgs/netbsd-doc-print/DESCR
meta-pkgs/netbsd-doc-print/MESSAGE
meta-pkgs/netbsd-doc-print/Makefile
meta-pkgs/netbsd-doc/DESCR
meta-pkgs/netbsd-doc/MESSAGE
meta-pkgs/netbsd-doc/Makefile
meta-pkgs/netbsd-www/DESCR
meta-pkgs/netbsd-www/Makefile
meta-pkgs/php4-extensions/DESCR
meta-pkgs/php4-extensions/Makefile
meta-pkgs/php5-extensions/DESCR
meta-pkgs/php5-extensions/Makefile
meta-pkgs/pkg_developer/DESCR
meta-pkgs/pkg_developer/MESSAGE
meta-pkgs/pkg_developer/Makefile
meta-pkgs/pkgsrc-guide-tools/DESCR
meta-pkgs/pkgsrc-guide-tools/Makefile
meta-pkgs/ruby-gnome2/DESCR
meta-pkgs/ruby-gnome2/Makefile
meta-pkgs/ruby-gnome2/Makefile.common
meta-pkgs/ruby-gnome2/distinfo
meta-pkgs/suse100/DESCR
meta-pkgs/suse100/Makefile
meta-pkgs/web-server/DESCR
meta-pkgs/web-server/Makefile
meta-pkgs/windowmaker-desktop/DESCR
meta-pkgs/windowmaker-desktop/Makefile
meta-pkgs/xfce4-extras/DESCR
meta-pkgs/xfce4-extras/Makefile
meta-pkgs/xfce4/DESCR
meta-pkgs/xfce4/Makefile
meta-pkgs/xfce4/Makefile.common
meta-pkgs/xfce4/buildlink3.mk
misc/9menu/DESCR
misc/9menu/Makefile
misc/9menu/PLIST
misc/9menu/distinfo
misc/9menu/patches/patch-aa
misc/Addresses/DESCR
misc/Addresses/Makefile
misc/Addresses/PLIST
misc/Addresses/buildlink3.mk
misc/Addresses/distinfo
misc/JMdict/DESCR
misc/JMdict/Makefile
misc/JMdict/PLIST
misc/JMdict/distinfo
misc/Makefile
misc/ascii/DESCR
misc/ascii/Makefile
misc/ascii/PLIST
misc/ascii/distinfo
misc/asr-manpages/DESCR
misc/asr-manpages/Makefile
misc/asr-manpages/PLIST
misc/asr-manpages/distinfo
misc/astrolog/DESCR
misc/astrolog/MESSAGE
misc/astrolog/Makefile
misc/astrolog/PLIST
misc/astrolog/distinfo
misc/astrolog/patches/patch-aa
misc/astrolog/patches/patch-ab
misc/astrolog/patches/patch-ac
misc/autocue/DESCR
misc/autocue/Makefile
misc/autocue/PLIST
misc/autocue/distinfo
misc/autocue/files/Makefile
misc/autocue/files/autocue.1
misc/autocue/files/autocue.c
misc/basket/DESCR
misc/basket/Makefile
misc/basket/PLIST
misc/basket/distinfo
misc/basket/patches/patch-aa
misc/bbappconf/DESCR
misc/bbappconf/Makefile
misc/bbappconf/PLIST
misc/bbappconf/distinfo
misc/bbappconf/patches/patch-aa
misc/bbappconf/patches/patch-ab
misc/bbappconf/patches/patch-ac
misc/bbappconf/patches/patch-ad
misc/bbdb/DESCR
misc/bbdb/Makefile
misc/bbdb/PLIST
misc/bbdb/buildlink3.mk
misc/bbdb/distinfo
misc/bbweather/DESCR
misc/bbweather/Makefile
misc/bbweather/PLIST
misc/bbweather/distinfo
misc/bidwatcher/DESCR
misc/bidwatcher/Makefile
misc/bidwatcher/PLIST
misc/bidwatcher/distinfo
misc/bidwatcher/patches/patch-aa
misc/blccc/DESCR
misc/blccc/Makefile
misc/blccc/PLIST
misc/blccc/distinfo
misc/bottlerocket/DESCR
misc/bottlerocket/Makefile
misc/bottlerocket/PLIST
misc/bottlerocket/distinfo
misc/bottlerocket/patches/patch-aa
misc/brs/DESCR
misc/brs/Makefile
misc/brs/PLIST
misc/brs/distinfo
misc/brs/patches/patch-aa
misc/brs/patches/patch-ab
misc/brs/patches/patch-ac
misc/brs/patches/patch-ad
misc/bsdiff/DESCR
misc/bsdiff/Makefile
misc/bsdiff/PLIST
misc/bsdiff/distinfo
misc/buffer/DESCR
misc/buffer/Makefile
misc/buffer/PLIST
misc/buffer/distinfo
misc/buffer/patches/patch-aa
misc/buffer/patches/patch-ab
misc/buffer/patches/patch-ac
misc/celestia/DESCR
misc/celestia/Makefile
misc/celestia/PLIST
misc/celestia/PLIST.gtk
misc/celestia/PLIST.kde
misc/celestia/distinfo
misc/celestia/options.mk
misc/celestia/patches/patch-aa
misc/celestia/patches/patch-ab
misc/celestia/patches/patch-ac
misc/celestia/patches/patch-ad
misc/celestia/patches/patch-ae
misc/celestia/patches/patch-af
misc/celestia/patches/patch-ag
misc/celestia/patches/patch-ah
misc/celestia/patches/patch-ai
misc/celestia/patches/patch-aj
misc/celestia/patches/patch-ak
misc/celestia/patches/patch-al
misc/celestia/patches/patch-am
misc/celestia/patches/patch-an
misc/celestia/patches/patch-ao
misc/chipmunk/DESCR
misc/chipmunk/Makefile
misc/chipmunk/PLIST
misc/chipmunk/distinfo
misc/chipmunk/patches/patch-aa
misc/chipmunk/patches/patch-ab
misc/chord/DESCR
misc/chord/Makefile
misc/chord/PLIST
misc/chord/distinfo
misc/chord/patches/patch-aa
misc/chord/patches/patch-ab
misc/cksfv/DESCR
misc/cksfv/Makefile
misc/cksfv/PLIST
misc/cksfv/distinfo
misc/cksfv/patches/patch-aa
misc/colorize/DESCR
misc/colorize/MESSAGE
misc/colorize/Makefile
misc/colorize/PLIST
misc/colorize/distinfo
misc/colorls/DESCR
misc/colorls/Makefile
misc/colorls/PLIST
misc/colorls/distinfo
misc/colorls/patches/patch-aa
misc/colorls/patches/patch-ab
misc/colorls/patches/patch-ac
misc/colorls/patches/patch-ad
misc/colorls/patches/patch-ae
misc/colortail/DESCR
misc/colortail/Makefile
misc/colortail/PLIST
misc/colortail/distinfo
misc/colortail/patches/patch-aa
misc/colortail/patches/patch-ab
misc/colortail/patches/patch-ac
misc/colortail/patches/patch-ad
misc/colortail/patches/patch-ae
misc/colortail/patches/patch-af
misc/colortail/patches/patch-ag
misc/cowsay/DESCR
misc/cowsay/Makefile
misc/cowsay/PLIST
misc/cowsay/distinfo
misc/cowsay/patches/patch-aa
misc/cstream/DESCR
misc/cstream/Makefile
misc/cstream/PLIST
misc/cstream/distinfo
misc/cstream/patches/patch-aa
misc/cuecat/DESCR
misc/cuecat/MESSAGE
misc/cuecat/Makefile
misc/cuecat/PLIST
misc/cuecat/distinfo
misc/cuecat/patches/patch-aa
misc/cuecat/patches/patch-ab
misc/cuetools/DESCR
misc/cuetools/Makefile
misc/cuetools/PLIST
misc/cuetools/distinfo
misc/deskbar-applet/DESCR
misc/deskbar-applet/Makefile
misc/deskbar-applet/PLIST
misc/deskbar-applet/distinfo
misc/dgpsip/DESCR
misc/dgpsip/Makefile
misc/dgpsip/PLIST
misc/dgpsip/distinfo
misc/dialog/DESCR
misc/dialog/Makefile
misc/dialog/PLIST
misc/dialog/distinfo
misc/dirdiff/DESCR
misc/dirdiff/Makefile
misc/dirdiff/PLIST
misc/dirdiff/distinfo
misc/dirdiff/patches/patch-aa
misc/dnetc/DESCR
misc/dnetc/Makefile
misc/dnetc/PLIST
misc/dnetc/distinfo
misc/dnetc/files/dnetc.sh
misc/dotfile/DESCR
misc/dotfile/Makefile
misc/dotfile/PLIST
misc/dotfile/distinfo
misc/dotfile/patches/patch-aa
misc/dotfile/patches/patch-ab
misc/dotfile/patches/patch-ac
misc/dpkg/DESCR
misc/dpkg/Makefile
misc/dpkg/PLIST
misc/dpkg/distinfo
misc/dpkg/files/obstack.c
misc/dpkg/files/obstack.h
misc/dpkg/patches/patch-ad
misc/dpkg/patches/patch-af
misc/dpkg/patches/patch-ag
misc/dt/DESCR
misc/dt/Makefile
misc/dt/PLIST
misc/dt/distinfo
misc/dt/patches/patch-aa
misc/dt/patches/patch-ab
misc/dt/patches/patch-ac
misc/dt/patches/patch-ad
misc/dt/patches/patch-ae
misc/dtach/DESCR
misc/dtach/Makefile
misc/dtach/PLIST
misc/dtach/distinfo
misc/dvorakng/DESCR
misc/dvorakng/Makefile
misc/dvorakng/PLIST
misc/dvorakng/distinfo
misc/dvorakng/patches/patch-aa
misc/dvtm/DESCR
misc/dvtm/Makefile
misc/dvtm/PLIST
misc/dvtm/distinfo
misc/dvtm/options.mk
misc/dvtm/patches/patch-aa
misc/dync/DESCR
misc/dync/Makefile
misc/dync/PLIST
misc/dync/distinfo
misc/dync/patches/patch-aa
misc/dync/patches/patch-ab
misc/easymenu/DESCR
misc/easymenu/Makefile
misc/easymenu/PLIST
misc/easymenu/distinfo
misc/easymenu/patches/patch-aa
misc/easymenu/patches/patch-ab
misc/easymenu/patches/patch-ac
misc/edict/DESCR
misc/edict/Makefile
misc/edict/PLIST
misc/edict/distinfo
misc/elizatalk/DESCR
misc/elizatalk/Makefile
misc/elizatalk/PLIST
misc/elizatalk/distinfo
misc/elizatalk/patches/patch-aa
misc/elizatalk/patches/patch-ab
misc/elscreen/DESCR
misc/elscreen/MESSAGE
misc/elscreen/Makefile
misc/elscreen/PLIST
misc/elscreen/distinfo
misc/emacs-wiki/DESCR
misc/emacs-wiki/Makefile
misc/emacs-wiki/PLIST
misc/emacs-wiki/distinfo
misc/esniper/DESCR
misc/esniper/Makefile
misc/esniper/PLIST
misc/esniper/distinfo
misc/fd/DESCR
misc/fd/Makefile
misc/fd/PLIST
misc/fd/PLIST.common_end
misc/fd/distinfo
misc/fd/options.mk
misc/fd/patches/patch-aa
misc/fd/patches/patch-ae
misc/fep/DESCR
misc/fep/Makefile
misc/fep/PLIST
misc/fep/distinfo
misc/fep/patches/patch-aa
misc/fep/patches/patch-ab
misc/fep/patches/patch-ac
misc/fep/patches/patch-ad
misc/fep/patches/patch-ae
misc/fep/patches/patch-af
misc/fep/patches/patch-ag
misc/fep/patches/patch-ah
misc/fep/patches/patch-ai
misc/fep/patches/patch-aj
misc/fep/patches/patch-ak
misc/fep/patches/patch-al
misc/fep/patches/patch-am
misc/figlet-fonts/DESCR
misc/figlet-fonts/Makefile
misc/figlet-fonts/PLIST
misc/figlet-fonts/distinfo
misc/figlet/DESCR
misc/figlet/Makefile
misc/figlet/PLIST
misc/figlet/distinfo
misc/figlet/patches/patch-aa
misc/firelib/DESCR
misc/firelib/Makefile
misc/firelib/PLIST
misc/firelib/distinfo
misc/firelib/patches/patch-aa
misc/firelib/patches/patch-ab
misc/gelemental/DESCR
misc/gelemental/Makefile
misc/gelemental/PLIST
misc/gelemental/distinfo
misc/gelemental/patches/patch-aa
misc/getopt/DESCR
misc/getopt/Makefile
misc/getopt/PLIST
misc/getopt/distinfo
misc/getopt/patches/patch-aa
misc/getopt/patches/patch-ab
misc/git/DESCR
misc/git/Makefile
misc/git/PLIST
misc/git/distinfo
misc/git/patches/patch-ab
misc/git/patches/patch-ac
misc/git/patches/patch-ad
misc/gkrellm-flynn/DESCR
misc/gkrellm-flynn/Makefile
misc/gkrellm-flynn/PLIST
misc/gkrellm-flynn/distinfo
misc/gkrellm-flynn/patches/patch-aa
misc/gkrellm-launch/DESCR
misc/gkrellm-launch/Makefile
misc/gkrellm-launch/PLIST
misc/gkrellm-launch/distinfo
misc/gkrellm-launch/patches/patch-aa
misc/gkrellm-leds/DESCR
misc/gkrellm-leds/Makefile
misc/gkrellm-leds/PLIST
misc/gkrellm-leds/distinfo
misc/gkrellm-leds/patches/patch-aa
misc/gkrellm-moon/DESCR
misc/gkrellm-moon/Makefile
misc/gkrellm-moon/PLIST
misc/gkrellm-moon/distinfo
misc/gkrellm-moon/patches/patch-aa
misc/gkrellm-weather/DESCR
misc/gkrellm-weather/Makefile
misc/gkrellm-weather/PLIST
misc/gkrellm-weather/distinfo
misc/gkrellm-weather/patches/patch-aa
misc/gkrellm-weather/patches/patch-ab
misc/gnome-dirs/DESCR
misc/gnome-dirs/Makefile
misc/gnome-dirs/dirs.mk
misc/gnome-user-docs/DESCR
misc/gnome-user-docs/Makefile
misc/gnome-user-docs/PLIST
misc/gnome-user-docs/distinfo
misc/gnome-utils/DESCR
misc/gnome-utils/Makefile
misc/gnome-utils/PLIST
misc/gnome-utils/PLIST.Linux
misc/gnome-utils/distinfo
misc/gnome-utils/patches/patch-aa
misc/gnome-utils/patches/patch-ac
misc/gnome1-dirs/DESCR
misc/gnome1-dirs/Makefile
misc/gnome1-dirs/dirs.mk
misc/gnome2-dirs/DESCR
misc/gnome2-dirs/Makefile
misc/gnome2-dirs/dirs.mk
misc/gnuls/DESCR
misc/gnuls/Makefile
misc/gnuls/PLIST
misc/gnuls/distinfo
misc/gnuls/patches/patch-aa
misc/gnuls/patches/patch-ab
misc/gnuls/patches/patch-ac
misc/goffice0.6/DESCR
misc/goffice0.6/Makefile
misc/goffice0.6/PLIST
misc/goffice0.6/buildlink3.mk
misc/goffice0.6/distinfo
misc/gok/DESCR
misc/gok/Makefile
misc/gok/PLIST
misc/gok/distinfo
misc/gone/DESCR
misc/gone/Makefile
misc/gone/PLIST
misc/gone/distinfo
misc/gone/patches/patch-aa
misc/gperiodic/DESCR
misc/gperiodic/Makefile
misc/gperiodic/PLIST
misc/gperiodic/distinfo
misc/gperiodic/patches/patch-aa
misc/gperiodic/patches/patch-ab
misc/gperiodic/patches/patch-ac
misc/gperiodic/patches/patch-ad
misc/granulate/DESCR
misc/granulate/Makefile
misc/granulate/PLIST
misc/granulate/distinfo
misc/granulate/patches/patch-aa
misc/gxmame/DESCR
misc/gxmame/Makefile
misc/gxmame/PLIST
misc/gxmame/distinfo
misc/gxmame/patches/patch-aa
misc/hanzim/DESCR
misc/hanzim/Makefile
misc/hanzim/PLIST
misc/hanzim/distinfo
misc/hanzim/patches/patch-aa
misc/hanzim/patches/patch-ab
misc/heyu/DESCR
misc/heyu/Makefile
misc/heyu/PLIST
misc/heyu/distinfo
misc/heyu/patches/patch-aa
misc/heyu/patches/patch-ab
misc/heyu/patches/patch-ac
misc/heyu/patches/patch-ad
misc/heyu/patches/patch-ae
misc/heyu/patches/patch-af
misc/heyu/patches/patch-ag
misc/ibutton-pdkit/DESCR
misc/ibutton-pdkit/Makefile
misc/ibutton-pdkit/PLIST
misc/ibutton-pdkit/distinfo
misc/ibutton-pdkit/patches/patch-aa
misc/ibutton-pdkit/patches/patch-ab
misc/ibutton-pdkit/patches/patch-ac
misc/ibutton-pdkit/patches/patch-ad
misc/ibutton-pdkit/patches/patch-ae
misc/ipbt/DESCR
misc/ipbt/Makefile
misc/ipbt/PLIST
misc/ipbt/distinfo
misc/ipbt/patches/patch-aa
misc/iselect/DESCR
misc/iselect/Makefile
misc/iselect/PLIST
misc/iselect/distinfo
misc/iselect/patches/patch-aa
misc/iselect/patches/patch-ab
misc/iselect/patches/patch-ac
misc/ja-less/DESCR
misc/ja-less/Makefile
misc/ja-less/PLIST
misc/ja-less/distinfo
misc/ja-less/patches/patch-aa
misc/ja-less/patches/patch-ad
misc/ja-less/patches/patch-ae
misc/ja-less/patches/patch-af
misc/ja-man/DESCR
misc/ja-man/MESSAGE
misc/ja-man/Makefile
misc/ja-man/PLIST
misc/ja-man/PLIST.x68k
misc/ja-man/distinfo
misc/ja-man/patches/patch-aa
misc/ja-man/patches/patch-ab
misc/ja-man/patches/patch-ac
misc/ja-man/patches/patch-ad
misc/ja-man/patches/patch-ae
misc/ja-man/patches/patch-af
misc/ja-man/patches/patch-ag
misc/jhd/DESCR
misc/jhd/Makefile
misc/jhd/PLIST
misc/jhd/distinfo
misc/jitterbug/DEINSTALL
misc/jitterbug/DESCR
misc/jitterbug/INSTALL
misc/jitterbug/MESSAGE
misc/jitterbug/Makefile
misc/jitterbug/PLIST
misc/jitterbug/distinfo
misc/jitterbug/files/NEWPACKAGE
misc/jitterbug/files/httpd.conf
misc/jitterbug/files/jitterbug.auth
misc/jitterbug/files/jitterbug.config
misc/jitterbug/patches/patch-aa
misc/jitterbug/patches/patch-ab
misc/jitterbug/patches/patch-ac
misc/jitterbug/patches/patch-ad
misc/jitterbug/patches/patch-ae
misc/jive/DESCR
misc/jive/Makefile
misc/jive/PLIST
misc/jive/distinfo
misc/kanjidic/DESCR
misc/kanjidic/Makefile
misc/kanjidic/PLIST
misc/kanjidic/distinfo
misc/kanjidic2/DESCR
misc/kanjidic2/Makefile
misc/kanjidic2/PLIST
misc/kanjidic2/distinfo
misc/kanjipad/DESCR
misc/kanjipad/Makefile
misc/kanjipad/PLIST
misc/kanjipad/distinfo
misc/kanjipad/patches/patch-aa
misc/kchm/DESCR
misc/kchm/Makefile
misc/kchm/PLIST
misc/kchm/distinfo
misc/kchmviewer/DESCR
misc/kchmviewer/Makefile
misc/kchmviewer/PLIST
misc/kchmviewer/distinfo
misc/kde3-dirs/DESCR
misc/kde3-dirs/Makefile
misc/kde3-dirs/dirs.mk
misc/kdeaccessibility3/DESCR
misc/kdeaccessibility3/Makefile
misc/kdeaccessibility3/PLIST
misc/kdeaccessibility3/distinfo
misc/kdeaddons3/DESCR
misc/kdeaddons3/Makefile
misc/kdeaddons3/PLIST
misc/kdeaddons3/distinfo
misc/kdeaddons3/patches/patch-aa
misc/kdeadmin3/DESCR
misc/kdeadmin3/Makefile
misc/kdeadmin3/PLIST
misc/kdeadmin3/distinfo
misc/kdeadmin3/patches/patch-aa
misc/kdeartwork3/DESCR
misc/kdeartwork3/Makefile
misc/kdeartwork3/PLIST
misc/kdeartwork3/distinfo
misc/kdeartwork3/patches/patch-aa
misc/kdeedu3/DESCR
misc/kdeedu3/Makefile
misc/kdeedu3/PLIST
misc/kdeedu3/distinfo
misc/kdeedu3/patches/patch-aa
misc/kdeedu3/patches/patch-ab
misc/kdeedu3/patches/patch-ac
misc/kdeedu3/patches/patch-ad
misc/kdeedu3/patches/patch-ae
misc/kdeedu3/patches/patch-af
misc/kdepim3/DESCR
misc/kdepim3/Makefile
misc/kdepim3/PLIST
misc/kdepim3/buildlink3.mk
misc/kdepim3/distinfo
misc/kdepim3/options.mk
misc/kdepim3/patches/patch-aa
misc/kdepim3/patches/patch-ab
misc/kdepim3/patches/patch-ak
misc/kdepim3/patches/patch-al
misc/kdepim3/patches/patch-am
misc/kdepim3/patches/patch-ao
misc/kdeutils3/DESCR
misc/kdeutils3/Makefile
misc/kdeutils3/PLIST
misc/kdeutils3/distinfo
misc/kdeutils3/patches/patch-ac
misc/kdeutils3/patches/patch-ae
misc/kdeutils3/patches/patch-ai
misc/kdeutils3/patches/patch-an
misc/kdeutils3/patches/patch-ao
misc/kdeutils3/patches/patch-aq
misc/kdrill/DESCR
misc/kdrill/MESSAGE
misc/kdrill/Makefile
misc/kdrill/PLIST
misc/kdrill/distinfo
misc/kdrill/patches/patch-aa
misc/kmemaid/DESCR
misc/kmemaid/Makefile
misc/kmemaid/PLIST
misc/kmemaid/distinfo
misc/kmemaid/patches/patch-aa
misc/kodos/DESCR
misc/kodos/Makefile
misc/kodos/PLIST
misc/kodos/distinfo
misc/kodos/patches/patch-aa
misc/koffice-l10n-da/DESCR
misc/koffice-l10n-da/Makefile
misc/koffice-l10n-da/PLIST
misc/koffice-l10n-da/distinfo
misc/koffice-l10n-de/DESCR
misc/koffice-l10n-de/Makefile
misc/koffice-l10n-de/PLIST
misc/koffice-l10n-de/distinfo
misc/koffice-l10n-en_GB/DESCR
misc/koffice-l10n-en_GB/Makefile
misc/koffice-l10n-en_GB/PLIST
misc/koffice-l10n-en_GB/distinfo
misc/koffice-l10n-es/DESCR
misc/koffice-l10n-es/Makefile
misc/koffice-l10n-es/PLIST
misc/koffice-l10n-es/distinfo
misc/koffice-l10n-et/DESCR
misc/koffice-l10n-et/Makefile
misc/koffice-l10n-et/PLIST
misc/koffice-l10n-et/distinfo
misc/koffice-l10n-fi/DESCR
misc/koffice-l10n-fi/Makefile
misc/koffice-l10n-fi/PLIST
misc/koffice-l10n-fi/distinfo
misc/koffice-l10n-fr/DESCR
misc/koffice-l10n-fr/Makefile
misc/koffice-l10n-fr/PLIST
misc/koffice-l10n-fr/distinfo
misc/koffice-l10n-pl/DESCR
misc/koffice-l10n-pl/Makefile
misc/koffice-l10n-pl/PLIST
misc/koffice-l10n-pl/distinfo
misc/koffice/DESCR
misc/koffice/Makefile
misc/koffice/PLIST
misc/koffice/buildlink3.mk
misc/koffice/distinfo
misc/koffice/l10n.mk
misc/koffice/options.mk
misc/koffice/patches/patch-ab
misc/koffice/patches/patch-af
misc/koffice/patches/patch-ag
misc/koffice/patches/patch-ah
misc/koffice/patches/patch-ai
misc/koffice/patches/patch-aj
misc/koffice/patches/patch-ak
misc/koffice/patches/patch-al
misc/koffice/patches/patch-am
misc/koffice/patches/patch-ao
misc/kp/DESCR
misc/kp/Makefile
misc/kp/PLIST
misc/kp/distinfo
misc/kp/patches/patch-aa
misc/latin-words-bin/DESCR
misc/latin-words-bin/Makefile
misc/latin-words-bin/PLIST
misc/latin-words-bin/distinfo
misc/latin-words-bin/files/latin-words.sh
misc/less/DESCR
misc/less/Makefile
misc/less/PLIST
misc/less/distinfo
misc/less/options.mk
misc/less/patches/patch-aa
misc/less/patches/patch-ac
misc/libcdio/DESCR
misc/libcdio/Makefile
misc/libcdio/PLIST
misc/libcdio/buildlink3.mk
misc/libcdio/distinfo
misc/libcdio/files/_cdio_netbsd.c
misc/libcdio/patches/patch-aa
misc/libcdio/patches/patch-ab
misc/libcdio/patches/patch-ac
misc/libquantum/DESCR
misc/libquantum/Makefile
misc/libquantum/PLIST
misc/libquantum/distinfo
misc/libquantum/patches/patch-aa
misc/libutf/DESCR
misc/libutf/Makefile
misc/libutf/PLIST
misc/libutf/buildlink3.mk
misc/libutf/distinfo
misc/libutf/patches/patch-aa
misc/lile/DESCR
misc/lile/Makefile
misc/lile/PLIST
misc/lile/distinfo
misc/lile/patches/patch-aa
misc/linux-words/DESCR
misc/linux-words/Makefile
misc/linux-words/PLIST
misc/linux-words/distinfo
misc/loco/DESCR
misc/loco/Makefile
misc/loco/PLIST
misc/loco/distinfo
misc/loco/patches/patch-aa
misc/logsurfer/DESCR
misc/logsurfer/Makefile
misc/logsurfer/PLIST
misc/logsurfer/distinfo
misc/logsurfer/patches/patch-aa
misc/logsurfer/patches/patch-ab
misc/lookup/DESCR
misc/lookup/Makefile
misc/lookup/PLIST
misc/lookup/buildlink3.mk
misc/lookup/distinfo
misc/lv/DESCR
misc/lv/Makefile
misc/lv/PLIST
misc/lv/distinfo
misc/lv/patches/patch-aa
misc/lv/patches/patch-ab
misc/lv/patches/patch-ac
misc/m17n-contrib/DESCR
misc/m17n-contrib/Makefile
misc/m17n-contrib/PLIST
misc/m17n-contrib/distinfo
misc/m17n-contrib/patches/patch-aa
misc/m17n-db/DESCR
misc/m17n-db/Makefile
misc/m17n-db/PLIST
misc/m17n-db/buildlink3.mk
misc/m17n-db/distinfo
misc/m17n-docs/DESCR
misc/m17n-docs/Makefile
misc/m17n-docs/PLIST
misc/m17n-docs/distinfo
misc/m17n-docs/patches/patch-aa
misc/m17n-docs/patches/patch-ab
misc/mirmon/DESCR
misc/mirmon/MESSAGE
misc/mirmon/Makefile
misc/mirmon/PLIST
misc/mirmon/distinfo
misc/mirmon/files/mirmon.conf
misc/mirmon/patches/patch-aa
misc/mirmon/patches/patch-ab
misc/mmv/DESCR
misc/mmv/Makefile
misc/mmv/PLIST
misc/mmv/distinfo
misc/mmv/patches/patch-aa
misc/mmv/patches/patch-ab
misc/molden/DESCR
misc/molden/MESSAGE
misc/molden/Makefile
misc/molden/PLIST
misc/molden/distinfo
misc/molden/patches/patch-aa
misc/molden/patches/patch-ab
misc/most/DESCR
misc/most/Makefile
misc/most/PLIST
misc/most/distinfo
misc/most/patches/patch-aa
misc/most/patches/patch-ab
misc/mtail/DESCR
misc/mtail/Makefile
misc/mtail/PLIST
misc/mtail/distinfo
misc/multitail/DESCR
misc/multitail/Makefile
misc/multitail/PLIST
misc/multitail/distinfo
misc/multitail/patches/patch-aa
misc/multitail/patches/patch-ab
misc/multitail/patches/patch-ac
misc/multitail/patches/patch-ad
misc/multitail/patches/patch-ae
misc/multitail/patches/patch-af
misc/nxtvepg/DESCR
misc/nxtvepg/Makefile
misc/nxtvepg/PLIST
misc/nxtvepg/distinfo
misc/nxtvepg/patches/patch-aa
misc/nxtvepg/patches/patch-ab
misc/nxtvepg/patches/patch-ac
misc/nxtvepg/patches/patch-ad
misc/nxtvepg/patches/patch-ae
misc/nxtvepg/patches/patch-af
misc/open2300-mysql/DESCR
misc/open2300-mysql/MESSAGE
misc/open2300-mysql/Makefile
misc/open2300-mysql/PLIST
misc/open2300/DESCR
misc/open2300/Makefile
misc/open2300/Makefile.common
misc/open2300/PLIST
misc/open2300/distinfo
misc/open2300/patches/patch-aa
misc/open2300/patches/patch-ab
misc/open2300/patches/patch-ac
misc/openoffice2-bin/DEINSTALL
misc/openoffice2-bin/DESCR
misc/openoffice2-bin/INSTALL
misc/openoffice2-bin/Makefile
misc/openoffice2-bin/PLIST.proglinks
misc/openoffice2-bin/distinfo
misc/openoffice2-bin/files/soffice
misc/openoffice2-bin/options.mk
misc/openoffice2/DESCR
misc/openoffice2/MESSAGE
misc/openoffice2/Makefile
misc/openoffice2/Makefile.FreeBSD
misc/openoffice2/Makefile.NetBSD
misc/openoffice2/distinfo
misc/openoffice2/options.mk
misc/openoffice2/patches/patch-ac
misc/openoffice2/patches/patch-ad
misc/openoffice2/patches/patch-ag
misc/openoffice2/patches/patch-ah
misc/openoffice2/patches/patch-ai
misc/openoffice2/patches/patch-ak
misc/openoffice2/patches/patch-am
misc/openoffice2/patches/patch-an
misc/openoffice2/patches/patch-ao
misc/openoffice2/patches/patch-ap
misc/openoffice2/patches/patch-aq
misc/openoffice2/patches/patch-ar
misc/openoffice2/patches/patch-as
misc/openoffice2/patches/patch-aw
misc/openoffice2/patches/patch-ba
misc/openoffice2/patches/patch-bb
misc/openoffice2/patches/patch-bc
misc/openoffice2/patches/patch-bd
misc/openoffice2/patches/patch-bf
misc/openoffice2/patches/patch-bg
misc/openoffice2/patches/patch-bh
misc/openoffice2/patches/patch-bi
misc/openoffice2/patches/patch-bj
misc/openoffice2/patches/patch-bk
misc/openoffice2/patches/patch-bl
misc/openoffice2/patches/patch-bm
misc/openoffice2/patches/patch-bn
misc/openoffice2/patches/patch-bo
misc/openoffice2/patches/patch-bp
misc/openoffice2/patches/patch-bq
misc/openoffice2/patches/patch-br
misc/openoffice2/patches/patch-bs
misc/openoffice2/patches/patch-bt
misc/openoffice2/patches/patch-bv
misc/openoffice2/patches/patch-bw
misc/openoffice2/patches/patch-bx
misc/openoffice2/patches/patch-by
misc/openoffice2/patches/patch-ch
misc/openoffice2/patches/patch-ci
misc/openoffice2/patches/patch-cj
misc/openoffice2/patches/patch-cn
misc/openoffice2/patches/patch-cp
misc/openoffice2/patches/patch-cq
misc/openoffice2/patches/patch-cr
misc/openoffice2/patches/patch-cs
misc/openoffice2/patches/patch-ct
misc/openoffice2/patches/patch-cu
misc/openoffice2/patches/patch-cv
misc/openoffice2/patches/patch-cw
misc/openoffice2/patches/patch-cx
misc/openoffice2/patches/patch-cy
misc/openoffice2/patches/patch-da
misc/openoffice2/patches/patch-dc
misc/openoffice2/patches/patch-dd
misc/orca/DESCR
misc/orca/Makefile
misc/orca/PLIST
misc/orca/distinfo
misc/orca/patches/patch-aa
misc/orca/patches/patch-ab
misc/p5-Array-PrintCols/DESCR
misc/p5-Array-PrintCols/Makefile
misc/p5-Array-PrintCols/distinfo
misc/p5-Business-CreditCard/DESCR
misc/p5-Business-CreditCard/Makefile
misc/p5-Business-CreditCard/distinfo
misc/p5-Business-CreditCard/files/Makefile.PL
misc/p5-Business-ISBN-Data/DESCR
misc/p5-Business-ISBN-Data/Makefile
misc/p5-Business-ISBN-Data/distinfo
misc/p5-Business-ISBN/DESCR
misc/p5-Business-ISBN/Makefile
misc/p5-Business-ISBN/distinfo
misc/p5-Business-UPS/DESCR
misc/p5-Business-UPS/Makefile
misc/p5-Business-UPS/distinfo
misc/p5-ControlX10-CM11/DESCR
misc/p5-ControlX10-CM11/Makefile
misc/p5-ControlX10-CM11/distinfo
misc/p5-ControlX10-CM11/patches/patch-aa
misc/p5-ControlX10-CM17/DESCR
misc/p5-ControlX10-CM17/Makefile
misc/p5-ControlX10-CM17/distinfo
misc/p5-File-MMagic/DESCR
misc/p5-File-MMagic/Makefile
misc/p5-File-MMagic/distinfo
misc/p5-File-Tail/DESCR
misc/p5-File-Tail/Makefile
misc/p5-File-Tail/distinfo
misc/p5-Geo-Coordinates-UTM/DESCR
misc/p5-Geo-Coordinates-UTM/Makefile
misc/p5-Geo-Coordinates-UTM/distinfo
misc/p5-Geo-Weather/DESCR
misc/p5-Geo-Weather/Makefile
misc/p5-Geo-Weather/distinfo
misc/p5-Geography-Countries/DESCR
misc/p5-Geography-Countries/Makefile
misc/p5-Geography-Countries/distinfo
misc/p5-I18N-LangTags/DESCR
misc/p5-I18N-LangTags/Makefile
misc/p5-I18N-LangTags/distinfo
misc/p5-Locale-Codes/DESCR
misc/p5-Locale-Codes/Makefile
misc/p5-Locale-Codes/distinfo
misc/p5-Locale-Maketext-Fuzzy/DESCR
misc/p5-Locale-Maketext-Fuzzy/Makefile
misc/p5-Locale-Maketext-Fuzzy/distinfo
misc/p5-Locale-Maketext-Lexicon/DESCR
misc/p5-Locale-Maketext-Lexicon/Makefile
misc/p5-Locale-Maketext-Lexicon/distinfo
misc/p5-Locale-Maketext-Simple/DESCR
misc/p5-Locale-Maketext-Simple/Makefile
misc/p5-Locale-Maketext-Simple/distinfo
misc/p5-Locale-Maketext/DESCR
misc/p5-Locale-Maketext/Makefile
misc/p5-Locale-Maketext/distinfo
misc/p5-Locale-libintl/DESCR
misc/p5-Locale-libintl/Makefile
misc/p5-Locale-libintl/distinfo
misc/p5-Mac-Macbinary/DESCR
misc/p5-Mac-Macbinary/Makefile
misc/p5-Mac-Macbinary/distinfo
misc/p5-Msgcat/DESCR
misc/p5-Msgcat/Makefile
misc/p5-Msgcat/distinfo
misc/p5-Search/DESCR
misc/p5-Search/Makefile
misc/p5-Search/distinfo
misc/parchive/DESCR
misc/parchive/Makefile
misc/parchive/PLIST
misc/parchive/distinfo
misc/parchive/patches/patch-aa
misc/parchive/patches/patch-ab
misc/parchive/patches/patch-ac
misc/parchive/patches/patch-ad
misc/pciids/DESCR
misc/pciids/Makefile
misc/pciids/PLIST
misc/pciids/buildlink3.mk
misc/pciids/distinfo
misc/pdmenu/DESCR
misc/pdmenu/Makefile
misc/pdmenu/PLIST
misc/pdmenu/distinfo
misc/pdmenu/patches/patch-aa
misc/php-calendar/DESCR
misc/php-calendar/Makefile
misc/php-mbstring/DESCR
misc/php-mbstring/Makefile
misc/pinfo/DESCR
misc/pinfo/Makefile
misc/pinfo/PLIST
misc/pinfo/distinfo
misc/pinfo/patches/patch-aa
misc/pinfo/patches/patch-ab
misc/pinfo/patches/patch-ac
misc/ppower/DESCR
misc/ppower/MESSAGE
misc/ppower/Makefile
misc/ppower/PLIST
misc/ppower/distinfo
misc/ppower/patches/patch-aa
misc/proj-doc/DESCR
misc/proj-doc/Makefile
misc/proj-doc/PLIST
misc/proj-doc/distinfo
misc/proj/DESCR
misc/proj/Makefile
misc/proj/PLIST
misc/proj/buildlink3.mk
misc/proj/distinfo
misc/pty-redir/DESCR
misc/pty-redir/Makefile
misc/pty-redir/PLIST
misc/pty-redir/distinfo
misc/pty-redir/patches/patch-aa
misc/pyqt_memaid/DESCR
misc/pyqt_memaid/Makefile
misc/pyqt_memaid/PLIST
misc/pyqt_memaid/distinfo
misc/pyqt_memaid/patches/patch-aa
misc/qbrew/DESCR
misc/qbrew/Makefile
misc/qbrew/PLIST
misc/qbrew/distinfo
misc/qbrew/patches/patch-aa
misc/qterm/DESCR
misc/qterm/Makefile
misc/qterm/PLIST
misc/qterm/distinfo
misc/qterm/patches/patch-aa
misc/qterm/patches/patch-ab
misc/reed/DESCR
misc/reed/Makefile
misc/reed/PLIST
misc/reed/distinfo
misc/reed/patches/patch-aa
misc/rlwrap/DESCR
misc/rlwrap/Makefile
misc/rlwrap/PLIST
misc/rlwrap/distinfo
misc/rlwrap/options.mk
misc/root-tail/DESCR
misc/root-tail/Makefile
misc/root-tail/PLIST
misc/root-tail/distinfo
misc/root-tail/patches/patch-aa
misc/root/DESCR
misc/root/Makefile
misc/root/PLIST
misc/root/distinfo
misc/root/files/Makefile.netbsd
misc/root/patches/patch-aa
misc/root/patches/patch-ab
misc/root/patches/patch-ac
misc/root/patches/patch-ad
misc/root/patches/patch-ae
misc/root/patches/patch-af
misc/root/patches/patch-ag
misc/root/patches/patch-ah
misc/root/patches/patch-ai
misc/root/patches/patch-aj
misc/root/patches/patch-ak
misc/root/patches/patch-al
misc/root/patches/patch-am
misc/root/patches/patch-an
misc/routeplanner-cli/DESCR
misc/routeplanner-cli/Makefile
misc/routeplanner-cli/PLIST
misc/routeplanner-cli/distinfo
misc/rox-memo/DESCR
misc/rox-memo/Makefile
misc/rox-memo/PLIST
misc/rox-memo/distinfo
misc/rpm/DEINSTALL
misc/rpm/DESCR
misc/rpm/INSTALL
misc/rpm/Makefile
misc/rpm/PLIST
misc/rpm/buildlink3.mk
misc/rpm/distinfo
misc/rpm/patches/patch-aa
misc/rpm/patches/patch-ab
misc/rpm/patches/patch-ac
misc/rpm/patches/patch-ba
misc/rpm/patches/patch-bb
misc/rpm/patches/patch-bd
misc/rpm/patches/patch-be
misc/rpm/patches/patch-ca
misc/rpm/patches/patch-cb
misc/rpm/patches/patch-cc
misc/rpm/patches/patch-cd
misc/rpm/patches/patch-ce
misc/rpm/patches/patch-cf
misc/rpm/patches/patch-cg
misc/ruby-columnize/DESCR
misc/ruby-columnize/Makefile
misc/ruby-columnize/PLIST
misc/ruby-columnize/distinfo
misc/ruby-columnize/patches/patch-aa
misc/ruby-configuration/DESCR
misc/ruby-configuration/Makefile
misc/ruby-configuration/PLIST
misc/ruby-configuration/distinfo
misc/ruby-daemons/DESCR
misc/ruby-daemons/Makefile
misc/ruby-daemons/PLIST
misc/ruby-daemons/distinfo
misc/ruby-gem_plugin/DESCR
misc/ruby-gem_plugin/Makefile
misc/ruby-gem_plugin/PLIST
misc/ruby-gem_plugin/distinfo
misc/ruby-launchy/DESCR
misc/ruby-launchy/Makefile
misc/ruby-launchy/PLIST
misc/ruby-launchy/distinfo
misc/ruby-progressbar/DESCR
misc/ruby-progressbar/Makefile
misc/ruby-progressbar/PLIST
misc/ruby-progressbar/distinfo
misc/ruby-transaction-simple/DESCR
misc/ruby-transaction-simple/Makefile
misc/ruby-transaction-simple/PLIST
misc/ruby-transaction-simple/distinfo
misc/rubygems/DESCR
misc/rubygems/Makefile
misc/rubygems/PLIST
misc/rubygems/distinfo
misc/rubygems/patches/patch-aa
misc/rubygems/patches/patch-ab
misc/rubygems/patches/patch-ac
misc/rubygems/patches/patch-ad
misc/rubygems/patches/patch-ae
misc/rubygems/patches/patch-af
misc/rubygems/patches/patch-ag
misc/rubygems/patches/patch-ah
misc/rubygems/rubygem.mk
misc/sch/DESCR
misc/sch/Makefile
misc/sch/PLIST
misc/sch/distinfo
misc/sch/patches/patch-aa
misc/sci/DESCR
misc/sci/Makefile
misc/sci/PLIST
misc/sci/distinfo
misc/sci/patches/patch-aa
misc/sci/patches/patch-ab
misc/screen/DESCR
misc/screen/MESSAGE
misc/screen/Makefile
misc/screen/PLIST
misc/screen/distinfo
misc/screen/patches/patch-aa
misc/screen/patches/patch-ab
misc/screen/patches/patch-ac
misc/screen/patches/patch-ae
misc/screen/patches/patch-ai
misc/screen/patches/patch-aj
misc/screen/patches/patch-ak
misc/screen/patches/patch-al
misc/screen/patches/patch-am
misc/screen/patches/patch-an
misc/screen/patches/patch-ao
misc/screen/patches/patch-ap
misc/screen/patches/patch-aq
misc/siag/DESCR
misc/siag/Makefile
misc/siag/PLIST
misc/siag/distinfo
misc/siag/patches/patch-aa
misc/siag/patches/patch-ac
misc/siag/patches/patch-ad
misc/siag/patches/patch-ae
misc/siag/patches/patch-ah
misc/siag/patches/patch-ai
misc/siag/patches/patch-aj
misc/siag/patches/patch-aw
misc/softmaker-office-demo/DESCR
misc/softmaker-office-demo/Makefile
misc/softmaker-office-demo/PLIST
misc/softmaker-office-demo/distinfo
misc/splitvt/DESCR
misc/splitvt/Makefile
misc/splitvt/PLIST
misc/splitvt/distinfo
misc/splitvt/patches/patch-aa
misc/splitvt/patches/patch-ab
misc/splitvt/patches/patch-ac
misc/stellarium/DESCR
misc/stellarium/Makefile
misc/stellarium/PLIST
misc/stellarium/distinfo
misc/taskjuggler/DESCR
misc/taskjuggler/Makefile
misc/taskjuggler/PLIST
misc/taskjuggler/distinfo
misc/taskjuggler/patches/patch-aa
misc/taskjuggler/patches/patch-ab
misc/tds/DESCR
misc/tds/Makefile
misc/tds/PLIST
misc/tds/distinfo
misc/tds/patches/patch-ab
misc/team/DESCR
misc/team/Makefile
misc/team/PLIST
misc/team/distinfo
misc/team/patches/patch-aa
misc/team/patches/patch-ab
misc/tellico/DESCR
misc/tellico/Makefile
misc/tellico/PLIST
misc/tellico/distinfo
misc/tellico/options.mk
misc/tellico/patches/patch-aa
misc/theme-dirs/DESCR
misc/theme-dirs/Makefile
misc/theme-dirs/dirs.mk
misc/ttyrec/DESCR
misc/ttyrec/Makefile
misc/ttyrec/PLIST
misc/ttyrec/distinfo
misc/ttyrec/patches/patch-aa
misc/udfclient/DESCR
misc/udfclient/Makefile
misc/udfclient/PLIST
misc/udfclient/distinfo
misc/ukpostcodes/DESCR
misc/ukpostcodes/Makefile
misc/ukpostcodes/PLIST
misc/ukpostcodes/distinfo
misc/uptimec/DESCR
misc/uptimec/Makefile
misc/uptimec/PLIST
misc/uptimec/distinfo
misc/uptimec/patches/patch-aa
misc/utftools/DESCR
misc/utftools/Makefile
misc/utftools/PLIST
misc/utftools/distinfo
misc/utftools/patches/patch-aa
misc/utftools/patches/patch-ab
misc/utftools/patches/patch-ac
misc/utftools/patches/patch-ad
misc/utftools/patches/patch-ae
misc/vera/DESCR
misc/vera/Makefile
misc/vera/PLIST
misc/vera/distinfo
misc/vera/patches/patch-aa
misc/vfu/DESCR
misc/vfu/Makefile
misc/vfu/PLIST
misc/vfu/distinfo
misc/vfu/patches/patch-aa
misc/vfu/patches/patch-ab
misc/vfu/patches/patch-ac
misc/vfu/patches/patch-ad
misc/vfu/patches/patch-ae
misc/vfu/patches/patch-af
misc/vfu/patches/patch-ag
misc/vfu/patches/patch-ah
misc/vfu/patches/patch-ai
misc/vfu/patches/patch-aj
misc/visual-regexp/DESCR
misc/visual-regexp/Makefile
misc/visual-regexp/PLIST
misc/visual-regexp/distinfo
misc/vttest/DESCR
misc/vttest/Makefile
misc/vttest/PLIST
misc/vttest/distinfo
misc/vym/DESCR
misc/vym/Makefile
misc/vym/PLIST
misc/vym/distinfo
misc/vym/patches/patch-aa
misc/vym/patches/patch-ab
misc/watch/DESCR
misc/watch/Makefile
misc/watch/PLIST
misc/watch/distinfo
misc/watch/files/Makefile
misc/watch/patches/patch-aa
misc/wdic/DESCR
misc/wdic/Makefile
misc/wdic/PLIST
misc/wdic/distinfo
misc/wdic/patches/patch-aa
misc/wdic/patches/patch-ab
misc/xchm/DESCR
misc/xchm/Makefile
misc/xchm/PLIST
misc/xchm/distinfo
misc/xdg-dirs/DESCR
misc/xdg-dirs/Makefile
misc/xdg-dirs/dirs.mk
misc/xdg-x11-dirs/DESCR
misc/xdg-x11-dirs/Makefile
misc/xdg-x11-dirs/dirs.mk
misc/xfce4-weather-plugin/DESCR
misc/xfce4-weather-plugin/Makefile
misc/xfce4-weather-plugin/PLIST
misc/xfce4-weather-plugin/buildlink3.mk
misc/xfce4-weather-plugin/distinfo
misc/xjdic/DESCR
misc/xjdic/MESSAGE
misc/xjdic/Makefile
misc/xjdic/PLIST
misc/xjdic/distinfo
misc/xjdic/patches/patch-aa
misc/xjdic/patches/patch-ab
misc/xjdic/patches/patch-ac
misc/xjdic/patches/patch-ad
misc/xjdic/patches/patch-ae
misc/xrolodex/DESCR
misc/xrolodex/Makefile
misc/xrolodex/PLIST
misc/xrolodex/distinfo
misc/xrolodex/patches/patch-aa
misc/xtail/DESCR
misc/xtail/Makefile
misc/xtail/PLIST
misc/xtail/distinfo
misc/xtail/patches/patch-aa
misc/xtail/patches/patch-ab
misc/xtend/DESCR
misc/xtend/Makefile
misc/xtend/PLIST
misc/xtend/distinfo
misc/xtend/patches/patch-aa
misc/xtend/patches/patch-ab
misc/xtend/patches/patch-ac
misc/xtend/patches/patch-ad
misc/xtide/DESCR
misc/xtide/Makefile
misc/xtide/PLIST
misc/xtide/distinfo
misc/xtide/patches/patch-aa
misc/xtide/patches/patch-ab
misc/xtide/patches/patch-ac
misc/yelp/DESCR
misc/yelp/Makefile
misc/yelp/PLIST
misc/yelp/distinfo
misc/yelp/options.mk
misc/yelp/patches/patch-ab
misc/yrolo/DESCR
misc/yrolo/Makefile
misc/yrolo/PLIST
misc/yrolo/distinfo
misc/yrolo/patches/patch-aa
misc/yrolo/patches/patch-ab
misc/zorro/DESCR
misc/zorro/Makefile
misc/zorro/PLIST
misc/zorro/distinfo
misc/zorro/patches/patch-ab
mk/alternatives.mk
mk/apache.mk
mk/apachever.mk
mk/bdb.buildlink3.mk
mk/bsd.fast.prefs.mk
mk/bsd.hacks.mk
mk/bsd.makevars.mk
mk/bsd.options.mk
mk/bsd.pkg.barrier.mk
mk/bsd.pkg.clean.mk
mk/bsd.pkg.debug.mk
mk/bsd.pkg.error.mk
mk/bsd.pkg.mk
mk/bsd.pkg.readme.mk
mk/bsd.pkg.subdir.mk
mk/bsd.pkg.update.mk
mk/bsd.pkg.use.mk
mk/bsd.prefs.mk
mk/bsd.utils.mk
mk/build/bsd.build-vars.mk
mk/build/bsd.build.mk
mk/build/build.mk
mk/build/test.mk
mk/buildlink3/BUILDLINK3_DG
mk/buildlink3/PKGVIEWS_UG
mk/buildlink3/README
mk/buildlink3/TODO
mk/buildlink3/bsd.buildlink3.mk
mk/buildlink3/bsd.builtin.mk
mk/buildlink3/buildcmd-libtool
mk/buildlink3/cleanup-libtool
mk/buildlink3/cmd-sink-libtool
mk/buildlink3/find-files.mk
mk/buildlink3/find-libs.mk
mk/buildlink3/imake-check
mk/buildlink3/imake-check.mk
mk/buildlink3/libtool-fix-la
mk/buildlink3/scan-libtool
mk/buildlink3/show-buildlink3.sh
mk/buildlink3/transform-libtool
mk/bulk/TODO
mk/bulk/bsd.bulk-pkg.mk
mk/bulk/build
mk/bulk/build.conf-example
mk/bulk/do-sandbox-build
mk/bulk/do-sandbox-upload
mk/bulk/environment.txt
mk/bulk/mksandbox
mk/bulk/parallel.txt
mk/bulk/post-build
mk/bulk/post-build-conf
mk/bulk/pre-build
mk/bulk/printdepends
mk/bulk/printindex
mk/bulk/printindex.1
mk/bulk/sort-packages
mk/bulk/tflat
mk/bulk/upload
mk/check/bsd.check-vars.mk
mk/check/bsd.check.mk
mk/check/check-fakehome.mk
mk/check/check-files.mk
mk/check/check-headers.mk
mk/check/check-headers.sh
mk/check/check-interpreter.mk
mk/check/check-perms.mk
mk/check/check-portability.awk
mk/check/check-portability.mk
mk/check/check-portability.sh
mk/check/check-shlibs-elf.awk
mk/check/check-shlibs.mk
mk/check/check-stripped.mk
mk/check/check-subr.awk
mk/check/check-subr.sh
mk/check/check-vulnerable.mk
mk/check/check-wrkref.mk
mk/checksum/bsd.checksum-vars.mk
mk/checksum/bsd.checksum.mk
mk/checksum/checksum
mk/checksum/checksum.mk
mk/checksum/distinfo.awk
mk/cmake-Modules/Platform/UnixPaths.cmake
mk/compiler.mk
mk/compiler/ccache.mk
mk/compiler/ccc.mk
mk/compiler/distcc.mk
mk/compiler/f2c.mk
mk/compiler/gcc.mk
mk/compiler/hp.mk
mk/compiler/icc.mk
mk/compiler/ido.mk
mk/compiler/mipspro-ucode.mk
mk/compiler/mipspro.mk
mk/compiler/pcc.mk
mk/compiler/sunpro.mk
mk/compiler/xlc.mk
mk/configure/bsd.configure-vars.mk
mk/configure/bsd.configure.mk
mk/configure/cmake-rewrite.awk
mk/configure/cmake.mk
mk/configure/config-override.mk
mk/configure/configure.mk
mk/configure/gnu-configure.mk
mk/configure/install-sh-override.mk
mk/configure/libtool-override.mk
mk/configure/pkg-config-override.mk
mk/configure/replace-interpreter.mk
mk/configure/replace-localedir.mk
mk/curses.buildlink3.mk
mk/curses.builtin.mk
mk/db1.builtin.mk
mk/defaults/mk.conf
mk/defaults/obsolete.mk
mk/defaults/options.description
mk/depends/bsd.depends-vars.mk
mk/depends/bsd.depends.mk
mk/depends/depends.mk
mk/dirs.mk
mk/djbware.mk
mk/dlopen.buildlink3.mk
mk/dlopen.builtin.mk
mk/emacs.mk
mk/emulator/README
mk/emulator/bsdi.mk
mk/emulator/darwin-opendarwin.mk
mk/emulator/darwin.mk
mk/emulator/emulator-vars.mk
mk/emulator/emulator.mk
mk/emulator/freebsd.mk
mk/emulator/irix.mk
mk/emulator/linux-suse.mk
mk/emulator/linux.mk
mk/emulator/merge-distinfo.awk
mk/emulator/netbsd-compat.mk
mk/emulator/netbsd.mk
mk/emulator/osf1-netscape.mk
mk/emulator/osf1.mk
mk/emulator/pkg-plain.mk
mk/emulator/pkg-rpm.mk
mk/emulator/solaris.mk
mk/emulator/sunos.mk
mk/endian.mk
mk/extract/bsd.extract-vars.mk
mk/extract/bsd.extract.mk
mk/extract/extract
mk/extract/extract.mk
mk/fam.buildlink3.mk
mk/features/features-vars.mk
mk/features/features.mk
mk/fetch/bsd.fetch-vars.mk
mk/fetch/bsd.fetch.mk
mk/fetch/distclean.mk
mk/fetch/fetch
mk/fetch/fetch-list.mk
mk/fetch/fetch.mk
mk/fetch/sites.mk
mk/find-prefix.mk
mk/flavor/README
mk/flavor/bsd.flavor-vars.mk
mk/flavor/bsd.flavor.mk
mk/flavor/pkg/check.mk
mk/flavor/pkg/deinstall.mk
mk/flavor/pkg/depends.mk
mk/flavor/pkg/flavor-vars.mk
mk/flavor/pkg/flavor.mk
mk/flavor/pkg/install.mk
mk/flavor/pkg/list-dependencies
mk/flavor/pkg/metadata.mk
mk/flavor/pkg/package.mk
mk/flavor/pkg/reduce-depends.awk
mk/flavor/pkg/register-dependencies
mk/flavor/pkg/replace.mk
mk/flavor/pkg/resolve-dependencies
mk/flavor/pkg/utility.mk
mk/flavor/pkg/views.mk
mk/fuse.buildlink3.mk
mk/gnu-config/config.guess
mk/gnu-config/config.rpath
mk/gnu-config/config.sub
mk/gnu-config/libtool-1.4.m4
mk/gnu-config/missing
mk/help/c++.help
mk/help/c-functions.help
mk/help/c.help
mk/help/debug.help
mk/help/destdir.help
mk/help/directories.help
mk/help/distname.help
mk/help/env.help
mk/help/help.awk
mk/help/help.help
mk/help/help.mk
mk/help/man.help
mk/help/msg.help
mk/help/notonly.help
mk/help/undefined-reference.help
mk/install/bin-install.mk
mk/install/bsd.install-vars.mk
mk/install/bsd.install.mk
mk/install/deinstall.mk
mk/install/install.mk
mk/install/replace.mk
mk/internal/locking.mk
mk/java-env.mk
mk/java-vm.mk
mk/krb5.buildlink3.mk
mk/license.mk
mk/misc/can-be-built-here.mk
mk/misc/category.mk
mk/misc/common.mk
mk/misc/developer.mk
mk/misc/show.mk
mk/misc/toplevel.mk
mk/misc/warnings.mk
mk/motif.buildlink3.mk
mk/mysql.buildlink3.mk
mk/omf-scrollkeeper.mk
mk/oss.buildlink3.mk
mk/oss.builtin.mk
mk/package/bsd.package.mk
mk/package/package.mk
mk/pam.buildlink3.mk
mk/patch/bsd.patch-vars.mk
mk/patch/bsd.patch.mk
mk/patch/patch.mk
mk/pbulk/pbulk-index.mk
mk/pgsql.buildlink3.mk
mk/pkg-build-options.mk
mk/pkginstall/bsd.pkginstall.mk
mk/pkginstall/deinstall
mk/pkginstall/deinstall-pre
mk/pkginstall/dirs
mk/pkginstall/files
mk/pkginstall/fonts
mk/pkginstall/footer
mk/pkginstall/header
mk/pkginstall/info-files
mk/pkginstall/install
mk/pkginstall/install-post
mk/pkginstall/perms
mk/pkginstall/shell
mk/pkginstall/shlibs
mk/pkginstall/usergroup
mk/pkginstall/usergroup-check
mk/pkginstall/usergroupfuncs
mk/pkginstall/usergroupfuncs.DragonFly
mk/pkginstall/usergroupfuncs.FreeBSD
mk/pkginstall/usergroupfuncs.Linux
mk/platform/AIX.mk
mk/platform/BSDOS.mk
mk/platform/Darwin.mk
mk/platform/DragonFly.mk
mk/platform/FreeBSD.mk
mk/platform/HPUX.mk
mk/platform/IRIX.mk
mk/platform/Interix.mk
mk/platform/Linux.mk
mk/platform/NetBSD.mk
mk/platform/OSF1.mk
mk/platform/OpenBSD.mk
mk/platform/README
mk/platform/SunOS.mk
mk/platform/UnixWare.mk
mk/plist/bsd.plist.mk
mk/plist/common-dirs.mtree
mk/plist/doc-compress
mk/plist/libtool-expand
mk/plist/plist-default.awk
mk/plist/plist-functions.awk
mk/plist/plist-info.awk
mk/plist/plist-libtool.awk
mk/plist/plist-locale.awk
mk/plist/plist-macros.awk
mk/plist/plist-man.awk
mk/plist/plist-subst.awk
mk/plist/plist.mk
mk/plist/print-plist.mk
mk/plist/shlib-aout.awk
mk/plist/shlib-dylib.awk
mk/plist/shlib-elf.awk
mk/plist/shlib-none.awk
mk/plist/shlib-som.awk
mk/pthread.buildlink3.mk
mk/pthread.builtin.mk
mk/resolv.buildlink3.mk
mk/scripts/binpkg-cache
mk/scripts/binpkg-scan
mk/scripts/chkdatabase.awk
mk/scripts/depends-depth-first.awk
mk/scripts/fail
mk/scripts/genindex.awk
mk/scripts/genreadme.awk
mk/scripts/mkdatabase
mk/scripts/mkreadme
mk/scripts/pkg_path
mk/scripts/shell-lib
mk/scripts/shlib-type
mk/solaris-pam.builtin.mk
mk/subst.mk
mk/termcap.buildlink3.mk
mk/termcap.builtin.mk
mk/tex.buildlink3.mk
mk/tools/autoconf.mk
mk/tools/automake.mk
mk/tools/bootstrap.mk
mk/tools/bsd.tools.mk
mk/tools/cmake.mk
mk/tools/create.mk
mk/tools/defaults.mk
mk/tools/digest.mk
mk/tools/gettext.mk
mk/tools/imake.mk
mk/tools/intltool.mk
mk/tools/ldconfig.mk
mk/tools/make.mk
mk/tools/msgfmt.sh
mk/tools/perl.mk
mk/tools/pkg-config.mk
mk/tools/replace.mk
mk/tools/rpcgen.mk
mk/tools/strip.mk
mk/tools/texinfo.mk
mk/tools/tools.AIX.mk
mk/tools/tools.BSDOS.mk
mk/tools/tools.Darwin.mk
mk/tools/tools.DragonFly.mk
mk/tools/tools.FreeBSD.mk
mk/tools/tools.HPUX.mk
mk/tools/tools.IRIX.mk
mk/tools/tools.Interix.mk
mk/tools/tools.Linux.mk
mk/tools/tools.NetBSD.mk
mk/tools/tools.OSF1.mk
mk/tools/tools.OpenBSD.mk
mk/tools/tools.SunOS.mk
mk/tools/tools.UnixWare.mk
mk/unprivileged.mk
mk/wrapper/NOTES
mk/wrapper/arg-pp-darwin-gcc
mk/wrapper/arg-pp-main
mk/wrapper/arg-pp-mipspro-cc
mk/wrapper/arg-pp-sunpro-cxx
mk/wrapper/arg-source
mk/wrapper/bsd.wrapper.mk
mk/wrapper/buildcmd
mk/wrapper/cmd-sink
mk/wrapper/cmd-sink-aix-cc
mk/wrapper/cmd-sink-aix-ld
mk/wrapper/cmd-sink-aix-xlc
mk/wrapper/cmd-sink-cross-cpp
mk/wrapper/cmd-sink-cross-gcc
mk/wrapper/cmd-sink-darwin-xlc
mk/wrapper/cmd-sink-hpux-cc
mk/wrapper/cmd-sink-hpux-ld
mk/wrapper/cmd-sink-icc-cc
mk/wrapper/cmd-sink-icc81-cc
mk/wrapper/cmd-sink-interix-gcc
mk/wrapper/cmd-sink-interix-ld
mk/wrapper/cmd-sink-irix-cc
mk/wrapper/cmd-sink-irix-ld
mk/wrapper/cmd-sink-ld
mk/wrapper/cmd-sink-osf1-cc
mk/wrapper/cmd-sink-osf1-ld
mk/wrapper/cmd-sink-solaris-imake
mk/wrapper/cmd-sink-sunpro-cxx
mk/wrapper/cmd-sink-unixware-gcc
mk/wrapper/gen-reorder.sh
mk/wrapper/gen-transform.sh
mk/wrapper/logic
mk/wrapper/scan
mk/wrapper/test-transform.sh
mk/wrapper/transform-aix-cc
mk/wrapper/transform-ccc-cc
mk/wrapper/transform-gcc
mk/wrapper/transform-icc-cc
mk/wrapper/transform-ido-cc
mk/wrapper/transform-mipspro-cc
mk/wrapper/transform-mipspro-ucode-cc
mk/wrapper/transform-sunpro-cc
mk/wrapper/transform-xlc-cc
mk/wrapper/wrapper-defs.mk
mk/wrapper/wrapper-subr.sh
mk/wrapper/wrapper.sh
mk/x11.buildlink3.mk
mk/x11.builtin.mk
mk/x11.version.mk
mk/xaw.buildlink3.mk
multimedia/Makefile
multimedia/RealPlayerGold/DESCR
multimedia/RealPlayerGold/Makefile
multimedia/RealPlayerGold/distinfo
multimedia/RealPlayerGold/files/realplay.sh
multimedia/acidrip/DESCR
multimedia/acidrip/Makefile
multimedia/acidrip/distinfo
multimedia/alevt/DESCR
multimedia/alevt/Makefile
multimedia/alevt/PLIST
multimedia/alevt/distinfo
multimedia/alevt/patches/patch-aa
multimedia/alevt/patches/patch-ab
multimedia/avidemux/DESCR
multimedia/avidemux/Makefile
multimedia/avidemux/PLIST
multimedia/avidemux/distinfo
multimedia/avidemux/patches/patch-aa
multimedia/avidemux/patches/patch-ab
multimedia/avidemux/patches/patch-as
multimedia/avidemux/patches/patch-at
multimedia/avidemux/patches/patch-au
multimedia/avidemux/patches/patch-av
multimedia/avidemux/patches/patch-aw
multimedia/avidemux/patches/patch-ax
multimedia/avidemux/patches/patch-ay
multimedia/bsdav/DESCR
multimedia/bsdav/Makefile
multimedia/bsdav/PLIST
multimedia/bsdav/PLIST.x11
multimedia/bsdav/buildlink3.mk
multimedia/bsdav/distinfo
multimedia/dirac/DESCR
multimedia/dirac/Makefile
multimedia/dirac/PLIST
multimedia/dirac/buildlink3.mk
multimedia/dirac/distinfo
multimedia/divxplayer/DESCR
multimedia/divxplayer/Makefile
multimedia/divxplayer/PLIST
multimedia/divxplayer/distinfo
multimedia/divxplayer/files/launcher.sh
multimedia/dumpmpeg/DESCR
multimedia/dumpmpeg/Makefile
multimedia/dumpmpeg/PLIST
multimedia/dumpmpeg/distinfo
multimedia/dumpmpeg/patches/patch-aa
multimedia/dvd-slideshow/DESCR
multimedia/dvd-slideshow/Makefile
multimedia/dvd-slideshow/PLIST
multimedia/dvd-slideshow/distinfo
multimedia/dvd-slideshow/patches/patch-aa
multimedia/dvdauthor/DESCR
multimedia/dvdauthor/Makefile
multimedia/dvdauthor/PLIST
multimedia/dvdauthor/distinfo
multimedia/dvdbackup/DESCR
multimedia/dvdbackup/Makefile
multimedia/dvdbackup/PLIST
multimedia/dvdbackup/distinfo
multimedia/dvdbackup/files/dvdbackup.1
multimedia/dvdbackup/patches/patch-aa
multimedia/dvdrip/DESCR
multimedia/dvdrip/Makefile
multimedia/dvdrip/distinfo
multimedia/dvdrip/options.mk
multimedia/dvdrip/patches/patch-aa
multimedia/dvdstyler/DESCR
multimedia/dvdstyler/Makefile
multimedia/dvdstyler/PLIST
multimedia/dvdstyler/distinfo
multimedia/dvdstyler/patches/patch-aa
multimedia/dvdstyler/patches/patch-ab
multimedia/dvdstyler/patches/patch-ac
multimedia/dvdview/DESCR
multimedia/dvdview/Makefile
multimedia/dvdview/PLIST
multimedia/dvdview/distinfo
multimedia/dvdview/patches/patch-aa
multimedia/dvdview/patches/patch-ab
multimedia/dvdview/patches/patch-ac
multimedia/ffmpeg-devel/DESCR
multimedia/ffmpeg-devel/Makefile
multimedia/ffmpeg-devel/PLIST
multimedia/ffmpeg-devel/PLIST.sdl
multimedia/ffmpeg-devel/buildlink3.mk
multimedia/ffmpeg-devel/distinfo
multimedia/ffmpeg-devel/options.mk
multimedia/ffmpeg/DESCR
multimedia/ffmpeg/Makefile
multimedia/ffmpeg/PLIST
multimedia/ffmpeg/buildlink3.mk
multimedia/ffmpeg/distinfo
multimedia/ffmpeg/files/bktr.diff
multimedia/ffmpeg/files/ffmpeg.1.diff
multimedia/ffmpeg/files/grab_bsdbktr.c
multimedia/ffmpeg/options.mk
multimedia/ffmpeg/patches/patch-aa
multimedia/ffmpeg/patches/patch-ab
multimedia/ffmpeg/patches/patch-ac
multimedia/ffmpeg/patches/patch-ad
multimedia/ffmpeg/patches/patch-ae
multimedia/ffmpeg/patches/patch-af
multimedia/ffmpeg/patches/patch-ag
multimedia/ffmpeg/patches/patch-ah
multimedia/ffmpeg/patches/patch-ai
multimedia/ffmpeg/patches/patch-aj
multimedia/ffmpeg/patches/patch-ak
multimedia/ffmpeg/patches/patch-an
multimedia/ffmpeg/patches/patch-ao
multimedia/flashplayer/DESCR
multimedia/flashplayer/Makefile
multimedia/flashplayer/PLIST
multimedia/fxtv/DESCR
multimedia/fxtv/Makefile
multimedia/fxtv/PLIST
multimedia/fxtv/distinfo
multimedia/fxtv/patches/patch-aa
multimedia/fxtv/patches/patch-ab
multimedia/fxtv/patches/patch-ac
multimedia/fxtv/patches/patch-ad
multimedia/fxtv/patches/patch-ae
multimedia/fxtv/patches/patch-af
multimedia/fxtv/patches/patch-ag
multimedia/fxtv/patches/patch-ah
multimedia/fxtv/patches/patch-ai
multimedia/fxtv/patches/patch-aj
multimedia/fxtv/patches/patch-ak
multimedia/fxtv/patches/patch-al
multimedia/fxtv/patches/patch-am
multimedia/fxtv/patches/patch-an
multimedia/fxtv/patches/patch-ao
multimedia/fxtv/patches/patch-ap
multimedia/fxtv/patches/patch-aq
multimedia/fxtv/patches/patch-ba
multimedia/fxtv/patches/patch-bb
multimedia/fxtv/patches/patch-bc
multimedia/fxtv/patches/patch-bd
multimedia/fxtv/patches/patch-be
multimedia/fxtv/patches/patch-bf
multimedia/fxtv/patches/patch-bg
multimedia/fxtv/patches/patch-ca
multimedia/ggrab/DESCR
multimedia/ggrab/Makefile
multimedia/ggrab/PLIST
multimedia/ggrab/distinfo
multimedia/ggrab/files/sserver.sh
multimedia/ggrab/patches/patch-aa
multimedia/ggrab/patches/patch-ab
multimedia/ggrab/patches/patch-ac
multimedia/ggrab/patches/patch-ad
multimedia/ggrab/patches/patch-ae
multimedia/gmencoder/DESCR
multimedia/gmencoder/Makefile
multimedia/gmencoder/PLIST
multimedia/gmencoder/distinfo
multimedia/gmencoder/patches/patch-aa
multimedia/gmencoder/patches/patch-ab
multimedia/gmencoder/patches/patch-ac
multimedia/gmplayer/DESCR
multimedia/gmplayer/Makefile
multimedia/gmplayer/PLIST
multimedia/gmplayer/distinfo
multimedia/gnash/DESCR
multimedia/gnash/Makefile
multimedia/gnash/PLIST
multimedia/gnash/PLIST.klash
multimedia/gnash/distinfo
multimedia/gnash/options.mk
multimedia/gnash/patches/patch-aa
multimedia/gnash/patches/patch-ab
multimedia/gnome-media/DESCR
multimedia/gnome-media/Makefile
multimedia/gnome-media/PLIST
multimedia/gnome-media/buildlink3.mk
multimedia/gnome-media/distinfo
multimedia/gnome-media/patches/patch-aa
multimedia/gnome-media/patches/patch-ab
multimedia/gnome-media/patches/patch-ac
multimedia/goggles/DESCR
multimedia/goggles/Makefile
multimedia/goggles/PLIST
multimedia/goggles/distinfo
multimedia/goggles/patches/patch-aa
multimedia/gopchop/DESCR
multimedia/gopchop/Makefile
multimedia/gopchop/PLIST
multimedia/gopchop/distinfo
multimedia/gopchop/patches/patch-aa
multimedia/gopchop/patches/patch-ab
multimedia/gopchop/patches/patch-ac
multimedia/gst-plugins0.10-bad/DESCR
multimedia/gst-plugins0.10-bad/Makefile
multimedia/gst-plugins0.10-bad/Makefile.common
multimedia/gst-plugins0.10-bad/PLIST
multimedia/gst-plugins0.10-bad/buildlink3.mk
multimedia/gst-plugins0.10-bad/distinfo
multimedia/gst-plugins0.10-bad/patches/patch-aa
multimedia/gst-plugins0.10-base/DESCR
multimedia/gst-plugins0.10-base/Makefile
multimedia/gst-plugins0.10-base/Makefile.common
multimedia/gst-plugins0.10-base/PLIST
multimedia/gst-plugins0.10-base/buildlink3.mk
multimedia/gst-plugins0.10-base/distinfo
multimedia/gst-plugins0.10-base/patches/patch-aa
multimedia/gst-plugins0.10-base/plugins.mk
multimedia/gst-plugins0.10-dvdread/DESCR
multimedia/gst-plugins0.10-dvdread/Makefile
multimedia/gst-plugins0.10-dvdread/PLIST
multimedia/gst-plugins0.10-ffmpeg/DESCR
multimedia/gst-plugins0.10-ffmpeg/Makefile
multimedia/gst-plugins0.10-ffmpeg/PLIST
multimedia/gst-plugins0.10-ffmpeg/distinfo
multimedia/gst-plugins0.10-ffmpeg/patches/patch-aa
multimedia/gst-plugins0.10-ffmpeg/patches/patch-ab
multimedia/gst-plugins0.10-gnonlin/DESCR
multimedia/gst-plugins0.10-gnonlin/Makefile
multimedia/gst-plugins0.10-gnonlin/PLIST
multimedia/gst-plugins0.10-gnonlin/buildlink3.mk
multimedia/gst-plugins0.10-gnonlin/distinfo
multimedia/gst-plugins0.10-gnonlin/patches/patch-aa
multimedia/gst-plugins0.10-good/DESCR
multimedia/gst-plugins0.10-good/Makefile
multimedia/gst-plugins0.10-good/Makefile.common
multimedia/gst-plugins0.10-good/PLIST
multimedia/gst-plugins0.10-good/buildlink3.mk
multimedia/gst-plugins0.10-good/distinfo
multimedia/gst-plugins0.10-good/patches/patch-ab
multimedia/gst-plugins0.10-mpeg2dec/DESCR
multimedia/gst-plugins0.10-mpeg2dec/Makefile
multimedia/gst-plugins0.10-mpeg2dec/PLIST
multimedia/gst-plugins0.10-ogg/DESCR
multimedia/gst-plugins0.10-ogg/Makefile
multimedia/gst-plugins0.10-ogg/PLIST
multimedia/gst-plugins0.10-theora/DESCR
multimedia/gst-plugins0.10-theora/Makefile
multimedia/gst-plugins0.10-theora/PLIST
multimedia/gst-plugins0.10-ugly/DESCR
multimedia/gst-plugins0.10-ugly/Makefile
multimedia/gst-plugins0.10-ugly/Makefile.common
multimedia/gst-plugins0.10-ugly/PLIST
multimedia/gst-plugins0.10-ugly/buildlink3.mk
multimedia/gst-plugins0.10-ugly/distinfo
multimedia/gst-plugins0.10-ugly/patches/patch-aa
multimedia/gst-plugins0.10-x264/DESCR
multimedia/gst-plugins0.10-x264/Makefile
multimedia/gst-plugins0.10-x264/PLIST
multimedia/gst-plugins0.10-xvid/DESCR
multimedia/gst-plugins0.10-xvid/Makefile
multimedia/gst-plugins0.10-xvid/PLIST
multimedia/gst-plugins0.8-dvdnav/DESCR
multimedia/gst-plugins0.8-dvdnav/Makefile
multimedia/gst-plugins0.8-dvdnav/PLIST
multimedia/gst-plugins0.8-dvdread/DESCR
multimedia/gst-plugins0.8-dvdread/Makefile
multimedia/gst-plugins0.8-dvdread/PLIST
multimedia/gst-plugins0.8-mpeg2dec/DESCR
multimedia/gst-plugins0.8-mpeg2dec/Makefile
multimedia/gst-plugins0.8-mpeg2dec/PLIST
multimedia/gst-plugins0.8-ogg/DESCR
multimedia/gst-plugins0.8-ogg/Makefile
multimedia/gst-plugins0.8-ogg/PLIST
multimedia/gst-plugins0.8-theora/DESCR
multimedia/gst-plugins0.8-theora/Makefile
multimedia/gst-plugins0.8-theora/PLIST
multimedia/gst-plugins0.8-xvid/DESCR
multimedia/gst-plugins0.8-xvid/Makefile
multimedia/gst-plugins0.8-xvid/PLIST
multimedia/gst-plugins0.8/DESCR
multimedia/gst-plugins0.8/Makefile
multimedia/gst-plugins0.8/Makefile.common
multimedia/gst-plugins0.8/PLIST
multimedia/gst-plugins0.8/buildlink3.mk
multimedia/gst-plugins0.8/distinfo
multimedia/gst-plugins0.8/patches/patch-aa
multimedia/gst-plugins0.8/patches/patch-ab
multimedia/gst-plugins0.8/patches/patch-ac
multimedia/gst-plugins0.8/patches/patch-ad
multimedia/gst-plugins0.8/patches/patch-ae
multimedia/gst-plugins0.8/patches/patch-ag
multimedia/gst-plugins0.8/patches/patch-ah
multimedia/gst-plugins0.8/patches/patch-ai
multimedia/gst-plugins0.8/patches/patch-aj
multimedia/gst-plugins0.8/patches/patch-ak
multimedia/gst-plugins0.8/patches/patch-al
multimedia/gstreamer0.10/ALTERNATIVES
multimedia/gstreamer0.10/DESCR
multimedia/gstreamer0.10/Makefile
multimedia/gstreamer0.10/PLIST
multimedia/gstreamer0.10/buildlink3.mk
multimedia/gstreamer0.10/distinfo
multimedia/gstreamer0.10/patches/patch-aa
multimedia/gstreamer0.10/patches/patch-ac
multimedia/gstreamer0.10/patches/patch-ad
multimedia/gstreamer0.8/ALTERNATIVES
multimedia/gstreamer0.8/DESCR
multimedia/gstreamer0.8/Makefile
multimedia/gstreamer0.8/PLIST
multimedia/gstreamer0.8/buildlink3.mk
multimedia/gstreamer0.8/distinfo
multimedia/gstreamer0.8/files/plugins.tmpl
multimedia/gstreamer0.8/patches/patch-aa
multimedia/gstreamer0.8/patches/patch-ab
multimedia/gstreamer0.8/plugins.mk
multimedia/gtranscode/DESCR
multimedia/gtranscode/Makefile
multimedia/gtranscode/PLIST
multimedia/gtranscode/distinfo
multimedia/gxine/DESCR
multimedia/gxine/Makefile
multimedia/gxine/PLIST
multimedia/gxine/distinfo
multimedia/gxine/patches/patch-aa
multimedia/gxine/patches/patch-ab
multimedia/gxine/patches/patch-ad
multimedia/gxine/patches/patch-af
multimedia/gxine/patches/patch-ag
multimedia/gxine/patches/patch-ah
multimedia/gxine/patches/patch-ai
multimedia/gxine/patches/patch-aj
multimedia/gxine/patches/patch-ak
multimedia/gxine/patches/patch-an
multimedia/gxine/patches/patch-ao
multimedia/gxine/patches/patch-aq
multimedia/kaffeine/DESCR
multimedia/kaffeine/Makefile
multimedia/kaffeine/PLIST
multimedia/kaffeine/distinfo
multimedia/kaffeine/patches/patch-aa
multimedia/kaffeine/patches/patch-ab
multimedia/kaffeine/patches/patch-ac
multimedia/kaffeine/patches/patch-ad
multimedia/kdemultimedia3/DESCR
multimedia/kdemultimedia3/Makefile
multimedia/kdemultimedia3/PLIST
multimedia/kdemultimedia3/buildlink3.mk
multimedia/kdemultimedia3/distinfo
multimedia/kdemultimedia3/options.mk
multimedia/kdemultimedia3/patches/patch-aa
multimedia/kdemultimedia3/patches/patch-ab
multimedia/kdemultimedia3/patches/patch-ac
multimedia/kdemultimedia3/patches/patch-ad
multimedia/kdemultimedia3/patches/patch-ae
multimedia/kdemultimedia3/patches/patch-af
multimedia/kdemultimedia3/patches/patch-ag
multimedia/kdemultimedia3/patches/patch-ah
multimedia/kdemultimedia3/patches/patch-ai
multimedia/kdemultimedia3/patches/patch-aj
multimedia/kdemultimedia3/patches/patch-am
multimedia/kdemultimedia3/patches/patch-an
multimedia/kdemultimedia3/patches/patch-ap
multimedia/kdemultimedia3/patches/patch-aq
multimedia/kdemultimedia3/patches/patch-ar
multimedia/kdemultimedia3/patches/patch-cs
multimedia/kdemultimedia3/patches/patch-cu
multimedia/kmplayer/DESCR
multimedia/kmplayer/Makefile
multimedia/kmplayer/PLIST
multimedia/kmplayer/distinfo
multimedia/kmplayer/patches/patch-aa
multimedia/kmplayer/patches/patch-ab
multimedia/kmplayer/patches/patch-ac
multimedia/libassetml/DESCR
multimedia/libassetml/Makefile
multimedia/libassetml/PLIST
multimedia/libassetml/buildlink3.mk
multimedia/libassetml/distinfo
multimedia/libdv-tools/DESCR
multimedia/libdv-tools/Makefile
multimedia/libdv-tools/PLIST
multimedia/libdv/DESCR
multimedia/libdv/Makefile
multimedia/libdv/Makefile.common
multimedia/libdv/PLIST
multimedia/libdv/buildlink3.mk
multimedia/libdv/distinfo
multimedia/libdv/patches/patch-aa
multimedia/libdv/patches/patch-ab
multimedia/libdv/patches/patch-ac
multimedia/libdv/patches/patch-ad
multimedia/libdv/patches/patch-ae
multimedia/libdvbpsi/DESCR
multimedia/libdvbpsi/Makefile
multimedia/libdvbpsi/PLIST
multimedia/libdvbpsi/buildlink3.mk
multimedia/libdvbpsi/distinfo
multimedia/libdvdcss/DESCR
multimedia/libdvdcss/Makefile
multimedia/libdvdcss/PLIST
multimedia/libdvdcss/buildlink3.mk
multimedia/libdvdcss/distinfo
multimedia/libdvdnav/DESCR
multimedia/libdvdnav/Makefile
multimedia/libdvdnav/PLIST
multimedia/libdvdnav/buildlink3.mk
multimedia/libdvdnav/distinfo
multimedia/libdvdnav/patches/patch-aa
multimedia/libdvdnav/patches/patch-ab
multimedia/libdvdnav/patches/patch-ac
multimedia/libdvdnav/patches/patch-ad
multimedia/libdvdplay/DESCR
multimedia/libdvdplay/Makefile
multimedia/libdvdplay/PLIST
multimedia/libdvdplay/buildlink3.mk
multimedia/libdvdplay/distinfo
multimedia/libdvdread/DESCR
multimedia/libdvdread/MESSAGE
multimedia/libdvdread/Makefile
multimedia/libdvdread/PLIST
multimedia/libdvdread/buildlink3.mk
multimedia/libdvdread/distinfo
multimedia/libflash/DESCR
multimedia/libflash/Makefile
multimedia/libflash/Makefile.common
multimedia/libflash/PLIST
multimedia/libflash/buildlink3.mk
multimedia/libflash/distinfo
multimedia/libflash/patches/patch-aa
multimedia/libflash/patches/patch-ab
multimedia/libflash/patches/patch-ac
multimedia/libflash/patches/patch-ad
multimedia/libflash/patches/patch-ae
multimedia/libflash/patches/patch-af
multimedia/libflash/patches/patch-ag
multimedia/libflash/patches/patch-ah
multimedia/libflash/patches/patch-ai
multimedia/libflash/patches/patch-aj
multimedia/libflash/patches/patch-ak
multimedia/libflash/patches/patch-al
multimedia/libflash/patches/patch-am
multimedia/libflashsupport/DESCR
multimedia/libflashsupport/Makefile
multimedia/libflashsupport/PLIST
multimedia/libflashsupport/distinfo
multimedia/libmatroska/DESCR
multimedia/libmatroska/Makefile
multimedia/libmatroska/PLIST
multimedia/libmatroska/buildlink3.mk
multimedia/libmatroska/distinfo
multimedia/libmatroska/patches/patch-ac
multimedia/libmp4v2/DESCR
multimedia/libmp4v2/Makefile
multimedia/libmp4v2/PLIST
multimedia/libmp4v2/buildlink3.mk
multimedia/libmp4v2/distinfo
multimedia/libmp4v2/patches/patch-aa
multimedia/libmp4v2/patches/patch-ab
multimedia/libmp4v2/patches/patch-ac
multimedia/libmp4v2/patches/patch-ad
multimedia/libmp4v2/patches/patch-ae
multimedia/libmp4v2/patches/patch-af
multimedia/libmp4v2/patches/patch-ag
multimedia/libmp4v2/patches/patch-ah
multimedia/libmp4v2/patches/patch-ai
multimedia/libmp4v2/patches/patch-aj
multimedia/libmp4v2/patches/patch-ak
multimedia/libmp4v2/patches/patch-al
multimedia/libmpeg2/DESCR
multimedia/libmpeg2/Makefile
multimedia/libmpeg2/PLIST
multimedia/libmpeg2/buildlink3.mk
multimedia/libmpeg2/distinfo
multimedia/libmpeg2/patches/patch-aa
multimedia/libmpeg2/patches/patch-ab
multimedia/libmpeg3/DESCR
multimedia/libmpeg3/Makefile
multimedia/libmpeg3/PLIST
multimedia/libmpeg3/buildlink3.mk
multimedia/libmpeg3/distinfo
multimedia/libmpeg3/patches/patch-aa
multimedia/libmpeg3/patches/patch-ac
multimedia/libmpeg3/patches/patch-ad
multimedia/libmpeg3/patches/patch-ae
multimedia/libmpeg3/patches/patch-ag
multimedia/libmpeg3/patches/patch-ah
multimedia/libmpeg3/patches/patch-ai
multimedia/libnms/DESCR
multimedia/libnms/Makefile
multimedia/libnms/PLIST
multimedia/libnms/buildlink3.mk
multimedia/libnms/distinfo
multimedia/libnms/patches/patch-aa
multimedia/libogg/DESCR
multimedia/libogg/Makefile
multimedia/libogg/PLIST
multimedia/libogg/buildlink3.mk
multimedia/libogg/distinfo
multimedia/libtheora/DESCR
multimedia/libtheora/Makefile
multimedia/libtheora/PLIST
multimedia/libtheora/buildlink3.mk
multimedia/libtheora/distinfo
multimedia/lsdvd/DESCR
multimedia/lsdvd/Makefile
multimedia/lsdvd/PLIST
multimedia/lsdvd/distinfo
multimedia/lsdvd/patches/patch-aa
multimedia/lsdvd/patches/patch-ab
multimedia/lsdvd/patches/patch-ac
multimedia/mediatomb/DESCR
multimedia/mediatomb/Makefile
multimedia/mediatomb/PLIST
multimedia/mediatomb/distinfo
multimedia/mediatomb/options.mk
multimedia/mediatomb/patches/patch-aa
multimedia/mediatomb/patches/patch-ab
multimedia/mediatomb/patches/patch-ac
multimedia/mediatomb/patches/patch-ad
multimedia/mediatomb/patches/patch-ae
multimedia/mediatomb/patches/patch-af
multimedia/mediatomb/patches/patch-ag
multimedia/mencoder/DESCR
multimedia/mencoder/Makefile
multimedia/mencoder/PLIST
multimedia/ming/DESCR
multimedia/ming/Makefile
multimedia/ming/PLIST
multimedia/ming/buildlink3.mk
multimedia/ming/distinfo
multimedia/ming/patches/patch-aa
multimedia/ming/patches/patch-ab
multimedia/ming/patches/patch-ac
multimedia/ming/patches/patch-ad
multimedia/ming/patches/patch-ae
multimedia/ming/patches/patch-af
multimedia/mjpegtools/DESCR
multimedia/mjpegtools/Makefile
multimedia/mjpegtools/PLIST
multimedia/mjpegtools/buildlink3.mk
multimedia/mjpegtools/distinfo
multimedia/mjpegtools/hacks.mk
multimedia/mjpegtools/options.mk
multimedia/mjpegtools/patches/patch-aa
multimedia/mjpegtools/patches/patch-ab
multimedia/mjpegtools/patches/patch-ac
multimedia/mjpegtools/patches/patch-ad
multimedia/mjpegtools/patches/patch-ae
multimedia/mkvtoolnix/DESCR
multimedia/mkvtoolnix/Makefile
multimedia/mkvtoolnix/Makefile.dist
multimedia/mkvtoolnix/PLIST
multimedia/mkvtoolnix/distinfo
multimedia/mkvtoolnix/patches/patch-aa
multimedia/mkvtoolnix/patches/patch-ab
multimedia/mkvtoolnix/patches/patch-ac
multimedia/mkvtoolnix/patches/patch-ad
multimedia/mkvtoolnix/patches/patch-ae
multimedia/mkvtoolnix/patches/patch-af
multimedia/mkvtoolnix/patches/patch-ag
multimedia/mkvtoolnix/patches/patch-ah
multimedia/mmg/DESCR
multimedia/mmg/Makefile
multimedia/mmg/PLIST
multimedia/mmg/distinfo
multimedia/mmg/patches/patch-aa
multimedia/mmg/patches/patch-ab
multimedia/mmg/patches/patch-ac
multimedia/mpeg-lib/DESCR
multimedia/mpeg-lib/Makefile
multimedia/mpeg-lib/PLIST
multimedia/mpeg-lib/buildlink3.mk
multimedia/mpeg-lib/distinfo
multimedia/mpeg-lib/patches/patch-aa
multimedia/mpeg-lib/patches/patch-ab
multimedia/mpeg-lib/patches/patch-ac
multimedia/mpeg-lib/patches/patch-ad
multimedia/mpeg-lib/patches/patch-ae
multimedia/mpeg-lib/patches/patch-af
multimedia/mpeg-lib/patches/patch-ag
multimedia/mpeg-lib/patches/patch-ah
multimedia/mpeg-lib/patches/patch-ai
multimedia/mpeg-lib/patches/patch-aj
multimedia/mpeg-lib/patches/patch-ak
multimedia/mpeg-lib/patches/patch-al
multimedia/mpeg-lib/patches/patch-am
multimedia/mpeg-lib/patches/patch-an
multimedia/mpeg-lib/patches/patch-ao
multimedia/mpeg-lib/patches/patch-ap
multimedia/mpeg4ip/DESCR
multimedia/mpeg4ip/Makefile
multimedia/mpeg4ip/PLIST
multimedia/mpeg4ip/buildlink3.mk
multimedia/mpeg4ip/distinfo
multimedia/mpeg4ip/patches/patch-aa
multimedia/mpeg4ip/patches/patch-ab
multimedia/mpeg4ip/patches/patch-ac
multimedia/mpeg4ip/patches/patch-ad
multimedia/mpeg4ip/patches/patch-ae
multimedia/mpeg4ip/patches/patch-af
multimedia/mpeg4ip/patches/patch-ag
multimedia/mpeg4ip/patches/patch-ah
multimedia/mpeg4ip/patches/patch-ai
multimedia/mpeg4ip/patches/patch-aj
multimedia/mpeg_encode/DESCR
multimedia/mpeg_encode/Makefile
multimedia/mpeg_encode/PLIST
multimedia/mpeg_encode/distinfo
multimedia/mpeg_encode/patches/patch-aa
multimedia/mpeg_encode/patches/patch-ab
multimedia/mpeg_encode/patches/patch-ac
multimedia/mpeg_encode/patches/patch-ad
multimedia/mpeg_encode/patches/patch-ae
multimedia/mpeg_encode/patches/patch-ag
multimedia/mpeg_encode/patches/patch-ah
multimedia/mpeg_encode/patches/patch-ai
multimedia/mpeg_encode/patches/patch-aj
multimedia/mpeg_encode/patches/patch-ak
multimedia/mpeg_encode/patches/patch-al
multimedia/mpeg_encode/patches/patch-am
multimedia/mpeg_encode/patches/patch-an
multimedia/mpeg_encode/patches/patch-ao
multimedia/mpeg_encode/patches/patch-ap
multimedia/mpeg_play/DESCR
multimedia/mpeg_play/Makefile
multimedia/mpeg_play/PLIST
multimedia/mpeg_play/distinfo
multimedia/mpeg_play/patches/patch-aa
multimedia/mpeg_play/patches/patch-ab
multimedia/mplayer-plugin-firefox-gtk1/Makefile
multimedia/mplayer-plugin-firefox/DESCR
multimedia/mplayer-plugin-firefox/Makefile
multimedia/mplayer-plugin-firefox/Makefile.common
multimedia/mplayer-plugin-firefox/PLIST
multimedia/mplayer-plugin-firefox/distinfo
multimedia/mplayer-plugin-firefox/files/mozilla-nspr.pc.in
multimedia/mplayer-plugin-firefox/files/mozilla-plugin.pc.in
multimedia/mplayer-plugin-firefox/files/mozilla-xpcom.pc.in
multimedia/mplayer-plugin-firefox/patches/patch-aa
multimedia/mplayer-plugin-firefox/patches/patch-ab
multimedia/mplayer-plugin-firefox/patches/patch-ad
multimedia/mplayer-plugin-firefox/patches/patch-ae
multimedia/mplayer-plugin-seamonkey-gtk1/Makefile
multimedia/mplayer-plugin-seamonkey/Makefile
multimedia/mplayer-share/DESCR
multimedia/mplayer-share/Makefile
multimedia/mplayer-share/Makefile.cflags
multimedia/mplayer-share/Makefile.common
multimedia/mplayer-share/Makefile.depends
multimedia/mplayer-share/PLIST
multimedia/mplayer-share/distinfo
multimedia/mplayer-share/options.mk
multimedia/mplayer-share/patches/patch-aa
multimedia/mplayer-share/patches/patch-ab
multimedia/mplayer-share/patches/patch-ac
multimedia/mplayer-share/patches/patch-ad
multimedia/mplayer-share/patches/patch-ae
multimedia/mplayer-share/patches/patch-af
multimedia/mplayer-share/patches/patch-ag
multimedia/mplayer-share/patches/patch-ah
multimedia/mplayer-share/patches/patch-ai
multimedia/mplayer-share/patches/patch-aj
multimedia/mplayer-share/patches/patch-ak
multimedia/mplayer-share/patches/patch-ba
multimedia/mplayer-share/patches/patch-bb
multimedia/mplayer-share/patches/patch-bc
multimedia/mplayer-share/patches/patch-bd
multimedia/mplayer-share/patches/patch-tc
multimedia/mplayer/DESCR
multimedia/mplayer/Makefile
multimedia/mplayer/PLIST
multimedia/ns-flash/DESCR
multimedia/ns-flash/INSTALL.nspluginwrapper
multimedia/ns-flash/Makefile
multimedia/ns-flash/PLIST
multimedia/ns-flash/distinfo
multimedia/ns-flash/options.mk
multimedia/ogle/DESCR
multimedia/ogle/MESSAGE.NetBSD
multimedia/ogle/Makefile
multimedia/ogle/PLIST
multimedia/ogle/buildlink3.mk
multimedia/ogle/distinfo
multimedia/ogle/patches/patch-aa
multimedia/ogle/patches/patch-ab
multimedia/ogle/patches/patch-ac
multimedia/ogle_gui/DESCR
multimedia/ogle_gui/Makefile
multimedia/ogle_gui/PLIST
multimedia/ogle_gui/distinfo
multimedia/ogle_gui/patches/patch-aa
multimedia/ogle_gui/patches/patch-ab
multimedia/ogle_gui/patches/patch-ac
multimedia/ogle_gui/patches/patch-ad
multimedia/ogmtools/DESCR
multimedia/ogmtools/Makefile
multimedia/ogmtools/PLIST
multimedia/ogmtools/distinfo
multimedia/openquicktime/DESCR
multimedia/openquicktime/Makefile
multimedia/openquicktime/PLIST
multimedia/openquicktime/buildlink3.mk
multimedia/openquicktime/distinfo
multimedia/openquicktime/patches/patch-aa
multimedia/p5-xmltv/DESCR
multimedia/p5-xmltv/Makefile
multimedia/p5-xmltv/PLIST
multimedia/p5-xmltv/distinfo
multimedia/p5-xmltv/patches/patch-aa
multimedia/php-ming/DESCR
multimedia/php-ming/Makefile
multimedia/py-gstreamer0.10/DESCR
multimedia/py-gstreamer0.10/Makefile
multimedia/py-gstreamer0.10/PLIST
multimedia/py-gstreamer0.10/buildlink3.mk
multimedia/py-gstreamer0.10/distinfo
multimedia/py-gstreamer0.10/patches/patch-ac
multimedia/py-gstreamer0.10/patches/patch-ad
multimedia/py-ming/DESCR
multimedia/py-ming/Makefile
multimedia/py-ming/PLIST
multimedia/py-ming/distinfo
multimedia/realplayer-codecs/DESCR
multimedia/realplayer-codecs/MESSAGE.common
multimedia/realplayer-codecs/MESSAGE.powerpc
multimedia/realplayer-codecs/Makefile
multimedia/realplayer-codecs/PLIST
multimedia/realplayer-codecs/distinfo
multimedia/regionset/DESCR
multimedia/regionset/Makefile
multimedia/regionset/PLIST
multimedia/regionset/distinfo
multimedia/regionset/patches/patch-aa
multimedia/regionset/patches/patch-ab
multimedia/replex/DESCR
multimedia/replex/Makefile
multimedia/replex/PLIST
multimedia/replex/distinfo
multimedia/replex/patches/patch-aa
multimedia/replex/patches/patch-ab
multimedia/ruby-ming/DESCR
multimedia/ruby-ming/Makefile
multimedia/ruby-ming/PLIST
multimedia/ruby-ming/distinfo
multimedia/smpeg-xmms/DESCR
multimedia/smpeg-xmms/Makefile
multimedia/smpeg-xmms/PLIST
multimedia/smpeg-xmms/distinfo
multimedia/smpeg-xmms/patches/patch-aa
multimedia/smpeg/DESCR
multimedia/smpeg/Makefile
multimedia/smpeg/PLIST
multimedia/smpeg/buildlink3.mk
multimedia/smpeg/distinfo
multimedia/smpeg/options.mk
multimedia/smpeg/patches/patch-aa
multimedia/smpeg/patches/patch-ab
multimedia/smpeg/patches/patch-ac
multimedia/smpeg/patches/patch-ad
multimedia/smpeg/patches/patch-ae
multimedia/subtitleeditor/DESCR
multimedia/subtitleeditor/Makefile
multimedia/subtitleeditor/PLIST
multimedia/subtitleeditor/distinfo
multimedia/subtitleeditor/patches/patch-aa
multimedia/subtitleeditor/patches/patch-ab
multimedia/swfdec-gtk2/DESCR
multimedia/swfdec-gtk2/Makefile
multimedia/swfdec-gtk2/PLIST
multimedia/swfdec/DESCR
multimedia/swfdec/MESSAGE
multimedia/swfdec/Makefile
multimedia/swfdec/Makefile.common
multimedia/swfdec/PLIST
multimedia/swfdec/buildlink3.mk
multimedia/swfdec/distinfo
multimedia/swfdec/patches/patch-aa
multimedia/swfdec/patches/patch-ab
multimedia/swfdec/patches/patch-ac
multimedia/swfdec/patches/patch-ad
multimedia/totem-pl-parser/DESCR
multimedia/totem-pl-parser/Makefile
multimedia/totem-pl-parser/PLIST
multimedia/totem-pl-parser/buildlink3.mk
multimedia/totem-pl-parser/distinfo
multimedia/totem-xine/DESCR
multimedia/totem-xine/Makefile
multimedia/totem/DESCR
multimedia/totem/Makefile
multimedia/totem/Makefile.common
multimedia/totem/PLIST
multimedia/totem/buildlink3.mk
multimedia/totem/distinfo
multimedia/totem/patches/patch-aa
multimedia/totem/patches/patch-ad
multimedia/transcode/DESCR
multimedia/transcode/Makefile
multimedia/transcode/PLIST
multimedia/transcode/distinfo
multimedia/transcode/options.mk
multimedia/transcode/patches/patch-aa
multimedia/transcode/patches/patch-ab
multimedia/transcode/patches/patch-ac
multimedia/transcode/patches/patch-ae
multimedia/transcode/patches/patch-aj
multimedia/transcode/patches/patch-ao
multimedia/transcode/patches/patch-as
multimedia/transcode/patches/patch-at
multimedia/transcode/patches/patch-au
multimedia/transcode/patches/patch-av
multimedia/vlc/DESCR
multimedia/vlc/Makefile
multimedia/vlc/PLIST
multimedia/vlc/buildlink3.mk
multimedia/vlc/distinfo
multimedia/vlc/options.mk
multimedia/vlc/patches/patch-aa
multimedia/vlc/patches/patch-ab
multimedia/vlc/patches/patch-ac
multimedia/vlc/patches/patch-ad
multimedia/vlc07/DESCR
multimedia/vlc07/MESSAGE.NetBSD
multimedia/vlc07/Makefile
multimedia/vlc07/PLIST.Linux-i386
multimedia/vlc07/PLIST.common
multimedia/vlc07/PLIST.common_end
multimedia/vlc07/PLIST.i386
multimedia/vlc07/PLIST.powerpc
multimedia/vlc07/buildlink3.mk
multimedia/vlc07/distinfo
multimedia/vlc07/hacks.mk
multimedia/vlc07/options.mk
multimedia/vlc07/patches/patch-aa
multimedia/vlc07/patches/patch-ab
multimedia/vlc07/patches/patch-ac
multimedia/vlc07/patches/patch-ad
multimedia/vlc07/patches/patch-ae
multimedia/vlc07/patches/patch-af
multimedia/vlc07/patches/patch-ag
multimedia/vlc07/patches/patch-ah
multimedia/vlc07/patches/patch-ai
multimedia/vlc07/patches/patch-aj
multimedia/vlc07/patches/patch-ak
multimedia/vlc07/patches/patch-al
multimedia/vls/DESCR
multimedia/vls/Makefile
multimedia/vls/PLIST
multimedia/vls/distinfo
multimedia/vls/patches/patch-aa
multimedia/vls/patches/patch-ab
multimedia/vls/patches/patch-ac
multimedia/vls/patches/patch-ad
multimedia/vls/patches/patch-ae
multimedia/vls/patches/patch-af
multimedia/vls/patches/patch-ag
multimedia/vls/patches/patch-ah
multimedia/vls/patches/patch-ai
multimedia/vls/patches/patch-aj
multimedia/win32-codecs/DESCR
multimedia/win32-codecs/Makefile
multimedia/win32-codecs/PLIST
multimedia/win32-codecs/distinfo
multimedia/x264-devel/DESCR
multimedia/x264-devel/Makefile
multimedia/x264-devel/PLIST
multimedia/x264-devel/buildlink3.mk
multimedia/x264-devel/distinfo
multimedia/x264-devel/files/strip_fopt.sh
multimedia/x264-devel/patches/patch-aa
multimedia/x264-devel/patches/patch-ab
multimedia/xanim/DESCR
multimedia/xanim/Makefile
multimedia/xanim/Makefile.codecs
multimedia/xanim/PLIST
multimedia/xanim/distinfo
multimedia/xanim/patches/patch-aa
multimedia/xanim/patches/patch-ab
multimedia/xanim/patches/patch-ae
multimedia/xawtv/DESCR
multimedia/xawtv/Makefile
multimedia/xawtv/PLIST
multimedia/xawtv/distinfo
multimedia/xawtv/patches/patch-aa
multimedia/xawtv/patches/patch-ab
multimedia/xawtv/patches/patch-ac
multimedia/xawtv/patches/patch-ad
multimedia/xawtv/patches/patch-af
multimedia/xfce4-mpc-plugin/DESCR
multimedia/xfce4-mpc-plugin/Makefile
multimedia/xfce4-mpc-plugin/PLIST
multimedia/xfce4-mpc-plugin/buildlink3.mk
multimedia/xfce4-mpc-plugin/distinfo
multimedia/xfmedia/DESCR
multimedia/xfmedia/Makefile
multimedia/xfmedia/PLIST
multimedia/xfmedia/distinfo
multimedia/xfmedia/patches/patch-aa
multimedia/xfmedia/patches/patch-ab
multimedia/xine-lib/DESCR
multimedia/xine-lib/MESSAGE.i386
multimedia/xine-lib/Makefile
multimedia/xine-lib/Makefile.common
multimedia/xine-lib/PLIST.DragonFly
multimedia/xine-lib/PLIST.FreeBSD
multimedia/xine-lib/PLIST.Linux
multimedia/xine-lib/PLIST.NetBSD
multimedia/xine-lib/PLIST.SunOS
multimedia/xine-lib/PLIST.common
multimedia/xine-lib/PLIST.common_end
multimedia/xine-lib/PLIST.i386
multimedia/xine-lib/buildlink3.mk
multimedia/xine-lib/distinfo
multimedia/xine-lib/patches/patch-aa
multimedia/xine-lib/patches/patch-ab
multimedia/xine-lib/patches/patch-ad
multimedia/xine-lib/patches/patch-ae
multimedia/xine-lib/patches/patch-ag
multimedia/xine-lib/patches/patch-ah
multimedia/xine-lib/patches/patch-ai
multimedia/xine-lib/patches/patch-aj
multimedia/xine-lib/patches/patch-ak
multimedia/xine-lib/patches/patch-al
multimedia/xine-lib/patches/patch-ao
multimedia/xine-lib/patches/patch-ap
multimedia/xine-lib/patches/patch-aq
multimedia/xine-lib/patches/patch-as
multimedia/xine-lib/patches/patch-av
multimedia/xine-lib/patches/patch-aw
multimedia/xine-lib/patches/patch-ax
multimedia/xine-lib/patches/patch-ay
multimedia/xine-lib/patches/patch-be
multimedia/xine-lib/patches/patch-bg
multimedia/xine-lib/patches/patch-cb
multimedia/xine-lib/patches/patch-cd
multimedia/xine-lib/patches/patch-da
multimedia/xine-lib/patches/patch-db
multimedia/xine-lib/patches/patch-dc
multimedia/xine-lib/patches/patch-eb
multimedia/xine-lib/patches/patch-fa
multimedia/xine-ui/DESCR
multimedia/xine-ui/MESSAGE.NetBSD
multimedia/xine-ui/Makefile
multimedia/xine-ui/PLIST
multimedia/xine-ui/distinfo
multimedia/xine-ui/patches/patch-aa
multimedia/xine-ui/patches/patch-ab
multimedia/xine-ui/patches/patch-ae
multimedia/xine-ui/patches/patch-ag
multimedia/xine-ui/patches/patch-at
multimedia/xine-ui/patches/patch-zy
multimedia/xine-ui/patches/patch-zz
multimedia/xvid4conf/DESCR
multimedia/xvid4conf/Makefile
multimedia/xvid4conf/PLIST
multimedia/xvid4conf/distinfo
multimedia/xvidcore/DESCR
multimedia/xvidcore/Makefile
multimedia/xvidcore/PLIST
multimedia/xvidcore/buildlink3.mk
multimedia/xvidcore/distinfo
multimedia/xvidcore/patches/patch-aa
multimedia/xvidcore/patches/patch-ab
net/3proxy/DESCR
net/3proxy/Makefile
net/3proxy/PLIST
net/3proxy/distinfo
net/3proxy/patches/patch-aa
net/3proxy/patches/patch-ab
net/3proxy/patches/patch-ac
net/3proxy/patches/patch-ad
net/3proxy/patches/patch-ae
net/6tunnel/DESCR
net/6tunnel/Makefile
net/6tunnel/PLIST
net/6tunnel/distinfo
net/6tunnel/patches/patch-aa
net/DarwinStreamingServer/DESCR
net/DarwinStreamingServer/MESSAGE
net/DarwinStreamingServer/Makefile
net/DarwinStreamingServer/PLIST
net/DarwinStreamingServer/distinfo
net/DarwinStreamingServer/patches/patch-aa
net/DarwinStreamingServer/patches/patch-ab
net/DarwinStreamingServer/patches/patch-ac
net/DarwinStreamingServer/patches/patch-ad
net/DarwinStreamingServer/patches/patch-ae
net/DarwinStreamingServer/patches/patch-af
net/DarwinStreamingServer/patches/patch-ag
net/DarwinStreamingServer/patches/patch-ah
net/DarwinStreamingServer/patches/patch-ai
net/DarwinStreamingServer/patches/patch-aj
net/DarwinStreamingServer/patches/patch-ak
net/DarwinStreamingServer/patches/patch-al
net/DarwinStreamingServer/patches/patch-am
net/DarwinStreamingServer/patches/patch-an
net/DarwinStreamingServer/patches/patch-ap
net/DarwinStreamingServer/patches/patch-aq
net/DarwinStreamingServer/patches/patch-ar
net/DarwinStreamingServer/patches/patch-as
net/DarwinStreamingServer/patches/patch-at
net/DarwinStreamingServer/patches/patch-au
net/DarwinStreamingServer/patches/patch-av
net/GeoIP/DESCR
net/GeoIP/Makefile
net/GeoIP/PLIST
net/GeoIP/buildlink3.mk
net/GeoIP/distinfo
net/GeoIP/patches/patch-aa
net/GeoIP/patches/patch-ab
net/GeoIP/patches/patch-ac
net/GeoIP/patches/patch-ad
net/Geomyidae/DESCR
net/Geomyidae/MESSAGE
net/Geomyidae/Makefile
net/Geomyidae/PLIST
net/Geomyidae/distinfo
net/Geomyidae/files/Geomyidae.sh
net/IglooFTP/DESCR
net/IglooFTP/Makefile
net/IglooFTP/PLIST
net/IglooFTP/distinfo
net/IglooFTP/patches/patch-aa
net/IglooFTP/patches/patch-ab
net/IglooFTP/patches/patch-ac
net/IglooFTP/patches/patch-ad
net/IglooFTP/patches/patch-ae
net/IglooFTP/patches/patch-af
net/IglooFTP/patches/patch-ag
net/LaBrea/DESCR
net/LaBrea/Makefile
net/LaBrea/PLIST
net/LaBrea/distinfo
net/LaBrea/patches/patch-aa
net/LaBrea/patches/patch-ab
net/Makefile
net/ORBit/DESCR
net/ORBit/Makefile
net/ORBit/PLIST
net/ORBit/buildlink3.mk
net/ORBit/distinfo
net/ORBit/hacks.mk
net/ORBit/patches/patch-aa
net/ORBit/patches/patch-ab
net/ORBit/patches/patch-ac
net/ORBit/patches/patch-ad
net/ORBit/patches/patch-ae
net/ORBit/patches/patch-af
net/ORBit/patches/patch-ag
net/ORBit/patches/patch-ah
net/ORBit/patches/patch-ai
net/ORBit/patches/patch-ak
net/ORBit/patches/patch-al
net/ORBit/patches/patch-am
net/ORBit/patches/patch-an
net/ORBit/patches/patch-ao
net/ORBit/patches/patch-ap
net/ORBit2/DESCR
net/ORBit2/Makefile
net/ORBit2/PLIST
net/ORBit2/buildlink3.mk
net/ORBit2/distinfo
net/ORBit2/patches/patch-aa
net/ORBit2/patches/patch-ab
net/ORBit2/patches/patch-ac
net/ORBit2/patches/patch-ae
net/SDL_net/DESCR
net/SDL_net/Makefile
net/SDL_net/PLIST
net/SDL_net/buildlink3.mk
net/SDL_net/distinfo
net/Transmission/DESCR
net/Transmission/Makefile
net/Transmission/PLIST.common
net/Transmission/PLIST.gtk
net/Transmission/distinfo
net/Transmission/options.mk
net/Transmission/patches/patch-aa
net/Transmission/patches/patch-ab
net/Transmission/patches/patch-ac
net/Transmission/patches/patch-ae
net/adns/DESCR
net/adns/Makefile
net/adns/PLIST
net/adns/buildlink3.mk
net/adns/distinfo
net/adns/patches/patch-aa
net/adns/patches/patch-ab
net/adns/patches/patch-ac
net/adns/patches/patch-ad
net/adns/patches/patch-ae
net/adns/patches/patch-af
net/adns/patches/patch-ag
net/aget/DESCR
net/aget/Makefile
net/aget/PLIST
net/aget/distinfo
net/aget/patches/patch-aa
net/aget/patches/patch-ab
net/aget/patches/patch-ac
net/aget/patches/patch-ad
net/aiccu/DESCR
net/aiccu/Makefile
net/aiccu/PLIST
net/aiccu/distinfo
net/aiccu/files/aiccu.sh
net/aiccu/options.mk
net/aiccu/patches/patch-aa
net/aiccu/patches/patch-ac
net/airport2basestationconfig/DESCR
net/airport2basestationconfig/Makefile
net/airport2basestationconfig/PLIST
net/airport2basestationconfig/distinfo
net/airportbasestationconfig/DESCR
net/airportbasestationconfig/Makefile
net/airportbasestationconfig/PLIST
net/airportbasestationconfig/distinfo
net/airportmodemutility/DESCR
net/airportmodemutility/Makefile
net/airportmodemutility/PLIST
net/airportmodemutility/distinfo
net/amule/DESCR
net/amule/Makefile
net/amule/PLIST
net/amule/distinfo
net/amule/patches/patch-aa
net/amule/patches/patch-ab
net/aoe-vblade/DESCR
net/aoe-vblade/Makefile
net/aoe-vblade/PLIST
net/aoe-vblade/distinfo
net/aoe-vblade/patches/patch-aa
net/aoe-vblade/patches/patch-ab
net/argus/DESCR
net/argus/Makefile
net/argus/PLIST
net/argus/distinfo
net/argus/files/argusd.sh
net/argus/options.mk
net/argus/patches/patch-aa
net/aria2/DESCR
net/aria2/Makefile
net/aria2/PLIST
net/aria2/distinfo
net/aria2/options.mk
net/arla/DEINSTALL
net/arla/DESCR
net/arla/INSTALL
net/arla/MESSAGE
net/arla/Makefile
net/arla/PLIST
net/arla/distinfo
net/arla/files/arlad.sh
net/arla/files/fstab
net/arla/files/lkm.conf
net/arla/options.mk
net/arla/patches/patch-ah
net/arla/patches/patch-ak
net/arla/patches/patch-al
net/arla/patches/patch-aw
net/arla/patches/patch-az
net/arla/patches/patch-bi
net/arla/patches/patch-bj
net/arla/patches/patch-bl
net/arla/patches/patch-bn
net/arla/patches/patch-bo
net/arla/patches/patch-bp
net/arla/patches/patch-bq
net/arla/patches/patch-br
net/arla/patches/patch-bs
net/arla/patches/patch-libslmakefilein
net/arpd/DESCR
net/arpd/Makefile
net/arpd/PLIST
net/arpd/distinfo
net/arpd/hacks.mk
net/arpd/patches/patch-aa
net/arpd/patches/patch-ab
net/arpd/patches/patch-ac
net/arpd/patches/patch-ad
net/arpd/patches/patch-ae
net/arping/DESCR
net/arping/Makefile
net/arping/PLIST
net/arping/distinfo
net/arping/patches/patch-ab
net/arpwatch/DESCR
net/arpwatch/Makefile
net/arpwatch/PLIST
net/arpwatch/distinfo
net/arpwatch/files/arpwatch.sh
net/arpwatch/patches/patch-aa
net/arpwatch/patches/patch-ab
net/arpwatch/patches/patch-ac
net/arpwatch/patches/patch-ad
net/arpwatch/patches/patch-ae
net/autonet/DESCR
net/autonet/Makefile
net/autonet/PLIST
net/autonet/distinfo
net/awhois/DESCR
net/awhois/Makefile
net/awhois/PLIST
net/awhois/distinfo
net/balance/DESCR
net/balance/Makefile
net/balance/PLIST
net/balance/distinfo
net/balance/patches/patch-aa
net/balance/patches/patch-ab
net/batchftp/DESCR
net/batchftp/Makefile
net/batchftp/PLIST
net/batchftp/distinfo
net/batchftp/files/Makefile
net/batchftp/patches/patch-aa
net/bftpd/DESCR
net/bftpd/Makefile
net/bftpd/PLIST
net/bftpd/distinfo
net/bftpd/patches/patch-aa
net/bftpd/patches/patch-ab
net/bind8/DESCR
net/bind8/Makefile
net/bind8/PLIST.DragonFly
net/bind8/PLIST.FreeBSD
net/bind8/PLIST.NetBSD
net/bind8/PLIST.SunOS
net/bind8/PLIST.common
net/bind8/PLIST.common_end
net/bind8/distinfo
net/bind8/files/named.sh
net/bind8/patches/patch-aa
net/bind8/patches/patch-ab
net/bind8/patches/patch-ad
net/bind8/patches/patch-ae
net/bind8/patches/patch-af
net/bind8/patches/patch-ag
net/bind8/patches/patch-ah
net/bind8/patches/patch-ai
net/bind8/patches/patch-aj
net/bind8/patches/patch-ak
net/bind8/patches/patch-al
net/bind8/patches/patch-am
net/bind8/patches/patch-an
net/bind9/DESCR
net/bind9/MESSAGE
net/bind9/Makefile
net/bind9/PLIST
net/bind9/buildlink3.mk
net/bind9/builtin.mk
net/bind9/distinfo
net/bind9/files/lwresd.sh
net/bind9/files/named9.sh
net/bind9/patches/patch-ab
net/bind9/patches/patch-ac
net/bind9/patches/patch-ad
net/bind9/patches/patch-af
net/bind9/patches/patch-ag
net/bind9/patches/patch-ai
net/bind9/patches/patch-aj
net/bind9/patches/patch-al
net/bind9/patches/patch-am
net/bind9/patches/patch-an
net/bind9/patches/patch-ao
net/bing/DESCR
net/bing/Makefile
net/bing/PLIST
net/bing/distinfo
net/bing/patches/patch-aa
net/bing/patches/patch-ab
net/bittornado-gui/DESCR
net/bittornado-gui/Makefile
net/bittornado-gui/PLIST
net/bittornado/DESCR
net/bittornado/Makefile
net/bittornado/Makefile.common
net/bittornado/PLIST
net/bittornado/distinfo
net/bittornado/patches/patch-aa
net/bittorrent-gui/DESCR
net/bittorrent-gui/Makefile
net/bittorrent-gui/PLIST
net/bittorrent/DESCR
net/bittorrent/Makefile
net/bittorrent/Makefile.common
net/bittorrent/PLIST
net/bittorrent/distinfo
net/bittorrent/patches/patch-aa
net/bittorrent/patches/patch-ab
net/bittorrent/patches/patch-ac
net/bmon/DESCR
net/bmon/Makefile
net/bmon/PLIST
net/bmon/distinfo
net/bmon/patches/patch-aa
net/boinc3-coreclient/DESCR
net/boinc3-coreclient/Makefile
net/boinc3-coreclient/PLIST
net/boinc3-coreclient/distinfo
net/boinc3-coreclient/patches/patch-aa
net/boinc3-coreclient/patches/patch-ab
net/boinc3-coreclient/patches/patch-ac
net/boinc3-coreclient/patches/patch-ad
net/boinc3-coreclient/patches/patch-ae
net/boinc3-libs/DESCR
net/boinc3-libs/Makefile
net/boinc3-libs/PLIST
net/boinc3-libs/buildlink3.mk
net/boinc3-seti/DESCR
net/boinc3-seti/Makefile
net/boinc3-seti/PLIST
net/boinc3-seti/distinfo
net/boinc3-seti/files/app_info.xml
net/boinc3-seti/patches/patch-aa
net/bounce/DESCR
net/bounce/Makefile
net/bounce/PLIST
net/bounce/distinfo
net/bounce/patches/patch-aa
net/bounce/patches/patch-ab
net/bpalogin/DESCR
net/bpalogin/Makefile
net/bpalogin/PLIST
net/bpalogin/distinfo
net/bpalogin/files/bpalogin.sh
net/bridged/DESCR
net/bridged/Makefile
net/bridged/PLIST
net/bridged/distinfo
net/bridged/patches/patch-aa
net/bsddip/DESCR
net/bsddip/Makefile
net/bsddip/PLIST
net/bsddip/distinfo
net/bsddip/files/Makefile
net/bsddip/patches/patch-ab
net/bsddip/patches/patch-ac
net/btget/DESCR
net/btget/Makefile
net/btget/PLIST
net/btget/distinfo
net/btget/patches/patch-aa
net/btget/patches/patch-ab
net/btget/patches/patch-ac
net/btpd/DESCR
net/btpd/Makefile
net/btpd/PLIST
net/btpd/distinfo
net/bug-buddy/DESCR
net/bug-buddy/Makefile
net/bug-buddy/PLIST
net/bug-buddy/distinfo
net/cdpd/DESCR
net/cdpd/Makefile
net/cdpd/PLIST
net/cdpd/distinfo
net/cftp/DESCR
net/cftp/Makefile
net/cftp/PLIST
net/cftp/distinfo
net/cftp/patches/patch-aa
net/cftp/patches/patch-ab
net/chksniff/DESCR
net/chksniff/Makefile
net/chksniff/PLIST
net/chksniff/distinfo
net/chksniff/patches/patch-aa
net/choparp/DESCR
net/choparp/Makefile
net/choparp/PLIST
net/choparp/distinfo
net/choparp/patches/patch-aa
net/choparp/patches/patch-ab
net/chrony/DESCR
net/chrony/MESSAGE
net/chrony/Makefile
net/chrony/PLIST
net/chrony/distinfo
net/chrony/files/chronyd.sh
net/chrony/patches/patch-aa
net/chrony/patches/patch-ab
net/chrony/patches/patch-ac
net/chrony/patches/patch-ad
net/chrony/patches/patch-ae
net/chrony/patches/patch-af
net/chrony/patches/patch-ag
net/chrony/patches/patch-ah
net/cia/DESCR
net/cia/Makefile
net/cia/PLIST
net/cia/distinfo
net/cia/patches/patch-aa
net/cia/patches/patch-ab
net/cia/patches/patch-ac
net/cia/patches/patch-ad
net/cidr/DESCR
net/cidr/Makefile
net/cidr/PLIST
net/cidr/distinfo
net/cidr/patches/patch-aa
net/cisco-mibs/DESCR
net/cisco-mibs/Makefile
net/cisco-mibs/PLIST
net/cisco-mibs/distinfo
net/citrix_ica/DESCR
net/citrix_ica/Makefile
net/citrix_ica/PLIST.common
net/citrix_ica/PLIST.common_end
net/citrix_ica/PLIST.linux-i386
net/citrix_ica/PLIST.solaris-sparc
net/citrix_ica/distinfo
net/citrix_ica/files/response.i386
net/citrix_ica/files/response.sparc
net/citrix_ica/files/wfcmgr
net/citrix_ica/files/wfica
net/citrix_ica/patches/patch-i386-aa
net/citrix_ica/patches/patch-i386-ab
net/citrix_ica/patches/patch-sparc-aa
net/citrix_ica/patches/patch-sparc-ab
net/clive/DESCR
net/clive/Makefile
net/clive/PLIST
net/clive/distinfo
net/cmu-dhcpd/DESCR
net/cmu-dhcpd/Makefile
net/cmu-dhcpd/PLIST
net/cmu-dhcpd/distinfo
net/cmu-dhcpd/patches/patch-aa
net/cmu-dhcpd/patches/patch-ab
net/cmu-dhcpd/patches/patch-ac
net/cmu-dhcpd/patches/patch-ad
net/cmu-dhcpd/patches/patch-ae
net/cmu-dhcpd/patches/patch-af
net/coda/DESCR
net/coda/Makefile
net/coda/PLIST
net/coda/distinfo
net/coda/patches/patch-aa
net/coda/patches/patch-ab
net/coda/patches/patch-ac
net/connect/DESCR
net/connect/Makefile
net/connect/PLIST
net/connect/distinfo
net/connect/hacks.mk
net/corkscrew/DESCR
net/corkscrew/MESSAGE
net/corkscrew/Makefile
net/corkscrew/PLIST
net/corkscrew/distinfo
net/couriertcpd/DEINSTALL
net/couriertcpd/DESCR
net/couriertcpd/Makefile
net/couriertcpd/PLIST
net/couriertcpd/distinfo
net/couriertcpd/options.mk
net/csup/DESCR
net/csup/Makefile
net/csup/PLIST
net/csup/distinfo
net/csup/patches/patch-aa
net/csup/patches/patch-ab
net/ctorrent/DESCR
net/ctorrent/Makefile
net/ctorrent/PLIST
net/ctorrent/distinfo
net/ctorrent/patches/patch-aa
net/ctorrent/patches/patch-ab
net/ctorrent/patches/patch-ac
net/ctorrent/patches/patch-ad
net/dante/DESCR
net/dante/Makefile
net/dante/PLIST
net/dante/buildlink3.mk
net/dante/distinfo
net/dante/files/sockd.sh
net/dante/patches/patch-aa
net/dante/patches/patch-ab
net/darkstat/DESCR
net/darkstat/Makefile
net/darkstat/PLIST
net/darkstat/distinfo
net/dc_gui2/DESCR
net/dc_gui2/Makefile
net/dc_gui2/PLIST
net/dc_gui2/distinfo
net/dc_gui2/patches/patch-aa
net/dc_gui2/patches/patch-ac
net/dc_gui2/patches/patch-af
net/dcsharp/DESCR
net/dcsharp/Makefile
net/dcsharp/PLIST
net/dcsharp/distinfo
net/dcsharp/patches/patch-aa
net/dcsharp/patches/patch-ab
net/dcsharp/patches/patch-ac
net/dcsharp/patches/patch-ad
net/dcsharp/patches/patch-ae
net/dcsharp/patches/patch-af
net/dcsharp/patches/patch-ag
net/dcsharp/patches/patch-ah
net/dcsharp/patches/patch-ai
net/dcsharp/patches/patch-aj
net/dcsharp/patches/patch-ak
net/dcsharp/patches/patch-al
net/dcsharp/patches/patch-am
net/dcsharp/patches/patch-an
net/dcsharp/patches/patch-ao
net/dcsharp/patches/patch-ap
net/dctc/DESCR
net/dctc/Makefile
net/dctc/PLIST
net/dctc/distinfo
net/dctc/patches/patch-aa
net/dctc/patches/patch-ab
net/dctc/patches/patch-ac
net/dctc/patches/patch-ad
net/dctc/patches/patch-ae
net/dctc/patches/patch-af
net/dctc/patches/patch-ag
net/dctc/patches/patch-ah
net/ddclient/DEINSTALL
net/ddclient/DESCR
net/ddclient/MESSAGE
net/ddclient/Makefile
net/ddclient/PLIST
net/ddclient/distinfo
net/ddclient/files/ddclient.sh
net/ddclient/patches/patch-aa
net/delegate/DESCR
net/delegate/MESSAGE
net/delegate/Makefile
net/delegate/PLIST
net/delegate/distinfo
net/delegate/files/delegated.sh
net/dgd/DESCR
net/dgd/MESSAGE
net/dgd/Makefile
net/dgd/PLIST
net/dgd/distinfo
net/dgd/patches/patch-aa
net/dhid/DESCR
net/dhid/MESSAGE
net/dhid/Makefile
net/dhid/PLIST
net/dhid/distinfo
net/dhid/files/dhid.sh
net/dhid/patches/patch-aa
net/dhid/patches/patch-ab
net/dhisd/DESCR
net/dhisd/Makefile
net/dhisd/PLIST
net/dhisd/distinfo
net/dhisd/hacks.mk
net/dhisd/patches/patch-aa
net/dhisd/patches/patch-ab
net/djbdns-run/DESCR
net/djbdns-run/INSTALL
net/djbdns-run/MESSAGE
net/djbdns-run/Makefile
net/djbdns-run/PLIST
net/djbdns-run/files/README.pkgsrc
net/djbdns-run/files/axfrdns.sh
net/djbdns-run/files/djbdns.sh
net/djbdns-run/files/dnscache.sh
net/djbdns-run/files/rbldns.sh
net/djbdns-run/files/tinydns.sh
net/djbdns/DESCR
net/djbdns/MESSAGE
net/djbdns/Makefile
net/djbdns/PLIST
net/djbdns/PLIST.inet6
net/djbdns/distinfo
net/djbdns/files/patch-tinydns64
net/djbdns/hacks.mk
net/djbdns/options.mk
net/djbdns/patches/patch-aa
net/djbdns/patches/patch-ab
net/dlint/DESCR
net/dlint/MESSAGE
net/dlint/Makefile
net/dlint/PLIST
net/dlint/distinfo
net/dlint/patches/patch-aa
net/dnsdoctor/DESCR
net/dnsdoctor/MESSAGE
net/dnsdoctor/Makefile
net/dnsdoctor/PLIST
net/dnsdoctor/distinfo
net/dnsdoctor/patches/patch-aa
net/dnsmasq/DESCR
net/dnsmasq/Makefile
net/dnsmasq/PLIST
net/dnsmasq/distinfo
net/dnsmasq/files/dnsmasq.sh
net/dnsmasq/patches/patch-aa
net/dnstop/DESCR
net/dnstop/Makefile
net/dnstop/PLIST
net/dnstop/distinfo
net/dnstracer/DESCR
net/dnstracer/Makefile
net/dnstracer/PLIST
net/dnstracer/distinfo
net/dnstracer/hacks.mk
net/docsis/DESCR
net/docsis/Makefile
net/docsis/PLIST
net/docsis/distinfo
net/docsis/patches/patch-aa
net/docsis/patches/patch-ab
net/docsis/patches/patch-ac
net/docsis/patches/patch-ad
net/driftnet/DESCR
net/driftnet/Makefile
net/driftnet/PLIST
net/driftnet/distinfo
net/driftnet/patches/patch-aa
net/driftnet/patches/patch-ab
net/dtcp/DESCR
net/dtcp/MESSAGE
net/dtcp/Makefile
net/dtcp/PLIST
net/dtcp/distinfo
net/dtcp/files/dtcpc.sh
net/dtcp/files/dtcps.sh
net/dtcp/patches/patch-aa
net/dtcpclient/DESCR
net/dtcpclient/MESSAGE
net/dtcpclient/Makefile
net/dtcpclient/PLIST
net/dtcpclient/distinfo
net/dtcpclient/files/dtcpclient.sh
net/dtcpclient/patches/patch-aa
net/dtcpclient/patches/patch-ab
net/dtcpclient/patches/patch-ac
net/dynipclient/DESCR
net/dynipclient/Makefile
net/dynipclient/PLIST
net/dynipclient/distinfo
net/dynipclient/files/dynipclient.sh
net/dynipclient/patches/patch-aa
net/dynipclient/patches/patch-ab
net/echoping/DESCR
net/echoping/Makefile
net/echoping/PLIST
net/echoping/PLIST.ldap
net/echoping/PLIST.pgsql
net/echoping/distinfo
net/echoping/hacks.mk
net/echoping/options.mk
net/echoping/patches/patch-ab
net/ed2k-gtk-gui/DESCR
net/ed2k-gtk-gui/Makefile
net/ed2k-gtk-gui/PLIST
net/ed2k-gtk-gui/distinfo
net/ed2k-gtk-gui/patches/patch-aa
net/ed2k-gtk-gui/patches/patch-ab
net/ed2k-gtk-gui/patches/patch-ac
net/edonkey2k/DESCR
net/edonkey2k/Makefile
net/edonkey2k/PLIST
net/edonkey2k/distinfo
net/entropy/DESCR
net/entropy/MESSAGE
net/entropy/Makefile
net/entropy/PLIST
net/entropy/distinfo
net/entropy/patches/patch-aa
net/entropy/patches/patch-ab
net/entropy/patches/patch-ac
net/entropy/patches/patch-ad
net/etherape/DESCR
net/etherape/Makefile
net/etherape/PLIST
net/etherape/distinfo
net/etherape/patches/patch-aa
net/etherape/patches/patch-ab
net/ettercap-NG/DESCR
net/ettercap-NG/Makefile
net/ettercap-NG/PLIST
net/ettercap-NG/distinfo
net/ettercap-NG/patches/patch-aa
net/ettercap-NG/patches/patch-ab
net/ettercap-NG/patches/patch-ac
net/ettercap-NG/patches/patch-ad
net/ettercap-NG/patches/patch-ae
net/ettercap/DESCR
net/ettercap/Makefile
net/ettercap/PLIST
net/ettercap/distinfo
net/ettercap/hacks.mk
net/ettercap/options.mk
net/ettercap/patches/patch-aa
net/ettercap/patches/patch-ab
net/ettercap/patches/patch-ac
net/ettercap/patches/patch-ad
net/ettercap/patches/patch-ae
net/ettercap/patches/patch-af
net/ettercap/patches/patch-ag
net/ez-ipupdate/DESCR
net/ez-ipupdate/MESSAGE
net/ez-ipupdate/Makefile
net/ez-ipupdate/PLIST
net/ez-ipupdate/distinfo
net/ez-ipupdate/files/ez-ipupdate.sh
net/ez-ipupdate/patches/patch-aa
net/ez-ipupdate/patches/patch-ab
net/ez-ipupdate/patches/patch-ac
net/ez-ipupdate/patches/patch-ad
net/fair-identd/DESCR
net/fair-identd/Makefile
net/fair-identd/PLIST
net/fair-identd/distinfo
net/firewalk/DESCR
net/firewalk/Makefile
net/firewalk/PLIST
net/firewalk/distinfo
net/firewalk/patches/patch-aa
net/firewalk/patches/patch-ab
net/firewalk/patches/patch-ac
net/firewalk/patches/patch-ad
net/firewalk/patches/patch-ae
net/flan/DESCR
net/flan/Makefile
net/flan/PLIST
net/flan/distinfo
net/flan/files/flan
net/flan/patches/patch-aa
net/flodo/DESCR
net/flodo/Makefile
net/flodo/PLIST
net/flodo/distinfo
net/flodo/patches/patch-aa
net/flow-tools/DESCR
net/flow-tools/MESSAGE
net/flow-tools/Makefile
net/flow-tools/PLIST
net/flow-tools/buildlink3.mk
net/flow-tools/distinfo
net/flow-tools/patches/patch-aa
net/flow-tools/patches/patch-ab
net/flow-tools/patches/patch-ac
net/flow-tools/patches/patch-ad
net/flow-tools/patches/patch-ae
net/flow-tools/patches/patch-af
net/flow-tools/patches/patch-ag
net/flow-tools/patches/patch-ah
net/flow-tools/patches/patch-ai
net/flow-tools/patches/patch-aj
net/flow-tools/patches/patch-ak
net/flow-tools/patches/patch-al
net/flow-tools/patches/patch-am
net/flow-tools/patches/patch-an
net/flow-tools/patches/patch-ar
net/flow-tools/patches/patch-as
net/flow-tools/patches/patch-at
net/fmirror/DESCR
net/fmirror/Makefile
net/fmirror/PLIST
net/fmirror/distinfo
net/fpdns/DESCR
net/fpdns/Makefile
net/fpdns/PLIST
net/fpdns/distinfo
net/fping/DESCR
net/fping/Makefile
net/fping/PLIST
net/fping/distinfo
net/fping/patches/patch-aa
net/fping6/DESCR
net/fping6/Makefile
net/fping6/PLIST
net/fping6/distinfo
net/fping6/patches/patch-aa
net/fping6/patches/patch-ab
net/freenet-tools/DESCR
net/freenet-tools/MESSAGE
net/freenet-tools/Makefile
net/freenet-tools/PLIST
net/freenet-tools/distinfo
net/freenet-tools/patches/patch-aa
net/freeradius/DESCR
net/freeradius/MESSAGE
net/freeradius/MESSAGE.pam
net/freeradius/Makefile
net/freeradius/PLIST
net/freeradius/PLIST.dbm
net/freeradius/PLIST.gdbm
net/freeradius/PLIST.kerberos
net/freeradius/PLIST.ldap
net/freeradius/PLIST.mysql
net/freeradius/PLIST.pam
net/freeradius/PLIST.pgsql
net/freeradius/distinfo
net/freeradius/files/radiusd.sh
net/freeradius/options.mk
net/freeradius/patches/patch-ab
net/freeradius/patches/patch-ae
net/freeradius/patches/patch-ai
net/freeradius/patches/patch-aj
net/freeradius/patches/patch-ak
net/freeradius/patches/patch-al
net/freewais-sf/DESCR
net/freewais-sf/Makefile
net/freewais-sf/PLIST
net/freewais-sf/buildlink3.mk
net/freewais-sf/distinfo
net/freewais-sf/patches/patch-aa
net/freewais-sf/patches/patch-ab
net/freewais-sf/patches/patch-ac
net/freewais-sf/patches/patch-ad
net/freewais-sf/patches/patch-ae
net/freewais-sf/patches/patch-af
net/freewais-sf/patches/patch-ag
net/freewais-sf/patches/patch-ah
net/freewais-sf/patches/patch-ai
net/freewais-sf/patches/patch-aj
net/freewais-sf/patches/patch-ak
net/freewais-sf/patches/patch-al
net/freewais-sf/patches/patch-am
net/freewais-sf/patches/patch-an
net/freewais-sf/patches/patch-ao
net/freewais-sf/patches/patch-ap
net/freewais-sf/patches/patch-aq
net/freewais-sf/patches/patch-ar
net/freewais-sf/patches/patch-as
net/freewais-sf/patches/patch-at
net/freewais-sf/patches/patch-au
net/freewais-sf/patches/patch-av
net/freewais-sf/patches/patch-aw
net/freewais-sf/patches/patch-ax
net/freewais-sf/patches/patch-ay
net/freewais-sf/patches/patch-az
net/freewais-sf/patches/patch-ba
net/freewais-sf/patches/patch-bb
net/ftplibpp/DESCR
net/ftplibpp/Makefile
net/ftplibpp/PLIST
net/ftplibpp/distinfo
net/ftplibpp/patches/patch-aa
net/ftpproxy/DESCR
net/ftpproxy/MESSAGE
net/ftpproxy/Makefile
net/ftpproxy/PLIST
net/ftpproxy/distinfo
net/ftpproxy/patches/patch-aa
net/gated/DESCR
net/gated/Makefile
net/gated/PLIST
net/gated/distinfo
net/gated/files/configuration
net/gated/files/gated
net/gated/patches/patch-aa
net/gated/patches/patch-ab
net/gated/patches/patch-ad
net/gated/patches/patch-ae
net/gated/patches/patch-af
net/gated/patches/patch-ag
net/gated/patches/patch-ah
net/gated/patches/patch-ai
net/gated/patches/patch-aj
net/gated/patches/patch-ak
net/gated/patches/patch-if
net/gated/patches/patch-is
net/gethost/DESCR
net/gethost/Makefile
net/gethost/PLIST
net/gethost/distinfo
net/gift-fasttrack/DESCR
net/gift-fasttrack/Makefile
net/gift-fasttrack/PLIST
net/gift-fasttrack/distinfo
net/gift-gnutella/DESCR
net/gift-gnutella/Makefile
net/gift-gnutella/PLIST
net/gift-gnutella/distinfo
net/gift-openft/DESCR
net/gift-openft/Makefile
net/gift-openft/PLIST
net/gift-openft/distinfo
net/gift-openft/patches/patch-aa
net/gift/DESCR
net/gift/MESSAGE
net/gift/Makefile
net/gift/PLIST
net/gift/buildlink3.mk
net/gift/distinfo
net/giftcurs/DESCR
net/giftcurs/Makefile
net/giftcurs/PLIST
net/giftcurs/distinfo
net/gini/DESCR
net/gini/Makefile
net/gini/PLIST
net/gini/distinfo
net/gkrellm-multiping/DESCR
net/gkrellm-multiping/Makefile
net/gkrellm-multiping/PLIST
net/gkrellm-multiping/distinfo
net/gkrellm-multiping/patches/patch-aa
net/gkrellm-multiping/patches/patch-ab
net/gkrellm-multiping/patches/patch-ac
net/gkrellm-snmp/DESCR
net/gkrellm-snmp/Makefile
net/gkrellm-snmp/PLIST
net/gkrellm-snmp/distinfo
net/gkrellm-snmp/patches/patch-aa
net/gkrellm-snmp/patches/patch-ab
net/gkrellm-wireless/DESCR
net/gkrellm-wireless/Makefile
net/gkrellm-wireless/PLIST
net/gkrellm-wireless/distinfo
net/gkrellm-wireless/patches/patch-aa
net/gkrellm-wireless/patches/patch-ab
net/gnapfetch/DESCR
net/gnapfetch/Makefile
net/gnapfetch/PLIST
net/gnapfetch/distinfo
net/gnet/DESCR
net/gnet/Makefile
net/gnet/PLIST
net/gnet/buildlink3.mk
net/gnet/distinfo
net/gnet1/DESCR
net/gnet1/Makefile
net/gnet1/PLIST
net/gnet1/buildlink3.mk
net/gnet1/distinfo
net/gnet1/patches/patch-aa
net/gnet1/patches/patch-ab
net/gnet1/patches/patch-ac
net/gnet1/patches/patch-ad
net/gnet1/patches/patch-ae
net/gnetcat/DESCR
net/gnetcat/Makefile
net/gnetcat/PLIST
net/gnetcat/distinfo
net/gnetcat/patches/patch-aa
net/gnome-netstatus/DESCR
net/gnome-netstatus/Makefile
net/gnome-netstatus/PLIST
net/gnome-netstatus/distinfo
net/gnome-vfs-smb/DESCR
net/gnome-vfs-smb/Makefile
net/gnome-vfs-smb/PLIST
net/gnugk/DESCR
net/gnugk/Makefile
net/gnugk/PLIST
net/gnugk/distinfo
net/gnugk/files/gnugk.sh
net/gnugk/patches/patch-aa
net/gnugk/patches/patch-ab
net/gnugk/patches/patch-ac
net/gnugk/patches/patch-ad
net/gnugk/patches/patch-ae
net/gofish/DESCR
net/gofish/Makefile
net/gofish/PLIST
net/gofish/distinfo
net/gofish/files/gopherd.sh
net/gofish/patches/patch-aa
net/gopher/DESCR
net/gopher/Makefile
net/gopher/PLIST
net/gopher/distinfo
net/gopher/hacks.mk
net/gopher/patches/patch-aa
net/gopher/patches/patch-ab
net/gopher/patches/patch-ac
net/gopher/patches/patch-ad
net/gopher/patches/patch-ae
net/gopher/patches/patch-af
net/gopher/patches/patch-ag
net/gsnmp/DESCR
net/gsnmp/Makefile
net/gsnmp/PLIST
net/gsnmp/buildlink3.mk
net/gsnmp/distinfo
net/gt-itm/DESCR
net/gt-itm/Makefile
net/gt-itm/PLIST
net/gt-itm/distinfo
net/gt-itm/patches/patch-aa
net/gt-itm/patches/patch-ab
net/gt-itm/patches/patch-ac
net/gt-itm/patches/patch-ad
net/gt-itm/patches/patch-ae
net/gtk-gnutella/DESCR
net/gtk-gnutella/Makefile
net/gtk-gnutella/PLIST
net/gtk-gnutella/distinfo
net/gtk-gnutella/options.mk
net/gtk-gnutella/patches/patch-aa
net/gtk-gnutella/patches/patch-ac
net/gtk-gnutella/patches/patch-ad
net/gtk-gnutella/patches/patch-ae
net/gtk-gnutella/patches/patch-af
net/gtk-gnutella/patches/patch-ag
net/gtk-gnutella/patches/patch-ai
net/gtk_wicontrol/DESCR
net/gtk_wicontrol/Makefile
net/gtk_wicontrol/PLIST
net/gtk_wicontrol/distinfo
net/gtk_wicontrol/patches/patch-aa
net/gtk_wicontrol/patches/patch-ab
net/gtk_wicontrol/patches/patch-ac
net/gtk_wicontrol/patches/patch-ad
net/gtk_wicontrol/patches/patch-ae
net/hesiod/DESCR
net/hesiod/Makefile
net/hesiod/PLIST
net/hesiod/buildlink3.mk
net/hesiod/distinfo
net/hesiod/hacks.mk
net/hesiod/patches/patch-aa
net/hf6to4/DESCR
net/hf6to4/MESSAGE
net/hf6to4/Makefile
net/hf6to4/PLIST
net/hf6to4/files/Makefile
net/hf6to4/files/hf6to4
net/hf6to4/files/hf6to4.8
net/hf6to4/files/hf6to4.conf
net/hf6to4/files/hf6to4.html
net/hlfl/DESCR
net/hlfl/Makefile
net/hlfl/PLIST
net/hlfl/distinfo
net/hlfl/patches/patch-aa
net/hlfl/patches/patch-ab
net/hlfl/patches/patch-ac
net/hlfl/patches/patch-ad
net/hobbitclient/DESCR
net/hobbitclient/Makefile
net/hobbitclient/PLIST
net/hobbitclient/distinfo
net/hobbitclient/files/hobbitclient.sh
net/hobbitclient/patches/patch-ab
net/hobbitmon/DESCR
net/hobbitmon/Makefile
net/hobbitmon/PLIST
net/hobbitmon/distinfo
net/hobbitmon/files/hobbit.sh
net/hobbitmon/patches/patch-aa
net/hobbitmon/patches/patch-ab
net/hobbitmon/patches/patch-ac
net/hobbitmon/patches/patch-ad
net/hobbitmon/patches/patch-ae
net/hobbitmon/patches/patch-aj
net/host/DESCR
net/host/Makefile
net/host/PLIST
net/host/distinfo
net/host/hacks.mk
net/host/patches/patch-aa
net/host/patches/patch-ab
net/host/patches/patch-ac
net/howl/DESCR
net/howl/Makefile
net/howl/PLIST
net/howl/buildlink3.mk
net/howl/distinfo
net/howl/files/howl.sh
net/howl/patches/patch-aa
net/hping/DESCR
net/hping/Makefile
net/hping/PLIST
net/hping/distinfo
net/hping/options.mk
net/hping/patches/patch-aa
net/hping/patches/patch-ab
net/hping/patches/patch-ac
net/hping/patches/patch-ad
net/hping/patches/patch-ae
net/hping/patches/patch-af
net/hping/patches/patch-ag
net/hping/patches/patch-ah
net/hping/patches/patch-ai
net/hping/patches/patch-aj
net/hping/patches/patch-ak
net/hping/patches/patch-al
net/hping/patches/patch-am
net/hping/patches/patch-an
net/hping/patches/patch-ao
net/httping/DESCR
net/httping/Makefile
net/httping/PLIST
net/httping/distinfo
net/httping/patches/patch-aa
net/httping/patches/patch-ab
net/httping/patches/patch-ac
net/httping/patches/patch-ad
net/httptunnel/DESCR
net/httptunnel/Makefile
net/httptunnel/PLIST
net/httptunnel/distinfo
net/icsi-finger/DESCR
net/icsi-finger/MESSAGE
net/icsi-finger/Makefile
net/icsi-finger/PLIST
net/icsi-finger/distinfo
net/icsi-finger/files/config.h.netbsd
net/icsi-finger/patches/patch-aa
net/icsi-finger/patches/patch-ab
net/icsi-finger/patches/patch-ac
net/icsi-finger/patches/patch-ad
net/icsi-finger/patches/patch-ae
net/icsi-finger/patches/patch-af
net/iftop/DESCR
net/iftop/Makefile
net/iftop/PLIST
net/iftop/distinfo
net/ipcalc/DESCR
net/ipcalc/Makefile
net/ipcalc/PLIST
net/ipcalc/distinfo
net/ipcheck/DESCR
net/ipcheck/Makefile
net/ipcheck/PLIST
net/ipcheck/distinfo
net/iperf/DESCR
net/iperf/Makefile
net/iperf/PLIST
net/iperf/distinfo
net/iperf/patches/patch-aa
net/iperf/patches/patch-ab
net/iperf/patches/patch-ac
net/iperf/patches/patch-ad
net/ipgrab/DESCR
net/ipgrab/Makefile
net/ipgrab/PLIST
net/ipgrab/distinfo
net/iplog/DESCR
net/iplog/Makefile
net/iplog/PLIST
net/iplog/distinfo
net/iplog/files/iplog.sh
net/iplog/patches/patch-aa
net/iplog/patches/patch-ab
net/ipv6calc/DESCR
net/ipv6calc/Makefile
net/ipv6calc/PLIST
net/ipv6calc/distinfo
net/ipw/DESCR
net/ipw/Makefile
net/ipw/PLIST
net/ipw/distinfo
net/ipw/files/README
net/ipw/patches/patch-aa
net/ipw/patches/patch-ab
net/irrd/DESCR
net/irrd/Makefile
net/irrd/PLIST
net/irrd/distinfo
net/irrd/patches/patch-aa
net/irrd/patches/patch-ab
net/irrd/patches/patch-ac
net/irrtoolset-nox11/DESCR
net/irrtoolset-nox11/Makefile
net/irrtoolset-nox11/PLIST
net/irrtoolset-nox11/distinfo
net/irrtoolset-nox11/patches/patch-al
net/irrtoolset-nox11/patches/patch-ba
net/irrtoolset-nox11/patches/patch-bb
net/irrtoolset-nox11/patches/patch-bc
net/irrtoolset-nox11/patches/patch-bd
net/irrtoolset-nox11/patches/patch-be
net/irrtoolset-nox11/patches/patch-bf
net/irrtoolset-nox11/patches/patch-bg
net/irrtoolset-nox11/patches/patch-bh
net/irrtoolset-nox11/patches/patch-bi
net/irrtoolset-nox11/patches/patch-bj
net/irrtoolset-nox11/patches/patch-bk
net/irrtoolset-nox11/patches/patch-bl
net/irrtoolset-nox11/patches/patch-bm
net/irrtoolset-nox11/patches/patch-bn
net/irrtoolset-nox11/patches/patch-bo
net/irrtoolset-nox11/patches/patch-bp
net/irrtoolset-nox11/patches/patch-bq
net/irrtoolset-nox11/patches/patch-br
net/irrtoolset-nox11/patches/patch-bs
net/irrtoolset-nox11/patches/patch-bt
net/irrtoolset-nox11/patches/patch-bu
net/irrtoolset-nox11/patches/patch-cc
net/irrtoolset-nox11/patches/patch-cd
net/irrtoolset-nox11/patches/patch-co
net/irrtoolset-nox11/patches/patch-cp
net/irrtoolset-nox11/patches/patch-cq
net/irrtoolset-nox11/patches/patch-cr
net/irrtoolset-nox11/patches/patch-cs
net/irrtoolset-nox11/patches/patch-ct
net/irrtoolset-nox11/patches/patch-cu
net/irrtoolset-nox11/patches/patch-cv
net/irrtoolset-nox11/patches/patch-cw
net/irrtoolset-nox11/patches/patch-cx
net/irrtoolset-nox11/patches/patch-cy
net/irrtoolset-nox11/patches/patch-cz
net/irrtoolset-nox11/patches/patch-da
net/irrtoolset-nox11/patches/patch-db
net/irrtoolset-nox11/patches/patch-dc
net/irrtoolset-nox11/patches/patch-dd
net/irrtoolset-nox11/patches/patch-de
net/irrtoolset-nox11/patches/patch-df
net/irrtoolset-nox11/patches/patch-dg
net/irrtoolset-nox11/patches/patch-dh
net/irrtoolset-nox11/patches/patch-di
net/irrtoolset-nox11/patches/patch-dj
net/irrtoolset-nox11/patches/patch-dk
net/irrtoolset-nox11/patches/patch-dl
net/irrtoolset-nox11/patches/patch-dm
net/irrtoolset-nox11/patches/patch-do
net/irrtoolset-nox11/patches/patch-dp
net/irrtoolset-nox11/patches/patch-dq
net/irrtoolset-nox11/patches/patch-dr
net/irrtoolset-nox11/patches/patch-ds
net/isc-dhclient/DESCR
net/isc-dhclient/Makefile
net/isc-dhclient/PLIST
net/isc-dhclient/distinfo
net/isc-dhclient4/DESCR
net/isc-dhclient4/Makefile
net/isc-dhclient4/PLIST
net/isc-dhclient4/distinfo
net/isc-dhcp/DESCR
net/isc-dhcp/Makefile
net/isc-dhcp/Makefile.common
net/isc-dhcp/PLIST
net/isc-dhcp/buildlink3.mk
net/isc-dhcp/distinfo
net/isc-dhcp/files/isc_dhclient.sh
net/isc-dhcp/files/isc_dhcpd.sh
net/isc-dhcp/files/isc_dhcrelay.sh
net/isc-dhcp/files/site.conf
net/isc-dhcp/files/site.h
net/isc-dhcp/patches/patch-ab
net/isc-dhcp/patches/patch-ac
net/isc-dhcp/patches/patch-ad
net/isc-dhcp4/DESCR
net/isc-dhcp4/Makefile
net/isc-dhcp4/Makefile.common
net/isc-dhcp4/PLIST
net/isc-dhcp4/buildlink3.mk
net/isc-dhcp4/distinfo
net/isc-dhcp4/files/isc_dhclient.sh
net/isc-dhcp4/files/isc_dhcpd.sh
net/isc-dhcp4/files/isc_dhcrelay.sh
net/isc-dhcp4/options.mk
net/isc-dhcp4/patches/patch-aa
net/isc-dhcp4/patches/patch-ab
net/isc-dhcpd/DESCR
net/isc-dhcpd/Makefile
net/isc-dhcpd/PLIST
net/isc-dhcpd/distinfo
net/isc-dhcpd4/DESCR
net/isc-dhcpd4/Makefile
net/isc-dhcpd4/PLIST
net/isc-dhcpd4/distinfo
net/isc-dhcrelay/DESCR
net/isc-dhcrelay/Makefile
net/isc-dhcrelay/PLIST
net/isc-dhcrelay/distinfo
net/isc-dhcrelay4/DESCR
net/isc-dhcrelay4/Makefile
net/isc-dhcrelay4/PLIST
net/isc-dhcrelay4/distinfo
net/ishell/DESCR
net/ishell/Makefile
net/ishell/PLIST
net/ishell/distinfo
net/ishell/patches/patch-aa
net/isic/DESCR
net/isic/Makefile
net/isic/PLIST
net/isic/distinfo
net/isic/patches/patch-aa
net/ispman/DESCR
net/ispman/MESSAGE
net/ispman/Makefile
net/ispman/PLIST
net/ispman/distinfo
net/ispman/patches/patch-aa
net/ispman/patches/patch-ab
net/jftpgw/DESCR
net/jftpgw/Makefile
net/jftpgw/PLIST
net/jftpgw/distinfo
net/jftpgw/files/jftpgw.sh
net/jftpgw/patches/patch-aa
net/jftpgw/patches/patch-ab
net/jigdo/DESCR
net/jigdo/Makefile
net/jigdo/PLIST
net/jigdo/distinfo
net/jumpgate/DESCR
net/jumpgate/Makefile
net/jumpgate/PLIST
net/jumpgate/distinfo
net/jumpgate/hacks.mk
net/jumpgate/patches/patch-aa
net/jwhois/DESCR
net/jwhois/Makefile
net/jwhois/PLIST
net/jwhois/distinfo
net/jwhois/options.mk
net/jwhois/patches/patch-aa
net/jwhois/patches/patch-ab
net/jwhois/patches/patch-ac
net/kdenetwork3/DESCR
net/kdenetwork3/MESSAGE
net/kdenetwork3/Makefile
net/kdenetwork3/PLIST
net/kdenetwork3/buildlink3.mk
net/kdenetwork3/distinfo
net/kdenetwork3/patches/patch-aa
net/kdenetwork3/patches/patch-ac
net/kdenetwork3/patches/patch-ae
net/kdenetwork3/patches/patch-af
net/kdenetwork3/patches/patch-ag
net/kdenetwork3/patches/patch-ah
net/kdenetwork3/patches/patch-ai
net/kdenetwork3/patches/patch-am
net/kdenetwork3/patches/patch-an
net/kftpgrabber/DESCR
net/kftpgrabber/Makefile
net/kftpgrabber/PLIST
net/kftpgrabber/distinfo
net/kftpgrabber/patches/patch-aa
net/kiax/DESCR
net/kiax/Makefile
net/kiax/PLIST
net/kiax/distinfo
net/kiax/patches/patch-aa
net/kiax/patches/patch-ab
net/kiax/patches/patch-ac
net/kiax/patches/patch-ad
net/kiax/patches/patch-ae
net/kiax/patches/patch-af
net/kiax/patches/patch-ai
net/kismet/DESCR
net/kismet/Makefile
net/kismet/PLIST
net/kismet/PLIST.gps
net/kismet/distinfo
net/kismet/options.mk
net/kismet/patches/patch-aa
net/kismet/patches/patch-ab
net/kismet/patches/patch-ac
net/kismet/patches/patch-ad
net/kismet/patches/patch-ae
net/kismet/patches/patch-af
net/kismet/patches/patch-ag
net/kismet/patches/patch-ah
net/kphone/DESCR
net/kphone/Makefile
net/kphone/PLIST
net/kphone/distinfo
net/kphone/patches/patch-aa
net/kphone/patches/patch-ab
net/kphone/patches/patch-ac
net/kphone/patches/patch-ad
net/kphone/patches/patch-ae
net/kphone/patches/patch-af
net/kphone/patches/patch-ag
net/kphone/patches/patch-ah
net/kphone/patches/patch-ai
net/kphone/patches/patch-aj
net/kphone/patches/patch-ak
net/kphone/patches/patch-al
net/kphone/patches/patch-am
net/kphone/patches/patch-an
net/kphone/patches/patch-ao
net/ktorrent/DESCR
net/ktorrent/Makefile
net/ktorrent/PLIST
net/ktorrent/distinfo
net/ktorrent/patches/patch-aa
net/ktorrent/patches/patch-ab
net/ktorrent/patches/patch-ac
net/lambdamoo-core/DESCR
net/lambdamoo-core/Makefile
net/lambdamoo-core/PLIST
net/lambdamoo-core/distinfo
net/lambdamoo-doc/DESCR
net/lambdamoo-doc/Makefile
net/lambdamoo-doc/PLIST
net/lambdamoo-doc/distinfo
net/lambdamoo-doc/patches/patch-aa
net/lambdamoo/DEINSTALL
net/lambdamoo/DESCR
net/lambdamoo/MESSAGE
net/lambdamoo/Makefile
net/lambdamoo/PLIST
net/lambdamoo/distinfo
net/lambdamoo/patches/patch-aa
net/lambdamoo/patches/patch-ab
net/latd/DESCR
net/latd/Makefile
net/latd/PLIST
net/latd/distinfo
net/latd/patches/patch-aa
net/latd/patches/patch-ab
net/latd/patches/patch-ac
net/latd/patches/patch-ad
net/latd/patches/patch-ae
net/latd/patches/patch-af
net/latd/patches/patch-ag
net/lft/DESCR
net/lft/Makefile
net/lft/PLIST
net/lft/distinfo
net/lftp/DESCR
net/lftp/Makefile
net/lftp/PLIST
net/lftp/PLIST.perl
net/lftp/distinfo
net/lftp/options.mk
net/lftp/patches/patch-aa
net/lftp/patches/patch-ab
net/lftp/patches/patch-ac
net/lftp/patches/patch-ad
net/lftp/patches/patch-ae
net/libIDL/DESCR
net/libIDL/Makefile
net/libIDL/PLIST
net/libIDL/buildlink3.mk
net/libIDL/distinfo
net/libares/DESCR
net/libares/Makefile
net/libares/PLIST
net/libares/buildlink3.mk
net/libares/distinfo
net/libares/hacks.mk
net/libares/patches/patch-aa
net/libares/patches/patch-ab
net/libares/patches/patch-ac
net/libcares/DESCR
net/libcares/Makefile
net/libcares/PLIST
net/libcares/buildlink3.mk
net/libcares/distinfo
net/libcares/patches/patch-aa
net/libcares/patches/patch-ab
net/libdnet/DESCR
net/libdnet/Makefile
net/libdnet/PLIST
net/libdnet/buildlink3.mk
net/libdnet/distinfo
net/libfetch/DESCR
net/libfetch/Makefile
net/libfetch/PLIST
net/libfetch/buildlink3.mk
net/libfetch/files/Makefile
net/libfetch/files/common.c
net/libfetch/files/common.h
net/libfetch/files/errlist.awk
net/libfetch/files/fetch.3
net/libfetch/files/fetch.c
net/libfetch/files/fetch.cat3
net/libfetch/files/fetch.h
net/libfetch/files/file.c
net/libfetch/files/ftp.c
net/libfetch/files/ftp.errors
net/libfetch/files/http.c
net/libfetch/files/http.errors
net/libfetch/options.mk
net/liblive/DESCR
net/liblive/Makefile
net/liblive/PLIST
net/liblive/buildlink3.mk
net/liblive/distinfo
net/liblive/files/config.netbsd
net/libmms/DESCR
net/libmms/Makefile
net/libmms/PLIST
net/libmms/buildlink3.mk
net/libmms/distinfo
net/libmms/patches/patch-aa
net/libnids/DESCR
net/libnids/Makefile
net/libnids/PLIST
net/libnids/buildlink3.mk
net/libnids/distinfo
net/libnids/options.mk
net/libpcap/DESCR
net/libpcap/Makefile
net/libpcap/PLIST
net/libpcap/buildlink3.mk
net/libpcap/builtin.mk
net/libpcap/distinfo
net/libpcap/hacks.mk
net/libpcap/patches/patch-ac
net/libradius/DESCR
net/libradius/Makefile
net/libradius/PLIST
net/libradius/buildlink3.mk
net/libradius/distinfo
net/libradius/patches/patch-aa
net/libsoup-devel/DESCR
net/libsoup-devel/Makefile
net/libsoup-devel/PLIST
net/libsoup-devel/buildlink3.mk
net/libsoup-devel/distinfo
net/libsoup24/DESCR
net/libsoup24/Makefile
net/libsoup24/PLIST
net/libsoup24/buildlink3.mk
net/libsoup24/distinfo
net/libsscript/DESCR
net/libsscript/Makefile
net/libsscript/PLIST
net/libsscript/distinfo
net/libsscript/patches/patch-aa
net/libsscript/patches/patch-ab
net/libtorrent/DESCR
net/libtorrent/Makefile
net/libtorrent/PLIST
net/libtorrent/buildlink3.mk
net/libtorrent/distinfo
net/libtrace/DESCR
net/libtrace/Makefile
net/libtrace/PLIST
net/libtrace/distinfo
net/libupnp/DESCR
net/libupnp/Makefile
net/libupnp/PLIST
net/libupnp/buildlink3.mk
net/libupnp/distinfo
net/libupnp/patches/patch-aa
net/libupnp/patches/patch-ac
net/libupnp/patches/patch-ae
net/libupnp/patches/patch-ag
net/libupnp/patches/patch-ah
net/libvncserver/DESCR
net/libvncserver/Makefile
net/libvncserver/PLIST
net/libvncserver/buildlink3.mk
net/libvncserver/distinfo
net/linc/DESCR
net/linc/Makefile
net/linc/PLIST
net/linc/buildlink3.mk
net/linc/distinfo
net/linc/patches/patch-aa
net/llnlxdir/DESCR
net/llnlxdir/Makefile
net/llnlxdir/PLIST
net/llnlxdir/distinfo
net/llnlxdir/patches/patch-aa
net/llnlxdir/patches/patch-ab
net/llnlxdir/patches/patch-ac
net/llnlxdir/patches/patch-ad
net/llnlxftp/DESCR
net/llnlxftp/Makefile
net/llnlxftp/PLIST
net/llnlxftp/distinfo
net/llnlxftp/patches/patch-aa
net/llnlxftp/patches/patch-ab
net/llnlxftp/patches/patch-ac
net/logjam/DESCR
net/logjam/Makefile
net/logjam/PLIST
net/logjam/distinfo
net/lopster/DESCR
net/lopster/Makefile
net/lopster/PLIST
net/lopster/distinfo
net/lopster/patches/patch-ab
net/lopster/patches/patch-ac
net/lopster/patches/patch-ad
net/mDNSResponder-nss/DEINSTALL
net/mDNSResponder-nss/DESCR
net/mDNSResponder-nss/INSTALL
net/mDNSResponder-nss/Makefile
net/mDNSResponder-nss/PLIST
net/mDNSResponder-nss/distinfo
net/mDNSResponder-nss/files/netbsd.c
net/mDNSResponder-nss/files/netbsd.h
net/mDNSResponder-nss/patches/patch-aa
net/mDNSResponder/DESCR
net/mDNSResponder/Makefile
net/mDNSResponder/PLIST
net/mDNSResponder/buildlink3.mk
net/mDNSResponder/distinfo
net/mDNSResponder/patches/patch-aa
net/mDNSResponder/patches/patch-ab
net/mDNSResponder/patches/patch-ac
net/mDNSResponder/patches/patch-udns
net/maradns/DESCR
net/maradns/Makefile
net/maradns/PLIST
net/maradns/distinfo
net/maradns/patches/patch-aa
net/maradns/patches/patch-ab
net/maradns/patches/patch-ac
net/maradns/patches/patch-ad
net/maradns/patches/patch-ae
net/maradns/patches/patch-ai
net/maradns/patches/patch-aj
net/maradns/patches/patch-ak
net/maradns/patches/patch-al
net/maradns/patches/patch-am
net/mbrowse/DESCR
net/mbrowse/Makefile
net/mbrowse/PLIST
net/mbrowse/distinfo
net/mbrowse/patches/patch-aa
net/mbrowse/patches/patch-ab
net/mbrowse/patches/patch-ac
net/mcast-tools/DESCR
net/mcast-tools/Makefile
net/mcast-tools/PLIST
net/mcast-tools/distinfo
net/mcast-tools/files/pim6dd.conf.sample
net/mcast-tools/patches/patch-aa
net/mcast-tools/patches/patch-ab
net/md-whois/DESCR
net/md-whois/Makefile
net/md-whois/PLIST
net/md-whois/distinfo
net/microdc2/DESCR
net/microdc2/Makefile
net/microdc2/PLIST
net/microdc2/distinfo
net/microdc2/patches/patch-aa
net/miredo/DESCR
net/miredo/Makefile
net/miredo/PLIST
net/miredo/distinfo
net/miredo/patches/patch-ab
net/miredo/patches/patch-ac
net/mirror/DESCR
net/mirror/MESSAGE
net/mirror/Makefile
net/mirror/PLIST
net/mirror/distinfo
net/mirror/patches/patch-aa
net/mirror/patches/patch-ab
net/mirror/patches/patch-ac
net/mirror/patches/patch-ad
net/mirror/patches/patch-ae
net/mirror/patches/patch-af
net/mirror/patches/patch-ag
net/mldonkey-gui/DESCR
net/mldonkey-gui/Makefile
net/mldonkey-gui/PLIST
net/mldonkey-gui/options.mk
net/mldonkey/DESCR
net/mldonkey/MESSAGE
net/mldonkey/Makefile
net/mldonkey/Makefile.common
net/mldonkey/PLIST
net/mldonkey/distinfo
net/mldonkey/files/mldonkey.sh
net/mouse-pppoe/DESCR
net/mouse-pppoe/Makefile
net/mouse-pppoe/PLIST
net/mouse-pppoe/distinfo
net/mouse-pppoe/patches/patch-aa
net/mping/DESCR
net/mping/Makefile
net/mping/PLIST
net/mping/distinfo
net/mppe-lkm/DESCR
net/mppe-lkm/MESSAGE
net/mppe-lkm/Makefile
net/mppe-lkm/PLIST
net/mppe-lkm/distinfo
net/mppe-lkm/files/Makefile
net/mppe-lkm/files/lkm_mppe.c
net/mppe-lkm/patches/patch-aa
net/mrstat/DESCR
net/mrstat/Makefile
net/mrstat/PLIST
net/mrstat/distinfo
net/mrt/DESCR
net/mrt/Makefile
net/mrt/PLIST.pre
net/mrt/distinfo
net/mrt/patches/patch-aa
net/mrt/patches/patch-ab
net/mrt/patches/patch-ac
net/mrt/patches/patch-ad
net/mrt/patches/patch-ae
net/mrt/patches/patch-af
net/mrt/patches/patch-ag
net/mrt/patches/patch-ah
net/mrtg/DESCR
net/mrtg/MESSAGE
net/mrtg/Makefile
net/mrtg/PLIST
net/mrtg/distinfo
net/mrtg/files/envstat2mrtg
net/mrtg/files/mrtg.conf.example
net/mrtg/files/netstat2mrtg
net/mrtg/files/sys2mrtg
net/mrtg/options.mk
net/mrtg/patches/patch-aa
net/mrtg/patches/patch-ab
net/mrtg/patches/patch-ac
net/mrtg/patches/patch-ad
net/mrtg/patches/patch-ae
net/msdl/DESCR
net/msdl/Makefile
net/msdl/PLIST
net/msdl/distinfo
net/mtr/DESCR
net/mtr/MESSAGE
net/mtr/Makefile
net/mtr/PLIST
net/mtr/distinfo
net/mtr/options.mk
net/mtr/patches/patch-aa
net/mtr/patches/patch-ab
net/mydns-mysql/DESCR
net/mydns-mysql/MESSAGE
net/mydns-mysql/Makefile
net/mydns-mysql/PLIST
net/mydns-pgsql/DESCR
net/mydns-pgsql/MESSAGE
net/mydns-pgsql/Makefile
net/mydns-pgsql/Makefile.common
net/mydns-pgsql/PLIST
net/mydns-pgsql/distinfo
net/mydns-pgsql/files/mydns.sh
net/mydns-pgsql/patches/patch-aa
net/nagios-base/DESCR
net/nagios-base/MESSAGE
net/nagios-base/Makefile
net/nagios-base/Makefile.common
net/nagios-base/PLIST
net/nagios-base/distinfo
net/nagios-base/files/nagios.conf.dist
net/nagios-base/files/nagios.sh
net/nagios-base/options.mk
net/nagios-base/patches/patch-aa
net/nagios-base/patches/patch-ab
net/nagios-base/patches/patch-ac
net/nagios-base/patches/patch-ad
net/nagios-base/patches/patch-ae
net/nagios-base/patches/patch-af
net/nagios-base/patches/patch-ag
net/nagios-base/patches/patch-ah
net/nagios-base/patches/patch-ai
net/nagios-base/patches/patch-aj
net/nagios-base/patches/patch-ak
net/nagios-base/patches/patch-al
net/nagios-base/patches/patch-am
net/nagios-base/patches/patch-an
net/nagios-base/patches/patch-ao
net/nagios-base/patches/patch-ap
net/nagios-base/patches/patch-aq
net/nagios-base/patches/patch-ar
net/nagios-base/patches/patch-as
net/nagios-base/patches/patch-at
net/nagios-base/patches/patch-au
net/nagios-imagepak-base/DESCR
net/nagios-imagepak-base/Makefile
net/nagios-imagepak-base/PLIST
net/nagios-imagepak-base/distinfo
net/nagios-nrpe/DESCR
net/nagios-nrpe/Makefile
net/nagios-nrpe/PLIST
net/nagios-nrpe/distinfo
net/nagios-nrpe/files/nrpe.sh
net/nagios-nrpe/options.mk
net/nagios-nrpe/patches/patch-aa
net/nagios-nsca/DESCR
net/nagios-nsca/MESSAGE
net/nagios-nsca/Makefile
net/nagios-nsca/PLIST
net/nagios-nsca/distinfo
net/nagios-nsca/patches/patch-aa
net/nagios-plugin-ldap/DESCR
net/nagios-plugin-ldap/Makefile
net/nagios-plugin-ldap/PLIST
net/nagios-plugin-ldap/distinfo
net/nagios-plugin-ldap/patches/patch-ak
net/nagios-plugin-ldap/patches/patch-al
net/nagios-plugin-ldap/patches/patch-am
net/nagios-plugin-mysql/DESCR
net/nagios-plugin-mysql/Makefile
net/nagios-plugin-mysql/PLIST
net/nagios-plugin-mysql/distinfo
net/nagios-plugin-mysql/patches/patch-ak
net/nagios-plugin-mysql/patches/patch-al
net/nagios-plugin-mysql/patches/patch-am
net/nagios-plugin-pgsql/DESCR
net/nagios-plugin-pgsql/Makefile
net/nagios-plugin-pgsql/PLIST
net/nagios-plugin-pgsql/distinfo
net/nagios-plugin-pgsql/patches/patch-ak
net/nagios-plugin-pgsql/patches/patch-al
net/nagios-plugin-pgsql/patches/patch-am
net/nagios-plugin-pgsql/patches/patch-an
net/nagios-plugin-radius/DESCR
net/nagios-plugin-radius/Makefile
net/nagios-plugin-radius/PLIST
net/nagios-plugin-radius/distinfo
net/nagios-plugin-radius/patches/patch-aa
net/nagios-plugin-radius/patches/patch-ab
net/nagios-plugin-radius/patches/patch-ak
net/nagios-plugin-radius/patches/patch-al
net/nagios-plugin-radius/patches/patch-am
net/nagios-plugin-snmp/DESCR
net/nagios-plugin-snmp/Makefile
net/nagios-plugin-snmp/PLIST
net/nagios-plugin-snmp/distinfo
net/nagios-plugin-snmp/patches/patch-aa
net/nagios-plugin-snmp/patches/patch-ad
net/nagios-plugin-snmp/patches/patch-ae
net/nagios-plugin-snmp/patches/patch-ak
net/nagios-plugin-snmp/patches/patch-al
net/nagios-plugin-snmp/patches/patch-am
net/nagios-plugin-spamd/DESCR
net/nagios-plugin-spamd/Makefile
net/nagios-plugin-spamd/PLIST
net/nagios-plugin-spamd/distinfo
net/nagios-plugins/DESCR
net/nagios-plugins/Makefile
net/nagios-plugins/Makefile.common
net/nagios-plugins/Makefile.plugin
net/nagios-plugins/PLIST
net/nagios-plugins/distinfo
net/nagios-plugins/patches/patch-aa
net/nagios-plugins/patches/patch-ab
net/nagios-plugins/patches/patch-ad
net/nagios-plugins/patches/patch-ae
net/nagios-plugins/patches/patch-af
net/nagios-plugins/patches/patch-ah
net/nagios-plugins/patches/patch-ai
net/nagios-plugins/patches/patch-ak
net/nagios-plugins/patches/patch-al
net/nagios-plugins/patches/patch-am
net/nagios-plugins/patches/patch-an
net/nam/DESCR
net/nam/MESSAGE
net/nam/Makefile
net/nam/PLIST
net/nam/distinfo
net/nam/patches/patch-aa
net/nam/patches/patch-ab
net/nam/patches/patch-ac
net/nap/DESCR
net/nap/Makefile
net/nap/PLIST
net/nap/distinfo
net/nap/patches/patch-aa
net/nap/patches/patch-ab
net/napshare/DESCR
net/napshare/Makefile
net/napshare/PLIST
net/napshare/distinfo
net/napshare/patches/patch-aa
net/nasd/DESCR
net/nasd/Makefile
net/nasd/PLIST
net/nasd/distinfo
net/nasd/patches/patch-aa
net/nasd/patches/patch-ab
net/nasd/patches/patch-ac
net/nasd/patches/patch-ad
net/nasd/patches/patch-ae
net/nasd/patches/patch-af
net/nasd/patches/patch-ag
net/nasd/patches/patch-ah
net/nasd/patches/patch-ai
net/nasd/patches/patch-aj
net/nasd/patches/patch-ak
net/nasd/patches/patch-al
net/nasd/patches/patch-am
net/nasd/patches/patch-an
net/nasd/patches/patch-ao
net/nasd/patches/patch-ap
net/nasd/patches/patch-aq
net/nasd/patches/patch-ar
net/nasd/patches/patch-as
net/nasd/patches/patch-at
net/nasd/patches/patch-au
net/nasd/patches/patch-av
net/nasd/patches/patch-aw
net/nasd/patches/patch-ax
net/nasd/patches/patch-ay
net/nasd/patches/patch-az
net/nasd/patches/patch-ba
net/nasd/patches/patch-bb
net/nasd/patches/patch-bc
net/nasd/patches/patch-bd
net/nasd/patches/patch-be
net/nasd/patches/patch-bf
net/nasd/patches/patch-bg
net/nasd/patches/patch-bh
net/nasd/patches/patch-bi
net/nasd/patches/patch-bj
net/nasd/patches/patch-bk
net/nasd/patches/patch-bl
net/nasd/patches/patch-bm
net/nasd/patches/patch-bn
net/nasd/patches/patch-bo
net/nasd/patches/patch-bp
net/nasd/patches/patch-bq
net/nasd/patches/patch-br
net/nasd/patches/patch-bs
net/nbtscan/DESCR
net/nbtscan/Makefile
net/nbtscan/PLIST
net/nbtscan/distinfo
net/ncftp3/DESCR
net/ncftp3/Makefile
net/ncftp3/PLIST
net/ncftp3/distinfo
net/ncftp3/patches/patch-aa
net/ncftp3/patches/patch-ab
net/neat/DESCR
net/neat/Makefile
net/neat/PLIST
net/neat/distinfo
net/nemesis/DESCR
net/nemesis/Makefile
net/nemesis/PLIST
net/nemesis/distinfo
net/nemesis/patches/patch-aa
net/net-snmp/DEINSTALL
net/net-snmp/DESCR
net/net-snmp/MESSAGE
net/net-snmp/Makefile
net/net-snmp/PLIST
net/net-snmp/buildlink3.mk
net/net-snmp/builtin.mk
net/net-snmp/distinfo
net/net-snmp/files/cpu_dragonfly.c
net/net-snmp/files/disklabel.h
net/net-snmp/files/snmpd.sh
net/net-snmp/files/snmptrapd.sh
net/net-snmp/options.mk
net/net-snmp/patches/patch-aa
net/net-snmp/patches/patch-ab
net/net-snmp/patches/patch-ac
net/net-snmp/patches/patch-ae
net/net-snmp/patches/patch-af
net/net-snmp/patches/patch-ag
net/net-snmp/patches/patch-ah
net/net-snmp/patches/patch-al
net/net-snmp/patches/patch-am
net/net-snmp/patches/patch-an
net/net-snmp/patches/patch-da
net/net-snmp/patches/patch-db
net/net-snmp/patches/patch-dc
net/net-snmp/patches/patch-dd
net/net-snmp/patches/patch-de
net/net-snmp/patches/patch-dg
net/net-snmp/patches/patch-dh
net/net-snmp/patches/patch-di
net/net-snmp/patches/patch-dk
net/net-snmp/patches/patch-dl
net/net-snmp/patches/patch-dm
net/net-snmp/patches/patch-dn
net/net-snmp/patches/patch-do
net/net-snmp/patches/patch-dp
net/net-snmp/patches/patch-dq
net/net-snmp/patches/patch-dr
net/net-snmp/patches/patch-ds
net/net-snmp/patches/patch-dt
net/net-snmp/patches/patch-du
net/net-snmp/patches/patch-ea
net/net-snmp/patches/patch-ee
net/net-snmp/patches/patch-eg
net/net-snmp/patches/patch-eh
net/net-snmp/patches/patch-ei
net/net-snmp/patches/patch-ej
net/net-snmp/patches/patch-el
net/net-snmp/patches/patch-ep
net/net-snmp/patches/patch-es
net/net-snmp/patches/patch-et
net/net6/DESCR
net/net6/Makefile
net/net6/PLIST
net/net6/buildlink3.mk
net/net6/distinfo
net/netatalk/DESCR
net/netatalk/MESSAGE
net/netatalk/MESSAGE.pam
net/netatalk/Makefile
net/netatalk/PLIST
net/netatalk/buildlink3.mk
net/netatalk/distinfo
net/netatalk/patches/patch-aa
net/netatalk/patches/patch-ab
net/netatalk/patches/patch-ac
net/netatalk/patches/patch-ad
net/netatalk/patches/patch-ae
net/netatalk/patches/patch-af
net/netatalk/patches/patch-ag
net/netatalk/patches/patch-ah
net/netatalk/patches/patch-ai
net/netatalk/patches/patch-ak
net/netatalk/patches/patch-al
net/netatalk/patches/patch-am
net/netatalk/patches/patch-an
net/netatalk/patches/patch-ao
net/netatalk/patches/patch-bi
net/netatalk/patches/patch-bj
net/netatalk1/DESCR
net/netatalk1/MESSAGE
net/netatalk1/Makefile
net/netatalk1/PLIST
net/netatalk1/buildlink3.mk
net/netatalk1/distinfo
net/netatalk1/options.mk
net/netatalk1/patches/patch-aa
net/netatalk1/patches/patch-ab
net/netatalk1/patches/patch-ac
net/netatalk1/patches/patch-ad
net/netatalk1/patches/patch-ae
net/netatalk1/patches/patch-af
net/netatalk1/patches/patch-ai
net/netatalk1/patches/patch-aj
net/netatalk1/patches/patch-ak
net/netatalk1/patches/patch-al
net/netatalk1/patches/patch-am
net/netatalk1/patches/patch-an
net/netatalk1/patches/patch-ao
net/netbsd-tap/DESCR
net/netbsd-tap/MESSAGE
net/netbsd-tap/Makefile
net/netbsd-tap/PLIST
net/netbsd-tap/buildlink3.mk
net/netbsd-tap/builtin.mk
net/netbsd-tap/files/Makefile
net/netbsd-tap/files/if_tap.c
net/netbsd-tap/files/if_tap.h
net/netbsd-tap/files/if_tap_lkm.c
net/netbsd-tap/files/if_tap_stub.c
net/netbsd-tap/files/if_tap_stub.h
net/netbsd-tap/files/tap.4
net/netbsd-tap/files/tap_postinstall.sh
net/netbsd-tap/options.mk
net/netcat/DESCR
net/netcat/Makefile
net/netcat/PLIST
net/netcat/distinfo
net/netcat/files/nc.1
net/netcat/patches/patch-aa
net/netcat/patches/patch-ab
net/netcat/patches/patch-ac
net/netcat/patches/patch-ad
net/netcat/patches/patch-ae
net/netcat/patches/patch-af
net/netcat6/DESCR
net/netcat6/Makefile
net/netcat6/PLIST
net/netcat6/distinfo
net/netcat6/options.mk
net/netcat6/patches/patch-aa
net/netdisco/DESCR
net/netdisco/MESSAGE
net/netdisco/Makefile
net/netdisco/PLIST
net/netdisco/distinfo
net/netdisco/patches/patch-aa
net/netdisco/patches/patch-ad
net/netgroup/DESCR
net/netgroup/Makefile
net/netgroup/PLIST
net/netgroup/distinfo
net/netname/DESCR
net/netname/Makefile
net/netname/PLIST
net/netname/distinfo
net/netname/patches/patch-aa
net/netpipes/DESCR
net/netpipes/Makefile
net/netpipes/PLIST
net/netpipes/distinfo
net/netpipes/patches/patch-aa
net/netpipes/patches/patch-ab
net/netpipes/patches/patch-ac
net/netpipes/patches/patch-ad
net/netpipes/patches/patch-ae
net/netpipes/patches/patch-af
net/netpipes/patches/patch-ag
net/netsaint-base/DESCR
net/netsaint-base/MESSAGE
net/netsaint-base/Makefile
net/netsaint-base/Makefile.common
net/netsaint-base/PLIST
net/netsaint-base/distinfo
net/netsaint-base/files/logofullsize.gif.uu
net/netsaint-base/files/sblogo.gif.uu
net/netsaint-base/patches/patch-aa
net/netsaint-base/patches/patch-ab
net/netsaint-base/patches/patch-ac
net/netsaint-base/patches/patch-ad
net/netsaint-base/patches/patch-ae
net/netsaint-base/patches/patch-af
net/netsaint-base/patches/patch-ag
net/netsaint-base/patches/patch-ah
net/netsaint-base/patches/patch-ai
net/netsaint-base/patches/patch-aj
net/netsaint-plugin-cluster/DESCR
net/netsaint-plugin-cluster/Makefile
net/netsaint-plugin-cluster/PLIST
net/netsaint-plugin-cluster/distinfo
net/netsaint-plugin-snmp/DESCR
net/netsaint-plugin-snmp/Makefile
net/netsaint-plugin-snmp/PLIST
net/netsaint-plugin-snmp/distinfo
net/netsaint-plugin-snmp/patches/patch-aa
net/netsaint-plugin-snmp/patches/patch-ab
net/netsaint-plugin-snmp/patches/patch-ac
net/netsaint-plugins/DESCR
net/netsaint-plugins/Makefile
net/netsaint-plugins/PLIST
net/netsaint-plugins/distinfo
net/netsaint-plugins/patches/patch-aa
net/netsaint-plugins/patches/patch-ab
net/netsaint-plugins/patches/patch-ac
net/netsaint-plugins/patches/patch-ad
net/nfdump/DESCR
net/nfdump/Makefile
net/nfdump/PLIST
net/nfdump/PLIST.ftconv
net/nfdump/PLIST.nfprofile
net/nfdump/PLIST.sflow
net/nfdump/distinfo
net/nfdump/patches/patch-aa
net/nfdump/patches/patch-ab
net/nfdump/patches/patch-ac
net/nfdump/patches/patch-ae
net/nfdump/patches/patch-af
net/nfdump/patches/patch-ag
net/ngrep/DESCR
net/ngrep/Makefile
net/ngrep/PLIST
net/ngrep/distinfo
net/ngrep/patches/patch-aa
net/ngrep/patches/patch-ab
net/ngrep/patches/patch-ac
net/ngrep/patches/patch-ad
net/nicotine/DESCR
net/nicotine/Makefile
net/nicotine/PLIST
net/nicotine/distinfo
net/nidentd/DESCR
net/nidentd/MESSAGE
net/nidentd/Makefile
net/nidentd/PLIST
net/nidentd/distinfo
net/nidentd/patches/patch-aa
net/nipper/DESCR
net/nipper/Makefile
net/nipper/PLIST
net/nipper/distinfo
net/nload/DESCR
net/nload/Makefile
net/nload/PLIST
net/nload/distinfo
net/nload/patches/patch-aa
net/nload/patches/patch-ac
net/nmap/DESCR
net/nmap/Makefile
net/nmap/PLIST
net/nmap/distinfo
net/nmap/patches/patch-aa
net/nmap/patches/patch-ab
net/nmap/patches/patch-ac
net/nmap/patches/patch-ai
net/nmap/patches/patch-aj
net/nmapfe/DESCR
net/nmapfe/Makefile
net/nmapfe/PLIST
net/nocol/DESCR
net/nocol/Makefile
net/nocol/PLIST
net/nocol/distinfo
net/nocol/files/answers
net/nocol/patches/patch-aa
net/nocol/patches/patch-ab
net/nocol/patches/patch-ac
net/nocol/patches/patch-ad
net/nocol/patches/patch-ae
net/nocol/patches/patch-ah
net/nocol/patches/patch-ai
net/nocol/patches/patch-aj
net/nocol/patches/patch-ak
net/nocol/patches/patch-al
net/nocol/patches/patch-am
net/nocol/patches/patch-an
net/nocol/patches/patch-ao
net/nocol/patches/patch-ap
net/nocol/patches/patch-aq
net/nocol/patches/patch-ar
net/nocol/patches/patch-as
net/nprobe/DESCR
net/nprobe/Makefile
net/nprobe/PLIST
net/nprobe/distinfo
net/nprobe/patches/patch-aa
net/ns/DESCR
net/ns/MESSAGE
net/ns/Makefile
net/ns/PLIST
net/ns/distinfo
net/ns/patches/patch-ab
net/ns/patches/patch-ad
net/ns/patches/patch-ae
net/ns/patches/patch-af
net/ns/patches/patch-ah
net/ns/patches/patch-ai
net/ns/patches/patch-aj
net/ns/patches/patch-ak
net/ns/patches/patch-al
net/ns/patches/patch-am
net/ns/patches/patch-an
net/ns/patches/patch-ao
net/ns/patches/patch-ap
net/ns/patches/patch-aq
net/nsca/DESCR
net/nsca/Makefile
net/nsca/PLIST
net/nsca/distinfo
net/nsca/patches/patch-aa
net/nsd/DESCR
net/nsd/MESSAGE
net/nsd/Makefile
net/nsd/PLIST
net/nsd/distinfo
net/nsd/files/nsd.sh
net/nsd/patches/patch-aa
net/nslint/DESCR
net/nslint/Makefile
net/nslint/PLIST
net/nslint/distinfo
net/nslint/patches/patch-aa
net/nslint/patches/patch-ab
net/nslint/patches/patch-ac
net/nstx/DESCR
net/nstx/Makefile
net/nstx/PLIST
net/nstx/distinfo
net/nstx/patches/patch-aa
net/nstx/patches/patch-ab
net/ntop/DESCR
net/ntop/Makefile
net/ntop/PLIST
net/ntop/distinfo
net/ntop/patches/patch-ab
net/ntop1/DESCR
net/ntop1/Makefile
net/ntop1/PLIST
net/ntop1/distinfo
net/ntop1/patches/patch-aa
net/ntop1/patches/patch-ab
net/ntop1/patches/patch-ac
net/ntop1/patches/patch-ad
net/ntp4/DESCR
net/ntp4/MESSAGE
net/ntp4/Makefile
net/ntp4/PLIST
net/ntp4/distinfo
net/ntp4/files/ntp.conf
net/ntp4/files/ntpd.sh
net/ntp4/files/ntpdate.sh
net/ntp4/patches/patch-aa
net/ocamlnet/DESCR
net/ocamlnet/Makefile
net/ocamlnet/PLIST
net/ocamlnet/PLIST.opt
net/ocamlnet/distinfo
net/oidentd/DESCR
net/oidentd/Makefile
net/oidentd/PLIST
net/oidentd/distinfo
net/oidentd/files/oidentd.sh
net/oidentd/patches/patch-aa
net/oidentd/patches/patch-ab
net/oidentd/patches/patch-ac
net/oidentd/patches/patch-ad
net/oinkmaster/DESCR
net/oinkmaster/MESSAGE
net/oinkmaster/Makefile
net/oinkmaster/PLIST
net/oinkmaster/distinfo
net/openafs/DESCR
net/openafs/Makefile
net/openafs/PLIST
net/openafs/PLIST.pam
net/openafs/distinfo
net/openafs/files/bosserver.sh
net/openafs/options.mk
net/openafs/patches/patch-aa
net/openafs/patches/patch-ab
net/openafs/patches/patch-ac
net/openafs/patches/patch-ad
net/openafs/patches/patch-ae
net/openafs/patches/patch-af
net/openag/DESCR
net/openag/Makefile
net/openag/PLIST
net/openag/distinfo
net/openag/patches/patch-aa
net/openag/patches/patch-ab
net/openag/patches/patch-ac
net/openag/patches/patch-ad
net/openag/patches/patch-ae
net/openh323/DESCR
net/openh323/Makefile
net/openh323/PLIST
net/openh323/buildlink3.mk
net/openh323/distinfo
net/openh323/patches/patch-aa
net/openh323/patches/patch-ab
net/openh323/patches/patch-ac
net/openh323/patches/patch-ad
net/openh323/patches/patch-ae
net/openh323/patches/patch-af
net/openh323/patches/patch-ag
net/openh323/patches/patch-ah
net/openh323/patches/patch-ai
net/openh323/patches/patch-ba
net/openntpd/DESCR
net/openntpd/Makefile
net/openntpd/PLIST
net/openntpd/distinfo
net/openntpd/files/openntpd.sh
net/openslp/DESCR
net/openslp/Makefile
net/openslp/PLIST
net/openslp/buildlink3.mk
net/openslp/distinfo
net/openslp/files/slpd.sh
net/openslp/hacks.mk
net/openslp/patches/patch-aa
net/openslp/patches/patch-ac
net/openslp/patches/patch-ae
net/openslp/patches/patch-ah
net/openslp/patches/patch-ai
net/openslp/patches/patch-aj
net/openslp/patches/patch-ak
net/openvmps/DESCR
net/openvmps/Makefile
net/openvmps/PLIST
net/openvmps/distinfo
net/openvmps/files/vmpsd.sh
net/openvmps/patches/patch-aa
net/openvmps/patches/patch-ab
net/openvmps/patches/patch-ac
net/openvmps/patches/patch-ad
net/openvpn/DESCR
net/openvpn/MESSAGE
net/openvpn/Makefile
net/openvpn/PLIST
net/openvpn/distinfo
net/openvpn/files/openvpn.sh
net/openvpn/patches/patch-ab
net/openvpn/patches/patch-ac
net/openvpn/patches/patch-ad
net/openvpn/patches/patch-ae
net/openvpn/patches/patch-af
net/openvpn/patches/patch-ag
net/openwbem/DESCR
net/openwbem/Makefile
net/openwbem/PLIST
net/openwbem/distinfo
net/openwbem/patches/patch-aa
net/openwbem/patches/patch-ab
net/openwbem/patches/patch-ac
net/openwbem/patches/patch-ad
net/openwbem/patches/patch-ae
net/overnet/DESCR
net/overnet/Makefile
net/overnet/PLIST
net/overnet/distinfo
net/p5-DNS-ZoneParse/DESCR
net/p5-DNS-ZoneParse/Makefile
net/p5-DNS-ZoneParse/distinfo
net/p5-Geo-IP/DESCR
net/p5-Geo-IP/Makefile
net/p5-Geo-IP/distinfo
net/p5-Geo-IPfree/DESCR
net/p5-Geo-IPfree/Makefile
net/p5-Geo-IPfree/distinfo
net/p5-INET6/DESCR
net/p5-INET6/Makefile
net/p5-INET6/distinfo
net/p5-IO-Interface/DESCR
net/p5-IO-Interface/Makefile
net/p5-IO-Interface/distinfo
net/p5-IO-Socket-Multicast/DESCR
net/p5-IO-Socket-Multicast/Makefile
net/p5-IO-Socket-Multicast/distinfo
net/p5-IP-Country/DESCR
net/p5-IP-Country/MESSAGE
net/p5-IP-Country/Makefile
net/p5-IP-Country/distinfo
net/p5-Net-Amazon-S3/DESCR
net/p5-Net-Amazon-S3/Makefile
net/p5-Net-Amazon-S3/distinfo
net/p5-Net-Bind/DESCR
net/p5-Net-Bind/Makefile
net/p5-Net-Bind/distinfo
net/p5-Net-CIDR-Lite/DESCR
net/p5-Net-CIDR-Lite/Makefile
net/p5-Net-CIDR-Lite/distinfo
net/p5-Net-DNS/DESCR
net/p5-Net-DNS/Makefile
net/p5-Net-DNS/distinfo
net/p5-Net-DNSServer/DESCR
net/p5-Net-DNSServer/Makefile
net/p5-Net-DNSServer/distinfo
net/p5-Net-Daemon/DESCR
net/p5-Net-Daemon/Makefile
net/p5-Net-Daemon/distinfo
net/p5-Net-Dev-MIBLoadOrder/DESCR
net/p5-Net-Dev-MIBLoadOrder/Makefile
net/p5-Net-Dev-MIBLoadOrder/distinfo
net/p5-Net-FTPSSL/DESCR
net/p5-Net-FTPSSL/Makefile
net/p5-Net-FTPSSL/distinfo
net/p5-Net-Gnats/DESCR
net/p5-Net-Gnats/Makefile
net/p5-Net-Gnats/distinfo
net/p5-Net-Google/DESCR
net/p5-Net-Google/Makefile
net/p5-Net-Google/distinfo
net/p5-Net-IP/DESCR
net/p5-Net-IP/Makefile
net/p5-Net-IP/distinfo
net/p5-Net-IPv4Addr/DESCR
net/p5-Net-IPv4Addr/Makefile
net/p5-Net-IPv4Addr/distinfo
net/p5-Net-IPv6Addr/DESCR
net/p5-Net-IPv6Addr/Makefile
net/p5-Net-IPv6Addr/distinfo
net/p5-Net-IRC/DESCR
net/p5-Net-IRC/Makefile
net/p5-Net-IRC/distinfo
net/p5-Net-Ident/DESCR
net/p5-Net-Ident/Makefile
net/p5-Net-Ident/distinfo
net/p5-Net-Ident/patches/patch-aa
net/p5-Net-LDAP-Server/DESCR
net/p5-Net-LDAP-Server/Makefile
net/p5-Net-LDAP-Server/distinfo
net/p5-Net-Libdnet/DESCR
net/p5-Net-Libdnet/Makefile
net/p5-Net-Libdnet/distinfo
net/p5-Net-NBName/DESCR
net/p5-Net-NBName/Makefile
net/p5-Net-NBName/distinfo
net/p5-Net-OpenID-Consumer/DESCR
net/p5-Net-OpenID-Consumer/Makefile
net/p5-Net-OpenID-Consumer/distinfo
net/p5-Net-Packet/DESCR
net/p5-Net-Packet/Makefile
net/p5-Net-Packet/distinfo
net/p5-Net-Pcap/DESCR
net/p5-Net-Pcap/Makefile
net/p5-Net-Pcap/distinfo
net/p5-Net-RawIP/DESCR
net/p5-Net-RawIP/Makefile
net/p5-Net-RawIP/distinfo
net/p5-Net-Rendezvous/DESCR
net/p5-Net-Rendezvous/Makefile
net/p5-Net-Rendezvous/distinfo
net/p5-Net-SNMP/DESCR
net/p5-Net-SNMP/Makefile
net/p5-Net-SNMP/distinfo
net/p5-Net-Server/DESCR
net/p5-Net-Server/Makefile
net/p5-Net-Server/distinfo
net/p5-Net-TFTP/DESCR
net/p5-Net-TFTP/Makefile
net/p5-Net-TFTP/distinfo
net/p5-Net-Telnet-Cisco/DESCR
net/p5-Net-Telnet-Cisco/Makefile
net/p5-Net-Telnet-Cisco/distinfo
net/p5-Net-Telnet/DESCR
net/p5-Net-Telnet/Makefile
net/p5-Net-Telnet/distinfo
net/p5-Net-Write/DESCR
net/p5-Net-Write/Makefile
net/p5-Net-Write/distinfo
net/p5-Net-XWhois/DESCR
net/p5-Net-XWhois/Makefile
net/p5-Net-XWhois/distinfo
net/p5-Net-Z3950/DESCR
net/p5-Net-Z3950/Makefile
net/p5-Net-Z3950/distinfo
net/p5-Net-eBay/DESCR
net/p5-Net-eBay/Makefile
net/p5-Net-eBay/distinfo
net/p5-Net/DESCR
net/p5-Net/Makefile
net/p5-Net/distinfo
net/p5-Net/patches/patch-aa
net/p5-NetAddr-IP/DESCR
net/p5-NetAddr-IP/Makefile
net/p5-NetAddr-IP/distinfo
net/p5-NetPacket/DESCR
net/p5-NetPacket/Makefile
net/p5-NetPacket/distinfo
net/p5-Nmap-Parser/DESCR
net/p5-Nmap-Parser/Makefile
net/p5-Nmap-Parser/distinfo
net/p5-POE-Component-Client-DNS/DESCR
net/p5-POE-Component-Client-DNS/Makefile
net/p5-POE-Component-Client-DNS/distinfo
net/p5-POE-Component-Client-Ident/DESCR
net/p5-POE-Component-Client-Ident/Makefile
net/p5-POE-Component-Client-Ident/distinfo
net/p5-POE-Component-SNMP/DESCR
net/p5-POE-Component-SNMP/Makefile
net/p5-POE-Component-SNMP/distinfo
net/p5-POE-Component-SNMP/patches/patch-aa
net/p5-RADIUS/DESCR
net/p5-RADIUS/Makefile
net/p5-RADIUS/distinfo
net/p5-RPC-XML/DESCR
net/p5-RPC-XML/Makefile
net/p5-RPC-XML/distinfo
net/p5-SNMP-Info/DESCR
net/p5-SNMP-Info/Makefile
net/p5-SNMP-Info/distinfo
net/p5-SNMP-MIB-Compiler/DESCR
net/p5-SNMP-MIB-Compiler/Makefile
net/p5-SNMP-MIB-Compiler/distinfo
net/p5-SNMP_Session/DESCR
net/p5-SNMP_Session/Makefile
net/p5-SNMP_Session/PLIST
net/p5-SNMP_Session/distinfo
net/p5-SOAP-Lite/DESCR
net/p5-SOAP-Lite/Makefile
net/p5-SOAP-Lite/distinfo
net/p5-Socket6/DESCR
net/p5-Socket6/Makefile
net/p5-Socket6/distinfo
net/p5-X500-DN/DESCR
net/p5-X500-DN/Makefile
net/p5-X500-DN/distinfo
net/p5-ispman/DESCR
net/p5-ispman/Makefile
net/p5-ispman/PLIST
net/p5-ispman/distinfo
net/p5-ispman/patches/patch-aa
net/p5-ispman/patches/patch-ab
net/p5-ispman/patches/patch-ac
net/packit/DESCR
net/packit/Makefile
net/packit/PLIST
net/packit/distinfo
net/packit/patches/patch-aa
net/packit/patches/patch-ab
net/partysip/DESCR
net/partysip/Makefile
net/partysip/PLIST
net/partysip/distinfo
net/partysip/patches/patch-aa
net/partysip/patches/patch-ab
net/partysip/patches/patch-ac
net/partysip/patches/patch-ad
net/partysip/patches/patch-ae
net/partysip/patches/patch-af
net/partysip/patches/patch-ag
net/partysip/patches/patch-ah
net/partysip/patches/patch-ai
net/partysip/patches/patch-aj
net/partysip/patches/patch-ak
net/partysip/patches/patch-al
net/partysip/patches/patch-am
net/partysip/patches/patch-an
net/partysip/patches/patch-ao
net/partysip/patches/patch-ap
net/pchar/DESCR
net/pchar/Makefile
net/pchar/PLIST
net/pchar/distinfo
net/pchar/patches/patch-aa
net/pchar/patches/patch-ab
net/pconsole/DESCR
net/pconsole/MESSAGE
net/pconsole/Makefile
net/pconsole/PLIST
net/pconsole/distinfo
net/pconsole/patches/patch-aa
net/pear-Net_DIME/DESCR
net/pear-Net_DIME/Makefile
net/pear-Net_DIME/distinfo
net/pear-Net_SMTP/DESCR
net/pear-Net_SMTP/Makefile
net/pear-Net_SMTP/distinfo
net/pear-Net_Sieve/DESCR
net/pear-Net_Sieve/Makefile
net/pear-Net_Sieve/distinfo
net/pear-Net_Socket/DESCR
net/pear-Net_Socket/Makefile
net/pear-Net_Socket/distinfo
net/pear-Net_URL/DESCR
net/pear-Net_URL/Makefile
net/pear-Net_URL/distinfo
net/pear-SOAP/DESCR
net/pear-SOAP/Makefile
net/pear-SOAP/distinfo
net/pen/DESCR
net/pen/Makefile
net/pen/PLIST
net/pen/distinfo
net/pfnet/DESCR
net/pfnet/Makefile
net/pfnet/PLIST
net/pfnet/distinfo
net/pfnet/patches/patch-aa
net/php-ftp/DESCR
net/php-ftp/Makefile
net/php-snmp/DESCR
net/php-snmp/Makefile
net/php-sockets/DESCR
net/php-sockets/Makefile
net/php-xmlrpc/DESCR
net/php-xmlrpc/Makefile
net/php-yaz/DESCR
net/php-yaz/Makefile
net/php-yaz/distinfo
net/php-yp/DESCR
net/php-yp/Makefile
net/php5-soap/DESCR
net/php5-soap/MESSAGE
net/php5-soap/Makefile
net/pim6dd/DESCR
net/pim6dd/Makefile
net/pim6dd/PLIST
net/pim6dd/distinfo
net/pim6dd/patches/patch-aa
net/pim6dd/patches/patch-ab
net/pim6dd/patches/patch-ac
net/pim6sd/DESCR
net/pim6sd/Makefile
net/pim6sd/PLIST
net/pim6sd/distinfo
net/pim6sd/patches/patch-aa
net/pim6sd/patches/patch-ab
net/pim6sd/patches/patch-ac
net/pim6sd/patches/patch-ad
net/pim6sd/patches/patch-ae
net/pim6sd/patches/patch-af
net/pim6sd/patches/patch-ag
net/pload/DESCR
net/pload/Makefile
net/pload/PLIST
net/pload/distinfo
net/pload/patches/patch-aa
net/pload/patches/patch-ab
net/pload/patches/patch-ac
net/poink/DESCR
net/poink/Makefile
net/poink/PLIST
net/poink/distinfo
net/poink/patches/patch-aa
net/poink/patches/patch-ab
net/polsms/DESCR
net/polsms/Makefile
net/polsms/PLIST
net/polsms/distinfo
net/poptop/DESCR
net/poptop/MESSAGE
net/poptop/Makefile
net/poptop/PLIST
net/poptop/distinfo
net/poptop/files/pptpd.sh
net/poptop/patches/patch-aa
net/poptop/patches/patch-ab
net/poptop/patches/patch-ac
net/poptop/patches/patch-ad
net/poptop/patches/patch-ae
net/poptop/patches/patch-af
net/poptop/patches/patch-ag
net/poptop/patches/patch-ah
net/poptop/patches/patch-ai
net/portmap/DESCR
net/portmap/Makefile
net/portmap/PLIST
net/portmap/distinfo
net/portmap/files/portmap.sh
net/portmap/patches/patch-aa
net/portmap/patches/patch-ab
net/powerdns-ldap/DESCR
net/powerdns-ldap/Makefile
net/powerdns-ldap/PLIST
net/powerdns-mysql/DESCR
net/powerdns-mysql/Makefile
net/powerdns-mysql/PLIST
net/powerdns-pgsql/DESCR
net/powerdns-pgsql/Makefile
net/powerdns-pgsql/PLIST
net/powerdns-sqlite/DESCR
net/powerdns-sqlite/Makefile
net/powerdns-sqlite/PLIST
net/powerdns/DESCR
net/powerdns/Makefile
net/powerdns/Makefile.backend
net/powerdns/Makefile.common
net/powerdns/PLIST
net/powerdns/distinfo
net/powerdns/files/pdns.sh
net/powerdns/patches/patch-aa
net/powerdns/patches/patch-ab
net/ppp-lzs/DESCR
net/ppp-lzs/MESSAGE.NetBSD
net/ppp-lzs/Makefile
net/ppp-lzs/PLIST
net/ppp-lzs/distinfo
net/pppd/DESCR
net/pppd/Makefile
net/pppd/PLIST
net/pppd/PLIST.Linux
net/pppd/distinfo
net/pppd/patches/patch-aa
net/pppd/patches/patch-ab
net/pppd/patches/patch-ac
net/pppd/patches/patch-ad
net/pppd/patches/patch-ae
net/pppd/patches/patch-af
net/pppd/patches/patch-ag
net/pppd/patches/patch-ah
net/pppd/patches/patch-ai
net/pppd/patches/patch-aj
net/pppd/patches/patch-ak
net/pppd/patches/patch-al
net/pppd/patches/patch-am
net/pppd/patches/patch-an
net/pppd/patches/patch-ao
net/pppd/patches/patch-ap
net/pppd/patches/patch-aq
net/pppd/patches/patch-ar
net/pppd/patches/patch-as
net/pppd/patches/patch-at
net/pppd/patches/patch-au
net/pppd/patches/patch-av
net/pppd/patches/patch-aw
net/pppd/patches/patch-ax
net/pppd/patches/patch-ay
net/pppd/patches/patch-az
net/pppd/patches/patch-ba
net/pppd/patches/patch-bb
net/pppd/patches/patch-bc
net/pppd/patches/patch-bd
net/pppd/patches/patch-be
net/pppd/patches/patch-bf
net/pppd/patches/patch-bg
net/pppd/patches/patch-bh
net/pppd/patches/patch-bi
net/pppd/patches/patch-bj
net/pppd/patches/patch-bk
net/pppd/patches/patch-bl
net/pppd/patches/patch-bm
net/pppd/patches/patch-bn
net/pppd/patches/patch-bo
net/pppd/patches/patch-bp
net/pptp/DESCR
net/pptp/MESSAGE
net/pptp/Makefile
net/pptp/PLIST
net/pptp/distinfo
net/pptp/patches/patch-ab
net/pptp/patches/patch-ac
net/pptp/patches/patch-ad
net/pptp/patches/patch-ah
net/proftpd/DESCR
net/proftpd/Makefile
net/proftpd/PLIST
net/proftpd/PLIST.mod_quota
net/proftpd/PLIST.mod_sql
net/proftpd/distinfo
net/proftpd/files/proftpd.sh
net/proftpd/options.mk
net/proftpd/patches/patch-aa
net/proftpd/patches/patch-ab
net/proftpd/patches/patch-ac
net/proxycheck/DESCR
net/proxycheck/Makefile
net/proxycheck/PLIST
net/proxycheck/distinfo
net/publicfile/DESCR
net/publicfile/MESSAGE
net/publicfile/Makefile
net/publicfile/PLIST
net/publicfile/distinfo
net/puf/DESCR
net/puf/Makefile
net/puf/PLIST
net/puf/distinfo
net/puf/patches/patch-aa
net/pure-ftpd/DESCR
net/pure-ftpd/MESSAGE
net/pure-ftpd/Makefile
net/pure-ftpd/PLIST
net/pure-ftpd/distinfo
net/pure-ftpd/files/pure_ftpd.sh
net/pure-ftpd/options.mk
net/pxe/DESCR
net/pxe/Makefile
net/pxe/PLIST
net/pxe/distinfo
net/pxe/files/pxe.sh
net/pxe/patches/patch-aa
net/py-GeoIP/DESCR
net/py-GeoIP/Makefile
net/py-GeoIP/PLIST
net/py-GeoIP/distinfo
net/py-IP/DESCR
net/py-IP/Makefile
net/py-IP/PLIST
net/py-IP/distinfo
net/py-METAR/DESCR
net/py-METAR/Makefile
net/py-METAR/PLIST
net/py-METAR/distinfo
net/py-METAR/patches/patch-aa
net/py-ORBit/DESCR
net/py-ORBit/Makefile
net/py-ORBit/PLIST
net/py-ORBit/buildlink3.mk
net/py-ORBit/distinfo
net/py-ORBit/patches/patch-aa
net/py-adns/DESCR
net/py-adns/Makefile
net/py-adns/PLIST
net/py-adns/distinfo
net/py-boto/DESCR
net/py-boto/Makefile
net/py-boto/PLIST
net/py-boto/buildlink3.mk
net/py-boto/distinfo
net/py-boto/patches/patch-aa
net/py-dns/DESCR
net/py-dns/Makefile
net/py-dns/PLIST
net/py-dns/distinfo
net/py-google/DESCR
net/py-google/Makefile
net/py-google/PLIST
net/py-google/distinfo
net/py-kenosis/DESCR
net/py-kenosis/Makefile
net/py-kenosis/PLIST
net/py-kenosis/distinfo
net/py-kenosis/patches/patch-aa
net/py-libdnet/DESCR
net/py-libdnet/Makefile
net/py-libdnet/PLIST
net/py-libdnet/buildlink3.mk
net/py-libdnet/distinfo
net/py-libdnet/patches/patch-aa
net/py-libdnet/patches/patch-ab
net/py-libdnet/patches/patch-ac
net/py-libpcap/DESCR
net/py-libpcap/Makefile
net/py-libpcap/PLIST
net/py-libpcap/buildlink3.mk
net/py-libpcap/distinfo
net/py-libpcap/patches/patch-aa
net/py-medusa/DESCR
net/py-medusa/Makefile
net/py-medusa/PLIST
net/py-medusa/distinfo
net/py-mimelib/DESCR
net/py-mimelib/Makefile
net/py-mimelib/PLIST
net/py-mimelib/distinfo
net/py-soaplib/DESCR
net/py-soaplib/Makefile
net/py-soaplib/PLIST
net/py-soaplib/distinfo
net/py-soappy/DESCR
net/py-soappy/Makefile
net/py-soappy/PLIST
net/py-soappy/buildlink3.mk
net/py-soappy/distinfo
net/py-spreadmodule/DESCR
net/py-spreadmodule/Makefile
net/py-spreadmodule/PLIST
net/py-spreadmodule/distinfo
net/py-spreadmodule/patches/patch-aa
net/py-twisted-docs/DESCR
net/py-twisted-docs/Makefile
net/py-twisted-docs/PLIST.pre
net/py-twisted/DESCR
net/py-twisted/MESSAGE
net/py-twisted/Makefile
net/py-twisted/Makefile.common
net/py-twisted/PLIST
net/py-twisted/distinfo
net/py-twisted/patches/patch-aa
net/py-twisted/patches/patch-ab
net/py-zsi/DESCR
net/py-zsi/Makefile
net/py-zsi/PLIST
net/py-zsi/distinfo
net/py-zsi/patches/patch-aa
net/pygopherd/DESCR
net/pygopherd/Makefile
net/pygopherd/PLIST
net/pygopherd/distinfo
net/pygopherd/files/pygopherd.sh
net/pygopherd/patches/patch-aa
net/pygopherd/patches/patch-ab
net/pygopherd/patches/patch-ac
net/pygopherd/patches/patch-ad
net/qadsl/DESCR
net/qadsl/MESSAGE
net/qadsl/Makefile
net/qadsl/PLIST
net/qadsl/distinfo
net/qadsl/patches/patch-aa
net/qadsl/patches/patch-ab
net/qadsl/patches/patch-ac
net/qadsl/patches/patch-ad
net/quagga-devel/DESCR
net/quagga-devel/Makefile
net/quagga-devel/PLIST
net/quagga-devel/PLIST.opaquelsa
net/quagga-devel/PLIST.v6
net/quagga-devel/PLIST.vtysh
net/quagga-devel/distinfo
net/quagga-devel/files/log_syslog.conf
net/quagga-devel/options.mk
net/quagga/DESCR
net/quagga/Makefile
net/quagga/PLIST
net/quagga/PLIST.opaquelsa
net/quagga/PLIST.v6
net/quagga/PLIST.vtysh
net/quagga/distinfo
net/quagga/files/log_syslog.conf
net/quagga/options.mk
net/quagga/patches/patch-aa
net/queryperf/DESCR
net/queryperf/Makefile
net/queryperf/PLIST
net/queryperf/distinfo
net/queryperf/hacks.mk
net/ra-rtsp-proxy/DESCR
net/ra-rtsp-proxy/Makefile
net/ra-rtsp-proxy/PLIST
net/ra-rtsp-proxy/distinfo
net/ra-rtsp-proxy/files/rtspd.sh
net/ra-rtsp-proxy/patches/patch-aa
net/ra-rtsp-proxy/patches/patch-ab
net/ra-rtsp-proxy/patches/patch-ac
net/ra-rtsp-proxy/patches/patch-ad
net/ra-rtsp-proxy/patches/patch-ae
net/radiusclient-ng/DESCR
net/radiusclient-ng/Makefile
net/radiusclient-ng/PLIST
net/radiusclient-ng/buildlink3.mk
net/radiusclient-ng/distinfo
net/radiusclient-ng/patches/patch-aa
net/radiusd-cistron/DESCR
net/radiusd-cistron/Makefile
net/radiusd-cistron/PLIST
net/radiusd-cistron/distinfo
net/radiusd-cistron/files/radiusd.sh
net/radiusd-cistron/patches/patch-aa
net/radiusd-cistron/patches/patch-ab
net/radiusd-cistron/patches/patch-ac
net/radiusd-cistron/patches/patch-ad
net/radiusd-cistron/patches/patch-ae
net/radiusd-cistron/patches/patch-af
net/radiusd-cistron/patches/patch-ag
net/rbldnsd/DESCR
net/rbldnsd/MESSAGE
net/rbldnsd/Makefile
net/rbldnsd/PLIST
net/rbldnsd/distinfo
net/rbldnsd/files/rbldnsd.sh
net/rbldnsd/options.mk
net/rdesktop/DESCR
net/rdesktop/Makefile
net/rdesktop/PLIST
net/rdesktop/distinfo
net/rdesktop/patches/patch-aa
net/rdesktop/patches/patch-ab
net/rdist6/DESCR
net/rdist6/Makefile
net/rdist6/PLIST
net/rdist6/distinfo
net/rdist6/files/os-dragonfly.h
net/rdist6/patches/patch-aa
net/rdist6/patches/patch-ab
net/rdist6/patches/patch-ac
net/rdist6/patches/patch-ad
net/rdist6/patches/patch-ae
net/rdist6/patches/patch-af
net/rdist6/patches/patch-ag
net/rdist6/patches/patch-ai
net/rdist6/patches/patch-aj
net/rdist6/patches/patch-ak
net/rdist6/patches/patch-al
net/rinetd/DESCR
net/rinetd/Makefile
net/rinetd/PLIST
net/rinetd/distinfo
net/rinetd/files/rinetd.sh
net/rinetd/patches/patch-ab
net/rinetd/patches/patch-ac
net/rootprobe/DESCR
net/rootprobe/Makefile
net/rootprobe/PLIST
net/rootprobe/distinfo
net/rootprobe/patches/patch-aa
net/rp-l2tp/DESCR
net/rp-l2tp/MESSAGE
net/rp-l2tp/Makefile
net/rp-l2tp/PLIST
net/rp-l2tp/distinfo
net/rp-l2tp/patches/patch-aa
net/rp-l2tp/patches/patch-ab
net/rp-l2tp/patches/patch-ac
net/rp-l2tp/patches/patch-ad
net/rp-l2tp/patches/patch-ae
net/rp-l2tp/patches/patch-af
net/rp-l2tp/patches/patch-ag
net/rp-l2tp/patches/patch-ah
net/rp-pppoe/DESCR
net/rp-pppoe/MESSAGE
net/rp-pppoe/Makefile
net/rp-pppoe/PLIST
net/rp-pppoe/distinfo
net/rp-pppoe/files/pppoe.sh
net/rp-pppoe/patches/patch-aa
net/rp-pppoe/patches/patch-ab
net/rp-pppoe/patches/patch-af
net/rp-pppoe/patches/patch-ag
net/rp-pppoe/patches/patch-ah
net/rp-pppoe/patches/patch-ai
net/rsync/DESCR
net/rsync/Makefile
net/rsync/PLIST
net/rsync/distinfo
net/rsync/hacks.mk
net/rsync/patches/patch-ab
net/rtorrent/DESCR
net/rtorrent/MESSAGE.BSD
net/rtorrent/Makefile
net/rtorrent/PLIST
net/rtorrent/distinfo
net/rtorrent/patches/patch-ab
net/ruby-icmp/DESCR
net/ruby-icmp/Makefile
net/ruby-icmp/PLIST
net/ruby-icmp/distinfo
net/ruby-snmp/DESCR
net/ruby-snmp/Makefile
net/ruby-snmp/PLIST
net/ruby-snmp/distinfo
net/samba/DESCR
net/samba/MESSAGE
net/samba/Makefile
net/samba/Makefile.mirrors
net/samba/Makefile.patches
net/samba/PLIST
net/samba/buildlink3.mk
net/samba/distinfo
net/samba/files/adduser.sh
net/samba/files/deluser.sh
net/samba/files/nmbd.sh
net/samba/files/samba.sh
net/samba/files/smbd.sh
net/samba/files/winbindd.sh
net/samba/options.mk
net/samba/patches/patch-aa
net/samba/patches/patch-ac
net/samba/patches/patch-ae
net/samba/patches/patch-af
net/samba/patches/patch-ag
net/samba/patches/patch-ak
net/samba/patches/patch-at
net/samba/patches/patch-au
net/samba/patches/patch-av
net/samba/patches/patch-aw
net/samba/patches/patch-ax
net/samba/patches/patch-ay
net/samba/patches/patch-ba
net/samba/patches/patch-bc
net/samba/patches/patch-bd
net/samba/patches/patch-be
net/samba/patches/patch-bg
net/samba/patches/patch-bh
net/samba/patches/patch-bi
net/samba/patches/patch-bm
net/samba/patches/patch-bn
net/samba/patches/patch-bo
net/samba/patches/patch-bp
net/samba/patches/patch-bq
net/samba/patches/patch-br
net/samba/patches/patch-bs
net/samba/patches/patch-bt
net/samba/patches/patch-bu
net/samba/patches/patch-bv
net/samba/patches/patch-bw
net/samba/patches/patch-ca
net/samba/patches/patch-ce
net/samba/patches/patch-cf
net/samba/patches/patch-cg
net/samba/patches/patch-ch
net/samba/patches/patch-da
net/samba/patches/patch-db
net/scamper/DESCR
net/scamper/Makefile
net/scamper/PLIST
net/scamper/distinfo
net/scapy/DESCR
net/scapy/Makefile
net/scapy/PLIST
net/scapy/distinfo
net/scapy/files/ethertypes
net/scapy/options.mk
net/scapy/patches/patch-aa
net/scdp/DESCR
net/scdp/Makefile
net/scdp/PLIST
net/scdp/distinfo
net/scdp/patches/patch-aa
net/scli/DESCR
net/scli/Makefile
net/scli/PLIST
net/scli/distinfo
net/sdig/DESCR
net/sdig/MESSAGE
net/sdig/Makefile
net/sdig/PLIST
net/sdig/distinfo
net/sdig/patches/patch-aa
net/sdig/patches/patch-ab
net/sdig/patches/patch-ac
net/sdist/DESCR
net/sdist/Makefile
net/sdist/PLIST
net/sdist/distinfo
net/sendfile/DEINSTALL
net/sendfile/DESCR
net/sendfile/Makefile
net/sendfile/PLIST
net/sendfile/distinfo
net/sendfile/patches/patch-aa
net/sendfile/patches/patch-ab
net/sendfile/patches/patch-ac
net/sendfile/patches/patch-ad
net/ser/DESCR
net/ser/Makefile
net/ser/PLIST
net/ser/distinfo
net/ser/options.mk
net/ser/patches/patch-aa
net/ser/patches/patch-ab
net/ser/patches/patch-ad
net/sharity-light/DESCR
net/sharity-light/Makefile
net/sharity-light/PLIST
net/sharity-light/distinfo
net/sharity-light/files/Makefile.unshlight
net/sharity-light/files/unshlight.c
net/sharity-light/patches/patch-aa
net/sharity-light/patches/patch-ab
net/sharity-light/patches/patch-ac
net/sharity-light/patches/patch-ad
net/sharity-light/patches/patch-ae
net/sharity-light/patches/patch-af
net/sipcalc/DESCR
net/sipcalc/Makefile
net/sipcalc/PLIST
net/sipcalc/distinfo
net/sipsak/DESCR
net/sipsak/Makefile
net/sipsak/PLIST
net/sipsak/distinfo
net/sipsak/patches/patch-aa
net/sitescooper/DESCR
net/sitescooper/Makefile
net/sitescooper/PLIST
net/sitescooper/distinfo
net/skype/DESCR
net/skype/Makefile
net/skype/PLIST
net/skype/distinfo
net/slurm/DESCR
net/slurm/Makefile
net/slurm/PLIST
net/slurm/distinfo
net/slurm/patches/patch-aa
net/slurm/patches/patch-ab
net/slurm/patches/patch-ac
net/smokeping/DESCR
net/smokeping/MESSAGE
net/smokeping/Makefile
net/smokeping/PLIST
net/smokeping/distinfo
net/smokeping/files/smokeping.conf
net/smokeping/files/smokeping.sh
net/smokeping/options.mk
net/smokeping/patches/patch-aa
net/smokeping/patches/patch-ab
net/smokeping/patches/patch-ac
net/smokeping/patches/patch-ad
net/sniffit/DESCR
net/sniffit/Makefile
net/sniffit/PLIST
net/sniffit/distinfo
net/sniffit/patches/patch-ab
net/sniffit/patches/patch-ac
net/sniffit/patches/patch-ad
net/sniffit/patches/patch-ae
net/sniffit/patches/patch-ah
net/sniffit/patches/patch-ai
net/sniffit/patches/patch-aj
net/sniffit/patches/patch-ak
net/snort-rules/DESCR
net/snort-rules/Makefile
net/snort-rules/PLIST
net/snort-rules/distinfo
net/snort/DESCR
net/snort/MESSAGE
net/snort/Makefile
net/snort/PLIST
net/snort/distinfo
net/snort/files/snort.sh
net/snort/options.mk
net/snort/patches/patch-aa
net/snort/patches/patch-ab
net/snort/patches/patch-ac
net/snort/patches/patch-ad
net/snort/patches/patch-ae
net/snort/patches/patch-af
net/socat/DESCR
net/socat/Makefile
net/socat/PLIST
net/socat/distinfo
net/socat/hacks.mk
net/socat/options.mk
net/socat/patches/patch-aa
net/socat/patches/patch-ab
net/socat/patches/patch-ac
net/socket++/DESCR
net/socket++/Makefile
net/socket++/PLIST
net/socket++/distinfo
net/socket++/patches/patch-aa
net/socket++/patches/patch-ab
net/socket++/patches/patch-ac
net/socket++/patches/patch-ad
net/socket++/patches/patch-ae
net/socket++/patches/patch-af
net/socket++/patches/patch-ag
net/socks4/DESCR
net/socks4/Makefile
net/socks4/PLIST
net/socks4/buildlink3.mk
net/socks4/distinfo
net/socks4/patches/patch-aa
net/socks4/patches/patch-ab
net/socks4/patches/patch-ac
net/socks4/patches/patch-ad
net/socks4/patches/patch-ae
net/socks4/patches/patch-af
net/socks4/patches/patch-ag
net/socks4/patches/patch-ah
net/socks4/patches/patch-ai
net/socks4/patches/patch-aj
net/socks4/patches/patch-ak
net/socks4/patches/patch-al
net/socks4/patches/patch-am
net/socks4/patches/patch-an
net/socks5/DESCR
net/socks5/Makefile
net/socks5/PLIST
net/socks5/buildlink3.mk
net/socks5/distinfo
net/socks5/files/socks5.sh
net/socks5/patches/patch-aa
net/socks5/patches/patch-ab
net/socks5/patches/patch-ac
net/socks5/patches/patch-ad
net/socks5/patches/patch-ae
net/socks5/patches/patch-af
net/socks5/patches/patch-ag
net/socks5/patches/patch-ah
net/socks5/patches/patch-ai
net/socks5/patches/patch-aj
net/socks5/patches/patch-ak
net/socks5/patches/patch-al
net/solaris-tap/DEINSTALL
net/solaris-tap/DESCR
net/solaris-tap/MESSAGE
net/solaris-tap/Makefile
net/solaris-tap/PLIST
net/solaris-tap/buildlink3.mk
net/solaris-tap/distinfo
net/speedtouch/DESCR
net/speedtouch/Makefile
net/speedtouch/PLIST
net/speedtouch/distinfo
net/speedtouch/files/README
net/speedtouch/files/adsl.sh
net/speedtouch/patches/patch-aa
net/speedtouch/patches/patch-ab
net/speedtouch/patches/patch-ac
net/speedtouch/patches/patch-ad
net/speedtouch/patches/patch-ae
net/speedtouch/patches/patch-af
net/speedtouch/patches/patch-ag
net/speedtouch/patches/patch-ah
net/spegla/DESCR
net/spegla/Makefile
net/spegla/PLIST
net/spegla/distinfo
net/spegla/patches/patch-aa
net/spegla/patches/patch-ab
net/spread/DESCR
net/spread/Makefile
net/spread/PLIST
net/spread/buildlink3.mk
net/spread/distinfo
net/spread/files/spread.sh
net/spread/patches/patch-ba
net/spread/patches/patch-bb
net/spread/patches/patch-bd
net/spreadlogd/DESCR
net/spreadlogd/Makefile
net/spreadlogd/PLIST
net/spreadlogd/distinfo
net/spreadlogd/files/spreadlogd.sh
net/spreadlogd/patches/patch-aa
net/spreadlogd/patches/patch-ab
net/spreadlogd/patches/patch-ac
net/srsh/DESCR
net/srsh/Makefile
net/srsh/PLIST
net/srsh/distinfo
net/ssmping/DESCR
net/ssmping/Makefile
net/ssmping/PLIST
net/ssmping/distinfo
net/ssmping/patches/patch-aa
net/ssmping/patches/patch-ab
net/ssync/DESCR
net/ssync/Makefile
net/ssync/PLIST
net/ssync/distinfo
net/stripes/DESCR
net/stripes/Makefile
net/stripes/PLIST
net/stripes/distinfo
net/sup/DESCR
net/sup/Makefile
net/sup/PLIST
net/sup/distinfo
net/sup/patches/patch-aa
net/synergy/DESCR
net/synergy/Makefile
net/synergy/PLIST
net/synergy/distinfo
net/synergy/patches/patch-aa
net/synergy/patches/patch-ab
net/synergy/patches/patch-ac
net/synergy1.2/DESCR
net/synergy1.2/Makefile
net/synergy1.2/PLIST
net/synergy1.2/distinfo
net/tacacs/DESCR
net/tacacs/Makefile
net/tacacs/PLIST
net/tacacs/distinfo
net/tacacs/patches/patch-aa
net/tacacs/patches/patch-ab
net/tacacs/patches/patch-ac
net/tacacs/patches/patch-ad
net/tacacs/patches/patch-ae
net/tacacs/patches/patch-af
net/tcl-scotty/DESCR
net/tcl-scotty/Makefile
net/tcl-scotty/PLIST
net/tcl-scotty/buildlink3.mk
net/tcl-scotty/distinfo
net/tcl-scotty/patches/patch-aa
net/tcl-scotty/patches/patch-ab
net/tcl-scotty/patches/patch-ac
net/tcl-scotty/patches/patch-ad
net/tcl-scotty/patches/patch-af
net/tcl-scotty/patches/patch-ag
net/tcpdmerge/DESCR
net/tcpdmerge/Makefile
net/tcpdmerge/PLIST
net/tcpdmerge/distinfo
net/tcpdmerge/files/Makefile
net/tcpdpriv/DESCR
net/tcpdpriv/Makefile
net/tcpdpriv/PLIST
net/tcpdpriv/distinfo
net/tcpdpriv/patches/patch-aa
net/tcpdpriv/patches/patch-ab
net/tcpdstat/DESCR
net/tcpdstat/Makefile
net/tcpdstat/PLIST
net/tcpdstat/distinfo
net/tcpdstat/patches/patch-aa
net/tcpdump/DESCR
net/tcpdump/Makefile
net/tcpdump/PLIST
net/tcpdump/distinfo
net/tcpdump/options.mk
net/tcpdump/patches/patch-af
net/tcpflow/DESCR
net/tcpflow/Makefile
net/tcpflow/PLIST
net/tcpflow/distinfo
net/tcpflow/patches/patch-aa
net/tcpflow/patches/patch-ab
net/tcpflow/patches/patch-ac
net/tcpflow/patches/patch-ad
net/tcpflow/patches/patch-ae
net/tcpick/DESCR
net/tcpick/Makefile
net/tcpick/PLIST
net/tcpick/distinfo
net/tcpillust/DESCR
net/tcpillust/Makefile
net/tcpillust/PLIST
net/tcpillust/distinfo
net/tcpillust/patches/patch-aa
net/tcpillust/patches/patch-ab
net/tcpillust/patches/patch-ac
net/tcpreplay/DESCR
net/tcpreplay/Makefile
net/tcpreplay/PLIST
net/tcpreplay/distinfo
net/tcpslice/DESCR
net/tcpslice/Makefile
net/tcpslice/PLIST
net/tcpslice/distinfo
net/tcpslice/patches/patch-aa
net/tcptrace/DESCR
net/tcptrace/Makefile
net/tcptrace/PLIST
net/tcptrace/distinfo
net/tcptrace/patches/patch-aa
net/tcptraceroute/DESCR
net/tcptraceroute/Makefile
net/tcptraceroute/PLIST
net/tcptraceroute/distinfo
net/tcptraceroute/patches/patch-aa
net/tcptraceroute/patches/patch-ab
net/teamspeak-client/DESCR
net/teamspeak-client/Makefile
net/teamspeak-client/PLIST
net/teamspeak-client/distinfo
net/teamspeak-server/DESCR
net/teamspeak-server/Makefile
net/teamspeak-server/PLIST
net/teamspeak-server/distinfo
net/teamspeak-server/files/teamspeak.sh
net/tightvnc/DESCR
net/tightvnc/Makefile
net/tightvnc/PLIST
net/tightvnc/distinfo
net/tightvnc/patches/patch-aa
net/tightvnc/patches/patch-ab
net/tightvnc/patches/patch-ac
net/tightvnc/patches/patch-ad
net/tightvnc/patches/patch-ae
net/tightvnc/patches/patch-af
net/tightvnc/patches/patch-ag
net/tightvnc/patches/patch-ah
net/tightvnc/patches/patch-ai
net/tightvnc/patches/patch-aj
net/tightvnc/patches/patch-ak
net/tightvnc/patches/patch-al
net/tightvnc/patches/patch-am
net/tightvncviewer/DESCR
net/tightvncviewer/Makefile
net/tightvncviewer/PLIST
net/tightvncviewer/distinfo
net/tightvncviewer/patches/patch-aa
net/tightvncviewer/patches/patch-ab
net/tinc/DESCR
net/tinc/Makefile
net/tinc/PLIST
net/tinc/distinfo
net/tinc/patches/patch-aa
net/tinc/patches/patch-ab
net/tinyfugue/DESCR
net/tinyfugue/Makefile
net/tinyfugue/PLIST
net/tinyfugue/distinfo
net/tinyfugue/patches/patch-aa
net/tinyfugue/patches/patch-ab
net/tinyfugue/patches/patch-ac
net/tinyfugue/patches/patch-ad
net/tkined/DESCR
net/tkined/Makefile
net/tkined/PLIST
net/tn5250/DESCR
net/tn5250/Makefile
net/tn5250/PLIST
net/tn5250/distinfo
net/tn5250/patches/patch-aa
net/tn5250/patches/patch-ab
net/tn5250/patches/patch-ac
net/tnftp/DESCR
net/tnftp/Makefile
net/tnftp/PLIST
net/tnftp/files/COPYING
net/tnftp/files/ChangeLog
net/tnftp/files/INSTALL
net/tnftp/files/Makefile.in
net/tnftp/files/NEWS
net/tnftp/files/README
net/tnftp/files/THANKS
net/tnftp/files/build-aux/config.guess
net/tnftp/files/build-aux/config.sub
net/tnftp/files/build-aux/install-sh
net/tnftp/files/config.h.in
net/tnftp/files/configure
net/tnftp/files/configure.ac
net/tnftp/files/libedit/Makefile.in
net/tnftp/files/libedit/chared.c
net/tnftp/files/libedit/chared.h
net/tnftp/files/libedit/common.c
net/tnftp/files/libedit/editline.3
net/tnftp/files/libedit/editrc.5
net/tnftp/files/libedit/el.c
net/tnftp/files/libedit/el.h
net/tnftp/files/libedit/emacs.c
net/tnftp/files/libedit/filecomplete.c
net/tnftp/files/libedit/filecomplete.h
net/tnftp/files/libedit/hist.c
net/tnftp/files/libedit/hist.h
net/tnftp/files/libedit/histedit.h
net/tnftp/files/libedit/history.c
net/tnftp/files/libedit/key.c
net/tnftp/files/libedit/key.h
net/tnftp/files/libedit/makelist.in
net/tnftp/files/libedit/map.c
net/tnftp/files/libedit/map.h
net/tnftp/files/libedit/parse.c
net/tnftp/files/libedit/parse.h
net/tnftp/files/libedit/prompt.c
net/tnftp/files/libedit/prompt.h
net/tnftp/files/libedit/read.c
net/tnftp/files/libedit/read.h
net/tnftp/files/libedit/readline.c
net/tnftp/files/libedit/readline/readline.h
net/tnftp/files/libedit/refresh.c
net/tnftp/files/libedit/refresh.h
net/tnftp/files/libedit/search.c
net/tnftp/files/libedit/search.h
net/tnftp/files/libedit/sig.c
net/tnftp/files/libedit/sig.h
net/tnftp/files/libedit/sys.h
net/tnftp/files/libedit/term.c
net/tnftp/files/libedit/term.h
net/tnftp/files/libedit/tokenizer.c
net/tnftp/files/libedit/tty.c
net/tnftp/files/libedit/tty.h
net/tnftp/files/libedit/vi.c
net/tnftp/files/libnetbsd/Makefile.in
net/tnftp/files/libnetbsd/dirname.c
net/tnftp/files/libnetbsd/err.c
net/tnftp/files/libnetbsd/fgetln.c
net/tnftp/files/libnetbsd/fseeko.c
net/tnftp/files/libnetbsd/ftpglob.h
net/tnftp/files/libnetbsd/ftpvis.h
net/tnftp/files/libnetbsd/getaddrinfo.c
net/tnftp/files/libnetbsd/getnameinfo.c
net/tnftp/files/libnetbsd/glob.c
net/tnftp/files/libnetbsd/inet_ntop.c
net/tnftp/files/libnetbsd/inet_pton.c
net/tnftp/files/libnetbsd/mkstemp.c
net/tnftp/files/libnetbsd/setprogname.c
net/tnftp/files/libnetbsd/sl_init.c
net/tnftp/files/libnetbsd/snprintf.c
net/tnftp/files/libnetbsd/strdup.c
net/tnftp/files/libnetbsd/strerror.c
net/tnftp/files/libnetbsd/strlcat.c
net/tnftp/files/libnetbsd/strlcpy.c
net/tnftp/files/libnetbsd/strptime.c
net/tnftp/files/libnetbsd/strsep.c
net/tnftp/files/libnetbsd/strtoll.c
net/tnftp/files/libnetbsd/strunvis.c
net/tnftp/files/libnetbsd/strvis.c
net/tnftp/files/libnetbsd/timegm.c
net/tnftp/files/libnetbsd/usleep.c
net/tnftp/files/libnetbsd/utimes.c
net/tnftp/files/src/Makefile.in
net/tnftp/files/src/cmds.c
net/tnftp/files/src/cmdtab.c
net/tnftp/files/src/complete.c
net/tnftp/files/src/domacro.c
net/tnftp/files/src/extern.h
net/tnftp/files/src/fetch.c
net/tnftp/files/src/ftp.1
net/tnftp/files/src/ftp.c
net/tnftp/files/src/ftp.cat1
net/tnftp/files/src/ftp_var.h
net/tnftp/files/src/main.c
net/tnftp/files/src/progressbar.c
net/tnftp/files/src/progressbar.h
net/tnftp/files/src/ruserpass.c
net/tnftp/files/src/util.c
net/tnftp/files/src/version.h
net/tnftp/files/tnftp.h
net/tnftp/files/todo
net/tnftp/options.mk
net/tnftpd/DESCR
net/tnftpd/Makefile
net/tnftpd/PLIST
net/tnftpd/distinfo
net/tnftpd/options.mk
net/tnftpd/patches/patch-aa
net/tor/DESCR
net/tor/MESSAGE
net/tor/Makefile
net/tor/PLIST
net/tor/distinfo
net/tor/files/tor.in
net/tor/options.mk
net/tor/patches/patch-ac
net/tor/patches/patch-ad
net/tor/patches/patch-ae
net/torrentutils/DESCR
net/torrentutils/Makefile
net/torrentutils/PLIST
net/torrentutils/distinfo
net/torrentutils/patches/patch-aa
net/torrentutils/patches/patch-ab
net/totd/DESCR
net/totd/Makefile
net/totd/PLIST
net/totd/distinfo
net/totd/files/totd.conf.sample
net/totd/patches/patch-aa
net/traceroute-as/DESCR
net/traceroute-as/MESSAGE
net/traceroute-as/Makefile
net/traceroute-as/PLIST
net/traceroute-as/distinfo
net/traceroute-as/patches/patch-aa
net/traceroute-as/patches/patch-ab
net/traceroute-as/patches/patch-ac
net/trafshow/DESCR
net/trafshow/Makefile
net/trafshow/PLIST
net/trafshow/distinfo
net/trickle/DESCR
net/trickle/Makefile
net/trickle/PLIST
net/trickle/distinfo
net/trickle/files/trickled.conf
net/trickle/files/trickled.sh
net/trickle/patches/patch-aa
net/tsclient/DESCR
net/tsclient/Makefile
net/tsclient/PLIST
net/tsclient/distinfo
net/tsocks/DESCR
net/tsocks/Makefile
net/tsocks/PLIST
net/tsocks/distinfo
net/tsocks/files/tsocks.sh
net/tsocks/patches/patch-aa
net/tsocks/patches/patch-ab
net/tsocks/patches/patch-ac
net/tsocks/patches/patch-ad
net/tspc/DESCR
net/tspc/Makefile
net/tspc/PLIST
net/tspc/distinfo
net/tspc/files/tspc.sh
net/tspc/patches/patch-aa
net/tspc/patches/patch-ab
net/tspc/patches/patch-ac
net/tspc/patches/patch-ad
net/ttt/DESCR
net/ttt/Makefile
net/ttt/PLIST
net/ttt/distinfo
net/ttt/options.mk
net/ttt/patches/patch-aa
net/ttt/patches/patch-ab
net/ttt/patches/patch-ac
net/ucarp/DESCR
net/ucarp/Makefile
net/ucarp/PLIST
net/ucarp/distinfo
net/ucspi-ssl/DESCR
net/ucspi-ssl/Makefile
net/ucspi-ssl/PLIST
net/ucspi-ssl/PLIST.perl
net/ucspi-ssl/distinfo
net/ucspi-ssl/options.mk
net/ucspi-tcp/DESCR
net/ucspi-tcp/Makefile
net/ucspi-tcp/PLIST
net/ucspi-tcp/distinfo
net/ucspi-tcp/hacks.mk
net/ucspi-tcp/options.mk
net/udpcast/DESCR
net/udpcast/Makefile
net/udpcast/PLIST
net/udpcast/distinfo
net/udpcast/patches/patch-aa
net/udpcast/patches/patch-ab
net/udpcast/patches/patch-ac
net/udpcast/patches/patch-ad
net/udpcast/patches/patch-ae
net/udpcast/patches/patch-af
net/udpcast/patches/patch-ag
net/udpcast/patches/patch-ah
net/udptunnel/DESCR
net/udptunnel/Makefile
net/udptunnel/PLIST
net/udptunnel/distinfo
net/udptunnel/patches/patch-aa
net/udptunnel/patches/patch-ab
net/udptunnel/patches/patch-ac
net/unfs3/DESCR
net/unfs3/Makefile
net/unfs3/PLIST
net/unfs3/distinfo
net/unfs3/files/exports
net/unfs3/files/unfsd.sh
net/unison-devel/DESCR
net/unison-devel/Makefile
net/unison-devel/PLIST
net/unison-devel/distinfo
net/unison-devel/patches/patch-aa
net/unison-devel/patches/patch-ab
net/unison-devel/patches/patch-ac
net/unison/DESCR
net/unison/Makefile
net/unison/PLIST
net/unison/distinfo
net/unison/options.mk
net/unison/patches/patch-aa
net/unison/patches/patch-ab
net/unison/patches/patch-ac
net/upclient/DESCR
net/upclient/MESSAGE
net/upclient/Makefile
net/upclient/PLIST
net/upclient/distinfo
net/upclient/files/upclient.sh
net/upclient/patches/patch-aa
net/upclient/patches/patch-ab
net/upclient/patches/patch-ac
net/upclient/patches/patch-ad
net/upclient/patches/patch-ae
net/urlgfe/DESCR
net/urlgfe/Makefile
net/urlgfe/PLIST
net/urlgfe/distinfo
net/userppp/DESCR
net/userppp/Makefile
net/userppp/PLIST
net/userppp/distinfo
net/userppp/patches/patch-aa
net/userppp/patches/patch-ab
net/userppp/patches/patch-ac
net/userppp/patches/patch-ad
net/userppp/patches/patch-ae
net/userppp/patches/patch-af
net/userppp/patches/patch-ag
net/userppp/patches/patch-ah
net/userppp/patches/patch-ai
net/userppp/patches/patch-aj
net/userppp/patches/patch-ak
net/userppp/patches/patch-al
net/userppp/patches/patch-am
net/userppp/patches/patch-an
net/uucp/DESCR
net/uucp/MESSAGE
net/uucp/Makefile
net/uucp/PLIST
net/uucp/distinfo
net/uucp/files/etc/daily
net/uucp/files/etc/ftpusers
net/uucp/files/etc/master.passwd
net/uucp/files/etc/mountcritlocal
net/uucp/files/etc/newsyslog.conf
net/uucp/files/etc/syslog.conf
net/uucp/files/etc/weekly
net/uucp/files/rmail/Makefile
net/uucp/files/rmail/rmail.8
net/uucp/files/rmail/rmail.c
net/uucp/files/uucpd/Makefile
net/uucp/files/uucpd/pathnames.h
net/uucp/files/uucpd/uucpd.8
net/uucp/files/uucpd/uucpd.c
net/uucp/patches/patch-aa
net/uucp/patches/patch-ab
net/uucp/patches/patch-ac
net/uucp/patches/patch-ad
net/uucp/patches/patch-ae
net/uucp/patches/patch-af
net/uucp/patches/patch-ag
net/uucp/patches/patch-ah
net/uucp/patches/patch-ai
net/uucp/patches/patch-aj
net/uucp/patches/patch-ak
net/uucp/patches/patch-al
net/uucp/patches/patch-am
net/uucp/patches/patch-an
net/uucp/patches/patch-ao
net/uucp/patches/patch-ap
net/uucp/patches/patch-aq
net/uucp/patches/patch-ar
net/uucp/patches/patch-as
net/vcheck/DESCR
net/vcheck/Makefile
net/vcheck/distinfo
net/vde/DESCR
net/vde/Makefile
net/vde/PLIST
net/vde/distinfo
net/vde/patches/patch-aa
net/vino/DESCR
net/vino/Makefile
net/vino/PLIST
net/vino/distinfo
net/vino/options.mk
net/vnc/DESCR
net/vnc/Makefile
net/vnc/PLIST
net/vnc/distinfo
net/vnc/patches/patch-aa
net/vnc/patches/patch-ab
net/vnc/patches/patch-ac
net/vnc/patches/patch-ad
net/vnc/patches/patch-ae
net/vnc/patches/patch-af
net/vnc/patches/patch-ag
net/vnc/patches/patch-ah
net/vnc/patches/patch-ai
net/vnc/patches/patch-aj
net/vncviewer/DESCR
net/vncviewer/Makefile
net/vncviewer/PLIST
net/vncviewer/distinfo
net/vncviewer/patches/patch-aa
net/vncviewer/patches/patch-ab
net/vncviewer/patches/patch-ac
net/vpnc/DESCR
net/vpnc/Makefile
net/vpnc/PLIST
net/vpnc/distinfo
net/vpnc/patches/patch-aa
net/vpnc/patches/patch-ab
net/vpnc/patches/patch-ac
net/vpnc/patches/patch-ad
net/vpnc/patches/patch-ae
net/vsftpd/DESCR
net/vsftpd/Makefile
net/vsftpd/PLIST
net/vsftpd/distinfo
net/vsftpd/files/vsftpd.sh
net/vsftpd/options.mk
net/vsftpd/patches/patch-aa
net/vsftpd/patches/patch-ab
net/vsftpd/patches/patch-ac
net/vsftpd/patches/patch-ad
net/vsftpd/patches/patch-ae
net/vsftpd/patches/patch-af
net/vsftpd/patches/patch-ag
net/vtun/DEINSTALL
net/vtun/DESCR
net/vtun/INSTALL
net/vtun/Makefile
net/vtun/PLIST
net/vtun/distinfo
net/vtun/patches/patch-aa
net/vtun/patches/patch-ab
net/vtun/patches/patch-ac
net/wakeup/DESCR
net/wakeup/Makefile
net/wakeup/PLIST
net/wakeup/distinfo
net/wakeup/files/Makefile
net/wakeup/patches/patch-aa
net/walker/DESCR
net/walker/Makefile
net/walker/PLIST
net/walker/distinfo
net/wap-utils/DESCR
net/wap-utils/Makefile
net/wap-utils/PLIST
net/wap-utils/distinfo
net/wap-utils/patches/patch-aa
net/waste/DESCR
net/waste/Makefile
net/waste/PLIST
net/waste/distinfo
net/waste/patches/patch-aa
net/waste/patches/patch-ab
net/waste/patches/patch-ac
net/waste/patches/patch-ad
net/waste/patches/patch-ae
net/waste/patches/patch-af
net/wget/DESCR
net/wget/Makefile
net/wget/PLIST
net/wget/distinfo
net/wget/options.mk
net/whatmask/DESCR
net/whatmask/Makefile
net/whatmask/PLIST
net/whatmask/distinfo
net/whois3/DESCR
net/whois3/Makefile
net/whois3/PLIST
net/whois3/distinfo
net/whois3/patches/patch-aa
net/whois3/patches/patch-ab
net/whoson/DESCR
net/whoson/Makefile
net/whoson/PLIST
net/whoson/buildlink3.mk
net/whoson/distinfo
net/whoson/files/whoson.conf
net/whoson/files/whosond.sh
net/whoson/patches/patch-aa
net/wide-dhcpv6/DESCR
net/wide-dhcpv6/Makefile
net/wide-dhcpv6/PLIST
net/wide-dhcpv6/distinfo
net/wide-dhcpv6/files/dhcp6c.sh
net/wide-dhcpv6/files/dhcp6relay.sh
net/wide-dhcpv6/files/dhcp6s.sh
net/wimon/DESCR
net/wimon/Makefile
net/wimon/PLIST
net/wimon/distinfo
net/wimon/patches/patch-aa
net/wimon/patches/patch-ab
net/wireshark/DESCR
net/wireshark/Makefile
net/wireshark/PLIST
net/wireshark/distinfo
net/wireshark/options.mk
net/wireshark/patches/patch-aa
net/wireshark/patches/patch-ab
net/wistumbler/DESCR
net/wistumbler/Makefile
net/wistumbler/PLIST
net/wistumbler/distinfo
net/wistumbler/patches/patch-aa
net/wistumbler/patches/patch-ab
net/wistumbler/patches/patch-ac
net/wistumbler2-gtk/DESCR
net/wistumbler2-gtk/Makefile
net/wistumbler2/DESCR
net/wistumbler2/Makefile
net/wistumbler2/Makefile.common
net/wistumbler2/PLIST
net/wistumbler2/distinfo
net/wistumbler2/patches/patch-aa
net/wistumbler2/patches/patch-ab
net/wistumbler2/patches/patch-ac
net/wistumbler2/patches/patch-ad
net/wistumbler2/patches/patch-ae
net/wmget/DESCR
net/wmget/Makefile
net/wmget/PLIST
net/wmget/distinfo
net/wmget/patches/patch-aa
net/wminet/DESCR
net/wminet/Makefile
net/wminet/PLIST
net/wminet/distinfo
net/wminet/patches/patch-aa
net/wminet/patches/patch-ab
net/wmnd/DESCR
net/wmnd/Makefile
net/wmnd/PLIST
net/wmnd/distinfo
net/wmnet/DESCR
net/wmnet/Makefile
net/wmnet/PLIST
net/wmnet/distinfo
net/wmnet/patches/patch-aa
net/wmnet/patches/patch-ab
net/wmnet/patches/patch-ac
net/wmnet/patches/patch-ad
net/wmnet/patches/patch-ae
net/wmnet/patches/patch-af
net/wmpload/DESCR
net/wmpload/Makefile
net/wmpload/PLIST
net/wmpload/distinfo
net/wmpload/patches/patch-aa
net/wmpload/patches/patch-ab
net/wol/DESCR
net/wol/Makefile
net/wol/PLIST
net/wol/distinfo
net/wpa_gui/DESCR
net/wpa_gui/Makefile
net/wpa_gui/PLIST
net/wpa_gui/distinfo
net/wpa_gui/patches/patch-aa
net/wpa_gui/patches/patch-ab
net/wu-ftpd/DESCR
net/wu-ftpd/Makefile
net/wu-ftpd/PLIST
net/wu-ftpd/distinfo
net/wu-ftpd/patches/patch-aa
net/wu-ftpd/patches/patch-ab
net/wu-ftpd/patches/patch-ac
net/wu-ftpd/patches/patch-ad
net/wu-ftpd/patches/patch-ae
net/wu-ftpd/patches/patch-af
net/wu-ftpd/patches/patch-ag
net/wu-ftpd/patches/patch-ah
net/wu-ftpd/patches/patch-ai
net/wu-ftpd/patches/patch-aj
net/wu-ftpd/patches/patch-ak
net/wu-ftpd/patches/patch-al
net/wu-ftpd/patches/patch-am
net/wu-ftpd/patches/patch-an
net/wu-ftpd/patches/patch-ao
net/wu-ftpd/patches/patch-ap
net/x2vnc/DESCR
net/x2vnc/Makefile
net/x2vnc/PLIST
net/x2vnc/distinfo
net/x2vnc/patches/patch-aa
net/x2vnc/patches/patch-ab
net/xfce4-wavelan-plugin/DESCR
net/xfce4-wavelan-plugin/Makefile
net/xfce4-wavelan-plugin/PLIST
net/xfce4-wavelan-plugin/buildlink3.mk
net/xfce4-wavelan-plugin/distinfo
net/xfce4-wavelan-plugin/patches/patch-aa
net/xipdump/DESCR
net/xipdump/Makefile
net/xipdump/PLIST
net/xipdump/distinfo
net/xipdump/patches/patch-aa
net/xipdump/patches/patch-ab
net/xipdump/patches/patch-ac
net/xipdump/patches/patch-ad
net/xipdump/patches/patch-ae
net/xipdump/patches/patch-af
net/xmftp/DESCR
net/xmftp/Makefile
net/xmftp/PLIST
net/xmftp/distinfo
net/xmftp/patches/patch-aa
net/xmftp/patches/patch-ab
net/xmftp/patches/patch-ac
net/xmftp/patches/patch-ad
net/xmftp/patches/patch-ae
net/xmftp/patches/patch-af
net/xmftp/patches/patch-ag
net/xmftp/patches/patch-ah
net/xmftp/patches/patch-ai
net/xmftp/patches/patch-aj
net/xmftp/patches/patch-ak
net/xmftp/patches/patch-al
net/xmftp/patches/patch-am
net/xmftp/patches/patch-an
net/xmftp/patches/patch-ao
net/xmftp/patches/patch-ap
net/xmftp/patches/patch-aq
net/xmftp/patches/patch-ar
net/xmftp/patches/patch-as
net/xmftp/patches/patch-at
net/xnap/DESCR
net/xnap/Makefile
net/xnap/PLIST
net/xnap/distinfo
net/xnap/patches/patch-aa
net/xorp/DESCR
net/xorp/Makefile
net/xorp/PLIST
net/xorp/distinfo
net/xorp/patches/patch-ab
net/xorp/patches/patch-af
net/xrmftp/DESCR
net/xrmftp/Makefile
net/xrmftp/PLIST
net/xrmftp/distinfo
net/xrmftp/patches/patch-aa
net/xtraceroute/DESCR
net/xtraceroute/Makefile
net/xtraceroute/PLIST
net/xtraceroute/distinfo
net/xtraceroute/patches/patch-aa
net/xtraceroute/patches/patch-ab
net/xtraceroute/patches/patch-ac
net/yafc/DESCR
net/yafc/Makefile
net/yafc/PLIST
net/yafc/distinfo
net/yafc/patches/patch-aa
net/yale-tftpd/DESCR
net/yale-tftpd/Makefile
net/yale-tftpd/PLIST
net/yale-tftpd/distinfo
net/yale-tftpd/patches/patch-aa
net/yale-tftpd/patches/patch-ab
net/yale-tftpd/patches/patch-ac
net/yale-tftpd/patches/patch-ad
net/yale-tftpd/patches/patch-ae
net/yale-tftpd/patches/patch-af
net/yale-tftpd/patches/patch-ag
net/yale-tftpd/patches/patch-ah
net/yale-tftpd/patches/patch-ai
net/yale-tftpd/patches/patch-aj
net/yale-tftpd/patches/patch-ak
net/yaz/DESCR
net/yaz/Makefile
net/yaz/PLIST
net/yaz/buildlink3.mk
net/yaz/distinfo
net/youtube-dl/DESCR
net/youtube-dl/Makefile
net/youtube-dl/PLIST
net/youtube-dl/distinfo
net/ytalk/DESCR
net/ytalk/Makefile
net/ytalk/PLIST
net/ytalk/distinfo
net/ytalk/patches/patch-aa
net/ytalk/patches/patch-ab
net/ytalk/patches/patch-ac
net/ytalk/patches/patch-ad
net/ywho/DESCR
net/ywho/Makefile
net/ywho/PLIST
net/ywho/distinfo
net/ywho/patches/patch-aa
news/Makefile
news/cg/DESCR
news/cg/Makefile
news/cg/PLIST
news/cg/distinfo
news/cg/patches/patch-aa
news/cleanscore/DESCR
news/cleanscore/Makefile
news/cleanscore/PLIST
news/cleanscore/distinfo
news/inn/DESCR
news/inn/MESSAGE
news/inn/Makefile
news/inn/Makefile.common
news/inn/PLIST
news/inn/buildlink3.mk
news/inn/distinfo
news/inn/files/innd.sh
news/inn/options.mk
news/inn/patches/patch-aa
news/inn/patches/patch-ab
news/inn/patches/patch-ac
news/inn/patches/patch-ad
news/inn/patches/patch-ag
news/inn/patches/patch-ah
news/inn/patches/patch-ai
news/inn/patches/patch-aj
news/knews/DESCR
news/knews/Makefile
news/knews/PLIST
news/knews/distinfo
news/knews/patches/patch-aa
news/knews/patches/patch-ab
news/knews/patches/patch-ac
news/knews/patches/patch-ad
news/knews/patches/patch-ae
news/knews/patches/patch-af
news/knews/patches/patch-ag
news/knews/patches/patch-ah
news/knews/patches/patch-ai
news/knews/patches/patch-aj
news/knews/patches/patch-ak
news/knews/patches/patch-al
news/knews/patches/patch-am
news/knews/patches/patch-an
news/knews/patches/patch-ao
news/knews/patches/patch-ap
news/knews/patches/patch-aq
news/knews/patches/patch-ar
news/knews/patches/patch-as
news/knews/patches/patch-at
news/knews/patches/patch-au
news/knews/patches/patch-av
news/knews/patches/patch-aw
news/knews/patches/patch-ax
news/knews/patches/patch-ay
news/knews/patches/patch-az
news/knews/patches/patch-ba
news/knews/patches/patch-bb
news/knews/patches/patch-bc
news/knews/patches/patch-bd
news/knews/patches/patch-be
news/knews/patches/patch-bf
news/knews/patches/patch-bg
news/knews/patches/patch-bh
news/leafnode/DEINSTALL
news/leafnode/DESCR
news/leafnode/INSTALL
news/leafnode/MESSAGE
news/leafnode/Makefile
news/leafnode/PLIST
news/leafnode/distinfo
news/leafnode/patches/patch-aa
news/leafnode/patches/patch-ab
news/newsfetch/DESCR
news/newsfetch/Makefile
news/newsfetch/PLIST
news/newsfetch/distinfo
news/newsfetch/patches/patch-aa
news/newsfetch/patches/patch-ab
news/newsfetch/patches/patch-ac
news/newsfetch/patches/patch-ad
news/newsx/DESCR
news/newsx/Makefile
news/newsx/PLIST
news/newsx/distinfo
news/newsx/patches/patch-aa
news/newsx/patches/patch-ab
news/nget/DESCR
news/nget/MESSAGE
news/nget/Makefile
news/nget/PLIST
news/nget/distinfo
news/nn/DESCR
news/nn/Makefile
news/nn/PLIST
news/nn/distinfo
news/nn/files/m-powerpc.h
news/nn/files/s-netbsd.h
news/nn/patches/patch-aa
news/nn/patches/patch-ab
news/nn/patches/patch-ac
news/nn/patches/patch-ae
news/nn/patches/patch-af
news/nn/patches/patch-ag
news/nn/patches/patch-ah
news/nn/patches/patch-ai
news/nn/patches/patch-aj
news/nn/patches/patch-ak
news/nn/patches/patch-al
news/nn/patches/patch-ao
news/nn/patches/patch-aq
news/nn/patches/patch-ar
news/nn/patches/patch-at
news/nn/patches/patch-au
news/nn/patches/patch-av
news/nn/patches/patch-ax
news/nn/patches/patch-ay
news/nn/patches/patch-az
news/nn/patches/patch-ba
news/nn/patches/patch-bb
news/nn/patches/patch-bc
news/nn/patches/patch-be
news/nn/patches/patch-bf
news/nntpcache/DESCR
news/nntpcache/MESSAGE
news/nntpcache/Makefile
news/nntpcache/PLIST
news/nntpcache/distinfo
news/nntpcache/files/nntpcached.rc
news/nntpcache/options.mk
news/nntpcache/patches/patch-aa
news/nntpcache/patches/patch-ab
news/nntpcache/patches/patch-ac
news/nntpcache/patches/patch-ad
news/nntpcache/patches/patch-ae
news/nntpcache/patches/patch-af
news/nntpclnt/DESCR
news/nntpclnt/MESSAGE
news/nntpclnt/Makefile
news/nntpclnt/PLIST
news/nntpclnt/distinfo
news/nntpclnt/files/config.DragonFly.sh
news/nntpclnt/files/config.Linux.sh
news/nntpclnt/files/config.NetBSD.sh
news/nntpclnt/files/config.SunOS.sh
news/nntpclnt/patches/patch-aa
news/nntpclnt/patches/patch-ab
news/nntpclnt/patches/patch-ac
news/nntpclnt/patches/patch-ad
news/pan/DESCR
news/pan/Makefile
news/pan/PLIST
news/pan/distinfo
news/pan/patches/patch-aa
news/pan/patches/patch-ai
news/slrn/DESCR
news/slrn/Makefile
news/slrn/PLIST
news/slrn/distinfo
news/slrn/patches/patch-aa
news/slrn/patches/patch-ae
news/suck/DESCR
news/suck/Makefile
news/suck/PLIST
news/suck/distinfo
news/suck/options.mk
news/suck/patches/patch-aa
news/suck/patches/patch-ab
news/suck/patches/patch-ac
news/tin/DESCR
news/tin/Makefile
news/tin/PLIST
news/tin/distinfo
news/tin/options.mk
news/tin/patches/patch-aa
news/tin/patches/patch-ab
news/trn/DESCR
news/trn/Makefile
news/trn/PLIST
news/trn/distinfo
news/trn/options.mk
news/trn/patches/patch-aa
news/trn/patches/patch-ab
news/trn/patches/patch-ac
news/trn/patches/patch-ad
news/xrn/DESCR
news/xrn/Makefile
news/xrn/PLIST
news/xrn/distinfo
news/xrn/patches/patch-aa
news/xrn/patches/patch-ab
news/xrn/patches/patch-ac
news/xrn/patches/patch-ad
news/xrn/patches/patch-ae
news/xrn/patches/patch-af
news/xrn/patches/patch-ag
packages/.cvsignore
parallel/GridSim/DESCR
parallel/GridSim/Makefile
parallel/GridSim/PLIST
parallel/GridSim/distinfo
parallel/Makefile
parallel/clusterit/DESCR
parallel/clusterit/Makefile
parallel/clusterit/PLIST
parallel/clusterit/distinfo
parallel/clusterit/patches/patch-aa
parallel/clusterit/patches/patch-ab
parallel/clusterit/patches/patch-ac
parallel/clusterit/patches/patch-ad
parallel/clusterit/patches/patch-ae
parallel/dqs/DESCR
parallel/dqs/MESSAGE
parallel/dqs/Makefile
parallel/dqs/PLIST
parallel/dqs/distinfo
parallel/dqs/patches/patch-aa
parallel/dqs/patches/patch-ab
parallel/dqs/patches/patch-ac
parallel/dqs/patches/patch-ad
parallel/dqs/patches/patch-ae
parallel/dqs/patches/patch-af
parallel/dqs/patches/patch-ag
parallel/dqs/patches/patch-ah
parallel/ganglia-monitor-core/DESCR
parallel/ganglia-monitor-core/Makefile
parallel/ganglia-monitor-core/PLIST
parallel/ganglia-monitor-core/distinfo
parallel/ganglia-monitor-core/files/dfly-Makefile.am
parallel/ganglia-monitor-core/files/dfly-Makefile.in
parallel/ganglia-monitor-core/files/dfly-metrics.c
parallel/ganglia-monitor-core/files/gmetad.sh
parallel/ganglia-monitor-core/files/gmond.sh
parallel/ganglia-monitor-core/patches/patch-aa
parallel/ganglia-monitor-core/patches/patch-ab
parallel/ganglia-monitor-core/patches/patch-ac
parallel/ganglia-monitor-core/patches/patch-ad
parallel/ganglia-monitor-core/patches/patch-ae
parallel/ganglia-monitor-core/patches/patch-af
parallel/ganglia-monitor-core/patches/patch-ag
parallel/ganglia-monitor-core/patches/patch-ah
parallel/ganglia-monitor-core/patches/patch-ai
parallel/ganglia-monitor-core/patches/patch-aj
parallel/ganglia-monitor-core/patches/patch-ak
parallel/ganglia-monitor-core/patches/patch-al
parallel/ganglia-monitor-core/patches/patch-am
parallel/ganglia-monitor-core/patches/patch-an
parallel/ganglia-monitor-core/patches/patch-ao
parallel/ganglia-monitor-core/patches/patch-ap
parallel/ganglia-monitor-core/patches/patch-aq
parallel/ganglia-monitor-core/patches/patch-ar
parallel/ganglia-monitor-core/patches/patch-as
parallel/ganglia-monitor-core/patches/patch-at
parallel/ganglia-monitor-core/patches/patch-au
parallel/glunix/DESCR
parallel/glunix/MESSAGE
parallel/glunix/Makefile
parallel/glunix/PLIST
parallel/glunix/distinfo
parallel/glunix/files/Makefile-2
parallel/glunix/patches/patch-aa
parallel/glunix/patches/patch-ab
parallel/glunix/patches/patch-ac
parallel/glunix/patches/patch-ad
parallel/glunix/patches/patch-ae
parallel/glunix/patches/patch-af
parallel/glunix/patches/patch-ag
parallel/glunix/patches/patch-ah
parallel/glunix/patches/patch-ai
parallel/glunix/patches/patch-aj
parallel/glunix/patches/patch-ak
parallel/glunix/patches/patch-al
parallel/glunix/patches/patch-am
parallel/glunix/patches/patch-an
parallel/glunix/patches/patch-ao
parallel/glunix/patches/patch-ap
parallel/glunix/patches/patch-aq
parallel/glunix/patches/patch-ar
parallel/glunix/patches/patch-as
parallel/glunix/patches/patch-at
parallel/glunix/patches/patch-au
parallel/glunix/patches/patch-av
parallel/glunix/patches/patch-aw
parallel/glunix/patches/patch-ax
parallel/glunix/patches/patch-ay
parallel/glunix/patches/patch-az
parallel/glunix/patches/patch-ba
parallel/glunix/patches/patch-bb
parallel/glunix/patches/patch-bc
parallel/glunix/patches/patch-bd
parallel/glunix/patches/patch-be
parallel/glunix/patches/patch-bf
parallel/glunix/patches/patch-bg
parallel/glunix/patches/patch-bh
parallel/glunix/patches/patch-bi
parallel/glunix/patches/patch-bj
parallel/glunix/patches/patch-bk
parallel/glunix/patches/patch-bl
parallel/glunix/patches/patch-bm
parallel/glunix/patches/patch-bn
parallel/glunix/patches/patch-bo
parallel/glunix/patches/patch-bp
parallel/glunix/patches/patch-bq
parallel/glunix/patches/patch-br
parallel/glunix/patches/patch-bs
parallel/glunix/patches/patch-bt
parallel/glunix/patches/patch-bu
parallel/glunix/patches/patch-bv
parallel/glunix/patches/patch-bw
parallel/glunix/patches/patch-bx
parallel/glunix/patches/patch-by
parallel/glunix/patches/patch-bz
parallel/glunix/patches/patch-ca
parallel/glunix/patches/patch-cb
parallel/glunix/patches/patch-cc
parallel/glunix/patches/patch-cd
parallel/glunix/patches/patch-ce
parallel/glunix/patches/patch-cf
parallel/glunix/patches/patch-cg
parallel/glunix/patches/patch-ch
parallel/glunix/patches/patch-ci
parallel/glunix/patches/patch-cj
parallel/glunix/patches/patch-ck
parallel/glunix/patches/patch-cl
parallel/glunix/patches/patch-cm
parallel/glunix/patches/patch-cn
parallel/glunix/patches/patch-co
parallel/glunix/patches/patch-cp
parallel/glunix/patches/patch-cq
parallel/glunix/patches/patch-cr
parallel/glunix/patches/patch-cs
parallel/glunix/patches/patch-cu
parallel/linda/DESCR
parallel/linda/Makefile
parallel/linda/PLIST
parallel/linda/distinfo
parallel/mpi-ch/DESCR
parallel/mpi-ch/Makefile
parallel/mpi-ch/PLIST
parallel/mpi-ch/PLIST.java
parallel/mpi-ch/buildlink3.mk
parallel/mpi-ch/distinfo
parallel/mpi-ch/patches/patch-aa
parallel/mpi-ch/patches/patch-ab
parallel/mpi-ch/patches/patch-ac
parallel/mpi-ch/patches/patch-ad
parallel/mpi-ch/patches/patch-ae
parallel/mpi-ch/patches/patch-al
parallel/mpi-ch/patches/patch-at
parallel/mpi-ch/patches/patch-au
parallel/mpi-ch/patches/patch-av
parallel/mpi-ch/patches/patch-aw
parallel/mpi-ch/patches/patch-ax
parallel/mpi-ch/patches/patch-ay
parallel/mpi-ch/patches/patch-az
parallel/mpi-ch/patches/patch-ba
parallel/mpi-ch/patches/patch-bb
parallel/mpi-ch/patches/patch-bc
parallel/mpi-ch/patches/patch-bd
parallel/mpi-ch/patches/patch-be
parallel/mpi-ch/patches/patch-ca
parallel/openpbs/DESCR
parallel/openpbs/Makefile
parallel/openpbs/PLIST
parallel/openpbs/distinfo
parallel/openpbs/patches/patch-aa
parallel/openpbs/patches/patch-ab
parallel/openpbs/patches/patch-ac
parallel/openpbs/patches/patch-ad
parallel/p5-Parallel-Pvm/DESCR
parallel/p5-Parallel-Pvm/MESSAGE
parallel/p5-Parallel-Pvm/Makefile
parallel/p5-Parallel-Pvm/PLIST
parallel/p5-Parallel-Pvm/distinfo
parallel/p5-Parallel-Pvm/files/hello.pl
parallel/p5-Parallel-Pvm/files/hello_other.pl
parallel/p5-Parallel-Pvm/patches/patch-aa
parallel/pvm3/DESCR
parallel/pvm3/MESSAGE
parallel/pvm3/Makefile
parallel/pvm3/PLIST
parallel/pvm3/arch.mk
parallel/pvm3/buildlink3.mk
parallel/pvm3/distinfo
parallel/pvm3/files/DRAGONFLY.def
parallel/pvm3/files/DRAGONFLY.m4
parallel/pvm3/patches/patch-aa
parallel/pvm3/patches/patch-ab
parallel/pvm3/patches/patch-ac
parallel/pvm3/patches/patch-ad
parallel/pvm3/patches/patch-ae
parallel/pvm3/patches/patch-af
parallel/pvm3/patches/patch-ag
parallel/pvm3/patches/patch-ah
parallel/pvm3/patches/patch-ai
parallel/pvm3/patches/patch-aj
parallel/pvm3/patches/patch-ak
parallel/pvm3/patches/patch-al
parallel/pvm3/patches/patch-am
parallel/pvm3/patches/patch-an
parallel/pvm3/patches/patch-ao
parallel/pvm3/patches/patch-ap
parallel/pvm3/patches/patch-aq
parallel/pvm3/patches/patch-ar
parallel/pvm3/patches/patch-as
parallel/pvm3/patches/patch-at
parallel/pvm3/patches/patch-au
parallel/pvm3/patches/patch-av
parallel/pvm3/patches/patch-aw
parallel/pvm3/patches/patch-ax
parallel/pvm3/patches/patch-ay
parallel/pvm3/patches/patch-az
parallel/pvm3/patches/patch-ba
parallel/pvm3/patches/patch-bb
parallel/pvm3/patches/patch-bc
parallel/pvm3/patches/patch-bd
parallel/pvm3/patches/patch-be
parallel/pvm3/patches/patch-bf
parallel/pvm3/patches/patch-bg
parallel/pvm3/patches/patch-bh
parallel/pvm3/patches/patch-bi
parallel/pvm3/patches/patch-bj
parallel/pvm3/patches/patch-bk
parallel/pvm3/patches/patch-bl
parallel/pvm3/patches/patch-bm
parallel/pvm3/patches/patch-bn
parallel/pvm3/patches/patch-bo
parallel/pvm3/patches/patch-bq
parallel/pvm3/patches/patch-br
parallel/pvm3/patches/patch-bs
parallel/pvm3/patches/patch-bt
parallel/pvm3/patches/patch-bu
parallel/pvm3/patches/patch-bv
parallel/pvm3/patches/patch-bw
parallel/pvm3/patches/patch-bx
parallel/pvm3/patches/patch-by
parallel/pvm3/patches/patch-bz
parallel/sge/DESCR
parallel/sge/MESSAGE
parallel/sge/Makefile
parallel/sge/PLIST
parallel/sge/distinfo
parallel/sge/patches/patch-ah
parallel/sge/patches/patch-ai
parallel/sge/patches/patch-ak
parallel/sge/patches/patch-am
parallel/sge/patches/patch-at
parallel/sge/patches/patch-bl
pkglocate
pkgtools/Makefile
pkgtools/autoswc/DESCR
pkgtools/autoswc/Makefile
pkgtools/autoswc/PLIST
pkgtools/autoswc/files/autoswc.8
pkgtools/autoswc/files/autoswc.mk
pkgtools/autoswc/files/autoswc.sh
pkgtools/autoswc/files/config.site
pkgtools/autoswc/files/configure.ac
pkgtools/binpatch/DESCR
pkgtools/binpatch/Makefile
pkgtools/binpatch/PLIST
pkgtools/binpatch/files/binpatch.1
pkgtools/binpatch/files/binpatch.c
pkgtools/bootstrap-extras/DESCR
pkgtools/bootstrap-extras/Makefile
pkgtools/bootstrap-extras/PLIST
pkgtools/bootstrap-extras/files/fakeldd
pkgtools/bootstrap-extras/files/mkdir-sh
pkgtools/bootstrap-extras/files/strip-sh
pkgtools/bootstrap-extras/files/xargs-sh
pkgtools/bootstrap-mk-files/DESCR
pkgtools/bootstrap-mk-files/Makefile
pkgtools/bootstrap-mk-files/PLIST
pkgtools/bootstrap-mk-files/files/bootstrap.sh
pkgtools/bootstrap-mk-files/files/bsd.README
pkgtools/bootstrap-mk-files/files/bsd.dep.mk
pkgtools/bootstrap-mk-files/files/bsd.depall.mk
pkgtools/bootstrap-mk-files/files/bsd.doc.mk
pkgtools/bootstrap-mk-files/files/bsd.files.mk
pkgtools/bootstrap-mk-files/files/bsd.hostprog.mk
pkgtools/bootstrap-mk-files/files/bsd.inc.mk
pkgtools/bootstrap-mk-files/files/bsd.info.mk
pkgtools/bootstrap-mk-files/files/bsd.kernobj.mk
pkgtools/bootstrap-mk-files/files/bsd.kinc.mk
pkgtools/bootstrap-mk-files/files/bsd.kmod.mk
pkgtools/bootstrap-mk-files/files/bsd.lib.mk
pkgtools/bootstrap-mk-files/files/bsd.links.mk
pkgtools/bootstrap-mk-files/files/bsd.man.mk
pkgtools/bootstrap-mk-files/files/bsd.nls.mk
pkgtools/bootstrap-mk-files/files/bsd.obj.mk
pkgtools/bootstrap-mk-files/files/bsd.prog.mk
pkgtools/bootstrap-mk-files/files/bsd.subdir.mk
pkgtools/bootstrap-mk-files/files/bsd.sys.mk
pkgtools/bootstrap-mk-files/files/mods/Darwin.bsd.lib.mk
pkgtools/bootstrap-mk-files/files/mods/Darwin.bsd.man.mk
pkgtools/bootstrap-mk-files/files/mods/Darwin.bsd.sys.mk
pkgtools/bootstrap-mk-files/files/mods/Darwin.sys.mk
pkgtools/bootstrap-mk-files/files/mods/FreeBSD.bsd.man.mk
pkgtools/bootstrap-mk-files/files/mods/HPUX.sys.mk
pkgtools/bootstrap-mk-files/files/mods/IRIX.bsd.lib.mk
pkgtools/bootstrap-mk-files/files/mods/IRIX.bsd.own.mk.in
pkgtools/bootstrap-mk-files/files/mods/IRIX.sys.mk
pkgtools/bootstrap-mk-files/files/mods/Interix.bsd.lib.mk
pkgtools/bootstrap-mk-files/files/mods/Interix.sys.mk
pkgtools/bootstrap-mk-files/files/mods/Linux.bsd.lib.mk
pkgtools/bootstrap-mk-files/files/mods/Linux.bsd.man.mk
pkgtools/bootstrap-mk-files/files/mods/Linux.sys.mk
pkgtools/bootstrap-mk-files/files/mods/NetBSD.bsd.man.mk
pkgtools/bootstrap-mk-files/files/mods/NetBSD.sys.mk
pkgtools/bootstrap-mk-files/files/mods/OSF1.sys.mk
pkgtools/bootstrap-mk-files/files/mods/OpenBSD.bsd.man.mk
pkgtools/bootstrap-mk-files/files/mods/OpenBSD.bsd.own.mk.in
pkgtools/bootstrap-mk-files/files/mods/OpenBSD.sys.mk
pkgtools/bootstrap-mk-files/files/mods/SunOS.bsd.sys.mk
pkgtools/bootstrap-mk-files/files/mods/SunOS.sys.mk
pkgtools/bootstrap-mk-files/files/mods/UnixWare.sys.mk
pkgtools/bootstrap-mk-files/files/mods/bsd.own.mk.in
pkgtools/bootstrap-mk-files/files/sys.mk
pkgtools/cdpack/DESCR
pkgtools/cdpack/Makefile
pkgtools/cdpack/PLIST
pkgtools/cdpack/files/TODO
pkgtools/cdpack/files/cddist.1
pkgtools/cdpack/files/cddist.sh
pkgtools/cdpack/files/cdgen.awk
pkgtools/cdpack/files/cdpack.1
pkgtools/cdpack/files/cdpack.sh
pkgtools/createbuildlink/DESCR
pkgtools/createbuildlink/Makefile
pkgtools/createbuildlink/PLIST
pkgtools/createbuildlink/files/createbuildlink
pkgtools/createbuildlink/files/createbuildlink.8
pkgtools/createbuildlink/files/substplistbasedirs
pkgtools/dfdisk/DESCR
pkgtools/dfdisk/MESSAGE
pkgtools/dfdisk/Makefile
pkgtools/dfdisk/PLIST
pkgtools/dfdisk/files/TODO
pkgtools/dfdisk/files/dfdisk.1
pkgtools/dfdisk/files/dfdisk.conf
pkgtools/dfdisk/files/dfdisk.sh
pkgtools/digest/DESCR
pkgtools/digest/Makefile
pkgtools/digest/PLIST
pkgtools/digest/files/AUTHORS
pkgtools/digest/files/COPYING
pkgtools/digest/files/DESCR
pkgtools/digest/files/INSTALL
pkgtools/digest/files/Makefile.in
pkgtools/digest/files/NEWS
pkgtools/digest/files/PLIST
pkgtools/digest/files/README
pkgtools/digest/files/aclocal.m4
pkgtools/digest/files/config.guess
pkgtools/digest/files/config.h.in
pkgtools/digest/files/config.sub
pkgtools/digest/files/configure
pkgtools/digest/files/configure.ac
pkgtools/digest/files/digest.1
pkgtools/digest/files/digest.c
pkgtools/digest/files/install-sh
pkgtools/digest/files/md5.h
pkgtools/digest/files/md5c.c
pkgtools/digest/files/md5hl.c
pkgtools/digest/files/missing
pkgtools/digest/files/mkinstalldirs
pkgtools/digest/files/regress.sh
pkgtools/digest/files/rmd160.c
pkgtools/digest/files/rmd160.h
pkgtools/digest/files/rmd160hl.c
pkgtools/digest/files/sha1.c
pkgtools/digest/files/sha1.h
pkgtools/digest/files/sha1hl.c
pkgtools/digest/files/sha2.c
pkgtools/digest/files/sha2.h
pkgtools/digest/files/sha2hl.c
pkgtools/digest/files/tiger.c
pkgtools/digest/files/tiger.h
pkgtools/digest/files/whirlpool.c
pkgtools/digest/files/whirlpool.h
pkgtools/genrpm/DESCR
pkgtools/genrpm/Makefile
pkgtools/genrpm/PLIST
pkgtools/genrpm/files/genrpm
pkgtools/genrpm/files/genrpm.0
pkgtools/genrpm/files/genrpm.8
pkgtools/gensolpkg/DESCR
pkgtools/gensolpkg/Makefile
pkgtools/gensolpkg/PLIST
pkgtools/gensolpkg/distinfo
pkgtools/gensolpkg/patches/patch-aa
pkgtools/gensolpkg/patches/patch-ab
pkgtools/gensolpkg/patches/patch-ac
pkgtools/libkver/DEINSTALL
pkgtools/libkver/DESCR
pkgtools/libkver/INSTALL
pkgtools/libkver/Makefile
pkgtools/libkver/PLIST
pkgtools/libkver/files/Makefile
pkgtools/libkver/files/Makefile.inc
pkgtools/libkver/files/lib/Makefile
pkgtools/libkver/files/lib/kver.3
pkgtools/libkver/files/lib/kver.c
pkgtools/libkver/files/lib/shlib_version
pkgtools/libkver/files/sysctl/Makefile
pkgtools/libnbcompat/DESCR
pkgtools/libnbcompat/Makefile
pkgtools/libnbcompat/PLIST
pkgtools/libnbcompat/files/Makefile.in
pkgtools/libnbcompat/files/README
pkgtools/libnbcompat/files/__fts13.c
pkgtools/libnbcompat/files/__glob13.c
pkgtools/libnbcompat/files/__unsetenv13.c
pkgtools/libnbcompat/files/aclocal.m4
pkgtools/libnbcompat/files/asprintf.c
pkgtools/libnbcompat/files/bits.c
pkgtools/libnbcompat/files/config.guess
pkgtools/libnbcompat/files/config.sub
pkgtools/libnbcompat/files/configure
pkgtools/libnbcompat/files/configure.ac
pkgtools/libnbcompat/files/engine.c
pkgtools/libnbcompat/files/err.c
pkgtools/libnbcompat/files/fgetln.c
pkgtools/libnbcompat/files/findenv.c
pkgtools/libnbcompat/files/fnmatch.c
pkgtools/libnbcompat/files/fparseln.c
pkgtools/libnbcompat/files/fts.c
pkgtools/libnbcompat/files/getenv.c
pkgtools/libnbcompat/files/getopt_long.c
pkgtools/libnbcompat/files/gettemp.c
pkgtools/libnbcompat/files/glob.c
pkgtools/libnbcompat/files/install-sh
pkgtools/libnbcompat/files/isblank.c
pkgtools/libnbcompat/files/lchflags.c
pkgtools/libnbcompat/files/lchmod.c
pkgtools/libnbcompat/files/lchown.c
pkgtools/libnbcompat/files/lutimes.c
pkgtools/libnbcompat/files/malloc.c
pkgtools/libnbcompat/files/md5c.c
pkgtools/libnbcompat/files/md5hl.c
pkgtools/libnbcompat/files/mdXhl.c
pkgtools/libnbcompat/files/mkdtemp.c
pkgtools/libnbcompat/files/mkstemp.c
pkgtools/libnbcompat/files/nbcompat.awk
pkgtools/libnbcompat/files/nbcompat.h
pkgtools/libnbcompat/files/nbcompat/assert.h
pkgtools/libnbcompat/files/nbcompat/cdefs.h
pkgtools/libnbcompat/files/nbcompat/config.h.in
pkgtools/libnbcompat/files/nbcompat/ctype.h
pkgtools/libnbcompat/files/nbcompat/dirent.h
pkgtools/libnbcompat/files/nbcompat/endian.h
pkgtools/libnbcompat/files/nbcompat/err.h
pkgtools/libnbcompat/files/nbcompat/fnmatch.h
pkgtools/libnbcompat/files/nbcompat/fts.h
pkgtools/libnbcompat/files/nbcompat/getopt.h
pkgtools/libnbcompat/files/nbcompat/glob.h
pkgtools/libnbcompat/files/nbcompat/grp.h
pkgtools/libnbcompat/files/nbcompat/limits.h
pkgtools/libnbcompat/files/nbcompat/md5.h
pkgtools/libnbcompat/files/nbcompat/param.h
pkgtools/libnbcompat/files/nbcompat/paths.h
pkgtools/libnbcompat/files/nbcompat/poll.h
pkgtools/libnbcompat/files/nbcompat/pwd.h
pkgtools/libnbcompat/files/nbcompat/queue.h
pkgtools/libnbcompat/files/nbcompat/regex.h
pkgtools/libnbcompat/files/nbcompat/rmd160.h
pkgtools/libnbcompat/files/nbcompat/sha1.h
pkgtools/libnbcompat/files/nbcompat/sha2.h
pkgtools/libnbcompat/files/nbcompat/stat.h
pkgtools/libnbcompat/files/nbcompat/statvfs.h
pkgtools/libnbcompat/files/nbcompat/stdio.h
pkgtools/libnbcompat/files/nbcompat/stdlib.h
pkgtools/libnbcompat/files/nbcompat/string.h
pkgtools/libnbcompat/files/nbcompat/termcap.h
pkgtools/libnbcompat/files/nbcompat/time.h
pkgtools/libnbcompat/files/nbcompat/types.h
pkgtools/libnbcompat/files/nbcompat/tzfile.h
pkgtools/libnbcompat/files/nbcompat/unistd.h
pkgtools/libnbcompat/files/nbcompat/util.h
pkgtools/libnbcompat/files/nbcompat/vis.h
pkgtools/libnbcompat/files/poll.c
pkgtools/libnbcompat/files/private/cclass.h
pkgtools/libnbcompat/files/private/cname.h
pkgtools/libnbcompat/files/private/pwcache.h
pkgtools/libnbcompat/files/private/regex2.h
pkgtools/libnbcompat/files/private/utils.h
pkgtools/libnbcompat/files/pwcache.c
pkgtools/libnbcompat/files/regcomp.c
pkgtools/libnbcompat/files/regerror.c
pkgtools/libnbcompat/files/regexec.c
pkgtools/libnbcompat/files/regfree.c
pkgtools/libnbcompat/files/rmd160.c
pkgtools/libnbcompat/files/rmd160hl.c
pkgtools/libnbcompat/files/setenv.c
pkgtools/libnbcompat/files/setgroupent.c
pkgtools/libnbcompat/files/setmode.c
pkgtools/libnbcompat/files/setpassent.c
pkgtools/libnbcompat/files/setprogname.c
pkgtools/libnbcompat/files/sha1.c
pkgtools/libnbcompat/files/sha1hl.c
pkgtools/libnbcompat/files/sha2.c
pkgtools/libnbcompat/files/sha2hl.c
pkgtools/libnbcompat/files/snprintf.c
pkgtools/libnbcompat/files/src2nbcompat
pkgtools/libnbcompat/files/statvfs.c
pkgtools/libnbcompat/files/strdup.c
pkgtools/libnbcompat/files/strerror.c
pkgtools/libnbcompat/files/strlcat.c
pkgtools/libnbcompat/files/strlcpy.c
pkgtools/libnbcompat/files/strmode.c
pkgtools/libnbcompat/files/strsep.c
pkgtools/libnbcompat/files/strtoll.c
pkgtools/libnbcompat/files/timegm.c
pkgtools/libnbcompat/files/unsetenv.c
pkgtools/libnbcompat/files/unvis.c
pkgtools/libnbcompat/files/usleep.c
pkgtools/libnbcompat/files/utimes.c
pkgtools/libnbcompat/files/vis.c
pkgtools/libnbcompat/files/warn.c
pkgtools/libnbcompat/inplace.mk
pkgtools/lintpkgsrc/DESCR
pkgtools/lintpkgsrc/Makefile
pkgtools/lintpkgsrc/PLIST
pkgtools/mtree/DESCR
pkgtools/mtree/Makefile
pkgtools/mtree/Makefile.common
pkgtools/mtree/PLIST
pkgtools/mtree/files/Makefile.in
pkgtools/mtree/files/compare.c
pkgtools/mtree/files/config.guess
pkgtools/mtree/files/config.h.in
pkgtools/mtree/files/config.sub
pkgtools/mtree/files/configure
pkgtools/mtree/files/configure.ac
pkgtools/mtree/files/crc.c
pkgtools/mtree/files/create.c
pkgtools/mtree/files/excludes.c
pkgtools/mtree/files/extern.h
pkgtools/mtree/files/getid.c
pkgtools/mtree/files/install-sh
pkgtools/mtree/files/misc.c
pkgtools/mtree/files/mtree.8
pkgtools/mtree/files/mtree.c
pkgtools/mtree/files/mtree.cat8
pkgtools/mtree/files/mtree.h
pkgtools/mtree/files/mtree2nbcompat
pkgtools/mtree/files/pack_dev.c
pkgtools/mtree/files/pack_dev.h
pkgtools/mtree/files/spec.c
pkgtools/mtree/files/stat_flags.c
pkgtools/mtree/files/stat_flags.h
pkgtools/mtree/files/verify.c
pkgtools/p5-pkgsrc-Dewey/DESCR
pkgtools/p5-pkgsrc-Dewey/Makefile
pkgtools/p5-pkgsrc-Dewey/files/Changes
pkgtools/p5-pkgsrc-Dewey/files/Dewey.pm
pkgtools/p5-pkgsrc-Dewey/files/Dewey.xs
pkgtools/p5-pkgsrc-Dewey/files/MANIFEST
pkgtools/p5-pkgsrc-Dewey/files/Makefile.PL
pkgtools/p5-pkgsrc-Dewey/files/README
pkgtools/p5-pkgsrc-Dewey/files/t/Dewey.t
pkgtools/p5-pkgsrc-Dewey/files/typemap
pkgtools/pbulk/DESCR
pkgtools/pbulk/MESSAGE
pkgtools/pbulk/Makefile
pkgtools/pbulk/PLIST
pkgtools/pbulk/files/pbulk/Makefile
pkgtools/pbulk/files/pbulk/Makefile.inc
pkgtools/pbulk/files/pbulk/lib/Makefile
pkgtools/pbulk/files/pbulk/lib/alloc.c
pkgtools/pbulk/files/pbulk/lib/atomic.c
pkgtools/pbulk/files/pbulk/lib/event.c
pkgtools/pbulk/files/pbulk/lib/exec.c
pkgtools/pbulk/files/pbulk/lib/match.c
pkgtools/pbulk/files/pbulk/lib/netaddr.c
pkgtools/pbulk/files/pbulk/lib/pbulk.h
pkgtools/pbulk/files/pbulk/lib/read_child.c
pkgtools/pbulk/files/pbulk/lib/read_file.c
pkgtools/pbulk/files/pbulk/pbuild/Makefile
pkgtools/pbulk/files/pbulk/pbuild/client.c
pkgtools/pbulk/files/pbulk/pbuild/jobs.c
pkgtools/pbulk/files/pbulk/pbuild/master.c
pkgtools/pbulk/files/pbulk/pbuild/pbuild.c
pkgtools/pbulk/files/pbulk/pbuild/pbuild.h
pkgtools/pbulk/files/pbulk/pbuild/pbulk-build.1
pkgtools/pbulk/files/pbulk/pbuild/stat.c
pkgtools/pbulk/files/pbulk/pbulk.conf
pkgtools/pbulk/files/pbulk/presolve/Makefile
pkgtools/pbulk/files/pbulk/presolve/pbulk-resolve.1
pkgtools/pbulk/files/pbulk/presolve/presolve.c
pkgtools/pbulk/files/pbulk/pscan/Makefile
pkgtools/pbulk/files/pbulk/pscan/client.c
pkgtools/pbulk/files/pbulk/pscan/jobs.c
pkgtools/pbulk/files/pbulk/pscan/master.c
pkgtools/pbulk/files/pbulk/pscan/pbulk-scan.1
pkgtools/pbulk/files/pbulk/pscan/pscan.c
pkgtools/pbulk/files/pbulk/pscan/pscan.h
pkgtools/pbulk/files/pbulk/scripts/Makefile
pkgtools/pbulk/files/pbulk/scripts/build
pkgtools/pbulk/files/pbulk/scripts/build-client-start
pkgtools/pbulk/files/pbulk/scripts/bulkbuild
pkgtools/pbulk/files/pbulk/scripts/bulkbuild-rebuild
pkgtools/pbulk/files/pbulk/scripts/bulkbuild-restart
pkgtools/pbulk/files/pbulk/scripts/client-clean
pkgtools/pbulk/files/pbulk/scripts/compute-packages.awk
pkgtools/pbulk/files/pbulk/scripts/create-broken-graph.awk
pkgtools/pbulk/files/pbulk/scripts/create-report-html.awk
pkgtools/pbulk/files/pbulk/scripts/create-report-txt.awk
pkgtools/pbulk/files/pbulk/scripts/create-report.awk
pkgtools/pbulk/files/pbulk/scripts/pkg-build
pkgtools/pbulk/files/pbulk/scripts/pkg-up-to-date
pkgtools/pbulk/files/pbulk/scripts/pre-build
pkgtools/pbulk/files/pbulk/scripts/report
pkgtools/pbulk/files/pbulk/scripts/scan
pkgtools/pbulk/files/pbulk/scripts/scan-client-start
pkgtools/pbulk/files/pbulk/scripts/upload
pkgtools/pkg_alternatives/DEINSTALL
pkgtools/pkg_alternatives/DESCR
pkgtools/pkg_alternatives/INSTALL
pkgtools/pkg_alternatives/Makefile
pkgtools/pkg_alternatives/PLIST
pkgtools/pkg_alternatives/files/filter.conf
pkgtools/pkg_alternatives/files/pkg_alternatives.8
pkgtools/pkg_alternatives/files/pkg_alternatives.sh
pkgtools/pkg_alternatives/files/wrapper.man
pkgtools/pkg_alternatives/files/wrapper.sh
pkgtools/pkg_chk/DESCR
pkgtools/pkg_chk/Makefile
pkgtools/pkg_chk/PLIST
pkgtools/pkg_chk/files/pkg_chk.8
pkgtools/pkg_chk/files/pkg_chk.sh
pkgtools/pkg_comp/DESCR
pkgtools/pkg_comp/Makefile
pkgtools/pkg_comp/PLIST
pkgtools/pkg_comp/files/pkg_comp.8
pkgtools/pkg_comp/files/pkg_comp.sh
pkgtools/pkg_filecheck/DESCR
pkgtools/pkg_filecheck/Makefile
pkgtools/pkg_filecheck/PLIST
pkgtools/pkg_filecheck/files/builddb.1
pkgtools/pkg_filecheck/files/builddb.pl
pkgtools/pkg_filecheck/files/pkg_filecheck.1
pkgtools/pkg_filecheck/files/pkg_filecheck.c
pkgtools/pkg_filecheck/files/pkg_filecheck.conf
pkgtools/pkg_filecheck/files/pkg_filecheck.conf.5
pkgtools/pkg_install-info/DESCR
pkgtools/pkg_install-info/Makefile
pkgtools/pkg_install-info/PLIST
pkgtools/pkg_install-info/files/Makefile.in
pkgtools/pkg_install-info/files/README
pkgtools/pkg_install-info/files/aclocal.m4
pkgtools/pkg_install-info/files/config.h.in
pkgtools/pkg_install-info/files/configure
pkgtools/pkg_install-info/files/configure.ac
pkgtools/pkg_install-info/files/getopt.c
pkgtools/pkg_install-info/files/getopt.h
pkgtools/pkg_install-info/files/getopt1.c
pkgtools/pkg_install-info/files/gettext.h
pkgtools/pkg_install-info/files/install-info.c
pkgtools/pkg_install-info/files/strcasecmp.c
pkgtools/pkg_install-info/files/strdup.c
pkgtools/pkg_install-info/files/strerror.c
pkgtools/pkg_install-info/files/strncasecmp.c
pkgtools/pkg_install-info/files/system.h
pkgtools/pkg_install-info/files/xalloc.h
pkgtools/pkg_install-info/files/xexit.c
pkgtools/pkg_install-info/files/xstrdup.c
pkgtools/pkg_install-info/hacks.mk
pkgtools/pkg_notify/DESCR
pkgtools/pkg_notify/Makefile
pkgtools/pkg_notify/PLIST
pkgtools/pkg_notify/distinfo
pkgtools/pkg_regress/DESCR
pkgtools/pkg_regress/Makefile
pkgtools/pkg_regress/PLIST
pkgtools/pkg_regress/files/pkg_regress.sh
pkgtools/pkg_rolling-replace/DESCR
pkgtools/pkg_rolling-replace/Makefile
pkgtools/pkg_rolling-replace/PLIST
pkgtools/pkg_rolling-replace/files/pkg_rolling-replace.8
pkgtools/pkg_rolling-replace/files/pkg_rolling-replace.sh
pkgtools/pkg_select/DESCR
pkgtools/pkg_select/Makefile
pkgtools/pkg_select/PLIST
pkgtools/pkg_select/distinfo
pkgtools/pkg_select/patches/patch-aa
pkgtools/pkg_select/patches/patch-ab
pkgtools/pkg_select/patches/patch-ac
pkgtools/pkg_tarup/DESCR
pkgtools/pkg_tarup/Makefile
pkgtools/pkg_tarup/PLIST
pkgtools/pkg_tarup/files/pkg_tarup
pkgtools/pkg_tarup/files/pkg_tarup.1
pkgtools/pkg_tarup/files/pkg_tarup_all
pkgtools/pkgclean/DESCR
pkgtools/pkgclean/Makefile
pkgtools/pkgclean/PLIST
pkgtools/pkgclean/files/pkgclean.1
pkgtools/pkgclean/files/pkgclean.sh
pkgtools/pkgdep/DESCR
pkgtools/pkgdep/Makefile
pkgtools/pkgdep/PLIST
pkgtools/pkgdep/files/pkgdep.pl
pkgtools/pkgdepgraph/DESCR
pkgtools/pkgdepgraph/MESSAGE
pkgtools/pkgdepgraph/Makefile
pkgtools/pkgdepgraph/PLIST
pkgtools/pkgdepgraph/files/pkgdepgraph.0
pkgtools/pkgdepgraph/files/pkgdepgraph.1
pkgtools/pkgdepgraph/files/pkgdepgraph.pl
pkgtools/pkgdiff/DESCR
pkgtools/pkgdiff/Makefile
pkgtools/pkgdiff/PLIST
pkgtools/pkgdiff/files/feedback-patches
pkgtools/pkgdiff/files/feedback-patches.0
pkgtools/pkgdiff/files/feedback-patches.1
pkgtools/pkgdiff/files/mkpatches.0
pkgtools/pkgdiff/files/mkpatches.1
pkgtools/pkgdiff/files/mkpatches.pl
pkgtools/pkgdiff/files/patchdiff.0
pkgtools/pkgdiff/files/patchdiff.1
pkgtools/pkgdiff/files/patchdiff.pl
pkgtools/pkgdiff/files/pkgdiff
pkgtools/pkgdiff/files/pkgdiff.0
pkgtools/pkgdiff/files/pkgdiff.1
pkgtools/pkgdiff/files/pkgvi
pkgtools/pkgdiff/files/pkgvi.0
pkgtools/pkgdiff/files/pkgvi.1
pkgtools/pkgfind/DESCR
pkgtools/pkgfind/Makefile
pkgtools/pkgfind/PLIST
pkgtools/pkgfind/files/pkgfind.1
pkgtools/pkgfind/files/pkgfind.c
pkgtools/pkglint/DESCR
pkgtools/pkglint/Makefile
pkgtools/pkglint/PLIST
pkgtools/pkglint/README
pkgtools/pkglint/TODO
pkgtools/pkglint/files/deprecated.map
pkgtools/pkglint/files/doc/Makefile
pkgtools/pkglint/files/doc/chap.code.xml
pkgtools/pkglint/files/doc/chap.defs.xml
pkgtools/pkglint/files/doc/chap.design.xml
pkgtools/pkglint/files/doc/chap.future.xml
pkgtools/pkglint/files/doc/chap.intro.xml
pkgtools/pkglint/files/doc/chap.statemachines.xml
pkgtools/pkglint/files/doc/chap.types.xml
pkgtools/pkglint/files/doc/pkglint.xml
pkgtools/pkglint/files/doc/statemachine.patch.dia
pkgtools/pkglint/files/doc/statemachine.shellcmd.dia
pkgtools/pkglint/files/doc/stylesheet.xsl
pkgtools/pkglint/files/lintpkgsrc.0
pkgtools/pkglint/files/lintpkgsrc.1
pkgtools/pkglint/files/lintpkgsrc.pl
pkgtools/pkglint/files/makevars.map
pkgtools/pkglint/files/pkglint.0
pkgtools/pkglint/files/pkglint.1
pkgtools/pkglint/files/pkglint.pl
pkgtools/pkglint/files/plist-clash.pl
pkgtools/pkgse/DESCR
pkgtools/pkgse/Makefile
pkgtools/pkgse/PLIST
pkgtools/pkgse/distinfo
pkgtools/pkgsurvey/DESCR
pkgtools/pkgsurvey/MESSAGE
pkgtools/pkgsurvey/Makefile
pkgtools/pkgsurvey/PLIST
pkgtools/pkgsurvey/files/pkgsurvey.sh
pkgtools/port2pkg/DESCR
pkgtools/port2pkg/Makefile
pkgtools/port2pkg/PLIST
pkgtools/port2pkg/files/port2pkg.0
pkgtools/port2pkg/files/port2pkg.1
pkgtools/port2pkg/files/port2pkg.pl
pkgtools/posix_headers/DESCR
pkgtools/posix_headers/Makefile
pkgtools/posix_headers/buildlink3.mk
pkgtools/posix_headers/files/make.sh
pkgtools/posix_headers/files/math.h.in
pkgtools/posix_headers/files/math.h.tests
pkgtools/posix_headers/files/resolv.h.in
pkgtools/posix_headers/files/resolv.h.tests
pkgtools/posix_headers/files/stdint.h.in
pkgtools/posix_headers/files/stdint.h.tests
pkgtools/posix_headers/files/stdlib.h.in
pkgtools/posix_headers/files/stdlib.h.tests
pkgtools/posix_headers/files/subr.sh
pkgtools/posix_headers/files/sys/select.h.in
pkgtools/posix_headers/files/sys/select.h.tests
pkgtools/prereq-readme/DESCR
pkgtools/prereq-readme/Makefile
pkgtools/rc.subr/DESCR
pkgtools/rc.subr/Makefile
pkgtools/rc.subr/PLIST
pkgtools/rc.subr/files/rc.conf.example
pkgtools/rc.subr/files/rc.d/DAEMON
pkgtools/rc.subr/files/rc.d/LOGIN
pkgtools/rc.subr/files/rc.d/NETWORKING
pkgtools/rc.subr/files/rc.d/SERVERS
pkgtools/rc.subr/files/rc.subr
pkgtools/rcorder/DESCR
pkgtools/rcorder/Makefile
pkgtools/rcorder/PLIST
pkgtools/rcorder/files/Makefile.in
pkgtools/rcorder/files/config.guess
pkgtools/rcorder/files/config.h.in
pkgtools/rcorder/files/config.sub
pkgtools/rcorder/files/configure
pkgtools/rcorder/files/configure.ac
pkgtools/rcorder/files/ealloc.c
pkgtools/rcorder/files/ealloc.h
pkgtools/rcorder/files/hash.c
pkgtools/rcorder/files/hash.h
pkgtools/rcorder/files/install-sh
pkgtools/rcorder/files/mkinstalldirs
pkgtools/rcorder/files/rcorder.8
pkgtools/rcorder/files/rcorder.c
pkgtools/rcorder/files/rcorder.cat8
pkgtools/rcorder/files/rcorder2nbcompat
pkgtools/rdigest/DESCR
pkgtools/rdigest/Makefile
pkgtools/rdigest/PLIST
pkgtools/rdigest/distinfo
pkgtools/rdigest/patches/patch-aa
pkgtools/rdigest/patches/patch-ab
pkgtools/rdigest/patches/patch-ac
pkgtools/revbump/DESCR
pkgtools/revbump/Makefile
pkgtools/revbump/PLIST
pkgtools/revbump/files/blbump
pkgtools/revbump/files/blbump.1
pkgtools/revbump/files/finddepends
pkgtools/revbump/files/finddepends.1
pkgtools/revbump/files/revbump
pkgtools/revbump/files/revbump.1
pkgtools/rpm2pkg/DESCR
pkgtools/rpm2pkg/Makefile
pkgtools/rpm2pkg/PLIST
pkgtools/rpm2pkg/files/rpm2pkg.8
pkgtools/rpm2pkg/files/rpm2pkg.c
pkgtools/shlock/DESCR
pkgtools/shlock/Makefile
pkgtools/shlock/PLIST
pkgtools/shlock/files/Makefile
pkgtools/shlock/files/shlock.1
pkgtools/shlock/files/shlock.c
pkgtools/url2pkg/DESCR
pkgtools/url2pkg/Makefile
pkgtools/url2pkg/PLIST
pkgtools/url2pkg/files/MakeMaker.pm
pkgtools/url2pkg/files/url2pkg.8
pkgtools/url2pkg/files/url2pkg.pl
pkgtools/verifypc/DESCR
pkgtools/verifypc/Makefile
pkgtools/verifypc/PLIST
pkgtools/verifypc/files/verifypc.1
pkgtools/verifypc/files/verifypc.sh
pkgtools/x11-links/DESCR
pkgtools/x11-links/Makefile
pkgtools/x11-links/PLIST
pkgtools/x11-links/buildlink3.mk
pkgtools/x11-links/builtin.mk
pkgtools/x11-links/files/openwin
pkgtools/x11-links/files/xdec
pkgtools/x11-links/files/xfree
pkgtools/x11-links/files/xfree.MesaLib
pkgtools/x11-links/files/xfree.Xft2
pkgtools/x11-links/files/xfree.Xrandr
pkgtools/x11-links/files/xfree.Xrender
pkgtools/x11-links/files/xfree.expat
pkgtools/x11-links/files/xfree.fontconfig
pkgtools/x11-links/files/xfree.freetype2
pkgtools/x11-links/files/xfree.glu
pkgtools/x11-links/files/xfree.randrext
pkgtools/x11-links/files/xfree.randrproto
pkgtools/x11-links/files/xfree.render
pkgtools/x11-links/files/xfree.renderproto
pkgtools/x11-links/files/xfree.xcursor
pkgtools/x11-links/files/xfree.xpm
pkgtools/x11-links/files/xorg
pkgtools/x11-links/files/xorg.Xcomposite
pkgtools/x11-links/files/xorg.Xfixes
pkgtools/x11-links/files/xorg.compositeext
pkgtools/x11-links/files/xorg.compositeproto
pkgtools/x11-links/files/xorg.expat
pkgtools/x11-links/files/xorg.fixesext
pkgtools/x11-links/files/xorg.fixesproto
pkgtools/x11-links/files/xorg.fontconfig
pkgtools/x11-links/files/xorg.freetype2
pkgtools/x11-links/files/xorg.inputproto
pkgtools/x11-links/files/xorg.kbproto
pkgtools/x11-links/files/xorg.libICE
pkgtools/x11-links/files/xorg.libSM
pkgtools/x11-links/files/xorg.libX11
pkgtools/x11-links/files/xorg.libXau
pkgtools/x11-links/files/xorg.libXdmcp
pkgtools/x11-links/files/xorg.libXext
pkgtools/x11-links/files/xorg.libXinerama
pkgtools/x11-links/files/xorg.libXmu
pkgtools/x11-links/files/xorg.libXrandr
pkgtools/x11-links/files/xorg.libXrender
pkgtools/x11-links/files/xorg.libXt
pkgtools/x11-links/files/xorg.randrproto
pkgtools/x11-links/files/xorg.renderproto
pkgtools/x11-links/files/xorg.xcursor
pkgtools/x11-links/files/xorg.xextensions
pkgtools/x11-links/files/xorg.xextproto
pkgtools/x11-links/files/xorg.xineramaproto
pkgtools/x11-links/files/xorg.xproto
pkgtools/x11-links/files/xsgi
pkgtools/x11-links/openwin.mk
pkgtools/x11-links/version.mk
pkgtools/x11-links/xdec.mk
pkgtools/x11-links/xfree-version.mk
pkgtools/x11-links/xfree.mk
pkgtools/x11-links/xorg.mk
pkgtools/x11-links/xsgi.mk
pkgtools/xpkgwedge/DEINSTALL
pkgtools/xpkgwedge/DESCR
pkgtools/xpkgwedge/INSTALL
pkgtools/xpkgwedge/MESSAGE
pkgtools/xpkgwedge/Makefile
pkgtools/xpkgwedge/PLIST
pkgtools/xpkgwedge/files/darwin.cf.patch
pkgtools/xpkgwedge/files/irix5.patch
pkgtools/xpkgwedge/files/irix6.patch
pkgtools/xpkgwedge/files/pkgxmkmf.in
pkgtools/xpkgwedge/files/xpkgwedge.def
print/LPRng-core/DESCR
print/LPRng-core/MESSAGE
print/LPRng-core/Makefile
print/LPRng-core/PLIST
print/LPRng-core/distinfo
print/LPRng-core/files/LPRng.sh
print/LPRng-core/options.mk
print/LPRng-core/patches/patch-aa
print/LPRng-core/patches/patch-ab
print/LPRng-core/patches/patch-ac
print/LPRng-core/patches/patch-ad
print/LPRng-core/patches/patch-ae
print/LPRng-core/patches/patch-af
print/LPRng-core/patches/patch-ag
print/LPRng-core/patches/patch-ah
print/LPRng-core/patches/patch-ai
print/LPRng-doc/DESCR
print/LPRng-doc/MESSAGE
print/LPRng-doc/Makefile
print/LPRng-doc/PLIST
print/LPRng-doc/distinfo
print/LPRng/DESCR
print/LPRng/Makefile
print/Makefile
print/a2ps/DESCR
print/a2ps/Makefile
print/a2ps/PLIST
print/a2ps/buildlink3.mk
print/a2ps/distinfo
print/a2ps/patches/patch-aa
print/a2ps/patches/patch-ab
print/a2ps/patches/patch-ac
print/a2ps/patches/patch-ad
print/a2ps/patches/patch-ae
print/a2ps/patches/patch-af
print/abc2ps/DESCR
print/abc2ps/Makefile
print/abc2ps/PLIST
print/abc2ps/distinfo
print/abc2ps/patches/patch-aa
print/abcm2ps/DESCR
print/abcm2ps/Makefile
print/abcm2ps/PLIST
print/abcm2ps/distinfo
print/abcm2ps/patches/patch-aa
print/acroread/DESCR
print/acroread/Makefile
print/acroread/PLIST.common
print/acroread/PLIST.common_end
print/acroread/PLIST.linux-i386
print/acroread/PLIST.osf1-alpha
print/acroread/PLIST.solaris-i386
print/acroread/PLIST.solaris-sparc
print/acroread/distinfo
print/acroread/files/acroread.diff
print/acroread/patches/patch-aa
print/acroread5/DESCR
print/acroread5/Makefile
print/acroread5/PLIST.common
print/acroread5/PLIST.common_end
print/acroread5/PLIST.solaris-sparc
print/acroread5/distinfo
print/acroread5/files/acroread.diff
print/acroread5/patches/patch-aa
print/acroread7/DESCR
print/acroread7/Makefile
print/acroread7/PLIST
print/acroread7/distinfo
print/acroread7/files/acroread.diff
print/acroread7/patches/patch-aa
print/acroread8/DESCR
print/acroread8/Makefile
print/acroread8/PLIST
print/acroread8/distinfo
print/acroread8/files/acroread.diff
print/acroread8/patches/patch-aa
print/adobeps-win/DESCR
print/adobeps-win/Makefile
print/adobeps-win/PLIST
print/adobeps-win/distinfo
print/advi/DESCR
print/advi/MESSAGE
print/advi/Makefile
print/advi/PLIST
print/advi/distinfo
print/advi/patches/patch-aa
print/advi/patches/patch-ab
print/advi/patches/patch-ac
print/advi/patches/patch-ad
print/advi/patches/patch-ae
print/advi/patches/patch-af
print/advi/patches/patch-ag
print/advi/patches/patch-ah
print/advi/patches/patch-ai
print/advi/patches/patch-aj
print/advi/patches/patch-ak
print/advi/patches/patch-al
print/advi/patches/patch-am
print/advi/patches/patch-an
print/apsfilter/DEINSTALL
print/apsfilter/DESCR
print/apsfilter/INSTALL
print/apsfilter/MESSAGE
print/apsfilter/Makefile
print/apsfilter/PLIST
print/apsfilter/distinfo
print/apsfilter/patches/patch-aa
print/apsfilter/patches/patch-ac
print/apsfilter/patches/patch-ad
print/auctex/DESCR
print/auctex/MESSAGE
print/auctex/Makefile
print/auctex/PLIST
print/auctex/buildlink3.mk
print/auctex/distinfo
print/bg5pdf/DESCR
print/bg5pdf/Makefile
print/bg5pdf/PLIST
print/bg5pdf/distinfo
print/bg5pdf/patches/patch-aa
print/bg5ps/DESCR
print/bg5ps/Makefile
print/bg5ps/PLIST
print/bg5ps/distinfo
print/bg5ps/patches/patch-aa
print/bg5ps/patches/patch-ab
print/bg5ps/patches/patch-ac
print/bibtool/DESCR
print/bibtool/Makefile
print/bibtool/PLIST
print/bibtool/distinfo
print/bibtool/patches/patch-aa
print/bibtool/patches/patch-ab
print/bww2tex/DESCR
print/bww2tex/Makefile
print/bww2tex/PLIST
print/bww2tex/distinfo
print/bww2tex/files/bww2tex.1
print/bww2tex/patches/patch-aa
print/bww2tex/patches/patch-ab
print/chktex/DESCR
print/chktex/Makefile
print/chktex/PLIST
print/chktex/distinfo
print/chktex/patches/patch-aa
print/cjk-lyx/DESCR
print/cjk-lyx/Makefile
print/cjk-lyx/PLIST
print/cjk-lyx/distinfo
print/cjk-lyx/patches/patch-aa
print/cjk-lyx/patches/patch-ab
print/cjk-lyx/patches/patch-ac
print/cjk-lyx/patches/patch-ad
print/cjk-lyx/patches/patch-ae
print/cjk-lyx/patches/patch-af
print/cjk-lyx/patches/patch-ag
print/cjk-lyx/patches/patch-ah
print/cjk-lyx/patches/patch-ai
print/cjk-lyx/patches/patch-aj
print/cjk-lyx/patches/patch-ak
print/cjk-lyx/patches/patch-al
print/cjk-lyx/patches/patch-am
print/cjk-lyx/patches/patch-an
print/cjk-lyx/patches/patch-ao
print/cnprint/DESCR
print/cnprint/Makefile
print/cnprint/PLIST
print/cnprint/distinfo
print/cnprint/patches/patch-aa
print/cups/DESCR
print/cups/MESSAGE
print/cups/MESSAGE.pam
print/cups/Makefile
print/cups/PLIST
print/cups/buildlink3.mk
print/cups/distinfo
print/cups/files/cups.pam
print/cups/files/cupsd.sh
print/cups/options.mk
print/cups/patches/patch-aa
print/cups/patches/patch-ab
print/cups/patches/patch-ac
print/cups/patches/patch-ad
print/cups/patches/patch-an
print/cups/patches/patch-ao
print/cups/patches/patch-at
print/cups/patches/patch-au
print/dvidvi/DESCR
print/dvidvi/Makefile
print/dvidvi/PLIST
print/dvidvi/distinfo
print/dvipdfmx/DESCR
print/dvipdfmx/Makefile
print/dvipdfmx/PLIST
print/dvipdfmx/distinfo
print/dvipdfmx/files/map.tmpl
print/dvipdfmx/map.mk
print/dvipdfmx/patches/patch-aa
print/dvipdfmx/patches/patch-ab
print/enscript/DESCR
print/enscript/Makefile
print/enscript/PLIST
print/enscript/distinfo
print/enscript/patches/patch-aa
print/enscript/patches/patch-ab
print/enscript/patches/patch-ad
print/enscript/patches/patch-ae
print/epdfview/DESCR
print/epdfview/Makefile
print/epdfview/PLIST
print/epdfview/distinfo
print/epdfview/options.mk
print/epstool/DESCR
print/epstool/Makefile
print/epstool/PLIST
print/epstool/distinfo
print/epstool/patches/patch-aa
print/epstool/patches/patch-ab
print/evince-nautilus/DESCR
print/evince-nautilus/Makefile
print/evince-nautilus/PLIST
print/evince/DESCR
print/evince/Makefile
print/evince/Makefile.common
print/evince/PLIST
print/evince/distinfo
print/flpsed/DESCR
print/flpsed/Makefile
print/flpsed/PLIST
print/flpsed/distinfo
print/flpsed/patches/patch-aa
print/foomatic-filters-cups/DEINSTALL
print/foomatic-filters-cups/DESCR
print/foomatic-filters-cups/INSTALL
print/foomatic-filters-cups/Makefile
print/foomatic-filters/DESCR
print/foomatic-filters/Makefile
print/foomatic-filters/Makefile.common
print/foomatic-filters/PLIST
print/foomatic-filters/distinfo
print/foomatic-filters/patches/patch-aa
print/foomatic-ppds-cups/DEINSTALL
print/foomatic-ppds-cups/DESCR
print/foomatic-ppds-cups/INSTALL
print/foomatic-ppds-cups/Makefile
print/foomatic-ppds/DESCR
print/foomatic-ppds/Makefile
print/foomatic-ppds/Makefile.common
print/foomatic-ppds/distinfo
print/ghostscript-esp/DESCR
print/ghostscript-esp/Makefile
print/ghostscript-esp/PLIST
print/ghostscript-esp/distinfo
print/ghostscript-esp/options.mk
print/ghostscript-esp/patches/patch-aa
print/ghostscript-esp/patches/patch-ab
print/ghostscript-esp/patches/patch-ac
print/ghostscript-esp/patches/patch-ad
print/ghostscript-esp/patches/patch-ae
print/ghostscript-esp/patches/patch-af
print/ghostscript/DESCR
print/ghostscript/Makefile
print/ghostscript/PLIST
print/ghostscript/distinfo
print/ghostscript/hacks.mk
print/ghostscript/options.mk
print/ghostscript/patches/patch-ab
print/ghostscript/patches/patch-ad
print/ghostscript/patches/patch-ae
print/ghostscript6/DESCR
print/ghostscript6/Makefile
print/ghostscript6/PLIST
print/ghostscript6/distinfo
print/ghostscript6/files/devs.nox11
print/ghostscript6/files/devs.x11
print/ghostscript6/options.mk
print/ghostscript6/patches/patch-ab
print/ghostscript6/patches/patch-ac
print/ghostscript6/patches/patch-ad
print/ghostscript6/patches/patch-ae
print/ghostscript6/patches/patch-af
print/ghostscript6/patches/patch-ag
print/ghostscript6/patches/patch-ah
print/ghostscript6/patches/patch-ai
print/ghostscript6/patches/patch-aj
print/ghostscript6/patches/patch-ak
print/ghostscript6/patches/patch-al
print/ghostscript6/patches/patch-am
print/ghostscript6/patches/patch-an
print/ghostscript6/patches/patch-ao
print/ghostscript6/patches/patch-ap
print/ghostscript6/patches/patch-aq
print/ghostscript6/patches/patch-ar
print/ghostscript6/patches/patch-as
print/ghostscript6/patches/patch-at
print/ghostscript6/patches/patch-au
print/ghostscript6/patches/patch-av
print/ghostscript6/patches/patch-aw
print/ghostscript6/patches/patch-ay
print/ghostscript6/patches/patch-az
print/ghostscript6/patches/patch-ba
print/ghostscript6/patches/patch-bb
print/ghostscript6/patches/patch-bc
print/ghostscript6/patches/patch-bd
print/ghostscript6/patches/patch-be
print/ghostscript6/patches/patch-bf
print/ghostscript6/patches/patch-bug-workaround
print/gimp-print-cups/DESCR
print/gimp-print-cups/Makefile
print/gimp-print-cups/PLIST
print/gimp-print-cups/distinfo
print/gimp-print-cups/patches/patch-aa
print/gimp-print-cups/patches/patch-ab
print/gimp-print-cups/patches/patch-ac
print/gimp-print-cups/patches/patch-ad
print/gimp-print-escputil/DESCR
print/gimp-print-escputil/MESSAGE.Linux
print/gimp-print-escputil/Makefile
print/gimp-print-escputil/PLIST
print/gimp-print-escputil/distinfo
print/gimp-print-escputil/patches/patch-aa
print/gimp-print-escputil/patches/patch-ab
print/gimp-print-escputil/patches/patch-ac
print/gimp-print-ijs/DESCR
print/gimp-print-ijs/Makefile
print/gimp-print-ijs/PLIST
print/gimp-print-ijs/distinfo
print/gimp-print-lib/DESCR
print/gimp-print-lib/Makefile
print/gimp-print-lib/PLIST
print/gimp-print-lib/buildlink3.mk
print/gimp-print-lib/distinfo
print/gimp-print-lib/patches/patch-aa
print/gimp-print-lib/patches/patch-ab
print/gimp-print-lib/patches/patch-ac
print/gimp-print/DESCR
print/gimp-print/Makefile
print/gimp-print/PLIST
print/gimp-print/distinfo
print/gimp-print/patches/patch-aa
print/gimp-print/patches/patch-ab
print/gimp-print/patches/patch-ac
print/glabels/DESCR
print/glabels/Makefile
print/glabels/PLIST
print/glabels/distinfo
print/gtklp/DESCR
print/gtklp/Makefile
print/gtklp/PLIST
print/gtklp/distinfo
print/gutenprint-lib/DESCR
print/gutenprint-lib/Makefile
print/gutenprint-lib/PLIST
print/gutenprint-lib/buildlink3.mk
print/gutenprint-lib/distinfo
print/gutenprint51-lib/DESCR
print/gutenprint51-lib/Makefile
print/gutenprint51-lib/PLIST
print/gutenprint51-lib/buildlink3.mk
print/gutenprint51-lib/distinfo
print/gutenprint51-lib/patches/patch-aa
print/gv/DESCR
print/gv/Makefile
print/gv/PLIST
print/gv/distinfo
print/gv/patches/patch-aa
print/gv/patches/patch-ab
print/gv/patches/patch-ad
print/gv/patches/patch-ae
print/gv/patches/patch-af
print/hpijs/DESCR
print/hpijs/Makefile
print/hpijs/PLIST
print/hpijs/distinfo
print/hpijs/patches/patch-aa
print/hpijs/patches/patch-ab
print/hpijs/patches/patch-ac
print/html2ps/DESCR
print/html2ps/Makefile
print/html2ps/PLIST
print/html2ps/distinfo
print/html2ps/patches/patch-aa
print/html2ps/patches/patch-ab
print/hugeotp2ocp/DESCR
print/hugeotp2ocp/Makefile
print/hugeotp2ocp/PLIST
print/hugeotp2ocp/files/otps.Makefile.patch
print/hugeotp2ocp/files/otps.routines.h.patch
print/if-psprint/DESCR
print/if-psprint/Makefile
print/if-psprint/PLIST
print/if-psprint/distinfo
print/ijs/DESCR
print/ijs/Makefile
print/ijs/PLIST
print/ijs/buildlink3.mk
print/ijs/distinfo
print/ijs/patches/patch-aa
print/img2eps/DESCR
print/img2eps/Makefile
print/img2eps/PLIST
print/img2eps/distinfo
print/img2eps/options.mk
print/imposter/DESCR
print/imposter/Makefile
print/imposter/PLIST
print/imposter/distinfo
print/imposter/patches/patch-aa
print/ja-a2ps/DESCR
print/ja-a2ps/Makefile
print/ja-a2ps/PLIST
print/ja-a2ps/distinfo
print/ja-a2ps/patches/patch-aa
print/ja-jsclasses/DESCR
print/ja-jsclasses/Makefile
print/ja-jsclasses/PLIST
print/ja-jsclasses/distinfo
print/ja-ptex-bin/DESCR
print/ja-ptex-bin/Makefile
print/ja-ptex-bin/PLIST
print/ja-ptex-bin/distinfo
print/ja-ptex-bin/patches/patch-aa
print/ja-ptex-bin/patches/patch-ab
print/ja-ptex-bin/patches/patch-ac
print/ja-ptex-bin/patches/patch-ad
print/ja-ptex-bin/patches/patch-af
print/ja-ptex-bin/patches/patch-ai
print/ja-ptex-bin/patches/patch-ak
print/ja-ptex-bin/patches/patch-al
print/ja-ptex-share/DESCR
print/ja-ptex-share/Makefile
print/ja-ptex-share/PLIST
print/ja-ptex-share/distinfo
print/ja-ptex/DESCR
print/ja-ptex/MESSAGE
print/ja-ptex/Makefile
print/ja-vflib-lib/DESCR
print/ja-vflib-lib/Makefile
print/ja-vflib-lib/Makefile.common
print/ja-vflib-lib/PLIST
print/ja-vflib-lib/buildlink3.mk
print/ja-vflib-lib/distinfo
print/ja-vflib-lib/patches/patch-aa
print/ja-vflib-lib/patches/patch-ab
print/ja-vflib-lib/patches/patch-ac
print/ja-vflib-lib/patches/patch-ad
print/ja-vflib-lib/patches/patch-ae
print/ja-vflib-lib/patches/patch-af
print/ja-vflib-lib/patches/patch-ag
print/ja-vflib-lib/patches/patch-ah
print/ja-vflib-lib/patches/patch-ai
print/ja-vflib-utils/DESCR
print/ja-vflib-utils/Makefile
print/ja-vflib-utils/PLIST
print/ja-vflib/DESCR
print/ja-vflib/Makefile
print/ja-vfxdvik/DESCR
print/ja-vfxdvik/Makefile
print/ja-vfxdvik/PLIST
print/ja-vfxdvik/distinfo
print/ja-vfxdvik/patches/patch-aa
print/ja-vfxdvik/patches/patch-ac
print/ja-vfxdvik/patches/patch-ad
print/ja-vfxdvik/patches/patch-ae
print/ja-vfxdvik/patches/patch-af
print/ja-vfxdvik/patches/patch-ah
print/ja-vfxdvik/patches/patch-ai
print/ja-vfxdvik/patches/patch-aj
print/ja-vfxdvik/patches/patch-ap
print/jcabc2ps/DESCR
print/jcabc2ps/Makefile
print/jcabc2ps/PLIST
print/jcabc2ps/distinfo
print/jcabc2ps/patches/patch-aa
print/jcabc2ps/patches/patch-ab
print/kbibtex/DESCR
print/kbibtex/Makefile
print/kbibtex/PLIST
print/kbibtex/distinfo
print/latex-mk/DESCR
print/latex-mk/MESSAGE
print/latex-mk/Makefile
print/latex-mk/PLIST
print/latex-mk/distinfo
print/lgrind/DESCR
print/lgrind/Makefile
print/lgrind/PLIST
print/lgrind/distinfo
print/lgrind/patches/patch-aa
print/lgrind/patches/patch-ab
print/lgrind/patches/patch-ac
print/lgrind/patches/patch-ad
print/lgrind/patches/patch-ae
print/lgrind/patches/patch-af
print/libgnomecups/DESCR
print/libgnomecups/Makefile
print/libgnomecups/PLIST
print/libgnomecups/buildlink3.mk
print/libgnomecups/distinfo
print/libgnomeprint/DESCR
print/libgnomeprint/Makefile
print/libgnomeprint/PLIST
print/libgnomeprint/buildlink3.mk
print/libgnomeprint/distinfo
print/libgnomeprint/patches/patch-aa
print/libgnomeprint/patches/patch-ab
print/libgnomeprint/patches/patch-ac
print/libgnomeprintui/DESCR
print/libgnomeprintui/Makefile
print/libgnomeprintui/PLIST
print/libgnomeprintui/buildlink3.mk
print/libgnomeprintui/distinfo
print/libpaper/DESCR
print/libpaper/INSTALL
print/libpaper/Makefile
print/libpaper/PLIST
print/libpaper/buildlink3.mk
print/libpaper/distinfo
print/libpaper/patches/patch-aa
print/libpaper/patches/patch-ab
print/lilypond/DESCR
print/lilypond/MESSAGE
print/lilypond/Makefile
print/lilypond/PLIST
print/lilypond/distinfo
print/magicfilter/DESCR
print/magicfilter/Makefile
print/magicfilter/PLIST
print/magicfilter/distinfo
print/magicfilter/patches/patch-aa
print/magicfilter/patches/patch-ab
print/magicfilter/patches/patch-ac
print/mgv/DESCR
print/mgv/Makefile
print/mgv/PLIST
print/mgv/distinfo
print/mgv/patches/patch-aa
print/mgv/patches/patch-ab
print/mgv/patches/patch-ad
print/mp/DESCR
print/mp/Makefile
print/mp/PLIST
print/mp/distinfo
print/mp/patches/patch-aa
print/mpage/DESCR
print/mpage/Makefile
print/mpage/PLIST
print/mpage/distinfo
print/mpage/patches/patch-aa
print/p5-PostScript-MailLabels/DESCR
print/p5-PostScript-MailLabels/Makefile
print/p5-PostScript-MailLabels/PLIST
print/p5-PostScript-MailLabels/distinfo
print/p5-PostScript-MailLabels/patches/patch-aa
print/papersize/DESCR
print/papersize/Makefile
print/papersize/PLIST
print/papersize/files/getpapersize
print/papersize/files/getpapersize.1
print/papersize/files/setpapersize
print/papersize/files/setpapersize.1
print/pcps/DESCR
print/pcps/MESSAGE
print/pcps/Makefile
print/pcps/PLIST
print/pcps/distinfo
print/pcps/files/pcps.1
print/pcps/files/pcps.cfg
print/pcps/patches/patch-aa
print/pcps/patches/patch-ab
print/pdfjam/DESCR
print/pdfjam/Makefile
print/pdfjam/PLIST
print/pdfjam/distinfo
print/pdflib/DESCR
print/pdflib/Makefile
print/pdflib/Makefile.common
print/pdflib/PLIST
print/pdflib/buildlink3.mk
print/pdflib/distinfo
print/pdflib/patches/patch-aa
print/pdflib/patches/patch-ab
print/pdflib/patches/patch-ac
print/php-pdflib/DESCR
print/php-pdflib/Makefile
print/php-pdflib/distinfo
print/pnm2ppa/DESCR
print/pnm2ppa/MESSAGE
print/pnm2ppa/Makefile
print/pnm2ppa/PLIST
print/pnm2ppa/distinfo
print/pnm2ppa/patches/patch-aa
print/pnm2ppa/patches/patch-ab
print/pnm2ppa/patches/patch-ac
print/pnm2ppa/patches/patch-ad
print/poppler-glib/DESCR
print/poppler-glib/Makefile
print/poppler-glib/PLIST
print/poppler-glib/buildlink3.mk
print/poppler-qt/DESCR
print/poppler-qt/Makefile
print/poppler-qt/PLIST
print/poppler-qt/buildlink3.mk
print/poppler-qt4/DESCR
print/poppler-qt4/Makefile
print/poppler-qt4/PLIST
print/poppler-qt4/buildlink3.mk
print/poppler-utils/DESCR
print/poppler-utils/Makefile
print/poppler-utils/PLIST
print/poppler/DESCR
print/poppler/Makefile
print/poppler/Makefile.common
print/poppler/PLIST
print/poppler/buildlink3.mk
print/poppler/distinfo
print/poppler/patches/patch-aa
print/poppler/patches/patch-ab
print/poppler/patches/patch-ag
print/poppler/patches/patch-ah
print/poppler/patches/patch-ai
print/poppler/patches/patch-aj
print/poppler/patches/patch-ak
print/poppler/patches/patch-al
print/poster/DESCR
print/poster/Makefile
print/poster/PLIST
print/poster/distinfo
print/poster/patches/patch-ab
print/pscal/DESCR
print/pscal/Makefile
print/pscal/PLIST
print/pscal/distinfo
print/psify/DESCR
print/psify/Makefile
print/psify/PLIST
print/psify/distinfo
print/psify/patches/patch-aa
print/psjoin/DESCR
print/psjoin/Makefile
print/psjoin/PLIST
print/psjoin/distinfo
print/pslib/DESCR
print/pslib/Makefile
print/pslib/PLIST
print/pslib/buildlink3.mk
print/pslib/distinfo
print/psutils/DESCR
print/psutils/Makefile
print/psutils/PLIST
print/psutils/distinfo
print/psutils/patches/patch-aa
print/psutils/patches/patch-ab
print/psutils/patches/patch-ac
print/psutils/patches/patch-ad
print/psutils/patches/patch-ae
print/psutils/patches/patch-af
print/psutils/patches/patch-ag
print/psutils/patches/patch-ah
print/py-pslib/DESCR
print/py-pslib/Makefile
print/py-pslib/PLIST
print/py-pslib/distinfo
print/py-reportlab-renderPM/DESCR
print/py-reportlab-renderPM/Makefile
print/py-reportlab-renderPM/PLIST
print/py-reportlab-renderPM/buildlink3.mk
print/py-reportlab-renderPM/distinfo
print/py-reportlab-renderPM/patches/patch-aa
print/py-reportlab/DESCR
print/py-reportlab/Makefile
print/py-reportlab/PLIST
print/py-reportlab/buildlink3.mk
print/py-reportlab/distinfo
print/rlpr/DESCR
print/rlpr/Makefile
print/rlpr/PLIST
print/rlpr/distinfo
print/rtf2latex/DESCR
print/rtf2latex/Makefile
print/rtf2latex/PLIST
print/rtf2latex/distinfo
print/rtf2latex/files/Makefile
print/rtf2latex/patches/patch-aa
print/rtf2latex2e/DESCR
print/rtf2latex2e/Makefile
print/rtf2latex2e/PLIST
print/rtf2latex2e/distinfo
print/rtf2latex2e/patches/patch-aa
print/ruby-gnome2-gnomeprint/DESCR
print/ruby-gnome2-gnomeprint/Makefile
print/ruby-gnome2-gnomeprint/PLIST
print/ruby-gnome2-poppler/DESCR
print/ruby-gnome2-poppler/Makefile
print/ruby-gnome2-poppler/PLIST
print/ruby-gnome2-poppler/distinfo
print/ruby-gnome2-poppler/patches/patch-aa
print/ruby-gnome2-poppler/patches/patch-ab
print/ruby-pdf-writer/DESCR
print/ruby-pdf-writer/Makefile
print/ruby-pdf-writer/PLIST
print/ruby-pdf-writer/distinfo
print/scribus-doc/DESCR
print/scribus-doc/Makefile
print/scribus-doc/PLIST
print/scribus-doc/distinfo
print/scribus/DESCR
print/scribus/Makefile
print/scribus/PLIST
print/scribus/distinfo
print/scribus/patches/patch-aa
print/scribus/patches/patch-ab
print/scribus/patches/patch-ad
print/scribus/patches/patch-ae
print/scribus/patches/patch-ag
print/stylewriter/DESCR
print/stylewriter/MESSAGE
print/stylewriter/Makefile
print/stylewriter/PLIST
print/stylewriter/distinfo
print/stylewriter/files/Makefile
print/stylewriter/patches/patch-aa
print/tcl-pdflib/DESCR
print/tcl-pdflib/Makefile
print/tcl-pdflib/PLIST
print/teTeX/DESCR
print/teTeX/Makefile
print/teTeX/files/texmf.tmpl
print/teTeX/module.mk
print/teTeX3-bin/DEINSTALL
print/teTeX3-bin/DESCR
print/teTeX3-bin/INSTALL
print/teTeX3-bin/MESSAGE
print/teTeX3-bin/Makefile
print/teTeX3-bin/Makefile.common
print/teTeX3-bin/PLIST
print/teTeX3-bin/buildlink3.mk
print/teTeX3-bin/distinfo
print/teTeX3-bin/hacks.mk
print/teTeX3-bin/patches/patch-aa
print/teTeX3-bin/patches/patch-ab
print/teTeX3-bin/patches/patch-ac
print/teTeX3-bin/patches/patch-ad
print/teTeX3-bin/patches/patch-ae
print/teTeX3-bin/patches/patch-af
print/teTeX3-bin/patches/patch-ag
print/teTeX3-bin/patches/patch-ah
print/teTeX3-bin/patches/patch-ai
print/teTeX3-bin/patches/patch-aj
print/teTeX3-bin/patches/patch-ak
print/teTeX3-bin/patches/patch-al
print/teTeX3-bin/patches/patch-ap
print/teTeX3-bin/patches/patch-aq
print/teTeX3-bin/patches/patch-ar
print/teTeX3-bin/patches/patch-as
print/teTeX3-texmf/DESCR
print/teTeX3-texmf/Makefile
print/teTeX3-texmf/PLIST
print/teTeX3-texmf/distinfo
print/teTeX3-texmf/patches/patch-aa
print/teTeX3-texmfsrc/DESCR
print/teTeX3-texmfsrc/Makefile
print/teTeX3-texmfsrc/PLIST
print/teTeX3-texmfsrc/distinfo
print/teTeX3-texmfsrc/files/exclude
print/tex-IEEEtran/DESCR
print/tex-IEEEtran/Makefile
print/tex-IEEEtran/PLIST
print/tex-IEEEtran/distinfo
print/tex-abc/DESCR
print/tex-abc/Makefile
print/tex-abc/PLIST
print/tex-abc/distinfo
print/tex-algorithm2e/DESCR
print/tex-algorithm2e/Makefile
print/tex-algorithm2e/PLIST
print/tex-algorithm2e/distinfo
print/tex-bagpipetex/DESCR
print/tex-bagpipetex/Makefile
print/tex-bagpipetex/PLIST
print/tex-bagpipetex/distinfo
print/tex-bagpipetex/patches/patch-aa
print/tex-chemarrow/DESCR
print/tex-chemarrow/Makefile
print/tex-chemarrow/PLIST
print/tex-chemarrow/distinfo
print/tex-cooking/DESCR
print/tex-cooking/Makefile
print/tex-cooking/PLIST
print/tex-cooking/distinfo
print/tex-dhucs/DESCR
print/tex-dhucs/Makefile
print/tex-dhucs/PLIST
print/tex-dhucs/distinfo
print/tex-draftwatermark/DESCR
print/tex-draftwatermark/Makefile
print/tex-draftwatermark/PLIST
print/tex-draftwatermark/distinfo
print/tex-everypage/DESCR
print/tex-everypage/Makefile
print/tex-everypage/PLIST
print/tex-everypage/distinfo
print/tex-fixme/DESCR
print/tex-fixme/Makefile
print/tex-fixme/PLIST
print/tex-fixme/distinfo
print/tex-foiltex/DESCR
print/tex-foiltex/Makefile
print/tex-foiltex/PLIST
print/tex-foiltex/distinfo
print/tex-foiltex/patches/patch-aa
print/tex-glossaries/DESCR
print/tex-glossaries/Makefile
print/tex-glossaries/PLIST
print/tex-glossaries/distinfo
print/tex-hlatex/DESCR
print/tex-hlatex/MESSAGE
print/tex-hlatex/Makefile
print/tex-hlatex/PLIST
print/tex-hlatex/distinfo
print/tex-hugelatex/DEINSTALL
print/tex-hugelatex/DESCR
print/tex-hugelatex/INSTALL
print/tex-hugelatex/Makefile
print/tex-hugelatex/PLIST
print/tex-igo/DESCR
print/tex-igo/Makefile
print/tex-igo/PLIST
print/tex-igo/distinfo
print/tex-jadetex/DESCR
print/tex-jadetex/Makefile
print/tex-jadetex/PLIST
print/tex-jadetex/distinfo
print/tex-jadetex/files/texmf.cnf-add
print/tex-jadetex/patches/patch-aa
print/tex-memhangul-ucs/DESCR
print/tex-memhangul-ucs/Makefile
print/tex-memhangul-ucs/PLIST
print/tex-memhangul-ucs/distinfo
print/tex-memoir/DESCR
print/tex-memoir/Makefile
print/tex-memoir/PLIST
print/tex-memoir/distinfo
print/tex-musixtex/DESCR
print/tex-musixtex/Makefile
print/tex-musixtex/PLIST
print/tex-musixtex/distinfo
print/tex-ocrb/DESCR
print/tex-ocrb/Makefile
print/tex-ocrb/PLIST
print/tex-ocrb/distinfo
print/tex-ocrb/patches/patch-aa
print/tex-passivetex/DESCR
print/tex-passivetex/Makefile
print/tex-passivetex/PLIST
print/tex-passivetex/distinfo
print/tex-pgf/DESCR
print/tex-pgf/Makefile
print/tex-pgf/PLIST
print/tex-pgf/distinfo
print/tex-prosper/DESCR
print/tex-prosper/Makefile
print/tex-prosper/PLIST
print/tex-prosper/distinfo
print/tex-resume/DESCR
print/tex-resume/Makefile
print/tex-resume/PLIST
print/tex-resume/distinfo
print/tex-ucs/DESCR
print/tex-ucs/Makefile
print/tex-ucs/PLIST
print/tex-ucs/distinfo
print/tex-xkeyval/DESCR
print/tex-xkeyval/Makefile
print/tex-xkeyval/PLIST
print/tex-xkeyval/distinfo
print/texmf-dirs/DESCR
print/texmf-dirs/Makefile
print/texmf-dirs/dirs.mk
print/transfig/DESCR
print/transfig/MESSAGE
print/transfig/Makefile
print/transfig/PLIST
print/transfig/buildlink3.mk
print/transfig/distinfo
print/transfig/patches/patch-aa
print/transfig/patches/patch-ab
print/transfig/patches/patch-ac
print/transfig/patches/patch-ae
print/xfce4-print/DESCR
print/xfce4-print/Makefile
print/xfce4-print/PLIST
print/xfce4-print/buildlink3.mk
print/xfce4-print/distinfo
print/xfce4-print/options.mk
print/xfce4-print/patches/patch-aa
print/xfce4-print/patches/patch-ab
print/xpdf-arabic/DEINSTALL
print/xpdf-arabic/DESCR
print/xpdf-arabic/Makefile
print/xpdf-arabic/PLIST
print/xpdf-arabic/distinfo
print/xpdf-chinese-simplified/DEINSTALL
print/xpdf-chinese-simplified/DESCR
print/xpdf-chinese-simplified/Makefile
print/xpdf-chinese-simplified/PLIST
print/xpdf-chinese-simplified/distinfo
print/xpdf-chinese-traditional/DEINSTALL
print/xpdf-chinese-traditional/DESCR
print/xpdf-chinese-traditional/Makefile
print/xpdf-chinese-traditional/PLIST
print/xpdf-chinese-traditional/distinfo
print/xpdf-cyrillic/DEINSTALL
print/xpdf-cyrillic/DESCR
print/xpdf-cyrillic/Makefile
print/xpdf-cyrillic/PLIST
print/xpdf-cyrillic/distinfo
print/xpdf-greek/DEINSTALL
print/xpdf-greek/DESCR
print/xpdf-greek/Makefile
print/xpdf-greek/PLIST
print/xpdf-greek/distinfo
print/xpdf-hebrew/DEINSTALL
print/xpdf-hebrew/DESCR
print/xpdf-hebrew/Makefile
print/xpdf-hebrew/PLIST
print/xpdf-hebrew/distinfo
print/xpdf-japanese/DEINSTALL
print/xpdf-japanese/DESCR
print/xpdf-japanese/Makefile
print/xpdf-japanese/PLIST
print/xpdf-japanese/distinfo
print/xpdf-korean/DEINSTALL
print/xpdf-korean/DESCR
print/xpdf-korean/Makefile
print/xpdf-korean/PLIST
print/xpdf-korean/distinfo
print/xpdf-latin2/DEINSTALL
print/xpdf-latin2/DESCR
print/xpdf-latin2/Makefile
print/xpdf-latin2/PLIST
print/xpdf-latin2/distinfo
print/xpdf-thai/DEINSTALL
print/xpdf-thai/DESCR
print/xpdf-thai/Makefile
print/xpdf-thai/PLIST
print/xpdf-thai/distinfo
print/xpdf-turkish/DEINSTALL
print/xpdf-turkish/DESCR
print/xpdf-turkish/Makefile
print/xpdf-turkish/PLIST
print/xpdf-turkish/distinfo
print/xpdf/DESCR
print/xpdf/Makefile
print/xpdf/PLIST
print/xpdf/distinfo
print/xpdf/patches/patch-aa
print/xpdf/patches/patch-ab
print/xpdf/patches/patch-ac
print/xpdf/patches/patch-ad
print/xpdf/patches/patch-ae
print/xpdf/patches/patch-af
print/xpdf/patches/patch-ag
print/xpdf/patches/patch-ah
print/xpdf/patches/patch-ai
print/xpdf/patches/patch-aj
print/xpdf/patches/patch-ak
print/xpdf/patches/patch-al
print/xpdf/patches/patch-am
print/xpdf/patches/patch-an
print/xpdf/patches/patch-ap
print/xpdf/patches/patch-aq
print/xpdf/patches/patch-ar
print/xpdf/patches/patch-bb
print/xpp/DESCR
print/xpp/Makefile
print/xpp/PLIST
print/xpp/distinfo
print/xpp/patches/patch-aa
print/xpp/patches/patch-ab
print/xpp/patches/patch-ac
print/xpp/patches/patch-ad
print/yup/DESCR
print/yup/Makefile
print/yup/PLIST
print/yup/distinfo
print/yup/patches/patch-aa
regress/Makefile
regress/barrier/Makefile
regress/barrier/spec
regress/bootstrap-install-sh/Makefile
regress/bootstrap-install-sh/spec
regress/buildlink-libtool/Makefile
regress/buildlink-libtool/files/Makefile
regress/buildlink-libtool/files/f.c
regress/buildlink-libtool/spec
regress/buildlink-transform/Makefile
regress/buildlink-transform/spec
regress/buildlink-transform/tests/include-pkgdir-slashdot.mk
regress/buildlink-transform/tests/include-pkgdir.mk
regress/buildlink-transform/tests/include-pkgsubdir.mk
regress/buildlink-transform/tests/include-usr-include-slashdot.mk
regress/buildlink-transform/tests/include-usr-include-subdir.mk
regress/buildlink-transform/tests/include-usr-include.mk
regress/buildlink-transform/tests/lib-expand.mk
regress/buildlink-transform/tests/libdir-pkgdir-slashdot.mk
regress/buildlink-transform/tests/libdir-pkgdir.mk
regress/buildlink-transform/tests/libdir-pkgsubdir.mk
regress/buildlink-transform/tests/libdir-usr-lib-slashdot.mk
regress/buildlink-transform/tests/libdir-usr-lib-subdir.mk
regress/buildlink-transform/tests/libdir-usr-lib.mk
regress/buildlink-transform/tests/libpath-in-define.mk
regress/buildlink-transform/tests/libpath-shlib.mk
regress/buildlink-transform/tests/libpath-shmod.mk
regress/buildlink-transform/tests/libpath.mk
regress/buildlink-transform/tests/no-abspath.mk
regress/buildlink-transform/tests/preserve-option.mk
regress/buildlink-transform/tests/quoted-arg.mk
regress/buildlink-transform/tests/remove-dir.mk
regress/buildlink-transform/tests/remove-option.mk
regress/buildlink-transform/tests/repeated-arg.mk
regress/buildlink-transform/tests/rpath-merge.mk
regress/buildlink-transform/tests/rpath-pkgdir-slashdot.mk
regress/buildlink-transform/tests/rpath-pkgdir.mk
regress/buildlink-transform/tests/rpath-pkgsubdir.mk
regress/buildlink-transform/tests/rpath-split.mk
regress/buildlink-transform/tests/rpath-usr-lib-slashdot.mk
regress/buildlink-transform/tests/rpath-usr-lib-subdir.mk
regress/buildlink-transform/tests/rpath-usr-lib.mk
regress/buildlink-unwrap/Makefile
regress/buildlink-unwrap/spec
regress/buildlink-unwrap/tests/unwrap-config.mk
regress/buildlink-unwrap/tests/unwrap-config.sh
regress/compiler/Makefile
regress/compiler/files/Makefile
regress/compiler/files/checklen.c
regress/compiler/files/checktype.c
regress/compiler/files/language.c
regress/compiler/files/offsetof.c
regress/compiler/spec
regress/ignore-tools/Makefile
regress/ignore-tools/spec
regress/make-env-phases/Makefile
regress/make-env-phases/spec
regress/make-quoting/Makefile
regress/make-quoting/files/bug1.mk
regress/make-quoting/files/bug1.out
regress/make-quoting/files/bug2.mk
regress/make-quoting/files/bug2.out
regress/make-quoting/files/continue.mk
regress/make-quoting/files/continue.out
regress/make-quoting/files/dblquote.mk
regress/make-quoting/files/dblquote.out
regress/make-quoting/files/for.mk
regress/make-quoting/files/for.out
regress/make-quoting/files/ltarget.mk
regress/make-quoting/files/ltarget.out
regress/make-quoting/files/nestfor.mk
regress/make-quoting/files/nestfor.out
regress/make-quoting/files/newline.mk
regress/make-quoting/files/newline.out
regress/make-quoting/files/quoting.mk
regress/make-quoting/files/quoting.out
regress/make-quoting/files/sglquote.mk
regress/make-quoting/files/sglquote.out
regress/make-quoting/files/vtarget.mk
regress/make-quoting/files/vtarget.out
regress/make-quoting/spec
regress/pkg-options/Makefile
regress/pkg-options/files/all.mk
regress/pkg-options/files/all.out
regress/pkg-options/files/group-required.mk
regress/pkg-options/files/group-required.out
regress/pkg-options/files/groups.mk
regress/pkg-options/files/groups.out
regress/pkg-options/files/legacy-opt.mk
regress/pkg-options/files/legacy-opt.out
regress/pkg-options/files/order.mk
regress/pkg-options/files/order.out
regress/pkg-options/files/sets.mk
regress/pkg-options/files/sets.out
regress/pkg-options/files/simple.mk
regress/pkg-options/files/simple.out
regress/pkg-options/files/unsupported.mk
regress/pkg-options/files/unsupported.out
regress/pkg-options/spec
regress/pkgfail/Makefile
regress/pkgfail/spec
regress/print-plist/DESCR
regress/print-plist/Makefile
regress/print-plist/PLIST
regress/print-plist/spec
regress/subst/Makefile
regress/subst/vars.mk
regress/tools/Makefile
regress/tools/files/awk-test.sh
regress/tools/files/sed-test.sh
regress/tools/files/sh-test.sh
regress/tools/files/sort-test.sh
regress/tools/files/tar-test.sh
regress/tools/files/tests.subr
regress/tools/files/tr-test.sh
regress/tools/spec
security/AiCA/DESCR
security/AiCA/INSTALL
security/AiCA/Makefile
security/AiCA/PLIST
security/AiCA/distinfo
security/AiCA/patches/patch-aa
security/AiCA/patches/patch-ab
security/AiCA/patches/patch-ac
security/AiCA/patches/patch-ad
security/AiCA/patches/patch-ae
security/AiCA/patches/patch-af
security/AiCA/patches/patch-ag
security/AiSSLtelnet/DESCR
security/AiSSLtelnet/Makefile
security/AiSSLtelnet/PLIST
security/AiSSLtelnet/distinfo
security/AiSSLtelnet/patches/patch-aa
security/AiSSLtelnet/patches/patch-ab
security/AiSSLtelnet/patches/patch-ac
security/AiSSLtelnet/patches/patch-ad
security/AiSSLtelnet/patches/patch-ae
security/AiSSLtelnet/patches/patch-af
security/AiSSLtelnet/patches/patch-ag
security/AiSSLtelnet/patches/patch-ah
security/AiSSLtelnet/patches/patch-ai
security/Bastille/DESCR
security/Bastille/Makefile
security/Bastille/PLIST
security/Bastille/distinfo
security/Bastille/files/NetBSD.bastille.in
security/Bastille/files/NetBSD.system.in
security/Bastille/patches/patch-aa
security/Bastille/patches/patch-ab
security/Bastille/patches/patch-ac
security/CSP/DESCR
security/CSP/Makefile
security/CSP/PLIST
security/CSP/distinfo
security/CSP/patches/patch-aa
security/CoolKey/DESCR
security/CoolKey/Makefile
security/CoolKey/PLIST
security/CoolKey/distinfo
security/CoolKey/patches/patch-aa
security/CoolKey/patches/patch-ab
security/CoolKey/patches/patch-ac
security/EasyPG/DESCR
security/EasyPG/Makefile
security/EasyPG/PLIST
security/EasyPG/distinfo
security/Makefile
security/MyPasswordSafe/DESCR
security/MyPasswordSafe/Makefile
security/MyPasswordSafe/PLIST
security/MyPasswordSafe/distinfo
security/MyPasswordSafe/options.mk
security/MyPasswordSafe/patches/patch-aa
security/MyPasswordSafe/patches/patch-ab
security/MyPasswordSafe/patches/patch-ac
security/MyPasswordSafe/patches/patch-ad
security/PAM/DESCR
security/PAM/MESSAGE
security/PAM/Makefile
security/PAM/PLIST
security/PAM/buildlink3.mk
security/PAM/builtin.mk
security/PAM/distinfo
security/PAM/module.mk
security/PAM/patches/patch-aa
security/PAM/patches/patch-ab
security/PAM/patches/patch-ac
security/PAM/patches/patch-ad
security/PAM/patches/patch-ae
security/PAM/patches/patch-af
security/PAM/patches/patch-ag
security/PAM/patches/patch-ah
security/PAM/patches/patch-ai
security/PAM/patches/patch-aj
security/PAM/patches/patch-ak
security/PAM/patches/patch-al
security/PAM/patches/patch-am
security/PAM/patches/patch-an
security/PAM/patches/patch-ao
security/PAM/patches/patch-ap
security/PAM/patches/patch-aq
security/PAM/patches/patch-ar
security/PAM/patches/patch-as
security/PAM/patches/patch-at
security/PAM/patches/patch-au
security/PAM/patches/patch-av
security/PAM/patches/patch-aw
security/PAM/patches/patch-ax
security/PAM/patches/patch-ay
security/PAM/patches/patch-az
security/aide/DESCR
security/aide/Makefile
security/aide/PLIST
security/aide/distinfo
security/aide/patches/patch-aa
security/aide/patches/patch-ab
security/aide/patches/patch-ac
security/aide/patches/patch-ad
security/aide06/DESCR
security/aide06/Makefile
security/aide06/PLIST
security/aide06/distinfo
security/aide06/patches/patch-aa
security/aide06/patches/patch-ab
security/aide06/patches/patch-ac
security/aide06/patches/patch-ad
security/aide06/patches/patch-ae
security/amap/DESCR
security/amap/Makefile
security/amap/PLIST
security/amap/distinfo
security/amap/patches/patch-aa
security/amap/patches/patch-ab
security/amap/patches/patch-ac
security/amap/patches/patch-ad
security/amavis-perl/DESCR
security/amavis-perl/Makefile
security/amavis-perl/PLIST
security/amavis-perl/PLIST.nomilter
security/amavis-perl/distinfo
security/amavis-perl/files/LICENSE.sendmail
security/amavis-perl/files/amavis.m4
security/amavis-perl/options.mk
security/amavisd-new/DESCR
security/amavisd-new/MESSAGE
security/amavisd-new/MESSAGE.milter
security/amavisd-new/Makefile
security/amavisd-new/PLIST
security/amavisd-new/distinfo
security/amavisd-new/files/amavisd.sh
security/amavisd-new/files/amavismilter.sh
security/amavisd-new/patches/patch-aa
security/antonym/DESCR
security/antonym/MESSAGE
security/antonym/Makefile
security/antonym/PLIST
security/antonym/distinfo
security/antonym/patches/patch-aa
security/antonym/patches/patch-ab
security/ap-modsecurity/DESCR
security/ap-modsecurity/MESSAGE
security/ap-modsecurity/Makefile
security/ap-modsecurity/PLIST
security/ap-modsecurity/distinfo
security/ap-modsecurity2/DESCR
security/ap-modsecurity2/MESSAGE
security/ap-modsecurity2/MESSAGE.xml
security/ap-modsecurity2/Makefile
security/ap-modsecurity2/PLIST
security/ap-modsecurity2/distinfo
security/ap-modsecurity2/options.mk
security/ap-modsecurity2/patches/patch-aa
security/apg/DESCR
security/apg/Makefile
security/apg/PLIST
security/apg/distinfo
security/apg/patches/patch-aa
security/arirang/DESCR
security/arirang/Makefile
security/arirang/PLIST
security/arirang/distinfo
security/arirang/patches/patch-aa
security/avcheck/DESCR
security/avcheck/Makefile
security/avcheck/PLIST
security/avcheck/distinfo
security/base/DESCR
security/base/MESSAGE
security/base/Makefile
security/base/PLIST
security/base/distinfo
security/base/files/base.conf
security/base/options.mk
security/base/patches/patch-aa
security/bcrypt/DESCR
security/bcrypt/Makefile
security/bcrypt/PLIST
security/bcrypt/distinfo
security/bcrypt/patches/patch-aa
security/beecrypt/DESCR
security/beecrypt/Makefile
security/beecrypt/PLIST
security/beecrypt/buildlink3.mk
security/beecrypt/distinfo
security/bitstir/DESCR
security/bitstir/Makefile
security/bitstir/PLIST
security/bitstir/distinfo
security/botan/DESCR
security/botan/Makefile
security/botan/PLIST.DragonFly
security/botan/PLIST.FreeBSD
security/botan/PLIST.Linux
security/botan/PLIST.OpenBSD
security/botan/PLIST.common
security/botan/PLIST.common_end
security/botan/buildlink3.mk
security/botan/distinfo
security/botan/patches/patch-aa
security/botan/patches/patch-ab
security/botan/patches/patch-ac
security/botan/patches/patch-ad
security/botan/patches/patch-ae
security/botan/patches/patch-af
security/botan/patches/patch-ag
security/botan/patches/patch-ah
security/botan/patches/patch-ai
security/botan/patches/patch-aj
security/botan/patches/patch-ak
security/caff/DESCR
security/caff/Makefile
security/caff/PLIST
security/caff/distinfo
security/ccid/DESCR
security/ccid/Makefile
security/ccid/PLIST
security/ccid/buildlink3.mk
security/ccid/distinfo
security/ccid/patches/patch-aa
security/ccid/patches/patch-ab
security/ccid/patches/patch-ac
security/ccid/patches/patch-ad
security/cfs/DESCR
security/cfs/MESSAGE
security/cfs/Makefile
security/cfs/PLIST
security/cfs/distinfo
security/cfs/files/cfsd.sh
security/cfs/files/unansi.sh
security/cfs/patches/patch-aa
security/cfs/patches/patch-ab
security/cfs/patches/patch-ac
security/cfs/patches/patch-ad
security/cfs/patches/patch-ae
security/cfs/patches/patch-af
security/cfs/patches/patch-ag
security/cfs/patches/patch-ah
security/chkrootkit/DESCR
security/chkrootkit/MESSAGE
security/chkrootkit/Makefile
security/chkrootkit/PLIST
security/chkrootkit/distinfo
security/chkrootkit/patches/patch-aa
security/chkrootkit/patches/patch-ab
security/chkrootkit/patches/patch-ac
security/courier-authlib/DEINSTALL
security/courier-authlib/DESCR
security/courier-authlib/MESSAGE
security/courier-authlib/Makefile
security/courier-authlib/Makefile.common
security/courier-authlib/PLIST
security/courier-authlib/buildlink3.mk
security/courier-authlib/distinfo
security/courier-authlib/files/authdaemond.sh
security/courier-authlib/options.mk
security/courier-authlib/patches/patch-aa
security/courier-authlib/patches/patch-ab
security/courier-authlib/patches/patch-ad
security/crack/DESCR
security/crack/Makefile
security/crack/PLIST
security/crack/distinfo
security/crack/files/pw-md5.test
security/crack/files/pw.freebsd
security/crack/patches/patch-aa
security/crack/patches/patch-ab
security/crack/patches/patch-ac
security/crack/patches/patch-ad
security/crack/patches/patch-ae
security/crypto++/DESCR
security/crypto++/Makefile
security/crypto++/PLIST
security/crypto++/buildlink3.mk
security/crypto++/distinfo
security/crypto++/patches/patch-aa
security/cvm/DESCR
security/cvm/Makefile
security/cvm/PLIST
security/cvm/buildlink3.mk
security/cvm/distinfo
security/cvm/files/cvm.sh
security/cvm/patches/patch-aa
security/cy2-anonymous/DESCR
security/cy2-anonymous/Makefile
security/cy2-anonymous/PLIST
security/cy2-crammd5/DESCR
security/cy2-crammd5/Makefile
security/cy2-crammd5/PLIST
security/cy2-digestmd5/DESCR
security/cy2-digestmd5/Makefile
security/cy2-digestmd5/PLIST
security/cy2-gssapi/DESCR
security/cy2-gssapi/Makefile
security/cy2-gssapi/PLIST
security/cy2-ldapdb/DESCR
security/cy2-ldapdb/Makefile
security/cy2-ldapdb/PLIST
security/cy2-login/DESCR
security/cy2-login/Makefile
security/cy2-login/PLIST
security/cy2-ntlm/DESCR
security/cy2-ntlm/Makefile
security/cy2-ntlm/PLIST
security/cy2-otp/DESCR
security/cy2-otp/Makefile
security/cy2-otp/PLIST
security/cy2-plain/DESCR
security/cy2-plain/Makefile
security/cy2-plain/PLIST
security/cy2-sql/DESCR
security/cy2-sql/Makefile
security/cy2-sql/PLIST
security/cyrus-sasl/DEINSTALL
security/cyrus-sasl/DESCR
security/cyrus-sasl/MESSAGE
security/cyrus-sasl/Makefile
security/cyrus-sasl/Makefile.common
security/cyrus-sasl/PLIST
security/cyrus-sasl/buildlink3.mk
security/cyrus-sasl/distinfo
security/cyrus-sasl/patches/patch-aa
security/cyrus-sasl/patches/patch-ab
security/cyrus-sasl/patches/patch-ac
security/cyrus-sasl/patches/patch-ad
security/cyrus-sasl/patches/patch-ae
security/cyrus-sasl/patches/patch-ag
security/cyrus-sasl/patches/patch-ah
security/cyrus-sasl/patches/patch-ai
security/cyrus-sasl/patches/patch-ak
security/cyrus-sasl/patches/patch-al
security/cyrus-sasl/patches/patch-ap
security/cyrus-sasl/patches/patch-aq
security/cyrus-saslauthd/DEINSTALL
security/cyrus-saslauthd/DESCR
security/cyrus-saslauthd/Makefile
security/cyrus-saslauthd/PLIST
security/cyrus-saslauthd/distinfo
security/cyrus-saslauthd/files/saslauthd.sh
security/cyrus-saslauthd/options.mk
security/cyrus-saslauthd/patches/patch-aa
security/cyrus-saslauthd/patches/patch-ab
security/cyrus-saslauthd/patches/patch-ac
security/cyrus-saslauthd/patches/patch-ae
security/cyrus-saslauthd/patches/patch-af
security/cyrus-saslauthd/patches/patch-ag
security/cyrus-saslauthd/patches/patch-ah
security/ddos-scan/DESCR
security/ddos-scan/Makefile
security/ddos-scan/PLIST
security/ddos-scan/distinfo
security/ddos-scan/patches/patch-aa
security/ddos-scan/patches/patch-ab
security/destroy/DESCR
security/destroy/Makefile
security/destroy/PLIST
security/destroy/distinfo
security/destroy/patches/patch-aa
security/dirb/DESCR
security/dirb/Makefile
security/dirb/PLIST
security/dirb/distinfo
security/dirb/patches/patch-aa
security/dirmngr/DESCR
security/dirmngr/Makefile
security/dirmngr/PLIST
security/dirmngr/buildlink3.mk
security/dirmngr/distinfo
security/dirmngr/files/dirmngr.sh
security/dirmngr/files/runDirmngr.c
security/dirmngr/patches/patch-aa
security/dirmngr/patches/patch-ab
security/dirmngr/patches/patch-ac
security/dirmngr/patches/patch-ad
security/dirmngr/patches/patch-ae
security/dirmngr/patches/patch-af
security/dirmngr/patches/patch-ag
security/dropbear/DESCR
security/dropbear/Makefile
security/dropbear/PLIST
security/dropbear/distinfo
security/dropbear/patches/patch-aa
security/dropbear/patches/patch-ab
security/dropbear/patches/patch-ac
security/dropbear/patches/patch-af
security/dsniff-nox11/DESCR
security/dsniff-nox11/Makefile
security/dsniff-nox11/PLIST
security/dsniff/DESCR
security/dsniff/Makefile
security/dsniff/Makefile.common
security/dsniff/PLIST
security/dsniff/distinfo
security/dsniff/patches/patch-aa
security/dsniff/patches/patch-ab
security/dsniff/patches/patch-ac
security/dsniff/patches/patch-ad
security/egd/DESCR
security/egd/Makefile
security/egd/distinfo
security/flawfinder/DESCR
security/flawfinder/Makefile
security/flawfinder/PLIST
security/flawfinder/distinfo
security/fprot-workstation-bin/DESCR
security/fprot-workstation-bin/Makefile
security/fprot-workstation-bin/Makefile.netbsd-i386
security/fprot-workstation-bin/PLIST.netbsd-i386
security/fprot-workstation-bin/distinfo
security/fprot-workstation-bin/patches/emul-netbsd-i386-patch-aa
security/fragroute/DESCR
security/fragroute/Makefile
security/fragroute/PLIST
security/fragroute/distinfo
security/fragroute/patches/patch-aa
security/fragroute/patches/patch-ab
security/fragroute/patches/patch-ac
security/fragroute/patches/patch-ad
security/fsh/DESCR
security/fsh/Makefile
security/fsh/PLIST
security/fsh/distinfo
security/fsh/patches/patch-aa
security/fwbuilder/DESCR
security/fwbuilder/Makefile
security/fwbuilder/PLIST
security/fwbuilder/distinfo
security/fwbuilder/patches/patch-aa
security/fwbuilder/patches/patch-ab
security/fwbuilder/patches/patch-ac
security/fwbuilder/patches/patch-ad
security/fwbuilder/patches/patch-ae
security/fwbuilder21/DESCR
security/fwbuilder21/Makefile
security/fwbuilder21/PLIST
security/fwbuilder21/distinfo
security/fwbuilder21/patches/patch-aa
security/fwbuilder21/patches/patch-ab
security/fwbuilder21/patches/patch-ac
security/fwbuilder21/patches/patch-ad
security/fwbuilder21/patches/patch-ae
security/fwbuilder21/patches/patch-af
security/gnome-keyring-manager/DESCR
security/gnome-keyring-manager/Makefile
security/gnome-keyring-manager/PLIST
security/gnome-keyring-manager/distinfo
security/gnome-keyring-manager/patches/patch-aa
security/gnome-keyring/DESCR
security/gnome-keyring/Makefile
security/gnome-keyring/PLIST
security/gnome-keyring/buildlink3.mk
security/gnome-keyring/distinfo
security/gnome-keyring/patches/patch-aa
security/gnome-keyring/patches/patch-ab
security/gnome-keyring/patches/patch-ac
security/gnome-keyring/patches/patch-ad
security/gnu-crypto/DESCR
security/gnu-crypto/Makefile
security/gnu-crypto/PLIST
security/gnu-crypto/distinfo
security/gnupg/DESCR
security/gnupg/Makefile
security/gnupg/PLIST
security/gnupg/distinfo
security/gnupg/hacks.mk
security/gnupg/options.mk
security/gnupg/patches/patch-aa
security/gnupg/patches/patch-ab
security/gnupg/patches/patch-ak
security/gnupg2/DESCR
security/gnupg2/Makefile
security/gnupg2/PLIST
security/gnupg2/PLIST.gpgsm
security/gnupg2/buildlink3.mk
security/gnupg2/distinfo
security/gnupg2/options.mk
security/gnupg2/patches/patch-af
security/gnupg2/patches/patch-ah
security/gnupg2/patches/patch-ai
security/gnupg2/patches/patch-aj
security/gnutls/DESCR
security/gnutls/Makefile
security/gnutls/PLIST
security/gnutls/buildlink3.mk
security/gnutls/distinfo
security/gnutls/patches/patch-aa
security/gnutls/patches/patch-ab
security/gnutls/patches/patch-ad
security/gnutls/patches/patch-ae
security/gnutls/patches/patch-af
security/gpa/DESCR
security/gpa/Makefile
security/gpa/PLIST
security/gpa/distinfo
security/gpass/DESCR
security/gpass/Makefile
security/gpass/PLIST
security/gpass/distinfo
security/gpass/patches/patch-aa
security/gpass/patches/patch-ab
security/gpass/patches/patch-ac
security/gpass/patches/patch-ad
security/gpass/patches/patch-ae
security/gpass/patches/patch-af
security/gpg2dot/DESCR
security/gpg2dot/Makefile
security/gpg2dot/PLIST
security/gpg2dot/files/gpg2dot.pl
security/gpgme/DESCR
security/gpgme/Makefile
security/gpgme/PLIST
security/gpgme/buildlink3.mk
security/gpgme/distinfo
security/gpgme/patches/patch-aa
security/gpgme/patches/patch-ab
security/gpgme/patches/patch-ac
security/gpgme/patches/patch-ad
security/gpgme/patches/patch-ae
security/gpgme/patches/patch-af
security/gpgme/patches/patch-ag
security/gpgme/patches/patch-ah
security/gpgme/patches/patch-ai
security/gpgme/patches/patch-aj
security/gpgme/patches/patch-ak
security/gpgme/patches/patch-ba
security/gpgme/patches/patch-bb
security/gpgme/patches/patch-bc
security/gpgme03/DESCR
security/gpgme03/Makefile
security/gpgme03/PLIST
security/gpgme03/buildlink3.mk
security/gpgme03/distinfo
security/gpgme03/patches/patch-aa
security/gpgme03/patches/patch-ab
security/gpgme03/patches/patch-ac
security/gpgme03/patches/patch-ad
security/gsasl/DESCR
security/gsasl/Makefile
security/gsasl/PLIST
security/gsasl/buildlink3.mk
security/gsasl/distinfo
security/gss/DESCR
security/gss/Makefile
security/gss/PLIST
security/gss/buildlink3.mk
security/gss/distinfo
security/gtk-systrace/DESCR
security/gtk-systrace/MESSAGE
security/gtk-systrace/Makefile
security/gtk-systrace/PLIST
security/gtk-systrace/distinfo
security/hackbot/DESCR
security/hackbot/Makefile
security/hackbot/PLIST
security/hackbot/distinfo
security/hashcash/DESCR
security/hashcash/Makefile
security/hashcash/PLIST
security/hashcash/distinfo
security/heimdal/DESCR
security/heimdal/Makefile
security/heimdal/PLIST
security/heimdal/buildlink3.mk
security/heimdal/builtin.mk
security/heimdal/distinfo
security/heimdal/files/kadmind.sh
security/heimdal/files/kcm.sh
security/heimdal/files/kdc.sh
security/heimdal/files/kpasswdd.sh
security/heimdal/files/krb5-config
security/heimdal/options.mk
security/heimdal/patches/patch-ac
security/heimdal/patches/patch-ad
security/heimdal/patches/patch-al
security/heimdal/patches/patch-ar
security/heimdal/patches/patch-as
security/honeyd-arpd/DESCR
security/honeyd-arpd/Makefile
security/honeyd-arpd/PLIST
security/honeyd-arpd/distinfo
security/honeyd-arpd/files/honeydarpd.sh
security/honeyd-arpd/patches/patch-aa
security/honeyd-arpd/patches/patch-ab
security/honeyd/DESCR
security/honeyd/Makefile
security/honeyd/PLIST
security/honeyd/distinfo
security/honeyd/files/honeyd.sh
security/honeyd/options.mk
security/honeyd/patches/patch-aa
security/honeyd/patches/patch-ab
security/hydan/DESCR
security/hydan/Makefile
security/hydan/PLIST
security/hydan/distinfo
security/hydan/patches/patch-aa
security/hydan/patches/patch-ab
security/hydan/patches/patch-ac
security/hydan/patches/patch-ad
security/hydra/DESCR
security/hydra/Makefile
security/hydra/PLIST
security/hydra/PLIST.xhydra
security/hydra/distinfo
security/hydra/options.mk
security/hydra/patches/patch-aa
security/hydra/patches/patch-ab
security/hydra/patches/patch-ac
security/hydra/patches/patch-ad
security/hydra/patches/patch-af
security/ike-scan/DESCR
security/ike-scan/Makefile
security/ike-scan/PLIST
security/ike-scan/distinfo
security/ike-scan/patches/patch-aa
security/ipsec-tools/DESCR
security/ipsec-tools/Makefile
security/ipsec-tools/PLIST
security/ipsec-tools/distinfo
security/isakmpd/DESCR
security/isakmpd/Makefile
security/isakmpd/PLIST
security/isakmpd/distinfo
security/isakmpd/files/isakmpd.sh
security/isakmpd/patches/patch-aa
security/isakmpd/patches/patch-ab
security/isakmpd/patches/patch-ad
security/isakmpd/patches/patch-ae
security/isakmpd/patches/patch-ag
security/isakmpd/patches/patch-aj
security/isakmpd/patches/patch-ak
security/isakmpd/patches/patch-al
security/isakmpd/patches/patch-am
security/isakmpd/patches/patch-an
security/jessie/DESCR
security/jessie/Makefile
security/jessie/PLIST
security/jessie/distinfo
security/john/DESCR
security/john/Makefile
security/john/PLIST
security/john/distinfo
security/john/patches/patch-aa
security/john/patches/patch-ab
security/keepassx/DESCR
security/keepassx/Makefile
security/keepassx/PLIST
security/keepassx/distinfo
security/keychain/DESCR
security/keychain/Makefile
security/keychain/PLIST
security/keychain/distinfo
security/kssh/DESCR
security/kssh/Makefile
security/kssh/PLIST
security/kssh/distinfo
security/kth-krb4/DESCR
security/kth-krb4/MESSAGE
security/kth-krb4/Makefile
security/kth-krb4/PLIST
security/kth-krb4/buildlink3.mk
security/kth-krb4/distinfo
security/kth-krb4/files/services-1.4.2.diff
security/kth-krb4/files/services-1.5.diff
security/kth-krb4/hacks.mk
security/kth-krb4/patches/patch-aa
security/kth-krb4/patches/patch-ab
security/kth-krb4/patches/patch-ac
security/kth-krb4/patches/patch-ad
security/kth-krb4/patches/patch-ah
security/kth-krb4/patches/patch-ai
security/libassuan/DESCR
security/libassuan/Makefile
security/libassuan/PLIST
security/libassuan/buildlink3.mk
security/libassuan/distinfo
security/libbf/DESCR
security/libbf/Makefile
security/libbf/PLIST
security/libbf/distinfo
security/libbf/patches/patch-aa
security/libcrack/DESCR
security/libcrack/Makefile
security/libcrack/PLIST
security/libcrack/buildlink3.mk
security/libcrack/distinfo
security/libcrack/files/crack.h
security/libcrack/patches/patch-aa
security/libcrack/patches/patch-ab
security/libcrack/patches/patch-ac
security/libdes/DESCR
security/libdes/Makefile
security/libdes/PLIST
security/libdes/buildlink3.mk
security/libdes/builtin.mk
security/libdes/distinfo
security/libdes/patches/patch-aa
security/libdes/patches/patch-ab
security/libdes/patches/patch-ac
security/libdes/patches/patch-ad
security/libdes/patches/patch-ae
security/libdes/patches/patch-af
security/libdes/patches/patch-ag
security/libfwbuilder/DESCR
security/libfwbuilder/Makefile
security/libfwbuilder/PLIST
security/libfwbuilder/buildlink3.mk
security/libfwbuilder/distinfo
security/libfwbuilder/patches/patch-aa
security/libfwbuilder/patches/patch-ab
security/libfwbuilder/patches/patch-ac
security/libfwbuilder/patches/patch-ad
security/libfwbuilder/patches/patch-ae
security/libfwbuilder/patches/patch-af
security/libfwbuilder21/DESCR
security/libfwbuilder21/Makefile
security/libfwbuilder21/PLIST
security/libfwbuilder21/buildlink3.mk
security/libfwbuilder21/distinfo
security/libfwbuilder21/patches/patch-aa
security/libfwbuilder21/patches/patch-ab
security/libfwbuilder21/patches/patch-ac
security/libfwbuilder21/patches/patch-ad
security/libfwbuilder21/patches/patch-ae
security/libfwbuilder21/patches/patch-af
security/libgcrypt/DESCR
security/libgcrypt/Makefile
security/libgcrypt/PLIST
security/libgcrypt/buildlink3.mk
security/libgcrypt/distinfo
security/libgcrypt/hacks.mk
security/libgcrypt/options.mk
security/libgcrypt/patches/patch-aa
security/libgcrypt/patches/patch-ab
security/libgcrypt/patches/patch-ac
security/libgcrypt/patches/patch-ad
security/libgcrypt/patches/patch-ae
security/libgcrypt/patches/patch-af
security/libgcrypt/patches/patch-ag
security/libgcrypt/patches/patch-ah
security/libgpg-error/DESCR
security/libgpg-error/Makefile
security/libgpg-error/PLIST
security/libgpg-error/buildlink3.mk
security/libgpg-error/distinfo
security/libgpg-error/patches/patch-aa
security/libgpg-error/patches/patch-ae
security/libgpg-error/patches/patch-af
security/libgpg-error/patches/patch-ag
security/libgpg-error/patches/patch-ah
security/libgpg-error/patches/patch-ai
security/libidea/DESCR
security/libidea/Makefile
security/libidea/PLIST
security/libidea/buildlink3.mk
security/libidea/distinfo
security/libidea/patches/patch-aa
security/libident/DESCR
security/libident/Makefile
security/libident/PLIST
security/libident/buildlink3.mk
security/libident/distinfo
security/libksba/DESCR
security/libksba/Makefile
security/libksba/PLIST
security/libksba/buildlink3.mk
security/libksba/distinfo
security/libksba/patches/patch-aa
security/libksba04/DESCR
security/libksba04/Makefile
security/libksba04/PLIST
security/libksba04/buildlink3.mk
security/libksba04/distinfo
security/libksba04/patches/patch-aa
security/libmcrypt/DESCR
security/libmcrypt/Makefile
security/libmcrypt/PLIST
security/libmcrypt/buildlink3.mk
security/libmcrypt/distinfo
security/libnasl/DESCR
security/libnasl/Makefile
security/libnasl/PLIST
security/libnasl/buildlink3.mk
security/libnasl/distinfo
security/libnasl/patches/patch-aa
security/libnasl/patches/patch-ab
security/libprelude/DESCR
security/libprelude/Makefile
security/libprelude/PLIST
security/libprelude/PLIST.perl
security/libprelude/PLIST.py
security/libprelude/buildlink3.mk
security/libprelude/distinfo
security/libprelude/options.mk
security/libprelude/patches/patch-aa
security/libprelude/patches/patch-ab
security/libprelude/patches/patch-ad
security/libpreludedb/DESCR
security/libpreludedb/MESSAGE
security/libpreludedb/Makefile
security/libpreludedb/PLIST
security/libpreludedb/buildlink3.mk
security/libpreludedb/distinfo
security/libpreludedb/files/addIndices.sql
security/libssh/DESCR
security/libssh/Makefile
security/libssh/PLIST
security/libssh/buildlink3.mk
security/libssh/distinfo
security/libssh/patches/patch-aa
security/libssh2/DESCR
security/libssh2/Makefile
security/libssh2/PLIST
security/libssh2/buildlink3.mk
security/libssh2/distinfo
security/libtasn1/DESCR
security/libtasn1/Makefile
security/libtasn1/PLIST
security/libtasn1/buildlink3.mk
security/libtasn1/distinfo
security/libtcpa/DESCR
security/libtcpa/MESSAGE
security/libtcpa/Makefile
security/libtcpa/PLIST
security/libtcpa/buildlink3.mk
security/libtcpa/distinfo
security/libtcpa/patches/patch-aa
security/libtcpa/patches/patch-ab
security/libtcpa/patches/patch-ac
security/logcheck/DESCR
security/logcheck/Makefile
security/logcheck/PLIST
security/logcheck/distinfo
security/logcheck/patches/patch-aa
security/logcheck/patches/patch-ab
security/lsh/DESCR
security/lsh/Makefile
security/lsh/PLIST
security/lsh/distinfo
security/lsh/patches/patch-aa
security/lsh/patches/patch-ab
security/mcrypt/DESCR
security/mcrypt/Makefile
security/mcrypt/PLIST
security/mcrypt/distinfo
security/mcrypt/patches/patch-aa
security/md4-collision/DESCR
security/md4-collision/Makefile
security/md4-collision/PLIST
security/md4-collision/distinfo
security/md5-collision/DESCR
security/md5-collision/Makefile
security/md5-collision/PLIST
security/md5-collision/distinfo
security/mhash/DESCR
security/mhash/Makefile
security/mhash/PLIST
security/mhash/buildlink3.mk
security/mhash/distinfo
security/mirrordir/DESCR
security/mirrordir/Makefile
security/mirrordir/PLIST
security/mirrordir/distinfo
security/mirrordir/patches/patch-aa
security/mirrordir/patches/patch-ab
security/mirrordir/patches/patch-ac
security/mit-krb5/DESCR
security/mit-krb5/Makefile
security/mit-krb5/PLIST
security/mit-krb5/buildlink3.mk
security/mit-krb5/builtin.mk
security/mit-krb5/distinfo
security/mit-krb5/files/kadmind.sh
security/mit-krb5/files/kdc.sh
security/mit-krb5/patches/patch-aa
security/mit-krb5/patches/patch-ab
security/mit-krb5/patches/patch-ac
security/mit-krb5/patches/patch-ad
security/mit-krb5/patches/patch-ae
security/mit-krb5/patches/patch-af
security/mit-krb5/patches/patch-ag
security/mit-krb5/patches/patch-ah
security/mit-krb5/patches/patch-aj
security/mit-krb5/patches/patch-ak
security/mit-krb5/patches/patch-al
security/mit-krb5/patches/patch-am
security/mit-krb5/patches/patch-an
security/mit-krb5/patches/patch-ao
security/mit-krb5/patches/patch-ap
security/mit-krb5/patches/patch-aq
security/mit-krb5/patches/patch-ar
security/mit-krb5/patches/patch-as
security/mit-krb5/patches/patch-at
security/mixminion/DESCR
security/mixminion/Makefile
security/mixminion/PLIST
security/mixminion/distinfo
security/mixminion/patches/patch-aa
security/mixminion/patches/patch-ab
security/mixminion/patches/patch-ac
security/mozilla-rootcerts/DESCR
security/mozilla-rootcerts/Makefile
security/mozilla-rootcerts/PLIST
security/mozilla-rootcerts/distinfo
security/mozilla-rootcerts/files/mozilla-rootcerts.sh
security/msu/DESCR
security/msu/Makefile
security/msu/PLIST
security/msu/distinfo
security/msudir/DESCR
security/msudir/Makefile
security/msudir/PLIST
security/msudir/distinfo
security/nessus-core/DESCR
security/nessus-core/MESSAGE
security/nessus-core/Makefile
security/nessus-core/PLIST
security/nessus-core/buildlink3.mk
security/nessus-core/distinfo
security/nessus-core/files/nessusd.sh
security/nessus-core/patches/patch-aa
security/nessus-core/patches/patch-ab
security/nessus-libraries/DESCR
security/nessus-libraries/Makefile
security/nessus-libraries/PLIST
security/nessus-libraries/buildlink3.mk
security/nessus-libraries/distinfo
security/nessus-libraries/patches/patch-aa
security/nessus-libraries/patches/patch-ab
security/nessus-libraries/patches/patch-ac
security/nessus-plugins/DESCR
security/nessus-plugins/Makefile
security/nessus-plugins/PLIST
security/nessus-plugins/distinfo
security/nessus-plugins/patches/patch-aa
security/nessus/DESCR
security/nessus/Makefile
security/nessus/Makefile.common
security/nessus/PLIST
security/netramet/DESCR
security/netramet/Makefile
security/netramet/PLIST
security/netramet/distinfo
security/netramet/patches/patch-aa
security/netramet/patches/patch-ab
security/netramet/patches/patch-ac
security/netramet/patches/patch-ad
security/netramet/patches/patch-ae
security/netramet/patches/patch-af
security/netramet/patches/patch-ag
security/netramet/patches/patch-ah
security/netramet/patches/patch-ai
security/netramet/patches/patch-aj
security/nfsbug/DESCR
security/nfsbug/Makefile
security/nfsbug/PLIST
security/nfsbug/distinfo
security/nfsbug/patches/patch-aa
security/nfsbug/patches/patch-ab
security/nfsbug/patches/patch-ac
security/nikto/DESCR
security/nikto/MESSAGE
security/nikto/Makefile
security/nikto/PLIST
security/nikto/distinfo
security/nikto/patches/patch-ab
security/ocaml-ssl/DESCR
security/ocaml-ssl/Makefile
security/ocaml-ssl/PLIST
security/ocaml-ssl/PLIST.opt
security/ocaml-ssl/buildlink3.mk
security/ocaml-ssl/distinfo
security/opencdk/DESCR
security/opencdk/Makefile
security/opencdk/PLIST
security/opencdk/buildlink3.mk
security/opencdk/distinfo
security/openpam/DESCR
security/openpam/Makefile
security/openpam/PLIST
security/openpam/buildlink3.mk
security/openpam/builtin.mk
security/openpam/distinfo
security/openpam/patches/patch-ab
security/openpam/patches/patch-ac
security/openpam/patches/patch-ad
security/openpam/patches/patch-ae
security/openpam/patches/patch-af
security/openpam/patches/patch-ag
security/openpam/patches/patch-ah
security/openpam/patches/patch-ai
security/openpam/patches/patch-aj
security/openssh/DESCR
security/openssh/INSTALL
security/openssh/MESSAGE.Interix
security/openssh/MESSAGE.pam
security/openssh/MESSAGE.urandom
security/openssh/Makefile
security/openssh/PLIST
security/openssh/PLIST.pam
security/openssh/PLIST.prng
security/openssh/distinfo
security/openssh/files/sshd.sh
security/openssh/options.mk
security/openssh/patches/patch-aa
security/openssh/patches/patch-ab
security/openssh/patches/patch-ac
security/openssh/patches/patch-ad
security/openssh/patches/patch-ae
security/openssh/patches/patch-af
security/openssh/patches/patch-ag
security/openssh/patches/patch-ah
security/openssh/patches/patch-ai
security/openssh/patches/patch-aj
security/openssh/patches/patch-ak
security/openssh/patches/patch-al
security/openssh/patches/patch-am
security/openssh/patches/patch-an
security/openssh/patches/patch-ao
security/openssh/patches/patch-ap
security/openssh/patches/patch-aq
security/openssh/patches/patch-ar
security/openssh/patches/patch-as
security/openssh/patches/patch-au
security/openssh/patches/patch-av
security/openssh/patches/patch-aw
security/openssh/patches/patch-ax
security/openssl/DESCR
security/openssl/Makefile
security/openssl/PLIST.common
security/openssl/PLIST.darwin
security/openssl/PLIST.osf1
security/openssl/PLIST.shlib
security/openssl/buildlink3.mk
security/openssl/builtin.mk
security/openssl/distinfo
security/openssl/options.mk
security/openssl/patches/patch-aa
security/openssl/patches/patch-ac
security/openssl/patches/patch-ad
security/openssl/patches/patch-ae
security/openssl/patches/patch-af
security/openssl/patches/patch-ag
security/openssl/patches/patch-ak
security/openssl/patches/patch-al
security/otpCalc/DESCR
security/otpCalc/Makefile
security/otpCalc/PLIST
security/otpCalc/distinfo
security/p0f/DESCR
security/p0f/Makefile
security/p0f/PLIST
security/p0f/distinfo
security/p0f/patches/patch-aa
security/p0f/patches/patch-ad
security/p5-Authen-PAM/DESCR
security/p5-Authen-PAM/Makefile
security/p5-Authen-PAM/distinfo
security/p5-Authen-SASL-Cyrus/DESCR
security/p5-Authen-SASL-Cyrus/Makefile
security/p5-Authen-SASL-Cyrus/distinfo
security/p5-Authen-SASL-Cyrus/patches/patch-aa
security/p5-Authen-SASL/DESCR
security/p5-Authen-SASL/Makefile
security/p5-Authen-SASL/distinfo
security/p5-Crypt-Blowfish/DESCR
security/p5-Crypt-Blowfish/Makefile
security/p5-Crypt-Blowfish/distinfo
security/p5-Crypt-CAST5_PP/DESCR
security/p5-Crypt-CAST5_PP/Makefile
security/p5-Crypt-CAST5_PP/distinfo
security/p5-Crypt-CBC/DESCR
security/p5-Crypt-CBC/Makefile
security/p5-Crypt-CBC/distinfo
security/p5-Crypt-CipherSaber/DESCR
security/p5-Crypt-CipherSaber/Makefile
security/p5-Crypt-CipherSaber/distinfo
security/p5-Crypt-DES/DESCR
security/p5-Crypt-DES/Makefile
security/p5-Crypt-DES/distinfo
security/p5-Crypt-DES_EDE3/DESCR
security/p5-Crypt-DES_EDE3/Makefile
security/p5-Crypt-DES_EDE3/distinfo
security/p5-Crypt-DH/DESCR
security/p5-Crypt-DH/Makefile
security/p5-Crypt-DH/distinfo
security/p5-Crypt-DSA/DESCR
security/p5-Crypt-DSA/Makefile
security/p5-Crypt-DSA/distinfo
security/p5-Crypt-GeneratePassword/DESCR
security/p5-Crypt-GeneratePassword/Makefile
security/p5-Crypt-GeneratePassword/distinfo
security/p5-Crypt-IDEA/DESCR
security/p5-Crypt-IDEA/Makefile
security/p5-Crypt-IDEA/distinfo
security/p5-Crypt-OpenPGP/DESCR
security/p5-Crypt-OpenPGP/Makefile
security/p5-Crypt-OpenPGP/distinfo
security/p5-Crypt-OpenSSL-Bignum/DESCR
security/p5-Crypt-OpenSSL-Bignum/Makefile
security/p5-Crypt-OpenSSL-Bignum/distinfo
security/p5-Crypt-OpenSSL-DSA/DESCR
security/p5-Crypt-OpenSSL-DSA/Makefile
security/p5-Crypt-OpenSSL-DSA/distinfo
security/p5-Crypt-OpenSSL-RSA/DESCR
security/p5-Crypt-OpenSSL-RSA/MESSAGE
security/p5-Crypt-OpenSSL-RSA/Makefile
security/p5-Crypt-OpenSSL-RSA/distinfo
security/p5-Crypt-OpenSSL-Random/DESCR
security/p5-Crypt-OpenSSL-Random/Makefile
security/p5-Crypt-OpenSSL-Random/distinfo
security/p5-Crypt-PasswdMD5/DESCR
security/p5-Crypt-PasswdMD5/Makefile
security/p5-Crypt-PasswdMD5/distinfo
security/p5-Crypt-Primes/DESCR
security/p5-Crypt-Primes/Makefile
security/p5-Crypt-Primes/distinfo
security/p5-Crypt-RC4/DESCR
security/p5-Crypt-RC4/Makefile
security/p5-Crypt-RC4/distinfo
security/p5-Crypt-RIPEMD160/DESCR
security/p5-Crypt-RIPEMD160/Makefile
security/p5-Crypt-RIPEMD160/distinfo
security/p5-Crypt-RSA/DESCR
security/p5-Crypt-RSA/Makefile
security/p5-Crypt-RSA/distinfo
security/p5-Crypt-RandPasswd/DESCR
security/p5-Crypt-RandPasswd/Makefile
security/p5-Crypt-RandPasswd/distinfo
security/p5-Crypt-Random/DESCR
security/p5-Crypt-Random/Makefile
security/p5-Crypt-Random/distinfo
security/p5-Crypt-Rijndael/DESCR
security/p5-Crypt-Rijndael/Makefile
security/p5-Crypt-Rijndael/distinfo
security/p5-Crypt-SSLeay/DESCR
security/p5-Crypt-SSLeay/Makefile
security/p5-Crypt-SSLeay/distinfo
security/p5-Crypt-SmbHash/DESCR
security/p5-Crypt-SmbHash/Makefile
security/p5-Crypt-SmbHash/distinfo
security/p5-Crypt-Twofish/DESCR
security/p5-Crypt-Twofish/Makefile
security/p5-Crypt-Twofish/distinfo
security/p5-Data-SimplePassword/DESCR
security/p5-Data-SimplePassword/Makefile
security/p5-Data-SimplePassword/distinfo
security/p5-Digest-BubbleBabble/DESCR
security/p5-Digest-BubbleBabble/Makefile
security/p5-Digest-BubbleBabble/distinfo
security/p5-Digest-CRC/DESCR
security/p5-Digest-CRC/Makefile
security/p5-Digest-CRC/distinfo
security/p5-Digest-HMAC/DESCR
security/p5-Digest-HMAC/Makefile
security/p5-Digest-HMAC/distinfo
security/p5-Digest-Hashcash/DESCR
security/p5-Digest-Hashcash/Makefile
security/p5-Digest-Hashcash/distinfo
security/p5-Digest-Hashcash/patches/patch-aa
security/p5-Digest-MD2/DESCR
security/p5-Digest-MD2/Makefile
security/p5-Digest-MD2/distinfo
security/p5-Digest-MD4/DESCR
security/p5-Digest-MD4/Makefile
security/p5-Digest-MD4/distinfo
security/p5-Digest-MD5/DESCR
security/p5-Digest-MD5/Makefile
security/p5-Digest-MD5/distinfo
security/p5-Digest-Nilsimsa/DESCR
security/p5-Digest-Nilsimsa/Makefile
security/p5-Digest-Nilsimsa/distinfo
security/p5-Digest-SHA/DESCR
security/p5-Digest-SHA/Makefile
security/p5-Digest-SHA/distinfo
security/p5-Digest-SHA1/DESCR
security/p5-Digest-SHA1/Makefile
security/p5-Digest-SHA1/distinfo
security/p5-Digest/DESCR
security/p5-Digest/Makefile
security/p5-Digest/distinfo
security/p5-GSSAPI/DESCR
security/p5-GSSAPI/Makefile
security/p5-GSSAPI/distinfo
security/p5-GnuPG-Interface/DESCR
security/p5-GnuPG-Interface/Makefile
security/p5-GnuPG-Interface/distinfo
security/p5-GnuPG-Interface/patches/patch-aa
security/p5-GnuPG-Interface/patches/patch-ab
security/p5-IO-Socket-SSL/DESCR
security/p5-IO-Socket-SSL/Makefile
security/p5-IO-Socket-SSL/distinfo
security/p5-Module-Signature/DESCR
security/p5-Module-Signature/Makefile
security/p5-Module-Signature/PLIST
security/p5-Module-Signature/distinfo
security/p5-Module-Signature/patches/patch-aa
security/p5-Net-DNS-SEC/DESCR
security/p5-Net-DNS-SEC/Makefile
security/p5-Net-DNS-SEC/PLIST
security/p5-Net-DNS-SEC/distinfo
security/p5-Net-SSH/DESCR
security/p5-Net-SSH/Makefile
security/p5-Net-SSH/distinfo
security/p5-Net-SSH/patches/patch-aa
security/p5-Net-SSLeay/DESCR
security/p5-Net-SSLeay/Makefile
security/p5-Net-SSLeay/distinfo
security/p5-SHA/DESCR
security/p5-SHA/Makefile
security/p5-SHA/distinfo
security/p5-SHA/patches/patch-aa
security/p5-String-Random/DESCR
security/p5-String-Random/Makefile
security/p5-String-Random/distinfo
security/p5-Tie-EncryptedHash/DESCR
security/p5-Tie-EncryptedHash/Makefile
security/p5-Tie-EncryptedHash/distinfo
security/p5-pcsc/DESCR
security/p5-pcsc/Makefile
security/p5-pcsc/distinfo
security/p5-pcsc/patches/patch-aa
security/pakemon/DESCR
security/pakemon/Makefile
security/pakemon/PLIST
security/pakemon/distinfo
security/pakemon/patches/patch-aa
security/pakemon/patches/patch-ab
security/pakemon/patches/patch-ac
security/pakemon/patches/patch-ad
security/pam-af/DESCR
security/pam-af/Makefile
security/pam-af/PLIST
security/pam-af/distinfo
security/pam-af/patches/patch-aa
security/pam-dbm/DESCR
security/pam-dbm/Makefile
security/pam-dbm/PLIST
security/pam-dbm/distinfo
security/pam-dbm/patches/patch-aa
security/pam-ldap/DESCR
security/pam-ldap/Makefile
security/pam-ldap/PLIST
security/pam-ldap/distinfo
security/pam-ldap/patches/patch-aa
security/pam-ldap/patches/patch-ab
security/pam-mysql/DESCR
security/pam-mysql/Makefile
security/pam-mysql/PLIST
security/pam-mysql/distinfo
security/pam-pwauth_suid/DESCR
security/pam-pwauth_suid/MESSAGE
security/pam-pwauth_suid/Makefile
security/pam-pwauth_suid/PLIST
security/pam-pwauth_suid/files/pam_pwauth_suid.c
security/pam-pwauth_suid/files/pwauth_suid_helper.c
security/pam-radius/DESCR
security/pam-radius/Makefile
security/pam-radius/PLIST
security/pam-radius/distinfo
security/pcsc-lite/DESCR
security/pcsc-lite/Makefile
security/pcsc-lite/PLIST
security/pcsc-lite/buildlink3.mk
security/pcsc-lite/distinfo
security/pcsc-lite/options.mk
security/pcsc-lite/patches/patch-aa
security/pcsc-lite/patches/patch-ab
security/pcsc-lite/patches/patch-ac
security/pcsc-lite/patches/patch-ad
security/pcsc-lite/patches/patch-ae
security/pcsc-lite/patches/patch-af
security/pcsc-tools/DESCR
security/pcsc-tools/Makefile
security/pcsc-tools/PLIST
security/pcsc-tools/distinfo
security/pcsc-tools/patches/patch-aa
security/pflkm/DESCR
security/pflkm/MESSAGE
security/pflkm/Makefile
security/pflkm/PLIST
security/pflkm/buildlink3.mk
security/pflkm/builtin.mk
security/pflkm/distinfo
security/pflkm/files/pf.sh
security/pflkm/files/pflogd.sh
security/pgp2/DESCR
security/pgp2/Makefile
security/pgp2/PLIST
security/pgp2/distinfo
security/pgp2/options.mk
security/pgp2/patches/patch-aa
security/pgp2/patches/patch-ab
security/pgp2/patches/patch-ac
security/pgp2/patches/patch-ad
security/pgp2/patches/patch-ae
security/pgp2/patches/patch-af
security/pgp2/patches/patch-ag
security/pgp2/patches/patch-ah
security/pgp5/DESCR
security/pgp5/MESSAGE
security/pgp5/Makefile
security/pgp5/PLIST
security/pgp5/distinfo
security/pgp5/patches/patch-aa
security/pgp5/patches/patch-ab
security/pgp5/patches/patch-ac
security/pgp5/patches/patch-ad
security/pgp5/patches/patch-ae
security/pgp5/patches/patch-af
security/pgp5/patches/patch-ag
security/pgp5/patches/patch-ah
security/pgp5/patches/patch-ai
security/pgp5/patches/patch-aj
security/pgp5/patches/patch-ak
security/pgp5/patches/patch-al
security/pgp5/patches/patch-am
security/pgp5/patches/patch-ba
security/pgp5/patches/patch-bb
security/pgp5/patches/patch-bc
security/pgp5/patches/patch-bd
security/pgp5/patches/patch-be
security/pgp5/patches/patch-bf
security/pgp5/patches/patch-bg
security/pgp5/patches/patch-bh
security/pgp5/patches/patch-bi
security/pgpdump/DESCR
security/pgpdump/Makefile
security/pgpdump/PLIST
security/pgpdump/distinfo
security/pgpdump/patches/patch-aa
security/pgpenvelope/DESCR
security/pgpenvelope/Makefile
security/pgpenvelope/distinfo
security/pgpenvelope/patches/patch-aa
security/pgpenvelope/patches/patch-ab
security/php-mcrypt/DESCR
security/php-mcrypt/Makefile
security/php-mhash/DESCR
security/php-mhash/Makefile
security/pinentry/DESCR
security/pinentry/Makefile
security/pinentry/PLIST
security/pinentry/buildlink3.mk
security/pinentry/distinfo
security/pinentry/options.mk
security/pinentry/patches/patch-aa
security/pinepgp/DESCR
security/pinepgp/Makefile
security/pinepgp/PLIST
security/pinepgp/distinfo
security/pks/DESCR
security/pks/Makefile
security/pks/PLIST
security/pks/distinfo
security/pks/files/pksd.sh
security/pks/patches/patch-aa
security/pks/patches/patch-ab
security/pks/patches/patch-ac
security/pks/patches/patch-ad
security/portsentry/DESCR
security/portsentry/Makefile
security/portsentry/PLIST
security/portsentry/distinfo
security/portsentry/patches/patch-aa
security/portsentry/patches/patch-ab
security/portsentry/patches/patch-ac
security/portsentry/patches/patch-ad
security/prelude-lml/DESCR
security/prelude-lml/Makefile
security/prelude-lml/PLIST
security/prelude-lml/distinfo
security/prelude-lml/files/preludelml.sh
security/prelude-lml/files/run-prelude-lml.c
security/prelude-lml/patches/patch-aa
security/prelude-lml/patches/patch-ab
security/prelude-lml/patches/patch-ac
security/prelude-lml/patches/patch-ad
security/prelude-manager/DESCR
security/prelude-manager/Makefile
security/prelude-manager/PLIST
security/prelude-manager/distinfo
security/prelude-manager/files/preludemanager.sh
security/prelude-manager/files/run-prelude-manager.c
security/prelude-manager/patches/patch-aa
security/prelude-manager/patches/patch-ab
security/prelude-pflogger/DESCR
security/prelude-pflogger/MESSAGE
security/prelude-pflogger/Makefile
security/prelude-pflogger/PLIST
security/prelude-pflogger/distinfo
security/prelude-pflogger/files/pflogger.sh
security/prelude-pflogger/patches/patch-aa
security/prelude-pflogger/patches/patch-ab
security/priv/DESCR
security/priv/Makefile
security/priv/PLIST
security/priv/distinfo
security/priv/patches/patch-ab
security/prngd/DESCR
security/prngd/MESSAGE
security/prngd/Makefile
security/prngd/PLIST
security/prngd/distinfo
security/prngd/patches/patch-aa
security/pscan/DESCR
security/pscan/Makefile
security/pscan/PLIST
security/pscan/distinfo
security/pscan/patches/patch-aa
security/putty/DESCR
security/putty/Makefile
security/putty/PLIST
security/putty/distinfo
security/putty/patches/patch-aa
security/putty/patches/patch-ac
security/putty/patches/patch-ad
security/putty/patches/patch-ae
security/putty/patches/patch-af
security/putty/patches/patch-ag
security/putty/patches/patch-ai
security/putty/patches/patch-aj
security/putty/patches/patch-ak
security/pwsafe/DESCR
security/pwsafe/Makefile
security/pwsafe/PLIST
security/pwsafe/distinfo
security/pwsafe/options.mk
security/py-OpenSSL/DESCR
security/py-OpenSSL/Makefile
security/py-OpenSSL/PLIST
security/py-OpenSSL/distinfo
security/py-SSLCrypto/DESCR
security/py-SSLCrypto/Makefile
security/py-SSLCrypto/PLIST
security/py-SSLCrypto/buildlink3.mk
security/py-SSLCrypto/distinfo
security/py-amkCrypto/DESCR
security/py-amkCrypto/Makefile
security/py-amkCrypto/PLIST
security/py-amkCrypto/buildlink3.mk
security/py-amkCrypto/distinfo
security/py-crack/DESCR
security/py-crack/Makefile
security/py-crack/PLIST
security/py-crack/distinfo
security/py-crack/patches/patch-aa
security/py-cryptkit/DESCR
security/py-cryptkit/Makefile
security/py-cryptkit/PLIST
security/py-cryptkit/distinfo
security/py-denyhosts/DESCR
security/py-denyhosts/Makefile
security/py-denyhosts/PLIST
security/py-denyhosts/distinfo
security/py-denyhosts/files/denyhosts.sh
security/py-denyhosts/patches/patch-aa
security/py-denyhosts/patches/patch-ab
security/py-denyhosts/patches/patch-ac
security/py-denyhosts/patches/patch-ad
security/py-denyhosts/patches/patch-ae
security/py-denyhosts/patches/patch-af
security/py-gnupg/DESCR
security/py-gnupg/Makefile
security/py-gnupg/PLIST
security/py-gnupg/buildlink3.mk
security/py-gnupg/distinfo
security/py-gnutls/DESCR
security/py-gnutls/Makefile
security/py-gnutls/PLIST
security/py-gnutls/distinfo
security/py-m2crypto/DESCR
security/py-m2crypto/Makefile
security/py-m2crypto/PLIST
security/py-m2crypto/distinfo
security/py-m2crypto/patches/patch-aa
security/py-m2crypto/patches/patch-ab
security/py-m2crypto/patches/patch-ac
security/py-m2crypto/patches/patch-ad
security/py-mcrypt/DESCR
security/py-mcrypt/Makefile
security/py-mcrypt/PLIST
security/py-mcrypt/distinfo
security/py-paramiko/DESCR
security/py-paramiko/Makefile
security/py-paramiko/PLIST
security/py-paramiko/distinfo
security/py-prewikka/DESCR
security/py-prewikka/Makefile
security/py-prewikka/PLIST
security/py-prewikka/distinfo
security/py-prewikka/files/prewikka.sh
security/py-prewikka/files/runPrewikka.c
security/py-prewikka/patches/patch-ab
security/py-tlslite/DESCR
security/py-tlslite/Makefile
security/py-tlslite/PLIST
security/py-tlslite/distinfo
security/pyca/DESCR
security/pyca/Makefile
security/pyca/PLIST
security/pyca/distinfo
security/qca-tls/DESCR
security/qca-tls/Makefile
security/qca-tls/PLIST
security/qca-tls/distinfo
security/qca-tls/patches/patch-aa
security/qca-tls/patches/patch-ab
security/qca/DESCR
security/qca/Makefile
security/qca/PLIST
security/qca/buildlink3.mk
security/qca/distinfo
security/qca2-ossl/DESCR
security/qca2-ossl/Makefile
security/qca2-ossl/PLIST
security/qca2-ossl/distinfo
security/qca2/DESCR
security/qca2/Makefile
security/qca2/PLIST
security/qca2/buildlink3.mk
security/qca2/distinfo
security/qca2/patches/patch-aa
security/qident/DESCR
security/qident/Makefile
security/qident/PLIST
security/qident/distinfo
security/qident/patches/patch-aa
security/rainbowcrack/DESCR
security/rainbowcrack/Makefile
security/rainbowcrack/PLIST
security/rainbowcrack/distinfo
security/rainbowcrack/files/Makefile
security/rats/DESCR
security/rats/Makefile
security/rats/PLIST
security/rats/distinfo
security/rats/patches/patch-aa
security/rc5des/DESCR
security/rc5des/Makefile
security/rc5des/PLIST
security/rc5des/distinfo
security/rc5des/patches/patch-aa
security/rc5des/patches/patch-ab
security/rid/DESCR
security/rid/Makefile
security/rid/PLIST
security/rid/distinfo
security/rid/patches/patch-aa
security/rid/patches/patch-ab
security/rid/patches/patch-ac
security/rsaref/DESCR
security/rsaref/Makefile
security/rsaref/PLIST
security/rsaref/buildlink3.mk
security/rsaref/distinfo
security/rsaref/patches/patch-aa
security/rsaref/patches/patch-ab
security/rsaref/patches/patch-ac
security/rsaref/patches/patch-ad
security/rsaref/patches/patch-ae
security/rsaref/patches/patch-af
security/rsaref/patches/patch-ag
security/rsaref/patches/patch-ah
security/ruby-net-sftp/DESCR
security/ruby-net-sftp/Makefile
security/ruby-net-sftp/PLIST
security/ruby-net-sftp/distinfo
security/ruby-net-ssh/DESCR
security/ruby-net-ssh/Makefile
security/ruby-net-ssh/PLIST
security/ruby-net-ssh/distinfo
security/ruby-password/DESCR
security/ruby-password/Makefile
security/ruby-password/PLIST
security/ruby-password/distinfo
security/ruby-password/patches/patch-aa
security/ruby-password/patches/patch-ab
security/ruby-tcpwrap/DESCR
security/ruby-tcpwrap/Makefile
security/ruby-tcpwrap/PLIST
security/ruby-tcpwrap/distinfo
security/sbd/DESCR
security/sbd/Makefile
security/sbd/PLIST
security/sbd/distinfo
security/sbd/patches/patch-aa
security/sbd/patches/patch-ab
security/scanssh/DESCR
security/scanssh/Makefile
security/scanssh/PLIST
security/scanssh/distinfo
security/scanssh/patches/patch-aa
security/seahorse-gedit/DESCR
security/seahorse-gedit/Makefile
security/seahorse-gedit/PLIST
security/seahorse-nautilus/DESCR
security/seahorse-nautilus/Makefile
security/seahorse-nautilus/PLIST
security/seahorse/DESCR
security/seahorse/Makefile
security/seahorse/PLIST
security/seahorse/buildlink3.mk
security/seahorse/distinfo
security/seahorse/patches/patch-aa
security/seahorse/patches/patch-ab
security/seahorse/patches/patch-ac
security/seahorse/patches/patch-ae
security/seahorse/patches/patch-ah
security/seahorse/patches/patch-ai
security/seahorse/patches/patch-aj
security/secpanel/DESCR
security/secpanel/Makefile
security/secpanel/PLIST
security/secpanel/distinfo
security/sfs/DESCR
security/sfs/MESSAGE
security/sfs/Makefile
security/sfs/PLIST
security/sfs/distinfo
security/sfs/files/sfscd.sh
security/sfs/files/sfsrwsd_config.sample
security/sfs/files/sfssd.sh
security/sfs/patches/patch-aa
security/sfs/patches/patch-ab
security/sfs/patches/patch-ac
security/sfs/patches/patch-ad
security/sfs/patches/patch-ae
security/sfs/patches/patch-af
security/sfs/patches/patch-ag
security/sfs/patches/patch-ah
security/sfs/patches/patch-ai
security/sfs/patches/patch-aj
security/sfs/patches/patch-ak
security/sfs/patches/patch-al
security/sfs/patches/patch-am
security/sfs/patches/patch-an
security/sfs/patches/patch-ao
security/sfs/patches/patch-ap
security/sfs/patches/patch-aq
security/sfs/patches/patch-ar
security/sfs/patches/patch-as
security/sfs/patches/patch-at
security/sfs/patches/patch-au
security/sfs/patches/patch-av
security/sfs/patches/patch-aw
security/sfs/patches/patch-ax
security/sfs/patches/patch-ay
security/sfs/patches/patch-az
security/sfs/patches/patch-ba
security/sfs/patches/patch-bb
security/sfs/patches/patch-bc
security/sfs/patches/patch-bd
security/sfs/patches/patch-be
security/sfs/patches/patch-bf
security/sfs/patches/patch-bg
security/sfs/patches/patch-bh
security/sfs/patches/patch-bi
security/sfs/patches/patch-bj
security/sfs/patches/patch-bk
security/sfs/patches/patch-bl
security/sfs/patches/patch-bm
security/sfs/patches/patch-bn
security/sfs/patches/patch-bo
security/sfs/patches/patch-bp
security/sfs/patches/patch-bq
security/sfs/patches/patch-br
security/sfs/patches/patch-bs
security/sfs/patches/patch-bt
security/sfs/patches/patch-bu
security/sfs/patches/patch-bv
security/sign/DESCR
security/sign/Makefile
security/sign/PLIST
security/sign/distinfo
security/sign/patches/patch-aa
security/skey/DESCR
security/skey/Makefile
security/skey/PLIST
security/skey/buildlink3.mk
security/skey/builtin.mk
security/skey/distinfo
security/skey/hacks.mk
security/skey/patches/patch-aa
security/skey/patches/patch-ab
security/skey/patches/patch-ac
security/smimemsg/DESCR
security/smimemsg/Makefile
security/smimemsg/PLIST
security/smimemsg/distinfo
security/smtpd/DESCR
security/smtpd/MESSAGE
security/smtpd/Makefile
security/smtpd/PLIST
security/smtpd/distinfo
security/smtpd/files/smtpfwdd.sh
security/smtpd/hacks.mk
security/smtpd/patches/patch-aa
security/smtpd/patches/patch-ab
security/sniff/DESCR
security/sniff/Makefile
security/sniff/PLIST
security/sniff/distinfo
security/sniff/patches/patch-aa
security/snortsnarf/DESCR
security/snortsnarf/Makefile
security/snortsnarf/PLIST
security/snortsnarf/distinfo
security/snow/DESCR
security/snow/Makefile
security/snow/PLIST
security/snow/distinfo
security/srm/DESCR
security/srm/Makefile
security/srm/PLIST
security/srm/distinfo
security/srm/patches/patch-aa
security/srp_client/DESCR
security/srp_client/Makefile
security/srp_client/PLIST
security/srp_client/distinfo
security/srp_client/patches/patch-aa
security/srp_client/patches/patch-ab
security/srp_client/patches/patch-ac
security/srp_client/patches/patch-ad
security/srp_client/patches/patch-ae
security/srp_client/patches/patch-af
security/srp_client/patches/patch-ag
security/srp_client/patches/patch-ah
security/srp_client/patches/patch-ai
security/srp_client/patches/patch-aj
security/srp_client/patches/patch-ak
security/srp_client/patches/patch-al
security/srp_client/patches/patch-am
security/srp_client/patches/patch-an
security/srp_client/patches/patch-ao
security/srp_client/patches/patch-ap
security/srp_client/patches/patch-aq
security/srp_client/patches/patch-ar
security/srp_client/patches/patch-as
security/srp_client/patches/patch-at
security/srp_client/patches/patch-au
security/srp_client/patches/patch-av
security/srp_client/patches/patch-aw
security/ssh-askpass/DESCR
security/ssh-askpass/Makefile
security/ssh-askpass/PLIST
security/ssh-askpass/distinfo
security/ssh-askpass/patches/patch-aa
security/ssh-ip-tunnel/DESCR
security/ssh-ip-tunnel/Makefile
security/ssh-ip-tunnel/PLIST
security/ssh-ip-tunnel/distinfo
security/ssh-ip-tunnel/patches/patch-aa
security/ssh2/DESCR
security/ssh2/Makefile
security/ssh2/PLIST
security/ssh2/distinfo
security/ssh2/files/ssh2_secure_shell.sh
security/ssh2/options.mk
security/ssh2/patches/patch-aa
security/ssh2/patches/patch-ab
security/ssh2/patches/patch-ac
security/ssh2/patches/patch-ad
security/ssh2/patches/patch-ae
security/ssh2/patches/patch-af
security/ssh2/patches/patch-ag
security/ssh2/patches/patch-ah
security/ssh2/patches/patch-ai
security/ssh2/patches/patch-aj
security/ssh2/patches/patch-ak
security/ssh2/patches/patch-al
security/ssh2/patches/patch-am
security/ssh2/patches/patch-an
security/ssh2/patches/patch-ao
security/ssh2/patches/patch-ap
security/ssh2/patches/patch-aq
security/ssh2/patches/patch-ar
security/ssh2/patches/patch-as
security/ssh2/patches/patch-at
security/ssh2/patches/patch-au
security/ssh2/patches/patch-av
security/ssh2/patches/patch-aw
security/ssh2/patches/patch-ax
security/ssh2/patches/patch-ay
security/ssh2/patches/patch-az
security/ssh2/patches/patch-ba
security/ssh2/patches/patch-bb
security/ssh2/patches/patch-bc
security/ssh2/patches/patch-bd
security/ssh2/patches/patch-be
security/ssh2/patches/patch-bf
security/ssh2/patches/patch-bg
security/ssh2/patches/patch-bh
security/ssh2/patches/patch-bi
security/ssldump/DESCR
security/ssldump/Makefile
security/ssldump/PLIST
security/ssldump/distinfo
security/ssldump/patches/patch-aa
security/ssldump/patches/patch-ab
security/sslwrap/DESCR
security/sslwrap/Makefile
security/sslwrap/PLIST
security/sslwrap/distinfo
security/sslwrap/patches/patch-aa
security/sslwrap/patches/patch-ab
security/sslwrap/patches/patch-ac
security/starttls/DESCR
security/starttls/Makefile
security/starttls/PLIST
security/starttls/distinfo
security/steghide/DESCR
security/steghide/Makefile
security/steghide/PLIST
security/steghide/distinfo
security/steghide/patches/patch-aa
security/steghide/patches/patch-ab
security/steghide/patches/patch-ac
security/steghide/patches/patch-ad
security/steghide/patches/patch-ae
security/steghide/patches/patch-af
security/steghide/patches/patch-ag
security/steghide/patches/patch-ah
security/steghide/patches/patch-ai
security/steghide/patches/patch-aj
security/steghide/patches/patch-ak
security/stunnel/DESCR
security/stunnel/Makefile
security/stunnel/PLIST
security/stunnel/distinfo
security/stunnel/files/stunnel.sh
security/stunnel/options.mk
security/stunnel/patches/patch-aa
security/stunnel/patches/patch-ac
security/sudo/DESCR
security/sudo/MESSAGE
security/sudo/Makefile
security/sudo/PLIST
security/sudo/distinfo
security/sudo/options.mk
security/sudo/patches/patch-aa
security/sudo/patches/patch-af
security/sudo/patches/patch-ag
security/sudo/patches/patch-ai
security/systrace-policies/DESCR
security/systrace-policies/Makefile
security/systrace-policies/PLIST
security/systrace-policies/distinfo
security/tacshell/DESCR
security/tacshell/Makefile
security/tacshell/PLIST
security/tacshell/distinfo
security/tacshell/patches/patch-aa
security/tcl-tls/DESCR
security/tcl-tls/Makefile
security/tcl-tls/PLIST
security/tcl-tls/buildlink3.mk
security/tcl-tls/distinfo
security/tcl-tls/patches/patch-aa
security/tcl-tls/patches/patch-ab
security/tcl-tls/patches/patch-ac
security/tcp_wrappers/DESCR
security/tcp_wrappers/Makefile
security/tcp_wrappers/PLIST
security/tcp_wrappers/buildlink3.mk
security/tcp_wrappers/builtin.mk
security/tcp_wrappers/distinfo
security/tcp_wrappers/patches/patch-aa
security/tcp_wrappers/patches/patch-ab
security/tcp_wrappers/patches/patch-ac
security/tcp_wrappers/patches/patch-ad
security/tcp_wrappers/patches/patch-ae
security/tcp_wrappers/patches/patch-af
security/tcp_wrappers/patches/patch-ag
security/tcp_wrappers/patches/patch-ah
security/tcp_wrappers/patches/patch-ai
security/tcp_wrappers/patches/patch-aj
security/tct/DESCR
security/tct/Makefile
security/tct/PLIST
security/tct/distinfo
security/tct/patches/patch-aa
security/tct/patches/patch-ab
security/tct/patches/patch-ac
security/tct/patches/patch-ad
security/tct/patches/patch-ae
security/tct/patches/patch-af
security/tct/patches/patch-ag
security/tct/patches/patch-ah
security/tct/patches/patch-ai
security/tct/patches/patch-aj
security/tct/patches/patch-ak
security/tct/patches/patch-al
security/tct/patches/patch-am
security/tct/patches/patch-an
security/tct/patches/patch-ao
security/tkpasman/DESCR
security/tkpasman/Makefile
security/tkpasman/PLIST
security/tkpasman/distinfo
security/tkpasman/options.mk
security/tkpasman/patches/patch-aa
security/tripwire/DESCR
security/tripwire/MESSAGE
security/tripwire/Makefile
security/tripwire/PLIST
security/tripwire/distinfo
security/tripwire/files/conf-freebsd.h
security/tripwire/files/conf-netbsd.h
security/tripwire/files/conf-solaris.h
security/tripwire/files/tw.conf.freebsd
security/tripwire/files/tw.conf.netbsd
security/tripwire/files/tw.conf.solaris
security/tripwire/patches/patch-aa
security/tripwire/patches/patch-ab
security/tripwire/patches/patch-ac
security/tripwire/patches/patch-ad
security/tripwire/patches/patch-ae
security/tripwire/patches/patch-af
security/tripwire/patches/patch-ag
security/tripwire/patches/patch-ah
security/tripwire/patches/patch-ai
security/tripwire/patches/patch-aj
security/tripwire/patches/patch-ak
security/uvscan/DEINSTALL
security/uvscan/DESCR
security/uvscan/MESSAGE
security/uvscan/Makefile
security/uvscan/PLIST
security/uvscan/distinfo
security/uvscan/files/update_dat.sh
security/uvscan/files/uvscan.sh
security/xmlsec1/DESCR
security/xmlsec1/Makefile
security/xmlsec1/PLIST
security/xmlsec1/distinfo
security/xmlsec1/patches/patch-aa
security/xmlsec1/patches/patch-ab
security/xmlsec1/patches/patch-ac
security/yafic/DESCR
security/yafic/Makefile
security/yafic/PLIST
security/yafic/distinfo
security/zebedee/DESCR
security/zebedee/Makefile
security/zebedee/PLIST
security/zebedee/distinfo
security/zebedee/patches/patch-aa
security/zebedee/patches/patch-ab
shells/Makefile
shells/ast-ksh/DESCR
shells/ast-ksh/Makefile
shells/ast-ksh/Makefile.common
shells/ast-ksh/PLIST
shells/ast-ksh/distinfo
shells/ast-ksh/patches/patch-aa
shells/ast-ksh/patches/patch-ab
shells/ast-ksh/patches/patch-ac
shells/bash-completion/DESCR
shells/bash-completion/Makefile
shells/bash-completion/PLIST
shells/bash-completion/distinfo
shells/bash/DESCR
shells/bash/Makefile
shells/bash/PLIST
shells/bash/distinfo
shells/bash/patches/patch-af
shells/bash/patches/patch-ag
shells/bash/patches/patch-ah
shells/bash2-doc/DESCR
shells/bash2-doc/Makefile
shells/bash2-doc/PLIST
shells/bash2-doc/distinfo
shells/bash2/DESCR
shells/bash2/Makefile
shells/bash2/PLIST
shells/bash2/distinfo
shells/bash2/patches/patch-aa
shells/bash2/patches/patch-ab
shells/bash2/patches/patch-ac
shells/bash2/patches/patch-ad
shells/bash2/patches/patch-ae
shells/bash2/patches/patch-af
shells/bash2/patches/patch-ag
shells/bash2/patches/patch-ah
shells/bash2/patches/patch-ai
shells/bash2/patches/patch-aj
shells/bash2/patches/patch-ak
shells/eltclsh/DESCR
shells/eltclsh/Makefile
shells/eltclsh/PLIST
shells/eltclsh/distinfo
shells/eltclsh/patches/patch-aa
shells/eltclsh/patches/patch-ab
shells/es/DESCR
shells/es/Makefile
shells/es/PLIST
shells/es/distinfo
shells/es/patches/patch-aa
shells/es/patches/patch-ab
shells/es/patches/patch-ac
shells/es/patches/patch-ad
shells/es/patches/patch-ae
shells/es/patches/patch-af
shells/es/patches/patch-ag
shells/esh/DESCR
shells/esh/Makefile
shells/esh/PLIST
shells/esh/distinfo
shells/esh/patches/patch-aa
shells/mksh/DESCR
shells/mksh/Makefile
shells/mksh/PLIST
shells/mksh/distinfo
shells/mudsh/DESCR
shells/mudsh/Makefile
shells/mudsh/PLIST
shells/mudsh/distinfo
shells/nologinmsg/DESCR
shells/nologinmsg/Makefile
shells/nologinmsg/PLIST
shells/nologinmsg/distinfo
shells/osh/DESCR
shells/osh/Makefile
shells/osh/PLIST
shells/osh/distinfo
shells/pdksh/DESCR
shells/pdksh/Makefile
shells/pdksh/PLIST
shells/pdksh/distinfo
shells/pdksh/patches/patch-aa
shells/pdksh/patches/patch-ab
shells/perlsh/DESCR
shells/perlsh/Makefile
shells/perlsh/PLIST
shells/perlsh/distinfo
shells/perlsh/patches/patch-aa
shells/posh/DESCR
shells/posh/Makefile
shells/posh/PLIST
shells/posh/distinfo
shells/posh/patches/patch-aa
shells/posh/patches/patch-ab
shells/rc/DESCR
shells/rc/Makefile
shells/rc/PLIST
shells/rc/distinfo
shells/rssh/DESCR
shells/rssh/MESSAGE
shells/rssh/Makefile
shells/rssh/PLIST
shells/rssh/distinfo
shells/rssh/patches/patch-aa
shells/rssh/patches/patch-ab
shells/scponly/DESCR
shells/scponly/Makefile
shells/scponly/PLIST
shells/scponly/distinfo
shells/scponly/patches/patch-aa
shells/scsh/DESCR
shells/scsh/Makefile
shells/scsh/PLIST
shells/scsh/distinfo
shells/scsh/patches/patch-aa
shells/scsh/patches/patch-ab
shells/scsh/patches/patch-ac
shells/scsh/patches/patch-ad
shells/scsh/patches/patch-ae
shells/scsh/patches/patch-af
shells/scsh/patches/patch-ag
shells/standalone-tcsh/DESCR
shells/standalone-tcsh/Makefile
shells/standalone-tcsh/PLIST
shells/static-ast-ksh/Makefile
shells/static-tcsh/Makefile
shells/tcsh/DESCR
shells/tcsh/Makefile
shells/tcsh/PLIST
shells/tcsh/distinfo
shells/tcsh/patches/patch-aa
shells/tcsh/patches/patch-ab
shells/xsh/DESCR
shells/xsh/Makefile
shells/xsh/distinfo
shells/zsh-current/DESCR
shells/zsh-current/MESSAGE
shells/zsh-current/Makefile
shells/zsh-current/PLIST
shells/zsh-current/PLIST.dynamic
shells/zsh-current/PLIST.shlibs
shells/zsh-current/PLIST.terminfo
shells/zsh-current/distinfo
shells/zsh-current/options.mk
shells/zsh-current/patches/patch-ab
shells/zsh-current/patches/patch-ac
shells/zsh-current/patches/patch-ae
shells/zsh-current/patches/patch-af
shells/zsh-current/patches/patch-ag
shells/zsh-current/patches/patch-ah
shells/zsh/DESCR
shells/zsh/MESSAGE
shells/zsh/Makefile
shells/zsh/Makefile.common
shells/zsh/PLIST
shells/zsh/PLIST.dynamic
shells/zsh/PLIST.shlibs
shells/zsh/PLIST.terminfo
shells/zsh/distinfo
shells/zsh/patches/patch-ab
shells/zsh/patches/patch-ac
shells/zsh/patches/patch-ae
sysutils/855resolution/DESCR
sysutils/855resolution/Makefile
sysutils/855resolution/PLIST
sysutils/855resolution/distinfo
sysutils/855resolution/patches/patch-aa
sysutils/855resolution/patches/patch-ab
sysutils/915resolution/DESCR
sysutils/915resolution/Makefile
sysutils/915resolution/PLIST
sysutils/915resolution/distinfo
sysutils/915resolution/patches/patch-aa
sysutils/915resolution/patches/patch-ab
sysutils/9base/DESCR
sysutils/9base/Makefile
sysutils/9base/PLIST
sysutils/9base/distinfo
sysutils/9base/patches/patch-aa
sysutils/9base/patches/patch-ab
sysutils/9base/patches/patch-ac
sysutils/9base/patches/patch-ad
sysutils/9base/patches/patch-ae
sysutils/9base/patches/patch-af
sysutils/9base/patches/patch-ag
sysutils/9base/patches/patch-ah
sysutils/9base/patches/patch-ai
sysutils/9base/patches/patch-aj
sysutils/9base/patches/patch-ak
sysutils/9base/patches/patch-al
sysutils/9base/patches/patch-am
sysutils/9base/patches/patch-an
sysutils/9base/patches/patch-ao
sysutils/9base/patches/patch-ap
sysutils/9base/patches/patch-aq
sysutils/9base/patches/patch-ar
sysutils/9base/patches/patch-as
sysutils/9base/patches/patch-at
sysutils/9base/patches/patch-au
sysutils/9base/patches/patch-av
sysutils/9base/patches/patch-ba
sysutils/9base/patches/patch-bb
sysutils/9base/patches/patch-bc
sysutils/Makefile
sysutils/acpica-utils/DESCR
sysutils/acpica-utils/Makefile
sysutils/acpica-utils/PLIST
sysutils/acpica-utils/distinfo
sysutils/acpica-utils/files/LICENSE
sysutils/acpidump/DESCR
sysutils/acpidump/Makefile
sysutils/acpidump/PLIST
sysutils/acpidump/distinfo
sysutils/acpidump/patches/patch-aa
sysutils/acpidump/patches/patch-ab
sysutils/acpidump/patches/patch-ac
sysutils/adjustkernel/DESCR
sysutils/adjustkernel/Makefile
sysutils/adjustkernel/PLIST
sysutils/adjustkernel/files/adjustkernel
sysutils/adjustkernel/files/adjustkernel.1
sysutils/adtool/DESCR
sysutils/adtool/Makefile
sysutils/adtool/PLIST
sysutils/adtool/distinfo
sysutils/adtool/patches/patch-aa
sysutils/adtool/patches/patch-ab
sysutils/afbinit/DESCR
sysutils/afbinit/MESSAGE
sysutils/afbinit/Makefile
sysutils/afbinit/PLIST
sysutils/afbinit/distinfo
sysutils/afbinit/patches/patch-aa
sysutils/amanda-client/DESCR
sysutils/amanda-client/Makefile
sysutils/amanda-client/PLIST
sysutils/amanda-client/distinfo
sysutils/amanda-client/patches/patch-aa
sysutils/amanda-client/patches/patch-ab
sysutils/amanda-client/patches/patch-ac
sysutils/amanda-client/patches/patch-ad
sysutils/amanda-client/patches/patch-ae
sysutils/amanda-client/patches/patch-af
sysutils/amanda-client/patches/patch-ag
sysutils/amanda-client/patches/patch-ah
sysutils/amanda-client/patches/patch-ai
sysutils/amanda-client/patches/patch-aj
sysutils/amanda-client/patches/patch-ak
sysutils/amanda-common/DESCR
sysutils/amanda-common/Makefile
sysutils/amanda-common/Makefile.common
sysutils/amanda-common/PLIST
sysutils/amanda-common/buildlink3.mk
sysutils/amanda-common/distinfo
sysutils/amanda-common/patches/patch-ab
sysutils/amanda-common/patches/patch-ac
sysutils/amanda-common/patches/patch-ad
sysutils/amanda-common/patches/patch-af
sysutils/amanda-common/patches/patch-ag
sysutils/amanda-common/patches/patch-ah
sysutils/amanda-plot/DESCR
sysutils/amanda-plot/Makefile
sysutils/amanda-plot/PLIST
sysutils/amanda-plot/distinfo
sysutils/amanda-plot/patches/patch-aa
sysutils/amanda-plot/patches/patch-ab
sysutils/amanda-plot/patches/patch-ac
sysutils/amanda-server/DESCR
sysutils/amanda-server/Makefile
sysutils/amanda-server/PLIST
sysutils/amanda-server/distinfo
sysutils/amanda-server/patches/patch-aa
sysutils/amanda-server/patches/patch-ab
sysutils/amanda-server/patches/patch-ac
sysutils/amanda-server/patches/patch-ad
sysutils/amanda-server/patches/patch-ae
sysutils/amanda-server/patches/patch-af
sysutils/amanda-server/patches/patch-ag
sysutils/amanda-server/patches/patch-ah
sysutils/amanda-server/patches/patch-ai
sysutils/amanda-server/patches/patch-aj
sysutils/amanda-server/patches/patch-ak
sysutils/amanda-server/patches/patch-aq
sysutils/amanda/DESCR
sysutils/amanda/Makefile
sysutils/apcupsd/DESCR
sysutils/apcupsd/MESSAGE
sysutils/apcupsd/Makefile
sysutils/apcupsd/PLIST
sysutils/apcupsd/distinfo
sysutils/apcupsd/options.mk
sysutils/apcupsd/patches/patch-aa
sysutils/apcupsd/patches/patch-ab
sysutils/apcupsd/patches/patch-ac
sysutils/apcupsd/patches/patch-ad
sysutils/apcupsd/patches/patch-ae
sysutils/apcupsd/patches/patch-af
sysutils/apcupsd/patches/patch-ag
sysutils/apcupsd/patches/patch-ah
sysutils/apcupsd/patches/patch-ai
sysutils/apcupsd/patches/patch-aj
sysutils/apcupsd/patches/patch-al
sysutils/apcupsd/patches/patch-am
sysutils/apcupsd/patches/patch-an
sysutils/apcupsd/patches/patch-ao
sysutils/aperture/DESCR
sysutils/aperture/MESSAGE
sysutils/aperture/Makefile
sysutils/aperture/PLIST
sysutils/aperture/distinfo
sysutils/aperture/patches/patch-aa
sysutils/aperture/patches/patch-ab
sysutils/aperture/patches/patch-ac
sysutils/aperture/patches/patch-ad
sysutils/aperture/patches/patch-ae
sysutils/aperture/patches/patch-af
sysutils/aperture/patches/patch-ag
sysutils/asapm/DESCR
sysutils/asapm/MESSAGE
sysutils/asapm/Makefile
sysutils/asapm/PLIST
sysutils/asapm/distinfo
sysutils/asapm/patches/patch-aa
sysutils/asapm/patches/patch-ab
sysutils/asapm/patches/patch-ac
sysutils/asapm/patches/patch-ad
sysutils/asapm/patches/patch-ae
sysutils/asapm/patches/patch-af
sysutils/atitvout/DESCR
sysutils/atitvout/MESSAGE
sysutils/atitvout/Makefile
sysutils/atitvout/PLIST
sysutils/atitvout/distinfo
sysutils/atitvout/files/Makefile.bsd
sysutils/atitvout/patches/patch-aa
sysutils/atitvout/patches/patch-ab
sysutils/bacula-clientonly/DESCR
sysutils/bacula-clientonly/Makefile
sysutils/bacula-doc/DESCR
sysutils/bacula-doc/Makefile
sysutils/bacula-doc/PLIST
sysutils/bacula-doc/distinfo
sysutils/bacula-gnome-console/DESCR
sysutils/bacula-gnome-console/Makefile
sysutils/bacula-gnome-console/PLIST
sysutils/bacula-tray-monitor/DESCR
sysutils/bacula-tray-monitor/Makefile
sysutils/bacula-tray-monitor/PLIST
sysutils/bacula-wx-console/DESCR
sysutils/bacula-wx-console/Makefile
sysutils/bacula-wx-console/PLIST
sysutils/bacula/DESCR
sysutils/bacula/MESSAGE
sysutils/bacula/Makefile
sysutils/bacula/Makefile.common
sysutils/bacula/PLIST.common
sysutils/bacula/PLIST.common_end
sysutils/bacula/PLIST.server
sysutils/bacula/distinfo
sysutils/bacula/files/bacula-dir.sh
sysutils/bacula/files/bacula-fd.sh
sysutils/bacula/files/bacula-sd.sh
sysutils/bacula/files/bacula.sh
sysutils/bacula/hacks.mk
sysutils/bacula/options.mk
sysutils/bacula/patches/patch-aa
sysutils/bacula/patches/patch-ac
sysutils/bacula/patches/patch-ae
sysutils/bacula/patches/patch-af
sysutils/bacula/patches/patch-ag
sysutils/bacula/patches/patch-ah
sysutils/bacula/patches/patch-ai
sysutils/bacula/patches/patch-aj
sysutils/bacula/patches/patch-am
sysutils/bbsload/DESCR
sysutils/bbsload/Makefile
sysutils/bbsload/PLIST
sysutils/bbsload/distinfo
sysutils/bbsload/patches/patch-aa
sysutils/bbsload/patches/patch-ab
sysutils/bbsload/patches/patch-ac
sysutils/bbsload/patches/patch-ad
sysutils/bbsload/patches/patch-ae
sysutils/bchunk/DESCR
sysutils/bchunk/MESSAGE
sysutils/bchunk/Makefile
sysutils/bchunk/PLIST
sysutils/bchunk/distinfo
sysutils/bchunk/patches/patch-ab
sysutils/bcmfw/DESCR
sysutils/bcmfw/Makefile
sysutils/bcmfw/PLIST
sysutils/bcmfw/distinfo
sysutils/bcmfw/files/bcmfw.sh
sysutils/bkpupsd/DESCR
sysutils/bkpupsd/MESSAGE
sysutils/bkpupsd/Makefile
sysutils/bkpupsd/PLIST
sysutils/bkpupsd/distinfo
sysutils/bkpupsd/patches/patch-aa
sysutils/bkpupsd/patches/patch-ab
sysutils/bkpupsd/patches/patch-ac
sysutils/bkpupsd/patches/patch-ae
sysutils/bsign/DESCR
sysutils/bsign/Makefile
sysutils/bsign/PLIST
sysutils/bsign/distinfo
sysutils/bsign/patches/patch-aa
sysutils/btpin-qt/DESCR
sysutils/btpin-qt/Makefile
sysutils/btpin-qt/PLIST
sysutils/btpin-qt/distinfo
sysutils/burn/DESCR
sysutils/burn/Makefile
sysutils/burn/PLIST
sysutils/burn/distinfo
sysutils/capistrano/DESCR
sysutils/capistrano/Makefile
sysutils/capistrano/PLIST
sysutils/capistrano/distinfo
sysutils/ccd2iso/DESCR
sysutils/ccd2iso/Makefile
sysutils/ccd2iso/PLIST
sysutils/ccd2iso/distinfo
sysutils/ccze/DESCR
sysutils/ccze/Makefile
sysutils/ccze/PLIST
sysutils/ccze/distinfo
sysutils/cdbkup/DESCR
sysutils/cdbkup/Makefile
sysutils/cdbkup/PLIST
sysutils/cdbkup/distinfo
sysutils/cdbkup/patches/patch-aa
sysutils/cdrdao/DESCR
sysutils/cdrdao/Makefile
sysutils/cdrdao/Makefile.common
sysutils/cdrdao/PLIST
sysutils/cdrdao/distinfo
sysutils/cdrdao/patches/patch-aa
sysutils/cdrdao/patches/patch-ab
sysutils/cdrdao/patches/patch-ac
sysutils/cdrdao/patches/patch-ad
sysutils/cdrdao/patches/patch-ae
sysutils/cdrdao/patches/patch-af
sysutils/cdrdao/patches/patch-ag
sysutils/cdrdao/patches/patch-ah
sysutils/cdrdao/patches/patch-ai
sysutils/cdrdao/patches/patch-aj
sysutils/cdrdao/patches/patch-al
sysutils/cdrdao/patches/patch-am
sysutils/cdrdao/patches/patch-ao
sysutils/cdrdao/patches/patch-ap
sysutils/cdrkit/DESCR
sysutils/cdrkit/Makefile
sysutils/cdrkit/PLIST
sysutils/cdrkit/distinfo
sysutils/cdrkit/patches/patch-aa
sysutils/cdrkit/patches/patch-ab
sysutils/cdrkit/patches/patch-ac
sysutils/cdrtools-ossdvd/DESCR
sysutils/cdrtools-ossdvd/MESSAGE.SunOS
sysutils/cdrtools-ossdvd/MESSAGE.cdrecord.conf
sysutils/cdrtools-ossdvd/Makefile
sysutils/cdrtools-ossdvd/PLIST
sysutils/cdrtools-ossdvd/distinfo
sysutils/cdrtools-ossdvd/patches/patch-ac
sysutils/cdrtools-ossdvd/patches/patch-ah
sysutils/cdrtools-ossdvd/patches/patch-ai
sysutils/cdrtools-ossdvd/patches/patch-aj
sysutils/cdrtools-ossdvd/patches/patch-ba
sysutils/cdrtools-ossdvd/patches/patch-bb
sysutils/cdrtools-ossdvd/patches/patch-ca
sysutils/cdrtools-ossdvd/patches/patch-cb
sysutils/cdrtools-ossdvd/patches/patch-cc
sysutils/cdrtools-ossdvd/patches/patch-cd
sysutils/cdrtools-ossdvd/patches/patch-ce
sysutils/cdrtools-ossdvd/patches/patch-cf
sysutils/cdrtools-ossdvd/patches/patch-cg
sysutils/cdrtools-ossdvd/patches/patch-ch
sysutils/cdrtools-ossdvd/patches/patch-ci
sysutils/cdrtools/DESCR
sysutils/cdrtools/MESSAGE.SunOS
sysutils/cdrtools/MESSAGE.cdrecord.conf
sysutils/cdrtools/Makefile
sysutils/cdrtools/PLIST
sysutils/cdrtools/distinfo
sysutils/cdrtools/patches/patch-aa
sysutils/cdrtools/patches/patch-ab
sysutils/cdrtools/patches/patch-ac
sysutils/cdrtools/patches/patch-ad
sysutils/cdrtools/patches/patch-ah
sysutils/cdrtools/patches/patch-ai
sysutils/cdrtools/patches/patch-aj
sysutils/cdrtools/patches/patch-ba
sysutils/cdrtools/patches/patch-bb
sysutils/cdrtools/patches/patch-cf
sysutils/cdrtools/patches/patch-cg
sysutils/cdrtools/patches/patch-ch
sysutils/cdrtools/patches/patch-ci
sysutils/cdrtools/patches/patch-cj
sysutils/cfengine2-doc/DESCR
sysutils/cfengine2-doc/Makefile
sysutils/cfengine2-doc/PLIST
sysutils/cfengine2/DESCR
sysutils/cfengine2/MESSAGE
sysutils/cfengine2/Makefile
sysutils/cfengine2/Makefile.common
sysutils/cfengine2/PLIST
sysutils/cfengine2/distinfo
sysutils/cfengine2/files/cfenvd.sh
sysutils/cfengine2/files/cfexecd.sh
sysutils/cfengine2/files/cfservd.sh
sysutils/cfengine2/patches/patch-aa
sysutils/cfengine2/patches/patch-ab
sysutils/checkpassword-pam/DESCR
sysutils/checkpassword-pam/Makefile
sysutils/checkpassword-pam/PLIST
sysutils/checkpassword-pam/distinfo
sysutils/checkpassword/DESCR
sysutils/checkpassword/Makefile
sysutils/checkpassword/PLIST
sysutils/checkpassword/distinfo
sysutils/checkperms/DESCR
sysutils/checkperms/Makefile
sysutils/checkperms/PLIST
sysutils/checkperms/distinfo
sysutils/clex/DESCR
sysutils/clex/Makefile
sysutils/clex/PLIST
sysutils/clex/distinfo
sysutils/clex/patches/patch-aa
sysutils/clex/patches/patch-ab
sysutils/clex/patches/patch-ac
sysutils/clex/patches/patch-ad
sysutils/clex/patches/patch-ae
sysutils/clex/patches/patch-af
sysutils/clex/patches/patch-ag
sysutils/clex/patches/patch-ah
sysutils/clex/patches/patch-ai
sysutils/coreutils/DESCR
sysutils/coreutils/Makefile
sysutils/coreutils/PLIST
sysutils/coreutils/distinfo
sysutils/coreutils/patches/patch-ab
sysutils/coreutils/patches/patch-ac
sysutils/coreutils/patches/patch-ad
sysutils/coreutils/patches/patch-ag
sysutils/coreutils/patches/patch-ah
sysutils/coreutils/patches/patch-ai
sysutils/cpmtools/DESCR
sysutils/cpmtools/Makefile
sysutils/cpmtools/PLIST
sysutils/cpmtools/distinfo
sysutils/cpmtools/patches/patch-aa
sysutils/cpmtools/patches/patch-ab
sysutils/cpmtools/patches/patch-ac
sysutils/cpogm/DESCR
sysutils/cpogm/Makefile
sysutils/cpogm/PLIST
sysutils/cpogm/distinfo
sysutils/cpogm/patches/patch-aa
sysutils/cpuburn/DESCR
sysutils/cpuburn/Makefile
sysutils/cpuburn/PLIST
sysutils/cpuburn/distinfo
sysutils/cpuburn/patches/patch-aa
sysutils/cpuid/DESCR
sysutils/cpuid/Makefile
sysutils/cpuid/PLIST
sysutils/cpuid/distinfo
sysutils/crashme/DESCR
sysutils/crashme/Makefile
sysutils/crashme/PLIST
sysutils/crashme/distinfo
sysutils/crashme/patches/patch-aa
sysutils/crashme/patches/patch-ab
sysutils/cvsreport/DESCR
sysutils/cvsreport/Makefile
sysutils/cvsreport/PLIST
sysutils/cvsreport/distinfo
sysutils/daemontools/DESCR
sysutils/daemontools/Makefile
sysutils/daemontools/PLIST
sysutils/daemontools/distinfo
sysutils/dbus-glib/DESCR
sysutils/dbus-glib/Makefile
sysutils/dbus-glib/PLIST
sysutils/dbus-glib/buildlink3.mk
sysutils/dbus-glib/distinfo
sysutils/dbus-qt3/DESCR
sysutils/dbus-qt3/Makefile
sysutils/dbus-qt3/PLIST
sysutils/dbus-qt3/buildlink3.mk
sysutils/dbus-qt3/distinfo
sysutils/dbus/DESCR
sysutils/dbus/MESSAGE
sysutils/dbus/Makefile
sysutils/dbus/PLIST
sysutils/dbus/buildlink3.mk
sysutils/dbus/distinfo
sysutils/dbus/files/dbus.sh
sysutils/dbus/hacks.mk
sysutils/dbus/patches/patch-aa
sysutils/dbus/patches/patch-ab
sysutils/dbus/patches/patch-ac
sysutils/dbus/patches/patch-ag
sysutils/dbus/patches/patch-ah
sysutils/dd_rescue/DESCR
sysutils/dd_rescue/Makefile
sysutils/dd_rescue/PLIST
sysutils/dd_rescue/distinfo
sysutils/dd_rescue/patches/patch-aa
sysutils/dd_rescue/patches/patch-ab
sysutils/dd_rhelp/DESCR
sysutils/dd_rhelp/Makefile
sysutils/dd_rhelp/PLIST
sysutils/dd_rhelp/distinfo
sysutils/depot/DESCR
sysutils/depot/Makefile
sysutils/depot/PLIST
sysutils/depot/distinfo
sysutils/depot/patches/patch-aa
sysutils/depot/patches/patch-ab
sysutils/depot/patches/patch-ac
sysutils/depot/patches/patch-ad
sysutils/depot/patches/patch-ae
sysutils/desktop-file-utils/DEINSTALL
sysutils/desktop-file-utils/DESCR
sysutils/desktop-file-utils/INSTALL
sysutils/desktop-file-utils/Makefile
sysutils/desktop-file-utils/PLIST
sysutils/desktop-file-utils/buildlink3.mk
sysutils/desktop-file-utils/desktopdb.mk
sysutils/desktop-file-utils/distinfo
sysutils/desktop-file-utils/files/install.tmpl
sysutils/desktop-file-utils/patches/patch-ab
sysutils/detox/DESCR
sysutils/detox/Makefile
sysutils/detox/PLIST
sysutils/detox/distinfo
sysutils/detox/patches/patch-aa
sysutils/dfuibe_installer/DESCR
sysutils/dfuibe_installer/Makefile
sysutils/dfuibe_installer/PLIST
sysutils/dfuibe_installer/distinfo
sysutils/dfuibe_installer/patches/patch-aa
sysutils/dfuife_cgi/DESCR
sysutils/dfuife_cgi/Makefile
sysutils/dfuife_cgi/PLIST
sysutils/dfuife_cgi/distinfo
sysutils/dfuife_curses/DESCR
sysutils/dfuife_curses/Makefile
sysutils/dfuife_curses/PLIST
sysutils/dfuife_curses/distinfo
sysutils/dirsize/DESCR
sysutils/dirsize/Makefile
sysutils/dirsize/PLIST
sysutils/dirsize/distinfo
sysutils/dirsize/patches/patch-aa
sysutils/dirvish/DESCR
sysutils/dirvish/Makefile
sysutils/dirvish/PLIST
sysutils/dirvish/distinfo
sysutils/dmassage/DESCR
sysutils/dmassage/Makefile
sysutils/dmassage/PLIST
sysutils/dmassage/distinfo
sysutils/dmesg2gif/DESCR
sysutils/dmesg2gif/Makefile
sysutils/dmesg2gif/PLIST
sysutils/dmesg2gif/files/dmesg2gif
sysutils/dmesg2gif/files/dmesg2gif.1
sysutils/dmidecode/DESCR
sysutils/dmidecode/Makefile
sysutils/dmidecode/PLIST
sysutils/dmidecode/distinfo
sysutils/dmidecode/patches/patch-aa
sysutils/dmsdos/DESCR
sysutils/dmsdos/Makefile
sysutils/dmsdos/PLIST
sysutils/dmsdos/distinfo
sysutils/dmsdos/patches/patch-aa
sysutils/dmsdos/patches/patch-ab
sysutils/dog/DESCR
sysutils/dog/Makefile
sysutils/dog/PLIST
sysutils/dog/distinfo
sysutils/dog/patches/patch-aa
sysutils/dptutil/DESCR
sysutils/dptutil/Makefile
sysutils/dptutil/PLIST
sysutils/dptutil/distinfo
sysutils/dptutil/patches/patch-aa
sysutils/dptutil/patches/patch-ab
sysutils/dptutil/patches/patch-ac
sysutils/dptutil/patches/patch-ad
sysutils/dptutil/patches/patch-ae
sysutils/dptutil/patches/patch-af
sysutils/dptutil/patches/patch-ag
sysutils/dptutil/patches/patch-ah
sysutils/dptutil/patches/patch-ai
sysutils/dptutil/patches/patch-aj
sysutils/dptutil/patches/patch-ak
sysutils/dptutil/patches/patch-al
sysutils/dptutil/patches/patch-am
sysutils/dptutil/patches/patch-an
sysutils/dptutil/patches/patch-ao
sysutils/dptutil/patches/patch-ap
sysutils/duplicity/DESCR
sysutils/duplicity/Makefile
sysutils/duplicity/PLIST
sysutils/duplicity/distinfo
sysutils/duplicity/patches/patch-aa
sysutils/dvd+rw-tools/DESCR
sysutils/dvd+rw-tools/Makefile
sysutils/dvd+rw-tools/PLIST
sysutils/dvd+rw-tools/distinfo
sysutils/dvd+rw-tools/patches/patch-aa
sysutils/dvd+rw-tools/patches/patch-ab
sysutils/dvd+rw-tools/patches/patch-ac
sysutils/dvd+rw-tools/patches/patch-ad
sysutils/dvdisaster/DESCR
sysutils/dvdisaster/Makefile
sysutils/dvdisaster/PLIST
sysutils/dvdisaster/distinfo
sysutils/dvdisaster/files/scsi-netbsd.c
sysutils/dvdisaster/patches/patch-aa
sysutils/dvdisaster/patches/patch-ab
sysutils/dvdisaster/patches/patch-ac
sysutils/dvdisaster/patches/patch-ad
sysutils/dvdisaster/patches/patch-ae
sysutils/dvdisaster/patches/patch-af
sysutils/dvdisaster/patches/patch-ag
sysutils/dvdisaster/patches/patch-ah
sysutils/dvdrecord/DESCR
sysutils/dvdrecord/MESSAGE
sysutils/dvdrecord/Makefile
sysutils/dvdrecord/PLIST
sysutils/dvdrecord/distinfo
sysutils/dvdrecord/patches/patch-aa
sysutils/dvdrecord/patches/patch-ab
sysutils/dvdrecord/patches/patch-ac
sysutils/e2fsprogs/DESCR
sysutils/e2fsprogs/Makefile
sysutils/e2fsprogs/PLIST
sysutils/e2fsprogs/distinfo
sysutils/e2fsprogs/patches/patch-aa
sysutils/e2fsprogs/patches/patch-af
sysutils/e2fsprogs/patches/patch-al
sysutils/e2fsprogs/patches/patch-am
sysutils/e2fsprogs/patches/patch-an
sysutils/e2fsprogs/patches/patch-ao
sysutils/e2fsprogs/patches/patch-ap
sysutils/e2fsprogs/patches/patch-ar
sysutils/e2fsprogs/patches/patch-as
sysutils/e2fsprogs/patches/patch-at
sysutils/e2fsprogs/patches/patch-av
sysutils/e2fsprogs/patches/patch-aw
sysutils/easydiskpasswd/DESCR
sysutils/easydiskpasswd/Makefile
sysutils/easydiskpasswd/PLIST
sysutils/easydiskpasswd/files/Makefile
sysutils/easydiskpasswd/files/easydiskpasswd.c
sysutils/estd/DESCR
sysutils/estd/Makefile
sysutils/estd/PLIST
sysutils/estd/distinfo
sysutils/estd/patches/patch-aa
sysutils/estd/patches/patch-ab
sysutils/estd/patches/patch-ac
sysutils/etcmanage/DESCR
sysutils/etcmanage/Makefile
sysutils/etcmanage/PLIST
sysutils/etcmanage/distinfo
sysutils/extipl/DESCR
sysutils/extipl/Makefile
sysutils/extipl/PLIST
sysutils/extipl/distinfo
sysutils/extipl/patches/patch-aa
sysutils/fakeroot/DESCR
sysutils/fakeroot/Makefile
sysutils/fakeroot/PLIST
sysutils/fakeroot/distinfo
sysutils/fakeroot/patches/patch-aa
sysutils/fakeroot/patches/patch-ab
sysutils/fam/DESCR
sysutils/fam/MESSAGE
sysutils/fam/MESSAGE.kqueue
sysutils/fam/Makefile
sysutils/fam/PLIST
sysutils/fam/buildlink3.mk
sysutils/fam/builtin.mk
sysutils/fam/distinfo
sysutils/fam/files/IMonKQueue.c++
sysutils/fam/files/famd.sh
sysutils/fam/files/imon-compat.h
sysutils/fam/hacks.mk
sysutils/fam/patches/patch-aa
sysutils/fam/patches/patch-ab
sysutils/fam/patches/patch-ac
sysutils/fam/patches/patch-ad
sysutils/fam/patches/patch-ae
sysutils/fam/patches/patch-af
sysutils/fam/patches/patch-ag
sysutils/fam/patches/patch-ah
sysutils/fam/patches/patch-ai
sysutils/fam/patches/patch-aj
sysutils/fam/patches/patch-ak
sysutils/fam/patches/patch-al
sysutils/fam/patches/patch-am
sysutils/fam/patches/patch-an
sysutils/fam/patches/patch-ao
sysutils/fam/patches/patch-ap
sysutils/fam/patches/patch-aq
sysutils/fam/patches/patch-ar
sysutils/fam/patches/patch-as
sysutils/fam/patches/patch-at
sysutils/fam/patches/patch-au
sysutils/fam/patches/patch-av
sysutils/fam/patches/patch-aw
sysutils/fam/patches/patch-ax
sysutils/fam/patches/patch-ay
sysutils/fam/patches/patch-az
sysutils/fam/patches/patch-ba
sysutils/fam/patches/patch-bb
sysutils/fam/patches/patch-bc
sysutils/fam/patches/patch-bd
sysutils/fam/patches/patch-be
sysutils/fastfs/DESCR
sysutils/fastfs/Makefile
sysutils/fastfs/PLIST
sysutils/fastfs/distinfo
sysutils/fatback/DESCR
sysutils/fatback/Makefile
sysutils/fatback/PLIST
sysutils/fatback/distinfo
sysutils/fatback/patches/patch-aa
sysutils/fatback/patches/patch-ab
sysutils/fatback/patches/patch-ac
sysutils/fatback/patches/patch-ad
sysutils/fatback/patches/patch-ae
sysutils/fatback/patches/patch-af
sysutils/fdgw/DESCR
sysutils/fdgw/Makefile
sysutils/fdgw/PLIST
sysutils/fdgw/distinfo
sysutils/fdgw/patches/patch-ae
sysutils/file/DESCR
sysutils/file/MESSAGE
sysutils/file/Makefile
sysutils/file/PLIST
sysutils/file/buildlink3.mk
sysutils/file/builtin.mk
sysutils/file/distinfo
sysutils/file/patches/patch-aa
sysutils/filelight/DESCR
sysutils/filelight/Makefile
sysutils/filelight/PLIST
sysutils/filelight/distinfo
sysutils/filelight/patches/patch-aa
sysutils/filelight/patches/patch-ab
sysutils/findutils/DESCR
sysutils/findutils/Makefile
sysutils/findutils/PLIST
sysutils/findutils/distinfo
sysutils/findutils/patches/patch-aa
sysutils/findutils/patches/patch-ab
sysutils/findutils/patches/patch-ag
sysutils/fix4SA110rev2/DESCR
sysutils/fix4SA110rev2/Makefile
sysutils/fix4SA110rev2/PLIST
sysutils/fix4SA110rev2/distinfo
sysutils/fix4SA110rev2/patches/patch-aa
sysutils/fixelfprot/DESCR
sysutils/fixelfprot/Makefile
sysutils/fixelfprot/PLIST
sysutils/fixelfprot/files/fixelfprot.c
sysutils/foremost/DESCR
sysutils/foremost/Makefile
sysutils/foremost/PLIST
sysutils/foremost/distinfo
sysutils/foremost/patches/patch-aa
sysutils/foremost/patches/patch-ab
sysutils/foremost/patches/patch-ac
sysutils/free/DESCR
sysutils/free/Makefile
sysutils/free/PLIST
sysutils/free/files/free
sysutils/free/files/free.1
sysutils/fs-kit/DESCR
sysutils/fs-kit/Makefile
sysutils/fs-kit/PLIST
sysutils/fs-kit/distinfo
sysutils/fs-kit/patches/patch-aa
sysutils/fsv/DESCR
sysutils/fsv/Makefile
sysutils/fsv/PLIST
sysutils/fsv/distinfo
sysutils/fsviewer/DESCR
sysutils/fsviewer/Makefile
sysutils/fsviewer/PLIST
sysutils/fsviewer/distinfo
sysutils/fsviewer/patches/patch-aa
sysutils/fsviewer/patches/patch-ab
sysutils/fsviewer/patches/patch-ag
sysutils/gamin/DESCR
sysutils/gamin/Makefile
sysutils/gamin/PLIST
sysutils/gamin/buildlink3.mk
sysutils/gamin/distinfo
sysutils/gamin/patches/patch-aa
sysutils/gamin/patches/patch-ab
sysutils/gamin/patches/patch-ac
sysutils/gamin/patches/patch-ad
sysutils/gamin/patches/patch-ae
sysutils/gamin/patches/patch-af
sysutils/gcdmaster/DESCR
sysutils/gcdmaster/Makefile
sysutils/gcdmaster/PLIST
sysutils/gcombust/DESCR
sysutils/gcombust/Makefile
sysutils/gcombust/PLIST
sysutils/gcombust/distinfo
sysutils/gcombust/patches/patch-ab
sysutils/gcombust/patches/patch-ac
sysutils/gcombust/patches/patch-ad
sysutils/genpasswd/DESCR
sysutils/genpasswd/Makefile
sysutils/genpasswd/PLIST
sysutils/genpasswd/distinfo
sysutils/gentoo/DESCR
sysutils/gentoo/Makefile
sysutils/gentoo/PLIST
sysutils/gentoo/distinfo
sysutils/gentoo/patches/patch-aa
sysutils/gentoo/patches/patch-ab
sysutils/gentoo/patches/patch-ac
sysutils/gentoo/patches/patch-ae
sysutils/gentoo/patches/patch-af
sysutils/gentoo/patches/patch-ag
sysutils/gentoo/patches/patch-ah
sysutils/gkrellm-est/DESCR
sysutils/gkrellm-est/Makefile
sysutils/gkrellm-est/PLIST
sysutils/gkrellm-est/distinfo
sysutils/gkrellm-server/DESCR
sysutils/gkrellm-server/Makefile
sysutils/gkrellm-server/PLIST
sysutils/gkrellm-share/DESCR
sysutils/gkrellm-share/Makefile
sysutils/gkrellm-share/PLIST
sysutils/gkrellm/DESCR
sysutils/gkrellm/Makefile
sysutils/gkrellm/Makefile.common
sysutils/gkrellm/PLIST
sysutils/gkrellm/buildlink3.mk
sysutils/gkrellm/distinfo
sysutils/gkrellm/files/dragonfly.c
sysutils/gkrellm/files/gkrellmd.sh
sysutils/gkrellm/files/po.Makefile
sysutils/gkrellm/files/server.Makefile
sysutils/gkrellm/files/src.Makefile
sysutils/gkrellm/files/top.Makefile
sysutils/gkrellm/files/top.Makefile.inc
sysutils/gkrellm/options.mk
sysutils/gkrellm/patches/patch-aa
sysutils/gkrellm/patches/patch-ab
sysutils/gkrellm/patches/patch-ac
sysutils/gkrellm/patches/patch-ad
sysutils/gkrellm/patches/patch-ae
sysutils/gkrellm/patches/patch-ag
sysutils/gkrellm/patches/patch-ah
sysutils/gkrellm/patches/patch-ai
sysutils/gkrellm/patches/patch-aj
sysutils/gkrellm/patches/patch-ak
sysutils/gkrellm/patches/patch-al
sysutils/gkrellm/patches/patch-am
sysutils/gkrellm/patches/patch-an
sysutils/gkrellm/patches/patch-ao
sysutils/gkrellm/patches/patch-ap
sysutils/gkrellm/patches/patch-aq
sysutils/gkrellm/patches/patch-ar
sysutils/gkrellm/patches/patch-as
sysutils/gkrellm/patches/patch-au
sysutils/gkrellm/patches/patch-av
sysutils/gkrellm/patches/patch-aw
sysutils/gkrellm/patches/patch-ay
sysutils/gkrellm/patches/patch-az
sysutils/gnome-menus/DESCR
sysutils/gnome-menus/Makefile
sysutils/gnome-menus/PLIST
sysutils/gnome-menus/buildlink3.mk
sysutils/gnome-menus/distinfo
sysutils/gnome-pkgview/DESCR
sysutils/gnome-pkgview/Makefile
sysutils/gnome-pkgview/PLIST
sysutils/gnome-pkgview/distinfo
sysutils/gnome-pkgview/patches/patch-aa
sysutils/gnome-settings-daemon/DESCR
sysutils/gnome-settings-daemon/Makefile
sysutils/gnome-settings-daemon/PLIST
sysutils/gnome-settings-daemon/buildlink3.mk
sysutils/gnome-settings-daemon/distinfo
sysutils/gnome-settings-daemon/patches/patch-aa
sysutils/gnome-settings-daemon/patches/patch-ab
sysutils/gnome-system-monitor/DESCR
sysutils/gnome-system-monitor/Makefile
sysutils/gnome-system-monitor/PLIST
sysutils/gnome-system-monitor/distinfo
sysutils/gnome-system-monitor/patches/patch-aa
sysutils/gnome-vfs-monikers/DESCR
sysutils/gnome-vfs-monikers/Makefile
sysutils/gnome-vfs-monikers/PLIST
sysutils/gnome-vfs-monikers/distinfo
sysutils/gnome-vfs/DESCR
sysutils/gnome-vfs/Makefile
sysutils/gnome-vfs/Makefile.common
sysutils/gnome-vfs/PLIST
sysutils/gnome-vfs/buildlink3.mk
sysutils/gnome-vfs/distinfo
sysutils/gnome-vfs/patches/patch-aa
sysutils/gnome-vfs/patches/patch-ab
sysutils/gnome-vfs/patches/patch-ae
sysutils/gnome-vfs/patches/patch-af
sysutils/gnome-vfs/patches/patch-ai
sysutils/gnome-vfs/patches/patch-am
sysutils/gnome-vfs/patches/patch-ao
sysutils/gnome-vfs/patches/patch-ap
sysutils/gnome-vfs/patches/patch-aq
sysutils/gnome-vfs/patches/patch-ar
sysutils/gnome-vfs/patches/patch-au
sysutils/gnome-vfs/patches/patch-ax
sysutils/gnome-vfs/patches/patch-ba
sysutils/gnome-vfs/patches/patch-bb
sysutils/gnome-vfs/patches/patch-bc
sysutils/gnome-vfs/patches/patch-bd
sysutils/gnome-vfs/patches/patch-ca
sysutils/gnome-vfs/patches/patch-cb
sysutils/gnome-vfs/patches/patch-cc
sysutils/gnome-vfs/patches/patch-cd
sysutils/gnome-vfs/patches/patch-ce
sysutils/gnome-vfsmm/DESCR
sysutils/gnome-vfsmm/Makefile
sysutils/gnome-vfsmm/PLIST
sysutils/gnome-vfsmm/buildlink3.mk
sysutils/gnome-vfsmm/distinfo
sysutils/gnometoaster/DESCR
sysutils/gnometoaster/Makefile
sysutils/gnometoaster/PLIST
sysutils/gnometoaster/distinfo
sysutils/gnometoaster/patches/patch-aa
sysutils/gnometoaster/patches/patch-ab
sysutils/gnometoaster/patches/patch-ac
sysutils/gnometoaster/patches/patch-ad
sysutils/gnometoaster/patches/patch-ae
sysutils/gpart/DESCR
sysutils/gpart/Makefile
sysutils/gpart/PLIST
sysutils/gpart/distinfo
sysutils/gpart/patches/patch-aa
sysutils/gpart/patches/patch-ab
sysutils/gpart/patches/patch-ac
sysutils/gpart/patches/patch-ad
sysutils/gpart/patches/patch-ae
sysutils/grub/DESCR
sysutils/grub/MESSAGE
sysutils/grub/Makefile
sysutils/grub/PLIST
sysutils/grub/distinfo
sysutils/grub/hacks.mk
sysutils/grub/patches/patch-aa
sysutils/grub/patches/patch-ab
sysutils/grub/patches/patch-ac
sysutils/grub/patches/patch-ad
sysutils/grub/patches/patch-ae
sysutils/grub/patches/patch-af
sysutils/grub/patches/patch-ag
sysutils/grub/patches/patch-ah
sysutils/grub/patches/patch-ai
sysutils/grub/patches/patch-aj
sysutils/grub/patches/patch-ak
sysutils/grub/patches/patch-al
sysutils/grub/patches/patch-am
sysutils/grun/DESCR
sysutils/grun/Makefile
sysutils/grun/PLIST
sysutils/grun/distinfo
sysutils/grun/patches/patch-aa
sysutils/gst-plugins0.10-gnomevfs/DESCR
sysutils/gst-plugins0.10-gnomevfs/Makefile
sysutils/gst-plugins0.10-gnomevfs/PLIST
sysutils/gst-plugins0.8-gnomevfs/DESCR
sysutils/gst-plugins0.8-gnomevfs/Makefile
sysutils/gst-plugins0.8-gnomevfs/PLIST
sysutils/gst-plugins0.8-gnomevfs/buildlink3.mk
sysutils/gtk-send-pr/DESCR
sysutils/gtk-send-pr/Makefile
sysutils/gtk-send-pr/PLIST
sysutils/gtk-send-pr/distinfo
sysutils/gvfs/DESCR
sysutils/gvfs/Makefile
sysutils/gvfs/PLIST
sysutils/gvfs/distinfo
sysutils/gvfs/patches/patch-aa
sysutils/gvfs/patches/patch-ab
sysutils/gworkspace/DESCR
sysutils/gworkspace/Makefile
sysutils/gworkspace/PLIST
sysutils/gworkspace/distinfo
sysutils/gworkspace/patches/patch-aa
sysutils/gworkspace/patches/patch-ab
sysutils/hcidump/DESCR
sysutils/hcidump/Makefile
sysutils/hcidump/PLIST
sysutils/hcidump/distinfo
sysutils/hcidump/patches/patch-aa
sysutils/hcidump/patches/patch-ab
sysutils/hcidump/patches/patch-ac
sysutils/hcidump/patches/patch-ad
sysutils/hcidump/patches/patch-ae
sysutils/hcidump/patches/patch-af
sysutils/hcidump/patches/patch-ag
sysutils/hcidump/patches/patch-ah
sysutils/hcidump/patches/patch-ai
sysutils/hcidump/patches/patch-aj
sysutils/hcidump/patches/patch-ak
sysutils/hcidump/patches/patch-al
sysutils/hcidump/patches/patch-am
sysutils/hddtemp/DESCR
sysutils/hddtemp/Makefile
sysutils/hddtemp/PLIST
sysutils/hddtemp/distinfo
sysutils/hddtemp/patches/patch-aa
sysutils/hfsutils/DESCR
sysutils/hfsutils/Makefile
sysutils/hfsutils/PLIST
sysutils/hfsutils/distinfo
sysutils/hfsutils/patches/patch-aa
sysutils/hfsutils/patches/patch-ab
sysutils/hfsutils/patches/patch-ac
sysutils/hfsutils/patches/patch-ad
sysutils/hfsutils/patches/patch-ae
sysutils/hfsutils/patches/patch-af
sysutils/htop/DESCR
sysutils/htop/Makefile
sysutils/htop/PLIST
sysutils/htop/distinfo
sysutils/i2ocfg/DESCR
sysutils/i2ocfg/MESSAGE
sysutils/i2ocfg/Makefile
sysutils/i2ocfg/PLIST
sysutils/i2ocfg/distinfo
sysutils/i2ocfg/patches/patch-aa
sysutils/i810switch/DESCR
sysutils/i810switch/Makefile
sysutils/i810switch/PLIST
sysutils/i810switch/distinfo
sysutils/i810switch/patches/patch-aa
sysutils/i810switch/patches/patch-ab
sysutils/i810switch/patches/patch-ac
sysutils/idesk/DESCR
sysutils/idesk/Makefile
sysutils/idesk/PLIST
sysutils/idesk/distinfo
sysutils/idesk/patches/patch-aa
sysutils/install-sh/DESCR
sysutils/install-sh/Makefile
sysutils/install-sh/PLIST
sysutils/install-sh/files/install-sh.in
sysutils/ipa/DESCR
sysutils/ipa/Makefile
sysutils/ipa/PLIST
sysutils/ipa/buildlink3.mk
sysutils/ipa/distinfo
sysutils/ipa/files/ipa.sh
sysutils/ipa/options.mk
sysutils/ipmitool/DESCR
sysutils/ipmitool/Makefile
sysutils/ipmitool/PLIST
sysutils/ipmitool/distinfo
sysutils/ipmitool/patches/patch-aa
sysutils/ipmitool/patches/patch-ab
sysutils/ipmitool/patches/patch-ac
sysutils/ipmitool/patches/patch-ad
sysutils/ipw-firmware/DESCR
sysutils/ipw-firmware/Makefile
sysutils/ipw-firmware/PLIST
sysutils/ipw-firmware/distinfo
sysutils/ipw-firmware/files/README
sysutils/ir-account/DESCR
sysutils/ir-account/Makefile
sysutils/ir-account/PLIST
sysutils/ir-account/distinfo
sysutils/isapnptools/DESCR
sysutils/isapnptools/Makefile
sysutils/isapnptools/PLIST
sysutils/isapnptools/distinfo
sysutils/isapnptools/patches/patch-aa
sysutils/isapnptools/patches/patch-ab
sysutils/isapnptools/patches/patch-ac
sysutils/isapnptools/patches/patch-ad
sysutils/isapnptools/patches/patch-ae
sysutils/iwi-firmware/DESCR
sysutils/iwi-firmware/Makefile
sysutils/iwi-firmware/PLIST
sysutils/iwi-firmware/distinfo
sysutils/iwi-firmware3/DESCR
sysutils/iwi-firmware3/Makefile
sysutils/iwi-firmware3/PLIST
sysutils/iwi-firmware3/distinfo
sysutils/k3b/DESCR
sysutils/k3b/Makefile
sysutils/k3b/PLIST
sysutils/k3b/distinfo
sysutils/k3b/patches/patch-ab
sysutils/k3b/patches/patch-ac
sysutils/k3b/patches/patch-ad
sysutils/k3b/patches/patch-ae
sysutils/kdirstat/DESCR
sysutils/kdirstat/Makefile
sysutils/kdirstat/PLIST
sysutils/kdirstat/distinfo
sysutils/krusader/DESCR
sysutils/krusader/Makefile
sysutils/krusader/PLIST
sysutils/krusader/distinfo
sysutils/lambd/DESCR
sysutils/lambd/Makefile
sysutils/lambd/PLIST
sysutils/lambd/files/Makefile
sysutils/lambd/files/lambd.8
sysutils/lambd/files/lambd.c
sysutils/lambd/files/lambio.c
sysutils/lambd/files/lambio.h
sysutils/lavaps/DESCR
sysutils/lavaps/Makefile
sysutils/lavaps/PLIST
sysutils/lavaps/distinfo
sysutils/lavaps/patches/patch-aa
sysutils/lavaps/patches/patch-ab
sysutils/lavaps/patches/patch-ac
sysutils/lavaps/patches/patch-ad
sysutils/lavaps/patches/patch-ae
sysutils/lavaps/patches/patch-af
sysutils/libgtop/DESCR
sysutils/libgtop/Makefile
sysutils/libgtop/PLIST
sysutils/libgtop/buildlink3.mk
sysutils/libgtop/distinfo
sysutils/libgtop/patches/patch-ab
sysutils/libgtop/patches/patch-ac
sysutils/libgtop/patches/patch-ag
sysutils/libgtop/patches/patch-ai
sysutils/libgtop/patches/patch-aj
sysutils/libgtop/patches/patch-al
sysutils/libgtop/patches/patch-am
sysutils/libgtop/patches/patch-an
sysutils/libgtop/patches/patch-ao
sysutils/libgtop/patches/patch-aq
sysutils/libgtop/patches/patch-bc
sysutils/libgtop/patches/patch-bd
sysutils/libgtop/patches/patch-ca
sysutils/libgtop/patches/patch-cb
sysutils/libgtop/patches/patch-cc
sysutils/libgtop/patches/patch-cd
sysutils/libirman/DESCR
sysutils/libirman/Makefile
sysutils/libirman/PLIST
sysutils/libirman/distinfo
sysutils/libirman/patches/patch-aa
sysutils/libirman/patches/patch-ab
sysutils/libirman/patches/patch-ac
sysutils/libirman/patches/patch-ad
sysutils/libirman/patches/patch-ae
sysutils/libirman/patches/patch-af
sysutils/libnotify/DESCR
sysutils/libnotify/Makefile
sysutils/libnotify/PLIST
sysutils/libnotify/buildlink3.mk
sysutils/libnotify/distinfo
sysutils/libol/DESCR
sysutils/libol/Makefile
sysutils/libol/PLIST
sysutils/libol/buildlink3.mk
sysutils/libol/distinfo
sysutils/lilo/DESCR
sysutils/lilo/MESSAGE.Linux
sysutils/lilo/Makefile
sysutils/lilo/PLIST
sysutils/lilo/distinfo
sysutils/lilo/files/lilo.conf.example
sysutils/lilo/patches/patch-aa
sysutils/lilo/patches/patch-ab
sysutils/lilo/patches/patch-ac
sysutils/logfinder/DESCR
sysutils/logfinder/Makefile
sysutils/logfinder/PLIST
sysutils/logfinder/distinfo
sysutils/logrot/DESCR
sysutils/logrot/Makefile
sysutils/logrot/PLIST
sysutils/logrot/distinfo
sysutils/lsof/DESCR
sysutils/lsof/Makefile
sysutils/lsof/PLIST
sysutils/lsof/distinfo
sysutils/lsof/patches/patch-aa
sysutils/lsof/patches/patch-ab
sysutils/lsof/patches/patch-ad
sysutils/lsof/patches/patch-ae
sysutils/lsof/patches/patch-af
sysutils/lsof/patches/patch-ag
sysutils/magicrescue/DESCR
sysutils/magicrescue/Makefile
sysutils/magicrescue/PLIST
sysutils/magicrescue/distinfo
sysutils/magicrescue/patches/patch-aa
sysutils/mbmon/DESCR
sysutils/mbmon/Makefile
sysutils/mbmon/Makefile.common
sysutils/mbmon/PLIST
sysutils/mbmon/distinfo
sysutils/mbmon/patches/patch-aa
sysutils/mbmon/patches/patch-ab
sysutils/mbmon/patches/patch-ac
sysutils/mbmon/patches/patch-ad
sysutils/mbmon/patches/patch-ae
sysutils/mc/DESCR
sysutils/mc/Makefile
sysutils/mc/PLIST
sysutils/mc/PLIST.charset
sysutils/mc/PLIST.cons.saver
sysutils/mc/PLIST.end
sysutils/mc/PLIST.mcedit
sysutils/mc/PLIST.vfs
sysutils/mc/distinfo
sysutils/mc/options.mk
sysutils/mc/patches/patch-aa
sysutils/mc/patches/patch-ab
sysutils/mc/patches/patch-ac
sysutils/mc/patches/patch-su
sysutils/mdf2iso/DESCR
sysutils/mdf2iso/Makefile
sysutils/mdf2iso/PLIST
sysutils/mdf2iso/distinfo
sysutils/memconf/DESCR
sysutils/memconf/Makefile
sysutils/memconf/PLIST
sysutils/memconf/distinfo
sysutils/memtest86/DESCR
sysutils/memtest86/MESSAGE
sysutils/memtest86/Makefile
sysutils/memtest86/PLIST
sysutils/memtest86/distinfo
sysutils/memtest86/patches/patch-aa
sysutils/memtester/DESCR
sysutils/memtester/Makefile
sysutils/memtester/PLIST
sysutils/memtester/distinfo
sysutils/memtestplus/DESCR
sysutils/memtestplus/MESSAGE
sysutils/memtestplus/Makefile
sysutils/memtestplus/PLIST
sysutils/memtestplus/distinfo
sysutils/memtestplus/options.mk
sysutils/memtestplus/patches/patch-aa
sysutils/memtestplus/patches/patch-ab
sysutils/memtestplus/patches/patch-ac
sysutils/memtestplus/patches/patch-ad
sysutils/mencvcd/DESCR
sysutils/mencvcd/Makefile
sysutils/mencvcd/PLIST
sysutils/mencvcd/distinfo
sysutils/mencvcd/patches/patch-aa
sysutils/mesure/DESCR
sysutils/mesure/Makefile
sysutils/mesure/PLIST
sysutils/mesure/distinfo
sysutils/mesure/patches/patch-aa
sysutils/mesure/patches/patch-ab
sysutils/mgm/DESCR
sysutils/mgm/Makefile
sysutils/mgm/PLIST
sysutils/mgm/distinfo
sysutils/mgm/files/mgm.sh
sysutils/mklivecd/DESCR
sysutils/mklivecd/Makefile
sysutils/mklivecd/PLIST
sysutils/mklivecd/files/livecd
sysutils/mklivecd/files/mklivecd.8
sysutils/mklivecd/files/mklivecd.sh
sysutils/mklivecd/files/personal_config
sysutils/mksunbootcd/DESCR
sysutils/mksunbootcd/Makefile
sysutils/mksunbootcd/PLIST
sysutils/mksunbootcd/distinfo
sysutils/mktemp/DESCR
sysutils/mktemp/Makefile
sysutils/mktemp/PLIST
sysutils/mktemp/distinfo
sysutils/mktemp/patches/patch-aa
sysutils/monit/DESCR
sysutils/monit/Makefile
sysutils/monit/PLIST
sysutils/monit/distinfo
sysutils/monit/files/monit-rc-script.sh
sysutils/monit/patches/patch-aa
sysutils/mtools/DESCR
sysutils/mtools/Makefile
sysutils/mtools/PLIST
sysutils/mtools/distinfo
sysutils/mtools/options.mk
sysutils/mtools/patches/patch-aa
sysutils/mtools/patches/patch-ab
sysutils/mtools/patches/patch-ac
sysutils/mtools/patches/patch-ae
sysutils/mtoolsfm/DESCR
sysutils/mtoolsfm/Makefile
sysutils/mtoolsfm/PLIST
sysutils/mtoolsfm/distinfo
sysutils/mtoolsfm/patches/patch-aa
sysutils/mtoolsfm/patches/patch-ab
sysutils/mtree/Makefile
sysutils/mtscan/DESCR
sysutils/mtscan/Makefile
sysutils/mtscan/PLIST
sysutils/mtscan/files/mtscan.c
sysutils/munin-doc/DESCR
sysutils/munin-doc/Makefile
sysutils/munin-doc/PLIST
sysutils/munin-doc/distinfo
sysutils/munin-doc/patches/patch-aa
sysutils/munin-doc/patches/patch-ad
sysutils/munin-node/DESCR
sysutils/munin-node/MESSAGE
sysutils/munin-node/Makefile
sysutils/munin-node/PLIST
sysutils/munin-node/distinfo
sysutils/munin-node/files/munin-node.sh
sysutils/munin-node/files/node/node.d.netbsd/cpu.in
sysutils/munin-node/files/node/node.d.netbsd/df.in
sysutils/munin-node/files/node/node.d.netbsd/df_inode.in
sysutils/munin-node/files/node/node.d.netbsd/forks.in
sysutils/munin-node/files/node/node.d.netbsd/if_.in
sysutils/munin-node/files/node/node.d.netbsd/if_errcoll_.in
sysutils/munin-node/files/node/node.d.netbsd/interrupts.in
sysutils/munin-node/files/node/node.d.netbsd/iostat.in
sysutils/munin-node/files/node/node.d.netbsd/iostat_ops.in
sysutils/munin-node/files/node/node.d.netbsd/irqstats.in
sysutils/munin-node/files/node/node.d.netbsd/load.in
sysutils/munin-node/files/node/node.d.netbsd/memory.in
sysutils/munin-node/files/node/node.d.netbsd/memory_pools.in
sysutils/munin-node/files/node/node.d.netbsd/memory_types.in
sysutils/munin-node/files/node/node.d.netbsd/netstat.in
sysutils/munin-node/files/node/node.d.netbsd/nfs_client.in
sysutils/munin-node/files/node/node.d.netbsd/nfsd.in
sysutils/munin-node/files/node/node.d.netbsd/open_files.in
sysutils/munin-node/files/node/node.d.netbsd/processes.in
sysutils/munin-node/files/node/node.d.netbsd/sensors_.in
sysutils/munin-node/files/node/node.d.netbsd/swap.in
sysutils/munin-node/files/node/node.d.netbsd/uptime.in
sysutils/munin-node/files/node/node.d.netbsd/vmstat.in
sysutils/munin-node/files/node/node.d/ntp_kernel_err.in
sysutils/munin-node/files/node/node.d/ntp_kernel_pll_freq.in
sysutils/munin-node/files/node/node.d/ntp_kernel_pll_off.in
sysutils/munin-node/patches/patch-aa
sysutils/munin-node/patches/patch-ab
sysutils/munin-node/patches/patch-ac
sysutils/munin-node/patches/patch-ad
sysutils/munin-node/patches/patch-ae
sysutils/munin-node/patches/patch-af
sysutils/munin-node/patches/patch-ag
sysutils/munin-server/DESCR
sysutils/munin-server/MESSAGE
sysutils/munin-server/Makefile
sysutils/munin-server/PLIST
sysutils/munin-server/distinfo
sysutils/munin-server/patches/patch-aa
sysutils/munin-server/patches/patch-ab
sysutils/munin-server/patches/patch-ad
sysutils/munin-server/patches/patch-ae
sysutils/nautilus-cd-burner/DESCR
sysutils/nautilus-cd-burner/Makefile
sysutils/nautilus-cd-burner/PLIST
sysutils/nautilus-cd-burner/buildlink3.mk
sysutils/nautilus-cd-burner/distinfo
sysutils/nautilus-cd-burner/patches/patch-aa
sysutils/nautilus-cd-burner/patches/patch-ab
sysutils/nautilus-cd-burner/patches/patch-ac
sysutils/nautilus-cd-burner/patches/patch-ae
sysutils/nautilus-cd-burner/patches/patch-af
sysutils/nautilus-cd-burner/patches/patch-ag
sysutils/nautilus/DESCR
sysutils/nautilus/Makefile
sysutils/nautilus/PLIST
sysutils/nautilus/buildlink3.mk
sysutils/nautilus/distinfo
sysutils/nautilus/patches/patch-af
sysutils/nautilus/patches/patch-aj
sysutils/nautilus/patches/patch-ak
sysutils/ndesk-dbus-glib/DESCR
sysutils/ndesk-dbus-glib/Makefile
sysutils/ndesk-dbus-glib/PLIST
sysutils/ndesk-dbus-glib/buildlink3.mk
sysutils/ndesk-dbus-glib/distinfo
sysutils/ndesk-dbus/DESCR
sysutils/ndesk-dbus/Makefile
sysutils/ndesk-dbus/PLIST
sysutils/ndesk-dbus/buildlink3.mk
sysutils/ndesk-dbus/distinfo
sysutils/news/DESCR
sysutils/news/Makefile
sysutils/news/PLIST
sysutils/news/distinfo
sysutils/news/patches/patch-aa
sysutils/notification-daemon/DESCR
sysutils/notification-daemon/Makefile
sysutils/notification-daemon/PLIST
sysutils/notification-daemon/distinfo
sysutils/nrg2iso/DESCR
sysutils/nrg2iso/Makefile
sysutils/nrg2iso/PLIST
sysutils/nrg2iso/distinfo
sysutils/ntfsprogs/DESCR
sysutils/ntfsprogs/Makefile
sysutils/ntfsprogs/PLIST
sysutils/ntfsprogs/distinfo
sysutils/ntfsprogs/patches/patch-ab
sysutils/ntfsprogs/patches/patch-ac
sysutils/ntfsprogs/patches/patch-ae
sysutils/ntfsprogs/patches/patch-af
sysutils/ntfsprogs/patches/patch-ah
sysutils/ntfsprogs/patches/patch-am
sysutils/ntfsprogs/patches/patch-an
sysutils/nvnet/DESCR
sysutils/nvnet/MESSAGE
sysutils/nvnet/Makefile
sysutils/nvnet/PLIST
sysutils/nvnet/distinfo
sysutils/nvnet/patches/patch-aa
sysutils/nvnet/patches/patch-ab
sysutils/nvnet/patches/patch-ac
sysutils/nvnet/patches/patch-ad
sysutils/nvnet/patches/patch-ae
sysutils/oak/DESCR
sysutils/oak/Makefile
sysutils/oak/PLIST
sysutils/oak/distinfo
sysutils/oak/files/oak.1
sysutils/oak/files/oak.conf
sysutils/oak/files/oak.sh
sysutils/oak/patches/patch-aa
sysutils/oak/patches/patch-ab
sysutils/oak/patches/patch-ac
sysutils/open-vm-tools/DESCR
sysutils/open-vm-tools/Makefile
sysutils/open-vm-tools/PLIST
sysutils/open-vm-tools/distinfo
sysutils/open-vm-tools/patches/patch-aa
sysutils/open-vm-tools/patches/patch-ab
sysutils/open-vm-tools/patches/patch-ac
sysutils/open-vm-tools/patches/patch-ad
sysutils/open-vm-tools/patches/patch-ae
sysutils/open-vm-tools/patches/patch-af
sysutils/open-vm-tools/patches/patch-ag
sysutils/open-vm-tools/patches/patch-ah
sysutils/open-vm-tools/patches/patch-ai
sysutils/open-vm-tools/patches/patch-aj
sysutils/open-vm-tools/patches/patch-ak
sysutils/open-vm-tools/patches/patch-al
sysutils/open-vm-tools/patches/patch-am
sysutils/open-vm-tools/patches/patch-an
sysutils/open-vm-tools/patches/patch-ao
sysutils/open-vm-tools/patches/patch-ap
sysutils/open-vm-tools/patches/patch-aq
sysutils/open-vm-tools/patches/patch-ar
sysutils/open-vm-tools/patches/patch-as
sysutils/open-vm-tools/patches/patch-at
sysutils/open-vm-tools/patches/patch-au
sysutils/open-vm-tools/patches/patch-av
sysutils/open-vm-tools/patches/patch-aw
sysutils/open-vm-tools/patches/patch-ax
sysutils/open-vm-tools/patches/patch-ay
sysutils/open-vm-tools/patches/patch-az
sysutils/open-vm-tools/patches/patch-ba
sysutils/open-vm-tools/patches/patch-bb
sysutils/open-vm-tools/patches/patch-bc
sysutils/osname/DESCR
sysutils/osname/Makefile
sysutils/osname/PLIST
sysutils/osname/distinfo
sysutils/osname/patches/patch-aa
sysutils/p5-File-Copy-Recursive/DESCR
sysutils/p5-File-Copy-Recursive/Makefile
sysutils/p5-File-Copy-Recursive/distinfo
sysutils/p5-File-Remove/DESCR
sysutils/p5-File-Remove/Makefile
sysutils/p5-File-Remove/distinfo
sysutils/p5-File-chmod/DESCR
sysutils/p5-File-chmod/Makefile
sysutils/p5-File-chmod/distinfo
sysutils/p5-GTop/DESCR
sysutils/p5-GTop/Makefile
sysutils/p5-GTop/distinfo
sysutils/p5-Lchown/DESCR
sysutils/p5-Lchown/Makefile
sysutils/p5-Lchown/distinfo
sysutils/p5-Parse-Syslog/DESCR
sysutils/p5-Parse-Syslog/Makefile
sysutils/p5-Parse-Syslog/distinfo
sysutils/p5-Sys-CpuLoad/DESCR
sysutils/p5-Sys-CpuLoad/Makefile
sysutils/p5-Sys-CpuLoad/distinfo
sysutils/p5-Sys-Hostname-Long/DESCR
sysutils/p5-Sys-Hostname-Long/Makefile
sysutils/p5-Sys-Hostname-Long/distinfo
sysutils/p5-Unix-ConfigFile/DESCR
sysutils/p5-Unix-ConfigFile/Makefile
sysutils/p5-Unix-ConfigFile/distinfo
sysutils/p5-Unix-Syslog/DESCR
sysutils/p5-Unix-Syslog/Makefile
sysutils/p5-Unix-Syslog/distinfo
sysutils/pciutils/DESCR
sysutils/pciutils/Makefile
sysutils/pciutils/PLIST
sysutils/pciutils/buildlink3.mk
sysutils/pciutils/distinfo
sysutils/pciutils/patches/patch-aa
sysutils/pcmanfm/DESCR
sysutils/pcmanfm/Makefile
sysutils/pcmanfm/PLIST
sysutils/pcmanfm/distinfo
sysutils/pcmanfm/patches/patch-aa
sysutils/pcvt-utils/DESCR
sysutils/pcvt-utils/Makefile
sysutils/pcvt-utils/PLIST
sysutils/pcvt-utils/distinfo
sysutils/pcvt-utils/patches/patch-aa
sysutils/pcvt-utils/patches/patch-ab
sysutils/pcvt-utils/patches/patch-ac
sysutils/pcvt-utils/patches/patch-ad
sysutils/pcvt-utils/patches/patch-ae
sysutils/pcvt-utils/patches/patch-af
sysutils/pcvt-utils/patches/patch-ag
sysutils/pcvt-utils/patches/patch-ah
sysutils/pcvt-utils/patches/patch-ai
sysutils/pdumpfs/DESCR
sysutils/pdumpfs/Makefile
sysutils/pdumpfs/PLIST
sysutils/pdumpfs/distinfo
sysutils/pear-Log/DESCR
sysutils/pear-Log/Makefile
sysutils/pear-Log/distinfo
sysutils/pflogsumm/DESCR
sysutils/pflogsumm/Makefile
sysutils/pflogsumm/PLIST
sysutils/pflogsumm/distinfo
sysutils/pfstat/DESCR
sysutils/pfstat/Makefile
sysutils/pfstat/PLIST
sysutils/pfstat/distinfo
sysutils/pfstat/patches/patch-aa
sysutils/pftop/DESCR
sysutils/pftop/Makefile
sysutils/pftop/PLIST
sysutils/pftop/distinfo
sysutils/pftop/patches/patch-aa
sysutils/pftop/patches/patch-ab
sysutils/pftop/patches/patch-ac
sysutils/pscpug/DESCR
sysutils/pscpug/Makefile
sysutils/pscpug/PLIST
sysutils/pscpug/distinfo
sysutils/pscpug/patches/patch-aa
sysutils/pscpug/patches/patch-ab
sysutils/psftools/DESCR
sysutils/psftools/Makefile
sysutils/psftools/PLIST
sysutils/psftools/distinfo
sysutils/psmisc/DESCR
sysutils/psmisc/MESSAGE
sysutils/psmisc/Makefile
sysutils/psmisc/PLIST
sysutils/psmisc/distinfo
sysutils/psmisc/patches/patch-aa
sysutils/psmisc/patches/patch-ab
sysutils/psmisc/patches/patch-ac
sysutils/psmisc/patches/patch-ad
sysutils/psmisc/patches/patch-ae
sysutils/psmisc/patches/patch-af
sysutils/psmisc/patches/patch-ag
sysutils/pstree/DESCR
sysutils/pstree/Makefile
sysutils/pstree/PLIST
sysutils/pstree/distinfo
sysutils/pstree/patches/patch-aa
sysutils/puppet/DESCR
sysutils/puppet/Makefile
sysutils/puppet/PLIST
sysutils/puppet/distinfo
sysutils/puppet/files/puppetd.sh
sysutils/puppet/files/puppetmasterd.sh
sysutils/puppet/patches/patch-ad
sysutils/pv/DESCR
sysutils/pv/Makefile
sysutils/pv/PLIST
sysutils/pv/distinfo
sysutils/pv/patches/patch-ac
sysutils/pwgen/DESCR
sysutils/pwgen/Makefile
sysutils/pwgen/PLIST
sysutils/pwgen/distinfo
sysutils/py-dbus/DESCR
sysutils/py-dbus/Makefile
sysutils/py-dbus/PLIST
sysutils/py-dbus/buildlink3.mk
sysutils/py-dbus/distinfo
sysutils/py-gnome-menus/DESCR
sysutils/py-gnome-menus/Makefile
sysutils/py-gnome-menus/PLIST
sysutils/py-gnome-menus/buildlink3.mk
sysutils/py-gnome-menus/distinfo
sysutils/py-gnome-menus/patches/patch-aa
sysutils/py-notify/DESCR
sysutils/py-notify/Makefile
sysutils/py-notify/PLIST
sysutils/py-notify/buildlink3.mk
sysutils/py-notify/distinfo
sysutils/qlogtools/DESCR
sysutils/qlogtools/Makefile
sysutils/qlogtools/PLIST
sysutils/qlogtools/distinfo
sysutils/radeontool/DESCR
sysutils/radeontool/Makefile
sysutils/radeontool/PLIST
sysutils/radeontool/distinfo
sysutils/radeontool/patches/patch-aa
sysutils/radmind/DESCR
sysutils/radmind/Makefile
sysutils/radmind/PLIST
sysutils/radmind/distinfo
sysutils/radmind/files/radmind.sh
sysutils/radmind/patches/patch-aa
sysutils/radmind/patches/patch-ab
sysutils/radmind/patches/patch-ac
sysutils/radmind/patches/patch-ad
sysutils/radmind/patches/patch-ae
sysutils/rconfig/DESCR
sysutils/rconfig/Makefile
sysutils/rconfig/PLIST
sysutils/rconfig/distinfo
sysutils/rdiff-backup/DESCR
sysutils/rdiff-backup/Makefile
sysutils/rdiff-backup/PLIST
sysutils/rdiff-backup/distinfo
sysutils/rdiff-backup/patches/patch-ab
sysutils/rename/DESCR
sysutils/rename/Makefile
sysutils/rename/PLIST
sysutils/rename/distinfo
sysutils/rename/patches/patch-aa
sysutils/rfstool/DESCR
sysutils/rfstool/Makefile
sysutils/rfstool/PLIST
sysutils/rfstool/distinfo
sysutils/rfstool/patches/patch-aa
sysutils/roller/DESCR
sysutils/roller/Makefile
sysutils/roller/PLIST
sysutils/roller/distinfo
sysutils/rox/DESCR
sysutils/rox/MESSAGE
sysutils/rox/Makefile
sysutils/rox/PLIST
sysutils/rox/distinfo
sysutils/rox/patches/patch-aa
sysutils/rsnapshot/DESCR
sysutils/rsnapshot/Makefile
sysutils/rsnapshot/PLIST
sysutils/rsnapshot/distinfo
sysutils/rsnapshot/patches/patch-aa
sysutils/rtty/DESCR
sysutils/rtty/Makefile
sysutils/rtty/PLIST
sysutils/rtty/distinfo
sysutils/rtty/patches/patch-aa
sysutils/rtty/patches/patch-ab
sysutils/rtty/patches/patch-ac
sysutils/rtty/patches/patch-ad
sysutils/ruby-directory-watcher/DESCR
sysutils/ruby-directory-watcher/Makefile
sysutils/ruby-directory-watcher/PLIST
sysutils/ruby-directory-watcher/distinfo
sysutils/ruby-facter/DESCR
sysutils/ruby-facter/Makefile
sysutils/ruby-facter/PLIST
sysutils/ruby-facter/distinfo
sysutils/ruby-facter/patches/patch-aa
sysutils/ruby-quota/DESCR
sysutils/ruby-quota/Makefile
sysutils/ruby-quota/PLIST
sysutils/ruby-quota/distinfo
sysutils/ruby-quota/patches/patch-aa
sysutils/ruby-quota/patches/patch-ab
sysutils/safetynet/DESCR
sysutils/safetynet/Makefile
sysutils/safetynet/PLIST
sysutils/safetynet/distinfo
sysutils/same/DESCR
sysutils/same/Makefile
sysutils/same/PLIST
sysutils/same/distinfo
sysutils/same/files/Makefile
sysutils/same/files/same.1
sysutils/same/files/same.cat1
sysutils/same/patches/patch-ac
sysutils/sarah/DESCR
sysutils/sarah/Makefile
sysutils/sarah/PLIST
sysutils/sarah/distinfo
sysutils/screentest/DESCR
sysutils/screentest/Makefile
sysutils/screentest/PLIST
sysutils/screentest/distinfo
sysutils/screentest/patches/patch-aa
sysutils/screentest/patches/patch-ab
sysutils/screentest/patches/patch-ac
sysutils/screentest/patches/patch-ad
sysutils/scsiinfo/DESCR
sysutils/scsiinfo/Makefile
sysutils/scsiinfo/PLIST
sysutils/scsiinfo/distinfo
sysutils/scsiinfo/patches/patch-aa
sysutils/service-config/DESCR
sysutils/service-config/Makefile
sysutils/service-config/PLIST
sysutils/service-config/distinfo
sysutils/setquota/DESCR
sysutils/setquota/Makefile
sysutils/setquota/PLIST
sysutils/setquota/distinfo
sysutils/setquota/patches/patch-aa
sysutils/setquota/patches/patch-ab
sysutils/setquota/patches/patch-ac
sysutils/setquota/patches/patch-ad
sysutils/setquota/patches/patch-ae
sysutils/setquota/patches/patch-af
sysutils/setquota/patches/patch-ag
sysutils/sformat/DESCR
sysutils/sformat/Makefile
sysutils/sformat/PLIST
sysutils/sformat/distinfo
sysutils/sformat/patches/patch-aa
sysutils/shc/DESCR
sysutils/shc/Makefile
sysutils/shc/PLIST
sysutils/shc/distinfo
sysutils/shc/patches/patch-aa
sysutils/shmux/DESCR
sysutils/shmux/Makefile
sysutils/shmux/PLIST
sysutils/shmux/distinfo
sysutils/skill/DESCR
sysutils/skill/Makefile
sysutils/skill/PLIST
sysutils/skill/distinfo
sysutils/skill/patches/patch-aa
sysutils/skill/patches/patch-ab
sysutils/skill/patches/patch-ac
sysutils/slay/DESCR
sysutils/slay/Makefile
sysutils/slay/PLIST
sysutils/slay/distinfo
sysutils/smartmontools/DESCR
sysutils/smartmontools/Makefile
sysutils/smartmontools/PLIST
sysutils/smartmontools/distinfo
sysutils/smartmontools/files/smartd.sh
sysutils/smartmontools/patches/patch-aa
sysutils/smartmontools/patches/patch-ae
sysutils/smartmontools/patches/patch-af
sysutils/socket/DESCR
sysutils/socket/Makefile
sysutils/socket/PLIST
sysutils/socket/distinfo
sysutils/socket/patches/patch-aa
sysutils/socket/patches/patch-ab
sysutils/socket/patches/patch-ac
sysutils/socket/patches/patch-ad
sysutils/socket/patches/patch-ae
sysutils/socket/patches/patch-af
sysutils/socket/patches/patch-ag
sysutils/socket/patches/patch-ah
sysutils/socket/patches/patch-ai
sysutils/sredird/DESCR
sysutils/sredird/Makefile
sysutils/sredird/PLIST
sysutils/sredird/distinfo
sysutils/sredird/patches/patch-aa
sysutils/sshsh/DESCR
sysutils/sshsh/Makefile
sysutils/sshsh/PLIST
sysutils/sshsh/distinfo
sysutils/storage-manager/DESCR
sysutils/storage-manager/Makefile
sysutils/storage-manager/PLIST
sysutils/storage-manager/distinfo
sysutils/storage-manager/files/dptelog
sysutils/storage-manager/files/dpteng
sysutils/storage-manager/files/dptmgr.sh
sysutils/storage-manager/files/dptsig.sh
sysutils/storage-manager/files/raidutil.sh
sysutils/stow/DESCR
sysutils/stow/Makefile
sysutils/stow/PLIST
sysutils/stow/distinfo
sysutils/strace/DESCR
sysutils/strace/Makefile
sysutils/strace/PLIST
sysutils/strace/distinfo
sysutils/strace/patches/patch-aa
sysutils/strace/patches/patch-ab
sysutils/strace/patches/patch-ac
sysutils/strace/patches/patch-ad
sysutils/strace/patches/patch-ae
sysutils/strace/patches/patch-af
sysutils/strace/patches/patch-ag
sysutils/strace/patches/patch-ah
sysutils/strace/patches/patch-ai
sysutils/strace/patches/patch-aj
sysutils/strace/patches/patch-ak
sysutils/strace/patches/patch-al
sysutils/strace/patches/patch-am
sysutils/strace/patches/patch-an
sysutils/strace/patches/patch-ao
sysutils/strace/patches/patch-ap
sysutils/strace/patches/patch-aq
sysutils/strace/patches/patch-ar
sysutils/strace/patches/patch-as
sysutils/strace/patches/patch-at
sysutils/strace/patches/patch-au
sysutils/strace/patches/patch-av
sysutils/strace/patches/patch-aw
sysutils/strace/patches/patch-ax
sysutils/strace/patches/patch-ay
sysutils/strace/patches/patch-az
sysutils/strace/patches/patch-ba
sysutils/strace/patches/patch-bb
sysutils/strace/patches/patch-bc
sysutils/strace/patches/patch-bd
sysutils/strace/patches/patch-be
sysutils/su2/DESCR
sysutils/su2/Makefile
sysutils/su2/PLIST
sysutils/su2/distinfo
sysutils/su2/patches/patch-aa
sysutils/su2/patches/patch-ab
sysutils/su2/patches/patch-ac
sysutils/sux/DESCR
sysutils/sux/Makefile
sysutils/sux/PLIST
sysutils/sux/distinfo
sysutils/swapd/DESCR
sysutils/swapd/Makefile
sysutils/swapd/PLIST
sysutils/swapd/distinfo
sysutils/swapd/files/swapd.sh
sysutils/swapd/patches/patch-ab
sysutils/swatch/DESCR
sysutils/swatch/Makefile
sysutils/swatch/distinfo
sysutils/sysgen/DESCR
sysutils/sysgen/Makefile
sysutils/sysgen/PLIST
sysutils/sysgen/distinfo
sysutils/sysinfo/DESCR
sysutils/sysinfo/Makefile
sysutils/sysinfo/PLIST
sysutils/sysinfo/distinfo
sysutils/sysinfo/patches/patch-aa
sysutils/syslog-ng/DESCR
sysutils/syslog-ng/MESSAGE.NetBSD
sysutils/syslog-ng/MESSAGE.common
sysutils/syslog-ng/Makefile
sysutils/syslog-ng/PLIST
sysutils/syslog-ng/distinfo
sysutils/syslog-ng/files/syslogng.sh
sysutils/syslog-ng/patches/patch-ac
sysutils/syslog-ng/patches/patch-ad
sysutils/syslog-ng/patches/patch-ae
sysutils/tcx/DESCR
sysutils/tcx/MESSAGE
sysutils/tcx/Makefile
sysutils/tcx/PLIST
sysutils/tcx/distinfo
sysutils/tcx/patches/patch-aa
sysutils/tcx/patches/patch-ab
sysutils/tcx/patches/patch-ac
sysutils/tcx/patches/patch-ad
sysutils/tdir/DESCR
sysutils/tdir/Makefile
sysutils/tdir/PLIST
sysutils/tdir/distinfo
sysutils/tits/DESCR
sysutils/tits/Makefile
sysutils/tits/PLIST
sysutils/tits/distinfo
sysutils/tits/files/tits.sh
sysutils/tits/patches/patch-aa
sysutils/tkcron/DESCR
sysutils/tkcron/Makefile
sysutils/tkcron/PLIST
sysutils/tkcron/distinfo
sysutils/tkcron/patches/patch-aa
sysutils/tkdesk/DESCR
sysutils/tkdesk/Makefile
sysutils/tkdesk/PLIST
sysutils/tkdesk/distinfo
sysutils/tkdesk/patches/patch-aa
sysutils/tkdesk/patches/patch-ab
sysutils/tkdesk/patches/patch-ac
sysutils/tkdesk/patches/patch-ae
sysutils/tkdesk/patches/patch-aj
sysutils/tkdesk/patches/patch-ak
sysutils/tkdesk/patches/patch-al
sysutils/tload/DESCR
sysutils/tload/Makefile
sysutils/tload/PLIST
sysutils/tload/distinfo
sysutils/tload/patches/patch-aa
sysutils/tob/DESCR
sysutils/tob/Makefile
sysutils/tob/PLIST
sysutils/tob/distinfo
sysutils/tob/patches/patch-aa
sysutils/tob/patches/patch-ab
sysutils/top/DESCR
sysutils/top/Makefile
sysutils/top/PLIST
sysutils/top/distinfo
sysutils/top/files/m_dragonfly.c
sysutils/top/patches/patch-aa
sysutils/top/patches/patch-ab
sysutils/top/patches/patch-aj
sysutils/top/patches/patch-ak
sysutils/top/patches/patch-al
sysutils/top/patches/patch-am
sysutils/top/patches/patch-an
sysutils/torsmo/DESCR
sysutils/torsmo/Makefile
sysutils/torsmo/PLIST
sysutils/torsmo/distinfo
sysutils/torsmo/patches/patch-aa
sysutils/torsmo/patches/patch-ab
sysutils/torsmo/patches/patch-ac
sysutils/torsmo/patches/patch-ad
sysutils/torsmo/patches/patch-ae
sysutils/toshutils/DESCR
sysutils/toshutils/Makefile
sysutils/toshutils/PLIST
sysutils/toshutils/distinfo
sysutils/toshutils/patches/patch-aa
sysutils/toshutils/patches/patch-ab
sysutils/toshutils/patches/patch-ac
sysutils/toshutils/patches/patch-ad
sysutils/toshutils/patches/patch-ae
sysutils/toshutils/patches/patch-af
sysutils/toshutils/patches/patch-ag
sysutils/toshutils/patches/patch-ah
sysutils/toshutils/patches/patch-ai
sysutils/toshutils/patches/patch-aj
sysutils/toshutils/patches/patch-ak
sysutils/toshutils/patches/patch-al
sysutils/toshutils/patches/patch-am
sysutils/toshutils/patches/patch-an
sysutils/toshutils/patches/patch-ao
sysutils/toshutils/patches/patch-ap
sysutils/tpb/DESCR
sysutils/tpb/Makefile
sysutils/tpb/PLIST
sysutils/tpb/distinfo
sysutils/tpb/patches/patch-aa
sysutils/tpb/patches/patch-ab
sysutils/tpb/patches/patch-ac
sysutils/tphdisk/DESCR
sysutils/tphdisk/Makefile
sysutils/tphdisk/PLIST
sysutils/tphdisk/distinfo
sysutils/tphdisk/patches/patch-aa
sysutils/tree/DESCR
sysutils/tree/Makefile
sysutils/tree/PLIST
sysutils/tree/distinfo
sysutils/tree/patches/patch-aa
sysutils/tree/patches/patch-ab
sysutils/ups-nut-cgi/DESCR
sysutils/ups-nut-cgi/Makefile
sysutils/ups-nut-cgi/PLIST
sysutils/ups-nut-snmp/DESCR
sysutils/ups-nut-snmp/Makefile
sysutils/ups-nut-snmp/PLIST
sysutils/ups-nut-usb/DESCR
sysutils/ups-nut-usb/Makefile
sysutils/ups-nut-usb/PLIST
sysutils/ups-nut/DESCR
sysutils/ups-nut/MESSAGE
sysutils/ups-nut/Makefile
sysutils/ups-nut/Makefile.common
sysutils/ups-nut/PLIST
sysutils/ups-nut/distinfo
sysutils/ups-nut/files/ups.sh
sysutils/ups-nut/files/upsd.sh
sysutils/ups-nut/files/upsdriver.sh
sysutils/ups-nut/files/upslog.sh
sysutils/ups-nut/files/upsmon.sh
sysutils/ups-nut/patches/patch-aa
sysutils/ups-nut/patches/patch-ab
sysutils/usbutil/DESCR
sysutils/usbutil/Makefile
sysutils/usbutil/PLIST
sysutils/usbutil/distinfo
sysutils/usbutil/patches/patch-aa
sysutils/usbutil/patches/patch-ab
sysutils/usbutil/patches/patch-ac
sysutils/usbutil/patches/patch-ad
sysutils/usbutil/patches/patch-ae
sysutils/user/DESCR
sysutils/user/Makefile
sysutils/user/PLIST
sysutils/user/PLIST.catinstall
sysutils/user/PLIST.maninstall
sysutils/user/distinfo
sysutils/user/patches/patch-aa
sysutils/user_darwin/DESCR
sysutils/user_darwin/Makefile
sysutils/user_darwin/PLIST
sysutils/user_darwin/files/groupadd.sh
sysutils/user_darwin/files/groupdel.sh
sysutils/user_darwin/files/useradd.sh
sysutils/user_darwin/files/userdel.sh
sysutils/user_interix/DESCR
sysutils/user_interix/Makefile
sysutils/user_interix/PLIST
sysutils/user_interix/files/groupadd.sh
sysutils/user_interix/files/groupdel.sh
sysutils/user_interix/files/useradd.sh
sysutils/user_interix/files/userdel.sh
sysutils/vbetool/DESCR
sysutils/vbetool/Makefile
sysutils/vbetool/PLIST
sysutils/vbetool/distinfo
sysutils/vbetool/patches/patch-aa
sysutils/vbetool/patches/patch-ab
sysutils/vbetool/patches/patch-ac
sysutils/vcdimager-devel/DESCR
sysutils/vcdimager-devel/Makefile
sysutils/vcdimager-devel/PLIST
sysutils/vcdimager-devel/buildlink3.mk
sysutils/vcdimager-devel/distinfo
sysutils/vcdimager-devel/patches/patch-aa
sysutils/vcdimager-devel/patches/patch-ac
sysutils/vcdimager/DESCR
sysutils/vcdimager/Makefile
sysutils/vcdimager/PLIST
sysutils/vcdimager/distinfo
sysutils/vcdimager/patches/patch-aa
sysutils/vcdimager/patches/patch-ab
sysutils/vidc-tools/DESCR
sysutils/vidc-tools/Makefile
sysutils/vidc-tools/PLIST
sysutils/vidc-tools/distinfo
sysutils/vidc-tools/patches/patch-aa
sysutils/vidc-tools/patches/patch-ab
sysutils/vidc-tools/patches/patch-ac
sysutils/vidc-tools/patches/patch-ad
sysutils/vifm/DESCR
sysutils/vifm/Makefile
sysutils/vifm/PLIST
sysutils/vifm/distinfo
sysutils/vip/DESCR
sysutils/vip/Makefile
sysutils/vip/PLIST
sysutils/vip/distinfo
sysutils/vip/patches/patch-aa
sysutils/vobcopy/DESCR
sysutils/vobcopy/Makefile
sysutils/vobcopy/PLIST
sysutils/vobcopy/distinfo
sysutils/vobcopy/patches/patch-aa
sysutils/vobcopy/patches/patch-ab
sysutils/vobcopy/patches/patch-ac
sysutils/vxargs/DESCR
sysutils/vxargs/Makefile
sysutils/vxargs/PLIST
sysutils/vxargs/distinfo
sysutils/wbm-apache/DESCR
sysutils/wbm-apache/Makefile
sysutils/wbm-apache/PLIST
sysutils/wbm-apache/distinfo
sysutils/wbm-at/DESCR
sysutils/wbm-at/Makefile
sysutils/wbm-at/PLIST
sysutils/wbm-at/distinfo
sysutils/wbm-bandwidth/DESCR
sysutils/wbm-bandwidth/Makefile
sysutils/wbm-bandwidth/PLIST
sysutils/wbm-bandwidth/distinfo
sysutils/wbm-bind8/DESCR
sysutils/wbm-bind8/Makefile
sysutils/wbm-bind8/PLIST
sysutils/wbm-bind8/distinfo
sysutils/wbm-change-user/DESCR
sysutils/wbm-change-user/Makefile
sysutils/wbm-change-user/PLIST
sysutils/wbm-change-user/distinfo
sysutils/wbm-cluster-copy/DESCR
sysutils/wbm-cluster-copy/Makefile
sysutils/wbm-cluster-copy/PLIST
sysutils/wbm-cluster-copy/distinfo
sysutils/wbm-cluster-cron/DESCR
sysutils/wbm-cluster-cron/Makefile
sysutils/wbm-cluster-cron/PLIST
sysutils/wbm-cluster-cron/distinfo
sysutils/wbm-cluster-passwd/DESCR
sysutils/wbm-cluster-passwd/Makefile
sysutils/wbm-cluster-passwd/PLIST
sysutils/wbm-cluster-passwd/distinfo
sysutils/wbm-cluster-shell/DESCR
sysutils/wbm-cluster-shell/Makefile
sysutils/wbm-cluster-shell/PLIST
sysutils/wbm-cluster-shell/distinfo
sysutils/wbm-cluster-useradmin/DESCR
sysutils/wbm-cluster-useradmin/Makefile
sysutils/wbm-cluster-useradmin/PLIST
sysutils/wbm-cluster-useradmin/distinfo
sysutils/wbm-cluster-webmin/DESCR
sysutils/wbm-cluster-webmin/Makefile
sysutils/wbm-cluster-webmin/PLIST
sysutils/wbm-cluster-webmin/distinfo
sysutils/wbm-custom/DESCR
sysutils/wbm-custom/Makefile
sysutils/wbm-custom/PLIST
sysutils/wbm-custom/distinfo
sysutils/wbm-cyrus-imapd/DESCR
sysutils/wbm-cyrus-imapd/Makefile
sysutils/wbm-cyrus-imapd/PLIST
sysutils/wbm-cyrus-imapd/distinfo
sysutils/wbm-dhcpd/DESCR
sysutils/wbm-dhcpd/Makefile
sysutils/wbm-dhcpd/PLIST
sysutils/wbm-dhcpd/distinfo
sysutils/wbm-dovecot/DESCR
sysutils/wbm-dovecot/Makefile
sysutils/wbm-dovecot/PLIST
sysutils/wbm-dovecot/distinfo
sysutils/wbm-fetchmail/DESCR
sysutils/wbm-fetchmail/Makefile
sysutils/wbm-fetchmail/PLIST
sysutils/wbm-fetchmail/distinfo
sysutils/wbm-file/DESCR
sysutils/wbm-file/Makefile
sysutils/wbm-file/PLIST
sysutils/wbm-file/distinfo
sysutils/wbm-htaccess-htpasswd/DESCR
sysutils/wbm-htaccess-htpasswd/Makefile
sysutils/wbm-htaccess-htpasswd/PLIST
sysutils/wbm-htaccess-htpasswd/distinfo
sysutils/wbm-inetd/DESCR
sysutils/wbm-inetd/Makefile
sysutils/wbm-inetd/PLIST
sysutils/wbm-inetd/distinfo
sysutils/wbm-ipfilter/DESCR
sysutils/wbm-ipfilter/Makefile
sysutils/wbm-ipfilter/PLIST
sysutils/wbm-ipfilter/distinfo
sysutils/wbm-ipfilter/files/ipfilter_config-netbsd
sysutils/wbm-ipfilter/patches/patch-ab
sysutils/wbm-ldap-useradmin/DESCR
sysutils/wbm-ldap-useradmin/Makefile
sysutils/wbm-ldap-useradmin/PLIST
sysutils/wbm-ldap-useradmin/distinfo
sysutils/wbm-lpadmin/DESCR
sysutils/wbm-lpadmin/Makefile
sysutils/wbm-lpadmin/PLIST
sysutils/wbm-lpadmin/distinfo
sysutils/wbm-mailboxes/DESCR
sysutils/wbm-mailboxes/Makefile
sysutils/wbm-mailboxes/PLIST
sysutils/wbm-mailboxes/distinfo
sysutils/wbm-mount/DESCR
sysutils/wbm-mount/Makefile
sysutils/wbm-mount/PLIST
sysutils/wbm-mount/distinfo
sysutils/wbm-mysql/DESCR
sysutils/wbm-mysql/Makefile
sysutils/wbm-mysql/PLIST
sysutils/wbm-mysql/distinfo
sysutils/wbm-net/DESCR
sysutils/wbm-net/Makefile
sysutils/wbm-net/PLIST
sysutils/wbm-net/distinfo
sysutils/wbm-openslp/DESCR
sysutils/wbm-openslp/Makefile
sysutils/wbm-openslp/PLIST
sysutils/wbm-openslp/distinfo
sysutils/wbm-passwd/DESCR
sysutils/wbm-passwd/Makefile
sysutils/wbm-passwd/PLIST
sysutils/wbm-passwd/distinfo
sysutils/wbm-postfix/DEINSTALL
sysutils/wbm-postfix/DESCR
sysutils/wbm-postfix/Makefile
sysutils/wbm-postfix/PLIST
sysutils/wbm-postfix/distinfo
sysutils/wbm-postgresql/DESCR
sysutils/wbm-postgresql/Makefile
sysutils/wbm-postgresql/PLIST
sysutils/wbm-postgresql/distinfo
sysutils/wbm-qmailadmin/DESCR
sysutils/wbm-qmailadmin/Makefile
sysutils/wbm-qmailadmin/PLIST
sysutils/wbm-qmailadmin/distinfo
sysutils/wbm-quota/DESCR
sysutils/wbm-quota/Makefile
sysutils/wbm-quota/PLIST
sysutils/wbm-quota/distinfo
sysutils/wbm-sendmail/DESCR
sysutils/wbm-sendmail/Makefile
sysutils/wbm-sendmail/PLIST
sysutils/wbm-sendmail/distinfo
sysutils/wbm-shell/DESCR
sysutils/wbm-shell/Makefile
sysutils/wbm-shell/PLIST
sysutils/wbm-shell/distinfo
sysutils/wbm-sshd/DESCR
sysutils/wbm-sshd/Makefile
sysutils/wbm-sshd/PLIST
sysutils/wbm-sshd/distinfo
sysutils/wbm-status/DESCR
sysutils/wbm-status/Makefile
sysutils/wbm-status/PLIST
sysutils/wbm-status/distinfo
sysutils/wbm-syslog/DESCR
sysutils/wbm-syslog/Makefile
sysutils/wbm-syslog/PLIST
sysutils/wbm-syslog/distinfo
sysutils/wbm-telnet/DESCR
sysutils/wbm-telnet/Makefile
sysutils/wbm-telnet/PLIST
sysutils/wbm-telnet/distinfo
sysutils/wbm-time/DESCR
sysutils/wbm-time/Makefile
sysutils/wbm-time/PLIST
sysutils/wbm-time/distinfo
sysutils/wbm-time/patches/patch-aa
sysutils/wbm-tunnel/DESCR
sysutils/wbm-tunnel/Makefile
sysutils/wbm-tunnel/PLIST
sysutils/wbm-tunnel/distinfo
sysutils/wbm-useradmin/DESCR
sysutils/wbm-useradmin/Makefile
sysutils/wbm-useradmin/PLIST
sysutils/wbm-useradmin/distinfo
sysutils/webmin/DEINSTALL
sysutils/webmin/DESCR
sysutils/webmin/INSTALL
sysutils/webmin/MESSAGE
sysutils/webmin/Makefile
sysutils/webmin/PLIST
sysutils/webmin/distinfo
sysutils/webmin/files/acl_config-dragonfly
sysutils/webmin/files/init_config-dragonfly
sysutils/webmin/files/man_config-dragonfly
sysutils/webmin/files/proc_config-dragonfly
sysutils/webmin/files/setup-pre.sh
sysutils/webmin/files/wbm-deinstall.tmpl
sysutils/webmin/files/wbm-install.tmpl
sysutils/webmin/files/webmin.sh
sysutils/webmin/patches/patch-aa
sysutils/webmin/patches/patch-ab
sysutils/webmin/patches/patch-ad
sysutils/webmin/patches/patch-ae
sysutils/webmin/patches/patch-af
sysutils/webmin/patches/patch-ag
sysutils/webmin/patches/patch-ah
sysutils/webmin/patches/patch-ai
sysutils/webmin/version.mk
sysutils/webmin/wbm.mk
sysutils/whowatch/DESCR
sysutils/whowatch/Makefile
sysutils/whowatch/PLIST
sysutils/whowatch/distinfo
sysutils/whowatch/patches/patch-aa
sysutils/whowatch/patches/patch-ab
sysutils/whowatch/patches/patch-ac
sysutils/whowatch/patches/patch-ad
sysutils/whowatch/patches/patch-ae
sysutils/wipe/DESCR
sysutils/wipe/Makefile
sysutils/wipe/PLIST
sysutils/wipe/distinfo
sysutils/wipe/patches/patch-aa
sysutils/wipe/patches/patch-ab
sysutils/wipe/patches/patch-ac
sysutils/wipe/patches/patch-ad
sysutils/wipe/patches/patch-ae
sysutils/wipe/patches/patch-af
sysutils/wipe/patches/patch-ag
sysutils/wipe/patches/patch-ah
sysutils/wmSMPmon/DESCR
sysutils/wmSMPmon/Makefile
sysutils/wmSMPmon/PLIST
sysutils/wmSMPmon/distinfo
sysutils/wmSMPmon/patches/patch-aa
sysutils/wmSMPmon/patches/patch-ab
sysutils/wmcpuload/DESCR
sysutils/wmcpuload/Makefile
sysutils/wmcpuload/PLIST
sysutils/wmcpuload/distinfo
sysutils/wmcpuload/files/cpu_dragonfly.c
sysutils/wmcpuload/patches/patch-aa
sysutils/wmmemmon/DESCR
sysutils/wmmemmon/Makefile
sysutils/wmmemmon/PLIST
sysutils/wmmemmon/distinfo
sysutils/wmmemmon/files/mem_dragonfly.c
sysutils/wmmemmon/patches/patch-aa
sysutils/wpi-firmware/DESCR
sysutils/wpi-firmware/Makefile
sysutils/wpi-firmware/PLIST
sysutils/wpi-firmware/distinfo
sysutils/wpi-firmware2/DESCR
sysutils/wpi-firmware2/Makefile
sysutils/wpi-firmware2/PLIST
sysutils/wpi-firmware2/distinfo
sysutils/wtail/DESCR
sysutils/wtail/Makefile
sysutils/wtail/PLIST
sysutils/wtail/distinfo
sysutils/wtail/patches/patch-aa
sysutils/xapply/DESCR
sysutils/xapply/Makefile
sysutils/xapply/PLIST
sysutils/xapply/distinfo
sysutils/xapply/files/makeme
sysutils/xapply/patches/patch-aa
sysutils/xbatt/DESCR
sysutils/xbatt/Makefile
sysutils/xbatt/PLIST
sysutils/xbatt/distinfo
sysutils/xbatt/files/XBatt
sysutils/xbatt/patches/patch-aa
sysutils/xbatt/patches/patch-ab
sysutils/xbattbar/DESCR
sysutils/xbattbar/Makefile
sysutils/xbattbar/PLIST
sysutils/xbattbar/distinfo
sysutils/xbattbar/patches/patch-aa
sysutils/xbattbar/patches/patch-ab
sysutils/xbattbar/patches/patch-ac
sysutils/xcdroast/DESCR
sysutils/xcdroast/INSTALL
sysutils/xcdroast/MESSAGE
sysutils/xcdroast/Makefile
sysutils/xcdroast/PLIST
sysutils/xcdroast/distinfo
sysutils/xcdroast/patches/patch-aa
sysutils/xcdroast/patches/patch-ab
sysutils/xcdroast/patches/patch-ad
sysutils/xcdroast/patches/patch-ae
sysutils/xdu/DESCR
sysutils/xdu/Makefile
sysutils/xdu/PLIST
sysutils/xdu/distinfo
sysutils/xdu/patches/patch-aa
sysutils/xen12/DESCR
sysutils/xen12/MESSAGE
sysutils/xen12/Makefile
sysutils/xen12/PLIST
sysutils/xen12/distinfo
sysutils/xen12/files/stdarg.h
sysutils/xen12/patches/patch-aa
sysutils/xen12/patches/patch-ab
sysutils/xen12/patches/patch-ac
sysutils/xen12/patches/patch-ad
sysutils/xenconsole/DESCR
sysutils/xenconsole/Makefile
sysutils/xenconsole/PLIST
sysutils/xenconsole/distinfo
sysutils/xenconsole/files/xcon.sh
sysutils/xenconsole/patches/patch-aa
sysutils/xenconsole/patches/patch-ab
sysutils/xenconsole/patches/patch-ac
sysutils/xenkernel20/DESCR
sysutils/xenkernel20/MESSAGE
sysutils/xenkernel20/Makefile
sysutils/xenkernel20/PLIST
sysutils/xenkernel20/distinfo
sysutils/xenkernel3/DESCR
sysutils/xenkernel3/Makefile
sysutils/xenkernel3/PLIST
sysutils/xenkernel3/distinfo
sysutils/xenkernel3/patches/patch-aa
sysutils/xenkernel3/patches/patch-ba
sysutils/xenkernel3/patches/patch-bb
sysutils/xenkernel3/patches/patch-bc
sysutils/xenkernel3/patches/patch-bd
sysutils/xenkernel3/patches/patch-cw
sysutils/xenkernel3/patches/patch-cx
sysutils/xentools12/DESCR
sysutils/xentools12/Makefile
sysutils/xentools12/PLIST
sysutils/xentools12/distinfo
sysutils/xentools12/patches/patch-aa
sysutils/xentools12/patches/patch-ab
sysutils/xentools12/patches/patch-ac
sysutils/xentools12/patches/patch-ad
sysutils/xentools12/patches/patch-ae
sysutils/xentools12/patches/patch-af
sysutils/xentools12/patches/patch-ag
sysutils/xentools12/patches/patch-ah
sysutils/xentools12/patches/patch-ai
sysutils/xentools12/patches/patch-aj
sysutils/xentools12/patches/patch-ak
sysutils/xentools12/patches/patch-al
sysutils/xentools12/patches/patch-am
sysutils/xentools12/patches/patch-an
sysutils/xentools20/DESCR
sysutils/xentools20/MESSAGE.NetBSD
sysutils/xentools20/Makefile
sysutils/xentools20/PLIST
sysutils/xentools20/distinfo
sysutils/xentools20/files/block-file-nbsd
sysutils/xentools20/files/network-nbsd
sysutils/xentools20/files/vif-bridge-nbsd
sysutils/xentools20/files/xend.sh
sysutils/xentools20/files/xendomains.sh
sysutils/xentools20/files/xenio.h
sysutils/xentools20/patches/patch-aa
sysutils/xentools20/patches/patch-ab
sysutils/xentools20/patches/patch-ac
sysutils/xentools20/patches/patch-ad
sysutils/xentools20/patches/patch-ae
sysutils/xentools20/patches/patch-af
sysutils/xentools20/patches/patch-ag
sysutils/xentools20/patches/patch-ah
sysutils/xentools20/patches/patch-ai
sysutils/xentools20/patches/patch-aj
sysutils/xentools20/patches/patch-ak
sysutils/xentools20/patches/patch-al
sysutils/xentools20/patches/patch-am
sysutils/xentools20/patches/patch-an
sysutils/xentools20/patches/patch-ap
sysutils/xentools20/patches/patch-aq
sysutils/xentools20/patches/patch-ar
sysutils/xentools20/patches/patch-as
sysutils/xentools20/patches/patch-at
sysutils/xentools20/patches/patch-au
sysutils/xentools20/patches/patch-av
sysutils/xentools20/patches/patch-aw
sysutils/xentools20/patches/patch-ax
sysutils/xentools20/patches/patch-ay
sysutils/xentools20/patches/patch-az
sysutils/xentools20/patches/patch-ba
sysutils/xentools20/patches/patch-bb
sysutils/xentools3-hvm/DESCR
sysutils/xentools3-hvm/Makefile
sysutils/xentools3-hvm/PLIST
sysutils/xentools3-hvm/distinfo
sysutils/xentools3-hvm/files/NetBSD.mk
sysutils/xentools3-hvm/files/elf_machdep.h
sysutils/xentools3-hvm/files/hvm-nbsd
sysutils/xentools3-hvm/files/int_types.h
sysutils/xentools3-hvm/files/qemu-ifup-nbsd
sysutils/xentools3-hvm/files/xenio.h
sysutils/xentools3-hvm/files/xenio3.h
sysutils/xentools3-hvm/patches/patch-aa
sysutils/xentools3-hvm/patches/patch-an
sysutils/xentools3-hvm/patches/patch-ao
sysutils/xentools3-hvm/patches/patch-ap
sysutils/xentools3-hvm/patches/patch-ar
sysutils/xentools3-hvm/patches/patch-as
sysutils/xentools3-hvm/patches/patch-at
sysutils/xentools3-hvm/patches/patch-au
sysutils/xentools3-hvm/patches/patch-av
sysutils/xentools3-hvm/patches/patch-aw
sysutils/xentools3-hvm/patches/patch-ax
sysutils/xentools3-hvm/patches/patch-ay
sysutils/xentools3-hvm/patches/patch-ba
sysutils/xentools3-hvm/patches/patch-bb
sysutils/xentools3-hvm/patches/patch-bv
sysutils/xentools3-hvm/patches/patch-ck
sysutils/xentools3-hvm/patches/patch-cl
sysutils/xentools3-hvm/patches/patch-cp
sysutils/xentools3-hvm/patches/patch-cq
sysutils/xentools3/DESCR
sysutils/xentools3/MESSAGE.NetBSD
sysutils/xentools3/Makefile
sysutils/xentools3/PLIST
sysutils/xentools3/buildlink3.mk
sysutils/xentools3/distinfo
sysutils/xentools3/files/NetBSD.mk
sysutils/xentools3/files/block-nbsd
sysutils/xentools3/files/netbsd1-nbsd
sysutils/xentools3/files/vif-bridge-nbsd
sysutils/xentools3/files/vif-ip-nbsd
sysutils/xentools3/files/xenbackendd.c
sysutils/xentools3/files/xenbackendd.sh
sysutils/xentools3/files/xend.sh
sysutils/xentools3/files/xendomains.sh
sysutils/xentools3/files/xenio.h
sysutils/xentools3/files/xenio3.h
sysutils/xentools3/patches/patch-aa
sysutils/xentools3/patches/patch-ab
sysutils/xentools3/patches/patch-ac
sysutils/xentools3/patches/patch-ad
sysutils/xentools3/patches/patch-al
sysutils/xentools3/patches/patch-as
sysutils/xentools3/patches/patch-au
sysutils/xentools3/patches/patch-av
sysutils/xentools3/patches/patch-aw
sysutils/xentools3/patches/patch-ax
sysutils/xentools3/patches/patch-ba
sysutils/xentools3/patches/patch-bb
sysutils/xentools3/patches/patch-bc
sysutils/xentools3/patches/patch-be
sysutils/xentools3/patches/patch-bf
sysutils/xentools3/patches/patch-bg
sysutils/xentools3/patches/patch-bh
sysutils/xentools3/patches/patch-bo
sysutils/xentools3/patches/patch-br
sysutils/xentools3/patches/patch-bs
sysutils/xentools3/patches/patch-bt
sysutils/xentools3/patches/patch-bw
sysutils/xentools3/patches/patch-ca
sysutils/xentools3/patches/patch-cb
sysutils/xentools3/patches/patch-cc
sysutils/xentools3/patches/patch-cd
sysutils/xentools3/patches/patch-cf
sysutils/xentools3/patches/patch-cg
sysutils/xentools3/patches/patch-ch
sysutils/xentools3/patches/patch-cj
sysutils/xentools3/patches/patch-ck
sysutils/xentools3/patches/patch-cm
sysutils/xentools3/patches/patch-cn
sysutils/xentools3/patches/patch-co
sysutils/xentools3/patches/patch-cp
sysutils/xentools3/patches/patch-cq
sysutils/xentools3/patches/patch-cr
sysutils/xentools3/patches/patch-cs
sysutils/xentools3/patches/patch-ct
sysutils/xentools3/patches/patch-cu
sysutils/xentools3/patches/patch-cv
sysutils/xentools3/patches/patch-cw
sysutils/xentools3/patches/patch-cx
sysutils/xentools3/patches/patch-cy
sysutils/xentools3/patches/patch-cz
sysutils/xentools3/patches/patch-da
sysutils/xentools3/patches/patch-db
sysutils/xentools3/patches/patch-dc
sysutils/xentools3/patches/patch-dd
sysutils/xentools3/patches/patch-de
sysutils/xentools3/patches/patch-df
sysutils/xentools3/patches/patch-dg
sysutils/xentools3/patches/patch-dh
sysutils/xentools3/patches/patch-di
sysutils/xentools3/patches/patch-dj
sysutils/xentools3/patches/patch-dk
sysutils/xentools3/patches/patch-dl
sysutils/xenvstat/DESCR
sysutils/xenvstat/Makefile
sysutils/xenvstat/PLIST
sysutils/xenvstat/files/Xenvstat
sysutils/xenvstat/files/xenvstat.c
sysutils/xfce4-appfinder/DESCR
sysutils/xfce4-appfinder/Makefile
sysutils/xfce4-appfinder/PLIST
sysutils/xfce4-appfinder/buildlink3.mk
sysutils/xfce4-appfinder/distinfo
sysutils/xfce4-battery-plugin/DESCR
sysutils/xfce4-battery-plugin/Makefile
sysutils/xfce4-battery-plugin/PLIST
sysutils/xfce4-battery-plugin/buildlink3.mk
sysutils/xfce4-battery-plugin/distinfo
sysutils/xfce4-battery-plugin/patches/patch-aa
sysutils/xfce4-cpugraph-plugin/DESCR
sysutils/xfce4-cpugraph-plugin/Makefile
sysutils/xfce4-cpugraph-plugin/PLIST
sysutils/xfce4-cpugraph-plugin/buildlink3.mk
sysutils/xfce4-cpugraph-plugin/distinfo
sysutils/xfce4-cpugraph-plugin/patches/patch-aa
sysutils/xfce4-cpugraph-plugin/patches/patch-ab
sysutils/xfce4-cpugraph-plugin/patches/patch-ad
sysutils/xfce4-diskperf-plugin/DESCR
sysutils/xfce4-diskperf-plugin/Makefile
sysutils/xfce4-diskperf-plugin/PLIST
sysutils/xfce4-diskperf-plugin/buildlink3.mk
sysutils/xfce4-diskperf-plugin/distinfo
sysutils/xfce4-diskperf-plugin/patches/patch-aa
sysutils/xfce4-fsguard-plugin/DESCR
sysutils/xfce4-fsguard-plugin/Makefile
sysutils/xfce4-fsguard-plugin/PLIST
sysutils/xfce4-fsguard-plugin/buildlink3.mk
sysutils/xfce4-fsguard-plugin/distinfo
sysutils/xfce4-fsguard-plugin/patches/patch-aa
sysutils/xfce4-genmon-plugin/DESCR
sysutils/xfce4-genmon-plugin/Makefile
sysutils/xfce4-genmon-plugin/PLIST
sysutils/xfce4-genmon-plugin/buildlink3.mk
sysutils/xfce4-genmon-plugin/distinfo
sysutils/xfce4-netload-plugin/DESCR
sysutils/xfce4-netload-plugin/Makefile
sysutils/xfce4-netload-plugin/PLIST
sysutils/xfce4-netload-plugin/buildlink3.mk
sysutils/xfce4-netload-plugin/distinfo
sysutils/xfce4-netload-plugin/patches/patch-aa
sysutils/xfce4-netload-plugin/patches/patch-ab
sysutils/xfce4-netload-plugin/patches/patch-ac
sysutils/xfce4-quicklauncher-plugin/DESCR
sysutils/xfce4-quicklauncher-plugin/Makefile
sysutils/xfce4-quicklauncher-plugin/PLIST
sysutils/xfce4-quicklauncher-plugin/buildlink3.mk
sysutils/xfce4-quicklauncher-plugin/distinfo
sysutils/xfce4-systemload-plugin/DESCR
sysutils/xfce4-systemload-plugin/Makefile
sysutils/xfce4-systemload-plugin/PLIST
sysutils/xfce4-systemload-plugin/buildlink3.mk
sysutils/xfce4-systemload-plugin/distinfo
sysutils/xfce4-systemload-plugin/patches/patch-aa
sysutils/xfce4-systemload-plugin/patches/patch-ab
sysutils/xfce4-systemload-plugin/patches/patch-ac
sysutils/xfce4-systemload-plugin/patches/patch-ad
sysutils/xfce4-systemload-plugin/patches/patch-ae
sysutils/xfce4-thunar/DESCR
sysutils/xfce4-thunar/Makefile
sysutils/xfce4-thunar/PLIST
sysutils/xfce4-thunar/buildlink3.mk
sysutils/xfce4-thunar/distinfo
sysutils/xfce4-thunar/patches/patch-ab
sysutils/xfce4-xarchiver/DESCR
sysutils/xfce4-xarchiver/Makefile
sysutils/xfce4-xarchiver/PLIST
sysutils/xfce4-xarchiver/buildlink3.mk
sysutils/xfce4-xarchiver/distinfo
sysutils/xfce4-xkb-plugin/DESCR
sysutils/xfce4-xkb-plugin/Makefile
sysutils/xfce4-xkb-plugin/PLIST
sysutils/xfce4-xkb-plugin/buildlink3.mk
sysutils/xfce4-xkb-plugin/distinfo
sysutils/xfe/DESCR
sysutils/xfe/Makefile
sysutils/xfe/PLIST
sysutils/xfe/distinfo
sysutils/xfe/patches/patch-ac
sysutils/xfm/DESCR
sysutils/xfm/Makefile
sysutils/xfm/PLIST
sysutils/xfm/distinfo
sysutils/xfm/patches/patch-aa
sysutils/xfm/patches/patch-ab
sysutils/xfm/patches/patch-ac
sysutils/xfm/patches/patch-ad
sysutils/xfm/patches/patch-ae
sysutils/xfm/patches/patch-af
sysutils/xfsprogs/DESCR
sysutils/xfsprogs/Makefile
sysutils/xfsprogs/PLIST
sysutils/xfsprogs/distinfo
sysutils/xfsprogs/patches/patch-aa
sysutils/xfsprogs/patches/patch-ab
sysutils/xfsprogs/patches/patch-ac
sysutils/xfsprogs/patches/patch-ad
sysutils/xfsprogs/patches/patch-ae
sysutils/xfsprogs/patches/patch-af
sysutils/xfsprogs/patches/patch-ag
sysutils/xfsprogs/patches/patch-ah
sysutils/xfsprogs/patches/patch-ai
sysutils/xfsprogs/patches/patch-aj
sysutils/xfsprogs/patches/patch-ak
sysutils/xfsprogs/patches/patch-al
sysutils/xfsprogs/patches/patch-am
sysutils/xfsprogs/patches/patch-an
sysutils/xhfs/DESCR
sysutils/xhfs/Makefile
sysutils/xhfs/PLIST
sysutils/xhfs/distinfo
sysutils/xhfs/patches/patch-aa
sysutils/xhfs/patches/patch-ab
sysutils/xhfs/patches/patch-ac
sysutils/xhfs/patches/patch-ad
sysutils/xhfs/patches/patch-ae
sysutils/xhfs/patches/patch-af
sysutils/xhfs/patches/patch-ag
sysutils/xhfs/patches/patch-ah
sysutils/xhfs/patches/patch-ai
sysutils/xhfs/patches/patch-aj
sysutils/xmbmon/DESCR
sysutils/xmbmon/Makefile
sysutils/xmbmon/PLIST
sysutils/xmeter/DESCR
sysutils/xmeter/Makefile
sysutils/xmeter/PLIST
sysutils/xmeter/distinfo
sysutils/xmeter/patches/patch-aa
sysutils/xnc/DESCR
sysutils/xnc/MESSAGE
sysutils/xnc/Makefile
sysutils/xnc/PLIST
sysutils/xnc/distinfo
sysutils/xnc/patches/patch-aa
sysutils/xnc/patches/patch-ab
sysutils/xnc/patches/patch-ak
sysutils/xnc/patches/patch-am
sysutils/xosview/DESCR
sysutils/xosview/Makefile
sysutils/xosview/PLIST
sysutils/xosview/distinfo
sysutils/xosview/patches/patch-aa
sysutils/xosview/patches/patch-ab
sysutils/xosview/patches/patch-ac
sysutils/xosview/patches/patch-ad
sysutils/xosview/patches/patch-ae
sysutils/xosview/patches/patch-af
sysutils/xps/DESCR
sysutils/xps/Makefile
sysutils/xps/PLIST
sysutils/xps/distinfo
sysutils/xps/patches/patch-aa
sysutils/xps/patches/patch-ab
sysutils/xps/patches/patch-ac
sysutils/xraidadmin/DESCR
sysutils/xraidadmin/Makefile
sysutils/xraidadmin/PLIST
sysutils/xraidadmin/distinfo
sysutils/xraidadmin/files/xraidadmin.in
sysutils/xuvmstat/DESCR
sysutils/xuvmstat/Makefile
sysutils/xuvmstat/PLIST
sysutils/xuvmstat/distinfo
sysutils/xuvmstat/patches/patch-aa
sysutils/xuvmstat/patches/patch-ab
sysutils/xuvmstat/patches/patch-ac
sysutils/xuvmstat/patches/patch-ad
sysutils/zidrav/DESCR
sysutils/zidrav/Makefile
sysutils/zidrav/PLIST
sysutils/zidrav/distinfo
sysutils/zidrav/patches/patch-aa
templates/README.all
templates/README.category
templates/README.ipv6
templates/README.pkg
templates/README.top
templates/pkg-daemon.gif
textproc/GutenMark-words/DESCR
textproc/GutenMark-words/Makefile
textproc/GutenMark-words/PLIST
textproc/GutenMark-words/distinfo
textproc/GutenMark-words/patches/patch-aa
textproc/GutenMark/DESCR
textproc/GutenMark/MESSAGE
textproc/GutenMark/Makefile
textproc/GutenMark/PLIST
textproc/GutenMark/distinfo
textproc/GutenMark/patches/patch-aa
textproc/Makefile
textproc/Markdown/DESCR
textproc/Markdown/Makefile
textproc/Markdown/PLIST
textproc/Markdown/distinfo
textproc/WordNet/DESCR
textproc/WordNet/Makefile
textproc/WordNet/PLIST
textproc/WordNet/distinfo
textproc/aiksaurus/DESCR
textproc/aiksaurus/Makefile
textproc/aiksaurus/PLIST
textproc/aiksaurus/buildlink3.mk
textproc/aiksaurus/distinfo
textproc/antiword/DESCR
textproc/antiword/Makefile
textproc/antiword/PLIST
textproc/antiword/distinfo
textproc/antiword/patches/patch-aa
textproc/antiword/patches/patch-ab
textproc/asciidoc/DESCR
textproc/asciidoc/Makefile
textproc/asciidoc/PLIST
textproc/asciidoc/distinfo
textproc/aspell-breton/DESCR
textproc/aspell-breton/Makefile
textproc/aspell-breton/PLIST
textproc/aspell-breton/distinfo
textproc/aspell-breton/patches/patch-aa
textproc/aspell-catalan/DESCR
textproc/aspell-catalan/Makefile
textproc/aspell-catalan/PLIST
textproc/aspell-catalan/distinfo
textproc/aspell-catalan/patches/patch-aa
textproc/aspell-czech/DESCR
textproc/aspell-czech/Makefile
textproc/aspell-czech/PLIST
textproc/aspell-czech/distinfo
textproc/aspell-czech/patches/patch-aa
textproc/aspell-danish/DESCR
textproc/aspell-danish/Makefile
textproc/aspell-danish/PLIST
textproc/aspell-danish/distinfo
textproc/aspell-danish/patches/patch-aa
textproc/aspell-dutch/DESCR
textproc/aspell-dutch/Makefile
textproc/aspell-dutch/PLIST
textproc/aspell-dutch/distinfo
textproc/aspell-dutch/patches/patch-aa
textproc/aspell-english/DESCR
textproc/aspell-english/Makefile
textproc/aspell-english/PLIST
textproc/aspell-english/distinfo
textproc/aspell-english/patches/patch-aa
textproc/aspell-english/patches/patch-ab
textproc/aspell-esperanto/DESCR
textproc/aspell-esperanto/Makefile
textproc/aspell-esperanto/PLIST
textproc/aspell-esperanto/distinfo
textproc/aspell-esperanto/patches/patch-aa
textproc/aspell-faroese/DESCR
textproc/aspell-faroese/Makefile
textproc/aspell-faroese/PLIST
textproc/aspell-faroese/distinfo
textproc/aspell-faroese/patches/patch-aa
textproc/aspell-francais/DESCR
textproc/aspell-francais/Makefile
textproc/aspell-francais/PLIST
textproc/aspell-francais/distinfo
textproc/aspell-francais/patches/patch-aa
textproc/aspell-gaeilge/DESCR
textproc/aspell-gaeilge/Makefile
textproc/aspell-gaeilge/PLIST
textproc/aspell-gaeilge/distinfo
textproc/aspell-german/DESCR
textproc/aspell-german/Makefile
textproc/aspell-german/PLIST
textproc/aspell-german/distinfo
textproc/aspell-german/patches/patch-aa
textproc/aspell-greek/DESCR
textproc/aspell-greek/Makefile
textproc/aspell-greek/PLIST
textproc/aspell-greek/distinfo
textproc/aspell-greek/patches/patch-aa
textproc/aspell-italian/DESCR
textproc/aspell-italian/Makefile
textproc/aspell-italian/PLIST
textproc/aspell-italian/distinfo
textproc/aspell-italian/patches/patch-aa
textproc/aspell-norwegian/DESCR
textproc/aspell-norwegian/Makefile
textproc/aspell-norwegian/PLIST
textproc/aspell-norwegian/distinfo
textproc/aspell-norwegian/patches/patch-aa
textproc/aspell-polish/DESCR
textproc/aspell-polish/Makefile
textproc/aspell-polish/PLIST
textproc/aspell-polish/distinfo
textproc/aspell-polish/patches/patch-aa
textproc/aspell-portuguese/DESCR
textproc/aspell-portuguese/Makefile
textproc/aspell-portuguese/PLIST
textproc/aspell-portuguese/distinfo
textproc/aspell-portuguese/patches/patch-aa
textproc/aspell-romanian/DESCR
textproc/aspell-romanian/Makefile
textproc/aspell-romanian/PLIST
textproc/aspell-romanian/distinfo
textproc/aspell-romanian/patches/patch-aa
textproc/aspell-russian/DESCR
textproc/aspell-russian/Makefile
textproc/aspell-russian/PLIST
textproc/aspell-russian/distinfo
textproc/aspell-russian/patches/patch-aa
textproc/aspell-slovak/DESCR
textproc/aspell-slovak/Makefile
textproc/aspell-slovak/PLIST
textproc/aspell-slovak/distinfo
textproc/aspell-slovak/patches/patch-aa
textproc/aspell-slovak/patches/patch-ab
textproc/aspell-spanish/DESCR
textproc/aspell-spanish/Makefile
textproc/aspell-spanish/PLIST
textproc/aspell-spanish/distinfo
textproc/aspell-spanish/patches/patch-aa
textproc/aspell-svenska/DESCR
textproc/aspell-svenska/Makefile
textproc/aspell-svenska/PLIST
textproc/aspell-svenska/distinfo
textproc/aspell-svenska/patches/patch-aa
textproc/aspell-ukrainian/DESCR
textproc/aspell-ukrainian/Makefile
textproc/aspell-ukrainian/PLIST
textproc/aspell-ukrainian/distinfo
textproc/aspell-ukrainian/patches/patch-aa
textproc/aspell-welsh/DESCR
textproc/aspell-welsh/Makefile
textproc/aspell-welsh/PLIST
textproc/aspell-welsh/distinfo
textproc/aspell-welsh/patches/patch-aa
textproc/aspell/DESCR
textproc/aspell/Makefile
textproc/aspell/PLIST
textproc/aspell/buildlink3.mk
textproc/aspell/distinfo
textproc/aspell/patches/patch-ab
textproc/aspell/patches/patch-ac
textproc/aspell/patches/patch-ad
textproc/aspell/patches/patch-ae
textproc/aspell/patches/patch-af
textproc/aspell/patches/patch-ag
textproc/aspell/patches/patch-ah
textproc/aspell/patches/patch-ai
textproc/aspell/patches/patch-aj
textproc/aspell/patches/patch-ak
textproc/aspell/patches/patch-al
textproc/aspell/patches/patch-am
textproc/aspell/patches/patch-an
textproc/awf/DESCR
textproc/awf/Makefile
textproc/awf/PLIST
textproc/awf/distinfo
textproc/awf/patches/patch-aa
textproc/awf/patches/patch-ab
textproc/bibclean/DESCR
textproc/bibclean/Makefile
textproc/bibclean/PLIST
textproc/bibclean/distinfo
textproc/bibclean/patches/patch-aa
textproc/biblook/DESCR
textproc/biblook/Makefile
textproc/biblook/PLIST
textproc/biblook/distinfo
textproc/biblook/patches/patch-aa
textproc/biblook/patches/patch-ab
textproc/biblook/patches/patch-ac
textproc/bibparse/DESCR
textproc/bibparse/Makefile
textproc/bibparse/PLIST
textproc/bibparse/distinfo
textproc/bibparse/patches/patch-aa
textproc/bibparse/patches/patch-ab
textproc/bsdgrep-devel/DESCR
textproc/bsdgrep-devel/Makefile
textproc/bsdgrep-devel/PLIST
textproc/bsdgrep-devel/distinfo
textproc/bsdgrep-devel/patches/patch-aa
textproc/btparse/DESCR
textproc/btparse/Makefile
textproc/btparse/PLIST
textproc/btparse/buildlink3.mk
textproc/btparse/distinfo
textproc/btparse/patches/patch-aa
textproc/c2html/DESCR
textproc/c2html/Makefile
textproc/c2html/PLIST
textproc/c2html/distinfo
textproc/c2html/patches/patch-aa
textproc/c2html/patches/patch-ab
textproc/c2html/patches/patch-ac
textproc/catdoc-tk/DESCR
textproc/catdoc-tk/Makefile
textproc/catdoc-tk/PLIST
textproc/catdoc/DESCR
textproc/catdoc/Makefile
textproc/catdoc/Makefile.common
textproc/catdoc/PLIST
textproc/catdoc/distinfo
textproc/catdoc/patches/patch-aa
textproc/catdoc/patches/patch-ac
textproc/catdoc/patches/patch-af
textproc/cawf/DESCR
textproc/cawf/Makefile
textproc/cawf/PLIST
textproc/cawf/distinfo
textproc/cawf/patches/patch-aa
textproc/cawf/patches/patch-ab
textproc/cdif/DESCR
textproc/cdif/Makefile
textproc/cdif/PLIST
textproc/cdif/distinfo
textproc/chasen-base/DESCR
textproc/chasen-base/Makefile
textproc/chasen-base/PLIST
textproc/chasen-base/buildlink3.mk
textproc/chasen-base/distinfo
textproc/chasen-base/patches/patch-ai
textproc/chasen-base/patches/patch-aj
textproc/chasen-base/patches/patch-ak
textproc/chasen-base/patches/patch-am
textproc/chasen-base/patches/patch-an
textproc/chasen/DESCR
textproc/chasen/Makefile
textproc/chasen/Makefile.common
textproc/chasen/buildlink3.mk
textproc/convertlit/DESCR
textproc/convertlit/Makefile
textproc/convertlit/PLIST
textproc/convertlit/distinfo
textproc/convertlit/patches/patch-aa
textproc/crimson/DESCR
textproc/crimson/Makefile
textproc/crimson/PLIST
textproc/crimson/distinfo
textproc/db2latex/DESCR
textproc/db2latex/Makefile
textproc/db2latex/PLIST
textproc/db2latex/distinfo
textproc/db2latex/patches/patch-aa
textproc/db2latex/patches/patch-ab
textproc/dblatex/DESCR
textproc/dblatex/Makefile
textproc/dblatex/PLIST
textproc/dblatex/distinfo
textproc/detex/DESCR
textproc/detex/Makefile
textproc/detex/PLIST
textproc/detex/distinfo
textproc/detex/patches/patch-aa
textproc/detex/patches/patch-ab
textproc/dict-client/DESCR
textproc/dict-client/Makefile
textproc/dict-client/PLIST
textproc/dict-dictionaries/DESCR
textproc/dict-dictionaries/Makefile
textproc/dict-dictionaries/PLIST
textproc/dict-dictionaries/distinfo
textproc/dict-dictionaries/patches/patch-aa
textproc/dict-dictionaries/patches/patch-ab
textproc/dict-dictionaries/patches/patch-ac
textproc/dict-dictionaries/patches/patch-ad
textproc/dict-server/DESCR
textproc/dict-server/Makefile
textproc/dict-server/PLIST
textproc/dict-server/distinfo
textproc/dict-server/patches/patch-aa
textproc/dict-server/patches/patch-ab
textproc/dict-server/patches/patch-ad
textproc/dict-server/patches/patch-ae
textproc/dict-server/patches/patch-ag
textproc/dict-server/patches/patch-ah
textproc/dict-server/patches/patch-ai
textproc/dict-server/patches/patch-aj
textproc/dict-server/patches/patch-ak
textproc/dict-server/patches/patch-al
textproc/dictem/DESCR
textproc/dictem/MESSAGE
textproc/dictem/Makefile
textproc/dictem/PLIST
textproc/dictem/distinfo
textproc/diction/DESCR
textproc/diction/Makefile
textproc/diction/PLIST
textproc/diction/distinfo
textproc/diction/options.mk
textproc/diction/patches/patch-aa
textproc/diction/patches/patch-ab
textproc/diction/patches/patch-ac
textproc/diction/patches/patch-ad
textproc/diction/patches/patch-ae
textproc/diction/patches/patch-af
textproc/diction/patches/patch-ag
textproc/diffsplit/DESCR
textproc/diffsplit/Makefile
textproc/diffsplit/PLIST
textproc/diffsplit/distinfo
textproc/diffstat/DESCR
textproc/diffstat/Makefile
textproc/diffstat/PLIST
textproc/diffstat/distinfo
textproc/diffstat/patches/patch-aa
textproc/docbook-simple/DESCR
textproc/docbook-simple/Makefile
textproc/docbook-simple/PLIST
textproc/docbook-simple/distinfo
textproc/docbook-simple/files/catalog.xml.in
textproc/docbook-website/DESCR
textproc/docbook-website/Makefile
textproc/docbook-website/PLIST
textproc/docbook-website/distinfo
textproc/docbook-website/patches/patch-aa
textproc/docbook-website/patches/patch-ab
textproc/docbook-xml/DESCR
textproc/docbook-xml/Makefile
textproc/docbook-xml/PLIST
textproc/docbook-xml/distinfo
textproc/docbook-xsl/DESCR
textproc/docbook-xsl/Makefile
textproc/docbook-xsl/PLIST
textproc/docbook-xsl/distinfo
textproc/docbook-xsl/files/catalog
textproc/docbook-xsl/patches/patch-aa
textproc/docbook-xsl/patches/patch-ab
textproc/docbook/DESCR
textproc/docbook/Makefile
textproc/docbook/PLIST
textproc/docbook/distinfo
textproc/docbook/files/catalog241
textproc/docbook/files/catalog30
textproc/docbook/files/catalog31
textproc/docbook/files/catalog40
textproc/docbook/files/catalog41
textproc/docbook/files/catalog42
textproc/docbook/files/catalog43
textproc/docbook/files/catalog44
textproc/doclifter/DESCR
textproc/doclifter/Makefile
textproc/doclifter/PLIST
textproc/doclifter/distinfo
textproc/doclifter/patches/patch-aa
textproc/dsssl-docbook-modular/DESCR
textproc/dsssl-docbook-modular/MESSAGE
textproc/dsssl-docbook-modular/Makefile
textproc/dsssl-docbook-modular/PLIST
textproc/dsssl-docbook-modular/distinfo
textproc/dtdparse/DESCR
textproc/dtdparse/Makefile
textproc/dtdparse/PLIST
textproc/dtdparse/distinfo
textproc/dtdparse/files/catalog
textproc/eb/DESCR
textproc/eb/Makefile
textproc/eb/PLIST
textproc/eb/buildlink3.mk
textproc/eb/distinfo
textproc/eb/patches/patch-aa
textproc/eblook/DESCR
textproc/eblook/Makefile
textproc/eblook/PLIST
textproc/eblook/distinfo
textproc/ebview/DESCR
textproc/ebview/Makefile
textproc/ebview/PLIST
textproc/ebview/distinfo
textproc/ebview/patches/patch-aa
textproc/ebview/patches/patch-ab
textproc/emacs-dict-client/DESCR
textproc/emacs-dict-client/MESSAGE
textproc/emacs-dict-client/Makefile
textproc/emacs-dict-client/PLIST
textproc/emacs-dict-client/distinfo
textproc/emacs-muse/DESCR
textproc/emacs-muse/Makefile
textproc/emacs-muse/PLIST
textproc/emacs-muse/distinfo
textproc/emacs-muse/files/Makefile.defs
textproc/enca/DESCR
textproc/enca/Makefile
textproc/enca/PLIST
textproc/enca/buildlink3.mk
textproc/enca/distinfo
textproc/enchant/DESCR
textproc/enchant/Makefile
textproc/enchant/PLIST
textproc/enchant/buildlink3.mk
textproc/enchant/distinfo
textproc/enchant/options.mk
textproc/expat/DESCR
textproc/expat/Makefile
textproc/expat/PLIST
textproc/expat/buildlink3.mk
textproc/expat/builtin.mk
textproc/expat/distinfo
textproc/expatobjc/DESCR
textproc/expatobjc/Makefile
textproc/expatobjc/PLIST
textproc/expatobjc/distinfo
textproc/ezxml/DESCR
textproc/ezxml/Makefile
textproc/ezxml/PLIST
textproc/ezxml/distinfo
textproc/ezxml/patches/patch-aa
textproc/flyspell/DESCR
textproc/flyspell/Makefile
textproc/flyspell/PLIST
textproc/flyspell/distinfo
textproc/fop/DESCR
textproc/fop/Makefile
textproc/fop/PLIST
textproc/fop/distinfo
textproc/freepwing/DESCR
textproc/freepwing/Makefile
textproc/freepwing/PLIST
textproc/freepwing/distinfo
textproc/gdome2/DESCR
textproc/gdome2/Makefile
textproc/gdome2/PLIST
textproc/gdome2/buildlink3.mk
textproc/gdome2/distinfo
textproc/gdome2/patches/patch-aa
textproc/gdome2/patches/patch-ab
textproc/glimpse/DESCR
textproc/glimpse/Makefile
textproc/glimpse/PLIST
textproc/glimpse/distinfo
textproc/glimpse/files/autoconf.h
textproc/glimpse/patches/patch-aa
textproc/glimpse/patches/patch-ab
textproc/glimpse/patches/patch-ac
textproc/glimpse/patches/patch-ad
textproc/glimpse/patches/patch-ae
textproc/glimpse/patches/patch-af
textproc/glimpse/patches/patch-ag
textproc/glimpse/patches/patch-ah
textproc/glimpse/patches/patch-ai
textproc/glimpse/patches/patch-aj
textproc/glimpse/patches/patch-ak
textproc/glimpse/patches/patch-al
textproc/glimpse/patches/patch-am
textproc/glimpse/patches/patch-an
textproc/glimpse/patches/patch-ao
textproc/glimpse/patches/patch-ap
textproc/glimpse/patches/patch-aq
textproc/glimpse/patches/patch-ar
textproc/glimpse/patches/patch-as
textproc/glimpse/patches/patch-at
textproc/glimpse/patches/patch-au
textproc/gnome-doc-utils/DESCR
textproc/gnome-doc-utils/Makefile
textproc/gnome-doc-utils/PLIST
textproc/gnome-doc-utils/buildlink3.mk
textproc/gnome-doc-utils/distinfo
textproc/gnome-spell/DESCR
textproc/gnome-spell/Makefile
textproc/gnome-spell/PLIST
textproc/gnome-spell/buildlink3.mk
textproc/gnome-spell/distinfo
textproc/gnome-spell/patches/patch-aa
textproc/grep/DESCR
textproc/grep/Makefile
textproc/grep/PLIST
textproc/grep/distinfo
textproc/grep/patches/patch-aa
textproc/groff/DESCR
textproc/groff/Makefile
textproc/groff/PLIST
textproc/groff/PLIST.docs
textproc/groff/PLIST.x11
textproc/groff/distinfo
textproc/groff/files/mdoc.local
textproc/groff/options.mk
textproc/groff/patches/patch-aa
textproc/groff/patches/patch-ac
textproc/groff/patches/patch-ae
textproc/gsed/DESCR
textproc/gsed/Makefile
textproc/gsed/PLIST
textproc/gsed/distinfo
textproc/gsed/patches/patch-aa
textproc/gsed/patches/patch-ad
textproc/gsed/patches/patch-ae
textproc/gsed/patches/patch-regcomp
textproc/gsed/patches/patch-regexec
textproc/gtk-doc/DESCR
textproc/gtk-doc/Makefile
textproc/gtk-doc/PLIST
textproc/gtk-doc/buildlink3.mk
textproc/gtk-doc/distinfo
textproc/gtkspell/DESCR
textproc/gtkspell/Makefile
textproc/gtkspell/PLIST
textproc/gtkspell/buildlink3.mk
textproc/gtkspell/distinfo
textproc/harmony/DESCR
textproc/harmony/Makefile
textproc/harmony/PLIST
textproc/harmony/distinfo
textproc/helpdeco/DESCR
textproc/helpdeco/Makefile
textproc/helpdeco/PLIST
textproc/helpdeco/distinfo
textproc/helpdeco/patches/patch-aa
textproc/hevea/DESCR
textproc/hevea/Makefile
textproc/hevea/PLIST
textproc/hevea/distinfo
textproc/hevea/patches/patch-aa
textproc/highlight/DESCR
textproc/highlight/Makefile
textproc/highlight/PLIST
textproc/highlight/distinfo
textproc/highlight/patches/patch-aa
textproc/highlight/patches/patch-ab
textproc/hre/DESCR
textproc/hre/Makefile
textproc/hre/PLIST
textproc/hre/buildlink3.mk
textproc/hre/distinfo
textproc/hre/patches/patch-aa
textproc/hre/patches/patch-ab
textproc/html/DESCR
textproc/html/Makefile
textproc/html/PLIST
textproc/html/distinfo
textproc/html2text/DESCR
textproc/html2text/Makefile
textproc/html2text/PLIST
textproc/html2text/distinfo
textproc/html2text/patches/patch-aa
textproc/html2text/patches/patch-ab
textproc/html2wml/DESCR
textproc/html2wml/Makefile
textproc/html2wml/PLIST
textproc/html2wml/distinfo
textproc/html2wml/patches/patch-aa
textproc/hugs-HaXml/DESCR
textproc/hugs-HaXml/Makefile
textproc/hugs-HaXml/PLIST
textproc/hugs-HaXml/distinfo
textproc/hunspell-de/DESCR
textproc/hunspell-de/Makefile
textproc/hunspell-de/PLIST
textproc/hunspell-de/distinfo
textproc/hunspell-en_GB/DESCR
textproc/hunspell-en_GB/Makefile
textproc/hunspell-en_GB/PLIST
textproc/hunspell-en_GB/distinfo
textproc/hunspell-en_US/DESCR
textproc/hunspell-en_US/Makefile
textproc/hunspell-en_US/PLIST
textproc/hunspell-en_US/distinfo
textproc/hunspell-hu_HU/DESCR
textproc/hunspell-hu_HU/Makefile
textproc/hunspell-hu_HU/PLIST
textproc/hunspell-hu_HU/distinfo
textproc/hunspell/DESCR
textproc/hunspell/Makefile
textproc/hunspell/PLIST
textproc/hunspell/buildlink3.mk
textproc/hunspell/distinfo
textproc/hunspell/options.mk
textproc/hyperestraier/DESCR
textproc/hyperestraier/Makefile
textproc/hyperestraier/Makefile.common
textproc/hyperestraier/PLIST
textproc/hyperestraier/buildlink3.mk
textproc/hyperestraier/distinfo
textproc/hyperestraier/patches/patch-aa
textproc/hyperestraier/patches/patch-ac
textproc/hyperestraier/patches/patch-ad
textproc/icu/DESCR
textproc/icu/Makefile
textproc/icu/PLIST
textproc/icu/buildlink3.mk
textproc/icu/distinfo
textproc/icu/patches/patch-aa
textproc/icu/patches/patch-ab
textproc/icu/patches/patch-ae
textproc/icu/patches/patch-af
textproc/icu/patches/patch-ba
textproc/icu/patches/patch-bb
textproc/icu/patches/patch-bc
textproc/icu/patches/patch-bd
textproc/icu/patches/patch-be
textproc/icu/patches/patch-bf
textproc/intltool/DESCR
textproc/intltool/Makefile
textproc/intltool/PLIST
textproc/intltool/distinfo
textproc/ipadic/DESCR
textproc/ipadic/Makefile
textproc/ipadic/PLIST
textproc/ipadic/distinfo
textproc/ipadic/patches/patch-aa
textproc/ipadic/patches/patch-ab
textproc/ipadic/patches/patch-ad
textproc/ipadic/patches/patch-ae
textproc/isearch/DESCR
textproc/isearch/Makefile
textproc/isearch/PLIST
textproc/isearch/distinfo
textproc/isearch/patches/patch-aa
textproc/isearch/patches/patch-ab
textproc/isearch/patches/patch-ac
textproc/isearch/patches/patch-ad
textproc/isearch/patches/patch-ae
textproc/iso-codes/DESCR
textproc/iso-codes/Makefile
textproc/iso-codes/PLIST
textproc/iso-codes/buildlink3.mk
textproc/iso-codes/distinfo
textproc/iso12083/DESCR
textproc/iso12083/Makefile
textproc/iso12083/PLIST
textproc/iso12083/distinfo
textproc/iso12083/files/catalog
textproc/iso8879/DESCR
textproc/iso8879/Makefile
textproc/iso8879/PLIST
textproc/iso8879/distinfo
textproc/iso8879/files/catalog
textproc/ispell-base/DESCR
textproc/ispell-base/Makefile
textproc/ispell-base/PLIST
textproc/ispell-base/distinfo
textproc/ispell-base/patches/patch-aa
textproc/ispell-base/patches/patch-ab
textproc/ispell-base/patches/patch-ac
textproc/ispell-base/patches/patch-ad
textproc/ispell-base/patches/patch-ae
textproc/ispell-base/patches/patch-ai
textproc/ispell-base/patches/patch-ak
textproc/ispell-base/patches/patch-al
textproc/ispell-base/patches/patch-ar
textproc/ispell-british/DESCR
textproc/ispell-british/Makefile
textproc/ispell-british/PLIST
textproc/ispell-british/distinfo
textproc/ispell-british/patches/patch-aa
textproc/ispell-british/patches/patch-ab
textproc/ispell-british/patches/patch-ac
textproc/ispell-british/patches/patch-ad
textproc/ispell-catalan/DESCR
textproc/ispell-catalan/Makefile
textproc/ispell-catalan/PLIST
textproc/ispell-catalan/distinfo
textproc/ispell-emacs/DESCR
textproc/ispell-emacs/Makefile
textproc/ispell-emacs/PLIST
textproc/ispell-emacs/distinfo
textproc/ispell-francais/DESCR
textproc/ispell-francais/Makefile
textproc/ispell-francais/PLIST
textproc/ispell-francais/distinfo
textproc/ispell-francais/patches/patch-aa
textproc/ispell-gaeilge/DESCR
textproc/ispell-gaeilge/Makefile
textproc/ispell-gaeilge/PLIST
textproc/ispell-gaeilge/distinfo
textproc/ispell-gaeilge/patches/patch-aa
textproc/ispell-german/DESCR
textproc/ispell-german/Makefile
textproc/ispell-german/PLIST
textproc/ispell-german/distinfo
textproc/ispell-german/patches/patch-aa
textproc/ispell-polski/DESCR
textproc/ispell-polski/Makefile
textproc/ispell-polski/PLIST
textproc/ispell-polski/distinfo
textproc/ispell-romanian/DESCR
textproc/ispell-romanian/Makefile
textproc/ispell-romanian/PLIST
textproc/ispell-romanian/distinfo
textproc/ispell-russian-io/DESCR
textproc/ispell-russian-io/Makefile
textproc/ispell-russian-io/PLIST
textproc/ispell-russian/DESCR
textproc/ispell-russian/Makefile
textproc/ispell-russian/Makefile.common
textproc/ispell-russian/PLIST
textproc/ispell-russian/distinfo
textproc/ispell-russian/patches/patch-aa
textproc/ispell-slovak/DESCR
textproc/ispell-slovak/Makefile
textproc/ispell-slovak/PLIST
textproc/ispell-slovak/distinfo
textproc/ispell-slovak/patches/patch-aa
textproc/ispell-spanish/DESCR
textproc/ispell-spanish/Makefile
textproc/ispell-spanish/PLIST
textproc/ispell-spanish/distinfo
textproc/ispell-spanish/patches/patch-aa
textproc/ispell-svenska/DESCR
textproc/ispell-svenska/Makefile
textproc/ispell-svenska/PLIST
textproc/ispell-svenska/distinfo
textproc/ispell-svenska/patches/patch-aa
textproc/itex2MML/DESCR
textproc/itex2MML/Makefile
textproc/itex2MML/PLIST
textproc/itex2MML/distinfo
textproc/ja-grep/DESCR
textproc/ja-grep/Makefile
textproc/ja-grep/PLIST
textproc/ja-grep/distinfo
textproc/ja-groff/DESCR
textproc/ja-groff/Makefile
textproc/ja-groff/PLIST
textproc/ja-groff/distinfo
textproc/ja-groff/patches/patch-aa
textproc/ja-groff/patches/patch-ab
textproc/ja-groff/patches/patch-ac
textproc/ja-groff/patches/patch-ad
textproc/ja-groff/patches/patch-ae
textproc/ja-groff/patches/patch-af
textproc/ja-groff/patches/patch-ag
textproc/ja-groff/patches/patch-ah
textproc/ja-groff/patches/patch-ai
textproc/ja-groff/patches/patch-aj
textproc/ja-groff/patches/patch-ak
textproc/ja-groff/patches/patch-al
textproc/ja-groff/patches/patch-am
textproc/ja-groff/patches/patch-an
textproc/ja-groff/patches/patch-ao
textproc/ja-groff/patches/patch-ap
textproc/ja-groff/patches/patch-aq
textproc/ja-groff/patches/patch-ar
textproc/ja-groff/patches/patch-as
textproc/ja-groff/patches/patch-at
textproc/ja-groff/patches/patch-au
textproc/ja-sed/DESCR
textproc/ja-sed/Makefile
textproc/ja-sed/PLIST
textproc/ja-sed/distinfo
textproc/jade/DESCR
textproc/jade/Makefile
textproc/jade/PLIST
textproc/jade/buildlink3.mk
textproc/jade/distinfo
textproc/jade/hacks.mk
textproc/jade/patches/patch-aa
textproc/jade/patches/patch-ab
textproc/jade/patches/patch-ac
textproc/jade/patches/patch-ad
textproc/jade/patches/patch-ae
textproc/jade/patches/patch-af
textproc/jade/patches/patch-ag
textproc/jade/patches/patch-ah
textproc/jade/patches/patch-ai
textproc/jade/patches/patch-aj
textproc/jade/patches/patch-ak
textproc/jade/patches/patch-al
textproc/jade/patches/patch-am
textproc/jade/patches/patch-an
textproc/jade/patches/patch-ao
textproc/jade/patches/patch-ap
textproc/jade/patches/patch-aq
textproc/jade/patches/patch-ar
textproc/jade/patches/patch-as
textproc/jade/patches/patch-at
textproc/jade/patches/patch-au
textproc/java-mecab/DESCR
textproc/java-mecab/Makefile
textproc/java-mecab/PLIST
textproc/java-mecab/distinfo
textproc/java-mecab/patches/patch-aa
textproc/jdom/DESCR
textproc/jdom/Makefile
textproc/jdom/PLIST
textproc/jdom/distinfo
textproc/jing/DESCR
textproc/jing/Makefile
textproc/jing/PLIST
textproc/jing/distinfo
textproc/kakasi/DESCR
textproc/kakasi/Makefile
textproc/kakasi/PLIST
textproc/kakasi/buildlink3.mk
textproc/kakasi/distinfo
textproc/kakasi/patches/patch-ab
textproc/kakasi/patches/patch-ac
textproc/kakasi/patches/patch-ad
textproc/kbanner/DESCR
textproc/kbanner/Makefile
textproc/kbanner/PLIST
textproc/kbanner/distinfo
textproc/kbanner/patches/patch-aa
textproc/kbanner/patches/patch-ab
textproc/kbanner/patches/patch-ac
textproc/kbanner/patches/patch-ad
textproc/kbanner/patches/patch-ae
textproc/kbanner/patches/patch-af
textproc/kdoc/DESCR
textproc/kdoc/Makefile
textproc/kdoc/PLIST
textproc/kdoc/distinfo
textproc/kdoc/patches/patch-aa
textproc/kdoc/patches/patch-ab
textproc/latex2html/DESCR
textproc/latex2html/Makefile
textproc/latex2html/PLIST
textproc/latex2html/distinfo
textproc/latex2html/patches/patch-aa
textproc/latex2html/patches/patch-ab
textproc/libcroco/DESCR
textproc/libcroco/Makefile
textproc/libcroco/PLIST
textproc/libcroco/buildlink3.mk
textproc/libcroco/distinfo
textproc/liblrdf/DESCR
textproc/liblrdf/Makefile
textproc/liblrdf/PLIST
textproc/liblrdf/distinfo
textproc/libpathan/DESCR
textproc/libpathan/Makefile
textproc/libpathan/PLIST
textproc/libpathan/buildlink3.mk
textproc/libpathan/distinfo
textproc/libpathan/patches/patch-aa
textproc/libpathan/patches/patch-ab
textproc/libpathan/patches/patch-ac
textproc/libpathan/patches/patch-ad
textproc/libunicode/DESCR
textproc/libunicode/Makefile
textproc/libunicode/PLIST
textproc/libunicode/buildlink3.mk
textproc/libunicode/distinfo
textproc/libunicode/patches/patch-aa
textproc/libunicode/patches/patch-ab
textproc/libxml++/DESCR
textproc/libxml++/Makefile
textproc/libxml++/PLIST
textproc/libxml++/buildlink3.mk
textproc/libxml++/distinfo
textproc/libxml++1/DESCR
textproc/libxml++1/Makefile
textproc/libxml++1/PLIST
textproc/libxml++1/buildlink3.mk
textproc/libxml++1/distinfo
textproc/libxml/DESCR
textproc/libxml/Makefile
textproc/libxml/PLIST
textproc/libxml/buildlink3.mk
textproc/libxml/distinfo
textproc/libxml/patches/patch-aa
textproc/libxml/patches/patch-ab
textproc/libxml/patches/patch-ac
textproc/libxml/patches/patch-ad
textproc/libxml/patches/patch-ae
textproc/libxml2/DESCR
textproc/libxml2/Makefile
textproc/libxml2/PLIST
textproc/libxml2/buildlink3.mk
textproc/libxml2/distinfo
textproc/libxml2/patches/patch-aa
textproc/libxml2/patches/patch-ab
textproc/libxml2/patches/patch-ac
textproc/libxml2/patches/patch-ad
textproc/libxml2/patches/patch-ae
textproc/libxslt/DESCR
textproc/libxslt/Makefile
textproc/libxslt/PLIST
textproc/libxslt/buildlink3.mk
textproc/libxslt/distinfo
textproc/libxslt/patches/patch-aa
textproc/libxslt/patches/patch-ae
textproc/link-grammar/DESCR
textproc/link-grammar/Makefile
textproc/link-grammar/PLIST
textproc/link-grammar/buildlink3.mk
textproc/link-grammar/distinfo
textproc/link-grammar/patches/patch-aa
textproc/link-grammar/patches/patch-ab
textproc/lout/DESCR
textproc/lout/Makefile
textproc/lout/PLIST.pre
textproc/lout/distinfo
textproc/lout/patches/patch-aa
textproc/lq-sp/DESCR
textproc/lq-sp/Makefile
textproc/lq-sp/PLIST
textproc/lq-sp/distinfo
textproc/lq-sp/patches/patch-aa
textproc/lq-sp/patches/patch-ab
textproc/lua-expat/DESCR
textproc/lua-expat/MESSAGE
textproc/lua-expat/Makefile
textproc/lua-expat/PLIST
textproc/lua-expat/distinfo
textproc/lua-expat/patches/patch-aa
textproc/lua-expat/patches/patch-ab
textproc/makeztxt/DESCR
textproc/makeztxt/Makefile
textproc/makeztxt/PLIST
textproc/makeztxt/distinfo
textproc/makeztxt/patches/patch-aa
textproc/makeztxt/patches/patch-ab
textproc/makeztxt/patches/patch-ac
textproc/makeztxt/patches/patch-ad
textproc/mecab-base/DESCR
textproc/mecab-base/Makefile
textproc/mecab-base/PLIST
textproc/mecab-base/buildlink3.mk
textproc/mecab-base/distinfo
textproc/mecab-base/patches/patch-aa
textproc/mecab-base/patches/patch-ab
textproc/mecab-ipadic/DESCR
textproc/mecab-ipadic/Makefile
textproc/mecab-ipadic/PLIST
textproc/mecab-ipadic/distinfo
textproc/mecab-jumandic/DESCR
textproc/mecab-jumandic/Makefile
textproc/mecab-jumandic/PLIST
textproc/mecab-jumandic/distinfo
textproc/mecab/DESCR
textproc/mecab/Makefile
textproc/mecab/Makefile.common
textproc/mecab/buildlink3.mk
textproc/metauml/DESCR
textproc/metauml/Makefile
textproc/metauml/PLIST
textproc/metauml/distinfo
textproc/migemo-elisp/DESCR
textproc/migemo-elisp/MESSAGE
textproc/migemo-elisp/Makefile
textproc/migemo-elisp/PLIST
textproc/migemo-elisp/distinfo
textproc/migemo/DESCR
textproc/migemo/Makefile
textproc/migemo/Makefile.common
textproc/migemo/PLIST
textproc/migemo/distinfo
textproc/migemo/patches/patch-aa
textproc/migemo/patches/patch-ab
textproc/mxml/DESCR
textproc/mxml/Makefile
textproc/mxml/PLIST
textproc/mxml/buildlink3.mk
textproc/mxml/distinfo
textproc/mxml/patches/patch-aa
textproc/namazu/DESCR
textproc/namazu/MESSAGE
textproc/namazu/Makefile
textproc/namazu/PLIST
textproc/namazu/distinfo
textproc/namazu/patches/patch-ab
textproc/nbsed/DESCR
textproc/nbsed/Makefile
textproc/nbsed/PLIST
textproc/nbsed/files/Makefile.in
textproc/nbsed/files/POSIX
textproc/nbsed/files/TEST/hanoi.sed
textproc/nbsed/files/TEST/math.sed
textproc/nbsed/files/TEST/sed.test
textproc/nbsed/files/compile.c
textproc/nbsed/files/config.guess
textproc/nbsed/files/config.h.in
textproc/nbsed/files/config.sub
textproc/nbsed/files/configure
textproc/nbsed/files/configure.ac
textproc/nbsed/files/defs.h
textproc/nbsed/files/extern.h
textproc/nbsed/files/install-sh
textproc/nbsed/files/main.c
textproc/nbsed/files/misc.c
textproc/nbsed/files/mkinstalldirs
textproc/nbsed/files/process.c
textproc/nbsed/files/sed.1
textproc/nbsed/files/sed.cat1
textproc/nbsed/files/sed2nbcompat
textproc/ndtpd/DESCR
textproc/ndtpd/MESSAGE
textproc/ndtpd/Makefile
textproc/ndtpd/PLIST
textproc/ndtpd/distinfo
textproc/ndtpd/files/ndtpd.sh
textproc/ndtpd/patches/patch-aa
textproc/ndtpd/patches/patch-ac
textproc/ndtpd/patches/patch-ad
textproc/ndtpd/patches/patch-ae
textproc/nxml-mode/DESCR
textproc/nxml-mode/MESSAGE
textproc/nxml-mode/Makefile
textproc/nxml-mode/PLIST
textproc/nxml-mode/distinfo
textproc/o3read/DESCR
textproc/o3read/Makefile
textproc/o3read/PLIST
textproc/o3read/distinfo
textproc/o3read/patches/patch-aa
textproc/openjade/DESCR
textproc/openjade/Makefile
textproc/openjade/PLIST
textproc/openjade/distinfo
textproc/openjade/patches/patch-aa
textproc/openjade/patches/patch-ab
textproc/openjade/patches/patch-ac
textproc/openjade/patches/patch-ad
textproc/openjade/patches/patch-ae
textproc/openjade/patches/patch-af
textproc/opensp/DESCR
textproc/opensp/Makefile
textproc/opensp/PLIST
textproc/opensp/buildlink3.mk
textproc/opensp/distinfo
textproc/opensp/hacks.mk
textproc/opensp/patches/patch-aa
textproc/opensp/patches/patch-ab
textproc/p5-CAM-PDF/DESCR
textproc/p5-CAM-PDF/Makefile
textproc/p5-CAM-PDF/distinfo
textproc/p5-Convert-ASCII-Armour/DESCR
textproc/p5-Convert-ASCII-Armour/Makefile
textproc/p5-Convert-ASCII-Armour/distinfo
textproc/p5-Convert-ASN1/DESCR
textproc/p5-Convert-ASN1/Makefile
textproc/p5-Convert-ASN1/distinfo
textproc/p5-Convert-BER/DESCR
textproc/p5-Convert-BER/Makefile
textproc/p5-Convert-BER/distinfo
textproc/p5-Convert-PEM/DESCR
textproc/p5-Convert-PEM/Makefile
textproc/p5-Convert-PEM/distinfo
textproc/p5-Cz-Cstools/DESCR
textproc/p5-Cz-Cstools/Makefile
textproc/p5-Cz-Cstools/distinfo
textproc/p5-Data-FormValidator/DESCR
textproc/p5-Data-FormValidator/Makefile
textproc/p5-Data-FormValidator/distinfo
textproc/p5-Encode-Detect/DESCR
textproc/p5-Encode-Detect/Makefile
textproc/p5-Encode-Detect/distinfo
textproc/p5-Encode/DESCR
textproc/p5-Encode/Makefile
textproc/p5-Encode/distinfo
textproc/p5-Feed-Find/DESCR
textproc/p5-Feed-Find/Makefile
textproc/p5-Feed-Find/distinfo
textproc/p5-File-ReadBackwards/DESCR
textproc/p5-File-ReadBackwards/Makefile
textproc/p5-File-ReadBackwards/distinfo
textproc/p5-Filter/DESCR
textproc/p5-Filter/Makefile
textproc/p5-Filter/distinfo
textproc/p5-Lingua-EN-Inflect/DESCR
textproc/p5-Lingua-EN-Inflect/Makefile
textproc/p5-Lingua-EN-Inflect/distinfo
textproc/p5-Lingua-EN-Numbers-Ordinate/DESCR
textproc/p5-Lingua-EN-Numbers-Ordinate/Makefile
textproc/p5-Lingua-EN-Numbers-Ordinate/distinfo
textproc/p5-Lingua-EN-Sentence/DESCR
textproc/p5-Lingua-EN-Sentence/Makefile
textproc/p5-Lingua-EN-Sentence/distinfo
textproc/p5-Lingua-Preferred/DESCR
textproc/p5-Lingua-Preferred/Makefile
textproc/p5-Lingua-Preferred/distinfo
textproc/p5-Lingua-Stem-Snowball/DESCR
textproc/p5-Lingua-Stem-Snowball/Makefile
textproc/p5-Lingua-Stem-Snowball/distinfo
textproc/p5-Net-Dict/DESCR
textproc/p5-Net-Dict/Makefile
textproc/p5-Net-Dict/distinfo
textproc/p5-Net-Dict/patches/patch-aa
textproc/p5-Number-Format/DESCR
textproc/p5-Number-Format/Makefile
textproc/p5-Number-Format/distinfo
textproc/p5-PDF-API2/DESCR
textproc/p5-PDF-API2/Makefile
textproc/p5-PDF-API2/distinfo
textproc/p5-PDF-Create/DESCR
textproc/p5-PDF-Create/Makefile
textproc/p5-PDF-Create/distinfo
textproc/p5-PDF/DESCR
textproc/p5-PDF/Makefile
textproc/p5-PDF/distinfo
textproc/p5-Pod-Coverage/DESCR
textproc/p5-Pod-Coverage/Makefile
textproc/p5-Pod-Coverage/distinfo
textproc/p5-Pod-Escapes/DESCR
textproc/p5-Pod-Escapes/Makefile
textproc/p5-Pod-Escapes/distinfo
textproc/p5-Pod-POM/DESCR
textproc/p5-Pod-POM/Makefile
textproc/p5-Pod-POM/distinfo
textproc/p5-Pod-Simple/DESCR
textproc/p5-Pod-Simple/Makefile
textproc/p5-Pod-Simple/distinfo
textproc/p5-Pod-Tests/DESCR
textproc/p5-Pod-Tests/Makefile
textproc/p5-Pod-Tests/distinfo
textproc/p5-Pod-Tree/DESCR
textproc/p5-Pod-Tree/Makefile
textproc/p5-Pod-Tree/distinfo
textproc/p5-Regexp-Common/DESCR
textproc/p5-Regexp-Common/Makefile
textproc/p5-Regexp-Common/distinfo
textproc/p5-SGMLS/DESCR
textproc/p5-SGMLS/Makefile
textproc/p5-SGMLS/PLIST
textproc/p5-SGMLS/distinfo
textproc/p5-SGMLS/patches/patch-aa
textproc/p5-String-Approx/DESCR
textproc/p5-String-Approx/Makefile
textproc/p5-String-Approx/distinfo
textproc/p5-String-CRC32/DESCR
textproc/p5-String-CRC32/Makefile
textproc/p5-String-CRC32/distinfo
textproc/p5-String-Random/DESCR
textproc/p5-String-Random/Makefile
textproc/p5-String-Random/PLIST
textproc/p5-String-Random/distinfo
textproc/p5-String-ShellQuote/DESCR
textproc/p5-String-ShellQuote/Makefile
textproc/p5-String-ShellQuote/distinfo
textproc/p5-Template-Plugin-Number-Format/DESCR
textproc/p5-Template-Plugin-Number-Format/Makefile
textproc/p5-Template-Plugin-Number-Format/distinfo
textproc/p5-Text-Autoformat/DESCR
textproc/p5-Text-Autoformat/Makefile
textproc/p5-Text-Autoformat/distinfo
textproc/p5-Text-Balanced/DESCR
textproc/p5-Text-Balanced/Makefile
textproc/p5-Text-Balanced/distinfo
textproc/p5-Text-BibTeX/DESCR
textproc/p5-Text-BibTeX/Makefile
textproc/p5-Text-BibTeX/distinfo
textproc/p5-Text-CSV-Hash/DESCR
textproc/p5-Text-CSV-Hash/Makefile
textproc/p5-Text-CSV-Hash/distinfo
textproc/p5-Text-CSV_XS/DESCR
textproc/p5-Text-CSV_XS/Makefile
textproc/p5-Text-CSV_XS/distinfo
textproc/p5-Text-ChaSen/DESCR
textproc/p5-Text-ChaSen/Makefile
textproc/p5-Text-ChaSen/distinfo
textproc/p5-Text-ChaSen/patches/patch-aa
textproc/p5-Text-CharWidth/DESCR
textproc/p5-Text-CharWidth/Makefile
textproc/p5-Text-CharWidth/distinfo
textproc/p5-Text-Context-EitherSide/DESCR
textproc/p5-Text-Context-EitherSide/Makefile
textproc/p5-Text-Context-EitherSide/distinfo
textproc/p5-Text-DelimMatch/DESCR
textproc/p5-Text-DelimMatch/Makefile
textproc/p5-Text-DelimMatch/distinfo
textproc/p5-Text-Diff-HTML/DESCR
textproc/p5-Text-Diff-HTML/Makefile
textproc/p5-Text-Diff-HTML/distinfo
textproc/p5-Text-Diff/DESCR
textproc/p5-Text-Diff/Makefile
textproc/p5-Text-Diff/distinfo
textproc/p5-Text-Emoticon-MSN/DESCR
textproc/p5-Text-Emoticon-MSN/Makefile
textproc/p5-Text-Emoticon-MSN/distinfo
textproc/p5-Text-Emoticon/DESCR
textproc/p5-Text-Emoticon/Makefile
textproc/p5-Text-Emoticon/distinfo
textproc/p5-Text-Format/DESCR
textproc/p5-Text-Format/Makefile
textproc/p5-Text-Format/distinfo
textproc/p5-Text-Glob/DESCR
textproc/p5-Text-Glob/Makefile
textproc/p5-Text-Glob/distinfo
textproc/p5-Text-Kakasi/DESCR
textproc/p5-Text-Kakasi/Makefile
textproc/p5-Text-Kakasi/distinfo
textproc/p5-Text-LevenshteinXS/DESCR
textproc/p5-Text-LevenshteinXS/Makefile
textproc/p5-Text-LevenshteinXS/distinfo
textproc/p5-Text-Markdown/DESCR
textproc/p5-Text-Markdown/Makefile
textproc/p5-Text-Markdown/distinfo
textproc/p5-Text-PDF/DESCR
textproc/p5-Text-PDF/Makefile
textproc/p5-Text-PDF/distinfo
textproc/p5-Text-Quoted/DESCR
textproc/p5-Text-Quoted/Makefile
textproc/p5-Text-Quoted/distinfo
textproc/p5-Text-Reflow/DESCR
textproc/p5-Text-Reflow/Makefile
textproc/p5-Text-Reflow/distinfo
textproc/p5-Text-Reform/DESCR
textproc/p5-Text-Reform/Makefile
textproc/p5-Text-Reform/distinfo
textproc/p5-Text-RewriteRules/DESCR
textproc/p5-Text-RewriteRules/Makefile
textproc/p5-Text-RewriteRules/distinfo
textproc/p5-Text-Shellwords/DESCR
textproc/p5-Text-Shellwords/Makefile
textproc/p5-Text-Shellwords/distinfo
textproc/p5-Text-Substitute/DESCR
textproc/p5-Text-Substitute/Makefile
textproc/p5-Text-Substitute/distinfo
textproc/p5-Text-Tabs+Wrap/DESCR
textproc/p5-Text-Tabs+Wrap/Makefile
textproc/p5-Text-Tabs+Wrap/distinfo
textproc/p5-Text-Template/DESCR
textproc/p5-Text-Template/Makefile
textproc/p5-Text-Template/distinfo
textproc/p5-Text-Textile/DESCR
textproc/p5-Text-Textile/Makefile
textproc/p5-Text-Textile/distinfo
textproc/p5-Text-Unaccent/DESCR
textproc/p5-Text-Unaccent/Makefile
textproc/p5-Text-Unaccent/distinfo
textproc/p5-Text-WikiFormat/DESCR
textproc/p5-Text-WikiFormat/Makefile
textproc/p5-Text-WikiFormat/distinfo
textproc/p5-Text-WrapI18N/DESCR
textproc/p5-Text-WrapI18N/Makefile
textproc/p5-Text-WrapI18N/distinfo
textproc/p5-Text-Wrapper/DESCR
textproc/p5-Text-Wrapper/Makefile
textproc/p5-Text-Wrapper/distinfo
textproc/p5-Text-vCard/DESCR
textproc/p5-Text-vCard/Makefile
textproc/p5-Text-vCard/distinfo
textproc/p5-Text-vFile-asData/DESCR
textproc/p5-Text-vFile-asData/Makefile
textproc/p5-Text-vFile-asData/distinfo
textproc/p5-XML-Atom-SimpleFeed/DESCR
textproc/p5-XML-Atom-SimpleFeed/Makefile
textproc/p5-XML-Atom-SimpleFeed/distinfo
textproc/p5-XML-Atom-Stream/DESCR
textproc/p5-XML-Atom-Stream/Makefile
textproc/p5-XML-Atom-Stream/distinfo
textproc/p5-XML-Atom/DESCR
textproc/p5-XML-Atom/Makefile
textproc/p5-XML-Atom/distinfo
textproc/p5-XML-AutoWriter/DESCR
textproc/p5-XML-AutoWriter/Makefile
textproc/p5-XML-AutoWriter/distinfo
textproc/p5-XML-Checker/DESCR
textproc/p5-XML-Checker/Makefile
textproc/p5-XML-Checker/distinfo
textproc/p5-XML-Clean/DESCR
textproc/p5-XML-Clean/Makefile
textproc/p5-XML-Clean/distinfo
textproc/p5-XML-DOM/DESCR
textproc/p5-XML-DOM/Makefile
textproc/p5-XML-DOM/distinfo
textproc/p5-XML-Dumper/DESCR
textproc/p5-XML-Dumper/Makefile
textproc/p5-XML-Dumper/distinfo
textproc/p5-XML-Encoding/DESCR
textproc/p5-XML-Encoding/Makefile
textproc/p5-XML-Encoding/distinfo
textproc/p5-XML-Feed/DESCR
textproc/p5-XML-Feed/Makefile
textproc/p5-XML-Feed/distinfo
textproc/p5-XML-Filter-BufferText/DESCR
textproc/p5-XML-Filter-BufferText/Makefile
textproc/p5-XML-Filter-BufferText/distinfo
textproc/p5-XML-Filter-DOMFilter-LibXML/DESCR
textproc/p5-XML-Filter-DOMFilter-LibXML/Makefile
textproc/p5-XML-Filter-DOMFilter-LibXML/distinfo
textproc/p5-XML-Filter-DetectWS/DESCR
textproc/p5-XML-Filter-DetectWS/Makefile
textproc/p5-XML-Filter-DetectWS/distinfo
textproc/p5-XML-Filter-Reindent/DESCR
textproc/p5-XML-Filter-Reindent/Makefile
textproc/p5-XML-Filter-Reindent/distinfo
textproc/p5-XML-Filter-SAXT/DESCR
textproc/p5-XML-Filter-SAXT/Makefile
textproc/p5-XML-Filter-SAXT/distinfo
textproc/p5-XML-Grove/DESCR
textproc/p5-XML-Grove/Makefile
textproc/p5-XML-Grove/distinfo
textproc/p5-XML-Handler-Trees/DESCR
textproc/p5-XML-Handler-Trees/Makefile
textproc/p5-XML-Handler-Trees/distinfo
textproc/p5-XML-Handler-YAWriter/DESCR
textproc/p5-XML-Handler-YAWriter/Makefile
textproc/p5-XML-Handler-YAWriter/distinfo
textproc/p5-XML-LibXML-Common/DESCR
textproc/p5-XML-LibXML-Common/Makefile
textproc/p5-XML-LibXML-Common/distinfo
textproc/p5-XML-LibXML-Common/patches/patch-aa
textproc/p5-XML-LibXML-Iterator/DESCR
textproc/p5-XML-LibXML-Iterator/Makefile
textproc/p5-XML-LibXML-Iterator/distinfo
textproc/p5-XML-LibXML/DEINSTALL
textproc/p5-XML-LibXML/DESCR
textproc/p5-XML-LibXML/INSTALL
textproc/p5-XML-LibXML/Makefile
textproc/p5-XML-LibXML/distinfo
textproc/p5-XML-LibXSLT/DESCR
textproc/p5-XML-LibXSLT/Makefile
textproc/p5-XML-LibXSLT/distinfo
textproc/p5-XML-NamespaceSupport/DESCR
textproc/p5-XML-NamespaceSupport/Makefile
textproc/p5-XML-NamespaceSupport/distinfo
textproc/p5-XML-Node/DESCR
textproc/p5-XML-Node/Makefile
textproc/p5-XML-Node/PLIST
textproc/p5-XML-Node/distinfo
textproc/p5-XML-NodeFilter/DESCR
textproc/p5-XML-NodeFilter/Makefile
textproc/p5-XML-NodeFilter/distinfo
textproc/p5-XML-Parser/DESCR
textproc/p5-XML-Parser/Makefile
textproc/p5-XML-Parser/distinfo
textproc/p5-XML-Parser/patches/patch-aa
textproc/p5-XML-RAI/DESCR
textproc/p5-XML-RAI/Makefile
textproc/p5-XML-RAI/distinfo
textproc/p5-XML-RSS-Parser/DESCR
textproc/p5-XML-RSS-Parser/Makefile
textproc/p5-XML-RSS-Parser/distinfo
textproc/p5-XML-RSS/DESCR
textproc/p5-XML-RSS/Makefile
textproc/p5-XML-RSS/distinfo
textproc/p5-XML-RegExp/DESCR
textproc/p5-XML-RegExp/Makefile
textproc/p5-XML-RegExp/distinfo
textproc/p5-XML-SAX-Expat/DEINSTALL
textproc/p5-XML-SAX-Expat/DESCR
textproc/p5-XML-SAX-Expat/INSTALL
textproc/p5-XML-SAX-Expat/Makefile
textproc/p5-XML-SAX-Expat/distinfo
textproc/p5-XML-SAX-Writer/DESCR
textproc/p5-XML-SAX-Writer/Makefile
textproc/p5-XML-SAX-Writer/distinfo
textproc/p5-XML-SAX/DEINSTALL
textproc/p5-XML-SAX/DESCR
textproc/p5-XML-SAX/INSTALL
textproc/p5-XML-SAX/Makefile
textproc/p5-XML-SAX/PLIST
textproc/p5-XML-SAX/distinfo
textproc/p5-XML-SAX/patches/patch-aa
textproc/p5-XML-Sablotron/DESCR
textproc/p5-XML-Sablotron/Makefile
textproc/p5-XML-Sablotron/distinfo
textproc/p5-XML-SemanticDiff/DESCR
textproc/p5-XML-SemanticDiff/Makefile
textproc/p5-XML-SemanticDiff/distinfo
textproc/p5-XML-Simple/DESCR
textproc/p5-XML-Simple/Makefile
textproc/p5-XML-Simple/distinfo
textproc/p5-XML-Stream/DESCR
textproc/p5-XML-Stream/Makefile
textproc/p5-XML-Stream/distinfo
textproc/p5-XML-Twig/DESCR
textproc/p5-XML-Twig/Makefile
textproc/p5-XML-Twig/distinfo
textproc/p5-XML-Twig/patches/patch-aa
textproc/p5-XML-Twig/patches/patch-ab
textproc/p5-XML-UM/DESCR
textproc/p5-XML-UM/Makefile
textproc/p5-XML-UM/distinfo
textproc/p5-XML-Writer-String/DESCR
textproc/p5-XML-Writer-String/Makefile
textproc/p5-XML-Writer-String/distinfo
textproc/p5-XML-Writer/DESCR
textproc/p5-XML-Writer/Makefile
textproc/p5-XML-Writer/distinfo
textproc/p5-XML-XPath/DESCR
textproc/p5-XML-XPath/Makefile
textproc/p5-XML-XPath/distinfo
textproc/p5-XML-XQL/DESCR
textproc/p5-XML-XQL/Makefile
textproc/p5-XML-XQL/distinfo
textproc/p5-XML-XSLT/DESCR
textproc/p5-XML-XSLT/Makefile
textproc/p5-XML-XSLT/distinfo
textproc/p5-XML-XUpdate-LibXML/DESCR
textproc/p5-XML-XUpdate-LibXML/Makefile
textproc/p5-XML-XUpdate-LibXML/distinfo
textproc/p5-XML-Xerces/DESCR
textproc/p5-XML-Xerces/Makefile
textproc/p5-XML-Xerces/distinfo
textproc/p5-YAML-Syck/DESCR
textproc/p5-YAML-Syck/Makefile
textproc/p5-YAML-Syck/distinfo
textproc/p5-YAML/DESCR
textproc/p5-YAML/Makefile
textproc/p5-YAML/distinfo
textproc/p5-libxml/DESCR
textproc/p5-libxml/Makefile
textproc/p5-libxml/distinfo
textproc/p5-mecab/DESCR
textproc/p5-mecab/Makefile
textproc/p5-mecab/distinfo
textproc/p5-native-hyperestraier/DESCR
textproc/p5-native-hyperestraier/Makefile
textproc/p5-native-hyperestraier/PLIST
textproc/par/DESCR
textproc/par/Makefile
textproc/par/PLIST
textproc/par/distinfo
textproc/php-json/DESCR
textproc/php-json/Makefile
textproc/php-json/distinfo
textproc/php-pspell/DESCR
textproc/php-pspell/Makefile
textproc/php-wddx/DESCR
textproc/php-wddx/Makefile
textproc/php4-domxml/DESCR
textproc/php4-domxml/Makefile
textproc/php4-xslt/DESCR
textproc/php4-xslt/Makefile
textproc/php4-xslt/PLIST.extras
textproc/php5-dom/DESCR
textproc/php5-dom/Makefile
textproc/php5-xsl/DESCR
textproc/php5-xsl/MESSAGE
textproc/php5-xsl/Makefile
textproc/po4a/DESCR
textproc/po4a/Makefile
textproc/po4a/distinfo
textproc/po4a/patches/patch-aa
textproc/postgresql-autodoc/DESCR
textproc/postgresql-autodoc/Makefile
textproc/postgresql-autodoc/PLIST
textproc/postgresql-autodoc/distinfo
textproc/psgml-mode/DESCR
textproc/psgml-mode/MESSAGE
textproc/psgml-mode/Makefile
textproc/psgml-mode/PLIST
textproc/psgml-mode/distinfo
textproc/pxp/DESCR
textproc/pxp/Makefile
textproc/pxp/PLIST
textproc/pxp/PLIST.opt
textproc/pxp/distinfo
textproc/py-Excelerator/DESCR
textproc/py-Excelerator/Makefile
textproc/py-Excelerator/PLIST
textproc/py-Excelerator/distinfo
textproc/py-FourSuite/DESCR
textproc/py-FourSuite/Makefile
textproc/py-FourSuite/PLIST
textproc/py-FourSuite/distinfo
textproc/py-FourSuite/patches/patch-aa
textproc/py-FourSuite/patches/patch-ab
textproc/py-FourSuite/patches/patch-ac
textproc/py-FourSuite/patches/patch-ad
textproc/py-HappyDoc/DESCR
textproc/py-HappyDoc/Makefile
textproc/py-HappyDoc/PLIST
textproc/py-HappyDoc/distinfo
textproc/py-HappyDoc/patches/patch-aa
textproc/py-HappyDoc/patches/patch-ab
textproc/py-Reverend/DESCR
textproc/py-Reverend/Makefile
textproc/py-Reverend/PLIST
textproc/py-Reverend/distinfo
textproc/py-SimpleParse/DESCR
textproc/py-SimpleParse/Makefile
textproc/py-SimpleParse/PLIST
textproc/py-SimpleParse/distinfo
textproc/py-X/DESCR
textproc/py-X/Makefile
textproc/py-X/PLIST
textproc/py-X/distinfo
textproc/py-X/patches/patch-aa
textproc/py-cmTemplate/DESCR
textproc/py-cmTemplate/Makefile
textproc/py-cmTemplate/PLIST
textproc/py-cmTemplate/distinfo
textproc/py-csv/DESCR
textproc/py-csv/Makefile
textproc/py-csv/PLIST
textproc/py-csv/distinfo
textproc/py-docutils/DESCR
textproc/py-docutils/Makefile
textproc/py-docutils/PLIST
textproc/py-docutils/distinfo
textproc/py-elementtree/DESCR
textproc/py-elementtree/Makefile
textproc/py-elementtree/PLIST
textproc/py-elementtree/buildlink3.mk
textproc/py-elementtree/distinfo
textproc/py-expat/DESCR
textproc/py-expat/Makefile
textproc/py-expat/PLIST
textproc/py-expat/files/setup.py
textproc/py-feedparser/DESCR
textproc/py-feedparser/Makefile
textproc/py-feedparser/PLIST
textproc/py-feedparser/distinfo
textproc/py-gdick/DESCR
textproc/py-gdick/Makefile
textproc/py-gdick/PLIST
textproc/py-gdick/distinfo
textproc/py-gnosis-utils/DESCR
textproc/py-gnosis-utils/Makefile
textproc/py-gnosis-utils/PLIST
textproc/py-gnosis-utils/distinfo
textproc/py-gnosis-utils/patches/patch-aa
textproc/py-html2text/DESCR
textproc/py-html2text/Makefile
textproc/py-html2text/PLIST
textproc/py-html2text/distinfo
textproc/py-html2text/patches/patch-aa
textproc/py-libxml2/DESCR
textproc/py-libxml2/Makefile
textproc/py-libxml2/PLIST
textproc/py-libxml2/buildlink3.mk
textproc/py-libxml2/distinfo
textproc/py-libxml2/patches/patch-aa
textproc/py-libxml2/patches/patch-ab
textproc/py-libxslt/DESCR
textproc/py-libxslt/Makefile
textproc/py-libxslt/PLIST
textproc/py-libxslt/distinfo
textproc/py-libxslt/files/setup.py
textproc/py-markdown/DESCR
textproc/py-markdown/Makefile
textproc/py-markdown/PLIST
textproc/py-markdown/distinfo
textproc/py-mecab/DESCR
textproc/py-mecab/Makefile
textproc/py-mecab/PLIST
textproc/py-mecab/distinfo
textproc/py-textile/DESCR
textproc/py-textile/MESSAGE
textproc/py-textile/Makefile
textproc/py-textile/PLIST
textproc/py-textile/distinfo
textproc/py-xml/DESCR
textproc/py-xml/Makefile
textproc/py-xml/PLIST
textproc/py-xml/buildlink3.mk
textproc/py-xml/distinfo
textproc/py-xml/patches/patch-aa
textproc/py-yaml/DESCR
textproc/py-yaml/Makefile
textproc/py-yaml/PLIST
textproc/py-yaml/distinfo
textproc/qprint/DESCR
textproc/qprint/Makefile
textproc/qprint/PLIST
textproc/qprint/distinfo
textproc/qsubst/DESCR
textproc/qsubst/Makefile
textproc/qsubst/PLIST
textproc/qsubst/distinfo
textproc/qsubst/patches/patch-aa
textproc/qsubst/patches/patch-ab
textproc/raptor/DESCR
textproc/raptor/Makefile
textproc/raptor/PLIST
textproc/raptor/buildlink3.mk
textproc/raptor/distinfo
textproc/rarian/DESCR
textproc/rarian/Makefile
textproc/rarian/PLIST
textproc/rarian/buildlink3.mk
textproc/rarian/distinfo
textproc/rarian/files/install-scrollkeeper.tmpl
textproc/rarian/patches/patch-aa
textproc/regexx/DESCR
textproc/regexx/Makefile
textproc/regexx/PLIST
textproc/regexx/distinfo
textproc/regexx/patches/patch-aa
textproc/regexx/patches/patch-ab
textproc/regexx/patches/patch-ac
textproc/regexx/patches/patch-ad
textproc/rfcutil/DESCR
textproc/rfcutil/Makefile
textproc/rfcutil/PLIST
textproc/rfcutil/distinfo
textproc/rman/DESCR
textproc/rman/Makefile
textproc/rman/PLIST
textproc/rman/distinfo
textproc/robodoc/DESCR
textproc/robodoc/Makefile
textproc/robodoc/PLIST
textproc/robodoc/distinfo
textproc/robodoc/patches/patch-aa
textproc/robodoc/patches/patch-ab
textproc/robodoc/patches/patch-ac
textproc/robodoc/patches/patch-ad
textproc/rtf-tools/DESCR
textproc/rtf-tools/Makefile
textproc/rtf-tools/PLIST
textproc/rtf-tools/distinfo
textproc/rtf-tools/patches/patch-aa
textproc/rtf-tools/patches/patch-ab
textproc/rtf-tools/patches/patch-ac
textproc/rtf-tools/patches/patch-ad
textproc/rtf-tools/patches/patch-ae
textproc/rtf-tools/patches/patch-af
textproc/rtf-tools/patches/patch-ag
textproc/rtf-tools/patches/patch-ah
textproc/rtf-tools/patches/patch-ai
textproc/rtf-tools/patches/patch-aj
textproc/rtfm/DESCR
textproc/rtfm/Makefile
textproc/rtfm/PLIST
textproc/rtfm/distinfo
textproc/rtfm/patches/patch-aa
textproc/rtfm/patches/patch-ab
textproc/rubber/DESCR
textproc/rubber/Makefile
textproc/rubber/PLIST
textproc/rubber/distinfo
textproc/rubber/patches/patch-aa
textproc/rubber/patches/patch-ab
textproc/rubber/patches/patch-ac
textproc/ruby-amrita/DESCR
textproc/ruby-amrita/Makefile
textproc/ruby-amrita/PLIST
textproc/ruby-amrita/distinfo
textproc/ruby-bluecloth/DESCR
textproc/ruby-bluecloth/Makefile
textproc/ruby-bluecloth/PLIST
textproc/ruby-bluecloth/distinfo
textproc/ruby-builder/DESCR
textproc/ruby-builder/Makefile
textproc/ruby-builder/PLIST
textproc/ruby-builder/distinfo
textproc/ruby-coderay/DESCR
textproc/ruby-coderay/Makefile
textproc/ruby-coderay/PLIST
textproc/ruby-coderay/distinfo
textproc/ruby-diff-lcs/DESCR
textproc/ruby-diff-lcs/Makefile
textproc/ruby-diff-lcs/PLIST
textproc/ruby-diff-lcs/distinfo
textproc/ruby-eruby/DESCR
textproc/ruby-eruby/Makefile
textproc/ruby-eruby/PLIST
textproc/ruby-eruby/buildlink3.mk
textproc/ruby-eruby/distinfo
textproc/ruby-eruby/patches/patch-aa
textproc/ruby-eruby/patches/patch-ab
textproc/ruby-eruby/patches/patch-ac
textproc/ruby-fastercsv/DESCR
textproc/ruby-fastercsv/Makefile
textproc/ruby-fastercsv/PLIST
textproc/ruby-fastercsv/distinfo
textproc/ruby-feed-normalizer/DESCR
textproc/ruby-feed-normalizer/Makefile
textproc/ruby-feed-normalizer/PLIST
textproc/ruby-feed-normalizer/distinfo
textproc/ruby-ferret/DESCR
textproc/ruby-ferret/Makefile
textproc/ruby-ferret/PLIST
textproc/ruby-ferret/distinfo
textproc/ruby-haml/DESCR
textproc/ruby-haml/Makefile
textproc/ruby-haml/PLIST
textproc/ruby-haml/distinfo
textproc/ruby-hpricot/DESCR
textproc/ruby-hpricot/Makefile
textproc/ruby-hpricot/PLIST
textproc/ruby-hpricot/distinfo
textproc/ruby-hpricot/patches/patch-aa
textproc/ruby-html-parser/DESCR
textproc/ruby-html-parser/Makefile
textproc/ruby-html-parser/PLIST
textproc/ruby-html-parser/distinfo
textproc/ruby-html-parser/patches/patch-aa
textproc/ruby-htree/DESCR
textproc/ruby-htree/Makefile
textproc/ruby-htree/PLIST
textproc/ruby-htree/distinfo
textproc/ruby-itex2MML/DESCR
textproc/ruby-itex2MML/Makefile
textproc/ruby-itex2MML/PLIST
textproc/ruby-itex2MML/distinfo
textproc/ruby-itex2MML/patches/patch-aa
textproc/ruby-json-pure/DESCR
textproc/ruby-json-pure/Makefile
textproc/ruby-json-pure/PLIST
textproc/ruby-json-pure/distinfo
textproc/ruby-json/DESCR
textproc/ruby-json/Makefile
textproc/ruby-json/PLIST
textproc/ruby-json/distinfo
textproc/ruby-json/patches/patch-aa
textproc/ruby-libxml/DESCR
textproc/ruby-libxml/Makefile
textproc/ruby-libxml/PLIST
textproc/ruby-libxml/distinfo
textproc/ruby-markaby/DESCR
textproc/ruby-markaby/Makefile
textproc/ruby-markaby/PLIST
textproc/ruby-markaby/distinfo
textproc/ruby-maruku/DESCR
textproc/ruby-maruku/Makefile
textproc/ruby-maruku/PLIST
textproc/ruby-maruku/distinfo
textproc/ruby-mecab/DESCR
textproc/ruby-mecab/Makefile
textproc/ruby-mecab/PLIST
textproc/ruby-mecab/distinfo
textproc/ruby-native-hyperestraier/DESCR
textproc/ruby-native-hyperestraier/Makefile
textproc/ruby-native-hyperestraier/PLIST
textproc/ruby-nqxml/DESCR
textproc/ruby-nqxml/Makefile
textproc/ruby-nqxml/PLIST
textproc/ruby-nqxml/distinfo
textproc/ruby-pure-hyperestraier/DESCR
textproc/ruby-pure-hyperestraier/Makefile
textproc/ruby-pure-hyperestraier/PLIST
textproc/ruby-rdtool/DESCR
textproc/ruby-rdtool/Makefile
textproc/ruby-rdtool/PLIST
textproc/ruby-rdtool/buildlink3.mk
textproc/ruby-rdtool/distinfo
textproc/ruby-rdtool/patches/patch-ae
textproc/ruby-redcloth/DESCR
textproc/ruby-redcloth/Makefile
textproc/ruby-redcloth/PLIST
textproc/ruby-redcloth/distinfo
textproc/ruby-rison/DESCR
textproc/ruby-rison/Makefile
textproc/ruby-rison/PLIST
textproc/ruby-rison/distinfo
textproc/ruby-rttool/DESCR
textproc/ruby-rttool/Makefile
textproc/ruby-rttool/PLIST
textproc/ruby-rttool/distinfo
textproc/ruby-rttool/patches/patch-ab
textproc/ruby-sary/DESCR
textproc/ruby-sary/Makefile
textproc/ruby-sary/PLIST
textproc/ruby-sary/distinfo
textproc/ruby-simple-rss/DESCR
textproc/ruby-simple-rss/Makefile
textproc/ruby-simple-rss/PLIST
textproc/ruby-simple-rss/distinfo
textproc/ruby-suikyo/DESCR
textproc/ruby-suikyo/Makefile
textproc/ruby-suikyo/PLIST
textproc/ruby-syntax/DESCR
textproc/ruby-syntax/Makefile
textproc/ruby-syntax/PLIST
textproc/ruby-syntax/distinfo
textproc/ruby-xmlparser/DESCR
textproc/ruby-xmlparser/Makefile
textproc/ruby-xmlparser/PLIST
textproc/ruby-xmlparser/distinfo
textproc/ruby-xmlparser/patches/patch-ac
textproc/ruby-xmlscan/DESCR
textproc/ruby-xmlscan/Makefile
textproc/ruby-xmlscan/PLIST
textproc/ruby-xmlscan/distinfo
textproc/ruby-xslt/DESCR
textproc/ruby-xslt/Makefile
textproc/ruby-xslt/PLIST
textproc/ruby-xslt/distinfo
textproc/sablotron/DESCR
textproc/sablotron/Makefile
textproc/sablotron/PLIST
textproc/sablotron/buildlink3.mk
textproc/sablotron/distinfo
textproc/sablotron/patches/patch-aa
textproc/sary/DESCR
textproc/sary/Makefile
textproc/sary/PLIST
textproc/sary/buildlink3.mk
textproc/sary/distinfo
textproc/saxon/DESCR
textproc/saxon/Makefile
textproc/saxon/PLIST
textproc/saxon/distinfo
textproc/scew/DESCR
textproc/scew/Makefile
textproc/scew/PLIST
textproc/scew/distinfo
textproc/scew/patches/patch-aa
textproc/scrollkeeper/omf.mk
textproc/source-highlight/DESCR
textproc/source-highlight/Makefile
textproc/source-highlight/PLIST
textproc/source-highlight/distinfo
textproc/stardic/DESCR
textproc/stardic/Makefile
textproc/stardic/PLIST
textproc/stardic/distinfo
textproc/stardic/patches/patch-aa
textproc/stardic/patches/patch-ab
textproc/stardic/patches/patch-ac
textproc/stardic/patches/patch-ad
textproc/subtitleripper/DESCR
textproc/subtitleripper/Makefile
textproc/subtitleripper/PLIST
textproc/subtitleripper/distinfo
textproc/subtitleripper/patches/patch-aa
textproc/subtitleripper/patches/patch-ab
textproc/suikyo-conv-table/DESCR
textproc/suikyo-conv-table/Makefile
textproc/suikyo-conv-table/PLIST
textproc/suikyo-docs/DESCR
textproc/suikyo-docs/Makefile
textproc/suikyo-docs/PLIST
textproc/suikyo-elisp/DESCR
textproc/suikyo-elisp/Makefile
textproc/suikyo-elisp/PLIST
textproc/suikyo/DESCR
textproc/suikyo/Makefile
textproc/suikyo/Makefile.common
textproc/suikyo/PLIST
textproc/suikyo/distinfo
textproc/suikyo/patches/patch-aa
textproc/tcl-dom/DESCR
textproc/tcl-dom/Makefile
textproc/tcl-dom/PLIST
textproc/tcl-dom/distinfo
textproc/tcl-expat/DESCR
textproc/tcl-expat/Makefile
textproc/tcl-expat/PLIST
textproc/tcl-expat/distinfo
textproc/tcl-expat/patches/patch-aa
textproc/tcl-expat/patches/patch-ab
textproc/tcl-xml/DESCR
textproc/tcl-xml/Makefile
textproc/tcl-xml/PLIST
textproc/tcl-xml/distinfo
textproc/tei/DESCR
textproc/tei/Makefile
textproc/tei/PLIST
textproc/tei/distinfo
textproc/teixsl-fo/DESCR
textproc/teixsl-fo/Makefile
textproc/teixsl-fo/PLIST
textproc/teixsl-fo/distinfo
textproc/teixsl-html/DESCR
textproc/teixsl-html/Makefile
textproc/teixsl-html/PLIST
textproc/teixsl-html/distinfo
textproc/tex-xmltex/DESCR
textproc/tex-xmltex/Makefile
textproc/tex-xmltex/PLIST
textproc/tex-xmltex/distinfo
textproc/tex2page/DESCR
textproc/tex2page/Makefile
textproc/tex2page/PLIST
textproc/tex2page/distinfo
textproc/texi2html/DESCR
textproc/texi2html/Makefile
textproc/texi2html/PLIST
textproc/texi2html/distinfo
textproc/texi2html/patches/patch-aa
textproc/texi2roff/DESCR
textproc/texi2roff/Makefile
textproc/texi2roff/PLIST
textproc/texi2roff/distinfo
textproc/texi2roff/patches/patch-aa
textproc/texi2roff/patches/patch-ab
textproc/texi2roff/patches/patch-ac
textproc/texi2roff/patches/patch-ad
textproc/texi2roff/patches/patch-ae
textproc/texi2roff/patches/patch-af
textproc/texi2roff/patches/patch-ag
textproc/texi2roff/patches/patch-ah
textproc/texi2roff/patches/patch-ai
textproc/texi2roff/patches/patch-aj
textproc/texi2roff/patches/patch-ak
textproc/trang/DESCR
textproc/trang/Makefile
textproc/trang/PLIST
textproc/trang/distinfo
textproc/troffcvt/DESCR
textproc/troffcvt/Makefile
textproc/troffcvt/PLIST
textproc/troffcvt/distinfo
textproc/troffcvt/patches/patch-aa
textproc/troffcvt/patches/patch-ab
textproc/troffcvt/patches/patch-ac
textproc/troffcvt/patches/patch-ad
textproc/troffcvt/patches/patch-ae
textproc/troffcvt/patches/patch-af
textproc/unroff/DESCR
textproc/unroff/Makefile
textproc/unroff/PLIST
textproc/unroff/distinfo
textproc/unroff/patches/patch-aa
textproc/unroff/patches/patch-ab
textproc/unroff/patches/patch-ad
textproc/untex/DESCR
textproc/untex/Makefile
textproc/untex/PLIST
textproc/untex/distinfo
textproc/untex/patches/patch-aa
textproc/uriparser/DESCR
textproc/uriparser/Makefile
textproc/uriparser/PLIST
textproc/uriparser/buildlink3.mk
textproc/uriparser/distinfo
textproc/uriparser/patches/patch-aa
textproc/urlview/DESCR
textproc/urlview/Makefile
textproc/urlview/PLIST
textproc/urlview/distinfo
textproc/urlview/patches/patch-aa
textproc/urlview/patches/patch-ab
textproc/vis/DESCR
textproc/vis/Makefile
textproc/vis/PLIST
textproc/vis/distinfo
textproc/vis/patches/patch-aa
textproc/wbxml2/DESCR
textproc/wbxml2/Makefile
textproc/wbxml2/PLIST
textproc/wbxml2/buildlink3.mk
textproc/wbxml2/distinfo
textproc/wbxml2/patches/patch-aa
textproc/wdiff/DESCR
textproc/wdiff/Makefile
textproc/wdiff/PLIST
textproc/wdiff/distinfo
textproc/wdiff/patches/patch-aa
textproc/wdiff/patches/patch-ab
textproc/wdiff/patches/patch-ac
textproc/wdiff/patches/patch-ae
textproc/writer2latex/DESCR
textproc/writer2latex/Makefile
textproc/writer2latex/PLIST
textproc/writer2latex/distinfo
textproc/xalan-c/DESCR
textproc/xalan-c/Makefile
textproc/xalan-c/PLIST
textproc/xalan-c/buildlink3.mk
textproc/xalan-c/distinfo
textproc/xalan-c/files/testXSLT.1
textproc/xalan-c/patches/patch-ab
textproc/xalan-j/DESCR
textproc/xalan-j/Makefile
textproc/xalan-j/PLIST
textproc/xalan-j/distinfo
textproc/xerces-c/DESCR
textproc/xerces-c/Makefile
textproc/xerces-c/PLIST
textproc/xerces-c/buildlink3.mk
textproc/xerces-c/distinfo
textproc/xerces-c/patches/patch-aa
textproc/xerces-c/patches/patch-ab
textproc/xerces-c/patches/patch-ac
textproc/xerces-c/patches/patch-ad
textproc/xerces-c/patches/patch-af
textproc/xerces-c/patches/patch-ag
textproc/xerces-c/patches/patch-ah
textproc/xerces-c/patches/patch-ai
textproc/xerces-c/patches/patch-aj
textproc/xerces-c/patches/patch-ak
textproc/xerces-c/patches/patch-al
textproc/xerces-c/patches/patch-am
textproc/xerces-c/patches/patch-an
textproc/xerces-c/patches/patch-ao
textproc/xerces-c/patches/patch-ap
textproc/xerces-c/patches/patch-aq
textproc/xerces-c/patches/patch-ar
textproc/xerces-c/patches/patch-as
textproc/xerces-c/patches/patch-at
textproc/xerces-j/DESCR
textproc/xerces-j/Makefile
textproc/xerces-j/PLIST
textproc/xerces-j/distinfo
textproc/xfce4-dict-plugin/DESCR
textproc/xfce4-dict-plugin/Makefile
textproc/xfce4-dict-plugin/PLIST
textproc/xfce4-dict-plugin/buildlink3.mk
textproc/xfce4-dict-plugin/distinfo
textproc/xhtml/DESCR
textproc/xhtml/Makefile
textproc/xhtml/PLIST
textproc/xhtml/distinfo
textproc/xhtml/files/catalog10
textproc/xhtmldiff/DESCR
textproc/xhtmldiff/Makefile
textproc/xhtmldiff/PLIST
textproc/xhtmldiff/distinfo
textproc/xhtmldiff/patches/patch-aa
textproc/xml2doc/DESCR
textproc/xml2doc/Makefile
textproc/xml2doc/PLIST
textproc/xml2doc/distinfo
textproc/xml2doc/patches/patch-aa
textproc/xml2doc/patches/patch-ab
textproc/xmlcatmgr/DESCR
textproc/xmlcatmgr/MESSAGE
textproc/xmlcatmgr/Makefile
textproc/xmlcatmgr/PLIST
textproc/xmlcatmgr/buildlink3.mk
textproc/xmlcatmgr/catalogs.mk
textproc/xmlcatmgr/distinfo
textproc/xmlcatmgr/files/deinstall.tmpl
textproc/xmlcatmgr/files/install.tmpl
textproc/xmlindent/DESCR
textproc/xmlindent/Makefile
textproc/xmlindent/PLIST
textproc/xmlindent/distinfo
textproc/xmlrpc-c/DESCR
textproc/xmlrpc-c/Makefile
textproc/xmlrpc-c/PLIST
textproc/xmlrpc-c/buildlink3.mk
textproc/xmlrpc-c/distinfo
textproc/xmlrpc-c/patches/patch-aa
textproc/xmlrpc-c/patches/patch-ab
textproc/xmlrpc-c/patches/patch-ac
textproc/xmlrpc-c/patches/patch-ad
textproc/xmlrpc-c/patches/patch-ae
textproc/xmlrpc-c/patches/patch-af
textproc/xmlstarlet/DESCR
textproc/xmlstarlet/Makefile
textproc/xmlstarlet/PLIST
textproc/xmlstarlet/distinfo
textproc/xmlstarlet/patches/patch-aa
textproc/xmlto/DESCR
textproc/xmlto/Makefile
textproc/xmlto/PLIST
textproc/xmlto/distinfo
textproc/xmlto/patches/patch-aa
textproc/xmlto/patches/patch-ab
textproc/xmltoman/DESCR
textproc/xmltoman/Makefile
textproc/xmltoman/PLIST
textproc/xmltoman/distinfo
textproc/xmltoman/files/Makefile
textproc/xp/DESCR
textproc/xp/Makefile
textproc/xp/PLIST
textproc/xp/distinfo
textproc/xslide/DESCR
textproc/xslide/Makefile
textproc/xslide/PLIST
textproc/xslide/distinfo
textproc/xt/DESCR
textproc/xt/Makefile
textproc/xt/PLIST
textproc/xt/distinfo
textproc/yodl/DESCR
textproc/yodl/Makefile
textproc/yodl/PLIST
textproc/yodl/distinfo
textproc/yodl/patches/patch-aa
textproc/yodl/patches/patch-ab
textproc/yodl/patches/patch-ac
time/Makefile
time/anacron/DESCR
time/anacron/Makefile
time/anacron/PLIST
time/anacron/distinfo
time/anacron/files/anacron.sh
time/anacron/files/anacrontab.FreeBSD
time/anacron/files/anacrontab.NetBSD
time/anacron/patches/patch-aa
time/anacron/patches/patch-ab
time/anacron/patches/patch-ac
time/asclock-gtk/DESCR
time/asclock-gtk/Makefile
time/asclock-gtk/PLIST
time/asclock-gtk/PLIST.themes
time/asclock-gtk/distinfo
time/asclock-gtk/patches/patch-aa
time/asclock-gtk/patches/patch-ab
time/asclock-xlib/DESCR
time/asclock-xlib/Makefile
time/asclock-xlib/PLIST
time/asclock-xlib/PLIST.themes
time/asclock-xlib/distinfo
time/asclock-xlib/patches/patch-aa
time/asclock-xlib/patches/patch-ab
time/asclock-xlib/patches/patch-ac
time/asclock-xlib/patches/patch-ad
time/asclock/DESCR
time/asclock/Makefile
time/asclock/PLIST
time/asclock/distinfo
time/asclock/files/asclock.sh
time/asclock/patches/patch-aa
time/asclock/patches/patch-ab
time/asclock/patches/patch-ac
time/bbdate/DESCR
time/bbdate/Makefile
time/bbdate/PLIST
time/bbdate/distinfo
time/bbdate/patches/patch-aa
time/bbdate/patches/patch-ab
time/cairo-clock/DESCR
time/cairo-clock/Makefile
time/cairo-clock/PLIST
time/cairo-clock/distinfo
time/cairo-clock/patches/patch-ab
time/cal/DESCR
time/cal/Makefile
time/cal/PLIST
time/cal/distinfo
time/cal/patches/patch-aa
time/cal/patches/patch-ab
time/cardboard-schedule/DESCR
time/cardboard-schedule/MESSAGE
time/cardboard-schedule/Makefile
time/cardboard-schedule/PLIST
time/cardboard-schedule/distinfo
time/cardboard-schedule/files/csched.sh
time/catclock/DESCR
time/catclock/Makefile
time/catclock/PLIST
time/catclock/distinfo
time/catclock/patches/patch-aa
time/catclock/patches/patch-ab
time/catclock/patches/patch-ac
time/catclock/patches/patch-ad
time/dclock/DESCR
time/dclock/Makefile
time/dclock/PLIST
time/dclock/distinfo
time/dclock/patches/patch-aa
time/dclock/patches/patch-ab
time/dclock/patches/patch-ac
time/devtodo/DESCR
time/devtodo/Makefile
time/devtodo/PLIST
time/devtodo/distinfo
time/devtodo/patches/patch-ab
time/devtodo/patches/patch-ae
time/emiclock/DESCR
time/emiclock/Makefile
time/emiclock/PLIST
time/emiclock/distinfo
time/emiclock/patches/patch-aa
time/emiclock/patches/patch-ab
time/emiclock/patches/patch-ac
time/emiclock/patches/patch-ad
time/emiclock/patches/patch-ae
time/evolution-webcal/DESCR
time/evolution-webcal/Makefile
time/evolution-webcal/PLIST
time/evolution-webcal/distinfo
time/gcal/DESCR
time/gcal/Makefile
time/gcal/PLIST
time/gcal/distinfo
time/gcal/patches/patch-aa
time/gcal/patches/patch-ab
time/gcal/patches/patch-ac
time/gchore/DESCR
time/gchore/Makefile
time/gchore/PLIST
time/gchore/distinfo
time/gchore/patches/patch-aa
time/gdeskcal/DESCR
time/gdeskcal/Makefile
time/gdeskcal/PLIST
time/gdeskcal/distinfo
time/glclock/DESCR
time/glclock/Makefile
time/glclock/PLIST
time/glclock/distinfo
time/glclock/patches/patch-aa
time/glclock/patches/patch-ab
time/glclock/patches/patch-ac
time/globe/DESCR
time/globe/Makefile
time/globe/PLIST
time/globe/distinfo
time/globe/patches/patch-aa
time/gnotime/DESCR
time/gnotime/Makefile
time/gnotime/PLIST
time/gnotime/distinfo
time/gnotime/patches/patch-aa
time/gnotime/patches/patch-ab
time/gnotime/patches/patch-ac
time/gnotime/patches/patch-ad
time/gnotime/patches/patch-ae
time/gnotime/patches/patch-af
time/gnotime/patches/patch-ag
time/gnotime/patches/patch-ah
time/gnotime/patches/patch-ai
time/gnotime/patches/patch-aj
time/gnotime/patches/patch-ak
time/gnotime/patches/patch-al
time/gnotime/patches/patch-am
time/gnotime/patches/patch-an
time/gnotime/patches/patch-ao
time/gnotime/patches/patch-ap
time/gnotime/patches/patch-aq
time/gnotime/patches/patch-ar
time/gnotime/patches/patch-as
time/gnotime/patches/patch-at
time/gnutime/DESCR
time/gnutime/Makefile
time/gnutime/PLIST
time/gnutime/distinfo
time/gnutime/patches/patch-aa
time/gnutime/patches/patch-ab
time/gnyaclock/DESCR
time/gnyaclock/Makefile
time/gnyaclock/PLIST
time/gnyaclock/distinfo
time/gnyaclock/patches/patch-aa
time/gnyaclock/patches/patch-ab
time/grdc/DESCR
time/grdc/Makefile
time/grdc/PLIST
time/grdc/distinfo
time/gtodo-applet/DESCR
time/gtodo-applet/Makefile
time/gtodo-applet/PLIST
time/gtodo-applet/distinfo
time/gtodo-applet/patches/patch-aa
time/gtodo-applet/patches/patch-ab
time/gtodo/DESCR
time/gtodo/Makefile
time/gtodo/PLIST
time/gtodo/distinfo
time/gtodo/patches/patch-aa
time/gtodo/patches/patch-ab
time/ical/DESCR
time/ical/Makefile
time/ical/PLIST
time/ical/distinfo
time/ical/patches/patch-aa
time/ical/patches/patch-ab
time/jday/DESCR
time/jday/Makefile
time/jday/PLIST
time/jday/distinfo
time/kronolith/DESCR
time/kronolith/MESSAGE
time/kronolith/Makefile
time/kronolith/PLIST
time/kronolith/distinfo
time/kronolith/files/kronolith.conf.dist
time/lmclock/DESCR
time/lmclock/Makefile
time/lmclock/PLIST
time/lmclock/distinfo
time/logtime/DESCR
time/logtime/Makefile
time/logtime/PLIST
time/logtime/distinfo
time/logtime/patches/patch-aa
time/p5-Calendar-Simple/DESCR
time/p5-Calendar-Simple/Makefile
time/p5-Calendar-Simple/PLIST
time/p5-Calendar-Simple/distinfo
time/p5-Data-ICal-DateTime/DESCR
time/p5-Data-ICal-DateTime/Makefile
time/p5-Data-ICal-DateTime/distinfo
time/p5-Data-ICal/DESCR
time/p5-Data-ICal/Makefile
time/p5-Data-ICal/distinfo
time/p5-DateTime-Calendar-Discordian/DESCR
time/p5-DateTime-Calendar-Discordian/Makefile
time/p5-DateTime-Calendar-Discordian/distinfo
time/p5-DateTime-Event-Cron/DESCR
time/p5-DateTime-Event-Cron/Makefile
time/p5-DateTime-Event-Cron/distinfo
time/p5-DateTime-Event-ICal/DESCR
time/p5-DateTime-Event-ICal/Makefile
time/p5-DateTime-Event-ICal/distinfo
time/p5-DateTime-Event-Recurrence/DESCR
time/p5-DateTime-Event-Recurrence/Makefile
time/p5-DateTime-Event-Recurrence/distinfo
time/p5-DateTime-Format-Builder/DESCR
time/p5-DateTime-Format-Builder/Makefile
time/p5-DateTime-Format-Builder/distinfo
time/p5-DateTime-Format-Epoch/DESCR
time/p5-DateTime-Format-Epoch/Makefile
time/p5-DateTime-Format-Epoch/distinfo
time/p5-DateTime-Format-ICal/DESCR
time/p5-DateTime-Format-ICal/Makefile
time/p5-DateTime-Format-ICal/distinfo
time/p5-DateTime-Format-ISO8601/DESCR
time/p5-DateTime-Format-ISO8601/Makefile
time/p5-DateTime-Format-ISO8601/distinfo
time/p5-DateTime-Format-Mail/DESCR
time/p5-DateTime-Format-Mail/Makefile
time/p5-DateTime-Format-Mail/distinfo
time/p5-DateTime-Format-MySQL/DESCR
time/p5-DateTime-Format-MySQL/Makefile
time/p5-DateTime-Format-MySQL/distinfo
time/p5-DateTime-Format-Pg/DESCR
time/p5-DateTime-Format-Pg/Makefile
time/p5-DateTime-Format-Pg/distinfo
time/p5-DateTime-Format-Strptime/DESCR
time/p5-DateTime-Format-Strptime/Makefile
time/p5-DateTime-Format-Strptime/distinfo
time/p5-DateTime-Format-W3CDTF/DESCR
time/p5-DateTime-Format-W3CDTF/Makefile
time/p5-DateTime-Format-W3CDTF/distinfo
time/p5-DateTime-Locale/DESCR
time/p5-DateTime-Locale/Makefile
time/p5-DateTime-Locale/distinfo
time/p5-DateTime-Set/DESCR
time/p5-DateTime-Set/Makefile
time/p5-DateTime-Set/distinfo
time/p5-DateTime-TimeZone/DESCR
time/p5-DateTime-TimeZone/Makefile
time/p5-DateTime-TimeZone/distinfo
time/p5-DateTime/DESCR
time/p5-DateTime/Makefile
time/p5-DateTime/distinfo
time/p5-Rose-DateTime/DESCR
time/p5-Rose-DateTime/Makefile
time/p5-Rose-DateTime/distinfo
time/p5-Schedule-Cron-Events/DESCR
time/p5-Schedule-Cron-Events/Makefile
time/p5-Schedule-Cron-Events/distinfo
time/p5-Time-Clock/DESCR
time/p5-Time-Clock/Makefile
time/p5-Time-Clock/distinfo
time/p5-Time-Duration/DESCR
time/p5-Time-Duration/Makefile
time/p5-Time-Duration/distinfo
time/p5-Time-Format/DESCR
time/p5-Time-Format/Makefile
time/p5-Time-Format/PLIST
time/p5-Time-Format/distinfo
time/p5-Time-HiRes/DESCR
time/p5-Time-HiRes/Makefile
time/p5-Time-HiRes/distinfo
time/p5-Time-Interval/DESCR
time/p5-Time-Interval/Makefile
time/p5-Time-Interval/PLIST
time/p5-Time-Interval/distinfo
time/p5-Time-Local/DESCR
time/p5-Time-Local/Makefile
time/p5-Time-Local/distinfo
time/p5-Time-Period/DESCR
time/p5-Time-Period/Makefile
time/p5-Time-Period/distinfo
time/p5-Time-Piece/DESCR
time/p5-Time-Piece/Makefile
time/p5-Time-Piece/distinfo
time/p5-Time-TAI64/DESCR
time/p5-Time-TAI64/Makefile
time/p5-Time-TAI64/distinfo
time/p5-Time/DESCR
time/p5-Time/Makefile
time/p5-Time/distinfo
time/p5-TimeDate/DESCR
time/p5-TimeDate/Makefile
time/p5-TimeDate/distinfo
time/pcal/DESCR
time/pcal/Makefile
time/pcal/PLIST
time/pcal/distinfo
time/pcal/patches/patch-aa
time/pcal/patches/patch-ab
time/pcal/patches/patch-ac
time/pcal/patches/patch-ad
time/pcal/patches/patch-ae
time/pcal/patches/patch-af
time/pcal/patches/patch-ag
time/pclock/DESCR
time/pclock/Makefile
time/pclock/PLIST
time/pclock/distinfo
time/pclock/patches/patch-aa
time/pear-Date/DESCR
time/pear-Date/Makefile
time/pear-Date/distinfo
time/phoon/DESCR
time/phoon/Makefile
time/phoon/PLIST
time/phoon/distinfo
time/phoon/patches/patch-aa
time/plan/DESCR
time/plan/MESSAGE
time/plan/Makefile
time/plan/PLIST
time/plan/distinfo
time/plan/patches/patch-aa
time/plan/patches/patch-ab
time/plan/patches/patch-ac
time/plan/patches/patch-ad
time/plan/patches/patch-ae
time/plan/patches/patch-af
time/plan/patches/patch-ag
time/plan/patches/patch-ah
time/plan/patches/patch-ai
time/plan/patches/patch-aj
time/plan/patches/patch-ak
time/planner/DESCR
time/planner/Makefile
time/planner/PLIST
time/planner/distinfo
time/polclock/DESCR
time/polclock/Makefile
time/polclock/PLIST
time/polclock/distinfo
time/projclock/DESCR
time/projclock/Makefile
time/projclock/PLIST
time/projclock/distinfo
time/projclock/patches/patch-aa
time/projclock/patches/patch-ab
time/projclock/patches/patch-ac
time/ptimetracker/DESCR
time/ptimetracker/Makefile
time/ptimetracker/PLIST
time/ptimetracker/distinfo
time/py-dateutil/DESCR
time/py-dateutil/Makefile
time/py-dateutil/PLIST
time/py-dateutil/distinfo
time/py-mxDateTime/DESCR
time/py-mxDateTime/Makefile
time/py-mxDateTime/PLIST
time/py-mxDateTime/buildlink3.mk
time/py-mxDateTime/distinfo
time/rclock/DESCR
time/rclock/Makefile
time/rclock/PLIST
time/rclock/distinfo
time/rclock/patches/patch-aa
time/rclock/patches/patch-ab
time/remind/DESCR
time/remind/Makefile
time/remind/PLIST
time/remind/distinfo
time/remind/patches/patch-ab
time/remind/patches/patch-ac
time/remind/patches/patch-ad
time/remind/patches/patch-ae
time/rsibreak/DESCR
time/rsibreak/Makefile
time/rsibreak/PLIST
time/rsibreak/distinfo
time/rsibreak/patches/patch-aa
time/ruby-tzinfo/DESCR
time/ruby-tzinfo/Makefile
time/ruby-tzinfo/PLIST
time/ruby-tzinfo/distinfo
time/saytime/DESCR
time/saytime/Makefile
time/saytime/PLIST
time/saytime/distinfo
time/saytime/patches/patch-aa
time/saytime/patches/patch-ab
time/sunbird/DESCR
time/sunbird/Makefile
time/sunbird/Makefile-sunbird.common
time/sunbird/PLIST
time/sunbird/distinfo
time/sunbird/patches/patch-aa
time/sunbird/patches/patch-ab
time/sunbird/patches/patch-ac
time/sunbird/patches/patch-ad
time/sunbird/patches/patch-ae
time/sunbird/patches/patch-af
time/sunbird/patches/patch-ah
time/sunbird/patches/patch-ai
time/sunbird/patches/patch-aj
time/sunbird/patches/patch-ak
time/sunbird/patches/patch-al
time/sunbird/patches/patch-an
time/sunbird/patches/patch-ao
time/sunbird/patches/patch-ap
time/sunbird/patches/patch-aq
time/sunbird/patches/patch-at
time/sunbird/patches/patch-aw
time/sunbird/patches/patch-ax
time/sunbird/patches/patch-ba
time/sunbird/patches/patch-bb
time/sunbird/patches/patch-bm
time/sunbird/patches/patch-bo
time/sunbird/patches/patch-bq
time/sunbird/patches/patch-br
time/sunbird/patches/patch-bs
time/sunbird/patches/patch-bu
time/sunbird/patches/patch-bv
time/sunbird/patches/patch-bw
time/sunbird/patches/patch-bx
time/sunbird/patches/patch-bz
time/sunbird/patches/patch-ca
time/sunbird/patches/patch-cb
time/sunbird/patches/patch-da
time/sunbird/patches/patch-db
time/sunbird/patches/patch-dc
time/sunbird/patches/patch-de
time/sunbird/patches/patch-df
time/sunbird/patches/patch-dg
time/sunbird/patches/patch-dh
time/sunbird/patches/patch-di
time/sunbird/patches/patch-dn
time/sunbird/patches/patch-do
time/sunbird/patches/patch-dr
time/sunbird/patches/patch-ds
time/sunbird/patches/patch-dt
time/sunbird/patches/patch-du
time/sunbird/patches/patch-dv
time/sunbird/patches/patch-dw
time/sunbird/patches/patch-dx
time/sunbird/patches/patch-dy
time/sunbird/patches/patch-dz
time/sunbird/patches/patch-ea
time/sunbird/patches/patch-eb
time/sunbird/patches/patch-ec
time/sunbird/patches/patch-ed
time/sunbird/patches/patch-ee
time/sunbird/patches/patch-ef
time/sunbird/patches/patch-eg
time/sunbird/patches/patch-eh
time/sunbird/patches/patch-ei
time/sunbird/patches/patch-ej
time/sunbird/patches/patch-ek
time/sunbird/patches/patch-el
time/sunclock/DESCR
time/sunclock/Makefile
time/sunclock/PLIST
time/sunclock/distinfo
time/sunclock/patches/patch-aa
time/swisswatch/DESCR
time/swisswatch/Makefile
time/swisswatch/PLIST
time/swisswatch/distinfo
time/swisswatch/patches/patch-aa
time/titrax/DESCR
time/titrax/Makefile
time/titrax/PLIST
time/titrax/distinfo
time/titrax/patches/patch-aa
time/titrax/patches/patch-ab
time/titrax/patches/patch-ac
time/vixie-cron/DESCR
time/vixie-cron/Makefile
time/vixie-cron/PLIST
time/vixie-cron/distinfo
time/vixie-cron/files/cron.sh
time/vixie-cron/patches/patch-aa
time/wmcalclock/DESCR
time/wmcalclock/Makefile
time/wmcalclock/PLIST
time/wmcalclock/distinfo
time/wmcalclock/patches/patch-aa
time/wmclockmon/DESCR
time/wmclockmon/Makefile
time/wmclockmon/PLIST
time/wmclockmon/distinfo
time/wmclockmon/patches/patch-aa
time/wmclockmon/patches/patch-ab
time/wmfishtime/DESCR
time/wmfishtime/Makefile
time/wmfishtime/PLIST
time/wmfishtime/distinfo
time/wmfishtime/patches/patch-aa
time/wmfishtime/patches/patch-ba
time/wmfishtime/patches/patch-bb
time/wmmoonclock/DESCR
time/wmmoonclock/Makefile
time/wmmoonclock/PLIST
time/wmmoonclock/distinfo
time/wmmoonclock/patches/patch-aa
time/wmtime/DESCR
time/wmtime/Makefile
time/wmtime/PLIST
time/wmtime/distinfo
time/wmtime/patches/patch-aa
time/wmtime/patches/patch-ab
time/wmtime/patches/patch-ac
time/wxRemind/DESCR
time/wxRemind/Makefile
time/wxRemind/PLIST
time/wxRemind/distinfo
time/wyrd/DESCR
time/wyrd/Makefile
time/wyrd/PLIST
time/wyrd/distinfo
time/wyrd/patches/patch-aa
time/xalarm/DESCR
time/xalarm/MESSAGE
time/xalarm/Makefile
time/xalarm/PLIST
time/xalarm/distinfo
time/xalarm/files/XAlarm-color.ad
time/xalarm/files/fns.h.in
time/xalarm/files/xprg
time/xalarm/patches/patch-aa
time/xalarm/patches/patch-ab
time/xalarm/patches/patch-ac
time/xbeats/DESCR
time/xbeats/Makefile
time/xbeats/PLIST
time/xbeats/distinfo
time/xbeats/patches/patch-aa
time/xcal/DESCR
time/xcal/Makefile
time/xcal/PLIST
time/xcal/distinfo
time/xcal/patches/patch-aa
time/xcal/patches/patch-ab
time/xcal/patches/patch-ac
time/xcal/patches/patch-ad
time/xcal/patches/patch-ae
time/xcal/patches/patch-af
time/xcal/patches/patch-ag
time/xchrono/DESCR
time/xchrono/Makefile
time/xchrono/PLIST
time/xchrono/distinfo
time/xchrono/patches/patch-aa
time/xchrono/patches/patch-ab
time/xchrono/patches/patch-ac
time/xdaliclock/DESCR
time/xdaliclock/Makefile
time/xdaliclock/PLIST
time/xdaliclock/distinfo
time/xdaliclock/patches/patch-aa
time/xdaliclock/patches/patch-ab
time/xdkcal/DESCR
time/xdkcal/Makefile
time/xdkcal/PLIST
time/xdkcal/distinfo
time/xdkcal/patches/patch-aa
time/xfce4-datetime-plugin/DESCR
time/xfce4-datetime-plugin/Makefile
time/xfce4-datetime-plugin/PLIST
time/xfce4-datetime-plugin/buildlink3.mk
time/xfce4-datetime-plugin/distinfo
time/xfce4-orage/DESCR
time/xfce4-orage/Makefile
time/xfce4-orage/PLIST
time/xfce4-orage/buildlink3.mk
time/xfce4-orage/distinfo
time/xfce4-timer-plugin/DESCR
time/xfce4-timer-plugin/Makefile
time/xfce4-timer-plugin/PLIST
time/xfce4-timer-plugin/buildlink3.mk
time/xfce4-timer-plugin/distinfo
time/xonclock/DESCR
time/xonclock/Makefile
time/xonclock/PLIST
time/xonclock/distinfo
time/xtimer/DESCR
time/xtimer/Makefile
time/xtimer/PLIST
time/xtimer/distinfo
time/xtu/DESCR
time/xtu/Makefile
time/xtu/PLIST
time/xtu/distinfo
time/zonetab/DESCR
time/zonetab/INSTALL
time/zonetab/Makefile
time/zonetab/PLIST
time/zonetab/files/zone.tab
wm/3ddesktop/DESCR
wm/3ddesktop/Makefile
wm/3ddesktop/PLIST
wm/3ddesktop/distinfo
wm/3ddesktop/patches/patch-aa
wm/3ddesktop/patches/patch-ad
wm/9wm/DESCR
wm/9wm/Makefile
wm/9wm/PLIST
wm/9wm/distinfo
wm/9wm/patches/patch-aa
wm/Makefile
wm/aewm++/DESCR
wm/aewm++/Makefile
wm/aewm++/PLIST
wm/aewm++/distinfo
wm/aewm++/patches/patch-aa
wm/aewm++/patches/patch-ab
wm/afterstep/DESCR
wm/afterstep/Makefile
wm/afterstep/PLIST
wm/afterstep/distinfo
wm/afterstep/patches/patch-aa
wm/afterstep/patches/patch-ab
wm/afterstep/patches/patch-ac
wm/amaterus/DESCR
wm/amaterus/Makefile
wm/amaterus/PLIST
wm/amaterus/distinfo
wm/amaterus/patches/patch-aa
wm/amaterus/patches/patch-ab
wm/amiwm/DESCR
wm/amiwm/Makefile
wm/amiwm/PLIST
wm/amiwm/distinfo
wm/amiwm/patches/patch-aa
wm/awesome/DESCR
wm/awesome/MESSAGE
wm/awesome/Makefile
wm/awesome/PLIST
wm/awesome/distinfo
wm/bbconf/DESCR
wm/bbconf/Makefile
wm/bbconf/PLIST
wm/bbconf/distinfo
wm/bbconf/patches/patch-aa
wm/bbconf/patches/patch-ab
wm/bbconf/patches/patch-ac
wm/bbconf/patches/patch-ad
wm/bbconf/patches/patch-ae
wm/bbconf/patches/patch-af
wm/bbkeys/DESCR
wm/bbkeys/Makefile
wm/bbkeys/PLIST
wm/bbkeys/distinfo
wm/bbkeys/patches/patch-aa
wm/bbkeys09/DESCR
wm/bbkeys09/Makefile
wm/bbkeys09/PLIST
wm/bbkeys09/distinfo
wm/bbkeys09/patches/patch-aa
wm/bbpager/DESCR
wm/bbpager/Makefile
wm/bbpager/PLIST
wm/bbpager/distinfo
wm/bbpager/patches/patch-aa
wm/bbpager/patches/patch-ab
wm/bbpager04/DESCR
wm/bbpager04/Makefile
wm/bbpager04/PLIST
wm/bbpager04/distinfo
wm/bbpager04/patches/patch-aa
wm/bbpager04/patches/patch-ab
wm/bbrun/DESCR
wm/bbrun/Makefile
wm/bbrun/PLIST
wm/bbrun/distinfo
wm/blackbox/DESCR
wm/blackbox/Makefile
wm/blackbox/PLIST
wm/blackbox/distinfo
wm/blackbox/patches/patch-aa
wm/blackbox/patches/patch-ab
wm/blackbox/patches/patch-ac
wm/blackbox/patches/patch-ad
wm/blackbox/patches/patch-ae
wm/blackbox70/DESCR
wm/blackbox70/Makefile
wm/blackbox70/PLIST
wm/blackbox70/buildlink3.mk
wm/blackbox70/distinfo
wm/blackbox70/patches/patch-aa
wm/blackbox70/patches/patch-ab
wm/blackbox70/patches/patch-ac
wm/bsetroot/DESCR
wm/bsetroot/Makefile
wm/bsetroot/PLIST
wm/bsetroot/distinfo
wm/bsetroot/patches/patch-aa
wm/bsetroot/patches/patch-ab
wm/bsetroot/patches/patch-ac
wm/bsetroot/patches/patch-ad
wm/compiz/DESCR
wm/compiz/Makefile
wm/compiz/PLIST
wm/compiz/buildlink3.mk
wm/compiz/distinfo
wm/ctwm/DESCR
wm/ctwm/Makefile
wm/ctwm/PLIST
wm/ctwm/distinfo
wm/ctwm/patches/patch-ac
wm/cwm/DESCR
wm/cwm/Makefile
wm/cwm/PLIST
wm/cwm/distinfo
wm/dwm/DESCR
wm/dwm/Makefile
wm/dwm/PLIST
wm/dwm/distinfo
wm/dwm/patches/patch-aa
wm/e16menuedit2/DESCR
wm/e16menuedit2/Makefile
wm/e16menuedit2/PLIST
wm/e16menuedit2/distinfo
wm/e16menuedit2/patches/patch-aa
wm/enlightenment/DESCR
wm/enlightenment/Makefile
wm/enlightenment/PLIST
wm/enlightenment/distinfo
wm/enlightenment/patches/patch-aa
wm/enlightenment/patches/patch-ac
wm/ethemes/DESCR
wm/ethemes/Makefile
wm/ethemes/PLIST
wm/ethemes/distinfo
wm/evilwm/DESCR
wm/evilwm/Makefile
wm/evilwm/PLIST
wm/evilwm/distinfo
wm/fluxbox/DESCR
wm/fluxbox/Makefile
wm/fluxbox/PLIST
wm/fluxbox/distinfo
wm/fluxbox/options.mk
wm/fluxbox/patches/patch-aa
wm/fluxbox/patches/patch-ac
wm/fluxbox/patches/patch-af
wm/fluxbox/patches/patch-ba
wm/fluxbox/patches/patch-bb
wm/fluxbox/patches/patch-bc
wm/fluxbox/patches/patch-bd
wm/fluxbox/patches/patch-be
wm/fluxbox/patches/patch-bf
wm/fluxbox/patches/patch-bg
wm/fluxbox/patches/patch-bh
wm/fluxbox/patches/patch-bi
wm/fluxbox/patches/patch-bj
wm/fluxbox/patches/patch-bk
wm/fluxconf/DESCR
wm/fluxconf/Makefile
wm/fluxconf/PLIST
wm/fluxconf/distinfo
wm/fluxconf/patches/patch-aa
wm/fluxter/DESCR
wm/fluxter/Makefile
wm/fluxter/PLIST
wm/fluxter/distinfo
wm/flwm/DESCR
wm/flwm/Makefile
wm/flwm/PLIST
wm/flwm/distinfo
wm/flwm/patches/patch-aa
wm/fvwm-devel/DESCR
wm/fvwm-devel/Makefile
wm/fvwm-devel/PLIST
wm/fvwm-devel/distinfo
wm/fvwm-devel/patches/patch-aa
wm/fvwm-devel/patches/patch-ab
wm/fvwm-themes/DESCR
wm/fvwm-themes/MESSAGE
wm/fvwm-themes/Makefile
wm/fvwm-themes/PLIST
wm/fvwm-themes/distinfo
wm/fvwm/DESCR
wm/fvwm/Makefile
wm/fvwm/PLIST
wm/fvwm/distinfo
wm/fvwm/options.mk
wm/fvwm/patches/patch-aa
wm/fvwm/patches/patch-ab
wm/fvwm/patches/patch-ac
wm/fvwm/patches/patch-ad
wm/fvwm/patches/patch-ae
wm/fvwm1/DESCR
wm/fvwm1/Makefile
wm/fvwm1/PLIST
wm/fvwm1/distinfo
wm/fvwm1/patches/patch-aa
wm/fvwm1/patches/patch-ab
wm/fvwm1/patches/patch-ac
wm/fvwm1/patches/patch-ad
wm/fvwm1/patches/patch-ae
wm/gnome-compiz-manager/DESCR
wm/gnome-compiz-manager/Makefile
wm/gnome-compiz-manager/PLIST
wm/gnome-compiz-manager/distinfo
wm/gnome-compiz-manager/patches/patch-aa
wm/golem/DESCR
wm/golem/Makefile
wm/golem/PLIST
wm/golem/distinfo
wm/golem/patches/patch-aa
wm/golem/patches/patch-ab
wm/golem/patches/patch-ac
wm/golem/patches/patch-ad
wm/golem/patches/patch-ae
wm/golem/patches/patch-af
wm/icecc/DESCR
wm/icecc/Makefile
wm/icecc/PLIST
wm/icecc/distinfo
wm/icecc/patches/patch-aa
wm/icecc/patches/patch-ab
wm/icecc/patches/patch-ac
wm/icecc/patches/patch-ad
wm/icecc/patches/patch-ae
wm/icewm-imlib/DESCR
wm/icewm-imlib/Makefile
wm/icewm/DESCR
wm/icewm/Makefile
wm/icewm/Makefile.common
wm/icewm/PLIST
wm/icewm/distinfo
wm/icewm/files/bsd-daemon.xpm
wm/icewm/patches/patch-aa
wm/icewm/patches/patch-ac
wm/icewm/patches/patch-ad
wm/icewm/patches/patch-aj
wm/icewm/patches/patch-ak
wm/icewmconf/DESCR
wm/icewmconf/Makefile
wm/icewmconf/PLIST
wm/icewmconf/distinfo
wm/icewmconf/patches/patch-aa
wm/ion/DESCR
wm/ion/Makefile
wm/ion/PLIST
wm/ion/distinfo
wm/ion/patches/patch-aa
wm/ion/patches/patch-ab
wm/ion/patches/patch-ac
wm/ion/patches/patch-ae
wm/ion/patches/patch-af
wm/ion/patches/patch-ag
wm/ion/patches/patch-ah
wm/ion/patches/patch-aj
wm/ion/patches/patch-ak
wm/ion/patches/patch-al
wm/ion/patches/patch-am
wm/ion/patches/patch-an
wm/ion/patches/patch-ao
wm/ion/patches/patch-ap
wm/jwm/DESCR
wm/jwm/Makefile
wm/jwm/PLIST
wm/jwm/distinfo
wm/jwm/options.mk
wm/jwm/patches/patch-aa
wm/jwm/patches/patch-ab
wm/larswm/DESCR
wm/larswm/Makefile
wm/larswm/PLIST
wm/larswm/distinfo
wm/larswm/patches/patch-aa
wm/larswm/patches/patch-ab
wm/lwm/DESCR
wm/lwm/Makefile
wm/lwm/PLIST
wm/lwm/distinfo
wm/lwm/patches/patch-aa
wm/matchbox-wm/DESCR
wm/matchbox-wm/Makefile
wm/matchbox-wm/PLIST
wm/matchbox-wm/distinfo
wm/metacity/DESCR
wm/metacity/Makefile
wm/metacity/PLIST
wm/metacity/buildlink3.mk
wm/metacity/distinfo
wm/metisse/DESCR
wm/metisse/MESSAGE
wm/metisse/Makefile
wm/metisse/PLIST
wm/metisse/distinfo
wm/metisse/patches/patch-aa
wm/metisse/patches/patch-ab
wm/metisse/patches/patch-ac
wm/metisse/patches/patch-ad
wm/metisse/patches/patch-ae
wm/metisse/patches/patch-af
wm/mlvwm/DESCR
wm/mlvwm/MESSAGE
wm/mlvwm/Makefile
wm/mlvwm/PLIST
wm/mlvwm/distinfo
wm/mlvwm/patches/patch-aa
wm/mlvwm/patches/patch-ab
wm/novawm/DESCR
wm/novawm/Makefile
wm/novawm/PLIST
wm/novawm/distinfo
wm/novawm/patches/patch-aa
wm/novawm/patches/patch-ab
wm/obconf/DESCR
wm/obconf/Makefile
wm/obconf/PLIST
wm/obconf/distinfo
wm/obconf/patches/patch-aa
wm/obpager/DESCR
wm/obpager/Makefile
wm/obpager/PLIST
wm/obpager/distinfo
wm/obpager/patches/patch-aa
wm/obpager/patches/patch-ab
wm/olvwm/DESCR
wm/olvwm/Makefile
wm/olvwm/PLIST
wm/olvwm/distinfo
wm/olvwm/patches/patch-aa
wm/olvwm/patches/patch-ab
wm/olvwm/patches/patch-ac
wm/olvwm/patches/patch-ad
wm/olvwm/patches/patch-ae
wm/olvwm/patches/patch-af
wm/olvwm/patches/patch-ag
wm/olvwm/patches/patch-ah
wm/olvwm/patches/patch-ai
wm/olvwm/patches/patch-aj
wm/olvwm/patches/patch-ak
wm/olvwm/patches/patch-al
wm/olvwm/patches/patch-am
wm/olvwm/patches/patch-an
wm/openbox/DESCR
wm/openbox/Makefile
wm/openbox/PLIST
wm/openbox/buildlink3.mk
wm/openbox/distinfo
wm/openbox/patches/patch-aa
wm/openbox/patches/patch-ab
wm/oroborox/DESCR
wm/oroborox/Makefile
wm/oroborox/PLIST
wm/oroborox/distinfo
wm/oroborus/DESCR
wm/oroborus/Makefile
wm/oroborus/PLIST
wm/oroborus/distinfo
wm/pekwm/DESCR
wm/pekwm/Makefile
wm/pekwm/PLIST
wm/pekwm/distinfo
wm/pekwm/patches/patch-aa
wm/piewm/DESCR
wm/piewm/Makefile
wm/piewm/PLIST
wm/piewm/distinfo
wm/piewm/patches/patch-ab
wm/piewm/patches/patch-ac
wm/piewm/patches/patch-ad
wm/pwm/DESCR
wm/pwm/Makefile
wm/pwm/PLIST
wm/pwm/distinfo
wm/pwm/files/look-cdelike.conf
wm/pwm/patches/patch-aa
wm/pwm/patches/patch-ac
wm/pwm/patches/patch-af
wm/pwm/patches/patch-ag
wm/pwm/patches/patch-ah
wm/qvwm/DESCR
wm/qvwm/Makefile
wm/qvwm/PLIST
wm/qvwm/distinfo
wm/qvwm/options.mk
wm/qvwm/patches/patch-aa
wm/qvwm/patches/patch-ab
wm/qvwm/patches/patch-ac
wm/qvwm/patches/patch-ad
wm/ratpoison/DESCR
wm/ratpoison/Makefile
wm/ratpoison/PLIST
wm/ratpoison/distinfo
wm/sawfish/DESCR
wm/sawfish/Makefile
wm/sawfish/PLIST
wm/sawfish/distinfo
wm/sawfish/patches/patch-aa
wm/sawfish/patches/patch-ab
wm/selectwm/DESCR
wm/selectwm/Makefile
wm/selectwm/PLIST
wm/selectwm/distinfo
wm/selectwm/patches/patch-aa
wm/selectwm/patches/patch-ab
wm/selectwm/patches/patch-ac
wm/skippy/DESCR
wm/skippy/Makefile
wm/skippy/PLIST
wm/skippy/distinfo
wm/skippy/patches/patch-aa
wm/skippy/patches/patch-ab
wm/tvtwm/DESCR
wm/tvtwm/Makefile
wm/tvtwm/PLIST
wm/tvtwm/distinfo
wm/tvtwm/patches/patch-aa
wm/tvtwm/patches/patch-ad
wm/tvtwm/patches/patch-ae
wm/tvtwm/patches/patch-af
wm/tvtwm/patches/patch-ag
wm/tvtwm/patches/patch-ah
wm/tvtwm/patches/patch-ai
wm/tvtwm/patches/patch-aj
wm/tvtwm/patches/patch-ak
wm/tvtwm/patches/patch-al
wm/tvtwm/patches/patch-am
wm/tvtwm/patches/patch-an
wm/tvtwm/patches/patch-ao
wm/tvtwm/patches/patch-ap
wm/tvtwm/patches/patch-aq
wm/tvtwm/patches/patch-ar
wm/tvtwm/patches/patch-as
wm/tvtwm/patches/patch-at
wm/tvtwm/patches/patch-au
wm/tvtwm/patches/patch-av
wm/tvtwm/patches/patch-aw
wm/tvtwm/patches/patch-ax
wm/tvtwm/patches/patch-ay
wm/tvtwm/patches/patch-az
wm/twm/DESCR
wm/twm/Makefile
wm/twm/PLIST
wm/twm/distinfo
wm/uwm/DESCR
wm/uwm/Makefile
wm/uwm/PLIST
wm/uwm/distinfo
wm/uwm/patches/patch-aa
wm/uwm/patches/patch-ab
wm/uwm/patches/patch-ac
wm/uwm/patches/patch-ad
wm/uwm/patches/patch-ae
wm/uwm/patches/patch-af
wm/uwm/patches/patch-ag
wm/uwm/patches/patch-ah
wm/uwm/patches/patch-ai
wm/uwm/patches/patch-aj
wm/uwm/patches/patch-ak
wm/vtwm/DESCR
wm/vtwm/Makefile
wm/vtwm/PLIST
wm/vtwm/distinfo
wm/vtwm/patches/patch-aa
wm/vtwm/patches/patch-ab
wm/w9wm/DESCR
wm/w9wm/Makefile
wm/w9wm/PLIST
wm/w9wm/distinfo
wm/w9wm/patches/patch-aa
wm/waimea/DESCR
wm/waimea/Makefile
wm/waimea/PLIST
wm/waimea/distinfo
wm/wampager/DESCR
wm/wampager/Makefile
wm/wampager/PLIST
wm/wampager/distinfo
wm/weewm/DESCR
wm/weewm/Makefile
wm/weewm/PLIST
wm/weewm/distinfo
wm/weewm/patches/patch-aa
wm/weewm/patches/patch-ab
wm/weewm/patches/patch-ac
wm/whiteBOX/DESCR
wm/whiteBOX/Makefile
wm/whiteBOX/PLIST
wm/whiteBOX/distinfo
wm/whiteBOX/patches/patch-aa
wm/whiteBOX/patches/patch-ab
wm/whiteBOX/patches/patch-ac
wm/whiteBOX/patches/patch-ad
wm/whiteBOX/patches/patch-ae
wm/whiteBOX/patches/patch-af
wm/windowlab/DESCR
wm/windowlab/Makefile
wm/windowlab/PLIST
wm/windowlab/distinfo
wm/windowlab/patches/patch-aa
wm/windowlab/patches/patch-ab
wm/windowmaker/DESCR
wm/windowmaker/MESSAGE
wm/windowmaker/Makefile
wm/windowmaker/PLIST
wm/windowmaker/buildlink3.mk
wm/windowmaker/distinfo
wm/windowmaker/hacks.mk
wm/windowmaker/patches/patch-aa
wm/windowmaker/patches/patch-ab
wm/windowmaker/patches/patch-ac
wm/windowmaker/patches/patch-ad
wm/windowmaker/patches/patch-ae
wm/windowmaker/patches/patch-af
wm/windowmaker/patches/patch-ag
wm/windowmaker/patches/patch-ah
wm/windowmaker/patches/patch-ai
wm/windowmaker/patches/patch-aj
wm/windowmaker/patches/patch-ak
wm/windowmaker/patches/patch-al
wm/wm2/DESCR
wm/wm2/Makefile
wm/wm2/PLIST
wm/wm2/distinfo
wm/wm2/patches/patch-aa
wm/wm2/patches/patch-ab
wm/wm2/patches/patch-ac
wm/wm2/patches/patch-ad
wm/wm2/patches/patch-ae
wm/wmakerconf/DESCR
wm/wmakerconf/Makefile
wm/wmakerconf/PLIST
wm/wmakerconf/distinfo
wm/wmakerconf/patches/patch-aa
wm/wmakerconf/patches/patch-ab
wm/wmakerconf/patches/patch-ac
wm/wmakerconf/patches/patch-ad
wm/wmctrl/DESCR
wm/wmctrl/Makefile
wm/wmctrl/PLIST
wm/wmctrl/distinfo
wm/wmctrl/patches/patch-aa
wm/wmdrawer/DESCR
wm/wmdrawer/MESSAGE
wm/wmdrawer/Makefile
wm/wmdrawer/PLIST
wm/wmdrawer/distinfo
wm/wmextra/DESCR
wm/wmextra/Makefile
wm/wmextra/PLIST
wm/wmextra/distinfo
wm/wmextra/patches/patch-aa
wm/wmi/DESCR
wm/wmi/Makefile
wm/wmi/PLIST
wm/wmi/distinfo
wm/wmi/patches/patch-ab
wm/wmi/patches/patch-ac
wm/wmi/patches/patch-ad
wm/wmii/DESCR
wm/wmii/Makefile
wm/wmii/PLIST
wm/wmii/distinfo
wm/wmii/patches/patch-aa
wm/wmii/patches/patch-ab
wm/wmii/patches/patch-ac
wm/wmthemes/DESCR
wm/wmthemes/Makefile
wm/wmx-gnome/DESCR
wm/wmx-gnome/Makefile
wm/wmx/DESCR
wm/wmx/Makefile
wm/wmx/Makefile.common
wm/wmx/PLIST
wm/wmx/distinfo
wm/wmx/patches/patch-aa
wm/wmx/patches/patch-ab
wm/wmx/patches/patch-ac
wm/wmx/patches/patch-ad
wm/wmx/patches/patch-ae
wm/wmx/patches/patch-af
wm/wmx/patches/patch-ag
wm/wmx/patches/patch-ah
wm/wmx/patches/patch-ai
wm/xfce4-wm-themes/DESCR
wm/xfce4-wm-themes/Makefile
wm/xfce4-wm-themes/PLIST
wm/xfce4-wm-themes/buildlink3.mk
wm/xfce4-wm-themes/distinfo
wm/xfce4-wm/DESCR
wm/xfce4-wm/Makefile
wm/xfce4-wm/PLIST
wm/xfce4-wm/buildlink3.mk
wm/xfce4-wm/distinfo
www/Makefile
www/SpeedyCGI/DESCR
www/SpeedyCGI/Makefile
www/SpeedyCGI/distinfo
www/SpeedyCGI/patches/patch-aa
www/SpeedyCGI/patches/patch-ab
www/adzap/DESCR
www/adzap/MESSAGE
www/adzap/Makefile
www/adzap/PLIST
www/adzap/distinfo
www/adzap/patches/patch-aa
www/adzap/patches/patch-ab
www/album/DESCR
www/album/MESSAGE
www/album/Makefile
www/album/PLIST
www/album/distinfo
www/album/patches/patch-aa
www/album_themes/DESCR
www/album_themes/MESSAGE
www/album_themes/Makefile
www/album_themes/distinfo
www/amaya/DESCR
www/amaya/Makefile
www/amaya/PLIST
www/amaya/distinfo
www/amaya/patches/patch-aa
www/amaya/patches/patch-ab
www/amaya/patches/patch-ac
www/amaya/patches/patch-ad
www/amaya/patches/patch-ae
www/amaya/patches/patch-af
www/amaya/patches/patch-ag
www/amaya/patches/patch-ah
www/amaya/patches/patch-ai
www/analog/DESCR
www/analog/Makefile
www/analog/PLIST
www/analog/distinfo
www/analog/patches/patch-aa
www/analog/patches/patch-ab
www/analog/patches/patch-ac
www/ap-Embperl/DESCR
www/ap-Embperl/Makefile
www/ap-Embperl/distinfo
www/ap-Embperl/patches/patch-aa
www/ap-Embperl/patches/patch-ab
www/ap-access-referer/DESCR
www/ap-access-referer/MESSAGE
www/ap-access-referer/Makefile
www/ap-access-referer/PLIST
www/ap-access-referer/distinfo
www/ap-auth-cookie/DESCR
www/ap-auth-cookie/MESSAGE
www/ap-auth-cookie/Makefile
www/ap-auth-cookie/PLIST
www/ap-auth-cookie/distinfo
www/ap-auth-external/DESCR
www/ap-auth-external/MESSAGE
www/ap-auth-external/Makefile
www/ap-auth-external/PLIST
www/ap-auth-external/distinfo
www/ap-auth-external/patches/patch-aa
www/ap-auth-kerb/DESCR
www/ap-auth-kerb/MESSAGE
www/ap-auth-kerb/Makefile
www/ap-auth-kerb/PLIST
www/ap-auth-kerb/distinfo
www/ap-auth-ldap/DESCR
www/ap-auth-ldap/MESSAGE
www/ap-auth-ldap/Makefile
www/ap-auth-ldap/PLIST
www/ap-auth-ldap/distinfo
www/ap-auth-ldap/patches/patch-aa
www/ap-auth-mysql/DESCR
www/ap-auth-mysql/MESSAGE
www/ap-auth-mysql/Makefile
www/ap-auth-mysql/PLIST
www/ap-auth-mysql/distinfo
www/ap-auth-mysql/patches/patch-aa
www/ap-auth-mysql/patches/patch-ab
www/ap-auth-mysql/patches/patch-ac
www/ap-auth-mysql/patches/patch-ad
www/ap-auth-mysql/patches/patch-ae
www/ap-auth-pam/DESCR
www/ap-auth-pam/MESSAGE
www/ap-auth-pam/Makefile
www/ap-auth-pam/PLIST
www/ap-auth-pam/distinfo
www/ap-auth-pam/patches/patch-aa
www/ap-auth-pgsql/DESCR
www/ap-auth-pgsql/MESSAGE
www/ap-auth-pgsql/Makefile
www/ap-auth-pgsql/PLIST
www/ap-auth-pgsql/distinfo
www/ap-auth-postgresql/DESCR
www/ap-auth-postgresql/MESSAGE
www/ap-auth-postgresql/Makefile
www/ap-auth-postgresql/PLIST
www/ap-auth-postgresql/distinfo
www/ap-auth-postgresql/patches/patch-aa
www/ap-auth-radius/DESCR
www/ap-auth-radius/MESSAGE
www/ap-auth-radius/Makefile
www/ap-auth-radius/PLIST
www/ap-auth-radius/distinfo
www/ap-auth-script/DESCR
www/ap-auth-script/MESSAGE
www/ap-auth-script/Makefile
www/ap-auth-script/PLIST
www/ap-auth-script/distinfo
www/ap-bandwidth/DESCR
www/ap-bandwidth/MESSAGE
www/ap-bandwidth/Makefile
www/ap-bandwidth/PLIST
www/ap-bandwidth/distinfo
www/ap-dav/DESCR
www/ap-dav/MESSAGE
www/ap-dav/Makefile
www/ap-dav/PLIST
www/ap-dav/distinfo
www/ap-dav/patches/patch-ad
www/ap-dtcl/DESCR
www/ap-dtcl/MESSAGE
www/ap-dtcl/Makefile
www/ap-dtcl/PLIST
www/ap-dtcl/distinfo
www/ap-dtcl/patches/patch-aa
www/ap-dtcl/patches/patch-ab
www/ap-fastcgi/DESCR
www/ap-fastcgi/MESSAGE
www/ap-fastcgi/Makefile
www/ap-fastcgi/Makefile.common
www/ap-fastcgi/PLIST
www/ap-fastcgi/distinfo
www/ap-fastcgi/patches/patch-aa
www/ap-fastcgi/patches/patch-ab
www/ap-fastcgi/patches/patch-ac
www/ap-fastcgi/patches/patch-ad
www/ap-fastcgi/patches/patch-ae
www/ap-fastcgi/patches/patch-af
www/ap-gzip/DESCR
www/ap-gzip/MESSAGE
www/ap-gzip/Makefile
www/ap-gzip/PLIST
www/ap-gzip/distinfo
www/ap-jk/DESCR
www/ap-jk/MESSAGE
www/ap-jk/Makefile
www/ap-jk/Makefile.common
www/ap-jk/PLIST
www/ap-jk/distinfo
www/ap-jk/patches/patch-aa
www/ap-jk/patches/patch-ab
www/ap-jk/patches/patch-ac
www/ap-jk/patches/patch-ad
www/ap-layout/DESCR
www/ap-layout/MESSAGE
www/ap-layout/Makefile
www/ap-layout/PLIST
www/ap-layout/distinfo
www/ap-mp3/DESCR
www/ap-mp3/MESSAGE
www/ap-mp3/Makefile
www/ap-mp3/PLIST
www/ap-mp3/distinfo
www/ap-perl/DESCR
www/ap-perl/MESSAGE
www/ap-perl/Makefile
www/ap-perl/PLIST
www/ap-perl/buildlink3.mk
www/ap-perl/distinfo
www/ap-perl/patches/patch-aa
www/ap-perl/patches/patch-ab
www/ap-php/DESCR
www/ap-php/MESSAGE
www/ap-php/Makefile
www/ap-php/PLIST
www/ap-python/DESCR
www/ap-python/Makefile
www/ap-python/distinfo
www/ap-python/patches/patch-aa
www/ap-python/patches/patch-ab
www/ap-python/patches/patch-ac
www/ap-python/patches/patch-ad
www/ap-python/patches/patch-ae
www/ap-python/patches/patch-af
www/ap-python/patches/patch-ag
www/ap-rivet/DESCR
www/ap-rivet/Makefile
www/ap-rivet/PLIST
www/ap-rivet/distinfo
www/ap-rivet/patches/patch-aa
www/ap-rivet/patches/patch-ab
www/ap-rivet/patches/patch-ac
www/ap-rpaf/DESCR
www/ap-rpaf/Makefile
www/ap-rpaf/PLIST
www/ap-rpaf/distinfo
www/ap-ruby/DESCR
www/ap-ruby/MESSAGE
www/ap-ruby/Makefile
www/ap-ruby/PLIST
www/ap-ruby/distinfo
www/ap-ruby/patches/patch-ac
www/ap-ssl/DESCR
www/ap-ssl/MESSAGE
www/ap-ssl/Makefile
www/ap-ssl/PLIST
www/ap-ssl/distinfo
www/ap-ssl/files/README.mkcert
www/ap-ssl/patches/patch-aa
www/ap-ssl/patches/patch-ab
www/ap-throttle/DESCR
www/ap-throttle/MESSAGE
www/ap-throttle/Makefile
www/ap-throttle/PLIST
www/ap-throttle/distinfo
www/ap-throttle/patches/patch-aa
www/ap-xslt/DESCR
www/ap-xslt/MESSAGE
www/ap-xslt/Makefile
www/ap-xslt/PLIST
www/ap-xslt/distinfo
www/ap-xslt/patches/patch-ab
www/ap2-auth-external/DESCR
www/ap2-auth-external/MESSAGE
www/ap2-auth-external/Makefile
www/ap2-auth-external/PLIST
www/ap2-auth-external/distinfo
www/ap2-auth-external/patches/patch-aa
www/ap2-auth-ldap/DESCR
www/ap2-auth-ldap/MESSAGE
www/ap2-auth-ldap/Makefile
www/ap2-auth-ldap/PLIST
www/ap2-auth-ldap/distinfo
www/ap2-auth-ldap/patches/patch-aa
www/ap2-auth-ldap/patches/patch-ab
www/ap2-auth-mysql/DESCR
www/ap2-auth-mysql/Makefile
www/ap2-auth-mysql/PLIST
www/ap2-auth-mysql/distinfo
www/ap2-auth-mysql/patches/patch-aa
www/ap2-auth-pgsql/DESCR
www/ap2-auth-pgsql/Makefile
www/ap2-auth-pgsql/PLIST
www/ap2-auth-pgsql/distinfo
www/ap2-auth-radius/DESCR
www/ap2-auth-radius/MESSAGE
www/ap2-auth-radius/Makefile
www/ap2-auth-radius/PLIST
www/ap2-auth-radius/distinfo
www/ap2-auth-xradius/DESCR
www/ap2-auth-xradius/MESSAGE
www/ap2-auth-xradius/Makefile
www/ap2-auth-xradius/PLIST
www/ap2-auth-xradius/distinfo
www/ap2-auth-xradius/patches/patch-aa
www/ap2-auth-xradius/patches/patch-ab
www/ap2-bw/DESCR
www/ap2-bw/Makefile
www/ap2-bw/PLIST
www/ap2-bw/distinfo
www/ap2-chroot/DESCR
www/ap2-chroot/MESSAGE
www/ap2-chroot/Makefile
www/ap2-chroot/PLIST
www/ap2-chroot/distinfo
www/ap2-fastcgi/DESCR
www/ap2-fastcgi/Makefile
www/ap2-fcgid/DESCR
www/ap2-fcgid/MESSAGE
www/ap2-fcgid/Makefile
www/ap2-fcgid/PLIST
www/ap2-fcgid/distinfo
www/ap2-jk/DESCR
www/ap2-jk/MESSAGE
www/ap2-jk/Makefile
www/ap2-jk/PLIST
www/ap2-perl/DESCR
www/ap2-perl/MESSAGE
www/ap2-perl/Makefile
www/ap2-perl/PLIST
www/ap2-perl/buildlink3.mk
www/ap2-perl/distinfo
www/ap2-python/DESCR
www/ap2-python/MESSAGE
www/ap2-python/Makefile
www/ap2-python/PLIST
www/ap2-python/distinfo
www/ap2-python/patches/patch-aa
www/ap2-subversion/DESCR
www/ap2-subversion/MESSAGE
www/ap2-subversion/Makefile
www/ap2-subversion/PLIST
www/ap2-suphp/DESCR
www/ap2-suphp/Makefile
www/ap2-suphp/PLIST
www/ap2-suphp/distinfo
www/ap2-suphp/patches/patch-aa
www/ap2-suphp/patches/patch-ab
www/ap2-transform/DESCR
www/ap2-transform/Makefile
www/ap2-transform/PLIST
www/ap2-transform/distinfo
www/ap2-wsgi/DESCR
www/ap2-wsgi/Makefile
www/ap2-wsgi/PLIST
www/ap2-wsgi/distinfo
www/ap2-xslt2/DESCR
www/ap2-xslt2/MESSAGE
www/ap2-xslt2/Makefile
www/ap2-xslt2/PLIST
www/ap2-xslt2/distinfo
www/ap2-xslt2/patches/patch-aa
www/ap2-xslt2/patches/patch-ab
www/ap2-xslt2/patches/patch-ac
www/ap2-xslt2/patches/patch-ad
www/ap2-xslt2/patches/patch-ae
www/ap2-xslt2/patches/patch-af
www/apache-tomcat55/DESCR
www/apache-tomcat55/MESSAGE
www/apache-tomcat55/Makefile
www/apache-tomcat55/PLIST
www/apache-tomcat55/distinfo
www/apache-tomcat55/files/getsite.sh
www/apache-tomcat55/files/tomcat.sh
www/apache/DESCR
www/apache/Makefile
www/apache/PLIST
www/apache/PLIST.shared
www/apache/PLIST.suexec
www/apache/buildlink3.mk
www/apache/distinfo
www/apache/files/ap_include_extern.h
www/apache/files/apache.sh
www/apache/files/config.layout
www/apache/module.mk
www/apache/patches/patch-aa
www/apache/patches/patch-ab
www/apache/patches/patch-ac
www/apache/patches/patch-ad
www/apache/patches/patch-ae
www/apache/patches/patch-af
www/apache/patches/patch-ag
www/apache/patches/patch-ah
www/apache/patches/patch-ai
www/apache/patches/patch-aj
www/apache/patches/patch-ak
www/apache/patches/patch-al
www/apache/patches/patch-am
www/apache/patches/patch-an
www/apache/patches/patch-ao
www/apache/patches/patch-aq
www/apache2/DESCR
www/apache2/Makefile
www/apache2/Makefile.common
www/apache2/PLIST
www/apache2/buildlink3.mk
www/apache2/distinfo
www/apache2/files/apache.sh
www/apache2/files/mkcert.sh
www/apache2/options.mk
www/apache2/patches/patch-aa
www/apache2/patches/patch-ab
www/apache2/patches/patch-ac
www/apache2/patches/patch-ad
www/apache2/patches/patch-ag
www/apache2/patches/patch-ai
www/apache2/patches/patch-ak
www/apache2/patches/patch-al
www/apache2/patches/patch-am
www/apache2/patches/patch-ao
www/apache22/DESCR
www/apache22/Makefile
www/apache22/Makefile.common
www/apache22/PLIST
www/apache22/PLIST.worker
www/apache22/buildlink3.mk
www/apache22/distinfo
www/apache22/files/apache.sh
www/apache22/files/mkcert.sh
www/apache22/options.mk
www/apache22/patches/patch-aa
www/apache22/patches/patch-ac
www/apache22/patches/patch-ad
www/apache22/patches/patch-ae
www/apache22/patches/patch-ag
www/apache22/patches/patch-ai
www/apache22/patches/patch-al
www/apache22/patches/patch-am
www/apache22/patches/patch-aq
www/apache22/patches/patch-as
www/apache22/patches/patch-au
www/apachetop/DESCR
www/apachetop/Makefile
www/apachetop/PLIST
www/apachetop/distinfo
www/apachetop/patches/patch-aa
www/apc-gui/DESCR
www/apc-gui/MESSAGE
www/apc-gui/Makefile
www/apc-gui/PLIST
www/apc-gui/distinfo
www/apc-gui/files/apc_gui.conf.dist
www/asp2php/DESCR
www/asp2php/Makefile
www/asp2php/PLIST
www/asp2php/distinfo
www/asp2php/patches/patch-aa
www/asp2php/patches/patch-ab
www/asp2php/patches/patch-ac
www/august/DESCR
www/august/MESSAGE
www/august/Makefile
www/august/PLIST
www/august/distinfo
www/awstats/DESCR
www/awstats/MESSAGE
www/awstats/Makefile
www/awstats/PLIST
www/awstats/distinfo
www/awstats/options.mk
www/awstats/patches/patch-aa
www/awstats/patches/patch-ab
www/bannerfilter/DESCR
www/bannerfilter/Makefile
www/bannerfilter/PLIST
www/bannerfilter/distinfo
www/bannerfilter/patches/patch-aa
www/bins/DESCR
www/bins/MESSAGE
www/bins/Makefile
www/bins/PLIST
www/bins/distinfo
www/bkedit/DESCR
www/bkedit/Makefile
www/bkedit/PLIST
www/bkedit/distinfo
www/bkedit/patches/patch-aa
www/bkedit/patches/patch-ab
www/bkedit/patches/patch-ac
www/bkedit/patches/patch-ad
www/bkedit/patches/patch-ae
www/bluefish/DESCR
www/bluefish/Makefile
www/bluefish/PLIST
www/bluefish/distinfo
www/bluefish/patches/patch-aa
www/bluefish/patches/patch-ab
www/bluefish/patches/patch-ac
www/blur6ex/DESCR
www/blur6ex/MESSAGE
www/blur6ex/Makefile
www/blur6ex/PLIST
www/blur6ex/distinfo
www/bozohttpd/DESCR
www/bozohttpd/Makefile
www/bozohttpd/PLIST
www/bozohttpd/distinfo
www/bozohttpd/options.mk
www/bozohttpd/patches/patch-aa
www/bozohttpd/patches/patch-ab
www/bozohttpd/patches/patch-ac
www/browser-bookmarks-menu/DESCR
www/browser-bookmarks-menu/Makefile
www/browser-bookmarks-menu/PLIST
www/browser-bookmarks-menu/distinfo
www/browser-bookmarks-menu/patches/patch-aa
www/cadaver/DESCR
www/cadaver/Makefile
www/cadaver/PLIST
www/cadaver/distinfo
www/calamaris/DESCR
www/calamaris/Makefile
www/calamaris/PLIST
www/calamaris/distinfo
www/camping/DESCR
www/camping/Makefile
www/camping/PLIST
www/camping/distinfo
www/cgic/DESCR
www/cgic/Makefile
www/cgic/PLIST
www/cgic/buildlink3.mk
www/cgic/distinfo
www/cgic/patches/patch-aa
www/cgic/patches/patch-ab
www/cgic/patches/patch-ac
www/cgic/patches/patch-ad
www/cgic/patches/patch-ae
www/cgic/patches/patch-af
www/cgicc/DESCR
www/cgicc/Makefile
www/cgicc/PLIST
www/cgicc/distinfo
www/cgicc/patches/patch-aa
www/cgilib/DESCR
www/cgilib/MESSAGE
www/cgilib/Makefile
www/cgilib/PLIST
www/cgilib/buildlink3.mk
www/cgilib/distinfo
www/cgilib/patches/patch-aa
www/cgilib/patches/patch-ab
www/cgilib/patches/patch-ac
www/cgilib/patches/patch-ad
www/checkbot/DESCR
www/checkbot/Makefile
www/checkbot/distinfo
www/cherokee/DESCR
www/cherokee/MESSAGE
www/cherokee/Makefile
www/cherokee/PLIST
www/cherokee/distinfo
www/cherokee/files/cherokee.sh
www/cherokee/patches/patch-aa
www/cherokee/patches/patch-ab
www/cherokee/patches/patch-ac
www/cherokee/patches/patch-ad
www/chimera/DESCR
www/chimera/Makefile
www/chimera/PLIST
www/chimera/distinfo
www/chimera/patches/patch-aa
www/chimera/patches/patch-ab
www/chimera/patches/patch-ac
www/chimera/patches/patch-ad
www/chimera/patches/patch-ae
www/chimera/patches/patch-af
www/clearsilver-base/DESCR
www/clearsilver-base/Makefile
www/clearsilver-base/PLIST
www/clearsilver/DESCR
www/clearsilver/Makefile
www/clearsilver/Makefile.common
www/clearsilver/buildlink3.mk
www/clearsilver/distinfo
www/clearsilver/patches/patch-aa
www/clearsilver/patches/patch-ab
www/clearsilver/patches/patch-ac
www/cocoon/DESCR
www/cocoon/MESSAGE
www/cocoon/Makefile
www/cocoon/PLIST
www/cocoon/distinfo
www/cocoon/files/web.xml
www/cocoon/patches/patch-aa
www/communicator/DESCR
www/communicator/DESCR.linux-powerpc
www/communicator/MESSAGE
www/communicator/Makefile
www/communicator/PLIST.bsdi-i386
www/communicator/PLIST.common
www/communicator/PLIST.common_end
www/communicator/PLIST.linux-i386
www/communicator/PLIST.osf1-alpha
www/communicator/PLIST.solaris-sparc
www/communicator/PLIST.sunos-sparc
www/communicator/distinfo
www/communicator/files/bookmarks.patch
www/communicator/files/communicator.sh
www/communicator/files/communicator.sh.linux-powerpc
www/crawl/DESCR
www/crawl/Makefile
www/crawl/PLIST
www/crawl/distinfo
www/crawl/patches/patch-aa
www/crawl/patches/patch-ab
www/crawl/patches/patch-ac
www/cronolog/DESCR
www/cronolog/Makefile
www/cronolog/PLIST
www/cronolog/distinfo
www/curl/DESCR
www/curl/Makefile
www/curl/PLIST
www/curl/buildlink3.mk
www/curl/distinfo
www/curl/options.mk
www/cvsweb/DESCR
www/cvsweb/MESSAGE
www/cvsweb/Makefile
www/cvsweb/PLIST
www/cvsweb/distinfo
www/dansguardian/DESCR
www/dansguardian/MESSAGE
www/dansguardian/Makefile
www/dansguardian/PLIST
www/dansguardian/distinfo
www/dansguardian/files/dansguardian.sh
www/dillo/DESCR
www/dillo/Makefile
www/dillo/PLIST
www/dillo/distinfo
www/dillo/options.mk
www/dillo/patches/patch-aa
www/dillo/patches/patch-ab
www/dillo/patches/patch-ac
www/drivel/DESCR
www/drivel/Makefile
www/drivel/PLIST
www/drivel/distinfo
www/drivel/hacks.mk
www/drivel/patches/patch-ab
www/drraw/DESCR
www/drraw/Makefile
www/drraw/PLIST
www/drraw/distinfo
www/drraw/patches/patch-aa
www/drupal/DESCR
www/drupal/MESSAGE
www/drupal/Makefile
www/drupal/PLIST
www/drupal/distinfo
www/drupal/files/drupal.conf
www/drupal/options.mk
www/drupal6/DESCR
www/drupal6/MESSAGE
www/drupal6/Makefile
www/drupal6/PLIST
www/drupal6/distinfo
www/drupal6/files/drupal.conf
www/drupal6/options.mk
www/elinks/DESCR
www/elinks/Makefile
www/elinks/PLIST
www/elinks/distinfo
www/elinks/options.mk
www/elinks/patches/patch-aa
www/elinks/patches/patch-ab
www/elinks/patches/patch-ac
www/elinks/patches/patch-ad
www/elinks/patches/patch-ae
www/elinks/patches/patch-af
www/elinks/patches/patch-ag
www/emacs-w3m/DESCR
www/emacs-w3m/Makefile
www/emacs-w3m/PLIST
www/emacs-w3m/buildlink3.mk
www/emacs-w3m/distinfo
www/emacs-w3m/options.mk
www/emacs-w3m/patches/patch-aa
www/epiphany-extensions/DESCR
www/epiphany-extensions/Makefile
www/epiphany-extensions/PLIST
www/epiphany-extensions/distinfo
www/epiphany-extensions/options.mk
www/epiphany/DESCR
www/epiphany/Makefile
www/epiphany/PLIST
www/epiphany/buildlink3.mk
www/epiphany/distinfo
www/epiphany/options.mk
www/erubis/DESCR
www/erubis/Makefile
www/erubis/PLIST
www/erubis/distinfo
www/fcgi/DESCR
www/fcgi/Makefile
www/fcgi/PLIST
www/fcgi/buildlink3.mk
www/fcgi/distinfo
www/fcgi/patches/patch-aa
www/ffproxy/DESCR
www/ffproxy/Makefile
www/ffproxy/PLIST
www/ffproxy/distinfo
www/ffproxy/patches/patch-aa
www/firefox-bin-acroread/DEINSTALL
www/firefox-bin-acroread/DESCR
www/firefox-bin-acroread/INSTALL
www/firefox-bin-acroread/Makefile
www/firefox-bin-acroread/Makefile.common
www/firefox-bin-acroread5/DESCR
www/firefox-bin-acroread5/Makefile
www/firefox-bin-acroread7/DESCR
www/firefox-bin-acroread7/Makefile
www/firefox-bin-flash/DESCR
www/firefox-bin-flash/Makefile
www/firefox-bin-flash/Makefile.common
www/firefox-bin-flash/PLIST
www/firefox-bin-flash/distinfo
www/firefox-bin-java/DESCR
www/firefox-bin-java/Makefile
www/firefox-bin-java/Makefile.common
www/firefox-bin-java/PLIST
www/firefox-bin-nightly/DESCR
www/firefox-bin-nightly/Makefile
www/firefox-bin-nightly/Makefile.linux-i386
www/firefox-bin-nightly/Makefile.solaris-i386
www/firefox-bin-nightly/Makefile.solaris-sparc
www/firefox-bin-realplayer/DESCR
www/firefox-bin-realplayer/Makefile
www/firefox-bin-realplayer/PLIST
www/firefox-bin/DESCR
www/firefox-bin/Makefile
www/firefox-bin/Makefile.linux-i386
www/firefox-bin/Makefile.solaris-i386
www/firefox-bin/Makefile.solaris-sparc
www/firefox-bin/distinfo
www/firefox-gtk1/DESCR
www/firefox-gtk1/Makefile
www/firefox-gtk1/PLIST
www/firefox-gtk1/buildlink3.mk
www/firefox/DESCR
www/firefox/INSTALL
www/firefox/Makefile
www/firefox/Makefile-firefox.common
www/firefox/Makefile.common
www/firefox/PLIST
www/firefox/buildlink3.mk
www/firefox/distinfo
www/firefox/hacks.mk
www/firefox/patches/patch-aa
www/firefox/patches/patch-ab
www/firefox/patches/patch-ac
www/firefox/patches/patch-ad
www/firefox/patches/patch-ae
www/firefox/patches/patch-af
www/firefox/patches/patch-ag
www/firefox/patches/patch-ah
www/firefox/patches/patch-ai
www/firefox/patches/patch-aj
www/firefox/patches/patch-ak
www/firefox/patches/patch-al
www/firefox/patches/patch-an
www/firefox/patches/patch-ao
www/firefox/patches/patch-ap
www/firefox/patches/patch-aq
www/firefox/patches/patch-aw
www/firefox/patches/patch-ax
www/firefox/patches/patch-ba
www/firefox/patches/patch-bb
www/firefox/patches/patch-bm
www/firefox/patches/patch-bo
www/firefox/patches/patch-bq
www/firefox/patches/patch-br
www/firefox/patches/patch-bs
www/firefox/patches/patch-bu
www/firefox/patches/patch-bv
www/firefox/patches/patch-bx
www/firefox/patches/patch-by
www/firefox/patches/patch-bz
www/firefox/patches/patch-ca
www/firefox/patches/patch-cb
www/firefox/patches/patch-cd
www/firefox/patches/patch-cg
www/firefox/patches/patch-ch
www/firefox/patches/patch-ci
www/firefox/patches/patch-cj
www/firefox/patches/patch-ck
www/firefox/patches/patch-cl
www/firefox/patches/patch-cm
www/firefox/patches/patch-cn
www/firefox/patches/patch-da
www/firefox/patches/patch-db
www/firefox/patches/patch-dc
www/firefox/patches/patch-dd
www/firefox/patches/patch-de
www/firefox/patches/patch-df
www/firefox/patches/patch-dh
www/firefox/patches/patch-dj
www/firefox/patches/patch-dk
www/firefox/patches/patch-dl
www/firefox/patches/patch-dm
www/firefox/patches/patch-do
www/firefox/patches/patch-dr
www/firefox/patches/patch-ds
www/firefox/patches/patch-dt
www/firefox/patches/patch-du
www/firefox/patches/patch-dv
www/firefox/patches/patch-dw
www/firefox/patches/patch-ea
www/firefox/patches/patch-eb
www/firefox/patches/patch-ec
www/firefox/patches/patch-ed
www/firefox3-bin/DESCR
www/firefox3-bin/MESSAGE
www/firefox3-bin/Makefile
www/firefox3-bin/Makefile.linux-i386
www/firefox3-bin/Makefile.solaris-i386
www/firefox3-bin/Makefile.solaris-sparc
www/firefox3-bin/distinfo
www/galeon/DESCR
www/galeon/Makefile
www/galeon/PLIST
www/galeon/distinfo
www/galeon/files/galeon.in
www/galeon/options.mk
www/galeon/patches/patch-ac
www/galeon/patches/patch-ad
www/galeon/patches/patch-ae
www/galway/DESCR
www/galway/Makefile
www/galway/PLIST
www/galway/distinfo
www/ganglia-webfrontend/DESCR
www/ganglia-webfrontend/MESSAGE
www/ganglia-webfrontend/Makefile
www/ganglia-webfrontend/PLIST
www/ganglia-webfrontend/distinfo
www/ganglia-webfrontend/patches/patch-aa
www/ganglia-webfrontend/patches/patch-ab
www/geeklog/DEINSTALL
www/geeklog/DESCR
www/geeklog/INSTALL
www/geeklog/MESSAGE
www/geeklog/Makefile
www/geeklog/Makefile.common
www/geeklog/PLIST
www/geeklog/distinfo
www/geeklog/files/README
www/geeklog/files/createdb.php
www/geeklog/files/geeklog.conf
www/geeklog/patches/patch-aa
www/geeklog/patches/patch-ab
www/geeklog/patches/patch-ac
www/geeklog/patches/patch-ag
www/gitweb/DESCR
www/gitweb/MESSAGE
www/gitweb/Makefile
www/gitweb/PLIST
www/gitweb/distinfo
www/gitweb/files/gitweb.conf
www/grail/DESCR
www/grail/Makefile
www/grail/PLIST.pre
www/grail/distinfo
www/grail/files/grail
www/gtkasp2php/DESCR
www/gtkasp2php/Makefile
www/gtkasp2php/PLIST
www/gtkasp2php/distinfo
www/gtkasp2php/patches/patch-aa
www/gtkasp2php/patches/patch-ab
www/gtkasp2php/patches/patch-ac
www/gtkhtml314/DESCR
www/gtkhtml314/Makefile
www/gtkhtml314/PLIST
www/gtkhtml314/buildlink3.mk
www/gtkhtml314/distinfo
www/gtkhtml38/DESCR
www/gtkhtml38/Makefile
www/gtkhtml38/PLIST
www/gtkhtml38/buildlink3.mk
www/gtkhtml38/distinfo
www/gtkhtml38/patches/patch-aa
www/haskell-cgi/DESCR
www/haskell-cgi/Makefile
www/haskell-cgi/PLIST
www/haskell-cgi/distinfo
www/heel/DESCR
www/heel/Makefile
www/heel/PLIST
www/heel/distinfo
www/hiawatha/DESCR
www/hiawatha/MESSAGE
www/hiawatha/Makefile
www/hiawatha/PLIST
www/hiawatha/distinfo
www/hiawatha/files/hiawatha.cfg
www/hiawatha/files/hiawatha.sh
www/hiawatha/files/index.xml
www/hiawatha/files/index.xsl
www/horde/DESCR
www/horde/MESSAGE
www/horde/Makefile
www/horde/PLIST
www/horde/distinfo
www/horde/files/horde.conf.dist
www/horde/options.mk
www/horde/patches/patch-aa
www/htdig-devel/DESCR
www/htdig-devel/INSTALL
www/htdig-devel/MESSAGE
www/htdig-devel/Makefile
www/htdig-devel/PLIST
www/htdig-devel/distinfo
www/htdig-devel/patches/patch-aa
www/htdig-devel/patches/patch-af
www/htdig-devel/patches/patch-ag
www/htdig-devel/patches/patch-ah
www/htdig-devel/patches/patch-ai
www/htdig-devel/patches/patch-aj
www/htdig/DESCR
www/htdig/INSTALL
www/htdig/MESSAGE
www/htdig/Makefile
www/htdig/PLIST
www/htdig/distinfo
www/htdig/patches/patch-ab
www/htdig/patches/patch-ac
www/htdig/patches/patch-ad
www/htdig/patches/patch-ae
www/htdig/patches/patch-af
www/htdig/patches/patch-ag
www/htdig/patches/patch-ah
www/htdig/patches/patch-ai
www/htmldoc-x11/DESCR
www/htmldoc-x11/Makefile
www/htmldoc/DESCR
www/htmldoc/Makefile
www/htmldoc/PLIST
www/htmldoc/distinfo
www/htmldoc/options.mk
www/htmlfix/DESCR
www/htmlfix/Makefile
www/htmlfix/PLIST
www/htmlfix/distinfo
www/htmllint/DESCR
www/htmllint/Makefile
www/htmllint/PLIST
www/htmllint/distinfo
www/htmllint/patches/patch-aa
www/htmllint/patches/patch-ab
www/htmllint/patches/patch-ad
www/htmllint/patches/patch-ag
www/htmllint/patches/patch-ah
www/htmllint/patches/patch-ai
www/htmllint/patches/patch-aj
www/htmllint/patches/patch-ak
www/http_load/DESCR
www/http_load/Makefile
www/http_load/PLIST
www/http_load/distinfo
www/http_load/patches/patch-aa
www/http_load/patches/patch-ab
www/ijb/DESCR
www/ijb/Makefile
www/ijb/PLIST
www/ijb/distinfo
www/ijb/patches/patch-aa
www/ijb/patches/patch-ab
www/ijb/patches/patch-ac
www/ikiwiki/DESCR
www/ikiwiki/Makefile
www/ikiwiki/PLIST
www/ikiwiki/distinfo
www/instiki/DESCR
www/instiki/Makefile
www/instiki/PLIST
www/instiki/distinfo
www/instiki/files/instiki.sh
www/ja-trac/DESCR
www/ja-trac/MESSAGE
www/ja-trac/Makefile
www/ja-trac/PLIST
www/ja-trac/distinfo
www/ja-trac/patches/patch-aa
www/jakarta-servletapi/DESCR
www/jakarta-servletapi/Makefile
www/jakarta-servletapi/PLIST
www/jakarta-servletapi/distinfo
www/jakarta-servletapi/patches/patch-aa
www/jakarta-tomcat4/DESCR
www/jakarta-tomcat4/MESSAGE
www/jakarta-tomcat4/Makefile
www/jakarta-tomcat4/PLIST
www/jakarta-tomcat4/distinfo
www/jakarta-tomcat4/files/getsite.sh
www/jakarta-tomcat4/files/tomcat4.sh
www/jakarta-tomcat5/DESCR
www/jakarta-tomcat5/MESSAGE
www/jakarta-tomcat5/Makefile
www/jakarta-tomcat5/PLIST
www/jakarta-tomcat5/distinfo
www/jakarta-tomcat5/files/getsite.sh
www/jakarta-tomcat5/files/tomcat5.sh
www/jalbum/DESCR
www/jalbum/MESSAGE
www/jalbum/Makefile
www/jalbum/PLIST
www/jalbum/distinfo
www/jalbum/files/jalbum
www/jsdk20/DESCR
www/jsdk20/Makefile
www/jsdk20/PLIST
www/jsdk20/distinfo
www/jssi/DESCR
www/jssi/MESSAGE
www/jssi/Makefile
www/jssi/PLIST
www/jssi/distinfo
www/jssi/patches/patch-aa
www/kahua/DESCR
www/kahua/Makefile
www/kahua/PLIST
www/kahua/distinfo
www/kahua/patches/patch-aa
www/kahua/patches/patch-ab
www/kahua/patches/patch-ac
www/kahua/patches/patch-ad
www/kahua/patches/patch-ae
www/kahua/patches/patch-af
www/kannel/DESCR
www/kannel/Makefile
www/kannel/PLIST
www/kannel/distinfo
www/kannel/patches/patch-aa
www/kannel/patches/patch-ab
www/kannel/patches/patch-ac
www/kazehakase/DESCR
www/kazehakase/Makefile
www/kazehakase/PLIST
www/kazehakase/distinfo
www/kazehakase/options.mk
www/kazehakase/patches/patch-aa
www/kazehakase/patches/patch-ab
www/kazehakase/patches/patch-ad
www/kazehakase/patches/patch-af
www/kazehakase/patches/patch-aj
www/kdewebdev3/DESCR
www/kdewebdev3/MESSAGE
www/kdewebdev3/Makefile
www/kdewebdev3/PLIST
www/kdewebdev3/distinfo
www/kdewebdev3/patches/patch-aa
www/lhs/DESCR
www/lhs/MESSAGE
www/lhs/Makefile
www/lhs/PLIST
www/lhs/distinfo
www/lhs/patches/patch-aa
www/lhs/patches/patch-ab
www/lhs/patches/patch-ac
www/libghttp/DESCR
www/libghttp/Makefile
www/libghttp/PLIST
www/libghttp/buildlink3.mk
www/libghttp/distinfo
www/libgtkhtml/DESCR
www/libgtkhtml/Makefile
www/libgtkhtml/PLIST
www/libgtkhtml/buildlink3.mk
www/libgtkhtml/distinfo
www/libwww/DESCR
www/libwww/Makefile
www/libwww/PLIST
www/libwww/buildlink3.mk
www/libwww/distinfo
www/libwww/options.mk
www/libwww/patches/patch-aa
www/libwww/patches/patch-ab
www/libwww/patches/patch-ac
www/libwww/patches/patch-ad
www/libwww/patches/patch-ae
www/libwww/patches/patch-af
www/libwww/patches/patch-ai
www/libwww/patches/patch-aj
www/libwww/patches/patch-ak
www/libwww/patches/patch-al
www/libwww/patches/patch-am
www/libwww/patches/patch-an
www/libwww/patches/patch-ao
www/libwww/patches/patch-ap
www/libwww/patches/patch-aq
www/liferea/DESCR
www/liferea/Makefile
www/liferea/PLIST
www/liferea/distinfo
www/liferea/patches/patch-ae
www/lighttpd/DESCR
www/lighttpd/Makefile
www/lighttpd/PLIST
www/lighttpd/PLIST.Darwin
www/lighttpd/distinfo
www/lighttpd/files/lighttpd.sh
www/lighttpd/options.mk
www/lighttpd/patches/patch-aa
www/lighttpd/patches/patch-ab
www/lighttpd/patches/patch-ac
www/links-gui/DESCR
www/links-gui/Makefile
www/links/DESCR
www/links/Makefile
www/links/Makefile.common
www/links/PLIST
www/links/distinfo
www/links/options.mk
www/links/patches/patch-aa
www/links/patches/patch-ab
www/lynx/DESCR
www/lynx/Makefile
www/lynx/PLIST
www/lynx/distinfo
www/lynx/options.mk
www/lynx/patches/patch-aa
www/lynx/patches/patch-ab
www/lynx/patches/patch-af
www/mMosaic/DESCR
www/mMosaic/Makefile
www/mMosaic/PLIST
www/mMosaic/distinfo
www/mMosaic/patches/patch-aa
www/mMosaic/patches/patch-ab
www/mMosaic/patches/patch-ac
www/mMosaic/patches/patch-ad
www/mMosaic/patches/patch-ae
www/mMosaic/patches/patch-af
www/mMosaic/patches/patch-ag
www/mMosaic/patches/patch-ah
www/mMosaic/patches/patch-ai
www/mMosaic/patches/patch-aj
www/mMosaic/patches/patch-ak
www/mMosaic/patches/patch-al
www/mMosaic/patches/patch-am
www/mMosaic/patches/patch-an
www/mMosaic/patches/patch-ao
www/make_album/DESCR
www/make_album/Makefile
www/make_album/PLIST
www/make_album/distinfo
www/make_album/patches/patch-aa
www/merb-action-args/DESCR
www/merb-action-args/Makefile
www/merb-action-args/PLIST
www/merb-action-args/distinfo
www/merb-activerecord/DESCR
www/merb-activerecord/Makefile
www/merb-activerecord/PLIST
www/merb-activerecord/distinfo
www/merb-assets/DESCR
www/merb-assets/Makefile
www/merb-assets/PLIST
www/merb-assets/distinfo
www/merb-builder/DESCR
www/merb-builder/Makefile
www/merb-builder/PLIST
www/merb-builder/distinfo
www/merb-cache/DESCR
www/merb-cache/MESSAGE
www/merb-cache/Makefile
www/merb-cache/PLIST
www/merb-cache/distinfo
www/merb-core/DESCR
www/merb-core/Makefile
www/merb-core/PLIST
www/merb-core/distinfo
www/merb-datamapper/DESCR
www/merb-datamapper/Makefile
www/merb-datamapper/PLIST
www/merb-datamapper/distinfo
www/merb-gen/DESCR
www/merb-gen/Makefile
www/merb-gen/PLIST
www/merb-gen/distinfo
www/merb-haml/DESCR
www/merb-haml/Makefile
www/merb-haml/PLIST
www/merb-haml/distinfo
www/merb-has-flash/DESCR
www/merb-has-flash/Makefile
www/merb-has-flash/PLIST
www/merb-has-flash/distinfo
www/merb-helpers/DESCR
www/merb-helpers/Makefile
www/merb-helpers/PLIST
www/merb-helpers/distinfo
www/merb-mailer/DESCR
www/merb-mailer/Makefile
www/merb-mailer/PLIST
www/merb-mailer/distinfo
www/merb-more/DESCR
www/merb-more/Makefile
www/merb-more/PLIST
www/merb-more/distinfo
www/merb-param-protection/DESCR
www/merb-param-protection/Makefile
www/merb-param-protection/PLIST
www/merb-param-protection/distinfo
www/merb-param-protection/patches/patch-aa
www/merb-parts/DESCR
www/merb-parts/Makefile
www/merb-parts/PLIST
www/merb-parts/distinfo
www/merb-sequel/DESCR
www/merb-sequel/Makefile
www/merb-sequel/PLIST
www/merb-sequel/distinfo
www/merb-sequel/patches/patch-aa
www/merb-stories/DESCR
www/merb-stories/Makefile
www/merb-stories/PLIST
www/merb-stories/distinfo
www/merb-test-unit/DESCR
www/merb-test-unit/Makefile
www/merb-test-unit/PLIST
www/merb-test-unit/distinfo
www/merb/DESCR
www/merb/Makefile
www/merb/PLIST
www/merb/distinfo
www/merbful-authentication/DESCR
www/merbful-authentication/Makefile
www/merbful-authentication/PLIST
www/merbful-authentication/distinfo
www/micro_httpd/DESCR
www/micro_httpd/Makefile
www/micro_httpd/PLIST
www/micro_httpd/distinfo
www/micro_httpd/patches/patch-aa
www/mimetex/DESCR
www/mimetex/Makefile
www/mimetex/PLIST
www/mimetex/distinfo
www/mini_httpd/DESCR
www/mini_httpd/Makefile
www/mini_httpd/PLIST
www/mini_httpd/distinfo
www/mini_httpd/patches/patch-aa
www/mini_httpd/patches/patch-ab
www/mini_httpd/patches/patch-ac
www/mknmz-wwwoffle/DESCR
www/mknmz-wwwoffle/Makefile
www/mknmz-wwwoffle/PLIST
www/mknmz-wwwoffle/distinfo
www/mongrel-cluster/DESCR
www/mongrel-cluster/Makefile
www/mongrel-cluster/PLIST
www/mongrel-cluster/distinfo
www/mongrel-config/DESCR
www/mongrel-config/Makefile
www/mongrel-config/PLIST
www/mongrel-config/distinfo
www/mongrel-console/DESCR
www/mongrel-console/Makefile
www/mongrel-console/PLIST
www/mongrel-console/distinfo
www/mongrel-upload-progress/DESCR
www/mongrel-upload-progress/Makefile
www/mongrel-upload-progress/PLIST
www/mongrel-upload-progress/distinfo
www/mongrel/DESCR
www/mongrel/Makefile
www/mongrel/PLIST
www/mongrel/distinfo
www/mongrel/patches/patch-ac
www/mono-xsp/DESCR
www/mono-xsp/Makefile
www/mono-xsp/PLIST
www/mono-xsp/distinfo
www/navigator/DESCR
www/navigator/MESSAGE
www/navigator/Makefile
www/navigator/Makefile.common
www/navigator/PLIST.bsdi-i386
www/navigator/PLIST.common
www/navigator/PLIST.common_end
www/navigator/PLIST.linux-i386
www/navigator/PLIST.osf1-alpha
www/navigator/PLIST.solaris-sparc
www/navigator/PLIST.sunos-sparc
www/navigator/distinfo
www/navigator/files/binpatch-x86-bsdi-bsd2-4.75.sh
www/navigator/files/binpatch-x86-unknown-linux2.2-4.80.sh
www/navigator/files/navigator.sh
www/neon/DESCR
www/neon/Makefile
www/neon/PLIST
www/neon/buildlink3.mk
www/neon/distinfo
www/neon/options.mk
www/netscape/DESCR
www/netscape/Makefile
www/netscape/PLIST
www/netscape/files/netscape
www/nginx/DESCR
www/nginx/Makefile
www/nginx/PLIST
www/nginx/distinfo
www/nginx/files/nginx.sh
www/nginx/options.mk
www/nginx/patches/patch-aa
www/ns-plugger-common/DESCR
www/ns-plugger-common/MESSAGE
www/ns-plugger-common/Makefile
www/ns-plugger-common/PLIST
www/ns-plugger-common/distinfo
www/ns-plugger-common/patches/patch-aa
www/ns-plugger-communicator/Makefile
www/ns-plugger-communicator/PLIST
www/ns-plugger-navigator/Makefile
www/ns-plugger-navigator/PLIST
www/ns-remote/DESCR
www/ns-remote/Makefile
www/ns-remote/PLIST
www/ns-remote/distinfo
www/ns-remote/files/Makefile
www/ns-remote/files/ns-open
www/ns-remote/patches/patch-aa
www/nspluginwrapper/DESCR
www/nspluginwrapper/Makefile
www/nspluginwrapper/PLIST
www/nspluginwrapper/distinfo
www/nvu/DESCR
www/nvu/Makefile
www/nvu/PLIST
www/nvu/distinfo
www/nvu/patches/patch-ah
www/nvu/patches/patch-ai
www/nvu/patches/patch-aj
www/nvu/patches/patch-ak
www/nvu/patches/patch-al
www/nvu/patches/patch-an
www/nvu/patches/patch-ao
www/nvu/patches/patch-ap
www/ocsigen/DESCR
www/ocsigen/Makefile
www/ocsigen/PLIST
www/ocsigen/PLIST.ocamlduce
www/ocsigen/distinfo
www/ocsigen/options.mk
www/ocsigen/patches/patch-aa
www/ocsigen/patches/patch-ab
www/opera-acroread/DEINSTALL
www/opera-acroread/DESCR
www/opera-acroread/INSTALL
www/opera-acroread/Makefile
www/opera-acroread/Makefile.common
www/opera-acroread5/DESCR
www/opera-acroread5/Makefile
www/opera-acroread7/DESCR
www/opera-acroread7/Makefile
www/opera-plugins/DESCR
www/opera-plugins/Makefile
www/opera/DESCR
www/opera/Makefile
www/opera/Makefile.plain
www/opera/Makefile.rpm
www/opera/PLIST.freebsd-i386
www/opera/PLIST.solaris-sparc
www/opera/distinfo
www/opera/files/opera.sh
www/p5-Apache-ASP/DESCR
www/p5-Apache-ASP/Makefile
www/p5-Apache-ASP/distinfo
www/p5-Apache-AuthCookie/DESCR
www/p5-Apache-AuthCookie/Makefile
www/p5-Apache-AuthCookie/distinfo
www/p5-Apache-AuthCookieDBI/DESCR
www/p5-Apache-AuthCookieDBI/Makefile
www/p5-Apache-AuthCookieDBI/distinfo
www/p5-Apache-DBILogConfig/DESCR
www/p5-Apache-DBILogConfig/Makefile
www/p5-Apache-DBILogConfig/distinfo
www/p5-Apache-DBILogger/DESCR
www/p5-Apache-DBILogger/Makefile
www/p5-Apache-DBILogger/distinfo
www/p5-Apache-Filter/DESCR
www/p5-Apache-Filter/Makefile
www/p5-Apache-Filter/distinfo
www/p5-Apache-Filter/patches/patch-aa
www/p5-Apache-Gallery/DESCR
www/p5-Apache-Gallery/MESSAGE
www/p5-Apache-Gallery/Makefile
www/p5-Apache-Gallery/PLIST
www/p5-Apache-Gallery/distinfo
www/p5-Apache-Gallery/files/ag.conf
www/p5-Apache-Gallery/patches/patch-aa
www/p5-Apache-Reload/DESCR
www/p5-Apache-Reload/Makefile
www/p5-Apache-Reload/distinfo
www/p5-Apache-SSI/DESCR
www/p5-Apache-SSI/Makefile
www/p5-Apache-SSI/distinfo
www/p5-Apache-SSI/patches/patch-aa
www/p5-Apache-Session-Wrapper/DESCR
www/p5-Apache-Session-Wrapper/Makefile
www/p5-Apache-Session-Wrapper/distinfo
www/p5-Apache-Session/DESCR
www/p5-Apache-Session/Makefile
www/p5-Apache-Session/distinfo
www/p5-Apache-Test/DESCR
www/p5-Apache-Test/Makefile
www/p5-Apache-Test/distinfo
www/p5-CGI-Ajax/DESCR
www/p5-CGI-Ajax/Makefile
www/p5-CGI-Ajax/distinfo
www/p5-CGI-Application-Plugin-DBH/DESCR
www/p5-CGI-Application-Plugin-DBH/Makefile
www/p5-CGI-Application-Plugin-DBH/distinfo
www/p5-CGI-Application-Plugin-ValidateRM/DESCR
www/p5-CGI-Application-Plugin-ValidateRM/Makefile
www/p5-CGI-Application-Plugin-ValidateRM/distinfo
www/p5-CGI-Application/DESCR
www/p5-CGI-Application/Makefile
www/p5-CGI-Application/distinfo
www/p5-CGI-FastTemplate/DESCR
www/p5-CGI-FastTemplate/Makefile
www/p5-CGI-FastTemplate/distinfo
www/p5-CGI-FormBuilder/DESCR
www/p5-CGI-FormBuilder/Makefile
www/p5-CGI-FormBuilder/distinfo
www/p5-CGI-Kwiki/DESCR
www/p5-CGI-Kwiki/MESSAGE
www/p5-CGI-Kwiki/Makefile
www/p5-CGI-Kwiki/distinfo
www/p5-CGI-Kwiki/patches/patch-aa
www/p5-CGI-Kwiki/patches/patch-ab
www/p5-CGI-Kwiki/patches/patch-ac
www/p5-CGI-Kwiki/patches/patch-ad
www/p5-CGI-Minimal/DESCR
www/p5-CGI-Minimal/Makefile
www/p5-CGI-Minimal/distinfo
www/p5-CGI-ProgressBar/DESCR
www/p5-CGI-ProgressBar/Makefile
www/p5-CGI-ProgressBar/PLIST
www/p5-CGI-ProgressBar/distinfo
www/p5-CGI-Session/DESCR
www/p5-CGI-Session/Makefile
www/p5-CGI-Session/distinfo
www/p5-CGI/DESCR
www/p5-CGI/Makefile
www/p5-CGI/PLIST
www/p5-CGI/distinfo
www/p5-CGI_Lite/DESCR
www/p5-CGI_Lite/Makefile
www/p5-CGI_Lite/distinfo
www/p5-CSS-Squish/DESCR
www/p5-CSS-Squish/Makefile
www/p5-CSS-Squish/distinfo
www/p5-CSS/DESCR
www/p5-CSS/Makefile
www/p5-CSS/distinfo
www/p5-Captcha-reCAPTCHA-Mailhide/DESCR
www/p5-Captcha-reCAPTCHA-Mailhide/Makefile
www/p5-Captcha-reCAPTCHA-Mailhide/distinfo
www/p5-Captcha-reCAPTCHA/DESCR
www/p5-Captcha-reCAPTCHA/Makefile
www/p5-Captcha-reCAPTCHA/distinfo
www/p5-FCGI-ProcManager/DESCR
www/p5-FCGI-ProcManager/Makefile
www/p5-FCGI-ProcManager/distinfo
www/p5-FCGI/DESCR
www/p5-FCGI/Makefile
www/p5-FCGI/distinfo
www/p5-HTML-Clean/DESCR
www/p5-HTML-Clean/Makefile
www/p5-HTML-Clean/distinfo
www/p5-HTML-Element-Extended/DESCR
www/p5-HTML-Element-Extended/Makefile
www/p5-HTML-Element-Extended/distinfo
www/p5-HTML-FillInForm/DESCR
www/p5-HTML-FillInForm/Makefile
www/p5-HTML-FillInForm/distinfo
www/p5-HTML-FixEntities/DESCR
www/p5-HTML-FixEntities/Makefile
www/p5-HTML-FixEntities/distinfo
www/p5-HTML-Format/DESCR
www/p5-HTML-Format/Makefile
www/p5-HTML-Format/distinfo
www/p5-HTML-LinkExtractor/DESCR
www/p5-HTML-LinkExtractor/Makefile
www/p5-HTML-LinkExtractor/distinfo
www/p5-HTML-Mason/DESCR
www/p5-HTML-Mason/MESSAGE
www/p5-HTML-Mason/Makefile
www/p5-HTML-Mason/PLIST
www/p5-HTML-Mason/distinfo
www/p5-HTML-Parser/DESCR
www/p5-HTML-Parser/Makefile
www/p5-HTML-Parser/distinfo
www/p5-HTML-PrettyPrinter/DESCR
www/p5-HTML-PrettyPrinter/Makefile
www/p5-HTML-PrettyPrinter/distinfo
www/p5-HTML-Prototype-Useful/DESCR
www/p5-HTML-Prototype-Useful/Makefile
www/p5-HTML-Prototype-Useful/distinfo
www/p5-HTML-Prototype/DESCR
www/p5-HTML-Prototype/Makefile
www/p5-HTML-Prototype/distinfo
www/p5-HTML-Scrubber/DESCR
www/p5-HTML-Scrubber/Makefile
www/p5-HTML-Scrubber/distinfo
www/p5-HTML-SimpleParse/DESCR
www/p5-HTML-SimpleParse/Makefile
www/p5-HTML-SimpleParse/distinfo
www/p5-HTML-StickyQuery/DESCR
www/p5-HTML-StickyQuery/Makefile
www/p5-HTML-StickyQuery/distinfo
www/p5-HTML-Stream/DESCR
www/p5-HTML-Stream/Makefile
www/p5-HTML-Stream/distinfo
www/p5-HTML-Strip/DESCR
www/p5-HTML-Strip/Makefile
www/p5-HTML-Strip/distinfo
www/p5-HTML-Table/DESCR
www/p5-HTML-Table/Makefile
www/p5-HTML-Table/distinfo
www/p5-HTML-TableExtract/DESCR
www/p5-HTML-TableExtract/Makefile
www/p5-HTML-TableExtract/distinfo
www/p5-HTML-Tagset/DESCR
www/p5-HTML-Tagset/Makefile
www/p5-HTML-Tagset/distinfo
www/p5-HTML-Template/DESCR
www/p5-HTML-Template/Makefile
www/p5-HTML-Template/distinfo
www/p5-HTML-Tiny/DESCR
www/p5-HTML-Tiny/Makefile
www/p5-HTML-Tiny/distinfo
www/p5-HTML-Tree/DESCR
www/p5-HTML-Tree/Makefile
www/p5-HTML-Tree/distinfo
www/p5-HTML-WikiConverter/DESCR
www/p5-HTML-WikiConverter/Makefile
www/p5-HTML-WikiConverter/distinfo
www/p5-HTMLObject/DESCR
www/p5-HTMLObject/Makefile
www/p5-HTMLObject/distinfo
www/p5-HTTP-Cache-Transparent/DESCR
www/p5-HTTP-Cache-Transparent/Makefile
www/p5-HTTP-Cache-Transparent/distinfo
www/p5-HTTP-DAV/DESCR
www/p5-HTTP-DAV/Makefile
www/p5-HTTP-DAV/distinfo
www/p5-HTTP-GHTTP/DESCR
www/p5-HTTP-GHTTP/Makefile
www/p5-HTTP-GHTTP/distinfo
www/p5-HTTP-Lite/DESCR
www/p5-HTTP-Lite/Makefile
www/p5-HTTP-Lite/distinfo
www/p5-HTTP-Lite/patches/patch-aa
www/p5-HTTP-Proxy/DESCR
www/p5-HTTP-Proxy/Makefile
www/p5-HTTP-Proxy/distinfo
www/p5-HTTP-Request-Form/DESCR
www/p5-HTTP-Request-Form/Makefile
www/p5-HTTP-Request-Form/distinfo
www/p5-HTTP-Server-Simple-Kwiki/DESCR
www/p5-HTTP-Server-Simple-Kwiki/Makefile
www/p5-HTTP-Server-Simple-Kwiki/distinfo
www/p5-HTTP-Server-Simple-Mason/DESCR
www/p5-HTTP-Server-Simple-Mason/Makefile
www/p5-HTTP-Server-Simple-Mason/distinfo
www/p5-HTTP-Server-Simple-Static/DESCR
www/p5-HTTP-Server-Simple-Static/Makefile
www/p5-HTTP-Server-Simple-Static/distinfo
www/p5-HTTP-Server-Simple/DESCR
www/p5-HTTP-Server-Simple/Makefile
www/p5-HTTP-Server-Simple/distinfo
www/p5-HTTPD-User-Manage/DESCR
www/p5-HTTPD-User-Manage/MESSAGE
www/p5-HTTPD-User-Manage/Makefile
www/p5-HTTPD-User-Manage/PLIST
www/p5-HTTPD-User-Manage/distinfo
www/p5-HTTPD-User-Manage/patches/patch-aa
www/p5-I18N-AcceptLanguage/DESCR
www/p5-I18N-AcceptLanguage/Makefile
www/p5-I18N-AcceptLanguage/distinfo
www/p5-Jemplate/DESCR
www/p5-Jemplate/Makefile
www/p5-Jemplate/distinfo
www/p5-Kwiki-Archive-Cvs/DESCR
www/p5-Kwiki-Archive-Cvs/Makefile
www/p5-Kwiki-Archive-Cvs/distinfo
www/p5-Kwiki-Archive-Cvs/patches/patch-aa
www/p5-Kwiki-Archive-Rcs/DESCR
www/p5-Kwiki-Archive-Rcs/Makefile
www/p5-Kwiki-Archive-Rcs/distinfo
www/p5-Kwiki-BreadCrumbs/DESCR
www/p5-Kwiki-BreadCrumbs/Makefile
www/p5-Kwiki-BreadCrumbs/distinfo
www/p5-Kwiki-Edit-RequireUserName/DESCR
www/p5-Kwiki-Edit-RequireUserName/Makefile
www/p5-Kwiki-Edit-RequireUserName/distinfo
www/p5-Kwiki-Favorites/DESCR
www/p5-Kwiki-Favorites/Makefile
www/p5-Kwiki-Favorites/distinfo
www/p5-Kwiki-HtmlBlocks/DESCR
www/p5-Kwiki-HtmlBlocks/Makefile
www/p5-Kwiki-HtmlBlocks/distinfo
www/p5-Kwiki-Icons-Gnome/DESCR
www/p5-Kwiki-Icons-Gnome/Makefile
www/p5-Kwiki-Icons-Gnome/distinfo
www/p5-Kwiki-ModPerl/DESCR
www/p5-Kwiki-ModPerl/Makefile
www/p5-Kwiki-ModPerl/distinfo
www/p5-Kwiki-NewPage/DESCR
www/p5-Kwiki-NewPage/Makefile
www/p5-Kwiki-NewPage/distinfo
www/p5-Kwiki-Notify-Mail/DESCR
www/p5-Kwiki-Notify-Mail/Makefile
www/p5-Kwiki-Notify-Mail/distinfo
www/p5-Kwiki-PagePrivacy/DESCR
www/p5-Kwiki-PagePrivacy/Makefile
www/p5-Kwiki-PagePrivacy/distinfo
www/p5-Kwiki-ParagraphBlocks/DESCR
www/p5-Kwiki-ParagraphBlocks/Makefile
www/p5-Kwiki-ParagraphBlocks/distinfo
www/p5-Kwiki-PreformattedBlocks/DESCR
www/p5-Kwiki-PreformattedBlocks/Makefile
www/p5-Kwiki-PreformattedBlocks/distinfo
www/p5-Kwiki-RecentChanges/DESCR
www/p5-Kwiki-RecentChanges/Makefile
www/p5-Kwiki-RecentChanges/distinfo
www/p5-Kwiki-Revisions/DESCR
www/p5-Kwiki-Revisions/Makefile
www/p5-Kwiki-Revisions/distinfo
www/p5-Kwiki-Scode/DESCR
www/p5-Kwiki-Scode/Makefile
www/p5-Kwiki-Scode/distinfo
www/p5-Kwiki-Search/DESCR
www/p5-Kwiki-Search/Makefile
www/p5-Kwiki-Search/distinfo
www/p5-Kwiki-Simple-Server-HTTP/DESCR
www/p5-Kwiki-Simple-Server-HTTP/Makefile
www/p5-Kwiki-Simple-Server-HTTP/distinfo
www/p5-Kwiki-UserName/DESCR
www/p5-Kwiki-UserName/Makefile
www/p5-Kwiki-UserName/distinfo
www/p5-Kwiki-UserPreferences/DESCR
www/p5-Kwiki-UserPreferences/Makefile
www/p5-Kwiki-UserPreferences/distinfo
www/p5-Kwiki-Users-Remote/DESCR
www/p5-Kwiki-Users-Remote/MESSAGE
www/p5-Kwiki-Users-Remote/Makefile
www/p5-Kwiki-Users-Remote/distinfo
www/p5-Kwiki-Weather/DESCR
www/p5-Kwiki-Weather/Makefile
www/p5-Kwiki-Weather/distinfo
www/p5-Kwiki-Wikiwyg/DESCR
www/p5-Kwiki-Wikiwyg/Makefile
www/p5-Kwiki-Wikiwyg/distinfo
www/p5-Kwiki-Zipcode/DESCR
www/p5-Kwiki-Zipcode/Makefile
www/p5-Kwiki-Zipcode/distinfo
www/p5-Kwiki/DESCR
www/p5-Kwiki/MESSAGE
www/p5-Kwiki/Makefile
www/p5-Kwiki/distinfo
www/p5-LWP-Authen-Negotiate/DESCR
www/p5-LWP-Authen-Negotiate/Makefile
www/p5-LWP-Authen-Negotiate/distinfo
www/p5-LWP-Authen-Wsse/DESCR
www/p5-LWP-Authen-Wsse/Makefile
www/p5-LWP-Authen-Wsse/distinfo
www/p5-LWPx-ParanoidAgent/DESCR
www/p5-LWPx-ParanoidAgent/Makefile
www/p5-LWPx-ParanoidAgent/distinfo
www/p5-MasonX-Request-WithApacheSession/DESCR
www/p5-MasonX-Request-WithApacheSession/Makefile
www/p5-MasonX-Request-WithApacheSession/distinfo
www/p5-SVN-Web/DESCR
www/p5-SVN-Web/Makefile
www/p5-SVN-Web/distinfo
www/p5-Template-Extract/DESCR
www/p5-Template-Extract/Makefile
www/p5-Template-Extract/distinfo
www/p5-Template-Generate/DESCR
www/p5-Template-Generate/Makefile
www/p5-Template-Generate/distinfo
www/p5-Template-Multilingual/DESCR
www/p5-Template-Multilingual/Makefile
www/p5-Template-Multilingual/distinfo
www/p5-Template-Stash-EscapeHTML/DESCR
www/p5-Template-Stash-EscapeHTML/Makefile
www/p5-Template-Stash-EscapeHTML/distinfo
www/p5-Template-Toolkit/DESCR
www/p5-Template-Toolkit/Makefile
www/p5-Template-Toolkit/PLIST
www/p5-Template-Toolkit/distinfo
www/p5-Test-WWW-Mechanize/DESCR
www/p5-Test-WWW-Mechanize/Makefile
www/p5-Test-WWW-Mechanize/distinfo
www/p5-URI-Fetch/DESCR
www/p5-URI-Fetch/Makefile
www/p5-URI-Fetch/distinfo
www/p5-URI/DESCR
www/p5-URI/Makefile
www/p5-URI/distinfo
www/p5-VRML/DESCR
www/p5-VRML/Makefile
www/p5-VRML/distinfo
www/p5-VRML/patches/patch-aa
www/p5-WWW-Amazon-Wishlist/DESCR
www/p5-WWW-Amazon-Wishlist/Makefile
www/p5-WWW-Amazon-Wishlist/distinfo
www/p5-WWW-Curl/DESCR
www/p5-WWW-Curl/Makefile
www/p5-WWW-Curl/distinfo
www/p5-WWW-Curl/patches/patch-aa
www/p5-WWW-Facebook-API/DESCR
www/p5-WWW-Facebook-API/Makefile
www/p5-WWW-Facebook-API/distinfo
www/p5-WWW-Mechanize/DESCR
www/p5-WWW-Mechanize/Makefile
www/p5-WWW-Mechanize/distinfo
www/p5-libapreq/DESCR
www/p5-libapreq/Makefile
www/p5-libapreq/distinfo
www/p5-libapreq2/DESCR
www/p5-libapreq2/MESSAGE
www/p5-libapreq2/Makefile
www/p5-libapreq2/PLIST
www/p5-libapreq2/distinfo
www/p5-libwww/DESCR
www/p5-libwww/Makefile
www/p5-libwww/distinfo
www/p5-libwww/options.mk
www/p5-libwww/patches/patch-aa
www/paros/DESCR
www/paros/Makefile
www/paros/PLIST
www/paros/distinfo
www/pear-HTML_Common/DESCR
www/pear-HTML_Common/Makefile
www/pear-HTML_Common/distinfo
www/pear-HTML_Select/DESCR
www/pear-HTML_Select/Makefile
www/pear-HTML_Select/distinfo
www/pear-HTTP/DESCR
www/pear-HTTP/Makefile
www/pear-HTTP/distinfo
www/pear-HTTP_Request/DESCR
www/pear-HTTP_Request/Makefile
www/pear-HTTP_Request/distinfo
www/php-FastTemplate/DESCR
www/php-FastTemplate/Makefile
www/php-FastTemplate/PLIST
www/php-FastTemplate/distinfo
www/php-apc/DESCR
www/php-apc/Makefile
www/php-apc/PLIST.extras
www/php-apc/distinfo
www/php-curl/DESCR
www/php-curl/Makefile
www/php-eaccelerator/DESCR
www/php-eaccelerator/Makefile
www/php-eaccelerator/distinfo
www/php4-apc/DESCR
www/php4-apc/Makefile
www/php4-apc/PLIST.extras
www/php4-apc/distinfo
www/php4/DESCR
www/php4/MESSAGE
www/php4/Makefile
www/php4/Makefile.common
www/php4/Makefile.php
www/php4/PLIST
www/php4/buildlink3.mk
www/php4/distinfo
www/php4/files/pear.sh
www/php4/patches/patch-aa
www/php4/patches/patch-ab
www/php4/patches/patch-ac
www/php4/patches/patch-ad
www/php4/patches/patch-ag
www/php4/patches/patch-ah
www/php4/patches/patch-ai
www/php4/patches/patch-aj
www/php4/patches/patch-ak
www/php4/patches/patch-ap
www/php4/patches/patch-at
www/php4/patches/patch-au
www/plone/ploneversion.mk
www/plone/product.mk
www/plone25/DESCR
www/plone25/MESSAGE
www/plone25/Makefile
www/plone25/PLIST
www/plone25/distinfo
www/plone3/DESCR
www/plone3/MESSAGE
www/plone3/Makefile
www/plone3/PLIST
www/plone3/PLIST.common_end
www/plone3/distinfo
www/pound/DESCR
www/pound/Makefile
www/pound/PLIST
www/pound/distinfo
www/pound/files/pound.sh
www/privoxy/DEINSTALL
www/privoxy/DESCR
www/privoxy/INSTALL
www/privoxy/Makefile
www/privoxy/PLIST
www/privoxy/distinfo
www/privoxy/files/privoxy.sh
www/privoxy/patches/patch-aa
www/privoxy/patches/patch-ac
www/py-HTMLgen/DESCR
www/py-HTMLgen/Makefile
www/py-HTMLgen/PLIST
www/py-HTMLgen/distinfo
www/py-HTMLgen/patches/patch-aa
www/py-HTMLgen/patches/patch-ab
www/py-clearsilver/DESCR
www/py-clearsilver/Makefile
www/py-clearsilver/PLIST
www/py-curl/DESCR
www/py-curl/Makefile
www/py-curl/PLIST
www/py-curl/distinfo
www/py-curl/patches/patch-aa
www/py-django/DESCR
www/py-django/Makefile
www/py-django/PLIST
www/py-django/distinfo
www/py-django/options.mk
www/py-flup/DESCR
www/py-flup/Makefile
www/py-flup/PLIST
www/py-flup/distinfo
www/py-jonpy/DESCR
www/py-jonpy/Makefile
www/py-jonpy/PLIST
www/py-jonpy/distinfo
www/py-moin/DESCR
www/py-moin/Makefile
www/py-moin/PLIST
www/py-moin/distinfo
www/py-nevow/DESCR
www/py-nevow/Makefile
www/py-nevow/PLIST
www/py-nevow/distinfo
www/py-swish-e/DESCR
www/py-swish-e/Makefile
www/py-swish-e/PLIST
www/py-swish-e/distinfo
www/py-webpy/DESCR
www/py-webpy/Makefile
www/py-webpy/PLIST
www/py-webpy/distinfo
www/qDecoder/DESCR
www/qDecoder/Makefile
www/qDecoder/PLIST
www/qDecoder/distinfo
www/qDecoder/patches/patch-aa
www/qDecoder/patches/patch-ab
www/raggle/DESCR
www/raggle/Makefile
www/raggle/PLIST
www/raggle/distinfo
www/raggle/patches/patch-aa
www/rails/DESCR
www/rails/Makefile
www/rails/PLIST
www/rails/distinfo
www/ramaze/DESCR
www/ramaze/Makefile
www/ramaze/PLIST
www/ramaze/distinfo
www/ruby-actionpack/DESCR
www/ruby-actionpack/Makefile
www/ruby-actionpack/PLIST
www/ruby-actionpack/distinfo
www/ruby-actionpack/patches/patch-ab
www/ruby-activeresource/DESCR
www/ruby-activeresource/Makefile
www/ruby-activeresource/PLIST
www/ruby-activeresource/distinfo
www/ruby-borges/DESCR
www/ruby-borges/Makefile
www/ruby-borges/PLIST
www/ruby-borges/distinfo
www/ruby-clearsilver/DESCR
www/ruby-clearsilver/Makefile
www/ruby-clearsilver/PLIST
www/ruby-cssmin/DESCR
www/ruby-cssmin/Makefile
www/ruby-cssmin/PLIST
www/ruby-cssmin/distinfo
www/ruby-fcgi/DESCR
www/ruby-fcgi/MESSAGE
www/ruby-fcgi/Makefile
www/ruby-fcgi/PLIST
www/ruby-fcgi/distinfo
www/ruby-fcgi/patches/patch-aa
www/ruby-htmlsplit/DESCR
www/ruby-htmlsplit/Makefile
www/ruby-htmlsplit/PLIST
www/ruby-htmlsplit/distinfo
www/ruby-jsmin/DESCR
www/ruby-jsmin/Makefile
www/ruby-jsmin/PLIST
www/ruby-jsmin/distinfo
www/ruby-mechanize/DESCR
www/ruby-mechanize/Makefile
www/ruby-mechanize/PLIST
www/ruby-mechanize/distinfo
www/ruby-net-flickr/DESCR
www/ruby-net-flickr/Makefile
www/ruby-net-flickr/PLIST
www/ruby-net-flickr/distinfo
www/ruby-rack/DESCR
www/ruby-rack/Makefile
www/ruby-rack/PLIST
www/ruby-rack/distinfo
www/ruby-tag/DESCR
www/ruby-tag/Makefile
www/ruby-tag/PLIST
www/ruby-tag/distinfo
www/ruby-webunit/DESCR
www/ruby-webunit/Makefile
www/ruby-webunit/PLIST
www/ruby-webunit/distinfo
www/sarg/DESCR
www/sarg/Makefile
www/sarg/PLIST
www/sarg/distinfo
www/sarg/patches/patch-aa
www/sarg/patches/patch-ab
www/sarg/patches/patch-ac
www/sarg/patches/patch-ad
www/sarg/patches/patch-ae
www/sarg/patches/patch-af
www/sarg/patches/patch-ag
www/sarg/patches/patch-ah
www/sarg/patches/patch-ai
www/screws/DESCR
www/screws/Makefile
www/screws/PLIST
www/screws/distinfo
www/screws/options.mk
www/screws/patches/patch-aa
www/screws/patches/patch-ab
www/screws/patches/patch-ac
www/screws/patches/patch-ad
www/screws/patches/patch-ae
www/screws/patches/patch-af
www/screws/patches/patch-ag
www/screws/patches/patch-ah
www/screws/patches/patch-ai
www/seamonkey-bin-flash/DESCR
www/seamonkey-bin-flash/Makefile
www/seamonkey-bin-flash/PLIST
www/seamonkey-bin-java/DESCR
www/seamonkey-bin-java/Makefile
www/seamonkey-bin-nightly/DESCR
www/seamonkey-bin-nightly/Makefile
www/seamonkey-bin-nightly/Makefile.common
www/seamonkey-bin-nightly/Makefile.linux-i386
www/seamonkey-bin-nightly/Makefile.solaris-i386
www/seamonkey-bin-nightly/Makefile.solaris-sparc
www/seamonkey-bin/DESCR
www/seamonkey-bin/Makefile
www/seamonkey-bin/Makefile.common
www/seamonkey-bin/Makefile.linux-i386
www/seamonkey-bin/distinfo
www/seamonkey-bin/files/mozilla.sh
www/seamonkey-gtk1/DESCR
www/seamonkey-gtk1/Makefile
www/seamonkey-gtk1/PLIST
www/seamonkey-gtk1/buildlink3.mk
www/seamonkey/DESCR
www/seamonkey/INSTALL
www/seamonkey/Makefile
www/seamonkey/Makefile-seamonkey.common
www/seamonkey/Makefile.common
www/seamonkey/PLIST
www/seamonkey/buildlink3.mk
www/seamonkey/distinfo
www/seamonkey/files/moz-install
www/seamonkey/files/mozilla-ELF.in
www/seamonkey/files/mozilla-Mach-O.in
www/seamonkey/files/mozilla-a.out.in
www/seamonkey/files/xptcinvoke_asm_sparc64_netbsd.s
www/seamonkey/files/xptcinvoke_sparc64_netbsd.cpp
www/seamonkey/files/xptcstubs_asm_sparc64_netbsd.s
www/seamonkey/files/xptcstubs_sparc64_netbsd.cpp
www/seamonkey/gecko-depends.mk
www/seamonkey/gecko-options.mk
www/seamonkey/options.mk
www/seamonkey/patches/patch-aa
www/seamonkey/patches/patch-ab
www/seamonkey/patches/patch-ac
www/seamonkey/patches/patch-ad
www/seamonkey/patches/patch-ae
www/seamonkey/patches/patch-af
www/seamonkey/patches/patch-ag
www/seamonkey/patches/patch-ah
www/seamonkey/patches/patch-ai
www/seamonkey/patches/patch-aj
www/seamonkey/patches/patch-ak
www/seamonkey/patches/patch-al
www/seamonkey/patches/patch-an
www/seamonkey/patches/patch-ao
www/seamonkey/patches/patch-ap
www/seamonkey/patches/patch-aq
www/seamonkey/patches/patch-aw
www/seamonkey/patches/patch-ax
www/seamonkey/patches/patch-ba
www/seamonkey/patches/patch-bb
www/seamonkey/patches/patch-bm
www/seamonkey/patches/patch-bo
www/seamonkey/patches/patch-bq
www/seamonkey/patches/patch-br
www/seamonkey/patches/patch-bs
www/seamonkey/patches/patch-bu
www/seamonkey/patches/patch-bv
www/seamonkey/patches/patch-bw
www/seamonkey/patches/patch-bx
www/seamonkey/patches/patch-by
www/seamonkey/patches/patch-bz
www/seamonkey/patches/patch-ca
www/seamonkey/patches/patch-cb
www/seamonkey/patches/patch-cg
www/seamonkey/patches/patch-ch
www/seamonkey/patches/patch-ci
www/seamonkey/patches/patch-cj
www/seamonkey/patches/patch-ck
www/seamonkey/patches/patch-cl
www/seamonkey/patches/patch-cm
www/seamonkey/patches/patch-cn
www/seamonkey/patches/patch-da
www/seamonkey/patches/patch-db
www/seamonkey/patches/patch-dc
www/seamonkey/patches/patch-dd
www/seamonkey/patches/patch-de
www/seamonkey/patches/patch-df
www/seamonkey/patches/patch-dh
www/seamonkey/patches/patch-dj
www/seamonkey/patches/patch-dk
www/seamonkey/patches/patch-dl
www/seamonkey/patches/patch-dm
www/seamonkey/patches/patch-do
www/seamonkey/patches/patch-dr
www/seamonkey/patches/patch-ds
www/seamonkey/patches/patch-dt
www/seamonkey/patches/patch-du
www/seamonkey/patches/patch-dv
www/seamonkey/patches/patch-dw
www/seamonkey/patches/patch-dx
www/seamonkey/patches/patch-ec
www/serf/DESCR
www/serf/Makefile
www/serf/PLIST
www/serf/buildlink3.mk
www/serf/distinfo
www/sitecopy/DESCR
www/sitecopy/Makefile
www/sitecopy/PLIST
www/sitecopy/distinfo
www/sitecopy/patches/patch-aa
www/skipstone/DESCR
www/skipstone/Makefile
www/skipstone/PLIST
www/skipstone/distinfo
www/skipstone/options.mk
www/snarf/DESCR
www/snarf/Makefile
www/snarf/PLIST
www/snarf/distinfo
www/snownews/DESCR
www/snownews/MESSAGE
www/snownews/Makefile
www/snownews/PLIST
www/snownews/distinfo
www/snownews/options.mk
www/snownews/patches/patch-ac
www/sope/DESCR
www/sope/Makefile
www/sope/PLIST
www/sope/buildlink3.mk
www/sope/distinfo
www/sope/patches/patch-aa
www/sope/patches/patch-ab
www/sope/patches/patch-ac
www/sope/patches/patch-ad
www/sope/patches/patch-ae
www/spfc/DESCR
www/spfc/Makefile
www/spfc/PLIST
www/spfc/distinfo
www/spfc/patches/patch-aa
www/squid/DESCR
www/squid/MESSAGE.FreeBSD
www/squid/MESSAGE.NetBSD
www/squid/MESSAGE.OpenBSD
www/squid/MESSAGE.Solaris
www/squid/MESSAGE.common
www/squid/Makefile
www/squid/Makefile.common
www/squid/PLIST
www/squid/distinfo
www/squid/files/squid.sh
www/squid/options.mk
www/squid/patches/patch-aa
www/squid/patches/patch-ab
www/squid/patches/patch-ac
www/squid/patches/patch-ad
www/squid/patches/patch-ae
www/squid/patches/patch-af
www/squid/patches/patch-aj
www/squid/patches/patch-ak
www/squid/patches/patch-al
www/squid/patches/patch-an
www/squid/patches/patch-ap
www/squid/patches/patch-ar
www/squid/patches/patch-as
www/squid/patches/patch-at
www/squid/patches/patch-au
www/squid/patches/patch-bb
www/squid/patches/patch-bc
www/squidGuard/DESCR
www/squidGuard/MESSAGE
www/squidGuard/Makefile
www/squidGuard/PLIST
www/squidGuard/distinfo
www/squidGuard/patches/patch-aa
www/squidGuard/patches/patch-ab
www/squidpurge/DESCR
www/squidpurge/Makefile
www/squidpurge/PLIST
www/squidpurge/distinfo
www/squidpurge/patches/patch-aa
www/squidpurge/patches/patch-ab
www/squidpurge/patches/patch-ac
www/squirm/DESCR
www/squirm/Makefile
www/squirm/PLIST
www/squirm/distinfo
www/squirm/patches/patch-aa
www/squirm/patches/patch-ab
www/surfraw/DESCR
www/surfraw/Makefile
www/surfraw/PLIST
www/surfraw/distinfo
www/surfraw/patches/patch-ab
www/swiftsurf/DESCR
www/swiftsurf/Makefile
www/swiftsurf/PLIST
www/swiftsurf/distinfo
www/swiftsurf/patches/patch-aa
www/swiggle/DESCR
www/swiggle/Makefile
www/swiggle/PLIST
www/swiggle/distinfo
www/swill/DESCR
www/swill/Makefile
www/swill/PLIST
www/swill/distinfo
www/swish-e/DESCR
www/swish-e/Makefile
www/swish-e/PLIST
www/swish-e/buildlink3.mk
www/swish-e/distinfo
www/swish-e/patches/patch-ab
www/swish-e/patches/patch-ac
www/swish-e/patches/patch-ad
www/swish-e/patches/patch-ae
www/swish-e/patches/patch-af
www/tcl-cgi/DESCR
www/tcl-cgi/Makefile
www/tcl-cgi/PLIST
www/tcl-cgi/distinfo
www/tcl-cgi/patches/patch-aa
www/tcl-cgi/patches/patch-ab
www/thin/DESCR
www/thin/Makefile
www/thin/PLIST
www/thin/distinfo
www/thoth-delicious/DESCR
www/thoth-delicious/Makefile
www/thoth-delicious/PLIST
www/thoth-delicious/distinfo
www/thoth-flickr/DESCR
www/thoth-flickr/Makefile
www/thoth-flickr/PLIST
www/thoth-flickr/distinfo
www/thoth/DESCR
www/thoth/Makefile
www/thoth/PLIST
www/thoth/distinfo
www/thoth/patches/patch-aa
www/thttpd/DESCR
www/thttpd/MESSAGE
www/thttpd/Makefile
www/thttpd/PLIST
www/thttpd/distinfo
www/thttpd/files/thttpd.conf
www/thttpd/files/thttpd.sh
www/thttpd/patches/patch-aa
www/thttpd/patches/patch-ab
www/thttpd/patches/patch-ac
www/thttpd/patches/patch-ad
www/thttpd/patches/patch-af
www/thttpd/patches/patch-ag
www/thy/DESCR
www/thy/MESSAGE
www/thy/Makefile
www/thy/PLIST
www/thy/distinfo
www/thy/files/thy.sh
www/thy/patches/patch-aa
www/thy/patches/patch-ab
www/tidy/DESCR
www/tidy/Makefile
www/tidy/PLIST
www/tidy/buildlink3.mk
www/tidy/distinfo
www/tidy/patches/patch-aa
www/tinyproxy/DESCR
www/tinyproxy/Makefile
www/tinyproxy/PLIST
www/tinyproxy/distinfo
www/tinyproxy/files/tinyproxy.sh
www/tinyproxy/options.mk
www/tinyproxy/patches/patch-aa
www/tinyproxy/patches/patch-ab
www/tinyproxy/patches/patch-ac
www/trac/DESCR
www/trac/MESSAGE
www/trac/Makefile
www/trac/PLIST
www/trac/distinfo
www/trac/patches/patch-aa
www/urlget/DESCR
www/urlget/Makefile
www/urlget/PLIST
www/urlget/distinfo
www/urlgrabber/DESCR
www/urlgrabber/Makefile
www/urlgrabber/PLIST
www/urlgrabber/distinfo
www/varnish/DESCR
www/varnish/Makefile
www/varnish/PLIST
www/varnish/distinfo
www/varnish/patches/patch-aa
www/varnish/patches/patch-ab
www/varnish/patches/patch-ac
www/varnish/patches/patch-ad
www/viewvc/DESCR
www/viewvc/Makefile
www/viewvc/PLIST
www/viewvc/distinfo
www/viewvc/options.mk
www/viewvc/patches/patch-aa
www/viewvc/patches/patch-ab
www/visitors/DESCR
www/visitors/Makefile
www/visitors/PLIST
www/visitors/distinfo
www/w3/DESCR
www/w3/Makefile
www/w3/PLIST
www/w3/buildlink3.mk
www/w3/distinfo
www/w3/patches/patch-aa
www/w3/patches/patch-ab
www/w3/patches/patch-ac
www/w3c-httpd/DESCR
www/w3c-httpd/Makefile
www/w3c-httpd/PLIST
www/w3c-httpd/distinfo
www/w3c-httpd/patches/patch-aa
www/w3c-httpd/patches/patch-ab
www/w3c-httpd/patches/patch-ac
www/w3c-httpd/patches/patch-ad
www/w3c-httpd/patches/patch-ae
www/w3c-httpd/patches/patch-af
www/w3c-httpd/patches/patch-ag
www/w3c-httpd/patches/patch-ah
www/w3c-httpd/patches/patch-ai
www/w3c-httpd/patches/patch-ba
www/w3c-httpd/patches/patch-bb
www/w3c-httpd/patches/patch-bc
www/w3c-httpd/patches/patch-ca
www/w3c-httpd/patches/patch-cb
www/w3m-img/DESCR
www/w3m-img/Makefile
www/w3m/DESCR
www/w3m/Makefile
www/w3m/Makefile.common
www/w3m/PLIST
www/w3m/distinfo
www/w3m/options.mk
www/w3m/patches/patch-ab
www/wApua/DESCR
www/wApua/Makefile
www/wApua/PLIST
www/wApua/distinfo
www/waplet/DESCR
www/waplet/Makefile
www/waplet/PLIST
www/waplet/distinfo
www/wdg-validate/DESCR
www/wdg-validate/Makefile
www/wdg-validate/PLIST
www/wdg-validate/distinfo
www/webalizer/DESCR
www/webalizer/Makefile
www/webalizer/PLIST
www/webalizer/distinfo
www/webalizer/patches/patch-ac
www/webalizer/patches/patch-ad
www/webalizer/patches/patch-ae
www/webalizer/patches/patch-af
www/webby/DESCR
www/webby/Makefile
www/webby/PLIST
www/webby/distinfo
www/weblint/DESCR
www/weblint/Makefile
www/weblint/PLIST
www/weblint/distinfo
www/weblint/patches/patch-aa
www/webnew/DESCR
www/webnew/Makefile
www/webnew/PLIST
www/webnew/distinfo
www/websvn/DESCR
www/websvn/Makefile
www/websvn/PLIST
www/websvn/distinfo
www/weex/DESCR
www/weex/Makefile
www/weex/PLIST
www/weex/distinfo
www/weex/patches/patch-aa
www/weex/patches/patch-ab
www/weex/patches/patch-ac
www/weex/patches/patch-ad
www/whisker/DESCR
www/whisker/Makefile
www/whisker/PLIST
www/whisker/distinfo
www/whisker/patches/patch-aa
www/wiliki/DESCR
www/wiliki/Makefile
www/wiliki/PLIST
www/wiliki/distinfo
www/wml/DESCR
www/wml/Makefile
www/wml/PLIST
www/wml/distinfo
www/wml/patches/patch-aa
www/wml/patches/patch-ab
www/wml/patches/patch-ac
www/wml/patches/patch-ad
www/wml/patches/patch-ae
www/wml/patches/patch-af
www/wml/patches/patch-ag
www/wml/patches/patch-ah
www/wml/patches/patch-ai
www/www6to4/DESCR
www/www6to4/Makefile
www/www6to4/PLIST
www/www6to4/distinfo
www/wwwcount/DESCR
www/wwwcount/MESSAGE
www/wwwcount/Makefile
www/wwwcount/PLIST
www/wwwcount/distinfo
www/wwwcount/files/wwwcount.conf
www/wwwcount/patches/patch-aa
www/wwwcount/patches/patch-ab
www/wwwcount/patches/patch-ae
www/wwwoffle/DESCR
www/wwwoffle/INSTALL
www/wwwoffle/MESSAGE
www/wwwoffle/Makefile
www/wwwoffle/PLIST
www/wwwoffle/distinfo
www/wwwoffle/files/wwwoffled.sh
www/wwwoffle/options.mk
www/wwwoffle/patches/patch-aa
www/wwwoffle/patches/patch-ab
www/wwwoffle/patches/patch-ac
www/wwwoffle/patches/patch-ad
www/wwwoffle/patches/patch-ae
www/wwwoffle/patches/patch-af
www/zope-ejsplitter/DESCR
www/zope-ejsplitter/Makefile
www/zope-ejsplitter/PLIST
www/zope-ejsplitter/distinfo
www/zope-jamailhost/DESCR
www/zope-jamailhost/Makefile
www/zope-jamailhost/PLIST
www/zope-jamailhost/distinfo
www/zope/Makefile.common
www/zope/files/sitecustomize.py
www/zope/files/zeo.sh
www/zope/files/zope.sh
www/zope/product.mk
www/zope/replace.mk
www/zope/zopeversion.mk
www/zope210/DESCR
www/zope210/MESSAGE
www/zope210/Makefile
www/zope210/PLIST
www/zope210/distinfo
www/zope210/patches/patch-aa
www/zope210/patches/patch-ab
www/zope210/patches/patch-ac
www/zope210/patches/patch-ad
www/zope210/patches/patch-ae
www/zope210/patches/patch-af
www/zope210/patches/patch-ag
www/zope210/patches/patch-ah
www/zope210/patches/patch-ai
www/zope25-AbracadabraObject/DESCR
www/zope25-AbracadabraObject/Makefile
www/zope25-AbracadabraObject/PLIST
www/zope25-AbracadabraObject/distinfo
www/zope25-BTreeFolder/DESCR
www/zope25-BTreeFolder/Makefile
www/zope25-BTreeFolder/PLIST
www/zope25-BTreeFolder/distinfo
www/zope25-BTreeFolder2/DESCR
www/zope25-BTreeFolder2/Makefile
www/zope25-BTreeFolder2/PLIST
www/zope25-BTreeFolder2/distinfo
www/zope25-BackTalk/DESCR
www/zope25-BackTalk/Makefile
www/zope25-BackTalk/PLIST
www/zope25-BackTalk/distinfo
www/zope25-CMF/DESCR
www/zope25-CMF/Makefile
www/zope25-CMF/PLIST
www/zope25-CMF/distinfo
www/zope25-CMFPlone/DESCR
www/zope25-CMFPlone/Makefile
www/zope25-CMFPlone/PLIST
www/zope25-CMFPlone/distinfo
www/zope25-Calendar/DESCR
www/zope25-Calendar/Makefile
www/zope25-Calendar/PLIST
www/zope25-Calendar/distinfo
www/zope25-CookieCrumbler/DESCR
www/zope25-CookieCrumbler/Makefile
www/zope25-CookieCrumbler/PLIST
www/zope25-CookieCrumbler/distinfo
www/zope25-DocumentLibrary/DESCR
www/zope25-DocumentLibrary/Makefile
www/zope25-DocumentLibrary/PLIST
www/zope25-DocumentLibrary/distinfo
www/zope25-EasyImage/DESCR
www/zope25-EasyImage/Makefile
www/zope25-EasyImage/PLIST
www/zope25-EasyImage/distinfo
www/zope25-Epoz/DESCR
www/zope25-Epoz/Makefile
www/zope25-Epoz/PLIST
www/zope25-Epoz/distinfo
www/zope25-ExternalEditor/DESCR
www/zope25-ExternalEditor/Makefile
www/zope25-ExternalEditor/PLIST
www/zope25-ExternalEditor/distinfo
www/zope25-FileSystemSite/DESCR
www/zope25-FileSystemSite/Makefile
www/zope25-FileSystemSite/PLIST
www/zope25-FileSystemSite/distinfo
www/zope25-Formulator/DESCR
www/zope25-Formulator/Makefile
www/zope25-Formulator/PLIST
www/zope25-Formulator/distinfo
www/zope25-Fortune/DESCR
www/zope25-Fortune/Makefile
www/zope25-Fortune/PLIST
www/zope25-Fortune/distinfo
www/zope25-Fortune/patches/patch-aa
www/zope25-JPicture/DESCR
www/zope25-JPicture/Makefile
www/zope25-JPicture/PLIST
www/zope25-JPicture/distinfo
www/zope25-KnowledgeKit/DESCR
www/zope25-KnowledgeKit/Makefile
www/zope25-KnowledgeKit/PLIST
www/zope25-KnowledgeKit/distinfo
www/zope25-LocalFS/DESCR
www/zope25-LocalFS/Makefile
www/zope25-LocalFS/PLIST
www/zope25-LocalFS/distinfo
www/zope25-MailManager/DESCR
www/zope25-MailManager/Makefile
www/zope25-MailManager/PLIST
www/zope25-MailManager/distinfo
www/zope25-MetaPublisher/DESCR
www/zope25-MetaPublisher/Makefile
www/zope25-MetaPublisher/PLIST
www/zope25-MetaPublisher/distinfo
www/zope25-MetaPublisher/patches/patch-aa
www/zope25-ParsedXML/DESCR
www/zope25-ParsedXML/Makefile
www/zope25-ParsedXML/PLIST
www/zope25-ParsedXML/distinfo
www/zope25-Photo/DESCR
www/zope25-Photo/Makefile
www/zope25-Photo/PLIST
www/zope25-Photo/distinfo
www/zope25-PropertyFolder/DESCR
www/zope25-PropertyFolder/Makefile
www/zope25-PropertyFolder/PLIST
www/zope25-PropertyFolder/distinfo
www/zope25-PropertyObject/DESCR
www/zope25-PropertyObject/Makefile
www/zope25-PropertyObject/PLIST
www/zope25-PropertyObject/distinfo
www/zope25-RDFSummary/DESCR
www/zope25-RDFSummary/Makefile
www/zope25-RDFSummary/PLIST
www/zope25-RDFSummary/distinfo
www/zope25-RDFSummary/patches/patch-aa
www/zope25-RenderableCharts/DESCR
www/zope25-RenderableCharts/Makefile
www/zope25-RenderableCharts/PLIST
www/zope25-RenderableCharts/distinfo
www/zope25-Silva/DESCR
www/zope25-Silva/Makefile
www/zope25-Silva/PLIST
www/zope25-Silva/distinfo
www/zope25-Squishdot/DESCR
www/zope25-Squishdot/Makefile
www/zope25-Squishdot/PLIST
www/zope25-Squishdot/distinfo
www/zope25-StripoGram/DESCR
www/zope25-StripoGram/Makefile
www/zope25-StripoGram/PLIST
www/zope25-StripoGram/distinfo
www/zope25-TinyTablePlus/DESCR
www/zope25-TinyTablePlus/Makefile
www/zope25-TinyTablePlus/PLIST
www/zope25-TinyTablePlus/distinfo
www/zope25-XMLWidgets/DESCR
www/zope25-XMLWidgets/Makefile
www/zope25-XMLWidgets/PLIST
www/zope25-XMLWidgets/distinfo
www/zope25-ZMySQLDA/DESCR
www/zope25-ZMySQLDA/Makefile
www/zope25-ZMySQLDA/PLIST
www/zope25-ZMySQLDA/distinfo
www/zope25-ZNavigator/DESCR
www/zope25-ZNavigator/Makefile
www/zope25-ZNavigator/PLIST
www/zope25-ZNavigator/distinfo
www/zope25-ZPhotoSlides/DESCR
www/zope25-ZPhotoSlides/Makefile
www/zope25-ZPhotoSlides/PLIST
www/zope25-ZPhotoSlides/distinfo
www/zope25-ZPsycopgDA/DESCR
www/zope25-ZPsycopgDA/Makefile
www/zope25-ZPsycopgDA/PLIST
www/zope25-ZPsycopgDA/distinfo
www/zope25-ZWeather/DESCR
www/zope25-ZWeather/Makefile
www/zope25-ZWeather/PLIST
www/zope25-ZWeather/distinfo
www/zope25-ZWiki/DESCR
www/zope25-ZWiki/Makefile
www/zope25-ZWiki/PLIST
www/zope25-ZWiki/distinfo
www/zope25-Zippy/DESCR
www/zope25-Zippy/Makefile
www/zope25-Zippy/PLIST
www/zope25-Zippy/distinfo
www/zope25-colorz/DESCR
www/zope25-colorz/Makefile
www/zope25-colorz/PLIST
www/zope25-colorz/distinfo
www/zope25-colorz/patches/patch-aa
www/zope25-zopebook/DESCR
www/zope25-zopebook/Makefile
www/zope25-zopebook/PLIST
www/zope25-zopebook/distinfo
www/zope25/DESCR
www/zope25/Makefile
www/zope25/PLIST
www/zope25/distinfo
www/zope25/files/Zope.cgi
www/zope25/files/zope.sh
www/zope25/files/zope25-create
www/zope25/patches/patch-aa
www/zope25/product.mk
www/zope29/DESCR
www/zope29/MESSAGE
www/zope29/Makefile
www/zope29/PLIST
www/zope29/distinfo
www/zope29/patches/patch-aa
www/zope29/patches/patch-ab
www/zope29/patches/patch-ac
www/zope29/patches/patch-ad
www/zope29/patches/patch-ae
www/zope29/patches/patch-af
www/zope29/patches/patch-ag
www/zope29/patches/patch-ah
www/zope29/patches/patch-ai
www/zope29/patches/patch-aj
www/zope3/DESCR
www/zope3/MESSAGE
www/zope3/Makefile
www/zope3/Makefile.common
www/zope3/PLIST
www/zope3/distinfo
www/zope3/files/zope3.sh
www/zope3/files/zss3.sh
www/zope3/package.mk
www/zope3/patches/patch-aa
www/zope3/patches/patch-ab
www/zope3/patches/patch-ac
www/zopeedit/DESCR
www/zopeedit/Makefile
www/zopeedit/PLIST
www/zopeedit/distinfo
x11/9term/DESCR
x11/9term/Makefile
x11/9term/PLIST
x11/9term/distinfo
x11/9term/patches/patch-aa
x11/9term/patches/patch-ab
x11/9term/patches/patch-ac
x11/9term/patches/patch-ad
x11/9term/patches/patch-ae
x11/9term/patches/patch-af
x11/9term/patches/patch-ag
x11/9term/patches/patch-ah
x11/9term/patches/patch-ai
x11/Makefile
x11/XaoS/DESCR
x11/XaoS/Makefile
x11/XaoS/PLIST
x11/XaoS/distinfo
x11/XaoS/patches/patch-aa
x11/XaoS/patches/patch-ac
x11/XaoS/patches/patch-ad
x11/XaoS/patches/patch-al
x11/Xaw-Xpm/DESCR
x11/Xaw-Xpm/Makefile
x11/Xaw-Xpm/PLIST
x11/Xaw-Xpm/buildlink3.mk
x11/Xaw-Xpm/distinfo
x11/Xaw-Xpm/patches/patch-aa
x11/Xaw-Xpm/patches/patch-ab
x11/Xaw-Xpm/patches/patch-ac
x11/Xaw-Xpm/patches/patch-ad
x11/Xaw-Xpm/patches/patch-ae
x11/Xaw-Xpm/patches/patch-af
x11/Xaw-Xpm/patches/patch-ag
x11/Xaw-Xpm/patches/patch-ah
x11/Xaw-Xpm/patches/patch-ai
x11/Xaw-Xpm/patches/patch-aj
x11/Xaw-Xpm/patches/patch-ak
x11/Xaw3d/DESCR
x11/Xaw3d/Makefile
x11/Xaw3d/PLIST
x11/Xaw3d/buildlink3.mk
x11/Xaw3d/distinfo
x11/Xaw3d/patches/patch-aa
x11/Xaw3d/patches/patch-ab
x11/Xaw3d/patches/patch-ac
x11/Xaw3d/patches/patch-ad
x11/Xaw3d/patches/patch-ae
x11/Xbae/DESCR
x11/Xbae/Makefile
x11/Xbae/PLIST
x11/Xbae/buildlink3.mk
x11/Xbae/distinfo
x11/Xbae/patches/patch-aa
x11/Xbae/patches/patch-ab
x11/Xbae/patches/patch-ac
x11/Xbae/patches/patch-ad
x11/Xbae/patches/patch-ae
x11/Xcomposite/DESCR
x11/Xcomposite/Makefile
x11/Xcomposite/PLIST
x11/Xcomposite/buildlink3.mk
x11/Xcomposite/builtin.mk
x11/Xcomposite/distinfo
x11/Xcomposite/patches/patch-aa
x11/Xfixes/DESCR
x11/Xfixes/Makefile
x11/Xfixes/PLIST
x11/Xfixes/buildlink3.mk
x11/Xfixes/builtin.mk
x11/Xfixes/distinfo
x11/XmHTML/DESCR
x11/XmHTML/Makefile
x11/XmHTML/PLIST
x11/XmHTML/buildlink3.mk
x11/XmHTML/distinfo
x11/XmHTML/patches/patch-aa
x11/XmHTML/patches/patch-ab
x11/XmHTML/patches/patch-ac
x11/XmHTML/patches/patch-ad
x11/XmHTML/patches/patch-ae
x11/XmHTML/patches/patch-af
x11/XmHTML/patches/patch-ag
x11/XmHTML/patches/patch-ah
x11/XmHTML/patches/patch-ai
x11/Xrender/DESCR
x11/Xrender/Makefile
x11/Xrender/PLIST
x11/Xrender/buildlink3.mk
x11/Xrender/builtin.mk
x11/Xrender/distinfo
x11/acidlaunch/DESCR
x11/acidlaunch/Makefile
x11/acidlaunch/PLIST
x11/acidlaunch/distinfo
x11/acidlaunch/patches/patch-aa
x11/acidlaunch/patches/patch-ab
x11/alacarte/DESCR
x11/alacarte/Makefile
x11/alacarte/PLIST
x11/alacarte/distinfo
x11/alacarte/patches/patch-aa
x11/antiright/DESCR
x11/antiright/Makefile
x11/antiright/PLIST
x11/antiright/distinfo
x11/appres/DESCR
x11/appres/Makefile
x11/appres/PLIST
x11/appres/distinfo
x11/asnap/DESCR
x11/asnap/Makefile
x11/asnap/PLIST
x11/asnap/distinfo
x11/aterm/DESCR
x11/aterm/Makefile
x11/aterm/PLIST
x11/aterm/distinfo
x11/aterm/options.mk
x11/aterm/patches/patch-aa
x11/aterm/patches/patch-ac
x11/aterm/patches/patch-ad
x11/aterm/patches/patch-ae
x11/bbapm/DESCR
x11/bbapm/Makefile
x11/bbapm/PLIST
x11/bbapm/distinfo
x11/bbapm/patches/patch-aa
x11/bbapm/patches/patch-ab
x11/bbapm/patches/patch-ac
x11/bbapm/patches/patch-ad
x11/bbapm/patches/patch-ae
x11/bbapm/patches/patch-af
x11/bbapm/patches/patch-ag
x11/bbapm/patches/patch-ah
x11/bbapm/patches/patch-ai
x11/bbapm/patches/patch-aj
x11/bbapm/patches/patch-ak
x11/bbapm/patches/patch-al
x11/bbapm/patches/patch-am
x11/bbapm/patches/patch-an
x11/bbapm/patches/patch-ao
x11/beforelight/DESCR
x11/beforelight/Makefile
x11/beforelight/PLIST
x11/beforelight/distinfo
x11/bigreqsproto/DESCR
x11/bigreqsproto/Makefile
x11/bigreqsproto/PLIST
x11/bigreqsproto/buildlink3.mk
x11/bigreqsproto/distinfo
x11/bitmap/DESCR
x11/bitmap/Makefile
x11/bitmap/PLIST
x11/bitmap/distinfo
x11/blt/DESCR
x11/blt/Makefile
x11/blt/PLIST
x11/blt/buildlink3.mk
x11/blt/distinfo
x11/blt/patches/patch-aa
x11/blt/patches/patch-ab
x11/blt/patches/patch-ac
x11/blt/patches/patch-ad
x11/blt/patches/patch-ae
x11/bwidget/DESCR
x11/bwidget/Makefile
x11/bwidget/PLIST
x11/bwidget/distinfo
x11/compositeproto/DESCR
x11/compositeproto/Makefile
x11/compositeproto/PLIST
x11/compositeproto/buildlink3.mk
x11/compositeproto/builtin.mk
x11/compositeproto/distinfo
x11/compositeproto/patches/patch-aa
x11/damageproto/DESCR
x11/damageproto/Makefile
x11/damageproto/PLIST
x11/damageproto/buildlink3.mk
x11/damageproto/distinfo
x11/desklaunch/DESCR
x11/desklaunch/MESSAGE
x11/desklaunch/Makefile
x11/desklaunch/PLIST
x11/desklaunch/distinfo
x11/desklaunch/patches/patch-aa
x11/deskmenu/DESCR
x11/deskmenu/Makefile
x11/deskmenu/PLIST
x11/deskmenu/distinfo
x11/devilspie/DESCR
x11/devilspie/Makefile
x11/devilspie/PLIST
x11/devilspie/distinfo
x11/dfm/DESCR
x11/dfm/Makefile
x11/dfm/Makefile.common
x11/dfm/PLIST
x11/dfm/distinfo
x11/dmenu/DESCR
x11/dmenu/Makefile
x11/dmenu/PLIST
x11/dmenu/distinfo
x11/dmenu/patches/patch-aa
x11/dtx11session/DESCR
x11/dtx11session/Makefile
x11/dtx11session/PLIST
x11/dtx11session/files/X11.bm
x11/dtx11session/files/X11.pm
x11/dtx11session/files/Xresources.X11
x11/dtx11session/files/Xsession.X11
x11/dxpc/DESCR
x11/dxpc/Makefile
x11/dxpc/PLIST
x11/dxpc/distinfo
x11/ebuilder/DESCR
x11/ebuilder/Makefile
x11/ebuilder/PLIST
x11/ebuilder/distinfo
x11/ebuilder/patches/patch-aa
x11/ebuilder/patches/patch-ab
x11/ede/DESCR
x11/ede/Makefile
x11/ede/PLIST
x11/ede/distinfo
x11/ede/patches/patch-aa
x11/editres/DESCR
x11/editres/Makefile
x11/editres/PLIST
x11/editres/distinfo
x11/efltk/DESCR
x11/efltk/Makefile
x11/efltk/PLIST
x11/efltk/buildlink3.mk
x11/efltk/distinfo
x11/efltk/options.mk
x11/efltk/patches/patch-aa
x11/efltk/patches/patch-ab
x11/efltk/patches/patch-ac
x11/efltk/patches/patch-ad
x11/efltk/patches/patch-ae
x11/efltk/patches/patch-af
x11/efltk/patches/patch-ag
x11/efltk/patches/patch-ah
x11/egtk/DESCR
x11/egtk/Makefile
x11/egtk/PLIST
x11/egtk/distinfo
x11/egtk/files/loadpath.se.in
x11/egtk/patches/patch-aa
x11/egtk/patches/patch-ab
x11/eterm/DESCR
x11/eterm/Makefile
x11/eterm/PLIST
x11/eterm/distinfo
x11/eterm/options.mk
x11/eterm/patches/patch-aa
x11/eterm/patches/patch-ab
x11/eterm/patches/patch-ac
x11/eterm/patches/patch-ad
x11/eterm/patches/patch-ah
x11/eterm/patches/patch-ai
x11/evieext/DESCR
x11/evieext/Makefile
x11/evieext/PLIST
x11/evieext/buildlink3.mk
x11/evieext/distinfo
x11/fast-user-switch-applet/DESCR
x11/fast-user-switch-applet/Makefile
x11/fast-user-switch-applet/PLIST
x11/fast-user-switch-applet/distinfo
x11/fast-user-switch-applet/patches/patch-aa
x11/fbdesk/DESCR
x11/fbdesk/Makefile
x11/fbdesk/PLIST
x11/fbdesk/distinfo
x11/fbdesk/patches/patch-aa
x11/fbdesk/patches/patch-ab
x11/filerunner/DESCR
x11/filerunner/Makefile
x11/filerunner/PLIST
x11/filerunner/distinfo
x11/filerunner/patches/patch-aa
x11/filerunner/patches/patch-ab
x11/filerunner/patches/patch-ac
x11/filerunner/patches/patch-ad
x11/fixesproto/DESCR
x11/fixesproto/Makefile
x11/fixesproto/PLIST
x11/fixesproto/buildlink3.mk
x11/fixesproto/builtin.mk
x11/fixesproto/distinfo
x11/fltk/DESCR
x11/fltk/Makefile
x11/fltk/PLIST
x11/fltk/buildlink3.mk
x11/fltk/distinfo
x11/fltk/patches/patch-aa
x11/fltk/patches/patch-ab
x11/fltk/patches/patch-ac
x11/fltk/patches/patch-ad
x11/fltk/patches/patch-ae
x11/fltk/patches/patch-af
x11/fltk/patches/patch-ag
x11/fontcacheproto/DESCR
x11/fontcacheproto/Makefile
x11/fontcacheproto/PLIST
x11/fontcacheproto/buildlink3.mk
x11/fontcacheproto/distinfo
x11/fontsproto/DESCR
x11/fontsproto/Makefile
x11/fontsproto/PLIST
x11/fontsproto/buildlink3.mk
x11/fontsproto/distinfo
x11/fox/DESCR
x11/fox/Makefile
x11/fox/PLIST
x11/fox/buildlink3.mk
x11/fox/distinfo
x11/fox/patches/patch-aa
x11/fspanel/DESCR
x11/fspanel/Makefile
x11/fspanel/PLIST
x11/fspanel/distinfo
x11/fspanel/patches/patch-aa
x11/fspanel/patches/patch-ab
x11/fspanel/patches/patch-ac
x11/fvwm-wharf/DESCR
x11/fvwm-wharf/Makefile
x11/fvwm-wharf/PLIST
x11/fvwm-wharf/distinfo
x11/fvwm-wharf/patches/patch-aa
x11/fvwm-wharf/patches/patch-ab
x11/gdm/DESCR
x11/gdm/Makefile
x11/gdm/PLIST
x11/gdm/distinfo
x11/gdm/files/NetBSD.xpm
x11/gdm/files/custom.desktop
x11/gdm/files/gdm.sh
x11/gdm/patches/patch-aa
x11/gdm/patches/patch-ab
x11/gdm/patches/patch-ac
x11/gdm/patches/patch-ae
x11/gdm/patches/patch-ak
x11/gdm/patches/patch-al
x11/gdm/patches/patch-ao
x11/gdm/patches/patch-ap
x11/gdm/patches/patch-aq
x11/ggiterm/DESCR
x11/ggiterm/Makefile
x11/ggiterm/PLIST
x11/ggiterm/distinfo
x11/glproto/DESCR
x11/glproto/Makefile
x11/glproto/PLIST
x11/glproto/buildlink3.mk
x11/glproto/distinfo
x11/gnome-applets/DESCR
x11/gnome-applets/Makefile
x11/gnome-applets/PLIST
x11/gnome-applets/distinfo
x11/gnome-applets/patches/patch-aa
x11/gnome-applets/patches/patch-ab
x11/gnome-applets/patches/patch-ac
x11/gnome-applets/patches/patch-ad
x11/gnome-control-center/DESCR
x11/gnome-control-center/Makefile
x11/gnome-control-center/PLIST
x11/gnome-control-center/buildlink3.mk
x11/gnome-control-center/distinfo
x11/gnome-control-center/patches/patch-aa
x11/gnome-control-center/patches/patch-ab
x11/gnome-control-center/patches/patch-ad
x11/gnome-control-center/patches/patch-ae
x11/gnome-desktop/DESCR
x11/gnome-desktop/Makefile
x11/gnome-desktop/PLIST
x11/gnome-desktop/buildlink3.mk
x11/gnome-desktop/distinfo
x11/gnome-desktop/files/netbsd-logo-icon-transparent.png
x11/gnome-desktop/files/netbsd-logo-icon.png
x11/gnome-mag/DESCR
x11/gnome-mag/Makefile
x11/gnome-mag/PLIST
x11/gnome-mag/buildlink3.mk
x11/gnome-mag/distinfo
x11/gnome-mag/patches/patch-aa
x11/gnome-mag/patches/patch-ab
x11/gnome-panel/DESCR
x11/gnome-panel/Makefile
x11/gnome-panel/PLIST
x11/gnome-panel/buildlink3.mk
x11/gnome-panel/distinfo
x11/gnome-panel/patches/patch-aa
x11/gnome-panel/patches/patch-ab
x11/gnome-panel/patches/patch-ac
x11/gnome-screensaver/DESCR
x11/gnome-screensaver/MESSAGE
x11/gnome-screensaver/Makefile
x11/gnome-screensaver/PLIST
x11/gnome-screensaver/distinfo
x11/gnome-screensaver/files/pam-gnome-screensaver-NetBSD
x11/gnome-screensaver/patches/patch-aa
x11/gnome-screensaver/patches/patch-ab
x11/gnome-session/DESCR
x11/gnome-session/Makefile
x11/gnome-session/PLIST
x11/gnome-session/distinfo
x11/gnome-session/patches/patch-aa
x11/gnome-session/patches/patch-ab
x11/gnome-session/patches/patch-ac
x11/gnome-sharp/DESCR
x11/gnome-sharp/Makefile
x11/gnome-sharp/PLIST
x11/gnome-sharp/buildlink3.mk
x11/gnome-sharp/distinfo
x11/gnome-terminal/DESCR
x11/gnome-terminal/Makefile
x11/gnome-terminal/PLIST
x11/gnome-terminal/distinfo
x11/gnome-terminal/patches/patch-aa
x11/gnome-terminal/patches/patch-ac
x11/gnome-terminal/patches/patch-ad
x11/gnome-themes-extras/DESCR
x11/gnome-themes-extras/Makefile
x11/gnome-themes-extras/PLIST
x11/gnome-themes-extras/distinfo
x11/gnome-themes/DESCR
x11/gnome-themes/Makefile
x11/gnome-themes/PLIST
x11/gnome-themes/distinfo
x11/gnopernicus/DESCR
x11/gnopernicus/Makefile
x11/gnopernicus/PLIST
x11/gnopernicus/distinfo
x11/gnopernicus/patches/patch-ae
x11/gnopernicus/patches/patch-af
x11/gnustep-back/DESCR
x11/gnustep-back/Makefile
x11/gnustep-back/PLIST
x11/gnustep-back/buildlink3.mk
x11/gnustep-back/distinfo
x11/gnustep-back/patches/patch-aa
x11/gnustep-gui/DESCR
x11/gnustep-gui/Makefile
x11/gnustep-gui/PLIST
x11/gnustep-gui/buildlink3.mk
x11/gnustep-gui/distinfo
x11/gnustep-gui/patches/patch-ab
x11/gnustep-gui/patches/patch-ac
x11/gnustep-preferences/DESCR
x11/gnustep-preferences/Makefile
x11/gnustep-preferences/PLIST
x11/gnustep-preferences/buildlink3.mk
x11/gnustep-preferences/distinfo
x11/gnustep-preferences/patches/patch-aa
x11/gnustep-preferences/patches/patch-ab
x11/gnustep-preferences/patches/patch-ac
x11/gnustep-preferences/patches/patch-ad
x11/grandr_applet/DESCR
x11/grandr_applet/Makefile
x11/grandr_applet/PLIST
x11/grandr_applet/distinfo
x11/gromit/DESCR
x11/gromit/Makefile
x11/gromit/PLIST
x11/gromit/distinfo
x11/gromit/patches/patch-aa
x11/gst-plugins0.10-x11/DESCR
x11/gst-plugins0.10-x11/Makefile
x11/gst-plugins0.10-x11/PLIST
x11/gtk+extra/DESCR
x11/gtk+extra/Makefile
x11/gtk+extra/PLIST
x11/gtk+extra/buildlink3.mk
x11/gtk+extra/distinfo
x11/gtk+extra/patches/patch-aa
x11/gtk+extra/patches/patch-ab
x11/gtk+extra/patches/patch-ac
x11/gtk+extra/patches/patch-ad
x11/gtk+extra/patches/patch-ae
x11/gtk-engines/DESCR
x11/gtk-engines/Makefile
x11/gtk-engines/PLIST
x11/gtk-engines/distinfo
x11/gtk-sharp/DESCR
x11/gtk-sharp/Makefile
x11/gtk-sharp/PLIST
x11/gtk-sharp/buildlink3.mk
x11/gtk-sharp/distinfo
x11/gtk/DEINSTALL
x11/gtk/DESCR
x11/gtk/INSTALL
x11/gtk/Makefile
x11/gtk/PLIST
x11/gtk/buildlink3.mk
x11/gtk/distinfo
x11/gtk/patches/patch-aa
x11/gtk/patches/patch-ab
x11/gtk/patches/patch-ac
x11/gtk/patches/patch-ad
x11/gtk/patches/patch-ae
x11/gtk/patches/patch-af
x11/gtk/patches/patch-ag
x11/gtk/patches/patch-ah
x11/gtk2+extra/DESCR
x11/gtk2+extra/Makefile
x11/gtk2+extra/PLIST
x11/gtk2+extra/buildlink3.mk
x11/gtk2+extra/distinfo
x11/gtk2+extra/patches/patch-ad
x11/gtk2+extra/patches/patch-ae
x11/gtk2+extra/patches/patch-af
x11/gtk2-chtheme/DESCR
x11/gtk2-chtheme/Makefile
x11/gtk2-chtheme/PLIST
x11/gtk2-chtheme/distinfo
x11/gtk2-chtheme/patches/patch-aa
x11/gtk2-chtheme/patches/patch-ab
x11/gtk2-chtheme/patches/patch-ac
x11/gtk2-chtheme/patches/patch-ad
x11/gtk2-chtheme/patches/patch-ae
x11/gtk2-chtheme/patches/patch-af
x11/gtk2-chtheme/patches/patch-ag
x11/gtk2-chtheme/patches/patch-ah
x11/gtk2-engines-bluecurve/DESCR
x11/gtk2-engines-bluecurve/Makefile
x11/gtk2-engines-bluecurve/PLIST
x11/gtk2-engines-bluecurve/distinfo
x11/gtk2-engines/DESCR
x11/gtk2-engines/Makefile
x11/gtk2-engines/PLIST
x11/gtk2-engines/buildlink3.mk
x11/gtk2-engines/distinfo
x11/gtk2-theme-switch/DESCR
x11/gtk2-theme-switch/Makefile
x11/gtk2-theme-switch/PLIST
x11/gtk2-theme-switch/distinfo
x11/gtk2/DESCR
x11/gtk2/Makefile
x11/gtk2/PLIST
x11/gtk2/buildlink3.mk
x11/gtk2/distinfo
x11/gtk2/files/icon-cache.tmpl
x11/gtk2/files/immodules.tmpl
x11/gtk2/files/loaders.tmpl
x11/gtk2/modules.mk
x11/gtk2/options.mk
x11/gtk2/patches/patch-aa
x11/gtk2/patches/patch-ad
x11/gtk2/patches/patch-ai
x11/gtk2/patches/patch-aj
x11/gtkglarea/DESCR
x11/gtkglarea/Makefile
x11/gtkglarea/PLIST
x11/gtkglarea/buildlink3.mk
x11/gtkglarea/distinfo
x11/gtkglarea/patches/patch-aa
x11/gtkmm/DESCR
x11/gtkmm/Makefile
x11/gtkmm/PLIST
x11/gtkmm/buildlink3.mk
x11/gtkmm/distinfo
x11/gtksourceview-sharp2/DESCR
x11/gtksourceview-sharp2/Makefile
x11/gtksourceview-sharp2/PLIST
x11/gtksourceview-sharp2/buildlink3.mk
x11/gtksourceview-sharp2/distinfo
x11/gtksourceview-sharp2/patches/patch-aa
x11/gtksourceview/DESCR
x11/gtksourceview/Makefile
x11/gtksourceview/PLIST
x11/gtksourceview/buildlink3.mk
x11/gtksourceview/distinfo
x11/gtksourceview2/DESCR
x11/gtksourceview2/Makefile
x11/gtksourceview2/PLIST
x11/gtksourceview2/buildlink3.mk
x11/gtksourceview2/distinfo
x11/gtkstep/DESCR
x11/gtkstep/Makefile
x11/gtkstep/PLIST
x11/gtkstep/distinfo
x11/gtkterm2/DESCR
x11/gtkterm2/Makefile
x11/gtkterm2/PLIST
x11/gtkterm2/distinfo
x11/gtkterm2/patches/patch-aa
x11/hanterm/DESCR
x11/hanterm/MESSAGE
x11/hanterm/Makefile
x11/hanterm/PLIST
x11/hanterm/distinfo
x11/hanterm/patches/patch-aa
x11/hanterm/patches/patch-ab
x11/hanterm/patches/patch-ac
x11/hanterm/patches/patch-ad
x11/hanterm/patches/patch-ae
x11/hanterm/patches/patch-af
x11/hanterm/patches/patch-ag
x11/hot-babe/DESCR
x11/hot-babe/Makefile
x11/hot-babe/PLIST
x11/hot-babe/distinfo
x11/hot-babe/patches/patch-aa
x11/hot-babe/patches/patch-ab
x11/hsetroot/DESCR
x11/hsetroot/Makefile
x11/hsetroot/PLIST
x11/hsetroot/distinfo
x11/hsetroot/patches/patch-aa
x11/iceauth/DESCR
x11/iceauth/Makefile
x11/iceauth/PLIST
x11/iceauth/distinfo
x11/ico/DESCR
x11/ico/Makefile
x11/ico/PLIST
x11/ico/distinfo
x11/imwheel/DESCR
x11/imwheel/MESSAGE
x11/imwheel/Makefile
x11/imwheel/PLIST
x11/imwheel/distinfo
x11/imwheel/patches/patch-aa
x11/imwheel/patches/patch-ab
x11/imwheel/patches/patch-ac
x11/inputproto/DESCR
x11/inputproto/Makefile
x11/inputproto/PLIST
x11/inputproto/buildlink3.mk
x11/inputproto/builtin.mk
x11/inputproto/distinfo
x11/kbproto/DESCR
x11/kbproto/Makefile
x11/kbproto/PLIST
x11/kbproto/buildlink3.mk
x11/kbproto/builtin.mk
x11/kbproto/distinfo
x11/kde3-i18n-af/DESCR
x11/kde3-i18n-af/Makefile
x11/kde3-i18n-af/PLIST
x11/kde3-i18n-af/distinfo
x11/kde3-i18n-ar/DESCR
x11/kde3-i18n-ar/Makefile
x11/kde3-i18n-ar/PLIST
x11/kde3-i18n-ar/distinfo
x11/kde3-i18n-az/DESCR
x11/kde3-i18n-az/Makefile
x11/kde3-i18n-az/PLIST
x11/kde3-i18n-az/distinfo
x11/kde3-i18n-bg/DESCR
x11/kde3-i18n-bg/Makefile
x11/kde3-i18n-bg/PLIST
x11/kde3-i18n-bg/distinfo
x11/kde3-i18n-bn/DESCR
x11/kde3-i18n-bn/Makefile
x11/kde3-i18n-bn/PLIST
x11/kde3-i18n-bn/distinfo
x11/kde3-i18n-br/DESCR
x11/kde3-i18n-br/Makefile
x11/kde3-i18n-br/PLIST
x11/kde3-i18n-br/distinfo
x11/kde3-i18n-bs/DESCR
x11/kde3-i18n-bs/Makefile
x11/kde3-i18n-bs/PLIST
x11/kde3-i18n-bs/distinfo
x11/kde3-i18n-ca/DESCR
x11/kde3-i18n-ca/Makefile
x11/kde3-i18n-ca/PLIST
x11/kde3-i18n-ca/distinfo
x11/kde3-i18n-cs/DESCR
x11/kde3-i18n-cs/Makefile
x11/kde3-i18n-cs/PLIST
x11/kde3-i18n-cs/distinfo
x11/kde3-i18n-cy/DESCR
x11/kde3-i18n-cy/Makefile
x11/kde3-i18n-cy/PLIST
x11/kde3-i18n-cy/distinfo
x11/kde3-i18n-da/DESCR
x11/kde3-i18n-da/Makefile
x11/kde3-i18n-da/PLIST
x11/kde3-i18n-da/distinfo
x11/kde3-i18n-de/DESCR
x11/kde3-i18n-de/Makefile
x11/kde3-i18n-de/PLIST
x11/kde3-i18n-de/distinfo
x11/kde3-i18n-el/DESCR
x11/kde3-i18n-el/Makefile
x11/kde3-i18n-el/PLIST
x11/kde3-i18n-el/distinfo
x11/kde3-i18n-en_GB/DESCR
x11/kde3-i18n-en_GB/Makefile
x11/kde3-i18n-en_GB/PLIST
x11/kde3-i18n-en_GB/distinfo
x11/kde3-i18n-eo/DESCR
x11/kde3-i18n-eo/Makefile
x11/kde3-i18n-eo/PLIST
x11/kde3-i18n-eo/distinfo
x11/kde3-i18n-es/DESCR
x11/kde3-i18n-es/Makefile
x11/kde3-i18n-es/PLIST
x11/kde3-i18n-es/distinfo
x11/kde3-i18n-et/DESCR
x11/kde3-i18n-et/Makefile
x11/kde3-i18n-et/PLIST
x11/kde3-i18n-et/distinfo
x11/kde3-i18n-eu/DESCR
x11/kde3-i18n-eu/Makefile
x11/kde3-i18n-eu/PLIST
x11/kde3-i18n-eu/distinfo
x11/kde3-i18n-fa/DESCR
x11/kde3-i18n-fa/Makefile
x11/kde3-i18n-fa/PLIST
x11/kde3-i18n-fa/distinfo
x11/kde3-i18n-fi/DESCR
x11/kde3-i18n-fi/Makefile
x11/kde3-i18n-fi/PLIST
x11/kde3-i18n-fi/distinfo
x11/kde3-i18n-fr/DESCR
x11/kde3-i18n-fr/Makefile
x11/kde3-i18n-fr/PLIST
x11/kde3-i18n-fr/distinfo
x11/kde3-i18n-fy/DESCR
x11/kde3-i18n-fy/Makefile
x11/kde3-i18n-fy/PLIST
x11/kde3-i18n-fy/distinfo
x11/kde3-i18n-ga/DESCR
x11/kde3-i18n-ga/Makefile
x11/kde3-i18n-ga/PLIST
x11/kde3-i18n-ga/distinfo
x11/kde3-i18n-gl/DESCR
x11/kde3-i18n-gl/Makefile
x11/kde3-i18n-gl/PLIST
x11/kde3-i18n-gl/distinfo
x11/kde3-i18n-he/DESCR
x11/kde3-i18n-he/Makefile
x11/kde3-i18n-he/PLIST
x11/kde3-i18n-he/distinfo
x11/kde3-i18n-hi/DESCR
x11/kde3-i18n-hi/Makefile
x11/kde3-i18n-hi/PLIST
x11/kde3-i18n-hi/distinfo
x11/kde3-i18n-hi/patches/patch-aa
x11/kde3-i18n-hr/DESCR
x11/kde3-i18n-hr/Makefile
x11/kde3-i18n-hr/PLIST
x11/kde3-i18n-hr/distinfo
x11/kde3-i18n-hu/DESCR
x11/kde3-i18n-hu/Makefile
x11/kde3-i18n-hu/PLIST
x11/kde3-i18n-hu/distinfo
x11/kde3-i18n-is/DESCR
x11/kde3-i18n-is/Makefile
x11/kde3-i18n-is/PLIST
x11/kde3-i18n-is/distinfo
x11/kde3-i18n-is/patches/patch-ad
x11/kde3-i18n-is/patches/patch-af
x11/kde3-i18n-is/patches/patch-ah
x11/kde3-i18n-is/patches/patch-al
x11/kde3-i18n-is/patches/patch-am
x11/kde3-i18n-is/patches/patch-an
x11/kde3-i18n-it/DESCR
x11/kde3-i18n-it/Makefile
x11/kde3-i18n-it/PLIST
x11/kde3-i18n-it/distinfo
x11/kde3-i18n-ja/DESCR
x11/kde3-i18n-ja/Makefile
x11/kde3-i18n-ja/PLIST
x11/kde3-i18n-ja/distinfo
x11/kde3-i18n-kk/DESCR
x11/kde3-i18n-kk/Makefile
x11/kde3-i18n-kk/PLIST
x11/kde3-i18n-kk/distinfo
x11/kde3-i18n-km/DESCR
x11/kde3-i18n-km/Makefile
x11/kde3-i18n-km/PLIST
x11/kde3-i18n-km/distinfo
x11/kde3-i18n-ko/DESCR
x11/kde3-i18n-ko/Makefile
x11/kde3-i18n-ko/PLIST
x11/kde3-i18n-ko/distinfo
x11/kde3-i18n-lt/DESCR
x11/kde3-i18n-lt/Makefile
x11/kde3-i18n-lt/PLIST
x11/kde3-i18n-lt/distinfo
x11/kde3-i18n-lv/DESCR
x11/kde3-i18n-lv/Makefile
x11/kde3-i18n-lv/PLIST
x11/kde3-i18n-lv/distinfo
x11/kde3-i18n-mk/DESCR
x11/kde3-i18n-mk/Makefile
x11/kde3-i18n-mk/PLIST
x11/kde3-i18n-mk/distinfo
x11/kde3-i18n-mn/DESCR
x11/kde3-i18n-mn/Makefile
x11/kde3-i18n-mn/PLIST
x11/kde3-i18n-mn/distinfo
x11/kde3-i18n-ms/DESCR
x11/kde3-i18n-ms/Makefile
x11/kde3-i18n-ms/PLIST
x11/kde3-i18n-ms/distinfo
x11/kde3-i18n-nb/DESCR
x11/kde3-i18n-nb/Makefile
x11/kde3-i18n-nb/PLIST
x11/kde3-i18n-nb/distinfo
x11/kde3-i18n-nds/DESCR
x11/kde3-i18n-nds/Makefile
x11/kde3-i18n-nds/PLIST
x11/kde3-i18n-nds/distinfo
x11/kde3-i18n-nl/DESCR
x11/kde3-i18n-nl/Makefile
x11/kde3-i18n-nl/PLIST
x11/kde3-i18n-nl/distinfo
x11/kde3-i18n-nn/DESCR
x11/kde3-i18n-nn/Makefile
x11/kde3-i18n-nn/PLIST
x11/kde3-i18n-nn/distinfo
x11/kde3-i18n-pa/DESCR
x11/kde3-i18n-pa/Makefile
x11/kde3-i18n-pa/PLIST
x11/kde3-i18n-pa/distinfo
x11/kde3-i18n-pl/DESCR
x11/kde3-i18n-pl/Makefile
x11/kde3-i18n-pl/PLIST
x11/kde3-i18n-pl/distinfo
x11/kde3-i18n-pt/DESCR
x11/kde3-i18n-pt/Makefile
x11/kde3-i18n-pt/PLIST
x11/kde3-i18n-pt/distinfo
x11/kde3-i18n-pt_BR/DESCR
x11/kde3-i18n-pt_BR/Makefile
x11/kde3-i18n-pt_BR/PLIST
x11/kde3-i18n-pt_BR/distinfo
x11/kde3-i18n-ro/DESCR
x11/kde3-i18n-ro/Makefile
x11/kde3-i18n-ro/PLIST
x11/kde3-i18n-ro/distinfo
x11/kde3-i18n-ru/DESCR
x11/kde3-i18n-ru/Makefile
x11/kde3-i18n-ru/PLIST
x11/kde3-i18n-ru/distinfo
x11/kde3-i18n-ru/patches/patch-aa
x11/kde3-i18n-rw/DESCR
x11/kde3-i18n-rw/Makefile
x11/kde3-i18n-rw/PLIST
x11/kde3-i18n-rw/distinfo
x11/kde3-i18n-se/DESCR
x11/kde3-i18n-se/Makefile
x11/kde3-i18n-se/PLIST
x11/kde3-i18n-se/distinfo
x11/kde3-i18n-sk/DESCR
x11/kde3-i18n-sk/Makefile
x11/kde3-i18n-sk/PLIST
x11/kde3-i18n-sk/distinfo
x11/kde3-i18n-sl/DESCR
x11/kde3-i18n-sl/Makefile
x11/kde3-i18n-sl/PLIST
x11/kde3-i18n-sl/distinfo
x11/kde3-i18n-sr/DESCR
x11/kde3-i18n-sr/Makefile
x11/kde3-i18n-sr/PLIST
x11/kde3-i18n-sr/distinfo
x11/kde3-i18n-sr_Latn/DESCR
x11/kde3-i18n-sr_Latn/Makefile
x11/kde3-i18n-sr_Latn/PLIST
x11/kde3-i18n-sr_Latn/distinfo
x11/kde3-i18n-ss/DESCR
x11/kde3-i18n-ss/Makefile
x11/kde3-i18n-ss/PLIST
x11/kde3-i18n-ss/distinfo
x11/kde3-i18n-sv/DESCR
x11/kde3-i18n-sv/Makefile
x11/kde3-i18n-sv/PLIST
x11/kde3-i18n-sv/distinfo
x11/kde3-i18n-ta/DESCR
x11/kde3-i18n-ta/Makefile
x11/kde3-i18n-ta/PLIST
x11/kde3-i18n-ta/distinfo
x11/kde3-i18n-tg/DESCR
x11/kde3-i18n-tg/Makefile
x11/kde3-i18n-tg/PLIST
x11/kde3-i18n-tg/distinfo
x11/kde3-i18n-tr/DESCR
x11/kde3-i18n-tr/Makefile
x11/kde3-i18n-tr/PLIST
x11/kde3-i18n-tr/distinfo
x11/kde3-i18n-uk/DESCR
x11/kde3-i18n-uk/Makefile
x11/kde3-i18n-uk/PLIST
x11/kde3-i18n-uk/distinfo
x11/kde3-i18n-uz/DESCR
x11/kde3-i18n-uz/Makefile
x11/kde3-i18n-uz/PLIST
x11/kde3-i18n-uz/distinfo
x11/kde3-i18n-uz/patches/patch-aa
x11/kde3-i18n-vi/DESCR
x11/kde3-i18n-vi/Makefile
x11/kde3-i18n-vi/PLIST
x11/kde3-i18n-vi/distinfo
x11/kde3-i18n-zh_CN/DESCR
x11/kde3-i18n-zh_CN/Makefile
x11/kde3-i18n-zh_CN/PLIST
x11/kde3-i18n-zh_CN/distinfo
x11/kde3-i18n-zh_TW/DESCR
x11/kde3-i18n-zh_TW/Makefile
x11/kde3-i18n-zh_TW/PLIST
x11/kde3-i18n-zh_TW/distinfo
x11/kdebase3/DESCR
x11/kdebase3/Makefile
x11/kdebase3/PLIST
x11/kdebase3/buildlink3.mk
x11/kdebase3/distinfo
x11/kdebase3/files/kdm.sh
x11/kdebase3/hacks.mk
x11/kdebase3/options.mk
x11/kdebase3/patches/patch-aa
x11/kdebase3/patches/patch-ab
x11/kdebase3/patches/patch-ac
x11/kdebase3/patches/patch-ad
x11/kdebase3/patches/patch-af
x11/kdebase3/patches/patch-ag
x11/kdebase3/patches/patch-ah
x11/kdebase3/patches/patch-ai
x11/kdebase3/patches/patch-aj
x11/kdebase3/patches/patch-ak
x11/kdebase3/patches/patch-al
x11/kdebase3/patches/patch-an
x11/kdebase3/patches/patch-aq
x11/kdebase3/patches/patch-ar
x11/kdebase3/patches/patch-at
x11/kdebase3/patches/patch-au
x11/kdebase3/patches/patch-bb
x11/kdebase3/patches/patch-bc
x11/kdebase3/patches/patch-bx
x11/kdebase3/patches/patch-ca
x11/kdebase3/patches/patch-cb
x11/kdebase3/patches/patch-cc
x11/kdebase3/patches/patch-dd
x11/kdebase3/patches/patch-ep
x11/kdebase3/patches/patch-er
x11/kdebase3/patches/patch-ev
x11/kdebase3/patches/patch-ew
x11/kdebase3/patches/patch-fa
x11/kdebase3/patches/patch-fb
x11/kdebase3/patches/patch-fc
x11/kdebase3/patches/patch-fd
x11/kdebase3/patches/patch-fe
x11/kdebase3/patches/patch-ff
x11/kdebase3/patches/patch-fg
x11/kdebase3/patches/patch-fh
x11/kdebase3/patches/patch-fi
x11/kdebase3/patches/patch-fj
x11/kdebase3/patches/patch-fk
x11/kdebase3/patches/patch-ga
x11/kdebase3/patches/patch-gb
x11/kdebase3/patches/patch-gc
x11/kdebase3/patches/patch-gd
x11/kdebase3/patches/patch-kdesud
x11/kdebindings-ruby/DESCR
x11/kdebindings-ruby/Makefile
x11/kdebindings-ruby/PLIST
x11/kdebindings-ruby/buildlink3.mk
x11/kdebindings-ruby/distinfo
x11/kdelibdocs3/DESCR
x11/kdelibdocs3/Makefile
x11/kdelibdocs3/distinfo
x11/kdelibs3/DESCR
x11/kdelibs3/MESSAGE
x11/kdelibs3/Makefile
x11/kdelibs3/PLIST
x11/kdelibs3/buildlink3.mk
x11/kdelibs3/distinfo
x11/kdelibs3/options.mk
x11/kdelibs3/patches/patch-aa
x11/kdelibs3/patches/patch-ab
x11/kdelibs3/patches/patch-ac
x11/kdelibs3/patches/patch-ad
x11/kdelibs3/patches/patch-ae
x11/kdelibs3/patches/patch-aj
x11/kdelibs3/patches/patch-an
x11/kdelibs3/patches/patch-ao
x11/kdelibs3/patches/patch-ap
x11/kdelibs3/patches/patch-bc
x11/kdelibs3/patches/patch-bd
x11/kdelibs3/patches/patch-bv
x11/kdelibs3/patches/patch-cc
x11/kdelibs3/patches/patch-ce
x11/kdelibs3/patches/patch-cf
x11/kdelibs3/patches/patch-da
x11/kdelibs3/patches/patch-db
x11/keylaunch/DESCR
x11/keylaunch/Makefile
x11/keylaunch/PLIST
x11/keylaunch/distinfo
x11/kkbswitch/DESCR
x11/kkbswitch/Makefile
x11/kkbswitch/PLIST
x11/kkbswitch/distinfo
x11/kkbswitch/patches/patch-aa
x11/kkbswitch/patches/patch-ab
x11/kmessage/DESCR
x11/kmessage/Makefile
x11/kmessage/PLIST
x11/kmessage/distinfo
x11/kterm/DESCR
x11/kterm/Makefile
x11/kterm/PLIST
x11/kterm/distinfo
x11/kterm/files/patch-xaw3d
x11/kterm/patches/patch-aa
x11/kterm/patches/patch-ab
x11/kterm/patches/patch-ac
x11/kterm/patches/patch-ad
x11/kterm/patches/patch-ae
x11/lablgtk/DESCR
x11/lablgtk/Makefile
x11/lablgtk/PLIST
x11/lablgtk/PLIST.glade
x11/lablgtk/PLIST.gnome
x11/lablgtk/PLIST.gnomecanvas
x11/lablgtk/PLIST.gtksourceview
x11/lablgtk/PLIST.svg
x11/lablgtk/buildlink3.mk
x11/lablgtk/distinfo
x11/lablgtk/options.mk
x11/lablgtk/patches/patch-aa
x11/lablgtk1/DESCR
x11/lablgtk1/Makefile
x11/lablgtk1/PLIST
x11/lablgtk1/PLIST.noopt
x11/lablgtk1/PLIST.stub
x11/lablgtk1/buildlink3.mk
x11/lablgtk1/distinfo
x11/lablgtk1/patches/patch-aa
x11/labltk/DESCR
x11/labltk/Makefile
x11/labltk/PLIST
x11/labltk/PLIST.opt
x11/lbxproxy/DESCR
x11/lbxproxy/Makefile
x11/lbxproxy/PLIST
x11/lbxproxy/distinfo
x11/lesstif/DEINSTALL
x11/lesstif/DESCR
x11/lesstif/INSTALL
x11/lesstif/Makefile
x11/lesstif/PLIST
x11/lesstif/buildlink3.mk
x11/lesstif/distinfo
x11/lesstif/patches/patch-aa
x11/lesstif/patches/patch-ab
x11/lesstif/patches/patch-ac
x11/lesstif/patches/patch-am
x11/lesstif/patches/patch-an
x11/lesstif/patches/patch-ao
x11/lesstif/patches/patch-ap
x11/lesstif/patches/patch-aq
x11/lesstif/patches/patch-ar
x11/lesstif/patches/patch-bm
x11/lesstif/patches/patch-bn
x11/lesstif/patches/patch-bo
x11/libFS/DESCR
x11/libFS/Makefile
x11/libFS/PLIST
x11/libFS/buildlink3.mk
x11/libFS/distinfo
x11/libICE/DESCR
x11/libICE/Makefile
x11/libICE/PLIST
x11/libICE/buildlink3.mk
x11/libICE/builtin.mk
x11/libICE/distinfo
x11/libICE/options.mk
x11/libSM/DESCR
x11/libSM/Makefile
x11/libSM/PLIST
x11/libSM/buildlink3.mk
x11/libSM/builtin.mk
x11/libSM/distinfo
x11/libSM/options.mk
x11/libX11/DESCR
x11/libX11/Makefile
x11/libX11/PLIST
x11/libX11/buildlink3.mk
x11/libX11/builtin.mk
x11/libX11/distinfo
x11/libX11/patches/patch-aa
x11/libX11/patches/patch-ac
x11/libX11/patches/patch-ad
x11/libX11/patches/patch-ae
x11/libX11/patches/patch-af
x11/libX11/patches/patch-ag
x11/libX11/patches/patch-ah
x11/libXScrnSaver/DESCR
x11/libXScrnSaver/Makefile
x11/libXScrnSaver/PLIST
x11/libXScrnSaver/buildlink3.mk
x11/libXScrnSaver/distinfo
x11/libXTrap/DESCR
x11/libXTrap/Makefile
x11/libXTrap/PLIST
x11/libXTrap/buildlink3.mk
x11/libXTrap/distinfo
x11/libXau/DESCR
x11/libXau/Makefile
x11/libXau/PLIST
x11/libXau/buildlink3.mk
x11/libXau/builtin.mk
x11/libXau/distinfo
x11/libXaw/DESCR
x11/libXaw/Makefile
x11/libXaw/PLIST
x11/libXaw/buildlink3.mk
x11/libXaw/distinfo
x11/libXaw/hacks.mk
x11/libXaw/patches/patch-aa
x11/libXaw/patches/patch-ab
x11/libXcomposite/DESCR
x11/libXcomposite/Makefile
x11/libXcomposite/PLIST
x11/libXcomposite/buildlink3.mk
x11/libXcomposite/distinfo
x11/libXcursor/DESCR
x11/libXcursor/Makefile
x11/libXcursor/PLIST
x11/libXcursor/buildlink3.mk
x11/libXcursor/distinfo
x11/libXdamage/DESCR
x11/libXdamage/Makefile
x11/libXdamage/PLIST
x11/libXdamage/buildlink3.mk
x11/libXdamage/distinfo
x11/libXdamage/patches/patch-aa
x11/libXdmcp/DESCR
x11/libXdmcp/Makefile
x11/libXdmcp/PLIST
x11/libXdmcp/buildlink3.mk
x11/libXdmcp/builtin.mk
x11/libXdmcp/distinfo
x11/libXevie/DESCR
x11/libXevie/Makefile
x11/libXevie/PLIST
x11/libXevie/buildlink3.mk
x11/libXevie/distinfo
x11/libXext/DESCR
x11/libXext/Makefile
x11/libXext/PLIST
x11/libXext/buildlink3.mk
x11/libXext/builtin.mk
x11/libXext/distinfo
x11/libXfixes/DESCR
x11/libXfixes/Makefile
x11/libXfixes/PLIST
x11/libXfixes/buildlink3.mk
x11/libXfixes/distinfo
x11/libXfixes/patches/patch-aa
x11/libXfont/DESCR
x11/libXfont/Makefile
x11/libXfont/PLIST
x11/libXfont/buildlink3.mk
x11/libXfont/distinfo
x11/libXfont/patches/patch-ac
x11/libXft/DESCR
x11/libXft/Makefile
x11/libXft/PLIST
x11/libXft/buildlink3.mk
x11/libXft/distinfo
x11/libXft/patches/patch-aa
x11/libXft/patches/patch-ab
x11/libXft/patches/patch-ac
x11/libXft/patches/patch-ad
x11/libXft/patches/patch-ae
x11/libXi/DESCR
x11/libXi/Makefile
x11/libXi/PLIST
x11/libXi/buildlink3.mk
x11/libXi/distinfo
x11/libXi/patches/patch-aa
x11/libXi/patches/patch-ab
x11/libXinerama/DESCR
x11/libXinerama/Makefile
x11/libXinerama/PLIST
x11/libXinerama/buildlink3.mk
x11/libXinerama/builtin.mk
x11/libXinerama/distinfo
x11/libXmu/DESCR
x11/libXmu/Makefile
x11/libXmu/PLIST
x11/libXmu/buildlink3.mk
x11/libXmu/builtin.mk
x11/libXmu/distinfo
x11/libXp/DESCR
x11/libXp/Makefile
x11/libXp/PLIST
x11/libXp/buildlink3.mk
x11/libXp/distinfo
x11/libXpm/DESCR
x11/libXpm/Makefile
x11/libXpm/PLIST
x11/libXpm/buildlink3.mk
x11/libXpm/distinfo
x11/libXpm/patches/patch-aa
x11/libXpm/patches/patch-ab
x11/libXpm/patches/patch-ac
x11/libXprintUtil/DESCR
x11/libXprintUtil/Makefile
x11/libXprintUtil/PLIST
x11/libXprintUtil/buildlink3.mk
x11/libXprintUtil/distinfo
x11/libXrandr/DESCR
x11/libXrandr/Makefile
x11/libXrandr/PLIST
x11/libXrandr/buildlink3.mk
x11/libXrandr/builtin.mk
x11/libXrandr/distinfo
x11/libXrender/DESCR
x11/libXrender/Makefile
x11/libXrender/PLIST
x11/libXrender/buildlink3.mk
x11/libXrender/builtin.mk
x11/libXrender/distinfo
x11/libXres/DESCR
x11/libXres/Makefile
x11/libXres/PLIST
x11/libXres/buildlink3.mk
x11/libXres/distinfo
x11/libXt/DESCR
x11/libXt/Makefile
x11/libXt/PLIST
x11/libXt/buildlink3.mk
x11/libXt/builtin.mk
x11/libXt/distinfo
x11/libXt/hacks.mk
x11/libXt/patches/patch-aa
x11/libXt/patches/patch-ab
x11/libXt/patches/patch-ac
x11/libXt/patches/patch-ad
x11/libXt/patches/patch-ae
x11/libXt/patches/patch-af
x11/libXt/patches/patch-ag
x11/libXtst/DESCR
x11/libXtst/Makefile
x11/libXtst/PLIST
x11/libXtst/buildlink3.mk
x11/libXtst/distinfo
x11/libXv/DESCR
x11/libXv/Makefile
x11/libXv/PLIST
x11/libXv/buildlink3.mk
x11/libXv/distinfo
x11/libXvMC/DESCR
x11/libXvMC/Makefile
x11/libXvMC/PLIST
x11/libXvMC/buildlink3.mk
x11/libXvMC/distinfo
x11/libXxf86dga/DESCR
x11/libXxf86dga/Makefile
x11/libXxf86dga/PLIST
x11/libXxf86dga/buildlink3.mk
x11/libXxf86dga/distinfo
x11/libXxf86misc/DESCR
x11/libXxf86misc/Makefile
x11/libXxf86misc/PLIST
x11/libXxf86misc/buildlink3.mk
x11/libXxf86misc/distinfo
x11/libXxf86vm/DESCR
x11/libXxf86vm/Makefile
x11/libXxf86vm/PLIST
x11/libXxf86vm/buildlink3.mk
x11/libXxf86vm/distinfo
x11/libXxf86vm/patches/patch-aa
x11/libdrm/DESCR
x11/libdrm/Makefile
x11/libdrm/PLIST
x11/libdrm/buildlink3.mk
x11/libdrm/distinfo
x11/libdrm/patches/patch-aa
x11/libdrm/patches/patch-ab
x11/libgnomekbd/DESCR
x11/libgnomekbd/Makefile
x11/libgnomekbd/PLIST
x11/libgnomekbd/buildlink3.mk
x11/libgnomekbd/distinfo
x11/liblbxutil/DESCR
x11/liblbxutil/Makefile
x11/liblbxutil/PLIST
x11/liblbxutil/buildlink3.mk
x11/liblbxutil/distinfo
x11/liblbxutil/patches/patch-aa
x11/liblbxutil/patches/patch-ab
x11/liblbxutil/patches/patch-ac
x11/liblbxutil/patches/patch-ad
x11/liboldXrandr/DESCR
x11/liboldXrandr/Makefile
x11/liboldXrandr/PLIST
x11/liboldXrandr/buildlink3.mk
x11/liboldXrandr/builtin.mk
x11/liboldXrandr/distinfo
x11/liboldXrandr/patches/patch-aa
x11/liboldXrandr/patches/patch-ab
x11/libxfce4gui/DESCR
x11/libxfce4gui/Makefile
x11/libxfce4gui/PLIST
x11/libxfce4gui/buildlink3.mk
x11/libxfce4gui/distinfo
x11/libxfce4mcs/DESCR
x11/libxfce4mcs/Makefile
x11/libxfce4mcs/PLIST
x11/libxfce4mcs/buildlink3.mk
x11/libxfce4mcs/distinfo
x11/libxfce4util/DESCR
x11/libxfce4util/Makefile
x11/libxfce4util/PLIST
x11/libxfce4util/buildlink3.mk
x11/libxfce4util/distinfo
x11/libxfce4util/hacks.mk
x11/libxkbfile/DESCR
x11/libxkbfile/Makefile
x11/libxkbfile/PLIST
x11/libxkbfile/buildlink3.mk
x11/libxkbfile/distinfo
x11/libxkbui/DESCR
x11/libxkbui/Makefile
x11/libxkbui/PLIST
x11/libxkbui/buildlink3.mk
x11/libxkbui/distinfo
x11/libxkbui/patches/patch-aa
x11/libxkbui/patches/patch-ab
x11/libxkbui/patches/patch-ac
x11/libxklavier/DESCR
x11/libxklavier/Makefile
x11/libxklavier/PLIST
x11/libxklavier/buildlink3.mk
x11/libxklavier/distinfo
x11/libxklavier/patches/patch-aa
x11/libxklavier/patches/patch-ab
x11/libxklavier/patches/patch-ac
x11/libzvt/DESCR
x11/libzvt/Makefile
x11/libzvt/PLIST
x11/libzvt/buildlink3.mk
x11/libzvt/distinfo
x11/libzvt/patches/patch-aa
x11/listres/DESCR
x11/listres/Makefile
x11/listres/PLIST
x11/listres/distinfo
x11/luit/DESCR
x11/luit/Makefile
x11/luit/PLIST
x11/luit/distinfo
x11/matchbox-common/DESCR
x11/matchbox-common/MESSAGE
x11/matchbox-common/Makefile
x11/matchbox-common/PLIST
x11/matchbox-common/distinfo
x11/matchbox-desktop/DESCR
x11/matchbox-desktop/Makefile
x11/matchbox-desktop/PLIST
x11/matchbox-desktop/distinfo
x11/matchbox-desktop/patches/patch-aa
x11/matchbox-desktop/patches/patch-ab
x11/matchbox-nest/DESCR
x11/matchbox-nest/Makefile
x11/matchbox-nest/PLIST
x11/matchbox-nest/distinfo
x11/matchbox-panel-manager/DESCR
x11/matchbox-panel-manager/Makefile
x11/matchbox-panel-manager/PLIST
x11/matchbox-panel-manager/distinfo
x11/matchbox-panel/DESCR
x11/matchbox-panel/Makefile
x11/matchbox-panel/PLIST
x11/matchbox-panel/distinfo
x11/matchbox-panel/patches/patch-aa
x11/matchbox-panel/patches/patch-ab
x11/matchbox-panel/patches/patch-ae
x11/matchbox-panel/patches/patch-af
x11/matchbox-themes-extra/DESCR
x11/matchbox-themes-extra/Makefile
x11/matchbox-themes-extra/PLIST
x11/matchbox-themes-extra/distinfo
x11/mlterm/DESCR
x11/mlterm/Makefile
x11/mlterm/PLIST
x11/mlterm/distinfo
x11/mlterm/options.mk
x11/mlterm/patches/patch-ad
x11/mlterm/patches/patch-ae
x11/mlterm/patches/patch-af
x11/mlterm/patches/patch-ag
x11/mlterm/patches/patch-ah
x11/mlterm/patches/patch-ai
x11/mlterm/patches/patch-aj
x11/mlterm/patches/patch-ak
x11/mlterm/patches/patch-al
x11/mlterm/patches/patch-am
x11/mlterm/patches/patch-an
x11/mlterm/patches/patch-ao
x11/mlterm/patches/patch-ap
x11/modeline/DESCR
x11/modeline/Makefile
x11/modeline/PLIST
x11/modeline/distinfo
x11/modeline/patches/patch-aa
x11/modular-xorg-server/DESCR
x11/modular-xorg-server/Makefile
x11/modular-xorg-server/PLIST
x11/modular-xorg-server/buildlink3.mk
x11/modular-xorg-server/distinfo
x11/modular-xorg-server/files/modeline2c.awk
x11/modular-xorg-server/options.mk
x11/modular-xorg-server/patches/patch-aa
x11/modular-xorg-server/patches/patch-ab
x11/modular-xorg-server/patches/patch-ad
x11/modular-xorg-server/patches/patch-af
x11/modular-xorg-server/patches/patch-ag
x11/modular-xorg-server/patches/patch-ah
x11/modular-xorg-server/patches/patch-aj
x11/modular-xorg-server/patches/patch-da
x11/modular-xorg-server/patches/patch-db
x11/modular-xorg-server/patches/patch-dc
x11/modular-xorg-server/patches/patch-dd
x11/modular-xorg-server/patches/patch-de
x11/modular-xorg-server/patches/patch-ea
x11/modular-xorg-server/patches/patch-eb
x11/modular-xorg-server/patches/patch-ec
x11/modular-xorg-server/patches/patch-ed
x11/modular-xorg-server/patches/patch-ef
x11/modular-xorg-server/patches/patch-eg
x11/modular-xorg-server/patches/patch-eh
x11/modular-xorg-server/patches/patch-ei
x11/modular-xorg-server/patches/patch-ej
x11/modular-xorg-server/patches/patch-ek
x11/modular-xorg-server/patches/patch-el
x11/modular-xorg-server/patches/patch-em
x11/modular-xorg-server/patches/patch-en
x11/modular-xorg-server/patches/patch-eo
x11/modular-xorg-server/patches/patch-ep
x11/modular-xorg-server/patches/patch-sa
x11/modular-xorg-server/patches/patch-sb
x11/modular-xorg-server/patches/patch-sc
x11/modular-xorg-server/patches/patch-sd
x11/modular-xorg-server/patches/patch-se
x11/mowitz/DESCR
x11/mowitz/Makefile
x11/mowitz/PLIST
x11/mowitz/buildlink3.mk
x11/mowitz/distinfo
x11/mowitz/patches/patch-aa
x11/mrxvt/DESCR
x11/mrxvt/Makefile
x11/mrxvt/PLIST
x11/mrxvt/distinfo
x11/mrxvt/patches/patch-aa
x11/mrxvt/patches/patch-ab
x11/mrxvt/patches/patch-ac
x11/multi-aterm/DESCR
x11/multi-aterm/Makefile
x11/multi-aterm/PLIST
x11/multi-aterm/distinfo
x11/multi-aterm/options.mk
x11/multi-aterm/patches/patch-aa
x11/mxterm/DESCR
x11/mxterm/Makefile
x11/mxterm/PLIST
x11/mxterm/distinfo
x11/mxterm/patches/patch-aa
x11/mxterm/patches/patch-ab
x11/mxterm/patches/patch-ac
x11/neXtaw/DESCR
x11/neXtaw/Makefile
x11/neXtaw/PLIST
x11/neXtaw/buildlink3.mk
x11/neXtaw/distinfo
x11/nucleo/DESCR
x11/nucleo/Makefile
x11/nucleo/PLIST
x11/nucleo/buildlink3.mk
x11/nucleo/distinfo
x11/nucleo/patches/patch-aa
x11/nucleo/patches/patch-ab
x11/nucleo/patches/patch-ac
x11/nucleo/patches/patch-ad
x11/nucleo/patches/patch-ae
x11/nucleo/patches/patch-af
x11/nucleo/patches/patch-ag
x11/nucleo/patches/patch-ah
x11/nucleo/patches/patch-ai
x11/nucleo/patches/patch-aj
x11/nucleo/patches/patch-ak
x11/nucleo/patches/patch-al
x11/numlockx/DESCR
x11/numlockx/Makefile
x11/numlockx/PLIST
x11/numlockx/distinfo
x11/numlockx/patches/patch-aa
x11/ocaml-graphics/DESCR
x11/ocaml-graphics/Makefile
x11/ocaml-graphics/PLIST
x11/ocaml-graphics/PLIST.stub
x11/ocaml-graphics/buildlink3.mk
x11/oneko/DESCR
x11/oneko/Makefile
x11/oneko/PLIST
x11/oneko/distinfo
x11/oneko/patches/patch-aa
x11/oneko/patches/patch-ab
x11/openmotif/DESCR
x11/openmotif/Makefile
x11/openmotif/PLIST
x11/openmotif/buildlink3.mk
x11/openmotif/distinfo
x11/openmotif/patches/patch-aa
x11/openmotif/patches/patch-ac
x11/openmotif/patches/patch-ad
x11/openmotif/patches/patch-ae
x11/openmotif/patches/patch-af
x11/openmotif/patches/patch-ag
x11/openmotif/patches/patch-ah
x11/openmotif/patches/patch-aj
x11/openmotif/patches/patch-ak
x11/openmotif/patches/patch-az
x11/openmotif/patches/patch-ba
x11/openmotif/patches/patch-bb
x11/openmotif/patches/patch-bc
x11/openmotif/patches/patch-bd
x11/openmotif/patches/patch-be
x11/openmotif/patches/patch-bf
x11/openmotif/patches/patch-bg
x11/openmotif/patches/patch-bh
x11/openmotif/patches/patch-bi
x11/openmotif/patches/patch-bj
x11/openmotif/patches/patch-bk
x11/openmotif/patches/patch-bl
x11/openmotif/patches/patch-bm
x11/p5-Gtk2-Ex-FormFactory/DESCR
x11/p5-Gtk2-Ex-FormFactory/Makefile
x11/p5-Gtk2-Ex-FormFactory/distinfo
x11/p5-Tk/DESCR
x11/p5-Tk/Makefile
x11/p5-Tk/distinfo
x11/p5-Tk/patches/patch-aa
x11/p5-Tk/patches/patch-ab
x11/p5-Tk/patches/patch-ac
x11/p5-Tk/patches/patch-ad
x11/p5-Tk/patches/patch-ae
x11/p5-Tk/patches/patch-af
x11/p5-Tk/patches/patch-ag
x11/p5-X11-Protocol/DESCR
x11/p5-X11-Protocol/Makefile
x11/p5-X11-Protocol/distinfo
x11/p5-gtk/DESCR
x11/p5-gtk/Makefile
x11/p5-gtk/Makefile.common
x11/p5-gtk/Makefile.subpackage
x11/p5-gtk/distinfo
x11/p5-gtk/patches/patch-aa
x11/p5-gtk/patches/patch-ab
x11/p5-gtk2/DESCR
x11/p5-gtk2/Makefile
x11/p5-gtk2/distinfo
x11/paragui/DESCR
x11/paragui/Makefile
x11/paragui/PLIST
x11/paragui/buildlink3.mk
x11/paragui/distinfo
x11/paragui/patches/patch-aa
x11/paragui/patches/patch-ab
x11/pixman/DESCR
x11/pixman/Makefile
x11/pixman/PLIST
x11/pixman/buildlink3.mk
x11/pixman/distinfo
x11/pixman/patches/patch-aa
x11/pixman/patches/patch-ab
x11/pixman/patches/patch-ac
x11/pixman/patches/patch-ad
x11/pixman/patches/patch-ae
x11/pixman/patches/patch-af
x11/printproto/DESCR
x11/printproto/Makefile
x11/printproto/PLIST
x11/printproto/buildlink3.mk
x11/printproto/distinfo
x11/py-Pmw/DESCR
x11/py-Pmw/Makefile
x11/py-Pmw/PLIST.pre
x11/py-Pmw/buildlink3.mk
x11/py-Pmw/distinfo
x11/py-Tk/DESCR
x11/py-Tk/Makefile
x11/py-Tk/PLIST
x11/py-Tk/buildlink3.mk
x11/py-Tk/files/setup.py
x11/py-Xlib/DESCR
x11/py-Xlib/Makefile
x11/py-Xlib/PLIST
x11/py-Xlib/buildlink3.mk
x11/py-Xlib/distinfo
x11/py-gnome2-desktop/DESCR
x11/py-gnome2-desktop/Makefile
x11/py-gnome2-desktop/PLIST
x11/py-gnome2-desktop/buildlink3.mk
x11/py-gnome2-desktop/distinfo
x11/py-gnome2-desktop/patches/patch-aa
x11/py-gnome2-extras/DESCR
x11/py-gnome2-extras/Makefile
x11/py-gnome2-extras/PLIST
x11/py-gnome2-extras/buildlink3.mk
x11/py-gnome2-extras/distinfo
x11/py-gnome2-extras/patches/patch-aa
x11/py-gnome2/DESCR
x11/py-gnome2/Makefile
x11/py-gnome2/PLIST
x11/py-gnome2/buildlink3.mk
x11/py-gnome2/distinfo
x11/py-gnome2/patches/patch-aa
x11/py-gnome2/patches/patch-ab
x11/py-gnome2/patches/patch-ac
x11/py-gtk2/DESCR
x11/py-gtk2/Makefile
x11/py-gtk2/PLIST
x11/py-gtk2/buildlink3.mk
x11/py-gtk2/distinfo
x11/py-gtk2/patches/patch-aa
x11/py-qt2-sip/DESCR
x11/py-qt2-sip/Makefile
x11/py-qt2-sip/PLIST
x11/py-qt2-sip/buildlink3.mk
x11/py-qt2-sip/distinfo
x11/py-qt2-sip/patches/patch-aa
x11/py-qt2-sip/patches/patch-ab
x11/py-qt2/DESCR
x11/py-qt2/Makefile
x11/py-qt2/PLIST
x11/py-qt2/distinfo
x11/py-qt2/patches/patch-aa
x11/py-qt2/patches/patch-ab
x11/py-qt2/patches/patch-ac
x11/py-qt3-base/DESCR
x11/py-qt3-base/Makefile
x11/py-qt3-base/Makefile.common
x11/py-qt3-base/PLIST.Darwin
x11/py-qt3-base/PLIST.X11
x11/py-qt3-base/PLIST.common
x11/py-qt3-base/PLIST.common_end
x11/py-qt3-base/buildlink3.mk
x11/py-qt3-base/distinfo
x11/py-qt3-base/patches/patch-aa
x11/py-qt3-base/patches/patch-ab
x11/py-qt3-base/patches/patch-ac
x11/py-qt3-modules/DESCR
x11/py-qt3-modules/Makefile
x11/py-qt3-modules/PLIST
x11/py-qt3-modules/buildlink3.mk
x11/py-qt3-modules/distinfo
x11/py-qt3-modules/patches/patch-aa
x11/py-qt3-qscintilla/DESCR
x11/py-qt3-qscintilla/Makefile
x11/py-qt3-qscintilla/PLIST
x11/py-qt3-qscintilla/distinfo
x11/py-qt3-qscintilla/patches/patch-aa
x11/py-qt3-sip/DESCR
x11/py-qt3-sip/Makefile
x11/py-qt3-sip/PLIST
x11/py-qt3-sip/buildlink3.mk
x11/py-qt3-sip/distinfo
x11/py-qt3-sip/patches/patch-aa
x11/py-qt3-sip/patches/patch-ab
x11/py-wxWidgets/DESCR
x11/py-wxWidgets/Makefile
x11/py-wxWidgets/PLIST
x11/py-wxWidgets/buildlink3.mk
x11/py-wxWidgets/distinfo
x11/qt1/DESCR
x11/qt1/MESSAGE
x11/qt1/Makefile
x11/qt1/PLIST
x11/qt1/buildlink3.mk
x11/qt1/distinfo
x11/qt1/files/enablegif.patch
x11/qt1/patches/patch-aa
x11/qt1/patches/patch-ab
x11/qt1/patches/patch-ac
x11/qt1/patches/patch-ad
x11/qt1/patches/patch-ae
x11/qt1/patches/patch-af
x11/qt1/patches/patch-ag
x11/qt2-designer/DESCR
x11/qt2-designer/Makefile
x11/qt2-designer/PLIST
x11/qt2-designer/buildlink3.mk
x11/qt2-docs/DESCR
x11/qt2-docs/Makefile
x11/qt2-docs/PLIST
x11/qt2-examples/DESCR
x11/qt2-examples/Makefile
x11/qt2-examples/PLIST
x11/qt2-libs/DESCR
x11/qt2-libs/MESSAGE
x11/qt2-libs/Makefile
x11/qt2-libs/Makefile.common
x11/qt2-libs/PLIST
x11/qt2-libs/buildlink3.mk
x11/qt2-libs/distinfo
x11/qt2-libs/files/license-acceptance
x11/qt2-libs/patches/patch-aa
x11/qt2-libs/patches/patch-ab
x11/qt2-libs/patches/patch-ac
x11/qt2-libs/patches/patch-ad
x11/qt2-libs/patches/patch-ae
x11/qt2-libs/patches/patch-af
x11/qt2-libs/patches/patch-ag
x11/qt2-libs/patches/patch-ah
x11/qt2-libs/patches/patch-ai
x11/qt2-libs/patches/patch-aj
x11/qt2-libs/patches/patch-ak
x11/qt2-libs/patches/patch-al
x11/qt2-libs/patches/patch-am
x11/qt2-libs/patches/patch-ao
x11/qt2-libs/patches/patch-ap
x11/qt2-libs/patches/patch-aq
x11/qt2-libs/patches/patch-ar
x11/qt2/DESCR
x11/qt2/Makefile
x11/qt2/Makefile.common
x11/qt3-docs/DESCR
x11/qt3-docs/Makefile
x11/qt3-docs/PLIST
x11/qt3-libs/DESCR
x11/qt3-libs/MESSAGE
x11/qt3-libs/Makefile
x11/qt3-libs/Makefile.common
x11/qt3-libs/PLIST
x11/qt3-libs/buildlink3.mk
x11/qt3-libs/distinfo
x11/qt3-libs/files/license-acceptance
x11/qt3-libs/files/qmake.conf
x11/qt3-libs/patches/patch-aa
x11/qt3-libs/patches/patch-ab
x11/qt3-libs/patches/patch-ac
x11/qt3-libs/patches/patch-ad
x11/qt3-libs/patches/patch-ae
x11/qt3-libs/patches/patch-af
x11/qt3-libs/patches/patch-ag
x11/qt3-libs/patches/patch-ah
x11/qt3-libs/patches/patch-ai
x11/qt3-libs/patches/patch-aj
x11/qt3-libs/patches/patch-ak
x11/qt3-libs/patches/patch-al
x11/qt3-libs/patches/patch-am
x11/qt3-libs/patches/patch-an
x11/qt3-libs/patches/patch-ao
x11/qt3-libs/patches/patch-ap
x11/qt3-libs/patches/patch-aq
x11/qt3-libs/patches/patch-ar
x11/qt3-libs/patches/patch-bb
x11/qt3-libs/patches/patch-bc
x11/qt3-libs/patches/patch-bd
x11/qt3-libs/patches/patch-ca
x11/qt3-libs/patches/patch-cb
x11/qt3-libs/patches/patch-cc
x11/qt3-libs/patches/patch-cd
x11/qt3-libs/patches/patch-ce
x11/qt3-libs/patches/patch-cf
x11/qt3-libs/patches/patch-cg
x11/qt3-libs/patches/patch-ia
x11/qt3-libs/patches/patch-ib
x11/qt3-mysql/DESCR
x11/qt3-mysql/Makefile
x11/qt3-mysql/PLIST
x11/qt3-pgsql/DESCR
x11/qt3-pgsql/Makefile
x11/qt3-pgsql/PLIST
x11/qt3-qscintilla/DESCR
x11/qt3-qscintilla/Makefile
x11/qt3-qscintilla/PLIST
x11/qt3-qscintilla/buildlink3.mk
x11/qt3-qscintilla/distinfo
x11/qt3-qscintilla/patches/patch-aa
x11/qt3-tools/DESCR
x11/qt3-tools/Makefile
x11/qt3-tools/PLIST
x11/qt3-tools/buildlink3.mk
x11/qt3/DESCR
x11/qt3/Makefile
x11/qt3/Makefile.common
x11/qt3/application.mk
x11/qt4-docs/DESCR
x11/qt4-docs/Makefile
x11/qt4-docs/PLIST
x11/qt4-libs/DESCR
x11/qt4-libs/MESSAGE
x11/qt4-libs/Makefile
x11/qt4-libs/Makefile.common
x11/qt4-libs/PLIST
x11/qt4-libs/buildlink3.mk
x11/qt4-libs/distinfo
x11/qt4-libs/files/license-acceptance
x11/qt4-libs/files/qmake.conf
x11/qt4-libs/options.mk
x11/qt4-libs/patches/patch-aa
x11/qt4-libs/patches/patch-ab
x11/qt4-libs/patches/patch-ac
x11/qt4-libs/patches/patch-ad
x11/qt4-libs/patches/patch-ae
x11/qt4-libs/patches/patch-af
x11/qt4-libs/patches/patch-ag
x11/qt4-libs/patches/patch-ah
x11/qt4-libs/patches/patch-ai
x11/qt4-libs/patches/patch-aj
x11/qt4-libs/patches/patch-ak
x11/qt4-libs/patches/patch-al
x11/qt4-libs/patches/patch-am
x11/qt4-libs/patches/patch-an
x11/qt4-libs/patches/patch-ao
x11/qt4-libs/patches/patch-ap
x11/qt4-libs/patches/patch-aq
x11/qt4-libs/patches/patch-ar
x11/qt4-pgsql/DESCR
x11/qt4-pgsql/Makefile
x11/qt4-pgsql/PLIST
x11/qt4-qdbus/DESCR
x11/qt4-qdbus/Makefile
x11/qt4-qdbus/PLIST
x11/qt4-qdbus/buildlink3.mk
x11/qt4-sqlite3/DESCR
x11/qt4-sqlite3/Makefile
x11/qt4-sqlite3/PLIST
x11/qt4-tiff/DESCR
x11/qt4-tiff/Makefile
x11/qt4-tiff/PLIST
x11/qt4-tools/DESCR
x11/qt4-tools/Makefile
x11/qt4-tools/PLIST
x11/qt4-tools/buildlink3.mk
x11/qt4/DESCR
x11/qt4/Makefile
x11/qt4/Makefile.common
x11/qtarch/DESCR
x11/qtarch/Makefile
x11/qtarch/PLIST
x11/qtarch/distinfo
x11/qtarch/patches/patch-aa
x11/qtarch/patches/patch-ab
x11/qtarch/patches/patch-ac
x11/qtarch/patches/patch-ad
x11/qwspritefield/DESCR
x11/qwspritefield/Makefile
x11/qwspritefield/PLIST
x11/qwspritefield/distinfo
x11/qwspritefield/patches/patch-aa
x11/qwspritefield/patches/patch-ab
x11/qwspritefield/patches/patch-ac
x11/qwt/DESCR
x11/qwt/Makefile
x11/qwt/PLIST
x11/qwt/distinfo
x11/qwt/files/Makefile.apps
x11/qwt/files/Makefile.common
x11/qwt/files/Makefile.lib
x11/qwt/patches/patch-pri
x11/qwt/patches/patch-srcpro
x11/randrproto/DESCR
x11/randrproto/Makefile
x11/randrproto/PLIST
x11/randrproto/buildlink3.mk
x11/randrproto/builtin.mk
x11/randrproto/distinfo
x11/ratmen/DESCR
x11/ratmen/Makefile
x11/ratmen/PLIST
x11/ratmen/distinfo
x11/ratmen/patches/patch-aa
x11/ratmen/patches/patch-ab
x11/recordproto/DESCR
x11/recordproto/Makefile
x11/recordproto/PLIST
x11/recordproto/buildlink3.mk
x11/recordproto/distinfo
x11/renderproto/DESCR
x11/renderproto/Makefile
x11/renderproto/PLIST
x11/renderproto/buildlink3.mk
x11/renderproto/builtin.mk
x11/renderproto/distinfo
x11/renderproto/patches/patch-aa
x11/rep-gtk2/DESCR
x11/rep-gtk2/Makefile
x11/rep-gtk2/PLIST
x11/rep-gtk2/distinfo
x11/rep-gtk2/patches/patch-aa
x11/rep-gtk2/patches/patch-ab
x11/resourceproto/DESCR
x11/resourceproto/Makefile
x11/resourceproto/PLIST
x11/resourceproto/buildlink3.mk
x11/resourceproto/distinfo
x11/rgb/DESCR
x11/rgb/Makefile
x11/rgb/PLIST
x11/rgb/distinfo
x11/rox-session/DESCR
x11/rox-session/Makefile
x11/rox-session/PLIST
x11/rox-session/distinfo
x11/rox-session/patches/patch-ab
x11/rox-session/patches/patch-ac
x11/rox-wallpaper/DESCR
x11/rox-wallpaper/Makefile
x11/rox-wallpaper/PLIST
x11/rox-wallpaper/distinfo
x11/ruby-gnome2-gnome/DESCR
x11/ruby-gnome2-gnome/Makefile
x11/ruby-gnome2-gnome/PLIST
x11/ruby-gnome2-gtk/DESCR
x11/ruby-gnome2-gtk/Makefile
x11/ruby-gnome2-gtk/PLIST
x11/ruby-gnome2-gtk/distinfo
x11/ruby-gnome2-gtk/patches/patch-aa
x11/ruby-gnome2-gtk/patches/patch-ab
x11/ruby-gnome2-panelapplet/DESCR
x11/ruby-gnome2-panelapplet/Makefile
x11/ruby-gnome2-panelapplet/PLIST
x11/ruby-gtk/DESCR
x11/ruby-gtk/Makefile
x11/ruby-gtk/PLIST
x11/ruby-gtk/distinfo
x11/ruby-gtk/patches/patch-aa
x11/ruby-tk/DESCR
x11/ruby-tk/Makefile
x11/ruby-tk/PLIST
x11/ruby-tk/distinfo
x11/ruby-tk/patches/patch-aa
x11/rxvt-unicode/DESCR
x11/rxvt-unicode/MESSAGE
x11/rxvt-unicode/Makefile
x11/rxvt-unicode/PLIST
x11/rxvt-unicode/distinfo
x11/rxvt-unicode/options.mk
x11/rxvt-unicode/patches/patch-aa
x11/rxvt-unicode/patches/patch-ab
x11/rxvt/DESCR
x11/rxvt/MESSAGE
x11/rxvt/Makefile
x11/rxvt/PLIST
x11/rxvt/distinfo
x11/rxvt/files/Rxvt
x11/rxvt/patches/patch-aa
x11/rxvt/patches/patch-ab
x11/rxvt/patches/patch-ac
x11/rxvt/patches/patch-ad
x11/rxvt/patches/patch-ae
x11/rxvt/patches/patch-af
x11/rxvt/patches/patch-ag
x11/rxvt/patches/patch-ah
x11/rxvt/patches/patch-ai
x11/rxvt/patches/patch-aj
x11/rxvt/patches/patch-ak
x11/rxvt/patches/patch-al
x11/rxvt/patches/patch-am
x11/scrnsaverproto/DESCR
x11/scrnsaverproto/Makefile
x11/scrnsaverproto/PLIST
x11/scrnsaverproto/buildlink3.mk
x11/scrnsaverproto/distinfo
x11/sessreg/DESCR
x11/sessreg/Makefile
x11/sessreg/PLIST
x11/sessreg/distinfo
x11/sessreg/patches/patch-ab
x11/setxkbmap/DESCR
x11/setxkbmap/Makefile
x11/setxkbmap/PLIST
x11/setxkbmap/distinfo
x11/slock/DESCR
x11/slock/Makefile
x11/slock/PLIST
x11/slock/distinfo
x11/speyes/DESCR
x11/speyes/Makefile
x11/speyes/PLIST
x11/speyes/distinfo
x11/speyes/patches/patch-aa
x11/ssystem/DESCR
x11/ssystem/Makefile
x11/ssystem/PLIST
x11/ssystem/distinfo
x11/ssystem/patches/patch-aa
x11/ssystem/patches/patch-ab
x11/ssystem/patches/patch-ac
x11/stalonetray/DESCR
x11/stalonetray/Makefile
x11/stalonetray/PLIST
x11/stalonetray/distinfo
x11/stalonetray/patches/patch-pa
x11/startup-notification/DESCR
x11/startup-notification/Makefile
x11/startup-notification/PLIST
x11/startup-notification/buildlink3.mk
x11/startup-notification/distinfo
x11/swing/DESCR
x11/swing/Makefile
x11/swing/PLIST
x11/swing/distinfo
x11/tile/DESCR
x11/tile/Makefile
x11/tile/PLIST
x11/tile/distinfo
x11/tile/patches/patch-aa
x11/tile/patches/patch-ab
x11/tk-BWidget/DESCR
x11/tk-BWidget/Makefile
x11/tk-BWidget/PLIST
x11/tk-BWidget/buildlink3.mk
x11/tk-BWidget/distinfo
x11/tk-Tix/DESCR
x11/tk-Tix/Makefile
x11/tk-Tix/PLIST
x11/tk-Tix/distinfo
x11/tk-Tix/interpreter.mk
x11/tk-Tix/patches/patch-aa
x11/tk-Tix/patches/patch-ab
x11/tk-Tix/patches/patch-ac
x11/tk-Tix/patches/patch-ad
x11/tk/DESCR
x11/tk/Makefile
x11/tk/Makefile.version
x11/tk/PLIST
x11/tk/buildlink3.mk
x11/tk/distinfo
x11/tk/patches/patch-aa
x11/tk/patches/patch-ab
x11/tk/patches/patch-ac
x11/tk/patches/patch-ad
x11/tk83/DESCR
x11/tk83/Makefile
x11/tk83/PLIST
x11/tk83/buildlink3.mk
x11/tk83/distinfo
x11/tk83/patches/patch-aa
x11/tk83/patches/patch-ab
x11/tk83/patches/patch-ac
x11/tk83/patches/patch-ad
x11/tk83/patches/patch-ae
x11/tkinfo/DESCR
x11/tkinfo/Makefile
x11/tkinfo/PLIST
x11/tkinfo/distinfo
x11/tkinfo/patches/patch-aa
x11/tkman/DESCR
x11/tkman/MESSAGE
x11/tkman/Makefile
x11/tkman/PLIST
x11/tkman/distinfo
x11/tkman/files/mkindex
x11/tkman/patches/patch-aa
x11/tkman/patches/patch-ab
x11/tkman/patches/patch-ac
x11/tkman/patches/patch-ad
x11/transset-df/DESCR
x11/transset-df/Makefile
x11/transset-df/PLIST
x11/transset-df/distinfo
x11/trapproto/DESCR
x11/trapproto/Makefile
x11/trapproto/PLIST
x11/trapproto/buildlink3.mk
x11/trapproto/distinfo
x11/tzosdclock/DESCR
x11/tzosdclock/Makefile
x11/tzosdclock/PLIST
x11/tzosdclock/distinfo
x11/tzosdclock/patches/patch-aa
x11/unclutter/DESCR
x11/unclutter/Makefile
x11/unclutter/PLIST
x11/unclutter/distinfo
x11/videoproto/DESCR
x11/videoproto/Makefile
x11/videoproto/PLIST
x11/videoproto/buildlink3.mk
x11/videoproto/distinfo
x11/vte/DESCR
x11/vte/Makefile
x11/vte/PLIST
x11/vte/buildlink3.mk
x11/vte/distinfo
x11/vte/patches/patch-aa
x11/vte/patches/patch-ac
x11/vte/patches/patch-af
x11/vte/patches/patch-ah
x11/vte/patches/patch-ai
x11/wdm/DESCR
x11/wdm/MESSAGE
x11/wdm/Makefile
x11/wdm/PLIST
x11/wdm/distinfo
x11/wdm/files/wdm.sh
x11/wdm/patches/patch-aa
x11/wdm/patches/patch-ab
x11/wmavgload/DESCR
x11/wmavgload/Makefile
x11/wmavgload/PLIST
x11/wmavgload/distinfo
x11/wmavgload/patches/patch-aa
x11/wmavgload/patches/patch-ab
x11/wmavgload/patches/patch-ac
x11/wmfire/DESCR
x11/wmfire/Makefile
x11/wmfire/PLIST
x11/wmfire/distinfo
x11/wmfstatus/DESCR
x11/wmfstatus/Makefile
x11/wmfstatus/PLIST
x11/wmfstatus/distinfo
x11/wmfstatus/patches/patch-aa
x11/wmweather/DESCR
x11/wmweather/Makefile
x11/wmweather/PLIST
x11/wmweather/distinfo
x11/wmweather/patches/patch-aa
x11/worker/DESCR
x11/worker/Makefile
x11/worker/PLIST
x11/worker/distinfo
x11/worker/patches/patch-aa
x11/wterm/DESCR
x11/wterm/Makefile
x11/wterm/PLIST
x11/wterm/distinfo
x11/wterm/patches/patch-aa
x11/wterm/patches/patch-ab
x11/wterm/patches/patch-ac
x11/wterm/patches/patch-ad
x11/wterm/patches/patch-ae
x11/wxGTK-contrib/DESCR
x11/wxGTK-contrib/Makefile
x11/wxGTK-contrib/PLIST
x11/wxGTK-contrib/buildlink3.mk
x11/wxGTK/DESCR
x11/wxGTK/Makefile
x11/wxGTK/Makefile.common
x11/wxGTK/PLIST
x11/wxGTK/PLIST.Darwin
x11/wxGTK/buildlink3.mk
x11/wxGTK/distinfo
x11/wxGTK/hacks.mk
x11/wxGTK/patches/manual-bakefile.diff
x11/wxGTK/patches/manual-regen.diff
x11/wxGTK/patches/patch-aa
x11/wxGTK/patches/patch-ab
x11/wxGTK24/DESCR
x11/wxGTK24/Makefile
x11/wxGTK24/Makefile.common
x11/wxGTK24/PLIST
x11/wxGTK24/buildlink3.mk
x11/wxGTK24/distinfo
x11/wxGTK24/patches/patch-aa
x11/wxGTK24/patches/patch-ab
x11/wxGTK24/patches/patch-ac
x11/wxGTK24/patches/patch-ad
x11/wxGTK24/patches/patch-ae
x11/wxGTK24/patches/patch-af
x11/wxGTK24/patches/patch-ag
x11/wxGTK24/patches/patch-ah
x11/wxGTK24/patches/patch-ai
x11/wxWindows-docs/DESCR
x11/wxWindows-docs/Makefile
x11/wxWindows-docs/PLIST
x11/wxWindows-docs/distinfo
x11/wxhaskell/DESCR
x11/wxhaskell/Makefile
x11/wxhaskell/PLIST
x11/wxhaskell/distinfo
x11/wxhaskell/patches/patch-aa
x11/x11perf/DESCR
x11/x11perf/Makefile
x11/x11perf/PLIST
x11/x11perf/distinfo
x11/x11vnc/DESCR
x11/x11vnc/Makefile
x11/x11vnc/PLIST
x11/x11vnc/distinfo
x11/x2x/DESCR
x11/x2x/Makefile
x11/x2x/PLIST
x11/x2x/distinfo
x11/x2x/patches/patch-aa
x11/x3270/DESCR
x11/x3270/Makefile
x11/x3270/PLIST
x11/x3270/distinfo
x11/x3270/patches/patch-aa
x11/xaniroc/DESCR
x11/xaniroc/Makefile
x11/xaniroc/PLIST
x11/xaniroc/distinfo
x11/xaniroc/patches/patch-aa
x11/xauth/DESCR
x11/xauth/Makefile
x11/xauth/PLIST
x11/xauth/distinfo
x11/xautolock/DESCR
x11/xautolock/Makefile
x11/xautolock/PLIST
x11/xautolock/distinfo
x11/xautolock/patches/patch-aa
x11/xautolock/patches/patch-ab
x11/xbacklight/DESCR
x11/xbacklight/Makefile
x11/xbacklight/PLIST
x11/xbacklight/distinfo
x11/xbanner/DESCR
x11/xbanner/Makefile
x11/xbanner/PLIST
x11/xbanner/distinfo
x11/xbanner/patches/patch-aa
x11/xbanner/patches/patch-ab
x11/xbanner/patches/patch-ac
x11/xbanner/patches/patch-ad
x11/xbanner/patches/patch-ae
x11/xbanner/patches/patch-af
x11/xbanner/patches/patch-ag
x11/xbanner/patches/patch-ah
x11/xbanner/patches/patch-ai
x11/xbanner/patches/patch-aj
x11/xbindkeys-tk/DESCR
x11/xbindkeys-tk/Makefile
x11/xbindkeys-tk/PLIST
x11/xbindkeys/DESCR
x11/xbindkeys/Makefile
x11/xbindkeys/Makefile.common
x11/xbindkeys/PLIST
x11/xbindkeys/distinfo
x11/xbitmaps/DESCR
x11/xbitmaps/Makefile
x11/xbitmaps/PLIST
x11/xbitmaps/buildlink3.mk
x11/xbitmaps/distinfo
x11/xcalc/DESCR
x11/xcalc/Makefile
x11/xcalc/PLIST
x11/xcalc/distinfo
x11/xcb/DESCR
x11/xcb/Makefile
x11/xcb/PLIST
x11/xcb/distinfo
x11/xclip/DESCR
x11/xclip/Makefile
x11/xclip/PLIST
x11/xclip/distinfo
x11/xclock/DESCR
x11/xclock/Makefile
x11/xclock/PLIST
x11/xclock/distinfo
x11/xcmiscproto/DESCR
x11/xcmiscproto/Makefile
x11/xcmiscproto/PLIST
x11/xcmiscproto/buildlink3.mk
x11/xcmiscproto/distinfo
x11/xcolors/DESCR
x11/xcolors/Makefile
x11/xcolors/PLIST
x11/xcolors/distinfo
x11/xcolors/patches/patch-aa
x11/xcolorsel/DESCR
x11/xcolorsel/Makefile
x11/xcolorsel/PLIST
x11/xcolorsel/distinfo
x11/xcolorsel/patches/patch-aa
x11/xcolorsel/patches/patch-ab
x11/xcolorsel/patches/patch-ac
x11/xcolorsel/patches/patch-ad
x11/xcolorsel/patches/patch-ae
x11/xcolorsel/patches/patch-af
x11/xcolorsel/patches/patch-ag
x11/xcolorsel/patches/patch-ah
x11/xcolorsel/patches/patch-ai
x11/xcompmgr/DESCR
x11/xcompmgr/Makefile
x11/xcompmgr/PLIST
x11/xcompmgr/distinfo
x11/xconsole/DESCR
x11/xconsole/Makefile
x11/xconsole/PLIST
x11/xconsole/distinfo
x11/xcruise/DESCR
x11/xcruise/Makefile
x11/xcruise/PLIST
x11/xcruise/distinfo
x11/xcruise/patches/patch-aa
x11/xcursor/DESCR
x11/xcursor/Makefile
x11/xcursor/PLIST
x11/xcursor/buildlink3.mk
x11/xcursor/builtin.mk
x11/xcursor/distinfo
x11/xcursorgen/DESCR
x11/xcursorgen/Makefile
x11/xcursorgen/PLIST
x11/xcursorgen/distinfo
x11/xcursorgen/patches/patch-aa
x11/xcursorgen/patches/patch-ab
x11/xcursorgen/patches/patch-ac
x11/xdaemon/DESCR
x11/xdaemon/Makefile
x11/xdaemon/PLIST
x11/xdaemon/distinfo
x11/xdaemon2/DESCR
x11/xdaemon2/Makefile
x11/xdaemon2/PLIST
x11/xdaemon2/distinfo
x11/xdesktopwaves/DESCR
x11/xdesktopwaves/Makefile
x11/xdesktopwaves/PLIST
x11/xdesktopwaves/distinfo
x11/xdialog/DESCR
x11/xdialog/Makefile
x11/xdialog/PLIST
x11/xdialog/distinfo
x11/xdialog/patches/patch-aa
x11/xdialog/patches/patch-ab
x11/xdialog/patches/patch-ac
x11/xdialog/patches/patch-ad
x11/xdialog/patches/patch-ae
x11/xdm/DESCR
x11/xdm/Makefile
x11/xdm/PLIST
x11/xdm/distinfo
x11/xdm/files/xdm.sh
x11/xdm/options.mk
x11/xdm/patches/patch-aa
x11/xdm3d/DESCR
x11/xdm3d/Makefile
x11/xdm3d/PLIST
x11/xdm3d/distinfo
x11/xdm3d/patches/patch-aa
x11/xdm3d/patches/patch-ab
x11/xdm3d/patches/patch-ac
x11/xdm3d/patches/patch-ad
x11/xdpyinfo/DESCR
x11/xdpyinfo/Makefile
x11/xdpyinfo/PLIST
x11/xdpyinfo/distinfo
x11/xearth/DESCR
x11/xearth/Makefile
x11/xearth/PLIST
x11/xearth/distinfo
x11/xearth/patches/patch-aa
x11/xephem/DESCR
x11/xephem/Makefile
x11/xephem/PLIST
x11/xephem/distinfo
x11/xephem/files/XEphem.ad
x11/xephem/patches/patch-aa
x11/xev/DESCR
x11/xev/Makefile
x11/xev/PLIST
x11/xev/distinfo
x11/xextproto/DESCR
x11/xextproto/Makefile
x11/xextproto/PLIST
x11/xextproto/buildlink3.mk
x11/xextproto/builtin.mk
x11/xextproto/distinfo
x11/xeyes/DESCR
x11/xeyes/Makefile
x11/xeyes/PLIST
x11/xeyes/distinfo
x11/xf86-input-keyboard/DESCR
x11/xf86-input-keyboard/Makefile
x11/xf86-input-keyboard/PLIST
x11/xf86-input-keyboard/distinfo
x11/xf86-input-keyboard/patches/patch-aa
x11/xf86-input-keyboard/patches/patch-ab
x11/xf86-input-mouse/DESCR
x11/xf86-input-mouse/Makefile
x11/xf86-input-mouse/PLIST
x11/xf86-input-mouse/distinfo
x11/xf86-input-mouse/patches/patch-aa
x11/xf86-input-void/DESCR
x11/xf86-input-void/Makefile
x11/xf86-input-void/PLIST
x11/xf86-input-void/distinfo
x11/xf86-video-apm/DESCR
x11/xf86-video-apm/Makefile
x11/xf86-video-apm/PLIST
x11/xf86-video-apm/distinfo
x11/xf86-video-apm/patches/patch-aa
x11/xf86-video-ark/DESCR
x11/xf86-video-ark/Makefile
x11/xf86-video-ark/PLIST
x11/xf86-video-ark/distinfo
x11/xf86-video-ast/DESCR
x11/xf86-video-ast/Makefile
x11/xf86-video-ast/PLIST
x11/xf86-video-ast/distinfo
x11/xf86-video-ati/DESCR
x11/xf86-video-ati/Makefile
x11/xf86-video-ati/PLIST
x11/xf86-video-ati/distinfo
x11/xf86-video-ati/patches/patch-aa
x11/xf86-video-ati/patches/patch-ab
x11/xf86-video-ati/patches/patch-ac
x11/xf86-video-chips/DESCR
x11/xf86-video-chips/Makefile
x11/xf86-video-chips/PLIST
x11/xf86-video-chips/distinfo
x11/xf86-video-chips/patches/patch-aa
x11/xf86-video-cirrus/DESCR
x11/xf86-video-cirrus/Makefile
x11/xf86-video-cirrus/PLIST
x11/xf86-video-cirrus/distinfo
x11/xf86-video-cyrix/DESCR
x11/xf86-video-cyrix/Makefile
x11/xf86-video-cyrix/PLIST
x11/xf86-video-cyrix/distinfo
x11/xf86-video-cyrix/patches/patch-aa
x11/xf86-video-glint/DESCR
x11/xf86-video-glint/Makefile
x11/xf86-video-glint/PLIST
x11/xf86-video-glint/distinfo
x11/xf86-video-glint/patches/patch-aa
x11/xf86-video-glint/patches/patch-ab
x11/xf86-video-i128/DESCR
x11/xf86-video-i128/Makefile
x11/xf86-video-i128/PLIST
x11/xf86-video-i128/distinfo
x11/xf86-video-i128/patches/patch-aa
x11/xf86-video-i740/DESCR
x11/xf86-video-i740/Makefile
x11/xf86-video-i740/PLIST
x11/xf86-video-i740/distinfo
x11/xf86-video-i740/patches/patch-aa
x11/xf86-video-i810/DESCR
x11/xf86-video-i810/Makefile
x11/xf86-video-i810/PLIST
x11/xf86-video-i810/distinfo
x11/xf86-video-i810/patches/patch-aa
x11/xf86-video-i810/patches/patch-ab
x11/xf86-video-imstt/DESCR
x11/xf86-video-imstt/Makefile
x11/xf86-video-imstt/PLIST
x11/xf86-video-imstt/distinfo
x11/xf86-video-intel/DESCR
x11/xf86-video-intel/Makefile
x11/xf86-video-intel/PLIST
x11/xf86-video-intel/distinfo
x11/xf86-video-intel/patches/patch-ab
x11/xf86-video-intel/patches/patch-ad
x11/xf86-video-mga/DESCR
x11/xf86-video-mga/Makefile
x11/xf86-video-mga/PLIST
x11/xf86-video-mga/distinfo
x11/xf86-video-mga/patches/patch-aa
x11/xf86-video-mga/patches/patch-ab
x11/xf86-video-neomagic/DESCR
x11/xf86-video-neomagic/Makefile
x11/xf86-video-neomagic/PLIST
x11/xf86-video-neomagic/distinfo
x11/xf86-video-nsc/DESCR
x11/xf86-video-nsc/Makefile
x11/xf86-video-nsc/PLIST
x11/xf86-video-nsc/distinfo
x11/xf86-video-nv/DESCR
x11/xf86-video-nv/Makefile
x11/xf86-video-nv/PLIST
x11/xf86-video-nv/distinfo
x11/xf86-video-nvxbox/DESCR
x11/xf86-video-nvxbox/Makefile
x11/xf86-video-nvxbox/PLIST
x11/xf86-video-nvxbox/distinfo
x11/xf86-video-radeonhd/DESCR
x11/xf86-video-radeonhd/Makefile
x11/xf86-video-radeonhd/PLIST
x11/xf86-video-radeonhd/distinfo
x11/xf86-video-radeonhd/patches/patch-aa
x11/xf86-video-rendition/DESCR
x11/xf86-video-rendition/Makefile
x11/xf86-video-rendition/PLIST
x11/xf86-video-rendition/distinfo
x11/xf86-video-rendition/patches/patch-aa
x11/xf86-video-s3/DESCR
x11/xf86-video-s3/Makefile
x11/xf86-video-s3/PLIST
x11/xf86-video-s3/distinfo
x11/xf86-video-s3virge/DESCR
x11/xf86-video-s3virge/Makefile
x11/xf86-video-s3virge/PLIST
x11/xf86-video-s3virge/distinfo
x11/xf86-video-s3virge/patches/patch-aa
x11/xf86-video-savage/DESCR
x11/xf86-video-savage/Makefile
x11/xf86-video-savage/PLIST
x11/xf86-video-savage/distinfo
x11/xf86-video-savage/patches/patch-aa
x11/xf86-video-savage/patches/patch-ab
x11/xf86-video-siliconmotion/DESCR
x11/xf86-video-siliconmotion/Makefile
x11/xf86-video-siliconmotion/PLIST
x11/xf86-video-siliconmotion/distinfo
x11/xf86-video-sis/DESCR
x11/xf86-video-sis/Makefile
x11/xf86-video-sis/PLIST
x11/xf86-video-sis/distinfo
x11/xf86-video-sis/patches/patch-aa
x11/xf86-video-sis/patches/patch-ab
x11/xf86-video-sis/patches/patch-ac
x11/xf86-video-tdfx/DESCR
x11/xf86-video-tdfx/Makefile
x11/xf86-video-tdfx/PLIST
x11/xf86-video-tdfx/distinfo
x11/xf86-video-tdfx/patches/patch-aa
x11/xf86-video-tdfx/patches/patch-ab
x11/xf86-video-tdfx/patches/patch-ac
x11/xf86-video-tdfx/patches/patch-ad
x11/xf86-video-tga/DESCR
x11/xf86-video-tga/Makefile
x11/xf86-video-tga/PLIST
x11/xf86-video-tga/distinfo
x11/xf86-video-tga/patches/patch-aa
x11/xf86-video-trident/DESCR
x11/xf86-video-trident/Makefile
x11/xf86-video-trident/PLIST
x11/xf86-video-trident/distinfo
x11/xf86-video-tseng/DESCR
x11/xf86-video-tseng/Makefile
x11/xf86-video-tseng/PLIST
x11/xf86-video-tseng/distinfo
x11/xf86-video-vesa/DESCR
x11/xf86-video-vesa/Makefile
x11/xf86-video-vesa/PLIST
x11/xf86-video-vesa/distinfo
x11/xf86-video-vesa/patches/patch-aa
x11/xf86-video-vga/DESCR
x11/xf86-video-vga/Makefile
x11/xf86-video-vga/PLIST
x11/xf86-video-vga/distinfo
x11/xf86-video-via/DESCR
x11/xf86-video-via/Makefile
x11/xf86-video-via/PLIST
x11/xf86-video-via/distinfo
x11/xf86-video-via/patches/patch-aa
x11/xf86-video-via/patches/patch-ab
x11/xf86-video-vmware/DESCR
x11/xf86-video-vmware/Makefile
x11/xf86-video-vmware/PLIST
x11/xf86-video-vmware/distinfo
x11/xf86-video-wsfb/DESCR
x11/xf86-video-wsfb/Makefile
x11/xf86-video-wsfb/PLIST
x11/xf86-video-wsfb/distinfo
x11/xf86bigfontproto/DESCR
x11/xf86bigfontproto/Makefile
x11/xf86bigfontproto/PLIST
x11/xf86bigfontproto/buildlink3.mk
x11/xf86bigfontproto/distinfo
x11/xf86dgaproto/DESCR
x11/xf86dgaproto/Makefile
x11/xf86dgaproto/PLIST
x11/xf86dgaproto/buildlink3.mk
x11/xf86dgaproto/distinfo
x11/xf86driproto/DESCR
x11/xf86driproto/Makefile
x11/xf86driproto/PLIST
x11/xf86driproto/buildlink3.mk
x11/xf86driproto/distinfo
x11/xf86miscproto/DESCR
x11/xf86miscproto/Makefile
x11/xf86miscproto/PLIST
x11/xf86miscproto/buildlink3.mk
x11/xf86miscproto/distinfo
x11/xf86vidmodeproto/DESCR
x11/xf86vidmodeproto/Makefile
x11/xf86vidmodeproto/PLIST
x11/xf86vidmodeproto/buildlink3.mk
x11/xf86vidmodeproto/distinfo
x11/xfce3/DESCR
x11/xfce3/Makefile
x11/xfce3/PLIST
x11/xfce3/distinfo
x11/xfce3/patches/patch-aa
x11/xfce3/patches/patch-ab
x11/xfce3/patches/patch-ac
x11/xfce3/patches/patch-ad
x11/xfce3/patches/patch-ae
x11/xfce4-clipman-plugin/DESCR
x11/xfce4-clipman-plugin/Makefile
x11/xfce4-clipman-plugin/PLIST
x11/xfce4-clipman-plugin/buildlink3.mk
x11/xfce4-clipman-plugin/distinfo
x11/xfce4-desktop/DESCR
x11/xfce4-desktop/Makefile
x11/xfce4-desktop/PLIST
x11/xfce4-desktop/buildlink3.mk
x11/xfce4-desktop/distinfo
x11/xfce4-desktop/patches/patch-aa
x11/xfce4-desktop/patches/patch-ab
x11/xfce4-exo/DESCR
x11/xfce4-exo/Makefile
x11/xfce4-exo/PLIST
x11/xfce4-exo/buildlink3.mk
x11/xfce4-exo/distinfo
x11/xfce4-exo/patches/patch-ad
x11/xfce4-eyes-plugin/DESCR
x11/xfce4-eyes-plugin/Makefile
x11/xfce4-eyes-plugin/PLIST
x11/xfce4-eyes-plugin/buildlink3.mk
x11/xfce4-eyes-plugin/distinfo
x11/xfce4-gtk2-engine/DESCR
x11/xfce4-gtk2-engine/Makefile
x11/xfce4-gtk2-engine/PLIST
x11/xfce4-gtk2-engine/buildlink3.mk
x11/xfce4-gtk2-engine/distinfo
x11/xfce4-mcs-manager/DESCR
x11/xfce4-mcs-manager/Makefile
x11/xfce4-mcs-manager/PLIST
x11/xfce4-mcs-manager/buildlink3.mk
x11/xfce4-mcs-manager/distinfo
x11/xfce4-mcs-plugins/DESCR
x11/xfce4-mcs-plugins/Makefile
x11/xfce4-mcs-plugins/PLIST
x11/xfce4-mcs-plugins/buildlink3.mk
x11/xfce4-mcs-plugins/distinfo
x11/xfce4-notes-plugin/DESCR
x11/xfce4-notes-plugin/Makefile
x11/xfce4-notes-plugin/PLIST
x11/xfce4-notes-plugin/buildlink3.mk
x11/xfce4-notes-plugin/distinfo
x11/xfce4-panel/DESCR
x11/xfce4-panel/Makefile
x11/xfce4-panel/PLIST
x11/xfce4-panel/buildlink3.mk
x11/xfce4-panel/distinfo
x11/xfce4-panel/patches/patch-aa
x11/xfce4-places-plugin/DESCR
x11/xfce4-places-plugin/Makefile
x11/xfce4-places-plugin/PLIST
x11/xfce4-places-plugin/buildlink3.mk
x11/xfce4-places-plugin/distinfo
x11/xfce4-screenshooter-plugin/DESCR
x11/xfce4-screenshooter-plugin/Makefile
x11/xfce4-screenshooter-plugin/PLIST
x11/xfce4-screenshooter-plugin/buildlink3.mk
x11/xfce4-screenshooter-plugin/distinfo
x11/xfce4-session/DESCR
x11/xfce4-session/Makefile
x11/xfce4-session/PLIST
x11/xfce4-session/buildlink3.mk
x11/xfce4-session/distinfo
x11/xfce4-session/patches/patch-aa
x11/xfce4-terminal/DESCR
x11/xfce4-terminal/Makefile
x11/xfce4-terminal/PLIST
x11/xfce4-terminal/buildlink3.mk
x11/xfce4-terminal/distinfo
x11/xfce4-utils/DESCR
x11/xfce4-utils/MESSAGE
x11/xfce4-utils/Makefile
x11/xfce4-utils/PLIST
x11/xfce4-utils/buildlink3.mk
x11/xfce4-utils/distinfo
x11/xfce4-utils/options.mk
x11/xfce4-utils/patches/patch-aa
x11/xfishtank/DESCR
x11/xfishtank/Makefile
x11/xfishtank/PLIST
x11/xfishtank/distinfo
x11/xfishtank/patches/patch-aa
x11/xfishtank/patches/patch-ab
x11/xflame/DESCR
x11/xflame/Makefile
x11/xflame/PLIST
x11/xflame/distinfo
x11/xflame/patches/patch-aa
x11/xflame/patches/patch-ab
x11/xfontsel/DESCR
x11/xfontsel/Makefile
x11/xfontsel/PLIST
x11/xfontsel/distinfo
x11/xforms/DESCR
x11/xforms/Makefile
x11/xforms/PLIST
x11/xforms/buildlink3.mk
x11/xforms/distinfo
x11/xforms/patches/patch-aa
x11/xforms/patches/patch-ab
x11/xforms/patches/patch-ac
x11/xforms/patches/patch-ad
x11/xforms/patches/patch-ae
x11/xforms/patches/patch-af
x11/xforms/patches/patch-ag
x11/xforms/patches/patch-ah
x11/xfstt/DESCR
x11/xfstt/MESSAGE
x11/xfstt/Makefile
x11/xfstt/PLIST
x11/xfstt/distinfo
x11/xfstt/files/xfstt.sh
x11/xfstt/patches/patch-aa
x11/xfstt/patches/patch-ab
x11/xfstt/patches/patch-ac
x11/xfstt/patches/patch-ae
x11/xfstt/patches/patch-af
x11/xfstt/patches/patch-ag
x11/xfstt/patches/patch-ah
x11/xfstt/patches/patch-ai
x11/xfstt/patches/patch-aj
x11/xfstt/patches/patch-ak
x11/xfstt/patches/patch-al
x11/xfstt/patches/patch-am
x11/xfstt/patches/patch-an
x11/xfstt/patches/patch-ao
x11/xfstt/patches/patch-ap
x11/xfstt/patches/patch-aq
x11/xfstt/patches/patch-ar
x11/xfstt/patches/patch-as
x11/xfstt/patches/patch-at
x11/xgamma/DESCR
x11/xgamma/Makefile
x11/xgamma/PLIST
x11/xgamma/distinfo
x11/xgas/DESCR
x11/xgas/Makefile
x11/xgas/PLIST
x11/xgas/distinfo
x11/xglobe/DESCR
x11/xglobe/Makefile
x11/xglobe/PLIST
x11/xglobe/distinfo
x11/xglobe/patches/patch-aa
x11/xglobe/patches/patch-ab
x11/xglobe/patches/patch-ac
x11/xglobe/patches/patch-ad
x11/xgrk/DESCR
x11/xgrk/Makefile
x11/xgrk/PLIST
x11/xgrk/distinfo
x11/xgrk/patches/patch-aa
x11/xgrk/patches/patch-ab
x11/xhangglider/DESCR
x11/xhangglider/Makefile
x11/xhangglider/PLIST
x11/xhangglider/distinfo
x11/xhangglider/patches/patch-aa
x11/xhangglider/patches/patch-ab
x11/xhangglider/patches/patch-ac
x11/xhangglider/patches/patch-ad
x11/xhost/DESCR
x11/xhost/Makefile
x11/xhost/PLIST
x11/xhost/distinfo
x11/xhost/options.mk
x11/xineramaproto/DESCR
x11/xineramaproto/Makefile
x11/xineramaproto/PLIST
x11/xineramaproto/buildlink3.mk
x11/xineramaproto/builtin.mk
x11/xineramaproto/distinfo
x11/xinit/DESCR
x11/xinit/Makefile
x11/xinit/PLIST
x11/xinit/distinfo
x11/xinit/patches/patch-aa
x11/xinput/DESCR
x11/xinput/Makefile
x11/xinput/PLIST
x11/xinput/distinfo
x11/xjman/DESCR
x11/xjman/MESSAGE
x11/xjman/Makefile
x11/xjman/PLIST
x11/xjman/distinfo
x11/xjman/files/COPYRIGHT
x11/xjman/files/COPYRIGHT.XJDP
x11/xjman/files/Makefile
x11/xjman/files/Makefile.inc
x11/xkbcomp/DESCR
x11/xkbcomp/Makefile
x11/xkbcomp/PLIST
x11/xkbcomp/distinfo
x11/xkbd/DESCR
x11/xkbd/Makefile
x11/xkbd/PLIST
x11/xkbd/distinfo
x11/xkbd/patches/patch-aa
x11/xkbd/patches/patch-ab
x11/xkbdata/DESCR
x11/xkbdata/Makefile
x11/xkbdata/PLIST
x11/xkbdata/distinfo
x11/xkbset/DESCR
x11/xkbset/Makefile
x11/xkbset/PLIST
x11/xkbset/distinfo
x11/xkbset/patches/patch-aa
x11/xkbset/patches/patch-ab
x11/xkeyboard-config/DEINSTALL
x11/xkeyboard-config/DESCR
x11/xkeyboard-config/INSTALL
x11/xkeyboard-config/Makefile
x11/xkeyboard-config/PLIST
x11/xkeyboard-config/distinfo
x11/xkeyboard-config/files/aclocal.m4
x11/xkeyboard-config/patches/patch-aa
x11/xkeyboard-config/patches/patch-ab
x11/xkeyboard-config/patches/patch-ac
x11/xkeycaps/DESCR
x11/xkeycaps/Makefile
x11/xkeycaps/PLIST
x11/xkeycaps/distinfo
x11/xkeycaps/patches/patch-aa
x11/xkill/DESCR
x11/xkill/Makefile
x11/xkill/PLIST
x11/xkill/distinfo
x11/xless/DESCR
x11/xless/Makefile
x11/xless/PLIST
x11/xless/distinfo
x11/xless/patches/patch-aa
x11/xload/DESCR
x11/xload/Makefile
x11/xload/PLIST
x11/xload/distinfo
x11/xlockmore-lite/DESCR
x11/xlockmore-lite/Makefile
x11/xlockmore/DESCR
x11/xlockmore/Makefile
x11/xlockmore/Makefile.common
x11/xlockmore/PLIST
x11/xlockmore/distinfo
x11/xlockmore/patches/patch-aa
x11/xlockmore/patches/patch-ab
x11/xlockmore/patches/patch-ac
x11/xlockmore/patches/patch-ad
x11/xlockmore/patches/patch-ae
x11/xlogo/DESCR
x11/xlogo/Makefile
x11/xlogo/PLIST
x11/xlogo/distinfo
x11/xlogout/DESCR
x11/xlogout/Makefile
x11/xlogout/PLIST
x11/xlogout/distinfo
x11/xlogout/patches/patch-aa
x11/xlsclients/DESCR
x11/xlsclients/Makefile
x11/xlsclients/PLIST
x11/xlsclients/distinfo
x11/xlupe/DESCR
x11/xlupe/Makefile
x11/xlupe/PLIST
x11/xlupe/distinfo
x11/xmag/DESCR
x11/xmag/Makefile
x11/xmag/PLIST
x11/xmag/distinfo
x11/xman/DESCR
x11/xman/Makefile
x11/xman/PLIST
x11/xman/distinfo
x11/xman/patches/patch-aa
x11/xman/patches/patch-ab
x11/xmascot/DESCR
x11/xmascot/Makefile
x11/xmascot/PLIST
x11/xmascot/distinfo
x11/xmascot/patches/patch-aa
x11/xmessage/DESCR
x11/xmessage/Makefile
x11/xmessage/PLIST
x11/xmessage/distinfo
x11/xmessage/patches/patch-aa
x11/xmindpath/DESCR
x11/xmindpath/Makefile
x11/xmindpath/PLIST
x11/xmindpath/distinfo
x11/xmindpath/patches/patch-aa
x11/xmindpath/patches/patch-ab
x11/xmindpath/patches/patch-ac
x11/xmindpath/patches/patch-ad
x11/xmms-osd/DESCR
x11/xmms-osd/Makefile
x11/xmms-osd/PLIST
x11/xmodmap/DESCR
x11/xmodmap/Makefile
x11/xmodmap/PLIST
x11/xmodmap/distinfo
x11/xmon/DESCR
x11/xmon/Makefile
x11/xmon/PLIST
x11/xmon/distinfo
x11/xmon/patches/patch-aa
x11/xmon/patches/patch-ab
x11/xmon/patches/patch-ac
x11/xmon/patches/patch-ad
x11/xmore/DESCR
x11/xmore/Makefile
x11/xmore/PLIST
x11/xmore/distinfo
x11/xmountains/DESCR
x11/xmountains/Makefile
x11/xmountains/PLIST
x11/xmountains/distinfo
x11/xmove/DESCR
x11/xmove/Makefile
x11/xmove/PLIST
x11/xmove/distinfo
x11/xmove/patches/patch-aa
x11/xmove/patches/patch-ab
x11/xmove/patches/patch-ac
x11/xmove/patches/patch-ad
x11/xmove/patches/patch-ae
x11/xmove/patches/patch-af
x11/xmove/patches/patch-ag
x11/xmove/patches/patch-ah
x11/xmove/patches/patch-ai
x11/xmx/DESCR
x11/xmx/Makefile
x11/xmx/PLIST
x11/xmx/distinfo
x11/xneko/DESCR
x11/xneko/Makefile
x11/xneko/PLIST
x11/xneko/distinfo
x11/xneko/patches/patch-aa
x11/xneko/patches/patch-ab
x11/xnodecor/DESCR
x11/xnodecor/Makefile
x11/xnodecor/PLIST
x11/xnodecor/distinfo
x11/xnodecor/files/Makefile
x11/xnodecor/patches/patch-aa
x11/xorg-cf-files/DESCR
x11/xorg-cf-files/Makefile
x11/xorg-cf-files/PLIST
x11/xorg-cf-files/distinfo
x11/xorg-cf-files/files/host.def
x11/xorg-cf-files/files/xorgsite.def
x11/xorg-cf-files/patches/patch-aa
x11/xorg-cf-files/patches/patch-ab
x11/xorg-cf-files/patches/patch-ac
x11/xorg-cf-files/patches/patch-ad
x11/xorg-cf-files/patches/patch-ae
x11/xorg-cf-files/patches/patch-af
x11/xorg-cf-files/patches/patch-ag
x11/xorg-cf-files/patches/patch-ah
x11/xorg-cf-files/patches/patch-ai
x11/xorg-cf-files/patches/patch-aj
x11/xosd/DESCR
x11/xosd/Makefile
x11/xosd/Makefile.common
x11/xosd/PLIST
x11/xosd/buildlink3.mk
x11/xosd/distinfo
x11/xosd/patches/patch-aa
x11/xosd/patches/patch-ab
x11/xosd/patches/patch-ac
x11/xp/DESCR
x11/xp/Makefile
x11/xp/PLIST
x11/xp/distinfo
x11/xp/patches/patch-aa
x11/xp/patches/patch-ab
x11/xp/patches/patch-ac
x11/xp/patches/patch-ad
x11/xpad/DESCR
x11/xpad/Makefile
x11/xpad/PLIST
x11/xpad/distinfo
x11/xpaste/DESCR
x11/xpaste/Makefile
x11/xpaste/PLIST
x11/xpaste/distinfo
x11/xpaste/patches/patch-aa
x11/xpaste/patches/patch-ab
x11/xpenguins/DESCR
x11/xpenguins/Makefile
x11/xpenguins/PLIST
x11/xpenguins/distinfo
x11/xphoon/DESCR
x11/xphoon/Makefile
x11/xphoon/PLIST
x11/xphoon/distinfo
x11/xphoon/patches/patch-aa
x11/xphoon/patches/patch-ab
x11/xphoon/patches/patch-ac
x11/xplanet/DESCR
x11/xplanet/Makefile
x11/xplanet/PLIST
x11/xplanet/distinfo
x11/xplsprinters/DESCR
x11/xplsprinters/Makefile
x11/xplsprinters/PLIST
x11/xplsprinters/distinfo
x11/xpmicons/DESCR
x11/xpmicons/Makefile
x11/xpmicons/PLIST
x11/xpmicons/distinfo
x11/xpmroot/DESCR
x11/xpmroot/Makefile
x11/xpmroot/PLIST
x11/xpmroot/distinfo
x11/xpmroot/patches/patch-aa
x11/xpns/DESCR
x11/xpns/Makefile
x11/xpns/PLIST
x11/xpns/distinfo
x11/xpns/patches/patch-aa
x11/xpns/patches/patch-ab
x11/xpostit/DESCR
x11/xpostit/Makefile
x11/xpostit/PLIST
x11/xpostit/distinfo
x11/xpostit/patches/patch-aa
x11/xpostit/patches/patch-ab
x11/xpostit/patches/patch-ac
x11/xprehashprinterlist/DESCR
x11/xprehashprinterlist/Makefile
x11/xprehashprinterlist/PLIST
x11/xprehashprinterlist/distinfo
x11/xprop/DESCR
x11/xprop/Makefile
x11/xprop/PLIST
x11/xprop/distinfo
x11/xproto/DESCR
x11/xproto/Makefile
x11/xproto/PLIST
x11/xproto/buildlink3.mk
x11/xproto/builtin.mk
x11/xproto/distinfo
x11/xproto/patches/patch-aa
x11/xproto/patches/patch-ab
x11/xproto/patches/patch-ac
x11/xproto/patches/patch-ad
x11/xproxymanagementprotocol/DESCR
x11/xproxymanagementprotocol/Makefile
x11/xproxymanagementprotocol/PLIST
x11/xproxymanagementprotocol/buildlink3.mk
x11/xproxymanagementprotocol/distinfo
x11/xrandr/DESCR
x11/xrandr/Makefile
x11/xrandr/PLIST
x11/xrandr/distinfo
x11/xrdb/DESCR
x11/xrdb/Makefile
x11/xrdb/PLIST
x11/xrdb/distinfo
x11/xrefresh/DESCR
x11/xrefresh/Makefile
x11/xrefresh/PLIST
x11/xrefresh/distinfo
x11/xrestop/DESCR
x11/xrestop/Makefile
x11/xrestop/PLIST
x11/xrestop/distinfo
x11/xscreensaver-demo/DESCR
x11/xscreensaver-demo/Makefile
x11/xscreensaver-demo/PLIST
x11/xscreensaver/DESCR
x11/xscreensaver/MESSAGE
x11/xscreensaver/Makefile
x11/xscreensaver/Makefile.common
x11/xscreensaver/PLIST
x11/xscreensaver/PLIST.webcollage
x11/xscreensaver/buildlink3.mk
x11/xscreensaver/distinfo
x11/xscreensaver/files/pam-xscreensaver-NetBSD
x11/xscreensaver/options.mk
x11/xscreensaver/patches/patch-aa
x11/xscreensaver/patches/patch-ab
x11/xscreensaver/patches/patch-ac
x11/xscreensaver/patches/patch-ad
x11/xscreensaver/patches/patch-ae
x11/xscreensaver/patches/patch-af
x11/xscreensaver/patches/patch-ai
x11/xscribble/DESCR
x11/xscribble/MESSAGE
x11/xscribble/Makefile
x11/xscribble/PLIST
x11/xscribble/distinfo
x11/xscribble/patches/patch-aa
x11/xscribble/patches/patch-ab
x11/xscribble/patches/patch-ac
x11/xscribble/patches/patch-ad
x11/xscribble/patches/patch-ae
x11/xscript/DESCR
x11/xscript/Makefile
x11/xscript/PLIST
x11/xscript/distinfo
x11/xscript/patches/patch-aa
x11/xscript/patches/patch-ab
x11/xscript/patches/patch-ac
x11/xscript/patches/patch-ad
x11/xsel/DESCR
x11/xsel/Makefile
x11/xsel/PLIST
x11/xsel/distinfo
x11/xservers/DESCR
x11/xservers/MESSAGE
x11/xservers/Makefile
x11/xservers/distinfo
x11/xservers/files/host.def
x11/xservers/patches/patch-aa
x11/xservers/patches/patch-ab
x11/xservers/patches/patch-ac
x11/xservers/patches/patch-ad
x11/xservers/patches/patch-ae
x11/xservers/patches/patch-af
x11/xservers/patches/patch-ag
x11/xset/DESCR
x11/xset/Makefile
x11/xset/PLIST
x11/xset/distinfo
x11/xsetmode/DESCR
x11/xsetmode/Makefile
x11/xsetmode/PLIST
x11/xsetmode/distinfo
x11/xsetpointer/DESCR
x11/xsetpointer/Makefile
x11/xsetpointer/PLIST
x11/xsetpointer/distinfo
x11/xsetroot/DESCR
x11/xsetroot/Makefile
x11/xsetroot/PLIST
x11/xsetroot/distinfo
x11/xsm/DESCR
x11/xsm/Makefile
x11/xsm/PLIST
x11/xsm/distinfo
x11/xsnow/DESCR
x11/xsnow/Makefile
x11/xsnow/PLIST
x11/xsnow/distinfo
x11/xsnow/patches/patch-aa
x11/xteddy/DESCR
x11/xteddy/Makefile
x11/xteddy/PLIST
x11/xteddy/distinfo
x11/xteddy/patches/patch-aa
x11/xteddy/patches/patch-ab
x11/xteddy/patches/patch-ac
x11/xteddy2/DESCR
x11/xteddy2/Makefile
x11/xteddy2/PLIST
x11/xteddy2/distinfo
x11/xteddy2/patches/patch-aa
x11/xteddy2/patches/patch-ab
x11/xteddy2/patches/patch-ac
x11/xterm/DESCR
x11/xterm/Makefile
x11/xterm/PLIST
x11/xterm/distinfo
x11/xterm/options.mk
x11/xterm/patches/patch-aa
x11/xtermset/DESCR
x11/xtermset/Makefile
x11/xtermset/PLIST
x11/xtermset/distinfo
x11/xtoolwait/DESCR
x11/xtoolwait/Makefile
x11/xtoolwait/PLIST
x11/xtoolwait/distinfo
x11/xtrans/DESCR
x11/xtrans/Makefile
x11/xtrans/PLIST
x11/xtrans/buildlink3.mk
x11/xtrans/distinfo
x11/xtrans/patches/patch-aa
x11/xtrans/patches/patch-ab
x11/xvattr/DESCR
x11/xvattr/Makefile
x11/xvattr/PLIST
x11/xvattr/distinfo
x11/xvidcap-gtk2/DESCR
x11/xvidcap-gtk2/Makefile
x11/xvidcap-gtk2/PLIST
x11/xvidcap/DESCR
x11/xvidcap/Makefile
x11/xvidcap/Makefile.common
x11/xvidcap/PLIST
x11/xvidcap/distinfo
x11/xvidcap/patches/patch-aa
x11/xvidcap/patches/patch-ab
x11/xvidcap/patches/patch-ac
x11/xvidcap/patches/patch-ad
x11/xvidcap/patches/patch-ae
x11/xvidcap/patches/patch-af
x11/xvidcap/patches/patch-ag
x11/xview-clients/DESCR
x11/xview-clients/Makefile
x11/xview-clients/PLIST
x11/xview-clients/distinfo
x11/xview-clients/patches/patch-aa
x11/xview-clients/patches/patch-ab
x11/xview-clients/patches/patch-ac
x11/xview-clients/patches/patch-ad
x11/xview-clients/patches/patch-ae
x11/xview-clients/patches/patch-af
x11/xview-clients/patches/patch-ag
x11/xview-clients/patches/patch-ah
x11/xview-clients/patches/patch-ai
x11/xview-clients/patches/patch-aj
x11/xview-clients/patches/patch-ak
x11/xview-clients/patches/patch-al
x11/xview-clients/patches/patch-am
x11/xview-clients/patches/patch-an
x11/xview-clients/patches/patch-ao
x11/xview-clients/patches/patch-ap
x11/xview-clients/patches/patch-aq
x11/xview-clients/patches/patch-ar
x11/xview-clients/patches/patch-as
x11/xview-clients/patches/patch-at
x11/xview-clients/patches/patch-au
x11/xview-clients/patches/patch-av
x11/xview-clients/patches/patch-aw
x11/xview-clients/patches/patch-ax
x11/xview-clients/patches/patch-ay
x11/xview-clients/patches/patch-az
x11/xview-clients/patches/patch-ba
x11/xview-clients/patches/patch-bb
x11/xview-clients/patches/patch-bc
x11/xview-clients/patches/patch-bd
x11/xview-clients/patches/patch-be
x11/xview-clients/patches/patch-bf
x11/xview-clients/patches/patch-bg
x11/xview-clients/patches/patch-bh
x11/xview-clients/patches/patch-bi
x11/xview-clients/patches/patch-bj
x11/xview-clients/patches/patch-bk
x11/xview-clients/patches/patch-bl
x11/xview-clients/patches/patch-bm
x11/xview-clients/patches/patch-bn
x11/xview-clients/patches/patch-bo
x11/xview-clients/patches/patch-bp
x11/xview-clients/patches/patch-bq
x11/xview-clients/patches/patch-br
x11/xview-clients/patches/patch-bs
x11/xview-clients/patches/patch-bt
x11/xview-clients/patches/patch-bu
x11/xview-clients/patches/patch-bv
x11/xview-clients/patches/patch-bw
x11/xview-clients/patches/patch-bx
x11/xview-clients/patches/patch-by
x11/xview-clients/patches/patch-bz
x11/xview-clients/patches/patch-ca
x11/xview-clients/patches/patch-cb
x11/xview-clients/patches/patch-cc
x11/xview-clients/patches/patch-cd
x11/xview-clients/patches/patch-ce
x11/xview-clients/patches/patch-cf
x11/xview-clients/patches/patch-cg
x11/xview-clients/patches/patch-ch
x11/xview-clients/patches/patch-ci
x11/xview-clients/patches/patch-cj
x11/xview-clients/patches/patch-ck
x11/xview-clients/patches/patch-cl
x11/xview-clients/patches/patch-cm
x11/xview-clients/patches/patch-cn
x11/xview-clients/patches/patch-co
x11/xview-clients/patches/patch-cp
x11/xview-clients/patches/patch-cq
x11/xview-clients/patches/patch-cr
x11/xview-clients/patches/patch-cs
x11/xview-clients/patches/patch-ct
x11/xview-clients/patches/patch-cu
x11/xview-clients/patches/patch-cv
x11/xview-clients/patches/patch-cw
x11/xview-clients/patches/patch-cx
x11/xview-clients/patches/patch-cy
x11/xview-clients/patches/patch-cz
x11/xview-clients/patches/patch-da
x11/xview-clients/patches/patch-db
x11/xview-clients/patches/patch-dc
x11/xview-clients/patches/patch-dd
x11/xview-clients/patches/patch-de
x11/xview-clients/patches/patch-df
x11/xview-clients/patches/patch-dg
x11/xview-clients/patches/patch-dh
x11/xview-clients/patches/patch-di
x11/xview-clients/patches/patch-dj
x11/xview-clients/patches/patch-dk
x11/xview-clients/patches/patch-dl
x11/xview-clients/patches/patch-dm
x11/xview-clients/patches/patch-dn
x11/xview-clients/patches/patch-do
x11/xview-clients/patches/patch-dp
x11/xview-clients/patches/patch-dq
x11/xview-config/DESCR
x11/xview-config/Makefile
x11/xview-config/PLIST
x11/xview-config/distinfo
x11/xview-config/patches/patch-aa
x11/xview-config/patches/patch-ab
x11/xview-config/patches/patch-ac
x11/xview-config/patches/patch-ad
x11/xview-config/patches/patch-ae
x11/xview-lib/DESCR
x11/xview-lib/Makefile
x11/xview-lib/PLIST
x11/xview-lib/buildlink3.mk
x11/xview-lib/distinfo
x11/xview-lib/patches/patch-aa
x11/xview-lib/patches/patch-ab
x11/xview-lib/patches/patch-ac
x11/xview-lib/patches/patch-ad
x11/xview-lib/patches/patch-ae
x11/xview-lib/patches/patch-af
x11/xview-lib/patches/patch-ag
x11/xview-lib/patches/patch-ah
x11/xview-lib/patches/patch-ai
x11/xview-lib/patches/patch-aj
x11/xview-lib/patches/patch-ak
x11/xview-lib/patches/patch-al
x11/xview-lib/patches/patch-am
x11/xview-lib/patches/patch-an
x11/xview-lib/patches/patch-ao
x11/xview-lib/patches/patch-ap
x11/xview-lib/patches/patch-aq
x11/xview-lib/patches/patch-ar
x11/xview-lib/patches/patch-as
x11/xview-lib/patches/patch-at
x11/xview-lib/patches/patch-au
x11/xview-lib/patches/patch-av
x11/xview-lib/patches/patch-aw
x11/xview-lib/patches/patch-ax
x11/xview-lib/patches/patch-ay
x11/xview-lib/patches/patch-az
x11/xview-lib/patches/patch-ba
x11/xview-lib/patches/patch-bb
x11/xview-lib/patches/patch-bc
x11/xview-lib/patches/patch-bd
x11/xview-lib/patches/patch-be
x11/xview-lib/patches/patch-bf
x11/xview-lib/patches/patch-bg
x11/xview-lib/patches/patch-bh
x11/xview-lib/patches/patch-bi
x11/xview-lib/patches/patch-bj
x11/xview-lib/patches/patch-bk
x11/xview-lib/patches/patch-bl
x11/xview-lib/patches/patch-bm
x11/xview-lib/patches/patch-bn
x11/xview-lib/patches/patch-bo
x11/xview-lib/patches/patch-bp
x11/xview-lib/patches/patch-bq
x11/xview-lib/patches/patch-br
x11/xview-lib/patches/patch-bs
x11/xview-lib/patches/patch-bt
x11/xview-lib/patches/patch-bu
x11/xview-lib/patches/patch-bv
x11/xview-lib/patches/patch-bw
x11/xview-lib/patches/patch-bx
x11/xview-lib/patches/patch-by
x11/xview-lib/patches/patch-bz
x11/xview-lib/patches/patch-ca
x11/xview-lib/patches/patch-cb
x11/xview-lib/patches/patch-cc
x11/xview-lib/patches/patch-cd
x11/xview-lib/patches/patch-ce
x11/xview-lib/patches/patch-cf
x11/xview-lib/patches/patch-cg
x11/xview-lib/patches/patch-ch
x11/xview-lib/patches/patch-ci
x11/xview-lib/patches/patch-cj
x11/xview-lib/patches/patch-ck
x11/xview-lib/patches/patch-cl
x11/xview-lib/patches/patch-cm
x11/xview-lib/patches/patch-cn
x11/xview-lib/patches/patch-co
x11/xview-lib/patches/patch-cp
x11/xview-lib/patches/patch-cq
x11/xview-lib/patches/patch-cr
x11/xview-lib/patches/patch-cs
x11/xview-lib/patches/patch-ct
x11/xview-lib/patches/patch-cu
x11/xview-lib/patches/patch-cv
x11/xview-lib/patches/patch-cw
x11/xview-lib/patches/patch-cx
x11/xview-lib/patches/patch-cy
x11/xview-lib/patches/patch-cz
x11/xview-lib/patches/patch-da
x11/xview-lib/patches/patch-db
x11/xview-lib/patches/patch-dc
x11/xview-lib/patches/patch-dd
x11/xview-lib/patches/patch-de
x11/xview-lib/patches/patch-df
x11/xview-lib/patches/patch-dg
x11/xview-lib/patches/patch-dh
x11/xview-lib/patches/patch-di
x11/xview-lib/patches/patch-dj
x11/xview-lib/patches/patch-dk
x11/xview-lib/patches/patch-dl
x11/xview-lib/patches/patch-dm
x11/xview-lib/patches/patch-dn
x11/xview-lib/patches/patch-do
x11/xview-lib/patches/patch-dp
x11/xview-lib/patches/patch-dq
x11/xview-lib/patches/patch-dr
x11/xview-lib/patches/patch-ds
x11/xview-lib/patches/patch-dt
x11/xview-lib/patches/patch-du
x11/xview-lib/patches/patch-dv
x11/xview-lib/patches/patch-dw
x11/xview-lib/patches/patch-dx
x11/xview-lib/patches/patch-dy
x11/xview-lib/patches/patch-dz
x11/xview-lib/patches/patch-ea
x11/xview-lib/patches/patch-eb
x11/xview-lib/patches/patch-ec
x11/xview-lib/patches/patch-ed
x11/xview-lib/patches/patch-ee
x11/xview-lib/patches/patch-ef
x11/xview-lib/patches/patch-eg
x11/xview-lib/patches/patch-eh
x11/xview-lib/patches/patch-ei
x11/xview-lib/patches/patch-ej
x11/xview-lib/patches/patch-ek
x11/xview-lib/patches/patch-el
x11/xview-lib/patches/patch-fa
x11/xview-lib/patches/patch-fb
x11/xview-lib/patches/patch-fc
x11/xview-lib/patches/patch-fd
x11/xview-lib/patches/patch-fe
x11/xview-lib/patches/patch-ff
x11/xview-lib/patches/patch-fg
x11/xview-lib/patches/patch-fh
x11/xview-lib/patches/patch-fi
x11/xview-lib/patches/patch-fj
x11/xview-lib/patches/patch-fk
x11/xview/DESCR
x11/xview/Makefile
x11/xvinfo/DESCR
x11/xvinfo/Makefile
x11/xvinfo/PLIST
x11/xvinfo/distinfo
x11/xwatchwin/DESCR
x11/xwatchwin/Makefile
x11/xwatchwin/PLIST
x11/xwatchwin/distinfo
x11/xwd/DESCR
x11/xwd/Makefile
x11/xwd/PLIST
x11/xwd/distinfo
x11/xwininfo/DESCR
x11/xwininfo/Makefile
x11/xwininfo/PLIST
x11/xwininfo/distinfo
x11/xwit/DESCR
x11/xwit/Makefile
x11/xwit/PLIST
x11/xwit/distinfo
x11/xwit/patches/patch-aa
x11/xwit/patches/patch-ab
x11/xworld/DESCR
x11/xworld/Makefile
x11/xworld/PLIST
x11/xworld/distinfo
x11/xworld/patches/patch-aa
x11/xworld/patches/patch-ab
x11/xworld/patches/patch-ac
x11/xworld/patches/patch-ad
x11/xworld/patches/patch-ae
x11/xworld/patches/patch-af
x11/xworld/patches/patch-ag
x11/xworld/patches/patch-ah
x11/xworld/patches/patch-ai
x11/xwrits/DESCR
x11/xwrits/Makefile
x11/xwrits/PLIST
x11/xwrits/distinfo
x11/xwud/DESCR
x11/xwud/Makefile
x11/xwud/PLIST
x11/xwud/distinfo
x11/xxkb/DESCR
x11/xxkb/Makefile
x11/xxkb/PLIST
x11/xxkb/distinfo
x11/xxkb/patches/patch-aa
x11/xxkb/patches/patch-ab
x11/zenity/DESCR
x11/zenity/Makefile
x11/zenity/PLIST
x11/zenity/distinfo

16 years agoInclude freetype-lib library and bump PKGVERSION.
darcy [Sat, 26 Apr 2008 14:54:31 +0000 (14:54 +0000)]
Include freetype-lib library and bump PKGVERSION.
Discussed on tech-pkg.  No arguments against the patch.

16 years agoAdd PKG_SYSCONFDIR support.
markd [Sat, 26 Apr 2008 13:38:15 +0000 (13:38 +0000)]
Add PKG_SYSCONFDIR support.

16 years agoAdd description for the otr option (off-the-record encrypted messaging)
degroote [Sat, 26 Apr 2008 12:09:34 +0000 (12:09 +0000)]
Add description for the otr option (off-the-record encrypted messaging)

16 years agoIn post-extract, adjust the regexp used to search for an MD5 line in
apb [Sat, 26 Apr 2008 11:54:24 +0000 (11:54 +0000)]
In post-extract, adjust the regexp used to search for an MD5 line in
README.${DISTNAME} so that it no longer matches some unwanted extra
lines.  Also make it an error for the MD5 to be wrong.

16 years agoUpdated net/liblive to 2008.04.09
obache [Sat, 26 Apr 2008 11:38:59 +0000 (11:38 +0000)]
Updated net/liblive to 2008.04.09

16 years agoUpdate liblive to 2008.04.09.
obache [Sat, 26 Apr 2008 11:38:43 +0000 (11:38 +0000)]
Update liblive to 2008.04.09.
draw upon a patch to update for 2007.01.17 in PR 38038
While here, add DESTDIR support and fix permission of installed libraries.

2008.04.09:
- Corrected a type-related bug in "RTPInterface::handleRead()".  (Thanks to Brain Lai for noting this.)
- Fixed a bug in "RTSPClient" that would prevent RTCP "RR" reports from being sent to
  the correct multicast address when we are receiving a multicast stream. (Thanks to Changjin Liu for noticing this.)

2008.04.03:
- Fixed a bug that was introduced in the "2007.12.27" release.  The "timeout" parameter to the call to
  "readSocket" in "SocketDescriptor::tcpReadHandler()" in "RTPInterface.cpp" needed to be initialized
  (to zero) first.  (Thanks to Lodewijk Loos for alerting us to this problem.)
- Added a new config file "config.bfin-linux-uclibc", and renamed "config.bfin_uclinux" as "config.bfin-uclinux".
  (Thanks to Mike Frysinger.)

2008.02.08:
- Added a hack (suggested by "Romain") to "MPEG2TransportStreamFramer" to (perhaps)
  produce more accurate per-transport-packet duration estimates for wildly VBR streams.
- Updated "MPEG2TransportStreamMultiplexor" to support the addition of MPEG-4 Audio or Video Elementary Streams.
- Updated "RTSPOverHTTPServer.cpp" (a work in progress) so that it complies properly for some versions of
  Visual Studio on Windows.  (Thanks to Eric Flickner for noting this.)

2008.01.19:
- Corrected the "getNormalPlayTime()" function - introduced in the previous release - to allow for 'trick play'
  scale factors other than 1.

2008.01.18:
- Added a new member function
    float MediaSubsession::getNormalPlayTime()
  which - given a stream's current presentation time - returns the "Normal Play Time".
  This function is useful for RTSP streams.
- Added support for a "a=control:" URL specified in the SDP description at the session level.

2008.01.04:
- Changed the "RTSPClient" timeout - introduced in the previous release - from
  5s to 30s.
- Added support for setting and returning the RTSP session start time (as well as the end time).
  (This eliminates the need for the "live-starttime.patch" file that VLC was using.)
- Updated some of the system-specific configuration files, to eliminate the need for many of the patches that
  the VLC developers added to their code.

2007.12.27:
- Added a 5s timeout to the "RTSPClient" code that checks for RTSP responses.
  This mirrors a change that was already being done to VLC's copy of the code.
  (This is still a short-term fix, until the "RTSPClient" code is rewritten to
  properly use asynchronous I/O, using the event loop.)
- Added a timeout to the "readSocket()" call in "SocketDescriptor::tcpReadHandler()" in "RTPInterface.cpp",
  to handle reading RTP-over-TCP data.  This allows for the possibility of non-cooperative RTSP clients.
  (Thanks to Peter Leese for this suggestion.)  This is probably not a complete solution;
  more thought is needed...

2007.12.07:
- Fixed "H2633plusVideoFileServerMediaSubsession" to properly use a dynamic RTP payload type, rather than the
  static type 34 (which is reserved for the now-obsolete old "video/H263" RTP payload format).

2007.12.06:
- Updated "JPEGVideoRTPSource" to take optional 'default width' and 'default height' parameters.
  These parameters can be set by fields in the SDP description, and can be used to specifiy unusually
  large frame widths and/or heights.  (Thanks to Andrey Filippov.)

2007.11.18:
- Fixed a couple of memory leaks in "DarwinInjector".  (Thanks to Eyal Beit-Halachmi for noting these.)
- Removed old 'backwards compatibility' stuff from "FramedSource".  (Noone should be relying upon this any more.)
- Fixed a bounds-checking error in "parseRTSPRequestString()" caused by an int vs. unsigned problem.
  (Thanks to Luigi Auriemma for noting this.)
- In "RTSPClient.cpp", fixed a couple of "unsigned" vs. "int" nits.  (Thanks for Brain Lai for noting this.)

2007.11.01:
- Several of the options to "openRTSP" have now been changed, with two new options added:
  -s <initial-seek-time>
  -z <scale>
  See the "openRTSP" documentation <http://www.live555.com/openRTSP/> for details.
- Fixed a bug in the way that "MPEG4VideoStreamDiscreteFramer" parses 'config' information (for inclusion in
  the stream's SDP description).  (Thanks to Nicola Bova for helping to identify this bug.)
- Eliminated a potential memory (and socket) leak when allocating server RTP,RTCP socket pairs.
  (Thanks to David Pan for reporting this.)
- Updated "ByteStreamFileSource" to treat a 0-byte file read the same as EOF.
- Ensure that we have reasonable OS buffering for writes on non-blocking sockets.

2007.08.03a:
- Removed a debugging printf() that had been left in by mistake.  (Thanks to Massimo Zito for noticing this.)

2007.08.03:
- Updated the "RTSPServer" implementation to work better on systems with more than one IP address.
  The server will now include - in its RTSP responses - the IP address on which the corresponding incoming request
  was received.

2007.07.25:
- Added some sanity checks to various "MediaSink" subclasses, in case "fSource" is NULL.
  (Thanks to Andrey Kaminsky for noting one of these.)

2007.07.10:
- Made sure that "MPEG2TransportStreamFramer"s estimate of the average duration of each Transport Packet
  gets updated correctly after each 'seek' operation.  (Thanks to Massimo Zito for suggesting this.)
- Fixed a bug in "MPEG2TransportStreamFromESSource" that was causing presentation
  timestamps to not be generated correctly.  (Thanks to Massimo Zito for noticing this.)

2007.07.01:
- Fixed a bug in "RTSPServer" and "RTSPClient" that would cause problems when streaming
  files whose names have spaces in them.
- Fixed a bug in "OnDemandServerMediaSubsession::deleteStream".  (Thanks to Igor Bukanov.)
- Make the sockets for "RTPSource", "RTCPInstance" and "BasicUDPSource" non-blocking, even though they will be read
  from only asynchronously, when packets arrive.  The reason for this is that, in some OSs, reads on a blocking
  socket can (allegedly) sometimes block, even if the socket was previously reported (e.g., by "select()") as
  having data available.  (This can supposedly happen if the UDP checksum fails, for example.)
  (Thanks to Marc Neuberger for pointing this out.)
- Fixed a bug in "MPEG2TransportFileServerMediaSubsession.cpp" that was causing 2x
  fast-forward to fail.  (Some debugging code had been left in by mistake.)

2007.05.24:
- Modified "setupDatagramSocket()" to better handle setting "ReceivingInterfaceAddr" when creating a socket
  to be used to send/receive multicast.
- Made a couple of minor changes to overcome some compilation errors that some people were apparently seeing.

2007.05.23:
- The RTSP server now includes the "source=" parameter in the response to a RTSP "SETUP" command.
  This works around a bug in QuickTime Player that would cause it to not send RTCP "RR" packets
  (when playing a unicast stream, and running on Mac OS X).  (Thanks to Dave Singer et al at Apple for tracking
  down this problem.)
- The RTSP server implementation no longer terminates the session if it returns 400 or 405 errors.

2007.04.24a:
- Fixed a problem in the new "RTSPOverHTTPServer" code that was causing some people compilation problems.

2007.04.24:
- Fixed a typo in "testOnDemandRTSPServer.cpp".  (Thanks to Nils Grundback for noticing this.)
- Modified the signature of "RTSPServer::specialClientAccessCheck()" (defined in the previous revision) to add
  a new "clientAddr" parameter (a "struct sockaddr_in"), to allow special access checking based on clients' IP
  address.
- Make sure that the locale is set to "POSIX" when calling "toupper()" or "tolower()" on human-supplied strings.
  (Thanks to Ismail Doenmez for noting this.)

2007.04.20:
- Modified "MPEG2TransportStreamMultiplexor" to set the "discontinuity_indicator" flag for the first
  "adaptation_field" in the output Transport Stream.
- Changed "AMRAudioRTPSource" to more accurately report whether/when an interleaved frame's timestamp has
  been synchronized using RTCP.
  (Thanks to David Bertrand for this patch.)
- Made to a small fix to the previous revision's support for multicast streaming of raw UDP (nonstandard)
- Added a virtual function to "OnDemandServerMediaSubsession" for closing the stream source.
  Subclasses can redefine this, if they wish, to do something smarter.  (Thanks to Igor Bukanov for this patch.)
- Added support to "RTSPServer" for optionally performing special per-client access control, beyond the
  standard Digest Authentication method.  (Thanks to Igor Bukanov for this patch.)
- Made a minor optimization to "Groupsock.cpp".  (Thanks to Maxim Petrov for this suggestion.)
- Added an initial implementation of RTSP-over-HTTP at the server level (it was already supported at the client level).
  (Note: This code has not yet been completed, and doesn't yet work, so don't try to use it.)

2007.02.20:
- Updated "RTSPServer" to support multicast streaming of raw UDP streams (nonstandard).
  (Thanks to Aesmund Grammeltvedt for this modification.)
- Made "RTSPClient" a little more robust in case the TCP connection fails.
- Made "RTPSink::rtpmapLine()" virtual (as requested by Andrew Voznytsa).
- Removed an archaic (no longer used) declaration in "groupsock/include/Groupsock.hh".
- Added an optional "allowKasennaProtocol" parameter to "RTSPClient::describeWithPassword()"
  (similar to "RTSPClient::describeURL()").  (Thanks to Igor Bukanov for this suggestion.)s

2007.01.17:
- Fixed a bug that would cause the "MPEG2TransportStreamIndexer" application to fail when run on a big-endian
  architecture.
- Added a new class "H264VideoFileSink", that prepends each incoming H.264 NAL unit with the prefix 0x000001,
  before writing it to the file.  Also updated the "openRTSP" code to use this, when receiving H.264/RTP streams.
  (Thanks to Chris Kuiper for contributing this.)
- Added a temporary #ifdef to "GroupsockHelper.cpp" to work around a compliation problem when building
  for Cygwin.

2007.01.11:
- Improved the "MPEG2IndexFromTransportStream" class to recogize Transport Stream
  PAT and PMT (tables).  This in turn makes the "MPEG2TransportStreamIndexer"
  utility more robust.
- Fixed a minor bug in "MPEG2TransportStreamFromESSource".

2007.01.09:
- Added RTSP server support for 'trick play' operations on MPEG-2 Transport Stream
  files.  This requires the presence of a ".tsx" index file for each ".ts" file.
  (This functionality will shortly be documented on the LIVE555 web site,
  and announced on the "live-devel" mailing list.)
- Improved the performance of asynchronous file reading in "ByteStreamFileSource".
  (Thanks to Aesmund Grammeltvedt for this suggestion.)
- Added "-D_FILE_OFFSET_BITS=64" to the "COMPILE_OPTS" line for each of the Linux config files, in order to
  alleviate possible problems with I/O on large files.

2006.12.31:
- We now implement "ByteStreamFileSource" on Windows using synchronous file reads,
  by default.  I had thought that Windows XP had fixed the problem - present in
  earlier versions of Windows - whereby open files are not treated as select()able
  sockets.  But apparently the problem is still there.
- Added code that will - probably in the next release, very soon - support server
  'trick mode' operations on MPEG-2 Transport Stream files.  At present, we have two
  new applications - in the "testProgs" directory - that help support this:
  "MPEG2TransportStreamIndexer" (to create a special index file for a Transport Stream
  file), and "testMPEG2TransportStreamTrickPlay" (to generate a new Transport Stream
  file that simulates a 'trick play' operation performed on the original Transport
  Stream file).  See my forthcoming post to the "live-devel" mailing list for more
  details.
- Fixed a bug in the Base64 encoding routine.  (Thanks to Sebastian Gracias for reporting this.)

2006.12.08:
- Made sure that each TCP socket used by a "RTSPserver" is non-blocking, so that a slow or hanging client
  cannot hang a server.  (Thanks to "jers (at) inwind.it" for this suggestion.)

16 years agoAdd a mutt-xlabel option, for the edit-label patch, which improves the support
tonio [Sat, 26 Apr 2008 11:11:15 +0000 (11:11 +0000)]
Add a mutt-xlabel option, for the edit-label patch, which improves the support
for the X-Label flag in mutt.

Suggested by Michael-John Turner

16 years ago+ Updated misc/pciids to 20080312 [bjs 2008-04-26]
bjs [Sat, 26 Apr 2008 05:09:04 +0000 (05:09 +0000)]
+ Updated misc/pciids to 20080312 [bjs 2008-04-26]

16 years agoUpdate to 20080312 snapshot.
bjs [Sat, 26 Apr 2008 05:07:09 +0000 (05:07 +0000)]
Update to 20080312 snapshot.

16 years agoR update.
markd [Sat, 26 Apr 2008 02:42:33 +0000 (02:42 +0000)]
R update.

16 years agoUpdate to match R 2.7.0
markd [Sat, 26 Apr 2008 02:41:00 +0000 (02:41 +0000)]
Update to match R 2.7.0