Commit graph

70 commits

Author SHA1 Message Date
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Mathieu Arnold
afae652a2a Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
  Though you should note that only the default version can be used to
  install Perl modules, and the non default Perl versions cannot use the
  modules installed via ports if they contain .so as they are installed
  in a version specific directory.

Reviewed by:	bapt (the Mk bits)
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3542
2015-09-14 12:19:48 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
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
2014-11-26 13:08:24 +00:00
Martin Wilke
fe665b70e9 - Stage support 2014-02-02 15:21:20 +00:00
Baptiste Daroussin
855fb638fb Add NO_STAGE all over the place in preparation for the staging support (cat: multimedia) 2013-09-20 20:57:48 +00:00
Andrej Zverev
dd0efaef40 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-05 07:29:05 +00:00
Andrej Zverev
0baffb4009 - Trim Makefile header
- Remove unnecessary depend on PERL_LEVEL < 5.12

PR:		ports/178911
Submitted by:	az
Approved by:	maintainer
2013-05-24 10:30:58 +00:00
Sylvio Cesar Teixeira
99b68ede03 - Fix conflicts with multimedia/clive1, which name is py27-clive and not only
clive.

PR:		ports/168701
Submitted by:	Pierre Guinoiseau <pierre@guinoiseau.eu> (maintainer)
2012-06-05 21:41:02 +00:00
Sunpoet Po-Chuan Hsieh
e7de397ede - Update to 2.3.3
- Change MAINTAINER address

Changes:	http://repo.or.cz/w/clive.git/blob/HEAD:/NEWS
PR:		ports/167532
Submitted by:	Pierre Guinoiseau <pierre@guinoiseau.eu>
Approved by:	Pierre Guinoiseau <geekounet@poildetroll.net> (maintainer)
2012-05-02 19:31:23 +00:00
Sunpoet Po-Chuan Hsieh
83fd488d3f - Update to 2.3.2
- Add BUILD_DEPENDS and TEST_DEPENDS
- Sort *_DEPENDS
- Cosmetic change

Changes:	http://repo.or.cz/w/clive.git/blob/HEAD:/NEWS
PR:		ports/162965
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 22 days)
2011-12-22 15:50:56 +00:00
Julien Laffaye
189b1a9ed0 - Update to 2.2.26
- Move LICENSE earlier

PR:		ports/159527
Submitted by:	Pierre Guinoiseau <geekounet@poildetroll.net> (maintainer)
2011-08-05 12:51:06 +00:00
Baptiste Daroussin
de55e2a214 - Update to 2.2.25
PR:		ports/157125
Submitted by:	Pierre Guinoiseau <geekounet@poildetroll.net>
2011-05-17 17:45:24 +00:00
Frederic Culot
8c8adff339 - Update to 2.2.23
Changes:	http://sourceforge.net/apps/trac/clive/wiki/ReleaseNotes
PR:		ports/155317
Submitted by:	Pierre Guinoiseau <geekounet AT poildetroll.net> (maintainer)
2011-03-06 19:06:32 +00:00
Frederic Culot
0426f1a8a3 - Update to 2.2.22
Changes:	http://sourceforge.net/apps/trac/clive/wiki/ReleaseNotes
PR:		ports/154399
Submitted by:	Pierre Guinoiseau <geekounet AT poildetroll.net> (maintainer)
Approved by:	sahil@/wen@ (mentors, implicit)
Feature safe:	yes
2011-02-01 09:13:56 +00:00
Frederic Culot
4049708699 - Update to 2.2.21
Changes:	http://sourceforge.net/apps/trac/clive/wiki/ReleaseNotes
PR:		ports/153915
Submitted by:	Pierre Guinoiseau <geekounet AT poildetroll.net> (maintainer)
Approved by:	sahil@/wen@ (mentors, implicit)
Feature safe:	yes
2011-01-12 18:35:32 +00:00
Philip M. Gollucci
1e1eb07099 - Update to 2.2.19
- Remove MD5

