mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Remove expired ports:
2014-02-26 www/trac-hierwiki: Runtime is broken, doesn't support Trac>0.11 2014-02-27 net-p2p/microdc2: Broken for more than 6 month 2014-02-27 www/openvrml: Broken for more than 6 month 2014-02-27 science/peekabot: Broken for more than 6 month 2014-02-27 misc/xbiso: Broken for more than 6 month 2014-02-27 net/hornetq: Broken for more than 6 month 2014-02-27 sysutils/slmon: Broken for more than 6 month 2014-02-27 www/trac-revtree: Broken for more than 6 months 2014-02-27 security/crack: Broken for more than 6 month 2014-02-27 sysutils/graphicboot: Broken for more then 6 month 2014-02-27 graphics/kgraphviewer: Broken for more than 6 month 2014-02-27 sysutils/ckl: Broken for more than 6 month 2014-02-27 japanese/trac: Broken for more than 6 month 2014-02-27 lang/opa: Broken for more than 6 month 2014-02-27 sysutils/mmore: Broken for more than 6 month 2014-02-27 www/trac-announcer: Broken for more than 6 month
This commit is contained in:
parent
46c9bf609d
commit
529cd25c5b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346397
110 changed files with 16 additions and 16833 deletions
16
MOVED
16
MOVED
|
@ -5484,3 +5484,19 @@ lang/ruby-programmingruby||2014-02-25|Has expired: Documents EOLd version of Rub
|
|||
lang/ruby-man||2014-02-25|Has expired: Documents EOLd version of Ruby and unmaintained
|
||||
lang/ruby-usersguide||2014-02-25|Has expired: Documents EOLd version of Ruby and unmaintained
|
||||
graphics/wmgrabimage||2014-02-25|Has expired: No more public distfiles
|
||||
www/trac-hierwiki||2014-02-27|Has expired: Runtime is broken, doesn't support Trac>0.11
|
||||
net-p2p/microdc2||2014-02-27|Has expired: Broken for more than 6 month
|
||||
www/openvrml||2014-02-27|Has expired: Broken for more than 6 month
|
||||
science/peekabot||2014-02-27|Has expired: Broken for more than 6 month
|
||||
misc/xbiso||2014-02-27|Has expired: Broken for more than 6 month
|
||||
net/hornetq||2014-02-27|Has expired: Broken for more than 6 month
|
||||
sysutils/slmon||2014-02-27|Has expired: Broken for more than 6 month
|
||||
www/trac-revtree||2014-02-27|Has expired: Broken for more than 6 months
|
||||
security/crack||2014-02-27|Has expired: Broken for more than 6 month
|
||||
sysutils/graphicboot||2014-02-27|Has expired: Broken for more then 6 month
|
||||
graphics/kgraphviewer||2014-02-27|Has expired: Broken for more than 6 month
|
||||
sysutils/ckl||2014-02-27|Has expired: Broken for more than 6 month
|
||||
japanese/trac||2014-02-27|Has expired: Broken for more than 6 month
|
||||
lang/opa||2014-02-27|Has expired: Broken for more than 6 month
|
||||
sysutils/mmore||2014-02-27|Has expired: Broken for more than 6 month
|
||||
www/trac-announcer||2014-02-27|Has expired: Broken for more than 6 month
|
||||
|
|
|
@ -421,7 +421,6 @@
|
|||
SUBDIR += kdegraphics4-strigi-analyzer
|
||||
SUBDIR += kdegraphics4-svgpart
|
||||
SUBDIR += kdegraphics4-thumbnailers
|
||||
SUBDIR += kgraphviewer
|
||||
SUBDIR += kiconedit
|
||||
SUBDIR += kipi-plugin-acquireimages
|
||||
SUBDIR += kipi-plugin-advancedslideshow
|
||||
|
|
|
@ -1,45 +0,0 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kgraphviewer
|
||||
PORTVERSION= ${APP_VER}.${EXTRA_VER}
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= graphics kde
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= stable/extragear
|
||||
DISTNAME= ${PORTNAME}-${APP_VER}-kde${EXTRA_VER}
|
||||
DIST_SUBDIR= KDE/extragear
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= GraphViz dot graph viewer for KDE
|
||||
|
||||
LIB_DEPENDS= gvc:${PORTSDIR}/graphics/graphviz
|
||||
|
||||
NO_STAGE= yes
|
||||
# Several problems at once here:
|
||||
# - The port does not include graphviz's include directory, assuming it is
|
||||
# always in the compiler's default path (ie. /usr/include).
|
||||
# - The port includes <graphviz/foo.h>, while code is expected to include
|
||||
# <foo.h> instead, and pass -I${LOCALBASE}/graphviz instead of just
|
||||
# -I${LOCALBASE} to the compiler.
|
||||
# - The code in the development repository does a better job at fixing the
|
||||
# problems above, but it still relies on the deprecated libgraph library that
|
||||
# graphics/graphviz in ports does not install anymore.
|
||||
BROKEN= does not build
|
||||
DEPRECATED= Broken for more than 6 month
|
||||
EXPIRATION_DATE= 2014-02-27
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4
|
||||
USE_QT4= corelib qmake_build moc_build rcc_build uic_build
|
||||
USES= cmake
|
||||
|
||||
APP_VER= 2.0.2
|
||||
EXTRA_VER= 4.4.0
|
||||
|
||||
post-patch:
|
||||
#Fix build with kdelibs>=4.5.0
|
||||
${REINPLACE_CMD} -e 's,V4.1.2-Based,V4.2-Based,g' \
|
||||
${WRKSRC}/doc-translations/*_kgraphviewer/kgraphviewer/index.docbook \
|
||||
${WRKSRC}/doc/index.docbook
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (KDE/extragear/kgraphviewer-2.0.2-kde4.4.0.tar.bz2) = 65963e02b1031b5f1ce3456f2f9f9d53d871d856c892a4bfa0638453a420ac00
|
||||
SIZE (KDE/extragear/kgraphviewer-2.0.2-kde4.4.0.tar.bz2) = 1075677
|
|
@ -1,30 +0,0 @@
|
|||
--- CMakeLists.txt.orig 2009-07-30 23:28:35.000000000 +1100
|
||||
+++ CMakeLists.txt 2009-08-03 02:17:59.000000000 +1100
|
||||
@@ -7,6 +7,18 @@
|
||||
include (KDE4Defaults)
|
||||
include (MacroLibrary)
|
||||
|
||||
+INCLUDE(FindPkgConfig)
|
||||
+PKG_CHECK_MODULES(LIBGVC libgvc>=2.24.0)
|
||||
+FIND_PATH(LIBGVC_INCLUDE NAMES gvc.h
|
||||
+ PATHS ${LIBGVC_INCLUDE_DIRS} ${CMAKE_BINARY_DIR}/include NO_DEFAULT_PATH)
|
||||
+FIND_LIBRARY(LIBGVC_LIBRARY NAMES gvc graph cdt pathplan
|
||||
+ PATHS ${LIBGVC_LIBRARY_DIRS} ${CMAKE_BINARY_DIR}/lib NO_DEFAULT_PATH)
|
||||
+
|
||||
+INCLUDE(FindPackageHandleStandardArgs)
|
||||
+FIND_PACKAGE_HANDLE_STANDARD_ARGS(LIBGVC DEFAULT_MSG LIBGVC_INCLUDE LIBGVC_LIBRARY_DIRS)
|
||||
+SET(LIBGVC_LIBRARIES ${LIBGVC_LIBRARY})
|
||||
+SET(LIBGVC_INCLUDES ${LIBGVC_INCLUDE})
|
||||
+
|
||||
# are these two really required ?
|
||||
find_package(ZLIB REQUIRED)
|
||||
if (APPLE)
|
||||
@@ -14,7 +26,7 @@
|
||||
endif (APPLE)
|
||||
find_package(KdepimLibs REQUIRED)
|
||||
|
||||
-FIND_PROGRAM(DOT_EXECUTABLE NAMES dot PATHS /usr/bin/ )
|
||||
+FIND_PROGRAM(DOT_EXECUTABLE NAMES dot PATHS /usr/bin/ /usr/local/bin/ )
|
||||
if(NOT DOT_EXECUTABLE)
|
||||
MESSAGE(STATUS "GraphViz not found. You will need it at runtime")
|
||||
endif(NOT DOT_EXECUTABLE)
|
|
@ -1,20 +0,0 @@
|
|||
--- ./src/CMakeLists.txt.orig 2009-08-31 18:57:31.000000000 +0400
|
||||
+++ ./src/CMakeLists.txt 2009-09-01 21:42:30.000000000 +0400
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
kde4_add_executable(kgraphviewer ${kgraphviewer_SRCS})
|
||||
|
||||
-target_link_libraries(kgraphviewer ${QT_AND_KDECORE_LIBS} ${KDE4_KHTML_LIBS} gvc graph pathplan cdt)
|
||||
+target_link_libraries(kgraphviewer ${QT_AND_KDECORE_LIBS} ${KDE4_KHTML_LIBS} ${LIBGVC_LIBRARY} gvc graph pathplan cdt)
|
||||
|
||||
install( TARGETS kgraphviewer ${INSTALL_TARGETS_DEFAULT_ARGS})
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
|
||||
kde4_add_executable(kgrapheditor ${kgrapheditor_SRCS})
|
||||
|
||||
-target_link_libraries(kgrapheditor ${QT_AND_KDECORE_LIBS} ${KDE4_KHTML_LIBS} gvc graph pathplan cdt)
|
||||
+target_link_libraries(kgrapheditor ${QT_AND_KDECORE_LIBS} ${KDE4_KHTML_LIBS} ${LIBGVC_LIBRARY} gvc graph pathplan cdt)
|
||||
|
||||
install( TARGETS kgrapheditor ${INSTALL_TARGETS_DEFAULT_ARGS})
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
--- src/part/CMakeLists.txt.orig 2009-07-30 23:25:29.000000000 +1100
|
||||
+++ src/part/CMakeLists.txt 2009-08-03 02:07:52.000000000 +1100
|
||||
@@ -15,7 +15,7 @@
|
||||
kde4_add_plugin(kgraphviewerpart ${kgraphviewerpart_PART_SRCS})
|
||||
|
||||
add_definitions(-DQT_STL)
|
||||
-target_link_libraries(kgraphviewerpart ${QT_QTXML_LIBRARY} ${QT_QTSVG_LIBRARY} ${KDE4_KDE3SUPPORT_LIBS} ${KDE4_KHTML_LIBS} ${KDE4_KWALLETCLIENT_LIBS} ${KDE4_KDESU_LIBS} gvc graph pathplan cdt)
|
||||
+target_link_libraries(kgraphviewerpart ${QT_QTXML_LIBRARY} ${QT_QTSVG_LIBRARY} ${KDE4_KDE3SUPPORT_LIBS} ${KDE4_KHTML_LIBS} ${KDE4_KWALLETCLIENT_LIBS} ${KDE4_KDESU_LIBS} ${LIBGVC_LIBRARY} gvc graph pathplan cdt)
|
||||
|
||||
install( TARGETS kgraphviewerpart DESTINATION ${PLUGIN_INSTALL_DIR})
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
KGraphViewer is a GraphViz DOT graph viewer for KDE. The GraphViz
|
||||
programs are free-software layout engines for graphs. KGraphViewer
|
||||
displays the graphs in a modern, user-friendly GUI with all the
|
||||
power of a well integrated KDE application.
|
||||
|
||||
WWW: http://extragear.kde.org/apps/kgraphviewer/
|
|
@ -1,137 +0,0 @@
|
|||
bin/kgrapheditor
|
||||
bin/kgraphviewer
|
||||
lib/kde4/kgraphviewerpart.so
|
||||
share/applications/kde4/kgrapheditor.desktop
|
||||
share/applications/kde4/kgraphviewer.desktop
|
||||
share/apps/kgrapheditor/kgrapheditorui.rc
|
||||
share/apps/kgraphviewer/kgraphviewerui.rc
|
||||
share/apps/kgraphviewerpart/kgraphviewer_part.rc
|
||||
share/apps/kgraphviewerpart/pics/kgraphviewer-bev.png
|
||||
share/apps/kgraphviewerpart/pics/kgraphviewer-newedge.png
|
||||
share/apps/kgraphviewerpart/pics/kgraphviewer-newnode.png
|
||||
share/config.kcfg/kgrapheditorsettings.kcfg
|
||||
share/config.kcfg/kgraphviewer_partsettings.kcfg
|
||||
share/config.kcfg/kgraphviewersettings.kcfg
|
||||
share/doc/HTML/de/kgraphviewer/common
|
||||
share/doc/HTML/de/kgraphviewer/index.cache.bz2
|
||||
share/doc/HTML/de/kgraphviewer/index.docbook
|
||||
share/doc/HTML/en/kgraphviewer/common
|
||||
share/doc/HTML/en/kgraphviewer/index.cache.bz2
|
||||
share/doc/HTML/en/kgraphviewer/index.docbook
|
||||
share/doc/HTML/en/kgraphviewer/kgraphviewer-but-layout.png
|
||||
share/doc/HTML/en/kgraphviewer/kgraphviewer-but-open.png
|
||||
share/doc/HTML/en/kgraphviewer/kgraphviewer-but-prev.png
|
||||
share/doc/HTML/en/kgraphviewer/kgraphviewer-but-preview.png
|
||||
share/doc/HTML/en/kgraphviewer/kgraphviewer-but-print.png
|
||||
share/doc/HTML/en/kgraphviewer/kgraphviewer-but-psetup.png
|
||||
share/doc/HTML/en/kgraphviewer/kgraphviewer-but-reload.png
|
||||
share/doc/HTML/en/kgraphviewer/kgraphviewer-but-whatsthis.png
|
||||
share/doc/HTML/en/kgraphviewer/kgraphviewer-but-zoomin.png
|
||||
share/doc/HTML/en/kgraphviewer/kgraphviewer-but-zoomout.png
|
||||
share/doc/HTML/en/kgraphviewer/kgraphviewer-snap-ask1.png
|
||||
share/doc/HTML/en/kgraphviewer/kgraphviewer-snap-ask2.png
|
||||
share/doc/HTML/en/kgraphviewer/kgraphviewer-snap-ask3.png
|
||||
share/doc/HTML/en/kgraphviewer/kgraphviewer-snap-config1.png
|
||||
share/doc/HTML/en/kgraphviewer/kgraphviewer-snap-config2.png
|
||||
share/doc/HTML/en/kgraphviewer/kgraphviewer-snap-config3.png
|
||||
share/doc/HTML/en/kgraphviewer/kgraphviewer-snap-init.png
|
||||
share/doc/HTML/en/kgraphviewer/kgraphviewer-snap-main.png
|
||||
share/doc/HTML/en/kgraphviewer/kgraphviewer-snap-pagesmarges.png
|
||||
share/doc/HTML/en/kgraphviewer/kgraphviewer-snap-ppview1.png
|
||||
share/doc/HTML/en/kgraphviewer/kgraphviewer-snap-ppview2.png
|
||||
share/doc/HTML/en/kgraphviewer/kgraphviewer-snap-ppview3.png
|
||||
share/doc/HTML/en/kgraphviewer/kgraphviewer-snap-psetup1.png
|
||||
share/doc/HTML/en/kgraphviewer/kgraphviewer-snap-zmax.png
|
||||
share/doc/HTML/en/kgraphviewer/kgraphviewer-snap-zmin.png
|
||||
share/doc/HTML/et/kgraphviewer/common
|
||||
share/doc/HTML/et/kgraphviewer/index.cache.bz2
|
||||
share/doc/HTML/et/kgraphviewer/index.docbook
|
||||
share/doc/HTML/it/kgraphviewer/common
|
||||
share/doc/HTML/it/kgraphviewer/index.cache.bz2
|
||||
share/doc/HTML/it/kgraphviewer/index.docbook
|
||||
share/doc/HTML/pt/kgraphviewer/common
|
||||
share/doc/HTML/pt/kgraphviewer/index.cache.bz2
|
||||
share/doc/HTML/pt/kgraphviewer/index.docbook
|
||||
share/doc/HTML/pt_BR/kgraphviewer/common
|
||||
share/doc/HTML/pt_BR/kgraphviewer/index.cache.bz2
|
||||
share/doc/HTML/pt_BR/kgraphviewer/index.docbook
|
||||
share/doc/HTML/sv/kgraphviewer/common
|
||||
share/doc/HTML/sv/kgraphviewer/index.cache.bz2
|
||||
share/doc/HTML/sv/kgraphviewer/index.docbook
|
||||
share/doc/HTML/sv/kgraphviewer/kgraphviewer-snap-ask1.png
|
||||
share/doc/HTML/sv/kgraphviewer/kgraphviewer-snap-ask2.png
|
||||
share/doc/HTML/sv/kgraphviewer/kgraphviewer-snap-ask3.png
|
||||
share/doc/HTML/sv/kgraphviewer/kgraphviewer-snap-config1.png
|
||||
share/doc/HTML/sv/kgraphviewer/kgraphviewer-snap-config2.png
|
||||
share/doc/HTML/sv/kgraphviewer/kgraphviewer-snap-config3.png
|
||||
share/doc/HTML/sv/kgraphviewer/kgraphviewer-snap-init.png
|
||||
share/doc/HTML/sv/kgraphviewer/kgraphviewer-snap-main.png
|
||||
share/doc/HTML/sv/kgraphviewer/kgraphviewer-snap-pagesmarges.png
|
||||
share/doc/HTML/sv/kgraphviewer/kgraphviewer-snap-ppview1.png
|
||||
share/doc/HTML/sv/kgraphviewer/kgraphviewer-snap-ppview2.png
|
||||
share/doc/HTML/sv/kgraphviewer/kgraphviewer-snap-ppview3.png
|
||||
share/doc/HTML/sv/kgraphviewer/kgraphviewer-snap-psetup1.png
|
||||
share/doc/HTML/sv/kgraphviewer/kgraphviewer-snap-zmax.png
|
||||
share/doc/HTML/sv/kgraphviewer/kgraphviewer-snap-zmin.png
|
||||
share/doc/HTML/uk/kgraphviewer/common
|
||||
share/doc/HTML/uk/kgraphviewer/index.cache.bz2
|
||||
share/doc/HTML/uk/kgraphviewer/index.docbook
|
||||
share/icons/hicolor/16x16/apps/kgraphviewer.png
|
||||
share/icons/hicolor/32x32/apps/kgraphviewer.png
|
||||
share/kde4/services/kgraphviewer_part.desktop
|
||||
share/locale/ar/LC_MESSAGES/kgraphviewer.mo
|
||||
share/locale/be/LC_MESSAGES/kgraphviewer.mo
|
||||
share/locale/bg/LC_MESSAGES/kgraphviewer.mo
|
||||
share/locale/ca/LC_MESSAGES/kgraphviewer.mo
|
||||
share/locale/ca@valencia/LC_MESSAGES/kgraphviewer.mo
|
||||
share/locale/cs/LC_MESSAGES/kgraphviewer.mo
|
||||
share/locale/da/LC_MESSAGES/kgraphviewer.mo
|
||||
share/locale/de/LC_MESSAGES/kgraphviewer.mo
|
||||
share/locale/el/LC_MESSAGES/kgraphviewer.mo
|
||||
share/locale/en_GB/LC_MESSAGES/kgraphviewer.mo
|
||||
share/locale/eo/LC_MESSAGES/kgraphviewer.mo
|
||||
share/locale/es/LC_MESSAGES/kgraphviewer.mo
|
||||
share/locale/et/LC_MESSAGES/kgraphviewer.mo
|
||||
share/locale/fr/LC_MESSAGES/kgraphviewer.mo
|
||||
share/locale/ga/LC_MESSAGES/kgraphviewer.mo
|
||||
share/locale/gl/LC_MESSAGES/kgraphviewer.mo
|
||||
share/locale/hi/LC_MESSAGES/kgraphviewer.mo
|
||||
share/locale/hne/LC_MESSAGES/kgraphviewer.mo
|
||||
share/locale/hr/LC_MESSAGES/kgraphviewer.mo
|
||||
share/locale/is/LC_MESSAGES/kgraphviewer.mo
|
||||
share/locale/it/LC_MESSAGES/kgraphviewer.mo
|
||||
share/locale/ja/LC_MESSAGES/kgraphviewer.mo
|
||||
share/locale/km/LC_MESSAGES/kgraphviewer.mo
|
||||
share/locale/ku/LC_MESSAGES/kgraphviewer.mo
|
||||
share/locale/lt/LC_MESSAGES/kgraphviewer.mo
|
||||
share/locale/mai/LC_MESSAGES/kgraphviewer.mo
|
||||
share/locale/nb/LC_MESSAGES/kgraphviewer.mo
|
||||
share/locale/nds/LC_MESSAGES/kgraphviewer.mo
|
||||
share/locale/nl/LC_MESSAGES/kgraphviewer.mo
|
||||
share/locale/nn/LC_MESSAGES/kgraphviewer.mo
|
||||
share/locale/pa/LC_MESSAGES/kgraphviewer.mo
|
||||
share/locale/pl/LC_MESSAGES/kgraphviewer.mo
|
||||
share/locale/pt/LC_MESSAGES/kgraphviewer.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/kgraphviewer.mo
|
||||
share/locale/ro/LC_MESSAGES/kgraphviewer.mo
|
||||
share/locale/se/LC_MESSAGES/kgraphviewer.mo
|
||||
share/locale/sk/LC_MESSAGES/kgraphviewer.mo
|
||||
share/locale/sv/LC_MESSAGES/kgraphviewer.mo
|
||||
share/locale/th/LC_MESSAGES/kgraphviewer.mo
|
||||
share/locale/tr/LC_MESSAGES/kgraphviewer.mo
|
||||
share/locale/uk/LC_MESSAGES/kgraphviewer.mo
|
||||
share/locale/vi/LC_MESSAGES/kgraphviewer.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/kgraphviewer.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/kgraphviewer.mo
|
||||
@dirrm share/doc/HTML/uk/kgraphviewer
|
||||
@dirrm share/doc/HTML/sv/kgraphviewer
|
||||
@dirrm share/doc/HTML/pt_BR/kgraphviewer
|
||||
@dirrm share/doc/HTML/pt/kgraphviewer
|
||||
@dirrm share/doc/HTML/it/kgraphviewer
|
||||
@dirrm share/doc/HTML/et/kgraphviewer
|
||||
@dirrm share/doc/HTML/en/kgraphviewer
|
||||
@dirrm share/doc/HTML/de/kgraphviewer
|
||||
@dirrm share/apps/kgraphviewerpart/pics
|
||||
@dirrm share/apps/kgraphviewerpart
|
||||
@dirrm share/apps/kgraphviewer
|
||||
@dirrm share/apps/kgrapheditor
|
|
@ -316,7 +316,6 @@
|
|||
SUBDIR += tkhonyaku
|
||||
SUBDIR += today
|
||||
SUBDIR += tomoe
|
||||
SUBDIR += trac
|
||||
SUBDIR += uim-anthy
|
||||
SUBDIR += uim-tomoe-gtk
|
||||
SUBDIR += vera-fpw
|
||||
|
|
|
@ -1,98 +0,0 @@
|
|||
# Created by: Kuei-Feng Li <thinker@branda.to>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= trac
|
||||
PORTVERSION= 0.12.3
|
||||
CATEGORIES= japanese www devel python
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
||||
http://www.i-act.co.jp/project/products/downloads/
|
||||
MASTER_SITE_SUBDIR= kuriyama
|
||||
DISTNAME= Trac-${PORTVERSION}.ja2
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Enhanced wiki and issue tracking system for software projects
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Genshi>=0.5:${PORTSDIR}/textproc/py-genshi \
|
||||
${PYTHON_PKGNAMEPREFIX}Babel>=0.9:${PORTSDIR}/devel/py-babel
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Genshi>=0.5:${PORTSDIR}/textproc/py-genshi \
|
||||
${PYTHON_PKGNAMEPREFIX}Babel>=0.9:${PORTSDIR}/devel/py-babel
|
||||
|
||||
OPTIONS_DEFINE= SILVERCITY DOCUTILS PYGMENTS TZ PGSQL SVN
|
||||
SILVERCITY_DESC= Use Silvercity for syntax highlighting
|
||||
DOCUTILS_DESC= Allow additional text markup
|
||||
PYGMENTS_DESC= Use generic syntax highlighter
|
||||
TZ_DESC= Process Time Zones
|
||||
SVN_DESC= Support for subversion RCS
|
||||
|
||||
OPTIONS_DEFAULT= SILVERCITY DOCUTILS PYGMENTS TZ SVN
|
||||
|
||||
BROKEN= fails to build
|
||||
DEPRECATED= Broken for more than 6 month
|
||||
EXPIRATION_DATE= 2014-02-27
|
||||
|
||||
CONFLICTS= trac-0.*
|
||||
|
||||
USE_ZIP= yes
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= easy_install
|
||||
PYDISTUTILS_PKGNAME= Trac
|
||||
PYDISTUTILS_NOEGGINFO= yes
|
||||
PYDISTUTILS_PKGVERSION= ${PORTVERSION}.ja2
|
||||
|
||||
# This target is only meant to be used by the port maintainer.
|
||||
|
||||
x-generate-plist:
|
||||
(${PORTSDIR}/Tools/scripts/plist -d -m ${MTREE_FILE} ${PREFIX} \
|
||||
| ${SED} -E \
|
||||
's,.*share/nls/.+$$,,g \
|
||||
;s,@dirrm share/man(/.*)?$$,,g \
|
||||
;s,${PYTHON_SITELIBDIR:S,^${PYTHONBASE}/,,},%%PYTHON_SITELIBDIR%%,g \
|
||||
;s,share/trac,%%DATADIR%%,g \
|
||||
;s,share/examples/trac,%%EXAMPLESDIR%%,g \
|
||||
;s,@dirrm (%%PYTHON_SITELIBDIR%%|${PYTHON_LIBDIR:S,${PYTHONBASE}/,,})$$,,g \
|
||||
' | ${TR} -s '\n') > temp-pkg-plist
|
||||
|
||||
pre-install:
|
||||
@${REINPLACE_CMD} -i '' -e 's|/usr/bin/python|${PYTHON_CMD}|' ${WRKSRC}/cgi-bin/trac.fcgi \
|
||||
${WRKSRC}/cgi-bin/trac.cgi
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
. for d in rpm workflow
|
||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/${d}
|
||||
@${INSTALL_DATA} ${WRKSRC}/contrib/${d}/* ${STAGEDIR}${EXAMPLESDIR}/${d}/
|
||||
@${RM} -rf ${WRKSRC}/contrib/${d}
|
||||
. endfor
|
||||
@${INSTALL_DATA} ${WRKSRC}/contrib/* ${STAGEDIR}${EXAMPLESDIR}
|
||||
@${MKDIR} ${STAGEDIR}${DATADIR}/cgi-bin
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/cgi-bin/* ${STAGEDIR}${DATADIR}/cgi-bin
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MSILVERCITY}
|
||||
RUN_DEPENDS+= ${LOCALBASE}/bin/source2html.py:${PORTSDIR}/textproc/silvercity
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCUTILS}
|
||||
RUN_DEPENDS+= ${LOCALBASE}/bin/rst2html:${PORTSDIR}/textproc/py-docutils
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MPYGMENTS}
|
||||
RUN_DEPENDS+= ${LOCALBASE}/bin/pygmentize:${PORTSDIR}/textproc/py-pygments
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MTZ}
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MPGSQL}
|
||||
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/psycopg2/__init__.py:${PORTSDIR}/databases/py-psycopg2
|
||||
.else
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MSVN}
|
||||
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/svn/__init__.py:${PORTSDIR}/devel/py-subversion
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (Trac-0.12.3.ja2.zip) = b9f8833ac29b199950f0f2b9b8ee20d096cf26171ba2b31852f139716310e570
|
||||
SIZE (Trac-0.12.3.ja2.zip) = 2612594
|
|
@ -1,62 +0,0 @@
|
|||
--- trac/notification.py.orig 2009-09-16 14:26:41.787493029 +0900
|
||||
+++ trac/notification.py 2009-09-16 14:25:56.397348835 +0900
|
||||
@@ -243,6 +243,7 @@
|
||||
def format_header(self, key, name, email=None):
|
||||
from email.Header import Header
|
||||
maxlength = MAXHEADERLEN-(len(key)+2)
|
||||
+ header = None
|
||||
# Do not sent ridiculous short headers
|
||||
if maxlength < 10:
|
||||
raise TracError(_("Header length is too short"))
|
||||
@@ -250,7 +251,14 @@
|
||||
tmp = name.encode('ascii')
|
||||
header = Header(tmp, 'ascii', maxlinelen=maxlength)
|
||||
except UnicodeEncodeError:
|
||||
- header = Header(name, self._charset, maxlinelen=maxlength)
|
||||
+ if self.env.config.get('notification', 'mime_encoding').lower() == 'none':
|
||||
+ try:
|
||||
+ tmp = name.encode('iso-2022-jp')
|
||||
+ header = Header(tmp, 'iso-2022-jp', maxlinelen=maxlength)
|
||||
+ except UnicodeEncodeError:
|
||||
+ pass
|
||||
+ if not header:
|
||||
+ header = Header(name, self._charset, maxlinelen=maxlength)
|
||||
if not email:
|
||||
return header
|
||||
else:
|
||||
@@ -383,6 +391,35 @@
|
||||
if pcc:
|
||||
headers['Cc'] = ', '.join(pcc)
|
||||
headers['Date'] = formatdate()
|
||||
+ # Use specified timezone in Date: header.
|
||||
+ tz = self.config.get('trac', 'default_timezone')
|
||||
+ if tz:
|
||||
+ import os
|
||||
+ preserve_tz = 0
|
||||
+ old_tz = ''
|
||||
+ if os.environ.has_key('TZ'):
|
||||
+ preserve_tz = 1
|
||||
+ old_tz = os.environ['TZ']
|
||||
+ os.environ['TZ'] = tz
|
||||
+ time.tzset()
|
||||
+ headers['Date'] = formatdate(time.time(), True)
|
||||
+ if preserve_tz:
|
||||
+ os.environ['TZ'] = old_tz
|
||||
+ else:
|
||||
+ del os.environ['TZ']
|
||||
+ time.tzset()
|
||||
+ if not self._charset.body_encoding:
|
||||
+ try:
|
||||
+ dummy = body.encode('ascii')
|
||||
+ except UnicodeDecodeError:
|
||||
+ try:
|
||||
+ dummy = unicode(body, 'utf8')
|
||||
+ body = dummy.encode('iso-2022-jp')
|
||||
+ self._charset.output_charset = 'iso-2022-jp'
|
||||
+ except UnicodeEncodeError:
|
||||
+ pass
|
||||
+ except UnicodeDecodeError:
|
||||
+ pass
|
||||
msg = MIMEText(body, 'plain')
|
||||
# Message class computes the wrong type from MIMEText constructor,
|
||||
# which does not take a Charset object as initializer. Reset the
|
|
@ -1,21 +0,0 @@
|
|||
Trac uses a minimalistic approach to web-based software project management.
|
||||
Our mission; to help developers write great software while staying out of
|
||||
the way. Trac should impose as little as possible on a team's established
|
||||
development process and policies.
|
||||
|
||||
All aspects of Trac have been designed with one single goal, to simplify
|
||||
tracking and communication of software issues, enhancements and monitoring
|
||||
overall progress.
|
||||
|
||||
What is Trac?
|
||||
|
||||
* An integrated system for managing software projects
|
||||
* An enhanced wiki
|
||||
* A flexible web-based issue tracker
|
||||
* An interface to the Subversion revision control system
|
||||
|
||||
At the core of Trac lies an integrated wiki and issue/bug database. Using
|
||||
wiki markup, all objects managed by Trac can directly link to other
|
||||
issues/bug reports, code changesets, documentation and files.
|
||||
|
||||
WWW: http://trac.edgewall.org/
|
|
@ -1,15 +0,0 @@
|
|||
*******************************************************************************
|
||||
|
||||
From 0.11.x to 0.12.x
|
||||
---------------------
|
||||
You should be careful to check that the plugins you depend on have
|
||||
been ported to 0.12, as they most probably won't work without adaptation
|
||||
due to the numerous internal changes that occurred during 0.12 development.
|
||||
|
||||
See: http://trac.edgewall.org/wiki/TracDev/ApiChanges/0.12
|
||||
|
||||
Consult the upgrade instructions at:
|
||||
|
||||
http://trac.edgewall.org/wiki/TracUpgrade
|
||||
|
||||
*******************************************************************************
|
|
@ -1,31 +0,0 @@
|
|||
bin/trac-admin
|
||||
bin/tracd
|
||||
%%DATADIR%%/cgi-bin/trac.cgi
|
||||
%%DATADIR%%/cgi-bin/trac.fcgi
|
||||
@dirrm %%DATADIR%%/cgi-bin
|
||||
@dirrm %%DATADIR%%
|
||||
%%EXAMPLESDIR%%/rpm/installscript
|
||||
%%EXAMPLESDIR%%/rpm/makerpm
|
||||
%%EXAMPLESDIR%%/workflow/README
|
||||
%%EXAMPLESDIR%%/workflow/enterprise-workflow.ini
|
||||
%%EXAMPLESDIR%%/workflow/migrate_original_to_basic.py
|
||||
%%EXAMPLESDIR%%/workflow/opensource-workflow.ini
|
||||
%%EXAMPLESDIR%%/workflow/showworkflow
|
||||
%%EXAMPLESDIR%%/workflow/simple-workflow.ini
|
||||
%%EXAMPLESDIR%%/workflow/trivial-workflow.ini
|
||||
%%EXAMPLESDIR%%/workflow/workflow_parser.py
|
||||
%%EXAMPLESDIR%%/README
|
||||
%%EXAMPLESDIR%%/bugzilla2trac.py
|
||||
%%EXAMPLESDIR%%/checkwiki.py
|
||||
%%EXAMPLESDIR%%/emailfilter.py
|
||||
%%EXAMPLESDIR%%/htdigest.py
|
||||
%%EXAMPLESDIR%%/htpasswd.py
|
||||
%%EXAMPLESDIR%%/migrateticketmodel.py
|
||||
%%EXAMPLESDIR%%/sourceforge2trac.py
|
||||
%%EXAMPLESDIR%%/trac-pre-commit-hook
|
||||
%%EXAMPLESDIR%%/trac-svn-hook
|
||||
%%EXAMPLESDIR%%/trac-svn-post-commit-hook.cmd
|
||||
@dirrm %%EXAMPLESDIR%%/workflow
|
||||
@dirrm %%EXAMPLESDIR%%/rpm
|
||||
@dirrm %%EXAMPLESDIR%%
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
|
@ -200,7 +200,6 @@
|
|||
SUBDIR += onyx
|
||||
SUBDIR += oo2c
|
||||
SUBDIR += oorexx
|
||||
SUBDIR += opa
|
||||
SUBDIR += open-cobol
|
||||
SUBDIR += opendylan
|
||||
SUBDIR += otcl
|
||||
|
|
|
@ -1,68 +0,0 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= opa
|
||||
PORTVERSION= 1.0.5.${GITVER}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://download.opalang.org/tar-gz/
|
||||
DISTNAME= ${PORTNAME}_v${GITVER}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Open source, simple, and unified platform for writing web apps
|
||||
|
||||
BROKEN= Failes to find newer nodejs
|
||||
DEPRECATED= Broken for more than 6 month
|
||||
EXPIRATION_DATE= 2014-02-27
|
||||
|
||||
BUILD_DEPENDS= ${OCAMLFIND_DEPEND} \
|
||||
${LOCALBASE}/${OCAML_SITELIBDIR}/ssl/ssl.a:${PORTSDIR}/security/ocaml-ssl \
|
||||
${LOCALBASE}/${OCAML_SITELIBDIR}/cryptokit/cryptokit.a:${PORTSDIR}/security/ocaml-cryptokit \
|
||||
${LOCALBASE}/${OCAML_SITELIBDIR}/zip/zip.a:${PORTSDIR}/archivers/ocaml-zip \
|
||||
${LOCALBASE}/${OCAML_LIBDIR}/ocamlgraph/graph.a:${PORTSDIR}/math/ocaml-ocamlgraph \
|
||||
${LOCALBASE}/${OCAML_SITELIBDIR}/ulex/ulexing.a:${PORTSDIR}/devel/ocaml-ulex \
|
||||
${LOCALBASE}/bin/node:${PORTSDIR}/www/node
|
||||
RUN_DEPENDS= ${LOCALBASE}/${OCAML_SITELIBDIR}/ssl/ssl.a:${PORTSDIR}/security/ocaml-ssl \
|
||||
${LOCALBASE}/${OCAML_SITELIBDIR}/cryptokit/cryptokit.a:${PORTSDIR}/security/ocaml-cryptokit \
|
||||
${LOCALBASE}/${OCAML_SITELIBDIR}/zip/zip.a:${PORTSDIR}/archivers/ocaml-zip \
|
||||
${LOCALBASE}/${OCAML_LIBDIR}/ocamlgraph/graph.a:${PORTSDIR}/math/ocaml-ocamlgraph \
|
||||
${LOCALBASE}/${OCAML_SITELIBDIR}/ulex/ulexing.a:${PORTSDIR}/devel/ocaml-ulex \
|
||||
${LOCALBASE}/bin/node:${PORTSDIR}/www/node \
|
||||
${LOCALBASE}/bin/npm:${PORTSDIR}/www/npm
|
||||
|
||||
GITVER= 2988
|
||||
USE_JAVA= yes
|
||||
JAVA_BUILD= yes
|
||||
USE_GMAKE= yes
|
||||
USES= iconv
|
||||
USE_OCAML= yes
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= -prefix ${PREFIX}
|
||||
MAKE_ENV= MLSTATELIBS="${WRKSRC}/_build"
|
||||
|
||||
MAN1= bslbrowser.1 filepos.1 gen_opa_manpage.1 \
|
||||
gen_opatop_manpage.1 genman.1 globalizer.1 jsstat.1 \
|
||||
mlidl.1 ocamlbase.1 odep.1 odeplink.1 ofile.1 opa-cloud.1 \
|
||||
opa-db-server.1 opa-db-tool.1 opa-plugin-browser-bin.1 \
|
||||
opa-plugin-builder-bin.1 opa-translate.1 opa.1 opa2opa.1 \
|
||||
opadep.1 opatop.1 opatrack.1 passdesign.1 ppdebug.1 \
|
||||
qmljs.1 trx.1 trx_interpreter.1 wsdl2ml.1
|
||||
|
||||
.if defined(WITH_CAMLIDL)
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/bin/camlidl:${PORTSDIR}/lang/ocaml-camlidl
|
||||
LIB_DEPENDS+= natpmp:${PORTSDIR}/net/libnatpmp \
|
||||
miniupnpc:${PORTSDIR}/net/miniupnpc
|
||||
RUN_DEPENDS+= ${LOCALBASE}/bin/camlidl:${PORTSDIR}/lang/ocaml-camlidl
|
||||
CONFIGURE_ARGS+=-camlidl
|
||||
.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|share/man/|/man/|g' \
|
||||
${WRKSRC}/Makefile
|
||||
@${REINPLACE_CMD} -e 's|_git_version = .*"|_git_version = ${GITVER}"|g' \
|
||||
${WRKSRC}/compiler/buildinfos/generate_buildinfos.sh
|
||||
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
|
||||
${WRKSRC}/tools/build/myocamlbuild_prefix.ml
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (opa_v2988.tar.gz) = ddac498093bc1155d398cd41be7c730d69ac24170de352585b20eb43a7e73a69
|
||||
SIZE (opa_v2988.tar.gz) = 10006468
|
|
@ -1,11 +0,0 @@
|
|||
--- Makefile.orig 2012-08-04 12:35:50.000000000 -0500
|
||||
+++ Makefile 2012-08-04 12:36:10.000000000 -0500
|
||||
@@ -239,7 +239,7 @@
|
||||
@if [ -d $(BUILD_DIR)/man/man1 ]; then \
|
||||
mkdir -p $(INSTALL_DIR)/share/man/man1; \
|
||||
fi
|
||||
- @$(if $(wildcard $(BUILD_DIR)/man/man1/*.1.gz),$(INSTALL) -r $(BUILD_DIR)/man/man1/*.1.gz $(INSTALL_DIR)/share/man/man1)
|
||||
+ @$(if $(wildcard $(BUILD_DIR)/man/man1/*.1),$(INSTALL) -r $(BUILD_DIR)/man/man1/*.1 $(INSTALL_DIR)/share/man/man1)
|
||||
@printf "Installation to $(INSTALL_DIR)/share/man done.[K\n"
|
||||
|
||||
install: install-lib install-share install-plugins install-packages install-node-packages install-man $(OPA_TOOLS) install-bin
|
|
@ -1,20 +0,0 @@
|
|||
--- tools/build/build_rules.ml.orig 2012-08-01 21:43:40.000000000 -0500
|
||||
+++ tools/build/build_rules.ml 2012-08-01 21:47:37.000000000 -0500
|
||||
@@ -452,6 +452,7 @@
|
||||
else ".."/dir
|
||||
)]
|
||||
in
|
||||
+ let custom_i = [A"--ml";A"-I";A"--ml";A"+site-lib/cryptokit";A"--ml";A"-I";A"--ml";A"+site-lib/ssl";A"--ml";A"-I";A"--ml";A"+site-lib/ssl_threads"] in
|
||||
let include_dirs = List.flatten (List.map lib_dir caml_use_lib) in
|
||||
let clib s = [A"--ml";A"-cclib";A"--ml";A("-l"^s)] in
|
||||
let include_libs = List.flatten (List.map clib c_libs) in
|
||||
@@ -511,7 +512,8 @@
|
||||
let version = get_version_buildinfos () in
|
||||
let options = [A"--package-version"; A version; A"-o" ;
|
||||
P((Pathname.basename (env opp)))] @ preprocess_js @ preprocess_ml @
|
||||
- include_dirs @ include_libs @ js_validation @ files_lib @ options
|
||||
+ custom_i @ include_dirs @ include_libs @ js_validation @ files_lib @
|
||||
+ options
|
||||
in
|
||||
Seq[
|
||||
Cmd(S(
|
|
@ -1,11 +0,0 @@
|
|||
--- configure.orig 2011-12-31 12:07:36.000000000 -0600
|
||||
+++ configure 2011-12-31 12:10:21.000000000 -0600
|
||||
@@ -399,7 +399,7 @@
|
||||
if [ -n "$HAS_CAMLIDL" ]; then
|
||||
# - checking libnatpmp *
|
||||
echo-check libnatpmp
|
||||
- if LIBNATPMP=($(check-c-lib -opt libnatpmp/natpmp netinet/in.h arpa/inet.h libnatpmp/getgateway.h libnatpmp/natpmp.h)); then
|
||||
+ if LIBNATPMP=($(check-c-lib -opt libnatpmp/natpmp netinet/in.h arpa/inet.h natpmp.h)); then
|
||||
HAS_LIBNATPMP=1
|
||||
else
|
||||
LIBNATPMP=("")
|
|
@ -1,8 +0,0 @@
|
|||
--- lib/stdlib/extract-import-plugin.sh.orig 2012-08-02 22:02:49.000000000 -0500
|
||||
+++ lib/stdlib/extract-import-plugin.sh 2012-08-02 22:03:27.000000000 -0500
|
||||
@@ -4,4 +4,4 @@
|
||||
# source platform_helper (for sed)
|
||||
. ${OPA_SOURCE_DIR:-$(dirname $0)/../../}/tools/platform_helper.sh
|
||||
|
||||
-sed -n "s%^ *import-plugin *\\(.*\\) *$%\\1%p" $1 | sed -e "s/{//" -e "s/}//" -e "s/, */\n/g"
|
||||
+sed -n "s%^ *import-plugin *\\(.*\\) *$%\\1%p" $1 | sed -e "s/{//" -e "s/}//" -e "s/, /,/g" | tr ',' '\n'
|
|
@ -1,12 +0,0 @@
|
|||
--- ocamllib/libnet/nattraversal/stubsnatpmp.idl.orig 2011-12-31 12:31:30.000000000 -0600
|
||||
+++ ocamllib/libnet/nattraversal/stubsnatpmp.idl 2011-12-31 12:32:12.000000000 -0600
|
||||
@@ -26,8 +26,7 @@
|
||||
#include <arpa/inet.h> \n\
|
||||
#endif");
|
||||
|
||||
-quote("#include <libnatpmp/getgateway.h>");
|
||||
-quote("#include <libnatpmp/natpmp.h>");
|
||||
+quote("#include <natpmp.h>");
|
||||
|
||||
|
||||
struct timeval {
|
|
@ -1,11 +0,0 @@
|
|||
--- tools/build/myocamlbuild_prefix.ml.orig 2012-08-07 20:41:25.000000000 -0500
|
||||
+++ tools/build/myocamlbuild_prefix.ml 2012-08-07 20:41:44.000000000 -0500
|
||||
@@ -342,7 +342,7 @@
|
||||
for increased compatibility with GNU sed. Since FreeBSD still
|
||||
supports 7.x that does not has -r, so use -E instead. The -r
|
||||
does not exist in MacOS X sed either. *)
|
||||
- if is_fbsd && is_mac then
|
||||
+ if is_fbsd || is_mac then
|
||||
Cmd(S[sed; A"-E"; A sedexpr; P(env "%.mllibp"); Sh">"; P(env "%.mllib")])
|
||||
else
|
||||
Cmd(S[sed; A"-r"; A sedexpr; P(env "%.mllibp"); Sh">"; P(env "%.mllib")]));
|
|
@ -1,31 +0,0 @@
|
|||
--- tools/manpages/Makefile.orig 2012-08-04 11:56:25.000000000 -0500
|
||||
+++ tools/manpages/Makefile 2012-08-04 11:57:01.000000000 -0500
|
||||
@@ -32,7 +32,6 @@
|
||||
$(TARGETDIR)/%.1: %.man
|
||||
@mkdir -p $(TARGETDIR)
|
||||
cp $< $@
|
||||
- gzip -f --best $@
|
||||
|
||||
# --
|
||||
# second run specific manpage generation programs
|
||||
@@ -43,7 +42,6 @@
|
||||
$(TARGETDIR)/opa.1: $(BLDDIR)/compiler/opa/gen_opa_manpage.native
|
||||
@mkdir -p $(TARGETDIR)
|
||||
$< > $@
|
||||
- gzip -f --best $@
|
||||
|
||||
$(BLDDIR)/compiler/opatop/gen_opatop_manpage.native: ../../compiler/opatop/gen_opatop_manpage.ml
|
||||
cd ../..; $(OCAMLBUILD) compiler/opatop/gen_opatop_manpage.native
|
||||
@@ -51,7 +49,6 @@
|
||||
$(TARGETDIR)/opatop.1: $(BLDDIR)/compiler/opatop/gen_opatop_manpage.native
|
||||
@mkdir -p $(TARGETDIR)
|
||||
$< > $@
|
||||
- gzip -f --best $@
|
||||
|
||||
# --
|
||||
# third run our hackish conversion tool help->manpage
|
||||
@@ -72,4 +69,3 @@
|
||||
$(TARGETDIR)/%.1: $(TARGETDIR)/%.help $(GENMAN)
|
||||
@mkdir -p $(TARGETDIR)
|
||||
$(GENMAN) $* $(TARGETDIR)/$* > $@
|
||||
- gzip -f --best $@
|
|
@ -1,6 +0,0 @@
|
|||
Opa is an open source, simple and unified platform for writing web
|
||||
applications. All aspects are directly written in Opa: Frontend code,
|
||||
backend code, database queries and configuration. And everything is
|
||||
strongly statically typed.
|
||||
|
||||
WWW: http://opalang.org/
|
12622
lang/opa/pkg-plist
12622
lang/opa/pkg-plist
File diff suppressed because it is too large
Load diff
|
@ -472,7 +472,6 @@
|
|||
SUBDIR += wmweather+
|
||||
SUBDIR += wmwork
|
||||
SUBDIR += wotsap
|
||||
SUBDIR += xbiso
|
||||
SUBDIR += xd
|
||||
SUBDIR += xdelta
|
||||
SUBDIR += xdelta3
|
||||
|
|
|
@ -1,32 +0,0 @@
|
|||
# Created by: ijliao
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xbiso
|
||||
PORTVERSION= 0.6.1
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= XBox xdvdfs iso extraction utility
|
||||
|
||||
LIB_DEPENDS= ftp.3:${PORTSDIR}/ftp/ftplib
|
||||
|
||||
BROKEN= Does not compile with ftplib>=4.0
|
||||
DEPRECATED= Broken for more than 6 month
|
||||
EXPIRATION_DATE= 2014-02-27
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
PLIST_FILES= bin/xbiso
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|$$(CPPFLAGS)|@CPPFLAGS@|g ; \
|
||||
s|= @LIBS@|= @LDFLAGS@ @LIBS@|g' ${WRKSRC}/Makefile.in
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/xbiso ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (xbiso-0.6.1.tar.gz) = 5d7a051e2dc3d7ff07ac75ce6e6625e7aaaed4ca439401275ce54e96dc531c92
|
||||
SIZE (xbiso-0.6.1.tar.gz) = 49698
|
|
@ -1 +0,0 @@
|
|||
xbiso is an iso extraction utillity for xdvdfs images
|
|
@ -55,7 +55,6 @@
|
|||
SUBDIR += litecoin
|
||||
SUBDIR += litecoin-daemon
|
||||
SUBDIR += lopster
|
||||
SUBDIR += microdc2
|
||||
SUBDIR += minder
|
||||
SUBDIR += mktorrent
|
||||
SUBDIR += mldonkey
|
||||
|
|
|
@ -1,38 +0,0 @@
|
|||
# Created by: Pankov Pavel <pankov_p@mail.ru>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= microdc2
|
||||
PORTVERSION= 0.15.6
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= net-p2p
|
||||
MASTER_SITES= http://corsair626.no-ip.org/microdc/ \
|
||||
http://corsair626.no-ip.org/microdc/archive/
|
||||
|
||||
MAINTAINER= pankov_p@mail.ru
|
||||
COMMENT= Command-line based Direct Connect client
|
||||
|
||||
CONFLICTS= tthsum-[0-9]*
|
||||
|
||||
BROKEN= Does not link
|
||||
DEPRECATED= Broken for more than 6 month
|
||||
EXPIRATION_DATE= 2014-02-27
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= iconv
|
||||
USE_GNOME= libxml2
|
||||
|
||||
NO_STAGE= yes
|
||||
|
||||
OPTIONS_DEFINE= NLS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
USES+= gettext
|
||||
PLIST_SUB+= NLS=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-nls
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (microdc2-0.15.6.tar.gz) = d1990eb1aa52115c649466011c8163e454272250b041e480f0a521212c04bc49
|
||||
SIZE (microdc2-0.15.6.tar.gz) = 639392
|
|
@ -1,16 +0,0 @@
|
|||
$NetBSD: patch-ab,v 1.1 2008/10/02 16:34:18 joerg Exp $
|
||||
|
||||
--- configure.orig 2006-12-24 18:45:07.000000000 +0000
|
||||
+++ configure
|
||||
@@ -21508,7 +21508,10 @@ cat >>confdefs.h <<\_ACEOF
|
||||
_ACEOF
|
||||
|
||||
fi
|
||||
- if test $LIBXML2_VERSION -ge 2616; then
|
||||
+ good_libxml2=no
|
||||
+ case "$LIBXML2_VERSION" in 27*) good_libxml2=yes;; esac
|
||||
+ test $LIBXML2_VERSION -ge 2616 && good_libxml2=yes
|
||||
+ if test $good_libxml2 = yes; then
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define HAVE_LIBXML2 1
|
||||
_ACEOF
|
|
@ -1,11 +0,0 @@
|
|||
--- lib/Makefile.in.orig 2008-02-28 00:04:17.000000000 +0100
|
||||
+++ lib/Makefile.in 2008-02-28 00:04:52.000000000 +0100
|
||||
@@ -259,7 +259,7 @@
|
||||
version-etc.h version-etc.c xalloc-die.c xgethostname.h \
|
||||
xgethostname.c xsize.h xstrndup.h xstrndup.c xstrtoumax.c \
|
||||
xvasprintf.h xvasprintf.c xasprintf.c
|
||||
-libgnu_a_LIBADD = @LIBOBJS@ @ALLOCA@ $(LTLIBICONV)
|
||||
+libgnu_a_LIBADD = @LIBOBJS@ @ALLOCA@
|
||||
EXTRA_DIST = alloca_.h fnmatch_.h fnmatch_loop.c getopt_.h \
|
||||
getopt_int.h stdbool_.h stdint_.h
|
||||
BUILT_SOURCES = $(ALLOCA_H) $(FNMATCH_H) $(GETOPT_H) $(STDBOOL_H) \
|
|
@ -1,11 +0,0 @@
|
|||
--- src/Makefile.in.orig Wed Nov 29 21:15:24 2006
|
||||
+++ src/Makefile.in Sun Dec 3 14:11:19 2006
|
||||
@@ -695,7 +695,7 @@
|
||||
|
||||
install-info: install-info-recursive
|
||||
|
||||
-install-man: install-man1
|
||||
+install-man:
|
||||
|
||||
installcheck-am:
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
microdc is a command-line based Direct Connect client that uses the
|
||||
GNU Readline library for user interaction. It was developed from
|
||||
ground up and does not depend on any other program. Despite the
|
||||
command-line user interface, microdc was designed to be user
|
||||
friendly and simple to use.
|
||||
|
||||
WWW: http://corsair626.no-ip.org/microdc/
|
|
@ -1,4 +0,0 @@
|
|||
bin/microdc2
|
||||
bin/tthsum
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/microdc2.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/microdc2.mo
|
|
@ -214,7 +214,6 @@
|
|||
SUBDIR += hinfo
|
||||
SUBDIR += hlmaster
|
||||
SUBDIR += honeyd
|
||||
SUBDIR += hornetq
|
||||
SUBDIR += hostapd
|
||||
SUBDIR += howl
|
||||
SUBDIR += hping
|
||||
|
|
|
@ -1,79 +0,0 @@
|
|||
# Created by: Radim Kolar
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= hornetq
|
||||
DISTVERSION= 2.2.24.GA
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= net java
|
||||
#MASTER_SITES= http://downloads.jboss.org/hornetq/
|
||||
#DISTNAME= ${PORTNAME}-${PORTVERSION}.Final
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Multi-protocol asynchronous messaging system
|
||||
|
||||
LICENSE= LGPL21
|
||||
|
||||
BUILD_DEPENDS= ${MAVEN3}:${PORTSDIR}/devel/maven3 \
|
||||
ant:${PORTSDIR}/devel/apache-ant
|
||||
|
||||
BROKEN= Uses home directory during build (PR ports/178529)
|
||||
DEPRECATED= Broken for more than 6 month
|
||||
EXPIRATION_DATE= 2014-02-27
|
||||
PORTDOCS= quickstart-guide api rest-api user-manual \
|
||||
rest-interface-manual README.html
|
||||
|
||||
USE_RC_SUBR= hornetq
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= hornetq
|
||||
GH_TAGNAME= HornetQ_2_2_24_EAP_GA
|
||||
GH_COMMIT= 4ed82d3
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.7
|
||||
JAVA_VENDOR= openjdk
|
||||
MAVEN3= ${LOCALBASE}/share/java/maven3/bin/mvn
|
||||
CONFIG_DIRS= clustered non-clustered
|
||||
CONFIG_FILES= hornetq-beans.xml hornetq-users.xml hornetq-configuration.xml \
|
||||
jndi.properties hornetq-jms.xml logging.properties
|
||||
|
||||
CONFIGURE_WRKSRC= ${WRKSRC}/native-src
|
||||
LIBTOOLFILES= native-src/aclocal.m4
|
||||
ACLOCAL_ARGS= --acdir=${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal/
|
||||
AUTOMAKE_ARGS= --add-missing -c
|
||||
|
||||
NO_STAGE= yes
|
||||
do-build:
|
||||
cd ${WRKSRC} && ./build.sh bin-distro
|
||||
${MV} ${WRKSRC}//build/hornetq-${DISTVERSION}.tar.gz ${WRKDIR}
|
||||
${RM} -r ${WRKSRC}
|
||||
cd ${WRKDIR} && tar xzvf hornetq-${DISTVERSION}.tar.gz && \
|
||||
${MV} hornetq-${DISTVERSION} ${GH_ACCOUNT}-${GH_PROJECT}-${GH_COMMIT}
|
||||
|
||||
post-build:
|
||||
${RM} -r ${WRKSRC}/tools ${WRKSRC}/native-src ${WRKSRC}/config/jboss-as*
|
||||
${RM} ${WRKSRC}/bin/*.bat ${WRKSRC}/bin/*.so ${WRKSRC}/bin/build.sh
|
||||
${MV} ${WRKSRC}/schemas ${WRKSRC}/config
|
||||
.for dir in ${CONFIG_DIRS}
|
||||
.for config in ${CONFIG_FILES}
|
||||
${MV} ${WRKSRC}/config/stand-alone/${dir}/${config} ${WRKSRC}/config/stand-alone/${dir}/${config}.sample
|
||||
.endfor
|
||||
.endfor
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${DATADIR}
|
||||
${MKDIR} ${DATADIR}/bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/bin/*.sh ${DATADIR}/bin
|
||||
${MKDIR} ${DOCSDIR}
|
||||
cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${DOCSDIR}
|
||||
cd ${WRKSRC} && ${COPYTREE_SHARE} lib ${DATADIR}
|
||||
${RM} -f ${WRKSRC}/config/stand-alone/clustered/*.orig
|
||||
${RM} -f ${WRKSRC}/config/stand-alone/non-clustered/*.orig
|
||||
cd ${WRKSRC} && ${COPYTREE_SHARE} config ${DATADIR}
|
||||
${MKDIR} ${EXAMPLESDIR}
|
||||
cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR}
|
||||
|
||||
post-install:
|
||||
PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (hornetq-2.2.24.GA.tar.gz) = 0f830ad1659801e45cf6d9511b34f8c8af87db7d1bba7ce8342ce7c37debd02b
|
||||
SIZE (hornetq-2.2.24.GA.tar.gz) = 10542276
|
|
@ -1,79 +0,0 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Copyright (c) 2012, Radim Kolar
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
# modification, are permitted provided that the following conditions are met:
|
||||
#
|
||||
# * Redistributions of source code must retain the above copyright notice,
|
||||
# this list of conditions and the following disclaimer.
|
||||
# * Redistributions in binary form must reproduce the above copyright
|
||||
# notice, this list of conditions and the following disclaimer in the
|
||||
# documentation and/or other materials provided with the distribution.
|
||||
#
|
||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY
|
||||
# EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
||||
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||
# DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY
|
||||
# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
||||
# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
||||
# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
|
||||
# DAMAGE.
|
||||
|
||||
# PROVIDE: hornetq
|
||||
# REQUIRE: LOGIN
|
||||
# KEYWORD: shutdown
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
. /etc/rc.subr
|
||||
|
||||
name="hornetq"
|
||||
rcvar=hornetq_enable
|
||||
load_rc_config $name
|
||||
|
||||
hornetq_enable=${hornetq_enable:-"NO"}
|
||||
hornetq_config=${hornetq_config:-"non-clustered"}
|
||||
hornetq_vmargs=${hornetq_vmargs:-""}
|
||||
hornetq_deployment=${hornetq_deployment:-"hornetq-beans.xml"}
|
||||
hornetq_data=${hornetq_data:-"/var/spool/hornetq"}
|
||||
|
||||
command=%%DATADIR%%/bin/run.sh
|
||||
command_args="%%DATADIR%%/config/stand-alone/${hornetq_config} ${hornetq_deployment}"
|
||||
stop_precmd="${name}_prestop"
|
||||
start_cmd="${name}_start"
|
||||
sig_stop="KILL"
|
||||
|
||||
command_interpreter="/bin/sh"
|
||||
pidfile=/var/run/hornetq.pid
|
||||
|
||||
export PATH=$PATH:%%LOCALBASE%%/bin
|
||||
export HORNETQ_HOME=%%DATADIR%%
|
||||
export CLUSTER_PROPS=-Ddata.dir=${hornetq_data}
|
||||
export JAVA_VENDOR=openjdk
|
||||
export JAVA_VERSION=1.7
|
||||
export CLUSTER_PROPS="${hornetq_vmargs}"
|
||||
|
||||
hornetq_prestop() {
|
||||
$HORNETQ_HOME/bin/stop.sh %%DATADIR%%/config/stand-alone/${hornetq_config}
|
||||
sleep 10
|
||||
return 0
|
||||
}
|
||||
|
||||
hornetq_start()
|
||||
{
|
||||
if [ -z "$rc_pid" ]; then
|
||||
echo -n "Starting $name"
|
||||
mkdir -p ${hornetq_data}
|
||||
${command} ${command_args} &
|
||||
echo -n $! > $pidfile
|
||||
echo "."
|
||||
else
|
||||
echo "$name is already running with pid=$rc_pid."
|
||||
fi
|
||||
}
|
||||
run_rc_command "$1"
|
|
@ -1,15 +0,0 @@
|
|||
--- src/config/stand-alone/clustered/logging.properties.orig 2012-04-13 18:43:44.000000000 +0200
|
||||
+++ src/config/stand-alone/clustered/logging.properties 2012-05-16 09:21:49.552599669 +0200
|
||||
@@ -15,10 +15,10 @@
|
||||
# Note that these classes must be on the system classpath.
|
||||
# By default we only configure a ConsoleHandler, which will only
|
||||
# show messages at the INFO and above levels.
|
||||
-handlers=java.util.logging.ConsoleHandler,java.util.logging.FileHandler
|
||||
+handlers=java.util.logging.FileHandler
|
||||
java.util.logging.ConsoleHandler.formatter=org.hornetq.integration.logging.HornetQLoggerFormatter
|
||||
java.util.logging.FileHandler.level=INFO
|
||||
-java.util.logging.FileHandler.pattern=../logs/hornetq.log
|
||||
+java.util.logging.FileHandler.pattern=/var/log/hornetq.log
|
||||
java.util.logging.FileHandler.formatter=org.hornetq.integration.logging.HornetQLoggerFormatter
|
||||
# Default global logging level.
|
||||
# This specifies which kinds of events are logged across
|
|
@ -1,16 +0,0 @@
|
|||
--- src/config/stand-alone/non-clustered/logging.properties.orig 2012-04-13 18:43:44.000000000 +0200
|
||||
+++ src/config/stand-alone/non-clustered/logging.properties 2012-05-16 09:28:24.333462186 +0200
|
||||
@@ -15,11 +15,11 @@
|
||||
# Note that these classes must be on the system classpath.
|
||||
# By default we only configure a ConsoleHandler, which will only
|
||||
# show messages at the INFO and above levels.
|
||||
-handlers=java.util.logging.ConsoleHandler,java.util.logging.FileHandler
|
||||
+handlers=java.util.logging.FileHandler
|
||||
java.util.logging.ConsoleHandler.formatter=org.hornetq.integration.logging.HornetQLoggerFormatter
|
||||
java.util.logging.FileHandler.level=INFO
|
||||
java.util.logging.FileHandler.formatter=org.hornetq.integration.logging.HornetQLoggerFormatter
|
||||
-java.util.logging.FileHandler.pattern=../logs/hornetq.log
|
||||
+java.util.logging.FileHandler.pattern=/var/log/hornetq.log
|
||||
# Default global logging level.
|
||||
# This specifies which kinds of events are logged across
|
||||
# all loggers. For any given facility this global level
|
|
@ -1,19 +0,0 @@
|
|||
--- src/bin/run.sh.orig 2012-04-13 18:43:44.000000000 +0200
|
||||
+++ src/bin/run.sh 2012-05-16 06:16:41.267520836 +0200
|
||||
@@ -1,7 +1,6 @@
|
||||
-#!/bin/sh
|
||||
+#!/bin/sh -T
|
||||
|
||||
-export HORNETQ_HOME=..
|
||||
-mkdir -p ../logs
|
||||
+if [ -z $HORNETQ_HOME ]; then export HORNETQ_HOME=..; fi
|
||||
# By default, the server is started in the non-clustered standalone configuration
|
||||
|
||||
if [ a"$1" = a ]; then CONFIG_DIR=$HORNETQ_HOME/config/stand-alone/non-clustered; else CONFIG_DIR="$1"; fi
|
||||
@@ -20,4 +19,4 @@
|
||||
echo "***********************************************************************************"
|
||||
echo "java $JVM_ARGS -classpath $CLASSPATH org.hornetq.integration.bootstrap.HornetQBootstrapServer $FILENAME"
|
||||
echo "***********************************************************************************"
|
||||
-java $JVM_ARGS -classpath $CLASSPATH -Dcom.sun.management.jmxremote org.hornetq.integration.bootstrap.HornetQBootstrapServer $FILENAME
|
||||
\ No newline at end of file
|
||||
+java $JVM_ARGS -classpath $CLASSPATH -Dcom.sun.management.jmxremote org.hornetq.integration.bootstrap.HornetQBootstrapServer $FILENAME
|
|
@ -1,10 +0,0 @@
|
|||
--- src/bin/stop.sh.orig 2012-04-13 18:43:44.000000000 +0200
|
||||
+++ src/bin/stop.sh 2012-05-15 18:46:47.292027604 +0200
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
-export HORNETQ_HOME=..
|
||||
+if [ -z $HORNETQ_HOME ]; then export HORNETQ_HOME=..;fi
|
||||
if [ a"$1" = a ]; then CONFIG_DIR=$HORNETQ_HOME/config/stand-alone/non-clustered; else CONFIG_DIR="$1"; fi
|
||||
touch $CONFIG_DIR/STOP_ME;
|
||||
\ No newline at end of file
|
|
@ -1,17 +0,0 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Removes unchanged configuration files
|
||||
#
|
||||
if [ "$2" = "DEINSTALL" ]; then
|
||||
if [ ! -d $PKG_PREFIX/share/hornetq/config/stand-alone ]; then exit 1; fi
|
||||
cd $PKG_PREFIX/share/hornetq/config/stand-alone
|
||||
for cfgdir in clustered non-clustered; do
|
||||
for cfgfile in hornetq-beans.xml hornetq-users.xml \
|
||||
hornetq-configuration.xml jndi.properties \
|
||||
hornetq-jms.xml logging.properties; do
|
||||
if cmp -s $cfgdir/$cfgfile.sample $cfgdir/$cfgfile; then
|
||||
rm $cfgdir/$cfgfile
|
||||
fi
|
||||
done
|
||||
done
|
||||
fi
|
|
@ -1,7 +0,0 @@
|
|||
HornetQ is an open source project to build a multi-protocol, embeddable,
|
||||
very high performance, clustered, asynchronous messaging system, designed
|
||||
with usability in mind.
|
||||
|
||||
HornetQ is an example of Message Oriented Middleware (MoM)
|
||||
|
||||
WWW: http://www.jboss.org/hornetq
|
|
@ -1,18 +0,0 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Copy sample hornetq config files to real ones if real ones does not exists
|
||||
#
|
||||
if [ "$2" = "POST-INSTALL" ]; then
|
||||
if [ ! -d $PKG_PREFIX/share/hornetq/config/stand-alone ]; then exit 1; fi
|
||||
umask 027
|
||||
cd $PKG_PREFIX/share/hornetq/config/stand-alone
|
||||
for cfgdir in clustered non-clustered; do
|
||||
for cfgfile in hornetq-beans.xml hornetq-users.xml \
|
||||
hornetq-configuration.xml jndi.properties \
|
||||
hornetq-jms.xml logging.properties; do
|
||||
if [ ! -f $cfgdir/$cfgfile ]; then
|
||||
cp -p $cfgdir/$cfgfile.sample $cfgdir/$cfgfile
|
||||
fi
|
||||
done
|
||||
done
|
||||
fi
|
File diff suppressed because it is too large
Load diff
|
@ -143,7 +143,6 @@
|
|||
SUBDIR += p5-Physics-Unit
|
||||
SUBDIR += paje
|
||||
SUBDIR += paraview
|
||||
SUBDIR += peekabot
|
||||
SUBDIR += pnetcdf
|
||||
SUBDIR += psi3
|
||||
SUBDIR += psychopy
|
||||
|
|
|
@ -1,46 +0,0 @@
|
|||
# Created by: chris@officialunix.com
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= peekabot
|
||||
PORTVERSION= 0.8.6
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= science
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}.x
|
||||
|
||||
MAINTAINER= c.petrik.sosa@gmail.com
|
||||
COMMENT= Distributed real-time 3D visualization tool for robotics researchers
|
||||
|
||||
LICENSE= BSL GPLv3
|
||||
LICENSE_COMB= multi
|
||||
|
||||
BROKEN= Does not build
|
||||
DEPRECATED= Broken for more than 6 month
|
||||
EXPIRATION_DATE= 2014-02-27
|
||||
|
||||
LIB_DEPENDS= libboost_regex.so:${PORTSDIR}/devel/boost-libs \
|
||||
libxerces-c.so.3:${PORTSDIR}/textproc/xerces-c3 \
|
||||
libgtkglextmm-x11-1.2.so:${PORTSDIR}/x11-toolkits/gtkglextmm
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= pathfix gmake
|
||||
USE_GCC= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= does not compile with boost on sparc64
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
"/names_next_round/s|'xerces-c'|'xerces-c-3.1'|" ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e \
|
||||
"/^AM_/s|-O2||" ${WRKSRC}/src/Makefile.in
|
||||
|
||||
.include <bsd.port.post.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (peekabot-0.8.6.tar.bz2) = d4f05cc0b4e7df6da5ae7b0ac9c0fb12f8ed54d0e771d335f978b5135bc46113
|
||||
SIZE (peekabot-0.8.6.tar.bz2) = 2786521
|
|
@ -1,8 +0,0 @@
|
|||
peekabot is a distributed real-time 3D visualization tool for robotics
|
||||
researchers and developers, written in C++.
|
||||
|
||||
Its purpose is to simplify the visualization needs faced by a roboticist
|
||||
daily - using visualization as a debugging aid or making fancy slides for
|
||||
a presentation, for example.
|
||||
|
||||
WWW: http://www.peekabot.org
|
|
@ -1,110 +0,0 @@
|
|||
bin/obj2pbmf
|
||||
bin/peekabot
|
||||
include/peekabot.hh
|
||||
include/peekabot/Action.hh
|
||||
include/peekabot/Any.hh
|
||||
include/peekabot/Deprecated.hh
|
||||
include/peekabot/PathIdentifier.hh
|
||||
include/peekabot/Types.hh
|
||||
include/peekabot/Version.hh
|
||||
include/peekabot/Visibility.hh
|
||||
include/peekabot/client/DelayedDispatch.hh
|
||||
include/peekabot/client/Exceptions.hh
|
||||
include/peekabot/client/OperationResult.hh
|
||||
include/peekabot/client/OperationStatus.hh
|
||||
include/peekabot/client/PeekabotClient.hh
|
||||
include/peekabot/client/Recording.hh
|
||||
include/peekabot/client/Result.hh
|
||||
include/peekabot/client/Status.hh
|
||||
include/peekabot/client/proxies/CameraProxy.hh
|
||||
include/peekabot/client/proxies/CircleProxy.hh
|
||||
include/peekabot/client/proxies/CubeProxy.hh
|
||||
include/peekabot/client/proxies/CylinderProxy.hh
|
||||
include/peekabot/client/proxies/GridProxy.hh
|
||||
include/peekabot/client/proxies/GroupProxy.hh
|
||||
include/peekabot/client/proxies/HingeProxy.hh
|
||||
include/peekabot/client/proxies/JointProxy.hh
|
||||
include/peekabot/client/proxies/LabelProxy.hh
|
||||
include/peekabot/client/proxies/LineBasedProxy.hh
|
||||
include/peekabot/client/proxies/LineCloudProxy.hh
|
||||
include/peekabot/client/proxies/ModelProxy.hh
|
||||
include/peekabot/client/proxies/ObjectProxy.hh
|
||||
include/peekabot/client/proxies/OccupancyGrid2DProxy.hh
|
||||
include/peekabot/client/proxies/OccupancyGrid3DProxy.hh
|
||||
include/peekabot/client/proxies/PeekabotProxyBase.hh
|
||||
include/peekabot/client/proxies/PointCloudProxy.hh
|
||||
include/peekabot/client/proxies/PolygonProxy.hh
|
||||
include/peekabot/client/proxies/PolylineProxy.hh
|
||||
include/peekabot/client/proxies/ScalableProxy.hh
|
||||
include/peekabot/client/proxies/SliderProxy.hh
|
||||
include/peekabot/client/proxies/SphereProxy.hh
|
||||
include/peekabot/client/proxies/TriMeshProxy.hh
|
||||
include/peekabot/client/proxies/VertexBasedProxy.hh
|
||||
lib/libpeekabot.a
|
||||
lib/libpeekabot.la
|
||||
lib/libpeekabot.so
|
||||
lib/libpeekabot.so.6
|
||||
libdata/pkgconfig/peekabot.pc
|
||||
%%DATADIR%%/data/default_scene.xml
|
||||
%%DATADIR%%/fonts/COPYING
|
||||
%%DATADIR%%/fonts/FreeSerif.ttf
|
||||
%%DATADIR%%/icons/log-22.png
|
||||
%%DATADIR%%/icons/log-error-22.png
|
||||
%%DATADIR%%/icons/move-tool-16.png
|
||||
%%DATADIR%%/icons/move-tool-22.png
|
||||
%%DATADIR%%/icons/navigate-tool-22.png
|
||||
%%DATADIR%%/icons/objects/camera-16.png
|
||||
%%DATADIR%%/icons/objects/circle-16.png
|
||||
%%DATADIR%%/icons/objects/cube-16.png
|
||||
%%DATADIR%%/icons/objects/cylinder-16.png
|
||||
%%DATADIR%%/icons/objects/dof-16.png
|
||||
%%DATADIR%%/icons/objects/grid-16.png
|
||||
%%DATADIR%%/icons/objects/label-16.png
|
||||
%%DATADIR%%/icons/objects/line-cloud-16.png
|
||||
%%DATADIR%%/icons/objects/model-16.png
|
||||
%%DATADIR%%/icons/objects/og2d-16.png
|
||||
%%DATADIR%%/icons/objects/og3d-16.png
|
||||
%%DATADIR%%/icons/objects/point-cloud-16.png
|
||||
%%DATADIR%%/icons/objects/polygon-16.png
|
||||
%%DATADIR%%/icons/objects/polyline-16.png
|
||||
%%DATADIR%%/icons/objects/sphere-16.png
|
||||
%%DATADIR%%/icons/objects/tri-mesh-16.png
|
||||
%%DATADIR%%/icons/ortho-16.png
|
||||
%%DATADIR%%/icons/ortho-22.png
|
||||
%%DATADIR%%/icons/rotate-tool-16.png
|
||||
%%DATADIR%%/icons/rotate-tool-22.png
|
||||
%%DATADIR%%/icons/screenshot-16.png
|
||||
%%DATADIR%%/icons/screenshot-22.png
|
||||
%%DATADIR%%/icons/top-down-16.png
|
||||
%%DATADIR%%/icons/top-down-22.png
|
||||
%%DATADIR%%/peekabot.ui
|
||||
%%DATADIR%%/schemas/basic_types.xsd
|
||||
%%DATADIR%%/schemas/camera.xsd
|
||||
%%DATADIR%%/schemas/circle.xsd
|
||||
%%DATADIR%%/schemas/cube.xsd
|
||||
%%DATADIR%%/schemas/cylinder.xsd
|
||||
%%DATADIR%%/schemas/grid.xsd
|
||||
%%DATADIR%%/schemas/group.xsd
|
||||
%%DATADIR%%/schemas/hinge.xsd
|
||||
%%DATADIR%%/schemas/include.xsd
|
||||
%%DATADIR%%/schemas/label.xsd
|
||||
%%DATADIR%%/schemas/line_cloud.xsd
|
||||
%%DATADIR%%/schemas/model.xsd
|
||||
%%DATADIR%%/schemas/point_cloud.xsd
|
||||
%%DATADIR%%/schemas/polygon.xsd
|
||||
%%DATADIR%%/schemas/polyline.xsd
|
||||
%%DATADIR%%/schemas/property_types.xsd
|
||||
%%DATADIR%%/schemas/scene.xsd
|
||||
%%DATADIR%%/schemas/scene_object.xsd
|
||||
%%DATADIR%%/schemas/slider.xsd
|
||||
%%DATADIR%%/schemas/sphere.xsd
|
||||
%%DATADIR%%/schemas/tri_mesh.xsd
|
||||
@dirrm %%DATADIR%%/schemas
|
||||
@dirrm %%DATADIR%%/icons/objects
|
||||
@dirrm %%DATADIR%%/icons
|
||||
@dirrm %%DATADIR%%/fonts
|
||||
@dirrm %%DATADIR%%/data
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrm include/peekabot/client/proxies
|
||||
@dirrm include/peekabot/client
|
||||
@dirrm include/peekabot
|
|
@ -90,7 +90,6 @@
|
|||
SUBDIR += courierpasswd
|
||||
SUBDIR += courieruserinfo
|
||||
SUBDIR += cp2fwb
|
||||
SUBDIR += crack
|
||||
SUBDIR += cracklib
|
||||
SUBDIR += crank
|
||||
SUBDIR += create-cert
|
||||
|
|
|
@ -1,48 +0,0 @@
|
|||
# Created by: David O'Brien <obrien@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= crack
|
||||
PORTVERSION= 5.0
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ftp://ftp.cerias.purdue.edu/pub/tools/unix/pwdutils/crack/ \
|
||||
${MASTER_SITE_PACKETSTORM}
|
||||
MASTER_SITE_SUBDIR= Crackers/crack
|
||||
DISTNAME= ${PORTNAME}${PORTVERSION}
|
||||
|
||||
MAINTAINER= sbz@FreeBSD.org
|
||||
COMMENT= The "Sensible" Unix Password Cracker
|
||||
|
||||
BROKEN= Fail to package
|
||||
DEPRECATED= Broken for more than 6 month
|
||||
EXPIRATION_DATE= 2014-02-27
|
||||
|
||||
WRKSRC= ${WRKDIR}/c50a
|
||||
|
||||
NO_STAGE= yes
|
||||
pre-configure:
|
||||
.if !defined(WITH_DES)
|
||||
@${MV} -f ${WRKSRC}/src/libdes ${WRKSRC}/src/libdes.notused
|
||||
@${MV} -f ${WRKSRC}/src/util/elcid.c ${WRKSRC}/src/util/elcid.c.orig
|
||||
@${CP} -p ${WRKSRC}/src/util/elcid.c,bsd ${WRKSRC}/src/util/elcid.c
|
||||
.endif
|
||||
@${ECHO_CMD} "XLIB+= -lcrypt" >> ${WRKSRC}/src/util/Makefile
|
||||
|
||||
pre-build:
|
||||
@(if [ ! -f /usr/share/dict/words ];then \
|
||||
${ECHO_MSG} "You may want to install the dict distribution into /usr/share/dict" ; \
|
||||
${ECHO_MSG} "to increase the size of the cracking dictionary." ; \
|
||||
fi)
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC} ; ./Crack -makeonly
|
||||
cd ${WRKSRC} ; ./Crack -makedict
|
||||
.if !defined(WITH_DES)
|
||||
@#(cd ${WRKSRC} ; ./Crack -fgnd -fmt bsd ${FILESDIR}/pw-md5.test)
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/crack
|
||||
@${RM} -f ${WRKSRC}/Run/*
|
||||
@cd ${WRKSRC} ; ${TAR} cf - . | (cd ${PREFIX}/crack; ${TAR} xfBp -)
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (crack5.0.tar.gz) = 4b53627fd6f585d75a2fa74fed828596c4e91bef8972ec8972739bd7778dacf3
|
||||
SIZE (crack5.0.tar.gz) = 2964507
|
|
@ -1,11 +0,0 @@
|
|||
--- src/libdes/Makefile.orig Thu Dec 19 01:29:21 1996
|
||||
+++ src/libdes/Makefile Fri Jan 31 11:14:52 1997
|
||||
@@ -10,7 +10,7 @@
|
||||
# If you are on a DEC Alpha, edit des.h and change the DES_LONG
|
||||
# define to 'unsigned int'. I have seen this give a %20 speedup.
|
||||
|
||||
-OPTS0= -DRAND -DTERMIO #-DNOCONST
|
||||
+OPTS0= -DRAND -DTERMIOS #-DNOCONST
|
||||
|
||||
# Version 1.94 has changed the strings_to_key function so that it is
|
||||
# now compatible with MITs when the string is longer than 8 characters.
|
|
@ -1,11 +0,0 @@
|
|||
--- conf/dictgrps.conf.orig Fri Dec 13 10:32:34 1996
|
||||
+++ conf/dictgrps.conf Fri Jan 31 11:16:16 1997
|
||||
@@ -16,7 +16,7 @@
|
||||
# Dict '2' is created from $CRACK_HOME/dict/2/*
|
||||
# Dict '3' is created from $CRACK_HOME/dict/3/*
|
||||
|
||||
-1:/usr/dict/*words* dict/1/*
|
||||
+1:/usr/share/dict/*words* dict/1/*
|
||||
2:dict/2/*
|
||||
3:dict/3/*
|
||||
|
|
@ -1 +0,0 @@
|
|||
cracker:$1$KhBa0EkO$k4YYCCiLb9QhAZBa3c8D5/:1000:10000::0:0:Evil &:/home/crack:/bin/csh
|
|
@ -1,9 +0,0 @@
|
|||
root:$1$48PMy$Z5Vlux.H5dXWhut4ops5b0:0:0::0:0:Charlie &:/root:/bin/csh
|
||||
toor:$1$dCzEfMgs$KkX36eGQiWrnOFtSgmgkx1:0:0::0:0:Bourne-again Superuser:/root:
|
||||
rootk:$1$BMeXpPVU$2wjGMUeDAKsXDtmmZ4B2E/:0:0::0:0:Clark Kent,phonebooth,1(800)suprman,unlisted:/home/rootk:/usr/local/bin/bash
|
||||
daemon:*:1:31::0:0:Owner of many system processes:/root:
|
||||
bin:*:3:7::0:0:Binaries Commands and Source,,,:/:/nonexistent
|
||||
user1:$1$KodDB$MS2uwh1xkprFUMzkf/h4S.:114:31::0:0:USER1,UCD Med Center,(916) 752-7900,(916) 753-0000:/home/user1:/usr/local/bin/tcsh
|
||||
user2:$1$UvfZtw0d$asMyR1VjVjPxKzXsuHkXW1:150:31::0:0:USER2,EUII 22??:/home/user2:/usr/local/bin/tcsh
|
||||
user3:$1$ft0ut3he$6PIIPiKHFP4Ddn0Oq9/9e0:204:31::0:0:Bill:/home/user3:/bin/csh
|
||||
obrien:$1$0Pode$PeChMbTN/ZSCRPXDsAsYk/:1765:20::0:0:David E. O'Brien,EU-II 3090 & 2244,,n/a:/home/obrien:/usr/local/bin/bash
|
|
@ -1,13 +0,0 @@
|
|||
This is Alec Muffett's Crack.
|
||||
|
||||
Crack is a freely available program designed to find encrypted passwords.
|
||||
|
||||
When you would like to crack a 4.4BSD password file:
|
||||
|
||||
Crack -fmt bsd <password_file>
|
||||
|
||||
Or, for non-BSD machines:
|
||||
|
||||
Crack <password_file>
|
||||
|
||||
WWW: http://www.crypticide.com/alecm/security/c50-faq.html
|
|
@ -1,2 +0,0 @@
|
|||
@unexec /bin/rm -rf %D/crack
|
||||
crack
|
|
@ -117,7 +117,6 @@
|
|||
SUBDIR += chgrep
|
||||
SUBDIR += ciso
|
||||
SUBDIR += ck4up
|
||||
SUBDIR += ckl
|
||||
SUBDIR += clean
|
||||
SUBDIR += clockspeed
|
||||
SUBDIR += clockspeed-conf
|
||||
|
@ -348,7 +347,6 @@
|
|||
SUBDIR += gpte
|
||||
SUBDIR += graffer
|
||||
SUBDIR += graid5
|
||||
SUBDIR += graphicboot
|
||||
SUBDIR += graveman
|
||||
SUBDIR += grok
|
||||
SUBDIR += grub2
|
||||
|
@ -529,7 +527,6 @@
|
|||
SUBDIR += mkfwimage
|
||||
SUBDIR += mkntpwd
|
||||
SUBDIR += mksunbootcd
|
||||
SUBDIR += mmore
|
||||
SUBDIR += modules
|
||||
SUBDIR += monit
|
||||
SUBDIR += monitord
|
||||
|
@ -871,7 +868,6 @@
|
|||
SUBDIR += skill
|
||||
SUBDIR += slack
|
||||
SUBDIR += sleuthkit
|
||||
SUBDIR += slmon
|
||||
SUBDIR += sloth
|
||||
SUBDIR += slst
|
||||
SUBDIR += slurm-hpc
|
||||
|
|
|
@ -1,49 +0,0 @@
|
|||
# Created by: Tomaz Muraus <kami@k5-storitve.net>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ckl
|
||||
PORTVERSION= 0.9.1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= sysutils net
|
||||
MASTER_SITES= http://packages.cloudkick.com/releases/ckl/
|
||||
DISTNAME= ckl-${PORTVERSION}
|
||||
|
||||
MAINTAINER= kami@k5-storitve.net
|
||||
COMMENT= A command line tool for noting when something was changed on a machine
|
||||
|
||||
BROKEN= unfetchable, MASTER_SITES redirects to Rackspace
|
||||
DEPRECATED= Broken for more than 6 month
|
||||
EXPIRATION_DATE= 2014-02-27
|
||||
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
|
||||
|
||||
USE_SCONS= yes
|
||||
USE_BZIP2= yes
|
||||
|
||||
PORTDOCS= CHANGES LICENSE NOTICE README
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/<curl\/types.h>/d' ${WRKSRC}/src/ckl.h
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/ckl ${PREFIX}/bin
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for file in ${PORTDOCS}
|
||||
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.if !defined(NOPORTEXAMPLES)
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
@${MKDIR} ${EXAMPLESDIR}/webapp
|
||||
(cd ${WRKSRC}/webapp/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}/webapp)
|
||||
.endif
|
||||
${INSTALL_DATA} ${PATCHDIR}/cloudkick.conf.example ${PREFIX}/etc/cloudkick.conf.sample
|
||||
@if [ ! -f ${PREFIX}/etc/cloudkick.conf ]; then \
|
||||
${INSTALL_DATA} -p ${PREFIX}/etc/cloudkick.conf.sample ${PREFIX}/etc/cloudkick.conf ; \
|
||||
fi
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (ckl-0.9.1.tar.bz2) = 270d8de8f08ff0eeb88191527f6991467d3fee10b99c5c9319b5e027e1d3f77f
|
||||
SIZE (ckl-0.9.1.tar.bz2) = 297908
|
|
@ -1,2 +0,0 @@
|
|||
ckl_endpoint http://ckl.example.com/
|
||||
secret mySuperSecret
|
|
@ -1,27 +0,0 @@
|
|||
*** src/conf.c.orig Sun Jan 24 02:46:27 2010
|
||||
--- src/conf.c Tue Jun 1 07:19:59 2010
|
||||
***************
|
||||
*** 86,96 ****
|
||||
{
|
||||
int rv;
|
||||
FILE *fp;
|
||||
|
||||
/* TODO: respect prefix */
|
||||
! fp = fopen("/etc/cloudkick.conf", "r");
|
||||
if (fp == NULL) {
|
||||
char buf[2048];
|
||||
const char *home = getenv("HOME");
|
||||
|
||||
if (home == NULL) {
|
||||
--- 86,96 ----
|
||||
{
|
||||
int rv;
|
||||
FILE *fp;
|
||||
|
||||
/* TODO: respect prefix */
|
||||
! fp = fopen("/usr/local/etc/cloudkick.conf", "r");
|
||||
if (fp == NULL) {
|
||||
char buf[2048];
|
||||
const char *home = getenv("HOME");
|
||||
|
||||
if (home == NULL) {
|
|
@ -1,4 +0,0 @@
|
|||
A command line tool for noting when something was changed on a machine.
|
||||
The contents of the message are POST'ed to another server for logging.
|
||||
|
||||
WWW: http://github.com/pquerna/ckl
|
|
@ -1,7 +0,0 @@
|
|||
bin/ckl
|
||||
@unexec if cmp -s %D/etc/cloudkick.conf %D/etc/cloudkick.conf.sample; then rm -f %D/etc/cloudkick.conf; fi
|
||||
etc/cloudkick.conf.sample
|
||||
@exec if [ ! -f %D/etc/cloudkick.conf ]; then cp %B/%f %D/etc/cloudkick.conf; fi
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/webapp/ckl.cgi
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/webapp
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|
|
@ -1,34 +0,0 @@
|
|||
# Created by: Matthew Holder <sixxgate@hotmail.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= graphicboot
|
||||
PORTVERSION= 1.1
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://matt.sixxgate.com/files/
|
||||
|
||||
MAINTAINER= sixxgate@hotmail.com
|
||||
COMMENT= Provides graphical X Window startup to FreeBSD during 'rc'
|
||||
|
||||
BROKEN= fails checksum
|
||||
DEPRECATED= Broken for more then 6 month
|
||||
EXPIRATION_DATE= 2014-02-27
|
||||
|
||||
BUILD_DEPENDS= xloadimage:${PORTSDIR}/x11/xloadimage \
|
||||
xrdb:${PORTSDIR}/x11/xrdb \
|
||||
xsetroot:${PORTSDIR}/x11/xsetroot
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= motif gmake
|
||||
USE_BZIP2= yes
|
||||
USE_XORG= x11
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN8= graphicboot.8 sendgbmsg.8
|
||||
MANCOMPRESSED= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
@${CAT} pkg-message
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (graphicboot-1.1.tar.bz2) = abcfa4b10073e4f7fafeff58bd3f93b80ce71c11037255e45a3a86c1a66ffca8
|
||||
SIZE (graphicboot-1.1.tar.bz2) = 102726
|
|
@ -1,5 +0,0 @@
|
|||
graphicboot starts the machines local X Window and displays the messages
|
||||
echoed during boot up while the rc script is setting up the operating
|
||||
system.
|
||||
|
||||
WWW: http://matt.sixxgate.com/
|
|
@ -1,21 +0,0 @@
|
|||
=========================================================
|
||||
WARNING: This port port will start X during the startup.
|
||||
Before adding the graphboot="YES" line to your rc.conf
|
||||
file please test the port by running it in multi-user
|
||||
mode. If you need to make any changes to the xorg.conf
|
||||
file, please remember to leave the resolution at 640x480.
|
||||
|
||||
Please note that if you are using XDM or another display
|
||||
manager for graphical logon, please edit its startup
|
||||
script by adding the line at the beginning:
|
||||
|
||||
sendgbmsg -e
|
||||
|
||||
This will cause the graphicboot to end before the
|
||||
display manager starts.
|
||||
|
||||
To use graphicboot, simply add the line to your rc.conf
|
||||
file:
|
||||
|
||||
graphicboot="YES"
|
||||
=========================================================
|
|
@ -1,16 +0,0 @@
|
|||
bin/graphicboot
|
||||
bin/sendgbmsg
|
||||
@cwd /etc/Xboot
|
||||
Xserver
|
||||
Xresources
|
||||
xorg.conf
|
||||
Xsplash.jpg
|
||||
@cwd /
|
||||
@dirrm etc/Xboot
|
||||
@cwd /etc/rc.d
|
||||
startgraphicboot
|
||||
endgraphicboot
|
||||
MSG.NETWORKING
|
||||
MSG.LOGIN
|
||||
MSG.DAEMON
|
||||
MSG.SERVER
|
|
@ -1,23 +0,0 @@
|
|||
# Created by: Matthew Holder <sixxgate@hotmail.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mmore
|
||||
PORTVERSION= 1.01
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://matt.sixxgate.com/files/
|
||||
|
||||
MAINTAINER= sixxgate@hotmail.com
|
||||
COMMENT= Motif/X file/stream viewer
|
||||
|
||||
BROKEN= unfetchable, MASTER_SITES is parked
|
||||
DEPRECATED= Broken for more than 6 month
|
||||
EXPIRATION_DATE= 2014-02-27
|
||||
USES= imake motif
|
||||
USE_BZIP2= yes
|
||||
USE_XORG= x11 xmu xt
|
||||
MAN1= mmore.1
|
||||
MANCOMPRESSED= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (mmore-1.01.tar.bz2) = a5cd38a4675d0de6d238cefbce85694107c9a58e20ba74ab1a7776201445e591
|
||||
SIZE (mmore-1.01.tar.bz2) = 14488
|
|
@ -1,19 +0,0 @@
|
|||
--- mmore.c.orig Mon Jul 11 12:03:49 2005
|
||||
+++ mmore.c Mon Jul 11 20:33:52 2005
|
||||
@@ -51,6 +51,7 @@
|
||||
XtAppContext xtAppContext;
|
||||
Arg args[5]; Cardinal n;
|
||||
XmString szGeneric;
|
||||
+ XtTranslations transtable;
|
||||
|
||||
wndMMore = XtVaAppInitialize(&xtAppContext,
|
||||
"MMore",
|
||||
@@ -68,7 +69,7 @@
|
||||
(XtEventHandler) _XEditResCheckMessages, NULL);
|
||||
|
||||
/* Create the universal Quit key binding */
|
||||
- XtTranslations transtable = XtParseTranslationTable(translations);
|
||||
+ transtable = XtParseTranslationTable(translations);
|
||||
|
||||
n = 0;
|
||||
XtSetArg(args[n], XmNmarginHeight, 7); n++;
|
|
@ -1,3 +0,0 @@
|
|||
A file/stream viewer for Motif/X.
|
||||
|
||||
WWW: http://matt.sixxgate.com/
|
|
@ -1,2 +0,0 @@
|
|||
bin/mmore
|
||||
lib/X11/app-defaults/MMore
|
|
@ -1,40 +0,0 @@
|
|||
# Created by: ijliao
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= slmon
|
||||
PORTVERSION= 0.5.13
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= SF/${PORTNAME}/SLmon/${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= S-Lang System Monitor
|
||||
|
||||
LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop \
|
||||
slang.2:${PORTSDIR}/devel/libslang2
|
||||
|
||||
BROKEN= Does not build
|
||||
DEPRECATED= Broken for more than 6 month
|
||||
EXPIRATION_DATE= 2014-02-27
|
||||
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= slmon.1
|
||||
PLIST_FILES= bin/slmon
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -lncurses -lm
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
# For gmake>=3.82
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's/^ */ /' ${WRKSRC}/Makefile.in
|
||||
|
||||
.if ${OSVERSION} > 900007
|
||||
BROKEN= fails to build with new utmpx
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (slmon-0.5.13.tar.gz) = dc38740e4e0cccb86ccf76aaad5734d7d1e42e144615ee09bc8c8c9290110b28
|
||||
SIZE (slmon-0.5.13.tar.gz) = 103826
|
|
@ -1,10 +0,0 @@
|
|||
--- defines.h.orig Mon Jun 21 00:56:47 2004
|
||||
+++ defines.h Sun May 29 21:44:41 2005
|
||||
@@ -21,6 +21,7 @@
|
||||
#ifndef SLMON_DEFINES_H
|
||||
#define SLMON_DEFINES_H
|
||||
|
||||
+#include <sys/types.h>
|
||||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
#include <string.h>
|
|
@ -1,12 +0,0 @@
|
|||
--- draw.c.orig Mon Jun 21 00:56:48 2004
|
||||
+++ draw.c Sun May 29 21:47:00 2005
|
||||
@@ -27,7 +27,9 @@
|
||||
#include <glibtop/netload.h>
|
||||
|
||||
#include <sys/types.h>
|
||||
+#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
+#include <arpa/inet.h>
|
||||
|
||||
/*
|
||||
* Clear screen using color n. This should be used instead of SLsmg_cls() to
|
|
@ -1,9 +0,0 @@
|
|||
SLmon is a tool for monitoring system's performance. It displays results
|
||||
using nice and (hopefully) readable text-based UI. Currently monitored are:
|
||||
|
||||
- CPU load (SMP is supported)
|
||||
- memory (including swap)
|
||||
- uptime, date and time
|
||||
- number of logged in users
|
||||
|
||||
WWW: http://slmon.sourceforge.net/
|
|
@ -586,7 +586,6 @@
|
|||
SUBDIR += openacs
|
||||
SUBDIR += openacs-dotlrn
|
||||
SUBDIR += opencart
|
||||
SUBDIR += openvrml
|
||||
SUBDIR += openx
|
||||
SUBDIR += openxmldir
|
||||
SUBDIR += opera
|
||||
|
@ -1969,7 +1968,6 @@
|
|||
SUBDIR += trac-accountmanager
|
||||
SUBDIR += trac-addcomment
|
||||
SUBDIR += trac-advancedticketworkflow
|
||||
SUBDIR += trac-announcer
|
||||
SUBDIR += trac-attachmentpolicy
|
||||
SUBDIR += trac-autocomplete
|
||||
SUBDIR += trac-batchmodify
|
||||
|
@ -1992,7 +1990,6 @@
|
|||
SUBDIR += trac-fullblognotification
|
||||
SUBDIR += trac-gantt
|
||||
SUBDIR += trac-graphviz
|
||||
SUBDIR += trac-hierwiki
|
||||
SUBDIR += trac-iniadmin
|
||||
SUBDIR += trac-keywords
|
||||
SUBDIR += trac-keywordsecretticket
|
||||
|
@ -2010,7 +2007,6 @@
|
|||
SUBDIR += trac-privatetickets
|
||||
SUBDIR += trac-pydotorgtheme
|
||||
SUBDIR += trac-remind
|
||||
SUBDIR += trac-revtree
|
||||
SUBDIR += trac-robotstxt
|
||||
SUBDIR += trac-scrumburndown
|
||||
SUBDIR += trac-simpleticket
|
||||
|
|
|
@ -1,107 +0,0 @@
|
|||
# Created by: Marc van Woerkom <3d@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= openvrml
|
||||
PORTVERSION= 0.18.9
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= www graphics
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= VRML97 runtime and browser
|
||||
|
||||
BROKEN= does not build
|
||||
DEPRECATED= Broken for more than 6 month
|
||||
EXPIRATION_DATE= 2014-02-27
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/argp.h:${PORTSDIR}/devel/argp-standalone
|
||||
LIB_DEPENDS= libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
|
||||
libjs.so:${PORTSDIR}/lang/spidermonkey17 \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng15.so:${PORTSDIR}/graphics/png \
|
||||
libcurl.so:${PORTSDIR}/ftp/curl \
|
||||
libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext
|
||||
|
||||
USE_GL= yes
|
||||
USES= pathfix pkgconfig
|
||||
USE_GNOME= libglade2 libgnomeui
|
||||
USE_SDL= sdl
|
||||
USE_JAVA= yes
|
||||
USE_GCC= yes
|
||||
GNU_CONFIGURE= yes
|
||||
LIBTOOLFILES= configure
|
||||
CONFIGURE_ARGS= --enable-gecko-rpath \
|
||||
--disable-mozilla-plugin
|
||||
CONFIGURE_ENV= LIBS="-lm" BOOST_LIB_SUFFIX=""
|
||||
CPPFLAGS+= -I${LOCALBASE}/include -I${JAVA_HOME}/include -I${JAVA_HOME}/include/${OPSYS:L} \
|
||||
-I${LOCALBASE}/include/libpng15
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -L${JAVA_HOME}/jre/lib/${ARCH}/client -pthread
|
||||
USE_GMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_GECKO= libxul
|
||||
|
||||
USE_WEBPLUGINS= native
|
||||
WEBPLUGINS_FILES=openvrml.so
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
PORTDOCS= *
|
||||
.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/www/firefox/Makefile.webplugins"
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= Gets internal gcc error on ${ARCH}
|
||||
.endif
|
||||
|
||||
LIB_DEPENDS+= libboost_regex.so:${PORTSDIR}/devel/boost-libs
|
||||
LIB_DEPENDS+= libboost_python.so:${PORTSDIR}/devel/boost-python-libs
|
||||
|
||||
pre-everything::
|
||||
@${ECHO_MSG}
|
||||
@${ECHO_MSG} "Warning: building this port eats up to 1.5 GB of RAM (32 bits) or 3 GB (64 bits)"
|
||||
@${ECHO_MSG} "of RAM; do not try to build it on a small configuration!"
|
||||
@${ECHO_MSG}
|
||||
|
||||
pre-configure:
|
||||
${REINPLACE_CMD} -e \
|
||||
's|JNI_LIBS="|JNI_LIBS="-L${JAVA_HOME}/jre/lib/${ARCH}/client -Wl,-rpath,${JAVA_HOME}/jre/lib/${ARCH}/client |' \
|
||||
${WRKSRC}/configure
|
||||
${REINPLACE_CMD} -e \
|
||||
's|-rpath $$(libdir)|-rpath $$(libdir) -rpath ${JAVA_HOME}/jre/lib/${ARCH}/client|' \
|
||||
${WRKSRC}/src/Makefile.in
|
||||
${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -E -e \
|
||||
's|-DG[[:alpha:]]*_DISABLE_DEPRECATED||g'
|
||||
.for cfg in ${LIBTOOLFILES}
|
||||
${REINPLACE_CMD} -e \
|
||||
"/hardcode_libdir_flag_spec/s|\(=.\)\(.*\)\(\$$libdir\)|& \2${JAVA_HOME}/jre/lib/${ARCH}/client|" \
|
||||
${WRKSRC}/${cfg}
|
||||
.endfor
|
||||
${REINPLACE_CMD} -e 's|$$(libdir)/mozilla/plugins|${WEBPLUGINS_DIR}|' \
|
||||
${WRKSRC}/src/Makefile.in
|
||||
.if ${GECKO} != "firefox"
|
||||
${REINPLACE_CMD} -e "s|FIREFOX_JS|${GECKO:S/19//:U}_JS|g;s|firefox-js|${GECKO:S/19//}-js|" \
|
||||
${WRKSRC}/configure
|
||||
${REINPLACE_CMD} -e "s|firefox-plugin|${GECKO:S/19//}-plugin|g" \
|
||||
${WRKSRC}/configure
|
||||
${REINPLACE_CMD} -e "s|mozilla-plugin|${GECKO:S/19//}|g" \
|
||||
${WRKSRC}/configure
|
||||
${REINPLACE_CMD} -e "s|boost_thread-mt|boost_thread|g" \
|
||||
${WRKSRC}/configure
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${CP} -R ${WRKSRC}/doc/manual/ ${DOCSDIR}
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/models/*.wrl ${EXAMPLESDIR}
|
||||
.endif
|
||||
|
||||
regression-test:
|
||||
(cd ${BUILD_WRKSRC}/tests ; \
|
||||
${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check-TESTS)
|
||||
|
||||
.include <bsd.port.post.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (openvrml-0.18.9.tar.gz) = b3deaf549ccb8ef38db29b674a9c3f6cdf234c4b2b3b159a9479b966373b13c8
|
||||
SIZE (openvrml-0.18.9.tar.gz) = 5264760
|
|
@ -1,11 +0,0 @@
|
|||
--- Makefile.in.orig 2012-05-17 10:40:32.679878656 +0200
|
||||
+++ Makefile.in 2012-05-17 10:40:50.695880481 +0200
|
||||
@@ -331,7 +331,7 @@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
-SUBDIRS = doc models src data examples tests
|
||||
+SUBDIRS = models src data examples tests
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
EXTRA_DIST = \
|
||||
openvrml.pc.in \
|
|
@ -1,10 +0,0 @@
|
|||
--- src/node/vrml97/image_stream_listener.cpp.orig 2010-05-28 17:18:15.927540000 +0200
|
||||
+++ src/node/vrml97/image_stream_listener.cpp 2012-05-06 15:48:10.000000000 +0200
|
||||
@@ -39,6 +39,7 @@
|
||||
}
|
||||
|
||||
# ifdef OPENVRML_ENABLE_PNG_TEXTURES
|
||||
+# include "pngpriv.h"
|
||||
void openvrml_png_info_callback(png_structp png_ptr, png_infop info_ptr)
|
||||
{
|
||||
using boost::shared_mutex;
|
|
@ -1,10 +0,0 @@
|
|||
--- src/Makefile.in.orig 2010-07-02 09:21:26.000000000 +0200
|
||||
+++ src/Makefile.in 2010-07-02 11:34:41.000000000 +0200
|
||||
@@ -1684,6 +1684,7 @@
|
||||
|
||||
mozilla_plugin_openvrml_la_CXXFLAGS = \
|
||||
$(MOZILLA_PLUGIN_CFLAGS) \
|
||||
+ $(JS_CFLAGS) \
|
||||
$(DBUS_G_CFLAGS)
|
||||
|
||||
mozilla_plugin_openvrml_la_SOURCES = mozilla-plugin/openvrml.cpp
|
|
@ -1,11 +0,0 @@
|
|||
--- tests/Makefile.in.orig Fri Jun 1 08:56:46 2007
|
||||
+++ tests/Makefile.in Sun Jun 3 09:34:02 2007
|
||||
@@ -184,7 +184,7 @@
|
||||
JS_LIBS = @JS_LIBS@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
-LIBS = @LIBS@
|
||||
+LIBS = @LIBS@ @JNI_LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
|
@ -1,6 +0,0 @@
|
|||
OpenVRML is a free cross-platform runtime for VRML and X3D available under the
|
||||
GNU Lesser General Public License. The OpenVRML distribution includes libraries
|
||||
you can use to add VRML/X3D support to an application. OpenVRML also provides a
|
||||
plug-in to render VRML/X3D worlds in Web browsers.
|
||||
|
||||
WWW: http://openvrml.sourceforge.net/
|
|
@ -1,155 +0,0 @@
|
|||
bin/openvrml-player
|
||||
include/openvrml/openvrml-common.h
|
||||
include/openvrml/openvrml-config.h
|
||||
include/openvrml/openvrml-gl-common.h
|
||||
include/openvrml/openvrml-gl-config.h
|
||||
include/openvrml/openvrml/bad_url.h
|
||||
include/openvrml/openvrml/basetypes.h
|
||||
include/openvrml/openvrml/bounding_volume.h
|
||||
include/openvrml/openvrml/browser.h
|
||||
include/openvrml/openvrml/event.h
|
||||
include/openvrml/openvrml/exposedfield.h
|
||||
include/openvrml/openvrml/field_value.h
|
||||
include/openvrml/openvrml/frustum.h
|
||||
include/openvrml/openvrml/gl/viewer.h
|
||||
include/openvrml/openvrml/node.h
|
||||
include/openvrml/openvrml/node_impl_util.h
|
||||
include/openvrml/openvrml/rendering_context.h
|
||||
include/openvrml/openvrml/scene.h
|
||||
include/openvrml/openvrml/scope.h
|
||||
include/openvrml/openvrml/script.h
|
||||
include/openvrml/openvrml/viewer.h
|
||||
include/openvrml/openvrml/vrml97_grammar.h
|
||||
include/openvrml/openvrml/x3d_vrml_grammar.h
|
||||
lib/libopenvrml-gl.a
|
||||
lib/libopenvrml-gl.la
|
||||
lib/libopenvrml-gl.so
|
||||
lib/libopenvrml-gl.so.8
|
||||
lib/libopenvrml.a
|
||||
lib/libopenvrml.la
|
||||
lib/libopenvrml.so
|
||||
lib/libopenvrml.so.10
|
||||
lib/openvrml/node/vrml97.a
|
||||
lib/openvrml/node/vrml97.la
|
||||
lib/openvrml/node/vrml97.so
|
||||
lib/openvrml/node/x3d-cad-geometry.a
|
||||
lib/openvrml/node/x3d-cad-geometry.la
|
||||
lib/openvrml/node/x3d-cad-geometry.so
|
||||
lib/openvrml/node/x3d-core.a
|
||||
lib/openvrml/node/x3d-core.la
|
||||
lib/openvrml/node/x3d-core.so
|
||||
lib/openvrml/node/x3d-dis.a
|
||||
lib/openvrml/node/x3d-dis.la
|
||||
lib/openvrml/node/x3d-dis.so
|
||||
lib/openvrml/node/x3d-environmental-effects.a
|
||||
lib/openvrml/node/x3d-environmental-effects.la
|
||||
lib/openvrml/node/x3d-environmental-effects.so
|
||||
lib/openvrml/node/x3d-event-utilities.a
|
||||
lib/openvrml/node/x3d-event-utilities.la
|
||||
lib/openvrml/node/x3d-event-utilities.so
|
||||
lib/openvrml/node/x3d-geometry2d.a
|
||||
lib/openvrml/node/x3d-geometry2d.la
|
||||
lib/openvrml/node/x3d-geometry2d.so
|
||||
lib/openvrml/node/x3d-geospatial.a
|
||||
lib/openvrml/node/x3d-geospatial.la
|
||||
lib/openvrml/node/x3d-geospatial.so
|
||||
lib/openvrml/node/x3d-grouping.a
|
||||
lib/openvrml/node/x3d-grouping.la
|
||||
lib/openvrml/node/x3d-grouping.so
|
||||
lib/openvrml/node/x3d-h-anim.a
|
||||
lib/openvrml/node/x3d-h-anim.la
|
||||
lib/openvrml/node/x3d-h-anim.so
|
||||
lib/openvrml/node/x3d-interpolation.a
|
||||
lib/openvrml/node/x3d-interpolation.la
|
||||
lib/openvrml/node/x3d-interpolation.so
|
||||
lib/openvrml/node/x3d-key-device-sensor.a
|
||||
lib/openvrml/node/x3d-key-device-sensor.la
|
||||
lib/openvrml/node/x3d-key-device-sensor.so
|
||||
lib/openvrml/node/x3d-networking.a
|
||||
lib/openvrml/node/x3d-networking.la
|
||||
lib/openvrml/node/x3d-networking.so
|
||||
lib/openvrml/node/x3d-nurbs.a
|
||||
lib/openvrml/node/x3d-nurbs.la
|
||||
lib/openvrml/node/x3d-nurbs.so
|
||||
lib/openvrml/node/x3d-rendering.a
|
||||
lib/openvrml/node/x3d-rendering.la
|
||||
lib/openvrml/node/x3d-rendering.so
|
||||
lib/openvrml/node/x3d-shape.a
|
||||
lib/openvrml/node/x3d-shape.la
|
||||
lib/openvrml/node/x3d-shape.so
|
||||
lib/openvrml/node/x3d-texturing.a
|
||||
lib/openvrml/node/x3d-texturing.la
|
||||
lib/openvrml/node/x3d-texturing.so
|
||||
lib/openvrml/script/java.a
|
||||
lib/openvrml/script/java.la
|
||||
lib/openvrml/script/java.so
|
||||
lib/openvrml/script/javascript.a
|
||||
lib/openvrml/script/javascript.la
|
||||
lib/openvrml/script/javascript.so
|
||||
libdata/pkgconfig/openvrml-gl.pc
|
||||
libdata/pkgconfig/openvrml.pc
|
||||
libexec/openvrml-xembed
|
||||
share/dbus-1/services/org.openvrml.BrowserControl.service
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/Anchor.wrl
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/Click.wrl
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/EventPROTO.wrl
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/ExternPROTO.wrl
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/Inline.wrl
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/Prox1.wrl
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/RefractiveMaterial.wrl
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/SimplePROTO.wrl
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/TestJSAI.wrl
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/bounce.wrl
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/groundPlane.wrl
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/jsTouch.wrl
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/orbit3.wrl
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/pixtex1.wrl
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/rotation_toy.wrl
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/scale.wrl
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/snoman.wrl
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/warbird.wrl
|
||||
%%DATADIR%%-player/ui/openvrml-player.ui
|
||||
%%DATADIR%%-xembed/dbus-1/browser-factory.xml
|
||||
%%DATADIR%%-xembed/dbus-1/browser-host.xml
|
||||
%%DATADIR%%-xembed/dbus-1/browser.xml
|
||||
%%DATADIR%%/component/cad-geometry.xml
|
||||
%%DATADIR%%/component/core.xml
|
||||
%%DATADIR%%/component/dis.xml
|
||||
%%DATADIR%%/component/environmental-effects.xml
|
||||
%%DATADIR%%/component/environmental-sensor.xml
|
||||
%%DATADIR%%/component/event-utilities.xml
|
||||
%%DATADIR%%/component/geometry2d.xml
|
||||
%%DATADIR%%/component/geometry3d.xml
|
||||
%%DATADIR%%/component/geospatial.xml
|
||||
%%DATADIR%%/component/grouping.xml
|
||||
%%DATADIR%%/component/h-anim.xml
|
||||
%%DATADIR%%/component/interpolation.xml
|
||||
%%DATADIR%%/component/key-device-sensor.xml
|
||||
%%DATADIR%%/component/lighting.xml
|
||||
%%DATADIR%%/component/navigation.xml
|
||||
%%DATADIR%%/component/networking.xml
|
||||
%%DATADIR%%/component/nurbs.xml
|
||||
%%DATADIR%%/component/pointing-device-sensor.xml
|
||||
%%DATADIR%%/component/rendering.xml
|
||||
%%DATADIR%%/component/shape.xml
|
||||
%%DATADIR%%/component/sound.xml
|
||||
%%DATADIR%%/component/text.xml
|
||||
%%DATADIR%%/component/texturing.xml
|
||||
%%DATADIR%%/component/time.xml
|
||||
%%DATADIR%%/component/vrml97.xml
|
||||
%%DATADIR%%/java/script.jar
|
||||
@dirrmtry %%WEBPLUGINS_DIR%%
|
||||
@dirrm %%DATADIR%%-xembed/dbus-1
|
||||
@dirrm %%DATADIR%%-xembed
|
||||
@dirrm %%DATADIR%%-player/ui
|
||||
@dirrm %%DATADIR%%-player
|
||||
@dirrm %%DATADIR%%/java
|
||||
@dirrm %%DATADIR%%/component
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrm lib/openvrml/script
|
||||
@dirrm lib/openvrml/node
|
||||
@dirrm lib/openvrml
|
||||
@dirrm include/openvrml/openvrml/gl
|
||||
@dirrm include/openvrml/openvrml
|
||||
@dirrm include/openvrml
|
||||
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
|
|
@ -1,45 +0,0 @@
|
|||
# Created by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= announcer
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= http://dist.codelabs.ru/fbsd/
|
||||
PKGNAMEPREFIX= trac-
|
||||
DISTNAME= announcerplugin-r${REL}
|
||||
|
||||
MAINTAINER= rea@FreeBSD.org
|
||||
COMMENT= A plugin for making user-customizable notifications
|
||||
|
||||
BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}Babel>=0.9:${PORTSDIR}/devel/py-babel
|
||||
RUN_DEPENDS+= trac>=0.11:${PORTSDIR}/www/trac
|
||||
|
||||
BROKEN= Try to access network during install phase
|
||||
DEPRECATED= Broken for more than 6 month
|
||||
EXPIRATION_DATE= 2014-02-27
|
||||
USE_PYTHON= yes
|
||||
USE_ZIP= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_PKGNAME= AnnouncerPlugin
|
||||
PYDISTUTILS_NOEGGINFO= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/announcerplugin/trunk
|
||||
REL= 8411
|
||||
EGG_VER= 0.12_p2.dev
|
||||
|
||||
PLIST_SUB+= PORTVERSION=${PORTVERSION:S/.a/_a/} \
|
||||
PYTHONVERSION=${PYTHON_VER}
|
||||
PLIST_FILES+= %%PYTHON_SITELIBDIR%%/AnnouncerPlugin-${EGG_VER}-py%%PYTHONVERSION%%.egg
|
||||
|
||||
# We must fix file permissions -- ZIP file have 0000 for every file.
|
||||
# Directory permissions are fine (they aren't stored inside ZIP
|
||||
# file), but we set them too -- just in case.
|
||||
post-extract:
|
||||
@${FIND} ${WRKSRC} -type f | ${XARGS} ${CHMOD} 644
|
||||
@${FIND} ${WRKSRC} -type d | ${XARGS} ${CHMOD} 755
|
||||
|
||||
# Build phase: create locale stuff
|
||||
build: configure
|
||||
cd ${WRKSRC} && ${PYTHON_CMD} setup.py compile_catalog
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (announcerplugin-r8411.zip) = d67bc92713733205babf0c3437910c7dc72424d73597913199808df14efefb27
|
||||
SIZE (announcerplugin-r8411.zip) = 121238
|
|
@ -1,15 +0,0 @@
|
|||
--- announcer/util/mail.py.orig 2010-09-10 21:05:17.000000000 +0400
|
||||
+++ announcer/util/mail.py 2010-09-10 21:07:34.000000000 +0400
|
||||
@@ -48,7 +48,11 @@
|
||||
def set_header(message, key, value, charset=None):
|
||||
if not charset:
|
||||
charset = message.get_charset() or 'ascii'
|
||||
- value = Header(value, charset, MAXHEADERLEN-(len(key)+2))
|
||||
+ # Don't encode pure ASCII headers.
|
||||
+ try:
|
||||
+ value = Header(value, 'ascii', MAXHEADERLEN-(len(key)+2))
|
||||
+ except:
|
||||
+ value = Header(value, charset, MAXHEADERLEN-(len(key)+2))
|
||||
if message.has_key(key):
|
||||
message.replace_header(key, value)
|
||||
else:
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue