Date: Wed, 27 Dec 2006 02:25:38 +0800 (CST) From: chinsan <chinsan@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/107211: [PATCH] textproc/txt2tags: update to 2.4, take maintainership Message-ID: <20061226182538.B593311468@chinsan.twbbs.org> Resent-Message-ID: <200612261830.kBQIUEXU028371@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 107211 >Category: ports >Synopsis: [PATCH] textproc/txt2tags: update to 2.4, take maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Dec 26 18:30:13 GMT 2006 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: Taiwan >Environment: System: FreeBSD chinsan.twbbs.org 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #3: Mon Dec 4 02:04:40 CST >Description: - Update to 2.4 - Take maintainership Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- txt2tags-2.4.patch begins here --- diff -ruN --exclude=CVS /usr/ports/textproc/txt2tags/Makefile /usr/home/chinsan/project/txt2tags/Makefile --- /usr/ports/textproc/txt2tags/Makefile Mon Oct 30 03:28:22 2006 +++ /usr/home/chinsan/project/txt2tags/Makefile Wed Dec 27 02:23:50 2006 @@ -6,18 +6,18 @@ # PORTNAME= txt2tags -PORTVERSION= 2.3 +PORTVERSION= 2.4 CATEGORIES= textproc -MASTER_SITES= http://txt2tags.sourceforge.net/src/ +MASTER_SITES= SF EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= chinsan@FreeBSD.org COMMENT= Convert simply formatted text into markup (e.g., HTML) USE_PYTHON= yes NO_BUILD= yes -DOCS= ChangeLog README README-FIRST TEAM TODO doc/userguide.pdf +DOCS= ChangeLog README TODO doc/userguide.pdf SAMPLE_DIRS= css img module do-install: diff -ruN --exclude=CVS /usr/ports/textproc/txt2tags/distinfo /usr/home/chinsan/project/txt2tags/distinfo --- /usr/ports/textproc/txt2tags/distinfo Fri Nov 25 22:05:37 2005 +++ /usr/home/chinsan/project/txt2tags/distinfo Wed Dec 27 02:17:04 2006 @@ -1,3 +1,3 @@ -MD5 (txt2tags-2.3.tgz) = 0514bb01161183808dc8be105c032677 -SHA256 (txt2tags-2.3.tgz) = 27759aceb384ab333db9ead28274dbd6cf0101c661564e155aa4252f9ec6bda5 -SIZE (txt2tags-2.3.tgz) = 880164 +MD5 (txt2tags-2.4.tgz) = 198ce2962a57650b8032c0d59dc1eeae +SHA256 (txt2tags-2.4.tgz) = 6f5d17cf65952053039291ae6f08f4f31e8a7c6bb7cdd9e8a667d456c9a07892 +SIZE (txt2tags-2.4.tgz) = 495974 diff -ruN --exclude=CVS /usr/ports/textproc/txt2tags/pkg-plist /usr/home/chinsan/project/txt2tags/pkg-plist --- /usr/ports/textproc/txt2tags/pkg-plist Mon Aug 29 20:25:03 2005 +++ /usr/home/chinsan/project/txt2tags/pkg-plist Wed Dec 27 02:21:18 2006 @@ -2,8 +2,6 @@ bin/txt2tags %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/README-FIRST -%%PORTDOCS%%%%DOCSDIR%%/TEAM %%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTDOCS%%%%DOCSDIR%%/userguide.pdf %%PORTDOCS%%@dirrm %%DOCSDIR%% @@ -15,6 +13,7 @@ %%EXAMPLESDIR%%/css/tech.html %%EXAMPLESDIR%%/extras/README %%EXAMPLESDIR%%/extras/css-reference.txt +%%EXAMPLESDIR%%/extras/ctags %%EXAMPLESDIR%%/extras/gvim-menu.vim %%EXAMPLESDIR%%/extras/html-update.sh %%EXAMPLESDIR%%/extras/nanorc @@ -26,6 +25,7 @@ %%EXAMPLESDIR%%/extras/txt2tags-mode.el %%EXAMPLESDIR%%/extras/txt2tags.php %%EXAMPLESDIR%%/extras/txt2tags.vim +%%EXAMPLESDIR%%/extras/txt2tagsrc %%EXAMPLESDIR%%/extras/unhtml.vim %%EXAMPLESDIR%%/img/madeinbr.png %%EXAMPLESDIR%%/img/old-poweredby-1.png @@ -33,6 +33,8 @@ %%EXAMPLESDIR%%/img/photo.jpg %%EXAMPLESDIR%%/img/t2tbutton.png %%EXAMPLESDIR%%/img/t2tpowered.png +%%EXAMPLESDIR%%/img/t2tpowered-black.png +%%EXAMPLESDIR%%/img/t2tpowered-white.png %%EXAMPLESDIR%%/img/valid-css.png %%EXAMPLESDIR%%/img/valid-html.png %%EXAMPLESDIR%%/img/valid-xhtml.png --- txt2tags-2.4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061226182538.B593311468>