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 | |
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')
-rw-r--r-- | security/Makefile | 2 | ||||
-rw-r--r-- | security/hs-digest-ghc/Makefile | 19 | ||||
-rw-r--r-- | security/hs-digest-ghc/distinfo | 3 | ||||
-rw-r--r-- | security/hs-digest-ghc/pkg-descr | 6 | ||||
-rw-r--r-- | security/hs-digest-ghc/pkg-plist | 16 | ||||
-rw-r--r-- | security/hs-digest/Makefile | 1 | ||||
-rw-r--r-- | security/hs-digest/pkg-descr | 1 |
7 files changed, 1 insertions, 47 deletions
diff --git a/security/Makefile b/security/Makefile index 75c31c1a294b..342d1549c7ae 100644 --- a/security/Makefile +++ b/security/Makefile @@ -192,7 +192,7 @@ SUBDIR += hostsentry SUBDIR += hotssh SUBDIR += hs-SHA - SUBDIR += hs-digest-ghc + SUBDIR += hs-digest SUBDIR += httprint SUBDIR += hunch SUBDIR += hydra diff --git a/security/hs-digest-ghc/Makefile b/security/hs-digest-ghc/Makefile deleted file mode 100644 index a076dea6bb1c..000000000000 --- a/security/hs-digest-ghc/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# New ports collection makefile for: hs-digest-ghc -# Date created: January 22, 2009 -# Whom: Gabor Pali <pgj@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= digest -PORTVERSION= 0.0.0.8 -CATEGORIES= security haskell -PKGNAMESUFFIX= -ghc - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Efficient cryptographic hash implementations in Haskell - -CABAL_SETUP= Setup.hs - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include <bsd.port.mk> diff --git a/security/hs-digest-ghc/distinfo b/security/hs-digest-ghc/distinfo deleted file mode 100644 index 1f98b7fcdc59..000000000000 --- a/security/hs-digest-ghc/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (digest-0.0.0.8.tar.gz) = 3a730a6439b14fb7a30bcd03c9e3f4ff -SHA256 (digest-0.0.0.8.tar.gz) = 0b213020c064cf36d1a3d5a77e1d19337713d2cb2ac4c170bc0fc8dc370af6f3 -SIZE (digest-0.0.0.8.tar.gz) = 2534 diff --git a/security/hs-digest-ghc/pkg-descr b/security/hs-digest-ghc/pkg-descr deleted file mode 100644 index a160a7000e9e..000000000000 --- a/security/hs-digest-ghc/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This package provides efficient cryptographic hash implementations for -strict and lazy bytestrings for the functional programming language -Haskell. - -WWW: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/digest - diff --git a/security/hs-digest-ghc/pkg-plist b/security/hs-digest-ghc/pkg-plist deleted file mode 100644 index 3d370d552e2b..000000000000 --- a/security/hs-digest-ghc/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -@comment $FreeBSD$ -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Data/Digest/Adler32.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Data/Digest/CRC32.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/HS%%PORTNAME%%-%%PORTVERSION%%.o -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/libHS%%PORTNAME%%-%%PORTVERSION%%.a -%%LIBDIR_REL%%/register.sh -%%NOPORTDOCS%%%%DOCSDIR%%/LICENSE -%%NOPORTDOCS%%@dirrmtry %%DOCSDIR%% -@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Data/Digest -@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Data -@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%% -@dirrm %%LIBDIR_REL%% -@exec /bin/sh %D/%%LIBDIR_REL%%/register.sh -@exec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old -@unexec %D/bin/ghc-pkg unregister %%PORTNAME%%-%%PORTVERSION%% -@unexec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old 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 - |