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

(-)archivers/gshar+gunshar/Makefile (-15 / +9 lines)
Lines 1-30 Link Here
1
# New ports collection makefile for:    gshar+gunshar
1
# New ports collection makefile for:	gshar+gunshar
2
# Version required:     4.2
2
# Version required:	4.2.1
3
# Date created:         28 Dec 1994
3
# Date created:		28 Dec 1994
4
# Whom:                 ache
4
# Whom:			ache
5
#
5
#
6
# $FreeBSD: ports/archivers/gshar+gunshar/Makefile,v 1.15 1999/08/25 04:25:06 obrien Exp $
6
# $FreeBSD: ports/archivers/gshar+gunshar/Makefile,v 1.15 1999/08/25 04:25:06 obrien Exp $
7
#
7
#
8
8
9
DISTNAME=       sharutils-4.2
9
DISTNAME=	sharutils-4.2.1
10
CATEGORIES=	archivers
10
CATEGORIES=	archivers
11
MASTER_SITES=   ${MASTER_SITE_GNU}
11
MASTER_SITES=	${MASTER_SITE_GNU}
12
MASTER_SITE_SUBDIR=	sharutils
12
MASTER_SITE_SUBDIR=	sharutils
13
13
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
15
15
16
GNU_CONFIGURE=  yes
16
GNU_CONFIGURE=	yes
17
CONFIGURE_ARGS= --program-prefix=g --disable-uucode
17
CONFIGURE_ARGS=	--program-prefix=g --disable-uucode --disable-nls
18
INSTALL_TARGET= install install-man
18
INSTALL_TARGET=	install install-man
19
MAN1=		gshar.1 gunshar.1
19
MAN1=		gshar.1 gunshar.1
20
20
21
post-patch:
22
	@touch ${WRKSRC}/po/sharutils.pot
23
24
post-install:
21
post-install:
25
.for file in gshar gunshar
26
	strip ${PREFIX}/bin/${file}
27
.endfor
28
.for info in remsync.info sharutils.info
22
.for info in remsync.info sharutils.info
29
	install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir
23
	install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir
30
.endfor
24
.endfor
(-)archivers/gshar+gunshar/files/md5 (-1 / +1 lines)
Line 1 Link Here
1
MD5 (sharutils-4.2.tar.gz) = b1ab1d10d88e8dcb8ee5b0d06b2fc073
1
MD5 (sharutils-4.2.1.tar.gz) = b8ba1d409f07edcb335ff72a27bd9828
(-)archivers/gshar+gunshar/pkg/DESCR (+2 lines)
Lines 6-8 Link Here
6
is initially derived from public domain.  Some modules and other
6
is initially derived from public domain.  Some modules and other
7
code sections are freely borrowed from other GNU distributions,
7
code sections are freely borrowed from other GNU distributions,
8
bringing `shar' under the terms of the GNU General Public License.
8
bringing `shar' under the terms of the GNU General Public License.
9
10
WWW: http://www.gnu.org/software/sharutils/sharutils.html
(-)archivers/gshar+gunshar/pkg/PLIST (-12 lines)
Lines 9-23 Link Here
9
info/remsync.info
9
info/remsync.info
10
@exec install-info %D/info/sharutils.info %D/info/dir
10
@exec install-info %D/info/sharutils.info %D/info/dir
11
@exec install-info %D/info/remsync.info %D/info/dir
11
@exec install-info %D/info/remsync.info %D/info/dir
12
lib/locale/de/LC_MESSAGES/sharutils.cat
13
lib/locale/fr/LC_MESSAGES/sharutils.cat
14
lib/locale/ja_JP.EUC/LC_MESSAGES/sharutils.cat
15
lib/locale/nl/LC_MESSAGES/sharutils.cat
16
lib/locale/pt/LC_MESSAGES/sharutils.cat
17
lib/locale/sv/LC_MESSAGES/sharutils.cat
18
share/locale/de.gmo/LC_MESSAGES/sharutils.cat
19
share/locale/fr.gmo/LC_MESSAGES/sharutils.cat
20
share/locale/ja_JP.EUC.gmo/LC_MESSAGES/sharutils.cat
21
share/locale/nl.gmo/LC_MESSAGES/sharutils.cat
22
share/locale/pt.gmo/LC_MESSAGES/sharutils.cat
23
share/locale/sv.gmo/LC_MESSAGES/sharutils.cat

Return to bug 15672