PR:             ports/153036
Submitted by:   Pierre Guinoiseau <geekounet@poildetroll.net> (maintainer)
2010-12-13 04:26:34 +00:00
Baptiste Daroussin
cb480a026a - update to 2.2.16
PR:		ports/151149
Submitted by:	Pierre Guinoiseau <geekounet@poildetroll.net> (maintainer)
2010-10-02 11:33:00 +00:00
Martin Matuska
17e550ca2f Explicitly depend on p5-Digest-MD5 only if PERL_LEVEL < 500703
Explicitly depend on p5-Digest-SHA only if PERL_LEVEL < 501000
2010-09-21 16:08:11 +00:00
Baptiste Daroussin
1002b13117 - Pass maintainership to submitter
PR:		ports/150043
Submitted by:	Pierre Guinoiseau <geekounet _at_ poildetroll.net>
Approved by:	jadawin/tabthorpe (mentors, implicit)
2010-08-27 16:48:38 +00:00
Baptiste Daroussin
d64bd5cc6e - Upgrade to 2.2.13
- Add license
- Take maintainership

Approved by:	mentors (implicit)
2010-08-27 13:16:58 +00:00
Wesley Shields
94f0a06389 Reset maintainer. Thank you Toni for your work on these.
Discussed on:	ports@
2010-07-28 14:37:03 +00:00
Sylvio Cesar Teixeira
6c81886825 - Update to 2.2.11
PR:		ports/145522
Submitted by:	Toni Gundogdu <legatvs@gmail.com> (maintainer)
Approved by:	itetcu (mentor, implicit)
2010-04-08 21:38:06 +00:00
Sylvio Cesar Teixeira
82149f234a - Update to 2.2.10
PR:		ports/145077
Submitted by:	Christoph Moench-Tegeder <cmt@buggraben.net>
Approved by:	maintainer, itetcu (mentor, implicit)
2010-04-08 00:01:56 +00:00
Martin Wilke
10ab754f57 - Update to 2.2.9
PR:		143875
Submitted by:	Toni Gundogdu <legatvs@gmail.com> (maintainer)
2010-02-13 19:37:42 +00:00
Martin Wilke
e7912fb229 - Update to 2.2.8
PR:		141748
Submitted by:	Toni Gundogdu <legatvs@gmail.com> (maintainer)
2009-12-18 22:29:45 +00:00
Martin Wilke
4f1ca4a8d4 - Update to 2.2.7
PR:		139644
Submitted by:	Toni Gundogdu <legatvs@gmail.com> (maintainer)
2009-10-17 07:07:35 +00:00
Martin Wilke
1526b0a3be - Update to 2.2.5
PR:		137761
Submitted by:	Toni Gundogdu <legatvs@gmail.com> (maintainer)
2009-08-14 20:10:02 +00:00
Nicola Vitale
3b34917a2a - Update to 2.2.4
PR:		ports/137358
Submitted by:	Toni Gundogdu <legatvs@gmail.com> (maintainer)
2009-08-02 16:24:50 +00:00
Martin Wilke
59c4527e00 - Update to 2.2.3
PR:		137121
Submitted by:	Toni Gundogdu <legatvs@gmail.com> (maintainer)
2009-07-27 22:26:03 +00:00
Wesley Shields
a9f7db349c - Update to 2.2.1
- Fix COMMENT and pkg-descr to be more accurate

PR:		ports/136009
Submitted by:	Toni Gundogdu <legatvs@gmail.com> (maintainer)
2009-06-28 13:42:33 +00:00
Nicola Vitale
3e8f4b9799 - Update to 2.1.14
- http://code.google.com/p/clive/wiki/Changes

Submitted by:	Toni Gundogdu <legatvs at gmail dot com> (maintainer, via private email)
2009-05-25 21:16:34 +00:00
Nicola Vitale
46b1d1ae52 - Update to 2.1.13
- Add WITH_CACHE to OPTIONS

