View | Details | Raw Unified | Return to bug 10797
Collapse All | Expand All

(-)ascd-0.10.1/Makefile (-15 / +4 lines)
Lines 1-14 Link Here
1
# New ports collection makefile for:	ascd
1
# New ports collection makefile for:	ascd
2
# Version required:		0.9.3
2
# Version required:		0.10.1
3
# Date created:			29 November 1998
3
# Date created:			29 November 1998
4
# Whom:				Jim Mock <jim@phrantic.phear.net>
4
# Whom:				Jim Mock <jim@phrantic.phear.net>
5
#
5
#
6
# $Id: Makefile,v 1.6 1999/03/08 20:06:04 fenner Exp $
6
# $Id: Makefile,v 1.6 1999/03/08 20:06:04 fenner Exp $
7
#
7
#
8
8
9
DISTNAME=	ascd-0.9.3
9
DISTNAME=	ascd-0.10.1+lib
10
PKGNAME=	ascd-0.10.1
10
CATEGORIES=	audio afterstep windowmaker
11
CATEGORIES=	audio afterstep windowmaker
11
MASTER_SITES=	http://worldserver.oleane.com/rsn/Archives/
12
MASTER_SITES=	http://worldserver.oleane.com/rsn/Archives/
13
EXTRACT_SUFX=	.tgz
12
14
13
MAINTAINER=	jim@phrantic.phear.net
15
MAINTAINER=	jim@phrantic.phear.net
14
16
Lines 16-33 Link Here
16
18
17
USE_IMAKE=	yes
19
USE_IMAKE=	yes
18
MAN1=		ascd.1
20
MAN1=		ascd.1
19
20
do-build:
21
	(cd ${WRKSRC} && make)
22
23
do-install:
24
	${INSTALL_PROGRAM} ${WRKSRC}/ascd/ascd ${PREFIX}/bin
25
	${INSTALL_MAN} ${WRKSRC}/ascd/ascd.man \
26
		${PREFIX}/man/man1/ascd.1
27
	${GZIP_CMD} ${PREFIX}/man/man1/ascd.1
28
.if !defined(NOPORTDOCS)
29
	${MKDIR} ${PREFIX}/share/doc/ascd
30
	${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/ascd
31
.endif
32
21
33
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)ascd-0.10.1/files/md5 (-1 / +1 lines)
Line 1 Link Here
1
MD5 (ascd-0.9.3.tar.gz) = 4a2e36d07bf6e1ccfb1b1cf0c31d58c2
1
MD5 (ascd-0.10.1+lib.tgz) = 3b1984002cb5c9a76b7ead45b8692fdd
(-)ascd-0.10.1/patches/patch-aa (+11 lines)
Line 0 Link Here
1
--- libworkman/wm_helpers.c.orig	Fri Mar 26 12:46:21 1999
2
+++ libworkman/wm_helpers.c	Fri Mar 26 12:46:34 1999
3
@@ -30,7 +30,7 @@
4
 
5
 #include <stdio.h>
6
 #include <string.h>
7
-#include <malloc.h>
8
+#include <stdlib.h>
9
 #include <errno.h>
10
 #include <stdarg.h>
11
 #include <sys/time.h>
(-)ascd-0.10.1/patches/patch-ab (+11 lines)
Line 0 Link Here
1
--- ascd-0.10.1/ext.h.orig	Fri Mar 26 12:48:18 1999
2
+++ ascd-0.10.1/ext.h	Fri Mar 26 12:50:22 1999
3
@@ -19,7 +19,7 @@
4
 #include "config.h"
5
 
6
 #include "ascd.h"
7
-#include <workman/workman.h>
8
+#include <../libworkman/include/workman.h>
9
 
10
 #ifdef MIXER
11
 # if defined (__FreeBSD__)
(-)ascd-0.10.1/patches/patch-ac (+45 lines)
Line 0 Link Here
1
--- ascd-0.10.1/ascd.c.orig	Fri Mar 26 12:51:21 1999
2
+++ ascd-0.10.1/ascd.c	Fri Mar 26 12:55:25 1999
3
@@ -54,7 +54,7 @@
4
 #include "config.h"
5
 
6
 #include "ascd.h"
7
-#include <workman/workman.h>
8
+#include <../libworkman/include/workman.h>
9
 
10
 #ifdef MIXER
11
 # if defined (__FreeBSD__)
12
@@ -1319,9 +1319,9 @@
13
     int Ret;
14
 
15
 
16
-#include "pixmaps/default/alpha.xpm"
17
-#include "pixmaps/default/led.xpm"
18
-#include "pixmaps/default/bar.xpm"
19
+#include "pixmaps/base/alpha.xpm"
20
+#include "pixmaps/base/led.xpm"
21
+#include "pixmaps/base/bar.xpm"
22
 
23
     /* the displays: */
24
     
25
@@ -1359,13 +1359,13 @@
26
 
27
     /* The pixmap definition files: */
28
 
29
-#include "pixmaps/default/back.xpm"
30
-#include "pixmaps/default/eject.xpm"
31
-#include "pixmaps/default/fwd.xpm"
32
-#include "pixmaps/default/pause.xpm"
33
-#include "pixmaps/default/play.xpm"
34
-#include "pixmaps/default/rew.xpm"
35
-#include "pixmaps/default/stop.xpm"
36
+#include "pixmaps/base/back.xpm"
37
+#include "pixmaps/base/eject.xpm"
38
+#include "pixmaps/base/fwd.xpm"
39
+#include "pixmaps/base/pause.xpm"
40
+#include "pixmaps/base/play.xpm"
41
+#include "pixmaps/base/rew.xpm"
42
+#include "pixmaps/base/stop.xpm"
43
 
