Remove sysutils/gtk-send-pr which expired today.
This commit is contained in:
parent
eb4916735c
commit
1782e04167
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362130
5 changed files with 1 additions and 46 deletions
1
MOVED
1
MOVED
|
@ -6257,3 +6257,4 @@ net/linphone-base||2014-07-14|Split into separate components
|
|||
databases/py-simplecouchdb||2014-07-15|Has expired: Obsolete, abandoned
|
||||
audio/xmms-bonk||2014-07-15|Has expired: Obsolete experimental codec, use audio/flac or audio/wavpack
|
||||
audio/bonk||2014-07-15|Has expired: Obsolete experimental codec, use audio/flac or audio/wavpack
|
||||
sysutils/gtk-send-pr||2014-07-17|Has expired: Obsolete after migration to Bugzilla
|
||||
|
|
|
@ -353,7 +353,6 @@
|
|||
SUBDIR += gstreamer-plugins-hal
|
||||
SUBDIR += gstreamer1-plugins-cdio
|
||||
SUBDIR += gtk-imonc
|
||||
SUBDIR += gtk-send-pr
|
||||
SUBDIR += hachoir-metadata
|
||||
SUBDIR += hachoir-subfile
|
||||
SUBDIR += hachoir-urwid
|
||||
|
|
|
@ -1,35 +0,0 @@
|
|||
# Created by: Miguel Mendez <flynn@energyhq.es.eu.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gtk-send-pr
|
||||
PORTVERSION= 0.4.9
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_BERLIOS}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= GTK2 send-pr tool
|
||||
|
||||
DEPRECATED= Obsolete after migration to Bugzilla
|
||||
EXPIRATION_DATE= 2014-07-17
|
||||
|
||||
LIB_DEPENDS= libesmtp.so:${PORTSDIR}/mail/libesmtp
|
||||
|
||||
USES= pkgconfig
|
||||
USE_GNOME= gtk20
|
||||
|
||||
PLIST_FILES= bin/gtk-send-pr man/man1/${PORTNAME}.1.gz share/pixmaps/ladybird64.xpm
|
||||
DESKTOP_ENTRIES="Send Problem Report" \
|
||||
"Send a FreeBSD PR" \
|
||||
"${PREFIX}/share/pixmaps/ladybird64.xpm" \
|
||||
"gtk-send-pr" \
|
||||
"System;" \
|
||||
true
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/gtk-send-pr ${STAGEDIR}${PREFIX}/bin
|
||||
@${INSTALL_MAN} ${WRKSRC}/common/gtk-send-pr.1 ${STAGEDIR}${PREFIX}/man/man1
|
||||
@${INSTALL_DATA} ${WRKSRC}/icon/ladybird64.xpm ${STAGEDIR}${PREFIX}/share/pixmaps
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (gtk-send-pr-0.4.9.tar.gz) = 53d146c40ac9c2230be45dba73a2ea15e04622a63a1b2b21f744897988bc6c42
|
||||
SIZE (gtk-send-pr-0.4.9.tar.gz) = 60966
|
|
@ -1,8 +0,0 @@
|
|||
This is a GTK2 based tool, similar to send-pr(1), but with some nice
|
||||
features:
|
||||
|
||||
- User friendly UI
|
||||
- Uses libesmtp to deliver mail to any SMTP server
|
||||
- Free software (BSD licensed)
|
||||
|
||||
WWW: http://gtk-send-pr.berlios.de/index.html
|
Loading…
Reference in a new issue