ports/53384: Change to devel/c2man

Sergey A. Osokin osa at freebsd.org.ru
Tue Jun 17 09:58:45 UTC 2003


On Mon, Jun 16, 2003 at 06:00:22PM -0700, Bernd Luevelsmeyer wrote:
> The following reply was made to PR ports/53384; it has been noted by GNATS.
>  Sergey A. Osokin wrote:
>  [...]
>  [...]
>  
>  I appreciate the additional FTP server. For the web page URL, if it's
>  desirable to have one then I'd rather refer to the FOLDOC entry; c2man
>  doesn't seem to be actively developed anymore, so there's no "project
>  homepage":
>  
>  diff -urN c2man.old/Makefile c2man/Makefile
>  --- c2man.old/Makefile  Fri Jun 13 14:47:39 2003
>  +++ c2man/Makefile      Tue Jun 17 02:37:54 2003
>  @@ -8,7 +8,8 @@
>   PORTNAME=      c2man
>   PORTVERSION=   2.0.42
>   CATEGORIES=    devel
>  -MASTER_SITES=  ftp://ftp.research.canon.com.au/pub/misc/c2man/
>  +MASTER_SITES=  ftp://ftp.heitec.net/pub/distfiles/ \
>  +               ftp://ftp.ntua.gr/pub/linux/openpkg/sources/DST/c2man/
>   DISTNAME=      $(PORTNAME)-$(PORTVERSION:C/\.([0-9]*)$/@\1/)
>  
>   MAINTAINER=    bdluevel at heitec.net
>  diff -urN c2man.old/pkg-descr c2man/pkg-descr
>  --- c2man.old/pkg-descr Fri Jun 13 14:47:39 2003
>  +++ c2man/pkg-descr     Tue Jun 17 02:33:29 2003
>  @@ -7,3 +7,5 @@
>   function-comment syntax or requiring that the programmer learn
>   and use a typesetting language. Acceptable documentation can
>   often be generated from existing code with no modifications.
>  +
>  +WWW: http://foldoc.doc.ic.ac.uk/foldoc/foldoc.cgi?c2man

So, here is a next version of patch

Index: ports/devel/c2man/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/c2man/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- ports/devel/c2man/Makefile	21 Feb 2003 11:22:27 -0000	1.2
+++ ports/devel/c2man/Makefile	17 Jun 2003 09:51:03 -0000
@@ -8,7 +8,10 @@
 PORTNAME=	c2man
 PORTVERSION=	2.0.42
 CATEGORIES=	devel
-MASTER_SITES=	ftp://ftp.research.canon.com.au/pub/misc/c2man/
+MASTER_SITES=	${MASTER_SITE_LOCAL} \
+		ftp://ftp.heitec.net/pub/distfiles/ \
+		ftp://ftp.ntua.gr/pub/linux/openpkg/sources/DST/c2man/
+MASTER_SITE_SUBDIR=	osa
 DISTNAME=	$(PORTNAME)-$(PORTVERSION:C/\.([0-9]*)$/@\1/)
 
 MAINTAINER=	bdluevel at heitec.net
Index: ports/devel/c2man/pkg-descr
===================================================================
RCS file: /home/pcvs/ports/devel/c2man/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- ports/devel/c2man/pkg-descr	14 Oct 2001 14:04:08 -0000	1.1
+++ ports/devel/c2man/pkg-descr	17 Jun 2003 09:52:18 -0000
@@ -7,3 +7,5 @@
 function-comment syntax or requiring that the programmer learn
 and use a typesetting language. Acceptable documentation can
 often be generated from existing code with no modifications.
+
+WWW: http://www.ciselant.de/c2man/c2man.html

About the web page URL, maybe project is dead, but page
of project still present.  I think its a better then 
refer to the FOLDOC entry.

-- 

Rgdz,                        /"\  ASCII RIBBON CAMPAIGN
Sergey Osokin aka oZZ,       \ /    AGAINST HTML MAIL
http://ozz.pp.ru/             X          AND NEWS
                             / \



More information about the freebsd-ports-bugs mailing list