aboutsummaryrefslogtreecommitdiffstats
path: root/misc/freshmeat-submit
diff options
context:
space:
mode:
authorcs <cs@FreeBSD.org>2012-05-21 02:45:36 +0800
committercs <cs@FreeBSD.org>2012-05-21 02:45:36 +0800
commit4a8bd06692f91013384d45da25ed3feaf5252ad8 (patch)
tree9ed19c4b8501f80d91c8390529fb28f02bfa9b74 /misc/freshmeat-submit
parentfefab58cd04ad7cb3407455edbb7addbfb93f7e7 (diff)
downloadfreebsd-ports-gnome-4a8bd06692f91013384d45da25ed3feaf5252ad8.tar.gz
freebsd-ports-gnome-4a8bd06692f91013384d45da25ed3feaf5252ad8.tar.zst
freebsd-ports-gnome-4a8bd06692f91013384d45da25ed3feaf5252ad8.zip
Remove misc/freshmeat-submit as it was renamed to misc/freecode-submit
Diffstat (limited to 'misc/freshmeat-submit')
-rw-r--r--misc/freshmeat-submit/Makefile33
-rw-r--r--misc/freshmeat-submit/distinfo2
-rw-r--r--misc/freshmeat-submit/pkg-descr7
3 files changed, 0 insertions, 42 deletions
diff --git a/misc/freshmeat-submit/Makefile b/misc/freshmeat-submit/Makefile
deleted file mode 100644
index 66f020c9a904..000000000000
--- a/misc/freshmeat-submit/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: freshmeat-submit
-# Date created: 2 Jan 2005
-# Whom: x
-#
-# $FreeBSD$
-#
-
-PORTNAME= freshmeat-submit
-PORTVERSION= 2.2
-CATEGORIES= misc
-MASTER_SITES= http://www.catb.org/~esr/freshmeat-submit/ \
- http://www.c-s.li/ports/
-
-MAINTAINER= cs@FreeBSD.org
-COMMENT= Submission of updates to Freshmeat via its XML-RPC
-
-LICENSE= BSD
-
-USE_PYTHON= yes
-NO_BUILD= yes
-
-PLIST_FILES= bin/freshmeat-submit
-MAN1= freshmeat-submit.1
-
-.include <bsd.port.pre.mk>
-
-do-install:
- ${MKDIR} ${PREFIX}/bin
- ${INSTALL_SCRIPT} ${WRKSRC}/freshmeat-submit ${PREFIX}/bin
- ${MKDIR} ${MAN1PREFIX}/man/man1
- ${INSTALL_MAN} ${WRKSRC}/freshmeat-submit.1 ${MAN1PREFIX}/man/man1
-
-.include <bsd.port.post.mk>
diff --git a/misc/freshmeat-submit/distinfo b/misc/freshmeat-submit/distinfo
deleted file mode 100644
index 8b7bc676b0d7..000000000000
--- a/misc/freshmeat-submit/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (freshmeat-submit-2.2.tar.gz) = 87b9a73505ad520da5b949baabd129d018d0c1bdf761dd707d61ff8a1315dda1
-SIZE (freshmeat-submit-2.2.tar.gz) = 18495
diff --git a/misc/freshmeat-submit/pkg-descr b/misc/freshmeat-submit/pkg-descr
deleted file mode 100644
index 8f99979e7a4a..000000000000
--- a/misc/freshmeat-submit/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-freshmeat-submit is a Python script that supports remote submission of
-release updates to Freshmeat via its XML-RPC interface. It is intended
-for use in project release scripts. It reads the metadata from an
-RFC-2822-like message on standard input, possibly with overrides
-by command-line switches.
-
-WWW: http://www.catb.org/~esr/freshmeat-submit/