mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
These ports are no longer used or cared for.
comms/spandsp-devel - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Strip library - Fix typo deskutils/kupfer - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Change install, cosmetical changes deskutils/rubrica - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Use tar:bzip2 instead of USE_BZIP2=yes - Strip libraries - Change REINPLACE and install, cosmetical changes graphics/Hermes - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Use tar:bzip2 instead of USE_BZIP2=yes - Don't silence warnings - Remove TODO and TODO.conversion from DOCS - Strip library graphics/aoi - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ graphics/autoq3d - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ graphics/box - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Remove TODO from DOCS graphics/boxer - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Cosmetical changes graphics/cbrpager - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ graphics/cbview - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ graphics/cbviewer - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ graphics/eos-movrec - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Change pkg-plist, remove mtree graphics/evolvotron - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Break lines around 80 characters graphics/fracplanet - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Remove TODO from DOCS - Change Desktop entry file - Break lines around 80 characters graphics/gnofract4d - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ graphics/icon-slicer - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Use the new format for LIB_DEPENDS - Remove TODO from DOCS graphics/lcdtest - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Simplify dependency for x11-fonts/liberation-fonts-ttf graphics/multican - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Remove TODO from DOCS graphics/photopc - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Cosmetical changes graphics/pngcheck - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ graphics/pngwriter - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ graphics/pstoedit - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Strip libraries graphics/skencil - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Cosmetical changes - Strip libraries misc/boxes - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Cosmetical changes - Mute RM and MKDIR misc/explosions - Bump PORTREVISION for MAINTAINER change - Remove FTP master site - Reset maintainer to ports@ misc/wmweather+ - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Use the new format for LIB_DEPENDS multimedia/dvdauthor - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Remove TODO from DOCS multimedia/dvdid - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Strip library multimedia/freetuxtv - Change Makefile header, use my name and @FreeBSD.org email - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ multimedia/gtk-youtube-viewer - Change Makefile header, use my name and @FreeBSD.org email - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Break lines around 80 characters net/wlan2eth - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Cosmetical changes
This commit is contained in:
parent
f307be9612
commit
e32eeb8bc9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352557
@ -1,14 +1,15 @@
|
||||
# Created by: William Lloyd <wlloyd@slap.net>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= spandsp
|
||||
DISTVERSION= 0.0.6pre21
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= comms
|
||||
MASTER_SITES= http://www.soft-switch.org/downloads/spandsp/
|
||||
PKGNAMESUFFIX= -devel
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= DSP library and software FAX machine
|
||||
|
||||
LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff
|
||||
@ -39,10 +40,12 @@ CONFIGURE_ARGS+=--disable-doc
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libspandsp.so.2
|
||||
|
||||
.if ${PORT_OPTIONS:MDOXYGEN} && ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
(cd ${WRKSRC}/doc && \
|
||||
${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR} "-type d -or -mindepth 1")
|
||||
${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} "-type d -or -mindepth 1")
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -3,10 +3,10 @@
|
||||
|
||||
PORTNAME= kupfer
|
||||
PORTVERSION= 208
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= deskutils
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Convenient command and access tool
|
||||
|
||||
LICENSE= GPLv3
|
||||
@ -53,10 +53,10 @@ RHYTHMBOX_RUN_DEPENDS= rhythmbox:${PORTSDIR}/audio/rhythmbox
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|--quiet||' ${WRKSRC}/bin/kupfer.in
|
||||
@${REINPLACE_CMD} -e 's|--quiet||' ${WRKSRC}/bin/${PORTNAME}.in
|
||||
@${REINPLACE_CMD} -e 's|locale.bindtextdomain|gettext.bindtextdomain|; \
|
||||
s|locale.bind_textdomain_codeset|gettext.bind_textdomain_codeset|' \
|
||||
${WRKSRC}/kupfer/main.py
|
||||
${WRKSRC}/${PORTNAME}/main.py
|
||||
|
||||
.if ! ${PORT_OPTIONS:MNLS}
|
||||
@${REINPLACE_CMD} -e '/^build_subdirs/s|po||g' ${WRKSRC}/wscript
|
||||
@ -73,11 +73,11 @@ do-install:
|
||||
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./waf install
|
||||
|
||||
post-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/build/kupfer.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/
|
||||
${INSTALL_MAN} ${WRKSRC}/build/${PORTNAME}.1 \
|
||||
${STAGEDIR}${MAN1PREFIX}/man/man1/
|
||||
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR2}
|
||||
${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${DOC_FILES2:S|^|${DOCSRCDIR2}/|} ${STAGEDIR}${DOCSDIR2}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -3,11 +3,12 @@
|
||||
|
||||
PORTNAME= rubrica
|
||||
PORTVERSION= 2.0.12
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= deskutils gnome
|
||||
MASTER_SITES= BERLIOS
|
||||
DISTNAME= ${PORTNAME}2-${PORTVERSION}
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Addressbook for the GNOME 2 desktop
|
||||
|
||||
LICENSE= GPLv3
|
||||
@ -15,11 +16,11 @@ LICENSE= GPLv3
|
||||
LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify
|
||||
RUN_DEPENDS= gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= desktop-file-utils gmake pathfix pkgconfig
|
||||
USES= desktop-file-utils gmake pathfix pkgconfig tar:bzip2
|
||||
USE_GNOME= gconf2 gnomeprefix libglade2
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP}
|
||||
|
||||
GCONF_SCHEMAS= rubrica2.schemas
|
||||
|
||||
@ -52,7 +53,8 @@ post-patch:
|
||||
@${REINPLACE_CMD} -e 's|_Modifica|_Edit|' \
|
||||
-e 's|A_iuto|_Help|' \
|
||||
${WRKSRC}/interface/MainWindow.glade
|
||||
${REINPLACE_CMD} -e 's|^Categories=.*|Categories=GNOME;Application;Office;System;Utility;|' \
|
||||
${REINPLACE_CMD} -e \
|
||||
's|^Categories=.*|Categories=GNOME;Application;Office;System;Utility;|' \
|
||||
${WRKSRC}/rubrica2.desktop.in
|
||||
|
||||
.if ! ${PORT_OPTIONS:MNLS}
|
||||
@ -63,9 +65,8 @@ post-install:
|
||||
@${LN} -sf ${LOCALBASE}/share/icons/gnome \
|
||||
${STAGEDIR}${PREFIX}/share/pixmaps/rubrica2/22x22/hicolor
|
||||
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR2}
|
||||
${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${DOC_FILES2:S|^|${DOCSRCDIR2}/|} ${STAGEDIR}${DOCSDIR2}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -119,5 +119,3 @@ share/pixmaps/rubrica2/scalable/query.svg
|
||||
@dirrm lib/libral
|
||||
@dirrm include/libral-1.0/libral
|
||||
@dirrm include/libral-1.0
|
||||
@dirrmtry etc/gconf/schemas
|
||||
@dirrmtry etc/gconf
|
||||
|
@ -3,28 +3,26 @@
|
||||
|
||||
PORTNAME= Hermes
|
||||
PORTVERSION= 1.3.3
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ftp://ftp.su.se/pub/lunar/source-archive/ \
|
||||
GENTOO
|
||||
MASTER_SITE_SUBDIR= distfiles
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Fast pixel formats conversion library
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= gmake
|
||||
USES= gmake tar:bzip2
|
||||
USE_AUTOTOOLS= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
|
||||
AUTOHEADER="${TRUE}"
|
||||
CFLAGS+= -w
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
DOCSRCDIR1= ${WRKSRC}
|
||||
DOC_FILES1= AUTHORS ChangeLog FAQ README TODO TODO.conversion
|
||||
DOC_FILES1= AUTHORS ChangeLog FAQ README
|
||||
|
||||
DOCSRCDIR2= ${WRKSRC}/docs/api
|
||||
DOCSDIR2= ${DOCSDIR}/docs/api
|
||||
@ -43,9 +41,10 @@ IGNORE= is broken on sparc64: interchanges red and blue colour channels in imag
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR}
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so.1
|
||||
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR3}
|
||||
${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${DOC_FILES2:S|^|${DOCSRCDIR2}/|} ${STAGEDIR}${DOCSDIR2}
|
||||
${INSTALL_DATA} ${DOC_FILES3:S|^|${DOCSRCDIR3}/|} ${STAGEDIR}${DOCSDIR3}
|
||||
|
||||
|
@ -3,14 +3,14 @@
|
||||
|
||||
PORTNAME= aoi
|
||||
PORTVERSION= 3.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics java
|
||||
MASTER_SITES= SF/${PORTNAME}/ArtOfIllusion/${PORTVERSION} \
|
||||
SF/${PORTNAME}/ArtOfIllusion-manual/${PORTVERSION}:docs
|
||||
DISTFILES= ${PORTNAME}${PORTVERSION:S/.//g}${EXTRACT_SUFX}
|
||||
DIST_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Open source Java written 3D modelling and rendering studio
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
@ -3,12 +3,12 @@
|
||||
|
||||
PORTNAME= autoq3d
|
||||
PORTVERSION= 1.40
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/AutoQ3D%20${PORTVERSION}
|
||||
DISTNAME= AutoQ3DCommunity${PORTVERSION:C/\./-/}qt4source
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Qt 4 quick 3D model editor
|
||||
|
||||
LICENSE= GPLv2 GPLv3
|
||||
@ -21,7 +21,6 @@ USE_GL= glu
|
||||
USE_QT4= corelib gui opengl moc_build
|
||||
|
||||
PORTDOCS= 3DQformat.txt ChangeLog.txt
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
DESKTOP_ENTRIES="AutoQ3D" "" "${PORTNAME}" \
|
||||
|
@ -3,11 +3,12 @@
|
||||
|
||||
PORTNAME= box
|
||||
PORTVERSION= 0.4.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF/${PORTNAME}c/Box%20-%20the%20compiler/${DISTNAME}/
|
||||
DIST_SUBDIR= box
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Compiler for box, the figure description language
|
||||
|
||||
LICENSE= GPLv2 LGPL3
|
||||
@ -21,8 +22,9 @@ GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-cairo
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP}
|
||||
|
||||
PORTDOCS= AUTHORS ChangeLog README STYLE TODO
|
||||
PORTDOCS= AUTHORS ChangeLog README STYLE
|
||||
PORTEXAMPLES= *
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= boxer
|
||||
PORTVERSION= 0.4.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF/boxc/${PORTNAME:C/^b/B/}%20-%20the%20Box%20GUI/${DISTNAME}/ \
|
||||
SF/nemysisfreebsdp/${CATEGORIES}/:icons
|
||||
@ -12,7 +12,7 @@ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
|
||||
DIST_SUBDIR= box
|
||||
EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= GUI for Box the figure description language
|
||||
|
||||
LICENSE= GPLv3
|
||||
@ -25,15 +25,14 @@ USE_PYDISTUTILS=yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
PLIST_FILES= share/pixmaps/${PORTNAME}.png
|
||||
|
||||
PORTDOCS= ChangeLog
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
DESKTOP_ENTRIES="Boxer" "" "${PORTNAME}" \
|
||||
"${PORTNAME}" "Application;Graphics;" ""
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
PLIST_FILES= share/pixmaps/${PORTNAME}.png
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \
|
||||
${STAGEDIR}${PREFIX}/share/pixmaps/
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= cbrpager
|
||||
PORTVERSION= 0.9.22
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
|
||||
SF/nemysisfreebsdp/${CATEGORIES}/:icons
|
||||
@ -11,7 +11,7 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
|
||||
${PORTNAME}.png:icons
|
||||
EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Viewer for cbr (comic book archive) files
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
@ -3,11 +3,11 @@
|
||||
|
||||
PORTNAME= cbview
|
||||
PORTVERSION= 0.06
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= graphics perl5
|
||||
MASTER_SITES= http://www.sourcefiles.org/Toys/Humor/
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Viewer/converter for CBR/CBZ comic book archives
|
||||
|
||||
LICENSE= GPLv2
|
||||
@ -23,7 +23,6 @@ USES= perl5
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
PORTDOCS= Changes README TODO
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-patch:
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= cbviewer
|
||||
PORTVERSION= 0.8
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics java
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/CBViewer%200.8/ \
|
||||
SF/nemysisfreebsdp/graphics/:icons
|
||||
@ -12,7 +12,7 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
|
||||
DIST_SUBDIR= ${PORTNAME}
|
||||
EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Comic book viewer for comic book archives in cbz, cbr, zip, rar
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
@ -3,11 +3,11 @@
|
||||
|
||||
PORTNAME= eos-movrec
|
||||
DISTVERSION= 0.3.2_beta
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics multimedia
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}/
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Capture short movies with Canon DSLR camera
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
@ -7,5 +7,3 @@ share/icons/hicolor/512x512/apps/eos-movrec.png
|
||||
share/pixmaps/eos-movrec.png
|
||||
@dirrmtry share/icons/hicolor/512x512/apps
|
||||
@dirrmtry share/icons/hicolor/512x512
|
||||
@dirrmtry share/icons/hicolor
|
||||
@dirrmtry share/icons
|
||||
|
@ -6,11 +6,11 @@ PORTVERSION= 0.6.3
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF \
|
||||
SF/nemysisfreebsdp/:icons
|
||||
SF/nemysisfreebsdp/${CATEGORIES}/:icons
|
||||
DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
|
||||
${PORTNAME}_icons${EXTRACT_SUFX}:icons
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Generative software that evolves images/textures/patterns
|
||||
|
||||
LICENSE= GPLv2
|
||||
@ -32,7 +32,7 @@ INSTALLS_ICONS= yes
|
||||
ICON_SIZES= 32x32 48x48 64x64 72x72 96x96 128x128
|
||||
|
||||
DESKTOP_ENTRIES="Evolvotron" "Interactive image generator" "${PORTNAME}" \
|
||||
"${PORTNAME}" "Graphics;2DGraphics;" true
|
||||
"${PORTNAME}" "Graphics;2DGraphics;" ""
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
@ -71,7 +71,8 @@ do-install:
|
||||
${STAGEDIR}${PREFIX}/share/pixmaps/
|
||||
|
||||
.for m in evolvotron.1 evolvotron_mutate.1 evolvotron_render.1
|
||||
cd ${WRKSRC}/man/man1 && ${INSTALL_MAN} ${m} ${STAGEDIR}${MAN1PREFIX}/man/man1/
|
||||
cd ${WRKSRC}/man/man1 && ${INSTALL_MAN} ${m} \
|
||||
${STAGEDIR}${MAN1PREFIX}/man/man1/
|
||||
.endfor
|
||||
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
|
@ -3,14 +3,14 @@
|
||||
|
||||
PORTNAME= fracplanet
|
||||
PORTVERSION= 0.4.0
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF \
|
||||
SF/nemysisfreebsdp/:icons
|
||||
DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
|
||||
${PORTNAME}_icons.tar.gz:icons
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Interactive tool for creating random fractal planets and terrain
|
||||
|
||||
LICENSE= GPLv2
|
||||
@ -31,13 +31,13 @@ CONFIGURE_ARGS= -spec ${QMAKESPEC}
|
||||
PORTDOCS= *
|
||||
|
||||
DOCSRCDIR1= ${WRKSRC}
|
||||
DOC_FILES1= BUGS NEWS README THANKS TODO ${PORTNAME}.css ${PORTNAME}.htm
|
||||
DOC_FILES1= BUGS NEWS README THANKS ${PORTNAME}.css ${PORTNAME}.htm
|
||||
|
||||
INSTALLS_ICONS= yes
|
||||
ICON_SIZES= 32x32 48x48 64x64 72x72 96x96
|
||||
|
||||
DESKTOP_ENTRIES="Fracplanet" "${COMMENT}" "${PORTNAME}" \
|
||||
"${PORTNAME}" "Graphics;" false
|
||||
DESKTOP_ENTRIES="Fracplanet" "" "${PORTNAME}" \
|
||||
"${PORTNAME}" "Graphics;" ""
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
OPTIONS_GROUP= DOXYGEN
|
||||
@ -61,12 +61,14 @@ post-patch:
|
||||
.endfor
|
||||
@${REINPLACE_CMD} -e 's|qmake-qt4|${QMAKE} ${QMAKE_ARGS}|' \
|
||||
${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's|-lboost_program_options|-lboost_program_options -lGLU|' \
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|-lboost_program_options|-lboost_program_options -lGLU|' \
|
||||
${WRKSRC}/fracplanet.pro
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
|
||||
${INSTALL_MAN} ${WRKSRC}/man/man1/fracplanet.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/
|
||||
${INSTALL_MAN} ${WRKSRC}/man/man1/${PORTNAME}.1 \
|
||||
${STAGEDIR}${MAN1PREFIX}/man/man1/
|
||||
|
||||
.for s in ${ICON_SIZES}
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}/apps/
|
||||
|
@ -3,10 +3,11 @@
|
||||
|
||||
PORTNAME= gnofract4d
|
||||
PORTVERSION= 3.14.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Weird GNOME fractal generator
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
@ -3,16 +3,16 @@
|
||||
|
||||
PORTNAME= icon-slicer
|
||||
PORTVERSION= 0.3
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.freedesktop.org/software/icon-slicer/releases/
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Utility for generating icon and cursor themes
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= popt:${PORTSDIR}/devel/popt
|
||||
LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt
|
||||
|
||||
USES= pkgconfig
|
||||
USE_GNOME= gtk20
|
||||
@ -20,10 +20,9 @@ GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
PLIST_FILES= bin/icon-slicer
|
||||
|
||||
PORTDOCS= AUTHORS ChangeLog README TODO
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
PORTDOCS= AUTHORS ChangeLog README
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-patch:
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= lcdtest
|
||||
PORTVERSION= 1.18
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.brouhaha.com/~eric/software/lcdtest/download/ \
|
||||
SF/nemysisfreebsdp/${CATEGORIES}/:icons
|
||||
@ -11,12 +11,12 @@ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
|
||||
${PORTNAME}.png:icons
|
||||
EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= LCD monitor test pattern generator
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/Liberation/LiberationMono-Bold.ttf:${PORTSDIR}/x11-fonts/liberation-fonts-ttf
|
||||
RUN_DEPENDS= liberation-fonts-ttf>0:${PORTSDIR}/x11-fonts/liberation-fonts-ttf
|
||||
|
||||
USE_SDL= sdl image ttf
|
||||
|
||||
@ -29,11 +29,11 @@ PLIST_FILES= bin/${PORTNAME} \
|
||||
share/pixmaps/${PORTNAME}.png
|
||||
|
||||
PORTDOCS= README
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/usr/share/fonts/liberation/|${LOCALBASE}/lib/X11/fonts/Liberation/|' \
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|/usr/share/fonts/liberation/|${LOCALBASE}/lib/X11/fonts/Liberation/|' \
|
||||
${WRKSRC}/src/lcdtest.c
|
||||
|
||||
do-build:
|
||||
|
@ -3,11 +3,11 @@
|
||||
|
||||
PORTNAME= multican
|
||||
DISTVERSION= 0.0.5
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Remote control utility for Canon DSLR cameras
|
||||
|
||||
LICENSE= GPLv2
|
||||
@ -18,8 +18,7 @@ USE_LDCONFIG= yes
|
||||
PLIST_FILES= bin/multican lib/libmultican.so.0 lib/libmultican.so \
|
||||
include/canonio.h include/usbio.h
|
||||
|
||||
PORTDOCS= ChangeLog README TODO
|
||||
|
||||
PORTDOCS= ChangeLog README
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-patch:
|
||||
|
@ -3,10 +3,11 @@
|
||||
|
||||
PORTNAME= photopc
|
||||
PORTVERSION= 3.07
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Control cameras based on Sierra Imaging chipset and compatibles
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
@ -19,10 +20,10 @@ PLIST_FILES= bin/epinfo \
|
||||
man/man1/photopc.1.gz
|
||||
|
||||
PORTDOCS= README protocol.htm usage.htm
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -3,11 +3,11 @@
|
||||
|
||||
PORTNAME= pngcheck
|
||||
PORTVERSION= 2.3.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF/png-mng/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Checks the integrity of PNG images
|
||||
|
||||
LICENSE= MIT GPLv2
|
||||
|
@ -3,11 +3,11 @@
|
||||
|
||||
PORTNAME= pngwriter
|
||||
PORTVERSION= 0.5.4
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= graphics devel
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= C++ library for creating PNG images
|
||||
|
||||
LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \
|
||||
|
@ -3,11 +3,11 @@
|
||||
|
||||
PORTNAME= pstoedit
|
||||
PORTVERSION= 3.62
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics print
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Convert PostScript to other vector graphic formats
|
||||
|
||||
LICENSE= GPLv2
|
||||
@ -27,6 +27,7 @@ USES= pathfix pkgconfig
|
||||
USE_GHOSTSCRIPT= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP}
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include/ming -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
@ -3,13 +3,13 @@
|
||||
|
||||
PORTNAME= skencil
|
||||
PORTVERSION= 1.0.a784
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
PROJECTHOST= sk1
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a/alpha_rev/}
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Interactive drawing program
|
||||
|
||||
LICENSE= LGPL20
|
||||
@ -27,14 +27,12 @@ USE_XORG= x11 xext
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
||||
PYDISTUTILS_EGGINFO= ${PORTNAME}-${PORTVERSION:R}alpha-py${PYTHON_VER}.egg-info
|
||||
|
||||
CFLAGS+= -I${TK_INCLUDEDIR} -I${LOCALBASE}/include \
|
||||
-L${LOCALBASE}/lib
|
||||
|
||||
PORTDOCS= README
|
||||
|
||||
OPTIONS_DEFINE= DOCS NLS
|
||||
|
||||
NLS_USES= gettext
|
||||
@ -56,6 +54,12 @@ post-patch:
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.for l in streamfilter paxmodule pstokenize _sketchmodule intl skreadmodule \
|
||||
_type1module paxtkinter
|
||||
${STRIP_CMD} \
|
||||
${STAGEDIR}${PYTHON}${PYTHON_SITELIBDIR}/skencil/Sketch/Modules/${l}.so
|
||||
.endfor
|
||||
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
|
@ -3,13 +3,14 @@
|
||||
|
||||
PORTNAME= boxes
|
||||
PORTVERSION= 1.1.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://boxes.thomasjensen.com/download/ \
|
||||
http://fossies.org/unix/privat/
|
||||
# SUNSITE/utils/text
|
||||
EXTRACT_SUFX= .src.tar.gz
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Draws ASCII-art configurable boxes around text or code
|
||||
|
||||
LICENSE= GPLv2
|
||||
@ -20,21 +21,22 @@ MAKE_ARGS= CC="${CC}" GLOBALCONF=${GLOBALCONF} CFLAGS="${CFLAGS} -ansi -I. -Ireg
|
||||
|
||||
GLOBALCONF= ${DATADIR}/boxes-config
|
||||
|
||||
PLIST_FILES= bin/boxes \
|
||||
${DATADIR_REL}/boxes-config \
|
||||
man/man1/boxes.1.gz
|
||||
PLIST_FILES= bin/${PORTNAME} \
|
||||
${DATADIR_REL}/${PORTNAME}-config \
|
||||
man/man1/${PORTNAME}.1.gz
|
||||
PLIST_DIRS= ${DATADIR_REL}
|
||||
|
||||
PORTDOCS= README
|
||||
|
||||
post-patch:
|
||||
${RM} ${WRKSRC}/src/boxes.h ${WRKSRC}/doc/boxes.1
|
||||
@${RM} ${WRKSRC}/src/${PORTNAME}.h ${WRKSRC}/doc/${PORTNAME}.1
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/boxes ${STAGEDIR}${PREFIX}/bin/
|
||||
${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/boxes-config ${STAGEDIR}${DATADIR}
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/boxes.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
|
||||
@${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-config ${STAGEDIR}${DATADIR}
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 \
|
||||
${STAGEDIR}${MAN1PREFIX}/man/man1/
|
||||
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
||||
|
@ -3,16 +3,15 @@
|
||||
|
||||
PORTNAME= explosions
|
||||
PORTVERSION= 0.2005.07.31
|
||||
PORTREVISION= 13
|
||||
PORTREVISION= 14
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= ftp://ftp.tuxpaint.org/unix/x/${PORTNAME}/ \
|
||||
ftp://ftp.billsgames.com/unix/x/${PORTNAME}/ \
|
||||
SF/nemysisfreebsdp/${CATEGORIES}/:icons
|
||||
DISTFILES= ${PORTNAME}-${PORTVERSION:S/^0.//}${EXTRACT_SUFX} \
|
||||
${PORTNAME}.png:icons
|
||||
EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION:S/^0.//}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= 3D objects flying around resembling explosions with various effects
|
||||
|
||||
LICENSE= GPLv2
|
||||
@ -24,7 +23,6 @@ USE_PERL5= build
|
||||
USE_SDL= sdl image
|
||||
|
||||
PORTDOCS= BUGS.txt CHANGES.txt README.txt
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
DESKTOP_ENTRIES="Explosions" "" "${PORTNAME}" \
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= wmweather+
|
||||
PORTVERSION= 2.15
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= misc windowmaker geography
|
||||
MASTER_SITES= SF/wmweatherplus/wmweather%2B/ \
|
||||
SF/nemysisfreebsdp/misc/:icons
|
||||
@ -10,7 +11,7 @@ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
|
||||
${PORTNAME}.png:icons
|
||||
EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Displays current conditions and forecasts with icons and text
|
||||
|
||||
LICENSE= GPLv2
|
||||
@ -52,9 +53,9 @@ DESKTOP_ENTRIES="${PORTNAME}" "" "${PORTNAME}" \
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MWM}
|
||||
LIB_DEPENDS+= wraster:${PORTSDIR}/x11-wm/windowmaker
|
||||
LIB_DEPENDS+= libWMaker.so:${PORTSDIR}/x11-wm/windowmaker
|
||||
.else
|
||||
LIB_DEPENDS+= wraster:${PORTSDIR}/x11-wm/libwraster
|
||||
LIB_DEPENDS+= libwraster.so:${PORTSDIR}/x11-wm/libwraster
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
|
@ -3,11 +3,11 @@
|
||||
|
||||
PORTNAME= dvdauthor
|
||||
PORTVERSION= 0.7.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Makes a DVD file structure from one or more MPEG2 streams
|
||||
|
||||
LICENSE= GPLv2
|
||||
@ -29,7 +29,7 @@ CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
|
||||
PORTDOCS= *
|
||||
|
||||
DOCSRCDIR1= ${WRKSRC}
|
||||
DOC_FILES1= AUTHORS ChangeLog README TODO
|
||||
DOC_FILES1= AUTHORS ChangeLog README
|
||||
|
||||
DOCSRCDIR2= ${WRKDIR}
|
||||
DOC_FILES2= README.FreeBSD
|
||||
|
@ -3,23 +3,25 @@
|
||||
|
||||
PORTNAME= dvdid
|
||||
PORTVERSION= 0.2.0a
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://dvdid.cjkey.org.uk/
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Tool for calculating dvdids
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/^SUBDIRS/s|doc||' ${WRKSRC}/Makefile.in
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so.1
|
||||
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
cd ${WRKSRC}/doc && ${INSTALL_DATA} dvdid.tag ${STAGEDIR}${DOCSDIR}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}/html/api
|
||||
|
@ -1,13 +1,13 @@
|
||||
# Created by: nemysis <nemysis@gmx.ch>
|
||||
# Created by: Rusmir Dusko <nemysis@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= freetuxtv
|
||||
PORTVERSION= 0.6.5
|
||||
PORTREVISION= 10
|
||||
PORTREVISION= 11
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= WebTV player based on GTK2+ and LibVLC
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
@ -1,11 +1,12 @@
|
||||
# Created by: nemysis <nemysis@gmx.ch>
|
||||
# Created by: Rusmir Dusko <nemysis@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gtk-youtube-viewer
|
||||
PORTVERSION= 3.0.9
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= multimedia perl5
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= GTK Search and play YouTube videos streaming in MPlayer
|
||||
|
||||
LICENSE= ART20 GPLv3
|
||||
@ -35,8 +36,6 @@ BUILD_DEPENDS= p5-Test-More-UTF8>=0:${PORTSDIR}/devel/p5-Test-More-UTF8 \
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS} \
|
||||
mplayer:${PORTSDIR}/multimedia/mplayer
|
||||
|
||||
CONFLICTS= youtube-viewer-[0-9]*
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= trizen
|
||||
GH_PROJECT= youtube-viewer
|
||||
@ -91,7 +90,8 @@ post-patch:
|
||||
.if ! ${PORT_OPTIONS:MCLI}
|
||||
@${REINPLACE_CMD} -e "s|'bin/youtube-viewer',||" \
|
||||
${WRKSRC}/Build.PL
|
||||
@${REINPLACE_CMD} -i '' -e '/copy(catfile($$main_dir, qw(bin youtube-viewer))/,+1d' \
|
||||
@${REINPLACE_CMD} -i '' -e \
|
||||
'/copy(catfile($$main_dir, qw(bin youtube-viewer))/,+1d' \
|
||||
${WRKSRC}/Build.PL
|
||||
.endif
|
||||
|
||||
|
@ -3,22 +3,23 @@
|
||||
|
||||
PORTNAME= wlan2eth
|
||||
PORTVERSION= 1.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net security
|
||||
MASTER_SITES= http://www.willhackforsushi.com/code/${PORTNAME}/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Convert packet captures in 802.11 format to Ethernet format
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
PORTDOCS= THANKS
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|CFLAGS =|CFLAGS ?=|' \
|
||||
${WRKSRC}/Makefile
|
||||
|
Loading…
Reference in New Issue
Block a user