Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Aug 2001 23:58:00 +0800 (CST)
From:      Yen-Ming Lee <leeym@utopia.leeym.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        yinjieh@csie.nctu.edu.tw
Subject:   ports/29569: update port: chinese/autoconvert
Message-ID:  <200108091558.f79Fw0V72440@utopia.leeym.com>

next in thread | raw e-mail | index | archive | help

>Number:         29569
>Category:       ports
>Synopsis:       update port: chinese/autoconvert
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 09 09:00:05 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD utopia.leeym.com 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Sun Aug 5 06:21:16 CST 2001 root@utopia.leeym.com:/usr/obj/usr/src/sys/UTOPIA i386


	
>Description:
- Update to 0.3.13
- Homepage of author was moved to http://people.debian.org/~ygh/
- Remove redundant do-install section about libhz related stuff

Cc-ed to MAINTAINER.

>How-To-Repeat:
	
>Fix:

diff -ruN /usr/ports/chinese/autoconvert/Makefile autoconvert/Makefile
--- /usr/ports/chinese/autoconvert/Makefile	Wed Jun  6 05:28:44 2001
+++ autoconvert/Makefile	Thu Aug  9 23:37:23 2001
@@ -6,10 +6,9 @@
 #
 
 PORTNAME=	autoconvert
-PORTVERSION=	0.3.12
+PORTVERSION=	0.3.13
 CATEGORIES=	chinese
-MASTER_SITES=	http://www.csie.nctu.edu.tw/~yinjieh/ \
-		ftp://banyan.dlut.edu.cn/pub/PEOPLE/saka/
+MASTER_SITES=	http://people.debian.org/~ygh/
 
 MAINTAINER=	yinjieh@csie.nctu.edu.tw
 
@@ -17,19 +16,10 @@
 
 INSTALLS_SHLIB=	yes
 
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/autob5 ${PREFIX}/bin
-	${INSTALL_PROGRAM} ${WRKSRC}/autogb ${PREFIX}/bin
-	${INSTALL_DATA} ${WRKSRC}/lib/libhz.a ${PREFIX}/lib
-	${INSTALL_DATA} ${WRKSRC}/lib/libhz.so.0.0 ${PREFIX}/lib/libhz.so.0
-	cd ${PREFIX}/lib; ${LN} -sf libhz.so.0 libhz.so
-	${MKDIR} ${PREFIX}/share/autoconvert
+pre-install:
+	@${MKDIR} ${PREFIX}/share/zh-autoconvert
 .for i in ChangeLog LICENSE Readme TODO Thanks Version hz.txt procmailrc.example shed.big5 shed.gb shed.uni shed.utf7 shed.utf8
