aboutsummaryrefslogtreecommitdiff
path: root/multimedia/clive
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-1/+1
| | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=396892
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Stage supportMartin Wilke2014-02-021-3/+2
| | | | Notes: svn path=/head/; revision=342317
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | multimedia) Notes: svn path=/head/; revision=327747
* - convert to the new perl5 frameworkAndrej Zverev2013-09-051-1/+2
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326361
* - Trim Makefile headerAndrej Zverev2013-05-241-13/+2
| | | | | | | | | | | - Remove unnecessary depend on PERL_LEVEL < 5.12 PR: ports/178911 Submitted by: az Approved by: maintainer Notes: svn path=/head/; revision=318952
* - Fix conflicts with multimedia/clive1, which name is py27-clive and not onlySylvio Cesar Teixeira2012-06-051-3/+2
| | | | | | | | | | clive. PR: ports/168701 Submitted by: Pierre Guinoiseau <pierre@guinoiseau.eu> (maintainer) Notes: svn path=/head/; revision=298545
* - Update to 2.3.3Sunpoet Po-Chuan Hsieh2012-05-022-4/+4
| | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=295882
* - Update to 2.3.2Sunpoet Po-Chuan Hsieh2011-12-223-55/+17
| | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=287872
* - Update to 2.2.26Julien Laffaye2011-08-052-5/+5
| | | | | | | | | | - Move LICENSE earlier PR: ports/159527 Submitted by: Pierre Guinoiseau <geekounet@poildetroll.net> (maintainer) Notes: svn path=/head/; revision=278959
* - Update to 2.2.25Baptiste Daroussin2011-05-172-3/+3
| | | | | | | | PR: ports/157125 Submitted by: Pierre Guinoiseau <geekounet@poildetroll.net> Notes: svn path=/head/; revision=274232
* - Update to 2.2.23Frederic Culot2011-03-062-3/+3
| | | | | | | | | Changes: http://sourceforge.net/apps/trac/clive/wiki/ReleaseNotes PR: ports/155317 Submitted by: Pierre Guinoiseau <geekounet AT poildetroll.net> (maintainer) Notes: svn path=/head/; revision=270378
* - Update to 2.2.22Frederic Culot2011-02-012-3/+3
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=268514
* - Update to 2.2.21Frederic Culot2011-01-122-3/+3
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=267705
* - Update to 2.2.19Philip M. Gollucci2010-12-134-29/+24
| | | | | | | | | | - Remove MD5 PR: ports/153036 Submitted by: Pierre Guinoiseau <geekounet@poildetroll.net> (maintainer) Notes: svn path=/head/; revision=266176
* - update to 2.2.16Baptiste Daroussin2010-10-022-4/+4
| | | | | | | | PR: ports/151149 Submitted by: Pierre Guinoiseau <geekounet@poildetroll.net> (maintainer) Notes: svn path=/head/; revision=262319
* Explicitly depend on p5-Digest-MD5 only if PERL_LEVEL < 500703Martin Matuska2010-09-211-2/+5
| | | | | | | Explicitly depend on p5-Digest-SHA only if PERL_LEVEL < 501000 Notes: svn path=/head/; revision=261560
* - Pass maintainership to submitterBaptiste Daroussin2010-08-271-1/+1
| | | | | | | | | PR: ports/150043 Submitted by: Pierre Guinoiseau <geekounet _at_ poildetroll.net> Approved by: jadawin/tabthorpe (mentors, implicit) Notes: svn path=/head/; revision=260083
* - Upgrade to 2.2.13Baptiste Daroussin2010-08-272-5/+7
| | | | | | | | | | - Add license - Take maintainership Approved by: mentors (implicit) Notes: svn path=/head/; revision=260073
* Reset maintainer. Thank you Toni for your work on these.Wesley Shields2010-07-281-1/+1
| | | | | | | Discussed on: ports@ Notes: svn path=/head/; revision=258386
* - Update to 2.2.11Sylvio Cesar Teixeira2010-04-082-4/+4
| | | | | | | | | PR: ports/145522 Submitted by: Toni Gundogdu <legatvs@gmail.com> (maintainer) Approved by: itetcu (mentor, implicit) Notes: svn path=/head/; revision=252454
* - Update to 2.2.10Sylvio Cesar Teixeira2010-04-083-4/+5
| | | | | | | | | PR: ports/145077 Submitted by: Christoph Moench-Tegeder <cmt@buggraben.net> Approved by: maintainer, itetcu (mentor, implicit) Notes: svn path=/head/; revision=252417
* - Update to 2.2.9Martin Wilke2010-02-132-4/+4
| | | | | | | | PR: 143875 Submitted by: Toni Gundogdu <legatvs@gmail.com> (maintainer) Notes: svn path=/head/; revision=249801
* - Update to 2.2.8Martin Wilke2009-12-183-6/+6
| | | | | | | | PR: 141748 Submitted by: Toni Gundogdu <legatvs@gmail.com> (maintainer) Notes: svn path=/head/; revision=246194
* - Update to 2.2.7Martin Wilke2009-10-172-4/+4
| | | | | | | | PR: 139644 Submitted by: Toni Gundogdu <legatvs@gmail.com> (maintainer) Notes: svn path=/head/; revision=242955
* - Update to 2.2.5Martin Wilke2009-08-142-5/+5
| | | | | | | | PR: 137761 Submitted by: Toni Gundogdu <legatvs@gmail.com> (maintainer) Notes: svn path=/head/; revision=239564
* - Update to 2.2.4Nicola Vitale2009-08-023-4/+8
| | | | | | | | PR: ports/137358 Submitted by: Toni Gundogdu <legatvs@gmail.com> (maintainer) Notes: svn path=/head/; revision=238777
* - Update to 2.2.3Martin Wilke2009-07-274-6/+11
| | | | | | | | PR: 137121 Submitted by: Toni Gundogdu <legatvs@gmail.com> (maintainer) Notes: svn path=/head/; revision=238458
* - Update to 2.2.1Wesley Shields2009-06-285-87/+46
| | | | | | | | | | - Fix COMMENT and pkg-descr to be more accurate PR: ports/136009 Submitted by: Toni Gundogdu <legatvs@gmail.com> (maintainer) Notes: svn path=/head/; revision=236720
* - Update to 2.1.14Nicola Vitale2009-05-252-4/+4
| | | | | | | | | - http://code.google.com/p/clive/wiki/Changes Submitted by: Toni Gundogdu <legatvs at gmail dot com> (maintainer, via private email) Notes: svn path=/head/; revision=234552
* - Update to 2.1.13Nicola Vitale2009-05-172-6/+10
| | | | | | | | | - Add WITH_CACHE to OPTIONS Submitted by: Toni Gundogdu <legatvs at gmail dot com> (maintainer), via private email Notes: svn path=/head/; revision=234111
* - Update to 2.1.12Martin Wilke2009-05-102-5/+4
| | | | | | | | PR: 134385 Submitted by: legatvs <legatvs@gmail.com> (maintainer) Notes: svn path=/head/; revision=233621
* - Update to 2.1.10Martin Wilke2009-04-042-7/+8
| | | | | | | | PR: 133379 Submitted by: legatvs <legatvs@gmail.com> (maintainer) Notes: svn path=/head/; revision=231611
* - Update to 2.1.9Martin Wilke2009-03-272-4/+4
| | | | | | | | PR: 133133 Submitted by: Toni Gundogdu <legatvs@gmail.com> (maintainer) Notes: svn path=/head/; revision=231165
* - Update to 2.1.8Martin Wilke2009-03-253-9/+10
| | | | | | | | | | - Update pkg-descr PR: 133057 Submitted by: Toni Gundogdu <legatvs@gmail.com> (maintainer) Notes: svn path=/head/; revision=230979
* - Update to 2.1.7Dennis Herrmann2009-03-172-7/+5
| | | | | | | | | | | - Remove DIST_SUBDIR while I am here PR: ports/132708 Submitted by: Toni Gundogdu <legatvs@gmail.com> Approved by: tabthorpe (co-mentor) Notes: svn path=/head/; revision=230306
* - Fix CONFLICTS, the mask used conflict the port with cclive, and they canRenato Botelho2009-02-252-3/+1
| | | | | | | | | | | co-exist - Remove pkg-plist file, since Makefile has PLIST_FILES line PR: ports/132031 Submitted by: maintainer Notes: svn path=/head/; revision=229037
* - Update to 2.1.6Martin Wilke2009-02-233-22/+52
| | | | | | | | PR: 131890 Submitted by: Toni Gundogdu <legatvs@gmail.com> (maintainer) Notes: svn path=/head/; revision=228938
* - Pass the maintainership to Toni Gundogdu (legatvs@gmail.com) as required ↵Nicola Vitale2009-02-191-1/+1
| | | | | | | via email Notes: svn path=/head/; revision=228640
* - Fix value of USE_PERL5 variable (2.5.8 -> 5.8.2)Nicola Vitale2009-02-071-1/+1
| | | | | | | Pointed out by: pgollucci Notes: svn path=/head/; revision=227782
* - Update to 2.1.5 (the program now depends on Perl instead of Python)Nicola Vitale2009-02-074-133/+39
| | | | | | | | PR: ports/131459 Submitted by: bf <bf2006a at yahoo dot com> Notes: svn path=/head/; revision=227779
* - Update to 1.0.2Nicola Vitale2008-12-214-10/+28
| | | | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=224541
* - Update to 1.0.0Nicola Vitale2008-08-113-48/+24
| | | | | | | | | | | - 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 Notes: svn path=/head/; revision=218406
* - Update to 0.4.19Nicola Vitale2008-07-283-5/+8
| | | | | | | - Use --with-installed-newt instead of --with-newt as CONFIGURE_ARGS Notes: svn path=/head/; revision=217735
* - Update to 0.4.16Nicola Vitale2008-07-032-4/+4
| | | | Notes: svn path=/head/; revision=216234
* - Update to 0.4.15Nicola Vitale2008-06-233-5/+5
| | | | | | | - Add myvideo.(at|be|ch|de|nl) site to pkg-descr Notes: svn path=/head/; revision=215633
* - Update to 0.4.14Nicola Vitale2008-05-303-6/+7
| | | | | | | - Add sevenload.com website to pkg-descr Notes: svn path=/head/; revision=213938
* - Update to 0.4.13Nicola Vitale2008-05-213-4/+7
| | | | Notes: svn path=/head/; revision=213464
* - Update to 0.4.12Nicola Vitale2008-05-154-26/+38
| | | | | | | | | - Add option WITH_NEWT (use devel/newt or bundled module) - Add other main features of the program in pkg-descr - Remove option WITH_RSSATOM Notes: svn path=/head/; revision=213087