mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
- Move kde31-apireference to kde3-apireference in order to carry the latest
stable apireference of KDE3 [1] - Update to version 3.4 [2] - Use KDE as DIST_SUBDIR PR: ports/83199 [1] Submitted by: Heiner <h.eichmann@gmx.de> [2] Repocopy by: marcus
This commit is contained in:
parent
8a6844c8d9
commit
7ab38b9c1a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138793
1
MOVED
1
MOVED
@ -1568,3 +1568,4 @@ misc/less|sysutils/less|2005-07-10|moved to better category
|
||||
misc/most|sysutils/most|2005-07-10|moved to better category
|
||||
misc/reed|sysutils/reed|2005-07-10|moved to better category
|
||||
misc/wmcp|x11-wm/wmcp|2005-07-10|moved to better category
|
||||
x11/kde31-apireference|x11/kde3-apireference|2005-07-10|renamed in order to carry the latest kde3-apireference
|
||||
|
@ -87,7 +87,7 @@
|
||||
SUBDIR += kb2mb2
|
||||
SUBDIR += kde-lite
|
||||
SUBDIR += kde3
|
||||
SUBDIR += kde31-apireference
|
||||
SUBDIR += kde3-apireference
|
||||
SUBDIR += kdebase3
|
||||
SUBDIR += kdelibs3
|
||||
SUBDIR += kdelibs3-nocups
|
||||
|
@ -1,18 +1,19 @@
|
||||
# New ports collection makefile for: kde_api_reference_31
|
||||
# New ports collection makefile for: kde3-apireference
|
||||
# Date created: 2004/01/02
|
||||
# Whom: Heiner <h.eichmann@gmx.de>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= kde31-apireference
|
||||
PORTVERSION= 3.1
|
||||
PORTNAME= kde3-apireference
|
||||
PORTVERSION= 3.4
|
||||
CATEGORIES= x11 kde
|
||||
MASTER_SITES= http://developer.kde.org/documentation/library/3.1-api/
|
||||
DISTNAME= 3.1-api
|
||||
MASTER_SITES= http://developer.kde.org/documentation/library/${PORTVERSION}-api/
|
||||
DISTNAME= ${PORTVERSION}-api
|
||||
DIST_SUBDIR= KDE
|
||||
|
||||
MAINTAINER= h.eichmann@gmx.de
|
||||
COMMENT= API reference for KDE 3.1
|
||||
COMMENT= API reference for KDE 3
|
||||
|
||||
IGNOREFILES= ${ALLFILES}
|
||||
USE_BZIP2= yes
|
||||
@ -20,12 +21,14 @@ USE_BZIP2= yes
|
||||
PLIST= ${WRKDIR}/plist
|
||||
|
||||
do-build:
|
||||
@cd ${WRKSRC} ; ${FIND} * -type f | ${SED} -e "s#^#share/doc/kdeapi31/#" > ${WRKDIR}/plist
|
||||
@cd ${WRKSRC} ; ${FIND} * -type d | sort -r | ${SED} -e "s#^#@dirrm share/doc/kdeapi31/#" >> ${WRKDIR}/plist
|
||||
@${ECHO} "@dirrm share/doc/kdeapi31" >> ${WRKDIR}/plist
|
||||
@cd ${WRKSRC} ; ${FIND} * -type d -delete
|
||||
@cd ${WRKSRC} ; ${FIND} * -type f | ${SED} -e "s#^#share/doc/kdeapi3/#" > ${WRKDIR}/plist
|
||||
@cd ${WRKSRC} ; ${FIND} * -type l | ${SED} -e "s#^#share/doc/kdeapi3/#" >> ${WRKDIR}/plist
|
||||
@cd ${WRKSRC} ; ${FIND} * -type d | ${SORT} -r | ${SED} -e "s#^#@dirrm share/doc/kdeapi3/#" >> ${WRKDIR}/plist
|
||||
@${ECHO} "@dirrm share/doc/kdeapi3" >> ${WRKDIR}/plist
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/share/doc/kdeapi31
|
||||
@${CP} -r ${WRKSRC}/* ${PREFIX}/share/doc/kdeapi31
|
||||
@${MKDIR} ${PREFIX}/share/doc/kdeapi3
|
||||
@${CP} -r ${WRKSRC}/* ${PREFIX}/share/doc/kdeapi3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (3.1-api.tar.bz2) = IGNORE
|
||||
MD5 (KDE/3.4-api.tar.bz2) = IGNORE
|
||||
|
@ -1,3 +1,3 @@
|
||||
API reference for KDE 3.1
|
||||
API reference for KDE 3.x
|
||||
|
||||
WWW: http://developer.kde.org/documentation/library/3.1-api/
|
||||
WWW: http://developer.kde.org/documentation/library/libraryref.html
|
||||
|
@ -1,31 +0,0 @@
|
||||
# New ports collection makefile for: kde_api_reference_31
|
||||
# Date created: 2004/01/02
|
||||
# Whom: Heiner <h.eichmann@gmx.de>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= kde31-apireference
|
||||
PORTVERSION= 3.1
|
||||
CATEGORIES= x11 kde
|
||||
MASTER_SITES= http://developer.kde.org/documentation/library/3.1-api/
|
||||
DISTNAME= 3.1-api
|
||||
|
||||
MAINTAINER= h.eichmann@gmx.de
|
||||
COMMENT= API reference for KDE 3.1
|
||||
|
||||
IGNOREFILES= ${ALLFILES}
|
||||
USE_BZIP2= yes
|
||||
|
||||
PLIST= ${WRKDIR}/plist
|
||||
|
||||
do-build:
|
||||
@cd ${WRKSRC} ; ${FIND} * -type f | ${SED} -e "s#^#share/doc/kdeapi31/#" > ${WRKDIR}/plist
|
||||
@cd ${WRKSRC} ; ${FIND} * -type d | sort -r | ${SED} -e "s#^#@dirrm share/doc/kdeapi31/#" >> ${WRKDIR}/plist
|
||||
@${ECHO} "@dirrm share/doc/kdeapi31" >> ${WRKDIR}/plist
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/share/doc/kdeapi31
|
||||
@${CP} -r ${WRKSRC}/* ${PREFIX}/share/doc/kdeapi31
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1 +0,0 @@
|
||||
MD5 (3.1-api.tar.bz2) = IGNORE
|
@ -1,3 +0,0 @@
|
||||
API reference for KDE 3.1
|
||||
|
||||
WWW: http://developer.kde.org/documentation/library/3.1-api/
|
Loading…
Reference in New Issue
Block a user