ceviri ve standardizasyon

This commit is contained in:
dotw666 2017-01-31 04:35:21 +03:00
parent 246a87beba
commit 0b7984f7c9
53 changed files with 193 additions and 233 deletions

View file

@ -1,14 +1,12 @@
# Description: open source video transcoder # Description: Acik kaynak kodlu video donusturucu
# URL: http://handbrake.fr/ # URL: http://handbrake.fr/
# Packager: Chris Farrell, timcowchip at gmail dot com # Packager: milisarge
# Maintainer: Chris Farrell, timcowchip at gmail dot com
# Depends on: cmake qt5 libnotify lame x264 gtk3 faad2 freetype fribidi xorg-fontconfig libass libbluray libogg libpng libsamplerate libtheora libvorbis libvpx libxml2 perl-xml-parser pcre xorg-pixman python yasm x265 # Depends on: cmake qt5 libnotify lame x264 gtk3 faad2 freetype fribidi xorg-fontconfig libass libbluray libogg libpng libsamplerate libtheora libvorbis libvpx libxml2 perl-xml-parser pcre xorg-pixman python yasm x265
name=handbrake name=handbrake
version=0.10.3 version=0.10.3
release=1 release=1
source=( source=(http://download.handbrake.fr/releases/$version/HandBrake-$version.tar.bz2)
http://download.handbrake.fr/releases/$version/HandBrake-$version.tar.bz2)
build() { build() {
cd HandBrake-$version cd HandBrake-$version

View file

@ -1,12 +1,11 @@
# Description: OpenType text shaping engine # Description: OpenType text shaping engine
# URL: http://www.freedesktop.org/software/harfbuzz # URL: http://www.freedesktop.org/software/harfbuzz
# Packager: pierre at nutyx dot org # Packager: milisarge
# Depends on: cairo glib icu freetype # Depends on: cairo glib icu freetype
name=harfbuzz name=harfbuzz
version=1.1.2 version=1.1.2
release=1 release=1
source=(http://www.freedesktop.org/software/$name/release/$name-$version.tar.bz2) source=(http://www.freedesktop.org/software/$name/release/$name-$version.tar.bz2)
build() { build() {

View file

@ -1,12 +1,11 @@
# Description: Daemon that generates an unpredictable stream of random numbers and feeds the /dev/random # Description: Daemon that generates an unpredictable stream of random numbers and feeds the /dev/random
# URL: http://www.issihosts.com/haveged/ # URL: http://www.issihosts.com/haveged/
# Packager: berlius at nutyx dot com # Packager: milisarge
# Depends on: # Depends on:
name=haveged name=haveged
version=1.9.1 version=1.9.1
release=1 release=1
source=(http://downloads.sourceforge.net/project/haveged/$name-$version.tar.gz) source=(http://downloads.sourceforge.net/project/haveged/$name-$version.tar.gz)
build () { build () {

View file

@ -1,7 +1,7 @@
# Description: The hd2u package contains an any to any text format converter. # Description: Metin formatlari icin donusturucu
# URL: http://terminus.sk/~hany # URL: http://terminus.sk/~hany
# Packager: berlius at nutyx dot com # Packager: milisarge
# Depends on: popt # Depends on: popt
name=hd2u name=hd2u
version=1.0.3 version=1.0.3

View file

@ -1,4 +1,4 @@
# Description: Reads your hdd temperature using S.M.A.R.T values. # Description: S.M.A.R.T degerlerini okuyarak hdd ısısını verir
# URL: http://www.guzu.net/linux/hddtemp.php # URL: http://www.guzu.net/linux/hddtemp.php
# Packager: milisarge # Packager: milisarge
# Depends on: # Depends on:

View file

@ -1,12 +1,13 @@
# Description: The Hdparm package contains an utility that is useful for controlling ATA/IDE # Description: The Hdparm package contains an utility that is useful for controlling ATA/IDE
# URL: http://hdparm.sourceforge.net/ # URL: http://hdparm.sourceforge.net/
# Packager: tnut at nutyx dot org # Packager: milisarge
# Depends on:
name=hdparm name=hdparm
version=9.45 version=9.45
release=1 release=1
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz) source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
build() { build() {
cd $name-$version && make cd $name-$version && make
make DESTDIR=$PKG binprefix=/usr install make DESTDIR=$PKG binprefix=/usr install

View file

@ -1,12 +1,11 @@
# Description: Conversion tool to create man files # Description: Conversion tool to create man files
# URL: URL: http://www.gnu.org/software/help2man/ # URL: http://www.gnu.org/software/help2man/
# Packager: alihan-ozturk28@hotmail.com # Packager: alihan-ozturk28@hotmail.com
# Depends on: perl-locale-gettext # Depends on: perl-locale-gettext
name=help2man name=help2man
version=1.47.3 version=1.47.3
release=1 release=1
source=(http://ftp.gnu.org/gnu/help2man/help2man-$version.tar.xz) source=(http://ftp.gnu.org/gnu/help2man/help2man-$version.tar.xz)
build(){ build(){

View file

@ -1,7 +1,6 @@
# Description: HFS/HFS+ user space utils # Description: HFS/HFS+ user space utils
# URL: http://www.opensource.apple.com/ # URL: http://www.opensource.apple.com/
# Maintainer: NuTyX GNOME team # Packager: milisarge
# Packager: fanch at nutyx dot org
# Depends on: libbsd openssl # Depends on: libbsd openssl
name=hfsprogs name=hfsprogs
@ -34,4 +33,3 @@ build() {
install -m 644 newfs_hfs.tproj/newfs_hfs.8 ${PKG}/usr/share/man/man8/mkfs.hfsplus.8 install -m 644 newfs_hfs.tproj/newfs_hfs.8 ${PKG}/usr/share/man/man8/mkfs.hfsplus.8
install -m 644 fsck_hfs.tproj/fsck_hfs.8 ${PKG}/usr/share/man/man8/fsck.hfsplus.8 install -m 644 fsck_hfs.tproj/fsck_hfs.8 ${PKG}/usr/share/man/man8/fsck.hfsplus.8
} }

View file

@ -1,4 +1,4 @@
# Description: Secure and advanced webserver # Description: Guvenli ve gelişmiş bir webserver
# URL: https://www.hiawatha-webserver.org/ # URL: https://www.hiawatha-webserver.org/
# Packager: milisarge # Packager: milisarge
# Depends on : cmake libxslt mbedtls # Depends on : cmake libxslt mbedtls
@ -6,7 +6,6 @@
name=hiawatha name=hiawatha
version=10.3 version=10.3
release=1 release=1
source=(https://www.hiawatha-webserver.org/files/$name-$version.tar.gz source=(https://www.hiawatha-webserver.org/files/$name-$version.tar.gz
hiawatha.conf.sample) hiawatha.conf.sample)

View file

@ -1,11 +1,11 @@
# Description: Freedesktop.org Hicolor icon theme # Description: Freedesktop.org Hicolor icon temasi
# URL: http://icon-theme.freedesktop.org/wiki/HicolorTheme # URL: http://icon-theme.freedesktop.org/wiki/HicolorTheme
# Packager: pierre at nutyx dot org # Packager: milisarge
# Depends on:
name=hicolor-icon-theme name=hicolor-icon-theme
version=0.15 version=0.15
release=1 release=1
source=( http://ftp.osuosl.org/pub/blfs/conglomeration/hicolor-icon-theme/$name-$version.tar.xz) source=( http://ftp.osuosl.org/pub/blfs/conglomeration/hicolor-icon-theme/$name-$version.tar.xz)
build() { build() {

View file

@ -1,4 +1,4 @@
# Description: A Simple library for communicating with USB and Bluetooth HID devices. # Description: USB and Bluetooth aygıtları ile iletişim için basit bir kütüphane
# URL: http://www.signal11.us/oss/hidapi/ # URL: http://www.signal11.us/oss/hidapi/
# Packager: milisarge # Packager: milisarge
# Depends on: libusb fox # Depends on: libusb fox

View file

@ -1,15 +1,12 @@
# Description: Fast and flexible source code highlighter (CLI version) # Description: Fast and flexible source code highlighter (CLI version)
# URL: URL: http://www.andre-simon.de/doku/highlight/highlight.html # URL: http://www.andre-simon.de/doku/highlight/highlight.html
# NuTyX package info file (http://nutyx.org) # Packager: milisarge
# Packager: # NuTyX package info file (http://nutyx.org)
# Depends on: qt4 boost lua # Depends on: qt4 boost lua
run=( lua )
name=highlight name=highlight
version=3.23 version=3.23
release=1 release=1
source=(http://www.andre-simon.de/zip/$name-$version.tar.bz2)
source=(
http://www.andre-simon.de/zip/$name-$version.tar.bz2)
build(){ build(){
cd $name-$version cd $name-$version

View file

@ -1,4 +1,4 @@
# Description: Ping for TCP/IP # Description: TCP/IP prokolu icin Ping
# URL: https://github.com/antirez/hping # URL: https://github.com/antirez/hping
# Packager: milisarge # Packager: milisarge
# Depends on: libpcap # Depends on: libpcap

View file

@ -1,4 +1,4 @@
# Description: Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and some LaserJet # Description: HP DeskJet, OfficeJet, Photosmart, Business Inkjet ve bazı LaserJet serileri için sürücüler
# URL: http://hplipopensource.com/hplip-web/index.html # URL: http://hplipopensource.com/hplip-web/index.html
# Packager: alihan-ozturk28@hotmail.com # Packager: alihan-ozturk28@hotmail.com
# Depends on: v4l-utils libgphoto2 python3-sip python3-qt5 avahi python3 wget ghostscript foomatic-db foomatic-db-engine usbutils sane xsane cups cups-filters rpcbind libusb libusb-compat net-snmp dbus-python python3-gobject python-notify python3-pillow python3-reportlab # Depends on: v4l-utils libgphoto2 python3-sip python3-qt5 avahi python3 wget ghostscript foomatic-db foomatic-db-engine usbutils sane xsane cups cups-filters rpcbind libusb libusb-compat net-snmp dbus-python python3-gobject python-notify python3-pillow python3-reportlab
@ -6,7 +6,6 @@
name=hplip name=hplip
version=3.16.10 version=3.16.10
release=1 release=1
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz
0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch 0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
fix_tabs.patch) fix_tabs.patch)

View file

@ -1,7 +1,7 @@
# Description: an interactive process viewer # Description: interaktif bir süreç görüntüleyici/düzenleyici
# URL: http://htop.sourceforge.net/ # URL: http://htop.sourceforge.net/
# Packager: fanch at nutyx dot org # Packager: milisarge
# Depends on: ncurses # Depends on: ncurses
name=htop name=htop
version=1.0.3 version=1.0.3

View file

@ -1,12 +1,11 @@
# Description: Spell checker and morphological analyzer library and program # Description: Yazım denetimi ve morfolojik analizler için kütüphane ve uygulama
# URL: http://hunspell.sourceforge.net/ # URL: http://hunspell.sourceforge.net/
# Packager: pierre at nutyx dot org # Packager: milisarge
# Depends on: # Depends on:
name=hunspell name=hunspell
version=1.3.3 version=1.3.3
release=1 release=1
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz) source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
build() { build() {
@ -19,4 +18,3 @@ build() {
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
} }

View file

@ -1,12 +1,11 @@
# Description: High quality hyphenation and justification library based on the TeX hyphenation algorithm. # Description: High quality hyphenation and justification library based on the TeX hyphenation algorithm.
# URL: http://hunspell.sourceforge.net/ # URL: http://hunspell.sourceforge.net/
# Packager: fanch at nutyx dot org # Packager: milisarge
# Depends on: # Depends on:
name=hyphen name=hyphen
version=2.8.8 version=2.8.8
release=1 release=1
source=( http://downloads.sourceforge.net/hunspell/$name-$version.tar.gz) source=( http://downloads.sourceforge.net/hunspell/$name-$version.tar.gz)
build() { build() {
@ -16,4 +15,3 @@ build() {
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
} }

View file

@ -1,9 +1,8 @@
# Description: IceWM is a window manager with the goals of speed, simplicity, and not getting in the user's way. # Description: IceWM, hedefi hız ve hafiflik olan bir pencere yöneticisi
# URL: http://downloads.sourceforge.net/icewm/icewm-1.3.8.tar.gz # URL: http://downloads.sourceforge.net/icewm/icewm-1.3.8.tar.gz
# Packager: berlius at nutyx dot com # Packager: milisarge
# Depends on: xorg gdk-pixbuf # Depends on: xorg gdk-pixbuf
description="IceWM is a window manager with the goals of speed, simplicity"
name=icewm name=icewm
version=1.3.8 version=1.3.8
release=1 release=1

View file

@ -1,12 +1,11 @@
# Description: Maps the new names of icons for Tango to the legacy names used by GNOME and KDE desktops # Description: Maps the new names of icons for Tango to the legacy names used by GNOME and KDE desktops
# URL: http://tango.freedesktop.org/ # URL: http://tango.freedesktop.org/
# Packager: pierre at nutyx dot org # Packager: milisarge
# Depends on: perl-xml-simple # Depends on: perl-xml-simple
name=icon-naming-utils name=icon-naming-utils
version=0.8.90 version=0.8.90
release=1 release=1
source=(http://tango.freedesktop.org/releases/$name-$version.tar.bz2) source=(http://tango.freedesktop.org/releases/$name-$version.tar.bz2)
build() { build() {
@ -18,5 +17,3 @@ cd $name-$version
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
} }

View file

@ -1,11 +1,11 @@
# Description: The International Components for Unicode is a mature, widely used set of C/C++ libraries # Description: The International Components for Unicode is a mature, widely used set of C/C++ libraries
# URL: http://www.icu-project.org/ # URL: http://www.icu-project.org/
# Packager: pierre at nutyx dot org # Packager: milisarge
# Depends on:
name=icu name=icu
version=56.1 version=56.1
release=1 release=1
source=(http://download.$name-project.org/files/icu4c/$version/icu4c-${version//./_}-src.tgz) source=(http://download.$name-project.org/files/icu4c/$version/icu4c-${version//./_}-src.tgz)
build () { build () {

View file

@ -1,16 +1,16 @@
# Description: Library for reading, writing, and manipulating ID3v1 and ID3v2 tags # Description: ID3v1 and ID3v2 taglarını okuma yazma ve düzenleme için kütüphane
# URL: http://id3lib.sourceforge.net/ # URL: http://id3lib.sourceforge.net/
# Packager: pierre at nutyx dot org # Packager: milisarge
# Depends on: # Depends on:
name=id3lib name=id3lib
version=3.8.3 version=3.8.3
release=1 release=1
source=(http://downloads.sourceforge.net/sourceforge/$name/$name-$version.tar.gz source=(http://downloads.sourceforge.net/sourceforge/$name/$name-$version.tar.gz
http://downloads.nutyx.org/files/patchs/$name/patch_id3lib_3.8.3_UTF16_writing_bug.diff http://downloads.nutyx.org/files/patchs/$name/patch_id3lib_3.8.3_UTF16_writing_bug.diff
http://downloads.nutyx.org/files/patchs/$name/id3lib-3.8.3-CVE-2007-4460.patch http://downloads.nutyx.org/files/patchs/$name/id3lib-3.8.3-CVE-2007-4460.patch
http://downloads.nutyx.org/files/patchs/$name/id3lib-3.8.3-gcc-4.3.patch) http://downloads.nutyx.org/files/patchs/$name/id3lib-3.8.3-gcc-4.3.patch)
build() { build() {
cd $name-$version cd $name-$version
patch -p1 -i ../patch_id3lib_3.8.3_UTF16_writing_bug.diff patch -p1 -i ../patch_id3lib_3.8.3_UTF16_writing_bug.diff

View file

@ -1,7 +1,7 @@
# Description: Real-time bandwidth usage information on a network interface # Description: Real-time bandwidth usage information on a network interface
# URL: http://www.ex-parrot.com/~pdw/iftop/ # URL: http://www.ex-parrot.com/~pdw/iftop/
# Maintainer: Juergen Daubert, jue at crux dot nu # Packager: milisarge
# Depends on: libpcap, ncurses # Depends on: libpcap, ncurses
name=iftop name=iftop
version=1.0pre4 version=1.0pre4

View file

@ -1,12 +1,11 @@
# Description: A library which implements a protocol for transmission of raster page images. # Description: A library which implements a protocol for transmission of raster page images.
# URL: http://www.linuxfoundation.org/collaborate/workgroups/openprinting # URL: http://www.linuxfoundation.org/collaborate/workgroups/openprinting
# Packager: pierre at nutyx dot org # Packager: milisarge
# Depends on: # Depends on:
name=ijs name=ijs
version=0.35 version=0.35
release=1 release=1
source=(http://www.openprinting.org/download/$name/download/$name-$version.tar.bz2) source=(http://www.openprinting.org/download/$name/download/$name-$version.tar.bz2)
build() { build() {
@ -17,4 +16,3 @@ cd $name-$version
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
} }

View file

@ -1,12 +1,13 @@
# Description: Base libraries from ILM for OpenEXR # Description: Base libraries from ILM for OpenEXR
# URL: http://openexr.com/ # URL: http://openexr.com/
# Packager: pierre at nutyx dot org # Packager: milisarge
# Depends on:
name=ilmbase name=ilmbase
version=2.2.0 version=2.2.0
release=1 release=1
source=( http://download.savannah.nongnu.org/releases/openexr/$name-$version.tar.gz) source=( http://download.savannah.nongnu.org/releases/openexr/$name-$version.tar.gz)
build() { build() {
# build package # build package
cd $name-$version cd $name-$version

View file

@ -1,4 +1,4 @@
# Description: An image viewing/manipulation program # Description: İmaj dosyaları için görüntüleme/düzenleme programı
# URL: URL: http://www.imagemagick.org/ # URL: URL: http://www.imagemagick.org/
# Packager: milisarge # Packager: milisarge
# Depends on: freetype ghostscript lcms libgsf giflib libxml2 openexr libwmf libpng librsvg libwebp djvulibre # Depends on: freetype ghostscript lcms libgsf giflib libxml2 openexr libwmf libpng librsvg libwebp djvulibre

View file

@ -1,12 +1,13 @@
# Description: library for the management d'images of way more effective that imlib # Description: library for the management d'images of way more effective that imlib
# URL: http://sourceforge.net/projects/enlightenment # URL: http://sourceforge.net/projects/enlightenment
# Packager: pierre at nutyx dot org # Packager: milisarge
# Depends on: aalib giflib xorg-libxext libtiff freetype xorg-libsm libpng libjpeg-turbo libid3tag # Depends on: aalib giflib xorg-libxext libtiff freetype xorg-libsm libpng libjpeg-turbo libid3tag
name=imlib2 name=imlib2
version=1.4.7 version=1.4.7
release=1 release=1
source=(http://downloads.sourceforge.net/enlightenment/$name-$version.tar.gz) source=(http://downloads.sourceforge.net/enlightenment/$name-$version.tar.gz)
build() { build() {
cd $name-$version cd $name-$version
case $(uname -m) in case $(uname -m) in

View file

@ -1,12 +1,11 @@
# Description : KDE PIM incidence editor # Description: KDE PIM incidence editor
# URL : https://community.kde.org/KDE_PIM # URL: https://community.kde.org/KDE_PIM
# Packager : alihan-ozturk28@hotmail.com # Packager: alihan-ozturk28@hotmail.com
# Depends on : kf5-extra-cmake-modules kf5-kdoctools boost eventviews # Depends on: kf5-extra-cmake-modules kf5-kdoctools boost eventviews
name=incidenceeditor name=incidenceeditor
version=16.08.2 version=16.08.2
release=1 release=1
source=(http://download.kde.org/stable/applications/$version/src/$name-$version.tar.xz) source=(http://download.kde.org/stable/applications/$version/src/$name-$version.tar.xz)
build() { build() {

View file

@ -1,6 +1,6 @@
# Description: The initd-tools package contains programs to install and remove LSB based bootscripts. # Description: The initd-tools package contains programs to install and remove LSB based bootscripts.
# URL: http://people.freedesktop.org/~dbn/initd-tools/releases/initd-tools-0.1.3.tar.gz # URL: http://people.freedesktop.org/~dbn/initd-tools/releases/initd-tools-0.1.3.tar.gz
# Packager: berlius at nutyx dot com # Packager: milisarge
# Depends on: # Depends on:

View file

@ -1,7 +1,6 @@
# Description: An open source SVG editor. # Description: Açık kaynaklı bir SVG editörü
# URL: http://www.inkscape.org # URL: http://www.inkscape.org
# Maintainer: Danny Rawlins, crux at romster dot me # Packager: milisarge
# Packager: Huynh Ngoc Chau Tran, tran dot huynh at laposte dot net
# Depends on: gc boost gsl gtkmm intltool libxslt popt poppler lcms lcms2 # Depends on: gc boost gsl gtkmm intltool libxslt popt poppler lcms lcms2
name=inkscape name=inkscape

View file

@ -1,12 +1,11 @@
# Description: The internationalization tool collection # Description: The internationalization tool collection
# URL: http://freedesktop.org/wiki/Software/intltool # URL: http://freedesktop.org/wiki/Software/intltool
# Packager: tnut at nutyx dot org # Packager: milisarge
# Depends on: perl-xml-parser,expat # Depends on: perl-xml-parser,expat
name=intltool name=intltool
version=0.51.0 version=0.51.0
release=1 release=1
source=(http://edge.launchpad.net/intltool/trunk/$version/+download/intltool-$version.tar.gz) source=(http://edge.launchpad.net/intltool/trunk/$version/+download/intltool-$version.tar.gz)
build() { build() {

View file

@ -2,10 +2,10 @@
# URL: http://inxi.org # URL: http://inxi.org
# Packager: milisarge # Packager: milisarge
# Depends on: # Depends on:
name=inxi name=inxi
version=master version=master
release=1 release=1
source=(https://github.com/smxi/inxi/archive/master.tar.gz) source=(https://github.com/smxi/inxi/archive/master.tar.gz)
build(){ build(){

View file

@ -1,6 +1,6 @@
# Description: A Linux kernel packet filter control tool # Description: Linux çekirdeği paket filtreleme ve kontrol aracı
# URL: http://www.iptables.org/ # URL: http://www.iptables.org/
# Packager: milisarge # Packager: milisarge
# Depends on: # Depends on:
name=iptables name=iptables

View file

@ -1,12 +1,11 @@
# Description: Firmwares for wifi IPW2100 Intel Centrino # Description: IPW2100 Intel Centrino wifi için sürücüler
# URL: http://ipw2100.sourceforge.net/ # URL: http://ipw2100.sourceforge.net/
# Packager: pierre at nutyx dot org # Packager: milisarge
# Depends on: # Depends on:
name=ipw2100-fw name=ipw2100-fw
version=1.3 version=1.3
release=1 release=1
source=(http://downloads.nutyx.org/files/$name-$version.tgz) source=(http://downloads.nutyx.org/files/$name-$version.tgz)
build() { build() {

View file

@ -1,12 +1,11 @@
# Description: Firmware for wifi IPW2200 Intel Centrino # Description: IPW2200 Intel Centrino wifi için sürücüler
# URL: http://ipw2200.sourceforge.net/ # URL: http://ipw2200.sourceforge.net/
# Packager: pierre at nutyx dot org # Packager: milisarge
# Depends on: # Depends on:
name=ipw2200-fw name=ipw2200-fw
version=3.1 version=3.1
release=1 release=1
source=(http://downloads.nutyx.org/files/$name-$version.tgz) source=(http://downloads.nutyx.org/files/$name-$version.tgz)
build() { build() {

View file

@ -1,4 +1,4 @@
# Description: Irssi is a terminal based IRC client for UNIX systems. # Description: UNIX sistemler için terminal temelli IRC uygulaması
# URL: http://irssi.org/ # URL: http://irssi.org/
# Packager: milisarge # Packager: milisarge
# Depends on: glib # Depends on: glib
@ -6,7 +6,6 @@
name=irssi name=irssi
version=0.8.20 version=0.8.20
release=1 release=1
source=(https://github.com/irssi-import/irssi/releases/download/$version/$name-$version.tar.xz) source=(https://github.com/irssi-import/irssi/releases/download/$version/$name-$version.tar.xz)
build() { build() {

View file

@ -1,11 +1,11 @@
# Description: The ISO Codes package contains a list of country, language and currency names # Description: The ISO Codes package contains a list of country, language and currency names
# URL: http://pkg-isocodes.alioth.debian.org/ # URL: http://pkg-isocodes.alioth.debian.org/
# Packager: pierre at nutyx dot org # Packager: milisarge
# Depends on:
name=iso-codes name=iso-codes
version=3.65 version=3.65
release=1 release=1
source=(http://pkg-isocodes.alioth.debian.org/downloads/iso-codes-$version.tar.xz) source=(http://pkg-isocodes.alioth.debian.org/downloads/iso-codes-$version.tar.xz)
build() { build() {

View file

@ -1,4 +1,4 @@
# Description: A tool for writing ISO images on a USB stick. It's a fork of usb-imagewriter. # Description: ISO imajlarini USB belleğe yazdırmak için usb-imagewriter temelli bir program
# URL: https://github.com/papoteur-mga/isodumper # URL: https://github.com/papoteur-mga/isodumper
# Packager: alihan-ozturk28@hotmail.com # Packager: alihan-ozturk28@hotmail.com
# Depends on: intltool imagemagick coreutils pango polkit procps-ng python-gtk python-cairo python-gobject2 libglade python dbus-python python-parted udisks2 xorg-term # Depends on: intltool imagemagick coreutils pango polkit procps-ng python-gtk python-cairo python-gobject2 libglade python dbus-python python-parted udisks2 xorg-term
@ -6,7 +6,6 @@
name=isodumper name=isodumper
version=0.48 version=0.48
release=1 release=1
source=( http://gitweb.mageia.org/software/isodumper/snapshot/$name-$version.tar.gz source=( http://gitweb.mageia.org/software/isodumper/snapshot/$name-$version.tar.gz
header.png header.png
header.svg) header.svg)

View file

@ -1,12 +1,11 @@
# Description: CD/DVD Image Editor # Description: CD/DVD İmaj editörü
# URL: http://www.littlesvr.ca/isomaster/ # URL: http://www.littlesvr.ca/isomaster/
# Packager: Chris Farrell, timcowchip at gmail dot com # Packager: milisarge
# Maintainer: Chris Farrell, timcowchip at gmail dot com
# Depends on: gtk2 desktop-file-utils harfbuzz atk gdk-pixbuf xorg-libx11 xorg-libxext xorg-libxrender xorg-libxdmcp xcb-proto xorg-proto xorg-libxau libxcb libpng freetype xorg-fontconfig xorg-pixman pango cairo pcre glib # Depends on: gtk2 desktop-file-utils harfbuzz atk gdk-pixbuf xorg-libx11 xorg-libxext xorg-libxrender xorg-libxdmcp xcb-proto xorg-proto xorg-libxau libxcb libpng freetype xorg-fontconfig xorg-pixman pango cairo pcre glib
name=isomaster name=isomaster
version=1.3.13 version=1.3.13
release=1 release=1
source=(http://littlesvr.ca/isomaster/releases/$name-$version.tar.bz2) source=(http://littlesvr.ca/isomaster/releases/$name-$version.tar.bz2)
build() { build() {

View file

@ -1,12 +1,11 @@
# Description: XML to PO and back again # Description: XML ve PO uzantilari icin dönüştürücü
# URL: http://itstool.org/ # URL: http://itstool.org/
# Packager: pierre at nutyx dot org # Packager: milisarge
# Depends on: docbook-xml docbook-xsl python # Depends on: docbook-xml docbook-xsl python
name=itstool name=itstool
version=2.0.2 version=2.0.2
release=1 release=1
source=(http://files.itstool.org/itstool/$name-$version.tar.bz2 ) source=(http://files.itstool.org/itstool/$name-$version.tar.bz2 )
build() { build() {

View file

@ -1,14 +1,12 @@
# Description: A low-latency audio server # Description: A low-latency audio server
# URL: http://jackaudio.org # URL: http://jackaudio.org
# Packager: pierre at nutyx dot org # Packager: milisarge
# Depends on: db libsamplerate readline doxygen celt # Depends on: db libsamplerate readline doxygen celt
_longname=jack-audio-connection-kit _longname=jack-audio-connection-kit
name=jack name=jack
version=0.124.1 version=0.124.1
release=1 release=1
source=(http://jackaudio.org/downloads/${_longname}-$version.tar.gz source=(http://jackaudio.org/downloads/${_longname}-$version.tar.gz
jack-99-audio.conf jack-99-audio.conf
jack-40-hpet-permissions.rules) jack-40-hpet-permissions.rules)

View file

@ -1,12 +1,13 @@
# Description: Jam is a software build tool. # Description: Jam is a software build tool.
# URL: http://www.perforce.com/documentation/jam # URL: http://www.perforce.com/documentation/jam
# Packager: tnut at nutyx dot org # Packager: milisarge
# Depends on:
name=jam name=jam
version=2.5 version=2.5
release=1 release=1
source=(http://downloads.sourceforge.net/project/ede/jam/2.5-haiku-20080327/jam-2.5-haiku-20080327.tar.gz) source=(http://downloads.sourceforge.net/project/ede/jam/2.5-haiku-20080327/jam-2.5-haiku-20080327.tar.gz)
build() { build() {
cd $name cd $name
make make

View file

@ -1,6 +1,6 @@
# Description: C library for encoding, decoding and manipulating JSON data. # Description: JSON verisini encode, decode etmek ve düzenlemek için C kütüphanesi
# URL: http://www.digip.org/jansson/ # URL: http://www.digip.org/jansson/
# Packager: milisarge # Packager: milisarge
# Depends on: # Depends on:
name=jansson name=jansson

View file

@ -1,12 +1,11 @@
# Description: A software-based implementation of the codec specified in the emerging JPEG-2000 Part1 std # Description: A software-based implementation of the codec specified in the emerging JPEG-2000 Part1 std
# URL: http://www.ece.uvic.ca/~mdadams/jasper/ # URL: http://www.ece.uvic.ca/~mdadams/jasper/
# Packager: pierre at nutyx dot org # Packager: milisarge
# Depends on: libjpeg-turbo # Depends on: libjpeg-turbo
name=jasper name=jasper
version=1.900.1 version=1.900.1
release=1 release=1
source=(http://www.ece.uvic.ca/~mdadams/$name/software/$name-$version.zip \ source=(http://www.ece.uvic.ca/~mdadams/$name/software/$name-$version.zip \
http://www.linuxfromscratch.org/patches/blfs/svn/jasper-1.900.1-security_fixes-2.patch) http://www.linuxfromscratch.org/patches/blfs/svn/jasper-1.900.1-security_fixes-2.patch)

View file

@ -1,12 +1,11 @@
# Description: Joe's own editor, is a small text editor capable of emulating WordStar, Pico, and Emacs. # Description: Joe's own editor, is a small text editor capable of emulating WordStar, Pico, and Emacs.
# URL: http://downloads.sourceforge.net/joe-editor # URL: http://downloads.sourceforge.net/joe-editor
# Packager: berlius at nutyx dot com # Packager: milisarge
# Depends on: # Depends on:
name=joe name=joe
version=4.1 version=4.1
release=1 release=1
source=(http://downloads.sourceforge.net/joe-editor/$name-$version.tar.gz) source=(http://downloads.sourceforge.net/joe-editor/$name-$version.tar.gz)
build () { build () {

View file

@ -1,6 +1,6 @@
# Description: John the Ripper is a fast password cracker # Description: John the Ripper hızlı bir şifre kırma yazılımıdır
# URL: http://www.openwall.com/john/ # URL: http://www.openwall.com/john/
# Packager: milisarge # Packager: milisarge
# Depends on: # Depends on:
name=john name=john

View file

@ -15,4 +15,3 @@ build() {
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
} }

View file

@ -1,11 +1,11 @@
# Description: JavaScript interpreter and libraries # Description: JavaScript interpreter and libraries
# URL: https://developer.mozilla.org/En/SpiderMonkey/1.8.5 # URL: https://developer.mozilla.org/En/SpiderMonkey/1.8.5
# Packager: pierre at nutyx dot org # Packager: milisarge
# Depends on: libffi nspr zip python # Depends on: libffi nspr zip python
name=js1 name=js1
version=17.0.0 version=17.0.0
release=1 release=1
source=( http://ftp.mozilla.org/pub/mozilla.org/js/mozjs$version.tar.gz ) source=( http://ftp.mozilla.org/pub/mozilla.org/js/mozjs$version.tar.gz )
build () { build () {

View file

@ -1,11 +1,11 @@
# Description: JavaScript interpreter and libraries # Description: JavaScript interpreter and libraries
# URL: https://developer.mozilla.org/En/SpiderMonkey/1.8.5 # URL: https://developer.mozilla.org/En/SpiderMonkey/1.8.5
# Packager: pierre at nutyx dot org # Packager: milisarge
# Depends on: libffi nspr zip python # Depends on: libffi nspr zip python
name=js2 name=js2
version=24.2.0 version=24.2.0
release=1 release=1
source=( http://ftp.mozilla.org/pub/mozilla.org/js/mozjs-$version.tar.bz2 ) source=( http://ftp.mozilla.org/pub/mozilla.org/js/mozjs-$version.tar.bz2 )
build () { build () {

View file

@ -1,14 +1,12 @@
# Description: A JSON implementation in C # Description: A JSON implementation in C
# URL: URL: https://github.com/json-c/json-c/wiki # URL: https://github.com/json-c/json-c/wiki
# NuTyX package info file (http://nutyx.org) # Packager: milisarge
# Packager: # NuTyX package info file (http://nutyx.org)
# Depends on: # Depends on:
name=json-c name=json-c
version=0.12 version=0.12
release=1 release=1
source=(https://s3.amazonaws.com/${name}_releases/releases/$name-$version.tar.gz)
source=(
https://s3.amazonaws.com/${name}_releases/releases/$name-$version.tar.gz)
build(){ build(){
cd $name-$version cd $name-$version
@ -18,7 +16,3 @@ build(){
make check make check
make DESTDIR=$PKG install make DESTDIR=$PKG install
} }
# NuTyX Pkgfile (http://nutyx.org)

View file

@ -1,11 +1,11 @@
# Description: Provide serialization and deserialization support for the JavaScript Object Notation # Description: Provide serialization and deserialization support for the JavaScript Object Notation
# URL: http://live.gnome.org/JsonGlib # URL: http://live.gnome.org/JsonGlib
# Packager: pierre at nutyx dot org # Packager: milisarge
# Depends on: gobject-introspection # Depends on: gobject-introspection
name=json-glib name=json-glib
version=1.0.4 version=1.0.4
release=1 release=1
source=( http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz ) source=( http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz )
build() { build() {

View file

@ -1,5 +1,5 @@
# Description: JSON library # Description: JSON C++ kütüphanesi
# URL: http://jsoncpp.sourceforge.net/ # URL: http://jsoncpp.sourceforge.net/
# Packager: milisarge # Packager: milisarge
# Depends on: scons # Depends on: scons

View file

@ -3,7 +3,6 @@
# Packager: alihan-ozturk28@hotmail.com # Packager: alihan-ozturk28@hotmail.com
# Depends on: apache-ant unzip # Depends on: apache-ant unzip
description="Open source framework to write and run repeatable tests. It is an instance of the xUnit."
name=junit name=junit
version=4.12 version=4.12
release=1 release=1

View file

@ -1,7 +1,6 @@
# Description: Joe's window manager which uses only Xlib at a minimum. # Description: Joe's window manager which uses only Xlib at a minimum.
# URL: http://joewing.net/programs/jwm/ # URL: http://joewing.net/programs/jwm/
# Packager: milisarge # Packager: milisarge
# Maintainer: Joe Wingbermuehle <joewing at joewing at net>
# Depends on: xorg xorg-libxt xorg-libxft xorg-libxmu xorg-mesa libpng libjpeg-turbo # Depends on: xorg xorg-libxt xorg-libxft xorg-libxmu xorg-mesa libpng libjpeg-turbo
name=jwm name=jwm