aboutsummaryrefslogtreecommitdiff
path: root/multimedia/lsdvd
Commit message (Collapse)AuthorAgeFilesLines
* Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/Sunpoet Po-Chuan Hsieh2017-01-201-1/+1
| | | | Notes: svn path=/head/; revision=431996
* Change defaut cd device to /dev/cd0Baptiste Daroussin2016-11-131-2/+2
| | | | Notes: svn path=/head/; revision=426066
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* - Update to upstream version 0.17Thomas Zander2014-10-255-55/+7
| | | | | | | | | | - Update project URL in pkg-descr and MASTER_SITES accordingly PR: 194499 Submitted by: tkato432@yahoo.com Notes: svn path=/head/; revision=371471
* - StagifyThomas Zander2014-06-071-3/+4
| | | | | | | | | - Add LICENSE Approved by: mentors (implicit) Notes: svn path=/head/; revision=356906
* - Update multimedia/libdvdread to 4.9.9Ganael LAPLANCHE2014-05-131-2/+2
| | | | | | | | | | | - Bump dependent ports' PORTREVISIONS and update LIB_DEPENDS [1] - multimedia/libdvdnav: remove dependency to (now removed) dvdread-config - sysutils/vstrip: remove useless dependency to multimedia/libdvdread Approved by: portmgr (implicit) [1] Notes: svn path=/head/; revision=353931
* - Update libdvdread and libdvdnav to 4.2.1Ganael LAPLANCHE2014-02-031-1/+1
| | | | | | | - Bump dependent ports' revisions Notes: svn path=/head/; revision=342392
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | multimedia) Notes: svn path=/head/; revision=327747
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-291-1/+1
| | | | Notes: svn path=/head/; revision=325560
* - Drop all my portsPav Lucistnik2013-07-091-1/+1
| | | | Notes: svn path=/head/; revision=322581
* - Update libdvdread and libdvdnav to 4.2.0 and bump dependent ports' revisionsGanael LAPLANCHE2012-01-171-1/+1
| | | | | | | | | | | - libdvdread: allow package building with libdvdcss if WITH_DVDCSS is set [1] - libdvdread/libdvdnav: fix endianness handling [2] Submitted by: olgeni [1], richo <richo@psych0tik.net> [2] (via mail to ports@) PR: ports/162197 [1] Notes: svn path=/head/; revision=289371
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276986
* Bump PORTREVISION for libdvdread dependantsMax Brazhnikov2010-09-141-1/+1
| | | | Notes: svn path=/head/; revision=261170
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with M Notes: svn path=/head/; revision=240072
* Replace libdvdread with the version maintained by the mplayer groupRobert Noland2009-02-081-2/+2
| | | | | | | | | | | | | -Turn over maintainership -Bump ports that depend on libdvdread since shared lib version rolls back from .5 to .4 -Fix multimedia/ogle build with this version PR: 127849 Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com> Notes: svn path=/head/; revision=227814
* - Remove patch that was integrated upstreamPav Lucistnik2009-01-301-12/+0
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=227209
* - Chase the download location around Sourceforge and switch to a newer tarballPav Lucistnik2009-01-302-6/+5
| | | | | | | (which have one extra fix) Notes: svn path=/head/; revision=227207
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-8/+1
| | | | Notes: svn path=/head/; revision=200776
* * libdvdread - PORTREVISION incrementJeremy Chadwick2007-04-051-2/+2
| | | | | | | | | | | * libdvdread - add patch for including <stdlib.h> in dvdread/ifo_types.h * Others - LIB_DEPENDS changes (require libdvdread.so.5) * Others - PORTREVISION increment for those dependent on libdvdread Approved by: philip Notes: svn path=/head/; revision=189250
* - Fix runtime crash in machine readable outputPav Lucistnik2006-12-022-0/+13
| | | | | | | | PR: ports/105847 Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> Notes: svn path=/head/; revision=178586
* - Mark BROKEN: does not configurePav Lucistnik2006-08-071-0/+1
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=169943
* - Update to 0.16Pav Lucistnik2006-05-312-4/+6
| | | | | | | Submitted by: Martin Wilke <freebsd@unixfreunde.de> (partially) Notes: svn path=/head/; revision=164054
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* - Revert post-patch-o that slipped inPav Lucistnik2005-11-111-7/+2
| | | | | | | Spotted by: ahze Notes: svn path=/head/; revision=147904
* - Update to 0.15Pav Lucistnik2005-11-114-44/+90
| | | | | | | - Take maintainership Notes: svn path=/head/; revision=147898
* - Reset maintainer to ports@Michael Johnson2005-11-111-1/+1
| | | | Notes: svn path=/head/; revision=147881
* - Add SHA256Michael Johnson2005-11-091-0/+1
| | | | | | | - Add SIZE to a few ports Notes: svn path=/head/; revision=147668
* Fix pre-everything:: so it prints the right dvd drive.Michael Johnson2005-01-251-3/+2
| | | | | | | Pointed out by: mezz Notes: svn path=/head/; revision=127260
* - Update WWW line since lsdvd has it's own page now.Michael Johnson2005-01-191-1/+1
| | | | Notes: svn path=/head/; revision=126848
* Remove a few un-needed lines since we don't use a configure script anymore.Michael Johnson2004-12-301-9/+3
| | | | Notes: svn path=/head/; revision=125495
* Respect CFLAGSMichael Johnson2004-12-131-1/+1
| | | | Notes: svn path=/head/; revision=123878
* - Fix lsdvd so it can print a DVD-titleMichael Johnson2004-12-132-2/+41
| | | | | | | | | | - Skip configure/make and just use ${CC} in do-build: - Bump PORTREVISION Submitted by: Zahemszky G‡bor <Gabor@Zahemszky.HU> Notes: svn path=/head/; revision=123877
* Change email to new FreeBSD.org addressMichael Johnson2004-10-291-1/+1
| | | | | | | Approved by:adamw (mentor) Notes: svn path=/head/; revision=120470
* Fix WWW lineKirill Ponomarev2004-10-131-1/+1
| | | | | | | | PR: ports/72608 Submitted by: maintainer Notes: svn path=/head/; revision=119151
* - Switch to MASTER_SITE_SOURCEFORGE_EXTENDEDPav Lucistnik2004-05-251-1/+1
| | | | | | | | PR: ports/67190 Submitted by: michael johnson <ahze@ahze.net> (maintainer) Notes: svn path=/head/; revision=110002
* Add lsdvd, a small utility to list content of DVD in human readable form.Pav Lucistnik2004-03-313-0/+54
PR: ports/64962 Submitted by: michael johnson <ahze@ahze.net> Notes: svn path=/head/; revision=105774