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

(-)misc/Makefile (+1 lines)
Lines 481-486 Link Here
481
    SUBDIR += teseq
481
    SUBDIR += teseq
482
    SUBDIR += thefuck
482
    SUBDIR += thefuck
483
    SUBDIR += thrill
483
    SUBDIR += thrill
484
    SUBDIR += timezonemap
484
    SUBDIR += tkcron
485
    SUBDIR += tkcron
485
    SUBDIR += tkinfo
486
    SUBDIR += tkinfo
486
    SUBDIR += tkregexp
487
    SUBDIR += tkregexp
(-)misc/timezonemap/Makefile (+32 lines)
Added Link Here
1
# $FreeBSD$
2
3
PORTNAME=	timezonemap
4
DISTVERSION=	0.4.5.1
5
CATEGORIES=	misc gnome
6
7
MAINTAINER=	gnome@freebsd.org
8
COMMENT=	Gtk3 timezone map widget, forked from gnome which forked from Ubiquity
9
10
LICENSE=	GPLv3
11
LICENSE_FILE=	${WRKSRC}/COPYING
12
13
BUILD_DEPENDS=	gnome-autogen.sh:devel/gnome-common
14
LIB_DEPENDS=	libjson-glib-1.0.so:devel/json-glib \
15
		libsoup-2.4.so:devel/libsoup
16
17
USES=		autoreconf:build gmake gnome libtool pkgconfig
18
19
USE_GNOME=	cairo gdkpixbuf2 gtk30 introspection:build librsvg2
20
21
USE_GITHUB=	yes
22
GH_ACCOUNT=	dashea
23
24
USE_LDCONFIG=	yes
25
26
GNU_CONFIGURE=	yes
27
INSTALL_TARGET=	install-strip
28
29
pre-configure:
30
	@cd ${WRKSRC} && ${SETENV} NOCONFIGURE=yes ${SH} autogen.sh
31
32
.include <bsd.port.mk>
(-)misc/timezonemap/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1579519579
2
SHA256 (dashea-timezonemap-0.4.5.1_GH0.tar.gz) = 4e46ef325c488bed73fd758275866f467f2e2d0c375fb3fbd7b149a7869b74be
3
SIZE (dashea-timezonemap-0.4.5.1_GH0.tar.gz) = 2535764
(-)misc/timezonemap/pkg-descr (+5 lines)
Added Link Here
1
This static library is a copied version of the code in GNOME 3.0's
2
control center panel 'datetime', which itself is a version of
3
Ubiquity's map ported to C.
4
5
WWW: https://github.com/dashea/timezonemap
(-)misc/timezonemap/pkg-plist (+17 lines)
Added Link Here
1
include/timezonemap/timezonemap/cc-timezone-location.h
2
include/timezonemap/timezonemap/cc-timezone-map.h
3
include/timezonemap/timezonemap/timezone-completion.h
4
include/timezonemap/timezonemap/tz.h
5
lib/girepository-1.0/TimezoneMap-1.0.typelib
6
lib/libtimezonemap.so
7
lib/libtimezonemap.so.1
8
lib/libtimezonemap.so.1.0.0
9
libdata/pkgconfig/timezonemap.pc
10
share/gir-1.0/TimezoneMap-1.0.gir
11
share/glade/catalogs/TimezoneMap.xml
12
share/libtimezonemap/admin1Codes.txt
13
share/libtimezonemap/backward
14
share/libtimezonemap/citiesInfo.txt
15
share/libtimezonemap/countryInfo.txt
16
share/libtimezonemap/pin.png
17
share/libtimezonemap/time_zones_countryInfo-orig.svg

Return to bug 252303