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

(-)netsaint/Makefile (+14 lines)
Lines 10-15 Link Here
10
CATEGORIES=	net
10
CATEGORIES=	net
11
MASTER_SITES=	http://netsaint.sourceforge.net/download/
11
MASTER_SITES=	http://netsaint.sourceforge.net/download/
12
12
13
DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} netsaint-graphics.tar.gz
14
13
MAINTAINER=	blaz@si.FreeBSD.org
15
MAINTAINER=	blaz@si.FreeBSD.org
14
16
15
LIB_DEPENDS=	gd.2:${PORTSDIR}/graphics/gd \
17
LIB_DEPENDS=	gd.2:${PORTSDIR}/graphics/gd \
Lines 37-41 Link Here
37
39
38
pre-install:
40
pre-install:
39
	@PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
41
	@PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
42
43
BSDIMAGES=	bsd_logofullsize.gif bsd_sblogo.gif
44
45
post-patch:
46
	cd ${WRKSRC} && tar zxf ${DISTDIR}/netsaint-graphics.tar.gz
47
48
49
post-install:
50
.for i in ${BSDIMAGES}
51
	${INSTALL_DATA} ${WRKSRC}/html/images/$i ${PREFIX}/share/${PORTNAME}/images/
52
.endfor
53
40
54
41
.include <bsd.port.mk>
55
.include <bsd.port.mk>
(-)netsaint/distinfo (+1 lines)
Line 1 Link Here
1
MD5 (netsaint-0.0.7b6.tar.gz) = ff03fc4d440e4d368b87fe51aae75701
1
MD5 (netsaint-0.0.7b6.tar.gz) = ff03fc4d440e4d368b87fe51aae75701
2
MD5 (netsaint-graphics.tar.gz) = d959b80cccdee3ff22f4025c6f2446c4
(-)netsaint/files/patch-aj (+18 lines)
Line 0 Link Here
1
--- html/main.html.org	Sun Sep 16 11:36:54 2001
2
+++ html/main.html	Sun Sep 16 11:38:28 2001
3
@@ -27,7 +27,7 @@
4
 
5
 <P>
6
 <div align="center">
7
-<IMG SRC="images/logofullsize.gif" BORDER="0" ALT="NetSaint" width="238" height="227"><br>
8
+<IMG SRC="images/bsd_logofullsize.gif" BORDER="0" ALT="NetSaint" width="268" height="221"><br>
9
 Copyright (c) 1999-2001 Ethan Galstad<br>
10
 <a href="mailto:netsaint@netsaint.org">netsaint@netsaint.org</a>
11
 </div>
12
@@ -81,4 +81,4 @@
13
 </div>
14
 
15
 </BODY>
16
-</HTML>
17
+</HTML>
18
(-)netsaint/files/patch-ak (+11 lines)
Line 0 Link Here
1
--- html/side.html.in.org	Sun Sep 16 11:36:54 2001
2
+++ html/side.html.in	Sun Sep 16 11:39:53 2001
3
@@ -44,7 +44,7 @@
4
 <table width="150" border="0">
5
   <tr>
6
     <td>
7
-      <div align="center"><a href="http://www.netsaint.org" target="_top"><img src="images/sblogo.gif" width="130" height="125" border="0"></a></div>
8
+      <div align="center"><a href="http://www.netsaint.org" target="_top"><img src="images/bsd_sblogo.gif" width="110" height="95" border="0"></a></div>
9
     </td>
10
   </tr>
11
 </table>
(-)netsaint/pkg-plist (+2 lines)
Lines 119-124 Link Here
119
share/netsaint/docs/xdata-db.html
119
share/netsaint/docs/xdata-db.html
120
share/netsaint/images/ack.gif
120
share/netsaint/images/ack.gif
121
share/netsaint/images/active.gif
121
share/netsaint/images/active.gif
122
share/netsaint/images/bsd_logofullsize.gif
123
share/netsaint/images/bsd_sblogo.gif 
122
share/netsaint/images/command.gif
124
share/netsaint/images/command.gif
123
share/netsaint/images/comment.gif
125
share/netsaint/images/comment.gif
124
share/netsaint/images/config.gif
126
share/netsaint/images/config.gif

Return to bug 30621