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

(-)/usr/home/pi/myp/devel/lfcbase/Makefile (-4 / +4 lines)
Lines 1-15 Link Here
1
# Created by: Kurt Jaeger <fbsd-ports@opsec.eu>
1
# Created by: Kurt Jaeger <fbsd-ports@opsec.eu>
2
# $FreeBSD: head/devel/lfc/Makefile 318259 2013-05-15 19:42:16Z zeising $
2
# $FreeBSD$
3
3
4
PORTNAME=	lfc
4
PORTNAME=	lfcbase
5
PORTVERSION=	1.5.2
5
PORTVERSION=	1.5.4
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
MASTER_SITES=	http://www.lemke-it.com/
7
MASTER_SITES=	http://www.lemke-it.com/
8
8
9
MAINTAINER=	fbsd-ports@opsec.eu
9
MAINTAINER=	fbsd-ports@opsec.eu
10
COMMENT=	Collection of basic c++ classes, used for databases/cego
10
COMMENT=	Collection of basic c++ classes, used for databases/cego
11
11
12
LICENSE=	GPLv2
12
LICENSE=	GPLv3
13
13
14
GNU_CONFIGURE=	yes
14
GNU_CONFIGURE=	yes
15
USE_LDCONFIG=	yes
15
USE_LDCONFIG=	yes
(-)/usr/home/pi/myp/devel/lfcbase/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (lfc-1.5.2.tar.gz) = d3bba96a3d335021de1caec595c12ba57176b10963dfd195e82a07d47c81af7a
1
SHA256 (lfcbase-1.5.4.tar.gz) = 1461412b5d8714a561f485b01bad5ce522ba209e8c0bb7b926949721277ea3d0
2
SIZE (lfc-1.5.2.tar.gz) = 1032866
2
SIZE (lfcbase-1.5.4.tar.gz) = 467361
(-)/usr/home/pi/myp/devel/lfcbase/pkg-plist (-38 / +37 lines)
Lines 1-38 Link Here
1
include/lfc/AESCrypt.h
1
include/lfcbase/AESCrypt.h
2
include/lfc/AVLTreeT.h
2
include/lfcbase/AVLTreeT.h
3
include/lfc/Base64Coder.h
3
include/lfcbase/Base64Coder.h
4
include/lfc/BigDecimal.h
4
include/lfcbase/BigDecimal.h
5
include/lfc/BigInteger.h
5
include/lfcbase/BigInteger.h
6
include/lfc/Bitmap.h
6
include/lfcbase/Bitmap.h
7
include/lfc/Chain.h
7
include/lfcbase/Chain.h
8
include/lfc/CommandExecuter.h
8
include/lfcbase/CommandExecuter.h
9
include/lfc/Crypt.h
9
include/lfcbase/Crypt.h
10
include/lfc/Datetime.h
10
include/lfcbase/Datetime.h
11
include/lfc/Exception.h
11
include/lfcbase/Exception.h
12
include/lfc/File.h
12
include/lfcbase/File.h
13
include/lfc/GetLongOpt.h
13
include/lfcbase/GetLongOpt.h
14
include/lfc/GetOpt.h
14
include/lfcbase/GetOpt.h
15
include/lfc/Host.h
15
include/lfcbase/Host.h
16
include/lfc/ListT.h
16
include/lfcbase/ListT.h
17
include/lfc/Logger.h
17
include/lfcbase/Logger.h
18
include/lfc/Matcher.h
18
include/lfcbase/Matcher.h
19
include/lfc/NanoTimer.h
19
include/lfcbase/NanoTimer.h
20
include/lfc/Net.h
20
include/lfcbase/Net.h
21
include/lfc/NetHandler.h
21
include/lfcbase/NetHandler.h
22
include/lfc/Process.h
22
include/lfcbase/Process.h
23
include/lfc/Semaphore.h
23
include/lfcbase/Semaphore.h
24
include/lfc/SetT.h
24
include/lfcbase/SetT.h
25
include/lfc/SharedMemory.h
25
include/lfcbase/SharedMemory.h
26
include/lfc/SigHandler.h
26
include/lfcbase/SigHandler.h
27
include/lfc/Sleeper.h
27
include/lfcbase/Sleeper.h
28
include/lfc/StackT.h
28
include/lfcbase/StackT.h
29
include/lfc/Thread.h
29
include/lfcbase/Thread.h
30
include/lfc/ThreadLock.h
30
include/lfcbase/ThreadLock.h
31
include/lfc/Timer.h
31
include/lfcbase/Timer.h
32
include/lfc/Tokenizer.h
32
include/lfcbase/Tokenizer.h
33
include/lfc/TreeT.h
33
include/lfcbase/TreeT.h
34
lib/liblfc.a
34
lib/liblfcbase.a
35
lib/liblfc.so.0
35
lib/liblfcbase.la
36
lib/liblfc.so
36
lib/liblfcbase.so
37
lib/liblfc.la
37
lib/liblfcbase.so.1
38
@dirrm include/lfc

Return to bug 178745