| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
Also suggested by maintainer (bofh)
PR: 249740
Submitted by: swills
Notes:
svn path=/head/; revision=559850
|
|
|
|
|
|
|
|
| |
A message to delete the _flowd user/group after deinstallation is
already printed by USERS/GROUPS. No need to print it twice.
Notes:
svn path=/head/; revision=520488
|
|
|
|
| |
Notes:
svn path=/head/; revision=514143
|
|
|
|
|
|
|
|
|
|
| |
- Update MASTER_SITES
- Update WWW
- makepatch compatible patch files
- Take MAINTAINERSHIP
Notes:
svn path=/head/; revision=512779
|
|
|
|
| |
Notes:
svn path=/head/; revision=512125
|
|
|
|
| |
Notes:
svn path=/head/; revision=508138
|
|
|
|
|
|
|
|
| |
- Use shebangfix instead of manually fixing shebangs
- Add LICENSE
Notes:
svn path=/head/; revision=478366
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the
current python flavor. It can be used in dependency lines when the
port itself is not python flavored. For example, deskutils/calibre.
By default, all the flavors are generated. To only generate flavors
for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
In all the ports with Python dependencies, the *_DEPENDS entries MUST
end with the flavor so that the framework knows which to build/use.
This is done by appending '@${PY_FLAVOR}' after the origin (or
@${FLAVOR} if in a Python module with Python flavors, as the content
will be the same). For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
Notes:
svn path=/head/; revision=455210
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight
Notes:
svn path=/head/; revision=422140
|
|
|
|
| |
Notes:
svn path=/head/; revision=390932
|
|
|
|
|
|
|
|
|
|
| |
fix-perl-things target to run correctly as it's run before post-install
- Fix strip
- Remove @dirrm* from pkg-plist
Notes:
svn path=/head/; revision=378255
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.
As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.
The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.
The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.
PR: 194969
Differential Revision: https://reviews.freebsd.org/D1019
Exp-run by: antoine
Reviewed by: perl@
Approved by: portmgr
Notes:
svn path=/head/; revision=373448
|
|
|
|
| |
Notes:
svn path=/head/; revision=365239
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=362806
|
|
|
|
|
|
|
|
|
|
| |
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr
Notes:
svn path=/head/; revision=359185
|
|
|
|
|
|
|
| |
net-mgmt)
Notes:
svn path=/head/; revision=327757
|
|
|
|
|
|
|
|
|
| |
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Notes:
svn path=/head/; revision=327296
|
|
|
|
|
|
|
| |
Submitted by: olli hauer <ohauer@gmx.de>
Notes:
svn path=/head/; revision=320709
|
|
|
|
|
|
|
|
| |
- Trim headers while I am here
- Clean up some trailing whitespace
Notes:
svn path=/head/; revision=310162
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
While here:
- Trim Makefile header
- Use GOOGLE_CODE macro in MASTER_SITES
- Remove the name of the port from COMMENT
PR: ports/172517
Submitted by: pjg
Approved by: maintainer timeout (17 days)
makc, avilla (mentors, implicit)
Feature safe: yes
Notes:
svn path=/head/; revision=306417
|
|
|
|
|
|
|
|
|
| |
Handbook)
Approved by: portmgr@ (implicit)
Notes:
svn path=/head/; revision=301960
|
|
|
|
|
|
|
| |
framework and no longer used.
Notes:
svn path=/head/; revision=276894
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- add additional MASTER_SITE
- remove pkg-install and add a workaround for the user creation
if installed from package (belongs to ports/152498 )
- add OPTIONS for PERL and PYTHON, with PERL on as default
- install tools to EXAMPLESDIR
- remove MD5 from distinfo
- fix pkg-plist "%%SITE_PERL%%/%%PERL_ARCH%%/auto" (belongs to perl not to flowd)
PR: ports/153310
Submitted by: ohauer
Approved by: Mohacsi Janos <janos.mohacsi _at_ bsd.hu> (maintainer)
Notes:
svn path=/head/; revision=266661
|
|
|
|
|
|
|
|
|
|
|
| |
- Make pkg-install script accept FLOWD_UID from environment
PR: ports/137560
Submitted by: Mel Flynn <mel.flynn+fbsd.ports@mailing.thruhere.net>
Approved by: Janos Mohacsi <mohacsi@niif.hu> (maintainer)
Notes:
svn path=/head/; revision=242898
|
|
|
|
|
|
|
|
|
| |
PR: ports/135949
Submitted by: Rashid N. Achilov <citycat4@ngs.ru>
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=237698
|
|
|
|
|
|
|
|
|
|
| |
- Mark BROKEN for WITH_{PERL|PYTHON} cases, as plist is incomplete
PR: 134319
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
Notes:
svn path=/head/; revision=234935
|
|
|
|
| |
Notes:
svn path=/head/; revision=200778
|
|
|
|
|
|
|
|
|
|
| |
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=197075
|
|
|
|
|
|
|
|
|
| |
PR: ports/102416
Submitted by: Maurice Castro <maurice@vinum.clari.net.au>
Approved by: maintainer timeout (4 weeks)
Notes:
svn path=/head/; revision=173470
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.
Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.
PR: 100555
Submitted by: gabor
Sponsored by: Google Summer of Code 2006
Notes:
svn path=/head/; revision=169648
|
|
|
|
|
|
|
| |
Reported by: krismail
Notes:
svn path=/head/; revision=158741
|
|
|
|
|
|
|
|
| |
PR: ports/95051
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
Notes:
svn path=/head/; revision=158608
|
|
|
|
|
|
|
|
| |
PR: ports/81829
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
Notes:
svn path=/head/; revision=136774
|
|
|
|
|
|
|
|
| |
PR: ports/76788
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
Notes:
svn path=/head/; revision=127638
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/76669
Submitted by: MAINTAINER
Notes:
svn path=/head/; revision=127366
|
|
|
|
|
|
|
|
| |
PR: ports/76343
Submitted by: maintainer
Notes:
svn path=/head/; revision=126799
|
|
|
|
|
|
|
|
|
| |
PORTREVISION.
Reported by: Yuri Babushkin <piton@united.net.ua>
Notes:
svn path=/head/; revision=125760
|
|
features:
* Understands NetFlow protocol v.1, v.5, v.7 and v.9 (including IPv6 flows)
* Supports both IPv4 and IPv6 transport of flows
* Secure: flowd is privilege separated to limit the impact of any compromise
* Supports filtering and tagging of flows, using a packet filter-like syntax
* Stores recorded flow data in a compact binary format which supports
run-time choice over which flow fields are stored
* Ships with both Perl and Python interfaces for reading and parsing the
on-disk record format
* Is licensed under a liberal BSD-like license
PR: ports/73722
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
Notes:
svn path=/head/; revision=121476
|