- Update to 4.1.0
Submitted by: Max Brazhnikov
This commit is contained in:
parent
5c636a2d63
commit
c6ce11dfed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218275
4 changed files with 1249 additions and 195 deletions
|
@ -1,33 +1,26 @@
|
|||
# New ports collection makefile for: konq-plugins
|
||||
# Date created: 11 February 2004
|
||||
# Whom: Michael Nottebrock <lofi@FreeBSD.org>
|
||||
# New ports collection makefile for: konq-plugins-kde4
|
||||
# Date created: 2008-07-31
|
||||
# Whom: Max Brazhnikov <makc@issp.ac.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ${KONQPLUGINS_PORTNAME}
|
||||
PORTVERSION= ${KONQPLUGINS_PORTVERSION}
|
||||
PORTREVISION= 1
|
||||
PORTNAME= konq-plugins
|
||||
PORTVERSION= ${EXTRA_VER}
|
||||
CATEGORIES= misc kde
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
|
||||
DIST_SUBDIR= KDE
|
||||
MASTER_SITE_SUBDIR= stable/${EXTRA_VER}/src/extragear
|
||||
DIST_SUBDIR= KDE/extragear
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Additonal plugins and features for Konqueror
|
||||
|
||||
KDE_SPLIT= ${KONQPLUGINS_PORTNAME:S/${KDE_SPLIT_DIST}-//}
|
||||
USE_KDEBASE_VER=3
|
||||
USE_KDELIBS_VER=3
|
||||
|
||||
USE_BZIP2= yes
|
||||
PREFIX= ${KDE_PREFIX}
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GMAKE= yes
|
||||
USE_KDE4= kdelibs kdebase kdeprefix kdehier automoc4
|
||||
USE_QT_VER= 4
|
||||
QT_COMPONENTS= corelib
|
||||
USE_CMAKE= yes
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
LDCONFIG_DIRS+= %%PREFIX%%/lib/kde3
|
||||
EXTRA_VER= 4.1.0
|
||||
|
||||
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
|
||||
.include "${.CURDIR}/../../misc/kdeaddons3/Makefile.split"
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (KDE/kdeaddons-3.5.8.tar.bz2) = 4a338f14210ad920bb54624cd330dd89
|
||||
SHA256 (KDE/kdeaddons-3.5.8.tar.bz2) = e505a472ef2dd70e36992802fc33939a65be80bb8610a28bac6f639fa2ce2868
|
||||
SIZE (KDE/kdeaddons-3.5.8.tar.bz2) = 1726291
|
||||
MD5 (KDE/extragear/konq-plugins-4.1.0.tar.bz2) = aac0727e541c0e53c0d821ea644d13fb
|
||||
SHA256 (KDE/extragear/konq-plugins-4.1.0.tar.bz2) = f3f730a4c33c22908421fc2f42ef5170000012747ae578df4fdd8ee22e6ee3b8
|
||||
SIZE (KDE/extragear/konq-plugins-4.1.0.tar.bz2) = 754084
|
||||
|
|
|
@ -17,4 +17,4 @@ Additional plugins and features for Konqueror:
|
|||
- Automatic HTML/CSS/Link validation via w3c services
|
||||
- Webpage archiving (webbrowser mode)
|
||||
|
||||
WWW: http://www.kde.org/
|
||||
WWW: http://www.kde.org/
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue