mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
- Changed tabs to spaces in pkg-descr
- Changed MASTER_SITES Approved by: eadler (mentor)
This commit is contained in:
parent
e8ccf66a2d
commit
e4a6ded1cc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329066
17 changed files with 24 additions and 27 deletions
|
@ -4,7 +4,7 @@
|
|||
PORTNAME= nosqlbench
|
||||
PORTVERSION= 0.0.${DATE}
|
||||
CATEGORIES= benchmarks databases
|
||||
MASTER_SITES= http://fbsd.zlonet.ru/distfiles/
|
||||
MASTER_SITES= LOCAL/vg
|
||||
|
||||
MAINTAINER= vg@FreeBSD.org
|
||||
COMMENT= Micro-benchmarking NoSQL storage
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
PORTNAME= conkyemail
|
||||
PORTVERSION= 2.07
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= http://launchpadlibrarian.net/28462213/
|
||||
MASTER_SITES= http://launchpadlibrarian.net/28462213/ \
|
||||
LOCAL/vg
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
||||
MAINTAINER= vg@FreeBSD.org
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
conkyemail Email inbox count script with ssl capabilities, for use in Conky
|
||||
|
||||
WWW: https://launchpad.net/~conkyhardcore
|
||||
WWW: https://code.launchpad.net/~m-buck/+junk/conkyemail
|
||||
WWW: https://launchpad.net/~conkyhardcore
|
||||
WWW: https://code.launchpad.net/~m-buck/+junk/conkyemail
|
||||
|
|
|
@ -5,7 +5,7 @@ PORTNAME= conkyforecast
|
|||
PORTVERSION= 2.20
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= https://launchpadlibrarian.net/70673352/ \
|
||||
http://fbsd.zlonet.ru/distfiles/
|
||||
LOCAL/vg
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
||||
MAINTAINER= vg@FreeBSD.org
|
||||
|
|
|
@ -2,5 +2,5 @@ conkyForecast is a python script created to provide weather forecast
|
|||
information to be displayed in Conky. It uses the Weather.com XOAP
|
||||
service to retrieve data for all over the world.
|
||||
|
||||
WWW: https://launchpad.net/~conkyhardcore
|
||||
WWW: https://code.launchpad.net/~m-buck/+junk/conkyforecast
|
||||
WWW: https://launchpad.net/~conkyhardcore
|
||||
WWW: https://code.launchpad.net/~m-buck/+junk/conkyforecast
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
PORTNAME= lockfree-malloc
|
||||
PORTVERSION= 0.0.${DATE}
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://fbsd.zlonet.ru/distfiles/
|
||||
MASTER_SITES= LOCAL/vg
|
||||
|
||||
MAINTAINER= g.veniamin@googlemail.com
|
||||
COMMENT= Scalable drop-in replacement for malloc/free
|
||||
|
@ -15,6 +15,7 @@ DATE= 20120802
|
|||
ONLY_FOR_ARCHS= amd64
|
||||
USE_LDCONFIG= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GCC= yes
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
OPTIONS_DEFAULT=DOCS
|
||||
|
|
|
@ -12,4 +12,4 @@ lockfree-malloc is a scalable drop-in replacement for malloc/free.
|
|||
clean C++. (!)
|
||||
* It fully stand-alone; it does not rely on pthreads or libc at runtime.
|
||||
|
||||
WWW: https://github.com/Begun/lockfree-malloc
|
||||
WWW: https://github.com/Begun/lockfree-malloc
|
||||
|
|
|
@ -5,7 +5,7 @@ PORTNAME= retranslator
|
|||
PORTVERSION= 5.0.0
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://utils.kaspersky.com/updater/retranslator_5.0.0.7/FreeBSD_6.3/ \
|
||||
http://fbsd.zlonet.ru/distfiles/
|
||||
LOCAL/vg
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-7
|
||||
|
||||
MAINTAINER= vg@FreeBSD.org
|
||||
|
@ -16,7 +16,7 @@ ONLY_FOR_ARCHS= i386 amd64
|
|||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
LIB_DEPENDS+= m.4:${PORTSDIR}/misc/compat6x
|
||||
LIB_DEPENDS+= m:${PORTSDIR}/misc/compat6x
|
||||
|
||||
NO_STAGE= yes
|
||||
do-configure:
|
||||
|
|
|
@ -7,4 +7,4 @@ a home PC. The utility has a function for saving downloaded updates
|
|||
and autopatches in a local folder, a network folder connected as a
|
||||
disc to the computer file system, or onto a flash-carrier.
|
||||
|
||||
WWW: http://support.kaspersky.com/updater?level=2
|
||||
WWW: http://support.kaspersky.com/updater?level=2
|
||||
|
|
|
@ -4,9 +4,7 @@
|
|||
PORTNAME= dmg2img
|
||||
PORTVERSION= 1.6.2
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://fbsd.zlonet.ru/distfiles/ \
|
||||
http://tourservice.kz/zloidemon/distfiles/ \
|
||||
http://z-up.ru/zloidemon/distfiles/
|
||||
MASTER_SITES= LOCAL/vg
|
||||
|
||||
MAINTAINER= vg@FreeBSD.org
|
||||
COMMENT= DMG2IMG convert tool
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
DMG2IMG is an Apple's compressed dmg to standard (hfsplus) image disk file
|
||||
convert tool. It is derived from dmg2iso v0.2c by vu1tur.
|
||||
|
||||
WWW: http://vu1tur.eu.org/tools/
|
||||
WWW: http://vu1tur.eu.org/tools/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
PORTNAME= confetti
|
||||
PORTVERSION= 0.0.${DATE}
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://fbsd.zlonet.ru/distfiles/
|
||||
MASTER_SITES= LOCAL/vg
|
||||
|
||||
MAINTAINER= vg@FreeBSD.org
|
||||
COMMENT= Configuration file parser generator
|
||||
|
|
|
@ -2,11 +2,10 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gost
|
||||
PORTVERSION= 0.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.2
|
||||
CATEGORIES= x11-fonts
|
||||
MASTER_SITES= http://sd.ascon.ru/ftp/Public/Utils/DWG-DXF/ \
|
||||
http://fbsd.zlonet.ru/distfiles/
|
||||
LOCAL/vg
|
||||
PKGNAMEPREFIX= font-
|
||||
DISTNAME= TTF_FON
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (TTF_FON.zip) = 8e962c979d6737db69afa56aa8389cbfa1b015b6be1d0a1a82032fb0b4b6c855
|
||||
SIZE (TTF_FON.zip) = 225484
|
||||
SHA256 (TTF_FON.zip) = 81136cb25fb5990e7c6571e445246406aa75aaa5907433852247c66fa2a52a99
|
||||
SIZE (TTF_FON.zip) = 226111
|
||||
|
|
|
@ -3,4 +3,4 @@ Pay attention to copyright issues before
|
|||
any commercial use this fonts.
|
||||
Copyright (c) 1996-2010. ASCON. All Rights Reserved.
|
||||
|
||||
WWW: http://sd.ascon.ru/ftp/Public/Utils/DWG-DXF/
|
||||
WWW: http://sd.ascon.ru/ftp/Public/Utils/DWG-DXF/
|
||||
|
|
|
@ -5,9 +5,7 @@ PORTNAME= xwinwrap
|
|||
PORTVERSION= 0.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://fbsd.zlonet.ru/distfiles/ \
|
||||
http://tourservice.kz/zloidemon/distfiles/ \
|
||||
http://z-up.ru/zloidemon/distfiles/
|
||||
MASTER_SITES= LOCAL/vg
|
||||
|
||||
MAINTAINER= vg@FreeBSD.org
|
||||
COMMENT= XWinWrap replace a desktop background with a movie or screensaver
|
||||
|
|
|
@ -3,4 +3,4 @@ stick most of the apps to your desktop background. What this meant was you
|
|||
could use an animated screensaver (like glmatrix, electric sheep, etc) or
|
||||
even a movie, and use it as your wallpaper.
|
||||
|
||||
WWW: http://tech.shantanugoel.com/projects/linux/shantz-xwinwrap
|
||||
WWW: http://tech.shantanugoel.com/projects/linux/shantz-xwinwrap
|
||||
|
|
Loading…
Add table
Reference in a new issue