summaryrefslogtreecommitdiffstats
path: root/devel/libassetml
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-25 11:37:29 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-25 11:37:29 +0800
commite934b106497f17545e236bb9644bed935cd118ad (patch)
tree29839e0cbcfadbf35eac8fc26b9ad2afe1301370 /devel/libassetml
parent14c9f603eb5d9868d374e46ac865925da109a838 (diff)
downloadmarcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.gz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.bz2
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.lz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.xz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.zst
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.zip
Remove these now that they have been committed to the FreeBSD ports tree.
Next stop GNOME 2.21. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9875 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libassetml')
-rw-r--r--devel/libassetml/Makefile36
-rw-r--r--devel/libassetml/distinfo3
-rw-r--r--devel/libassetml/pkg-descr6
-rw-r--r--devel/libassetml/pkg-plist18
4 files changed, 0 insertions, 63 deletions
diff --git a/devel/libassetml/Makefile b/devel/libassetml/Makefile
deleted file mode 100644
index 400335c2f..000000000
--- a/devel/libassetml/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# New ports collection makefile for: libassetml
-# Date created: 2 Dec 2003
-# Whom: Alexander Nedotsukov <bland@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libassetml
-PORTVERSION= 1.2.1
-PORTREVISION= 7
-CATEGORIES= devel gnome
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ofset
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Devel Library to share image and audio files between projects
-
-LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
-BUILD_DEPENDS= texi2html:${PORTSDIR}/textproc/texi2html
-
-USE_AUTOTOOLS= libtool:15
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_GNOME= gnomehack lthack gnomeprefix gnometarget glib20 libxml2 pkgconfig
-USE_GETTEXT= yes
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \
- LDFLAGS=-L${LOCALBASE}/lib
-
-INFO= libassetml
-
-post-install:
- @${MKDIR} ${PREFIX}/share/assetml
-
-.include <bsd.port.mk>
diff --git a/devel/libassetml/distinfo b/devel/libassetml/distinfo
deleted file mode 100644
index cae9fe898..000000000
--- a/devel/libassetml/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (libassetml-1.2.1.tar.gz) = 4b10fd0fb8e00a4fb526665413479516
-SHA256 (libassetml-1.2.1.tar.gz) = 11abd168c562c093e451e7341c008236a466a06dc3f830d351e5ea67d1975aaf
-SIZE (libassetml-1.2.1.tar.gz) = 318920
diff --git a/devel/libassetml/pkg-descr b/devel/libassetml/pkg-descr
deleted file mode 100644
index 7bc6d30f1..000000000
--- a/devel/libassetml/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-This is a library based on an XML file format that is used to share
-and reuse content like image and audio file.
-Application using this library can query files on their system that
-provides an assetml xml file description.
-
-WWW: http://www.ofset.org/assetml/
diff --git a/devel/libassetml/pkg-plist b/devel/libassetml/pkg-plist
deleted file mode 100644
index d40c251e7..000000000
--- a/devel/libassetml/pkg-plist
+++ /dev/null
@@ -1,18 +0,0 @@
-bin/assetml-query
-include/libassetml-1.0/libassetml/assetml.h
-lib/libassetml.a
-lib/libassetml.la
-lib/libassetml.so
-lib/libassetml.so.0
-libdata/pkgconfig/libassetml.pc
-share/gnome/help/libassetml/C/libassetml.html
-share/gnome/help/libassetml/C/topic.dat
-share/locale/fr/LC_MESSAGES/libassetml.mo
-share/locale/it/LC_MESSAGES/libassetml.mo
-share/locale/ja/LC_MESSAGES/libassetml.mo
-@exec /bin/mkdir -p %D/share/assetml
-@dirrm share/gnome/help/libassetml/C
-@dirrm share/gnome/help/libassetml
-@unexec /bin/rmdir %D/share/assetml 2>/dev/null || /usr/bin/true
-@dirrm include/libassetml-1.0/libassetml
-@dirrm include/libassetml-1.0