mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 0.7.0
- Unbreak PR: ports/83122 Submitted by: Jason Stone <jason-fbsd-ports-ginsu@shalott.net> (maintainer)
This commit is contained in:
parent
e311a4461d
commit
d73b63667b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138743
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= ginsu
|
||||
PORTVERSION= 0.5.3
|
||||
PORTVERSION= 0.7.0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://repetae.net/john/computer/ginsu/drop/
|
||||
|
||||
@ -15,8 +15,6 @@ COMMENT= A client for the gale secure instant messaging system
|
||||
|
||||
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
|
||||
|
||||
BROKEN= Does not build
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
|
@ -1 +1,2 @@
|
||||
MD5 (ginsu-0.5.3.tar.gz) = 8ce4341c459aae6fe64cdc71de19ef25
|
||||
MD5 (ginsu-0.7.0.tar.gz) = ce2b4716495363e5b4264e13d03b724b
|
||||
SIZE (ginsu-0.7.0.tar.gz) = 220651
|
||||
|
29
net-im/ginsu/files/patch-CWString.hsc
Normal file
29
net-im/ginsu/files/patch-CWString.hsc
Normal file
@ -0,0 +1,29 @@
|
||||
--- CWString.hsc.orig Wed Jul 6 02:16:58 2005
|
||||
+++ CWString.hsc Wed Jul 6 02:18:26 2005
|
||||
@@ -36,6 +36,7 @@
|
||||
|
||||
import Data.Bits
|
||||
import Foreign.C.String(withCString,CString,CStringLen,CWString,CWStringLen)
|
||||
+import qualified Foreign.C.String as FS
|
||||
import Foreign.C.Types
|
||||
import Char
|
||||
import Foreign
|
||||
@@ -270,12 +271,12 @@
|
||||
charIsRepresentable :: Char -> IO Bool
|
||||
charIsRepresentable ch = return $ isLatin1 ch
|
||||
|
||||
-withLCString = withCString
|
||||
-withLCStringLen = withCStringLen
|
||||
-newLCString = newCString
|
||||
-newLCStringLen = newCStringLen
|
||||
-peekLCString = peekCString
|
||||
-peekLCStringLen = peekCStringLen
|
||||
+withLCString = FS.withCString
|
||||
+withLCStringLen = FS.withCStringLen
|
||||
+newLCString = FS.newCString
|
||||
+newLCStringLen = FS.newCStringLen
|
||||
+peekLCString = FS.peekCString
|
||||
+peekLCStringLen = FS.peekCStringLen
|
||||
|
||||
#endif
|
||||
|
4
net-im/ginsu/pkg-message
Normal file
4
net-im/ginsu/pkg-message
Normal file
@ -0,0 +1,4 @@
|
||||
If you have never used gale before, you will not be able to chat with
|
||||
other users until you have generated a key for yourself. go to
|
||||
http://repetae.net/john/computer/ginsu/ and follow the instructions
|
||||
there to create a new key in the yammer.net domain.
|
@ -1 +1,2 @@
|
||||
bin/ginsu
|
||||
bin/ginsu-mdk
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= ginsu
|
||||
PORTVERSION= 0.5.3
|
||||
PORTVERSION= 0.7.0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://repetae.net/john/computer/ginsu/drop/
|
||||
|
||||
@ -15,8 +15,6 @@ COMMENT= A client for the gale secure instant messaging system
|
||||
|
||||
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
|
||||
|
||||
BROKEN= Does not build
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
|
@ -1 +1,2 @@
|
||||
MD5 (ginsu-0.5.3.tar.gz) = 8ce4341c459aae6fe64cdc71de19ef25
|
||||
MD5 (ginsu-0.7.0.tar.gz) = ce2b4716495363e5b4264e13d03b724b
|
||||
SIZE (ginsu-0.7.0.tar.gz) = 220651
|
||||
|
29
net/ginsu/files/patch-CWString.hsc
Normal file
29
net/ginsu/files/patch-CWString.hsc
Normal file
@ -0,0 +1,29 @@
|
||||
--- CWString.hsc.orig Wed Jul 6 02:16:58 2005
|
||||
+++ CWString.hsc Wed Jul 6 02:18:26 2005
|
||||
@@ -36,6 +36,7 @@
|
||||
|
||||
import Data.Bits
|
||||
import Foreign.C.String(withCString,CString,CStringLen,CWString,CWStringLen)
|
||||
+import qualified Foreign.C.String as FS
|
||||
import Foreign.C.Types
|
||||
import Char
|
||||
import Foreign
|
||||
@@ -270,12 +271,12 @@
|
||||
charIsRepresentable :: Char -> IO Bool
|
||||
charIsRepresentable ch = return $ isLatin1 ch
|
||||
|
||||
-withLCString = withCString
|
||||
-withLCStringLen = withCStringLen
|
||||
-newLCString = newCString
|
||||
-newLCStringLen = newCStringLen
|
||||
-peekLCString = peekCString
|
||||
-peekLCStringLen = peekCStringLen
|
||||
+withLCString = FS.withCString
|
||||
+withLCStringLen = FS.withCStringLen
|
||||
+newLCString = FS.newCString
|
||||
+newLCStringLen = FS.newCStringLen
|
||||
+peekLCString = FS.peekCString
|
||||
+peekLCStringLen = FS.peekCStringLen
|
||||
|
||||
#endif
|
||||
|
4
net/ginsu/pkg-message
Normal file
4
net/ginsu/pkg-message
Normal file
@ -0,0 +1,4 @@
|
||||
If you have never used gale before, you will not be able to chat with
|
||||
other users until you have generated a key for yourself. go to
|
||||
http://repetae.net/john/computer/ginsu/ and follow the instructions
|
||||
there to create a new key in the yammer.net domain.
|
@ -1 +1,2 @@
|
||||
bin/ginsu
|
||||
bin/ginsu-mdk
|
||||
|
Loading…
Reference in New Issue
Block a user