# New ports collection makefile for: Ruby/libcurl # Date created: 31 March 2001 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= curl PORTVERSION= 0.0.1 PORTREVISION= 1 CATEGORIES= ftp www ruby MASTER_SITES= http://www.d1.dion.ne.jp/~matuyuki/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= rbCurl EXTRACT_SUFX= .tgz DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org LIB_DEPENDS= curl.2:${PORTSDIR}/ftp/curl USE_RUBY= yes USE_RUBY_EXTCONF= yes INSTALL_TARGET= site-install DOCS_EN= DONE README EXAMPLES_EN= example.rb post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME} .for f in ${EXAMPLES_EN} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_EXAMPLESDIR}/${PORTNAME}/ .endfor ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME} .for f in ${DOCS_EN} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ .endfor .endif .include > cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
Commit message (Expand)AuthorAgeFilesLines
* <kain@ircop.dk> reported a remotely exploitable buffer innectar2003-02-131-0/+2
* Add MASTER_SITEcy2003-02-121-1/+2
* Update to 0.6.2.roam2003-02-112-2/+2
* upgrade to 1.0.14ijliao2003-02-114-31/+38
* Chase distfile.dannyboy2003-02-082-2/+2
* Change CPPFLAGS+=/LDFLAGS+= to CPPFLAGS=/LDFLAGS=.nork2003-02-081-2/+2
* Chase gtk20's shared lib version.marcus2003-02-081-1/+2
* Chase glib20's shared lib version.marcus2003-02-081-2/+2
* Conditionalize libgnugetopt dependencies.nork2003-02-021-4/+8
* Update to 2.4.1.nork2003-02-023-35/+43
* Update to 0.6.1nork2003-01-302-2/+2
* Update to 0.6.0 Add ipv6 to Categoriesarved2003-01-272-3/+3
* PERL -> REINPLACE_CMDarved2003-01-261-3/+5
* Use USE_REINPLACE & REINPLACE_CMD instead of PERL.anders2003-01-241-1/+2
* Remove bogus != command which generates bogus dependency error on someperky2003-01-231-8/+1
* Add a .netrc handling patch from the cURL CVS repository.roam2003-01-222-0/+7
* Suppress stderr outputs from embedded shell commands.perky2003-01-221-2/+2
* Update to 7.10.3perky2003-01-223-5/+42
* Bump libpq version[1] and PORTREVISION. Add POSTGRESQL_PORT tunable.seanc2003-01-191-1/+3
* Use MASTER_SITE_SOURCEFORGE instead of the defunct downloads.sourceforge.net.roam2003-01-171-1/+2
* Update to curl-7.10.3. There is a minor problem with the lib503 androam2003-01-152-2/+2
* Upgrade to 2.6.4.obraun2003-01-093-2/+12
* Update to 0.4.0yoichi2003-01-082-2/+2
* Upgrade to jftpgw-0.13.2se2003-01-065-11/+19
* Update to 1.0.23.petef2003-01-062-2/+4
* Chase libpq version bump.seanc2003-01-042-4/+6
* Sync with ftp/wu-ftpd.sumikawa2003-01-042-1/+12
* upgrade to 2.0.14ijliao2003-01-038-62/+115
* upgrade to 1.0ijliao2003-01-032-2/+3
* Update to 7.10.2, which fixes a signals/threads problem in DNS resolving.roam2003-01-034-3/+182
* Update to 2.1arved2003-01-023-17/+12
* Can't be builded with new bison - hardcode byaccache2002-12-301-0/+11
* Unbreak ftp/ftplocateedwin2002-12-203-42/+42
* This diff will enable the jigdo port to compile on a FreeBSD system, whichdinoex2002-12-152-1/+30
* fix fetch for ftp/xrmftpedwin2002-12-122-3/+2
* Fix PLIST so configuration is not deleteddinoex2002-12-121-1/+1
* o unbreak manpage.sf2002-12-123-2/+64
* Fix directory traversal bug in FTP.sf2002-12-116-2/+124
* Fix build on 5.0 (remove bogus declaration of sys_nerr)kris2002-12-021-0/+12
* Use USE_PERL5_BUILD where appropriate, instead of hardcodingsobomax2002-11-292-2/+2
* Oops, correct patch in patch filekris2002-11-271-2/+2
* - Update to 1.0.13apat2002-11-262-16/+14
* Update to 1.0.13pat2002-11-243-8/+11
* [First attempt to commit a port, please bear with me]edwin2002-11-226-0/+50
* upgrade to 1.3.12.1ijliao2002-11-203-15/+12
* upgrade to 3p2ijliao2002-11-202-7/+8
* make build happyijliao2002-11-201-1/+1
* Fix Build after recent kdelibs update.arved2002-11-201-0/+4
* Make distfile fetchable again.anders2002-11-191-1/+3
* Fix build on -current (don't mis-declare sys_nerr)kris2002-11-181-0/+12
* Replaced Perl-RE by one working for sed.edwin2002-11-141-4/+4
* The author fixed the installation of the documentationarved2002-11-143-12/+10
* Update to 0.3.3, change URI of Web page.yoichi2002-11-114-5/+7
* - Update to 1.1.3dinoex2002-11-113-12/+70
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-1146-46/+23
* s/PERL/REINPLACE_CMD/ should not be used in pipe stream.kuriyama2002-11-091-2/+2
* upgrade to 2.6.3ijliao2002-11-083-9/+24
* Use PORTCOMMENT.cy2002-11-07