xbindkeys is a program that allows you to launch shell commands under X with your keyboard. It links commands to keys, using a configuration file. WWW: http://hocwp.free.fr/xbindkeys/xbindkeys.html me>sunpoet sunpoet@FreeBSD.org 2016-11-05T18:01:23+00:00 7441bd7e1b03e739dca6fbf4a78b96741e1ced48

Update to 0.49. 2016-06-21T15:06:13+00:00 mat mat@FreeBSD.org 2016-06-21T15:06:13+00:00 84422efbd0424aaf637ae0c44af15fff17fbc8a7 Sponsored by: Absolight
Sponsored by:	Absolight
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. 2016-04-01T14:00:51+00:00 mat mat@FreeBSD.org 2016-04-01T14:00:51+00:00 148314483d3098c0d6a33944f1190842e671502f With hat: portmgr Sponsored by: Absolight
With hat:	portmgr
Sponsored by:	Absolight
- Add NO_ARCH 2015-05-31T13:37:20+00:00 amdmi3 amdmi3@FreeBSD.org 2015-05-31T13:37:20+00:00 9ddacffbe3927590aeba4aeaf74bc4965c7fb6a9 Approved by: portmgr blanket
Approved by:	portmgr blanket
Some OCD cleanups on some of the perl@ ports. 2015-03-12T23:00:02+00:00 adamw adamw@FreeBSD.org 2015-03-12T23:00:02+00:00 65bfb75d5a6507b857f252222e3f2827dbf58715 - Remove dependencies in core - Put testing depends in TEST_DEPENDS - Remove unnecessary bsd.port.options.mk inclusions - Remove checks for Perl versions that no longer exist in the ports tree - Sort plists, some of which were so jumbled that I have to assume the plist was randomized before committing A lot of the plist changes in this commit are moving PERL5_MAN3 after SITE_PERL. It's repo churn now, but it makes updating the ports later far easier.
- Remove dependencies in core
- Put testing depends in TEST_DEPENDS
- Remove unnecessary bsd.port.options.mk inclusions
- Remove checks for Perl versions that no longer exist in the ports tree
- Sort plists, some of which were so jumbled that I have to assume
  the plist was randomized before committing

A lot of the plist changes in this commit are moving PERL5_MAN3 after
SITE_PERL. It's repo churn now, but it makes updating the ports later
far easier.
Update to 0.48. 2015-02-14T18:08:38+00:00 adamw adamw@FreeBSD.org 2015-02-14T18:08:38+00:00 dfa8d5603054d524308d562b04f08a249659b516 Changes: https://metacpan.org/changes/distribution/DBD-CSV
Changes: https://metacpan.org/changes/distribution/DBD-CSV
- Update to 0.46 2014-12-07T01:38:13+00:00 wen wen@FreeBSD.org 2014-12-07T01:38:13+00:00 b9a9d62f8266a20643a7e5a9cdf60c6586368f11 Changes: http://cpansearch.perl.org/src/HMBRAND/DBD-CSV-0.46/ChangeLog - Update DEPENDS
Changes: http://cpansearch.perl.org/src/HMBRAND/DBD-CSV-0.46/ChangeLog
- Update DEPENDS
Change the way Perl modules are installed, update the default Perl to 5.18. 2014-11-26T13:08:24+00:00 mat mat@FreeBSD.org 2014-11-26T13:08:24+00:00 9debac461b7729b783ca5a0f5e46461ddac07173 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
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
Cleanup plist 2014-10-20T10:41:12+00:00 bapt bapt@FreeBSD.org 2014-10-20T10:41:12+00:00 58be75add82beff7001c1e1030b845581235c798