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

(-)units/Makefile (-2 / +8 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	units
8
PORTNAME=	units
9
PORTVERSION=	1.88
9
PORTVERSION=	2.00
10
CATEGORIES=	math
10
CATEGORIES=	math
11
MASTER_SITES=	${MASTER_SITE_GNU}
11
MASTER_SITES=	${MASTER_SITE_GNU}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 14-25 Link Here
14
MAINTAINER=	jharris@widomaker.com
14
MAINTAINER=	jharris@widomaker.com
15
COMMENT=	Unit conversion and calculation
15
COMMENT=	Unit conversion and calculation
16
16
17
LICENSE=        GPLv3
18
LICENSE_FILE=   ${WRKSRC}/COPYING
19
17
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
18
CONFIGURE_ARGS=	--program-prefix=g
21
CONFIGURE_ARGS=	--program-prefix=g
19
22
20
INFO=		units
23
INFO=		units
21
MAN1=		gunits.1
24
MAN1=		gunits.1
22
25
23
PLIST_FILES=	bin/gunits share/units.dat
26
post-patch:
27
	@${REINPLACE_CMD} -e \
28
	 's|$$(INSTALL_PROGRAM) units_cur|${INSTALL_SCRIPT} units_cur|' \
29
	${WRKSRC}/Makefile.in
24
30
25
.include <bsd.port.mk>
31
.include <bsd.port.mk>
(-)units/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (units-1.88.tar.gz) = a805707f8f2802c109aef3f32b431ecd9af1fc3de0c5289223e862c673afec0c
1
SHA256 (units-2.00.tar.gz) = 573c831e428bf47419c5c540dcd4c6669f14154181d0e8812d635ee5bcff7f60
2
SIZE (units-1.88.tar.gz) = 261519
2
SIZE (units-2.00.tar.gz) = 653473
(-)units/pkg-descr (-1 / +1 lines)
Lines 8-14 Link Here
8
The units are defined externally in an extensive, well annotated data file
8
The units are defined externally in an extensive, well annotated data file
9
that defines over 2000 units. You can also provide your own data file. 
9
that defines over 2000 units. You can also provide your own data file. 
10
10
11
WWW: http://www.gnu.org/directory/units.html
11
WWW: http://www.gnu.org/software/units/
12
12
13
Note that this port will install the utility with a 'g' prefix,
13
Note that this port will install the utility with a 'g' prefix,
14
e.g. gunits, but the texinfo documentation will refer to it without
14
e.g. gunits, but the texinfo documentation will refer to it without
(-)units/pkg-plist (+6 lines)
Line 0 Link Here
1
bin/gunits
2
bin/gunits_cur
3
share/units/currency.units
4
share/units/definitions.units
5
share/units/locale.map
6
@dirrm share/units

Return to bug 169917