-	${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/autoconvert
-.endfor
-
-.for i in hz.h zhstatis.h
-	${INSTALL_DATA} ${WRKSRC}/include/$i ${PREFIX}/include
+	@${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/zh-autoconvert
 .endfor
 
 .include <bsd.port.mk>
diff -ruN /usr/ports/chinese/autoconvert/distinfo autoconvert/distinfo
--- /usr/ports/chinese/autoconvert/distinfo	Wed Jun  6 05:28:48 2001
+++ autoconvert/distinfo	Thu Aug  9 23:12:40 2001
@@ -1 +1 @@
-MD5 (autoconvert-0.3.12.tar.gz) = ff6022e9946051729b97a3e5f1e700a5
+MD5 (autoconvert-0.3.13.tar.gz) = 43d8d1bb012c72ec7bb7157cec5c63ad
diff -ruN /usr/ports/chinese/autoconvert/files/patch-aa autoconvert/files/patch-aa
--- /usr/ports/chinese/autoconvert/files/patch-aa	Sun Jan 14 22:45:33 2001
+++ autoconvert/files/patch-aa	Thu Aug  9 23:38:03 2001
@@ -1,6 +1,6 @@
---- Makefile.orig	Mon Jan  8 18:05:51 2001
-+++ Makefile	Tue Jan  9 03:03:10 2001
-@@ -1,11 +1,12 @@
+--- Makefile.orig	Sat Apr 28 09:45:46 2001
++++ Makefile	Thu Aug  9 23:31:09 2001
+@@ -1,7 +1,7 @@
  
  CC=gcc
 -CFLAG=-O2 -g -Wall -Iinclude
@@ -10,9 +10,24 @@
  
  .PHONY: all hzlib clean install-home install
  
--all: autob5 autogb hzlib  xchat-plugins
-+all: autob5 autogb hzlib
-+#xchat-plugins
- 
- autob5: autogb
- 	rm -f autob5;ln -s autogb autob5
+@@ -30,12 +30,11 @@
+ 	ln -s $(HOME)/bin/autogb $(HOME)/bin/autob5
+ 	chmod 755 $(HOME)/bin/autogb 
+ install:
+-	install -m 755 autogb $(DESTDIR)/usr/bin
+-	install -m 755 lib/libhz.so.0.0 $(DESTDIR)/usr/lib
+-	cd $(DESTDIR)/usr/lib;ln -s  libhz.so.0.0 libhz.so.0
+-	cd $(DESTDIR)/usr/lib;ln -s  libhz.so.0 libhz.so
+-	install -m 755 lib/libhz.a $(DESTDIR)/usr/lib
+-	install -m 755 contrib/xchat-plugins/xchat-autogb.so $(DESTDIR)/usr/share/zh-autoconvert
+-	install -m 755 contrib/xchat-plugins/xchat-autob5.so $(DESTDIR)/usr/share/zh-autoconvert
+-	install -m 644 include/*.h  $(DESTDIR)/usr/include
+-	ln -s autogb $(DESTDIR)/usr/bin/autob5
++	install -m 755 autogb $(PREFIX)/bin
++	install -m 755 lib/libhz.so.0.0 $(PREFIX)/lib/libhz.so.0
++	cd $(PREFIX)/lib;ln -s  libhz.so.0 libhz.so
++	install -m 755 lib/libhz.a $(PREFIX)/lib
++	install -m 755 contrib/xchat-plugins/xchat-autogb.so $(PREFIX)/share/zh-autoconvert
++	install -m 755 contrib/xchat-plugins/xchat-autob5.so $(PREFIX)/share/zh-autoconvert
++	install -m 644 include/*.h  $(PREFIX)/include
++	ln -s autogb $(PREFIX)/bin/autob5
diff -ruN /usr/ports/chinese/autoconvert/pkg-plist autoconvert/pkg-plist
--- /usr/ports/chinese/autoconvert/pkg-plist	Wed Jun  6 05:28:48 2001
+++ autoconvert/pkg-plist	Thu Aug  9 23:36:28 2001
@@ -5,17 +5,19 @@
 lib/libhz.a
 lib/libhz.so
 lib/libhz.so.0
-share/autoconvert/ChangeLog
-share/autoconvert/LICENSE
-share/autoconvert/Readme
-share/autoconvert/TODO
-share/autoconvert/Thanks
-share/autoconvert/Version
-share/autoconvert/hz.txt
-share/autoconvert/procmailrc.example
-share/autoconvert/shed.big5
-share/autoconvert/shed.gb
-share/autoconvert/shed.uni
-share/autoconvert/shed.utf7
-share/autoconvert/shed.utf8
-@dirrm share/autoconvert
+share/zh-autoconvert/ChangeLog
+share/zh-autoconvert/LICENSE
+share/zh-autoconvert/Readme
+share/zh-autoconvert/TODO
+share/zh-autoconvert/Thanks
+share/zh-autoconvert/Version
+share/zh-autoconvert/hz.txt
+share/zh-autoconvert/procmailrc.example
+share/zh-autoconvert/shed.big5
+share/zh-autoconvert/shed.gb
+share/zh-autoconvert/shed.uni
+share/zh-autoconvert/shed.utf7
+share/zh-autoconvert/shed.utf8
+share/zh-autoconvert/xchat-autob5.so
+share/zh-autoconvert/xchat-autogb.so
+@dirrm share/zh-autoconvert


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108091558.f79Fw0V72440>