diff options
author | obraun <obraun@FreeBSD.org> | 2002-09-19 15:14:33 +0000 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2002-09-19 15:14:33 +0000 |
commit | e8c278001df40c4bfda4dd5fa8d939045bf67aa0 (patch) | |
tree | 48baba7747fdcef55bfba9666211bf8e809c248d | |
parent | e98efe019e11ae9d1939cd914126aace002785e1 (diff) | |
download | FreeBSD-ports-e8c278001df40c4bfda4dd5fa8d939045bf67aa0.zip FreeBSD-ports-e8c278001df40c4bfda4dd5fa8d939045bf67aa0.tar.gz |
* Make german/linux-eagle slave port of cad/linux-eagle.
* Use german distfile for german/linux-eagle.
* Fix pkg-plist for german/linux-eagle.
* Use german website in german/linux-eagle.
Submitted by: maintainer
-rw-r--r-- | cad/linux-eagle/Makefile | 15 | ||||
-rw-r--r-- | cad/linux-eagle5/Makefile | 15 | ||||
-rw-r--r-- | german/linux-eagle/Makefile | 50 | ||||
-rw-r--r-- | german/linux-eagle/distinfo | 2 | ||||
-rw-r--r-- | german/linux-eagle/pkg-descr | 2 | ||||
-rw-r--r-- | german/linux-eagle/pkg-plist | 3 |
6 files changed, 25 insertions, 62 deletions
diff --git a/cad/linux-eagle/Makefile b/cad/linux-eagle/Makefile index 8757fa0..9adbfb4 100644 --- a/cad/linux-eagle/Makefile +++ b/cad/linux-eagle/Makefile @@ -5,22 +5,23 @@ # $FreeBSD$ # -PORTNAME= eagle -PKGNAMEPREFIX= linux- -EAGLEVERSION= 4.09r2 +PORTNAME= linux-eagle +EAGLEVERSION?= 4.09r2 +EAGLELANG?= e PORTVERSION= ${EAGLEVERSION:S/r/./} -CATEGORIES= cad +CATEGORIES?= cad linux MASTER_SITES= ftp://ftp.cadsoft.de/pub/program/${EAGLEVERSION}/ -DISTNAME= ${PORTNAME}-${EAGLEVERSION}e +DISTNAME= ${PORTNAME:S/linux-//}-${EAGLEVERSION}${EAGLELANG} EXTRACT_SUFX= .tgz -MAINTAINER= riggs@rrr.de +MAINTAINER?= riggs@rrr.de RUN_DEPENDS= ${LINUXBASE}/lib/ld-linux.so.2:${PORTSDIR}/emulators/linux_base ONLY_FOR_ARCHS= i386 -WRKSRC= ${WRKDIR}/${PORTNAME}-${EAGLEVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME:S/linux-//}-${EAGLEVERSION} +DATADIR= ${PREFIX}/share/${PORTNAME:S/linux-//} RESTRICTED= "Usage permitted for non-commercial purposes only" NO_CDROM= "Sale for profit is not permitted" diff --git a/cad/linux-eagle5/Makefile b/cad/linux-eagle5/Makefile index 8757fa0..9adbfb4 100644 --- a/cad/linux-eagle5/Makefile +++ b/cad/linux-eagle5/Makefile @@ -5,22 +5,23 @@ # $FreeBSD$ # -PORTNAME= eagle -PKGNAMEPREFIX= linux- -EAGLEVERSION= 4.09r2 +PORTNAME= linux-eagle +EAGLEVERSION?= 4.09r2 +EAGLELANG?= e PORTVERSION= ${EAGLEVERSION:S/r/./} -CATEGORIES= cad +CATEGORIES?= cad linux MASTER_SITES= ftp://ftp.cadsoft.de/pub/program/${EAGLEVERSION}/ -DISTNAME= ${PORTNAME}-${EAGLEVERSION}e +DISTNAME= ${PORTNAME:S/linux-//}-${EAGLEVERSION}${EAGLELANG} EXTRACT_SUFX= .tgz -MAINTAINER= riggs@rrr.de +MAINTAINER?= riggs@rrr.de RUN_DEPENDS= ${LINUXBASE}/lib/ld-linux.so.2:${PORTSDIR}/emulators/linux_base ONLY_FOR_ARCHS= i386 -WRKSRC= ${WRKDIR}/${PORTNAME}-${EAGLEVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME:S/linux-//}-${EAGLEVERSION} +DATADIR= ${PREFIX}/share/${PORTNAME:S/linux-//} RESTRICTED= "Usage permitted for non-commercial purposes only" NO_CDROM= "Sale for profit is not permitted" diff --git a/german/linux-eagle/Makefile b/german/linux-eagle/Makefile index 8757fa0..1d77d5e 100644 --- a/german/linux-eagle/Makefile +++ b/german/linux-eagle/Makefile @@ -1,48 +1,12 @@ -# New ports collection makefile for: linux-eagle -# Date created: 29 December 2001 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# New ports collection makefile for: de-linux-eagle +# Date created: 30 August 2002 +# Whom: Thomas E. Zander <riggs@rrr.de> # # $FreeBSD$ # -PORTNAME= eagle -PKGNAMEPREFIX= linux- -EAGLEVERSION= 4.09r2 -PORTVERSION= ${EAGLEVERSION:S/r/./} -CATEGORIES= cad -MASTER_SITES= ftp://ftp.cadsoft.de/pub/program/${EAGLEVERSION}/ -DISTNAME= ${PORTNAME}-${EAGLEVERSION}e -EXTRACT_SUFX= .tgz +PKGNAMEPREFIX?= de- +EAGLELANG?= g +CATEGORIES?= german cad linux -MAINTAINER= riggs@rrr.de - -RUN_DEPENDS= ${LINUXBASE}/lib/ld-linux.so.2:${PORTSDIR}/emulators/linux_base - -ONLY_FOR_ARCHS= i386 - -WRKSRC= ${WRKDIR}/${PORTNAME}-${EAGLEVERSION} - -RESTRICTED= "Usage permitted for non-commercial purposes only" -NO_CDROM= "Sale for profit is not permitted" - -NO_BUILD= yes -PKGMESSAGE= ${WRKDIR}/pkg-message - -MAN1= eagle.1 - -do-install: - ${MKDIR} ${DATADIR} - ${TAR} -C ${WRKSRC} -cf - . | ${TAR} -C ${DATADIR} --unlink -xf - - ${LN} -sf ${DATADIR}/bin/eagle ${PREFIX}/bin/eagle - ${INSTALL_MAN} ${DATADIR}/man/eagle.1 ${PREFIX}/man/man1 - -post-install: - @${SED} -e "s:%%PREFIX%%:${PREFIX}:g" ${PKGDIR}/pkg-message > \ - ${PKGMESSAGE} -.if !defined(BATCH) - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} -.endif - -.include <bsd.port.mk> +.include "../../cad/linux-eagle/Makefile" diff --git a/german/linux-eagle/distinfo b/german/linux-eagle/distinfo index bed38c8..b95928b 100644 --- a/german/linux-eagle/distinfo +++ b/german/linux-eagle/distinfo @@ -1 +1 @@ -MD5 (eagle-4.09r2e.tgz) = f8dd930140a61ba05ac64d02787de30e +MD5 (eagle-4.09r2g.tgz) = 966468b3825df7aaf9a38f48dbbcd138 diff --git a/german/linux-eagle/pkg-descr b/german/linux-eagle/pkg-descr index 2845aaf..12bde81 100644 --- a/german/linux-eagle/pkg-descr +++ b/german/linux-eagle/pkg-descr @@ -24,4 +24,4 @@ Apart from these limitiations the EAGLE Light Edition can do anything the Professional Edition can do. You can even load, view and print drawings that exceed these limits! -WWW: http://www.cadsoftusa.com +WWW: http://www.cadsoft.de diff --git a/german/linux-eagle/pkg-plist b/german/linux-eagle/pkg-plist index 38c9045..917a431 100644 --- a/german/linux-eagle/pkg-plist +++ b/german/linux-eagle/pkg-plist @@ -264,9 +264,6 @@ share/eagle/help/32.htm share/eagle/help/320.htm share/eagle/help/321.htm share/eagle/help/322.htm -share/eagle/help/323.htm -share/eagle/help/324.htm -share/eagle/help/325.htm share/eagle/help/33.htm share/eagle/help/34.htm share/eagle/help/35.htm |