Submitted by:	Toni Gundogdu <legatvs at gmail dot com> (maintainer), via private email
2009-05-17 16:42:11 +00:00
Martin Wilke
58358de9f1 - Update to 2.1.12
PR:		134385
Submitted by:	legatvs <legatvs@gmail.com> (maintainer)
2009-05-10 18:23:07 +00:00
Martin Wilke
87800f1c3f - Update to 2.1.10
PR:		133379
Submitted by:	legatvs <legatvs@gmail.com> (maintainer)
2009-04-04 19:11:12 +00:00
Martin Wilke
a54efbb381 - Update to 2.1.9
PR:		133133
Submitted by:	Toni Gundogdu <legatvs@gmail.com> (maintainer)
2009-03-27 22:41:33 +00:00
Martin Wilke
de0c43a60a - Update to 2.1.8
- Update pkg-descr

PR:		133057
Submitted by:	Toni Gundogdu <legatvs@gmail.com> (maintainer)
2009-03-25 15:09:21 +00:00
Dennis Herrmann
f5a00546fa - Update to 2.1.7
- Remove DIST_SUBDIR while I am here

PR:	ports/132708
Submitted by:	Toni Gundogdu <legatvs@gmail.com>
Approved by:	tabthorpe (co-mentor)
2009-03-17 16:09:13 +00:00
Renato Botelho
391d1d3413 - Fix CONFLICTS, the mask used conflict the port with cclive, and they can
co-exist
- Remove pkg-plist file, since Makefile has PLIST_FILES line

PR:		ports/132031
Submitted by:	maintainer
2009-02-25 13:49:58 +00:00
Martin Wilke
51a19649db - Update to 2.1.6
PR:		131890
Submitted by:	Toni Gundogdu <legatvs@gmail.com> (maintainer)
2009-02-23 20:19:53 +00:00
Nicola Vitale
6fa1213b25 - Pass the maintainership to Toni Gundogdu (legatvs@gmail.com) as required via email 2009-02-19 10:22:54 +00:00
Nicola Vitale
1b988e2bb9 - Fix value of USE_PERL5 variable (2.5.8 -> 5.8.2)
Pointed out by:	pgollucci
2009-02-07 23:23:57 +00:00
Nicola Vitale
5024f8840b - Update to 2.1.5 (the program now depends on Perl instead of Python)
PR:		ports/131459
Submitted by:	bf <bf2006a at yahoo dot com>
2009-02-07 22:53:47 +00:00
Nicola Vitale
24992dc130 - Update to 1.0.2
- Add WITH_FEEDPARSER, and WITH_XINE options
- Fix the python command on the shebang lines
- Fix WWW site
- Remove MyVideo from the supported video sites
- Set USE_PYTHON to 2.4-2.6 (the program is not compatible with 3.0)

PR:		ports/128362
Submitted by:	bc <bf2006a at yahoo dotcom>
2008-12-21 21:13:50 +00:00
Nicola Vitale
607bc6d592 - Update to 1.0.0
- Add www/py-urlgrabber to RUN_DEPENDS
- Add clive-passwd.1 to MAN1
- Add WITH_PYCRYPTO to OPTIONS
- Remove devel/libslang2 from LIB_DEPENDS, and CONFIGURE_ENV
  for the old bundled module newt
2008-08-11 12:38:45 +00:00
Nicola Vitale
c5403924e0 - Update to 0.4.19
- Use --with-installed-newt instead of --with-newt as CONFIGURE_ARGS
2008-07-28 08:21:31 +00:00
Nicola Vitale
e001236097 - Update to 0.4.16 2008-07-03 13:19:49 +00:00
Nicola Vitale
7816969e3b - Update to 0.4.15
- Add myvideo.(at|be|ch|de|nl) site to pkg-descr
2008-06-23 16:11:49 +00:00
Nicola Vitale
6004ca53c5 - Update to 0.4.14
- Add sevenload.com website to pkg-descr
2008-05-30 13:52:48 +00:00
Nicola Vitale
5b861b86cd - Update to 0.4.13 2008-05-21 16:09:35 +00:00
Nicola Vitale
7bc945dde2 - Update to 0.4.12
- Add option WITH_NEWT (use devel/newt or bundled module)
- Add other main features of the program in pkg-descr
- Remove option WITH_RSSATOM
2008-05-15 15:50:51 +00:00