aboutsummaryrefslogtreecommitdiff
path: root/multimedia/vcdimager
Commit message (Collapse)AuthorAgeFilesLines
* Enable stageBaptiste Daroussin2013-10-192-9/+15
| | | | | | | Strip binaries Notes: svn path=/head/; revision=330905
* 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
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+0
| | | | Notes: svn path=/head/; revision=316355
* Convert some multimedia@ ports to:Baptiste Daroussin2013-04-221-1/+2
| | | | | | | USES=pkgconfig and USES=pathfix Notes: svn path=/head/; revision=316286
* Use build-only dependency on pkgconfBaptiste Daroussin2012-10-061-5/+3
| | | | | | | Trim headers Notes: svn path=/head/; revision=305410
* Chase libcdio shlib bumpTilman Keskinoz2012-01-181-1/+2
| | | | Notes: svn path=/head/; revision=289416
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-1/+0
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-0/+1
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+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 USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+1
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* - update to 0.7.24Baptiste Daroussin2011-03-292-5/+5
| | | | | | | - add license Notes: svn path=/head/; revision=271985
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Chase libcdio shared library version bumpTilman Keskinoz2009-11-281-2/+2
| | | | Notes: svn path=/head/; revision=244901
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+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
* - chase the cdio shared lib bumpMichael Landin2008-04-081-2/+2
| | | | Notes: svn path=/head/; revision=210837
* Portlint:Jeremy Messenger2007-03-261-1/+1
| | | | | | | -INSTALLS_SHLIB -> USE_LDCONFIG. Notes: svn path=/head/; revision=188422
* Use libtool port instead of included one to avoid objformat a.out botchKris Kennaway2007-01-281-0/+1
| | | | Notes: svn path=/head/; revision=183519
* - Give a few homeless ports a home with multimedia@Michael Johnson2006-06-091-2/+2
| | | | Notes: svn path=/head/; revision=164919
* - Chase lib version bump to libcdioMichael Landin2006-05-241-2/+2
| | | | Notes: svn path=/head/; revision=163248
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* Fix typos of entries in .texi.Norikatsu Shigemura2006-03-132-1/+11
| | | | | | | | | | | PR: ports/93916 Reported by: many people Tested by: many people Approved by: portmgr (linimon), lofi (dirmngr's maintainer) Reviewed by: hrs (UPDATING) Notes: svn path=/head/; revision=157079
* Conversion to a single libtool environment.Ade Lovett2006-02-232-3/+5
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149442
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Update to 0.7.23Marcus Alves Grando2005-09-163-5/+4
| | | | | | | Approved by: pav (mentor) Notes: svn path=/head/; revision=142950
* - Chase libcdio libversionMichael Johnson2005-07-131-1/+2
| | | | | | | Forgotten by: mich Notes: svn path=/head/; revision=139030
* Update to 0.7.22Tilman Keskinoz2005-05-182-4/+3
| | | | | | | | | | | * vcdxrip: add option "notrack" to skip ripping of a specific track * vcd-info: single argument acts like -i option * some stylistic coding changes (e.g. add _t suffix and p_ prefix) * fix clobbering a version number via strncpy * Memory leaks and errors reduced Notes: svn path=/head/; revision=135553
* - Remove some MASTER_SITES that don't carry this version of vcdimagerMichael Johnson2005-05-031-3/+1
| | | | Notes: svn path=/head/; revision=134526
* Update libcdio to 0.73.Tilman Keskinoz2005-04-201-2/+2
| | | | | | | Chase shared library version. Notes: svn path=/head/; revision=133788
* Chase libcdio shlib version,Tilman Keskinoz2005-02-141-1/+2
| | | | | | | Bump PORTREVISION Notes: svn path=/head/; revision=128848
* libcdio: Update to 0.71Tilman Keskinoz2004-12-084-18/+8
| | | | | | | | vcdimager: Update to 0.7.21 vlc: Chase share library bumps, Bump PORTREVISION Notes: svn path=/head/; revision=123497
* Remove MASTER_SITE_SUBDIR since we don't use it anymore.Michael Johnson2004-11-261-2/+1
| | | | | | | Approved by: adamw (implicit) Notes: svn path=/head/; revision=122493
* Remove MASTER_SITE_GNU_ALPHA from MASTER_SITESMichael Johnson2004-11-261-2/+2
| | | | | | | | | Add videolan.org to MASTER_SITES since vcdimager.org is rarely up Approved by: adamw (implicit) Notes: svn path=/head/; revision=122492
* Update libcdio to 0.70Tilman Keskinoz2004-10-131-2/+2
| | | | | | | Bump PORTREVISION of affected port Notes: svn path=/head/; revision=119173
* Fix libvcdinfo.pcKirill Ponomarev2004-09-012-4/+8
| | | | | | | | | | | | o This will allow vcd support to work in multimedia/vlc (and possibly other ports) Use libtool PR: ports/71171 Submitted by: Michael Johnson <ahze@ahze.net> Notes: svn path=/head/; revision=117817
* Chase libcdio shared library versionTilman Keskinoz2004-06-262-1/+13
| | | | | | | Fix build with libcdio 0.69 Notes: svn path=/head/; revision=112316
* Fix dependency on libcdioTilman Keskinoz2004-04-051-1/+1
| | | | | | | | | PR: 65181 Submitted by: Kay Lehmann Pointy hat to: arved Notes: svn path=/head/; revision=106223
* Update to 0.7.20Tilman Keskinoz2004-04-043-13/+24
| | | | | | | Drop Maintainership. Notes: svn path=/head/; revision=106142
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Add MASTER_SITE_GNU_ALPHATilman Keskinoz2003-10-311-1/+3
| | | | | | | Submitted by: ijliao Notes: svn path=/head/; revision=92698
* Use new INFO macrosTilman Keskinoz2003-08-042-14/+3
| | | | Notes: svn path=/head/; revision=86295
* Fix WWWTilman Keskinoz2003-04-242-3/+3
| | | | | | | portlint Notes: svn path=/head/; revision=79601
* Add missing manpageKris Kennaway2003-04-051-1/+2
| | | | Notes: svn path=/head/; revision=78231
* Remove reference to my old emailaddress.Tilman Keskinoz2003-03-281-4/+0
| | | | Notes: svn path=/head/; revision=77628
* Update to 0.7.14Tilman Keskinoz2003-03-234-25/+13
| | | | Notes: svn path=/head/; revision=77266
* de-pkg-commentTilman Keskinoz2003-02-222-1/+1
| | | | Notes: svn path=/head/; revision=76148
* Complete Repositorycopy: Adjust CATEGORIES, Add SUBDIRs to MakefileTilman Keskinoz2003-01-061-1/+1
| | | | Notes: svn path=/head/; revision=72638
* Update my EmailadressTilman Keskinoz2002-10-221-1/+1
| | | | | | | Approved by: kris (mentor) Notes: svn path=/head/; revision=68592