| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412351
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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=332594
|
|
|
|
|
|
|
| |
x11-toolkits)
Notes:
svn path=/head/; revision=327785
|
|
|
|
|
|
|
|
| |
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
Notes:
svn path=/head/; revision=324174
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
|
|
|
| |
Approved by: erwin@ (portmgr)
Notes:
svn path=/head/; revision=274222
|
|
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|
|
|
|
| |
Notes:
svn path=/head/; revision=249285
|
|
|
|
| |
Notes:
svn path=/head/; revision=247982
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
Tk::CheckBox - A radio button style widget that uses a
check mark in a box. Useful as a boolean field.
Tk::Columns - A multicolumn list widget with resizeable borders
and sorting by column.
Tk::ComboEntry - A Drop down listbox + entry widget with nice keyboard
equivalent behaviour
Tk::IconCanvas - A canvas implementing a moveable iconic interface.
Allows attaching menus to icons and to background.
Tk::SplitFrame - A sliding separator for two child widgets. Allows either
horizontal or vertical separation between the two widgets.
Can work in concert as horizontal inside vertical or
vice-versa.
Tk::TabFrame - A tabbed frame geometry manager (like NoteBook).
Tk::DockFrame - A dockable widget management widget hierarchy.
Tk::CornerBox - A textured window resizing widget (like in Win95)
Tk::Signals - A publish and subscribe object signalling method like
that found in QT. Very useful when widgets that are not
in the same hierarchy need to alert each other to various
application level events.
WWW: http://search.cpan.org/dist/Tk-DKW/
Author: Damion K. Wilson <dkw@rcm.bm>
Notes:
svn path=/head/; revision=190178
|