diff options
author | novel <novel@FreeBSD.org> | 2012-03-12 22:26:09 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2012-03-12 22:26:09 +0800 |
commit | af1cc198e49705524ac72359a4d65ed195a14630 (patch) | |
tree | 31685c1e0af9019ea479a9479ab86d53d3d4e29b | |
parent | 7c831bf5c6bc2ee863087280b7723b617e544455 (diff) | |
download | freebsd-ports-gnome-af1cc198e49705524ac72359a4d65ed195a14630.tar.gz freebsd-ports-gnome-af1cc198e49705524ac72359a4d65ed195a14630.tar.zst freebsd-ports-gnome-af1cc198e49705524ac72359a4d65ed195a14630.zip |
Remove audio/easytag-devel as it's older than the current audio/easytag stable
version and there's no active development version at the moment.
Feature safe: yes
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/easytag-devel/Makefile | 55 | ||||
-rw-r--r-- | audio/easytag-devel/distinfo | 2 | ||||
-rw-r--r-- | audio/easytag-devel/files/patch-src_picture.c | 22 | ||||
-rw-r--r-- | audio/easytag-devel/pkg-descr | 24 | ||||
-rw-r--r-- | audio/easytag-devel/pkg-plist | 31 |
7 files changed, 1 insertions, 135 deletions
@@ -3247,3 +3247,4 @@ databases/postgresql-pltcl|databases/postgresql84-pltcl|2012-03-05|Split into ve x11-wm/scrotwm|x11-wm/spectrwm|2012-03-05|Project renamed databases/p5-Mysql||2012-03-07|no release in 11 years, doesn't work with mysql 4.0+, unmaintained audio/muine||2012-03-08|Removed +audio/easytag-devel|2012-03-12|Outdated development version diff --git a/audio/Makefile b/audio/Makefile index 3967298e2af4..fd1e1988e9d4 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -132,7 +132,6 @@ SUBDIR += dumb-allegro SUBDIR += dvda-author SUBDIR += easytag - SUBDIR += easytag-devel SUBDIR += eawpats SUBDIR += eawplus SUBDIR += ecasound diff --git a/audio/easytag-devel/Makefile b/audio/easytag-devel/Makefile deleted file mode 100644 index 3e9c5b45d7db..000000000000 --- a/audio/easytag-devel/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# New ports collection makefile for: easytag-devel -# Date created: 15 Feb 2005 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= easytag -PORTVERSION= 2.1.6 -PORTREVISION= 7 -CATEGORIES= audio -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20unstable%20%28gtk%202%29/${PORTVERSION} -PKGNAMESUFFIX= -devel - -MAINTAINER= novel@FreeBSD.org -COMMENT= GTK2 Tag editor for MP3 and OGG files - -LIB_DEPENDS= id3tag:${PORTSDIR}/audio/libid3tag \ - vorbis:${PORTSDIR}/audio/libvorbis \ - FLAC:${PORTSDIR}/audio/flac \ - mp4v2.10:${PORTSDIR}/multimedia/mp4v2 - -DEPRECATED= older than the current stable version -EXPIRATION_DATE= 2012-03-06 - -MAN1= easytag.1 -CONFLICTS= easytag-[0-9]* - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GNOME= gnomehack gnomeprefix gtk20 desktopfileutils -GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_GTK -LDFLAGS+= -L${LOCALBASE}/lib - -.if defined(WITH_WAVPACK) -LIB_DEPENDS+= wavpack.2:${PORTSDIR}/audio/wavpack -CONFIGURE_ARGS+= --enable-wavpack -.else -CONFIGURE_ARGS+= --disable-wavpack -.endif - -.if defined(WITHOUT_ID3V23) -CONFIGURE_ARGS+= --disable-id3v23 -.else -LIB_DEPENDS+= id3:${PORTSDIR}/audio/id3lib -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|<mp4\.h>|<mp4v2/mp4v2.h>|g' \ - ${WRKSRC}/${CONFIGURE_SCRIPT} \ - ${WRKSRC}/src/mp4_header.c \ - ${WRKSRC}/src/mp4_tag.c - -.include <bsd.port.mk> diff --git a/audio/easytag-devel/distinfo b/audio/easytag-devel/distinfo deleted file mode 100644 index 6f9db079e22b..000000000000 --- a/audio/easytag-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (easytag-2.1.6.tar.bz2) = 9b051126cc7e82a7ea14e8b9bd32738e8b13a81a968d5f768eef7615bbcdb6d9 -SIZE (easytag-2.1.6.tar.bz2) = 3304019 diff --git a/audio/easytag-devel/files/patch-src_picture.c b/audio/easytag-devel/files/patch-src_picture.c deleted file mode 100644 index ae7c02913fd2..000000000000 --- a/audio/easytag-devel/files/patch-src_picture.c +++ /dev/null @@ -1,22 +0,0 @@ - -$FreeBSD$ - ---- src/picture.c.orig -+++ src/picture.c -@@ -1039,6 +1039,7 @@ - gchar *buffer = 0; - size_t size = 0; - struct stat st; -+ FILE *fd; - - if (lstat(filename, &st)==-1) - return (Picture *)NULL; -@@ -1046,7 +1047,7 @@ - size = st.st_size; - buffer = g_malloc(size); - -- FILE *fd = fopen(filename, "rb"); -+ fd = fopen(filename, "rb"); - if (!fd) - { - gchar *msg; diff --git a/audio/easytag-devel/pkg-descr b/audio/easytag-devel/pkg-descr deleted file mode 100644 index 49c4fd9c9cc4..000000000000 --- a/audio/easytag-devel/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -EasyTAG is an utility for viewing and editing tags for MP3, MP2, FLAC, Ogg -Vorbis, MusePack and Monkey's Audio files. - -Features: - -- Auto tagging: parse filename and directory to complete automatically the - fields (using masks), -- Ability to rename files from the tag (using masks) or by loading a text - file, -- Process selected files of the selected directory, -- Ability to browse subdirectories, -- Recursion for tagging, removing, renaming, saving..., -- Can set a field (artist, title,...) to all other files, -- Read file header informations (bitrate, time, ...) and display them, -- Auto completion of the date if a partial is entered, -- Undo and redo last changes, -- Ability to process fields of tag and file name (convert letters into - uppercase, downcase, ...), -- CDDB support (from http protocol), -- A playlist generator window, -- French, German, Russian, Dutch, Hungarian, Swedish, Italian, Japanese, - Ukrainian, Czech, Spanish, Polish and Romanian translations - -WWW: http://easytag.sourceforge.net diff --git a/audio/easytag-devel/pkg-plist b/audio/easytag-devel/pkg-plist deleted file mode 100644 index 16efe5cfe026..000000000000 --- a/audio/easytag-devel/pkg-plist +++ /dev/null @@ -1,31 +0,0 @@ -bin/easytag -share/applications/easytag.desktop -%%DATADIR%%/ChangeLog -%%DATADIR%%/EasyTAG_logo.xpm -share/pixmaps/EasyTAG_icon.xpm -share/locale/bg/LC_MESSAGES/easytag.mo -share/locale/cs/LC_MESSAGES/easytag.mo -share/locale/da/LC_MESSAGES/easytag.mo -share/locale/de/LC_MESSAGES/easytag.mo -share/locale/el/LC_MESSAGES/easytag.mo -share/locale/es/LC_MESSAGES/easytag.mo -share/locale/fr/LC_MESSAGES/easytag.mo -share/locale/he/LC_MESSAGES/easytag.mo -share/locale/hu/LC_MESSAGES/easytag.mo -share/locale/it/LC_MESSAGES/easytag.mo -share/locale/ja/LC_MESSAGES/easytag.mo -share/locale/nl/LC_MESSAGES/easytag.mo -share/locale/pl/LC_MESSAGES/easytag.mo -share/locale/pt_BR/LC_MESSAGES/easytag.mo -share/locale/ro/LC_MESSAGES/easytag.mo -share/locale/ru/LC_MESSAGES/easytag.mo -share/locale/sr/LC_MESSAGES/easytag.mo -share/locale/sr@Latn/LC_MESSAGES/easytag.mo -share/locale/sv/LC_MESSAGES/easytag.mo -share/locale/uk/LC_MESSAGES/easytag.mo -share/locale/zh_CN/LC_MESSAGES/easytag.mo -share/locale/zh_TW/LC_MESSAGES/easytag.mo -@dirrm %%DATADIR%% -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry share/applications |