44
     XGetWindowAttributes(Disp,Root,&Attributes);
45
 
(-)ascd-0.10.1/patches/patch-ad (+17 lines)
Line 0 Link Here
1
--- ascd-0.10.1/Imakefile.orig	Fri Mar 19 23:53:35 1999
2
+++ ascd-0.10.1/Imakefile	Fri Mar 26 15:07:34 1999
3
@@ -1,10 +1,10 @@
4
 #include "config.h"
5
 
6
 NAME 		= ascd
7
-BINDIR		= /usr/local/bin
8
-LIBDIR		= /usr/local/lib
9
-MANDIR		= /usr/local/man/man1
10
-MOREFLAGS	= -I/usr/local/include -I.
11
+BINDIR		= /usr/X11R6/bin
12
+LIBDIR		= /usr/X11R6/lib
13
+MANDIR		= /usr/X11R6/man/man1
14
+MOREFLAGS	= -I/usr/X11R6/include -I.
15
 CCOPTIONS	= $(MOREFLAGS)
16
 SYS_LIBRARIES	= $(XLIB) -lXpm
17
 
(-)ascd-0.10.1/patches/patch-ae (+22 lines)
Line 0 Link Here
1
--- libworkman/Config.orig	Fri Mar 26 15:22:15 1999
2
+++ libworkman/Config	Fri Mar 26 15:22:36 1999
3
@@ -33,16 +33,16 @@
4
 XCOMM -------------------------------------------------------------------
5
 XCOMM                        Directory Prefix
6
 XCOMM -------------------------------------------------------------------
7
-DESTDIR=/usr/local/
8
+DESTDIR=/usr/X11R6/
9
 
10
 XCOMM -------------------------------------------------------------------
11
 XCOMM          LibWorkMan include file target relative to DSTDIR
12
 XCOMM -------------------------------------------------------------------
13
-WMINCDIR=/usr/local/include/workman
14
+WMINCDIR=/usr/X11R6/include/workman
15
 
16
 
17
 
18
 XCOMM -------------------------------------------------------------------
19
 #define SHARED_LIBWORKMAN
20
-LIBDIR=/usr/local/lib
21
+LIBDIR=/usr/X11R6/lib
22
 
(-)ascd-0.10.1/patches/patch-af (+22 lines)
Line 0 Link Here
1
--- config.lib.orig	Fri Mar 26 15:50:07 1999
2
+++ config.lib	Fri Mar 26 15:50:30 1999
3
@@ -33,16 +33,16 @@
4
 XCOMM -------------------------------------------------------------------
5
 XCOMM                        Directory Prefix
6
 XCOMM -------------------------------------------------------------------
7
-DESTDIR=/usr/local/
8
+DESTDIR=/usr/X11R6/
9
 
10
 XCOMM -------------------------------------------------------------------
11
 XCOMM          LibWorkMan include file target relative to DSTDIR
12
 XCOMM -------------------------------------------------------------------
13
-WMINCDIR=/usr/local/include/workman
14
+WMINCDIR=/usr/X11R6/include/workman
15
 
16
 
17
 
18
 XCOMM -------------------------------------------------------------------
19
 #define SHARED_LIBWORKMAN
20
-LIBDIR=/usr/local/lib
21
+LIBDIR=/usr/X11R6/lib
22
 
(-)ascd-0.10.1/patches/patch-ag (+11 lines)
Line 0 Link Here
1
--- libworkman/Imakefile.orig	Fri Mar 26 17:16:57 1999
2
+++ libworkman/Imakefile	Fri Mar 26 17:18:28 1999
3
@@ -31,7 +31,7 @@
4
 
5
 #include "include/wm_version.h"
6
 
7
-WM_LIBVER=WM_LIBVER_MAJOR.WM_LIBVER_MINOR.WM_LIBVER_PL
8
+WM_LIBVER=WM_LIBVER_MAJOR.WM_LIBVER_MINOR
9
 
10
 SRCS = cdrom.c cdinfo.c plat_freebsd.c plat_sun.c plat_hpux.c \
11
        plat_ultrix.c plat_news.c plat_bsd386.c plat_osf1.c plat_linux.c \
(-)ascd-0.10.1/pkg/PLIST (-2 / +16 lines)
Lines 1-3 Link Here
1
bin/ascd
1
bin/ascd
2
share/doc/ascd/README
2
lib/libworkman.so
3
@dirrm share/doc/ascd
3
lib/libworkman.so.1
4
include/workman/wm_cdda.h
5
include/workman/wm_cdinfo.h
6
include/workman/wm_cdrom.h
7
include/workman/wm_config.h
8
include/workman/wm_database.h
9
include/workman/wm_helpers.h
10
include/workman/wm_index.h
11
include/workman/wm_platform.h
12
include/workman/wm_scsi.h
13
include/workman/wm_struct.h
14
include/workman/wm_version.h
15
include/workman/workman.h
16
include/workman/workman_defs.h
17
@dirrm include/workman

Return to bug 10797