Commit Graph

40 Commits

Author SHA1 Message Date
Jordan K. Hubbard
9da8f39269 xmcd 1.4
Submitted by:	Gennady Sorokopud <gena@netvision.net.il>
1995-02-17 10:53:08 +00:00
Andrey A. Chernov
d3c0092a67 Upgrade. 1995-02-15 18:20:35 +00:00
Jordan K. Hubbard
c85f627c3e Add maplay to subdirs. 1995-02-14 12:07:37 +00:00
Jordan K. Hubbard
b957235ce2 maplay port. 1995-02-14 08:32:41 +00:00
Satoshi Asami
86793c984d Converted Makefiles as much as I could.
(1) Took out INSTALL_MANPAGES (not necessary anymore, porter should
    set NO_INSTALL_MANPAGES for not calling "make install.man")

(2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS.  These
    are the entries I used:

    EXEC_DEPENDS:
      unzip:${PORTSDIR}/archivers/unzip
      gmake:${PORTSDIR}/devel/gmake
      wishx:${PORTSDIR}/lang/tclX
      xli:${PORTSDIR}/graphics/xli
      gs:${PORTSDIR}/print/ghostscript
      gunshar:${PORTSDIR}/archivers/gshar+gunshar
      hfs:${PORTSDIR}/utils/hfs
      rman:${PORTSDIR}/utils/rman

    LIB_DEPENDS:
      tiff\\.3\\.:${PORTSDIR}/graphics/tiff
      jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg
      Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
      tcl\\.7\\.:${PORTSDIR}/lang/tcl
      tk\\.3\\.:${PORTSDIR}/x11/tk
      xview\\.1\\.:${PORTSDIR}/x11/xview-lib
      Xaw3d\\.:${PORTSDIR}/x11/Xaw3d
      mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib
      xview\\.3\\.:${PORTSDIR}/x11/xview-lib
      BLT\\.1\\.:${PORTSDIR}/x11/blt

    There are still some dependencies I can't figure out what exactly
    is needed.  If your port still has DEPENDS in it, please check it out!
1995-02-11 13:51:48 +00:00
Andrey A. Chernov
c653c1a2e3 Upgrade. 1995-02-09 21:04:57 +00:00
Andrey A. Chernov
3537e35898 Upgrade. 1995-02-09 15:10:33 +00:00
Gary Palmer
28a16c824e Yet more package files 1995-02-05 16:26:53 +00:00
Jean-Marc Zucconi
d5102139f3 Update 1995-02-03 01:23:39 +00:00
Andrey A. Chernov
91ae8b21fb Upgrade 1995-02-02 15:10:36 +00:00
Jordan K. Hubbard
5ca7a7ffce Initial revision 1995-01-31 06:07:26 +00:00
Andreas Schulz
9c880b0b1c Correct the PLIST. The version seems to have no logo.xbm file any longer. 1995-01-29 23:58:18 +00:00
Andrey A. Chernov
508422bed4 Upgrade 1995-01-28 12:02:08 +00:00
Jordan K. Hubbard
1c7b6418cf Add xcd* to subdirs 1995-01-13 12:11:47 +00:00
Paul Traina
b827a5cf1f Added gmod. 1995-01-09 01:59:24 +00:00
Paul Traina
5948480ab5 Added gsm. 1995-01-06 10:00:37 +00:00
Paul Traina
fb711d8e0f GSM <-> other audio encoding conversion package (required for nevot) 1995-01-06 09:56:43 +00:00
Steven Wallace
e099d5e17c Used INSTALL_MANPAGES= yes
to install man pages.
1994-12-31 04:17:52 +00:00
Gary Palmer
851ffad117 The manpage is installed as .1.gz, not .1x 1994-12-18 04:31:11 +00:00
Gary Palmer
3217d24fe5 First batch of MD5 checksum files. Only did through to the end of net
to both give my fingers a rest & let freefall clear some of it's
backlogged mail :-)

The rest will follow later
1994-12-18 00:28:13 +00:00
Andreas Schulz
fb505f5f07 Add tracker as a normal SUBDIR target again. 1994-11-27 14:52:00 +00:00
Andreas Schulz
2805ed9f03 Add more patches to get this sucker build correctly. 1994-11-27 14:49:59 +00:00
Jean-Marc Zucconi
57c2dc493a xcd - a Tcl/Tk CD player 1994-11-22 15:56:30 +00:00
Andreas Schulz
9c56fb1109 Add the tracker module into a clean SUBDIR target. It is not usable
in the moment, but i like to get all ports cleaned from the top.
1994-11-20 21:17:25 +00:00
Andreas Schulz
5ef5b4930d Put a trailing slash to the MASTER_SITE specification, so that the ncftp
fetch will work.
1994-11-16 16:11:30 +00:00
Andrey A. Chernov
3552027c8d Open mcd if cd open fails for default device 1994-11-12 18:01:10 +00:00
Andrey A. Chernov
5971c8da85 Use raw partition for default device 1994-11-12 17:48:09 +00:00
Gary Palmer
7a67960e9c Fix the master site so that bsd.port.mk likes it
(missing `/' at end I think :-( )
1994-11-10 06:55:37 +00:00
Jordan K. Hubbard
85a185feaa Remove ports that don't work from the top level Makefiles. The ports
themselves are still there, but don't get made from a top level make.

In another couple of days, I will remove the ports as well if people
don't fix them.
1994-11-10 01:32:43 +00:00
Justin T. Gibbs
53244d51a3 There is no longer a values.h in 2.0. Remove the reference to it and use
limits.h instead.

MAXSHORT -> SHRT_MAX
-MAXSHORT -> SHRT_MIN
1994-11-07 01:47:40 +00:00
Justin T. Gibbs
e59e99cc19 Make the eject function work. This requires using the CDIOCALLOW ioctl
before the CDIOCEJECT ioctl otherwise the media is still locked when you
attempt the eject.  The previous code may have worked on drives that did
not support the media lock feature.
1994-11-07 01:14:57 +00:00
Jordan K. Hubbard
e03025aa5d Add nas. 1994-11-04 01:54:32 +00:00
Jordan K. Hubbard
9510e05e21 NAS - NetAudio Server. 1994-11-04 01:53:27 +00:00
Torsten Blum
1892558582 Added -D_HAVE_PARAM_H to CFLAGS 1994-11-01 22:14:31 +00:00
Torsten Blum
49ebcc8790 Reviewed by:
Submitted by:
Obtained from:
Add sox
1994-10-23 02:23:36 +00:00
Torsten Blum
3dd0bf6fec Reviewed by:
Submitted by:	
Obtained from:
sox - SOund eXchange
1994-10-23 01:16:15 +00:00
Steven Wallace
8dee38522b Change to a different MASTER_SITES since old one is flakey. 1994-10-06 07:52:04 +00:00
Jordan K. Hubbard
56387bc622 Add a Makefile for the audio directory. 1994-10-06 01:37:42 +00:00
Steven Wallace
60a76b3e81 Tracker 4.3 - plays soundtracker modules 1994-10-02 23:15:02 +00:00
Steven Wallace
0a3df8139d XCdplayer 2.2 port 1994-10-01 00:51:51 +00:00