diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-02-17 13:53:37 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-02-17 13:53:37 +0000 |
commit | 06acef4d064986745a2e1dec8d631c501cb78dd9 (patch) | |
tree | 536be1b9b375e2265c1336ce9cbdfb084f0281a8 /lang/cocor | |
parent | Maintainer's update: unbreak japanese/dvi2ps for 5-current (diff) |
update to cocor-1.7, switch to new master site and apply COMMENT.
PR: 48380
Submitted by: Guy Antony Halse <guy@rucus.net>
Notes
Notes:
svn path=/head/; revision=75701
Diffstat (limited to 'lang/cocor')
-rw-r--r-- | lang/cocor/Makefile | 7 | ||||
-rw-r--r-- | lang/cocor/distinfo | 2 | ||||
-rw-r--r-- | lang/cocor/pkg-comment | 1 | ||||
-rw-r--r-- | lang/cocor/pkg-descr | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/lang/cocor/Makefile b/lang/cocor/Makefile index f477012e5506..9de6b3de7b2a 100644 --- a/lang/cocor/Makefile +++ b/lang/cocor/Makefile @@ -6,13 +6,14 @@ # PORTNAME= cocor -PORTVERSION= 1.6 +PORTVERSION= 1.7 CATEGORIES= lang -MASTER_SITES= ftp://cs.ru.ac.za/pub/coco/ -DISTNAME= cocorc16 +MASTER_SITES= http://www.scifac.ru.ac.za/coco/ +DISTNAME= cocorc17 EXTRACT_SUFX= .tgz MAINTAINER= guy-ezmlm@rucus.ru.ac.za +COMMENT= A compiler generator that combines the functionality of lex and yacc WRKSRC= ${WRKDIR} ALL_TARGET= all1 diff --git a/lang/cocor/distinfo b/lang/cocor/distinfo index cdd1afd08068..d4fa99d8dbf9 100644 --- a/lang/cocor/distinfo +++ b/lang/cocor/distinfo @@ -1 +1 @@ -MD5 (cocorc16.tgz) = b0569a9a48f6242fab1d6f230e5c220b +MD5 (cocorc17.tgz) = 1e2ae1d70ae90f06992e3776cc568a10 diff --git a/lang/cocor/pkg-comment b/lang/cocor/pkg-comment deleted file mode 100644 index fee4fd82e4fd..000000000000 --- a/lang/cocor/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A compiler generator that combines the functionality of lex and yacc diff --git a/lang/cocor/pkg-descr b/lang/cocor/pkg-descr index 0c1e7b940c29..db0f1249701a 100644 --- a/lang/cocor/pkg-descr +++ b/lang/cocor/pkg-descr @@ -11,4 +11,4 @@ syntax-based applications that have less of a "compiler" flavour. Coco/R is available in Oberon, Modula-2, Pascal, Delphi, C, Java and C# versions. This port only builds the C/C++ version. -WWW: http://cs.ru.ac.za/homes/cspt/cocor.htm +WWW: http://www.scifac.ru.ac.za/coco/ |