diff options
author | pgj <pgj@FreeBSD.org> | 2010-05-25 05:52:43 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2010-05-25 05:52:43 +0800 |
commit | 4bcc61a91dde55595a1628ba36791beebcd1e833 (patch) | |
tree | f1c64d9ac3d7b585c628bb9e3c2e76ee9a73d554 /security/hs-digest | |
parent | 65f65d5337a1dc568adbe33a1e2d1c9e9cb5640b (diff) | |
download | freebsd-ports-gnome-4bcc61a91dde55595a1628ba36791beebcd1e833.tar.gz freebsd-ports-gnome-4bcc61a91dde55595a1628ba36791beebcd1e833.tar.zst freebsd-ports-gnome-4bcc61a91dde55595a1628ba36791beebcd1e833.zip |
Rename the following Haskell ports to bring them in sync with the
HackageDB:
archivers/hs-zip-archive-ghc -> archivers/hs-zip-archive
devel/hs-binary-ghc -> devel/hs-binary
devel/darcs -> devel/hs-darcs
devel/hs-language-c-ghc -> devel/hs-language-c
devel/hs-lazysmallcheck-ghc -> devel/hs-lazysmallcheck
devel/hs-pcre-light-ghc -> devel/hs-pcre-light
devel/hs-utf8-string-ghc -> devel/hs-utf8-string
graphics/hs-HGL-ghc -> graphics/hs-HGL
ports-mgmt/porte -> ports-mgmt/hs-porte
security/hs-digest-ghc -> security/hs-digest
textproc/hs-haxml -> textproc/hs-HaXml
textproc/hs-highlighting-kate-ghc -> textproc/hs-highlighting-kate
textproc/hs-polyparse-ghc -> textproc/hs-polyparse
textproc/pandoc -> textproc/hs-pandoc
x11/hs-x11-ghc -> x11/hs-X11
x11/hs-x11-xft-ghc -> x11/hs-X11-xft
x11/xmobar -> x11/hs-xmobar
x11-toolkits/hs-opengl-ghc -> x11-toolkits/hs-OpenGL
x11-toolkits/hs-OpenGLRaw-ghc -> x11-toolkits/hs-OpenGLRaw
x11-toolkits/hs-GLURaw-ghc -> x11-toolkits/hs-GLURaw
x11-toolkits/hs-glut-ghc -> x11-toolkits/hs-GLUT
x11-wm/xmonad -> x11-wm/hs-xmonad
x11-wm/xmonad-contrib -> x11-wm/hs-xmonad-contrib
Diffstat (limited to 'security/hs-digest')
-rw-r--r-- | security/hs-digest/Makefile | 1 | ||||
-rw-r--r-- | security/hs-digest/pkg-descr | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/security/hs-digest/Makefile b/security/hs-digest/Makefile index a076dea6bb1c..65f479871b80 100644 --- a/security/hs-digest/Makefile +++ b/security/hs-digest/Makefile @@ -8,7 +8,6 @@ PORTNAME= digest PORTVERSION= 0.0.0.8 CATEGORIES= security haskell -PKGNAMESUFFIX= -ghc MAINTAINER= haskell@FreeBSD.org COMMENT= Efficient cryptographic hash implementations in Haskell diff --git a/security/hs-digest/pkg-descr b/security/hs-digest/pkg-descr index a160a7000e9e..c57435d330e6 100644 --- a/security/hs-digest/pkg-descr +++ b/security/hs-digest/pkg-descr @@ -3,4 +3,3 @@ strict and lazy bytestrings for the functional programming language Haskell. WWW: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/digest - |