| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
- While here, switch to USES=shebangfix
PR: 211370
Submitted by: dg@syrec.org
Notes:
svn path=/head/; revision=419175
|
|
|
|
|
|
|
|
|
| |
- Switch to USES=tar
- Add NO_ARCH
- Switch to options helpers
Notes:
svn path=/head/; revision=404896
|
|
|
|
| |
Notes:
svn path=/head/; revision=382749
|
|
|
|
|
|
|
| |
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=371289
|
|
|
|
| |
Notes:
svn path=/head/; revision=346440
|
|
|
|
| |
Notes:
svn path=/head/; revision=345421
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=343634
|
|
|
|
|
|
|
| |
misc)
Notes:
svn path=/head/; revision=327745
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Trim Header
- Convert to OptionsNG
- Prefer DISTNAME to DISTFILES
- Reorder variables
- Fix comments (don't include leading article)
- @unexec rm must not cause failure
- Tabs, not spaces
- Single space for WWW
- Pet portlint
- etc.
In a few cases the option DOCS was used to control installation into EXAMPLEDIR.
I opted to keep the existing logic of the port in these cases.
Reviewed by: koobs, ashish
Notes:
svn path=/head/; revision=315192
|
|
|
|
| |
Notes:
svn path=/head/; revision=271305
|
|
|
|
|
|
|
|
|
|
|
| |
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
Notes:
svn path=/head/; revision=246327
|
|
|
|
|
|
|
| |
Hat: portmgr
Notes:
svn path=/head/; revision=220031
|
|
mtail is a small tail workalike that performs output coloring using ansi
escape sequences (although the sequences are overridable, so you could cause
it to output something else, e.g. html font tags, if you really wanted to).
mtail is written in python, is fairly small, and should be relatively
platform-independent.
It has a config file that can contain an arbitrary number of entries, each
of which has a series of regular expressions to indicate which files to color
according to which entry. for each entry, the config file specifies a coloring
scheme using regular expressions and, optionally, filters to apply to each
line before coloring (for example, to strip out extra info, etc.). the config
file also may override the predefined colors and the escape sequences (or
whatever) actually used to perform the coloring.
WWW: http://matt.immute.net/src/mtail/
Author: Matt Hellige <matt@immute.net>
Based on: NetBSD pkgsrc package
Notes:
svn path=/head/; revision=197375
|