aboutsummaryrefslogtreecommitdiff
path: root/multimedia/dvdrip
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-24/+24
| | | | | | | | 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-3/+3
| | | | | | | | | | | | | | | | | | | - 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
* - Strip binariesDmitry Marakasov2015-05-291-3/+8
| | | | Notes: svn path=/head/; revision=387849
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-31/+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
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* multimedia/dvdrip: stage, split out RAR as an optionJohn Marino2014-07-072-34/+25
| | | | | | | | | | | | | | | The archivers/rar port is a FreeBSD BLOB which DragonFly can't use. In fact, only i386 and 32-bit enabled amd64 platforms on FreeBSD can use it. Rather than have dvdrip break by default on all the platforms that don't support RAR, change to an non-default option. While here: * use shebangfix to adjust perl * Don't define RUN_DEPENDS based on BUILD_DEPENDS (bad practice) * Use modern OPTIONS configuration Notes: svn path=/head/; revision=361106
* Resetting maintainership on ports that have not been staged and without anyBaptiste Daroussin2014-07-061-1/+1
| | | | | | | | | pending PR (related to stage) With hat: portmgr Notes: svn path=/head/; revision=360920
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* 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 new Uses/perl5.mk frameworkAndrej Zverev2013-07-311-2/+2
| | | | | | | | | | | - Resolve issues with implicit lang/perl in extract and patch dependencies - Trim Makefile header Reviewed by: bapt@ (exp-run) Approved by: bapt@ (portmrg@) Notes: svn path=/head/; revision=324007
* Remove USE_CDRTOOLS from bsd.port.mkBaptiste Daroussin2013-04-261-2/+2
| | | | | | | | | | | | | | | This macros has been useless since cdrtools-cjk port has gone. This macros also lead to badly handled dependencies assuming that the dependency on cdrtools was most BUILD and RUN dependency. While most of the time it is simply a RUN dependency and sometime a build one. While here: - Trim some headers - Convert some ports to optionsng - Convert some ports to USES= gettext Notes: svn path=/head/; revision=316600
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* For perl@ owned ports:Eitan Adler2013-03-291-6/+2
| | | | | | | | - Fix COMMENT - Trim header Notes: svn path=/head/; revision=315509
* - Avoid SITE_PERL in DEPENDSSteve Wills2012-06-161-8/+8
| | | | | | | - Avoid += without preceeding definition Notes: svn path=/head/; revision=299401
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Convert to new options frameworkBaptiste Daroussin2012-05-311-6/+7
| | | | Notes: svn path=/head/; revision=297871
* - Bump PORTREVISION to chase the update of multimedia/libvpxAshish SHUKLA2012-02-161-1/+1
| | | | Notes: svn path=/head/; revision=291538
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.Andrej Zverev2011-09-081-4/+4
| | | | | | | | | | See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. With perl@ hat Notes: svn path=/head/; revision=281438
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276986
* Remove run dependency on the expired multimedia/xvid4confBaptiste Daroussin2011-05-021-1/+0
| | | | Notes: svn path=/head/; revision=273448
* - Update dependency lines for new p5-AnyEventPav Lucistnik2011-01-131-1/+1
| | | | | | | | Reported by: pointyhat Feature safe: yes Notes: svn path=/head/; revision=267754
* - Mark as MAKE_JOBS_UNSAFEMartin Wilke2010-08-091-0/+1
| | | | | | | | PR: 149435 Submitted by: Ivan Klymenko <fidaj@ukr.net> Notes: svn path=/head/; revision=258976
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - Fix problem in cluster modeSylvio Cesar Teixeira2010-04-252-1/+12
| | | | | | | | | | - BUMP PORTREVISION PR: ports/146015 Submitted by: Pascal Stumpf <pascal.stumpf@cubes.de> Notes: svn path=/head/; revision=253224
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Update to 0.98.11Sylvio Cesar Teixeira2010-03-192-5/+4
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=251249
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Update to 0.98.10Mathieu Arnold2009-02-285-75/+10
| | | | Notes: svn path=/head/; revision=229213
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-10/+0
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* Update to 0.98.8Mathieu Arnold2007-08-293-4/+5
| | | | Notes: svn path=/head/; revision=198504
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-1/+1
| | | | | | | | | | 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
* Add dependency on rar:Edwin Groothuis2007-08-041-0/+1
| | | | | | | rar command (for vobsub compression): rar executable not found: NOT Ok Notes: svn path=/head/; revision=197045
* Update to 0.98.6Mathieu Arnold2007-07-082-5/+4
| | | | Notes: svn path=/head/; revision=195214
* Reset rainer.alves@gmail.com by request due to current lack of time toMark Linimon2007-06-291-2/+2
| | | | | | | work on FreeBSD. Notes: svn path=/head/; revision=194480
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Use new USE_CDRTOOLS variablePav Lucistnik2007-01-311-1/+1
| | | | | | | Tested on: pointyhat Notes: svn path=/head/; revision=183769
* - Update to 0.98.2Rong-En Fan2007-01-063-68/+14
| | | | | | | | | PR: ports/107085 Submitted by: chinsan Approved by: maintainer timeout (15 days) Notes: svn path=/head/; revision=181610
* - Update to 0.98.1Pav Lucistnik2006-09-2416-257/+358
| | | | | | | | PR: ports/103528 Submitted by: Rainer Alves <rainer.alves@gmail.com> (maintainer) Notes: svn path=/head/; revision=173702
* - Update to 0.52.7Marcus Alves Grando2006-05-308-100/+27
| | | | | | | | | | | - Take maintainer - portlint(1) PR: 95859 Submitted by: Rainer Alves <rainer.alves___gmail.com> Notes: svn path=/head/; revision=163964
* - Fix hang on startup with perl 5.8.8Pav Lucistnik2006-03-262-2/+13
| | | | | | | | PR: ports/94944 Submitted by: Sam Stein <scs@b1tt3r.org> Notes: svn path=/head/; revision=158173
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.Ade Lovett2006-03-071-1/+1
| | | | | | | | Discussed with: kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=157004
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-15/+15
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154114
* convert to OPTIONSOliver Lehmann2006-01-191-9/+20
| | | | | | | add 2 options for disabling subtitle and vorbis support Notes: svn path=/head/; revision=153856
* Chase libversion bumb to libMagick.so.9Edwin Groothuis2006-01-051-1/+1
| | | | | | | PR: ports/91270 Notes: svn path=/head/; revision=152778
* o Add dependency on multimedia/subtitleripper which will allowMario Sergio Fujikawa Ferreira2005-12-091-0/+2
| | | | | | | | subtitle handling o Bump PORTREVISION Notes: svn path=/head/; revision=150697
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149442
* - Update to 0.52.6 [1]Renato Botelho2005-09-2111-141/+100
| | | | | | | | | | | | - Fix ports@FreeBSD.org address [1] - Remove redundant declaration of MAN3PREFIX (spotted by portlint(1)) [1] - Mark it as BROKEN on 4.x because some dependencies doesn't install on it. PR: ports/84919 [1] Submitted by: Ulrich Spoerlein <q@galgenberg.net> [1] Notes: svn path=/head/; revision=143276