aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-02 11:45:57 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-02 11:45:57 +0000
commitdc4105d58d2e5c15835993e99debde169118895f (patch)
tree56d76a91e5f93d01ab8335cfd3f4502bbde0303d /x11-toolkits
parent25f0d6c97ac95fd8d6b606f436586aab58db13a1 (diff)
downloadports-dc4105d58d2e5c15835993e99debde169118895f.tar.gz
ports-dc4105d58d2e5c15835993e99debde169118895f.zip
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/Makefile1
-rw-r--r--x11-toolkits/paragui-devel/Makefile55
-rw-r--r--x11-toolkits/paragui-devel/distinfo2
-rw-r--r--x11-toolkits/paragui-devel/files/patch-configure10
-rw-r--r--x11-toolkits/paragui-devel/pkg-descr20
-rw-r--r--x11-toolkits/paragui-devel/pkg-plist67
6 files changed, 0 insertions, 155 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile
index f19004516f8f..0fa07708486a 100644
--- a/x11-toolkits/Makefile
+++ b/x11-toolkits/Makefile
@@ -174,7 +174,6 @@
SUBDIR += pangomm
SUBDIR += pangox-compat
SUBDIR += pangoxsl
- SUBDIR += paragui-devel
SUBDIR += phat
SUBDIR += plib
SUBDIR += pure-gtk
diff --git a/x11-toolkits/paragui-devel/Makefile b/x11-toolkits/paragui-devel/Makefile
deleted file mode 100644
index d7fec0640906..000000000000
--- a/x11-toolkits/paragui-devel/Makefile
+++ /dev/null
@@ -1,55 +0,0 @@
-# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= paragui
-PORTVERSION= 1.1.8
-PORTREVISION= 13
-CATEGORIES= x11-toolkits
-MASTER_SITES= ${MASTER_SITE_SAVANNAH}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-PKGNAMESUFFIX= -devel
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Cross-platform high-level application framework and GUI library(devel)
-
-LIB_DEPENDS= libphysfs.so:${PORTSDIR}/devel/physfs \
- libexpat.so:${PORTSDIR}/textproc/expat2 \
- libfreetype.so:${PORTSDIR}/print/freetype2 \
- libsigc-1.2.so:${PORTSDIR}/devel/libsigc++12
-
-CONFLICTS= paragui-[0-9]*
-
-USES= pkgconfig
-USE_AUTOTOOLS= libtool
-USE_SDL= sdl image ttf
-LIBTOOLFLAGS= --disable-ltlibs --release-ignore
-CPPFLAGS+= -I${PREFIX}/include -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
-LDFLAGS+= -L${PREFIX}/lib -L${LOCALBASE}/lib ${PTHREAD_LIBS}
-USE_LDCONFIG= yes
-
-SHLIB_VER= 4
-PLIST_SUB= SHLIB_VER="${SHLIB_VER}"
-
-OPTIONS_DEFINE= DEBUG
-
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MDEBUG}
-CONFIGURE_ARGS+= --enable-debug
-.endif
-
-post-extract:
- @${RM} -f ${WRKSRC}/src/physfs/platform.c
-
-post-patch:
- @${REINPLACE_CMD} -e 's|LT_CURRENT=.*$$|LT_CURRENT=${SHLIB_VER}|g ; \
- s|`sdl-config |`\$$\{SDL_CONFIG\} |g' ${WRKSRC}/configure
-
- @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
- 's|[$][(]SDL_CFLAGS[)]|\$\(PARAGUI_CFLAGS\)|g ; \
- s|lib/pkgconfig|libdata/pkgconfig|g ; \
- s|-L[./]*../src|&/.libs |g ; \
- s|-release $$(LT_RELEASE)||g'
-
-.include <bsd.port.mk>
diff --git a/x11-toolkits/paragui-devel/distinfo b/x11-toolkits/paragui-devel/distinfo
deleted file mode 100644
index cafb88a5ae5e..000000000000
--- a/x11-toolkits/paragui-devel/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (paragui-1.1.8.tar.gz) = 5a6663d3be6819bce8a8ca0bf8a0d33c7508e28d8e9f220649cef19e9d5260c3
-SIZE (paragui-1.1.8.tar.gz) = 1867075
diff --git a/x11-toolkits/paragui-devel/files/patch-configure b/x11-toolkits/paragui-devel/files/patch-configure
deleted file mode 100644
index d5374aff7df7..000000000000
--- a/x11-toolkits/paragui-devel/files/patch-configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.orig Mon Jun 10 18:05:42 2002
-+++ configure Tue Jun 18 20:05:24 2002
-@@ -5618,6 +5618,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/x11-toolkits/paragui-devel/pkg-descr b/x11-toolkits/paragui-devel/pkg-descr
deleted file mode 100644
index 03652aaac43e..000000000000
--- a/x11-toolkits/paragui-devel/pkg-descr
+++ /dev/null
@@ -1,20 +0,0 @@
-ParaGUI is a cross-platform high-level application framework and GUI
-(graphical user interface) library. It can be compiled on various platforms.
-
-ParaGUI's cross-platform nature is completely based on the Simple DirectMedia
-Layer (SDL).
-
-Highlights of the library:
-
- - published under LGPL
- - straight forward C++ class-design (see the API documentation)
- - XML configuration of the new style engine
- - asynchronous messagehandling (messageposts between objects)
- - multithreaded
- - highly customizable widgets (background gradients, background images,
- transparency, colors, fonts)
- - many standard widgets already implemented (buttons, labels, scrollbars,
- progressbars, windows ...)
- - create your own widgets (subclass an existing widget)
-
-WWW: http://www.paragui.org/
diff --git a/x11-toolkits/paragui-devel/pkg-plist b/x11-toolkits/paragui-devel/pkg-plist
deleted file mode 100644
index a296dc0e5843..000000000000
--- a/x11-toolkits/paragui-devel/pkg-plist
+++ /dev/null
@@ -1,67 +0,0 @@
-bin/paragui-config
-include/paragui/paraconfig_gnu.h
-include/paragui/paragui.h
-include/paragui/pgpoint.h
-include/paragui/pgrect.h
-include/paragui/pgrectlist.h
-include/paragui/pgscrollwidget.h
-include/paragui/pgwidgetlist.h
-include/paragui/pglabel.h
-include/paragui/pgwidgetdnd.h
-include/paragui/pgwidget.h
-include/paragui/pgthemewidget.h
-include/paragui/pgmessageobject.h
-include/paragui/pgbutton.h
-include/paragui/pgapplication.h
-include/paragui/pgscrollbar.h
-include/paragui/pgwindow.h
-include/paragui/pglineedit.h
-include/paragui/pgprogressbar.h
-include/paragui/pgradiobutton.h
-include/paragui/pgcheckbutton.h
-include/paragui/pgslider.h
-include/paragui/pgtheme.h
-include/paragui/pglistboxbaseitem.h
-include/paragui/pglistboxitem.h
-include/paragui/pglistbox.h
-include/paragui/pgcolumnitem.h
-include/paragui/pgdropdown.h
-include/paragui/pgsurfacecache.h
-include/paragui/pgpopupmenu.h
-include/paragui/pgmessagebox.h
-include/paragui/pgmaskedit.h
-include/paragui/pgspinnerbox.h
-include/paragui/pgnavigator.h
-include/paragui/pgrichedit.h
-include/paragui/pgimage.h
-include/paragui/pglayout.h
-include/paragui/pglog.h
-include/paragui/pgfilearchive.h
-include/paragui/pgfile.h
-include/paragui/pgfont.h
-include/paragui/pgcolor.h
-include/paragui/pgcolors.h
-include/paragui/pgdraw.h
-include/paragui/pginfo.h
-include/paragui/pgmenubar.h
-include/paragui/pgdatacontainer.h
-include/paragui/pgtimerobject.h
-include/paragui/pgsignals.h
-include/paragui/pgsigconvert.h
-include/paragui/pgscrollarea.h
-include/paragui/pgfactory.h
-include/paragui/pgsingleton.h
-include/paragui/pgstring.h
-include/paragui/pgmultilineedit.h
-include/paragui/ystring.h
-include/paragui/ychar.h
-lib/libparagui.so.%%SHLIB_VER%%
-lib/libparagui.so
-lib/libparagui.a
-lib/libparagui.la
-libdata/pkgconfig/paragui.pc
-share/aclocal/paragui.m4
-%%DATADIR%%/default.zip
-%%DATADIR%%/simple.zip
-@dirrm include/paragui
-@dirrm %%DATADIR%%