diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-04-13 10:55:38 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-04-13 10:55:38 +0000 |
commit | bac6e092c4705f6a79bf323ae7961d92aa017bb5 (patch) | |
tree | 945be4c82f4ab2b27427f5ba33627b6ec0e06991 /net/net-http | |
parent | - Add staging support (diff) |
Remove expired ports:
2014-04-12 net/pvm++: Unmaintained since 2001
2014-04-12 devel/ixlib: Unmaintained since 2001
2014-04-12 mail/althea: Unmaintained since 2001
2014-04-12 graphics/claraocr: Unmaintained since 2001
2014-04-12 graphics/qvplay: Unmaintained since 2001
2014-04-12 print/guitartex: Unmaintained since 2001
2014-04-12 print/pnm2ppa: Unmaintained since 2001
2014-04-12 graphics/opendis: Unmaintained since 2001
2014-04-12 net/gnome-mud: Unmaintained since 2001
2014-04-12 graphics/maverik: Unmaintained since 2001
2014-04-12 biology/rasmol: Unmaintained since 2001
2014-04-12 mail/mail2procmailrc: Unmaintained since 2001
2014-04-12 science/felt: Unmaintained since 2001
2014-04-12 textproc/pardiff: Unmaintained since 2001
2014-04-12 lang/klone: Unmaintained since 2001
2014-04-12 net/rmsg: Unmaintained since 2001
2014-04-12 net/sharity-light: Unmaintained since 2001
2014-04-12 biology/genpak: Unmaintained since 2001
2014-04-12 net/forg: Unmaintained since 2001
2014-04-12 misc/txt2regex: Unmaintained since 2001
2014-04-12 textproc/ipdf: Unmaintained since 2001
2014-04-12 graphics/plotmtv: Unmaintained since 2001
2014-04-12 devel/happydoc: Unmaintained since 2001
2014-04-12 print/cpp2latex: Unmaintained since 2001
2014-04-12 graphics/svg2swf: Unmaintained since 2001
2014-04-12 devel/flick: Unmaintained since 2001
2014-04-12 mail/smail: Unmaintained since 2001
2014-04-12 net/net-http: Unmaintained since 2001
2014-04-12 security/cfv: Unmaintained since 2001
2014-04-12 graphics/camediaplay: Unmaintained since 2001
2014-04-12 math/umatrix: Unmaintained since 2001
Diffstat (limited to 'net/net-http')
-rw-r--r-- | net/net-http/Makefile | 31 | ||||
-rw-r--r-- | net/net-http/distinfo | 2 | ||||
-rw-r--r-- | net/net-http/pkg-descr | 3 | ||||
-rw-r--r-- | net/net-http/pkg-plist | 7 |
4 files changed, 0 insertions, 43 deletions
diff --git a/net/net-http/Makefile b/net/net-http/Makefile deleted file mode 100644 index c489a9f27d9d..000000000000 --- a/net/net-http/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# Created by: ijliao -# $FreeBSD$ - -PORTNAME= net-http -PORTVERSION= 0.3.1 -PORTREVISION= 3 -CATEGORIES= net scheme -MASTER_SITES= http://evan.prodromou.name/software/net-http/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= A library for doing HTTP client-side programming in Guile - -BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile -RUN_DEPENDS:= ${BUILD_DEPENDS} - -DEPRECATED= Unmaintained since 2001 -EXPIRATION_DATE= 2014-04-12 -GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/${PORTNAME} -NO_BUILD= yes - -NO_STAGE= yes -.include <bsd.port.options.mk> - -GUILE_VER!= ${MAKE} -C ${PORTSDIR}/lang/guile -V GUILE_VER -PLIST_SUB= GUILE_VER="${GUILE_VER}" - -do-install: - ${CP} -R ${WRKSRC}/net/ ${LOCALBASE}/share/guile/${GUILE_VER}/net/ - -.include <bsd.port.mk> diff --git a/net/net-http/distinfo b/net/net-http/distinfo deleted file mode 100644 index 7de5b05ed371..000000000000 --- a/net/net-http/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (net-http-0.3.1.tar.gz) = 4a89e51921604c0d1201df8524e49e68cbe4a831ff76382b045d8f9a920c8bfe -SIZE (net-http-0.3.1.tar.gz) = 26907 diff --git a/net/net-http/pkg-descr b/net/net-http/pkg-descr deleted file mode 100644 index c6846a2130c8..000000000000 --- a/net/net-http/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A library for doing HTTP client-side programming in Guile - -WWW: http://evan.prodromou.name/software/net-http/ diff --git a/net/net-http/pkg-plist b/net/net-http/pkg-plist deleted file mode 100644 index 67300fdb05c8..000000000000 --- a/net/net-http/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -share/guile/%%GUILE_VER%%/net/http.scm -share/guile/%%GUILE_VER%%/net/http/client.scm -share/guile/%%GUILE_VER%%/net/http/message.scm -share/guile/%%GUILE_VER%%/net/http/server.scm -share/guile/%%GUILE_VER%%/net/http/util.scm -@dirrm share/guile/%%GUILE_VER%%/net/http -@dirrm share/guile/%%GUILE_VER%%/net |