diff --git a/talimatname/genel/handbrake/talimat b/talimatname/genel/handbrake/talimat index 2555356dd..fd7af8188 100644 --- a/talimatname/genel/handbrake/talimat +++ b/talimatname/genel/handbrake/talimat @@ -1,18 +1,16 @@ -# Description: open source video transcoder +# Description: Acik kaynak kodlu video donusturucu # URL: http://handbrake.fr/ -# Packager: Chris Farrell, timcowchip at gmail dot com -# Maintainer: Chris Farrell, timcowchip at gmail dot com +# Packager: milisarge # 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 version=0.10.3 release=1 -source=( -http://download.handbrake.fr/releases/$version/HandBrake-$version.tar.bz2) +source=(http://download.handbrake.fr/releases/$version/HandBrake-$version.tar.bz2) build() { cd HandBrake-$version - + ./configure \ --prefix=/usr \ --force \ diff --git a/talimatname/genel/harfbuzz/talimat b/talimatname/genel/harfbuzz/talimat index cc3afedf8..e1e85d6a2 100644 --- a/talimatname/genel/harfbuzz/talimat +++ b/talimatname/genel/harfbuzz/talimat @@ -1,12 +1,11 @@ # Description: OpenType text shaping engine # URL: http://www.freedesktop.org/software/harfbuzz -# Packager: pierre at nutyx dot org -# Depends on: cairo glib icu freetype +# Packager: milisarge +# Depends on: cairo glib icu freetype name=harfbuzz version=1.1.2 release=1 - source=(http://www.freedesktop.org/software/$name/release/$name-$version.tar.bz2) build() { diff --git a/talimatname/genel/haveged/talimat b/talimatname/genel/haveged/talimat index d9af011ad..1c4649e39 100644 --- a/talimatname/genel/haveged/talimat +++ b/talimatname/genel/haveged/talimat @@ -1,30 +1,29 @@ # Description: Daemon that generates an unpredictable stream of random numbers and feeds the /dev/random -# URL: http://www.issihosts.com/haveged/ -# Packager: berlius at nutyx dot com -# Depends on: +# URL: http://www.issihosts.com/haveged/ +# Packager: milisarge +# Depends on: name=haveged version=1.9.1 release=1 - source=(http://downloads.sourceforge.net/project/haveged/$name-$version.tar.gz) build () { cd $name-$version - + source /etc/blfs-bootscripts wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2 - tar xvf $scripts-$scriptsversion.tar.bz2 - - ./configure --prefix=/usr + tar xvf $scripts-$scriptsversion.tar.bz2 + + ./configure --prefix=/usr make make DESTDIR=$PKG install cd $scripts-$scriptsversion make DESTDIR=$PKG install-haveged - - mkdir -pv $PKG/usr/share/doc/haveged-1.9.1 + + mkdir -pv $PKG/usr/share/doc/haveged-1.9.1 cp -v README $PKG/usr/share/doc/haveged-1.9.1 } diff --git a/talimatname/genel/hd2u/talimat b/talimatname/genel/hd2u/talimat index 223bc36ac..1d60c40a0 100644 --- a/talimatname/genel/hd2u/talimat +++ b/talimatname/genel/hd2u/talimat @@ -1,7 +1,7 @@ -# Description: The hd2u package contains an any to any text format converter. -# URL: http://terminus.sk/~hany -# Packager: berlius at nutyx dot com -# Depends on: popt +# Description: Metin formatlari icin donusturucu +# URL: http://terminus.sk/~hany +# Packager: milisarge +# Depends on: popt name=hd2u version=1.0.3 @@ -12,8 +12,8 @@ build () { cd $name-$version - ./configure --prefix=/usr - make + ./configure --prefix=/usr + make install -d -m 755 $PKG/usr/bin install -m 755 -s dos2unix $PKG/usr/bin diff --git a/talimatname/genel/hddtemp/talimat b/talimatname/genel/hddtemp/talimat index d72197e66..58daf0e34 100644 --- a/talimatname/genel/hddtemp/talimat +++ b/talimatname/genel/hddtemp/talimat @@ -1,7 +1,7 @@ -# 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 # Packager: milisarge -# Depends on: +# Depends on: name=hddtemp version=0.3-beta15 diff --git a/talimatname/genel/hdparm/talimat b/talimatname/genel/hdparm/talimat index cb7fbe5bd..fc304d745 100644 --- a/talimatname/genel/hdparm/talimat +++ b/talimatname/genel/hdparm/talimat @@ -1,12 +1,13 @@ # Description: The Hdparm package contains an utility that is useful for controlling ATA/IDE # URL: http://hdparm.sourceforge.net/ -# Packager: tnut at nutyx dot org +# Packager: milisarge +# Depends on: name=hdparm version=9.45 release=1 - source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz) + build() { cd $name-$version && make make DESTDIR=$PKG binprefix=/usr install diff --git a/talimatname/genel/help2man/talimat b/talimatname/genel/help2man/talimat index d1d9408bc..eaea7cd39 100644 --- a/talimatname/genel/help2man/talimat +++ b/talimatname/genel/help2man/talimat @@ -1,12 +1,11 @@ # 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 -# Depends on: perl-locale-gettext +# Depends on: perl-locale-gettext name=help2man version=1.47.3 release=1 - source=(http://ftp.gnu.org/gnu/help2man/help2man-$version.tar.xz) build(){ @@ -16,5 +15,5 @@ build(){ --infodir=/usr/share/info \ --libdir=/usr/lib make - make DESTDIR=$PKG install + make DESTDIR=$PKG install } diff --git a/talimatname/genel/hfsprogs/talimat b/talimatname/genel/hfsprogs/talimat index f55e913e2..b3ebc6dba 100644 --- a/talimatname/genel/hfsprogs/talimat +++ b/talimatname/genel/hfsprogs/talimat @@ -1,7 +1,6 @@ # Description: HFS/HFS+ user space utils # URL: http://www.opensource.apple.com/ -# Maintainer: NuTyX GNOME team -# Packager: fanch at nutyx dot org +# Packager: milisarge # Depends on: libbsd openssl name=hfsprogs @@ -23,15 +22,14 @@ build() { install -m 755 -d ${PKG}/usr/share/licenses/${name} install -m 755 -d ${PKG}/usr/share/${name} install -m 755 -d ${PKG}/usr/share/man/man8/ - + install -m 644 ../license ${PKG}/usr/share/licenses/${name}/APSL - + install -m 755 newfs_hfs.tproj/newfs_hfs ${PKG}/usr/bin/mkfs.hfsplus install -m 755 fsck_hfs.tproj/fsck_hfs ${PKG}/usr/bin/fsck.hfsplus - + install -m 644 newfs_hfs.tproj/hfsbootdata.img ${PKG}/usr/share/${NAME}/hfsbootdata - + 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 } - diff --git a/talimatname/genel/hiawatha/talimat b/talimatname/genel/hiawatha/talimat index 8130f33ef..2f844ea36 100644 --- a/talimatname/genel/hiawatha/talimat +++ b/talimatname/genel/hiawatha/talimat @@ -1,4 +1,4 @@ -# Description: Secure and advanced webserver +# Description: Guvenli ve gelişmiş bir webserver # URL: https://www.hiawatha-webserver.org/ # Packager: milisarge # Depends on : cmake libxslt mbedtls @@ -6,7 +6,6 @@ name=hiawatha version=10.3 release=1 - source=(https://www.hiawatha-webserver.org/files/$name-$version.tar.gz hiawatha.conf.sample) @@ -43,14 +42,14 @@ build() { # Features disabled by default # -DENABLE_DEBUG - # -DENABLE_TOMAHAWK + # -DENABLE_TOMAHAWK make DESTDIR="$PKG/" install - + rmdir "$PKG/run" rm "$PKG/srv/http/hiawatha/index.html" rmdir -p --ignore-fail-on-non-empty "$PKG/srv/http/hiawatha" - + # Update stock hiawatha.conf sed -e 's|#ServerId = www-data|ServerId = http|' \ -e 's|/var/www/|/srv/http/|g' \ @@ -60,7 +59,7 @@ build() { -e 's|# Extension = php|&\n# SessionTimeout = 30|g' \ -e 's|#ErrorHandler = 404:/error.cgi|&\n#UseGZfile = yes|g' \ -i "$PKG/etc/hiawatha/hiawatha.conf" - + install -Dm644 logrotate.d/hiawatha "$PKG/etc/logrotate.d/hiawatha" install -Dm644 $SRC/"hiawatha.conf.sample" "$PKG/etc/hiawatha/" } diff --git a/talimatname/genel/hicolor-icon-theme/talimat b/talimatname/genel/hicolor-icon-theme/talimat index 24b55d60c..31e33cc2e 100644 --- a/talimatname/genel/hicolor-icon-theme/talimat +++ b/talimatname/genel/hicolor-icon-theme/talimat @@ -1,11 +1,11 @@ -# Description: Freedesktop.org Hicolor icon theme +# Description: Freedesktop.org Hicolor icon temasi # URL: http://icon-theme.freedesktop.org/wiki/HicolorTheme -# Packager: pierre at nutyx dot org +# Packager: milisarge +# Depends on: name=hicolor-icon-theme version=0.15 release=1 - source=( http://ftp.osuosl.org/pub/blfs/conglomeration/hicolor-icon-theme/$name-$version.tar.xz) build() { diff --git a/talimatname/genel/hidapi/talimat b/talimatname/genel/hidapi/talimat index 87c8fb8d2..020a55970 100644 --- a/talimatname/genel/hidapi/talimat +++ b/talimatname/genel/hidapi/talimat @@ -1,8 +1,8 @@ -# 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/ # Packager: milisarge # Depends on: libusb fox - + name=hidapi version=0.8.0-rc1 diff --git a/talimatname/genel/highlight/talimat b/talimatname/genel/highlight/talimat index 439238e8b..7f7b22ccc 100644 --- a/talimatname/genel/highlight/talimat +++ b/talimatname/genel/highlight/talimat @@ -1,15 +1,12 @@ # Description: Fast and flexible source code highlighter (CLI version) -# URL: URL: http://www.andre-simon.de/doku/highlight/highlight.html -# NuTyX package info file (http://nutyx.org) -# Packager: # NuTyX package info file (http://nutyx.org) +# URL: http://www.andre-simon.de/doku/highlight/highlight.html +# Packager: milisarge # Depends on: qt4 boost lua -run=( lua ) + name=highlight version=3.23 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(){ cd $name-$version diff --git a/talimatname/genel/hping/talimat b/talimatname/genel/hping/talimat index 15b2a0788..82fd0fa85 100644 --- a/talimatname/genel/hping/talimat +++ b/talimatname/genel/hping/talimat @@ -1,4 +1,4 @@ -# Description: Ping for TCP/IP +# Description: TCP/IP prokolu icin Ping # URL: https://github.com/antirez/hping # Packager: milisarge # Depends on: libpcap @@ -10,10 +10,10 @@ source=(tshzset.patch Makefile.patch) build() { git clone https://github.com/antirez/hping - + cd $name patch -Np1 -i $SRC/tshzset.patch - MANPATH=/usr/share/man + MANPATH=/usr/share/man ./configure --prefix=/usr --no-tcl make patch -p1 < $SRC/Makefile.patch diff --git a/talimatname/genel/hplip/talimat b/talimatname/genel/hplip/talimat index 260b12691..f46be8e92 100644 --- a/talimatname/genel/hplip/talimat +++ b/talimatname/genel/hplip/talimat @@ -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 # 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 @@ -6,7 +6,6 @@ name=hplip version=3.16.10 release=1 - source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz 0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch fix_tabs.patch) @@ -47,7 +46,7 @@ build() { --enable-scan-build \ --enable-fax-build \ --enable-network-build - make + make make -j1 rulesdir=/usr/lib/udev/rules.d DESTDIR=$PKG install # hplip ne connait que lfs 6 ... diff --git a/talimatname/genel/htop/talimat b/talimatname/genel/htop/talimat index c91985883..977362976 100644 --- a/talimatname/genel/htop/talimat +++ b/talimatname/genel/htop/talimat @@ -1,7 +1,7 @@ -# Description: an interactive process viewer -# URL: http://htop.sourceforge.net/ -# Packager: fanch at nutyx dot org -# Depends on: ncurses +# Description: interaktif bir süreç görüntüleyici/düzenleyici +# URL: http://htop.sourceforge.net/ +# Packager: milisarge +# Depends on: ncurses name=htop version=1.0.3 @@ -10,7 +10,7 @@ source=(http://hisham.hm/$name/releases/$version/$name-$version.tar.gz) build() { cd $name-$version - ./configure --prefix=/usr --disable-nls + ./configure --prefix=/usr --disable-nls make make DESTDIR=$PKG install } diff --git a/talimatname/genel/hunspell/talimat b/talimatname/genel/hunspell/talimat index b15a8e4b1..99b345c74 100644 --- a/talimatname/genel/hunspell/talimat +++ b/talimatname/genel/hunspell/talimat @@ -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/ -# Packager: pierre at nutyx dot org -# Depends on: +# Packager: milisarge +# Depends on: name=hunspell version=1.3.3 release=1 - source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz) build() { @@ -19,4 +18,3 @@ build() { make make DESTDIR=$PKG install } - diff --git a/talimatname/genel/hyphen/talimat b/talimatname/genel/hyphen/talimat index 7dbdabff8..d05179951 100644 --- a/talimatname/genel/hyphen/talimat +++ b/talimatname/genel/hyphen/talimat @@ -1,19 +1,17 @@ # Description: High quality hyphenation and justification library based on the TeX hyphenation algorithm. # URL: http://hunspell.sourceforge.net/ -# Packager: fanch at nutyx dot org -# Depends on: +# Packager: milisarge +# Depends on: name=hyphen version=2.8.8 release=1 - source=( http://downloads.sourceforge.net/hunspell/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr \ - --disable-static + --disable-static make make DESTDIR=$PKG install } - diff --git a/talimatname/genel/icewm/talimat b/talimatname/genel/icewm/talimat index b5a247ff9..ec32986e7 100644 --- a/talimatname/genel/icewm/talimat +++ b/talimatname/genel/icewm/talimat @@ -1,26 +1,25 @@ -# 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 -# Packager: berlius at nutyx dot com +# Packager: milisarge # Depends on: xorg gdk-pixbuf -description="IceWM is a window manager with the goals of speed, simplicity" name=icewm -version=1.3.8 +version=1.3.8 release=1 source=(http://downloads.sourceforge.net/icewm/$name-$version.tar.gz) - + build() { cd $name-$version sed -i '/^LIBS/s/\(.*\)/\1 -lfontconfig/' src/Makefile.in && -./configure --prefix=/usr - +./configure --prefix=/usr + make -make DESTDIR=$PKG install -make DESTDIR=$PKG install-docs -make DESTDIR=$PKG install-man +make DESTDIR=$PKG install +make DESTDIR=$PKG install-docs +make DESTDIR=$PKG install-man make DESTDIR=$PKG install-desktop - + } diff --git a/talimatname/genel/icon-naming-utils/talimat b/talimatname/genel/icon-naming-utils/talimat index 3bd975f9c..12d130882 100644 --- a/talimatname/genel/icon-naming-utils/talimat +++ b/talimatname/genel/icon-naming-utils/talimat @@ -1,12 +1,11 @@ # Description: Maps the new names of icons for Tango to the legacy names used by GNOME and KDE desktops # URL: http://tango.freedesktop.org/ -# Packager: pierre at nutyx dot org -# Depends on: perl-xml-simple +# Packager: milisarge +# Depends on: perl-xml-simple name=icon-naming-utils version=0.8.90 release=1 - source=(http://tango.freedesktop.org/releases/$name-$version.tar.bz2) build() { @@ -18,5 +17,3 @@ cd $name-$version make make DESTDIR=$PKG install } - - diff --git a/talimatname/genel/icu/talimat b/talimatname/genel/icu/talimat index 81dd04dc2..550570c22 100644 --- a/talimatname/genel/icu/talimat +++ b/talimatname/genel/icu/talimat @@ -1,11 +1,11 @@ # Description: The International Components for Unicode is a mature, widely used set of C/C++ libraries # URL: http://www.icu-project.org/ -# Packager: pierre at nutyx dot org +# Packager: milisarge +# Depends on: name=icu version=56.1 release=1 - source=(http://download.$name-project.org/files/icu4c/$version/icu4c-${version//./_}-src.tgz) build () { diff --git a/talimatname/genel/id3lib/talimat b/talimatname/genel/id3lib/talimat index b3eb2d3fa..5d513634b 100644 --- a/talimatname/genel/id3lib/talimat +++ b/talimatname/genel/id3lib/talimat @@ -1,22 +1,22 @@ -# 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/ -# Packager: pierre at nutyx dot org -# Depends on: +# Packager: milisarge +# Depends on: name=id3lib version=3.8.3 release=1 - 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/id3lib-3.8.3-CVE-2007-4460.patch http://downloads.nutyx.org/files/patchs/$name/id3lib-3.8.3-gcc-4.3.patch) + build() { cd $name-$version patch -p1 -i ../patch_id3lib_3.8.3_UTF16_writing_bug.diff patch -p0 -i ../id3lib-3.8.3-CVE-2007-4460.patch patch -p1 -i ../id3lib-3.8.3-gcc-4.3.patch -./configure --prefix=/usr +./configure --prefix=/usr sed -i -e 's/^LIBS =/LIBS = -lz -lstdc++/' src/Makefile make make DESTDIR=$PKG install diff --git a/talimatname/genel/iftop/talimat b/talimatname/genel/iftop/talimat index 62d3f839f..17e1d4a7b 100644 --- a/talimatname/genel/iftop/talimat +++ b/talimatname/genel/iftop/talimat @@ -1,7 +1,7 @@ -# Description: Real-time bandwidth usage information on a network interface -# URL: http://www.ex-parrot.com/~pdw/iftop/ -# Maintainer: Juergen Daubert, jue at crux dot nu -# Depends on: libpcap, ncurses +# Description: Real-time bandwidth usage information on a network interface +# URL: http://www.ex-parrot.com/~pdw/iftop/ +# Packager: milisarge +# Depends on: libpcap, ncurses name=iftop version=1.0pre4 diff --git a/talimatname/genel/ijs/talimat b/talimatname/genel/ijs/talimat index 7548e8e31..43bc468dc 100644 --- a/talimatname/genel/ijs/talimat +++ b/talimatname/genel/ijs/talimat @@ -1,12 +1,11 @@ # Description: A library which implements a protocol for transmission of raster page images. # URL: http://www.linuxfoundation.org/collaborate/workgroups/openprinting -# Packager: pierre at nutyx dot org -# Depends on: +# Packager: milisarge +# Depends on: name=ijs version=0.35 release=1 - source=(http://www.openprinting.org/download/$name/download/$name-$version.tar.bz2) build() { @@ -17,4 +16,3 @@ cd $name-$version make make DESTDIR=$PKG install } - diff --git a/talimatname/genel/ilmbase/talimat b/talimatname/genel/ilmbase/talimat index 1d5ef156f..46248cc94 100644 --- a/talimatname/genel/ilmbase/talimat +++ b/talimatname/genel/ilmbase/talimat @@ -1,12 +1,13 @@ # Description: Base libraries from ILM for OpenEXR # URL: http://openexr.com/ -# Packager: pierre at nutyx dot org +# Packager: milisarge +# Depends on: name=ilmbase version=2.2.0 release=1 - source=( http://download.savannah.nongnu.org/releases/openexr/$name-$version.tar.gz) + build() { # build package cd $name-$version diff --git a/talimatname/genel/imagemagick/talimat b/talimatname/genel/imagemagick/talimat index 0197ce67b..5dbd885dd 100644 --- a/talimatname/genel/imagemagick/talimat +++ b/talimatname/genel/imagemagick/talimat @@ -1,7 +1,7 @@ -# Description: An image viewing/manipulation program +# Description: İmaj dosyaları için görüntüleme/düzenleme programı # URL: URL: http://www.imagemagick.org/ # 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 name=imagemagick version=6.9.3-6 @@ -14,7 +14,7 @@ build () { [ "`uname -m`" == "i686" ] && EXTRAOPTS="--with-gcc-arch=i686" [ "`uname -m`" == "x86_64" ] && EXTRAOPTS="--with-gcc-arch=x86-64" - + sed '/AC_PATH_XTRA/d' -i configure.ac ./configure --prefix=/usr \ diff --git a/talimatname/genel/imlib2/talimat b/talimatname/genel/imlib2/talimat index 327cfa6d8..57eb2fe5e 100644 --- a/talimatname/genel/imlib2/talimat +++ b/talimatname/genel/imlib2/talimat @@ -1,15 +1,16 @@ # Description: library for the management d'images of way more effective that imlib # URL: http://sourceforge.net/projects/enlightenment -# Packager: pierre at nutyx dot org -# Depends on: aalib giflib xorg-libxext libtiff freetype xorg-libsm libpng libjpeg-turbo libid3tag +# Packager: milisarge +# Depends on: aalib giflib xorg-libxext libtiff freetype xorg-libsm libpng libjpeg-turbo libid3tag + name=imlib2 version=1.4.7 release=1 - source=(http://downloads.sourceforge.net/enlightenment/$name-$version.tar.gz) + build() { cd $name-$version -case $(uname -m) in +case $(uname -m) in i686) EXTRAOPTS="--disable-mmx";; x86_64) diff --git a/talimatname/genel/incidenceeditor/talimat b/talimatname/genel/incidenceeditor/talimat index aa8c6e904..6df4d076a 100644 --- a/talimatname/genel/incidenceeditor/talimat +++ b/talimatname/genel/incidenceeditor/talimat @@ -1,12 +1,11 @@ -# Description : KDE PIM incidence editor -# URL : https://community.kde.org/KDE_PIM -# Packager : alihan-ozturk28@hotmail.com -# Depends on : kf5-extra-cmake-modules kf5-kdoctools boost eventviews +# Description: KDE PIM incidence editor +# URL: https://community.kde.org/KDE_PIM +# Packager: alihan-ozturk28@hotmail.com +# Depends on: kf5-extra-cmake-modules kf5-kdoctools boost eventviews name=incidenceeditor version=16.08.2 release=1 - source=(http://download.kde.org/stable/applications/$version/src/$name-$version.tar.xz) build() { @@ -15,7 +14,7 @@ build() { -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_TESTING=OFF - + make make DESTDIR=$PKG install } diff --git a/talimatname/genel/initd-tools/talimat b/talimatname/genel/initd-tools/talimat index 97b87ddf9..699c00f66 100644 --- a/talimatname/genel/initd-tools/talimat +++ b/talimatname/genel/initd-tools/talimat @@ -1,23 +1,23 @@ -# 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 -# Packager: berlius at nutyx dot com +# Packager: milisarge # Depends on: name=initd-tools -version=0.1.3 +version=0.1.3 release=1 source=(http://people.freedesktop.org/~dbn/initd-tools/releases/$name-$version.tar.gz) - + build() { cd $name-$version - - ./configure --prefix=/ --mandir=/usr/share/man - + + ./configure --prefix=/ --mandir=/usr/share/man + make make DESTDIR=$PKG install - - + + } diff --git a/talimatname/genel/inkscape/talimat b/talimatname/genel/inkscape/talimat index 892fe034f..14251c5c2 100644 --- a/talimatname/genel/inkscape/talimat +++ b/talimatname/genel/inkscape/talimat @@ -1,7 +1,6 @@ -# Description: An open source SVG editor. +# Description: Açık kaynaklı bir SVG editörü # URL: http://www.inkscape.org -# Maintainer: Danny Rawlins, crux at romster dot me -# Packager: Huynh Ngoc Chau Tran, tran dot huynh at laposte dot net +# Packager: milisarge # Depends on: gc boost gsl gtkmm intltool libxslt popt poppler lcms lcms2 name=inkscape @@ -12,7 +11,7 @@ source=( https://launchpad.net/inkscape/0.91.x/0.91/+download/inkscape-0.91.tar. build() { cd $name-$version -patch -Np1 -i ../inkscape-0.91-testfiles-1.patch +patch -Np1 -i ../inkscape-0.91-testfiles-1.patch CXXFLAGS="-g -O2 -std=c++11" ./configure --prefix=/usr make make DESTDIR=$PKG install diff --git a/talimatname/genel/intltool/talimat b/talimatname/genel/intltool/talimat index 183bc9240..7fe246e57 100644 --- a/talimatname/genel/intltool/talimat +++ b/talimatname/genel/intltool/talimat @@ -1,12 +1,11 @@ # Description: The internationalization tool collection # URL: http://freedesktop.org/wiki/Software/intltool -# Packager: tnut at nutyx dot org +# Packager: milisarge # Depends on: perl-xml-parser,expat name=intltool version=0.51.0 release=1 - source=(http://edge.launchpad.net/intltool/trunk/$version/+download/intltool-$version.tar.gz) build() { diff --git a/talimatname/genel/inxi/talimat b/talimatname/genel/inxi/talimat index a71c2ffd8..c079c4c5f 100644 --- a/talimatname/genel/inxi/talimat +++ b/talimatname/genel/inxi/talimat @@ -1,11 +1,11 @@ # Description: inxi sistem bilgi betigi # URL: http://inxi.org # Packager: milisarge -# Depends on: +# Depends on: + name=inxi version=master release=1 - source=(https://github.com/smxi/inxi/archive/master.tar.gz) build(){ diff --git a/talimatname/genel/iptables/talimat b/talimatname/genel/iptables/talimat index 6cc34d830..251485d94 100644 --- a/talimatname/genel/iptables/talimat +++ b/talimatname/genel/iptables/talimat @@ -1,12 +1,12 @@ -# Description: A Linux kernel packet filter control tool -# URL: http://www.iptables.org/ -# Packager: milisarge -# Depends on: +# Description: Linux çekirdeği paket filtreleme ve kontrol aracı +# URL: http://www.iptables.org/ +# Packager: milisarge +# Depends on: name=iptables version=1.6.0 release=1 -source=(ftp://ftp.netfilter.org/pub/iptables/$name-$version.tar.bz2) +source=(ftp://ftp.netfilter.org/pub/iptables/$name-$version.tar.bz2) build () { cd $name-$version diff --git a/talimatname/genel/ipw2100-fw/talimat b/talimatname/genel/ipw2100-fw/talimat index 3ffa429ca..2959c6b9f 100644 --- a/talimatname/genel/ipw2100-fw/talimat +++ b/talimatname/genel/ipw2100-fw/talimat @@ -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/ -# Packager: pierre at nutyx dot org -# Depends on: +# Packager: milisarge +# Depends on: name=ipw2100-fw version=1.3 release=1 - source=(http://downloads.nutyx.org/files/$name-$version.tgz) build() { diff --git a/talimatname/genel/ipw2200-fw/talimat b/talimatname/genel/ipw2200-fw/talimat index 8d3810be3..8906b4c58 100644 --- a/talimatname/genel/ipw2200-fw/talimat +++ b/talimatname/genel/ipw2200-fw/talimat @@ -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/ -# Packager: pierre at nutyx dot org -# Depends on: +# Packager: milisarge +# Depends on: name=ipw2200-fw version=3.1 release=1 - source=(http://downloads.nutyx.org/files/$name-$version.tgz) build() { diff --git a/talimatname/genel/irssi/talimat b/talimatname/genel/irssi/talimat index 85e0f9e83..396a6d798 100644 --- a/talimatname/genel/irssi/talimat +++ b/talimatname/genel/irssi/talimat @@ -1,12 +1,11 @@ -# Description: Irssi is a terminal based IRC client for UNIX systems. +# Description: UNIX sistemler için terminal temelli IRC uygulaması # URL: http://irssi.org/ # Packager: milisarge -# Depends on: glib +# Depends on: glib name=irssi version=0.8.20 release=1 - source=(https://github.com/irssi-import/irssi/releases/download/$version/$name-$version.tar.xz) build() { diff --git a/talimatname/genel/iso-codes/talimat b/talimatname/genel/iso-codes/talimat index 7575666b3..0256819ac 100644 --- a/talimatname/genel/iso-codes/talimat +++ b/talimatname/genel/iso-codes/talimat @@ -1,16 +1,16 @@ # Description: The ISO Codes package contains a list of country, language and currency names # URL: http://pkg-isocodes.alioth.debian.org/ -# Packager: pierre at nutyx dot org +# Packager: milisarge +# Depends on: name=iso-codes version=3.65 release=1 - source=(http://pkg-isocodes.alioth.debian.org/downloads/iso-codes-$version.tar.xz) build() { cd $name-$version -./configure --prefix=/usr +./configure --prefix=/usr make make DESTDIR=$PKG install -} +} diff --git a/talimatname/genel/isodumper/talimat b/talimatname/genel/isodumper/talimat index 5a3956406..806fcb4d9 100644 --- a/talimatname/genel/isodumper/talimat +++ b/talimatname/genel/isodumper/talimat @@ -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 # 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 @@ -6,7 +6,6 @@ name=isodumper version=0.48 release=1 - source=( http://gitweb.mageia.org/software/isodumper/snapshot/$name-$version.tar.gz header.png header.svg) diff --git a/talimatname/genel/isomaster/talimat b/talimatname/genel/isomaster/talimat index 10b2d8274..6a52f7778 100644 --- a/talimatname/genel/isomaster/talimat +++ b/talimatname/genel/isomaster/talimat @@ -1,17 +1,16 @@ -# Description: CD/DVD Image Editor +# Description: CD/DVD İmaj editörü # URL: http://www.littlesvr.ca/isomaster/ -# Packager: Chris Farrell, timcowchip at gmail dot com -# Maintainer: Chris Farrell, timcowchip at gmail dot com +# Packager: milisarge # 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 version=1.3.13 release=1 - source=(http://littlesvr.ca/isomaster/releases/$name-$version.tar.bz2) build() { cd $name-$version - + make PREFIX=/usr make PREFIX=/usr DESTDIR=$PKG install diff --git a/talimatname/genel/itstool/talimat b/talimatname/genel/itstool/talimat index 73e7effb2..acadde41c 100644 --- a/talimatname/genel/itstool/talimat +++ b/talimatname/genel/itstool/talimat @@ -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/ -# Packager: pierre at nutyx dot org -# Depends on: docbook-xml docbook-xsl python +# Packager: milisarge +# Depends on: docbook-xml docbook-xsl python name=itstool version=2.0.2 release=1 - source=(http://files.itstool.org/itstool/$name-$version.tar.bz2 ) build() { diff --git a/talimatname/genel/jack/talimat b/talimatname/genel/jack/talimat index 10b081c71..514eec0e8 100644 --- a/talimatname/genel/jack/talimat +++ b/talimatname/genel/jack/talimat @@ -1,14 +1,12 @@ # Description: A low-latency audio server # URL: http://jackaudio.org -# Packager: pierre at nutyx dot org -# Depends on: db libsamplerate readline doxygen celt +# Packager: milisarge +# Depends on: db libsamplerate readline doxygen celt _longname=jack-audio-connection-kit - name=jack version=0.124.1 release=1 - source=(http://jackaudio.org/downloads/${_longname}-$version.tar.gz jack-99-audio.conf jack-40-hpet-permissions.rules) diff --git a/talimatname/genel/jam/talimat b/talimatname/genel/jam/talimat index 3ae28efce..781a863d9 100644 --- a/talimatname/genel/jam/talimat +++ b/talimatname/genel/jam/talimat @@ -1,12 +1,13 @@ # Description: Jam is a software build tool. # URL: http://www.perforce.com/documentation/jam -# Packager: tnut at nutyx dot org +# Packager: milisarge +# Depends on: name=jam version=2.5 release=1 - source=(http://downloads.sourceforge.net/project/ede/jam/2.5-haiku-20080327/jam-2.5-haiku-20080327.tar.gz) + build() { cd $name make diff --git a/talimatname/genel/jansson/talimat b/talimatname/genel/jansson/talimat index a76b3534b..28242085a 100644 --- a/talimatname/genel/jansson/talimat +++ b/talimatname/genel/jansson/talimat @@ -1,6 +1,6 @@ -# Description: C library for encoding, decoding and manipulating JSON data. -# URL: http://www.digip.org/jansson/ -# Packager: milisarge +# Description: JSON verisini encode, decode etmek ve düzenlemek için C kütüphanesi +# URL: http://www.digip.org/jansson/ +# Packager: milisarge # Depends on: name=jansson @@ -18,5 +18,5 @@ build() { make make DESTDIR=$PKG install - + } diff --git a/talimatname/genel/jasper/talimat b/talimatname/genel/jasper/talimat index 9c2f07e45..5482cf699 100644 --- a/talimatname/genel/jasper/talimat +++ b/talimatname/genel/jasper/talimat @@ -1,12 +1,11 @@ # Description: A software-based implementation of the codec specified in the emerging JPEG-2000 Part1 std # URL: http://www.ece.uvic.ca/~mdadams/jasper/ -# Packager: pierre at nutyx dot org -# Depends on: libjpeg-turbo +# Packager: milisarge +# Depends on: libjpeg-turbo name=jasper version=1.900.1 release=1 - 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) diff --git a/talimatname/genel/joe/talimat b/talimatname/genel/joe/talimat index 6d6627fb5..e84413c16 100644 --- a/talimatname/genel/joe/talimat +++ b/talimatname/genel/joe/talimat @@ -1,25 +1,24 @@ -# Description: Joe's own editor, is a small text editor capable of emulating WordStar, Pico, and Emacs. -# URL: http://downloads.sourceforge.net/joe-editor -# Packager: berlius at nutyx dot com -# Depends on: +# Description: Joe's own editor, is a small text editor capable of emulating WordStar, Pico, and Emacs. +# URL: http://downloads.sourceforge.net/joe-editor +# Packager: milisarge +# Depends on: name=joe version=4.1 release=1 - source=(http://downloads.sourceforge.net/joe-editor/$name-$version.tar.gz) build () { cd $name-$version - + ./configure --prefix=/usr \ --sysconfdir=/etc \ - --docdir=/usr/share/doc/joe-4.1 + --docdir=/usr/share/doc/joe-4.1 make make DESTDIR=$PKG install - install -vm 755 joe/util/{stringify,termidx,uniproc} $PKG/usr/bin - install -vdm755 $PKG/usr/share/joe/util + install -vm 755 joe/util/{stringify,termidx,uniproc} $PKG/usr/bin + install -vdm755 $PKG/usr/share/joe/util install -vm 644 joe/util/{*.txt,README} $PKG/usr/share/joe/util } diff --git a/talimatname/genel/john/talimat b/talimatname/genel/john/talimat index ed2c0ed14..c9e7277f0 100644 --- a/talimatname/genel/john/talimat +++ b/talimatname/genel/john/talimat @@ -1,7 +1,7 @@ -# Description: John the Ripper is a fast password cracker -# URL: http://www.openwall.com/john/ -# Packager: milisarge -# Depends on: +# Description: John the Ripper hızlı bir şifre kırma yazılımıdır +# URL: http://www.openwall.com/john/ +# Packager: milisarge +# Depends on: name=john _version=1.8.0-jumbo-1 @@ -12,12 +12,12 @@ source=(http://www.openwall.com/$name/j/$name-$_version.tar.xz) build() { sed -i 's|/usr/libexec|/usr/lib|g' $name-$_version/src/params.h - + cd $name-$_version/src - + # fix compilation with gcc 5.x ./configure CFLAGS=-std=gnu89 - + make install -d $PKG/usr/bin diff --git a/talimatname/genel/jq/talimat b/talimatname/genel/jq/talimat index 2e7c1b661..ef646bc62 100644 --- a/talimatname/genel/jq/talimat +++ b/talimatname/genel/jq/talimat @@ -1,7 +1,7 @@ # Description: komut satirinda json parcalayici # URL: https://stedolan.github.io/jq/ # Packager: milisarge -# Depends on: +# Depends on: name=jq version=1.5 @@ -15,4 +15,3 @@ build() { make make DESTDIR=$PKG install } - diff --git a/talimatname/genel/js1/talimat b/talimatname/genel/js1/talimat index e7ff5a980..1f9b6b15b 100644 --- a/talimatname/genel/js1/talimat +++ b/talimatname/genel/js1/talimat @@ -1,11 +1,11 @@ # Description: JavaScript interpreter and libraries # URL: https://developer.mozilla.org/En/SpiderMonkey/1.8.5 -# Packager: pierre at nutyx dot org +# Packager: milisarge # Depends on: libffi nspr zip python + name=js1 version=17.0.0 release=1 - source=( http://ftp.mozilla.org/pub/mozilla.org/js/mozjs$version.tar.gz ) build () { diff --git a/talimatname/genel/js2/talimat b/talimatname/genel/js2/talimat index 6870623ef..6d658cf8e 100644 --- a/talimatname/genel/js2/talimat +++ b/talimatname/genel/js2/talimat @@ -1,11 +1,11 @@ # Description: JavaScript interpreter and libraries # URL: https://developer.mozilla.org/En/SpiderMonkey/1.8.5 -# Packager: pierre at nutyx dot org +# Packager: milisarge # Depends on: libffi nspr zip python + name=js2 version=24.2.0 release=1 - source=( http://ftp.mozilla.org/pub/mozilla.org/js/mozjs-$version.tar.bz2 ) build () { diff --git a/talimatname/genel/json-c/talimat b/talimatname/genel/json-c/talimat index f8c8decfa..9661454bc 100644 --- a/talimatname/genel/json-c/talimat +++ b/talimatname/genel/json-c/talimat @@ -1,14 +1,12 @@ # Description: A JSON implementation in C -# URL: URL: https://github.com/json-c/json-c/wiki -# NuTyX package info file (http://nutyx.org) -# Packager: # NuTyX package info file (http://nutyx.org) -# Depends on: +# URL: https://github.com/json-c/json-c/wiki +# Packager: milisarge +# Depends on: + name=json-c version=0.12 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(){ cd $name-$version @@ -16,9 +14,5 @@ build(){ ./configure --prefix=/usr \ --disable-static make check - make DESTDIR=$PKG install + make DESTDIR=$PKG install } - - - -# NuTyX Pkgfile (http://nutyx.org) diff --git a/talimatname/genel/json-glib/talimat b/talimatname/genel/json-glib/talimat index 4f72c0b10..97767be96 100644 --- a/talimatname/genel/json-glib/talimat +++ b/talimatname/genel/json-glib/talimat @@ -1,14 +1,14 @@ -# 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 -# Packager: pierre at nutyx dot org -# Depends on: gobject-introspection +# Packager: milisarge +# Depends on: gobject-introspection + name=json-glib version=1.0.4 release=1 - source=( http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz ) -build() { +build() { cd $name-$version ./configure --prefix=/usr make diff --git a/talimatname/genel/jsoncpp/talimat b/talimatname/genel/jsoncpp/talimat index 4e4083270..2658288e7 100644 --- a/talimatname/genel/jsoncpp/talimat +++ b/talimatname/genel/jsoncpp/talimat @@ -1,5 +1,5 @@ -# Description: JSON library -# URL: http://jsoncpp.sourceforge.net/ +# Description: JSON C++ kütüphanesi +# URL: http://jsoncpp.sourceforge.net/ # Packager: milisarge # Depends on: scons diff --git a/talimatname/genel/junit/talimat b/talimatname/genel/junit/talimat index 7445845c2..dbc75bcbc 100644 --- a/talimatname/genel/junit/talimat +++ b/talimatname/genel/junit/talimat @@ -1,15 +1,14 @@ -# Description: The JUnit package contains a simple, open source framework to write and run repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks. JUnit features include assertions for testing expected results, test fixtures for sharing common test data, and test runners for running tests. +# Description: The JUnit package contains a simple, open source framework to write and run repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks. JUnit features include assertions for testing expected results, test fixtures for sharing common test data, and test runners for running tests. # URL: http://junit.org/ # Packager: alihan-ozturk28@hotmail.com # Depends on: apache-ant unzip -description="Open source framework to write and run repeatable tests. It is an instance of the xUnit." name=junit -version=4.12 +version=4.12 release=1 source=(https://github.com/junit-team/junit4/releases/download/r4.12/junit-4.12.jar https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/hamcrest/hamcrest-1.3.tgz) - + build() { cd hamcrest-1.3 install -dm755 $PKG/usr/share/java/hamcrest @@ -23,5 +22,5 @@ build() { install -D -m 644 $SRC/$name-$version.jar $PKG/usr/share/java/$name-$version.jar ln -s $name-$version.jar $PKG/usr/share/java/$name.jar - + } diff --git a/talimatname/genel/jwm/talimat b/talimatname/genel/jwm/talimat index 508cff085..bbe26ec54 100644 --- a/talimatname/genel/jwm/talimat +++ b/talimatname/genel/jwm/talimat @@ -1,7 +1,6 @@ # Description: Joe's window manager which uses only Xlib at a minimum. # URL: http://joewing.net/programs/jwm/ # Packager: milisarge -# Maintainer: Joe Wingbermuehle # Depends on: xorg xorg-libxt xorg-libxft xorg-libxmu xorg-mesa libpng libjpeg-turbo name=jwm