summaryrefslogtreecommitdiff
path: root/audio/xmcd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* portlint (whitespace cleanup)Kris Kennaway2003-10-271-1/+1
| | | | Notes: svn path=/head/; revision=92312
* Make portlint(1) happy by changing strip to ${STRIP_CMD}Sergey A. Osokin2003-09-241-4/+4
| | | | | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998 Notes: svn path=/head/; revision=89169
* Update to version 3.2.1.Daniel Eischen2003-08-043-6/+14
| | | | Notes: svn path=/head/; revision=86256
* Strip installed binaries. Remove patch-ae since the file it modifiesDaniel Eischen2003-04-182-11/+6
| | | | | | | | | is not needed when using imake. Submitted by: Carl Mascott <cmascott@att.net> Notes: svn path=/head/; revision=79191
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76030
* Upgrade to 3.2.0.Daniel Eischen2003-01-108-95/+91
| | | | | | | | Xmcd now provides audio extraction and playback directly to a sound device. Notes: svn path=/head/; revision=72828
* Fix MASTER_SITE; directory structure has changed.Daniel Eischen2003-01-071-1/+1
| | | | Notes: svn path=/head/; revision=72704
* Change the WWW site.Daniel Eischen2002-06-251-1/+1
| | | | | | | Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> Notes: svn path=/head/; revision=61942
* Upgrade to xmcd-3.1 patchlevel 1.Daniel Eischen2002-06-085-36/+52
| | | | Notes: svn path=/head/; revision=60905
* The author rerolled the tarball with a VMS-specific change. Chase theKris Kennaway2001-08-111-1/+1
| | | | | | | | | checksum. Noticed by: deischen Notes: svn path=/head/; revision=46096
* Upgrade to xmcd 3.0.2. This version fixes a tempfile race condition andKris Kennaway2001-08-062-3/+2
| | | | | | | | a buffer overflow. I'm not exactly sure why a CD player needs to be setuid root. Notes: svn path=/head/; revision=45900
* o fix build for XFree86-4.FUJISHIMA Satsuki2001-07-271-13/+6
| | | | | | | | | | | PR: 29256 Submitted by: Richard Wiwatowski <rjwiwat@betalogic.com.au> o getting rid of dependency on -clients. (rman is now part of imake-4.) o use pre/post.mk to simplify testing. Notes: svn path=/head/; revision=45549
* Note steps to submit CDDB dataMark Pulford2001-07-181-0/+5
| | | | | | | PR: 22605 Notes: svn path=/head/; revision=45227
* Update to version 3.0pl1Daniel Eischen2001-07-1710-262/+302
| | | | Notes: svn path=/head/; revision=45208
* MASTER_SITE changeDaniel Eischen2001-04-211-1/+1
| | | | Notes: svn path=/head/; revision=41764
* build html manpages for XFree86-4.FUJISHIMA Satsuki2001-02-121-0/+27
| | | | Notes: svn path=/head/; revision=38242
* Change motif to a normal dependency. REQUIRES_MOTIF is now calledSatoshi Asami2000-11-071-1/+1
| | | | | | | | | | | | | | | | | USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif. As before, it implies USE_XPM (and therefore USE_XLIB). Motif-dummy is removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3. Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always have USE_MOTIF. ftp/moxftp will define USE_MOTIF unless WANT_ATHENA_VERSION (new variable) is defined. I merged the X cases in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined. I will remove x11-toolkits/Motif-dummy (which has been repo copied to open-motif) in a few days. Notes: svn path=/head/; revision=34892
* Do not gratuitously change manpage directory ownerships.Satoshi Asami2000-08-131-0/+11
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=31596
* Make xmcd compile and build on the Alpha.Daniel Eischen2000-05-061-0/+50
| | | | | | | Submitted by: Mark Abene <phiber@radicalmedia.com> Notes: svn path=/head/; revision=28312
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-2/+2
| | | | Notes: svn path=/head/; revision=27415
* Upgrade to latest release (xmcd-2.6).Daniel Eischen2000-02-233-9/+12
| | | | | | | | | | | | | | | This still fails to build correctly on -current since the /usr/libexec/cpp fiasco -- old versions of imake still use /usr/libexec/cpp instead of gcc -E. If you don't have a fixed version of imake, a quick fix to get around this is to set IMAKECPP=/usr/bin/cpp in your environment before make'ing this port. Note that the port builds without errors if you don't have the correct version of imake, but FREEBSD_CAM will not be defined and xmcd will use the ioctl method which hasn't worked since 3.0. Notes: svn path=/head/; revision=26192
* WWW movedMichael Haro2000-02-141-1/+1
| | | | Notes: svn path=/head/; revision=25831
* fix some pkg/MESSAGE stuffMichael Haro2000-01-291-1/+1
| | | | Notes: svn path=/head/; revision=25253
* Make this port ARCH-neutral.Steve Price1999-09-272-6/+7
| | | | Notes: svn path=/head/; revision=21973
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20938
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* The xmcd author released an updated version of xmcd-2.5 thatDaniel Eischen1999-07-052-40/+1
| | | | | | | | | | incorporated what was in patch-af. Removed patch-af and updated md5 to fix breakage caused by this release. Breakage reported by: jkh Notes: svn path=/head/; revision=20070
* Add a couple of missing files from upgrade to 2.5.Steve Price1999-06-272-59/+60
| | | | | | | Noticed by: msmith Notes: svn path=/head/; revision=19844
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* Give up root temporarily to read user's .Xauthority.Thomas Gellekum1999-05-261-0/+39
| | | | | | | PR: 11887 Notes: svn path=/head/; revision=19003
* Update to version 2.5.Steve Price1999-05-164-54/+54
| | | | | | | | PR: 11693 Submitted by: maintainer Notes: svn path=/head/; revision=18843
* Wisten, to the SWwound, of a Whole new WOOTim Vanderhoek1999-05-021-1/+1
| | | | | | | | | | | | [CheeriWOs!] Wisten, to the SWwound, of a Whole new WOO [CheeriWOs!] [ie. Add WWW:, and periodic misc legibalizificatings] Notes: svn path=/head/; revision=18335
* Let bsd.port.mk handle compressing the manpages.Steve Price1999-02-221-4/+2
| | | | | | | PR: 10055 Notes: svn path=/head/; revision=16832
* Correct version number in comment.Matthew Hunt1999-01-081-2/+2
| | | | Notes: svn path=/head/; revision=15936
* Honor CFLAGS.Steve Price1999-01-021-0/+24
| | | | | | | | PR: 9234 Submitted by: Sheldon Hearn <axl@iafrica.com> Notes: svn path=/head/; revision=15781
* To decide the configuration files' directory affecting ${PREFIX}.SADA Kenji1998-12-052-1/+22
| | | | | | | | PR: ports/8972 Submitted by: gpalmer@FreeBSD.ORG Notes: svn path=/head/; revision=15141
* Upgrade to 2.4. This release includes CAM compatibility.Matthew Hunt1998-11-115-626/+62
| | | | | | | | PR: 8616 Submitted by: Daniel Eischen <eischen@vigrid.com> Notes: svn path=/head/; revision=14458
* Add CAM support to xmcd. This patch makes xmcd autodetect a CAM system,Kenneth D. Merry1998-10-091-0/+433
| | | | | | | | | | | | | | | | and use the appropriate SCSI interface code. This patch has been sitting around for 3 weeks, and no one committed it, so I thought I'd commit it before the ports freeze tomorrow. xmcd-2.3pl1 will have native CAM support, but since it looks unlikely it'll be out before tomorrow, we'll have to go with the "unofficial" CAM patch. PR: ports/7957 Submitted by: maintainer ("Daniel M. Eischen" <eischen@vigrid.com>) Notes: svn path=/head/; revision=13799
* Two manpages (out of four) are installed uncompressed in this port. So,Satoshi Asami1998-08-312-5/+5
| | | | | | | compress them in post-install: so compress-man can DTRT. Notes: svn path=/head/; revision=12957
* Back-out (I think I did this the hard way) the previous rev.Tim Vanderhoek1998-08-312-2/+4
| | | | | | | | | | | In retrospect, I should have suspected something was strange, but I still have no idea _why_... Apparently half of the manpages in this port are installed compressed. I think this is because the port tries to mix Imake with its own installation script. I'll have to figture-out for sure some day. Notes: svn path=/head/; revision=12955
* For some reason two manpages were missing from the MANx variables.Tim Vanderhoek1998-08-282-4/+2
| | | | Notes: svn path=/head/; revision=12903
* Please don't copy straight from manpages without at leastTim Vanderhoek1998-08-281-13/+13
| | | | | | | | | | reformatting it to looks reasonable in pkg/DESCR (eg. remove justification). Add homepage. Notes: svn path=/head/; revision=12902
* These ports install uncompressed manpages even though USE_IMAKE isSatoshi Asami1998-08-251-1/+2
| | | | | | | | | set, so mark them with MANCOMPRESSED=no. Note that this requires the new bsd.port.mk that is not committed yet (going through final tests, will be committed in a few hours). Notes: svn path=/head/; revision=12817
* Oops, forgot to commit this.Satoshi Asami1998-08-131-0/+5
| | | | Notes: svn path=/head/; revision=12485
* Make this port non-interactive. The configuration script isSatoshi Asami1998-08-133-38/+56
| | | | | | | | | | | | installed under ${PREFIX} for package users anyway. Also minor cleanup of PLIST to get rid of warnings, and delete one non-existent file. Submitted by: Brett Taylor <brett@peloton.physics.montana.edu> (the non-interactiveness part.) Notes: svn path=/head/; revision=12484
* Spelling and grammar police. This commit brought to you by theMatthew Hunt1998-08-041-1/+1
| | | | | | | letter "A". Notes: svn path=/head/; revision=12270
* Upgrade to 2.3. Also split patch-aa so that each patch affects onlyMatthew Hunt1998-05-275-85/+101
| | | | | | | | | one file. Version 2.3 adds an interface to web browsers (Netscape and Mosaic), a smaller-format window in addition to the traditional window, and "tool tips" that pop up over the buttons. Notes: svn path=/head/; revision=11163
* Update the checksum as suggested by the maintainer of this port.Steve Price1998-01-101-1/+1
| | | | | | | | PR: 5474 Submitted by: Daniel Eischen <deischen@iworks.InterWorks.org> Notes: svn path=/head/; revision=9310
* Upgrade to 2.2.Thomas Gellekum1997-09-085-65/+106
| | | | | | | | PR: 4490 Submitted by: "Daniel M. Eischen" <deischen@iworks.InterWorks.org> Notes: svn path=/head/; revision=7817
* The distfile has been changed.Masafumi Max NAKANE1997-04-253-36/+19
| | | | | | | | PR: 3203 Noticed by: Frank Seltzer <frankd@Kryten.nina.org> Notes: svn path=/head/; revision=6299