ports/91934: [update] lang/haskell-mode.el update to 2.1

Hirohisa Yamaguchi umq at ueo.co.jp
Wed Jan 18 02:00:13 UTC 2006


>Number:         91934
>Category:       ports
>Synopsis:       [update] lang/haskell-mode.el update to 2.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 18 02:00:11 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Hirohisa Yamaguchi
>Release:        FreeBSD 7.0-CURRENT amd64
>Organization:
<organization of PR author (multiple lines)>
>Environment:
System: FreeBSD calliope.****.org 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Mon Nov 7 17:32:33 JST 2005 root at calliope.****.org:/usr/obj/usr/src/sys/CALLIOPE64 amd64
>Description:
	lang/haskell-mode.el needs update to the latest version.
>How-To-Repeat:
>Fix:

	the patch follows:

diff -pruw ports.orig/lang/haskell-mode.el/Makefile ports/lang/haskell-mode.el/Makefile
--- ports.orig/lang/haskell-mode.el/Makefile	Mon Jul 26 21:06:07 2004
+++ ports/lang/haskell-mode.el/Makefile	Wed Jan 18 03:11:25 2006
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=	haskell-mode
-PORTVERSION=	1.44
+PORTVERSION=	2.1
 CATEGORIES=	lang elisp
-MASTER_SITES=	http://www.haskell.org/haskell-mode/
+MASTER_SITES=	http://www.iro.umontreal.ca/~monnier/elisp/
 
 MAINTAINER=	jre at vineyard.net
 COMMENT=	An Emacs lisp mode for editing haskell programs
@@ -18,11 +18,17 @@ NO_BUILD=	yes
 ELISPDIR=	${PREFIX}/${PLIST_DIRS}
 ELISPFILES=	haskell-decl-scan.el haskell-doc.el haskell-font-lock.el \
 		haskell-ghci.el haskell-hugs.el haskell-indent.el \
-		haskell-mode.el haskell-simple-indent.el
+		haskell-mode.el haskell-simple-indent.el haskell-site-file.el \
+		inf-haskell.el
 
 PLIST_DIRS=	share/emacs/site-lisp/${PORTNAME}/
 PLIST_FILES=	${ELISPFILES:C/^| [^ ]/${PLIST_DIRS}/g}
 
+.if !defined(NOPORTDOCS)
+PORTDOCS=	ChangeLog NEWS fontlock.hs indent.hs \
+		index.html installation-guide.html
+.endif
+
 do-install:
 	${MKDIR} ${ELISPDIR}
 .for i in ${ELISPFILES}
@@ -30,6 +36,12 @@ do-install:
 .endfor
 
 post-install:
+.if !defined(NOPORTDOCS)
+	${MKDIR} ${DOCSDIR}
+.  for i in ${PORTDOCS}
+	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+.  endfor
+.endif
 	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>
diff -pruw ports.orig/lang/haskell-mode.el/distinfo ports/lang/haskell-mode.el/distinfo
--- ports.orig/lang/haskell-mode.el/distinfo	Sun Mar  7 06:53:20 2004
+++ ports/lang/haskell-mode.el/distinfo	Sun Jan 15 03:46:25 2006
@@ -1,2 +1,3 @@
-MD5 (haskell-mode-1.44.tar.gz) = 8317d8bf8588e254e753977e48ad3bf6
-SIZE (haskell-mode-1.44.tar.gz) = 58601
+MD5 (haskell-mode-2.1.tar.gz) = df6c6d62777c2ea6cdd5455a0010e7e2
+SHA256 (haskell-mode-2.1.tar.gz) = 51c7529b217aafdf3cef843e0fc25b3735bebb259effd9c8bc6e8f72a4b65046
+SIZE (haskell-mode-2.1.tar.gz) = 73855
diff -pruw ports.orig/lang/haskell-mode.el/pkg-message ports/lang/haskell-mode.el/pkg-message
--- ports.orig/lang/haskell-mode.el/pkg-message	Sun Mar  7 06:53:20 2004
+++ ports/lang/haskell-mode.el/pkg-message	Wed Jan 18 10:21:39 2006
@@ -12,12 +12,11 @@ To use haskell-mode in Emacs, add the fo
 
 Add the following lines according to which modules you want to use:
 
-(add-hook 'haskell-mode-hook 'turn-on-haskell-font-lock)
 (add-hook 'haskell-mode-hook 'turn-on-haskell-decl-scan)
 (add-hook 'haskell-mode-hook 'turn-on-haskell-doc-mode)
 (add-hook 'haskell-mode-hook 'turn-on-haskell-indent)
 ;(add-hook 'haskell-mode-hook 'turn-on-haskell-simple-indent)
-(add-hook 'haskell-mode-hook 'turn-on-haskell-hugs)
+(add-hook 'haskell-mode-hook 'turn-on-font-lock)
 
 Note that the two indentation modules are mutually exclusive - add at
 most one.
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list